@charset "UTF-8";
:root {
  --themeColor:#783B2A;
  --themeColor-lt:#fcf1ed;
  --pointColor:#8E7A82;
  --linkColor:#87eaf9;
  --bgColor:#EDF1EA;
  --fontColor: #332D28;
  --w:1140px;
  --side: calc((100% - (var(--w))) / 2);
  --widthXL:1240px;
  --widthLG:980px;
  --widthTab:768px;
  --font-go-base: "Hiragino Kaku Gothic Pro" ,"游ゴシック体", "Yu Gothic Medium" , "Yu Gothic", Meiryo ,sans-serif;
  --font-mi-base: "Hiragino Mincho ProN", "Yu Mincho","YuMincho", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  --font-josefin: 'Josefin Sans', var(--font-go-base);
  --font-inter: 'Inter', var(--font-go-base);
  --headerHeight: 130px;
  --headerHeightSp: 65px;
}

html {
  color: #000;
  background: #FFF;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, select, main, address, span {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  line-height: 140%;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
  box-sizing: border-box;
}

a, span, details, summary {
  box-sizing: border-box;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: normal;
}

strong {
  font-style: normal;
}

ul li {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: "";
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-bottom;
}

sub {
  vertical-align: text-top;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input, textarea, select {
  font-size: 100%;
}

legend {
  color: #000;
}

figure {
  margin: 0;
}

img {
  backface-visibility: hidden;
}

html {
  scroll-padding-top: 80px;
}

body {
  font-size: 1rem;
  color: var(--fontColor);
  font-family: var(--font-go-base);
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "halt";
}
@media (max-width: 767px) {
  body {
    font-size: 0.9375rem;
  }
}

@media (max-width: 767px) {
  .for-pc {
    display: none !important;
  }
}

@media (min-width: 980px) {
  .for-tab {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .for-tab {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .for-sp {
    display: none !important;
  }
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  text-decoration: none;
  transition: all 0.3s;
}
a img {
  opacity: 1;
  transition: all 0.3s;
}
@media (min-width: 768px) {
  a:hover img {
    opacity: 0.8;
  }
}
@media (max-width: 767px) {
  a:active img {
    opacity: 0.8;
  }
}

p {
  line-height: 190%;
}
p + p {
  margin-top: 0.75rem;
}
@media (min-width: 768px) {
  p a:hover {
    color: var(--linkColor);
  }
}
@media (max-width: 767px) {
  p a:active {
    color: var(--linkColor);
  }
}

ol {
  padding-left: 1.25rem;
}

ruby rt {
  font-size: 40%;
}

em {
  color: #e13838;
}

input[type=text],
input[type=tel],
input[type=email],
textarea {
  appearance: none;
  padding: 8px 10px;
  border: 1px solid #D9D9D9;
}
@media (max-width: 767px) {
  input[type=text],
  input[type=tel],
  input[type=email],
  textarea {
    font-size: 1rem;
  }
}

select {
  height: 40px;
  padding: 8px 10px;
  border: 1px solid #D9D9D9;
  background: #fff;
  border-radius: 5px;
  color: var(--fontColor);
}
@media (max-width: 767px) {
  select {
    font-size: 1rem;
  }
}

textarea {
  width: 100%;
  height: 200px;
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__arrow {
  -ms-flex-align: center;
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  height: 2em;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}

.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}

.splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
  width: 8px;
}

.splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4);
  z-index: 1;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}

.splide__pagination--ttb {
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}

