@charset "UTF-8";
/*そがべピアノ教室　子テーマ【ｒｗｄ．ｃｓｓ】*/

/*親テーマのrwd.css*/

/*--------------------------------------------------------
解像度1200px以下
--------------------------------------------------------*/
@media
only screen and (max-width : 1200px){
	.site-header,
	.global-nav,
	.main-body,
	.site-footer{
		width: 1200px;
	}

	.site-header-in,
	.global-nav-in,
	.main-body-in,
	.site-footer-in{
		width: 100%;
		margin: auto;
	}

	.main-image-in,
	.main-image-in-text,
	.main-image-in-text .main-image-in-text-cont,
	.main-image-in-text.wide .main-image-in-text-cont{
		width: 100%;
	}

	.col1 .section-wrap,
	.col1 .breadcrumbs,
	.col1 .section-wrap.wide .section-in,
	.col1 .section-wrap.wide{
		width: auto;
	}

	.col1 .breadcrumbs-in,
	.col1 .float-area{
		width: 96%;
		margin-right: auto;
		margin-left: auto;
	}

	/*吹き出し*/
	.bubble{
		width: 70%;
	}

	.talker{
		width: 25%;
	}

	.bubble .bubble-in:after,
	.bubble .bubble-in:before{
		top: 30px;
	}

	.together .bubble,
	.together .talker{
		width: 100%;
	}

	.together .talker b{
		max-width: 25%;
	}

	.ranking-list04 .rank-box,
	.ranking-list05 .rank-box,
	.post-list01 .post-box,
	.post-list02 .post-box{
		width: 100%;
	}

	.col1 .ranking-list05 .rank-box,
	.col1 .post-list02 .post-box{
		width: 320px;
	}

}/*解像度1200px以下*/


/*--------------------------------------------------------
解像度769px以上950px以下
--------------------------------------------------------*/
@media (min-width: 769px) and (max-width: 950px){


	/*ランキング*/
	.col2 .sub-conts .ranking-list03 .rank-thumb,
	.col2r .sub-conts .ranking-list03 .rank-thumb,
	.col2 .comparative-list01 .rank-thumb,
	.col2 .comparative-list02 .rank-thumb,
	.col2r .comparative-list01 .rank-thumb,
	.col2r .comparative-list02 .rank-thumb{
		float: none;
	}

	.col2 .comparative-list01 .rank-thumb,
	.col2 .comparative-list02 .rank-thumb,
	.col2r .comparative-list01 .rank-thumb,
	.col2r .comparative-list02 .rank-thumb{
		display: inline-block;
	}

	.col1 .ranking-list04 li,
	.col1 .ranking-list05 li,
	.col1 .post-list01 li,
	.col1 .post-list02 li{
		display: block;
		margin-right: auto;
		margin-left: auto;
	}

	.col1 .ranking-list04 .rank-box,
	.col1 .ranking-list05 .rank-box,
	.col1 .post-list01 .post-box,
	.col1 .post-list02 .post-box{
		width: 320px;
	}

	.col1 .banner-list li{
		display: list-item;
		margin-left: 0;
	}

}/*解像度769px以上950px以下*/

