/*
Theme Name: Arkhe Child
Theme URI: https://arkhe-theme.com/
Template: arkhe
Author: LOOS,Inc.
Author URI: https://loos.co.jp/
Description: A very simple theme for production templates. Customize as you like.
Tags: two-columns,one-column,right-sidebar,custom-colors,custom-menu,editor-style,theme-options,block-styles,wide-blocks
Version: 3.12.0.1749112774
Updated: 2025-06-05 17:39:34

*/

body,
div,
p {
  font-family: 'Noto Sans JP', sans-serif !important;
  font-display: optional !important;
  font-display: swap;
}

.n2-ss-slider .sl1_title .n2-ss-item-image-content img {
  width: 70% !important;
  float: left !important;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: 'Noto Serif JP', sans-serif !important;
  font-weight: 500;
}

/* ---------- ヘッダー ---------- */
@media (min-width: 1000px) {
  .l-header {
    transition: background-color 0.5s ease;
  }

  .l-header[data-scrolled="false"] {
    background-color: #ffffff7d !important;
  }


  p.head_subtitle_1 {
    display: block;
    width: 94%;
    margin: auto;
    font-size: 0.7rem;
  }

  .l-header__body {
    margin-left: 20px;
    margin-right: 20px;
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  p.head_subtitle_1 {
    display: none;
  }
}

.c-container {
  padding-left: 10px;
  padding-right: 10px;
}

.smb-tabs.is-style-simple[data-orientation=horizontal]>.smb-tabs__tabs:where(:not(:has(.smb-tabs__tab.has-background))) .smb-tabs__tab-wrapper:not(:first-child) {
  margin-left: 5px;
}

@media (max-width: 680px) {
  .p-drawer {
    background: #FFFBF5;
    color: #7F6D4A;
  }
  .c-drawerNav .menu-item li{
    border-color: #7F6D4A;
  }
  .c-drawerNav__a{
    color: #7F6D4A;
  }
}

/* ---------- ホーム ---------- */
.top_folli_num {
  text-align: center;
}

@media (max-width: 680px) {
  .top_galary_1.smb-spider-slider .spider__figure {
    width: 80% !important;
    margin: auto !important;
  }

  .top_text1 {
    font-size: 1.4rem !important;
  }

  .top_text2 {
    font-size: 2rem !important;
  }

  .top_item1_box1 {
    width: 100% !important;
  }

  .top_item1_box1 img {
    width: 50%;
    margin: auto;
  }

  .top_item1 {
    padding: 10px !important;
  }

  .top_box1 img {
    width: 50%;
  }

  .top_box11254 img {
    width: 50%;
    margin: auto;
  }
}

/* ---------- 固定情報 ---------- */

/* 共通スタイル */
.fixed-buttons {
  position: fixed;
  z-index: 9999;
  display: flex;
  gap: 1px;
  font-family: sans-serif;
}

.fixed-buttons a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  transition: opacity 0.3s;
  padding: 25px 15px;
  letter-spacing: 0.1em;
}

.fixed-buttons a i {
  font-size: 18px;
  margin-right: 6px;
}

