@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;
	background-color: #FFF;
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15);
	z-index: 100;
}
#header h1{
	position: absolute;
	top:28px;
	left: 24px;
	width: 371px;
	height: 44px;
}
#header h1 a{
	display: block;
}
#header h1 a img{
	width: 100%;
}
#menu{
	position: absolute;
	right:0px;
}
#btn_menu{
	display: none;
}
#menu_area{
	display: block;
}
#menu_area nav ul{
	display: flex;
}
#menu_area nav ul li{
	position: relative;
	height: 100px;
}
#menu_area nav ul li a{
	display: block;
	width: 100%;
	padding:0 1.5rem 0;
	font-size:18px;
	font-weight: 700;
	line-height: 100px;
	text-decoration: none;
}
.different{
	width: 170px;
}
.different a{
	display: block;
	width: 100%;
	padding:0 2rem 0!important;
	background-color: #FFA500;
	color: #FFF;
	font-size:18px;
	line-height: 100px;
	text-decoration: none;
}
#menu_area nav ul li:hover {
	background-color: #8F672F;
}
#menu_area nav ul li a:hover {
	color: #FFF;
}
.different a:hover{
	background-color: #8F672F;
}
/* footer */
#footer{
	background: url(../images/img_bg_footer.jpg)no-repeat;
	background-size: cover;
	background-position: center center;
	width: 100%;
	height: 605px;
	min-height: 605px;
}
#site_data{
	margin:60px auto 0;
	text-align: center;
}
#site_data h3{
	display: block;
	margin: 0 auto 0;
	width: 371px;
	height: 48px;
}
#site_data h3 img{
	width: 100%;
}
#site_data address{
	margin: 30px 0 0;
	font-style: normal;
	font-size:20px;
	line-height: 24px;
	color: #2B2B2B;
}
#site_data p{
	margin:15px 0 0;
	font-size:20px;
	line-height: 24px;
}
#site_data p{
	margin:15px 0 0;
	font-size:20px;
	line-height: 24px;
}
#site_data p span{
	font-size:14px;
	line-height: 24px;
}
#site_data ul{
	display: flex;
	margin:-19px auto 0 !important;
	justify-content: center;
}
#site_data ul li{
	margin:0 0.5rem 0 !important;
	font-size:20px !important;
	line-height: 26px !important;
}
#site_data ul li a{
	display: block;
	color:#2b2b2b;
	font-size:20px !important;
	line-height: 26px !important;
	text-decoration: none;
	cursor: pointer;
}
#site_data ul li a:hover{
	color:#0000CD;
}
#footer ul{
	display: flex;
	margin:0 auto 0;
	padding-top: 30px;
	justify-content: center;
}
#footer ul li{
	margin:0 1rem 0;
	font-size:18px;
	line-height: 22px;
}
#footer ul li a{
	text-decoration: none;
	font-size:18px;
	line-height: 18px;
}
#footer ul li a:hover{
	text-decoration: underline;
	text-underline-offset: 0.25em;  /* ← ここで間隔を広げる（pxでもOK） */
  text-decoration-thickness: 2px; /* お好みで太さも調整 */
	text-decoration-color: #FFA500;
}
small{
	clear: both;
	display: block;
	background-color: #0000FF;
	width: 100%;
	height: 60px;
	color:#FFF;
	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: #F5F5F5;
	width: 100%;
	height: 42px;
}
#pankuzu ul{
	display: flex;
	position: absolute;
	bottom:14px;
	left:20px;
}
#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;
}
/* enquiry */
#enquiry{
  background-image: url(../images/img_bg_enquiry.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: auto;
	overflow: auto;
}
.cont_enquiry{
  width: 768px;
  margin: 160px auto 160px;
	padding: 40px 0 30px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.9);
}
.cont_enquiry h3{
  font-size: 42px;
  line-height: 50px;
  text-align: center;
  font-family: "Noto Serif JP";
  font-weight: 700;
	color: #0000FF;
}
.cont_enquiry h3 br{
	display: none;
}
.cont_enquiry p{
	margin: 30px 0 40px;
  font-size: 24px;
  line-height: 1.5em;
	text-align: center;
}
.enquiry_box p{
	width: 708px;
	margin: 10px auto 0;
	font-size: 14px;
	line-height: 18px;
	text-align: left;
	color: #333333;
}
#enquiry_btn{
	width: 704px;
	height: 56px;
	margin: 0 auto;
	background-color: #FFA500;
	border: 2px solid #FFA500;
	border-radius: 28px;
}
#enquiry_btn a{
	display: block;
	color: #FFF;
	width: 704px;
	font-size:18px;
	line-height: 56px;
	font-weight: 700;
	text-decoration: none;
	text-align: center;
}
#enquiry_btn:hover{
	background-color: #0000FF;
	border: 2px solid #0000FF;
}
.tel_box{
	width: 708px;
	margin: 0 auto 50px;
}
.tel_box ul{
	width: 100%;
	display: flex;
}
.tel_box ul li{
	position: relative;
	color:#333333;
	font-size: 40px;
	line-height: 30px;
	text-decoration: none;
}
.tel_box ul li:first-child{
	margin-left: 73px;
}
.tel_box ul li:first-child::before{
	content: '';
	position: absolute;
	top:-10px;
	left: -73px;
	background:url(../images/icon_tell.png)no-repeat;
	background-size: cover;
	width: 60px;
	height: 60px;
}
.tel_box ul li:last-child{
	margin-left: 100px;
}
.tel_box ul li:last-child::before{
	content: '';
	position: absolute;
	top:-10px;
	left: -70px;
	background:url(../images/icon_fax.png)no-repeat;
	background-size: cover;
	width: 60px;
	height: 60px;
}
.tel_box ul li a{
	display: inline-block;
	color:#333333;
	font-size: 40px;
	line-height: 30px;
	text-decoration: none;
}
.tel_box ul li a:hover {
  text-decoration: underline;
}

