/* CSS Document */


/*font----------------------*/
body{
color: #313131;
font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
}
@media only screen and (min-width: 960px) {
	body{
		font-size: 16px;
	}
}
h1,h2{
	letter-spacing: 0.1em;
	padding-bottom: 15px;
	margin-top: 1rem;
	font-weight: normal;	
}

h1{
	font-size:  2rem;
	margin-bottom: 20px;
}
h2{
	font-size:  0.9rem;
	color: #8d794f;
}
h2 span{
	display: block;
	font-size: 1.6rem;
	padding: 5px 0;
	font-family: 'Cinzel', serif;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	margin-bottom: -0.8rem;
}
h3{
	font-size: 1.2rem;
	line-height: 2em;
	color: #8d794f;
	font-weight: bold;
}
h3 span{
	display: block;
	font-size: 0.8rem;
	padding:0;
	font-family: 'Cinzel', serif;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	margin-top: -0.8rem;
	font-weight: normal;
}

h4{
	font-size: 1.1rem;
	color: #8d794f;
}
h5{
	font-size: 1rem;
	color: #8d794f;
}
p{
	line-height: 1.7em;
	margin-bottom: 1em;
}
.font-serif{
	font-family: 'Cinzel', serif;
}
.small{
	font-size: 90%;
}
a{

}
a:hover, a:active{

}
.text-center{
	text-align: center;
}
/*common-----------------------------*/
img{
	max-width: 100%;
	height: auto;
}
.only-smh-ss{
	display: none;
}
.only-smh{
	display: block;
}

.only-pc{
	display: none;
}
.container{
	width: 90%;
	margin: 0 auto;
}
@media screen and (max-width: 320px){
	.only-smh-ss{
		display: block;
	}
}
@media only screen and (min-width: 960px) {
	.only-smh{
		display: none;
	}
	.only-pc{
		display: block;
	}
	.container{
		max-width: 950px;
	}

}
/*btn------------------*/
.btn-default{
	border-width: 4px;
	border-color: #8bbecb;
	border-style: solid;
	display: inline-block;
	margin: 1rem auto 0 auto;
	padding: 0.5rem 2rem;
	text-align: center;
	color: #4fb0b9;
	font-weight: bold;
	transition: 0.5s;
}
.btn-default:hover{
	background: #8bbecb;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

/*navbar------------------*/

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

.footer{
	background: url("../img/bg_blue@2x.png");
	background-size: cover;
	margin-bottom: 0;
	padding-bottom: 0;
	background-position: center;
}
.footer .copyright{
	color: #fff;
	font-size: 0.8rem;
	line-height: 1.2;
	padding: 1rem;
	margin-bottom: 0;
}
.footer .copyright a{
	color: #fff;
	text-decoration: none;
}
/*content------------------*/

/*#section_topnav------------------*/
#wrapper{
	position: relative;
	
}
/*connom------------------*/
.section{
	background: url( "../img/line@2x.png") no-repeat bottom center;
	background-size: contain;
	padding-bottom: 80px;
	margin-bottom: 30px;
}
@media only screen and (min-width: 960px) {
	.section{
		padding-bottom: 150px;
		margin-bottom: 40px;
	}
}
/*#section_head------------------*/
#section_head{
	background: url("../img/bg_blue@2x.png") top center no-repeat;;
	background-size: 100% 102%;
	padding: 20px 0 40px 0;
	
}
#section_head .container{
	background: #fff;
	padding: 20px;
}
#section_head h1{
	width: 50%;
	margin: -30px auto 10px auto;
}
#section_head .lead{
	font-size: 90%;
	line-height: 2;
}
@media only screen and (min-width: 960px) {
	#section_head h1{
		width: 200px;
		margin: -30px auto 10px auto;
	}
	#section_head .lead{
		font-size: 100%;
	}
}
/*news-----------------*/
#section-news #rss ul{
	border-top: 1px #d6e0e8 dotted;
	padding-left: 0;
}
#section-news #rss ul li{
	list-style: none;
	border-bottom: 1px #d6e0e8 dotted;
}
#section-news #rss ul li a{
	color: #313131;
	display: block;
	padding: 0.8rem 0;
	position: relative;
	transition: 0.5s;
}
#section-news #rss ul li a:hover{
	text-decoration: none;
	opacity: 0.5;
}
#section-news #rss ul li a .date{
	display: block;
	font-size: 0.8rem;
	color: #8d794f;
}
#section-news #rss ul li a:after{
	content: "\ea3b";
	font-family: 'nucleo-icons';
	color: #8d794f;
	position: absolute;
	right: 0;
	top: 50%;
	line-height: 1;
	font-size: 0.5rem;
	
}
@media only screen and (min-width: 960px) {
	#section-news #rss ul{
		width: 500px;
		margin: 40px auto;
	}

}
/*instructor------------------*/
#section-instructor{
}
#section-instructor .photo{
	text-align: center;
	background: url("../img/instructoe_bg@2x.png") no-repeat center bottom;
	background-size: cover;
	margin: 0 -5%;
}
#section-instructor .photo img{
	width: 50%;
}
#section-instructor h3{
	font-weight: normal;
	font-size: 1rem;
	margin: 1rem;
}
@media only screen and (min-width: 960px) {
	#section-instructor .flex-box{
		display: flex;
		justify-content: space-between;
	
	}
	#section-instructor .photo{
		flex-basis: 300px;
		background: none;
	}
	#section-instructor .text{
		flex-basis: 600px;
	}
	#section-instructor .photo img{
		width: 100%;
	}
	#section-instructor h3{
		text-align: left;
		margin: 0 0 10px 0;
	}

}
/*lessons-----------------*/
#section-lessons .photos{

}
#section-lessons h3{
	background: url("../img/icon_cristal@2x.png") no-repeat left top;
	background-size: 45px;
	padding-left: 50px;
	padding-top: 5px;
	margin-bottom: 1rem;
}
#section-lessons .lesson{
	position: relative;
	margin-top: 2rem;
}
#section-lessons .lesson .badge{
	margin-top: -10px;
}
#section-lessons .lesson .badge span{
	border-radius: 5px;
	background-color: #aa9b6d;
	color: #fff;
	text-align: center;
	display: inline-block;
	width: 100px;
	margin-bottom: 2px;
	font-size: 0.8rem;
	line-height: 1;
	padding: 4px 0;
}

