<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* A Modern CSS Reset */
* {
  margin: 0;
  padding: 0;
}

*,
::before,
::after {
  border-style: solid;
  box-sizing: border-box;
  border-width: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  line-height: 1.5;
  text-rendering: optimizeSpeed;
}

ul,
ol {
  list-style: none;
}

a {
  color: inherit;
  background-color: transparent;
  text-decoration: none;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
    object-fit: cover;
    height: auto;
}

input,
button,
select,
textarea {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  border-radius: 0;
  background: transparent;
  font: inherit;
  outline: none;
}

textarea {
  resize: none;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

h1,
h2,
h3,
p,
a {
  margin: 0;
}

body,
h2,
h3 {
  font-family: "Noto Sans JP", serif;
  font-weight: 500;
}

body {
  color: #363636;
}

html {
  font-size: 4.2666666667vw;
}
@media (min-width: 376px) {
  html {
    font-size: 1rem;
  }
}

/* pcの電話番号発信対応 */
a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

a {
  transition: 0.3s;
}
a:hover {
  opacity: 0.8;
  color: inherit;
}
@media screen and (max-width: 768px) {
  a:hover {
    opacity: 1;
  }
}

a:focus {
  outline: none !important;
  box-shadow: none;
}

.l-footer {
  margin-top: 30px;
  height: 57px;
  background-color: #a88f5f;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .l-footer {
    margin-top: 15px;
    height: 37px;
  }
}

.l-footer__copy {
  color: #fff;
  font-size: 0.75rem;
  font-weight: 600;
}

