/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;}
ul{list-style:none;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;}
q:before,q:after{content:'';}
object,embed{vertical-align:top;}
legend{display:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
img,abbr,acronym,fieldset{border:0;}

body{
	font: 14px/1.9 'Noto Sans JP', Arial, Verdana, 游ゴシック, YuGothic,'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo,sans-serif;
	font-weight: 300;
	-webkit-text-size-adjust:100%;
	overflow-x: hidden;
	color: #555;
	background: #f6f3e5;
}

a{
	color: #eee;
	text-decoration: none;
}

a:hover, .active{
  color: #0084ff;
}

a:active, a:focus,input:active, input:focus{outline:0;}

/* product fuchinashi
------------------------------------------------------------*/
.pf_box{
	width:auto;
	margin: 30px 0px 30px 0px;
	padding: 60px 0px 0px 0px;
	text-align: center;
}
.pf_box2col{
	width:auto;
	margin: 30px 0px 30px 0px;
	padding: 60px 0px 0px 0px;
	text-align: center;
}
.color_w{
	background-color:#fff;
}
.pf_h3{
	width:auto;
	font-size: 32px;
	font-family: 'Josefin Sans', 'Noto Sans JP',serif;
	font-weight:bold;
	border-top: 1px #ccc solid;
	margin: 30px 0px 0px 0px;
	padding: 50px 0px 0px 0px;
	text-align: center;
}
.pf_copy{
	font-size: 26px;
	font-weight:bold;
	line-height: 1.5;
	margin: 0px 0px 10px 0px;
	color:#546b15;
}
.pf_box_p{
	width: 96%;
	font-size: 0.9em;
}
.pf_box ul{
	margin-top:30px;
	text-align: center;
}
.pf_box li{
	width: 25%;
	display: inline-block;
	text-align: center;
	margin-bottom: 20px;
	float: left;
}
.pf_box img{
	border-radius: 6px;
}
.pf_box p{
	margin: 0px 0px 60px 0px;
	text-align: left;
}
.pf_box2col ul{
	margin-top:30px;
	text-align: center;
}
.pf_box2col li{
	width: 50%;
	display: inline-block;
	text-align: center;
	margin-bottom: 20px;
	float: left;
}
.pf_box2col img{
	border-radius: 6px;
}
.pf_box2col p{
	margin: 0px 0px 60px 0px;
	text-align: left;
}

/* GALLERY
------------------------------------------------------------*/
#gallery{
	background: url(../images/bg_news.jpg) no-repeat 100% 100% fixed;
	background-size: cover;
	-webkit-background-size: cover;
	color: #eee;
	margin-bottom:50px;
}
#gallery ul{
	text-align: center;
}
#gallery li{
	width: 33%;
	display: inline-block;
	text-align: center;
	margin-bottom: 20px;
	float:left;
}
#gallery img{
	width: 90%;
	border-radius: 12px;
}
/* AREA MAP
------------------------------------------------------------*/
.area_map{
	width: auto;
	text-align: center;
}
.area_map img{
	width: 99%;
	border-radius: 18px;
	border: 2px #fff solid;
}

/* title
------------------------------------------------------------*/
.h2-title{
	width: 100%;
	color:#555;
	font-size: 1.5em;
	font-weight:bold;
	padding:5px 0px 5px 16px;
	margin-bottom:8px;
	box-sizing:border-box;
	display: inline-block;
	text-align: left;
	list-style: none;
	border-radius:8px;
	border: 1px #ccc solid;
	background:#e8e8e8;	/* デフォルト */
	background:-moz-linear-gradient(top, #e8e8e8, #f9f9f9);	/* Safari,Chrome */
	background:-webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#e8e8e8));/* Firefox */
	background: linear-gradient(to bottom, #f9f9f9, #e8e8e8);	/* ie10 */
}
.h3-txt{
	width: auto;
	padding:0px 8px 12px 8px;
	margin-bottom:5px;
}

/* product
------------------------------------------------------------*/
.fl_clear {clear:both;}

.table-pd {
	width: 100%;
	border-collapse: collapse;
	border: 1px #ccc solid;
	margin-bottom:12px;
}

.table-pd td {
	border: 1px #ccc solid;
}
.pd-tit {
	padding:3px 10px;
	font-size: 1.4em;
	color:#FFFFFF;
	font-weight:bold;
	text-align:left;
}

.pd-tit_color {
	font-size: 0.9em;
	color:#ffff6d;
}

.pd-ph_box{
	width:auto;
	padding:8px;
}
.pd-ph_l{
	width:50%;
	float: left;
}
.pd-ph_r{
	width:50%;
	float: right;
}


.pd-photo_t{
	width:154px;
	padding:8px;
	float:left;
}

.pd-price {
	padding: 4px 0px 4px 8px;
}

.pd-price strong {
	font-size: 1.5em;
	color:#f40000;
}

.pd-graf {
	padding:8px;
	text-align:center;
}
.sub-zei {
	width: 100%;
	margin: 4px 0px 0px 0px;
	text-align:right;
}

.price-txt {
	width: 100%;
	margin: 0px;
	padding: 5px 0px;
	border-bottom:1px #aaa dotted;
}

.price-txt strong {
	font-size: 1.2em;
	color:#f40000;
}

/* ヘッダー
------------------------------------------------------------*/
#header_bj{
	position: fixed;
    top: 0;
    width:100%;
    height:50px;
	z-index:500;
	background: rgba(255,255,255,.8);
}

#logo{
	position: fixed;
    top: 0;
    width:280px;
    height:50px;
	z-index:600;
}

