@charset "utf-8";

/* ==============================

    サイト設定　適宜変更箇所

============================== */

.none {
    display: none!important;
}

body,
html {
    font-size: 18px;
}

body {
    color: #A08978;
    font-family: "Noto Sans JP", sans-serif;
    background: url(http://suzume-freeschool.com/wp/wp-content/uploads/2025/12/bg.jpg);
    height: 100%;
}


html {
    scroll-behavior: smooth;
}

a,
a img {
    color: #1c1f1b;
    text-decoration: none;
    transition: all 0.2s ease 0s;
}


h2 {
    font-size: 3.6rem;
    position: relative;
    margin-bottom: 30px;
}

h2::before {
    font-size: 2.0em;
}

h2[data-name]::before {
    line-height: 0.6;
    font-size: 0.6em;
    font-weight: bold;
}

h2::before{
	content: '';
    display: block;
    background: url('https://suzume-freeschool.com/wp/wp-content/uploads/2025/12/h2_icon.png') no-repeat center / contain;
    width: 64px;
    height: 56px;
    position: absolute;
    top: -56px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

h3 {
    font-size: 2.6rem;
}

.wp-block-button {
    font-size: 1.0rem;
    transition: all 0.2s ease 0s;
}

.wp-block-button:hover {
    opacity: 0.7;
}

.wp-block-button[data-name]::before {
    font-size: 0.8em;
    font-weight: bold;
}

@media screen and (max-width: 710px) {
    h2 {
        font-size: 1.8rem;
    }

    h2::before{
        width: 48px;
        height: 42px;
        top: -42px;
    }

    h3 {
        font-size: 1.6rem;
    }

}

/* ==============================

    サイト設定

============================== */
.inner-s {
    max-width: 960px;
    margin: 0 auto;
}

.inner {
    max-width: 1100px;
    margin: 0 auto;
}

.inner-l {
    max-width: 1440px;
    margin: 0 auto;
}

/* カラー */
.red {
    color: #6E0B0B;
    font-weight: bold;
}

/*画像ホバー時*/

.img-hover {
    transition: .6s;
}

.img-hover:hover {
    opacity: .6;
}

.flex-row {
    flex-direction: row-reverse;
}

/* ==============================

　　固定メニュー

　============================== */

.fix_nav.sp_disp.sp {
    position: fixed;
    z-index: 300;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #8B7667;
}


.fix_nav.sp_disp.sp p {
    font-size: 0.8rem;
}

.fix_nav.sp_disp.sp i {
    font-size: 1rem;
}


.wp-block-group.fix_nav.sp_disp-inner {
    gap: 0;
}

.kotei-menu {
    color: #fff;
    padding: 5px 0;
    text-align: center;
    border-right: 0.5px solid #fff;
    position: relative;
}

.kotei-menu:last-child {
    border-right: none;
}

/*メニュー数*/

.sp_disp-4 .kotei-menu {
    width: 25%;
}

.sp_disp-3 .kotei-menu {
    width: 33.3333333333%;
}

.sp_disp-2 .kotei-menu {
    width: 50%;
}

.sp_disp-1 .kotei-menu {
    width: 100%;
}

/* ==============================

ヘッダーの設定

　============================== */
/* ==============================

ヘッダーの設定

　============================== */

header {
    width: 100%;
    transition: .6s;
}

.header-inner {
    transition: .6s;
}

/*適宜修正*/
.header-inner {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 300;
}


header.scroll-nav .header-inner {
    background-color: rgba(255,255,255,0.9);
}


@media screen and (max-width: 1100px) {
    .header-inner {
        display: none;
    }
}


/* ==============================
    
    共通

　============================== */

/* 見出し */
h1,h2 {
    font-family: "Yusei Magic", sans-serif;
}

/* ボタン */
.wp-block-buttons .wp-block-button__link {
    background-color: #8B7667;
    padding: 10px 30px;
    font-size: 1rem;
}

/* ヘッダー */
header .wp-block-buttons .wp-block-button__link {
    font-size: 1rem;
    padding: 10px 30px;
}

header .wp-block-navigation-item {
 font-weight: 500;
 margin: 0 10px;
}

header + * {
    padding-top: 105px;
}

@media screen and (max-width: 710px) {
header + * {
    padding-top: 0;
}
}


/* mv下のセクション */
#top_mv + div,
#low_mv + div {
  background-image: url("https://suzume-freeschool.com/wp/wp-content/uploads/2025/12/bg_topcont.svg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto; /* 横幅いっぱい */
  padding-top: 160px;
}

@media screen and (max-width: 710px) {
    #low_mv + div {
    background-image: url("https://suzume-freeschool.com/wp/wp-content/uploads/2025/12/bg_topcont.svg");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% auto; /* 横幅いっぱい */
    padding-top: 60px;
    }
}

/* CTAセクション */
#cta-bottom {
    padding: 100px;
    color: #FFF;
}

