@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho&display=swap");
@keyframes btn {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateX(100%);
  }
}
.bold {
  font-weight: bold;
}

.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: 16px;
  letter-spacing: 2px;
  line-height: 2;
  margin-bottom: 10px;
}
@media screen and (min-width: 600px) {
  .c-txt-md {
    font-size: 18px;
  }
}
@media screen and (min-width: 960px) {
  .c-txt-md {
    font-size: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .c-txt-md {
    font-size: 22px;
  }
}

.c-txt-sm, .c-staff__text p, .p-news__content, .breadcrumb {
  font-size: 14px;
  letter-spacing: 2px;
  line-height: 2;
}
@media screen and (min-width: 600px) {
  .c-txt-sm, .c-staff__text p, .p-news__content, .breadcrumb {
    line-height: 1.7;
  }
}
@media screen and (min-width: 960px) {
  .c-txt-sm, .c-staff__text p, .p-news__content, .breadcrumb {
    font-size: 18px;
  }
}
@media screen and (min-width: 1200px) {
  .c-txt-sm, .c-staff__text p, .p-news__content, .breadcrumb {
    font-size: 18px;
  }
}

.c-txt-xs {
  font-size: 10px;
  letter-spacing: 2px;
  line-height: 2;
  color: #968a64;
}
@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, .tab-cate, .c-contact .contact-form .submit-btn, .c-contact .contact-form .privacy, .c-contact-text, .c-faq .faq .c-txtarea01, .c-faq__title, .c-topmenu__desc, .c-topsec__title, .p-footer .sns-link, .p-news__list, .p-contact__wrap .Desc, .p-access__desc, .p-access__map, .p-menu__list, .p-menu__predesc, .p-menu .Desc, .p-slide__desc, .cta__block, .line-title, .c-title, .c-topview, .breadcrumb {
  margin-bottom: 30px;
}
@media screen and (min-width: 960px) {
  .mb-sm, .tab-cate, .c-contact .contact-form .submit-btn, .c-contact .contact-form .privacy, .c-contact-text, .c-faq .faq .c-txtarea01, .c-faq__title, .c-topmenu__desc, .c-topsec__title, .p-footer .sns-link, .p-news__list, .p-contact__wrap .Desc, .p-access__desc, .p-access__map, .p-menu__list, .p-menu__predesc, .p-menu .Desc, .p-slide__desc, .cta__block, .line-title, .c-title, .c-topview, .breadcrumb {
    margin-bottom: 45px;
  }
}
@media screen and (min-width: 1200px) {
  .mb-sm, .tab-cate, .c-contact .contact-form .submit-btn, .c-contact .contact-form .privacy, .c-contact-text, .c-faq .faq .c-txtarea01, .c-faq__title, .c-topmenu__desc, .c-topsec__title, .p-footer .sns-link, .p-news__list, .p-contact__wrap .Desc, .p-access__desc, .p-access__map, .p-menu__list, .p-menu__predesc, .p-menu .Desc, .p-slide__desc, .cta__block, .line-title, .c-title, .c-topview, .breadcrumb {
    margin-bottom: 55px;
  }
}

.mb-md, .c-privacy-text, .c-news .category-list, .c-topmenu, .c-staff-sl__menu, .c-staff-sl__desc, .c-topsec, .p-footer__nav ul, .p-contact-mainbtn, .p-about__title, .cta, .p-title {
  margin-bottom: 40px;
}
@media screen and (min-width: 960px) {
  .mb-md, .c-privacy-text, .c-news .category-list, .c-topmenu, .c-staff-sl__menu, .c-staff-sl__desc, .c-topsec, .p-footer__nav ul, .p-contact-mainbtn, .p-about__title, .cta, .p-title {
    margin-bottom: 55px;
  }
}
@media screen and (min-width: 1200px) {
  .mb-md, .c-privacy-text, .c-news .category-list, .c-topmenu, .c-staff-sl__menu, .c-staff-sl__desc, .c-topsec, .p-footer__nav ul, .p-contact-mainbtn, .p-about__title, .cta, .p-title {
    margin-bottom: 65px;
  }
}

.mb-lr, .c-thanks-text, .c-privacy-desc, .c-contact .contact-form, .c-news-sl, .c-news, .c-faq, .c-tab, .c-staff-sl, .c-staff, .strength {
  margin-bottom: 70px;
}
@media screen and (min-width: 600px) {
  .mb-lr, .c-thanks-text, .c-privacy-desc, .c-contact .contact-form, .c-news-sl, .c-news, .c-faq, .c-tab, .c-staff-sl, .c-staff, .strength {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 960px) {
  .mb-lr, .c-thanks-text, .c-privacy-desc, .c-contact .contact-form, .c-news-sl, .c-news, .c-faq, .c-tab, .c-staff-sl, .c-staff, .strength {
    margin-bottom: 90px;
  }
}

.pb-sm {
  padding-bottom: 20px;
}
@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 5vw;
}
@media screen and (min-width: 600px) {
  .c-container, .breadcrumb {
    padding: 0 8vw;
  }
}
@media screen and (min-width: 960px) {
  .c-container, .breadcrumb {
    padding: 0 10vw;
  }
}
@media screen and (min-width: 1200px) {
  .c-container, .breadcrumb {
    padding: 0 15vw;
  }
}

/* ---------------------------------- **
		Modal Window
** ---------------------------------- */
#layer_board_area {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 3vw;
  overflow-y: auto;
  box-sizing: border-box;
  /*スクロールバーを非表示*/
  -ms-overflow-style: none;
  /*スクロールバーを非表示*/
  scrollbar-width: none;
  /*スクロールバーを非表示*/
  z-index: 8000;
}

#layer_board_area::-webkit-scrollbar {
  display: none;
  /*スクロールバーを非表示*/
}

.layer_board_bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  cursor: pointer;
  background: #000;
  z-index: 0;
}

/* --modalWindow ポップアップ部分-- */
.layer_board {
  display: none;
  position: relative;
  width: 80%;
  max-width: 800px;
  margin: 3em auto;
  box-sizing: border-box;
  background: #fff;
  z-index: 8000;
  font-size: 12px;
  color: black;
}
.layer_board .desc {
  margin-bottom: 20px;
}

.layer_board.shortLayer {
  margin: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* --modalWindow バツ(閉じる)ボタン-- */
.layer_board .mdl_btn_close.circle_btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
  height: 35px;
  background-color: #000;
  background-image: url(../images/common/btn_close.png);
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: 50%;
  transition: 0.15s;
}

.layer_board .mdl_btn_close.circle_btn:hover {
  background-color: rgb(52, 126, 175);
  border: 1px solid rgb(52, 126, 175);
  cursor: pointer;
}

/* --↑必須なのはここまで↑-- */
/* --modalWindow タイトル部分-- */
.layer_borad_title {
  padding: 30px 0 10px 0;
  line-height: 2;
  font-weight: bold;
  color: rgb(52, 126, 175);
  font-size: 14px;
  text-align: center;
  background-color: black;
  background-color: rgb(243, 242, 242);
}

/* --modalWindow コンテンツ部分-- */
.layer_borad_content {
  padding: 20px 10px;
}
.layer_borad_content ul {
  margin-bottom: 20px;
}
.layer_borad_content li {
  margin-bottom: 5px;
}
.layer_borad_content .guideline_link {
  margin-bottom: 20px;
}
.layer_borad_content .guideline_link a {
  border-bottom: 1px solid #000;
}
.layer_borad_content .guideline_link::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin: 0 0.3em 0 0;
  border: 5px solid transparent;
  border-right: 0 solid transparent;
  border-left: 7px solid #000;
}
.layer_borad_content .guideline_link-bf {
  margin-bottom: 5px;
}

/* --modalWindow 四角ボタン-- */
.layer_board .square_btn {
  display: block;
  position: relative;
  width: 140px;
  margin: 20px auto 0 auto;
  padding: 7px 10px;
  border: 1px solid #111;
  border-radius: 2px;
  font-weight: 300;
  color: #111;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
  transition: 0.15s;
}

.layer_board .square_btn:hover {
  background: #111;
  color: #fff;
}

@media screen and (max-width: 480px) {
  .layer_board {
    width: 95%;
    margin: 3em auto;
  }
  .layer_board .mdl_btn_close.circle_btn {
    width: 30px;
    height: 30px;
  }
}
@media (min-width: 600px) {
  .layer_borad_content {
    padding: 20px 40px;
    font-size: 14px;
  }
  .layer_borad_content ul {
    padding-left: 20px;
  }
  .layer_borad_title {
    font-size: 16px;
  }
  .layer_board .mdl_btn_close.circle_btn {
    width: 40px;
    height: 40px;
  }
}
.swiper-container {
  overflow: visible !important;
}

.swiper-slide {
  overflow: hidden;
}

.scrolldown {
  display: inline-block;
  position: absolute;
  right: 10px;
  bottom: 0;
  z-index: 2;
  padding: 10px 10px 42px;
  overflow: hidden;
  color: #fff;
  font-size: 12px;
  z-index: 4000;
  font-family: "Josefin Sans", sans-serif;
  line-height: 1;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  writing-mode: vertical-lr;
}
.scrolldown::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 60px;
  background: #fff;
}
.scrolldown::after {
  height: 20px;
  animation: sdl 2s ease infinite;
}
@media (min-width: 960px) {
  .scrolldown {
    right: 20px;
    font-size: 18px;
  }
  .scrolldown::after {
    width: 2px;
  }
}
@keyframes sdl {
  0% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(40px);
  }
}

