@charset "UTF-8";

/*----------------------------------------------------
	☆Reset

color #444
link color #0076B2
accent color blue #053d9b;
accent color blown #7b6041;
accent color oudo #d39a33;
	
----------------------------------------------------*/

 @import url('https://fonts.googleapis.com/css?family=Roboto:400,700');


.rob { 


    font-family: 'Roboto', sans-serif;

}

.breadcrumbs a {
	font-size: 12px;
	color: #666;
	margin: 20px 0px;
}



#wrap .subtn input:hover {
    background: #666 none repeat scroll 0 0;
}



html, html.fontSmall {
	font-size: 62.5%; /* sets the base font to 10px for easier math */
}
html.fontLarge {
	font-size: 72.5%; /* sets the base font to 10px for easier math */
}
body, h1, h2, h3, h4, h5, h6, pre, ul, ol, li, dl, dt, dd, p, img {
	margin: 0;
	padding: 0;
}
body {
	color: #444;
	font-family: Arial, Roboto, 游ゴシック体, 'Yu Gothic', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 16px;
	font-size: 1.6rem; /* sets the default sizing to make sure nothing is actually 10px */
	font-weight: 500;
	line-height: 1;
	min-width: auto;
	transition: 0.3s ease-in-out;
}
body * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
body.bgBlack {
	background-color: #000;
}
#fancybox-wrap, #fancybox-wrap *, #fancybox-tmp, #fancybox-loading {
	-webkit-box-sizing: content-box!important;
	-moz-box-sizing: content-box!important;
	-o-box-sizing: content-box!important;
	-ms-box-sizing: content-box!important;
	box-sizing: content-box!important;
}
a, a:link, a:hover, a:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	outline: none;
	transition: all 0.2s ease 0s;
}
a:hover {
	text-decoration: none;
}
ul {
	list-style-type: none;
}
::selection {
	background-color: #DDD;
	color: #444; /* Safari */
}
::-moz-selection {
background-color: #DDD;
color: #444; /* Firefox */
}
a {
	display: inline-block;
}




/*----------------------------------------------------
	☆Crearfix
----------------------------------------------------*/

.clearfix:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	font-size: 0.1em;
	line-height: 0;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
	min-height: 1%;
}
/* Hides from IE-mac \*/

* html .clearfix {
	height: 1%;
}
/* End hide from IE-mac */


/*----------------------------------------------------
	☆br clear
----------------------------------------------------*/

br.clear {
	display: inline !important;
	display: none;
	clear: both;
	line-height: 0px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
br.clear {
	display: block!important;
	content: " ";
}
}
div.clear {
	clear: both;
	line-height: 0px;
}
/*----------------------------------------------------
	☆topcontrol
----------------------------------------------------*/

#topcontrol {
	z-index: 100;
}
#topcontrol a {
	background: url(/cmn/cmn_js/scrolltop/scrollup.png) center center no-repeat;
	background : url(/cmn/cmn_js/scrolltop/scrollup.gif) center center no-repeat\9; /* IE8 and below */
 *background : url(/cmn/cmn_js/scrolltop/scrollup.gif) center center no-repeat; /* IE7 and below */
	_background : url(/cmn/cmn_js/scrolltop/scrollup.gif) center center no-repeat; /* IE6 */
	background-size: 40px 40px;
	font-size: 0;
	text-decoration: none;
	display: block;
	height: 38px;
	width: 38px;
	opacity: 0.7;
	border-radius: 38px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
}
#topcontrol a:hover {
	background-size: 54px 54px;
	opacity: 1;
	height: 50px;
	width: 50px;
}
/*----------------------------------------------------
	☆Display None
----------------------------------------------------*/

#sample {
	display: none;
	visibility: hidden;
}
/*----------------------------------------------------
	☆base contents
----------------------------------------------------*/

/*-- WRAP --*/

 .inr {
	margin: 0px auto 0px;
	width:1080px;
}
/*-- HEADER --*/



#header div.inr #my-button {
	display: none;
}
.mincho {
  font-family: "Yu Mincho", "YuMincho";
}
/*==========================================*/


