@charset "UTF-8";
.LINEButton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #4cc764;
  color: #fff;
  font-weight: bold;
  padding: 5px 15px;
  margin: 10px auto;
  width: 100%;
  max-width: 280px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.LINEButton::before {
  content: "";
  width: 48px;
  height: 48px;
  background-image: url("../images/line.png");
  background-size: contain;
}

.LINEButton__PC {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #4cc764;
  color: #fff;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  letter-spacing: 0.8em;
  font-weight: bold;
  padding: 15px 15px;
  margin: 10px auto;
  width: 100%;
  width: 58px;
  height: 261px;
  border-radius: 10px 0 0 10px;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  float: right;
}
.LINEButton__PC::before {
  content: "";
  width: 50px;
  height: 50px;
  background-image: url("../images/line.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.LINEButton__PC:hover {
  opacity: 0.7;
}

body {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 16px;
  color: #4f4f4f;
  letter-spacing: 0.2em;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
a:hover {
  opacity: 0.8;
}

address {
  font-style: unset;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.compareSection {
  margin-bottom: 80px;
}
@media (min-width: 769px) {
  .compareSection {
    margin-bottom: 180px;
  }
}

.compareTextArea__inner {
  padding: 0 5%;
  display: block;
}

.compare__textArea {
  color: #4f4f4f;
}
@media (min-width: 769px) {
  .compare__textArea {
    padding: 89px 0 9px;
  }
}

.compare__text {
  margin-bottom: 20px;
  font-weight: bold;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 769px) {
  .compare__text {
    font-size: 1.5rem;
    letter-spacing: 0.2em;
    text-indent: 0.2em;
  }
}

.compare__underline {
  border-bottom: 1px solid #4f4f4f;
  line-height: 2;
}

.compare__emphasisText {
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
  margin: 56px 0 45px;
  letter-spacing: normal;
}
@media (min-width: 769px) {
  .compare__emphasisText {
    font-size: 1.5rem;
    letter-spacing: 0.2em;
    text-indent: 0.2em;
    margin: 44px 0 57px;
  }
}

.emphasisText__dots {
  font-size: 1.5rem;
  position: relative;
}
.emphasisText__dots::before {
  content: "・";
  position: absolute;
  top: -20px;
  left: 0;
  color: #ffb0b4;
}
@media (min-width: 769px) {
  .emphasisText__dots {
    font-size: 2.125rem;
  }
  .emphasisText__dots::before {
    top: -30px;
  }
}

.emphasisText__dots__none {
  font-size: 1.5rem;
}
@media (min-width: 769px) {
  .emphasisText__dots__none {
    font-size: 2.125rem;
  }
}

.compare__tableArea {
  position: relative;
  background-image: url(../images/compare_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 38px 18px 30px;
}
.compare__tableArea::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(125, 178, 188, 0.8);
}
@media (min-width: 769px) {
  .compare__tableArea {
    padding: 80px 41px 78px;
  }
}

.compare__table {
  overflow: scroll;
}
@media (min-width: 769px) {
  .compare__table {
    overflow: auto;
  }
}

.compare__table__img {
  width: 350%;
}
@media (min-width: 769px) {
  .compare__table__img {
    width: 99%;
    margin: 0 auto;
  }
}

.gallerySection {
  margin-bottom: 46px;
}
@media (min-width: 769px) {
  .gallerySection {
    margin-bottom: 52px;
  }
}

.sectionTitle__gallery {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  margin: 0 auto 40px;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
}
.sectionTitle__gallery::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 8px;
  left: 50%;
  translate: -50% 0;
  bottom: -1px;
  -webkit-transform: skew(-45deg);
          transform: skew(-45deg);
  background-image: repeating-linear-gradient(90deg, transparent 0 4px, #ffb0b4 5px 7px);
  z-index: -1;
}
@media (min-width: 769px) {
  .sectionTitle__gallery {
    font-size: 2.125rem;
    width: 415px;
    margin: 0 auto 80px;
  }
}

.galleryText {
  margin: 0 auto 40px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
  line-height: 1.6;
}
@media (min-width: 769px) {
  .galleryText {
    font-size: 1.25rem;
    margin: 0 auto 81px;
  }
}

@media (min-width: 769px) {
  .gallery__list {
    max-width: 1000px;
    margin: 0 auto;
  }
}

.gallery__item__img--caption {
  padding: 5px 0 35px 10px;
  line-height: 1.6;
}
@media (min-width: 769px) {
  .gallery__item__img--caption {
    font-size: 1.25rem;
    letter-spacing: 0.2em;
    text-indent: 0.2em;
  }
}

.galleryitem + .galleryitem {
  gap: 15px;
}

.priceSection {
  background-color: #e7d9c0;
}

.sectionTitle__price {
  font-size: 1.5rem;
  text-align: center;
  padding: 80px 0 40px;
  font-weight: bold;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
}
@media (min-width: 769px) {
  .sectionTitle__price {
    padding: 120px 0 82px;
    font-size: 2.125rem;
  }
}

.price__inner {
  padding: 0 0 40px;
}
@media (min-width: 769px) {
  .price__inner {
    padding: 0 0 80px;
  }
}

.price__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 295px;
  margin: 0 auto;
  gap: 40px;
}
@media (min-width: 769px) {
  .price__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0;
    max-width: 692px;
    margin: 0 auto;
    gap: 40px;
  }
}

.price__item {
  position: relative;
  border-radius: 8px;
  text-align: center;
  background-color: #fff;
  padding: 0 13px 0;
  background-position: center 44px;
  background-size: 93px;
}
@media (min-width: 769px) {
  .price__item {
    width: calc(50% - 20px);
    height: 292px;
    background-position: center 37px;
    background-size: 100px;
  }
}

.price__item.price__item--set {
  background-image: url("../images/set.png");
  background-repeat: no-repeat;
}

.price__item.price__item--koshitsu {
  background-image: url("../images/koshitsu.png");
  background-repeat: no-repeat;
}

.price__item--keiyaku {
  background-image: url("../images/keiyaku.png");
  background-repeat: no-repeat;
}

.price__item--shiharai {
  background-image: url("../images/shiharai.png");
  background-repeat: no-repeat;
}

.price__item--kessai {
  background-image: url("../images/kessai.png");
  background-repeat: no-repeat;
}

.price__item__inner {
  background-color: rgba(255, 255, 255, 0.5);
}
@media (min-width: 769px) {
  .price__item__inner {
    padding: 0;
  }
}

.price__item__text {
  padding: 90px 20px 20px;
  font-weight: normal;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
}
@media (min-width: 769px) {
  .price__item__text {
    padding: 87px 0 20px;
  }
}

.price__more {
  padding: 61px 0 29px;
  font-size: 1.25rem;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
  line-height: 1.8;
  font-weight: bold;
}
@media (min-width: 769px) {
  .price__more {
    margin: 0 auto;
    padding: 0 23px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 100%;
    height: 157px;
  }
}

.qaSection {
  padding-bottom: 38px;
}
@media (min-width: 769px) {
  .qaSection {
    padding-bottom: 180px;
  }
}

.sectionTitle__qa {
  position: relative;
  padding: 130px 20px 29px;
  background-image: url(../images/balloon.svg);
  background-repeat: no-repeat;
  background-position: center 40px;
  background-size: 114px;
}
@media (min-width: 769px) {
  .sectionTitle__qa {
    padding: 190px 40px 124px;
    background-position: center 120px;
    background-size: 175px;
  }
}

.sectionTitle__text {
  font-size: 1.5rem;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
  position: absolute;
  font-weight: bold;
  color: #e4dede;
  top: 40%;
  left: 50%;
  translate: -50% 0;
}
@media (min-width: 769px) {
  .sectionTitle__text {
    font-size: 2.125rem;
    top: 50%;
  }
}

.qa__inner {
  padding: 0 10px;
}
@media (min-width: 769px) {
  .qa__inner {
    max-width: 1000px;
    margin: 0 auto;
  }
}

.qa__item {
  background-color: #e4dede;
  border-radius: 8px;
}

.qa__item + .qa__item {
  margin-top: 19px;
}

.qa__item__question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 16px 20px;
  border-bottom: 1px solid #fff;
  font-weight: bold;
}
.qa__item__question::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  top: 20px;
  right: 22px;
  border: 2px solid #4f4f4f;
  border-left: 0;
  border-bottom: 0;
  -webkit-transform: translateY(5%) rotate(-45deg);
          transform: translateY(5%) rotate(-45deg);
}

