@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@500&display=swap');

.mt0{ margin-top:0 !important;}
.mt8{margin-top:8px;}
.mt5{ margin-top:5px !important;}
.pt5{ padding-top:5px !important;}
.pt10{ padding-top:10px !important;}
.pt30{ padding-top:30px !important;}
.pt100{ padding-top:100px !important;}
.mt10{ margin-top:10px !important;}
.mt15{ margin-top:15px !important;}
.mt20{ margin-top:20px !important;}
.mt30{ margin-top:30px !important;}
.mt40{ margin-top:40px !important;}
.mt50{ margin-top:50px !important;}
.mt80{ margin-top:80px !important;}
.mt100{ margin-top:100px !important;}
.mb5{ margin-bottom:5px !important;}
.mb10{ margin-bottom:10px !important;}
.mb15{ margin-bottom:15px !important;}
.mb20{ margin-bottom:20px !important;}
.mb30{ margin-bottom:30px !important;}
.mb40{ margin-bottom:40px !important;}
.mb50{ margin-bottom:50px !important;}
.mb100{ margin-bottom:100px !important;}
.mr5{margin-right:5px}
.mr10{margin-right:10px}
.mr20{margin-right:20px}
.mr30{margin-right:30px}
.mr40{margin-right:40px}
.mr50{margin-right:50px}
.ml5{margin-left:5px}
.ml10{margin-left:10px}
.ml20{margin-left:20px}
.ml30{margin-left:30px}
.ml40{margin-left:40px}
.ml50{margin-left:50px}
.ml100{margin-left:100px}
.mt80_30{
	margin-top:80px;
}
.mb20_10{margin-bottom: 20px;}
.fl{float:left;}
.fr{float:right;}
.fc{clear:both;}

.tc{
	text-align:center !important;
}

body{
	font-family: 'Zen Kaku Gothic New', sans-serif,'Noto Sans Japanese','メイリオ',Meiryo,'Osaka',Osaka,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
	width:100%;
	letter-spacing: 1px;
	line-height: 1.5;
	margin:0;
	overflow-x: hidden !important;
}
.wrapper{
	overflow-x: hidden !important;
}
*{
	color: #333333;
	margin: 0;
	padding: 0;
}
a{
	text-decoration:none;
	color: #333333;}

a:hover{
    cursor:pointer;
    filter: alpha(opacity=60);        /* ie lt 8 */
    -ms-filter: "alpha(opacity=60)";  /* ie 8 */
    -moz-opacity:0.6;                 /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.6;              /* Safari 1.x */
    opacity:0.6;
    zoom:1;
}
li{
	list-style: none;
}
.sp_br{
	display: none;
}

h1{
	margin: 0!important;
}

img{
	vertical-align:top;
}


.fc{
	clear:both;}
header{
	position: relative;
	z-index: 9999 !important;
	width: 100%;
	top: 0;}

	
/* .page .nav_ue{
	margin: 0;
	padding: 20px 0 30px;
	background-image: url(../image/common/page_top_bg.jpg);
} */

.pc_none850{
	display:none !important;
}
.sp_none850{
	display:block !important;
}
.nav_ue {
    height: auto;
    width: 98%;
    padding: 13px 1%;
    position: fixed;
    background: #fff;
    /* margin: 20px auto; */
    display: flex;
	top: 0;
	left: 0;
    justify-content: space-between;
    align-items: center;
}

/* .SR h1 img{
	height: 130px;
	margin-left: 20px;
} */
a.header_contact2{
	display: none;
}
.home .SR h1.logo_page{
	display: none;
}
.page .SR h1.logo_page{
	display: block;
}
.page .SR h1.logo_page img{
	height: 80px;
}
.SR {
    width: 18%;
}
.header_r p{
	margin-right: 10px;
}
.header_r{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	height: 70px;
	width: 80%;
}

.head_tel{
	width: 20%;
	margin: 0px 10px 0px 0;
}
.head_tel a{
	display: block;
	margin: 0px 0 5px 0;
}
/* .head_tel a img{
	width: 250px;
} */
a.header_contact{
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #26BE2A;
	border-radius: 50px ;
	/* width: 180px; */
	/* height: 50px; */
	margin-right: 15px;
	text-align: center;
	color: #FFF;
	font-size: 1em;
	padding: 15px;
	webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all  0.4s ease;
}
/* .home .head_tel a img{
	width: 300px;
} */
/* .home a.header_contact{
	font-size: 1.5em;
} */
a.header_contact img{
	margin-right: 15px;
}
a.header_contact:hover{
	background-color: #46a548;
	opacity: 1.0 ;
}
a.header_contact p{
	color: #FFF;
}

.top_img{
	position: relative;
	margin-top: 75px;
}
.top_img header{
	position: absolute;
	top:0;
	right: 0;
	left: 0 ;
	margin: auto;
}
.nav{
	display: flex;
	width: 90%;
	margin: 0 auto ;
	padding: 0 5%;
	justify-content: space-between;
	background-color: #26BE2A;
}
h2{
	color: #26BE2A;
	line-height: 1;
	font-size: 2.5em;
}
h2:first-letter {
	color:#FE0000;
}
h2 span.redfont {
	color:#FE0000;
	font-size: 1em;
}
h2 span {
	font-size: 0.6em;
	color: #000;
	font-weight: 100;
}	
.news .nav{
	display: flex;
	width:100%;
	margin: 0 auto ;
	padding: 0 5%;
	justify-content: space-between;
	background-color: #26BE2A;
}
.nav li{
	width: 20%;
	margin: 10px auto;
}
.nav li a{
	webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all  0.4s ease;
	filter: alpha(opacity=100);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=100)";  /* ie 8 */
	-moz-opacity:1.0;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 1.0;              /* Safari 1.x */
	opacity:1.0 !important;
}
.nav li a img{ 
	width: 80%;
	margin: 0 auto;
	display: flex;
	webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all  0.4s ease;
}
.nav li {
  border-left: 3px dotted #FFF;
  border-right: 3px dotted #FFF;
}
.nav li+ li {
  border-left: 0;
  border-right: 3px dotted #FFF;
}
.nav li:hover a img{
	transform: scale(1.08);
}

