@charset "UTF-8";
html, body {
  min-width: 1040px;
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  color: #333;
  font-size: 14px;
  background-color: #fff;
  float: none; }

.link {
  text-decoration: none;
  color: #333; }
  .link:hover {
    text-decoration: underline; }

.slowly {
  transition: .3s; }

.breadcrumbs {
  position: relative;
  width: 100%;
  height: auto;
  text-align: center; }
  .breadcrumbs > ul.crumb {
    display: inline-block;
    width: 960px;
    height: auto;
    list-style-type: none;
    float: none;
    padding: 4px 0 0 0; }
    .breadcrumbs > ul.crumb > li {
      width: auto;
      height: auto;
      line-height: 24px;
      font-size: 11px; }
      .breadcrumbs > ul.crumb > li .link {
        color: #b60005; }
        .breadcrumbs > ul.crumb > li .link:hover {
          text-decoration: none; }

header {
  width: 100%;
  height: 116px;
  background: linear-gradient(to bottom, #dcdcdc, #ffffff 16px); }
  header > .wrapper {
    position: absolute;
    width: 960px;
    margin: 0 auto;
    left: 0;
    right: 0; }
    header > .wrapper > .header {
      position: relative;
      width: 100%; }
      header > .wrapper > .header > .left {
        width: 310px; }
        header > .wrapper > .header > .left > h1 {
          font-size: 10px;
          font-weight: normal;
          margin-top: 12px; }
        header > .wrapper > .header > .left > .logo {
          position: relative; }
          header > .wrapper > .header > .left > .logo > img {
            margin-left: 20px;
            margin-top: 36px; }
          header > .wrapper > .header > .left > .logo > .region {
            position: absolute;
            bottom: 0;
            right: 0; }
            header > .wrapper > .header > .left > .logo > .region::before {
              content: attr(data-name);
              position: absolute;
              bottom: 0;
              right: 0;
              font-size: 11px;
              background-color: #00bb00;
              color: #fff;
              letter-spacing: 2px;
              padding: 3px;
              width: 58px;
              text-align: center;
              border-radius: 6px;
              display: none; }
      header > .wrapper > .header > .right {
        width: 650px; }
        header > .wrapper > .header > .right > .upside {
          float: right; }
          header > .wrapper > .header > .right > .upside > ul > li > .link {
            width: 100%;
            text-decoration: none;
            color: #333;
            margin-top: 12px;
            padding-right: 8px; }
            header > .wrapper > .header > .right > .upside > ul > li > .link:hover {
              color: #b60005; }
          header > .wrapper > .header > .right > .upside > .login > .link {
            content: "";
            width: 159px;
            height: 29px;
            background-image: url(/img/default/h_link_off.png);
            margin-top: 2px;
            margin-left: 10px; }
            header > .wrapper > .header > .right > .upside > .login > .link:hover {
              background-image: url(/img/default/h_link_on.png); }
        header > .wrapper > .header > .right > .bottomside {
          position: relative;
          float: right;
          width: 100%; }
          header > .wrapper > .header > .right > .bottomside img.pmark {
            position: absolute;
            left: -72px;
            bottom: -14px;
            height: 48px; }
          header > .wrapper > .header > .right > .bottomside > form {
            float: right;
            margin-top: 8px; }
            header > .wrapper > .header > .right > .bottomside > form > input {
              width: 192px;
              height: 30px;
              padding: 4px 8px;
              border: 1px solid #a7a8a0;
              border-top-left-radius: 5px;
              border-bottom-left-radius: 5px; }
            header > .wrapper > .header > .right > .bottomside > form > a.button {
              width: 64px;
              height: 28px;
              margin-top: 1px;
              border-radius: 0px;
              border-top-right-radius: 5px;
              border-bottom-right-radius: 5px;
              padding: 0;
              line-height: 28px; }
          header > .wrapper > .header > .right > .bottomside > ul {
            width: 100%;
            margin-top: 8px; }
            header > .wrapper > .header > .right > .bottomside > ul > li {
              float: right;
              width: 25%;
              padding: 2px 4px 0px 4px; }
              header > .wrapper > .header > .right > .bottomside > ul > li:first-of-type {
                border-top-right-radius: 4px;
                border-bottom-right-radius: 4px; }
              header > .wrapper > .header > .right > .bottomside > ul > li:last-of-type {
                border-top-left-radius: 4px;
                border-bottom-left-radius: 4px; }
              header > .wrapper > .header > .right > .bottomside > ul > li.bac01:hover {
                background: linear-gradient(to top, #e44e5a 0%, #dc2633) !important; }
              header > .wrapper > .header > .right > .bottomside > ul > li.bac02:hover {
                background: linear-gradient(to top, #75c1d9 0%, #52b1cf) !important; }
              header > .wrapper > .header > .right > .bottomside > ul > li.bac03:hover {
                background: linear-gradient(to top, #bed177 0%, #a8be40) !important; }
              header > .wrapper > .header > .right > .bottomside > ul > li.bac04:hover {
                background: linear-gradient(to top, #f2ca72 0%, #e9b637) !important; }
              header > .wrapper > .header > .right > .bottomside > ul > li > .link {
                width: 100%;
                text-align: center;
                color: #fff;
                font-weight: bold;
                text-decoration: none;
                font-size: 10px;
                line-height: 24px;
                text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
                position: relative; }
                header > .wrapper > .header > .right > .bottomside > ul > li > .link::before {
                  content: "";
                  width: 99%;
                  height: 1px;
                  border: 1px solid rgba(255, 255, 255, 0.3);
                  border-bottom: none;
                  position: absolute;
                  top: 0px;
                  left: 1%; }
                header > .wrapper > .header > .right > .bottomside > ul > li > .link > span {
                  font-size: 14px; }
          header > .wrapper > .header > .right > .bottomside > .contact {
            padding: 0px 0px 0px 10px; }
            header > .wrapper > .header > .right > .bottomside > .contact > .link {
              width: 184px;
              height: 42px;
              background-image: url(/img/default/h_btn_off.jpg); }
              header > .wrapper > .header > .right > .bottomside > .contact > .link:hover {
                opacity: 0.8; }
          header > .wrapper > .header > .right > .bottomside > .btn.able {
            float: right;
            height: 30px;
            line-height: 30px;
            font-weight: bold;
            padding: 0 8px; }

nav {
  width: 100%;
  height: 52px;
  background: linear-gradient(to bottom, #dcdcdc, #ffffff 50%);
  box-shadow: 0px 0px 6px 3px #dcdcdc;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff; }
  nav > .wrapper {
    position: absolute;
    width: 960px;
    margin: 0 auto;
    left: 0;
    right: 0; }
    nav > .wrapper > ul {
      width: 100%; }
      nav > .wrapper > ul > li {
        width: calc(100%/6);
        border-right: 1px solid #c8c8c8;
        display: table;
        background: linear-gradient(to bottom, #fff 0%, #dcdcdc); }
        nav > .wrapper > ul > li:first-of-type {
          border-left: 1px solid #c8c8c8; }
        nav > .wrapper > ul > li:hover {
          background: linear-gradient(to top, #fff 0%, #dcdcdc); }
          nav > .wrapper > ul > li:hover > .link {
            color: #b60005; }
        nav > .wrapper > ul > li > .link {
          display: table-cell;
          position: relative;
          width: 100%;
          height: 50px;
          color: #464646;
          border-left: 1px solid #fff;
          text-decoration: none;
          font-weight: bold;
          text-shadow: 0 1px 0 #fff;
          text-align: center;
          vertical-align: middle;
          font-size: 15px; }
          nav > .wrapper > ul > li > .link::after {
            content: "";
            position: absolute;
            border-bottom: 6px solid #b60005;
            border-left: 6px solid transparent;
            bottom: 4px;
            right: 4px; }

.areaNavi {
  width: 100%;
  height: 32px;
  background: linear-gradient(#e8e8e8 0%, #ffffff 15%, #ffffff 85%, #e8e8e8 100%);
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff; }
  .areaNavi > .wrapper {
    position: absolute;
    width: 960px;
    margin: 0 auto;
    left: 0;
    right: 0; }
    .areaNavi > .wrapper > ul li {
      line-height: 30px;
      font-size: 13px; }
      .areaNavi > .wrapper > ul li.red {
        background-color: #b60005;
        color: #fff;
        text-align: center;
        padding: 0 16px;
        position: relative;
        letter-spacing: 1.5px;
        text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4); }
        .areaNavi > .wrapper > ul li.red::before {
          content: "";
          position: absolute;
          top: 0;
          right: -15px;
          border-top: 15px solid transparent;
          border-bottom: 15px solid transparent;
          border-left: 15px solid #b60005; }
      .areaNavi > .wrapper > ul li > a {
        color: #333;
        font-weight: bold;
        text-decoration: none;
        font-size: 15px; }
        .areaNavi > .wrapper > ul li > a:hover {
          color: #b60005; }

.indexNavi {
  width: 100%;
  height: 24px;
  box-shadow: 0px 0px 6px 3px #dcdcdc;
  line-height: 24px;
  font-size: 12px; }
  .indexNavi > .wrapper {
    position: absolute;
    width: 960px;
    margin: 0 auto;
    left: 0;
    right: 0; }
    .indexNavi > .wrapper > .left > p {
      color: #464646; }
    .indexNavi > .wrapper > .right > ul > li {
      position: relative; }
      .indexNavi > .wrapper > .right > ul > li::before {
        content: "";
        background: url(/img/default/icon01.png) no-repeat;
        width: 3px;
        height: 6px;
        position: absolute;
        top: 10px;
        left: 12px; }
      .indexNavi > .wrapper > .right > ul > li > .link {
        color: #333;
        text-decoration: none; }
        .indexNavi > .wrapper > .right > ul > li > .link:hover {
          text-decoration: underline; }

.exHeader {
  background: #b60005;
  width: 100%;
  height: 56px;
  position: fixed;
  z-index: 1000;
  box-shadow: 0 4px 3px 0 rgba(0, 0, 0, 0.2);
  top: -60px; }
  .exHeader > .wrapper {
    position: absolute;
    width: 960px;
    margin: 0 auto;
    left: 0;
    right: 0; }
    .exHeader > .wrapper > .left {
      width: 664px; }
      .exHeader > .wrapper > .left > .logo {
        background-color: #fff;
        padding: 12px; }
      .exHeader > .wrapper > .left > ul > li > .link {
        color: #fff;
        text-decoration: none;
        border-right: 1px solid #fff; }
        .exHeader > .wrapper > .left > ul > li > .link:hover {
          text-decoration: underline; }
    .exHeader > .wrapper > .right {
      width: 296px; }
      .exHeader > .wrapper > .right > .upside {
        width: 100%;
        padding-top: 12px !important; }
        .exHeader > .wrapper > .right > .upside > form {
          width: 100%; }
          .exHeader > .wrapper > .right > .upside > form > input {
            width: 250px;
            line-height: 24px;
            padding-left: 4px; }
          .exHeader > .wrapper > .right > .upside > form > .link {
            color: #fff;
            background: linear-gradient(to bottom, #00bb00 0%, #038a03);
            background-color: #00bb00;
            border: 1px solid #1cb308;
            text-decoration: none;
            border-top-right-radius: 16px;
            border-bottom-right-radius: 16px;
            line-height: 28px;
            padding-left: 8px;
            padding-right: 8px; }
            .exHeader > .wrapper > .right > .upside > form > .link:hover {
              background: linear-gradient(to top, #00bb00 0%, #038a03); }
      .exHeader > .wrapper > .right > .bottomside {
        width: 100%; }
        .exHeader > .wrapper > .right > .bottomside > p {
          width: 100%;
          text-align: right;
          color: #fff; }
  .exHeader > ul {
    width: 908px;
    margin: 0 auto; }
    .exHeader > ul > li {
      float: left; }
      .exHeader > ul > li > a {
        color: #fff;
        width: 120px;
        text-decoration: none;
        display: block;
        font-size: 12px;
        position: relative;
        text-align: center;
        line-height: 34px; }
        .exHeader > ul > li > a::before {
          content: "";
          border-left: 1px dotted #fff;
          position: absolute;
          width: 1px;
          height: 17px;
          left: 0;
          margin: 7px 0; }
        .exHeader > ul > li > a:hover {
          background-color: #2552AD; }
        .exHeader > ul > li > a > span {
          color: #FF6;
          font-weight: bold; }

.exToTop {
  content: "";
  width: 66px;
  height: 108px;
  background: url(/img/default/pagetop2_off.png);
  position: fixed;
  bottom: 16px;
  right: 16px;
  z-index: 100; }
  .exToTop:hover {
    background: url(/img/default/pagetop2_on.png); }

footer {
  float: left;
  width: 100%;
  height: 242px; }
  footer > .contents {
    position: relative;
    float: left;
    width: 100%;
    height: auto; }
    footer > .contents.top {
      width: 100%;
      height: 112px;
      border-top: 1px solid #bcbcbc;
      border-bottom: 1px solid #b60005;
      box-shadow: 0px 0px 6px 3px #dcdcdc; }
    footer > .contents.bottom {
      width: 100%;
      height: 120px;
      background-color: #b60005;
      border-top: 1px solid #fff;
      border-bottom: 1px solid #920003; }
      footer > .contents.bottom > .wrapper > .contents {
        width: 100%; }
        footer > .contents.bottom > .wrapper > .contents > ul {
          width: 100%; }
          footer > .contents.bottom > .wrapper > .contents > ul > li {
            width: calc(100%/4);
            padding: 0 6px; }
            footer > .contents.bottom > .wrapper > .contents > ul > li > a {
              width: 100%;
              background: linear-gradient(to bottom, #fff 0%, #dcdcdc);
              color: #333;
              text-decoration: none;
              text-align: center;
              border-radius: 4px;
              position: relative; }
              footer > .contents.bottom > .wrapper > .contents > ul > li > a::after {
                content: "";
                position: absolute;
                border-bottom: 6px solid #ff7822;
                border-left: 6px solid transparent;
                bottom: 4px;
                right: 4px; }
              footer > .contents.bottom > .wrapper > .contents > ul > li > a:hover {
                background: linear-gradient(to top, #fff 0%, #dcdcdc);
                color: #b60005; }
              footer > .contents.bottom > .wrapper > .contents > ul > li > a > .large {
                width: 100%;
                border-bottom: 1px solid #c9cac5;
                font-weight: bold;
                font-size: 20px;
                text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.3); }
              footer > .contents.bottom > .wrapper > .contents > ul > li > a > .small {
                width: 100%;
                border-top: 1px solid #fff;
                font-weight: bold;
                text-shadow: 0 1px 0 #fff; }
    footer > .contents.copyright {
      width: 100%;
      height: 44px;
      background-color: #b60005;
      color: #fff; }
      footer > .contents.copyright > .wrapper > .contents {
        width: 100%; }
        footer > .contents.copyright > .wrapper > .contents > .left > ul > li {
          border-left: 1px solid #fff; }
          footer > .contents.copyright > .wrapper > .contents > .left > ul > li:first-of-type {
            border-left: none; }
          footer > .contents.copyright > .wrapper > .contents > .left > ul > li > .link {
            color: #fff;
            text-decoration: none; }
            footer > .contents.copyright > .wrapper > .contents > .left > ul > li > .link:hover {
              text-decoration: underline; }
    footer > .contents > .wrapper {
      position: absolute;
      width: 960px;
      height: 100%;
      margin: 0 auto;
      left: 0;
      right: 0; }
      footer > .contents > .wrapper img.pmark {
        position: absolute;
        right: -56px;
        top: 0;
        bottom: 0;
        height: 72px;
        margin: auto; }
      footer > .contents > .wrapper > .contents > .right > ul > li {
        color: #464646;
        font-weight: bold;
        font-size: 20px;
        line-height: 51px; }

hr.redLine {
  width: 100%;
  border-top: 2px solid #b60005;
  margin: 0; }

.container {
  float: left;
  width: 100%;
  height: auto;
  text-align: center; }
  .container > .wrapper {
    display: inline-block;
    width: 960px;
    height: auto;
    text-align: left; }
    .container > .wrapper > .left, .container > .wrapper > .right {
      float: left;
      width: 230px;
      height: auto;
      min-height: 100px;
      vertical-align: top;
      margin: 0; }
    .container > .wrapper .contents {
      float: left;
      width: 705px;
      min-height: 100px;
      height: auto;
      padding: 24px 0px 0px 0px;
      vertical-align: top; }
      .container > .wrapper .contents.center {
        width: 960px;
        padding: 0; }
      .container > .wrapper .contents h1, .container > .wrapper .contents h2 {
        width: 100%;
        background: linear-gradient(to top, #fff 0%, #dcdcdc);
        border-left: 16px solid #b60005;
        font-size: 20px;
        line-height: 56px;
        border: 1px solid #ccc;
        border-radius: 4px; }
        .container > .wrapper .contents h1 > span, .container > .wrapper .contents h2 > span {
          border-left: 4px solid #b60005;
          padding: 4px 16px; }
      .container > .wrapper .contents > .paginator {
        width: 100%;
        height: auto;
        padding: 24px 16px;
        line-height: 26px; }
        .container > .wrapper .contents > .paginator .header {
          float: left;
          width: 100%;
          height: auto;
          color: #333; }
          .container > .wrapper .contents > .paginator .header strong {
            font-size: 24px; }
        .container > .wrapper .contents > .paginator label.vacancy .link {
          color: #333;
          position: relative;
          padding-left: 20px; }
          .container > .wrapper .contents > .paginator label.vacancy .link::before {
            content: "";
            width: 16px;
            height: 16px;
            border: 1px solid #a7a8a0;
            position: absolute;
            top: 4px;
            left: 0; }
          .container > .wrapper .contents > .paginator label.vacancy .link::after {
            content: "";
            width: 7px;
            height: 14px;
            transform: rotate(40deg);
            border-bottom: 3px solid #009a9a;
            border-right: 3px solid #009a9a;
            position: absolute;
            top: 4px;
            left: 5px; }
          .container > .wrapper .contents > .paginator label.vacancy .link:hover {
            text-decoration: none; }
        .container > .wrapper .contents > .paginator label.vacancy.on .link::after {
          display: none; }
        .container > .wrapper .contents > .paginator .pagination {
          float: right;
          width: auto;
          height: auto;
          text-align: center; }
          .container > .wrapper .contents > .paginator .pagination a {
            color: #333;
            text-decoration: none; }
          .container > .wrapper .contents > .paginator .pagination .prev, .container > .wrapper .contents > .paginator .pagination .next {
            display: inline-block;
            width: 32px;
            height: 32px;
            text-align: center;
            font-size: 12px; }
          .container > .wrapper .contents > .paginator .pagination .btn {
            display: inline-block;
            margin: 0px 1px;
            box-shadow: none;
            border: none;
            padding: 0;
            border-radius: 0;
            width: 24px;
            height: 24px;
            background: #666;
            color: #fff !important; }
            .container > .wrapper .contents > .paginator .pagination .btn.current, .container > .wrapper .contents > .paginator .pagination .btn:hover {
              background: #b60005 !important;
              color: #fff !important; }
            .container > .wrapper .contents > .paginator .pagination .btn.disabled {
              display: none; }
    .container > .wrapper > .center {
      float: left;
      width: 100%;
      height: auto; }

.btnList {
  width: 100%; }
  .btnList > ul {
    width: 100%; }
    .btnList > ul > li {
      width: 100%; }
      .btnList > ul > li > .link {
        width: 100%;
        position: relative;
        color: #333;
        text-decoration: none;
        background-color: #f6f6f4;
        border: 1px solid #a7a8a0;
        line-height: 18px; }
        .btnList > ul > li > .link:before {
          content: '';
          position: absolute;
          top: 22px;
          left: 1px;
          width: 5px;
          height: 5px;
          background: #b60005; }
        .btnList > ul > li > .link::after {
          content: '';
          position: absolute;
          top: 8px;
          right: 8px;
          width: 37px;
          height: 35px;
          background: url(/img/default/s_navi_ico01.png) no-repeat; }
        .btnList > ul > li > .link:hover::after {
          background: url(/img/default/s_navi_ico04.png) no-repeat; }
        .btnList > ul > li > .link.cache::after {
          background: url(/img/default/s_navi_ico02.png) no-repeat; }
        .btnList > ul > li > .link.cache:hover::after {
          background: url(/img/default/s_navi_ico05.png) no-repeat; }

.BannerList {
  width: 100%; }
  .BannerList > ul {
    width: 100%; }
    .BannerList > ul > li {
      width: 100%;
      text-align: center; }
      .BannerList > ul > li > .link {
        width: 100%; }
        .BannerList > ul > li > .link:hover > img {
          opacity: 0.8; }
      .BannerList > ul > li > img {
        float: none; }

.request {
  width: 100%; }
  .request > .link {
    width: 674px;
    height: 151px;
    background: url(/img/default/index_contact_off.jpg) no-repeat; }
    .request > .link:hover {
      background: url(/img/default/index_contact_on.jpg) no-repeat; }

.senchaku > .link {
  width: 705px;
  height: 120px;
  background: url(/img/default/list_contact_btn01_off.jpg) no-repeat; }
  .senchaku > .link:hover {
    opacity: 0.8; }

.full {
  padding-left: 14px;
  padding-right: 14px; }
  .full > .link {
    width: 677px;
    height: 442px;
    background: url(/img/default/list_link_off.jpg) no-repeat; }
    .full > .link:hover {
      opacity: 0.8; }

.ur-merit > .link {
  width: 689px;
  height: 235px;
  background: url(/img/default/merit_banner_off.jpg) no-repeat;
  background-size: 689px 235px; }

.concierge-merit > .link {
  width: 689px;
  height: 235px;
  background: url(/img/default/merit_ur_banner_off.jpg) no-repeat;
  background-size: 689px 235px; }

.favoriteBtn {
  width: 220px;
  font-weight: bold;
  color: #333;
  text-decoration: none;
  text-align: center;
  font-size: 13px;
  line-height: 28px;
  border-radius: 4px;
  position: relative;
  border: 1px solid #a7a8a0;
  background: linear-gradient(to bottom, #fff 0%, #dcdcdc);
  padding-left: 16px;
  cursor: pointer; }
  .favoriteBtn:before {
    content: "";
    width: 19px;
    height: 18px;
    background: url(/img/default/list_icon16.png) no-repeat;
    position: absolute;
    top: 4px;
    left: 40px; }
  .favoriteBtn:hover {
    background: linear-gradient(to top, #fff 0%, #dcdcdc);
    border: 1px solid #e10004; }

.contactBtn {
  width: 220px;
  color: #fff;
  font-weight: bold;
  background: linear-gradient(to bottom, #e10004 0%, #b70005);
  box-shadow: 0 0 0 1px #b70005, 0px 2px 2px rgba(0, 0, 0, 0.3);
  text-decoration: none;
  text-align: center;
  font-size: 13px;
  line-height: 28px;
  border-radius: 4px;
  position: relative;
  cursor: pointer; }
  .contactBtn:before {
    content: "";
    width: 98%;
    height: 3px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 4px 4px 0 0;
    border-bottom: none;
    position: absolute;
    top: 1px;
    left: 1%; }
  .contactBtn:hover {
    background: linear-gradient(to top, #e10004 0%, #b70005); }

.detailBtn {
  width: 220px;
  font-weight: bold;
  color: #333;
  text-decoration: none;
  text-align: center;
  font-size: 13px;
  line-height: 28px;
  border-radius: 4px;
  position: relative;
  border: 1px solid #a7a8a0;
  background: linear-gradient(to bottom, #fff 0%, #dcdcdc);
  padding-left: 16px;
  cursor: pointer; }
  .detailBtn:before {
    content: "";
    width: 19px;
    height: 18px;
    background: url(/img/default/list_icon17.png) no-repeat;
    position: absolute;
    top: 4px;
    left: 32px; }
  .detailBtn:hover {
    background: linear-gradient(to top, #fff 0%, #dcdcdc);
    border: 1px solid #e10004; }

.orangeBack {
  background: linear-gradient(to bottom, #ff9a1e, #ff7822);
  box-shadow: 0 0 0 1px #ff771f, 0px 2px 2px rgba(0, 0, 0, 0.3);
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
  border-radius: 4px;
  line-height: 34px;
  padding: 0 16px; }
  .orangeBack.trapezoid {
    display: inline-block;
    position: relative;
    z-index: 1;
    background: none;
    box-shadow: none;
    padding: 0 60px 0 16px;
    min-width: 220px; }
    .orangeBack.trapezoid::before {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: -1;
      background: linear-gradient(to bottom, #ff9a1e, #ff7822);
      box-shadow: 0 0 0 1px #ff771f, 0px 2px 2px rgba(0, 0, 0, 0.3);
      transform: scaleY(1.2) perspective(0.6em) rotateX(1.5deg);
      transform-origin: bottom left;
      border-radius: 4px 4px 0 0; }

.redBack {
  background: linear-gradient(to bottom, #e10004 0%, #b70005);
  box-shadow: 0 0 0 1px #b70005, 0px 2px 2px rgba(0, 0, 0, 0.3);
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
  border-radius: 4px;
  line-height: 34px;
  padding: 0 16px; }
  .redBack.trapezoid {
    display: inline-block;
    position: relative;
    z-index: 1;
    background: none;
    box-shadow: none;
    padding: 0 60px 0 16px;
    min-width: 220px; }
    .redBack.trapezoid::before {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: -1;
      background: linear-gradient(to bottom, #e10004 0%, #b70005);
      box-shadow: 0 0 0 1px #b70005, 0px 2px 2px rgba(0, 0, 0, 0.3);
      transform: scaleY(1.2) perspective(0.6em) rotateX(1.5deg);
      transform-origin: bottom left;
      border-radius: 4px 4px 0 0; }

table > tbody > tr > td.float {
  position: relative; }
  table > tbody > tr > td.float > .layout {
    position: absolute;
    top: 0px;
    left: -218px;
    width: 200px;
    height: 240px;
    z-index: 1000;
    background: #fff;
    box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    display: none; }
    table > tbody > tr > td.float > .layout::before {
      content: '';
      position: absolute;
      z-index: 1;
      width: 20px;
      height: 20px;
      box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.5);
      right: -10px;
      top: 10px;
      transform: rotate(45deg) skew(-20deg, -20deg);
      background: #fff; }
    table > tbody > tr > td.float > .layout::after {
      content: '';
      position: absolute;
      z-index: 2;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #fff;
      border-radius: 5px; }
    table > tbody > tr > td.float > .layout > img {
      z-index: 1001;
      position: relative; }
table > tbody > tr > td.facilities {
  width: 100%;
  padding-right: 0; }
  table > tbody > tr > td.facilities > ul {
    width: 100%; }
    table > tbody > tr > td.facilities > ul > li {
      width: calc(98%/3);
      display: inline-block;
      position: relative;
      line-height: 32px; }
      table > tbody > tr > td.facilities > ul > li:before {
        content: attr(data-text);
        font-size: 12px;
        line-height: 24px;
        position: absolute;
        top: 0;
        left: 32px; }
table > tbody > tr:hover .layout {
  display: block !important; }

.table01 {
  width: 100%;
  border-top: 1px solid #eaead6;
  border-bottom: 1px solid #eaead6;
  border-collapse: separate; }
  .table01 > thead > tr {
    width: 100%; }
    .table01 > thead > tr > th {
      background-color: #eaead6;
      border-top: 1px solid #fff;
      padding: 12px 12px; }
  .table01 > tbody {
    width: 100%; }
    .table01 > tbody > tr {
      width: 100%; }
      .table01 > tbody > tr > th, .table01 > tbody > tr > td {
        padding: 10px 12px;
        vertical-align: middle;
        line-height: 20px; }
      .table01 > tbody > tr > th {
        background-color: #eaead6;
        font-weight: normal;
        border-bottom: 1px solid #fff;
        width: 200px;
        font-weight: bold; }
      .table01 > tbody > tr > td {
        border-bottom: 1px solid #eaead6;
        background-color: #fff; }
        .table01 > tbody > tr > td > .link {
          color: #333; }
          .table01 > tbody > tr > td > .link:hover {
            text-decoration: none; }
      .table01 > tbody > tr:first-of-type > th {
        border-top: 1px solid #fff; }
      .table01 > tbody > tr:first-of-type > td {
        border-top: 1px solid #fff; }
      .table01 > tbody > tr:last-of-type > th {
        border-bottom: 1px solid #fff; }
      .table01 > tbody > tr:last-of-type > td {
        border-bottom: 1px solid #fff; }

.table02 {
  width: 100%;
  border-top: 1px solid #eaead6;
  border-bottom: 1px solid #eaead6;
  border-collapse: separate;
  vertical-align: middle;
  line-height: 20px; }
  .table02 th, .table02 td {
    padding: 10px 2px;
    font-weight: normal;
    table-layout: fixed; }
  .table02 > thead {
    width: 100%; }
    .table02 > thead > tr {
      width: 100%; }
      .table02 > thead > tr > th {
        background-color: #eaead6;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
        padding: 10px 8px;
        text-align: center; }
  .table02 > tbody {
    width: 100%; }
    .table02 > tbody > tr {
      width: 100%; }
      .table02 > tbody > tr > td {
        border-bottom: 1px solid #eaead6;
        text-align: center; }

.table03 {
  width: 100%; }
  .table03 > thead {
    width: 100%; }
    .table03 > thead > tr {
      width: 100%; }
      .table03 > thead > tr > th {
        background-color: #920003;
        color: #fff;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
        padding: 12px 8px;
        border-bottom: 1px solid #6C4E3F;
        text-align: center;
        vertical-align: middle; }
  .table03 > tbody {
    width: 100%; }
    .table03 > tbody > tr {
      width: 100%; }
      .table03 > tbody > tr > td {
        background-color: #fff;
        border-bottom: 1px solid #6C4E3F;
        text-align: center;
        vertical-align: middle;
        padding: 6px 4px; }
        .table03 > tbody > tr > td > .link > img {
          background: #fff;
          width: 90px;
          height: 90px;
          border: 1px solid #ccc; }
        .table03 > tbody > tr > td > .detailBtn {
          width: 120px;
          display: block;
          margin: 0 auto;
          padding-left: 8px; }
          .table03 > tbody > tr > td > .detailBtn::before {
            left: 14px; }
        .table03 > tbody > tr > td > .favoriteBtn {
          width: 120px;
          display: block;
          margin: 0 auto; }
          .table03 > tbody > tr > td > .favoriteBtn::before {
            left: 10px; }

.table04 {
  width: 100%; }
  .table04.center td {
    text-align: center; }
  .table04.middle td {
    vertical-align: middle; }
  .table04 > thead {
    width: 100%; }
    .table04 > thead > tr {
      width: 100%; }
      .table04 > thead > tr > th {
        background-color: #ebe7de;
        line-height: 24px;
        padding: 10px 12px;
        border-top: 1px solid #a7a8a0; }
  .table04 > tbody {
    width: 100%; }
    .table04 > tbody > tr {
      width: 100%; }
      .table04 > tbody > tr > th {
        background-color: #ebe7de;
        line-height: 24px;
        padding: 10px 12px;
        border-top: 1px solid #a7a8a0;
        border-bottom: 1px solid #a7a8a0;
        width: 175px;
        vertical-align: middle; }
      .table04 > tbody > tr > td {
        border-top: 1px solid #a7a8a0;
        border-bottom: 1px solid #a7a8a0;
        padding: 14px 12px; }
        .table04 > tbody > tr > td > .link {
          font-weight: bold;
          text-decoration: none; }
          .table04 > tbody > tr > td > .link:hover {
            text-decoration: underline; }

.contactsBox {
  width: 100%;
  border: 1px solid #a7a8a0;
  border-radius: 4px 4px 0 0;
  box-shadow: 4px 4px 6px 1px #dcdcdc; }
  .contactsBox > h3 {
    width: 100%;
    border-bottom: 1px solid #a7a8a0;
    background: linear-gradient(to bottom, #fff 0%, #dcdcdc);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    line-height: 40px;
    border-radius: 4px 4px 0 0; }
  .contactsBox > .main {
    width: 100%;
    background-color: #f6f6f4; }
    .contactsBox > .main > h4 {
      width: 100%;
      font-size: 19px;
      line-height: 48px;
      border-bottom: 2px solid #b60005; }
      .contactsBox > .main > h4 > .link {
        padding: 1px 12px; }
        .contactsBox > .main > h4 > .link:hover {
          opacity: 0.8; }
    .contactsBox > .main > .left {
      width: 339px; }
      .contactsBox > .main > .left > ul {
        width: 100%; }
        .contactsBox > .main > .left > ul > li {
          width: 100%;
          line-height: 33px;
          font-weight: bold; }
          .contactsBox > .main > .left > ul > li > .link {
            padding: 1px 12px; }
            .contactsBox > .main > .left > ul > li > .link:hover {
              opacity: 0.8; }
  .contactsBox > .bottom {
    width: 100%;
    background-color: #f6f6f4;
    border-top: 1px solid #a7a8a0; }
    .contactsBox > .bottom > ul > li.tel {
      border: 1px solid #b60005; }

.icon {
  background-color: #3388cc;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
  border-radius: 4px;
  padding: 6px 12px;
  font-size: 14px;
  box-shadow: 0 0 0 1px #3388cc, 0px 2px 2px rgba(0, 0, 0, 0.3); }
  .icon.icon01 {
    background-color: #ff7822;
    box-shadow: 0 0 0 1px #ff7822, 0px 2px 2px rgba(0, 0, 0, 0.3); }
  .icon.icon02 {
    background-color: #a8be40;
    box-shadow: 0 0 0 1px #a8be40, 0px 2px 2px rgba(0, 0, 0, 0.3); }
  .icon.icon03 {
    background-color: #eab93f;
    box-shadow: 0 0 0 1px #eab93f, 0px 2px 2px rgba(0, 0, 0, 0.3); }
  .icon.icon04 {
    background-color: #e1434f;
    box-shadow: 0 0 0 1px #e1434f, 0px 2px 2px rgba(0, 0, 0, 0.3); }
  .icon.icon05 {
    background-color: #24b994;
    box-shadow: 0 0 0 1px #24b994, 0px 2px 2px rgba(0, 0, 0, 0.3); }
  .icon.icon06 {
    background-color: #52b1cf;
    box-shadow: 0 0 0 1px #52b1cf, 0px 2px 2px rgba(0, 0, 0, 0.3); }

.hide {
  display: none; }

.backList {
  width: 100%; }
  .backList > ul {
    width: 100%; }
    .backList > ul > li {
      width: 100%; }
      .backList > ul > li > .link {
        width: 100%;
        border: 1px solid #a7a8a0;
        text-align: center;
        color: #333;
        font-size: 13px;
        background: linear-gradient(to bottom, #fff 0%, #dcdcdc); }
        .backList > ul > li > .link:hover {
          background: linear-gradient(to top, #fff 0%, #dcdcdc); }
    .backList > ul.back .link {
      font-weight: bold;
      font-size: 15px;
      text-decoration: none;
      position: relative;
      padding-left: 8px; }
      .backList > ul.back .link:before {
        content: '';
        position: absolute;
        top: 6px;
        left: 16px;
        width: 20px;
        height: 20px;
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22%23b60005%22%20xml%3Aspace%3D%22preserve%22%20preserveAspectRatio%3D%22xMinYMid%22%3E%3Cdefs%3E%3Cstyle%3E.cls-2%7Bfill%3A%23fff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3E%E3%82%A2%E3%82%BB%E3%83%83%E3%83%88%203%3C%2Ftitle%3E%3Cg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%3E%3Cg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1-2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%201%22%3E%3Ccircle%20class%3D%22cls-1%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%228%22%2F%3E%3Cpolygon%20class%3D%22cls-2%22%20points%3D%226.72%2011.73%205.94%2010.95%208.89%208%205.94%205.05%206.72%204.27%2010.45%208%206.72%2011.73%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
        background-repeat: no-repeat;
        transform: rotate(180deg); }

.sideRequest {
  width: 100%;
  border: 2px solid #920003;
  background-color: #f9f1f1; }
  .sideRequest > .logo {
    width: 100%; }
    .sideRequest > .logo > img {
      width: 50%; }
  .sideRequest > h3 {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid;
    border-image: linear-gradient(to right, #ffffff 0%, #a7a8a0 50%, #ffffff 100%);
    border-image-slice: 1;
    line-height: 24px; }
  .sideRequest > .box01 {
    width: 100%;
    border-bottom: 1px dashed #a7a8a0; }
    .sideRequest > .box01 > h4 {
      width: 100%;
      text-align: center;
      font-size: 16px;
      color: #b60005;
      text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
      display: inline-block;
      transform: scale(1, 1.1); }
    .sideRequest > .box01 > .link {
      width: 100%;
      color: #fff;
      font-weight: bold;
      background: linear-gradient(to bottom, #e10004 0%, #b70005);
      box-shadow: 0 0 0 1px #b70005, 0px 2px 2px rgba(0, 0, 0, 0.3);
      text-decoration: none;
      text-align: center;
      font-size: 15px;
      line-height: 36px;
      border-radius: 4px; }
      .sideRequest > .box01 > .link:hover {
        background: linear-gradient(to top, #e10004 0%, #b70005); }
  .sideRequest > .box02 {
    width: 100%; }
    .sideRequest > .box02 > h4 {
      width: 100%;
      color: #b60005;
      text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3); }
      .sideRequest > .box02 > h4 > span {
        font-weight: normal;
        transform: scale(1, 1.1);
        font-size: 12px; }
    .sideRequest > .box02 > ul {
      width: 100%; }
      .sideRequest > .box02 > ul > li {
        width: 100%; }
        .sideRequest > .box02 > ul > li > .link {
          width: 100%;
          color: #333;
          font-weight: bold;
          text-decoration: none;
          line-height: 36px;
          border-radius: 4px;
          position: relative;
          border: 1px solid #a7a8a0;
          background: linear-gradient(to bottom, #fff 0%, #dcdcdc);
          padding-left: 16px;
          font-size: 15px; }
          .sideRequest > .box02 > ul > li > .link:hover {
            background: linear-gradient(to top, #fff 0%, #dcdcdc); }
          .sideRequest > .box02 > ul > li > .link > span {
            color: #0b165d;
            text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
            padding-right: 4px;
            font-size: 16px; }

.roomList {
  width: 100%; }
  .roomList > h3 {
    width: 100%;
    background-color: #920003;
    color: #fff;
    line-height: 36px;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4); }
    .roomList > h3 > span {
      border-left: 3px solid #fff; }
  .roomList > ul {
    width: 100%;
    border: 1px solid #a7a8a0;
    background-color: #fafafa; }
    .roomList > ul > li {
      width: 100%; }
      .roomList > ul > li > .link {
        width: 100%;
        border: 1px solid #fff;
        box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
        color: #333;
        line-height: 18px;
        font-size: 12px;
        background-color: #fff; }
        .roomList > ul > li > .link:hover {
          background-color: #f9f1f1; }
        .roomList > ul > li > .link > ul {
          width: 100%; }
          .roomList > ul > li > .link > ul > li {
            width: 100%; }
            .roomList > ul > li > .link > ul > li.title {
              white-space: nowrap;
              overflow: hidden;
              text-overflow: ellipsis; }
  .roomList > .favorite {
    width: 100%;
    background-color: #920003; }
    .roomList > .favorite > .link {
      color: #fff;
      line-height: 36px;
      text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
      text-decoration: none;
      text-align: right;
      font-size: 12px; }
      .roomList > .favorite > .link:hover {
        text-decoration: underline; }

.life-style-category {
  float: left;
  width: 100%;
  border: 1px solid #b60005; }
  .life-style-category > h2 {
    float: left;
    width: 100%;
    background-color: #b60005;
    color: white;
    text-align: center; }
  .life-style-category .link {
    color: #333;
    text-decoration: none; }
    .life-style-category .link:hover {
      text-decoration: underline; }
  .life-style-category > ul {
    float: left;
    width: 100%;
    font-size: 12px; }
    .life-style-category > ul > li {
      float: left;
      width: 100%; }

/*# sourceMappingURL=d--common.css.map */