/******************************************************************

Stylesheet: ベーススタイル

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

.h1-title {
  position: absolute;
  opacity: 0;
}

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

.wp-categories {
  margin-bottom: 30px;
}
.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;
  border-radius: 9999px;
  font-size: 12px;
}
@media (min-width: 960px) {
  .wp-categories ul li a {
    font-size: 15px;
    padding: 8px 15px;
  }
}

body {
  color: rgb(39, 39, 39);
  letter-spacing: 1px;
  font-family: "Shippori Mincho", "アプリ明朝", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", serif;
}

body.hidden {
  overflow: hidden;
}

.superwrapper {
  overflow: hidden;
}

.c-topview {
  position: relative;
}
.c-topview__img {
  position: relative;
  height: 25vh;
}
.c-topview__img::before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  background-color: #333;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 300;
  opacity: 0.4;
}
.c-topview__text {
  position: absolute;
  top: 53%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  z-index: 600;
  color: #fff;
  font-weight: 500;
  letter-spacing: 2px;
}
.c-topview__text .ja {
  font-size: 1.6rem;
}
.c-topview__text .en {
  font-size: 0.9rem;
  color: #ccb8a4;
}
@media (max-width: 599px) {
  .c-topview .view-pc {
    display: none;
  }
}
@media (min-width: 600px) {
  .c-topview .view-sp {
    display: none;
  }
  .c-topview__img {
    height: 30vh;
  }
}
@media (min-width: 960px) {
  .c-topview__img {
    height: calc(30vh + 136px);
  }
  .c-topview__text {
    top: calc(65px + 50%);
    letter-spacing: 2px;
  }
  .c-topview__text .ja {
    font-size: 1.8rem;
    margin-bottom: 5px;
  }
  .c-topview__text .en {
    font-size: 1.1rem;
  }
}
@media (min-width: 1200px) {
  .c-topview__text .ja {
    font-size: 2.2rem;
  }
  .c-topview__text .en {
    font-size: 1.3rem;
  }
}

.p-title {
  position: relative;
  text-transform: uppercase;
  text-align: center;
}
.p-title .en {
  display: block;
  font-size: 2.2rem;
  margin-bottom: 5px;
  letter-spacing: 4px;
  font-weight: 500;
  color: #5D4037;
}
.p-title .ja {
  position: relative;
  top: -0.3rem;
  font-size: 0.9rem;
  color: #5D4037;
  padding-left: 8px;
}
@media (min-width: 600px) {
  .p-title .en {
    font-size: 2.8rem;
  }
  .p-title .ja {
    font-size: 1.1rem;
  }
}
@media (min-width: 960px) {
  .p-title .en {
    font-size: 3.2rem;
    letter-spacing: 6px;
  }
  .p-title .ja {
    font-size: 1.2rem;
  }
}
.c-title {
  position: relative;
  text-transform: uppercase;
}
.c-title .en {
  display: block;
  font-size: 30px;
  letter-spacing: 4px;
}
.c-title .ja {
  position: relative;
  top: -0.3rem;
  font-size: 14px;
  color: #434749;
  padding-bottom: 10px;
}
.c-title .ja::after {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  display: inline-block;
  width: 80px;
  height: 1px;
  background-color: #c49e2b;
}

.main-tit {
  background: #a48c79;
  text-align: center;
  padding: 20px 0;
  position: relative;
  margin-bottom: 60px;
}
.main-tit h3 {
  background-color: #fff;
  padding: 10px;
  color: #a48c79;
  margin-bottom: 20px;
  display: inline-block;
  border-radius: 25px;
}
.main-tit h2 {
  color: #fff;
  font-size: 1.3rem;
  transform: rotate(-5deg);
  font-size: 27px;
}
.main-tit h2 span {
  color: #ffff00;
  font-size: 35px;
}
.main-tit::after {
  position: absolute;
  left: 50%;
  bottom: -20px;
  transform: translate(-50%, 0%);
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 25px 0 25px;
  border-color: #a48c79 transparent transparent transparent;
}
@media (min-width: 600px) {
  .main-tit h2 {
    font-size: 30px;
  }
  .main-tit h2 span {
    font-size: 37px;
  }
  .main-tit h2 br {
    display: none;
  }
}

.line-title {
  letter-spacing: 2px;
  font-size: 18px;
  color: #fff;
  padding: 8px 16px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.line-title::before {
  content: "";
  width: 30px;
  height: 2px;
  background: #FFF;
}
@media (min-width: 600px) {
  .line-title {
    font-size: 22px;
  }
}
@media (min-width: 960px) {
  .line-title {
    font-size: 24px;
  }
}
.c-sub-title p {
  position: relative;
  padding-left: 30px;
}
.c-sub-title p::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  width: 20px;
  height: 3px;
  background: rgb(52, 126, 175);
}

.more-btn {
  position: relative;
  display: block;
  text-align: center;
}
.more-btn__link {
  background-color: #a48c79;
  display: inline-block;
  padding: 15px;
  width: 220px;
  border: 2px solid #a48c79;
  z-index: 1;
}
.more-btn__link span {
  position: relative;
  color: #fff;
}
.more-btn__link span:first-child {
  padding-right: 40px;
}
.more-btn__link span:first-child::before {
  content: "";
  width: 25px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.more-btn__link span:first-child::after {
  content: "";
  width: 8px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: -4px;
  bottom: 0;
  right: 0;
  margin: auto;
  transform: rotate(30deg);
}
.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: #a48c79;
  transform: none;
}
.more-btn__link.slide-bg:hover span:first-child::before {
  background-color: #a48c79;
}
.more-btn__link.slide-bg:hover span:first-child::after {
  background-color: #a48c79;
}
@media (min-width: 960px) {
  .more-btn__link {
    width: 300px;
    padding: 20px 15px;
  }
  .more-btn__link span:first-child {
    padding-right: 50px;
  }
  .more-btn__link span:first-child::before {
    width: 35px;
  }
  .more-btn__link span:first-child::after {
    width: 12px;
    top: -6px;
  }
}

.text-btn {
  text-align: right;
}
.text-btn a {
  color: #fff;
}
.text-btn a span {
  display: inline-block;
  padding-right: 50px;
  position: relative;
}
.text-btn a span::before {
  content: "";
  width: 25px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 4px;
  bottom: 0;
  right: 15px;
  margin: auto;
  transition: all 0.3s;
}
.text-btn a span::after {
  content: "";
  width: 8px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  transform: rotate(30deg);
  transition: all 0.3s;
}
.text-btn a:hover span::before, .text-btn a:hover span::after {
  right: 0;
}
@media (min-width: 960px) {
  .text-btn a span {
    padding-right: 65px;
  }
  .text-btn a span::before {
    width: 35px;
    top: 6px;
    right: 15px;
  }
  .text-btn a span::after {
    width: 12px;
    right: 15px;
  }
}

.cta {
  text-align: center;
}
.cta__block {
  padding: 14px 10px;
  background-color: #a48c79;
  display: inline-block;
  position: relative;
  z-index: 1000;
  border-radius: 3em;
  box-shadow: 5px 5px 5px rgb(201, 200, 200);
  text-align: center;
}
.cta__block a {
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  position: relative;
  padding-left: 25px;
}
.cta__block a::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  content: "";
  height: 18px;
  width: 18px;
  background-image: url(../images/common/tel-white.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.cta__block a::after {
  display: block;
  position: absolute;
  top: 10px;
  right: -12px;
  bottom: 0;
  margin: auto;
  width: 0.5em;
  height: 0.5em;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
  transform: translateY(-50%) rotate(45deg);
}
.cta__block .mail::before {
  background-image: url(../images/common/ico-mail-wh.png);
}
@media (min-width: 374px) {
  .cta__block {
    width: 290px;
  }
}
@media (min-width: 960px) {
  .cta__block {
    width: 300px;
    padding: 22px 10px;
  }
  .cta__block a {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .cta__block {
    width: 400px;
    padding: 22px 10px;
  }
  .cta__block a {
    font-size: 22px;
  }
}
.cta.line .cta__block {
  background-color: rgb(6, 80, 82);
}
.cta.line .cta__block .line-cta {
  padding-left: 30px;
}
.cta.line .cta__block .line-cta::before {
  background-image: url(../images/common/icon-line-cta.png);
  height: 36px;
  width: 36px;
  left: -20px;
}
.cta p {
  margin-bottom: 6px;
  font-weight: bold;
  color: #a48c79;
  font-size: 1rem;
}
.cta p span {
  font-size: 1.2rem;
}
.cta small {
  display: block;
}
@media (min-width: 960px) {
  .cta p {
    margin-bottom: 6px;
    font-weight: bold;
    color: #a48c79;
    font-size: 1.4rem;
  }
  .cta p span {
    font-size: 1.8rem;
  }
  .cta .line-cta {
    font-size: 22px;
  }
}

.top-view {
  position: relative;
}
.top-view .hero {
  position: relative;
  overflow: hidden;
  height: 60vh;
}
.top-view .hero::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgb(39, 39, 39);
  opacity: 0.4;
  z-index: 10;
}
.top-view .hero .swiper-container,
.top-view .hero .swiper-container2 {
  width: 100%;
  height: 100%;
}
.top-view .hero .swiper-container .swiper-wrapper,
.top-view .hero .swiper-container2 .swiper-wrapper {
  width: 100%;
  height: 100%;
}
.top-view .hero .swiper-container .swiper-slide,
.top-view .hero .swiper-container2 .swiper-slide {
  height: 60vh;
  overflow: hidden;
}
@media (min-width: 600px) {
  .top-view .hero .swiper-container .swiper-slide,
  .top-view .hero .swiper-container2 .swiper-slide {
    height: 65vh;
  }
}
@media (min-width: 1200px) {
  .top-view .hero .swiper-container .swiper-slide,
  .top-view .hero .swiper-container2 .swiper-slide {
    height: 75vh;
  }
}
.top-view .hero .swiper-container .swiper-slide .hero-img,
.top-view .hero .swiper-container2 .swiper-slide .hero-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.top-view .hero__txt {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 100;
  width: 100%;
  text-align: center;
  padding: 0 5vw;
}
.top-view .hero__txt .Logo {
  color: #fff;
}
.top-view .hero__txt .Logo h2 {
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 2px;
  margin-bottom: 15px;
}
.top-view .hero__txt .Logo .Img img {
  width: 220px;
}
.top-view .hero__txt.pilates .Logo {
  width: 70%;
}
.top-view .hero .swiper-container2 {
  display: none;
}
@media (min-width: 600px) {
  .top-view .hero {
    height: 70vh;
  }
  .top-view .hero__txt .Logo h2 {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .top-view .hero__txt .Logo h2 br {
    display: none;
  }
  .top-view .hero__txt .Logo .Img img {
    width: 300px;
  }
}
@media (min-width: 960px) {
  .top-view .hero {
    height: 100vh;
    display: flex;
  }
  .top-view .hero__txt .Logo h2 {
    font-size: 26px;
    margin-bottom: 30px;
    letter-spacing: 4px;
  }
  .top-view .hero__txt .Logo .Img img {
    width: 350px;
  }
  .top-view .hero .swiper-container2 {
    display: block;
  }
}
@media (min-width: 1200px) {
  .top-view .hero__txt .Logo h2 {
    font-size: 28px;
  }
  .top-view .hero__txt .Logo .Img img {
    width: 400px;
  }
}

.p-about {
  position: relative;
  padding: 50px 0;
  background: url(../images/home/bg-4-sp.webp) no-repeat center/cover;
}
.p-about__title {
  text-align: center;
  font-size: 20px;
  line-height: 1.8;
  font-weight: 800;
  letter-spacing: 2px;
  color: #5D4037;
}
.p-about__img {
  max-width: 500px;
  margin: 0 auto 30px;
}
.p-about__desc .c-txt-sm, .p-about__desc .c-staff__text p, .c-staff__text .p-about__desc p, .p-about__desc .p-news__content, .p-about__desc .breadcrumb {
  margin-bottom: 15px;
}
.p-about .more-btn {
  margin-top: 30px;
}
@media (min-width: 600px) {
  .p-about {
    padding: 70px 0;
  }
  .p-about__title {
    font-size: 22px;
  }
  .p-about__title br {
    display: none;
  }
}
@media (min-width: 960px) {
  .p-about {
    padding: 80px 0 100px;
    background: url(../images/home/bg-4.webp) no-repeat center/cover;
  }
  .p-about__wrap {
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: 40% 20% 40%;
  }
  .p-about__img {
    max-width: none;
    margin: 0;
    grid-row: 2/3;
    grid-column: 1/3;
    margin-top: -50%;
  }
  .p-about__desc {
    grid-row: 1/2;
    grid-column: 2/4;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 30px 30px 20px;
  }
  .p-about .more-btn {
    grid-row: 2/3;
    grid-column: 3/4;
    align-self: flex-end;
    justify-self: flex-end;
  }
  .p-about__title {
    font-size: 28px;
  }
}
@media (min-width: 1200px) {
  .p-about {
    padding: 90px 0 100px;
  }
  .p-about__title {
    font-size: 36px;
  }
}

.p-slide__wrap {
  width: 100%;
  overflow: hidden;
}
.p-slide__desc {
  position: relative;
  z-index: 1000;
}
.p-slide .gallery {
  display: flex;
  width: 100%;
}
.p-slide .gallery .slide-item {
  width: 60%;
  height: 150px !important;
  flex-shrink: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 600px) {
  .p-slide .gallery .slide-item {
    width: 50%;
    height: 300px !important;
  }
}
@media (min-width: 960px) {
  .p-slide .gallery .slide-item {
    width: 45%;
    height: 350px !important;
  }
}
@media (min-width: 1200px) {
  .p-slide .gallery .slide-item {
    width: 40%;
    height: 380px !important;
  }
}

.p-menu {
  background: #a48c79;
  padding: 50px 0;
  color: #fff;
}
.p-menu .p-title p {
  color: #fff;
}
.p-menu .Desc {
  font-size: 18px;
  text-align: center;
}
.p-menu .Desc .text-btn {
  margin-top: 20px;
}
.p-menu__list__item {
  margin-bottom: 40px;
}
.p-menu__list__item a {
  color: #fff;
}
.p-menu__list__item .Img {
  height: 260px;
  position: relative;
  margin: 0 auto 20px;
  max-width: 400px;
}
.p-menu__list__item .Img .title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.8);
  color: #5D4037;
  font-size: 18px;
  letter-spacing: 2px;
  padding: 10px 0;
}
.p-menu__list__item .Desc {
  text-align: left;
}
.p-menu .more-btn__link {
  border: 2px solid #fff;
}
@media (min-width: 600px) {
  .p-menu {
    padding: 70px 0;
  }
  .p-menu .Desc {
    font-size: 22px;
  }
  .p-menu__list__item .Img {
    height: 300px;
  }
  .p-menu__list__item .Img .title {
    font-size: 22px;
    padding: 15px 0;
  }
}
@media (min-width: 960px) {
  .p-menu {
    padding: 80px 0;
  }
  .p-menu .title-wrap {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
  }
  .p-menu .title-wrap .p-title {
    margin-bottom: 0;
    text-align: left;
  }
  .p-menu .title-wrap .Desc {
    text-align: left;
    font-size: 28px;
    letter-spacing: 3px;
    margin-bottom: 0;
    padding-left: 25px;
    margin-left: 25px;
    border-left: 1px solid #fff;
    flex: 1;
  }
  .p-menu__list {
    margin-bottom: 70px;
  }
  .p-menu__list__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 60px;
  }
  .p-menu__list__item:nth-child(2n) {
    flex-direction: row-reverse;
  }
  .p-menu__list__item .Img {
    flex-basis: 42%;
    max-width: none;
    margin: 0;
  }
  .p-menu__list__item .Desc {
    flex-basis: 55%;
    margin-bottom: 0;
  }
  .p-menu__list__item .Desc .text-btn {
    margin-top: 40px;
  }
}
@media (min-width: 1200px) {
  .p-menu .title-wrap {
    margin-bottom: 60px;
  }
  .p-menu .title-wrap .Desc {
    padding-left: 30px;
    margin-left: 30px;
  }
}

.p-access {
  padding: 50px 0;
  background: url(../images/home/bg-2-sp.webp) no-repeat center/cover;
}
.p-access__map {
  height: 300px;
}
.p-access__map iframe {
  width: 100%;
}
.p-access .more-btn {
  margin-bottom: 30px;
}
.p-access__desc a {
  color: #a48c79;
  border-bottom: 1px solid #a48c79;
}
.p-access__desc dl {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #fff;
  display: flex;
  align-items: center;
}
.p-access__desc dl dt {
  width: 100px;
}
.p-access__desc dl dd {
  flex: 1;
}
@media (min-width: 600px) {
  .p-access {
    padding: 70px 0;
  }
  .p-access__wrap {
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: auto auto;
    gap: 0 4%;
  }
  .p-access__map {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .p-access__desc {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .p-access .more-btn {
    grid-row: 2/3;
    grid-column: 2/3;
    justify-self: flex-end;
  }
}
@media (min-width: 960px) {
  .p-access {
    padding: 70px 0 100px;
    background: url(../images/home/bg-2.webp) no-repeat center/cover;
  }
  .p-access__wrap {
    grid-template-columns: 48% 48%;
  }
  .p-access__map {
    grid-row: 1/3;
    grid-column: 1/2;
    height: auto;
    margin-bottom: 0;
  }
  .p-access__desc {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .p-access__desc dl dt {
    width: 120px;
  }
  .p-access .more-btn {
    margin-bottom: 0;
  }
}

.p-contact {
  padding: 50px 0;
  position: relative;
  color: #fff;
  background: url(../images/home/img2.webp) no-repeat center/cover;
}
.p-contact::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgb(39, 39, 39);
  opacity: 0.5;
}
.p-contact .p-title p {
  color: #fff;
}
.p-contact-mainbtn {
  text-align: center;
}
.p-contact-mainbtn a {
  background-color: #fff;
  color: #ccb8a4;
  font-size: 20px;
  padding: 17px 10px;
  display: inline-block;
  position: relative;
  z-index: 100;
  border: 2px solid #ccb8a4;
  box-shadow: 0 0 0 5px #fff;
  text-align: center;
  width: 300px;
  transition: all 0.3s;
}
.p-contact-mainbtn a:hover {
  background-color: #5D4037;
  box-shadow: 0 0 0 5px #5D4037;
  color: #fff;
  border: 2px solid #fff;
}
.p-contact__wrap {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 10;
}
.p-contact__btn {
  padding: 20px 10px;
  display: inline-block;
  position: relative;
  z-index: 100;
  border: 2px solid #fff;
  text-align: center;
  margin-bottom: 20px;
  width: 300px;
  transition: all 0.3s;
}
.p-contact__btn:hover {
  background-color: rgba(255, 255, 255, 0.5019607843);
}
.p-contact__btn a {
  color: #fff;
  font-size: 20px;
  letter-spacing: 2px;
  position: relative;
  padding-left: 15px;
}
.p-contact__btn a::before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 2px;
  bottom: 0;
  left: -15px;
  margin: auto;
}
.p-contact__btn.tel a::before {
  background: url(../images/common/tel-white.png) no-repeat center/contain;
}
.p-contact__btn.insta a::before {
  background: url(../images/common/insta.svg) no-repeat center/contain;
}
.p-contact__btn.form a::before {
  background: url(../images/common/ico-mail-wh.png) no-repeat center/contain;
}
@media (min-width: 960px) {
  .p-contact {
    padding: 70px 0 50px;
  }
  .p-contact-mainbtn a {
    font-size: 24px;
    padding: 20px 10px;
    box-shadow: 0 0 0 8px #fff;
    width: 360px;
  }
  .p-contact__btn {
    width: 260px;
  }
  .p-contact__wrap .Desc .onlySP {
    display: none;
  }
  .p-contact ul {
    display: flex;
    justify-content: center;
  }
  .p-contact ul li {
    margin: 0 10px;
  }
}
@media (min-width: 1200px) {
  .p-contact__btn {
    width: 330px;
    padding: 25px 10px;
  }
  .p-contact__btn a {
    font-size: 24px;
    padding-left: 20px;
  }
  .p-contact__btn a::before {
    width: 24px;
    height: 24px;
    left: -20px;
  }
}

.p-news {
  padding: 50px 0;
  background-color: #f5f1e9;
}
.p-news__item {
  padding-bottom: 18px;
  margin-bottom: 18px;
  border-bottom: 1px solid #ccc;
}
.p-news__item a {
  color: #5D4037;
}
.p-news-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.p-news__date {
  color: #888;
  font-size: 14px;
  letter-spacing: 2px;
}
.p-news .cate-item {
  background-color: #ccb8a4;
  color: #fff;
  font-size: 12px;
  display: inline-block;
  padding: 5px 10px;
  margin-left: 10px;
}
.p-news.c-news {
  background-color: #fff;
  padding: 0;
}
@media (min-width: 600px) {
  .p-news {
    padding: 70px 0;
  }
  .p-news .c-container, .p-news .breadcrumb {
    padding: 0 10vw;
  }
}
@media (min-width: 960px) {
  .p-news {
    padding: 80px 0;
  }
  .p-news__link {
    display: flex;
    align-items: center;
  }
  .p-news-wrap {
    flex-basis: 30%;
    margin-bottom: 0;
  }
  .p-news__content {
    flex: 1;
  }
  .p-news__item {
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
}
@media (min-width: 1200px) {
  .p-news .c-container, .p-news .breadcrumb {
    padding: 0 15vw;
  }
}

.c-list {
  padding: 40px 0;
  background-color: #f5f1e9;
}
.c-list .line-title {
  color: #a48c79;
}
.c-list .line-title::before {
  background: #a48c79;
}
.c-list__wrap {
  margin-bottom: 30px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.c-list__wrap ul {
  margin: 10px;
  padding: 20px 10px;
  background-color: #fff;
}
.c-list__wrap ul li {
  border-bottom: 1px solid #ddd;
}

.p-footer {
  padding: 40px 0 12vh;
  background-color: #a48c79;
}
.p-footer__nav {
  margin: auto;
  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: 30px;
  transition: all 0.3s;
}
.p-footer__nav li span::before {
  content: "";
  width: 20px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.p-footer__nav li span:hover {
  opacity: 0.5;
}
.p-footer__nav li .c-txt-sm, .p-footer__nav li .c-staff__text p, .c-staff__text .p-footer__nav li p, .p-footer__nav li .breadcrumb, .p-footer__nav li .p-news__content {
  color: #fff;
}
.p-footer__logo {
  text-align: center;
  margin-bottom: 20px;
}
.p-footer__logo img {
  width: 240px;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-footer .sns-link {
  display: flex;
  justify-content: center;
}
.p-footer .sns-link li {
  width: 35px;
  height: 35px;
  margin: 0 10px;
  transition: all 0.3s;
}
.p-footer .sns-link li img {
  -o-object-fit: contain;
     object-fit: contain;
}
.p-footer .sns-link li:hover {
  opacity: 0.5;
}
.p-footer .copyright {
  text-align: center;
  color: #fff;
}
@media (min-width: 600px) {
  .p-footer {
    padding: 60px 0 30px;
  }
  .p-footer__nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .p-footer__nav ul li {
    margin-right: 30px;
  }
  .p-footer__logo img {
    width: 320px;
  }
}
@media (min-width: 960px) {
  .p-footer {
    padding: 80px 0 40px;
  }
  .p-footer .c-container, .p-footer .breadcrumb {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
    margin-bottom: 50px;
  }
  .p-footer__nav ul {
    justify-content: start;
    margin-bottom: 0;
  }
  .p-footer__nav ul li .c-txt-sm, .p-footer__nav ul li .c-staff__text p, .c-staff__text .p-footer__nav ul li p, .p-footer__nav ul li .breadcrumb, .p-footer__nav ul li .p-news__content {
    font-size: 16px;
  }
  .p-footer__wrap {
    margin-right: 5vw;
  }
  .p-footer__logo img {
    width: 450px;
  }
  .p-footer .sns-link {
    margin-bottom: 0;
  }
  .p-footer .sns-link li {
    width: 40px;
    height: 40px;
  }
}
.c-topsec__title {
  font-size: 22px;
  letter-spacing: 2px;
  text-align: center;
  color: #5D4037;
}
.c-topsec__desc .onlyPC {
  display: none;
}
@media (min-width: 960px) {
  .c-topsec__title {
    font-size: 28px;
  }
  .c-topsec__desc {
    text-align: center;
  }
  .c-topsec__desc .onlyPC {
    display: block;
  }
  .c-topsec__desc .c-txt-sm, .c-topsec__desc .c-staff__text p, .c-staff__text .c-topsec__desc p, .c-topsec__desc .breadcrumb, .c-topsec__desc .p-news__content {
    line-height: 2;
  }
}
.strength {
  padding: 50px 0;
  background: url(../images/home/img7.webp) no-repeat top center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}
.strength::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgb(39, 39, 39);
  opacity: 0.3;
}
.strength .p-title {
  position: relative;
  z-index: 10;
}
.strength .p-title p {
  color: #fff;
}
.strength__box {
  background-color: #fff;
  padding: 1.5rem 1rem 2rem;
  margin: 0 0 3rem;
  position: relative;
}
.strength .num {
  position: absolute;
  top: -40px;
  left: 10px;
  color: #ccb8a4;
  font-size: 50px;
  display: inline-block;
  margin-right: 20px;
  font-weight: bold;
}
.strength__img {
  float: none;
  width: 100%;
  margin: 0 0 1.5rem;
  height: 200px;
}
.strength__desc h3 {
  color: #5D4037;
  font-size: 17px;
  letter-spacing: 2px;
  text-align: center;
  margin-bottom: 15px;
}
.strength__desc h3 span {
  position: relative;
  display: inline-block;
  padding-bottom: 12px;
}
.strength__desc h3 span::after {
  content: "";
  width: 50px;
  height: 1px;
  background-color: #ccb8a4;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 600px) {
  .strength {
    padding: 70px 0 40px;
  }
  .strength__img {
    height: 360px;
  }
}
@media (min-width: 960px) {
  .strength {
    padding: 80px 0 30px;
  }
  .strength__box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2rem 1.5rem 2rem;
    margin: 0 0 4rem;
  }
  .strength .num {
    top: -60px;
    font-size: 5rem;
  }
  .strength__img {
    width: 48%;
    height: auto;
    margin-bottom: 0;
  }
  .strength__desc {
    width: 48%;
  }
  .strength__desc h3 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .strength__desc h3 span {
    padding-bottom: 12px;
  }
  .strength__desc h3 span::after {
    width: 80px;
  }
  .strength__desc .c-txt-sm, .strength__desc .c-staff__text p, .c-staff__text .strength__desc p, .strength__desc .breadcrumb, .strength__desc .p-news__content {
    font-size: 16px;
    line-height: 2;
  }
}

.c-flow .p-title {
  margin-bottom: 0;
}
.c-flow .item-tit {
  font-size: 17px;
  letter-spacing: 2px;
  padding-top: 10px;
  margin-bottom: 15px;
  color: #5D4037;
  position: relative;
}
.c-flow .item-tit .en {
  position: absolute;
  top: 10px;
  left: 20px;
  width: 100%;
  transform: translateY(-50%);
  opacity: 0.2;
  font-size: 2rem;
  color: #a48c79;
}
.c-flow .item-img {
  position: relative;
  margin-bottom: 20px;
}
.c-flow .item-img img {
  border-radius: 10px;
}
.c-flow .item-desc {
  position: relative;
}
.c-flow .item-desc .num {
  position: absolute;
  line-height: 1;
  bottom: -1.5rem;
  right: -1rem;
  color: #a48c79;
  font-size: 7rem;
  display: inline-block;
  font-weight: 200;
  opacity: 0.1;
}
.c-flow-item {
  position: relative;
  padding: 50px 0;
}
.c-flow-item::after {
  content: "";
  position: absolute;
  z-index: 200;
  bottom: -20px;
  left: 50%;
  margin-left: -40px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 20px 40px 0 40px;
  border-color: #f5f1e9 transparent transparent transparent;
}
.c-flow-item:last-child {
  padding-bottom: 70px;
}
.c-flow-item:last-child::after {
  display: none;
}
.c-flow #flow02,
.c-flow #flow04,
.c-flow #flow06 {
  background-color: #f5f1e9;
}
.c-flow #flow02::after,
.c-flow #flow04::after,
.c-flow #flow06::after {
  border-color: #f5f1e9 transparent transparent transparent;
}
.c-flow #flow01,
.c-flow #flow03,
.c-flow #flow05,
.c-flow #flow07 {
  background-color: #fff;
}
.c-flow #flow01::after,
.c-flow #flow03::after,
.c-flow #flow05::after,
.c-flow #flow07::after {
  border-color: #fff transparent transparent transparent;
}
.c-flow .go-back {
  margin-top: 50px;
}
@media (min-width: 600px) {
  .c-flow .c-container, .c-flow .breadcrumb {
    padding: 0 15vw;
  }
  .c-flow .item-img {
    margin: 0 6vw 25px;
  }
  .c-flow-item {
    padding: 70px 0;
  }
}
@media (min-width: 960px) {
  .c-flow .c-container, .c-flow .breadcrumb {
    padding: 0 10vw;
  }
  .c-flow .item-tit {
    font-size: 24px;
  }
  .c-flow .item-tit .en {
    font-size: 2.5rem;
  }
  .c-flow .item-img {
    flex-basis: 38%;
    margin: 0;
  }
  .c-flow .item-desc {
    flex-basis: 58%;
  }
  .c-flow .item-desc .num {
    bottom: -2rem;
    right: -1.2rem;
  }
  .c-flow-item {
    padding: 80px 0;
  }
  .c-flow-item .item-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .c-flow-item:nth-child(2n) .item-wrap {
    flex-direction: row-reverse;
  }
  .c-flow-item:last-child {
    padding-bottom: 100px;
  }
}
@media (min-width: 1200px) {
  .c-flow .c-container, .c-flow .breadcrumb {
    padding: 0 15vw;
  }
}

.c-message {
  padding: 50px 0;
  background: linear-gradient(225deg, #FAF9F7 0%, #F0EFEB 50%, #E6E4DF 100%);
}
.c-message__img {
  max-width: 500px;
  margin: 0 auto 30px;
}
.c-message__desc h3 {
  font-size: 19px;
  letter-spacing: 2px;
  line-height: 2;
  color: #5D4037;
  margin-bottom: 15px;
}
@media (min-width: 600px) {
  .c-message {
    padding: 70px 0;
  }
  .c-message__desc h3 {
    font-size: 22px;
    text-align: center;
  }
}
@media (min-width: 960px) {
  .c-message {
    padding: 80px 0;
  }
  .c-message__wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .c-message__img {
    flex-basis: 48%;
    margin: 0;
  }
  .c-message__desc {
    flex-basis: 48%;
  }
  .c-message__desc h3 {
    -moz-text-align-last: left;
         text-align-last: left;
    font-size: 24px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .c-message__img {
    flex-basis: 38%;
  }
  .c-message__desc {
    flex-basis: 58%;
  }
}

.c-staff__list {
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
}
.c-staff__list__item {
  position: relative;
  flex-basis: 49%;
  margin: 0 2% 15px 0;
  overflow: hidden;
}
.c-staff__list__item a {
  color: rgb(39, 39, 39);
}
.c-staff__list__item:nth-child(2n) {
  margin: 0 0 15px 0;
}
.c-staff__text {
  border: 2px solid #5D4037;
  padding: 10px 2px;
  color: #5D4037;
  text-align: center;
}
.c-staff__text h3 {
  font-size: 16px;
  letter-spacing: 2px;
  font-weight: 500;
}
.c-staff__img {
  position: relative;
  height: 180px;
}
.c-staff__img img {
  -o-object-position: center top;
     object-position: center top;
}
@media (min-width: 600px) {
  .c-staff__text {
    padding: 15px 5px;
  }
  .c-staff__text h3 {
    font-size: 22px;
  }
  .c-staff__img {
    height: 350px;
  }
}
@media (min-width: 960px) {
  .c-staff__list__item {
    flex-basis: 32%;
    margin: 0 2% 30px 0;
  }
  .c-staff__list__item:nth-child(2n) {
    margin: 0 2% 30px 0;
  }
  .c-staff__list__item:nth-child(3n) {
    margin: 0 0 30px 0;
  }
  .c-staff__img {
    height: 300px;
  }
}
@media (min-width: 1200px) {
  .c-staff__img {
    height: 350px;
  }
  .c-staff__text {
    padding: 20px 5px;
  }
  .c-staff__text h3 {
    font-size: 26px;
  }
}

.c-staff-sl {
  margin-top: 50px;
}
.c-staff-sl__img {
  max-width: 500px;
  margin: 0 auto 30px;
}
.c-staff-sl-name {
  margin-bottom: 40px;
}
.c-staff-sl-name p {
  font-size: 18px;
  margin-bottom: 5px;
}
.c-staff-sl-name h2 {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 3px;
  margin-bottom: 10px;
}
.c-staff-sl .sns-link ul {
  display: flex;
  flex-wrap: wrap;
}
.c-staff-sl .sns-link ul li {
  width: 50px;
  height: 50px;
  margin: 10px 15px 0 0;
  transition: all 0.3s;
}
.c-staff-sl .sns-link ul li img {
  -o-object-fit: contain;
     object-fit: contain;
}
.c-staff-sl .sns-link ul li:hover {
  opacity: 0.5;
}
.c-staff-sl__menu__title {
  font-size: 20px;
  letter-spacing: 2px;
  padding-left: 30px;
  position: relative;
  margin-bottom: 30px;
}
.c-staff-sl__menu__title::before {
  content: "";
  width: 22px;
  height: 1px;
  background-color: #ccb8a4;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.c-staff-sl__menu__list__item {
  margin-bottom: 30px;
}
.c-staff-sl__menu__list__item a {
  display: block;
  height: 260px;
  position: relative;
  color: #5D4037;
  font-size: 18px;
  letter-spacing: 2px;
  transition: all 0.3s;
}
.c-staff-sl__menu__list__item a .menu-name {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 10px 0;
}
.c-staff-sl__menu__list__item a:hover {
  opacity: 0.5;
}
@media (min-width: 600px) {
  .c-staff-sl-name {
    margin-bottom: 50px;
  }
  .c-staff-sl-name h2 {
    font-size: 2.4rem;
  }
  .c-staff-sl__menu__title {
    font-size: 24px;
    padding-left: 40px;
  }
  .c-staff-sl__menu__title::before {
    width: 28px;
  }
  .c-staff-sl__menu__list {
    display: flex;
    flex-wrap: wrap;
  }
  .c-staff-sl__menu__list__item {
    flex-basis: 48%;
    margin: 0 4% 30px 0;
  }
  .c-staff-sl__menu__list__item:nth-child(2n) {
    margin: 0 0 30px;
  }
}
@media (min-width: 960px) {
  .c-staff-sl {
    margin-top: 180px;
  }
  .c-staff-sl__wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
  }
  .c-staff-sl__img {
    flex-basis: 48%;
    max-width: none;
    margin: 0;
    height: 400px;
  }
  .c-staff-sl__img img {
    -o-object-position: top center;
       object-position: top center;
  }
  .c-staff-sl-name {
    flex-basis: 48%;
    margin: 0 0 0 4%;
  }
  .c-staff-sl-name p {
    font-size: 24px;
  }
  .c-staff-sl-name h2 {
    font-size: 3rem;
    margin-bottom: 10px;
  }
  .c-staff-sl .sns-link ul li {
    width: 60px;
    height: 60px;
  }
  .c-staff-sl__menu__title {
    font-size: 28px;
    padding-left: 50px;
    margin-bottom: 40px;
  }
  .c-staff-sl__menu__title::before {
    top: 5px;
    width: 35px;
  }
  .c-staff-sl__menu__list {
    display: flex;
    flex-wrap: wrap;
  }
  .c-staff-sl__menu__list__item {
    flex-basis: 31%;
    margin: 0 3% 30px 0;
  }
  .c-staff-sl__menu__list__item:nth-child(2n) {
    margin: 0 3% 30px 0;
  }
  .c-staff-sl__menu__list__item:nth-child(3n) {
    margin: 0 0 30px;
  }
}
@media (min-width: 1200px) {
  .c-staff-sl {
    margin-top: 190px;
  }
  .c-staff-sl .c-container, .c-staff-sl .breadcrumb {
    padding: 0 18vw;
  }
}

.c-topmenu__list__item a {
  display: block;
  background-color: #5D4037;
  color: #fff;
  padding: 15px;
  max-width: 350px;
  margin: 0 auto 10px;
  position: relative;
}
.c-topmenu__list__item a::before {
  position: absolute;
  content: "";
  /* 上向きの二等辺三角形の場合 */
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
  top: 50%;
  right: 15px;
  transform: translateY(-50%) rotate(180deg);
}
.c-topmenu__list__item a h3 {
  font-size: 17px;
  letter-spacing: 2px;
}
@media (min-width: 960px) {
  .c-topmenu__list {
    display: flex;
    justify-content: space-between;
  }
  .c-topmenu__list__item {
    flex-basis: 32%;
  }
  .c-topmenu__list__item a {
    max-width: none;
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .c-topmenu__list {
    justify-content: center;
  }
  .c-topmenu__list__item {
    flex-basis: 320px;
    margin: 0 10px;
  }
  .c-topmenu__list__item a {
    padding: 20px 15px;
  }
  .c-topmenu__list__item a h3 {
    font-size: 21px;
    letter-spacing: 2px;
  }
}

.c-price {
  position: relative;
  background-color: #a48c79;
  padding: 50px 0;
  scroll-margin: 60px;
}
.c-price__title {
  margin: 0 5vw 30px;
  text-align: center;
  background: url(../images/home/bg-2.webp) no-repeat center/cover;
  color: #5D4037;
  padding: 10px 0;
  font-size: 20px;
  letter-spacing: 2px;
}
.c-price__list__item {
  margin-bottom: 40px;
}
.c-price__list__item .Title {
  color: #fff;
  text-align: center;
  font-size: 18px;
  letter-spacing: 2px;
  border-bottom: 1px solid #ccb8a4;
  padding-bottom: 5px;
  margin-bottom: 20px;
}
.c-price__list__item .Price {
  margin-bottom: 20px;
}
.c-price__list__item .Price dl {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f5f1e9;
  padding: 30px 15px;
  font-size: 17px;
}
.c-price__list__item .Price dl dt {
  padding: 2px 15px;
  color: #fff;
}
.c-price__list__item .Price dl dt.time-60 {
  background-color: #5D4037;
}
.c-price__list__item .Price dl dt.time-90 {
  background-color: #a48c79;
}
.c-price__list__item .Price dl dt.time-120 {
  background-color: #ccb8a4;
}
.c-price__list__item .Price dl dd {
  font-weight: bold;
  padding: 0 10px;
  font-size: 17px;
}
.c-price__list__item .Price dl dd span {
  font-size: 24px;
  display: inline-block;
  padding: 0 5px;
}
.c-price__list__item .Img {
  height: 260px;
  max-width: 500px;
  margin: 0 auto 20px;
}
.c-price__list__item .Desc {
  color: #fff;
}
@media (min-width: 600px) {
  .c-price {
    padding: 70px 0 30px;
  }
  .c-price__title {
    margin: 0 8vw 40px;
    padding: 15px 0;
    font-size: 24px;
  }
  .c-price__list__item {
    margin-bottom: 60px;
  }
  .c-price__list__item .Title {
    font-size: 22px;
    padding-bottom: 10px;
  }
  .c-price__list__item .Price dl {
    font-size: 20px;
  }
  .c-price__list__item .Price dl dt {
    padding: 4px 18px;
  }
  .c-price__list__item .Price dl dd {
    font-size: 20px;
  }
  .c-price__list__item .Price dl dd span {
    font-size: 32px;
    letter-spacing: 2px;
  }
  .c-price__list__item .Img {
    height: 350px;
  }
}
@media (min-width: 960px) {
  .c-price {
    padding: 80px 0 30px;
    scroll-margin: 120px;
  }
  .c-price__title {
    margin: 0 10vw 50px;
    font-size: 30px;
    letter-spacing: 4px;
  }
  .c-price__list__item {
    margin-bottom: 70px;
  }
  .c-price__list__item .c-container, .c-price__list__item .breadcrumb {
    display: grid;
    grid-template-rows: auto auto auto;
    grid-template-columns: 48% 48%;
    gap: 0 4%;
  }
  .c-price__list__item .Title {
    grid-row: 1/2;
    grid-column: 2/3;
    align-self: flex-end;
  }
  .c-price__list__item .Price {
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: center;
  }
  .c-price__list__item .Img {
    grid-row: 1/4;
    grid-column: 1/2;
    margin: 0;
    height: 400px;
  }
  .c-price__list__item .Desc {
    grid-row: 3/4;
    grid-column: 2/3;
    align-self: flex-start;
  }
}

.c-tab__title {
  text-align: center;
  margin-bottom: 30px;
  font-size: 22px;
  letter-spacing: 2px;
  color: #5D4037;
}
.c-tab-item .Title {
  font-size: 1.5rem;
  letter-spacing: 2px;
  margin-bottom: 20px;
  color: #ccb8a4;
}
.c-tab-item .List {
  margin-bottom: 40px;
}
.c-tab-item .List dl {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ccc;
}
.c-tab-item .List dl dt {
  font-size: 15px;
  letter-spacing: 2px;
  color: #5D4037;
  margin-bottom: 8px;
}
.c-tab-item .List dl dt .onlyPC {
  display: none;
}
@media (min-width: 600px) {
  .c-tab__title {
    font-size: 24px;
  }
  .c-tab-item .Title {
    font-size: 1.7rem;
  }
}
@media (min-width: 960px) {
  .c-tab__title {
    font-size: 28px;
    margin-bottom: 40px;
  }
  .c-tab-item .Title {
    font-size: 2rem;
    margin-bottom: 30px;
  }
  .c-tab-item .List {
    margin-bottom: 65px;
  }
  .c-tab-item .List dl {
    display: flex;
    align-items: center;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .c-tab-item .List dl dt {
    width: 150px;
    font-size: 18px;
    margin-bottom: 0;
  }
  .c-tab-item .List dl dt .onlyPC {
    display: block;
  }
}

.c-entry {
  padding: 50px 0 10px;
  scroll-margin: 60px;
}
.c-entry__title {
  text-align: center;
  margin-bottom: 30px;
  font-size: 22px;
  letter-spacing: 2px;
  color: #5D4037;
}
.c-entry__desc {
  margin-bottom: 30px;
  text-align: left;
}
@media (min-width: 600px) {
  .c-entry__desc {
    text-align: center;
  }
}
@media (min-width: 960px) {
  .c-entry {
    scroll-margin: 100px;
  }
}
.c-faq__title {
  background: url(../images/home/bg-3.webp) no-repeat center/cover;
  text-align: center;
  color: #5D4037;
  padding: 15px 0;
  font-size: 20px;
  letter-spacing: 2px;
}
@media (min-width: 960px) {
  .c-faq__title {
    font-size: 24px;
    padding: 18px 0;
  }
}
.c-faq .faq {
  position: relative;
}
.c-faq .faq .c-txt-sm, .c-faq .faq .breadcrumb, .c-faq .faq .p-news__content, .c-faq .faq .c-staff__text p, .c-staff__text .c-faq .faq p {
  font-size: 14px;
  font-weight: 300;
}
.c-faq .faq__item {
  margin-bottom: 30px;
}
.c-faq .faq dt {
  position: relative;
  cursor: pointer;
  transition: color 0.2s cubic-bezier(0, 0, 0.58, 1);
  border-bottom: 1px solid gainsboro;
}
.c-faq .faq dt::before {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  left: 0;
  content: "Q";
  color: #5D4037;
  font-size: 20px;
  padding: 10px;
}
.c-faq .faq dt span {
  margin-left: 8vw;
  margin-right: 8vw;
  line-height: 1.5;
  display: block;
  position: relative;
  padding: 20px 10px;
}
.c-faq .faq dt .i_box {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 3vw;
  width: 20px;
  height: 20px;
}
.c-faq .faq dt .i_box::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background: url(../images/common/arrow.png) no-repeat center/contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(90deg);
  transition: transform 0.3s ease;
}
.c-faq .faq dd {
  position: relative;
}
.c-faq .faq dd::before {
  content: "A";
  position: absolute;
  top: 20px;
  left: 10px;
  bottom: 0;
  margin: auto;
  width: 12px;
  font-size: 22px;
  color: #ccb8a4;
}
.c-faq .faq dd .m-description-article {
  font-size: 3.7vw;
  display: block;
  line-height: 2;
  margin-left: 8vw;
  padding: 20px 10px;
}
.c-faq .faq dd a {
  color: #5D4037;
  border-bottom: 1px solid #5D4037;
}
@media (min-width: 600px) {
  .c-faq .faq .c-txt-sm, .c-faq .faq .breadcrumb, .c-faq .faq .p-news__content, .c-faq .faq .c-staff__text p, .c-staff__text .c-faq .faq p {
    font-size: 16px;
  }
  .c-faq .faq dt span {
    margin-left: 5vw;
    margin-right: 5vw;
  }
  .c-faq .faq dd {
    position: relative;
  }
  .c-faq .faq dd .m-description-article {
    margin-left: 5vw;
  }
}
@media (min-width: 960px) {
  .c-faq .faq {
    padding: 0 5vw;
  }
  .c-faq .faq .c-txt-sm, .c-faq .faq .breadcrumb, .c-faq .faq .p-news__content, .c-faq .faq .c-staff__text p, .c-staff__text .c-faq .faq p {
    font-size: 18px;
  }
  .c-faq .faq dt span {
    margin-left: 4vw;
    margin-right: 4vw;
  }
  .c-faq .faq dt::before {
    top: 43%;
    font-size: 26px;
  }
  .c-faq .faq dt .i_box {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 3vw;
    width: 20px;
    height: 20px;
  }
  .c-faq .faq dt .i_box::before {
    width: 15px;
    height: 15px;
  }
  .c-faq .faq dd::before {
    top: 15px;
    font-size: 28px;
  }
  .c-faq .faq dd .m-description-article {
    margin-left: 4vw;
  }
}

.c-news .category-list {
  background-color: #efefef;
  padding: 40px 5vw;
}
.c-news .category-list h4 {
  text-align: center;
  font-size: 17px;
  letter-spacing: 2px;
  margin-bottom: 15px;
}
.c-news .category-list ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.c-news .category-list ul li {
  border: 1px solid #ccc;
  background-color: #fff;
  padding: 3px 20px 5px;
  margin: 4px;
  position: relative;
  border-radius: 9999px;
}
.c-news .category-list ul li a {
  color: #a48c79;
  font-size: 12px;
}
@media (min-width: 960px) {
  .c-news {
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: 70% 30%;
    margin-bottom: 0;
  }
  .c-news .category-list {
    grid-row: 1/3;
    grid-column: 2/3;
    margin-bottom: 0;
    padding: 60px 30px 0;
  }
  .c-news .category-list h4 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .c-news .category-list ul {
    display: block;
  }
  .c-news .category-list ul li {
    border: none;
    border-bottom: 1px solid #a48c79;
    padding: 8px 10px;
    margin: 0px;
    border-radius: 0;
  }
  .c-news .category-list ul li a {
    font-size: 15px;
  }
  .c-news .c-container, .c-news .breadcrumb {
    grid-row: 1/2;
    grid-column: 1/2;
    padding: 0 5vw;
  }
  .c-news .c-container .p-news__link, .c-news .breadcrumb .p-news__link {
    display: block;
  }
  .c-news .c-container .p-news-wrap, .c-news .breadcrumb .p-news-wrap {
    margin-bottom: 10px;
  }
  .c-news .pagination {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .c-news .pagination .page-numbers {
    margin: 0 0 90px;
  }
}
@media (min-width: 1200px) {
  .c-news {
    grid-template-columns: 75% 25%;
  }
  .c-news .c-container, .c-news .breadcrumb {
    padding: 0 10vw;
  }
}

.c-news-sl {
  margin-top: 50px;
}
.c-news-sl .c-container, .c-news-sl .breadcrumb {
  padding: 0 5vw 0 5vw;
}
.c-news-sl__date {
  color: #888;
}
.c-news-sl__contents {
  padding: 10vw 0;
  line-height: 2.5;
}
.c-news-sl__link {
  text-align: right;
  font-size: 0.8rem;
}
.c-news-sl__link a {
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 1px solid rgb(114, 114, 114);
}
.c-news-sl__link a span {
  color: rgb(39, 39, 39);
}
@media (min-width: 600px) {
  .c-news-sl .c-container, .c-news-sl .breadcrumb {
    padding: 0 10vw;
  }
  .c-news-sl__contents {
    padding: 5vw 0;
  }
}
@media (min-width: 960px) {
  .c-news-sl {
    margin-top: 180px;
  }
  .c-news-sl .c-container, .c-news-sl .breadcrumb {
    padding: 0 15vw;
  }
  .c-news-sl__contents {
    padding: 3vw 0;
  }
}
@media (min-width: 1200px) {
  .c-news-sl {
    margin-top: 190px;
  }
  .c-news-sl .c-container, .c-news-sl .breadcrumb {
    padding: 0 18vw;
  }
  .c-news-sl__contents {
    padding: 2vw 0;
  }
}

.pagination .page-numbers {
  margin: 6vw 0;
}
.pagination .page-numbers:not(.next):not(.prev) {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(39, 39, 39);
  font-size: 12px;
  padding-left: 3px;
}
.pagination .page-numbers:not(.next):not(.prev) .current {
  border: 1px solid rgba(0, 0, 0, 0);
  background: #a48c79 !important;
  color: #fff;
}
.pagination .page-numbers:not(.next):not(.prev) .page-numbers:not(.next):not(.prev) {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 1px solid #c4ccd1;
  background: #fff;
  margin: 0 1.3vw;
}
.pagination .page-numbers:not(.next):not(.prev) .next {
  position: relative;
  padding-right: 22px;
  color: rgb(39, 39, 39);
  top: 0;
}
.pagination .page-numbers:not(.next):not(.prev) .next::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: 1px;
  width: 12px;
  height: 12px;
  margin-left: 8px;
}
@media (min-width: 600px) {
  .pagination .page-numbers:not(.next):not(.prev) .page-numbers:not(.next):not(.prev) {
    width: 45px;
    height: 45px;
  }
  .pagination .page-numbers:not(.next):not(.prev) .next {
    top: 1px;
  }
}
@media (min-width: 900px) {
  .pagination .page-numbers:not(.next):not(.prev) .page-numbers:not(.next):not(.prev) {
    width: 55px;
    height: 55px;
    font-size: 18px;
  }
  .pagination .page-numbers:not(.next):not(.prev) .next {
    top: 2px;
    font-size: 18px;
  }
  .pagination .page-numbers:not(.next):not(.prev) .next::after {
    top: 4px;
  }
}
@media (min-width: 960px) {
  .pagination {
    margin: 0 24vw;
  }
}

.c-contact {
  background-color: #f5f1e9;
}
.c-contact dt p {
  display: inline-block;
}
.c-contact .contact-form {
  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 #888;
}
.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 #888;
}
.c-contact .contact-form dl {
  text-align: left;
  display: inline-block;
  width: 100%;
  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: 12px;
  color: #ccb8a4;
  margin-left: 5px;
}
.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: 100%;
  text-align: center;
  margin: auto;
}
.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: 95%;
}
.c-contact .contact-form .ct-time {
  display: inline-block;
  text-align: right;
}
.c-contact .contact-form .ct-time dt {
  text-align: left;
  display: block;
}
.c-contact .contact-form .ct-time select {
  width: 100%;
}
.c-contact .contact-form .ct-ap input {
  border: none;
  height: auto;
  margin: 15px 0;
}
.c-contact .contact-form .ct-ap .file-note {
  font-size: 13px;
  line-height: 1.7;
}
.c-contact .contact-form .ct-ap .file-note br {
  display: none;
}
.c-contact .contact-form .ct-ap .file-note span {
  display: block;
  margin-bottom: 5px;
  padding-left: 1em;
  text-indent: -1em;
}
.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;
}
.c-contact .contact-form .submit-btn input:disabled {
  border-color: #949494;
}
.c-contact .contact-form .submit-btn input {
  border-color: rgb(39, 39, 39);
  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 {
    padding-top: 30px;
  }
  .c-contact .contact-form .c-contact-text br {
    display: none;
  }
  .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: 960px) {
  .c-contact .contact-form dl {
    padding-bottom: 35px;
  }
  .c-contact .contact-form dt {
    font-size: 18px;
  }
  .c-contact .contact-form .must::after {
    font-size: 14px;
  }
  .c-contact .contact-form .ct-ap input {
    margin-bottom: 20px;
  }
  .c-contact .contact-form .ct-ap .file-note {
    font-size: 15px;
  }
  .c-contact .contact-form .ct-ap .file-note span {
    margin-bottom: 8px;
  }
}
@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;
}
@media (min-width: 1500px) {
  .c-contact .wrap {
    padding: 0 200px;
  }
}

