@charset "UTF-8";

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td{
padding:0;
margin:0;
}

img{
border:0;
line-height:0;
}
ol,ul{
list-style:none;
}

body{
font:13px/1.5 "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
color:#333;
}


a:link,a:visited{color:#63a029;text-decoration:none;}
a:hover{color:#4a771f;}
a:active, a:focus {outline:0;}
img{border:0;}
a:hover img {
opacity: 0.6;			/*リンク画像 マウスオーバー時の透明度 IE以外のモダンブラウザ用*/
filter: alpha(opacity=60);	/*リンク画像 マウスオーバー時の透明度 IE用*/
}

/* margin
----------------------------------------------------------*/
/* Top */
.MG-T0 { margin-top: 0 !important; }
.MG-T5 { margin-bottom: 5px !important; 
         border-bottom:1px dotted #dcdcdc;
}
.MG-T10 { margin-top: 10px !important; }
.MG-T15 { margin-top: 15px !important; }
.MG-T20 { margin-top: 20px !important; }
.MG-T25 { margin-top: 25px !important; }
.MG-T30 { margin-top: 30px !important; }
/* Bottom */
.MG-B0 { margin-bottom: 0 !important; }
.MG-B5 { margin-bottom: 5px !important; }
.MG-B10 { margin-bottom: 15px !important; }
.MG-B15 { margin-bottom: 15px !important; }
.MG-B20 { margin-bottom: 20px !important; }
.MG-B25 { margin-bottom: 25px !important; }
.MG-B30 { margin-bottom: 30px !important; }
.MG-B50 { margin-bottom: 50px !important; }
.MG-B60 { margin-bottom: 60px !important; }
.MG-B70 { margin-bottom: 70px !important; }
.MG-B80 { margin-bottom: 80px !important; }

/* padding
----------------------------------------------------------*/
/* Left */
.PD-L5 { padding-left: 5px !important; }
.PD-L10 { padding-left: 10px !important; }
.PD-L15 { padding-left: 15px !important; }
.PD-L20 { padding-left: 20px !important; }
.PD-L25 { padding-left: 25px !important; }
.PD-L30 { padding-left: 30px !important; }
/* Right */
.PD-R5 { padding-right: 5px !important; }
.PD-R10 { padding-right: 10px !important; }
.PD-R15 { padding-right: 15px !important; }
.PD-R20 { padding-right: 20px !important; }
.PD-R25 { padding-right: 25px !important; }
.PD-R30 { padding-right: 30px !important; }

/* フォントサイズ・カラー
----------------------------------------------------------*/
.TXT-S { font-size:12px;}
.TXT-M { font-size:14px;}
.TXT-L { font-size:16px;}

.TXT-RED { color:#cc0000;
         font-size: 14px;
}
.TXT-ORG { color:#f7931e;}

.TXT-GREE { color:#63a029;
         font-size: 14px;}

.ttl-red {color:#cc0000;font-weight: bold; font-size: 1.2em;margin-top: 8px;}


/* -----------------------------------------------------------



/*******************************
レイアウト
*******************************/
#header, #mainNav, #wrapper,#footer ul{
margin:0 auto;
width:960px;
clear:both;
}

#sidebar{
float:left;
width:233px;
padding:0px 0 50px;
}

#main{
float:right;
width:687px;
padding:0px 0 50px;
}


/*******************************
/* ヘッダー
*******************************/
#headerWrap_top{
height:500px;
background:#fff url(images/wall.png) repeat-x 0 0;
}

#headerWrap{
height:300px;
background:#fff url(images/wall2.png) repeat-x 0 0;
}

#header{
position:relative;
height:147px;
}

#header h1,#header h2,#header p{
position:absolute;
top:31px;
font-size:11px;
font-weight:normal;
line-height:22px;
}

/* スローガン */
#header h1{
top:2px;
left:0;
color:#555;
}

/* ロゴ */
#header h2{
left:0;
}

/* 住所 */
#header p{
right:0;
}


