/*
 Theme Name:   OnePress Child
 Theme URI:    https://www.famethemes.com
 Description:  OnePress sample child theme
 Author:       FameThemes
 Author URI:   https://www.famethemes.com
 Template:     onepress
 Version:      1.0.0
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  onepress-child
*/

/* Add your custom css below
-------------------------------------------------------------- */

/* フォント */
body, button, input, select, textarea {
    font-size: 16px;
    line-height: 1.7;
    color: #000;
    font-family: '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

p {
    line-height: 1.8rem;
}

/*------------------------------
	2.3 Heading
------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-weight: 600;
  margin-bottom: 15px;
  margin-bottom: 0.5rem;
  margin-top: 0;
  color: #1a274e;
}
h2 {
    margin: 0 0 4rem;
    font-size: 1.75rem;
    color: #006cb3;
    letter-spacing: normal;
    font-weight: 800;
    text-align: center;
    position: relative;
    padding: 1rem .5rem;
    border-bottom: 3px solid #006cb3;
    border-radius: 3px;
}


h3 {
    margin: 3rem 0 1.5rem;
    color: #000;
    font-size: 1.5rem;
    padding: 1rem;
    border-left: 4px solid #006cB3;
}
h4 {
    font-size: 20px;
    color: #006CB3 !important;
    margin: 3rem 0 1.5rem;
}
h5 {
    text-transform: initial;
    margin: -1rem 0 2rem;
}

/* SP強制改行 */
.u-sp {
    display: none;
}
@media (max-width: 780px) {
.u-sp {
    display: block;
}
}	

/* リスト */
ul, ol {
    padding-left: 0;
    font-size: 16px;
    color: #000;
    margin: 1.5em auto 2rem !important;
    list-style-position: outside;
}
ul li, ol li {
    margin-left: 2em !important;
    line-height: 2;
}
ul li::marker {
    color: #006cb3;
    font-size: 18px;
}

/* 番号付きリスト */
ol {
    counter-reset: item;
    list-style-type: none;
    margin-top: 3rem;
    padding-left: 0;
}
ol li {
    position: relative;
    padding-left: 2.5rem; /* 少し余裕を持たせる */
    line-height: 1.8;     /* テキスト行間と合わせる */
    margin-left: 0.8rem !important;
    margin-bottom: 1.6rem !important;
}

ol li:before {
    background-color: #006cb3;
    color: #fff;
    content: counter(item);
    counter-increment: item;
    display: flex;                   /* ← 中央揃えのためflexを使用 */
    align-items: center;            /* ← 垂直中央揃え */
    justify-content: center;        /* ← 水平中央揃え */
    font-weight: bold;
    height: 1.7rem;
    width: 1.7rem;
    left: 0;
    position: absolute;
    top: 0.2em;                     /* 位置微調整。必要に応じて調整 */
    border-radius: 50%;
    line-height: 1;                 /* 高さをflexで揃えるため1に */
}


span.bb {
    color: #006cb3;
    font-weight: bold;
    font-size: 18px;
}

/* ファイルリンク */
/* PDF */
a[href$=".pdf"] {
    text-decoration: none;
    color: #000 !important;
    font-size: 16px;
    display: flex;
    align-items: center;
	margin-bottom: 15px;
}

a[href$=".pdf"]::before {
    content: "";
    display: inline-block;
    width: 32px;
    height: 41px;
    background-image: url(/wp-content/uploads/2025/07/pdficon.png);
    background-size: contain;
    background-repeat: no-repeat;
    flex-shrink: 0;
    vertical-align: middle;
    margin-right: 0.8rem;
}


/* Excel */
a[href$=".xlsx"], a[href$=".xls"] {
    text-decoration: none;
    color: #000 !important;
    font-size: 16px;
    display: flex;
    align-items: center;
	margin-bottom: 15px;
}

a[href$=".xlsx"]::before, a[href$=".xls"]::before {
    content: "";
    display: inline-block;
    width: 32px;
    height: 41px;
    background-image: url(/wp-content/uploads/2025/07/excelicon.png);
    background-size: contain;
    background-repeat: no-repeat;
    flex-shrink: 0;
    vertical-align: middle;
    margin-right: 0.8rem;
}

/* Word */
a[href$=".docx"], a[href$=".doc"] {
    text-decoration: none;
    color: #000 !important;
    font-size: 16px;
    display: flex;
    align-items: center;
	margin-bottom: 15px;
}

a[href$=".docx"]::before, a[href$=".doc"]::before {
    content: "";
    display: inline-block;
    width: 32px;
    height: 41px;
    background-image: url(/wp-content/uploads/2025/07/wordicon.png);
    background-size: contain;
    background-repeat: no-repeat;
    flex-shrink: 0;
    vertical-align: middle;
    margin-right: 0.8rem;
}

/* 写真1枚（中央寄せ） */
body.wp-singular.post-template-default.single.single-post img {
    max-width: 480px;
    width: 100%;
    display: block;
    margin: 0 auto;
}



/* TOPセクションタイトル */
/* h2 */
.section-title-area .section-title {
    font-size: 36px;
    color: #006cb3;
    letter-spacing: normal;
    padding: 0;
    border-bottom: none;
    border-radius: 0;
}

.team-member .member-position {
    text-transform: initial !important;
}

.followWrap {
    display: block;
    height: 75px !important;
}

.onepress-menu li {
    white-space: nowrap;
    -webkit-transition: background 0.2s;
    transition: background 0.2s;
    margin-left: 0 !important;
}


.onepress-menu a {
	font-family: '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 1.125rem;
    color: #000;
    padding-left: 12px;
    padding-right: 12px;
}
p {
    font-family: '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 16px;
    color: #000;
}

a.more-link {
    color: #1a274e;
    font-weight: 600;
}
@media (hover: hover) and (pointer: fine) {
a:focus, a:hover {
    color: #014c8c;
    text-decoration: none;
}
}


/* ヘッダー */

/* サイトロゴ */
.site-title {
    display: inline-flex;
    align-items: center;
    margin: 0;
}

.site-title:before {
    content: '';
    display: inline-block;
    width: 1.8em;
    height: 1.8em;
    background-image: url(https://bluebutton-sc.com/wp-content/uploads/2025/07/logo_bluebutton.png);
    background-size: contain;
    background-repeat: no-repeat;
    flex-shrink: 0;
}


/* サイトタイトル */
.site-branding .site-title, .site-branding .site-text-logo {
    margin: 0px;
    line-height: 1;
    font-family: '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 1.75rem;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #006cb3;
    display: inline-flex;
    vertical-align: middle;
    font-weight: 600;
}

/* ヘッダーここまで */


/* ヒーロー */
.hero__content a.btn {
    margin: 0.625rem 0;
}
.hero-slideshow-wrapper:after {
    background: none;
}

/* kv画像切り替え */
.only_pc {
    display: block;
}
.only_sp {
    display: none;
}


/* プロフィールセクション */
/* 背景 */
.section-about .section-title-area {
    position: relative;
    max-width: 1110px;
    margin: 0 auto;
    padding: 60px 160px;
    background: url(/wp-content/uploads/2025/07/bg_prf.png) no-repeat center center / cover;
    border-radius: 16px;
    height: 510px;
}

.section-desc p {
    font-size: 1.125rem;
    color: #000;
    text-align: left;
}

/* リンクボタン */
.cpt_btn a {
    background: #006cb3;
    border-radius: 15px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 70px auto 60px;
    max-width: 320px;
    padding: 10px 25px;
    color: #fff;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    font-size: 1.125rem;
    width: 300px;
	border: 1px solid #006cb3 !important;
}

@media (hover: hover) and (pointer: fine) {
.cpt_btn a:hover {
    transition: all .5s ease-out;
    background-color: #fff;
    color: #006cb3;
    border: 1px solid #006cb3 !important;
}
}	


/* 幼稚園セクション上部の画像配置 */
.section-top-image {
    width: 100%;
    height: 93px;
    background: url(/wp-content/uploads/2025/07/footer_kids.png) no-repeat center top;
    background-size: auto;
}

@media screen and (max-width: 760px) {
    .section-top-image {
        background-image: url(/wp-content/uploads/2025/07/footer_kids_sp.png);
        height: 83px;
        background-size: contain;
    }
}

/*幼稚園セクション 背景 */
section#features {
    background-color: #d6eaf3;
}

/* memberセクション */
section#my_section {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-right: 15px;
    padding-left: 15px;
    background-color: #fff;
}
span.member-position {
    font-size: 14px !important;
    letter-spacing: 1px !important;
    text-align: left !important;
    display: block;
    padding: 10px;
}