#cta-bottom h2 {
    margin-top: 60px;
}

#cta-bottom h2::before{
    background: none;
    width: auto;
    height: auto;
    font-size: 1.6rem;
    top:-20px;
}

#cta-bottom .wp-block-button a {
    margin-top: 30px;
    background-color: #FFF;
    color: #897768;
}

@media screen and (max-width: 710px) {
    #cta-bottom {
        padding: 60px 20px;
    }

    #cta-bottom h2 {
        margin-top: 60px;
        font-size: 1.4rem;;
    }

    #cta-bottom h2::before{
        font-size: 1rem;
        top:-20px;
        white-space: nowrap;
    }
}

/* フッター */
#site-footer {
}

#site-footer .footer_inner {
    padding-top: 60px;
    padding-bottom: 20px;
}

#site-footer .f-nav {
    margin: 10px 0;
}

#site-footer .f-nav li::before {
	content: '▶';
    font-size: 0.7rem;
    margin-right: 5px;
}

#site-footer h3 {
    font-size: 1.6rem;
    font-weight:bold;
}

#site-footer .footer_info-cont {
    border-left: 6px solid #CDD8CD;
    margin: 20px 0;
    padding: 10px 0 10px 10px;
    padding-left: 10px;
}

#site-footer .copyright {
    margin-top: 20px;
    padding-top: 20px;
	background-size: 8px 2px;
	background-image: linear-gradient(to right, #A08978, #A08978 3px, transparent 3px, transparent 8px);
	background-repeat: repeat-x;
}

@media screen and (max-width: 710px) {
    #site-footer .copyright {
        padding-bottom: 60px;
    }

    #site-footer .is-layout-flex.pc {
        display: noen;
    }
}


/* 下層ページ共通 */
.page-template-page-low {
    
}

.page-template-page-low h1 {
    font-size: 2.6rem;
    color: #8B7667;
}

@media screen and (max-width: 710px) {
    .page-template-page-low h1 {
        font-size: 1.8rem;
    }

    #low_mv .low_mv_sp {
        width: 80%;
        margin: 10px auto;
    }

    #low_mv .low_mv_sp img {
        border-radius: 20px;
    }
}



/* ==============================

　　トップ

============================== */
/* MV */
#top_mv {
    padding: 100px 0;
}

#top_mv h1 {
    font-size: 2.6rem;
    margin-bottom: 10px;
}

#top_mv p {
    font-size: 1.2rem;
    font-weight: 500;
    margin-bottom: 20px;
}

@media screen and (max-width: 710px) {
    #top_mv {
        padding: 40px 0;
        background-size: cover!important;
        background-position: left!important;
    }

    #top_mv h1 {
        font-size: 1.4rem;
    }

    #top_mv p {
        font-size: 0.8rem;
        margin-bottom: 20px;
    }

    #top_mv .top_mv_copy {
        order:2;
    }

    #top_mv .top_mv_img {
        order:1;
    }

    #top_mv .top_mv_img_slider {
        width: 30%;
    }

}



/* すずめの學校とは */
#top_about {
    padding: 160px 0;
    position: relative;
}

#top_about strong {
    background:linear-gradient(transparent 60%, #EDBBB4 60%);
}

#top_about .top_about_copy {
    color: #EDBBB4;
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 20px;
}

#top_about .top_about_copy p {
    padding: 0 20px;
}

#top_about .top_about_txt {
    margin-bottom: 60px;
}

#top_about .top_about_3col {
    margin-top: 120px;
}

#top_about .wp-block-column {
    position: relative;
    background-color: #CDD8CD;
    padding: 60px 0 30px;
    border-radius: 20px;
}

#top_about .wp-block-column .top_about_3col_img {
    position: absolute;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
}

#top_about .wp-block-column .top_about_3col_img figure {
    width: 125px;
}

#top_about .wp-block-column h3 {
    color: #FFF;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 20px;
}

#top_about .wp-block-column .wp-block-button a {
    font-size: 0.8rem;
}

#top_about .top_about_img01 {
    width: 18%;
    position: absolute;
    top: 100px;
    left: 100px;
}

#top_about .top_about_img02 {
    width: 20%;
    position: absolute;
    top: 360px;
    right: 100px;
}

@media screen and (max-width: 710px) {
    #top_about {
        padding: 60px 0!important;
    }

    #top_about .top_about_img01 {
        top: -30px;
        left: 10px;
    }

    #top_about .top_about_img02 {
        top: -30px;
        right: 10px;
    }

    #top_about .top_about_txt {
        margin-bottom: 0;
    }

    #top_about .top_about_3col {
        margin-top: 0;
    }

    #top_about .wp-block-column {
        margin-top: 80px;
    }
}


@media screen and (min-width: 711px) {
    #top_about .wp-block-column:nth-of-type(2) {
        position: relative;
        top: 60px;
    }
}



/* すずめの學校ってどんなところ？ */
#top_link {
    color: #FFF;
}

