@charset "UTF-8";

/* =========================================================
common
========================================================= */
body {
  background: #fff;
}

.secTitle01 .en,
.secTitle01 .enExc {
  font-size: 8.1rem !important;
}

@media (max-width: 767px) {

  .secTitle01 .en,
  .secTitle01 .enExc {
    font-size: 5.2rem !important;
  }
}

.wrapper {
  padding: 140px 0 200px;
}

@media (max-width: 767px) {
  .wrapper {
    padding: 60px 0 95px;
  }
}

/* =========================================================
header
========================================================= */
.contents {
  padding-top: 82px;
}

@media (max-width: 1024px) {
  .contents {
    padding-top: 56px;
  }
}

.headerBtm.pc {
  display: none;
}

.globalHeader .headerNavMenu,
.headerNav .signbtn {
  display: none;
}

.globalHeader .menuBtnList {
  font-family: YuGothic, "游ゴシック", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Roboto, "Droid Sans", Meiryo, "メイリオ", Verdana, sans-serif;
  font-weight: 500;
}

.globalHeader .menuBtnList .bookBtn {
  border-left: 1px solid #2b3949;
}

@media (max-width: 767px) {
  .globalHeader .menuBtnList .bookBtn {
    border: none;
  }
}

.globalHeader .apartmentLpMenu {
  display: flex;
  justify-content: center;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  font-family: YuGothic, "游ゴシック", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Roboto, "Droid Sans", Meiryo, "メイリオ", Verdana, sans-serif;
  font-weight: 500;
  width: -moz-fit-content;
  width: fit-content;
}

.globalHeader .apartmentLpMenu li {
  padding: 0 15px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .globalHeader .apartmentLpMenu {
    display: none;
  }
}

@media (max-width: 767px) {
  .globalHeader .apartmentLpMenu {
    display: none;
  }
}

.globalHeader.is_animation .menuBtnList .gnavBtn {
  display: none;
}

@media (max-width: 767px) {
  .globalHeader.is_animation .menuBtnList .gnavBtn {
    display: flex;
  }
}

.globalHeader.is_animation .headerTop .wrapper {
  margin-right: auto;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .globalNav .common {
    display: none;
  }
}

@media (max-width: 767px) {
  .globalNav .common {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .globalNav .subNav {
    display: none;
  }
}

@media (max-width: 767px) {
  .globalNav .subNav {
    display: none;
  }
}

.recruit .wrapper {
  padding: 70px 0;
}

.globalNav .btn a {
  color: #fff;
}

.globalNav .btn {
  margin-bottom: 0;
}

.globalNav .btn+.btn {
  margin-top: 10px;
}


/* =========================================================
header
========================================================= */
.kv {
  position: relative;
  background: url(../img/apartment/kv01.jpg);
  background-size: cover;
  background-position: center;
  height: 652px;
  width: 100%;
}

@media (max-width: 767px) {
  .kv {
    height: 611px;
  }
}

.kv::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0, rgba(0, 0, 0, 0) 100%);
  width: 100%;
  height: 100%;
}

.kv .kvSlider div img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 652px;
  width: 100%;
}

@media (max-width: 767px) {
  .kv .kvSlider div img {
    height: 611px;
  }
}

.kv .kvTitle {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 100%;
  text-align: center;
  padding-bottom: 70px;
}

@media (max-width: 767px) {
  .kv .kvTitle {
    top: 58%;
  }
}

.kv .kvTitle img {
  width: 165px;
  height: 159px;
  margin-bottom: 25px;
}

@media (max-width: 767px) {
  .kv .kvTitle img {
    width: 133px;
    height: 128px;
  }
}

.kv .kvTitle h2 {
  color: #fff;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-weight: 300;
  font-size: 2.9rem;
  letter-spacing: 4px;
  line-height: 1.7;
}

@media (max-width: 767px) {
  .kv .kvTitle h2 {
    font-size: 2.5rem;
    padding: 0 3%;
    letter-spacing: 2px;
  }
}

.kv .slick-dots {
  position: absolute;
  bottom: 55px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

@media (max-width: 767px) {
  .kv .slick-dots {
    bottom: 30px;
  }
}

.kv .slick-slider .slick-arrow {
  display: none !important;
}

.kv .slick-slider .slick-dots li {
  width: 12px;
  height: 12px;
  margin: 0 7px;
}

.kv .slick-slider .slick-dots li.slick-active button {
  background-color: #fff;
}

.kv .sliderBtn {
  height: 20px;
  width: 20px;
  border: none;
  position: absolute;
  bottom: 51px;
  left: calc(50% + 77px);
  transform: translateX(-50%);
  cursor: pointer;
  background: none;
  z-index: 2;
}

@media (max-width: 767px) {
  .kv .sliderBtn {
    bottom: 26px;
  }
}

.kv .sliderBtn::after {
  content: "";
  width: 7px;
  height: 12px;
  border-width: 0 3px 0 3px;
  border-color: transparent #fff transparent #fff;
  border-style: solid;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 2.5px;
}

.kv .sliderBtn.playback::after {
  width: 0;
  height: 0;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #fff;
  padding: 0;
}

.kv .kvBenefits {
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px 10px;
  background: #800023;
  color: #fff;
  font-size: 2.3rem;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.035em;
  text-align: center;
  position: relative;
  max-width: initial;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .kv .kvBenefits {
    padding: 14.5px 15px;
    font-size: 1.5rem;
    text-align: left;
  }
}

.kv .kvBenefits:after {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.3);
  content: "";
  top: 6px;
  bottom: 6px;
  left: 6px;
  right: 6px;
}

