@charset "utf-8";

@media only screen and (min-width:769px){
	/*---	基本レイアウト ---
	---------------------------------------------*/
	html { font-size: 62.5%; } /* 10px */
	
	body {
		color: #333333;
		font-size: 1.2rem;
		font-family: 游ゴシック, "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		line-height: 1.5;
		-webkit-text-size-adjust: none;
		word-wrap: break-word;
		overflow-wrap: break-word;
		min-width: 1080px;
		width: 100%;
		margin: 0 auto;
	}
	/* wrapのサイズ*/
	#wrap{
		width: 100%;
	}
	/* wrap内の各要素のサイズ*/
	a{
		text-decoration: none;
		color: #000;
	}
	img {
		/* 画像をリンクにした際にbottomにできる隙間を埋める */
		vertical-align: bottom;
	}
	
	/*---	header ---
	---------------------------------------------*/
	#h_wrap{
		background-image: url(../images/bg02.jpg);
	}
	#top-head{
		display: none;
	}
	/* h1 */
	#h1_box{
		background-color: #19244c;
		height: 24px;
	}
	#h1_box h1{
		width: 980px;
		margin: 0 auto;
		color: #ffffff;
		font-size: 1.2rem;
		line-height: 24px;
		padding: 0 10px;
	}
	/* ロゴ画像等 */
	#h_table{
		width: 980px;
		height: 120px;
		margin: 0 auto;
		display: table;
		table-layout: fixed;
		text-align: center;
	}
	#h_table .h_table_l{
		display: table-cell;
		text-align: left;
		vertical-align: middle;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#h_table .h_table_l a{
		padding-left: 10px;
	}
	#h_table .h_table_r{
		display: table-cell;
		text-align: right;
		vertical-align: middle;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding: 0 20px 0 0;
	}
	#h_table .h_table_r .h_table_r_p{
		display: block;
		padding: 5px 0;
	}	
	
	/* PC表示のナビゲーションメニュー */
	#top_div{
		width: 100%;
		height: 60px;
		background-color: #ffffff;
	}
	#top_div ul{
		width: 980px;
		margin: 0 auto;
		display: table;
		table-layout: fixed;
	}
	#top_div ul li{
		display: table-cell;
		text-align: center;
		vertical-align: middle;
		padding-right: 1px;
		background-image: url(../images/nav_line.png);
		background-position: right center;
		background-repeat: no-repeat;
	}
	#top_div ul li:last-child{
		background-image: none;
	}

	/* ----- スライドショー ----- */
	#slide{
		background-color: #19244c;
		background-image: url(../images/bg01.jpg);
		padding: 20px 0;
		text-align: center;
	}
	
	/* ----- main_wrap ----- */
	#main_wrap{
		width: 100%;
		margin: 0 auto;
	}
	
	/* ----- ページスクロール ----- */
	#scroll {
		position: fixed;
		bottom: 30px;
		right: 20px;
		z-index: 1000;
	}
	#scroll a {
		display: inline-block;
		z-index: 999;
		padding: 5px 15px 10px 15px;
		color: #ffffff;
		background-color: rgba(0,0,0,0.5);
		border-radius: 5px;
		text-align: center;
	}
	#scroll a i{
		font-size: 4.0rem;
		vertical-align: middle;
	}
	
	/*---	footer ---
	---------------------------------------------*/
	footer{
		clear: both;
		text-align: center;
		background-image: url(../images/bg02.jpg);
	}
	footer #f_wrap ul{
		display:-webkit-box; 
		display:-moz-box; 
		display:-ms-box; 
		display:-webkit-flexbox; 
		display:-moz-flexbox; 
		display:-ms-flexbox; 
		display:-webkit-flex; 
		display:-moz-flex; 
		display:-ms-flex; 
		display:flex; 
		-webkit-box-lines:multiple; 
		-moz-box-lines:multiple; 
		-webkit-flex-wrap:nowrap; 
		-moz-flex-wrap:nowrap; 
		-ms-flex-wrap:nowrap; 
		-moz-box-align: center;
		-webkit-box-align: center;
		-moz-box-pack: center;
		-webkit-box-pack: center;
		justify-content: center;
		flex-wrap:nowrap; 
		flex-direction: row;
		text-align: center;
		padding: 10px 0 10px 0;
		background-color: #341e00;
	}
	footer #f_wrap ul li{
		font-size: 1.3rem;	
		padding: 3px 10px;
		border-left:1px dotted #ffffff;
	}
	footer #f_wrap ul li:first-child{
		border: none;
	}
	footer #f_wrap ul li a{
		color: #ffffff;
	}
	footer #f_wrap ul li a:hover{
		text-decoration: underline;
	}
	#f_link a{
		display: inline-block;
		padding: 30px 30px;
	}
	#f_link a:hover{
		opacity: 0.8;
	}
	#f_box{
		margin: 0 auto 2%;
		width: 98%;
		text-align: center;
	}
	#f_box p{
		color: #333333;
		font-size: 1.3rem;
		line-height: 200%;
	}
	#add{
		color: #ffffff;
		background-color: #19244c;
		font-size: 1.2rem;
		text-align: center;
		padding: 2px 0;
	}
	#add a{
		color: #ffffff;
	}
}

