.hero {
  position: relative;
  padding: 4vw 0 0;
}
@media screen and (max-width: 960px) {
  .hero {
    padding: 0;
  }
}

.hero-box {
  display: flex;
}
@media screen and (max-width: 960px) {
  .hero-box {
    flex-direction: column-reverse;
  }
}

.hero-messageWrap {
  display: flex;
  justify-content: center;
  width: 20%;
  margin-right: 6vw;
}
@media screen and (max-width: 960px) {
  .hero-messageWrap {
    margin-left: 3.5%;
    width: 100%;
    margin-right: 4vw;
  }
}

.hero-message {
  margin-left: auto;
  font-size: clamp(2rem, 1.723rem + 1.23vw, 3.2rem);
  font-weight: 300;
  letter-spacing: 0.7rem;
  line-height: 2;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  margin-top: 4vw;
  opacity: 0;
}
.hero-message span {
  display: inline-block;
  opacity: 0;
  filter: blur(20px);
  transform: translateY(-15px);
  transition: opacity 1s ease-out, filter 1s ease-out, transform 1s ease-out;
}
.hero-message.show span {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0);
}
@media screen and (max-width: 960px) {
  .hero-message {
    writing-mode: horizontal-tb;
    text-orientation: mixed;
    letter-spacing: 0.5rem;
    margin-top: 4rem;
  }
}

.hero-catch {
  width: calc(80% - 6vw);
}
@media screen and (max-width: 960px) {
  .hero-catch {
    width: 96.5%;
    margin-left: auto;
  }
}

.splide__slide {
  height: 75vh;
  min-height: 340px;
}
@media screen and (max-width: 960px) {
  .splide__slide {
    height: 80vw;
    min-height: 0;
  }
}
.splide__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 6s ease;
  transform: scale(1.1);
}
.splide__slide.is-zoom img {
  transform: scale(1);
}

.about .about-ttl {
  font-size: clamp(1.6rem, 1.462rem + 0.62vw, 2.2rem);
  line-height: 2;
  font-weight: 400;
  letter-spacing: 0.3rem;
  text-align: center;
}

