@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: #F4F4F4;
	-webkit-text-size-adjust: 100%;
}
img{
	pointer-events: none;
}
#wrap{
	width:100%;
	overflow: hidden;
}
main{
	width:100%;
}
#header{
	position: absolute;
	width: 100%;
	height: 100px;
	z-index: 100;
}
#header h1{
	position: absolute;
	top:16px;
	left: 30px;
	width: 50px;
	height: 64px;
}
#header h1 a{
	display: block;
}
#header h1 a img{
	width: 100%;
}
#menu{
	position: absolute;
	top:25px;
	right:30px;
}
#btn_menu{
	display: none;
}
#btn_menu02{
	display:none;
}
#menu_area{
	display: block;
}
#menu_area nav ul{
	display: flex;
}
#menu_area nav ul li{
	position: relative;
	padding:0 1rem 0;
	height: 58px;
}
#menu_area nav ul li a{
	display: block;
	font-size:18px;
	line-height: 58px;
	color: #FFF;
	font-family: "Noto Serif JP";
	font-weight: 400;
	text-decoration: none;
}
#menu_area .btn_contact{
	width: 150px;
	height: 40px;
	margin-top: 8px;
	margin-left: 10px;
	padding: 0 0rem 0;
	position: relative;
  border: 1px solid #43910e;
	border-radius: 20px;
	background-color: #43910e;
	transition: none;
}
#menu_area .btn_contact a {
  display: block;
  color: #FFF;
  width: 150px;
	margin-top: -2px;
  font-size: 16px;
	font-family: "Noto Serif JP";
  font-weight: 400;
  line-height: 43px;
  text-align: center;
  text-decoration: none;
}
#menu_area .btn_contact:hover{
  background-color: #FFF;
}
#menu_area .btn_contact a:hover{
  color: #43910e;
}
#menu_area .btn_contact::after{
	transition: none;
}
#menu_area .btn_contact:hover::after {
  width: 0px!important;
}
#menu_area nav ul li::after {
  content: "";
  position: absolute;
  bottom: 10px;
  left:50%;
	transform:translateX(-50%);
  -webkit- transform:translateX(-50%);
  background-color: #FFF;
  width: 0; /* 初期状態は幅 0 */
  height: 2px;
  transition: width 0.3s ease; /* 幅のアニメーション */
}
#menu_area nav ul li:hover::after {
  width: calc(100% - 2rem); /* ホバー時に幅を拡大 */
}


