@charset "UTF-8";
/*
Theme Name: yasuda
Author: kdf
Description: 安田式体育遊び研究所
Version:1.5
License: GNU General Public License v2 or later
License URI: LICENSE
*/


body {
margin: 0;
font-family: '游ゴシック Medium', '游ゴシック体', 'Yu Gothic', YuGothic, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, 'MS PGothic', 'ＭＳ Ｐゴシック', sans-serif;
font-size: 15px;
-webkit-text-size-adjust: 100%;
font-weight: 400;
line-height: 1.6em;
background-color: #ffffff;
color: #595757;
background-color: inherit;
text-align: justify;
letter-spacing: 0.02em;
}


body,html{padding: 0 ;margin: 0!important;scroll-padding-top: 150px;}


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
}

*{
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
}

/* テキスト */
h1 {font-size: 1.8em}
h2 {font-size: 1.6em}
h3 {font-size: 1.4em}
h4 {font-size: 1.2em}
h5 {font-size: 1em}
h6 {font-size: 0.8em}

h1,h2,h3,h4,h5,h6{margin:0 0 10px;line-height: 1.5em;}

@media only screen and (max-width:480px){
h1 {font-size: 1.6em}
h2 {font-size: 1.4em}
h3 {font-size: 1.2em}
h4 {font-size: 1em}
h5 {font-size: 0.8em}
}


button, input, label, select, textarea{
font-family: inherit;
font-size: 1em;
}

img{max-width: 100%;height: auto;}
a img{transition: ease .4s;}
a img:hover{opacity: .7;;}

