@charset "UTF-8";
/**
 * ご宿泊
 *
 * 01. 客室カテゴリートップ
 * 02. 下層共通
 *
 */
/* ==========================================================================
   01. 客室カテゴリートップ
   ========================================================================== */
/* カテトップボックス
    ========================================================================== */
.ctop-box {
  min-height: 33.33vw;
  margin-bottom: 2.67vw; }
  @media screen and (max-width: 767px) {
    .ctop-box {
      height: auto;
      margin-bottom: 20px;
      margin-bottom: 5.33vw; } }

.ctop-box > a {
  display: flex;
  height: 100%; }
  @media screen and (max-width: 767px) {
    .ctop-box > a {
      display: block; } }

/* テキスト部分
    ========================================================================== */
.ctop-box-text {
  position: relative;
  text-align: center;
  width: 100%; }
  @media screen and (min-width: 768px), print {
    .ctop-box-text {
      display: flex;
      flex: 1;
      align-items: center;
      justify-content: center;
      padding: 5.33vw 0; } }
  @media screen and (max-width: 767px) {
    .ctop-box-text {
      display: block;
      padding-top: 50px;
      padding-top: 13.33vw;
      padding-right: 20px;
      padding-right: 5.33vw;
      padding-bottom: 40px;
      padding-bottom: 10.67vw;
      padding-left: 20px;
      padding-left: 5.33vw; } }

.ctop-box-text-inner {
  padding-left: 9vw;
  padding-right: 9vw; }
  @media screen and (max-width: 767px) {
    .ctop-box-text-inner {
      padding: 0px;
      padding: 0vw; } }