.grecaptcha-badge {
  visibility: hidden;
}

.c-privacy {
  margin-top: 50px;
}
.c-privacy .c-title {
  text-align: center;
  font-size: 26px;
  display: block;
  margin-bottom: 50px;
  font-weight: bold;
}
.c-privacy h3 {
  font-size: 17px;
  letter-spacing: 2px;
  margin-bottom: 20px;
}
.c-privacy-item {
  margin-bottom: 30px;
}
.c-privacy-item .List {
  margin: 20px 0;
}
.c-privacy-item .List-item {
  margin-bottom: 10px;
}
.c-privacy-item .List-item .c-txt-sm, .c-privacy-item .List-item .breadcrumb, .c-privacy-item .List-item .p-news__content, .c-privacy-item .List-item .c-staff__text p, .c-staff__text .c-privacy-item .List-item p {
  padding-left: 1em;
  text-indent: -1em;
}
.c-privacy-item .box {
  margin: 20px auto;
  border: 1px solid #ccc;
  padding: 20px;
  max-width: 400px;
}
.c-privacy-item .box a {
  color: #5D4037;
  border-bottom: 1px solid #5D4037;
}
.c-privacy .more-btn {
  margin-top: 50px;
}
@media (min-width: 960px) {
  .c-privacy {
    margin-top: 180px;
  }
  .c-privacy .c-title {
    font-size: 32px;
    margin-bottom: 70px;
  }
  .c-privacy h3 {
    font-size: 22px;
  }
  .c-privacy-item {
    margin-bottom: 50px;
  }
  .c-privacy-item .List {
    margin: 30px 0;
  }
  .c-privacy-item .List-item {
    margin-bottom: 15px;
  }
  .c-privacy-item .box {
    margin: 30px auto;
    border: 1px solid #ccc;
    padding: 30px;
    max-width: 600px;
  }
  .c-privacy-item .box .c-txt-sm, .c-privacy-item .box .breadcrumb, .c-privacy-item .box .p-news__content, .c-privacy-item .box .c-staff__text p, .c-staff__text .c-privacy-item .box p {
    line-height: 2;
  }
  .c-privacy .more-btn {
    margin-top: 70px;
  }
}
@media (min-width: 1200px) {
  .c-privacy {
    margin-top: 190px;
  }
}