.kv .icon {
  position: relative;
  top: -2px;
  display: inline-block;
  margin-right: 12px;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .kv .icon {
    width: 38px;
    height: 38px;
    margin-right: 15px;
  }
}

/* =========================================================
features
========================================================= */
.features {
  background: url(https://ai105njpxc.smartrelease.jp/img/common/bg_footer.jpg) left top/554px repeat rgb(20, 35, 53);
  color: rgb(255, 255, 255);
}

.features .secTitle01 {
  color: #fff;
  margin-bottom: 100px;
}

@media (max-width: 767px) {
  .features .secTitle01 {
    margin-bottom: 60px;
  }
}

.features .featuresList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4.5%;
  justify-content: center;
}

@media (max-width: 767px) {
  .features .featuresList {
    display: block;
  }
}

.features .featuresList li {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding-top: 60px;
}

@media (max-width: 767px) {
  .features .featuresList li {
    padding-top: 30px;
    margin-top: 30px;
  }
}

.features .featuresList li h3 {
  color: #fff;
  text-align: center;
  font-size: 2.3rem;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-weight: 300;
  line-height: 1.7;
  letter-spacing: 0.08em;
  margin-bottom: 45px;
}

@media (max-width: 767px) {
  .features .featuresList li h3 {
    font-size: 1.7rem;
    margin-bottom: 25px;
  }
}

/* =========================================================
facility
========================================================= */
.facility .wrapper {
  padding-bottom: 70px;
}

@media (max-width: 767px) {
  .facility .wrapper {
    padding-bottom: 45px;
  }
}

.facility .secTitle01 {
  margin-bottom: 80px;
}

@media (max-width: 767px) {
  .facility .secTitle01 {
    margin-bottom: 60px;
  }
}

.facility .lead {
  text-align: center;
  font-size: 2.3rem;
  color: #101a28;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-weight: 300;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .facility .lead {
    margin-bottom: 23px;
  }
}

.facility .lead+.text {
  text-align: center;
}

.facility .photoList {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

@media (max-width: 767px) {
  .facility .photoList {
    grid-template-columns: repeat(2, 1fr);
  }
}

.facility .photoList li {
  height: 25vw;
}

@media (max-width: 767px) {
  .facility .photoList li {
    height: 50vw;
  }
}

.facility .photoList li .photo {
  cursor: pointer;
  margin-bottom: 0;
  position: relative;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
}

.facility .photoList li .photo img {
  height: 25vw;
}

@media (max-width: 767px) {
  .facility .photoList li .photo img {
    height: 50vw;
  }
}

.facility .photoList li .photo .textBlock {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0, rgba(0, 0, 0, 0) 40%);
  color: #fff;
}

.facility .photoList li .photo .textBlock p.picTitle {
  position: absolute;
  left: 25px;
  top: 20px;
  color: #fff;
  text-transform: capitalize;
}

@media (max-width: 767px) {
  .facility .photoList li .photo .textBlock p.picTitle {
    left: 14px;
    top: 13px;
  }
}

.facility .photoList li .photo .textBlock p.circle {
  background: rgba(20, 35, 53, 0.8);
  position: absolute;
  right: 25px;
  bottom: 17px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 767px) {
  .facility .photoList li .photo .textBlock p.circle {
    right: 10px;
    bottom: 10px;
  }
}

.facility .photoList li .photo .textBlock p.circle .icon_photo {
  width: 14px;
  height: 10px;
}

.facility .facilityPhotoModal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

.facility .facilityPhotoModal_bg {
  height: 100vh;
  position: absolute;
  width: 100%;
  opacity: 0.95;
  background: #F7F4ED;
}

.facility .facilityPhotoModal_content {
  background: #fff;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 742px;
}

@media (max-width: 767px) {
  .facility .facilityPhotoModal_content {
    width: 90%;
  }
}

.facility .facilityPhotoModal .thumbnail-img {
  opacity: 0.3;
  transition: opacity 0.3s linear;
}

.facility .facilityPhotoModal .slick-num {
  position: absolute;
  right: 30px;
  bottom: 28px;
  color: #fff;
  border: 1px solid #fff;
  background: rgba(20, 35, 53, 0.8);
  border-radius: 20px;
  height: 25px;
  width: 10%;
  line-height: 22px;
  text-align: center;
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 400;
  font-size: 1.6rem;
  letter-spacing: 0;
}

@media (max-width: 767px) {
  .facility .facilityPhotoModal .slick-num {
    font-size: 1.2rem;
    height: 20px;
    line-height: 17px;
    width: 14%;
    right: 23px;
    bottom: 18px;
  }
}

.facility .slick-slide img {
  aspect-ratio: 970/590;
  -o-object-fit: cover;
  object-fit: cover;
}

.facility .facilityPhotoModal .slider {
  padding: 20px 20px 14px;
}

.facility .facilityPhotoModal .slider .slick-img {
  margin-bottom: 5px;
}

.facility .facilityPhotoModal .slider .slick-img .textBlock p.picTitle {
  position: absolute;
  left: 0;
  bottom: -48px;
  text-transform: capitalize;
  color: #4d4d4d;
}

@media (max-width: 767px) {
  .facility .facilityPhotoModal .slider .slick-img .textBlock p.picTitle {
    font-size: 1.4rem;
    bottom: -37px;
  }
}

.facility .facilityPhotoModal .thumbnail {
  padding: 0 14px 20px;
}

