@charset "utf-8";
/* CSS Document */

body {
  min-width: 1100px;
}
.head {
  background: none;
}
.inner {
  max-width: 1000px;
}

.hero-area {
  background: url(../common/img/bg_main_01.jpg) no-repeat 50% 0;
  background-size: cover;
  margin-top: -130px;
  position: relative;
}
.hero-inner {
  max-width: none;
  width: 100%;
  position: absolute;
  height: 105vh;
  top: 0;
}
.hero-area:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  background: linear-gradient(165deg, transparent 0, transparent 40%, #25a900 40%, #a8e200 100%);
}
.hero-area .hero-slider li {
  height: 100vh;
}
.hero-area .hero-slider li:nth-child(1) {
  background: url(../common/img/bg_main_01.jpg) no-repeat 50% 0;
  background-size: cover;
}
.hero-area .hero-slider li:nth-child(2) {
  background: url(../common/img/bg_main_02.jpg) no-repeat 50% 0;
  background-size: cover;
}
.hero-area .hero-slider li:nth-child(3) {
  background: url(../common/img/bg_main_03.jpg) no-repeat 50% 0;
  background-size: cover;
}
.hero-area .hero-slider .slick-dots {
  display: block;
  padding: 0;
  width: 730px;
  list-style: none;
  text-align: right;
  position: absolute;
  right: 15.5vw;
  bottom: 6vh;
  z-index: 3;
}
.hero-area .hero-slider .slick-dots li {
  min-width: auto;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 0 5px;
  background: none;
  border-radius: 2.5px;
  text-align: center;
  text-indent: -9999px;
}
.hero-area .hero-slider .slick-dots li button {
  width: 14px;
  height: 14px;
  border-radius: 13px;
  margin: 0;
  padding: 0;
  text-indent: -99999px;
  border: 0;
  background: #fff;
  display: block;
  cursor: pointer;
  outline: none;
}
.hero-area .hero-slider .slick-dots li.slick-active button {
  background: #000;
}
.hero-area .hero-slider .slick-dots li button:hover {
  opacity: 0.7;
  outline: none;
}

.hero-area .text-box {
  display: inline-block;
  position: absolute;
  bottom: 10vh;
  /* left: 0; */
  right: 15vw;
  width: 730px;
  margin: 0 auto;
  z-index: 2;
}
.hero-area .text-box .hero-text {
  font-size: 110px;
  font-weight: bold;
  color: #fff;
  line-height: 1.1;
  margin: 0 0 25px;
}
.hero-area .text-box .en {
  font-size: 18px;
  font-weight: bold;
}
.hero-area .text-box .sub-text {
  display: inline-block;
  font-size: 21px;
  color: #fff;
  background: #000;
  padding: 2px 5px 0;
}
.hero_bnr {
  padding: 50px 0;
  text-align: center;
  margin: auto;
  z-index: 2;
  position: relative;
}
.hero_bnr a {
  display: block;
  background: #FFF;
}
.hero_bnr img {
  display: block;
  width: 100%;
}
.hero_bnr img.onlySP {
  display: none;
}
@media screen and (max-width: 750px) {
  .hero_bnr img.onlyPC {
    display: none;
  }
  .hero_bnr img.onlySP {
    display: block;
  }
}
/*============================
バナー枠
============================*/
.bnr-area {
  background: #343947;
  padding: 60px 0;
  text-align: center;
}

/*============================
店舗案内
============================*/
.studio-area .area {
  font-size: 32px;
  font-weight: bold;
  color: #fff;
  text-align: left;
  margin: 60px 0 35px;
}
.studio-area .studio-list {
  display: flex;
  justify-content: flex-start;
  gap: 20px 2%;
  margin: 0 0 20px;
  flex-wrap: wrap;
}
.studio-area .studio-list .studio-item {
  width: 32%;
  background-color: #fff;
}
.studio-area .studio-list .studio-item:last-child {
  margin-right: 0;
}
.studio-area .studio-list .studio-item .pic-box {
  height: 200px;
}
.studio-area .studio-list .studio-item .info-box {
  text-align: left;
  padding: 15px 20px;
  background: none;
}
.studio-area .studio-list .studio-item .info-box .name {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 8px;
}
.studio-area .studio-list .studio-item .info-box .name .before-open {
  font-size: 13px;
  font-weight: bold;
  color: #e8033f;
  border: 2px solid #e8033f;
  padding: 2px 8px 0;
  margin: 0 0 0 10px;
  vertical-align: middle;
}
.studio-area .studio-list .studio-item .info-box .address {
  font-size: 15px;
  min-height: 95px;
}
.studio-area .studio-list .studio-item .info-box .tel {
  font-size: 18px;
  font-weight: bold;
}
.studio-area .studio-list .studio-item .link-box {
  padding: 0 20px 20px;
}
.studio-area .studio-list .studio-item .link-box li {
  margin: 0 0 20px;
}
.studio-area .studio-list .studio-item .link-box li:last-child {
  margin: 0;
}
.studio-area .studio-list .studio-item .link-box li a {
  display: block;
  width: 280px;
  font-size: 16px;
  font-weight: bold;
  padding: 6px 0 5px;
  border: 1px solid #25a900;
  background: #fff;
  color: #25a900;
}
.studio-area .studio-list .studio-item .link-box li a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.studio-area .studio-list .studio-item .link-box .detail a {
  background: #fff;
  color: #25a900;
}
.studio-area .studio-list .studio-item .link-box .reserve a {
  background: #25a900;
  color: #fff;
}
.studio-area .studio-list .studio-item .link-box li a span {
  position: relative;
  padding-right: 15px;
}
.studio-area .studio-list .studio-item .link-box li a span:after {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 33%;
  right: 0;
}
.studio-area .studio-list .studio-item .link-box .detail a span:after {
  border-top: 2px solid #25a900;
  border-right: 2px solid #25a900;
}

