@charset "UTF-8";
/* ===================================================================
CSS information

file name  : villa.css
author     : Abilive
style info : コピー
=================================================================== */
/* ===================================================================
CSS information

file name  : _settings.scss
author     : Abilive
style info : 汎用設定
=================================================================== */
.c-other-intro__inner, .p-suggest__inner, #search_tripla, .list-btn {
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-width: 1025px) {
  .c-other-intro__inner, .p-suggest__inner, #search_tripla, .list-btn {
    width: calc(1280 / 1440 * 100%);
    max-width: calc(1280px);
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1441px) {
  .c-other-intro__inner, .p-suggest__inner, #search_tripla, .list-btn {
    max-width: calc(1280px * ((16 + 3) / 14));
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1441px) and (max-width: 1600px) {
  .c-other-intro__inner, .p-suggest__inner, #search_tripla, .list-btn {
    max-width: calc(1280px * ((16 + 2) / 14));
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .c-other-intro__inner, .p-suggest__inner, #search_tripla, .list-btn {
    width: calc(1280 / 1440 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .c-other-intro__inner, .p-suggest__inner, #search_tripla, .list-btn {
    width: calc(348 / 428 * 100%);
  }
}

@keyframes FadeIn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes FadeUp {
  0% {
    transform: translateY(-200%);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
.visually-hidden {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.c-intro {
  margin-top: 10rem;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .c-intro {
    margin-top: 7.14rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-intro {
    margin-top: 4.28rem;
  }
}

body::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100vh;
  background: url(../images/villa/bg_content.webp) center center repeat;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}

.c-areamap {
  background: #F7F7F7;
  text-align: center;
}
@media only screen and (min-width: 1025px) {
  .c-areamap {
    margin: 8.57rem auto 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .c-areamap {
    margin: 7.14rem auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .c-areamap {
    margin: 6rem auto 0;
  }
}
@media only screen and (min-width: 1025px) {
  .c-areamap {
    width: calc(1100 / 1440 * 100%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .c-areamap {
    width: 90%;
  }
}
@media only screen and (max-width: 767px) {
  .c-areamap {
    width: 90%;
  }
}
@media only screen and (min-width: 768px) {
  .c-areamap {
    padding: 3.57rem 0 2.85rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-areamap {
    padding: 2rem 0;
  }
}
.c-areamap__inner {
  width: calc(890 / 1100 * 100%);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .c-areamap__inner {
    margin: 2.5rem auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .c-areamap__inner {
    margin: 2rem auto 0;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1235px) {
  .c-areamap__inner {
    width: 90%;
  }
}
@media only screen and (max-width: 767px) {
  .c-areamap__inner {
    width: 90%;
  }
}
.c-areamap__map {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .c-areamap__map {
    width: calc(500 / 890 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .c-areamap__map {
    width: 100%;
  }
}
.c-areamap__map .img {
  mix-blend-mode: multiply;
}
.c-areamap__map .c-tab {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
.c-areamap__map .c-tab li {
  position: absolute;
  display: inline-block;
  line-height: 1;
  cursor: pointer;
  transition: .3s ease;
}
.c-areamap__map .c-tab li.active {
  cursor: default;
}
.c-areamap__map .c-tab li.active button {
  cursor: default;
}
.c-areamap__map .c-tab li button {
  display: inline-block;
  width: 100%;
  height: 100%;
  background: transparent;
  border: 0;
  padding: 0;
}
.c-areamap__map .c-tab li button img {
  filter: drop-shadow(0 0.14rem 0.21rem rgba(0, 0, 0, 0.25));
  height: auto;
  transition: .3s ease;
}
@media only screen and (min-width: 1025px) {
  .c-areamap__map .c-tab li button img {
    width: 1.71rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .c-areamap__map .c-tab li button img {
    width: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-areamap__map .c-tab li button img {
    width: 1.28rem;
  }
}
.c-areamap__map .c-tab li:hover, .c-areamap__map .c-tab li.active {
  filter: invert(1);
}
.c-areamap__map .c-tab li.active button img {
  transform: scale(1.2);
  transform-origin: bottom;
}
.c-areamap__map .c-tab li[data-target="#info_map1"] {
  top: 31%;
  left: 59%;
}
.c-areamap__map .c-tab li[data-target="#info_map2"] {
  top: 35%;
  left: 47%;
}
.c-areamap__map .c-tab li[data-target="#info_map3"] {
  top: 49%;
  left: 45%;
}
.c-areamap__map .c-tab li[data-target="#info_map4"] {
  top: 61.5%;
  left: 43.5%;
}
.c-areamap__map .c-tab li[data-target="#info_map5"] {
  top: 68%;
  left: 38%;
}
.c-areamap__map .c-tab li[data-target="#info_map6"] {
  top: 70%;
  left: 31.5%;
}
.c-areamap__map .c-tab li[data-target="#info_map7"] {
  top: 60%;
  left: 25%;
}
.c-areamap__map .c-tab li[data-target="#info_map8"] {
  top: 47.5%;
  left: 31%;
}
.c-areamap__map .c-tab li[data-target="#info_map9"] {
  top: 38%;
  left: 37.5%;
}
.c-areamap__map .c-tab li[data-target="#info_map10"] {
  top: 25%;
  left: 31%;
}
.c-areamap__map .c-tab li[data-target="#info_map11"] {
  top: 13%;
  left: 39.5%;
}
.c-areamap__map .c-tab li[data-target="#info_map12"] {
  top: 20%;
  left: 46.5%;
}
.c-areamap__map .c-tab li[data-target="#info_map13"] {
  top: 17%;
  left: 53%;
}
.c-areamap__map .c-tab li[data-target="#info_map14"] {
  top: 37%;
  left: 69%;
}
.c-areamap__map .c-tab li[data-target="#info_map15"] {
  top: 45%;
  left: 81%;
}
.c-areamap__map .c-tab li[data-target="#info_map16"] {
  top: 55%;
  left: 85%;
}
.c-areamap__map .c-tab li[data-target="#info_map17"] {
  top: 63%;
  left: 78.5%;
}
.c-areamap__map .c-tab li[data-target="#info_map18"] {
  top: 72%;
  left: 72%;
}
.c-areamap__info {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .c-areamap__info {
    width: calc(300 / 890 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .c-areamap__info {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .c-areamap__info {
    margin-top: 1.5rem;
  }
}
.c-areamap__info > div {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
  transition: all .5s ease;
  width: 100%;
}
.c-areamap__info > div.active {
  position: relative;
  opacity: 1;
  z-index: 1;
}
@media only screen and (min-width: 1025px) {
  .c-areamap__info > div .c-title {
    font-size: 1.07rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .c-areamap__info > div .c-title {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-areamap__info > div .c-title {
    font-size: 1.07rem;
  }
}
.c-areamap__info > div .c-title span {
  white-space: nowrap;
}
@media only screen and (min-width: 768px) {
  .c-areamap__info > div .img {
    margin-top: 1.78rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-areamap__info > div .img {
    margin-top: 1.5rem;
  }
}
@media only screen and (min-width: 768px) {
  .c-areamap__info > div .btn_detail {
    margin-top: 1.78rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-areamap__info > div .btn_detail {
    margin-top: 1.5rem;
  }
}

@media only screen and (min-width: 768px) {
  .c-roomlist {
    margin-top: 5.35rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-roomlist {
    margin-top: 4rem;
  }
}
.c-roomlist__cat {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  border-top: 1px solid #888787;
  border-left: 1px solid #888787;
}
@media only screen and (min-width: 1025px) {
  .c-roomlist__cat {
    width: calc(1100 / 1440 * 100%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .c-roomlist__cat {
    width: 90%;
  }
}
@media only screen and (max-width: 767px) {
  .c-roomlist__cat {
    width: 90%;
  }
}
@media only screen and (min-width: 768px) {
  .c-roomlist__cat {
    margin: 2.5rem auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .c-roomlist__cat {
    margin: 1.5rem auto 0;
  }
}
.c-roomlist__cat li {
  border-bottom: 1px solid #888787;
  border-right: 1px solid #888787;
  transition: all .5s ease;
}
@media only screen and (min-width: 768px) {
  .c-roomlist__cat li {
    width: 25%;
  }
}
@media only screen and (max-width: 767px) {
  .c-roomlist__cat li {
    width: 50%;
  }
}
.c-roomlist__cat li button {
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  transition: all .5s ease;
}
@media only screen and (min-width: 768px) {
  .c-roomlist__cat li button {
    padding: 0.71rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-roomlist__cat li button {
    padding: 0.5rem;
  }
}
.c-roomlist__cat li.active {
  background: #888787;
}
.c-roomlist__cat li.active button {
  color: #fff;
  cursor: default;
}
.c-roomlist__cat li:hover {
  background: #888787;
}
.c-roomlist__cat li:hover button {
  color: #fff;
}
.c-roomlist__detail {
  border-bottom: 1px solid #888787;
}
@media only screen and (min-width: 768px) {
  .c-roomlist__detail {
    margin-top: 5.71rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-roomlist__detail {
    margin-top: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-roomlist__detail {
    width: 90%;
    margin: 3rem auto 0;
  }
}
.c-roomlist__item {
  border-top: 1px solid #888787;
}
.c-roomlist__item .accordion {
  position: relative;
}
.c-roomlist__item .accordion::before {
  content: "";
  display: inline-block;
  aspect-ratio: 1;
  background: url(../images/villa/layout/ic_plus.svg) center center/cover no-repeat;
  position: absolute;
  transition: all .5s ease;
}
@media only screen and (min-width: 768px) {
  .c-roomlist__item .accordion::before {
    top: 3.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-roomlist__item .accordion::before {
    top: 2rem;
  }
}
@media only screen and (min-width: 768px) {
  .c-roomlist__item .accordion::before {
    right: 4%;
  }
}
@media only screen and (max-width: 767px) {
  .c-roomlist__item .accordion::before {
    right: 0;
  }
}
@media only screen and (min-width: 1025px) {
  .c-roomlist__item .accordion::before {
    width: 1.71rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .c-roomlist__item .accordion::before {
    width: 1.28rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-roomlist__item .accordion::before {
    width: 1.5rem;
  }
}
.c-roomlist__item .accordion.is-active::before {
  background: url(../images/villa/layout/ic_minus.svg) center center/cover no-repeat;
}
.c-roomlist__item .accordion a {
  display: block;
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .c-roomlist__item .accordion a {
    padding: 2.85rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .c-roomlist__item .accordion a {
    padding: 5rem 0 2rem;
  }
}
.c-roomlist__item .accordion .c-text-img {
  width: calc(1280 / 1440 * 100%);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media only screen and (max-width: 767px) {
  .c-roomlist__item .accordion .c-text-img {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .c-roomlist__item .accordion .c-text-img .img {
    width: calc(355 / 1280 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .c-roomlist__item .accordion .c-text-img .img {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .c-roomlist__item .accordion .c-text-img .c-text {
    width: calc(870 / 1280 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .c-roomlist__item .accordion .c-text-img .c-text {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .c-roomlist__item .accordion .c-text-img .c-text {
    margin-top: 1.5rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .c-roomlist__item .accordion .c-text-img .c-text > h3 {
    line-height: 1.2;
  }
}
@media only screen and (max-width: 767px) {
  .c-roomlist__item .accordion .c-text-img .c-text > h3 {
    line-height: 1.5;
  }
}
.c-roomlist__item .accordion .c-text-img .c-text > h3 span {
  display: inline-block;
  font-size: 57%;
}
@media only screen and (min-width: 768px) {
  .c-roomlist__item .accordion .c-text-img .c-text > h3 span {
    margin-left: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .c-roomlist__item .accordion .c-text-img .c-text > h3 span {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .c-roomlist__item .accordion .c-text-img .c-text > h3 span {
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .c-roomlist__item .accordion .c-text-img .c-text .info {
    margin-top: 1rem;
  }
}
.c-roomlist__item .c-accordion__target {
  display: none;
}
@media only screen and (min-width: 768px) {
  .c-roomlist__item .c-accordion__target {
    width: calc(1240 / 1440 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .c-roomlist__item .c-accordion__target {
    width: 100%;
  }
}
@media only screen and (min-width: 1025px) {
  .c-roomlist__item .c-accordion__target {
    margin: 2.5rem auto 6.78rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .c-roomlist__item .c-accordion__target {
    margin: 1.78rem auto 4.64rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-roomlist__item .c-accordion__target {
    margin: 1rem auto 3rem;
  }
}
.c-roomlist__item .c-accordion__target .c-flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media only screen and (min-width: 1025px) {
  .c-roomlist__item .c-accordion__target .c-text {
    width: calc(385 / 1240 * 100%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .c-roomlist__item .c-accordion__target .c-text {
    width: 280px;
  }
}
@media only screen and (max-width: 767px) {
  .c-roomlist__item .c-accordion__target .c-text {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .c-roomlist__item .c-accordion__target .c-text {
    order: 2;
    margin-top: 1.5rem;
  }
}
.c-roomlist__item .c-accordion__target .c-text > h4 {
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 1.65;
}
@media only screen and (min-width: 1025px) {
  .c-roomlist__item .c-accordion__target .c-text > h4 {
    font-size: 1.43rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .c-roomlist__item .c-accordion__target .c-text > h4 {
    font-size: 1.29rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-roomlist__item .c-accordion__target .c-text > h4 {
    font-size: 1.43rem;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1200px) {
  .c-roomlist__item .c-accordion__target .c-text > h4 {
    font-size: 1.6vw;
  }
}
@media only screen and (min-width: 768px) {
  .c-roomlist__item .c-accordion__target .c-text .txt {
    margin-top: 1.78rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-roomlist__item .c-accordion__target .c-text .txt {
    margin-top: 1rem;
  }
}
@media only screen and (min-width: 768px) {
  .c-roomlist__item .c-accordion__target .c-text .c-btn {
    margin-top: 2.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-roomlist__item .c-accordion__target .c-text .c-btn {
    margin-top: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-roomlist__item .c-accordion__target .c-text .c-btn {
    width: 100%;
    text-align: center;
  }
}
@media only screen and (min-width: 1025px) {
  .c-roomlist__item .c-accordion__target .c-text .c-btn a {
    min-width: 21rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-roomlist__item .c-accordion__target .c-text .c-btn a {
    width: 70%;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1025px) {
  .c-roomlist__item .c-accordion__target .c-img {
    width: calc(760 / 1240 * 100%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .c-roomlist__item .c-accordion__target .c-img {
    width: calc(95% - 280px);
  }
}
@media only screen and (max-width: 767px) {
  .c-roomlist__item .c-accordion__target .c-img {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .c-roomlist__item .c-accordion__target .c-img {
    order: 1;
  }
}
.c-roomlist__item .c-accordion__target .c-img .room-layout-list .open-popup {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  font-weight: 500;
  line-height: 2.2;
  letter-spacing: .02em;
}
@media only screen and (min-width: 768px) {
  .c-roomlist__item .c-accordion__target .c-img .room-layout-list .open-popup {
    margin-top: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-roomlist__item .c-accordion__target .c-img .room-layout-list .open-popup {
    margin-top: 1rem;
  }
}
@media only screen and (min-width: 1025px) {
  .c-roomlist__item .c-accordion__target .c-img .room-layout-list .open-popup {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .c-roomlist__item .c-accordion__target .c-img .room-layout-list .open-popup {
    font-size: 0.93rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-roomlist__item .c-accordion__target .c-img .room-layout-list .open-popup {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-roomlist__item .c-accordion__target .c-img .room-layout-list .open-popup {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .c-roomlist__item .c-accordion__target .c-img .room-layout-list .open-popup:not(:last-child) {
    margin-right: 1.78rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-roomlist__item .c-accordion__target .c-img .room-layout-list .open-popup:not(:last-child) {
    margin-right: 0;
  }
}
.c-roomlist__item .c-accordion__target .c-img .room-layout-list .open-popup::before {
  content: '';
  display: inline-block;
  aspect-ratio: 1;
  background: url(../images/villa/layout/ic_open.svg) center center/cover no-repeat;
  margin-right: .5rem;
}
@media only screen and (min-width: 768px) {
  .c-roomlist__item .c-accordion__target .c-img .room-layout-list .open-popup::before {
    width: 1.42rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-roomlist__item .c-accordion__target .c-img .room-layout-list .open-popup::before {
    width: 1.2rem;
  }
}

#reservation {
  background: #F4F4F4;
}
@media only screen and (min-width: 768px) {
  #reservation {
    margin-top: 6.42rem;
  }
}
@media only screen and (max-width: 767px) {
  #reservation {
    margin-top: 4rem;
  }
}
@media only screen and (min-width: 768px) {
  #reservation {
    padding: 6.78rem 0;
  }
}
@media only screen and (max-width: 767px) {
  #reservation {
    padding: 3rem 0;
  }
}

.popup-room {
  background: #fff;
  width: 90%;
  max-width: 1100px;
  padding: 2.85rem 0;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .popup-room {
    height: 71.42rem;
  }
}
@media only screen and (max-width: 767px) {
  .popup-room {
    height: 80vh;
  }
}
@media only screen and (max-width: 767px) {
  .popup-room {
    padding: 1.42rem 0;
  }
}
.popup-room__title {
  margin-bottom: 20px;
}
.popup-room__inner {
  position: relative;
  height: 100%;
}
.popup-room img {
  width: auto;
}
.popup-room .mfp-close {
  letter-spacing: .02em;
  line-height: 2.3;
  color: #1A1A1A;
  width: auto;
  height: auto;
  top: 0;
  right: 2.14rem;
  opacity: 1;
  font-family: 'Jomolhari';
  letter-spacing: 0.005em;
  font-weight: 400;
}
@media only screen and (min-width: 1025px) {
  .popup-room .mfp-close {
    font-size: 0.86rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .popup-room .mfp-close {
    font-size: 0.79rem;
  }
}
@media only screen and (max-width: 767px) {
  .popup-room .mfp-close {
    font-size: 0.86rem;
  }
}
.popup-room .mfp-close::after {
  content: "";
  display: inline-block;
  aspect-ratio: 3.73034;
  background: url(../images/villa/layout/ic_close.svg) center center/cover no-repeat;
  margin-left: 1rem;
}
@media only screen and (min-width: 768px) {
  .popup-room .mfp-close::after {
    width: 2.85rem;
  }
}
@media only screen and (max-width: 767px) {
  .popup-room .mfp-close::after {
    width: 2.5rem;
  }
}
.popup-room .st-img {
  width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 767px) {
  .popup-room .st-img {
    width: 90%;
  }
}
@media only screen and (max-width: 767px) {
  .popup-room .st-img .c-title {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 1025px) {
  .popup-room .st-img .img {
    margin-top: 2.85rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .popup-room .st-img .img {
    margin-top: 2.14rem;
  }
}
@media only screen and (max-width: 767px) {
  .popup-room .st-img .img {
    margin-top: 1rem;
  }
}
@media only screen and (min-width: 768px) {
  .popup-room .st-img .img {
    height: 57.14rem;
  }
}
@media only screen and (max-width: 767px) {
  .popup-room .st-img .img {
    height: 55vh;
  }
}
.popup-room .st-img .img img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.mfp-bg {
  background: rgba(0, 0, 0, 0.6);
}

.mfp-fade.mfp-bg {
  opacity: 0;
  transition: opacity .3s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.9;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transform: translateY(20px);
  transition: all .3s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
  transform: none;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
  transform: translateY(20px);
}

@media only screen and (min-width: 1025px) {
  .c-other-intro {
    margin-top: 8.57rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .c-other-intro {
    margin-top: 5.71rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-other-intro {
    margin-top: 7.14rem;
  }
}
.c-other-intro__inner {
  max-width: 900px;
  position: relative;
}
@media only screen and (min-width: 1441px) {
  .c-other-intro__inner {
    max-width: calc(900 / 1440 * 100%);
  }
}
@media only screen and (min-width: 1025px) {
  .c-other-intro__inner > .c-title {
    margin-bottom: 3.21rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .c-other-intro__inner > .c-title {
    margin-bottom: 2.14rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-other-intro__inner > .c-title {
    margin-bottom: 2.14rem;
  }
}
.c-other-intro__inner .c-link-set {
  width: 100%;
  max-width: 100%;
}
@media only screen and (min-width: 768px) {
  .c-other-intro__inner .c-link-set .c-link-set__item {
    width: calc(440 / 900 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .c-other-intro__inner .c-link-set .c-link-set__item {
    width: 100%;
  }
}
.c-other-intro__inner .c-link-set .c-link-set__item__img {
  width: 100%;
}

@media only screen and (min-width: 1025px) {
  .p-suggest {
    margin-top: 8.21rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-suggest {
    margin-top: 7.14rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-suggest {
    margin-top: 5.71rem;
  }
}
.p-suggest__inner {
  max-width: 1248px;
  position: relative;
}
@media only screen and (min-width: 1441px) {
  .p-suggest__inner {
    max-width: calc(1248 / 1440 * 100%);
  }
}
@media only screen and (min-width: 1025px) {
  .p-suggest__inner > .c-title {
    margin-bottom: 3.28rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-suggest__inner > .c-title {
    margin-bottom: 2.14rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-suggest__inner > .c-title {
    margin-bottom: 2.14rem;
  }
}
.p-suggest__inner .txt {
  margin: 0.71rem auto 0;
  width: calc(325 / 356 * 100%);
}
.p-suggest__inner .c-swiper__inner {
  margin-inline: auto;
}
@media only screen and (min-width: 768px) {
  .p-suggest__inner .c-swiper__inner {
    max-width: calc(1100 / 1248 * 100%);
  }
}
.p-suggest__inner .c-swiper__inner img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.p-suggest__inner .c-swiper__inner .c-swiper__slide a {
  text-decoration: none;
}
.mouse .p-suggest__inner .c-swiper__inner .c-swiper__slide a {
  -moz-transition: opacity 0.3s ease-in;
  -o-transition: opacity 0.3s ease-in;
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}
.mouse .p-suggest__inner .c-swiper__inner .c-swiper__slide a:hover, .touch .p-suggest__inner .c-swiper__inner .c-swiper__slide a.touchstart {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.touch .p-suggest__inner .c-swiper__inner .c-swiper__slide a {
  -webkit-tap-highlight-color: transparent;
}
.touch .p-suggest__inner .c-swiper__inner .c-swiper__slide a.touchend {
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
.p-suggest .swiper-button-next,
.p-suggest .swiper-button-prev {
  width: 2.5rem;
  height: auto;
  top: 40%;
}
@media only screen and (max-width: 767px) {
  .p-suggest .swiper-button-next,
  .p-suggest .swiper-button-prev {
    width: 1.42rem;
  }
}
.p-suggest .swiper-button-next::after,
.p-suggest .swiper-button-prev::after {
  content: "";
  position: absolute;
  width: 100%;
  aspect-ratio: 35/76;
}
.p-suggest .swiper-button-next {
  right: 0rem;
}
@media only screen and (max-width: 767px) {
  .p-suggest .swiper-button-next {
    right: -1.43rem;
  }
}
.p-suggest .swiper-button-next::after {
  background: url(../images/fore/arr_next.webp) center center no-repeat;
  background-size: contain;
}
.p-suggest .swiper-button-prev {
  left: 0rem;
}
@media only screen and (max-width: 767px) {
  .p-suggest .swiper-button-prev {
    left: -1.43rem;
  }
}
.p-suggest .swiper-button-prev::after {
  background: url(../images/fore/arr_prev.webp) center center no-repeat;
  background-size: contain;
}
.p-suggest .c-swiper_ctrls {
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .p-suggest .c-swiper_ctrls {
    margin-top: 0;
  }
}
.p-suggest .c-btn-basic {
  justify-content: flex-end;
}
@media only screen and (max-width: 767px) {
  .p-suggest .c-btn-basic {
    margin-top: 2.85rem;
    justify-content: center;
  }
}
.p-suggest .c-btn-basic__link__text {
  padding-right: 0;
}

#search_tripla {
  max-width: 840px;
  margin-top: 2.14rem;
}
@media only screen and (min-width: 1441px) {
  #search_tripla {
    max-width: calc(840 / 1440 * 100%);
  }
}
#search_tripla * {
  border-radius: 0;
}
#search_tripla .search-widget-search-container-bf1818 {
  background: none;
  box-shadow: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  width: 100% !important;
}
#search_tripla > .input-container-input-container-da40af {
  margin-right: 1.42rem;
}
#search_tripla .search-widget-input-34bba0,
#search_tripla .search-widget-select-75fb48 {
  font-size: 100% !important;
  font-weight: normal;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  font-style: normal;
  font-weight: 500;
}
#search_tripla .input-container-input-container-da40af .input-container-title-db81ec {
  font-size: 100% !important;
  font-weight: normal;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  font-style: normal;
  font-weight: 500;
}
#search_tripla * {
  color: var(--color-text) !important;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif !important;
}
#search_tripla .search-widget-input-wrapper-eaf5bf {
  width: calc(670 / 840 * 100%);
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  #search_tripla .search-widget-input-wrapper-eaf5bf {
    width: 100%;
  }
}
#search_tripla .search-widget-input-wrapper-eaf5bf > .input-container-input-container-da40af {
  margin-bottom: 0;
  width: calc(104 / 670 * 100%);
}
@media only screen and (max-width: 767px) {
  #search_tripla .search-widget-input-wrapper-eaf5bf > .input-container-input-container-da40af {
    width: 100%;
  }
}
#search_tripla .search-widget-input-wrapper-eaf5bf > .input-container-input-container-da40af select {
  width: 100%;
}
#search_tripla .search-widget-input-wrapper-eaf5bf .search-widget-two-picker-wrapper-4ca735 {
  width: calc(268 / 670 * 100%);
  margin-right: 0.71rem;
}
@media only screen and (max-width: 767px) {
  #search_tripla .search-widget-input-wrapper-eaf5bf .search-widget-two-picker-wrapper-4ca735 {
    width: 100%;
    margin-right: 0;
  }
}
#search_tripla .search-widget-input-wrapper-eaf5bf .search-widget-two-picker-wrapper-4ca735 select {
  width: 100%;
}
#search_tripla .search-widget-input-wrapper-eaf5bf .search-widget-two-picker-wrapper-4ca735:nth-of-type(2) {
  width: calc(258 / 670 * 100%);
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #search_tripla .search-widget-input-wrapper-eaf5bf .search-widget-two-picker-wrapper-4ca735:nth-of-type(2) {
    width: 100%;
  }
}
#search_tripla .search-widget-input-wrapper-eaf5bf .search-widget-two-picker-wrapper-4ca735:nth-of-type(2) .input-container-input-container-da40af {
  width: calc(125 / 258 * 100%);
}
#search_tripla .search-widget-input-wrapper-eaf5bf .search-widget-two-picker-wrapper-4ca735 .input-container-input-container-da40af {
  display: block;
}
#search_tripla .search-widget-input-wrapper-eaf5bf .search-widget-two-picker-wrapper-4ca735 .input-container-input-container-da40af .input-container-title-db81ec {
  font-size: 93%;
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  #search_tripla .search-widget-input-wrapper-eaf5bf .search-widget-two-picker-wrapper-4ca735 .input-container-input-container-da40af {
    margin-bottom: 25px !important;
  }
}
#search_tripla .search-widget-input-wrapper-eaf5bf .dropdown-selector-container-ef1ce2 .dropdown-selector-input-6d2b0e {
  width: 100%;
  min-width: unset;
}
@media only screen and (max-width: 767px) {
  #search_tripla .search-widget-input-wrapper-eaf5bf .dropdown-selector-container-ef1ce2 .dropdown-selector-input-6d2b0e {
    height: 42px;
  }
}
#search_tripla .search-widget-input-wrapper-eaf5bf .search-widget-calendar-9fdfc9 {
  width: 100% !important;
}
#search_tripla .search-widget-button-wrapper-d2b715 {
  width: calc(150 / 840 * 100%);
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #search_tripla .search-widget-button-wrapper-d2b715 {
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 767px) {
  #search_tripla .search-widget-button-wrapper-d2b715 {
    width: 100%;
    margin-top: 2.14rem;
  }
}
#search_tripla .search-widget-button-wrapper-d2b715 .button-btn-f51c1a {
  height: 42px;
  width: 100%;
  font-size: 93%;
  background: var(--color-cv) !important;
  color: #fff !important;
  border-radius: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #search_tripla .search-widget-button-wrapper-d2b715 .button-btn-f51c1a {
    margin-top: 1.07rem;
  }
}

.list-btn {
  max-width: 840px;
  margin-top: 1.42rem;
}
@media only screen and (min-width: 1441px) {
  .list-btn {
    max-width: calc(840 / 1440 * 100%);
  }
}
@media only screen and (min-width: 768px) {
  .list-btn {
    display: flex;
    gap: 1.42rem;
  }
}
@media only screen and (max-width: 767px) {
  .list-btn .c-btn__other {
    margin-bottom: 0.71rem;
  }
}
.list-btn .c-btn__other a {
  text-decoration: none;
  position: relative;
}
.list-btn .c-btn__other a::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  bottom: -3px;
  background: var(--color-line);
}
.list-btn .c-btn__other a span {
  font-size: 93%;
}
