@charset "UTF-8";

body{
  background: #fff;
  color: #222222;
  font-family:'游ゴシック','ヒラギノ角ゴ Pro W3','ヒラギノ角ゴシック ProN','メイリオ','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','Helvetica','Arial',sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
}

*, *: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;
}

img{
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

a {
  color: #222;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
}

a:hover {
  opacity: .7;
  text-decoration: none;
  cursor: pointer;
}
a:hover img {
  opacity: .8;
  cursor: pointer;
}

.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
}
.flex_wrap{
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap: wrap;
}
.flex {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap; /* Safari */
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
}

.flex_wrap_between{
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.flex_wrap_left {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap:wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.flex_wrap_center {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}

.flex_wrap_end {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.clearboth {
  clear: both;
}

.sp {
  display: none;
}

.cnt_area {
  max-width: 1200px;
  margin: 0 auto;
}

.bg_line01 {
  width: 100%;
  height: 70px;
  margin: 30px 0;
  padding: 10px;
  background: url(../img/bg_line01.png) repeat-x left center;
}

.bg_beige {
  background: url(../img/bg_beige.png) repeat left top;
}
.bg_blue {
  background: url(../img/bg_blue.png) repeat left top;
}
.bg_green {
  background: #d8e480;
}
.bg_circle_white {
  background: url(../img/bg_circle_white.png) no-repeat center center;
}

/************************
header
************************/

header{
  position: relative;
  height: auto;
}
.header_top {
  overflow: hidden;
  background: #8fc320;
}
.header_top_link {
  overflow: hidden;
  float: right;
}
.header_top_link li {
  float: right;
  margin-left: 20px;margin-right: 14px;
  position: relative;
}

.header_top_link li:after{content:"";background: url(../img/cnt_area_icon.png) no-repeat;position:absolute;top: 0;bottom: 0;margin: auto;width: 14px;height: 14px;right: -16px;}

.header_top_link a {
  color: #fff;
  font-size: 12px;
}

/************************
nav
************************/
nav{
  /*position: fixed;
  top: 0;
  z-index: 100;*/
  width: 100%;
  border-bottom: 10px solid #8fc320;
  background: #fff;
}

nav .inner_nav{
  max-width: 1200px;
  height: 80px;
  margin: 0 auto;
}
.logo{
  height: 40px;
	margin-top:20px
}
.logo img{
  vertical-align: middle;
  height: 100%;
  width: auto;
}
nav .inner_nav ul{
  float: left;
}
nav .inner_nav ul li{
  display: inline-block;
  color: #222;
  font-size: 16px;
  font-weight: 700;
  line-height: 55px;
  width: 24%;
	text-align:center;
}
nav .inner_nav ul li a{
  display: block;
  position: relative;
  margin-top: 15px;
  padding: 10px 0;
  color: #222;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-in-out 0s;
}
nav .inner_nav ul li a:hover {
  color: #157337;
	  background: url(../img/icon_nav01.png) no-repeat center top;
}

nav .inner_nav ul li a.current {
  background: url(../img/icon_nav01.png) no-repeat center top;
  color: #157337;
}

nav .inner_nav ul a:after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 10px;
}
nav .inner_nav ul li:hover a:after {
  background: #157337;
}

nav .inner_nav ul li ul{
	position: relative;
	z-index:100;
	width:100%;
}
nav .inner_nav ul li ul li{
	display:block;
	border-bottom:1px solid #fff;
	line-height:3;
}
nav .inner_nav ul li ul li a{
	margin-top:0;
	color:#fff;
	background: #157337;
}
nav .inner_nav ul li ul li a:hover{
	background:#8fc320;
	color:#fff;
}
nav .inner_nav ul li ul li:hover a:after{
	background:none;
}

.main_nav_child{display: none;}
nav .inner_nav ul.main_nav li:first-child:hover ul.main_nav_child{display: block;width: 100%;}
nav .inner_nav ul.main_nav li ul.main_nav_child li{width: 100%;}
nav .inner_nav ul.main_nav {width: 620px; float: right;}

/************************
spmenu
************************/

.menu_btn{
  display:none;
  width: 24px;
  height: 60px;
  text-align: center;
  line-height: 60px;
	margin-top:-40px;
}

.home .menu_btn{
	margin-top:0;
}


.sp_nav_btn{
  width: 100%;
  height: 100%;
  z-index: 1000;
  text-align: center;
  line-height: 64px;
  position: relative;
}
#panel-btn{
  display: inline-block;
  position: relative;
  width: 24px;
  height: 30px;
  margin: auto;
  position: absolute;
  top:0;
  bottom:0;
  left: 0;
  right: 0;
}
#panel-btn:hover{
}
#panel-btn-icon{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom:0;
  right:0;
  width: 24px;
  height: 2px;
  margin: auto;
  background: #222;
  transition: .2s;
}
#panel-btn-icon:before, #panel-btn-icon:after{
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 24px;
  height: 2px;
  background: #222;
  transition: .5s;
}
#panel-btn:hover #panel-btn-icon, #panel-btn:hover #panel-btn-icon:before, #panel-btn:hover #panel-btn-icon:after{
  background:#222;
}
#panel-btn-icon:before{
  margin-top: -9px;
}
#panel-btn-icon:after{
  margin-top: 7px;
}
#panel-btn .close, #panel-btn:hover #panel-btn-icon.close{
  background: transparent;
}
#panel-btn .close:before, #panel-btn .close:after{
  margin-top: 0;
}
#panel-btn .close:before{
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
#panel-btn .close:after{
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