/*-- GNAV --*/

#header {
	width: 100%;
	z-index: 999;
	
}

#header .con {
    position: absolute;
    right: 2%;
    top: 20%;
}



#header #hdTop {
    position: relative;
    height: 100px;
	background: #eaf3ec;
	
}


#header h1 {
    position: absolute;
    left: 2%;
    top: 20%;
}

#header .sticky {
	background: #eaf3ec;
	top: 0;
	width: 100%;
	margin-left: 0;
	margin-top: 0;
	z-index: 9999999999;
	border-top: 20px solid #18893B;

}

#header .sticky #gNav {
	margin-left: 0;
	margin-top: 0;
	position: relative;
	top: 0;
	width: 100%;
	z-index: 1;
	background: #fff;
	border-top: 1px solid #CFD0D0;
	border-bottom: 1px solid #CFD0D0;

}




#header  .con  li  {
display: inline-block;
	margin-bottom: 0;
	margin-right: 22px;
	vertical-align: middle;
	text-transform: uppercase;
	text-align: center;
	
}


#header  .con  li.contact a  {
	background: #F0A648;
	color: #fff;
	padding: 15px 40px;
	border-radius: 25px;
	font-size: 18px;
	
}









#header .sticky #gNav ul li a {
	float: left;
	font-size: 18px;
	letter-spacing: 0.2em;
	line-height: 180%;
	margin-bottom: 0;
	vertical-align: middle;
	padding: 10px;
	width: 25%;
	text-transform: uppercase;
	text-align: center;
	border-right: 1px solid #CFD0D0;
}














.hvr-underline-from-center::before {
  
    background: #F0EC55 !important;
    height: 8px !important;
    top: 8px ;
}

.hvr-sweep-to-right::before {
	background: #F0EC55 !important;

}





#header .sticky #gNav ul li a {
	color: #18893B !important;
	font-weight: 600;
}


#header .sticky #gNav ul li.last {

	margin-right:0px !important; 
	
}
#header .sticky #gNav ul li.mrg {

	margin-right:60px !important; 
	
}


/*==========================================*/



/*-- CONTENTS --*/

#contents {
	margin: 0 auto;
}
#contents.wide {
	width: 100%;
}
/*-- MV --*/



/*----------------------------------------------------
	☆content
----------------------------------------------------*/




footer .ftrTop{
	background: #18893B;
	width: 100%;
	padding: 50px 0px ; 
	z-index: 999;
}


footer .ftrTop .inr{
	background: rgba(0, 0, 0, 0) url("/cmn/cmn_img/mvimg02.png") no-repeat scroll bottom center  ;
	padding-bottom: 120px;
	z-index: 999;
}



footer .ftrTop .fltL{
	width: 760px;
}




footer .ftrTop .fltL h5{
	color: #fff;
	letter-spacing: .1em;
	text-align: right;
	font-size: 30px;
	padding-bottom: 50px;
	
}




footer .ftrTop .fltL ul {
text-align: right;
	
}

footer .ftrTop .fltL ul li{
display: inline-block;
	color: #fff;
	line-height: 180%;
	vertical-align: top;
	margin-right: 30px;
	text-align: left;
	
}


footer .ftrTop .fltL ul li.last{

	margin-right: 0px !important;
	
}


footer .ftrTop .fltL ul li a:hover{
opacity: 0.8;	
}






footer .ftr{
padding: 30px 0px 30px 150px;
	
}





footer .ftr p{
float: left;	
	margin-right: 20px;
}






footer .ftr p.add{
	padding-left: 30px;
	padding-top: 10px;
	font-size: 21px;
	letter-spacing: .1em;
	line-height: 150%;
	margin-right: 0px !important;
}





footer  p.copy{
	color: #fff;
	background: #18893B;
	padding: 5px;
	text-align: center;
	font-size: 11px;
}




















/*----------------------------------------------------
	☆content
----------------------------------------------------*/