#section-lessons table{
	width: 100%;
	margin-bottom: 1rem;
}
#section-lessons table th,
#section-lessons table td{
	padding: 0.5rem;
	border: 1px  #c8c8c8 solid;
}
#section-lessons table thead th{
	background-color: #8bbecb;
	color: #fff;
}
#section-lessons .box-about{
	margin-top: 1rem;
}
#section-lessons .box-about h4{
	background-color: #aa9b6d;
	color: #fff;
	padding: 1em;
	position: relative;
	line-height: 1;
	margin-bottom: 0;
}
#section-lessons .box-about h4.btn:after{
	content: "+";
	position: absolute;
	right: 1em;
	top: 50%;
	margin-top: -0.5em;
}
#section-lessons .box-about .box-about-inner{
	border: 5px #EEEBE2 solid;
	border-top: none;
	padding: 1rem 1rem 0 1rem;
	display:none;
}
#section-lessons .box-about .box-about-inner h5{
	margin-bottom: 0.2em;
}
/*contact-----------------*/
#section-contact {
	background: none;
	padding-bottom: 0.1rem;
}
#section-contact h3{
	background: url("../img/icon_cristal@2x.png") no-repeat left top;
	background-size: 45px;
	padding-left: 50px;
	padding-top: 5px;
	margin-bottom: 1rem;
	margin-top: 2rem;
}
#section-contact p a.link{
	display: block;
	color: #4fb0b9;
	line-height: 2;
	text-align: center;
	font-size: 1rem;
}
.btn-contact{
	background-color: #aa9b6d;
	display: block;
	margin: 1rem auto 0 auto;
	padding: 0.5rem;
	line-height: 3em;
	text-align: center;
	color: #fff;
	font-weight: bold;
	transition: 0.5s;
	width: 80%;
}
.btn-contact:hover{
	background: #8bbecb;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