/* news */

/* 日付＋タイトル横並び */
.section-news .list-article-content, .archive .list-article-content, .blog .list-article-content {
    overflow: hidden;
    display: flex;
    align-items: baseline;
}

@media screen and (max-width: 760px) {
/* 日付＋タイトル横並び */
.section-news .list-article-content, .archive .list-article-content, .blog .list-article-content {
    flex-direction: column;
}
.section-news .entry-title, .archive .entry-title, .blog .entry-title {
    margin-left: 0 !important;
}    
}

.ymd {
    width: 100%;
    max-width: 120px;
    min-width: 110px;
    padding-bottom: 7px;
}
.list-article-meta {
    display: none;
}


.section-news .list-article, .archive .list-article, .blog .list-article {
    border-top: 1px solid #e9e9e9;
    padding: 15px 0px;
}

.section-news .entry-title, .archive .entry-title, .blog .entry-title {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 1px;
    text-align: left;
    position: relative;
    padding: 0;
    border-bottom: none;
    border-radius: 0;
    margin-left: 3rem;
}
h2.entry-title {
    margin-bottom: 0.6rem;
}
.section-news .list-article-meta, .archive .list-article-meta, .blog .list-article-meta {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    margin-bottom: 10px;
    font-family: '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
a.btn.btn-theme-primary-outline {
    background: #006cb3;
    border-radius: 15px;
    padding: 10px 25px;
    color: #fff;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    font-size: 1.125rem;
	border: 1px solid #006cb3 !important;
}
@media (hover: hover) and (pointer: fine) {
a.btn.btn-theme-primary-outline:hover {
    transition: all .5s ease-out;
    background-color: #fff;
    color: #006cb3;
    border: 1px solid #006cb3 !important;
}
}	

/* ページネーション */
.nav-links a, .nav-links .page-numbers {
    background: none;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 2px;
    border: 1px solid transparent;
    padding: 0.5rem 1rem;
    text-align: center;
    border-color: #006Cb3;
    font-size: 16px;
    font-weight: normal;
    color: #1a274e;
}
@media (hover: hover) and (pointer: fine) {
.nav-links a:hover {
    background: #006Cb3;
    color: #fff;
    transition: all .2s ease-in-out;
}
}	

/* 一覧サムネイル */
.blog .list-article-thumb img {
    max-width: 300px;
}

/* news個別 */
.entry-header .entry-title {
    font-weight: 500;
    text-transform: none;
    font-family: '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.entry-thumbnail img {
    display: block;
    margin: 30px auto 50px;
}
.entry-content a {
    color: #006cb3;
}
.entry-content a:hover {
    text-decoration: underline;
}

/* CF7 */

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

#inquiry {
    width: 100%;
    display: block;
    margin: 50px auto 0;
    background-color: rgb(0 108 179 / 10%);
    padding: 40px 35px;
    border: 3px solid #006cb3;
    max-width: 600px;
}