.c-thanks {
  margin-top: 50px;
}
.c-thanks .c-title {
  text-align: center;
  font-size: 20px;
  display: block;
  margin-bottom: 30px;
  font-weight: bold;
}
.c-thanks h3 {
  font-size: 17px;
  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: 180px;
  }
  .c-thanks .c-title {
    font-size: 28px;
    margin-bottom: 70px;
  }
  .c-thanks h3 {
    font-size: 22px;
  }
  .c-thanks-item {
    margin-bottom: 50px;
  }
  .c-thanks .more-btn {
    margin-top: 70px;
  }
}
@media (min-width: 1200px) {
  .c-thanks {
    margin-top: 190px;
  }
}

.p-header {
  width: 100%;
  height: 64px;
}
.p-header .logo__img {
  display: inline-block;
  margin: 10px 10px 0px 10px;
}
.p-header .logo {
  background-image: url(../images/common/logo-n.webp);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 45px;
  width: 135px;
  opacity: 1;
}
.p-header .gtranslate_wrapper .gt_float_switcher {
  background-color: #fff;
  font-size: 14px;
}
.p-header .gtranslate_wrapper .gt_float_switcher .gt-selected {
  background-color: #fff;
}
.p-header .gtranslate_wrapper .gt_float_switcher .gt-selected .gt-current-lang {
  color: #5D4037;
}
.p-header .gtranslate_wrapper .gt_float_switcher .gt-selected .gt-current-lang img {
  display: none;
}
.p-header .gtranslate_wrapper .gt_float_switcher .gt_options a {
  color: #5D4037;
}
.p-header .gtranslate_wrapper .gt_float_switcher .gt_options a img {
  display: none;
}
@media (min-width: 960px) {
  .p-header .gtranslate_wrapper {
    margin-top: 10px;
  }
  .p-header .gtranslate_wrapper .gt_float_switcher {
    font-size: 18px;
  }
}
@media (max-width: 599px) {
  .p-header .pc-navbtn {
    display: none;
  }
}
@media (min-width: 600px) {
  .p-header .logo__img {
    display: inline-block;
    margin: 10px 10px 0px 15px;
  }
  .p-header .logo {
    height: 45px;
    width: 135px;
  }
  .p-header .sp-navbtn {
    display: none;
  }
}
@media (max-width: 959px) {
  .p-header .pc-container {
    display: none;
  }
}
.p-header .sp-navbtn {
  position: fixed;
  bottom: 0;
  left: 0;
  height: 8vh;
  width: 100%;
  z-index: 9999;
  transition: all 0.3s;
  background-color: #ccb8a4;
}
.p-header .sp-navbtn__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.p-header .sp-navbtn__container li {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ccb8a4;
}
.p-header .sp-navbtn__container a {
  position: relative;
  font-size: 14px;
  letter-spacing: 2px;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.p-header .sp-navbtn__container a img {
  width: 24px;
  height: 24px;
}
.p-header .sp-navbtn__container a:hover,
.p-header .sp-navbtn__container a:active {
  text-decoration: underline;
}
.p-header .pc-navbtn {
  position: fixed;
  top: 70%;
  transform: translateY(-50%);
  right: 0;
  z-index: 2000;
  transition: all 0.3s;
}
.p-header .pc-navbtn__container li {
  margin-bottom: 5px;
}
.p-header .pc-navbtn__container li a {
  display: block;
  color: #fff;
  position: relative;
  transition: all 0.3s;
  transform: translateX(115px);
  background-color: #ccb8a4;
  padding: 30px 15px 30px 80px;
  font-size: 15px;
  letter-spacing: 2px;
}
.p-header .pc-navbtn__container li a::before {
  content: "";
  width: 35px;
  height: 35px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 15px;
  margin: auto;
}
.p-header .pc-navbtn__container li a:hover {
  transform: translateX(0px);
  background-color: #5D4037;
}
.p-header .pc-navbtn__container li.sp1 a::before {
  background: url(../images/common/insta.svg) no-repeat center/contain;
}
.p-header .pc-navbtn__container li.sp2 a::before {
  background: url(../images/common/calendar.svg) no-repeat center/contain;
}
.p-header .hide.sp-navbtn {
  transform: translateY(100%);
  transition: all 0.4s;
}
@media (min-width: 960px) {
  .p-header {
    height: 0;
  }
  .p-header .pc-container {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 8000;
    width: 100%;
    transition: background-color 0.3s ease;
    background-color: transparent;
  }
  .p-header .pc-container__top {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .p-header .pc-container .translate {
    position: absolute;
    top: 13px;
    left: 12vw;
  }
  .p-header .pc-container .logo__img {
    display: inline-block;
    margin: 20px 0px 0px 0px;
  }
  .p-header .pc-container .logo__img .logo {
    background-image: url(../images/common/logo-n.webp);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 55px;
    width: 270px;
    opacity: 1;
  }
  .p-header .pc-container__btn {
    text-align: center;
    position: absolute;
    top: 20px;
    right: 12vw;
  }
  .p-header .pc-container__btn li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    padding: 10px 5px;
    border: 1px solid #fff;
    box-shadow: 0 0 0 3px #ccb8a4;
    background-color: #ccb8a4;
    color: #fff;
    font-size: 15px;
    letter-spacing: 2px;
    transition: all 0.3s;
  }
  .p-header .pc-container__btn li a:hover {
    opacity: 0.5;
  }
  .p-header .pc-container .pc-nav-list {
    display: flex;
    justify-content: center;
    padding: 20px 0;
  }
  .p-header .pc-container .pc-nav-item {
    font-size: 14px;
    padding: 0 20px;
    text-align: center;
    border-left: 1px solid #fff;
  }
  .p-header .pc-container .pc-nav-item:last-child {
    border-right: 1px solid #fff;
  }
  .p-header .pc-container .pc-nav-item a {
    color: #fff;
    transition: all 0.3s;
  }
  .p-header .pc-container .pc-nav-item a:hover {
    opacity: 0.5;
  }
  .p-header .pc-container.scrolled {
    background-color: #a48c79;
  }
  .p-header .mobile-container,
  .p-header .mobile-menu {
    display: none;
  }
}
@media (min-width: 1200px) {
  .p-header .pc-container .translate {
    left: 15vw;
  }
  .p-header .pc-container__btn {
    right: 15vw;
  }
  .p-header .pc-container__btn li a {
    width: 140px;
    padding: 8px 5px;
    font-size: 18px;
  }
  .p-header .pc-container .pc-nav-item {
    font-size: 16px;
    padding: 0 25px;
  }
  .p-header .pc-container .logo__img .logo {
    width: 300px;
  }
}

.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateX(100%);
  transition: all 0.5s;
  z-index: -1;
  background: url(../images/home/img7.webp) no-repeat center/cover;
}
.mobile-menu::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgb(39, 39, 39);
  opacity: 0.4;
}
.mobile-menu__nav {
  display: block;
  height: 100%;
  width: 100%;
}
.mobile-menu__list {
  width: 100%;
  text-align: center;
  list-style: none;
  padding-top: 120px;
  padding-bottom: 20px;
  position: relative;
  z-index: 100;
}
.mobile-menu__item {
  font-size: 16px;
  margin: 0 45px 25px 45px;
  letter-spacing: 2px;
}
.mobile-menu a {
  color: #fff;
}
.mobile-menu__btn {
  text-align: center;
  position: relative;
  z-index: 100;
}
.mobile-menu__btn li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 250px;
  margin: 0 auto 25px;
  padding: 0.9em 2em;
  border: 1px solid #fff;
  box-shadow: 0 0 0 3px #ccb8a4;
  background-color: #ccb8a4;
  color: #fff;
  font-size: 16px;
  letter-spacing: 2px;
}
@media (min-width: 600px) {
  .mobile-menu__list {
    padding-top: 140px;
  }
  .mobile-menu__item {
    font-size: 18px;
    margin: 0 45px 30px 45px;
  }
  .mobile-menu__btn li a {
    font-size: 18px;
  }
}

