@charset "utf-8";
html, body, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p, div, span, img, a, iframe, em, table, tr, th, td, footer, header, nav, section, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align:baseline;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.7;
}
article, header, footer, aside, figure, nav, section { 
  display:block;
}
body {
  font-family:'a-otf-ryumin-pr6n', serif, Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN";
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  color: #666666;
}
body, html {
  padding: 0;
  margin:0;
  height: 100%;
}
ol, ul {
  list-style: none;
  list-style-type: none;
}
a {
  margin:0;
  padding:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
  color: #4d4d4d;
}
b, strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
h1, h2, h3, h4, h5{
  font-weight: normal;
}
table {
  border-collapse:collapse;
  border-spacing:0;
}

input,
button,
textarea,
select {
  /* デフォルトスタイルをリセット */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline:none;
  font-family: inherit;
  border-radius: 0;
  box-sizing: border-box;
  font-size: 12px;
  color: inherit;
}

label {
  cursor: pointer;
  color: #fff;
  font-weight: 700;
  font-size: 12px;
}

input[type="text"],
input[type="password"] {
  background: #fff;
  padding: 3px;
}




/*  common
------------------------------------*/


@media screen and (max-width: 768px){

}

#wrapper {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.sp {
  display: none;
}
.pc {
  display: block;
}

.container {
  /* width: 95%;
  max-width: 1400px;
  margin: 0 auto; */
  position: relative;
  width: auto;
  max-width: auto;
  margin: 0 10%;
}

a {
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}

a:link, a:visited {
  color: inherit;
  text-decoration: none;
}

a:hover, a:visited {
  color: inherit;
  text-decoration: none;
}

a:hover {
  opacity: .7;
}

.green{
  transition: 0.2s;
}
.green:hover{
  font-weight: bold;
  transition: 0.2s;
  opacity: 1;
  color: #66c137;
}
.black{
  transition: 0.2s;
}
.black:hover{
  font-weight: bold;
  transition: 0.2s;
  opacity: 1;
  color: #000!important;
}

img {
  max-width: 100%;
  height: auto;
  line-height: 1;
  vertical-align: baseline;
}

.en{font-family: 'Hind', sans-serif;font-style: italic;}

.flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: top;
  -ms-flex-align: top;
  align-items: top;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flexbox.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

/*  header
------------------------------------*/
#header {
  width: 100%;
}



#header .header_menu{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#header .header_menu h1{
  width: 300px;
  padding: 1em 2em;
  background: #fff;
  border-right: 8px solid #bbd549;
}
#header .header_menu .page_nav{
  margin-top: 35px;
  margin-right: 15px;
  display: flex;
  justify-content: flex-end;
  width: 70%;
}
#header .header_menu .page_nav > li:hover{
  border-bottom: 2px solid #68c239;
}
#header .header_menu .page_nav > li:last-of-type:hover{
  border-bottom: none;
}
#header .header_menu .page_nav .menu__single:hover{
  border-bottom: none;
}
#header .header_menu .page_nav .menu__single li:hover{
  border-bottom: 2px solid #68c239;
}
#header .header_menu .page_nav li.current{
  border-bottom: 2px solid #68c239;
}
#header .header_menu .page_nav li a{
  padding:10px 1.5em;
  display: block;
  font-size: 16px;
  font-weight: 500;
  position: relative;
}

@media screen and (max-width: 1700px){
  #header .header_menu .page_nav li a{
  padding:10px 1.2em;
  display: block;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  }
}
@media screen and (max-width: 1500px){
  #header .header_menu .page_nav li a{
  padding:10px 1.0em;
  display: block;
  font-size: 13px;
  font-weight: 500;
  position: relative;
  }
}
@media screen and (max-width: 1230px){
  #header .header_menu .page_nav li a{
  padding:10px 0.8em;
  display: block;
  font-size: 12px;
  font-weight: 500;
  position: relative;
  }
}

@media screen and (max-width: 1100px){
  #header .header_menu .page_nav li a{
  padding:10px 0.6em;
  display: block;
  font-size: 10px;
  font-weight: 500;
  position: relative;
  }
}

#header .header_menu .page_nav li a:hover{
  opacity: 1;
}

/*
#header .header_menu .page_nav li a:after{
  position: absolute;
  content: "";
  display: block;
  border-bottom: 2px solid #68c239;
  width: 80%;
  opacity: 0;
  transition: .4s;
  transform: translateX(-50%);
  left: 50%;
  bottom: -2px;
}
#header .header_menu .page_nav li a:hover:after{
  opacity: 1;
} */
.page #header .header_menu .page_nav li a{
  color: #fff;
}
/* ハンバーガーメニュー
========================================== */
#modalmenu{
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  display: none;
  position: fixed;
  background-color: rgba(0,0,0,0.8);
}

.modal_list{
  text-align: center;
  cursor: pointer;
  width:100%;
  margin:15% auto;
  padding:20px;
  position:relative;
  -webkit-animation:animatetop 0.4s;
  animation:animatetop 0.4s;
}
@-webkit-keyframes animatetop{from{top:-300px;opacity:0} to{top:0;opacity:1}}
@keyframes animatetop{from{top:-300px;opacity:0} to{top:0;opacity:1}}
.modal_list a {
  color: #fff;
}