#inquiry span.wpcf7-list-item {
    display: initial; /* block */
    margin-right: 20px;
}
#inquiry p.formitem {
	margin-bottom: 30px !important;
	width: 100%;
    display: inline-block;
}

#inquiry input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    width: 100%;
    padding: 0.375rem 0.5rem;
    background-color: #fff;
}

#inquiry input.wpcf7-form-control.wpcf7-text {
    width: 100%;
    padding: 0.375rem 1.5rem;
}
select.wpcf7-form-control.wpcf7-select {
    padding: 0.375rem 1.5rem;
}
.reds {
	color:#cc0000;font-size:13px;
}

/* 送信ボタン */

.wpcf7-spinner {
    visibility: hidden;
    display: block;
    background-color: #23282d;
    opacity: 0.75;
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 100%;
    padding: 0;
    margin: 0 24px;
    position: relative;
}

input.sub-btn {
    width: 200px;
	height: 60px;
	background: #006cb3;
	color: #FFF;
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: 0.2em;
	border: 1px solid #006cb3;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
    border-radius: 5px;
}

/* 送信ボタンホバー */
input.sub-btn:hover{
	background: #FFF;
	color: #006cb3;
		border: 1px solid #006cb3;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}
p.formitem2 {
	margin-bottom: 0 !important;
	text-align: center;
}
p.center {
	text-align: center;
}

/* プライバシーポリシー */
.waku {
    width: 100%;
    height: 200px;
    overflow-y: scroll;
    border: 1px solid #333;
    padding: 1em;
    display: block;
    background-color: #fff;
}
.waku h2 {
    font-size: 22px;
}
.waku h3 {
    font-size: 18px;
}
.waku p {
    font-weight: normal;
}

.waku::-webkit-scrollbar {
  width: 12px;
}

.waku::-webkit-scrollbar-thumb {
  background: #006cb3;
	height: 30px;
	border-radius: 3px;
}

.waku::-webkit-scrollbar-track-piece:start {
  background: #efefef;
}

.waku::-webkit-scrollbar-track-piece:end {
  background: #efefef;
}

/* 給与明細枠 */
.waku.km {
    height: auto;
    overflow: auto;
    padding-top: 4rem;
	 margin-bottom: 30px;
}

p.formitem {
    font-size: 16px;
	width: 80%;
}

div.wpcf7 .ajax-loader {
	display: block;
}

/* フォーム枠 */
#inquiry .wpcf7-form-control-wrap {
    position: relative;
    margin-top: 10px;
    display: block;
}
#inquiry .mt {
    position: relative;
    margin-top: 10px;
    display: block;
}

