/* ///////////////////////
全体設定
////////////////////// */
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
body {
  font-family: "BIZ UDPMincho", serif;
}
/* 見出しのフォントサイズ */
@media screen and (max-width: 639px) {
  h2 {
    --_font-size-level: 2;
  }
}

/* ///////////////////////
共通パーツ設定
////////////////////// */
/* お問い合わせ背景 */
.contact .smb-section__fixed-background {
  background:
    radial-gradient(
      circle at 20% 20%,
      rgba(244, 225, 233, 0.9) 0%,
      rgba(244, 225, 233, 0.5) 25%,
      transparent 50%
    ),
    radial-gradient(
      circle at 80% 80%,
      rgba(244, 225, 233, 0.8) 0%,
      rgba(244, 225, 233, 0.4) 30%,
      transparent 55%
    ),
    #fff;
}
@media screen and (max-width: 639px) {
  .contact .wp-block-columns {
    gap: 0;
  }
}
@media screen and (max-width: 1023px) {
  .contact .smb-section__fixed-background {
    background: #f9f1f4;
  }
}

/* ///////////////////////
ヘッダー
////////////////////// */
/* ヘッダーの高さ */
.c-page-header[data-has-image="true"] {
  height: 50vh;
}

/* ///////////////////////
フッター
////////////////////// */
/* メニューの間隔調整 */
.c-sub-nav .c-navbar {
  gap: 22px;
  justify-content: center;
}
/* 固定フッターの装飾 */
.l-footer {
  border-top: none;
}
.c-copyright--inverse {
  background-color: #c3c4c7;
  padding-top: 10px;
  padding-bottom: 10px;
}

/* ///////////////////////
ドロワーメニュー
////////////////////// */
/* ドロワーメニュー 位置*/
/* 背景色 */
nav#drawer-nav {
  background-color: #fff8fb;
}
/* 全体真ん中寄せ */
.c-drawer__inner {
  text-align: center;
}
/* ロゴ真ん中寄せ、サイズ */
.c-hsm-message-box.c-hsm-message-box_invert.p-hsm-drawer.c-blinking {
  max-width: 20%;
  margin: 0 auto;
  margin-bottom: 2rem;
}

/* 高さ調整 */
[id="drawer-nav"].c-drawer--overall .c-drawer__inner {
  height: 100%;
}
/* メニューの文字 */
.c-drawer__menu {
  padding-top: 30px;
  color: #333;
  font-weight: bold;
}

/* ハンバーガーボタンの色（3本線の色もまとめて） */
.c-drawer .c-hamburger-btn__bar {
  background-color: #333;
}

/* ドロワーメニュー内の文字色 */
#drawer-nav,
#drawer-nav a {
  color: #333;
}

/* ///////////////////////
トップページ
////////////////////// */
/* fvセクション */
.fv .smb-section-with-bgimage__bgimage img {
  padding-right: 50px;
}
.fv h2 {
  font-weight: normal;
}
.fv .c-container {
  margin-right: auto !important;
  margin-left: 0 !important;
}
/* 画像右寄せ */
.fv .smb-section-with-bgimage__bgimage--lg {
  width: 88%;
  left: auto;
  right: 0;
}
.fv .smb-section-with-bgimage__bgimage--lg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.fv-text-group .smb-buttons,
.fv-text-group .wp-block-buttons,
.fv-text-group .wp-block-button {
  margin-left: 0 !important;
  margin-right: 0 !important;
  justify-content: flex-start;
  align-self: flex-start;
}
.fv-text-group {
  width: fit-content;
  background-color: #fff;
  padding-block: 15px;
  padding-inline: 30px;
  opacity: 0.9;
  display: inline-flex;
  flex-direction: column;
  position: relative;
  top: 45px;
  left: 3%;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
}
.fv-text-group h2 {
  margin: 0 !important;
}
/* 予約セクション */
.jicoo-widget {
  margin-top: 13px;
}