/*--------------------------------------------------------
解像度768px以下
--------------------------------------------------------*/
@media
only screen and (max-width : 768px){

	html,
	body,
	.containr{
		min-width: 0;
	}

	html{
		overflow-x: hidden;
		overflow-y: scroll;
	}

	html,body{
		width: 100%;
		-webkit-text-size-adjust: 100%;
		-ms-text-size-adjust: 100%;
	}

	textarea,input{
		max-width: 95%;
	}

	input[type="submit"],input[type="image"],
	input[type="reset"],input[type="button"],
	input[type="file"]{
		max-width: none;
	}

	blockquote{
		position: relative;
		margin: 2em 0;
		padding: 115px 20px 80px;
		background: #eee;
	}

    .site-header,
	.global-nav,
	.main-body,
	.site-footer{
		width: 100%;
	}

	.site-header-in,
	.global-nav-in,
	.main-body-in,
	.site-footer-in{
		width: 100%;
	}

	.col2 .main-conts,
	.col2 .sub-conts,
	.col2r .main-conts,
	.col2r .sub-conts{
		float: none;
		width: auto;
	}

	/*ヘッダー*/
	.site-header-conts,
	.site-title,
	.header-box{
		display: block;
	}

	.header-box{
		margin-top: 15px;
	}

	.site-header-conts{
		padding-top: 50px;
	}

	.no-gn .site-header-conts{
		padding-top: 0;
	}

	.site-header-conts{
		padding-bottom: 10px;
	}

	.site-title{
		padding: 15px 15px 0;
		font-size: 1.4em;
	}

	.normal-screen .site-title{
		font-size: 2em;
	}

	.normal-screen .lp-catch{
		padding: 15px 15px 0;
		font-size: 1em;
	}

	.header-box{
		margin-left: 0;
		text-align: center;
	}

	.site-header-in{
		position: relative;
		padding-bottom: 1em;
	}

	.home .main-image{
		margin-bottom:4em;
	}

	/*グローバルナビ*/
	.global-nav{
		position: absolute;
		top: 0;
		width: 100%;
		margin: 0;
		border: 0;
	}

	.global-nav ul{
		display: none;
		position: absolute;
		top: 50px;
		left: 10px;
		z-index: 50;
		width: 80%;
		border: 0;
		background: #eeeeee;

	}

	.global-nav-panel{
		display: block;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding: 10px;
		background: #ff6860;
		color: #fff;
		cursor: pointer;
	}

	.global-nav-in li{
		display: list-item;
		width: auto;
		border-right: 0;
		border-bottom: 1px solid #ffffff;
		text-align: left;
	}

	.global-nav-in li ul{
		position: static;
		width: auto;
		margin-left: 1em!important;
		border-bottom: 0;
		background:#eeeeee;
	}

	.global-nav-in li ul li{
		width: 100%;
		border-right:0;
		border-bottom: 0;
	}

	.global-nav-in li a,
	.global-nav li ul li a{
		display:block;
		padding: 1em;
		padding-right: 2em;
		border-right:0;
		background: url(./images/icon/icon-gn-arw.png) right center no-repeat ;
	}

	.global-nav li ul li ul{
		margin-left:1em;
	}

	.global-nav li ul li ul a{
	}

		/*Retina（高解像度）ディスプレイ用*/
		@media screen and (-webkit-min-device-pixel-ratio:2),
		(min-resolution: 2dppx){

			.global-nav-in li a,
			.global-nav li ul li a{
				background: url(./images/icon/icon-gn-arw@2x.png) right center no-repeat ;
				-webkit-background-size: 27px 18px;
				background-size: 27px 18px;
			}

		}

	.global-nav-in li ul li:hover > a{
		background-color: #FFFFFF;
	}
	.section-wrap,
	.col1 .section-wrap.wide{
		padding: 0;
		border: 0;
	}

	.col1 .section-wrap{
		padding: 0;
	}

	.section-wrap .section-in,
	.col1 .section-wrap.wide .section-in,
	.float-area,
	.col1 .float-area{
		padding: 0;
	}

	.col1 .sub-conts .section-wrap .section-in{
		padding: 0 20px 30px;
	}

	.section-wrap .section-in .section-title,
	.section-wrap .article-header .section-title{
		margin: -15px -15px 0;
		padding: 15px;
		font-size: 1.75em;
	}

	.sub-conts .section-wrap .section-in .section-title,
	.sub-conts .section-wrap .article-header .section-title,
	.col1 .sub-conts .section-wrap .section-in .section-title,
	.col1 .sub-conts .section-wrap .article-header .section-title{
		margin: 0 -20px 30px;
		padding: 10px 18px;
	}

	.main-body h1,
	.main-body h2,
	.main-body h3,
	.main-body h4,
	.main-body h5,
	.main-body h6{
		margin: 35px 0 20px;
	}


	.main-body h1,
	.main-body h2{
		font-size: 1.5em;
	}

	/*パンくずリスト*/
	.breadcrumbs-in{
		margin-bottom: 1em;
		padding: 0;
	}

	.breadcrumbs-in li:last-child{
		display: none;
	}
	.col1 .breadcrumbs-in{
		width: auto;
	}

	/*フッターナビ*/
	.site-footer-nav{
		display: block;
		text-align: left;
	}

	.site-footer-nav li,
	.site-footer-nav li:first-child{
		display: list-item;
		margin-left: 20px;
	}

	/*コピーライト*/
	.copyright{
		padding: 15px;
		text-align: left;
	}

	.page-top img{
		width: 40px;
	}

	/*最新情報*/
	.news .news-thumb{
		float: none;
		text-align: center;
	}

	.main-body .news-title{
		font-size: 1.25em;
	}

	/*テーブル（左端がth、右側がtdの場合にスマホ表示で立て並びに変化）*/
	.table-block,
	.table-block thead,
	.table-block tbody,
	.table-block tfoot,
	.table-block tr,
	.table-block th,
	.table-block td{
		display: block;
	}

	.table-block{
		border-bottom: 1px solid #959595;
	}

	.table-block th,
	.table-block td{
		float: left;
		width: 100%!important;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	.table-block:after{
		content : '';
		display : block;
		clear : both;
		height:0;
	}

	.table-scroll:before{
		content: "※はみ出ている場合、横にスクロールできます。"
	}
	/*バナーエリア*/
	.banner-list li{
		text-align: center;
	}

	.banner-list li,
	.col1 .banner-list li,
	.main-conts .banner-list li{
		display: list-item;
		margin-left: 0;
	}

	/*ボタン*/
	.btn-area{
		text-align: center;
	}

	.btn{
		float: none;
		margin-right: 0;
		margin-left: 0;
	}

	.btn-area .btn {
		display: block;
		margin-right: auto;
		margin-left: auto;
	}

	.btn-green,
	.btn-blue,
	.btn-orange,
	.btn-red{
		padding: 25px;
	}

	.btn-form01{
		padding: 25px 40px;
	}

	.btn-form02{
		padding: 25px 20px;
	}

	.btn-mail{
		padding: 12px;
	}

	/*ソーシャルボタン*/
	.sns-list li{
		margin-right: 1em;
		margin-left: 0;
	}

	/*登場人物紹介２*/
	.col1 .cast-box02 .cast{
		min-height: 0;
	}

	.col1 .cast-box02 .cast-name,
	.col1 .cast-box02 .cast-profile{
		padding-left: 0;
	}

	.col1 .cast-box02 .cast .cast-headshot{
		width: 100%;
	}

	/*ランキング*/
	.rank-thumb{
		float: none;
	}

	.ranking-list04 .rank-box,
	.ranking-list05 .rank-box,
	.post-list01 .post-box,
	.post-list02 .post-box{
		width: 320px;
	}

	.sub-conts .ranking-list03 .rank-thumb,
	.col2 .sub-conts .ranking-list03 .rank-thumb,
	.col2r .sub-conts .ranking-list03 .rank-thumb{
		float: left;
	}

	.col1 .ranking-list04 li,
	.col1 .ranking-list05 li,
	.col1 .post-list01 li,
	.col1 .post-list02 li{
		display: block;
		margin-right: auto;
		margin-left: auto;
	}

	.col2 .link-menu-image-thumb,
	.col2r .link-menu-image-thumb{
		float: left;
	}

	.comparative-list01 .rank-thumb,
	.comparative-list02 .rank-thumb{
		display: inline-block;
		float: none;
	}

	.ranking-list04 .rank-box,
	.ranking-list05 .rank-box,
	.post-list01 .post-box,
	.post-list02 .post-box{
		width: 320px;
	}

	/*関連記事*/
	.related-articles-thumbs02 li{
		float: none;
		width: auto;
		margin-left: 0;
	}

	.eye-catch{
		float: none;
		margin: 0 0 1em;
		text-align: center;
	}

}/*解像度768px以下*/


/*--------------------------------------------------------
解像度480px以下
--------------------------------------------------------*/
@media
only screen and (max-width : 480px){

	/*段組*/
	.col4-wrap,
	.col3-wrap,
	.col2-wrap{
		margin: 0 0 1em;
	}

	.col4-wrap .col,
	.col4-wrap .col_2of4,
	.col4-wrap .col_3of4,
	.col3-wrap .col,
	.col3-wrap .col_2of3,
	.col2-wrap .col{
		float: none;
		margin-left: 0;
	}

	.col4-wrap .col,
	.col4-wrap .col_2of4,
	.col4-wrap .col_3of4,
	.col3-wrap .col,
	.col3-wrap .col_2of3,
	.col2-wrap .col{
		width: auto;
	}

	.left,
	.right{
		float: none;
		margin-right: 0;
		margin-left: 0;
		text-align: center;
	}

	.alignleft,
	.alignright{
		float: none;
		margin-right: 0;
		margin-left: 0;
		text-align: center;
	}
	.ranking-list04 .rank-box,
	.ranking-list05 .rank-box,
	.post-list01 .post-box,
	.post-list02 .post-box,
	.col1 .ranking-list05 .rank-box,
	.col1 .post-list02 .post-box{
		width: 100%;
	}

}/*解像度480px以下*/

/*--------------------------------------------------------
メインビジュアルサイズ別設定
--------------------------------------------------------*/

/*解像度1200px以下*/

@media
only screen and (max-width : 1200px){
	.site-header,
	.global-nav,
	.main-body,
	.site-footer{
		min-width: 0;
	}

	.main-image-in-text{
		height:auto!important;
		max-height:500px;
		min-height:500px!important;
	}

	.main-image-in-text-box{
		width:100%;
		height:100%!important;
		max-height:500px;
		min-height:500px!important;
		-webkit-background-size: 100%;
		background-size: 100%;
		background-position:right bottom;
	}

	.main-image-in-text-box .contact-btn{
		margin-top:5px;
		bottom:30px;
		left:5%;
	}

	.main-image-in-text-cont{
		padding:60px 0 0;
		background-color: rgba(79, 90, 103, 0);/*PC表示での透過設定を無効化*/
		font-size:2em
	}
	.main-copy,.sub-copy{
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4Dff6860,endColorstr=#4Dff6860);/*IE8の透過対策*/
		background-color: rgba(255, 104, 96, 0.20);/*レスポンシブ時のメインコピーとサブコピーの透過設定*/
		text-align: left;
	}

	.main-copy:not(:target),.sub-copy:not(:target){
		filter: none;
	}

	.main-copy{
		width:100%;
		margin:0!important;
		padding:20px 40% 10px 5%;
		font-size:1.125em;/*メインコピーの基本フォントサイズ*/
	}
	.sub-copy{
		width:100%;
		margin:0!important;
		padding:0 40% 20px 5%;
		font-size:0.925em;/*サブコピーの基本フォントサイズ*/
	}

}/*解像度1200px以下*/

/*解像度1100px以下*/

@media
only screen and (max-width : 1100px){
	.main-image-in-text{
		height:auto!important;
		min-height: 458px!important;
		padding:0!important;
	}

	.main-image-in-text-box{
		min-height: 458px!important;
		padding:0!important;
	}

	.main-image-in-text-cont{
		padding:100px 0 0;
	}
}/*解像度1100px以下*/

/*解像度950px以下*/

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

.main-image-in-text{
		height:auto!important;
		min-height: 395px!important;
		padding:0!important;
	}

	.main-image-in-text-box{
		min-height: 395px!important;
		padding:0!important;
	}

	.main-image-in-text-cont{
		padding:100px 0 0;
		font-size:1.425em;
	}

}/*解像度950px以下*/