/* PC表示：縦配置 */
@media (min-width: 768px) {
  .fixed-buttons {
    flex-direction: column;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }

  .btn-line {
    background: linear-gradient(to bottom, #5b84c9, #5b84c9);
    padding: 14px 10px;
    writing-mode: vertical-rl;
    text-align: center;
  }

  .btn-form {
    background: linear-gradient(to bottom, #808000, #808000);
    padding: 14px 10px;
    writing-mode: vertical-rl;
    text-align: center;
  }

  .fixed-buttons a i {
    margin: 0 0 6px 0;
    font-size: 20px;
  }

  .fixed-buttons a .text {
    display: block;
  }
}

/* スマホ表示：下部固定 横並び */
@media (max-width: 767px) {
  .fixed-buttons a {
    font-size: 14px;
    letter-spacing: 0em;
    padding: 10px 5px;
  }

  .fixed-buttons {
    bottom: 0;
    left: 0;
    width: 100%;
    flex-direction: row;
  }

  .btn-line,
  .btn-form {
    flex: 1;
    padding: 12px 0;
    text-align: center;
  }

  .btn-line {
    background: linear-gradient(to right, #96abcf, #82a0d3);
  }

  .btn-form {
    background: linear-gradient(to right, #72333a, #722e36);
  }

  .fixed-buttons a i {
    margin-right: 6px;
    font-size: 18px;
  }

  .fixed-buttons a .text {
    display: inline;
  }
}

/* ------------ トップ ------------ */

.top_sec_bikou {
  padding: 20px !important;
}

.top_sec_bikou a {
  text-decoration: none;
}

img.wp-image-104 {
  width: 18px !important;
  vertical-align: middle;
  margin-right: 5px;
}

.folli_top_1 {
  border-top: 1px solid #AF995E;
  border-bottom: 1px solid #AF995E;
}

.folli_top_1 p {
  font-size: 1.2rem;
  font-weight: 600;
}

.folli_top_1 img {
  margin-bottom: 10px;
}

.folli_top_1 .smb-accordion__item__body{
  background-color: #fff;
  padding: 15px !important;
  text-align: left;
}
.folli_top_1 .smb-accordion__item__body p{
  font-size: 0.9rem;
}

.folli_top_1 .smb-accordion__item__title {
  border-radius: 50px;
}

.topsec_11 {
  text-align: center;
}

.top_text1,
.top_text2 {
  font-family: 'Noto Serif JP', sans-serif !important;
}

.top_text1 {
  font-size: 1.8rem;
  text-align: center;
}

.top_text2 {
  font-size: 2.8rem;
  margin-top: 0px !important;
  line-height: 100%;
}

.top_text3 {
  font-size: 1.8rem !important;
}

.top_item1 {
  border: 5px solid #FEF6E7;
  padding: 50px;
}

.top_item1_box1 {
  width: 970px;
  margin: auto !important;
}

.top_item1_box1.wp-block-columns {
  --wp-column-gap: 4rem !important;
}

ul.folli_list_box1 li {
  font-size: 1.4rem !important;
  margin-top: 25px !important;
}

ul.folli_list_box1.is-style-vk-check-square-mark li::before {
  color: #FF0000 !important;
}

.top_box1 h3 {
  font-size: 2rem !important;
  text-align: center;
}

.top_box1 h3 strong {
  font-size: 2.8rem !important;
  color: #FF0000;
}

.top_box1 p {
  font-size: 1.1rem;
}

.sec_jibun_au h2 {
  margin-top: 10px !important;
  font-size: 2.8rem;
  color: #ff8400;
  font-family: 'Noto Serif JP', sans-serif !important;
  line-height: 100%;
  font-weight: 500;
}

.ji_au_1 {
  font-size: 1.6rem;
}

.ji_au_2 {
  text-align: center;
  font-size: 1.6rem;
  background-color: #fff0da;
  padding: 10px;
  margin-bottom: 30px;
}

.ji_au_box1 {
  margin-top: 30px;
}

.price_cell1 {
  font-weight: 600;
}

.price_cell2 strong {
  color: #ff0000;
}

.price_cell3 strong {
  color: #001eff;
}

.folli_bl_1 .wp-block-columns {
  --wp-column-gap: 1rem !important;
}

/* 背景セクション：後ろに配置 */
.topsec_11 {
  position: relative;
  z-index: 1;
}

/* 背景色部分がスタッキングコンテキストを作らないよう強制的に背面に */
.wp-block-cover__background {
  position: absolute;
  z-index: 0;
}

/* コンテンツボックス：前面に出す */
.top_item1 {
  position: relative;
  z-index: 10;
  /* topsec_11 より上に */
  background: #fff;
  padding: 50px;
  margin-top: -80px;
  border: 5px solid #FEF6E7;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.folli_top_1 img {
  width: 80px;
}

@media (min-width: 768px) {
  .folli_top_1 {
    height: 250px;
    text-align: center;
    padding: 15px;
  }

  .ji_au_box1 {
    padding-right: 60px;
    padding-left: 60px;
  }

  .ji_au_box2 {
    font-size: 1.6rem;
    padding: 20px 60px 20px 100px;
  }
  .folli_top_1_6 p{
    line-height: 119%;
  }
}

@media (max-width: 767px) {
  .top_sec_bikou p {
    font-size: 1.2rem !important;
  }

  .folli_top_1 p {
    font-size: 1rem;
    font-weight: 600;
  }

  .ji_au_box2 .wp-block-columns {
    --wp-column-gap: 0.2rem !important;

  }
}

/* ------------ ブロック ------------ */
.smb-section__title {
  font-weight: 500;
}

.c-pageTitle__main {
  color: #333 !important;
}

.wp-block-spacer {
  margin: 0px !important;
}

.is-vertically-aligned-top>.wp-block-media-text__content {
  margin-top: 0;
}

.vk_borderBox.is-style-vk_borderBox-style-solid-kado-tit-inner,
.vk_borderBox.is-style-vk_borderBox-style-solid-kado-tit-onborder,
.vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature {
  border-width: 1px !important;
}

.smb-testimonial__item__content {
  font-size: 1rem !important;
}

@media (min-width: 768px) {
  .smb-testimonial__item__figure {
    height: 68px;
    width: 68px;
  }

  .smb-balloon {
    align-items: flex-start;
  }
}
@media (max-width: 680px) {
.c-pageTitle__main{
  font-size: 1.6rem !important;
}

}

/* ---------- コンテンツ ---------- */

h2.smb-section__title {
  display: inline-block;
  position: relative;
  color: #333;
}

h2.smb-section__title:before {
  content: '';
  display: inline-block;
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 1px;
  background-color: #333;
}

.smb-section__lede-wrapper {
  margin-top: 40px !important;
}

.sec_item1 .smb-section__title {
  text-align: left;
}

.sec_item1 h3 strong {
  color: #9d7831;
  font-size: 110%;
}

.about_p1 {
  font-size: 2rem;
}

.about_p1 strong {
  font-size: 3.6rem;
}

.about_p2 {
  text-align: center;
  background-color: #FEF6E7;
  padding: 5px;
}

.folli_p_1 {
  text-align: center;
  font-size: 1.6rem;
  width: 800px;
  margin: auto;
  padding: .5em .7em;
  background-image: repeating-linear-gradient(-45deg, #ffe4e1, #ffe4e1 3px, #fff7f6 3px, #fff7f6 7px);
  color: #333333;
}

.folli_text_1 {
  text-align: center;
}

.sec_tiru1 h2 {
  font-size: 2.4rem;
  font-family: 'Noto Serif JP', sans-serif !important;
}

.sec_tiru1 h2 strong {
  font-size: 3.6rem;
  color: #725916;
}

.folli_text_2 {
  font-size: 0.9rem;
}

@media (max-width: 680px) {
  .sec_item1 .wp-block-heading{
    text-align: center;
    border-bottom: 1px dotted #9D7A31;
  }
  h2.smb-section__title {
    font-size: 1.6rem !important;

  }

  h3.smb-section__title {
    font-size: 1.4rem !important;

  }
}

/* ---------- 会社概要 ---------- */

.company_yurai h3 {
  position: relative;
  color: #158b2b;
  font-size: 1.6rem;
  padding: 10px 0;
  text-align: center;
  margin: 1.5em 0;
}

.company_yurai h3:before {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  width: 230px;
  height: 80px;
  border-radius: 50%;
  border: 5px solid #a6ddb0;
  border-left-color: transparent;
  border-right-color: transparent;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (min-width: 768px) {
  .yurai_t1 {
    text-align: center;
    font-size: 1.1rem;
  }
}

/* ---------- システム・料金 ---------- */
.price_col_left1 table {
  border: 0px;
}

.price_col_left1 em {
  font-style: normal;
  font-size: 1.6rem;
}

.price_p11 {
  margin-top: 5px !important;
  line-height: 100%;
}

.tab_item1 h3.wp-block-heading {
  background-color: #fffbf3;
  padding: 10px 20px;
  border-left: 5px solid #938A76;
}

.smb-tabs.is-style-line>.smb-tabs__tabs .smb-tabs__tab {
  border: 1px solid #ccc;
  margin-left: 3px;
  width: 180px;
  font-size: 1rem;
}

.tab_item1 .smb-tabs__tab[aria-selected="true"] {
  background-color: #9D7D34 !important;
  color: #fff;
  width: 180px;
  border-bottom: 1px solid #fff !important;
  font-size: 1.2rem !important;
}

.smb-tabs.is-style-line>.smb-tabs__tabs .smb-tabs__tab::after {
  background-color: #fff;
}

.option_price_box1 {
  background-color: #FFFBF5;
  padding: 10px 20px;
  border: 1px solid #9D7D34;
}

.option_price_box1,
.option_price_box2 {
  text-align: center;
}

.option_price_box2 em {
  font-size: 1.4rem;
  font-style: normal;
}

.sec_item_2 .wp-block-columns {
  border-bottom: 1px dotted #61512d;
  padding: 20px 0;
}

.syorui_ul li {
  padding: 5px;
  font-size: 1.1rem;
}

.price_col_right1 strong {
  color: #F92931;
}

td.price_td_w1 {
  background-color: #fff !important;
  color: #674e18 !important;
  border: 1px solid #C0B498 !important;
  background-color: #FFFBF3 !important;
}

td.price_td_w2 {
  border: 0px solid #C0B498 !important;
}

.note_box_1 .vk_borderBox_body {
  border-width: 0px !important;
}

.note_box_1 .vk_borderBox_title,
.note_box_1 .svg-inline--fa {
  color: #222 !important;
}

@media (min-width: 769px) {
  .smb-tabs[data-orientation="horizontal"][data-tabs-justification="flex-start"]>.smb-tabs__tabs {
    justify-content: center;
  }
}
@media (max-width: 680px) {
  .option_price_box2 em {
    font-size: 1.8rem;
  }
  .sec_item_2 .wp-block-columns{
        --wp-column-gap: 1rem !important;
  }
}

/* ---------- カウンセラー紹介 ---------- */
.folli_counselor_box1 {
  background-color: #f9f9f9;
}

.counselor1_box1 h3 {
  background-color: #938A76;
  padding: 10px;
  color: #fff;
  border-radius: 40px;
}

.counselor1_box1 .smb-section__subtitle {
  font-size: 1.1rem;
}

@media (min-width: 681px) {
  body.page-id-32 h3.smb-section__title {
    width: 360px;
    margin: auto;
  }

  .sec_counselor1 {
    text-align: center;
  }

  .sec_counselor1 strong {
    font-size: 1.2rem;
  }

  .sec_counselor1 img {
    width: 280px;
  }
}

@media (max-width: 680px) {
  .sec_counselor1 img {
    width: 150px;
  }

  .sec_counselor1 .c-row>.c-row__col {
    margin-bottom: var(--_gap);
    padding-left: calc(var(--_gap)*.1);
    padding-right: calc(var(--_gap)*.1);
  }

  .counselor1_box1 img {
    width: 70%;
    margin: auto;
  }
}

/* ---------- 店舗情報 ---------- */
.smb-information:not([data-sm-split-column="true"]) .smb-information__item__label {
  border-bottom: 1px solid #D2C6A1;
  border-top: 1px solid #D2C6A1 !important;
}

.smb-information:not([data-sm-split-column="true"]) .smb-information__item__body {
  border-bottom: 1px solid #D2C6A1;
  border-top: 1px solid #D2C6A1 !important;
}

.room-shop-box th,
.room-shop-box td {
  padding: 25px !important;
}

@media (max-width: 680px) {

  .room-shop-box th,
  .room-shop-box td {
    padding: 15px !important;
  }
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr th{
      border-width: 1px !important;
}
  .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr td {
    border-width: 1px !important;
  }
}

/* ---------- 婚活パーティ ---------- */

@media (min-width: 1000px) {
  .party_sec1 p {
    text-align: center;
  }
}

/* ---------- ご入会を迷われている方へ ---------- */
.folli_sec_question1 h2 strong {
  font-size: 2.4rem;
  color: #9d7831;
}

/* ---------- フォリパートナーについて ---------- */
.about_box1_1 h3{
  font-size: 1.8rem;
  color: #725916;
}

/* ---------- カウンセリングルーム紹介 ---------- */
.room_sec_item1 a {
  text-decoration: none;
}

@media (min-width: 640px) {
  .room_sec_item1 .c-row__col--md-1-3 {
    --_item-width: 35.3333333333%;
  }

  .room_sec_item1 .c-row__col--md-2-3 {
    --_item-width: 64.6666666667%;
  }
}
@media (max-width: 640px) {
  .room_sec_item1 .smb-information__item__label{
    text-align: center;
  }
}

/* ---------- 既存会員様紹介 ---------- */

.member_d_se1 p {
  font-size: 0.9rem !important;
}

.member_d_se1 g {
  font-size: 0.8rem !important;
}

.smb-price-menu__item {
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #ccc;
}

.smb-read-more-box {
  padding: 0 20px;
}

.folli_box1 {
  border: 1px solid #ffc86a;
}

.folli_box1_col {
  width: 90%;
  margin: auto;
}

.wp-block-column.folli_box1_col2,
.wp-block-column.folli_box1_col3 {
  text-align: center;
}

/*
.wp-block-column.folli_box1_col1 {}

.wp-block-column.folli_box1_col2 {}

.wp-block-column.folli_box1_col3 {}

.wp-block-column.folli_box1_col2 p,
.wp-block-column.folli_box1_col3 p {
  margin-top: 5px;
  line-height: 70%;
  font-family: 'Noto Serif JP', sans-serif !important;
}

.wp-block-column.folli_box1_col2 em,
.wp-block-column.folli_box1_col3 em {
  font-style: normal;
  font-size: 0.9rem;
}

.wp-block-column.folli_box1_col2 strong,
.wp-block-column.folli_box1_col3 strong {
  font-size: 150%;
  color: #F92931;
}

.wp-block-column.folli_box1_col2 p {
  font-size: 2rem;
}

.wp-block-column.folli_box1_col3 p {
  font-size: 1.5rem;
}
*/
.folli_box1_col2 p,
.folli_box1_col3 p {
  margin: 0px !important;
  padding: 0px !important;
}

.folli_p11 {
  text-align: center;
}

.nm_box1_man h4,
.nm_box1_woman h4 {
  padding: 10px;
  border-radius: 10px;
  color: #fff;
  font-size: 1rem !important;
  text-align: center;
  margin-bottom: 20px;
}

.nm_box1_man h4 {
  background-color: #3366CC;
}

.nm_box1_woman h4 {
  background-color: #DC3913;
}

.nm_box1_w_m {
  background-color: #f5f5f5;
  padding: 10px;
}

h4.nm_box1_w_m {
  background-color: #f5f5f5;
  padding: 10px;
  color: #333;
  font-size: 1.2rem !important;
}

.visualizer-front-container svg {
  width: 100% !important;
}

.visualizer-front-container text {
  font-size: 11px !important;
  white-space: nowrap;
}

p.member_1_1 {
  font-size: 2rem !important;
  margin-bottom: -20px !important;
}

p.member_1_2 {
  font-size: 1.6rem !important;
}

p.member_1_2 strong {
  font-size: 2.8rem !important;
  color: #DD0000;
  height: 130% !important;
  margin-top: 0px !important;
  font-family: 'Noto Serif JP', sans-serif !important;
}

p.member_1_3 {
  margin-top: -10px !important;
  font-style: normal;
}

p.member_1_3 em {
  font-style: normal;
}

p.member_2_1 {
  font-size: 1.1rem !important;
  margin-bottom: -15px !important;
}

p.member_2_2 {
  font-size: 1.6rem !important;
}

p.member_2_2 strong {
  font-size: 2.2rem !important;
  color: #DD0000;
  height: 130% !important;
  margin-top: 0px !important;
  font-family: 'Noto Serif JP', sans-serif !important;
}


/* ------------ ブログ系 ------------ */

@media (max-width: 680px) {
  body.single h1 {
    font-size: 1.5rem !important;
  }

  body.single h2 {
    font-size: 1.4rem !important;
  }

  body.single h3 {
    font-size: 1.3rem !important;
  }

  body.single h4 {
    font-size: 1.2rem !important;
  }

  body.single h4 span {
    font-size: 1.2rem !important;
  }

}

/* ------------ サイドバー ------------ */

#sidebar .widget_block {
  background-color: #fff;
  padding: 30px;
  border: 1px solid #DDBB6D;
}

#sidebar h2 {
  font-size: 1.1rem;
  border-left: 5px solid #9D7D34;
  padding: 8px 5px 8px 8px;
  line-height: 100%;
}

.wp-block-search__label {
  font-size: 1.1rem;
  border-left: 5px solid #9D7D34;
  padding: 8px 5px 8px 8px;
  line-height: 100%;
  margin-bottom: 15px;
  display: block;
}


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

.btn_1 a,
.btn_2 a {
  border-radius: 3px;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  max-width: 280px;
  padding: 10px 25px;
  color: #fff;
  transition: 0.3s ease-in-out;
  font-weight: 500;
  text-decoration: none;
}

.btn_1 a:after,
.btn_2 a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}

.btn_1 a:hover:after,
.btn_2 a:hover:after {
  right: 1.4rem;
}

.btn_1 a {
  background: #72333A;
}

.btn_1 a:hover {
  background: #6e8ec5;
  color: #FFF;
}

.btn_2 a {
  background: #6e8ec5;
}

.btn_2 a:hover {
  background: #72333A;
  color: #FFF;
}

.folli_soudan_item .smb-section__lede {
  background-color: #f0f8ff;
  padding: 10px 20px;
  border-radius: 50px;
}

.folli_soudan_box {
  text-align: center;
  background-color: #fff;
}

.btn_3{}
.btn_3 a{
  border-radius: 3px;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  max-width: 200px;
  padding: 5px 15px;
  transition: 0.3s ease-in-out;
  font-weight: 500;
  text-decoration: none;
}

.btn_3 a:after{
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}

.btn_3 a:hover:after {
  right: 1.4rem;
}

.btn_3 a {
  background: #FFEFD7;
  color: #333;
}

.btn_3 a:hover {
  background: #6e8ec5;
  color: #FFF;
}

@media (max-width: 680px) {
  .folli_soudan_box {
    text-align: center;
    background-color: #fff;
  }
  .folli_top_1{
    padding: 10px;
  }
}

/* ------------ 成婚者体験談 ------------ */

.testimonial_sec1 .smb-accordion__item__title {
  display: block;
  padding: 0.6em 1.2em;
  background: linear-gradient(135deg, #7F6D4A, #533B0C);
  color: #fff;
  font-weight: bold;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 0.9rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
  width: 280px;
  margin: auto;
}

.testimonial_sec1 .smb-accordion__item__title:hover {
  background: linear-gradient(135deg, #005A9C, #003F70) !important;
  transform: scale(1.05) !important;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2) !important;
}

.testimonial_sec1 .smb-accordion__item__title__icon {
  float: inline-end;
}

.smb-accordion__item__body p {
  margin-bottom: 15px;
}

.testimonial_text1,
.testimonial_text2 {
  text-align: center;
  background-color: #fffbf3;
  padding-top: 10px !important;
  padding-bottom: 5px !important;
}

.testimonial_text1 img,
.testimonial_text2 img {
  width: auto;
  height: 50px;
}

.testimonial_text1 em,
.testimonial_text2 em {
  font-size: 1.3rem;
  font-style: normal;
  color: #7F6D4A;
  font-weight: 600;
}

.testimonial_text1 strong,
.testimonial_text2 strong {
  font-size: 1.4rem;
}

.testimonial_p1 p {
  margin-top: 5px !important;
}

.tml01 {
  position: relative;
  top: -50px;
  background-color: #fff;
  border: 1px solid #BD9F65;
  padding: 10px;
  text-align: center;
  width: 250px;
  margin: auto;
  border-radius: 50px;
  margin-bottom: -40px;
}

.tml01_1,
.tml01_2 {
  font-family: 'Noto Serif JP', sans-serif !important;
  color: #7F6D4A;
}

.tml01_1 {}

.tml01_2 {
  font-size: 1.8rem;
  top: -10px;
  right: -10px;
  background: #7F6D4A;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  padding: 0.3em 0.8em;
  border-radius: 8px;
  margin-left: 3px;
}

.acco_item1 .smb-accordion__item__title {
  background-color: #FFFBF5;
  padding: 15px;
  border-bottom: 1px solid #F4D688;
}

.acco_item1 .smb-accordion__item__body {
  background-color: #fffdf9;
  box-shadow: 2px 2px #EADCB8;
}

.smb-accordion__item__body{
  padding: 10px 0 !important;
}
.testim_koumoku1 .wp-block-image img {
  border-radius: 10px;
}

/* アコーディオン全体のラッパーに対して2カラム化 */
.acco_item1 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  /* 2カラム */
  gap: 2rem;
  /* カラム間の余白 */
}

/* アコーディオン1項目ごとの調整 */
.acco_item1 .smb-accordion__item {
  margin-bottom: 0;
  border-radius: 8px;
  overflow: hidden;
}

/* スマホ対応：1カラムに戻す */
@media screen and (max-width: 768px) {
  .acco_item1 {
    grid-template-columns: 1fr;
  }
  .testimonial_sec1 .smb-accordion__item__title{
    width: 100%;
  }
}

.smb-accordion>*+* {
  margin-top: 0;
}

/* ------------ 成婚者アンケート ------------ */
.questionnaire-list {
  display: grid;
  gap: 20px;
  margin: 30px auto;
}

.questionnaire-list.columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.questionnaire-list.columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.questionnaire-card {
  border: 1px solid #ddd;
  padding: 15px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
  background: #fff;
}

.questionnaire-img-wrap {
  width: 100%;
  height: 200px;
  overflow: hidden;
  margin-bottom: 10px;
}

.questionnaire-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.summary {
  font-size: 1.1rem;
  margin-bottom: 10px;
}

.toggle-detail {
  display: block;
  margin: 0 auto 10px;
  cursor: pointer;
}

.detail {
  line-height: 1.5;
}

.detail strong {
  display: block;
  margin-top: 15px;
  margin-bottom: -15px;
}

.detail ul {
  padding-left: 1em;
  font-size: 1rem;
}

.questionnaire-card .toggle-detail {
  display: inline-block;
  padding: 0.6em 1.2em;
  background: linear-gradient(135deg, #007ACC, #005A9C);
  color: #fff;
  font-weight: bold;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 0.9rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}

.questionnaire-card .toggle-detail:hover {
  background: linear-gradient(135deg, #005A9C, #003F70);
  transform: scale(1.05);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

@media (max-width: 680px) {
  .questionnaire-list{
    display: block;
  }
}

/* ------------ フッター ------------ */

.widget_nav_menu .menu-item {
  border-bottom: 0px !important;
}

#footer .svg-inline--fa {
  font-size: 0.4rem !important;
}

#footer li {
  border-bottom: 0px !important;
}

.widget_nav_menu a {
  padding: 5px !important;
}

.widget_nav_menu .menu {
  border-bottom: 0px;
  border-top: 0px;
}


/* ------------ 目次 ------------ */
div#ez-toc-container ul li,
div#ez-toc-container ul li a {
  text-align: initial;
}

/* Easy Table of Contents 全体デザイン */
#ez-toc-container {
  background-color: #f9f9fc;
  border-top: 0px !important;
  border-right: 0px !important;
  border-bottom: 0px !important;
  border-left: 5px solid #3a7bd5;
  border-radius: 8px;
  padding: 20px 25px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  font-family: "Segoe UI", "Helvetica Neue", sans-serif;
}

/* 見出し（タイトル） */
#ez-toc-container .ez-toc-title {
  font-size: 18px;
  font-weight: bold;
  color: #3a7bd5;
  margin-bottom: 12px;
  position: relative;
  padding-left: 25px;
}

/* Font Awesomeアイコン追加 */
#ez-toc-container .ez-toc-title::before {
  font-family: "Font Awesome 6 Free";
  content: "\f0ca";
  /* fa-list-ul の Unicode */
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 0;
  color: #3a7bd5;
}

