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

file name  : resortmeeting.css
author     : Abilive
style info : リゾートミーティング
=================================================================== */
/* ===================================================================
CSS information

file name  : _settings.scss
author     : Abilive
style info : 汎用設定
=================================================================== */
.p-resort {
  position: relative;
}
@media only screen and (min-width: 1025px) {
  .p-resort {
    padding-top: calc(10 / 13 * 1rem);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-resort {
    padding-top: calc(80 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-resort {
    padding-top: 6em;
  }
}
.p-resort__bg {
  background-color: #fff;
  position: absolute;
  z-index: 1;
}
@media only screen and (min-width: 1025px) {
  .p-resort__bg {
    top: calc(-65 / 13 * 1rem);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-resort__bg {
    top: calc(30 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-resort__bg {
    top: 1em;
  }
}
@media only screen and (min-width: 768px) {
  .p-resort__bg {
    height: calc(100% + calc(65 / 13 * 1rem));
  }
}
@media only screen and (max-width: 767px) {
  .p-resort__bg {
    height: 100%;
  }
}
@media only screen and (min-width: 1025px) {
  .p-resort__bg {
    width: calc(1350 / 1440 * 100%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-resort__bg {
    width: calc(1400 / 1440 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-resort__bg {
    width: calc(408 / 428 * 100%);
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1259px) {
  .p-resort__bg {
    width: calc(1400 / 1440 * 100%);
  }
}
@media only screen and (min-width: 768px) {
  .p-resort__bg {
    border-top-right-radius: calc(100 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-resort__bg {
    border-top-right-radius: calc(80 / 13 * 1rem);
  }
}

.p-resort-nav {
  margin-right: auto;
  margin-left: auto;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 1025px) {
  .p-resort-nav {
    width: calc(1260 / 1440 * 100%);
    max-width: calc(1260px);
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1441px) {
  .p-resort-nav {
    max-width: calc(1260px * ((15 + 0) / 13));
  }
}

@media only screen and (max-width: 767px) {
  .p-resort-nav {
    width: calc(388 / 428 * 100%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-resort-nav {
    width: calc(1300 / 1440 * 100%);
  }
}
.p-resort-nav__list {
  max-width: calc(1000 / 13 * 1rem);
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 1025px) {
  .p-resort-nav__list {
    padding: 0 calc(10 / 13 * 1rem);
  }
}
@media only screen and (min-width: 768px) {
  .p-resort-nav__list {
    border: 1px solid var(--color-d);
    background-color: #fff;
    box-shadow: 0 calc(2 / 13 / (13 / 13) * 1em) calc(6 / 13 / (13 / 13) * 1em) calc(4 / 13 / (13 / 13) * 1em) rgba(0, 0, 0, 0.05);
    border-radius: calc(100 / 13 * 1rem);
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .p-resort-nav__list__item {
    border: 1px solid var(--color-d);
    background-color: #fff;
    box-shadow: 0 calc(1 / 13 / (13 / 13) * 1em) calc(3 / 13 / (13 / 13) * 1em) calc(2 / 13 / (13 / 13) * 1em) rgba(0, 0, 0, 0.05);
    border-radius: calc(100 / 13 * 1rem);
    width: 49%;
    border-radius: calc(30 / 13 * 1rem);
  }
  .p-resort-nav__list__item:nth-child(2n) {
    margin-left: 2%;
  }
  .p-resort-nav__list__item:nth-child(n+3) {
    margin-top: 1em;
  }
}
.p-resort-nav__list__item a {
  font-family: var(--font-jp-serif);
  font-weight: 400;
  text-decoration: none;
  line-height: 1.4;
  transition: color .3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .p-resort-nav__list__item a {
    min-height: calc(65 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-resort-nav__list__item a {
    min-height: 4em;
  }
}
@media only screen and (min-width: 768px) {
  .p-resort-nav__list__item a {
    font-size: calc(15 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-resort-nav__list__item a {
    text-align: center;
  }
}
@media only screen and (min-width: 1025px) {
  .p-resort-nav__list__item a span {
    padding: 0 calc(30 / 13 * 1rem);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-resort-nav__list__item a span {
    padding: 0 1em;
  }
}
@media only screen and (max-width: 767px) {
  .p-resort-nav__list__item a span {
    padding: 0.5em;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1259px) {
  .p-resort-nav__list__item a span {
    padding: 0 calc(20 / 13 * 1rem);
  }
}
@media only screen and (min-width: 768px) {
  .p-resort-nav__list__item a::after {
    content: "";
    background-color: var(--color-rst);
    transition: opacity .3s ease;
    border-radius: 1000px;
    width: calc(5 / 13 * 1rem);
    height: calc(5 / 13 * 1rem);
    position: absolute;
    left: 0;
    right: 0;
    bottom: .75em;
    margin: 0 auto;
    opacity: 0;
  }
}
.p-resort-nav__list__item a span {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .p-resort-nav__list__item a span::before {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: var(--color-d);
  }
}
.mouse .p-resort-nav__list__item a:hover, .touch .p-resort-nav__list__item a.touchstart {
  color: var(--color-rst);
}
@media only screen and (min-width: 768px) {
  .mouse .p-resort-nav__list__item a:hover::after, .touch .p-resort-nav__list__item a.touchstart::after {
    opacity: 1;
  }
}
.touch .p-resort-nav__list__item a {
  -webkit-tap-highlight-color: transparent;
}
.touch .p-resort-nav__list__item a.touchend {
  transition-delay: 200ms;
}
@media only screen and (min-width: 768px) {
  .p-resort-nav__list__item:first-child a span::before {
    opacity: 0;
  }
}

.p-resort-about {
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  .p-resort-about {
    margin-top: calc(55 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-resort-about {
    margin-top: 5em;
  }
}
.p-resort-about__inner {
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 1025px) {
  .p-resort-about__inner {
    width: calc(1360 / 1440 * 100%);
    max-width: calc(1360px);
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1441px) {
  .p-resort-about__inner {
    max-width: calc(1360px * ((15 + 0) / 13));
  }
}

.p-resort-about__inner__tit {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 1025px) {
  .p-resort-about__inner__tit {
    margin-top: calc(-50 / 13 * 1rem);
  }
}
@media only screen and (min-width: 1025px) {
  .p-resort-about__inner__tit {
    width: calc(562 / 1360 * 100%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-resort-about__inner__tit {
    width: calc(622 / 1360 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-resort-about__inner__tit {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .p-resort-about__inner__tit {
    order: 2;
  }
}
@media only screen and (max-width: 767px) {
  .p-resort-about__inner__tit {
    order: 1;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1259px) {
  .p-resort-about__inner__tit {
    width: calc(602 / 1360 * 100%);
  }
}
.p-resort-about__inner__tit__st em {
  font-size: 160%;
  color: var(--color-rst);
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .p-resort-about__inner__tit__st em {
    font-size: 130%;
  }
}
.p-resort-about__inner__tit__st em::before {
  content: "";
  background: url(../../group/resortmeeting/images/deco_st.svg) no-repeat top/100%;
  position: absolute;
  width: calc(27 / 13 * 1rem);
  height: calc(21 / 13 * 1rem);
  top: calc(-10 / 13 * 1rem);
}
@media only screen and (min-width: 768px) {
  .p-resort-about__inner__tit__st em::before {
    left: calc(-10 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-resort-about__inner__tit__st em::before {
    left: -0.75em;
  }
}
@media only screen and (min-width: 768px) {
  .p-resort-about__inner__tit__txt {
    margin-top: calc(15 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-resort-about__inner__tit__txt {
    margin-top: 1em;
  }
}
@media only screen and (min-width: 1025px) {
  .p-resort-about__inner__img.left {
    width: calc(386 / 1360 * 100%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-resort-about__inner__img.left {
    width: calc(346 / 1360 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-resort-about__inner__img.left {
    width: 55%;
  }
}
@media only screen and (min-width: 768px) {
  .p-resort-about__inner__img.left {
    order: 1;
  }
}
@media only screen and (max-width: 767px) {
  .p-resort-about__inner__img.left {
    order: 2;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1259px) {
  .p-resort-about__inner__img.left {
    width: calc(366 / 1360 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-resort-about__inner__img.left {
    margin-top: 2.5em;
  }
}
@media only screen and (min-width: 768px) {
  .p-resort-about__inner__img.right {
    order: 3;
  }
}
@media only screen and (max-width: 767px) {
  .p-resort-about__inner__img.right {
    order: 3;
  }
}
@media only screen and (min-width: 1025px) {
  .p-resort-about__inner__img.right {
    margin-top: calc(50 / 1360 * 100%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-resort-about__inner__img.right {
    margin-top: calc(70 / 1360 * 100%);
  }
}
@media only screen and (min-width: 1025px) {
  .p-resort-about__inner__img.right {
    width: calc(412 / 1360 * 100%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-resort-about__inner__img.right {
    width: calc(392 / 1360 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-resort-about__inner__img.right {
    width: 55%;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1259px) {
  .p-resort-about__inner__img.right {
    width: calc(392 / 1360 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-resort-about__inner__img.right {
    margin: -30% 0 0 auto;
  }
}

.p-resort-voice {
  margin-right: auto;
  margin-left: auto;
  background-color: #F2FFF9;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 1025px) {
  .p-resort-voice {
    width: calc(1160 / 1440 * 100%);
    max-width: calc(1160px);
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1441px) {
  .p-resort-voice {
    max-width: calc(1160px * ((15 + 0) / 13));
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-resort-voice {
    width: calc(1360 / 1440 * 100%);
  }
}
@media only screen and (min-width: 1025px) {
  .p-resort-voice {
    margin-top: calc(140 / 1440 * 100%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-resort-voice {
    margin-top: calc(160 / 1440 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-resort-voice {
    margin-top: 6em;
  }
}
@media only screen and (min-width: 1025px) {
  .p-resort-voice {
    padding: calc(90 / 13 * 1rem) 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-resort-voice {
    padding: calc(60 / 13 * 1rem) 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-resort-voice {
    padding: 3em 0;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1365px) {
  .p-resort-voice {
    width: calc(1260 / 1440 * 100%);
    padding: calc(70 / 13 * 1rem) 0;
    margin-top: calc(-20 / 13 * 1rem);
  }
}
.p-resort-voice__st .c-title__jp {
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media only screen and (max-width: 767px) and (min-width: 768px) {
  .p-resort-voice__st .c-title__jp {
    font-size: calc(17 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .p-resort-voice__st .c-title__jp {
    font-size: calc(calc(17 + var(--font-size-sp-add)) / var(--font-size) * 1rem);
  }
}

@media only screen and (min-width: 768px) {
  .p-resort-voice__st .c-title__jp .wp {
    border-bottom: 1px dashed #4395CF;
  }
  .p-resort-voice__st .c-title__jp .wp + .wp {
    margin-top: .75em;
  }
}
@media only screen and (max-width: 767px) {
  .p-resort-voice__st .c-title__jp .wp {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .p-resort-voice__st .c-title__jp .wp + .wp {
    margin-top: .5em;
  }
  .p-resort-voice__st .c-title__jp .wp > span {
    border-bottom: 1px dashed #4395CF;
  }
  .p-resort-voice__st .c-title__jp .wp > span + span {
    margin-top: .5em;
  }
}
.p-resort-voice__list {
  display: flex;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-width: 768px) {
  .p-resort-voice__list {
    margin-top: calc(40 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-resort-voice__list {
    margin-top: 2em;
  }
}
@media only screen and (min-width: 768px) {
  .p-resort-voice__list {
    width: 92%;
    max-width: calc(900 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-resort-voice__list {
    width: 90%;
    flex-direction: column;
  }
}
.p-resort-voice__list__item {
  background-color: var(--color-rst-bg);
  border-radius: calc(10 / 13 * 1rem);
}
@media only screen and (min-width: 768px) {
  .p-resort-voice__list__item {
    width: calc(438 / 900 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-resort-voice__list__item {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .p-resort-voice__list__item {
    padding: calc(24 / 900 * 100%) calc(24 / 900 * 100%) 0;
  }
  .p-resort-voice__list__item:nth-child(2n) {
    margin-left: calc(24 / 900 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-resort-voice__list__item {
    padding: 1.5em 1em 0;
  }
  .p-resort-voice__list__item:nth-child(n+2) {
    margin-top: 1em;
  }
}
@media only screen and (min-width: 1025px) {
  .p-resort-voice__list__item .txt {
    padding: calc(35 / 13 * 1rem) calc(20 / 13 * 1rem);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-resort-voice__list__item .txt {
    padding: calc(20 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-resort-voice__list__item .txt {
    padding: 1em 1em 1.5em;
  }
}
.p-resort-voice__list__item .under {
  background: linear-gradient(transparent 55%, #FFEE9F 45%);
}
.p-resort-voice__list__item .c-title {
  display: flex;
  border-bottom: 1px solid var(--color-rst);
}
.p-resort-voice__list__item .c-title .c-title__jp {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (min-width: 1025px) {
  .p-resort-voice__list__item .c-title .c-title__jp {
    width: calc(300 / 390 * 100%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-resort-voice__list__item .c-title .c-title__jp {
    width: calc(320 / 390 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-resort-voice__list__item .c-title .c-title__jp {
    width: calc(320 / 390 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-resort-voice__list__item .c-title .c-title__jp {
    letter-spacing: -.05em;
  }
}
@media only screen and (max-width: 767px) and (min-width: 768px) {
  .p-resort-voice__list__item .c-title .c-title__jp {
    font-size: calc(15 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .p-resort-voice__list__item .c-title .c-title__jp {
    font-size: calc(calc(15 + var(--font-size-sp-add)) / var(--font-size) * 1rem);
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-resort-voice__list__item .c-title .c-title__jp {
    letter-spacing: -.05em;
  }
}
.p-resort-voice__list__item .c-title .ic {
  order: -1;
}
@media only screen and (min-width: 1025px) {
  .p-resort-voice__list__item .c-title .ic {
    width: calc(90 / 390 * 100%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-resort-voice__list__item .c-title .ic {
    width: calc(70 / 390 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-resort-voice__list__item .c-title .ic {
    width: calc(70 / 390 * 100%);
  }
}
.p-resort-voice__list__item .c-title .ic img {
  width: auto;
  display: block;
  margin-right: auto;
  margin-left: auto;
  max-width: calc(72 / 90 * 100%);
  height: auto;
}
.p-resort-voice__list__item .c-title .ic.s img {
  max-width: calc(60 / 90 * 100%);
}

.p-resort-merit {
  position: relative;
  background-color: #fff;
}
@media only screen and (min-width: 1025px) {
  .p-resort-merit {
    padding-top: calc(120 / 1440 * 100%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-resort-merit {
    padding-top: calc(140 / 1440 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-resort-merit {
    padding-top: 5em;
  }
}
.p-resort-merit::before {
  content: "";
  position: absolute;
  top: 0;
  z-index: -1;
  height: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  background-image: url(../images/common/bg_blue.png);
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .p-resort-merit::before {
    width: calc(1254 / 1440 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-resort-merit::before {
    width: calc(1504.8 / 1440 * 100%);
  }
}
@media only screen and (min-width: 768px) {
  .p-resort-merit::before {
    padding-bottom: calc(891 / 1440 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-resort-merit::before {
    padding-bottom: calc(1069.2 / 1440 * 100%);
  }
}
@media only screen and (min-width: 768px) {
  .p-resort-merit::before {
    top: -3%;
  }
}
@media only screen and (max-width: 767px) {
  .p-resort-merit::before {
    top: 2%;
  }
}
@media only screen and (min-width: 768px) {
  .p-resort-merit::before {
    left: -20%;
  }
}
@media only screen and (max-width: 767px) {
  .p-resort-merit::before {
    left: -25%;
  }
}
.p-resort-merit .c-title {
  position: relative;
  z-index: 2;
}
.p-resort-merit__list {
  margin-right: auto;
  margin-left: auto;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 1025px) {
  .p-resort-merit__list {
    margin-top: calc(50 / 13 * 1rem);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-resort-merit__list {
    margin-top: calc(40 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-resort-merit__list {
    margin-top: 2em;
  }
}
@media only screen and (min-width: 1025px) {
  .p-resort-merit__list {
    width: calc(1160 / 1440 * 100%);
    max-width: calc(1160px);
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1441px) {
  .p-resort-merit__list {
    max-width: calc(1160px * ((15 + 0) / 13));
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-resort-merit__list {
    width: calc(1260 / 1440 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-resort-merit__list {
    width: calc(388 / 428 * 100%);
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1365px) {
  .p-resort-merit__list {
    width: calc(1260 / 1440 * 100%);
  }
}
.p-resort-merit__item {
  display: flex;
  align-items: flex-start;
}
@media only screen and (min-width: 768px) {
  .p-resort-merit__item {
    align-items: center;
  }
}
@media only screen and (max-width: 767px) {
  .p-resort-merit__item {
    flex-direction: column;
  }
  .p-resort-merit__item .js-move-sp {
    order: 1;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-resort-merit__item:nth-child(odd) .p-resort-merit__item__inner > * {
    margin-right: 0;
    margin-left: auto;
  }
}
@media only screen and (min-width: 768px) {
  .p-resort-merit__item:nth-child(odd) .p-resort-merit__item__img {
    order: -1;
  }
}
.p-resort-merit__item:nth-child(odd) .p-resort-merit__item__img img {
  border-top-right-radius: calc(20 / 13 * 1rem);
  border-bottom-left-radius: calc(20 / 13 * 1rem);
}
.p-resort-merit__item:nth-child(even) .p-resort-merit__item__img img {
  border-top-left-radius: calc(20 / 13 * 1rem);
  border-bottom-right-radius: calc(20 / 13 * 1rem);
}
@media only screen and (min-width: 1025px) {
  .p-resort-merit__item:nth-child(n+2) {
    margin-top: calc(50 / 13 * 1rem);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-resort-merit__item:nth-child(n+2) {
    margin-top: calc(40 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-resort-merit__item:nth-child(n+2) {
    margin-top: 3em;
  }
}
.p-resort-merit__item .merit-st {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .p-resort-merit__item .merit-st {
    align-items: flex-end;
  }
}
@media only screen and (max-width: 767px) {
  .p-resort-merit__item .merit-st {
    align-items: center;
  }
}
.p-resort-merit__item .merit-st .num {
  font-family: var(--font-en);
  font-optical-sizing: auto;
  line-height: .9;
  color: var(--color-rst);
}
@media only screen and (min-width: 1025px) {
  .p-resort-merit__item .merit-st .num {
    font-size: calc(60 / 13 * 1rem);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-resort-merit__item .merit-st .num {
    font-size: calc(50 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-resort-merit__item .merit-st .num {
    font-size: calc(50 / var(--font-size) * 1rem);
  }
}
@media only screen and (min-width: 768px) {
  .p-resort-merit__item .merit-st .num {
    width: 100%;
    text-align: right;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1365px) {
  .p-resort-merit__item .merit-st .num {
    margin-bottom: .25em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-resort-merit__item .merit-st .num {
    margin-bottom: .25em;
  }
}
@media only screen and (max-width: 767px) {
  .p-resort-merit__item .merit-st .num {
    margin-right: .25em;
    letter-spacing: -.05em;
  }
}
@media only screen and (min-width: 768px) {
  .p-resort-merit__item .merit-st .ic {
    width: calc(56 / 450 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-resort-merit__item .merit-st .ic {
    width: 3em;
  }
}
@media only screen and (min-width: 768px) {
  .p-resort-merit__item .merit-st .ic {
    margin-left: calc(10 / 450 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-resort-merit__item .merit-st .ic {
    margin-left: 0.5em;
  }
}
.p-resort-merit__item .merit-st .c-title__jp {
  max-width: calc(384 / 450 * 100%);
}
@media only screen and (min-width: 768px) {
  .p-resort-merit__item .merit-st .c-title__jp {
    max-width: calc(384 / 450 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-resort-merit__item .merit-st .c-title__jp {
    max-width: calc(100% - 4em);
  }
}
@media only screen and (max-width: 767px) and (min-width: 768px) {
  .p-resort-merit__item .merit-st .c-title__jp {
    font-size: calc(18 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .p-resort-merit__item .merit-st .c-title__jp {
    font-size: calc(calc(18 + var(--font-size-sp-add)) / var(--font-size) * 1rem);
  }
}

@media only screen and (min-width: 768px) {
  .p-resort-merit__item__inner {
    width: calc(580 / 1160 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-resort-merit__item__inner {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .p-resort-merit__item__inner {
    order: 3;
    margin-top: 1.5em;
  }
}
@media only screen and (min-width: 1025px) {
  .p-resort-merit__item__inner > * {
    width: calc(450 / 580 * 100%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-resort-merit__item__inner > * {
    width: 90%;
  }
}
@media only screen and (max-width: 767px) {
  .p-resort-merit__item__inner > * {
    width: 100%;
  }
}
@media only screen and (min-width: 1025px) {
  .p-resort-merit__item__inner > * {
    margin-right: auto;
    margin-left: auto;
  }
}
@media only screen and (min-width: 768px) {
  .p-resort-merit__item__inner__txt {
    margin-top: calc(20 / 13 * 1rem);
  }
}
.p-resort-merit__item__inner__txt > span {
  display: inline-block;
}
@media only screen and (min-width: 1025px) {
  .p-resort-merit__item__inner__txt > span {
    max-width: calc(400 / 13 * 1rem);
  }
}
@media only screen and (min-width: 768px) {
  .p-resort-merit__item__img {
    width: calc(580 / 1160 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-resort-merit__item__img {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .p-resort-merit__item__img {
    order: 2;
    margin-top: 1.5em;
  }
}

.p-resort-poi {
  background-color: var(--color-rst-bg);
}
@media only screen and (min-width: 1025px) {
  .p-resort-poi {
    padding: calc(85 / 13 * 1rem) 0 calc(100 / 13 * 1rem);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-resort-poi {
    padding: calc(70 / 13 * 1rem) 0 calc(85 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-resort-poi {
    padding: 2.5em 0 3.5em;
  }
}
@media only screen and (min-width: 1025px) {
  .p-resort-poi {
    margin-top: calc(150 / 1440 * 100%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-resort-poi {
    margin-top: calc(170 / 1440 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-resort-poi {
    margin-top: 5em;
  }
}
.p-resort-poi__st .c-title__jp {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .p-resort-poi__st .c-title__jp {
    flex-direction: column;
  }
}
.p-resort-poi__st .c-title__jp > em {
  padding: 0 .2em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-resort-poi__st .c-title__jp > em span {
  position: relative;
  color: #fff;
  width: 1.75em;
  height: 1.75em;
  background-color: var(--color-rst);
  border-radius: 1000px;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
}
.p-resort-poi__st .c-title__jp > em span:not(:last-child) {
  margin-right: -.2em;
}
.p-resort-poi__list {
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 1025px) {
  .p-resort-poi__list {
    width: calc(1160 / 1440 * 100%);
    max-width: calc(1160px);
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1441px) {
  .p-resort-poi__list {
    max-width: calc(1160px * ((15 + 0) / 13));
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-resort-poi__list {
    width: calc(1360 / 1440 * 100%);
  }
}
@media only screen and (min-width: 1025px) {
  .p-resort-poi__list {
    margin-top: calc(50 / 13 * 1rem);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-resort-poi__list {
    margin-top: calc(40 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-resort-poi__list {
    margin-top: 2em;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1365px) {
  .p-resort-poi__list {
    width: calc(1260 / 1440 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-resort-poi__list {
    width: 80%;
  }
}
.p-resort-poi__list__item {
  box-shadow: 0 calc(4 / 13 / (13 / 13) * 1em) calc(30 / 13 / (13 / 13) * 1em) rgba(0, 0, 0, 0.1);
  background-color: #fff;
  overflow: hidden;
  border-top-right-radius: calc(20 / 13 * 1rem);
  border-bottom-left-radius: calc(20 / 13 * 1rem);
  flex-direction: column;
  display: flex;
  align-items: flex-start;
}
@media only screen and (min-width: 768px) {
  .p-resort-poi__list__item {
    width: calc(360 / 1160 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-resort-poi__list__item {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .p-resort-poi__list__item:not(:nth-child(3n+1)) {
    margin-left: calc(40 / 1160 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-resort-poi__list__item:nth-child(n+2) {
    margin-top: 1.5em;
  }
}
.p-resort-poi__list__item__inner {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 1025px) {
  .p-resort-poi__list__item__inner {
    padding: calc(25 / 13 * 1rem);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-resort-poi__list__item__inner {
    padding: calc(20 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-resort-poi__list__item__inner {
    padding: 1.5em;
  }
}
@media only screen and (min-width: 768px) {
  .p-resort-poi__list__item__inner {
    height: 100%;
  }
}
.p-resort-poi__list__item__inner .c-point-tit {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.p-resort-poi__list__item__inner .c-point-tit .sub {
  background-color: var(--color-rst);
  border-radius: calc(30 / 13 * 1rem);
  display: block;
  color: #fff;
  font-weight: normal;
  line-height: 1;
  padding: 0 0 .25em;
  text-align: center;
  margin-right: .5em;
}
@media only screen and (min-width: 1025px) {
  .p-resort-poi__list__item__inner .c-point-tit .sub {
    width: 5em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-resort-poi__list__item__inner .c-point-tit .sub {
    width: 4.5em;
  }
}
@media only screen and (max-width: 767px) {
  .p-resort-poi__list__item__inner .c-point-tit .sub {
    width: 4.5em;
  }
}
.p-resort-poi__list__item__inner .c-point-tit .sub .en {
  font-family: var(--font-en);
  font-optical-sizing: auto;
}
@media only screen and (min-width: 1025px) {
  .p-resort-poi__list__item__inner .c-point-tit .sub .en {
    font-size: calc(15 / 13 * 1rem);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-resort-poi__list__item__inner .c-point-tit .sub .en {
    font-size: calc(14 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-resort-poi__list__item__inner .c-point-tit .sub .en {
    font-size: calc(calc(15 + var(--font-size-sp-add)) / var(--font-size) * 1rem);
  }
}
.p-resort-poi__list__item__inner .c-point-tit .sub .num {
  font-family: var(--font-jp-serif);
  font-weight: 400;
}
@media only screen and (min-width: 1025px) {
  .p-resort-poi__list__item__inner .c-point-tit .sub .num {
    font-size: calc(22 / 13 * 1rem);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-resort-poi__list__item__inner .c-point-tit .sub .num {
    font-size: calc(18 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-resort-poi__list__item__inner .c-point-tit .sub .num {
    font-size: calc(calc(16 + var(--font-size-sp-add)) / var(--font-size) * 1rem);
  }
}
.p-resort-poi__list__item__inner .c-point-tit .tit {
  font-family: var(--font-jp-serif);
  font-weight: 400;
  display: block;
  word-break: keep-all;
  line-height: 1.4;
}
@media only screen and (min-width: 768px) {
  .p-resort-poi__list__item__inner .c-point-tit .tit {
    font-size: calc(16 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-resort-poi__list__item__inner .c-point-tit .tit {
    font-size: calc(calc(16 + var(--font-size-sp-add)) / var(--font-size) * 1rem);
  }
}
@media only screen and (min-width: 1025px) {
  .p-resort-poi__list__item__inner .c-point-tit .tit {
    width: calc(100% - 5.5em);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-resort-poi__list__item__inner .c-point-tit .tit {
    width: calc(100% - 5em);
  }
}
@media only screen and (max-width: 767px) {
  .p-resort-poi__list__item__inner .c-point-tit .tit {
    width: calc(100% - 5em);
  }
}
@media only screen and (min-width: 768px) {
  .p-resort-poi__list__item__inner .txt {
    margin-top: calc(10 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-resort-poi__list__item__inner .txt {
    margin-top: 0.75em;
  }
}
@media only screen and (min-width: 768px) {
  .p-resort-poi__list__item__inner .txt {
    margin-bottom: calc(15 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-resort-poi__list__item__inner .txt {
    margin-bottom: 1.5em;
  }
}
.p-resort-poi__list__item__inner .txt .or {
  display: block;
  color: var(--color-cv);
}
.p-resort-poi__list__item__inner .c-circle-btn {
  display: flex;
}
@media only screen and (min-width: 768px) {
  .p-resort-poi__list__item__inner .c-circle-btn {
    justify-content: flex-end;
    margin-bottom: 0;
    margin-top: auto;
  }
}
@media only screen and (max-width: 767px) {
  .p-resort-poi__list__item__inner .c-circle-btn {
    justify-content: center;
  }
}
.p-resort-poi__list__item__img {
  order: -1;
  width: 100%;
}

.p-resort-price {
  position: relative;
}
@media only screen and (min-width: 1025px) {
  .p-resort-price {
    margin-top: calc(140 / 1440 * 100%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-resort-price {
    margin-top: calc(160 / 1440 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-resort-price {
    margin-top: 5em;
  }
}
.p-resort-price::before {
  content: "";
  position: absolute;
  top: 0;
  z-index: -1;
  height: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  background-image: url(../images/common/bg_blue.png);
  z-index: -1;
}
@media only screen and (min-width: 768px) {
  .p-resort-price::before {
    width: calc(1254 / 1440 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-resort-price::before {
    width: calc(1504.8 / 1440 * 100%);
  }
}
@media only screen and (min-width: 768px) {
  .p-resort-price::before {
    padding-bottom: calc(891 / 1440 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-resort-price::before {
    padding-bottom: calc(1069.2 / 1440 * 100%);
  }
}
@media only screen and (min-width: 768px) {
  .p-resort-price::before {
    top: -15%;
  }
}
@media only screen and (max-width: 767px) {
  .p-resort-price::before {
    top: -3%;
  }
}
@media only screen and (min-width: 768px) {
  .p-resort-price::before {
    right: -20%;
  }
}
@media only screen and (max-width: 767px) {
  .p-resort-price::before {
    right: -25%;
  }
}
.p-resort-price__inner {
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-width: 1025px) {
  .p-resort-price__inner {
    width: calc(1160 / 1440 * 100%);
    max-width: calc(1160px);
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1441px) {
  .p-resort-price__inner {
    max-width: calc(1160px * ((15 + 0) / 13));
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-resort-price__inner {
    width: calc(1260 / 1440 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-resort-price__inner {
    width: calc(388 / 428 * 100%);
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1365px) {
  .p-resort-price__inner {
    width: calc(1260 / 1440 * 100%);
  }
}
@media only screen and (min-width: 1025px) {
  .p-resort-price__inner {
    max-width: calc(900 / 13 * 1rem);
  }
}
.p-resort-price__read {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .p-resort-price__read {
    margin-top: calc(20 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-resort-price__read {
    margin-top: 1em;
  }
}
.p-resort-price__att {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .p-resort-price__att {
    margin-top: calc(30 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-resort-price__att {
    margin-top: 2em;
  }
}
@media only screen and (min-width: 768px) {
  .p-resort-price__att {
    font-size: calc(12 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-resort-price__att {
    font-size: calc(calc(12 + var(--font-size-sp-add)) / var(--font-size) * 1rem);
  }
}
.p-resort-price__list {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 1025px) {
  .p-resort-price__list {
    margin-top: calc(50 / 13 * 1rem);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-resort-price__list {
    margin-top: calc(30 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-resort-price__list {
    margin-top: 2em;
  }
}
@media only screen and (max-width: 767px) {
  .p-resort-price__list {
    flex-direction: column;
  }
}
.p-resort-price__list__item {
  display: flex;
}
@media only screen and (min-width: 768px) {
  .p-resort-price__list__item {
    width: calc(164 / 900 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-resort-price__list__item {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .p-resort-price__list__item {
    flex-direction: column;
  }
  .p-resort-price__list__item:not(:nth-child(5n+1)) {
    margin-left: calc(20 / 900 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-resort-price__list__item {
    align-items: flex-start;
  }
  .p-resort-price__list__item:nth-child(n+2) {
    margin-top: 1.5em;
  }
}
@media only screen and (min-width: 768px) {
  .p-resort-price__list__item__st {
    margin-top: calc(10 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-resort-price__list__item__st {
    margin-left: 5%;
  }
}
@media only screen and (min-width: 768px) {
  .p-resort-price__list__item__st {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .p-resort-price__list__item__st {
    width: 58%;
  }
}
.p-resort-price__list__item__st .c-title {
  width: 100%;
  line-height: 1.4;
}
@media only screen and (min-width: 768px) {
  .p-resort-price__list__item__st .c-title {
    text-align: center;
  }
}
.p-resort-price__list__item__st .c-title .c-title__jp {
  word-break: keep-all;
}
.p-resort-price__list__item__txt {
  width: 100%;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .p-resort-price__list__item__txt {
    margin-top: calc(10 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-resort-price__list__item__txt {
    margin-top: 0.5em;
  }
}
@media only screen and (min-width: 768px) {
  .p-resort-price__list__item__txt {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .p-resort-price__list__item__txt {
    flex-wrap: wrap;
    align-items: baseline;
  }
  .p-resort-price__list__item__txt + .p-resort-price__list__item__txt {
    margin-top: .2em;
  }
}
.p-resort-price__list__item__txt .m {
  line-height: 1.6;
}
@media only screen and (min-width: 768px) {
  .p-resort-price__list__item__txt .m {
    font-size: calc(12 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-resort-price__list__item__txt .m {
    font-size: calc(calc(12 + var(--font-size-sp-add)) / var(--font-size) * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-resort-price__list__item__txt .m {
    margin-right: .5em;
  }
}
.p-resort-price__list__item__txt .p {
  line-height: 1;
  margin-top: .25em;
}
@media only screen and (min-width: 768px) {
  .p-resort-price__list__item__txt .p {
    font-size: calc(11 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-resort-price__list__item__txt .p {
    font-size: calc(calc(11 + var(--font-size-sp-add)) / var(--font-size) * 1rem);
  }
}
.p-resort-price__list__item__txt .p em {
  font-family: var(--font-jp-serif);
  font-weight: 400;
  font-size: 137%;
}
.p-resort-price__list__item__img {
  order: -1;
}
@media only screen and (min-width: 768px) {
  .p-resort-price__list__item__img {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .p-resort-price__list__item__img {
    width: 37%;
  }
}

.p-resort-stay {
  margin-right: auto;
  margin-left: auto;
  --padding-top: calc(50 / 13 * 1rem);
  --line-w: calc(50 / 13 * 1rem);
}
@media only screen and (min-width: 1025px) {
  .p-resort-stay {
    margin-top: calc(140 / 1440 * 100%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-resort-stay {
    margin-top: calc(160 / 1440 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-resort-stay {
    margin-top: 6em;
  }
}
@media only screen and (min-width: 1025px) {
  .p-resort-stay {
    width: calc(1160 / 1440 * 100%);
    max-width: calc(1160px);
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1441px) {
  .p-resort-stay {
    max-width: calc(1160px * ((15 + 0) / 13));
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-resort-stay {
    width: calc(1260 / 1440 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-resort-stay {
    width: calc(388 / 428 * 100%);
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1365px) {
  .p-resort-stay {
    width: calc(1260 / 1440 * 100%);
  }
}
@media only screen and (min-width: 1025px) {
  .p-resort-stay {
    max-width: calc(900 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-resort-stay {
    --padding-top: 2.5em;
    --line-w: calc(30 / 13 * 1rem);
  }
}
.p-resort-stay__read {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .p-resort-stay__read {
    margin-top: calc(20 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-resort-stay__read {
    margin-top: 1em;
  }
}
.p-resort-stay__list {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .p-resort-stay__list {
    margin-top: calc(50 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-resort-stay__list {
    margin-top: 3em;
  }
}
.p-resort-stay__list .stay_line {
  order: -1;
  width: var(--line-w);
  position: relative;
}
.p-resort-stay__list .stay_line::before {
  content: "";
  height: 100%;
  width: 2px;
  background-color: var(--color-d);
  position: absolute;
  left: .5em;
  top: 0;
  height: 100%;
  z-index: 1;
}
.p-resort-stay__list .stay_line::after {
  content: "";
  background-color: var(--color-rst);
  width: 1.2em;
  height: 1.2em;
  border-radius: 1000px;
  position: absolute;
  left: 0;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  .p-resort-stay__list .stay_line::after {
    top: 0.85em;
  }
}
@media only screen and (max-width: 767px) {
  .p-resort-stay__list .stay_line::after {
    top: 0.8em;
  }
}
.p-resort-stay__list .stay_line.nodots::after {
  display: none;
}
@media only screen and (min-width: 768px) {
  .p-resort-stay__list + .p-resort-stay__list .p-resort-stay__list__st {
    padding-top: calc(65 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-resort-stay__list + .p-resort-stay__list .p-resort-stay__list__st {
    padding-top: 1em;
  }
}
.p-resort-stay__list + .p-resort-stay__list .p-resort-stay__list__st .stay_line::before {
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .p-resort-stay__list + .p-resort-stay__list .p-resort-stay__list__st .stay_line::before {
    top: calc(-70 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-resort-stay__list + .p-resort-stay__list .p-resort-stay__list__st .stay_line::before {
    top: -2em;
  }
}
@media only screen and (min-width: 768px) {
  .p-resort-stay__list + .p-resort-stay__list .p-resort-stay__list__st .stay_line::before {
    height: calc(100% + calc(70 / 13 * 1rem));
  }
}
@media only screen and (max-width: 767px) {
  .p-resort-stay__list + .p-resort-stay__list .p-resort-stay__list__st .stay_line::before {
    height: calc(100% + 2em);
  }
}
.p-resort-stay__list__st {
  display: flex;
  width: 100%;
}
.p-resort-stay__list__st > .c-title__jp {
  color: var(--color-rst);
  width: calc(100% - var(--line-w));
}
.p-resort-stay__list__st .stay_line {
  top: .25em;
}
.p-resort-stay__list__st .stay_line::after {
  top: 0;
}
.p-resort-stay__list__item {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.p-resort-stay__list__item + .p-resort-stay__list__item {
  padding-top: var(--padding-top);
}
.p-resort-stay__list__item .stay_line::before {
  height: calc(100% + var(--padding-top));
}
.p-resort-stay__list__item:has(> .company) {
  overflow: hidden;
}
.p-resort-stay__list__item__inner {
  width: calc(100% - var(--line-w));
  display: flex;
  align-items: flex-start;
}
@media only screen and (max-width: 767px) {
  .p-resort-stay__list__item__inner {
    flex-direction: column;
  }
}
.p-resort-stay__list__item__inner__tit {
  width: 100%;
}
.p-resort-stay__list__item__inner__tit .c-title {
  display: flex;
  align-items: baseline;
}
.p-resort-stay__list__item__inner__tit .c-title.night .main {
  margin-top: 0;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .p-resort-stay__list__item__inner__tit .c-title.night .main {
    padding-right: calc(60 / 13 * 1rem);
  }
}
.p-resort-stay__list__item__inner__tit .c-title.night .main::before {
  content: "";
  z-index: 2;
  background-repeat: no-repeat;
  background-size: 100%;
  height: 0;
  background-image: url(../../group/resortmeeting/images/deco_night.png);
  width: calc(48 / 13 * 1rem);
  height: calc(47 / 13 * 1rem);
  position: absolute;
}
@media only screen and (min-width: 768px) {
  .p-resort-stay__list__item__inner__tit .c-title.night .main::before {
    right: 0;
    top: -.75em;
  }
}
@media only screen and (max-width: 767px) {
  .p-resort-stay__list__item__inner__tit .c-title.night .main::before {
    right: 5%;
    top: 140%;
  }
}
.p-resort-stay__list__item__inner__tit .c-title .c-title__jp {
  line-height: 1.2;
}
@media only screen and (min-width: 768px) {
  .p-resort-stay__list__item__inner__tit .c-title .time {
    width: 3.25em;
  }
}
@media only screen and (max-width: 767px) {
  .p-resort-stay__list__item__inner__tit .c-title .time {
    width: 3em;
  }
}
@media only screen and (min-width: 768px) {
  .p-resort-stay__list__item__inner__tit .c-title .main {
    max-width: calc(100% - 3.25em);
  }
}
@media only screen and (max-width: 767px) {
  .p-resort-stay__list__item__inner__tit .c-title .main {
    max-width: calc(100% - 3em);
  }
}
@media only screen and (max-width: 767px) and (min-width: 768px) {
  .p-resort-stay__list__item__inner__tit .c-title .main {
    font-size: calc(19 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .p-resort-stay__list__item__inner__tit .c-title .main {
    font-size: calc(calc(19 + var(--font-size-sp-add)) / var(--font-size) * 1rem);
  }
}

@media only screen and (min-width: 768px) {
  .p-resort-stay__list__item__inner__tit .txt {
    margin-top: calc(15 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-resort-stay__list__item__inner__tit .txt {
    margin-top: 0.75em;
  }
}
@media only screen and (min-width: 1025px) {
  .p-resort-stay__list__item__inner__img {
    margin-top: calc(15 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-resort-stay__list__item__inner__img {
    margin-top: 1.5em;
  }
}
@media only screen and (min-width: 768px) {
  .p-resort-stay__list__item__inner__img {
    width: calc(394 / 850 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-resort-stay__list__item__inner__img {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .p-resort-stay__list__item__inner__img.w200 {
    width: calc(200 / 850 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-resort-stay__list__item__inner__img.w200 {
    width: 60%;
  }
}
@media only screen and (min-width: 768px) {
  .p-resort-stay__list__item__inner__img.w302 {
    width: calc(302 / 850 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-resort-stay__list__item__inner__img.w302 {
    width: 80%;
  }
}
@media only screen and (min-width: 768px) {
  .p-resort-stay__list__item__inner .c-circle-btn {
    margin-top: calc(15 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-resort-stay__list__item__inner .c-circle-btn {
    margin-top: 1.75em;
  }
}
@media only screen and (max-width: 767px) {
  .p-resort-stay__list__item__inner .js-move-sp {
    width: 100%;
  }
}
.p-resort-stay__list__item__inner.party {
  box-sizing: border-box;
  border: 1px dashed #4395CF;
  display: flex;
  align-items: flex-start;
}
@media only screen and (min-width: 768px) {
  .p-resort-stay__list__item__inner.party {
    padding: calc(30 / 850 * 100%) calc(50 / 850 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-resort-stay__list__item__inner.party {
    padding: 2em;
  }
}
@media only screen and (min-width: 768px) {
  .p-resort-stay__list__item__inner.party .party_txt {
    width: calc(520 / 750 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-resort-stay__list__item__inner.party .party_txt {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .p-resort-stay__list__item__inner.party .party_txt {
    margin-left: calc(30 / 750 * 100%);
  }
}
.p-resort-stay__list__item__inner.party .party_txt .txt {
  margin-top: .5em;
}
@media only screen and (min-width: 768px) {
  .p-resort-stay__list__item__inner.party .party_img {
    width: calc(200 / 750 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-resort-stay__list__item__inner.party .party_img {
    width: 60%;
  }
}
@media only screen and (min-width: 768px) {
  .p-resort-stay__list__item__inner.party .party_img {
    order: -1;
  }
}
@media only screen and (max-width: 767px) {
  .p-resort-stay__list__item__inner.party .party_img {
    margin: 1em auto 0;
  }
}
.p-resort-stay__list__item__inner.company {
  box-sizing: border-box;
  background-color: #EBF7FF;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .p-resort-stay__list__item__inner.company {
    padding: calc(40 / 850 * 100%) calc(30 / 850 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-resort-stay__list__item__inner.company {
    padding: 2em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-resort-stay__list__item__inner.company {
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .p-resort-stay__list__item__inner.company {
    flex-direction: column;
  }
}
@media only screen and (min-width: 1025px) {
  .p-resort-stay__list__item__inner.company .c-title {
    width: calc(489 / 790 * 100%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-resort-stay__list__item__inner.company .c-title {
    width: 40%;
  }
}
@media only screen and (max-width: 767px) {
  .p-resort-stay__list__item__inner.company .c-title {
    width: 100%;
  }
}
@media only screen and (min-width: 1025px) {
  .p-resort-stay__list__item__inner.company .c-title {
    margin-right: calc(20 / 790 * 100%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-resort-stay__list__item__inner.company .c-title {
    margin-right: 5%;
  }
}
@media only screen and (min-width: 1025px) {
  .p-resort-stay__list__item__inner.company .company_img {
    width: calc(281 / 790 * 100%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-resort-stay__list__item__inner.company .company_img {
    width: 40%;
  }
}
@media only screen and (max-width: 767px) {
  .p-resort-stay__list__item__inner.company .company_img {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .p-resort-stay__list__item__inner.company .company_img {
    margin-top: 1.5em;
  }
}
@media only screen and (min-width: 768px) {
  .p-resort-stay__list__item:has(.p-resort-stay__list__item__inner__img) .p-resort-stay__list__item__inner .p-resort-stay__list__item__inner__tit {
    width: calc(400 / 850 * 100%);
    margin-right: calc(56 / 850 * 100%);
  }
}

.p-resort-faq {
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-width: 1025px) {
  .p-resort-faq {
    margin-top: calc(150 / 1440 * 100%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-resort-faq {
    margin-top: calc(170 / 1440 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-resort-faq {
    margin-top: 6em;
  }
}
@media only screen and (min-width: 1025px) {
  .p-resort-faq {
    width: calc(1160 / 1440 * 100%);
    max-width: calc(1160px);
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1441px) {
  .p-resort-faq {
    max-width: calc(1160px * ((15 + 0) / 13));
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-resort-faq {
    width: calc(1260 / 1440 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-resort-faq {
    width: calc(388 / 428 * 100%);
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1365px) {
  .p-resort-faq {
    width: calc(1260 / 1440 * 100%);
  }
}
@media only screen and (min-width: 1025px) {
  .p-resort-faq {
    max-width: calc(900 / 13 * 1rem);
  }
}
.p-resort-faq__read {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .p-resort-faq__read {
    margin-top: calc(20 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-resort-faq__read {
    margin-top: 1em;
  }
}
@media only screen and (min-width: 768px) {
  .p-resort-faq__inner {
    margin-top: calc(20 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-resort-faq__inner {
    margin-top: 1em;
  }
}
.p-resort-faq__item {
  position: relative;
  border-bottom: 1px solid #DCDCDC;
  --qa-w: calc(60 / 13 * 1rem);
  --ic-w: calc(25 / 13 * 1rem);
}
@media only screen and (max-width: 767px) {
  .p-resort-faq__item {
    --qa-w: 1.5em;
    --ic-w: 1.75em;
  }
}
.p-resort-faq__item__accordion {
  background: none;
  border: none;
  border-radius: 0;
  appearance: none;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
  color: inherit;
  font-family: var(--font-jp-serif);
  font-weight: 400;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  color: var(--color-text-body);
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .p-resort-faq__item__accordion {
    padding: calc(15 / 13 * 1rem) 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-resort-faq__item__accordion {
    padding: 1em 0;
  }
}
@media only screen and (min-width: 1025px) {
  .p-resort-faq__item__accordion {
    align-items: center;
  }
}
@media only screen and (max-width: 767px) {
  .p-resort-faq__item__accordion {
    cursor: default;
  }
}
.p-resort-faq__item [aria-expanded="false"] .ic_minus {
  display: none;
}
.p-resort-faq__item [aria-expanded="true"] {
  border-bottom: 1px dashed #DCDCDC;
}
.p-resort-faq__item [aria-expanded="true"] .ic_plus {
  display: none;
}
@media only screen and (min-width: 768px) {
  .p-resort-faq__item__accordion .txt {
    padding-right: calc(var(--ic-w) + calc(20 / 13 * 1rem));
  }
}
@media only screen and (max-width: 767px) {
  .p-resort-faq__item__accordion .txt {
    padding-right: calc(var(--ic-w) + .25em);
  }
}
.p-resort-faq__item__target {
  margin-left: auto;
  display: flex;
  align-items: baseline;
}
@media only screen and (min-width: 768px) {
  .p-resort-faq__item__target {
    width: 95%;
  }
}
@media only screen and (max-width: 767px) {
  .p-resort-faq__item__target {
    width: 98%;
  }
}
@media only screen and (min-width: 768px) {
  .p-resort-faq__item__target {
    margin-right: auto;
  }
}
@media only screen and (max-width: 767px) {
  .p-resort-faq__item__target {
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) {
  .p-resort-faq__item__target {
    padding: calc(10 / 13 * 1rem) 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-resort-faq__item__target {
    padding: 1em 0;
  }
}
.p-resort-faq__item .qa {
  font-family: var(--font-en);
  font-optical-sizing: auto;
  line-height: 1;
  width: var(--qa-w);
  color: var(--color-rst);
}
@media only screen and (min-width: 768px) {
  .p-resort-faq__item .qa {
    font-size: calc(24 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-resort-faq__item .qa {
    font-size: calc(24 / var(--font-size) * 1rem);
  }
}
@media only screen and (min-width: 768px) {
  .p-resort-faq__item .qa {
    text-align: center;
  }
}
.p-resort-faq__item .qa.answer {
  color: #36E1CD;
}
.p-resort-faq__item .txt {
  width: calc(100% - var(--qa-w));
}
@media only screen and (min-width: 768px) {
  .p-resort-faq__item .txt {
    font-size: calc(12 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-resort-faq__item .txt {
    line-height: 1.8;
  }
}
.p-resort-faq__item .txt a {
  color: var(--color-rst);
}
.p-resort-faq__item .txt > span {
  display: block;
}
.p-resort-faq__item .txt > span + span {
  margin-top: .5em;
}
.p-resort-faq__item .c-accordion__button__icon {
  background-color: var(--color-rst);
  border-radius: 1000px;
  width: var(--ic-w);
  height: var(--ic-w);
  --icon-width: calc(13 / 13 * 1rem);
  top: 0;
  bottom: 0;
  margin: auto 0;
}
@media only screen and (min-width: 768px) {
  .p-resort-faq__item .c-accordion__button__icon {
    right: 0.5em;
  }
}
@media only screen and (max-width: 767px) {
  .p-resort-faq__item .c-accordion__button__icon {
    right: 0;
  }
}
