/*
Theme Name: 日本を世界レベルに導くサッカーコーチのコーチ 倉本和昌HP
Theme URI: https://formarkazu.com/
Template: arkhe
Author: 倉本和昌
Author URI: https://formarkazu.com/
Description:
Tags:
Version: 1.10.0
Updated: 2026-01-21
*/

h1,
h2,
h3,
h4,
h5,
li,
p,
span {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.c-headLogo {
    font-family: "Noto Sans JP", sans-serif;
}

h2 strong,
h3 strong {
    font-size: 120%;
}

/* ------------ タイトルデザイン ------------ */
body.single #main_content h2.wp-block-heading {
    display: flex;
    align-items: center;
    padding: .5em .7em;
    background-color: #0D8A00;
    color: #fff;
    font-size: 1.4rem !important;
}

body.home #main_content h2.wp-block-heading {
    border-left: 10px solid #0a6c00;
    padding-left: 15px;
    padding-bottom: 10px;
    -webkit-text-stroke: 8px #F3F2E9;
    paint-order: stroke;
}
/*#main_content h2.wp-block-heading::before {
    display: inline-block;
    width: 5px;
    height: 1.5em;
    margin-right: .5em;
    background-color: #0a6c00;
    content: '';
}*/



h2.wp-block-heading span {
    font-size: 1.6rem !important;
}

#n2-ss-2item1,
#n2-ss-2item2 {
    font-family: "Noto Sans JP", sans-serif !important;
    font-weight: 600 !important;
}

.l-main__body h2 strong {
    color: #0a6c00;
}

@media screen and (min-width: 768px) {
    .l-main__body h2 {
        font-size: 3rem !important;
        text-align: left;
    }
}

@media screen and (max-width: 767px) {
    .l-main__body h2 {
        font-size: 1.7rem !important;
        text-align: left;
    }
}

/* ------------ スライド ------------ */

@media (min-width: 768px) {

    #n2-ss-2item1,
    #n2-ss-2item2,
    #n2-ss-2item3 {
        font-size: 2.8rem !important;
    }
}

/* ------------ ブロック ------------ */
:is(.wp-block-details, .wp-block-quote, .wp-block-column, .wp-block-media-text__content, .wp-block-cover__inner-container, .wp-block-group__inner-container:where(:not(.is-layout-grid)))> :not(:first-child) {
    margin-top: 15px;
}

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

/* ------------ ヘッダータイトル ------------ */

#header svg:not([fill]) {
    color: #0A6C00;
}


@media (min-width: 768px) {
    .c-pageTitle__main {
        font-size: 3rem;
        text-align: left;
    }
}

/* ------------ トップ ------------ */
.top_main_w11 {
    margin-top: -80px;
}

p.top_fnt111 {
    font-size: 2rem !important;
    margin-top: -40px !important;
    line-height: 100%;
    font-weight: bold;
}

p.top_fnt111 strong {
    font-size: 140%;
}

.top_box11_1 .wp-block-media-text__content {
    background-color: #F8F8F8;
}

@media (min-width: 768px) {
    .top_box11_1 .wp-block-media-text__content {
        margin-top: -50px;
    }
}

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

/*.sec_box11 h3 {
    background-color: #0D8A00;
    padding: 20px 15px;
    color: #fff;
}
.sec_box11 .smb-section__contents-wrapper {
  background-color: #fff;
  padding: 50px;
}
*/


body.page-id-10 h2 {
    font-size: 1.6rem !important;
    position: relative;
    border-bottom: 1px solid #333;
}

body.page-id-10 h2::before {
    content: "\f1e3";
    /* futbol-o のコード */
    font-family: "FontAwesome";
    display: inline-block;
    margin-right: 10px;
    color: #003768;
    /* 色はお好みで */
    font-size: 1.6rem;
}

.sec_box11 h3.smb-section__title {
    text-align: left;
    font-size: 2.4rem !important;
    border-left: 8px solid #0A6C00;
    padding-left: 20px;

}
.sec_box11 h3.smb-section__title strong {
    color: #0a6c00;
}

p+p {
    margin-top: 15px;
}

.line_box11 .vk_borderBox_body {
    background-color: #fffafa !important;
}

.fk_box1 {
    padding: 50px;
    background-color: #fff;
}