/*解像度860px以下*/

@media
only screen and (max-width : 860px){
	.main-image-in-text{
		height:auto!important;
		min-height: 358px!important;
		padding:0!important;
	}

	.main-image-in-text-box{
		min-height: 358px!important;
		padding:0!important;
	}

	.main-image-in-text-cont{
		padding:80px 0 0;
	}
}/*解像度860px以下*/

/*解像度768px以下*/

@media
only screen and (max-width : 768px){
.main-image-in-text{
		height:auto!important;
		min-height: 306px!important;
		padding:0!important;
	}

	.main-image-in-text-box{
		min-height: 306px!important;
		padding:0!important;
	}

	.main-image-in-text-cont{
		padding:80px 0 0;
		font-size:1.25em;
	}

	.main-image-in-text-box .contact-btn{
		display:block;
		top:105%;
		left:0%;
		width:98%;
		margin:0 1%;
	}


}/*解像度768px以下*/

/*解像度700px以下*/

@media
only screen and (max-width : 700px){
	.main-image-in-text{
		min-height: 291px!important;
	}
	.main-image-in-text-box{
		min-height: 291px!important;
	}
	.main-image-in-text-cont{
		padding:120px 0 0;
		font-size:1.25em;
	}
	.main-copy{
		padding:10px 40% 10px 5%;
	}
	.sub-copy{
		padding:0 40% 10px 5%;
	}
}/*解像度700px以下*/

