@charset "utf-8";
*{
	font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size:16px;
  line-height: 24px;
	font-weight: 400;
	color:#2b2b2b;
}
/*
font-family: "Noto Serif JP";
font-weight: 700;
sans:400=Regular,700=Bold

*/
a[href^="tel:"] {
  pointer-events: none;
}
body{
	background-color: #FFF;
	-webkit-text-size-adjust: 100%;
}
img{
	pointer-events: none;
}
#wrap{
	width:100%;
	overflow: hidden;
}
main{
	width:100%;
}
#header{
	position: fixed;
	background-color: #FFF;
	width: 100%;
	height: 100px;
	z-index: 100;
}
#header h1{
	position: absolute;
	top:20px;
	left: 15px;
	width: 425px;
	height: 60px;
}
#header h1 a{
	display: block;
}
#header h1 a img{
	width: 100%;
}
#menu{
	position: absolute;
	top:40px;
	right:30px;
}
#btn_menu{
	display: none;
}
#menu_area{
	display: block;
}
#menu_area nav ul{
	display: flex;
}
#menu_area nav ul li{
	position: relative;
	padding:0 1rem 0;
}
#menu_area nav ul li a{
	display: block;
	font-size:18px;
	line-height: 1.5em;
	text-decoration: none;
	color: #000000;
	font-weight: 700;
}
#menu_area nav ul li a:hover{
	color: #66BB6A;
}
/* footer */
footer{
	clear: both;
}
#footer{
	border-top:1px solid #CCC;
	background-color: #FFF;
	width: 100%;
	overflow: auto;
}
#site_data{
	margin:60px auto 0;
	padding:0 0 40px;
	width: 1200px;
	text-align: center;
}
#site_data h3{
	display: block;
	margin: 0 auto 0;
	width: 427px;
	height: 60px;
}
#site_data h3 img{
	width: 100%;
}
.address{
	width: 325px;
	margin: 0 auto;
}
.address p{
	margin:30px auto 0!important;
	font-size: 16px!important;
	line-height: 19px!important;
	color: #333333!important;
	text-align: left;
}
.address p:nth-of-type(2){
	margin:10px auto 0!important;
}
.address p:nth-of-type(1) span{
	margin-right: 3em!important;
}
.address p span{
	margin-right: 1em!important;
	font-size: 16px!important;
	line-height: 19px!important;
	color: #333333!important;
	text-align: left;
}
#site_data p{
	margin:20px 0 0;
	font-size:16px;
	line-height: 1em;
	color: #333333;
}
#site_data p span{
	font-size:14px;
	line-height: 16px;
	color: #3333333;
}
#site_data p:nth-last-of-type(1){
	margin:20px 0 0;
}
#site_data ul{
	display: flex;
	margin:25px auto 0 !important;
	width: 1200px;
	justify-content: center;
}
#site_data ul li{
	margin:0 0.5rem 0 !important;
	font-size:18px !important;
	line-height: 16px !important;
}
#site_data ul li a{
	display: block;
	color:#333333;
	font-size:16px !important;
	line-height: 19px !important;
	text-decoration: none;
	cursor: pointer;
}
#site_data ul li a:hover{
	color:#707070;
}
#footer ul{
	display: flex;
	margin:60px auto 0;
	width: 1200px;
	justify-content: center;
}
#footer ul li{
	margin:0 1rem 0;
	font-size:18px;
	line-height: 18px;
	color: #333333;
}
#footer ul li a{
	text-decoration: none;
	font-size:18px;
	line-height: 18px;
	color: #2E7D32;
}
.footer_tel a{
	font-size:18px;
	line-height: 18px;
	color: #333333!important;
}
#footer ul li a:hover{
	color:#4CAF50;
	text-decoration: underline;
}
small{
	clear: both;
	display: block;
	background-color: #98FB98;
	width: 100%;
	height: 60px;
	color:#333333;
	font-size:14px;
	line-height: 60px;
	text-align: center;
}
#g_map{
	border-top:1px solid #CCC;
	background-color: #FFF;
	width: 100%;
	height: 400px;
}
#g_map iframe{
	width: 100%;
}
#pagetop{
	position: fixed;
	right:10px;
	bottom:10px;
	width: 50px;
	height: 50px;
	cursor: pointer;
}
#pagetop img{
	width: 100%;
}
#pankuzu{
	position: relative;
	background-color: #F7F9F7;
	width: 100%;
	height: 30px;
}
#pankuzu ul{
	display: flex;
	position: absolute;
	bottom:9px;
	left:20px;
}
#pankuzu ul li{
	padding:0 2em 0 0;
	color:#333333;
	font-size:14px;
	line-height: 14px;
}
#pankuzu ul li a{
	display: block;
	position: relative;
	color:#333333;
	font-size:14px;
	line-height: 14px;
	text-decoration: none;
}
#pankuzu ul li a:hover{
	text-decoration:underline;
}
#pankuzu ul li a::after{
	content: "";
	position: absolute;
	top:4px;
	right:-17px;
	background:url(../images/icon_arrow_a.png) no-repeat;
	background-size: cover;
  width: 6px;
  height: 7px;
}
/* enquiry */
#enquiry{
	background: url(../images/enquiry_bg.jpg)no-repeat;
	background-size: 100% auto;
  width: 100%;
	min-width: 1366px;
	padding: 160px 0 160px;
	overflow: hidden;
}
.enquiry_box{
	width: 964px;
	margin: 0 auto;
	padding: 0 30px 30px;
	border-top: 30px solid #98FB98;
	background-color: rgba(255, 255, 255, 0.9);
	overflow: hidden;
}
.enquiry_head{
  width: 100%;
	margin-top: 30px;
}
.enquiry_head p{
  position: relative;
  margin: 0 0 20px 40px;
  font-size: 24px;
  line-height: 26px;
}
.enquiry_head p::before{
  content: '';
  position: absolute;
  top: 50%;
  left: -40px;
  transform:translateY(-50%);
  background-color: #000000;
  width: 30px;
  height: 2px;
}
.enquiry_head h3{
  display: block;
  font-size: 36px;
  line-height: 38px;
  color: #4CAF50;
  font-family: "Noto Serif JP";
  font-weight: 700;
  text-align: left;
}
.cont_enquiry{
	width: 100%;
	margin-top: 20px;
}
.cont_enquiry p{
	margin-bottom: 35px;
	font-size: 18px;
	line-height: 1.5em;
	color: #333333;
}
.enquiry_float{
	float: left;
	width: 500px;
}
.enquiry_img{
	float: right;
	width: 464px
}
#enquiry_btn{
	width: 463px;
	height: 92px;
	margin: 0px 0 30px;
	border: 2px solid #2E7D32;
  background-color:#2E7D32;
}
#enquiry_btn a{
  display: block;
  color:#FFF;
  width: 463px;
  font-size:18px;
  font-weight: 700;
  line-height: 92px;
  text-align: center;
  text-decoration: none;
}
#enquiry_btn:hover{
  background-color:#98FB98;
	border: 2px solid #98FB98;
}
#enquiry_btn a:hover{
	color: #333333;
}
#enquiry_btn02{
	width: 463px;
	height: 92px;
	border: 2px solid #2E7D32;
  background-color:#2E7D32;
}
#enquiry_btn02 a{
  display: block;
  color:#FFF;
  width: 463px;
  font-size:18px;
  font-weight: 700;
  line-height: 75px;
  text-align: center;
  text-decoration: none;
}
#enquiry_btn02 a span{
  display: block;
  color:#FFF;
  width: 463px;
	margin-top: -20px;
  font-size:18px;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
  text-decoration: none;
}
#enquiry_btn02:hover{
	 background-color:#98FB98;
	border: 2px solid #98FB98;
}
#enquiry_btn02:hover a{
	color: #333333!important;
}
#enquiry_btn02:hover span{
	color: #333333!important;
}


