@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,700");
@import url(cmn_style.css);
/*  Reset
------------------------------------------------------------*/
/*-- Base --*/
html {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 14px;
}

body {
  color: #333;
  background: #FFF;
  line-height: 1.5;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-size: 14px;
  width: 100%;
  word-wrap: break-word;
}

@media screen and (min-width: 0\0) {
  body {
    font-family: sans-serif\0;
  }
}
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, body {
    font-family: sans-serif\0;
  }
}
/*-- margin, padding --*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, label, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

/*-- table --*/
table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: inherit;
}

td, th, caption {
  font-style: normal;
  font-weight: normal;
  text-align: left;
  vertical-align: top;
}

address, cite, code, dfn, em, strong, var, small {
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

a {
  text-decoration: underline;
  color: #333;
}

a:hover,
a:focus {
  text-decoration: none;
}

br {
  letter-spacing: normal;
}

hr {
  display: none;
}

img {
  vertical-align: bottom;
  border: none;
  line-height: 0;
}

/*-- HTML5 elements --*/
article, aside, details, figcaption, figure, footer, header, nav, section, summary {
  display: block;
  margin: 0;
  padding: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*/
     /*/
height: auto;
overflow: hidden;
/**/
}

/*  Common
------------------------------------------------------------*/
a {
  text-decoration: none;
  transition: all  0.2s ease;
}

a img,
a svg {
  text-decoration: none;
  transition: all  0.2s ease;
}

.box-inner {
  margin: 0 18px;
}

.box-mainttl {
  text-align: center;
  margin-bottom: 26px;
}
.box-mainttl .mainttl-icon {
  margin-bottom: 13px;
}
.box-mainttl .mainttl-txt {
  font-weight: bold;
  font-size: 18px;
}
.box-mainttl .box-mainttl-en {
  color: #6DA61F;
  font-size: 10px;
  font-family: 'Roboto', sans-serif;
}

.icon-svg,
.logo-main {
  position: absolute;
  width: 0;
  height: 0;
}

/*  Header
------------------------------------------------------------*/
.icon-facebook01,
.icon-twitter01,
.icon-line01,
.icon-nav01 {
  fill: #FFF;
}

.icon-facebook02,
.icon-twitter02,
.icon-line02,
.icon-nav02 {
  fill: #666;
}

.cmn-header {
  transition: all  0.2s ease;
}
.cmn-header .hd-sns {
  display: flex;
  line-height: 1;
  align-items: flex-start;
}
.cmn-header .hd-sns li {
  width: 35px;
  text-align: center;
}

.hd-inner-top {
  background: #B9B9B9;
  color: #fff;
  padding: 0;
}
.hd-inner-top.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}
.hd-inner-top .hd-inner-icon {
  text-align: center;
  padding: 14px 7px 8px;
}

.hd-inner-logo {
  text-align: center;
  padding: 23px 10px;
}