/************************
footer
************************/

footer {
  padding: 20px;
  background: #2f6333;
  color: #fff;
}
.footer_top {
  overflow: hidden;
}
.footer_logo {
  float: left;
}
.footer_link {
  overflow: hidden;
  float: right;
  margin-top: 20px;
}
.footer_link li {
  float: left;
  border-right: 1px solid #fff;
}
.footer_link li:last-child {
 border-right: none;
}
.footer_link a {
  display: inline-block;
  padding: 5px 20px;
  color: #fff;
}
.footer_copy {
  margin: 30px 0;
  text-align: center;
  margin: 20px 0 0;

}

iframe{max-width: 100%;}

@media screen and (max-width: 1140px) {
	.cnt_area {max-width: 95%; margin: 0 auto;}
	.footer_link a { padding: 5px 10px; font-size: 14px; }
	.mv_slider{max-height: 375px;}
	.logo{padding-left: 20px;
}

}
@media screen and (max-width: 1023px) {

.footer_logo,.footer_link { float: none; }
	
.logo{
	height:auto;
	width:250px;
}
	
.logo img{
	height:auto !important;
}
	
nav .inner_nav{
  max-width:100%;
  height: 80px;
  margin: 0 auto;
}
	

	
.pc_menu {
	width:calc(100% - 270px);
	
}
	
nav .inner_nav ul.main_nav {
    max-width: 620px;
    width:100%;
}

}

@media screen and (max-width: 820px) {
nav .inner_nav ul li {font-size:14px
}
}

@media screen and (max-width: 768px) {
  header{height:60px;}
  .pc_menu{display:none; background: #8ec31f; width:100%; position: absolute; top:45px; left:0; z-index: 20;}
  .pc_menu.open{ display:block;border-top: 1px solid #e6e6e6;}
  .pc_menu ul{padding-left:6%;}
  .search_btn{float:right;}
  .header_top{padding:0 3%;}
  nav .inner_nav{padding:10px 3%; height:60px;}
  .logo{ height:40px; padding:10px 0;margin-top:0}
  .logo img{height:100%; width:auto;}
  .menu_btn{display:block; float:right; height:40px;}
  .inner_sp_menu{padding-bottom:80px;}
  .pc_menu ul{padding:0;}   
  nav .inner_nav ul.main_nav{float:none;width: 100%;}
  nav .inner_nav ul{float:none;width: 100%;}
  nav .inner_nav ul li{display:block; width:100%;border-bottom:1px solid #fff; padding:0; line-height:3; text-align:left;}
  nav .inner_nav ul li a, nav .inner_nav ul li span{ padding:0 8px 0 6%;}
  nav .inner_nav ul li a{color:#fff;}
  nav .inner_nav ul li a{padding:0 6%;}
  nav .inner_nav ul li ul{border:none; background:#444444;}


  nav .inner_nav ul li a{
    margin-top: 0;
	  padding: 10px 0 10px 80px !important;
  }
  nav .inner_nav ul li a:hover {
    background: none;
  }
	
  nav .inner_nav ul a:after {
    display: none;
    position: static;
  }
  nav .inner_nav ul li:hover a:after {
    background: #157337;
  }
	
	nav .inner_nav ul li a.active {
  background: #157337;
}
	
nav .inner_nav ul li a.current {
  background: url(../img/icon_nav01.png) no-repeat 10px center;
}

}
@media screen and (max-width: 640px) {
	
  body{font-size:14px;}
  .sp{display:block;}
  .pc{display:none;}
   header{height:60px;}
  .pc_menu { top: 60px; }
  .footer_logo {text-align: center;}
  .footer_link {display: none;}
  .footer_copy{margin-top: 5px;}
 
	
}

