@charset "utf-8";

@media only screen and (min-width:769px){
	/*---	基本レイアウト ---
	---------------------------------------------*/
	html { font-size: 62.5%; } /* 10px */
	
	body {
		color: #4D4D4D;
		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;
		background-image: url(../images/main_bg.jpg);
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		background-attachment: fixed;
	}
	.mincho{
		font-family: 游明朝, "Yu Mincho", YuMincho, "Sawarabi Mincho";
	}
	/* wrapのサイズ*/
	#wrap{
		width: 100%;
	}
	/* wrap内の各要素のサイズ*/
	a{
		text-decoration: none;
		color: #000;
	}
	img {
		/* 画像をリンクにした際にbottomにできる隙間を埋める */
		vertical-align: bottom;
	}
	.sp_br, .sp_img{
		display: none;
	}
	/*---	header ---
	---------------------------------------------*/
	#h_wrap{

	}
	#top-head{
		display: none;
	}
	/* ロゴ画像等 */
	#h_table{
		width: 980px;
		height: 260px;
		margin: 0 auto;
		display: table;
		table-layout: fixed;
		text-align: center;
	}
	#h_table .h_table_cell{
		display: table-cell;
		text-align: center;
		vertical-align: middle;
		padding: 20px 0 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#h_table .h_table_cell a{
		display: inline-block;
		background-color: rgba(255, 255, 255, 0.7);
		padding: 6px 0;
	}
	/* PC表示のナビゲーションメニュー */
	#top_div{
		width: 1080px;
		height: 40px;
		padding: 5px 0;
		margin: 0 auto;
		background-color: rgba(255, 255, 255, 0.8);
		background-image: url(../images/stripe.png), url(../images/stripe.png);
		background-position: left top, left bottom;
		background-repeat: repeat-x ,repeat-x;
		background-size: auto 5px, auto 5px;
		border-radius: 10px;
	}
	#top_div ul{
		width: 979px;
		margin: 0 auto;
		display: table;
		table-layout: fixed;
	}
	#top_div ul li{
		display: table-cell;
		width: 162px;
		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_bg{
		padding: 20px 0;
	}
	#slide{
		width: 980px;
		text-align: center;;
		border: 1px solid rgba(255, 255, 255, 0.7);
		padding: 3px;
		margin: 0 auto;
	}
	#slide img{
		width: 100%;
	}
	/* ----- main_wrap ----- */
	#main_wrap{
		width: 100%;
		margin: 0 auto;
	}
	/* ----- contact ----- */
	#contact_wrap{
		padding: 40px 0 40px 0;
	}
	#contact{
		width: 680px;
		background-color: rgba(255, 255, 255, 0.8);
		border: 1px solid #0B420D;
		border-radius: 6px;
		text-align: center;
		padding: 10px 0 15px;
		box-shadow: 0px 1px 3px rgba(0,0,0,.4);
		margin: 0 auto;
	}
	#contact h3{
		color: #0B420D;
		font-size: 2.4rem;
		font-weight: bold;
		text-indent: 2px;
		letter-spacing: 2px;
		padding: 2px 0;
	}
	#contact h3 a{
		color: #0B420D;
		vertical-align: middle;
	}
	#contact h3 a img{
		vertical-align: middle;
		padding: 0 2px 4px 0;
	}
	#contact p{
		color: #333333;
		font-size: 1.2rem;
		text-indent: 1px;
		letter-spacing: 1px;
		padding: 5px 0;
	}
	#contact .btn a{
		display: inline-block;
		text-align: center;
		line-height: 36px;
		font-size: 1.3rem;
		color: #ffffff;
		background-color: #9A623E;
		border: 1px solid #9A623E;
		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: #9A623E;
		background-color: transparent;
	}
	/* ----- loopSlider ----- */
	#loopSlider_wrap{
		padding: 40px 0 20px;
	}
	/* ----- ページスクロール ----- */
	#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: #0B420D;
		border: 1px solid #ffffff;
		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{
		width: 1080px;
		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;
		background-color: rgb(0, 0, 0, 0.3);
		border: 1px solid #ffffff;
		border-radius: 10px;
		padding: 10px 0 10px 0;
		margin: 0 auto;
	}
	footer #f_wrap ul li{
		font-size: 1.2rem;	
		padding: 3px 10px;
		border-left:1px dotted #ffffff;
		letter-spacing: 1px;
	}
	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_box{
		margin: 20px auto 20px;
		width: 98%;
		text-align: center;
	}
	#f_box p{
		color: #ffffff;
		font-size: 1.4rem;
		line-height: 200%;
	}
	#add{
		color: #ffffff;
		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: #4D4D4D;
		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;
		background-image: url(../images/main_bg.jpg);
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		background-attachment: fixed;
	}
	.mincho{
		font-family: "Sawarabi Mincho";
	}
	/* wrapのサイズ*/
	#wrap{
		width: 100%;
	}
	a{
		text-decoration: none;
		color: #000;
	}
	img {
		/* 画像をリンクにした際にbottomにできる隙間を埋める */
		vertical-align: bottom;
	}
	.pc_br{
		display: none;
	}
	.sp_img{
		display: none;
	}
	/*---	header ---
	---------------------------------------------*/
	#h_table{
		position: relative;
		padding: 55px 0 0 0;
		width: 100%;
		margin: 0 auto;
	}
	#h_table h1{
		position: absolute;
		top: 0;
		left: 0;
		z-index: 103;
	}
	#h_table h1 a img{
		position: fixed;
		display: inline-block;
		width: auto;
		height: 50px;
		padding: 2px 0 3px 5px;
	}
	#top_div{
		display: none;
	}
	/* ----- スライドショー ----- */
	#slide{
		width: 100%;
		text-align: center;
		padding: 5px 0;
		background-color: #ffffff;
		background-image: url(../images/stripe.png), url(../images/stripe.png);
		background-position: left top, left bottom;
		background-repeat: repeat-x ,repeat-x;
		background-size: auto 5px, auto 5px;
		margin: 0 auto;
	}
	#slide img{
		width: 100%;
	}
	/* ----- main_wrap ----- */
	#main_wrap{
		max-width: 768px;
		width: 100%;
		margin: 0 auto;
	}
	/* ----- contact ----- */
	#contact_wrap{
		padding: 20px 0 20px 0;
	}
	#contact{
		width: 90%;
		background-color: rgba(255, 255, 255, 0.8);
		border-radius: 2px;
		text-align: center;
		box-shadow: 0px 1px 3px rgba(0,0,0,.4);
		padding: 10px 0 15px;
		margin: 0 auto;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#contact h3{
		color: #0B420D;
		font-size: 1.8rem;
		font-weight: bold;
		text-indent: 1px;
		letter-spacing: 1px;
		padding: 2px 0;
	}
	#contact h3 a{
		color: #0B420D;
	}
	#contact h3 a img{
		vertical-align: middle;
		padding: 0 0 3px 0;
	}
	#contact p{
		color: #666666;
		font-size: 1.2rem;
		padding: 5px 0;
	}
	#contact .btn a{
		display: inline-block;
		text-align: center;
		line-height: 32px;
		font-size: 1.3rem;
		color: #ffffff;
		background-color: #9A623E;
		border: 1px solid #9A623E;
		letter-spacing: 1px;
		padding: 0 40px;
		margin: 5px 5px 0;
	}
	/* ----- loopSlider ----- */
	#loopSlider_wrap{
		padding: 0;
	}
	/* ----- ページスクロール ----- */
	#scroll {
		position: fixed;
		bottom: 10px;
		right: 5px;
		z-index: 1000;
	}
	#scroll a {
		display: inline-block;
		z-index: 999;
		padding: 5px 15px 10px 15px;
		color: #ffffff;
		background-color: #0B420D;
		border: 1px solid #ffffff;
		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_box{
		padding: 20px 0;
		margin: 0 auto;
		width: 98%;
		text-align: center;
	}
	#f_box p{
		color: #ffffff;
		font-size: 1.3rem;
		line-height: 200%;
	}
	#add{
		color: #ffffff;
		font-size: 1.2rem;
		text-align: center;
		padding: 2px 0 3px 0;
	}
	#add a{
		color: #ffffff;
	}
}

@media only screen and (max-width : 420px ){
	.sp_img{
		display: block;
	}
	.pc_img{
		display: none;
	}
}

/* ----- loopSlider ----- */
.loopSliderWrap{
    top: 0;
    left: 0;
    height: 240px;
    overflow: hidden;
    position: absolute;
}
.loopSlider{
    margin: 0 auto;
    width: 100%;
    height: 240px;
    text-align: left;
    position: relative;
    overflow: hidden;
}
.loopSlider ul{
    height: 240px;
    float: left;
    overflow: hidden;
}
.loopSlider ul li{
    width: 320px;
    height: 240px;
    float: left;
    display: inline;
    overflow: hidden;
}
.loopSliderWrap:after {
    content: "";
    display: none;
    clear: none;
}
.headerWrapper{
	display: none;
}

/*---	その他の設定 ---
---------------------------------------------*/
.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;
}