@charset "UTF-8";

/*ヘッダーフッター*/
/*共通部品*/


/*================================================
 *  ヘッダー
 ================================================*/
 
header {
	width:100%;
	padding:10px 0;
	background-color:#fdfdfd;
	box-shadow:0 8px 10px rgba(0, 0, 0, 0.10);
}

header h1 {
	margin: 0;
	padding: 0;
	text-align:center;
}
header h1 a {
}
header h1 a img {
	width:720px;
	/*max-width: calc(100% - 100px);*/
	height: auto;
	margin: 0;
}


@media screen and (max-width:999px) {
	
header {
	padding:18px 0 18px;
	z-index:70000;
	box-shadow:0 4px 7px rgba(0, 0, 0, 0.15);
	position:fixed;
}

header h1 {
	width:calc(100% - 70px);
}
header h1 a {
}
header h1 a img {
	width:100%;
	margin-top:-5px;
}	
	
}






/*================================================
 *  メインコンテンツ枠
 ================================================*/
 
#contents{
	width:1080px;
	overflow:hidden;
	margin:0 auto;
	padding-top:35px;
	}
#side{
	width:240px;
	float:left;
	}
#page_area{
	width:780px;
	float:right;
	}


@media screen and (max-width:999px) {
#contents{
	box-sizing:border-box;
	width:100%;
	margin:0;
	padding-top:calc(100vw * 0.19 + 28px);
	padding-left:15px;
	padding-right:15px;
	padding-bottom:30px;
	}
#side{
	width:100%;
	float:none;
	}
#page_area{
	width:100%;
	float:none;
	}
}
	

/*================================================
 *  サイドバーコンテンツ枠
 ================================================*/
 
.side_items{
	margin-top:30px;}

.side_items h6{
	font-size:14.5px;
	font-weight:bold;
	margin:1em 0 0.6em;
	padding:0;
	border-bottom:2px solid #B60005;
	color:#B60005;
	word-break: break-all;
	}
.side_items p{
	font-size:14px;
	word-break: break-all;
	line-height:150%;
	}
.side_items p a{
	}

.side_items img{
	width:100%;
	height:auto;
	margin-bottom:10px;
	}

		@media screen and (max-width:999px) {
		  .side_items{
				display:none;}
		}





/*================================================
 *  フッター
 ================================================*/
 
 


footer {
		background-color:#B60005;
	margin-top: 100px;
	overflow:hidden
}


/*スマホ専用詳細フッター*/
footer .sp_footer {
	/*display:none;*/
	display:none;
}


/*共通コピーライト*/	
.copyright {
	padding: 10px 10px;
	font-size: 13px;
	text-align: center;
	color: #fff;
	line-height:150%;
}


.copyright a{
	color: #fff;
	margin-bottom:10px;
	display:inline-block;
}


@media screen and (max-width:999px) {
	
/*スマホ専用詳細フッター*/

footer .sp_footer {
	display:block;
	padding:30px 20px;
}		

.sp_footer ul li{
	display:inline-block;}		

.sp_footer ul li::after{
	content: "｜";
	color:#fff;
	opacity:0.8;
	}		


.sp_footer ul li a{
	font-size:15px;
	color:#fff;
	padding:0 0.25em;
	margin:0;
}		

.sp_footer ul li a small{
	font-size:15px;
}	





/*メニュークリック不可*/
  .sp_footer ul li.yet a{
	  font-weight:normal !important;
	  color:#888 !important;
	  pointer-events:none !important;
  }


}




/*================================================
 *  メインビジュアル 画像
 ================================================*/

#mainvisual{

	}





#mainvisual img{
	width:100%;
	height:auto;
	}





/*********************/




/*================================================
 *  共通パーツ
 ================================================*/
 
 
 
 
 /*************　トップに戻るボタン　*************/
 
.totop {
	position:fixed;
	bottom:15px;
	right:15px;
}
.totop a {
	display:block;
	text-decoration:none;
}
.totop img {
	width:50px;
	height:auto;
	/*background:#09A386;*/
}
.totop img:hover {
	/*background:#09A386;*/
}

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

}





