@charset "UTF-8";
/**************************
Compass Text Replacement
*/
/**************************
Inline List
*/
/**************************
Inline Block List
*/
/**************************
horizontal-list
*/
/**************************
Bullets
*/
/* simple clearfix */
/**************************
@mixin for sprite
*/
@-webkit-keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}

@-webkit-keyframes fade-out {
  0% {
    display: block;
    opacity: 1;
  }
  99% {
    display: block;
    opacity: 0;
  }
  100% {
    display: none;
    opacity: 0;
  }
}

@keyframes fade-out {
  0% {
    display: block;
    opacity: 1;
  }
  99% {
    display: block;
    opacity: 0;
  }
  100% {
    display: none;
    opacity: 0;
  }
}

@-webkit-keyframes zoom-in {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes zoom-in {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes zoom-in-hover {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

@keyframes zoom-in-hover {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

@-webkit-keyframes zoom-in-hover2 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
}

@keyframes zoom-in-hover2 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
}

@-webkit-keyframes sub_menu_fade_in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: .5;
  }
}

@keyframes sub_menu_fade_in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: .5;
  }
}

@-webkit-keyframes pop-upwards {
  0% {
    -webkit-transform: matrix(0.97, 0, 0, 1, 0, 12);
    transform: matrix(0.97, 0, 0, 1, 0, 12);
    opacity: 0;
  }
  20% {
    -webkit-transform: matrix(0.99, 0, 0, 1, 0, 2);
    transform: matrix(0.99, 0, 0, 1, 0, 2);
    opacity: .7;
  }
  40% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, -1);
    transform: matrix(1, 0, 0, 1, 0, -1);
    opacity: 1;
  }
  70% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0);
    opacity: 1;
  }
  100% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0);
    opacity: 1;
  }
}

@keyframes pop-upwards {
  0% {
    -webkit-transform: matrix(0.97, 0, 0, 1, 0, 12);
    transform: matrix(0.97, 0, 0, 1, 0, 12);
    opacity: 0;
  }
  20% {
    -webkit-transform: matrix(0.99, 0, 0, 1, 0, 2);
    transform: matrix(0.99, 0, 0, 1, 0, 2);
    opacity: .7;
  }
  40% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, -1);
    transform: matrix(1, 0, 0, 1, 0, -1);
    opacity: 1;
  }
  70% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0);
    opacity: 1;
  }
  100% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes pop-downwards {
  0% {
    -webkit-transform: matrix(0.97, 0, 0, 1, 0, -12);
    transform: matrix(0.97, 0, 0, 1, 0, -12);
    opacity: 0;
  }
  20% {
    -webkit-transform: matrix(0.99, 0, 0, 1, 0, -2);
    transform: matrix(0.99, 0, 0, 1, 0, -2);
    opacity: .7;
  }
  40% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 1);
    transform: matrix(1, 0, 0, 1, 0, 1);
    opacity: 1;
  }
  70% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0);
    opacity: 1;
  }
  100% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0);
    opacity: 1;
  }
}

