html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
	overflow-x: hidden;

}
body {
    margin: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	backgroud:#F1F7E5;
	overflow-x: hidden;
}

a{
		color:#754C24;
}

#header {
  height:700px;
  background-size:cover;
  margin-top:-3.75em;
}

#mobile_head{
	background-color: #ffffff;
	opacity:0.8;
	padding:10px 0;
	z-index:-1;
}


#pc_nav{
	background:#8CC11F;
	padding:20px 0 5px;
	margin:0;
}

.drawer-brand{
	margin-top:20px;
}
.drawer-hamburger-text{
	font-size:0.5em;
	display:block;
	margin-top:10px;
	font-weight:bold;
}
.drawer-menu-item{
	font-weight:bold;
}
.drawer-menu-item > i{
	color:#8CC11F;
}

.pc_nav_list a{
	color:#252525;
	font-weight:700;
	padding-right:20px;
}

.pc_nav_list a:hover{
	text-decoration:none;
	color:#ffffff;
}

.header_h1{
	font-size:0.9em;
	font-weight:800;
	text-align:right;
	padding-right:10px;
}
.pc_header_h1{
	font-size:0.9em;
	font-weight:800;
	text-align:left;
	padding:15px;
	color:#ffffff;
    text-shadow: 0px 0px 10px #3d3d3d;
    marign-top:100px;

}

.top-main-visual-lead {
  position: absolute;
  top: 150px;
  right: 10%;
  letter-spacing: 0.2em;
  color: #fff;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  font-size: 2rem;
  text-shadow: 0px 0px 10px #3d3d3d;
}


@media (min-width: 767px) {
  font-size: 24px;
  font-size: 2.4rem;


}

.drawer-brand{
	font-size:0.8em;
}

section{
	padding-bottom:70px;
	padding-top:50px;
}

section p{
	text-align: justify;
	text-justify: inter-ideograph;
}


#service{
	background:#f1f7e5;
	padding:100px 0
}

#usage{
	background:#fcfdf9;
}

#map{
	background:#f1f7e5;
	padding:100px 0
}


.pink{
	color:#ffaaaa;
}

.bg_lightgreen{
	background:#F8FBF2;
}
.big_tel{
		color:#754C24;
		font-size: 1.8em;
		font-weight:700;
		letter-spacing: 1px;
		font-family: 'Lato', sans-serif !important;
	}
@media (min-width: 767px) {
.big_tel{
		font-size: 2.5em;
		font-weight:700;
		letter-spacing: 1px;
		font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Sawarabi Mincho", "HG明朝E",  "ＭＳ Ｐ明朝", "MS PMincho", serif;
	}
}

.badge{
	font-size:0.8em;
	padding:5px 10px;
	background:#8CC11F;
	margin-right:20px;
	display:inline-block;
}



	h2{
		font-size: 21px;
		line-height: 30px;
		margin-bottom: 20px;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #DDD;
		font-weight: 700;
		letter-spacing: 1px;
		color: #754C24;
		text-align: center;
		padding-top: 15px;
		padding-right: 10px;
		padding-bottom: 15px;
		padding-left: 10px;
		clear: both;
	}
	
	h2 span {
		font-size: 14px;
		color: #999;
		display: block;
	}

	h3 {
	position: relative;
	color: #333333;
	text-shadow: 0 0 2px white;
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 30px;
	margin-top: 30px;
	font-weight: 600;
	text-align:center;
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ ゴシック", "MS Gothic", sans-serif;

	}
	h3:before {
	content: "";
	position: absolute;
	background: #bce298;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	z-index: -1;
	}

	


@media (min-width: 767px) {

	h2{
		font-size: 28px;
	}
	
	h2 span {
		font-size: 14px;
		color: #999;
		display: block;
	}
	
	h3{
	position: relative;
	color: #333333;
	text-shadow: 0 0 2px white;
	font-size: 22px;
	text-align:left;

	}
	h3:before {
	content: "";
	position: absolute;
	background: #bce298;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	top: 50%;
	/* border: dashed 1px white; */
	left: -15px;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: -1;
	}
	
	h3 span {
		font-size: 16px;
		color: #888;
		padding-left: 15px;
	}




}