/*============================
NEWS
============================*/
.news-area {
  padding: 100px 0;
}
.news-area .news-title {
  font-size: 25px;
  font-weight: bold;
  color: #25a900;
  text-align: center;
  letter-spacing: 1px;
}
.news-list {
  display: flex;
  justify-content: space-around;
  margin: 80px 0;
}
.news-list li {
  width: 30%;
}
.news-list li a {
  display: block;
}
.news-list li a:hover {
  text-decoration: none;
}
.news-list li a:hover img,
.news-list li a:hover .news-info {
  opacity: 0.7;
  text-decoration: none;
}
.news-list li .news-img {
  background: #fff;
}
.news-list li img {
  object-fit: cover;
  width: 300px;
  height: 200px;
}
.news-list .news-info {
  text-align: left;
  color: #fff;
}
.news-list .news-info .news-date {
  font-size: 12px;
  margin: 12px 0 5px;
}
.news-list .news-info .news-title {
  font-size: 15px;
  font-weight: normal;
  color: #fff;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.more-btn {
  background: #fff;
  display: inline-block;
}
.more-btn a {
  display: block;
  font-size: 17px;
  font-weight: bold;
  color: #fff;
  background: #25a900;
  text-align: center;
  width: 300px;
  padding: 15px 0 12px;
}
.more-btn a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.more-btn a span {
  padding-right: 20px;
  position: relative;
}
.more-btn a span:after {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 35%;
  right: 0;
}

@media screen and (max-width: 750px) {
  body {
    min-width: 320px;
  }

  .hero-area {
    margin: -80px 0 0;
  }
  .hero-slider,
  .hero-inner {
    height: 85vh;
  }
  .hero-inner {
    max-width: none;
    width: 100%;
    position: absolute;
    top: 0;
  }
  .hero-area:after {
    background: linear-gradient(167deg, transparent 0, transparent 38%, #25a900 38%, #a8e200 100%);
  }
  .hero-area .hero-slider .slick-dots {
    width: auto;
    right: 5.8vw;
    bottom: 4vh;
  }
  .hero-area .hero-slider .slick-dots li,
  .hero-area .hero-slider .slick-dots li button {
    width: 8px;
    height: 8px;
    margin: 0 4px;
  }

  .hero-area .text-box {
    bottom: 25px;
    right: 20px;
    width: calc(100% - 40px);
  }
  .hero-area .text-box .hero-text {
    text-align: right;
    margin: 0 0 15px;
  }
  .hero-area .text-box .hero-text img {
    width: 250px;
  }
  .hero-area .text-box .en {
    font-size: 12px;
  }
  .hero-area .text-box .sub-text {
    font-size: 13px;
  }

  .hero_bnr {
    padding: 30px 20px;
  }

  /*============================
  バナー枠
  ============================*/
  .bnr-area {
    background: #343947;
    padding: 30px 20px;
  }
  .bnr-area img {
    width: 100%;
    height: a;
  }

  /*============================
  店舗案内
  ============================*/
  .studio-area .title img {
    width: 110px;
  }
  .studio-area .area {
    font-size: 16px;
    margin: 25px 20px 20px;
  }
  .studio-area .studio-list {
    margin: 0 20px 30px;
  }
  .studio-area .studio-list .studio-item {
    width: 49%;
  }
  .studio-area .studio-list .studio-item .pic-box {
    height: 27vw;
  }
  .studio-area .studio-list .studio-item .info-box {
    padding: 10px 15px 0;
  }
  .studio-area .studio-list .studio-item .info-box .name {
    font-size: 15px;
  }
  .studio-area .studio-list .studio-item .info-box .name .before-open {
    font-size: 10px;
    margin: 0;
    display: inline-block;
  }
  .studio-area .studio-list .studio-item .info-box .address {
    font-size: 12px;
    min-height: auto;
    margin: 0 0 10px;
  }
  .studio-area .studio-list .studio-item .info-box .tel {
    font-size: 4vw;
  }
  .studio-area .studio-list .studio-item .link-box {
    padding: 10px 10px 12px;
  }
  .studio-area .studio-list .studio-item .link-box li a {
    width: auto;
  }

  /*============================
  NEWS
  ============================*/
  .news-area {
    padding: 50px 0;
  }
  .news-area .news-title {
    font-size: 20px;
  }
  .news-list {
    display: block;
    margin: 20px 20px 30px;
  }
  .news-list li {
    width: auto;
    margin: 0 0 20px;
  }
  .news-list li a {
    display: flex;
  }
  .news-list li .news-img {
    background: none;
    margin-right: 10px;
  }
  .news-list li img {
    width: 160px;
    height: 130px;
  }
  .news-list .news-info .news-date {
    font-size: 14px;
    margin: 10px 0 3px;
  }
  .news-list .news-info .news-title {
    white-space: initial;
  }

  /* 幅せま */
  @media screen and (max-width: 360px) {
  }
}
