/* フォント変更 */
body {
font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN','Arial',sans-serif;
	letter-spacing:0.05em;
}

nav ul li {
	font-family :
		'Yu Gothic';
	}

.header-text h2 {
font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN','Arial',sans-serif;
}
.header-text a{
	letter-spacing:0.15em;
}
/*
#inner-content {
	background-color: rgba(20,155,20,0.65);
	box-shadow: 0 0 1px #333;
}
*/
#inner-content {
background-color:rgb(255,255,255);
	box-shadow: 0 0 1px #333;
}

#custom_header .btn-wrap a{
	box-shadow: 0 0 5px #330000;
}
.top_list li{
	float:left;
	padding:0.1em;
	margin:0 auto;
	width:20%;
}
.entry-content ul li:before{
	width:0;
	height:0;
}
#custom_header {
padding:2% 0% 14% 0%;
	margin-bottom: 0em;
}

.entry-content h2 {
	background:#288229;
}
.home #content {
    margin-top: 0em;
}
.page-full.wide #main {
    width: 100%;
    margin-top: -10px;
}
#logo .tel a{
	color:#000;
}
#logo img {
    width: 290px;
}


/* 電話番号 */
#logo {
    float: left!important;
    display: block;
    margin: 5px 0 5px 0;
}
#pc_tel{
    float:right!important;
    display: block;
margin: 5px 0px -5px 0;
width: 300px;
}
#pc_tel img {
     width:280px;
}
#sp_tel{
    display: none;
}
#g_nav {
	margin: 0 10px 0 0;
}
 
@media (max-width: 767px) { 
#logo {
    float:left!important;
    display: block;
    margin: .2em 0 .2em 60px;
    width:60%!important;
}
#pc_tel{
    display:none!important;
}
#sp_tel{
    float:right;
    display: block;
    margin: 8px 10px .2em 0;
}
#sp_tel img {
     width:40px;
}
}
.equip_img {
	width:100%;
}
.equip_img ul li{
	width:50%;
	float:left;
	padding:0;
	margin:0px;
	height:250px;
}
@media (max-width: 767px) { 
.equip_img ul li{
	width:50%;
	float:left;
	padding:0;
	margin:0px;
	height:100px;
}
}
.equip_img img{
	width:100%;
	height:100%;
}
/* よくある質問 */
.qa div {
	padding:.5em;
}
.su-spoiler{
	border-bottom:1px solid #999;	
}
.su-spoiler-title {
	font-size:0.9em !important;
}

/* BOX */
.c_box.yellow_box {
	background:#FFF !important;
	border-color:#efcf00;
}
.c_box.yellow_box .box_title span{
	background:#efcf00;
	color:#FFF;
}