/* スライドイメージ
------------------------------------------------------------*/
.bg-slider {
	width: 100vw;
	height: 62vh;
	background-position:center center;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
}
.bg-slider__title{
	color: #fff;
	font-size: 14px;
	line-height: 1.4;
	font-weight: bold;
	text-align:center;
	text-shadow: 1px 1px 3px #000;
}

/* sub_title
------------------------------------------------------------*/
.sub {
	width: 100vw;
	height: 230px;
	background-position:center center;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: left;
}
.sub__title{
	color: #fff;
	font-size: 36px;
	line-height: 1.4;
	font-weight: bold;
	text-align: left;
	text-shadow: 1px 1px 3px #000;
	padding-left: 30px;
}

/* フッター
------------------------------------------------------------*/
#footer{
	clear: both;
	padding: 10px 10px 10px 0;
	text-align: center;
	font-size: 12px;
}


/* 共通
------------------------------------------------------------*/
h1, h2{
	font-family: 'Josefin Sans', 'Noto Sans JP',serif;
}

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

section{clear:both;}

section h2{
	font-size: 32px;
	font-weight:normal;
	text-align: center;
}

.inner{
	width: 92%;
	margin: 0 auto;
	padding-bottom: 50px;
}
.inner_top{
	width: 92%;
	margin: 0 auto;
	padding-top: 40px;
}
.inner_sub{
	width: 92%;
	margin: 0 auto;
	padding-bottom: 40px;
}

.col2 li{
	display: inline-block;
	width: 100%;
  	margin: 20px 0 20px 0;
}
.ag_center {
	text-align:center;
}
.ag_center p {
	font-size: 1.5em;
	padding-bottom: 20px;
}

/* SEC03
------------------------------------------------------------*/
.col3 li{
	margin-bottom: 50px;
}
.col3 p{
	text-align:left;
}
.col3 img{
	max-width: 288px;
	display: block;
	margin: -5px auto 20px;
}

/* NEWS
------------------------------------------------------------*/
#news{
	background: url(../images/bg_news.jpg) no-repeat 100% 100% fixed;
	background-size: cover;
	-webkit-background-size: cover;
	color: #eee;
}
.info-list{
	padding: 0px;
	border-bottom: 1px solid;
	border-collapse: collapse;
	border-color:rgba(255,255,255,.3);
}

.info-list dt{
	width: 90px;
	height: auto;
	color:#ff6600;
	float: left;
	padding:30px 0px 30px 10px;
	text-align:left;
	border-top: 1px solid;
	border-collapse: collapse;
	border-color:rgba(255,255,255,.3);
}
.info-list dd{
	height: auto;
	margin-left: 100px;
	padding: 30px  0px;
	text-align:left;
	border-top: 1px solid;
	border-collapse: collapse;
	border-color:rgba(255,255,255,.3);
}

/* NEWS
------------------------------------------------------------*/
#news_main{
	padding-top: 50px;
	background: url(../images/bg_news_main.jpg) no-repeat 100% 100% fixed;
	background-size: cover;
	-webkit-background-size: cover;
}
/* PROFILE
------------------------------------------------------------*/
#profile{
	padding-top: 50px;
	background: url(../images/bg_profile.jpg) no-repeat 100% 100% fixed;
	background-size: cover;
	-webkit-background-size: cover;
}

/* SEC05 PROFILE
------------------------------------------------------------*/
#sec05{
	padding-top: 50px;
}

#sec05 dl{
	line-height: 1.2;
}

#sec05 dt{
	clear: left;
	float: left;
	display: block;
	width: 30%;
	margin-right: 10%;
	margin-bottom: 20px;
	text-align: right;
	line-height: 1.6em;
}

#sec05 dd{
	width: 60%;
	float: left;
	text-align: left;
	margin-bottom: 15px;
	line-height: 1.6em;
}

#sec05 header{
	display: none;
}

#map{
	position: relative;
	padding-bottom: 75%;
	height: 0;
	overflow: hidden;
}

#map iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	border: 0;
}

/* 電話で問い合わせ
------------------------------------------------------------*/
#tel_box {
	width:100%;
	padding: 10px 0px;
	position: fixed;
	bottom: 0px;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.8);
}

#tel_box img {
	vertical-align: bottom;
	width:90%;
}
.sp {
	display: none;
}

