@charset "utf-8";

/*#########################################################*\

$header

\*#########################################################*/

#header #headerTop {
  background: #f1f1f1;
}

#header #headerTop #headerTopInner,
#header #headerContents {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  position: relative;
  width: 1100px;
}

#header #headerTop #access_t {
  background: url(../images/ico_pin.png) no-repeat left center;
  float: left;
  font-size: .875em;
  padding: 15px 0 15px 30px;
  text-align: left;
  width: 50%;
}

#header #headerTop .selectBox {
  display: flex;
  justify-content: flex-end;
  margin: 0;
  padding: 0;
  width: 50%;
}

#header #headerTop .selectBox ul {
  align-items: center;
  display: flex;
  margin: 0;
  padding: 0;
}

#header #headerTop .selectBox ul li {
  background: #ffffff;
  border: solid 1px #828282;
  border-radius: 3px;
  box-sizing: border-box;
  font-size: .875em;
  line-height: 1.0;
  margin: 0 0 0 10px;
  padding: 0;
  text-align: center;
  white-space: nowrap;
  width: 50px;
}

#header #headerTop .selectBox ul li a {
  color: #333333;
  display: block;
  margin: 0;
  padding: 6px 0;
  text-decoration: none;
}

#header #headerTop .selectBox ul li a:hover {
  color: #cccccc;
}

#header #headerTop .selectBox ul li.title {
  background: transparent;
  border: 0;
  font-weight: 700;
  margin: 0;
  padding: 0;
  width: auto;
}

#header #headerTop .selectBox ul#colorBtn {
  margin-left: 20px;
}

#header #headerTop .selectBox ul#colorBtn li#colorW {
  background: #ffffff;
}

#header #headerTop .selectBox ul#colorBtn li#colorW a {
  color: #333333;
}

#header #headerTop .selectBox ul#colorBtn li#colorB {
  background: #00008b;
}

#header #headerTop .selectBox ul#colorBtn li#colorB a {
  color: #ffff00;
}

#header #headerTop .selectBox ul#colorBtn li#colorY {
  background: #ffff00;
}

#header #headerTop .selectBox ul#colorBtn li#colorY a {
  color: #000000;
}

@media (max-width: 767px) {
  #header #headerTop #headerTopInner,
  #header #headerContents {
    width: 100%;
  }

  #header #headerTop #access_t {
    background-position: 1em center;
    background-size: 1.5em;
    font-size: .688em;
    padding: .8em 0 .8em 3em;
    width: 100%;
  }

  #header #headerTop .selectBox {
    display: none;
  }
}

/*#########################################################*\

$headerContents

\*#########################################################*/

#header #headerContents {
  padding: 20px 0;
}

#header #headerContents #headerR {
  display: flex;
  justify-content: flex-end;
  margin: 0;
  padding: 0;
}

#header #headerContents #contactArea {
  display: flex;
  margin: 10px 0 0;
  padding: 0;
  width: 100%;
}

#header #headerContents #contactArea {
  align-items: center;
  display: flex;
  margin: 0;
  padding: 0;
}

#header #headerContents #contactArea li {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

#header #headerContents #contactArea li a {
  color: #000000;
  text-decoration: none;
}

#header #headerContents #contactArea li.tel {
  font-family: "Roboto", sans-serif;
  font-size: 1.875em;
  font-weight: 700;
  line-height: 1.0;
  margin: 0 20px 0 0;
  padding: 0;
}

#header #headerContents #contactArea li.tel a {
  background: url(../images/ico_tel.png) no-repeat left center;
  background-size: 25px;
  margin: 0;
  padding: 0 0 0 34px;
}

#header #headerContents #contactArea li.mail,
#header #headerContents #contactArea li.access {
  box-sizing: border-box;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.0;
  margin: 0 10px 0 0;
  padding: 0;
}

#header #headerContents #contactArea li.mail a,
#header #headerContents #contactArea li.access a {
  background: url(../images/ico_mail.png) no-repeat 25px 8px;
  background-size: 19px 15px;
  border: solid 2px #3fa037;
  border-radius: 200px;
  color: #3fa037;
  display: block;
  margin: 0;
  padding: 8px 29px 8px 50px;
  text-decoration: none;
}

#header #headerContents #contactArea li.mail a:hover,
#header #headerContents #contactArea li.access a:hover {
  background: url(../images/ico_mail_on.png) no-repeat 25px 8px #3fa037;
  background-size: 19px 15px;
  border: solid 2px #3fa037;
  border-radius: 200px;
  color: #ffffff;
  display: block;
  margin: 0;
  opacity: 1;
  padding: 8px 29px 8px 50px;
  text-decoration: none;
}