.facility .facilityPhotoModal .thumbnail.slick-initialized .slick-slide {
  padding: 0 7px;
}

@media (max-width: 767px) {
  .facility .facilityPhotoModal .slider {
    padding: 9px 9px 6px;
  }

  .facility .facilityPhotoModal .thumbnail {
    padding: 0 9px 9px;
  }

  .facility .facilityPhotoModal .thumbnail.slick-initialized .slick-slide {
    padding: 0 2.5px;
  }
}

.facility .facilityPhotoModal .slick-current {
  opacity: 1;
}

.facility .facilityPhotoModal .slick-slider .slick-arrow {
  width: 30px;
  height: 35px;
}

.facility .facilityPhotoModal .slick-slider .slick-arrow.prev-arrow {
  position: absolute;
  left: 35px;
  transform: rotate(180deg);
}

.facility .facilityPhotoModal .slick-slider .slick-arrow.next-arrow {
  position: absolute;
  right: 35px;
}

.facility .facilityPhotoModal .slick-arrow svg {
  fill: #fff;
  width: 16px;
  height: 31px;
  filter: drop-shadow(1px 1px 2px #000);
}

@media (max-width: 767px) {
  .facility .facilityPhotoModal .slick-slider .slick-arrow {
    width: 20px;
    height: 20px;
    top: 10px;
  }

  .facility .facilityPhotoModal .slick-slider .slick-arrow.prev-arrow {
    left: 12px;
  }

  .facility .facilityPhotoModal .slick-slider .slick-arrow.next-arrow {
    right: 15px;
  }

  .facility .facilityPhotoModal .slick-arrow svg {
    width: 7px;
    height: 13px;
  }
}

.facility .facilityPhotoModal .slick-slider .slick-track,
.facility .facilityPhotoModal .slick-slider .slick-list {
  width: 700px;
}

.facility .facilityPhotoModal .thumbnail.slick-slider .slick-list {
  width: 714px;
}

@media (max-width: 767px) {

  .facility .facilityPhotoModal .slick-slider .slick-track,
  .facility .facilityPhotoModal .slick-slider .slick-list {
    width: 85vw;
  }

  .facility .facilityPhotoModal .thumbnail.slick-slider .slick-list {
    width: 85vw;
  }
}

.facility .facilityPhotoModal .thumbnail-img {
  cursor: pointer;
}

.facility .facilityPhotoModal .thumbnail-img img {
  aspect-ratio: 164.5/100.5;
}

.facility .facilityPhotoModal_bg .js-modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  display: block;
  width: 35px;
  height: 35px;
}

.facility .facilityPhotoModal_bg .js-modal-close::before,
.facility .facilityPhotoModal_bg .js-modal-close::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
  width: 30px;
  height: 2px;
  margin: auto;
  transform: rotate(45deg);
}

.facility .facilityPhotoModal_bg .js-modal-close::after {
  transform: rotate(-45deg);
}

@media (max-width: 767px) {
  .facility .facilityPhotoModal_bg .js-modal-close {
    width: 20px;
    height: 20px;
  }

  .facility .facilityPhotoModal_bg .js-modal-close::before,
  .facility .facilityPhotoModal_bg .js-modal-close::after {
    width: 20px;
  }
}

.facility .facilityPhotoModal+.wrapper {
  padding-top: 35px;
}

@media (max-width: 767px) {
  .facility .facilityPhotoModal+.wrapper {
    padding-top: 45px;
  }
}

/* =========================================================
hotel
========================================================= */
.hotel {
  background: #f5f5f2;
}

.hotel .anchorList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-bottom: 55px;
}

@media (max-width: 767px) {
  .hotel .anchorList {
    margin-bottom: 40px;
    gap: 5px 10px;
  }
}

.hotel .anchorList li {
  width: calc(33.333% - 10px);
  border-bottom: 1px solid #CACACA;
}

@media (max-width: 767px) {
  .hotel .anchorList li {
    width: calc(50% - 5px);
  }
}

.hotel .anchorList li a {
  position: relative;
  display: block;
  padding: 10px 8px;
  text-decoration: none;
  text-transform: capitalize;
  color: #000000;
}

@media (max-width: 767px) {
  .hotel .anchorList li a {
    padding: 5px 0;
  }
}

.hotel .anchorList li .icon {
  position: absolute;
  right: 5px;
  top: 50%;
  width: 8px;
  height: 5px;
  margin-top: -2px;
}

.hotel .areaTitle {
  margin-bottom: 40px;
  background: #fff;
  color: #000;
  font-size: 1.9rem;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-align: center;
  text-transform: capitalize;
}

@media (max-width: 767px) {
  .hotel .areaTitle {
    margin-top: 10px;
    font-size: 1.5rem;
  }
}

.hotel .areaTitle a {
  padding: 24px;
  display: block;
}

@media (max-width: 767px) {
  .hotel .areaTitle a {
    padding: 18px;
  }
}


.hotel .btnS.toTop {
  margin-top: 30px;
  text-align: right;
}

@media (max-width: 767px) {
  .hotel .btnS.toTop {
    margin-top: 20px;
  }
}

.hotel .btnS.toTop a {
  padding: 2px 4px 5px;
  border-bottom: 1px solid #CACACA;
  color: #666;
  text-decoration: none;
}

.hotel .btnS.toTop a .icon {
  width: 8px;
  height: 5px;
  margin-left: 8px;
  margin-bottom: 2px;
  transform: rotate(180deg);
  vertical-align: middle;
}

.hotel .btnS.toTop+.areaTitle {
  margin-top: 50px;
}

