@charset "utf-8";
/* CSS Document */

/*-------------------------グローバルメニュー -------------------------*/
.header {
	width:100%;
	height:70px;
	background:rgba(255,255,255,0.85);
	transition: background-color 0.8s;
	z-index:1000;
	border-bottom:2px solid #0db490;
	padding: 0 1.5rem ;
	display: flex;
	flex-direction: row;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position:fixed;
	right:0;
	top:0;
}
.logo {

}
.header h1{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#0db490;
	font-size:1.8rem;
	margin-left:1rem;
}
.header .contact{
	background:#3dd4b4;
	color:#ffffff;
	text-align:center;
	display:flex;
	align-items: center;
	flex-direction: column;
	padding:0.4rem 2rem;
}
.header .contact p{
	color:#ffffff;
	line-height:20px;
	font-size:1.8rem;
}
.header .right{
	right:0;
	top:0;
	position:absolute;
}
.header .contact .time{
	font-size:1.2rem;
}

/*-------------------------メイン画像 -------------------------*/
.margin_top_nega18per{
	margin-top:-18%;
}
.margin_top_nega3rem_md{
	margin-top:-3rem;
}
.main_img_warpper{
	padding-top:8rem;
	padding-bottom:4.5rem;
	margin-bottom:-10rem;
	z-index:-100;
}
.main_section_bg{
	background:url(../images/map_bg.png) no-repeat;
	background-position: 20% 0;
	background-size:cover;
}
.main_img_warpper .above{
	position:relative;

}
.main_img_warpper .below{
}
.main_img_warpper .square{
	margin-top:2rem;
	padding:0 1rem;
}
.main_img_warpper h2{
	display:none;
}
.main_img_warpper h3,
.main_img_warpper h4,
.main_img_warpper  ul{
	display:none;
}
.main_img_warpper .above .circle{
	width:145px;
	float:right;
	margin-bottom:-18%;
	margin-right:-2rem;
	z-index:200;
	position:relative;
}
.h3_main_title{
	font-size:3.2rem;
	font-weight:bold;
	text-align:center;
	color:#fff;
	margin-bottom:8rem;
}
.h3_main_title_contact{
	font-size:3.2rem;
	font-weight:bold;
	text-align:center;
	color:#fff;
	padding: 0.8rem;
}
.menu_h4{
	font-size:2.6rem;
	font-weight:bold;
	text-align:center;
	margin:-2rem 0 1.5rem;
	width:100%;
	color:#fff;
}
.menu_h4:before{
	position:absolute;
	left:-8px;
	top:-8px;
	content:"";
	display:inline-block;
	width:25px;
	height:8px;
	background-color: #fff;
	vertical-align: middle;
}
.menu_h4:after{
	position:absolute;
	right:-8px;
	top:-8px;
	content:"";
	display:inline-block;
	width:25px;
	height:8px;
	background-color: #fff;
	vertical-align: middle;
}
.cart_h4{
	font-size:2.4rem;
	font-weight:bold;
	text-align:center;
	margin:6rem 0 1.5rem;
	width:100%;
	color:#fff;
}
object{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.bg_wrapper{
	background:#0db490;
}
.white_box{
	border-bottom:8px solid #fff;
	border-left:8px solid #fff;
	border-right:8px solid #fff;
	width:24%;
	display:flex;
	align-items: center;
	padding:0 1rem 1rem;
	flex-direction:column;
	position:relative;
}
.white_box > div{
	max-width:100%;
}

.white_box p{
	font-size:1.8rem;
	color:#fff;
}
.orange_text{
	font-size:2.4rem;
	color:#ffa31f;
	font-weight:bold;
}
.photo_4box{
	width:25%;
	display:flex;
	align-items: center;
	flex-direction:column;
}
.slider{
	margin-top:-1%;
}
.slick-next{
	display:none!important;
}
.bg_2{
	z-index:-100;
	position:relative
}
.margin_top8rem_md_photo{
	margin-top:8rem;
}
@media screen and (max-width: 1199px) {
.main_img_warpper .above .circle{
	width:120px;
}
}
@media screen and (max-width: 1000px) {
.main_img_warpper .above .circle{
	width:110px;
}
.main_img_warpper{
	margin-bottom:-6rem;
}
.white_box{
	width:48%;
	margin-bottom:4rem;
}
}
@media screen and (max-width: 768px) {
.main_section_bg{
	background:url(../images/map_bg_md.png) no-repeat;
	background-position:-50% 0;
	background-size:100%;
}
.photo_4box{
	width:48%;
	margin-bottom:4rem;
}
.cart_h4{
	margin-top:2rem;
}
.main_img_warpper .square{
	width:90%;
	margin:0 auto 3rem;
}
.margin_top_nega3rem_md{
	margin-top:0rem;
}
.margin_top8rem_md_photo{
	margin-top:4rem;
}
}
@media screen and (max-width: 767px) {
.main_img_warpper .above .circle{
	width:90px;
}
.header {
	width:100%;
	height:45px;
	background:rgba(255,255,255,0.85);
	transition: background-color 0.8s;
	z-index:1000;
	border-bottom:2px solid #0db490;
	padding: 0 0.5rem ;
	display: flex;
	flex-direction: row;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position:fixed;
	right:0;
	top:0;
}
.logo{
	width:100px;

}
.header h1{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#0db490;
	font-size:1.4rem;
	margin-left:1rem;
}
.header .contact{
	color:#ffffff;
	text-align:center;
	display:flex;
	align-items: center;
	flex-direction: column;
	padding:0.2rem 1rem;
}
.header .contact p{
	color:#ffffff;
	line-height:20px;
	font-size:1.2rem;
}
.header .right{
	right:0;
	position:absolute;
}
.header .contact .time{
	display:none;
}

}
@media screen and (max-width: 864px) {
.br_none{
	display:none;
}
.h3_main_title{
	font-size:2.4rem;
	margin: 3rem 0 5rem;
}
.h3_main_title_contact{
	font-size:2.4rem;
	padding: 0.8rem;
}
}
@media screen and (max-width: 600px) {
.white_box{
	width:100%;
	margin-bottom:4rem;
}
}
@media screen and (max-width: 1000px) {
.cart_h4{
	font-size:2rem;
}
}
@media screen and (max-width: 414px) {
.photo_4box{
	width:100%;
}
.h3_main_title{
	font-size:2.2rem;
	margin: 3rem 0 5rem;
}
.h3_main_title_contact{
	font-size:2.2rem;
	padding: 0.4rem;
}
.cart_h4{
	margin:2rem 0 0;
}
.main_img_warpper .square{
	width:98%;
}
}
@media screen and (max-width: 413px) {
.header h1{
	right:0.5rem;
	position:absolute;
}
.header .contact{
	display:none;
}
}

/*-------------------------コンテンツ-------------------------*/
.icon{
	position:absolute;
}
.p_text_linehight{
	line-height:3rem;!important;
	
}
.photo_wrapper{
	width:100%;
	background:rgba(204,204,204,1);

}
.left60_photo,
.right60_photo{
	width:60%;
	position:relative;
}
.right40_photo,
.left40_photo{
	width:40%;
	display:flex;
	align-items:center;
	padding:1.5rem;
}
.content_title{
	width:65%;
	right:1.5rem;
	z-index:30;
	float:right;
	margin-bottom:-7rem;
	position:relative;
}
.content_title2{
	width:65%;
	left:1.5rem;
	z-index:30;
	float:left;
	margin-bottom:-7rem;
	position:relative;
}
.content_title h2,
.content_title2 h2{
	font-size:2.8rem;
	color:#0db490;
	font-weight:bold;
	margin-left:34px;
}
.content_title h3,
.content_title2 h3{
	font-size:2.4rem;
	color:#0db490;
	font-weight:bold;
	border-top: 2px solid #0db490;
	padding-top:0.5rem;
}

@media screen and (max-width: 1000px) {
.content_title h2,
.content_title2 h2{
	font-size:2.4rem;
}
.content_title h3,
.content_title2 h3{
	font-size:2.2rem;
}
.content_title,
.content_title2{
	margin-bottom:-6rem;
}
}
@media screen and (max-width: 850px) {
.content_title{
	width:100%;
	right:0;
	margin-bottom:3rem;
}
.content_title2{
	width:100%;
	left:0;
	margin-bottom:3rem;
}
}
@media screen and (max-width: 768px) {
.left60_photo,
.right60_photo{
	width:100%;
}
.right40_photo,
.left40_photo{
	width:100%;
	
}
}
/*-------------------------お客様の声-------------------------*/
.voice_h3title{
	color:#ffa31f;
	font-size:2.2rem;
	font-weight:bold;
	margin-left:36px;
	margin-top:0.8rem;
}
.voice_h4title{
	color:#fff;
	font-size:1.8rem;
	font-weight:normal;
	margin-bottom:4rem;
}
.voice_circle{
	position:absolute;
	right:1.5rem;
	top:-16rem;
	width:145px;
	height:142px;
}
.voice_titleh4{
	font-size:1.8rem;
	color:#fff;
	text-align:center;
	font-weight:normal;
	margin:6rem 0 1rem 0;
}
.voice_titleh4:before{
	content:"\f14a";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	padding-right:0.5rem;
	color:#ffa31f;
}
.img_border{
	border-radius:12px;
}
.voice_img{
	border-radius:14px;
	background:rgba(255,255,255,1);
	padding:0.4rem;
	margin-bottom:2rem;
}
.triangle_green{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 60px 120px 0 120px;
	border-color: #0db490 transparent transparent transparent;
	margin:0 auto;
}
@media screen and (max-width: 1200px) {
.voice_circle{
	top:-12rem;
	width:120px;
	height:118px;
	right:1.5rem;
}
}
.contact_tel{
	color:#0db490;
	font-size:5rem;
	text-align:center;
}
.contact_tel a{
	color:#0db490;
	text-decoration:none;
}
.contact_tel:before{
	content:"\f098";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right:1rem;
}
.contact_time{
	color:#0db490;
	font-size:3rem;
	text-align:center;
}
.tel_wrapper{
	background:rgba(255,255,255,0.8);
	padding:0.5rem;
}
@media screen and (max-width: 1000px) {
.contact_tel{
	color:#0db490;
	font-size:4rem;
	text-align:center;
}
.contact_time{
	color:#0db490;
	font-size:2.4rem;
	text-align:center;
}
}
@media screen and (max-width: 830px) {
.contact_tel{
	color:#0db490;
	font-size:3rem;
	text-align:center;
}
.contact_time{
	color:#0db490;
	font-size:2rem;
	text-align:center;
}
}
@media screen and (max-width: 375px) {.contact_tel{
	color:#0db490;
	font-size:2.2rem;
	text-align:center;
}
.contact_time{
	font-size:1.8rem;
}
}
.mail_bar{
	width:100%;
	background:#0db490;
}
.contact_section_bg{
	background:url(../images/map_bg.png) no-repeat;
	background-position: 20% 0;
	background-size:cover;
	margin-top:-5.5rem;
	padding-top:5.5rem;
	position:relative;
	z-index:-10;
}
.arrow_green1,
.arrow_green2,
.arrow_green3{
	width:120px;
	margin:0 auto;
}
.arrow_green1{
	margin-bottom:-1.6rem;
}
.arrow_green2{
	margin-bottom:-1.6rem;
}

@media screen and (max-width: 768px) {
.contact_section_bg{
	background:url(../images/map_bg_md.png) no-repeat;
	background-position:-50% 0;
	background-size:100%;
}
}
form#mail_form{
	width:100%!important;
}
footer{
	color:#fff;
	background:#0db490;
	text-align:center;
	padding: 1rem 1rem 3rem;
}
footer p{
		font-size:1.2rem;
}
.thanks_wrapper{
	padding-top:80px;
	min-height:500px;
	display:flex;
	justify-content: center;
	align-items: center;
	flex-direction:column;
	text-align:center;
	padding-left:1.5rem;
	padding-right:1.5rem;
}