body{
	color:#272322;
	line-height:1.7;
}
.submenu_ul{
position:absolute;
top:45px!important;
left:0;
z-index:2;
}
.submenu_ul li{
width:100%!important;
max-width:767px;
float:none;
display:block;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
margin:0px!important;
border-bottom:1px solid #ccc;
background:#333;
}
.submenu_ul li a{
color:#fff;
border-bottom:0px!important;
margin:0px!important;
}
.under .mainimage{
display:none;
}
.mainimage {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0px;
    height: 0;
    overflow: hidden;
}
 
.mainimage iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

a,
a:visited,
a:hover{
	color:#272322;
}
img {
	max-width:100%;
}
.wrap{
	width:100%;
	box-sizing:border:box;
}
.wrap .inner{
	max-width:1000px;
	margin:0 auto;
}

a img {
	-webkit-transition: 200ms;
	transition: 200ms;
}

/**/
#header .container,
#nav ul,
#content .container,
#footer .container,
.totop .container {
	max-width:1000px;
	margin-left:auto;
	margin-right:auto;
}

/* header */
#header {
	height:auto;
	border-top:5px solid #4a9f11;
	font-family:serif;
}
#header h1 {
	float:left;
	margin-top:2.5%;
}
#header .info {
	float:right;
	width:65%;
	margin-top:2.2%;
	margin-bottom:2.5%;
	text-align:right;
}
.header_tel {
	text-align:right;
	display:inline-block;
	vertical-align: super;
}
.header_tel span.telnumber {
	display:inline-block;
	font-size:22px;
	font-weight:bold;
	line-height:1;
	vertical-align:sub
}
.header_tel span.address {
	display:inline-block;
	font-size:11px;
	line-height:1;
}
.header_tel img {
	vertical-align:top;
	margin-right:7px;
}
.header_inq {
	display:inline-block;
	margin-left:2%;
}

/* nav */
#nav {
	width:100%;
	float:none;
}
@media only screen and (min-width: 768px) {
#nav {
	height:50px;
	border-bottom:1px solid #FFF;
}
#nav .container,#nav .nav_container {
	position:relative;
	height:50px;
	box-sizing:border-box;
	border-top:1px solid #e6e6e6;
	background: #f8f8f8;
	background: -webkit-linear-gradient(
	top,
	#f8f8f8 0%,
	#eaeaea 90%,
	#fff 92%,
	#fff 93%,
	#c4c7bf 94%,
	#c4c7bf 100%
	);
	background: linear-gradient(
	to bottom,
	#f8f8f8 0%,
	#eaeaea 90%,
	#fff 92%,
	#fff 93%,
	#c4c7bf 94%,
	#c4c7bf 100%
	);
}
#nav .container::before,,#nav .nav_container::before {
	position:absolute;
	content:"";
	width:100%;
	display:block;
	left:0;
}
#nav .container::before,,#nav .nav_container:before {
	height:2px;
	bottom:3px;
	background:#b5b9ae;
}
#nav li {
	float:left;
	list-style:none;
	width:14.28%;
	height:50px;
	position:relative;
	border-right:1px solid #e6e6e6;
	box-sizing:border-box;
}
#nav li.nav01 {
	border-left:1px solid #e6e6e6;
}
#nav li a {
	display:block;
	height:45px;
	line-height:45px;
	text-align:center;
	text-decoration:none;
	font-weight:normal;
	font-size:15px;
	border-bottom:3px solid #c4c7bf;
	-webkit-transition: 200ms;
	transition: 200ms;
}
#nav li span {
	display:block;
	box-sizing:border-box;
	height:46px;
	border-bottom:1px solid #b5b9ae;
	-webkit-transition: 200ms;
	transition: 200ms;
}
#nav li a:hover {
	border-bottom:3px solid #67b712;
	background:#83c617;
	color:#fff;
}
#nav li a:hover span {
	border-bottom:1px solid #61ac11;
}
}

/* content */

#content {
	margin-bottom:40px;
	min-height:500px;
}
.top #content {
	margin-bottom:0;
}

.wrap p {
	margin-bottom:1.2em;
}
/* main */
#main {
	float:left;
	width:720px;
}
/* aside */
#aside {
	float:right;
	width:260px;
}
#aside .bnr {
	margin-bottom:20px;
}
#aside .bnr img {
	display:block;
}
#aside .access {
	background:#f5f5f5;
	border-radius:5px;
	padding:20px;
	font-size:13px;
	margin-top:20px;
}
#aside .access h4{
	text-align:center;
	margin-bottom:10px;
}
.access_title {
	color:#4a9f11;
}