/*解像度620px以下*/

@media
only screen and (max-width : 620px){
	.main-image-in-text{
		min-height: 258px!important;
	}
	.main-image-in-text-box{
		min-height: 258px!important;
	}
	.main-image-in-text-cont{
		padding:100px 0 0;
		font-size:1.125em;
	}
}/*解像度620px以下*/

/*解像度540px以下*/

@media
only screen and (max-width : 540px){
	.main-image-in-text{
		min-height: 225px!important;
	}
	.main-image-in-text-box{
		min-height: 225px!important;
	}
	.main-image-in-text-cont{
		padding:80px 0 0;
		font-size:1.125em;
	}
}/*解像度540px以下*/

/*解像度480px以下*/

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

.main-image-in-text{
		height:auto!important;
		min-height: 200px!important;
		padding:0!important;
	}
	.main-image-in-text-box{
		min-height: 200px!important;
		padding:0!important;
	}
	.main-image-in-text-cont{
		padding:80px 0 0;
		font-size:1em;
	}
}/*解像度480px以下*/

/*解像度400px以下*/

@media
only screen and (max-width : 400px){
	.main-image-in-text{
		min-height: 166px!important;
	}
	.main-image-in-text-box{
		min-height: 166px!important;
	}
	.main-image-in-text-cont{
		padding:60px 0 0;
		font-size:0.825em;
	}
}/*解像度400px以下*/

/*解像度320px以下*/

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

	.main-image-in-text{
		min-height: 133px!important;
		padding:0!important;
	}
	.main-image-in-text-box{
		min-height: 133px!important;
		padding:0!important;
	}
	.main-image-in-text-cont{
		padding:30px 0 0;
		font-size:0.725em;
	}
}/*解像度320px以下*/



/*--------------------------------------------------------
登場人物紹介の帯部分サイズ毎設定
--------------------------------------------------------*/

/*解像度900px以下*/
@media
only screen and (max-width : 900px){
.cast-box02 .cast-name{
		top:135px;
}
}/*解像度900px以下*/

/*解像度860px以下*/
@media
only screen and (max-width : 860px){
.cast-box02 .cast-name{
		top:125px;
}
}/*解像度860px以下*/

/*解像度820px以下*/
@media
only screen and (max-width : 820px){
.cast-box02 .cast-name{
		top:115px;
}
}/*解像度820px以下*/

/*解像度780px以下*/
@media
only screen and (max-width : 780px){
.cast-box02 .cast-name{
		top:105px;
}
}/*解像度780px以下*/

/*解像度740px以下*/
@media
only screen and (max-width : 740px){
.cast-box02 .cast-name{
		top:90px;
}
}/*解像度740px以下*/

/*解像度768px以下*/
@media
only screen and (max-width : 768px){
.cast-box02 .cast-name{
		top:150px;
}
}/*解像度768px以下*/

/*解像度1200px以下*/
@media
only screen and (max-width : 1200px){
	.site-header,
	.global-nav,
	.main-body,
	.site-footer{
		min-width: 0;
	}
.col1 .cast-box02 .cast-name{
	top:150px!important;
}
}/*ワンカラムの場合解像度1200px以下*/



/*------------------------------------------------------------
▼カスタマイズ部分 ｒｗｄ．ｃｓｓ▼
------------------------------------------------------------*/