/* 必須マーク */
.must {
	background: #ff0000;
	
}

/* 任意マーク */
.free {
	background: #999;
}

.must,
.free {
	color: #FFF;
	border-radius: 3px;
	font-size: 14px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 5px 10px;
	letter-spacing: 0.2em;
}
	span.wpcf7-list-item {
    margin: 0.5em 0;
}


/* 年齢 */
span.subtxt {
    margin: 15px 0 0 0;
    display: inline-block;
}

select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
    float: left;
    margin-right: 10px;
    padding: 0.375rem 1.5rem;
}

textarea.wpcf7-form-control.wpcf7-textarea {
    width: 100%;
    padding: 1rem 1.5rem;
    background-color: #fff;
}

/* 電番 */
span.phone {
    display: flex;
    width: 40%;
}
span.phone-num {
    margin: 10px 10px 0 0!important;
    display: block;
    width: 100%;
}

/* 添付ファイル */
span.attach {
    display: block;
    margin-top: 15px;
}

/* 勤務地 */
span.attn {
    font-size: 16px;
    padding: 20px;
    display: block;
    border: 3px solid #FF0000;
    margin: 15px auto;
    background-color: #fff;
}
span.red {
    color: #ff0000;
}


/* 送信完了 */
.btn-flat-border {
  display: inline-block;
    padding: 0.5em 2em;
    text-decoration: none;
    color: #B41749;
    border: solid 2px #B41749;
    border-radius: 3px;
    transition: .4s;
    font-size: 18px;
}

.btn-flat-border:hover {
	background: #B41749;
	color: white;
	text-decoration: none;
	opacity: 1;
}
.wpcf7-mail-sent-ok{
    display:none!important;
}

/* エラーメッセージ関連 */
.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 1em;
    font-weight: bold;
    position: relative;
    overflow: hidden;
    clear: both;
}

/* 入力間違い時のエラーメッセージ */
.wpcf7-response-output {
    border-color: #ff0000 !important;
    background-color: #ff0000;
    color: #fff;
    font-size: 18px;
    padding: 1em !important;
    margin: 2em 0 3em !important;
    text-align: center !important;
}
/* 送信完了後のメッセージ表示 */
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450 !important;
    background-color: #46b450;
    color: #fff;
    font-size: 18px;
    padding: 1em;
    margin: 2em 0 3em;
    text-align: center !important;
}

/* エラー */
.wpcf7-not-valid-tip {
    color: #f00;
    font-weight: normal;
    display: block;
	font-family: '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 14px;
    letter-spacing: 1px;
}
.wpcf7-response-output {
    background: #ff0000;
    color: #fff;
    border: 1px solid #ff0000 !important;
    padding: 10px !important;
    margin: 2em auto 2em !important;
    font-family: '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 1rem;
    letter-spacing: 1px;
    max-width: 600px;
    width: 100%;
}

