@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+Antique:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;700&display=swap");
.wrapper {
  min-width: 1334px;
  overflow-x: hidden;
}

.mv img {
  width: 100%;
}

.lead__cnt {
  padding: 50px 0 50px;
}
.lead__cnt--txt {
  font-size: 1.6rem;
  line-height: 1.7;
}

.area {
  margin-top: 100px;
}
.area .blk:not(:first-of-type) {
  margin-top: 200px;
}
.area .blk__name--en {
  padding: 0 10px;
  font-size: 1.6rem;
  font-weight: bold;
  display: block;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #bc6089));
  background: linear-gradient(transparent 60%, #bc6089 60%);
}
.area .blk__name--en.blue {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #6b98b2));
  background: linear-gradient(transparent 60%, #6b98b2 60%);
}
.area .blk__name--en.green {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #52858a));
  background: linear-gradient(transparent 60%, #52858a 60%);
}
.area .blk__name--en.cark {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #a78c56));
  background: linear-gradient(transparent 60%, #a78c56 60%);
}
.area .blk__name--ja {
  letter-spacing: 0.2em;
  font-size: 2rem;
  text-align: center;
  margin-top: 50px;
}
.area .blk__top {
  margin-top: 50px;
}
.area .blk__top--img {
  margin-left: auto;
  margin-right: auto;
  max-width: 360px;
}
.area .blk__top--img.second {
  max-width: 100%;
}
.area .blk__top--img.third {
  max-width: 100%;
}
.area .blk__top--desc {
  margin-left: auto;
  margin-right: auto;
  max-width: 732px;
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.area .blk__top--desc--thumb {
  width: 156px;
}
.area .blk__top--desc--txt {
  width: calc(100% - 156px);
  padding-left: 20px;
  font-size: 1.6rem;
}
.area .blk__mid {
  margin-top: 40px;
}
.area .blk__mid--img {
  margin-left: auto;
  margin-right: auto;
  max-width: 450px;
}
.area .blk__mid--txt {
  margin-top: 112px;
  font-size: 1.6rem;
  padding: 0 30px;
}
.area .blk__btm {
  margin-top: 110px;
}
.area .blk__btm--txt {
  margin-top: 72px;
  font-size: 1.6rem;
  padding: 0 30px;
}

.totop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
  width: 95px;
  font-weight: bold;
  color: #000;
  text-decoration: none;
  z-index: 10;
  font-family: "Shippori Mincho", serif;
  position: relative;
}
.totop:after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: 15px;
  margin-top: 10px;
}

#ft {
  background: #eee;
  padding: 80px 0 0;
  margin-top: 243px;
}
#ft .inner {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
#ft .shop {
  margin-bottom: 30px;
}
#ft .img {
  text-align: center;
}
#ft .ft__copy {
  color: #fff;
  background: #000;
  font-size: 12px;
  text-align: center;
  line-height: 1;
  margin-top: 50px;
  padding: 40px 0;
}
#ft .shopList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 834px;
  margin: 32px auto 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 129px;
}
#ft .shopList li {
  width: 169px;
  margin-bottom: 10px;
}
#ft .shopList li a {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 12px;
  letter-spacing: 0.05em;
  color: #000;
  text-decoration: none;
}

@media screen and (min-width: 1335px) {
  .about__cnt {
    margin-right: auto;
    margin-left: auto;
  }
  .interview__cnt {
    margin-left: auto;
    margin-right: auto;
  }
  .features__flex--blk.fourth {
    max-width: 965px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 32px;
  }
  .about__cnt--ttl {
    left: 0;
  }
  .suit {
    max-width: 1334px;
    margin-left: auto;
    margin-right: auto;
  }
  .suit__treatWrap {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
  .suit__treat {
    position: relative;
    left: 80px;
  }
}
@media screen and (max-width: 768px) {
  .wrapper {
    min-width: unset;
  }
  .lead__cnt {
    padding: 25px 0 25px;
  }
  .area .blk:not(:first-of-type) {
    margin-top: 80px;
  }
  .area .blk__top--desc {
    display: block;
  }
  .area .blk__top--desc--thumb {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .area .blk__top--desc--txt {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
  .area .blk__mid--txt {
    padding: 0 0;
    margin-top: 56px;
  }
  .area .blk__btm {
    margin-top: 55px;
  }
  .area .blk__btm--txt {
    margin-top: 36px;
    padding: 0 0;
  }
  .totop {
    right: 14.3%;
  }
  #ft {
    background: #eee;
    padding: 70px 0 0;
  }
  #ft .inner {
    padding: 0 8%;
  }
  #ft .shop {
    margin-bottom: 25px;
    text-align: left;
  }
  #ft .img {
    width: 110px;
  }
  #ft .shopList {
    width: 100%;
    margin: 12px auto 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
  }
  #ft .shopList li {
    width: 50%;
  }
  #ft .shopList li a {
    font-size: 14px;
    line-height: 1.3em;
  }
}
@media screen and (max-width: 768px) and (min-width: 501px) {
  .others__cnt--item .reserveBtn__btn {
    width: 67%;
    margin-right: auto;
  }
  .others__cnt--item .reserveBtn {
    width: 67%;
  }
}
/*# sourceMappingURL=style.css.map */