@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
.navi-in > ul .sub-menu li {
    width: auto;
    background: #9ae5dad4;
}
.page-id-330 h1{display:none;}
.lesson-box li{font-size:16px;}
.copyright {
    margin-top: 100px;
}
.navi-footer-in > .menu-footer li {

    border-left:none;
    background: #ffffff6e;
    margin: 20px;
    padding: 10px;
}
#header-container{background-color:unset;}
.sp{display:none;}
.pc{display:block;}
.menu-taiken a {
    position: fixed;    top: 40px;
    right: 10px;
    background-image: url(http://genkitaisou.site/wp/wp-content/uploads/2026/03/taiken-2-1.png);
    background-size: 200px;
    background-repeat: no-repeat;
    width: 200px;
    height: 120px;
    padding: 0;
    margin: 0;
    background-color: unset;
    font-size: 24px;
    line-height: 1.1;
	font-weight:bold;
}
.appeal-in {
    min-height: 360px;
}
.content {
    margin-top: 24px;
    z-index: 2;
    position: relative;
}
.btn-m {
    padding: 14px 45px;
    font-size: 22px;
}
#footer {
    background-image: url(http://genkitaisou.site/wp/wp-content/uploads/2026/03/foot-bk_03-scaled.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100%;
    background-color: unset;
    min-height: 900px;
    position: relative;
    overflow: hidden;
    color: white;
    padding-top: 500px;
    padding-bottom: 20px;
    text-align: center;
	margin-top: -300px;

}

/* インフォメーション全体のコンテナ */
.genki-info-container {
    max-width: 700px;
    margin: 2em auto;
    color: #333;
}

/* リスト全体のスタイル */
.genki-info-list {
    margin: 0;
    padding: 0;
}

/* 各行のレイアウト */
.genki-info-row {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
}

/* 左側のラベル（日時、定員など） */
.genki-info-row dt{background-color:#add8e6;color:#2e6093;font-weight:bold;padding: 8px 20px;width:120px;text-align:center;border-radius:20px;flex-shrink: 0;margin-right: 30px;
}

/* 右側の内容 */
.genki-info-row dd {
    margin: 0;
    padding-top: 5px;
    line-height: 1.6;
    flex-grow: 1;
}

/* 補足テキスト（カッコ内の文字など） */
.small-text {
    font-size: 0.85em;
    color: #666;
}

/* 下部の注意書き */
.genki-note {
    text-align: center;
    font-size: 0.8em;
    margin-top: 30px;
    color: #666;
}

/* モバイル対応（スマホで見るとき） */
@media (max-width: 599px) {
    .genki-info-row {
        flex-direction: column; /* 縦に並べる */
    }
    .genki-info-row dt {
        width: 80px;            /* 少し小さく */
        margin-bottom: 5px;
        padding: 4px 0;
    }
    .genki-info-row dd {
        padding-left: 5px;
        margin-bottom: 10px;
    }
}

/* 花のアイコン付きh3見出しスタイル */
.article h3  {
    font-size: 1.8rem;       /* 文字の大きさ（適宜調整） */
    text-align: center;      /* 中央揃え */
    padding: 15px 0;         /* 上下の余白 */
    letter-spacing: 0.03em;  /* 文字の間隔 */
    position: relative;      /* 擬似要素の位置の基準点 */
    display: flex;           /* テキストとアイコンを横並びにするため */
    justify-content: center; /* 横方向の中央揃え */
    align-items: center;     /* 縦方向の中央揃え */
	border:none;
            color: #295572;
    /* 文字に視認性を高めるための細いフチ取り（元の画像に少しあるため） */
    text-shadow: 
        1px 1px 0 #ffffff, 
       -1px -1px 0 #ffffff,
        1px -1px 0 #ffffff,
       -1px  1px 0 #ffffff;
}

/* 左右の花の共通スタイル */
.article h3::before,
.article h3::after {
    content: "";               /* 擬似要素に必須 */
    display: inline-block;     /* 横並びにする */
    width: 60px;               /* 画像の幅 */
    height: 60px;              /* 画像の高さ */
    background-size: contain;  /* 画像を枠内に収める */
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('http://genkitaisou.site/wp/wp-content/uploads/2026/03/hana_07.png'); /* ★花の画像のパス */
}

/* 左側の花の調整 */
.article h3::before {
    margin-right: 15px;        /* 文字との間隔 */
}

/* 右側の花の調整 */
.article h3::after {
    margin-left: 15px;         /* 文字との間隔 */
}
.top-bk1 {
    width: 200px;
    position: absolute;
    left:0;
}
.top-bk2 {
    width: 200px;
    position: absolute;
    z-index: 999;
    right: 0;
    margin-top: -100px;
}
.top-bk3 {
    width: 200px;
    position: absolute;
    z-index: 999;
    left:0;
    margin-top: -100px;
}
.top-bk4 {
    width: 300px;
    position: absolute;
    z-index: 999;
    right: 0;
    margin-top: -100px;
}
.article h2 {
	color:#295572;
-webkit-text-stroke: 2px #fff;
paint-order: stroke;
	background:none;
	letter-spacing:0.2em;
	font-size:2rem;
}
.mobile-menu-buttons .search-menu-button{display:none!important;}


/* サイト全体の背景にグラデーションを適用 */
body {
	background-image:url("http://genkitaisou.site/wp/wp-content/uploads/2026/03/2-scaled.png");
	background-position:top center;
	background-repeat:no-repeat;
        background-size: cover;
}

/* Cocoonのコンテンツエリアの白背景を透過させる（必要に応じて） */
#main, #sidebar {
    background-color: transparent !important;
}


