@charset "UTF-8";
@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");
.yuen_shinjuku {
  font-family: source-han-serif-japanese, serif;
  -webkit-font-smoothing: antialiased;
}

.yuen_shinjuku_main {
  width: 100%;
  height: 800px;
  max-height: 800px;
  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;
}
.yuen_shinjuku_main .image {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  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;
}
.yuen_shinjuku_main .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.yuen_shinjuku_main h1 {
  text-indent: -9999px;
  width: 180px;
  height: 409px;
  background: url("../assets/images/yuen_shinjuku/yuen_shinjuku_name_image.png") no-repeat 50%;
  display: block;
  background-size: contain;
  position: absolute;
  z-index: 10;
}

.yuen_shinjuku_bg {
  background: #2b2943;
}

.shopname_section {
  text-align: center;
  padding: 65px 0;
  max-width: 990px;
  margin: 0 auto;
  font-family: source-han-serif-japanese, serif;
  font-weight: 500;
}
.shopname_section h2 {
  color: #FFFFFF;
  margin-bottom: 55px;
  font-family: source-han-serif-japanese, serif;
  letter-spacing: 0.24em;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.8;
}
.shopname_section h2 .japanese {
  font-size: 18px;
  line-height: 2;
}

.message_section {
  max-width: 1150px;
  width: 100%;
  padding: 0 0 223px;
}
.message_section .gallery {
  width: 100%;
}
.message_section .gallery img {
  width: 100%;
  height: 226px;
}
.message_section .gallery .thumbnail_area {
  max-width: 620px;
  height: 28px;
  margin: 16px 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.message_section .gallery .thumbnail_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_section .gallery .thumbnail_area .thums:last-child {
  margin-right: 0;
}
.message_section .gallery .thumbnail_area .thums img {
  height: 100%;
  width: auto;
  display: block;
}
.message_section .gallery .all_view_bt_area {
  width: 100%;
  display: block;
  padding-top: 40px;
}
.message_section .gallery .all_view_bt_area .all_view_bt {
  margin: 0 auto !important;
  width: 200px;
  height: 32px;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
  font-family: "游明朝", YuMincho, serif !important;
  font-size: 14px;
}
.message_section .message_info_area {
  padding-top: 65px;
  max-width: 990px;
  width: 100%;
  color: #FFFFFF;
}
.message_section .message_info_area .message_area {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
.message_section .message_info_area .message_area h2 {
  line-height: 1.5rem;
  letter-spacing: 0.24em;
  width: 18px;
}
.message_section .message_info_area .message_area p {
  letter-spacing: 0.12em;
  line-height: 2.45;
  font-family: "source-han-serif-japanese", serif;
}
.message_section .message_info_area .message_area_en {
  width: 493px;
  font-family: mrs-eaves, source-han-serif-japanese, serif;
  padding-top: 20px;
}
@media screen and (max-width: 648px) {
  .message_section .message_info_area .message_area_en {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
.message_section .message_info_area .message_area_en h2 {
  font-size: 20px;
  font-weight: 400;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.2em;
  line-height: 2 !important;
  text-transform: uppercase;
}
@media screen and (max-width: 648px) {
  .message_section .message_info_area .message_area_en h2 {
    font-size: 5.62vw;
    letter-spacing: 0.24em;
    font-weight: 500;
  }
}
.message_section .message_info_area .message_area_en p {
  font-size: 14px;
  letter-spacing: 0.12em;
  line-height: 2rem !important;
}
@media screen and (max-width: 648px) {
  .message_section .message_info_area .message_area_en p {
    font-size: 3.75vw !important;
    line-height: 2;
    letter-spacing: 0.12em;
  }
}
.message_section .message_info_area .message_area_en p.sub_title {
  line-height: 3;
}
.message_section .message_info_area .message_area_en .exlight {
  padding: 50px 0 0;
}
.message_section .message_info_area .info_right {
  -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) {
  .message_section .message_info_area .info_right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
.message_section .message_info_area .info_bar {
  border-top: 1px solid #FFFFFF;
  width: 70%;
  height: 1px;
  display: block;
  margin: 40px 0;
}
.message_section .message_info_area .address {
  line-height: 2;
  letter-spacing: 0.08em;
}
.message_section .message_info_area .address p {
  margin: 0;
}
.message_section .message_info_area .tel {
  line-height: 1.4;
  letter-spacing: 0.08em;
}
.message_section .message_info_area .facility {
  width: 400px;
  height: 93px;
  display: block;
}
.message_section .message_info_area .facility img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.message_gallery_section {
  width: 100%;
  margin: 0 auto;
}
.message_gallery_section .main_area {
  width: 100%;
  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 transparent;
  color: #FFFFFF;
  font-family: "游明朝", YuMincho, serif !important;
  font-size: 14px;
  letter-spacing: 0.0892857143em;
}

.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;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.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 {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.message_gallery_thums_swiper .swiper-wrapper {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.heading-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.heading-wrap .title_line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  width: 1px;
  background-color: #fff;
  margin-bottom: 10px;
}

.yuen_shinjuku_room {
  width: 100%;
  background: #323148;
  color: #FFFFFF;
  padding-bottom: 120px;
}
.yuen_shinjuku_room .room_container {
  width: 990px;
}
.yuen_shinjuku_room .room_container h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.1052631579;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  line-height: 1.1052631579;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.yuen_shinjuku_room .room_container .sub_title {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 16px;
  margin-top: 110px;
  margin-right: 5px;
}

.rooms {
  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;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.rooms .room_card {
  width: 314px;
  border-top: 1px solid #FFFFFF;
  padding: 32px 0 0 0;
  margin-bottom: 80px;
}
.rooms .room_card h3 {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
.rooms .room_card .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 .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 .room_card .image .fullscreen_icon svg {
  width: 12px;
  height: 12px;
  fill: currentColor;
  color: #fff;
}
.rooms .room_card .image img {
  height: 100%;
}
.rooms .room_card .image:hover .fullscreen_icon {
  -webkit-transform: scale(1.1);
          transform: scale(1.1); /* ホバー時に少し大きくなる */
}
.rooms .room_card p {
  font-size: 14px;
  line-height: 1.7142857143;
  letter-spacing: 0.04em;
  font-weight: 200;
}
.rooms .room_card p.small {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.08em;
  margin-top: 0;
  margin-bottom: 32px;
}
.rooms .room_card .bt_area {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.rooms .room_card .bt_area .room_more_bt {
  border-color: rgba(255, 255, 255, 0.3) !important;
}
.rooms .room_card .price_area {
  width: 100%;
  padding: 8px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #2b2943;
  margin-top: 20px;
}
.rooms .room_card .price_area p {
  margin: 0;
  font-weight: 400;
}

.transportation_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  line-height: 1.7142857143;
  letter-spacing: 0.04em;
}
.transportation_area .how_to_card {
  width: 33%;
  padding: 12px 20px;
  font-size: 14px;
  line-height: 1.71;
  letter-spacing: 0.04em;
}
.transportation_area .how_to_card .transport_heading {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 15px;
}
.transportation_area .how_to_card ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
}

.onsen_area {
  width: 990px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.onsen_area .heading-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.onsen_area .heading-wrap .heading-line-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 180px;
  width: 1px;
  background-color: #1a1a1a;
  margin-bottom: 10px;
}
.onsen_area .heading-wrap .heading-line-bottom {
  height: 100%;
  width: 1px;
  margin-top: 10px;
  background-color: #1a1a1a;
}
.onsen_area h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.1052631579;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  line-height: 1.1052631579;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.onsen_area .sub_title {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 16px;
  margin-top: 110px;
  margin-right: 5px;
  padding-top: 10px;
}
.onsen_area .onsen_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 150px;
}
.onsen_area .onsen_box .onsen_info.en_area {
  padding-right: 50px;
}
.onsen_area .onsen_box .onsen_info p {
  margin-top: 0;
  line-height: 2;
  letter-spacing: 0.08em;
}

.restaurant_area {
  width: 990px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  padding-bottom: 150px;
}
.restaurant_area .heading-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.restaurant_area .heading-wrap h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.1052631579;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  line-height: 1.1052631579;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.restaurant_area .heading-wrap .sub_title {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 16px;
  margin-top: 138px;
  margin-right: 5px;
  padding-top: 10px;
}
.restaurant_area .heading-wrap .heading-line-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 138px;
  width: 1px;
  background-color: #1a1a1a;
  margin-bottom: 10px;
}
.restaurant_area .restaurant_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 150px;
}
.restaurant_area .restaurant_box .restaurant_info.en_area {
  padding-right: 50px;
}
.restaurant_area .restaurant_box .restaurant_info p {
  margin-top: 0;
  line-height: 2;
  letter-spacing: 0.08em;
}

.access_area {
  width: 990px;
  color: #FFFFFF;
}
.access_area .map img {
  width: 1014px;
  margin-left: -12px;
  margin-bottom: 10px;
}
.access_area .map .to_map_bt_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  width: 1014px;
  margin-left: -12px;
}

.to_all_view_bt_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.access_heading {
  width: 990px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-bottom: 90px;
}
.access_heading .heading-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.access_heading .heading-wrap h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.1052631579;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  line-height: 1.1052631579;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.access_heading .heading-wrap .sub_title {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 16px;
  margin-top: 100px;
  margin-right: 5px;
  padding-top: 10px;
}
.access_heading .heading-wrap .title_line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  width: 1px;
  background-color: #FFFFFF;
  margin-bottom: 10px;
}

.info_area {
  width: 1014px;
  padding-top: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #FFFFFF;
}
.info_area .l {
  width: 50%;
  padding: 12px 100px 12px 20px;
}
.info_area .r {
  width: 50%;
}
.info_area .r ul {
  list-style: none;
  margin: 0 0 8px 0;
  padding: 0;
}
.info_area .r ul li {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.12em;
}
.info_area .usage_time p {
  line-height: 1.75;
  letter-spacing: 0.04em;
}
.info_area .usage_credit {
  margin-bottom: 35px;
}
.info_area .another p {
  line-height: 1.75;
  letter-spacing: 0.04em;
}

.news_base .contents_btn {
  background-color: rgba(255, 255, 255, 0.9);
  border-top: 1px solid #e5e5e5;
}

.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;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
.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;
  color: #000;
  padding: 0;
  border-radius: 10px;
  width: 100%;
  max-height: 90vh;
  max-width: 920px;
  overflow: hidden;
}
.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 .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_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);
}

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