/* リスト全体 */
#ez-toc-container ul.ez-toc-list {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* 各リスト項目 */
#ez-toc-container ul.ez-toc-list li {
  margin: 8px 0;
  border-left: 3px solid transparent;
  transition: all 0.2s ease;
  padding-left: 8px;
}

/* リンク */
#ez-toc-container ul.ez-toc-list li a {
  color: #333;
  text-decoration: none;
  font-size: 15px;
  transition: color 0.2s ease;
}

/* ホバー時の効果 */
#ez-toc-container ul.ez-toc-list li:hover {
  border-left: 3px solid #3a7bd5;
  background-color: rgba(58, 123, 213, 0.05);
}

#ez-toc-container ul.ez-toc-list li a:hover {
  color: #3a7bd5;
}


/* ------------ 問い合わせフォーム ------------ */

.counseling_p1 {
  display: block;
  font-size: 0.8rem;
  color: #722e36;
}

.dl_po1 {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.dl_po1 dt {
  width: 60px;
  margin: 0;
  font-weight: bold;
}

.dl_po1 dd {
  margin: 0;
  flex: 1;
}

.dl_po1 input {
  width: 50% !important;
  padding: 5px;
  box-sizing: border-box;
}

.wpcf7 {
  margin: 0 !important;
  padding: 0 !important;
  border: 0px solid #ddd !important;
  background: #fff !important;
  font-size: auto !important;
}

.wpcf7 form {
  margin: 0 !important;
}

.textbox1 input.wpcf7-form-control.wpcf7-text {
  width: 240px;
  margin-left: 5px;
}

#form1 {
  overflow: hidden;
}