.group_box1 {
    padding: 50px;
    background-color: #fff;
    margin-top: 15px;
}

p.p_d1 {
    background-color: #f5f5f5;
    padding: 20px;
    text-align: center;
}

/* 共通：装飾 */
h3.wp-block-heading.h3_ti1 em {
    background: #000;
    color: #fff;
    font-style: normal;
    /* 斜体解除 */
    font-weight: 700;
    border-radius: 3px;
    padding: 6px 12px;
}

/* PC：横並び */
@media (min-width: 769px) {
    h3.wp-block-heading.h3_ti1 {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    h3.wp-block-heading.h3_ti1 em {
        display: inline-block;
    }
}

@media (max-width: 680px) {
    .sec_box11 h3.smb-section__title {
        font-size: 1.8rem !important;
    }
}


/* スマホ：2段 */
@media (max-width: 768px) {
    h3.wp-block-heading.h3_ti1 {
        display: block;
    }

    h3.wp-block-heading.h3_ti1 em {
        display: block;
        /* ← 先頭だけブロック化 */
        width: fit-content;
        margin-bottom: 10px;
    }
}

@media (max-width: 480px) {
    .fk_box1 {
        padding: 15px;
    }

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

/* ------------ 受講生の声 ------------ */
.voice_item1 .vk_borderBox .vk_borderBox_body {
    background-color: #fff;
}

.voice_item1 .vk_borderBox {
    margin: 0 auto 0em;
}

.l-main__body .sec_netherlands1 h2 {
    font-size: 2.4rem !important;
    text-align: left;
    border-left: 8px solid #0A6C00;
    padding-left: 20px;
  }

@media (max-width: 480px) {
    .l-main__body .sec_netherlands1 h2 {
    font-size: 1.6rem !important;
    }
}

/* ------------ ソーシャルアイコン ------------ */

.sns-links {
    display: flex;
    gap: 12px;
}

.sns-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #fff;
    font-size: 20px;
    color: #333;
    transition: .3s;
    border: 1px solid #C1DABF;
}

.sns-links a:hover {
    background: #ffecec;
    color: #fff;
}

.sns-links img {
    width: 20px;
    height: 20px;
}

.sns-icon--voicy {
    color: #0A6C00;
}


/* ---------- 記事一覧全体 ---------- */
.custom-post-list {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

/* ---------- 各行 ---------- */
.custom-post-list .post-item {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
}

/* ---------- 日付 ---------- */
.custom-post-list .post-date {
    font-size: 0.9em;
    min-width: 120px;
    margin-right: 15px;
    color: #666;
}

/* ---------- タイトルエリア ---------- */
.custom-post-list .post-title {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
}

/* ---------- タイトルリンク ---------- */
.custom-post-list .post-title a {
    font-size: 1em;
    text-decoration: none;
    color: #333;
    transition: 0.2s;
}

.custom-post-list .post-title a:hover {
    color: #0073aa;
}

/* ---------- NEWマーク ---------- */
.custom-post-list .new-label {
    background: #e60012;
    color: #fff;
    font-size: 0.65em;
    padding: 2px 6px;
    border-radius: 3px;
}

/* ---------- カテゴリ共通 ---------- */
.custom-post-list .post-category {
    font-size: 0.7em;
    padding: 2px 6px;
    border-radius: 3px;
    color: #fff;
    white-space: nowrap;
    background-color: #5ea9ee;
}

/* ---------- カテゴリ別色 ---------- */
/* お知らせ */
.custom-post-list .cat-news {
    background: #0073aa;
}

/* 成婚者のご紹介 */
.custom-post-list .cat-introduction {
    background: #28a745;
}

/* その他（予備） */
.custom-post-list .cat-default {
    background: #666;
}

/* ---------- フッター ---------- */
@media screen and (min-width: 1200px) {
    .ft_box1 {
        width: 1200px;
        margin: auto;
    }
    .ft_box1 aside{
          width: 100vw; /* ビューポートの幅（画面全体） */
  margin-left: calc(-50vw + 50%); /* 中央配置から左端まで引き出す */
  margin-right: calc(-50vw + 50%); /* 右端まで引き出す */
    }
}

@media screen and (max-width: 767px) {
.custom-post-list .post-item {
    display: block;
}
    .ft_img11.wp-block-image img{
        width: 60% !important;
    }
}


/* ------------ プライバシーポリシー ------------ */
.pp_sec1 h2 {
    font-size: 1.1rem !important;
    margin: 40px 0 10px;
    border-top: 1px solid #0A6C00;
    border-bottom: 1px solid #0A6C00;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    background-color: #fff;
}

.pp_sec1 h2.wp-block-heading span {
  font-size: 1.1rem !important;
}

.pp_sec1 p,.pp_sec1 ul{
    margin-left: 15px;
}

.is-style-sme-ordered-list-square{
    margin-top: 15px;
    margin-left: 20px;
}

:root :where(.wp-block-list.is-style-sme-ordered-list-square) :where(li):before {
    background-color: #0A6C00;
    font-size: 12px;
    height: 20px;
    left: calc(-1.8em - 6px);
    top: calc(var(--_half-leading) * 1rem / 2);
    width: 20px;
    color: #fff;
}

/* ------------ 問い合わせフォーム ------------ */
.seineg_n1 label {
    margin-bottom: 10px;
    border-bottom: 1px dotted #555;
    display: block;
}

.seineg_n1 input.wpcf7-form-control.wpcf7-text {
    width: 150px;
}

.toi_up1 {
    margin-top: 10px;
}

.date-time-row {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
    flex-wrap: wrap;
}

.date-time-row .date-label {
    min-width: 80px;
    font-weight: bold;
}

.date-time-row input {
    margin-right: 10px;
}

.date-time-row input,
.date-time-row select {
    width: 240px;
    padding: 0.8rem;
}

#form1 {
    overflow: hidden;
}

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

#form1 th {
    width: 40%;
    text-align: left;
    font-weight: normal;
    vertical-align: middle;

}

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

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;
}

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