@keyframes pop-downwards {
  0% {
    -webkit-transform: matrix(0.97, 0, 0, 1, 0, -12);
    transform: matrix(0.97, 0, 0, 1, 0, -12);
    opacity: 0;
  }
  20% {
    -webkit-transform: matrix(0.99, 0, 0, 1, 0, -2);
    transform: matrix(0.99, 0, 0, 1, 0, -2);
    opacity: .7;
  }
  40% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 1);
    transform: matrix(1, 0, 0, 1, 0, 1);
    opacity: 1;
  }
  70% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0);
    opacity: 1;
  }
  100% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes pop-up {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

@keyframes pop-up {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

@-webkit-keyframes _on_opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes _on_opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes slide-up {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slide-up {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes header_start {
  0% {
    -webkit-transform: translateY(-200px);
    transform: translateY(-200px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes header_start {
  0% {
    -webkit-transform: translateY(-200px);
    transform: translateY(-200px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes gnav_sub {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.9) translateY(-5%);
    transform: scale(0.9) translateY(-5%);
  }
  100% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
  }
}

@keyframes gnav_sub {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.9) translateY(-5%);
    transform: scale(0.9) translateY(-5%);
  }
  100% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
  }
}

@-webkit-keyframes header_appear {
  0% {
    top: -66px;
  }
  100% {
    top: 0;
  }
}

@keyframes header_appear {
  0% {
    top: -66px;
  }
  100% {
    top: 0;
  }
}

/***********************************************************************
 ***********************************************************************
 ***********************************************************************
## Layout
*/
.wrapper {
  min-width: 1000px;
}

.root {
  min-width: 1000px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.root-index {
  padding-top: 180px;
}

.root-sub {
  padding-top: 107px;
}

.pc_container,
.pc_tb_container,
.container {
  width: 1000px;
  min-width: 1000px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}

.pc_container-relative,
.pc_tb_container-relative,
.container-relative {
  position: relative;
  top: 0;
  left: 0;
}

.pc_container-sm,
.pc_tb_container-sm,
.container-sm {
  width: 1000px;
  min-width: 1000px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}

.pc_container-sm2,
.pc_tb_container-sm2,
.container-sm2 {
  width: 1000px;
  min-width: 1000px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}

.pc_padding,
.padding {
  padding-left: 15px;
  padding-right: 15px;
}

.main_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 150px;
}

.main_column {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.sub_column {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  width: 200px;
  -ms-flex-preferred-size: 200px;
  flex-basis: 200px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  margin-right: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}

.main_content {
  font-size: 0.938rem;
  background-image: url("../img/bg.jpg");
}

.scroll_to_top {
  right: 15px;
}

/***********************************************************************
 ***********************************************************************
 ***********************************************************************

## Utility - Cosmetic

ユーティリティー設定。
このサイト専用というわけでもない共通設定。

*/
.pc_none,
.root .pc_none {
  display: none;
}

.block,
.pc_block {
  display: block;
}

.tel_link,
.tel_link-no {
  pointer-events: none;
  cursor: default;
  color: inherit;
}

.root .tel_link,
.root .tel_link:hover, .root
.tel_link-no,
.root
.tel_link-no:hover {
  text-decoration: none;
  color: inherit;
}

.sp_click,
.pc_no_click {
  pointer-events: none;
  cursor: default;
}

/***********************************************************************
 ***********************************************************************
 ***********************************************************************



## Component - Base

コンポーネント設定。
各ページでよく使い回す記述。
このサイト専用の共通設定。

*/
/**************************

## - 段組設定 2列 3列 4列

PCの時だけ、中央に等間隔で余白を作り、width: 100%; を守って列になる。
ul でなくてもいい。

**2列 .pc_column2**

	<ul class="pc_column2">
		<li>コンテンツ</li>
		<li>コンテンツ</li>
		<li>コンテンツ</li>
		<li>コンテンツ</li>
		<li>コンテンツ</li>
	</ul>

**3列 .pc_column3**

	<ul class="pc_column3">
		<li>コンテンツ</li>
		<li>コンテンツ</li>
		<li>コンテンツ</li>
		<li>コンテンツ</li>
		<li>コンテンツ</li>
	</ul>

**4列 .pc_column4**

	<ul class="pc_column4">
		<li>コンテンツ</li>
		<li>コンテンツ</li>
		<li>コンテンツ</li>
		<li>コンテンツ</li>
		<li>コンテンツ</li>
	</ul>

*/
.pc_column2 > *:nth-child(2n) {
  padding-bottom: 20px;
}

.pc_column2 > *:last-child {
  padding-bottom: 0;
}

.pc_column3 > *:nth-child(3n) {
  padding-bottom: 20px;
}

.pc_column3 > *:last-child {
  padding-bottom: 0;
}

.pc_column4 > *:nth-child(4n) {
  padding-bottom: 20px;
}

.pc_column4 > *:last-child {
  padding-bottom: 0;
}

.pc_column2::before, .pc_column2::after {
  content: '';
  display: table;
}

.pc_column2::after {
  clear: both;
}

.pc_column2 > * {
  width: 50%;
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.pc_column2 > *:nth-child(2n + 1) {
  clear: left;
  padding-right: 10px;
}

.pc_column2 > *:nth-child(2n) {
  padding-left: 10px;
}

.pc_column3::before, .pc_column3::after {
  content: '';
  display: table;
}

.pc_column3::after {
  clear: both;
}

.pc_column3 > * {
  width: 33.33333%;
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.pc_column3 > *:nth-child(3n + 1) {
  clear: left;
  padding-right: 13px;
}

.pc_column3 > *:nth-child(3n + 2) {
  padding-left: 7px;
  padding-right: 7px;
}

.pc_column3 > *:nth-child(3n) {
  padding-left: 13px;
}

.pc_column4::before, .pc_column4::after {
  content: '';
  display: table;
}

.pc_column4::after {
  clear: both;
}

.pc_column4 > * {
  width: 25%;
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.pc_column4 > *:nth-child(4n + 1) {
  clear: left;
  padding-right: 15px;
}

.pc_column4 > *:nth-child(4n + 2) {
  padding-left: 5px;
  padding-right: 10px;
}

.pc_column4 > *:nth-child(4n + 3) {
  padding-left: 10px;
  padding-right: 5px;
}

.pc_column4 > *:nth-child(4n) {
  padding-left: 15px;
}

.pc_column2_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.pc_column2_2 > * {
  width: 0px;
  margin-right: 10px;
}

.pc_column2_2 > *:nth-child(2n) {
  margin-right: 0;
}

.pc_column2_2 > *:nth-child(2n) {
  padding-bottom: 20px;
}

.pc_column2_2 > *:last-child {
  padding-bottom: 0;
}

.set::before, .set::after {
  content: '';
  display: table;
}

.set::after {
  clear: both;
}

.set .resize.right {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: right;
  padding-left: 300px;
  margin-left: -280px;
}

.set .fix.left {
  width: 280px;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  float: left;
}

.set .resize.left {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding-right: 300px;
  margin-right: -280px;
}

.set .fix.right {
  width: 280px;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  float: right;
}

.set .fix > img:not(.cancel),
.set .resize > img:not(.cancel) {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

.set-2 .resize.right {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: right;
  padding-left: 220px;
  margin-left: -200px;
}

.set-2 .fix.left {
  width: 200px;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  float: left;
}

.set-2 .resize.left {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding-right: 320px;
  margin-right: -300px;
}

.set-2 .fix.right {
  width: 300px;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  float: right;
}

.set-3 .resize.right {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: right;
  padding-left: 470px;
  margin-left: -450px;
}

.set-3 .fix.left {
  width: 450px;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  float: left;
}

.set-3 .resize.left {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding-right: 470px;
  margin-right: -450px;
}

.set-3 .fix.right {
  width: 450px;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  float: right;
}

.set-pr .resize.right {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: right;
  padding-left: 220px;
  margin-left: -200px;
}

.set-pr .fix.left {
  width: 200px;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  float: left;
}

.set-pr .resize.left {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding-right: 60px;
  margin-right: -50px;
  height: 0;
}

.set-pr .resize.left .img {
  max-width: 330px;
  -webkit-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3);
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3);
}

.set-pr .fix.right {
  width: 440px;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  float: right;
}

.footer {
  position: relative;
  top: 0;
  left: 0;
  min-width: 1000px;
}

/***********************************************************************
 ***********************************************************************
 ***********************************************************************

## Project

特定ページ専用、効果範囲が限定的な記述。
コンテンツ内容に密接で、汎用性がなく、機能の付け替えを想定していない。

*/
.gnav-index {
  background-color: rgba(238, 240, 233, 0.9);
  height: 78px;
  width: 1000px;
  position: relative;
  bottom: 78px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.gnav-index .gnav__ul, .gnav-index .gnav__li, .gnav-index .gnav__a {
  height: 78px;
}

.gnav-sub {
  height: 78px;
  background-color: rgba(238, 240, 233, 0.9);
  position: relative;
  bottom: 78px;
  border-radius: 8px;
}

.gnav-sub .gnav__ul, .gnav-sub .gnav__li, .gnav-sub .gnav__a {
  height: 78px;
}

.header-fixed .gnav-sub .gnav__ul, .header-fixed .gnav-sub .gnav__li, .header-fixed .gnav-sub .gnav__a {
  height: 78px;
}

.gnav__text::before {
  content: "";
  display: block;
  width: 46px;
  height: 2px;
  background-color: #afcb3d;
  position: absolute;
  top: 60px;
  left: 35%;
}

.gnav__ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: 0;
  left: 0;
}

.gnav__li {
  position: relative;
  top: 0;
  left: 120px;
}

.gnav__li:hover {
  background-color: #c1cf38;
}

.gnav__li img {
  height: 16px;
}

.gnav__li a {
  display: block;
  height: 100%;
}

.gnav__li::after {
  content: "";
  display: block;
  width: 1px;
  height: 30px;
  background-color: #9e9d99;
  position: absolute;
  top: 25px;
  left: 0px;
}

.gnav__li__li:last-child::after {
  content: none;
}

.gnav-sug .gnav__li:first-child::before, .gnav-sug .gnav__li::after {
  content: '';
  display: block;
  position: absolute;
  top: 5px;
  right: 0;
  z-index: 10;
  height: 40px;
  width: 1px;
  background-color: #ccc;
}

.gnav-sug .gnav__li:first-child::before {
  right: auto;
  left: 0;
}

.gnav__li:nth-child(1) .gnav__a {
  -webkit-animation-name: pop-downwards;
  animation-name: pop-downwards;
  -webkit-animation-duration: .7s;
  animation-duration: .7s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 0.27s;
  animation-delay: 0.27s;
  text-align: center;
}

.gnav__li:nth-child(2) .gnav__a {
  -webkit-animation-name: pop-downwards;
  animation-name: pop-downwards;
  -webkit-animation-duration: .7s;
  animation-duration: .7s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 0.34s;
  animation-delay: 0.34s;
  text-align: center;
}

.gnav__li:nth-child(3) .gnav__a {
  -webkit-animation-name: pop-downwards;
  animation-name: pop-downwards;
  -webkit-animation-duration: .7s;
  animation-duration: .7s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 0.41s;
  animation-delay: 0.41s;
  text-align: center;
}

.gnav__li:nth-child(4) .gnav__a {
  -webkit-animation-name: pop-downwards;
  animation-name: pop-downwards;
  -webkit-animation-duration: .7s;
  animation-duration: .7s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 0.48s;
  animation-delay: 0.48s;
  text-align: center;
}

.gnav__li:nth-child(5) .gnav__a {
  -webkit-animation-name: pop-downwards;
  animation-name: pop-downwards;
  -webkit-animation-duration: .7s;
  animation-duration: .7s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 0.55s;
  animation-delay: 0.55s;
  text-align: center;
}

.gnav__li-1 {
  width: 147px;
}

.gnav__li-1 a {
  display: block;
}

.gnav__li-2 {
  width: 139px;
}

.gnav__li-3 {
  width: 176px;
}

.gnav__li-4 {
  width: 171px;
}

.gnav__li-5 {
  width: 127px;
}

.gnav__a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  box-sizing: border-box;
  text-decoration: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen {
  .gnav__a {
    opacity: 0;
  }
}

.gnav__a .main,
.gnav__a .sub {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.gnav__a .main {
  text-align: center;
  color: #000;
}

.gnav__a .main,
.gnav__a .main img {
  height: 78px;
}

.gnav__a .sub,
.gnav__a .sub img {
  height: 20px;
}

.gnav__a-index {
  max-width: 100%;
}

.gnav__a-index.active, .gnav__a-index:hover {
  background-color: #c1cf38;
}

.gnav__a-index.gnav__a-5 {
  width: 128px;
}

.gnav__a-index a {
  display: block;
}

.gnav__a-1 .main {
  background-image: url(../img/gnav/index/main/gnav_farmstand.png);
  background-size: 80px;
}

.gnav-index .gnav__a-1 .main {
  background-image: url("../img/gnav/index/main/gnav_farmstand.png");
  background-size: 80px;
}

.gnav__a-2 .main {
  background-image: url(../img/gnav/index/main/gnav_product.png);
  background-size: 80px;
}

.gnav-index .gnav__a-2 .main {
  background-image: url("../img/gnav/index/main/gnav_product.png");
  background-size: 80px;
}

.gnav__a-3 .main {
  background-image: url(../img/gnav/index/main/gnav_service.png);
  background-size: 114px;
}

.gnav-index .gnav__a-3 .main {
  background-image: url("../img/gnav/index/main/gnav_service.png");
  background-size: 109px;
}

.gnav__a-4 .main {
  background-image: url(../img/gnav/index/main/gnav_store.png);
  background-size: 108px;
}

.gnav-index .gnav__a-4 .main {
  background-image: url("../img/gnav/index/main/gnav_store.png");
  background-size: 106px;
}

.gnav__a-5 .main {
  background-image: url(../img/gnav/index/main/gnav_about.png);
  background-size: 70px;
}

.gnav-index .gnav__a-5 .main {
  background-image: url("../img/gnav/index/main/gnav_about.png");
  background-size: 70px;
}

.gnav__sub {
  display: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 99;
}

.gnav__sub__container {
  position: relative;
  width: 280px;
  padding-top: 12px;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: opacity .5s ease-in-out;
  -o-transition: opacity .5s ease-in-out;
  transition: opacity .5s ease-in-out;
  z-index: 10;
}

.gnav__sub__container::before {
  content: '';
  display: block;
  background: url("../img/icon/arrow/gnavisub-top.png") 0 0 no-repeat transparent;
  background-size: 20px 12px;
  width: 20px;
  height: 12px;
  position: absolute;
  top: 1.3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
}

.gnav__sub__container-2 {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  left: 0;
}

.gnav__sub__container-2::before {
  left: 140px;
  margin-left: -110px;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.gnav__sub__container-5 {
  left: 60px;
}

.gnav__sub__container-5::before {
  margin-left: 0;
}

.gnav__sub__container-5 .gnav__sub__ul1 {
  left: -80px;
}

.gnav__sub__ul1 {
  position: absolute;
  left: 0;
  width: 100%;
  border: 1px solid #fff;
  background-color: #e7e8b6;
  padding: 0;
}

.gnav__sub .li1 {
  width: 100%;
}

.gnav__sub .li1:not(:last-child) {
  border-bottom: 1px solid #fff;
}

.gnav__sub .li1.active .a1,
.gnav__sub .li1 .a1:hover {
  background-color: #c1cf38;
}

.gnav__sub .sub_ul2 {
  border-top: 1px solid #fff;
}

.gnav__sub .a2 {
  padding-left: 2ex;
}

.gnav__sub a,
.gnav__sub .a1,
.gnav__sub .a2,
.gnav__sub .a3,
.gnav__sub .a4 {
  vertical-align: middle;
  position: relative;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #333;
  text-decoration: none;
}

.gnav__sub a:hover,
.gnav__sub .a1:hover,
.gnav__sub .a2:hover,
.gnav__sub .a3:hover,
.gnav__sub .a4:hover {
  background-color: #98b912;
}

.gnav__sub a .text,
.gnav__sub .a1 .text,
.gnav__sub .a2 .text,
.gnav__sub .a3 .text,
.gnav__sub .a4 .text {
  display: block;
  font-size: 0.938rem;
  line-height: 1.4;
  padding: 2.5ex 2ex 2.5ex 24px;
  position: relative;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.gnav__sub a .text::before,
.gnav__sub .a1 .text::before,
.gnav__sub .a2 .text::before,
.gnav__sub .a3 .text::before,
.gnav__sub .a4 .text::before {
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -6px;
}

.gnav__sub a .text .gnav_small,
.gnav__sub .a1 .text .gnav_small,
.gnav__sub .a2 .text .gnav_small,
.gnav__sub .a3 .text .gnav_small,
.gnav__sub .a4 .text .gnav_small {
  font-size: 95%;
}

.gnav__sub a .text .gnav_block,
.gnav__sub .a1 .text .gnav_block,
.gnav__sub .a2 .text .gnav_block,
.gnav__sub .a3 .text .gnav_block,
.gnav__sub .a4 .text .gnav_block {
  display: block;
}

.gnav__sub a .cell,
.gnav__sub .a1 .cell,
.gnav__sub .a2 .cell,
.gnav__sub .a3 .cell,
.gnav__sub .a4 .cell {
  display: block;
}

.gnav__sub-show {
  display: block;
}

.gnav__sub-show .anime {
  -webkit-animation-name: gnav_sub;
  animation-name: gnav_sub;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.header-fixed .gnav__sub-show {
  display: block;
}

.header-fixed .gnav__sub-show .anime {
  -webkit-animation-name: gnav_sub;
  animation-name: gnav_sub;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.btn-hori {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn-hori li {
  padding-right: 30px;
}

/*# sourceMappingURL=pc_style.css.map */