@charset "UTF-8";
/* =========================================
	変数
========================================= */
/* =========================================
	mixin
========================================= */
/* =========================================
  無料プログラム
========================================= */
.clip {
  padding-block: 6.4285714286vw 5vw;
}
@media screen and (max-width: 768px) {
  .clip {
    padding-block: 4rem 3.2rem;
  }
}
.clip .clipBox {
  padding-block: 4.4rem 3.45rem;
}
@media screen and (max-width: 768px) {
  .clip .clipBox {
    padding: 4.2rem 2rem 2.8rem;
  }
}
.clip .clipBox p {
  display: inline;
}
.clip .lead {
  font-size: 2rem;
  line-height: 2;
  font-weight: bold;
  margin-top: 4rem;
}
@media screen and (min-width: 769px) {
  .clip .lead {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .clip .lead {
    font-size: 1.6rem;
    line-height: 1.875;
    margin-top: 2.7rem;
  }
}

/* =========================================
  コンテンツ
========================================= */
@media screen and (max-width: 768px) {
  .aboutContent .title01 {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 769px) {
  .aboutContent > .inner {
    margin-top: -5rem;
  }
}

.aboutBox {
  position: relative;
}
.aboutBox.aboutBg::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 40.5rem;
  background-color: #D6E7C6;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .aboutBox.aboutBg::after {
    height: 61.8rem;
  }
}
.aboutBox .balloon {
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1.375;
  color: #028f4c;
  background-color: #F8CF3F;
  display: inline-block;
  border-radius: 2.5rem;
  position: relative;
  transform: rotate(-15deg);
  bottom: -5.5rem;
}
@media screen and (max-width: 768px) {
  .aboutBox .balloon {
    font-size: 1.8rem;
    line-height: 1.3888888889;
    bottom: -1.8rem;
  }
}
.aboutBox .balloon::after {
  content: "";
  display: inline-block;
  position: absolute;
  border-style: solid;
  border-width: 3.7rem 1.5rem 0 1.5rem;
  border-color: #F8CF3F transparent transparent transparent;
  bottom: -2.6rem;
  transform: rotate(-30deg);
}
@media screen and (max-width: 768px) {
  .aboutBox .balloon::after {
    bottom: -2rem;
    border-width: 2.9rem 1.15rem 0 1.15rem;
  }
}
.aboutBox .balloonLeft {
  transform: rotate(-15deg);
  left: -3rem;
}
@media screen and (max-width: 768px) {
  .aboutBox .balloonLeft {
    left: 0.5rem;
  }
}
.aboutBox .balloonLeft::after {
  transform: rotate(-30deg);
  right: 25%;
}
@media screen and (max-width: 768px) {
  .aboutBox .balloonLeft::after {
    right: 22%;
  }
}
.aboutBox .balloonRight {
  transform: rotate(15deg);
  right: -3rem;
}
@media screen and (max-width: 768px) {
  .aboutBox .balloonRight {
    right: -0.9rem;
  }
}
.aboutBox .balloonRight::after {
  transform: rotate(30deg);
  right: 28%;
}
@media screen and (max-width: 768px) {
  .aboutBox .balloonRight::after {
    right: 27%;
  }
}
.aboutBox .imageBox {
  display: flex;
  gap: 4rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 992px) {
  .aboutBox .imageBox {
    gap: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .aboutBox .imageBox {
    flex-direction: column;
    margin-bottom: 2rem;
  }
  .aboutBox .imageReverseBox {
    flex-direction: column-reverse !important;
  }
}
.aboutBox .aboutImage img {
  border-radius: 2rem;
}
@media screen and (max-width: 768px) {
  .aboutBox .aboutImage img {
    width: 100%;
  }
}
.aboutBox .aboutText {
  font-size: 1.8rem;
  line-height: 1.6666666667;
  margin-bottom: 5rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .aboutBox .aboutText {
    font-size: 1.6rem;
    line-height: 1.875;
    text-align: left;
    margin-bottom: 3rem;
  }
}
.aboutBox .btn {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .aboutBox .btn {
    max-width: 40rem;
  }
}
@media screen and (max-width: 768px) {
  .aboutBox .btn {
    width: calc(100% - 3.5rem);
  }
}
.aboutBox .center {
  margin-inline: auto;
}
.aboutBox .aboutBtn {
  display: flex;
  justify-content: center;
  gap: 3rem;
}
@media screen and (max-width: 768px) {
  .aboutBox .aboutBtn {
    flex-direction: column;
    align-items: center;
    gap: 2rem;
  }
}
.aboutBox.aboutBox01 {
  padding-bottom: 6rem;
}
@media screen and (max-width: 768px) {
  .aboutBox.aboutBox01 {
    padding-bottom: 5.8rem;
  }
}
.aboutBox.aboutBox01 .balloon {
  padding: 1.2rem 2.2rem 1.4rem 3rem;
}
@media screen and (max-width: 768px) {
  .aboutBox.aboutBox01 .balloon {
    padding: 0.94rem 2rem 1.27rem 2.5rem;
  }
}
.aboutBox.aboutBox02 {
  text-align: right;
  padding-bottom: 2rem;
  margin-top: -4rem;
}
@media screen and (max-width: 768px) {
  .aboutBox.aboutBox02 {
    padding-bottom: 4rem;
    margin-top: -2rem;
  }
}
.aboutBox.aboutBox02 .balloon {
  text-align: center;
  padding: 1rem 1.8rem 1.2rem;
}
.aboutBox.aboutBox03 {
  padding-bottom: 6.2rem;
}
@media screen and (max-width: 768px) {
  .aboutBox.aboutBox03 {
    padding-bottom: 3.8rem;
  }
}
.aboutBox.aboutBox03 .balloon {
  padding: 1.2rem 1.6rem 1.4rem;
}

/* =========================================
  予約
========================================= */
.reservation {
  padding-block: 6rem 8rem;
}
@media screen and (max-width: 768px) {
  .reservation {
    padding-block: 4rem;
  }
}
.reservation .reservationBox {
  background-color: #fff;
  padding: 4rem 2rem 4.6rem;
  border-radius: 2rem;
}
@media screen and (max-width: 768px) {
  .reservation .reservationBox {
    padding: 2rem 2rem 2.8rem;
  }
}
.reservation .reservationBox .row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 992px) {
  .reservation .reservationBox .row {
    gap: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .reservation .reservationBox .row {
    flex-direction: column;
    gap: 2rem;
  }
}
@media screen and (min-width: 769px) {
  .reservation .reservationBox .exterior {
    max-width: 40rem;
    width: 50%;
  }
}
.reservation .reservationBox .exterior img {
  border-radius: 1rem;
}
@media screen and (max-width: 768px) {
  .reservation .reservationBox .exterior img {
    width: 100%;
  }
}
.reservation .reservationBox .reservationText h2 {
  font-size: 2rem;
  line-height: 2;
  font-weight: bold;
  margin-bottom: 2.2rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .reservation .reservationBox .reservationText h2 {
    font-size: 1.6rem;
    line-height: 1.625;
    margin-bottom: 2rem;
  }
}
.reservation .reservationBox .reservationText p {
  font-size: 1.6rem;
  line-height: 1.875;
}
@media screen and (max-width: 768px) {
  .reservation .reservationBox .reservationText p {
    font-size: 1.4rem;
    line-height: 2.1428571429;
  }
}
.reservation .reservationBox .reservationBtn {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .reservation .reservationBox .reservationBtn {
    flex-direction: column;
    gap: 2rem;
    padding-inline: 0.4rem;
  }
}
@media screen and (min-width: 769px) {
  .reservation .reservationBox .reservationBtn li {
    width: 30.5rem;
  }
}
@media screen and (min-width: 769px) {
  .reservation .reservationBox .reservationBtn li a {
    max-width: 30.5rem;
  }
}

/* =========================================
  公式キャラクター
========================================= */
.character {
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .character {
    margin-bottom: 5rem;
  }
}
.character .title01 {
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .character .title01 {
    margin-bottom: 2rem;
  }
}
.character .title01 span {
  font-size: 2.4rem;
  line-height: 1.4583333333;
}
@media screen and (max-width: 768px) {
  .character .title01 span {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
@media screen and (min-width: 769px) {
  .character .title01 span:nth-of-type(2) {
    margin-inline: 0.63rem 0.17rem;
  }
}
@media screen and (max-width: 768px) {
  .character .title01 span:nth-of-type(2) {
    display: block;
  }
}
@media screen and (min-width: 769px) {
  .character .title01 span:nth-of-type(3) {
    margin-left: 0.43rem;
  }
}
.character .title01 span:nth-of-type(4) {
  position: relative;
  top: -0.8rem;
}
.character .characterBox {
  display: flex;
  gap: 7.8rem;
  justify-content: center;
  align-items: center;
  padding-inline: 2rem;
}
@media screen and (max-width: 992px) {
  .character .characterBox {
    gap: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .character .characterBox {
    flex-direction: column;
    padding-inline: 1.5rem;
  }
}
@media screen and (min-width: 769px) {
  .character .characterBox .characterImage {
    max-width: 43.5rem;
    width: 35%;
  }
}
@media screen and (max-width: 768px) {
  .character .characterBox .characterImage img {
    width: calc(100% - 7.6rem);
    margin-inline: auto;
  }
}
.character .characterBox .characterText {
  font-size: 1.8rem;
  line-height: 2.1111111111;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .character .characterBox .characterText {
    font-size: 1.6rem;
    line-height: 1.875;
  }
}/*# sourceMappingURL=about.css.map */