@charset "UTF-8";
/* コンテンツ最大幅 */
/* color */
/* ============================================ */
/* font */
/* ============================================ */
/* room */
/* ============================================ */
.block__contents_basic--nav .on_room a .box_thumb {
  opacity: 1;
}
.block__contents_basic--nav .on_room a .box_thumb img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.block__contents_basic--roomlist {
  padding: 60px 0 0;
  margin: 0 calc(50% - 50vw);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
@media all and (max-width: 1300px) {
  .block__contents_basic--roomlist {
    padding: 4.68vw 0 0;
  }
}
@media all and (max-width: 896px) {
  .block__contents_basic--roomlist {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media all and (max-width: 480px) {
  .block__contents_basic--roomlist {
    padding: 30px 0 0;
  }
}

.item_roomlist {
  background-color: #000;
  position: relative;
  overflow: hidden;
}
.item_roomlist .box_img {
  position: relative;
  width: 100%;
  aspect-ratio: 63/93;
  overflow: hidden;
  opacity: 0.6;
}
@media all and (max-width: 896px) {
  .item_roomlist .box_img {
    aspect-ratio: 16/9;
  }
}
@media all and (max-width: 480px) {
  .item_roomlist .box_img {
    aspect-ratio: 4/3;
  }
}
.item_roomlist .box_img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.item_roomlist .ttl_room_en {
  font-family: "Baskervville SC", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: clamp(4.5rem, 5.2vw, 10rem);
  line-height: 1em;
  letter-spacing: -0.05em;
  white-space: nowrap;
  width: 100%;
  position: absolute;
  top: -3px;
  color: #FFF;
  opacity: 0.5;
  transform-origin: left top 0;
  transform: rotate(90deg);
  left: 4.5vw;
}
@media all and (max-width: 896px) {
  .item_roomlist .ttl_room_en {
    transform: rotate(0deg);
    top: -2px;
    left: -1px;
  }
}
.item_roomlist .box_txt {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 76%;
  color: #FFF;
  padding-bottom: 4vw;
}
@media all and (max-width: 896px) {
  .item_roomlist .box_txt {
    padding-bottom: 20px;
  }
}
@media all and (max-width: 480px) {
  .item_roomlist .box_txt {
    width: 90%;
  }
}
.item_roomlist .box_txt .btn_link_w {
  padding: 0.8vw 0 0;
}
@media all and (max-width: 896px) {
  .item_roomlist .box_txt .btn_link_w {
    padding: 10px 0 0;
  }
}
.item_roomlist .box_txt .btn_link_w a {
  font-size: 1.7rem;
}
@media all and (max-width: 480px) {
  .item_roomlist .box_txt .btn_link_w a {
    font-size: 1.4rem;
    padding-bottom: 5px;
  }
}
.item_roomlist .box_txt .btn_link_w a::after {
  top: 32%;
  transform: translateY(-32%);
  width: 16px;
  height: 15px;
}
@media all and (max-width: 480px) {
  .item_roomlist .box_txt .btn_link_w a::after {
    width: 13px;
    height: 12px;
  }
}

.name_roomlist {
  font-size: clamp(2.2rem, 2vw, 4rem);
  line-height: 1em;
  border-bottom: #FFF solid 1px;
  padding: 0 0 1.2vw;
}
@media all and (max-width: 896px) {
  .name_roomlist {
    padding: 0 0 10px;
  }
}

.copy_roomlist, .txt_roomlist {
  padding-right: 1vw;
}
@media all and (max-width: 896px) {
  .copy_roomlist, .txt_roomlist {
    padding-right: 10px;
  }
}

.copy_roomlist {
  font-size: clamp(1.8rem, 1.3vw, 2.4rem);
  line-height: 1.3em;
  padding-top: 0.7vw;
}
@media all and (max-width: 896px) {
  .copy_roomlist {
    padding-top: 10px;
  }
}

.txt_roomlist {
  font-size: clamp(1.4rem, 1vw, 1.6rem);
  line-height: 1.6em;
  padding-top: 0.4vw;
}
@media all and (max-width: 896px) {
  .txt_roomlist {
    padding-top: 5px;
  }
}

.detail_room_ttl {
  text-align: center;
}
.detail_room_ttl .txt_ttl_en {
  color: #4CABB1;
}

.detail_slide {
  position: relative;
  overflow: hidden;
  padding: 40px 0 0;
}
@media all and (max-width: 1300px) {
  .detail_slide {
    padding: 3.125vw 0 0;
  }
}
@media all and (max-width: 896px) {
  .detail_slide {
    padding: 20px 0 0;
  }
}
.detail_slide .swiper_detail .swiper-wrapper .swiper-slide {
  border-radius: 16px;
  aspect-ratio: 16/9;
  overflow: hidden;
}
@media all and (max-width: 480px) {
  .detail_slide .swiper_detail .swiper-wrapper .swiper-slide {
    aspect-ratio: 4/3;
  }
}
.detail_slide .swiper_detail .swiper-wrapper .swiper-slide img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.detail_slide .swiper_detail .swiper-button-next:after {
  color: #FFF;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}
.detail_slide .swiper_detail .swiper-button-prev:after {
  color: #FFF;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}
.detail_slide .swiper_detail .swiper-pagination-bullet-active {
  background-color: #FFF;
}

.column__spec {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.column__spec .btn_link {
  padding: 40px 5px 0 0;
}
@media all and (max-width: 896px) {
  .column__spec .btn_link {
    padding: 16px 0px 0 0;
  }
}
@media all and (max-width: 480px) {
  .column__spec .btn_link {
    padding: 5px 0px 0 0;
    margin: 0 auto;
  }
}
.column__spec .btn_link a {
  font-size: 1.7rem;
}
@media all and (max-width: 896px) {
  .column__spec .btn_link a {
    font-size: 1.4rem;
    padding-bottom: 5px;
  }
}
.column__spec .btn_link a::after {
  top: 32%;
  transform: translateY(-32%);
  width: 16px;
  height: 15px;
}
@media all and (max-width: 480px) {
  .column__spec .btn_link a::after {
    width: 13px;
    height: 12px;
  }
}

.side_spec {
  padding: 25px 0 0;
  width: 60%;
}
@media all and (max-width: 896px) {
  .side_spec {
    width: 80%;
    padding: 10px 0 0;
  }
}
@media all and (max-width: 480px) {
  .side_spec {
    width: 100%;
  }
}

.item_spec {
  display: flex;
  align-items: center;
  padding: 5px 0;
}

.item_name {
  width: 86px;
  aspect-ratio: 1/1;
  display: grid;
  place-content: center;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #4CABB1;
  border: #4CABB1 solid 1px;
  border-radius: 100px;
}
@media all and (max-width: 896px) {
  .item_name {
    width: 70px;
  }
}

.item_txt {
  line-height: 1.6em;
  width: calc(100% - 86px);
  box-sizing: border-box;
  padding-left: 10px;
  text-align: justify;
}

.btn_reserve_detail {
  text-align: center;
  padding: 40px 0 0;
}
@media all and (max-width: 1300px) {
  .btn_reserve_detail {
    padding: 4.68vw 0px 0 0;
  }
}
@media all and (max-width: 480px) {
  .btn_reserve_detail {
    padding: 30px 0px 0 0;
  }
}
.btn_reserve_detail a {
  display: inline-block;
  border: #444 solid 1px;
  padding: 16px;
  width: 100%;
  max-width: 450px;
  font-size: 2.4rem;
}
.btn_reserve_detail a:hover {
  border: #4CABB1 solid 1px;
}
@media all and (max-width: 1300px) {
  .btn_reserve_detail a {
    font-size: clamp(1.7rem, 1.87vw, 2.4rem);
  }
}
@media all and (max-width: 896px) {
  .btn_reserve_detail a {
    max-width: 80%;
  }
}

.box_kome {
  text-align: center;
  padding: 40px 0 0;
}
@media all and (max-width: 1300px) {
  .box_kome {
    padding: 4.68vw 0px 0 0;
  }
}
@media all and (max-width: 480px) {
  .box_kome {
    padding: 30px 0px 0 0;
  }
}
.box_kome .kome {
  display: inline-block;
  text-align: left;
  padding: 0 0 0 1em;
  text-indent: -1em;
  line-height: 1.6em;
}
.box_kome .kome::before {
  content: "※";
}

.nav_detail {
  background-color: #FFF;
  padding: 20px;
  border-radius: 10px;
  margin: 60px 0 0;
}
@media all and (max-width: 1300px) {
  .nav_detail {
    padding: 1.56vw;
    margin: 4.68vw 0 0;
  }
}
@media all and (max-width: 480px) {
  .nav_detail {
    margin: 30px 0px 0 0;
  }
}

.list_detail {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media all and (max-width: 1300px) {
  .list_detail {
    gap: 1.56vw;
  }
}

.item_detail {
  position: relative;
}
.item_detail:hover .img_item_detail img {
  opacity: 1;
}
.item_detail .img_item_detail {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16/5;
  border-radius: 10px;
  background-color: #000;
}
@media all and (max-width: 480px) {
  .item_detail .img_item_detail {
    aspect-ratio: 3/2;
  }
}
.item_detail .img_item_detail img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 70%;
     object-position: 50% 70%;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  transition: all 0.3s ease-out;
}
.item_detail .txt_item_detail {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #FFF;
  text-align: center;
  white-space: nowrap;
}
.item_detail .txt_item_detail .jp {
  font-size: 2.2rem;
  line-height: 1em;
}
@media all and (max-width: 1300px) {
  .item_detail .txt_item_detail .jp {
    font-size: clamp(1.6rem, 1.87vw, 2.2rem);
  }
}
@media all and (max-width: 480px) {
  .item_detail .txt_item_detail .jp {
    letter-spacing: -0.1em;
  }
}
.item_detail .txt_item_detail .en {
  font-family: "Dancing Script", cursive;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 1.3rem;
  line-height: 1em;
  padding: 5px 0 0;
}
@media all and (max-width: 480px) {
  .item_detail .txt_item_detail .en {
    font-size: 1.1rem;
  }
}

.active .img_item_detail img {
  opacity: 1;
}

/* モーダルのスタイル */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  z-index: 7000;
}

.modal.show {
  display: flex;
  -webkit-animation: fadeIn 0.5s ease-out;
          animation: fadeIn 0.5s ease-out;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.modal-content {
  background-color: white;
  margin: 15% auto;
  padding: 15px 20px 30px;
  border: 1px solid #888;
  width: 80%;
  max-width: 300px;
  text-align: center;
  position: relative;
}
.modal-content h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  line-height: 1.4em;
  text-align: left;
}
.modal-content img {
  margin-top: 10px;
}

.closeBtn {
  color: #aaa;
  font-size: 28px;
  font-weight: bold;
  position: absolute;
  top: 0px;
  right: 10px;
}

.closeBtn:hover,
.closeBtn:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

/* 画像のスタイル */
img {
  max-width: 100%;
  height: auto;
}