@charset "utf-8";

@media only screen and (min-width:769px){
	/*---	基本レイアウト ---
	---------------------------------------------*/
	html { font-size: 62.5%; } /* 10px */
	
	body {
		color: #231815;
		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: 980px;
		width: 100%;
		margin: 0 auto;
	}
	/* wrapのサイズ*/
	#wrap{
		width: 100%;
	}
	/* wrap内の各要素のサイズ*/
	a{
		text-decoration: none;
		color: #000;
	}
	img {
		/* 画像をリンクにした際にbottomにできる隙間を埋める */
		vertical-align: bottom;
	}
	.sp_br{
		display: none;
	}
	/*---	header ---
	---------------------------------------------*/
	#h_wrap{
		background-color: #ffffff;
	}
	#top-head{
		display: none;
	}
	/* ロゴ画像等 */
	#h_table_wrap{
		width: 100%;
		border-bottom: 1px solid #0b2265;
	}
	#h_table{
		width: 980px;
		height: 80px;
		margin: 0 auto;
		display: table;
		table-layout: fixed;
		text-align: center;
	}
	#h_table .h_table_l{
		width: 280px;
		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;
		font-size: 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding: 10px 10px 0 0;
	}
	#h_table .h_table_r p{
		display: inline-block;
		text-align: center;
		vertical-align: middle;
		font-size: 1.3rem;
		color: #ffffff;
		margin: 0 10px 0 0;
	}
	#h_table .h_table_r p a{
		display: inline-block;
		font-size: 2.2rem;
		font-weight: bold;
		color: #ff6969;
	}
	#h_table .h_table_r p span{
		display: block;
		font-size: 1.1rem;
		color: #666666;
		text-align: right;
	}
	#h_table .h_table_r a.mail{
		display: inline-block;
		width: 140px;
		text-align: center;
		line-height: 36px;
		font-size: 1.3rem;
		color: #ffffff;
		background-color: #f2c469;
		border: 1px solid #f2c469;
		letter-spacing: 1px;
		margin: 0 5px;
		transition: all 0.5s;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-ms-transition: all 0.5s;
		-o-transition: all 0.5s;
	}
	#h_table .h_table_r a.mail:hover{
		color: #f2c469;
		background-color: #ffffff;
	}
	#h_table .h_table_r a.h_link{
		display: inline-block;
		width: 120px;
		text-align: center;
		line-height: 36px;
		font-size: 1.3rem;
		color: #ffffff;
		background-color: #0b2265;
		border: 1px solid #0b2265;
		letter-spacing: 1px;
		margin: 0 5px;
		transition: all 0.5s;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-ms-transition: all 0.5s;
		-o-transition: all 0.5s;
	}
	#h_table .h_table_r a.h_link:hover{
		color: #0b2265;
		background-color: #ffffff;
	}
	#h_table .h_table_r a i{
		font-size: 1.8rem;
		vertical-align: middle;
		padding: 0 5px 0 0;
	}
	/* PC表示のナビゲーションメニュー */
	#top_div{
		width: 100%;
		height: 40px;
		padding: 10px 0;
	}
	#top_div ul{
		width: 979px;
		margin: 0 auto;
		display: table;
		table-layout: fixed;
	}
	#top_div ul li{
		display: table-cell;
		text-align: center;
		vertical-align: middle;
		padding-left: 1px;
		background-image: url(../images/nav_line.png);
		background-position: left center;
		background-repeat: no-repeat;
	}
	#top_div ul li:last-child{
		padding-left: 1px;
		padding-right: 1px;
		background-image: url(../images/nav_line.png), url(../images/nav_line.png);
		background-position: left center, right center;
		background-repeat: no-repeat, no-repeat;
	}
	/* ----- main_wrap ----- */
	#main_wrap{
		width: 100%;
		margin: 0 auto;
	}
	/* ----- contact ----- */
	#contact_wrap{
		padding: 40px 0 80px 0;
	}
	#contact{
		width: 760px;
		border: 1px solid #666666;
		border-radius: 10px;
		text-align: center;
		padding: 20px 0;
		margin: 0 auto;
	}
	#contact h2{
		color: #231815;
		font-size: 2.2rem;
		font-weight: bold;
		text-indent: 2px;
		letter-spacing: 2px;
	}
	#contact h3{
		color: #666666;
		font-size: 1.5rem;
		font-weight: bold;
		text-indent: 2px;
		letter-spacing: 2px;
		padding: 5px 0 20px;
	}
	#contact p{
		color: #0b2265;
		font-size: 2.2rem;
		font-weight: bold;
		padding: 2px 0;
	}
	#contact p a{
		color: #0b2265;
	}
	#contact .btn a{
		display: inline-block;
		text-align: center;
		line-height: 36px;
		font-size: 1.3rem;
		color: #ffffff;
		background-color: #ff6969;
		border: 1px solid #ff6969;
		letter-spacing: 1px;
		padding: 0 40px;
		margin: 5px 5px 0;
		transition: all 0.5s;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-ms-transition: all 0.5s;
		-o-transition: all 0.5s;
	}
	#contact .btn a:hover{
		color: #ff6969;
		background-color: #ffffff;
	}
	/* ----- ページスクロール ----- */
	#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: #0b2265;
		border-radius: 50%;
		text-align: center;
	}
	#scroll a i{
		font-size: 4.0rem;
		vertical-align: middle;
	}
	/*---	footer ---
	---------------------------------------------*/
	footer{
		clear: both;
		text-align: center;
	}
	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: #f1f1f1;
	}
	footer #f_wrap ul li{
		font-size: 1.2rem;	
		padding: 3px 10px;
		border-left:1px dotted #333333;
		letter-spacing: 1px;
	}
	footer #f_wrap ul li:first-child{
		border: none;
	}
	footer #f_wrap ul li a{
		color: #333333;
	}
	footer #f_wrap ul li a:hover{
		text-decoration: underline;
	}
	#f_link{
		display: none;
	}
	#f_box{
		margin: 20px auto 20px;
		width: 98%;
		text-align: center;
	}
	#f_box p{
		color: #333333;
		font-size: 1.3rem;
		line-height: 200%;
	}
	#add{
		color: #ffffff;
		background-color: #0b2265;
		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: #231815;
		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;
	}
	.pc_br{
		display: none;
	}
	/*---	header ---
	---------------------------------------------*/
	#h_table{
		position: relative;
		padding: 55px 0 0 0;
		width: 100%;
		margin: 0 auto;
	}
	.h_table_l{
		display: none;
	}
	.h_table_r{
		display: none;
	}
	#top_div{
		display: none;
	}
	/* ----- main_wrap ----- */
	.pagination{
		display: none;
	}
	#main_wrap{
		max-width: 768px;
		width: 100%;
		margin: 0 auto;
	}
	/* ----- contact ----- */
	#contact_wrap{
		padding: 20px 0 60px 0;
	}
	#contact{
		width: 94%;
		border: 1px solid #666666;
		border-radius: 10px;
		text-align: center;
		padding: 20px 0;
		margin: 0 auto;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#contact h2{
		color: #231815;
		font-size: 1.5rem;
		font-weight: bold;
		text-indent: 2px;
		letter-spacing: 2px;
	}
	#contact h3{
		color: #666666;
		font-size: 1.3rem;
		font-weight: bold;
		text-indent: 1px;
		letter-spacing: 1px;
		padding: 5px 0 10px;
	}
	#contact p{
		color: #0b2265;
		font-size: 1.7rem;
		font-weight: bold;
		padding: 2px 0;
	}
	#contact p a{
		color: #0b2265;
	}
	#contact .btn a{
		display: inline-block;
		text-align: center;
		line-height: 36px;
		font-size: 1.3rem;
		color: #ffffff;
		background-color: #ff6969;
		border: 1px solid #ff6969;
		letter-spacing: 1px;
		padding: 0 30px;
		margin: 5px 5px 0;
	}
	/* ----- ページスクロール ----- */
	#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: #0b2265;
		border-radius: 5px;
		text-align: center;
	}
	#scroll a i{
		font-size: 2.0rem;
		vertical-align: middle;
	}
	/*---	footer ---
	---------------------------------------------*/
	footer{
		text-align: center;
	}
	footer #f_wrap ul{
		display: none;
	}
	#f_link{
		padding: 10px 0;
		background-color: #f1f1f1;
		border-top: 2px solid #f2c469;
		border-bottom: 2px solid #f2c469;
	}
	#f_link a{
		display: inline-block;
		width: 120px;
		text-align: center;
		line-height: 36px;
		font-size: 1.3rem;
		color: #ffffff;
		background-color: #0b2265;
		border: 1px solid #0b2265;
		letter-spacing: 1px;
		margin: 0 5px;
		transition: all 0.5s;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-ms-transition: all 0.5s;
		-o-transition: all 0.5s;
	}
	#f_link a i{
		font-size: 1.8rem;
		vertical-align: middle;
		padding: 0 5px 0 0;
	}
	#f_box{
		padding: 20px 0;
		margin: 0 auto;
		width: 98%;
		text-align: center;
	}
	#f_box p{
		color: #333333;
		font-size: 1.3rem;
		line-height: 200%;
	}
	#add{
		color: #ffffff;
		background-color: #0b2265;
		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;
}