/* スマホ時調整 */
.fv-text-sp {
  background-color: #fff8fb;
  padding: 24px 22px;
  width: calc(100% - 48px);
  max-width: 340px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  top: -65px;
  margin-inline: auto !important;
  text-align: center;
  border-radius: 4px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

/* 見出し */
.fv-text-sp h2 {
  margin-bottom: 18px;
  line-height: 1.6;
}

/* 説明文 */
.fv-text-sp p {
  margin-bottom: 24px;
  line-height: 2;
}
/* ボタン */
.fv-text-sp .fv-btn,
.fv-text-sp .smb-btn-wrapper {
  margin: 0 auto !important;
}

/* ///////////////////////
ここから下層ページ
////////////////////// */
/* ////////////////////////
下層ページ全体設定
//////////////////////// */
/* ヘッダー下の余白を消す */
.page .l-contents__inner {
  padding-top: 0;
  padding-bottom: 0;
}
/* 下層ページh1の色変更 */
.c-page-header__title {
  color: #595555;
}
/* 下層ページヘッダーの高さ調整 */
.c-page-header[data-has-image="true"] {
  height: 45vh;
}

/* ////////////////////////
お問合せ
//////////////////////// */
/* ボタンの文字を太字に */
.snow-monkey-form--button-has-accent-color .smf-button-control__control {
  font-weight: bold;
  border-radius: 50px;
  width: 180px;
  height: auto;
}
/* 必須の文字装飾 */
.smf-item__label__text {
  display: flex;
  gap: 12px;
  align-items: center;
}
.smf-item__label__text::after {
  content: "必須";
  color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 22px;
  background-color: #d78fa0;
  border-radius: 4px;
  font-size: 12px;
  font-weight: bold;
}

/* フランス語ページ：必須ラベル */
html[lang="fr-FR"] .smf-item__label__text::after {
  content: "Requis";
  width: auto;
  min-width: 48px;
  padding: 0 8px;
}

/* スマホ時フォームのボタン縦並びへ */
@media screen and (max-width: 639px) {
  .snow-monkey-form .smf-action {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .smf-action .smf-button-control + .smf-button-control {
    margin-left: 0;
  }
}

/* ///////////////////////
私について、サービス内容ページ
////////////////////// */
/* プロフィールボックスの余白調整 */
@media screen and (max-width: 639px) {
  .profile .profile-info {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
.profile .smb-section__fixed-background,
.consultation .smb-section__fixed-background {
  background: radial-gradient(
    circle at center,
    #ffffff 0%,
    #ffffff 40%,
    #fef8fa 75%,
    #fbeff4 100%
  );
}
/* サービス一覧アイコンサイズ調整 */
.is-style-RJE_R002LP_merit_panels:not(:root) .smb-panels__item__figure > img {
  max-height: 63px;
}
/* その他サービス、大切にしていることパネル装飾 */
.value-item .smb-panels__item__body {
  background-color: #fff8fb;
  border-radius: 16px;
  padding-top: 45px;
  padding-bottom: 45px;
  padding-left: 20px;
  padding-right: 20px;
}
.other-service-item .smb-panels__item__body {
  border-radius: 16px;
}
.value-item .smb-panels__item,
.other-service-item .smb-panels__item {
  background-color: #fff8fb;
  border-radius: 16px;
  box-shadow: none;
}
.values-list .c-row {
  justify-content: center;
}
@media screen and (max-width: 639px) {
  .profile-info .wp-block-snow-monkey-blocks-container {
    padding-left: 5px;
    padding-right: 5px;
  }
}

/* 固定フッター */
.p-footer-sticky-nav .lang-item {
  background-color: #d78fa0;
  width: 100%;
  height: 45px;
  justify-content: center;
  align-items: center;
}

.p-footer-sticky-nav .lang-item a {
  font-size: 0.8rem;
  color: #fff;
}

.p-footer-sticky-nav {
  background-color: transparent;
}