.tel_box ul li span.contact_head,
.tel_box ul li a span.contact_head{
	margin-right:1em;
}
.tel_box ul li span.supplement{
	font-size:14px;
	line-height: 14px;
}


	@media screen and (max-width: 1200px) 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;
		background-color: #FFF;
		width: 100%;
		height: 65px;
		z-index: 100;
	}
	#header h1{
		position: absolute;
		top:20px;
		left: 13px;
		width: 216px;
		height: 28px;
		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: 65px;
	}
	#btn_menu{
		display: block;
		position: absolute;
		top:8px;
		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 0rem 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,
	.different:hover{
		background-color:#fff;
	}
	#menu_area nav ul li,
	.different:hover a{
		color:#48D1CC;
	}
	.different{
		width: auto;
	}
	.different a{
		display: block;
		width: auto!important;
		padding:0 1.5rem 0!important;
		background-color: #FFF;
		color: #000;
		font-size:18px;
		line-height: 58px;
		text-decoration: none;
	}
	/* footer */
	#g_map{
		border-top:1px solid #CCC;
		background-color: #FFF;
		width: 100%;
		height: 400px;
	}
	#g_map iframe{
		width: 100%;
	}
	#footer{
		background: url(../images/img_bg_footer.jpg)no-repeat;
		background-size: cover;
		background-position: center top;
		width: 100%;
		height: 600px;
		min-height: auto;
	}
	#site_data{
		margin:30px auto 0;
		padding:0 0 35px;
		width: 100%;
		text-align: center;
	}
	#site_data h3{
		display: block;
		margin: 0 auto 0;
		width: 192px;
		height: 24px;
	}
	#site_data h3 img{
		width: 100%;
	}
	#site_data address{
		margin: 15px 0 0;
		font-style: normal;
		font-size:16px;
		line-height: 19px;
		color: #2B2B2B;
	}
	#site_data p{
		margin:12px 0 0;
		font-size:14px;
	line-height: 2em;
	}
	#site_data p span{
		font-size:14px;
		line-height: 2em;
	}
	#site_data ul{
		display: flex !important;
		margin:0px auto 0 !important;
		padding-top: 0;
		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:0px auto 0;
		width: 100%;
		justify-content: center;
	}
	#footer ul li{
		padding:1em 0;
		border-top:1px solid #333;
	}
	#footer ul li:nth-last-of-type(1){
		border-bottom:1px solid #333;
	}
	#footer ul li:nth-of-type(1){
		border-top:0;
	}
	#footer ul li a{
		display: block;
		font-size:16px;
		line-height: 16px;
		text-decoration: none;
		text-align: center;
	}
	#footer ul li a:hover{
		text-decoration: underline;
		text-underline-offset: 0.25em;  /* ← ここで間隔を広げる（pxでもOK） */
	  text-decoration-thickness: 2px; /* お好みで太さも調整 */
		text-decoration-color: #FFA500;
	}
	small{
		clear: both;
		display: block;
		background-color:#0000FF;
		width: 100%;
		height: 60px;
		color:#FFF;
		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: #F5F5F5;
		width: 100%;
		height: 30px;
	}
	#pankuzu ul{
		display: flex;
		position: absolute;
		bottom:8px;
		left:10px;
	}
	#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{
		padding-bottom: 5px;
		text-decoration:underline;
		text-decoration-color: #FFA500;
	}
	#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;
	}
	/* enquiry */
	#enquiry{
	  background-image: url(../images/img_bg_enquiry.jpg);
	  background-repeat: no-repeat;
	  background-size: cover;
	  width: 100%;
	  height: auto;
		overflow: auto;
	}
	.cont_enquiry{
	  width: calc(100% - 30px);
	  margin: 80px auto 90px;
		padding: 50px 0 40px;
	  border-radius: 10px;
	  background-color: rgba(255, 255, 255, 0.9);
	}
	.cont_enquiry h3{
		width: calc(100% - 30px);
		margin: 0 auto;
	  font-size: 28px;
	  line-height: 32px;
	  font-family: "Noto Serif JP";
	  text-align: center;
	  font-weight: 700;
		color: #0000FF;
	}
	.cont_enquiry h3 br{
		display: block;
	}
	.cont_enquiry p{
		width: calc(100% - 30px);
		margin: 30px auto 40px;
	  font-size: 16px;
	  line-height: 1.5em;
		text-align: left;
	}
	.cont_enquiry p br{
		display: none;
	}
	.enquiry_box p{
		width: calc(100% - 30px);
		margin: 10px auto 0;
		font-size: 14px;
		line-height: 18px;
		text-align: left;
		color: #333333;
	}
	#enquiry_btn{
		width: calc(100% - 30px);
		height: auto;
		margin: 0 auto;
		background-color: #FFA500;
		border: 2px solid #FFA500;
		border-radius: 28px;
	}
	#enquiry_btn a{
		display: block;
		color: #FFF;
		width: calc(100% - 30px);
		margin: 0 auto;
		font-size:18px;
		line-height: 40px;
		font-weight: 700;
		text-decoration: none;
		text-align: center;
	}
	#enquiry_btn:hover{
		background-color: #0000FF;
		border: 2px solid #0000FF;
	}
	.tel_box{
		width: calc(100% - 30px);
		margin: 0 auto 40px;
	}
	.tel_box ul{
		width: 100%;
		display: block;
	}
	.tel_box ul li{
		position: relative;
		color:#333333;
		font-size: 30px;
		line-height: 1.5em;
		text-align: center;
		text-decoration: none;
	}
	.tel_box ul li:first-child{
		margin-left: 2em;
	}
	.tel_box ul li:first-child::before{
		content: '';
		position: absolute;
		top:-10px;
		left: -1em;
		background:url(../images/icon_tell.png)no-repeat;
		background-size: cover;
		width: 55px;
		height: 55px;
	}
	.tel_box ul li:last-child{
		margin-left: 2em;
		margin-top: 20px;
	}
	.tel_box ul li:last-child::before{
		content: '';
		position: absolute;
		top:-5px;
		left: -1em;
		background:url(../images/icon_fax.png)no-repeat;
		background-size: cover;
		width: 55px;
		height: 55px;
	}
	.tel_box ul li a{
		display: inline-block;
		color:#333333;
		font-size: 30px;
		line-height: 1.5em;
		text-decoration: none;
	}
	.tel_box ul li a:hover {
	  text-decoration: underline;
	}

	.tel_box ul li span.contact_head,
	.tel_box ul li a span.contact_head{
		margin-right:1em;
	}
	.tel_box ul li span.supplement{
		font-size:14px;
		line-height: 14px;
	}
}
@media screen and (max-width: 767px) and (orientation:landscape){

	.tel_box ul li:first-child::before{
		content: '';
		position: absolute;
		top:-10px;
		left: 3em;
		background:url(../images/icon_tell.png)no-repeat;
		background-size: cover;
		width: 55px;
		height: 55px;
	}
	.tel_box ul li:last-child::before{
		content: '';
		position: absolute;
		top:-5px;
		left: 3em;
		background:url(../images/icon_fax.png)no-repeat;
		background-size: cover;
		width: 55px;
		height: 55px;
	}

}