/* トップページSP対応 */
@media screen and (max-width: 648px) {
  .yuen_shinjuku_main {
    width: 100%;
    height: 522px;
    max-height: 522px;
  }
  .yuen_shinjuku_main h1 {
    width: 100%;
    height: 100%;
    max-height: 220px;
  }
  .yuen_shinjuku_bg {
    margin-top: -2px;
  }
  .shopname_section {
    text-align: center;
    padding-top: 41px;
    padding-bottom: 37px;
    max-width: 100%;
    margin: 0 auto;
  }
  .shopname_section h2 {
    margin-bottom: 42px;
    font-family: mrs-eaves, source-han-serif-japanese, serif;
    color: #FFFFFF;
    font-weight: 600;
    letter-spacing: 3.84px;
    -webkit-font-feature-settings: "palt" 1;
    font-feature-settings: "palt" 1;
    font-size: 4.375vw;
    line-height: 1;
  }
  .shopname_section h2 .japanese {
    font-size: 3.75vw;
    line-height: 1;
  }
  .message_section {
    max-width: 100%;
    width: 100%;
    padding: 0 0 108px;
  }
  .message_section .gallery {
    width: 100%;
  }
  .message_section .gallery img {
    width: 100%;
    height: 226px;
  }
  .message_section .gallery .thumbnail_area {
    max-width: 620px;
    height: 28px;
    margin: 16px 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .message_section .gallery .thumbnail_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_section .gallery .thumbnail_area .thums:last-child {
    margin-right: 0;
  }
  .message_section .gallery .thumbnail_area .thums img {
    height: 100%;
    width: auto;
    display: block;
  }
  .message_section .gallery .all_view_bt_area {
    width: 100%;
    display: block;
    padding-top: 40px;
  }
  .message_section .gallery .all_view_bt_area .all_view_bt {
    margin: 0 auto !important;
    width: 200px;
    height: 32px;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    font-family: "游明朝", YuMincho, serif !important;
    font-size: 14px;
  }
  .message_section .message_info_area {
    display: block !important;
    padding-top: 72x;
    padding-left: 32px;
    padding-right: 32px;
    max-width: 100%;
    width: 100%;
    color: #FFFFFF;
  }
  .message_section .message_info_area .message_area {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
  }
  .message_section .message_info_area .message_area p.sub_title {
    display: none;
  }
  .message_section .message_info_area .message_area .exlight {
    padding: 4px 0 0;
  }
  .message_section .message_info_area .message_area h2 {
    width: 100%;
    font-size: 1.37rem !important;
    line-height: 1.33;
    letter-spacing: 0.04em;
  }
  .message_section .message_info_area .message_area p {
    margin-top: 24px !important;
    margin-bottom: 0;
    width: 100%;
    font-family: source-han-serif-japanese, serif, mrs-eaves;
    line-height: 2;
    font-size: 3.75vw;
    letter-spacing: 0.04em;
  }
  .message_section .message_info_area .info_bar {
    border-top: 1px solid #FFFFFF;
    width: 100%;
    height: 1px;
    display: none;
    margin: 40px 0;
  }
  .message_section .message_info_area .address {
    border-top: solid 1px #FFFFFF;
    font-family: source-han-serif-japanese, serif, mrs-eaves;
    line-height: 2;
    letter-spacing: 0.08em;
    margin-top: 20px;
    padding-top: 34px;
  }
  .message_section .message_info_area .address p {
    margin: 0;
    line-height: 2;
  }
  .message_section .message_info_area .tel {
    margin-bottom: 30px !important;
    line-height: 1.2;
    letter-spacing: 0.08em;
  }
  .message_section .message_info_area .tel p {
    margin: 0;
    font-weight: 500 !important;
  }
  .message_section .message_info_area .facility {
    width: 100%;
    height: 82px;
  }
  .heading-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin-bottom: 40px !important;
  }
  .heading-wrap .title_line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100px;
    width: 1px;
    background-color: #FFFFFF;
    margin-bottom: 10px;
  }
  .yuen_shinjuku_room {
    width: 100%;
    padding-bottom: 8px;
  }
  .yuen_shinjuku_room .room_container {
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }
  .yuen_shinjuku_room .room_container h2 {
    font-size: 26px !important;
  }
  .yuen_shinjuku_room .room_container .sub_title {
    font-size: 3.75vw;
    margin-top: 110px;
  }
  .rooms {
    display: block;
  }
  .rooms .room_card {
    width: 100%;
    padding: 32px 0 0 0;
    margin-bottom: 60px;
  }
  .rooms .room_card h3 {
    font-size: 14.625px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.08em;
  }
  .rooms .room_card p {
    font-weight: 500;
    margin-bottom: 20px;
    font-size: 13.377px;
    line-height: 1.5;
  }
  .rooms .room_card p.small {
    margin-bottom: 32px !important;
  }
  .rooms .room_card .image {
    height: 236px;
  }
  .rooms .room_card .image .fullscreen_icon svg {
    width: 15px;
    height: 15px;
    opacity: 0.7;
  }
  .rooms .room_card .image img {
    width: 100%;
  }
  .rooms .room_card .image:hover .fullscreen_icon {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); /* ホバー時に少し大きくなる */
  }
  .rooms .room_card .price_area {
    width: 155px;
    display: block;
    margin-top: 20px;
  }
  .rooms .room_card .bt_area .room_more_bt {
    width: 120px;
    min-width: 64px;
    height: 32px;
    padding: 0 16px;
    margin: -1px 0 40px;
  }
  .rooms .room_card .reserve_area a.reserve_bt {
    width: 100%;
    line-height: 1;
    height: 36px;
  }
  .transportation_area {
    display: block;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    line-height: 1.7142857143;
    letter-spacing: 0.04em;
    margin-top: 58px;
  }
  .transportation_area .how_to_card {
    width: 100%;
    padding: 12px 20px 36px;
    font-weight: 500 !important;
  }
  .transportation_area .how_to_card h3 {
    font-weight: 500 !important;
  }
  .transportation_area .how_to_card ul {
    letter-spacing: 0.04em;
    font-weight: 500 !important;
  }
  .transportation_area .how_to_card p {
    font-size: 14.625px !important;
  }
  .onsen_area {
    width: 100%;
    display: block;
    padding-top: 0;
  }
  .onsen_area .heading-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    padding-right: 24px;
    margin-bottom: 35px !important;
  }
  .onsen_area .heading-wrap .heading-line-top {
    height: 60px;
    width: 1px;
    margin-bottom: 10px;
  }
  .onsen_area .heading-wrap .heading-line-bottom {
    display: none;
  }
  .onsen_area h2 {
    font-size: 26px !important;
  }
  .onsen_area .sub_title {
    margin-top: 70px;
    font-size: 3.75;
    font-family: "source-han-serif-japanese", serif;
  }
  .onsen_area .onsen_box {
    display: block;
    padding: 0 24px;
  }
  .onsen_area .onsen_box .image {
    width: 100%;
    margin-right: 0 !important;
  }
  .onsen_area .onsen_box .image img {
    width: 100%;
  }
  .onsen_area .onsen_box .onsen_info {
    width: 100%;
    margin-right: 0;
    padding: 12px auto;
  }
  .onsen_area .onsen_box .onsen_info.en_area {
    padding-right: unset;
  }
  .onsen_area .onsen_box .onsen_info p {
    margin-top: 14px;
    font-size: 0.9rem !important;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0.08em;
    margin-bottom: 11px !important;
  }
  .onsen_area .onsen_box .onsen_info .black_line_more_bt {
    width: 100%;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .restaurant_area {
    width: 100%;
    display: block;
    padding-top: 46px;
    padding-bottom: 40px;
  }
  .restaurant_area .heading-wrap {
    padding-right: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .restaurant_area .heading-wrap h3 {
    font-size: 20px;
    font-weight: 400;
    line-height: 2;
  }
  .restaurant_area .heading-wrap h3span {
    margin-top: 20px;
  }
  .restaurant_area .heading-wrap h2 {
    font-size: 26px !important;
  }
  .restaurant_area .heading-wrap .sub_title {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    font-size: 3.75vw;
    margin-top: 60px;
  }
  .restaurant_area .heading-wrap .heading-line-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    width: 1px;
    background-color: #1a1a1a;
    margin-bottom: 10px;
  }
  .restaurant_area .restaurant_box {
    padding: 20px 24px;
    display: block;
    padding-top: 0;
  }
  .restaurant_area .restaurant_box .restaurant_info {
    width: 100%;
    margin-right: 0;
  }
  .restaurant_area .restaurant_box .image {
    width: 100%;
    height: 228px;
    min-height: 228px;
    margin-right: 0 !important;
  }
  .restaurant_area .restaurant_box .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .restaurant_area .restaurant_box .restaurant_info {
    width: 100%;
    margin-right: 0;
  }
  .restaurant_area .restaurant_box .restaurant_info.en_area {
    padding-right: unset;
  }
  .restaurant_area .restaurant_box .restaurant_info h3 {
    margin-top: 12px;
    margin-bottom: 18px !important;
    font-size: 1.22rem !important;
    line-height: 2.5;
    font-family: source-han-serif-japanese, serif;
    -webkit-font-feature-settings: "palt" 1;
            font-feature-settings: "palt" 1;
    font-weight: 200 !important;
  }
  .restaurant_area .restaurant_box .restaurant_info p {
    margin-top: -19px;
    font-size: 0.9rem !important;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0.08em;
  }
  .restaurant_area .restaurant_box .restaurant_info .black_line_more_bt {
    width: 100%;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .access_area {
    width: 100%;
    color: #FFFFFF;
  }
  .access_area .map {
    width: 100%;
    height: 390px;
  }
  .access_area .map img {
    width: 100%;
    height: 100%;
    margin: 0;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .access_area .map .to_map_bt_area {
    margin-top: 12px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    margin-left: 0;
  }
  .access_area .map .to_map_bt_area .to_map_bt {
    margin: 0;
    width: 128px;
    height: 34px;
    font-size: 13.5px !important;
  }
  .to_all_view_bt_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
  .access_heading {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin-bottom: 0px;
    padding-right: 24px !important;
  }
  .access_heading .heading-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .access_heading .heading-wrap h2 {
    font-size: 26px !important;
  }
  .access_heading .heading-wrap .sub_title {
    font-size: 3.75vw;
    margin-top: 100px;
    font-family: "source-han-serif-japanese", serif;
    font-weight: 500;
    line-height: 2.25;
    letter-spacing: 0.16em;
  }
  .access_heading .heading-wrap .title_line {
    height: 100px;
    width: 1px;
  }
  .info_area {
    width: 100%;
    padding-top: 30px;
    display: block;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    color: #FFFFFF;
  }
  .info_area .usage_time p {
    font-size: 0.9rem;
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: 0.04em;
  }
  .info_area .usage_credit {
    margin-bottom: 28px;
  }
  .info_area .usage_credit p {
    margin: 0;
    font-weight: 500;
  }
  .info_area .l {
    width: 100%;
    padding: 8px 20px;
  }
  .info_area .l h2 {
    font-size: 22px;
    margin-bottom: 6px !important;
  }
  .info_area .r {
    width: 100%;
    padding: 0 20px;
  }
  .info_area .r ul {
    list-style: none;
    margin: 0 0 8px 0;
    padding: 0;
  }
  .info_area .r ul li {
    font-size: 14.625px;
    line-height: 1.75;
    letter-spacing: 0.12em;
    font-weight: 500;
  }
  .info_area .r .info_bt_white {
    margin-left: auto;
  }
  .info_area .another p {
    font-size: 14.625px !important;
    font-weight: 500 !important;
    line-height: 1.75;
    letter-spacing: 0.04em;
  }
  .sns_area {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 14px;
    padding: 42px 20px 46px;
  }
  .sns_area .sns_bt {
    width: 165px !important;
    height: 51px !important;
    border: 1px solid #ffffff;
    margin-right: 0;
  }
  .sns_area .sns_bt a {
    font-size: 17px !important;
  }
  .sns_area .sns_bt .icon {
    width: 14px;
    height: 14px;
    margin-right: 10px;
    font-size: 15px;
  }
  .sns_area .sns_bt i.tripadvisor_icon {
    font-size: 17px;
  }
  .sns_area .sns_bt i.tripadvisor_icon:before {
    margin-right: 5px;
  }
  .information_area {
    width: 100%;
    margin: 0 auto;
    padding: 130px 0;
  }
  .information_area .info_title_area h4 {
    font-size: 26px !important;
    padding-left: 12px;
    margin-bottom: 0 !important;
    padding-bottom: 8px;
  }
  .information_area .info_title_area h5 {
    font-size: 0.83rem !important;
    padding-left: 12px;
    margin: 0;
    margin-bottom: 40px;
    font-weight: 500;
  }
  .information_area ul {
    padding: 12px 24px;
  }
  .information_area ul li {
    padding-right: 12px;
    padding: 32px 0;
  }
  .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: 69px;
  }
  .information_area ul li a .info_arrow svg {
    left: -30px;
  }
  .information_area ul li a .time {
    grid-area: 1/2/2/3;
    font-size: 1.22rem;
  }
  .information_area ul li a .description {
    grid-area: 2/2/3/3;
    font-size: 0.92rem;
    font-weight: 500;
  }
  .another_area {
    width: 100% !important;
  }
  .another_area p {
    font-size: 12px;
  }
  .another_area p.address_mail {
    font-size: 3.75vw;
    line-height: 2;
    letter-spacing: 0.12em;
    margin-top: 0;
  }
}
.another_area {
  width: 1014px;
  margin: auto;
  padding: 20px;
  color: #FFFFFF;
}
.another_area p {
  font-size: 12px;
}
.another_area p.address_mail {
  font-size: 3.75vw;
  line-height: 2;
  letter-spacing: 0.12em;
  margin-top: 0;
}

/* onsen&restaurant CSS */
.yuen_shinjuku_child {
  background-color: #F7F7F7;
}

.yuen_shinjuku_onsen_main {
  background-image: url(./../images/yuen_shinjuku/yuen_shinjuku_onsentop.jpg);
}

.yuen_shinjuku_onsen_main,
.yuen_shinjuku_restaurant_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;
}
.yuen_shinjuku_onsen_main img,
.yuen_shinjuku_restaurant_main img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.yuen_shinjuku_restaurant_icon {
  position: relative;
  height: 90px;
}

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

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