#top_link h2 {
    font-size: 2rem;
    margin-top: 60px;
    text-align: center;
}

#top_link h2::before{
    background: url('https://suzume-freeschool.com/wp/wp-content/uploads/2025/12/h2_icon_w.png') no-repeat center / contain;
}

#top_link .top_link01 {
    background-color: #CCD37D;
}

#top_link .top_link02 {
    background-color: #EDBBB4;
}

#top_link .wp-block-button a {
    font-size: 1.0rem;
    margin-top: 30px;
}


@media screen and (max-width: 710px) {
    #top_link h2 {
        font-size: 1.8rem;
    }

    #top_link .top_link_txt {
        padding: 40px 20px;
    }

    #top_link .top_link_img figure {
        padding: 20px;
    }

    #top_link .top_link02 .top_link_img {
        order:2;
    }

    #top_link .top_link02 .top_link_txt {
        order:1;
    }
}



/* お知らせイベント */
#top_news {
    margin-top: 160px;
}

#top_news .wp-block-buttons {
    margin-top: 40px;
}

#top_news .top-news-list {
    margin-top: 40px;
    width: 960px;
}

@media screen and (max-width: 710px) {
    #top_news {
        margin-top: 100px;
    }
    
    #top_news .top-news-list {
        width: 96%;
        margin: 0 auto;
    }
}


/* インフォメーション */
#top_info {
    margin-top: 160px;
    margin-bottom: 100px;
}

#top_info h2 {
    font-size: 2.6rem;
    margin-top: 20px;
    margin-bottom: 10px;
}

#top_info h2::before{
    display: none;
}

#top_info iframe,
#top_info figure {
    width: 100%;
    aspect-ratio: 4 / 3;
    height: auto;
    object-fit: cover;
}

#top_info .wp-block-buttons {
    margin-top: 30px;
}

@media screen and (max-width: 710px) {
    #top_info {
        margin-top: 60px;
    }

    #top_info .top_info_access {
        display: grid;
    }
    
    #top_info .top_info_access iframe {
        order: 2;
    }
    
    #top_info .top_info_access h2 {
        order: 1;
    }
    
    #top_info .top_info_access p {
        order: 3;
    }
    
    #top_info .top_info_access div {
        order: 4;
    }
}



/* ==============================

　　すずめの學校について

============================== */

/* すずめの學校の3つの特徴 */
#about_features {
}

#about_features .wp-block-buttons {
    margin-bottom: 100px;
}

#about_features .about_features_cont_img {
    position: relative;
}

#about_features .about_features_cont_img_main {
    margin-top: 120px;
    margin-bottom: 40px;
}

#about_features .about_features_cont_img_main img {
    border-radius: 20px;
}

#about_features h3 {
    font-family: "Yusei Magic", sans-serif;
    margin: 50px auto;
    padding: 30px 0;

    background-image:
        radial-gradient(circle, #A08978 4px, transparent 5px),
        radial-gradient(circle, #A08978 4px, transparent 5px);
    background-size: 24px 8px; /* 横の間隔 / 縦の余白 */
    background-repeat: repeat-x;
    background-position: top center, bottom center;
    width: 600px;
}

#about_features .about_features_cont_img_main::before{
    color: #fffffb;
    border: 5px solid #fffffb;
    font-family: "Yusei Magic", sans-serif;
    font-size: 3.6rem;
    display: block;
    position: absolute;
    top: -60px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 500px;

    width: 120px;          /* 円のサイズ */
    height: 120px;
    border-radius: 50%;

    display: flex;         /* ★ 中央寄せの要 */
    align-items: center;   /* 縦中央 */
    justify-content: center; /* 横中央 */

    text-align: center;
}

#about_features .about_features_cont01 .about_features_cont_img_item01 {
    position: absolute;
    width: 12%;
    bottom: -50px;
    left: 0;
}

#about_features .about_features_cont01 .about_features_cont_img_item02 {
    position: absolute;
    width: 16%;
    top: -50px;
    right: -20px;
}

#about_features .about_features_cont02 .about_features_cont_img_item01 {
    position: absolute;
    width: 12%;
    bottom: -50px;
    left: 0;
}

#about_features .about_features_cont02 .about_features_cont_img_item02 {
    position: absolute;
    width: 16%;
    top: -50px;
    right: -20px;
}

#about_features .about_features_cont03 .about_features_cont_img_item01 {
    position: absolute;
    width: 12%;
    bottom: -50px;
    left: 0;
}

#about_features .about_features_cont03 .about_features_cont_img_item02 {
    position: absolute;
    width: 16%;
    top: -50px;
    right: -20px;
}



#about_features .about_features_cont01 .about_features_cont_img_main::before{
	content: '01';
    background-color: #CCD37D;
}

#about_features .about_features_cont02 .about_features_cont_img_main::before{
	content: '02';
    background-color: #A5D1A7;
}