/*------------------------------------
解像度768px以下
------------------------------------*/
@media
only screen and (max-width: 768px){
	/*共通部分*/
	.col2 main{
		float: none;
		width: auto;
	}

	.main-body-in{
		padding: 0 15px;
	}

	/*ネガティブマージンリセット*/
	.sub-conts .section-wrap .section-in .section-title,
	.sub-conts .section-wrap .article-header .section-title,
	.col1 .sub-conts .section-wrap .section-in .section-title,
	.col1 .sub-conts .section-wrap .article-header .section-title,
	.section-wrap .section-in .section-title,
	.section-wrap .article-header .section-title{
		margin-top: 0;
		margin-left: 0;
		margin-right: 0;
	}

	/*サイドバー*/
	.sub-conts .section-wrap .section-in{
		margin: 0 0 60px;
		padding: 15px;
	}

	.search-box input[type="text"]{
		width: 90%;
	}

	.search-box{
		text-align: center;
	}

	/*ヘッダー*/
	.site-header-conts{
		text-align: center;
	}

	.site-header-conts .site-title{
		display: block;
		text-align: center;
		font-size: 2.5em;
		margin-bottom: 20px;
	}

	.site-header-conts .site-title a span{
		font-size: 0.4em;
	}

	.header-desc{
		text-align: left;
		padding-left: 15px;
	}

	/*ヘッダー電話*/
	.head-tel-box{
		display: inline-block;
		vertical-align: top;
	}
	.head-tel-in{
		background: none;
		border: none;
		padding: 0;
	}
	.head-tel-num{
		font-size: 1.5em;
	}
	.head-tel-num a{}
	.head-tel-num span{}
	.head-tel-num:before{}
	.head-tel-in .l1{
		font-size: 0.95em;
	}
	.head-tel-in .l2{
		font-size: 0.5em;
	}

	/*ヘッダー体験*/
	.head-trial-box{
		display: inline-block;
	}
	.head-trial-btn{}

	/*グローバルメニュー*/
	.global-nav{
		position: fixed;
		z-index: 99;
		box-shadow: 0 0 5px #666;
	}
	.global-nav-panel{}
	.global-nav ul{
		background: #fff;
		background: rgba(255, 255, 255, .8);
		box-shadow: 0 0 5px #999;
	}

	.global-nav-in li{
		border-bottom: 1px solid #999;
	}

	.global-nav-in li.menu-item-42{display: block}

	.global-nav ul li ul{
		background: none;
		margin-left: 0 !important;
		box-shadow: none;
	}

	.global-nav ul li ul li{
		border-top: 1px dotted #bbb;
		padding-left: 20px;
		width: auto;
	}

	.global-nav-in li a,
	.global-nav-in li a:visited,
	.global-nav-in li a:hover,
	.global-nav-in li a:active,
	.global-nav-in li a:focus{
		background-color: transparent;
		color: #555;
	}

	/*トップページ*/
	#top-mokuji{
		border: 1px solid;
		display: table;
		margin: 80px auto;
		padding: 30px;
	}

	#top-mokuji h2{
		margin: 0 0 30px;
		background: none;
		border: none;
		box-shadow: none;
	}

	#top-mokuji .top-mokuji-in>ul{
		font-size: 1.5em;
		display: inline-block;
		vertical-align: top;
		margin: 0;
		margin-left: 60px;
		margin-right: 30px;
	}

	#top-mokuji li{
		margin-bottom: 20px;
	}

	#top-mokuji ul ul{
		list-style: none;
		margin: 0 0 0 20px;
	}

	.gaiyou{}
	.gaiyou-in{}
	.page-sheet{
		padding: 15px;
	}

	/*一覧ページ*/
	#archive h1,
	#search h1{
		margin: 0 0 80px;
	}

	#archive article,
	#search article,
	#error404 article{}

	#archive article.section-wrap .section-in,
	#search article.section-wrap .section-in,
	#error404 article.section-wrap .section-in{
		margin: 0;
	}


	/*CTA*/
	#trialLesson{margin: 80px 0 0;}

	/*サイドバー部分*/
	.sub-conts{}
	.sub-conts .section-wrap .section-in .section-title{}

	/*フッター*/
	.site-footer-nav li.menu-item-xxxx{
		margin-left: 20px;
	}

}/*解像度768px以下*/