/* RESPONSIVE 設定
------------------------------------------------------------*/

@media only screen and (min-width: 1200px){
	.inner{
		width: 1024px;
		padding-bottom: 120px;
	}
	.inner_top{
		width: 1024px;
		padding-bottom: 0px;
	}
	.inner_sub{
		width: 1024px;
		padding-bottom: 40px;
	}
	section h2{
		padding: 70px 0 20px;
	}
	.txt h2{
		padding: 0 0 20px !important;
	}
}

@media only screen and (min-width: 800px){
	body{
		font-size:14px;
	}
	
  a#menu{
		display:none;
	}	

	.panel{
		display:block !important;
	}

	#mainnav{
		position:fixed;
		top: 0;
		width:100%;
		z-index:500;
	}

	#mainnav ul{
		text-align: right;
		padding-right: 30px;
	}

	#mainnav li{
		display: inline-block;
		padding: 15px 18px;
		font-size: 14px;
		font-weight: 300;
	}
	
  #mainnav a{
		color: #333;
	}
	
	/* SEC03 SERVICE MESSAGE STORY
	-----------------*/
	.col3{
		text-align: center;
	}

	.col3 li{
		display: inline-block;
		width: 30%;
		padding: 0 1.5%;
		margin-bottom: 0;
		vertical-align: top;
		text-align: left;
	}
	
	/* SEC05 PROFILE
	-----------------*/
	#sec05{
		padding-top: 120px;
	}
  #footer{
		padding: 10px 10px 50px 0;
	}
}

@media only screen and (min-width: 641px){
	.col2 li{
		width: 40%;
		padding: 0 3%;
		vertical-align: top;
	}
}

@media only screen and (max-width: 640px){
	#map iframe{
	  width: 96% !important;
		left: 2%;
	}
	.sp {
	display: block;
	}
	/* GALLERY
	-----------------*/
	#gallery li{
		width: 100%;
		display: inline-block;
		text-align: center;
		margin-bottom: 20px;
		float:left;

	}
	/* pd fuchinashi
	-----------------*/
	.pf_box li{
	width: 50%;
	}
}

@media only screen and (max-width: 799px){
	#slogan h1{
		font-size: 31px;
	}

	#slogan h2{
		font-size: 20px;
	}

  a#menu{
  	display: inline-block;
  	position: relative;
  	width: 40px;
  	height: 40px;
  	margin: 10px;
	}

	#menuBtn{
  	display: block;
  	position: absolute;
  	top: 50%;
  	left: 50%;
  	width: 18px;
  	height: 2px;
  	margin: -1px 0 0 -7px;
  	background: #006e44;
  	transition: .2s;
	}

	#menuBtn:before, #menuBtn:after{
  	display: block;
  	content: "";
  	position: absolute;
  	top: 50%;
  	left: 0;
  	width: 18px;
  	height: 2px;
  	background: #006e44;
  	transition: .3s;
	}

	#menuBtn:before{
  	margin-top: -7px;
	}

	#menuBtn:after{
  	margin-top: 5px;
	}

	a#menu .close{
  	background: transparent;
	}

	a#menu .close:before, a#menu .close:after{
  	margin-top: 0;
	}

	a#menu .close:before{
  	transform: rotate(-45deg);
  	-webkit-transform: rotate(-45deg);
	}

	a#menu .close:after{
  	transform: rotate(-135deg);
  	-webkit-transform: rotate(-135deg);
	}

	.panel{
		width: 100%;
		display: none;
		overflow: hidden;
		position: relative;
		left: 0;
		top: 0;
		z-index: 100;
	}

	#mainnav{
		position: absolute;
		top: 0;
		right: 0;
		width: 100%;
		text-align: right;
		z-index:500;
	}

	#mainnav ul{
		border-bottom: 1px solid #fff;
		background: #fff;
		text-align: left;
	}

	#mainnav li a{
		position: relative;
		display:block;
		padding:15px 25px;
		border-bottom: 1px solid #ccc;
		color: #000;
		font-weight: 400;
	}

	#mainnav li a:before{
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 5px;
		width: 6px;
		height: 6px;
		margin: -4px 0 0 0;
		border-top: solid 2px #000;
		border-right: solid 2px #000;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.col3 li{
		margin: 0 auto;
		display: block;
	max-width: 288px;
	}
	.sp {
	display: block;
	}
	/* GALLERY
	-----------------*/
	#gallery li{
		width: 100%;
		display: inline-block;
		text-align: center;
		margin-bottom: 20px;
		float:left;

	}
	/* pd fuchinashi
	-----------------*/
	.pf_box li{
	width: 50%;
	}
	#footer{
		padding: 10px 10px 150px 0;
	}
}

@media only screen and (max-width: 1199px){
	section h2{
		padding: 50px 0 20px 0;
	}
	#sec01 h2{
		padding: 70px 0 20px;
	}
	.vMid{
		padding: 0 20px;
	}
}