.l-inner {
  width: 100%;
  max-width: 1150px;
  padding-right: 1.5625rem;
  padding-left: 1.5625rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .l-inner {
    max-width: 600px;
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

.c-cta {
  padding-top: 55px;
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .c-cta {
    padding-top: 45px;
    padding-bottom: 40px;
  }
}

.c-cta__items {
  display: flex;
  gap: 100px;
}
@media screen and (max-width: 768px) {
  .c-cta__items {
    flex-direction: column;
    gap: 15px;
    align-items: center;
  }
}

.c-cta__item {
  max-width: 500px;
  width: 100%;
  text-align: center;
}

.c-cta__lead {
  font-weight: 700;
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .c-cta__lead {
    font-size: 16px;
  }
}

.c-cta__link {
  display: block;
  margin-top: 9px;
}
@media screen and (max-width: 768px) {
  .c-cta__link {
    margin-top: 6px;
  }
}

.c-cta__img {
  width: 100%;
  position: relative;
}

.c-cta__text {
  padding-left: 110px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .c-cta__text {
    padding-left: 114px;
  }
}

.c-cta__text-small {
  color: #fff;
  font-weight: 700;
  font-size: 1.25rem;
}
@media screen and (max-width: 768px) {
  .c-cta__text-small {
    font-size: 1.125rem;
  }
}

.c-cta__text-large {
  color: #fff;
  font-weight: 700;
  font-size: 2rem;
  margin-top: 0;
  display: block;
}
@media screen and (max-width: 768px) {
  .c-cta__text-large {
    font-size: 1.6875rem;
    margin-top: 8px;
  }
}

.p-pickUp {
  background-color: #EFEDEA;
  position: relative;
  padding-top: 70px;
  padding-bottom: 80px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-pickUp {
    padding-top: 45px;
    padding-bottom: 40px;
  }
}

.p-pickUp::before,
.p-pickUp::after {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  width: 410px;
  aspect-ratio: 410 / 384;
}
.p-pickUp::before {
  background-image: url(../images/pickup_left.webp);
  top: 0;
  left: 0;
}
.p-pickUp::after {
  background-image: url(../images/pickup_right.webp);
  bottom: 0;
  right: 0;
}

@media screen and (max-width: 768px) {
.p-pickUp::before,
.p-pickUp::after {
  width: 136px;
  aspect-ratio: 136 / 127;
}
}


.p-pickUp__title {
  font-size: 2.25rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-pickUp__title {
    font-size: 1.25rem;
  }
}

.p-pickUp__items {
  margin-top: 56px;
  display: flex;
  gap: 25px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-pickUp__items {
    margin-top: 20px;
    flex-direction: column;
    gap: 30px;
  }
}

.p-pickUp__item {
  max-width: 350px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .p-pickUp__item {
    max-width: 100%;
  }
}

.p-pickUp__span {
  position: relative;
  padding: 5px;
  display: block;
  background-color: #a88f5f;
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-pickUp__span {
    font-size: 1.125rem;
  }
}

/* .p-pickUp__span::before {
  content: "";
  background-image: url(../images/arrow.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  width: 6px;
  height: 10px;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .p-pickUp__span::before {
    right: 30px;
  }
} */

.p-bg {
  background-color: #efedea;
}

.p-reason {
  background-image: url(../images/reason_bg.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 123px;
  text-align: center;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 50% 100%, 0 90%);
          clip-path: polygon(0 0, 100% 0, 100% 90%, 50% 100%, 0 90%);
}
@media screen and (max-width: 768px) {
  .p-reason {
    padding-top: 48px;
    padding-bottom: 80px;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 94%, 50% 100%, 0 94%);
            clip-path: polygon(0 0, 100% 0, 100% 94%, 50% 100%, 0 94%);
  }
}

.p-reason__title {
  position: relative;
  font-size: 2.25rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-reason__title {
    font-size: 1.25rem;
  }
}

.p-reason__title::before {
  content: "";
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(../images/crown.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 49px;
  height: 42px;
}
@media screen and (max-width: 768px) {
  .p-reason__title::before {
    top: -30px;
    width: 21px;
    height: 18px;
  }
}

.p-reason__items {
  margin-top: 96px;
  display: flex;
  justify-content: center;
  gap: 100px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .p-reason__items {
    margin-top: 50px;
    gap: 55px;
  }
}

.p-reason__item {
  background-image: url(../images/reason.webp);
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
  position: relative;
  max-width: 450px;
  width: 100%;
  aspect-ratio: 450/179;
}
@media screen and (max-width: 768px) {
  .p-reason__item {
    max-width: 343px;
  }
}

.p-reason__item-span {
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Cardo", serif;
  font-weight: 700;
  font-size: 2.25rem;
}
@media screen and (max-width: 768px) {
  .p-reason__item-span {
    top: -34px;
    font-size: 1.6875rem;
  }
}

.p-reason__item::before {
  content: "";
  background-image: url(../images/reason_circle.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 90px;
  height: 90px;
  position: absolute;
  top: -45px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-reason__item::before {
    top: -34px;
    width: 68px;
    height: 68px;
  }
}

.p-reason__text {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.6875rem;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .p-reason__text {
    font-size: 1rem;
  }
}

.p-reason__text span {
  font-size: 2rem;
  color: #a88f5f;
}
@media screen and (max-width: 768px) {
  .p-reason__text span {
    font-size: 1.25rem;
  }
}

.p-chance {
  padding-top: 25px;
  padding-bottom: 50px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .p-chance {
    padding-top: 30px;
    padding-bottom: 40px;
  }
}

.p-chance__wrap {
  position: relative;
}

.p-chance__title {
  text-align: center;
  background-color: #a88f5f;
  border-radius: 34px;
  position: relative;
  font-size: 2.25rem;
  font-weight: 700;
  color: #fff;
  padding: 10px;
  margin-inline: auto;
  max-width: 605px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-chance__title {
    padding: 5px;
    font-size: 1.25rem;
  }
}

.p-chance__title::before {
  content: "";
  background-color: #a88f5f;
  width: 60px;
  height: 14px;
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-clip-path: polygon(0% 0%, 50% 100%, 100% 0%);
          clip-path: polygon(0% 0%, 50% 100%, 100% 0%);
}
@media screen and (max-width: 768px) {
  .p-chance__title::before {
    width: 38px;
    height: 10px;
    bottom: -8px;
  }
}

.p-chance__img {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 236px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-chance__img {
    top: -48px;
    max-width: 110px;
  }
}

.p-chance__img img {
  height: auto;
}

.p-chance__text {
  margin-top: 40px;
  padding-right: 210px;
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .p-chance__text {
    margin-top: 22px;
    padding-right: 0;
    font-size: 1rem;
    line-height: 1.75;
  }
}

.p-chance__bottom {
  max-width: 773px;
  width: 100%;
  margin: 50px auto 0;
}
@media screen and (max-width: 768px) {
  .p-chance__bottom {
    margin-top: 30px;
  }
}

.p-chance__lead {
  text-align: center;
  color: #fff;
  font-size: 1.6875rem;
  background-color: #a88f5f;
  padding: 11px;
}
@media screen and (max-width: 768px) {
  .p-chance__lead {
    padding: 7px;
    font-size: 1.25rem;
  }
}

.p-chance__bottom-wrap {
  padding: 0 50px;
  display: flex;
  gap: 37px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .p-chance__bottom-wrap {
    padding: 0 15px;
    gap: 5px;
    align-items: center;
  }
}

.p-chance__bottom-text {
  font-weight: 600;
  font-size: 1.25rem;
  padding: 30px 0;
}
@media screen and (max-width: 768px) {
  .p-chance__bottom-text {
    font-size: 1rem;
    padding: 3px 0 5px;
    line-height: 1.75;
  }
}

.p-chance__bottom-img {
  max-width: 156px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-chance__bottom-img {
    max-width: 129px;
  }
}

.p-examples {
  margin-top: 35px;
  background-image: url(../images/examples_bg.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .p-examples {
    margin-top: 15px;
  }
}

.p-examples .l-inner {
  padding-left: 50px;
  padding-right: 50px;
  max-width: 1200px;
}
@media screen and (max-width: 768px) {
  .p-examples .l-inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.p-examples__title {
  background-color: #a88f5f;
  position: relative;
  padding: 40px;
  color: #fff;
  font-size: 2.25rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-examples__title {
    padding: 25px;
    font-size: 1.25rem;
  }
}

.p-examples__title::before,
.p-examples__title::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  background-color: #fff;
}

.p-examples__title::before {
  top: 10px;
}
@media screen and (max-width: 768px) {
  .p-examples__title::before {
    top: 5px;
  }
}

.p-examples__title::after {
  bottom: 10px;
}
@media screen and (max-width: 768px) {
  .p-examples__title::after {
    bottom: 5px;
  }
}

.p-examples__slide {
  position: relative;
  padding-top: 40px;
  padding-bottom: 50px;
  /* background-image: url(../images/examples_bg.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; */
}
@media screen and (max-width: 768px) {
  .p-examples__slide {
    padding-top: 40px;
    padding-bottom: 80px;
  }
}

.p-examples__wrap {
  border: solid 1px #a88f5f;
  background-color: #efedea;
  padding: 50px 25px;
}
@media screen and (max-width: 768px) {
  .p-examples__wrap {
    padding: 40px 20px;
  }
}

.p-examples__lead {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  text-align: center;
  color: #a88f5f;
  font-size: 2rem;
  font-weight: 700;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .p-examples__lead {
    font-size: 1.25rem;
  }
}

.p-examples__lead::before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(../images/examples_deco.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 188px;
  aspect-ratio: 188/6;
  z-index: 1;
}

.p-examples__items {
  margin: 40px auto 0;
  max-width: 920px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 20px;
  row-gap: 10px;
}
@media screen and (max-width: 768px) {
  .p-examples__items {
    margin-top: 45px;
    gap: 5px;
  }
}

.p-examples__item {
  max-width: 280px;
  width: 100%;
  height: 400px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-examples__item {
    max-width: 48%;
    height: 370px;
  }
}
@media (max-width: 375px) {
  .p-examples__item {
    height: 335px;
  }
}

@media screen and (max-width: 768px) {
  .p-examples__item:nth-of-type(3) {
    margin-top: 48px;
  }
}

.p-examples__item:nth-of-type(4),
.p-examples__item:nth-of-type(5),
.p-examples__item:nth-of-type(6) {
  margin-top: 11px;
}
@media screen and (max-width: 768px) {
  .p-examples__item:nth-of-type(4),
  .p-examples__item:nth-of-type(5),
  .p-examples__item:nth-of-type(6) {
    margin-top: 48px;
  }
}

.p-examples__item img {
  max-width: 250px;
  margin-inline: auto;
  height: auto;
}

.p-examples__span {
  display: inline-block;
  color: #cc1212;
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: 12px;
}
@media screen and (max-width: 768px) {
  .p-examples__span {
    margin-top: 3px;
    font-size: 1.25rem;
  }
}

.p-examples__text {
  margin-top: 11px;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .p-examples__text {
    margin-top: 0px;
    font-size: 0.875rem;
  }
}

/* Swiperコンテナに幅を指定して、見切れを防ぐ */
.swiper-container {
  width: 100%;
  overflow: hidden; /* スライドが見切れるのを防ぐ */
}

.swiper-slide {
  width: 100% !important; /* 各スライドをコンテナに合わせて1枚表示 */
}


/* ナビゲーションボタン */
.swiper-button-next,
.swiper-button-prev {
  position: absolute; /* 矢印をスライダー内で配置 */
  top: 50%; /* 垂直中央 */
  transform: translateY(-50%); /* 中央揃え補正 */
  background-color: transparent !important;
  width: 40px;
  height: 40px;
  transition: 0.3s;
  z-index: 10; /* ナビゲーションを前面に表示 */
}

/* 左矢印 */
.swiper-button-prev {
  left: -45px !important; /* 左端からの距離 */
}

/* 右矢印 */
.swiper-button-next {
  right: -45px !important; /* 右端からの距離 */
}

@media screen and (max-width: 768px) {
  .swiper-button-prev,
  .swiper-button-next {
    display: none !important; /* スマホサイズでは矢印を非表示にする */
  }
}

/* 矢印のアイコン */
.swiper-button-prev::before,
.swiper-button-next::before {
  content: "";
  width: 20px;
  height: 33px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

/* 左矢印アイコン */
.swiper-button-prev::before {
  background-image: url(../images/arrow_left.webp);
}

/* 右矢印アイコン */
.swiper-button-next::before {
  background-image: url(../images/arrow_right.webp);
}

/* ホバー時の矢印 */
.swiper-button-prev:hover,
.swiper-button-next:hover {
  opacity: 0.7;
}

/* ページネーションのスタイル */
.swiper-pagination {
  display: flex; /* ドットを横に並べる */
  justify-content: center; /* 中央揃え */
  gap: 5px; /* ドット間の隙間 */
  bottom: 25px !important;
  z-index: 10; /* ページネーションを前面に表示 */
}

@media screen and (max-width: 768px) {
  .swiper-pagination {
    display: block; /* モバイルサイズではページネーションを表示 */
    bottom: 40px !important;
  }
}

/* ページネーションのドット */
.swiper-pagination .swiper-pagination-bullet {
  margin: 5px !important;
  width: 12px; /* ドットの幅 */
  height: 12px; /* ドットの高さ */
  background-color: #d3cec7 !important; /* ドットの色（未選択時） */
  border-radius: 50%; /* 丸くする */
  transition: background-color 0.3s ease; /* 色変更にアニメーションを追加 */
}

/* アクティブなドット */
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #a88f5f !important; /* 選択されたドットの色 */
}

.p-flow {
  width: 100%;
  background-color: #efedea;
  padding-top: 90px;
  padding-bottom: 80px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-flow {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.p-flow::before {
  content: "";
  position: absolute;
  background-image: url(../images/flow_bg.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  aspect-ratio: 1920/600;
  top: 0;
  left: 0;
}

.p-flow__title {
  text-align: center;
  font-size: 2.25rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-flow__title {
    font-size: 1.25rem;
  }
}

.p-flow__items {
  margin-top: 45px;
}
@media screen and (max-width: 768px) {
  .p-flow__items {
    margin-top: 30px;
  }
}

.p-flow__item {
  position: relative;
  border: solid 2px #a88f5f;
  background-color: #fff;
  padding: 30px 123px 30px 145px;
}
@media screen and (max-width: 768px) {
  .p-flow__item {
    padding: 16px 15px 14px 57px;
  }
  .p-flow__item:first-child {
    padding: 11px 15px 14px 57px;
  }
}

.p-flow__item::before {
  content: "";
  width: 74px;
  height: 74px;
  position: absolute;
  top: 50%;
  right: 45px;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .p-flow__item::before {
    width: 40px;
    height: 40px;
    top: 15px;
    right: 30px;
    transform: translateY(0);
  }
}

.p-flow__item:nth-of-type(1):before {
  background-image: url(../images/flow1.webp);
}

.p-flow__item:nth-of-type(2):before {
  background-image: url(../images/flow2.webp);
}

.p-flow__item:nth-of-type(3):before {
  background-image: url(../images/flow3.webp);
}

.p-flow__item:nth-of-type(4):before {
  background-image: url(../images/flow4.webp);
}

.p-flow__item:nth-of-type(5):before {
  background-image: url(../images/flow5.webp);
}

.p-flow__item:nth-of-type(6):before {
  background-image: url(../images/flow6.webp);
}

.p-flow__span {
  width: 44px;
  height: 44px;
  background-color: #a88f5f;
  border-radius: 50%;
  color: #fff;
  font-family: "Cardo", serif;
  font-size: 1.6875rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 22px;
  left: 81px;
}
@media screen and (max-width: 768px) {
  .p-flow__span {
    width: 36px;
    height: 36px;
    font-size: 1.25rem;
    top: 15px;
    left: 15px;
  }
}

.p-flow__item:not(:first-child) {
  margin-top: 36px;
}
@media screen and (max-width: 768px) {
  .p-flow__item:not(:first-child) {
    margin-top: 23px;
  }
}

.p-flow__wrap {
  width: 100%;
}

.p-flow__lead {
  font-size: 1.25rem;
  font-weight: 700;
  color: #a88f5f;
}
@media screen and (max-width: 768px) {
  .p-flow__lead {
    padding-right: 50px;
  }
}

.p-flow__text {
  font-size: 1.125rem;
  margin-top: 7px;
}
@media screen and (max-width: 768px) {
  .p-flow__text {
    margin-top: 14px;
    font-size: 1rem;
    line-height: 1.75;
  }
}

.p-flow__text span {
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .p-flow__text span {
    margin-top: 5px;
    font-size: 0.875rem;
  }
}

.p-voice {
  margin-top: 110px;
}
@media screen and (max-width: 768px) {
  .p-voice {
    margin-top: 55px;
  }
}

.p-voice__title {
  text-align: center;
  font-size: 2.25rem;
  font-weight: 700;
  color: #a88f5f;
}
@media screen and (max-width: 768px) {
  .p-voice__title {
    font-size: 1.25rem;
  }
}

.p-voice__items {
  margin-top: 42px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
  row-gap: 45px;
}
@media screen and (max-width: 768px) {
  .p-voice__items {
    flex-direction: column;
    margin-top: 34px;
    row-gap: 40px;
  }
}

.p-voice__item {
  width: calc((100% - 130px) / 2);
}
@media screen and (max-width: 768px) {
  .p-voice__item {
    width: 100%;
  }
}

.p-voice__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-voice__wrap {
    flex-direction: column;
    align-items: center;
    gap: 0;
  }
}

.p-voice__img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: block;
  width: 90px;
  height: 90px;
}
@media screen and (max-width: 768px) {
  .p-voice__img {
    width: 65px;
    height: 65px;
  }
}

.p-voice__item:nth-of-type(1) .p-voice__img {
  background-image: url(../images/voice1.webp);
}

.p-voice__item:nth-of-type(2) .p-voice__img {
  background-image: url(../images/voice2.webp);
}

.p-voice__item:nth-of-type(3) .p-voice__img {
  background-image: url(../images/voice3.webp);
}

.p-voice__item:nth-of-type(4) .p-voice__img {
  background-image: url(../images/voice4.webp);
}

.p-voice__lead {
  width: calc(100% - 90px);
  text-align: center;
  color: #a88f5f;
  font-size: 1.25rem;
  font-weight: 700;
  word-break: keep-all;
  overflow-wrap: anywhere;
}
@media screen and (max-width: 768px) {
  .p-voice__lead {
    width: 100%;
  }
}

.p-voice__text {
  border-top: solid 1px #a88f5f;
  margin-top: 10px;
  padding-top: 5px;
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .p-voice__text {
    line-height: 1.75;
    margin-top: 14px;
    padding-top: 2px;
    font-size: 1rem;
  }
}

.p-faq {
  margin-top: 110px;
  padding-bottom: 100px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-faq {
    margin-top: 55px;
    padding-bottom: 50px;
  }
}

.p-faq::before {
  content: "";
  background-image: url(../images/faq_bg.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  aspect-ratio: 1920 / 600;
}

.p-faq__title {
  text-align: center;
  font-size: 2.25rem;
  font-weight: 700;
  color: #a88f5f;
}
@media screen and (max-width: 768px) {
  .p-faq__title {
    font-size: 1.25rem;
  }
}

.p-faq__items {
  width: 100%;
  margin-top: 50px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-faq__items {
    margin-top: 27px;
  }
}

.p-faq__item {
  border-bottom: solid 1px #a88f5f;
  padding-bottom: 31px;
}
@media screen and (max-width: 768px) {
  .p-faq__item {
    padding-bottom: 15px;
  }
}

.p-faq__item:not(:first-child) {
  margin-top: 29px;
}
@media screen and (max-width: 768px) {
  .p-faq__item:not(:first-child) {
    margin-top: 25px;
  }
}

.p-faq__item-lead {
  color: #a88f5f;
  font-weight: 700;
  font-size: 1.25rem;
  position: relative;
  padding-left: 50px;
  max-width: 952px;
  width: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .p-faq__item-lead {
    font-size: 1rem;
    padding-left: 43px;
  }
}

.p-faq__item-lead::before {
  content: "Q";
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Cardo", serif;
  font-size: 1.25rem;
  font-weight: 700;
  width: 35px;
  height: 35px;
  background-color: #a88f5f;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-faq__item-lead::before {
    width: 33px;
    height: 33px;
  }
}

.p-faq__item-text {
  font-size: 1.125rem;
  position: relative;
  padding-left: 50px;
  max-width: 952px;
  width: 100%;
  margin: 15px auto 0;
}
@media screen and (max-width: 768px) {
  .p-faq__item-text {
    font-size: 1rem;
    padding-left: 43px;
    line-height: 1.75;
  }
}

.p-faq__item-text::before {
  content: "A";
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Cardo", serif;
  font-size: 1.25rem;
  font-weight: 700;
  width: 35px;
  height: 35px;
  border: solid 1px #a88f5f;
  color: #a88f5f;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-faq__item-text::before {
    width: 33px;
    height: 33px;
  }
}

.p-contact__title {
  background-color: #a88f5f;
  position: relative;
  padding: 40px;
  color: #fff;
  font-size: 2.25rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-contact__title {
    padding: 25px;
    font-size: 1.25rem;
  }
}

.p-contact__title::before,
.p-contact__title::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  background-color: #fff;
}

.p-contact__title::before {
  top: 10px;
}
@media screen and (max-width: 768px) {
  .p-contact__title::before {
    top: 5px;
  }
}

.p-contact__title::after {
  bottom: 10px;
}
@media screen and (max-width: 768px) {
  .p-contact__title::after {
    bottom: 5px;
  }
}

.p-contact__inner {
  max-width: 800px;
  width: 100%;
  margin: 50px auto 0;
  padding-left: 25px;
  padding-right: 25px;
}
@media screen and (max-width: 768px) {
  .p-contact__inner {
    max-width: 600px;
    padding-left: 16px;
    padding-right: 16px;
    margin-top: 31px;
  }
}

.p-contact__lead {
  font-size: 1.125rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-contact__lead {
    font-size: 1rem;
  }
}

.p-contact__form {
  margin-top: 48px;
}
@media screen and (max-width: 768px) {
  .p-contact__form {
    margin-top: 33px;
  }
}

.p-contact__item:not(:first-child) {
  margin-top: 36px;
}
@media screen and (max-width: 768px) {
  .p-contact__item:not(:first-child) {
    margin-top: 22px;
  }
}

.p-contact__label {
  font-size: 1.125rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 15px;
}
@media screen and (max-width: 768px) {
  .p-contact__label {
    font-size: 1rem;
  }
}

.p-contact__label span {
  text-align: center;
  width: 48px;
  padding: 3px;
  background-color: #dc000c;
  color: #fff;
  font-size: 0.875rem;
}
@media screen and (max-width: 768px) {
  .p-contact__label span {
    font-size: 0.75rem;
  }
}

.p-contact__input {
  margin-top: 18px;
  background-color: #efedea;
  height: 50px;
  width: 100%;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  .p-contact__input {
    margin-top: 13px;
    height: 44px;
  }
}

.p-contact__select {
  margin-top: 18px;
  background-color: #efedea;
  height: 50px;
  width: 100%;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  .p-contact__select {
    margin-top: 13px;
    height: 44px;
  }
}

.p-contact__textarea {
  margin-top: 18px;
  background-color: #efedea;
  width: 100%;
  height: 200px;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  .p-contact__textarea {
    margin-top: 13px;
    height: 220px;
  }
}

.p-contact__chk {
  margin-top: 43px;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p-contact__chk {
    margin-top: 22px;
    font-size: 1rem;
  }
}

.p-contact__chk a {
  text-decoration: underline;
}

/* チェックボックスを隠す */
.p-contact__chk input[type=checkbox] {
  display: none;
}

/* カスタムチェックボックスのスタイル */
.p-contact__chk label {
  position: relative;
  padding-left: 30px; /* チェックボックスの横幅 + 余白 */
  cursor: pointer;
  font-size: 16px;
  color: #363636;
}

/* チェックボックスの見た目を作る */
.p-contact__chk label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px; /* 四角形の幅 */
  height: 20px; /* 四角形の高さ */
  border: 1px solid #363636; /* 枠線の色 */
  background-color: #fff; /* 背景色 */
  transition: background-color 0.3s, border-color 0.3s;
}

/* チェック状態のスタイル */
.p-contact__chk input[type=checkbox]:checked + label::before {
  background-color: #363636; /* チェック時の背景色 */
  border-color: #363636; /* チェック時の枠線色 */
}

/* チェックマークを表示 */
.p-contact__chk input[type=checkbox]:checked + label::after {
  content: "✔";
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff; /* チェックマークの色 */
  font-size: 14px;
  font-weight: bold;
}

.p-contact__container {
  display: flex;
  justify-content: center; /* 子要素を水平方向に中央揃え */
  align-items: center;
}

.p-contact__btn {
  display: block;
  color: #fff;
  background-color: #A88F5F;
  border: solid 1px #A88F5F;
  max-width: 300px;
  width: 100%;
  padding: 16px;
  margin: 48px auto 20px;
  transition: 0.3s;
}

@media screen and (max-width: 768px) {
  .p-contact__btn {
    padding: 8px;
    max-width: 200px;
    margin-top: 33px;
    margin-bottom: 5px;
  }
}

.p-contact__btn:hover {
  color: #A88F5F;
  background-color: #fff;
}

.p-contact__input::placeholder,
.p-contact__select::placeholder,
.p-contact__textarea::placeholder {
  font-size: 18px;
  color: #8e8e8e; 
}


@media screen and (max-width: 768px) {
  .p-contact__input::placeholder,
.p-contact__select::placeholder,
.p-contact__textarea::placeholder {
  font-size: 16px;
}
}


.p-contact__error {
  display: none;
  color: red;
  font-size: 16px;
}


.p-contact__input.error,
.p-contact__select.error,
.p-contact__textarea.error {
  border: 1px solid red; /* エラー時の枠線 */
}

.u-pc {
  display: block;
}


@media screen and (max-width: 768px) { 
  .u-pc {
    display: none;
  }
}

.u-sp {
  display: none;
}

@media screen and (max-width: 768px) { 
  .u-sp {
    display: block;
  }
}



.p-confirm {
  padding-bottom: 80px;
}
.p-confirm__head {
  background-image: url(../../images/examples_bg.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 100px;
}
.p-confirm__title {
  font-size: 60px;
  font-weight: 700;
  text-align: center;
}
.p-confirm__text {
  margin-top: 25px;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
}
.p-confirm__teble {
  width: 100%;
  text-align: left;
}
.p-confirm__item {
  font-size: 20px;
  border-top: solid #A88F5F 1px;
  margin-top: 30px;
  padding-top: 25px;

  width: 100%;
  display: flex;
  flex-direction: column;
}
.p-confirm__item th {
  font-weight: 700;
}
.p-confirm__item td {
  margin-top: 15px;
}
.p-confirm__btns {
  margin-top: 100px;
  display: flex;
  justify-content: center;
  gap: 85px;
}
.p-confirm__btn-link,
.p-confirm__btn-submit {
  font-size: 24px;
  border: solid #A88F5F 1px;
  color: #A88F5F;
  max-width: 355px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px;
  transition: .3s;
}
.p-confirm__btn-link:hover,
.p-confirm__btn-submit:hover {
  color: #fff;
  background-color: #A88F5F;
}

@media screen and (max-width: 768px) {  
  .p-confirm {
    padding-bottom: 45px;
  }
  .p-confirm__head {
    padding: 25px;
  }
  .p-confirm__title {
    font-size: 24px;
  }
  .p-confirm__text {
    margin-top: 30px;
    font-size: 20px;
    margin-bottom: 25px;
  }
  .p-confirm__item {
    font-size: 16px;
    margin-top: 25px;
    padding-top: 15px;
  }  
  .p-confirm__btns {
    margin-top: 30px;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  } 
  .p-confirm__btn-link,
  .p-confirm__btn-submit {
    font-size: 16px;
  }
}

.p-thanks {
  height: 100vh;
  background-image: url(../../images/examples_bg.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10%;
}
.p-thanks__wrap {
  width: 100%;
  background-color: #fff;
  padding: 130px 25px 160px;
}
.p-thanks__title {
  font-size: 70px;
  color: #A88F5F;
  text-align: center;
}
.p-thanks__text {
	word-break: keep-all;
	overflow-wrap: anywhere;
  text-align: center;
  margin-top: 90px;
  font-size: 24px;
  font-weight: 700;
}

@media screen and (max-width: 768px) {  
  .p-thanks {
    padding: 50px 25px;
  }
  .p-thanks__wrap {
    padding: 35px 0px 40px;
  }
  .p-thanks__title {
    font-size: 20px;
  }
  .p-thanks__text {
    margin-top: 20px;
    font-size: 16px;
  }
}

.p-intro {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .p-intro {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.p-intro .l-inner {
  width: 100%;
  max-width: 1200px;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .l-inner {
    max-width: 600px;
    padding-right: 12.5px;
    padding-left: 12.5px;
  }
}

.p-intro__title {
  text-align: center;
  font-size: 2.25rem;
  font-weight: 700;
  color: #a88f5f;
}
@media screen and (max-width: 768px) {
  .p-intro__title {
    font-size: 1.4rem;
  }
}

.p-intro__container {
  text-align: center;
  padding: 48px 80px 50px;
  background-color: #fef9ef;
}
@media screen and (max-width: 1280px) {
  .p-intro__container {
    padding: 48px 40px 50px;
  }
}
@media screen and (max-width: 768px) {
  .p-intro__container {
    padding: 21px 15px 30px;
  }
}

.p-intro__lead {
  word-break: keep-all;
  overflow-wrap: anywhere;
  color: #363636;
  font-weight: 600;
  font-size: 1.5rem;
  margin-top: 0;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-intro__lead {
    font-size: 1.1rem;
    margin-top: 8px;
  }
}

.p-intro__item-lead {
  font-weight: 500;
  font-size: 1.125rem;
}

.p-intro__text {
  font-weight: 700;
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .p-intro__text {
    font-size: 16px;
  }
}

.p-intro__img-top {
  max-width: 500px;
  width: 100%;
  margin: 30px auto 0;
}

.p-intro__img-top img {
  aspect-ratio: 500 / 333;
}
@media screen and (max-width: 768px) {
  .p-intro__img-top {
    max-width: 470px;
    margin-top: 32px;
  }
}

.p-intro__items {
  margin-top: 35px;
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .p-intro__items {
    margin-top: 30px;
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }
}

.p-intro__item {
  max-width: 500px;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-intro__item {
  max-width: 370px;
}
}

.p-intro__img {
  position: relative;
  margin-top: 9px;
}
@media screen and (max-width: 768px) {
  .p-intro__img {
    margin-top: 4px;
  }
}

.p-intro__text {
  width: 100%;
  color: #fff;
  font-weight: 700;
  font-size: 2rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding-left: 96px;
}
@media screen and (max-width: 1024px) {
  .p-intro__text {
    font-size: 1.8rem;
    padding-left: 80px;
  }
}
@media screen and (max-width: 768px) {
  .p-intro__text {
    font-size: 1.6875rem;
    padding-left: 95px;
  }
}

.p-intro__text-tel {
  font-family: "Roboto", sans-serif;;
}

.p-intro__link {

}

.p-intro__lists {
  margin-top: 38px;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  row-gap: 0;
}
@media screen and (max-width: 768px) {
  .p-intro__lists {
    margin-top: 30px;
    flex-direction: column;
    max-width: 500px;
    margin-inline: auto;
    gap: 13px;
  }
}

.p-intro__list {
  width: 47%;
}
@media screen and (max-width: 768px) {
  .p-intro__list {
    width: 100%;
  }
}

.p-intro__list h4 {
  font-weight: 700;
  color: #A88F5F;
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .p-intro__list h4 {
    font-size: 1.125rem;
  }
}

.p-intro__list p  {
  margin-top: 5px;
  padding-top: 7px;
  border-top: solid 1px #A88F5F;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .p-intro__list p {
    margin-top: 6px;
    padding-top: 5px;
  }
}

.p-intro__map {
  margin: 33px auto 0;
  height: 450px;
  max-width: 1000px;
  width: calc(100% - 140px);
}

@media screen and (max-width: 768px) {
  .p-intro__map {
    max-width: 100%;
    width: 100%;
  height: 300px;
  margin-top: 30px;
  }
}

.p-intro__map iframe {
  width: inherit;
  height: inherit;
}




.shopinfo__list_name{
  font-size: 20px;
}
.shopinfo__wrapper .shopinfo__about {
width: 100%;
}
.f-accordion__list {
margin: 0 auto;
margin-top: 50px;
margin-bottom: 100px;
max-width: 1100px;
list-style: none;
padding: 0;
width: 90vw;
}
.f-accordion__item {
margin-bottom: 10px;
}
.f-accordion__head {
/* background-color: #f5f5f5; */
padding: 15px;
cursor: pointer;
font-weight: bold;
display: flex;
justify-content: space-between;
align-items: center;
position: relative;
}
.f-accordion__icon {
width: 15px;
height: 15px;
position: relative;
}
.f-accordion__icon::before, .f-accordion__icon::after {
content: '';
position: absolute;
background-color: #fff;
width: 15px;
height: 2px;
top: 50%;
left: 0;
transform: translateY(-50%);
transition: opacity 0.3s ease, transform 0.3s ease;
}
.f-accordion__icon::after {
transform: translateY(-50%) rotate(90deg);
}
.f-accordion__item.active .f-accordion__head .f-accordion__icon::after{
transform: translateY(-50%) rotate(0deg);
}
.f-accordion__body {
max-height: 0;
overflow: hidden;
transition: max-height 0.3s ease-in-out;
padding: 0 15px;
}
.f-accordion__item.active .f-accordion__body {
max-height: 500px; /* 適宜変更 */
padding: 15px 40px 30px;
}

.shopinfo__list_name{
font-size: 26px;
background-color: #a88f5f;
color: #fff;
text-align: center;
}


@media screen and (max-width: 768px) {
.shopinfo__list_name{
  font-size: 18px;
}
.f-accordion__item.active .f-accordion__body {
  max-height: 500px; /* 適宜変更 */
  padding: 20px;
}

.f-accordion__list {
  margin-top: 30px;
  margin-bottom: 50px;
  }
}
</pre></body></html>