@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Old+Standard+TT:ital,wght@0,400;0,700;1,400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Source+Serif+4:ital,opsz,wght@0,8..60,200..900;1,8..60,200..900&display=swap");
@font-face {
  font-family: "Old Standard TT";
  src: url("../assets/fonts/OldStandardTT-Regular.ttf") format("truetype");
}
html {
  letter-spacing: 0.064em;
  scroll-behavior: smooth;
  font-size: 16px;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
}

body {
  font-family: "游ゴシック", "YuGothic", sans-serif;
  line-height: 1.5;
}

.anteroom_kyoto,
.category-en_anteroom_kyoto {
  font-family: "Old Standard TT", serif !important;
  background: #f5f2ef;
  color: #1a1a1a;
}

.shopname_section {
  text-align: center;
  padding: 12px 0;
  max-width: 990px;
  margin: 0 auto;
}
.shopname_section h1 {
  color: #1a1a1a;
  font-family: "Old Standard TT", serif;
  font-size: 20px;
  line-height: 1.8;
  letter-spacing: 0.08em;
  text-align: center;
  font-weight: 400;
  margin-top: 51px;
  margin-bottom: 44px;
}

.main {
  width: 100%;
  height: 100vh;
  max-height: 915px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
.main .logo {
  width: 740px;
  height: 100%;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  z-index: 10;
  background: url("../assets/images/anteroom_kyoto/anteroom_logo.png") no-repeat 50%;
  background-size: contain;
  text-indent: -9999px;
}
.main .swiper {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden; /* コンテナからはみ出した部分を非表示にする */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* フレックスボックスで画像を調整 */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; /* 垂直方向の中央揃え */
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; /* 水平方向の中央揃え */
}
.main .swiper .swiper-slide {
  width: 100%; /* スライドの幅を全体に設定 */
  height: 100%; /* 親要素の高さに合わせる */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* 画像を中央揃え */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; /* 垂直方向の中央揃え */
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; /* 水平方向の中央揃え */
  overflow: hidden; /* はみ出した部分を非表示 */
}
.main .swiper .swiper-slide img {
  width: 100%; /* 幅をスライドいっぱいに設定 */
  height: 100%; /* 高さをスライドいっぱいに設定 */
  -o-object-fit: cover;
     object-fit: cover; /* コンテナを埋めるように画像を拡大/縮小 */
  -o-object-position: center;
     object-position: center; /* 画像を中央に配置 */
}

.message_gallery_section {
  width: 1230px;
  margin: 0 auto;
}
.message_gallery_section .main_area {
  width: 1230px;
  height: 650px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
.message_gallery_section .thums_area {
  max-width: 620px;
  height: 28px;
  margin: 16px auto 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.message_gallery_section .thums_area .thums {
  width: 26px;
  max-width: 26px;
  height: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  margin-right: 6px !important;
  cursor: pointer;
}
.message_gallery_section .thums_area .thums:last-child {
  margin-right: 0;
}
.message_gallery_section .thums_area .thums img {
  height: 100%;
  width: auto;
  display: block;
}
.message_gallery_section .all_view_bt_area {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -15px;
}
.message_gallery_section .all_view_bt_area .all_view_bt {
  width: 200px;
  height: 32px;
  background: #000000;
  color: #FFFFFF;
  font-family: "游明朝", YuMincho, serif !important;
  font-size: 14px;
}

.facility_area {
  width: 990px;
  margin: 0 auto 86px auto;
  padding-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.facility_area .message_area {
  width: 660px;
}
.facility_area .message_area .copy {
  font-weight: 200;
  font-size: 26px;
  line-height: 1.3846153846;
  letter-spacing: 0.12em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin-top: 31px;
  margin-bottom: 35px;
  font-family: "source-han-sans-cjk-ja", sans-serif !important;
}
.facility_area .message_area .description {
  width: 515px;
  font-size: 18px;
  line-height: 1.7777777778;
  letter-spacing: 0.04em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-family: "source-han-sans-cjk-ja", sans-serif !important;
  font-weight: lighter;
}
.facility_area .kyoto_info {
  width: 330px;
  border-top: 2px solid #000000;
  padding-top: 40px;
  margin-top: 40px;
  font-family: "source-han-sans-cjk-ja", sans-serif !important;
}
.facility_area .kyoto_info .address {
  font-size: 15px;
  line-height: 1.7142857143;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.04em;
  font-weight: 300;
  margin-bottom: 5px !important;
}
.facility_area .kyoto_info .access {
  font-size: 15px;
  line-height: 1.7142857143;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.04em;
  font-weight: 300;
  margin-bottom: 5px !important;
}
.facility_area .kyoto_info .tel {
  font-family: "Old Standard TT", serif;
  font-size: 20px;
  letter-spacing: 0.04em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: #1a1a1a;
  margin-top: 11px;
  margin-bottom: 0 !important;
}
.facility_area .kyoto_info .facilities_area {
  margin-top: 50px;
}

.rooms_section {
  width: 990px;
  margin: 0 auto;
}
.rooms_section .heading {
  margin-bottom: 70px;
}
.rooms_section .heading h2 {
  font-family: "Old Standard TT", serif !important;
  background: #f5f2ef;
  color: #1a1a1a;
  font-size: 36px;
  font-weight: 400;
}
.rooms_section .heading .sub {
  font-family: "source-han-sans-cjk-ja", sans-serif !important;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  font-size: 18px;
  line-height: 1.3333333333;
  letter-spacing: 0.04em;
  font-weight: 400;
}
.rooms_section .room_type_wrapper {
  width: 990px;
  border-top: 1px solid #a09e9c;
  padding-top: 60px;
  padding-bottom: 50px;
}
.rooms_section .room_type_wrapper h3 {
  letter-spacing: 0.04em;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Old Standard TT", serif !important;
  font-size: 24px;
  line-height: 1.3333333333;
  text-transform: uppercase;
}
.rooms_section .room_type_wrapper p.sub {
  font-family: "source-han-sans-cjk-ja", sans-serif !important;
  font-size: 14px;
  line-height: 1.7142857143;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 10px 0;
}
.rooms_section .room_card {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 35px;
}
.rooms_section .room_card .image_area {
  width: 50%;
  height: 369px;
  padding-right: 20px;
}
.rooms_section .room_card .image_area .image {
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  cursor: pointer;
}
.rooms_section .room_card .image_area .image .fullscreen_icon {
  position: absolute;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  bottom: 10px;
  right: 10px;
  width: 32px;
  height: 32px;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  cursor: pointer;
}
.rooms_section .room_card .image_area .image .fullscreen_icon svg {
  width: 12px;
  height: 12px;
  fill: currentColor;
  color: #fff;
}
.rooms_section .room_card .image_area .image img {
  height: 100%;
}
.rooms_section .room_card .image_area .image:hover .fullscreen_icon {
  -webkit-transform: scale(1.1);
          transform: scale(1.1); /* ホバー時に少し大きくなる */
}
.rooms_section .room_card .info {
  border-top: 2px solid #000000;
  width: 50%;
  padding-top: 30px;
  padding-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.rooms_section .room_card .info .name {
  font-family: "Old Standard TT", serif;
  font-size: 24px;
  line-height: 1.1666666667;
  letter-spacing: 0.04em;
  color: #1a1a1a;
  font-weight: 400;
  margin: 0;
}
.rooms_section .room_card .info .designer {
  font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
  font-size: 18px;
  line-height: 1.7777777778;
  letter-spacing: 0.04em;
  color: #1a1a1a;
  margin: 0;
}
.rooms_section .room_card .info p.details {
  list-style: none;
  margin-bottom: 7px;
  padding: 0;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.04em;
  color: #1a1a1a;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.rooms_section .room_card .info .detail_bt_area {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  margin-top: 45px;
}
@media screen and (max-width: 648px) {
  .rooms_section .room_card .info .detail_bt_area {
    margin-top: 10px;
  }
}
.rooms_section .room_card .info .detail_bt_area .detail_bt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 12px;
  background-color: transparent;
  color: #a09e9c;
  border: 1px solid #a09e9c;
  font-family: "Old Standard TT", serif;
  text-transform: capitalize;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  letter-spacing: 0.04em;
  margin-top: -3px;
  line-height: 1;
  -webkit-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
  height: 32px !important;
  font-size: 12px;
  cursor: pointer;
}
.rooms_section .room_card .info .detail_bt_area .detail_bt:hover {
  background-color: #eee;
  color: #000;
  border: 1px solid #000;
}
.rooms_section .room_card .info .price_reserve_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #a09e9c;
  border-bottom: 1px solid #a09e9c;
  margin-top: 24px !important;
  margin-left: -20px;
  padding-top: 4px;
  padding-bottom: 4px;
}
@media screen and (max-width: 648px) {
  .rooms_section .room_card .info .price_reserve_area {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.rooms_section .room_card .info .price_reserve_area .price_area {
  margin-left: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.7142857143;
  letter-spacing: 0.04em;
  color: #807d7a;
  margin-right: 12px;
}
.rooms_section .room_card .info .price_reserve_area .price_area .price {
  font-family: "Old Standard TT", serif;
  font-size: 24px;
  line-height: 1.1666666667;
  color: #1a1a1a;
  margin: 0;
}
.rooms_section .room_card .info .price_reserve_area .reserve_bt_area {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  padding: 12px;
}
.rooms_section .room_card .info .price_reserve_area .reserve_bt_area .reserve_bt {
  font-family: "source-han-sans-cjk-ja", sans-serif !important;
  border-radius: 4px;
  width: 160px;
  height: 48px;
  background-color: #000 !important;
  color: #fff !important;
  border: 1px solid #000;
  font-size: 14px;
  letter-spacing: 0.04em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.rooms_section .room_card .info .price_reserve_area .reserve_bt_area .reserve_bt a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  color: #FFFFFF;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.rooms_section .room_card .info .price_reserve_area .reserve_bt_area .reserve_bt a:hover {
  color: #000000;
}
.rooms_section .room_card .info .price_reserve_area .reserve_bt_area .reserve_bt:hover {
  background: #FFFFFF !important;
  border: 1px solid #000000 !important;
  color: #000000 !important;
}

.standard_room_section {
  width: 990px;
  margin: 0 auto;
  padding-top: 100px;
}
.standard_room_section .heading {
  border-top: 1px solid #a09e9c;
  padding-top: 60px;
  margin-bottom: 70px;
}
.standard_room_section .heading h2 {
  font-family: "Old Standard TT", serif !important;
  letter-spacing: 0.04em;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 24px;
  line-height: 1.3333333333;
  text-transform: uppercase;
}
.standard_room_section .heading .sub {
  font-family: "source-han-sans-cjk-ja", sans-serif !important;
  font-size: 14px;
  line-height: 1.7142857143;
  letter-spacing: 0.04em;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
}
.standard_room_section .standard_room_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.standard_room_section .standard_room_wrapper .standard_room_card {
  width: 475px;
  margin-bottom: 64px;
}
.standard_room_section .standard_room_wrapper .standard_room_card .image {
  height: 320px;
  position: relative;
}
.standard_room_section .standard_room_wrapper .standard_room_card .image .fullscreen_icon {
  position: absolute;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  bottom: 10px;
  right: 10px;
  width: 32px;
  height: 32px;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  cursor: pointer;
}
.standard_room_section .standard_room_wrapper .standard_room_card .image .fullscreen_icon svg {
  width: 12px;
  height: 12px;
  fill: currentColor;
  color: #fff;
}
.standard_room_section .standard_room_wrapper .standard_room_card .image:hover .fullscreen_icon {
  -webkit-transform: scale(1.1);
          transform: scale(1.1); /* ホバー時に少し大きくなる */
}
.standard_room_section .standard_room_wrapper .standard_room_card .info .name {
  font-family: "Old Standard TT", serif;
  font-size: 18px;
  line-height: 1.7777777778;
  letter-spacing: 0.04em;
  margin-top: 23px;
  margin-bottom: 30px;
}
.standard_room_section .standard_room_wrapper .standard_room_card .info .description_detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
.standard_room_section .standard_room_wrapper .standard_room_card .info .description_detail .description ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.standard_room_section .standard_room_wrapper .standard_room_card .info .description_detail .description ul li {
  font-size: 14px;
  line-height: 1.7142857143;
  color: #1a1a1a !important;
  font-family: "source-han-sans-cjk-ja", sans-serif !important;
}
.standard_room_section .standard_room_wrapper .standard_room_card .info .description_detail .detail_bt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 12px;
  background-color: transparent !important;
  color: #a09e9c !important;
  border: 1px solid #a09e9c !important;
  font-family: "Old Standard TT", serif;
  text-transform: capitalize;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  letter-spacing: 0.04em;
  margin-top: -3px;
  line-height: 1;
  -webkit-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
  height: 32px !important;
  font-size: 12px;
  cursor: pointer;
}
.standard_room_section .standard_room_wrapper .standard_room_card .info .description_detail .detail_bt:hover {
  background-color: #eee !important;
  color: #000 !important;
  border: 1px solid #000 !important;
}
.standard_room_section .price_reserve_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid #a09e9c;
  margin-top: 17px !important;
  padding-top: 4px;
  padding-bottom: 4px;
}
@media screen and (max-width: 648px) {
  .standard_room_section .price_reserve_area {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.standard_room_section .price_reserve_area .price_area {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.7142857143;
  letter-spacing: 0.04em;
  color: #1a1a1a;
  margin-right: 12px;
}
.standard_room_section .price_reserve_area .price_area .price {
  padding-left: 16px;
  margin-right: 7px;
  font-family: "Old Standard TT", serif;
  font-size: 24px;
  line-height: 1.1666666667;
  color: #1a1a1a;
}
.standard_room_section .price_reserve_area .reserve_bt_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  padding: 12px;
}
.standard_room_section .price_reserve_area .reserve_bt_area .reserve_bt {
  font-family: "source-han-sans-cjk-ja", sans-serif !important;
  border-radius: 4px;
  width: 160px;
  height: 48px;
  background-color: #000 !important;
  color: #fff !important;
  border: 1px solid #000;
  font-size: 14px;
  letter-spacing: 0.04em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.standard_room_section .price_reserve_area .reserve_bt_area .reserve_bt a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  color: #FFFFFF;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.standard_room_section .price_reserve_area .reserve_bt_area .reserve_bt a:hover {
  color: #000000;
}
.standard_room_section .price_reserve_area .reserve_bt_area .reserve_bt:hover {
  background: #FFFFFF !important;
  border: 1px solid #000000 !important;
  color: #000000 !important;
}

.restaurant_section {
  padding-top: 126px;
}

.gallery_section,
.event_section,
.apartment_section {
  padding-top: 50px;
}

.restaurant_section,
.gallery_section,
.event_section,
.apartment_section,
.information_section,
.hotel_information_section {
  width: 990px;
  margin: 0 auto;
}
.restaurant_section .heading,
.gallery_section .heading,
.event_section .heading,
.apartment_section .heading,
.information_section .heading,
.hotel_information_section .heading {
  margin-bottom: 70px;
}
.restaurant_section .heading h2,
.gallery_section .heading h2,
.event_section .heading h2,
.apartment_section .heading h2,
.information_section .heading h2,
.hotel_information_section .heading h2 {
  font-family: "Old Standard TT", serif !important;
  background: #f5f2ef;
  color: #1a1a1a;
  font-size: 36px;
  font-weight: 400;
}
.restaurant_section .heading .sub,
.gallery_section .heading .sub,
.event_section .heading .sub,
.apartment_section .heading .sub,
.information_section .heading .sub,
.hotel_information_section .heading .sub {
  font-family: "source-han-sans-cjk-ja", sans-serif !important;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  font-size: 18px;
  line-height: 1.3333333333;
  letter-spacing: 0.04em;
  font-weight: 400;
  margin: 12px 0;
}
.restaurant_section .restaurant_card, .restaurant_section .gallery_card, .restaurant_section .event_card, .restaurant_section .apartment_card,
.gallery_section .restaurant_card,
.gallery_section .gallery_card,
.gallery_section .event_card,
.gallery_section .apartment_card,
.event_section .restaurant_card,
.event_section .gallery_card,
.event_section .event_card,
.event_section .apartment_card,
.apartment_section .restaurant_card,
.apartment_section .gallery_card,
.apartment_section .event_card,
.apartment_section .apartment_card,
.information_section .restaurant_card,
.information_section .gallery_card,
.information_section .event_card,
.information_section .apartment_card,
.hotel_information_section .restaurant_card,
.hotel_information_section .gallery_card,
.hotel_information_section .event_card,
.hotel_information_section .apartment_card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px solid #000000;
  padding-top: 40px;
  margin-bottom: 83px;
}
.restaurant_section .restaurant_card .image, .restaurant_section .gallery_card .image, .restaurant_section .event_card .image, .restaurant_section .apartment_card .image,
.gallery_section .restaurant_card .image,
.gallery_section .gallery_card .image,
.gallery_section .event_card .image,
.gallery_section .apartment_card .image,
.event_section .restaurant_card .image,
.event_section .gallery_card .image,
.event_section .event_card .image,
.event_section .apartment_card .image,
.apartment_section .restaurant_card .image,
.apartment_section .gallery_card .image,
.apartment_section .event_card .image,
.apartment_section .apartment_card .image,
.information_section .restaurant_card .image,
.information_section .gallery_card .image,
.information_section .event_card .image,
.information_section .apartment_card .image,
.hotel_information_section .restaurant_card .image,
.hotel_information_section .gallery_card .image,
.hotel_information_section .event_card .image,
.hotel_information_section .apartment_card .image {
  width: 600px;
}
.restaurant_section .restaurant_card .info, .restaurant_section .gallery_card .info, .restaurant_section .event_card .info, .restaurant_section .apartment_card .info,
.gallery_section .restaurant_card .info,
.gallery_section .gallery_card .info,
.gallery_section .event_card .info,
.gallery_section .apartment_card .info,
.event_section .restaurant_card .info,
.event_section .gallery_card .info,
.event_section .event_card .info,
.event_section .apartment_card .info,
.apartment_section .restaurant_card .info,
.apartment_section .gallery_card .info,
.apartment_section .event_card .info,
.apartment_section .apartment_card .info,
.information_section .restaurant_card .info,
.information_section .gallery_card .info,
.information_section .event_card .info,
.information_section .apartment_card .info,
.hotel_information_section .restaurant_card .info,
.hotel_information_section .gallery_card .info,
.hotel_information_section .event_card .info,
.hotel_information_section .apartment_card .info {
  width: 370px;
  max-width: 370px;
  margin: 0;
  padding: 12px;
}
.restaurant_section .restaurant_card .info h3.restaurant-heading, .restaurant_section .restaurant_card .info .gallery-heading, .restaurant_section .restaurant_card .info .event-heading, .restaurant_section .restaurant_card .info .apartment-heading, .restaurant_section .gallery_card .info h3.restaurant-heading, .restaurant_section .gallery_card .info .gallery-heading, .restaurant_section .gallery_card .info .event-heading, .restaurant_section .gallery_card .info .apartment-heading, .restaurant_section .event_card .info h3.restaurant-heading, .restaurant_section .event_card .info .gallery-heading, .restaurant_section .event_card .info .event-heading, .restaurant_section .event_card .info .apartment-heading, .restaurant_section .apartment_card .info h3.restaurant-heading, .restaurant_section .apartment_card .info .gallery-heading, .restaurant_section .apartment_card .info .event-heading, .restaurant_section .apartment_card .info .apartment-heading,
.gallery_section .restaurant_card .info h3.restaurant-heading,
.gallery_section .restaurant_card .info .gallery-heading,
.gallery_section .restaurant_card .info .event-heading,
.gallery_section .restaurant_card .info .apartment-heading,
.gallery_section .gallery_card .info h3.restaurant-heading,
.gallery_section .gallery_card .info .gallery-heading,
.gallery_section .gallery_card .info .event-heading,
.gallery_section .gallery_card .info .apartment-heading,
.gallery_section .event_card .info h3.restaurant-heading,
.gallery_section .event_card .info .gallery-heading,
.gallery_section .event_card .info .event-heading,
.gallery_section .event_card .info .apartment-heading,
.gallery_section .apartment_card .info h3.restaurant-heading,
.gallery_section .apartment_card .info .gallery-heading,
.gallery_section .apartment_card .info .event-heading,
.gallery_section .apartment_card .info .apartment-heading,
.event_section .restaurant_card .info h3.restaurant-heading,
.event_section .restaurant_card .info .gallery-heading,
.event_section .restaurant_card .info .event-heading,
.event_section .restaurant_card .info .apartment-heading,
.event_section .gallery_card .info h3.restaurant-heading,
.event_section .gallery_card .info .gallery-heading,
.event_section .gallery_card .info .event-heading,
.event_section .gallery_card .info .apartment-heading,
.event_section .event_card .info h3.restaurant-heading,
.event_section .event_card .info .gallery-heading,
.event_section .event_card .info .event-heading,
.event_section .event_card .info .apartment-heading,
.event_section .apartment_card .info h3.restaurant-heading,
.event_section .apartment_card .info .gallery-heading,
.event_section .apartment_card .info .event-heading,
.event_section .apartment_card .info .apartment-heading,
.apartment_section .restaurant_card .info h3.restaurant-heading,
.apartment_section .restaurant_card .info .gallery-heading,
.apartment_section .restaurant_card .info .event-heading,
.apartment_section .restaurant_card .info .apartment-heading,
.apartment_section .gallery_card .info h3.restaurant-heading,
.apartment_section .gallery_card .info .gallery-heading,
.apartment_section .gallery_card .info .event-heading,
.apartment_section .gallery_card .info .apartment-heading,
.apartment_section .event_card .info h3.restaurant-heading,
.apartment_section .event_card .info .gallery-heading,
.apartment_section .event_card .info .event-heading,
.apartment_section .event_card .info .apartment-heading,
.apartment_section .apartment_card .info h3.restaurant-heading,
.apartment_section .apartment_card .info .gallery-heading,
.apartment_section .apartment_card .info .event-heading,
.apartment_section .apartment_card .info .apartment-heading,
.information_section .restaurant_card .info h3.restaurant-heading,
.information_section .restaurant_card .info .gallery-heading,
.information_section .restaurant_card .info .event-heading,
.information_section .restaurant_card .info .apartment-heading,
.information_section .gallery_card .info h3.restaurant-heading,
.information_section .gallery_card .info .gallery-heading,
.information_section .gallery_card .info .event-heading,
.information_section .gallery_card .info .apartment-heading,
.information_section .event_card .info h3.restaurant-heading,
.information_section .event_card .info .gallery-heading,
.information_section .event_card .info .event-heading,
.information_section .event_card .info .apartment-heading,
.information_section .apartment_card .info h3.restaurant-heading,
.information_section .apartment_card .info .gallery-heading,
.information_section .apartment_card .info .event-heading,
.information_section .apartment_card .info .apartment-heading,
.hotel_information_section .restaurant_card .info h3.restaurant-heading,
.hotel_information_section .restaurant_card .info .gallery-heading,
.hotel_information_section .restaurant_card .info .event-heading,
.hotel_information_section .restaurant_card .info .apartment-heading,
.hotel_information_section .gallery_card .info h3.restaurant-heading,
.hotel_information_section .gallery_card .info .gallery-heading,
.hotel_information_section .gallery_card .info .event-heading,
.hotel_information_section .gallery_card .info .apartment-heading,
.hotel_information_section .event_card .info h3.restaurant-heading,
.hotel_information_section .event_card .info .gallery-heading,
.hotel_information_section .event_card .info .event-heading,
.hotel_information_section .event_card .info .apartment-heading,
.hotel_information_section .apartment_card .info h3.restaurant-heading,
.hotel_information_section .apartment_card .info .gallery-heading,
.hotel_information_section .apartment_card .info .event-heading,
.hotel_information_section .apartment_card .info .apartment-heading {
  font-family: "Old Standard TT", serif;
  font-size: 28px;
  line-height: 1.2857142857;
  font-weight: 400;
  letter-spacing: -0.02em;
  margin-bottom: 17px;
}
.restaurant_section .restaurant_card .info p.restaurant-description, .restaurant_section .restaurant_card .info .gallery-description, .restaurant_section .restaurant_card .info .event-description, .restaurant_section .restaurant_card .info .apartment-description, .restaurant_section .gallery_card .info p.restaurant-description, .restaurant_section .gallery_card .info .gallery-description, .restaurant_section .gallery_card .info .event-description, .restaurant_section .gallery_card .info .apartment-description, .restaurant_section .event_card .info p.restaurant-description, .restaurant_section .event_card .info .gallery-description, .restaurant_section .event_card .info .event-description, .restaurant_section .event_card .info .apartment-description, .restaurant_section .apartment_card .info p.restaurant-description, .restaurant_section .apartment_card .info .gallery-description, .restaurant_section .apartment_card .info .event-description, .restaurant_section .apartment_card .info .apartment-description,
.gallery_section .restaurant_card .info p.restaurant-description,
.gallery_section .restaurant_card .info .gallery-description,
.gallery_section .restaurant_card .info .event-description,
.gallery_section .restaurant_card .info .apartment-description,
.gallery_section .gallery_card .info p.restaurant-description,
.gallery_section .gallery_card .info .gallery-description,
.gallery_section .gallery_card .info .event-description,
.gallery_section .gallery_card .info .apartment-description,
.gallery_section .event_card .info p.restaurant-description,
.gallery_section .event_card .info .gallery-description,
.gallery_section .event_card .info .event-description,
.gallery_section .event_card .info .apartment-description,
.gallery_section .apartment_card .info p.restaurant-description,
.gallery_section .apartment_card .info .gallery-description,
.gallery_section .apartment_card .info .event-description,
.gallery_section .apartment_card .info .apartment-description,
.event_section .restaurant_card .info p.restaurant-description,
.event_section .restaurant_card .info .gallery-description,
.event_section .restaurant_card .info .event-description,
.event_section .restaurant_card .info .apartment-description,
.event_section .gallery_card .info p.restaurant-description,
.event_section .gallery_card .info .gallery-description,
.event_section .gallery_card .info .event-description,
.event_section .gallery_card .info .apartment-description,
.event_section .event_card .info p.restaurant-description,
.event_section .event_card .info .gallery-description,
.event_section .event_card .info .event-description,
.event_section .event_card .info .apartment-description,
.event_section .apartment_card .info p.restaurant-description,
.event_section .apartment_card .info .gallery-description,
.event_section .apartment_card .info .event-description,
.event_section .apartment_card .info .apartment-description,
.apartment_section .restaurant_card .info p.restaurant-description,
.apartment_section .restaurant_card .info .gallery-description,
.apartment_section .restaurant_card .info .event-description,
.apartment_section .restaurant_card .info .apartment-description,
.apartment_section .gallery_card .info p.restaurant-description,
.apartment_section .gallery_card .info .gallery-description,
.apartment_section .gallery_card .info .event-description,
.apartment_section .gallery_card .info .apartment-description,
.apartment_section .event_card .info p.restaurant-description,
.apartment_section .event_card .info .gallery-description,
.apartment_section .event_card .info .event-description,
.apartment_section .event_card .info .apartment-description,
.apartment_section .apartment_card .info p.restaurant-description,
.apartment_section .apartment_card .info .gallery-description,
.apartment_section .apartment_card .info .event-description,
.apartment_section .apartment_card .info .apartment-description,
.information_section .restaurant_card .info p.restaurant-description,
.information_section .restaurant_card .info .gallery-description,
.information_section .restaurant_card .info .event-description,
.information_section .restaurant_card .info .apartment-description,
.information_section .gallery_card .info p.restaurant-description,
.information_section .gallery_card .info .gallery-description,
.information_section .gallery_card .info .event-description,
.information_section .gallery_card .info .apartment-description,
.information_section .event_card .info p.restaurant-description,
.information_section .event_card .info .gallery-description,
.information_section .event_card .info .event-description,
.information_section .event_card .info .apartment-description,
.information_section .apartment_card .info p.restaurant-description,
.information_section .apartment_card .info .gallery-description,
.information_section .apartment_card .info .event-description,
.information_section .apartment_card .info .apartment-description,
.hotel_information_section .restaurant_card .info p.restaurant-description,
.hotel_information_section .restaurant_card .info .gallery-description,
.hotel_information_section .restaurant_card .info .event-description,
.hotel_information_section .restaurant_card .info .apartment-description,
.hotel_information_section .gallery_card .info p.restaurant-description,
.hotel_information_section .gallery_card .info .gallery-description,
.hotel_information_section .gallery_card .info .event-description,
.hotel_information_section .gallery_card .info .apartment-description,
.hotel_information_section .event_card .info p.restaurant-description,
.hotel_information_section .event_card .info .gallery-description,
.hotel_information_section .event_card .info .event-description,
.hotel_information_section .event_card .info .apartment-description,
.hotel_information_section .apartment_card .info p.restaurant-description,
.hotel_information_section .apartment_card .info .gallery-description,
.hotel_information_section .apartment_card .info .event-description,
.hotel_information_section .apartment_card .info .apartment-description {
  font-size: 16px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: 300;
  line-height: 1.75;
  letter-spacing: 0.04em;
  margin-bottom: 1.5em;
  font-family: "source-han-sans-cjk-ja", sans-serif !important;
  color: #1a1a1a;
}
.restaurant_section .restaurant_card .info p.restaurant-description strong, .restaurant_section .restaurant_card .info .gallery-description strong, .restaurant_section .restaurant_card .info .event-description strong, .restaurant_section .restaurant_card .info .apartment-description strong, .restaurant_section .gallery_card .info p.restaurant-description strong, .restaurant_section .gallery_card .info .gallery-description strong, .restaurant_section .gallery_card .info .event-description strong, .restaurant_section .gallery_card .info .apartment-description strong, .restaurant_section .event_card .info p.restaurant-description strong, .restaurant_section .event_card .info .gallery-description strong, .restaurant_section .event_card .info .event-description strong, .restaurant_section .event_card .info .apartment-description strong, .restaurant_section .apartment_card .info p.restaurant-description strong, .restaurant_section .apartment_card .info .gallery-description strong, .restaurant_section .apartment_card .info .event-description strong, .restaurant_section .apartment_card .info .apartment-description strong,
.gallery_section .restaurant_card .info p.restaurant-description strong,
.gallery_section .restaurant_card .info .gallery-description strong,
.gallery_section .restaurant_card .info .event-description strong,
.gallery_section .restaurant_card .info .apartment-description strong,
.gallery_section .gallery_card .info p.restaurant-description strong,
.gallery_section .gallery_card .info .gallery-description strong,
.gallery_section .gallery_card .info .event-description strong,
.gallery_section .gallery_card .info .apartment-description strong,
.gallery_section .event_card .info p.restaurant-description strong,
.gallery_section .event_card .info .gallery-description strong,
.gallery_section .event_card .info .event-description strong,
.gallery_section .event_card .info .apartment-description strong,
.gallery_section .apartment_card .info p.restaurant-description strong,
.gallery_section .apartment_card .info .gallery-description strong,
.gallery_section .apartment_card .info .event-description strong,
.gallery_section .apartment_card .info .apartment-description strong,
.event_section .restaurant_card .info p.restaurant-description strong,
.event_section .restaurant_card .info .gallery-description strong,
.event_section .restaurant_card .info .event-description strong,
.event_section .restaurant_card .info .apartment-description strong,
.event_section .gallery_card .info p.restaurant-description strong,
.event_section .gallery_card .info .gallery-description strong,
.event_section .gallery_card .info .event-description strong,
.event_section .gallery_card .info .apartment-description strong,
.event_section .event_card .info p.restaurant-description strong,
.event_section .event_card .info .gallery-description strong,
.event_section .event_card .info .event-description strong,
.event_section .event_card .info .apartment-description strong,
.event_section .apartment_card .info p.restaurant-description strong,
.event_section .apartment_card .info .gallery-description strong,
.event_section .apartment_card .info .event-description strong,
.event_section .apartment_card .info .apartment-description strong,
.apartment_section .restaurant_card .info p.restaurant-description strong,
.apartment_section .restaurant_card .info .gallery-description strong,
.apartment_section .restaurant_card .info .event-description strong,
.apartment_section .restaurant_card .info .apartment-description strong,
.apartment_section .gallery_card .info p.restaurant-description strong,
.apartment_section .gallery_card .info .gallery-description strong,
.apartment_section .gallery_card .info .event-description strong,
.apartment_section .gallery_card .info .apartment-description strong,
.apartment_section .event_card .info p.restaurant-description strong,
.apartment_section .event_card .info .gallery-description strong,
.apartment_section .event_card .info .event-description strong,
.apartment_section .event_card .info .apartment-description strong,
.apartment_section .apartment_card .info p.restaurant-description strong,
.apartment_section .apartment_card .info .gallery-description strong,
.apartment_section .apartment_card .info .event-description strong,
.apartment_section .apartment_card .info .apartment-description strong,
.information_section .restaurant_card .info p.restaurant-description strong,
.information_section .restaurant_card .info .gallery-description strong,
.information_section .restaurant_card .info .event-description strong,
.information_section .restaurant_card .info .apartment-description strong,
.information_section .gallery_card .info p.restaurant-description strong,
.information_section .gallery_card .info .gallery-description strong,
.information_section .gallery_card .info .event-description strong,
.information_section .gallery_card .info .apartment-description strong,
.information_section .event_card .info p.restaurant-description strong,
.information_section .event_card .info .gallery-description strong,
.information_section .event_card .info .event-description strong,
.information_section .event_card .info .apartment-description strong,
.information_section .apartment_card .info p.restaurant-description strong,
.information_section .apartment_card .info .gallery-description strong,
.information_section .apartment_card .info .event-description strong,
.information_section .apartment_card .info .apartment-description strong,
.hotel_information_section .restaurant_card .info p.restaurant-description strong,
.hotel_information_section .restaurant_card .info .gallery-description strong,
.hotel_information_section .restaurant_card .info .event-description strong,
.hotel_information_section .restaurant_card .info .apartment-description strong,
.hotel_information_section .gallery_card .info p.restaurant-description strong,
.hotel_information_section .gallery_card .info .gallery-description strong,
.hotel_information_section .gallery_card .info .event-description strong,
.hotel_information_section .gallery_card .info .apartment-description strong,
.hotel_information_section .event_card .info p.restaurant-description strong,
.hotel_information_section .event_card .info .gallery-description strong,
.hotel_information_section .event_card .info .event-description strong,
.hotel_information_section .event_card .info .apartment-description strong,
.hotel_information_section .apartment_card .info p.restaurant-description strong,
.hotel_information_section .apartment_card .info .gallery-description strong,
.hotel_information_section .apartment_card .info .event-description strong,
.hotel_information_section .apartment_card .info .apartment-description strong {
  font-weight: bolder !important;
}
.restaurant_section .restaurant_card .info .details a, .restaurant_section .gallery_card .info .details a, .restaurant_section .event_card .info .details a, .restaurant_section .apartment_card .info .details a,
.gallery_section .restaurant_card .info .details a,
.gallery_section .gallery_card .info .details a,
.gallery_section .event_card .info .details a,
.gallery_section .apartment_card .info .details a,
.event_section .restaurant_card .info .details a,
.event_section .gallery_card .info .details a,
.event_section .event_card .info .details a,
.event_section .apartment_card .info .details a,
.apartment_section .restaurant_card .info .details a,
.apartment_section .gallery_card .info .details a,
.apartment_section .event_card .info .details a,
.apartment_section .apartment_card .info .details a,
.information_section .restaurant_card .info .details a,
.information_section .gallery_card .info .details a,
.information_section .event_card .info .details a,
.information_section .apartment_card .info .details a,
.hotel_information_section .restaurant_card .info .details a,
.hotel_information_section .gallery_card .info .details a,
.hotel_information_section .event_card .info .details a,
.hotel_information_section .apartment_card .info .details a {
  background-color: transparent !important;
  color: #a09e9c !important;
  border: 1px solid #a09e9c !important;
  width: 100px;
  height: 34px;
  padding: 0 12.4444444444px;
  font-family: "Old Standard TT", serif;
  -webkit-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
  margin-top: 0.5em;
  font-size: 0.875rem !important;
  letter-spacing: 0.04em;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.restaurant_section .restaurant_card .info .details a:hover, .restaurant_section .gallery_card .info .details a:hover, .restaurant_section .event_card .info .details a:hover, .restaurant_section .apartment_card .info .details a:hover,
.gallery_section .restaurant_card .info .details a:hover,
.gallery_section .gallery_card .info .details a:hover,
.gallery_section .event_card .info .details a:hover,
.gallery_section .apartment_card .info .details a:hover,
.event_section .restaurant_card .info .details a:hover,
.event_section .gallery_card .info .details a:hover,
.event_section .event_card .info .details a:hover,
.event_section .apartment_card .info .details a:hover,
.apartment_section .restaurant_card .info .details a:hover,
.apartment_section .gallery_card .info .details a:hover,
.apartment_section .event_card .info .details a:hover,
.apartment_section .apartment_card .info .details a:hover,
.information_section .restaurant_card .info .details a:hover,
.information_section .gallery_card .info .details a:hover,
.information_section .event_card .info .details a:hover,
.information_section .apartment_card .info .details a:hover,
.hotel_information_section .restaurant_card .info .details a:hover,
.hotel_information_section .gallery_card .info .details a:hover,
.hotel_information_section .event_card .info .details a:hover,
.hotel_information_section .apartment_card .info .details a:hover {
  background-color: #eee !important;
  color: #000 !important;
  border: 1px solid #000 !important;
}

.information_section {
  margin-bottom: 196px !important;
}
.information_section .heading {
  margin-bottom: 47px !important;
}
.information_section .info_wrapper .information {
  background-color: transparent !important;
  color: #1a1a1a !important;
  padding-top: 8px;
  padding-bottom: 8px;
  border-bottom: #a09e9c;
  border-color: #a09e9c currentcolor;
  border-top: 1px solid #a09e9c;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.information_section .info_wrapper .information:last-child {
  border-bottom: 1px solid;
}
.information_section .info_wrapper .information .information_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.information_section .info_wrapper .information .information_content .date {
  width: 122px;
}
.information_section .info_wrapper .information .information_content .v_line {
  width: 1px;
  height: 56px;
  margin: 0 20px;
  background-color: currentColor;
  color: #a09e9c;
}
.information_section .info_wrapper .information .information_content .text {
  width: 790px;
  font-family: "source-han-sans-cjk-ja", sans-serif !important;
}
.information_section .info_wrapper .information .information_content .text a {
  color: #1a1a1a;
  text-decoration: none;
}

.hotel_information_section .shop_wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
}
.hotel_information_section .shop_wrapper .info {
  width: 350px;
  max-width: 350px;
  padding-left: 12px;
}
.hotel_information_section .shop_wrapper .info .hotel_name {
  font-family: "source-han-sans-cjk-ja", sans-serif !important;
  color: #1a1a1a;
  font-weight: 400;
  letter-spacing: 0;
  font-size: 22px;
  line-height: 1.6363636364;
  margin-bottom: 0;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.hotel_information_section .shop_wrapper .info .hotel_name_sub {
  font-family: "source-han-sans-cjk-ja", sans-serif !important;
  color: #1a1a1a;
  font-size: 16px;
  line-height: 2.375;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin-bottom: 20px;
  font-weight: 400;
  letter-spacing: 0;
}
.hotel_information_section .shop_wrapper .info .address, .hotel_information_section .shop_wrapper .info .description_area {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5555555556;
  letter-spacing: 0.04em;
  margin-bottom: 0.5rem;
  font-family: "source-han-sans-cjk-ja", sans-serif !important;
  color: #1a1a1a;
}
.hotel_information_section .contact_bt a, .hotel_information_section .pdf_bt a {
  width: 190px;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #1a1a1a;
  border-radius: 4px;
  padding: 0 16px;
  letter-spacing: 0;
  font-family: "Noto Sans JP", sans-serif;
  color: #1a1a1a;
  border-color: #a09e9c;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  text-decoration: none;
  font-size: 0.875rem;
}

.access_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.access_row .access_card {
  width: 33.3333%;
  padding: 12px;
}
.access_row .access_card:first-child {
  padding-left: 0;
}
.access_row .access_card .access_title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  line-height: 1.8;
  letter-spacing: 0;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}
.access_row .access_card .access_sub {
  font-family: "Old Standard TT", serif;
  font-size: 16px;
  line-height: normal;
  letter-spacing: 0;
  font-weight: 300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}
.access_row .access_card .access_text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 1.7142857143;
  letter-spacing: 0;
  font-weight: 300;
  border-top: 1px solid #a09e9c;
  padding-top: 14px;
}

.basic_info_section {
  width: 990px;
  margin: 120px auto 80px auto;
  font-family: "source-han-sans-cjk-ja", sans-serif !important;
  color: #1a1a1a;
}
.basic_info_section h4 {
  margin: 5px 12px 5px 0;
}
.basic_info_section p {
  margin: 5px 0;
}
.basic_info_section img {
  margin: 10px 0 35px 0;
}

.sns_area .sns_bt_black a {
  font-family: "Old Standard TT", serif !important;
  font-size: 20px !important;
}

@media screen and (max-width: 648px) {
  .shopname_section {
    text-align: center;
    padding: 15px 0 0;
    max-width: 100%;
    margin: 0 auto;
  }
  .shopname_section h1 {
    color: #1a1a1a;
    font-family: "Old Standard TT", serif;
    font-size: 20px;
    line-height: 1.8;
    letter-spacing: 0.08em;
    text-align: center;
    font-weight: 400;
    margin-top: 17.374px;
    margin-bottom: 30.374px;
  }
  .main {
    width: 100%;
    height: 522px;
    min-height: 512px;
    max-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    overflow: hidden;
  }
  .main .logo {
    width: 341px;
    height: 100%;
    display: block;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
    z-index: 10;
    background-size: contain;
    text-indent: -9999px;
  }
  .restaurant_section,
  .gallery_section,
  .event_section,
  .apartment_section,
  .information_section,
  .hotel_information_section {
    width: 990px;
    margin: 0 auto;
  }
  .restaurant_section .heading,
  .gallery_section .heading,
  .event_section .heading,
  .apartment_section .heading,
  .information_section .heading,
  .hotel_information_section .heading {
    margin-bottom: 70px;
  }
  .restaurant_section .heading h2,
  .gallery_section .heading h2,
  .event_section .heading h2,
  .apartment_section .heading h2,
  .information_section .heading h2,
  .hotel_information_section .heading h2 {
    font-size: 25px;
  }
  .restaurant_section .heading .sub,
  .gallery_section .heading .sub,
  .event_section .heading .sub,
  .apartment_section .heading .sub,
  .information_section .heading .sub,
  .hotel_information_section .heading .sub {
    font-size: 0.9rem;
    margin: 8px 0;
  }
  .message_gallery_section {
    width: 100%;
    margin: 0 auto;
  }
  .message_gallery_section .main_area {
    width: 100% !important;
    height: 224px;
    margin: 0 auto;
  }
  .message_gallery_section .main_area img {
    width: 100%;
  }
  .message_gallery_section .thums_area {
    margin: 16px auto 0 auto;
  }
  .message_gallery_section .all_view_bt_area {
    padding-top: 32px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .message_gallery_section .all_view_bt_area .all_view_bt {
    font-size: 8.5px;
    width: 122px;
    height: 34px;
  }
  .rooms_section {
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
  }
  .rooms_section .heading {
    margin-bottom: 12px;
  }
  .rooms_section .heading h2 {
    font-size: 25px;
  }
  .rooms_section .heading .sub {
    font-size: 0.8rem;
    line-height: 1.3333333333;
    margin-top: 8px;
  }
  .rooms_section .room_type_wrapper {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .rooms_section .room_type_wrapper h3 {
    letter-spacing: 0.04em;
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 1.1428571429;
  }
  .rooms_section .room_type_wrapper p.sub {
    font-size: 9px;
    margin: 0;
  }
  .rooms_section .room_card {
    width: 100%;
    display: block;
    margin-bottom: 35px;
  }
  .rooms_section .room_card .image_area {
    width: 100%;
    height: 226px;
    padding-right: 0;
    margin-bottom: 24px;
  }
  .rooms_section .room_card .image_area .image {
    height: 100%;
    cursor: pointer;
  }
  .rooms_section .room_card .image_area .image .fullscreen_icon {
    position: absolute;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    bottom: 10px;
    right: 10px;
    width: 32px;
    height: 32px;
    background-color: rgba(0, 0, 0, 0.3);
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    transition: -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
    cursor: pointer;
  }
  .rooms_section .room_card .image_area .image .fullscreen_icon svg {
    width: 12px;
    height: 12px;
    fill: currentColor;
    color: #fff;
  }
  .rooms_section .room_card .image_area .image img {
    width: 100%;
    height: 100%;
  }
  .rooms_section .room_card .image_area .image:hover .fullscreen-icon {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); /* ホバー時に少し大きくなる */
  }
  .rooms_section .room_card .info {
    border-top: 2px solid #000000;
    width: 100%;
    margin: 0 auto;
    padding-top: 30px;
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .rooms_section .room_card .info .name {
    font-family: "Old Standard TT", serif;
    font-size: 1.25rem;
    line-height: 0.7272727273;
  }
  .rooms_section .room_card .info .designer {
    font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
    font-size: 14px;
    line-height: 1.8333333333;
  }
  .rooms_section .room_card .info ul.details {
    list-style: none;
    margin-top: 9.75px;
    margin-bottom: 16px;
    margin-right: 13.26px;
    padding: 0;
  }
  .rooms_section .room_card .info ul.details li {
    font-family: "Noto Sans JP", sans-serif;
    letter-spacing: 0.04em;
    color: #1a1a1a;
    font-size: 13.26px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .rooms_section .room_card .info p.details {
    font-size: 13px;
  }
  .rooms_section .room_card .info .detail_bt_area {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
  .rooms_section .room_card .info .detail_bt_area .detail_bt {
    padding: 0 14px;
  }
  .rooms_section .room_card .info .price_reserve_area {
    width: 350px;
    margin: 10px auto 0 !important;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .rooms_section .room_card .info .price_reserve_area .price_area {
    margin-left: 0;
    font-size: 13.26px;
    line-height: 1.7142857143;
    letter-spacing: 0.04em;
    margin-right: 12px;
  }
  .rooms_section .room_card .info .price_reserve_area .price_area .price {
    font-size: 1.25rem;
    line-height: 1.1666666667;
  }
  .rooms_section .room_card .info .price_reserve_area .reserve_bt_area {
    padding: 0;
  }
  .rooms_section .room_card .info .price_reserve_area .reserve_bt_area .reserve_bt {
    width: 100%;
  }
  .standard_room_section {
    width: 100%;
    margin: 0 auto;
    padding-top: 0;
    padding-left: 12px;
    padding-right: 12px;
  }
  .standard_room_section .heading {
    padding-top: 42px;
    margin-bottom: 21px;
  }
  .standard_room_section .heading h2 {
    font-size: 1.25rem;
    line-height: 1.5;
  }
  .standard_room_section .heading .sub {
    font-size: 13.37px;
    line-height: 1.1428571429;
  }
  .standard_room_section .standard_room_wrapper .standard_room_card {
    width: 100%;
    margin-bottom: 40px;
    padding: 0 8px;
  }
  .standard_room_section .standard_room_wrapper .standard_room_card .image {
    height: 226px;
  }
  .standard_room_section .standard_room_wrapper .standard_room_card .image img {
    width: 100%;
    height: 100%;
  }
  .standard_room_section .standard_room_wrapper .standard_room_card .info .name {
    font-size: 1.25rem;
    margin-top: 21px;
    margin-bottom: 9px;
  }
  .standard_room_section .standard_room_wrapper .standard_room_card .info .description_detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
  .standard_room_section .standard_room_wrapper .standard_room_card .info .description_detail .description ul li {
    font-size: 13px;
  }
  .standard_room_section .standard_room_wrapper .standard_room_card .info .description_detail .detail_bt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 12px;
    background-color: transparent !important;
    color: #a09e9c !important;
    border: 1px solid #a09e9c !important;
    font-family: "Old Standard TT", serif;
    text-transform: capitalize;
    -webkit-font-feature-settings: "palt" 1;
            font-feature-settings: "palt" 1;
    letter-spacing: 0.04em;
    margin-top: -3px;
    line-height: 1;
    -webkit-transition: background-color 0.2s ease-out;
    transition: background-color 0.2s ease-out;
    height: 32px !important;
    font-size: 12px;
  }
  .standard_room_section .standard_room_wrapper .price_reserve_area {
    margin-top: 17px !important;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .standard_room_section .standard_room_wrapper .price_reserve_area .price_area {
    font-size: 13px;
    line-height: 1.7142857143;
    margin-right: 12px;
  }
  .standard_room_section .standard_room_wrapper .price_reserve_area .price_area .price {
    padding-left: 0;
    margin-right: 7px;
    font-size: 1.25rem;
  }
  .standard_room_section .standard_room_wrapper .price_reserve_area .reserve_bt_area {
    padding: 0;
  }
  .gallery_section,
  .event_section,
  .apartment_section {
    padding-top: 50px;
  }
  .restaurant_section,
  .gallery_section,
  .event_section,
  .apartment_section,
  .hotel_information_section {
    width: 100%;
    padding: 40px 20px 0;
  }
  .restaurant_section .heading,
  .gallery_section .heading,
  .event_section .heading,
  .apartment_section .heading,
  .hotel_information_section .heading {
    margin-bottom: 12px;
  }
  .restaurant_section .heading h2,
  .gallery_section .heading h2,
  .event_section .heading h2,
  .apartment_section .heading h2,
  .hotel_information_section .heading h2 {
    font-size: 26px;
  }
  .restaurant_section .heading .sub,
  .gallery_section .heading .sub,
  .event_section .heading .sub,
  .apartment_section .heading .sub,
  .hotel_information_section .heading .sub {
    font-size: 0.8rem;
    letter-spacing: 0.02em;
    margin: 12px 0;
  }
  .restaurant_section .restaurant_card, .restaurant_section .gallery_card, .restaurant_section .event_card, .restaurant_section .apartment_card,
  .gallery_section .restaurant_card,
  .gallery_section .gallery_card,
  .gallery_section .event_card,
  .gallery_section .apartment_card,
  .event_section .restaurant_card,
  .event_section .gallery_card,
  .event_section .event_card,
  .event_section .apartment_card,
  .apartment_section .restaurant_card,
  .apartment_section .gallery_card,
  .apartment_section .event_card,
  .apartment_section .apartment_card,
  .hotel_information_section .restaurant_card,
  .hotel_information_section .gallery_card,
  .hotel_information_section .event_card,
  .hotel_information_section .apartment_card {
    display: block;
    padding-top: 30px;
    padding-bottom: 12px;
    margin-bottom: 2px;
  }
  .restaurant_section .restaurant_card .image img, .restaurant_section .gallery_card .image img, .restaurant_section .event_card .image img, .restaurant_section .apartment_card .image img,
  .gallery_section .restaurant_card .image img,
  .gallery_section .gallery_card .image img,
  .gallery_section .event_card .image img,
  .gallery_section .apartment_card .image img,
  .event_section .restaurant_card .image img,
  .event_section .gallery_card .image img,
  .event_section .event_card .image img,
  .event_section .apartment_card .image img,
  .apartment_section .restaurant_card .image img,
  .apartment_section .gallery_card .image img,
  .apartment_section .event_card .image img,
  .apartment_section .apartment_card .image img,
  .hotel_information_section .restaurant_card .image img,
  .hotel_information_section .gallery_card .image img,
  .hotel_information_section .event_card .image img,
  .hotel_information_section .apartment_card .image img {
    width: 350px;
    height: 204px;
  }
  .restaurant_section .restaurant_card .info, .restaurant_section .gallery_card .info, .restaurant_section .event_card .info, .restaurant_section .apartment_card .info,
  .gallery_section .restaurant_card .info,
  .gallery_section .gallery_card .info,
  .gallery_section .event_card .info,
  .gallery_section .apartment_card .info,
  .event_section .restaurant_card .info,
  .event_section .gallery_card .info,
  .event_section .event_card .info,
  .event_section .apartment_card .info,
  .apartment_section .restaurant_card .info,
  .apartment_section .gallery_card .info,
  .apartment_section .event_card .info,
  .apartment_section .apartment_card .info,
  .hotel_information_section .restaurant_card .info,
  .hotel_information_section .gallery_card .info,
  .hotel_information_section .event_card .info,
  .hotel_information_section .apartment_card .info {
    width: 100%;
    padding: 12px 0;
  }
  .restaurant_section .restaurant_card .info h3.restaurant-heading, .restaurant_section .restaurant_card .info .gallery-heading, .restaurant_section .restaurant_card .info .event-heading, .restaurant_section .restaurant_card .info .apartment-heading, .restaurant_section .gallery_card .info h3.restaurant-heading, .restaurant_section .gallery_card .info .gallery-heading, .restaurant_section .gallery_card .info .event-heading, .restaurant_section .gallery_card .info .apartment-heading, .restaurant_section .event_card .info h3.restaurant-heading, .restaurant_section .event_card .info .gallery-heading, .restaurant_section .event_card .info .event-heading, .restaurant_section .event_card .info .apartment-heading, .restaurant_section .apartment_card .info h3.restaurant-heading, .restaurant_section .apartment_card .info .gallery-heading, .restaurant_section .apartment_card .info .event-heading, .restaurant_section .apartment_card .info .apartment-heading,
  .gallery_section .restaurant_card .info h3.restaurant-heading,
  .gallery_section .restaurant_card .info .gallery-heading,
  .gallery_section .restaurant_card .info .event-heading,
  .gallery_section .restaurant_card .info .apartment-heading,
  .gallery_section .gallery_card .info h3.restaurant-heading,
  .gallery_section .gallery_card .info .gallery-heading,
  .gallery_section .gallery_card .info .event-heading,
  .gallery_section .gallery_card .info .apartment-heading,
  .gallery_section .event_card .info h3.restaurant-heading,
  .gallery_section .event_card .info .gallery-heading,
  .gallery_section .event_card .info .event-heading,
  .gallery_section .event_card .info .apartment-heading,
  .gallery_section .apartment_card .info h3.restaurant-heading,
  .gallery_section .apartment_card .info .gallery-heading,
  .gallery_section .apartment_card .info .event-heading,
  .gallery_section .apartment_card .info .apartment-heading,
  .event_section .restaurant_card .info h3.restaurant-heading,
  .event_section .restaurant_card .info .gallery-heading,
  .event_section .restaurant_card .info .event-heading,
  .event_section .restaurant_card .info .apartment-heading,
  .event_section .gallery_card .info h3.restaurant-heading,
  .event_section .gallery_card .info .gallery-heading,
  .event_section .gallery_card .info .event-heading,
  .event_section .gallery_card .info .apartment-heading,
  .event_section .event_card .info h3.restaurant-heading,
  .event_section .event_card .info .gallery-heading,
  .event_section .event_card .info .event-heading,
  .event_section .event_card .info .apartment-heading,
  .event_section .apartment_card .info h3.restaurant-heading,
  .event_section .apartment_card .info .gallery-heading,
  .event_section .apartment_card .info .event-heading,
  .event_section .apartment_card .info .apartment-heading,
  .apartment_section .restaurant_card .info h3.restaurant-heading,
  .apartment_section .restaurant_card .info .gallery-heading,
  .apartment_section .restaurant_card .info .event-heading,
  .apartment_section .restaurant_card .info .apartment-heading,
  .apartment_section .gallery_card .info h3.restaurant-heading,
  .apartment_section .gallery_card .info .gallery-heading,
  .apartment_section .gallery_card .info .event-heading,
  .apartment_section .gallery_card .info .apartment-heading,
  .apartment_section .event_card .info h3.restaurant-heading,
  .apartment_section .event_card .info .gallery-heading,
  .apartment_section .event_card .info .event-heading,
  .apartment_section .event_card .info .apartment-heading,
  .apartment_section .apartment_card .info h3.restaurant-heading,
  .apartment_section .apartment_card .info .gallery-heading,
  .apartment_section .apartment_card .info .event-heading,
  .apartment_section .apartment_card .info .apartment-heading,
  .hotel_information_section .restaurant_card .info h3.restaurant-heading,
  .hotel_information_section .restaurant_card .info .gallery-heading,
  .hotel_information_section .restaurant_card .info .event-heading,
  .hotel_information_section .restaurant_card .info .apartment-heading,
  .hotel_information_section .gallery_card .info h3.restaurant-heading,
  .hotel_information_section .gallery_card .info .gallery-heading,
  .hotel_information_section .gallery_card .info .event-heading,
  .hotel_information_section .gallery_card .info .apartment-heading,
  .hotel_information_section .event_card .info h3.restaurant-heading,
  .hotel_information_section .event_card .info .gallery-heading,
  .hotel_information_section .event_card .info .event-heading,
  .hotel_information_section .event_card .info .apartment-heading,
  .hotel_information_section .apartment_card .info h3.restaurant-heading,
  .hotel_information_section .apartment_card .info .gallery-heading,
  .hotel_information_section .apartment_card .info .event-heading,
  .hotel_information_section .apartment_card .info .apartment-heading {
    font-size: 1.35rem;
    line-height: 1.2857142857;
  }
  .restaurant_section .restaurant_card .info p.restaurant-description, .restaurant_section .restaurant_card .info .gallery-description, .restaurant_section .restaurant_card .info .event-description, .restaurant_section .restaurant_card .info .apartment-description, .restaurant_section .gallery_card .info p.restaurant-description, .restaurant_section .gallery_card .info .gallery-description, .restaurant_section .gallery_card .info .event-description, .restaurant_section .gallery_card .info .apartment-description, .restaurant_section .event_card .info p.restaurant-description, .restaurant_section .event_card .info .gallery-description, .restaurant_section .event_card .info .event-description, .restaurant_section .event_card .info .apartment-description, .restaurant_section .apartment_card .info p.restaurant-description, .restaurant_section .apartment_card .info .gallery-description, .restaurant_section .apartment_card .info .event-description, .restaurant_section .apartment_card .info .apartment-description,
  .gallery_section .restaurant_card .info p.restaurant-description,
  .gallery_section .restaurant_card .info .gallery-description,
  .gallery_section .restaurant_card .info .event-description,
  .gallery_section .restaurant_card .info .apartment-description,
  .gallery_section .gallery_card .info p.restaurant-description,
  .gallery_section .gallery_card .info .gallery-description,
  .gallery_section .gallery_card .info .event-description,
  .gallery_section .gallery_card .info .apartment-description,
  .gallery_section .event_card .info p.restaurant-description,
  .gallery_section .event_card .info .gallery-description,
  .gallery_section .event_card .info .event-description,
  .gallery_section .event_card .info .apartment-description,
  .gallery_section .apartment_card .info p.restaurant-description,
  .gallery_section .apartment_card .info .gallery-description,
  .gallery_section .apartment_card .info .event-description,
  .gallery_section .apartment_card .info .apartment-description,
  .event_section .restaurant_card .info p.restaurant-description,
  .event_section .restaurant_card .info .gallery-description,
  .event_section .restaurant_card .info .event-description,
  .event_section .restaurant_card .info .apartment-description,
  .event_section .gallery_card .info p.restaurant-description,
  .event_section .gallery_card .info .gallery-description,
  .event_section .gallery_card .info .event-description,
  .event_section .gallery_card .info .apartment-description,
  .event_section .event_card .info p.restaurant-description,
  .event_section .event_card .info .gallery-description,
  .event_section .event_card .info .event-description,
  .event_section .event_card .info .apartment-description,
  .event_section .apartment_card .info p.restaurant-description,
  .event_section .apartment_card .info .gallery-description,
  .event_section .apartment_card .info .event-description,
  .event_section .apartment_card .info .apartment-description,
  .apartment_section .restaurant_card .info p.restaurant-description,
  .apartment_section .restaurant_card .info .gallery-description,
  .apartment_section .restaurant_card .info .event-description,
  .apartment_section .restaurant_card .info .apartment-description,
  .apartment_section .gallery_card .info p.restaurant-description,
  .apartment_section .gallery_card .info .gallery-description,
  .apartment_section .gallery_card .info .event-description,
  .apartment_section .gallery_card .info .apartment-description,
  .apartment_section .event_card .info p.restaurant-description,
  .apartment_section .event_card .info .gallery-description,
  .apartment_section .event_card .info .event-description,
  .apartment_section .event_card .info .apartment-description,
  .apartment_section .apartment_card .info p.restaurant-description,
  .apartment_section .apartment_card .info .gallery-description,
  .apartment_section .apartment_card .info .event-description,
  .apartment_section .apartment_card .info .apartment-description,
  .hotel_information_section .restaurant_card .info p.restaurant-description,
  .hotel_information_section .restaurant_card .info .gallery-description,
  .hotel_information_section .restaurant_card .info .event-description,
  .hotel_information_section .restaurant_card .info .apartment-description,
  .hotel_information_section .gallery_card .info p.restaurant-description,
  .hotel_information_section .gallery_card .info .gallery-description,
  .hotel_information_section .gallery_card .info .event-description,
  .hotel_information_section .gallery_card .info .apartment-description,
  .hotel_information_section .event_card .info p.restaurant-description,
  .hotel_information_section .event_card .info .gallery-description,
  .hotel_information_section .event_card .info .event-description,
  .hotel_information_section .event_card .info .apartment-description,
  .hotel_information_section .apartment_card .info p.restaurant-description,
  .hotel_information_section .apartment_card .info .gallery-description,
  .hotel_information_section .apartment_card .info .event-description,
  .hotel_information_section .apartment_card .info .apartment-description {
    font-size: 0.92rem;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: 0.04em;
    margin-bottom: 1.5em;
    font-family: "source-han-sans-cjk-ja", sans-serif !important;
    color: #1a1a1a;
  }
  .restaurant_section .restaurant_card .info p.restaurant-description strong, .restaurant_section .restaurant_card .info .gallery-description strong, .restaurant_section .restaurant_card .info .event-description strong, .restaurant_section .restaurant_card .info .apartment-description strong, .restaurant_section .gallery_card .info p.restaurant-description strong, .restaurant_section .gallery_card .info .gallery-description strong, .restaurant_section .gallery_card .info .event-description strong, .restaurant_section .gallery_card .info .apartment-description strong, .restaurant_section .event_card .info p.restaurant-description strong, .restaurant_section .event_card .info .gallery-description strong, .restaurant_section .event_card .info .event-description strong, .restaurant_section .event_card .info .apartment-description strong, .restaurant_section .apartment_card .info p.restaurant-description strong, .restaurant_section .apartment_card .info .gallery-description strong, .restaurant_section .apartment_card .info .event-description strong, .restaurant_section .apartment_card .info .apartment-description strong,
  .gallery_section .restaurant_card .info p.restaurant-description strong,
  .gallery_section .restaurant_card .info .gallery-description strong,
  .gallery_section .restaurant_card .info .event-description strong,
  .gallery_section .restaurant_card .info .apartment-description strong,
  .gallery_section .gallery_card .info p.restaurant-description strong,
  .gallery_section .gallery_card .info .gallery-description strong,
  .gallery_section .gallery_card .info .event-description strong,
  .gallery_section .gallery_card .info .apartment-description strong,
  .gallery_section .event_card .info p.restaurant-description strong,
  .gallery_section .event_card .info .gallery-description strong,
  .gallery_section .event_card .info .event-description strong,
  .gallery_section .event_card .info .apartment-description strong,
  .gallery_section .apartment_card .info p.restaurant-description strong,
  .gallery_section .apartment_card .info .gallery-description strong,
  .gallery_section .apartment_card .info .event-description strong,
  .gallery_section .apartment_card .info .apartment-description strong,
  .event_section .restaurant_card .info p.restaurant-description strong,
  .event_section .restaurant_card .info .gallery-description strong,
  .event_section .restaurant_card .info .event-description strong,
  .event_section .restaurant_card .info .apartment-description strong,
  .event_section .gallery_card .info p.restaurant-description strong,
  .event_section .gallery_card .info .gallery-description strong,
  .event_section .gallery_card .info .event-description strong,
  .event_section .gallery_card .info .apartment-description strong,
  .event_section .event_card .info p.restaurant-description strong,
  .event_section .event_card .info .gallery-description strong,
  .event_section .event_card .info .event-description strong,
  .event_section .event_card .info .apartment-description strong,
  .event_section .apartment_card .info p.restaurant-description strong,
  .event_section .apartment_card .info .gallery-description strong,
  .event_section .apartment_card .info .event-description strong,
  .event_section .apartment_card .info .apartment-description strong,
  .apartment_section .restaurant_card .info p.restaurant-description strong,
  .apartment_section .restaurant_card .info .gallery-description strong,
  .apartment_section .restaurant_card .info .event-description strong,
  .apartment_section .restaurant_card .info .apartment-description strong,
  .apartment_section .gallery_card .info p.restaurant-description strong,
  .apartment_section .gallery_card .info .gallery-description strong,
  .apartment_section .gallery_card .info .event-description strong,
  .apartment_section .gallery_card .info .apartment-description strong,
  .apartment_section .event_card .info p.restaurant-description strong,
  .apartment_section .event_card .info .gallery-description strong,
  .apartment_section .event_card .info .event-description strong,
  .apartment_section .event_card .info .apartment-description strong,
  .apartment_section .apartment_card .info p.restaurant-description strong,
  .apartment_section .apartment_card .info .gallery-description strong,
  .apartment_section .apartment_card .info .event-description strong,
  .apartment_section .apartment_card .info .apartment-description strong,
  .hotel_information_section .restaurant_card .info p.restaurant-description strong,
  .hotel_information_section .restaurant_card .info .gallery-description strong,
  .hotel_information_section .restaurant_card .info .event-description strong,
  .hotel_information_section .restaurant_card .info .apartment-description strong,
  .hotel_information_section .gallery_card .info p.restaurant-description strong,
  .hotel_information_section .gallery_card .info .gallery-description strong,
  .hotel_information_section .gallery_card .info .event-description strong,
  .hotel_information_section .gallery_card .info .apartment-description strong,
  .hotel_information_section .event_card .info p.restaurant-description strong,
  .hotel_information_section .event_card .info .gallery-description strong,
  .hotel_information_section .event_card .info .event-description strong,
  .hotel_information_section .event_card .info .apartment-description strong,
  .hotel_information_section .apartment_card .info p.restaurant-description strong,
  .hotel_information_section .apartment_card .info .gallery-description strong,
  .hotel_information_section .apartment_card .info .event-description strong,
  .hotel_information_section .apartment_card .info .apartment-description strong {
    font-weight: bolder !important;
  }
  .restaurant_section .restaurant_card .info .details a, .restaurant_section .gallery_card .info .details a, .restaurant_section .event_card .info .details a, .restaurant_section .apartment_card .info .details a,
  .gallery_section .restaurant_card .info .details a,
  .gallery_section .gallery_card .info .details a,
  .gallery_section .event_card .info .details a,
  .gallery_section .apartment_card .info .details a,
  .event_section .restaurant_card .info .details a,
  .event_section .gallery_card .info .details a,
  .event_section .event_card .info .details a,
  .event_section .apartment_card .info .details a,
  .apartment_section .restaurant_card .info .details a,
  .apartment_section .gallery_card .info .details a,
  .apartment_section .event_card .info .details a,
  .apartment_section .apartment_card .info .details a,
  .hotel_information_section .restaurant_card .info .details a,
  .hotel_information_section .gallery_card .info .details a,
  .hotel_information_section .event_card .info .details a,
  .hotel_information_section .apartment_card .info .details a {
    width: 70px;
    height: 30px;
  }
  .information_section {
    width: 100%;
    padding: 0 20px;
    margin-bottom: 90px !important;
    margin-top: 42px;
  }
  .information_section .heading {
    margin-bottom: 24px !important;
  }
  .information_section .info_wrapper .information {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .information_section .info_wrapper .information .information_content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .information_section .info_wrapper .information .information_content .date {
    width: 122px;
  }
  .information_section .info_wrapper .information .information_content .v_line {
    display: none;
  }
  .information_section .info_wrapper .information .information_content .text {
    width: 330px;
    font-size: 0.92rem;
  }
  .information_section .info_wrapper .information .information_content .arrow {
    width: 10px !important;
    height: 20px !important;
  }
  .hotel_information_section .shop_wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 40px;
    margin-bottom: -10px;
  }
  .hotel_information_section .shop_wrapper .image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .hotel_information_section .shop_wrapper .image img {
    width: 100%;
    height: auto;
  }
  .hotel_information_section .shop_wrapper .info {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    padding-left: 0;
  }
  .hotel_information_section .shop_wrapper .info .hotel_name {
    font-size: 1.2rem;
  }
  .hotel_information_section .shop_wrapper .info .address, .hotel_information_section .shop_wrapper .info .description_area {
    font-size: 0.91rem;
    margin-bottom: 1rem;
    line-height: 1.5;
  }
  .hotel_information_section .contact_bt a, .hotel_information_section .pdf_bt a {
    width: 190px;
    height: 34px;
  }
  .access_row {
    display: block;
  }
  .access_row .access_card {
    width: 100%;
    padding: 24px 0 0;
  }
  .access_row .access_card:first-child {
    padding-left: 0;
  }
  .message_gallery_section {
    width: 100%;
    margin: 0 auto;
  }
  .message_gallery_section .main_area {
    width: 100%;
    margin: 0 auto;
  }
  .facility_area {
    width: 100%;
    margin: 0 auto 72px auto;
    padding-top: 30px;
    padding-left: 12px;
    padding-right: 12px;
    display: block;
  }
  .facility_area .message_area {
    width: 100%;
  }
  .facility_area .message_area .copy {
    font-size: 5vw;
    font-weight: 500;
    line-height: 1.5;
    margin-top: 4px;
    margin-bottom: 35px;
    width: 80%;
  }
  .facility_area .message_area .description {
    width: 100%;
    font-size: 3.8vw;
    line-height: 1.5;
    font-weight: 200;
    letter-spacing: 0.06em;
  }
  .facility_area .kyoto_info {
    width: 100%;
    border-top: 2px solid #000000;
    padding: 30px 12px 0;
    margin-top: 64px;
    font-family: "source-han-sans-cjk-ja", sans-serif !important;
  }
  .facility_area .kyoto_info .address {
    font-size: 3.8vw;
    line-height: 1.5;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.06em;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 5px !important;
  }
  .facility_area .kyoto_info .access {
    font-size: 3.8vw;
    line-height: 1.5;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.06em;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 5px !important;
  }
  .facility_area .kyoto_info .tel {
    font-family: "Old Standard TT", serif;
    font-size: 17px;
    letter-spacing: 0.04em;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    color: #1a1a1a;
    margin-top: 11px;
    margin-bottom: 0 !important;
  }
  .facility_area .kyoto_info .facilities_area {
    margin-top: 34px;
  }
  .basic_info_section {
    width: 100%;
    padding: 30px 20px 20px;
    margin: 0 auto;
    font-family: "source-han-sans-cjk-ja", sans-serif !important;
    color: #1a1a1a;
  }
  .basic_info_section h4 {
    font-size: 14px;
    margin: 5px 12px 5px 0;
  }
  .basic_info_section p {
    margin: 5px 0;
  }
  .basic_info_section img {
    margin: 10px 0 35px 0;
  }
  .sns_area {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 14px;
    padding: 0 20px;
    padding-bottom: 85px !important;
    margin-top: 24px !important;
  }
  .sns_area .sns_bt_black {
    width: 165px !important;
    height: 51px !important;
    border: 1px solid #1a1a1a;
    margin-right: 0;
  }
  .sns_area .sns_bt_black a {
    font-family: "Old Standard TT", serif !important;
    font-size: 17px !important;
  }
  .sns_area .sns_bt_black .icon {
    width: 14px;
    height: 14px;
    margin-right: 10px;
    font-size: 15px;
  }
}
/* restaurant CSS */
.space_bottom {
  margin-bottom: 0px !important;
  padding-bottom: 150px !important;
}

.anteroom_meals_section, .anteroom_bar_section, .anteroom_apartment_section, .anteroom_gallery_section {
  background-color: #F5F2EF;
}

.contents_btn a {
  text-decoration: none;
  font-family: source-han-sans-cjk-ja, sans-serif;
  color: #1a1a1a;
  font-size: 14px;
  font-weight: 400;
}

.btn_active {
  position: relative;
  display: inline-block;
  margin-bottom: 1em;
  font-weight: 700 !important;
}

.btn_active:before {
  content: "";
  position: absolute;
  bottom: -14px;
  display: inline-block;
  width: 60px;
  height: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #1a1a1a;
  border-radius: 2px;
}

.anteroom_kyoto_anteroommeals_main {
  background-image: url("../assets/images/anteroom_kyoto/restaurant/restaurant_image_01.jpg");
}

.anteroom_kyoto_anteroombar_main {
  background-image: url("../assets/images/anteroom_kyoto/restaurant/bar_image_01.jpg");
}

.anteroom_kyoto_anteroommeals_main,
.anteroom_kyoto_anteroombar_main,
.anteroom_kyoto_apartment_main,
.anteroom_kyoto_gallery_main,
.anteroom_kyoto_artwork_main {
  width: 100%;
  min-height: 720px;
  height: 720px;
  margin-top: -72px;
  background-size: cover;
  background-position: center center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
.anteroom_kyoto_anteroommeals_main img,
.anteroom_kyoto_anteroombar_main img,
.anteroom_kyoto_apartment_main img,
.anteroom_kyoto_gallery_main img,
.anteroom_kyoto_artwork_main img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.anteroom_kyoto_artwork_main {
  margin-top: 0;
}

.anteroom_kyoto_restaurant_icon,
.anteroom_kyoto_apartment_icon,
.anteroom_kyoto_gallery_icon {
  position: relative;
  height: 90px;
}

.main_icon {
  position: absolute;
  z-index: 2;
  width: 160px;
  height: 160px;
  margin-top: -8%;
}

.anteroom_concept_section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 40px auto 100px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.anteroom_page_title {
  padding: 12px 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.anteroom_page_title h1 {
  padding-bottom: 18px;
  position: relative;
  font-family: Old Standard TT, serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 42px;
  letter-spacing: 1.024px;
}

.anteroom_concept_section h1:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #000000;
  bottom: -3px;
  width: 10%;
}

.anteroom_page_title_sub {
  margin-bottom: 8px;
  font-family: source-han-sans-cjk-ja, sans-serif, "Old Standard TT", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.04em;
}

.facility_theme {
  margin-top: 20px;
  color: #1a1a1a;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-family: "Old Standard TT", serif !important;
}

.category-en_anteroom_kyoto_artculture .facility_theme {
  font-size: 1.85rem;
}

.anteroom_child_concept {
  padding: 12px 0;
  margin-left: 8.3333333333%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40.2%;
          flex: 0 0 40.2%;
  max-width: 40.2%;
}

.anteroom_child_concept h2 {
  padding: 32px 0;
  border-top: solid 2px #333333;
  font-family: Old Standard TT, serif;
  font-size: 28px;
  font-weight: 400;
}

.anteroom_child_concept p {
  margin: 0;
  font-family: source-han-sans-cjk-ja, sans-serif, "Old Standard TT", serif;
  color: #1a1a1a;
  font-size: 16px;
  font-weight: 100;
  letter-spacing: 1.024px;
  line-height: 1.5;
}

.food_top {
  margin-top: 100px !important;
}

.food_menu {
  margin: 0 120px !important;
  padding: 12px 0 !important;
}

.food_menu_img {
  width: 750px !important;
  height: 435px !important;
}

.anteroom_gallery_section .food_menu_img {
  width: 750px !important;
  height: 435px !important;
  overflow: hidden;
}
.anteroom_gallery_section .food_menu_img img {
  width: 100% !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.food_menu_img img {
  width: 100% !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.pic_txt {
  margin-top: 16px;
  margin-bottom: 0;
  font-family: source-han-sans-cjk-ja, sans-serif;
}
.pic_txt a {
  color: #1a1a1a;
}

.separate_border, .separate_border_art {
  margin: 100px auto;
  width: 744px;
  max-width: 990px;
}

.v_line {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}

.child_basic_section {
  width: 990px;
  margin: 0 auto;
}

.restaurant_spot_gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 12px;
}

.gallery_area {
  width: 475px;
  height: 320px;
  position: relative;
  cursor: pointer;
}
.gallery_area:hover .click_area {
  scale: 1.2;
}

.gallery_item_area {
  width: 475px;
  position: relative;
  cursor: pointer;
}
.gallery_item_area:hover .click_area {
  scale: 1.2;
}

.click_area {
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
  background-color: #757575;
  opacity: 0.6;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.restaurant_spot_gallery img {
  width: 100%;
  border-radius: 5px;
}

.v-application .white--text {
  color: #fff;
  caret-color: #FFFFFF;
}

.v-avatar[data-v-34b8a170] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
}

.svg-icon[data-v-5f7d14f8] {
  fill: #FFFFFF;
}

.separate_border {
  margin: 100px auto;
  width: 744px;
  max-width: 990px;
}

.space_bottom {
  margin-bottom: 150px;
}

.anteroom_about_section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 12px;
}

.restaurant_item_left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40.4%;
          flex: 0 0 40.4%;
  max-width: 0 0 40.4%;
}
.restaurant_item_left a {
  color: #1a1a1a;
  font-family: source-han-sans-cjk-ja, sans-serif;
}

.restaurant_item_right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.3333333333%;
          flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
  padding-left: 12px;
}

.restaurant_item_left h3, .restaurant_item_right h3 {
  margin-top: 140px;
  padding: 18px 0 55px;
  font-family: Old Standard TT, serif;
  border-width: 0.5px;
  border-top: solid 2px #000000;
  font-size: 24px;
  font-weight: 400;
}

.anteroom_about_section p {
  margin: 0;
  font-family: source-han-sans-cjk-ja, sans-serif, "Old Standard TT", serif;
  font-size: 16px;
  letter-spacing: 1.024px;
}

.anteroom_about_section ul {
  margin: 24px auto 0;
  padding-left: 20px;
  font-family: source-han-sans-cjk-ja, sans-serif, "Old Standard TT", serif;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 1.024px;
}

.footer_section {
  background-color: #FFFFFF;
}

.reserve_button_area {
  text-align: center;
  margin: 45px auto 0 auto;
  padding-bottom: 270px;
}

.reserve_button_area .reserve_btn,
.reserve_button_area_gallery .reserve_btn {
  width: 236px;
  height: 80px;
  margin: 65px auto 35px;
  text-decoration: none;
  font-family: "source-han-sans-cjk-ja", sans-serif;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #333333;
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 700;
}

.reserve_button_area .reserve_btn:hover,
.reserve_button_area_gallery .reserve_btn:hover {
  background-color: #434343;
}

.reserve_button_area p, .reserve_button_area_gallery p {
  font-family: sans-serif, "Old Standard TT", serif;
  color: #1a1a1a;
  font-size: 36px;
  font-weight: 500;
  margin: 0;
  letter-spacing: 0.08em;
}

.reserve_button_area p span, .reserve_button_area_gallery p span {
  font-family: source-han-sans-cjk-ja, sans-serif, "Old Standard TT", serif;
  color: #1a1a1a;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08em;
}

.tel_number_area {
  margin: 0;
  text-decoration: none;
  font-family: sans-serif, "Old Standard TT", serif;
  background-color: inherit;
  color: #1a1a1a;
  font-size: 36px;
  font-weight: 500;
  margin: 0;
  letter-spacing: 0.08em;
}

.phone_apartment {
  font-weight: 700 !important;
  line-height: 1;
}
.phone_apartment > span {
  display: inline-block;
  line-height: 1.5;
}

/*-----apartment-----*/
.click_area {
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
  background-color: #757575;
  opacity: 0.6;
}

.sample_gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 12px;
}

.gallery_item_area {
  width: 475px;
  margin-bottom: 36px;
}
.gallery_item_area a {
  color: #1a1a1a;
}

.gallery_img_area {
  position: relative;
  cursor: pointer;
}
.gallery_img_area .fullscreen_icon {
  position: absolute;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  bottom: 33px;
  right: 10px;
  width: 32px;
  height: 32px;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  cursor: pointer;
}
.gallery_img_area .fullscreen_icon svg {
  width: 12px;
  height: 12px;
  fill: currentColor;
  color: #fff;
}
.gallery_img_area:hover .fullscreen_icon {
  -webkit-transform: scale(1.1);
          transform: scale(1.1); /* ホバー時に少し大きくなる */
}

.gallery_img_area img {
  margin-bottom: 16px;
  width: 100%;
  border-radius: 5px;
}

.gallery_item_area h3 {
  margin-bottom: 8px;
  font-family: source-han-sans-cjk-ja, sans-serif;
  color: #1a1a1a;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.gallery_item_area p {
  margin: 0;
  font-family: source-han-sans-cjk-ja, sans-serif;
  color: #1a1a1a;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.08em;
}

.anteroom_txt_link {
  margin: 0;
  font-family: source-han-sans-cjk-ja, sans-serif;
  color: #1a1a1a;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.08em;
}

.anteroom_txt_link a:hover {
  text-decoration: none;
}

/*-----gallery-----*/
.reserve_button_area_gallery {
  text-align: center;
  margin: 45px auto 0px;
  padding-bottom: 50px;
}

/*-----スマホ向けの記述-----*/
@media screen and (max-width: 648px) {
  .child_basic_section {
    width: 100%;
    margin: 0 auto;
  }
  .contents_btn a {
    margin-top: 0;
    margin-bottom: 0;
  }
  .contents_btn a:first-child {
    margin-left: 40px;
  }
  .contents_btn a:last-child {
    margin-right: 40px;
  }
  .category-anteroom_kyoto_artculture_list .contents_btn {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .anteroom_kyoto_anteroommeals_main,
  .anteroom_kyoto_anteroombar_main,
  .anteroom_kyoto_apartment_main,
  .anteroom_kyoto_gallery_main,
  .anteroom_kyoto_artwork_main {
    width: 100%;
    height: 390px;
    min-height: 390px;
    max-height: 99.37vw;
    margin-top: 0;
    background-size: cover;
    background-position: center center;
  }
  .anteroom_kyoto_restaurant_icon {
    position: relative;
    height: 110px;
    padding-left: 28px;
  }
  .main_icon {
    width: 100%;
    position: absolute;
    z-index: 2;
    height: 146px;
    max-width: 146px;
    margin-top: -18%;
    margin-left: 28px;
  }
  .anteroom_page_title {
    padding: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .anteroom_page_title h1 {
    font-size: 17.0625px;
    padding-bottom: 14px;
  }
  .anteroom_concept_section h1:after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 3px #000000;
    bottom: -3px;
    width: 7%;
  }
  .facility_theme {
    margin: 20px 0 42px;
    color: #1a1a1a;
    font-size: 21.5px;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: 0.03em;
    font-family: "Old Standard TT", serif !important;
  }
  .anteroom_page_title_sub {
    margin-bottom: 0;
    font-size: 3.12vw;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.04em;
  }
  .anteroom_restaurant_theme {
    font-size: 5.625vw;
    -webkit-font-feature-settings: "palt" 1;
            font-feature-settings: "palt" 1;
  }
  .anteroom_child_concept {
    padding: 0;
    margin-left: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .anteroom_child_concept h2 {
    padding: 24px 0;
    font-size: 5vw;
  }
  .anteroom_child_concept p {
    font-size: 3.75vw;
  }
  .anteroom_concept_section {
    padding: 0 28px;
    margin: 40px auto 70px;
  }
  .separate_border {
    margin: 12.5vw auto;
    padding-right: 76px;
    padding-left: 76px;
    width: 60%;
  }
  .separate_border_art {
    margin: 56.5vw auto 13.5vw;
    padding-right: 76px;
    padding-left: 76px;
    width: 60%;
  }
  .restaurant_spot_gallery {
    padding: 0 40px;
    margin-bottom: 8px;
  }
  .food_menu_img {
    width: 100% !important;
    height: 226px !important;
  }
  .click_area {
    height: 32px;
    min-width: 32px;
    width: 32px;
    bottom: 24px !important;
    right: 18px !important;
  }
  .gallery_area:first-child {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .gallery_area {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    height: auto;
    max-width: 100%;
    padding: 12px;
    position: relative;
  }
  .gallery_area:last-child {
    margin-bottom: 31px;
  }
  .restaurant_item_left, .restaurant_item_right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding: 12px 28px;
    margin-bottom: 40px;
  }
  .restaurant_item_left h3, .restaurant_item_right h3 {
    margin-top: 10px;
    padding: 24px 0 27px;
    font-family: Old Standard TT, serif;
    border-width: 0.5px;
    border-top: solid 1px #000000;
    font-size: 4.375vw;
    font-weight: 400;
  }
  .anteroom_about_section p {
    margin: 0;
    font-family: source-han-sans-cjk-ja, sans-serif, "Old Standard TT", serif;
    font-size: 3.75vw;
    letter-spacing: 1.024px;
  }
  .anteroom_about_section ul {
    margin: 24px auto 0;
    padding-left: 20px;
    font-family: source-han-sans-cjk-ja, sans-serif, "Old Standard TT", serif;
    font-size: 3.75vw;
    line-height: 1.5;
    letter-spacing: 1.024px;
  }
  .space_bottom {
    margin-bottom: 150px;
  }
  .anteroom_gallery_section .food_menu_img {
    width: 100% !important;
    height: 226px !important;
    max-height: 375px;
    margin-bottom: 0;
    overflow: hidden;
  }
  .anteroom_gallery_section .food_menu_img img {
    width: 100% !important;
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .food_top {
    margin-top: 70px !important;
  }
  .food_menu {
    margin: 0 auto !important;
    padding: 12px 0;
    height: 234px !important;
  }
  .food_menu p {
    margin: 15px auto 35px;
    padding: 0 28px;
    font-family: source-han-sans-cjk-ja, sans-serif !important;
    font-size: 14.625px;
    font-weight: 400;
  }
  .reserve_button_area_gallery {
    text-align: center;
    margin: 0px auto 0px;
    padding-bottom: 30px;
  }
  .reserve_button_area_gallery .reserve_btn {
    width: 200px;
    height: 80px;
    font-size: 17.0625px;
    font-weight: 700;
  }
  .reserve_button_area_gallery p {
    font-family: sans-serif, "Old Standard TT", serif;
    color: #1a1a1a;
    font-size: 36px;
    font-weight: 400;
    line-height: 1.2;
    margin: 0;
    letter-spacing: 0.08em;
  }
  .reserve_button_area_gallery p span {
    font-size: 10px;
  }
  .reserve_button_area {
    text-align: center;
    margin: auto;
    padding-top: 9px;
    padding-bottom: 80px;
  }
  .reserve_button_area a {
    font-size: 18px;
  }
  .reserve_button_area p {
    font-size: 8.75vw;
    line-height: 1.185;
    font-family: "source-han-sans-cjk-ja", sans-serif, "Old Standard TT", serif !important;
  }
  .reserve_button_area p span {
    font-size: 10px;
    margin-bottom: 16px;
  }
  .reserve_button_area .phone_apartment {
    font-size: 8.75vw;
    letter-spacing: 0.08;
    line-height: 1.1851851852;
    font-family: sans-serif !important;
  }
  .reserve_button_area .phone_apartment span {
    font-size: 2.5vw;
    font-family: sans-serif !important;
  }
  .reserve_button_area .phone_apartment .tel_number_area {
    font-size: 2.25rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1;
    font-family: sans-serif !important;
  }
  .tel_number_area {
    margin: 0;
    text-decoration: none;
    font-family: source-han-sans-cjk-ja, sans-serif !important;
    background-color: inherit;
    color: #1a1a1a;
    font-size: 8.75vw;
    font-weight: 500;
    margin: 0;
    letter-spacing: 0.08em;
  }
  .sample_about_section {
    padding: 0 12.2vw;
  }
  .gallery_item_area {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-bottom: 19.5px;
  }
}
.category-anteroom_kyoto_artculture_list .news_description .news_title {
  font-size: 16px;
}
.category-anteroom_kyoto_artculture_list .news_description .news_sub_area .news_date {
  margin-top: 12px;
  -webkit-transform: scaleX(0.9);
          transform: scaleX(0.9);
  -webkit-transform-origin: left;
          transform-origin: left;
  color: #1a1a1a;
}

.qa_container {
  width: 100%;
  margin: 160px auto 136px;
  max-width: 990px;
  padding: 0;
}
.qa_container .qa_category + .qa_category {
  margin-top: 160px;
}
.qa_container .qa_title {
  font-family: source-han-serif-japanese, serif;
  width: 100%;
  margin: 0 auto 55px;
  text-align: center;
  font-size: 23px;
  font-weight: 400;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  letter-spacing: 0.12em;
}
.qa_container .qa_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style-type: none;
  padding: 0;
  width: 100%;
  z-index: 1;
}
.qa_container .qa_list .qa_details {
  width: 100%;
  border-top: 1px solid #a09e9c;
  font-size: 14px;
  font-weight: 100;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.04em;
}
.qa_container .qa_list .qa_details:last-of-type {
  border-bottom: 1px solid #a09e9c;
}
.qa_container .qa_list .qa_details .qa_details_summary {
  cursor: pointer;
  font-size: 18px;
  list-style: none;
  padding: 24px 40px 24px 12px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.qa_container .qa_list .qa_details .qa_details_summary:hover {
  cursor: pointer;
  opacity: 0.8;
}
.qa_container .qa_list .qa_details .qa_details_summary .q_text {
  padding-top: 0;
  font-size: 0.9375rem;
}
@media screen and (max-width: 648px) {
  .qa_container .qa_list .qa_details .qa_details_summary .q_text {
    padding-top: 10px;
  }
}
.qa_container .qa_list .qa_details .qa_details_summary .qa_question {
  font-family: "mrs-eaves", "source-han-serif-japanese", serif;
  max-width: 55px;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0.04em;
}
.qa_container .qa_list .qa_details .qa_details_summary .qa_icon {
  width: 16px;
  height: 16px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform-origin: center;
          transform-origin: center;
  margin-top: -10px;
}
.qa_container .qa_list .qa_details[open] .qa_icon {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  margin-top: 0;
}
.qa_container .qa_list .qa_details_content {
  padding: 0 12px 20px;
  color: #807d7a;
  font-size: 14px;
}
.qa_container .qa_list .qa_details_content p {
  margin: 0;
}
.qa_container .qa_list .qa_details_content p.qa_answer {
  font-family: "mrs-eaves", "source-han-serif-japanese", serif;
  max-width: 55px;
  margin-bottom: 4px;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0.04em;
}

#header {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif !important;
  color: #000000 !important;
  background: #FFFFFF !important;
}
#header #logo a {
  color: #000000 !important;
}

.udstop_menu_trigger span {
  background-color: #000000;
}

#nav li a {
  color: #000000;
}

#nav .menu_item_has_children > a.open:first-of-type {
  color: #000000;
}

.message_gallery_swiper {
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.message_gallery_swiper .swiper_button_container {
  position: absolute;
  right: 0;
  bottom: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  z-index: 1;
}
.message_gallery_swiper .swiper_button_container .message_gallery_swiper_button_prev,
.message_gallery_swiper .swiper_button_container .message_gallery_swiper_button_next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  color: #000;
  min-height: 44px;
  min-width: 44px;
  max-width: 44px;
  max-height: 44px;
  cursor: pointer;
  opacity: 0.4;
}
.message_gallery_swiper .swiper_button_container .message_gallery_swiper_button_prev:hover,
.message_gallery_swiper .swiper_button_container .message_gallery_swiper_button_next:hover {
  opacity: 1;
}
.message_gallery_swiper .swiper_button_container .message_gallery_swiper_button_prev .swiper_icon,
.message_gallery_swiper .swiper_button_container .message_gallery_swiper_button_next .swiper_icon {
  font-size: 12px;
  width: 12px;
  height: 12px;
}
.message_gallery_swiper .swiper_button_container .message_gallery_swiper_button_prev .swiper_icon svg,
.message_gallery_swiper .swiper_button_container .message_gallery_swiper_button_next .swiper_icon svg {
  width: 100%;
  height: 100%;
}

.message_gallery_thums_swiper .swiper-wrapper {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.basic_swiper {
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.basic_swiper .basic_swiper_button_prev,
.basic_swiper .basic_swiper_button_next {
  position: absolute;
  margin: 0 16px;
  top: calc(50% - 20px);
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0 20px;
  width: 72px;
  height: 72px;
  color: #000;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
}
.basic_swiper .basic_swiper_button_prev:hover,
.basic_swiper .basic_swiper_button_next:hover {
  background-color: #eee;
}
.basic_swiper .basic_swiper_button_prev .swiper_icon,
.basic_swiper .basic_swiper_button_next .swiper_icon {
  width: 17px;
  height: 17px;
  font-size: 17px;
}
.basic_swiper .basic_swiper_button_prev {
  left: 0;
}
.basic_swiper .basic_swiper_button_next {
  right: 0;
}

.info_modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-out, visibility 0.2s;
  transition: opacity 0.2s ease-out, visibility 0.2s;
  z-index: 100;
}
.info_modal .modal_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(229, 229, 229, 0.9); /* 半透明の黒背景 */
  opacity: 0;
  -webkit-transition: opacity 0.1s ease-out;
  transition: opacity 0.1s ease-out;
}
.info_modal .modal_container {
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}
.info_modal .modal_container .modal_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #fff;
  padding: 0;
  border-radius: 10px;
  width: 100%;
  max-height: 90vh;
  max-width: 920px;
  overflow: hidden;
  font-family: "游ゴシック", "YuGothic", sans-serif;
  line-height: 1.5;
}
.info_modal .modal_container .modal_content .modal_header {
  position: sticky;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 12px 44px;
  border-bottom: 1px solid #e5e5e5;
}
.info_modal .modal_container .modal_content .modal_header .modal_title {
  font-size: 14px;
  line-height: 1.16;
  font-weight: 400;
  letter-spacing: 0.04em;
}
.info_modal .modal_container .modal_content .modal_header .close_btn {
  top: 10px;
  right: 20px;
  font-size: 30px;
  cursor: pointer;
  color: #000;
  z-index: 10;
}
.info_modal .modal_container .modal_content .modal_body {
  padding: 44px;
  overflow-y: auto;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.info_modal .modal_container .modal_content .modal_body .section_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 16px;
  border-top: 2px solid #000;
}
.info_modal .modal_container .modal_content .modal_body .section_container:has(:only-child) > .section_content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}
.info_modal .modal_container .modal_content .modal_body .section_container > .section_content:nth-child(1):nth-last-child(2), .info_modal .modal_container .modal_content .modal_body .section_container > .section_content:nth-child(2):nth-last-child(1) {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
}
.info_modal .modal_container .modal_content .modal_body .section_container + .section_container {
  margin-top: 48px;
}
.info_modal .modal_container .modal_content .modal_body .section_container .section_content + .section_content {
  margin-left: 40px;
}
.info_modal .modal_container .modal_content .modal_body .section_container .section_content .section_title {
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.04em;
}
.info_modal .modal_container .modal_content .modal_body .section_container .section_content .section_body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.04em;
  line-height: 1.75;
}
.info_modal .modal_container .modal_content .modal_body .section_container .section_content .section_body .artist_profile,
.info_modal .modal_container .modal_content .modal_body .section_container .section_content .section_body .artist_info,
.info_modal .modal_container .modal_content .modal_body .section_container .section_content .section_body .room_image,
.info_modal .modal_container .modal_content .modal_body .section_container .section_content .section_body .room_info {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}
.info_modal .modal_container .modal_content .modal_body .section_container .section_content .section_body .artist_profile .for_moreview,
.info_modal .modal_container .modal_content .modal_body .section_container .section_content .section_body .artist_info .for_moreview,
.info_modal .modal_container .modal_content .modal_body .section_container .section_content .section_body .room_image .for_moreview,
.info_modal .modal_container .modal_content .modal_body .section_container .section_content .section_body .room_info .for_moreview {
  display: block;
}
.info_modal .modal_container .modal_content .modal_body .section_container .section_content .section_body .artist_profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.info_modal .modal_container .modal_content .modal_body .section_container .section_content .section_body .artist_profile .artist_image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
  margin-right: 16px;
}
.info_modal .modal_container .modal_content .modal_body .section_container .section_content .section_body .artist_profile .artist_image img {
  width: 120px;
  height: 120px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 4px;
}
.info_modal .modal_container .modal_content .modal_body .section_container .section_content .section_body .artist_profile .artist_name {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
  font-size: 20px;
  font-weight: 700;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1.4;
  letter-spacing: 0.04em;
  word-break: break-word;
}
.info_modal .modal_container .modal_content .modal_body .section_container .section_content .section_body .artist_info {
  font-weight: 400;
  font-size: 16px;
}
.info_modal .modal_container .modal_content .modal_body .section_container .section_content .section_body .room_image img {
  width: 300px;
  height: 190px;
  -o-object-fit: cover;
     object-fit: cover;
}
.info_modal .modal_container .modal_content .modal_body .section_container .section_content .section_body .room_image .room_all_photo {
  height: 36px;
  min-width: 64px;
  padding: 0 16px;
  font-weight: 500;
  letter-spacing: 0.08em;
  background-color: #fff;
  border: thin solid;
  cursor: pointer;
}
.info_modal .modal_container .modal_content .modal_body .section_container .section_content .section_body .room_image .room_all_photo:hover {
  background-color: #eee;
}
.info_modal .modal_container .modal_content .modal_body .section_container .section_content .section_body .room_info {
  margin: 0;
  list-style: none;
}
.info_modal.show {
  visibility: visible;
  opacity: 1;
}
.info_modal.show .modal_overlay {
  opacity: 1;
}
.info_modal.show .modal_container {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.category-en_anteroom_kyoto .modal_body {
  font-family: "Noto Sans JP", sans-serif;
}

.swiper_modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-out, visibility 0.2s;
  transition: opacity 0.2s ease-out, visibility 0.2s;
  z-index: 100;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.swiper_modal .modal_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(229, 229, 229, 0.9); /* 半透明の黒背景 */
  opacity: 0;
  -webkit-transition: opacity 0.1s ease-out;
  transition: opacity 0.1s ease-out;
}
.swiper_modal .modal_container {
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}
.swiper_modal .modal_container .modal_content {
  background: #000;
  padding: 0;
  border-radius: 10px;
  width: 100%;
  height: 70vh;
  max-width: 920px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.swiper_modal .modal_container .modal_content .close_btn {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 30px;
  cursor: pointer;
  color: #fff;
  z-index: 10;
}
.swiper_modal .modal_container .modal_content .modal_swiper {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 100%;
}
.swiper_modal .modal_container .modal_content .modal_swiper img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.swiper_modal .modal_container .modal_content .modal_swiper .modal_swiper_button_prev,
.swiper_modal .modal_container .modal_content .modal_swiper .modal_swiper_button_next {
  position: absolute;
  margin: 0 16px;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0 20px;
  width: 72px;
  height: 72px;
  color: #000;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  background-color: #f5f5f5;
  cursor: pointer;
  opacity: 0.4;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.swiper_modal .modal_container .modal_content .modal_swiper .modal_swiper_button_prev:hover,
.swiper_modal .modal_container .modal_content .modal_swiper .modal_swiper_button_next:hover {
  background-color: #eee;
  opacity: 1;
}
.swiper_modal .modal_container .modal_content .modal_swiper .modal_swiper_button_prev .swiper_icon,
.swiper_modal .modal_container .modal_content .modal_swiper .modal_swiper_button_next .swiper_icon {
  width: 17px;
  height: 17px;
  font-size: 17px;
}
.swiper_modal .modal_container .modal_content .modal_swiper .modal_swiper_button_prev {
  left: 0px;
}
.swiper_modal .modal_container .modal_content .modal_swiper .modal_swiper_button_next {
  right: 0px;
}
.swiper_modal .modal_container .modal_thums_area {
  width: 100%;
  max-width: 920px;
  margin-top: 8px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.swiper_modal .modal_container .modal_thums_area > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.swiper_modal .modal_container .modal_thums_area .modal_thums {
  width: auto !important;
  overflow: hidden;
}
.swiper_modal .modal_container .modal_thums_area .modal_thums img {
  width: 80px;
  height: 48px;
  border-radius: 4px;
}
.swiper_modal .modal_container .modal_thums_area .modal_thums.swiper-slide-thumb-active::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 48px;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 8px;
}
.swiper_modal.show {
  visibility: visible;
  opacity: 1;
}
.swiper_modal.show .modal_overlay {
  opacity: 1;
}
.swiper_modal.show .modal_container {
  -webkit-transform: scale(1);
          transform: scale(1);
}

@media screen and (max-width: 648px) {
  .info_modal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.2s ease-out, visibility 0.2s;
    transition: opacity 0.2s ease-out, visibility 0.2s;
    z-index: 100;
  }
  .info_modal .modal_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(229, 229, 229, 0.9); /* 半透明の黒背景 */
    opacity: 0;
    -webkit-transition: opacity 0.1s ease-out;
    transition: opacity 0.1s ease-out;
  }
  .info_modal .modal_container {
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transition: -webkit-transform 0.2s ease-out;
    transition: -webkit-transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
    width: 100%;
  }
  .info_modal .modal_container .modal_content {
    border-radius: 10px;
    margin: 0 auto;
    width: 88%;
    max-height: 95vh;
    max-width: 390px;
    font-family: "游ゴシック", "YuGothic", sans-serif;
    line-height: 1.5;
  }
  .info_modal .modal_container .modal_content .modal_header {
    padding: 12px 16px;
    border-bottom: 1px solid #e5e5e5;
    gap: 14px;
  }
  .info_modal .modal_container .modal_content .modal_header .modal_title {
    padding-left: 10px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 13px;
    line-height: 1.2727272727;
    font-weight: 400;
    letter-spacing: 0.04em;
    word-wrap: break-word;
    white-space: normal;
  }
  .info_modal .modal_container .modal_content .modal_header .close_btn {
    font-size: 36px;
    font-weight: 700;
  }
  .info_modal .modal_container .modal_content .modal_body {
    padding: 32px 20px;
  }
  .info_modal .modal_container .modal_content .modal_body .section_container {
    display: block;
    padding-top: 16px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .info_modal .modal_container .modal_content .modal_body .section_container:has(:only-child) > .section_content {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
  .info_modal .modal_container .modal_content .modal_body .section_container > .section_content:nth-child(1):nth-last-child(2), .info_modal .modal_container .modal_content .modal_body .section_container > .section_content:nth-child(2):nth-last-child(1) {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
  }
  .info_modal .modal_container .modal_content .modal_body .section_container + .section_container {
    margin-top: 48px;
  }
  .info_modal .modal_container .modal_content .modal_body .section_container .section_content + .section_content {
    padding-top: 10px;
    margin-top: 20px;
    margin-left: 0px;
    border-top: 2px solid #000;
  }
  .info_modal .modal_container .modal_content .modal_body .section_container .section_content .section_title {
    margin-bottom: 12px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 2;
    letter-spacing: 0.04em;
  }
  .info_modal .modal_container .modal_content .modal_body .section_container .section_content .section_body {
    display: block;
    font-size: 14px;
    line-height: 1.75;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  }
  .info_modal .modal_container .modal_content .modal_body .section_container .section_content .section_body .artist_profile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .info_modal .modal_container .modal_content .modal_body .section_container .section_content .section_body .artist_profile .artist_image img {
    width: 80px;
    height: 80px;
  }
  .info_modal .modal_container .modal_content .modal_body .section_container .section_content .section_body .artist_profile .artist_name {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.08rem;
  }
  .info_modal .modal_container .modal_content .modal_body .section_container .section_content .section_body .artist_info {
    margin-top: 13px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: 500;
    font-size: 0.91rem;
    line-height: 1.5;
  }
  .info_modal .modal_container .modal_content .modal_body .section_container .section_content .section_body .room_image img {
    width: 100%;
    height: 190px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 4px;
  }
  .info_modal .modal_container .modal_content .modal_body .section_container .section_content .section_body .room_image .room_all_photo {
    height: 34px;
    min-width: 64px;
    padding: 0 16px;
    font-weight: 300;
    font-size: 13px;
    letter-spacing: 0.08em;
    background-color: #fff;
    border: 1px solid #1a1a1a;
    color: #1a1a1a;
    cursor: pointer;
  }
  .info_modal .modal_container .modal_content .modal_body .section_container .section_content .section_body .room_image .room_all_photo:hover {
    background-color: #eee;
  }
  .info_modal .modal_container .modal_content .modal_body .section_container .section_content .section_body .room_info {
    margin: 0;
    margin-top: 15px;
    list-style: none;
    padding-left: 0;
  }
  .info_modal .modal_container .modal_content .modal_body .section_container .section_content .section_body .room_info .for_moreview {
    display: block;
  }
  .info_modal.show {
    visibility: visible;
    opacity: 1;
  }
  .info_modal.show .modal_overlay {
    opacity: 1;
  }
  .info_modal.show .modal_container {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .swiper_modal .modal_container {
    width: 100%;
  }
  .swiper_modal .modal_container .modal_content {
    width: 88%;
    height: 28vh;
    max-width: 390px;
    margin: 0 auto;
  }
  .swiper_modal .modal_container .modal_content .close_btn {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 30px;
    font-weight: 700;
  }
  .swiper_modal .modal_container .modal_content .modal_swiper {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    height: 100%;
  }
  .swiper_modal .modal_container .modal_content .modal_swiper img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .swiper_modal .modal_container .modal_content .modal_swiper .modal_swiper_button_prev,
  .swiper_modal .modal_container .modal_content .modal_swiper .modal_swiper_button_next {
    margin: 0 20px;
    width: 43px;
    height: 43px;
    opacity: 0.9;
  }
  .swiper_modal .modal_container .modal_content .modal_swiper .modal_swiper_button_prev .swiper_icon,
  .swiper_modal .modal_container .modal_content .modal_swiper .modal_swiper_button_next .swiper_icon {
    width: 10px;
    height: 10px;
    font-size: 10px;
  }
  .swiper_modal .modal_container .modal_thums_area {
    width: 88%;
    max-width: 390px;
    margin: 8px auto 0;
  }
  .swiper_modal .modal_container .modal_thums_area .modal_thums img {
    width: 64px;
    height: 40px;
    border-radius: 4px;
  }
  .swiper_modal .modal_container .modal_thums_area .modal_thums.swiper-slide-thumb-active::after {
    width: 64px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 4px;
  }
  .swiper_modal .modal_container .swiper-wrapper {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .basic_swiper {
    position: relative;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
  .basic_swiper .basic_swiper_button_prev,
  .basic_swiper .basic_swiper_button_next {
    position: absolute;
    margin: 0 16px;
    top: calc(50% - 20px);
    z-index: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    margin: 0 20px;
    width: 42px !important;
    height: 42px !important;
    color: #000;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 50%;
    background-color: #fff;
    cursor: pointer;
  }
  .basic_swiper .basic_swiper_button_prev:hover,
  .basic_swiper .basic_swiper_button_next:hover {
    background-color: #eee;
  }
  .basic_swiper .basic_swiper_button_prev .swiper_icon,
  .basic_swiper .basic_swiper_button_next .swiper_icon {
    width: 11px;
    height: 11px;
    font-size: 11px;
  }
  .basic_swiper .basic_swiper_button_prev {
    left: 0;
  }
  .basic_swiper .basic_swiper_button_next {
    right: 0;
  }
}
@media only screen and (max-width: 648px) {
  #header {
    -webkit-box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
            box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
  }
  #header #logo a {
    font-size: 13px !important;
  }
  .menu_logo img {
    width: 250px;
  }
  #menu_btn {
    right: 5px !important;
  }
  #nav li {
    font-family: "游ゴシック", "YuGothic", sans-serif !important;
  }
  #nav li a {
    font-weight: 100;
  }
  .mdi-chevron-down::before {
    opacity: 0.54 !important;
  }
  .langage_item {
    width: 192px;
  }
  .langage_item a {
    font-family: "Old Standard TT", serif !important;
    color: rgba(0, 0, 0, 0.6);
  }
  .artculture_btn {
    margin-top: -20px !important;
  }
  .category-anteroom_kyoto_artculture_list .news_description .news_title {
    font-size: 4vw;
  }
  #nav .menu_item_has_children > a.open:first-of-type {
    background: rgba(0, 0, 0, 0.05);
  }
}
.artculture_content {
  font-size: 16px;
}

.for_moreview {
  display: none;
}/*# sourceMappingURL=anteroomKyoto.css.map */