@media (max-width: 767px) {
  .hotel .secTitle01 {
    margin-bottom: 45px;
  }
}

.hotel .secTitle01 .sub {
  font-size: 3rem;
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 500;
}

@media (max-width: 767px) {
  .hotel .secTitle01 .sub {
    font-size: 1.8rem;
  }
}

.hotel .hotellistLead {
  color: #101a28;
  font-size: 2.3rem;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-weight: 300;
}

@media (max-width: 767px) {
  .hotel .hotellistLead {
    font-size: 1.7rem;
    text-align: center;
  }
}

.hotel .kvBenefits {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 10px;
  color: #fff;
  font-size: 2rem;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.035em;
  text-align: center;
  border: 1px solid #142335;
  margin-bottom: 35px;
}

@media (max-width: 767px) {
  .hotel .kvBenefits {
    display: block;
  }
}

@media (max-width: 1024px) {
  .hotel .kvBenefits {
    font-size: 1.5rem;
  }
}

.hotel .kvBenefits>span {
  font-weight: bold;
  text-align: left;
  color: #142335;
}

.hotel .kvBenefits .icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}

@media (max-width: 767px) {
  .hotel .kvBenefits .icon {
    width: 14px;
    height: 14px;
    margin-right: 10px;
  }
}

.hotelList {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

@media (max-width: 767px) {
  .hotelList {
    grid-template-columns: repeat(1, 1fr);
  }
}

.hotelList>li {
  background: #dbd5d3;
  position: relative;
  padding-bottom: 65px;
}

@media (max-width: 767px) {
  .hotelList>li {
    padding-bottom: 55px;
  }
}

.hotelList>li .inner {
  display: flex;
  justify-content: space-between;
  height: 100%;
}

@media (max-width: 1024px) {
  .hotelList>li .inner {
    display: block;
  }
}

.hotelList>li .photo {
  width: 44%;
  height: 100%;
}

@media (max-width: 1024px) {
  .hotelList>li .photo {
    width: 100%;
    height: initial;
    max-height: 210px;
  }
}

.hotelList>li .photo img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
}

@media (max-width: 1024px) {
  .hotelList>li .photo img {
    max-height: 210px;
  }
}

.hotelList>li .text {
  padding: 30px 35px;
  width: 56%;
}

@media (max-width: 1024px) {
  .hotelList>li .text {
    padding: 25px;
    width: 100%;
  }
}

.hotelList>li .text .title {
  color: #101a28;
  font-size: 1.9rem;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 1.75;
  width: 87%;
  position: relative;
  margin-bottom: 25px;
  padding-bottom: 25px;
  word-break: keep-all;
}

@media (max-width: 1024px) {
  .hotelList>li .text .title {
    font-size: 1.5rem;
    margin-bottom: 20px;
    padding-bottom: 20px;
    width: 100%;
  }
}

body.lang_zh-CHT .hotelList>li .text .title .zh-CHTExc {
  display: none !important;
}

body.lang_zh-CHS .hotelList>li .text .title .zh-CHSExc {
  display: none !important;
}

body.lang_ko .hotelList>li .text .title .koExc {
  display: none !important;
}

.hotelList>li .text .title small {
  display: block;
  font-size: 1.3rem;
  line-height: 1.5;
}

.hotelList>li .text .title::after {
  content: "";
  display: block;
  width: 33px;
  height: 1px;
  background-color: #101a28;
  position: absolute;
  bottom: 0;
}

.hotelList>li .text .lead_txt {
  margin-top: 15px;
}

.hotelList>li .btn {
  margin-top: 0;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.hotelList>li .btn a {
  width: 100%;
  border-radius: 0;
}

.hotelList li:nth-of-type(4) .title {
  width: 88%;
}

@media (max-width: 1024px) {
  .hotelList li:nth-of-type(4) .title {
    width: 100%;
  }
}

.hotelList>li+li {
  margin-top: 0 !important;
}

.hotellist {
  position: relative;
  height: 787px;
}

.hotellist+.wrapper {
  padding-top: 40px;
}

@media (max-width: 767px) {
  .hotellist+.wrapper {
    padding-top: 30px;
  }
}

@media (max-width: 1024px) {
  .hotellist {
    height: auto;
  }
}

.hotellist .hotellistBg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 787px;
}

.hotellist .hotellistBg .bg {
  position: absolute;
  left: 50%;
  top: 0;
  width: 1600px;
  max-width: none;
  height: auto;
  transform: translateX(-50%);
}

.hotellist .hotellistBg .btn {
  position: absolute;
  width: 185px;
  margin: 0;
  z-index: 1;
}

.hotellist .hotellistBg .btn .btnLink {
  height: 53px;
  background: #AB8D4B;
  cursor: pointer;
  line-height: 53px;
  text-transform: capitalize;
  padding: 0 30px;
}

.hotellist .hotellistBg .btn .btnLink .icon_link {
  position: absolute;
  right: 16px;
  top: 50%;
  margin-top: -8px;
  fill: #fff;
}

.hotellist .hotellistBg .btn.tokyo {
  top: 280px;
  left: calc(50% + 272px);
}

.hotellist .hotellistBg .btn.osaka {
  top: 470px;
  left: calc(50% + 86px);
}

.hotellist .hotellistBg .btn.kyoto {
  top: 280px;
  left: calc(50% - 124px);
}

.hotellist .wrapper {
  position: relative;
  padding-top: 110px;
}

@media (max-width: 1024px) {
  .hotellist .wrapper {
    padding: 65px 0 0;
  }

  .hotellist .wrapper h2 {
    text-align: center;
  }
}