.single  .article h1{margin: 20px 0 80px 0;
    border-bottom: 2px solid #777;    border-top: 2px solid #777;
padding: 20px;}
.appeal-in{padding:0}
.page-id-10 .entry-header{position:relative;top: -140px;}
.page-id-10 .article h1{ position: absolute;
    top: 50%;
    z-index: 999;
    left: 45%;    text-align: center;font-size: 1.6em;
    text-shadow: 1px 1px 4px rgba(0,0,0,0.6); /* 画像の上でも文字を読みやすく */
color: #fff;
}
.appeal-title, .appeal-message {

    border-radius: 30px;
    text-align: center;
    font-size: 1.6em;
    text-shadow: 1px 1px 4px #fff;
    color: #295572;
    background: #ffffffd1;
    padding: 10px 40px;
    letter-spacing: 0.1em;
}
.appeal-message {
    margin-bottom: 0em;
}
.appeal-content{	background-color:unset;max-width: 800px;}

    
/* フッターの色を紺色にする */
.footer {
    background-color: #1a2e44; /* デザイン案に近い紺色 */
    color: #fff;
}
.logo-header img {
    width: 300px;
}
.main,#header-container .navi{
   	background-color:unset;
}
#header-container{

    z-index: 999;
    position: relative;
}
.header-container-in.hlt-top-menu .logo-header img {
    max-height: 80px;
    height: auto;    margin: 10px;
    vertical-align: middle;
}
.home .entry-title{display:none;}

.top-katudou{display:flex;}

