/* slider */
.home-slider {
  width: 100%;
  /* max-width: 1000px; */
}

.home-slider .swiper-pagination {
  padding-top: 24px;
  position: relative;
}

.home-slider .swiper-pagination .swiper-pagination-bullet {
  margin-right: 9px;
  margin-left: 9px;
  cursor: pointer;
}

.home-slider
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #39aec0;
}

/* contents */
.container-fluid.inner {
  max-width: 1260px;
}

.page-home .column-main {
  padding-top: 0;
}

.section-01 .intro-area {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  place-content: center;
  row-gap: 25px;
  padding-top: 15px;
}

.section-01 .intro-area .intro-item {
  border-radius: 3px;
  overflow: hidden;
}

.section-01 .intro-area .intro-item .title {
  font-size: 18px;
  line-height: 21.6px;
  font-weight: 500;
  color: #fff;
  background: #ccc;
  display: grid;
  place-content: center;
  padding: 12px;
}

.section-01 .intro-area .intro-item.haste .title {
  background: #a34e94;
}

.section-01 .intro-area .intro-item.consider .title {
  background: #e66265;
}

.ttl-area .title {
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
}

.ttl-area h2.title {
  font-size: 30px;
  font-size: 28px;
  line-height: 36px;
  font-weight: 600;
  color: #0098ac;
  text-align: center;
  padding-bottom: 23px;
  margin-bottom: 25px;
  position: relative;
}

.ttl-area h2.title::after {
  content: "";
  background: #b8884d;
  width: 80px;
  height: 3px;
  margin-right: auto;
  margin-left: auto;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
}

@media screen and (min-width: 992px) {
  .section-01 .intro-area {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 0;
    column-gap: 60px;
    padding-top: 35px;
  }
}

.section-gr {
  margin-top: -80px;
}
.section-gr .greview-bnr {
  margin-bottom: 12px;
}

@media screen and (min-width: 992px) {
  .section-gr {
    margin-top: -60px;
  }
  .section-gr .greview-bnr {
    margin-bottom: 30px;
  }
}

.section-02 .ttl-area h2.title {
  color: #b8884d;
  margin-bottom: 42px;
}

.plan-area {
  margin-bottom: 30px;
}

@media screen and (min-width: 992px) {
  .section-02 .ttl-area .title {
    margin-bottom: 50px;
  }

  .plan-area {
    margin-bottom: 65px;
  }
}

.section-03 .ttl-area h2.title {
  margin-bottom: 42px;
}

.home-contents-area {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 15px;
}

.home-contents-area.grid-area.separate-2 {
	margin-top: 50px;
}

@media screen and (max-width: 991px) {
	.home-contents-area.grid-area.separate-2 {
		margin-top: 15px;
	}
}

.home-contents-area .home-contents-item {
  text-align: center;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  text-decoration: none;
  border-radius: 3px;
  overflow: hidden;
}

.home-contents-area .home-contents-item .image {
  grid-template-columns: center;
  order: 2;
}

.home-contents-area .home-contents-item .title {
  font-size: 16px;
  line-height: 19.2px;
  font-weight: 500;
  color: #fff;
  display: grid;
  place-content: center;
  background: #39aec0;
  padding: 6px;
  order: 1;
}

@media screen and (min-width: 992px) {
  .section-03 .ttl-area .title {
    margin-bottom: 50px;
  }

  .home-contents-area {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }

  .home-contents-area .home-contents-item {
    text-align: left;
    grid-template-columns: repeat(1, 1fr);
  }

  .home-contents-area .home-contents-item .image {
    order: 1;
  }

  .home-contents-area .home-contents-item .title {
    height: 37px;
    order: 2;
  }
}

.contact-home-area {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  border-radius: 3px;
  overflow: hidden;
}

.contact-home-area .contact-home-item.text {
  background: #e66265;
  padding: 20px 15px;
}

.contact-home-area .contact-home-item.text .title {
  font-size: 28px;
  line-height: 33.6px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: baseline;
  margin-bottom: 7px;
}