.yuen_page_title {
  padding: 12px 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}
.yuen_page_title p {
  font-size: 2rem;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 648px) {
  .yuen_page_title p {
    font-size: 5.625vw;
    -webkit-font-feature-settings: "palt" 1;
            font-feature-settings: "palt" 1;
    font-weight: 300;
  }
}

.yuen_page_title h1 {
  margin-top: 8px;
  padding-bottom: 24px;
  position: relative;
  font-size: 28px;
  font-weight: 400;
}
.yuen_page_title h1.onsen {
  font-family: Old Standard TT, serif;
  letter-spacing: 0.18em;
}
.yuen_page_title h1.restaurant {
  font-family: source-han-serif-japanese, serif !important;
  letter-spacing: 0.02em;
  font-size: 1.75rem;
}

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

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

.yuen_child_concept h2 {
  padding: 32px 0;
  border-top: solid 2px #333333;
  font-family: source-han-serif-japanese, serif !important;
  font-size: 28px;
  font-weight: 400;
}

.yuen_child_concept p {
  margin: 0;
  font-family: source-han-serif-japanese, serif !important;
  color: #1a1a1a;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1.024px;
  line-height: 1.5;
}

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

.onsen_spot_gallery {
  width: 960px;
  margin: auto;
  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;
}

.gallery_area {
  width: 470px;
  height: 320px;
  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;
}
.gallery_area img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.click_area {
  position: absolute;
  z-index: 1;
  bottom: 10px;
  right: 10px;
  background-color: #757575;
  opacity: 0.6;
}