#header #headerContents #contactArea li.access a {
  background: url(../images/ico_access.png) no-repeat 40px 9px;
  background-size: 24px 12px;
  border: solid 2px #ec620c;
  color: #ec620c;
  display: block;
  margin: 0;
  padding: 8px 49px 8px 70px;
  text-decoration: none;
}

#header #headerContents #contactArea li.access a:hover {
  background: url(../images/ico_access_on.png) no-repeat 40px 9px #ec620c;
  background-size: 24px 12px;
  border: solid 2px #ec620c;
  color: #ffffff;
  display: block;
  margin: 0;
  padding: 8px 49px 8px 70px;
  text-decoration: none;
}

@media (max-width: 767px) {
  #header #headerContents #headerR {
    display: none;
  }

  #header #headerContents {
    margin: 0 auto;
    padding: 15px 0;
    width: 94%;
  }

  #header #headerContents h1 {
    width: 84%;
  }
}


/*#########################################################*\

$gnavi

\*#########################################################*/

#navi {
  margin: 0 auto 15px auto;
  width: 100%;
}

#navi > ul {
  align-items: center;
  display: flex;
  font-weight: 700;
  justify-content: space-between;
  margin: 0 auto;
  position: relative;
  width: 1100px;
}

#navi > ul > li {
  display: flex;
  height: 60px;
  letter-spacing: .1rem;
  line-height: 1;
  margin: 0;
  padding: 0;
  width: calc(1030px / 5) ;
}

#navi > ul > li a {
  align-items: center;
  border-right: 1px dashed #cccccc;
  color: #333333;
  display: flex;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  width: 100%;
}

#navi > ul > li a:hover {
  background: #3fa037;
  color: #ffffff;
  opacity: 1;
}

#navi ul li#nHOME {
  width: 70px;
}

#navi ul li#nHOME a {
  background: url(../images/ico_home.png) no-repeat center 13px;
  background-size: 20px 19px;
  border-left: 1px dashed #cccccc;
  color: #3fa037;
  display: table-cell;
  font-size: .688em;
  height: 60px;
  letter-spacing: normal;
  line-height: normal;
  padding: 35px 0 4px;
  vertical-align: bottom;
}

#navi > ul > li ul {
  background: rgba(143,195,31,.9);
  border: 0;
  display: flex;
  flex-wrap: wrap;
  height: auto;
  left: 0;
  margin: auto;
  opacity: 1;
  padding: 0;
  position: absolute;
  text-align: left;
  top: 60px;
  visibility: hidden;
  width: 100%;
  z-index: 9999;
}

#navi > ul > li ul a:hover {
  background: rgba(143,195,31,.9);
}

#navi li:hover ul {
  opacity: 1;
  visibility: visible;
}

#navi li ul li {
  border: none;
  font-size: 1em;
  font-weight: normal;
  height: auto;
  margin: 0 !important;
  padding: 0;
  width: calc(100% / 7) !important;
}

#navi li ul li:last-child {
  margin: 0 !important;
}

#navi li ul li a {
  border: 0;
  border-bottom: 1px solid rgba(255,255,255,.15);
  border-left: 1px solid rgba(255,255,255,.15);
  color: #ffffff;
  display: block;
  font-size: .75em;
  line-height: 1.4em;
  padding: 20px 10px 15px 10px;
  position: relative;
}

#navi li ul li a img {
  height: 91px;
  margin-bottom: 10px;
  object-fit: cover;
}

#navi li ul li a:before {
  border-bottom: 14px solid #ffffff;
  border-left: 14px solid transparent;
  bottom: 10px;
  content: "";
  height: 0;
  position: absolute;
  right: 10px;
  width: 0;
}

#navi li ul li a:hover {
  color: #ffffff;
}

#navi li:hover ul li a {
  font-weight: 700;
  opacity: 1;
  visibility: visible;
}

#navi li ul li a:hover {
  opacity: .8;
}

@media (max-width: 767px) {
  #navi {
    display: none;
  }
}


/*#########################################################*\

$ハンバーガー

\*#########################################################*/

.overlay {
  content: "";
  display: block;
  height: 0;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  transition: opacity .5s;
  width: 0;
  z-index: 100;
}

.overlay.open {
  background: rgba(0, 0, 0, .8);
  height: 100vh;
  opacity: 1;
  width: 100vw;
}

#wrapper {
  position: relative;
}

main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: all .5s;
}

main.open {
  height: 100%;
  min-height: 100vh;
}

.menu-trigger {
  background: #3fa037;
  border-radius: 4px;
  cursor: pointer;
  display: none;
  height: 46px;
  position: fixed;
  right: 20px;
  top: 20px;
  vertical-align: middle;
  width: 46px;
  z-index: 10005;
}

