@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap");
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);
  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: source-han-serif-japanese, serif;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}

.shopname_section {
  max-width: 990px;
  margin: 0 auto;
}
.shopname_section h1 {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 60px;
  font-size: 20px;
  letter-spacing: 0.48em;
  font-weight: 400;
  margin: 0;
}

.main {
  width: 100%;
  height: 800px;
  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: 560px;
  height: 100%;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  z-index: 10;
  background: url("../assets/images/kanra_kyoto/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; /* 水平方向の中央揃え */
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.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; /* はみ出した部分を非表示 */
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.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: 100%;
  margin: 0 auto;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.message_gallery_section .main_area {
  width: 100%;
  height: 654px;
  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 .main_area img {
  width: 100%;
}
.message_gallery_section .thums_area {
  max-width: 990px;
  height: 36px;
  margin: 0 auto;
  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;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.message_gallery_section .thums_area > .swiper-wrapper {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.message_gallery_section .thums_area .thums {
  margin-right: 0 !important;
  max-width: 36px;
  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;
  overflow: hidden;
  opacity: 0.3;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.message_gallery_section .thums_area .thums.swiper-slide-thumb-active, .message_gallery_section .thums_area .thums:hover {
  opacity: 1;
}
.message_gallery_section .thums_area .thums img {
  height: 100%;
  width: auto;
  display: block;
}
.message_gallery_section .all_view_bt_area {
  width: 990px;
  margin: 0 auto;
  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;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.message_gallery_section .all_view_bt_area.for_pc {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.message_gallery_section .all_view_bt_area .paging_wrapper {
  width: 192px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.message_gallery_section .all_view_bt_area .paging_wrapper .prev_bt, .message_gallery_section .all_view_bt_area .paging_wrapper .next_bt {
  width: 64px;
  height: 64px;
  background: #000000;
  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;
  cursor: pointer;
}
.message_gallery_section .all_view_bt_area .paging_wrapper .prev_bt .svg-icon, .message_gallery_section .all_view_bt_area .paging_wrapper .next_bt .svg-icon {
  fill: #FFFFFF;
  width: 24px;
  height: 24px;
}
.message_gallery_section .all_view_bt_area .paging_wrapper .all_view_bt {
  width: 64px;
  height: 64px;
  background: #000000;
  color: #FFFFFF;
  font-family: "游明朝", YuMincho, serif !important;
  font-size: 12px;
  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-align: center;
  border: none;
}

.facility_area {
  width: 990px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 56px;
  padding-bottom: 120px;
}
.facility_area .message_area {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.6666666667%;
          flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}
@media screen and (max-width: 648px) {
  .facility_area .message_area {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
.facility_area .message_area .description {
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 1.8;
}
.facility_area .message_area .note {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 2;
}
.facility_area .kyoto_info {
  width: 50%;
  margin-left: 8.3333333333%;
}
@media screen and (max-width: 648px) {
  .facility_area .kyoto_info {
    margin-left: 0px;
  }
}
.facility_area .kyoto_info .address {
  letter-spacing: 0.08em;
  font-size: 14px;
  line-height: 2;
  margin-bottom: 0.5rem;
}
.facility_area .kyoto_info .tel {
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 0.08em;
}
.facility_area .kyoto_info .facilities_area {
  margin-top: 60px;
}

.rooms_section {
  width: 990px;
  margin: 0 auto;
  padding: 120px 8px 0 8px;
}
.rooms_section .heading h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: Cormorant Garamond, "游明朝", YuMincho, serif;
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 0.36em;
  text-transform: uppercase;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}
.rooms_section .heading p.sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.04em;
  margin: 10px 0 0 0;
}
.rooms_section .room_type_wrapper {
  margin: 100px 0 60px 0;
  text-align: center;
}
.rooms_section .room_type_wrapper h3 {
  text-transform: uppercase;
  text-align: center;
  font-family: "Cormorant Garamond", serif;
  letter-spacing: 0.36em;
  font-size: 22px;
  line-height: 1.6;
  font-weight: 400;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}
.rooms_section .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;
}
.rooms_section .room_wrapper .room_card {
  width: 467px;
  margin-bottom: 24px;
}
.rooms_section .room_wrapper .room_card .image {
  height: 310px;
  position: relative;
  cursor: pointer;
}
.rooms_section .room_wrapper .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;
}
.rooms_section .room_wrapper .room_card .image .fullscreen_icon svg {
  width: 12px;
  height: 12px;
  fill: currentColor;
  color: #fff;
}
.rooms_section .room_wrapper .room_card .image:hover .fullscreen_icon {
  -webkit-transform: scale(1.1);
          transform: scale(1.1); /* ホバー時に少し大きくなる */
}
.rooms_section .room_wrapper .room_card .info {
  padding: 32px 40px;
  background-color: rgb(245, 245, 245);
  border-color: rgb(245, 245, 245);
}
.rooms_section .room_wrapper .room_card .info .name {
  font-size: 22px;
  letter-spacing: 0.08em;
  margin: 0;
}
.rooms_section .room_wrapper .room_card .info .sub {
  font-size: 12px;
  letter-spacing: 0.08em;
  margin-bottom: 32px;
}
.rooms_section .room_wrapper .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;
  width: 100%;
}
.rooms_section .room_wrapper .room_card .info .description_detail .description ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.rooms_section .room_wrapper .room_card .info .description_detail .description ul li {
  font-size: 14px;
  letter-spacing: 0.0071428571em;
}
.rooms_section .room_wrapper .room_card .info .description_detail .description ul li .room-detail-label {
  color: #999;
  line-height: 1.7142857143;
  letter-spacing: 0.04em;
  margin-right: 1em;
}
.rooms_section .room_wrapper .room_card .info .description_detail .detail_bt {
  width: 120px !important;
  height: 32px;
  font-size: 0.875rem;
  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;
  color: #1a1a1a;
  border: 1px solid #ccc;
  -webkit-transition: background-color 0.4s ease-out;
  transition: background-color 0.4s ease-out;
  cursor: pointer;
  padding: 0 30px;
}
.rooms_section .room_wrapper .room_card .price_reserve_area {
  width: 100%;
  text-align: center;
  padding: 20px 12px 0;
}
.rooms_section .room_wrapper .room_card .price_reserve_area .price_area {
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  letter-spacing: 0.04em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #4c4c4c;
  margin-bottom: 24px;
}
.rooms_section .room_wrapper .room_card .price_reserve_area .price_area .price {
  font-size: 20px;
  letter-spacing: 0.12em;
  margin-right: 0.5em;
  margin-left: 0.5em;
}
.rooms_section .room_wrapper .room_card .price_reserve_area .reserve_bt_area {
  width: 60%;
  margin: auto;
}
.rooms_section .room_wrapper .room_card .price_reserve_area .reserve_bt_area .reserve_bt {
  height: 48px;
  width: 100%;
  color: rgb(161, 118, 65);
  caret-color: rgb(161, 118, 65);
  border: 1px solid rgb(161, 118, 65);
}
.rooms_section .room_wrapper .room_card .price_reserve_area .reserve_bt_area .reserve_bt a {
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-family: source-han-serif-japanese, serif;
  color: rgb(161, 118, 65);
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  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;
}
.rooms_section .room_wrapper .room_card .price_reserve_area .reserve_bt_area .reserve_bt a:hover {
  background-color: #a17641 !important;
  color: #FFFFFF !important;
}

.restaurant_section {
  width: 990px;
  margin: 0 auto;
  padding: 120px 0 0 0;
}
.restaurant_section .heading {
  margin-bottom: 50px;
}
.restaurant_section .heading h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: Cormorant Garamond, "游明朝", YuMincho, serif;
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 0.36em;
  text-transform: uppercase;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}
.restaurant_section .heading p.sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.04em;
  margin: 10px 0 0 0;
}
.restaurant_section .restaurant_card {
  width: 990px;
  margin-bottom: 180px;
}
.restaurant_section .restaurant_card:last-child {
  margin-bottom: 140px;
}
.restaurant_section .restaurant_card .heading {
  width: 100%;
  text-align: center;
  margin-bottom: 46px;
}
.restaurant_section .restaurant_card .heading h3 {
  text-transform: uppercase;
  letter-spacing: 0.36em;
  font-size: 20px;
  line-height: 1.2727272727;
  font-weight: 400;
  font-family: source-han-serif-japanese, serif;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}
.restaurant_section .restaurant_card .image {
  width: 100%;
  margin-bottom: 48px;
}
.restaurant_section .restaurant_card .info {
  width: 50%;
}
.restaurant_section .restaurant_card .info .description {
  font-family: source-han-serif-japanese, serif;
  letter-spacing: 0.08em;
  line-height: 2;
  font-size: 16px;
  margin-bottom: 3em;
}
.restaurant_section .restaurant_card .info .read_more_bt a {
  border: 1px solid rgb(161, 118, 65);
  text-decoration: none;
  height: 48px;
  width: 60%;
  color: rgb(161, 118, 65);
  caret-color: rgb(161, 118, 65);
  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;
}

.lounge_section,
.spa_section,
.tour_section {
  width: 1100px;
  margin: 0 auto 120px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.lounge_section .info,
.spa_section .info,
.tour_section .info {
  width: 50%;
  height: 550px;
  background: #f5f5f5;
  padding: 100px 80px;
  font-family: Cormorant Garamond, "游明朝", YuMincho, serif;
}
.lounge_section .info .heading h3,
.spa_section .info .heading h3,
.tour_section .info .heading h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 0.36em;
  text-transform: uppercase;
}
.lounge_section .info .heading .sub,
.spa_section .info .heading .sub,
.tour_section .info .heading .sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.04em;
  margin: 8px 0 0 0;
}
.lounge_section .info .text,
.spa_section .info .text,
.tour_section .info .text {
  margin: 48px 0;
  letter-spacing: 0.08em;
  line-height: 2;
  font-size: 16px;
}
.lounge_section .info .read_more_bt,
.spa_section .info .read_more_bt,
.tour_section .info .read_more_bt {
  text-decoration: none;
  width: 234px;
  height: 32px;
  color: rgb(161, 118, 65);
  caret-color: rgb(161, 118, 65);
  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 rgb(161, 118, 65);
}
.lounge_section .image,
.spa_section .image,
.tour_section .image {
  width: 50%;
  height: 550px;
  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;
}
.lounge_section .image img,
.spa_section .image img,
.tour_section .image img {
  width: 100%;
}

.spa_section {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.hotel_information_section {
  width: 990px;
  margin: 0 auto;
  padding: 120px 0 0 0;
  font-family: source-han-serif-japanese, serif;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}
.hotel_information_section .heading {
  margin-bottom: 50px;
}
.hotel_information_section .heading h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 0.36em;
  text-transform: uppercase;
}
.hotel_information_section .heading .sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.04em;
  margin: 8px 0;
}
.hotel_information_section .image .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;
}
.hotel_information_section .image .bt_area a.access_bt {
  font-size: 12px;
  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;
  font-weight: 400;
  letter-spacing: 0.04em;
  border: 1px solid #ccc;
  color: #000;
  -webkit-transition: background-color 0.4s ease-out;
  transition: background-color 0.4s ease-out;
  height: 28px;
  width: 160px;
  min-width: 50px;
  padding: 0 12.4444444444px;
  margin-right: 5px;
}
.hotel_information_section .image .bt_area a.access_bt:last-child {
  margin-right: 0;
}
.hotel_information_section .access_row {
  padding-top: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.hotel_information_section .access_row .access_card {
  width: 33.3333%;
  padding: 12px;
}
.hotel_information_section .access_row .access_card h5.access_title {
  font-size: 20px;
  text-align: center;
  margin: 0;
  font-weight: 400;
  font-family: source-han-serif-japanese, serif;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}
.hotel_information_section .access_row .access_card .access_sub {
  font-family: Cormorant Garamond, "游明朝", YuMincho, serif;
  font-size: 16px;
  text-align: center;
  margin: 5px 0 16px 0;
}
.hotel_information_section .access_row .access_card .access_text {
  border-top: 1px solid #FFFFFF;
  padding: 16px 0;
  font-size: 14px;
}
@media screen and (max-width: 648px) {
  .hotel_information_section .access_row .access_card .access_text {
    font-size: 3.75vw;
  }
}
.hotel_information_section .info {
  padding-top: 44px;
  font-family: source-han-serif-japanese, serif;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.hotel_information_section .info .l, .hotel_information_section .info .r {
  width: 50%;
}
.hotel_information_section .info .hotel_name {
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 0.04em;
  font-weight: 400;
  margin-bottom: 4px;
}
.hotel_information_section .info .hotel_name_sub {
  margin-bottom: 32px !important;
  font-weight: 400;
}
.hotel_information_section .info .check-time {
  margin-bottom: 32px !important;
}
.hotel_information_section .info .address {
  margin: 0;
}
.hotel_information_section .info .contact_bt a {
  width: 180px;
  height: 28px;
  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;
  min-width: 50px;
  padding: 0 12.4444444444px;
  font-weight: 400;
  letter-spacing: 0.04em;
  border: 1px solid #ccc;
  color: #000;
  -webkit-transition: background-color 0.4s ease-out;
  transition: background-color 0.4s ease-out;
  text-decoration: none;
  font-size: 12px;
}

@media screen and (max-width: 648px) {
  .hotel_information_bottom {
    width: 100%;
    margin: 0 auto;
    font-family: source-han-serif-japanese, serif;
    -webkit-font-feature-settings: "palt" 1;
            font-feature-settings: "palt" 1;
  }
  .hotel_information_bottom .contact_bt a {
    width: 180px;
    height: 28px;
    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;
    min-width: 50px;
    padding: 0 12.4444444444px;
    font-weight: 400;
    letter-spacing: 0.04em;
    border: 1px solid #ccc;
    color: #000;
    -webkit-transition: background-color 0.4s ease-out;
    transition: background-color 0.4s ease-out;
    text-decoration: none;
    font-size: 12px;
  }
}
.basic_info_section {
  width: 990px;
  margin: 0 auto;
}
.basic_info_section h4 {
  font-weight: 400;
  font-family: source-han-serif-japanese, serif;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}
.basic_info_section img {
  margin-top: 5px;
  margin-bottom: 12px !important;
}

.information_area {
  width: 990px;
  margin: 0 auto;
}
.information_area .info_title_area h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 0.36em;
  text-transform: uppercase;
  font-family: Cormorant Garamond, "游明朝", YuMincho, serif !important;
}
.information_area .info_title_area h5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.04em;
  font-family: Cormorant Garamond, "游明朝", YuMincho, serif !important;
}

.gray_bg {
  width: 100%;
  background: #f5f5f5;
}

.inner {
  width: 50%;
}
@media screen and (max-width: 648px) {
  .inner {
    width: 100%;
  }
}

@media screen and (max-width: 648px) {
  .shopname_section {
    text-align: center;
    padding: 15px 0 0;
    max-width: 100%;
    margin: 0 auto;
  }
  .shopname_section h1 {
    font-family: "source-han-serif-japanese", serif;
    line-height: 1.5;
    padding-top: 48px;
    padding-bottom: 60px;
  }
  .main {
    padding-top: 56px;
    width: 100%;
    height: 522px;
    min-height: 522px;
    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;
  }
  .rooms_section {
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
  }
  .rooms_section .heading {
    margin-bottom: 12px;
  }
  .rooms_section .heading h2 {
    font-size: 1.37rem;
    letter-spacing: 0.36em;
  }
  .rooms_section .heading p.sub {
    font-size: 0.83rem;
    letter-spacing: 0.04em;
    margin: 0;
  }
  .rooms_section .room_type_wrapper {
    width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
    margin: 30px 0;
  }
  .rooms_section .room_type_wrapper h3 {
    letter-spacing: 0.36em;
    font-size: 1.4rem;
  }
  .rooms_section .room_type_wrapper p.sub {
    font-size: 9px;
    margin: 0;
  }
  .rooms_section .room_wrapper .room_card {
    width: 100%;
    display: block;
    margin-bottom: 35px;
  }
  .rooms_section .room_wrapper .room_card .image {
    width: 100%;
    height: 316px;
    padding-right: 0;
    cursor: pointer;
  }
  .rooms_section .room_wrapper .room_card .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .rooms_section .room_wrapper .room_card .image .fullscreen_icon {
    bottom: 0;
    right: 0;
    width: 30px;
    height: 30px;
    background-color: rgba(117, 117, 117, 0.4);
  }
  .rooms_section .room_wrapper .room_card .image .fullscreen_icon svg {
    width: 14px;
    height: 14px;
    fill: currentColor;
    color: rgba(225, 225, 225, 0.7);
  }
  .rooms_section .room_wrapper .room_card .image:hover .fullscreen-icon {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); /* ホバー時に少し大きくなる */
  }
  .rooms_section .room_wrapper .room_card .info {
    width: 100%;
    margin: 0 auto;
    padding: 16px 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_wrapper .room_card .info .name {
    font-size: 1.25rem;
    line-height: 1.4;
    font-weight: 400;
  }
  .rooms_section .room_wrapper .room_card .info .sub {
    font-size: 0.91rem;
    line-height: 1.4;
    font-weight: 400;
  }
  .rooms_section .room_wrapper .room_card .info .description_detail {
    display: block;
  }
  .rooms_section .room_wrapper .room_card .info .description_detail .description ul li {
    font-size: 13.77px;
    font-weight: 500;
  }
  .rooms_section .room_wrapper .room_card .info .description_detail .detail_bt {
    margin-top: 16px;
    float: right;
  }
  .rooms_section .room_wrapper .room_card .price_reserve_area {
    display: block;
    padding: 20px 0 0;
  }
  .rooms_section .room_wrapper .room_card .price_reserve_area .price_area {
    display: block;
    text-align: left;
    width: 100%;
    margin-left: 0;
    font-size: 13.26px;
    line-height: 1.7142857143;
    letter-spacing: 0.04em;
    margin: 0;
  }
  .rooms_section .room_wrapper .room_card .price_reserve_area .price_area .price {
    font-size: 1.25rem;
    line-height: 1.1666666667;
    margin-left: 0;
    margin-right: 30px;
  }
  .rooms_section .room_wrapper .room_card .price_reserve_area .reserve_bt_area {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .rooms_section .room_wrapper .room_card .price_reserve_area .reserve_bt_area .reserve_bt {
    width: 100%;
    color: #FFFFFF;
    background-color: rgb(161, 118, 65);
    font-weight: 500;
    font-family: source-han-serif-japanese, serif;
    -webkit-font-feature-settings: "palt" 1;
            font-feature-settings: "palt" 1;
  }
  .rooms_section .room_wrapper .room_card .price_reserve_area .reserve_bt_area .reserve_bt a {
    color: #ffffff !important;
    font-weight: 500;
  }
  .restaurant_section,
  .hotel_information_section {
    width: 100%;
    margin: 0 auto;
    padding-top: 30px;
  }
  .restaurant_section .heading,
  .hotel_information_section .heading {
    margin-bottom: 30px;
    margin-top: 20px;
    margin-bottom: -13px;
  }
  .restaurant_section .heading h2,
  .hotel_information_section .heading h2 {
    font-size: 1.37rem;
    letter-spacing: 0.36em;
    padding: 0 20px;
  }
  .restaurant_section .heading p.sub,
  .hotel_information_section .heading p.sub {
    font-size: 0.83rem;
    letter-spacing: 0.04em;
    margin: 0;
    padding: 0 20px 0 10px;
  }
  .restaurant_section .restaurant_card,
  .hotel_information_section .restaurant_card {
    width: 100%;
    display: block;
    padding-top: 30px;
    padding-bottom: 24px;
    margin-bottom: 0;
  }
  .restaurant_section .restaurant_card .heading,
  .hotel_information_section .restaurant_card .heading {
    margin-bottom: 30px;
  }
  .restaurant_section .restaurant_card .image,
  .hotel_information_section .restaurant_card .image {
    margin-bottom: 24px;
  }
  .restaurant_section .restaurant_card .image img,
  .hotel_information_section .restaurant_card .image img {
    width: 100%;
    height: 204px;
  }
  .restaurant_section .restaurant_card .info,
  .hotel_information_section .restaurant_card .info {
    width: 100%;
  }
  .restaurant_section .restaurant_card .info h3,
  .hotel_information_section .restaurant_card .info h3 {
    font-size: 1.35rem;
    line-height: 1.2857142857;
  }
  .restaurant_section .restaurant_card .info p.description,
  .hotel_information_section .restaurant_card .info p.description {
    padding: 0 12px;
    font-size: 0.92rem;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0.08em;
    margin-top: 0;
    margin-bottom: 1.5em;
    color: #1a1a1a;
  }
  .restaurant_section .restaurant_card .info p.description strong,
  .hotel_information_section .restaurant_card .info p.description strong {
    font-weight: 600 !important;
  }
  .restaurant_section .restaurant_card .info .read_more_bt,
  .hotel_information_section .restaurant_card .info .read_more_bt {
    padding: 0 12px;
  }
  .restaurant_section .restaurant_card .info .read_more_bt a,
  .hotel_information_section .restaurant_card .info .read_more_bt a {
    margin: 0 auto;
    width: 80%;
    height: 48px;
    color: #FFFFFF;
    background-color: rgb(161, 118, 65);
    font-weight: 700;
    font-family: "游明朝", YuMincho, serif;
  }
  .restaurant_section .restaurant_card:last-child,
  .hotel_information_section .restaurant_card:last-child {
    margin-bottom: 54px;
  }
  .restaurant_section p.sub {
    padding: 0 20px !important;
  }
  .lounge_section,
  .spa_section,
  .tour_section {
    width: 100%;
    margin: 0 auto 40px auto;
    padding: 0 12px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .lounge_section .info,
  .spa_section .info,
  .tour_section .info {
    width: 100%;
    height: auto;
    padding: 25px 20px;
    font-family: Cormorant Garamond, "游明朝", YuMincho, serif;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .lounge_section .info .heading h3,
  .spa_section .info .heading h3,
  .tour_section .info .heading h3 {
    font-size: 5.62vw;
    letter-spacing: 0.36em;
    line-height: normal;
  }
  .lounge_section .info .heading .sub,
  .spa_section .info .heading .sub,
  .tour_section .info .heading .sub {
    font-size: 0.83rem;
    margin: 0;
  }
  .lounge_section .info .text,
  .spa_section .info .text,
  .tour_section .info .text {
    margin: 43px 0;
    font-size: 3.75vw;
    font-family: source-han-serif-japanese, serif;
    -webkit-font-feature-settings: "palt" 1;
            font-feature-settings: "palt" 1;
  }
  .lounge_section .info .read_more_bt,
  .spa_section .info .read_more_bt,
  .tour_section .info .read_more_bt {
    text-decoration: none;
    width: 234px;
    height: 32px;
    color: #FFFFFF;
    margin: 0 auto;
    font-weight: 500;
    background-color: rgb(161, 118, 65);
    caret-color: rgb(161, 118, 65);
    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 rgb(161, 118, 65);
  }
  .lounge_section .image,
  .spa_section .image,
  .tour_section .image {
    width: 100%;
    height: 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;
    overflow: hidden;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .lounge_section .image img,
  .spa_section .image img,
  .tour_section .image img {
    width: 100%;
  }
  .category-en_kanra_kyoto .lounge_section h3 {
    width: 70%;
  }
  .hotel_information_section {
    font-size: 3.75vw;
    padding: 60px 12px 32px;
    font-family: source-han-serif-japanese, serif;
  }
  .hotel_information_section .heading h3 {
    padding-left: 12px;
    font-size: 21.918px;
    font-weight: 400;
    letter-spacing: 0.36em;
    font-family: Cormorant Garamond, "游明朝", YuMincho, serif;
  }
  .hotel_information_section .info .l {
    width: 100%;
  }
  .hotel_information_section .shop_wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 40px;
    margin-bottom: 0px;
  }
  .hotel_information_section .shop_wrapper .image {
    position: relative;
    width: 100%;
    height: 366px;
  }
  .hotel_information_section .shop_wrapper .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .hotel_information_section .shop_wrapper .image .bt_area {
    position: absolute;
    bottom: 5px;
  }
  .hotel_information_section .shop_wrapper .image .bt_area a.access_bt {
    width: 145px;
    background-color: #FFFFFF;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
  }
  .hotel_information_section .shop_wrapper .info {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    padding-left: 0;
    padding-top: 70px;
    display: block;
  }
  .hotel_information_section .shop_wrapper .info .l, .hotel_information_section .shop_wrapper .info .r {
    width: 100%;
  }
  .hotel_information_section .shop_wrapper .info .hotel_name {
    font-size: 3.75vw;
  }
  .hotel_information_section .shop_wrapper .info .address, .hotel_information_section .shop_wrapper .info .description_area {
    font-size: 3.75vw;
    margin-bottom: 1rem;
    line-height: 1.5;
  }
  .hotel_information_section .shop_wrapper .info .check-time {
    margin-bottom: 0 !important;
  }
  .hotel_information_section .contact_bt a, .hotel_information_section .pdf_bt a {
    width: 190px;
    height: 34px;
  }
  .hotel_information_section .access_row {
    display: block;
  }
  .hotel_information_section .access_row .access_card {
    width: 100%;
    padding: 24px 0 0;
  }
  .hotel_information_section .access_row .access_card:first-child {
    padding-left: 0;
  }
  .hotel_information_section .access_row .access_card h5.access_title, .hotel_information_section .access_row .access_card .access_sub {
    text-align: left;
    font-weight: 500;
  }
  .hotel_information_section .access_row .access_card .access_text {
    padding: 16px 0 0;
  }
  .information_area {
    width: 100%;
    margin: 0 auto;
    padding: 60px 0;
  }
  .information_area .info_title_area h4 {
    font-size: 1.37rem;
    padding-left: 20px;
    margin-bottom: 0;
  }
  .information_area .info_title_area h5 {
    font-size: 0.83rem;
    padding-left: 20px;
    margin: 0;
    font-weight: 700;
  }
  .information_area ul {
    padding: 12px;
  }
  .information_area ul li a {
    display: grid;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding: 0;
  }
  .information_area ul li a .info_arrow {
    grid-area: 1/1/3/2;
    width: 44px;
  }
  .information_area ul li a .info_arrow svg {
    left: -40px;
  }
  .information_area ul li a .time {
    grid-area: 1/2/2/3;
    font-size: 14px;
  }
  .information_area ul li a .description {
    grid-area: 2/2/3/3;
    font-size: 0.92rem;
    font-weight: 500;
  }
  .message_gallery_section {
    width: 100%;
    margin: 0 auto;
  }
  .message_gallery_section .message_gallery_swiper {
    position: relative;
  }
  .message_gallery_section .main_area {
    width: 100%;
    height: 226px;
    margin: 0 auto;
  }
  .message_gallery_section .thums_area {
    width: 100%;
    max-width: 100%;
    min-height: 120px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 3.5px;
  }
  .message_gallery_section .thums_area > .swiper-wrapper {
    margin-top: 12px;
    padding: 0 0 40px 5px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 3.5px;
  }
  .message_gallery_section .thums_area .thums {
    margin-left: 0;
    width: 9% !important;
  }
  .message_gallery_section .all_view_bt_area {
    width: 100%;
    opacity: 1 !important;
  }
  .message_gallery_section .all_view_bt_area.for_pc {
    display: none !important;
  }
  .message_gallery_section .all_view_bt_area .paging_wrapper {
    display: block;
  }
  .message_gallery_section .all_view_bt_area .paging_wrapper .all_view_bt {
    width: 36px;
    height: 36px;
    font-size: 6px;
  }
  .message_gallery_section .swiper_button_container {
    position: relative;
    right: 0;
    bottom: 110px;
    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_section .swiper_button_container .message_gallery_swiper_button_prev, .message_gallery_section .swiper_button_container .message_gallery_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: 44px;
    height: 44px;
    color: #000;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: #fff;
    cursor: pointer;
  }
  .message_gallery_section .swiper_button_container .message_gallery_swiper_button_prev:hover, .message_gallery_section .swiper_button_container .message_gallery_swiper_button_next:hover {
    background-color: #eee;
  }
  .message_gallery_section .swiper_button_container .message_gallery_swiper_button_prev .swiper_icon, .message_gallery_section .swiper_button_container .message_gallery_swiper_button_next .swiper_icon {
    width: 12px;
    height: 12px;
    font-size: 12px;
    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;
  }
  .message_gallery_section .swiper_button_container .message_gallery_swiper_button_prev {
    left: 0;
    opacity: 0.3;
  }
  .message_gallery_section .swiper_button_container .message_gallery_swiper_button_prev:active {
    opacity: 1;
  }
  .message_gallery_section .swiper_button_container .message_gallery_swiper_button_next {
    right: 0;
    opacity: 0.3;
  }
  .message_gallery_section .swiper_button_container .message_gallery_swiper_button_next:active {
    opacity: 1;
  }
  .facility_area {
    width: 100%;
    margin: 0 auto 0 auto;
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 60px;
    display: block;
  }
  .facility_area .message_area {
    width: 100%;
    color: #000;
  }
  .facility_area .message_area .copy {
    font-size: 19.5px;
    line-height: 1.5;
    margin-top: 31px;
    margin-bottom: 35px;
  }
  .facility_area .message_area .description {
    width: 100%;
    font-size: 0.92rem;
    line-height: 2;
    font-weight: 500;
  }
  .facility_area .message_area .note {
    width: 100%;
    font-size: 0.85rem;
    line-height: 2;
    font-weight: 500;
  }
  .facility_area .kyoto_info {
    width: 100%;
    border-top: 1px solid rgba(0, 0, 0, 0.12);
    padding-top: 40px;
    margin-top: 40px;
  }
  .facility_area .kyoto_info .address {
    font-size: 14px;
    line-height: 2;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.04em;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 5px !important;
  }
  .facility_area .kyoto_info .access {
    font-size: 13px;
    line-height: 1.5;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.04em;
    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";
    font-weight: 500;
    color: #1a1a1a;
    margin-top: 11px;
    margin-bottom: 0 !important;
  }
  .facility_area .kyoto_info .facilities_area {
    margin-top: 50px;
  }
  .facility_area .kyoto_info .facilities_area img {
    width: 100%;
  }
  .basic_info_section {
    width: 100%;
    padding: 0 12px;
    margin: 0 auto;
    font-family: "source-han-sans-cjk-ja", sans-serif !important;
    color: #1a1a1a;
    font-size: 3.75vw;
  }
  .basic_info_section h4 {
    margin: 0 0 10px 0;
  }
  .basic_info_section p {
    font-family: source-han-serif-japanese, serif;
  }
  .basic_info_section img {
    width: 100%;
    margin: 0 0 35px 0;
  }
  .sns_area {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 14px;
    padding: 0 20px;
    padding-bottom: 85px !important;
  }
  .sns_area .sns_bt_black_thin {
    width: 175px !important;
    height: 39px !important;
    border: 1px solid #1a1a1a;
    margin-right: 0;
  }
  .sns_area .sns_bt_black_thin a {
    font-family: source-han-serif-japanese, serif;
    font-size: 17px !important;
    font-weight: 500;
  }
  .sns_area .sns_bt_black_thin .icon {
    width: 14px;
    height: 14px;
    margin-right: 10px;
    font-size: 15px;
  }
  .sns_area .sns_bt_black_thin i.tripadvisor_icon:before {
    margin-right: 10px;
  }
}
/* restaurant CSS */
.contents_btn a {
  text-decoration: none;
  font-family: source-han-serif-japanese, 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: black;
  border-radius: 2px;
}

.hanaroku_top {
  background-image: url(./../images/kanra_kyoto/kanra_kyoto_hanarokutop.jpg);
}

.kitchin_top {
  background-image: url(./../images/kanra_kyoto/kanra_kyoto_kitchintop.jpg);
}

.party_top {
  background-image: url(./../images/kanra_kyoto/kanra_kyoto_partytop.jpg);
}

.spa_top {
  background-image: url(./../images/kanra_kyoto/kanra_kyoto_spatop.jpg);
}

.lounge_top {
  background-image: url(./../images/kanra_kyoto/kanra_kyoto_loungetop.jpg);
}

.shop_top {
  background-image: url(./../images/kanra_kyoto/kanra_kyoto_shoptop.jpg);
}

.rium_top {
  background-image: url(./../images/kanra_kyoto/kanra_kyoto_riumtop.jpg);
}

.tour_top {
  background-image: url(./../images/kanra_kyoto/kanra_kyoto_tourtop.jpg);
}

.kanra_kyoto_restaurant_main,
.kanra_kyoto_spa_main,
.kanra_kyoto_facility_main {
  width: 100%;
  min-height: 720px;
  height: 720px;
  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;
}
.kanra_kyoto_restaurant_main img,
.kanra_kyoto_spa_main img,
.kanra_kyoto_facility_main img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.kanra_kyoto_restaurant_icon, .kanra_kyoto_spa_icon, .kanra_kyoto_facility_icon {
  position: relative;
  height: 90px;
}

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

.kanra_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;
}

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

.kanra_page_title h1 {
  padding-bottom: 18px;
  position: relative;
  font-family: Cormorant Garamond, serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 42px;
  letter-spacing: 0.24em;
}

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

.kanra_page_title_sub {
  margin-bottom: 8px;
  font-family: Cormorant Garamond, 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;
}

.kanra_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%;
}

.kanra_child_concept h2 {
  padding: 32px 0;
  border-top: solid 1px #333333;
  font-family: source-han-serif-japanese, serif;
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.kanra_child_concept p {
  margin: 0;
  font-family: source-han-serif-japanese, serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: #1a1a1a;
  font-size: 16px;
  letter-spacing: 1.024px;
  line-height: 1.5;
  font-weight: 400;
}

.food_top {
  margin-top: 100px;
}

.facility_menu,
.food_menu,
.spa_menu {
  margin: 0 120px;
  padding: 12px 0;
}

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

.facility_menu a {
  color: #005275;
  -webkit-text-decoration: solid underline #000000 1px;
          text-decoration: solid underline #000000 1px;
  line-height: 1.5;
}

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

.facility_menu_text {
  margin: 36px auto 76px;
  padding: 0;
}

.facility_menu_text h4 {
  font-family: source-han-serif-japanese, serif !important;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}

.facility_menu_text p {
  margin: 0;
  font-family: source-han-serif-japanese, serif !important;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  font-size: 14.625px;
  line-height: 1.5;
  font-weight: 400;
  word-break: break-all;
}

.pic_txt {
  margin-top: 16px;
  margin-bottom: 0;
  font-family: source-han-serif-japanese, serif;
}

.child_basic_section {
  width: 990px;
  margin: 0 auto;
}
.child_basic_section.narrow {
  width: 750px !important;
}

.restaurant_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_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;
  gap: 24px;
  padding-bottom: 12px;
}

.space_bottom {
  margin-bottom: 150px;
}

.kanra_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;
}

.kanra_child_item_left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40.4%;
          flex: 0 0 40.4%;
  max-width: 0 0 40.4%;
}
.kanra_child_item_left p a {
  color: #a17641;
  -webkit-text-decoration: solid underline #000000 1px;
          text-decoration: solid underline #000000 1px;
  font-weight: 700;
  line-height: 1.5;
}

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