#header02{
	width: 100%;
	height: 100px;
	z-index: 100;
}
#header02 h1{
	position: absolute;
	top:16px;
	left: 30px;
	width: 50px;
	height: 64px;
}
#header02 h1 a{
	display: block;
}
#header02 h1 a img{
	width: 100%;
}
#menu02{
	position: absolute;
	top:25px;
	right:30px;
}
#menu_area02{
	display: block;
}
#menu_area02 nav ul{
	display: flex;
}
#menu_area02 nav ul li{
	position: relative;
	padding:0 1rem 0;
	height: 58px;
}
#menu_area02 nav ul li a{
	display: block;
	font-size:18px;
	line-height: 58px;
	color: #2B2B2B;
	font-family: "Noto Serif JP";
	font-weight: 400;
	text-decoration: none;
}
#menu_area02 .btn_contact{
	width: 150px;
	height: 40px;
	margin-top: 8px;
	margin-left: 10px;
	padding: 0 0rem 0;
	position: relative;
  border: 1px solid #43910e;
	border-radius: 20px;
	background-color: #43910e;
	transition: none;
}
#menu_area02 .btn_contact a {
  display: block;
  color: #FFF;
  width: 150px;
	margin-top: -2px;
  font-size: 16px;
	font-family: "Noto Serif JP";
  font-weight: 400;
  line-height: 43px;
  text-align: center;
  text-decoration: none;
}
#menu_area02 .btn_contact:hover{
  background-color: #FFF;
}
#menu_area02 .btn_contact a:hover{
  color: #43910e;
}
#menu_area02 .btn_contact::after{
	transition: none;
}
#menu_area02 .btn_contact:hover::after {
  width: 0px!important;
}
#menu_area02 nav ul li::after {
  content: "";
  position: absolute;
  bottom: 10px;
  left:50%;
	transform:translateX(-50%);
  -webkit- transform:translateX(-50%);
  background-color: #2B2B2B;
  width: 0; /* 初期状態は幅 0 */
  height: 2px;
  transition: width 0.3s ease; /* 幅のアニメーション */
}
#menu_area02 nav ul li:hover::after {
  width: calc(100% - 2rem); /* ホバー時に幅を拡大 */
}
/* footer */
#footer{
	width: 100%;
	padding: 45px 0 0;
}
.footer_wrap{
	display: flex;
	width: 1280px;
	margin: 0 auto;
}
#site_data{
	width: 320px;
	margin: 0 0 0 0;
}
#site_data h3{
	display: block;
	width: 100%;
}
#site_data h3 img{
	width: 100%;
}
#site_data ul{
	width: 100%
}
#site_data ul li{
	font-size:16px !important;
	line-height: 24px !important;
	font-family: "Noto Serif JP";
  font-weight: 400;
}
#site_data ul li a{
	display: block;
	text-decoration: none;
	font-family: "Noto Serif JP";
  font-weight: 400;
}
#site_data ul li span{
	display: block;
	font-family: "Noto Serif JP";
  font-weight: 400;
}
.footer_list{
	width: 150px;
	margin-left: 220px;
}
.footer_list ul{
	width: 100%;
	margin-top: 35px;
}
.footer_list ul li{
	margin-top: 10px;
}
.footer_list ul li:first-child{
	margin-top: 0px;
}
.footer_list ul a{
	display: block;
	text-decoration: none;
	font-size: 16px;
	line-height: 1.5em;
	font-family: "Noto Serif JP";
  font-weight: 700;
}
.footer_list ul a:hover{
	opacity: 0.5;
}
.footer_list{
	font-size:16px !important;
	line-height: 24px !important;
}
.footer_service{
	width: 390px;
	margin-top: 35px;
}
.footer_service li{
	font-size: 16px;
	line-height: 2em;
	font-family: "Noto Serif JP";
  font-weight: 400;
}
.sns{
	width: 200px;
	margin-top: 35px;
}
.sns ul{
	display: flex;
	flex-wrap: wrap;
}
.sns ul li{
	width: 50px;
}
.sns ul li img{
	width: 100%;
}
.sns ul li a{
	display: block;
}