/*------------------------------------
解像度480px以下
------------------------------------*/
@media
only screen and (max-width : 480px){

	/*共通*/
	.main-body-in{padding: 0 2.5vw;}
	.section-wrap .section-in,
	.col1 .section-wrap.wide .section-in,
	.float-area,
	.col1 .float-area{
		padding: 0;
	}
	.page-sheet{padding: 10px 2.5vw;}

	ul, ol{margin-left: 25px;}
	th, td{padding: 20px 15px}

	/*グローバルメニュー*/
	.global-nav-in li a,
	.global-nav li ul li a{
		padding-top: 10px;
		padding-bottom: 10px;
	}

	/*ヘッダー*/
	.site-header-conts .site-title{
	font-size: 2em;
	padding: 5px 0;
	margin-bottom: 10px;
	}
	.site-header-conts .site-title a span{
		font-size: 0.35em;
	}

	.head-tel-box{
		width: 51%;
	}
	.head-tel-num{
		font-size: 1.1em;
		font-weight: bold;
	}
	.head-tel-in .l1{
		font-size: 0.75em;
	}
	.head-tel-in .l2{
		line-height: 1.4;
	}

	.head-trial-box{
		width: 43%;
		vertical-align: top;
	}
	.head-trial-btn{
		margin-left: 0;
	}
	.head-trial-btn .l1{
		font-size: 0.9em
	}
	.head-trial-btn .l2{
		font-size: 0.8em;
	}
	.head-trial-btn .l2 span:before{
		font-size: 1.1em;
	}

	/*サイドバー*/
	.sub-conts{}
	.sub-conts .section-wrap .section-in{
		margin: 0 0 60px;
		padding: 10px;
	}

	.search-box input[type="text"]{
		width: 88%;
	}

	/*トップページ＆固定ページ*/


	#home #home-news .news-item{
		padding: 0 2.5vw;
    }

	#page h1,
	#home h2{
		font-size: 1.8em;
	}

	#page h1{}

	#page h2,
	#home h3{
		font-size: 1.65em;
	}

	#page h2:before,
	#home h3:before{}

	#page h3,
	#home h4{
		font-size: 1.4em;
	}

	#page h3:before,
	#home h4:before{}

	#page h4,
	#home h5{
		font-size: 1.2em
	}

	#page h5,
	#home h6{}

	.alignleft,
	.alignright{
		display: block !important;
		margin: 0 auto 20px;
	}

	.trial-btn{
		padding: 10px 15px;
	}

	#top-mokuji{
		padding: 0;
		margin: 60px auto;
		background: #eff;
	}

	#top-mokuji h2{
		font-size: 1.4em;
		margin: 0 0 15px;
		border: 1px solid;
		border-radius: 0;
	}

	#top-mokuji .top-mokuji-in ul{
		margin: 0;
    	list-style: none;
    	margin-left: 10px;
	}

	#top-mokuji .top-mokuji-in ul.l1{
		margin-right: 20px
	}

	#top-mokuji li{
    	position: relative;
    	font-size: 16px;
	}

	#top-mokuji li:before{
    	position: absolute;
    	content: '';
    	display: inline-block;
    	width: 0;
    	height: 0;
    	border: 5px solid transparent;
    	border-left: 5px solid #ff99b0;
    	left: -11px;
    	top: 7px;
	}

	.gaiyou{}
	.gaiyou-in{}

	/*CTA*/
	#trialLesson{
		margin: 0;
		padding: 0 10px;
	}

	#trialLesson h2{
    font-size: 1.7em;
    margin: 0 -10px 20px;
    padding-bottom: 8px;
	}

	#trialLesson h2:before,
	#home #trialLesson h3:before{}

	#trialLesson h3{
		margin-bottom: 15px;
	}

	#trialLesson .trial-box{}

	#side-desc dl,
	#trialLesson dl{
		text-align: left;
	}

	#side-desc dt,
	#side-desc dd,
	#trialLesson dt,
	#trialLesson dd{
	}

	#side-desc dt,
	#trialLesson dt{
	}

	/*フォーム*/
	.mw_wp_form{
		padding: 10px 0 0;
	}

	.form dt,
	.form dd{
		width: 100%;
		margin-bottom: 8px;
	}

	.mwform-tel-field input[type="text"],
	.mwform-zip-field input[type="text"]{
		width: 23% !important;
	}

	/*投稿ページ*/
	p.post-date{}
	.post-cat:after{}

	#post h1{font-size: 1.5em;}
	#post h2{font-size: 1.4em;}
	#post h3{font-size: 1.25em;}
	#post h4{font-size: 1.1em;}
	#post h5{font-size: 1.1em; color: #393939;}

	h2#keni-relatedposts:before{}
	h2#keni-relatedposts{}

	/*一覧ページ*/
	#archive.main-conts,
	#search.main-conts{
		padding: 0;
	}

	#archive article,
	#search article,
	#error404 article{}

	#archive .section-wrap .section-in,
	#search .section-wrap .section-in,
	#home .new-post .section-wrap .section-in{
		padding: 0;
	}

	#archive h1,
	#search h1{}

	#archive h2,
	#search h2,
	#error404 h3,
	#home h3.news-title{
		font-size: 1.625em;
		font-weight: normal;
	}

	#archive h2 a,
	#search h2 a,
	#error404 h3 a{}

	#archive h2 a:hover,
	#search h2 a:hover,
	#error404 h3 a:hover{}
	#error404 .search-box{}
	#error404 h1{}
	#error404 h2{}
	#error404 .news-item{
		padding: 10px;
	}


}/*解像度480px以下*/


/*------------------------------------
スマホ汎用スタイル
------------------------------------*/
@media (max-width: 480px){
    .pc{display: none;}
    .sp{display: block;}
    .spclear{
        float: none !important;
        display: block !important;
    }

	.pict-box img {
		width: 48%;
		margin: 0 1% 2%;
	}

}