ul{padding: 0;margin: 0}
ul li{list-style:none}
a{text-decoration: none;color: #595757;}
p{margin:0 0 1em;}
.bold{font-weight:600}
.sp{display: none!important;}
.ipSp{display: none!important;}

@media only screen and (max-width:768px){
.ip{display: none!important;}
.ipSp{display: inherit!important;}
}

@media only screen and (max-width:480px){
.sp{display: inherit!important;}
.pc{display: none!important;}
}

.d-flex{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
justify-content: space-between;
}

.d-flex-around{justify-content: space-around;}
.d-flex-start{justify-content: flex-start;}
.d-flex-end{justify-content: flex-end;}
.d-flex-center{justify-content: center;}
.align-center{align-items: center;}
.align-end{align-items: end;}
.flex-reverse{flex-wrap: wrap-reverse;}
.text-center {text-align: center;}
.text-right{text-align: right;}
.text-justify{text-align: justify;}

p.text-center,.text-center p{line-height: 1.8em;}

.col2{width: 48%;margin: 0 0 30px 0;}
.col3{width: 32%;margin: 0 2% 30px 0;}
.col3:nth-of-type(3n){margin-right: 0;}

@media only screen and (max-width:768px){
.col2{width: 100%;}
.col3{width: 48%;margin: 0 4% 30px 0;}
.col3:nth-of-type(3n){margin: 0 4% 30px 0;}
.col3:nth-of-type(2n){margin: 0 0 30px 0;}
}



.clear{clear: both;}
.bold{font-weight:bold;}
.normal{font-weight: normal!important;}
.pink{color: #ff6e96}
.red{color: #d9382b}
.orange{color: #ec6c00}
.yellow{color: #fdd23e}
.green{color: #009944}
.sky-blue{color: #5dc2d0;}
.blue{color: #00b2bc}
.white{color: #ffffff}
.black{color:#595757}
.darkgray{color: #909090;}

/* ------------------------------------------------
外枠
------------------------------------------------
*/ 

.container-inner{
max-width: 1180px;
margin: 0 auto;
padding: 0 40px;	
}

.backcom{
background-color: #ffffff;
}

.group{padding-bottom: 7vh;}


@media only screen and (max-width:920px){
.container-inner{padding: 0 20px}
}

@media only screen and (max-width:480px){
.group{padding-bottom: 3vh;}
}

/* margin */
.mb-1{margin-bottom: 10px;}
.mb-2{margin-bottom: 20px;}
.mb-3{margin-bottom: 30px;}
.mb-4{margin-bottom: 40px;}
.mb-5{margin-bottom: 50px;}
.mb-6{margin-bottom: 60px;}
.mb-7{margin-bottom: 70px;}
.mb-8{margin-bottom: 80px;}
.mb-9{margin-bottom: 90px;}
.mb-10{margin-bottom: 100px;}

@media only screen and (max-width:520px){
.mb-4{margin-bottom: 10px;}
.mb-5{margin-bottom: 20px;}
.mb-6{margin-bottom: 30px;}
.mb-7{margin-bottom: 40px;}
.mb-8{margin-bottom: 50px;}
.mb-9{margin-bottom: 60px;}
.mb-10{margin-bottom: 70px;}
}

/* 共通背景 */
.main{
background-color: #5dc2d0;
}



/* ------------------------------------------------
共通箇所
------------------------------------------------
*/


/* ------------------------------------------------
header 
------------------------------------------------
*/ 

header{
background-color: #ffffff;
position: sticky;
top: 0;
z-index: 220;
width: 100%;
padding: 30px 0 12px;
}

.header-container{
padding: 0 20px;
margin: 0 auto;
}

header nav.d-flex{align-items: center}

.logo{width : 290px;line-height: 0;}

.header-nav,
.nav-wrapper ul.grand-menu{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
align-items: center;
}

.nav-wrapper ul.grand-menu li:last-of-type{
border-right: 1px solid #595757;
}

.nav-wrapper ul.grand-menu li{
font-size: 11px;
font-weight: 600;
border-bottom: 8px solid #ffffff;
border-left: 1px solid #595757;
}

.nav-wrapper ul.grand-menu li:hover{
border-bottom: 8px solid #5dc2d0;
}

.nav-wrapper ul.grand-menu li a{
padding: 10px 15px 5px;
display: inline-block;
}

header ul li a:hover{
cursor: pointer;
opacity: 1;
}

.nav-wrapper ul.grand-menu li{position: relative;}

.nav-wrapper ul.grand-menu li .sub-menu{
position: absolute;
visibility: hidden;
transition: all .4s ease;
background-color: #009944;
width: 200px;
opacity: 0;
z-index: -1;
}

.nav-wrapper ul.grand-menu li .sub-menu li,
.nav-wrapper ul.grand-menu li .sub-menu li:hover{
border: none;
}

.nav-wrapper ul.grand-menu li .sub-menu li .sub-menu{
position: absolute;
visibility: hidden;
transition: all .4s ease;
background-color: #5dc2d0;
top: 0;
width: 200px;
opacity: 0;
}

.nav-wrapper ul.grand-menu li:hover .sub-menu{
display: block;
visibility: visible;
transition: all .4s ease;
opacity: 1;
}

.nav-wrapper ul.grand-menu li .sub-menu li a{
color: #ffffff;
display: block;
padding: 12px;
transition: all .4s ease;
}

.nav-wrapper ul.grand-menu li .sub-menu li a:hover{
background-color: #bbe2f1;
}

.gtranslate_wrapper{margin-left: 20px;}

select.gt_selector{
font-size: 12px;
padding: 5px!important;
}

.black-bg,.ham {display: none;}


@media only screen and (max-width:1200px){
.logo{width: 220px;}
.nav-wrapper ul.grand-menu li{font-size: 11px;}
.nav-wrapper ul.grand-menu li a{padding: 3px 10px 0px;}
}

@media only screen and (max-width:1200px){
.logo{width: 220px;}
.nav-wrapper ul.grand-menu li{font-size: 11px;}
.nav-wrapper ul.grand-menu li a{padding: 10px 10px 5px;}
}

@media only screen and (max-width:960px){
header{padding: 20px 0 12px;}
header nav.d-flex{justify-content: center;}
.logo{margin-bottom: 10px;}
.nav-wrapper ul.grand-menu li a{padding: 7px 12px 5px;}
.nav-wrapper ul.grand-menu li{border-bottom: 5px solid #ffffff;}
.nav-wrapper ul.grand-menu li:hover{border-bottom: 5px solid #5dc2d0;}
.gtranslate_wrapper{margin-left: 10px;}
}


@media only screen and (max-width:768px){
header select{font-size: 13px;}
header nav.d-flex{justify-content: space-between;}
header{padding: 10px 0 0;}
.logo{max-width: 200px;}

.black-bg,.ham {display: inherit;}

.ham {
position: relative;
width: 32px;
height: 32px;
cursor: pointer;
z-index: 300;
}

.ham_l {
position: absolute;
width: 32px;
height: 2px;
right: 0;
background-color: #5dc2d0;
transition: all 0.5s;
}

.ham_l-1 {top: 1px;}
.ham_l-2 {top: 10px;}
.ham_l-3 {top: 20px;}

.open .ham_l-1 {transform: rotate(-45deg);top: 11px;}
.open .ham_l-2 {opacity: 0;}
.open .ham_l-3 {transform: rotate(45deg);top: 11px;}


.header-nav,
.nav-wrapper ul.grand-menu{
display: block;
}

.header-nav{
position: fixed;
top: 0;
right: -100%;
width: 80vw;
height: 100vh;
background-color: #ffffff;
transition: all 0.5s;
z-index: 200;
overflow-y: auto;
}

.open .header-nav{right: 0;}

.black-bg {
position: fixed;
left: 0;
top: 0;
width: 100%;
height: 100vh;
z-index: 5;
background-color: #595757;
opacity: 0;
visibility: hidden;
transition: all 0.5s;
cursor: pointer;
z-index: 100;
}

.open .black-bg {opacity: 0.6;visibility: visible;}

.nav-wrapper ul.grand-menu{margin: 50px 0 20px;}

.nav-wrapper ul.grand-menu li{
font-size: 13px;
margin: 0;
border-left: none;
}

.nav-wrapper ul.grand-menu li:last-of-type{
border-right: none;
}

.nav-wrapper ul.grand-menu li.menu-item-has-children,
.nav-wrapper ul.grand-menu li.menu-item-has-children:hover{border: none;}

.nav-wrapper ul.grand-menu li a {
display: block;
padding: 15px;
}

.nav-wrapper ul.grand-menu li:hover .sub-menu{
display: block;
visibility: visible;
transition: all .4s ease;
opacity: 1;
}

.nav-wrapper ul.grand-menu li .sub-menu{
margin: 0 auto;
position: static;
display: none;
opacity: 0;
transition: all .6s ease;
transform: none;
width: auto;
}

.nav-wrapper ul.grand-menu li:hover .sub-menu{
display: none;
position: static;
}

.nav-wrapper ul.grand-menu li .sub-menu li{
margin-bottom: 0;
border: none;
}

.nav-wrapper .menu-item-has-children a::after {
content: "";
position:absolute;
top: 25px;
right: 15px;
display: inline-block;
width: 8px;
height: 8px;
margin: 0 0 0 15px;
border-bottom: 2px solid #009944;
border-right: 2px solid #009944;
transform: rotate(45deg);
}

.change::after{top: 15px;transform: rotate(-135deg)!important;}

.sub-menu li a::after{content: none!important;}

.nav-wrapper ul.grand-menu li.shop-link a{
border: none;
width: 80%;
color: #ffffff;
border: 1px solid #595757;
background-color: #595757;
margin: 50px auto;
padding: 10px;
}

.gtranslate_wrapper{margin: 15px;}
select.gt_selector{font-size: 13px;margin: 0 auto;}
.header-logo-sub{width: 80px;margin: 0 auto;}

}



/* --------------footer-------------- */

footer .footer-nav{
background-color: #81cde4;
padding: 30px 0 15px;
}


footer .footer-left{width: 46%;}
footer .footer-right{width: 51%;}

footer .footer-nav p,
footer .footer-nav ul li a{
color: #ffffff;
transition: ease .4s;
}

footer .footer-nav p,
footer .footer-nav ul li{
font-size: 13px;
}

footer .footer-nav p{
margin: 15px 0 0;
}

footer .footer-nav ul li a:hover{opacity: .7;}


footer ul { width: 45%;}

.footer-bnr{width: 263px;margin-bottom: 15px;}
.footer-bnr:first-of-type{margin-right: 20px;}
.snsIcon{width: 36px;}
.copyright{padding: 25px 0;}
.copyright .d-flex{justify-content: end;}
.copyright p{margin-bottom: 0;margin-left:30px;text-align: left;}

@media only screen and (max-width:1000px){
footer .logo{margin-bottom: 10px;}
.copyright p{margin-left:0;margin-right: 15px;}
}
@media only screen and (max-width:768px){
footer .footer-left,
footer .footer-right{width: 100%;}
.copyright .d-flex{justify-content: start;}

}

@media only screen and (max-width:480px){
.footer-bnr{width: 240px;}
footer .footer-nav p,
footer .footer-nav ul li{
font-size: 11px;
}
footer .footer-nav p{margin: 10px 0;}
.footer-bnr{margin-bottom: 10px;}
.copyright{padding: 15px 0;}
.copyright p{font-size: 0.8em;}
}





/* ------------------------------------------------
content
------------------------------------------------
*/

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

/* アニメーション設定*/
.fadein{
opacity: 0;
transform: translate3d(0, 60px, 0);
}

.fadein.is-active{
opacity: 1;
transform: translate3d(0, 0, 0);
transition: 1s;
}



/* --------------パンくず-------------- */

ul.breadcrumb{
font-size: 0.8em;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: 25px 0;
}

ul.breadcrumb li:not(:first-child){margin-left: 10px;}

ul.breadcrumb li:not(:first-child)::before{
content: ">";
padding-right: 10px;
}

ul.breadcrumb li:last-child::after{content: ""}
ul.breadcrumb li:last-child{color: #909090;}


@media only screen and (max-width:768px){
ul.breadcrumb{font-size: 10px;}
}


/* --------------pagination-------------- */

.pagination {text-align: center;}

.nav-links {
font-size: 1em;
display: flex;
justify-content: center;
flex-wrap: wrap;
margin-top: 50px;
}

.pagination .page-numbers {
display: flex;
align-items: center;
justify-content: center;
width: 35px;
height: 35px;
margin: 0 15px 20px 0;
color: #909090;
background: #ffffff;
border: 1px solid #909090;
border-radius: 5px;
line-height: 0;
}

.pagination a:hover{
transition: .3s;
background: #5dc2d0;
border: 1px solid #5dc2d0;
color: #ffffff;
}

.pagination .current {
display: flex;
align-items: center;
justify-content: center;
width: 35px;
height: 35px;
color: #ffffff;
background: #5dc2d0;
border: 1px solid #5dc2d0;
border-radius: 5px;
}

.pagination .dots {background: transparent;}



/* --------------title-------------- */

.blog-tit{
font-size: 1.6em;
line-height: 130%;
font-weight: bold;
color: #595757;
margin: 0 0px 20px 0px;
padding: 0 0px 15px 0px;
border-bottom: 4px dotted #909090;
}

.archive-tit{
position: relative;
margin-bottom: 0;
}

.archive-tit::before{
content: "";
background-color: #65aadd;
display: inline-block;
width: 100%;
height: 15px;
position: absolute;
bottom: 0;
left: 50%;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
z-index: -1;
}

.category-seminar .archive-tit::before{background-color:#fdd23e}
.category-topics .archive-tit::before{background-color:#c9caca}
.category-information .archive-tit::before{background-color:#00b2bc}


@media only screen and (max-width: 920px){
.blog-tit{font-size: 1.2em;}
}

@media only screen and (max-width: 768px){
.blog-tit{font-size: 1.2em;}
}

@media only screen and (max-width: 480px){
.blog-tit{font-size: 1.2em;}
}


/* --------------single page-------------- */

.article-post{margin-bottom: 100px;}

.post-item-category{
font-size: 13px;
margin-bottom: 10px;
}

.post-item-category a{
display: inline-block;
border: 1px solid #009944;
color: #009944;
border-radius: 50px;
padding: 3px 15px;
transition: .6s;
}

.post-item-category ul{display: flex;margin-bottom: 10px;}
.post-item-category ul li{margin-right: 10px}

.post-item-category a:hover{
border: 1px solid #909090;
background-color: #909090;
transition: .6s;
}

.post-item-tags li{
font-size: 13px;
letter-spacing: 0.1em;
text-align: center;
display: inline-block;
margin-right: 10px;
}

.post-item-tags li a{color: #909090;}

.post-item-tags li a::before{content: "#";}

.post-item-tags li a:hover{
transition: .3s;
opacity: .7;
}


figure{margin-bottom: 1em;}


/* --------------2カラム-------------- */
/* 2カラム-side */
.col--l .content{width: 66.364%;}
.col--l .col3{margin-right: 5%;}
.col--l .col3:nth-of-type(3n){margin-right: 0;}
.sidebar{width: 31.819%;}

@media only screen and (max-width: 768px){
.col--l .content{width: 100%;}
.col--l .sidebar{display: none;}
}

@media only screen and (max-width: 600px){
.col--l .col3{margin-right: 4%;}
.col--l .col3:nth-of-type(3n){margin-right: 4%;}
.col--l .col3:nth-of-type(2n){margin-right: 0;}
}

.sidebar .side-area{margin-bottom: 2em;}

.sidebar h3{
font-size: 1.467em;
display: flex;
align-items: center;
padding-bottom: 7px;
margin-bottom: 15px;
position: relative;
border: 1px solid #595757;
padding: 8px 8px 8px 10px;
border-left: 10px solid #65aadd;
}

.side-seminar h3{border-left: 10px solid #fdd23e;}
.side-topics h3{border-left: 10px solid #c9caca;}
.side-info h3{border-left: 10px solid #00b2bc;}


.sidebar ul li a{
display: block;
margin-bottom: 10px;
text-indent: -1.4em;
padding-left: 1.4em;
transition: ease .5s;
}

.sidebar ul li a::before{
content: "";
background-color: #65aadd;
display: inline-block;
width: 12px;
height: 12px;
border-radius: 50%;
margin-right: .2em;
}

.side-seminar ul li a::before{background-color: #fdd23e;}
.side-topics ul li a::before{background-color: #c9caca;}
.side-info ul li a::before{background-color: #00b2bc;}

.sidebar ul li a:hover{
opacity: .7;
}

.sidebar .side-active select{
width: 100%;
padding: 10px 5px;
}


/* 検索フォーム */
.search-container {
box-sizing: border-box;
position: relative;
border: 1px solid #909090;
width: 100%;
overflow: hidden;
margin-bottom: 50px;
}

.search-container input[type="text"] {
border: none;
padding: 6px;
width: 100%;
}

.search-container input[type="text"]:focus {
outline: 0;
}

.search-container input[type="submit"] {
cursor: pointer;
background-image: url(./images/common/search.svg);
background-size: 20px;
background-repeat: no-repeat;
background-color: #ffffff;
background-position: 16px 17px;
font-size: 1.3em;
border: none;
position: absolute;
width: 2.5em;
height: 2.5em;
right: 0;
top: -8px;
outline: none;
}

@media only screen and (max-width: 768px){
.search-container{width: 50%;margin: 0 auto 5%}
}

@media only screen and (max-width: 480px){
.search-container{width: 60%;}
}


/* 前後の記事 */
.page-article{margin-top: 80px;}

.previous-article,
.next-article{
width: 35%;
font-size: 13px;
}

.previous-article a,
.next-article a{
display: flex;
align-items: center;
}

.previous-article a::before{
content: "";
display: inline-block;
padding-left: 25px;
height: 25px;
margin: 0 10px;
border-left: 1px solid #909090;
border-bottom: 1px solid #909090;
transform: rotate(45deg);
}

.next-article a{
justify-content: flex-end;
}

.next-article a::after{
content: "";
display: inline-block;
padding-left: 25px;
height: 25px;
margin: 0 10px;
border-right: 1px solid #909090;
border-top: 1px solid #909090;
transform: rotate(45deg); 
}


/* --------------アーカイブページ-------------- */
.archive-post{
border-bottom: 4px dotted #909090;
}

.archive-post a{padding: 40px 0;}

.archive-post .post-thumbnail{width: 40%;}
.archive-post .post-description{width: 56%;}

.archive-post .post-thumbnail {
overflow: hidden;
line-height: 0;
}

.archive-post img{transition: .7s;}

.archive-post a:hover img{
transform: scale(1.1);
-webkit-transform: scale(1.1);
opacity: 1;
transition: .7s;
}

.archive-post h3{
font-size: 1.2em;
line-height: 1.5em;
text-align: left;
margin-bottom: 10px;
}


.post-time{
font-size: 1.2em;
color: #5dc2d0;
margin-bottom: 0.2em;
}


.archive-post p:last-of-type{margin-bottom: 0;}

@media only screen and (max-width: 480px){
.archive-post a{display: block;padding: 30px 0;}
.archive-post .post-thumbnail,
.archive-post .post-description{width: 100%;}
.archive-post .post-thumbnail{margin-bottom: 10px;}
.archive-post h3{
font-size: 1em;
line-height: 1.5em;
margin-bottom: 0.2em;
}
.archive-post p:last-of-type{font-size: 0.8em;}
}


/* --------------------------------------------------------------------------------------------------------------------------------------------
*
各ページ
*
--------------------------------------------------------
------------------------------------------------------------------------------------
*/



/* ------------------------------------------------
top
------------------------------------------------
*/

.main-slider .slider img{
width: 100%;
}

#site-content-top{padding: 7vh 0;}

#site-content-top .top-tit{
color: #ffffff;
text-align: center;
margin-bottom: 70px;
}

#site-content-top .top-tit h1{
font-family: "Noto Sans JP", serif;
font-optical-sizing: auto;
font-weight: 800;
letter-spacing: 0.1em;
font-size: 3.8em;
line-height: 1.3em;
margin-bottom: 15px;
}

#site-content-top .top-tit p{
font-size: 1.6em;
font-weight: 600;
line-height: 1.7em;
}

@media only screen and (max-width:920px){
#site-content-top .top-tit{margin-bottom: 45px;}
#site-content-top .top-tit h1{font-size: 2.4em;}
#site-content-top .top-tit p{font-size: 1.2em;}
}

@media only screen and (max-width:480px){
#site-content-top{padding: 5vh 0;}
#site-content-top .top-tit{margin-bottom: 25px;}
#site-content-top .top-tit h1{font-size: 1.6em;margin-bottom: 5px;}
#site-content-top .top-tit p{font-size: 1em;}
}

.b-y{
border-left: 30px solid #fdd23e;
border-right: 30px solid #fdd23e;
}

.top-about{
text-align: center;
margin-bottom: 70px;
}

.top-about{
position: relative;
line-height: 0;
}


.top-about .MoreBtn{
line-height: 1.2em;
}

.top-about .top-bnr-inn{
width: 100%;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
}


.top-activity{background-image: url(./images/top/top02.jpg);background-size: contain;}

.top-activity h2{color: #ffffff;}

.top-about h2{
font-family: "Noto Sans JP", serif;
font-optical-sizing: auto;
font-weight: 800;
letter-spacing: 0.1em;
font-size: 2.8em;
}

.top-about p{
font-size: 1.5em;
line-height: 1.8em;
font-weight: 600;
color: #ffffff;
text-shadow: 1px 3px 3px #595757;
margin-bottom: 30px;
}

.MoreBtn{font-size: 1.4em;}

.MoreBtn a{
display: inline-block;
background-color: #fdd23e;
border: 2px solid #fdd23e;
padding: 12px 35px;
transition: ease .5s;
}

.MoreBtn a:hover{
background-color: #ffffff;
}


@media only screen and (max-width:768px){
.top-about{
padding: 30px 15px;
background-image: url(./images/top/top01.jpg);
background-size: cover;
}

.top-about .top-bnr-inn{
position: inherit;
top: auto;
left: auto;
transform: none;
-webkit-transform: none;
-ms-transform: none;
}

.top-activity{background-image: url(./images/top/top02.jpg);}

.top-about img{display: none;}

.top-about{padding: 30px;}
.top-about h2{font-size: 2em;}

.top-about p,
.MoreBtn{font-size: 1.2em;}
.MoreBtn a{padding: 6px 30px;}

.b-y{
border-left: 22px solid #fdd23e;
border-right: 22px solid #fdd23e;
}
}


@media only screen and (max-width:520px){
.top-about h2{font-size: 1.35em;}
.top-about p,
.MoreBtn{font-size: 1em;}
.MoreBtn a{padding: 5px 15px;}

.b-y{
border-left: 15px solid #fdd23e;
border-right: 15px solid #fdd23e;
}

.top-activity{
background-image: url(./images/top/top02Sp.jpg);
padding: 50px 50px 200px 30px;
text-align: left;
}

.top-activity .MoreBtn a{text-align:center;}

}


.top-bolg .col3{
background-color: #ffffff;
margin: 0 0 50px 0;
position: relative;
}

.top-bolg .col3 h3{
font-size: 1.6em;
text-align: center;
position: relative;
padding: 40px 6% 0;
margin: 0;
letter-spacing: 0.3em;
}

.top-bolg .col3 h3::before{
content: "";
background-color: #65aadd;
display: inline-block;
width: 88%;
height: 15px;
position: absolute;
bottom: 0;
left: 50%;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
z-index: -1;
}

.top-bolg .col3:nth-of-type(2) h3::before{background-color: #fdd23e;}
.top-bolg .col3:nth-of-type(3) h3::before{background-color: #c9caca;}

.top-bolg .tit-bolg-en{
font-size: 1.2em;
font-weight: 600;
display: flex;
justify-content: center;
align-items: center;
letter-spacing: -0.03em;
width: 85px;
height: 85px;
border-radius: 50%;
background-color: #65aadd;
position: absolute;
top: -55px;
left: 50%;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
}

.top-bolg .col3:nth-of-type(2) .tit-bolg-en{background-color: #fdd23e;}
.top-bolg .col3:nth-of-type(3) .tit-bolg-en{background-color: #c9caca;}

.blog-post a{
display: block;
padding: 6%;
}

.blog-post .post-thumbnail {
overflow: hidden;
line-height: 0;
margin-bottom: 20px;
}

.blog-post img{transition: .7s;}

.blog-post a:hover img{
transform: scale(1.1);
-webkit-transform: scale(1.1);
opacity: 1;
transition: .7s;
}

.blog-post h4{
font-size: 1em;
line-height: 1.5em;
text-align: left;
margin-bottom: 0.2em;
}

.blog-post p:last-of-type{
font-size: 0.8em;
line-height: 1.6em;
margin-bottom: 0;
}

@media only screen and (max-width:768px){
.top-bolg .col3{margin-top: 30px;}
}

@media only screen and (max-width:620px){
.top-bolg .col3{width: 100%;margin-bottom: 30px;}
.top-bolg .col3{margin-top: 50px;}
}


.info-col{
width: 100%;
background-color: #ffffff;
padding: 40px 30px;
margin-bottom: 50px;
}

.info-col .info-tit{
width: 17%;
position: relative;
display: flex;
justify-content: center;
align-items: center;
text-align: center;
}

.info-col .info-tit h3{font-size: 1.4em;margin-bottom: 0;}

.info-col .info-tit::before{
content: "";
width: 100%;
padding-top: 100%;
display: block;
border: 3px solid #5dc2d0;
border-radius: 50%;
position: absolute;
}

.info-col ul{width: 80%;}

.info-col ul li a{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
align-items: center;
}

.info-col ul li {
border-bottom: 4px dotted #5dc2d0;
padding: 15px 0;
}

.info-col ul li:first-of-type{
border-top: 4px dotted #5dc2d0;
}

.info-col ul li span.post-time{
font-size: 1.4em;
color: #5dc2d0;
margin-right: 20px;
margin-bottom: 0;
}

@media only screen and (max-width:920px){
.info-col{padding: 25px;}
.info-col .info-tit h3{font-size: 1.2em;}
}

@media only screen and (max-width:768px){
.info-col{margin-bottom: 30px;}
.info-col .info-tit{width: 22%;}
.info-col ul{width: 75%;}
}

@media only screen and (max-width:620px){
.info-col .info-tit,
.info-col ul{width: 100%;}

.info-col .info-tit{
width: 150px;
height: 150px;
border: 3px solid #5dc2d0;
border-radius: 50%;
margin: 0 auto 30px;
padding: 20px;
}

.info-col .info-tit h3{font-size: 1.4em;}
.info-col .info-tit::before{content: none;}

.info-col ul li a{flex-wrap: wrap;}

.info-col{padding: 15px;}
.info-col ul li span{font-size: 0.8em;line-height: 1.5em;}
.info-col ul li span.post-time{width: 100%;font-size: 1.2em;margin-right: 0;}

}


.loweBnr{margin-bottom: 30px;}


.loweBnr a{
font-size: 1.6em;
font-weight: 600;
color: #ffffff;
text-align: center;
border-radius: 15px;
letter-spacing: 0.3em;
padding: 40px;
position: relative;
display: block;
transition: ease .8s;
}

.loweBnr a span{
font-weight: 300;
position: absolute;
left: 40px;
letter-spacing: 0.02em;
}

.loweBnr a::after{
content: "";
position: absolute;
border: 2px solid #ffffff;
top: 8px;
bottom: 8px;
left: 8px;
right: 8px;
border-radius: 7px;
transition: ease .8s;
}

.requestBnr a{
background-color: #65aadd;
border: 2px solid #65aadd;
}

.requestBnr a:hover{
color: #65aadd;
background-color: #ffffff;
}

.requestBnr a:hover::after{
border: 2px solid #65aadd;
}

.scheduleBnr a{
background-color: #b5b5b6;
border: 2px solid #b5b5b6;
}

.scheduleBnr a:hover{
color: #b5b5b6;
background-color: #ffffff;
}

.scheduleBnr a:hover::after{
border: 2px solid #b5b5b6;
}



@media only screen and (max-width:768px){
.loweBnr a{
font-size: 1.2em;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
justify-content: space-between;
padding: 30px;
}
.loweBnr a span{position: static;}
}

@media only screen and (max-width:480px){
.loweBnr{margin-bottom: 20px;}
.loweBnr a{
font-size: 0.8em;
padding: 20px;
}
}



/* ------------------------------------------------
固定ページ
------------------------------------------------
*/


/* --------------page title-------------- */

.com-tit{
font-size: 2.2em;
font-weight: 600;
text-align: center;
letter-spacing: 0.5em;
line-height: 1.4em;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
justify-content: center;
align-items: center;
background-color: #fdd23e;
border-radius: 15px;
padding: 30px 15px;
margin-bottom: 30px;
}

.com-tit::before,
.com-tit::after{
content: "";
flex-grow: 1;
border-top: 8px dotted #ffffff;
display: block;
}

.com-tit::before{margin-right: 30px;}
.com-tit::after{margin-left: 15px;}


.mainImg{
position: relative;
line-height: 0;
}

.mainImg h1{
font-size: 3.2em;
color: #ffffff;
letter-spacing: 0.08em;
text-shadow: 1px 4px 3px #595757;
text-align: center;
position: absolute;
bottom: 10%;
left: 50%;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
margin: 0;
width: 100%;
}


@media only screen and (max-width: 920px){
.com-tit{font-size: 1.8em;padding: 20px 10px;}
.com-tit::before,
.com-tit::after{border-top: 6px dotted #ffffff;}
}

@media only screen and (max-width: 768px){
.com-tit{font-size: 1.2em;letter-spacing: 0.2em;}
.com-tit{padding: 20px 10px;}
.com-tit::before,
.com-tit::after{border-top: 4px dotted #ffffff;}
.mainImg img{height: 300px;object-fit: cover;}
.mainImg h1{font-size: 2em;}
}

@media only screen and (max-width: 480px){
.com-tit{font-size: 1.2em;margin-bottom: 30px;}
.com-tit{padding: 15px 10px;margin-bottom: 20px;}
.com-tit::before{margin-right: 15px;}
.com-tit::after{margin-left: 7px;}
.sub-tit{font-size: 1.2em;}
.sub-tit::before{padding-left: 38px;height: 72px;}
.mainImg img{height: 200px;}
.mainImg h1{font-size: 1.5em;}
}


.fixity{margin-bottom: 70px;}

.page-content{margin-bottom: 80px;}
.page-content-inn{max-width: 900px;margin: 0 auto;}

.page h2{
font-family: "Noto Sans JP", serif;
font-optical-sizing: auto;
font-weight: 800;
line-height: 1.3em;
letter-spacing: 0.1em;
font-style: normal;
color: #036eb8;
text-align: center;
}

.page .col--l,.page .col--s{margin-bottom: 30px;}
.page .col--l{width: 54%;}
.page .col--s{width: 44%;}

p.p-bw{
font-size: 1.4em;
font-weight: 600;
line-height: 1.8em;
text-align: center;
margin-bottom: 1em;
}

.teacherBnr a{
font-size: 1.5em;
font-weight: 600;
background-color: #a9d56d;
display: flex;
align-items: center;
padding: 25px 40px;
position: relative;
transition: ease .5s;
}

.teacherBnr a::before{
content: "";
display: inline-block;
border-top: 4px solid #ffffff;
border-right: 4px solid #ffffff;
transform: rotate(45deg);
width: 12px;
height: 12px;
margin: 0 10px;
position: absolute;
right: 74%;
}

.teacherBnr a::after{
content: "";
border-bottom: 4px dashed #ffffff;
width: 75%;
position: absolute;
top: 50%;
right: 0;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
}

.teacherBnr a:hover{background-color: #7bc031;}

.messageBnr a{background-color: #fdd23e;}
.messageBnr a::before{right: 66%;}
.messageBnr a::after{width: 67%;}
.messageBnr a:hover{background-color: #fac229;}

@media only screen and (max-width:1100px){
.teacherBnr a::before{right: 67%;}
.teacherBnr a::after{width: 68%;}
.messageBnr a::before{right: 61%;}
.messageBnr a::after{width: 62%;}
}


@media only screen and (max-width:920px){
p.p-bw{font-size: 1.2em;line-height: 1.6em;}
.teacherBnr a{padding: 25px;}
.teacherBnr a::before{right: 64%;}
.teacherBnr a::after{width: 65%;}
.messageBnr a::before{right: 54%;}
.messageBnr a::after{width: 55%;}
}


@media only screen and (max-width:768px){
.page-content{margin-bottom: 50px;}
.page .col--l,
.page .col--s{width: 100%;}
.teacherBnr a{font-size: 1.2em;}
.teacherBnr a::before{
width: 8px;
height: 8px;
border-top: 2px solid #ffffff;
border-right: 2px solid #ffffff;}
.teacherBnr a::after{border-bottom: 2px dashed #ffffff;}
}

@media only screen and (max-width:520px){
.teacherBnr a{font-size: 1em;padding: 15px;}
p.p-bw{font-size: 1em;}
}


@media only screen and (max-width:480px){
.teacherBnr a::before{right: 49%;}
.teacherBnr a::after{width: 50%;}
.messageBnr a::before{right: 45%;}
.messageBnr a::after{width: 46%;}
}



/* --------------安田式体育遊び研究所とは-------------- */
#about h2{font-size: 4em;}

#about .about-sub{
font-size: 2em;
color: #5dc2d0;
text-align: center;
margin-bottom: 50px;
}

#about ul{
max-width: 720px;
margin: 0 auto;
border-right: 14px solid #fdd23e;
border-left: 14px solid #fdd23e;
padding: 20px 30px;
}

#about ul li{
font-size: 1.8em;
font-weight: 600;
color: #036eb8;
margin-bottom: 1em;
text-indent: -1em;
padding-left: 1em;
}

#about ul li:last-of-type{margin-bottom: 0;}

.about-col:nth-of-type(1){width: 20.5%;margin-right: 2%;}
.about-col:nth-of-type(1) p{font-size: 1.6em;}
.about-col:nth-of-type(2){width: 48%;}
.about-col p{margin-bottom: 0;}

#profile .sin{
width: 56%;
margin-left: auto;
}

.sub-tit{
font-family: "Noto Sans JP", serif;
font-optical-sizing: auto;
font-weight: 800;
letter-spacing: 0.1em;
font-size: 2.4em;
line-height: 1.3em;
color: #036eb8;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
align-items: center;
margin-bottom: 20px;
}

.sub-tit::before{
content: "";
background-image: url(./images/page/message.svg);
background-size: contain;
background-repeat: no-repeat;
display: inline-block;
padding-left: 55px;
height: 104px;
margin-right: 20px;
}

#activity h5{
font-size: 1.2em;
color: #ffffff;
background-color: #5dc2d0;
border-right: 14px solid #fdd23e;
border-radius: 50px 0 0 50px;
padding: 10px 30px;
margin-bottom: 1em;
}

#activity dl {margin-bottom: 1.5em;}

#activity dl dt{
font-size: 1.2em;
font-weight: 600;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
align-items: center;
margin-bottom: 0.2em;
}

#activity dl dt::after{
content: "";
background-color: #5dc2d0;
height: 2px;
flex-grow: 1;
}

#about .page-content#profile{
padding-top: 100px;
margin-top: -10px;
}

#company table{
width: 100%;
border-collapse: collapse;
}

#company table tr th{
width: 18%;
font-weight: 300;
text-align: center;
background-color: #b8ddeb;
}

#company table tr th,
#company table tr td{
padding: 1.5% 2%;
border: 1px solid #595757;
}

#company table tr td ul li{
font-weight: 600;
text-indent: -1em;
padding-left: 1em;
}

#policy dl{margin-bottom: 1.5em;}

#policy dl dt{
color: #5dc2d0;
font-weight: 600;
}

.policy-tit{
font-size: 1.5em;
color: #ffffff;
background-color: #5dc2d0;
border-left: 14px solid #fdd23e;
border-right: 14px solid #fdd23e;
padding: 10px 30px;
margin-bottom: 1em;
text-align: center;
}


@media only screen and (max-width:1100px){
.about-col:nth-of-type(1){width: 22%;}
.about-col:nth-of-type(2){width: 60%;}
}

@media only screen and (max-width:920px){
#about h2{font-size: 3em;}
#about .about-sub{font-size: 1.5em;}
.sub-tit{font-size: 1.8em;}
.sub-tit::before{padding-left: 47px;height: 90px;}
#about ul{
max-width: 720px;
margin: 0 auto;
border-right: 14px solid #fdd23e;
border-left: 14px solid #fdd23e;
padding: 20px 30px;
}

#about ul li{
font-size: 1.8em;
font-weight: 600;
color: #036eb8;
margin-bottom: 1em;
}
}

@media only screen and (max-width:768px){
#about h2{font-size: 2em;}
#about .about-sub{font-size: 1.2em;margin-bottom: 20px;}
#about ul{
border-right: 10px solid #fdd23e;
border-left: 10px solid #fdd23e;
}
#about ul li{font-size: 1.4em;}
.about-col:nth-of-type(1){width: 22%;}
.about-col:nth-of-type(2){width: 76%;}
#activity .d-flex .col2:last-of-type{margin-bottom: 0;}
#company table tr th,
#company table tr td{
padding: 2%;
}
}

@media only screen and (max-width:620px){
.about-col:nth-of-type(1){width: 50%;margin: 0 auto 10px;}
.about-col:nth-of-type(1) p{font-size: 1.2em;}
.about-col:nth-of-type(2){width: 100%;}
}

@media only screen and (max-width:520px){
#about h2{font-size: 1.4em;}
#about ul{
padding: 15px;
border-right: 5px solid #fdd23e;
border-left: 5px solid #fdd23e;
}
.sub-tit{font-size: 1.4em;}
.sub-tit::before{padding-left: 38px;height: 72px;margin-right: 10px;}
#about ul li{font-size: 1em;margin-bottom: 0.5em;}
#activity h5{padding: 5px 25px;}
#company table tr th,
#company table tr td{font-size: 0.8em;}
.policy-tit {font-size: 1em;}
}


/* --------------安田先生について-------------- */
.teacher .mainImg h1{display: none;}

#teacher dl{
padding-top: 1em;
margin-bottom: 1em;
border-top: 2px solid #5dc2d0;
}

#teacher .MoreBtn{font-size: 1.2em;}

#teacher .MoreBtn a{
background-color: #5dc2d0;
border: 2px solid #5dc2d0
}

#teacher .MoreBtn a:hover{
background-color: #ffffff;
}

#teacher dl:last-of-type{margin-bottom: 0;}

#teacher dl dt{
font-size: 1.2em;
font-weight: 600;
}

.teacher-message{
max-width: 640px;
margin: 0 auto 50px;
}


/* --------------安田メソッドについて-------------- */
#method h2{font-size: 2.8em;}
#method .com-tit{letter-spacing: 0.2em;}

@media only screen and (max-width:920px){
#method h2{font-size: 2.2em;}
}

@media only screen and (max-width:768px){
#method h2{font-size: 1.8em;}
}

@media only screen and (max-width:520px){
#method h2{font-size: 1.4em;}
#method p br{display: none;}
}


/* --------------メッセージ集-------------- */
#message .com-tit{letter-spacing: 0.2em;}

.col--m-s{width: 24%;}
.col--m-l{width: 72%;}

#message ul li:before{
content: "";
background-color: #5dc2d0;
display: inline-block;
width: 12px;
height: 12px;
border-radius: 50%;
margin-right: 0.5em
}

#message ul li {padding: 8px 0;}

#message ul li.active:focus {
color: #5dc2d0;
font-weight: bold;
}

.img-col {
padding: 50px;
margin-bottom: 50px;
border: 1px solid #A2A2A2;
text-align: center;
}

#message .moji-col {
-ms-writing-mode: tb-rl;
writing-mode: vertical-rl;
margin: 0 auto;
}

.tab-list {display: flex;}
.tab-item {cursor: pointer;}
.tab-panel {display: none;}
.tab-panel.active {display: block;}

@media only screen and (max-width:920px) and (min-width:621px){
#message ul li,
#message .moji-col{font-size: 0.8em;}
}


@media only screen and (max-width:620px){
.col--m-s,
.col--m-l{width: 100%;}
.col--m-s{margin-bottom: 20px;}
}

@media only screen and (max-width:480px) {
#message ul li,
#message .moji-col p{font-size: 0.667em;}
#message .moji-col p{line-height: 1.6em;}
}


/* --------------お問い合わせ-------------- */

#contact h1{
font-size: 3em;
text-align: center;
}

.contact-table {margin-bottom: 20px;}

.contact-table table{
width: 100%;
border-collapse: separate;
margin-bottom: 60px;
letter-spacing: 0.08em;
}


.contact-table table th{
width: 30%;
font-weight: 300;
padding: 0 10px 40px 42px;
}

.contact p span,
.contact th span{
color: #d9382b;
}

.contact-table table td{
padding: 0 0 40px 0;
}

.contact-table table th,
.contact-table table td{
padding-bottom: 40px;
font-weight: 300;
}

.contact-table table td span input,
.contact-table table td span textarea{
display: block;
width: 100%;
padding: 10px 15px;
}

.contact-table table select{padding: 10px 15px;}

.wpcf7-form .d-flex{
justify-content: center;
}

.wpcf7-form .contactBtn{
margin: 0 10px;
max-width: 200px;
}

.wpcf7-form .contactBtn input{
font-size: 1em;
padding:10px 20px;
width: 100%;
background-color: #81cde4;
border: 1px solid #81cde4;
display: block;
cursor: pointer;
border-radius: 5px;
transition: ease .6s;
}

.wpcf7-form .contactBtn input:hover {
background-color: #ffffff;
}

.wpcf7 form.invalid .wpcf7-response-output, 
.wpcf7 form.unaccepted .wpcf7-response-output, 
.wpcf7 form.sent .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output{
border: none;
text-align: center;
color: #ffffff;
}

.contact-table table td span input[type="radio"]{
width: auto;
display: inherit;
}

.contact-table table td .wpcf7-radio span{
margin: 0 0.5em 0 0;
}


@media only screen and (max-width: 92px) {
#contact h1{font-size: 2em;}
}

@media only screen and (max-width: 580px) {
#contact h1{font-size: 1.5em;}

.contact-table table{margin-bottom: 30px;}

.contact-table table th{
width: 100%;
padding: 0 0 10px 0;
}

.contact-table table td{padding-bottom: 20px;}

.wpcf7-form table th,
.wpcf7-form table td {font-size:12px;display: block;}
}



/* reCAPTCHA */
.fixity .contact-privacy{
text-align:center;
font-size:12px
}

.grecaptcha-badge { visibility: hidden; }

/*---------------追加---------------*/
.youtube {
width: 100%;
aspect-ratio: 16 / 9;
}
.youtube iframe {
width: 100%;
height: 100%;
}
/*-----------がんばりまめ通信------------*/
.bold_150 { font-size: 150%;font-weight: bold; }
.bold_120 { font-size: 120%;font-weight: bold; }
.pt-4{padding-top: 40px;}

.container-innerY{
max-width: 1180px;
margin: 0 auto;
padding: 0 0 40px;	
}
.back-yellow{background-color: #fefdee;}

.freeregister{
text-align: center;
width: 150px;
margin: 0 auto;
font-size: 140%;
letter-spacing: 0.2em;
border-radius: 10px;
background-color: #f38f1e;
border: 2px solid #f38f1e;
}

.freeregister a{
color: #fff;
padding: 20px 0;
display: block;
}


.freeregister a:hover{
color:  #f38f1e;
}

.freeregister:hover{
opacity: 1;
background-color: #fff;
border: 2px solid #f38f1e;
transition: .4s;
}
.magazine-not{
border: 2px solid #e71521;
padding: 1.5em 2em;
border-radius: 10px;
}


.magazine-not .bold_150{
display: flex;
align-items: center;
}

.magazine-not .bold_150:before{
content: "";
background-image: url("../magazine/caution_mark.svg");
background-repeat: no-repeat;
display: inline-table;
height: 30px;
margin-right: 10px;
padding-left: 30px;
}

.gambarimame_col01{width: 25%;}
.gambarimame_col02{width: 50%;}
@media only screen and (max-width:768px){
.gambarimame_col02{width: 100%;}	
}

