@charset "UTF-8";

.main-visual {
  text-align: center;
  margin: 78px auto 70px;
  max-width: 1200px;
  height: 396px;
  background: #5E0055;
  background: linear-gradient(0deg,rgba(94, 0, 85, 1) 0%, rgba(121, 53, 114, 1) 50%, rgba(94, 0, 85, 1) 100%);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.main-visual .main-visual__inner h1{
  display: block;
  margin-bottom: 40px;
  line-height: 1;
  font-size: 40px;
}
@media screen and (max-width: 767px) {
  .main-visual {
    margin: 0 0 40px;
    height: 70vw;
  }
  .main-visual .main-visual__inner h1{
    font-size: 36px;
    margin-bottom: 30px;
    line-height: 1.3;
  }
}
.benefit-list__area__anchor{
  margin-bottom: 120px;
}

.benefit-list__area__anchor .c-link.-anchor {
  border-bottom: 1px solid #e2e2ec;
  font-size: 1rem;
}
.benefit-list__area__anchor .c-link.-anchor:before {
  border-right: 1px solid #5e0055;
  border-bottom: 1px solid #5e0055;
}
.benefit-list__area__anchor .c-link.-anchor:after {
  position: absolute;
  bottom: -1px;
  right: 0;
  content: '';
  display: block;
  width: calc(100% - 24px);
  height: 1px;
  background: #5e0055;
}

@media screen and (max-width: 767px) {
  .benefit-list__area__anchor{
    margin-bottom: 60px;
  }
  .benefit-list__area__anchor .c-link.-anchor{
    border-bottom: none;
  }
  .benefit-list__area__anchor .c-link.-anchor:after {
    content: none;
  }
  .benefit-list__area__anchor .c-link.-anchor span:before {
    border-right: 1px solid #5e0055;
    border-bottom: 1px solid #5e0055;
  }
}
.benefit-list__area__txt__title{
  color: #5e0055;
  margin-bottom: 60px;
  text-align: center;
  padding: 0 40px;
  width: 100%;
}
.benefit-list__area__txt__title > *{
  font-size: 28px;
  padding-bottom: 20px;
  display: inline-block;
  border-bottom: 3px solid #5e0055;
}

@media screen and (max-width: 767px) {
  .benefit-list__area__txt__title{
    margin-bottom: 40px;
    padding: 0 4%;
  }
  .benefit-list__area__txt__title > *{
    font-size: 22px;
    padding-bottom: 20px;
    display: block;
    line-height: 1.36;
    border-bottom: 3px solid #5e0055;
  }
}
.benefit-list__area__wrap{
  margin-bottom: 80px;
}
.benefit-list__area__wrap .c-text.--soon{
  text-align: center;
  font-size: 20px;
}
.benefit-list__area__wrap .l-gridblock__inner{
  max-width: 1280px;
}
.benefit-list__area__item__image{
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .benefit-list__area__wrap .l-gridblock__inner.__u-flex-jc_c{
    justify-content: center;
  }
  .benefit-list__area__wrap .l-gridblock.\-3col .l-gridblock__item {
    width: calc(33.3% - (40px * 2 / 3));
    margin-left: 40px;
  }
  .benefit-list__area__wrap .l-gridblock.\-3col .l-gridblock__item:nth-child(3n+1) {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .benefit-list__area__wrap{
    margin-bottom: 40px;
  }
  .benefit-list__area__item__image{
    margin-bottom: 15px;
  }
}
.benefit-list__area__tag{
  margin-bottom: 10px;
}
.benefit-list__area__tag ul{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.benefit-list__area__tag li {
  background-color: #5e0055;
  border-radius: 12px;
  padding: 6px 12px;
  margin-bottom: 10px;
  margin-right: 10px;
  color: #fff;
  font-size: 12px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .benefit-list__area__tag {
    margin-bottom: 4px;
  }
  .benefit-list__area__tag li {
    border-radius: 15px;
    padding: 8px 12px;
    margin-bottom: 7px;
    font-size: 14px;
  }
}
.benefit-list__area__txt__header{
  border-bottom: 1px solid #e2e2ec;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.benefit-list__area__txt__header__ttl {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .benefit-list__area__txt__header__ttl {
    font-size: 17px;
    margin-bottom: 7px;
  }
  .benefit-list__area__txt__wrap .c-text{
    font-size: 15px;
  }
}
.benefit-list__area__reserve__buttonbox{
  margin-top: 30px;
}
.benefit-list__area__reserve__button{
  color: #FFF;
  display: block;
  max-width: 291px;
  border-radius: 5px;
  font-size: 18px;
  line-height: 1;
  text-align: center;
  padding: 1em;
  background-color: #5E0055;
  margin: 0 auto;
  -webkit-transition: 0.35s;
  transition: 0.35s;
}
a.benefit-list__area__reserve__button[target="_blank"]::after{
  content: '';
  background: url('/assets/img/common/icon_window-white.svg') no-repeat center;
  display: inline-block;
  margin-left: 0.5em;
  height: 1em;
  width: 1em;
  position: relative;
  top: 2px;
}
@media screen and (min-width: 768px) {
  .benefit-list__area__reserve__button:hover {
    opacity: .5;
  }
}
@media screen and (max-width: 767px) {
  .benefit-list__area__reserve__button{
    font-size: 16px;
  }
}
.benefit-list__area__tel{
  margin-top: 30px;
  font-size: 18px;
  line-height: 1.55;
}
.benefit-list__area__yoyaku{
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.625;
}
.benefit-list__area__yoyaku__title{
  color: #5E0055;
  font-weight: 500;
}

a.yoyaku_tel{
  color: #5E0055;
  text-decoration: underline;
  font-weight: 500;
}
.benefit-list__area__shop-link{
  font-size: 16px;
  text-align: center;
  margin-top: 30px;
}
.benefit-list__area__shop-link a{
  color: #5E0055;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  a.yoyaku_tel:hover{
    text-decoration: none;
  }
  .benefit-list__area__shop-link a:hover {
    text-decoration: none;
  }
}

.benefit-list__area__shop-link a::after{
  content: '';
  background: url(/benefit-list/area-yutai/assets/img/icon_window-purple.svg) no-repeat center / contain;
  display: inline-block;
  margin-left: 2px;
  height: 0.9em;
  width: 0.9em;
  position: relative;
  top:1px;
}

.benefit-list__area__item .c-accordionlist{
  margin-top: 30px;
  padding: 0;
}
.benefit-list__area__item .c-accordionbox__button.-open{
  border: 1px solid #e2e2ec;
  background: #e2e2ec;
}
@media screen and (min-width: 768px) {
  .c-accordionbox__button:hover {
    background: #e2e2ec;
  }
}
.benefit-list__area__item .c-accordionbox__content{
  padding: 0;
  border: 1px solid #e2e2ec;
}
.benefit-list__area__item .c-accordionbox__button i:before, .benefit-list__area__item .c-accordionbox__button i:after {
  background: #5a5772;
}
.benefit-list__area__accordion__header{
  padding: 20px 14px;
}
.benefit-list__area__accordion__image {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
.benefit-list__area__accordion__body{
  background-color: #f6f6fa;
  padding: 20px 14px;
}
.benefit-list__area__accordion .c-list__item {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .benefit-list__area__accordion__header{
    padding: 20px 16px;
  }
  .benefit-list__area__accordion__body{
    padding: 20px 16px;
  }
}
.benefit-list__area__buttonbox{
  padding: 0 40px;
  width: 100%;
}
.benefit-list__area__buttonbox .c-button{
  width: 605px;
}
@media screen and (max-width: 767px) {
  .benefit-list__area__buttonbox {
    padding: 0 4%;
  }
  .benefit-list__area__buttonbox .c-button{
    width: 100%;
  }
}
/*下層ページ
______________________________________________________________*/
.benefit-list__area-yutai__fv{
  width: 100%;
  padding:100px 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #5e0055;
  text-align: center;
}
.benefit-list__area-yutai__fv h1{
  font-size: 40px;
  color: #fff;
  line-height: 1.55;
}
@media screen and (max-width: 767px) {
  .benefit-list__area-yutai__fv{
    padding:55px 4%;
  }
  .benefit-list__area-yutai__fv h1{
    font-size: 24px;
    line-height: 1.5;
  }
}

.benefit-list__area-yutai__anchor {
  padding-top: 100px;
  margin-bottom: 30px;
}

.benefit-list__area-yutai__anchor__inner {
  width: 100%;
  max-width: 1060px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.benefit-list__area-yutai__area {
  width: 100%;
  max-width: 1060px;
  margin: 0 auto;
}
.benefit-list__area-yutai__area + .benefit-list__area-yutai__area{
  margin-top: 30px;
}

.benefit-list__area-yutai__area__txt__title {
  font-size: 32px;
  text-align: center;
  margin-bottom: 40px;
  padding-top: 50px;
}

.benefit-list__area-yutai__area__txt {
  position: relative;
}
.benefit-list__area-yutai__area__txt__title::after {
  content: "";
  display: block;
  width: 100%;
  height: 8px;
  background-image: url('/benefit-list/area-yutai/assets/img/title_line.png');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: 25px;
}

.benefit-list__area-yutai__area__content + .benefit-list__area-yutai__area__content {
  margin-top: 80px;
}

.benefit-list__area-yutai__area__list {
  height: auto;
  overflow: hidden;
}
.benefit-list__area-yutai__area__list__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px 20px;
}
.benefit-list__area-yutai__area__list__inner + .benefit-list__area-yutai__area__list__inner{
  margin-top: 40px;
}

.benefit-list__area-yutai__area__list.-open.-col1, .benefit-list__area-yutai__area__list.-open.-col2, .benefit-list__area-yutai__area__list__travel {
  height: auto!important;
  max-height: none;
}


.benefit-list__area-yutai__area__list.-col1 {
  height: auto;
}

.benefit-list__area-yutai__area__list.-col2 {
  height: auto;
}

.benefit-list__area-yutai__area__list .benefit-list__area__item {
  position: relative;
  width: 340px;
}
@media screen and (min-width: 768px) {
  .benefit-list__area-yutai__area__list__inner.__u-flex-jc_c {
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .benefit-list__area-yutai__area__list .benefit-list__area__item {
    width: 100%;
  }
}

.benefit-list__area-yutai__area__more {
  border-top: 2px solid #5E0055;
  border-bottom: 2px solid #5E0055;
  padding: 11px 0 12px;
  position: relative;
  display: block;
  width: 100%;
  background: #fff;
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
  -webkit-transition: 0.35s;
  transition: 0.35s;
  margin: 30px 0;
}

.benefit-list__area-yutai__area__more span {
  font-weight: bold;
  position: relative;
  display: none;
  color: #49484D;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.35s;
  transition: 0.35s;
}

.benefit-list__area-yutai__area__more span.-open {
  display: block;
  visibility: visible;
  opacity: 1;
}

.benefit-list__area-yutai__area__more i {
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  width: 16px;
  height: 16px;
}

.benefit-list__area-yutai__area__more i::before, .benefit-list__area-yutai__area__more i::after {
  position: absolute;
  top: 50%;
  right: 50%;
  content: '';
  display: block;
  width: 16px;
  height: 2px;
  background: #5e0055;
  -webkit-transition: 0.35s;
  transition: 0.35s;
}

.benefit-list__area-yutai__area__more i::before {
  -webkit-transform: translate(50%, -50%) rotate(0);
  transform: translate(50%, -50%) rotate(0);
}

.benefit-list__area-yutai__area__more i::after {
  -webkit-transform: translate(50%, -50%) rotate(90deg);
  transform: translate(50%, -50%) rotate(90deg);
}

.benefit-list__area-yutai__area__more.-open {
  border-color: #D9D9D9;
  background: #EAEAEA;
}

.benefit-list__area-yutai__area__more.-open span.-open {
  display: none;
  visibility: hidden;
  opacity: 0;
}

.benefit-list__area-yutai__area__more.-open span.-close {
  display: block;
  visibility: visible;
  opacity: 1;
}

.benefit-list__area-yutai__area__more.-open i::after, .benefit-list__area-yutai__area__more.-open i::before {
  background: #5e0055;
}

.benefit-list__area-yutai__area__more.-open i::before {
  -webkit-transform: translate(50%, -50%) rotate(180deg);
  transform: translate(50%, -50%) rotate(180deg);
}

.benefit-list__area-yutai__area__more.-open i::after {
  -webkit-transform: translate(50%, -50%) rotate(360deg);
  transform: translate(50%, -50%) rotate(360deg);
}

@media screen and (min-width: 768px) {
  .benefit-list__area-yutai__anchor__item__link:hover {
    border-bottom: 1px solid #A9894A;
    color: #A9894A;
  }
  .benefit-list__area-yutai__anchor__item__link:hover::after {
    background: #A9894A;
  }
  .benefit-list__area-yutai__area__more:hover {
    background: #f7f0f6;
  }
}

@media screen and (max-width: 767px) {
  .benefit-list__area-yutai__anchor {
    padding-top: 64px;
  }
  .benefit-list__area-yutai__anchor__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 24px;
  }
  .benefit-list__area-yutai__area__txt__title {
    width: 100%;
    margin-bottom: 40px;
  }
  .benefit-list__area-yutai__area__content {
    padding: 0 15px;
  }
  .benefit-list__area-yutai__area__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .benefit-list__area-yutai__area__list.-col1 {
    /*height: 175vw;*/
    /*max-height: 825px;*/
  }
  .benefit-list__area-yutai__area__list.-col2 {
    /*height: 220vw;*/
    /*max-height: 825px;*/
  }
}

.benefit-list__area-yutai_anchor_title {
  text-align: center;
  margin-bottom: 50px;
}
.benefit-list__area-yutai__anchor__btn_item{
  width: calc((100% - 20px) / 3 );
}
.benefit-list__area-yutai__anchor__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: 100%;
  max-width: 1060px;
  margin: 0 auto;
}

.benefit-list__area-yutai__anchor__btn.-center {
  justify-content: center;
  gap:75px;
}
@media screen and (max-width: 767px) {
  .benefit-list__area-yutai__anchor__btn {
    padding: 0 15px;
  }
  .benefit-list__area-yutai__anchor__btn.-center {
    gap:10px
  }
  .benefit-list__area-yutai__anchor__btn_item {
    padding-right: 10px;
  }
  .benefit-list__area-yutai__anchor__btn.-center .benefit-list__area-yutai__anchor__btn_item  {
    padding-right: 0;
  }
  .benefit-list__area-yutai__anchor__btn_item:last-child {
    padding-right: 0px;
  }
}

.benefit-list__area-yutai__anchor__btn_item a:hover {
  opacity: 0.5;
}

@media screen and (max-width: 767px) {
  .benefit-list__area-yutai__area__list__travel {
    max-height: 870px;
  }
}

.anchor_btn_sticky {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  max-width: 1060px;
  margin: 0 auto;
}

.anchor_btn_sticky_box {
  display: none;
  width: 100%;
  background-color:#f7f0f6;
  padding: 30px 0;
  position: sticky;
  bottom: 0;
}

.anchor_btn_sticky_item a:hover {
  opacity: 0.5;
}

.anchor_btn_sticky.-center {
  justify-content: center;
  gap:75px;
}
@media screen and (max-width: 767px) {
  .anchor_btn_sticky_box {
    padding: 15px 15px;
    width: 100%;
  }
  .anchor_btn_sticky_item {
    padding-right: 10px;
    width: calc((100% - 20px) / 3 );
  }
  .anchor_btn_sticky_item:last-child {
    padding-right: 0px;
  }
  .anchor_btn_sticky.-center {
    gap:10px
  }
  .anchor_btn_sticky.-center .anchor_btn_sticky_item{
    padding-right: 0;
  }
}
.pagetop_btn {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  padding-right: 100px;
  position: sticky;
  bottom: 120px;
  left: 0;
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .pagetop_btn {
    padding-right: 20px;
  }
}
.benefit-list__area-yutai_btn_box{
  width: 100%;
  margin: 80px auto 0;
  padding: 0 40px;
}
.benefit-list__area-yutai_btn_box .c-button{
    width: 100%;
    max-width: 605px;
    margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .benefit-list__area-yutai_btn_box{
    padding: 0 15px;
    max-width: 100%;
  }
}
.c-link.--blankafter::after{
  content: '';
  background: url(/benefit-list/area-yutai/assets/img/icon_window-purple.svg) no-repeat center / contain;
  display: inline-block;
  margin-left: 2px;
  height: 0.9em;
  width: 0.9em;
  position: relative;
  top: 1px;
}