.swiper-nav {
  position: relative;
  width: auto;
  min-width: 200px;
}
@media print, screen and (min-width: 920px) {
  .swiper-nav {
    min-width: 58.2%;
  }
}

.article {
  position: relative;
}
.article.main .swiper {
  margin-left: -25px;
  margin-bottom: 30px;
  width: calc(100% + 50px);
}
.article.sub {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 60px;
}
.article.sub:last-child {
  margin-bottom: 0;
}
.article.sub .swiper {
  width: 100%;
}
.article.sub .text_wrap {
  margin-top: 35px;
}
.article.simple {
  margin-top: 50px;
}
.article.simple + .simple {
  margin-top: 25px;
}
/* staff 追加↓ */
.article .text_wrap.mgb--block {
  margin-bottom: 30px;
}
/* staff 追加↑ */
.article .headline.type3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
  font-size: 1.6rem;
  line-height: 1.3;
}
.article .headline.type3::after {
  content: "";
  display: inline-block;
  margin-left: 15px;
  width: 60px;
  height: 1px;
  background: #171c2a;
}
/* staff 追加↓ */
.article .headline.type3.headline--none::after {
  display: none;
}
/* staff 追加↑ */
/* staff 追加↓ */
.article .text.text--type02 {
  font-size: 1.5rem;
  padding-top: 5px;
}
/* staff 追加↑ */
@media print, screen and (min-width: 920px) {
  .article.main {
    margin: 0 auto;
    width: 81.65%;
  }
  .article.main .swiper {
    margin-left: 0;
    margin-bottom: 65px;
    width: 100%;
  }
  /* staff 追加↓ */
  .article.main .swiper.mgb--none {
    margin-bottom: 0;
  }
  /* staff 追加↑ */
  .article.sub {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-top: 140px;
  }
  .article.sub.ph_r {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .article.sub:last-child {
    margin-bottom: 0;
  }
  .article.sub .swiper,
  .article.sub .photo {
    margin: 0;
    width: 49%;
  }
  .article.sub .swiper-nav {
    min-width: 73.4%;
  }
  .article.sub .text_wrap {
    width: 41.5%;
  }
  .article.sub .swiper + .text_wrap {
    padding-bottom: 60px;
  }
  .article.simple {
    margin-top: 130px;
  }
  .article.simple + .simple {
    margin-top: 70px;
  }
  /* staff 追加↓ */
  .article .text_wrap.mgb--block {
    margin-bottom: 60px;
  }
  /* staff 追加↑ */
  .article .headline.type3 {
    margin-bottom: 40px;
    font-size: 3rem;
  }
  .article .headline.type3::after {
    margin-left: 30px;
    width: 120px;
  }
  /* staff 追加↓ */
  .article .text.text--type02 {
    font-size: 2rem;
    padding-top: 20px;
  }
  /* staff 追加↑ */
}

.main_contents {
  padding-bottom: 70px;
  background: url(../img/underlayer/main_bg.jpg) repeat-y center top;
}

/* staff 追加↓ */
.main_contents.back--gray {
  background: url(../img/underlayer/main_bg_gray.jpg?20250212) repeat-y center top;
}
/* staff 追加↑ */

.main_contents .btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  min-height: 38px;
  border: 1px solid #171c2a;
  color: #171c2a;
  font-size: 1.2rem;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
}
.main_contents .btn::after {
  content: "";
  display: inline-block;
  margin-left: 8px;
  width: 7px;
  height: 7px;
  border-top: 1px solid #171c2a;
  border-right: 1px solid #171c2a;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media print, screen and (min-width: 920px) {
  .main_contents {
    padding-bottom: 140px;
    background-size: 100% auto;
    font-size: 1.8rem;
  }
  /* staff 追加↓ */
  .main_contents.back--gray {
    background-size: 100% auto;
  }
  /* staff 追加↑ */
  .main_contents .btn {
    min-height: 77px;
    font-size: 2.2rem;
  }
  .main_contents .btn::after {
    position: relative;
    right: 0;
    margin-left: 15px;
    width: 15px;
    height: 15px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .main_contents .btn:hover::after {
    right: -7px;
  }
}
@media print, screen and (min-width: 1140px) {
  .main_contents .inner {
    width: 76%;
    min-width: 1140px;
  }
}

.sec_mv {
  margin-bottom: 50px;
}
.sec_mv .swiper-slide {
  height: 400px;
}
.sec_mv .swiper-slide img {
  min-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.sec_mv .swiper-nav {
  margin-top: 35px;
}
@media print, screen and (min-width: 920px) {
  .sec_mv {
    margin-bottom: 100px;
  }
  .sec_mv .swiper-wrapper {
    height: calc(100vh - 75px);
  }
  .sec_mv .swiper-slide {
    overflow: hidden;
    height: auto;
  }
}

.sec_intro .page_title {
  margin: 0 0 15px;
  font-weight: 400;
  font-size: 1.7rem;
  line-height: 1.2;
}
.sec_intro .catch {
  display: block;
  margin: 40px 0 25px;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.7;
}
.sec_intro .text {
  -moz-tab-size: 1.1rem;
  -o-tab-size: 1.1rem;
  tab-size: 1.1rem;
}
@media print, screen and (min-width: 920px) {
  .sec_intro .page_title {
    margin-bottom: 25px;
    font-size: 3.6rem;
  }
  .sec_intro .catch {
    margin-top: 60px;
    font-size: 3rem;
  }
  .sec_intro .text {
    font-size: 1.8rem;
  }
}

.anchors {
  margin-bottom: 65px;
}
@media print, screen and (min-width: 920px) {
  .anchors {
    margin-bottom: 130px;
  }
}

@media print, screen and (min-width: 920px) {
  .video {
    margin: 0 auto;
    max-width: calc(76% - 50px);
  }
}

/* staff sec_counseling追加↓ */
.sec_relax,
.sec_facility,
.sec_rest,
.sec_counseling {
  padding-top: 70px;
}
/* staff sec_counseling追加↑ */
.sec_relax .headline.type2,
.sec_facility .headline.type2,
.sec_rest .headline.type2 {
  margin-bottom: 50px;
}
.sec_relax .btn,
.sec_facility .btn,
.sec_rest .btn {
  margin-top: 60px;
}
@media print, screen and (min-width: 920px) {
  /* staff sec_counseling追加↓ */
  .sec_relax,
  .sec_facility,
  .sec_rest,
  .sec_counseling {
    padding-top: 160px;
  }
  /* staff sec_counseling追加↑ */
  .sec_relax .headline.type2,
  .sec_facility .headline.type2,
  .sec_rest .headline.type2 {
    margin-bottom: 80px;
  }
  .sec_relax .btn,
  .sec_facility .btn,
  .sec_rest .btn {
    margin-top: 130px;
  }
}

.sec_summary {
  margin-top: 140px;
  text-align: center;
}
.sec_summary .headline.type2 {
  position: relative;
  padding: 0 10px 15px;
  border-bottom: 1px solid #171c2a;
  font-size: 1.8rem;
  text-align: center;
}
.sec_summary .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 60px;
}
.sec_summary .floor {
  text-align: center;
}
.sec_summary .floor img {
  display: block;
  margin: 0 auto;
  width: 100%;
}
.sec_summary .floor .headline {
  margin: 50px 0 5px;
  font-size: 1.6rem;
}
.sec_summary .floor .bnr {
  display: inline-block;
}
.sec_summary .text_wrap {
  text-align: left;
}
.sec_summary .headline.type3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 35px;
  margin-bottom: 15px;
  font-size: 1.6rem;
  line-height: 1.3;
}
.sec_summary .headline.type3::after {
  content: "";
  display: inline-block;
  margin-left: 15px;
  width: 60px;
  height: 1px;
  background: #171c2a;
}
@media print, screen and (min-width: 920px) {
  .sec_summary {
    margin-top: 200px;
  }
  .sec_summary .headline.type2 {
    display: inline-block;
    padding: 0 20px 30px;
    font-size: 3rem;
  }
  .sec_summary .wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 90px;
  }
  .sec_summary .floor {
    width: 50.5%;
  }
  .sec_summary .floor img.narrow {
    width: 80%;
  }
  .sec_summary .floor .headline {
    margin: 80px 0 10px;
    font-size: 2.4rem;
  }
  .sec_summary .text_wrap {
    width: 41.5%;
  }
  /* staff 追加↓ */
  .sec_summary .text_wrap.text_wrap01 {
    width: 54%;
  }
  .sec_summary .text_wrap.text_wrap02 {
    width: 38%;
  }
  /* staff 追加↑ */
  .sec_summary .headline.type3 {
    margin-top: 70px;
    margin-bottom: 40px;
    font-size: 3rem;
  }
  .sec_summary .headline.type3::after {
    margin-left: 30px;
    width: 120px;
  }
  .sec_summary .headline.type3:first-child {
    margin-top: 0;
  }
}
