@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;
	width: 100%;
	height: 100px;
	z-index: 100;
	background-color: transparent;
	transition: background 0.3s ease-in-out; /* なめらかに変化 */
}
.scrolled #header {
  background: white;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); /* 影をつけて見やすく */
}
#header h1{
	position: absolute;
	top:17px;
	left: 30px;
	width: 164px;
	height: 66px;
}
#header h1 a{
	display: block;
}
#header h1 a img{
	width: 100%;
}
#menu{
	position: absolute;
	top: 20px;
	right:20px;
}
#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;
	height: 51px;
}
#menu_area nav ul li a{
	display: block;
	font-size:18px;
	line-height: 58px;
	text-decoration: none;
}
#menu_area nav ul li::after {
  content: "";
  position: absolute;
  bottom: 0;
  left:50%;
	transform:translateX(-50%);
  -webkit- transform:translateX(-50%);
  background-color: #4A800F;
  width: 0; /* 初期状態は幅 0 */
  height: 2px;
  transition: width 0.3s ease; /* 幅のアニメーション */
}

#menu_area nav ul li:hover::after {
  width: calc(100% - 2rem); /* ホバー時に幅を拡大 */
}
/* footer */
#footer{
	border-top:1px solid #CCC;
	background-color: #FFF;
	width: 100%;
	overflow: auto;
}
#site_data{
	position: relative;
	width: 100%;
	height: 415px;
}
#site_data h3{
	position: absolute;
	top:30px;
	left: 30px;
	display: block;
	width: 725px;
	height: 275px;
}
#site_data h3 img{
	width: 100%;
}
#site_data ul{
	position: absolute;
	top: 197px;
	right: 30px;
	display: flex;
	margin:0 auto 0 !important;
}
#site_data ul li{
	margin:0 0.5rem 0 !important;
	font-size:16px !important;
	line-height: 16px !important;
}
#site_data ul li a{
	display: block;
	color:#2b2b2b;
	font-size:16px !important;
	line-height: 16px !important;
	text-decoration: none;
	cursor: pointer;
}
#site_data ul li a:hover{
	color:#0000CD;
}
#footer ul{
	display: flex;
	margin:24px 0 0 20px;
}
#footer ul li{
	margin:0 1rem 0;
	font-size:18px;
	line-height: 18px;
}
#footer ul li a{
	text-decoration: none;
	font-size:18px;
	line-height: 18px;
}
#footer ul li a:hover{
	color:#4A800F;
	text-decoration: underline;
}
small{
	position: absolute;
	top: 292px;
	right: 30px;
	clear: both;
	display: block;
	color:#4A800F;
	font-size:12px;
	line-height: 14px;
}
#g_map{
	border-top:1px solid #CCC;
	background-color: #FFF;
	width: 100%;
	height: 400px;
}
#g_map iframe{
	width: 100%;
}
#pagetop{
	position: fixed;
	right:30px;
	bottom:30px;
	width: 50px;
	height: 50px;
	cursor: pointer;
}
#pagetop img{
	width: 100%;
}
#pankuzu{
	position: relative;
	background-color: #F0EDE5;
	width: 100%;
	height: 60px;
}
#pankuzu ul{
	display: flex;
	position: absolute;
	bottom:20px;
	left:65px;
}
#pankuzu ul li{
	padding:0 46px 0 0;
	color:#000;
	font-size:16px;
	line-height: 16px;
}
#pankuzu ul li a{
	display: block;
	position: relative;
	color:#000;
	font-size:16px;
	line-height: 16px;
	text-decoration: none;
}
#pankuzu ul li a:hover{
	text-decoration:underline;
}
#pankuzu ul li a::after{
	content: "";
	position: absolute;
	top:5px;
	right:-24px;
	background:url(../images/icon_arrow_b.png) no-repeat;
	background-size: cover;
  width: 6px;
  height: 7px;
}
#pankuzu ul li a::before{
	content: "";
	position: absolute;
	top: -6px;
	left: -35px;
	background:url(../images/icon_home.png) no-repeat;
	background-size: cover;
  width: 24px;
  height: 24px;
}
/* enquiry */
#enquiry{
  background-image: url(../images/enquiry_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 1217px;
  overflow: hidden;
}
.cont_enquiry{
  width: 768px;
  margin: 180px auto 0;
	overflow: hidden;
}
.cont_enquiry_top h3{
	width: 480px;
	margin: 0 auto;
  font-size: 48px;
  line-height: 57px;
	color: #FFF;
  text-align: center;
	font-family: "Noto Serif JP";
  font-weight: 700;
}
.cont_enquiry_top p{
	width: 480px;
	margin: 40px auto 0;
  font-size: 24px;
  line-height: 1.5em;
	color: #FFF;
}
#enquiry_btn{
	width: 100%;
	margin: 70px 0 100px;
	display: flex;
}
.enquiry_btn_mail{
	width: 379px;
	height: 90px;
	background-color: #AE7E3A;
}
.enquiry_btn_mail a{
	position: relative;
	display: block;
	width: 331px;
	padding-left: 48px;
	color: #FFF;
	font-size:24px;
  font-weight: 400;
  line-height: 90px;
  text-align: center;
  text-decoration: none;
}
.enquiry_btn_mail a::before{
	content: '';
	background: url(../images/enquiry_icon_mail.svg) no-repeat;
	background-size: cover;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 25px;
	left: 22px;
}
.enquiry_btn_mail:hover{
	background-color: #4A800F;
}
.enquiry_btn_tell{
	width: 379px;
	height: 90px;
	margin-left: 10px;
	background-color: #AE7E3A;
}
.enquiry_btn_tell a{
	position: relative;
	display: block;
	width: 359px;
	padding-left: 20px;
	color: #FFF;
	font-size:24px;
  font-weight: 400;
  line-height: 90px;
  text-align: center;
  text-decoration: none;
}
.enquiry_btn_tell a::before{
	content: '';
	background: url(../images/enquiry_icon_tell.svg) no-repeat;
	background-size: cover;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 25px;
	left: 72px;
}
.enquiry_btn_tell:hover{
	background-color: #4A800F;
}
#enquiry_box{
	width: 100%;
	height: 293px;
	display: flex;
	overflow: hidden;
	background-color:rgba(255,255,255,0.8);
}
.enquiry_box_adress{
	width: 225px;
	margin: 30px 30px 0;
}
.enquiry_box_img img{
	width: 100%;
}
.enquiry_box_adress h4{
	font-size: 32px;
	font-weight: 700;
	line-height: 1.3em;
	color: #4A800F;
	text-align: center;
}
.enquiry_box_adress p{
	font-size: 18px;
	font-weight: 400;
	line-height: 1.3em;
	color: #333333;
	text-align: center;
}
.enquiry_box_adress a{
	display: block;
	font-size: 28px;
	line-height: 1.3em;
	color: #333333;
	text-align: center;
	text-decoration: none;
}
.enquiry_box_adress span{
	font-size: 18px;
	line-height: 1.5em;
	color: #333333;
	text-align: center;
	text-decoration: none;
}
.enquiry_box_txt{
	width: 453px;
}
.enquiry_box_txt h4{
	position: relative;
	margin-top: 38px;
	font-size: 24px;
	font-weight: 700;
	color: #A67241;
	line-height: 1em;
}
.enquiry_box_txt h4::before{
	content: '';
	background-color: #A67241;
	width: 180px;
	height: 1px;
	position: absolute;
	top:17px;
	right: 0;
}
.enquiry_box_txt p{
	margin-top: 20px;
	font-size: 14px;
	font-weight: 400;
	color: #333333;
	line-height: 18px;
}