.hotellist .secTitle01 {
  text-align: left;
}

@media (max-width: 1024px) {
  .hotellist .secTitle01 .en {
    margin-bottom: 5px;
  }
}

.hotellist .hotelSearch .hotelGroup {
  display: block !important;
}

.hotellist .hotelSearch .hotelGroup ul {
  max-height: initial;
  overflow-y: initial;
}

.hotellist .hotelSearch .hotelGroup ul li a {
  text-decoration: none;
  color: #000;
}

/* 京都「ホテル名にご注意ください。」 */
.attention {
  display: flex;
  justify-content: space-between;
  background: #fff;
  padding: 30px 40px 30px 30px;
  margin-bottom: 30px;
  margin-top: 40px;
}

.attention h3 {
  border: 1px solid #ab8d4b;
  color: #ab8d4b;
  width: 20.5%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 5px;
  text-align: center;
  font-weight: bold;
}

.attention p {
  width: 76.5%;
}

@media (max-width: 1024px) {
  .attention {
    flex-direction: column;
    padding: 25px 20px;
    margin: 30px 0;
  }

  .attention h3 {
    width: 100%;
    padding: 9px 5px;
    margin-bottom: 15px;
  }

  .attention p {
    width: 100%;
  }
}

/* =========================================================
bookModule
========================================================= */
.bookModule {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  opacity: 1;
  visibility: visible;
  position: static;
  background: none;
  width: auto;
  height: auto;
  transition: none;
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .bookModule {
    margin-bottom: 0;
  }
}

.bookModule .bookTitle {
  border-top: 1px solid rgba(171, 141, 75, 0.3);
  width: 100%;
  margin: 10px 0 0;
  text-align: center;
  color: #AB8D4B;
  font-size: 1.8rem;
  font-weight: 600;
}

@media (max-width: 767px) {
  .bookModule .bookTitle {
    font-size: 1.5rem;
  }
}

.bookModule .bookTitle span {
  position: relative;
  top: -1em;
  display: inline-block;
  background: #F7F4ED;
  padding: 0 40px;
}

@media (max-width: 767px) {
  .bookModule .bookTitle span {
    padding: 0 20px;
  }
}

.bookModule .tabList {
  display: block;
  width: 210px;
  margin: 0;
}

@media (max-width: 1024px) {
  .bookModule .tabList {
    display: none;
  }
}

.bookModule .tabList li+li {
  margin-top: -1px;
}

.bookModule .tabContentsWrap {
  width: calc(100% - 220px);
}

@media (max-width: 1024px) {
  .bookModule .tabContentsWrap {
    display: none;
  }
}

.bookModule .formList li:last-child input.submitBtn {
  width: calc(100% - 70px);
}

.bookModule .formList li:last-child input.reloadBtn {
  width: 65px;
}

.bookModule .link {
  margin-top: 15px;
  margin-left: -220px;
}

@media (max-width: 767px) {
  .bookModule .link {
    margin-left: 0;
  }
}

.bookModule .stayForm .formList {
  grid-template-columns: repeat(6, 1fr);
}

.bookModule .stayForm .formList>li:nth-child(2) {
  display: none;
}

.bookModule .stayForm .formList>li:nth-child(3) {
  grid-column: 3/7;
}

.bookModule .stayForm .formList>li:nth-child(4) {
  grid-column: 1/3;
  display: block;
}

.bookModule .stayForm .formList>li:nth-child(5) {
  grid-column: 3/4;
}

.bookModule .stayForm .formList>li:nth-child(6) {
  grid-column: 4/5;
}

.bookModule .stayForm .formList>li:nth-child(7) {
  grid-column: 5/7;
}

.bookModule .airlineForm .formList {
  grid-template-columns: repeat(12, 1fr);
}

.bookModule .airlineForm .formList>li:first-child {
  grid-column: 1/4;
}

.bookModule .airlineForm .formList>li:nth-child(2) {
  grid-column: 4/7;
}

.bookModule .airlineForm .formList>li:nth-child(3) {
  grid-column: 7/13;
}

.bookModule .airlineForm .formList>li:nth-child(4) {
  grid-column: 1/5;
}

.bookModule .airlineForm .formList>li:nth-child(5) {
  grid-column: 5/9;
}

.bookModule .airlineForm .formList>li:nth-child(6) {
  grid-column: 9/13;
}

@media (min-width: 1025px) {
  .bookModule .spBlock {
    display: none;
  }
}

@media (max-width: 1024px) {
  .bookModule .spBlock {
    width: 100%;
  }
}

.bookModule .spBlock .bookBtn {
  margin: 20px 0 10px;
}

@media (max-width: 1024px) {
  .bookModule .spBlock .bookBtn {
    margin: 5px 0 0;
  }
}

.bookModule .spBlock .bookBtn:first-child {
  margin-top: 0;
  text-align: center;
}

.bookModule .spBlock .bookBtn .txt {
  color: #142335;
  display: inline-block;
  position: relative;
  max-width: 90%;
  font-size: 1.2rem;
  line-height: 1.2;
}

.bookModule .spBlock .bookBtn .txt::before,
.bookModule .spBlock .bookBtn .txt::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 16px;
  background: #142335;
  bottom: 0;
}

.bookModule .spBlock .bookBtn .txt::before {
  transform: rotate(-30deg);
  left: -12px;
}

.bookModule .spBlock .bookBtn .txt::after {
  transform: rotate(30deg);
  right: -12px;
}