.contact-btn {
  padding: 0 10px;
}
.contact-btn-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.contact-btn-item {
  width: 48%;
  text-align: center;
  margin-bottom: 20px;
}
.contact-btn-item span {
  position: relative;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  padding: 40px 5px 10px 5px;
  display: block;
  background: linear-gradient(45deg, #223349, #2a3e59, #394d6b);
  border: 1px solid #c49e2b;
}
.contact-btn-item span::before {
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  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/icon_line_w.svg);
}
.contact-btn-item .mail::before {
  background-image: url(../images/common/ico-mail-wh.png);
}
.contact-btn-item .line::before {
  background-image: url(../images/common/icon-line-cta.png);
}
.contact-btn-item .ht::before {
  background-image: url(../images/common/logo-hotpepperbeauty.png);
}
.contact-btn-item .insta::before {
  background-image: url(../images/common/insta-black.png);
}

.mobile-container {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
  overflow: hidden;
  width: 100%;
  height: 64px;
  background-color: #a48c79;
}
.mobile-container .mobile-button {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 200;
  display: flex;
}
.mobile-container .mobile-button .translate {
  margin: 10px 10px 0 0;
}
.mobile-container .mobile-menu__btn {
  background-color: unset;
  border: none;
  outline: none !important;
  cursor: pointer;
  display: block;
  background-color: #fff;
  padding: 0 18px;
  border: 1px solid #5D4037;
  height: 64px;
}
.mobile-container .mobile-menu__btn.inview > span {
  background-color: #5D4037;
}
.mobile-container .mobile-menu__btn > span {
  background-color: #5D4037;
  width: 30px;
  height: 2px;
  display: block;
  margin-bottom: 7px;
  transition: transform 0.7s;
  opacity: 1;
}
.mobile-container .mobile-menu__btn > span:last-child {
  margin-bottom: 0;
}