#about_features .about_features_cont03 .about_features_cont_img_main::before{
	content: '03';
    background-color: #EDBBB4;
}


#about_features .about_features_cont01 strong {
    background:linear-gradient(transparent 60%, #CCD37D 60%);
}

#about_features .about_features_cont02 strong {
    background:linear-gradient(transparent 60%, #A5D1A7 60%);
}

#about_features .about_features_cont03 strong {
    background:linear-gradient(transparent 60%, #EDBBB4 60%);
}

@media screen and (max-width: 710px) {
    #about_features h2 {
        margin-bottom: 0;
    }

    #about_features .about_features_cont_img_main {
        margin-top: 80px;    
    }

    #about_features .about_features_cont_img_main::before {
        font-size: 1.8rem;
        width: 60px;
        height: 60px;
        top: -40px;
        border: 3px solid #fffffb;
    }

    #about_features h3 {
        width: 90%;
    }

    #about_features .about_features_cont01 .about_features_cont_img_item01,
    #about_features .about_features_cont02 .about_features_cont_img_item01,
    #about_features .about_features_cont03 .about_features_cont_img_item01 {
        width: 25%;
        bottom: -25px;
    }

    #about_features .about_features_cont01 .about_features_cont_img_item02,
    #about_features .about_features_cont02 .about_features_cont_img_item02,
    #about_features .about_features_cont03 .about_features_cont_img_item02 {
        width: 20%;
        top: -50px;
        right: -10px;
    }
}


/* スライダー */
#about_slider {
    margin: 60px 0;
}

#about_slider .vk_slider.slider01 .swiper-wrapper {
  transition-timing-function:linear;
}

#about_slider .wp-block-vk-blocks-slider-item {
    margin: 20px;
}

#about_slider .wp-block-vk-blocks-slider-item img {
    border-radius: 20px;
}

@media screen and (max-width: 710px) {
    #about_slider .wp-block-vk-blocks-slider-item {
        margin: 5px;
    }
}



/* すずめの學校はどんなところ */
#about_space {
    background: url('https://suzume-freeschool.com/wp/wp-content/uploads/2025/12/about_space_item.svg') left bottom no-repeat;
    background-size: 15%;
    margin-top: 160px;
}

#about_space .about_space_txt_wrap {
    text-align: center;
    margin-bottom: 40px;
}

#about_space .about_space_txt {
    display: inline-block; 
    background-color: #CDD8CD;
    font-size: 1.2rem;
    font-weight: bold;
    padding: 20px 40px;
    border-radius: 20px;
}

#about_space .about_space_txt p {
    position: relative;       /* ← beforeの基準 */
    padding: 10px 0;
    margin: 20px 0;
}

/* 2つ目以降のpの「上」に線を出す */
#about_space .about_space_txt p:not(:first-child)::before {
    content: "";
    position: absolute;
    top: -10px;               /* ← pとpの間 */
    left: 50%;
    transform: translateX(-50%);

    width: 100%;               /* 線の長さ */
    height: 6px;

    background-image: radial-gradient(circle, #A08978 2px, transparent 3px);
    background-size: 16px 6px;
    background-repeat: repeat-x;
}

#about_space .about_space_list {
    flex-wrap: wrap!important;
    justify-content: center!important;
    gap: 30px;
}

#about_space .about_space_list .wp-block-column {
    width: 30%;
    flex-basis: initial;
    flex-grow: initial;
}

#about_space .about_space_list .wp-block-column h3 {
    font-size: 1.4rem;
    font-weight: bold;
    align-items: center;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

#about_space .about_space_list .wp-block-column h3::before {
    content: '●';
    font-size: 0.8rem;
}

#about_space .about_space_list .wp-block-column img {
    border-radius: 20px;
    margin-bottom: 20px;
}

#about_space .about_space_list .wp-block-column:nth-of-type(1) h3::before {
    color: #CDD8CD;
}

#about_space .about_space_list .wp-block-column:nth-of-type(1) img {
    	filter: drop-shadow(10px 10px 0px #CDD8CD);
}

#about_space .about_space_list .wp-block-column:nth-of-type(2) h3::before {
    color: #DCA931;
}

#about_space .about_space_list .wp-block-column:nth-of-type(2) img {
    	filter: drop-shadow(10px 10px 0px #DCA931);
}

#about_space .about_space_list .wp-block-column:nth-of-type(3) h3::before {
    color: #CCD37D;
}

#about_space .about_space_list .wp-block-column:nth-of-type(3) img {
    	filter: drop-shadow(10px 10px 0px #CCD37D);
}

#about_space .about_space_list .wp-block-column:nth-of-type(4) h3::before {
    color: #EDBBB4;
}

#about_space .about_space_list .wp-block-column:nth-of-type(4) img {
    	filter: drop-shadow(10px 10px 0px #EDBBB4);
}

#about_space .about_space_list .wp-block-column:nth-of-type(5) h3::before {
    color: #A5D1A7;
}

