@charset "UTF-8";
/* ---------------------------------------------------
	common
------------------------------------------------------ */
.sway {
  animation: anime_sway 3s infinite;
}

@keyframes anime_sway {
  0% {
    transform: translateX(-20px);
  }
  50% {
    transform: translateX(20px);
  }
  100% {
    transform: translateX(-20px);
  }
}
.icon__list {
  font-size: 1.3rem;
  line-height: 1.8;
}
.icon__list li {
  position: relative;
  padding-left: 20px;
}
.icon__list li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 8px;
  width: 10px;
  height: 10px;
  background: #FC50CC;
  border: 1px solid #393B53;
  box-sizing: border-box;
}

@media screen and (max-width: 810px) {
  .sway {
    animation: anime_sway 3s infinite;
  }
  @keyframes anime_sway {
    0% {
      transform: translateX(-10px);
    }
    50% {
      transform: translateX(6px);
    }
    100% {
      transform: translateX(-10px);
    }
  }
  .icon__list {
    font-size: 1.3rem;
    line-height: 1.5;
  }
  .icon__list li {
    padding-left: 14px;
  }
  .icon__list li + li {
    margin-top: 8px;
  }
  .icon__list li::before {
    top: 4px;
  }
}
/* ---------------------------------------------------
	top-kv
------------------------------------------------------ */
.top-kv {
  position: relative;
  padding: 84px 0 84px;
}
.top-kv::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 703px;
  height: 945px;
  background: url(../img/top/bg_kv.png) no-repeat right top;
  mix-blend-mode: multiply;
}
.top-kv::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 703px;
  height: 945px;
  background: url(../img/top/bg_kv02.svg) no-repeat right 45% top 16%, url(../img/top/bg_kv03.svg) no-repeat right 4% bottom 25%;
}
.top-kv > * {
  position: relative;
  z-index: 50;
}
.top-kv .kv__img {
  width: 60%;
  margin: 0 auto 0 8%;
}
.top-kv .kv__slide {
  border: 1px solid #393B53;
  font-size: 0;
}
.top-kv .kv__slide .slick-dots {
  left: 8px;
}
.top-kv .kv__slide > .slide:not(:first-child) {
  display: none;
}
.top-kv .kv__slide .slide img {
  width: 100%;
  height: auto;
}
.top-kv .kv__title {
  position: absolute;
  left: 56%;
  top: calc(24% + 84px);
  font-size: 2.6rem;
  font-family: "Zen Kaku Gothic Antique", "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1;
  letter-spacing: 0.03em;
  z-index: 60;
}
.top-kv .kv__title .row {
  display: block;
  width: 100%;
  padding: 13px 20px;
  background: #fff;
  border: 1px solid #393B53;
}
.top-kv .kv__title .row + .row {
  margin-top: 12px;
}
.top-kv .kv__title .color {
  color: #FC50CC;
}
.top-kv .sns__list {
  width: max-content;
  margin-top: 48px;
  margin-left: auto;
  justify-content: center;
  gap: 16px;
}
.top-kv .sns__list dd a {
  display: inline-block;
  margin: 0 8px;
}