.bookModule .spBlock .bookBtn a {
  height: 47px;
}

@media (max-width: 1024px) {
  .bookModule .spBlock .bookBtn a {
    width: 100%;
    padding-left: 40px;
    padding-right: 20px;
    border-radius: 0;
  }
}

.bookModule .spBlock .bookBtn a .icon_bed {
  width: 18px;
  height: 14px;
}

.bookModule .spBlock .bookBtn a .icon_airline {
  width: 20px;
  height: 14px;
}

/* .bookModule .spBlock .bookBtn.shinkansen a span {
  font-size: 8px;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-weight: bold;
  position: absolute;
  left: 37px;
}

.bookModule .spBlock .bookBtn.shinkansen a .icon_bed {
  left: 15px;

} */
.bookModule .spBlock .bookBtn a .icon_shinkansen {
  width: 24px;
  height: 12px;
  left: 18px;
}

.bookModule .spBlock .bookBtn a svg {
  fill: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  margin: auto;
}

.bookModule .spBlock .link a {
  display: inline-block;
}

.bookModule .spBlock .link a:last-child {
  margin-right: 0;
}

body.lang_en .book.bookModule .tabContentsWrap,
body.lang_zh-CHS .book.bookModule .tabContentsWrap,
body.lang_zh-CHT .book.bookModule .tabContentsWrap,
body.lang_ko .book.bookModule .tabContentsWrap,
body.lang_fr .book.bookModule .tabContentsWrap,
body.lang_de .book.bookModule .tabContentsWrap,
body.lang_es .book.bookModule .tabContentsWrap,
body.lang_th .book.bookModule .tabContentsWrap,
body.lang_vi .book.bookModule .tabContentsWrap,
body.lang_it .book.bookModule .tabContentsWrap,
body.lang_ms .book.bookModule .tabContentsWrap,
body.lang_id .book.bookModule .tabContentsWrap,
body.lang_ar .book.bookModule .tabContentsWrap,
body.lang_ru .book.bookModule .tabContentsWrap {
  width: 100%;
}

body.lang_en .book.bookModule .tabList,
body.lang_zh-CHS .book.bookModule .tabList,
body.lang_zh-CHT .book.bookModule .tabList,
body.lang_ko .book.bookModule .tabList,
body.lang_fr .book.bookModule .tabList,
body.lang_de .book.bookModule .tabList,
body.lang_es .book.bookModule .tabList,
body.lang_th .book.bookModule .tabList,
body.lang_vi .book.bookModule .tabList,
body.lang_it .book.bookModule .tabList,
body.lang_ms .book.bookModule .tabList,
body.lang_id .book.bookModule .tabList,
body.lang_ar .book.bookModule .tabList,
body.lang_ru .book.bookModule .tabList {
  display: none;
}

body.lang_en .book.bookModule .stayForm .formList>li:first-child,
body.lang_zh-CHS .book.bookModule .stayForm .formList>li:first-child,
body.lang_zh-CHT .book.bookModule .stayForm .formList>li:first-child,
body.lang_ko .book.bookModule .stayForm .formList>li:first-child,
body.lang_fr .book.bookModule .stayForm .formList>li:first-child,
body.lang_de .book.bookModule .stayForm .formList>li:first-child,
body.lang_es .book.bookModule .stayForm .formList>li:first-child,
body.lang_th .book.bookModule .stayForm .formList>li:first-child,
body.lang_vi .book.bookModule .stayForm .formList>li:first-child,
body.lang_it .book.bookModule .stayForm .formList>li:first-child,
body.lang_ms .book.bookModule .stayForm .formList>li:first-child,
body.lang_id .book.bookModule .stayForm .formList>li:first-child,
body.lang_ar .book.bookModule .stayForm .formList>li:first-child,
body.lang_ru .book.bookModule .stayForm .formList>li:first-child {
  display: none;
}

body.lang_en .book.bookModule .stayForm .formList>li:nth-child(2),
body.lang_zh-CHS .book.bookModule .stayForm .formList>li:nth-child(2),
body.lang_zh-CHT .book.bookModule .stayForm .formList>li:nth-child(2),
body.lang_ko .book.bookModule .stayForm .formList>li:nth-child(2),
body.lang_fr .book.bookModule .stayForm .formList>li:nth-child(2),
body.lang_de .book.bookModule .stayForm .formList>li:nth-child(2),
body.lang_es .book.bookModule .stayForm .formList>li:nth-child(2),
body.lang_th .book.bookModule .stayForm .formList>li:nth-child(2),
body.lang_vi .book.bookModule .stayForm .formList>li:nth-child(2),
body.lang_it .book.bookModule .stayForm .formList>li:nth-child(2),
body.lang_ms .book.bookModule .stayForm .formList>li:nth-child(2),
body.lang_id .book.bookModule .stayForm .formList>li:nth-child(2),
body.lang_ar .book.bookModule .stayForm .formList>li:nth-child(2),
body.lang_ru .book.bookModule .stayForm .formList>li:nth-child(2) {
  grid-column: 1/3;
  display: block;
}