#about_space .about_space_list .wp-block-column:nth-of-type(5) img {
    	filter: drop-shadow(10px 10px 0px #A5D1A7);
}


@media screen and (max-width: 710px) {
    #about_space {
        margin-top: 100px;
        background: none;
    }

    #about_space .about_space_txt {
        padding: 0px 20px;
    }

    #about_space .about_space_txt p {
    }

    #about_space .about_space_list .wp-block-column {
        margin-bottom: 30px;
    }
}

/* イメージ画像 */
#about_image {
    margin-top: 160px;
}

@media screen and (max-width: 710px) {
    #about_image {
        margin-top: 60px;
    }
}



/* すずめの學校ではどんなことをするの？ */
#about_activities {
    margin-top: 160px;
}

#about_activities .about_activities_txt {
    margin-bottom: 40px;
}

#about_activities .about_activities_cont {
    margin-bottom: 40px;
}

#about_activities .about_activities_cont_img img {
    border-radius: 20px 0 0 20px;
}

#about_activities .about_activities_cont_txt {
    background-color: #8B7667;
    color: #FDFDFB;
    padding: 20px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 0 20px 20px 0;
}

#about_activities .about_activities_cont_txt h3 {
    font-size: 2.2rem;
    font-weight: bold;
    margin-bottom: 10px;
}

#about_activities .about_activities_cont_txt_obi {
    background-color: #A5D1A7;
    padding: 10px;
    font-weight: bold;
    font-size: 1.2rem;
    margin-bottom: 10px;
}

#about_activities .about_activities_cont_txt_box {
    background-color: #FDFDFB;
    color: #8B7667;
    border-radius: 20px;
    padding: 20px;
    margin-top: 40px;
}

#about_activities .about_activities_cont_txt_box h4 {
    margin-bottom: 10px;
    border-bottom: 1px dotted #8B7667;
    padding-bottom: 10px;
    font-weight:bold;
}

#about_activities .about_activities_cont_txt_img {
    position: absolute;
    top: 20px;
    right: -20px;
    width: 30%;
}

@media screen and (max-width: 710px) {
    #about_activities {
        margin-top: 100px;    
    }

    #about_activities .about_activities_cont_img img {
        border-radius: 20px 20px 0 0;
    }


    #about_activities .about_activities_cont_txt {
        border-radius: 0 0 20px 20px;
    }

    #about_activities .about_activities_cont_txt p {
    }

    #about_activities .about_activities_cont_txt h3 {
        font-size: 1.6rem;
    }

    #about_activities .about_activities_cont_txt_obi {
        font-size: 1.0rem;
        padding: 5px;
    }

    #about_activities .about_activities_cont_txt_img {
        top: -30px;
        right: -15px;
        width: 30%;
    }

}



/* 運営者のさりぃについて */
#about_staff {
    margin-top: 160px;
    margin-bottom: 100px;
}

#about_staff h3 {
    font-size: 1.4rem;
    font-weight: bold;
}

#about_staff .about_staff_info {
    margin: 20px 0;
}

#about_staff .about_staff_tbl_tr {
    margin-bottom: 10px;
    font-size: 0.9rem;
}

#about_staff .about_staff_tbl_ttl {
    background-color: #A5D1A7;
    color: #FDFDFB;
    font-weight: bold;
    border-radius: 999px;
    padding: 5px 10px;
    width: 120px;
    text-align: center;
    margin-right: 10px;
}

#about_staff .about_staff_tbl_td {
    width: 540px;
}


@media screen and (max-width: 710px) {
    #about_staff {
        margin-top: 100px;
    }
}




/* ==============================

　　ご利用案内

============================== */
/* イントロ */
#plan_intro {
}

#plan_intro .plan_intro_lead_wrap {
    text-align: center;
}

#plan_intro .plan_intro_lead {
    display: inline-block;
    font-size: 1.2rem;
    font-weight: bold;
}

#plan_intro .plan_intro_lead p {
    position: relative;       /* ← beforeの基準 */
    padding: 10px 20px;
    margin: 20px 0;
}

/* 2つ目以降のpの「上」に線を出す */
#plan_intro .plan_intro_lead p:not(:first-child)::before {
    content: "";
    position: absolute;
    top: -10px;               /* ← pとpの間 */
    left: 50%;
    transform: translateX(-50%);

    width: 100%;               /* 線の長さ */
    height: 6px;

    background-image: radial-gradient(circle, #A08978 2px, transparent 3px);
    background-size: 16px 6px;
    background-repeat: repeat-x;
}

#plan_intro .wp-block-buttons {
    margin: 40px auto;
}


#plan_intro .plan_intro_open {
   background-color: #CDD8CD;
   border-radius: 20px;
   position: relative;
   margin-top: 60px;
   padding: 40px;
   text-align: center;
}

#plan_intro .plan_intro_open h2 {
    color: #FDFDFB;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 20px;
}

#plan_intro .plan_intro_open h2::before {
    display: none;
}