#sp_header{
	display:none !important;
}
.nav_box{
	display: block;
	width:100%;
	height:50px;
	margin:0 auto !important;
	text-align:center !important;
	z-index: 9999!important;

}
.nav_box_2{
	width: 100%!important;
	height:50px;
	margin:0 auto !important;
	text-align:center !important;
	z-index: 9999!important;
}

.pc_none{
	display:none !important;
}
.button {
  display: inline-block;
  width: 100%;
  height: 45px;
  text-align: center;
  text-decoration: none;
  line-height: 45px;
  outline: none;
	margin-top: 10px!important;
	border-radius: 25px;
}
.button::before,
.button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button,
.button::before,
.button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.button {
    background-color: #fff;
    display: inline;
    padding: 5px 20px;
    border: solid #26BE2A 1px;
}
.button:hover {
  background-color: #5CB241;
	opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
  padding: 5px 30px;
  color: #fff;
}
.button:hover i.fas.fa-circle-arrow-right {
	color: #fff;
}
#side_content{
	position:fixed;
	right:10px;
	bottom:10px;
	z-index:9999 !important;
}
.sentou{
  position: fixed;
  bottom: 30px;
	right: 30px;
	width: 100px;
	height: 100px;
	z-index: 9999!important;
}
.sentou img{
	width: 100%;
}
.sp_tab_none{
	display:block;
}
a.link_line{
	text-decoration:underline;
}
/*フッター
*/
.foot_contact{
	background-image: url(../image/common/foot_contact.jpg);
	background-attachment: fixed;
	background-size: cover;
	padding: 80px 50px 50px;
}

_::-webkit-full-page-media, _:future, :root .foot_contact {
	background-attachment:scroll;
}
.foot_contact h3{
	color: #FFF;
	text-align: center;
	font-size: 2em;
	margin: 0 auto;
}
.foot_contact_l p{
	color: #FFF;
}


.foot_contact_box{
	margin: 50px auto 0px !important;
  text-align: center;
  color: #fff;
}

.foot_contact_box img{
	display: block;
	margin: 0px auto 0px;
	text-align: center;
}

