@charset "utf-8";
/* CSS Document */
/* スクロールしたらフェードイン */
.js-fade {
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px);
  transition: opacity 1s, visibility 1s, transform 1s;
}
.scroll {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
/* top */
.section-top {
  width: 100%;
  height: 900px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), image-set(url("../images/top/mv.jpg") 1x, url("../images/top/mv@2x.jpg")2x);
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), -webkit-image-set(url("../images/top/mv.jpg") 1x, url("../images/top/mv@2x.jpg") 2x);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.section-top__mv {
  height: 450px;
  object-fit: contain;
  padding-top: 250px;
}
@media (max-width:1000px) {
  .section-top {
    height: 850px;
    object-fit: cover;
  }
  .section-top__mv {
    height: 300px;
    object-fit: contain;
    padding-top: 300px;
  }
}
/* title */
.section__title {
  color: #79B4B7;
  margin-bottom: 40px;
}
.section__title h2 {
  font-size: 3.5rem;
  font-weight: 800;
}
.section__title p {
  font-size: 2.0rem;
}
@media (max-width:1000px) {
  .section__title {
    margin-bottom: 30px;
  }
  .section__title h2 {
    font-size: 3.0rem;
  }
  .section__title p {
    font-size: 1.7rem;
  }
}
/* concept */
.section-concept {
  display: flex;
  justify-content: space-between;
  max-width: 1000px;
  margin: 100px auto;
}
.section-concept-container {
  text-align: left;
  width: 480px;
}
.section-concept__h2-text {
  color: #79B4B7;
}
.section-concept__text {
  font-family: "Noto Serif JP";
  font-size: 2.0rem;
  line-height: 1.9;
}
.section-concept img {
  width: 430px;
  height: 580px;
  object-fit: cover;
}
@media (max-width:1000px) {
  .section-concept {
    display: block;
    max-width: 315px;
    margin: 50px auto 80px;
  }
  .section-concept-container {
    width: 315px;
  }
  .section-concept__text {
    font-size: 1.8rem;
    margin-bottom: 40px;
  }
  .section-concept img {
    width: 315px;
    height: 350px;
    object-fit: cover;
  }
}
/* event */
.section-event {
  padding: 100px 0;
  background-color: #FEFBF3;
}
.section-event__main {
  display: flex;
  flex-flow: wrap;
  justify-content: space-evenly;
  marigin: 0 auto;
}
.section-event__list a {
  text-decoration: none;
  color: #5D5D5D;
}
.section-event__list h3 {
  font-size: 2.0rem;
  font-weight: 600;
  line-height: 1.5;
  margin: 20px 0 10px;
}
.section-event__list img {
  height: 280px;
  width: 280px;
  object-fit: contain;
}
.section-event__list {
  display: flex;
  flex-flow: column;
  align-items: center;
  width: 280px;
}
@media (max-width:1000px) {
  .section-event {
    padding: 80px 0;
  }
  .section-event__main {
    display: block;
    max-width: 315px;
    margin: 0 auto;
  }
  .section-event__list h3 {
    font-size: 1.9rem;
    margin: 10px 0 5px;
  }
  .section-event__list {
    width: 315px;
    margin-bottom: 40px;
  }
}
/* gallery */
.section-gallery {
  padding: 100px 0;
}
.section-gallery h3 {
  font-family: "Noto Serif JP";
  font-size: 2.1rem;
}
.section-gallery__subtitle {
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-gallery__subtitle img {
  width: 70px;
  height: 70px;
  margin: 0 10px;
}
.slider {
  max-width: 100%;
  margin: 15px auto;
  position: relative;
}
.slick-slide {
  margin: 0 20px;
}
.slider__item img {
  height: 580px;
  width: 100%;
  object-fit: cover;
}
.slider button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
  border: none;
  background-color: transparent;
}
.slider__container:not(:last-child) {
  margin-bottom: 80px;
}
@media (max-width:1000px) {
  .section-gallery {
    padding: 80px 0;
  }
  .section-gallery h3 {
    font-size: 1.9rem;
  }
  .section-gallery__subtitle img {
    width: 40px;
    height: 40px;
  }
  .slick-slide {
    margin: 0 5px;
  }
  .slider__item img {
    height: 360px;
    width: 100%;
    object-fit: cover;
  }
  .slider__container:not(:last-child) {
    margin-bottom: 60px;
  }
}
/* price */
.section-price {
  padding: 100px 0;
  background-color: #FEFBF3;
}
.section-price__pricelist {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 80px;
}
.section-price__subtitle {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
}
.section-price h3 {
  font-size: 2.0rem;
}
.section-price__subtitle img {
  width: 50px;
  height: 50px;
  margin: 0 10px;
}
.section-price__pricesheet {
  width: 500px;
  height: 350px;
  object-fit: contain;
}
.section-price__pricesheet-cancel {
  width: 500px;
  height: 200px;
  object-fit: contain;
}
@media (max-width:1000px) {
  .section-price {
    padding: 80px 0;
  }
  .section-price__pricelist {
    max-width: 315px;
    margin: 0 auto 60px;
  }
  .section-price h3 {
    font-size: 1.8rem;
    line-height: 1.5;
    text-align: left;
  }
  .section-price__subtitle img {
    width: 40px;
    height: 40px;
  }
  .section-price__subtitle {
    align-items: center;
    width: 315px;
  }
  .section-price__pricesheet {
    width: 315px;
    height: 280px;
    object-fit: contain;
  }
  .section-price__pricesheet-cancel {
    width: 315px;
    height: 150px;
    object-fit: contain;
  }
}
/* notes */
.section-notes {
  padding: 100px 0;
}
.section-notes h3 {
  font-size: 2.0rem;
}
.section-notes__text {
  text-align: left;
  max-width: 900px;
  margin: 0 auto 80px;
}
.section-notes__text p {
  line-height: 2.0;
}
.section-notes__subtitle {
  display: flex;
  align-items: center;
  margin: 60px 0 20px;
}
.section-notes__subtitle img {
  width: 40px;
  height: 60px;
  margin: 0 10px;
}
.section-notes__text-caution {
  color: #C85959;
  font-weight: 600;
  margin-top: 60px;
}
@media (max-width:1000px) {
  .section-notes {
    padding: 80px 0;
  }
  .section-notes h3 {
    font-size: 1.8rem;
  }
  .section-notes__text {
    max-width: 315px;
    margin: 0 auto 60px;
  }
  .section-notes__text p {
    line-height: 1.5;
  }
  .section-notes__subtitle {
    display: flex;
    align-items: center;
    margin: 50px 0 15px;
  }
  .section-notes__subtitle img {
    width: 25px;
    height: 40px;
    margin: 0 10px;
  }
  .section-notes__text-caution {
    width: 315px;
    margin: 50px auto 0;
    text-align: left;
  }
}
/* access */
.section-access {
  padding: 100px 0;
  background-color: #FEFBF3;
}
.section-access__main-list {
  display: flex;
  text-align: left;
  flex-wrap: wrap;
  max-width: 900px;
  margin: 0 auto;
}
.section-access__main-list h3 {
  width: 20%;
}
.section-access__main-list p {
  width: 80%;
}
.section-access__main-list {
  border-top: 1px solid #9D9D9D;
  padding: 15px 0;
}
iframe {
  width: 1000px;
  height: 400px;
  margin-top: 20px;
}
@media (max-width:1000px) {
  .section-access {
    padding: 80px 0;
  }
  .section-access__main-list {
    display: flex;
    text-align: left;
    flex-wrap: wrap;
    max-width: 315px;
    margin: 0 auto;
  }
  .section-access__main-list h3 {
    width: 30%;
  }
  .section-access__main-list p {
    width: 70%;
  }
  iframe {
    width: 100%;
  }
}
/* contact */
.section-contact {
  padding: 100px 0;
}
.section-contact__text {
  font-family: "Noto Serif JP";
  font-size: 2.0rem;
  line-height: 3.5rem;
  margin-bottom: 60px;
}
.btn-contact {
  color: #FFFFFF;
  background-color: #79B4B7;
  border-radius: 0px;
  border: 0px;
  padding: 20px 30px;
  text-decoration: none;
  font-weight: 600;
  font-size: 2.2rem;
}
@media (max-width:1000px) {
  .section-contact {
    padding: 80px 0;
  }
  .section-contact__text {
    font-family: "Noto Serif JP";
    font-size: 1.8rem;
    line-height: 3.0rem;
    margin: 0 auto 60px;
    max-width: 315px;
  }
  .btn-contact {
    padding: 15px 20px;
    font-size: 1.9rem;
  }
}