.onsen_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;
  opacity: 0.25;
}

.space_bottom {
  margin-bottom: 150px;
}

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

.onsen_item_left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33%;
          flex: 0 0 33%;
  max-width: 0 0 33.3333333333%;
  padding-right: 8px;
  padding-left: 12px;
}

.onsen_item_right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 65%;
          flex: 0 0 65%;
  max-width: 66.6666666667%;
  padding-right: 12px;
}

.onsen_item_left h3, .onsen_item_right h3 {
  margin-top: 160px;
  padding: 18px 0 50px;
  font-family: source-han-serif-japanese, serif !important;
  border-width: 0.5px;
  border-top: solid 1px #000000;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.18em;
}

.yuen_about_section p {
  margin: 0;
  font-size: 16px;
  letter-spacing: 1.024px;
}

.yuen_about_section ul {
  margin: 0;
  padding-left: 0;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 1.024px;
}

.yuen_about_section ul li {
  list-style: none;
}

.restaurant_menu p a {
  color: #1a1a1a;
  text-decoration: underline;
  line-height: 1.5;
}

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

.food_top {
  margin-top: 100px;
}

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

.food_menu_img {
  width: 750px;
  height: 435px;
  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;
}

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

.food_menu p {
  padding-top: 20px;
  padding-bottom: 35px;
  font-size: 16px;
  line-height: 1.5;
  color: #1a1a1a;
}

