/* リンク下の下線削除 */
a {
  text-decoration: none;
}
/* ホバー時 */
a:hover {
  text-decoration: none !important;
  opacity: 0.8;
}

/* /////////////
ヘッダー
//////////// */
/* ヘッダー背景色変更 */
.l-header {
  background-color: #fff7ed;
}
.l-header__drop-nav[aria-hidden="false"] .p-drop-nav {
  background-color: #fff7ed;
}

.l-header .c-navbar {
  align-items: center;
  gap: 20px;
}

/* ヘッダーお問い合せボタン装飾 */
.header-btn-contact a {
  background-color: #06c755;
  border-bottom: solid 4px #05a948;
  text-decoration: none;
  display: inline-flex;
  gap: 3px;
  width: 160px;
  height: 55px;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  transition: background-color 0.7s ease, color 0.7s ease;
}
.c-navbar .header-btn-contact a:hover {
  border-bottom: 0;
}
/* 共通パーツ */
.header-btn-contact a span,
.btn1 a span {
  color: #fff;
}

/* 共通セクション見出しの装飾 */
.section-title::after {
  width: 90px;
  height: 3px;
  background-color: var(--wp--preset--color--sm-accent);
  display: block;
  margin: 0 auto;
  content: "";
  position: relative;
  top: 10px;
}
/* 固定ページ 見出しを表示しない */
.page .c-entry__header {
  display: none;
}
/* コンテンツインナーの上下の余白なくす */
.l-contents__inner:first-child {
  margin-block: 0;
  padding-top: 0;
}
.l-contents__inner:last-child {
  padding-bottom: 0;
}

/* グローバルナビの装飾 */
/* 2段目のナビの下に余白 */
[data-has-global-nav="true"] .l-2row-header__row:last-child,
[data-has-global-nav="true"] .l-center-header__row:last-child {
  margin-top: 0;
  margin-bottom: 9.6px;
}
/* グローバルナビのフォントサイズ変更 */
.p-global-nav .c-navbar__item > a {
  font-size: clamp(0.938rem, 0.784rem + 0.24vw, 1rem);
}

/* ボタンの装飾 */
.header-contact {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.phone {
  text-decoration: none;
  color: #333;
  font-weight: bold;
  font-size: 1.7rem;
  line-height: 1.2;
}
.business-hours {
  font-size: 0.9rem;
  color: #333;
  text-align: center;
}
.l-header__content .l-2row-header__row .p-global-nav ul li a {
  padding-inline: 0;
  padding-block: 10px;
}

/* オレンジボタン装飾 */
.btn1 a {
  background-color: #ffb936;
  border-bottom: solid 4px #d9992e;
  text-decoration: none;
  display: inline-flex;
  gap: 3px;
  min-width: 160px;
  width: 100%;
  height: 55px;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  transition: background-color 0.7s ease, color 0.7s ease;
}
.btn1 a:hover {
  border-bottom: 0;
}
/* //////////////////////
fv
///////////////////// */
/* fvの見出し文字の装飾 */
.text-shadow {
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}

/* ////////////////////////////
ご予約・お問い合わせ　CTAセクション
/////////////////////////// */
/* オレンジボーダーボタン装飾 */
.btn-orange-border a {
  background-color: #ffffff;
  border: 2px solid #ffb936;
}
/* グリーンボーダーボタン装飾 */
.btn-green-border a {
  background-color: #ffffff;
  border: 2px solid #06c755;
}

/* //////////////////////
こんな方におすすめセクション
///////////////////// */
/* 余白の設定 */
.recommend .smb-list ul * > li:first-child,
.smb-list ul li + li {
  margin-top: 20px;
}
/* ボックスの幅の調整 */
.recommend .recommend-box {
  width: 100%;
  max-width: 1080px;
}
/* ボックスリスト真ん中寄せ */
.recommend .recommend-box_list {
  width: fit-content;
}

/* //////////////////////
フッター セクション
///////////////////// */
.l-footer,
.l-footer--default .p-social-nav {
  background-color: #fff7ed;
}
/* フッターソーシャルナビサイズ変更 */
.p-social-nav a {
  font-size: 2rem;
}
/* ページトップへ戻るボタン装飾、位置調整 */
#page-top {
  right: 3px;
  bottom: 48px;
}
.c-page-top {
  border-radius: 50px;
}
/* フッターメニュー中央よせ */
.c-sub-nav .c-navbar {
  justify-content: center;
}