#form1 table {
  background-color: #fff;
}

#form1 th,
#form1 td {
  padding: 20px !important;
}

#form1 th {
  position: relative;
  width: 25%;
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

div.wpcf7 .wpcf7-spinner {
  display: block;
}

#form1 .form_1 {
  background-color: #f39800;
  padding: 10px;
  color: #fff;
  text-align: center !important;
  margin-bottom: 20px;
}

#form1 .color-botton01 {
  width: 220px;
  margin: 20px auto;
  padding: 15px 5px;
  background-color: #f39800;
  text-align: center;
  border-radius: 30px;
}

#form1 .color-botton01 a {
  color: #fff;
}

.wpcf7 {
  margin: 0px auto !important;
  padding: 0px !important;
  padding-bottom: 0px !important;
}

span.wpcf7-list-item {
  display: block !important;
  margin: 0 0 0 1em;
  width: 100%;
}

.must {
  position: absolute;
  right: 10px;
  top: 50%;
  width: 40px;
  height: 20px;
  margin-top: -10px;
  padding: 0;
  background: #DD0000;
  text-align: center;
  line-height: 20px;
  color: #FFF;
  font-size: 12px;
  font-weight: normal;
}

.free {
  position: absolute;
  right: 10px;
  top: 50%;
  width: 40px;
  height: 20px;
  margin-top: -10px;
  padding: 0;
  background: #999;
  text-align: center;
  line-height: 20px;
  color: #FFF;
  font-size: 12px;
  font-weight: normal;
}