@media only screen and (max-width : 768px ){
	/*---	基本レイアウト ---
	---------------------------------------------*/
	html { font-size: 62.5%; } /* 10px */
	
	body {
		color: #333333;
		font-size: 1.2rem;
		font-family: 游ゴシック, "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		line-height: 1.5;
		-webkit-text-size-adjust: none;
		word-wrap: break-word;
		overflow-wrap: break-word;
	}
	/* wrapのサイズ*/
	#wrap{
		width: 100%;
	}
	a{
		text-decoration: none;
		color: #000;
	}
	img {
		/* 画像をリンクにした際にbottomにできる隙間を埋める */
		vertical-align: bottom;
	}
	
	/*---	header ---
	---------------------------------------------*/
	#h_wrap{
		padding: 55px 0 0 0;
		width: 100%;
		margin: 0 auto;
		background-image: url(../images/bg02.jpg);
	}
	#h1_box, .h_table_l{
		display: none;
	}
	#h_table .h_table_r{
		text-align: center;
		padding: 10px 0;
	}
	#h_table .h_table_r .h_table_r_p{
		display: block;
		padding: 5px 0;
	}	
	
	/* PC用ナビゲーションメニュー */
	#top_div{
		display: none;
	}

	/* ----- スライドショー ----- */
	#slide{
		background-color: #19244c;
		background-image: url(../images/bg01.jpg);
		padding: 20px 0;
		text-align: center;
	}
	#slide .swiper-slide{
		width: 100%;
		margin: 0 auto;
	}
	#slide .swiper-slide img{
		width: 100%;
	}
	.swiper-button-prev, .swiper-button-next{
		display: none;
	}
		
	/* ----- main_wrap ----- */
	#main_wrap{
		max-width: 768px;
		width: 100%;
		margin: 0 auto;
	}
	
	/* ----- ページスクロール ----- */
	#scroll {
		position: fixed;
		bottom: 30px;
		right: 10px;
		z-index: 1000;
	}
	#scroll a {
		display: inline-block;
		z-index: 999;
		padding: 5px 15px 10px 15px;
		color: #ffffff;
		background-color: rgba(0,0,0,0.8);
		border-radius: 5px;
		text-align: center;
	}
	#scroll a i{
		font-size: 2.0rem;
		vertical-align: middle;
	}
	
	/*---	footer ---
	---------------------------------------------*/
	footer{
		text-align: center;
		border-top: 3px solid #341e00;
	}
	footer #f_wrap ul{
		display: none;
	}
	#f_link a{
		padding: 10px 0;
		display: block;
	}
	#f_box{
		padding: 20px 0;
		margin: 0 auto;
		width: 98%;
		text-align: center;
	}
	#f_box p{
		color: #333333;
		font-size: 13px;
		line-height: 200%;
	}
	#add{
		color: #ffffff;
		background-color: #19244c;
		font-size: 1.2rem;
		text-align: center;
		padding: 2px 0 3px 0;
	}
	#add a{
		color: #ffffff;
	}
}

@media only screen and (max-width : 420px ){

}

/*---	その他の設定 ---
---------------------------------------------*/
.clearfix:after{
	content:".";
	visibility:hidden;
	display:block;
	height:0;
	clear:both;
}
.hide {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.clearboth{
	clear: both;
}
.span_br{
	display: inline-block;
}
.linkStyle{
	color: #666666;
}