.button_contact {
    display: inline-block;
    /* max-width: 500px; */
    width: 100%;
    /* height: 70px; */
    text-align: center;
    /* text-decoration: none; */
    line-height: 70px;
    /* outline: none; */
    font-size: 1.6em;
    transition: .3s;
    border: 3px solid #26BE2A;
    color: #26BE2A;
    background-color: #fff;
    /* line-height: 70px; */
    border-radius: 50px;
}
.button_contact i{
	color: #FFF;
	margin-right: 15px;
	font-size: 1.3em;
	position: relative;
	top:3px;
}
.button_contact:hover{
border: 3px solid #FFF;
  background-color: #8DC21F;
  color: #FFF;
  opacity: 1;
}
.button_contact:hover i{
	color: #FFF;
}
  


footer{
	margin-bottom:0;
	justify-content:center;
	align-items: center;
	position: relative;
	background:#33473B ;
	z-index: 0!important;
}
footer p{
	color: #fff;
}
.foot_contact{
	position: relative;
}
.foot_contact_boeder{
	margin: auto;
	width: 94%;
	height: 80%;
	display: block;
	border: 1px solid #FFF;
	border-radius: 3px;
	padding: 3% 3% 1%;
  }
.foot_contact_box{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 30px!important;
}
.container_foot{
	max-width:1200px;
	width: 100%;
	margin:0 auto;
	padding: 10px 0;
}
.foot_contact_l{
	width: 45%;
	margin: 10px 0;
}
.foot_contact_l img{
	width: 70%;
	margin: 10px auto 20px;
}

.foot_contact_r{
	width: 45%;
}


.footer-bottom-wrapper{
	display: flex;
	align-items: center;
	padding: 30px 0 0;
}

.footer_info{
	width: 30%;
}

.footer_info p{
	text-align: left;
}
.foot_info a img{
	margin-bottom: 30px;
	max-width: 300px;
	width: 100%;
}
.foot_link{
	width: 50%;
}
.foot_link ul.fotul{
	display: flex;
	flex-wrap: wrap;
}
.foot_link ul.fotul li{
	padding: 5px 0 0;
}
.foot_link ul li a {
    padding: 0 20px;
    /* border-right: 1px solid #000; */
    font-size: 0.8em;
    color: #fff;
}
.foot_link ul li a span  {
    color: #26BE2A !important;
}
.foot_link ul li:last-child a{
	border-right: none;
}
.blog_bnr{
	margin: 30px 0 0 20px;
	max-width: 300px;
	width: 100%;
}
.blog_bnr img{
	width: 100%;
}
.copy{
	padding: 0;

}