.footer_section {
  background-color: #FFFFFF;
}

.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_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: 120px;
  padding: 18px 0 50px;
  font-family: Old Standard TT, serif;
  border-width: 0.5px;
  border-top: solid 2px #000000;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.02em;
}

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

.reserve_button_area a {
  width: 236px;
  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: #333333;
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 700;
}
.reserve_button_area 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 {
  background-color: transparent;
}

.reserve_button_area a:hover {
  background-color: #434343;
}

.reserve_button_area p {
  font-family: mrs-eaves, source-han-serif-japanese, serif;
  color: #1a1a1a;
  font-size: 36px;
  font-weight: 400;
  margin: 0;
  letter-spacing: 0.08em;
}

.reserve_button_area p span {
  font-family: source-han-serif-japanese, serif;
  color: #1a1a1a;
  font-size: 16px;
  font-weight: 700;
}

/*-----スマホ向けの記述-----*/
@media screen and (max-width: 648px) {
  .child_basic_section {
    width: 100%;
  }
  .child_basic_section.narrow {
    width: 100% !important;
  }
  .click_area {
    position: absolute;
    z-index: 1;
    bottom: 10px;
    right: 10px;
    background-color: #757575;
    opacity: 0.6;
  }
  .yuen_shinjuku_child .child_basic_section {
    width: 100%;
  }
  .yuen_shinjuku_child .yuen_shinjuku_onsen_main,
  .yuen_shinjuku_child .yuen_shinjuku_restaurant_main {
    width: 100%;
    height: 364px;
    min-height: 355px;
    max-height: 400px;
    max-width: 650px;
    margin-top: 0;
    background-size: cover;
    background-position: center center;
  }
  .yuen_shinjuku_child .yuen_shinjuku_onsen_main img,
  .yuen_shinjuku_child .yuen_shinjuku_restaurant_main img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .yuen_shinjuku_child .yuen_shinjuku_restaurant_icon {
    position: relative;
    height: 120px;
  }
  .yuen_shinjuku_child .main_icon {
    width: 100%;
    height: auto;
    position: absolute;
    z-index: 2;
    max-height: 44.5vw;
    max-width: 44.5vw;
    margin-top: -19%;
    padding-left: 28px;
  }
  .yuen_shinjuku_child .yuen_page_title {
    padding: 12px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .yuen_shinjuku_child .yuen_page_title h1 {
    font-size: 18px;
    padding-bottom: 22px;
  }
  .yuen_shinjuku_child .yuen_page_title h1:after {
    width: 7%;
  }
  .yuen_shinjuku_child .yuen_child_concept h2 {
    padding: 24px 0;
    font-size: 19.5px;
  }
  .yuen_shinjuku_child .yuen_child_concept {
    padding: 40px 0;
    margin-left: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .yuen_shinjuku_child .yuen_child_concept p {
    font-weight: 500;
    font-size: 14.625px;
  }
  .yuen_shinjuku_child .yuen_concept_section {
    padding: 0 28px;
  }
  .yuen_shinjuku_child .yuen_concept_section .concept_onsen {
    margin-top: 74px !important;
  }
  .yuen_shinjuku_child .separate_border {
    margin: 12.5vw auto;
    padding-right: 76px;
    padding-left: 76px;
    width: 60%;
  }
  .yuen_shinjuku_child .onsen_spot_gallery {
    padding: 0 40px;
  }
  .yuen_shinjuku_child .gallery_area:first-child {
    margin-right: 0;
    margin-bottom: 57px;
    height: 196px;
  }
  .yuen_shinjuku_child .gallery_area {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    height: 192px;
    max-width: 100%;
    padding: 0;
    position: relative;
  }
  .yuen_shinjuku_child .gallery_area img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .yuen_shinjuku_child .gallery_area:last-child {
    margin-bottom: 31px;
  }
  .yuen_shinjuku_child .onsen_item_left,
  .yuen_shinjuku_child .onsen_item_right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding: 0 38px 10px;
    margin: 0 auto -12px;
  }
  .yuen_shinjuku_child .onsen_item_left p,
  .yuen_shinjuku_child .onsen_item_right p {
    margin-top: -8px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
  }
  .yuen_shinjuku_child .restaurant_item_left,
  .yuen_shinjuku_child .restaurant_item_right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding: 0 24px;
    margin: 0 auto;
  }
  .yuen_shinjuku_child .restaurant_item_left p,
  .yuen_shinjuku_child .restaurant_item_right p {
    font-family: source-han-serif-japanese, serif !important;
    margin-top: -8px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
  }
  .yuen_shinjuku_child .onsen_item_left h3,
  .yuen_shinjuku_child .onsen_item_right h3 {
    margin-top: 48px;
    padding: 20px 0 42px;
    font-family: mrs-eaves, source-han-serif-japanese, serif !important;
    border-width: 0.5px;
    border-top: solid 1px #000000;
    font-weight: 400;
  }
  .yuen_shinjuku_child .onsen_item_left h3 {
    font-size: 17.0625px !important;
  }
  .yuen_shinjuku_child .onsen_item_right h3 {
    font-size: 20.8px !important;
    letter-spacing: 0.03em;
  }
  .yuen_shinjuku_child .restaurant_item_left h3,
  .yuen_shinjuku_child .restaurant_item_right h3 {
    margin-top: 63px;
    padding: 28px 0 42px;
    font-family: Old Standard TT, serif;
    border-width: 0.5px;
    border-top: solid 2px #000000;
    font-size: 17.0625px;
    font-weight: 400;
  }
  .yuen_shinjuku_child .space_bottom {
    margin-bottom: 50px;
  }
  .yuen_shinjuku_child .food_top {
    margin-top: 70px;
  }
  .yuen_shinjuku_child .food_menu {
    margin: 0 auto;
    padding: 12px 0;
  }
  .yuen_shinjuku_child .food_menu_img {
    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;
  }
  .yuen_shinjuku_child .food_menu_img {
    height: auto;
    margin-bottom: 15px;
  }
  .yuen_shinjuku_child .food_menu p {
    margin: 32px auto 35px;
    padding: 0 38px;
    font-family: source-han-serif-japanese, serif !important;
    font-size: 3.75vw;
    font-weight: 400;
    letter-spacing: 0.04em;
  }
  .yuen_shinjuku_child .reserve_button_area {
    text-align: center;
    margin: 46px auto;
    padding-bottom: 50px;
  }
  .yuen_shinjuku_child .reserve_button_area a {
    font-size: 18px;
  }
  .yuen_shinjuku_child .reserve_button_area p {
    font-size: 36px;
  }
  .yuen_shinjuku_child .reserve_button_area p span {
    font-size: 10px;
  }
}
.qa_container {
  width: 100%;
  padding: 160px 0 136px 0;
  margin: auto;
  max-width: 990px;
}
.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;
  line-height: 1;
  letter-spacing: 0.04em;
  margin-right: 25px;
}
@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;
  }
}