/* お問い合わせフォームここまで */

/* ページ内リンク */
.scroll-offset {
  position: relative;
}
.scroll-offset::before {
  content: "";
  display: block;
  height: 75px; /* 固定ヘッダーの高さ */
  margin-top: -75px; /* 高さ分だけ上にずらす */
  visibility: hidden;
}

/* ページ内リンクここまで */

/* SNS */

/* insta */
.fa-instagram:before {
    content: "\f16d";
    font-size: 45px;
	color: #006cb3;
}
/* facebook */
.fa-facebook:before {
    content: "\f09a" !important;
	font-size: 45px;
	color: #006cb3;
}
.site-footer .footer-connect {
    padding: 3rem 0rem;
}
.footer-social a:hover {
    opacity: 0.7;
    transition: all .5s ease-out;
}

.site-footer .btt a:hover {
    color: #fff;
    opacity: 0.7;
    transition: all .5s ease-out;
}

/* フッター */
.footer-widgets {
    background: #00479d;
    padding: 2rem 0rem !important;
}

/* フッター1 */
.footer-widgets .sidebar .widget {
    margin-bottom: 0;
}

/* フッターロゴ */
aside#custom_html-2 h2.widget-title {
    display: inline-flex;
    align-items: center;
    margin: 0;
}
aside#custom_html-2 h2.widget-title:before {
    content: '';
    display: inline-block;
    width: 1.8em;
    height: 1.8em;
    background-image: url(https://birdgunmael.com/wp-content/uploads/2025/07/footerlogo.png);
    background-size: contain;
    background-repeat: no-repeat;
    flex-shrink: 0;
}

/* オリジナル */
/* p.contact a {
    color: #fff !important;
    font-size: 1.125rem !important;
    padding-top: 30px;
    margin-left: 2.8em;
    display: inline-flex;
    align-items: center;
} */

/* リンクエフェクト用 */
p.contact a {
    overflow: hidden;
    color: transparent !important;
    text-shadow: 0 -1.5em 0 #00479d, 0 0 0 #fff;
    transition: text-shadow 0.3s;
    font-size: 1.125rem !important;
    padding-top: 30px;
    margin-left: 2.8em;
    display: inline-flex;
    align-items: center;
}

p.contact a:hover {
    text-shadow: 0 0 0 #fff, 0 1.5em 0 #fff;
    text-decoration: none !important;
}

.fa-envelope:before {
    content: "\f0e0";
    margin-right: 10px;
    font-size: 1.6rem;
}

/* フッター2 */
.footer-img {
  position: relative;
}

.footer-img::after {
    content: "";	
    position: absolute;
    right: 0;
    top: -30px;
    width: 158px;
    height: 189px;
    background-image: url(https://birdgunmael.com/wp-content/uploads/2025/07/img_footer.png);
    background-size: cover;
    background-repeat: no-repeat;
}

/* copyright */
.site-info {
    background-color: #006cb3 !important;
}
.site-footer .site-info, .site-footer .btt a {
    background-color: #006cb3;
}


/* フッターここまで */

/* 下層（共通） */
section#sec1 {
    margin: 0rem auto 5rem;
}
.prf img {
    margin-bottom: 2rem;
}
.prf {
    font-size: 15px;
}

section#sec1 ul {
    padding-left: 0;
}
section#sec1 ul li {
    margin-left: 2em;
	 font-size: 15px;
}

section.base {
    margin-bottom: 70px;
}
section.base:last-child {
    margin-bottom: 0;
}

/* 下層ヘッダー */
.page-header {
    padding: 50px 0px 30px;
    border-top: 1px solid #e9e9e9;
    background: url(/wp-content/uploads/2025/07/bg_prf.png) no-repeat;
    border-bottom: 1px solid #e9e9e9;
    position: relative;
    background-position: 50% 70%;
    background-size: cover;
}
@media (max-width: 780px) {
.page-header {
    padding: 30px 0;
}
}

.page-header .entry-title, .page-header .page-title {
    margin-bottom: 0px;
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #000;
}



