@charset "UTF-8";
/* 共通 Document */
html {
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}
* {
	padding: 0;
	margin: 0;
	color: #6a8956;
}
li {
	list-style-type: none;
}
img {
	width:100%;
}
a {
	text-decoration: none;
}
body {
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	letter-spacing: 0.1em;
	max-width: 1920px;
	margin: 0;
	padding: 0;
	z-index: 100;
	background-color: #F4FCED;
}
p {
	line-height: 1.7em;
}
section, navi, footer,footer img {
	display: block;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
/* topへ戻るボタン */
#p_top {
	width: 50px;
	height: 50px;
	position: fixed;
	right: 0;
	bottom: 0;
	background: #ef9c2e;
	opacity: 0.8;
	z-index: 100;
	border-radius: 0.2em;/*角の丸み*/
}
#p_top a {
	position: relative;
	display: block;
	width: 50px;
	height: 50px;
	text-decoration: none;
}
#p_top a::before {
	font-family: FontAwesome;
	content: '\f102';
	font-size: 25px;
	color: #fff;
	position: absolute;
	width: 25px;
	height: 25px;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
}
.space_title {
	position: relative;
	display: inline-block;
}
.space_title:before {
	content: "";
	position: absolute;
	background: #eead53;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	top:50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	z-index: -1;
	opacity: 0.5;
}
/* fotter */
footer img {
	margin: 0 auto;
	margin-bottom: 1em;
	width: 30%;
}
footer dl {
	margin: 2em 0;
	text-align: center;
}
.mgr_1 {
	margin-right: 1em;
}
.color_or {
	color: #ef9c2e;
	font-weight: bold;
}
.co {
	margin :1em 0;
	font-size:0.6rem;
	text-align: center;
}
/* PC Document *//* PC Document *//* PC Document *//* PC Document */
@media screen and (min-width:751px){
    /* 画面サイズが751pxからはここを読み込む */
/* グローバルナビゲーション */
.navbox_s {
	display: none;
}
.nav_service li.last {
	display: inline-block;
	}
.nav_service li+ li {
	border-left: 1px solid #6a8956;
}
.nav_service li {
	height: 0.5em;
	width: 10%; 
	font-weight: bold;
	font-size: 1.3em;
}
.nav_ul {
	display: block;
	margin: 0 auto;
	width: 100%;		
}
.nav_service {
	display: block;
	margin: 0 auto;
	width: 80%;
	font-size: 0.7em;
}
.li_top, .li_service, .li_introduction, .li_example, .li_contact {
	width:15.5%;
	}
.li_logo {
	width: 22.5%; 
	height: 3em;
}
.box_logo_pc {
	padding-left: 20%;
}
.space_topp {
	padding-left: 30%;
}
.space_service {
	padding-right: 5%;
}	
.space_introduction {
	padding-left: 10%;
}
.space_contact {
	padding-right: 30%;
}
.navbox_wrapper_up li, .navbox_wrapper li {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}	
.navbox_pc ul li a {
	display: block;	
	display: flex;
	justify-content: center;
	align-items: center;
	transition: color 0.3s;
}
.navbox_pc ul li a:hover {
	color: #ef9c2e;
}
.navbox_wrapper_up, .navbox_wrapper {
	display: block;	
	display: flex;
	justify-content:space-between;
	width: 100%;
}
.navbox_wrapper_up {
	margin: 1em 0 0em;
}
.navbox_wrapper {
	margin: 2em 0 1em;
}
/* fotter */
.address_wrapper {
	margin-bottom: 1em;
}
.cop {
	color: #6a8956;
}
footer {
	margin-top: 2em;
	text-align: center;
}
footer img {
	width: 15%;
}
}
/*スマホ*//*スマホ*//*スマホ*//*スマホ*//*スマホ*//*スマホ*//*スマホ*/
@media screen and (max-width:750px){
    /*画面サイズが750pxまではここを読み込む*/
/* グローバルナビゲーション */
.title_margin {
	margin-top: 0em;
}
#nav-open {
	display:none;
}
.navbox_pc {
	display: none;
}	
/* スマホハンバーガーメニュー */
.navbox_s {
	width: 85%;
	margin: auto;
	padding:0.5em 0; 
}
#nav_wrapper_s {
	display: flex;
	justify-content: center;
	align-items: center;
}
.box_logo_s {
	margin:0 auto;
	width: 45%;
}
.box_logo {
	margin:0 auto;
	width: 70%;
	padding-right: 0.5em;
	}
/*チェックボックス等は非表示に*/
.nav-unshown {
	display:none;
}
/*アイコンのスペース*/
#nav-open {
	display: inline-block;
	height: 40px;
	vertical-align: middle;
	padding:0.5em 0;
}
/*ハンバーガーアイコンをCSSで表現*/
#nav-open span, #nav-open span:before, #nav-open span:after {
	position: absolute;
	height: 3px;/*線の太さ*/
	width: 35px;/*長さ*/
	border-radius: 3px;
	background: #6a8956;
	display: block;
	content: '';
	cursor: pointer;
}
#nav-open span:before {
	bottom: -10px;
}
#nav-open span:after {
	bottom: -20px;
}
/*閉じる用の薄黒カバー*/
#nav-close {
	display: none;/*はじめは隠しておく*/
	position: fixed;
	z-index: 99;
	top: 0;/*全体に広がるように*/
	left: 0;
	width: 100%;
	height: 100%;
	background: black;
	opacity: 0;
	transition: 0.3s ease-in-out;
}
/*中身*/
#nav-content {
	overflow: auto;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;/*最前面に*/
	width: 90%;/*右側に隙間を作る（閉じるカバーを表示）*/
	max-width: 330px;/*最大幅*/
	height: 100%;
	background: #ebefe8;/*背景色*/
	transition: .3s ease-in-out;/*滑らかに表示*/
	-webkit-transform: translateX(-105%);
	transform: translateX(-105%);/*左に隠しておく*/
	font-size: 1.3em;
}	
.navbox_s ul li a {
	height: 100%;	
	display: block;	
	display: flex;
	align-items: center;
	transition: color 0.3s;
	padding:3% 10%;
}
.navbox_s ul li a:hover {
	color: #ef9c2e;
}
.box_nav img {
	width:1em;
	text-align: center;
	margin-right: 0.5em;
}
/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
	display: block;/*カバーを表示*/
	opacity: 0.5;
}
#nav-input:checked ~ #nav-content {
	-webkit-transform: translateX(0%);
	transform: translateX(0%);/*中身を表示（右へスライド）*/
	box-shadow: 6px 0 25px rgba(0,0,0,0.15);
}
}
@media screen and (min-width:1024px) {
    /*　画面サイズが1024pxからはここを読み込む　*/
body{
	width: 1024px; 
	margin: 0 auto;
}
footer {
	min-width: 100%;
	min-height: 100%;
	width: auto; 
}
}