@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:hover {
  color: #669933;
}

a img,
a svg {
  text-decoration: none;
  transition: all  0.2s ease;
}

a:hover img,
a:hover svg {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

.box-inner {
  width: 1100px;
  margin: 0 auto;
}

.box-inner-l {
  width: 1180px;
  margin: 0 auto;
}

.box-mainttl {
  text-align: center;
  margin-bottom: 25px;
}
.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;
  margin-left: 2px;
  text-align: center;
}

.hd-inner-top {
  background: #B9B9B9;
  color: #fff;
  text-align: right;
  padding: 0;
}
.hd-inner-top .hd-sns {
  justify-content: flex-end;
}
.hd-inner-top .hd-sns li a {
  display: block;
  padding: 8px 0;
  height: 19px;
}
.hd-inner-top .hd-sns li a:hover {
  background: #666;
}
.hd-inner-top .hd-sns li a:hover svg {
  opacity: 1;
}
.hd-inner-top .hd-sns .link-03 {
  margin-right: 20px;
}

.hd-inner-logo {
  text-align: center;
  padding: 30px 10px;
}

.cmn-nav .nav-inner {
  width: 1100px;
  margin: 0 auto 22px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cmn-nav .nav-inner li {
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  position: relative;
}
.cmn-nav .nav-inner li:before {
  content: "";
  background: #EEE;
  width: 1px;
  height: 20px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.cmn-nav .nav-inner li:last-child:before {
  background: none;
}
.cmn-nav .nav-inner li a {
  display: block;
  padding: 2px 15px;
}

.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;
}
.cmn-header.fixed .hd-sns a:hover .icon-facebook01,
.cmn-header.fixed .hd-sns a:hover .icon-twitter01,
.cmn-header.fixed .hd-sns a:hover .icon-line01,
.cmn-header.fixed .hd-sns a:hover .icon-nav01 {
  fill: #fff;
}

.hd-nav {
  transition: all 0.5s ease;
}
.hd-nav.open {
  transition: all 0.5s ease;
}
.hd-nav .nav-wrapper {
  background: #FFF;
  overflow: auto;
  position: fixed;
  top: 0;
  right: 0;
  width: 350px;
  height: 100vh;
  box-sizing: border-box;
  padding: 80px 42px 80px 70px;
  z-index: 6;
  transition: all 0.5s ease;
  transform: translateX(350px);
}
.hd-nav .nav-wrapper.open {
  margin: 0;
  transition: all 0.5s ease;
  transform: translateX(0);
}
.hd-nav .nav-wrapper .nav-inner {
  font-weight: bold;
  margin-bottom: 55px;
}
.hd-nav .nav-wrapper .nav-inner li {
  margin-bottom: 29px;
}
.hd-nav .nav-wrapper .nav-icon {
  margin-right: 10px;
}
.hd-nav .nav-wrapper .hd-sns {
  justify-content: center;
  margin-bottom: 45px;
}
.hd-nav .nav-wrapper .btn-inquiry {
  margin: 0 auto 45px;
}
.hd-nav .nav-wrapper .sec-logo {
  text-align: center;
}
.hd-nav .nav-wrapper .sec-logo p {
  margin-top: 11px;
}
.hd-nav .btn-close {
  height: 30px;
  width: 30px;
  display: block;
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}
.hd-nav .btn-close:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
.hd-nav .btn-close:before, .hd-nav .btn-close:after {
  content: '';
  height: 2px;
  width: 35px;
  display: block;
  background: #676767;
  position: absolute;
  top: 15px;
  left: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}
.hd-nav .btn-close: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
------------------------------------------------------------*/
.btn-more {
  text-align: center;
  width: 80px;
  margin: 0 auto;
  display: inline-block;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: bold;
}
.btn-more a {
  display: block;
  padding: 18px;
  border: 1px solid #ddd;
}
.btn-more a:hover {
  color: #FFF;
  background: #669933;
}

.breadcrumb-wrapper {
  margin: 0 auto 60px;
  padding: 17px;
  border-bottom: #EEE 1px solid;
}
.breadcrumb-wrapper .breadcrumb {
  display: flex;
  width: 1100px;
  margin: 0 auto;
  font-size: 12px;
}
.breadcrumb-wrapper .breadcrumb a {
  color: #693;
}
.breadcrumb-wrapper .breadcrumb li {
  position: relative;
  padding-right: 16px;
}
.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 .breadcrumb .current {
  font-weight: bold;
}
.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;
}

.category-nav-wrapper {
  background: #F4F5EB;
  padding: 14px 10px;
  text-align: center;
  margin-bottom: 90px;
}
.category-nav-wrapper .category-nav {
  display: flex;
  align-items: center;
  width: 1100px;
  margin: 0 auto;
}
.category-nav-wrapper .category-nav li {
  margin: 0 3px;
}
.category-nav-wrapper .category-nav li a {
  color: #999;
  font-weight: bold;
  width: 175px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.category-nav-wrapper .category-nav li.current a,
.category-nav-wrapper .category-nav li a:hover {
  background: #FFF;
  border-radius: 10px;
  color: #000;
}

/*  Pager
------------------------------------------------------------*/
.pager-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.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:hover:before,
.pager-wrapper .pager-next:hover:before {
  border-color: #669933;
}
.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 a:hover,
.pager-wrapper .pager-next a:hover {
  text-decoration: underline;
}
.pager-wrapper .pager-back {
  margin-right: 68px;
}
.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 {
  margin-left: 68px;
}
.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;
}
.pager-wrapper .pager .disabled {
  color: #693;
}

/*  Footer
------------------------------------------------------------*/
footer .box-inner {
  display: flex;
  align-items: center;
}

.ft01 {
  padding: 50px 10px;
}
.ft01 .ft-logo {
  display: flex;
  align-items: center;
  margin-right: auto;
}
.ft01 .ft-logo p {
  margin-left: 27px;
}

.btn-inquiry {
  background: #76AB2C;
  width: 200px;
  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: 12px 0;
}
.btn-inquiry a:hover {
  background: #106945;
}

.ft02 {
  background: #106945;
  color: #fff;
  padding: 40px 10px;
  font-weight: normal;
}
.ft02 a {
  color: #fff;
}
.ft02 a:hover {
  text-decoration: underline;
}
.ft02 .copyright {
  margin-right: auto;
  letter-spacing: 0.1em;
}
.ft02 .ft02-nav {
  display: flex;
  align-items: center;
}
.ft02 .ft02-nav ul {
  display: flex;
}
.ft02 .ft02-nav .nav01 {
  margin-right: 33px;
}
.ft02 .ft02-nav .nav01 li {
  margin-left: 15px;
  padding-right: 15px;
  border-right: 1px solid #fff;
  letter-spacing: 0.05em;
  font-size: 13px;
}
.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 {
  position: fixed;
  bottom: 58px;
  right: 25px;
  width: 60px;
  height: 60px;
  text-indent: -9999px;
  text-decoration: none;
  transition: all  0.2s ease;
}
.btn-pagetop:hover:before {
  background-position: 0 -60px;
}
.btn-pagetop:before {
  content: "";
  width: 60px;
  height: 60px;
  background: url(../images/common/btn-pagetop.png) no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}

.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: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  height: 17px;
}