@media screen and (max-width: 648px) {
  .message_gallery_section {
    width: 100%;
    margin: 0 auto;
  }
  .message_gallery_section .message_gallery_swiper {
    position: relative;
  }
  .message_gallery_section .message_gallery_swiper .swiper-wrapper {
    height: 226px;
  }
  .message_gallery_section .message_gallery_swiper .swiper-wrapper .swiper-slide {
    height: 226px;
  }
  .message_gallery_section .message_gallery_swiper .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 .message_gallery_swiper .swiper_button_container .message_gallery_swiper_button_prev,
  .message_gallery_section .message_gallery_swiper .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: 36px;
    height: 36px;
    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;
  }
  .message_gallery_section .message_gallery_swiper .swiper_button_container .message_gallery_swiper_button_prev:hover,
  .message_gallery_section .message_gallery_swiper .swiper_button_container .message_gallery_swiper_button_next:hover {
    background-color: #eee;
  }
  .message_gallery_section .message_gallery_swiper .swiper_button_container .message_gallery_swiper_button_prev .swiper_icon,
  .message_gallery_section .message_gallery_swiper .swiper_button_container .message_gallery_swiper_button_next .swiper_icon {
    width: 12px;
    height: 12px;
    font-size: 12px;
  }
  .message_gallery_section .message_gallery_swiper .swiper_button_container .message_gallery_swiper_button_prev {
    left: 0;
  }
  .message_gallery_section .message_gallery_swiper .swiper_button_container .message_gallery_swiper_button_next {
    right: 0;
  }
  .message_gallery_section .message_gallery_thums_swiper .swiper-wrapper {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    height: 36px;
  }
  .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 {
    max-width: 100%;
    height: 35px;
    padding-left: 8px;
    margin: 10px auto 32px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .message_gallery_section .thums_area .thums {
    width: 34px !important;
    max-width: 34px;
    height: 34px;
    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 .thums_area .swiper-wrapper {
    width: 100% !important;
    margin: 0 auto;
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .message_gallery_section .swiper-wrapper {
    width: 100% !important;
    margin: 0 auto;
  }
  .message_gallery_section .swiper-wrapper img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .message_gallery_section .all_view_bt_area {
    padding-top: 25px;
    -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;
    font-weight: 500 !important;
    width: 200px;
    height: 32px;
  }
  .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: 244px !important;
    max-width: 100%;
  }
  .swiper_modal .modal_container .modal_content .close_btn {
    top: 5px;
    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: 44px;
    height: 44px;
  }
  .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: 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;
    margin-right: 2px !important;
  }
  .swiper_modal .modal_container .modal_thums_area .modal_thums img {
    width: 66px;
    height: 40px;
  }
  .swiper_modal .modal_container .modal_thums_area .modal_thums.swiper-slide-thumb-active::after {
    width: 66px;
    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);
  }
  .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;
    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: 20px 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: 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.show {
    visibility: visible;
    opacity: 1;
  }
  .info_modal.show .modal_overlay {
    opacity: 1;
  }
  .info_modal.show .modal_container {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
#header {
  font-family: "mrs-eaves", "source-han-serif-japanese", serif;
}