.free1 {
  width: 40px;
  padding: 2px 7px;
  background: #999;
  text-align: center;
  color: #FFF;
  font-size: 12px;
  margin: 0 5px;
}

input.wpcf7-form-control.wpcf7-text,
textarea.wpcf7-form-control.wpcf7-textarea {
  width: 100%;
  padding: 8px 15px;
  margin-right: 10px;
  margin-top: 10px;
  border: 1px solid #d0d5d8;
  border-radius: 3px;
}

textarea.wpcf7-form-control.wpcf7-textarea {
  height: 200px;
}

input.wpcf7-submit {
  padding: 10px 80px;
  background: #ff7b00;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.formb1 {
  padding: 30px;
  margin-top: 20px;
  font-size: 0.9rem;
  background-color: #f4faff;
  text-align: center;
}

.formb2,
.formb3 {
  margin-top: 10px;
  text-align: center;
}

span.wpcf7-not-valid-tip,
.wpcf7-response-output.wpcf7-validation-errors {
  color: red;
  font-weight: 600;
}

.wpcf7-form-control.wpcf7c-btn-confirm {
  width: 350px;
  padding: 15px !important;
  color: #fff;
  font-size: 30px !important;
  font-weight: 600;
  border-radius: 50px !important;
  margin-top: 30px !important;
  background: #ffc86a !important;
  background: -moz-linear-gradient(top, #ffc86a 0%, #f39800 100%) !important;
  background: -webkit-linear-gradient(top, #ffc86a 0%, #f39800 100%) !important;
  background: linear-gradient(to bottom, #ffc86a 0%, #f39800 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc86a', endColorstr='#f39800', GradientType=0) !important;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #ff0000;
  background-color: #ff0000;
  color: #fff;
  text-align: center;
  padding: 15px;
  font-size: 1.4rem;
}

@media (min-width: 768px) {
  .wpcf7 {
    width: 100% !important;
  }

  .request_po1 {
    text-align: center;
  }
}

@media only screen and (max-width:480px) {
  #form1 {
    margin: 0 -10px;
  }

  #form1 th,
  #form1 td {
    width: 100% !important;
    display: block;
    border-top: none;
  }

  #form1 tr:first-child th {
    border-top: 1px solid #ddd;
  }

  .kojin_box {
    padding: 10px !important;
  }
}