.kanra_child_item_left h3,
.kanra_child_item_right h3 {
  margin-top: 140px;
  padding: 18px 0 40px;
  font-family: source-han-serif-japanese, serif;
  border-width: 0.5px;
  border-top: solid 1px #000000;
  font-size: 20px;
  font-weight: 400;
}

.restaurant_menu {
  padding-left: 0 !important;
  margin-top: 48px !important;
}

.restaurant_menu li a:hover {
  text-decoration: none;
}

.kanra_txt_link {
  margin: 0;
  font-family: source-han-serif-japanese, serif;
  -webkit-text-decoration: solid underline #000000 1px;
          text-decoration: solid underline #000000 1px;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.08em;
}

.kanra_txt_link:hover {
  text-decoration: none !important;
}

.txt_gold {
  color: #a17641;
}

.txt_blue {
  color: #005275;
}

.kanra_about_section p {
  margin: 0;
  font-size: 16px;
  letter-spacing: 0.064em;
  font-weight: 500;
}

.info_blue {
  color: #001741;
}

.footer_section {
  background-color: #FFFFFF;
}

.reserve_button_area {
  text-align: center;
  margin: 45px auto;
}

.reserve_button_area a, .reserve_button_area_gallery a {
  width: 178px;
  height: 80px;
  margin: 65px auto 35px;
  text-decoration: none;
  font-family: source-han-serif-japanese, 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: #a17641;
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 700;
}
.reserve_button_area a.phone_number, .reserve_button_area_gallery a.phone_number {
  display: block;
  height: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  margin: auto;
  text-decoration: none;
  font-family: source-han-serif-japanese, serif;
  text-decoration: none;
  color: inherit;
  background-color: transparent;
  font-size: 2.25rem;
  font-weight: 500;
  letter-spacing: 0.08em;
}
.reserve_button_area a.phone_number:hover, .reserve_button_area_gallery a.phone_number:hover {
  background-color: transparent !important;
}