.contact-home-area .contact-home-item.text .title .text {
  margin-right: 8px;
}

.contact-home-area .contact-home-item.text .title .free {
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: #e13735;
  display: grid;
  place-content: center;
  background: #fff;
  height: 24px;
  padding: 0 3px;
  border-radius: 2px;
}

.contact-home-area .contact-home-item.text .metabox {
  display: grid;
  grid-template-columns: auto 136px;
  align-items: center;
  margin-bottom: 0;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .contact-home-area .contact-home-item.text .metabox {
    grid-template-columns: auto 33%;
  }
}

@media screen and (min-width: 992px) {
  .contact-home-area .contact-home-item.text .title .free {
    font-size: 28px;
    line-height: 44px;
    height: 36px;
  }

  .contact-home-area .contact-home-item.text .metabox {
    grid-template-columns: auto 136px;
  }
}

.contact-home-area .contact-home-item.text .metabox p {
  font-size: 14px;
  line-height: 22.5px;
  font-weight: 500;
  padding-right: 4px;
  margin-bottom: 0;
}

.contact-home-area .contact-home-item.text .metabox .image {
  border-radius: 2px;
  overflow: hidden;
}

.contact-close-home {
  padding-top: 7px;
}

.contact-close-home .contact-home-close-item.tel .block-area {
  display: grid;
  place-content: center;
  align-items: center;
  grid-template-columns: 24px auto;
}

.contact-close-home .contact-home-close-item.tel .block-area .num {
  font-size: 37px;
  line-height: 44.4px;
  font-weight: 700;
  padding-left: 6px;
  margin-top: -6px;
}

.contact-close-home .contact-home-close-item.tel .caption {
  font-size: 14px;
  line-height: 16.8px;
  font-weight: 500;
  display: grid;
  place-content: center;
  margin-top: -2px;
  margin-bottom: 16px;
}

.contact-close-home .contact-home-close-item.mail .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 3px;
}

.contact-close-home .contact-home-close-item.mail .btn .icon {
  flex: 0 0 32px;
  max-width: 32px;
}

.contact-close-home .contact-home-close-item.mail .btn .text {
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  color: #e13735;
  padding-left: 14px;
}

.contact-close-home .contact-home-close-item.mail .btn .text .mini {
  font-size: 14px;
  line-height: 16.8px;
  font-weight: 400;
  display: block;
}

@media screen and (min-width: 992px) {
  .contact-home-area {
    grid-template-columns: 530px 280px;
    grid-template-columns: 64% 36%;
  }

  .contact-home-area .contact-home-item.text {
    padding: 20px 20px 20px 40px;
    display: grid;
    align-items: center;
  }

  .contact-home-area .contact-home-item.text .title {
    font-size: 40px;
    line-height: 64px;
    display: inline-flex;
    justify-content: flex-start;
  }

  .contact-close-home .contact-home-close-item.tel .block-area {
    grid-template-columns: 36px auto;
    place-content: flex-start;
  }

  .contact-close-home .contact-home-close-item.tel .block-area svg {
    width: 36px;
    height: 36px;
  }

  .contact-close-home .contact-home-close-item.tel .block-area .num {
    font-size: 48px;
    line-height: 64px;
  }

  .contact-home-area .contact-home-item.text .metabox {
    grid-template-columns: auto;
  }

  .contact-home-area .contact-home-item.text .metabox p {
    font-size: 16px;
    line-height: 24px;
  }

  .contact-close-home .contact-home-close-item.tel .caption {
    font-size: 16px;
    line-height: 24px;
    place-content: flex-start;
    padding-left: 30px;
  }

  .contact-close-home .contact-home-close-item.mail .btn {
    height: 60px;
  }

  .contact-close-home .contact-home-close-item.mail .btn .text .mini {
    padding-left: 8px;
    display: inline-flex;
  }
}

.hall-area {
  padding-top: 25px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 20px;
  margin-bottom: 30px;
}