.menu-open.mobile-menu {
  z-index: 8000;
  transition: all 0.5s;
  transform: translateX(0%);
}
.menu-open.mobile-menu nav li {
  opacity: 1;
  transition: 0.1s;
}
.menu-open.mobile-menu nav li:nth-child(1) {
  transition-delay: 0.03s;
}
.menu-open.mobile-menu nav li:nth-child(2) {
  transition-delay: 0.06s;
}
.menu-open.mobile-menu nav li:nth-child(3) {
  transition-delay: 0.09s;
}
.menu-open.mobile-menu nav li:nth-child(4) {
  transition-delay: 0.12s;
}
.menu-open.mobile-menu nav li:nth-child(5) {
  transition-delay: 0.15s;
}
.menu-open.mobile-menu nav li:nth-child(6) {
  transition-delay: 0.18s;
}
.menu-open.mobile-menu nav li:nth-child(7) {
  transition-delay: 0.21s;
}
.menu-open.mobile-menu nav li:nth-child(8) {
  transition-delay: 0.24s;
}
.menu-open.mobile-menu nav li:nth-child(9) {
  transition-delay: 0.27s;
}
.menu-open.mobile-menu nav li:nth-child(10) {
  transition-delay: 0.3s;
}
.menu-open .mobile-menu__btn > span {
  background-color: #5D4037 !important;
}
.menu-open .mobile-menu__btn > span:nth-child(1) {
  transition-delay: 70ms;
  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);
}