body.lang_en .book.bookModule .stayForm .formList>li:nth-child(3),
body.lang_zh-CHS .book.bookModule .stayForm .formList>li:nth-child(3),
body.lang_zh-CHT .book.bookModule .stayForm .formList>li:nth-child(3),
body.lang_ko .book.bookModule .stayForm .formList>li:nth-child(3),
body.lang_fr .book.bookModule .stayForm .formList>li:nth-child(3),
body.lang_de .book.bookModule .stayForm .formList>li:nth-child(3),
body.lang_es .book.bookModule .stayForm .formList>li:nth-child(3),
body.lang_th .book.bookModule .stayForm .formList>li:nth-child(3),
body.lang_vi .book.bookModule .stayForm .formList>li:nth-child(3),
body.lang_it .book.bookModule .stayForm .formList>li:nth-child(3),
body.lang_ms .book.bookModule .stayForm .formList>li:nth-child(3),
body.lang_id .book.bookModule .stayForm .formList>li:nth-child(3),
body.lang_ar .book.bookModule .stayForm .formList>li:nth-child(3),
body.lang_ru .book.bookModule .stayForm .formList>li:nth-child(3) {
  grid-column: 3/7;
}

body.lang_en .book.bookModule .stayForm .formList>li:nth-child(4),
body.lang_zh-CHS .book.bookModule .stayForm .formList>li:nth-child(4),
body.lang_zh-CHT .book.bookModule .stayForm .formList>li:nth-child(4),
body.lang_ko .book.bookModule .stayForm .formList>li:nth-child(4),
body.lang_fr .book.bookModule .stayForm .formList>li:nth-child(4),
body.lang_de .book.bookModule .stayForm .formList>li:nth-child(4),
body.lang_es .book.bookModule .stayForm .formList>li:nth-child(4),
body.lang_th .book.bookModule .stayForm .formList>li:nth-child(4),
body.lang_vi .book.bookModule .stayForm .formList>li:nth-child(4),
body.lang_it .book.bookModule .stayForm .formList>li:nth-child(4),
body.lang_ms .book.bookModule .stayForm .formList>li:nth-child(4),
body.lang_id .book.bookModule .stayForm .formList>li:nth-child(4),
body.lang_ar .book.bookModule .stayForm .formList>li:nth-child(4),
body.lang_ru .book.bookModule .stayForm .formList>li:nth-child(4) {
  grid-column: 1/3;
  display: block;
}

body.lang_en .book.bookModule .stayForm .formList>li:nth-child(5),
body.lang_zh-CHS .book.bookModule .stayForm .formList>li:nth-child(5),
body.lang_zh-CHT .book.bookModule .stayForm .formList>li:nth-child(5),
body.lang_ko .book.bookModule .stayForm .formList>li:nth-child(5),
body.lang_fr .book.bookModule .stayForm .formList>li:nth-child(5),
body.lang_de .book.bookModule .stayForm .formList>li:nth-child(5),
body.lang_es .book.bookModule .stayForm .formList>li:nth-child(5),
body.lang_th .book.bookModule .stayForm .formList>li:nth-child(5),
body.lang_vi .book.bookModule .stayForm .formList>li:nth-child(5),
body.lang_it .book.bookModule .stayForm .formList>li:nth-child(5),
body.lang_ms .book.bookModule .stayForm .formList>li:nth-child(5),
body.lang_id .book.bookModule .stayForm .formList>li:nth-child(5),
body.lang_ar .book.bookModule .stayForm .formList>li:nth-child(5),
body.lang_ru .book.bookModule .stayForm .formList>li:nth-child(5) {
  grid-column: 3/4;
}

body.lang_en .book.bookModule .stayForm .formList>li:nth-child(6),
body.lang_zh-CHS .book.bookModule .stayForm .formList>li:nth-child(6),
body.lang_zh-CHT .book.bookModule .stayForm .formList>li:nth-child(6),
body.lang_ko .book.bookModule .stayForm .formList>li:nth-child(6),
body.lang_fr .book.bookModule .stayForm .formList>li:nth-child(6),
body.lang_de .book.bookModule .stayForm .formList>li:nth-child(6),
body.lang_es .book.bookModule .stayForm .formList>li:nth-child(6),
body.lang_th .book.bookModule .stayForm .formList>li:nth-child(6),
body.lang_vi .book.bookModule .stayForm .formList>li:nth-child(6),
body.lang_it .book.bookModule .stayForm .formList>li:nth-child(6),
body.lang_ms .book.bookModule .stayForm .formList>li:nth-child(6),
body.lang_id .book.bookModule .stayForm .formList>li:nth-child(6),
body.lang_ar .book.bookModule .stayForm .formList>li:nth-child(6),
body.lang_ru .book.bookModule .stayForm .formList>li:nth-child(6) {
  grid-column: 4/5;
}

body.lang_en .book.bookModule .stayForm .formList>li:nth-child(7),
body.lang_zh-CHS .book.bookModule .stayForm .formList>li:nth-child(7),
body.lang_zh-CHT .book.bookModule .stayForm .formList>li:nth-child(7),
body.lang_ko .book.bookModule .stayForm .formList>li:nth-child(7),
body.lang_fr .book.bookModule .stayForm .formList>li:nth-child(7),
body.lang_de .book.bookModule .stayForm .formList>li:nth-child(7),
body.lang_es .book.bookModule .stayForm .formList>li:nth-child(7),
body.lang_th .book.bookModule .stayForm .formList>li:nth-child(7),
body.lang_vi .book.bookModule .stayForm .formList>li:nth-child(7),
body.lang_it .book.bookModule .stayForm .formList>li:nth-child(7),
body.lang_ms .book.bookModule .stayForm .formList>li:nth-child(7),
body.lang_id .book.bookModule .stayForm .formList>li:nth-child(7),
body.lang_ar .book.bookModule .stayForm .formList>li:nth-child(7),
body.lang_ru .book.bookModule .stayForm .formList>li:nth-child(7) {
  grid-column: 5/7;
}