.hall-area .hall-item {
  color: #333;
  text-decoration: none;
  background: #fff;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  min-height: 170px;
}

.hall-area .hall-item .image {
  height: 170px;
}

.hall-area .hall-item .image img {
  height: 100%;
  object-fit: cover;
}

.hall-area .hall-item .text-area {
  padding: 15px;
}

.hall-area .hall-item .tag-area {
  display: flex;
}

.hall-area .hall-item .tag-area .tag {
  font-size: 12px;
  line-height: 14.4px;
  font-weight: 500;
  color: #fff;
  display: inline-block;
  padding: 2px 0;
  margin-bottom: 8px;
}

.hall-area .hall-item .tag-area .tag span {
  display: inline;
  background: #b8884d;
  padding: 0 2px;
}

.hall-area .hall-item .title {
  font-size: 16px;
  line-height: 19.2px;
  font-weight: 500;
  color: #0098ac;
  margin-bottom: 8px;
}

.hall-area .hall-item .tel {
  font-size: 14px;
  line-height: 16.8px;
  font-weight: 500;
  color: #0098ac;
  display: grid;
  grid-template-columns: 10px auto;
  align-items: center;
  margin-bottom: 2px;
}

.hall-area .hall-item .tel .icon svg {
  fill: #0098ac;
}

.hall-area .hall-item .tel .text {
  padding-left: 4px;
}

.hall-area .hall-item .metabox p {
  font-size: 14px;
  line-height: 22px;
}

.section-04 .btn-area .metabox {
  padding-top: 30px;
}

@media screen and (min-width: 992px) {
  .hall-area {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-bottom: 50px;
  }
}

.section-05 .ttl-area .title {
  margin-bottom: 35px;
}

.vip-area {
  text-align: center;
  background: #b8884d;
  padding: 25px 10px;
  margin-bottom: 30px;
}

.vip-area .box {
  width: 100%;
  max-width: 720px;
  margin-right: auto;
  margin-left: auto;
}

.vip-area .title {
  font-family: "Zen Old Mincho", serif;
  font-size: 30px;
  line-height: 36px;
  font-weight: 600;
  margin-bottom: 15px;
}

.vip-area .btn {
  font-size: 16px;
  line-height: 23px;
  font-weight: 500;
  color: #b8884d;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  padding: 10px;
  margin-bottom: 14px;
}

.vip-area .btn .text {
  font-size: 14px;
  line-height: 16.8px;
  padding-right: 16px;
  padding-left: 16px;
}

.vip-area .sub-title {
  font-family: "Zen Old Mincho", serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  padding-bottom: 4px;
  margin-bottom: 8px;
  border-bottom: 1px solid #fff;
}

.vip-area .caption {
  font-size: 16px;
  line-height: 19.2px;
  font-weight: 500;
  margin-bottom: 0;
}

@media screen and (min-width: 992px) {
  .section-05 .ttl-area .title {
    margin-bottom: 50px;
  }

  .vip-area {
    padding: 35px;
    margin-bottom: 50px;
  }

  .vip-area .title {
    font-size: 40px;
    line-height: 64px;
  }

  .vip-area .btn {
    height: 80px;
  }

  .vip-area .btn .text {
    font-size: 20px;
    line-height: 28px;
    padding-right: 32px;
    padding-left: 32px;
  }

  .vip-area .sub-title {
    font-size: 32px;
    line-height: 48px;
  }

  .vip-area .caption {
    font-size: 18px;
    line-height: 22px;
  }
}

.section-06 .grid-area {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 50px;
}

.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}

.youtube iframe {
  width: 100%;
  height: 100%;
}

.section-06 .ttl-area .title {
  font-size: 30px;
  line-height: 36px;
  font-weight: 600;
  letter-spacing: -2px;
  text-align: center;
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 34px;
  border-top: 1px solid #39aec0;
  border-bottom: 1px solid #39aec0;
}

.section-06 .ttl-area .title::after {
  display: none;
}