.shikaku {
    position: relative;
    margin: 2em 0;
    padding: 1.5em 1em;
    border: solid 3px #8CC11F;
    border-radius: 8px;
}
.shikaku .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #8CC11F;
    font-weight: bold;
}
.shikaku p {
    margin: 0; 
    padding: 0;
}

.sv_Title{
	border-bottom: solid 2px #FFAAAA;
	letter-spacing: 1px;
	font-size:1em;
	margin-bottom:-10px;
	font-weight:700;
}
	
@media (min-width: 767px) {
	.sv_Title{
		border-bottom: solid 2px #FFAAAA;
		letter-spacing: 1px;
		font-size:1.1em;
		margin-bottom:-10px;
		font-weight:700;
	}
}

.company_name{
	letter-spacing: 1px;
	font-size:1.1em;
	font-weight:700;
	
}
address{
 	line-height:1.5;
	letter-spacing:.1em;
	font-size:1.1em;
    display:block;
	padding:10px 0;
}


/* Map Section
--------------------------------*/


.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


/* Footer Section
--------------------------------*/


footer{
	background:#8CC11F;
	padding: 30px 0 30px;
}


.copyright {
	font-size: 12px;
	font-style: normal;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	clear: both;
}

footer ul{
	padding:0;
}
footer ul.footer_btn {
	display: block;
}
footer .footer_btn li {
	display: inline;
}
footer .footer_btn li a {
	font-size: 12px;
	letter-spacing: 1px;
	padding: 10px;
	text-decoration: none;
	color: #FFF;
	border: 1px solid #FFF;
	opacity: 0.5;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
	margin-left: 10px;
	font-weight: bold;
	display: inline-block;
		margin-top:15px;

}
footer .footer_btn li a:hover {
	opacity: 1.0;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}
footer .footer_btn li a i {
	padding-right: 5px;
}



/*
 * OL Style
 * --------------------------------------------------
 */

ol{
  counter-reset:number; /*数字をリセット*/
  list-style-type: none!important; /*数字を一旦消す*/
  padding:0.5em;
}
ol li{
  position: relative;
  padding-left: 30px;
  line-height: 1.5em;
  padding: 0.5em 0.5em 0.5em 30px;
}

ol li:before{
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: counter(number);
  /*以下数字のデザイン変える*/
  display:inline-block;
  background: #8ECF52;
  color: white;
  font-family: 'Avenir','Arial Black','Arial',sans-serif;
  font-weight:bold;
  font-size: 15px;
  border-radius: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align:center;
  /*以下 上下中央寄せのため*/
  top: 50%;
  -moz-transform: translateY(-50%);
  	-webkit-transform: translateY(-50%);
  	-o-transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
  	transform: translateY(-50%);

}

/*
 * h4 Style
 * --------------------------------------------------
 */

h4 {
position: relative;
padding: 0.5em 0.5em 0.5em 1.5em;
line-height: 1.4;
color: #754C24;
border-bottom: 2px solid #FBC98E;
font-size: 17px;
margin-top:20px;
}

h4:before{ font-family: "Font Awesome 5 Free";
content: "\f138";
position: absolute;
font-size: 1em;
left: 0.25em;
top: 0.5em;
color: #F7931E;
font-weight:900;
}



/*
 * Back Top
 * --------------------------------------------------
 */

#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 80%;
}
 
#page-top a {
    display: block;
	background:#8CC11F;
    color: #fff;
    width: 80px;
    padding: 25px 0;
    text-align: center;
    text-decoration: none;
    border-radius: 10px;
    opacity:0.8;
}
 
#page-top a:hover {
    background: #999;
    text-decoration: none;
}