.reserve_button_area a:hover, .reserve_button_area_gallery a:hover {
  background-color: #A88150;
}

.btn_l {
  width: 273px !important;
}
@media screen and (max-width: 648px) {
  .btn_l {
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
    padding: 0 20px;
  }
}

.reserve_button_area p, .reserve_button_area_gallery p {
  font-family: source-han-serif-japanese, 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-serif-japanese, serif;
  color: #1a1a1a;
  font-size: 16px;
  font-weight: 700;
}

.news_base .contents_btn .category-subcategories a {
  font-family: source-han-serif-japanese, serif;
}

.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, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
.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 .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 .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 .modal_container .modal_content .modal_body .section_container .section_content .section_body .room_info > ul {
  margin: 0;
}
.info_modal .modal_container .modal_content .modal_body .section_container .section_content .section_body .room_info ul {
  margin-top: 11px;
  list-style: none;
  padding: 0;
}
.info_modal .modal_container .modal_content .modal_body .section_container .section_content .section_body .section_body_text {
  margin: 0;
}
.info_modal .modal_container .modal_content .modal_body .section_container .section_content .section_body .section_body_text > a {
  color: inherit;
}
.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 {
  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%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.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: 40px;
  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: 40px;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 4px;
}
.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) {
  .child_basic_section {
    width: 100% !important;
    margin: 0;
  }
  .child_basic_section.narrow {
    width: 100% !important;
  }
  .kanra_kyoto_restaurant_main, .kanra_kyoto_spa_main, .kanra_kyoto_facility_main {
    width: 100%;
    height: 390px;
    min-height: 390px;
    max-height: 99.37vw;
    background-size: cover;
    background-position: center center;
  }
  .kanra_kyoto_restaurant_icon, .kanra_kyoto_spa_icon, .kanra_kyoto_facility_icon {
    position: relative;
    height: 120px;
    margin: 0;
    padding-left: 28px;
  }
  .main_icon {
    width: 100%;
    position: absolute;
    z-index: 2;
    height: 44.5vw;
    max-width: 44.5vw;
    margin-top: -25%;
    padding-left: 0;
  }
  .kanra_page_title {
    padding: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .kanra_page_title h1 {
    font-size: 24px;
    padding-bottom: 20px;
  }
  .kanra_page_title h1:after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 1px #000000;
    bottom: -3px;
    width: 7%;
  }
  .kanra_page_title_sub {
    margin-bottom: 0;
    font-size: 3.12vw;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.04em;
  }
  .facility_theme {
    font-size: 5.625vw;
    -webkit-font-feature-settings: "palt" 1;
            font-feature-settings: "palt" 1;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: 0.08em;
  }
  .kanra_restaurant_theme {
    font-size: 5.625vw;
    -webkit-font-feature-settings: "palt" 1;
            font-feature-settings: "palt" 1;
  }
  .kanra_child_concept {
    padding: 0;
    margin-left: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .kanra_child_concept h2 {
    padding: 24px 0;
    font-size: 5vw;
  }
  .kanra_child_concept p {
    font-size: 3.75vw;
  }
  .kanra_concept_section {
    padding: 0 28px;
  }
  .kanra_child_item_left, .kanra_child_item_right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding: 20px 28px;
  }
  .kanra_child_item_left h3, .kanra_child_item_right h3 {
    margin-top: 6px;
    padding: 24px 0 35px;
    border-width: 0.5px;
    border-top: solid 1px #000000;
    font-size: 20px;
    font-weight: 400;
  }
  .kanra_about_section p {
    margin: 0;
    font-family: source-han-serif-japanese, serif;
    font-size: 3.75vw;
    letter-spacing: 1.024px;
    margin-bottom: 20px !important;
  }
  .kanra_about_section ul {
    margin: 24px auto 0;
    padding-left: 0;
    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: 32px;
  }
  .facility_menu {
    padding: 12px 0;
    margin: 0 !important;
  }
  .facility_menu_img {
    width: 100% !important;
    height: 250px !important;
    max-height: 375px;
  }
  .facility_menu_text {
    margin: 20px auto 35px;
    padding: 0 28px;
  }
  .facility_menu_text h4 {
    font-family: source-han-serif-japanese, serif !important;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 700;
  }
  .category-en_kanra_kyoto_facilities .facility_menu_text h4 {
    font-family: source-han-serif-japanese, serif !important;
    font-size: 14.625px;
    line-height: 1.5;
    font-weight: 500;
  }
  .facility_menu_text p {
    margin: 0;
    font-family: source-han-serif-japanese, serif !important;
    font-size: 14.625px;
    font-weight: 400;
  }
  .reserve_button_area {
    text-align: center;
    margin: 0 auto;
    padding-bottom: 50px;
  }
  .reserve_button_area a {
    font-size: 18px;
    margin: 30px auto 12px;
  }
  .reserve_button_area p {
    font-size: 8.75vw;
    line-height: 1.185;
  }
  .reserve_button_area p span {
    font-size: 10px;
    margin-bottom: 16px;
  }
}
.message_gallery_swiper {
  position: relative;
}
.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;
}
.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;
}