/* ---------- トップ 新着情報 ---------- */
.custom-post-list__item {
  display: flex;
  align-items: center;
  padding: 8px 0;
  border-bottom: 1px dotted #ccc;
  font-size: 15px;
}

/* 日付：固定幅 */
.post-date {
  width: 130px;
  flex-shrink: 0;
  white-space: nowrap;
}

/* カテゴリ：幅は中身に合わせるが、最小幅は確保。先頭位置は常に日付の次で揃う */
.post-category {
  display: inline-block;
  padding: 3px 10px;
  color: #fff;
  border-radius: 5px;
  white-space: nowrap;
  margin-right: 12px;
  background-color: #ccc;
  flex-shrink: 0;
  /* 圧縮されないように */
  line-height: 100%;
}

.post-category a {
  color: #fff;
  text-decoration: none;
  font-size: 0.8rem;
}

/* タイトル：残り幅をすべて使う */
.post-title {
  font-size: 15px;
  white-space: nowrap;
}

.post-title a {
  color: #333;
  text-decoration: none;
}

.post-new {
  display: inline-block;
  margin-left: 10px;
  /* ←ここが「す」と「New!!」の間の余白 */
  color: red;
  font-size: 0.8rem;
}

body.home .smb-spider-slider__item__caption {
  background-color: #ffffffdb;
  text-align: center;
  border-radius: 20px;
  font-size: 0.8rem;
}

