@charset "utf-8";
body {
	color: #584d44;
	font-size: 18px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: center;
	background-color: #fbf6f1;
	background-image: url(images/bg_left.png),url(images/bg_right.png);
	background-repeat: no-repeat,no-repeat;
	background-position:0 120px ,100% 120px;
}

.top_back{
    position:fixed;
    bottom: -5px;
    right:30px;
    z-index: 10000;
}

.inner{
	margin: auto;
	width: 1000px;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.logo{
    float: left;
    margin-top: 20px;}

header ul{
	float: right;
}

header{background-color:#fff;}
/* メニュー */



.main_menu li {
	float: left;
}


.main_menu li a {
	text-decoration: none;
	color:#584d44;
    width: 130px;
    height: 120px;
	text-align: center;
	box-sizing: border-box;
	font-weight: bold;
	padding: 53px 10px;
	font-size: 15px;
	border-left: 1px dashed #584d44;
	font-family: "M PLUS 1p";
	display:block;}


.main_menu li a:hover {
	background-color:#42b369;
    color: #fff;}


h1 {
    font-family: "M PLUS 1p"; 
	font-size: 24px;
	font-weight: bold;
    margin: 120px 0;}


.back_color{
	background-color: #FFF;
	padding:1px 50px 70px 50px;
	border-radius:10px;
	margin:20px 0;
	text-align: left;
}

footer{
	padding:1px 0 60px 0;
	background-color: #BCE772;
}

.address{
	float: left;
	color:#584d44;
	font-size:14px;
	margin-right:100px;
}
.sub_menu{
	float: left;
	text-align: left;
}

.sub_menu li {
	margin:0 50px 10px 0;
	color: #FFF;
}



.sub_menu ul{
	float:left;
}

.sub_menu li a{
	font-size:16px;
	text-decoration:none;
	color: #584d44;
}

.sub_menu li a:hover,.service_sub li a:hover,.sns_btn li a:hover{
	opacity:0.6;
}
.service_sub li{
	text-align:left;
	margin-bottom:5px;
	margin-left:10px;
}

.service_sub li a{
	font-size: 10px;
}
.sns_btn li {
	float: left;
	margin:0 50px;
}
.wrap820 {
	margin: auto;
	width: 820px;
}


.sns_btn{
	margin:0 auto 70px auto;
	width:480px;}
.copy {
	font-size: 9px;
	margin-top:5px;
}
.fotter_bg {
	margin-top:200px;
	background-image: url(images/fotter.png);
	background-position: center bottom;
	background-repeat: repeat-x;
	padding-bottom: 400px;
}
.menu_moba{
	display:none;
}
@media screen and (max-width:640px) {
	.menu_moba{
	display:inline;
	position:fixed;
	top:10px;
	right:10px;
	z-index:10000;

}

	
	body {
	background-image: none;
}

.top_back{
	display:none;
}

.inner{
	margin: auto;
	width: auto;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
header{background-color:#fbf6f1;}
.logo{
    float: none;
	padding-top:20px;
	margin:0;}



header ul{
	float: none;
}

.main_menu{
	display:none;
	position:fixed;
	top:0;
	z-index:9999;
	width:100%;
		background-color:#fff;
}

.main_menu li {
	float: none;
}


.main_menu li a {
	border-bottom:dashed 1px #F9C;
	height: auto;
	display:block;
	width:100%;
	text-align:center;
	padding: 30px 0;
	border-left: none;
	font-family: "M PLUS 1p";
	}


.main_menu li a:hover {
	background-color:rgb(255,255,255,1);}

h1 {
    font-family: "M PLUS 1p"; 
	font-size: 24px;
	font-weight: bold;
    margin: 120px 0;}


.back_color{
	background-color: #FFF;
	padding:1px 20px 70px 20px;
	border-radius:10px;
	margin:20px 0;
	text-align: left;
	box-sizing:border-box;
}

footer{
	padding:1px 0 60px 0;
	background-color: #BCE772;
}

.address{
	float: none;
	color:#584d44;
	font-size:14px;
	margin-right:0;
}

.sub_menu{
	display:none;
}


.sns_btn li {
	float: left;
	margin:20px 0;
	padding:0 10px;
}

.wrap820 {
	margin: auto;
	width: auto;
}

.sns_btn{
	margin:0 auto 70px auto;
	width:240px;}
.copy {
	font-size: 9px;
	margin-top:5px;
}
.fotter_bg {
	margin-top:0;
   background-image: url(images/fotter2.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    padding-bottom: 400px;
	background-size:contain;
}

}