.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 {
    color: #fff;
    margin-right: 5px;
    padding: 3px 5px;
    background: #F92931;
    border-radius: 20px;
    font-size: 11px;
}

.free {
    color: #fff;
    margin-right: 5px;
    padding: 3px 5px;
    background: #a9a9a9;
    border-radius: 20px;
    font-size: 11px;
}

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;
}

.formb2 {
    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;
}

@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;
    }
}

/* ------------ プロフィール ------------ */
@media (min-width: 1000px) {
    .profile_group1 {
        width: 1000px;
    }
}

/* ------------ プライバシーポリシー ------------ */
.pp_sec1 h2 {
    font-size: 1.2rem !important;
    margin: 30px 0 10px;
}

/* ------------ 目次 ------------ */
#toc_container {
    margin-bottom: 40px;
    padding: 15px 20px;
    background: #fff;
    border: 3px solid #e1eff4;
    border-radius: 2px;
    color: #666;
    margin: auto;
}

#toc_container .toc_title {
    font-family: "Unica One", cursive;
    text-align: center;
    margin-bottom: 35px;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0px;
    font-size: 1.7em;
    border-bottom: 2px solid #dedede;
}

#toc_container .toc_list {
    list-style-type: none !important;
    counter-reset: li;
}

#toc_container .toc_list>li {
    position: relative;
    margin-bottom: 15px;
    margin-left: 6px;
    line-height: 1.3em;
    font-size: 0.9em;
}

#toc_container .toc_list>li:after {
    counter-increment: li;
    content: "0" counter(li) " |";
    position: absolute;
    left: -40px;
    top: 0px;
    background: none;
    font-family: "Unica One", cursive;
    font-size: 1.4em;
    letter-spacing: -1px;
    color: #008db7;
}

#toc_container .toc_list>li a {
    text-decoration: none !important;
}

#toc_container .toc_list>li a:hover {
    text-decoration: underline !important;
}

#toc_container .toc_list>li ul {
    list-style-type: disc;
    margin-top: 15px;
    padding-left: 20px;
    color: #008db7;
}

#toc_container .toc_list>li>ul li {
    font-size: 0.9em;
    margin-bottom: 8px;
}