@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;
  }
  .info_modal .modal_container .modal_content {
    border-radius: 16px;
    margin: 0 auto;
    width: 88%;
    max-height: 90vh;
    max-width: 390px;
  }
  .info_modal .modal_container .modal_content .modal_header {
    padding: 12px 16px 0;
    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: 50px;
    font-weight: 300;
    line-height: 1;
  }
  .info_modal .modal_container .modal_content .modal_body {
    padding: 32px 12px;
  }
  .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: 0.76rem;
    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.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 {
    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;
  }
  .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 {
    width: 87.6%;
  }
  .swiper_modal .modal_container .modal_content {
    width: 100%;
    height: 224px !important;
    max-width: 100%;
  }
  .swiper_modal .modal_container .modal_content .close_btn {
    top: 5px;
  }
  .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: 44px;
    height: 44px;
  }
  .swiper_modal .modal_container .modal_thums_area {
    width: 100%;
    max-width: 100%;
    margin-top: 8px;
  }
  .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: 64px;
    height: 40px;
  }
  .swiper_modal .modal_container .modal_thums_area .modal_thums.swiper-slide-thumb-active::after {
    width: 80px;
    height: 40px;
  }
  .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);
  }
  .basic_swiper {
    position: relative;
  }
  .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: 44px;
    height: 44px;
    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: 10px;
    height: 10px;
    font-size: 10px;
  }
  .basic_swiper .basic_swiper_button_prev {
    left: 0;
  }
  .basic_swiper .basic_swiper_button_next {
    right: 0;
  }
  .sp_mt4 {
    margin-top: 40px !important;
  }
}
.qa_container {
  font-family: "Source Serif 4", serif;
  width: 100%;
  margin: 160px auto 136px;
  max-width: 990px;
  padding: 0;
}
.qa_container .qa_category + .qa_category {
  margin-top: 160px;
}
.qa_container .qa_title {
  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;
}
@media screen and (max-width: 648px) {
  .qa_container .qa_list .qa_details .qa_details_summary {
    display: block;
  }
}
.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:hover {
  cursor: pointer;
  opacity: 0.8;
}
.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;
  margin-right: 25px;
  line-height: 1;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 648px) {
  .qa_container .qa_list .qa_details .qa_details_summary .qa_question {
    font-size: 5.62vw;
  }
}
.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;
}
@media screen and (max-width: 648px) {
  .qa_container .qa_list .qa_details .qa_details_summary .qa_icon {
    width: 12px;
    height: 12px;
    right: 20px;
  }
}
.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;
}
@media screen and (max-width: 648px) {
  .qa_container .qa_list .qa_details_content p.qa_answer {
    font-size: 5.62vw;
    margin-bottom: 15px;
  }
}

