@charset "UTF-8";
/*フォント
========================================================================== */
@import url("https://fonts.googleapis.com/css2?family=Marcellus&display=swap");
@import url("https://use.typekit.net/tun1yws.css");
/*==========================================================================
# reset - ブラウザの差異や不要なスタイルを無くすためのスタイル
========================================================================== */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td, small, button, time, figure {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

li, dd {
  list-style-type: none;
}

header, footer, nav, section, article, aside, figure, figcaption {
  display: block;
}

img {
  border: none;
  vertical-align: bottom;
}

a {
  cursor: pointer;
  text-decoration: none;
}

form, input, textarea, select, button {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%; /* フォントサイズをリセット */
  font: inherit; /* フォントを親要素の継承に設定 */
  vertical-align: baseline; /* 垂直方向の位置をベースラインに設定 */
  background-color: inherit;
  color: inherit;
  font-weight: inherit;
}

/* Optional: Normalize form elements for consistent appearance */
input, textarea, select, button {
  appearance: none; /* 外観をリセット */
  -webkit-appearance: none; /* Webkit対応の外観をリセット */
  -moz-appearance: none; /* Firefox対応の外観をリセット */
}

/*色
========================================================================== */
/*レイアウト
========================================================================== */
/*余白
========================================================================== */
/*重なり順の定義
========================================================================== */
/*transition
========================================================================== */
/*hover
========================================================================== */
/*scale
========================================================================== */
/*box-shadow
========================================================================== */
/*html
========================================================================== */
html {
  font-size: 62.5%;
}

/*body
========================================================================== */
body {
  font-family: "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0.18rem;
  line-height: normal;
  color: #333333;
  background-color: #F9F8F6;
}

/*画像
========================================================================== */
img {
  max-width: 100%;
  height: auto;
}

/*a
========================================================================== */
a {
  color: inherit;
}

/*address
========================================================================== */
address {
  font-style: normal;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
  background-color: #F9F8F6;
  padding-top: 4.8rem;
  padding-bottom: 5.5rem;
  background: transparent;
}
@media screen and (max-width: 1199px) {
  .l-header {
    padding-top: 2rem;
    padding-bottom: 2.8rem;
  }
}
.l-header.l-header--reserve {
  padding-bottom: 4.3rem;
}
@media screen and (max-width: 767px) {
  .l-header.l-header--reserve {
    padding-bottom: 2.8rem;
  }
}
.l-header.l-header--background {
  background-color: transparent;
}
.l-header.is-active {
  background: #D4CEBE;
}

.l-header__inner {
  width: 100%;
  padding: 0 4.8rem 0 4.8rem;
}
@media screen and (max-width: 767px) {
  .l-header__inner {
    padding: 0 2rem 0 2rem;
  }
}

.l-main {
  position: relative;
  z-index: 1;
}
.l-main.l-main--salon {
  background-color: #F9F8F6;
}

/*main-visual
========================================================================== */
.l-main__main-visual {
  margin-top: 17.3rem;
}
@media screen and (max-width: 767px) {
  .l-main__main-visual {
    margin-top: 8rem;
  }
}
.l-main__main-visual.l-main__main-visual--reserve {
  margin-top: 16.1rem;
}
@media screen and (max-width: 767px) {
  .l-main__main-visual.l-main__main-visual--reserve {
    margin-top: 8rem;
  }
}

/*breadcrumb
========================================================================== */
.l-main__breadcrumb {
  padding-top: 2.1rem;
  padding-left: 3.5rem;
  position: relative;
  z-index: 1;
  background-color: #F9F8F6;
}
@media screen and (max-width: 767px) {
  .l-main__breadcrumb {
    padding-top: 1.4rem;
    padding-left: 1.5rem;
  }
}
.l-main__breadcrumb.l-main__breadcrumb--background {
  margin-top: -0.1rem;
  background-color: #D4CEBE;
}
@media screen and (max-width: 767px) {
  .l-main__breadcrumb.l-main__breadcrumb--salon {
    padding-top: 13px;
  }
}

.l-main__breadcrumb-reserve {
  margin-top: 1.7rem;
}
@media screen and (max-width: 767px) {
  .l-main__breadcrumb-reserve {
    margin-top: 1.25rem;
  }
}

.l-main__breadcrumb-stores {
  padding-top: 2.1rem;
  padding-left: 3.5rem;
  position: relative;
  z-index: 1;
  background-color: #F9F8F6;
}
@media screen and (max-width: 767px) {
  .l-main__breadcrumb-stores {
    padding-top: 0.7rem;
    padding-left: 1.5rem;
  }
}

/*news
========================================================================== */
.l-main__news {
  margin-top: 13.2rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 1140px;
  width: 100%;
  padding: 0 3rem;
}
@media screen and (max-width: 767px) {
  .l-main__news {
    margin-top: 2.6rem;
    padding: 0 3rem;
  }
}

/*concept
========================================================================== */
.l-main__concept {
  margin-top: 20rem;
}
@media screen and (max-width: 767px) {
  .l-main__concept {
    margin-top: 12rem;
  }
}

.l-main__concept-about {
  padding-top: 8.1rem;
  padding-bottom: 7.4rem;
  margin-top: -1px;
}
@media screen and (max-width: 767px) {
  .l-main__concept-about {
    padding-top: 5.9rem;
    padding-bottom: 5.4rem;
  }
}

.l-main__concept-instagram {
  margin-top: 12rem;
}
@media screen and (max-width: 767px) {
  .l-main__concept-instagram {
    margin-top: 8.2rem;
  }
}

.l-main__concept-profile {
  margin-top: 12rem;
}
@media screen and (max-width: 767px) {
  .l-main__concept-profile {
    margin-bottom: 0.2rem;
  }
}

/*feature
========================================================================== */
.l-main__feature {
  margin-top: 20.5rem;
}
@media screen and (max-width: 767px) {
  .l-main__feature {
    margin-top: 12.3rem;
  }
}

/*price
========================================================================== */
.l-main__price {
  margin-top: 20rem;
}
@media screen and (max-width: 767px) {
  .l-main__price {
    margin-top: 12rem;
  }
}

.l-main__price-about {
  padding-top: 6.5rem;
  padding-bottom: 11.4rem;
  position: relative;
  z-index: 1;
  background-color: #F9F8F6;
}
@media screen and (max-width: 767px) {
  .l-main__price-about {
    padding-top: 7.8rem;
    padding-bottom: 7.5rem;
  }
}

.l-main__price-menu {
  position: relative;
  z-index: 1;
}

.l-main__price-custom {
  position: relative;
  z-index: 1;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #F9F8F6;
}
@media screen and (max-width: 767px) {
  .l-main__price-custom {
    padding-bottom: 7.7rem;
  }
}

/*faq
========================================================================== */
.l-main__faq {
  margin-top: 10.9rem;
}
@media screen and (max-width: 767px) {
  .l-main__faq {
    margin-top: 12rem;
  }
}

/*salons
========================================================================== */
.l-main__salons {
  padding-top: 7.2rem;
  padding-bottom: 12rem;
  position: relative;
  z-index: 1;
  background-color: #F9F8F6;
}
@media screen and (max-width: 767px) {
  .l-main__salons {
    padding-top: 7.8rem;
    margin-bottom: -4.1rem;
  }
}

/*salon
========================================================================== */
.l-main__salon-about {
  margin-top: -0.1rem;
  margin-bottom: -0.1rem;
  padding-top: 11.2rem;
  position: relative;
  z-index: 1;
  background-color: #F9F8F6;
}
@media screen and (max-width: 767px) {
  .l-main__salon-about {
    padding-top: 7.5rem;
  }
}

.l-main__salon-flow {
  padding-top: 11.3rem;
  padding-bottom: 12rem;
  position: relative;
  z-index: 1;
  background-color: #F9F8F6;
}
@media screen and (max-width: 767px) {
  .l-main__salon-flow {
    padding-top: 7.5rem;
    padding-bottom: 5rem;
  }
}

.l-main__salon-staff {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .l-main__salon-staff {
    padding-top: 4.9rem;
    margin-bottom: -4.6rem;
  }
}

.l-main__salon-detail {
  position: relative;
  z-index: 1;
}

.l-main__salon-info {
  margin-top: 640px;
}

.l-main__salon-button {
  padding-top: 12rem;
  padding-bottom: 11.7rem;
  text-align: center;
  padding-left: 1.9rem;
  position: relative;
  z-index: 1;
  background-color: #F9F8F6;
}
@media screen and (max-width: 767px) {
  .l-main__salon-button {
    padding-top: 8rem;
    padding-bottom: 8.1rem;
    padding-left: 0;
  }
}

/* reserve
========================================================================== */
.l-main__reserve-top {
  margin-top: 12.1rem;
  max-width: 144rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1199px) {
  .l-main__reserve-top {
    margin-top: 10rem;
  }
}
@media screen and (max-width: 767px) {
  .l-main__reserve-top {
    margin-top: 8rem;
  }
}
.l-main__reserve-top.l-main__reserve-top--secondary {
  margin-top: 10.9rem;
}
@media screen and (max-width: 767px) {
  .l-main__reserve-top.l-main__reserve-top--secondary {
    margin-top: 8rem;
  }
}
.l-main__reserve-top.l-main__reserve-top--tertiary {
  margin-top: 10.6rem;
}
@media screen and (max-width: 767px) {
  .l-main__reserve-top.l-main__reserve-top--tertiary {
    margin-top: 8rem;
  }
}

.l-main__reserve-bottom {
  margin-top: 12.1rem;
  margin-bottom: -2.9rem;
}
@media screen and (max-width: 767px) {
  .l-main__reserve-bottom {
    margin-bottom: -4rem;
    margin-bottom: -9.7rem;
  }
}
@media screen and (max-width: 767px) {
  .l-main__reserve-bottom.l-main__reserve-bottom--sub {
    margin-bottom: -9.5rem;
  }
}

.l-main__reserve-tel {
  margin-top: 12rem;
}
@media screen and (max-width: 1199px) {
  .l-main__reserve-tel {
    margin-top: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .l-main__reserve-tel {
    margin-top: 3rem;
  }
}

.l-main__reserve-bottom {
  margin-top: 12rem;
}
@media screen and (max-width: 767px) {
  .l-main__reserve-bottom {
    margin-top: 8rem;
  }
}

.l-main__form-inner {
  max-width: 114rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 3rem;
}
@media screen and (max-width: 767px) {
  .l-main__form-inner {
    padding: 0 3rem 0 3rem;
  }
}

.l-main-secondary__pagination {
  margin-top: 3.6rem;
}
@media screen and (max-width: 767px) {
  .l-main-secondary__pagination {
    margin-top: 1.6rem;
  }
}

.l-main-secondary__entry-pagination {
  margin-top: 3.2rem;
}
@media screen and (max-width: 767px) {
  .l-main-secondary__entry-pagination {
    margin-top: 2rem;
  }
}

.l-first-view {
  padding-top: 17.3rem;
}
@media screen and (max-width: 767px) {
  .l-first-view {
    padding-top: 8rem;
  }
}

.l-inner {
  max-width: 1260px;
  width: 100%;
  margin: 0 auto;
  padding: 0 3rem;
}
@media screen and (max-width: 767px) {
  .l-inner.l-inner--secondary {
    padding: 0 1.6rem;
  }
}

.l-inner-secondary {
  max-width: 114rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 3rem;
}

.l-inner-secondary {
  max-width: 114rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 3rem;
}

.l-wrap {
  overflow: hidden;
}

.l-footer {
  margin-top: 12rem;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .l-footer {
    margin-bottom: 8px;
  }
}

.l-footer__info {
  margin: 12rem auto 3.2rem auto;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .l-footer__info {
    margin-top: 102px;
    padding: 0 3rem;
  }
}

.l-footer-secondary {
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .l-footer-secondary {
    margin-bottom: 8px;
  }
}

.l-main-visual {
  margin-top: 17.3rem;
}
@media screen and (max-width: 767px) {
  .l-main-visual {
    margin-top: 8rem;
  }
}

.l-breadcrumb {
  padding-top: 2.1rem;
  padding-left: 3.5rem;
  position: relative;
  z-index: 1;
  background-color: #F9F8F6;
}
@media screen and (max-width: 767px) {
  .l-breadcrumb {
    padding-top: 1.3rem;
    padding-left: 1.5rem;
  }
}
.l-breadcrumb.l-breadcrumb--secondary {
  padding-top: 2.1rem;
  padding-left: 3.7rem;
  padding-right: 3.7rem;
}
@media screen and (max-width: 767px) {
  .l-breadcrumb.l-breadcrumb--secondary {
    padding-top: 7px;
    padding-left: 1.6rem;
    padding-right: 0;
    margin-right: 7px;
  }
}

.l-content {
  max-width: 144rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10.8rem;
  padding-bottom: 12.2rem;
}
@media screen and (max-width: 767px) {
  .l-content {
    padding-top: 8rem;
    margin-bottom: -4rem;
  }
}
.l-content.l-content--secondary {
  padding-top: 10.5rem;
  padding-bottom: 18rem;
}
@media screen and (max-width: 767px) {
  .l-content.l-content--secondary {
    padding-top: 8rem;
    padding-bottom: 12.1rem;
  }
}

.l-content__inner {
  max-width: 114rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .l-content__inner {
    display: block;
    padding: 0 1.6rem;
  }
}

.l-content__inner--secondary {
  max-width: 102.3rem;
  width: 100%;
  margin-left: 16.4583333333%;
  padding: 0 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 1220px) {
  .l-content__inner--secondary {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .l-content__inner--secondary {
    margin: 0 auto;
    padding: 0 1.6rem;
  }
}

.l-content__main {
  width: 80%;
}
@media screen and (max-width: 1199px) {
  .l-content__main {
    width: 75%;
  }
}
@media screen and (max-width: 767px) {
  .l-content__main {
    width: 100%;
    max-width: 60rem;
    margin: 0 auto;
  }
}

.l-content__main-secondary {
  width: 71.7549325026%;
}
@media screen and (max-width: 1199px) {
  .l-content__main-secondary {
    width: 75%;
  }
}
@media screen and (max-width: 767px) {
  .l-content__main-secondary {
    width: 100%;
    max-width: 60rem;
    margin: 0 auto;
  }
}

.l-content__sidebar {
  width: 16.1111111111%;
  margin-left: 3.7719298246%;
}
@media screen and (max-width: 767px) {
  .l-content__sidebar {
    width: 100%;
    margin-left: 0;
    margin-top: 3.6rem;
  }
}

.l-content__sidebar-secondary {
  width: 13.1879543094%;
  margin-left: 15.057113188%;
}
@media screen and (max-width: 1220px) {
  .l-content__sidebar-secondary {
    margin-left: 10%;
  }
}
@media screen and (max-width: 767px) {
  .l-content__sidebar-secondary {
    width: 100%;
    margin-left: 0;
    margin-top: 3.6rem;
  }
}

.l-sidebar__widget-category-secondary {
  margin-top: 0.3rem;
}
@media screen and (max-width: 767px) {
  .l-sidebar__widget-category-secondary {
    margin-top: 0;
  }
}

.l-sidebar-404 {
  display: none;
}
@media screen and (max-width: 767px) {
  .l-sidebar-404 {
    display: block;
  }
}

.l-content-404 {
  margin-top: 20rem;
}
@media screen and (max-width: 767px) {
  .l-content-404 {
    margin-top: 11rem;
    margin-bottom: -4rem;
  }
}

.l-content-404__inner {
  max-width: 1260px;
  width: 100%;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.l-parallax {
  position: relative;
  z-index: 1;
  background-color: #F9F8F6;
}

.l-parallax__background {
  background-color: #F9F8F6;
  position: relative;
  z-index: 1;
  margin-bottom: -0.1rem;
}

.p-header {
  height: 7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-header {
    height: 3.2rem;
  }
}

.p-header__title-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: inherit;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.p-header__title-link:hover .p-header__logo {
  opacity: 0.6;
}
.p-header__title-link:hover .p-header__title {
  color: #CA7F13;
  opacity: 1;
}

.p-header__logo {
  margin-top: 0.2rem;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
@media screen and (max-width: 767px) {
  .p-header__logo {
    width: 3.2rem;
    height: 3.2rem;
    margin-top: 0;
  }
}

.p-header__title {
  display: block;
  font-size: 2.8rem;
  line-height: 1.25;
  letter-spacing: 0.56rem;
  margin-left: 0.8rem;
  color: #54372D;
  font-family: "Marcellus", serif;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
@media screen and (max-width: 1199px) {
  .p-header__title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-header__title {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 500px) {
  .p-header__title {
    display: none;
  }
}

.p-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: inherit;
  margin-left: auto;
  margin-bottom: 0.4rem;
}
@media screen and (max-width: 1199px) {
  .p-header__nav {
    display: none;
  }
}

.p-header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: inherit;
}

.p-header__item {
  height: inherit;
}
.p-header__item:not(:nth-child(1)) {
  margin-left: 3rem;
}

.p-header__link {
  display: block;
  height: inherit;
  font-size: 2rem;
  line-height: 7rem;
  letter-spacing: 0.2rem;
  color: #54372D;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  font-family: "Marcellus", serif;
}
.p-header__link:hover {
  color: #CA7F13;
}

.p-header__button {
  margin-left: 3.1rem;
}
@media screen and (max-width: 1199px) {
  .p-header__button {
    display: none;
  }
}

.p-drawer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #D4CEBE;
  z-index: 20;
  display: none;
}
.p-drawer.is-active {
  display: block;
}

.p-drawer__nav {
  position: absolute;
  top: 20%;
  left: 40%;
  top: 12.5%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transform: translateY(-190%);
          transform: translateY(-190%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 30px;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
@media screen and (max-width: 767px) {
  .p-drawer__nav {
    left: 16%;
    row-gap: 10px;
  }
}
.p-drawer__nav.is-active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.p-drawer__link {
  font-size: 24px;
  letter-spacing: 0.24rem;
  color: #CA7F13;
  font-family: "Marcellus", serif;
}

.p-first-view {
  position: relative;
  width: 100%;
  height: 62.5vw;
  background: url("../img/fv_bg-pc.jpg") no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .p-first-view {
    background: url("../img/fv_bg-sp.jpg") no-repeat center center/cover;
    background: url("../img/fv_bg-sp.jpg") no-repeat center top 30%/cover;
    height: 215.7333333333vw;
    aspect-ratio: 375/809;
    height: 809px;
  }
}

.p-first-view__content {
  position: absolute;
  top: 50%;
  left: 3.6rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
}
@media screen and (max-width: 1199px) {
  .p-first-view__content {
    top: 60%;
  }
}
@media screen and (max-width: 767px) {
  .p-first-view__content {
    top: 57.2%;
    left: 1.4rem;
  }
}

.p-first-view__text {
  font-size: 6.4rem;
  line-height: 1.5;
  color: #FFFFFF;
  font-weight: 300;
  letter-spacing: 0.64rem;
}
@media screen and (max-width: 1199px) {
  .p-first-view__text {
    font-size: 5.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-first-view__text {
    font-size: 4.4rem;
  }
}
@media screen and (max-width: 500px) {
  .p-first-view__text {
    font-size: 3.2rem;
    line-height: 1.5;
    letter-spacing: 0.32rem;
    text-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1607843137);
  }
}

.p-news__head {
  position: relative;
  padding-top: 46px;
}
@media screen and (max-width: 767px) {
  .p-news__head {
    padding-left: 8px;
    padding-top: 28px;
  }
}

.p-news__title {
  position: relative;
}

.p-news__body {
  margin-top: 5.3rem;
  margin-top: 4.1rem;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-news__body {
    margin-top: 3rem;
  }
}

.p-news__lists {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 4rem;
}
@media screen and (max-width: 767px) {
  .p-news__lists {
    display: block;
  }
}

.p-news__item {
  width: 33.3333333333%;
}
@media screen and (max-width: 1199px) {
  .p-news__item {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .p-news__item {
    width: 100%;
  }
}

.p-news__button {
  position: absolute;
  top: -7.7rem;
  right: 0.1rem;
}
@media screen and (max-width: 767px) {
  .p-news__button {
    position: static;
    text-align: center;
    display: block;
    margin-top: 1.8rem;
  }
}

.p-news-card {
  display: block;
  padding: 1.6rem 2rem 2rem 1.8rem;
  color: #54372D;
  border-left: 1px solid #54372D;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  padding: 1.1rem 2rem 2rem 1.9rem;
}
.p-news-card:hover {
  color: #CA7F13;
}
.p-news-card:hover::before {
  color: #CA7F13;
}
@media screen and (max-width: 767px) {
  .p-news-card {
    border-left: none;
    border-top: 1px solid #54372D;
    padding: 1.8rem 0 2.2rem 0;
  }
}
@media screen and (min-width: 1200px) {
  .p-news-card:nth-child(3n), .p-news-card:last-child {
    border-right: 1px solid #54372D;
  }
}
@media screen and (max-width: 1199px) {
  .p-news-card:nth-child(2n), .p-news-card:last-child {
    border-right: 1px solid #54372D;
  }
}
@media screen and (max-width: 1199px) and (max-width: 767px) {
  .p-news-card:nth-child(2n), .p-news-card:last-child {
    border-right: none;
  }
}
@media screen and (max-width: 767px) {
  .p-news-card:last-child {
    border-bottom: 1px solid #54372D;
  }
}

.p-news-card__published {
  font-size: 1.4rem;
  line-height: 1.5714285714;
  letter-spacing: 0.14rem;
  font-weight: 700;
  font-family: "Yu Gothic", "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
}

.p-news-card__title {
  margin-top: 0.7rem;
  font-size: 1.8rem;
  line-height: 1.425;
  letter-spacing: 0.18rem;
  font-weight: 700;
  font-family: "Yu Gothic", "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-news-card__title {
    line-height: 1.4;
    margin-top: 0.6rem;
  }
}

.p-news-card__category {
  margin-top: 1.6rem;
  font-size: 1.4rem;
  line-height: 1.2857142857;
  letter-spacing: 0.14rem;
  font-family: "Marcellus", serif;
}
@media screen and (max-width: 767px) {
  .p-news-card__category {
    margin-top: 12px;
    margin-top: 1.65rem;
  }
}

@media screen and (max-width: 767px) {
  .p-concept__img img {
    width: 90%;
    margin: 0 auto;
    display: block;
  }
}
@media screen and (max-width: 767px) and (max-width: 500px) {
  .p-concept__img img {
    width: 100%;
  }
}
.p-concept__head {
  position: relative;
  padding: 27.4rem 0 22.6rem 0;
}
.p-concept__head::after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 72.0833333333%;
  height: 100%;
  aspect-ratio: 865/680;
  background: url("../img/top-concept_01-pc.jpg") no-repeat center center/cover;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-concept__head::after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .p-concept__head {
    margin-top: 4rem;
    padding: 0;
  }
  .p-concept__head::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    width: 34.2857142857%;
    height: 97%;
    background: url("../img/top-concept_02-sp.jpg") no-repeat center center/cover;
  }
}

@media screen and (max-width: 767px) {
  .p-concept__title-wrap {
    padding-top: 2.9rem;
  }
}

.p-concept__lead {
  margin-top: 2.6rem;
}
@media screen and (max-width: 767px) {
  .p-concept__lead {
    margin-top: 37px;
    margin-left: 10px;
  }
}

.p-concept__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 7.2rem;
}
@media screen and (max-width: 767px) {
  .p-concept__body {
    margin-top: 3.3rem;
  }
}

.p-concept__photo {
  margin-top: 0.7rem;
  width: 45%;
  height: 210px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}
@media screen and (max-width: 767px) {
  .p-concept__photo {
    display: none;
  }
}

.p-concept__description {
  width: 48.1666666667%;
  margin-left: 5%;
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: 0.18rem;
  color: #54372D;
  font-family: "Yu Gothic", "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-concept__description {
    width: 100%;
    margin-left: 0;
    letter-spacing: 0.155rem;
    font-size: 1.6rem;
    line-height: 2;
    letter-spacing: 0.16rem;
  }
}

.p-concept__button {
  height: 2.3rem;
  margin-top: 1.4rem;
  padding-right: 0.2rem;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-concept__button {
    margin-top: 1.6rem;
  }
}

.p-price__head {
  position: relative;
  padding-top: 4.8rem;
  padding-top: 4.6rem;
}
@media screen and (max-width: 767px) {
  .p-price__head {
    padding-top: 3.3rem;
    padding-top: 3.1rem;
  }
}

.p-price__body {
  margin-top: 4.8rem;
  margin-top: 5rem;
  margin-left: auto;
  max-width: 800px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-price__body {
    margin-top: 5.1rem;
  }
}

.p-price__list {
  width: 100%;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 1200px) {
  .p-price__list .p-price__item:nth-child(2)::after {
    width: 1px;
    height: 85%;
    background: #CA7F13;
    left: 0;
    bottom: 0;
  }
  .p-price__list .p-price__item:nth-child(3) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .p-price__list .p-price__item:nth-child(3)::after {
    width: 1px;
    height: 100%;
    background: #CA7F13;
    left: 0;
    bottom: 0;
  }
  .p-price__list .p-price__item:nth-child(4) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .p-price__list .p-price__item:nth-child(5) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .p-price__list .p-price__item:nth-child(5)::before {
    background: transparent;
  }
  .p-price__list .p-price__item:nth-child(5)::after {
    width: 1px;
    height: 88%;
    background: #CA7F13;
    right: -1px;
    top: 0;
  }
}
@media screen and (min-width: 861px) and (max-width: 1199px) {
  .p-price__list .p-price__item:nth-child(2)::after {
    left: 0;
    bottom: 0;
    width: 1px;
    height: 100%;
    background-color: #CA7F13;
  }
  .p-price__list .p-price__item:nth-child(4)::after {
    left: 0;
    bottom: 0;
    width: 1px;
    height: 100%;
    background-color: #CA7F13;
  }
  .p-price__list .p-price__item:nth-child(5)::after {
    right: -1px;
    bottom: 0;
    width: 1px;
    height: 100%;
    background-color: #CA7F13;
  }
  .p-price__list .p-price__item:nth-child(5)::before {
    background-color: transparent;
  }
}

.p-price__item {
  width: 50%;
  position: relative;
}
.p-price__item::before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #CA7F13;
}
.p-price__item::after {
  content: "";
  position: absolute;
}
@media screen and (max-width: 860px) {
  .p-price__item {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-price__item:nth-child(1) .p-price__link {
    padding-top: 15px;
    padding-bottom: 1.25px;
  }
}
@media screen and (max-width: 767px) {
  .p-price__item:nth-child(1) .p-price__link {
    padding-top: 19px;
    padding-bottom: 17px;
    padding-left: 4px;
  }
  .p-price__item:nth-child(2) .p-price__link {
    padding-top: 19px;
    padding-bottom: 16px;
    padding-left: 4px;
  }
  .p-price__item:nth-child(2) .p-price-card__sub-title {
    margin-top: 11px;
    margin-left: 20px;
  }
  .p-price__item:nth-child(3) .p-price__link {
    padding-top: 20px;
    padding-bottom: 14px;
    padding-left: 13px;
  }
  .p-price__item:nth-child(3) .p-price-card__sub-title {
    margin-top: 9px;
    margin-left: 18px;
  }
  .p-price__item:nth-child(4) .p-price__link {
    padding-top: 19px;
    padding-bottom: 15px;
    padding-left: 3px;
  }
  .p-price__item:nth-child(4) .p-price-card__sub-title {
    margin-top: 7px;
    margin-left: 20px;
  }
  .p-price__item:nth-child(5) .p-price__link {
    padding-top: 22px;
    padding-bottom: 18px;
    padding-left: 3px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-price__item:nth-child(5) .p-price__link::before {
    top: 43%;
  }
}
@media screen and (max-width: 767px) {
  .p-price__item:nth-child(5) .p-price-card__sub-title {
    margin-top: 7px;
    margin-left: 21px;
  }
}

.p-price__link {
  display: block;
  padding-left: 1.2rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-price__link {
    padding-left: 0;
  }
}
.p-price__link:hover .p-price-card__title, .p-price__link:hover .p-price-card__sub-title {
  color: #949E33;
}
.p-price__link:hover::before {
  color: #949E33;
}
.p-price__link::before {
  content: "\f054";
  font-family: "Font Awesome 5 Free", sans-serif;
  font-weight: 600;
  font-size: 2.3rem;
  position: absolute;
  top: 51%;
  right: 2.3rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #CA7F13;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
@media screen and (max-width: 767px) {
  .p-price__link::before {
    top: 47%;
    right: 1.4rem;
  }
}

.p-price-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 6rem;
}
@media screen and (max-width: 767px) {
  .p-price-card {
    height: 4.5rem;
  }
}

.p-price-card__title {
  font-size: 4.8rem;
  line-height: 7.73rem;
  line-height: 6rem;
  letter-spacing: 0.192rem;
  color: #CA7F13;
  font-family: "Marcellus", serif;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
@media screen and (max-width: 767px) {
  .p-price-card__title {
    font-size: 3.6rem;
    line-height: 8.07rem;
    line-height: 4.5rem;
    letter-spacing: 0.144rem;
  }
}

.p-price-card__sub-title {
  font-size: 1.4rem;
  line-height: 7.73rem;
  line-height: 6rem;
  letter-spacing: 0.056rem;
  color: #CA7F13;
  display: block;
  margin-left: 17px;
  margin-top: 12px;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
@media screen and (max-width: 767px) {
  .p-price-card__sub-title {
    margin-top: 0;
    margin-left: 2rem;
    line-height: 8.07rem;
    line-height: 4.5rem;
  }
}

.p-faq__head {
  position: relative;
  padding-top: 4.6rem;
}
@media screen and (max-width: 767px) {
  .p-faq__head {
    padding-top: 2.8rem;
  }
}

.p-faq__body {
  max-width: 114rem;
  width: 100%;
  margin: 6.2rem auto 0 auto;
  padding: 0 3rem;
}
@media screen and (max-width: 767px) {
  .p-faq__body {
    margin-top: 3.8rem;
    margin-top: 3.7rem;
    padding: 0;
  }
}

.p-faq__list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 2rem;
}

.p-faq-box {
  background: #D4CEBE;
  color: #CA7F13;
  position: relative;
  padding-top: 3.9rem;
  padding-bottom: 3.8rem;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-faq-box {
    padding-top: 1.9rem;
    padding-bottom: 1.2rem;
    padding-top: 1.8rem;
    padding-bottom: 1.3rem;
  }
}

.p-faq-box__question {
  padding: 0 6rem 0 6rem;
  font-size: 1.8rem;
  line-height: 0.7777777778;
  line-height: 1.28;
  letter-spacing: 0.072rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-faq-box__question {
    padding: 0 3.6rem 0 4.3rem;
    font-size: 1.4rem;
    letter-spacing: 0.056rem;
    line-height: 1.5;
  }
}
.p-faq-box__question::before {
  content: "Q";
  position: absolute;
  top: -0.3rem;
  bottom: 0;
  left: 2rem;
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-faq-box__question::before {
    font-size: 1.8rem;
    top: -0.2rem;
    left: 1.6rem;
  }
}

.p-faq-box__answer {
  margin-top: 2.8rem;
  font-size: 1.8rem;
  line-height: 0.7777777778;
  line-height: 1.28;
  letter-spacing: 0.072rem;
  padding-left: 6rem;
  padding-right: 6rem;
  position: relative;
  display: none;
}
@media screen and (max-width: 767px) {
  .p-faq-box__answer {
    margin-top: 1.6rem;
    padding: 0 1.6rem 0 4.1rem;
    font-size: 1.4rem;
    letter-spacing: 0.056rem;
    line-height: 1.5;
  }
}
.p-faq-box__answer.is-open {
  display: block;
}
.p-faq-box__answer::before {
  content: "A";
  position: absolute;
  top: 0;
  left: 2.2rem;
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-faq-box__answer::before {
    font-size: 1.8rem;
    top: -0.5rem;
    left: 1.6rem;
  }
}

.p-faq-box__button {
  position: absolute;
  top: 4.4rem;
  right: 3.3rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 6px 0 6px;
  border-color: #54372D transparent transparent transparent;
}
@media screen and (max-width: 767px) {
  .p-faq-box__button {
    top: 2rem;
    right: 1.2rem;
  }
}
@media screen and (max-width: 500px) {
  .p-faq-box__button {
    top: 3rem;
    top: 3.2rem;
  }
}
.p-faq-box__button.is-open {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.p-footer__buttons {
  overflow: hidden;
}

.p-footer__button.is-reserve {
  display: none;
}

.p-footer__info {
  color: #54372D;
  font-family: "Marcellus", serif;
}

.p-footer__button-wrap {
  padding-top: 2.8rem;
  padding-bottom: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #CA7F13;
}
@media screen and (max-width: 1199px) {
  .p-footer__button-wrap {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .p-footer__button-wrap {
    display: block;
    padding: 0;
    border-bottom: 0;
  }
}

.p-footer__logo-wrap {
  padding-left: 0.8rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-footer__logo-wrap {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    padding-left: 2.8rem;
  }
}

.p-footer__logo {
  display: block;
}
@media screen and (max-width: 767px) {
  .p-footer__logo {
    width: 5rem;
    height: 4.9rem;
  }
}

.p-footer__text {
  display: block;
  font-size: 2.8rem;
  letter-spacing: 0.56rem;
  text-align: left;
  margin-left: 0.8rem;
}
@media screen and (max-width: 767px) {
  .p-footer__text {
    font-size: 2rem;
    letter-spacing: 0.4rem;
    margin-left: 0.5rem;
    line-height: 1.4;
  }
}

.p-footer__nav-main {
  margin-top: 43px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-footer__nav-main {
    margin-top: 3.8rem;
    max-width: 17.5rem;
    max-width: 20.5rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    row-gap: 1.3rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-footer__nav-main .p-footer__item:nth-child(1) .p-footer__link {
  padding-left: 0;
  padding-right: 3.7rem;
}
@media screen and (max-width: 767px) {
  .p-footer__nav-main .p-footer__item:nth-child(1) .p-footer__link {
    padding-right: 1rem;
  }
}
.p-footer__nav-main .p-footer__item:nth-child(2) .p-footer__link {
  padding-left: 3.2rem;
  padding-right: 2.9rem;
  border-left: 1px solid #54372D;
}
@media screen and (max-width: 767px) {
  .p-footer__nav-main .p-footer__item:nth-child(2) .p-footer__link {
    padding-left: 1rem;
    padding-right: 1.1rem;
  }
}
.p-footer__nav-main .p-footer__item:nth-child(3) .p-footer__link {
  padding-left: 3rem;
  padding-right: 3rem;
  border-left: 1px solid #54372D;
}
@media screen and (max-width: 767px) {
  .p-footer__nav-main .p-footer__item:nth-child(3) .p-footer__link {
    padding-left: 1rem;
    padding-right: 0px;
  }
}
.p-footer__nav-main .p-footer__item:nth-child(4) .p-footer__link {
  padding-left: 3.2rem;
  padding-right: 3rem;
  border-left: 1px solid #54372D;
}
@media screen and (max-width: 767px) {
  .p-footer__nav-main .p-footer__item:nth-child(4) .p-footer__link {
    padding-left: 0px;
    padding-right: 1.2rem;
    border-left: 0;
    margin-left: 2rem;
  }
}
.p-footer__nav-main .p-footer__item:nth-child(5) .p-footer__link {
  padding-left: 2.97rem;
  border-left: 1px solid #54372D;
}
@media screen and (max-width: 767px) {
  .p-footer__nav-main .p-footer__item:nth-child(5) .p-footer__link {
    padding-left: 1.2rem;
    padding-right: 0px;
  }
}

.p-footer__nav-sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3.3rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-footer__nav-sub {
    margin-top: 3.1rem;
  }
}
.p-footer__nav-sub .p-footer__item:nth-child(1) .p-footer__link {
  padding-left: 0;
  padding-right: 3rem;
}
@media screen and (max-width: 767px) {
  .p-footer__nav-sub .p-footer__item:nth-child(1) .p-footer__link {
    padding-left: 0px;
    padding-right: 1.1rem;
    border-left: 0;
  }
}
.p-footer__nav-sub .p-footer__item:nth-child(2) .p-footer__link {
  padding-left: 3.2rem;
  border-left: 1px solid #54372D;
}
@media screen and (max-width: 767px) {
  .p-footer__nav-sub .p-footer__item:nth-child(2) .p-footer__link {
    padding-left: 1.1rem;
    padding-right: 0px;
  }
}

.p-footer__link {
  font-size: 2rem;
  line-height: 1.25;
  letter-spacing: 0.2rem;
  display: block;
  margin-left: auto;
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
.p-footer__link:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .p-footer__link {
    font-size: 1.4rem;
    letter-spacing: 0.14rem;
  }
}

.p-copyright {
  margin-top: 5.25rem;
  margin-top: 5.5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-copyright {
    margin-top: 4.1rem;
  }
}

.p-copyright__text {
  font-size: 1.2rem;
  line-height: 1.25;
  letter-spacing: 0.12rem;
  padding-left: 0.5rem;
  font-family: "Marcellus", serif;
}
@media screen and (max-width: 767px) {
  .p-copyright__text {
    padding-left: 0.1rem;
  }
}

.p-button-footer01 {
  display: block;
  padding: 140px 0;
  position: relative;
  text-align: center;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: url("../img/reserve-link-pc.jpg") no-repeat center center/cover;
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.p-button-footer01:hover {
  opacity: 0.8;
  -webkit-transform: scale(1.04, 1.04);
          transform: scale(1.04, 1.04);
}
@media screen and (max-width: 767px) {
  .p-button-footer01 {
    padding: 51px 0 71px 0;
    background: url("../img/reserve-link-sp.jpg") no-repeat center center/cover;
  }
}
.p-button-footer01::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(70, 70, 70, 0.8);
  z-index: -1;
}

.p-button-footer01__title {
  font-size: 8rem;
  letter-spacing: 0.8rem;
  font-family: "Marcellus", serif;
  color: #CA7F13;
}
@media screen and (max-width: 767px) {
  .p-button-footer01__title {
    font-size: 4.8rem;
    letter-spacing: 0.48rem;
  }
}

.p-button-footer01__sub-title {
  font-size: 1.6rem;
  line-height: 1.325;
  letter-spacing: 0.16rem;
  font-weight: 600;
  color: #CA7F13;
}
@media screen and (max-width: 767px) {
  .p-button-footer01__sub-title {
    font-size: 1.2rem;
    letter-spacing: 0.12rem;
  }
}

.p-button-footer02 {
  width: 50%;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 77px;
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.p-button-footer02:hover {
  opacity: 0.6;
}
.p-button-footer02:hover .p-button-footer02__title, .p-button-footer02:hover .p-button-footer02__sub-title {
  color: #949E33;
}
.p-button-footer02:nth-child(1) {
  padding-right: 11%;
}
@media screen and (max-width: 767px) {
  .p-button-footer02:nth-child(1) {
    padding-right: 0;
  }
}
.p-button-footer02:nth-child(2) {
  padding-left: 6%;
  border-left: 1px solid #CA7F13;
}
@media screen and (max-width: 767px) {
  .p-button-footer02:nth-child(2) {
    border-left: 0;
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-button-footer02 {
    display: block;
    width: 100%;
    text-align: center;
    padding: 5.5rem 0 6.8rem 0;
    border-bottom: 1px solid #CA7F13;
  }
}

.p-button-footer02__title {
  font-size: 8rem;
  letter-spacing: 0.8rem;
  font-family: "Marcellus", serif;
  color: #CA7F13;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.p-button-footer02__title.p-button-footer02__title--sns {
  font-size: 7.2rem;
  letter-spacing: 0.72rem;
}
@media screen and (max-width: 767px) {
  .p-button-footer02__title.p-button-footer02__title--sns {
    font-size: 4.8rem;
    letter-spacing: 0.48rem;
  }
}
@media screen and (max-width: 767px) {
  .p-button-footer02__title {
    font-size: 4.8rem;
    letter-spacing: 0.48rem;
  }
}

.p-button-footer02__sub-title {
  font-size: 1.6rem;
  line-height: 1.325;
  letter-spacing: 0.16rem;
  font-weight: 600;
  color: #CA7F13;
  margin-top: 1.3rem;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
@media screen and (max-width: 767px) {
  .p-button-footer02__sub-title {
    font-size: 1.2rem;
    letter-spacing: 0.12rem;
    margin-top: 0.1rem;
  }
}

.p-main-visual {
  background-color: #D4CEBE;
  z-index: 1;
}
.p-main-visual__title-wrap {
  padding: 13rem 0;
  text-align: center;
  background-color: #D4CEBE;
}
.p-main-visual__title-wrap.p-main-visual__title-wrap--second {
  padding: 9.5rem 0 9.4rem 0;
}
@media screen and (max-width: 767px) {
  .p-main-visual__title-wrap.p-main-visual__title-wrap--second {
    padding: 61px 0 60px 0;
  }
}
@media screen and (max-width: 767px) {
  .p-main-visual__title-wrap {
    padding: 8rem 0;
  }
}

.p-main-visual__title {
  font-size: 8rem;
  line-height: 1.25;
  letter-spacing: 0.8rem;
  color: #CA7F13;
  font-family: "Marcellus", serif;
  padding-left: 1rem;
}
.p-main-visual__title.p-main-visual__title--second {
  margin-top: 1rem;
  font-family: "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
@media screen and (max-width: 1199px) {
  .p-main-visual__title {
    font-size: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-main-visual__title {
    font-size: 3.2rem;
    letter-spacing: 0.32rem;
    padding-left: 0.5rem;
  }
}

.p-main-visual__img {
  width: 100%;
  aspect-ratio: 1440/600;
  position: sticky;
  top: 17.3rem;
}
@media screen and (max-width: 767px) {
  .p-main-visual__img {
    top: 11.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-main-visual__img {
    top: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-main-visual__img {
    aspect-ratio: 375/300;
  }
}
.p-main-visual__img img {
  -o-object-position: center center;
     object-position: center center;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  background-color: #D4CEBE;
}

.p-main-visual__img02 {
  width: 100%;
  aspect-ratio: 1440/600;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-main-visual__img02 {
    aspect-ratio: 375/300;
  }
}
.p-main-visual__img02 img {
  -o-object-position: center center;
     object-position: center center;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  background-color: #D4CEBE;
}

.p-main-visual__img-bg01 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.p-main-visual__img-bg02 {
  position: sticky;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  height: 41.6666666667vw;
}
.p-main-visual__img-bg02.p-main-visual__img-bg02--price {
  background: url("../img/price-menu_top-pc.jpg") no-repeat center center/cover;
}

/*demp
========================================================================== */
.p-main-visual-demo__title-wrap {
  padding: 13rem 0;
  text-align: center;
  background-color: #D4CEBE;
}
@media screen and (max-width: 767px) {
  .p-main-visual-demo__title-wrap {
    padding: 8rem 0;
  }
}

.p-main-visual-demo__title {
  font-size: 8rem;
  line-height: 1.25;
  letter-spacing: 0.8rem;
  color: #CA7F13;
  font-family: "Marcellus", serif;
  padding-left: 1rem;
}
@media screen and (max-width: 1199px) {
  .p-main-visual-demo__title {
    font-size: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-main-visual-demo__title {
    font-size: 3.2rem;
    letter-spacing: 0.32rem;
    padding-left: 0.5rem;
  }
}

.p-main-visual-demo__parrrax {
  position: relative;
  z-index: 1;
  width: 100%;
  aspect-ratio: 1440/600;
}

.p-main-visual-demo__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.p-main-visual-demo__img img {
  position: sticky;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../../img/page-concept_top-pc.jpg) no-repeat center center/cover;
  z-index: -1;
}

.p-main-visual-demo__bg01 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.p-main-visual-demo__bg02 {
  position: sticky;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../../img/page-concept_top-pc.jpg) no-repeat center center/cover;
  z-index: -1;
}

.p-breadcrumb {
  max-width: 144rem;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 3.2rem;
     -moz-column-gap: 3.2rem;
          column-gap: 3.2rem;
  color: #CA7F13;
  cursor: pointer;
}
.p-breadcrumb span {
  display: block;
  position: relative;
  font-family: "Yu Gothic", "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
  cursor: pointer;
}
.p-breadcrumb span .current-item {
  white-space: pre-wrap;
}
.p-breadcrumb span .current-item:after {
  content: none;
}
@media screen and (max-width: 767px) {
  .p-breadcrumb span {
    font-size: 1.4rem;
    letter-spacing: 0.14rem;
    line-height: 1.3;
  }
}
.p-breadcrumb span:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 56%;
  right: -1.6rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 80%;
  background-color: #CA7F13;
}
@media screen and (max-width: 767px) {
  .p-breadcrumb span:not(:last-child)::after {
    top: 49%;
    height: 80%;
  }
}
.p-breadcrumb a,
.p-breadcrumb .home {
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
.p-breadcrumb a:hover,
.p-breadcrumb .home:hover {
  opacity: 0.6;
}
.p-breadcrumb span .current-item {
  cursor: auto;
}
.p-breadcrumb span .current-item:after {
  content: none;
}

/*demo
========================================================================== */
.p-breadcrumb-demo {
  max-width: 144rem;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 3.2rem;
     -moz-column-gap: 3.2rem;
          column-gap: 3.2rem;
  color: #CA7F13;
  cursor: pointer;
  position: relative;
  z-index: 1;
  position: sticky;
  top: 173px;
}
.p-breadcrumb-demo span {
  display: block;
  position: relative;
  font-family: "Yu Gothic", "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
  cursor: pointer;
}
.p-breadcrumb-demo span .current-item {
  white-space: pre-wrap;
}
.p-breadcrumb-demo span .current-item:after {
  content: none;
}
@media screen and (max-width: 767px) {
  .p-breadcrumb-demo span {
    font-size: 1.4rem;
    letter-spacing: 0.14rem;
    line-height: 1.3;
  }
}
.p-breadcrumb-demo span:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 56%;
  right: -1.6rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 80%;
  background-color: #CA7F13;
}
@media screen and (max-width: 767px) {
  .p-breadcrumb-demo span:not(:last-child)::after {
    top: 49%;
    height: 80%;
  }
}
.p-breadcrumb-demo a,
.p-breadcrumb-demo .home {
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
.p-breadcrumb-demo a:hover,
.p-breadcrumb-demo .home:hover {
  opacity: 0.6;
}
.p-breadcrumb-demo span .current-item {
  cursor: auto;
}
.p-breadcrumb-demo span .current-item:after {
  content: none;
}

/*second
========================================================================== */
.p-breadcrumb-secondary {
  max-width: 144rem;
  margin-left: auto;
  margin-right: auto;
  color: #CA7F13;
}
@media screen and (max-width: 767px) {
  .p-breadcrumb-secondary {
    line-height: 26px;
  }
}
.p-breadcrumb-secondary.p-breadcrumb--background {
  background-color: #D4CEBE;
}
.p-breadcrumb-secondary span {
  position: relative;
  font-family: "Yu Gothic", "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
  cursor: pointer;
}
.p-breadcrumb-secondary span .current-item {
  white-space: pre-wrap;
}
.p-breadcrumb-secondary span:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 56%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 100%;
  background-color: #CA7F13;
}
@media screen and (max-width: 767px) {
  .p-breadcrumb-secondary span:not(:last-child)::after {
    top: 49%;
    height: 80%;
  }
}
.p-breadcrumb-secondary a, .p-breadcrumb-secondary .home {
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
.p-breadcrumb-secondary a:hover, .p-breadcrumb-secondary .home:hover {
  opacity: 0.6;
}
.p-breadcrumb-secondary span .current-item {
  cursor: auto;
}
.p-breadcrumb-secondary span .current-item:after {
  content: none;
}

.p-breadcrumb-secondary span {
  padding-right: 14px;
  /*wordpress時
  ========================================================================== */
}
@media screen and (max-width: 767px) {
  .p-breadcrumb-secondary span {
    padding-right: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-breadcrumb-secondary span {
    font-size: 1.4rem;
    letter-spacing: 0.14rem;
    line-height: 1.3;
  }
}

.p-breadcrumb-secondary span a span {
  padding-right: 0;
}

.p-breadcrumb-secondary span:not(:first-child) span,
.p-breadcrumb-secondary span:not(:first-child) a span,
.p-breadcrumb-secondary .current-item {
  padding-left: 16px;
  /*wordpress時
  ========================================================================== */
}

.p-breadcrumb-secondary .current-item {
  line-height: 0.8;
}

/*tertiary
========================================================================== */
.p-breadcrumb-tertiary {
  max-width: 144rem;
  margin-left: auto;
  margin-right: auto;
  color: #CA7F13;
  line-height: 2.3rem;
}
@media screen and (min-width: 1440px) {
  .p-breadcrumb-tertiary {
    padding-left: 12rem;
  }
}
@media screen and (max-width: 1439px) {
  .p-breadcrumb-tertiary {
    padding-left: 8.3333333333%;
  }
}
@media screen and (max-width: 767px) {
  .p-breadcrumb-tertiary {
    line-height: 0.18rem;
    padding-left: 4.2666666667%;
  }
}
.p-breadcrumb-tertiary.p-breadcrumb--background {
  background-color: #D4CEBE;
}
.p-breadcrumb-tertiary span {
  line-height: 23px;
  position: relative;
  font-family: "Yu Gothic", "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
  letter-spacing: 1.8px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-breadcrumb-tertiary span {
    line-height: 26px;
  }
}
.p-breadcrumb-tertiary span:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 56%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 100%;
  background-color: #CA7F13;
}
@media screen and (max-width: 767px) {
  .p-breadcrumb-tertiary span:not(:last-child)::after {
    top: 49%;
    height: 80%;
  }
}
.p-breadcrumb-tertiary a, .p-breadcrumb-tertiary .home {
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
.p-breadcrumb-tertiary a:hover, .p-breadcrumb-tertiary .home:hover {
  opacity: 0.6;
}
.p-breadcrumb-tertiary span .current-item {
  cursor: auto;
}
.p-breadcrumb-tertiary span .current-item:after {
  content: none;
}

.p-breadcrumb-tertiary span, .p-breadcrumb-tertiary span a span {
  padding-right: 3.8px;
}
@media screen and (max-width: 767px) {
  .p-breadcrumb-tertiary span, .p-breadcrumb-tertiary span a span {
    padding-right: 4.6px;
  }
}
@media screen and (max-width: 767px) {
  .p-breadcrumb-tertiary span, .p-breadcrumb-tertiary span a span {
    font-size: 1.4rem;
    letter-spacing: 0.14rem;
    line-height: 1.3;
  }
}

.p-breadcrumb-tertiary span:not(:first-child) span,
.p-breadcrumb-tertiary span:not(:first-child) a span,
.p-breadcrumb-tertiary .current-item {
  padding-left: 16px;
  padding-left: 15px;
}

.p-breadcrumb-tertiary .current-item {
  line-height: 0.8;
}

/*reserve
========================================================================== */
.p-breadcrumb-reserve {
  max-width: 144rem;
  margin-left: auto;
  margin-right: auto;
  color: #CA7F13;
  line-height: 2.3rem;
}
@media screen and (min-width: 1440px) {
  .p-breadcrumb-reserve {
    padding-left: 12rem;
  }
}
@media screen and (max-width: 1439px) {
  .p-breadcrumb-reserve {
    padding-left: 8.3333333333%;
  }
}
@media screen and (max-width: 767px) {
  .p-breadcrumb-reserve {
    line-height: 0.18rem;
    padding-left: 4.2666666667%;
  }
}
.p-breadcrumb-reserve span {
  line-height: 23px;
  position: relative;
  font-family: "Yu Gothic", "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
  letter-spacing: 1.8px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-breadcrumb-reserve span {
    line-height: 26px;
  }
}
.p-breadcrumb-reserve span:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 56%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 100%;
  background-color: #CA7F13;
}
@media screen and (max-width: 767px) {
  .p-breadcrumb-reserve span:not(:last-child)::after {
    top: 49%;
    height: 80%;
  }
}
.p-breadcrumb-reserve a, .p-breadcrumb-reserve .home {
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
.p-breadcrumb-reserve a:hover, .p-breadcrumb-reserve .home:hover {
  opacity: 0.6;
}
.p-breadcrumb-reserve span .current-item {
  cursor: auto;
}
.p-breadcrumb-reserve span .current-item:after {
  content: none;
}

.p-breadcrumb-reserve span, .p-breadcrumb-reserve span a span {
  padding-right: 0.7rem;
}
@media screen and (max-width: 767px) {
  .p-breadcrumb-reserve span, .p-breadcrumb-reserve span a span {
    padding-right: 0.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-breadcrumb-reserve span, .p-breadcrumb-reserve span a span {
    font-size: 1.4rem;
    letter-spacing: 0.14rem;
    line-height: 1.3;
  }
}

.p-breadcrumb-reserve span:not(:first-child) span,
.p-breadcrumb-reserve span:not(:first-child) a span,
.p-breadcrumb-reserve .current-item {
  padding-left: 16px;
  padding-left: 15px;
}

.p-breadcrumb-reserve .current-item {
  line-height: 0.8;
}

.p-concept-about {
  background: #D4CEBE;
  position: sticky;
  top: 17.3rem;
}
@media screen and (max-width: 767px) {
  .p-concept-about {
    top: 11.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-concept-about {
    top: 8rem;
  }
}

@media screen and (max-width: 1199px) {
  .p-concept-about__img img {
    width: 90%;
    margin: 0 auto;
    display: block;
  }
}
@media screen and (max-width: 1199px) and (max-width: 500px) {
  .p-concept-about__img img {
    width: 100%;
  }
}
.p-concept-about__head {
  position: relative;
  padding: 14.2rem 0 14.2rem 0;
}
@media screen and (max-width: 1199px) {
  .p-concept-about__head {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-concept-about__head {
    padding: 0;
  }
}
.p-concept-about__head::after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 60%;
  height: 100%;
  background: url("../img/page-concept_about.jpg") no-repeat center center/cover;
  z-index: -1;
}
@media screen and (max-width: 1199px) {
  .p-concept-about__head::after {
    display: none;
  }
}

@media screen and (max-width: 1199px) {
  .p-concept-about__title {
    margin-top: 2.7rem;
  }
}
@media screen and (max-width: 767px) {
  .p-concept-about__title {
    margin-top: 1.7rem;
  }
}

.p-concept-about__body {
  margin-top: 55px;
}
@media screen and (max-width: 767px) {
  .p-concept-about__body {
    margin-top: 1.5rem;
  }
}

.p-concept-about__description {
  line-height: 2;
  color: #CA7F13;
  font-family: "Yu Gothic", "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-concept-about__description {
    font-size: 1.4rem;
    letter-spacing: 0.14rem;
    letter-spacing: 1.4px;
    line-height: 2;
  }
}

.p-concept-about__description .p-concept-about__female {
  margin-left: 0.9rem;
}

/*demo
========================================================================== */
.p-concept-about-demo {
  background: #D4CEBE;
  position: sticky;
  top: 173px;
  z-index: 1;
}

@media screen and (max-width: 1199px) {
  .p-concept-about-demo__img img {
    width: 90%;
    margin: 0 auto;
    display: block;
  }
}
@media screen and (max-width: 1199px) and (max-width: 500px) {
  .p-concept-about-demo__img img {
    width: 100%;
  }
}
.p-concept-about-demo__head {
  position: relative;
  padding: 14.2rem 0 14.2rem 0;
}
@media screen and (max-width: 1199px) {
  .p-concept-about-demo__head {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-concept-about-demo__head {
    padding: 0;
  }
}
.p-concept-about-demo__head::after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 60%;
  height: 100%;
  background: url("../img/page-concept_about.jpg") no-repeat center center/cover;
  z-index: -1;
}
@media screen and (max-width: 1199px) {
  .p-concept-about-demo__head::after {
    display: none;
  }
}

@media screen and (max-width: 1199px) {
  .p-concept-about-demo__title {
    margin-top: 2.7rem;
  }
}
@media screen and (max-width: 767px) {
  .p-concept-about-demo__title {
    margin-top: 1.7rem;
  }
}

.p-concept-about-demo__body {
  margin-top: 55px;
}
@media screen and (max-width: 767px) {
  .p-concept-about-demo__body {
    margin-top: 1.5rem;
  }
}

.p-concept-about-demo__description {
  line-height: 2;
  color: #CA7F13;
  font-family: "Yu Gothic", "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-concept-about-demo__description {
    font-size: 1.4rem;
    letter-spacing: 0.14rem;
    letter-spacing: 1.4px;
    line-height: 2;
  }
}

.p-concept-about-demo__description .p-concept-about-demo__female {
  margin-left: 0.9rem;
}

.p-concept-instagram__head {
  position: relative;
  padding-top: 4.5rem;
}
@media screen and (max-width: 767px) {
  .p-concept-instagram__head {
    padding-top: 2.8rem;
  }
}

.p-concept-instagram__body {
  margin: 6.2rem auto 0 auto;
  max-width: 80rem;
  width: 100%;
}
@media screen and (max-width: 860px) {
  .p-concept-instagram__body {
    margin: 5.8rem auto 0 auto;
    padding: 0 1.4rem;
  }
}

#sbi_images, .p-concept-instagram__list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
}
@media screen and (max-width: 860px) {
  #sbi_images, .p-concept-instagram__list {
    gap: 19px;
  }
}

.p-concept-instagram__item {
  display: block;
  width: calc(33.3333333333% - 2.6666666667rem);
  cursor: pointer;
}
@media screen and (max-width: 860px) {
  .p-concept-instagram__item {
    width: calc(50% - 0.95rem);
  }
}
.p-concept-instagram__item img {
  aspect-ratio: 1/1;
}
.p-concept-instagram__item .span {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  background: url() no-repeat center center/cover;
  background: #000;
}

#sb_instagram.sbi_col_3 #sbi_images .sbi_item {
  display: block;
  width: calc(33.3333333333% - 2.6666666667rem);
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
@media screen and (max-width: 860px) {
  #sb_instagram.sbi_col_3 #sbi_images .sbi_item {
    width: calc(50% - 0.95rem);
  }
}
#sb_instagram.sbi_col_3 #sbi_images .sbi_item:hover {
  -webkit-transform: scale(1.04, 1.04);
          transform: scale(1.04, 1.04);
  opacity: 1 !important;
}
#sb_instagram.sbi_col_3 #sbi_images .sbi_item .sbi_photo_wrap {
  width: 100%;
}
#sb_instagram.sbi_col_3 #sbi_images .sbi_item a {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
}

@media screen and (max-width: 860px) {
  #sb_instagram.sbi_fixed_height {
    height: 1167px !important;
    height: 100% !important;
  }
}

/*
========================================================================== */
/*
========================================================================== */
.p-concept-instagram__button {
  margin-top: 6.05rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-concept-instagram__button {
    margin-top: 2.85rem;
  }
}

.p-concept-profile__head {
  position: relative;
  padding-top: 4.5rem;
}
@media screen and (max-width: 767px) {
  .p-concept-profile__head {
    padding-top: 2.8rem;
  }
}

@media screen and (min-width: 1200px) {
  .p-concept-profile__title-br {
    display: none;
  }
}
@media screen and (max-width: 1199px) {
  .p-concept-profile__title-br {
    display: none;
  }
}
@media screen and (max-width: 860px) {
  .p-concept-profile__title-br {
    display: block;
  }
}

.p-concept-profile__img {
  width: 100%;
}
.p-concept-profile__img img {
  aspect-ratio: 1080/540;
  -o-object-position: center center;
     object-position: center center;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-concept-profile__img img {
    aspect-ratio: 343/200;
  }
}

@media screen and (min-width: 1200px) {
  .p-concept-profile__info-br {
    display: none;
  }
}
@media screen and (max-width: 1199px) {
  .p-concept-profile__info-br {
    display: block;
  }
}

.p-concept-profile__body {
  max-width: 114rem;
  padding: 0 3rem;
  margin: 5.3rem auto 0 auto;
}
@media screen and (max-width: 1199px) {
  .p-concept-profile__body {
    padding: 0 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-concept-profile__body {
    padding: 0;
    margin-top: 6.2rem;
  }
}

.p-concept-profile__info-table {
  margin-top: 5.9rem;
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
}
@media screen and (max-width: 860px) {
  .p-concept-profile__info-table {
    display: none;
  }
}

.p-concept-profile__th,
.p-concept-profile__td {
  height: 72px;
  vertical-align: middle;
}

.p-concept-profile__th {
  width: 110px;
  color: #CA7F13;
  font-weight: 600;
  color: #CA7F13;
  text-align: left;
  border-top: 1px solid #CA7F13;
}
.p-concept-profile__th:nth-child(1) {
  padding-left: 10px;
  width: 125px;
}

.p-concept-profile__td {
  border-top: 1px solid #CA7F13;
  font-size: 1.6rem;
  letter-spacing: 0.16rem;
  font-family: "Yu Gothic", "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
  text-align: left;
  padding-right: 10px;
}
.p-concept-profile__td:nth-child(2) {
  width: 303px;
}

.p-concept-profile__info-dl {
  display: none;
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  margin-top: 40px;
}
@media screen and (max-width: 860px) {
  .p-concept-profile__info-dl {
    display: block;
  }
}

.p-concept-profile__info-dl__row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #CA7F13;
}
.p-concept-profile__info-dl__row:last-child {
  border-bottom: 1px solid #CA7F13;
}
.p-concept-profile__info-dl__row:nth-child(1) dt {
  padding-top: 2.5rem;
  padding-bottom: 2.2rem;
}
.p-concept-profile__info-dl__row:nth-child(1) dd {
  padding-top: 28px;
}
.p-concept-profile__info-dl__row:nth-child(2) dt {
  padding-top: 2.6rem;
  padding-bottom: 2.4rem;
}
.p-concept-profile__info-dl__row:nth-child(2) dd {
  padding-top: 30px;
}
.p-concept-profile__info-dl__row:nth-child(3) dt {
  padding-top: 2.6rem;
  padding-bottom: 2.4rem;
}
.p-concept-profile__info-dl__row:nth-child(3) dd {
  padding-top: 30px;
}
.p-concept-profile__info-dl__row:nth-child(4) dt {
  padding-top: 2.8rem;
  padding-bottom: 4.1rem;
}
.p-concept-profile__info-dl__row:nth-child(4) dd {
  padding-top: 30px;
}
.p-concept-profile__info-dl__row:nth-child(5) dt {
  padding-top: 2.9rem;
  padding-bottom: 2.1rem;
}
.p-concept-profile__info-dl__row:nth-child(5) dd {
  padding-top: 32px;
}
.p-concept-profile__info-dl__row:nth-child(6) dt {
  padding-top: 2.7rem;
  padding-bottom: 2.1rem;
}
.p-concept-profile__info-dl__row:nth-child(6) dd {
  padding-top: 27px;
}
.p-concept-profile__info-dl__row:nth-child(7) dt {
  padding-top: 3rem;
  padding-bottom: 2rem;
}
.p-concept-profile__info-dl__row:nth-child(7) dd {
  padding-top: 32px;
}
.p-concept-profile__info-dl__row:nth-child(8) dt {
  padding-top: 3rem;
  padding-bottom: 3.8rem;
}
.p-concept-profile__info-dl__row:nth-child(8) dd {
  padding-top: 30px;
}

.p-concept-profile__info-left {
  font-size: 1.8rem;
  width: 12.7rem;
  font-size: 1.4rem;
  letter-spacing: 0.14rem;
  font-weight: 600;
  color: #CA7F13;
}
@media screen and (max-width: 500px) {
  .p-concept-profile__info-left {
    padding-left: 1.4rem;
  }
}

.p-concept-profile__info-right {
  width: calc(100% - 12.7rem);
  font-size: 1.4rem;
  font-family: "Yu Gothic", "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
  letter-spacing: 0.12rem;
}
@media screen and (max-width: 500px) {
  .p-concept-profile__info-right {
    font-size: 1.2rem;
  }
}

.p-concept-profile__td .p-concept-profile__address {
  margin-left: 13px;
}

.p-price-about__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 1199px) {
  .p-price-about__content {
    display: block;
  }
}

.p-price-about__description {
  width: 49.75%;
}
@media screen and (max-width: 1199px) {
  .p-price-about__description {
    margin-top: 3.6rem;
    width: 100%;
  }
}

.p-price-about__text {
  line-height: 2;
  font-family: "Yu Gothic", "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
  color: #CA7F13;
}
.p-price-about__text .p-price-about__text-span01 {
  display: inline-block;
  margin-left: 0.1rem;
}
@media screen and (max-width: 767px) {
  .p-price-about__text .p-price-about__text-span01 {
    margin-left: 0;
  }
}
.p-price-about__text .p-price-about__text-span02 {
  display: inline-block;
  margin-left: -0.7rem;
}
@media screen and (max-width: 767px) {
  .p-price-about__text .p-price-about__text-span02 {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-price-about__text {
    font-size: 1.4rem;
    line-height: 2;
    letter-spacing: 0.14rem;
  }
  .p-price-about__text:nth-child(n+2) {
    margin-top: 2.8rem;
  }
}

.p-price-about__nav {
  width: 50.25%;
  padding-left: 3.975%;
  margin-top: -1px;
}
@media screen and (max-width: 1199px) {
  .p-price-about__nav {
    width: 100%;
    padding-left: 0;
    margin-top: 0;
  }
}

.p-price-nav__list {
  width: 100%;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-price-nav__list .p-price-nav__item:nth-child(1) .p-price-nav__link::before {
  top: 30%;
}
.p-price-nav__list .p-price-nav__item:nth-child(2)::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 88%;
  background: #CA7F13;
}
@media screen and (max-width: 860px) {
  .p-price-nav__list .p-price-nav__item:nth-child(2)::after {
    display: none;
  }
}
.p-price-nav__list .p-price-nav__item:nth-child(4)::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: #CA7F13;
}
@media screen and (max-width: 860px) {
  .p-price-nav__list .p-price-nav__item:nth-child(4)::after {
    display: none;
  }
}
.p-price-nav__list .p-price-nav__item:last-child::before {
  display: none;
}
.p-price-nav__list .p-price-nav__item:last-child::after {
  content: "";
  position: absolute;
  top: 0;
  right: -1px;
  width: 1px;
  height: 120%;
  background: #CA7F13;
}
@media screen and (max-width: 860px) {
  .p-price-nav__list .p-price-nav__item:last-child::after {
    display: none;
  }
}
.p-price-nav__list .p-price-nav__item:last-child .p-price-nav__link {
  border-bottom: none;
}
.p-price-nav__list .p-price-nav__item:last-child .p-price-nav__link::before {
  top: 54%;
}
@media screen and (max-width: 860px) {
  .p-price-nav__list .p-price-nav__item:last-child .p-price-nav__link::before {
    top: 40%;
  }
}

.p-price-nav__item {
  width: 50%;
  position: relative;
  /*pc時の各要素のpadding
  ========================================================================== */
  /* sp各要素のpadding
  ========================================================================== */
}
.p-price-nav__item::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background: #CA7F13;
}
@media screen and (max-width: 860px) {
  .p-price-nav__item {
    width: 100%;
  }
}
.p-price-nav__item:nth-child(1) .p-price-nav__link {
  padding-bottom: 16px;
}
.p-price-nav__item:nth-child(2) .p-price-nav__link {
  padding-bottom: 16px;
}
.p-price-nav__item:nth-child(2) .p-price-card__sub-title {
  margin-top: 11px;
  margin-left: 22px;
}
.p-price-nav__item:nth-child(3) .p-price-nav__link {
  padding-bottom: 18px;
}
.p-price-nav__item:nth-child(4) .p-price-nav__link {
  padding-bottom: 18px;
}
.p-price-nav__item:nth-child(4) .p-price-card__sub-title {
  margin-top: 11px;
}
.p-price-nav__item:nth-child(5) .p-price-card__sub-title {
  margin-top: 11px;
  margin-left: 22px;
}
@media screen and (max-width: 767px) {
  .p-price-nav__item:nth-child(1) .p-price-nav__link {
    padding-bottom: 6px;
  }
  .p-price-nav__item:nth-child(2) .p-price-nav__link {
    padding-top: 7px;
    padding-bottom: 5px;
  }
  .p-price-nav__item:nth-child(2) .p-price-card__sub-title {
    margin-top: 11px;
    margin-left: 22px;
  }
  .p-price-nav__item:nth-child(3) .p-price-nav__link {
    padding-top: 5px;
    padding-bottom: 6px;
  }
  .p-price-nav__item:nth-child(3) .p-price-card__sub-title {
    margin-top: 11px;
    margin-left: 22px;
  }
  .p-price-nav__item:nth-child(4) .p-price-nav__link {
    padding-top: 7px;
    padding-bottom: 5px;
  }
  .p-price-nav__item:nth-child(4) .p-price-card__sub-title {
    margin-top: 11px;
    margin-left: 22px;
  }
  .p-price-nav__item:nth-child(5) .p-price-nav__link {
    padding-top: 5px;
  }
  .p-price-nav__item:nth-child(5) .p-price-card__sub-title {
    margin-top: 11px;
    margin-left: 22px;
  }
}

.p-price-nav__link {
  display: block;
  padding-left: 0.9rem;
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-price-nav__link {
    padding-left: 16px;
    border-bottom: 1px solid #CA7F13;
  }
}
.p-price-nav__link:hover .p-price-nav__text, .p-price-nav__link:hover .p-price-nav__sub-text {
  color: #949E33;
}
.p-price-nav__link:hover::before {
  color: #949E33;
}
.p-price-nav__link::before {
  content: "\f054";
  font-family: "Font Awesome 5 Free", sans-serif;
  font-weight: 600;
  font-size: 1.7rem;
  color: #CA7F13;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  position: absolute;
  top: 35%;
  right: 14px;
}
@media screen and (max-width: 767px) {
  .p-price-nav__link::before {
    font-size: 11px;
  }
}

/*text
========================================================================== */
.p-price-nav__text-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 4.1rem;
}
@media screen and (max-width: 767px) {
  .p-price-nav__text-wrap {
    height: 2.5rem;
  }
}

.p-price-nav__text {
  font-size: 3.3rem;
  line-height: 6rem;
  letter-spacing: 0.132rem;
  color: #CA7F13;
  font-family: "Marcellus", serif;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
@media screen and (max-width: 767px) {
  .p-price-nav__text {
    font-size: 2rem;
    line-height: 8.07rem;
    line-height: 2.5rem;
    letter-spacing: 0.08rem;
  }
}

.p-price-nav__sub-text {
  font-size: 0.9rem;
  line-height: 4.1rem;
  letter-spacing: 0.036rem;
  color: #CA7F13;
  display: block;
  margin-left: 11px;
  margin-top: 1.7rem;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
@media screen and (max-width: 767px) {
  .p-price-nav__sub-text {
    margin-top: 3px;
    margin-left: 8px;
    line-height: 2.5rem;
    font-size: 1.2rem;
    letter-spacing: 0.048rem;
  }
}

@media screen and (max-width: 400px) {
  .p-price-menu__span02 {
    margin-right: 8px;
  }
}
.p-price-menu {
  color: #CA7F13;
  background-color: #D4CEBE;
  padding-top: 5.6rem;
  text-align: center;
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .p-price-menu {
    padding-bottom: 46px;
  }
}

.p-price-menu__inner {
  max-width: 803px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 860px) {
  .p-price-menu__inner {
    max-width: 60rem;
  }
}
@media screen and (max-width: 767px) {
  .p-price-menu__inner {
    padding: 0 15px 0 16px;
  }
}

.p-price-menu__item:nth-child(2) {
  margin-top: 113px;
}
@media screen and (max-width: 767px) {
  .p-price-menu__item:nth-child(2) {
    margin-top: 77px;
  }
}
.p-price-menu__item:nth-child(3) {
  margin-top: 113px;
}
@media screen and (max-width: 767px) {
  .p-price-menu__item:nth-child(3) {
    margin-top: 7.7rem;
    margin-top: 7.7rem;
  }
}

.p-price-menu__title {
  font-size: 8.4rem;
  letter-spacing: 0.336rem;
  font-family: "Marcellus", serif;
  padding-left: 1rem;
}

.p-price-menu__sub-item:nth-child(2) {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-price-menu__sub-item:nth-child(2) {
    margin-top: 58px;
  }
}
.p-price-menu__sub-item:nth-child(n+3) {
  margin-top: 77px;
}
@media screen and (max-width: 767px) {
  .p-price-menu__sub-item:nth-child(n+3) {
    margin-top: 58px;
  }
}
.p-price-menu__sub-item:nth-child(n+3) .p-price-menu__sub-title {
  padding-left: 9px;
}
@media screen and (max-width: 767px) {
  .p-price-menu__sub-item:nth-child(n+3) .p-price-menu__sub-title {
    padding-left: 2px;
  }
}

.p-price-menu__sub-title {
  font-size: 2.4rem;
  line-height: 1.3333333333;
  letter-spacing: 0.24rem;
}
@media screen and (max-width: 767px) {
  .p-price-menu__sub-title {
    font-size: 1.8rem;
    letter-spacing: 0.18rem;
  }
}

.p-price-menu__lead {
  margin-top: 2.8rem;
  margin-top: 2.7rem;
  line-height: 1.7777777778;
}
@media screen and (max-width: 860px) {
  .p-price-menu__lead {
    margin-top: 25px;
    font-size: 1.4rem;
    letter-spacing: 0.14rem;
    line-height: 2.2857142857;
    text-align: left;
  }
}
.p-price-menu__lead.p-price-menu__lead--m-parts .p-price-menu__lead-hip {
  margin-left: 10px;
  margin-right: -6px;
}
@media screen and (max-width: 767px) {
  .p-price-menu__lead.p-price-menu__lead--m-parts .p-price-menu__lead-hip {
    margin-left: 8px;
    margin-right: -4px;
  }
}
.p-price-menu__lead.p-price-menu__lead--l-parts span {
  margin-left: 9px;
}

/*sp
========================================================================== */
.p-price-menu__detail {
  display: none;
}
@media screen and (max-width: 860px) {
  .p-price-menu__detail {
    display: block;
    margin-top: 2rem;
    color: #CA7F13;
  }
}

.p-price-menu__heading {
  font-size: 1.8rem;
  letter-spacing: 0.072rem;
  line-height: 1.6666666667;
  font-family: "Yu Gothic", "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
}
.p-price-menu__heading.p-price-menu__heading--01 {
  margin-top: 45px;
}
.p-price-menu__heading.p-price-menu__heading--02 {
  margin-top: 56px;
}
.p-price-menu__heading.p-price-menu__heading--03 {
  margin-top: 54px;
}

.p-price-menu__sub-table {
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  margin-top: 15px;
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
}

.p-price-menu__sub-th, .p-price-menu__sub-td {
  border-bottom: 1px solid #CA7F13;
  vertical-align: middle;
  height: 7.5rem;
  width: 50%;
}

.p-price-menu__sub-th {
  font-size: 1.6rem;
  letter-spacing: 0.064rem;
  font-family: "Yu Gothic", "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
  -moz-text-align-last: left;
       text-align-last: left;
}
.p-price-menu__sub-td {
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.18rem;
  text-align: right;
  padding-right: 23px;
}

.p-price-menu__sub-yen {
  display: inline-block;
  font-weight: 600;
  letter-spacing: 0.14rem;
  margin-left: 9px;
  font-size: 1.4rem;
  line-height: 1.6428571429;
}
.p-price-menu__sub-yen.p-price-menu__sub-yen--01 {
  margin-left: 6px;
  margin-right: -6px;
}
.p-price-menu__sub-yen.p-price-menu__sub-yen--02 {
  margin-left: 9px;
  margin-right: -5px;
}

.p-price-menu__sub-th.p-price-menu__column01 {
  padding: 0 0 9px 50px;
  text-align: center;
}

.p-price-menu__sub-th.p-price-menu__column02 {
  padding: 0 0 10px 98px;
  text-align: center;
}

/*p-price-menu__table
========================================================================== */
.p-price-menu__table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
  margin-top: 32px;
}
@media screen and (max-width: 860px) {
  .p-price-menu__table {
    display: none;
  }
}

.p-price-menu__table--sub {
  margin-top: 33px;
}
@media screen and (max-width: 767px) {
  .p-price-menu__table--sub {
    margin-top: 31px;
  }
}

.p-price-menu__th, .p-price-menu__td {
  vertical-align: middle;
  height: 7.1rem;
  border-bottom: 1px solid #CA7F13;
}

.p-price-menu__th {
  letter-spacing: 0.072rem;
  font-family: "Yu Gothic", "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
}
.p-price-menu__th:nth-child(1) {
  width: 17.3rem;
  text-align: left;
  padding-left: 41px;
}
.p-price-menu__th:nth-child(2) {
  text-align: left;
  text-align: center;
}
.p-price-menu__th:nth-child(4) {
  text-align: right;
  padding-right: 19px;
}

.p-price-menu__td {
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.24rem;
}
.p-price-menu__td:nth-child(2) {
  text-align: left;
  padding-left: 44px;
}
.p-price-menu__td:nth-child(4) {
  text-align: left;
  padding-left: 67px;
}

.p-price-menu__span {
  display: inline-block;
  line-height: 1.6666666667;
  font-weight: 600;
  font-size: 1.8rem;
  margin-left: 9px;
}
.p-price-menu__span.p-price-menu__span--sub {
  margin-left: 0;
}

.p-price-menu__attention {
  font-size: 1.2rem;
  letter-spacing: 0.048rem;
  text-align: right;
  margin-top: 12px;
  margin-top: 10px;
  padding-right: 3px;
  font-family: "Yu Gothic", "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-price-menu__attention {
    text-align: left;
    margin-left: 0;
    padding-right: 0;
    line-height: 1.5;
    letter-spacing: 0.048rem;
  }
}
.p-price-menu__attention.p-price-menu__attention--hidden {
  display: block;
}
@media screen and (max-width: 860px) {
  .p-price-menu__attention.p-price-menu__attention--hidden {
    display: none;
  }
}

.p-price-menu__attention-span01 {
  margin-right: -5px;
}

.p-price-menu__attention-span02 {
  margin-right: -4px;
}

/*特定の箇所の余白
========================================================================== */
@media screen and (min-width: 860px) {
  .u-padding-right15 {
    padding-right: 15px !important;
  }
  .u-padding-left10 {
    padding-left: 10px !important;
  }
  .u-padding-left20 {
    padding-left: 20px !important;
  }
  .u-padding-left25 {
    padding-left: 25px !important;
  }
  .u-padding-left35 {
    padding-left: 35px !important;
  }
  .u-padding-left37 {
    padding-left: 37px !important;
  }
  .u-padding-left55 {
    padding-left: 55px !important;
  }
  .u-padding-left73 {
    padding-left: 73px !important;
  }
  .u-padding-left75 {
    padding-left: 75px !important;
  }
  .u-padding-left80 {
    padding-left: 80px !important;
  }
  .u-padding-top6 {
    padding-top: 6px;
  }
  .u-padding-top10 {
    padding-top: 10px;
  }
  .p-price-menu__table--03 .p-price-menu__th:first-child {
    padding-left: 42px;
  }
  .p-price-menu__table--05 {
    margin-top: 30px;
  }
  .p-price-menu__table--05 .p-price-menu__th:nth-child(1) {
    padding-left: 35px;
  }
  .p-price-menu__table--05 .p-price-menu__td:nth-child(3) {
    padding-left: 18px;
  }
  .p-price-menu__table--05:nth-child(1) .p-price-menu__th {
    background: #000 !important;
  }
}
.p-price-custom {
  max-width: 108rem;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1199px) {
  .p-price-custom {
    display: block;
  }
}

.p-price-custom__img {
  width: 44.4444444444%;
}
@media screen and (max-width: 1199px) {
  .p-price-custom__img {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .p-price-custom__img img {
    width: 34rem;
    height: 34rem;
  }
}
@media screen and (max-width: 500px) {
  .p-price-custom__img img {
    width: 24rem;
    height: 24rem;
  }
}

.p-price-custom__content {
  width: calc(100% - 48rem);
  padding-left: 5.5555555556%;
  padding-top: 26px;
}
@media screen and (max-width: 1199px) {
  .p-price-custom__content {
    max-width: 80rem;
    width: 100%;
    margin: 0 auto;
    padding-left: 0;
    padding-top: 7.6rem;
  }
}

.p-price-custom__title {
  font-size: 4.8rem;
  letter-spacing: 0.48rem;
  line-height: 0.5625;
  font-family: "Marcellus", serif;
  color: #CA7F13;
}
.p-price-custom__text {
  line-height: 2;
  font-family: "Yu Gothic", "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
  margin-top: 6.4rem;
  color: #CA7F13;
}
@media screen and (max-width: 767px) {
  .p-price-custom__text {
    font-size: 1.4rem;
    letter-spacing: 0.14rem;
    line-height: 2;
    margin-top: 2.4rem;
  }
}

.p-salons {
  overflow: hidden;
  max-width: 144.4rem;
  margin-left: auto;
  margin-right: auto;
}

.p-salons__head {
  position: relative;
  padding-top: 4.5rem;
}
@media screen and (max-width: 767px) {
  .p-salons__head {
    margin-left: -1.4rem;
    padding-top: 2.9rem;
  }
}

.p-salons__nav {
  margin-top: 12.1rem;
}
@media screen and (max-width: 767px) {
  .p-salons__nav {
    margin-top: 77px;
  }
}

.p-salons__items {
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .p-salons__items {
    margin-top: 77px;
  }
}

.p-salons__item:nth-child(n+2) {
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .p-salons__item:nth-child(n+2) {
    margin-top: 7.95rem;
  }
}
@media screen and (max-width: 767px) {
  .p-salons__item.p-salons__item--second {
    margin-top: 9.2rem;
  }
}

.p-salons__heading {
  text-align: center;
  font-size: 4.8rem;
  letter-spacing: 0.48rem;
  font-family: "Marcellus", serif;
  padding: 30px 0;
  padding-left: 4px;
  color: #FFFFFF;
  background-color: #CA7F13;
}
@media screen and (max-width: 767px) {
  .p-salons__heading {
    padding: 15px 0;
    font-size: 2.4rem;
    letter-spacing: 0.24rem;
  }
}

.p-salons__card-wrap {
  margin-top: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 60px;
}
@media screen and (max-width: 1199px) {
  .p-salons__card-wrap {
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-salons__card-wrap {
    margin-top: 4rem;
    gap: 40px;
  }
}

.p-salons__card {
  width: 47.5%;
}
@media screen and (max-width: 767px) {
  .p-salons__card {
    width: 60%;
  }
}
@media screen and (max-width: 500px) {
  .p-salons__card {
    width: 100%;
  }
}

.p-salons-nav {
  max-width: 100rem;
  width: 100%;
  margin-left: 5%;
}
@media screen and (max-width: 767px) {
  .p-salons-nav {
    margin-left: 0;
  }
}

.p-salons-nav__list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 20px;
}
@media screen and (max-width: 767px) {
  .p-salons-nav__list {
    row-gap: 6px;
  }
}

.p-salons-nav__link {
  padding-right: 5.9rem;
  padding-bottom: 0;
  /*間隔ありpadding
  ========================================================================== */
  /*間隔なしpadding
  ========================================================================== */
  padding-top: 3rem;
  padding-bottom: 2.5rem;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
@media screen and (max-width: 767px) {
  .p-salons-nav__link {
    padding-right: 1.9rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.p-salons-nav__link:hover .p-salons-nav__text, .p-salons-nav__link:hover .p-salons-nav__sub-text {
  color: #949E33;
}
.p-salons-nav__link:hover .p-salons-nav__text::before {
  border-color: transparent transparent transparent #949E33;
}

.p-salons-nav__text {
  display: inline-block;
  font-size: 4.8rem;
  letter-spacing: 0.48rem;
  font-family: "Marcellus", serif;
  color: #CA7F13;
  position: relative;
  padding-left: 35px;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
@media screen and (max-width: 767px) {
  .p-salons-nav__text {
    font-size: 2rem;
    letter-spacing: 0.2rem;
    padding-left: 15px;
  }
}
.p-salons-nav__text::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 0 9px 15px;
  border-color: transparent transparent transparent #54372D;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
@media screen and (max-width: 767px) {
  .p-salons-nav__text::before {
    border-width: 4px 0 4px 6.7px;
  }
}
.p-salons-nav__text::before:hover::before {
  border-color: transparent transparent transparent #949E33;
}

.p-salons-nav__sub-text {
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.056rem;
  font-family: "Yu Gothic", "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
  display: inline-block;
  margin-top: 5px;
  margin-left: 0.5rem;
  color: #CA7F13;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
@media screen and (max-width: 767px) {
  .p-salons-nav__sub-text {
    font-size: 1.2rem;
    line-height: 1.1666666667;
    letter-spacing: 0.048rem;
    margin-left: 0;
    margin-top: 0;
  }
}

.p-salons-card {
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
.p-salons-card:hover .p-salons-card__map {
  opacity: 1;
}
.p-salons-card:hover .p-salons-card__map iframe {
  opacity: 1;
}

.p-salons-card__map, .acf-map-salons {
  width: 100%;
  aspect-ratio: 570/360;
  overflow: hidden;
}
.p-salons-card__map:hover iframe, .p-salons-card__map:hover .img, .acf-map-salons:hover iframe, .acf-map-salons:hover .img {
  -webkit-transform: scale(1.04, 1.04);
          transform: scale(1.04, 1.04);
}
@media screen and (max-width: 1199px) {
  .p-salons-card__map, .acf-map-salons {
    aspect-ratio: 315/200;
  }
}
.p-salons-card__map iframe, .p-salons-card__map img, .acf-map-salons iframe, .acf-map-salons img {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.p-salons-card__body {
  display: block;
  margin-top: 9px;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.p-salons-card__body:hover .p-salons-card__english-title, .p-salons-card__body:hover .p-salons-card__japanese-title, .p-salons-card__body:hover .p-salons-card__address {
  color: #949E33;
}

.p-salons-card__english-title {
  margin-top: 0.03rem;
  font-size: 3.2rem;
  letter-spacing: 0.32rem;
  font-family: "Marcellus", serif;
  color: #CA7F13;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
@media screen and (max-width: 767px) {
  .p-salons-card__english-title {
    margin-top: -2px;
    font-size: 2rem;
    letter-spacing: 0.2rem;
    line-height: 1.25;
  }
}

.p-salons-card__japanese-title {
  font-size: 1.6rem;
  letter-spacing: 0.16rem;
  line-height: 1.125;
  font-family: "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #CA7F13;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
@media screen and (max-width: 767px) {
  .p-salons-card__japanese-title {
    font-size: 1.4rem;
    line-height: 1.286;
    letter-spacing: 0.14rem;
    margin-top: 5px;
    margin-top: 6px;
  }
}

.p-salons-card__address {
  margin-top: 0.6rem;
  font-size: 1.4rem;
  letter-spacing: 0.14rem;
  line-height: 1.29;
  font-family: "Yu Gothic", "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
@media screen and (max-width: 767px) {
  .p-salons-card__address {
    margin-top: 0.5rem;
  }
}

.p-feature {
  background: #464646;
  padding-top: 4.1rem;
  padding-bottom: 5.9rem;
}
@media screen and (max-width: 1100px) {
  .p-feature {
    padding-top: 1.7rem;
    padding-bottom: 2rem;
  }
}

.p-feature__wrap {
  position: relative;
  z-index: 2;
  width: 100%;
  text-align: center;
  max-width: 144rem;
  margin: 0 auto;
}

.p-feature__title-wrap {
  position: relative;
  z-index: 2;
  padding-top: 5.6rem;
  text-align: center;
  display: inline-block;
  margin-right: 21px;
}
@media screen and (max-width: 1100px) {
  .p-feature__title-wrap {
    padding-top: 4.3rem;
    margin-right: 1.6rem;
  }
}

.p-feature__title {
  padding-left: 2rem;
}

.p-feature__swiper {
  margin-top: -4.3rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1100px) {
  .p-feature__swiper {
    margin-top: -3.3rem;
  }
}

.p-salon-about__description {
  max-width: 108rem;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 1080px) {
  .p-salon-about__description {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .p-salon-about__description {
    text-align: left;
  }
}

.p-salon-about__text {
  font-size: 2rem;
  line-height: 2;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 767px) {
  .p-salon-about__text {
    font-size: 1.4rem;
    line-height: 2;
    letter-spacing: 0.14rem;
  }
}

.p-salon-flow {
  overflow: hidden;
  max-width: 144rem;
  margin-left: auto;
  margin-right: auto;
}

.p-salon-flow__title-wrap {
  position: relative;
  padding-top: 4.5rem;
  margin-left: 8.3333333333%;
}
@media screen and (max-width: 767px) {
  .p-salon-flow__title-wrap {
    margin-left: 4.2666666667%;
    padding-top: 2.8rem;
  }
}

.p-salon-flow__sub-title {
  font-size: 1.4rem !important;
}
@media screen and (max-width: 767px) {
  .p-salon-flow__sub-title {
    font-size: 1.2rem !important;
  }
}

.p-salon-flow__inner {
  position: relative;
}

.p-salon-flow__img01, .p-salon-flow__img02, .p-salon-flow__img03 {
  position: absolute;
}
.p-salon-flow__img01 img, .p-salon-flow__img02 img, .p-salon-flow__img03 img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.p-salon-flow__img01 {
  top: 24.5%;
  left: -0.2%;
  width: 15rem;
  height: 15rem;
}
@media screen and (max-width: 1199px) {
  .p-salon-flow__img01 {
    top: 29.7%;
    left: -4%;
    width: 12rem;
    height: 12rem;
  }
}
@media screen and (max-width: 767px) {
  .p-salon-flow__img01 {
    width: 8rem;
    height: 8rem;
  }
}

.p-salon-flow__img02 {
  top: 60%;
  right: -1.5%;
  width: 18rem;
  height: 18rem;
}
@media screen and (max-width: 1199px) {
  .p-salon-flow__img02 {
    top: 62.2%;
    right: -5%;
    width: 14rem;
    height: 14rem;
  }
}
@media screen and (max-width: 767px) {
  .p-salon-flow__img02 {
    width: 10rem;
    height: 10rem;
  }
}

.p-salon-flow__img03 {
  top: 70%;
  left: -0.2%;
  width: 15rem;
  height: 15rem;
}
@media screen and (max-width: 1199px) {
  .p-salon-flow__img03 {
    width: 12rem;
    height: 12rem;
    top: 82%;
    left: -4%;
  }
}
@media screen and (max-width: 767px) {
  .p-salon-flow__img03 {
    width: 8rem;
    height: 8rem;
    top: 84%;
  }
}

.p-salon-flow__items {
  max-width: 80rem;
  width: 100%;
  margin: 8.2rem auto 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 2.85rem;
  position: relative;
  counter-reset: number 0;
}
@media screen and (max-width: 767px) {
  .p-salon-flow__items {
    margin-top: 6rem;
    row-gap: 0.95rem;
  }
}

.p-salon-flow__item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 1199px) {
  .p-salon-flow__item {
    display: block;
  }
}

.p-salon-flow__item:last-child .p-salon-flow__number::after {
  border: 0;
}

.p-salon-flow__item:last-child .p-salon-flow__content::after {
  border: 0;
}

.p-salon-flow__number {
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  background-color: #949E33;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .p-salon-flow__number {
    margin: 0 auto;
  }
}
.p-salon-flow__number::before {
  counter-increment: number 1;
  content: counter(number);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 3.2rem;
  font-family: "Marcellus", serif;
  color: #FFFFFF;
}
@media screen and (min-width: 1200px) {
  .p-salon-flow__number::after {
    content: "";
    position: absolute;
    top: 114%;
    left: 52%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 1px;
    height: 7.2rem;
    border-left: 3.5px dotted #949E33;
    z-index: -1;
  }
}

.p-salon-flow__content {
  width: calc(100% - 6rem);
  padding-left: 5%;
}
@media screen and (max-width: 1199px) {
  .p-salon-flow__content {
    width: 100%;
    margin-top: 1.2rem;
    padding-left: 0;
    padding-bottom: 3.2rem;
    position: relative;
  }
  .p-salon-flow__content::after {
    content: "";
    position: absolute;
    bottom: 1px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 1px;
    height: 24px;
    border-left: 3px dotted #949E33;
    z-index: -1;
  }
}

.p-salon-flow__heading {
  font-size: 2.4rem;
  letter-spacing: 0.096rem;
  line-height: 1.25;
  font-weight: 600;
  color: #CA7F13;
}
@media screen and (max-width: 1199px) {
  .p-salon-flow__heading {
    letter-spacing: 0.072rem;
    line-height: 1.3337;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .p-salon-flow__heading {
    font-size: 1.8rem;
  }
}

.p-salon-flow__text {
  margin-top: 1.2rem;
  line-height: 1.5;
  line-height: 1.482;
  font-family: "Yu Gothic", "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
  color: #CA7F13;
}
@media screen and (max-width: 1199px) {
  .p-salon-flow__text {
    font-size: 1.4rem;
    letter-spacing: 0.145rem;
    line-height: 1.4576;
    margin-top: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-salon-flow__text {
    font-size: 1.4rem;
    margin-top: 1.14rem;
  }
}

.p-salon-flow__text-span {
  display: inline-block;
}

.p-salon-staff {
  padding: 8rem 0;
  background-color: #464646;
}
@media screen and (max-width: 767px) {
  .p-salon-staff {
    padding: 6rem 0 7.6rem 0;
  }
}

.p-salon-staff__inner {
  max-width: 108rem;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1199px) {
  .p-salon-staff__inner {
    display: block;
  }
}

.p-salon-staff__img {
  width: 44.4444444444%;
}
@media screen and (max-width: 1199px) {
  .p-salon-staff__img {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
}
@media screen and (max-width: 500px) {
  .p-salon-staff__img {
    padding-right: 4.52381%;
  }
}
@media screen and (max-width: 767px) {
  .p-salon-staff__img img {
    width: 34rem;
    height: 34rem;
  }
}
@media screen and (max-width: 500px) {
  .p-salon-staff__img img {
    width: 24rem;
    height: 24rem;
  }
}

.p-salon-staff__content {
  width: calc(100% - 48rem);
  padding-left: 5.5555555556%;
  padding-top: 4.4rem;
}
@media screen and (max-width: 1199px) {
  .p-salon-staff__content {
    max-width: 80rem;
    width: 100%;
    margin: 0 auto;
    padding-left: 0;
    padding-top: 2.4rem;
  }
}

.p-salon-staff__title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .p-salon-staff__title-wrap {
    gap: 1.2rem;
  }
}

.p-salon-staff__english-title {
  font-size: 4.8rem;
  letter-spacing: 0.48rem;
  font-family: "Marcellus", serif;
  color: #CA7F13;
}
@media screen and (max-width: 767px) {
  .p-salon-staff__english-title {
    font-size: 3.6rem;
    letter-spacing: 0.36rem;
  }
}

.p-salon-staff__japanese-title {
  font-size: 1.4rem;
  letter-spacing: 0.14rem;
  line-height: 1.9285714286;
  font-family: "Yu Gothic", "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
  color: #CA7F13;
  padding-top: 2.8rem;
}
@media screen and (max-width: 767px) {
  .p-salon-staff__japanese-title {
    padding-top: 1.6rem;
  }
}

.p-salon-staff__text {
  line-height: 2;
  font-family: "Yu Gothic", "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
  margin-top: 4.1rem;
  color: #CA7F13;
}
@media screen and (max-width: 767px) {
  .p-salon-staff__text {
    font-size: 1.4rem;
    letter-spacing: 0.14rem;
    line-height: 2;
    margin-top: 0.8rem;
    margin-top: 1.9rem;
  }
}

.p-salon-staff__name-wrap {
  margin-top: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-column-gap: 1.3rem;
     -moz-column-gap: 1.3rem;
          column-gap: 1.3rem;
}
@media screen and (max-width: 767px) {
  .p-salon-staff__name-wrap {
    margin-top: 0.6rem;
    -webkit-column-gap: 0.8rem;
       -moz-column-gap: 0.8rem;
            column-gap: 0.8rem;
  }
}

.p-salon-staff__english-name {
  font-size: 2.4rem;
  letter-spacing: 0.24rem;
  color: #CA7F13;
  line-height: 1.5833333333;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-salon-staff__english-name {
    font-size: 2rem;
    letter-spacing: 0.18rem;
  }
}

.p-salon-staff__japanese-name {
  font-size: 1.2rem;
  letter-spacing: 0.12rem;
  color: #CA7F13;
  line-height: 1.6666666667;
  font-family: "Yu Gothic", "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-salon-staff__japanese-name {
    font-size: 1.2rem;
    letter-spacing: 0.12rem;
  }
}

.p-salon-detail {
  padding: 8rem 0;
  background-color: #D4CEBE;
}
@media screen and (max-width: 767px) {
  .p-salon-detail {
    padding: 6rem 0;
  }
}

.p-salon-detail__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1199px) {
  .p-salon-detail__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    flex-direction: column-reverse;
    row-gap: 4rem;
  }
}

.p-salon-detail__info-wrap {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  .p-salon-detail__info-wrap {
    width: 100%;
  }
}

.p-salon-detail__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 40rem;
  width: 100%;
  padding: 1.4rem 0;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .p-salon-detail__item {
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .p-salon-detail__item {
    padding: 1.5rem 0;
  }
}
.p-salon-detail__item::after {
  content: "";
  position: absolute;
  bottom: 0.2rem;
  left: 0;
  width: 100%;
  height: 0.1rem;
  background-color: #CA7F13;
}
@media screen and (max-width: 767px) {
  .p-salon-detail__item::after {
    bottom: 0;
  }
}

.p-salon-detail__heading {
  width: 15.8rem;
  font-size: 2rem;
  letter-spacing: 0.2rem;
  font-weight: 600;
  line-height: 1.5;
  color: #CA7F13;
  padding-left: 0.8rem;
}
@media screen and (max-width: 767px) {
  .p-salon-detail__heading {
    width: 12.8rem;
    font-size: 1.6rem;
    letter-spacing: 0.16rem;
  }
}

.p-salon-detail__text {
  font-size: 1.4rem;
  letter-spacing: 0.14rem;
  line-height: 2.1428571429;
  font-family: "Yu Gothic", "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-salon-detail__text {
    font-size: 1.2rem;
    letter-spacing: 0.12rem;
  }
}

.p-salon-detail__store-name {
  display: inline-block;
  margin-left: 0.4rem;
}

.p-salon-detail__map {
  width: 50%;
}
@media screen and (max-width: 1199px) {
  .p-salon-detail__map {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .p-salon-detail__map {
    width: 100%;
  }
}

.p-salons-detail__map, .acf-map-salon {
  width: 100%;
  aspect-ratio: 540/360;
  overflow: hidden;
}
.p-salons-detail__map:hover iframe, .p-salons-detail__map:hover .img, .acf-map-salon:hover iframe, .acf-map-salon:hover .img {
  -webkit-transform: scale(1.04, 1.04);
          transform: scale(1.04, 1.04);
}
@media screen and (max-width: 1199px) {
  .p-salons-detail__map, .acf-map-salon {
    aspect-ratio: 315/200;
  }
}
.p-salons-detail__map iframe, .p-salons-detail__map img, .acf-map-salon iframe, .acf-map-salon img {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.p-archive__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 2rem;
}
@media screen and (max-width: 767px) {
  .p-archive__lists {
    row-gap: 1.2rem;
  }
}

.p-archive-entry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 2.4rem 2.4rem 2.2rem 2.4rem;
  background: #D4CEBE;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
@media screen and (max-width: 1199px) {
  .p-archive-entry {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .p-archive-entry {
    padding: 0.5rem 0.8rem 1.2rem 1.2rem;
  }
}
.p-archive-entry:hover .p-archive-entry__published, .p-archive-entry:hover .p-archive-entry__title {
  color: #949E33;
}
.p-archive-entry:hover .p-archive-entry__category {
  color: #949E33;
}

.p-archive-entry__published {
  width: 11.9rem;
  width: 9.5rem;
  text-align: right;
  font-size: 1.6rem;
  letter-spacing: 0.16rem;
  font-family: "Marcellus", serif;
  color: #CA7F13;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
@media screen and (max-width: 767px) {
  .p-archive-entry__published {
    font-size: 1.4rem;
    letter-spacing: 0.14rem;
    line-height: 1;
  }
}

.p-archive-entry__title {
  width: 70%;
  margin-left: 1.9607843137%;
  font-size: 1.6rem;
  letter-spacing: 0.16rem;
  color: #CA7F13;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
@media screen and (max-width: 1199px) {
  .p-archive-entry__title {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-archive-entry__title {
    width: 95.9459459459%;
    font-size: 1.4rem;
    letter-spacing: 0.14rem;
    line-height: 1.5;
    margin-top: 0.067rem;
  }
}

.p-archive-entry__category {
  position: absolute;
  right: 2.3rem;
  bottom: 0.8rem;
  font-size: 3.2rem;
  letter-spacing: 0.128rem;
  font-family: "Marcellus", serif;
  color: #54372D;
  color: rgba(84, 55, 45, 0.2);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
@media screen and (max-width: 767px) {
  .p-archive-entry__category {
    font-size: 1.8rem;
    right: 0.5rem;
    bottom: -0.3rem;
    letter-spacing: 0.18rem;
  }
}

.p-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
}
@media screen and (max-width: 767px) {
  .p-pagination {
    -webkit-column-gap: 1.075rem;
       -moz-column-gap: 1.075rem;
            column-gap: 1.075rem;
  }
}

.page-numbers {
  color: #CA7F13;
  font-size: 3.2rem;
  letter-spacing: 0.32rem;
  font-family: "Marcellus", serif;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  display: block;
  cursor: pointer;
}
.page-numbers:hover {
  color: #949E33;
}
.page-numbers:hover.prev::before, .page-numbers:hover.next::before {
  color: #949E33;
}
@media screen and (max-width: 767px) {
  .page-numbers {
    font-size: 1.6rem;
    letter-spacing: 0.16rem;
  }
}
.page-numbers.prev, .page-numbers.next {
  position: relative;
  width: 0.8rem;
  height: 1.4rem;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
@media screen and (max-width: 767px) {
  .page-numbers.prev, .page-numbers.next {
    width: 0.6rem;
    height: 1.1rem;
  }
}
.page-numbers.prev::before, .page-numbers.next::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.page-numbers.prev.prev::before, .page-numbers.next.prev::before {
  content: "\f053";
  font-family: "Font Awesome 5 Free", sans-serif;
  font-weight: 600;
  font-size: 1.7rem;
}
@media screen and (max-width: 767px) {
  .page-numbers.prev.prev::before, .page-numbers.next.prev::before {
    font-size: 1.2rem;
  }
}
.page-numbers.prev.next::before, .page-numbers.next.next::before {
  content: "\f054";
  font-family: "Font Awesome 5 Free", sans-serif;
  font-weight: 600;
  font-size: 1.7rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .page-numbers.prev.next::before, .page-numbers.next.next::before {
    font-size: 1.2rem;
  }
}

.p-widget {
  padding-top: 0.6rem;
  padding-left: 1.55rem;
  border-left: 1.5px solid #CA7F13;
}
@media screen and (max-width: 767px) {
  .p-widget {
    border-left: 0;
    padding-top: 0;
    padding-left: 0;
    max-width: 30rem;
    width: 100%;
  }
}

.p-widget__body {
  margin-top: 2.6rem;
}
@media screen and (max-width: 767px) {
  .p-widget__body {
    margin-top: 1.6rem;
  }
}

.p-widget-category__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.8rem;
}
@media screen and (max-width: 767px) {
  .p-widget-category__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 10px;
  }
}

.p-widget-category__item {
  line-height: 2.1rem;
}
@media screen and (max-width: 767px) {
  .p-widget-category__item {
    width: 50%;
    line-height: 1.8rem;
  }
}

.p-widget-category__link {
  display: block;
  font-size: 1.6rem;
  letter-spacing: 0.16rem;
  line-height: 1.313;
  font-family: "Yu Gothic", "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
  color: #CA7F13;
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
.p-widget-category__link:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .p-widget-category__link {
    display: block;
    font-size: 1.4rem;
    letter-spacing: 0.14rem;
  }
}

.p-widget {
  padding-top: 0.6rem;
  padding-left: 1.55rem;
  border-left: 1.5px solid #CA7F13;
}
@media screen and (max-width: 767px) {
  .p-widget {
    border-left: 0;
    padding-top: 0;
    padding-left: 0;
    max-width: 30rem;
    width: 100%;
  }
}

/* secondary
========================================================================== */
.p-widget-secondary {
  border-left: 1.5px solid #CA7F13;
  padding-left: 0.8rem;
}
@media screen and (max-width: 767px) {
  .p-widget-secondary {
    border-left: 0;
    padding-left: 0;
    max-width: 30rem;
    width: 100%;
  }
}

.p-widget-secondary__body {
  margin-top: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-widget-secondary__body {
    margin-top: 1.6rem;
  }
}

.p-widget-secondary-category__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.8rem;
}
@media screen and (max-width: 767px) {
  .p-widget-secondary-category__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 10px;
  }
}

.p-widget-secondary-category__item {
  line-height: 2.1rem;
}
@media screen and (max-width: 767px) {
  .p-widget-secondary-category__item {
    width: 50%;
    line-height: 1.8rem;
  }
}

.p-widget-secondary-category__link {
  display: block;
  font-size: 1.6rem;
  letter-spacing: 0.16rem;
  line-height: 1.313;
  font-family: "Yu Gothic", "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
  color: #CA7F13;
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
.p-widget-secondary-category__link:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .p-widget-secondary-category__link {
    display: block;
    font-size: 1.4rem;
    letter-spacing: 0.14rem;
  }
}

.p-entry {
  padding-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-entry {
    padding-top: 0;
    margin-top: -4px;
  }
}
.p-entry h1 {
  font-size: 2.4rem;
  letter-spacing: 0.24rem;
  color: #CA7F13;
  line-height: 1.292;
}
@media screen and (max-width: 767px) {
  .p-entry h1 {
    font-size: 1.8rem;
    letter-spacing: 0.18rem;
    line-height: 1.5;
  }
}
.p-entry h2 {
  margin-top: 2.3rem;
  margin-bottom: 0.1rem;
  line-height: 1.7777777778;
  color: #CA7F13;
}
@media screen and (max-width: 767px) {
  .p-entry h2 {
    font-size: 1.6rem;
    letter-spacing: 0.16rem;
    margin-top: 1.5rem;
    margin-bottom: 0.4rem;
  }
}
.p-entry p {
  font-size: 1.6rem;
  letter-spacing: 0.16rem;
  line-height: 2;
  font-family: "Yu Gothic", "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-entry p {
    font-size: 1.4rem;
    letter-spacing: 0.14rem;
  }
}
.p-entry figure {
  display: block;
  margin-top: 3.2rem;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-entry figure {
    margin-top: 1.6rem;
    margin-bottom: 3.3rem;
    width: 100%;
    height: 66.4vw;
    aspect-ratio: 343/249;
  }
}
.p-entry figure img {
  -o-object-position: center center;
     object-position: center center;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.p-entry figure img.p-entry__no-img {
  -o-object-fit: contain;
     object-fit: contain;
}

.p-entry__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-column-gap: 1.2rem;
     -moz-column-gap: 1.2rem;
          column-gap: 1.2rem;
  padding-bottom: 0.8rem;
}
@media screen and (max-width: 767px) {
  .p-entry__meta {
    -webkit-column-gap: 0.6rem;
       -moz-column-gap: 0.6rem;
            column-gap: 0.6rem;
    padding-bottom: 0;
  }
}

.p-entry .p-entry__category {
  font-size: 1.4rem;
  letter-spacing: 0.14rem;
  line-height: 1.8rem;
  font-family: "Marcellus", serif;
  color: #CA7F13;
}
@media screen and (max-width: 767px) {
  .p-entry .p-entry__category {
    font-size: 1.2rem;
    letter-spacing: 0.12rem;
  }
}

.p-entry .p-entry__published {
  display: block;
  font-size: 1.4rem;
  letter-spacing: 0.14rem;
  line-height: 1.8rem;
  font-family: "Marcellus", serif;
  color: #CA7F13;
}
@media screen and (max-width: 767px) {
  .p-entry .p-entry__published {
    font-size: 1.2rem;
    letter-spacing: 0.12rem;
  }
}

.p-entry__body {
  padding-top: 2px;
}
@media screen and (max-width: 767px) {
  .p-entry__body {
    padding-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-entry__body h2:nth-of-type(2) ~ p {
    font-size: 1.6rem;
    letter-spacing: 0.16rem;
    line-height: 1.75;
  }
}

.p-entry-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 2.4rem;
     -moz-column-gap: 2.4rem;
          column-gap: 2.4rem;
}

.p-entry-pagination__prev, .p-entry-pagination__next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 1rem 3.9rem 1rem 3.9rem;
  font-size: 1.6rem;
  line-height: 1.325;
  letter-spacing: 0.16rem;
  font-weight: 600;
  border-radius: 4rem;
  background: #949E33;
  color: #FFFFFF;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.p-entry-pagination__prev::before, .p-entry-pagination__prev::after, .p-entry-pagination__next::before, .p-entry-pagination__next::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-entry-pagination__prev {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 1.5rem;
}
.p-entry-pagination__prev::before {
  content: "\f104";
  font-family: "Font Awesome 5 Free", sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
  left: 2rem;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.p-entry-pagination__prev:hover {
  background-color: #CA7F13;
}
.p-entry-pagination__prev:hover::before {
  left: 1.5rem;
}

.p-entry-pagination__next {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 1.5rem;
}
.p-entry-pagination__next::after {
  content: "\f105";
  font-family: "Font Awesome 5 Free", sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
  right: 2rem;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.p-entry-pagination__next:hover {
  background-color: #CA7F13;
}
.p-entry-pagination__next:hover::after {
  right: 1.5rem;
}

.p-reserve-description {
  max-width: 112.1rem;
  width: 100%;
  margin-left: 10.4166666667%;
  padding: 0 3rem;
}
@media screen and (max-width: 1260px) {
  .p-reserve-description {
    margin-right: auto;
    margin-left: auto;
  }
}

.p-reserve-description__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1199px) {
  .p-reserve-description__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    flex-direction: column-reverse;
  }
}

.p-reserve-description__left {
  width: 67.8605089538%;
}
@media screen and (max-width: 1199px) {
  .p-reserve-description__left {
    margin-top: 24px;
    max-width: 60rem;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}

.p-reserve-description__title {
  font-size: 3.2rem;
  letter-spacing: 0.32rem;
  line-height: 1.282;
  color: #CA7F13;
}
@media screen and (max-width: 767px) {
  .p-reserve-description__title {
    font-size: 2.4rem;
    letter-spacing: 0.24rem;
    line-height: 1.282;
    line-height: 1.3333333333;
  }
}

.p-reserve-description__text {
  margin-top: 4rem;
  line-height: 1.5;
  font-family: "Yu Gothic", "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
  color: #CA7F13;
}
@media screen and (max-width: 767px) {
  .p-reserve-description__text {
    margin-top: 1.4rem;
    font-size: 1.4rem;
    letter-spacing: 0.14rem;
    line-height: 1.5;
  }
}

.p-reserve-description__right {
  background: #D4CEBE;
  width: 24rem;
  height: 147px;
  margin-left: 9.5193213949%;
  text-align: center;
  padding-top: 31px;
  margin-top: 0.9rem;
}
@media screen and (max-width: 1199px) {
  .p-reserve-description__right {
    margin: 0 auto;
  }
}

.p-reserve-description__sub-title {
  font-family: "Yu Gothic", "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
  line-height: 1.5;
  color: #CA7F13;
  font-weight: 500;
  padding-left: 4px;
}

.p-reserve-description__button {
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-reserve-description__button {
    margin-top: 1.4rem;
  }
}

.p-reserve-tel {
  max-width: 112.1rem;
  width: 100%;
  margin-left: 10.4166666667%;
  padding: 0 3rem;
}
@media screen and (max-width: 1260px) {
  .p-reserve-tel {
    margin-right: auto;
    margin-left: auto;
  }
}

.p-reserve-tel address {
  display: inline-block;
}

.p-reserve-tel__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1199px) {
  .p-reserve-tel__inner {
    display: block;
  }
}

.p-reserve-tel__left {
  width: 60.2262016965%;
  padding-right: 5.6550424128%;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .p-reserve-tel__left::after {
    content: "";
    position: absolute;
    bottom: 3px;
    right: 0;
    width: 0.1rem;
    height: 93%;
    background-color: #CA7F13;
  }
}
@media screen and (max-width: 1199px) {
  .p-reserve-tel__left {
    width: 100%;
    max-width: 60rem;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
  }
}

@media screen and (max-width: 1199px) {
  .p-reserve-tel__title {
    text-align: center;
  }
}

.p-reserve-tel__text {
  margin-top: 2.4rem;
  margin-top: 2rem;
  line-height: 1.5;
  font-family: "Yu Gothic", "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
  color: #CA7F13;
}
@media screen and (max-width: 767px) {
  .p-reserve-tel__text {
    margin-top: 1rem;
    font-size: 1.4rem;
    letter-spacing: 0.14rem;
    line-height: 1.5;
  }
}

.p-reserve-tel__right {
  width: calc(100% - 63.9rem);
  text-align: center;
  padding-top: 6.3rem;
  padding-left: 1rem;
}
@media screen and (max-width: 1199px) {
  .p-reserve-tel__right {
    width: 100%;
    padding-left: 1.2rem;
    padding-top: 0;
    margin-top: 21px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-reserve-tel__tel {
  width: 24rem;
  display: inline-block;
  font-family: "Marcellus", serif;
  font-size: 3.2rem;
  letter-spacing: 0.32rem;
  color: #CA7F13;
  cursor: auto;
}
@media screen and (max-width: 767px) {
  .p-reserve-tel__tel {
    font-size: 2.4rem;
    letter-spacing: 0.24rem;
    line-height: 1.5;
    margin-right: auto;
    margin-left: auto;
  }
}

.p-reserve-tel__info {
  font-family: "Yu Gothic", "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.14rem;
  line-height: 1.8rem;
  line-height: 2.2857142857;
  color: #CA7F13;
  border: 1px solid #CA7F13;
  border-radius: 1.6rem;
  display: inline-block;
  padding: 0 32px;
  margin-top: 35px;
}
@media screen and (max-width: 1199px) {
  .p-reserve-tel__info {
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-reserve-tel__info {
    margin-top: 11px;
    margin-right: auto;
    margin-left: auto;
  }
}

.p-reserve-form {
  padding: 8rem 0;
  background-color: #EDE9E4;
}
@media screen and (max-width: 767px) {
  .p-reserve-form {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
.p-reserve-form.p-reserve-form--secondary {
  padding-top: 6.4rem;
  padding-bottom: 9.7rem;
}
@media screen and (max-width: 767px) {
  .p-reserve-form.p-reserve-form--secondary {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
.p-reserve-form.p-reserve-form--thanks {
  padding-top: 6.4rem;
  padding-bottom: 9rem;
}
@media screen and (max-width: 767px) {
  .p-reserve-form.p-reserve-form--thanks {
    padding-top: 6rem;
    padding-bottom: 5.5rem;
  }
}

.p-reserve-form__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1199px) {
  .p-reserve-form__head {
    display: block;
  }
}

.p-reserve-form__left {
  width: 49.9074074074%;
}
@media screen and (max-width: 1199px) {
  .p-reserve-form__left {
    max-width: 60rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-reserve-form__text {
  margin-top: 4.2rem;
  font-size: 1.4rem;
  letter-spacing: 0.14rem;
  line-height: 2;
  font-family: "Yu Gothic", "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-reserve-form__text {
    margin-top: 1rem;
  }
}

.p-reserve-form__right {
  width: 41.2037037037%;
  margin-left: 8.8888888889%;
}
@media screen and (max-width: 1199px) {
  .p-reserve-form__right {
    max-width: 60rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3.2rem;
    margin-top: 2.7rem;
  }
}

.p-reserve-form__current-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 2.65rem;
     -moz-column-gap: 2.65rem;
          column-gap: 2.65rem;
  margin-top: -0.1rem;
}
@media screen and (max-width: 767px) {
  .p-reserve-form__current-wrap {
    margin-top: 0;
    -webkit-column-gap: 1.9rem;
       -moz-column-gap: 1.9rem;
            column-gap: 1.9rem;
  }
}

.p-reserve-form__current {
  width: calc(33.3333333333% - 1.7666666667rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  row-gap: 1.6rem;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  padding-top: 3px;
  height: 18.3rem;
}
@media screen and (max-width: 767px) {
  .p-reserve-form__current {
    width: calc(33.3333333333% - 1.2666666667rem);
    height: 129px;
  }
}
.p-reserve-form__current.is-current {
  border-color: #CA7F13;
}
.p-reserve-form__current.is-current .p-reserve-form__current-hading, .p-reserve-form__current.is-current .p-reserve-form__current-text {
  color: #CA7F13;
}

.p-reserve-form__current-hading {
  font-size: 2rem;
  letter-spacing: 0.2rem;
  line-height: 1.4;
  font-family: "Marcellus", serif;
  display: block;
  color: #707070;
}
@media screen and (max-width: 767px) {
  .p-reserve-form__current-hading {
    font-size: 1.4rem;
    letter-spacing: 0.14rem;
    line-height: 1.2857142857;
  }
}

.p-reserve-form__current-text {
  font-size: 2.4rem;
  letter-spacing: 0.24rem;
  line-height: 1.4;
  display: block;
  color: #707070;
}
@media screen and (max-width: 767px) {
  .p-reserve-form__current-text {
    font-size: 1.6rem;
    letter-spacing: 0.16rem;
    line-height: 1.1875;
  }
}

@media screen and (max-width: 767px) {
  .p-reserve-form__current-wrap > li:nth-child(2) .p-reserve-form__current-text {
    font-size: 1.7rem;
    letter-spacing: 0.17rem;
  }
}

.p-reserve-form__body {
  margin-top: 8.5rem;
  padding-left: 3.9rem;
  padding-right: 4rem;
}
@media screen and (max-width: 1199px) {
  .p-reserve-form__body {
    padding: 0;
    margin-top: 6rem;
  }
}
.p-reserve-form__body.p-reserve-form__body--secondary {
  margin-top: 17.6rem;
}
@media screen and (max-width: 1199px) {
  .p-reserve-form__body.p-reserve-form__body--secondary {
    margin-top: 10rem;
  }
}
@media screen and (max-width: 767px) {
  .p-reserve-form__body.p-reserve-form__body--secondary {
    margin-top: 6rem;
  }
}

/*thanks-page
========================================================================== */
.p-reserve-form__thanks-body {
  margin-top: 53px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-reserve-form__thanks-body {
    margin-top: 46px;
    text-align: left;
  }
}

.p-reserve-form__heading {
  font-size: 3.6rem;
  letter-spacing: 0.36rem;
  color: #CA7F13;
}
@media screen and (max-width: 767px) {
  .p-reserve-form__heading {
    font-size: 2.4rem;
    letter-spacing: 0.24rem;
    line-height: 1.5;
  }
}

.p-reserve-form__text-wrap {
  margin-top: 2rem;
  display: inline-block;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-reserve-form__text-wrap {
    margin-top: 1.4rem;
  }
}

.p-reserve-form__sub-text {
  font-size: 1.8rem;
  letter-spacing: 0.056rem;
  line-height: 2;
  color: #CA7F13;
  font-family: "Yu Gothic", "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-reserve-form__sub-text {
    font-size: 1.4rem;
    letter-spacing: 0.056rem;
    line-height: 1.5;
  }
}

.p-reserve-form__top-link {
  font-size: 1.8rem;
  letter-spacing: 0.056rem;
  line-height: 2;
  color: #CA7F13;
  font-family: "Yu Gothic", "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
  text-decoration: underline;
  text-decoration-color: #CA7F13;
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
@media screen and (max-width: 767px) {
  .p-reserve-form__top-link {
    font-size: 1.4rem;
    letter-spacing: 0.056rem;
    line-height: 1.5;
    display: block;
  }
}
.p-reserve-form__top-link:hover {
  opacity: 0.6;
}

.p-form {
  width: 100%;
}
@media screen and (max-width: 1199px) {
  .p-form {
    max-width: 70rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-form__cursor {
  cursor: pointer;
}

.p-form__items .p-form__item:nth-child(n+2) {
  margin-top: 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-form__items .p-form__item:nth-child(n+2) {
    margin-top: 3.1rem;
  }
}

.p-form__items .p-form__item:nth-child(6) {
  margin-top: 2.9rem;
}
@media screen and (max-width: 767px) {
  .p-form__items .p-form__item:nth-child(6) {
    margin-top: 3.1rem;
  }
}

@media screen and (max-width: 767px) {
  .p-form__items .p-form__item:nth-child(8) {
    margin-top: 3.54rem;
  }
}

.p-form__items .p-form__sub-item:nth-child(n+2) {
  margin-top: 2.15rem;
}
@media screen and (max-width: 767px) {
  .p-form__items .p-form__sub-item:nth-child(n+2) {
    margin-top: 27px;
  }
}

.p-form__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 0.067rem;
}
@media screen and (max-width: 1199px) {
  .p-form__item {
    display: block;
  }
}
.p-form__item.p-form__item--secondary {
  padding: 0.5rem 0 0 0;
}
.p-form__item-message {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

/*sub-item
========================================================================== */
.p-form__sub-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 0.067rem;
  min-height: 3.6rem;
  height: 100%;
}
@media screen and (max-width: 1199px) {
  .p-form__sub-item {
    display: block;
    min-height: 6.1rem;
  }
}
.p-form__sub-item.p-form__item--secondary {
  padding: 0.5rem 0 0 0;
}
.p-form__sub-item.p-form__item--tertiary {
  padding: 0.5rem 0 0 0;
}
@media screen and (max-width: 767px) {
  .p-form__sub-item.p-form__item--tertiary {
    padding-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-form__sub-item--radio {
    margin-top: 29px !important;
  }
}

@media screen and (max-width: 767px) {
  .p-form__sub-item-store {
    margin-top: 3.6rem !important;
  }
}

@media screen and (max-width: 767px) {
  .p-form__sub-item-date02 {
    margin-top: 30px !important;
  }
}

.p-form__sub-item-message {
  margin-top: 0 !important;
}
@media screen and (max-width: 1199px) {
  .p-form__sub-item-message {
    margin-top: 2.15rem !important;
  }
}
@media screen and (max-width: 767px) {
  .p-form__sub-item-message {
    margin-top: 3rem !important;
  }
}

.p-form__label {
  min-width: 38.1rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 1.6rem;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .p-form__label {
    min-width: auto;
    width: 100%;
  }
}

.p-form__label-time {
  padding-top: 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-form__label-time {
    padding-top: 0;
  }
}

.p-form__label-message {
  padding-top: 1.4rem;
}
@media screen and (max-width: 767px) {
  .p-form__label-message {
    padding-top: 0;
  }
}

.p-form__required, .p-form__optional {
  display: inline-block;
  text-align: center;
  line-height: 2.6rem;
  width: 6rem;
  height: 2.6rem;
  font-size: 1.2rem;
  border-radius: 1.5rem;
  margin-right: 1.6rem;
}

.p-form__required {
  color: #F9F8F6;
  background: #54372D;
}

.p-form__optional {
  color: #333333;
  background: #D4CEBE;
}

.p-form__attention {
  font-size: 1.2rem;
  font-family: "Yu Gothic", "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
  letter-spacing: 0.12rem;
  line-height: 2.3333333333;
  line-height: 1.334;
  display: inline-block;
  margin-left: 38%;
}
@media screen and (max-width: 1199px) {
  .p-form__attention {
    margin-left: 0;
    margin-top: 4px;
    line-height: 2.3333333333;
  }
}
@media screen and (max-width: 767px) {
  .p-form__attention {
    width: 100%;
  }
}

/*  [type="text"],[type="email"],[type="tel"],[type="date"],select,textarea
========================================================================== */
.p-form__input, .p-form__input-secondary {
  width: calc(100% - 38.1rem);
  border-radius: 0.2rem;
  background-color: #FFFFFF;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .p-form__input, .p-form__input-secondary {
    width: 100%;
    margin-top: 1rem;
  }
}
.p-form__input [type=text],
.p-form__input [type=email],
.p-form__input [type=tel],
.p-form__input [type=date],
.p-form__input select,
.p-form__input textarea, .p-form__input-secondary [type=text],
.p-form__input-secondary [type=email],
.p-form__input-secondary [type=tel],
.p-form__input-secondary [type=date],
.p-form__input-secondary select,
.p-form__input-secondary textarea {
  font-size: 1.6rem;
  font-weight: 600;
  padding: 1.2rem 1.6rem;
  width: 100%;
  font-family: "Yu Gothic", "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
}
.p-form__input [type=text]::-webkit-input-placeholder, .p-form__input [type=email]::-webkit-input-placeholder, .p-form__input [type=tel]::-webkit-input-placeholder, .p-form__input [type=date]::-webkit-input-placeholder, .p-form__input select::-webkit-input-placeholder, .p-form__input textarea::-webkit-input-placeholder, .p-form__input-secondary [type=text]::-webkit-input-placeholder, .p-form__input-secondary [type=email]::-webkit-input-placeholder, .p-form__input-secondary [type=tel]::-webkit-input-placeholder, .p-form__input-secondary [type=date]::-webkit-input-placeholder, .p-form__input-secondary select::-webkit-input-placeholder, .p-form__input-secondary textarea::-webkit-input-placeholder {
  color: #707070;
}
.p-form__input [type=text]::-moz-placeholder, .p-form__input [type=email]::-moz-placeholder, .p-form__input [type=tel]::-moz-placeholder, .p-form__input [type=date]::-moz-placeholder, .p-form__input select::-moz-placeholder, .p-form__input textarea::-moz-placeholder, .p-form__input-secondary [type=text]::-moz-placeholder, .p-form__input-secondary [type=email]::-moz-placeholder, .p-form__input-secondary [type=tel]::-moz-placeholder, .p-form__input-secondary [type=date]::-moz-placeholder, .p-form__input-secondary select::-moz-placeholder, .p-form__input-secondary textarea::-moz-placeholder {
  color: #707070;
}
.p-form__input [type=text]:-ms-input-placeholder, .p-form__input [type=email]:-ms-input-placeholder, .p-form__input [type=tel]:-ms-input-placeholder, .p-form__input [type=date]:-ms-input-placeholder, .p-form__input select:-ms-input-placeholder, .p-form__input textarea:-ms-input-placeholder, .p-form__input-secondary [type=text]:-ms-input-placeholder, .p-form__input-secondary [type=email]:-ms-input-placeholder, .p-form__input-secondary [type=tel]:-ms-input-placeholder, .p-form__input-secondary [type=date]:-ms-input-placeholder, .p-form__input-secondary select:-ms-input-placeholder, .p-form__input-secondary textarea:-ms-input-placeholder {
  color: #707070;
}
.p-form__input [type=text]::-ms-input-placeholder, .p-form__input [type=email]::-ms-input-placeholder, .p-form__input [type=tel]::-ms-input-placeholder, .p-form__input [type=date]::-ms-input-placeholder, .p-form__input select::-ms-input-placeholder, .p-form__input textarea::-ms-input-placeholder, .p-form__input-secondary [type=text]::-ms-input-placeholder, .p-form__input-secondary [type=email]::-ms-input-placeholder, .p-form__input-secondary [type=tel]::-ms-input-placeholder, .p-form__input-secondary [type=date]::-ms-input-placeholder, .p-form__input-secondary select::-ms-input-placeholder, .p-form__input-secondary textarea::-ms-input-placeholder {
  color: #707070;
}
.p-form__input [type=text]::placeholder,
.p-form__input [type=email]::placeholder,
.p-form__input [type=tel]::placeholder,
.p-form__input [type=date]::placeholder,
.p-form__input select::placeholder,
.p-form__input textarea::placeholder, .p-form__input-secondary [type=text]::placeholder,
.p-form__input-secondary [type=email]::placeholder,
.p-form__input-secondary [type=tel]::placeholder,
.p-form__input-secondary [type=date]::placeholder,
.p-form__input-secondary select::placeholder,
.p-form__input-secondary textarea::placeholder {
  color: #707070;
}
.p-form__input [type=text]:focus,
.p-form__input [type=email]:focus,
.p-form__input [type=tel]:focus,
.p-form__input [type=date]:focus,
.p-form__input select:focus,
.p-form__input textarea:focus, .p-form__input-secondary [type=text]:focus,
.p-form__input-secondary [type=email]:focus,
.p-form__input-secondary [type=tel]:focus,
.p-form__input-secondary [type=date]:focus,
.p-form__input-secondary select:focus,
.p-form__input-secondary textarea:focus {
  outline: 1.5px solid #CA7F13;
}
.p-form__input select, .p-form__input-secondary select {
  padding: 15px 16px;
  cursor: pointer;
}
.p-form__input textarea, .p-form__input-secondary textarea {
  height: 12rem;
  resize: vertical;
  overflow: auto;
}
@media screen and (max-width: 767px) {
  .p-form__input textarea, .p-form__input-secondary textarea {
    min-height: 16rem;
    min-height: 191.5px;
  }
}
.p-form__input [type=date], .p-form__input-secondary [type=date] {
  position: relative;
  height: 50px;
}
.p-form__input [type=date]::-webkit-inner-spin-button, .p-form__input-secondary [type=date]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.p-form__input [type=date]::-webkit-clear-button, .p-form__input-secondary [type=date]::-webkit-clear-button {
  -webkit-appearance: none;
}
.p-form__input [type=date]::-webkit-calendar-picker-indicator, .p-form__input-secondary [type=date]::-webkit-calendar-picker-indicator {
  position: absolute;
  width: 120%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}
.p-form__input [type=date]::before, .p-form__input-secondary [type=date]::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 5rem;
  height: 5rem;
  background-color: #CA7F13;
}
.p-form__input [type=date]::after, .p-form__input-secondary [type=date]::after {
  content: "\f073";
  font-family: "Font Awesome 5 Free", sans-serif;
  font-weight: 600;
  font-size: 2.7rem;
  color: #FFFFFF;
  position: absolute;
  top: 51%;
  right: 1.3rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  pointer-events: none;
}
.p-form__input [type=date].is-blank, .p-form__input-secondary [type=date].is-blank {
  padding: 0;
  background: #FFFFFF;
}
.p-form__input [type=date].is-blank::-webkit-datetime-edit-fields-wrapper, .p-form__input-secondary [type=date].is-blank::-webkit-datetime-edit-fields-wrapper {
  display: none;
}

.p-form__input-message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  min-height: 120px;
}
@media screen and (max-width: 767px) {
  .p-form__input-message {
    min-height: 20rem;
  }
}

.p-form__input-message > .wpcf7-form-control-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-form__input-message > .wpcf7-form-control-wrap {
    min-height: 20rem;
  }
}

.p-form__input-message textarea {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0;
  padding: 0;
  border: none;
  padding: 12px 16px;
  width: 100%;
}

/*.p-form__select-store
========================================================================== */
.p-form__select-method {
  background-color: #F9F8F6;
}

/*.p-form__input-secondary
========================================================================== */
.p-form__input-secondary {
  width: 30rem;
  border-radius: 0.2rem;
}
@media screen and (max-width: 767px) {
  .p-form__input-secondary {
    width: 100%;
  }
}
.p-form__input-secondary select {
  background-color: #FFFFFF !important;
}

/*p-form__sub-input
========================================================================== */
.p-form__sub-input {
  max-width: 596px;
  width: 100%;
  font-size: 1.6rem;
  letter-spacing: 0.16rem;
  line-height: 1.313;
  font-family: "Yu Gothic", "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
  color: #707070;
}
@media screen and (max-width: 1199px) {
  .p-form__sub-input {
    height: 18px;
    display: block;
    padding-top: 0.95rem;
  }
}
@media screen and (max-width: 767px) {
  .p-form__sub-input {
    font-size: 1.4rem;
    letter-spacing: 0.14rem;
    color: #333333;
  }
}
.p-form__sub-input [type=text],
.p-form__sub-input [type=email],
.p-form__sub-input [type=tel],
.p-form__sub-input [type=date],
.p-form__sub-input select,
.p-form__sub-input textarea {
  width: 100%;
  font-family: "Yu Gothic", "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-form__sub-input [type=text],
  .p-form__sub-input [type=email],
  .p-form__sub-input [type=tel],
  .p-form__sub-input [type=date],
  .p-form__sub-input select,
  .p-form__sub-input textarea {
    height: 18px;
    font-size: 1.4rem;
    letter-spacing: 0.14rem;
    display: block;
  }
  .p-form__sub-input [type=text]::-webkit-input-placeholder, .p-form__sub-input [type=email]::-webkit-input-placeholder, .p-form__sub-input [type=tel]::-webkit-input-placeholder, .p-form__sub-input [type=date]::-webkit-input-placeholder, .p-form__sub-input select::-webkit-input-placeholder, .p-form__sub-input textarea::-webkit-input-placeholder {
    font-size: 1.4rem;
    letter-spacing: 0.14rem;
  }
  .p-form__sub-input [type=text]::-moz-placeholder, .p-form__sub-input [type=email]::-moz-placeholder, .p-form__sub-input [type=tel]::-moz-placeholder, .p-form__sub-input [type=date]::-moz-placeholder, .p-form__sub-input select::-moz-placeholder, .p-form__sub-input textarea::-moz-placeholder {
    font-size: 1.4rem;
    letter-spacing: 0.14rem;
  }
  .p-form__sub-input [type=text]:-ms-input-placeholder, .p-form__sub-input [type=email]:-ms-input-placeholder, .p-form__sub-input [type=tel]:-ms-input-placeholder, .p-form__sub-input [type=date]:-ms-input-placeholder, .p-form__sub-input select:-ms-input-placeholder, .p-form__sub-input textarea:-ms-input-placeholder {
    font-size: 1.4rem;
    letter-spacing: 0.14rem;
  }
  .p-form__sub-input [type=text]::-ms-input-placeholder, .p-form__sub-input [type=email]::-ms-input-placeholder, .p-form__sub-input [type=tel]::-ms-input-placeholder, .p-form__sub-input [type=date]::-ms-input-placeholder, .p-form__sub-input select::-ms-input-placeholder, .p-form__sub-input textarea::-ms-input-placeholder {
    font-size: 1.4rem;
    letter-spacing: 0.14rem;
  }
  .p-form__sub-input [type=text]::placeholder,
  .p-form__sub-input [type=email]::placeholder,
  .p-form__sub-input [type=tel]::placeholder,
  .p-form__sub-input [type=date]::placeholder,
  .p-form__sub-input select::placeholder,
  .p-form__sub-input textarea::placeholder {
    font-size: 1.4rem;
    letter-spacing: 0.14rem;
  }
}
.p-form__sub-input textarea {
  min-height: 8rem;
  width: 100%;
  font-size: 1.4rem;
  letter-spacing: 0.14rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-form__sub-input textarea {
    min-height: 110px;
    height: 100%;
  }
}

.p-form__sub-input-textarea {
  min-height: 110px;
  height: 100%;
  padding-top: 20px;
  font-size: 1.4rem;
  letter-spacing: 0.14rem;
  color: #333333;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-form__sub-input-textarea {
    padding-top: 0.7rem;
  }
}

/*p-form__sub-input-secondary
========================================================================== */
.p-form__sub-input-secondary {
  font-size: 1.6rem;
  letter-spacing: 0.16rem;
  line-height: 1.313;
  font-family: "Yu Gothic", "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
  color: #707070;
}
@media screen and (max-width: 1199px) {
  .p-form__sub-input-secondary {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-form__sub-input-secondary {
    margin-top: 10px;
    height: 1.8rem;
    display: block;
    font-size: 1.4rem;
    letter-spacing: 0.14rem;
    color: #333333;
  }
}
.p-form__sub-input-secondary select {
  font-family: "Yu Gothic", "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-form__sub-input-secondary select {
    height: 1.8rem;
    display: block;
    font-size: 1.4rem;
    letter-spacing: 0.14rem;
  }
}

.p-form__sub-input-date {
  font-size: 1.6rem;
  letter-spacing: 0.16rem;
  line-height: 1.313;
  font-family: "Yu Gothic", "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
  color: #707070;
}
@media screen and (max-width: 1199px) {
  .p-form__sub-input-date {
    margin-top: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-form__sub-input-date {
    height: 1.8rem;
    display: block;
    margin-top: 1.2rem;
    font-size: 1.4rem;
    letter-spacing: 0.14rem;
    color: #333333;
  }
}
.p-form__sub-input-date [type=date] {
  font-family: "Yu Gothic", "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-form__sub-input-date [type=date] {
    font-size: 1.4rem;
    letter-spacing: 0.14rem;
    height: 1.8rem;
  }
  .p-form__sub-input-date [type=date]::-webkit-inner-spin-button {
    -webkit-appearance: none;
  }
  .p-form__sub-input-date [type=date]::-webkit-clear-button {
    -webkit-appearance: none;
  }
  .p-form__sub-input-date [type=date]::-webkit-calendar-picker-indicator {
    display: none;
  }
}

/*date
========================================================================== */
.p-form__date input {
  width: 200px;
  height: 30px;
  padding: 10px;
  font-size: 14px;
}
.p-form__date input.is-blank {
  type: text;
  placeholder: "年 / 月 / 日";
}
.p-form__date input:focus {
  type: date;
}

/*.wpcf7-list-item
========================================================================== */
.wpcf7-list-item {
  margin: 0;
}

/*[type="radio"]
========================================================================== */
.p-form__radio-wrap, .wpcf7-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 1rem;
  max-width: 556px;
  width: 100%;
}
@media screen and (max-width: 1199px) {
  .p-form__radio-wrap, .wpcf7-radio {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-form__radio-wrap, .wpcf7-radio {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-form__radio-wrap, .wpcf7-radio {
    gap: 0;
  }
}
.p-form__radio-wrap [type=radio], .wpcf7-radio [type=radio] {
  width: 1px;
  height: 1px;
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  cursor: pointer;
}
.p-form__radio-wrap [type=radio]:checked + .p-form__radio-text::after, .wpcf7-radio [type=radio]:checked + .p-form__radio-text::after {
  opacity: 1;
}
.p-form__radio-wrap [type=radio]:focus + .p-form__radio-text, .wpcf7-radio [type=radio]:focus + .p-form__radio-text {
  outline: 1.5px solid #CA7F13;
  outline-offset: 0.6rem;
}
.p-form__radio-wrap [type=radio]:focus-visible + .p-form__radio-text, .wpcf7-radio [type=radio]:focus-visible + .p-form__radio-text {
  outline: 1.5px solid #CA7F13;
  outline-offset: 0.6rem;
}
.p-form__radio-wrap [type=radio]:checked + .wpcf7-list-item-label::after, .wpcf7-radio [type=radio]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}
.p-form__radio-wrap [type=radio]:focus + .wpcf7-list-item-label, .wpcf7-radio [type=radio]:focus + .wpcf7-list-item-label {
  outline: 1.5px solid #CA7F13;
  outline-offset: 0.6rem;
}
.p-form__radio-wrap [type=radio]:focus-visible + .wpcf7-list-item-label, .wpcf7-radio [type=radio]:focus-visible + .wpcf7-list-item-label {
  outline: 1.5px solid #CA7F13;
  outline-offset: 0.6rem;
}
.p-form__radio-wrap .p-form__radio, .p-form__radio-wrap .wpcf7-list-item, .wpcf7-radio .p-form__radio, .wpcf7-radio .wpcf7-list-item {
  width: 50%;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-form__radio-wrap .p-form__radio, .p-form__radio-wrap .wpcf7-list-item, .wpcf7-radio .p-form__radio, .wpcf7-radio .wpcf7-list-item {
    width: 100%;
  }
}
.p-form__radio-wrap .p-form__radio-text, .p-form__radio-wrap .wpcf7-list-item-label, .wpcf7-radio .p-form__radio-text, .wpcf7-radio .wpcf7-list-item-label {
  display: inline-block;
  padding-left: 4.3rem;
  position: relative;
  font-size: 1.4rem;
  letter-spacing: 0.14rem;
  line-height: 1.8rem;
  cursor: pointer;
  font-family: "Yu Gothic", "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-form__radio-wrap .p-form__radio-text, .p-form__radio-wrap .wpcf7-list-item-label, .wpcf7-radio .p-form__radio-text, .wpcf7-radio .wpcf7-list-item-label {
    margin-top: 1.9rem;
  }
}
.p-form__radio-wrap .p-form__radio-text::before, .p-form__radio-wrap .p-form__radio-text::after, .p-form__radio-wrap .wpcf7-list-item-label::before, .p-form__radio-wrap .wpcf7-list-item-label::after, .wpcf7-radio .p-form__radio-text::before, .wpcf7-radio .p-form__radio-text::after, .wpcf7-radio .wpcf7-list-item-label::before, .wpcf7-radio .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-form__radio-wrap .p-form__radio-text::before, .p-form__radio-wrap .wpcf7-list-item-label::before, .wpcf7-radio .p-form__radio-text::before, .wpcf7-radio .wpcf7-list-item-label::before {
  left: 0;
  width: 3rem;
  height: 3rem;
  background: #FFFFFF;
}
.p-form__radio-wrap .p-form__radio-text::after, .p-form__radio-wrap .wpcf7-list-item-label::after, .wpcf7-radio .p-form__radio-text::after, .wpcf7-radio .wpcf7-list-item-label::after {
  color: #CA7F13;
  top: 10%;
  left: 6px;
  width: 16px;
  height: 8px;
  border-top: none;
  border-right: none;
  border-bottom: 2px solid #CA7F13;
  border-left: 2px solid #CA7F13;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background: transparent;
  opacity: 0;
}

/*sub-radio
========================================================================== */
.p-form__sub-radio-wrap {
  font-size: 1.4rem;
  letter-spacing: 0.14rem;
  line-height: 1.286;
  font-family: "Yu Gothic", "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
  color: #333333;
}
@media screen and (max-width: 1199px) {
  .p-form__sub-radio-wrap {
    margin-top: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  .p-form__sub-radio-wrap {
    height: 1.8rem;
    margin-top: 1.3rem;
  }
}

.p-form__sub-radio {
  font-family: "Yu Gothic", "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-form__sub-radio {
    font-size: 1.4rem;
    letter-spacing: 0.14rem;
    height: 1.8rem;
  }
}

/*[type="checkbox"]
========================================================================== */
.p-form__checkbox-wrap, .p-form__sub-checkbox-wrap, .wpcf7-checkbox {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 1.2rem;
}
@media screen and (max-width: 1199px) {
  .p-form__checkbox-wrap, .p-form__sub-checkbox-wrap, .wpcf7-checkbox {
    margin-top: 1.1rem;
    row-gap: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-form__checkbox-wrap, .p-form__sub-checkbox-wrap, .wpcf7-checkbox {
    row-gap: 1.1rem;
  }
}
.p-form__checkbox-wrap .p-form__checkbox-row, .p-form__sub-checkbox-wrap .p-form__checkbox-row, .wpcf7-checkbox .p-form__checkbox-row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-form__checkbox-wrap .p-form__checkbox-row, .p-form__sub-checkbox-wrap .p-form__checkbox-row, .wpcf7-checkbox .p-form__checkbox-row {
    display: block;
  }
}
.p-form__checkbox-wrap .p-form__checkbox-row .p-form__sub-label, .p-form__sub-checkbox-wrap .p-form__checkbox-row .p-form__sub-label, .wpcf7-checkbox .p-form__checkbox-row .p-form__sub-label {
  width: 4.9rem;
  font-size: 1.4rem;
  letter-spacing: 0.14rem;
  line-height: 1.8rem;
  font-family: "Yu Gothic", "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
}
.p-form__checkbox-wrap .p-form__checkbox-row .p-form__checkboxes, .p-form__sub-checkbox-wrap .p-form__checkbox-row .p-form__checkboxes, .wpcf7-checkbox .p-form__checkbox-row .p-form__checkboxes {
  width: 91.9672131148%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-form__checkbox-wrap .p-form__checkbox-row .p-form__checkboxes, .p-form__sub-checkbox-wrap .p-form__checkbox-row .p-form__checkboxes, .wpcf7-checkbox .p-form__checkbox-row .p-form__checkboxes {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    row-gap: 1rem;
  }
}
.p-form__checkbox-wrap .p-form__checkbox-row .p-form___checkbox, .p-form__checkbox-wrap .p-form__checkbox-row .wpcf7-list-item, .p-form__sub-checkbox-wrap .p-form__checkbox-row .p-form___checkbox, .p-form__sub-checkbox-wrap .p-form__checkbox-row .wpcf7-list-item, .wpcf7-checkbox .p-form__checkbox-row .p-form___checkbox, .wpcf7-checkbox .p-form__checkbox-row .wpcf7-list-item {
  font-family: "Yu Gothic", "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
}
.p-form__checkbox-wrap [type=checkbox], .p-form__sub-checkbox-wrap [type=checkbox], .wpcf7-checkbox [type=checkbox] {
  width: 1px;
  height: 1px;
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  cursor: pointer;
}
.p-form__checkbox-wrap [type=checkbox]:checked + .p-form__checkbox-text::after, .p-form__checkbox-wrap [type=checkbox] .wpcf7-list-item-label::after, .p-form__sub-checkbox-wrap [type=checkbox]:checked + .p-form__checkbox-text::after, .p-form__sub-checkbox-wrap [type=checkbox] .wpcf7-list-item-label::after, .wpcf7-checkbox [type=checkbox]:checked + .p-form__checkbox-text::after, .wpcf7-checkbox [type=checkbox] .wpcf7-list-item-label::after {
  opacity: 1;
}
.p-form__checkbox-wrap [type=checkbox]:focus + .p-form__checkbox-text, .p-form__checkbox-wrap [type=checkbox] .wpcf7-list-item-label, .p-form__sub-checkbox-wrap [type=checkbox]:focus + .p-form__checkbox-text, .p-form__sub-checkbox-wrap [type=checkbox] .wpcf7-list-item-label, .wpcf7-checkbox [type=checkbox]:focus + .p-form__checkbox-text, .wpcf7-checkbox [type=checkbox] .wpcf7-list-item-label {
  outline: 1.5px solid #CA7F13;
  outline-offset: 0.6rem;
}
.p-form__checkbox-wrap [type=checkbox]:checked + .wpcf7-list-item-label::after, .p-form__sub-checkbox-wrap [type=checkbox]:checked + .wpcf7-list-item-label::after, .wpcf7-checkbox [type=checkbox]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}
.p-form__checkbox-wrap [type=checkbox]:focus + .wpcf7-list-item-label, .p-form__sub-checkbox-wrap [type=checkbox]:focus + .wpcf7-list-item-label, .wpcf7-checkbox [type=checkbox]:focus + .wpcf7-list-item-label {
  outline: 1.5px solid #CA7F13;
  outline-offset: 0.6rem;
}
.p-form__checkbox-wrap .p-form__checkbox-text, .p-form__checkbox-wrap .wpcf7-list-item-label, .p-form__sub-checkbox-wrap .p-form__checkbox-text, .p-form__sub-checkbox-wrap .wpcf7-list-item-label, .wpcf7-checkbox .p-form__checkbox-text, .wpcf7-checkbox .wpcf7-list-item-label {
  display: inline-block;
  padding-left: 4.3rem;
  font-size: 1.4rem;
  letter-spacing: 0.14rem;
  line-height: 1.8rem;
  position: relative;
  cursor: pointer;
}
.p-form__checkbox-wrap .p-form__checkbox-text::before, .p-form__checkbox-wrap .p-form__checkbox-text::after, .p-form__checkbox-wrap .wpcf7-list-item-label::before, .p-form__checkbox-wrap .wpcf7-list-item-label::after, .p-form__sub-checkbox-wrap .p-form__checkbox-text::before, .p-form__sub-checkbox-wrap .p-form__checkbox-text::after, .p-form__sub-checkbox-wrap .wpcf7-list-item-label::before, .p-form__sub-checkbox-wrap .wpcf7-list-item-label::after, .wpcf7-checkbox .p-form__checkbox-text::before, .wpcf7-checkbox .p-form__checkbox-text::after, .wpcf7-checkbox .wpcf7-list-item-label::before, .wpcf7-checkbox .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-form__checkbox-wrap .p-form__checkbox-text::before, .p-form__checkbox-wrap .wpcf7-list-item-label::before, .p-form__sub-checkbox-wrap .p-form__checkbox-text::before, .p-form__sub-checkbox-wrap .wpcf7-list-item-label::before, .wpcf7-checkbox .p-form__checkbox-text::before, .wpcf7-checkbox .wpcf7-list-item-label::before {
  top: 50%;
  left: 0;
  width: 3.1rem;
  height: 3rem;
  background-color: #FFFFFF;
}
.p-form__checkbox-wrap .p-form__checkbox-text::after, .p-form__checkbox-wrap .wpcf7-list-item-label::after, .p-form__sub-checkbox-wrap .p-form__checkbox-text::after, .p-form__sub-checkbox-wrap .wpcf7-list-item-label::after, .wpcf7-checkbox .p-form__checkbox-text::after, .wpcf7-checkbox .wpcf7-list-item-label::after {
  color: #CA7F13;
  top: 10%;
  left: 6%;
  width: 16px;
  height: 8px;
  border-top: none;
  border-right: none;
  border-bottom: 2px solid #CA7F13;
  border-left: 2px solid #CA7F13;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background: transparent;
  opacity: 0;
}

.p-form__checkboxes > .wpcf7-form-control-wrap {
  width: 100%;
  padding-right: 0.7rem;
}
@media screen and (max-width: 767px) {
  .p-form__checkboxes > .wpcf7-form-control-wrap {
    padding-right: 0;
  }
}

@media screen and (max-width: 1199px) {
  .p-form__checkboxes > .wpcf7-form-control-wrap > .wpcf7-checkbox {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-form__checkboxes > .wpcf7-form-control-wrap > .wpcf7-checkbox {
    margin-top: 1.1rem;
  }
}

@media screen and (max-width: 767px) {
  .p-form__checkboxes .wpcf7-list-item {
    min-width: 135px;
  }
}

.wpcf7-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .wpcf7-checkbox {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-form__checkbox-wrap > .p-form__checkbox-row:nth-child(2) {
    margin-top: 1rem;
  }
}

/*sub-checkbox
========================================================================== */
.p-form__sub-checkbox-wrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
@media screen and (max-width: 767px) {
  .p-form__sub-checkbox-wrap {
    margin-top: 10px;
  }
}

.p-form__sub-checkbox-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  font-size: 1.4rem;
  letter-spacing: 0.14rem;
  line-height: 1.286;
  font-family: "Yu Gothic", "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .p-form__sub-checkbox-row {
    min-width: 135px;
    height: 18px;
  }
}

.p-form___sub-checkbox {
  font-family: "Yu Gothic", "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-form___sub-checkbox {
    font-size: 1.4rem;
    letter-spacing: 0.14rem;
    line-height: 2;
  }
}

.p-form__sub-label-secondary {
  font-family: "Yu Gothic", "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-form__sub-label-secondary {
    font-size: 1.4rem;
    letter-spacing: 0.14rem;
    line-height: 1.8rem;
  }
}

/*[type="submit"]
========================================================================== */
.p-form__button {
  margin-top: 2.8rem;
  text-align: center;
  margin-left: 7.2rem;
}
.p-form__button [type=submit]:focus {
  outline: 1.5px solid #CA7F13;
}
@media screen and (max-width: 767px) {
  .p-form__button {
    margin-top: 3.1rem;
  }
}
.p-form__button.p-form__button--sub {
  margin-top: 2.6rem;
}
@media screen and (max-width: 767px) {
  .p-form__button.p-form__button--sub {
    margin-top: 4rem;
    margin-left: 7.2rem;
    padding-right: 0;
  }
}

.p-form__button .p-form__button--prev {
  margin-right: 40px;
}

/*エラーメッセージ
========================================================================== */
.wpcf7-not-valid-tip {
  background-color: #EDE9E4;
}

.p-background {
  position: relative;
  z-index: -1;
  background: #D4CEBE;
}

.p-entry-404 {
  text-align: center;
}

.p-entry-404__head {
  color: #CA7F13;
  font-size: 8rem;
  font-weight: 700;
  line-height: 1.2;
  font-family: "Marcellus", serif;
}
@media screen and (max-width: 767px) {
  .p-entry-404__head {
    font-size: 4rem;
  }
}

.p-entry-404__lead {
  margin-top: 3.6rem;
  font-size: 3rem;
  color: #707070;
}
@media screen and (max-width: 767px) {
  .p-entry-404__lead {
    font-size: 2.4rem;
  }
}

.p-entry-404__content {
  margin-top: 2.4rem;
  color: #707070;
}
@media screen and (max-width: 767px) {
  .p-entry-404__content {
    font-size: 1.4rem;
    margin-top: 3.4rem;
  }
}

.p-entry-404__button {
  margin-top: 5.8rem;
}
@media screen and (max-width: 767px) {
  .p-entry-404__button {
    margin-top: 3.8rem;
  }
}

.p-entry-404__button__link {
  display: inline-block;
  font-size: 1.6rem;
  line-height: 1.325;
  letter-spacing: 0.16rem;
  font-weight: 600;
  border-radius: 4rem;
  color: #FFFFFF;
  background-color: #949E33;
  padding: 1rem 4.3rem 0.9rem 4.5rem;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  cursor: pointer;
}
.p-entry-404__button__link:hover {
  color: #54372D;
  background-color: #CA7F13;
}

.p-swiper {
  width: 83.5964912281%;
  width: 66.1805555556%;
}
@media screen and (max-width: 1400px) {
  .p-swiper {
    max-width: 95.3rem;
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1100px) {
  .p-swiper {
    width: 100%;
    display: none;
    height: 147.7333333333vw;
  }
}

.p-swiper__wraper {
  width: 100%;
}

.p-swiper__slide {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #CA7F13;
}
@media screen and (max-width: 1100px) {
  .p-swiper__slide {
    display: block;
  }
}

.p-swiper__img {
  width: 450px;
  height: 630px;
}
@media screen and (max-width: 1100px) {
  .p-swiper__img {
    width: 100%;
    width: 84%;
  }
}
.p-swiper__img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1100px) {
  .p-swiper__img img {
    aspect-ratio: 315/275;
  }
}

.p-swiper__img01 {
  display: block;
}
@media screen and (max-width: 1100px) {
  .p-swiper__img01 {
    display: none;
  }
}

.p-swiper__img02 {
  display: none;
}
@media screen and (max-width: 1100px) {
  .p-swiper__img02 {
    display: block;
  }
}

.p-swiper__content {
  width: calc(100% - 450px);
  text-align: center;
  padding-top: 123px;
  padding-left: 3.3578174187%;
}
@media screen and (max-width: 1100px) {
  .p-swiper__content {
    margin-top: 5.6rem;
    width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-swiper__content {
    margin-top: 2.1rem;
  }
}

.p-swiper__label {
  margin-right: 18px;
  margin-right: 51px;
  line-height: 1.5;
  font-family: "Marcellus", serif;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .p-swiper__label {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-swiper__label {
    font-size: 1.4rem;
    letter-spacing: 0.14rem;
  }
}
.p-swiper__label::before, .p-swiper__label::after {
  content: "";
  position: absolute;
}
.p-swiper__label::before {
  display: none;
}
@media screen and (max-width: 1100px) {
  .p-swiper__label::before {
    display: block;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: -11.2rem;
    right: 9.4rem;
    width: 10rem;
    width: 9.5rem;
    height: 0.2rem;
    background-color: #CA7F13;
  }
}
.p-swiper__label::after {
  top: calc(100% + 20px);
  left: 55px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 2.4rem;
  height: 0.2rem;
  background-color: #CA7F13;
}
@media screen and (max-width: 1100px) {
  .p-swiper__label::after {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    left: 11.4rem;
    left: 9.4rem;
    width: 10rem;
    width: 9.5rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.p-swiper__title {
  margin-top: 38px;
  padding-right: 34px;
  padding-right: 66px;
  font-size: 2.4rem;
  line-height: 1.5;
  letter-spacing: 0.24rem;
  font-family: "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
@media screen and (max-width: 1100px) {
  .p-swiper__title {
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-swiper__title {
    margin-top: 1.2rem;
    font-size: 1.8rem;
    letter-spacing: 0.18rem;
  }
}

.p-swiper__text {
  margin-top: 45px;
  padding-right: 10px;
  padding-right: 47px;
  line-height: 2;
  font-family: "Yu Gothic", "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
}
@media screen and (max-width: 1100px) {
  .p-swiper__text {
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-swiper__text {
    margin-top: 2.2rem;
    font-size: 1.4rem;
    letter-spacing: 0.14rem;
    line-height: 2;
  }
}

/*sub-swiper
========================================================================== */
.p-sub-swiper {
  color: #CA7F13;
  text-align: center;
  width: 42.7192982456%;
  width: 33.8194444444%;
  padding-left: 6.1111111111%;
  padding-top: 198px;
}
@media screen and (max-width: 1400px) {
  .p-sub-swiper {
    display: none;
  }
}
@media screen and (max-width: 1100px) {
  .p-sub-swiper {
    display: none;
  }
}

.p-sub-swiper__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-sub-swiper__wrapper .p-sub-swiper__slide:nth-child(2) {
  margin-top: 5.1rem;
}

.p-sub-swiper__wrapper .p-sub-swiper__slide:nth-child(3) {
  margin-top: 4rem;
}

.p-sub-swiper__wrapper .p-sub-swiper__slide:nth-child(3) .p-sub-swiper__title {
  padding-top: 0.95rem;
}

.p-sub-swiper__wrapper > .p-sub-swiper__slide:nth-child(2) .p-sub-swiper__label {
  font-size: 1.8rem;
}

.p-sub-swiper__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-sub-swiper__label {
  font-size: 2.4rem;
  color: #CA7F13;
  line-height: 1.625;
  line-height: 1.5;
  letter-spacing: 0;
  width: calc(100% - 25.6rem);
  width: 26px;
  text-align: center;
}

.p-sub-swiper__title {
  line-height: 1.5;
  color: #CA7F13;
  display: block;
  white-space: nowrap;
  text-align: left;
  margin-left: 20px;
}

.p-sub-swiper__slide {
  opacity: 0.5;
  -webkit-transition: opacity 2s;
  transition: opacity 2s;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
}

/*sp-swiper
========================================================================== */
.p-sp-swiper {
  display: none;
}
@media screen and (max-width: 1100px) {
  .p-sp-swiper {
    display: block;
    height: 554px;
    height: 73.3333333333vw;
    height: 37.4659400545%;
  }
}
@media screen and (min-width: 760px) and (max-width: 1100px) {
  .p-sp-swiper {
    height: 70vw;
  }
}

.p-sp-swiper__img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

/*p-sp-sub-swiper
========================================================================== */
.p-sp-sub-swiper {
  display: none;
}
@media screen and (max-width: 1100px) {
  .p-sp-sub-swiper {
    display: block;
    margin-top: 2.6rem;
  }
}

.p-sp-sub-swiper__label {
  line-height: 1.9285714286;
  font-family: "Marcellus", serif;
  font-size: 1.4rem;
  letter-spacing: 0.14rem;
  position: relative;
  color: #CA7F13;
}
@media screen and (min-width: 780px) and (max-width: 1100px) {
  .p-sp-sub-swiper__label {
    font-size: 1.8rem;
  }
  .p-sp-sub-swiper__label::before {
    left: -112px;
  }
  .p-sp-sub-swiper__label::after {
    left: 114px !important;
  }
}
.p-sp-sub-swiper__label::before, .p-sp-sub-swiper__label::after {
  content: "";
  position: absolute;
}
.p-sp-sub-swiper__label::before {
  display: block;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -11.2rem;
  width: 10rem;
  height: 0.2rem;
  background-color: #CA7F13;
}
.p-sp-sub-swiper__label::after {
  width: 10rem;
  height: 0.2rem;
  top: 50%;
  left: 9.4rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #CA7F13;
}

.p-sp-sub-swiper__title {
  margin-top: 6px;
  line-height: 2;
  font-family: "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #CA7F13;
}
@media screen and (min-width: 760px) and (max-width: 1100px) {
  .p-sp-sub-swiper__title {
    font-size: 2.4rem;
  }
}

.p-sp-sub-swiper__text {
  margin-top: 19px;
  font-size: 1.4rem;
  letter-spacing: 0.14rem;
  line-height: 2;
  font-family: "Yu Gothic", "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
  color: #CA7F13;
}
@media screen and (min-width: 760px) and (max-width: 1100px) {
  .p-sp-sub-swiper__text {
    font-size: 1.8rem;
  }
}

.c-button-contact {
  display: inline-block;
  padding: 1.2rem 6.7rem;
  letter-spacing: 0.2rem;
  font-size: 2rem;
  line-height: 1.3;
  font-weight: 600;
  border-radius: 4rem;
  background-color: #949E33;
  color: #FFFFFF;
  position: relative;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.c-button-contact:hover {
  color: #54372D;
  background-color: #CA7F13;
}
.c-button-contact:hover::before {
  color: #54372D;
}
.c-button-contact::before {
  content: "\f073";
  font-family: "Font Awesome 5 Free", sans-serif;
  font-weight: 600;
  position: absolute;
  color: #FFFFFF;
  top: 45%;
  right: calc(50% + 59px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.8rem;
  height: 2rem;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.c-button-drawer {
  width: 156.6px;
  height: 38px;
  margin-left: auto;
  border-radius: 4rem;
  background-color: #949E33;
  margin-bottom: 0.2rem;
  display: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1199px) {
  .c-button-drawer {
    display: block;
    padding: 0.6rem 2.2rem 0.6rem 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .c-button-drawer {
    width: 100.6px;
    height: 30.2px;
    padding: 0.6rem 0.9rem 0.6rem 0.9rem;
  }
}
.c-button-drawer.is-active {
  padding: 0 0 0 0;
  width: 4rem;
  height: 4rem;
  margin-right: 2px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .c-button-drawer.is-active {
    width: 3rem;
    height: 3rem;
  }
}
.c-button-drawer.is-active .c-button-drawer__bars {
  margin-left: 0;
  width: 2rem;
}
.c-button-drawer.is-active .c-button-drawer__bar:nth-child(1) {
  top: 6px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  left: 0;
  left: -13px;
}
.c-button-drawer.is-active .c-button-drawer__bar:nth-child(2) {
  display: none;
}
.c-button-drawer.is-active .c-button-drawer__bar:nth-child(3) {
  top: calc(100% - 6px);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  left: 0;
  left: -13.5px;
}
@media screen and (max-width: 767px) {
  .c-button-drawer.is-active .c-button-drawer__bar:nth-child(1) {
    top: 4px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    left: 0;
    left: -8px;
  }
  .c-button-drawer.is-active .c-button-drawer__bar:nth-child(2) {
    display: none;
  }
  .c-button-drawer.is-active .c-button-drawer__bar:nth-child(3) {
    top: calc(100% - 4px);
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    left: 0;
    left: -9px;
  }
}

.hidden-text {
  display: none;
}

.c-button-drawer__body {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.c-button-drawer__text {
  display: block;
  letter-spacing: 0.14rem;
  font-size: 2rem;
  line-height: 1.3;
  color: #FFFFFF;
  width: 100%;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .c-button-drawer__text {
    font-size: 1.4rem;
  }
}

.c-button-drawer__text {
  -webkit-transition: opacity 0.3s ease, visibility 0s linear 0.3s;
  transition: opacity 0.3s ease, visibility 0s linear 0.3s; /* 遅延してvisibilityを変更 */
  opacity: 1;
  visibility: visible;
}

.c-button-drawer.is-active .c-button-drawer__text {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; /* opacityのみを変更し、遅延なしで実行 */
}

.c-button-drawer__bars {
  width: 1.8rem;
  height: 1.2rem;
  margin-left: 0.9rem;
  position: relative;
  margin-bottom: 1px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media screen and (max-width: 767px) {
  .c-button-drawer__bars {
    margin-left: 0.9rem;
    margin-left: -0.5rem;
    width: 1.2rem;
    height: 0.8rem;
  }
}

.c-button-drawer__bar {
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 0.2rem;
  background-color: #FFFFFF;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.c-button-drawer__bar:nth-child(1) {
  top: 0;
}
.c-button-drawer__bar:nth-child(2) {
  top: 6px;
}
.c-button-drawer__bar:nth-child(3) {
  top: 100%;
}
@media screen and (max-width: 767px) {
  .c-button-drawer__bar {
    height: 0.1rem;
  }
  .c-button-drawer__bar:nth-child(1) {
    top: 0;
  }
  .c-button-drawer__bar:nth-child(2) {
    top: 4px;
  }
  .c-button-drawer__bar:nth-child(3) {
    top: 100%;
  }
}

.c-section-english-title01 {
  font-size: 8.4rem;
  line-height: 1.2619047619;
  letter-spacing: 0.336rem;
  color: #CA7F13;
  font-family: "Marcellus", serif;
}
@media screen and (max-width: 767px) {
  .c-section-english-title01 {
    font-size: 4.8rem;
    line-height: 1.25;
    letter-spacing: 0.192rem;
  }
}

.c-section-english-title02 {
  font-size: 4rem;
  letter-spacing: 0.4rem;
  line-height: 1.5;
  color: #CA7F13;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .c-section-english-title02 {
    font-size: 1.8rem;
    letter-spacing: 0.18rem;
    line-height: 2;
  }
}

.c-section-english-title03 {
  font-size: 4.8rem;
  line-height: 1.2619047619;
  letter-spacing: 0.48rem;
  color: #CA7F13;
  font-family: "Marcellus", serif;
}
@media screen and (max-width: 767px) {
  .c-section-english-title03 {
    font-size: 2.4rem;
    letter-spacing: 0.24rem;
  }
}
@media screen and (max-width: 767px) {
  .c-section-english-title03.c-section-english-title03--secondary {
    font-size: 3.2rem;
    letter-spacing: 0.32rem;
  }
}

.c-section-japanese-title01 {
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.056rem;
  color: #CA7F13;
}
@media screen and (max-width: 767px) {
  .c-section-japanese-title01 {
    font-size: 1.2rem;
    line-height: 1.5;
    letter-spacing: 0.048rem;
  }
}

.c-section-japanese-lead01 {
  font-size: 2.8rem;
  line-height: 1.2857142857;
  letter-spacing: 0.28rem;
  color: #CA7F13;
}
@media screen and (max-width: 767px) {
  .c-section-japanese-lead01 {
    font-size: 1.8rem;
    line-height: 2;
    letter-spacing: 0.18rem;
  }
}

.c-button {
  display: inline-block;
  font-size: 1.6rem;
  line-height: 1.325;
  letter-spacing: 0.16rem;
  font-weight: 600;
  border-radius: 4rem;
  color: #FFFFFF;
  background-color: #949E33;
  padding: 1rem 4.3rem 0.9rem 4.5rem;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  cursor: pointer;
}
.c-button:hover {
  color: #54372D;
  background-color: #CA7F13;
}
@media screen and (max-width: 500px) {
  .c-button {
    font-size: 1.2rem;
    line-height: 1.6666666667;
    line-height: 1.35;
    letter-spacing: 0.12rem;
    padding: 0.8rem 3.3rem 0.6rem 3.3rem;
  }
}
.c-button.c-button--secondary {
  padding: 1rem 3.9rem 1rem 3.9rem;
}
@media screen and (max-width: 767px) {
  .c-button.c-button--secondary {
    padding: 1rem 4rem 1rem 4rem;
    font-size: 1.4rem;
  }
}
.c-button.c-button--tertiary {
  padding: 1rem 3.9rem 1rem 3.9rem;
}
@media screen and (max-width: 767px) {
  .c-button.c-button--tertiary {
    padding: 1rem 5.2rem 0.9rem 5.5rem;
    font-size: 1.6rem;
  }
}
.c-button.c-button--form {
  padding: 1rem 6.1rem 0.9rem 6.3rem;
}
@media screen and (max-width: 767px) {
  .c-button.c-button--form {
    padding: 1rem 6.3rem 0.9rem 6.3rem;
    font-size: 1.6rem;
  }
}

.c-button-right-arrow {
  display: inline-block;
  height: 2.3rem;
  padding-right: 1.5rem;
  font-size: 1.8rem;
  line-height: 2.3rem;
  letter-spacing: 0.18rem;
  color: #54372D;
  position: relative;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.c-button-right-arrow:hover {
  color: #CA7F13;
}
.c-button-right-arrow:hover::before, .c-button-right-arrow:hover::after {
  background-color: #CA7F13;
}
.c-button-right-arrow::before, .c-button-right-arrow::after {
  content: "";
  position: absolute;
  background-color: #54372D;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.c-button-right-arrow::before {
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
}
.c-button-right-arrow::after {
  height: 0.1rem;
  height: 0.12rem;
  bottom: 0.2rem;
  width: 0.7rem;
  right: -0.1rem;
  border-radius: 0 50% 0 0;
  -webkit-transform: rotate(33deg);
          transform: rotate(33deg);
}

.c-section-title-background {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 12rem;
  line-height: 1.4;
  letter-spacing: 0;
  color: rgba(202, 127, 19, 0.0784313725);
  font-family: "annabelle-jf", sans-serif;
}
@media screen and (max-width: 767px) {
  .c-section-title-background {
    font-size: 7.2rem;
    line-height: 1.4027777778;
  }
}
.c-section-title-background.c-section-title-background--news {
  left: 8.7rem;
}
@media screen and (max-width: 767px) {
  .c-section-title-background.c-section-title-background--news {
    left: 6.7rem;
  }
}
.c-section-title-background.c-section-title-background--feature {
  left: 0.9rem;
}
@media screen and (max-width: 767px) {
  .c-section-title-background.c-section-title-background--feature {
    left: 0.7rem;
  }
}
.c-section-title-background.c-section-title-background--concept {
  top: 22.8rem;
  left: 9.1rem;
}
@media screen and (max-width: 767px) {
  .c-section-title-background.c-section-title-background--concept {
    top: 0;
    left: 5.7rem;
  }
}
.c-section-title-background.c-section-title-background--price {
  left: 8.7rem;
}
@media screen and (max-width: 767px) {
  .c-section-title-background.c-section-title-background--price {
    left: 5.5rem;
  }
}
.c-section-title-background.c-section-title-background--faq {
  left: 8.7rem;
}
@media screen and (max-width: 767px) {
  .c-section-title-background.c-section-title-background--faq {
    left: 5.5rem;
  }
}
.c-section-title-background.c-section-title-background--concept-instagram {
  left: 8.7rem;
}
@media screen and (max-width: 767px) {
  .c-section-title-background.c-section-title-background--concept-instagram {
    left: 5.6rem;
  }
}
.c-section-title-background.c-section-title-background--concept-profile {
  left: 8.7rem;
}
@media screen and (max-width: 767px) {
  .c-section-title-background.c-section-title-background--concept-profile {
    left: 5.6rem;
  }
}
.c-section-title-background.c-section-title-background--salons {
  left: 8.7rem;
}
@media screen and (max-width: 767px) {
  .c-section-title-background.c-section-title-background--salons {
    left: 5.6rem;
  }
}
.c-section-title-background.c-section-title-background--salon-flow {
  left: 8.7rem;
}
@media screen and (max-width: 767px) {
  .c-section-title-background.c-section-title-background--salon-flow {
    left: 5.6rem;
  }
}

.c-button-sns {
  display: inline-block;
  padding: 1rem 4.7rem;
  letter-spacing: 0.2rem;
  font-size: 2rem;
  line-height: 1.6;
  font-weight: 600;
  border-radius: 4rem;
  background-color: #949E33;
  color: #FFFFFF;
  position: relative;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.c-button-sns:hover {
  color: #54372D;
  background-color: #CA7F13;
}
.c-button-sns:hover::before {
  color: #54372D;
}
.c-button-sns::before {
  content: "\f16d";
  font-family: "Font Awesome 5 Brands";
  font-weight: 600;
  font-size: 2rem;
  color: #FFFFFF;
  position: absolute;
  top: 50%;
  right: calc(50% + 64px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.c-top-btn {
  width: 8rem;
  height: 8rem;
  position: fixed;
  bottom: 8.5rem;
  right: 4rem;
  z-index: 41;
  opacity: 0;
  background: #949E33;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
@media screen and (max-width: 767px) {
  .c-top-btn {
    width: 4rem;
    height: 4rem;
    bottom: 8.5rem;
    right: 26px;
  }
}
.c-top-btn:hover {
  background-color: #CA7F13;
}
.c-top-btn:hover .c-top-btn__arrow {
  border-color: #54372D;
}
.c-top-btn.is-show {
  opacity: 1;
}

.c-top-btn__arrow {
  position: absolute;
  top: 40%;
  left: 35%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 2.5rem;
  height: 2.5rem;
  border-left: 5px solid #FFFFFF;
  border-top: 5px solid #FFFFFF;
  border-radius: 2px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
@media screen and (max-width: 767px) {
  .c-top-btn__arrow {
    width: 1.25rem;
    height: 1.25rem;
    border-left: 3px solid #FFFFFF;
    border-top: 3px solid #FFFFFF;
  }
}

.c-widget-title {
  font-size: 3.2rem;
  letter-spacing: 0.32rem;
  font-family: "Marcellus", serif;
  color: #CA7F13;
}
@media screen and (max-width: 767px) {
  .c-widget-title {
    font-size: 2.4rem;
    letter-spacing: 0.24rem;
  }
}
.c-widget-title.c-widget-title--secondary {
  font-size: 2.4rem;
  letter-spacing: 0.24rem;
}

.c-button-file {
  display: inline-block;
  font-size: 1.6rem;
  line-height: 1.325;
  letter-spacing: 0.16rem;
  font-weight: 600;
  border-radius: 4rem;
  color: #FFFFFF;
  background-color: #949E33;
  padding: 1rem 4.3rem 0.9rem 4.5rem;
  padding: 10px 36px 9px 39px;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  position: relative;
}
.c-button-file::before {
  content: "\f56d";
  font-family: "Font Awesome 5 Free", sans-serif;
  font-weight: 600;
  color: #FFFFFF;
  position: absolute;
  top: 50%;
  left: 1.6rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.c-button-file:hover {
  color: #54372D;
  background-color: #CA7F13;
}
.c-button-file:hover::before {
  color: #54372D;
}

@media screen and (min-width: 1200px) {
  .u-hidden-pc {
    display: none;
  }
}
@media screen and (max-width: 1199px) {
  .u-hidden-pc {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .u-hidden-pc {
    display: block;
  }
}

@media screen and (min-width: 1200px) {
  .u-hidden-tab {
    display: block;
  }
}
@media screen and (max-width: 1199px) {
  .u-hidden-tab {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .u-hidden-tab {
    display: block;
  }
}

@media screen and (min-width: 1200px) {
  .u-hidden-sp {
    display: block;
  }
}
@media screen and (max-width: 1199px) {
  .u-hidden-sp {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .u-hidden-sp {
    display: none;
  }
}

@media screen and (min-width: 381px) {
  .u-sp-show {
    display: none;
  }
}
@media screen and (max-width: 380px) {
  .u-sp-show {
    display: block;
  }
}

@media screen and (min-width: 1200px) {
  .u-tab-show {
    display: none;
  }
}
@media screen and (max-width: 1199px) {
  .u-tab-show {
    display: block;
  }
}

@media screen and (min-width: 1200px) {
  .u-hidden-tab {
    display: block;
  }
}
@media screen and (max-width: 1199px) {
  .u-hidden-tab {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .u-hidden-tab {
    display: none;
  }
}

.u-pc-br::before {
  content: "\a";
  white-space: pre;
}
@media screen and (max-width: 767px) {
  .u-pc-br::before {
    display: none;
  }
}

.sp-br {
  position: relative;
}
@media screen and (max-width: 767px) {
  .sp-br::before {
    position: absolute;
    content: "\a";
    white-space: pre;
  }
}