.room-ttl-wrap .ctop-box-sub {
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0.17em; }
.room-ttl-wrap .ctop-room-ttl {
  font-size: 40px;
  font-size: 4rem;
  line-height: 1.3;
  color: #b49531; }
@media screen and (max-width: 767px) {
  .room-ttl-wrap .ctop-box-sub {
    font-size: 11px;
    font-size: 1.1rem; }
  .room-ttl-wrap .ctop-room-ttl {
    font-size: 30px;
    font-size: 3rem;
    line-height: 1.1; } }

.room-txt-wrap {
  color: #5a5129;
  margin-top: 3.33vw; }
  .room-txt-wrap .notes-list {
    text-align: left; }
  .room-txt-wrap p {
    text-align: left; }
  .room-txt-wrap .room-tbl-box {
    border-top: 1px solid #e6e6d2;
    border-bottom: 1px solid #e6e6d2;
    padding-top: 1vw;
    padding-bottom: 0.67vw;
    margin-top: 1.33vw;
    margin-bottom: 1.33vw; }
    .room-txt-wrap .room-tbl-box .tbl-l {
      float: left; }
    .room-txt-wrap .room-tbl-box .tbl-r {
      float: right; }
  .room-txt-wrap .tbl01 {
    width: 14vw; }
    .room-txt-wrap .tbl01 tr td,
    .room-txt-wrap .tbl01 tr th {
      font-size: 12px;
      font-size: 1.2rem; }
  @media screen and (max-width: 767px) {
    .room-txt-wrap {
      margin-top: 30px;
      margin-top: 8vw; }
      .room-txt-wrap p {
        text-align: center; }
      .room-txt-wrap .room-tbl-box {
        padding-top: 10px;
        padding-top: 2.67vw;
        padding-bottom: 5px;
        padding-bottom: 1.33vw;
        margin-top: 20px;
        margin-top: 5.33vw;
        margin-bottom: 10px;
        margin-bottom: 2.67vw; }
        .room-txt-wrap .room-tbl-box .tbl-l,
        .room-txt-wrap .room-tbl-box .tbl-r {
          float: none; }
      .room-txt-wrap .tbl01 {
        width: 100%; } }

.link-shadow .th-inner, .link-shadow .td-inner {
  transition: background-color 0.5s ease; }
.link-shadow:hover .th-inner, .link-shadow:hover .td-inner {
  background: #fff; }

/* 画像
    ========================================================================== */
.ctop-box-img {
  width: 48.67vw; }
  .ctop-box-img img {
    width: 100%;
    height: 100%; }
  @media screen and (max-width: 767px) {
    .ctop-box-img {
      width: 335px;
      width: 89.33vw;
      height: 280px;
      height: 74.67vw; } }

/* 部屋一覧
    ========================================================================== */
.sct-rooms {
  margin-top: 5.33vw;
  margin-bottom: 10.67vw; }
  .sct-rooms .box-center {
    border-top: 1px solid #ccccba;
    border-bottom: 1px solid #e6e6d2; }
  .sct-rooms .rooms-head {
    padding: 4vw 0;
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .sct-rooms .rooms-head-btn .btn02 span:before {
    display: inline-block;
    padding: 0;
    position: relative;
    left: -0.34vw;
    transform: rotate(90deg); }

@media screen and (max-width: 767px) {
  .sct-rooms {
    margin-top: 60px;
    margin-top: 16vw;
    margin-bottom: 60px;
    margin-bottom: 16vw; }
    .sct-rooms .rooms-head {
      display: block;
      padding-top: 30px;
      padding-top: 8vw;
      padding-bottom: 30px;
      padding-bottom: 8vw; }
    .sct-rooms .rooms-head-lead {
      margin-bottom: 20px;
      margin-bottom: 5.33vw; } }
/* テーブル */
.rooms-tbl {
  width: 100%; }
  .rooms-tbl tr {
    color: #000; }
  .rooms-tbl th,
  .rooms-tbl td {
    line-height: 1.6;
    text-align: center;
    vertical-align: middle; }
  .rooms-tbl th {
    font-weight: normal;
    background-color: #ececde;
    border-top: 1px solid #ccccba;
    padding-top: 1.33vw;
    padding-bottom: 1.33vw; }
  .rooms-tbl td {
    border-top: 1px solid #e6e6d2;
    padding-top: 1.33vw;
    padding-bottom: 1vw;
    font-size: 13px;
    font-size: 1.3rem; }
  .rooms-tbl .room-type {
    padding-left: 2vw;
    text-align: left; }
  .rooms-tbl .tr-main td.bed-type,
  .rooms-tbl .tr-main td.number,
  .rooms-tbl .tr-main td.area-room,
  .rooms-tbl .tr-main td.area-terrace,
  .rooms-tbl .tr-main td.area-all {
    padding-bottom: 0.4vw; }
  .rooms-tbl .tr-sub td.bed-type,
  .rooms-tbl .tr-sub td.number,
  .rooms-tbl .tr-sub td.area-room,
  .rooms-tbl .tr-sub td.area-terrace,
  .rooms-tbl .tr-sub td.area-all {
    border-top: none;
    padding-top: 0.4vw; }
  .rooms-tbl .tr-current td {
    background-color: rgba(236, 236, 222, 0.7); }
  @media screen and (max-width: 767px) {
    .rooms-tbl {
      width: 240% !important; }
      .rooms-tbl th, .rooms-tbl td {
        font-size: 12px;
        font-size: 1.2rem; }
      .rooms-tbl th {
        padding-top: 10px;
        padding-top: 2.67vw;
        padding-bottom: 10px;
        padding-bottom: 2.67vw; }
      .rooms-tbl td {
        padding-top: 10px;
        padding-top: 2.67vw;
        padding-bottom: 10px;
        padding-bottom: 2.67vw; }
      .rooms-tbl .room-type {
        padding-left: 10px;
        padding-left: 2.67vw;
        text-align: left; }
      .rooms-tbl td.price {
        font-size: 14px;
        font-size: 1.4rem; } }

/* アコーディオン
   ========================================================================== */
.acc-wrap.js-open .acc-body {
  opacity: 1; }

.acc-body {
  opacity: 0;
  transition: opacity 0.5s ease; }

/* ==========================================================================
   02. 下層共通
   ========================================================================== */
/* メインビジュアル
   ========================================================================== */
.main-visual {
  margin-bottom: 1.33vw; }
  .main-visual .box-rds {
    border-radius: 0.27vw 0.27vw 0 0; }
    @media screen and (max-width: 767px) {
      .main-visual .box-rds {
        background-color: transparent;
        border-radius: 4px 4px 0 0;
        border-radius: 1.07vw 1.07vw 0 0; } }

/*  客室データ
   ========================================================================== */
.data-box {
  overflow: hidden; }
  .data-box:last-child {
    margin-bottom: 0; }
  .data-box + .data-box {
    border-top: 1px solid #e6e6d2; }
  @media screen and (min-width: 768px), print {
    .data-box {
      margin-bottom: 3.33vw;
      padding-top: 3.33vw; } }
  @media screen and (max-width: 767px) {
    .data-box {
      margin-bottom: 20px;
      margin-bottom: 5.33vw;
      padding-top: 20px;
      padding-top: 5.33vw; } }

/* DATA - TYPE */
.data-type .type-box .type-box-txt {
  position: relative; }
  .data-type .type-box .type-box-txt:before {
    background-position: left top;
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0; }
    @media screen and (max-width: 767px) {
      .data-type .type-box .type-box-txt:before {
        top: 15px;
        top: 4vw; } }
.data-type .type-box-double .type-box-txt:before {
  background-image: url(img/icon_double.png);
  height: 1.93vw;
  width: 1.8vw; }
  @media screen and (max-width: 767px) {
    .data-type .type-box-double .type-box-txt:before {
      height: 21.5px;
      height: 5.73vw;
      width: 20px;
      width: 5.33vw; } }
.data-type .type-box-twin .type-box-txt:before {
  background-image: url(img/icon_twin.png);
  height: 1.93vw;
  width: 2.53vw; }
  @media screen and (max-width: 767px) {
    .data-type .type-box-twin .type-box-txt:before {
      height: 21.5px;
      height: 5.73vw;
      width: 28.5px;
      width: 7.6vw; } }
@media screen and (min-width: 768px), print {
  .data-type {
    margin-bottom: 4vw; }
    .data-type .type-box {
      display: flex; }
      .data-type .type-box:nth-child(odd) {
        padding-right: 4vw; }
      .data-type .type-box:nth-child(even) {
        padding-left: 4vw; }
      .data-type .type-box-txt {
        flex: 1;
        padding-top: 0.33vw; }
        .data-type .type-box-txt .ttl03-wrap {
          margin-bottom: 1.67vw; }
        .data-type .type-box-txt .tbl01 {
          border-top: 1px solid #e6e6d2;
          border-bottom: 1px solid #e6e6d2;
          padding-top: 1vw;
          padding-bottom: 0.67vw;
          margin-bottom: 1.33vw;
          border-collapse: separate; }
          .data-type .type-box-txt .tbl01 th, .data-type .type-box-txt .tbl01 td {
            font-size: 13px;
            font-size: 1.3rem; }
      .data-type .type-box-img {
        width: 17.33vw;
        padding-left: 2.67vw; } }
@media screen and (max-width: 767px) {
  .data-type .type-box-txt {
    margin-bottom: 15px;
    margin-bottom: 4vw; }
    .data-type .type-box-txt .ttl03-wrap {
      margin-bottom: 1.67vw; }
    .data-type .type-box-txt .ttl03 {
      font-size: 18px;
      font-size: 1.8rem;
      margin-bottom: 20px;
      margin-bottom: 5.33vw; }
    .data-type .type-box-txt .tbl01 {
      border-top: 1px solid #e6e6d2;
      border-bottom: 1px solid #e6e6d2;
      border-collapse: separate;
      padding-top: 15px;
      padding-top: 4vw;
      padding-bottom: 15px;
      padding-bottom: 4vw;
      margin-bottom: 10px;
      margin-bottom: 2.67vw; }
      .data-type .type-box-txt .tbl01 tr td,
      .data-type .type-box-txt .tbl01 tr th {
        font-size: 12px;
        font-size: 1.2rem; }
  .data-type .type-box-img .box-rds {
    height: 150px;
    height: 40vw; } }

/* DATA - FLOOR */
.data-floor .floor-btn .btn02 span:before {
  content: ""; }
@media screen and (min-width: 768px), print {
  .data-floor .floor-btn .btn02 {
    padding: 0.8vw;
    width: 100%; } }
@media screen and (max-width: 767px) {
  .data-floor .floor-btn {
    margin-left: auto;
    margin-top: 15px;
    margin-top: 4vw;
    width: 200px;
    width: 53.33vw; }
    .data-floor .floor-btn .btn02 {
      padding-left: 0;
      padding-right: 0; } }

/* lity */
html.lity-active body {
  height: 100vh;
  overflow: hidden; }

.lity {
  background: rgba(0, 0, 0, 0.7); }

@media screen and (min-width: 768px), print {
  .lity-container {
    max-width: 85vw !important; }
    .lity-container .lity-content {
      background-color: #fff;
      overflow-y: auto; }
      .lity-container .lity-content:after {
        box-shadow: none !important; }
    .lity-container .floor-img {
      background-color: #fff; }
    .lity-container .floor-img-inner {
      padding: 60px;
      position: relative; }
      .lity-container .floor-img-inner img {
        -webkit-backface-visibility: hidden; }
    .lity-container button.lity-close {
      display: none; }
    .lity-container #lity-close-custom {
      background: url(img/lity_close.png) no-repeat left top;
      background-size: contain;
      cursor: pointer;
      width: 46px;
      height: 56px;
      position: absolute;
      top: 30px;
      right: 30px; } }
@media screen and (max-width: 767px) {
  .lity-container .floor-img-inner {
    background-color: #fff;
    padding-top: 100px;
    padding-top: 26.67vw;
    padding-bottom: 60px;
    padding-bottom: 16vw; }
  .lity-container button.lity-close {
    display: none; }
  .lity-container #lity-close-custom {
    background: url(img/lity_close.png) no-repeat left top;
    background-size: contain;
    position: absolute;
    top: 20px;
    top: 5.33vw;
    right: 20px;
    right: 5.33vw;
    width: 46px;
    width: 12.27vw;
    height: 56px;
    height: 14.93vw; } }
/* 詳細セクション
   ========================================================================== */
.sct-detail .ttl04:first-child {
  margin-top: 0; }
.sct-detail .detail-list-l {
  padding-left: 4.67vw; }
.sct-detail .detail-list-r {
  padding-left: 2.67vw; }
@media screen and (max-width: 767px) {
  .sct-detail .detail-list-l,
  .sct-detail .detail-list-r {
    padding-left: 10px;
    padding-left: 2.67vw; }
  .sct-detail .detail-list-l {
    margin-bottom: 2px;
    margin-bottom: 0.53vw; }
  .sct-detail .detail-list-r .ttl04 {
    margin-top: 30px;
    margin-top: 8vw; } }

/* このお部屋を予約する
   ========================================================================== */
.reserve-room {
  /* 電話で予約 */ }
  .reserve-room .btn-list {
    margin: 0; }
  @media screen and (min-width: 768px), print {
    .reserve-room .btn-list-type li {
      width: 30%; } }
  @media screen and (max-width: 767px) {
    .reserve-room .btn-list li {
      margin-bottom: 18px !important; }
      .reserve-room .btn-list li:last-child {
        margin-bottom: 0 !important; } }
  @media screen and (min-width: 768px), print {
    .reserve-room {
      margin: 6.67vw 0 !important; } }
  @media screen and (max-width: 767px) {
    .reserve-room {
      margin-top: 80px !important;
      margin-top: 21.33vw !important;
      margin-bottom: 80px !important;
      margin-bottom: 21.33vw !important; } }
  .reserve-room .reserve-room-tel {
    text-align: center;
    border: 1px solid #5a5129;
    border-radius: 0.4vw;
    padding: 1.67vw 1.33vw 1.33vw;
    width: 40%;
    margin: 0vw auto; }
    .reserve-room .reserve-room-tel .tel-txt {
      font-size: 24px;
      font-size: 2.4rem;
      line-height: 1.4; }
    @media screen and (max-width: 767px) {
      .reserve-room .reserve-room-tel {
        width: 100%;
        border-radius: 6px;
        border-radius: 1.6vw;
        padding-top: 20px;
        padding-top: 5.33vw;
        padding-right: 15px;
        padding-right: 4vw;
        padding-bottom: 15px;
        padding-bottom: 4vw;
        padding-left: 15px;
        padding-left: 4vw; }
        .reserve-room .reserve-room-tel .tel-txt {
          font-size: 18px;
          font-size: 1.8rem; } }

/* 詳細ボックス
   ========================================================================== */
@media screen and (min-width: 768px), print {
  .detail-box {
    position: relative; }
    .detail-box-img {
      height: 18vw; }
    .detail-box-text {
      padding-right: 3.33vw;
      margin-top: 1vw; }
      .detail-box-text p + p {
        margin-top: 1.33vw; }
    .detail-box-btn {
      margin-top: 1.33vw; } }
@media screen and (max-width: 767px) {
  .detail-box {
    margin-bottom: 80px;
    margin-bottom: 21.33vw; }
    .detail-box-img {
      height: 212px;
      height: 56.53vw; }
    .detail-box-text {
      margin-bottom: 20px;
      margin-bottom: 5.33vw;
      margin-top: 10px;
      margin-top: 2.67vw; }
      .detail-box-text p + p {
        margin-top: 10px;
        margin-top: 2.67vw; }

  .detail-list {
    padding-top: 30px;
    padding-top: 8vw; } }
.detail-box-btn {
  margin-top: 2.13vw; }