.narrow {
  width: 750px !important;
  margin: auto;
}

#header {
  color: #000000 !important;
  background: #FFFFFF;
}
#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;
}

@media screen and (max-width: 648px) {
  #nav .menu_item_has_children > a.open:first-of-type {
    background: rgba(0, 0, 0, 0.06);
  }
}
@media only screen and (max-width: 648px) {
  #header {
    background-color: #f5f5f5;
    -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;
  }
  #header #menu_btn {
    font-family: "游ゴシック", "YuGothic", sans-serif;
  }
  #nav {
    padding: 0;
    max-height: 100%;
  }
  #nav #menu_submenu_btn .menu_trigger span {
    background-color: #fff;
  }
  #nav .nav {
    margin-top: 0;
  }
  #nav .langage_area.for_sp {
    margin-bottom: 10px;
  }
  .menu_logo.for_sp {
    height: 150px;
    margin: 8px 16px;
    position: relative;
    background-image: url(../assets/images/kanra_kyoto/kanra_kyoto_mobile_menu_bg.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: 50%;
  }
  .menu_logo.for_sp img {
    position: absolute;
    top: 65%;
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
    left: 50%;
    width: 250px;
  }
  #nav li a {
    font-family: 游明朝, YuMincho, serif !important;
    font-weight: 100;
    letter-spacing: 0.12em;
  }
  .mdi-chevron-down::before {
    opacity: 0.54 !important;
  }
  .langage_item {
    width: 192px;
  }
  .langage_item a {
    font-family: "Old Standard TT", serif !important;
  }
}/*# sourceMappingURL=kanraKyoto.css.map */