/* メインイメージ */
.slick-slider{
	padding-bottom:0px;
	margin-bottom:0px;
}
.carousel {
	padding-bottom:0px;
	margin-bottom:0px;
	width:100%;
	overflow:hidden;
}
.carousel > div {
	width:1000px;
	margin:0 auto;
}
.carousel .slick-list {
  overflow: visible;
}
.carousel .slick-slide {
  position: relative;
  outline: 0;
}
.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
	content:'';

    width: 10px;
    height: 10px;
	background:#f3f2ee;
	border-radius:50%;
}
.slick-dots li.slick-active button:before {
	background:#cee59a;
}
.carousel .slick-arrow {
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  z-index: 1;
  top: 50%;
  width: 37px;
  height: 37px;
  margin-top: 0px;
  padding: 0;
  border: none;
  outline: none;
  background-position: center center;
  background-repeat: no-repeat;
  color: transparent;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  opacity: 0.8;
}
.carousel .slick-arrow:hover {
  opacity: 0.5;
}
.carousel .slick-arrow.slick-prev {
  left: -19px;
  background-image: url(../images/arrow_prev.png);
}
.carousel .slick-arrow.slick-next {
  right: -19px;
  background-image: url(../images/arrow_next.png);
}

/* フッター */
.totop {
	text-align:right;
	line-height:1;
	height:37px;
}
.totop img {
	display:block;
	float:right;
}
.top .totop {
	padding-top:30px;
}
#footer {
	background:#888888;
	text-align:center;
}
#footer .container {
	padding:1.5em 0;
}
#footer ul {
	text-align:center;
	margin-bottom:10px;
}
#footer ul li {
	display:inline-block;
	list-style:none;
	color:#fff;
}
#footer ul li a,
#footer ul li a:visited {
	text-decoration:none;
	color:#fff;
}
#footer ul li a:hover {
	text-decoration:underline;
}
.copyright {
	width:100%;
	text-align:center;
	font-size:12px;
	line-height:1.8;
	padding:1.5em 0;
	color:#3e3b3a;
}

/* 画像 */

.wrap img {
	max-width:100%;
}

/* 見出し */

#main h3 {
	border-top:5px solid #dfdfdf;
	border-bottom:1px solid #dfdfdf;
	position:relative;
	font-weight:bold;
	font-size:18px;
	padding:10px 10px 7px ;
	box-sizing:border-box;
	margin-bottom:20px;
}
#main h3::after {
	position:absolute;
	content:"";
	top:-5px;
	left:0;
	background:#7ac215;
	width:30%;
	height:5px;
}
#main h3 .sub {
	color:#4a9f11;
	font-size:12px;
	font-weight:normal;
	padding-left:9px;
}
h4.title{
border-bottom:2px solid #7ac215;
padding:8px 8px 8px 30px;
font-weight:bold;
font-size:16px;
position:relative;
color:#333;
margin-bottom:20px;
margin-top:20px;
}
h4.title:before{
content:"";
border:5px solid #7ac215;
width:12px;
height:12px;
border-radius:100%;
position:absolute;
left:0px;
top:9px;
}
h5.title{
color:#7ac215;
font-weight:bold;
border-bottom:1px dotted #7ac215;
padding:8px 8px 8px 0px;
font-size:16px;
margin:20px 0px 20px 0px;
}
h5.title:before{
content:"≫";
}
/* TOP */

.top_block {
	margin-bottom:20px;
	font-size:15px;
}
.top_block p {
	margin-bottom:0.5em;
}
.top_block img {
	border-bottom:#7ac215 4px solid;
	margin-bottom:5px;
}
.top_block div.cont {
	display:block;
	text-decoration:none;
	box-sizing:border-box;
	padding:9px 9px 10px;
	margin-bottom:3%;
	border:1px solid #e6e6e6;
	border-radius:2px;
	-webkit-transition: 200ms;
	transition: 200ms;
}
.top_block01 div.cont{
	position:relative;
	margin:5px;
}
.top_block01 div.cont::before {
	position:absolute;
	content:"";
	display:block;
	bottom:18px;
	right:10px;
	width:10px;
	height:10px;
	background:#92ce19;
	background: -webkit-linear-gradient(
	top,
	#92ce19 0%,
	#67b912 100%
	);
	background: linear-gradient(
	to bottom,
	#92ce19 0%,
	#67b912 100%
	);
}
.top_block01 div.cont::after {
	position:absolute;
	content:"";
	display:block;
	width: 3px;
	height: 3px;
	bottom: 21px;
	right: 14px;
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.top_block div.cont:hover {
	color:#4a9f11;
	border-color:#b9d66e;
}

.top_block02 .btn {
	text-align:right;
	display:block;
	color:#4a9f11;
	-webkit-transition: 200ms;
	transition: 200ms;
	position:relative;
	padding-right:20px;
	text-decoration:none;
	font-size:12px;
}
.top_block02 .btn::before {
	position:absolute;
	content:"";
	display:block;
	top:50%;
	margin-top:-5px;
	right:0px;
	width:10px;
	height:10px;
	background:#92ce19;
	background: -webkit-linear-gradient(
	top,
	#92ce19 0%,
	#67b912 100%
	);
	background: linear-gradient(
	to bottom,
	#92ce19 0%,
	#67b912 100%
	);
}
.top_block02 .btn::after {
	position:absolute;
	content:"";
	display:block;
	width: 3px;
	height: 3px;
	top: 50%;
	margin-top:-2px;
	right: 4px;
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}


table.news {
	width: 100%;
	margin-bottom:40px;
}
table.news th,
table.news td {
	padding:15px 10px 14px ;
	border-bottom:1px dotted #e3ded9;
}
table.news th {
	width:20%;
	padding:15px 0 14px 20px;
	text-align:left;
}

/*-------------------
 Responsive 
-------------------*/

.sp { display:none;}

.map {
position: relative;
padding-bottom: 25%;
height: 0;
overflow: hidden;
}
.map iframe,
.map object,
.map embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


@media only screen and (min-width: 768px) {
/*
.top_block01 a {
	float:left;
	width:31.4%;
	margin-right:2.9%;
	
}
*/
/*
.top_block01 a:last-child {
	margin-right:0;
}
*/
.top_block02 .box {
	float:left;
	width:48.6%;
	margin-right:2.8%;
}
.top_block02 .box:nth-child(2n) {
	margin-right:0;
}

}

@media only screen and (max-width: 1038px) {
#header .container,
#nav ul,
#content .container,
#content .container,
#footer .container,
.totop .container,
#main {
    margin-left: 2%;
	margin-right:2%;
	float:none;
}
#nav li {
}
.map {
padding-bottom: 45%;
}
#main {
	width:auto;
	max-width:1000px;
}
#aside {
	margin:0 auto;
	float:none;
}