.qa__item__question.is-accordion--open::after {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.qa__item__question.is-accordion--open + .qa__item__answer {
  height: auto;
  opacity: 1;
}

.qa__item__answer {
  height: 0;
  overflow: hidden;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.qa__item__answerText {
  padding: 32px 30px;
  line-height: 1.8;
}

.footer {
  background: #e7d9c0;
  padding-top: 59px;
}
@media (min-width: 769px) {
  .footer {
    padding-top: 38px;
  }
}

.footerContact {
  padding: 0 10%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.footerCall {
  margin: 0 auto 35px;
  font-weight: bold;
}
@media (min-width: 769px) {
  .footerCall {
    font-size: 1.875rem;
    margin: 80px auto 98px;
  }
}

.footerCall__text {
  border-bottom: 1px solid #4f4f4f;
  line-height: 1.8;
}

@media (min-width: 769px) {
  .LINEButton {
    display: none;
  }
}

.LINEArea__PC {
  display: none;
  margin-bottom: 64px;
}
@media (min-width: 769px) {
  .LINEArea__PC {
    display: block;
  }
}

.LINE__QR__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-bottom: 20px;
  gap: 8px;
}
.LINE__QR__text::before, .LINE__QR__text::after {
  content: "";
  width: 30px;
  height: 1px;
  background-color: #4f4f4f;
  margin: 0 4px 4px;
}
.LINE__QR__text::before {
  -webkit-transform: rotate(70deg);
          transform: rotate(70deg);
}
.LINE__QR__text::after {
  -webkit-transform: rotate(-70deg);
          transform: rotate(-70deg);
}
@media (min-width: 769px) {
  .LINE__QR__text {
    margin-bottom: 30px;
  }
}

.LINE__icon {
  width: 48px;
  height: auto;
}

.LINE__PC__QRcord {
  background-color: #fff;
  width: 167px;
  height: 167px;
  margin: 0 auto;
}

.InstagramArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  margin: 24px auto 33px;
}
@media (min-width: 769px) {
  .InstagramArea {
    margin-bottom: 122px;
  }
}

.Instagram__PC__QRcord {
  display: none;
}
@media (min-width: 769px) {
  .Instagram__PC__QRcord {
    display: block;
    background-color: #fff;
    width: 124px;
    height: 124px;
  }
}

.Instagram__text {
  font-size: 0.75rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 769px) {
  .Instagram__text {
    font-size: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.Instagram__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.Instagram__link::before {
  content: "";
  display: inline-block;
  width: 23px;
  height: 23px;
  background-image: url("../images/instagram.png");
  background-size: contain;
}
@media (min-width: 769px) {
  .Instagram__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 8px;
  }
  .Instagram__link::before {
    width: 32px;
    height: 32px;
  }
}

.Instagram__link__underline {
  border-bottom: 1px solid #4f4f4f;
  line-height: 1.8;
}

.Instagram__more {
  display: none;
}
@media (min-width: 769px) {
  .Instagram__more {
    display: block;
  }
}

.footerBottomArea {
  padding: 0 5%;
}
@media (min-width: 769px) {
  .footerBottomArea {
    width: 750px;
    margin: 0 auto;
    padding: 0;
  }
}

.footerLogo {
  width: 141px;
  margin: 0 auto 21px;
}
.footerNav {
  text-align: center;
  border-top: 1px solid #a4a29c;
  padding-top: 18px;
}
@media (min-width: 769px) {
  .footerNav {
    padding-top: 18px;
  }
}

.footerMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footerMenu__item {
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
  color: #4f4f4f;
}

.footerMenu__item + .footerMenu__item::before {
  display: inline-block;
  content: "";
  width: 1px;
  height: 10px;
  background-color: #a4a29c;
}

.footerMenu__item__link {
  padding: 0 5px;
}
@media (min-width: 769px) {
  .footerMenu__item__link {
    padding: 0 10px;
  }
}

.footerMenu__item:first-child > .footerMenu__item__link {
  padding-left: 0;
}

.footerCopyright {
  font-size: 0.625rem;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
  display: block;
  text-align: center;
  margin-top: 20px;
  padding-bottom: 20px;
}