/* スマホ対応 */
@media (max-width: 768px) {
  .custom-post-list {
    padding-left: 0;
  }

  .custom-post-list__item {
    flex-direction: column;
    align-items: flex-start;
    padding: 12px 0;
  }

  .post-date,
  .post-category,
  .post-title {
    width: 100%;
    margin: 3px 0;
  }

  .post-title {
    white-space: normal;
    overflow: visible;
    text-overflow: unset;
  }
}

/* ---------- よくある質問 ---------- */

/* 回答を非表示にする */
.vk_faq-body dd {
  display: none;
}

/* 質問部分に余白を設けて折り返しが＋の左で起きるようにする */
.vk_faq-body dt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  gap: 1em;
}

/* 質問文（p）の幅を制限して＋と被らないようにする */
.vk_faq-body dt p {
  flex: 1;
  margin: 0;
}

/* ＋マークの表示 */
.vk_faq-body dt::after {
  content: '＋';
  flex-shrink: 0;
  font-size: 1.1em;
  font-weight: bold;
  line-height: 1;
}

/* 展開時は－に切り替え */
.vk_faq-body dt.active::after {
  content: '－';
}

.faq_sec1 ul {
  margin: 0 0 15px;
}

/* モバイル表示の微調整 */
@media screen and (max-width: 768px) {
  .vk_faq-body dt::after {
    font-size: 1.1em;
  }
}

/* ---------- 新規会員様紹介 ---------- */
.folli_tab_box1 h2 {
  text-align: center;
  margin: 30px 0;
}

.folli_tab_box1 h2 strong {
  color: #725916;
  font-size: 2.4rem;
}

.folli_tab_box1 .smb-tab-panel {
  border: 0px;
  border-top: 1px solid #AF995E;
}