#nav li a {
  padding: 5px 16px;
}

#nav .menu_item_has_children > a {
  padding: 5px 16px;
}

.contents_btn a {
  font-family: "mrs-eaves", "source-han-serif-japanese", serif !important;
}

@media only screen and (max-width: 648px) {
  #header {
    background-color: #f5f5f5 !important;
  }
  #header #logo a {
    color: #000000;
    font-family: "CircularStd", "游ゴシック", "YuGothic", sans-serif;
    font-size: 12px;
    font-weight: 500;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    line-height: 1;
    letter-spacing: 0.08em;
  }
  #header #menu_btn p {
    font-family: "CircularStd", "游ゴシック", "YuGothic", sans-serif;
    font-size: 9px;
    font-weight: 700;
    margin-bottom: 10px;
  }
  .menu_logo {
    margin-bottom: 24px;
  }
  .menu_logo img {
    width: 95px !important;
  }
  .menu_trigger span {
    background-color: #ffffff !important;
  }
  .udstop_menu_trigger span {
    background-color: #000;
  }
  #nav {
    background-color: #2b2943 !important;
    padding-top: 60px;
  }
  #nav .nav {
    border-bottom: 1px solid hsla(0, 0%, 80%, 0.2);
    margin-top: 0 !important;
  }
  #nav li {
    font-family: 游明朝, YuMincho, serif;
    border-top: 1px solid hsla(0, 0%, 80%, 0.2);
  }
  #nav li a {
    color: #ffffff !important;
    font-weight: 300;
    padding: 12px 20px;
  }
  #nav .menu_item_has_children > a.open:first-of-type {
    background-color: #27253c;
  }
  .langage_item a {
    color: #ffffff !important;
  }
  #nav li ul.sub_menu {
    background: #2b2943 !important;
  }
  #nav li ul.sub_menu li a {
    color: #ffffff;
    font-size: 14.08px !important;
  }
  #nav .menu_item_has_children > a {
    padding: 12px 20px;
  }
  .contents_btn .nav_btn {
    margin: 0;
  }
  .contents_btn .category-subcategories {
    padding-left: 0;
  }
}
.black_line_more_bt {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.black_line_more_bt:hover {
  background: rgba(0, 0, 0, 0.06);
}

.to_map_bt a,
.info_bt_white a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.to_map_bt a:hover,
.info_bt_white a:hover {
  background: #FFFFFF;
  color: #000000 !important;
}

.another {
  line-height: 1.75;
}/*# sourceMappingURL=yuenShinjuku.css.map */