/*================================================
 *  ボタン
 ================================================*/


.btn4 a {
	font-size:20px;
	display:inline-block;
	
	box-sizing:border-box;
	padding:4px 26px;
	color:#fff;
	text-decoration:none;
	border:2px solid #009D96;
	border-radius:999px;
	background:#009D96;
	box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.1);
	transition:all 0.2s ease 0s;
}
.btn4 a:hover {
	color:#009D96;
	background:#fff;
	border:2px solid #009D96;
	transition:all 0.2s ease 0s;
}



.btn4off a{
	background:#888 !important;
	pointer-events:none !important;
	border:2px solid #888;
	}




/*************　囲み枠　*************/

.kakomi_gray{
	box-sizing:border-box;
	width:100%;
	background-color:#ddd;
	padding:1em;
	}



.kakomi_green{
	display:block;
	box-sizing:border-box;
	width:100%;
	border:3px solid #d6edd1;
	padding:0.6em;
	}

.kakomi_green2{
	display:block;
	box-sizing:border-box;
	width:100%;
	background-color:#d6edd1;
	padding:1em;
	}



/*ラベル付き枠*/
.labelbox{
	border-radius:6px;
	border:4px solid #21307a;
	box-sizing:border-box;
	width:90%;
	max-width:600px;
	margin:0 auto 40px;
	text-align:center;	
	padding-bottom:8px;
	}

.labelbox span{
	display:block;
	background-color:#21307a;
	border-radius:1px 1px 0px 0px;
	color:#fff;
	padding:5px;
	margin-bottom:8px;
	}






/*************　新着情報 横dldtdd　*************/

.information {
margin-bottom: 30px;
overflow: auto;
height: 200px;
box-sizing:border-box;
padding:20px 30px;
border:1px solid #bbb;
}
.information dt {
clear: both;
float: left;
margin: 0;
padding: 10px 0;
vertical-align: top;
border-bottom: none;
line-height:140%;

}
.information dd {
margin: 0;
padding: 10px 0 10px 9em;
vertical-align: top;

font-size:16.5px;
line-height:140%;

}

@media screen and (max-width:999px) {
	.information {
		width:96%;
		padding:10px 15px;
	margin: 0 auto 30px;
	}
	.information dt {
	float: none;
	margin: 0;
	padding: 10px 0 0 0;
	vertical-align: top;
	border-bottom: none;
	}
	.information dd {
	margin: 0;
	padding: 0 0 10px 0;
	vertical-align: top;
	}
}


/*************　パンくずリスト　*************/


ul.breadcrumb {
  display: flex;
}
ul.breadcrumb li a {
  padding: 5px;
}
ul.breadcrumb li:after {
  content: '\003e';/* > */
  margin-left: 10px;
  margin-right: 10px;
}
ul.breadcrumb li:last-child:after {
  content: "";
}


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

.address_rect_list{
	box-sizing:border-box;
	padding:40px 0;
	background-color:#eee;
	}
.address_rect_list ul{
	display:flex;
	}
.address_rect_list ul li{
	flex-grow:1;
	border-right:1px solid #666;
	display:flex;
	flex-direction:column;
	text-align:center;
	}
.address_rect_list ul li:last-child{
	border:none;
	}
.address_rect_list ul li h6{
	font-size:20px;
	}	
.address_rect_list ul li a{
	font-size:35px;
	font-weight:bold;
	}	
.address_rect_list ul li small{
	font-size:16px;
	}		
@media screen and (max-width:999px) {
.address_rect_list{
	padding:0 20px;
	}
.address_rect_list ul{
	flex-direction:column;
	}
.address_rect_list ul li{
	width:100%;
	border-right:none;
	border-bottom:1px solid #888;
	padding:40px 0;
	}
}	


	
/*================================================
 *  ■ 埋め込み用
 ================================================*/