nav {
  position: relative;
  width: 980px;
  margin: 0 auto;
}
#cssmenu, #cssmenu ul, #cssmenu ul li, #cssmenu ul li a, #cssmenu #head-mobile {
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu:after, #cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #head-mobile {
  display: none;
}
#cssmenu {
  font-family: sans-serif;
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu > ul > li > a {
  padding: 17px;
  font-size: 12px;
  letter-spacing: 1px;
  text-decoration: none;
  color: #18893B;
  font-weight: 700;
}
#cssmenu > ul > li:hover > a, #cssmenu ul li.active a {
  color: #fff;
}
#cssmenu > ul > li:hover,
#cssmenu ul li.active:hover,
#cssmenu ul li.active,
#cssmenu ul li.has-sub.active:hover {
  background: #18893B !important;
  -webkit-transition: background .3s ease;
  -ms-transition: background .3s ease;
  transition: background .3s ease;
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 30px;
}
#cssmenu > ul > li.has-sub > a:after {
  position: absolute;
  top: 22px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #ddd;
  content: '';
}
#cssmenu > ul > li.has-sub > a:before {
  position: absolute;
  top: 19px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #ddd;
  content: '';
  -webkit-transition: all .25s ease;
  -ms-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu > ul > li.has-sub:hover > a:before {
  top: 23px;
  height: 0;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
}
#cssmenu ul ul li {
  height: 0;
  -webkit-transition: all .25s ease;
  -ms-transition: all .25s ease;
  background: #333;
  transition: all .25s ease;
}
#cssmenu ul ul li:hover {
}
#cssmenu li:hover > ul {
  left: auto;
}
#cssmenu li:hover > ul > li {
  height: 35px;
}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#cssmenu ul ul li a {
  border-bottom: 1px solid rgba(150, 150, 150, 0.15);
  padding: 11px 15px;
  width: 170px;
  font-size: 12px;
  text-decoration: none;
  color: #ddd;
  font-weight: 400;
}
#cssmenu ul ul li:last-child > a, #cssmenu ul ul li.last-item > a {
  border-bottom: 0;
}
#cssmenu ul ul li:hover > a, #cssmenu ul ul li a:hover {
  color: #fff;
}
#cssmenu ul ul li.has-sub > a:after {
  position: absolute;
  top: 16px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #ddd;
  content: '';
}
#cssmenu ul ul li.has-sub > a:before {
  position: absolute;
  top: 13px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #ddd;
  content: '';
  -webkit-transition: all .25s ease;
  -ms-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu ul ul > li.has-sub:hover > a:before {
  top: 17px;
  height: 0;
}
#cssmenu ul ul li.has-sub:hover,
#cssmenu ul li.has-sub ul li.has-sub ul li:hover {
  background: #363636;
}
#cssmenu ul ul ul li.active a {
  border-left: 1px solid #333;
}
#cssmenu > ul > li.has-sub > ul > li.active > a,
#cssmenu > ul ul > li.has-sub > ul > li.active > a {
  border-top: 1px solid #333;
}

