@charset "utf-8";
/* CSS Document */

html{
	font-size:18px;
	letter-spacing:0.2em;}

body{
	font-family: 'メイリオ', Meiryo,'ヒラギノ角ゴシック','Hiragino Sans','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
	margin:0;}
	
.clear{
	content: " ";
	clear: both;
	width: 100%;}

span{
	display:inline-block;}
	
div {
	overflow:hidden;}
	
img{
	vertical-align: bottom;}	
	
a{
	text-decoration:none;
	color:inherit;}
	
h1,h2,h3{
	margin:inherit;
	font-weight:inherit;}	
	
#header img{
	width:100%;
	height:auto;}
	
.pc_main{
	display:block;}
	
.sp_main{
	display:none;}		
	
	
/*obi-------------------------------*/
.obi{
	background-color:#145F48;
	width:100%;
	margin:0;}
	
.obi_text{
	color:#fff;
	font-weight:bold;
	text-align:center;
	font-size:1.5em;
	margin:20px auto;}		
	
	
/*hagaki_waku-----------------------*/	
.hagaki_waku{
	max-width:600px;
	border:solid 1px #EF5A24;
	margin:50px auto;}	
	
.hagaki_text{
	color:red;
	font-weight:bold;
	font-size:1.3em;
	text-align:center;}
	
	
/*classlist-------------------------*/
.classlist{
	max-width:1200px;
	width:100%;
	margin:100px auto;}	
	
.cl_title{
	text-align:center;
	font-weight:bold;
	font-size:1.3em;
	text-align:center;}	
	
.classlist img{
	width:100%;
	height:auto;}	
	
	
.class_area{
	margin:0 auto 100px;}	
	
.area_title{
	background-color:#78C785;
	font-weight:bold;
	font-size:1.5em;
	padding:10px;
	line-height:1em;}
	
.area_btn{
	margin:5px;
	background-color:#fff;
	border-radius:20px;
	padding:5px;
	font-size:.5em;
	vertical-align:middle;}	
	
.area_btn:hover{
	color:#fff;
	background-color:#599490;}	
	
.area_list{
	width:100%;
	border:solid 2px #000;
	border-collapse:collapse;
	text-align:center;}
	
.area_list th{
	border:solid 2px #000;
	background-color:#599490;
	color:#fff;}	
	
.area_list td{
	border:solid 1px #000;
	padding:5px;}	
	
.name{
	font-weight:bold;
	border-right:solid 2px #000!important;
	background-color:#BCE2D6;
	width:100px;}
	
.memo {
    margin: 0;
    font-size: .7em;
    color: #999;}
	
.nashi{
	background-color:#eee;}	
	
		
@media screen and (max-width: 768px){

.al_waku{
        white-space: nowrap;
        overflow: scroll;}
		
.area_title{
	text-align:center;}	
	
.area_list{
	width:100%;}		
		
.area_list td{
	padding:5px 10px;}	
				
}

@media screen and (max-width: 330px){
.tsume{
	letter-spacing:.1em;}

}
/*toi-------------------------------*/	
.toi{
	margin:auto;
	text-align:center;}	

.toi_title{
	font-size:1.2em;
	font-weight:bold;}
	
.tt_ul{
	border-bottom:solid 1px #aaa;}	
	
.toi_sub_title{
	margin-bottom:0;}	
	
.tel{
	font-size:1.5em;
	font-weight:bold;
	margin-top:0;}	
	
.qr{
	margin:50px auto;}	


/*taiken-------------------------------*/
.taiken{
	width:100%;
	position:fixed;
	bottom:0;
	background:rgba(243,143,30,0.3);
	z-index: 50;}
	
.btn {
	background-color:#F38F1E;
	border-radius: 8px;
	white-space: nowrap;
	color: #fff;
	font-weight:bold;
	display: block;
	line-height: 35px;
	position: relative;
	text-align: center;
	max-width:300px;
	width:100%;
	min-height: 35px;
	border-radius: 20px;
	padding: 5px 0;
	margin:10px auto;
	box-shadow: 0px 0px 10px -5px #777777;
}		
	
.btn:hover{
	transform: scale(1.1, 1.1);
	opacity:1;}		
	
/*フッターまでスクロールしたら消す*/
.is-hidden {
  visibility: hidden;
  opacity: 0;}	

/*kai-logo--------------------------------*/	
.logo_box{
	display: flex;
	align-items:stretch;
	flex-wrap: wrap;
	justify-content:center;
	margin-top:100px;}
	
.kai-logo {
	width:300px;
	margin:10px;}
	
.kai-logo img {
	width: 100%;
	height:auto}


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

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

@media screen and (max-width: 485px){
.pc_main{
	display:none;}	
	
.sp_main{
	display:block;	
}
	
}