#plan_intro .plan_intro_open .plan_intro_open_box {
    background-color: #FDFDFB;
    border-radius: 20px;
    padding: 20px 60px;
    display: inline-block;
}

#plan_intro .plan_intro_open .plan_intro_open_box p {
}

#plan_intro .plan_intro_open .plan_intro_open_box p.plan_intro_open_box_time {
    margin-top: 20px;
    padding-top: 20px;
    font-weight: bold;
    border-top: 3px dashed #A08978;
    font-size: 1.2rem;
}

#plan_intro .plan_intro_open .plan_intro_open_item {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 15%;
}

@media screen and (max-width: 710px) {
    #plan_intro .plan_intro_open {
        padding: 20px;
    }

    #plan_intro .plan_intro_open h2 {
        font-size: 1.6rem;
    }

    #plan_intro .plan_intro_open .plan_intro_open_box {
        padding: 20px;
    }

    #plan_intro .plan_intro_open .plan_intro_open_box p.plan_intro_open_box_time {
        margin-top: 10px;
        padding-top: 10px;
        border-top: 1px dashed #A08978;
        font-size: 1rem;
    }
}

/* ご利用方法について */
#plan_how {
    margin-top: 160px;
}

#plan_how .plan_how_cols {
    
}

#plan_how .plan_how_cols_cont {
    background-color: #fff;
    border-radius: 20px;
    padding: 20px;
}

#plan_how .plan_how_cols_cont01 {
    background-color: #dca931;
}

#plan_how .plan_how_cols_cont02 {
    background-color: #d9796d;
}

#plan_how .plan_how_cols_cont h3 {
    font-size: 1.2rem;
    font-weight: bold;
    background-color: #fdfdfb;
    border-radius: 12px;
    padding: 10px 0;
    margin-bottom: 10px;
}

#plan_how .plan_how_cols_cont p {
    color: #fdfdfb;
}



/* ご利用の流れ */
#plan_flow {
    margin-top: 160px;
}

#plan_flow .plan_flow_cols_cont {
    background: #A5D1A7;
    border-radius: 20px;
    padding: 20px 10px;
    position: relative;
    margin-top: 60px;
}

#plan_flow .plan_flow_cols_cont h3 {
    background: #FDFDFB;
    padding: 5px 0;
    border-radius: 10px;
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 10px;
}

#plan_flow .plan_flow_cols_cont p {
    color: #FDFDFB;
    font-weight: bold;
    font-size: 0.9rem;
}

#plan_flow .plan_flow_cols_cont .plan_flow_cols_cont_img {
    position: absolute;
}

#plan_flow .plan_flow_cols_cont:nth-of-type(1) .plan_flow_cols_cont_img {
    width: 90px;
    top: -63px;
    right: 30px;
}

#plan_flow .plan_flow_cols_cont:nth-of-type(2) .plan_flow_cols_cont_img {
    width: 115px;
    top: -66px;
    right: 5px;
}

#plan_flow .plan_flow_cols_cont:nth-of-type(3) .plan_flow_cols_cont_img {
    width: 140px;
    top: -66px;
    right: 5px;
}

#plan_flow .plan_flow_cols_cont:nth-of-type(4) .plan_flow_cols_cont_img {
    width: 176px;
    top: -66px;
    right: 5px;
}

@media screen and (max-width: 710px) {
    #plan_flow {
        margin-top: 100px;
    }

    #plan_flow .plan_flow_cols_cont {
        margin-bottom: 20px;
    }

    #plan_flow .plan_flow_cols_cont p {
        font-size: 1rem;
    }
}


/* ご利用プラン */
#plan_plan {
    margin-top: 160px;
}

#plan_plan .plan_plan_grp {
    margin-bottom: 60px;
}

#plan_plan .plan_plan_grp h3 {
    color: #FDFDFB;
    font-size: 1.2rem;
    font-weight: bold;
    width: 200px;
    margin: 0 auto;
    padding: 5px 10px;
    border-radius: 999px;
    margin-bottom: 20px;
}

#plan_plan .plan_plan_grp .plan_plan_tbl_wrap {
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #CDD8CD;
    border-radius: 20px;
    padding: 60px;
}

#plan_plan .plan_plan_grp .wp-block-table {
    margin-bottom: 0;
}

#plan_plan .plan_plan_grp .plan_plan_tbl_wrap table {
    border-collapse: separate; /* ← 必須 */
    border-spacing: 0 12px;    /* 横 縦 */
}

#plan_plan .plan_plan_grp .plan_plan_tbl_wrap table td {
    border: none;
}

#plan_plan .plan_plan_grp .plan_plan_tbl_wrap table td:nth-of-type(1) {
    color: #FDFDFB;
    border-radius: 999px 0px 0px 999px;
    text-align: center;
    font-weight: bold;
}

