@charset "utf-8";

@media only screen and (min-width:769px){
	/*---	基本レイアウト ---
	---------------------------------------------*/
	html { font-size: 62.5%; } /* 10px */
	
	body {
		color: #3E3A39;
		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-color: #ffffff;
	}
	#top-head{
		display: none;
	}
	/* h1 */
	#h1_box{
		background-color: #E6453F;
		height: 3px;
	}
	/* ロゴ画像等 */
	#h_table{
		width: 980px;
		height: 100px;
		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;
		padding: 0 0 0 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 10px 0 0;
	}
	#h_table .h_table_r a{
		display: inline-block;
		padding: 0 10px;
	}
	/* PC表示のナビゲーションメニュー */
	#top_div{
		width: 100%;
		height: 40px;
		background-color: #ffffff;
		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;
	}

	/* ----- スライドショー ----- */
	#slide{
		text-align: center;
	}
	#slide img{
		max-width: 1480px;
		width: 100%;
		margin: 0 auto;
	}
	
	/* ----- main_wrap ----- */
	#main_wrap{
		width: 100%;
		margin: 0 auto;
	}
	
	/* ----- sec4 ----- */
	#sec04_wrap{
		padding: 20px 0 100px 0;
	}
	#sec04{
		text-align: center;
	}
	#sec04 h2{
		color: #3E3A39;
		font-size: 2.2rem;
		font-weight: bold;
		text-indent: 2px;
		letter-spacing: 2px;
		padding: 40px 0 40px;
	}
	#sec04 .s_table{
		width: 940px;
		margin: 0 auto;
		display: table;
		table-layout: fixed;
		border: 10px solid #E5E5E5;
		border-radius: 6px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#sec04 .s_table p{
		display: table-cell;
		text-align: center;
		vertical-align: middle;
		color: #3E3A39;
		font-size: 1.8rem;
		font-weight: bold;
		line-height: 40px;
		padding: 40px 0;
		border: 1px solid #cccccc;
	}
	#sec04 .s_table p:first-child{
		color: #ffffff;
		background-color: #E6453F;
	}
	#sec04 .s_table p a{
		display: block;
		color: #3E3A39;
	}
	#sec04 .s_table p a:hover{
		color: #E6453F;
	}
	
	/* ----- ページスクロール ----- */
	#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;
	}
	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 #3E3A39;
	}
	footer #f_wrap ul li:first-child{
		border: none;
	}
	footer #f_wrap ul li a{
		color: #3E3A39;
	}
	footer #f_wrap ul li a:hover{
		text-decoration: underline;
	}
	#f_box{
		margin: 20px auto 20px;
		width: 98%;
		text-align: center;
	}
	#f_box p{
		color: #3E3A39;
		font-size: 1.3rem;
		line-height: 200%;
	}
	#add{
		color: #ffffff;
		background-color: #E6453F;
		font-size: 1.2rem;
		text-align: center;
		padding: 3px 0;
	}
	#add a{
		color: #ffffff;
	}
}

@media only screen and (max-width : 768px ){
	/*---	基本レイアウト ---
	---------------------------------------------*/
	html { font-size: 62.5%; } /* 10px */
	
	body {
		color: #3E3A39;
		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;
	}
	#h1_box, .h_table_l{
		display: none;
	}
	#h_table .h_table_r{
		text-align: center;
		padding: 20px 0;
	}
	#h_table .h_table_r a{
		display: inline-block;
		padding: 0 20px 10px;
	}
	#h_table .h_table_r span{
		display: block;
		font-size: 1.2rem;
		color: #3E3A39;
	}
	
	/* PC用ナビゲーションメニュー */
	#top_div{
		display: none;
	}

	/* ----- スライドショー ----- */
	#slide{
		text-align: center;
	}
	#slide .swiper-slide{
		position: relative;
		width: 100%;
		margin: 0 auto;
		overflow: hidden;
		height: 300px;
	}
	#slide .swiper-slide img{
		position: absolute;
		display: inline-block;
		height: 100%;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
		
	/* ----- main_wrap ----- */
	#main_wrap{
		max-width: 768px;
		width: 100%;
		margin: 0 auto;
	}
	
	/* ----- sec4 ----- */
	#sec04_wrap{
		padding: 20px 0 60px 0;
	}
	#sec04{
		text-align: center;
	}
	#sec04 h2{
		color: #3E3A39;
		font-size: 1.8rem;
		font-weight: bold;
		text-indent: 2px;
		letter-spacing: 2px;
		padding: 20px 0 20px;
	}
	#sec04 .s_table{
		width: 94%;
		margin: 0 auto;
		border: 10px solid #E5E5E5;
		border-radius: 6px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#sec04 .s_table p{
		text-align: center;
		color: #3E3A39;
		font-size: 1.6rem;
		font-weight: bold;
		line-height: 40px;
		padding: 15px 0;
		border: 1px solid #cccccc;
	}
	#sec04 .s_table p:first-child{
		color: #ffffff;
		background-color: #E6453F;
	}
	#sec04 .s_table p a{
		display: block;
		color: #3E3A39;
	}
	#sec04 .s_table p a:hover{
		color: #E6453F;
	}
	
	/* ----- ページスクロール ----- */
	#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 #3E3A39;
	}
	footer #f_wrap ul{
		display: none;
	}
	#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: #E6453F;
		font-size: 1.2rem;
		text-align: center;
		padding: 2px 0 3px 0;
	}
	#add a{
		color: #ffffff;
	}
}

@media only screen and (max-width : 420px ){
	/* ----- sec4 ----- */
	#sec04_wrap{
		padding: 0 0 60px 0;
	}
}

/*---	その他の設定 ---
---------------------------------------------*/
.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;
}