.btn-plus {
  position: relative;
  padding-right: 25px;
  font-size: 1rem;
  color: #826448;
}
@media (min-width: 768px) and (max-width: 979px) {
  .btn-plus {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .btn-plus {
    font-size: 0.875rem;
  }
}
.btn-plus::before, .btn-plus::after {
  content: "";
  position: absolute;
  background: #826448;
  display: inline-block;
  right: 0;
  top: 50%;
  width: 12px;
  height: 1px;
  transition: all 0.3s ease;
}
.btn-plus::after {
  transform: rotate(90deg);
}
@media (hover: hover) {
  .btn-plus:hover::before {
    transform: rotate(180deg);
  }
  .btn-plus:hover::after {
    transform: rotate(270deg);
  }
}

.btn-round {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 55px;
  padding: 0 60px;
  background: #C6A998;
  font-size: 1rem;
  border-radius: 40px;
  color: #fff;
  font-weight: bold;
  border: none;
  appearance: none;
  font-family: var(--font-go-base);
}
@media (min-width: 768px) and (max-width: 979px) {
  .btn-round {
    height: 60px;
    padding: 0 50px;
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .btn-round {
    height: 45px;
    padding: 0 20px;
    font-size: 0.875rem;
    width: 80%;
  }
}
.btn-round::after {
  content: ">";
  display: inline-block;
  margin-top: -4px;
  margin-left: 24px;
  font-weight: normal;
  font-size: 1.75rem;
}
@media (max-width: 767px) {
  .btn-round::after {
    margin-left: 16px;
    font-size: 1.25rem;
  }
}
@media (hover: hover) {
  .btn-round:hover {
    background: #9a7864;
  }
}
.btn-round.is-brown {
  background: #826448;
}
@media (hover: hover) {
  .btn-round.is-brown:hover {
    background: #5e4035;
  }
}

.col {
  display: flex;
  flex-flow: row wrap;
}
@media (max-width: 767px) {
  .col {
    display: block;
  }
}
@media (max-width: 767px) {
  .col.is-sp-flex {
    display: flex;
  }
}
.col.is-oneline {
  flex-wrap: nowrap;
  justify-content: space-between;
}
.col-contents {
  width: 100%;
}
@media (max-width: 767px) {
  .col-contents {
    max-width: 100%;
  }
  .col:not(.is-sp-flex) .col-contents + .col:not(.is-sp-flex) .col-contents {
    margin-top: 10px;
  }
}
.is-oneline .col-contents {
  margin-bottom: 0;
}
.is-oneline .col-contents + .col-contents {
  margin-left: 2%;
}
@media (max-width: 767px) {
  .is-oneline:not(.is-sp-flex) .col-contents {
    max-width: 100%;
    margin: auto;
  }
  .is-oneline:not(.is-sp-flex) .col-contents + .col-contents {
    margin-top: 30px;
  }
}
.is-2 .col-contents {
  max-width: 48%;
}
.is-2 .col-contents:nth-child(even) {
  margin-left: calc(4% - 1px);
}
.is-2 .col-contents:nth-child(n+3) {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .is-2 .col-contents:nth-child(n+3) {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .is-2:not(.is-sp-flex) .col-contents {
    max-width: 100%;
    margin: auto;
  }
  .is-2:not(.is-sp-flex) .col-contents + .col-contents {
    margin-top: 30px;
  }
}
.is-3 .col-contents {
  max-width: 32%;
}
.is-3 .col-contents:not(:nth-child(3n+1)) {
  margin-left: calc(2% - 1px);
}
.is-3 .col-contents:nth-child(n+4) {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .is-3 .col-contents:nth-child(n+4) {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .is-3:not(.is-sp-flex) .col-contents {
    max-width: 100%;
    margin: auto;
  }
  .is-3:not(.is-sp-flex) .col-contents + .col-contents {
    margin-top: 30px;
  }
}
.is-4 .col-contents {
  max-width: 23%;
}
.is-4 .col-contents:not(:nth-child(4n+1)) {
  margin-left: calc(2.6% - 1px);
}
.is-4 .col-contents:nth-child(n+5) {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .is-4 .col-contents:nth-child(n+5) {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .is-4:not(.is-sp-flex) .col-contents {
    max-width: 100%;
    margin: auto;
  }
  .is-4:not(.is-sp-flex) .col-contents + .col-contents {
    margin-top: 30px;
  }
}
.col-contents-title {
  margin-bottom: 5px;
}
.col-contents-text {
  margin-top: 5px;
}

.flImgContents-img {
  max-width: 37%;
  width: 100%;
}
@media (max-width: 767px) {
  .flImgContents-img {
    max-width: 100%;
  }
}
.flImgContents-img.is-s {
  max-width: 200px;
}
@media (max-width: 767px) {
  .flImgContents-img.is-s {
    max-width: 100%;
  }
}
.flImgContents-img.is-ss {
  max-width: 100px;
}
@media (max-width: 767px) {
  .flImgContents-img.is-ss {
    max-width: 70%;
    margin-right: auto;
    margin-left: auto;
  }
}
.flImgContents-img.is-l {
  max-width: 47%;
}
@media (max-width: 767px) {
  .flImgContents-img.is-l {
    max-width: 100%;
  }
}
.flImgContents-img.is-fr {
  float: right;
  margin: 0 0 20px 40px;
}
@media (max-width: 767px) {
  .flImgContents-img.is-fr {
    margin: 0 auto 20px;
  }
  .flImgContents-img.is-fr:not(.is-sp-float) {
    float: none;
  }
  .flImgContents-img.is-fr.is-sp-float {
    width: 35%;
    margin: 0 0 10px 10px;
  }
}
.flImgContents-img.is-fl {
  float: left;
  margin: 0 40px 20px 0;
}
@media (max-width: 767px) {
  .flImgContents-img.is-fl {
    margin: 0 auto 20px;
  }
  .flImgContents-img.is-fl:not(.is-sp-float) {
    float: none;
  }
  .flImgContents-img.is-fl.is-sp-float {
    width: 35%;
    margin: 0 10px 10px 0;
  }
}

.text-s {
  font-size: 85%;
}

.text-l {
  font-size: 120%;
}

.cl-red {
  color: #ff0000;
}

.list-normal > li {
  margin: 0 0 10px;
  text-indent: -1.6rem;
  padding-left: 1.6rem;
}
.list-normal > li::before {
  content: "●";
  margin-right: 5px;
  font-size: 10px;
  font-family: sans-serif;
  color: var(--themeColor);
}

.list-number {
  padding: 0 0 0 25px;
}
.list-number > li {
  list-style: decimal;
  margin: 0 0 10px;
}

.list-numbold {
  counter-reset: li;
  list-style: none;
  padding-left: 2.5rem;
}
.list-numbold > li::before {
  margin: 0 5px 0 -2rem;
  width: 2.5rem;
  content: counter(li) ". ";
  counter-increment: li;
  font-weight: bold;
}

.al-r {
  text-align: right;
}

.al-c {
  text-align: center;
}

.full {
  width: 100%;
}

.size-30 {
  width: 30%;
}
@media (max-width: 767px) {
  .size-30 {
    width: 70%;
  }
}

.size-60 {
  width: 60%;
}
@media (max-width: 767px) {
  .size-60 {
    width: 100%;
  }
}

.indent {
  width: 97%;
  margin: 0 0 0 auto;
}

.link-more {
  position: relative;
  display: inline-block;
  color: var(--pointColor);
  font-size: 1rem;
  border-bottom: 1px solid var(--pointColor);
  padding-bottom: 5px;
  padding-right: 40px;
  font-weight: 500;
}
@media (min-width: 768px) and (max-width: 979px) {
  .link-more {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .link-more {
    font-size: 0.875rem;
  }
}
.link-more::after {
  content: "";
  display: inline-block;
  width: 9px;
  height: 16px;
  position: absolute;
  top: 4px;
  right: 5px;
  background: url(../img/common/icon-arrow.svg) no-repeat center/contain;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .link-more:hover::after {
    transform: translateX(5px);
  }
}

.link-back {
  display: inline-flex;
  align-items: center;
  gap: 0 20px;
  color: var(--pointColor);
  font-size: 1.25rem;
  font-weight: bold;
  padding-left: 25px;
  font-family: var(--font-mi-base);
}
@media (min-width: 768px) and (max-width: 979px) {
  .link-back {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .link-back {
    font-size: 0.875rem;
    padding-right: 30px;
  }
}
.link-back::before {
  content: "";
  display: inline-block;
  width: 9px;
  height: 16px;
  background: url(../img/common/icon-arrow.svg) no-repeat center/contain;
  transform: rotate(180deg);
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .link-back:hover::before {
    transform: translateX(-5px) rotate(180deg);
  }
}

.section-small {
  margin-top: 20px;
  margin-bottom: 20px;
}

.section-1 {
  margin-top: 30px;
  margin-bottom: 40px;
}
.section-1:first-child {
  margin-top: 0;
}

.section-2 {
  margin-top: 40px;
  margin-bottom: 70px;
}
.section-2:first-child {
  margin-top: 0;
}

.section-3 {
  margin-top: 40px;
  margin-bottom: 100px;
}
.section-3:first-child {
  margin-top: 0;
}

.section-center {
  max-width: var(--w);
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) and (max-width: 1239px) {
  .section-center {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 767px) {
  .section-center-sp {
    width: 90% !important;
    margin-left: auto;
    margin-right: auto;
  }
}

.nowrap {
  white-space: nowrap;
}

.table-1 {
  border-collapse: collapse;
  font-family: var(--font-mi-base);
}
.table-1 tr {
  border-bottom: 1px dotted #F2E9E4;
}
.table-1 th, .table-1 td {
  padding-block: 40px 20px;
  font-size: 1.25rem;
}
@media (max-width: 767px) {
  .table-1 th, .table-1 td {
    padding-block: 20px 10px;
    font-size: 0.875rem;
  }
}
.table-1 th {
  color: var(--themeColor);
  font-weight: bold;
}
.table-1 td {
  padding-left: 30px;
}
.table-1 a {
  color: var(--linkColor);
}
@media (max-width: 767px) {
  .table-1.is-sideTitle th {
    padding: 10px 0;
  }
  .table-1.is-sideTitle td {
    padding: 20px 0;
  }
}

@media (max-width: 767px) {
  .is-sideTitle tr {
    display: block;
  }
  .is-sideTitle th, .is-sideTitle td {
    display: block;
    width: 100%;
    padding: 0;
  }
  .is-sideTitle th {
    margin-bottom: 5px;
    font-weight: bold;
  }
}

.wfix {
  table-layout: fixed;
}

@media (max-width: 767px) {
  .tableScrollWrap {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    margin-right: -5vw;
    padding-right: 5vw;
  }
}

.title-bold {
  margin-bottom: 5px;
  font-size: 1rem;
  font-weight: bold;
}

.title-center {
  margin-bottom: 40px;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
  color: #826448;
  letter-spacing: 0.1em;
  line-height: 1.4;
  font-family: var(--font-mi-base);
}
@media (max-width: 767px) {
  .title-center {
    font-size: 1.375rem;
    margin-bottom: 30px;
  }
}

.title-flower {
  position: relative;
  text-align: center;
  width: fit-content;
  margin-inline: auto;
  margin-bottom: 60px;
  padding-inline: 70px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .title-flower {
    padding-inline: 60px;
  }
}
@media (max-width: 767px) {
  .title-flower {
    padding-inline: 20px;
    margin-bottom: 40px;
  }
}
.title-flower::before, .title-flower::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  width: 43px;
  height: 60px;
  background: url(../img/common/icon-flower.svg) no-repeat center/contain;
}
@media (max-width: 767px) {
  .title-flower::before, .title-flower::after {
    width: 28px;
    height: 40px;
  }
}
.title-flower::before {
  left: 0;
}
.title-flower::after {
  right: 0;
}
.title-flower-sub {
  display: inline-block;
  font-size: 1.25rem;
  color: #826448;
  font-weight: bold;
  margin-bottom: 16px;
  font-family: var(--font-mi-base);
}
@media (min-width: 768px) and (max-width: 979px) {
  .title-flower-sub {
    font-size: 2.5vw;
  }
}
@media (max-width: 767px) {
  .title-flower-sub {
    display: block;
    font-size: 0.9375rem;
    margin-bottom: 12px;
  }
}
.title-flower-main {
  display: block;
  color: #332D28;
  font-size: 1.8rem;
  font-family: var(--font-mi-base);
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) and (max-width: 979px) {
  .title-flower-main {
    font-size: 3.2vw;
  }
}
@media (max-width: 767px) {
  .title-flower-main {
    font-size: 1.375rem;
  }
}

.title-l {
  margin-bottom: 40px;
  text-align: center;
  font-family: var(--font-mi-base);
}
.title-l-sub {
  display: block;
  font-size: 1.25rem;
  color: #826448;
  font-weight: bold;
  margin-bottom: 8px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .title-l-sub {
    font-size: 1.125rem;
  }
}
@media (max-width: 767px) {
  .title-l-sub {
    font-size: 0.75rem;
    margin-bottom: 6px;
  }
}
.title-l-main {
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
  color: #332D28;
  letter-spacing: 0.05em;
  line-height: 1.4;
}
@media (min-width: 768px) and (max-width: 979px) {
  .title-l-main {
    font-size: 1.75rem;
  }
}
@media (max-width: 767px) {
  .title-l-main {
    font-size: 1.25rem;
  }
}
.title-l.is-left {
  text-align: left;
}

.title-flower2 {
  text-align: center;
  width: fit-content;
  margin-inline: auto;
  margin-bottom: 75px;
}
.title-flower2-sub {
  display: block;
  font-weight: bold;
  margin-bottom: 12px;
  font-family: var(--font-mi-base);
  color: #826448;
  font-size: 1.25rem;
}
@media (min-width: 768px) and (max-width: 979px) {
  .title-flower2-sub {
    font-size: 2.5vw;
  }
}
@media (max-width: 767px) {
  .title-flower2-sub {
    display: block;
    font-size: 1rem;
    margin-bottom: 12px;
  }
}
.title-flower2-main {
  position: relative;
  display: block;
  font-size: 1.8rem;
  font-family: var(--font-mi-base);
  font-weight: bold;
  padding-inline: 80px;
  margin-bottom: 16px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .title-flower2-main {
    font-size: 3.2vw;
    padding-inline: 60px;
  }
}
@media (max-width: 767px) {
  .title-flower2-main {
    font-size: 1.25rem;
    padding-inline: 35px;
  }
}
.title-flower2-main::before, .title-flower2-main::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 6px;
  width: 43px;
  height: 60px;
  background: url(../img/common/icon-flower.svg) no-repeat center/contain;
}
@media (max-width: 767px) {
  .title-flower2-main::before, .title-flower2-main::after {
    top: -10px;
    width: 28px;
    height: 40px;
  }
}
.title-flower2-main::before {
  left: 0;
}
.title-flower2-main::after {
  right: 0;
}

.title-m {
  margin-bottom: 40px;
  font-size: 2rem;
  color: #826448;
  font-family: var(--font-mi-base);
  font-weight: bold;
}
@media (max-width: 767px) {
  .title-m {
    font-size: 1.25rem;
    margin-bottom: 30px;
  }
}

@media (min-width: 980px) {
  .main {
    padding-top: var(--headerHeight);
  }
}
@media (max-width: 979px) {
  .main {
    padding-top: var(--headerHeightSp);
  }
}

.ctaContact {
  display: flex;
  justify-content: center;
  gap: 40px;
}
@media (min-width: 768px) and (max-width: 1239px) {
  .ctaContact {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .ctaContact {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
}
.ctaContact-tel {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 294px;
  height: 70px;
  background: #826448;
  border-radius: 10px;
  color: #fff;
}
@media (min-width: 768px) {
  .ctaContact-tel {
    pointer-events: none;
  }
}
@media (min-width: 768px) and (max-width: 1239px) {
  .ctaContact-tel {
    width: min(28vw, 294px);
    height: 60px;
  }
}
@media (max-width: 767px) {
  .ctaContact-tel {
    width: 90%;
  }
}
.ctaContact-tel::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(../img/common/icon-tel.svg) no-repeat center/contain;
}
.ctaContact-tel-inner {
  text-align: left;
}
.ctaContact-tel-num {
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.4;
  font-family: var(--font-inter);
}
@media (min-width: 768px) and (max-width: 979px) {
  .ctaContact-tel-num {
    font-size: min(2.4vw, 24px);
  }
}
@media (max-width: 767px) {
  .ctaContact-tel-num {
    font-size: 1.125rem;
  }
}
.ctaContact-tel-businesstime {
  font-size: 0.875rem;
  line-height: 1.4;
  font-family: var(--font-inter);
}
@media (min-width: 768px) and (max-width: 979px) {
  .ctaContact-tel-businesstime {
    font-size: min(1.4vw, 14px);
  }
}
@media (max-width: 767px) {
  .ctaContact-tel-businesstime {
    font-size: 0.8125rem;
  }
}
.ctaContact-contact {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 240px;
  height: 70px;
  background: #826448;
  border-radius: 10px;
  color: #fff;
  font-size: 1.15rem;
  font-weight: bold;
}
@media (min-width: 768px) and (max-width: 1239px) {
  .ctaContact-contact {
    height: 60px;
    font-size: min(2vw, 20px);
    width: min(25vw, 240px);
  }
}
@media (max-width: 767px) {
  .ctaContact-contact {
    width: 90%;
    font-size: 1.0625rem;
  }
}
.ctaContact-contact::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(../img/common/icon-contact.svg) no-repeat center/contain;
}
@media (hover: hover) {
  .ctaContact-contact:hover {
    opacity: 0.8;
  }
}

.pageSummary {
  position: relative;
  padding: 100px 3%;
  overflow: hidden;
  background: #F2E9E4;
}
@media (min-width: 768px) and (max-width: 979px) {
  .pageSummary {
    padding: 100px 3%;
  }
}
@media (max-width: 767px) {
  .pageSummary {
    padding: 40px 20px;
  }
}
.pageSummary::before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -100px;
  right: calc(50% - 600px);
  width: 282px;
  height: 393px;
  background: url(../img/common/kazari-flower.svg) center center/contain;
  transform: rotate(20deg);
}
@media (min-width: 768px) and (max-width: 1239px) {
  .pageSummary::before {
    right: -20px;
  }
}
@media (max-width: 767px) {
  .pageSummary::before {
    right: 10px;
    bottom: -200px;
  }
}
.pageSummary-inner {
  grid-area: desc;
  position: relative;
  width: fit-content;
  margin-inline: auto;
  font-family: var(--font-mi-base);
  font-weight: 600;
}
.pageSummary-lead {
  font-size: 1.7rem;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .pageSummary-lead {
    font-size: 1.25rem;
    margin-bottom: 20px;
  }
}
.pageSummary-text {
  font-size: 1.05rem;
}
@media (max-width: 767px) {
  .pageSummary-text {
    font-size: 0.9375rem;
    font-weight: normal;
  }
}
.pageSummary-text p {
  line-height: 2;
}
.pageSummary-text p + p {
  margin-top: 32px;
}
.pageSummary-img {
  grid-area: img;
}

.pageSummary2 {
  position: relative;
  padding: 100px 0 75px;
  overflow: hidden;
  background: #F2E9E4;
}
@media (max-width: 767px) {
  .pageSummary2 {
    padding: 40px 20px;
  }
}
@media (min-width: 768px) {
  .pageSummary2-inner {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--w);
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1239px) {
  .pageSummary2-inner {
    max-width: 90%;
  }
}
.pageSummary2-inner {
  max-width: 1000px;
  align-items: center;
  display: grid;
  grid-template: "desc img" "type type" "bottom bottom"/1fr 50%;
}
@media (max-width: 767px) {
  .pageSummary2-inner {
    grid-template: "desc" "img" "type" "bottom"/100%;
    gap: 20px;
  }
}
.pageSummary2-desc {
  grid-area: desc;
  position: relative;
  width: fit-content;
  margin-inline: auto;
  font-family: var(--font-mi-base);
  font-weight: 600;
  width: 100%;
}
.pageSummary2-desc-sub {
  font-size: 0.75rem;
  margin-bottom: 4px;
  color: #826448;
}
.pageSummary2-desc-lead {
  font-size: min(26px, 2.5vw);
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .pageSummary2-desc-lead {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
}
.pageSummary2-desc-text {
  font-size: 0.95rem;
  font-weight: normal;
  font-family: var(--font-go-base);
}
@media (min-width: 768px) and (max-width: 1239px) {
  .pageSummary2-desc-text {
    font-size: 0.875rem;
  }
}
@media (max-width: 767px) {
  .pageSummary2-desc-text {
    font-size: 0.875rem;
  }
}
.pageSummary2-desc-text p {
  line-height: 2;
}
.pageSummary2-desc-text p + p {
  margin-top: 32px;
}
.pageSummary2-img {
  grid-area: img;
}
.pageSummary2-img img {
  border-radius: 8px;
  overflow: hidden;
}
.pageSummary2-bottom {
  grid-area: bottom;
}

.pageSummary3 {
  background: #F2E9E4;
  padding: 80px 0;
}
@media (max-width: 767px) {
  .pageSummary3 {
    padding: 40px 20px;
  }
}
@media (min-width: 768px) {
  .pageSummary3-inner {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--w);
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1239px) {
  .pageSummary3-inner {
    max-width: 90%;
  }
}
.pageSummary3-inner {
  max-width: 960px;
  font-size: 1.125rem;
}
@media (max-width: 767px) {
  .pageSummary3-inner {
    font-size: 1rem;
    margin-left: auto;
    margin-right: auto;
    max-width: calc(100% - 40px);
    width: calc(100% - 40px);
  }
}
.pageSummary3-inner p {
  line-height: 2.2;
}
@media (max-width: 767px) {
  .pageSummary3-inner p {
    line-height: 2;
  }
}

.pageSummary4 {
  padding: 150px 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .pageSummary4 {
    padding: 40px 20px;
  }
}
.pageSummary4-inner {
  position: relative;
  display: flex;
  align-items: center;
  gap: 60px;
}
@media (min-width: 768px) {
  .pageSummary4-inner {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--w);
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1239px) {
  .pageSummary4-inner {
    max-width: 90%;
  }
}
.pageSummary4-inner {
  max-width: 950px;
}
@media (max-width: 767px) {
  .pageSummary4-inner {
    margin-left: auto;
    margin-right: auto;
    max-width: calc(100% - 40px);
    width: calc(100% - 40px);
    flex-direction: column;
    gap: 40px;
  }
}
@media (min-width: 768px) {
  .pageSummary4-inner.bg-shape::before {
    top: -130px;
    left: -180px;
  }
}
@media (max-width: 767px) {
  .pageSummary4-inner.bg-shape::before {
    top: -10px;
    right: -60px;
  }
}
@media (min-width: 768px) {
  .pageSummary4-desc {
    width: 45%;
  }
}
.pageSummary4-desc-title {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 40px;
  font-family: var(--font-mi-base);
}
@media (min-width: 768px) and (max-width: 979px) {
  .pageSummary4-desc-title {
    font-size: 1.25rem;
  }
}
@media (max-width: 767px) {
  .pageSummary4-desc-title {
    margin-bottom: 20px;
    font-size: 1.25rem;
  }
}
.pageSummary4-desc-text {
  font-size: 1rem;
  line-height: 2;
  font-family: var(--font-go-base);
}
@media (min-width: 768px) and (max-width: 979px) {
  .pageSummary4-desc-text {
    font-size: 0.875rem;
  }
}
@media (max-width: 767px) {
  .pageSummary4-desc-text {
    font-size: 0.9375rem;
  }
}
@media (min-width: 768px) {
  .pageSummary4-img {
    width: 55%;
  }
}
@media (min-width: 768px) and (max-width: 1239px) {
  .pageSummary4-img {
    max-width: 55%;
  }
}
.pageSummary4-img img {
  border-radius: 10px;
}

.bg-shape::before {
  content: "";
  position: absolute;
  width: 366px;
  height: 323px;
  background: url(../img/common/bg-shape.svg) no-repeat center/contain;
  z-index: 1;
}
@media (min-width: 768px) {
  .bg-shape::before {
    top: -10px;
    left: -150px;
  }
}
@media (max-width: 767px) {
  .bg-shape::before {
    top: -10px;
    right: -60px;
  }
}

.tableBox {
  position: relative;
  padding: 55px 150px 75px;
  background: #fff;
  border-radius: 20px;
  z-index: 1;
}
@media (min-width: 768px) and (max-width: 1239px) {
  .tableBox {
    padding: 40px 80px 60px;
  }
}
@media (max-width: 767px) {
  .tableBox {
    padding: 30px 20px 40px;
  }
}

.priceArea {
  position: relative;
  padding: 75px 0;
}
.priceArea-inner {
  position: relative;
}
@media (min-width: 768px) {
  .priceArea-inner {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--w);
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1239px) {
  .priceArea-inner {
    max-width: 90%;
  }
}
.priceArea-inner {
  z-index: 2;
}
@media (min-width: 768px) {
  .priceArea-inner {
    padding-inline: 4%;
  }
}
.priceArea .title-flower {
  margin-bottom: 40px;
  padding-inline: 20px;
}
.priceArea-more {
  text-align: center;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .priceArea-more {
    margin-left: auto;
    margin-right: auto;
    max-width: calc(100% - 40px);
    width: calc(100% - 40px);
  }
}

.faqContent-item + .faqContent-item {
  margin-top: 20px;
}

.faqItem-q {
  background: #fff;
  height: 70px;
  display: flex;
  align-items: center;
  padding-inline: 75px;
}
@media (max-width: 767px) {
  .faqItem-q {
    padding-inline: 20px 45px;
    height: auto;
  }
}
.faqItem-q-alp {
  display: block;
  margin-right: 20px;
  color: #826448;
  font-size: 1.625rem;
}
@media (max-width: 767px) {
  .faqItem-q-alp {
    font-size: 1.25rem;
    font-weight: bold;
    margin-right: 15px;
    font-family: var(--font-mi-base);
  }
}
.faqItem-q-title {
  line-height: 2;
}
@media (max-width: 767px) {
  .faqItem-q-title {
    padding-block: 10px;
  }
}
.faqItem-a {
  background: #fff;
  padding: 20px 75px;
  color: #826448;
}
@media (max-width: 767px) {
  .faqItem-a {
    padding: 20px;
    line-height: 2;
  }
}

.newsArea {
  background: #F2E9E4;
  padding: 50px 0;
}
@media (min-width: 768px) and (max-width: 979px) {
  .newsArea {
    padding: 70px 5%;
  }
}
@media (max-width: 767px) {
  .newsArea {
    padding: 50px 20px 60px;
  }
}
.newsArea-inner {
  max-width: 840px;
  margin-inline: auto;
}
.newsArea-title {
  font-size: 2rem;
  font-weight: bold;
  color: #826448;
  margin-bottom: 20px;
  font-family: var(--font-mi-base);
}
@media (min-width: 768px) and (max-width: 979px) {
  .newsArea-title {
    font-size: 4vw;
  }
}
@media (max-width: 767px) {
  .newsArea-title {
    text-align: center;
    color: #332D28;
    margin-bottom: 40px;
    font-size: 1.3rem;
  }
}
.newsArea-content {
  padding: 25px 50px;
  background: #fff;
}
@media (max-width: 767px) {
  .newsArea-content {
    padding: 20px;
  }
}
.newsArea-content-more {
  text-align: right;
  margin-top: 20px;
}

.newsSect-wrap {
  border-bottom: 1px solid #DFDFDF;
}

.newsSect {
  display: flex;
  align-items: center;
  border-top: 1px solid #DFDFDF;
  min-height: 65px;
  padding: 10px 0;
  transition: all 0.3s ease;
  color: var(--fontColor);
}
@media (max-width: 767px) {
  .newsSect {
    display: grid;
    grid-template: "time cate" auto "title title" 1fr/auto 1fr;
    padding: 20px 0;
  }
}
@media (hover: hover) {
  .newsSect:hover {
    background: #F9F9F9;
  }
}
.newsSect-time {
  grid-area: time;
  display: block;
  width: 120px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .newsSect-time {
    width: 100px;
    font-size: 0.875rem;
  }
}
@media (max-width: 767px) {
  .newsSect-time {
    width: 100px;
  }
}
.newsSect-cate {
  grid-area: cate;
}
.newsSect-cate-item {
  display: block;
  background: #826448;
  color: #fff;
  height: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  white-space: nowrap;
}
@media (min-width: 768px) and (max-width: 979px) {
  .newsSect-cate-item {
    font-size: 0.875rem;
  }
}
@media (max-width: 767px) {
  .newsSect-cate-item {
    font-size: 0.875rem;
    width: fit-content;
    padding: 0 16px;
  }
}
.newsSect-title {
  grid-area: title;
  flex: 1;
  margin-left: 30px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .newsSect-title {
    font-size: 0.875rem;
  }
}
@media (max-width: 767px) {
  .newsSect-title {
    margin: 10px 0 0;
    font-size: 0.875rem;
  }
}

.footer {
  background: #826448;
  color: #fff;
  padding: 75px 0 20px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .footer {
    padding: 45px 0 20px;
  }
}
@media (max-width: 767px) {
  .footer {
    padding-bottom: 10px;
  }
}
@media (min-width: 768px) {
  .footer-info {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--w);
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1239px) {
  .footer-info {
    max-width: 90%;
  }
}
.footer-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding-bottom: 40px;
  gap: 20px;
}
@media (max-width: 767px) {
  .footer-info {
    flex-direction: column;
    gap: 30px;
    padding-inline: 20px;
  }
}
.footer-info-logo {
  width: 280px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .footer-info-logo {
    width: 32vw;
  }
}
@media (max-width: 767px) {
  .footer-info-logo {
    width: 250px;
  }
}
@media (max-width: 767px) {
  .footer-info-contacts {
    width: 100%;
  }
}

.footerContact {
  display: flex;
  gap: 40px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .footerContact {
    gap: 15px;
  }
}
@media (max-width: 767px) {
  .footerContact {
    flex-direction: column;
    gap: 20px;
  }
}
.footerContact-contact {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 240px;
  height: 60px;
  background: #fff;
  border-radius: 5px;
  font-size: 1rem;
  font-weight: bold;
  color: #826448;
}
@media (min-width: 768px) and (max-width: 979px) {
  .footerContact-contact {
    width: 220px;
  }
}
@media (max-width: 767px) {
  .footerContact-contact {
    width: 80%;
    margin-inline: auto;
    color: #C6A998;
  }
}
.footerContact-contact::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(../img/common/icon-contact.svg) no-repeat center/contain;
}
@media (hover: hover) {
  .footerContact-contact:hover {
    opacity: 0.8;
  }
}
.footerContact-tel {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 294px;
  height: 60px;
  background: #fff;
  border-radius: 5px;
  color: #826448;
}
@media (min-width: 768px) {
  .footerContact-tel {
    pointer-events: none;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .footerContact-tel {
    width: 230px;
  }
}
@media (max-width: 767px) {
  .footerContact-tel {
    width: 80%;
    margin-inline: auto;
    color: #C6A998;
  }
}
.footerContact-tel::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(../img/common/icon-tel.svg) no-repeat center/contain;
}
.footerContact-tel-num {
  display: block;
  font-size: 1.15rem;
  line-height: 1.4;
  font-family: var(--font-inter);
  font-weight: 600;
}
@media (max-width: 767px) {
  .footerContact-tel-num {
    font-size: 1.5rem;
    margin-bottom: -2px;
  }
}
.footerContact-tel-businesstime {
  font-size: 0.875rem;
  line-height: 1.4;
  font-family: var(--font-inter);
}

.footerBottom {
  display: flex;
  justify-content: space-between;
  padding-top: 40px;
  gap: 10px;
}
@media (min-width: 768px) {
  .footerBottom {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--w);
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1239px) {
  .footerBottom {
    max-width: 90%;
  }
}
@media (max-width: 767px) {
  .footerBottom {
    padding-inline: 20px;
    flex-direction: column;
    gap: 30px;
  }
}
.footerBottom-address {
  font-size: 1.125rem;
  line-height: 1.5;
}
@media (min-width: 768px) and (max-width: 979px) {
  .footerBottom-address {
    font-size: 1.125rem;
  }
}
@media (max-width: 767px) {
  .footerBottom-address {
    margin-left: 15px;
    font-size: 1rem;
  }
}
.footerBottom-address-p {
  font-size: 1rem;
}
.footerBottom-address-p p {
  font-size: 0.85rem;
}

.footerNavi {
  flex: 1;
  display: flex;
  justify-content: end;
  gap: 8%;
}
@media (max-width: 767px) {
  .footerNavi {
    flex-direction: column;
    gap: 20px;
    margin-left: 10px;
  }
}
.footerNavi-ul {
  gap: 20px;
}
.footerNavi-ul-li {
  font-size: 0.85rem;
}
@media (max-width: 767px) {
  .footerNavi-ul-li {
    font-size: 1rem;
  }
}
.footerNavi-ul-li a {
  display: block;
  padding: 6px;
  color: #fff;
}
@media (hover: hover) {
  .footerNavi-ul-li a:hover {
    opacity: 0.6;
  }
}

.footerNaviSub {
  margin-top: -4px;
  margin-bottom: 4px;
}
@media (max-width: 767px) {
  .footerNaviSub {
    margin-bottom: 8px;
  }
}
.footerNaviSub-li {
  font-size: 0.7rem;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .footerNaviSub-li {
    font-size: 0.875rem;
  }
}
.footerNaviSub-li a {
  display: block;
  padding-block: 2px;
  color: #fff;
}
@media (hover: hover) {
  .footerNaviSub-li a:hover {
    opacity: 0.6;
  }
}

.footerCopy {
  display: block;
  font-size: 0.75rem;
}
@media (min-width: 768px) {
  .footerCopy {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--w);
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1239px) {
  .footerCopy {
    max-width: 90%;
  }
}
.footerCopy {
  text-align: center;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .footerCopy {
    font-size: 0.625rem;
    text-align: center;
  }
}

.spFooterFix {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background: linear-gradient(90deg, #FFF8EF 0%, #FDE8CD 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 30px;
  color: var(--themeColor);
  z-index: 1;
}
@media (min-width: 768px) {
  .spFooterFix {
    display: none;
  }
}
.spFooterFix-text {
  font-size: 0.875rem;
}
.spFooterFix-tel {
  display: flex;
  align-items: center;
  gap: 10px;
}
.spFooterFix-tel-main-num {
  font-size: 0.875rem;
  font-weight: bold;
}
.spFooterFix-tel-main-businesstime {
  font-size: 0.75rem;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
  background: #fff;
}
@media (min-width: 980px) {
  .header {
    height: var(--headerHeight);
  }
}
.header-head {
  padding: 25px 0 0;
  display: flex;
  justify-content: space-between;
  padding-inline: 4%;
  height: auto;
}
@media (max-width: 979px) {
  .header-head {
    height: var(--headerHeightSp);
    align-items: center;
    padding: 0 80px 0 3%;
  }
}
@media (max-width: 767px) {
  .header-head {
    padding: 0 3%;
  }
}
.header-head-logo {
  width: 250px;
}
@media (min-width: 768px) and (max-width: 1239px) {
  .header-head-logo {
    max-width: 30%;
  }
}
@media (max-width: 767px) {
  .header-head-logo {
    width: 180px;
  }
}

.headerContact {
  display: flex;
  gap: 30px;
}
@media (min-width: 768px) and (max-width: 1239px) {
  .headerContact {
    gap: 10px;
  }
}
@media (max-width: 767px) {
  .headerContact {
    flex-direction: column;
    gap: 20px;
  }
}
.headerContact-tel {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 200px;
  height: 50px;
  background: var(--themeColor);
  border-radius: 10px;
  color: #fff;
}
@media (min-width: 768px) {
  .headerContact-tel {
    pointer-events: none;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .headerContact-tel {
    width: auto;
    padding-inline: 10px;
  }
}
@media (max-width: 767px) {
  .headerContact-tel {
    width: calc(100% - 60px);
    margin-inline: auto;
    background: #fff;
    height: 60px;
    color: var(--themeColor);
  }
}
.headerContact-tel::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(../img/common/icon-tel-brown.svg) no-repeat center/contain;
}
.headerContact-tel-num {
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1.4;
  font-family: var(--font-inter);
}
@media (min-width: 768px) and (max-width: 979px) {
  .headerContact-tel-num {
    font-size: min(2.4vw, 24px);
  }
}
.headerContact-tel-businesstime {
  font-size: 0.7rem;
  line-height: 1.4;
  font-family: var(--font-inter);
}
@media (min-width: 768px) and (max-width: 979px) {
  .headerContact-tel-businesstime {
    font-size: min(1.4vw, 14px);
  }
}
.headerContact-contact {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 200px;
  height: 50px;
  background: var(--themeColor);
  border-radius: 10px;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
}
@media (min-width: 768px) and (max-width: 1239px) {
  .headerContact-contact {
    font-size: min(2vw, 20px);
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .headerContact-contact {
    width: auto;
    padding-inline: 10px;
  }
}
@media (max-width: 767px) {
  .headerContact-contact {
    display: none;
  }
}
.headerContact-contact::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(../img/common/icon-contact.svg) no-repeat center/contain;
}
@media (hover: hover) {
  .headerContact-contact:hover {
    opacity: 0.8;
  }
}

@media (min-width: 980px) and (max-width: 1239px) {
  .gNavi {
    margin-top: 12px;
  }
}
@media (max-width: 979px) {
  .gNavi {
    position: fixed;
    right: 100%;
    top: var(--headerHeightSp);
    width: 100%;
    height: calc(100vh - var(--headerHeightSp));
    margin: 0;
    padding-bottom: 80px;
    background: #826448;
    transition: all 0.8s cubic-bezier(0.78, 0.01, 0.18, 1);
    transform: translateX(0);
    z-index: 5;
    overflow-y: scroll;
  }
  .dwMenu-active .gNavi {
    transform: translateX(100%);
  }
}
.gNavi-ul {
  display: flex;
  justify-content: center;
}
@media (max-width: 979px) {
  .gNavi-ul {
    padding: 40px 30px 40px 40px;
    flex-direction: column;
  }
}
.gNavi-ul-li {
  position: relative;
  font-size: 0.9rem;
  font-weight: bold;
}
@media (min-width: 980px) and (max-width: 1239px) {
  .gNavi-ul-li {
    font-size: min(1.4vw, 16px);
  }
}
@media (max-width: 979px) {
  .gNavi-ul-li {
    font-weight: normal;
    color: #fff;
  }
}
.gNavi-ul-li a {
  display: block;
  padding: 20px 15px 15px;
  color: var(--themeColor);
}
@media (min-width: 980px) and (max-width: 1239px) {
  .gNavi-ul-li a {
    padding: 10px 1.2vw 10px;
  }
}
@media (max-width: 979px) {
  .gNavi-ul-li a {
    color: #fff;
    padding: 12px 0;
    font-size: 1.125rem;
  }
}
@media (hover: hover) {
  .gNavi-ul-li a:hover {
    opacity: 0.7;
  }
}
@media (max-width: 979px) {
  .gNavi-ul-li .js-accordion-title::after {
    content: "";
    right: 0;
    width: 20px;
    height: 10px;
    background-image: url("../img/common/icon-arrow-bottom-white.svg");
  }
}

.gNaviSub {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  min-width: fit-content;
  z-index: 1;
  transition: all 0.3s;
}
@media (min-width: 980px) {
  .gNaviSub {
    background: #fff;
    opacity: 0;
    transform: translateY(-10px);
    pointer-events: none;
    white-space: nowrap;
  }
}
@media (max-width: 979px) {
  .gNaviSub {
    position: static;
    margin-left: 15px;
    opacity: 1;
  }
}
@media (hover: hover) and (min-width: 768px) {
  .gNavi-ul-li:hover .gNaviSub {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }
}
@media (max-width: 979px) {
  .gNaviSub-ul {
    padding-bottom: 10px;
  }
}
.gNaviSub-ul-li {
  font-weight: normal;
  font-size: 0.875rem;
}
@media (max-width: 979px) {
  .gNaviSub-ul-li {
    line-height: 1.5;
  }
}
.gNaviSub-ul-li a {
  display: block;
  padding: 10px 15px;
  color: var(--themeColor);
}
@media (min-width: 768px) and (max-width: 1239px) {
  .gNaviSub-ul-li a {
    padding: 10px 1.2vw;
  }
}
@media (max-width: 979px) {
  .gNaviSub-ul-li a {
    padding: 5px 12px;
    font-size: 1rem;
    color: #fff;
  }
}
@media (hover: hover) {
  .gNaviSub-ul-li a:hover {
    background: #f6f6f6;
    opacity: 1;
  }
}

.gNaviBottom {
  margin-top: 15px;
  padding-inline: 30px;
}
.gNaviBottom-li {
  font-size: 0.8125rem;
}
.gNaviBottom-li a {
  display: block;
  color: #fff;
  padding: 5px 10px;
}

.dwMenu {
  appearance: none;
  background: none;
  border: none;
  position: fixed;
  top: 16px;
  right: 20px;
  cursor: pointer;
  z-index: 5;
  padding: 0;
}
@media (min-width: 980px) {
  .dwMenu {
    display: none;
  }
}
.dwMenu-hamburger {
  position: relative;
  width: 40px;
  height: 40px;
  background: none;
  border: none;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  outline: none;
}
.dwMenu-hamburger span {
  position: absolute;
  left: 9px;
  display: inline-block;
  width: 20px;
  height: 2px;
  background: #826448;
  transition: all 0.4s;
}
.dwMenu-hamburger span:nth-of-type(1) {
  top: 10px;
  animation: menu-bar01 0.75s forwards;
}
.dwMenu-hamburger span:nth-of-type(2) {
  top: 19px;
  transition: all 0.25s 0.25s;
  opacity: 1;
}
.dwMenu-hamburger span:nth-of-type(3) {
  top: 28px;
  animation: menu-bar02 0.75s forwards;
}
.dwMenu-active .dwMenu-hamburger span:nth-of-type(1) {
  animation: active-menu-bar01 0.75s forwards;
}
.dwMenu-active .dwMenu-hamburger span:nth-of-type(2) {
  opacity: 0;
}
.dwMenu-active .dwMenu-hamburger span:nth-of-type(3) {
  animation: active-menu-bar03 0.75s forwards;
}

@keyframes menu-bar01 {
  0% {
    transform: translateY(9px) rotate(45deg);
  }
  50% {
    transform: translateY(9px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@keyframes menu-bar02 {
  0% {
    transform: translateY(-9px) rotate(-45deg);
  }
  50% {
    transform: translateY(-9px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@keyframes active-menu-bar01 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(9px) rotate(0);
  }
  100% {
    transform: translateY(9px) rotate(45deg);
  }
}
@keyframes active-menu-bar03 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-9px) rotate(0);
  }
  100% {
    transform: translateY(-9px) rotate(-45deg);
  }
}
.sideCta {
  background: linear-gradient(180deg, #C6A998 0%, #A08779 100%);
  border: 1px solid #FFFFFF;
  position: absolute;
  font-family: var(--font-mi-base);
  font-weight: bold;
  box-shadow: -4px 4px 4px rgba(0, 0, 0, 0.25);
  z-index: 4;
}
@media (min-width: 768px) {
  .sideCta {
    right: 0;
    top: calc(50% - 134px);
    width: 70px;
    height: 200px;
    writing-mode: vertical-rl;
    border-radius: 10px 0 0 10px;
    font-size: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .sideCta {
    width: 60px;
    height: 160px;
    font-size: 0.9375rem;
  }
}
@media (max-width: 767px) {
  .sideCta {
    bottom: 10px;
    right: 10px;
    width: 181px;
    height: 62px;
    border-radius: 10px;
    font-size: 0.875rem;
  }
}
.sideCta a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  color: #fff;
}
@media (max-width: 767px) {
  .sideCta a {
    height: 100%;
  }
}
@media (hover: hover) {
  .sideCta a:hover {
    opacity: 0.8;
  }
}

.mv {
  position: relative;
}
.mv-img {
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .mv-img {
    aspect-ratio: 1440/700;
  }
}
@media (max-width: 767px) {
  .mv-img {
    margin-bottom: 33vw;
    aspect-ratio: 390/550;
  }
}
.mv-img picture {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .mv-img picture {
    aspect-ratio: 1440/700;
  }
}
@media (max-width: 767px) {
  .mv-img picture {
    aspect-ratio: 390/550;
  }
}
.mv-img picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mvContent {
  color: #fff;
  font-family: var(--font-mi-base);
  position: absolute;
  top: 12vw;
  left: calc(50% - 50vw + 10%);
}
@media (max-width: 767px) {
  .mvContent {
    top: 0;
    left: 0;
    padding-inline: 5%;
    padding-top: 50vw;
    width: 100%;
  }
}
.mvContent-subcopy {
  font-size: 1.25rem;
  font-weight: bold;
}
@media (min-width: 768px) and (max-width: 979px) {
  .mvContent-subcopy {
    font-size: 2vw;
  }
}
@media (max-width: 767px) {
  .mvContent-subcopy {
    margin-bottom: 15px;
    font-size: 1.1rem;
  }
}
.mvContent-main {
  font-size: 2.4rem;
  margin-top: 8px;
}
@media (min-width: 768px) {
  .mvContent-main {
    font-weight: bold;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .mvContent-main {
    font-size: 4vw;
  }
}
@media (max-width: 767px) {
  .mvContent-main {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.5;
  }
}
@media (max-width: 767px) {
  .page-areDetail .mvContent-main {
    font-size: 6vw;
  }
}
.mvContent-award {
  display: flex;
  max-width: 540px;
}
@media (max-width: 767px) {
  .mvContent-award {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    position: absolute;
    top: 145vw;
    left: 0;
    padding-inline: 3%;
    margin-inline: auto;
  }
}
.mvContent-award-item {
  width: 25%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .mvContent-award-item {
    width: 100%;
  }
}

.topReason {
  position: relative;
  background: #F2E9E4;
  padding: 75px 3%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .topReason {
    padding-inline: 20px;
  }
}
.topReason::before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -70px;
  right: calc(50% - 730px);
  width: 209px;
  height: 291px;
  background: url(../img/common/kazari-flower.svg) center center/contain;
  transform: rotate(20deg);
}
@media (min-width: 768px) and (max-width: 1239px) {
  .topReason::before {
    right: -20px;
  }
}
@media (max-width: 767px) {
  .topReason::before {
    right: 10px;
    bottom: -200px;
  }
}
.topReason-inner {
  max-width: 900px;
  margin-inline: auto;
}

.topReasonList {
  margin-top: 60px;
}
.topReasonList-li {
  display: flex;
  align-items: center;
  gap: 40px;
  position: relative;
  font-size: 1.5rem;
  color: #826448;
  line-height: 1.4;
  font-family: var(--font-mi-base);
  font-weight: bold;
}
@media (min-width: 768px) and (max-width: 979px) {
  .topReasonList-li {
    font-size: 1.375rem;
  }
}
@media (max-width: 767px) {
  .topReasonList-li {
    font-size: 1rem;
    line-height: 1.6;
  }
}
.topReasonList-li + .topReasonList-li {
  margin-top: 36px;
}
@media (max-width: 767px) {
  .topReasonList-li + .topReasonList-li {
    margin-top: 40px;
  }
}
.topReasonList-li-num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #826448;
  color: #fff;
  font-size: 1.7rem;
  font-weight: bold;
  font-family: var(--font-mi-base);
}
@media (min-width: 768px) and (max-width: 979px) {
  .topReasonList-li-num {
    width: 70px;
    height: 70px;
    font-size: 1.7rem;
  }
}
@media (max-width: 767px) {
  .topReasonList-li-num {
    position: absolute;
    left: calc(50% - 20px);
    top: -24px;
    width: 40px;
    height: 40px;
    font-size: 1rem;
  }
}
.topReasonList-li-text {
  flex: 1;
  background: #fff;
  padding: 20px 40px;
  border-radius: 4px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .topReasonList-li-text {
    padding: 15px 30px;
  }
}
@media (max-width: 767px) {
  .topReasonList-li-text {
    padding: 30px 20px 20px;
  }
}

.topReien {
  position: relative;
  padding: 75px 0;
  overflow: hidden;
}
.topReien::before {
  content: "";
  position: absolute;
  bottom: -100px;
  right: 0;
  width: 300px;
  height: 330px;
  background: url(../img/common/kazari-flower-2.svg) no-repeat center top/contain;
}
.topReien-title {
  margin-bottom: 40px;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  font-family: var(--font-mi-base);
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media (min-width: 768px) and (max-width: 979px) {
  .topReien-title {
    font-size: 3.2vw;
  }
}
@media (max-width: 767px) {
  .topReien-title {
    font-size: 1.25rem;
  }
}
.topReien-more {
  position: relative;
  margin-top: 60px;
  text-align: center;
}
@media (max-width: 767px) {
  .topReien-more {
    margin-left: auto;
    margin-right: auto;
    max-width: calc(100% - 40px);
    width: calc(100% - 40px);
  }
}

.topReienItem-wrap {
  display: flex;
  justify-content: center;
  gap: 40px;
}
@media (min-width: 768px) {
  .topReienItem-wrap {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--w);
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1239px) {
  .topReienItem-wrap {
    max-width: 90%;
  }
}
@media (min-width: 768px) {
  .topReienItem-wrap {
    padding-inline: 4%;
  }
}
@media (max-width: 767px) {
  .topReienItem-wrap {
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    max-width: calc(100% - 40px);
    width: calc(100% - 40px);
  }
}

.topReienItem {
  width: 100%;
}
.topReienItem-img {
  position: relative;
  aspect-ratio: 360/202;
  margin-bottom: 20px;
  background: #000;
}
.topReienItem-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.8;
}
.topReienItem-img-on {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  color: #fff;
  font-family: var(--font-mi-base);
  width: 100%;
  margin-top: 22%;
}
.topReienItem-img-on-title {
  position: relative;
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
}
@media (min-width: 768px) and (max-width: 979px) {
  .topReienItem-img-on-title {
    font-size: 2vw;
  }
}
@media (max-width: 767px) {
  .topReienItem-img-on-title {
    font-size: 1.125rem;
  }
}
.topReienItem-img-on-address {
  position: relative;
  text-align: center;
  font-weight: bold;
  font-size: 0.875rem;
}
.topReienItem-link {
  text-align: right;
}

.topPlan {
  background: var(--bgColor);
  padding: 75px 5% 125px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .topPlan {
    padding: 70px 5% 100px;
  }
}
@media (max-width: 767px) {
  .topPlan {
    padding: 50px 20px 80px;
  }
}
.topPlan-more {
  text-align: center;
  margin-top: 80px;
}
@media (max-width: 767px) {
  .topPlan-more {
    margin-left: auto;
    margin-right: auto;
    max-width: calc(100% - 40px);
    width: calc(100% - 40px);
  }
}

.topPlanSect-wrap {
  margin-top: 80px;
}
@media (max-width: 767px) {
  .topPlanSect-wrap {
    margin-top: 30px;
  }
}

.topPlanSect {
  display: flex;
  justify-content: center;
  gap: 70px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .topPlanSect {
    gap: 5vw;
  }
}
@media (max-width: 767px) {
  .topPlanSect {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
}
.topPlanSect + .topPlanSect {
  margin-top: 40px;
}
.topPlanSect-img {
  width: 400px;
  max-width: 100%;
  border-radius: 20px;
  height: fit-content;
  overflow: hidden;
}
@media (max-width: 767px) {
  .topPlanSect-img {
    border-radius: 4px;
  }
}
.topPlanSect-desc {
  width: 565px;
  max-width: 100%;
}
.topPlanSect-desc-sub {
  display: block;
  font-size: 1rem;
  color: #826448;
  font-weight: bold;
  margin-bottom: 4px;
  font-family: var(--font-mi-base);
}
@media (max-width: 767px) {
  .topPlanSect-desc-sub {
    font-size: 1rem;
    margin-bottom: 5px;
  }
}
.topPlanSect-desc-title {
  display: flex;
  align-items: center;
  font-size: 1.7rem;
  font-weight: bold;
  margin-bottom: 30px;
  color: #332D28;
  font-family: var(--font-mi-base);
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .topPlanSect-desc-title {
    font-size: 1.25rem;
    margin-bottom: 20px;
  }
}
.topPlanSect-desc-title-chip {
  display: inline-block;
  margin-left: 16px;
  padding: 10px 15px;
  background: #DA867B;
  color: #fff;
  border-radius: 4px;
  font-size: 1rem;
  font-weight: bold;
  font-family: var(--font-go-base);
}
@media (max-width: 767px) {
  .topPlanSect-desc-title-chip {
    font-size: 0.875rem;
    padding: 6px 10px;
  }
}
.topPlanSect-point {
  width: fit-content;
  color: #fff;
  font-weight: bold;
  border-radius: 5px;
  margin-top: 30px;
  padding: 10px 20px;
  background: var(--pointColor);
  font-size: 0.9rem;
}
@media (max-width: 767px) {
  .topPlanSect-point {
    margin-top: 20px;
    padding: 8px 10px;
    font-size: 0.8rem;
  }
}
.topPlanSect-point .text-s {
  font-size: 0.875rem;
}
.topPlanSect-more {
  margin-top: 30px;
  text-align: right;
}

.topPetType {
  position: relative;
  padding-block: 75px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .topPetType {
    margin-left: auto;
    margin-right: auto;
    max-width: calc(100% - 40px);
    width: calc(100% - 40px);
    padding-block: 50px;
  }
}
.topPetType-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}
@media (max-width: 767px) {
  .topPetType-bg {
    display: none;
  }
}
.topPetType-bg img {
  display: block;
  position: absolute;
  width: 167px;
  height: 150px;
}
.topPetType-bg-1 {
  transform: rotate(11deg);
}
@media (min-width: 768px) {
  .topPetType-bg-1 {
    top: 90px;
    left: calc(50% + 480px);
  }
}
@media (max-width: 767px) {
  .topPetType-bg-1 {
    top: 10px;
    right: 20px;
  }
}
.topPetType-bg-2 {
  transform: rotate(-41deg);
}
@media (min-width: 768px) {
  .topPetType-bg-2 {
    bottom: 110px;
    left: calc(50% - 650px);
  }
}
@media (max-width: 767px) {
  .topPetType-bg-2 {
    bottom: 10px;
    left: 20px;
  }
}
.topPetType-bg-3 {
  transform: rotate(-15deg);
}
@media (min-width: 768px) {
  .topPetType-bg-3 {
    bottom: -20px;
    right: calc(50% - 480px);
  }
}
@media (max-width: 767px) {
  .topPetType-bg-3 {
    bottom: 80px;
    right: 60px;
  }
}
.topPetType-bottom {
  position: relative;
  font-size: 0.875rem;
  width: fit-content;
  margin: 40px auto 0;
}
@media (max-width: 767px) {
  .topPetType-bottom {
    font-size: 0.75rem;
  }
}
.topPetType-bottom p {
  line-height: 1.5;
}

@media (min-width: 768px) {
  .petTypeList {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--w);
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1239px) {
  .petTypeList {
    max-width: 90%;
  }
}
.petTypeList {
  z-index: 1;
  margin-top: 70px;
}
@media (min-width: 768px) {
  .petTypeList {
    padding-inline: 7%;
  }
}
@media (max-width: 767px) {
  .petTypeList {
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    max-width: calc(100% - 40px);
    width: calc(100% - 40px);
  }
}
.petTypeList-imgs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media (max-width: 767px) {
  .petTypeList-imgs {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .petTypeList-imgs-li figure {
    display: block;
  }
}
.petTypeList-imgs-li figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.petTypeList-imgs-li figcaption {
  text-align: center;
  margin-top: 8px;
  font-size: 1rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .petTypeList-imgs-li figcaption {
    font-size: 1rem;
    font-weight: normal;
  }
}

.topFaq {
  position: relative;
}
@media (min-width: 768px) {
  .topFaq {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--w);
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1239px) {
  .topFaq {
    max-width: 90%;
  }
}
.topFaq {
  background: #F2E9E4;
  border-radius: 20px;
  padding: 75px;
}
@media (max-width: 767px) {
  .topFaq {
    padding: 50px 20px;
  }
}
.topFaq-more {
  text-align: center;
  margin-top: 75px;
}
@media (max-width: 767px) {
  .topFaq-more {
    margin-left: auto;
    margin-right: auto;
    max-width: calc(100% - 40px);
    width: calc(100% - 40px);
    margin-top: 40px;
  }
}

.topMedia {
  padding-block: 75px;
}
@media (min-width: 768px) {
  .topMedia {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--w);
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1239px) {
  .topMedia {
    max-width: 90%;
  }
}
@media (max-width: 767px) {
  .topMedia {
    margin-left: auto;
    margin-right: auto;
    max-width: calc(100% - 40px);
    width: calc(100% - 40px);
  }
}

.mediaLogos {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}
@media (max-width: 767px) {
  .mediaLogos {
    grid-template-columns: repeat(1, 1fr);
  }
}
.mediaLogos-item img {
  width: 100%;
}

.relationLogos {
  padding: 40px 0;
}
@media (min-width: 768px) {
  .relationLogos-list {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--w);
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1239px) {
  .relationLogos-list {
    max-width: 90%;
  }
}
.relationLogos-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
@media (max-width: 767px) {
  .relationLogos-list {
    margin-left: auto;
    margin-right: auto;
    max-width: calc(100% - 40px);
    width: calc(100% - 40px);
  }
}
.relationLogos-list-item {
  max-width: 20%;
}
@media (max-width: 767px) {
  .relationLogos-list-item {
    max-width: 45%;
  }
}
.relationLogos-list-item img {
  width: 100%;
}

.js-accordion-title {
  position: relative;
  cursor: pointer;
  /* display: list-item;以外を指定してデフォルトの三角形アイコンを消します */
  display: flex;
  transition: all 0.2s;
}
.js-accordion-title::-webkit-details-marker {
  /* Safariで表示されるデフォルトの三角形アイコンを消します */
  display: none;
}
.js-accordion-title::after {
  content: "";
  display: inline-block;
  margin-left: 12px;
  width: 15px;
  height: 8px;
  position: absolute;
  top: 33px;
  right: 70px;
  background: url(../img/common/icon-arrow-bottom.svg) no-repeat center/contain;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .js-accordion-title::after {
    right: 20px;
    top: calc(50% - 4px);
  }
}
@media (min-width: 768px) {
  .js-accordion--sp .js-accordion-title::after {
    display: none;
  }
}
.is-ac-open .js-accordion-title::after {
  transform: rotate(180deg);
}
.js-accordion-content {
  display: block;
  height: 0;
  overflow: hidden;
}
@media (min-width: 768px) {
  .js-accordion--sp .js-accordion-content {
    height: auto;
    overflow: visible;
  }
}
.js-accordion-content-inner {
  width: 100%;
}

.linkPanels {
  background: var(--bgColor);
  padding-block: 75px;
}
@media (max-width: 767px) {
  .linkPanels {
    padding-inline: 20px;
  }
}
.topFaq + .linkPanels {
  margin-top: 80px;
}
@media (max-width: 767px) {
  .topFaq + .linkPanels {
    margin-top: 40px;
  }
}

.linkPanelsGrid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
  width: fit-content;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .linkPanelsGrid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.linkPanelsGrid-item {
  position: relative;
  display: block;
  width: min(450px, 40vw);
  max-width: 100%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .linkPanelsGrid-item {
    width: 100%;
	height:150px;
  }
}
.linkPanelsGrid-item-img {
  position: relative;
}
@media (max-width: 767px) {
  .linkPanelsGrid-item-img {
    height: 150px;
  }
}
.linkPanelsGrid-item-img::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  transition: all 0.3s ease;
  opacity: 0.4;
  z-index: 1;
}
.linkPanelsGrid-item-img img {
  transition: all 1s ease;
}
@media (hover: hover) {
  a:hover .linkPanelsGrid-item-img::before {
    opacity: 0.2;
  }
  a:hover .linkPanelsGrid-item-img img {
    transform: scale(1.1);
    opacity: 1;
  }
}
.linkPanelsGrid-item-text {
  position: absolute;
  top: calc(50% - 10px);
  left: 0;
  text-align: center;
  width: 100%;
  color: #fff;
  font-size: 1.25rem;
  font-weight: bold;
  z-index: 1;
}
@media (max-width: 767px) {
  .linkPanelsGrid-item-text {
    font-size: 1.125rem;
  }
}

.pageTitle {
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .pageTitle {
    aspect-ratio: 1440/434;
  }
}
@media (max-width: 767px) {
  .pageTitle {
    aspect-ratio: 1000/508;
  }
}
.pageTitle-bg {
  position: relative;
  height: 100%;
}
.pageTitle-bg picture {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.pageTitle-bg picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pageTitle-main {
  position: absolute;
  top: calc(50% - 0.6em);
  left: var(--side);
  text-align: center;
  color: #fff;
  font-size: 2rem;
  line-height: 1.4;
  font-family: var(--font-mi-base);
  font-weight: 600;
}
@media (min-width: 768px) and (max-width: 1239px) {
  .pageTitle-main {
    left: 3%;
  }
}
@media (max-width: 767px) {
  .pageTitle-main {
    font-size: 1.5rem;
    top: 50%;
    left: 0%;
    text-align: center;
    width: 100%;
    transform: translateY(-50%);
  }
}

.pageTitleReien {
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .pageTitleReien {
    aspect-ratio: 1440/434;
  }
}
@media (max-width: 767px) {
  .pageTitleReien {
    aspect-ratio: 1000/508;
  }
}
.pageTitleReien-bg {
  position: relative;
  height: 100%;
}
.pageTitleReien-bg picture {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.pageTitleReien-bg picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pageTitleReien-main {
  position: absolute;
  top: calc(50% - 1.2em);
  left: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 2rem;
  line-height: 1.4;
  font-family: var(--font-mi-base);
  font-weight: 600;
}
@media (max-width: 767px) {
  .pageTitleReien-main {
    font-size: 1.5rem;
    top: 50%;
    left: 0%;
    text-align: center;
    width: 100%;
    transform: translateY(-50%);
  }
}
.pageTitleReien-main .text-s {
  font-size: 1.25rem;
}
@media (max-width: 767px) {
  .pageTitleReien-main .text-s {
    font-size: 0.875rem;
  }
}

.cta2 {
  padding: 75px 3%;
  background: url(../img/common/bg-cta2.webp) no-repeat center/cover;
}
@media (max-width: 767px) {
  .cta2 {
    padding: 40px 20px;
  }
}
.cta2-title {
  font-size: 1.5rem;
  font-family: var(--font-mi-base);
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .cta2-title {
    font-size: 1.125rem;
    margin-bottom: 20px;
  }
}
.cta2-text {
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cta2-text {
    text-align: left;
  }
}
@media (min-width: 768px) {
  .cta2-text p {
    line-height: 2;
  }
}

.priceList {
  position: relative;
  background: #F2E9E4;
  padding: 80px 40px 40px;
  border-radius: 10px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .priceList {
    font-size: 0.875rem;
    padding: 40px 3%;
  }
}
@media (max-width: 767px) {
  .priceList {
    padding: 30px 0 20px 0;
  }
}
@media (max-width: 767px) {
  .priceList-scroll {
    overflow-x: auto;
    padding-top: 30px;
  }
}
.priceList-inner {
  position: relative;
  width: fit-content;
  width: 100%;
}
@media (max-width: 767px) {
  .priceList-inner {
    padding-left: 20px;
    width: fit-content;
  }
}
.priceList-head {
  position: absolute;
  top: -40px;
  left: 42%;
  background: #DA867B;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  font-weight: bold;
  width: 16%;
  font-size: min(1.4vw, 20px);
  color: #fff;
}
@media (min-width: 768px) and (max-width: 979px) {
  .priceList-head {
    height: auto;
    top: -30px;
    padding-block: 0.3em;
  }
}
@media (max-width: 767px) {
  .priceList-head {
    left: 43.5%;
    padding-top: 0.7em;
    font-size: 0.875rem;
  }
}
.priceList-bottom {
  margin-top: 25px;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .priceList-bottom {
    font-size: 0.8rem;
    margin-left: auto;
    margin-right: auto;
    max-width: calc(100% - 40px);
    width: calc(100% - 40px);
  }
}
.priceList-bottom p {
  line-height: 1.2;
  font-size: 0.85rem;
}
@media (max-width: 767px) {
  .priceList-bottom p {
    line-height: 1.4;
    font-size: 0.75rem;
  }
}
.priceList-bottom p + p {
  margin-top: 8px;
}
.priceList-btns {
  display: flex;
  justify-content: flex-end;
  gap: 5px;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .priceList-btns {
    display: none;
  }
}
.priceList-btns li {
  width: calc(20% - 5px);
}
.priceList-btns li .btn-round {
  width: 100%;
  height: 60px;
  padding: 0 20px;
  font-size: 1rem;
  font-weight: normal;
}
@media (min-width: 768px) and (max-width: 979px) {
  .priceList-btns li .btn-round {
    font-size: 0.875rem;
    padding: 0 5px;
    height: 50px;
  }
  .priceList-btns li .btn-round::after {
    right: 5px;
    margin-left: 10px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .priceList-btns li .btn-round {
    width: 179px;
    height: 50px;
  }
}
.priceList-btns li .btn-round.is-family {
  background: #B7BEB3;
}
.priceList-btns li .btn-round.is-tachiai {
  background: var(--pointColor);
}
.priceList-btns li .btn-round.is-goudou {
  background: #A2B9C8;
}

.priceTable {
  position: relative;
  table-layout: fixed;
  font-family: var(--font-inter);
  min-width: 100%;
}
.priceTable::after {
  content: "";
  display: block;
  border: 5px solid #C6A998;
  width: calc(20% - 6px);
  height: calc(100% - 8px - 140px);
  border-radius: 15px 15px 0 0;
  position: absolute;
  left: calc(40% - 2px);
  top: -2px;
}
@media (max-width: 979px) {
  .priceTable::after {
    height: calc(100% - 8px - 120px);
  }
}
.priceTable th, .priceTable td {
  width: 20%;
  border: 5px solid #F2E9E4;
  background: #fff;
}
@media (max-width: 767px) {
  .priceTable th, .priceTable td {
    width: 140px;
    min-width: 140px;
  }
}
.priceTable td {
  height: 70px;
  text-align: center;
  font-weight: bold;
}
@media (max-width: 979px) {
  .priceTable td {
    height: 60px;
  }
}
.priceTable td.family {
  color: #B7BEB3;
}
.priceTable td.tachiai {
  color: #C6A998;
}
.priceTable td.kobetsu {
  color: var(--pointColor);
}
.priceTable td.goudou {
  color: #A2B9C8;
}
.priceTable td.price {
  font-size: 1.25rem;
}
@media (min-width: 768px) and (max-width: 979px) {
  .priceTable td.price {
    font-size: 1rem;
  }
}
.priceTable td.price .text-s {
  font-size: 1rem;
}
@media (min-width: 768px) and (max-width: 979px) {
  .priceTable td.price .text-s {
    font-size: 0.75rem;
  }
}
.priceTable td.nothing {
  position: relative;
}
.priceTable td.nothing::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: calc(50% - 3px);
  left: calc(50% - 14px);
  width: 28px;
  height: 6px;
  background: #000;
}
@media (min-width: 768px) and (max-width: 979px) {
  .priceTable td.nothing::before {
    width: 20px;
    height: 4px;
    left: calc(50% - 10px);
  }
}
.priceTable td.nothing.family::before {
  background: #B7BEB3;
}
.priceTable td.nothing.tachiai::before {
  background: #C6A998;
}
.priceTable td.nothing.kobetsu::before {
  background: var(--pointColor);
}
.priceTable td.nothing.goudou::before {
  background: #A2B9C8;
}
.priceTable td .tax {
  font-size: 0.75rem;
}
.priceTable td.check svg {
  max-width: 20%;
}
.priceTable td.check.family svg path {
  fill: #B7BEB3;
}
.priceTable td.check.kobetsu svg path {
  fill: var(--pointColor);
}
.priceTable td.check.goudou svg path {
  fill: #A2B9C8;
}
.priceTable td.textRow {
  font-weight: normal;
  font-size: 1rem;
}
@media (min-width: 768px) and (max-width: 979px) {
  .priceTable td.textRow {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .priceTable td.textRow {
    font-size: 0.9rem;
  }
}
.priceTable thead th {
  text-align: center;
  background: var(--bgColor);
  padding: 15px 5px;
  font-size: min(2.3vw, 20px);
  text-align: center;
  line-height: 1.4;
  color: #fff;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 979px) {
  .priceTable thead th {
    padding: 10px;
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .priceTable thead th {
    padding: 8px;
    font-size: 1rem;
  }
}
.priceTable thead th.family {
  background: #B7BEB3;
}
.priceTable thead th.tachiai {
  position: relative;
  background: #C6A998;
}
.priceTable thead th.kobetsu {
  background: var(--pointColor);
}
.priceTable thead th.goudou {
  background: #A2B9C8;
}
.priceTable thead th.none {
  background: transparent;
}
.priceTable thead th .thDesc {
  display: block;
  margin-top: 8px;
  font-size: 0.875rem;
  line-height: 1.4;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 979px) {
  .priceTable thead th .thDesc {
    font-size: 0.6875rem;
  }
}
@media (max-width: 767px) {
  .priceTable thead th .thDesc {
    font-size: 0.75rem;
  }
}
.priceTable tbody th {
  font-size: 0.9rem;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 979px) {
  .priceTable tbody th {
    font-size: 1.7vw;
  }
}

.areaListSections-title {
  font-size: 1.4rem;
  text-align: center;
  margin-bottom: 40px;
  color: #826448;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
}
@media (max-width: 767px) {
  .areaListSections-title {
	  font-size:1.1rem;
  }
}

.areaListSection-wrap {
  margin-bottom: 60px;
}

.areaListSection + .areaListSection {
  margin-top: 40px;
}
.areaListSection-title {
  color: #826448;
  font-size: 1.1rem;
  margin-bottom: 20px;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
}
@media (max-width: 767px) {
  .areaListSection-title {
    font-size: 1rem;
  }
}
.areaListSection-ul {
  display: flex;
  max-width: 1000px;
  flex-wrap: wrap;
  justify-content: center;
  width: fit-content;
  margin-inline: auto;
  gap: 10px;
}
@media (max-width: 767px) {
  .areaListSection-ul {
    gap: 10px;
  }
}
.areaListSection-ul-li {
  background: #fff;
  width: 120px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: bold;
  color: #826448;
  border-radius: 4px;
  border: 1px solid rgba(130, 100, 72, 0.3137254902);
}
@media (max-width: 767px) {
  .areaListSection-ul-li {
    width: 100px;
    font-size: 0.875rem;
    height: 30px;
  }
}
.areaListSection-ul-li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #826448;
}

.aboutKuyou {
  padding-block: 75px;
}
@media (max-width: 767px) {
  .aboutKuyou {
    margin-left: auto;
    margin-right: auto;
    max-width: calc(100% - 40px);
    width: calc(100% - 40px);
  }
}
.aboutKuyou-lead {
  width: fit-content;
  margin-inline: auto;
  margin-bottom: 40px;
  line-height: 1.8;
}
.aboutKuyou-btn {
  text-align: center;
}

@media (min-width: 768px) {
  .kuyouSection-wrap {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--w);
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1239px) {
  .kuyouSection-wrap {
    max-width: 90%;
  }
}
.kuyouSection-wrap {
  max-width: 1000px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-bottom: 40px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .kuyouSection-wrap {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .kuyouSection-wrap {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

.kuyouSection-img {
  margin-bottom: 20px;
}
.kuyouSection-title {
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
  color: #826448;
}
@media (min-width: 768px) and (max-width: 979px) {
  .kuyouSection-title {
    font-size: 1.125rem;
  }
}
@media (max-width: 767px) {
  .kuyouSection-title {
    font-size: 1.125rem;
  }
}
.kuyouSection-text {
  text-align: center;
  font-size: 0.875rem;
}
@media (min-width: 768px) and (max-width: 1239px) {
  .kuyouSection-text {
    text-align: left;
  }
}

.wpArticle {
  word-break: break-all;
  font-size: 1rem;
}
.wpArticle p {
  margin-bottom: 20px;
}
.wpArticle p a {
  text-decoration: underline;
}
.wpArticle em {
  font-style: italic;
  color: initial;
}
.wpArticle ol {
  margin: 10px 20px;
  padding: 0;
}
.wpArticle ul {
  margin: 10px 20px;
  list-style-type: disc;
  list-style-position: outside;
  list-style-image: none;
}
.wpArticle ul li {
  list-style: unset;
}
.wpArticle blockquote p {
  font-size: 1.125rem;
}
.wpArticle h1 {
  margin: 50px 40px;
  padding: 10px 15px;
  background: #eef1f3;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .wpArticle h1 {
    margin-bottom: 30px;
  }
}
.wpArticle h2 {
  margin: 50px auto 30px;
  font-size: 1.5rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .wpArticle h2 {
    font-size: 1.125rem;
  }
}
.wpArticle h3 {
  margin: 60px auto 30px;
  padding: 10px 20px;
  border-bottom: 1px solid #ccc;
  border: 1px solid var(--themeColor);
  background: rgba(120, 59, 42, 0.092);
  border-radius: 30px;
  color: var(--themeColor);
  font-size: 1.125rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .wpArticle h3 {
    font-size: 1rem;
    margin: 40px auto 20px;
    padding: 8px 15px;
  }
}
.wpArticle h4 {
  margin: 50px auto 5px;
  font-size: 1rem;
  font-weight: bold;
}
.wpArticle img {
  height: auto;
}
@media (max-width: 767px) {
  .wpArticle img {
    display: block;
    margin: 10px auto;
  }
}
.wpArticle table {
  border-collapse: collapse;
  margin-bottom: 20px;
}
.wpArticle table thead {
  border-bottom-width: 1px;
}
.wpArticle table tfoot {
  border-top-width: 1px;
}
.wpArticle table a {
  text-decoration: underline;
}
.wpArticle table th,
.wpArticle table td {
  padding: 10px;
  border: 1px solid #ccc;
}
@media (max-width: 767px) {
  .wpArticle table th,
  .wpArticle table td {
    font-size: 0.8125rem;
  }
}
.wpArticle table th {
  background: #eee;
}
.wpArticle .wp-block-button__link {
  font-size: 0.875rem;
}
.wpArticle .more-link {
  color: var(--linkColor);
}
.wpArticle .wp-caption {
  max-width: 100%;
}
.wpArticle .wp-block-pullquote,
.wpArticle .wp-block-quote {
  background: var(--bgColor);
  padding: 30px;
  text-align: left;
}
.wpArticle .wp-block-pullquote p,
.wpArticle .wp-block-quote p {
  font-size: 0.875rem;
}
.wpArticle .wp-block-pullquote cite,
.wpArticle .wp-block-quote cite {
  display: block;
  text-align: right;
  font-size: #999;
}
.wpArticle .wp-block-columns {
  gap: 30px;
}
.wpArticle .wp-block-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.wpArticle .wp-block-gallery img {
  margin: 0;
}
.wpArticle .wp-block-image .alignright {
  float: right;
  margin: 0 0 20px 30px;
}
@media (max-width: 767px) {
  .wpArticle .wp-block-image .alignright {
    float: none;
    margin: 10px auto;
  }
}
@media (max-width: 767px) {
  .wpArticle .wp-block-image .alignright img {
    width: 100% !important;
  }
}
.wpArticle .wp-block-image .alignleft {
  float: left;
  margin: 0 30px 20px 0;
}
@media (max-width: 767px) {
  .wpArticle .wp-block-image .alignleft {
    float: none;
    margin: 10px auto;
  }
}
@media (max-width: 767px) {
  .wpArticle .wp-block-image .alignleft img {
    width: 100% !important;
  }
}
.wpArticle .wp-block-image .aligncenter {
  display: block;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .wpArticle .wp-block-media-text {
    display: block;
  }
  .wpArticle .wp-block-media-text .wp-block-media-text__content {
    padding: 0;
  }
}
.wpArticle .wp-block-list li {
  margin-bottom: 5px;
}
.wpArticle .wp-block-group.has-background {
  margin-bottom: 20px;
  padding: 20px;
}
@media (max-width: 767px) {
  .wpArticle .wp-block-group.has-background {
    padding: 20px 5%;
  }
}
.wpArticle .wp-block-group.has-background p:last-child {
  margin-bottom: 0;
}
.wpArticle .border img {
  border: 1px solid #ccc;
}

.pagination {
  margin: 70px 0;
}
.pagination-box {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
.pagination-box li {
  font-size: 1rem;
}
.pagination-box li:not(.page-of) {
  display: flex;
  box-align: center;
  align-items: center;
  justify-content: center;
  background: var(--themeColor);
  width: 40px;
  height: 40px;
  margin: 0 5px 5px 0;
  color: #fff;
  border: 1px solid var(--themeColor);
}
@media (max-width: 767px) {
  .pagination-box li:not(.page-of) {
    width: 30px;
    height: 30px;
  }
}
.pagination-box li.page-of {
  margin-right: 10px;
  padding-top: 10px;
}
@media (max-width: 767px) {
  .pagination-box li.page-of {
    padding-top: 7px;
  }
}
.pagination-box li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #fff;
  color: var(--themeColor);
}
@media (hover: hover) {
  .pagination-box li a:hover {
    background: #f8f3e3;
  }
}

.forFirst {
  position: relative;
  background: var(--bgColor);
  padding-block: 75px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .forFirst {
    padding-inline: 20px;
  }
}
.forFirst::before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -240px;
  right: calc(50% - 700px);
  width: 260px;
  height: 400px;
  background: url(../img/common/kazari-flower.svg) center center/contain no-repeat;
  transform: rotate(20deg);
}
@media (min-width: 768px) and (max-width: 1239px) {
  .forFirst::before {
    right: -20px;
  }
}
@media (max-width: 767px) {
  .forFirst::before {
    width: 190px;
    right: 10px;
    bottom: -200px;
  }
}
.forFirst-lead {
  width: fit-content;
  margin-inline: auto;
  margin-bottom: 20px;
  font-weight: bold;
  font-family: var(--font-mi-base);
  line-height: 1.6;
  text-align: center;
}
.forFirst-btn {
  position: relative;
  text-align: center;
}

.topVoice {
  position: relative;
  padding-block: 75px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .topVoice {
    padding-block: 50px;
  }
}
@media (min-width: 768px) {
  .topVoice::before {
    top: 80px;
    left: 60px;
  }
}
@media (max-width: 767px) {
  .topVoice::before {
    top: 65px;
    right: -60px;
  }
}

.voiceCardItem-wrap {
  position: relative;
  z-index: 1;
  padding-left: var(--side);
}
@media (max-width: 767px) {
  .voiceCardItem-wrap {
    margin-left: auto;
    margin-right: auto;
    max-width: calc(100% - 40px);
    width: calc(100% - 40px);
  }
}
@media (max-width: 767px) {
  .voiceCardItem-wrap .splide__arrows .splide__arrow--prev {
    left: -10px;
  }
}
@media (max-width: 767px) {
  .voiceCardItem-wrap .splide__arrows .splide__arrow--next {
    right: -10px;
  }
}

.voiceCardItem {
  background: var(--bgColor);
  border-radius: 20px;
  padding: 35px;
  width: 400px;
  max-width: 100%;
}
@media (max-width: 767px) {
  .voiceCardItem {
    display: block;
    padding: 28px;
    gap: 20px 20px;
    border-radius: 8px;
    height: 100%;
  }
}
.voiceCardItem-text {
  grid-area: text;
  line-height: 1.8;
  font-size: 0.9rem;
}
@media (min-width: 768px) and (max-width: 979px) {
  .voiceCardItem-text {
    font-size: 0.875rem;
  }
}
@media (max-width: 767px) {
  .voiceCardItem-text {
    font-size: 0.875rem;
    line-height: 2;
  }
}

.planPanelsSect {
  background: var(--bgColor);
  padding: 100px 5%;
}
@media (max-width: 767px) {
  .planPanelsSect {
    padding: 50px 5%;
  }
}

.planPanelItem-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  width: fit-content;
  margin-inline: auto;
}
@media (min-width: 768px) and (max-width: 1239px) {
  .planPanelItem-grid {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .planPanelItem-grid {
    grid-template-columns: 1fr;
    width: 100%;
  }
}

.planPanelItem {
  position: relative;
  width: 450px;
  max-width: 100%;
  aspect-ratio: 560/315;
}
@media (min-width: 768px) and (max-width: 1239px) {
  .planPanelItem {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .planPanelItem {
    width: 100%;
  }
}
.planPanelItem a {
  display: grid;
  place-content: center;
  height: 100%;
}
.planPanelItem-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
}
.planPanelItem-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.8;
}
.planPanelItem-label {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #DA867B;
  padding: 6px 15px 7px;
  border-radius: 4px;
  font-weight: bold;
  color: #fff;
}
.planPanelItem-content {
  position: relative;
  z-index: 1;
  color: #fff;
  font-family: var(--font-mi-base);
}
.planPanelItem-content-subTitle {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 1rem;
  font-weight: bold;
}
@media (min-width: 768px) and (max-width: 979px) {
  .planPanelItem-content-subTitle {
    font-size: 0.875rem;
  }
}
@media (max-width: 767px) {
  .planPanelItem-content-subTitle {
    font-size: 0.875rem;
  }
}
.planPanelItem-content-title {
  margin-bottom: 15px;
  display: block;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
}
@media (min-width: 768px) and (max-width: 979px) {
  .planPanelItem-content-title {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .planPanelItem-content-title {
    font-size: 1.25rem;
  }
}
.planPanelItem-content-text {
  background: #fff;
  color: #826448;
  padding: 6px 20px;
  border-radius: 4px;
  font-family: var(--font-go-base);
  max-width: 100%;
  margin-inline: auto;
}
@media (min-width: 768px) and (max-width: 979px) {
  .planPanelItem-content-text {
    font-size: min(14px, 3.5vw);
  }
}
@media (max-width: 767px) {
  .planPanelItem-content-text {
    font-size: min(12px, 4vw);
    width: 100%;
  }
}

.topAbout {
  padding: 150px 0 80px;
  overflow: hidden;
}
@media (min-width: 768px) and (max-width: 979px) {
  .topAbout {
    padding: 100px 0 70px;
  }
}
@media (max-width: 767px) {
  .topAbout {
    padding: 70px 0 0;
  }
}
.topAbout-inner {
  padding-inline: 15%;
  position: relative;
  display: grid;
  grid-template: "sub img" auto "title img" auto "text img" auto "btn img" 1fr/min(572px, 50%) auto;
  gap: 0 68px;
  justify-content: center;
  margin-inline: auto;
}
@media (min-width: 768px) and (max-width: 979px) {
  .topAbout-inner {
    gap: 0 5vw;
  }
}
@media (max-width: 767px) {
  .topAbout-inner {
    grid-template: "sub" auto "title" auto "img" auto "text" auto "btn" auto/100%;
    gap: 0;
    padding: 0 20px;
  }
}
@media (min-width: 768px) {
  .topAbout-inner::before {
    top: -80px;
    left: -60px;
  }
}
@media (max-width: 767px) {
  .topAbout-inner::before {
    top: -10px;
    right: -60px;
  }
}
.topAbout-title {
  grid-area: title;
}
@media (max-width: 767px) {
  .topAbout-title {
    margin-bottom: 10px;
  }
}
.topAbout-title-sub {
  font-size: 1.25rem;
  color: #826448;
  font-weight: bold;
  margin-bottom: 16px;
  font-family: var(--font-mi-base);
}
@media (min-width: 768px) and (max-width: 979px) {
  .topAbout-title-sub {
    font-size: 2vw;
  }
}
@media (max-width: 767px) {
  .topAbout-title-sub {
    font-size: 1rem;
    margin-bottom: 10px;
  }
}
.topAbout-title-main {
  margin-bottom: 40px;
  font-size: 1.9rem;
  line-height: 1.4;
  color: #332D28;
  font-family: var(--font-mi-base);
  font-weight: bold;
  z-index: 2;
}
@media (min-width: 768px) and (max-width: 979px) {
  .topAbout-title-main {
    font-size: 3.2vw;
  }
}
@media (max-width: 767px) {
  .topAbout-title-main {
    font-size: 1.375rem;
    margin-bottom: 20px;
  }
}
.topAbout-text {
  grid-area: text;
}
.topAbout-text p {
  line-height: 2;
}
@media (min-width: 768px) and (max-width: 979px) {
  .topAbout-text p {
    font-size: 0.875rem;
  }
}
@media (max-width: 767px) {
  .topAbout-text p {
    line-height: 1.8;
  }
}
.topAbout-btn {
  grid-area: btn;
  margin-top: 30px;
  text-align: right;
}
.topAbout-img {
  grid-area: img;
  width: 100%;
  max-width: 500px;
}
@media (max-width: 767px) {
  .topAbout-img {
    margin-bottom: 40px;
  }
}
.topAbout-img img {
  border-radius: 20px;
}

.topAboutImgs {
  margin-top: 75px;
}
@media (max-width: 767px) {
  .topAboutImgs {
    margin-bottom: 75px;
  }
}
.topAboutImgs-item {
  width: 330px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .topAboutImgs-item {
    width: 30vw;
  }
}
@media (max-width: 767px) {
  .topAboutImgs-item {
    width: 250px;
  }
}

@media (min-width: 768px) {
  .topInterment {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--w);
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1239px) {
  .topInterment {
    max-width: 90%;
  }
}
.topInterment {
  padding-block: 75px;
}
@media (max-width: 767px) {
  .topInterment {
    padding-block: 50px;
    margin-left: auto;
    margin-right: auto;
    max-width: calc(100% - 40px);
    width: calc(100% - 40px);
  }
}

.intermentGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  padding-inline: 4%;
}
@media (min-width: 768px) and (max-width: 979px) {
  .intermentGrid {
    gap: 2vw;
  }
}
@media (max-width: 767px) {
  .intermentGrid {
    grid-template-columns: 1fr;
    gap: 60px;
  }
}
.intermentGrid-item {
  width: 353px;
  max-width: 100%;
}
.intermentGrid-item-img img {
  width: 100%;
}
.intermentGrid-item-btn {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .intermentGrid-item-btn {
    margin-top: 20px;
  }
}
.intermentGrid-item-btn .btn-round {
  padding-inline: 20px;
  width: 100%;
}
@media (min-width: 1240px) {
  .intermentGrid-item-btn .btn-round {
    font-size: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .intermentGrid-item-btn .btn-round {
    font-size: 1rem;
  }
  .intermentGrid-item-btn .btn-round::after {
    margin-left: 10px;
    font-size: 16px;
  }
}

.topArea {
  padding-block: 75px;
  background: linear-gradient(90deg, #FFF8EF 0%, #FDE8CD 100%);
}
@media (max-width: 767px) {
  .topArea {
    padding-inline: 20px;
  }
}
.topArea-lead {
  width: fit-content;
  margin-inline: auto;
  line-height: 2;
  margin-bottom: 70px;
}
.topArea-map {
  margin-bottom: 140px;
}

@media (min-width: 768px) {
  .creditCard {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--w);
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1239px) {
  .creditCard {
    max-width: 90%;
  }
}
.creditCard {
  margin-bottom: 80px;
  padding: 40px;
  background: #F2E9E4;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .creditCard {
    margin-bottom: 40px;
    padding: 30px 20px;
    margin-left: auto;
    margin-right: auto;
    max-width: calc(100% - 40px);
    width: calc(100% - 40px);
  }
}
.creditCard-img {
  margin-bottom: 40px;
  text-align: center;
}
.creditCard-img img {
  width: 100%;
}
.creditCard-text {
  width: fit-content;
  margin-inline: auto;
  line-height: 1.6;
}

.cta {
  background: url(../img/treat/bg-cta.webp) no-repeat center/cover;
  height: 323px;
  color: #fff;
  padding: 75px 0;
  text-align: center;
}
@media (max-width: 767px) {
  .cta {
    height: auto;
    padding: 50px 20px;
  }
}
.cta-title {
  font-family: var(--font-mi-base);
  margin-bottom: 40px;
}
.cta-title-sub {
  display: block;
  font-size: 1.125rem;
  margin-bottom: 16px;
}
.cta-title-main {
  display: block;
  font-size: 1.25rem;
  font-weight: 600;
}
@media (max-width: 767px) {
  .cta-title-main {
    font-size: 1.125rem;
    line-height: 1.5;
  }
}

.forPet {
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  .forPet {
    padding-bottom: 40px;
  }
}
.forPet-heading {
  font-family: var(--font-mi-base);
  padding: 88px 0 0;
  width: fit-content;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .forPet-heading {
    padding: 40px 20px 0;
  }
}
.forPet-heading-title {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 40px;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .forPet-heading-title {
    font-size: 1.125rem;
    margin-bottom: 20px;
  }
}
.forPet-heading-lead {
  font-size: 1.1rem;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .forPet-heading-lead {
    font-size: 0.9375rem;
  }
}
.forPet-heading-lead .note {
  font-size: 80%;
  font-family: var(--font-go-base);
}

.deathConfirmation {
  padding: 75px 0 0;
}
@media (min-width: 768px) and (max-width: 979px) {
  .deathConfirmation {
    padding: 20px 0 0;
  }
}
@media (max-width: 767px) {
  .deathConfirmation {
    padding: 40px 0 0;
  }
}
.deathConfirmation-title {
  color: #826448;
  text-align: center;
  font-size: 1.7rem;
  font-weight: bold;
  font-family: var(--font-mi-base);
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .deathConfirmation-title {
    font-size: 1.25rem;
    margin-bottom: 20px;
  }
}

.deathConfirmationPoint-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  padding: 0 20px;
  margin-inline: auto;
}
@media (min-width: 1200px) {
  .deathConfirmationPoint-grid {
    width: 1000px;
  }
}
@media (max-width: 767px) {
  .deathConfirmationPoint-grid {
    grid-template-columns: 1fr;
  }
}

.deathConfirmationPoint {
  max-width: 370px;
  display: block;
  border: 1px solid #826448;
  border-radius: 20px;
  padding: 40px 20px;
}
@media (max-width: 767px) {
  .deathConfirmationPoint {
    max-width: 100%;
    padding: 20px 20px;
  }
}
.deathConfirmationPoint-title {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 20px;
  color: var(--pointColor);
}
@media (min-width: 768px) and (max-width: 979px) {
  .deathConfirmationPoint-title {
    font-size: 1.125rem;
  }
}
@media (max-width: 767px) {
  .deathConfirmationPoint-title {
    font-size: 1.125rem;
  }
}
.deathConfirmationPoint-text {
  font-size: 0.9rem;
}
@media (max-width: 767px) {
  .deathConfirmationPoint-text {
    font-size: 0.875rem;
  }
}
@media (min-width: 768px) {
  .deathConfirmationPoint-text p {
    line-height: 2;
  }
}

.flow {
  background: #F2E9E4;
  padding: 75px 0;
}
@media (max-width: 767px) {
  .flow {
    padding: 40px 0;
  }
}
@media (min-width: 768px) {
  .flow-contents {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--w);
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1239px) {
  .flow-contents {
    max-width: 90%;
  }
}
.flow-contents {
  max-width: 1000px;
}
@media (max-width: 767px) {
  .flow-contents {
    margin-left: auto;
    margin-right: auto;
    max-width: calc(100% - 40px);
    width: calc(100% - 40px);
  }
}

.flowSection {
  display: flex;
  background: rgba(255, 255, 255, 0.7);
}
@media (max-width: 767px) {
  .flowSection {
    flex-direction: column;
  }
}
.flowSection + .flowSection {
  margin-top: 40px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .flowSection + .flowSection {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .flowSection + .flowSection {
    margin-top: 20px;
  }
}
.flowSection-img {
  width: 320px;
}
@media (min-width: 768px) and (max-width: 1239px) {
  .flowSection-img {
    width: 32%;
  }
}
@media (max-width: 767px) {
  .flowSection-img {
    width: 100%;
  }
}
.flowSection-desc {
  flex: 1;
  padding: 50px 60px 40px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .flowSection-desc {
    padding: 30px 20px;
  }
}
@media (max-width: 767px) {
  .flowSection-desc {
    padding: 20px;
  }
}
.flowSection-desc-title {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  color: #826448;
  font-size: 1.4rem;
  font-weight: bold;
}
@media (min-width: 768px) and (max-width: 979px) {
  .flowSection-desc-title {
    font-size: 1.25rem;
  }
}
@media (max-width: 767px) {
  .flowSection-desc-title {
    margin-bottom: 10px;
    font-size: 1rem;
  }
}
.flowSection-desc-title .num {
  font-family: var(--font-mi-base);
  margin-right: 5px;
  font-size: 2.25rem;
}
@media (min-width: 768px) and (max-width: 979px) {
  .flowSection-desc-title .num {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .flowSection-desc-title .num {
    font-size: 1.5rem;
  }
}
.flowSection-desc-text p {
  font-size: 1.25rem;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .flowSection-desc-text p {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .flowSection-desc-text p {
    font-size: 0.875rem;
  }
}

.kuyou {
  padding: 100px 3%;
}
@media (max-width: 767px) {
  .kuyou {
    padding: 40px 20px;
  }
}
.kuyou-img {
  width: 912px;
  max-width: 100%;
  margin: 0 auto 40px;
}
@media (max-width: 767px) {
  .kuyou-img {
    margin-bottom: 20px;
  }
}
.kuyou-text {
  margin-bottom: 40px;
  text-align: center;
}
@media (max-width: 767px) {
  .kuyou-text {
    margin-bottom: 20px;
  }
}
.kuyou-btn {
  text-align: center;
}

.estimated {
  background: var(--bgColor);
  padding: 66px 3%;
}
@media (max-width: 767px) {
  .estimated {
    padding: 40px 20px;
  }
}
.estimated-inner {
  background: #fff;
  padding: 40px;
  border-radius: 20px;
}
@media (min-width: 768px) {
  .estimated-inner {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--w);
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1239px) {
  .estimated-inner {
    max-width: 90%;
  }
}
.estimated-inner {
  max-width: 936px;
}
@media (max-width: 767px) {
  .estimated-inner {
    padding: 20px;
  }
}
.estimated-title {
  margin-bottom: 20px;
  font-size: 1.25rem;
  font-family: var(--font-mi-base);
  text-align: center;
  font-weight: bold;
}
@media (max-width: 767px) {
  .estimated-title {
    font-size: 1rem;
    margin-bottom: 20px;
  }
}
.estimated-text {
  text-align: center;
}
@media (max-width: 767px) {
  .estimated-text {
    text-align: left;
  }
}
@media (min-width: 768px) {
  .estimated-text p {
    line-height: 2;
  }
}

.sougiFlow {
  position: relative;
  padding-block: 100px;
}
@media (min-width: 768px) {
  .sougiFlow {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--w);
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1239px) {
  .sougiFlow {
    max-width: 90%;
  }
}
.sougiFlow {
  max-width: 1000px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .sougiFlow {
    padding-inline: 5%;
  }
}
@media (max-width: 767px) {
  .sougiFlow {
    margin-left: auto;
    margin-right: auto;
    max-width: calc(100% - 40px);
    width: calc(100% - 40px);
    padding-block: 50px;
    overflow: hidden;
  }
}
@media (min-width: 768px) {
  .sougiFlow::before {
    top: 80px;
    left: -60px;
  }
}
@media (max-width: 767px) {
  .sougiFlow::before {
    top: 65px;
    right: -60px;
  }
}

.sougiFlowSection {
  position: relative;
  display: flex;
  align-items: center;
  gap: 60px;
}
@media (max-width: 767px) {
  .sougiFlowSection {
    flex-direction: column;
    gap: 30px;
  }
}
.sougiFlowSection + .sougiFlowSection {
  margin-top: 110px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .sougiFlowSection + .sougiFlowSection {
    align-items: flex-start;
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .sougiFlowSection + .sougiFlowSection {
    margin-top: 40px;
  }
}
.sougiFlowSection-img {
  max-width: 40%;
  border-radius: 4px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .sougiFlowSection-img {
    max-width: 100%;
  }
}
.sougiFlowSection-desc {
  flex: 1;
}
@media (max-width: 767px) {
  .sougiFlowSection-desc {
    width: 100%;
  }
}
.sougiFlowSection-desc-title {
  margin-bottom: 20px;
  font-family: var(--font-mi-base);
}
@media (max-width: 767px) {
  .sougiFlowSection-desc-title {
    margin-bottom: 20px;
  }
}
.sougiFlowSection-desc-title .num {
  color: #826448;
  font-size: 1.6rem;
}
@media (min-width: 768px) and (max-width: 979px) {
  .sougiFlowSection-desc-title .num {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .sougiFlowSection-desc-title .num {
    font-size: 1.25rem;
  }
}
.sougiFlowSection-desc-title .text {
  margin-left: 10px;
  font-size: 1.5rem;
  font-weight: bold;
}
@media (min-width: 768px) and (max-width: 979px) {
  .sougiFlowSection-desc-title .text {
    font-size: 1.125rem;
  }
}
@media (max-width: 767px) {
  .sougiFlowSection-desc-title .text {
    font-size: 1.125rem;
  }
}
.sougiFlowSection-desc-link {
  margin-top: 30px;
  text-align: right;
}
@media (max-width: 767px) {
  .sougiFlowSection-desc-link {
    margin-top: 10px;
  }
}

.aboutMsg {
  position: relative;
  padding: 150px 0;
  overflow: hidden;
}
@media (min-width: 768px) and (max-width: 979px) {
  .aboutMsg {
    padding: 100px 0;
  }
}
@media (max-width: 767px) {
  .aboutMsg {
    padding: 40px 20px;
  }
}
.aboutMsg-bg img {
  display: block;
  position: absolute;
  top: -20vw;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.15);
}
@media (max-width: 767px) {
  .aboutMsg-bg img {
    top: -20vh;
  }
}
.aboutMsg-inner {
  position: relative;
  width: 608px;
  max-width: 100%;
  margin-left: 50%;
  font-family: var(--font-mi-base);
}
@media (min-width: 768px) and (max-width: 1239px) {
  .aboutMsg-inner {
    width: auto;
  }
}
@media (max-width: 767px) {
  .aboutMsg-inner {
    padding-inline: 5%;
    margin-left: 0;
  }
}
.aboutMsg-title {
  font-weight: bold;
  margin-bottom: 40px;
}
.aboutMsg-title-sub {
  display: block;
  font-size: 1.25rem;
  color: #826448;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .aboutMsg-title-sub {
    font-size: 1rem;
  }
}
.aboutMsg-title-main {
  font-size: 1.7rem;
  margin-top: 8px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .aboutMsg-title-main {
    font-size: 1.75rem;
  }
}
@media (max-width: 767px) {
  .aboutMsg-title-main {
    font-size: 1.25rem;
  }
}
.aboutMsg-text {
  font-size: 1.05rem;
}
@media (min-width: 768px) and (max-width: 979px) {
  .aboutMsg-text {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .aboutMsg-text {
    font-size: 0.9375rem;
  }
}
.aboutMsg-text p {
  line-height: 2;
}
.aboutMsg-text p + p {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .aboutMsg-text p + p {
    margin-top: 20px;
  }
}

.sgrength {
  padding-block: 75px;
}
@media (min-width: 768px) {
  .sgrength {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--w);
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1239px) {
  .sgrength {
    max-width: 90%;
  }
}
@media (max-width: 767px) {
  .sgrength {
    margin-left: auto;
    margin-right: auto;
    max-width: calc(100% - 40px);
    width: calc(100% - 40px);
  }
}
.sgrength-contents {
  margin-top: 50px;
}

.sgrengthSection {
  display: flex;
}
@media (min-width: 768px) and (max-width: 979px) {
  .sgrengthSection {
    gap: 5%;
  }
}
@media (max-width: 767px) {
  .sgrengthSection {
    flex-direction: column;
    gap: 20px;
  }
}
.sgrengthSection + .sgrengthSection {
  margin-top: 40px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .sgrengthSection + .sgrengthSection {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .sgrengthSection + .sgrengthSection {
    margin-top: 60px;
  }
}
@media (min-width: 768px) {
  .sgrengthSection.is-reverse {
    flex-direction: row-reverse;
  }
}
.sgrengthSection-img {
  width: 440px;
  max-width: 35%;
}
@media (max-width: 767px) {
  .sgrengthSection-img {
    order: 1;
    width: 100%;
    max-width: 100%;
  }
}
.sgrengthSection-desc {
  flex: 1;
  padding: 40px 60px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .sgrengthSection-desc {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .sgrengthSection-desc {
    order: 0;
    padding: 0;
  }
}
.sgrengthSection-desc-title {
  display: flex;
  gap: 5px;
  font-family: var(--font-mi-base);
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 1.5rem;
  color: #826448;
}
@media (min-width: 768px) and (max-width: 979px) {
  .sgrengthSection-desc-title {
    font-size: 1.25rem;
  }
}
@media (max-width: 767px) {
  .sgrengthSection-desc-title {
    align-items: center;
    margin-bottom: 20px;
    font-size: 1.125rem;
  }
}
.sgrengthSection-desc-title .num {
  display: inline-block;
  font-size: 2.25rem;
}
@media (min-width: 768px) {
  .sgrengthSection-desc-title .num {
    margin-top: -0.3em;
  }
}
@media (max-width: 767px) {
  .sgrengthSection-desc-title .num {
    font-size: 1.25rem;
  }
}
.sgrengthSection-desc-text {
  font-size: 1.05rem;
}
@media (min-width: 768px) and (max-width: 979px) {
  .sgrengthSection-desc-text {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .sgrengthSection-desc-text {
    font-size: 0.9375rem;
  }
}
.sgrengthSection-desc-text p {
  line-height: 1.6;
}
.sgrengthSection-desc-text p + p {
  margin-top: 20px;
}

.foodbank {
  position: relative;
  background: var(--bgColor);
  padding: 100px 0;
  overflow: hidden;
}
@media (min-width: 768px) and (max-width: 979px) {
  .foodbank {
    padding: 70px 0;
  }
}
@media (max-width: 767px) {
  .foodbank {
    padding: 50px 20px;
  }
}
.foodbank-inner {
  position: relative;
}
@media (min-width: 768px) {
  .foodbank-inner {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--w);
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1239px) {
  .foodbank-inner {
    max-width: 90%;
  }
}
.foodbank-inner {
  max-width: 1000px;
  display: grid;
  grid-template: "img title" auto "img text" auto "img link" 1fr/auto 1fr;
  gap: 0 68px;
  z-index: 1;
}
@media (min-width: 768px) and (max-width: 979px) {
  .foodbank-inner {
    grid-template: "title title" auto "img text" auto "link link" 1fr/auto auto;
    gap: 0 32px;
  }
}
@media (max-width: 767px) {
  .foodbank-inner {
    grid-template: "title" auto "img" auto "text" auto "link" 1fr/auto;
  }
}
.foodbank-img {
  grid-area: img;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .foodbank-img {
    margin-bottom: 30px;
    text-align: center;
  }
}
.foodbank .title-l {
  grid-area: title;
  margin-bottom: 24px;
}
.foodbank-text {
  grid-area: text;
  font-size: 1rem;
  line-height: 1.9;
  margin-bottom: 40px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .foodbank-text {
    font-size: 0.875rem;
  }
}
@media (max-width: 767px) {
  .foodbank-text {
    font-size: 0.875rem;
  }
}
.foodbank-text p + p {
  margin-top: 24px;
}
.foodbank-link {
  grid-area: link;
  text-align: right;
}

.uika {
  padding-block: 50px;
}

@media (min-width: 768px) {
  .uikaContents {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--w);
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1239px) {
  .uikaContents {
    max-width: 90%;
  }
}
.uikaContents {
  max-width: 1000px;
  background: var(--bgColor);
  padding: 40px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .uikaContents {
    padding: 40px 20px;
  }
}
@media (max-width: 767px) {
  .uikaContents {
    padding: 40px 20px;
  }
}
.uikaContents-lead {
  margin-bottom: 40px;
  text-align: center;
  line-height: 1.9;
}
@media (max-width: 767px) {
  .uikaContents-lead {
    margin-bottom: 20px;
    text-align: left;
  }
}

.uikaContentsPanels {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .uikaContentsPanels {
    gap: 10px;
  }
}
@media (max-width: 767px) {
  .uikaContentsPanels {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.uikaContentsPanels-item {
  background: #fff;
  padding: 40px 20px;
  border-radius: 4px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .uikaContentsPanels-item {
    padding: 30px 15px;
  }
}
.uikaContentsPanels-item-title {
  font-size: 1.15rem;
  font-weight: bold;
  margin-bottom: 16px;
  text-align: center;
  color: #826448;
}
@media (min-width: 768px) and (max-width: 979px) {
  .uikaContentsPanels-item-title {
    font-size: 0.9375rem;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .uikaContentsPanels-item-text {
    font-size: 0.875rem;
  }
}

.cooperation {
  padding: 50px 0;
  background: var(--bgColor);
}
.cooperation-text {
  line-height: 1.8;
  text-align: center;
  margin-bottom: 10px;
}
.cooperation-btn {
  text-align: center;
}
@media (max-width: 767px) {
  .cooperation-btn {
    margin-left: auto;
    margin-right: auto;
    max-width: calc(100% - 40px);
    width: calc(100% - 40px);
  }
}
@media (max-width: 767px) {
  .cooperation-btn .btn-round {
    font-size: 1rem;
    width: 100%;
  }
}

@media (min-width: 768px) {
  .cooperationPoint {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--w);
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1239px) {
  .cooperationPoint {
    max-width: 90%;
  }
}
.cooperationPoint {
  max-width: 1100px;
  background: #fff;
  margin-bottom: 40px;
  padding: 30px 75px;
  border-radius: 20px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .cooperationPoint {
    padding: 20px 40px;
  }
}
@media (max-width: 767px) {
  .cooperationPoint {
    margin-left: auto;
    margin-right: auto;
    max-width: calc(100% - 40px);
    width: calc(100% - 40px);
    padding: 20px;
  }
}
.cooperationPoint-ul-li {
  display: flex;
  font-size: 1rem;
  padding-block: 30px 10px;
}
.cooperationPoint-ul-li + .cooperationPoint-ul-li {
  border-top: 1px solid #F2E9E4;
}
.cooperationPoint-ul-li .num {
  font-size: 1.5rem;
  font-weight: bold;
  color: var(--pointColor);
  margin: -6px 12px 8px 0;
  font-family: var(--font-mi-base);
}
@media (max-width: 767px) {
  .cooperationPoint-ul-li .num {
    font-size: 1.5rem;
    margin: -5px 8px 4px 0;
  }
}
@media (max-width: 767px) {
  .cooperationPoint-ul-li .text {
    display: inline-block;
    margin-top: -2px;
  }
}
.cooperationPoint-ul-li em {
  font-size: 1rem;
  font-weight: bold;
  color: var(--fontcolor);
}
@media (min-width: 768px) and (max-width: 979px) {
  .cooperationPoint-ul-li em {
    font-size: 1.25rem;
  }
}
@media (max-width: 767px) {
  .cooperationPoint-ul-li em {
    font-size: 1rem;
  }
}
.cooperationPoint-ul-li a {
  color: var(--fontColor);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.companyInfo {
  position: relative;
  background: #F2E9E4;
  padding: 150px 0;
  overflow: hidden;
}
@media (min-width: 768px) and (max-width: 979px) {
  .companyInfo {
    padding: 100px 0;
  }
}
@media (max-width: 767px) {
  .companyInfo {
    padding: 60px 20px;
  }
}
.companyInfo-bg-1 {
  position: absolute;
  top: 100px;
  right: calc(50% - 660px);
  width: 167px;
  height: 150px;
  transform: rotate(11.29deg);
  opacity: 0.8;
}
@media (min-width: 768px) and (max-width: 1239px) {
  .companyInfo-bg-1 {
    right: -20px;
  }
}
.companyInfo-bg-2 {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 650px);
  width: 167px;
  height: 150px;
  transform: rotate(-11.29deg);
  opacity: 0.8;
}
@media (min-width: 768px) and (max-width: 1239px) {
  .companyInfo-bg-2 {
    left: -20px;
  }
}
.companyInfo-inner {
  position: relative;
}
@media (min-width: 768px) {
  .companyInfo-inner {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--w);
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1239px) {
  .companyInfo-inner {
    max-width: 90%;
  }
}
@media (min-width: 768px) {
  .companyInfo-inner::before {
    top: -80px;
    left: -70px;
  }
}

.companyTable {
  width: 100%;
}
.companyTable th {
  width: 150px;
}
@media (max-width: 767px) {
  .companyTable th {
    width: 70px;
  }
}

.history {
  position: relative;
  background: rgba(237, 241, 234, 0.502);
  padding: 150px 0;
  overflow: hidden;
}
@media (min-width: 768px) and (max-width: 979px) {
  .history {
    padding: 100px 0;
  }
}
@media (max-width: 767px) {
  .history {
    padding: 60px 0;
  }
}
.history-bg-1 {
  position: absolute;
  top: 110px;
  right: calc(50% - 660px);
  width: 167px;
  height: 150px;
  transform: rotate(11.29deg);
  opacity: 0.8;
}
@media (min-width: 768px) and (max-width: 1239px) {
  .history-bg-1 {
    right: -20px;
  }
}
.history-inner {
  position: relative;
}
@media (min-width: 768px) {
  .history-inner {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--w);
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1239px) {
  .history-inner {
    max-width: 90%;
  }
}
@media (max-width: 767px) {
  .history-inner {
    padding: 0 20px;
  }
}
@media (min-width: 768px) {
  .history-inner::before {
    top: -80px;
    left: -70px;
  }
}
.history .tableBox {
  background: var(--bgColor);
}
.history .tableBox th {
  color: var(--pointColor);
  width: 160px;
}
@media (max-width: 767px) {
  .history .tableBox th {
    width: 100px;
  }
}

.planArea {
  background: var(--bgColor);
  padding: 75px 5% 125px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .planArea {
    padding: 70px 5% 100px;
  }
}
@media (max-width: 767px) {
  .planArea {
    padding: 50px 20px 40px;
  }
}
.planArea-more {
  text-align: center;
  margin-top: 80px;
}
@media (max-width: 767px) {
  .planArea-more {
    margin-left: auto;
    margin-right: auto;
    max-width: calc(100% - 40px);
    width: calc(100% - 40px);
  }
}

.planSect-wrap {
  margin-top: 80px;
}
@media (max-width: 767px) {
  .planSect-wrap {
    margin-top: 40px;
  }
}

.planSect {
  display: grid;
  grid-template: "img subtitle" auto "img title" auto "img text" auto "img for" auto "img more" 1fr/400px 565px;
  justify-content: center;
  gap: 0 75px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .planSect {
    gap: 5vw;
  }
}
@media (max-width: 767px) {
  .planSect {
    grid-template: "subtitle" auto "title" auto "img" auto "text" auto "for" auto "more" 1fr/100%;
    gap: 0;
  }
}
.planSect + .planSect {
  margin-top: 100px;
}
@media (max-width: 767px) {
  .planSect + .planSect {
    margin-top: 70px;
  }
}
.planSect-imgArea {
  grid-area: img;
  width: 400px;
  max-width: 100%;
}
@media (max-width: 767px) {
  .planSect-imgArea {
    margin-bottom: 30px;
  }
}
.planSect-imgArea-img {
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .planSect-imgArea-img {
    border-radius: 4px;
  }
}
.planSect-imgArea-img img {
  width: 100%;
}
.planSect-imgArea-info {
  background: #fff;
  border-radius: 8px;
  padding: 10px 30px;
  margin-top: 20px;
  text-align: center;
  color: var(--pointColor);
}
@media (min-width: 768px) and (max-width: 979px) {
  .planSect-imgArea-info {
    padding: 8px 10px;
    font-size: 0.8125rem;
  }
}
@media (max-width: 767px) {
  .planSect-imgArea-info {
    padding: 6px 8px;
    font-size: 1rem;
  }
}
.planSect-sub {
  grid-area: subtitle;
  display: block;
  font-size: 1rem;
  color: #826448;
  font-weight: bold;
  margin-bottom: 4px;
  font-family: var(--font-mi-base);
}
@media (max-width: 767px) {
  .planSect-sub {
    font-size: 1rem;
    margin-bottom: 5px;
  }
}
.planSect-title {
  grid-area: title;
  display: flex;
  align-items: center;
  font-size: 1.7rem;
  font-weight: bold;
  margin-bottom: 30px;
  color: #332D28;
  font-family: var(--font-mi-base);
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) and (max-width: 979px) {
  .planSect-title {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .planSect-title {
    font-size: 1.25rem;
    margin-bottom: 20px;
  }
}
.planSect-title-chip {
  display: inline-block;
  margin-left: 16px;
  padding: 10px 15px;
  background: #DA867B;
  color: #fff;
  border-radius: 4px;
  font-size: 1rem;
  font-weight: bold;
  font-family: var(--font-go-base);
}
@media (min-width: 768px) and (max-width: 979px) {
  .planSect-title-chip {
    font-size: 0.875rem;
    padding: 8px 12px;
  }
}
@media (max-width: 767px) {
  .planSect-title-chip {
    font-size: 0.875rem;
    padding: 6px 10px;
  }
}
.planSect-text {
  grid-area: text;
}
@media (max-width: 767px) {
  .planSect-text {
    font-size: 0.875rem;
  }
}
.planSect-for {
  grid-area: for;
  margin-top: 20px;
  padding-left: 60px;
  min-height: 37px;
  background: url(../img/common/icon-foot-gray.svg) no-repeat left center/41px 37px;
  color: #8E7A82;
}
.planSect-for-title {
  display: block;
  font-size: 1.15rem;
  font-weight: bold;
}
.planSect-for-title-text {
  display: block;
}
.planSect-more {
  grid-area: more;
  margin-top: 40px;
  text-align: right;
}
@media (max-width: 767px) {
  .planSect-more {
    margin-top: 20px;
  }
}

.recoType {
  grid-area: bottom;
  margin-top: 40px;
}
.recoType-title {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
  color: #826448;
  font-weight: bold;
  font-size: 1.25rem;
}
.recoType-title::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 23px;
  background: url(../img/common/icon-foot-brown.svg) no-repeat center/contain;
}
.recoType-box {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  color: #826448;
  font-size: 1.1rem;
}
@media (min-width: 768px) and (max-width: 1239px) {
  .recoType-box {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .recoType-box {
    font-size: 1rem;
  }
}
.recoType-box-ul {
  padding-left: 1.5em;
}
.recoType-box-ul li {
  list-style-type: disc;
}
.recoType-box-ul li + li {
  margin-top: 3px;
}

.planTypePrices {
  padding-block: 75px;
}

@media (min-width: 768px) {
  .planTypePricesList {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--w);
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1239px) {
  .planTypePricesList {
    max-width: 90%;
  }
}
.planTypePricesList {
  max-width: 1100px;
}
@media (max-width: 767px) {
  .planTypePricesList {
    padding-left: 20px;
    overflow: scroll;
  }
}
.planTypePricesList-main {
  display: flex;
  gap: 5px;
}
.planTypePricesList-main-head {
  width: 100%;
}
@media (max-width: 767px) {
  .planTypePricesList-main-head {
    width: 70px;
  }
}
.planTypePricesList-main-head-size {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 286px;
  color: #826448;
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 5px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .planTypePricesList-main-head-size {
    height: 25vw;
  }
}
@media (max-width: 767px) {
  .planTypePricesList-main-head-size {
    width: 70px;
    height: 270px;
    writing-mode: vertical-rl;
  }
}
.is-family .planTypePricesList-main-head-size {
  background: #F2E9E4;
}
.is-tachiai .planTypePricesList-main-head-size {
  background: #EDE3DF;
}
.is-kobetsu .planTypePricesList-main-head-size {
  background: #F2E9E4;
}
.is-goudou .planTypePricesList-main-head-size {
  background: #F2E9E4;
}
.planTypePricesList-main-head-subtitle {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
  height: 39px;
  color: #826448;
  background: #F2E9E4;
  font-weight: bold;
  z-index: 1;
}
@media (min-width: 768px) {
  .planTypePricesList-main-head-subtitle {
    width: calc(700% + 30px);
  }
}
@media (max-width: 767px) {
  .planTypePricesList-main-head-subtitle {
    justify-content: start;
    padding-left: 100px;
    width: 940px;
  }
}
.planTypePricesList-main-head-th {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #F2E9E4;
  border-radius: 4px;
  margin-bottom: 5px;
  height: 69px;
  text-align: center;
  font-weight: bold;
}
@media (min-width: 768px) and (max-width: 1239px) {
  .planTypePricesList-main-head-th {
    font-size: 0.75rem;
    height: 50px;
  }
}
@media (max-width: 767px) {
  .planTypePricesList-main-head-th {
    font-size: 0.6875rem;
  }
}
.planTypePricesList-main-head-th.is-monk {
  color: #826448;
}
.is-tachiai .planTypePricesList-main-head-th.is-monk {
  border: 3px solid #F2E9E4;
}
.planTypePricesList-main-head-th.is-cd {
  color: #A0A0A0;
  border: 1px solid #A0A0A0;
}
.is-family .planTypePricesList-main-head-th.is-cd {
  border-color: #A0A0A0;
}
.is-tachiai .planTypePricesList-main-head-th.is-cd {
  border: 3px solid #F2E9E4;
  color: #826448;
}
.is-goudou .planTypePricesList-main-head-th.is-cd {
  border: 3px solid #F2E9E4;
  color: #826448;
}
.planTypePricesList-main-head-th .text-s {
  font-weight: normal;
}
.planTypePricesList-main-item {
  width: 100%;
}
@media (min-width: 768px) {
  .planTypePricesList-bottom {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--w);
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1239px) {
  .planTypePricesList-bottom {
    max-width: 90%;
  }
}
.planTypePricesList-bottom {
  max-width: 1100px;
  margin-top: 10px;
  font-size: 0.8rem;
}
@media (max-width: 767px) {
  .planTypePricesList-bottom {
    margin-left: auto;
    margin-right: auto;
    max-width: calc(100% - 40px);
    width: calc(100% - 40px);
  }
}

.ptPricesCard-size {
  padding: 20px;
  color: #fff;
  border-radius: 4px;
  height: 286px;
  margin-bottom: 5px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .ptPricesCard-size {
    padding: 10px;
    height: 25vw;
  }
}
@media (max-width: 767px) {
  .ptPricesCard-size {
    width: 140px;
    padding: 20px 5px;
    height: 200px;
  }
}
.is-family .ptPricesCard-size {
  background: #B7BEB3;
}
.is-tachiai .ptPricesCard-size {
  background: #C6A998;
}
.is-kobetsu .ptPricesCard-size {
  background: #8E7A82;
}
.is-goudou .ptPricesCard-size {
  background: #A2B9C8;
}
.ptPricesCard-size-name {
  font-size: min(20px, 1.7vw);
  text-align: center;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 16px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .ptPricesCard-size-name {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .ptPricesCard-size-name {
    font-size: 1rem;
    margin-bottom: 10px;
  }
}
.ptPricesCard-size-name .text-s {
  font-size: min(14px, 1.4vw);
  font-weight: normal;
}
@media (max-width: 767px) {
  .ptPricesCard-size-name .text-s {
    font-size: 0.8125rem;
  }
}
.ptPricesCard-size-img {
  margin-bottom: 20px;
  border-radius: 50%;
  overflow: hidden;
}
@media (min-width: 768px) and (max-width: 979px) {
  .ptPricesCard-size-img {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .ptPricesCard-size-img {
    width: 70%;
    display: block;
    margin-inline: auto;
    margin-bottom: 10px;
  }
}
.ptPricesCard-size-ex {
  font-size: 0.75rem;
}
@media (min-width: 768px) and (max-width: 979px) {
  .ptPricesCard-size-ex {
    font-size: 0.625rem;
  }
}
.ptPricesCard-subtitle {
  height: 39px;
  background: #F2E9E4;
  margin-bottom: 5px;
}
.ptPricesCard-price {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 69px;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 5px;
}
@media (min-width: 768px) and (max-width: 1239px) {
  .ptPricesCard-price {
    font-size: min(20px, 1.8vw);
    height: 50px;
  }
}
@media (max-width: 767px) {
  .ptPricesCard-price {
    font-size: 1.1875rem;
  }
}
.ptPricesCard-price .text-s {
  font-size: 60%;
  font-weight: normal;
}
.is-family .ptPricesCard-price {
  color: #B7BEB3;
}
.is-tachiai .ptPricesCard-price {
  color: #C6A998;
}
.is-kobetsu .ptPricesCard-price {
  color: #8E7A82;
}
.is-goudou .ptPricesCard-price {
  color: #A2B9C8;
}
.ptPricesCard-price.is-cd {
  color: #A0A0A0;
}
.is-goudou .ptPricesCard-price.is-cd {
  color: #A2B9C8;
}

.planStepArea {
  position: relative;
  background: var(--bgColor);
  padding-block: 100px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .planStepArea {
    padding-block: 60px;
  }
}
.planStepArea::before {
  top: 80px;
  left: 0;
}
@media (max-width: 767px) {
  .planStepArea::before {
    left: -70px;
  }
}

.planStep-wrap {
  position: relative;
}
@media (min-width: 768px) {
  .planStep-wrap {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--w);
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1239px) {
  .planStep-wrap {
    max-width: 90%;
  }
}
.planStep-wrap {
  max-width: 1000px;
  z-index: 1;
}
@media (max-width: 767px) {
  .planStep-wrap {
    margin-left: auto;
    margin-right: auto;
    max-width: calc(100% - 40px);
    width: calc(100% - 40px);
  }
}

.planStep {
  display: flex;
  align-items: center;
  position: relative;
  background: #fff;
  border-radius: 8px;
  padding: 40px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .planStep {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .planStep {
    flex-direction: column;
    padding: 20px;
    align-items: flex-start;
  }
}
.planStep + .planStep {
  margin-top: 70px;
}
.planStep + .planStep::before {
  content: "";
  display: inline-block;
  background: #826448;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  position: absolute;
  top: -45px;
  left: calc(50% - 15px);
  width: 27px;
  height: 23px;
}
.planStep-title {
  flex: 1;
  font-family: var(--font-mi-base);
}
@media (max-width: 767px) {
  .planStep-title {
    margin-bottom: 10px;
  }
}
.planStep-title .num {
  margin-right: 5px;
  font-size: 2rem;
  color: #826448;
}
@media (min-width: 768px) and (max-width: 979px) {
  .planStep-title .num {
    font-size: min(2.8vw, 32px);
  }
}
@media (max-width: 767px) {
  .planStep-title .num {
    font-size: 1.5rem;
  }
}
.planStep-title .text {
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media (min-width: 768px) and (max-width: 979px) {
  .planStep-title .text {
    font-size: min(2.3vw, 24px);
  }
}
@media (max-width: 767px) {
  .planStep-title .text {
    letter-spacing: normal;
    font-size: 1.25rem;
  }
}
.planStep-text {
  width: 52%;
}
@media (min-width: 768px) and (max-width: 979px) {
  .planStep-text {
    font-size: 0.875rem;
  }
}
@media (max-width: 767px) {
  .planStep-text {
    width: 100%;
    font-size: 0.875rem;
  }
}

.ikotuKuyou {
  padding-block: 75px;
  background: var(--bgColor);
}
@media (min-width: 768px) {
  .ikotuKuyou {
    padding-inline: 10%;
  }
}
@media (max-width: 767px) {
  .ikotuKuyou {
    padding-block: 50px;
  }
}
.ikotuKuyou-lead {
  width: fit-content;
  margin: 0 auto 40px;
}
@media (max-width: 767px) {
  .ikotuKuyou-lead {
    margin-left: auto;
    margin-right: auto;
    max-width: calc(100% - 40px);
    width: calc(100% - 40px);
  }
}

.kuyouStep-wrap {
  background: #fff;
  padding: 60px;
}
@media (min-width: 768px) {
  .kuyouStep-wrap {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--w);
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1239px) {
  .kuyouStep-wrap {
    max-width: 90%;
  }
}
.kuyouStep-wrap {
  max-width: 1100px;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .kuyouStep-wrap {
    padding: 20px;
    margin-left: auto;
    margin-right: auto;
    max-width: calc(100% - 40px);
    width: calc(100% - 40px);
    gap: 20px;
  }
}
.kuyouStep-wrap + .kuyouStep-wrap {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .kuyouStep-wrap + .kuyouStep-wrap {
    margin-top: 40px;
  }
}

.kuyouStep {
  display: flex;
  align-items: center;
  gap: 0 60px;
}
@media (max-width: 767px) {
  .kuyouStep {
    flex-direction: column;
    gap: 15px;
  }
}
.kuyouStep + .kuyouStep {
  margin-top: 60px;
}
.kuyouStep-img {
  max-width: 38%;
}
@media (max-width: 767px) {
  .kuyouStep-img {
    width: 100%;
    max-width: 100%;
  }
}
.kuyouStep-imgCol {
  display: flex;
  gap: 10px;
}
@media (min-width: 768px) and (max-width: 1239px) {
  .kuyouStep-imgCol {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .kuyouStep-imgCol {
    gap: 5px;
  }
}
.kuyouStep-desc {
  flex: 1;
}
@media (max-width: 767px) {
  .kuyouStep-desc {
    width: 100%;
  }
}
.kuyouStep-desc-title {
  color: #826448;
  font-family: var(--font-mi-base);
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 20px;
}
@media (min-width: 768px) and (max-width: 1239px) {
  .kuyouStep-desc-title {
    font-size: 1.25rem;
  }
}
@media (max-width: 767px) {
  .kuyouStep-desc-title {
    margin-bottom: 10px;
    font-size: 1.125rem;
  }
}
.kuyouStep-desc-title .num {
  font-size: 1.6rem;
  margin-right: 8px;
}
@media (min-width: 768px) and (max-width: 1239px) {
  .kuyouStep-desc-title .num {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .kuyouStep-desc-title .num {
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 1239px) {
  .kuyouStep-desc-text {
    font-size: 0.875rem;
  }
}
.kuyouStep-desc-text p + p {
  margin-top: 2em;
}
@media (min-width: 768px) and (max-width: 1239px) {
  .kuyouStep-desc-text p + p {
    margin-top: 1em;
  }
}
@media (max-width: 767px) {
  .kuyouStep-desc-text p + p {
    margin-top: 1em;
  }
}

.kyoKuyou {
  position: relative;
  padding-block: 75px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .kyoKuyou {
    padding-block: 50px;
  }
}
@media (min-width: 768px) {
  .kyoKuyou::before {
    top: 80px;
    left: 0px;
  }
}
.kyoKuyou-lead {
  width: fit-content;
  margin: 0 auto 40px;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .kyoKuyou-lead {
    margin-left: auto;
    margin-right: auto;
    max-width: calc(100% - 40px);
    width: calc(100% - 40px);
  }
}

@media (min-width: 768px) {
  .kyoKuyouSect-wrap {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--w);
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1239px) {
  .kyoKuyouSect-wrap {
    max-width: 90%;
  }
}
.kyoKuyouSect-wrap {
  max-width: 900px;
  display: flex;
  gap: 0 75px;
  margin-bottom: 40px;
  z-index: 1;
}
@media (min-width: 768px) and (max-width: 979px) {
  .kyoKuyouSect-wrap {
    gap: 0 40px;
  }
}
@media (max-width: 767px) {
  .kyoKuyouSect-wrap {
    flex-direction: column;
    gap: 60px 0;
    margin-left: auto;
    margin-right: auto;
    max-width: calc(100% - 40px);
    width: calc(100% - 40px);
  }
}

.kyoKuyouSect {
  width: 100%;
}
.kyoKuyouSect-img {
  margin-bottom: 25px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .kyoKuyouSect-img {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .kyoKuyouSect-img {
    margin-bottom: 20px;
  }
}
.kyoKuyouSect-title {
  font-size: 1.25rem;
  font-family: var(--font-mi-base);
  font-weight: bold;
}
@media (max-width: 767px) {
  .kyoKuyouSect-title {
    font-size: 1.125rem;
  }
}
.kyoKuyouSect-text {
  margin-top: 10px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .kyoKuyouSect-text {
    font-size: 0.875rem;
  }
}

@media (min-width: 768px) {
  .schedule {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--w);
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1239px) {
  .schedule {
    max-width: 90%;
  }
}
.schedule {
  max-width: 900px;
}
@media (min-width: 768px) {
  .schedule {
    background: var(--bgColor);
    padding: 40px;
    border-radius: 20px;
  }
}
@media (max-width: 767px) {
  .schedule {
    margin-left: auto;
    margin-right: auto;
    max-width: calc(100% - 40px);
    width: calc(100% - 40px);
    background: var(--bgColor);
    border-radius: 5px;
    padding: 40px 20px;
  }
}
.schedule-title {
  margin-bottom: 20px;
  font-size: 1.25rem;
  font-family: var(--font-mi-base);
  text-align: center;
  font-weight: bold;
}
@media (max-width: 767px) {
  .schedule-title {
    font-size: 1.2rem;
    margin-bottom: 20px;
  }
}

.voiceArea {
  padding-block: 150px;
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) and (max-width: 979px) {
  .voiceArea {
    padding-block: 100px;
  }
}
@media (max-width: 767px) {
  .voiceArea {
    padding-block: 60px;
  }
}
.voiceArea-bg-img {
  position: absolute;
}
@media (max-width: 767px) {
  .voiceArea-bg-img {
    display: none;
  }
}
.voiceArea-bg-img.is-1 {
  top: 100px;
  left: calc(50% + 500px);
  transform: rotate(12deg);
}
@media (min-width: 768px) and (max-width: 1239px) {
  .voiceArea-bg-img.is-1 {
    left: 90%;
  }
}
.voiceArea-bg-img.is-2 {
  top: 50px;
  left: calc(50% - 680px);
  transform: rotate(-12deg);
}
@media (min-width: 768px) and (max-width: 1239px) {
  .voiceArea-bg-img.is-2 {
    left: -150px;
  }
}
.voiceArea-bg-img.is-3 {
  top: 50%;
  left: calc(50% - 650px);
  transform: rotate(-12deg);
}
@media (min-width: 768px) and (max-width: 1239px) {
  .voiceArea-bg-img.is-3 {
    left: -10px;
  }
}

.voiceSection-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
}
@media (min-width: 768px) {
  .voiceSection-grid {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--w);
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1239px) {
  .voiceSection-grid {
    max-width: 90%;
  }
}
.voiceSection-grid {
  max-width: 950px;
}
@media (max-width: 767px) {
  .voiceSection-grid {
    margin-left: auto;
    margin-right: auto;
    max-width: calc(100% - 40px);
    width: calc(100% - 40px);
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

.voiceSection {
  background: var(--bgColor);
  border-radius: 20px;
  padding: 40px;
}
@media (max-width: 767px) {
  .voiceSection {
    padding: 20px;
  }
}

.faqArea {
  padding-block: 150px;
}
@media (max-width: 767px) {
  .faqArea {
    padding-block: 50px;
  }
}
@media (min-width: 768px) {
  .faqArea-inner {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--w);
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1239px) {
  .faqArea-inner {
    max-width: 90%;
  }
}
.faqArea-inner {
  background: #F2E9E4;
  border-radius: 20px;
  padding: 75px;
}
@media (min-width: 768px) and (max-width: 1239px) {
  .faqArea-inner {
    padding: 50px;
  }
}
@media (max-width: 767px) {
  .faqArea-inner {
    margin-left: auto;
    margin-right: auto;
    max-width: calc(100% - 40px);
    width: calc(100% - 40px);
    padding: 30px 20px 20px;
  }
}
.faqArea .title-l {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .faqArea .title-l {
    margin-bottom: 20px;
  }
}

@media (min-width: 768px) {
  .areaDetail {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--w);
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1239px) {
  .areaDetail {
    max-width: 90%;
  }
}
.areaDetail {
  padding-block: 75px;
}
@media (max-width: 767px) {
  .areaDetail {
    padding-block: 50px;
    margin-left: auto;
    margin-right: auto;
    max-width: calc(100% - 40px);
    width: calc(100% - 40px);
  }
}
.areaDetail-map {
  margin-bottom: 150px;
}
@media (max-width: 767px) {
  .areaDetail-map {
    margin-bottom: 60px;
  }
}

.goodsArea-wrap {
  padding-block: 150px 80px;
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) and (max-width: 979px) {
  .goodsArea-wrap {
    padding-block: 100px 80px;
  }
}
@media (max-width: 767px) {
  .goodsArea-wrap {
    padding-block: 60px;
  }
}

.goodsArea + .goodsArea {
  margin-top: 180px;
}
@media (max-width: 767px) {
  .goodsArea + .goodsArea {
    margin-top: 100px;
  }
}
@media (min-width: 768px) {
  .goodsArea-title {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--w);
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1239px) {
  .goodsArea-title {
    max-width: 90%;
  }
}
.goodsArea-title {
  font-size: 2rem;
  font-family: var(--font-mi-base);
  font-weight: bold;
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .goodsArea-title {
    margin-left: auto;
    margin-right: auto;
    max-width: calc(100% - 40px);
    width: calc(100% - 40px);
    font-size: 1.5rem;
  }
}

.goodsSection-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media (min-width: 768px) {
  .goodsSection-grid {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--w);
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1239px) {
  .goodsSection-grid {
    max-width: 90%;
  }
}
@media (min-width: 768px) and (max-width: 1239px) {
  .goodsSection-grid {
    max-width: 90%;
  }
}
@media (max-width: 767px) {
  .goodsSection-grid {
    margin-left: auto;
    margin-right: auto;
    max-width: calc(100% - 40px);
    width: calc(100% - 40px);
    grid-template-columns: 1fr;
  }
}

.goodsSection {
  width: 100%;
}
.goodsSection-img {
  border-radius: 4px;
  overflow: hidden;
}
.goodsSection-img img {
  width: 100%;
}
.goodsSection-title {
  font-size: 1.2rem;
  font-weight: bold;
  font-family: var(--font-mi-base);
  margin: 20px 0 5px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .goodsSection-title {
    font-size: 1.0625rem;
  }
}
@media (max-width: 767px) {
  .goodsSection-title {
    font-size: 1rem;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .goodsSection-title {
    font-size: 1.125rem;
  }
}
.goodsSection-price {
  margin-bottom: 10px;
  font-size: 1.15rem;
  font-weight: bold;
  color: var(--pointColor);
}
@media (min-width: 768px) and (max-width: 979px) {
  .goodsSection-price {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .goodsSection-price {
    font-size: 1rem;
  }
}
.goodsSection-text {
  font-size: 0.9rem;
}
@media (min-width: 768px) and (max-width: 979px) {
  .goodsSection-text {
    font-size: 0.875rem;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .goodsSection-text p {
    line-height: 1.6;
  }
}

.contactLead {
  padding-block: 80px;
}
@media (max-width: 767px) {
  .contactLead {
    padding-block: 50px;
  }
}
.contactLead-text {
  margin-bottom: 40px;
  text-align: center;
  font-size: 1.1rem;
  line-height: 2;
  letter-spacing: 0.05em;
  font-weight: bold;
}
@media (min-width: 768px) and (max-width: 979px) {
  .contactLead-text {
    font-size: 1.125rem;
  }
}
@media (max-width: 767px) {
  .contactLead-text {
    font-size: 1rem;
  }
}
.contact-text-link {
	text-decoration:underline;
	color:var(--fontColor);
}
.contactLead-btn {
  text-align: center;
}
@media (max-width: 767px) {
  .contactLead-btn {
    margin-left: auto;
    margin-right: auto;
    max-width: calc(100% - 40px);
    width: calc(100% - 40px);
  }
}
.contactLead-btn .btn-round {
  font-weight: normal;
  height: 70px;
  border-radius: 50px;
}
@media (max-width: 767px) {
  .contactLead-btn .btn-round {
    flex-wrap: wrap;
    gap: 0;
    height: 60px;
    padding: 5px;
    font-size: 0.875rem;
  }
}
.contactLead-btn .btn-round::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  background-image: url("../img/common/icon-tel.svg");
}
.contactLead-btn .btn-round::after {
  content: none;
}
.contactLead-btn .btn-round .t {
  font-size: 1.4rem;
  font-weight: bold;
  margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .contactLead-btn .btn-round .t {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .contactLead-btn .btn-round .t {
    display: block;
    font-size: 1rem;
  }
}

.contactFormArea {
  position: relative;
  background: #F2E9E4;
  padding-block: 80px;
  overflow: hidden;
}
@media (min-width: 768px) and (max-width: 1239px) {
  .contactFormArea {
    padding-inline: 20px;
  }
}
@media (max-width: 767px) {
  .contactFormArea {
    padding-block: 50px;
  }
}
.contactFormArea-bg-img {
  position: absolute;
}
.contactFormArea-bg-img.is-1 {
  top: 0;
  left: calc(50% - 730px);
  transform: rotate(-15deg);
}
.contactFormArea-bg-img.is-2 {
  bottom: -40px;
  right: calc(50% - 720px);
  transform: rotate(17deg);
}

.contactForm {
  position: relative;
}
@media (min-width: 768px) {
  .contactForm {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--w);
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1239px) {
  .contactForm {
    max-width: 90%;
  }
}
.contactForm {
  background: #fff;
  border-radius: 8px;
  max-width: 1100px;
  padding: 80px 40px;
}
@media (max-width: 767px) {
  .contactForm {
    margin-left: auto;
    margin-right: auto;
    max-width: calc(100% - 40px);
    width: calc(100% - 40px);
    padding: 40px 20px;
  }
}
.contactForm-submit {
  text-align: center;
  margin-top: 40px;
}

.formItem {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 767px) {
  .formItem {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}
.formItem + .formItem {
  margin-top: 40px;
}
.formItem-label {
  width: 35%;
  font-size: 1rem;
  font-weight: bold;
}
@media (min-width: 768px) and (max-width: 979px) {
  .formItem-label {
    width: 30%;
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .formItem-label {
    width: 100%;
    font-size: 0.875rem;
  }
}
.formItem-required {
  width: 60px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #C60C0F;
  border-radius: 5px;
  font-size: 0.9rem;
  font-weight: bold;
  color: #fff;
}
@media (min-width: 768px) and (max-width: 979px) {
  .formItem-required {
    width: 60px;
    height: 40px;
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .formItem-required {
    width: 50px;
    height: 24px;
    font-size: 0.75rem;
    border-radius: 4px;
    position: absolute;
    top: 0;
    right: 0;
  }
}
.formItem-input {
  flex: 1;
}
@media (max-width: 767px) {
  .formItem-input {
    width: 100%;
  }
}
.formItem-input input {
  height: 55px;
}
@media (max-width: 767px) {
  .formItem-input input {
    height: 40px;
    width: 100%;
  }
}
.formItem-input.is-checkbox label {
  display: flex;
  align-items: center;
  gap: 10px;
}
.formItem-input.is-checkbox label input {
  width: 15px;
  height: 15px;
  background: #D9D9D9;
}
@media (max-width: 767px) {
  .formItem-input.is-checkbox label input {
    width: 20px;
    height: 20px;
  }
}
.formItem .wpcf7-radio .wpcf7-list-item {
  width: 100%;
  margin-left: 0;
}
.formItem .wpcf7-radio .wpcf7-list-item + .wpcf7-list-item {
  margin-top: 10px;
}
.formItem .wpcf7-radio .wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 10px;
}
.formItem .wpcf7-radio .wpcf7-list-item label input {
  width: fit-content;
  height: fit-content;
}

#container .wpcf7-response-output {
  padding: 20px;
  border: 2px solid #f2f2f2;
  position: fixed;
  top: 10px;
  left: 5%;
  width: 90%;
  z-index: 10;
  background: #cf1414;
  color: #fff;
  text-align: center;
  animation: hideMsg 4s forwards;
}

@keyframes hideMsg {
  0% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.grecaptcha-badge {
  display: none;
}
body:has(.contactForm) .grecaptcha-badge {
  display: block;
}

.privacyArea {
  padding-block: 120px;
}
@media (min-width: 768px) {
  .privacyArea {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--w);
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1239px) {
  .privacyArea {
    max-width: 90%;
  }
}
.privacyArea {
  max-width: 960px;
}
@media (max-width: 767px) {
  .privacyArea {
    padding-block: 80px;
    margin-left: auto;
    margin-right: auto;
    max-width: calc(100% - 40px);
    width: calc(100% - 40px);
  }
}

.privacySect + .privacySect {
  margin-top: 80px;
}
@media (max-width: 767px) {
  .privacySect + .privacySect {
    margin-top: 60px;
  }
}
.privacySect-title {
  margin-bottom: 10px;
  font-size: 1.25rem;
  font-weight: bold;
  font-family: var(--font-mi-base);
}
.privacySect-text {
  font-size: 1.125rem;
}
@media (max-width: 767px) {
  .privacySect-text {
    font-size: 1rem;
  }
}
.privacySect-text p {
  line-height: 2.2;
}
@media (max-width: 767px) {
  .privacySect-text p {
    line-height: 2;
  }
}

.reienArea {
  background: #F2E9E4;
  padding-block: 75px;
}
.reienArea-title {
  font-family: var(--font-mi-base);
  font-size: 1.7rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .reienArea-title {
    font-size: 1.25rem;
  }
}
.reienArea-text {
  text-align: center;
}

.reienSect {
  margin-top: 75px;
  background: #fff;
  padding: 75px;
  border-radius: 40px;
}
@media (min-width: 768px) {
  .reienSect {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--w);
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1239px) {
  .reienSect {
    max-width: 90%;
  }
}
.reienSect {
  max-width: 1100px;
  display: grid;
  grid-template: "img title" auto "img desc" auto "img btn" auto "map map" 1fr/40% 1fr;
  gap: 0 40px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .reienSect {
    padding: 50px;
    grid-template: "title" auto "img" auto "desc" auto "btn" auto "map" 1fr/100%;
    gap: 0;
  }
}
@media (max-width: 767px) {
  .reienSect {
    margin-top: 40px;
    padding: 30px;
    margin-left: auto;
    margin-right: auto;
    max-width: calc(100% - 40px);
    width: calc(100% - 40px);
    grid-template: "title" auto "img" auto "desc" auto "map" auto "btn" 1fr/100%;
    gap: 0;
  }
}
.reienSect-img {
  grid-area: img;
  margin-top: 120px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .reienSect-img {
    margin: 0 auto 30px;
  }
}
@media (max-width: 767px) {
  .reienSect-img {
    margin: 0 auto 20px;
  }
}
.reienSect-title {
  grid-area: title;
  margin-bottom: 40px;
  font-family: var(--font-mi-base);
  font-weight: bold;
}
@media (min-width: 768px) and (max-width: 979px) {
  .reienSect-title {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .reienSect-title {
    margin-bottom: 20px;
  }
}
.reienSect-title-sub {
  display: block;
  font-size: 1.125rem;
  color: #826448;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .reienSect-title-sub {
    font-size: 0.875rem;
  }
}
.reienSect-title-main {
  display: block;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .reienSect-title-main {
    font-size: 1.25rem;
  }
}
.reienSect-desc {
  grid-area: desc;
  line-height: 2;
}
.reienSect-desc-text {
  margin-bottom: 40px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .reienSect-desc-text {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .reienSect-desc-text {
    margin-bottom: 15px;
  }
}
.reienSect-desc-dl {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .reienSect-desc-dl {
    margin-bottom: 10px;
  }
}
.reienSect-desc-dl-item + .reienSect-desc-dl-item {
  margin-top: 20px;
}
.reienSect-desc-dl-item dt {
  font-size: 1rem;
  margin-bottom: 5px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .reienSect-desc-dl-item dt {
    font-size: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .reienSect-btn {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .reienSect-btn {
    margin-top: 20px;
    text-align: center;
  }
}
.reienSect-map {
  grid-area: map;
  padding: 40px;
  margin-top: 75px;
  border-radius: 20px;
  border: 1px solid #000;
}
@media (min-width: 768px) and (max-width: 979px) {
  .reienSect-map {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .reienSect-map {
    padding: 20px;
    margin-top: 20px;
  }
}
.reienSect-map-frame {
  width: 100%;
  height: 511px;
  margin-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .reienSect-map-frame {
    height: 300px;
  }
}
@media (max-width: 767px) {
  .reienSect-map-frame {
    height: 200px;
  }
}
.reienSect-map-frame iframe {
  width: 100%;
  height: 100%;
}
.reienSect-map-address {
  font-weight: bold;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .reienSect-map-address {
    font-size: 0.875rem;
  }
}

.coverArea {
  padding-block: 75px;
  background: linear-gradient(90deg, #FFF8EF 0%, #FDE8CD 100%);
}
@media (max-width: 767px) {
  .coverArea {
    padding-block: 50px;
  }
}
@media (min-width: 768px) {
  .coverArea-inner {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--w);
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1239px) {
  .coverArea-inner {
    max-width: 90%;
  }
}
@media (max-width: 767px) {
  .coverArea-inner {
    margin-left: auto;
    margin-right: auto;
    max-width: calc(100% - 40px);
    width: calc(100% - 40px);
  }
}
.coverArea-lead {
  line-height: 2;
  width: fit-content;
  margin-inline: auto;
  margin-bottom: 40px;
}
.coverArea-areaList .areaListSection {
  display: none;
}
.is-chiba .coverArea-areaList .areaListSection.is-chiba {
  display: block;
}
.is-tokyo .coverArea-areaList .areaListSection.is-tokyo {
  display: block;
}
.is-saitama .coverArea-areaList .areaListSection.is-saitama {
  display: block;
}

@media (min-width: 768px) {
  .newsPage .newsArea-content {
    padding: 60px 80px;
  }
}
.newsPage .newsSect:first-child {
  border-top: none;
}

.newsDetailPage {
  background: #F2E9E4;
  padding-block: 75px;
}
@media (max-width: 767px) {
  .newsDetailPage {
    padding-block: 120px;
  }
}

.newsDetail {
  background: #fff;
  padding: 60px 80px;
  border-radius: 4px;
}
@media (min-width: 768px) {
  .newsDetail {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--w);
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1239px) {
  .newsDetail {
    max-width: 90%;
  }
}
@media (max-width: 767px) {
  .newsDetail {
    padding: 30px 20px;
    margin-left: auto;
    margin-right: auto;
    max-width: calc(100% - 40px);
    width: calc(100% - 40px);
  }
}
.newsDetail-title {
  margin-bottom: 50px;
  font-family: var(--font-mi-base);
}
@media (max-width: 767px) {
  .newsDetail-title {
    margin-bottom: 20px;
  }
}
.newsDetail-title-time {
  display: block;
  margin-bottom: 10px;
  color: #826448;
  font-size: 1.25rem;
}
@media (max-width: 767px) {
  .newsDetail-title-time {
    font-size: 1rem;
  }
}
.newsDetail-title-main {
  font-size: 2rem;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .newsDetail-title-main {
    font-size: 1.25rem;
  }
}
.newsDetail-back {
  text-align: center;
  margin-top: 40px;
}

.reienDetailPage .forFirst {
  background: linear-gradient(90deg, #FFF8EF 0%, #FDE8CD 100%);
}
.reienDetailPage .forFirst-lead {
  font-size: 1.25rem;
}
@media (min-width: 768px) {
  .reienDetailPage.page-akishima .planPanelItem-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.reienDetailPage.page-akishima .planPanelItem.is-family {
  display: none;
}
.reienDetailPage.page-akishima .planPanelItem-content-text {
  max-width: 100%;
}
@media (min-width: 768px) {
  .reienDetailPage.page-akishima .planPanelItem-content-text {
    font-size: 0.75rem;
  }
}

.reienFeature {
  position: relative;
  background: #F2E9E4;
  padding-block: 50px;
}
.reienFeature-main {
  background: #fff;
  padding: 30px 80px;
  width: fit-content;
  margin-inline: auto;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .reienFeature-main {
    width: 90%;
    padding: 20px 30px;
  }
}
.reienFeature-main-ul {
  color: #826448;
  font-size: 1.1rem;
  font-weight: bold;
}
@media (min-width: 768px) and (max-width: 1239px) {
  .reienFeature-main-ul {
    font-size: 1.125rem;
  }
}
@media (max-width: 767px) {
  .reienFeature-main-ul {
    font-size: 1rem;
  }
}
.reienFeature-main-ul li {
  list-style: disc;
}
.reienFeature-main-ul li + li {
  margin-top: 15px;
}

.priceAllListSect {
  padding-block: 75px;
}
@media (max-width: 767px) {
  .priceAllListSect-tableScroll {
    overflow-x: auto;
  }
}

@media (min-width: 768px) {
  .priceAllTable {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--w);
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1239px) {
  .priceAllTable {
    max-width: 90%;
  }
}
.priceAllTable {
  max-width: 1100px;
  border-collapse: collapse;
}
@media (min-width: 768px) and (max-width: 979px) {
  .priceAllTable {
    width: 96%;
    max-width: 96%;
  }
}
@media (max-width: 767px) {
  .priceAllTable {
    width: fit-content;
  }
}
.priceAllTable .ptPricesCard {
  width: 100%;
  height: 100%;
}
.priceAllTable .ptPricesCard-size {
  background: #F2E9E4;
  margin-bottom: 0;
  color: #826448;
}
@media (min-width: 768px) and (max-width: 979px) {
  .priceAllTable .ptPricesCard-size {
    height: 240px;
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  .priceAllTable .ptPricesCard-size {
    height: 220px;
  }
}
.priceAllTable .ptPricesCard-size-name {
  font-size: min(24px, 1.3vw);
}
.priceAllTable-sizeTh {
  width: 150px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .priceAllTable-sizeTh {
    width: 120px;
  }
}
@media (max-width: 767px) {
  .priceAllTable-sizeTh {
    min-width: 120px;
    width: 120px;
  }
}
.priceAllTable-sizeTh-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 4px;
  background: #F2E9E4;
  font-weight: bold;
  color: #826448;
  height: 286px;
  max-height: 100%;
}
@media (min-width: 768px) and (max-width: 979px) {
  .priceAllTable-sizeTh-inner {
    font-size: 1.125rem;
    height: 240px;
  }
}
@media (max-width: 767px) {
  .priceAllTable-sizeTh-inner {
    height: 220px;
  }
}
.priceAllTable th, .priceAllTable td {
  padding: 3px;
}
@media (min-width: 768px){
  .priceAllTable th, .priceAllTable td {
    width:12%;
  }
}
.priceAllTable tbody tr.family th .bodyTh {
  background: #B7BEB3;
}
.priceAllTable tbody tr.family td {
  color: #B7BEB3;
}
.priceAllTable tbody tr.tachiai th .bodyTh {
  background: #C6A998;
}
.priceAllTable tbody tr.tachiai td {
  color: #C6A998;
}
.priceAllTable tbody tr.kobetsu th .bodyTh {
  background: #8E7A82;
}
.priceAllTable tbody tr.kobetsu td {
  color: #8E7A82;
}
.priceAllTable tbody tr.goudou th .bodyTh {
  background: #A2B9C8;
}
.priceAllTable tbody tr.goudou td {
  color: #A2B9C8;
}
.priceAllTable tbody th {
  height: 69px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  line-height: 1.2;
}
.priceAllTable tbody th .text-s {
  font-weight: normal;
  font-size: 0.75rem;
}
@media (max-width: 767px) {
  .priceAllTable tbody th .text-s {
    font-size: 0.625rem;
  }
}
.priceAllTable tbody th .bodyTh {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 4px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .priceAllTable tbody th .bodyTh {
    font-size: 0.8125rem;
  }
}
.priceAllTable tbody td {
  font-weight: 500;
  font-family: var(--font-inter);
  font-size: 1.5rem;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 1239px) {
  .priceAllTable tbody td {
    font-size: min(24px, 2vw);
  }
}
.priceAllTable tbody td .text-s {
  font-weight: bold;
  font-size: 0.75rem;
}

@media (min-width: 768px) {
  .priceAllTableBottom {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--w);
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1239px) {
  .priceAllTableBottom {
    max-width: 90%;
  }
}
.priceAllTableBottom {
  max-width: 1100px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .priceAllTableBottom {
    margin-left: auto;
    margin-right: auto;
    max-width: calc(100% - 40px);
    width: calc(100% - 40px);
  }
}
.priceAllTableBottom p {
  line-height: 1.4;
  font-size: 0.85rem;
}

.asideIntroSect {
  padding-block: 75px;
}
.asideIntroSect-lead {
  margin-bottom: 40px;
  width: fit-content;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .asideIntroSect-lead {
    margin-left: auto;
    margin-right: auto;
    max-width: calc(100% - 40px);
    width: calc(100% - 40px);
  }
}

.asideIntroReien {
  display: flex;
  margin-inline: auto;
  gap: 40px;
  padding-inline: 5%;
}
@media (min-width: 1300px) {
  .asideIntroReien {
    width: 1150px;
  }
}
@media (max-width: 767px) {
  .asideIntroReien {
    flex-direction: column;
    align-items: center;
    gap: 60px;
  }
}
.asideIntroReien-item {
  max-width: 550px;
}
.asideIntroReien-item-img {
  margin-bottom: 20px;
}
.asideIntroReien-item-title {
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #826448;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 1239px) {
  .asideIntroReien-item-title {
    font-size: 1.125rem;
  }
}
@media (max-width: 767px) {
  .asideIntroReien-item-title {
    font-size: 1.125rem;
  }
}
.asideIntroReien-item-text {
  margin-top: 10px;
  font-size: 0.8rem;
}
@media (max-width: 767px) {
  .asideIntroReien-item-text {
    margin-top: 10px;
  }
}

.asideIntroReienDl-item {
  display: flex;
  height: 70px;
  color: #826448;
  border: 1px solid #F2E9E4;
  align-items: center;
}
@media (min-width: 768px) and (max-width: 1239px) {
  .asideIntroReienDl-item {
    height: auto;
  }
}
@media (max-width: 767px) {
  .asideIntroReienDl-item {
    flex-direction: column;
    align-items: flex-start;
    height: auto;
  }
}
.asideIntroReienDl-item + .asideIntroReienDl-item {
  margin-top: 5px;
}
.asideIntroReienDl-item dt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 100%;
  font-weight: bold;
  background: #F2E9E4;
}
@media (min-width: 768px) and (max-width: 1239px) {
  .asideIntroReienDl-item dt {
    font-size: 0.875rem;
    width: 100px;
    height: auto;
  }
}
@media (max-width: 767px) {
  .asideIntroReienDl-item dt {
    width: 100%;
    padding: 10px;
  }
}
.asideIntroReienDl-item dd {
  flex: 1;
  padding: 5px 20px;
  line-height: 1.6;
  font-weight: bold;
}
@media (min-width: 768px) and (max-width: 1239px) {
  .asideIntroReienDl-item dd {
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .asideIntroReienDl-item dd {
    padding: 10px;
  }
}
.asideIntroReienDl-item dd .tax {
  font-size: 0.75rem;
}
.asideIntroReienDl-item dd .num {
  font-size: 1.5rem;
  font-family: var(--font-inter);
}
@media (min-width: 768px) and (max-width: 1239px) {
  .asideIntroReienDl-item dd .num {
    font-size: 1.125rem;
  }
}
.asideIntroReienDl-item dd .text-m {
  font-size: 0.875rem;
}
.asideIntroReienDl-item dd .text-s {
  font-size: 0.75rem;
}
.asideIntroReienDl-item dd .text-l {
  font-size: 1.2rem;
}
@media (min-width: 768px) and (max-width: 1239px) {
  .asideIntroReienDl-item dd .text-l {
    font-size: 1.125rem;
  }
}
@media (max-width: 767px) {
  .asideIntroReienDl-item dd .text-l {
    font-size: 1rem;
  }
}

.aboutFacility {
  background: #FFF;
  padding-block: 75px;
}
@media (max-width: 767px) {
  .aboutFacility {
    padding-block: 50px;
  }
}

.facilitySect {
  width: 500px;
  max-width: 100%;
}
@media (max-width: 767px) {
  .facilitySect {
    width: 280px;
  }
}
.facilitySect-img {
  margin-bottom: 20px;
}
.facilitySect-title {
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .facilitySect-title {
    font-size: 1rem;
  }
}

.reienAccessArea {
  background: var(--bgColor);
  padding-block: 75px 40px;
}

.reienAccess {
  display: flex;
  gap: 40px;
  max-width: 1100px;
  background: #fff;
  padding: 40px;
  border-radius: 12px;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .reienAccess {
    margin-left: auto;
    margin-right: auto;
    max-width: calc(100% - 40px);
    width: calc(100% - 40px);
    flex-direction: column;
    padding: 20px;
    gap: 20px;
  }
}
.reienAccess-map {
  width: 647px;
  max-width: 50%;
}
@media (max-width: 767px) {
  .reienAccess-map {
    width: 100%;
    max-width: 100%;
    height: 200px;
  }
}
.reienAccess-map iframe {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.reienAccess-desc {
  padding-block: 20px;
}
.reienAccess-desc-title {
  font-size: 1.5rem;
  margin-bottom: 10px;
  font-weight: bold;
  color: #826448;
}
@media (max-width: 767px) {
  .reienAccess-desc-title {
    font-size: 1.25rem;
  }
}
.reienAccess-desc-lead {
  margin-bottom: 30px;
  color: #826448;
  line-height: 1.6;
}

.reienListArea {
  padding-block: 75px;
  background: var(--bgColor);
}
@media (max-width: 767px) {
  .reienListArea {
    padding-block: 20px;
  }
}

.albumSect {
  padding-block: 150px;
}
@media (min-width: 768px) {
  .albumSect {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--w);
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1239px) {
  .albumSect {
    max-width: 90%;
  }
}
@media (max-width: 767px) {
  .albumSect {
    padding-block: 60px;
    margin-left: auto;
    margin-right: auto;
    max-width: calc(100% - 40px);
    width: calc(100% - 40px);
  }
}

.albumItem-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 20px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .albumItem-grid {
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .albumItem-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}
