.guide-box .guide-list {
  justify-content: center;
}
.guide-box .guide-list li {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .guide-box .guide-list li {
    width: 100%;
  }
}
.footer__bottom .logo {
  width: 180px;
}
.contact-box strong {
  font-size: 26px;
}

body.index main .topics .topics-slider li, body.index main .topics .topics-slider .slide {
  width: 20%!important;
  border-right: 1px solid #ccc;
}
body.index main .topics .topics-slider li:nth-of-type(n+6){
  display: none;
}
@media only screen and (max-width: 767px) {
  body.index main .topics .topics-slider li, body.index main .topics .topics-slider .slide {
    width: 50%!important;
  }
  body.index main .topics .topics-slider li:nth-of-type(n+3){
    display: none;
  }
  .footer__contact .contact-box strong {
    font-size: 26px;
  }
  body.index main .guide {
    margin-top: 230px;
  }
}

.wrap:before {
  background: rgba(1,76,30,0.5);
}
.header__bottom .gnav .list .list-child .dropdown {
  top: 200px;
}

.footer__navi nav {
  justify-content: center;
}
.footer__bottom {
  padding-top: 12px;
}

body.index main .topics .topics-slider li .img, body.index main .topics .topics-slider .slide .img{
  width: 100%;
  padding-top: 53%;
  height: auto;
}

body.index main .topics .topics-slider{
  display: flex;
}



body.index main .mv__box {
  background: #fff;
  border-radius: 20px;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
  width: 400px;
  height: 540px;
  position: absolute;
  top: 60%;
  right: 112px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 35px 30px 20px; }
  @media only screen and (max-width: 767px) {
    body.index main .mv__box {
      width: calc(100% - 30px);
      height: auto;
      top: 303px;
      left: 50%;
      right: auto;
      -webkit-transform: translate(-50%, 0);
      -moz-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      -o-transform: translate(-50%, 0);
      transform: translate(-50%, 0); } }
  body.index main .mv__box .img {
    width: 232px;
    margin: 0 auto 60px; }
  body.index main .mv__box .box {
    background: #F8F8E9;
    position: relative;
    border-radius: 10px;
    padding: 40px 0 16px;
    margin: 0 0 16px;
    text-align: center; }
    body.index main .mv__box .box span {
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      align-items: center;
      -webkit-justify-content: center;
      justify-content: center;
      width: 160px;
      height: 40px;
      font-size: 14px;
      font-size: 1.4rem;
      font-weight: bold;
      color: #fff;
      background: #7EBF58;
      border-radius: 20px;
      position: absolute;
      top: -20px;
      left: 50%;
      -webkit-transform: translate(-50%, 0);
      -moz-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      -o-transform: translate(-50%, 0);
      transform: translate(-50%, 0); }
    body.index main .mv__box .box a {
      font-size: 36px;
      font-size: 3.6rem;
      font-weight: bold;
      color: #3F602C;
      display: block; }
    body.index main .mv__box .box p {
      color: #3F602C;
      font-size: 14px;
      font-size: 1.4rem;
      letter-spacing: .05em;
      line-height: 1.85;
      margin: 12px 0 0; }
  body.index main .mv__box .btn {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 190px;
    height: 40px;
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold;
    color: #fff;
    background: #07B53B;
    border-radius: 20px;
    margin: 0 auto; }
    body.index main .mv__box .btn .img {
      display: block;
      width: 150px; }
    body.index main .mv__box .btn.insta {
      background: #FF1D8E;
      margin-top: 20px; }



    body.director main .mv-sub {
        background: url(../images/facilities/mv.jpg) center center/cover no-repeat;
    }

    body.beauty .beauty-content__foundbox figure figcaption ul li a {
      min-height: 70px;
      line-height: 1.7;
      display: flex;
      align-items: center;
    }
    body.beauty .beauty-content__foundbox figure figcaption ul li:nth-child(8), body.beauty .beauty-content__foundbox figure figcaption ul li:nth-child(9), body.beauty .beauty-content__foundbox figure figcaption ul li:nth-child(10){
      border-bottom: none;
    }
    body.beauty .beauty-content__foundbox figure figcaption ul li:last-of-type {
      border-bottom: 1px solid #ccc;
    }
    body.beauty .beauty-content__foundbox figure figcaption ul li:nth-last-of-type(2) {
      border-bottom: 1px solid #ccc;
    }
    @media only screen and (max-width: 767px) {
      body.beauty .beauty-content__foundbox figure figcaption ul li:nth-last-of-type(2) {
        border-bottom: none;
      }
    }