@media screen and (max-width: 991px) {
  .section-06 .metabox.center-sp + .btn-link {
    display: flex;
    justify-content: center;
  }
}

@media screen and (min-width: 992px) {
  .section-06 .ttl-area .title {
    text-align: left;
  }

  .section-06 .grid-area {
    grid-template-columns: 413px auto;
    column-gap: 57px;
  }

  .section-06 .grid-area .grid-item.text {
    order: 2;
  }

  .section-06 .grid-area .grid-item.youtube {
    order: 1;
  }
}

#home-news {
  padding: 37px 15px 25px;
  background: #fff;
}

.tab-btn-area {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 10px;
  place-content: center;
  align-items: flex-end;
  border-bottom: 1px solid #ccc;
}

.tab-btn {
  font-size: 12px;
  color: #fff;
  background: #ccc;
  display: grid;
  place-content: center;
  height: 28px;
  border-radius: 3px 3px 0 0;
  cursor: pointer;
  transition: 0.5s ease all;
}

.tab-btn.is-active-btn {
  height: 40px;
  margin-top: -12px;
}

.tab-btn.news {
  background: #39aec0;
}

.tab-btn.notice {
  background: #a34e94;
}

.tab-btn.events {
  background: #42ac8b;
}

.tab-item {
  overflow: hidden;
}

.tab-item > .tab-item-outbox {
  opacity: 0;
  transition: 0.5s ease all;
  position: relative;
  left: 30px;
  height: 0;
  pointer-events: none;
}

.tab-item.is-active-item > .tab-item-outbox {
  opacity: 1;
  transition: 0.5s ease all;
  position: relative;
  left: 0;
  height: auto;
  pointer-events: all;
}

.tab-item-area {
  position: relative;
}

#home-news .btn-area {
  padding-top: 30px;
}

@media screen and (min-width: 992px) {
  #home-news {
    padding: 50px 45px;
    margin-right: -45px;
    margin-left: -45px;
  }

  .tab-btn-area {
    grid-template-columns: repeat(3, 170px);
    column-gap: 30px;
  }

  .tab-btn {
    font-size: 16px;
    height: 40px;
  }

  .tab-btn.is-active-btn {
    height: 55px;
    margin-top: -15px;
  }

  #home-news .post-area {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 50px;
  }

  #home-news .btn-area {
    padding-top: 40px;
  }
}

.bnr-area .bnr-item {
  padding-top: 30px;
}

.bnr-area .bnr-item:first-child {
  padding-top: 0;
}

.section-08 .ttl-area .title {
  margin-bottom: 35px;
}

a.quote-area {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}

a.quote-area .quote-item.text {
  text-align: center;
  background: #e66265;
  display: grid;
  place-content: center;
  padding: 20px 10px;
}

a.quote-area .quote-item.text .title {
  font-family: "Zen Old Mincho", serif;
  font-size: 30px;
  line-height: 36px;
  font-weight: 600;
  margin-bottom: 10px;
}

a.quote-area .quote-item.text .text {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  margin-bottom: 0;
}

a.quote-area .quote-item.image {
  background: #e66265;
  padding-top: 0;
  padding-right: 35px;
  padding-bottom: 30px;
  padding-left: 35px;
}

@media screen and (min-width: 992px) {
  .section-08 .ttl-area .title {
    margin-bottom: 50px;
  }

  a.quote-area {
    grid-template-columns: 455px auto;
  }

  a.quote-area .quote-item.text {
    padding: 10px 25px;
  }

  a.quote-area .quote-item.image {
    padding: 0;
  }
}

.order-paper-area {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 15px;
  padding-top: 25px;
}

.order-paper-area .order-paper-item {
  font-size: 16px;
  line-height: 19.2px;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  background: #39aec0;
  display: grid;
  place-content: center;
  width: 100%;
  max-width: 210px;
  height: 60px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 3px;
}

@media screen and (min-width: 992px) {
  .order-paper-area {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    padding-top: 35px;
  }

  .order-paper-area .order-paper-item {
    max-width: inherit;
  }
}