/*************　googlemap可変　*************/

.gmap {
	position: relative;
	padding-bottom: 56.25%;
	/*padding-bottom: 80%;*/
	height: 0;
	overflow: hidden;
}
.gmap iframe,
.gmap object,
.gmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media screen and (max-width:999px) {
.gmap {padding-bottom: 80%;}
}

/*************　YOUTUBE可変　*************/

.youtube_wrap{
	margin:40px auto 60px;
	width:90%;
	max-width:800px;
	}
.youtube{
position: relative;
padding-bottom: 56.25%;
}
.youtube iframe{
width: 100%;
height:100%;
position: absolute;
left: 0;
top: 0;	
}










/*================================================
 *  ■ 並べリストレイアウト
 ================================================*/
 
/*************　バナーリスト（inline-block）　*************/


ul.img_rep{
	width:100%;
	max-width:1200px;
	margin:0 auto;
	text-align:center;
	}
ul.img_rep li{
	display:inline-block;
	margin:20px;
	}
ul.img_rep li img{
	width:150px;
	height:auto;
	}
ul.img_rep li.rep_empty{/*余りバナー位置調整*/
	width:150px;
	height:3px;
	margin-top:0;
	margin-bottom:0;
	background:#f00;
	}
	
@media screen and (max-width:999px) {
	  ul.img_rep li{
		  width:40%;
		  max-width:150px;
		  display:inline-block;
		  margin:2%;
		  }
	  ul.img_rep li img{
		  width:100%;
		  height:auto;
		  }
	  ul.img_rep li.rep_empty{
		  width:40%;
		  max-width:150px;
		  margin:0 2% 0;
		  }
	}	


/*************　flex dl 横並び見出し 囲み　*************/

dl.flex_define_rect{
	display:flex;
	align-items:flex-start;
	}
dl.flex_define_rect dt{
	box-sizing:border-box;
	width:150px;
	text-align:center;
	flex-grow:0;
	flex-shrink: 0;
	margin-right:20px;
	background-color:#555;
	color:#fff;
	}
dl.flex_define_rect dd{
	box-sizing:border-box;
	flex-grow:1;
	margin-bottom:1em;
	}
	@media screen and (max-width:999px) {	
	  dl.flex_define_rect{
		  flex-direction: column;
		  }
	  dl.flex_define_rect dt{
		  width:100%;
		  flex-grow:1;
		  margin-right:0;
		  }
	  dl.flex_define_rect dd{
		  width:100%;
		  }
	}	
	
/*************　flex dl 横並び見出し 罫線　*************/

dl.flex_define_line{
	display:flex;
	align-items:stretch;
	border-bottom:1px solid #333;
	}
dl.flex_define_line:first-child{
	border-top:1px solid #333;
	}
dl.flex_define_line dt{
	box-sizing:border-box;
	width:150px;
	padding:20px 30px;
	flex-grow:0;
	flex-shrink: 0;
	display:flex;
	align-items:center;
	font-weight:bold;
	}
dl.flex_define_line dd{
	box-sizing:border-box;
	padding:20px 30px;
	flex-grow:1;
	display:flex;
	align-items:center;
	}
	@media screen and (max-width:999px) {	
	  dl.flex_define_line{
		  flex-direction: column;
		  }
	  dl.flex_define_line dt{
		  width:100%;
		  flex-grow:1;
		  }
	  dl.flex_define_line dd{
		  width:100%;
		  }
	}	

/*************　flexリスト1（固定幅アイテム中央寄せ左揃え）　*************/


.flex_list{
display: flex;
justify-content: center;
flex-wrap: wrap;
}
.flex_list .item{
box-sizing:border-box;
border:1px solid #bbb;
width:300px;
margin:0 15px 30px 15px;
padding:20px;
}
.flex_list .empty{
height:10px;
border:none;
}
	@media screen and (max-width:999px) {	
	  .flex_list .item{
	  width:80%;
	  margin:0 auto 30px;
	  }
	}	