small{
	clear: both;
	display: block;
	width: 1280px;
	margin: 20px auto 0;
	padding-bottom: 100px;
	color:#000000;
	font-size:14px;
	line-height: 1em;
	font-family: "Noto Serif JP";
  font-weight: 400;
}
#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;
	z-index: 5;
	cursor: pointer;
}
#pagetop img{
	width: 100%;
}
#pankuzu{
	position: relative;
	background-color: #FFF;
	width: 100%;
	height: 30px;
}
#pankuzu ul{
	display: flex;
	position: absolute;
	bottom:10px;
	left:20px;
}
#pankuzu ul li{
	padding:0 2em 0 0;
	color:#000;
	font-size:12px;
	line-height: 12px;
	font-family: "Noto Serif JP";
	font-weight: 400;
}
#pankuzu ul li a{
	display: block;
	position: relative;
	color:#000;
	font-size:12px;
	line-height: 12px;
	font-family: "Noto Serif JP";
	font-weight: 400;
	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{
  width: 100%;
  padding: 100px 0 100px;
}
.cont_enquiry{
	position: relative;
  width: 980px;
  margin: 0 auto;
}
.cont_enquiry::after{
	content: '';
	background: url(../images/top_contact_bg.png)no-repeat;
	background-size: 150px 187px;
	position: absolute;
	top: -38px;
	right: -100px;
	width: 150px;
	height: 187px;
}
.cont_enquiry h3{
	position: relative;
  font-size: 36px;
  line-height: 1em;
	font-family: "Noto Serif JP";
  font-weight: 700;
}
.cont_enquiry h3::before{
  content: "";
  width: 60px;
  height: 2px;
  position: absolute;
  bottom: 10px;
  left: 250px;
  background-color: #3B3B3B;
}
.cont_enquiry h3::after{
  content: "News";
  position: absolute;
  bottom: 0px;
  left: 320px;
  font-size: 20px;
  line-height: 1em;
  color: #3B3B3B;
  font-family: "Noto Serif JP";
  font-weight: 400;
}
.cont_enquiry p{
	margin: 25px 0px 0;
  font-size: 18px;
  line-height: 1.5em;
}
.enquiry_box{
	width: 100%;
	margin:35px 0px 0;
}
#enquiry_btn_mail{
	display: block;
	box-sizing: border-box;
  border: 1px solid #707070;
	background-color: #FFF;
	width: 100%;
	height: 160px;
	margin: 0 0 30px;
	text-decoration: none;
}
#enquiry_btn_mail:hover{
	background-color: rgba(0, 0, 0, 0.3);
}
.enquiry_btn_mail_cont{
	position: relative;
	margin: 25px 0 0 225px;
}
.enquiry_btn_mail_cont::before{
	content: '';
	position: absolute;
	top: 18px;
	left: -180px;
	background: url(../images/top_icon_mail.png) no-repeat;
	background-size: cover;
	width: 120px;
	height: 85px;
}
.enquiry_btn_mail_cont h4{
	font-size: 25px;
	line-height: 1em;
	color: #525252;
	font-family: "Noto Serif JP";
  font-weight: 700;
}
.enquiry_btn_mail_cont p{
	font-size: 18px;
	line-height: 1.5em;
	color: #525252;
	font-family: "Noto Serif JP";
  font-weight: 400;
}
.tel_box{
	margin:0 0 30px 0px;
	width: 100%;
}
.tel_box ul{
	width: 100%;
	display: flex;
}
.tel_box li{
	width: 489px;
	height: 180px;
	border-right: 1px solid #707070;
	position: relative;
}
.tel_box li:last-child{
	border-right: 0;
}
.tel_box h4{
	position: absolute;
	top: 90px;
	left: 30px;
	color: #2E2E2E;
	font-size: 20px;
	line-height: 1em;
	font-family: "Noto Serif JP";
	font-weight: 400;
}
.number{
	position: absolute;
	top: 55px;
	left: 215px;
	width: 260px;
}
.number02{
	position: absolute;
	top: 30px;
	left: 215px;
	width: 260px;
}
.number a,.number02 p{
	display: block;
	text-decoration: none;
	text-align: center;
	color: #2E2E2E;
	font-size: 36px;
	line-height: 1em;
	font-family: "Noto Serif JP";
	font-weight: 700;
}
.number a span,.number02 p span{
	text-decoration: none;
	text-align: center;
	color: #2E2E2E;
	font-size: 18px;
	line-height: 1em;
	font-family: "Noto Serif JP";
	font-weight: 400;
}
#enquiry_btn_mail02{
	display: block;
	box-sizing: border-box;
  border: 1px solid #707070;
	background-color: #FFF;
	width: 100%;
	height: 160px;
	text-decoration: none;
}
#enquiry_btn_mail02:hover{
	background-color: rgba(0, 0, 0, 0.3);
}
.enquiry_btn_mail_cont02{
	position: relative;
	margin: 35px 0 0 225px;
}
.enquiry_btn_mail_cont02::before{
	content: '';
	position: absolute;
	top: -5px;
	left: -180px;
	background: url(../images/top_icon_mail02.png) no-repeat;
	background-size: cover;
	width: 100px;
	height: 100px;
}
.enquiry_btn_mail_cont02 h4{
	font-size: 25px;
	line-height: 1em;
	color: #525252;
	font-family: "Noto Serif JP";
  font-weight: 700;
}
.enquiry_btn_mail_cont02 p{
	margin-top: 30px;
	font-size: 18px;
	line-height: 1.5em;
	color: #525252;
	font-family: "Noto Serif JP";
  font-weight: 400;
}