@media screen and (max-width: 1366px) {
  .top-kv .kv__img {
    margin-left: 4%;
  }
  .top-kv .kv__title {
    left: auto;
    right: 2%;
  }
}
@media screen and (max-width: 810px) {
  .top-kv {
    padding: calc(60px + 10vw) 0 84px;
  }
  .top-kv::before {
    top: 0px;
    width: 100vw;
    height: 155.67vw;
    background: url(../img/top/sp_bg_kv.png) no-repeat right top;
    background-size: 80%;
  }
  .top-kv::after {
    top: 0px;
    width: 100vw;
    height: 155.67vw;
    background: url(../img/top/bg_kv02.svg) no-repeat right 30vw top 9vw, url(../img/top/bg_kv03.svg) no-repeat right 4vw top 45vw;
    background-size: 30%, 30%;
  }
  .top-kv .kv__img {
    width: 96%;
    margin: 6vw auto 0;
  }
  .top-kv .kv__slide .slick-dots {
    left: -4px;
  }
  .top-kv .kv__slide img {
    width: 100%;
    aspect-ratio: 336/188;
    object-fit: cover;
  }
  .top-kv .kv__title {
    position: relative;
    left: auto;
    top: auto;
    width: 96%;
    margin: 0 auto;
    font-size: 4.375vw;
    letter-spacing: 0.03em;
  }
  .top-kv .kv__title .row {
    display: block;
    width: 100%;
    padding: 0.5em 0 0.5em 0.5em;
  }
  .top-kv .kv__title .row + .row {
    margin-top: 0.375em;
  }
  .top-kv .kv__title .color {
    color: #FC50CC;
  }
  .top-kv .sns__list {
    margin-top: 80px;
    gap: 16px;
  }
  .top-kv .sns__list dd a {
    margin: 0 8px;
  }
  .top-kv .sns__list dd a:last-of-type {
    margin-right: 0;
  }
}
/* ---------------------------------------------------
		top-lead
------------------------------------------------------ */
.top-lead {
  position: relative;
  padding: 160px 0 40px;
}
.top-lead .lead__img {
  position: absolute;
  left: 2%;
  top: 10px;
}
.top-lead .lead__col .col__img {
  width: 43.2%;
  max-width: 469px;
}
.top-lead .lead__col .col__body {
  width: 48.2%;
}
.top-lead .lead__col .col__body p {
  font-size: 1.8rem;
  line-height: 3;
}
.top-lead .lead__col .col__body .line {
  background: linear-gradient(to bottom, transparent 0%, transparent 59%, rgba(252, 80, 204, 0.35) 60%, rgba(252, 80, 204, 0.35) 100%);
}