/* 中ページのアイキャッチ画像を画面いっぱいにする */
.eye-catch-full {
    margin-top: 0;
    margin-bottom: 30px;
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.eye-catch-full img {
    width: 100%;
    height: auto;
    max-height: 400px; /* 高さを抑えたい場合はここで調整 */
    object-fit: cover;
}
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
@media screen and (min-width: 960px) {
    .wp-block-columns.is-style-default:nth-of-type(2) { /* 2つ目のカラムブロックを指す */
        padding-left: 15% !important;
        padding-right: 15% !important;
    }

/*1023px以下*/

}

/*834px以下*/
@media screen and (max-width: 834px){

}
/*480px以下*/
@media screen and (max-width: 480px){
.sp{display:block;}
.top-bk1 {
	display:none;

}
.top-bk2{width: 120px;
    position: absolute;
    z-index: 999;
    right: 0;
    margin-top: -70px;
}
.top-bk3 {
    width: 120px;
    position: absolute;
    z-index: 999;
    left:0;
    margin-top: -100px;
}
.top-bk4 {
    width: 160px;
    position: absolute;
    z-index: 999;
    right: 0;
    margin-top: -100px;
}
.article h3 {
	font-size: 1.2rem;}
.appeal-title, .appeal-message {
    border-radius: 30px;
    text-align: center;
    font-size: 1.3rem;;
    text-shadow: 1px 1px 4px #fff;
    color: #295572;
    background: #ffffff8c;
    padding: 10px 20px;
    letter-spacing:0em;
}
    .logo-menu-button img {
        max-height: 30px;
        display: block;
        margin: 0 60px 0 auto;
        width: auto;
    }
.appeal-content{padding:4em 0em;}
.article h2 {
    background: none;
    font-size: 24px;

}
.page-id-10 .entry-header {
	position: relative;top:-20px;}
.footer-bottom-logo img {
    height: 30px;
    width: auto;
}
.menu-drawer a {
    color: var(--cocoon-text-color);
    text-decoration: none;
    padding: 20px;
    display: block;
}
	    .body .mobile-header-menu-buttons {
        top: 0;
        background: #ffffffad;
    }
	.footer-mobile, .footer-left, .footer-center, .footer-right {
    padding: 10px 16px;
    text-align: center;
}
/* 花のアイコン付きh3見出しスタイル */
.article h3  {
    font-size: 1.3rem;       /* 文字の大きさ（適宜調整） */
    text-align: center;      /* 中央揃え */
    padding: 15px 0;         /* 上下の余白 */
    letter-spacing: 0.03em;  /* 文字の間隔 */
    position: relative;      /* 擬似要素の位置の基準点 */
    display: flex;           /* テキストとアイコンを横並びにするため */
    justify-content:space-evenly; /* 横方向の中央揃え */
    align-items: center;     /* 縦方向の中央揃え */
	border:none;
            color: #295572;
    /* 文字に視認性を高めるための細いフチ取り（元の画像に少しあるため） */
    text-shadow: 
        1px 1px 0 #ffffff, 
       -1px -1px 0 #ffffff,
        1px -1px 0 #ffffff,
       -1px  1px 0 #ffffff;
}

/* 左右の花の共通スタイル */
.article h3::before,
.article h3::after {
    content: "";               /* 擬似要素に必須 */
    display: inline-block;     /* 横並びにする */
    width:40px;               /* 画像の幅 */
    height:40px;              /* 画像の高さ */
    background-size: contain;  /* 画像を枠内に収める */
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('http://genkitaisou.site/wp/wp-content/uploads/2026/03/hana_07.png'); /* ★花の画像のパス */
}
	.top-staff img{        width: 40%;
        margin: 0 auto;}
#footer {
    background-image: url(http://genkitaisou.site/wp/wp-content/uploads/2026/03/m-foot_11-1.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100%;
    background-color: unset;
    min-height: 300px;
    position: relative;
    overflow: hidden;
    color: white;
    padding-top: 100px;
    padding-bottom: 20px;
    text-align: center;
    margin-top: 0;

}
	.widget-footer-mobile{margin:0!important;}
	.footer-mobile img{width:60%;}
	.pc{display:none;}
.article h4, .article h5, .article h6 {
        font-size: 18px;
    }
	.menu-footer li a{color: #000000;
    background: #ffffff87;}
.copyright {margin-top: 5px;
}
.mobile-menu-buttons .menu-button {
    position: relative;
    width: 70px;

    justify-content: center;

    display: block;
    margin: 8px 0;
}
.menu-taiken a {
    position: relative;
    right: 0;
    background-image: url(http://genkitaisou.site/wp/wp-content/uploads/2026/03/taiken-2-1.png);
    background-size: 200px;
    background-repeat: no-repeat;
    width: 200px;
    height: 120px;
    padding: 0;
    margin: 0 auto;
    background-color: unset;
    font-size: 24px;
    line-height: 1.1;
    font-weight: bold;
}
}