.folli_tab_box1 .vk_faq .vk_faq_title:before,
.folli_tab_box1 .vk_faq .vk_faq_content:before {
  display: none;
}

.folli_tab_box1 .vk_faq .vk_faq_title,
.folli_tab_box1 .vk_faq .vk_faq_content {
  padding: .8rem .8rem .8rem 1rem;
  background-color: #FFFBF5;
}

.folli_tab_box1 .vk_faq .vk_faq_title {
  border-left: 5px solid #AF995E;
}

.vk_faq .vk_faq_title {
  border-bottom: 0px dotted var(--vk-color-border) !important;
}

/* ① 新規男性会員様紹介 → 対象のIDのみに限定 */
#smb-tab-for-block-a1db7745-5643-49aa-8016-ea4c863e3c93 .smb-tabs__tab[aria-selected="true"],
#smb-tab-for-block-39354afd-d612-45b1-97a7-9e6b8baaa8d2 .smb-tabs__tab[aria-selected="true"] {
  background-color: #f8ebc6;
  border: 1px solid #AF995E;
  border-radius: 4px;
  padding: 20px 40px;
  color: #725916;
  font-weight: bold;
}

#smb-tab-for-block-a1db7745-5643-49aa-8016-ea4c863e3c93 .smb-tabs__tab[aria-selected="false"],
#smb-tab-for-block-39354afd-d612-45b1-97a7-9e6b8baaa8d2 .smb-tabs__tab[aria-selected="false"] {
  background-color: #fffcf3;
  border: 1px solid #AF995E;
  border-radius: 4px;
  padding: 20px 40px;
  color: #725916;
  font-weight: bold;
}

/*
.smb-tabs[data-orientation=horizontal]>.smb-tabs__tabs .smb-tabs__tab[aria-selected=true] {
  padding: 20px 40px;
  border: 1px solid #AF995E;
    background-color: #f8ebc6;
}
.smb-tabs[data-orientation=horizontal]>.smb-tabs__tabs .smb-tabs__tab[aria-selected=false] {
  padding: 20px 40px;
  border: 1px solid #AF995E;
    background-color: #fff;
}
*/

.folli_tab_item1 .smb-tabs__tab-wrapper .smb-tabs__tab[aria-selected="true"] {
  background-color: #F8EBC6;
  border-top: 1px solid #9D7D34;
}

.folli_tab_item1 .smb-tabs__body {
  border-top: 1px solid #9D7D34;
}

.folli_tab_item1 .smb-tab-panel {
  border: 0px solid var(--smb-tabs--border-color) !important;
  padding: 0 !important;

}

.smb-tabs[data-orientation=horizontal]>.smb-tabs__tabs {
  margin-bottom: -2px !important;
}


button.smb-tabs__tab[aria-controls="block-bc5c3ebd-56de-4424-83d6-9798c61ad227"][aria-selected="false"],
button.smb-tabs__tab[aria-controls="block-3383174a-56c8-4412-b557-96b60273bf09"][aria-selected="false"] {
  padding: 20px !important;
  background-color: #f3f3f3 !important;
}

button.smb-tabs__tab[aria-controls="block-bc5c3ebd-56de-4424-83d6-9798c61ad227"][aria-selected="true"],
button.smb-tabs__tab[aria-controls="block-3383174a-56c8-4412-b557-96b60273bf09"][aria-selected="true"] {
  background-color: #BD9F65 !important;
  padding: 20px !important;
  color: #fff;
}
@media (min-width: 768px) {
  #smb-tab-for-block-a1db7745-5643-49aa-8016-ea4c863e3c93 .smb-tabs__tab[aria-selected="true"],
  #smb-tab-for-block-39354afd-d612-45b1-97a7-9e6b8baaa8d2 .smb-tabs__tab[aria-selected="true"] {
    width: 360px;
  }
}

@media (max-width: 680px) {
  .folli_tab_box1 h2 {
    text-align: center;
    margin: 10px 0;
  }

  #smb-tab-for-block-a1db7745-5643-49aa-8016-ea4c863e3c93 .smb-tabs__tab[aria-selected="true"],
  #smb-tab-for-block-39354afd-d612-45b1-97a7-9e6b8baaa8d2 .smb-tabs__tab[aria-selected="true"] {
    padding: 5px 15px;
    width: 100%;
  }

  #smb-tab-for-block-a1db7745-5643-49aa-8016-ea4c863e3c93 .smb-tabs__tab[aria-selected="false"],
  #smb-tab-for-block-39354afd-d612-45b1-97a7-9e6b8baaa8d2 .smb-tabs__tab[aria-selected="false"] {
    padding: 5px 15px;
    width: 100%;
  }
}

/* ---------- 投稿・アーカイブ ---------- */
body.single strong {
  color: #DD0000;
}

body.archive .c-pageTitle__main,body.single .c-pageTitle__main{
      padding: .5em .7em;
    border: 1px solid #9D7D34;
    box-shadow: 5px 5px #9D7D34;
    color: #2589d0;
}

/* ---------- プライバシーポリシー ---------- */

.policy_sec1 h2 {
  font-size: 1.2rem;
  margin: 30px 0px 15px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #555;
}

.policy_sec1 p {
  margin-bottom: 15px;
}

.policy_sec1 ul {
  margin: -8px 0px 20px;
}