/************************************
/* メインナビゲーション
************************************/
ul#mainNav{
position:absolute;
top:102px;
height:45px;
background:url(images/mainNavBg.png) no-repeat 0 0;
}

ul#mainNav li{
text-align: center;
float:left;
}

ul#mainNav a{
display: block;
width: 137px;
height: 32px;
padding-top:13px;
background:url(images/mainNav1.png) no-repeat 0 0;
font-size:15px;
}

ul#mainNav li.current_page_item a,ul#mainNav li.current-menu-item a,ul#mainNav li a:hover{background-position:0 -45px;}

ul#mainNav li.menu-item-2 a{background-image:url(images/mainNav2.png);}
ul#mainNav li.menu-item-3 a{background-image:url(images/mainNav3.png);}
ul#mainNav li.menu-item-4 a{background-image:url(images/mainNav4.png);}
ul#mainNav li.menu-item-5 a{background-image:url(images/mainNav5.png);}	



/*******************************
/* メイン
*******************************/
#mainImg{margin-top:-352px;}

#mainImg2{margin-top:-152px;}

h3.heading{
clear:both;
padding-left:15px;
padding-top:12px;
line-height:32px;
font-size:16px;
color:#63a029;
background:url(images/headingBg.png) no-repeat 0 0;
}

h3.heading span{
font-size:10px;
color:#63a029;
padding-left:10px;
line-height:33px;
}

.article{
border:0;
margin:0 0 20px 0;
padding: 0 10px 0 10px;
background:none;
border:1px solid #dcdcdc;
}

.article_cell{
clear:both;
padding:20px 0 15px;
border-bottom:1px dashed #dcdcdc;
}
.article_cell::after{
	clear: both;display: block;content: '';
}

.main{
padding:20px 10px 20px 10px;
margin:0 0 20px 0;
border:0;
background:none;
border:1px solid #dcdcdc;
}

.last{border-bottom:none;}

.main h4{
margin:0 0 10px 10px;
font-size:16px;
font-weight:normal;
color:#cc0000;
}

.article h4{
margin:0 0 10px 200px;
font-size:16px;
color:#63a029;
border:2px solid #63a029;
padding-left:10px;
padding-top:2px;
}

.alignleft{
float:left;
padding:0 15px 15px 10px;
}

.alignright{
float:right;
padding: 0 10px 15px 15px;
}

.aligncenter{
padding: 20px 0 20px 0;
text-align: center;
}

.main p{
padding:0 10px 0 10px;
}

.article p{
padding:0 10px 0 10px;
}

.picture{
width:193px;
float:left;
text-align:center;
background-color:#ffffff;
border-top:1px solid #eaeaea;
border-right:1px solid #ddd;
border-bottom:1px solid #ccc;
border-left:1px solid #eaeaea;
padding:5px 0 5px 0;
margin:5px 0 0 5px;
}

.picture:hover{
background-color:#f7f7f7;
}


table {
	width: 667px;
	border-collapse: collapse;
}
th.t_top {
    border-top: #63a029 4px solid;
}
th {
	border-bottom: #e3e3e3 1px solid;
	border-left: #e3e3e3 1px solid;
	text-align: left;
	background: #f7f7f7;
	padding: 10px;
	font-weight: normal;
        width:350px;
}

th.access {
	border-bottom: #e3e3e3 1px solid;
	border-left: #e3e3e3 1px solid;
	text-align: left;
	background: #f7f7f7;
	padding: 10px;
	font-weight: normal;
        width:80px;
}

th.access_top {
	border-bottom: #e3e3e3 1px solid;
	border-left: #e3e3e3 1px solid;
	text-align: left;
	background: #f7f7f7;
	padding: 10px;
	font-weight: normal;
        width:80px;
        border-top: #63a029 4px solid;
}

td.t_top {
	border-top: #b3b3b3 4px solid;
}
td {
	border-bottom: #e3e3e3 1px solid;
	border-right: #e3e3e3 1px solid;
	text-align: left;
	padding: 10px;
}