/**/

}
@media only screen and (max-width: 1000px) {
.carousel > div {
    width: 100%;
}
.carousel .slick-arrow.slick-next { right:5px;}
.carousel .slick-arrow.slick-prev { left:5px;}
}
@media only screen and (max-width: 767px) {
    #header .container{
    margin:0px!important;
    position: absolute;
    top: 30px;
    padding-top: 0px;
    left: 0px;
    width: 100%;
    }
.slick-slider{margin-bottom:0px!important;}
.sp { display:block;}
.pc { display:none;}

img {
	max-width:100%;
}

#header {
	height:90px;
	box-sizing:border-box;
}
#header h1 {
	position:absolute;
	margin-top:0;
	top:2%;
	left:10px;
	max-width:45%;
}
#header .info {
	position:absolute;
	top:2%;
	right:8%;
	margin-top:0;
	width:125px;
	max-width:24%;
	padding-top:0;
	float:right;
	box-sizing:border-box;
}
#header .info a {
	margin-right:6%;
	display:block;
	width:40%;
	float:left;
}
#header .info img {
	width:100%;
	display:block;
}

#nav {
	background:none;
     position: absolute;
    top: 0px;
}
#menu { display:none;}
#toggle {
display: block;
    position: absolute;
    top: 30px;
    right: 2%;
    max-width: 40px;
    width: 7.8%;
}
#header  #toggle a {
	width:100%;
	margin:0;
	float:none;
	position: relative;
}
#nav ul {
    background: rgba(255,255,255,.9);
    left: 0;
    margin: 0;
    top: 90px;
    width: 100%;
	position:absolute;
	z-index:9999;
}
#nav ul li {
	display:block;
	text-align:left;
	float:none;
	height:auto;
	width:100%;
	padding:0;
	box-sizing:border-box;
	border:none;
	border-bottom:1px solid #ccc;
	margin:0;
	position:relative;
}
#nav ul li.nav01 { border-left:none;}
#nav ul li a {
	display:block;
	padding:14px 10px;
	width:100%;
	float:none;
	box-sizing:border-box;
	text-align:left;
	height:auto;
	line-height:1.5;
}

#content {
	width:100%;
}

/* top */

.top #main {
	max-width:400px;
	margin-left:auto;
	margin-right:auto;
}
.top_block a {
	margin-bottom:20px;
}

table.news th,
table.news td {
	display:block;
	float:none;
	width:100%;
	text-align:left;
}
table.news th {
	padding:15px 2px 4px;
}
table.news td {
	padding:4px 2px 15px;
}
table.news th {
	border-bottom:none;
}
}

@media only screen and (max-width: 480px) {
#nav ul { top: 88px;}

}
@media only screen and (max-width: 320px) {
#header {
	height:65px;
}
#nav ul { top:65px;}

}
/***********BLOG************/
.wf_blog_ul{
}
.wf_blog_ul .wf_blog_li_thumb,.wf_blog_ul .wf_blog_li_thumb:hover{
}

.wf_blog_ul .wf_blog_li_thumb img{
}
.wf_blog_ul  li{
}
.wf_blog_ul li:after{
}
.wf_blog_ul .wf_blog_li_date,.wf_blog_ul .wf_blog_li_title{
display:inline;
margin:5px;
}
.wf_bread_ul li{
}
.wf_form_text{
padding:5px;
width:100%;
box-sizing:border-box;
}
#google_translate_element{
position:absolute;
top:5px;
left:5px;
z-index:2;
}
.pl00{padding-left:0px;}
.pr00{padding-right:0px;}