.clip-js,
.clip-js1,
.clip-js2,
.clip-js3 {
  transition: all 3s ease;
}
.clip-js.left,
.clip-js1.left,
.clip-js2.left,
.clip-js3.left {
  clip-path: inset(0 100% 0 0);
}
.clip-js.right,
.clip-js1.right,
.clip-js2.right,
.clip-js3.right {
  clip-path: inset(0 0 0 100%);
}
.clip-js.top,
.clip-js1.top,
.clip-js2.top,
.clip-js3.top {
  clip-path: inset(0 0 100% 0);
}
.clip-js.top-left,
.clip-js1.top-left,
.clip-js2.top-left,
.clip-js3.top-left {
  clip-path: inset(0 100% 100% 0);
}
.clip-js.bottom,
.clip-js1.bottom,
.clip-js2.bottom,
.clip-js3.bottom {
  clip-path: inset(100% 0 0 0);
}
.clip-js.center,
.clip-js1.center,
.clip-js2.center,
.clip-js3.center {
  clip-path: inset(100%);
}
.clip-js.circle,
.clip-js1.circle,
.clip-js2.circle,
.clip-js3.circle {
  clip-path: circle(0 at 50% 50%);
}
.clip-js.skew,
.clip-js1.skew,
.clip-js2.skew,
.clip-js3.skew {
  clip-path: polygon(0 0, 0 0, 0 0);
}
.clip-js.transform,
.clip-js1.transform,
.clip-js2.transform,
.clip-js3.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-js3.reveal.left,
.clip-js3.reveal.right,
.clip-js3.reveal.top,
.clip-js3.reveal.top-left,
.clip-js3.reveal.bottom,
.clip-js3.reveal.center {
  clip-path: inset(0);
}
.clip-js.reveal.circle,
.clip-js1.reveal.circle,
.clip-js2.reveal.circle,
.clip-js3.reveal.circle {
  clip-path: circle(100% at 50% 50%);
}
.clip-js.reveal.skew,
.clip-js1.reveal.skew,
.clip-js2.reveal.skew,
.clip-js3.reveal.skew {
  clip-path: polygon(0 0, 200% 0, 0 200%);
}
.clip-js.reveal.transform,
.clip-js1.reveal.transform,
.clip-js2.reveal.transform,
.clip-js3.reveal.transform {
  clip-path: polygon(0 0, 200% 0, 0 200%);
  transform: translateX(0) scale(1) skew(0);
}