/*add*/
@media only screen and (max-width: 768px){
	.site-header {
	    background-size: 900px;
	    padding-top: 20px;
	    margin-top: 60px;
    }
    .site-header-conts {
	    text-align: center;
	    padding-top: 10px;
	}
	.site-header-conts a.logo-title{
		display: block;
	}
	.site-header-conts a.logo-title img{
		height: 50px;
	}
	.site-header-conts .site-title span.sp{
		display: block;
	    margin-bottom: 0;
	}
	.head-tel-box {
	    display: block;
	    vertical-align: top;
	    margin: 0 auto;
	    width: 100%;
	}
	.head-tel-num {
	    font-size: 2em;
	    margin-bottom: 5px;
	}
	.head-tel-num:before {
	    width: 35px;
	    height: 35px;
	    margin-top: -6px;
	}
	.head-trial-box {
	    display: inline-block;
	    width: 60%;
	    margin-top: 10px;
	}
	.head-trial-btn {
	    background: #b4df91 url(images/icon/icon-btn-mail.png) no-repeat 35px 50%;
	    background-size: 42px;
	    padding: 16px 30px 16px 100px;
	    text-align: left;
	    color: #fff;
	    border:none;
	}
	.head-trial-btn:hover{
	    background: #c8efa8 url(images/icon/icon-btn-mail@2x.png) no-repeat 35px 50%;
	    background-size: 42px;
	    text-align: left;
	    color: #fff;
	    border:none;
	}
	.head-trial-btn .l1 {
	    font-size: 1.4em;
	    text-align: center;
	}
	.head-trial-btn .l2 {
	    font-size: 1.3em;
	    text-align: center;
	}
	.global-nav-panel{
		background: #f472ab;
	}
	.global-nav-in li a, .global-nav-in li a:visited, .global-nav-in li a:hover, .global-nav-in li a:active, .global-nav-in li a:focus{
	    background-color: white;
	    color: #f472ab;
	}
	.global-nav-in li {
	    border-bottom: 1px solid #e6e6e6;
	}
	.global-nav ul li ul{
		background: #fff;
		color: #f8af00;
	}
	.global-nav ul li ul:hover ,.global-nav ul li ul a:hover {
		color: #ffb89c;
	}
	.global-nav-in li ul:hover, .global-nav-in li ul li:hover, .global-nav-in li ul li a:hover{
		border-top:none;
		background-color: #fff;
	}
	.gaiyou-taishou br{
		display: block;
	}
	.site-footer:before {
	    background-size: 700px;
	}
	.single .article-body, .page .article-body{
		margin-bottom: 0;
	}

	.section-wrap .section-in, .col1 .section-wrap.wide .section-in, .float-area, .col1 .float-area {
	    padding: 0 20px;
	}
	.section-wrap{
		margin-bottom:0;
	}
	.main-body{
		margin-top: 0;
	}
	.col2 main {
	    padding-top: 11px;
	    margin-bottom: 40px;
		padding-bottom: 40px;
	}
	.gaiyou-area{
		border:none;
		margin: 40px;
		padding:0;
	}
	.gaiyou{
		padding: 20px;
		border: dotted 3px #f472ab;
	    border-radius: 7px;
	}
	#home .gaiyou-in h2 {
		font-size: 1.2em;
	}
	#home .gaiyou-in h3 {
	    font-size: 1.1em;
	}
	#top-mokuji{
		display: table;
		padding: 30px;
		margin: 30px auto;
		background: #ffb89c;
		border:none;
	}
	#top-mokuji h2 {
	    margin: 0 0 30px;
	    border: none;
	    color: #fff;
	    border-bottom: dotted 3px #fff;
	    box-shadow: none;
	    font-size: 1.5em;
	}
	#top-mokuji h2:after{
		content:none!important;
	}
	#top-mokuji .top-mokuji-in>ul {
		font-size: 1.1em;
		display: inline-block;
		vertical-align: top;
		margin: 0;
		margin-left: 10px;
		margin-right: 30px;
		list-style: none;
	}
	#top-mokuji li {
	    margin-bottom: 20px;
	    position: relative;
	    list-style: none;
	}
	#top-mokuji li a {
	    color: #fff;
	}
	#top-mokuji li:before {
	    position: absolute;
	    content: '';
	    display: inline-block;
	    width: 0;
	    height: 0;
	    border: 5px solid transparent;
	    border-left: 7px solid #fff;
	    left: -14px;
	    top: 7px;
	}
	#home #home-news h2{
		margin:0 40px;
	}
	#home #home-news h3{
	    padding-bottom: 6px;
	    padding-top: 10px;
	    font-size: 1.3em;
	}
	#home h3:after, .post h1:after {
	    -webkit-background-size: 400px;
	    background-size: 400px;
	    height: 7px;
	}
	#trialLesson{
	    margin: 60px 40px 0;
	}
	.trialLesson-in .trial-btn {
		background: #b4df91 url(images/icon/icon-btn-mail@2x.png) no-repeat 20px 50%!important;
		background-size: 32px!important;
		padding: 10px 10px 10px 70px!important;
		font-size: .8em!important;
	}
	#post h1{
		margin-top:20px;
	}
	#home h2{
		margin-top: 0;
	}
	#page h3, #home h4 {
	    margin-top: 40px;
        font-size: 1.25em;
        margin-bottom: 15px;
	}
	#archive .section-wrap{
		padding:10px;
	}
	#archive h1, #search h1, #error404 h1{
		font-size: 1.6em;
        margin: 0 2.5vw;
	}
	#error404 h2{
		font-size: 1.6em;
	    margin: 0;
	}
	#search .section-wrap, #error404 .section-wrap{
		padding: 0;
	}
}
@media only screen and (max-width: 600px){
	.head-trial-box {
	    width: 70%;
	}
}
@media only screen and (max-width: 480px){
	#page h1, #home h2{
		font-size: 1.5em;
		margin-top: 15px;
	}
	#page h2, #home h3 {
		font-size: 1.4em;
	    margin-top: 60px;
        margin-bottom: 20px;
	}
	.site-header {
	    margin-top: 50px;
	}
	.head-tel-num {
	    font-size: 1.6em;
	    font-weight: bold;
	}
	.head-trial-box {
	    width: 70%;
	    vertical-align: top;
	}
	.head-trial-btn {
	    margin-left: 0;
	    background: #b4df91 url(images/icon/icon-btn-mail@2x.png) no-repeat 13% 48%;
	    background-size: 42px;
	    padding: 12px 0px 12px 55px;
	    border: none;
	}
	.head-trial-btn:hover{
	    border: none;
	}
	.head-trial-btn .l1 {
	    font-size: 1.2em;
	}
	.head-trial-btn .l2 {
	    font-size: 1.1em;
	}
	.section-wrap .section-in, .col1 .section-wrap.wide .section-in, .float-area, .col1 .float-area {
	    padding: 0 10px;
	}
	.main-body{
		margin-top: 0;
	}
	.col2 main {
	    padding-top: 11px;
	}
	.gaiyou-area{
		border:none;
		margin: 10px;
		padding:0;
	}
	#home .gaiyou-in h2 {
		font-size: 1.2em;
	    padding: 10px 0;
	}
	#home .gaiyou-in h3 {
	    font-size: 1.1em;
	}
	#top-mokuji h2 {
	    font-size: 1.2em;
	    margin: 0 0 15px;
	    border-radius: 0;
	}
	#top-mokuji .top-mokuji-in>ul {
	    margin: 0;
	    margin-left: 20px;
	}
	#top-mokuji .top-mokuji-in>ul {
	    margin: 0;
	    margin-left: 10px;
	    margin-right: 10px;
	}
	#home-news{
	    padding: 0 10px;
	}
	#home #home-news h2{
		margin-right:2.5vw;
		margin-left:2.5vw;
	}
	.go-list.al-c {
	    width: 90%;
	}
	.page-sheet .go-list.al-c{
		margin-bottom: 50px;
	    width: calc(90% + 16px);
	}
	.go-list.al-c a{
		padding: 10px;
	}
	#trialLesson{
		margin:10px;
	}
	#post h1{
		margin-top:10px;
		font-size: 1.4em;
	}
	#post h1:after{
		margin-top: 10px;
	}
	#archive h1, #search h1 {
		font-size: 1.5em;
	    margin: 25px 10px 10px!important;
	}
	#archive .section-wrap h2 {
	    font-size: 1.4em;
	}
	#archive h2, #search h2, #error404 h3, #home h3.news-title{
		font-size: 1.45em;
	}
	#post h2{
	    font-size: 1.3em;
	    padding: 10px 0 5px;

	}
	#post h3{
	    font-size: 1.2em;
	}
	#search article, #error404 article {
	    margin: 25px 0;
	}
	#search article .section-in, #error404 article .section-in {
	    border-bottom: 1px solid #b1b1b1;
	}
	#search article:last-child .section-in, #error404 article:last-child .section-in {
		border:none;
	}
	#error404 h3{
		font-size: 1.35em;
	}
	#trialLesson h2{
		font-size: 1.5em;
	}
	#trialLesson h3{
		margin-bottom: 0;
		font-size: 1.5em;
	}
	#trialLesson p a{
		font-size: 1.5em;
	}
}
@media only screen and (max-width: 400px){
	.head-trial-box {
	    width: 80%;
	}
	#trialLesson h2 {
	    font-size: 1.2em;
	    margin: 0 -10px 10px;
	}
	#trialLesson .trialLesson-in{
		margin: 0 auto 15px;
	}
	#trialLesson h3{
		font-size: 1.2em;
	}
	#trialLesson dl {
	    font-size: .9em;
	}
	#trialLesson dl dt{
		display: block;
		text-align: center;
	}
	.trialLesson-in p{
	    margin-bottom: 5px;
	}
	#trialLesson p a {
		font-size: 1.3em;
	}
	#trialLesson p a:before{
	    background-image: url(images/icon/icon-tel@2x.png);
	    width: 30px;
	    height: 30px;
	}
	#trialLesson .trial-box {
	    margin: 0 auto;
	}
	.trialLesson-in .trial-btn {
		background: #b4df91 url(images/icon/icon-btn-mail@2x.png) no-repeat 20px 50%!important;
		background-size: 32px!important;
		padding: 10px 10px 10px 70px!important;
		font-size: .7em!important;
	}
	.site-header-conts .site-title{
		font-size: 1.4em;
		padding-bottom: 0;
	}
	.site-header-conts .site-title img{
		width: 50%;
	}
	.head-tel-num{
		font-size: 1.2em;
	}
	.head-trial-btn {
	    margin-left: 0;
	    background: #b4df91 url(images/icon/icon-btn-mail@2x.png) no-repeat 11% 50%;
	    background-size: 36px;
	    padding: 6px 0px 6px 56px;
	    border: none;
	}
	.head-trial-btn:hover {
	    margin-left: 0;
	    background: #b4df91 url(images/icon/icon-btn-mail@2x.png) no-repeat 11% 50%;
	    background-size: 36px;
	    padding: 6px 0px 6px 56px;
	    border: none;
	}
}

/*------------------------------------------------------------
▲そがべピアノ教室　子テーマ【ｒｗｄ．ｃｓｓ】おわり▲
------------------------------------------------------------*/