/*******************************
/* サイトバー
*******************************/
#sidebar h3{
clear:both;
padding-left:15px;
line-height:34px;
font-size:14px;
font-weight:normal;
color:#333;
background:url(images/side_headingBg.png) no-repeat 0 0;
}

#info{
overflow:hidden;
padding:5px;
border:1px solid #dcdcdc;
margin-bottom:20px;
}

ul.info li{
line-height:0;
padding:10px 0;
margin-right:15px;
border-bottom:1px dashed #dcdcdc;
}

ul.info a:link,ul.info a:visited{
display: block;
padding-left:12px;
line-height:normal;
text-decoration:none;
color:#313131;
background:url(images/linkArrow.gif) no-repeat 0 50%;
}

ul.info a:hover, ul.info li.current_page_item a, ul.info li.current-menu-item a{color:#63a029;}

ul.info li.last{border-bottom:none;}

#sidebar p{margin-bottom:20px;}

/*******************************
/* フッター
*******************************/
#footer{
clear:both;
background-color:#669900;
}

#footer ul{
padding:25px 0;
text-align:center;
}

#footer li{
display: inline;
padding: 5px 16px;
border-left:1px dotted #ccc;
}

#footer li a{
text-decoration:none;
color:#fff;
}

#footer li a:hover{color:#ffff00;}

p#copy{
padding:10px 0 37px;
text-align:center;
color:#fff;
font-size:12px;
}

.voice {
background-color:#669900;
border-radius:5px;
position:relative;
width:485px;
margin-right: 95px;
margin-left: 95px;
color:#ffffff;
}

.voice:after {
border:10px solid transparent;
border-left-color:#669900;
border-right-width:0;
right:-10px;
content:"";
display:block;
top:15px;
position:absolute;
width:0px;
}

p.waku{
padding-top : 15px;
padding-left : 20px;
padding-right : 20px;
padding-bottom : 15px;
}

.voice2 {
background-color:#f0f0f0;
border-radius:5px;
position:relative;
width:485px;
margin-left: 95px;
margin-top: 20px;
margin-bottom: 40px;
}

.voice2:after {
border:10px solid transparent;
border-right-color:#f0f0f0;
border-left-width:0;
left:-10px;
content:"";
display:block;
top:15px;
position:absolute;
width:0;
}

.alignright2 {
float: right;
}
.alignleft2 {
float: left;
}

.alignleft3 {
float: left;
margin-top : -5px;
margin-right: 10px;
}

/* page-top */
#page-top{
position: fixed;
right: 20px;
font-size: 77%;
bottom: 20px;
}
#page-top a{
background: #669900;
text-decoration: none;
color: #fff;
width: 100px;
padding: 30px 0;
text-align: center;
display: block;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
background:url(images/side_bg.gif) repeat;
}
#page-top a:hover{
text-decoration: none;
background: #999;
}

/* PC↑ */
@media (min-width: 992px) {
  #menu-btn-check {display: none;}
  .mb-fixed {display: none;}
}
/* tablet↓ */
@media (max-width: 991.98px) {
.menu-btn {
  position: fixed;
  top: 10px;
  right: 10px;
  display: flex;
  height: 50px;
  width: 50px;
  justify-content: center;
  align-items: center;
  z-index: 90;
  background-color: #63a029;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
  content: '';
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background-color: #ffffff;
  position: absolute;
}
.menu-btn span:before {bottom: 8px;}
.menu-btn span:after {top: 8px;}
#menu-btn-check:checked ~ .menu-btn span {background-color: rgba(255, 255, 255, 0);}
#menu-btn-check:checked ~ .menu-btn span::before {
  bottom: 0;
  transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
  top: 0;
  transform: rotate(-45deg);
}
#menu-btn-check {display: none;}
.header-menu {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 80;
  background-color: #63a029;
}
.header-menu ul {padding: 70px 10px 0;}
.header-menu ul li {
  border-bottom: solid 1px #ffffff;
  list-style: none;
	float: none !important;
}
.header-menu ul li a {
  display: block !important;
  width: 100% !important;
  font-size: 15px !important;
	background: none !important;
	height: auto !important;
  box-sizing: border-box;
  color:#ffffff;
  text-decoration: none;
  padding: 15px 15px 15px 10px !important;
  position: relative;
}
.header-menu ul li a::before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  transform: rotate(45deg);
  position: absolute;
  right: 18px;
  top: 24px;
}
.header-menu {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 100%;
  z-index: 80;
  background-color: #63a029;
  transition: all 0.5s;
}
#menu-btn-check:checked ~ .header-menu {left: 0;}
	ul#mainNav {position: relative;top:auto;background: none;height: auto;}
}