.clip-js1 {
  transition: all 3s ease;
}

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

.clip-js3 {
  transition: all 2s 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);
}

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

.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-l.up .item {
  transform: translateY(10px);
}

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

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

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

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

.appear .item {
  transition: all 0.4s;
  opacity: 0;
}
.appear.inview .item {
  opacity: 1;
  transform: none;
}
.appear.inview .item:nth-child(1) {
  transition-delay: 0.4s;
}
.appear.inview .item:nth-child(2) {
  transition-delay: 0.8s;
}
.appear.inview .item:nth-child(3) {
  transition-delay: 1.2s;
}
.appear.inview .item:nth-child(4) {
  transition-delay: 1.6s;
}
.appear.inview .item:nth-child(5) {
  transition-delay: 2s;
}
.appear.inview .item:nth-child(6) {
  transition-delay: 2.4s;
}
.appear.inview .item:nth-child(7) {
  transition-delay: 2.8s;
}
.appear.inview .item:nth-child(8) {
  transition-delay: 3.2s;
}
.appear.inview .item:nth-child(9) {
  transition-delay: 3.6s;
}
.appear.inview .item:nth-child(10) {
  transition-delay: 4s;
}
.appear.inview .item:nth-child(11) {
  transition-delay: 4.4s;
}
.appear.inview .item:nth-child(12) {
  transition-delay: 4.8s;
}
.appear.inview .item:nth-child(13) {
  transition-delay: 5.2s;
}
.appear.inview .item:nth-child(14) {
  transition-delay: 5.6s;
}
.appear.inview .item:nth-child(15) {
  transition-delay: 6s;
}
.appear.inview .item:nth-child(16) {
  transition-delay: 6.4s;
}
.appear.inview .item:nth-child(17) {
  transition-delay: 6.8s;
}
.appear.inview .item:nth-child(18) {
  transition-delay: 7.2s;
}
.appear.inview .item:nth-child(19) {
  transition-delay: 7.6s;
}
.appear.inview .item:nth-child(20) {
  transition-delay: 8s;
}
.appear.inview .item:nth-child(21) {
  transition-delay: 8.4s;
}
.appear.inview .item:nth-child(22) {
  transition-delay: 8.8s;
}
.appear.inview .item:nth-child(23) {
  transition-delay: 9.2s;
}
.appear.inview .item:nth-child(24) {
  transition-delay: 9.6s;
}
.appear.inview .item:nth-child(25) {
  transition-delay: 10s;
}
.appear.inview .item:nth-child(26) {
  transition-delay: 10.4s;
}
.appear.inview .item:nth-child(27) {
  transition-delay: 10.8s;
}
.appear.inview .item:nth-child(28) {
  transition-delay: 11.2s;
}
.appear.inview .item:nth-child(29) {
  transition-delay: 11.6s;
}
.appear.inview .item:nth-child(30) {
  transition-delay: 12s;
}
.appear.inview .item:nth-child(31) {
  transition-delay: 12.4s;
}
.appear.inview .item:nth-child(32) {
  transition-delay: 12.8s;
}
.appear.inview .item:nth-child(33) {
  transition-delay: 13.2s;
}
.appear.inview .item:nth-child(34) {
  transition-delay: 13.6s;
}
.appear.inview .item:nth-child(35) {
  transition-delay: 14s;
}
.appear.inview .item:nth-child(36) {
  transition-delay: 14.4s;
}
.appear.inview .item:nth-child(37) {
  transition-delay: 14.8s;
}
.appear.inview .item:nth-child(38) {
  transition-delay: 15.2s;
}
.appear.inview .item:nth-child(39) {
  transition-delay: 15.6s;
}

.appear-l .item {
  transition: all 0.6s;
  opacity: 0;
}
.appear-l.inview-l .item {
  opacity: 1;
  transform: none;
}
.appear-l.inview-l .item:nth-child(1) {
  transition-delay: 0.9s;
}
.appear-l.inview-l .item:nth-child(2) {
  transition-delay: 1.8s;
}
.appear-l.inview-l .item:nth-child(3) {
  transition-delay: 2.7s;
}
.appear-l.inview-l .item:nth-child(4) {
  transition-delay: 3.6s;
}
.appear-l.inview-l .item:nth-child(5) {
  transition-delay: 4.5s;
}
.appear-l.inview-l .item:nth-child(6) {
  transition-delay: 5.4s;
}
.appear-l.inview-l .item:nth-child(7) {
  transition-delay: 6.3s;
}
.appear-l.inview-l .item:nth-child(8) {
  transition-delay: 7.2s;
}
.appear-l.inview-l .item:nth-child(9) {
  transition-delay: 8.1s;
}
.appear-l.inview-l .item:nth-child(10) {
  transition-delay: 9s;
}
.appear-l.inview-l .item:nth-child(11) {
  transition-delay: 9.9s;
}
.appear-l.inview-l .item:nth-child(12) {
  transition-delay: 10.8s;
}
.appear-l.inview-l .item:nth-child(13) {
  transition-delay: 11.7s;
}
.appear-l.inview-l .item:nth-child(14) {
  transition-delay: 12.6s;
}
.appear-l.inview-l .item:nth-child(15) {
  transition-delay: 13.5s;
}
.appear-l.inview-l .item:nth-child(16) {
  transition-delay: 14.4s;
}
.appear-l.inview-l .item:nth-child(17) {
  transition-delay: 15.3s;
}
.appear-l.inview-l .item:nth-child(18) {
  transition-delay: 16.2s;
}
.appear-l.inview-l .item:nth-child(19) {
  transition-delay: 17.1s;
}
.appear-l.inview-l .item:nth-child(20) {
  transition-delay: 18s;
}
.appear-l.inview-l .item:nth-child(21) {
  transition-delay: 18.9s;
}
.appear-l.inview-l .item:nth-child(22) {
  transition-delay: 19.8s;
}
.appear-l.inview-l .item:nth-child(23) {
  transition-delay: 20.7s;
}
.appear-l.inview-l .item:nth-child(24) {
  transition-delay: 21.6s;
}
.appear-l.inview-l .item:nth-child(25) {
  transition-delay: 22.5s;
}
.appear-l.inview-l .item:nth-child(26) {
  transition-delay: 23.4s;
}
.appear-l.inview-l .item:nth-child(27) {
  transition-delay: 24.3s;
}
.appear-l.inview-l .item:nth-child(28) {
  transition-delay: 25.2s;
}
.appear-l.inview-l .item:nth-child(29) {
  transition-delay: 26.1s;
}
.appear-l.inview-l .item:nth-child(30) {
  transition-delay: 27s;
}
.appear-l.inview-l .item:nth-child(31) {
  transition-delay: 27.9s;
}
.appear-l.inview-l .item:nth-child(32) {
  transition-delay: 28.8s;
}
.appear-l.inview-l .item:nth-child(33) {
  transition-delay: 29.7s;
}
.appear-l.inview-l .item:nth-child(34) {
  transition-delay: 30.6s;
}
.appear-l.inview-l .item:nth-child(35) {
  transition-delay: 31.5s;
}
.appear-l.inview-l .item:nth-child(36) {
  transition-delay: 32.4s;
}
.appear-l.inview-l .item:nth-child(37) {
  transition-delay: 33.3s;
}
.appear-l.inview-l .item:nth-child(38) {
  transition-delay: 34.2s;
}
.appear-l.inview-l .item:nth-child(39) {
  transition-delay: 35.1s;
}

.cover-slide {
  position: relative;
  overflow: hidden;
}
.cover-slide::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #e2eaf3;
  opacity: 0;
}
.cover-slide.inview::after {
  opacity: 1;
  animation-name: kf-cover-slide;
  animation-duration: 1.6s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: both;
}

@keyframes kf-cover-slide {
  0% {
    transform-origin: left;
    transform: scaleX(0);
  }
  50% {
    transform-origin: left;
    transform: scaleX(1);
  }
  50.1% {
    transform-origin: right;
    transform: scaleX(1);
  }
  100% {
    transform-origin: right;
    transform: scaleX(0);
  }
}
.img-zoom, .bg-img-zoom {
  opacity: 0;
}
.inview .img-zoom, .inview .bg-img-zoom {
  opacity: 1;
  transition: transform 0.3s ease;
  animation-name: kf-img-show;
  animation-duration: 1.6s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: none;
}
.inview .img-zoom:hover, .inview .bg-img-zoom:hover {
  transform: scale(1.05);
}

@keyframes kf-img-show {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  50.1% {
    opacity: 1;
    transform: scale(1.4);
  }
  100% {
    opacity: 1;
  }
}
.hover-darken::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: background-color 0.3s ease;
  pointer-events: none;
  animation-name: kf-img-show;
  animation-duration: 1.6s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: none;
}
.hover-darken:hover::before {
  background-color: rgba(0, 0, 0, 0.4);
}

.bg-img-zoom {
  background-image: url(../images/image-1.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
}

.img-bg50 {
  position: relative;
}
.img-bg50::before {
  display: block;
  content: "";
  padding-top: 50%;
}

.faq dt.ac-title.is-active .i_box::before {
  transform: translateX(-50%) translateY(-50%) rotate(270deg);
}

.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;
}

.panel {
  display: none;
}

.tab-cate {
  text-align: center;
  border-bottom: 1px solid #5D4037;
  padding-bottom: 5px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.tab-cate .tab {
  padding: 10px 5px;
  border: 1px solid #5D4037;
  font-weight: bold;
  color: #5D4037;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  width: 45%;
  margin-bottom: 10px;
  margin-right: 5px;
  margin-left: 5px;
}
@media (min-width: 600px) {
  .tab-cate .tab {
    width: 25%;
  }
}
@media (min-width: 960px) {
  .tab-cate .tab {
    font-size: 22px;
    padding: 15px 10px;
    margin-right: 15px;
    margin-left: 15px;
    width: 300px;
  }
}
@media (min-width: 960px) {
  .tab-cate {
    padding-bottom: 17px;
  }
}

.tab.is-active {
  color: #fff;
  transition: all 0.2s ease-out;
  background-color: #5D4037;
  border: 1px solid #5D4037;
}

.panel.is-show {
  display: block;
}

.panel-group {
  padding: 2vw 0vw;
}

.panel__item {
  width: 47%;
  padding: 3vw 0;
}
.panel__img {
  margin-bottom: 5px;
}
@media (min-width: 960px) {
  .panel__item {
    width: 30%;
    padding: 3vw 0;
  }
  .panel .name {
    font-size: 24px;
  }
  .panel .price {
    font-size: 24px;
  }
  .panel__img {
    margin-bottom: 15px;
  }
}/*# sourceMappingURL=style.css.map */