/* 会場 */
.col_area {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 0.5rem;
  padding: 0;
  margin: 0;
  list-style: none;
  align-items: start;
  justify-items: start;
  text-align: left;
  font-size: 18px;
}
ul.col_area li {
    margin-left: 0 !important;
}

/* スマホ対応：必要に応じて幅を絞る */
@media (max-width: 780px) {
  .col_area {
    grid-template-columns: repeat(2, 1fr);
  }
    ul.col_area li {
    margin-left: 1.5rem !important;
}
}


/* dl */
dl.timeline {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 0;
    padding: 0;
}
.timeline-entry {
    display: flex;
    flex-direction: row;
    /* gap: 20px; */
    align-items: flex-start;
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
    font-size: 18px;
}
.timeline-entry dt {
    font-weight: bold;
    min-width: 120px;
    flex-shrink: 0;
    margin-bottom: 0.5rem;
    font-size: 18px;
}
.timeline-entry dd {
    margin: 0;
    flex-grow: 1;
    font-size: 18px;
}

/* TOP協賛調整 */
.col-sm-6 {
    -webkit-box-flex: 0;
    max-width: 100%;
    /* margin: 0 auto; 協賛flex左寄せ調整*/
}

/* hoverエフェクト */
.feature-media a{
    display: block;
    transition: all .3s ease-in-out;
    box-shadow: 0 0 0 rgba(0,0,0,.25);
}
.feature-media img{
    width: 100%;
    vertical-align: middle;
}
.feature-media a:hover{
    box-shadow: 0 0 10px rgba(0,0,0,.25);
}

/* SNS */

.box .fa-facebook:before, .box .fa-instagram:before {
    padding-right: 0.5rem;
}

/* 3カラム */
.\33 col {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.box {
    border: 1px solid #ccc;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    flex: 1 1 calc(33.333% - 20px);
    margin: 10px;
    padding: 16px;
    text-align: center;
}
.\33 col::after {
    content: "";
    display: block;
    flex: 1 1 calc(33.333% - 20px);
    margin: 10px;
}

.box h3 {
    margin: 2rem 0 1rem;
}
.fa-chevron-circle-right:before, .fa-circle-chevron-right:before {
    content: "\f138";
    color: #1a274e;
    padding-right: 10px;
}

.social-account_icon img {
    height: auto;
    max-width: 90%;
    vertical-align: middle;
}
.social-account_label {
	font-size: 2rem;
	font-weight: 600;
	line-height: 1.5;
	color: #1a274e;
}
.social-account_inner {
    display: flex;
    align-items: center;
	margin-left: 10px;
}
a.sns {
    color: #006cb3;
    font-size: 1.25rem;
    font-weight: bold;
    display: inline-flex;
    align-items: center;
}
a.sns:hover {
    text-decoration: none;
    transition: .3s;
    opacity: .7;
    color: #006cb3;
}

/* ここまでPC */


/* ここからスマホ */
@media screen and (max-width: 760px) {
	
.section-desc p {
    font-size: 1.28rem;
    line-height: 1.7;
}
	
/* SPメニュー */
.onepress-menu.onepress-menu-mobile a {
    font-size: 1.28rem;
    color: #006cB3;
    padding: 20px 55px !important;
}	
    
/* TOPセクションタイトル */
/* h2 */
.section-title-area .section-title {
    font-size: 28px;
}
    

/* ヒーロー */
section#hero img {
    height: auto;
	max-width: 100%;
	width: 100%;
}	
/* kv画像切り替え */
.only_pc {
    display: none;
}
.only_sp {
    display: block;
}
    
/* ヘッダー */    
/* サイトタイトル調整 */
.site-branding .site-title, .site-branding .site-text-logo {
    font-size: 1.4rem;
}

/* プロフィールセクション */
/* 背景画像画面幅いっぱい */	
  .section-about .section-title-area {
    width: 100vw;
    margin-left: calc(-1 * ((100vw - 100%) / 2)); /* containerの中央寄せ補正 */
    margin-right: calc(-1 * ((100vw - 100%) / 2));
    border-radius: 0;
    padding: 50px 15px; /* スマホ用に余白調整（任意） */
	height: auto;
  }
	
.cpt_btn a {
    margin: 60px auto 0;
    width: 280px;
    font-size: 1.28rem;
}
.cpt_btn a:hover {
	text-decoration: none;
}	

/* お知らせセクション */	
section#news {
    padding-top: 0;
}
a.btn.btn-theme-primary-outline {
    font-size: 1.28rem;
}	
	
    
/* フッター1 */
.sidebar .widget .widget-title {
    font-size: 1.285rem !important;
}