@media only screen and (min-width: 641px) {
    #toc_container {
        padding: 25px 40px 25px 60px;
        margin-top: 30px;
    }

    #toc_container .toc_title {
        font-size: 1.2em;
    }

    #toc_container .toc_list>li {
        margin-bottom: 18px;
        margin-left: 12px;
        font-size: 1em;
    }

    #toc_container .toc_list>li:after {
        left: -38px;
        top: 0px;
        font-size: 20px;
    }
}

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

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

.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;
    border: 1px solid #fff;
}

.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, #a1e68b, #4caf50);
        padding: 14px 10px;
        writing-mode: vertical-rl;
        text-align: center;
    }

    .btn-form {
        background: linear-gradient(to bottom, #ffcc80, #ff9800);
        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, #a1e68b, #4caf50);
    }

    .btn-form {
        background: linear-gradient(to right, #ffcc80, #ff9800);
    }

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

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

/* = ZF Post Grid (unique prefix: zfpg-) */
.zfpg-grid {
    --zfpg-gap: 16px;
    --zfpg-cols: 3;
    --zfpg-cols-sp: 1;
    display: grid;
    gap: var(--zfpg-gap);
    grid-template-columns: repeat(var(--zfpg-cols), minmax(0, 1fr));
}

@media (max-width:767px) {
    .zfpg-grid {
        grid-template-columns: repeat(var(--zfpg-cols-sp), minmax(0, 1fr));
    }
}

.zfpg-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(0, 0, 0, .08);
    transition: transform .2s ease, box-shadow .2s ease;
}

.zfpg-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(0, 0, 0, .12);
}

.zfpg-link {
    display: block;
    color: inherit;
    text-decoration: none;
    height: 100%;
}

.zfpg-media {
    position: relative;
    aspect-ratio: 16/9;
    overflow: hidden;
}

.zfpg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .35s ease;
}

.zfpg-card:hover .zfpg-img {
    transform: scale(1.05);
}

.zfpg-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, .40) 0%, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, .45) 100%);
    pointer-events: none;
}

/* 画像上に出す親カテゴリのピル */
.zfpg-cat {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2;
    display: inline-block;
    background: rgba(0, 0, 0, .7);
    color: #fff;
    font-size: 12px;
    padding: 6px 10px;
    border-radius: 999px;
    backdrop-filter: blur(4px);
}

/* タイトル */
.zfpg-title {
    font-size: clamp(16px, 1.2vw + 12px, 20px);
    font-weight: 700;
    line-height: 1.3;
    padding: 12px 14px 16px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* サムネが無い場合のプレースホルダ */
.zfpg-img--placeholder {
    background: linear-gradient(135deg, #e8eef6 0%, #f6f8fb 100%);
}

/* ------------ ブロック ------------ */
.wp-block-spacer {
    margin-top: 0px !important;
}

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

#toc_container .toc_list>li ul {
    padding-left: 0px !important;
}

#toc_container ul ul {
    margin-left: 0em;
}

.smb-section__subtitle {
    font-size: 1.8rem !important;
    text-align: left !important;
}

@media (max-width: 680px) {
    .smb-section__body .wp-block-media-text__content .smb-box{
        padding-left: 0px;
        padding-right: 0px;
    }

    .smb-section__subtitle {
        font-size: 1.4rem !important;
        border-bottom: 1px solid #333;
    }

    .wp-block-media-text .wp-block-media-text__content {
        padding-right: 5px !important;
        padding-left: 5px !important;
    }

    .vk_borderBox .vk_borderBox_title_container {
        width: 100%;
    }
}

/*.smb-section__background-text__text {
    left: 50% !important;
    right: auto !important;
    transform: translateX(-50%);
    text-align: center;
    font-weight: 500 !important;
    margin-top: -60px;
}*/

/* ------------ サイドバー ------------ */
/*#sidebar h2,
#sidebar .c-widget__title {
  background-color: #90C31F;
  padding: 8px 8px 10px 15px;
  border-radius: 10px;
  color: #fff;
  font-size: 18px !important;
  margin-bottom: 15px;
}*/

#sidebar h2,
#sidebar .c-widget__title {
    display: flex;
    align-items: center;
    padding: .7em .8em;
    background-color: #f9f9f9;
    color: #003399;
    font-size: 16px;
    border-left: 5px solid #003399;
    margin-bottom: 15px;
    border-radius: 10px;
}

#sidebar .wp-block-image img {
    max-width: 80%;
}