@charset "UTF-8";

html {
  scroll-behavior: smooth;
}

body {
  max-width: 640px;
  width: 100%;
  margin: 0 auto;
  background-color: #FCFBF8;
}

.c-entry__content.p-entry-content {
  max-width: 688px;
  width: 100%;
  margin: 0 auto;
}

.l-contents__container.c-container {
  padding: 0;
}

.l-contents__inner:first-child {
  padding-top: 0;
}

/* フォント指定 */
.notosans_400 {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  line-height: 1.4;
}

.notosans_700 {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  line-height: 1.4;
}

.notoserif_700 {
  font-family: 'Noto Serif JP', serif;
  font-weight: 700;
  line-height: 1.4;
}

.volkhov_400 {
  font-family: 'Volkhov', serif;
  font-weight: 400;
}

.volkhov_700 {
  font-family: 'Volkhov', serif;
  font-weight: 700;
}

.Yellowtail {
  font-family: 'Yellowtail', cursive;
}

/* セクション */
.smb-section p {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  line-height: 1.4;
  font-size: 14px;
  letter-spacing: 0;
}

.page-sip-reset .wp-block-snow-monkey-blocks-section.smb-section.smb-section--fit {
  padding: 15px 0;
}

/* ドロワー */
.c-drawer {
  background-color: #fff;
  color: #333;
}

.c-drawer__inner {
  max-width: 640px;
  margin: 0 auto;
}

[id=drawer-nav].c-drawer--overall {
  display: block;
}

.c-drawer ul {
  margin: 50px 40px 0px;
}

.c-hamburger-btn__bar {
  background-color: #333;
  height: 2px;
}

.c-drawer .c-hamburger-btn__bar {
  background-color: #333;
}

.c-drawer__controls {
  padding-top: 10px;
  padding-right: 10px;
}

.my-drawernav ul {
  margin: 28px 40px 0px;
}

.my-drawernav a {
  text-decoration: none;
}

.my-drawernav li {
  list-style: none;
  padding: 6.4px 0;
}

.c-drawer .menu-item span:after {
  content: "\A";
  white-space: pre;
}

nav .nav-first ul {
  padding-left: 0;
}

/* ハンバーガーボタンがPCでも表示 */
@media (max-width:2200px) {
  .u-invisible-lg-up {
    display: block !important;
  }
}