@media screen and (max-width: 1326px) and (min-width: 768px) {
body {
	overflow-x: visible ;
	width: 100%;
}
#wrap, main {
	min-width: 1366px;
}
}







@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;
		width: 100%;
		height: 60px;
		z-index: 100;
		background-color: transparent;
		transition: background 0s ease-in-out; /* なめらかに変化 */
	}
	.scrolled #header {
	  background: white;
	  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); /* 影をつけて見やすく */
	}
	#header h1{
		position: absolute;
		top:13px;
		left: 10px;
		width: 100px;
		height: 40px;
		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;
	}
	#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:#48D1CC;
	}
	/* 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%;
		overflow: visible;
	}
	#site_data{
		margin:30px auto 0;
		padding:0 0 30px;
		width: 100%;
		height: auto;
		text-align: center;
	}
	#site_data h3{
		position: static;
		display: block;
		margin: 0 auto 0 !important;
		width: 100%;
		height: auto;
	}
	#site_data h3 img{
		width: 100%;
	}
	#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:14px;
	line-height: 14px;
	}
	#site_data p:nth-last-of-type(1){
		margin:10px 0 0;
	}
	#site_data ul{
		position: static;
		display: flex !important;
		margin: 60px auto 0!important;
		width: 100%;
		justify-content: center;
	}
	#site_data ul li{
		margin:0 0.5rem 0 !important;
		border:0 !important;
		font-size:14px !important;
		line-height: 14px !important;
	}
	#site_data ul li a{
		display: block;
		color:#2b2b2b;
		font-size:14px !important;
		line-height: 14px !important;
		text-decoration: none;
		cursor: pointer;
	}
	#site_data ul li a:hover{
		color:#0000CD;
	}
	#footer ul{
		display: block;
		margin:12px auto 0;
		width: 100%;
		justify-content: center;
	}
	#footer ul li{
		padding: 0.5em 0;
		border-top:0;
	}
	#footer ul li:nth-last-of-type(1){
		border-bottom:0;
	}
	#footer ul li:nth-of-type(1){
		border-top:0;
	}
	#footer ul li a{
		display: block;
		font-size:24px;
		line-height: 50px;
		text-decoration: none;
		text-align: center;
	}
	#footer ul li a:hover{
		color:#4A800F;
		text-decoration: underline;
	}
	small{
		position: static;
		clear: both;
		display: block;
		background-color:#transparent;
		width: 100%;
		height: 60px;
		color:#000000;
		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:#F0EDE5;
		width: 100%;
		height: 40px;
	}
	#pankuzu ul{
		display: flex;
		position: absolute;
		bottom:12px;
		left:30px;
	}
	#pankuzu ul li{
		padding:0 2em 0 0;
		color:#000;
		font-size:14px;
		line-height: 14px;
	}
	#pankuzu ul li a{
		display: block;
		position: relative;
		color:#000;
		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_b.png) no-repeat;
		background-size: cover;
		width: 6px;
		height: 7px;
	}
	#pankuzu ul li a::before{
		content: "";
		position: absolute;
		top: -0px;
		left: -20px;
		background:url(../images/icon_home.png) no-repeat;
		background-size: cover;
	  width: 14px;
	  height: 14px;
	}
	/* enquiry */
	#enquiry{
	  background-image: url(../images/enquiry_bg.jpg);
	  background-repeat: no-repeat;
	  background-size: cover;
		background-position: center;
	  width: 100%;
	  height: auto;
		padding: 50px 0 50px;
	  overflow: visible;
	}
	.cont_enquiry{
	  width: calc(100% - 60px);
	  margin: 0 auto 0;
		overflow: hidden;
	}
	.cont_enquiry_top h3{
		width: auto;
		margin: 0 auto;
	  font-size: 24px;
	  line-height: 29px;
		color: #FFF;
	  text-align: center;
		font-family: "Noto Serif JP";
	  font-weight: 700;
	}
	.cont_enquiry_top p{
		width: auto;
		margin: 30px auto 0;
	  font-size: 16px;
	  line-height: 1.5em;
		color: #FFF;
	}
	#enquiry_btn{
		width: 100%;
		margin: 40px 0 30px;
		display: block;
	}
	.enquiry_btn_mail{
		width: 315px;
		height: 60px;
		margin: 0 auto;
		background-color: #AE7E3A;
	}
	.enquiry_btn_mail a{
		position: relative;
		display: block;
		width: 280px;
		padding-left: 35px;
		color: #FFF;
		font-size:18px;
	  font-weight: 400;
	  line-height: 60px;
	  text-align: center;
	  text-decoration: none;
	}
	.enquiry_btn_mail a::before{
		content: '';
		background: url(../images/enquiry_icon_mail.svg) no-repeat;
		background-size: cover;
		width: 40px;
		height: 40px;
		position: absolute;
		top: 10px;
		left: 20px;
	}
	.enquiry_btn_mail:hover{
		background-color: #4A800F;
	}
	.enquiry_btn_tell{
		width: 315px;
		height: 60px;
		margin: 15px auto 0px;
		background-color: #AE7E3A;
	}
	.enquiry_btn_tell a{
		position: relative;
		display: block;
		width: 280px;
		padding-left: 35px;
		color: #FFF;
		font-size:28px;
	  font-weight: 400;
	  line-height: 60px;
	  text-align: center;
	  text-decoration: none;
	}
	.enquiry_btn_tell a::before{
		content: '';
		background: url(../images/enquiry_icon_tell.svg) no-repeat;
		background-size: cover;
		width: 40px;
		height: 40px;
		position: absolute;
		top: 10px;
		left: 40px;
	}
	.enquiry_btn_tell:hover{
		background-color: #4A800F;
	}
	#enquiry_box{
		width: 100%;
		height: auto;
		display: block;
		padding: 30px 0 30px 0;
		overflow: hidden;
		background-color:rgba(255,255,255,0.8);
	}
	.enquiry_box_adress{
		width: calc(100% - 40px);
		margin: 0px auto 0;
	}
	.enquiry_box_img img{
		width: 100%;
	}
	.enquiry_box_adress h4{
		font-size: 32px;
		font-weight: 700;
		line-height: 1.5em;
		color: #4A800F;
		text-align: center;
	}
	.enquiry_box_adress p{
		font-size: 18px;
		font-weight: 400;
		line-height: 1.5em;
		color: #333333;
		text-align: center;
	}
	.enquiry_box_adress a{
		display: block;
		font-size: 28px;
		line-height: 1.5em;
		color: #333333;
		text-align: center;
		text-decoration: none;
	}
	.enquiry_box_adress span{
		font-size: 18px;
		line-height: 1.5em;
		color: #333333;
		text-align: center;
		text-decoration: none;
	}
	.enquiry_box_txt{
		width: calc(100% - 40px);
		margin: 0 auto;
	}
	.enquiry_box_txt h4{
		position: relative;
		margin-top: 35px;
		font-size: 24px;
		font-weight: 700;
		color: #A67241;
		line-height: 1.5em;
		text-align: center;
	}
	.enquiry_box_txt h4::before{
		content: '';
		display: none;
		background-color: #A67241;
		width: 180px;
		height: 1px;
		position: absolute;
		top:17px;
		right: 0;
	}
	.enquiry_box_txt p{
		margin-top: 15px;
		font-size: 14px;
		font-weight: 400;
		color: #333333;
		line-height: 18px;
	}
}
@media screen and (max-width: 767px) and (orientation:landscape){

}