.menu-trigger.show {
  display: inline-block;
}

.menu-trigger span {
  background-color: #ffffff;
  box-sizing: border-box;
  display: inline-block;
  height: 4px;
  left: 20%;
  position: absolute;
  transition: all .5s;
  width: 60%;
}

.menu-trigger.Onn {
  border: 0!important;
}

.menu-trigger.Onn span {
  background-color: #000000;
}

.menu-trigger.Onn:after {
  background: #efefef;
  border-radius: 48px;
  content: "";
  height: 48px;
  position: absolute;
  right: -6px;
  top: -10px;
  width: 48px;
  z-index: -1;
}

.menu-trigger.Onn {
  background: transparent;
}

.menu-trigger span:nth-of-type(1) {
  top: 10px;
}

.menu-trigger.Onn span:nth-of-type(1) {
  left: 30%;
  top: 0;
  transform: translateY(12px) rotate(-45deg);
}

.menu-trigger span:nth-of-type(2) {
  top: 20px;
}

.menu-trigger.Onn span:nth-of-type(2) {
  left: 30%;
  top: 24px;
  transform: translateY(-12px) rotate(45deg);
}

.menu-trigger span:nth-of-type(3) {
  bottom: 10px;
}

.menu-trigger.Onn span:nth-of-type(3) {
  opacity: 0;
}

#navFIX {
  background: #3fa037;
  display: block;
  height: 100%;
  overflow-y: auto;
  padding: 80px 2em;
  position: fixed;
  right: 0;
  top: 0;
  transform: translate(740px);
  transition: all .5s;
  width: 740px;
  z-index: 10000;
}

#navFIX.open {
  transform: translateZ(0);
}

#navFIX #nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  vertical-align: middle;
}

#navFIX #nav:after {
  clear: both;
  content: "";
  display: block;
}

#navFIX #nav li {
  font-weight: bold;
  margin: 0;
  text-align: left;
  width: 50%;
}

#navFIX #nav li a {
  color: #ffffff;
  display: block;
  padding: .6em 0 .6em 1.4em;
  position: relative;
  text-decoration: none;
}

#navFIX #nav a:before {
  color: rgba(255, 255, 255, .95);
  content: "＞";
  font-size: 16px;
  left: 0;
  position: absolute;
  top: 11px;
  transform: scale(.6, 1);
}

#navFIX #nav li.listL {
  margin: 0;
  padding: 0;
  width: 100%;
}

#navFIX #nav li ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 0 20px 0;
  padding: 0 0 0 1em;
  vertical-align: middle;
}

#navFIX #nav li ul li {
  font-weight: normal;
  margin: 0;
  padding: 0;
  text-align: left;
  width: 31.5%;
}

#navFIX #nav li li a {
  padding: 0 0 .6em 1em;
}

#navFIX #nav li li a:before {
  content: "・";
  font-size: 12px;
  left: 0;
  top: 5px;
}

#navFIX h2 {
  display: none;
}

@media screen and (max-width:767px) {
  .menu-trigger {
    display: block;
    top: 90px;
    zoom: 70%;
  }
  .menu-trigger.show {
    top: 20px;
  }

  #navFIX {
    background: #3fa037;
    padding: 0;
    transform: translate(100%);
    width: 100%;
  }

  #navFIX h2 {
    display: block;
    padding: 2em 1em;
    width: 80%;
  }

  #navFIX #nav ul {
    margin: 0;
    padding: 20px 0 50px 0;
  }

  #navFIX #nav li {
    border-right: 1px solid rgba(255,255,255,.2);
    border-top: 1px solid rgba(255,255,255,.2);
    font-size: .75em;
    font-weight: normal;
    margin: 0;
  }

  #navFIX #nav li:nth-last-child(1),
  #navFIX #nav li:nth-last-child(2) {
    border-bottom: 1px solid rgba(255,255,255,.2);
  }

  #navFIX #nav a:before {
    font-size: 12px;
    left: 1em;
    top: calc(50% - 10px );
  }

  #navFIX #nav li a {
    padding: 1.5em 0 1.5em 2.4em;
  }

  #navFIX #nav li ul {
    margin: 0;
    padding: 0 0 1em 1.2em;
  }

  #navFIX #nav li li {
    border: none !important;
    border: 0;
    font-size: .9em;
  }

  #navFIX #nav li li a {
    padding: 0 0 1em 1em;
  }

  #navFIX #nav li li a:before {
    content: "・";
    font-size: 12px;
    left: 0;
    top: 1px;
  }

  #pankuzu span,
  #pankuzu li {
    font-size: .875em;
  }
}