/* メニューバー */
.sp-header {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

.sp-header a {
  color: inherit;
  text-decoration: none;
}

.sp-header li {
  list-style: none;
  margin-right: 32px;
}

@media (max-width: 440px) {
  .sp-header li {
    margin-right: 16px;
  }
}

.sp-header-inner img {
  width: 24px;
}

.c-hamburger-btn__label {
  display: none;
}



/* メニューバーの並び調整 */
.c-row {
  flex-direction: row-reverse;
}

[id=drawer-nav].c-drawer--overall .c-drawer__controls {
  left: 20px;
  top: 10px;
}

/* パンくずリストを非表示 */
/* .c-breadcrumbs {
  display: none;
  visibility:hidden;
} */

.p-breadcrumbs-wrapper {
  display: none;
  visibility: hidden;
}


/*h1 非表示*/
.c-entry__title {
  display: none;
}

.wp-block-buttons>.wp-block-button.has-custom-font-size .wp-block-button__link {
  font-size: inherit;
  border: 1px solid #ddd;
  border-radius: inherit;
}

.wp-block-column.has-background,
.wp-block-group.has-background,
ol.has-background,
p.has-background,
ul.has-background {
  padding: 14px;
}

.c-widget .widget_block {
  margin-top: 0;
}

/* スマホ下部固定ナビの幅設定 */
.p-footer-sticky-nav {
  max-width: 640px;
  width: 100%;
  margin: 0 auto;
}


/* --------------------------------------------
お問い合わせフォーム
* -------------------------------------------- */
input {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: none;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 8px;
  color: inherit;
  font-family: inherit;
  font-size: 16px;
  padding: 17px 16px;
  width: 100%;
  margin-top: 8px;
}

input:focus {
  border: 1px solid rgba(0, 0, 0, 0.32);
  box-shadow: none;
  outline: none;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: #fff url(/wp-content/uploads/2023/02/arrow_form.png) no-repeat center right 12px/12px 7.41px;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 8px;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-size: 1em;
  padding: 0.4em 0.8em;
  width: 100%;
  margin-top: 8px;
}

.wpcf7 .date-form {
  background: #fff url(/wp-content/uploads/2023/02/arrow_form.png) no-repeat center right 12px/12px 7.41px;
}

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

select:focus {
  border: 1px solid #009de1;
  box-shadow: none;
  outline: none;
}


/* デザインカスタマイズ */
.wpcf7 {
  background: inherit;
  padding: 0px;
  margin: 0 0 30px 0;
}

.wpcf7 input,
.wpcf7 textarea,
.wpcf7 select {
  border: 1px solid #797979;
  padding: 12px 16px;
  font-size: 16px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  line-height: 1.4;
}

.wpcf7 select {
  margin-top: 5px;
}

.btn-submit__container {
  text-align: center;
}

.btn-submit__wrapper {
  cursor: pointer;
  border: 1px solid #333;
  border-image: linear-gradient(to right, #686868 0%, #333333 50%, #686868 100%);
  border-image-slice: 1;
  display: inline-block;
  text-align: center;
  height: 48px;
  background: #333;
  padding: 1px;
  text-decoration: none;
}

.wpcf7 input.wpcf7-submit {
  border: 1px solid #C29A84;
  border-image: linear-gradient(to right, #C3B8A2 0%, #FFFFFF 50%, #C3B8A2 100%);
  border-image-slice: 1;
  display: inline-block;
  background: linear-gradient(268.67deg, #333333 -1.69%, #535353 49.68%, #333333 100%);
  width: 100%;
  height: 100%;
  color: #F1EADC;
  font-size: 14px;
  font-family: inherit;
  margin: 0 auto;
}

.wpcf7 input.wpcf7-submit:hover {
  filter: brightness(90%);
}

.wpcf7 input.wpcf7-submit:active {
  box-shadow: none;
  bottom: -2px;
  position: relative;
}

.wpcf7 input:focus,
.wpcf7 textarea:focus {
  border: 1px solid #009de1;
}

.wpcf7-captchac {
  border: 1px solid #ccc;
}

/* 必須ラベル */
.wpcf7 .required {
  display: inline-block;
  color: #AF2121;
  font-size: 13px;
  margin-left: 4px;
}

/* 日付フォームのアイコンを変更 */
.wpcf7-form-control {
  position: relative;
  height: 50px;
}

.wpcf7-form-control::-webkit-calendar-picker-indicator {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.wpcf7-form-control::after {
  content: "";
  background-image: url(/wp-content/uploads/2023/02/arrow_form.png);
  background-size: contain;
  vertical-align: middle;
  display: block;
  width: 12px;
  height: 8px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 12px;
  pointer-events: none;
}

.wpcf7-form-control.is-empty {
  color: #757575;
}


/* ------------------------------------------ 
美容鍼のページ
------------------------------------------*/
.page-biyoubari {
  background-color: #fff;
}

.wp-element-caption {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  line-height: 1.4;
  color: #333;
}

.l-header {
  max-width: 640px;
  width: 100%;
  margin: 0 auto;
}



@media (max-width: 1023px) {
  .c-site-branding__title {
    width: 170px;
    padding: 14.5px 0;
  }

  .c-site-branding__title .custom-logo {
    width: 100%;
  }
}


/* パンくずナビの下のスペースを削除 */
.wp-block-snow-monkey-blocks-section-with-bgimage.alignfull.smb-section.smb-section-with-bgimage.smb-section--fit.bbsection_padding.section1 {
  padding-top: 0;
}

/* 美容鍼のセクションのパディング設定 */
.bbsection_padding {
  padding: 32px 0 66px;
}

@media (max-width: 1023px) {
  .sp_side-padding_24 {
    padding-right: 24px;
    padding-left: 24px;
  }

  .sp_side-padding_50 {
    padding-right: 50px;
    padding-left: 50px;
  }
}

.left_padding_up {
  display: inline-block;
  margin: 0 auto;
  margin-left: 36.5px;
  padding: 24px 30px 30px 216.5px;
  max-width: 700px;
}

.page-biyoubari .is-style-sme-speech {
  border-radius: 0;
  padding: 11px 31px;
  font-size: 16px;
}


/* セクションタイトルの下に2色の線 */
.page-biyoubari .smb-section__title::after {
  display: none;
}

.page-biyoubari .smb-section__title {
  display: inline-block;
  padding: 38px 0 12px;
  border-bottom: 2px solid #333;
  position: relative;
}

.page-biyoubari .section1 .smb-section__title,
.page-biyoubari .section5 .smb-section__title {
  padding: 12px 0 12px;
}

.page-biyoubari .smb-section__title::after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 2px #EFD7CA;
  bottom: -2px;
  left: 0;
  width: 32px;
}

.page-biyoubari .smb-section__inner {
  position: relative;
}

/* --------------------------------------------
/* セクション１ 美骨鍼灸整骨院®︎の美容鍼 
 * -------------------------------------------- */
.sec1 {
  width: 100%;
  font-size: 14px;
  padding: 0 16px 18px;
}

.sec1-title {
  font-size: 24px;
}

.sec1-image {
  margin-top: 21px;
  padding: 2px;
  border: 1px solid #C29A84;
  border-image: linear-gradient(to right, #C29A84 0%, #F6E5DB 50%, #C29A84 100%);
  border-image-slice: 1;
  width: 200px;
}

@media (min-width: 500px) {
  .sec1-image {
    width: 65%;
  }
}

.sec1-block2 {
  font-family: 'Noto Sans JP', sans-serif;
  background-color: #EFD7CA;
  padding: 112px 10px 32px 16px;
  margin-top: -90px;
  margin-left: 12px;
}

/* --------------------------------------------
/* セクション２ 痛くない 
 * -------------------------------------------- */
.section2 .column_title {
  height: 47px;
  line-height: 47px;
  font-family: 'Noto Serif JP', serif;
  font-weight: 700;
}

.has-text-align-center.column_title.has-background {
  padding: 12px 14px;
  margin-top: 16px;
}

.has-text-align-center.column_title.has-background.padding_s {
  padding: 3px 14px;
}

/* --------------------------------------------
/* セクション3 肌が若返る 
 * -------------------------------------------- */
.section3 {
  background-image: url(/wp-content/uploads/2023/02/sp_image.jpg);
  background-position: bottom;
  background-size: contain;
  background-repeat: no-repeat;
}

/* --------------------------------------------
/* セクション4 美容の悩みを解決 
 * -------------------------------------------- */
.sec4 {
  max-width: 912px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 30px;
}

.sec4-inner {
  display: flex;
}

.sec4-block1,
.sec4-block5 {
  width: 297px;
}

.sec4-block1 img,
.sec4-block5 img {
  margin-bottom: 16px;
}

.sec4-block1 {
  margin-right: 10px;
}

.sec4-block2,
.sec4-block4 {
  width: 50px;
  padding-top: 50px;
}

.sec4-block2 img,
.sec4-block4 img {
  margin-bottom: 22px;
}

.sec4-block4 {
  margin-right: 10px;
}

.sec4-block3 img {
  width: 200px;
}

/* セクションサブタイトル */
.page-biyoubari .section__subtitle {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  font-size: 11px;
  text-align: center;
  background-color: #333;
  color: #fff;
  padding: 5px 12px 6px;
}

.section4 .maxwidth_720 {
  max-width: 720px;
  width: 100%;
}

@media (max-width: 781px) {
  .section4 .maxwidth_720 {
    max-width: 480px;
    width: 100%;
  }
}

.section6 {
  z-index: 1;
}

.width_308 {
  width: 308px;
  margin-right: auto;
}

.width_80 {
  width: 80px;
  text-align: right;
}

.page-biyoubari2 .smb-items__item__title {
  text-align: center;
  background-color: #FBEFE8;
  height: 51.19px;
}

.page-biyoubari2 .smb-items__item__title.sec2_title_center {
  line-height: 51.19px;
}

.page-biyoubari2 .smb-items__item__content {
  font-size: 14px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  line-height: 1.4;
  margin-top: 16px;
}

.sp-sec4-inner {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
}

.sp-sec4-image {
  text-align: center;
  margin: 0 auto;
  width: 80%;
}

.se-sec4-bubbles {
  margin-top: 4px;
  margin-bottom: 36px;
}

.se-sec4-bubbles img {
  margin-top: 20px;
}

/* --------------------------------------------
  サブフッター
* -------------------------------------------- */
.subfooter {
  background-color: #F8F6F1;
  padding: 40px 24px 36px;
}

.subfooter__logo {
  margin: 0 auto;
  margin-bottom: 27px;
  max-width: 320px;
}

.cta {
  width: 100%;
}

.icon_ok {
  display: inline-block;
  font-size: 12px;
  color: #fff;
  background: linear-gradient(268.67deg, #B1A482 -1.69%, #BAAE95 49.68%, #B2A382 100%);
  border-radius: 4px;
  padding: 8px 12px 4px;
  margin-bottom: 0;
  margin-right: 16px;
  text-align: center;
  height: 48px;
}

.tel-num {
  text-decoration: none;
  color: #333;
  text-align: right;
  letter-spacing: 0;
  font-size: 30px;
}

.tel-num img {
  height: 28px;
  margin-right: 6px;
  vertical-align: baseline;
}

.cta_row1,
.cta_row2 {
  display: flex;
  align-items: center;
}

.cta_row1 {
  justify-content: center;
}

.cta_row2 {
  margin-top: 16px;
  justify-content: space-between;
}

.cta_row2 img {
  height: 16px;
  margin-right: 5px;
}

.cta_row2 a {
  border: 1px solid #333;
  display: block;
  width: calc(50% - 16px * 1 / 2);
  margin-right: 16px;
  height: 48px;
  background: #333;
  padding: 1px;
  text-decoration: none;
}

.cta_row2 a:last-child {
  margin-right: 0;
}

.cta_row2 a>button {
  border: 1px solid #C29A84;
  border-image: linear-gradient(to right, #C29A84 0%, #F6E5DB 50%, #C29A84 100%);
  border-image-slice: 1;
  display: block;
  background: linear-gradient(268.67deg, #333333 -1.69%, #535353 49.68%, #333333 100%);
  text-align: center;
  width: 100%;
  height: 100%;
  color: #fff;
  font-family: inherit;
  cursor: pointer;
}

.subfooter__map {
  border: 1px solid #C29A84;
  border-image: linear-gradient(to right, #C29A84 0%, #F6E5DB 50%, #C29A84 100%);
  border-image-slice: 1;
  aspect-ratio: 8 / 5;
}

.subfooter__items {
  display: flex;
  align-items: center;
  margin-top: 12px;
}

.subfooter__items img {
  width: 32px;
  height: 32px;
  margin-right: 10px;
}

.subfooter-time {
  margin-top: 28px;
}

.subfooter-time__title {
  display: flex;
  align-items: center;
  font-size: 14px;
}

.subfooter-time__title img {
  width: 18px;
  height: 18px;
  margin-right: 6px;
}

.subfooter-time__table {
  margin-top: 12px;
  text-align: center;
  border-collapse: collapse;
  width: 100%
}

.subfooter-time__table th {
  background-color: #333;
  color: #fff;
  font-size: 11px;
  width: 50%;
  padding: 4px 0;
}

.subfooter-time__table td {
  font-size: 14px;
  border: solid 1px #333;
  background-color: #fff;
  padding: 2px 0;
}

.subfooter-time__rest {
  font-size: 12px;
  margin-top: 4px;
}

.subfooter__map {
  margin-top: 40px;
}

/* --------------------------------------------
 * メイン画像のページ別出し分け
 * -------------------------------------------- */
.top_biyoubari__inner {
  padding: 100px 16px 21px;
}

.top_biyoubari {
  background: url(/wp-content/uploads/2023/02/sp_main.jpg) center bottom / cover;
}

.top_biyoubari__title {
  margin-bottom: 30px;
  line-height: 1.5;
}

.top_biyoubari__title p:nth-child(2) {
  margin-bottom: 20px;
}

.top_biyoubari__subtitle {
  background-color: #E1C0AE;
  padding: 10px;
  margin: 0 auto;
  margin-bottom: 28px;
  color: #fff;
  font-size: 1rem;
  text-align: center;
}

.top_biyoubari__subtitle {
  padding: 6px 0;
}


.top_title_xl {
  font-size: 26px;
}

.top_title_l {
  font-size: 20px;
}

.top_title_s {
  font-size: 16px;
}

.top_biyoubari_num5 {
  width: 94px;
  vertical-align: bottom;
  margin-top: 36px;
}

.top_biyoubari_img {
  width: 40%;
  margin-right: 26px;
  margin-top: 10px;
}

.top_bar {
  background-color: #333;
}

.top_bar img {
  margin: 0 auto;

}

.top_blank {
  background-color: #fff;
  width: 100%;
  height: 120px;
}

@media (max-width: 1023px) {
  .top_blank {
    height: 30px;
  }
}

/* --------------------------------------------
/* フッター 
 * -------------------------------------------- */
.l-contents__inner {
  padding: 0;
  padding-top: 0;
}

/* フッターの上のスペースを削除 */
.l-contents__inner:last-child {
  padding-bottom: 0;
}

/* フッターの上の線を削除 */
.l-footer {
  border-top: none;
}

.footer {
  background-color: #333;
  color: #fff;
  padding: 56px 20px;
  font-size: 14px;
  position: relative;
}

.footer__inner {
  max-width: 912px;
  width: 100%;
  margin: 0 auto;
}

.footer__inner ul li {
  list-style: none;
  margin-bottom: 16px;
}

.footer__inner ul li a {
  text-decoration: none;
  color: #fff;
}

.footer__menu-flex {
  display: flex;
}

.footer__menu {
  margin-right: 40px;
}

/* ページトップへ戻るボタン */
.footer_top {
  padding-bottom: 16px;
  background-color: #F8F6F1;
}

.page_top {
  text-align: center;
  cursor: pointer;
}

.page_top a {
  color: inherit;
  text-decoration: none;
}

/* 背景の格子模様 */
.back_grid {
  background-image:
    repeating-linear-gradient(90deg,
      #FBEFE8,
      #FBEFE8 1px,
      transparent 1px,
      transparent 30px),
    repeating-linear-gradient(0deg,
      #FBEFE8,
      #FBEFE8 1px,
      #fff 1px,
      #fff 30px);
}

/* --------------------------------------------
　▼トップページ▼
* -------------------------------------------- */

.home {
  background-color: #fff;
}

.text-shadow {
  text-shadow: 1px 1px 1px #fff;
}

/* .section__voice .c-container,
.section__insta .c-container {
  padding: 0;
} */
/* --------------------------------------------
トップページ・メインビジュアル
* -------------------------------------------- */
.frontpagetop {
  position: relative;
}

/* セクションタイトルの後の英字 */
.section-title--en {
  font-family: 'Playball', cursive;
  position: absolute;
  top: -60px;
  left: 8px;
  color: rgba(179, 164, 132, 0.2);
  transform: rotate(-12deg);
  font-size: 80px;
}

.frontpage-reason .section-title--en {
  top: -60px;
}

.frontpage_voice .section-title--en {
  top: -40px;
  left: 5%;
}

.frontpage_insta .section-title--en {
  font-size: 48px;
  top: 10px;
}

.frontpage-qa .section-title--en {
  top: -40px;
  color: rgba(255, 255, 255, 0.3);
}


/* --------------------------------------------
トップページ・当院が選ばれる理由
* -------------------------------------------- */
.frontpage-reason {
  background-image: url(/wp-content/uploads/2023/02/topPage_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  padding-top: 32px;
  padding-bottom: 62px;
}

.smb-section__header {
  position: relative;
}

.frontpage-reason .smb-section__title {
  text-align: center;
}

.reason__num {
  font-size: 90px;
  color: #B1A482;
  line-height: 1;
  margin-left: 17px;
  margin-bottom: -5px;
}

.reason__texts {
  display: inline-block;
  background: linear-gradient(268.67deg, #B1A482 -1.69%, #BAAE95 49.68%, #B2A382 100%);
  border-top: 1px solid #C3B8A2;
  border-bottom: 1px solid #C3B8A2;
  border-image: linear-gradient(to right, #C3B8A2 0%, #FFFFFF 50%, #C3B8A2 100%);
  border-image-slice: 1;
  color: #fff;
  padding: 18px 57px 22px 15px;
  clip-path: polygon(0 0, 100% 0%, 80% 100%, 0% 100%);
}

.reason__text--l {
  font-size: 24px;
}

.reason__text--m {
  font-size: 20px;
}

.reason__text--s {
  font-size: 16px;
}

.reason1 .reason__text--s,
.reason4 .reason__text--s {
  margin-top: 8px;
}

.reason__img {
  margin-left: 60px;
  margin-top: -33px;
  z-index: 10;
  padding: 4px 0 4px 4px;
  border-top: 1px solid #C29A84;
  border-bottom: 1px solid #C29A84;
  border-left: 1px solid #C29A84;
  border-image: linear-gradient(to right, #C29A84 0%, #F6E5DB 50%, #C29A84 100%);
  border-image-slice: 1;
}

/* 画像のボーダーをグラデーションに */
.border_gradation {
  padding: 4px 0 4px 4px;
  border-top: 1px solid #C3B8A2;
  border-bottom: 1px solid #C3B8A2;
  border-left: 1px solid #C3B8A2;
  border-image: linear-gradient(to right, #C3B8A2 0%, #FFFFFF 50%, #C3B8A2 100%);
  border-image-slice: 1;
}

/* スライダーのページネーションの設定 */
.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 30px;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 8px;
}

.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  opacity: 1;
  background-color: #fff;

}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 14px;
  height: 14px;
  background-color: #B3A484;
}

/* --------------------------------------------
トップページ：よくある質問
* -------------------------------------------- */
.qa__wrapper {
  border: 1px solid #B3A484;
  border-radius: 4px;
}

.qa__question {
  padding: 16px;
  background-color: #fff;
  color: #B3A484;
  font-size: 16px;
  border-radius: 4px 4px 0px 0px;
}

.qa__answer {
  padding: 14px;
  background-color: rgba(255, 255, 255, 0.4);
  color: #333;
  font-size: 14px;
  border-radius: 0px 0px 4px 4px;
}


/* --------------------------------------------
トップページのメニュー
* -------------------------------------------- */
.frontpage__menu .c-container {
  padding: 0;
}

.menu__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
}

.menu__item {
  position: relative;
}

.menu__item:last-child {
  background-color: #B3A484;
}

.menu__name {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 20px;
  text-align: center;
}

.menu__name img {
  width: 46px;
  height: 46px;
}

.menu__name span {
  white-space: nowrap;
  margin-top: 8px;
  display: inline-block;
}

.menu__arrow {
  position: absolute;
  bottom: 12px;
  right: 10px;
  width: 15px;
  height: 15px;
}

/* --------------------------------------------
トップページの"体の部位から探す"
* -------------------------------------------- */
.body__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.body__item {
  position: relative;
  z-index: 1;
}

.body__item::before {
  position: absolute;
  top: -8px;
  left: -8px;
  width: 100%;
  height: 100%;
  border: 1px solid #C3B8A2;
  border-image: linear-gradient(to right, #C3B8A2 0%, #FFFFFF 50%, #C3B8A2 100%);
  border-image-slice: 1;
  content: "";
  z-index: -1;
}

.body__name {
  position: absolute;
  bottom: 0;
  right: 10px;
}

.body__name span {
  font-size: 40px;
  color: #fff;
  letter-spacing: -8px;
  margin-right: 6.5px;
}

.body__name img {
  width: 18px;
  height: 18px;
}

/* --------------------------------------------
  トップページ"美容鍼" 
* -------------------------------------------- */
.frontpage_biyoubari {
  background: url(/wp-content/uploads/2023/02/sp_backimage.jpg) center center / cover;

}

.frontpage_biyoubari p {
  font-family: 'Noto Serif JP', serif;
  font-weight: 700;
  line-height: 1.4;
}

.wp-block-snow-monkey-blocks-section-with-bgimage alignfull.smb-section smb-section-with-bgimage.smb-section--fit.frontpage_biyoubari {
  margin: 0;
}

.biyoubari_lead {
  text-align: center;
}

.frontpage_biyoubari .biyoubari_lead--l {
  font-size: 28px;
}

.frontpage_biyoubari .biyoubari_lead--m {
  font-size: 20px;
}

.biyoubari_listtitle {
  text-align: center;
  margin-top: 44px;
}

.biyoubari_listtitle p {
  background-color: #E1C0AE;
  color: #fff;
  font-size: 16px;
  border-radius: 2px;
  padding: 6px 48px;
  text-align: center;
  display: inline-block;
}

.frontpage_biyoubari .check_list li {
  font-size: 13px;
}

/* --------------------------------------------
ボタン
* -------------------------------------------- */

/* 黒いボタン2 セクションbody*/
.btn_black2 {
  border: 1px solid #333;
  display: block;
  background: #333;
  text-decoration: none;
  width: 156px;
  height: 36px;
}

.btn_black2_inner {
  border: 1px solid #C29A84;
  border-image: linear-gradient(to right, #C29A84 0%, #F6E5DB 50%, #C29A84 100%);
  border-image-slice: 1;
  display: block;
  background: #333;
  text-align: center;
  width: 100%;
  height: 100%;
  color: #fff;
  font-family: inherit;
  padding: 6px 0;
  font-size: 14px;
}

.btn_black2_wrapper {
  text-align: center;
}

.btn_black2 img {
  width: 16px;
  margin-left: 8px;
  margin-bottom: 3px;
}

/* 黒いボタン セクション美容鍼*/
.frontpage_biyoubari .btn_black2 {
  width: 100%;
}

.frontpage_voice .btn_black2,
.frontpage_staff .btn_black2 {
  width: 160px;
}

/* 白いボタン１ こんなお悩みはありませんか？*/
.btn_white {
  border-radius: 20px;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  display: block;
  background: #333;

}

.btn_white_inner {
  border-radius: 20px;
  display: block;
  background: #fff;
  text-align: center;
  width: 100%;
  height: 100%;
  color: #333;
  font-family: inherit;
  font-size: 14px;
  padding: 12px 14px;
}

.btn_white_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.btn_white_wrapper .arrow_icon img {
  width: 16px;
}

.btn_white_text {
  text-align: left;
}

/* --------------------------------------------
トップページ・インスタ
* -------------------------------------------- */
/* Before & After 公開中のデザイン */
.balloon-container {
  text-align: center;
}

.balloon {
  display: inline-block;
  position: relative;
  padding: 10px 43px;
  border-radius: 2px;
  border: 1px solid #C3B8A2;
  background: linear-gradient(268.67deg, #B1A482 -1.69%, #BAAE95 49.68%, #B2A382 100%);
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  text-decoration: none;
}

.balloon:before {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  border: 1px solid #C3B8A2;
  border-image: linear-gradient(to right, #C3B8A2 0%, #FFFFFF 50%, #C3B8A2 100%);
  border-image-slice: 1;
  content: "";
}

.balloon:after {
  position: absolute;
  bottom: -29px;
  left: 83px;
  transform: skew(25deg);
  height: 25px;
  width: 15px;
  border-left: 1px solid #C3B8A2;
  background-color: #FBFAF6;
  content: "";
}

.balloon p {
  line-height: 1.5;
  text-align: center;
}

.balloon img {
  width: 18px;
  margin-left: 6.25px;
}

/* インスタセクションの上下余白を削除 */
.smb-section.frontpage_insta {
  padding: 0;
}

.frontpage_insta .wp-block-image {
  padding-bottom: 0;
}


/* 固定ページタイトルの下に2色の線 */
.mainvisual__title {
  display: inline-block;
  font-size: 24px;
  padding-bottom: 6px;
  border-bottom: 2px solid #B3A484;
  position: relative;
}

.mainvisual__title--en {
  font-size: 12px;
  font-weight: 700;
  color: #B3A484;
}

.mainvisual {
  position: relative;
}

@media (max-width: 480px) {

  .page-staff .mainvisual,
  .page-price .mainvisual,
  .page-contact2 .mainvisual {
    margin-top: 20px;
  }
}

.mainvisual__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  margin: 0 auto;
  padding: 0 24px;
}

.page-sip-reset .mainvisual__inner,
.page-bikotu-reset .mainvisual__inner {
  top: 85%;
  transform: translate(-50%, 0%);
}

.page-sip-reset .l-header__content,
.page-bikotu-reset .l-header__content {
  background: rgba(255, 255, 255, 0.4);
}



/* --------------------------------------------
セクションタイトルの下に二重線
* -------------------------------------------- */
/* 幅100% */
.smb-section__title::after {
  display: none;
}

.smb-section__title {
  padding-bottom: 10px;
  border-bottom: 6px double #B3A484;
  font-size: 24px;
  text-align: center;
  display: block;
}

/* 文字の下だけ */
.section__title--narrow .smb-section__title {
  display: inline-block;
}

/* 下線の色・グレー */
.section__title--gray .smb-section__title {
  border-bottom: 6px double rgba(255, 255, 255, 0.6);
}

/* チェックリストのアイコン画像 */
.check_list {
  padding-left: 0;
}

.check_list li {
  list-style: none;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0;
  display: flex;
  align-items: center;
}

.check_list li::before {
  content: url(/wp-content/uploads/2023/02/icon_check.png);
  transform: scale(0.5);
}

/* 黒グラデーションボタン */
.btn_black {
  border: 1px solid #333;
  border-image: linear-gradient(to right, #686868 0%, #333333 50%, #686868 100%);
  border-image-slice: 1;
  display: block;
  margin-right: 16px;
  height: 48px;
  background: #333;
  padding: 1px;
  text-decoration: none;
}

.btn_black a {
  border: 1px solid #C29A84;
  border-image: linear-gradient(to right, #C3B8A2 0%, #FFFFFF 50%, #C3B8A2 100%);
  border-image-slice: 1;
  display: block;
  background: linear-gradient(268.67deg, #333333 -1.69%, #535353 49.68%, #333333 100%);
  text-align: center;
  width: 100%;
  height: 100%;
  color: #F1EADC;
  font-size: 14px;
  font-family: inherit;
  padding: 8.96px 32px;
}

/* 施術の流れ のフォント指定 */
.section__flow .notoserif_700 {
  font-family: 'Noto Serif JP', serif;
  font-weight: 700;
  line-height: 1.4;
}


.page-staff .staff-license {
  font-size: 14px;
  font-family: 'Noto Serif JP', serif;
  font-weight: bold;
  line-height: 1.4;
}

.page-staff .staff-text {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  border: 1px solid #333;
  padding: 2px 8px;
  margin: 10px 0 0;
}

/* 美容鍼ページの吹き出しを中央よせ */
.blloon-center {
  margin: 25.6px auto 0;
}

/* --------------------------------------------
整体LPページ
* -------------------------------------------- */
.page-seitai-lp {
  background-color: #fff;
}

.page-seitai-lp .smb-section p {
  font-family: 'Noto Serif JP', serif;
  font-weight: 700;
  line-height: 1.4;
}

.page-seitai-lp .p-entry-content>:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6)+:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) {
  margin-top: 0px;
}

.section-SIP .wp-block-heading {
  margin: 24px 0;
}

.section-SIP .smb-section__background {
  border-radius: 0 0 20px 20px;
  margin-bottom: 20px;
}

/* 画像の上の空白を調整 */
.page-seitai-lp .wp-block-image.size-full {
  margin-top: 10px;
  padding-top: 0;
}

/* フォントの指定 */
.page-seitai-lp .smb-section .notosans_700 {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  line-height: 1.4;
}

.page-seitai-lp .smb-section .volkhov_400 {
  font-family: 'Volkhov', serif;
  font-weight: 400;
}

.page-seitai-lp .smb-section .volkhov_700 {
  font-family: 'Volkhov', serif;
  font-weight: 700;
}

.page-seitai-lp .Yellowtail {
  font-family: 'Yellowtail', cursive;
}

.seitaiLP-header {
  z-index: 2;
}

.page-seitai-lp .wp-block-image.mainvisual {
  margin-top: -64px;
  margin-bottom: 0;
  z-index: 1;
}

.page-seitai-lp .wp-block-image.mainvisual {
  padding-bottom: 0;
}

.seitaiLP-banner .seitaiLP-banner__text1 {
  margin-top: 6px;
}

.wp-block-snow-monkey-blocks-section.smb-section.seitaiLP-banner {
  padding-top: 20px;
  padding-bottom: 27px;
  margin-top: 0;
}

.seitaiLP-banner .tel-num {
  color: #fff;
}

.arrow_box--wrapper {
  text-align: center;
  margin-top: 12px;
}

.arrow_box {
  display: inline-block;
  color: #EFD7CA;
  margin: 0 auto;
  position: relative;
  border-bottom: 1px solid #EFD7CA;
  padding-bottom: 12px;
}

.arrow_box:after,
.arrow_box:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.arrow_box:after {
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #333;
  border-width: 8px;
  margin-left: -8px;
}

.arrow_box:before {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #ffffff;
  border-width: 9px;
  margin-left: -9px;
}

.banner-footer {
  display: grid;
  gap: 10px;
  column-gap: 14px;
  grid-template-columns: 1fr 3fr;
}

.banner-footer__title {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner-footer__text {}

.konnna-onayami img {
  width: 100%;
}

.border-radius10 {
  border-radius: 10px;
}

.seitai-title {
  font-size: 30px;
  color: #fff;
  background-color: #58463D;
  border-radius: 20px 20px 0px 0px;
  padding: 11px 21px 11px 60px;
  margin-left: 24px;
  margin-right: 24px;
  position: relative;
}

.seitai-title.seitai-title__bikotu {
  background-color: #333;
}

.seitai-title .volkhov_400 {
  font-size: 60px;
  line-height: 1;
  color: #fff;
  position: absolute;
  bottom: 0px;
  left: 19px;
  text-shadow: 4px -6px 0px#58463D;
}

.seitai-title.seitai-title__bikotu .volkhov_400 {
  text-shadow: 4px -6px 0px#333;
}

.wp-block-snow-monkey-blocks-section.smb-section.smb-section--fit.section-SIP {
  margin-top: 0;
  margin-left: 24px;
  margin-right: 24px;
}

.section-SIP {
  border-radius: 0 0 20px 20px;
}

/* コース名の左よせ */
.section-SIP .smb-container__body>* {
  margin-left: 0;
}

.seitai-before {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #58463D;
  background-color: #FAF0EB;
  padding: 6px 0;
  width: 100%;
  border: 1px solid #58463D;
}

.seitai-before__black {
  color: #333;
  background-color: #fff;
  border: 1px solid #333;
}

.seitai-after {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FAF0EB;
  background-color: #58463D;
  padding: 6px 0;
  width: 100%;
  border: 1px solid #58463D;
}

.seitai-after__black {
  color: #fff;
  background-color: #333;
  border: 1px solid #333;
}

.seitai-titleIcon {
  background-color: #CFAB98;
  color: #fff;
  border-radius: 2px;
  padding: 4px 0;
  width: 64px;
  text-align: center;
}

.seitai-titleIcon__black {
  background-color: #333;
}

.seitai-titleIcon p {
  font-size: 12px;
  line-height: 1.35;
}

.section-SIP .smb-container__body>:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6)+:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) {
  margin-top: 12px;
}

.section-onayami.smb-section {
  padding-top: 0;
  padding-bottom: 0;
}

.section-onayami {
  position: relative;
}

.wp-block-columns.onayami-item {
  padding: 10px 16px;
}

.section-onayami img {
  z-index: 1;
}

.section-onayami .onayami-text {
  position: absolute;
  top: 40%;
  left: 22px;
  transform: translateY(-50%);
  z-index: 2;
}

.section-compare {
  margin-top: 50px;
  position: relative;
}

.section-compare__ribbon {
  position: absolute;
  top: -80px;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
}

.section-compare__title {
  position: absolute;
  top: -115px;
  left: 50%;
  transform: translateX(-50%);
}

.section-compare__inner {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.section-compare__left {
  margin-right: 24px;
}

.section-compare__leftItem {
  position: relative;
  padding: 4px 8px;
  background-color: #EFD7CA;
  color: #58463D;
  font-size: 14px;
  line-height: 1.4;
  height: 48px;
  border-radius: 4px 0 0 4px;
  margin: 8px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-compare__leftItem::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -12px;
  border-style: solid;
  border-width: 24px 0 24px 12px;
  border-color: transparent transparent transparent #EFD7CA;
}

.section-compare__right table {
  border: 1px solid #58463D;
  background-color: #fff;
  border-collapse: collapse;
}

.section-compare__right table th {
  color: #fff;
  font-size: 16px;
  letter-spacing: -0.01em;
  padding: 10px 7.5px;
}

.section-compare__right table img {
  width: 16px;
  vertical-align: middle;
  margin-bottom: 4px;
  margin-right: 4px;
}

.section-compare__right table .th-sip {
  background-color: #58463D;
}

.section-compare__right table .th-bikotu {
  background-color: #333;
}

.section-compare__right table td {
  height: 56px;
  text-align: center;
  font-family: 'Volkhov', serif;
  font-weight: 400;
  font-size: 24px;
  border-bottom: 1px dotted #fff;
}

.section-compare__right .bg-pink {
  background-color: #F4EAE5;
  font-size: 40px;
}

.section-compare__right .bg-gray {
  background-color: #F1F1F1;
  font-size: 40px;
}

.wp-block-snow-monkey-blocks-section.smb-section.smb-section--fit.section-FourReasons {
  margin-top: 0;
}

.section-FourReasons {
  background: linear-gradient(46.91deg, #C7A18C 22.22%, #E3C1AE 31.69%, #E1BFAD 38.5%, #C7A18C 51.53%, #E1BFAD 65.15%, #E3C1AE 71.37%, #C7A18C 79.07%);
  position: relative;
}

/* セクション左上の飾り */
.section-FourReasons::before {
  content: url(/wp-content/uploads/2023/06/waku-top.png);
  display: inline-block;
  transform: scale(0.5);
  position: absolute;
  top: -40px;
  left: -40px;
}

.section-FourReasons__title {
  text-align: center;
}

.section-FourReasons__title img {
  width: 65px;
}

.FourReasons-item {
  background: url(/wp-content/uploads/2023/06/point.png) center center / contain no-repeat;
  position: relative;
}

/* 左上の数字 */
.FourReasons-item.FourReasons-item1::before {
  content: url(/wp-content/uploads/2023/06/No1.png);
  display: inline-block;
  transform: scale(0.5);
  position: absolute;
  top: -60px;
  left: -20px;
  z-index: 10;
}

.FourReasons-item.FourReasons-item2::before {
  content: url(/wp-content/uploads/2023/06/No2.png);
  display: inline-block;
  transform: scale(0.5);
  position: absolute;
  top: -60px;
  left: -20px;
  z-index: 10;
}

.FourReasons-item.FourReasons-item3::before {
  content: url(/wp-content/uploads/2023/06/No3.png);
  display: inline-block;
  transform: scale(0.5);
  position: absolute;
  top: -60px;
  left: -20px;
  z-index: 10;
}

.FourReasons-item.FourReasons-item4::before {
  content: url(/wp-content/uploads/2023/06/No4.png);
  display: inline-block;
  transform: scale(0.5);
  position: absolute;
  top: -60px;
  left: -20px;
  z-index: 10;
}

.FourReasons-item.FourReasons-item4::after {
  content: url(/wp-content/uploads/2023/06/waku-bottom-e1686191038350.png);
  display: inline-block;
  transform: scale(0.5);
  position: absolute;
  right: -58px;
  bottom: -80px;
  /* z-index: 10; */
}

.FourReasons-item img {
  z-index: 1;
  margin-left: 6px;
}

.FourReasons-item__col {
  padding-right: 6px;
}

.FourReasons-item__title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  background-color: #58463D;
  color: #fff;
  border-radius: 2px;
  padding: 3px 0;
}

.wp-block-heading.FourReasons-item__title {
  margin-bottom: 1rem;
}

@media (max-width: 440px) {
  .wp-block-heading.FourReasons-item__title {
    margin-bottom: 2px;
  }
}

.FourReasons-item p {
  color: #58463D;
}

.store-photo__col p {}

.store-photo__wrapper {
  position: relative;
}

.store-image__hukuoka {
  position: relative;
}

.store-image__hukuoka::after {
  content: url(/wp-content/uploads/2023/06/New.png);
  transform: scale(0.5);
  position: absolute;
  top: -25px;
  right: -60px;
}

.store-name {
  display: inline-block;
  padding: 4px 10px 6px;
  color: #fff;
  background-color: #58463D;
  border-radius: 2px;
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
}

.store-name p {
  position: relative;
  text-align: center;
}

.store-name p::after {
  position: absolute;
  content: '';
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 1px;
  border: 1px solid #C29A84;
  border-image: linear-gradient(to right, #C29A84 0%, #F6E5DB 50%, #C29A84 100%);
  border-image-slice: 1;
}

.section-seitaiFlow {
  background-image:
    /* 1枚目の背景画像のパス */
    url(/wp-content/uploads/2023/02/sp_backimage.jpg),
    /* 2枚目の背景画像のパス */
    url(/wp-content/uploads/2023/06/Back.jpg);

  background-position:
    /* 1枚目の背景画像の表示位置 */
    top center,
    /* 2枚目の背景画像の表示位置 */
    bottom center;

  background-repeat:
    /* 1枚目の背景画像の設定 */
    no-repeat,
    /* 2枚目の背景画像の設定 */
    no-repeat;

  background-size:
    /* 1、2枚目の背景画像の共通サイズ */
    contain;
  padding-bottom: 700px;
}

@media (max-width: 570px) {
  .section-seitaiFlow {
    padding-bottom: 600px;
  }
}

@media (max-width: 440px) {
  .section-seitaiFlow {
    padding-bottom: 500px;
  }
}

@media (max-width: 390px) {
  .section-seitaiFlow {
    padding-bottom: 400px;
  }
}

.flow-container1 {
  background-color: #EFD7CA;
  border-radius: 10px 10px 0px 0px;
  padding: 24px;
  display: inline-block;
  position: relative;
  z-index: 4;
}

.flow-container1::after {
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  background-color: #EFD7CA;
  content: "";
  margin: auto;
  position: absolute;
  top: 99.9%;
  right: 0px;
  width: 100%;
  height: 40px;
}

.flow-container2 {
  background-color: #F4DFD3;
  padding: 24px;
  position: relative;
  z-index: 3;
}

.flow-container2::after {
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  background-color: #F4DFD3;
  content: "";
  margin: auto;
  position: absolute;
  top: 99.9%;
  right: 0px;
  width: 100%;
  height: 40px;
}

.flow-container3 {
  background-color: #FCEBE2;
  padding: 24px;
  position: relative;
  z-index: 2;
}

.flow-container3::after {
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  background-color: #FCEBE2;
  content: "";
  margin: auto;
  position: absolute;
  top: 99.9%;
  right: 0px;
  width: 100%;
  height: 40px;
}

.flow-container4 {
  background-color: #FFF5EF;
  padding: 24px;
  position: relative;
  z-index: 1;
}

.flow-container4::after {
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  background-color: #FFF5EF;
  content: "";
  margin: auto;
  position: absolute;
  top: 99.9%;
  right: 0px;
  width: 100%;
  height: 40px;
}

.section-seitaiFlow .smb-section__body>:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6)+:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) {
  margin-top: 0;
  padding-top: 54px;
}