body.lang_en .book.bookModule .btn.bookBtn.gold,
body.lang_zh-CHS .book.bookModule .btn.bookBtn.gold,
body.lang_zh-CHT .book.bookModule .btn.bookBtn.gold,
body.lang_ko .book.bookModule .btn.bookBtn.gold,
body.lang_fr .book.bookModule .btn.bookBtn.gold,
body.lang_de .book.bookModule .btn.bookBtn.gold,
body.lang_es .book.bookModule .btn.bookBtn.gold,
body.lang_th .book.bookModule .btn.bookBtn.gold,
body.lang_vi .book.bookModule .btn.bookBtn.gold,
body.lang_it .book.bookModule .btn.bookBtn.gold,
body.lang_ms .book.bookModule .btn.bookBtn.gold,
body.lang_id .book.bookModule .btn.bookBtn.gold,
body.lang_ar .book.bookModule .btn.bookBtn.gold,
body.lang_ru .book.bookModule .btn.bookBtn.gold {
  display: none;
}

body.lang_en .dynamicPackaging.sp,
body.lang_zh-CHS .dynamicPackaging.sp,
body.lang_zh-CHT .dynamicPackaging.sp,
body.lang_ko .dynamicPackaging.sp,
body.lang_fr .dynamicPackaging.sp,
body.lang_de .dynamicPackaging.sp,
body.lang_es .dynamicPackaging.sp,
body.lang_th .dynamicPackaging.sp,
body.lang_vi .dynamicPackaging.sp,
body.lang_it .dynamicPackaging.sp,
body.lang_ms .dynamicPackaging.sp,
body.lang_id .dynamicPackaging.sp,
body.lang_ar .dynamicPackaging.sp,
body.lang_ru .dynamicPackaging.sp {
  display: none !important;
}

@media (max-width: 1024px) {

  body.lang_en .dynamicPackaging.pc,
  body.lang_zh-CHS .dynamicPackaging.pc,
  body.lang_zh-CHT .dynamicPackaging.pc,
  body.lang_ko .dynamicPackaging.pc,
  body.lang_fr .dynamicPackaging.pc,
  body.lang_de .dynamicPackaging.pc,
  body.lang_es .dynamicPackaging.pc,
  body.lang_th .dynamicPackaging.pc,
  body.lang_vi .dynamicPackaging.pc,
  body.lang_it .dynamicPackaging.pc,
  body.lang_ms .dynamicPackaging.pc,
  body.lang_id .dynamicPackaging.pc,
  body.lang_ar .dynamicPackaging.pc,
  body.lang_ru .dynamicPackaging.pc {
    display: none !important;
  }

  body.lang_en .dynamicPackaging.sp,
  body.lang_zh-CHS .dynamicPackaging.sp,
  body.lang_zh-CHT .dynamicPackaging.sp,
  body.lang_ko .dynamicPackaging.sp,
  body.lang_fr .dynamicPackaging.sp,
  body.lang_de .dynamicPackaging.sp,
  body.lang_es .dynamicPackaging.sp,
  body.lang_th .dynamicPackaging.sp,
  body.lang_vi .dynamicPackaging.sp,
  body.lang_it .dynamicPackaging.sp,
  body.lang_ms .dynamicPackaging.sp,
  body.lang_id .dynamicPackaging.sp,
  body.lang_ar .dynamicPackaging.sp,
  body.lang_ru .dynamicPackaging.sp {
    display: block !important;
    margin-bottom: 30px;
  }
}

body.lang_en .detail .wrapper,
body.lang_zh-CHS .detail .wrapper,
body.lang_zh-CHT .detail .wrapper,
body.lang_ko .detail .wrapper,
body.lang_fr .detail .wrapper,
body.lang_de .detail .wrapper,
body.lang_es .detail .wrapper,
body.lang_th .detail .wrapper,
body.lang_vi .detail .wrapper,
body.lang_it .detail .wrapper,
body.lang_ms .detail .wrapper,
body.lang_id .detail .wrapper,
body.lang_ar .detail .wrapper,
body.lang_ru .detail .wrapper {
  padding-bottom: 0;
}

body.lang_en .bookModule .formList li:last-child input.submitBtn {
  text-transform: capitalize;
}

.dynamicPackaging .hotel {
  background: #fff;
}

/* =========================================================
多言語
========================================================= */
body.lang_en .hotelList>li .text .title,
body.lang_zh-CHS .hotelList>li .text .title,
body.lang_zh-CHT .hotelList>li .text .title,
body.lang_ko .hotelList>li .text .title,
body.lang_fr .hotelList>li .text .title,
body.lang_de .hotelList>li .text .title,
body.lang_es .hotelList>li .text .title,
body.lang_th .hotelList>li .text .title,
body.lang_vi .hotelList>li .text .title,
body.lang_it .hotelList>li .text .title,
body.lang_ms .hotelList>li .text .title,
body.lang_id .hotelList>li .text .title,
body.lang_ar .hotelList>li .text .title,
body.lang_ru .hotelList>li .text .title {
  width: 100%;
}

body.lang_ja .secTitle01 .enExc,
body.lang_zh-CHS .secTitle01 .enExc,
body.lang_zh-CHT .secTitle01 .enExc,
body.lang_ko .secTitle01 .enExc,
body.lang_th .secTitle01 .enExc,
body.lang_vi .secTitle01 .enExc,
body.lang_ar .secTitle01 .enExc,
body.lang_ru .secTitle01 .enExc {
  display: none;
}

/*# sourceMappingURL=apartment.css.map */