@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Shippori+Mincho&display=swap");
@keyframes btn {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateX(100%);
  }
}
.c-txt-lg {
  font-size: 26px;
  letter-spacing: 2px;
  line-height: 2;
}
@media screen and (min-width: 600px) {
  .c-txt-lg {
    font-size: 30px;
  }
}
@media screen and (min-width: 960px) {
  .c-txt-lg {
    font-size: 36px;
  }
}
@media screen and (min-width: 1200px) {
  .c-txt-lg {
    font-size: 40px;
  }
}

.c-txt-lr {
  font-size: 24px;
  letter-spacing: 4px;
  line-height: 2;
}
@media screen and (min-width: 600px) {
  .c-txt-lr {
    font-size: 24px;
  }
}
@media screen and (min-width: 960px) {
  .c-txt-lr {
    font-size: 32px;
  }
}
@media screen and (min-width: 1200px) {
  .c-txt-lr {
    font-size: 36px;
  }
}

.c-txt-md {
  font-size: 18px;
  letter-spacing: 2px;
  line-height: 2;
}
@media screen and (min-width: 960px) {
  .c-txt-md {
    font-size: 22px;
  }
}

.c-txt-sm, .c-news-sl__contents, .category-list ul li {
  font-size: 13px;
  letter-spacing: 1.8px;
  line-height: 2.2;
}
@media screen and (min-width: 600px) {
  .c-txt-sm, .c-news-sl__contents, .category-list ul li {
    font-size: 14px;
    letter-spacing: 2px;
  }
}
@media screen and (min-width: 960px) {
  .c-txt-sm, .c-news-sl__contents, .category-list ul li {
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) {
  .c-txt-sm, .c-news-sl__contents, .category-list ul li {
    font-size: 16px;
  }
}

.c-txt-xs {
  font-size: 10px;
  letter-spacing: 2px;
  line-height: 2;
  color: #6e6e6e;
}
@media screen and (min-width: 600px) {
  .c-txt-xs {
    font-size: 12px;
  }
}
@media screen and (min-width: 960px) {
  .c-txt-xs {
    font-size: 18px;
  }
}
@media screen and (min-width: 1200px) {
  .c-txt-xs {
    font-size: 16px;
  }
}

.mb-sm, .c-contact .contact-form .submit-btn, .c-contact .contact-form .privacy, .c-contact .c-topview__img, .c-faq__desc, .pic ul li, .p-footer__nav, .p-footer__logo, .p-access__map, .p-faq__desc, .p-concept__img, .breadcrumb {
  margin-bottom: 30px;
}
@media screen and (min-width: 600px) {
  .mb-sm, .c-contact .contact-form .submit-btn, .c-contact .contact-form .privacy, .c-contact .c-topview__img, .c-faq__desc, .pic ul li, .p-footer__nav, .p-footer__logo, .p-access__map, .p-faq__desc, .p-concept__img, .breadcrumb {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 960px) {
  .mb-sm, .c-contact .contact-form .submit-btn, .c-contact .contact-form .privacy, .c-contact .c-topview__img, .c-faq__desc, .pic ul li, .p-footer__nav, .p-footer__logo, .p-access__map, .p-faq__desc, .p-concept__img, .breadcrumb {
    margin-bottom: 50px;
  }
}

.mb-md, .c-contact .c-description, .category-list, .c-faq .faq__block, .wo-menu .box, .c-topview {
  margin-bottom: 50px;
}
@media screen and (min-width: 600px) {
  .mb-md, .c-contact .c-description, .category-list, .c-faq .faq__block, .wo-menu .box, .c-topview {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 960px) {
  .mb-md, .c-contact .c-description, .category-list, .c-faq .faq__block, .wo-menu .box, .c-topview {
    margin-bottom: 60px;
  }
}

.mb-lr, .c-thanks, .c-privacy, .c-news-sl, .c-faq, .c-flow, .c-price, .c-topdesc, .wo-menu, .bf, .c-point, .p-menu, .p-concept {
  margin-bottom: 60px;
}
@media screen and (min-width: 600px) {
  .mb-lr, .c-thanks, .c-privacy, .c-news-sl, .c-faq, .c-flow, .c-price, .c-topdesc, .wo-menu, .bf, .c-point, .p-menu, .p-concept {
    margin-bottom: 70px;
  }
}
@media screen and (min-width: 960px) {
  .mb-lr, .c-thanks, .c-privacy, .c-news-sl, .c-faq, .c-flow, .c-price, .c-topdesc, .wo-menu, .bf, .c-point, .p-menu, .p-concept {
    margin-bottom: 80px;
  }
}

.pb-sm {
  padding-bottom: 30px;
}
@media screen and (min-width: 600px) {
  .pb-sm {
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 960px) {
  .pb-sm {
    padding-bottom: 30px;
  }
}

.pb-md {
  padding-bottom: 50px;
}
@media screen and (min-width: 600px) {
  .pb-md {
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 960px) {
  .pb-md {
    padding-bottom: 60px;
  }
}

.pb-lr {
  padding-bottom: 70px;
}
@media screen and (min-width: 600px) {
  .pb-lr {
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 960px) {
  .pb-lr {
    padding-bottom: 80px;
  }
}

.c-container, .breadcrumb {
  padding: 0 6vw;
}
@media screen and (min-width: 600px) {
  .c-container, .breadcrumb {
    padding: 0 10vw;
  }
}
@media screen and (min-width: 960px) {
  .c-container, .breadcrumb {
    padding: 0 10vw;
  }
}
@media screen and (min-width: 1200px) {
  .c-container, .breadcrumb {
    padding: 0 12vw;
  }
}

html :where(img) {
  height: 100% !important;
  max-width: 100%;
}

body {
  margin: 0;
  color: #3D3328;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
}
body.hidden {
  overflow: hidden;
}

.font, .c-faq__tit h3, .faq dd .m-description-article .box h3, .faq dd::before, .faq dt::before, .c-price__list__item dl dd, .c-price__list__item dl dt, .p-cta-info ul li a, .p-service__list__item .Desc .Ttl p, .p-title {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

.breadcrumb {
  display: flex;
}
.breadcrumb li {
  color: rgb(165, 165, 165);
  padding-right: 10px;
}
.breadcrumb li a {
  color: #a88a59;
  border-bottom: 1px solid #a88a59;
}

a {
  color: #3D3328;
}

.superwrapper {
  overflow: hidden;
}

.p-title {
  font-size: 2.2rem;
  margin-bottom: 15px;
}
.p-title span {
  background: linear-gradient(#a88a59 0%, #efddbd 55%, #a88a59 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (min-width: 960px) {
  .p-title {
    font-size: 3.2rem;
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .p-title {
    font-size: 3.6rem;
  }
}

.c-title {
  position: relative;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 80px;
}
.c-title::after {
  position: absolute;
  bottom: -65px;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  display: inline-block;
  height: 50px;
  width: 1px;
  background-color: #a88a59;
}
.c-title .en {
  display: block;
  font-size: 1.8rem;
  letter-spacing: 2px;
  font-weight: 300;
}
.c-title .ja {
  font-size: 0.9rem;
  font-weight: 300;
}
@media (min-width: 600px) {
  .c-title .en {
    font-size: 2.2rem;
  }
}
@media (min-width: 960px) {
  .c-title {
    margin-bottom: 100px;
  }
  .c-title::after {
    bottom: -80px;
    height: 60px;
  }
  .c-title .en {
    font-size: 2.6rem;
    letter-spacing: 4px;
  }
  .c-title .ja {
    font-size: 1.2rem;
  }
}
@media (min-width: 1200px) {
  .c-title .en {
    font-size: 3rem;
  }
}

.c-topview {
  position: relative;
}
.c-topview__img {
  height: 35vh;
  position: relative;
}
.c-topview__img::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  opacity: 0.6;
}
.c-topview__desc {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
}
.c-topview__desc .en {
  font-size: 2rem;
  letter-spacing: 4px;
  font-weight: 300;
  line-height: 1.6;
}
.c-topview__desc .ja {
  font-size: 0.8rem;
  font-weight: 300;
  letter-spacing: 2px;
}
.c-topview.mb-none {
  margin-bottom: 0;
}
@media (min-width: 600px) {
  .c-topview__img {
    height: 40vh;
  }
  .c-topview__desc .en {
    font-size: 2.8rem;
  }
  .c-topview__desc .ja {
    font-size: 0.9rem;
  }
}
@media (min-width: 960px) {
  .c-topview__desc .en {
    font-size: 3.2rem;
    letter-spacing: 6px;
  }
  .c-topview__desc .ja {
    font-size: 1.2rem;
  }
}
@media (min-width: 1200px) {
  .c-topview__img {
    height: 45vh;
  }
  .c-topview__desc .en {
    font-size: 3.8rem;
  }
  .c-topview__desc .ja {
    font-size: 1.4rem;
  }
}

.more-btn {
  position: relative;
  display: block;
  text-align: center;
}
.more-btn__link {
  background-color: #a88a59;
  width: 220px;
  display: inline-block;
  padding: 12px 0px;
  border: 1px solid #a88a59;
  border-radius: 9999px;
  z-index: 1;
}
.more-btn__link span {
  position: relative;
  color: #fff;
}
.more-btn__link span:first-child {
  padding-left: 30px;
}
.more-btn__link span:first-child::before {
  content: "";
  position: absolute;
  left: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 10px solid #fff;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  transition: all 0.3;
  z-index: 100;
}
.more-btn__link.slide-bg {
  position: relative;
  overflow: hidden;
}
.more-btn__link.slide-bg .bg {
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-101%);
  transition: transform 0.3s;
  z-index: -1;
}
.more-btn__link.slide-bg:hover {
  z-index: 1;
}
.more-btn__link.slide-bg:hover span {
  color: #a88a59;
  transform: none;
  transition: transform 0.3s;
}
.more-btn__link.slide-bg:hover span:first-child::before {
  border-bottom: 10px solid #a88a59;
}
@media (min-width: 600px) {
  .more-btn__link {
    width: 260px;
    padding: 16px 0px;
  }
}
@media (min-width: 960px) {
  .more-btn__link {
    width: 300px;
    padding: 18px 0px;
  }
  .more-btn__link .c-txt-sm, .more-btn__link .c-news-sl__contents, .more-btn__link .category-list ul li, .category-list ul .more-btn__link li {
    font-size: 16px;
  }
}

.view-more {
  text-align: right;
  line-height: 1;
}
.view-more__link {
  font-size: 18px;
  color: #C4A876;
  letter-spacing: 3px;
  display: inline-block;
  padding: 0 0 4px 20px;
  position: relative;
  transition: all 0.3s;
}
.view-more__link::before {
  content: "";
  position: absolute;
  left: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 8px solid #C4A876;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  transition: all 0.3;
  z-index: 100;
}
.view-more__link:hover {
  opacity: 0.4;
}
@media (min-width: 600px) {
  .view-more__link {
    font-size: 22px;
    padding: 0 0 4px 25px;
    letter-spacing: 5px;
  }
  .view-more__link::before {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 12px solid #C4A876;
  }
}
@media (min-width: 960px) {
  .view-more__link {
    font-size: 28px;
    padding: 0 0 4px 35px;
  }
  .view-more__link::before {
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 15px solid #C4A876;
  }
}
.p-firstview {
  position: relative;
}
.p-firstview .mv {
  height: 100vh;
  position: relative;
}
.p-firstview .mv::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #3D3328;
  opacity: 0.2;
}
.p-firstview .mv::after {
  content: "";
  width: 22px;
  height: 22px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  bottom: calc(10vh + 30px);
  left: 0;
  right: 0;
  margin: auto;
  transform: rotate(135deg);
  opacity: 0.8;
}
.p-firstview .mv video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-firstview__text {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  color: #fff;
  text-shadow: 0 0 3px rgba(51, 51, 51, 0.5019607843);
}
.p-firstview__text h2 {
  font-size: 1.8rem;
  letter-spacing: 3px;
  line-height: 1.6;
  margin-bottom: 25px;
}
.p-firstview__text p {
  font-size: 0.9rem;
  letter-spacing: 1.5px;
}
@media (min-width: 600px) {
  .p-firstview .mv::after {
    width: 28px;
    height: 28px;
  }
  .p-firstview__text h2 {
    font-size: 2.2rem;
    line-height: 1.5;
    margin-bottom: 20px;
  }
  .p-firstview__text h2 br {
    display: none;
  }
  .p-firstview__text p {
    font-size: 1.1rem;
  }
}
@media (min-width: 960px) {
  .p-firstview .mv::after {
    width: 35px;
    height: 35px;
    bottom: 40px;
  }
  .p-firstview__text {
    text-shadow: 0 0 10px rgba(51, 51, 51, 0.5019607843);
  }
  .p-firstview__text h2 {
    font-size: 2.8rem;
    letter-spacing: 5px;
  }
  .p-firstview__text p {
    font-size: 1.3rem;
  }
}
@media (min-width: 1200px) {
  .p-firstview .mv::after {
    width: 45px;
    height: 45px;
    bottom: 50px;
  }
  .p-firstview__text h2 {
    font-size: 3.2rem;
    letter-spacing: 6px;
  }
  .p-firstview__text p {
    font-size: 1.6rem;
  }
}

.p-concept {
  padding: 60px 0;
  background-color: #F2ECE4;
}
.p-concept__img {
  position: relative;
}
.p-concept__img .Img {
  max-width: 500px;
  margin: 0 auto;
  position: relative;
}
.p-concept__img .Logo-item {
  position: absolute;
  bottom: 20px;
  left: -3vw;
}
.p-concept__img .Logo-item img {
  filter: brightness(0) invert(1);
  width: 80%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-concept__desc h3 {
  color: #8B6F47;
  font-size: 1.4rem;
  line-height: 1.7;
  letter-spacing: 2px;
  margin-bottom: 20px;
}
@media (min-width: 600px) {
  .p-concept {
    padding: 70px 0;
  }
  .p-concept__desc h3 {
    font-size: 1.6rem;
    line-height: 1.8;
  }
  .p-concept__desc h3 .onlySP {
    display: none;
  }
}
@media (min-width: 960px) {
  .p-concept {
    padding: 80px 0;
  }
  .p-concept__wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .p-concept__block {
    flex-basis: 65%;
  }
  .p-concept__img {
    margin: 0 4% 0 0;
  }
}
@media (min-width: 1200px) {
  .p-concept .c-container, .p-concept .breadcrumb {
    padding: 0 10vw;
  }
  .p-concept__img .Logo-item {
    bottom: 30px;
  }
  .p-concept__img .Logo-item img {
    width: 300px;
  }
  .p-concept__block {
    flex: 1;
  }
  .p-concept__desc h3 {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }
}

.p-service {
  padding: 60px 0;
  background-color: #ddd;
}
.p-service__list__item {
  max-width: 500px;
  margin: 0 auto 30px;
}
.p-service__list__item:last-child {
  margin-bottom: 0;
}
.p-service__list__item .Desc {
  background-color: #eee;
  padding: 30px;
  position: relative;
}
.p-service__list__item .Desc::before {
  content: "";
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border: 1px solid #ddd;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.p-service__list__item .Desc .Ttl {
  margin-bottom: 15px;
}
.p-service__list__item .Desc .Ttl h3 {
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: 300;
  font-size: 1.6rem;
}
.p-service__list__item .Desc .Ttl p {
  font-size: 0.9rem;
}
.p-service__list__item .Desc .txt {
  margin-bottom: 15px;
}
@media (min-width: 600px) {
  .p-service {
    padding: 70px 0;
  }
  .p-service__list__item {
    max-width: 650px;
  }
  .p-service__list__item .Desc {
    padding: 40px;
  }
  .p-service__list__item .Desc::before {
    width: calc(100% - 30px);
    height: calc(100% - 30px);
  }
}
@media (min-width: 960px) {
  .p-service {
    padding: 80px 0;
  }
  .p-service__list__item {
    max-width: none;
    display: flex;
    flex-direction: row-reverse;
    margin-bottom: 50px;
  }
  .p-service__list__item:nth-child(2) {
    flex-direction: row;
  }
  .p-service__list__item:nth-child(2) .Desc {
    margin: 50px 0 0 -20%;
  }
  .p-service__list__item .Img {
    flex-basis: 60%;
    margin-bottom: 80px;
  }
  .p-service__list__item .Desc {
    flex-basis: 60%;
    margin: 50px -20% 0 0;
  }
  .p-service__list__item .Desc .Ttl {
    margin-bottom: 20px;
  }
  .p-service__list__item .Desc .Ttl h3 {
    letter-spacing: 2px;
    font-size: 1.8rem;
  }
  .p-service__list__item .Desc .Ttl p {
    font-size: 1.1rem;
    line-height: 1.8;
  }
  .p-service__list__item .Desc .txt {
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .p-service__list__item:nth-child(2) .Desc {
    margin: 80px 0 0 -10%;
  }
  .p-service__list__item .Img {
    flex-basis: 50%;
  }
  .p-service__list__item .Desc {
    margin: 80px -10% 0 0;
  }
  .p-service__list__item .Desc .Ttl h3 {
    font-size: 2.2rem;
  }
  .p-service__list__item .Desc .Ttl p {
    font-size: 1.2rem;
  }
}

.p-menu__list__item {
  margin-bottom: 20px;
}
.p-menu__list__item a {
  display: block;
}
@media (min-width: 960px) {
  .p-menu__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .p-menu__list__item {
    flex-basis: 49%;
  }
}
.p-faq {
  padding: 0 0 60px;
  background: #dbceb6;
}
.p-faq__img {
  margin-bottom: 60px;
  height: 180px;
}
.p-faq__img img {
  filter: grayscale(50%);
}
.p-faq .p-title span {
  background: #fff;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.p-faq .more-btn {
  margin-top: 30px;
}
@media (min-width: 600px) {
  .p-faq {
    padding: 0 0 70px;
  }
  .p-faq__img {
    margin-bottom: 70px;
    height: 220px;
  }
}
@media (min-width: 960px) {
  .p-faq {
    padding: 0 0 80px;
  }
  .p-faq__img {
    margin-bottom: 80px;
    height: 280px;
  }
  .p-faq .more-btn {
    margin-top: 50px;
  }
}
@media (min-width: 1200px) {
  .p-faq .c-container, .p-faq .breadcrumb {
    padding: 0 18vw;
  }
  .p-faq__img {
    height: 40vh;
  }
}

.p-news {
  padding: 60px 0;
  background: #f4f4f4;
}
.p-news__link {
  display: block;
  color: #3D3328;
}
.p-news__date {
  color: #a88a59;
  letter-spacing: 2px;
  margin-bottom: 15px;
}
.p-news__img {
  margin-bottom: 15px;
}
.p-news__img.has-thumbnail {
  overflow: hidden;
}
.p-news__img.has-thumbnail img {
  aspect-ratio: 4/3;
}
.p-news__img.no-thumbnail img {
  aspect-ratio: 4/3;
}
.p-news__img.no-thumbnail .no-image-text {
  position: relative;
}
.p-news__img.no-thumbnail .no-image-text::before {
  content: "";
  width: 60%;
  height: 100%;
  background: url(../images/common/logo.svg) no-repeat center/contain;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.p-news .cate-item {
  background-color: #a88a59;
  color: #fff;
  display: inline-block;
  font-size: 11px;
  padding: 3px 8px;
  border-radius: 4px;
  margin-bottom: 10px;
}
.p-news__item {
  margin-bottom: 30px;
}
.p-news__content {
  color: #6B5A42;
  font-weight: 500;
}
@media (min-width: 600px) {
  .p-news {
    padding: 70px 0;
  }
  .p-news__list {
    display: flex;
    flex-wrap: wrap;
  }
  .p-news__item {
    flex-basis: 48%;
    margin: 0 4% 30px 0;
  }
  .p-news__item:nth-child(2n) {
    margin: 0 0 30px;
  }
}
@media (min-width: 960px) {
  .p-news {
    padding: 80px 0;
  }
  .p-news .view-more {
    margin-top: 40px;
  }
  .p-news__item {
    flex-basis: 32%;
    margin: 0 2% 30px 0;
  }
  .p-news__item:nth-child(2n) {
    margin: 0 2% 30px 0;
  }
  .p-news__item:nth-child(3n) {
    margin: 0 0 30px;
  }
  .p-news__date {
    font-size: 18px;
  }
  .p-news .cate-item {
    font-size: 13px;
    padding: 5px 12px;
    margin-bottom: 15px;
  }
}

.p-access {
  background-color: #F2ECE4;
  padding: 60px 0;
}
.p-access__map .g-map {
  height: 250px;
  margin-bottom: 15px;
}
.p-access__map .g-map iframe {
  width: 100%;
  height: 100%;
}
.p-access__desc h3 {
  text-align: center;
  font-size: 1.2rem;
  letter-spacing: 1px;
  color: #a88a59;
  margin-bottom: 25px;
}
.p-access__desc .List-item {
  margin-bottom: 30px;
}
.p-access__desc .List-item:last-child {
  margin-bottom: 0px;
}
.p-access__desc .List-item h4 {
  font-size: 1rem;
  letter-spacing: 2px;
  color: #a88a59;
  margin-bottom: 15px;
}
.p-access__desc .List-item p {
  margin-bottom: 10px;
}
.p-access__desc .List-item small {
  font-size: 11px;
  letter-spacing: 1px;
  color: #888;
}
.p-access__desc .List-item dl {
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
}
.p-access__desc .List-item dl dt {
  width: 80px;
}
.p-access__desc .List-item dl dd {
  flex: 1;
}
@media (min-width: 600px) {
  .p-access {
    padding: 70px 0;
  }
  .p-access__map .g-map {
    margin-bottom: 20px;
  }
  .p-access__desc h3 {
    font-size: 1.4rem;
    margin-bottom: 30px;
  }
  .p-access__desc .List-item h4 {
    font-size: 1.1rem;
  }
  .p-access__desc .List-item dl dt {
    width: 100px;
  }
}
@media (min-width: 960px) {
  .p-access {
    padding: 80px 0;
  }
  .p-access__map .g-map {
    height: 350px;
  }
  .p-access__desc h3 {
    font-size: 1.8rem;
    letter-spacing: 2px;
    margin-bottom: 40px;
  }
  .p-access__desc .List {
    display: flex;
    justify-content: space-between;
  }
  .p-access__desc .List-item {
    flex-basis: 48%;
    margin-bottom: 0;
  }
  .p-access__desc .List-item h4 {
    font-size: 1.2rem;
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .p-access__map .g-map {
    margin-bottom: 30px;
  }
  .p-access__desc h3 {
    font-size: 2rem;
  }
  .p-access__desc .List-item h4 {
    font-size: 1.4rem;
  }
  .p-access__desc .List-item dl dt {
    width: 120px;
  }
}

.p-cta {
  padding: 60px 0;
  background: url(../images/home/bg-1.webp) no-repeat center/cover;
}
.p-cta-inr h2 {
  text-align: center;
  font-size: 20px;
  color: #8B6F47;
  margin-bottom: 30px;
}
.p-cta-info {
  text-align: center;
}
.p-cta-info ul li {
  border-bottom: 1px solid #8B6F47;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.p-cta-info ul li .Icon {
  width: 80px;
  height: 80px;
  background-color: rgba(255, 255, 255, 0.5019607843);
  border-radius: 50%;
  margin: 0 auto 20px;
}
.p-cta-info ul li .Icon img {
  padding: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-cta-info ul li h3 {
  font-size: 1rem;
  font-weight: normal;
  margin-bottom: 8px;
  color: #6B5A42;
}
.p-cta-info ul li a {
  background: #8B6F47;
  display: block;
  padding: 10px 0;
  border-radius: 9999px;
  font-size: 1.2rem;
  font-weight: bold;
  color: rgb(255, 255, 255);
  width: 300px;
  height: 70px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
}
.p-cta-info ul li a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}
.p-cta-info ul li a span {
  display: inline-block;
  padding-left: 10px;
  position: relative;
}
.p-cta-info ul li a span::before {
  position: absolute;
  top: 0;
  left: -35px;
  bottom: 0;
  margin: auto;
  content: "";
  height: 25px;
  width: 25px;
  background-image: url(../images/common/ht-wh.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.p-cta-info ul li a.tel {
  font-size: 1.6rem;
  letter-spacing: 2px;
}
.p-cta-info ul li a.tel span::before {
  width: 24px;
  height: 24px;
  left: -28px;
  background-image: url(../images/common/tel-wh.svg);
}
.p-cta-info ul li a.line span::before {
  background-image: url(../images/common/line-wh.svg);
}
.p-cta-info ul li a.line small {
  display: block;
  width: 100%;
}
@media (min-width: 960px) {
  .p-cta {
    padding: 80px 0;
  }
  .p-cta-inr h2 {
    font-size: 2rem;
    letter-spacing: 2px;
    margin-bottom: 50px;
  }
  .p-cta-info {
    text-align: center;
  }
  .p-cta-info ul {
    display: flex;
    justify-content: center;
  }
  .p-cta-info ul li {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
    padding: 0 15px;
  }
  .p-cta-info ul li:nth-child(2) {
    border-left: 1px solid #8B6F47;
    border-right: 1px solid #8B6F47;
  }
  .p-cta-info ul li .Icon {
    width: 100px;
    height: 100px;
    margin: 0 auto 20px;
  }
  .p-cta-info ul li .Icon img {
    padding: 25px;
  }
  .p-cta-info ul li h3 {
    font-size: 0.9rem;
    margin-bottom: 15px;
  }
  .p-cta-info ul li a {
    padding: 10px 0;
    font-size: 1.1rem;
    width: 250px;
    height: 60px;
  }
  .p-cta-info ul li a span::before {
    left: -28px;
  }
  .p-cta-info ul li a.tel {
    font-size: 1.3rem;
  }
  .p-cta-info ul li a.tel span::before {
    width: 22px;
    height: 22px;
    left: -25px;
  }
}
@media (min-width: 1200px) {
  .p-cta-info ul li {
    padding: 0 25px;
  }
  .p-cta-info ul li h3 {
    font-size: 1rem;
    margin-bottom: 15px;
  }
  .p-cta-info ul li a {
    font-size: 1.2rem;
    width: 300px;
    height: 70px;
  }
  .p-cta-info ul li a span::before {
    left: -35px;
  }
  .p-cta-info ul li a.tel {
    font-size: 1.6rem;
  }
  .p-cta-info ul li a.tel span::before {
    width: 24px;
    height: 24px;
    left: -28px;
  }
}

.p-footer {
  padding: 60px 0;
  padding-bottom: calc(10vh + 30px);
  background-color: #8B6F47;
}
.p-footer__logo img {
  filter: brightness(0) invert(1);
  width: 220px;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-footer__nav {
  display: block;
}
.p-footer__nav ul {
  display: inline-block;
}
.p-footer__nav li {
  margin-bottom: 15px;
  text-align: left;
}
.p-footer__nav li span {
  position: relative;
  display: block;
  padding-left: 20px;
}
.p-footer__nav li span::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  content: "";
  height: 7px;
  width: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}
.p-footer__nav li .c-txt-sm, .p-footer__nav li .c-news-sl__contents, .p-footer__nav li .category-list ul li, .category-list ul .p-footer__nav li li {
  font-size: 13px;
  color: #fff;
}
.p-footer .copyright {
  font-size: 12px;
  color: #ccc;
  text-align: center;
}
@media (min-width: 600px) {
  .p-footer {
    padding: 70px 0;
    padding-bottom: calc(10vh + 30px);
  }
  .p-footer__logo {
    flex-basis: 50%;
  }
  .p-footer__logo img {
    width: 200px;
  }
  .p-footer__nav {
    flex-basis: 50%;
  }
  .p-footer__wrap {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 960px) {
  .p-footer {
    padding: 80px 0 40px;
  }
  .p-footer__logo {
    flex-basis: 35%;
  }
  .p-footer__nav {
    flex-basis: 65%;
  }
  .p-footer__nav ul {
    display: flex;
    flex-wrap: wrap;
  }
  .p-footer__nav li {
    flex-basis: 50%;
  }
  .p-footer__nav li span {
    padding-left: 25px;
  }
  .p-footer__nav li span::before {
    height: 9px;
    width: 9px;
  }
  .p-footer__nav li .c-txt-sm, .p-footer__nav li .c-news-sl__contents, .p-footer__nav li .category-list ul li, .category-list ul .p-footer__nav li li {
    font-size: 18px;
  }
  .p-footer .copyright {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .p-footer__logo {
    flex-basis: 40%;
  }
  .p-footer__logo img {
    width: 260px;
  }
  .p-footer__nav {
    flex-basis: 60%;
  }
}

.c-point {
  background: #f2feff;
  background-image: radial-gradient(rgb(190, 238, 255) 20%, transparent 0), radial-gradient(rgb(171, 241, 255) 20%, transparent 0);
  background-position: 0 0, 4px 4px;
  background-size: 8px 8px;
  padding: 30px 0;
}
.c-point h3 {
  text-align: center;
  margin-bottom: 50px;
}
.c-point h3 .ja {
  font-size: 24px;
  color: #a88a59;
}
.c-point h3 .en {
  font-size: 14px;
}
.c-point ul li {
  margin-bottom: 30px;
}
.c-point ul li h4 {
  margin-bottom: 15px;
  color: rgb(0, 164, 109);
}
.c-point ul li .point {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fff;
  width: 27vw;
  height: 9vw;
  text-align: center;
  font-family: "Spectral SC", serif;
  color: #a88a59;
  font-size: 3vw;
  font-weight: 700;
  line-height: 9vw;
  letter-spacing: 0.2em;
}
.c-point ul li .red {
  color: red;
}
.c-point__img {
  position: relative;
}
.c-point__desc {
  background-color: #fff;
  padding: 10px;
}
@media (max-width: 959px) {
  .c-point__desc p {
    font-size: 14px;
  }
}
.c-point__desc p {
  margin-bottom: 5px;
}
@media (min-width: 960px) {
  .c-point ul li {
    display: flex;
    justify-content: space-between;
  }
  .c-point ul li:nth-child(2n) {
    flex-direction: row-reverse;
  }
  .c-point ul li .point {
    width: 22vw;
    height: 8vw;
    font-size: 2.4vw;
  }
  .c-point__img {
    width: 50%;
  }
  .c-point__desc {
    width: 50%;
  }
}

.bf ul li {
  margin-bottom: 30px;
}
.bf ul li .Img p {
  text-align: center;
  background-color: #8B6F47;
  color: #6B5A42;
}
.bf ul li .Img:nth-child(2) p {
  background-color: #6B5A42;
  color: #fff;
}
.bf ul li .txt {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-shadow: 1px 1px 1px rgb(63, 63, 63);
  color: #fff;
  text-align: center;
}
@media (min-width: 960px) {
  .bf ul {
    display: flex;
    flex-wrap: wrap;
  }
  .bf ul li {
    margin-left: 10px;
    margin-right: 10px;
    width: 31%;
  }
}

.pic {
  margin-bottom: 100px;
}
.pic-desc {
  position: relative;
  margin: 0 auto;
  text-align: center;
}
.pic-desc h5 {
  margin-bottom: 10px;
}
.pic-desc strong {
  margin-bottom: 10px;
  font-size: 1.2rem;
  display: block;
  color: #a88a59;
}
.pic-desc p {
  text-align: left;
  font-size: 18px;
  padding-left: 20px;
}
.pic-desc::before {
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  width: 100%;
  height: 10px;
  border-bottom: 2px solid #8B6F47;
  border-right: 3px solid #8B6F47;
  transform: skew(45deg);
}
.pic ul li {
  font-size: 16px;
  text-align: center;
}
.pic ul li img {
  margin-bottom: 10px;
  -o-object-fit: contain;
     object-fit: contain;
}
.pic ul h5 {
  font-size: 1.4rem;
}
@media (min-width: 960px) {
  .pic ul h5 {
    font-size: 1.8rem;
  }
  .pic ul h5::before {
    bottom: -30px;
    width: 400px;
    height: 40px;
    border-bottom: 3px solid #8B6F47;
    border-right: 3px solid #8B6F47;
  }
}
.pic ul .stickarrow {
  width: 40px;
  height: 8px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  transform: skew(45deg);
}
@media (min-width: 960px) {
  .pic .view-sp {
    display: none;
  }
  .pic li a {
    display: flex;
    justify-content: space-between;
  }
  .pic-img, .pic-desc {
    width: 48%;
  }
}

.wo-menu {
  padding: 50px 0;
  background-image: url(../images/home/back3.png);
  background-size: cover;
}
.wo-menu h2 {
  text-align: center;
  margin-bottom: 30px;
}
.wo-menu .box h3 {
  text-align: center;
  margin-bottom: 30px;
}
.wo-menu .box ul {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.wo-menu .box ul li {
  width: 48%;
  text-align: center;
  margin-bottom: 30px;
}
.wo-menu .box ul li .Img {
  margin-bottom: 10px;
}
.wo-menu .box ul li .Img img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 80%;
}
.wo-menu .box ul li p {
  font-size: 14px;
  font-weight: bold;
}
@media (min-width: 960px) {
  .wo-menu .box ul li {
    width: 23%;
  }
}

.c-topdesc {
  background: linear-gradient(#fff, #F2ECE4 50%);
  padding-bottom: 60px;
}
.c-topdesc__img {
  height: 50vh;
}
.c-topdesc .c-container, .c-topdesc .breadcrumb {
  margin-top: -10vh;
}
.c-topdesc__desc {
  background-color: #fff;
  position: relative;
  z-index: 10;
  padding: 30px 3vw;
}
@media (min-width: 600px) {
  .c-topdesc {
    padding-bottom: 70px;
  }
  .c-topdesc .c-container, .c-topdesc .breadcrumb {
    padding: 0 6vw;
  }
  .c-topdesc__desc {
    padding: 50px 6vw;
  }
}
@media (min-width: 960px) {
  .c-topdesc {
    padding-bottom: 80px;
  }
  .c-topdesc__img {
    height: 70vh;
  }
  .c-topdesc .c-container, .c-topdesc .breadcrumb {
    margin-top: -20vh;
    padding: 0 8vw;
  }
  .c-topdesc__desc {
    padding: 60px 6vw;
  }
}
@media (min-width: 1200px) {
  .c-topdesc .c-container, .c-topdesc .breadcrumb {
    padding: 0 10vw;
  }
  .c-topdesc__desc {
    padding: 70px 8vw;
  }
}

.c-points {
  padding-bottom: 60px;
  position: relative;
}
.c-points::before {
  content: "";
  width: 100%;
  height: calc(100% - 105px);
  background: #ddd;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.c-points__item {
  margin-bottom: 50px;
}
.c-points__img {
  position: relative;
  padding-bottom: 50px;
}
.c-points__img .Img {
  max-width: 600px;
  margin: 0 auto;
}
.c-points__img .num {
  position: absolute;
  bottom: 0;
  right: 3vw;
  font-size: 6rem;
  font-weight: bold;
  color: rgba(168, 138, 89, 0.6);
  line-height: 1;
}
.c-points__desc {
  margin-top: -30px;
  position: relative;
  z-index: 10;
}
.c-points__desc h4 {
  font-size: 1.2rem;
  letter-spacing: 2px;
  font-weight: 500;
  margin-bottom: 20px;
  line-height: 1.7;
}
.c-points__desc h4 small {
  color: #a88a59;
  font-size: 0.8rem;
  letter-spacing: 1px;
}
@media (min-width: 960px) {
  .c-points {
    padding-bottom: 80px;
  }
  .c-points::before {
    height: calc(100% - 270px);
  }
  .c-points__list {
    display: flex;
    justify-content: space-between;
  }
  .c-points__item {
    flex-basis: 32%;
    margin-bottom: 0;
  }
  .c-points__img .Img {
    max-width: none;
    margin: 0;
    height: 220px;
  }
  .c-points__img .num {
    right: 1vw;
  }
}
@media (min-width: 1200px) {
  .c-points__desc h4 {
    font-size: 1.3rem;
  }
}

.c-price {
  background-image: url(../images/home/bg-2-sp.webp);
  background-size: cover;
  background-position: center;
  padding: 60px 0;
}
.c-price__list {
  padding: 30px 20px 10px;
  border: 1px solid #ccc;
  background-color: #fff;
}
.c-price__list__item {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ccc;
}
.c-price__list__item dl {
  margin-bottom: 15px;
}
.c-price__list__item dl dt {
  color: #6B5A42;
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 8px;
  text-align: center;
}
.c-price__list__item dl dd {
  font-size: 1.1rem;
  letter-spacing: 1px;
  color: #a88a59;
  text-align: center;
}
.c-price__list__item p {
  color: #6B5A42;
}
@media (min-width: 600px) {
  .c-price {
    padding: 70px 0;
  }
  .c-price .c-container, .c-price .breadcrumb {
    padding: 0 6vw;
  }
  .c-price__list {
    padding: 40px 30px 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .c-price__list__item {
    flex-basis: 48%;
  }
  .c-price__list__item dl dt {
    font-size: 1rem;
    height: 50px;
  }
  .c-price__list__item dl dt.center {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .c-price__list__item dl dd {
    font-size: 1rem;
  }
  .c-price__list__item p.c-txt-sm, .c-price__list__item p.c-news-sl__contents {
    font-size: 13px;
  }
}
@media (min-width: 960px) {
  .c-price {
    padding: 80px 0;
    background-image: url(../images/home/bg-2.webp);
  }
  .c-price .c-container, .c-price .breadcrumb {
    padding: 0 10vw;
  }
  .c-price__list__item {
    flex-basis: 46%;
  }
  .c-price__list__item dl {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  .c-price__list__item dl dt {
    font-size: 1rem;
    margin-bottom: 0;
    text-align: left;
  }
  .c-price__list__item dl dd {
    margin-bottom: 0;
    font-size: 0.9rem;
    display: inline-block;
    padding-left: 25px;
    position: relative;
  }
  .c-price__list__item dl dd::before {
    content: "";
    width: 20px;
    height: 1px;
    background-color: #a88a59;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
  .c-price__list__item p.c-txt-sm, .c-price__list__item p.c-news-sl__contents {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .c-price .c-container, .c-price .breadcrumb {
    padding: 0 12vw;
  }
  .c-price__list {
    padding: 50px 40px 10px;
  }
  .c-price__list__item {
    flex-basis: 46%;
  }
  .c-price__list__item dl {
    margin-bottom: 20px;
  }
  .c-price__list__item dl dt {
    font-size: 1.2rem;
    height: 60px;
  }
  .c-price__list__item dl dd {
    font-size: 1rem;
  }
}

.c-flow__list__item {
  margin-bottom: 40px;
}
.c-flow__list__item .item-tit {
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  padding: 0 6vw;
  font-weight: bold;
  margin-bottom: 20px;
}
.c-flow__list__item .item-tit .num {
  display: inline-block;
  font-size: 2rem;
  letter-spacing: 2px;
  padding: 5px 10px 5px 0;
  margin-right: 10px;
  border-right: 3px solid #8B6F47;
  line-height: 1;
}
.c-flow__list__item .item-desc {
  padding: 30px 6vw;
  background-color: #F5EFE7;
  position: relative;
}
.c-flow__list__item .item-desc::before {
  content: "";
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border: 1px solid rgba(168, 138, 89, 0.6);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media (min-width: 600px) {
  .c-flow__list__item {
    margin-bottom: 60px;
  }
  .c-flow__list__item .item-tit {
    font-size: 1.5rem;
    padding: 0 8vw;
    margin-bottom: 30px;
  }
  .c-flow__list__item .item-tit .num {
    font-size: 2.4rem;
  }
  .c-flow__list__item .item-desc {
    padding: 50px 8vw;
  }
  .c-flow__list__item .item-desc::before {
    width: calc(100% - 40px);
    height: calc(100% - 40px);
  }
}
@media (min-width: 960px) {
  .c-flow__list__item {
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: 50% 50%;
  }
  .c-flow__list__item .item-img {
    grid-row: 1/3;
    grid-column: 1/2;
  }
  .c-flow__list__item .item-tit {
    grid-row: 1/2;
    grid-column: 2/3;
    padding: 0 3vw;
  }
  .c-flow__list__item .item-tit .num {
    padding: 5px 20px 5px 0;
    margin-right: 20px;
    border-right: 4px solid #8B6F47;
  }
  .c-flow__list__item .item-desc {
    grid-row: 2/3;
    grid-column: 2/3;
    padding: 50px;
    display: flex;
    align-items: center;
  }
  .c-flow__list__item:nth-child(2n) .item-img {
    grid-column: 2/3;
  }
  .c-flow__list__item:nth-child(2n) .item-tit {
    grid-column: 1/2;
  }
  .c-flow__list__item:nth-child(2n) .item-desc {
    grid-column: 1/2;
  }
}
@media (min-width: 1200px) {
  .c-flow__list {
    margin: 0 8vw;
  }
  .c-flow__list__item .item-tit {
    font-size: 1.7rem;
  }
  .c-flow__list__item .item-tit .num {
    font-size: 2.5rem;
  }
}

.faq dt {
  position: relative;
  cursor: pointer;
  transition: color 0.2s cubic-bezier(0, 0, 0.58, 1);
  border-bottom: 1px solid #a88a59;
}
.faq dt::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "Q";
  color: #8B6F47;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
}
.faq dt span {
  margin-left: 5vw;
  margin-right: 5vw;
  line-height: 1.5;
  display: block;
  position: relative;
  padding: 25px 10px;
}
.faq dt .i_box {
  position: absolute;
  top: 50%;
  right: 0.5rem;
  width: 20px;
  height: 20px;
  margin-top: -10px;
}
.faq dt .i_box::before {
  position: absolute;
  content: "";
  margin: auto;
  box-sizing: border-box;
  vertical-align: middle;
  border-top: 2px solid #8B6F47;
  width: 16px;
  height: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.faq dt .i_box::after {
  position: absolute;
  content: "";
  margin: auto;
  box-sizing: border-box;
  vertical-align: middle;
  border-left: 2px solid #8B6F47;
  width: 0;
  height: 16px;
  top: 0;
  bottom: 0;
  right: 7px;
  transition: 0.3s;
}
.faq dd {
  margin-bottom: 0;
  position: relative;
}
.faq dd::before {
  content: "A";
  position: absolute;
  top: 20px;
  left: 0;
  width: 12px;
  font-size: 22px;
  color: #C4A876;
}
.faq dd .m-description-article {
  display: block;
  margin-left: 5vw;
  padding: 20px 10px 0;
}
.faq dd .m-description-article .box {
  border-bottom: 1px dotted #6B5A42;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.faq dd .m-description-article .box:last-child {
  margin-bottom: 0;
}
.faq dd .m-description-article .box h3 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #6B5A42;
}
@media (min-width: 600px) {
  .faq dt::before {
    font-size: 24px;
  }
  .faq dt span {
    margin-left: 5vw;
    padding: 30px 10px;
  }
  .faq dd::before {
    font-size: 26px;
  }
  .faq dd .m-description-article {
    margin-left: 5vw;
    padding: 30px 10px 0;
  }
}
@media (min-width: 960px) {
  .faq dt .c-txt-sm, .faq dt .c-news-sl__contents, .faq dt .category-list ul li, .category-list ul .faq dt li {
    font-size: 18px;
  }
  .faq dt::before {
    font-size: 28px;
  }
  .faq dt span {
    margin-left: 3vw;
    padding: 30px 20px;
  }
  .faq dt .i_box {
    right: 1.5rem;
    width: 22px;
    height: 22px;
    margin-top: -10px;
  }
  .faq dt .i_box::before {
    width: 22px;
  }
  .faq dt .i_box::after {
    height: 22px;
    right: 10px;
  }
  .faq dd::before {
    font-size: 30px;
  }
  .faq dd .m-description-article {
    margin-left: 3vw;
    padding: 30px 20px 0;
  }
  .faq dd .m-description-article .box {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .faq dd .m-description-article .box h3 {
    font-size: 22px;
    margin-bottom: 15px;
  }
}
@media (min-width: 1200px) {
  .faq dt .c-txt-sm, .faq dt .c-news-sl__contents, .faq dt .category-list ul li, .category-list ul .faq dt li {
    font-size: 20px;
  }
  .faq dt::before {
    font-size: 30px;
  }
  .faq dt span {
    margin-left: 2vw;
    padding: 40px 20px;
  }
  .faq dd::before {
    font-size: 34px;
    top: 30px;
  }
  .faq dd .m-description-article {
    margin-left: 2vw;
    padding: 40px 20px 0;
  }
}

.c-faq__tit {
  margin-bottom: 5px;
}
.c-faq__tit h3 {
  border-left: 8px solid #8B6F47;
  border-bottom: 1px solid #8B6F47;
  padding: 8px 0 15px 10px;
  margin-bottom: 0;
  font-size: 1.2rem;
  letter-spacing: 2px;
  line-height: 1;
}
@media (min-width: 600px) {
  .c-faq__tit {
    margin-bottom: 10px;
  }
  .c-faq__tit h3 {
    border-left: 10px solid #8B6F47;
    border-bottom: 1px solid #8B6F47;
    padding: 8px 0 15px 20px;
    font-size: 1.4rem;
  }
}
@media (min-width: 960px) {
  .c-faq__desc {
    text-align: center;
  }
  .c-faq__tit {
    margin-bottom: 10px;
  }
  .c-faq__tit h3 {
    border-left: 14px solid #8B6F47;
    border-bottom: 1px solid #8B6F47;
    padding: 10px 0 25px 30px;
    font-size: 1.8rem;
  }
}
@media (min-width: 1200px) {
  .c-faq .c-container, .c-faq .breadcrumb {
    padding: 0 18vw;
  }
}

.category-list h3 {
  text-align: center;
  color: #a88a59;
  font-size: 1.4rem;
  margin-bottom: 20px;
}
.category-list ul {
  display: flex;
  flex-wrap: wrap;
}
.category-list ul li {
  flex-basis: 49%;
  margin: 0 2% 8px 0;
  border: 1px solid #ccc;
  background-color: #fff;
  padding: 5px 15px;
  position: relative;
}
.category-list ul li:nth-child(2n) {
  margin: 0 0 8px;
}
.category-list ul li a {
  color: #8B6F47;
  display: inline-block;
  padding-left: 15px;
  position: relative;
}
.category-list ul li a::before {
  position: absolute;
  content: "";
  /* 上向きの二等辺三角形の場合 */
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 7px solid #a88a59;
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(90deg);
}
.category-list ul li.current-cat {
  background-color: #8B6F47;
}
.category-list ul li.current-cat a {
  color: #fff;
}
.category-list ul li.current-cat a::before {
  border-bottom: 7px solid #fff;
}
@media (min-width: 600px) {
  .category-list h3 {
    font-size: 1.6rem;
    margin-bottom: 30px;
  }
  .category-list ul li {
    padding: 10px 20px;
  }
  .category-list ul li a {
    padding-left: 25px;
  }
  .category-list ul li a::before {
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 10px solid #a88a59;
  }
  .category-list ul li.current-cat a::before {
    border-bottom: 10px solid #fff;
  }
}
@media (min-width: 960px) {
  .category-list h3 {
    text-align: left;
  }
  .category-list ul {
    display: block;
  }
  .category-list ul li {
    margin: 0 0 10px;
  }
  .category-list ul li:nth-child(2n) {
    margin: 0 0 10px;
  }
}

.page-numbers {
  margin: 6vw 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 13px;
  padding-left: 3px;
}
.page-numbers .current {
  border: 1px solid #a88a59;
  color: #fff !important;
  background: #a88a59 !important;
}
.page-numbers .page-numbers:not(.next):not(.prev) {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 1px solid #a88a59;
  background: #fff;
  color: #a88a59;
  margin: 0 1.3vw;
}
.page-numbers .next, .page-numbers .prev {
  position: relative;
  padding-right: 22px;
  color: transparent;
  font-size: 0;
  top: 0;
  width: 12px;
}
.page-numbers .next::after, .page-numbers .prev::after {
  transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
  content: "";
  position: absolute;
  right: 0;
  background-image: url(../images/common/arrow.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  top: -7px;
  width: 12px;
  height: 12px;
  margin-left: 8px;
}
.page-numbers .prev {
  padding-right: 0;
  padding-left: 22px;
}
.page-numbers .prev::after {
  transform: rotate(180deg);
  left: 0;
  right: auto;
}
@media (max-width: 767px) {
  .page-numbers .next, .page-numbers .prev {
    display: none;
  }
}
@media (min-width: 600px) {
  .page-numbers {
    margin: 3vw 0;
  }
  .page-numbers .page-numbers:not(.next):not(.prev) {
    width: 45px;
    height: 45px;
  }
}
@media (min-width: 900px) {
  .page-numbers .page-numbers:not(.next):not(.prev) {
    width: 55px;
    height: 55px;
    font-size: 18px;
  }
}

@media (min-width: 960px) {
  .c-news .c-container, .c-news .breadcrumb {
    display: flex;
    justify-content: space-between;
  }
  .c-news .category-list {
    flex-basis: 28%;
  }
  .c-news .p-news__wrapper {
    flex-basis: 68%;
  }
  .c-news .p-news__item {
    flex-basis: 48%;
    margin: 0 4% 30px 0;
  }
  .c-news .p-news__item:nth-child(2n) {
    margin: 0 0 30px;
  }
}

.wp-categories {
  margin-bottom: 15px;
}
.wp-categories ul {
  display: flex;
}
.wp-categories ul li {
  margin-right: 10px;
}
.wp-categories ul li a {
  color: gray;
  border: 1px solid gray;
  padding: 7px 15px;
  border-radius: 9999px;
  font-size: 12px;
}
@media (min-width: 960px) {
  .wp-categories {
    margin-bottom: 20px;
  }
  .wp-categories ul li a {
    border-radius: 30px;
    font-size: 14px;
  }
}

.c-news-sl {
  margin-top: 50px;
}
.c-news-sl__tit .c-txt-md {
  color: #6B5A42;
}
.c-news-sl__date {
  color: #a88a59;
}
.c-news-sl__contents {
  padding: 10vw 0;
  line-height: 2.5;
}
@media (min-width: 600px) {
  .c-news-sl .c-container, .c-news-sl .breadcrumb {
    padding: 0 12vw;
  }
  .c-news-sl__contents {
    padding: 5vw 0;
  }
}
@media (min-width: 960px) {
  .c-news-sl .c-container, .c-news-sl .breadcrumb {
    padding: 0 16vw;
  }
  .c-news-sl__contents {
    padding: 3vw 0;
  }
}
@media (min-width: 1200px) {
  .c-news-sl {
    margin-top: 80px;
  }
  .c-news-sl .c-container, .c-news-sl .breadcrumb {
    padding: 0 20vw;
  }
  .c-news-sl__contents {
    padding: 2vw 0;
  }
}

.c-contact .c-topview .c-container p, .c-contact .c-topview .breadcrumb p {
  text-align: center;
  font-weight: bold;
}
.c-contact .c-description {
  padding: 40px 0;
  background-color: #F9F5F0;
  color: #fff;
}
.c-contact .c-description ul {
  padding: 20px 0;
}
.c-contact .c-description .c-txt-xs {
  font-size: 12px;
  color: #fff;
}
.c-contact .contact-form {
  margin-bottom: 0px;
  text-align: center;
}
.c-contact .contact-form h1 {
  display: block;
  text-align: center;
  margin: 30px 0;
}
.c-contact .contact-form input, .c-contact .contact-form textarea {
  width: 100%;
  border: 1px solid #3D3328;
}
.c-contact .contact-form textarea {
  margin-bottom: 0;
}
.c-contact .contact-form input {
  height: 45px;
}
.c-contact .contact-form select {
  width: 130px;
  height: 45px;
  border: 1px solid #3D3328;
}
.c-contact .contact-form dl {
  text-align: left;
  display: inline-block;
  width: 280px;
  padding-bottom: 20px;
}
.c-contact .contact-form dt {
  font-size: 14px;
}
.c-contact .contact-form .must {
  position: relative;
  padding: 5px 15px 5px 0;
  margin-right: 10px;
}
.c-contact .contact-form .must::after {
  content: "*";
  font-size: 14px;
  color: rgb(29, 100, 158);
}
.c-contact .contact-form .free {
  padding: 5px 15px 5px 0;
  margin-right: 10px;
}
.c-contact .contact-form .ct-request select {
  width: 100%;
}
.c-contact .contact-form .ct-flex {
  display: flex;
  justify-content: space-between;
  width: 280px;
  text-align: center;
  margin: auto;
  padding-bottom: 20px;
}
.c-contact .contact-form .ct-sex {
  display: inline-block;
  text-align: left;
}
.c-contact .contact-form .ct-sex input {
  margin: 0;
}
.c-contact .contact-form .ct-sex select {
  height: 45px;
}
.c-contact .contact-form .ct-age {
  display: inline-block;
  text-align: right;
}
.c-contact .contact-form .ct-age dt {
  text-align: left;
  display: block;
  padding-left: 13px;
}
.c-contact .contact-form .ct-date {
  text-align: left;
  font-size: 14px;
}
.c-contact .contact-form .ct-date input {
  margin-top: 0;
  width: 130px;
}
.c-contact .contact-form .ct-time {
  display: inline-block;
  text-align: right;
}
.c-contact .contact-form .ct-time dt {
  text-align: left;
  display: block;
  padding-left: 13px;
}
.c-contact .contact-form .wpcf7 form.invalid .wpcf7-response-output {
  border: 1px solid red;
}
.c-contact .contact-form .wpcf7-acceptance input {
  height: 20px;
  width: 20px;
  margin-right: 10px;
}
.c-contact .contact-form .ms-1 {
  color: rgb(33, 128, 218);
  border-bottom: 1px solid rgb(33, 128, 218);
}
.c-contact .contact-form .submit-btn {
  text-align: center;
  margin: 0;
}
.c-contact .contact-form .submit-btn input:disabled {
  border-color: #949494;
}
.c-contact .contact-form .submit-btn input {
  border-color: #3D3328;
  width: 70%;
  max-width: 320px;
}
.c-contact .contact-form .ajax-loader {
  display: none;
}
.c-contact .contact-form .wpcf7-spinner {
  display: none;
}
@media (min-width: 600px) {
  .c-contact .contact-form .c-contact-text {
    font-size: 18px;
  }
  .c-contact .contact-form dt {
    font-size: 20px;
  }
  .c-contact .contact-form dl {
    width: 540px;
  }
  .c-contact .contact-form .ct-date input {
    width: 250px;
  }
  .c-contact .contact-form .ct-flex {
    width: 540px;
  }
  .c-contact .contact-form select {
    width: 250px;
  }
  .c-contact .contact-form .submit-btn input {
    width: 70%;
    max-width: 320px;
    height: 64px;
    font-size: 20px;
  }
  .c-contact .contact-form .wpcf7-acceptance input {
    height: 30px;
    width: 30px;
    margin-right: 15px;
  }
  .c-contact .contact-form .ms-1 {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .c-contact .contact-form dl {
    width: 800px;
  }
  .c-contact .contact-form .ct-date input {
    width: 380px;
  }
  .c-contact .contact-form .ct-flex {
    width: 800px;
  }
  .c-contact .contact-form select {
    width: 380px;
  }
  .c-contact .contact-form .ct-age dt,
  .c-contact .contact-form .ct-time dt {
    padding-left: 25px;
  }
}
.c-contact .grecaptcha-badge {
  box-shadow: none !important;
  width: 100% !important;
}
.c-contact .grecaptcha-badge iframe {
  box-shadow: grey 0px 0px 5px;
}

.grecaptcha-badge {
  display: none;
}

.c-privacy {
  margin-top: 50px;
}
.c-privacy .c-title {
  text-align: center;
  font-size: 26px;
  display: block;
  margin-bottom: 50px;
  font-weight: bold;
  color: #a88a59;
}
.c-privacy .c-title::after {
  display: none;
}
.c-privacy h3 {
  color: #8B6F47;
  margin-bottom: 20px;
}
.c-privacy-item {
  margin-bottom: 30px;
}
@media (min-width: 960px) {
  .c-privacy {
    margin-top: 80px;
  }
  .c-privacy .c-title {
    font-size: 32px;
  }
  .c-privacy h3 {
    font-size: 22px;
  }
}

.c-thanks {
  margin-top: 50px;
}
.c-thanks .c-title {
  text-align: center;
  font-size: 22px;
  display: block;
  margin-bottom: 50px;
  font-weight: bold;
  color: #a88a59;
}
.c-thanks .c-title::after {
  display: none;
}
.c-thanks h3 {
  color: #8B6F47;
  margin-bottom: 20px;
}
.c-thanks-item {
  margin-bottom: 30px;
}
.c-thanks .more-btn {
  margin-top: 50px;
}
@media (min-width: 600px) {
  .c-thanks .c-title br {
    display: none;
  }
}
@media (min-width: 960px) {
  .c-thanks {
    margin-top: 80px;
  }
  .c-thanks .c-title {
    font-size: 28px;
  }
  .c-thanks h3 {
    font-size: 22px;
  }
}

.swiper-container {
  overflow: visible !important;
}

.swiper-slide {
  overflow: hidden;
}
.swiper-slide > img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1.1);
  transition: transform 1.9s ease;
}
.swiper-slide::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.swiper-slide-active > img {
  transform: none;
}
.swiper-slide-active .hero__title {
  opacity: 1;
  transform: translate(-50%, -50%);
}

.p-header {
  width: 100%;
  height: 64px;
  transition: background-color 0.3s ease;
}
.p-header .mobile-container {
  height: 64px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #F2ECE4;
  border-bottom: 2px solid #C4A876;
  z-index: 8000;
  transition: background-color 0.3s ease;
}
.p-header .logo__img {
  display: inline-block;
  margin: 12px 10px 0 12px;
}
.p-header .logo {
  background-image: url(../images/common/logo.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 40px;
  width: 155px;
  transition: filter 0.3s ease;
}
.p-header .mobile-button {
  position: fixed;
  top: 20px;
  right: 10px;
  z-index: 3000;
}
.p-header .mobile-menu__btn {
  background-color: unset;
  border: none;
  outline: none !important;
  cursor: pointer;
}
.p-header .mobile-menu__btn > span {
  background-color: #a88a59;
  width: 28px;
  height: 2px;
  display: block;
  margin-bottom: 6px;
  transition: transform 0.7s;
}
.p-header .mobile-menu__btn > span:last-child {
  margin-bottom: 0;
}
@media (min-width: 600px) {
  .p-header .mobile-menu__btn span {
    width: 35px;
    margin-bottom: 7px;
  }
}
.p-header .sp-navbtn {
  position: fixed;
  bottom: 0;
  left: 0;
  height: 10vh;
  width: 100%;
  z-index: 4000;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.p-header .sp-navbtn__container {
  display: flex;
  justify-content: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding: 8px 0;
}
.p-header .sp-navbtn__container li {
  padding: 10px 0 5px;
  width: 27%;
  height: 100%;
  margin: 0 8px;
  background-color: #8B6F47;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-header .sp-navbtn__container li p {
  font-size: 12px;
}
.p-header .sp-navbtn__container a {
  position: relative;
  color: #3D3328;
  letter-spacing: 2px;
  color: #fff;
  padding-top: 22px;
}
.p-header .sp-navbtn__container a::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  height: 20px;
  width: 20px;
  background-image: url(../images/common/tel-wh.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.p-header .sp-navbtn__container .sp2 a::before {
  background-image: url(../images/common/ht-wh.svg);
}
.p-header .sp-navbtn__container .sp3 {
  background-color: #fff;
}
.p-header .sp-navbtn__container .sp3 a {
  color: #8B6F47;
}
.p-header .sp-navbtn__container .sp3 a::before {
  background-image: url(../images/common/line.svg);
}
.p-header .sp-navbtn__container a:hover,
.p-header .sp-navbtn__container a:active {
  text-decoration: underline;
}
@media (min-width: 600px) {
  .p-header .sp-navbtn__container li {
    padding: 0;
  }
  .p-header .sp-navbtn__container li p {
    font-size: 14px;
  }
  .p-header .sp-navbtn__container a {
    padding: 0 0 0 20px;
  }
  .p-header .sp-navbtn__container a::before {
    top: 0;
    bottom: 0;
    left: -12px;
    right: auto;
    margin: auto;
    height: 24px;
    width: 24px;
  }
}
.p-header .pc-navbtn {
  position: fixed;
  top: calc(100px + 5vh);
  right: 0;
  z-index: 2000;
  transition: all 0.3s;
}
.p-header .pc-navbtn__container li {
  background-color: rgba(139, 111, 71, 0.8);
  border-radius: 8px 0 0 8px;
  margin-bottom: 15px;
  box-shadow: 0 5px 5px rgba(51, 51, 51, 0.3019607843);
}
.p-header .pc-navbtn__container li p {
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
  padding: 50px 10px 15px 10px;
}
.p-header .pc-navbtn__container li a {
  position: relative;
  color: #3D3328;
  letter-spacing: 2px;
  color: #fff;
  height: 100%;
}
.p-header .pc-navbtn__container li a::before {
  position: absolute;
  top: 18px;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  height: 22px;
  width: 22px;
  background-image: url(../images/common/tel-wh.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.p-header .pc-navbtn__container li a:hover,
.p-header .pc-navbtn__container li a:active {
  text-decoration: underline;
}
.p-header .pc-navbtn__container .sp2 a::before {
  background-image: url(../images/common/ht-wh.svg);
}
.p-header .pc-navbtn__container .sp3 {
  background-color: rgba(255, 255, 255, 0.9019607843);
}
.p-header .pc-navbtn__container .sp3 a {
  color: #8B6F47;
}
.p-header .pc-navbtn__container .sp3 a::before {
  width: 25px;
  height: 25px;
  background-image: url(../images/common/line.svg);
}
.p-header.top-header {
  height: 0;
}
.p-header.top-header .mobile-container {
  background-color: transparent;
  transition: background-color 0.3s ease;
}
.p-header.top-header .logo {
  filter: brightness(0) invert(1);
  transition: filter 0.3s ease;
}
.p-header.top-header .mobile-menu__btn > span {
  background-color: #fff;
  transition: transform 0.7s;
}
.p-header.top-header.is-scrolled .mobile-container {
  background-color: #F2ECE4;
}
.p-header.top-header.is-scrolled .logo {
  filter: none;
}
.p-header.top-header.is-scrolled .mobile-menu__btn > span {
  background-color: #a88a59;
}
@media (max-width: 959px) {
  .p-header .pc-container,
  .p-header .pc-navbtn {
    display: none;
  }
}
@media (min-width: 960px) {
  .p-header {
    height: 100px;
  }
  .p-header .mobile-container,
  .p-header .mobile-menu,
  .p-header .sp-navbtn {
    display: none !important;
  }
  .p-header .pc-container {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100px;
    background-color: #F2ECE4;
    border-bottom: 2px solid #C4A876;
    z-index: 8000;
    transition: background-color 0.3s ease;
  }
  .p-header .pc-container .pc-nav-list {
    display: flex;
  }
  .p-header .pc-container .pc-nav-item {
    font-size: 14px;
    padding-right: 3.5vw;
    transition: all 0.3s;
  }
  .p-header .pc-container .pc-nav-item a {
    color: #a88a59;
  }
  .p-header .pc-container .pc-nav-item:hover {
    transform: translateY(4px);
    transition: all 0.3s;
  }
  .p-header .pc-container .pc-nav-item small {
    color: #8B6F47;
    display: block;
    text-align: center;
    font-size: 12px;
  }
  .p-header .pc-container .logo__img {
    display: inline-block;
    margin: 12px 10px 0 20px;
  }
  .p-header .pc-container .logo__img .logo {
    height: 55px;
    width: 200px;
  }
  .p-header.top-header {
    height: 0;
  }
  .p-header.top-header .pc-container {
    background-color: transparent;
    transition: background-color 0.3s ease;
  }
  .p-header.top-header .pc-container .pc-nav-item a {
    color: #fff;
  }
  .p-header.top-header .pc-container .pc-nav-item small {
    color: #fff;
  }
  .p-header.top-header.is-scrolled .pc-container {
    background-color: #F2ECE4;
  }
  .p-header.top-header.is-scrolled .pc-container .pc-nav-item a {
    color: #a88a59;
  }
  .p-header.top-header.is-scrolled .pc-container .pc-nav-item small {
    color: #8B6F47;
  }
}
@media (min-width: 1200px) {
  .p-header .pc-container .pc-nav-item {
    font-size: 17px;
  }
  .p-header .pc-container .pc-nav-item small {
    font-size: 14px;
  }
  .p-header .pc-container .logo__img {
    display: inline-block;
    margin: 7px 10px 0 30px;
  }
  .p-header .pc-container .logo__img .logo {
    height: 60px;
    width: 230px;
  }
  .p-header .pc-navbtn {
    top: calc(100px + 10vh);
  }
  .p-header .pc-navbtn__container li p {
    font-size: 18px;
    line-height: 1.3;
    padding: 60px 15px 20px 15px;
  }
  .p-header .pc-navbtn__container li a::before {
    top: 22px;
    height: 26px;
    width: 26px;
  }
  .p-header .pc-navbtn__container .sp3 a::before {
    width: 30px;
    height: 30px;
  }
}

.menu-open.mobile-menu {
  opacity: 1;
  z-index: 5000;
  transition: all 0.5s;
  transform: none;
}
.menu-open.header__logo {
  transition: all 0.5s;
  opacity: 0;
}
.menu-open .mobile-menu__btn > span {
  background-color: #a88a59;
}
.menu-open .mobile-menu__btn > span:nth-child(1) {
  transition-delay: 70ms;
  transform: translateY(8px) rotate(135deg);
}
@media (min-width: 600px) {
  .menu-open .mobile-menu__btn > span:nth-child(1) {
    transform: translateY(10px) rotate(135deg);
  }
}
.menu-open .mobile-menu__btn > span:nth-child(2) {
  transition-delay: 140ms;
  transform: scaleX(0);
}
.menu-open .mobile-menu__btn > span:nth-child(3) {
  transition-delay: 140ms;
  transform: translateY(-8px) rotate(-135deg);
}

.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateY(-100%);
  transition: all 0.5s;
  opacity: 0;
  z-index: -1;
  background-color: #d4cec3;
}
.mobile-menu__nav {
  display: block;
  height: 100%;
  width: 100%;
  overflow: scroll;
}
.mobile-menu__title {
  margin: 100px 10vw 40px;
  color: #fff;
  font-size: 2rem;
  letter-spacing: 2px;
}
.mobile-menu__list {
  width: 100%;
  margin-bottom: 50px;
}
.mobile-menu__item {
  margin: 0 10vw 40px;
  font-size: 0.9rem;
}
.mobile-menu__item a {
  color: #a88a59;
}
@media (min-width: 600px) {
  .mobile-menu .Wrap {
    display: flex;
    margin: 120px 10vw 50px;
  }
  .mobile-menu__title {
    margin: 0 10vw 0 0;
  }
  .mobile-menu__list {
    width: 100%;
    margin: 10px 0 0 0;
    flex: 1;
  }
  .mobile-menu__item {
    margin: 0 0 40px;
    font-size: 1.1rem;
    letter-spacing: 1.5px;
  }
}

.contact-btn {
  padding: 0 10px;
}
.contact-btn-list {
  padding-bottom: 50px;
  margin: 0 10vw;
}
.contact-btn-item a {
  width: 250px;
  height: 60px;
  margin: 0 auto 20px;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 5px;
  color: #8B6F47;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-btn-item span {
  position: relative;
  font-size: 15px;
  letter-spacing: 1.5px;
  color: #8B6F47;
  padding: 10px 10px 10px 20px;
}
.contact-btn-item span::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -10px;
  margin: auto;
  content: "";
  display: block;
  height: 22px;
  width: 22px;
  background-size: contain;
  background-repeat: no-repeat;
}
.contact-btn-item .tel::before {
  background-image: url(../images/common/tel.svg);
}
.contact-btn-item .mail::before {
  background-image: url(../images/common/ht.svg);
}
.contact-btn-item .line::before {
  background-image: url(../images/common/line.svg);
}
@media (min-width: 600px) {
  .contact-btn-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .contact-btn-item {
    flex-basis: 48%;
  }
}

.appear.up .item {
  transform: translateY(20px);
}

.appear.down .item {
  transform: translateY(20px);
}

.appear.left .item {
  transform: translateX(30px);
}

.appear.right .item {
  transform: translateX(-30px);
}

.appear.skew .item {
  transform: translateX(30px) translateY(30px);
}

.appear .item {
  transition: all 0.8s;
  opacity: 0;
}
.appear.inview .item {
  opacity: 1;
  transform: none;
  transition: all 0.8s;
}
.appear.inview .item:nth-child(1) {
  transition-delay: 0.5s;
}
.appear.inview .item:nth-child(2) {
  transition-delay: 1s;
}
.appear.inview .item:nth-child(3) {
  transition-delay: 1.5s;
}
.appear.inview .item:nth-child(4) {
  transition-delay: 2s;
}
.appear.inview .item:nth-child(5) {
  transition-delay: 2.5s;
}
.appear.inview .item:nth-child(6) {
  transition-delay: 3s;
}
.appear.inview .item:nth-child(7) {
  transition-delay: 3.5s;
}
.appear.inview .item:nth-child(8) {
  transition-delay: 4s;
}
.appear.inview .item:nth-child(9) {
  transition-delay: 4.5s;
}
.appear.inview .item:nth-child(10) {
  transition-delay: 5s;
}
.appear.inview .item:nth-child(11) {
  transition-delay: 5.5s;
}
.appear.inview .item:nth-child(12) {
  transition-delay: 6s;
}
.appear.inview .item:nth-child(13) {
  transition-delay: 6.5s;
}
.appear.inview .item:nth-child(14) {
  transition-delay: 7s;
}
.appear.inview .item:nth-child(15) {
  transition-delay: 7.5s;
}
.appear.inview .item:nth-child(16) {
  transition-delay: 8s;
}
.appear.inview .item:nth-child(17) {
  transition-delay: 8.5s;
}
.appear.inview .item:nth-child(18) {
  transition-delay: 9s;
}
.appear.inview .item:nth-child(19) {
  transition-delay: 9.5s;
}
.appear.inview .item:nth-child(20) {
  transition-delay: 10s;
}
.appear.inview .item:nth-child(21) {
  transition-delay: 10.5s;
}
.appear.inview .item:nth-child(22) {
  transition-delay: 11s;
}
.appear.inview .item:nth-child(23) {
  transition-delay: 11.5s;
}
.appear.inview .item:nth-child(24) {
  transition-delay: 12s;
}
.appear.inview .item:nth-child(25) {
  transition-delay: 12.5s;
}
.appear.inview .item:nth-child(26) {
  transition-delay: 13s;
}
.appear.inview .item:nth-child(27) {
  transition-delay: 13.5s;
}
.appear.inview .item:nth-child(28) {
  transition-delay: 14s;
}
.appear.inview .item:nth-child(29) {
  transition-delay: 14.5s;
}
.appear.inview .item:nth-child(30) {
  transition-delay: 15s;
}
.appear.inview .item:nth-child(31) {
  transition-delay: 15.5s;
}
.appear.inview .item:nth-child(32) {
  transition-delay: 16s;
}
.appear.inview .item:nth-child(33) {
  transition-delay: 16.5s;
}
.appear.inview .item:nth-child(34) {
  transition-delay: 17s;
}
.appear.inview .item:nth-child(35) {
  transition-delay: 17.5s;
}
.appear.inview .item:nth-child(36) {
  transition-delay: 18s;
}
.appear.inview .item:nth-child(37) {
  transition-delay: 18.5s;
}
.appear.inview .item:nth-child(38) {
  transition-delay: 19s;
}
.appear.inview .item:nth-child(39) {
  transition-delay: 19.5s;
}

.clip-js,
.clip-js1,
.clip-js2 {
  transition: all 1.8s ease;
}
.clip-js.left,
.clip-js1.left,
.clip-js2.left {
  clip-path: inset(0 100% 0 0);
}
.clip-js.right,
.clip-js1.right,
.clip-js2.right {
  clip-path: inset(0 0 0 100%);
}
.clip-js.top,
.clip-js1.top,
.clip-js2.top {
  clip-path: inset(0 0 100% 0);
}
.clip-js.top-left,
.clip-js1.top-left,
.clip-js2.top-left {
  clip-path: inset(0 100% 100% 0);
}
.clip-js.bottom,
.clip-js1.bottom,
.clip-js2.bottom {
  clip-path: inset(100% 0 0 0);
}
.clip-js.center,
.clip-js1.center,
.clip-js2.center {
  clip-path: inset(100%);
}
.clip-js.circle,
.clip-js1.circle,
.clip-js2.circle {
  clip-path: circle(0 at 50% 50%);
}
.clip-js.skew,
.clip-js1.skew,
.clip-js2.skew {
  clip-path: polygon(0 0, 0 0, 0 0);
}
.clip-js.transform,
.clip-js1.transform,
.clip-js2.transform {
  clip-path: polygon(0 0, 0 0, 0 0);
  transition: all 1.4s cubic-bezier(0.55, 0.06, 0.33, 1.85);
  transform: translateX(-30px) scale(0.86) skew(8deg);
}
.clip-js.reveal.left, .clip-js.reveal.right, .clip-js.reveal.top, .clip-js.reveal.top-left, .clip-js.reveal.bottom, .clip-js.reveal.center,
.clip-js1.reveal.left,
.clip-js1.reveal.right,
.clip-js1.reveal.top,
.clip-js1.reveal.top-left,
.clip-js1.reveal.bottom,
.clip-js1.reveal.center,
.clip-js2.reveal.left,
.clip-js2.reveal.right,
.clip-js2.reveal.top,
.clip-js2.reveal.top-left,
.clip-js2.reveal.bottom,
.clip-js2.reveal.center {
  clip-path: inset(0);
}
.clip-js.reveal.circle,
.clip-js1.reveal.circle,
.clip-js2.reveal.circle {
  clip-path: circle(100% at 50% 50%);
}
.clip-js.reveal.skew,
.clip-js1.reveal.skew,
.clip-js2.reveal.skew {
  clip-path: polygon(0 0, 200% 0, 0 200%);
}
.clip-js.reveal.transform,
.clip-js1.reveal.transform,
.clip-js2.reveal.transform {
  clip-path: polygon(0 0, 200% 0, 0 200%);
  transform: translateX(0) scale(1) skew(0);
}

.clip-js1,
.clip-js2 {
  transition: all 4s ease;
}

.clip-js-bg {
  transition: all 1.8s ease;
}
.clip-js-bg.skew {
  transition: all 1s ease;
  transform: translate(-60%, 60%);
}
.clip-js-bg.skew2 {
  transition: all 1s ease;
  transform: translate(60%, 60%);
}
.clip-js-bg.reveal.skew {
  transform: translate(0);
}
.clip-js-bg.reveal.skew2 {
  transform: translate(0);
}

.ac-title.is-active {
  transition: all 3s;
}
.ac-title.is-active .i_box::after {
  height: 0;
  transition: all 0.3s;
}

.ac-content {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.3s;
}

.ac-content.is-open {
  height: auto;
  opacity: 1;
  display: block;
  transition: all 0.3s;
}/*# sourceMappingURL=style.css.map */