@media screen and (max-width: 810px) {
  .top-lead {
    position: relative;
    padding: 120px 0 32px;
  }
  .top-lead .lead__img {
    position: absolute;
    left: 2%;
    top: 20px;
    width: 150px;
    height: auto;
  }
  .top-lead .lead__col .col__img {
    width: 100%;
    max-width: 100%;
  }
  .top-lead .lead__col .col__body {
    width: 100%;
    margin-top: 24px;
  }
  .top-lead .lead__col .col__body p {
    font-size: 1.6rem;
    line-height: 2.2;
  }
}
/* ---------------------------------------------------
	top-room
------------------------------------------------------ */
.top-room {
  position: relative;
  padding: 82px 0 0;
}
.top-room .room__img {
  position: absolute;
  right: 2%;
  top: 22px;
}
.top-room .en__title {
  margin-bottom: -40px;
}
.top-room .room__bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: calc(100% - 160px);
  background: linear-gradient(to bottom, rgb(99, 205, 227) 0%, rgb(0, 60, 131) 100%);
  z-index: 5;
}
.top-room .room__container {
  padding: 133px 0;
}
.top-room .room__container > * {
  position: relative;
  z-index: 50;
}
.top-room .room__container .container {
  max-width: 936px;
}
.top-room .room__col .col__img {
  width: 38%;
  margin-bottom: 100px;
}
.top-room .room__col .col__body {
  width: calc(50% + 30px);
  margin-bottom: 64px;
}
.top-room .room__col .col__body > div {
  max-width: 500px;
  margin-left: auto;
}
.top-room .room__slide {
  width: 100%;
  border: 1px solid #393B53;
  font-size: 0;
}
.top-room .room__slide .slide img {
  width: 100%;
  height: auto;
}
.top-room .room__box {
  position: relative;
  width: 100%;
  padding: 16px 20px;
  background: #fff;
  border: 1px solid #393B53;
}
.top-room .room__box.box__small {
  width: calc(50% - 16px);
  margin-top: 60px;
}
.top-room .room__box .box__title {
  position: absolute;
  left: 0;
  bottom: 100%;
  padding: 5px 10px;
  background: #FFBCEC;
  border: 1px solid #393B53;
  line-height: 1.2;
}
.top-room .room__box .box__title .en {
  display: inline-block;
  margin-left: 10px;
  text-transform: uppercase;
}
.top-room .room__box .box__price {
  margin-bottom: 8px;
}
.top-room .room__box .box__price .big {
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.5;
}
.top-room .room__box .box__price .big span {
  font-weight: inherit;
}
.top-room .room__box .box__time {
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1;
}
.top-room .room__box .box__note {
  margin-top: 12px;
  font-size: 1.3rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
.top-room .room__box .box__note + .box__note {
  margin-top: 0;
}
.top-room .room__box02 {
  position: relative;
  margin-top: 72px;
  padding: 40px 40px 32px;
  background: url(../img/top/bg_room01.png) center top, #F2F2F2;
}
.top-room .room__box02 .box__title {
  position: absolute;
  left: 32px;
  top: -18px;
  color: #FCEE5A;
  font-size: 3.8rem;
  font-weight: bold;
  letter-spacing: 0.03em;
  line-height: 1;
}
.top-room .room__box02 .icon__list {
  padding-left: 20px;
}
.top-room .room__box02 .icon__list li::before {
  background: #FCEE5A;
}
.top-room .room__box02 .box__title02 {
  margin-top: 20px;
  font-size: 1.3rem;
  font-weight: bold;
  letter-spacing: 0.03em;
}
.top-room .room__box02 .box__note {
  padding-left: 20px;
  font-size: 1.3rem;
  line-height: 1.5;
}

@media screen and (max-width: 810px) {
  .top-room {
    padding: 40px 0 0;
  }
  .top-room .room__img {
    right: 2%;
    top: 56px;
    width: 140px;
    height: auto;
  }
  .top-room .en__title {
    margin-bottom: -40px;
  }
  .top-room .room__bg {
    height: calc(100% - 100px);
    padding: 64px 0;
  }
  .top-room .room__container {
    width: 100%;
    padding: 88px 0 80px;
  }
  .top-room .room__col {
    width: calc(100% - 48px);
    margin: 0 auto;
  }
  .top-room .room__col .col__img {
    width: 100%;
    margin-bottom: 112px;
  }
  .top-room .room__col .col__body {
    width: 100%;
    margin-bottom: 64px;
  }
  .top-room .room__col .col__body > div {
    max-width: 100%;
    margin-left: auto;
  }
  .top-room .room__slide {
    width: 100%;
    border: 1px solid #393B53;
    font-size: 0;
  }
  .top-room .room__slide .slide img {
    width: 100%;
    height: auto;
  }
  .top-room .room__box {
    padding: 16px 16px;
  }
  .top-room .room__box.box__small {
    width: calc(50% - 4px);
    margin-top: 60px;
  }
  .top-room .room__box.box__small .box__title .en {
    margin-left: 0;
  }
  .top-room .room__box .box__title {
    padding: 6px 8px 4px;
  }
  .top-room .room__box .box__title .en {
    margin-left: 8px;
  }
  .top-room .room__box .box__price {
    margin-bottom: 8px;
    font-size: 1.3rem;
  }
  .top-room .room__box .box__price .big {
    font-size: 2.1rem;
  }
  .top-room .room__box .box__time {
    font-size: 2.2rem;
  }
  .top-room .room__box .box__note {
    margin-top: 12px;
    padding-left: 1em;
    text-indent: -1em;
    font-size: 1.3rem;
    line-height: 1.5;
    letter-spacing: 0.03em;
  }
  .top-room .room__box02 {
    width: calc(100% + 32px);
    margin: 64px -16px 0;
    padding: 44px 16px 36px;
  }
  .top-room .room__box02 .box__title {
    left: 16px;
    top: -18px;
    font-size: 3.4rem;
    letter-spacing: 0.03em;
  }
  .top-room .room__box02 .icon__list {
    padding-left: 0;
  }
  .top-room .room__box02 .box__title02 {
    margin-top: 20px;
    font-size: 1.3rem;
    letter-spacing: 0.03em;
  }
  .top-room .room__box02 .box__note {
    padding-left: 16px;
  }
}
/* ---------------------------------------------------
	top-facilities
------------------------------------------------------ */
.top-facilities {
  position: relative;
  padding: 136px 0 0;
}
.top-facilities .facilities__img {
  position: absolute;
  right: 4%;
  top: -102px;
}
.top-facilities .container {
  max-width: 825px;
}
.top-facilities .facilities__list {
  margin-top: 56px;
  gap: 20px 20px;
  font-size: 1.3rem;
  line-height: 1.4;
  letter-spacing: 0.03em;
  justify-content: flex-start;
  text-align: center;
}
.top-facilities .facilities__list li {
  width: calc(20% - 16px);
  padding: 20px 0;
  background: #393B53;
  color: #fff;
}
.top-facilities .facilities__list li .list__img {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  min-height: 72px;
  margin-bottom: 16px;
  text-align: center;
}
.top-facilities .facilities__list li .list__img img {
  filter: drop-shadow(0 0 20px #00FFE5);
}
.top-facilities .facilities__list li .list__text {
  font-weight: bold;
}
.top-facilities .facilities__note {
  margin-top: 64px;
  padding: 40px 0;
  background: #fff;
}

@media screen and (max-width: 810px) {
  .top-facilities {
    padding: 60px 0 0;
  }
  .top-facilities .facilities__img {
    right: 4%;
    top: -64px;
    width: 148px;
    height: auto;
  }
  .top-facilities .container {
    max-width: 825px;
  }
  .top-facilities .facilities__list {
    margin-top: 40px;
    gap: 8px 8px;
    font-size: 1.3rem;
    line-height: 1.4;
    letter-spacing: 0.03em;
  }
  .top-facilities .facilities__list li {
    width: calc(50% - 4px);
    padding: 20px 0;
  }
  .top-facilities .facilities__list li .list__img {
    min-height: 72px;
    margin-bottom: 16px;
  }
  .top-facilities .facilities__note {
    margin-top: 32px;
    padding: 32px 0;
  }
  .top-facilities .facilities__note .icon__list {
    line-height: 1.75;
  }
}
/* ---------------------------------------------------
	top-topics
------------------------------------------------------ */
.top-topics {
  padding: 128px 0 0;
}
.top-topics .en__title {
  width: max-content;
  margin: 0 auto 56px;
}
.top-topics .container {
  background: url(../img/top/bg_topics01.png) no-repeat left top, url(../img/top/bg_topics02.png) no-repeat right top, url(../img/top/bg_topics03.png) no-repeat left bottom, url(../img/top/bg_topics04.png) no-repeat right bottom;
  background-size: 80px;
}
.top-topics .topics__wrap {
  max-width: 905px;
  margin: 0 auto;
}
.top-topics .topics__btn {
  margin-top: 48px;
  text-align: center;
}

@media screen and (max-width: 810px) {
  .top-topics {
    padding: 64px 0 0;
  }
  .top-topics .en__title {
    margin-bottom: 40px;
  }
  .top-topics .container {
    width: 96%;
    padding: 40px 16px;
    background: url(../img/top/bg_topics01.png) no-repeat left top, url(../img/top/bg_topics02.png) no-repeat right top, url(../img/top/bg_topics03.png) no-repeat left bottom, url(../img/top/bg_topics04.png) no-repeat right bottom;
    background-size: 64px;
  }
  .top-topics .topics__btn {
    margin-top: 40px;
  }
  .top-topics .topics__btn .btn {
    width: 260px;
  }
}
/* ---------------------------------------------------
	top-faq
------------------------------------------------------ */
.top-faq {
  position: relative;
  padding: 128px 0 0;
}
.top-faq .container:has(.en__title) {
  z-index: 60;
}
.top-faq .en__title {
  margin-bottom: -40px;
}
.top-faq .faq__img {
  position: absolute;
  right: 4%;
  top: 52px;
  z-index: 60;
}
.top-faq .faq__bg {
  padding: 128px 0;
  background: #F2F2F2;
}
.top-faq .faq__list .list__row {
  padding: 40px 44px;
  background: #fff;
  border: 1px solid #393B53;
  cursor: pointer;
  transition: background 0.5s;
}
.top-faq .faq__list .list__row + .list__row {
  margin-top: 20px;
}
.top-faq .faq__list .list__row.open {
  background: #393B53;
  color: #fff;
}
.top-faq .faq__list .list__row.open dt::after {
  opacity: 0;
}
.top-faq .faq__list dt {
  position: relative;
  padding-left: 30px;
  padding-right: 30px;
}
.top-faq .faq__list dt::before, .top-faq .faq__list dt::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  width: 24px;
  height: 2px;
  background: currentColor;
}
.top-faq .faq__list dt::after {
  transform: rotate(90deg);
}
.top-faq .faq__list dd {
  display: none;
  position: relative;
  margin-top: 20px;
  padding-left: 30px;
  color: #00FFE5;
}
.top-faq .faq__list dd a {
  text-decoration: underline;
}
@media (any-hover: hover) {
  .top-faq .faq__list dd a:hover {
    text-decoration: none;
    opacity: 1;
  }
}
.top-faq .faq__list .q,
.top-faq .faq__list .a {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 2rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  line-height: 1.2;
}

@media screen and (max-width: 810px) {
  .top-faq {
    padding: 80px 0 0;
  }
  .top-faq .en__title {
    margin-bottom: -24px;
  }
  .top-faq .faq__img {
    right: 2%;
    top: 54px;
    width: 149px;
    height: auto;
  }
  .top-faq .faq__bg {
    padding: 64px 0 80px;
  }
  .top-faq .faq__list {
    width: calc(100% + 32px);
    margin: 0 -16px;
  }
  .top-faq .faq__list .list__row {
    padding: 16px 16px;
  }
  .top-faq .faq__list .list__row + .list__row {
    margin-top: 20px;
  }
  .top-faq .faq__list dt {
    padding-left: 26px;
    padding-right: 26px;
  }
  .top-faq .faq__list dt::before, .top-faq .faq__list dt::after {
    width: 20px;
  }
  .top-faq .faq__list dd {
    margin-top: 16px;
    padding-left: 26px;
  }
}
/* ---------------------------------------------------
	top-access
------------------------------------------------------ */
.top-access {
  padding: 128px 0;
}
.top-access .access__name .en {
  font-size: 2rem;
  font-weight: 500;
}
.top-access .access__list::after {
  content: "";
  display: block;
  clear: both;
}
.top-access .access__list dt {
  clear: left;
  float: left;
  margin-top: 4px;
  min-width: 10em;
  font-weight: bold;
}
.top-access .access__list dd {
  float: left;
  margin-top: 4px;
}
.top-access .access__map iframe {
  display: block;
  width: 100%;
  height: 48vw;
  border: none;
}
.top-access .access__btn {
  position: absolute;
  right: 0;
  top: 40px;
  line-height: 1;
  z-index: 60;
}

@media screen and (max-width: 810px) {
  .top-access {
    padding: 64px 0 80px;
  }
  .top-access .access__name .en {
    font-size: 2rem;
  }
  .top-access .access__list {
    margin-top: 10px;
  }
  .top-access .access__list dt {
    float: none;
    margin-top: 10px;
    min-width: 10em;
  }
  .top-access .access__list dd {
    float: none;
    margin-top: 0;
  }
  .top-access .access__map {
    width: calc(100% + 32px);
    margin: 30px -16px 0;
  }
  .top-access .access__map iframe {
    display: block;
    width: 100%;
    height: 48vw;
    border: 1px solid #393B53;
  }
  .top-access .access__btn {
    position: relative;
    right: auto;
    top: auto;
    margin-top: 32px;
    text-align: center;
  }
}