/*************　flexリスト矩形　サムネ　ボタン付き　*************/



.flex_list_rect{
display: flex;
justify-content: center;
flex-wrap: wrap;
}
.flex_list_rect .item{
box-sizing:border-box;
display:flex;
flex-direction:column;
align-items:flex-start;
border:1px solid #bbb;
width:250px;
margin:0 10px 20px;
background: #fff;
box-shadow:3px 3px 6px rgba(0, 0, 0, 0.1);
font-size:16px;
line-height:1.3;
}
.flex_list_rect .item a:first-child{
display:block;
}
.flex_list_rect .item p{
padding:15px 15px 25px;
}
.flex_list_rect .item a:last-child{
display:block;
width:calc(100% - 30px) ;
background:#fff;
margin:auto auto 13px;
box-sizing:border-box;
padding:4px;
border:1px solid #888;
text-align:center;
color:#111;
font-size:80%;
}
.flex_list_rect .item a:last-child:hover{
background:#111;
color:#fff;
transition:all 0.2s ease 0s;
}


.flex_list_rect .empty{
height:10px;
background:none;
border:none;
box-shadow:none;
}
	@media screen and (max-width:999px) {	
	  .flex_list_rect .item{
	  width:48%;
	  margin:0 1% 30px;
	  }
	}	




 
 
 /*================================================
 *  画像＋キャプション flexレイアウト
 ================================================*/

 
/*************　画像＋キャプション 1単 (スマホ1列)　*************/
.pic_list_1col{
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
	}
.pic_list_1col .item{
	width:66%;
	margin-bottom:30px;
	}
.pic_list_1col .item img{
	width:100%; height:auto;
	}	
.pic_list_1col .item p{
	font-size:95%;
	}		
		@media screen and (max-width:999px) {
		.pic_list_1col{flex-direction: column;}
		.pic_list_1col .item{width:100%;}	
		}
/*************　画像＋キャプション 2分割 (スマホ1列)　*************/
  
.pic_list_2col{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	}
.pic_list_2col .item{
	width:calc((100% - 30px) / 2);/*余白30px*/
	margin-bottom:30px;
	}
.pic_list_2col .item img{
	width:100%; height:auto;
	}	
.pic_list_2col .item p{
	font-size:95%;
	}		
		@media screen and (max-width:999px) {
		.pic_list_2col{flex-direction: column;}
		.pic_list_2col .item{width:100%;}	
		}
/*************　画像＋キャプション 3分割 (スマホ1列)　*************/
.pic_list_3col{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	}
.pic_list_3col .item{
	width:calc((100% - 60px) / 3);/*余白30px*/
	margin-bottom:30px;
	}
.pic_list_3col .item img{
	width:100%; height:auto;
	}	
.pic_list_3col .item p{
	font-size:95%;
	}		
		@media screen and (max-width:999px) {
		.pic_list_3col{flex-direction: column;}
		.pic_list_3col .item{width:100%;}	
		}
/*************　画像＋キャプション 4分割 (スマホ2列)　*************/
.pic_list_4col{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	}
.pic_list_4col .item{
	width:calc((100% - 90px) / 4);/*余白30px*/
	margin-bottom:30px;
	}
.pic_list_4col .item img{
	width:100%; height:auto;
	}	
.pic_list_4col .item p{
	font-size:95%;
	}		
		@media screen and (max-width:999px) {
		.pic_list_4col{ }
		.pic_list_4col .item{width:calc((100% - 15px) / 2);/*余白15px*/}	
		}




 /*================================================
 *  ■ 
 ================================================*/



/*************　　*************/

/*************　　*************/



/*************　　*************/

/*************　　*************/

/*************　　*************/

/*************　　*************/


 /*================================================
 *  ■ 
 ================================================*/





/* =================================================================================

PCサイズ限定

================================================================================= */

@media only screen and (min-width:1000px) {
	



}


/* =================================================================================

スマートフォン向けデザイン

================================================================================= */

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





	
}