.modal_menu {
    cursor: pointer;
    position: absolute;
    right: 0px;
    top: 0px;
    background: #8fc31f;
    width: 70px;
    padding: 9px 0;
    z-index: 100;
  display: none;
}

.bar1, .bar2, .bar3 {
  width: 35px;
  height: 3px;
  background-color: #fff;
  margin: 10px auto;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  display: block;
}
#modalmenu .sp_header_nav{
  margin-top:auto;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  margin-bottom: 2em;
}

#modalmenu .sp_header_nav li a{
  padding:1.5em 15px;
  display: block;
  font-size: 15px;
  font-weight: 700;
}



#close{display:none;
    display: block;
    position: fixed;
    right: 10px;
    top: 10px;
    width: 45px;
    height: 45px;
    z-index: 1000;

}
@media screen and (max-width: 768px) {
  #header .header_menu .page_nav {
    display: none;
  }

  .modal_menu {
    width: 60px;
    padding: 5px 0;
    display: block;
    transition: all .9s;
  }
  .modal_menu.fixed {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 100;
  }

  #close{
    display:block;
    position: fixed;
    right: 10px;
    top: 10px;
    width: 45px;
    height: 45px;
    z-index: 1000;
  }
}



/*  footer
------------------------------------*/
#footer {
  border-top: 1px solid #666;
  padding-top: 2em;
  position: relative;
}
#footer #totop{
  position: fixed;
  right: 3em;
  bottom: 20px;
  width: 50px;
}


#footer h2.logo{
  text-align: center;
  margin-bottom: 3em;
}

#footer .footer_nav{
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 2em;
}

#footer .footer_nav li:not(:last-child){
  margin-right: 3em;
}
#footer .footer_nav li h3{
  font-size: 18px;
}
#footer .footer_nav li p{
  font-size: 14px;
}
p.copy {
  font-size: 12px;
  padding: 1em 0;
  color: #68c239;
  border-top: 1px solid #666;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .footer_address h3 {
    font-size: 16px;
    font-weight: 700;
  }
}

.more_btn a{
  display: inline-block;
  background: url(../img/common/link.png) right bottom no-repeat;
  color: #4d4d4d;
  padding: 5px 60px 30px 10px;
}
.more_btn .green:hover{
  background: url(../img/common/link_green.png) right bottom no-repeat;
}
.more_btn .black:hover{
  background: url(../img/common/link_black.png) right bottom no-repeat;
}


@media screen and (max-width: 768px) {
  .more_btn a {
    display: inline-block;
    background: url(../img/common/link.png) right bottom no-repeat;
    background-size: contain;
    color: #4d4d4d;
    padding: 5px 60px 30px 10px;
  }
}

/*  Responsive

--------------------------------------------------*/
@media screen and (max-width: 980px) {
  img {
    max-width: 100%;
    height: auto;
  }

}
@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
    -webkit-overflow-scrolling: touch;
  }
  /* common */

  .sp {
    display: block;
  }
  .pc {
    display: none;
  }

  #wrapper {
    min-width: auto;
  }

  .container {
    width: 90%;
    min-width: auto;
    margin: 0 auto;
  }

  #header {
    padding: 0;
  }

 
  #footer {
    text-align: center;
    padding: 2em 1em;
  }
  #footer h2.logo {
    text-align: center;
    margin-bottom: 1em;
  }
  .footer_nav {
    padding: 10px 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  #footer .footer_nav li:not(:last-child) {
    margin-right: 0;
    margin-bottom: 2em;
  }
  #footer #totop {
    position: fixed;
    right: 0;
    bottom: 0;
    width: 50px;
  }
}



/* ヘッダー プルダウンメニュー */
header .menu {
  position: relative;
  margin: 0 auto;
}
header .menu > li a {
  display: block;
}
header ul.menu__second-level {
  visibility: hidden;
  opacity: 0;
  z-index: 1;
}
header ul.menu__second-level li{
  color: #67C13A;
}
header ul.menu__third-level {
  visibility: hidden;
  opacity: 0;
}
header ul.menu__fourth-level {
  visibility: hidden;
  opacity: 0;
}
header .menu > li:hover {
  -webkit-transition: all .5s;
  transition: all .5s;
}

/* 下矢印 */
header .init-bottom:after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 0 5px 15px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* floatクリア */
header .menu:before,
header .menu:after {
  content: " ";
  display: table;
}
header .menu:after {
  clear: both;
}
header .menu > li.menu__single {
  position: relative;
}
/*header .menu > li.menu__single:hover {
  position: relative;
  background-color: #68c13b;
  color: #fff;
}*/
header .menu > li.menu__single{
  position: relative;
  background-color: #68c13b;
  color: #fff;
}


header li.menu__single ul.menu__second-level {
  position: absolute;
  top: 40px;
  width: 100%;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  text-align: center;
}
header li.menu__single:hover ul.menu__second-level {
  top: 50px;
  visibility: visible;
  opacity: 1;
  margin-top: -2px;
}