.about_list ul {
  display: flex;
  justify-content: center;
  margin-left: -6rem;
  margin-top: 8rem;
}
@media screen and (max-width: 960px) {
  .about_list ul {
    flex-wrap: wrap;
    margin-left: -3rem;
    margin-top: 6rem;
  }
}
@media screen and (max-width: 480px) {
  .about_list ul {
    margin-left: -1rem;
  }
}
.about_list li {
  text-align: center;
  margin-left: 6rem;
}
@media screen and (max-width: 960px) {
  .about_list li {
    margin-left: 3rem;
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 480px) {
  .about_list li {
    width: calc(50% - 1rem);
    margin-left: 1rem;
    margin-bottom: 2rem;
  }
}
.about_list img {
  display: inline-block;
}
@media screen and (max-width: 960px) {
  .about_list img {
    width: 80px;
  }
}

.about_list-txt {
  line-height: 1.6;
  margin-top: 1.5rem;
}

.hall_list {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-left: -4rem;
}
@media screen and (max-width: 960px) {
  .hall_list {
    flex-direction: column;
  }
}
.hall_list li {
  margin-left: 4rem;
}
@media screen and (max-width: 960px) {
  .hall_list li {
    margin-bottom: 4rem;
  }
}

.hall-ttl {
  text-align: center;
  margin-bottom: 3rem;
}
@media screen and (max-width: 960px) {
  .hall-ttl {
    width: 180px;
    margin: 0 auto 1.5rem;
  }
}
.hall-ttl img {
  display: inline-block;
}

.hall-txt {
  font-size: clamp(1.5rem, 1.385rem + 0.51vw, 2rem);
  margin: 3rem 0;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .hall-txt {
    margin: 2rem 0;
  }
}

.plan .info_box {
  text-align: center;
  margin: 6rem 0;
}
.plan .info-ttl {
  font-size: clamp(2.4rem, 2.354rem + 0.21vw, 2.6rem);
  font-weight: 600;
  margin-bottom: 2rem;
}
.plan .more-btn {
  margin-top: 3.5rem;
}
@media screen and (max-width: 960px) {
  .plan .more-btn {
    margin-top: 2rem;
  }
}

.plan_list ul {
  display: flex;
  justify-content: center;
  margin-left: -3rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 960px) {
  .plan_list ul {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 600px) {
  .plan_list ul {
    flex-direction: column;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 600px) {
  .plan_list {
    width: 90%;
    margin: 0 auto;
  }
}
.plan_list li {
  margin-left: 3rem;
}
@media screen and (max-width: 960px) {
  .plan_list li {
    width: calc(50% - 3rem);
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 600px) {
  .plan_list li {
    width: calc(100% - 3rem);
  }
}

.plan-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.plan-txt {
  font-size: clamp(1.8rem, 1.754rem + 0.21vw, 2rem);
  line-height: 1.4;
  font-weight: 600;
  padding: 2rem 0;
  text-align: center;
  background: #8CAA82;
  color: white;
}
@media screen and (max-width: 960px) {
  .plan-txt {
    line-height: 1.2;
    padding: 1.5rem 0;
  }
}

.price {
  font-size: clamp(2.4rem, 2.354rem + 0.21vw, 2.6rem);
}

.price-unit {
  font-size: clamp(1.5rem, 1.385rem + 0.51vw, 2rem);
}

.reason .lg-inner {
  background: white;
  padding: 8rem 0;
}
@media screen and (max-width: 960px) {
  .reason .lg-inner {
    padding: 4rem 1rem;
  }
}

.main-ttl._green {
  color: #8CAA82;
  font-weight: 600;
}
@media screen and (max-width: 480px) {
  .main-ttl._green {
    font-size: 6.2vw;
  }
}

.reason_list li {
  display: flex;
  margin-bottom: 8rem;
}
.reason_list li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 960px) {
  .reason_list li {
    flex-direction: column;
    margin-bottom: 3rem;
  }
}
.reason_list li:nth-child(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 960px) {
  .reason_list li:nth-child(even) {
    flex-direction: column;
  }
}

.reason-img {
  width: 55%;
}
@media screen and (max-width: 960px) {
  .reason-img {
    width: 100%;
  }
}

.reason-box {
  width: 45%;
  padding: 4rem;
}
@media screen and (max-width: 960px) {
  .reason-box {
    width: 100%;
    padding: 2rem 0;
  }
}

.reason-num {
  position: relative;
  font-size: 2rem;
  font-weight: 500;
  color: #8CAA82;
  padding-left: 7rem;
  margin-bottom: 1rem;
}
.reason-num::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 6rem;
  height: 1px;
  background: #8CAA82;
}

.reason-ttl {
  font-size: clamp(2rem, 1.908rem + 0.41vw, 2.4rem);
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 480px) {
  .reason-ttl {
    font-size: 5.2vw;
  }
}

.reason-txt {
  font-size: clamp(1.5rem, 1.385rem + 0.51vw, 2rem);
  line-height: 2;
}

@media screen and (max-width: 960px) {
  .insta_list_wrap {
    max-width: 500px;
    margin: 0 auto;
  }
}
.insta_list_wrap ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin: 4rem 0 1.5rem -3rem;
}
@media screen and (max-width: 960px) {
  .insta_list_wrap ul {
    margin: 3rem 0 1.5rem -1.5rem;
  }
}
.insta_list_wrap li {
  margin: 0 0 3rem 3rem;
  width: calc(25% - 3rem);
  box-sizing: border-box;
  line-height: 0;
  position: relative;
}
@media screen and (max-width: 960px) {
  .insta_list_wrap li {
    margin: 0 0 1.5rem 1.5rem;
    width: calc(50% - 1.5rem);
  }
}
.insta_list_wrap li::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.insta_list_wrap a {
  transition: 0.3s all;
}
.insta_list_wrap a:hover {
  opacity: 0.7;
}
.insta_list_wrap img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.qa_list li {
  margin-bottom: 1rem;
}

.qa-ttl {
  position: relative;
  color: #333;
  background: #F6F6F3;
  border: none;
  width: 100%;
  padding: 2rem 1em;
  text-align: left;
  transition: 0.6s cubic-bezier(0.49, 0.06, 0.02, 0.98);
  border-bottom: 1px solid #DDD;
  cursor: pointer;
  font-weight: 400;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 960px) {
  .qa-ttl {
    display: flex;
    padding: 2rem 3.5rem 2rem 0.5rem;
  }
}
.qa-ttl span {
  font-size: clamp(1.8rem, 1.754rem + 0.21vw, 2rem);
  color: #8CAA82;
  font-weight: 600;
  margin-right: 3rem;
}
@media screen and (max-width: 960px) {
  .qa-ttl span {
    margin-right: 1rem;
  }
}
.qa-ttl:hover {
  opacity: 0.5;
}
.qa-ttl::before {
  position: absolute;
  content: "";
  background: url(../images/open_ico.svg) no-repeat center/contain;
  right: 1rem;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 2rem;
  height: 2rem;
  transition: transform 0.6s cubic-bezier(0.49, 0.06, 0.02, 0.98), opacity 0.6s cubic-bezier(0.49, 0.06, 0.02, 0.98);
}
@media screen and (max-width: 960px) {
  .qa-ttl::before {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.qa-ttl.is-open::before {
  background: url(../images/close_ico.svg) no-repeat center/contain;
  transform: rotate(180deg);
}

.qa-txt {
  line-height: 2;
  font-weight: 400;
  letter-spacing: 0.2rem;
  padding: 2rem 1em;
  text-align: left;
  transition: 0.6s cubic-bezier(0.49, 0.06, 0.02, 0.98);
  margin-left: 5rem;
}
@media screen and (max-width: 960px) {
  .qa-txt {
    margin-left: 2rem;
  }
}

.accordion-content {
  overflow: hidden;
  height: 0;
  opacity: 0;
  transition: height 0.4s ease, opacity 0.3s ease;
  will-change: height;
  padding: 0 1rem;
}
@media screen and (max-width: 960px) {
  .accordion-content {
    padding: 0 0.5rem;
  }
}
.accordion-content.is-open {
  opacity: 1;
}/*# sourceMappingURL=index.css.map */