.cmn-nav .nav-inner {
  margin: 0 auto 17px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cmn-nav .nav-inner li {
  width: 25%;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  position: relative;
  margin-top: 17px;
}
.cmn-nav .nav-inner li a {
  display: block;
  padding: 2px 0;
  color: #492807;
}
.cmn-nav .nav-inner li .nav-icon {
  margin-bottom: 8px;
}

.hd-inner-box {
  position: relative;
}

.cmn-header.fixed {
  width: 100%;
  position: fixed;
  z-index: 5;
  background: rgba(255, 255, 255, 0.9);
  transition: all  0.2s ease;
}
.cmn-header.fixed .hd-inner-top {
  background: none;
  position: absolute;
  right: 0;
  top: 23px;
}
.cmn-header.fixed .hd-inner-logo {
  padding: 12px 10px;
}
.cmn-header.fixed .icon-facebook01,
.cmn-header.fixed .icon-twitter01,
.cmn-header.fixed .icon-line01,
.cmn-header.fixed .icon-nav01 {
  fill: #666;
}

.hd-nav {
  display: none;
  background: #FFF;
  position: absolute;
  top: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 0;
  z-index: 6;
  text-align: left;
}

.nav-wrapper .nav-inner {
  font-weight: bold;
}
.nav-wrapper .nav-inner li {
  border-bottom: #CCC 1px solid;
}
.nav-wrapper .nav-inner li a {
  display: block;
  padding: 10px 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.nav-wrapper .nav-inner .nav-03 a {
  padding-left: 5px;
}
.nav-wrapper .nav-inner .nav-03 a .nav-icon {
  margin-right: 7px;
}
.nav-wrapper .nav-icon {
  display: inline-block;
  vertical-align: middle;
  width: 50px;
}
.nav-wrapper .nav-txt {
  display: inline-block;
  vertical-align: middle;
}
.nav-wrapper .hd-sns {
  justify-content: space-between;
}
.nav-wrapper .hd-sns li {
  border-right: #CCC 1px solid;
  text-align: center;
  width: 33%;
  padding: 13px 0;
}
.nav-wrapper .hd-sns li:last-child {
  border-right: none;
}
.nav-wrapper .btn-inquiry {
  margin: 0 auto;
  font-size: 16px;
}
.nav-wrapper .btn-inquiry a {
  padding: 15px 0;
}

.btn-close {
  width: 100%;
  color: #FFF;
  background: #666;
  display: block;
  cursor: pointer;
  text-align: center;
  padding: 16px 10px;
  box-sizing: border-box;
  font-size: 16px;
}

.close-btn {
  position: relative;
  width: 30px;
  height: 30px;
}
.close-btn:before, .close-btn:after {
  content: '';
  height: 2px;
  width: 30px;
  display: block;
  background: #FFF;
  position: absolute;
  top: 11px;
  left: -56px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}
.close-btn:after {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}

#modal-overlay {
  z-index: 4;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background-color: rgba(0, 0, 0, 0.5);
}

/*  Layout
------------------------------------------------------------*/
.page-bd {
  padding-top: 30px;
}

.main-box {
  border-top: 3px solid #6da61f;
}

.btn-more {
  text-align: center;
  margin: 0 17px;
  display: inline-block;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: bold;
}
.btn-more a {
  display: block;
  padding: 13px;
  border: 1px solid #ddd;
  width: 100%;
  background: #FFF;
}

.breadcrumb-wrapper {
  margin: 0 auto;
  padding: 17px;
  border-bottom: #EEE 1px solid;
  background: #F4F5EB;
}
.breadcrumb-wrapper .breadcrumb {
  display: flex;
  margin: 0 auto;
  font-size: 12px;
  flex-wrap: wrap;
}
.breadcrumb-wrapper .breadcrumb a {
  color: #693;
}
.breadcrumb-wrapper .breadcrumb li {
  position: relative;
  padding-right: 16px;
  margin-bottom: 5px;
}
.breadcrumb-wrapper .breadcrumb li:after {
  content: ">";
  position: absolute;
  display: block;
  width: 6px;
  height: 9px;
  right: 4px;
  top: -1px;
  text-decoration: none;
}
.breadcrumb-wrapper .breadcrumb li:last-child:after {
  content: "";
}
.breadcrumb-wrapper .bc-home {
  padding-left: 18px;
}
.breadcrumb-wrapper .bc-home:before {
  content: "";
  width: 13px;
  height: 13px;
  background: url(../images/common/common_icon_home.png) no-repeat;
  position: absolute;
  top: 2px;
  left: 0;
}
.breadcrumb-wrapper .current a {
  color: #333;
  font-weight: bold;
}

.category-nav-wrapper {
  background: #F4F5EB;
  padding: 0;
  text-align: center;
  margin-bottom: 55px;
}
.category-nav-wrapper .category-nav {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  border-bottom: #E6E8D9 1px solid;
  border-left: #E6E8D9 1px solid;
  border-right: #E6E8D9 1px solid;
  box-sizing: border-box;
}
.category-nav-wrapper .category-nav li {
  margin: 0;
  width: calc(100%/2);
  border-top: #E6E8D9 1px solid;
  border-right: #E6E8D9 1px solid;
  font-size: 12px;
  box-sizing: border-box;
}
.category-nav-wrapper .category-nav li:nth-child(2n) {
  border-right: none;
}
.category-nav-wrapper .category-nav li a {
  color: #999;
  font-weight: bold;
  display: block;
  padding: 20px 0;
}
.category-nav-wrapper .category-nav li.current {
  background: #FFF;
}
.category-nav-wrapper .category-nav li.current a {
  color: #000;
}

.listback-btn {
  text-align: center;
  border: #CCC 2px solid;
  font-size: 14px;
  font-weight: bold;
  margin: 0 18px 15px;
}
.listback-btn a {
  display: block;
  padding: 13px 0;
  color: #000;
}

/*  Pager
------------------------------------------------------------*/
.pager-wrapper {
  margin-bottom: 30px;
}
.pager-wrapper .pager-num {
  display: flex;
  justify-content: center;
  margin-bottom: 57px;
}
.pager-wrapper .pager-arrow {
  display: flex;
  justify-content: space-between;
  padding: 0 35px;
}
.pager-wrapper .pager-back,
.pager-wrapper .pager-next {
  position: relative;
  font-weight: bold;
}
.pager-wrapper .pager-back:before,
.pager-wrapper .pager-next:before {
  content: "";
  width: 18px;
  height: 18px;
  border: 2px solid #333;
  border-right-width: 0;
  border-bottom-width: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.pager-wrapper .pager-back.disabled,
.pager-wrapper .pager-next.disabled {
  color: #ccc;
}
.pager-wrapper .pager-back.disabled:before,
.pager-wrapper .pager-next.disabled:before {
  border-color: #ccc;
}
.pager-wrapper .pager-back a,
.pager-wrapper .pager-next a {
  display: block;
}
.pager-wrapper .pager-back:before {
  left: -20px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}
.pager-wrapper .pager-next:before {
  right: -20px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
}
.pager-wrapper .pager {
  display: flex;
}
.pager-wrapper .pager li {
  width: 85px;
  text-align: center;
  border-left: 1px solid #7d7d7d;
}
.pager-wrapper .pager li:first-child {
  border-left: none;
}
.pager-wrapper .pager li a {
  display: block;
  text-decoration: underline;
}
.pager-wrapper .pager .current {
  font-weight: bold;
  color: #693;
}

/*  Footer
------------------------------------------------------------*/
footer {
  text-align: center;
}

.ft01 {
  padding: 40px 10px;
  font-size: 12px;
}
.ft01 .mainlogo {
  margin-bottom: 18px;
}
.ft01 p {
  margin-bottom: 30px;
}

.btn-inquiry {
  background: #76AB2C;
  position: relative;
}
.btn-inquiry:before {
  right: 7px;
  box-sizing: border-box;
  width: 4px;
  height: 4px;
  border: 4px solid transparent;
  border-left: 4px solid #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.btn-inquiry a {
  display: block;
  color: #FFF;
  text-align: center;
  padding: 8px 0;
}
.btn-inquiry a:hover {
  background: #106945;
}

.ft02 {
  background: #106945;
  color: #fff;
  padding: 20px 10px 5px;
  font-weight: normal;
}
.ft02 a {
  color: #fff;
}
.ft02 a:hover {
  text-decoration: underline;
}
.ft02 .copyright {
  margin-right: auto;
  letter-spacing: 0.1em;
  margin-bottom: 13px;
}
.ft02 .ft02-nav ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 12px;
  margin-bottom: 14px;
}
.ft02 .ft02-nav .nav01 li {
  margin-left: 15px;
  padding-right: 15px;
  border-right: 1px solid #fff;
  letter-spacing: 0.05em;
}
.ft02 .ft02-nav .nav01 li:last-child {
  border-right: none;
}
.ft02 .ft02-nav .nav02 li {
  margin-right: 20px;
}
.ft02 .ft02-nav .nav02 li:last-child {
  margin-right: 0;
}

.btn-pagetop {
  margin-top: 20px;
  position: relative;
  width: 100%;
  height: 40px;
  background: #6DA51F;
}
.btn-pagetop:before {
  position: absolute;
  top: 8px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 15px;
  height: 15px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.btn-hide {
  opacity: 0;
  visibility: hidden;
  text-decoration: none;
  transition: all  0.2s ease;
}
.btn-hide:hover {
  visibility: hidden;
}

/*  For Pre-open
------------------------------------------------------------*/
.nav-inner .cs {
  position: relative;
}
.nav-inner .cs a {
  opacity: 0.2;
  cursor: default;
}
.nav-inner .cs .cs-area {
  position: absolute;
  top: 0;
  left: 70px;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 17px;
  color: #999;
}