@media (max-width: 767px){
	a[href^="tel:"] {
    pointer-events:auto;
  }
	body{
		background-color: #F4F4F4;
		-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;
	}
	.scrolled #header {
	  background: #D5D5D5;
	  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); /* 影をつけて見やすく */
	}
	#header h1{
		position: absolute;
		top:10px;
		left: 15px;
		width: 35px;
		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:10px;
		right:6px;
		padding:8px;
		width: 30px;
		height: 30px;
		cursor: pointer;
		z-index: 110;
	}
	#btn_menu img{
		width: 100%;
	}
	#menu_area{
		display: none;
		position: fixed;
		top:60px;
		left:0;
		background-color: #7B7B7B;
		width: 100vw;
		height: calc(100svh - 60px); /* ヘッダー高さ60px分引く */
		overflow-y: auto;
	}
	#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::after {
	  content: "";
	  position: absolute;
	  bottom: 0px;
	  left:50%;
		transform:translateX(-50%);
	  -webkit- transform:translateX(-50%);
	  background-color: #FFF;
	  width: 0; /* 初期状態は幅 0 */
	  height: 2px;
	  transition: width 0.3s ease; /* 幅のアニメーション */
	}
	#menu_area nav ul li:hover::after {
	  width: 100%; /* ホバー時に幅を拡大 */
	}
	#header02{
		position: fixed;
		width: 100%;
		height: 60px;
		top:0;
		z-index: 100;
	}
	.scrolled02 #header02 {
	  background: #D5D5D5;
	  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); /* 影をつけて見やすく */
	}
	#header02 h1{
		position: absolute;
		top:10px;
		left: 15px;
		width: 35px;
		height: 40px;
		z-index: 120;
	}
	#header02 h1 a{
		display: block;
	}
	#header02 h1 a img{
		width: 100%;
	}
	#menu02{
		position: relative;
		top:0px;
		right:0px;
		z-index: 110;
		width: 100%;
		height: 60px;
	}
	#btn_menu02{
		display: block;
		position: absolute;
		top:10px;
		right:6px;
		padding:8px;
		width: 30px;
		height: 30px;
		cursor: pointer;
		z-index: 110;
	}
	#btn_menu02 img{
		width: 100%;
	}
	#menu_area02{
		display: none;
		position: fixed;
		top:60px;
		left:0;
		background-color: #FFF;
		width: 100vw;
		height: calc(100svh - 60px); /* ヘッダー高さ60px分引く */
		overflow-y: auto;
	}
	#menu_area02 nav ul{
		display: block;
		margin:10px 10px 0;
		width: calc(100% - 20px);
	}
	#menu_area02 nav ul li{
		padding:0 0.5rem 0;
		border-top:1px solid #ccc;
		height: 58px;
	}
	#menu_area02 nav ul li:last-child{
		border-bottom:1px solid #ccc;
	}
	#menu_area02 nav ul li a{
		display: block;
		font-size:18px;
		line-height: 58px;
		text-decoration: none;
	}
	#menu_area02 nav ul li::after {
	  content: "";
	  position: absolute;
	  bottom: 0px;
	  left:50%;
		transform:translateX(-50%);
	  -webkit- transform:translateX(-50%);
	  background-color: #FFF;
	  width: 0; /* 初期状態は幅 0 */
	  height: 2px;
	  transition: width 0.3s ease; /* 幅のアニメーション */
	}
	#menu_area02 nav ul li:hover::after {
	  width: 100%; /* ホバー時に幅を拡大 */
	}
	/* footer */
	#footer{
		width: 100%;
		padding: 45px 0 0;
	}
	.footer_wrap{
		display: block;
		width: calc(100% - 20px);
		margin: 0 auto;
	}
	#site_data{
		width: 100%;
		margin: 0 0 0 0;
	}
	#site_data h3{
		display: block;
		width: 200px;
	}
	#site_data h3 img{
		width: 100%;
	}
	#site_data ul{
		width: 100%
	}
	#site_data ul li{
		font-size:16px !important;
		line-height: 24px !important;
		font-family: "Noto Serif JP";
	  font-weight: 400;
	}
	#site_data ul li a{
		display: block;
		text-decoration: none;
		font-family: "Noto Serif JP";
	  font-weight: 400;
	}
	#site_data ul li span{
		display: block;
		font-family: "Noto Serif JP";
	  font-weight: 400;
	}
	.footer_list{
		width: 100%;
		margin-left: 0px;
	}
	.footer_list ul{
		width: 100%;
		margin-top: 35px;
	}
	.footer_list ul li{
		margin-top: 0px;
		border-top: 1px solid #FFF;
	}
	.footer_list ul li:first-child{
		margin-top: 0px;
	}
	.footer_list ul li:last-child{
		margin-top: 0px;
		border-bottom: 1px solid #FFF;
	}
	.footer_list ul a{
		display: block;
		text-decoration: none;
		font-size: 16px;
		line-height: 3.5em;
		font-family: "Noto Serif JP";
	  font-weight: 700;
		text-align: center;
	}
	.footer_list ul a:hover{
		opacity: 0.5;
	}
	.footer_list{
		font-size:16px !important;
		line-height: 24px !important;
	}
	.footer_service{
		width: 100%;
		margin-top: 30px;
	}
	.footer_service li{
		font-size: 14px;
		line-height: 2em;
		font-family: "Noto Serif JP";
	  font-weight: 400;
	}
	.sns{
		width: 100%;
		margin-top: 35px;
	}
	.sns ul{
		display: flex;
		flex-wrap: wrap;
	}
	.sns ul li{
		width: 40px;
		margin: 0 auto;
	}
	.sns ul li img{
		width: 100%;
	}
	.sns ul li a{
		display: block;
	}
	small{
		clear: both;
		display: block;
		width: 100%;
		margin: 20px auto 0;
		padding-bottom: 20px;
		color:#000000;
		font-size:12px;
		line-height: 1em;
		text-align: center;
		font-family: "Noto Serif JP";
	  font-weight: 400;
	}
	#g_map{
		border-top:1px solid #CCC;
		background-color: #FFF;
		width: 100%;
		height: 400px;
	}
	#g_map iframe{
		width: 100%;
	}
	#pagetop{
		position: static;
		right:0;
		bottom:0;
		width: 40px;
		height: 40px;
		margin: 0 0 10px 10px;
		z-index: 5;
		cursor: pointer;
	}
	#pagetop img{
		width: 100%;
	}
	/*pankuzu*/
	#pankuzu{
		position: relative;
		background-color: #FFF;
		width: 100%;
		height: 30px;
		margin-top: 70px;
	}
	#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;
		font-family: "Noto Serif JP";
		font-weight: 400;
	}
	#pankuzu ul li a{
		display: block;
		position: relative;
		color:#000;
		font-size:14px;
		line-height: 14px;
		font-family: "Noto Serif JP";
		font-weight: 400;
		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{
	  width: 100%;
	  padding: 80px 0 80px;
	}
	.cont_enquiry{
		position: relative;
	  width: calc(100% - 10px);
	  margin: 0 auto;
	}
	.cont_enquiry::after{
		content: '';
		background: url(../images/top_contact_bg.png)no-repeat;
		background-size: 100px 125px;
		position: absolute;
		top: 0px;
		right: 0px;
		width: 100px;
		height: 125px;
	}
	.cont_enquiry h3{
		position: relative;
		margin-bottom: 40px;
	  font-size: 24px;
	  line-height: 1em;
		font-family: "Noto Serif JP";
	  font-weight: 700;
	}
	.cont_enquiry h3::before{
	  content: "";
	  width: 60px;
	  height: 2px;
	  position: absolute;
	  bottom: 5px;
	  left: 160px;
	  background-color: #3B3B3B;
	}
	.cont_enquiry h3::after{
	  content: "News";
	  position: absolute;
	  bottom: 0px;
	  left: 230px;
	  font-size: 14px;
	  line-height: 1em;
	  color: #3B3B3B;
	  font-family: "Noto Serif JP";
	  font-weight: 400;
	}
	.cont_enquiry p{
		margin: 0px 0px 0;
	  font-size: 16px;
	  line-height: 1.5em;
		font-family: "Noto Serif JP";
		font-weight: 400;
	}
	.enquiry_box{
		width: 100%;
		margin: 20px 0px 0;
	}
	#enquiry_btn_mail{
		display: block;
		box-sizing: border-box;
	  border: 1px solid #707070;
		background-color: #FFF;
		width: 100%;
		height: auto;
		margin: 0 0 50px;
		padding-bottom: 20px;
		text-decoration: none;
	}
	#enquiry_btn_mail:hover{
		background-color: rgba(0, 0, 0, 0.3);
	}
	.enquiry_btn_mail_cont{
		position: relative;
		margin: 20px 0 0 80px;
	}
	.enquiry_btn_mail_cont::before{
		content: '';
		position: absolute;
		top: 25px;
		left: -65px;
		background: url(../images/top_icon_mail.png) no-repeat;
		background-size: 50px 36px;
		width: 50px;
		height: 36px;
	}
	.enquiry_btn_mail_cont h4{
		font-size: 20px;
		line-height: 1em;
		color: #525252;
		font-family: "Noto Serif JP";
	  font-weight: 700;
	}
	.enquiry_btn_mail_cont p{
		margin: 10px 0px 0;
		font-size: 12px;
		line-height: 1.5em;
		color: #525252;
		font-family: "Noto Serif JP";
	  font-weight: 400;
	}
	.tel_box{
		margin:0 0 50px 0px;
		width: 100%;
	}
	.tel_box ul{
		width: calc(100% - 20px);
		margin: 0 auto;
		display: block;
	}
	.tel_box li{
		width: 100%;
		height: auto;
		margin-top: 35px;
		border-right: 0px solid #707070;
		border-top: 1px solid #707070;
		position: relative;
	}
	.tel_box li:first-child{
		border-top: 0;
		margin-top: 0;
	}
	.tel_box li:last-child{
		padding-top: 35px;
	}
	.tel_box h4{
		position: static;
		top: auto;
		left: auto;
		color: #2E2E2E;
		font-size: 20px;
		line-height: 1em;
		text-align:center;
		font-family: "Noto Serif JP";
		font-weight: 400;
	}
	.number{
		position: static;
		top: auto;
		left: auto;
		width: 100%;
	}
	.number02{
		position: static;
		top: auto;
		left: auto;
		width: 100%;
	}
	.number a,.number02 p{
		display: block;
		padding-top: 10px;
		text-decoration: none;
		text-align: center;
		color: #2E2E2E;
		font-size: 36px;
		line-height: 1em;
		font-family: "Noto Serif JP";
		font-weight: 700;
	}
	.number a span,.number02 p span{
		display: block;
		margin-top: 10px;
		text-decoration: none;
		text-align: center;
		color: #2E2E2E;
		font-size: 16px;
		line-height: 1em;
		font-family: "Noto Serif JP";
		font-weight: 400;
	}
	#enquiry_btn_mail02{
		display: block;
		box-sizing: border-box;
	  border: 1px solid #707070;
		background-color: #FFF;
		width: 100%;
		height: auto;
		margin: 0 0 0px;
		padding-bottom: 20px;
		text-decoration: none;
	}
	#enquiry_btn_mail02:hover{
		background-color: rgba(0, 0, 0, 0.3);
	}
	.enquiry_btn_mail_cont02{
		position: relative;
		margin: 20px 0 0 80px;
	}
	.enquiry_btn_mail_cont02::before{
		content: '';
		position: absolute;
		top: 10px;
		left: -65px;
		background: url(../images/top_icon_mail02.png) no-repeat;
		background-size: cover;
		width: 50px;
		height: 50px;
	}
	.enquiry_btn_mail_cont02 h4{
		font-size: 16px;
		line-height: 1.5em;
		color: #525252;
		font-family: "Noto Serif JP";
	  font-weight: 700;
	}
	.enquiry_btn_mail_cont02 p{
		margin: 10px 0 0;
		font-size: 12px;
		line-height: 1.5em;
		color: #525252;
		font-family: "Noto Serif JP";
	  font-weight: 400;
	}
}
@media screen and (max-width: 767px) and (orientation:landscape){


}
