
body {
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}

img{
	max-width: 100%;
	height: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

hr {
	height: 0;
	margin: 0;
	padding: 0;
	border: 0;
}

ul{	 list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px; } 


li{ } 

.clear { clear:both; }  


a, a:link, a:active, a:visited {
	color: #f08300;
	outline: none;
	border: none;
	text-decoration: none;
}

a:hover {
  filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}

p {
	letter-spacing: 1px;	
	color: #333;
	line-height: 24px;

}

/*	grid 5
________________________________________*/

.col-xs-1-5, .col-sm-1-5, .col-md-1-5, .col-lg-1-5,
.col-xs-2-5, .col-sm-2-5, .col-md-2-5, .col-lg-2-5,
.col-xs-3-5, .col-sm-3-5, .col-md-3-5, .col-lg-3-5,
.col-xs-4-5, .col-sm-4-5, .col-md-4-5, .col-lg-4-5,
.respons-5 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}   
.col-xs-1-5 {
    width: 20%;
    float: left;
}
.col-xs-2-5 {
    width: 40%;
    float: left;
}

.col-xs-3-5 {
    width: 60%;
    float: left;
}

.col-xs-4-5 {
    width: 80%;
    float: left;
}
@media (min-width: 768px) {
    .col-sm-1-5 {
        width: 20%;
        float: left;
    }
    .col-sm-2-5 {
        width: 40%;
        float: left;
    }
    .col-sm-3-5 {
        width: 60%;
        float: left;
    }
    .col-sm-4-5 {
        width: 80%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-1-5,.respons-5  {
        width: 20%;
        float: left;
    }
    .col-md-2-5 {
        width: 40%;
        float: left;
    }
    .col-md-3-5 {
        width: 60%;
        float: left;
    }
    .col-md-4-5 {
        width: 80%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-1-5 {
        width: 20%;
        float: left;
    }
    .col-lg-2-5 {
        width: 40%;
        float: left;
    }
    .col-lg-3-5 {
        width: 60%;
        float: left;
    }
    .col-lg-4-5 {
        width: 80%;
        float: left;
    }
}   



/*	header
________________________________________*/

header{
	margin: -1px 0px 0px 0px;	
}

header .left{
	float: left;
}
header .left a:hover {
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}


header .center{
	margin-left: 20px;
	float: left;
}
header .center h1{	
	letter-spacing: 1px;
	font-size: 11px;
	margin-top: 13px;
}
header .center ul{
	margin-left: 40px;
	margin-top: 40px;	
}
header .center ul li{
	letter-spacing: 3px;
	font-size: 15px;
	margin-left: 30px;
	padding-left: 20px;
	float: left;
	background:url(../img/common/ya_orenge.svg) no-repeat left;	
	background-position:0px;
	
}
header .center ul li a{
	color: #333;
}



header .right{
	text-align: center;
	float: right;
}

header .right span.title{
	letter-spacing: 3px;
	width: 280px;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	color: #fff;
	padding: 10px 20px 10px 20px;
	background-color:#8fc31f;	
	display: block;
}

header .right span.title02{
	letter-spacing: 3px;
	vertical-align: middle;

}
header .right span.tel{
	letter-spacing: 1px;
	vertical-align: middle;
	font-size: 25px;
	margin-left: 10px;
}

header .right span.title03{
	letter-spacing: 1px;
	font-size: 12px;
	display: block;
}


ul.drawer-menu{
	height:100%;
	padding: 10px 0px 10px 0px;
}


.drawer-menu li{
	padding: 10px 20px 10px 20px;
}
.drawer-menu a li{
   	font-size: 14px;
	text-decoration: none;
	color: #333;
}


.drawer-menu hr{
	margin: 5px 0px 5px 0px;
	padding: 5px 0px 5px 0px;
	border-bottom: 1px solid #dcdddd;
	clear:both; 
}




@media screen and (max-width: 1198px) {


header .center h1{	
	width: 300px;
}
header .center ul{
	margin-left: 0px;
	margin-top: 40px;	
}
header .center ul li{
	letter-spacing: 3px;
	font-size: 14px;
	margin-left: 20px;
	padding-left: 15px;
}
header .right span.title{
	letter-spacing: 3px;
	width: 230px;
	padding: 10px 10px 10px 10px;
}
header .right span.tel{
	font-size: 20px;
}
}




@media screen and (min-width: 991px) {
.menu02{		
	display: none;
}
}

@media screen and (max-width: 991px) {
header .center ul,
header .right{		
	display: none;
}
header .left img{
	width: 180px;
}
}

@media screen and (max-width:600px) {
header .left img{
	width: 150px;
}
header .center h1{	
	width: 250px;
}
}

@media screen and (max-width:500px) {
header .left img{
	width: 110px;
}
header .center{
	margin-left: 10px;
}
header .center h1{
	font-size: 9px;	
	width: 150px;
}
}





/*	home
________________________________________*/


main{
	margin-top: -70px;
	height: 807px;
	background:url(../img/home/main.jpg) no-repeat center top;	
}


main h2{
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}



.home .section01{
	margin-top: -140px;	
}

.home .section01 .title{
	margin-bottom: 40px;

}

.home .section01 .respons-4 .inner{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	color: #333;
	padding: 85px 10px 105px 10px;
	border: 1px solid #efefef;
	border-radius: 1px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	background-color:#fffaf5;	
}


.home .section01 .respons-4 .inner span{
	letter-spacing: 1px;
	display: block;
}
.home .section01 .respons-4 .inner span.title{
	font-size: 22px;
	padding-top: 30px;
	margin-bottom: 5px;
	background:url(../img/common/check.svg) no-repeat center top;	
}

.home .section01 .respons-8 h3{
	color: #f08300;
	letter-spacing: 3px;
	margin-left: 30px;
	margin-bottom: 20px;
	padding-left: 40px;
	margin-top: 180px;
	background:url(../img/common/home.svg) no-repeat left;	
}

.home .section01 .respons-8 p{
	letter-spacing: 3px;
	margin-left: 30px;
}

.home .section01 .respons-3 .inner{
	letter-spacing: 1px;
	margin-bottom: 20px;
	text-align: center;
	padding: 20px 10px 20px 10px;
	border: 1px solid #f08300;
	border-radius: 1px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
}


.home .section01 .contact{
	margin-top: 20px;
	margin-bottom: 20px;

}

.home .section01 .respons-6 .inner{
	letter-spacing: 1px;
	font-size: 18px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	color: #fff;
	padding: 20px 10px 20px 10px;
	border: 1px solid #f08300;
	border-radius: 1px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	background:url(../img/common/ya_white.svg) no-repeat left;	
	background-color:#f08300;
	background-position:20px;

}

.home .section02{
	margin-top: 100px;	
	background:url(../img/home/section02_main.jpg) no-repeat center top;	
}

.home .section02 .title{
	padding-top: 290px;	
	margin-bottom: 40px;

}

.home .section02 .respons-8{
	float: left;
}
.home .section02 .respons-4{
	float: right;
}

.home .section02 .respons-4 .inner{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	color: #333;
	padding: 85px 10px 105px 10px;
	border: 1px solid #efefef;
	border-radius: 1px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	background-color:#fffaf5;	
}


.home .section02 .respons-4 .inner span{
	letter-spacing: 1px;
	display: block;
}
.home .section02 .respons-4 .inner span.title{
	font-size: 22px;
	padding-top: 30px;
	margin-bottom: 5px;
	background:url(../img/common/check.svg) no-repeat center top;	
}

.home .section02 .respons-8 h3{
	color: #f08300;
	letter-spacing: 3px;
	margin-left: 0px;
	margin-bottom: 20px;
	padding-left: 40px;
	margin-top: 180px;
	background:url(../img/common/home.svg) no-repeat left;	
}

.home .section02 .respons-8 p{
	letter-spacing: 3px;
	margin-left: 0px;
}


.home .section02 .works{
	margin-top: 100px;
}


.home .section02 .works .respons-6 span{
	letter-spacing: 1px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	text-align: center;
}



.home .section02 .works .respons-full{
	margin-top: 70px;	
}

.home .section02 .works .respons-full .inner{
	width: 50%;
	letter-spacing: 1px;
	font-size: 18px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	color: #fff;
	padding: 20px 10px 20px 10px;
	border: 1px solid #f08300;
	border-radius: 1px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	background:url(../img/common/ya_white.svg) no-repeat left;	
	background-color:#f08300;
	background-position:20px;

}


@media screen and (max-width: 991px) {
main{
	height: 600px;
	background-size:1400px;
}
}

@media screen and (max-width: 600px) {
main{
	margin-top: -60px;
	height: 450px;
	background-size:1000px;
}
}
@media screen and (max-width: 500px) {
main{
	margin-top: -30px;
}
}




@media screen and (max-width: 991px) {
.home .section01 .title{
	margin-bottom: 20px;
}
.home .section01 .respons-4 .inner{
	padding: 35px 10px 45px 10px;
}
.home .section01 .respons-8 h3{
	margin-left: 0px;
	margin-bottom: 20px;
	padding-left: 40px;
	margin-top: 40px;
}
.home .section01 .respons-8 p{
	margin-left: 0px;
}
.home .section01 .respons-6 .inner{
	border: 1px solid #fff;

}
.home .section01 .respons-3 .inner{
	margin-bottom: 10px;
}

.home .section02{
	margin-top: 100px;
	background-size:1000px;
}

.home .section02 .respons-8{
	float: none;
}
.home .section02 .respons-4{
	float: none;
}
.home .section02 .title{
	padding-top: 95px;	
	margin-bottom: 40px;
}
.home .section02 .respons-4 .inner{
	padding: 35px 10px 45px 10px;
}
.home .section02 .respons-8 h3{
	margin-left: 0px;
	margin-bottom: 20px;
	padding-left: 40px;
	margin-top: 40px;
}
.home .section02 .respons-8 p{
	margin-left: 0px;
}
.home .section02 .works{
	margin-top: 20px;
}
.home .section02 .works .respons-full .inner{
	width: 100%;
}
.home .section02 .respons-6{
	margin-bottom: 30px;

}
}




@media screen and (max-width: 600px) {
.home .section01 .respons-4 .inner span.title,
.home .section02 .respons-4 .inner span.title{
	font-size: 18px;
	padding-top: 30px;
}
.home .section01 .respons-4 .inner,
.home .section02 .respons-4 .inner{
	padding: 25px 10px 35px 10px;
}
.home .section01 .respons-8 h3,
.home .section02 .respons-8 h3{
	font-size: 20px;
	letter-spacing: 1px;
}
.home .section02{
	margin-top: 50px;
}

.home .section02 .title{
	margin-bottom: 20px;
}
.home .section02 .works .respons-full{
	margin-top: 0px;	
}

}



/*	footer
________________________________________*/


footer{
	margin-top: 120px;
}


footer .contact h4{
	padding-top: 50px;
	text-align: center;
	letter-spacing: 1px;
	font-size: 20px;
	background:url(../img/common/home.svg) no-repeat center top;	
}

footer .contact span{
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}


footer .contact .inner{
	padding: 30px 10px 30px 10px;
	margin-top: 30px;
	margin-bottom: 80px;
	text-align: center;
	background-color:#fff6e9;
}


footer .contact .inner span{
	letter-spacing: 2px;
	font-size: 32px;
	display: inline;
}

footer .contact .inner span.tel{
	margin-left: 10px;	
	display: inline;
	font-size: 32px;
}


footer .contact .inner span.time{
	margin-top: 10px;
	display: block;
	font-size: 12px;
}


footer .container-fluid{
	border-top: 1px solid #dcdddd;
	background-color:#f7f6f5;
}

footer ul{
	margin-top: 60px;
}


footer .respons-6 ul li{
	letter-spacing: 3px;
	font-size: 15px;
	margin-right: 30px;
	padding-left: 20px;
	float: left;
	background:url(../img/common/ya_orenge.svg) no-repeat left;	
	background-position:0px;	
}

footer .respons-6 ul li a{
	color: #333;
}


footer .respons-6 span{
	letter-spacing: 1px;
	margin-bottom: 5px;
	margin-top: 40px;
	font-size: 15px;
	display: block;
	text-align: right;
	margin-left: auto;
	margin-right: auto;
}

footer .respons-6 address{
	letter-spacing: 1px;
	font-size: 12px;
	text-align: right;
}

footer .respons-full.copy .inner{
	margin-top: 20px;
	margin-bottom: 40px;
	background-color:#fff;
	padding: 10px 10px 10px 10px;	
}

footer .respons-full.copy .inner small{
	letter-spacing: 1px;
	font-size: 10px;
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}




@media screen and (max-width: 991px) {
footer{
	margin-top: 80px;
}
footer .respons-6 ul{
	display: none;
}
footer .respons-6 span,
footer .respons-6 address{
	text-align: center;
}
footer .respons-6 address{
	letter-spacing: 0px;
	font-size: 8px;
}
}



@media screen and (max-width: 600px) {
footer{
	margin-top: 50px;
}
footer .contact .inner{
	margin-top: 20px;
	margin-bottom: 50px;

}
footer .contact h4{
	font-size: 14px;
}
footer .contact .inner span,
footer .contact .inner span.tel{
	font-size: 22px;
}
footer .contact .inner span.time{
	font-size: 9px;
}

}





/*	page
________________________________________*/

main.business{
	margin-top: -70px;
	height: 402px;
	background:url(../img/page/main_business.jpg) no-repeat center top;	
}
main.company{
	margin-top: -70px;
	height: 402px;
	background:url(../img/page/main_business.jpg) no-repeat center top;	
}

main.business h2,
main.company h2{
    	font-size: 40px;
	line-height: 42px;
	letter-spacing: 8px;
	padding-top: 160px;
	color: #fff;
	text-align: center;
	text-indent:0;
	white-space:normal;
	overflow:visible;
}

main.business span,
main.company span{
    	font-size: 12px;
	line-height: 14px;
	letter-spacing: 3px;
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	color: #fff;
}


.page .section01 h2{
	margin-top: 90px;
	margin-bottom: 90px;
    	font-size: 38px;
	line-height: 40px;
	letter-spacing: 3px;
	padding-bottom: 80px;
	text-align: center;
	color:#f08300;
	background:url(../img/page/title.svg) no-repeat center bottom;	
}


.page .section01 h3,
.page .section03 h3{
	margin-top: 0px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	letter-spacing: 3px;
	border-bottom: 1px dotted #b5b5b6;
}

.page .section01 p{
	letter-spacing: 1px;
    	font-size: 15px;
	line-height: 30px;
}

.page .section01 .margin-top50{
	margin-top: 50px;	
}


.page .section01 .respons-3 .inner{
	letter-spacing: 1px;
	margin-bottom: 20px;
	text-align: center;
	padding: 20px 10px 20px 10px;
	border: 1px solid #f08300;
	border-radius: 1px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
}



.page .section02 h2,
.page .section03 h2{
	margin-top: 110px;
    	font-size: 28px;
	letter-spacing: 3px;
	padding-top: 30px;
	text-align: center;
	color:#333;
	background:url(../img/common/check.svg) no-repeat center top;	
}
.page .section02 span,
.page .section03 span{
	margin-bottom: 50px;
    	font-size: 14px;
	line-height: 16px;
	letter-spacing: 1px;
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.page.business .section02 .respons-6,
.page.business .section03 .respons-6{
	margin-bottom: 20px;
}

.page.business .section02 .respons-6 h3{
	margin-top: 10px;
    	font-size: 16px;
	line-height: 18px;
	letter-spacing: 1px;
	text-align: center;

}





.page.business .section03 .six-block{
	margin-top: 30px;
}
.page.business .section03 .six-block h4{
	letter-spacing: 1px;
	font-size: 18px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	color: #fff;
	padding: 20px 10px 20px 10px;
	border: 1px solid #8dc556;
	border-radius: 1px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	background-color:#8dc556;
}

.page.business .section03 .six-block ul{

}
.page.business .section03 .six-block ul li{
	padding-top: 20px;
	padding-bottom: 20px;
	letter-spacing: 3px;
	font-size: 15px;
	padding-left: 25px;
	background:url(../img/page/check_green.svg) no-repeat left;	
	border-bottom: 1px dotted #b5b5b6;

}

.page.business .section03 .six-block .table{
	margin-top: 50px;
}

.page.business .section03 .six-block .table > tbody > tr > th{
	background:#f8fbed;	
}


.table > tbody > tr > th{
	width: 15%;
	padding: 40px;
	white-space: nowrap;
	background:#f4f4f4;	
	vertical-align:middle;
    	font-size: 16px;
	font-weight: normal;
}

.table > tbody > tr > td{
	width: 85%;
	padding: 40px;
    	font-size: 16px;
	line-height: 24px;
}



.ggmap {
margin-top: 10px;
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%;
}





@media screen and (max-width: 991px) {
main.business,
main.company{
	height: 190px;
	background-size:1000px;
}
main.business h2,
main.company h2{
    	font-size: 30px;
	line-height: 32px;
	letter-spacing: 8px;
	padding-top: 65px;
}
main.business span,
main.company span{
	letter-spacing: 1px;
}

.page .section01 h2{
	margin-top: 40px;
	margin-bottom: 50px;
    	font-size: 28px;
	line-height: 40px;
	letter-spacing: 1px;
	padding-bottom: 80px;
}
.page .section01 h3,
.page .section03 h3{
    	font-size: 18px;
	line-height: 22px;
}
.page .section01 p{
    	font-size: 14px;
	line-height: 25px;
}
.page .section01 .respons-6 img{
	margin-bottom: 20px;
}
.page .section01 .margin-top50{
	margin-top: 30px;	
}
.page .section01 .respons-3 .inner{
	margin-bottom: 10px;
}

.page .section02 h2,
.page .section03 h2{
	margin-top: 50px;
    	font-size: 18px;
	letter-spacing: 1px;
}
.page .section02 span,
.page .section03 span{
	margin-bottom: 30px;
}

.page.business .section02 .respons-6,
.page.business .section03 .respons-6{
	margin-bottom: 20px;
}

.page.business .section03 .six-block{
	margin-top: 0px;
}
.page.business .section03 .six-block ul li{
    	font-size: 14px;
	letter-spacing: 1px;
	padding-top: 10px;
	padding-bottom:10px;

}


}



@media all and (max-width: 745px) {
.table > tbody > tr > th,
.table > tbody > tr > td{
	width: 100%;
	padding:20px;
	display: block;
}
}



@media screen and (max-width: 600px) {
main.business,
main.company{
	margin-top: -60px;

}
main.business h2,
main.company h2{
	padding-top: 65px;
}

.page .section01 h2{
	margin-top: 20px;
	margin-bottom: 40px;
    	font-size: 17px;
	line-height: 24px;
	letter-spacing: 0px;
	padding-bottom: 80px;
}



}


@media screen and (max-width: 500px) {
main.business,
main.company{
	margin-top: -30px;
	background-size:900px;

}
main.business h2,
main.company h2{
	padding-top: 60px;
}
}



