/* お問い合わせフォーム */    
#inquiry {
    padding: 40px 15px;
}    
    
}


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

/* ヘッダー */    
/* サイトタイトル調整 */
.site-branding .site-title, .site-branding .site-text-logo {
    font-size: 1.27rem;
}
    
}    

/* メニュー切り替え調整 */
/* @media screen and (max-width: 1199px) {
     .main-navigation {
		 display: none;
    }
	#nav-toggle {
        display: block;
    }
}
*/

@media screen and (max-width: 1140px) {
    .main-navigation .onepress-menu {
        width: 100% !important;
        display: block;
        height: 0px;
        overflow: hidden;
        background: #fff;
        margin: 0 !important;
    }
}
@media screen and (max-width: 1180px) {
    .onepress-menu.onepress-menu-mobile > li > a {
        font-size: 1.28rem;
        color: #006cB3;
        padding: 20px 65px !important;
    }
	.onepress-menu.onepress-menu-mobile a:hover {
        color: #006cB3;
        opacity: .7;
    }
}
@media screen and (min-width:992px) {
    .container {
        width: 1070px;
        max-width: 100%;
    }
}

@media screen and (min-width:761px) and ( max-width:1023px) {
/* プロフィールセクション */
/* 背景調整 */
.section-about .section-title-area {
    padding: 60px;
}
}

/* タブレット */
@media screen and (max-width: 940px) {
.section-news .list-article-thumb, .archive .list-article-thumb, .blog .list-article-thumb {
    display: block;
}
    
/* 沿革dl */
.timeline-entry {
    /* flex-direction: column; */
    /* gap: 5px; */
}
.timeline-entry dt {
    min-width: auto;
}    
/* 2カラムに対応 */
.box {
        flex: 1 1 calc(50% - 20px);
    }
.\33 col::after {
    content: "";
    display: block;
    margin: 10px;
    flex: 1 1 calc(50% - 20px);
}	
}

/* サイドバー調整 */
.sidebar .widget .widget-title {
    text-transform: initial !important;
    letter-spacing: 1px !important;
    font-size: 1.25rem;
    margin: 3rem 0 1.5rem;
    color: #006cb3;
    font-weight: 800;
    text-align: left;
    position: relative;
    padding: 0;
    border-bottom: none;
    border-radius: 0;
}
.widget_recent_entries ul li {
    margin: 0 !important;
    padding: 10px 0px 10px 0px;
    border-bottom: 1px solid #e9e9e9;
}
.sidebar .widget a {
    color: #000;
    font-size: 16px;
}

  /* 1カラムに対応 */
@media screen and (max-width: 480px) {
	.box {
        flex: 1 1 100%;
    }
}

/* cssアニメ */
.coat {
    position: relative;
    width: 800px;
    height: 450px;
    margin: 0px auto;
    animation: fuwafuwa 2s infinite;
}

.shuttlecock {
  position: absolute;
  width: 60px;
  animation: parabola 3s ease-in-out infinite;
}

/* 放物線のアニメーション */
@keyframes parabola {
  0% {
    left: 0;
    bottom: 0;
    transform: rotate(0deg);
  }
  25% {
    left: 25%;
    bottom: 40%;
    transform: rotate(30deg);
  }
  50% {
    left: 50%;
    bottom: 60%;
    transform: rotate(60deg);
  }
  75% {
    left: 75%;
    bottom: 40%;
    transform: rotate(30deg);
  }
  100% {
    left: 100%;
    bottom: 0;
    transform: rotate(0deg);
  }
}

/*上下ふわふわ  */
img.shuttlecock2 {
    width: 60px;
    animation: fuwafuwa 3s infinite;
}

@keyframes fuwafuwa {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-30px);
  }
  100% {
    transform: translateY(0px);
  }
}