@media screen and (max-width: 1000px) {
  .logo {
    float: none;
    left: 0;
    padding: 10px 10px 0;
    text-align: right;
    top: 0;
    width: 50%;

  }
	  .logo img {

    width: 70%;
  }
	
	
  .logo2 {
    display: none;
  }
  nav {
	  background: #fff;
    width: 100%;
  }
  #cssmenu {
	 
    width: 100%;
  }
  #cssmenu ul {
	   margin-top: 	10px;
    width: 100%;
    display: none;
  }
  #cssmenu ul li {
    width: 100%;
    border-top: 1px solid #18893B;
  }
  #cssmenu ul li:hover {
    background: #363636;
  }
  #cssmenu ul ul li, #cssmenu li:hover > ul > li {
    height: auto;
  }
  #cssmenu ul li a, #cssmenu ul ul li a {
    width: 100%;
    border-bottom: 0;
  }
  #cssmenu > ul > li {
    float: none;
  }
  #cssmenu ul ul li a {
    padding-left: 25px;
  }
  #cssmenu ul ul li {
    background: #eee !important;
  }
  #cssmenu ul ul li:hover {
    background: #363636 !important;
  }
  #cssmenu ul ul ul li a {
    padding-left: 35px;
  }
  #cssmenu ul ul li a {
      background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #18893B;
    font-weight: bold;
  }
  #cssmenu ul ul li:hover > a, #cssmenu ul ul li.active > a {
    color: #fff;
  }
  #cssmenu ul ul, #cssmenu ul ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left;
  }
  #cssmenu > ul > li.has-sub > a:after,
  #cssmenu > ul > li.has-sub > a:before,
  #cssmenu ul ul > li.has-sub > a:after,
  #cssmenu ul ul > li.has-sub > a:before {
    display: none;
  }
  #cssmenu #head-mobile {
  
  }
  .button {
    width: 55px;
    height: 46px;
    position: absolute;
    right: 10px;
    top: 0;
    cursor: pointer;
    z-index: 12399994;
  }
  .button:after {
  border-bottom: 4px solid #18893B;
    border-top: 4px solid #18893B;
    content: "";
    display: block;
    height: 8px;
    position: absolute;
    right: 20px;
    top: 28px;
    width: 30px;
  }
  .button:before {
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
   background: #18893B none repeat scroll 0 0;
    content: "";
    display: block;
    height: 4px;
    position: absolute;
    right: 20px;
    top: 16px;
    width: 30px;
  }
  .button.menu-opened:after {
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
background: #18893B none repeat scroll 0 0;
    border: 0 none;
    height: 4px;
    top: 23px;

    width: 25px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .button.menu-opened:before {
    background: #18893B none repeat scroll 0 0;
    top: 23px;
    width: 25px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #cssmenu .submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid #18893B;
    height: 46px;
    width: 46px;
    cursor: pointer;
  }
  #cssmenu .submenu-button.submenu-opened {
    background: #18893B;
  }
  #cssmenu ul ul .submenu-button {
    height: 34px;
    width: 34px;
  }
  #cssmenu .submenu-button:after {
    position: absolute;
    top: 22px;
    right: 19px;
    width: 8px;
    height: 2px;
    display: block;
    background: #18893B;
    content: '';
  }
  #cssmenu ul ul .submenu-button:after {
    top: 15px;
    right: 13px;
  }
  #cssmenu .submenu-button.submenu-opened:after {
    background: #fff;
  }
  #cssmenu .submenu-button:before {
    position: absolute;
    top: 19px;
    right: 22px;
    display: block;
    width: 2px;
    height: 8px;
    background: #18893B;
    content: '';
  }
  #cssmenu ul ul .submenu-button:before {
    top: 12px;
    right: 16px;
  }
  #cssmenu .submenu-button.submenu-opened:before {
    display: none;
  }
  #cssmenu ul ul ul li.active a {
    border-left: none;
  }
  #cssmenu > ul > li.has-sub > ul > li.active > a,
  #cssmenu > ul ul > li.has-sub > ul > li.active > a {
    border-top: none;
  }
}



.dropdown {
    position: relative;
    display:block;
}

.dropdown-content {
	background: #fff;
    display: none;
    padding: 10px;
    position: absolute;
    text-align: left;
	top: 50px;
}

.last .dropdown-content {
    display: none;
	left: -30px;
    padding: 10px;
    position: absolute;
    text-align: left;
}

.dropdown-content a {
    background:#fff !important;
    color: black !important;
    display: block;
    padding: 10px !important;
    text-decoration: none;
	font-size: 13px !important;
	border-right: none !important;
	text-align: left !important;
}
.dropdown-content a:hover {background-color: #f1f1f1}

.dropdown:hover .dropdown-content {
    display: block;
}






/*----------------------------------------------------
	☆COMMON
----------------------------------------------------*/



section{
	padding-top: 50px;
	padding-bottom: 50px;
}



#mv01  {
background: #7AB45A;
}

#mv01 h2 {
	border-left: 10px solid #FFE600;
	font-size: 48px;
	color: #fff;
	font-weight: normal;
	padding-left: 20px;
}