@media (max-width: 767px){
	a[href^="tel:"] {
    pointer-events:auto;
  }
	body{
		background-color: #FFF;
		-webkit-text-size-adjust: 100%;
		overflow: auto;
	}
	img{
		pointer-events:auto;
	}
	#wrap{
		width:100%;
		overflow: hidden;
	}
	main{
		width:100%;
	}
	#header{
		position: fixed;
		background-color: #FFF;
		width: 100%;
		height: 60px;
		z-index: 100;
	}
	#header h1{
		position: absolute;
		top:15px;
		left: 5px;
		width: 230px;
		height: auto;
		z-index: 120;
	}
	#header h1 a{
		display: block;
	}
	#header h1 a img{
		width: 100%;
	}
	#menu{
		position: relative;
		top:0px;
		right:0px;
		z-index: 110;
		width: 100%;
		height: 60px;
	}
	#btn_menu{
		display: block;
		position: absolute;
		top:6px;
		right:6px;
		padding:8px;
		width: 30px;
		height: 30px;
		cursor: pointer;
		z-index: 110;
	}
	#btn_menu img{
		width: 100%;
	}
	#menu_area{
		display: none;
		position: absolute;
		top:60px;
		left:0;
		background-color: #FFF;
		width: 100vw;
		height: 100vh;
	}
	#menu_area nav ul{
		display: block;
		margin:10px 10px 0;
		width: calc(100% - 20px);
	}
	#menu_area nav ul li{
		padding:0 0.5rem 0;
		border-top:1px solid #ccc;
		height: 58px;
	}
	#menu_area nav ul li:last-child{
		border-bottom:1px solid #ccc;
	}
	.navi_sp{
		display: block;
		border-bottom:1px solid #ccc;
	}
	.navi_pc{
		display: none;
	}
	#menu_area nav ul li a{
		display: block;
		font-size:18px;
		line-height: 58px;
		text-decoration: none;
	}
	#menu_area nav ul li:hover{
		background-color:#fff;
	}
	#menu_area nav ul li:hover a{
		color:#66BB6A;
	}
	/* footer */
	#g_map{
		border-top:1px solid #CCC;
		background-color: #FFF;
		width: 100%;
		height: 400px;
	}
	#g_map iframe{
		width: 100%;
	}
	#footer{
		border-top:1px solid #CCC;
		background-color: #FFF;
		width: 100%;
	}
	#site_data{
		margin:50px auto 0;
		padding:0 0 20px;
		width: calc(100% - 20px);
		text-align: left;
	}
	#site_data h3{
		display: block;
		margin: 0 auto 0;
		width: 280px;
		height: auto;
	}
	#site_data h3 img{
		width: 100%;
	}
	.address{
		width: 100%;
		margin:15px auto 0!important;
		font-size:16px!important;
		line-height: 19px;
		color: #778899;
	}
	.address p {
    margin: 30px auto 0 !important;
    font-size: 16px !important;
    line-height: 19px !important;
    color: #333333 !important;
    text-align: left;
}
.address p:nth-of-type(1) span{
	margin-right: 3em!important;
}
.address p span{
	margin-right: 1em!important;
	font-size: 16px!important;
	line-height: 19px!important;
	color: #333333!important;
	text-align: left;
}
	#site_data h4{
		margin: 20px 0 0;
		font-size:16px;
		line-height: 16px;
		font-weight: 700;
	}
	#site_data p{
		margin:25px 0 0;
		font-size:16px;
	line-height: 19px;
	}
	#site_data p:nth-last-of-type(1){
		margin:18px 0 0;
	}
	#site_data ul{
		display: flex !important;
		margin:0px auto 0px !important;
		width: 100%;
		justify-content: flex-start!important;
	}
	#site_data ul li{
		margin:0 0.5rem 0 !important;
		border:0 !important;
		font-size:18px !important;
		line-height: 14px !important;
	}
	#site_data ul li:first-child{
		margin:0 0rem 0 !important;
	}
	#site_data ul li a{
		display: block;
		color:#778899;
		padding-left: 0em!important;
		font-size:18px !important;
		line-height: 14px !important;
		text-decoration: none;
		cursor: pointer;
	}
	#site_data ul li a:hover{
		color:#707070;
	}
	#footer ul{
		display: block;
		margin:36px auto 0;
		width: 100%;
		justify-content: center;
	}
	#footer ul li{
		padding:1em 0;
		border-top:1px solid #CCC;
	}
	#footer ul li:nth-last-of-type(1){
		border-bottom:1px solid #CCC;
	}
	#footer ul li:nth-of-type(1){
		border-top:1px solid #CCC;
	}
	#footer ul li a{
		display: block;
		padding-left: 0.5em;
		font-size:16px;
		line-height: 16px;
		text-decoration: none;
		text-align: center;
	}
	#footer ul li a:hover{
		color:#707070;
		text-decoration: underline;
	}
	small{
		clear: both;
		display: block;
		background-color:#98FB98;
		width: 100%;
		height: 60px;
		color:#333333;
		font-size:14px;
		line-height: 60px;
		text-align: center;
	}
	#pagetop{
		display: none;
		position: fixed;
		right:10px;
		bottom:10px;
		width: 50px;
		height: 50px;
	}
	#pagetop img{
		width: 100%;
	}
	#pankuzu{
		position: relative;
		background-color: #F7F9F7;
		width: 100%;
		height: 30px;
	}
	#pankuzu ul{
		display: flex;
		position: absolute;
		bottom:8px;
		left:10px;
	}
	#pankuzu ul li{
		padding:0 2em 0 0;
		color:#333333;
		font-size:14px;
		line-height: 14px;
	}
	#pankuzu ul li a{
		display: block;
		position: relative;
		color:#333333;
		font-size:14px;
		line-height: 14px;
		text-decoration: none;
	}
	#pankuzu ul li a:hover{
		text-decoration:underline;
	}
	#pankuzu ul li a::after{
		content: "";
		position: absolute;
		top:4px;
		right:-17px;
		background:url(../images/icon_arrow_a.png) no-repeat;
		background-size: cover;
		width: 6px;
		height: 7px;
	}
	/* enquiry */
	#enquiry{
		background: url(../images/enquiry_bg.jpg)no-repeat;
		background-size: auto 100%;
		background-position: center;
	  width: 100%;
		min-width: auto;
		padding: 100px 0 100px;
		overflow: hidden;
	}
	.enquiry_box{
		width: calc(100% - 20px);
		margin: 0 auto 0;
		padding: 0 0px 0px;
		border-top: 15px solid #98FB98;
		background-color: rgba(255, 255, 255, 0.9);
		overflow: hidden;
	}
	.enquiry_head{
	  width: calc(100% - 30px);
		margin: 20px auto 0;
	}
	.enquiry_head p{
	  position: relative;
	  margin: 0 0 20px 25px;
	  font-size: 18px;
	  line-height: 1em;
	}
	.enquiry_head p::before{
	  content: '';
	  position: absolute;
	  top: 50%;
	  left: -25px;
	  transform:translateY(-50%);
	  background-color: #000000;
	  width: 15px;
	  height: 2px;
	}
	.enquiry_head h3{
	  display: block;
	  font-size: 24px;
	  line-height: 1.2em;
	  color: #4CAF50;
	  font-family: "Noto Serif JP";
	  font-weight: 700;
	  text-align: left;
	}
	.cont_enquiry{
		width: calc(100% - 30px);
		margin: 30px auto 10px;
	}
	.cont_enquiry p{
		margin-bottom: 30px;
		font-size: 16px;
		line-height: 1.5em;
		color: #333333;
	}
	.enquiry_float{
		float: none;
		width: 100%;
	}
	.enquiry_img{
		float: none;
		width: 100%;
		margin-top: 30px;
	}
	.enquiry_img img{
		width: 100%;
	}
	#enquiry_btn{
		width: 100%;
		height: 44px;
		margin: 0px 0 30px;
		border: 2px solid #2E7D32;
	  background-color:#2E7D32;
	}
	#enquiry_btn a{
	  display: block;
	  color:#FFF;
	  width: 100%;
	  font-size:18px;
	  font-weight: 700;
	  line-height: 44px;
	  text-align: center;
	  text-decoration: none;
	}
	#enquiry_btn:hover{
	  background-color:#98FB98;
		border: 2px solid #98FB98;
	}
	#enquiry_btn a:hover{
		color: #333333;
	}
	#enquiry_btn02{
		width: 100%;
		height: 56px;
		border: 2px solid #2E7D32;
	  background-color:#2E7D32;
	}
	#enquiry_btn02 a{
	  display: block;
	  color:#FFF;
	  width: 100%;
	  font-size:18px;
	  font-weight: 700;
	  line-height: 40px;
	  text-align: center;
	  text-decoration: none;
	}
	#enquiry_btn02 a span{
	  display: block;
	  color:#FFF;
	  width: 100%;
		margin-top: -9px;
	  font-size:18px;
	  font-weight: 400;
	  line-height: 20px;
	  text-align: center;
	  text-decoration: none;
	}
	#enquiry_btn02:hover{
		 background-color:#98FB98;
		border: 2px solid #98FB98;
	}
	#enquiry_btn02 a span:hover{
		color: #333333;
	}
	#enquiry_btn02 a:hover{
		color: #333333;
	}
}
@media screen and (max-width: 767px) and (orientation:landscape){

}