/* コピーライトの背景色変更 */
.l-footer .c-copyright {
  padding-top: 10px;
  padding-bottom: 10px;
}
.c-copyright--inverse {
  background-color: #ffdeb5;
  color: #333;
}
/* フッターの上下の余白調整 */
.l-footer--default .l-footer-widget-area {
  padding-block: 25px;
}
.widget_nav_menu .menu {
  font-weight: bold;
}
.l-footer-widget-area .l-footer-widget-area__item:first-of-type {
  margin-bottom: 15px;
}
@media screen and (max-width: 639px) {
  .widget_nav_menu .menu {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 17px;
  }
}
/* フッターナビの装飾 */
.p-footer-sticky-nav {
  background-color: transparent;
}
.p-footer-sticky-nav .footer-menu_sp {
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}
.p-footer-sticky-nav .footer-menu_sp a {
  font-size: 1.1rem;
  color: #fff;
  font-weight: bold;
}
.menu_tel {
  background-color: #ffb936;
}
.menu_square {
  background-color: #06c755;
}

/* //////////////////////
３つの特徴セクション
///////////////////// */
.feature {
  counter-reset: feature-counter;
}
.feature-box {
  position: relative;
}

/* 各ボックスでカウンターを進める */
/* 特徴のあしらいカスタマイズ */
.feature-box::before {
  counter-increment: feature-counter;
  content: "FEATURE/ " counter(feature-counter, decimal-leading-zero);
  position: absolute;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  color: #fff;
  background: #ffb936;
  font-weight: 700;
  z-index: 5;
}

@media screen and (max-width: 639px) {
  .feature-box::before {
    position: absolute;
    top: -28px;
    left: 25px;
    width: 260px;
    height: 53px;
    font-size: 1.9rem;
  }
}

@media screen and (min-width: 640px) {
  .feature-box::before {
    top: -28px;
    left: 40px;
    width: 280px;
    height: 65px;
    font-size: 2.1rem;
  }
}

/* //////////////////////
お問い合わせページ
///////////////////// */
.page-contact_box {
  text-align: center;
}
.page-contact_box .tel-info {
  justify-content: center;
}
@media screen and (max-width: 639px) {
  .tel-info-time {
    width: fit-content;
  }
}
/* 確認画面時文章の非表示 */
[data-screen="confirm"] .input {
  display: none;
}

[data-screen="input"] .confirm,
[data-screen="invalid"] .confirm {
  display: none;
}

.snow-monkey-form--button-has-accent-color .smf-button-control__control {
  font-weight: bold;
}
/* //////////////////////
料金・メニューページ
///////////////////// */
/* 価格表装飾 */
/* PC用 */
@media screen and (min-width: 640px) {
  .price-table table.has-border-color th:nth-child(1) {
    background-color: #fff;
  }
  .price-table table.has-border-color th:nth-child(2) {
    background-color: #0cc0df;
    color: #fff;
  }
  .price-table table.has-border-color th:nth-child(3) {
    background-color: #ffb223;
    color: #fff;
  }
  .price-table table.has-border-color th:nth-child(4) {
    background-color: #ff6e4e;
    color: #fff;
  }
}

/* スマホ・タブ用  */
@media screen and (max-width: 1023px) {
  /* 1つ目（30分） */
  .wp-block-table.price-table_sp-30 thead {
    background-color: #0cc0df;
    color: #fff;
  }

  /* 2つ目（60分） */
  .wp-block-table.price-table_sp-60 thead {
    background-color: #ffb223;
    color: #fff;
  }

  /* 3つ目（90分） */
  .wp-block-table.price-table_sp-90 thead {
    background-color: #ff6e4e;
    color: #fff;
  }
  /* ３つの特徴の２つ目順番を逆に */
  .is-reverse .c-row {
    flex-direction: column-reverse;
  }
}

/* //////////////////////
Reffortについてページ
///////////////////// */
.page-about .page-about_img1 img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

@media screen and (max-width: 639px) {
  .page-about .page-about_img2 img {
    min-width: 315px;
    height: 200px;
    object-fit: cover;
  }
}