#plan_plan .plan_plan_grp .plan_plan_tbl_wrap table td:nth-of-type(2) {
    background-color: #FDFDFB;
    border-radius: 0px 999px 999px 0px;
    padding: 0 30px;
}


#plan_plan .plan_plan_grp .plan_plan_tbl_wrap.plan_plan_tbl_wrap_3cols table td:nth-of-type(2) {
    border-radius: 0;
}

#plan_plan .plan_plan_grp .plan_plan_tbl_wrap.plan_plan_tbl_wrap_3cols table td:nth-of-type(3) {
    background-color: #FDFDFB;
    border-radius: 0px 999px 999px 0px;
    padding: 0 30px;
    text-align: right;
}

#plan_plan .plan_plan_trial h3,
#plan_plan .plan_plan_trial .plan_plan_tbl_wrap table td:nth-of-type(1) {
    background-color: #DCA931;
}

#plan_plan .plan_plan_enrollment h3,
#plan_plan .plan_plan_enrollment .plan_plan_tbl_wrap table td:nth-of-type(1) {
    background-color: #D9796D;
}

#plan_plan .plan_plan_inventory h3,
#plan_plan .plan_plan_inventory .plan_plan_tbl_wrap table td:nth-of-type(1) {
    background-color: #CCD37D;
}



#plan_plan .plan_plan_inventory td {
    border: none;
}

#plan_plan .plan_plan_inventory td:nth-of-type(1) {
    font-weight: bold;
}

#plan_plan .plan_plan_inventory td:nth-of-type(2) span {
    display: inline-block;
    border: 1px solid #A08978;
    border-radius: 999px;
    background-color: #FFF;
    padding: 5px 20px;
    margin-right: 10px;
}

#plan_plan .plan_plan_inventory figure {
    margin-top: 20px;
}


#plan_plan .plan_plan_inventory tr {
    position: relative;
    border-top: 2px dashed #A08978;
}

#plan_plan .plan_plan_inventory tr:last-child {
    border-bottom: 2px dashed #A08978;
}

#plan_plan .plan_plan_inventory td {
    padding: 20px;
}

@media screen and (max-width: 710px) {
    #plan_plan {
        margin-top: 100px;
    }

    #plan_plan .plan_plan_grp .plan_plan_tbl_wrap {
        padding: 20px;
    }
}


/* よくある質問 */
#plan_faq {
    margin-top: 160px;
    margin-bottom: 100px;
}

#plan_faq dl {
    color: #FDFDFB;
}

#plan_faq dt {
    background: #A5D1A7;
    border-radius: 20px 20px 0 0;
}

#plan_faq dd {
    background: #EDBBB4;
    border-radius: 0 0 20px 20px;
}

#plan_faq dt,
#plan_faq dd {
    padding: 20px 40px;
}

#plan_faq dt::before,
#plan_faq dd::before {
    display: none;
}

#plan_faq .vk_faq {
    border: none;
}




/* ==============================

　　アクセス

============================== */
/* アクセス */
#access .access_ttl {
    margin-bottom: 20px;
}

#access .access_ttl h3 {
    font-weight: bold;
}

#access iframe {
    width: 100%;
}

#access_access {
    padding-top: 100px;
}

#access_access .wp-block-buttons {
    margin-top: 40px;
}

#access_parking {
    margin-top: 40px;
}

@media screen and (max-width: 710px) {
#access .access_ttl h3 {
    font-size: 1.4rem;;
}

}


/* お問い合わせ方法 */
#access_contact {
    margin-top: 160px;
    margin-bottom: 100px;
}

#access_contact .wp-block-buttons {
    margin: 20px 0;
}

#access_contact .access_contact_tel a {
    font-weight: bold;
    color: #8b7667;
}

#access_contact .access_contact_tel a:hover {
    opacity: 0.5;
}





/* ==============================

　　保護者の方へ

============================== */
#parents h3 {
    font-weight: bold;
    font-size: 1.6rem;
    margin-top: 60px;
    margin-bottom: 20px;
}

#parents .parents_img {
    position: sticky;
    top: 110px;
}

@media screen and (max-width: 710px) {
    #parents h3 {
        font-size: 1.2rem;
        margin-top: 30px;
        margin-bottom: 10px;
    }
}

/* すずめの學校へようこそ */
#parents_intro {

}

#parents_intro strong {
    background:linear-gradient(transparent 60%, #CCD37D 60%);
}

@media screen and (max-width: 710px) {
    #parents_intro {
        padding-top: 100px!important;
    }
}



/* 保護者の皆様へ */
#parents_parents {
    margin-top: 160px;
}

#parents_parents h3 {
    color: #D9796D;
}

@media screen and (max-width: 710px) {
    #parents_parents {
        margin-top: 100px;
    }

    #parents_parents h2 {
        margin-bottom: 0;
    }
}



/* ご挨拶 */
#parents_greeting {
    margin-top: 160px;
}

#parents_greeting h3 {
    color: #A5D1A7;
}

