@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;
	width:100%;
	margin:auto;}
	
.sp_main{
	display:none;}	
	
	
.h_title{
	text-align:center;
	font-weight:bold;}
	
.ht_black{
	font-size:1.8em;
	margin:50px auto 0;}
	
.ht_red{
	font-size:2em;
	color:red;
	margin:0 auto;}			
	
	
.h_text{
	max-width:750px;
	width:100%;
	margin:10px auto 50px;
	text-align:justify;}		
	
.h_text p{
	width:92%;
	margin:auto;}	
	
/*contents01----------------------------*/	
.contents01{
	max-width:900px;
	width:100%;
	margin:100px auto;}

.c01_waku{
	display: flex;
	align-items:stretch;
	flex-wrap: wrap;
	justify-content:center;}
	
.area_title{
	width:100%;
	font-weight:bold;
	font-size:1.5em;
	text-align:center;
	color:#fff;}		
	
	
.yamanashi{
	background-color:#59BD7A;}	
	
.shizuoka{
	background-color:#7297F7;}		
	
.nagano{
	background-color:#F7748C;}	
.day_class{
	margin:0 auto;
	font-size:18px;}	
	
.c01_block{
	max-width:400px;
	width:100%;
	border:solid 2px;
	margin:20px;}
	
.line_ya{
	border-color:#59BD7A;}	
	
.line_shi{
	border-color:#7297F7;}
	
.line_na{
	border-color:#F7748C;}		
	
.c01b_title	{
	background-color:#000;
	font-weight:bold;
	font-size:1.2em;
	color:#fff;
	text-align:center;
	margin:0;
	padding:5px 0;}	
	
.c01b_box{
	display: flex;
	align-items:center;
	flex-wrap: wrap;
	justify-content:center;
	padding:10px 0;}
		
.day{
	width:50%;
	color:#fff;
	font-weight:bold;
	font-size:2em;
	text-align:center;}	
	
.photo{
	width:50%;
	margin: auto}
	
.photo img{
	width:150px;
	height:auto;
	display:block;
	text-align:center;
	margin:auto;}	
	
.kaijyo{
	margin:0 auto;
	text-align:center;
	font-size:14px;}
	
	
.taisyo_title{
	text-align:center;
	font-weight:bold;
	font-size:1.2em;
	color:red;}	
	
.taisyo_text{
	text-align:center;}	
	
	
.c01_btn{
	text-align:center;
	color:#fff;
	font-weight:bold;
	padding:10px 0;}	
	
.c01_btn:hover{
	opacity:.7;}	
	
.c01_btn_jyunbi{
	background-color:#ccc;
	text-align:center;
	color:#fff;
	font-weight:bold;
	padding:10px 0;} 	
	
/*toi-------------------------------*/	
.toi{
	max-width:850px;
	width:100%;
	margin:100px 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;}	

.toi_text{
	font-size:.8em;}	
	
/*kai-logo--------------------------------*/
.logo_box{
	display: flex;
	align-items:stretch;
	flex-wrap: wrap;
	justify-content:center;}
	
.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;	
}

.ht_black{
	font-size:1.2em;}
	
.ht_red{
	font-size:1.5em;}	

.photo img{
	width:100px;}

	
}