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

/* -------共通------- */
.wrapper{
  padding: 40px 0;
}
.section--ttl {
  display: flex;
  justify-content: center;
  position: relative;
  color: var(--text-color);
  font-size: 24px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  margin: 0 0 40px;
}
.section--ttl:before {
  content: '';
  display: inline-block;
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 32px;
  height: 2px;
  background-color: var(--corporate-color);
}


@media all and (min-width: 768px){
  .wrapper{
    padding: 64px 0;
  }
}
@media all and (min-width: 1024px) {
  .wrapper{
    padding: 128px 0;
  }
}


/* -------summary------- */
.summary{
  padding-bottom: 40px;
}
/* MV */
.summary__mv {
  position: relative;
  width: 100%;
  height: 240px;
}
/* slider */
.slider {
  width: 100%;
  height: 100%;
  margin-inline: auto;
  overflow: hidden; /* 画像がはみ出ないようにする */
}
.slick-list{
  width: 100%;
  height: 100%;
}
.slick-track{
  width: 100%;
  height: 100%;
}
.slick-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15); /* 拡大率 */
  }
}
.add-animation {
  animation: zoomUp 10s linear 0s normal both;
}

.summary__top{
  margin: 40px 0;
}
.summary__top--index{
  background-color: #f1f1f1;
  padding: 8px 16px;
  border-radius: 8px;
  display: inline-block;
  margin-bottom: 16px;
}
.summary__top h1{
  font-size: 22px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  margin-bottom: 16px;
}
.summary__top--date{
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 18px;
  margin-bottom: 40px;
}
.summary__top--item{
  display: flex;
  padding-bottom: 16px;
}
.summary__top--item dt{
  margin-right: 16px;
}
.summary__info--btn{
  color: var(--corporate-color);
  border: 1px solid var(--corporate-color);
  height: 48px;
  width: 100%;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  margin-top: 16px;
  text-align: center;
}
.summary__point{
  padding: 32px;
  border: 1px solid var(--border-color);
  border-radius: 8px;
  margin-bottom: 40px;
}
.summary__point--item span{
  color: var(--corporate-color);
}

.summary__article--A,.summary__article--B{
  margin-bottom: 40px;
}
.summary__article--img{
  margin-bottom: 16px;
}
.summary__article--img img{
  border-radius: 8px;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

@media all and (min-width: 768px){
  .summary{
    padding-bottom: 64px;
  }
  .summary__mv {
    height: 480px;
  }
  .summary__top--group{
    display: flex;
    justify-content: space-between;
  }
  .summary__info--btn{
    width: 100%;
    margin-top: 0px;
    padding: 0 36px;
    text-align: center;
  }
  .summary__article--A{
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
  }
  .summary__article--B,.summary__article-images{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .summary__article--img,.summary__article--text{
    width: calc((100% - 32px) / 2 );
    line-height: 1.7;
  }

}
@media all and (min-width: 1024px) {
  .summary{
    padding-bottom: 128px;
  }
  .summary__top--index {
    margin-bottom: 32px;
}
  .summary__info--btn:hover{
    color: #fff;
    background-color: var(--corporate-color);
  }
  .summary__top {
    margin: 48px 0;
}
.summary__point {
  padding: 48px;
  margin-bottom: 64px;
}
.summary__article--A, .summary__article--B {
  margin-bottom: 64px;
}
.summary__article--img,.summary__article--text{
  width: calc((100% - 64px) / 2 );
}
}

/* -------schedule------- */
.schedule{
  background-color: var(--background-color);
}
.schedule__block{
  margin-bottom: 32px;
}
.schedule__block--date{
  background-color: #ffffff;
  border: 1px solid var(--border-color);
  padding: 8px 16px;
  color: var(--corporate-color);
  font-weight: bold;
  margin-bottom: 16px;
}
.schedule__block--date span{
  font-size: 18px;
  margin-right: 16px;
}

.schedule__annotation{
  font-size: 14px;
}

@media all and (min-width: 768px){

}
@media all and (min-width: 1024px) {
  .schedule__block--date {
    padding: 16px;
    margin-bottom: 32px;
}

}

/* -------information------- */
.information__list--item{
  display: flex;
}
.information__list--item:not(:last-child){
  margin-bottom: 16px;
}
.information__list--item dt{
  width: 142px;
  flex-shrink: 0;
}


@media all and (min-width: 768px){
  .information__list--item dt {
    width: 160px;
}

}
@media all and (min-width: 1024px) {
  .information__list--item:not(:last-child) {
    margin-bottom: 32px;
}

}

/* -------price------- */
.price{
  background-color: var(--background-color);
}
.scroll-table{
  margin-bottom: 16px;
  overflow-x: auto;
}
.price__table{
  border: 1px solid var(--border-color);
  width: 100%;
  border-collapse: collapse;
  white-space: nowrap;
}
.price__table--menu{
  background-color: var(--corporate-color);
  color: #ffffff;
}
.price__table--none,.price__table--plan{
  padding: 16px ;
  border: 1px solid var(--border-color);
  text-align: center;
}
.price__table--price th,.price__table--price td{
  padding: 16px;
  border: 1px solid var(--border-color);
  text-align: center;
  background-color: #ffffff;
}
.price__table--price th{
  font-weight: normal;
}
.price__table--price td{
  font-weight: bold;
}
.price__table--price td:first-child{
  font-weight: normal;
}
.price__annotation{
  font-size: 14px;
}

@media all and (min-width: 768px){

}
@media all and (min-width: 1024px) {
  .scroll-table {
    margin-bottom: 32px;
}
}