p.copy {
    text-align: left;
    font-size: 0.8em;
    padding: 15px 0 5px 0;
    margin: 15px auto 0 auto;
    color: #FFF;
    width: 80%;
    border-top: solid #fff 1px;
}
/* safari */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
}
@media screen and (max-width: 1320px) {
	.head_tel {
		width: 20%;
	}	
}
@media screen and (max-width: 1200px) {
#gnav > ul > li > a {
  padding: 10px 2em 10px;
}
	
}
@media screen and (max-width: 1260px) {
.header_r,.home .header_r{
	width: 82%;
}
.SR h1 img,.home .SR h1 img{
		width: 100%;
		height: auto !important;
	}
	.home .nav_ue .SR h1 img{
		margin-top: 0px;
	}
	a.header_contact{
	display: none;
}
a.header_contact2 {
	display: block;
	width: 5%;
    margin: 0px 10px 0px 0;
}
}
@media screen and (max-width: 1200px) {
	/* .SR,.home .SR{
		width: 40%;
	}  */
	

/* .head_tel a img,.home .head_tel a img{
	width: 200px;
} */

.head_tel {
    margin: 0px 10px 0px 0;
}
}
@media screen and (max-width: 1000px) {
h2 {
    font-size: 2em;
}
}
@media screen and (max-width: 1000px) {
.mb20_10{margin-bottom: 10px;}
}
@media screen and (max-width: 860px) {
	.button_contact {
		font-size: 1.3em;
		}
}
@media screen and (max-width: 1000px) {
.header-shita ul li img{
	width: 70%;
}
	
.nav{
	width: 98%;
	padding: 0 1%;
}


.footer-bottom-wrapper{
	flex-direction: column;
	display: flex;
	align-items: center;
}

.footer_info{
	width: 90%;
	padding: 5%;
}

.footer_info p{
	text-align: left;
}

.foot_link{
	width: 90%;
	padding:0 5%;
}

.foot_link ul ul{
	display: flex;
	flex-wrap: wrap;
}
.foot_link ul li{
	padding: 5px 0 0;
}
.foot_link ul li a{
	padding: 0 10px;

}

.blog_bnr{
	margin: 30px 0 0 0px;
}


}
@media screen and (max-width: 1060px) {
.nav_ue{
	display: none!important
}
#sp_header{
	height: 50px;
	display:block !important;
	z-index:99999 !important;
	box-shadow: 0px 3px 1.5px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 3px 1.5px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 3px 1.5px rgba(0,0,0,0.1);
}
#sp_header h1{
	margin-top: 0;
}
#sp_header h1 img{
	height: 35px!important;
	padding-top: 7.5px;
	padding-left: 5px;
}

	#sp_header{
	position: fixed;
	width: 100%;
	background-color:#FFF;
	top: 0;
	z-index: 99999!important;
}
.sp_header_bar{
	position: relative;
	display: flex;
}
.sp_header_bar #menu-bt{
	position: absolute;
	right: 0; /* 右寄せ */
	width:40px;
	padding: 5px 5px 0 0;
}

	/* メニュー全体 */
		#menu{
		/* margin-top: 5px;	 */
		display: none;
		background-color: #26BE2A;
		z-index: 99998!important;
		height: 100vh;
		}
	#menu li a{
		display: block!important;
		}
	#menu li {
		width: 100%;
			
	}

	/* 閉じた状態のサブメニュー */
	#menu ul {
		overflow: hidden;
		line-height: 0;
		padding: 0 ;
		transition: 0.2s;
		/* 下記は開閉によらず共通の設定 */
		list-style: none;
		margin: 0;
	}

	/* 親項目の装飾 */
	#menu ul li {
        margin: 0;
        padding: 1rem 0.5rem;
        color: #FFF;
        border-bottom: 3px solid #048b08;
    }
	#menu li a{
				color: #FFF;
	}
		#menu li i{
		color: #FFF;
		margin-right: 10px;
	}	

	.sp_nav_foot{
		margin: 20px auto 10px;
		text-align: center;
		width: 80%;
	}	
}

@media screen and (max-width: 750px) {
#sale_form {
    padding-top: 70px;
    margin-top: -70px;
}
	.nav{
	display: none;
	}




.header-shita ul li img{
	width: 80%;
}

.nav_box{
	display: none!important;
}
			
.sp_none{
	display:none !important;
}

.pc_none{
	display:block !important;
}

.sp_br{
	display: block;
}
.sp_top_yohaku{
		padding-top: 50px;
	}

.mt80_30{
	margin-top:30px;
}


.sentou{
	width: 70px;
	height: 70px;
	bottom: 15px;
	right: 5px;
	font-size: 0.9em;
}
		
.nav li{
	width: 25%;
}
	
.sp_tab_none{
	display:none !important;
}
.button_contact {
  width: 100%;
  font-size: 1.3em;
  height: 50px;
  line-height: 50px;
}

.foot_contact{
	padding:10% 2% 10%;
}
.foot_contact_box {
	flex-direction: column !important;
	padding: 0 !important;
	width: 80%;
	margin: 0 auto !important;
	text-align: center !important;
}

.foot_contact_l{
	border-right: none;
	width: 100%;
}

.foot_contact_r{
	width: 100%;
}
.footer-bottom-wrapper{
	padding-bottom: 50px;
}
.foot_info a img{
	width: 70%;
}

}
@media screen and (max-width: 850px) {
	.pc_none850{
		display:block !important;
	}
	.sp_none850{
		display:none !important;
	}


}


@media screen and (max-width: 480px) {
	.footer_info p{
		font-size: 0.8em;
	}
}	
@media screen and (max-width: 320px) {


.sentou{
	width: 50px;
	height: 50px;
	bottom: 15px;
	right: 5px;
}	

	}	
	
	