.ope .box-price {padding-top: 10px;float: left;}
/* tablet↓ */
@media (max-width: 991.98px) {
	img {max-width: 100%;height: auto;}
	#page-top a {display: none;}
	table,iframe {max-width: 100%;width: 100%;}
	#headerWrap_top {width: 100%;}
	#header p {display: none;}
	#header, #mainNav, #wrapper, #footer ul {width: 100%;}
	#header {height: auto;}
	#header h1, #header h2, #header p {position: relative;height: auto;left:auto;top:auto;}
	#main,#sidebar {width: 100%;float:none;padding: 20px 3%;box-sizing: border-box;}
	#headerWrap_top {height: auto;}
	#headerWrap {height: auto;}
	#mainImg {margin-top: 0;}
	#mainImg2 {margin-top: 0;}
	#sidebar h3 {background: url(images/headingBg.png) no-repeat 0 0;padding-top: 10px;}
	#sidebar > p {float: left;max-width: 50%;box-sizing: border-box;margin-bottom: 0;}
	#sidebar > p img {height: auto;padding: 5px;box-sizing: border-box}
	#sidebar > p img[src$="time.gif"],
	#sidebar > p img[src$="side3.jpg"],
	#sidebar > p img[src$="mail.png"]{display: none;}
	#footer ul {display: none;}
	img.alignright {max-width: 40%;}
	img.alignleft {max-width: 40%;}
	.article.flow img.alignright {float: none;max-width: 100%;}
	.article.flow .MG-B60 {display: none;}
	.voice,.voice2 {width: auto;}
	.voice {margin-bottom: 10px;margin-left: 0;}
	p.waku {width: auto;}
	p.waku img{height: 15px;width: auto;margin-top: 1px;margin-right: 5px;}
	.article.ope .alignleft {float: none;margin: 0 auto;display: block;padding-bottom: 0;order: 3;margin-top: 20px;}
	.article.ope h4 {margin-left: 0;text-align: center;}
	.article.ope .box-left {text-align: center;display: flex;flex-direction: column-reverse}
	.article.ope .MG-B80,.article.ope .MG-B60 {margin-bottom: 0 !important;}
	.article.ope .article_cell {
		display: flex;
		flex-direction: column
	}
	.ope .box-price {margin: 0 10px;}
  p#copy{padding-bottom: 60px;}
  .mb-fixed {position: fixed;bottom: 0;right: 0;left: 0;background-color: #aaa;display: flex;}
  .mb-fixed img {height: 40px;}
  .mb-fixed a {width: 100%;text-align: center;padding: 10px 0;}
  .mb-fixed .btn-tel {background-color: #63a029;}
  .mb-fixed .btn-mail {background-color: #3b7650;}
}


/* mobile */
@media (max-width: 575.8px) {
	#header h1 {display: none;}
	#header h2 {margin-right: 65px;height: 68px;display: flex;justify-content: center;align-items: center;flex-direction : column;}
	#header h2 img {height: auto;vertical-align: middle;}
	h3.heading.wide { background: #f1f1f1;border-left: 1px solid #ccc;border-top: 1px solid #ccc;border-right: 1px solid #ccc;}
}