@media screen and (max-width: 710px) {
    #parents_greeting {
        margin-top: 100px;
    }

    #parents_greeting h2 {
        margin-bottom: 0;
    }
}



/* 最後に */
#parents_message {
    margin-top: 160px;
    margin-bottom: 100px;
}





/* ==============================

　　お知らせ

============================== */
/* 一覧 */
.news-wrap .under-v {
	display: grid;
	place-items: center;
    background: url('https://suzume-freeschool.com/wp/wp-content/uploads/2025/12/blog_mv_bg.svg');
    padding: 60px;
}

.news-wrap .under-v h1 {
    font-size: 2.6rem;
    color: #8B7667;
}

.entry_category {
    background-color: #A5D1A7;
    color: #8B7667;
}

/* 詳細 */
.news-wrap h2 {
    font-size: 1.6rem;
    font-weight: bold;
    font-family: "Noto Sans JP", sans-serif;
    margin-bottom: 0;
}

.news-wrap h2::before {
    display: none;
}

.news-wrap h3 {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 30px;
}

.news-wrap p {
    margin-bottom: 20px;
}

.news-wrap img {
    border-radius: 10px;
}

.news-wrap .post-content > * {
    margin-bottom: 20px;
}








/* ==============================

　　お問い合わせ

============================== */
#contact_form {
    margin-bottom: 100px;
}


#contact2 .smf-item__label {
    font-size: 1.2rem;
    font-weight: bold;
    margin-top: 40px;
    margin-bottom: 5px;
}

#contact2 input[type="text"],
#contact2 input[type="tel"],
#contact2 input[type="email"],
#contact2 textarea {
    border: none;
    width: 100%;
    background-color: #eee2d1;
    border-radius: 10px;
}

#contact2 .smf-action {
    margin-top: 40px;
    text-align: center;
}

#contact2 button {
    border-radius: 999px;
    background: none;
    background-color: #8B7667;
    color: #FDFDFB;
    transition: all 0.2s ease 0s;
}

#contact2 button:hover {
    opacity: 0.7;
}

/* ラジオ本体を消す */
#contact_form .smf-radio-button-control__control {
    position: absolute;
    opacity: 0;
    pointer-events: none;
    display: none;
}

.smf-radio-button-control__label {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 999px; /* 両端丸 */
    background-color: #eee2d1;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.2s ease;
}

/* checked のとき、隣の span を装飾 */
.smf-radio-button-control__control:checked
+ .smf-radio-button-control__label {
    background-color: #d4e194;
    color: #FDFDFB;
}

.smf-radio-button-control__label:hover {
    background-color: #e3ece3;
}

/* キーボード操作対応 */
.smf-radio-button-control__control:focus
+ .smf-radio-button-control__label {
    outline: 2px solid #d4e194;
    outline-offset: 2px;
}


/* ==============================

　　↓　PC版テーマ専用CSSは下記から記述　↓

　============================== */








/* ==============================

    スマホ・タブレット縦

============================== */

@media screen and (max-width:1100px) {

    /*ハンバーガーメニュー表示*/
    .nav-wrapper {
        display: block;
    }

    .pc,
    .page-top {
        display: none;
    }

    .sp {
        display: block;
    }

}


/* ==============================

    PC・タブレット横 

============================== */

@media only screen and (min-width:1100px) {

    .fix_nav.sp_disp.sp {
        display: none;
    }

    .pc {
        display: block;
    }

    .sp {
        display: none;
    }

}

/* ==============================

    タブレット縦横

============================== */

@media (max-width: 1650px) and (min-width: 710px) {

    .fix_nav.sp_disp.sp {
        display: none;
    }

    .inner-s,
    .inner,
    .inner-l {
        width: 90%;
    }

}


/* ==============================

    タブレット縦のみ

============================== */

@media (max-width: 1100px) and (min-width: 710px) {

    /*MVの高さ適宜変更*/
    .mainv,
    .slider-01,
    .slider-01 .slide figure.wp-block-image.size-full,
    .slider-01 .slide figure.wp-block-image.size-full img {
        height: 60vh;
    }

    .tel-menu-flex {
        max-width: 374px;
    }

    .fix_nav.sp_disp.sp {
        display: none;
    }

}


/* ==============================

    スマホ　

============================== */

@media screen and (max-width: 710px) {


    /*スマホ版MVの高さ適宜変更*/
    .mainv,
    .slider-01,
    .slider-01 .slide figure.wp-block-image.size-full,
    .slider-01 .slide figure.wp-block-image.size-full img {
        height: 60vh;
    }


    .inner-s,
    .inner,
    .inner-l {
        width: 90%;
    }


    /*スマホ版文字サイズ*/
    body,
    html {
        font-size: 16px;
    }

    p {
        font-size: 16px;
        line-height: 1.5;
    }

    .wp-block-group.hamburger {
        border-radius: 0 0 0 20px;
    }
}


/* ==============================

  その他適宜追加する場合は下記に記述

============================== */



