@charset "UTF-8";
/*
Theme Name: nogyoya_renew2022
Description: 農業屋 2022リニューアルbase
Version: 1.0
Tags: html5 css3(scss) javascript php mysql FontAwesome4.7.0
*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@900&family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");
@font-face {
  font-family: "Original Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100; }
@font-face {
  font-family: "Original Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200; }
@font-face {
  font-family: "Original Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300; }
@font-face {
  font-family: "Original Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400; }
@font-face {
  font-family: "Original Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold; }
*, *:before, *:after {
  box-sizing: border-box; }

html {
  font-size: 62.5%; }
  html:focus {
    outline: none; }

body {
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.6;
  color: #333; }
  @media screen and (min-width: 767px) {
    body {
      font-size: 16px; } }

main {
  display: block;
  overflow: hidden; }

.fontSerif {
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", serif; }

/* ----------------------------------- */
/* コンテナ
/* ----------------------------------- */
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  transition: ease-in .1s; }
  @media screen and (min-width: 1025px) {
    .container {
      max-width: 1170px; } }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .container {
      max-width: 970px;
      padding-left: 5%;
      padding-right: 5%; } }
  @media screen and (max-width: 767px) {
    .container {
      max-width: 750px; } }

/* ----------------------------------- */
/* clearfix
/* ----------------------------------- */
.clearfix:before, .clearfix:after, .container:before, .container:after {
  content: " ";
  display: table; }

.clearfix:after, .container:after {
  clear: both; }

/* ----------------------------------- */
/* フォントサイズ・余白 */
/* ----------------------------------- */
.fs12 {
  font-size: 12px !important; }

.fs14 {
  font-size: 14px !important; }

.fs16 {
  font-size: 16px !important; }

.fs18 {
  font-size: 18px !important; }

.fs20 {
  font-size: 20px !important; }

.fs22 {
  font-size: 22px !important; }

.fs24 {
  font-size: 24px !important; }

.mt0 {
  margin-top: 0	 !important; }

.mt5 {
  margin-top: 5px !important; }

.mt10 {
  margin-top: 10px !important; }

.mt15 {
  margin-top: 15px !important; }

.mt20 {
  margin-top: 20px !important; }

.mt30 {
  margin-top: 30px !important; }

.mt35 {
  margin-top: 35px !important; }

.mt40 {
  margin-top: 40px !important; }

.mt50 {
  margin-top: 50px !important; }

.mb0 {
  margin-bottom: 0   !important; }

.mb5 {
  margin-bottom: 5px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.mb15 {
  margin-bottom: 15px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.mb35 {
  margin-bottom: 35px !important; }

.mb40 {
  margin-bottom: 40px !important; }

.mb50 {
  margin-bottom: 50px !important; }

.mb60 {
  margin-bottom: 60px !important; }

.mb70 {
  margin-bottom: 70px !important; }

.mb80 {
  margin-bottom: 80px !important; }

.mb90 {
  margin-bottom: 90px !important; }

.mb100 {
  margin-bottom: 100px !important; }

.w10p {
  width: 10% !important; }

.w20p {
  width: 20% !important; }

.w30p {
  width: 30% !important; }

.w40p {
  width: 40% !important; }

.w50p {
  width: 50% !important; }

.w60p {
  width: 60% !important; }

.w70p {
  width: 70% !important; }

.w80p {
  width: 80% !important; }

.w90p {
  width: 90% !important; }

.w100p {
  width: 100% !important; }

/* ----------------------------------- */
/* リンク */
/* ----------------------------------- */
a {
  color: #009844;
  text-decoration: underline;
  transition: all ease .3s; }
  a:hover, a:focus {
    color: #6FBA2C;
    text-decoration: none;
    transition: all ease .3s; }
  a:focus, a:active, a:hover {
    outline: 0;
    text-decoration: none; }
  a img:hover {
    opacity: 0.8; }

.tar_blank {
  padding-right: 36px;
  position: relative; }
  .tar_blank::after {
    content: "";
    position: absolute;
    right: 0;
    top: 2px;
    background: url("images/common/blank_green.svg") no-repeat;
    background-size: 16px;
    width: 16px;
    height: 10px; }

/* ----------------------------------- */
/* 配置 */
/* ----------------------------------- */
.alignnone {
  max-width: 100%; }

.alignleft {
  display: inline;
  float: left; }

.alignright {
  display: inline;
  float: right; }

.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto; }

blockquote.alignleft,
img.alignleft {
  margin: 0 20px 20px 0; }
blockquote.alignright,
img.alignright {
  margin: 0 0 20px 20px; }
blockquote.aligncenter,
img.aligncenter {
  clear: both;
  margin-left: auto;
  margin-right: auto; }

.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
  margin-bottom: 20px; }

/* ----------------------------------- */
/* イメージ */
/* ----------------------------------- */
img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  flex-shrink: 0; }
  img[class*="align"], img[class*="wp-image-"], img[class*="attachment-"] {
    height: auto; }
  img.alignleft, img.alignright, img.aligncenter {
    margin-bottom: 30px; }
  img.alignleft {
    display: inline;
    float: left;
    margin-right: 20px; }
  img.alignright {
    display: inline;
    float: right;
    margin-left: 20px; }
  img.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px !important; }

/* ----------------------------------- */
/* ギャラリー */
/* ----------------------------------- */
.gallery {
  margin: 30px 0; }
  .gallery .gallery-item {
    display: inline-block;
    padding: 0 1.79104477%;
    text-align: center;
    vertical-align: top;
    width: 100%;
    margin: 0 0 15px; }
    .gallery .gallery-item .gallery-icon img {
      margin: 0 auto;
      width: 100%;
      height: auto;
      border: none !important; }
    .gallery .gallery-item .gallery-caption {
      color: #707070;
      display: block;
      text-align: left;
      font-size: 14px;
      line-height: 1.5;
      padding: 0.5em 0 0;
      margin: 0; }
  .gallery.gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery.gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
  .gallery.gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery.gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery.gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  .gallery.gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  .gallery.gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery.gallery-columns-9 .gallery-item {
    max-width: 11.11%; }

/* キャプション */
/* ----------------------------------- */
.wp-caption {
  max-width: 100%;
  margin: 0; }
  .wp-caption img {
    border-color: none; }

/* ----------------------------------- */
/* ボタン */
/* ----------------------------------- */
.btnWrap {
  margin: 40px 0; }

.btn {
  clear: both;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  margin: 30px 0 30px;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  text-decoration: none;
  transition: .3s ease-in;
  user-select: none;
  position: relative;
  border: 1px solid #009844;
  border-radius: 50px;
  color: #fff !important;
  background: #009844;
  max-width: 290px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  box-shadow: 2px 4px 5px rgba(0, 0, 0, 0.2); }
  .btn:hover, .btn:focus {
    text-decoration: none;
    color: #fff !important;
    background: #6FBA2C;
    border-color: #6FBA2C !important; }
  .btn.arrow:after {
    position: absolute;
    align-items: center;
    border: none;
    content: "\f105";
    font-family: FontAwesome;
    transform: none;
    color: #fff;
    right: 15px;
    font-size: 20px;
    border-radius: 0;
    top: 50%;
    margin-top: -15px;
    transition: .3s ease-in; }
  .btn.arrow:hover:after, .btn.arrow:focus:after {
    color: #fff; }
  .btn.blank_w:after {
    position: absolute;
    align-items: center;
    border: none;
    content: "";
    right: 25px;
    top: 20px;
    transition: .3s ease-in;
    background: url(images/common/blank_white.svg) no-repeat;
    background-size: 16px;
    width: 16px;
    height: 11px; }
  .btn.blank_w:hover:after, .btn.blank_w:focus:after {
    color: #fff; }
  .btn.arrowReverse:after {
    position: absolute;
    align-items: center;
    border: none;
    content: "\f105";
    font-family: FontAwesome;
    transform: none;
    color: #0B7447;
    right: 15px;
    font-size: 20px;
    border-radius: 0;
    top: 50%;
    margin-top: -15px;
    transition: .3s ease-in; }
  .btn.arrowReverse:hover:after, .btn.arrowReverse:focus:after {
    color: #fff; }
  .btn.reverse {
    text-decoration: none;
    color: #0B7447;
    background: #fff;
    border-color: #0B7447;
    font-weight: bold; }
    .btn.reverse:hover, .btn.reverse:focus {
      background: #0B7447;
      color: #fff; }
  .btn.btnLeft {
    margin: 0; }
  .btn.btnRight {
    margin: 0 0 0 auto; }
  .btn.btnCenter {
    margin-left: auto;
    margin-right: auto; }
  .btn.btnFull {
    max-width: none; }
  .btn.type2 {
    background: #EAE4D1;
    border-color: #EAE4D1;
    color: #0B7447 !important;
    border-radius: 0;
    box-shadow: none; }
    .btn.type2:after {
      color: #0B7447; }
    .btn.type2:hover {
      border-color: #0B7447;
      border-radius: 0; }
      .btn.type2:hover:after {
        color: #0B7447; }

/* ----------------------------------- */
/* カラム */
/* ----------------------------------- */
.column2Wrap-nogap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px; }
  .column2Wrap-nogap .columnBox {
    width: 100%; }
    .column2Wrap-nogap .columnBox img {
      width: 100%; }
  @media screen and (min-width: 767px) {
    .column2Wrap-nogap .columnBox {
      width: 50%; } }

.column2Wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px; }
  .column2Wrap .columnBox {
    flex-basis: calc( ( 100% - ( 30px * ( 2 - 1) ) ) / 2 );
    max-width: calc( ( 100% - ( 30px * ( 2 - 1) ) ) / 2 ); }
    .column2Wrap .columnBox p:last-of-type {
      margin-bottom: 0; }
    .column2Wrap .columnBox:nth-of-type(n + 3) {
      margin-top: 20px; }
  .column2Wrap.sp3_7 .columnBox:nth-of-type(odd) {
    flex-basis: 300px;
    max-width: 300px; }
  .column2Wrap.sp3_7 .columnBox:nth-of-type(even) {
    flex-basis: calc( 100% - 320px );
    max-width: calc( 100% - 320px ); }
  .column2Wrap.sp7_3 .columnBox:nth-of-type(odd) {
    flex-basis: calc( 100% - 320px );
    max-width: calc( 100% - 320px ); }
  .column2Wrap.sp7_3 .columnBox:nth-of-type(even) {
    flex-basis: 300px;
    max-width: 300px; }
  .column2Wrap.sp140 .columnBox:nth-of-type(-n + 2) {
    margin-top: 0; }
  .column2Wrap.sp140 .columnBox:nth-of-type(odd) {
    flex-basis: 140px;
    max-width: 140px; }
  .column2Wrap.sp140 .columnBox:nth-of-type(even) {
    flex-basis: calc( 100% - 160px );
    max-width: calc( 100% - 160px ); }
  .column2Wrap.sp250 .columnBox:nth-of-type(odd) {
    flex-basis: 250px;
    max-width: 250px; }
  .column2Wrap.sp250 .columnBox:nth-of-type(even) {
    flex-basis: calc( 100% - 270px );
    max-width: calc( 100% - 270px ); }
  .column2Wrap .column2Wrap .columnBox {
    flex-basis: calc( ( 100% - ( 30px * ( 2 - 1) ) ) / 2 );
    max-width: calc( ( 100% - ( 30px * ( 2 - 1) ) ) / 2 ); }

.column3Wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px; }
  .column3Wrap:after {
    content: "";
    display: block;
    width: calc( ( 100% - ( 30px * ( 3 - 1) ) ) / 3 ); }
  .column3Wrap .columnBox {
    flex-basis: calc( ( 100% - ( 30px * ( 3 - 1) ) ) / 3 );
    max-width: calc( ( 100% - ( 30px * ( 3 - 1) ) ) / 3 ); }
    .column3Wrap .columnBox img {
      width: 100%;
      max-width: 100%; }
    .column3Wrap .columnBox p:last-child {
      margin-bottom: 0; }
    .column3Wrap .columnBox:nth-of-type(-n + 3) {
      margin-top: 0; }

.column4Wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
  position: relative; }
  .column4Wrap .columnBox p:last-child {
    margin-bottom: 0; }
  .column4Wrap .columnBox img {
    max-width: 100%;
    width: 100%; }

.column6Wrap {
  display: flex;
  flex-wrap: wrap; }
  .column6Wrap .columnBox {
    flex-basis: calc( (100% - 50px) / 6);
    max-width: calc( (100% - 50px) / 6);
    margin-right: 10px; }
    .column6Wrap .columnBox img {
      max-width: 100%;
      width: 100%; }
    .column6Wrap .columnBox:last-of-type {
      margin-right: 0; }
    .column6Wrap .columnBox:nth-of-type(n + 7) {
      margin-top: 20px; }

.column1_1_2 .columnBox {
  flex-basis: calc( ( 100% - ( 30px * ( 2 - 1) ) ) / 2 );
  max-width: calc( ( 100% - ( 30px * ( 2 - 1) ) ) / 2 ); }
  .column1_1_2 .columnBox:nth-of-type(-n + 2) {
    margin-top: 0; }

.column1_3_3 .columnBox {
  flex-basis: calc( ( 100% - ( 30px * ( 3 - 1) ) ) / 3 );
  max-width: calc( ( 100% - ( 30px * ( 3 - 1) ) ) / 3 ); }
  .column1_3_3 .columnBox:nth-of-type(n + 4) {
    margin-top: 20px; }

.column2_3_3:after {
  content: "";
  display: block;
  width: calc( ( 100% - ( 30px * ( 3 - 1) ) ) / 3 ); }
.column2_3_3 .columnBox {
  flex-basis: calc( ( 100% - ( 30px * ( 3 - 1) ) ) / 3 );
  max-width: calc( ( 100% - ( 30px * ( 3 - 1) ) ) / 3 ); }
  .column2_3_3 .columnBox:nth-of-type(2) {
    margin-top: 0; }
  .column2_3_3 .columnBox:nth-of-type(n + 4) {
    margin-top: 20px; }

.column2_4_4:after {
  width: calc( ( 100% - ( 30px * ( 4 - 1) ) ) / 4 );
  content: "";
  display: block; }
.column2_4_4:before {
  width: calc( ( 100% - ( 30px * ( 4 - 1) ) ) / 4 );
  content: "";
  display: block;
  order: 1; }
.column2_4_4 .columnBox {
  flex-basis: calc( ( 100% - ( 30px * ( 4 - 1) ) ) / 4 );
  max-width: calc( ( 100% - ( 30px * ( 4 - 1) ) ) / 4 ); }
  .column2_4_4 .columnBox:nth-of-type(-n+2) {
    margin-top: 0; }
  .column2_4_4 .columnBox:nth-of-type(-n+4) {
    margin-top: 0; }

.columnBox {
  overflow: hidden; }
  .columnBox img {
    align-self: baseline;
    max-width: 100%;
    width: 100%; }
  .columnBox p:last-of-type {
    margin: 0; }

.borderBox .columnBox {
  padding: 15px 20px;
  border: 1px solid #eee;
  overflow: visible; }
  .borderBox .columnBox + .borderNone {
    border: none; }

@media screen and (min-width: 1025px) {
  .column2Wrap.lp3_7 .columnBox:first-of-type {
    flex-basis: calc( ( 100% - ( 60px ) ) / 3);
    max-width: calc( ( 100% - (60px) ) / 3); }
  .column2Wrap.lp3_7 .columnBox:last-of-type {
    flex-basis: calc((((100% - 60px) / 3) * 2) + 30px);
    max-width: calc((((100% - 60px) / 3) * 2) + 30px); }
  .column2Wrap.lp7_3 .columnBox:first-of-type {
    flex-basis: calc((((100% - 60px) / 3) * 2) + 30px);
    max-width: calc((((100% - 60px) / 3) * 2) + 30px); }
  .column2Wrap.lp7_3 .columnBox:last-of-type {
    flex-basis: calc( ( 100% - ( 60px ) ) / 3);
    max-width: calc( ( 100% - (60px) ) / 3); }

  .column3Wrap:after {
    content: "";
    display: block;
    width: calc( ( 100% - ( 30px * ( 3 - 1) ) ) / 3 ); }
  .column3Wrap .columnBox:nth-of-type(n + 4) {
    margin-top: 20px; }

  .column4Wrap:after {
    width: calc( ( 100% - ( 30px * ( 4 - 1) ) ) / 4 );
    content: "";
    display: block; }
  .column4Wrap:before {
    width: calc( ( 100% - ( 30px * ( 4 - 1) ) ) / 4 );
    content: "";
    display: block;
    order: 1; }
  .column4Wrap .columnBox {
    flex-basis: calc( ( 100% - ( 30px * ( 4 - 1) ) ) / 4 );
    max-width: calc( ( 100% - ( 30px * ( 4 - 1) ) ) / 4 ); }
    .column4Wrap .columnBox:nth-of-type(n + 5) {
      margin-top: 20px !important; }

  .column1_2_3 .columnBox {
    flex-basis: calc( ( 100% - ( 30px * ( 3 - 1) ) ) / 3 );
    max-width: calc( ( 100% - ( 30px * ( 3 - 1) ) ) / 3 ); } }
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .column3Wrap .columnBox {
    flex-basis: calc( ( 100% - ( 30px * ( 2 - 1) ) ) / 2 );
    max-width: calc( ( 100% - ( 30px * ( 2 - 1) ) ) / 2 ); }
    .column3Wrap .columnBox:nth-of-type(n + 3) {
      margin-top: 20px; }

  .column4Wrap .columnBox {
    flex-basis: calc( ( 100% - ( 30px * ( 2 - 1) ) ) / 2 );
    max-width: calc( ( 100% - ( 30px * ( 2 - 1) ) ) / 2 ); }
    .column4Wrap .columnBox:nth-of-type(n + 3) {
      margin-top: 20px; }

  .column1_1_2 .columnBox {
    flex-basis: 100%;
    max-width: 100%; }
    .column1_1_2 .columnBox:nth-of-type(n + 2) {
      margin-top: 20px; }

  .column1_3_3 .columnBox {
    flex-basis: calc( ( 100% - ( 30px * ( 3 - 1) ) ) / 3 );
    max-width: calc( ( 100% - ( 30px * ( 3 - 1) ) ) / 3 ); }
    .column1_3_3 .columnBox:nth-of-type(n + 3) {
      margin-top: 0; }

  .column1_2_3 .columnBox {
    flex-basis: calc( ( 100% - ( 30px * ( 2 - 1) ) ) / 2 );
    max-width: calc( ( 100% - ( 30px * ( 2 - 1) ) ) / 2 ); }

  .column2_4_4:after {
    width: calc( ( 100% - ( 30px * ( 4 - 1) ) ) / 4 );
    content: "";
    display: block; }
  .column2_4_4:before {
    width: calc( ( 100% - ( 30px * ( 4 - 1) ) ) / 4 );
    content: "";
    display: block;
    order: 1; }
  .column2_4_4 .columnBox {
    flex-basis: calc( ( 100% - ( 30px * ( 4 - 1) ) ) / 4 );
    max-width: calc( ( 100% - ( 30px * ( 4 - 1) ) ) / 4 ); }
    .column2_4_4 .columnBox:nth-of-type(-n+2) {
      margin-top: 0; }
    .column2_4_4 .columnBox:nth-of-type(-n+4) {
      margin-top: 0; } }
@media screen and (max-width: 767px) {
  .column2Wrap {
    /* &.lp3_7 {
        .columnBox {
            &:nth-of-type(odd) {
                flex-basis: 100%;
                max-width: 100%;
            }
            &:nth-of-type(even) {
                flex-basis: 100%;
                max-width: 100%;
            }
        }
    }
    &.lp7_3 {
        .columnBox {
            &:nth-of-type(odd) {
                flex-basis: 100%;
                max-width: 100%;
            }
            &:nth-of-type(even) {
                flex-basis: 100%;
                max-width: 100%;
            }
        }
    } */ }
    .column2Wrap .columnBox {
      flex-basis: 100%;
      max-width: 100%; }
      .column2Wrap .columnBox:nth-of-type(n + 3) {
        margin-top: 0; }
      .column2Wrap .columnBox:nth-of-type(n + 2) {
        margin-top: 20px; }
    .column2Wrap.sp3_7 .columnBox:nth-of-type(odd) {
      flex-basis: 100%;
      max-width: 100%; }
    .column2Wrap.sp3_7 .columnBox:nth-of-type(even) {
      flex-basis: 100%;
      max-width: 100%; }
    .column2Wrap.sp7_3 .columnBox:nth-of-type(odd) {
      flex-basis: 100%;
      max-width: 100%; }
    .column2Wrap.sp7_3 .columnBox:nth-of-type(even) {
      flex-basis: 100%;
      max-width: 100%; }
    .column2Wrap.sp140 .columnBox:nth-of-type(odd) {
      flex-basis: 100%;
      max-width: 100%; }
    .column2Wrap.sp140 .columnBox:nth-of-type(even) {
      flex-basis: 100%;
      max-width: 100%; }
    .column2Wrap.sp140 .columnBox:nth-of-type(n + 2) {
      margin-top: 20px; }
    .column2Wrap.sp250 .columnBox:nth-of-type(odd) {
      flex-basis: 100%;
      max-width: 100%; }
    .column2Wrap.sp250 .columnBox:nth-of-type(even) {
      flex-basis: 100%;
      max-width: 100%; }
    .column2Wrap.sp250 .columnBox:nth-of-type(n + 2) {
      margin-top: 20px; }

  .column3Wrap .columnBox {
    flex-basis: 100%;
    max-width: 100%; }
    .column3Wrap .columnBox:nth-of-type(n + 2) {
      margin-top: 20px; }

  .column4Wrap .columnBox {
    flex-basis: 100%; }
    .column4Wrap .columnBox:nth-of-type(n + 2) {
      margin-top: 20px; }

  .column6Wrap {
    justify-content: space-between; }
    .column6Wrap .columnBox {
      flex-basis: calc( 50% - 5px );
      max-width: calc( 50% - 5px ); }
      .column6Wrap .columnBox:nth-of-type(n + 4) {
        margin-top: 0; }
      .column6Wrap .columnBox:nth-of-type(n + 7) {
        margin-top: 0; }
      .column6Wrap .columnBox:nth-of-type(n + 3) {
        margin-top: 20px; }

  .column1_1_2 .columnBox {
    flex-basis: 100%;
    max-width: 100%; }
    .column1_1_2 .columnBox:nth-of-type(n + 2) {
      margin-top: 20px; }

  .column1_3_3 .columnBox {
    flex-basis: 100%;
    max-width: 100%; }
    .column1_3_3 .columnBox:nth-of-type(n + 4) {
      margin-top: 0; }

  .column2_3_3 .columnBox {
    flex-basis: calc( ( 100% - ( 30px * ( 2 - 1) ) ) / 2 );
    max-width: calc( ( 100% - ( 30px * ( 2 - 1) ) ) / 2 ); }
    .column2_3_3 .columnBox:nth-of-type(n + 4) {
      margin-top: 0; }
    .column2_3_3 .columnBox:nth-of-type(n + 3) {
      margin-top: 20px; }

  .column2_4_4 .columnBox {
    flex-basis: calc( ( 100% - ( 30px * ( 2 - 1) ) ) / 2 );
    max-width: calc( ( 100% - ( 30px * ( 2 - 1) ) ) / 2 ); }
    .column2_4_4 .columnBox:nth-of-type(n + 2) {
      margin-top: 0; }
    .column2_4_4 .columnBox:nth-of-type(n + 3) {
      margin-top: 20px; } }
/* ---------------------------------------------------------------- */
/* ヘッダー */
/* ---------------------------------------------------------------- */
#header {
  height: 110px;
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 5px;
  width: 100%;
  position: relative;
  margin: 0 auto;
  z-index: 5;
  top: 0;
  transition: ease-in .1s; }
  #header #headerRead {
    flex-basis: 100%;
    min-height: 30px;
    transition: 0 ease-in;
    margin-bottom: 5px;
    padding: 0; }
    #header #headerRead h1 {
      color: #333;
      padding: 0;
      margin: 0;
      font-size: 12px;
      font-weight: 100;
      line-height: 2.4;
      transition: 0.3s ease-in;
      float: left; }
    #header #headerRead .read-list {
      padding: 0;
      margin: 0;
      text-align: right; }
      #header #headerRead .read-list li {
        list-style: none;
        padding-left: 8px;
        position: relative;
        display: inline-block;
        margin-left: 18px; }
        #header #headerRead .read-list li::before {
          content: "";
          width: 0;
          height: 0;
          border-left: 4px solid #333;
          border-top: 4px solid transparent;
          border-bottom: 4px solid transparent;
          position: absolute;
          left: 0;
          top: 9px; }
        #header #headerRead .read-list li a {
          font-size: 13px;
          color: #333;
          text-decoration: none; }
  #header #headerCntArea #headerCnt {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    padding: 0 15px; }
    #header #headerCntArea #headerCnt #logoArea {
      flex-basis: 195px;
      width: 195px;
      align-self: center; }
      #header #headerCntArea #headerCnt #logoArea a {
        display: block;
        width: 100%; }
        #header #headerCntArea #headerCnt #logoArea a img {
          max-width: 195px;
          height: auto; }
  #header #headerCntArea.fixed {
    width: 100%;
    position: fixed;
    margin: 0 auto;
    z-index: 5;
    height: 80px;
    top: 0;
    transition: ease-in .1s;
    box-shadow: 1px 1px 15px #eee;
    background: #fff; }
    #header #headerCntArea.fixed + #main {
      margin-top: 70px !important; }
  @media screen and (min-width: 1025px) {
    #header #headerCnt {
      max-width: 1170px; }
      #header #headerCnt #headerRead h1 br {
        display: inline-block; } }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    #header #headerCnt {
      max-width: 970px;
      padding-left: 5%;
      padding-right: 5%; } }
  @media screen and (max-width: 767px) {
    #header {
      height: auto;
      height: 60px; }
      #header #headerRead {
        display: none; }
      #header #headerCntArea {
        padding: 0 15px; }
        #header #headerCntArea.fixed {
          height: 60px; }
        #header #headerCntArea #headerCnt {
          max-width: 750px;
          justify-content: space-between;
          height: auto;
          padding: 0; }
          #header #headerCntArea #headerCnt #logoArea {
            flex-basis: 158px;
            width: 158px; }
            #header #headerCntArea #headerCnt #logoArea #logo {
              margin: 0 0 0 auto; }
              #header #headerCntArea #headerCnt #logoArea #logo a img {
                max-width: 158px;
                height: auto; } }

/* ---------------------------------------------------------------- */
/* ヘッダーメニュー */
/* ---------------------------------------------------------------- */
/* SPメニュー */
/* ----------------------------------- */
.admin-bar #navi_contents.navi_contents-on {
  padding-top: 46px !important; }

.openSpNavi {
  overflow: hidden; }

#drawerNaviWrap {
  position: relative;
  width: auto;
  margin-top: 4px; }
  #drawerNaviWrap .mainNaviSp_list {
    list-style: none;
    margin: 0 0 0 20px;
    padding: 0;
    float: left;
    display: flex; }
    #drawerNaviWrap .mainNaviSp_list li {
      display: inline-block;
      margin-right: 8px; }
      #drawerNaviWrap .mainNaviSp_list li a {
        width: 50px;
        height: 50px;
        border-radius: 5px;
        display: block;
        background: #6FBA2C url("images/common/cart.svg") no-repeat;
        background-size: 28px;
        background-position: center center; }
    @media screen and (min-width: 767px) {
      #drawerNaviWrap .mainNaviSp_list li:first-child {
        display: none; } }
    #drawerNaviWrap .mainNaviSp_list li:nth-child(2) a {
      background: #009844 url("images/common/mail.svg") no-repeat;
      background-size: 24px;
      background-position: center center; }
    @media screen and (min-width: 1050px) {
      #drawerNaviWrap .mainNaviSp_list {
        margin: 0 0 0 43px; } }

#drawerNaviWrap .drawer-navinner {
  padding: 44px 15px 91.5px;
  overflow: auto;
  height: 2000px; }
  #drawerNaviWrap .drawer-navinner .pc_on {
    display: block; }
    @media screen and (max-width: 1024px) {
      #drawerNaviWrap .drawer-navinner .pc_on {
        display: none; } }
  #drawerNaviWrap .drawer-navinner .sp_on {
    display: none; }
    @media screen and (max-width: 1024px) {
      #drawerNaviWrap .drawer-navinner .sp_on {
        display: block; } }
#drawerNaviWrap .drawerNaviBtnWrap {
  position: relative;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  overflow: visible;
  background: #0B7447;
  z-index: 11; }
#drawerNaviWrap .drawerNaviBtn {
  display: block;
  position: absolute;
  top: 17px;
  left: 50%;
  width: 24px;
  margin-left: -12px;
  height: 13px;
  transition: all .5s;
  z-index: 3; }
#drawerNaviWrap .drawerNaviBtn span {
  display: block;
  position: absolute;
  left: 0;
  width: 24px;
  height: 2px;
  background-color: #fff;
  border-radius: 3px;
  transition: all .5s; }
#drawerNaviWrap .drawerNaviBtn span:nth-child(1) {
  top: 0; }
#drawerNaviWrap .drawerNaviBtn span:nth-child(2) {
  top: 7px; }
#drawerNaviWrap .drawerNaviBtn span:nth-child(3) {
  bottom: -3px; }
#drawerNaviWrap .drawer-nav {
  display: block;
  position: fixed;
  top: 0;
  right: -85vw;
  bottom: 0;
  width: 85vw;
  background: #F2FAF6;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition: all .5s;
  z-index: 999;
  opacity: 0; }
  #drawerNaviWrap .drawer-nav .drawerInner {
    padding: 0; }
  @media screen and (max-width: 1024px) {
    #drawerNaviWrap .drawer-nav {
      right: -375px;
      width: 375px; } }
#drawerNaviWrap #overlay {
  display: none;
  transition: all .5s; }
#drawerNaviWrap.open#drawerNaviWrap {
  position: relative;
  right: 125px; }
  #drawerNaviWrap.open#drawerNaviWrap .drawerNaviBtnWrap {
    border: none;
    z-index: 10;
    width: 50px;
    height: 50px;
    display: none; }
  #drawerNaviWrap.open#drawerNaviWrap .drawerNaviBtn {
    top: 10px;
    left: 10px;
    margin-left: 0; }
  #drawerNaviWrap.open#drawerNaviWrap .drawerNavClose {
    font-size: 28px;
    line-height: 50px;
    color: #0B7447;
    font-size: 100px;
    position: fixed;
    width: 50px;
    height: 50px;
    right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 10px;
    font-weight: 100; }
    #drawerNaviWrap.open#drawerNaviWrap .drawerNavClose span {
      position: relative;
      top: -8px; }
    #drawerNaviWrap.open#drawerNaviWrap .drawerNavClose:after {
      content: "";
      left: 50%;
      bottom: 8px;
      transform: translateX(-50%);
      position: absolute;
      width: 30px;
      color: #fff;
      display: block;
      font-size: 10px;
      font-weight: 400;
      font-family: 'Noto Sans JP', sans-serif; }
  #drawerNaviWrap.open#drawerNaviWrap .drawer-nav {
    right: 0;
    opacity: 1;
    background: #F2FAF6; }
  #drawerNaviWrap.open#drawerNaviWrap #overlay {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .4;
    z-index: 2; }

@media print, screen and (min-width: 992px) {
  #mainNaviArea {
    display: block;
    margin: 0 0 0 auto;
    padding: 0 135px 0 0;
    font-weight: 700; } }
.nav-logoArea {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap; }
  .nav-logoArea .contactbox {
    margin-left: 52px; }
    .nav-logoArea .contactbox a {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      padding: 0 20px;
      height: 50px;
      width: 150px;
      color: #fff;
      text-decoration: none;
      background: #009844 url("images/common/mail.svg") no-repeat;
      background-position: left 20px center;
      background-size: 20px;
      border-radius: 5px;
      font-size: 14px; }
      .nav-logoArea .contactbox a:hover, .nav-logoArea .contactbox a:focus {
        opacity: .8; }
    @media screen and (max-width: 1024px) {
      .nav-logoArea .contactbox {
        margin-left: 0;
        margin-top: 23px; } }

.pc-on_accordion-item ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between; }
  .pc-on_accordion-item ul li {
    flex-basis: calc( ( 100% - ( 30px * ( 3 - 1) ) ) / 3 );
    max-width: calc( ( 100% - ( 30px * ( 3 - 1) ) ) / 3 ); }

/* ----------------------------------- */
/* PCメニュー */
/* ----------------------------------- */
#mainNaviArea {
  display: block;
  margin: 0 0 0 auto;
  padding: 0;
  flex-basis: auto;
  width: auto;
  height: 100%;
  height: 80px; }
  #mainNaviArea #mainNavi {
    height: 100%;
    padding: 0; }
    #mainNaviArea #mainNavi ul {
      margin: 0;
      padding: 0;
      height: 100%; }
      #mainNaviArea #mainNavi ul > li {
        display: inline-flex;
        align-items: center;
        height: 100%;
        transition: .3s ease-in-out; }
        #mainNaviArea #mainNavi ul > li ul.sub-menu {
          position: absolute;
          top: 100%;
          left: 0;
          display: block;
          text-align: left;
          z-index: 0;
          padding: 0;
          margin: 0;
          height: 0;
          width: 180px; }
          #mainNaviArea #mainNavi ul > li ul.sub-menu li {
            overflow: hidden;
            padding: 0;
            margin: 0;
            height: 0;
            width: 180px; }
            #mainNaviArea #mainNavi ul > li ul.sub-menu li a {
              margin: 0;
              opacity: 0;
              padding: 0 10px;
              font-size: 14px;
              display: block;
              text-align: left;
              position: relative; }
        #mainNaviArea #mainNavi ul > li:hover, #mainNaviArea #mainNavi ul > li:focus {
          transition: .3s ease-in-out; }
          #mainNaviArea #mainNavi ul > li:hover ul.sub-menu, #mainNaviArea #mainNavi ul > li:focus ul.sub-menu {
            z-index: 1;
            height: 100%;
            opacity: 1; }
            #mainNaviArea #mainNavi ul > li:hover ul.sub-menu li, #mainNaviArea #mainNavi ul > li:focus ul.sub-menu li {
              padding: 0;
              height: auto;
              opacity: 1;
              width: 180px;
              text-align: left;
              background: #0B7447;
              border-bottom: #ccc 1px solid; }
              #mainNaviArea #mainNavi ul > li:hover ul.sub-menu li a, #mainNaviArea #mainNavi ul > li:focus ul.sub-menu li a {
                padding: 10px;
                opacity: 1;
                display: block;
                border-bottom: 1px solid #0B7447;
                transition: .3s ease-in-out; }
                #mainNaviArea #mainNavi ul > li:hover ul.sub-menu li a:last-of-type, #mainNaviArea #mainNavi ul > li:focus ul.sub-menu li a:last-of-type {
                  border: none; }
                #mainNaviArea #mainNavi ul > li:hover ul.sub-menu li a:after, #mainNaviArea #mainNavi ul > li:focus ul.sub-menu li a:after {
                  position: absolute;
                  align-items: center;
                  border: none;
                  content: "\f0a9";
                  font-family: FontAwesome;
                  transform: none;
                  color: #fff;
                  right: 15px;
                  font-size: 14px;
                  border-radius: 0;
                  top: 27%;
                  transition: .3s ease-in; }
                #mainNaviArea #mainNavi ul > li:hover ul.sub-menu li a:hover, #mainNaviArea #mainNavi ul > li:hover ul.sub-menu li a:focus, #mainNaviArea #mainNavi ul > li:focus ul.sub-menu li a:hover, #mainNaviArea #mainNavi ul > li:focus ul.sub-menu li a:focus {
                  color: #0B7447;
                  background: #fff; }
                  #mainNaviArea #mainNavi ul > li:hover ul.sub-menu li a:hover:after, #mainNaviArea #mainNavi ul > li:hover ul.sub-menu li a:focus:after, #mainNaviArea #mainNavi ul > li:focus ul.sub-menu li a:hover:after, #mainNaviArea #mainNavi ul > li:focus ul.sub-menu li a:focus:after {
                    color: #0B7447; }
              #mainNaviArea #mainNavi ul > li:hover ul.sub-menu li:last-of-type a, #mainNaviArea #mainNavi ul > li:focus ul.sub-menu li:last-of-type a {
                border-bottom: none; }
        #mainNaviArea #mainNavi ul > li.current-menu-item > a {
          color: #c7c7c7 !important; }
          #mainNaviArea #mainNavi ul > li.current-menu-item > a ul.sub-menu > a {
            color: #c7c7c7 !important;
            background: #fff; }
            #mainNaviArea #mainNavi ul > li.current-menu-item > a ul.sub-menu > a:hover, #mainNaviArea #mainNavi ul > li.current-menu-item > a ul.sub-menu > a:focus {
              color: #c7c7c7 !important; }
        #mainNaviArea #mainNavi ul > li.current-menu-parent > ul li.current-menu-item a {
          color: #c7c7c7 !important;
          background: #fff; }

.admin-bar #mainNaviArea.fixed {
  top: 32px !important; }
  .admin-bar #mainNaviArea.fixed + #main {
    margin-top: 70px !important; }

@media screen and (max-width: 1050px) {
  #mainNaviArea {
    display: none; } }
/* ---------------------------------------------------------------- */
/* snsの共通style */
/* ---------------------------------------------------------------- */
.sns-wrap {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start; }
  .sns-wrap li:not(:last-child) {
    margin-right: 9px; }
  .sns-wrap li {
    display: inline-block; }
    .sns-wrap li a[target="_blank"] {
      padding-right: 0; }
      .sns-wrap li a[target="_blank"]::after {
        content: none; }

/* ---------------------------------------------------------------- */
/* フッターエリア */
/* ---------------------------------------------------------------- */
#footer {
  clear: both;
  position: relative; }
  #footer #footerCnt {
    background: #F5F5F5;
    padding: 50.5px 0 98px; }
    #footer #footerCnt .footerinfo {
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-start;
      align-items: center;
      margin-bottom: 73px; }
      #footer #footerCnt .footerinfo .footerinfo-box p, #footer #footerCnt .footerinfo .footerinfo-box a {
        margin: 0;
        font-size: 14px;
        font-weight: bold; }
      #footer #footerCnt .footerinfo .footerinfo-box a {
        text-decoration: none;
        color: #333; }
      #footer #footerCnt .footerinfo .footerinfo-box:nth-child(1) {
        width: 195px; }
      #footer #footerCnt .footerinfo .footerinfo-box:nth-child(2) {
        width: 195px;
        margin: 0 27px 0 34px; }
      #footer #footerCnt .footerinfo .footerinfo-box:nth-child(3) {
        width: 147px; }
  #footer #copyright {
    text-align: center; }
    #footer #copyright p {
      font-size: 12px;
      margin: 0; }
  @media screen and (min-width: 1025px) {
    #footer {
      padding: 60px 0 0; }
      #footer #footerNaviWrap {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between; }
        #footer #footerNaviWrap p {
          font-size: 14px;
          font-weight: bold;
          margin: 0 0 10px; }
        #footer #footerNaviWrap .naviBox {
          flex-basis: 21%;
          max-width: 21%;
          margin: 0 0 30px; }
          #footer #footerNaviWrap .naviBox ul {
            margin: 0;
            padding: 0; }
            #footer #footerNaviWrap .naviBox ul > li {
              display: block; }
              #footer #footerNaviWrap .naviBox ul > li a {
                font-size: 14px;
                font-weight: bold;
                color: #0B7447;
                margin: 0;
                display: block;
                position: relative;
                padding-right: 33px;
                text-decoration: none;
                border-bottom: 1px solid #0B7447;
                padding-bottom: 7.5px;
                margin-bottom: 10.5px; }
                #footer #footerNaviWrap .naviBox ul > li a::before {
                  content: "";
                  width: 7px;
                  height: 7px;
                  border: 1px solid;
                  border-color: transparent transparent #0B7447 #0B7447;
                  transform: rotate(-135deg);
                  display: block;
                  margin: 0 9px 0 auto;
                  position: absolute;
                  top: 7px;
                  right: 0; }
                #footer #footerNaviWrap .naviBox ul > li a:hover, #footer #footerNaviWrap .naviBox ul > li a:focus {
                  text-decoration: underline; }
              #footer #footerNaviWrap .naviBox ul > li.children ul.sub-menu li a {
                color: #333;
                border-bottom: none;
                margin-bottom: 0; }
                #footer #footerNaviWrap .naviBox ul > li.children ul.sub-menu li a::before {
                  display: none; } }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    #footer {
      padding: 60px 0 0; }
      #footer #footerNaviWrap {
        display: none; }
      #footer #footerCnt {
        margin: 0 auto; } }
  @media screen and (max-width: 767px) {
    #footer {
      padding: 60px 0 60px; }
      #footer #footerCnt {
        padding: 40px 0 119px; }
        #footer #footerCnt .footerinfo {
          margin-bottom: 49.5px; }
          #footer #footerCnt .footerinfo .footerinfo-box .sns-wrap {
            justify-content: center; }
          #footer #footerCnt .footerinfo .footerinfo-box:nth-child(1) {
            width: 100%; }
          #footer #footerCnt .footerinfo .footerinfo-box:nth-child(2) {
            width: 100%;
            margin: 13px 0 60.5px; }
          #footer #footerCnt .footerinfo .footerinfo-box:nth-child(3) {
            width: 195px;
            margin: 0 auto; }
      #footer #footerNaviWrap {
        display: none; } }

/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
.pc_menu2Aera .pc_menu-container .pc_menuWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .pc_menu2Aera .pc_menu-container .pc_menuWrap .pc_menuBox {
    max-width: 160px;
    width: 20%; }
    .pc_menu2Aera .pc_menu-container .pc_menuWrap .pc_menuBox .menu-item {
      margin-bottom: 15px; }
  .pc_menu2Aera .pc_menu-container .pc_menuWrap .pc_menuBox:first-child {
    max-width: 290px;
    width: 35%; }
    .pc_menu2Aera .pc_menu-container .pc_menuWrap .pc_menuBox:first-child .menu-item .shopname-Wrap {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      .pc_menu2Aera .pc_menu-container .pc_menuWrap .pc_menuBox:first-child .menu-item .shopname-Wrap .shop-name-list {
        width: 46%; }
.pc_menu2Aera .pc_menu-container.no2 .pc_menuBox {
  max-width: none; }
.pc_menu2Aera .pc_menu-container.no2 .pc_menuBox:first-child {
  max-width: none;
  width: 20%; }

/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
.sp_menu2Aera {
  position: relative;
  width: 100%; }
  .sp_menu2Aera .externallinkArea {
    margin-top: 30px; }
  .sp_menu2Aera .accordion-container .accordion-item .accordion-title {
    margin: 0;
    display: block;
    position: relative;
    padding-right: 33px;
    text-decoration: none;
    border-bottom: 1px solid #0B7447;
    padding-bottom: 7.5px;
    margin-bottom: 10.5px;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    color: #0B7447; }
    .sp_menu2Aera .accordion-container .accordion-item .accordion-title a {
      font-size: 14px;
      font-weight: bold;
      color: #0B7447;
      text-decoration: none; }
      .sp_menu2Aera .accordion-container .accordion-item .accordion-title a:hover, .sp_menu2Aera .accordion-container .accordion-item .accordion-title a:focus {
        opacity: .8; }
    .sp_menu2Aera .accordion-container .accordion-item .accordion-title::after {
      border-right: solid 1px #0B7447;
      border-top: solid 1px #0B7447;
      content: "";
      display: block;
      height: 8px;
      position: absolute;
      right: 15px;
      top: 17%;
      transform: rotate(135deg);
      transition: transform .3s ease-in-out, top .3s ease-in-out;
      width: 8px; }
    .sp_menu2Aera .accordion-container .accordion-item .accordion-title.open::after {
      top: 20%;
      transform: rotate(-45deg); }
  .sp_menu2Aera .accordion-container .accordion-item .accordion-content {
    display: none;
    padding-bottom: 20px; }

.shop-name-list {
  margin: 0;
  padding: 0; }
  .shop-name-list li {
    list-style: none; }
    .shop-name-list li a {
      color: #333;
      border-bottom: none;
      margin-bottom: 0;
      font-size: 14px;
      text-decoration: none;
      font-weight: bold; }
      .shop-name-list li a:hover, .shop-name-list li a:focus {
        text-decoration: underline; }

.not_accordion-title a {
  margin: 0;
  display: block;
  position: relative;
  padding-right: 33px;
  text-decoration: none;
  border-bottom: 1px solid #0B7447;
  padding-bottom: 7.5px;
  margin-bottom: 10.5px;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
  color: #0B7447; }
  .not_accordion-title a::before {
    content: "";
    width: 8px;
    height: 8px;
    border: 1px solid;
    border-color: transparent transparent #0B7447 #0B7447;
    transform: rotate(-135deg);
    display: block;
    margin: 0 9px 0 auto;
    position: absolute;
    top: 7px;
    right: 7px; }
  .not_accordion-title a:hover, .not_accordion-title a:focus {
    opacity: .8; }
.not_accordion-title ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.not_link-title {
  margin: 0;
  display: block;
  position: relative;
  padding-right: 33px;
  text-decoration: none;
  border-bottom: 1px solid #0B7447;
  padding-bottom: 7.5px;
  margin-bottom: 10.5px;
  font-size: 14px;
  font-weight: bold;
  color: #0B7447; }

.externallinkArea ul {
  margin: 0;
  padding: 0; }
  .externallinkArea ul li {
    list-style: none; }
    .externallinkArea ul li a {
      font-size: 14px;
      font-weight: bold;
      color: #0B7447; }
      .externallinkArea ul li a:hover, .externallinkArea ul li a:focus {
        opacity: .8; }

.menuh3 {
  font-size: 18px;
  padding-bottom: 11px;
  border-bottom: 1px solid;
  margin: 40px 0 10px; }

/* ---------------------------------------------------------------- */
/* コンタクトエリア */
/* ---------------------------------------------------------------- */
.contactArea .textArea {
  background: url("images/home/bg_contact.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  padding-bottom: 300px; }
.contactArea .contactArea__btnArea {
  margin-top: -50px; }
  .contactArea .contactArea__btnArea .contactArea__btn {
    clear: both;
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc( 100% - 15px);
    height: 100px;
    margin: 0 auto 0 0;
    line-height: 1.5;
    font-weight: bold;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    text-decoration: none;
    transition: all ease .3s;
    user-select: none;
    position: relative;
    color: #fff;
    background: #0B7447;
    text-decoration: none;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none; }
    .contactArea .contactArea__btnArea .contactArea__btn .top-h2 {
      margin: 0 auto 0 15px;
      font-size: 20px;
      font-weight: bold;
      text-align: left;
      line-height: 1.4;
      color: #fff;
      transition: all ease .3s; }
      .contactArea .contactArea__btnArea .contactArea__btn .top-h2 span {
        color: #fff;
        font-size: 14px; }
    .contactArea .contactArea__btnArea .contactArea__btn::after {
      content: "";
      position: absolute;
      right: 19px;
      width: 17px;
      height: 17px;
      border-top: 2px solid #fff;
      border-right: 2px solid #fff;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      transition: all ease .3s; }
    .contactArea .contactArea__btnArea .contactArea__btn:hover, .contactArea .contactArea__btnArea .contactArea__btn:focus {
      text-decoration: none;
      background: #FFF000;
      color: #0B7447;
      transition: all ease .3s; }
      .contactArea .contactArea__btnArea .contactArea__btn:hover .top-h2, .contactArea .contactArea__btnArea .contactArea__btn:focus .top-h2 {
        color: #0B7447;
        transition: all ease .3s; }
        .contactArea .contactArea__btnArea .contactArea__btn:hover .top-h2 span, .contactArea .contactArea__btnArea .contactArea__btn:focus .top-h2 span {
          color: #0B7447; }
    .contactArea .contactArea__btnArea .contactArea__btn:hover::after, .contactArea .contactArea__btnArea .contactArea__btn:focus::after {
      border-top: 2px solid #0B7447;
      border-right: 2px solid #0B7447;
      transition: all ease .3s; }
@media screen and (min-width: 767px) {
  .contactArea .textArea {
    background-attachment: fixed; }
  .contactArea .contactArea__btnArea {
    margin-top: -84px; }
    .contactArea .contactArea__btnArea .contactArea__btn {
      width: calc( 100% - 21%);
      height: 168px;
      font-size: 18px; }
      .contactArea .contactArea__btnArea .contactArea__btn::after {
        right: 59px; }
      .contactArea .contactArea__btnArea .contactArea__btn .top-h2 {
        margin: 0 auto 0 16%; } }

/* ---------------------------------------------------------------- */
/* サイドバー  */
/* ---------------------------------------------------------------- */
#sidebar .widget-area {
  display: none; }
#sidebar .widget img {
  max-width: 100%; }

/* ---------------------------------------------------------------- */
/* ページナビ */
/* ---------------------------------------------------------------- */
.wp-pagenavi {
  position: relative;
  text-align: center;
  padding: 0 0;
  margin: 30px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 40px; }
  .wp-pagenavi a, .wp-pagenavi span {
    color: #111111;
    width: 25px;
    height: 25px;
    padding: 3px 0 0 0;
    text-decoration: none;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 5px;
    font-weight: bold;
    font-size: 14px; }
  .wp-pagenavi a:hover,
  .wp-pagenavi a:focus {
    color: #c7c7c7; }
  .wp-pagenavi span.current {
    color: #0B7447;
    border-bottom: 1px solid #0B7447; }
  .wp-pagenavi .nextpostslink,
  .wp-pagenavi .previouspostslink {
    font-size: 23px;
    color: #0B7447;
    background: none;
    border: none; }
    .wp-pagenavi .nextpostslink .fa,
    .wp-pagenavi .previouspostslink .fa {
      font-weight: bold; }
    .wp-pagenavi .nextpostslink:hover, .wp-pagenavi .nextpostslink:focus,
    .wp-pagenavi .previouspostslink:hover,
    .wp-pagenavi .previouspostslink:focus {
      color: #c7c7c7;
      background: none;
      border: none; }
  .wp-pagenavi .first,
  .wp-pagenavi .last {
    font-size: 23px;
    color: #0B7447; }
    .wp-pagenavi .first .fa,
    .wp-pagenavi .last .fa {
      font-weight: bold; }

/* ---------------------------------------------------------------- */
/* ページトップ ボタン */
/* ---------------------------------------------------------------- */
#pagetopArea {
  margin-top: 39px;
  text-align: right; }
  #pagetopArea a {
    font-size: 14px;
    text-decoration: none;
    color: #333;
    position: relative;
    padding-left: 30px; }
    #pagetopArea a::before {
      content: "";
      position: absolute;
      left: 0;
      top: 5px;
      width: 14px;
      height: 14px;
      border-top: 2px solid #0B7447;
      border-right: 2px solid #0B7447;
      -webkit-transform: rotate(315deg);
      transform: rotate(315deg); }
    #pagetopArea a:hover, #pagetopArea a:focus {
      background: #fff;
      border-color: #928B80;
      color: #928B80; }
  @media screen and (min-width: 767px) {
    #pagetopArea {
      margin-top: 31px; } }

/* ---------------------------------------------------------------- */
/* CTA固定ボタン */
/* ---------------------------------------------------------------- */
#fixedBtnSpArea {
  width: 100%;
  opacity: 0;
  z-index: 4;
  position: fixed;
  bottom: -60px;
  transition: .6s; }
  @media screen and (min-width: 1025px) {
    #fixedBtnSpArea .container {
      max-width: 900px; } }
  #fixedBtnSpArea.fixedsp {
    opacity: 1;
    transition: .6s;
    bottom: 0; }
  #fixedBtnSpArea #fixedBtnSp {
    display: block !important; }
    #fixedBtnSpArea #fixedBtnSp ul {
      margin: 0 0 10px 0;
      padding: 0;
      width: 100%;
      overflow: hidden;
      display: flex;
      box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
      border-radius: 5px; }
      #fixedBtnSpArea #fixedBtnSp ul li {
        list-style: none;
        flex-basis: 100%; }
        #fixedBtnSpArea #fixedBtnSp ul li a {
          display: flex;
          flex-wrap: wrap;
          width: 100%;
          height: 100%;
          color: #fff;
          justify-content: center;
          align-items: stretch;
          margin: 0;
          font-size: 14px;
          text-decoration: none;
          background-repeat: no-repeat;
          background-size: auto 20px;
          background-position: center 10px; }
          #fixedBtnSpArea #fixedBtnSp ul li a img {
            max-width: none;
            width: 100%; }
        #fixedBtnSpArea #fixedBtnSp ul li + li {
          border-left: 1px solid #EFEFEF; }

#shopbnner-imgArea {
  width: 100%;
  opacity: 0;
  z-index: 10;
  position: fixed;
  bottom: -60px;
  transition: .6s; }
  #shopbnner-imgArea.fixedimg {
    opacity: 1;
    transition: .6s;
    bottom: 0; }
  #shopbnner-imgArea .shopbnner-img {
    width: 60px;
    height: 72px;
    position: fixed;
    left: 0;
    bottom: 228px;
    display: block;
    color: #fff;
    font-size: 10px;
    background: #6FBA2C url("images/common/cart.svg") no-repeat;
    background-size: 30px;
    background-position: left 10px top 14px;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%; }
    #shopbnner-imgArea .shopbnner-img::before {
      content: "ショップ";
      position: absolute;
      bottom: 12px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      width: 100%;
      text-align: center; }
    #shopbnner-imgArea .shopbnner-img:hover, #shopbnner-imgArea .shopbnner-img:focus {
      opacity: .8; }
  @media screen and (max-width: 767px) {
    #shopbnner-imgArea .shopbnner-img {
      display: none; } }

/* ---------------------------------------------------------------- */
/* メインスライダー  */
/* ---------------------------------------------------------------- */
#sliderArea {
  position: relative;
  clear: both;
  width: 100%;
  margin-bottom: 0;
  overflow: hidden; }
  #sliderArea #sliderSp {
    display: none; }
  #sliderArea .metaslider .flex-control-paging li a.flex-active {
    background: #0B7447; }
  @media screen and (max-width: 767px) {
    #sliderArea #sliderPc {
      display: none; } }

#topmainArea {
  padding-left: 60px;
  padding-bottom: 150px;
  clear: both;
  overflow: hidden;
  position: relative; }
  #topmainArea::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 360px;
    background: #0B7447;
    z-index: -5; }
  #topmainArea .topbannerArea-right {
    position: absolute;
    bottom: 129px;
    right: 0;
    text-align: right;
    padding: 0 15px; }
    #topmainArea .topbannerArea-right .piyopiyo {
      margin-bottom: 17.5px;
      display: block; }
      #topmainArea .topbannerArea-right .piyopiyo img {
        width: 300px; }
    #topmainArea .topbannerArea-right .sdgs-img img {
      width: 450px; }
  #topmainArea .topbannerArea-left {
    position: absolute;
    bottom: 228px;
    left: 0; }
    #topmainArea .topbannerArea-left a img {
      width: 180px; }
  #topmainArea #topslider-Area {
    position: relative;
    font-family: 'Zen Maru Gothic', sans-serif; }
    #topmainArea #topslider-Area .slider-Tatetext {
      position: absolute;
      left: 45px;
      top: 43px;
      -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
      text-orientation: upright; }
      #topmainArea #topslider-Area .slider-Tatetext p {
        background: #fff;
        font-size: 20px;
        color: #6A2326;
        font-weight: 500;
        border-radius: 5px;
        max-width: 53px;
        height: 330px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 8px 0 0; }
        #topmainArea #topslider-Area .slider-Tatetext p span {
          font-size: 32px;
          color: #009844; }
          #topmainArea #topslider-Area .slider-Tatetext p span.g-big {
            font-size: 40px;
            padding: 5px 0; }
    #topmainArea #topslider-Area .swiper-container {
      z-index: -1;
      border-bottom-left-radius: 10px;
      border-top-left-radius: 10px; }
      @media screen and (min-width: 1200px) {
        #topmainArea #topslider-Area .swiper-container {
          height: 650px; } }
      #topmainArea #topslider-Area .swiper-container .swiper-wrapper .swiper-slide .slider-text {
        width: 100%;
        height: auto;
        display: flex;
        font-size: 42px;
        font-weight: 500;
        color: #fff;
        position: absolute;
        justify-content: center;
        top: 48%;
        text-align: center;
        line-height: 1.2;
        z-index: 1; }
      #topmainArea #topslider-Area .swiper-container .swiper-wrapper .swiper-slide .slide-img {
        width: 768px;
        position: relative;
        width: 100%;
        padding-bottom: 58%;
        overflow: hidden; }
        #topmainArea #topslider-Area .swiper-container .swiper-wrapper .swiper-slide .slide-img img {
          position: absolute;
          width: 100%;
          height: 100%;
          object-fit: cover; }
  @media screen and (max-width: 1000px) {
    #topmainArea #topslider-Area .slider-Tatetext {
      left: -15px;
      top: 21px; }
      #topmainArea #topslider-Area .slider-Tatetext p {
        font-size: 13px;
        max-width: none;
        height: 100%;
        padding: 12px; }
        #topmainArea #topslider-Area .slider-Tatetext p span {
          font-size: 21px; }
          #topmainArea #topslider-Area .slider-Tatetext p span.g-big {
            font-size: 21px; }
        #topmainArea #topslider-Area .slider-Tatetext p:first-child {
          padding-bottom: 15px; }
    #topmainArea #topslider-Area .swiper-container .swiper-wrapper .swiper-slide .slider-text {
      font-size: 24px; } }
  @media screen and (max-width: 767px) {
    #topmainArea {
      padding-left: 30px; }
      #topmainArea::before {
        height: 532px; }
      #topmainArea .topbannerArea-right {
        bottom: 85px; }
        #topmainArea .topbannerArea-right .piyopiyo {
          margin-bottom: 12px; }
        #topmainArea .topbannerArea-right .sdgs-img img {
          max-width: 345px;
          width: 100%; }
      #topmainArea .topbannerArea-left {
        display: none; }
      #topmainArea #topslider-Area .slider-Tatetext {
        left: -15px;
        top: 21px; }
        #topmainArea #topslider-Area .slider-Tatetext p {
          display: inline;
          margin: 0; }
          #topmainArea #topslider-Area .slider-Tatetext p span {
            font-size: 21px; }
            #topmainArea #topslider-Area .slider-Tatetext p span.g-big {
              font-size: 21px; }
        #topmainArea #topslider-Area .slider-Tatetext p:last-child {
          margin-top: -28px; }
      #topmainArea #topslider-Area .swiper-container .swiper-wrapper .swiper-slide .slide-img {
        width: 1140px;
        padding-bottom: 555px;
        left: 50%;
        top: 0;
        margin-left: -570px; } }

/* ---------------------------------------------------------------- */
/* 下層のパーツとトップ共通のstyle */
/* ---------------------------------------------------------------- */
.top-h2 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  margin: 0 0 22px; }
  .top-h2 span {
    font-size: 14px;
    color: #0B7447; }

.imgscale-Wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center; }
  .imgscale-Wrap .imgscale-box {
    width: 100%;
    border-radius: 5px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    margin-bottom: 20px; }
    .imgscale-Wrap .imgscale-box a {
      display: block;
      text-decoration: none; }
      .imgscale-Wrap .imgscale-box a .img-box {
        overflow: hidden; }
        .imgscale-Wrap .imgscale-box a .img-box img {
          transform: scale(1);
          transition: all ease .3s; }
      .imgscale-Wrap .imgscale-box a .top-h2 {
        background: #fff;
        color: #333;
        margin: 9px 0 10px; }
      .imgscale-Wrap .imgscale-box a:hover .img-box img, .imgscale-Wrap .imgscale-box a:focus .img-box img {
        transform: scale(1.2);
        transition: all ease .3s; }
  @media screen and (min-width: 1025px) {
    .imgscale-Wrap .imgscale-box {
      width: 48%; }
      .imgscale-Wrap .imgscale-box a .top-h2 {
        margin: 9px 0 14px; } }

.bc-coloreae4d1 {
  background-color: #eae4d1;
  border-radius: 7px;
  padding: 30px 30px 36px; }
  .bc-coloreae4d1 .img180 .columnBox {
    width: 100%; }
    .bc-coloreae4d1 .img180 .columnBox img {
      width: 100%; }
  @media screen and (min-width: 767px) {
    .bc-coloreae4d1 .img180 .columnBox:first-of-type {
      flex-basis: 180px;
      max-width: 180px; }
    .bc-coloreae4d1 .img180 .columnBox:last-of-type {
      flex-basis: calc( 100% - 200px);
      max-width: calc( 100% - 200px); } }

.bc-colore9f4de .columnBox {
  background: #E9F4DE;
  border-radius: 7px;
  padding: 20px; }
  .bc-colore9f4de .columnBox img {
    border-radius: 5px; }

#bc-orange {
  max-width: 430px;
  width: 100%;
  background: #E35A1A;
  padding: 17px 35px 20px;
  border-radius: 5px;
  margin: 0 auto 30px; }
  #bc-orange p {
    margin-bottom: 0 !important;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    text-align: center !important; }
    #bc-orange p span {
      color: #FFF000; }
    @media screen and (min-width: 767px) {
      #bc-orange p {
        font-size-adjust: 26px; } }

/* ---------------------------------------------------------------- */
/* HOME */
/* ---------------------------------------------------------------- */
#indexPage {
  /* ------------------------------------------ /
  / sliderのボタン○型 /
  / ------------------------------------------ */
  /* ------------------------------------------ */
  /* ---------------------------------------------------------------- */
  /* 1つ目の画像 */
  /* 2つ目の画像 */
  /*アニメーション*/
  /* ---------------------------------------------------------------- */ }
  #indexPage .piyopiyofixed {
    position: fixed;
    top: 240px;
    right: 0;
    z-index: 1; }
    #indexPage .piyopiyofixed a img {
      width: 50px; }
    #indexPage .piyopiyofixed a:hover, #indexPage .piyopiyofixed a:focus {
      opacity: .9; }
    @media screen and (max-width: 767px) {
      #indexPage .piyopiyofixed {
        top: 288px; } }
  #indexPage p {
    text-align: justify;
    text-justify: inter-ideograph;
    margin-bottom: 35px; }
  #indexPage #featureArea {
    margin-top: -75px;
    position: relative; }
    #indexPage #featureArea::before {
      content: "";
      position: absolute;
      top: 80px;
      left: 0;
      width: 100%;
      height: 300px;
      background: #F5F5F5;
      z-index: -5; }
    #indexPage #featureArea .featureiner {
      background: #fff;
      border-radius: 5px;
      box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
      padding: 20px 55px 39px; }
    @media screen and (min-width: 1025px) {
      #indexPage #featureArea {
        margin-top: -73px; }
        #indexPage #featureArea::before {
          top: 73px; }
        #indexPage #featureArea .featureiner {
          padding: 20px 55px 33px; } }
  #indexPage #featureArea .featureiner .swiper-feature {
    position: relative; }
    #indexPage #featureArea .featureiner .swiper-feature .swiper-container-s {
      position: initial;
      padding: 9px 9px 9px 0;
      margin-right: -9px; }
  #indexPage .button-prev-top {
    background-image: none;
    background-size: 60px;
    width: 40px;
    height: 40px;
    background: #6FBA2C;
    border-radius: 50%;
    left: -20px !important;
    z-index: 2; }
    #indexPage .button-prev-top::before {
      content: "";
      position: absolute;
      top: 16px;
      left: 18px;
      width: 7px;
      height: 7px;
      border-top: 1px solid #fff;
      border-right: 1px solid #fff;
      -webkit-transform: rotate(-135deg);
      transform: rotate(-135deg); }
  #indexPage .button-next-top {
    background-image: none;
    background-size: 60px;
    width: 40px;
    height: 40px;
    background: #6FBA2C;
    border-radius: 50%;
    right: -20px !important;
    z-index: 2; }
    #indexPage .button-next-top::before {
      content: "";
      position: absolute;
      top: 16px;
      left: 16px;
      width: 7px;
      height: 7px;
      border-top: 1px solid #fff;
      border-right: 1px solid #fff;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
  #indexPage #newsArea {
    margin: 60px 0; }
    @media screen and (min-width: 1025px) {
      #indexPage #newsArea {
        margin: 90px 0; } }
  #indexPage #serviceArea .serviceArea_bc {
    background: url("images/home/bg_service.jpg") no-repeat;
    background-size: cover;
    background-position: center;
    padding: 53px 0 58px;
    position: relative;
    overflow: hidden;
    z-index: -1; }
    #indexPage #serviceArea .serviceArea_bc::before {
      content: "";
      position: absolute;
      top: 0;
      height: 100%;
      width: 100%;
      background: rgba(0, 0, 0, 0.2);
      z-index: -2; }
    #indexPage #serviceArea .serviceArea_bc .img-text {
      position: absolute;
      bottom: 50px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%); }
      #indexPage #serviceArea .serviceArea_bc .img-text img {
        width: 298px; }
  #indexPage #serviceArea .titelBox {
    background: #fff;
    padding: 20px 0 57px; }
    #indexPage #serviceArea .titelBox .top-h2 {
      text-align: left;
      margin: 0; }
  #indexPage #serviceArea .servicedetail-Area {
    padding: 60px 0 0; }
    #indexPage #serviceArea .servicedetail-Area .servicedetail-Wrap {
      background: #061D13; }
      #indexPage #serviceArea .servicedetail-Area .servicedetail-Wrap .servicedetail-box {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-start; }
        #indexPage #serviceArea .servicedetail-Area .servicedetail-Wrap .servicedetail-box .textArea {
          width: 100%;
          padding-top: 38px; }
          #indexPage #serviceArea .servicedetail-Area .servicedetail-Wrap .servicedetail-box .textArea h3 {
            color: #fff;
            margin: 0 0 25px;
            font-size: 22px; }
            #indexPage #serviceArea .servicedetail-Area .servicedetail-Wrap .servicedetail-box .textArea h3 + p {
              margin-bottom: 44px; }
          #indexPage #serviceArea .servicedetail-Area .servicedetail-Wrap .servicedetail-box .textArea p {
            font-size: 14px;
            color: #fff;
            margin: 0; }
          #indexPage #serviceArea .servicedetail-Area .servicedetail-Wrap .servicedetail-box .textArea a.link-a {
            font-size: 14px;
            color: #fff;
            margin: 0;
            text-decoration: none;
            width: 100%;
            position: relative;
            border-bottom: 1px solid #fff;
            display: inline-block;
            padding-bottom: 7.5px;
            margin-bottom: 13.5px;
            transition: all ease .3s; }
            #indexPage #serviceArea .servicedetail-Area .servicedetail-Wrap .servicedetail-box .textArea a.link-a::after {
              content: "";
              position: absolute;
              right: 15px;
              top: 7px;
              width: 7px;
              height: 7px;
              border: 1px solid;
              border-color: #fff #fff transparent transparent;
              transform: rotate(45deg);
              transition: all ease .3s; }
            #indexPage #serviceArea .servicedetail-Area .servicedetail-Wrap .servicedetail-box .textArea a.link-a:hover, #indexPage #serviceArea .servicedetail-Area .servicedetail-Wrap .servicedetail-box .textArea a.link-a:focus {
              opacity: .8;
              transition: all ease .3s; }
            #indexPage #serviceArea .servicedetail-Area .servicedetail-Wrap .servicedetail-box .textArea a.link-a:hover::after, #indexPage #serviceArea .servicedetail-Area .servicedetail-Wrap .servicedetail-box .textArea a.link-a:focus::after {
              right: 11px;
              transition: all ease .3s; }
          #indexPage #serviceArea .servicedetail-Area .servicedetail-Wrap .servicedetail-box .textArea ul.syousai {
            margin: 0;
            padding: 0;
            list-style: none;
            width: 100%;
            display: flex;
            flex-wrap: wrap;
            justify-content: flex-start; }
            #indexPage #serviceArea .servicedetail-Area .servicedetail-Wrap .servicedetail-box .textArea ul.syousai li {
              display: inline-block;
              width: 50%;
              font-size: 14px;
              color: #fff;
              margin: 0; }
              #indexPage #serviceArea .servicedetail-Area .servicedetail-Wrap .servicedetail-box .textArea ul.syousai li a {
                color: #fff;
                text-decoration: none; }
                #indexPage #serviceArea .servicedetail-Area .servicedetail-Wrap .servicedetail-box .textArea ul.syousai li a:hover {
                  text-decoration: underline; }
        #indexPage #serviceArea .servicedetail-Area .servicedetail-Wrap .servicedetail-box .imgArea {
          width: 100%; }
      #indexPage #serviceArea .servicedetail-Area .servicedetail-Wrap .servicedetail-box:first-child {
        margin-bottom: 60px; }
        #indexPage #serviceArea .servicedetail-Area .servicedetail-Wrap .servicedetail-box:first-child .imgArea {
          margin-top: -60px; }
        #indexPage #serviceArea .servicedetail-Area .servicedetail-Wrap .servicedetail-box:first-child .textArea {
          background: url("images/common/service_icon1.svg") no-repeat;
          background-size: 220px;
          background-position: top 82px right 22px; }
      #indexPage #serviceArea .servicedetail-Area .servicedetail-Wrap .servicedetail-box:nth-child(2) {
        position: relative;
        z-index: 0;
        padding: 60px 0 58px; }
        #indexPage #serviceArea .servicedetail-Area .servicedetail-Wrap .servicedetail-box:nth-child(2)::before {
          content: "";
          position: absolute;
          top: 0;
          right: 0;
          width: 100vw;
          margin: 0 calc(50% - 50vw);
          padding: 4px calc(50vw - 50% + 8px);
          height: 100%;
          background: #0F291E;
          z-index: -1; }
        #indexPage #serviceArea .servicedetail-Area .servicedetail-Wrap .servicedetail-box:nth-child(2) .textArea {
          background: url("images/common/service_icon2.svg") no-repeat;
          background-size: 194px;
          background-position: top 71px right 28px; }
      #indexPage #serviceArea .servicedetail-Area .servicedetail-Wrap .servicedetail-box:nth-child(3) {
        padding: 60px 0 0; }
        #indexPage #serviceArea .servicedetail-Area .servicedetail-Wrap .servicedetail-box:nth-child(3) .textArea {
          background: url("images/common/service_icon3.svg") no-repeat;
          background-size: 220px;
          background-position: top 23px right 12px;
          padding-bottom: 130px; }
  @media screen and (min-width: 1025px) {
    #indexPage #serviceArea .serviceArea_bc {
      padding: 106px 0 191.5px; }
      #indexPage #serviceArea .serviceArea_bc .img-text {
        bottom: 168px; }
    #indexPage #serviceArea .titelBox {
      padding: 48px 46px 57px;
      margin-top: -69px;
      position: relative; }
      #indexPage #serviceArea .titelBox::before {
        content: "";
        position: absolute;
        right: -400px;
        top: 0;
        height: 100%;
        width: 400px;
        background: #fff;
        overflow: hidden; }
    #indexPage #serviceArea .servicedetail-Area {
      padding: 80px 0 37px; }
      #indexPage #serviceArea .servicedetail-Area .servicedetail-Wrap {
        padding: 70px 0 0; }
        #indexPage #serviceArea .servicedetail-Area .servicedetail-Wrap .servicedetail-box .textArea {
          width: 280px;
          padding-top: 80px; }
          #indexPage #serviceArea .servicedetail-Area .servicedetail-Wrap .servicedetail-box .textArea a.link-a {
            width: 200px;
            display: inline-block; }
          #indexPage #serviceArea .servicedetail-Area .servicedetail-Wrap .servicedetail-box .textArea ul.syousai li {
            width: 100%; }
        #indexPage #serviceArea .servicedetail-Area .servicedetail-Wrap .servicedetail-box .imgArea {
          width: calc( 100% - 300px); }
        #indexPage #serviceArea .servicedetail-Area .servicedetail-Wrap .servicedetail-box.img-right .textArea {
          order: 0; }
        #indexPage #serviceArea .servicedetail-Area .servicedetail-Wrap .servicedetail-box.img-right .imgArea {
          text-align: right;
          order: 1; }
        #indexPage #serviceArea .servicedetail-Area .servicedetail-Wrap .servicedetail-box:first-child {
          margin-bottom: 127px; }
          #indexPage #serviceArea .servicedetail-Area .servicedetail-Wrap .servicedetail-box:first-child .imgArea {
            margin-top: -150px; }
          #indexPage #serviceArea .servicedetail-Area .servicedetail-Wrap .servicedetail-box:first-child .textArea {
            background-position: top 30px left 24px; }
        #indexPage #serviceArea .servicedetail-Area .servicedetail-Wrap .servicedetail-box:nth-child(2) {
          padding: 80px 0 59px; }
          #indexPage #serviceArea .servicedetail-Area .servicedetail-Wrap .servicedetail-box:nth-child(2)::before {
            width: 70vw; }
          #indexPage #serviceArea .servicedetail-Area .servicedetail-Wrap .servicedetail-box:nth-child(2) .textArea {
            background-position: top 2px left 24px; }
        #indexPage #serviceArea .servicedetail-Area .servicedetail-Wrap .servicedetail-box:nth-child(3) .imgArea img {
          margin-top: 71px;
          margin-bottom: -71px; }
        #indexPage #serviceArea .servicedetail-Area .servicedetail-Wrap .servicedetail-box:nth-child(3) .textArea {
          background-position: top left 37px;
          padding-bottom: 188px; } }
  #indexPage .loop_css_wrap {
    width: 100%;
    height: 146px;
    overflow: hidden;
    position: relative; }
  #indexPage .loop_css_inner {
    width: 1900px;
    height: 146px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -950px; }
  #indexPage .loop_css {
    position: relative;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    height: 146px;
    left: 50%;
    margin-left: -50%;
    overflow: hidden; }
  #indexPage .loop_css img {
    width: auto;
    height: 100%; }
  #indexPage .loop_css img:first-child {
    -webkit-animation: loop 80s -40s linear infinite;
    animation: loop 80s -40s linear infinite;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: transform; }
  #indexPage .loop_css img + img {
    -webkit-animation: loop2 80s  linear infinite;
    animation: loop2 80s linear infinite; }
@-webkit-keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%); }
  to {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%); } }
@keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%); }
  to {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%); } }
@-webkit-keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  to {
    -webkit-transform: translateX(-200%);
    -ms-transform: translateX(-200%);
    transform: translateX(-200%); } }
@keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  to {
    -webkit-transform: translateX(-200%);
    -ms-transform: translateX(-200%);
    transform: translateX(-200%); } }
  #indexPage #shopArea {
    padding: 60px 0 46px; }
    @media screen and (min-width: 1025px) {
      #indexPage #shopArea {
        padding: 90px 0; } }
  #indexPage #tipsArea {
    padding: 90px 0 12px; }
    @media screen and (min-width: 767px) {
      #indexPage #tipsArea {
        padding: 115px 0 60px; } }
  #indexPage #youtubeArea {
    padding: 40px 0;
    background: url("images/home/bg_youtube.jpg") no-repeat;
    background-size: cover;
    background-position: center;
    margin-top: 60px; }
    #indexPage #youtubeArea a img {
      width: 100%; }
    @media screen and (min-width: 1025px) {
      #indexPage #youtubeArea {
        padding: 79px 0;
        margin-top: 100px; } }
  #indexPage #c_rArea {
    padding: 60px 0 20px; }
    #indexPage #c_rArea .c_rAreaWrap .c_rAreabox {
      margin-bottom: 20px; }
    @media screen and (min-width: 1025px) {
      #indexPage #c_rArea {
        padding: 90px 0 70px; }
        #indexPage #c_rArea .c_rAreaWrap .c_rAreabox {
          width: 48%; } }
  #indexPage #bannerslider-Area {
    padding: 41px 0 33px;
    background: #F5F5F5; }
    #indexPage #bannerslider-Area .swiper-Banner {
      position: relative;
      z-index: 0; }
      #indexPage #bannerslider-Area .swiper-Banner .swiper-container-b {
        position: initial; }
        #indexPage #bannerslider-Area .swiper-Banner .swiper-container-b .button-prev-top {
          left: -10px !important; }
        #indexPage #bannerslider-Area .swiper-Banner .swiper-container-b .button-next-top {
          right: -10px !important; }
    @media screen and (min-width: 1025px) {
      #indexPage #bannerslider-Area {
        padding: 37px 0; } }

/* ---------------------------------------------------------------- */
/* コンテンツ共通 */
/* ---------------------------------------------------------------- */
/* コンテンツ共通リストベース */
/* ---------------------------- */
.postListWrap .postBox {
  display: flex;
  margin-bottom: 10px;
  transition: ease-in .3s; }
  .postListWrap .postBox time {
    line-height: 1;
    font-size: 12px;
    width: 100px;
    align-self: center;
    color: #999999; }
  .postListWrap .postBox .permaLinkWrap a {
    min-width: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
    color: #333;
    text-decoration: none; }
  .postListWrap .postBox:hover i, .postListWrap .postBox:hover a, .postListWrap .postBox:focus i, .postListWrap .postBox:focus a {
    opacity: .8; }
@media screen and (max-width: 767px) {
  .postListWrap .postBox {
    flex-wrap: wrap; }
    .postListWrap .postBox .permaLinkWrap {
      flex-basis: 100%;
      margin: 10px 0 0; }
      .postListWrap .postBox .permaLinkWrap a {
        text-overflow: clip;
        overflow: visible;
        white-space: normal;
        display: inline; } }

/* TOP新着情報のstyle */
.postListWrap-news {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: flex-start; }
  .postListWrap-news .postBox {
    width: 24%;
    flex-wrap: wrap;
    justify-content: space-between;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    border-radius: 5px; }
    .postListWrap-news .postBox .thumbnail {
      width: 100%;
      height: 146px;
      position: relative;
      overflow: hidden; }
      .postListWrap-news .postBox .thumbnail a {
        position: static !important; }
        .postListWrap-news .postBox .thumbnail a img {
          position: absolute;
          width: 100%;
          height: 100%;
          object-fit: cover; }
    .postListWrap-news .postBox .titleBox,
    .postListWrap-news .postBox .textBox {
      width: 100%; }
    .postListWrap-news .postBox .titleBox {
      padding: 16px 20px; }
      .postListWrap-news .postBox .titleBox .permaLinkWrap {
        padding-top: 17px; }
    .postListWrap-news .postBox .textBox {
      padding: 0 20px 20px; }
      .postListWrap-news .postBox .textBox p {
        margin: 0;
        height: 80px; }
      .postListWrap-news .postBox .textBox .info_news {
        text-align: right;
        display: flex;
        flex-wrap: wrap;
        justify-content: end; }
        .postListWrap-news .postBox .textBox .info_news a {
          text-decoration: none;
          color: #fff;
          display: inline;
          font-size: 12px;
          font-weight: bold;
          padding: 3px 10px;
          margin: 0 0 5px 5px;
          background-color: #009844;
          text-align: center; }
        .postListWrap-news .postBox .textBox .info_news.piyopiyo a:first-of-type {
          background: #FFF000;
          color: #009844; }
        .postListWrap-news .postBox .textBox .info_news.blog a:first-of-type {
          background: #E35A1A; }
        .postListWrap-news .postBox .textBox .info_news.media a {
          background-color: #3854A3; }
        .postListWrap-news .postBox .textBox .info_news ul {
          list-style-type: none;
          background-color: #00AEEB;
          margin: 0;
          width: 140px;
          padding: 0;
          text-align: center; }
          .postListWrap-news .postBox .textBox .info_news ul li a {
            text-decoration: none;
            color: #fff;
            display: inline-block;
            font-size: 12px;
            width: 100%;
            padding: 4px 0 5px;
            max-width: 140px;
            display: flex;
            align-items: center;
            justify-content: center; }
    .postListWrap-news .postBox:not(:last-child) {
      margin-right: 1.3%; }
  @media screen and (max-width: 767px) {
    .postListWrap-news .postBox {
      width: 100%;
      padding: 15px;
      margin-right: 0 !important; }
      .postListWrap-news .postBox .thumbnail {
        width: 120px;
        height: 80px;
        position: relative;
        overflow: hidden;
        border-radius: 5px; }
        .postListWrap-news .postBox .thumbnail a img {
          position: absolute;
          width: 100%;
          height: 100%;
          object-fit: cover; }
      .postListWrap-news .postBox .titleBox {
        width: calc( 100% - 130px);
        padding: 0; }
        .postListWrap-news .postBox .titleBox .permaLinkWrap {
          padding-top: 0; }
      .postListWrap-news .postBox .textBox {
        padding: 9px 0; }
        .postListWrap-news .postBox .textBox p {
          margin: 0 0 9px !important;
          height: auto; } }

/* 新着情報一覧のスタイル */
.postinfo-cat_style {
  justify-content: space-between; }
  .postinfo-cat_style .postBox {
    width: 23%;
    margin: 0 0 30px !important; }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .postinfo-cat_style .postBox {
      width: 48%; } }
  @media screen and (max-width: 767px) {
    .postinfo-cat_style .postBox {
      width: 100%;
      margin: 0 0 20px; } }

.categorylist-link {
  display: flex;
  margin: 0 0 27px !important; }
  .categorylist-link li {
    display: inline-block;
    width: 50%; }
    .categorylist-link li a {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 50px;
      background: #F5F5F5;
      font-weight: bold;
      text-decoration: none;
      font-size: 14px;
      color: #0B7447; }

.category-information .categorylist-link li:nth-child(1) {
  position: relative; }
  .category-information .categorylist-link li:nth-child(1) a {
    background: #009844;
    color: #fff; }
    .category-information .categorylist-link li:nth-child(1) a::before {
      position: absolute;
      content: "";
      bottom: -10px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      width: 0;
      height: 0;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-top: 10px solid #009844; }

.category-news .categorylist-link li:nth-child(2) {
  position: relative; }
  .category-news .categorylist-link li:nth-child(2) a {
    background: #009844;
    color: #fff; }
    .category-news .categorylist-link li:nth-child(2) a::before {
      position: absolute;
      content: "";
      bottom: -10px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      width: 0;
      height: 0;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-top: 10px solid #009844; }

.category-piyopiyo .categorylist-link li:nth-child(3) {
  position: relative; }
  .category-piyopiyo .categorylist-link li:nth-child(3) a {
    background: #009844;
    color: #fff; }
    .category-piyopiyo .categorylist-link li:nth-child(3) a::before {
      position: absolute;
      content: "";
      bottom: -10px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      width: 0;
      height: 0;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-top: 10px solid #009844; }

.category-farm-letter .categorylist-link li:nth-child(4) {
  position: relative; }
  .category-farm-letter .categorylist-link li:nth-child(4) a {
    background: #009844;
    color: #fff; }
    .category-farm-letter .categorylist-link li:nth-child(4) a::before {
      position: absolute;
      content: "";
      bottom: -10px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      width: 0;
      height: 0;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-top: 10px solid #009844; }

/* ---------------------------- */
/* topブログslider */
/* ---------------------------- */
#blogArea {
  margin-bottom: 100px; }
  #blogArea .titleArea {
    background: #EAE4D1;
    padding: 35px 0 38px; }
    #blogArea .titleArea .container {
      display: flex;
      flex-wrap: wrap;
      align-items: flex-end; }
      #blogArea .titleArea .container .top-h2 {
        text-align: left;
        margin: 0 35px 0 0; }
      #blogArea .titleArea .container ul.tag-list {
        margin: 0;
        padding: 0; }
        #blogArea .titleArea .container ul.tag-list li {
          display: inline-block;
          padding-left: .7em;
          position: relative;
          margin-right: 1em; }
          #blogArea .titleArea .container ul.tag-list li::before {
            content: "#";
            position: absolute;
            top: 0;
            left: 0;
            color: #009844; }
          #blogArea .titleArea .container ul.tag-list li a {
            color: #333;
            text-decoration: none;
            font-size: 14px;
            font-weight: bold; }
            #blogArea .titleArea .container ul.tag-list li a:hover, #blogArea .titleArea .container ul.tag-list li a:focus {
              opacity: .8; }
  #blogArea .bloginner {
    position: relative;
    z-index: 0; }
    #blogArea .bloginner::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 460px;
      background: url("images/home/bg_blog.jpg") no-repeat;
      background-size: cover;
      background-position: bottom -77px center;
      z-index: -5; }
  @media screen and (max-width: 767px) {
    #blogArea {
      margin-bottom: 80px; }
      #blogArea .titleArea {
        padding: 35px 0 26px; }
        #blogArea .titleArea .container {
          display: flex;
          flex-wrap: wrap;
          align-items: flex-end; }
          #blogArea .titleArea .container .top-h2 {
            margin: 0 0 17px;
            width: 100%; }
          #blogArea .titleArea .container ul.tag-list {
            line-height: 2.5; }
            #blogArea .titleArea .container ul.tag-list li {
              margin-right: 1.5em; }
      #blogArea .bloginner::before {
        background-position: bottom center; }
      #blogArea .btnRight {
        margin: 50px auto 0; } }

/* ---------------------------- */
/* 店長ブログ */
/* ---------------------------- */
/* 店長のユーザー情報*/
.shop-profile {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: center; }
  .shop-profile .author_img_box {
    width: 60px; }
    .shop-profile .author_img_box .img_box {
      width: 60px;
      height: 60px;
      overflow: hidden;
      border-radius: 50%; }
      .shop-profile .author_img_box .img_box img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
  .shop-profile .author_text_box {
    width: calc( 100% - 84px); }
    .shop-profile .author_text_box p {
      margin: 0 !important;
      position: relative;
      font-weight: bold; }
      .shop-profile .author_text_box p.pen {
        padding: 0 0 0 1.3em; }
        .shop-profile .author_text_box p.pen::before {
          content: "";
          position: absolute;
          top: 5px;
          left: 0;
          background: url("images/common/icon_pen.svg") no-repeat;
          width: 14px;
          height: 14px; }
      .shop-profile .author_text_box p.prefectures-name {
        padding: 0 0 0 1.3em; }
        .shop-profile .author_text_box p.prefectures-name::before {
          content: "";
          position: absolute;
          top: 6px;
          left: 0;
          background: url("images/common/icon_map_g.svg") no-repeat;
          width: 10px;
          height: 14px; }

.author_textWrap {
  margin-top: 20px;
  display: flex;
  justify-content: flex-end;
  widows: 100%; }
  .author_textWrap p {
    margin: 0 !important;
    position: relative;
    font-weight: bold; }
    .author_textWrap p.pen {
      padding: 0 1.3em 0; }
      .author_textWrap p.pen::before {
        content: "";
        position: absolute;
        top: 5px;
        left: 0;
        background: url("images/common/icon_pen.svg") no-repeat;
        width: 14px;
        height: 14px; }
    .author_textWrap p.prefectures-name {
      padding: 0 0 0 1.3em; }
      .author_textWrap p.prefectures-name::before {
        content: "";
        position: absolute;
        top: 6px;
        left: 0;
        background: url("images/common/icon_map_g.svg") no-repeat;
        width: 10px;
        height: 14px; }

/* 店長ブログtopページ */
.blog-textWrap {
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  padding: 18px 20px 27px; }
  .blog-textWrap .postBox .thumbnail {
    width: 100%;
    padding-bottom: 58%;
    position: relative;
    overflow: hidden;
    border-radius: 5px; }
    .blog-textWrap .postBox .thumbnail a {
      position: static !important; }
      .blog-textWrap .postBox .thumbnail a img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover; }
  .blog-textWrap .postBox .titleBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin: 11px 0 14px; }
    .blog-textWrap .postBox .titleBox time {
      line-height: 1;
      font-size: 12px;
      width: 100px;
      align-self: center;
      color: #999999;
      margin-bottom: 10px; }
    .blog-textWrap .postBox .titleBox .info_news {
      text-align: right;
      display: flex;
      flex-wrap: wrap;
      justify-content: end; }
      .blog-textWrap .postBox .titleBox .info_news a {
        text-decoration: none;
        color: #fff;
        display: inline;
        font-size: 12px;
        font-weight: bold;
        padding: 3px 10px;
        margin: 0 0 5px 5px;
        background-color: #009844;
        text-align: center; }
  .blog-textWrap .textBox .permaLinkWrap {
    margin: 0 0 9px; }
    .blog-textWrap .textBox .permaLinkWrap a {
      color: #333;
      text-decoration: none;
      font-weight: bold; }
      .blog-textWrap .textBox .permaLinkWrap a:hover, .blog-textWrap .textBox .permaLinkWrap a:focus {
        opacity: .8; }
  .blog-textWrap .textBox p {
    height: 40px;
    margin: 0 !important;
    font-size: 14px; }

/* topブログsliderの中身 */
.swiper-blog {
  padding: 90px 0 40px;
  position: relative; }
  .swiper-blog::after {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 0;
    width: 100vw;
    height: 220px;
    background: #6A2326;
    z-index: -5; }
  @media screen and (max-width: 767px) {
    .swiper-blog {
      padding: 90px 0 0; }
      .swiper-blog::after {
        bottom: 0;
        height: 188px; } }
  .swiper-blog .swiper-container-blog {
    overflow: visible; }

.swiper-button-prev-blog {
  top: auto;
  left: 130px;
  bottom: -100px;
  width: 60px;
  height: 60px;
  background: #6FBA2C;
  background-image: url("images/common/arrow_white.png");
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: left 26px top 20px;
  transform: rotate(180deg); }

.swiper-button-next-blog {
  top: auto;
  left: 190px;
  bottom: -100px;
  width: 60px;
  height: 60px;
  background: #0B7447;
  background-image: none;
  background-image: url("images/common/arrow_white.png");
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: left 26px top 22px; }

@media screen and (max-width: 767px) {
  .swiper-button {
    height: 60px;
    width: 100%; }
    .swiper-button .inner {
      position: relative;
      width: 120px;
      margin: 0 auto; }
      .swiper-button .inner .swiper-button-prev-blog {
        left: 0;
        bottom: -87px; }
      .swiper-button .inner .swiper-button-next-blog {
        left: 60px;
        bottom: -87px; } }
/* 店長ブログ一覧ページ */
.blog-postListArea {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  .blog-postListArea .blog-textWrap {
    width: 32%;
    flex-wrap: wrap;
    justify-content: space-between;
    overflow: hidden;
    border-radius: 5px;
    margin-bottom: 20px; }
    .blog-postListArea .blog-textWrap:not(:last-child) {
      margin-right: 1.3%; }
    @media screen and (max-width: 767px) {
      .blog-postListArea .blog-textWrap {
        width: 100%;
        margin-right: 0 !important; } }

#blogAreaaaaaa .postListWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  #blogAreaaaaaa .postListWrap:after {
    content: "";
    display: block;
    width: 31%; }
  #blogAreaaaaaa .postListWrap .postBox {
    display: flex;
    flex-wrap: wrap;
    flex-basis: 31%;
    max-width: 31%; }
  #blogAreaaaaaa .postListWrap .thumbnail {
    flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 10px;
    overflow: hidden; }
    #blogAreaaaaaa .postListWrap .thumbnail a {
      width: 100%;
      overflow: hidden;
      display: block; }
  #blogAreaaaaaa .postListWrap time {
    margin-bottom: 10px;
    flex-basis: 100%;
    max-width: 100%;
    display: block; }
@media screen and (max-width: 767px) {
  #blogAreaaaaaa .postListWrap:after {
    display: none; }
  #blogAreaaaaaa .postListWrap .postBox {
    flex-basis: 100%;
    max-width: 100%; } }

/* ---------------------------- */
/* 投稿　農業屋の特集/キャンペーン */
/* ---------------------------- */
/* 投稿　農業屋の特集/キャンペーン 一覧 */
.feature-thumbnail {
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2); }
  .feature-thumbnail a {
    width: 100%;
    padding-bottom: 100% !important;
    position: relative;
    overflow: hidden;
    display: block; }
    .feature-thumbnail a .imgbox {
      position: absolute;
      width: 100%;
      height: 100%;
      background-size: cover;
      background-position: center; }
    .feature-thumbnail a:hover, .feature-thumbnail a:focus {
      opacity: .8; }

.feature-Wrap .feature-thumbnail {
  box-shadow: inherit;
  border-radius: inherit;
  margin-bottom: 17px; }
.feature-Wrap .permaLinkWrap {
  margin-bottom: 7px; }
  .feature-Wrap .permaLinkWrap a {
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    color: #0B7447; }
    .feature-Wrap .permaLinkWrap a:hover, .feature-Wrap .permaLinkWrap a:focus {
      opacity: .8; }
.feature-Wrap .main-text {
  margin-bottom: 11px;
  display: block; }

.calendarWrap {
  display: flex;
  align-items: center; }
  .calendarWrap p {
    font-size: 16px;
    color: #E35A1A;
    margin-bottom: 8px !important; }
  .calendarWrap .ca_start {
    position: relative;
    padding-left: 65px; }
    .calendarWrap .ca_start::before {
      content: "期間";
      position: absolute;
      top: 0;
      left: 0;
      font-size: 14px;
      border: 1px solid #E35A1A;
      border-radius: 5px;
      padding: 2px 12px; }

/* 投稿　農業屋の特集/キャンペーン 詳細 */
#single-featureWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin-top: 40px; }
  #single-featureWrap #postCnt {
    width: 100%; }
    #single-featureWrap #postCnt .main-text {
      margin-bottom: 28px;
      display: block; }
    #single-featureWrap #postCnt .img-wrapper {
      margin-top: 30px; }
  #single-featureWrap #postCnt_sidebar {
    width: 100%; }
    #single-featureWrap #postCnt_sidebar #applicable-storeWrap {
      border-radius: 5px;
      overflow: hidden; }
      #single-featureWrap #postCnt_sidebar #applicable-storeWrap p {
        background: #EAE4D1;
        font-size: 20px;
        font-weight: bold;
        margin: 0;
        padding: 11px 15px 12px; }
      #single-featureWrap #postCnt_sidebar #applicable-storeWrap #applicable-storebox {
        background: #FCF8EC;
        padding: 11px 15px;
        border-radius: 5px;
        margin-bottom: 30px; }
        #single-featureWrap #postCnt_sidebar #applicable-storeWrap #applicable-storebox span {
          color: #0B7447;
          display: block;
          border-bottom: 1px solid #0B7447;
          padding-bottom: 10px;
          margin-bottom: 15px;
          font-weight: bold; }
        #single-featureWrap #postCnt_sidebar #applicable-storeWrap #applicable-storebox .appliWrap {
          margin: 0 0 30px;
          padding: 0;
          display: flex;
          flex-wrap: wrap; }
          #single-featureWrap #postCnt_sidebar #applicable-storeWrap #applicable-storebox .appliWrap li {
            display: inline-block;
            width: 50%;
            line-height: 1.4;
            margin-bottom: 10px; }
            #single-featureWrap #postCnt_sidebar #applicable-storeWrap #applicable-storebox .appliWrap li a {
              color: #333;
              text-decoration: none; }
              #single-featureWrap #postCnt_sidebar #applicable-storeWrap #applicable-storebox .appliWrap li a:hover, #single-featureWrap #postCnt_sidebar #applicable-storeWrap #applicable-storebox .appliWrap li a:focus {
                opacity: .8; }
    #single-featureWrap #postCnt_sidebar #sideBanner .feature-thumbnail {
      margin-bottom: 30px;
      box-shadow: none; }
  @media screen and (min-width: 767px) {
    #single-featureWrap #postCnt {
      width: calc( 100% - 310px); }
    #single-featureWrap #postCnt_sidebar {
      width: 280px; } }

.featur-ecategorySelect {
  width: 100%;
  position: relative;
  width: 100%;
  margin-bottom: 60px; }

.ecategory-title {
  color: #009844;
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
  padding: 7px 10px;
  position: relative;
  border: 1px solid #009844;
  border-radius: 5px; }
  .ecategory-title::after {
    border-right: solid 2px #009844;
    border-top: solid 2px #009844;
    content: "";
    display: block;
    height: 8px;
    position: absolute;
    right: 25px;
    top: 38%;
    transform: rotate(135deg);
    transition: transform .3s ease-in-out, top .3s ease-in-out;
    width: 8px; }

.ecategory-title.open::after {
  top: 45%;
  transform: rotate(-45deg); }

.accordion-content {
  display: none;
  padding: 20px 0 0; }

.accordion-content a {
  font-size: 16px;
  line-height: 1.5;
  text-decoration: none;
  border-bottom: 1px solid #EAE4D1;
  padding: 0 10px 5px;
  display: block;
  color: #333; }
  .accordion-content a:hover, .accordion-content a:focus {
    opacity: .8; }

/* タイトルの背景色 */
/* コンテンツボックスの枠線 */
/* ---------------------------- */
/* カスタム投稿　店舗情報 */
/* ---------------------------- */
.shoplink-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px; }
  .shoplink-wrap:after {
    width: 48%;
    content: "";
    display: block; }
  .shoplink-wrap:before {
    width: 48%;
    content: "";
    display: block;
    order: 1; }
  .shoplink-wrap .shoplink-box {
    width: 48%;
    margin-bottom: 5px; }
    .shoplink-wrap .shoplink-box a {
      text-decoration: none;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      border: 1px solid #009844;
      padding: 7px 0 9px;
      height: 80px;
      border-radius: 5px; }
      .shoplink-wrap .shoplink-box a p {
        font-size: 20px;
        font-weight: bold;
        margin: 0 !important;
        color: #009844;
        line-height: 1;
        text-align: center !important; }
        .shoplink-wrap .shoplink-box a p span {
          font-size: 14px; }
        .shoplink-wrap .shoplink-box a p.p-red {
          font-size: 12px;
          color: #6A2326;
          width: 100%; }
      .shoplink-wrap .shoplink-box a:hover, .shoplink-wrap .shoplink-box a:focus {
        background: #009844; }
        .shoplink-wrap .shoplink-box a:hover p, .shoplink-wrap .shoplink-box a:focus p {
          color: #FFF000; }
    .shoplink-wrap .shoplink-box.widt100 {
      width: 100%;
      margin-bottom: 0; }
      .shoplink-wrap .shoplink-box.widt100 a:hover, .shoplink-wrap .shoplink-box.widt100 a:focus {
        background: #009844; }
        .shoplink-wrap .shoplink-box.widt100 a:hover .tar_blank:after, .shoplink-wrap .shoplink-box.widt100 a:focus .tar_blank:after {
          background: url("images/common/blank_yellow.svg") no-repeat; }
  @media screen and (min-width: 1025px) {
    .shoplink-wrap:after {
      width: 23%; }
    .shoplink-wrap:before {
      width: 23%; }
    .shoplink-wrap .shoplink-box {
      width: 23%;
      margin-bottom: 20px; } }

.postListWrap-shop .shoplist {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: normal;
  width: 100%;
  margin-bottom: 40px;
  background: #F5F5F5;
  position: relative; }
  .postListWrap-shop .shoplist .thumbnail {
    overflow: hidden;
    width: 30%; }
    .postListWrap-shop .shoplist .thumbnail a {
      width: 100%;
      padding-bottom: 75%;
      position: relative;
      overflow: hidden;
      display: block; }
      .postListWrap-shop .shoplist .thumbnail a img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover; }
  .postListWrap-shop .shoplist .postBox {
    width: 70%;
    padding: 15px 20px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 30px; }
    .postListWrap-shop .shoplist .postBox .informationBox ul li {
      display: inline-block;
      margin-right: 1.5em; }
      .postListWrap-shop .shoplist .postBox .informationBox ul li.li-address {
        width: 100%; }
      .postListWrap-shop .shoplist .postBox .informationBox ul li a {
        color: #333;
        text-decoration: none; }
        .postListWrap-shop .shoplist .postBox .informationBox ul li a:hover, .postListWrap-shop .shoplist .postBox .informationBox ul li a:focus {
          opacity: .8; }
    .postListWrap-shop .shoplist .postBox .informationBox .shop-profile .author_text_box {
      width: calc( 100% - 71px); }
    .postListWrap-shop .shoplist .postBox .right-spnone {
      min-width: 170px;
      margin-left: 10px; }
      .postListWrap-shop .shoplist .postBox .right-spnone .sns-wrap {
        max-width: 109px;
        margin: 0 !important; }
        .postListWrap-shop .shoplist .postBox .right-spnone .sns-wrap li:not(:last-child) {
          margin-right: 9px; }
      .postListWrap-shop .shoplist .postBox .right-spnone .hiring-paonoff,
      .postListWrap-shop .shoplist .postBox .right-spnone .flyer-paonoff {
        background: #fff;
        font-size: 14px;
        font-weight: bold;
        padding: 8px 12px 5px;
        text-align: center;
        border-radius: 5px;
        margin-bottom: 9px; }
      .postListWrap-shop .shoplist .postBox .right-spnone .hiring-paonoff {
        color: #0B7447;
        margin-top: 10.5px; }
        .postListWrap-shop .shoplist .postBox .right-spnone .hiring-paonoff a {
          text-decoration: none !important; }
      .postListWrap-shop .shoplist .postBox .right-spnone .flyer-paonoff {
        color: #6A2326; }
  .postListWrap-shop .shoplist .link-area {
    position: absolute;
    bottom: 0;
    right: 0; }
    .postListWrap-shop .shoplist .link-area a {
      background: #0B7447;
      color: #fff !important;
      text-decoration: none;
      display: flex;
      justify-content: center;
      align-items: center;
      height: 36px;
      width: 168px;
      font-weight: bold; }
      .postListWrap-shop .shoplist .link-area a::before {
        content: "";
        position: absolute;
        right: 20px;
        width: 7px;
        height: 7px;
        border-top: 1px solid #fff;
        border-right: 1px solid #fff;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); }
      .postListWrap-shop .shoplist .link-area a:hover, .postListWrap-shop .shoplist .link-area a:focus {
        background: #FFF000;
        color: #0B7447 !important; }
        .postListWrap-shop .shoplist .link-area a:hover::before, .postListWrap-shop .shoplist .link-area a:focus::before {
          border-top: 1px solid #0B7447;
          border-right: 1px solid #0B7447; }
@media print, screen and (min-width: 768px) {
  .postListWrap-shop .shoplist .thumbnail {
    display: flex; }
    .postListWrap-shop .shoplist .thumbnail a {
      padding-bottom: 0; }
      .postListWrap-shop .shoplist .thumbnail a img {
        position: relative; } }
@media print, screen and (min-width: 992px) {
  .postListWrap-shop .shoplist .thumbnail {
    width: 40%; }
  .postListWrap-shop .shoplist .postBox {
    width: 60%; } }
@media screen and (max-width: 767px) {
  .postListWrap-shop .shoplist .thumbnail {
    width: 100%; }
    .postListWrap-shop .shoplist .thumbnail a {
      padding-bottom: 75%; }
  .postListWrap-shop .shoplist .postBox {
    width: 100%; }
    .postListWrap-shop .shoplist .postBox .shopName {
      width: 100%; }
    .postListWrap-shop .shoplist .postBox .right-spnone {
      display: none; } }

/* ------------------------------------------ /
/ 店舗情報の詳細 カスタムフィールド/
/ ------------------------------------------ */
#store_information {
  padding-top: 99px; }
  #store_information .column2Wrap {
    margin-bottom: 90px; }
    #store_information .column2Wrap .columnBox .hiring-paonoff {
      border-radius: 5px;
      border: 1px solid #0B7447;
      font-size: 14px;
      font-weight: bold;
      padding: 3px 19px;
      color: #0B7447;
      display: inline-block;
      margin-bottom: 20px; }
      #store_information .column2Wrap .columnBox .hiring-paonoff a {
        text-decoration: none; }
    #store_information .column2Wrap .columnBox .sns-wrap {
      max-width: 109px;
      justify-content: flex-start; }
      #store_information .column2Wrap .columnBox .sns-wrap li:not(:last-child) {
        margin-right: 9px; }

.shopName {
  font-size: 28px;
  color: #0B7447;
  font-weight: bold;
  margin-bottom: 16px; }

.informationBox ul {
  margin: 0;
  padding: 0; }
  .informationBox ul li {
    position: relative;
    padding-left: 1.5em !important;
    font-weight: bold;
    margin-bottom: 5px; }
    .informationBox ul li::before {
      content: "";
      position: absolute;
      top: 2px;
      left: 0;
      background: url("images/common/icon_map.svg") no-repeat;
      background-size: cover;
      width: 15px;
      height: 20px; }
    .informationBox ul li p {
      margin: 0 !important; }
    .informationBox ul li a {
      color: #333;
      text-decoration: none; }
      .informationBox ul li a:hover, .informationBox ul li a:focus {
        opacity: .8; }
  .informationBox ul li:nth-of-type(1)::before {
    background: url("images/common/icon_map.svg") no-repeat;
    background-size: cover;
    width: 15px;
    height: 20px; }
  .informationBox ul li:nth-of-type(2)::before {
    background: url("images/common/icon_tel.svg") no-repeat;
    width: 17px;
    height: 17px;
    background-size: 17px; }
  .informationBox ul li:nth-of-type(3)::before {
    background: url("images/common/icon_time.svg") no-repeat;
    background-size: 17px;
    width: 17px;
    height: 17px; }
  .informationBox ul li:nth-of-type(4)::before {
    background: url("images/common/icon_cal.svg") no-repeat;
    background-size: 16px;
    width: 16px;
    height: 18px; }

.shop-main-slider {
  margin-bottom: 20px; }
  .shop-main-slider .swiper-wrapper .swiper-slide img {
    width: 100%; }

/* ---------------------------- */
/* 店舗情報の詳細 ちらし */
/* ---------------------------- */
#shop-leafletsWrap .column2Wrap {
  margin-bottom: 89px; }
  #shop-leafletsWrap .column2Wrap .columnBox {
    padding: 15px 16px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    border-radius: 5px; }
    #shop-leafletsWrap .column2Wrap .columnBox .img-box {
      width: 100%;
      padding-bottom: 47%;
      position: relative;
      overflow: hidden;
      margin-bottom: 20px; }
      #shop-leafletsWrap .column2Wrap .columnBox .img-box img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover; }
    #shop-leafletsWrap .column2Wrap .columnBox .calendarWrap .ca_start {
      padding-left: 100px; }
      #shop-leafletsWrap .column2Wrap .columnBox .calendarWrap .ca_start::before {
        content: "掲載期間"; }
    #shop-leafletsWrap .column2Wrap .columnBox h3 {
      background: transparent;
      font-size: 20px;
      color: #333;
      margin: 20px 0 13px;
      padding: 0; }
    #shop-leafletsWrap .column2Wrap .columnBox .pdf-link {
      text-align: right; }
      #shop-leafletsWrap .column2Wrap .columnBox .pdf-link a {
        padding-right: 33px;
        position: relative; }
        #shop-leafletsWrap .column2Wrap .columnBox .pdf-link a::before {
          content: "";
          width: 8px;
          height: 8px;
          border: 1px solid;
          border-color: transparent transparent #0B7447 #0B7447;
          transform: rotate(-135deg);
          display: block;
          margin: 0 9px 0 auto;
          position: absolute;
          top: 5px;
          right: 7px; }
        #shop-leafletsWrap .column2Wrap .columnBox .pdf-link a:hover::before, #shop-leafletsWrap .column2Wrap .columnBox .pdf-link a:focus::before {
          border-color: transparent transparent #6FBA2C #6FBA2C; }
#shop-leafletsWrap .leaflets_not {
  padding: 100px 0 200px; }
  #shop-leafletsWrap .leaflets_not p {
    text-align: center; }

/* ---------------------------- */
/* 店舗情報の詳細 店長ブログ */
/* ---------------------------- */
#shop-blogWrap {
  padding: 90px 0 50px;
  position: relative; }
  #shop-blogWrap::before {
    content: "";
    height: 100%;
    background: #EAE4D1;
    margin: 0 calc(50% - 50vw);
    padding: 4px calc(50vw - 50% + 8px);
    width: 100vw;
    position: absolute;
    top: 0;
    z-index: -5; }
  #shop-blogWrap .tentyou-area {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 20px 0 40px; }
    #shop-blogWrap .tentyou-area .img-box {
      width: 150px;
      height: 150px;
      border-radius: 50%;
      border: 5px solid #fff;
      overflow: hidden; }
      #shop-blogWrap .tentyou-area .img-box img {
        width: 100%;
        object-fit: cover; }
    #shop-blogWrap .tentyou-area .text-box {
      width: calc( 100% - 190px);
      padding: 15px 20px;
      background: #fff;
      position: relative;
      border-radius: 5px; }
      #shop-blogWrap .tentyou-area .text-box::before {
        content: "";
        position: absolute;
        left: -50px;
        top: 39%;
        transform: rotate(180deg);
        box-sizing: border-box;
        width: 22px;
        height: 12px;
        border: 18px solid transparent;
        border-left: 32px solid #fff;
        z-index: -1; }
      #shop-blogWrap .tentyou-area .text-box .tentyou-name {
        color: #0B7447;
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 10px; }
    @media screen and (max-width: 767px) {
      #shop-blogWrap .tentyou-area {
        justify-content: center; }
        #shop-blogWrap .tentyou-area .text-box {
          width: 100%;
          margin-top: 20px; }
          #shop-blogWrap .tentyou-area .text-box::before {
            left: 50%;
            -webkit-transform: translateX(-50%) rotate(270deg);
            transform: translateX(-50%) rotate(270deg);
            top: -26px; } }

/* ---------------------------- */
/* ページヘッダー */
/* ---------------------------- */
#cnts .pageTitle {
  font-size: 28px; }
  #cnts .pageTitle + time {
    text-align: left;
    display: block;
    color: #0B7447;
    margin: -20px 0 20px; }

#mainCnt {
  padding: 90px 0 120px; }

/* ---------------------------------------------------------------- */
/* パンくず */
/* ---------------------------------------------------------------- */
#pankuzuArea {
  background: #0B7447; }

.gi-breadcrumbs {
  margin-bottom: 0;
  background: #0B7447; }
  .gi-breadcrumbs__list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    font-size: 12px;
    line-height: 1.4em;
    list-style: none; }
  .gi-breadcrumbs__item:not(:last-child)::after {
    content: "-";
    padding: 0 6px;
    color: #fff; }
  .gi-breadcrumbs__link {
    color: #FFF !important;
    text-decoration: none !important; }
    .gi-breadcrumbs__link:hover {
      color: #FFF000 !important;
      text-decoration: underline !important; }
  .gi-breadcrumbs .gi-breadcrumbs__item:last-child .gi-breadcrumbs__link {
    color: #FFF000 !important; }
  @media screen and (min-width: 1025px) {
    .gi-breadcrumbs {
      max-width: 1170px; } }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .gi-breadcrumbs {
      max-width: 970px;
      padding-left: 5%;
      padding-right: 5%; } }
  @media screen and (max-width: 767px) {
    .gi-breadcrumbs {
      max-width: 750px; } }

/* ---------------------------------------------------------------- /
/ ページタイトル /
/ ---------------------------------------------------------------- */
.page_mvWrap {
  width: 100%;
  height: 160px;
  z-index: -1;
  background: #0B7447 url("images/common/Seamless_Leaf_Pattern.jpg") no-repeat;
  background-size: cover;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  position: relative;
  overflow: hidden;
  padding: 0 10px; }
  .page_mvWrap::before {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(11, 116, 71, 0.8);
    z-index: -1; }
  .page_mvWrap h2,
  .page_mvWrap h3 {
    text-align: center;
    font-weight: bold;
    color: #fff;
    width: 100%;
    margin: 0; }
  .page_mvWrap h2 {
    font-size: 28px; }
  .page_mvWrap h3 {
    font-size: 14px;
    text-transform: uppercase; }

/* ---------------------------------------------------------------- */
/* 詳細ページ */
/* ---------------------------------------------------------------- */
.postPage #postCnt,
#mainCnt #postCnt {
  margin: 20px 0;
  min-height: 300px; }
.postPage h2,
#mainCnt h2 {
  font-size: 26px;
  position: relative;
  padding-bottom: 6px;
  margin-bottom: 27px; }
  .postPage h2::before,
  #mainCnt h2::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 2px;
    background: #0B7447; }
  .postPage h2.ctr,
  #mainCnt h2.ctr {
    text-align: center; }
    .postPage h2.ctr::before,
    #mainCnt h2.ctr::before {
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%); }
.postPage h3,
#mainCnt h3 {
  font-size: 24px;
  color: #fff;
  background: #009844;
  padding: 5px 10px;
  border-radius: 5px;
  margin-bottom: 32px; }
.postPage h4,
#mainCnt h4 {
  font-size: 22px;
  padding-bottom: 3px;
  margin-bottom: 30px;
  border-bottom: 2px solid #0B7447; }
.postPage h4.dark_red,
#mainCnt h4.dark_red {
  font-size: 26px;
  border-bottom: 1px solid #6A2326;
  margin: 0 0 20px;
  color: #6A2326; }
  .postPage h4.dark_red span,
  #mainCnt h4.dark_red span {
    font-size: 16px;
    font-weight: 500; }
.postPage h5,
#mainCnt h5 {
  font-size: 20px;
  color: #009844;
  padding-left: 17px;
  position: relative;
  margin-bottom: 20px; }
  .postPage h5::before,
  #mainCnt h5::before {
    content: "";
    border: 3px solid #009844;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 6px; }
.postPage h5.headLine,
#mainCnt h5.headLine {
  padding-top: 37px;
  padding-left: 0;
  color: #0B7447;
  margin-top: 10px; }
  .postPage h5.headLine::before,
  #mainCnt h5.headLine::before {
    content: "";
    border: 0;
    background: #0B7447;
    width: 1px;
    height: 30px;
    border-radius: 0;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0; }
.postPage h5.main_color20px,
#mainCnt h5.main_color20px {
  padding-left: 0; }
  .postPage h5.main_color20px::before,
  #mainCnt h5.main_color20px::before {
    content: none; }
.postPage h6,
#mainCnt h6 {
  font-size: 18px;
  background: #EAE4D1;
  padding: 6px 10px 8px;
  border-radius: 5px;
  margin-bottom: 30px; }
.postPage h1, .postPage h2, .postPage h3, .postPage h4, .postPage h5, .postPage h6,
#mainCnt h1,
#mainCnt h2,
#mainCnt h3,
#mainCnt h4,
#mainCnt h5,
#mainCnt h6 {
  line-height: 1.2;
  margin-top: 0; }
.postPage .box:nth-of-type(n + 2),
#mainCnt .box:nth-of-type(n + 2) {
  margin-top: 60px; }
.postPage p,
#mainCnt p {
  margin: 0 0 30px;
  text-align: justify;
  text-align: inter-ideograph; }
  .postPage p img,
  #mainCnt p img {
    max-width: 100%;
    margin-bottom: 0; }
  .postPage p.tableAtt,
  #mainCnt p.tableAtt {
    margin: -20px 0 20px; }
.postPage .c333-24px,
#mainCnt .c333-24px {
  font-size: 24px;
  font-weight: bold; }
.postPage .c6A2326-16px,
#mainCnt .c6A2326-16px {
  font-size: 16px;
  font-weight: bold;
  color: #6A2326;
  margin-bottom: 15px; }
.postPage .c009844-28px,
#mainCnt .c009844-28px {
  font-size: 28px;
  font-weight: bold;
  color: #009844;
  margin-bottom: 15px; }
.postPage .main_color28px,
#mainCnt .main_color28px {
  font-size: 28px;
  font-weight: bold;
  color: #0B7447; }
.postPage .main_color24px,
#mainCnt .main_color24px {
  font-size: 24px;
  font-weight: bold;
  color: #0B7447; }
.postPage .main_color22px,
#mainCnt .main_color22px {
  font-size: 22px;
  font-weight: bold;
  color: #0B7447; }
.postPage .main_color20px,
#mainCnt .main_color20px {
  font-size: 20px;
  font-weight: bold;
  color: #0B7447;
  margin-bottom: 10px; }
.postPage .main_color16px,
#mainCnt .main_color16px {
  font-size: 16px;
  font-weight: bold;
  color: #0B7447; }
.postPage .check-iconList .listBox p,
#mainCnt .check-iconList .listBox p {
  position: relative;
  padding: 0 0 0 28px;
  margin-bottom: 10px; }
  .postPage .check-iconList .listBox p:before,
  #mainCnt .check-iconList .listBox p:before {
    position: absolute;
    left: 0;
    top: 2px;
    background: url("images/common/check.svg") no-repeat;
    content: '';
    width: 18px;
    height: 16px; }
.postPage .bold,
#mainCnt .bold {
  font-weight: bold; }
.postPage .coming,
#mainCnt .coming {
  text-align: center;
  margin: 50px 0;
  font-size: 16px; }
.postPage .small,
#mainCnt .small {
  font-size: 14px; }
.postPage .linkWrap,
#mainCnt .linkWrap {
  display: flex;
  flex-wrap: wrap;
  margin: 15px 0 0;
  align-items: flex-start; }
.postPage .imgWrap + .imgWrap,
#mainCnt .imgWrap + .imgWrap {
  margin-top: 20px; }
.postPage .textLeft,
#mainCnt .textLeft {
  text-align: left; }
.postPage .textCenter,
#mainCnt .textCenter {
  text-align: center; }
.postPage .textRight,
#mainCnt .textRight {
  text-align: right; }
.postPage .alert-color,
#mainCnt .alert-color {
  color: #D90000;
  font-weight: 600; }
.postPage code,
#mainCnt code {
  font-family: "Montserrat", sans-serif; }
.postPage pre,
#mainCnt pre {
  overflow: auto;
  background: #efefef;
  padding: 15px;
  border-radius: 8px;
  font-family: "Montserrat", sans-serif; }
.postPage a,
#mainCnt a {
  position: relative; }
  .postPage a.textBlank,
  #mainCnt a.textBlank {
    position: relative;
    margin-right: 30px;
    display: inline-block; }
    .postPage a.textBlank:before,
    #mainCnt a.textBlank:before {
      content: '\f08e';
      position: absolute;
      display: block;
      font: 14px/1 FontAwesome;
      right: -25px;
      top: 5px; }
  .postPage a.textArrow,
  #mainCnt a.textArrow {
    text-decoration: none;
    color: #0B7447; }
    .postPage a.textArrow:hover,
    #mainCnt a.textArrow:hover {
      color: #00F;
      text-decoration: underline; }
    .postPage a.textArrow:after,
    #mainCnt a.textArrow:after {
      display: inline-block;
      content: '\f0a9';
      font: 16px/1 FontAwesome;
      margin-left: 10px;
      text-decoration: none; }
  .postPage a.textArrowR,
  #mainCnt a.textArrowR {
    text-decoration: none;
    color: #00F; }
    .postPage a.textArrowR:hover, .postPage a.textArrowR:focus,
    #mainCnt a.textArrowR:hover,
    #mainCnt a.textArrowR:focus {
      color: #0B7447;
      text-decoration: underline; }
    .postPage a.textArrowR:after,
    #mainCnt a.textArrowR:after {
      display: inline-block;
      content: '\f0a9';
      font: 16px/1 FontAwesome;
      margin-left: 10px;
      text-decoration: none; }
.postPage table,
#mainCnt table {
  margin: 0 0 30px;
  width: 100%;
  border-collapse: collapse; }
  .postPage table caption,
  #mainCnt table caption {
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    margin: 0; }
  .postPage table tr,
  #mainCnt table tr {
    border-bottom: 1px solid #EEEFEE; }
    .postPage table tr th, .postPage table tr td,
    #mainCnt table tr th,
    #mainCnt table tr td {
      padding: 12px 0;
      width: auto;
      line-height: 1.4; }
    .postPage table tr th,
    #mainCnt table tr th {
      font-weight: bold;
      vertical-align: top;
      text-align: left;
      width: auto;
      color: #0B7447;
      min-width: 100px;
      padding: 12px 40px 12px 10px; }
      .postPage table tr th.w200,
      #mainCnt table tr th.w200 {
        width: 200px; }
      .postPage table tr th.thLeft,
      #mainCnt table tr th.thLeft {
        text-align: left; }
    .postPage table tr td,
    #mainCnt table tr td {
      border-left: none;
      font-weight: 400; }
      .postPage table tr td.td-bpld,
      #mainCnt table tr td.td-bpld {
        font-weight: bold;
        vertical-align: top; }
    .postPage table tr .tw15p,
    #mainCnt table tr .tw15p {
      width: 15%; }
    .postPage table tr .tw30p,
    #mainCnt table tr .tw30p {
      width: 30%; }
    .postPage table tr .tw33p,
    #mainCnt table tr .tw33p {
      width: 33.333%;
      min-width: inherit; }
    .postPage table tr .tw50p,
    #mainCnt table tr .tw50p {
      width: 50%;
      min-width: inherit; }
    .postPage table tr .tw70p,
    #mainCnt table tr .tw70p {
      width: 70%; }
    .postPage table tr .tw200,
    #mainCnt table tr .tw200 {
      width: 200px; }
    .postPage table tr .tw210,
    #mainCnt table tr .tw210 {
      width: 210px; }
  .postPage table.type2, .postPage table.type3,
  #mainCnt table.type2,
  #mainCnt table.type3 {
    border: 1px solid #E8E8E8; }
    .postPage table.type2 tr, .postPage table.type3 tr,
    #mainCnt table.type2 tr,
    #mainCnt table.type3 tr {
      border-bottom: 1px solid #E8E8E8; }
      .postPage table.type2 tr:nth-child(odd), .postPage table.type3 tr:nth-child(odd),
      #mainCnt table.type2 tr:nth-child(odd),
      #mainCnt table.type3 tr:nth-child(odd) {
        background-color: #F5F5F5; }
      .postPage table.type2 tr th, .postPage table.type2 tr td, .postPage table.type3 tr th, .postPage table.type3 tr td,
      #mainCnt table.type2 tr th,
      #mainCnt table.type2 tr td,
      #mainCnt table.type3 tr th,
      #mainCnt table.type3 tr td {
        border-collapse: collapse;
        padding: 11px 9px; }
      .postPage table.type2 tr th, .postPage table.type3 tr th,
      #mainCnt table.type2 tr th,
      #mainCnt table.type3 tr th {
        text-align: center;
        vertical-align: top;
        vertical-align: middle; }
        .postPage table.type2 tr th + th, .postPage table.type3 tr th + th,
        #mainCnt table.type2 tr th + th,
        #mainCnt table.type3 tr th + th {
          border-left: 1px solid #E8E8E8; }
      .postPage table.type2 tr td + td, .postPage table.type3 tr td + td,
      #mainCnt table.type2 tr td + td,
      #mainCnt table.type3 tr td + td {
        border-left: 1px solid #E8E8E8; }
      .postPage table.type2 tr td:nth-of-type(1), .postPage table.type3 tr td:nth-of-type(1),
      #mainCnt table.type2 tr td:nth-of-type(1),
      #mainCnt table.type3 tr td:nth-of-type(1) {
        border-left: none; }
  .postPage table.type3 tr:nth-child(odd),
  #mainCnt table.type3 tr:nth-child(odd) {
    background-color: transparent; }
.postPage .tableSc,
#mainCnt .tableSc {
  overflow: inherit;
  white-space: normal;
  width: 100%; }
  .postPage .tableSc table,
  #mainCnt .tableSc table {
    width: 100%; }
    .postPage .tableSc table tr,
    #mainCnt .tableSc table tr {
      border-bottom: 1px solid #eee; }
      .postPage .tableSc table tr:nth-of-type(odd),
      #mainCnt .tableSc table tr:nth-of-type(odd) {
        background: none; }
      .postPage .tableSc table tr th, .postPage .tableSc table tr td,
      #mainCnt .tableSc table tr th,
      #mainCnt .tableSc table tr td {
        display: table-cell;
        border-collapse: collapse;
        width: inherit; }
      .postPage .tableSc table tr th,
      #mainCnt .tableSc table tr th {
        background: #eee;
        text-align: center;
        vertical-align: middle;
        min-width: inherit; }
        .postPage .tableSc table tr th + th,
        #mainCnt .tableSc table tr th + th {
          border-left: 1px solid #333; }
      .postPage .tableSc table tr td + td,
      #mainCnt .tableSc table tr td + td {
        border-left: 1px solid #333; }
      .postPage .tableSc table tr td:nth-of-type(1),
      #mainCnt .tableSc table tr td:nth-of-type(1) {
        border-left: none; }
.postPage blockquote,
#mainCnt blockquote {
  background: #f2f2f2;
  width: 100%;
  border-radius: 8px;
  padding: 30px;
  margin: 0 0 60px;
  position: relative; }
  .postPage blockquote:before,
  #mainCnt blockquote:before {
    content: '\f10d';
    position: absolute;
    display: block;
    font: 20px/1 FontAwesome;
    color: #0B7447;
    left: 10px;
    top: 10px; }
  .postPage blockquote:after,
  #mainCnt blockquote:after {
    content: '\f10e';
    position: absolute;
    display: block;
    font: 20px/1 FontAwesome;
    color: #0B7447;
    right: 10px; }
  .postPage blockquote p,
  #mainCnt blockquote p {
    margin: 0 0 15px; }
    .postPage blockquote p:last-child,
    #mainCnt blockquote p:last-child {
      margin-bottom: 0; }
.postPage dl.q-a,
#mainCnt dl.q-a {
  margin: 0 0 30px; }
  .postPage dl.q-a dt,
  #mainCnt dl.q-a dt {
    font-weight: bold;
    background: #009844;
    color: #fff;
    position: relative;
    padding: 11px 28px 4px 38px;
    font-size: 20px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px; }
    .postPage dl.q-a dt::before,
    #mainCnt dl.q-a dt::before {
      content: "Q.";
      position: absolute;
      left: 10px;
      top: 8px; }
  .postPage dl.q-a dd,
  #mainCnt dl.q-a dd {
    margin: 0 0 30px !important;
    margin-bottom: 15px;
    background: #F5F5F5;
    padding: 20px 28px 15px; }
.postPage ul,
#mainCnt ul {
  margin: 0 0 20px 5px;
  padding: 0; }
  .postPage ul li,
  #mainCnt ul li {
    list-style: none;
    position: relative;
    padding: 0; }
    .postPage ul li ul,
    #mainCnt ul li ul {
      padding: 0 0 10px;
      margin: 10px 0 0 1em; }
  .postPage ul.iconList li,
  #mainCnt ul.iconList li {
    padding: 0 0 0 10px; }
    .postPage ul.iconList li:before,
    #mainCnt ul.iconList li:before {
      position: absolute;
      left: 0;
      top: 12px;
      transform: translateY(-50%);
      content: '';
      width: 6px;
      height: 6px;
      background: #0B7447;
      border-radius: 50%;
      margin-right: .5em; }
  .postPage ul.check-iconList li,
  #mainCnt ul.check-iconList li {
    text-align: center; }
    .postPage ul.check-iconList li span,
    #mainCnt ul.check-iconList li span {
      position: relative;
      padding: 0 0 0 28px;
      margin-bottom: 10px;
      display: inline-block; }
      .postPage ul.check-iconList li span:before,
      #mainCnt ul.check-iconList li span:before {
        position: absolute;
        left: 0;
        top: 2px;
        background: url("images/common/check.svg") no-repeat;
        content: '';
        width: 18px;
        height: 16px; }
  .postPage ul.check-iconList.left,
  #mainCnt ul.check-iconList.left {
    margin: 0 auto !important;
    max-width: 515px !important; }
    .postPage ul.check-iconList.left li,
    #mainCnt ul.check-iconList.left li {
      text-align: left !important; }
.postPage ol,
#mainCnt ol {
  margin: 0 0 20px;
  padding: 0 0 0 1.9em;
  list-style-type: decimal-leading-zero; }
  .postPage ol li,
  #mainCnt ol li {
    margin: 0;
    padding: 0; }
    .postPage ol li::marker,
    #mainCnt ol li::marker {
      color: #0B7447;
      font-weight: 500; }
    .postPage ol li:last-child,
    #mainCnt ol li:last-child {
      margin: 0 0 10px; }
    .postPage ol li ol,
    #mainCnt ol li ol {
      margin: 10px 0;
      padding: 0 0 0 1em; }
.postPage address,
#mainCnt address {
  font-style: normal; }
.postPage hr.red,
#mainCnt hr.red {
  border-bottom: 1px solid #C65871 !important;
  margin-bottom: 50px; }
.postPage .gmapWrap,
#mainCnt .gmapWrap {
  position: relative;
  width: 100%;
  height: 280px;
  overflow: hidden; }
  .postPage .gmapWrap iframe,
  #mainCnt .gmapWrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
.postPage .youtubeWrap,
#mainCnt .youtubeWrap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: hidden; }
  .postPage .youtubeWrap iframe,
  #mainCnt .youtubeWrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
@media screen and (max-width: 767px) {
  .postPage h2,
  #mainCnt h2 {
    font-size: 24px; }
  .postPage h3,
  #mainCnt h3 {
    font-size: 22px; }
  .postPage h4,
  #mainCnt h4 {
    font-size: 20px; }
  .postPage h5,
  #mainCnt h5 {
    font-size: 18px; }
  .postPage h6,
  #mainCnt h6 {
    font-size: 16px; }
  .postPage .c333-24px,
  #mainCnt .c333-24px {
    font-size: 22px; }
  .postPage .c009844-28px,
  #mainCnt .c009844-28px {
    font-size: 26px; }
  .postPage .main_color28px,
  #mainCnt .main_color28px {
    font-size: 26px; }
  .postPage .main_color24px,
  #mainCnt .main_color24px {
    font-size: 22px; }
  .postPage .main_color22px,
  #mainCnt .main_color22px {
    font-size: 20px; }
  .postPage .main_color20px,
  #mainCnt .main_color20px {
    font-size: 18px; }
  .postPage .main_color16px,
  #mainCnt .main_color16px {
    font-size: 14px; }
  .postPage table tr th, .postPage table tr td,
  #mainCnt table tr th,
  #mainCnt table tr td {
    display: block;
    width: 100%;
    padding: 12px 0; }
    .postPage table tr th + td, .postPage table tr td + td,
    #mainCnt table tr th + td,
    #mainCnt table tr td + td {
      border-left: 0; }
  .postPage table tr th,
  #mainCnt table tr th {
    min-width: 1px;
    color: #0B7447;
    text-align: left;
    padding: 6px 0 0; }
    .postPage table tr th.w200,
    #mainCnt table tr th.w200 {
      width: 100%; }
  .postPage table tr .tw15p,
  #mainCnt table tr .tw15p {
    width: 100%; }
  .postPage table tr .tw30p,
  #mainCnt table tr .tw30p {
    width: 100%; }
  .postPage table tr .tw33p,
  #mainCnt table tr .tw33p {
    width: 100%; }
  .postPage table tr .tw50p,
  #mainCnt table tr .tw50p {
    width: 100%; }
  .postPage table tr .tw70p,
  #mainCnt table tr .tw70p {
    width: 100%; }
  .postPage table tr .tw200,
  #mainCnt table tr .tw200 {
    width: 100%; }
  .postPage table tr .tw210,
  #mainCnt table tr .tw210 {
    width: 100%; }
  .postPage table.type2 tr th, .postPage table.type2 tr td, .postPage table.type3 tr th, .postPage table.type3 tr td,
  #mainCnt table.type2 tr th,
  #mainCnt table.type2 tr td,
  #mainCnt table.type3 tr th,
  #mainCnt table.type3 tr td {
    display: table-cell;
    width: auto; }
  .postPage table.type2 tr th, .postPage table.type3 tr th,
  #mainCnt table.type2 tr th,
  #mainCnt table.type3 tr th {
    min-width: 1px; }
  .postPage .tableSc,
  #mainCnt .tableSc {
    overflow: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch; } }

/* ---------------------------------------------------------------- */
/* フォーム設定 */
/* ---------------------------------------------------------------- */
/* フォームナビ */
/* ---------------------------- */
ul.formFlow {
  display: flex;
  height: 30px;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 30px !important;
  padding: 0; }
  ul.formFlow li {
    display: inline-flex;
    justify-content: center;
    width: 30%;
    background: #F5F5F5;
    color: #333333;
    list-style: none;
    padding: 0;
    margin: 0 !important;
    height: 100%;
    font-size: 16px;
    font-weight: bold;
    align-items: center;
    position: relative;
    border-radius: 5px; }
    ul.formFlow li:before {
      display: none; }
    ul.formFlow li.visited {
      background: #999;
      color: #fff; }
    ul.formFlow li:after {
      position: absolute;
      content: '';
      right: -9%;
      width: 12px;
      height: 12px;
      border-top: 4px solid #0B7447;
      border-right: 4px solid #0B7447;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
    ul.formFlow li.active {
      background: #009844;
      color: #fff;
      position: relative; }
    ul.formFlow li.third:after {
      display: none; }
    ul.formFlow li.third.active {
      background: #0B7447 !important;
      color: #fff; }

#header-megamenuPc {
  margin: 0;
  padding: 0;
  width: 100%;
  eight: 80px; }
  #header-megamenuPc li {
    transition: .3s ease-in-out;
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-flex;
    align-items: center;
    height: 100%; }
    #header-megamenuPc li + li {
      padding-left: 18px; }
    #header-megamenuPc li a {
      justify-content: center;
      width: 100%;
      font-size: 14px;
      font-weight: bold;
      color: #333;
      text-decoration: none;
      margin: 0;
      padding: 0; }
      #header-megamenuPc li a:hover, #header-megamenuPc li a:focus {
        text-decoration: underline; }
    #header-megamenuPc li.children > a {
      position: relative;
      padding-right: 30px; }
      #header-megamenuPc li.children > a::after {
        content: "";
        width: 7px;
        height: 7px;
        border: 1px solid;
        border-color: transparent transparent #333 #333;
        transform: rotate(-45deg);
        display: block;
        margin: 0 9px 0 auto;
        position: absolute;
        top: 4px;
        right: 0; }
      #header-megamenuPc li.children > a:hover, #header-megamenuPc li.children > a:focus {
        transition: .3s ease-in-out; }
    #header-megamenuPc li #megamenu {
      width: 100%;
      height: 0;
      position: absolute;
      background: #F2FAF6;
      display: none;
      padding: 0 76px 24px 44px; }
      #header-megamenuPc li #megamenu p {
        font-size: 16px;
        font-weight: bold;
        color: #0B7447;
        margin: 0;
        padding: 15px 0;
        z-index: 0; }
      #header-megamenuPc li #megamenu .column3Wrap .columnBox {
        background: #fff;
        padding: 10px 29px;
        flex-basis: calc( ( 100% - ( 10px * ( 3 - 1) ) ) / 3 );
        max-width: calc( ( 100% - ( 10px * ( 3 - 1) ) ) / 3 ); }
      #header-megamenuPc li #megamenu ul {
        padding: 0;
        margin: 0; }
        #header-megamenuPc li #megamenu ul li {
          padding: 0;
          margin: 0; }
      #header-megamenuPc li #megamenu ul.teyp1_list {
        width: 100%; }
        #header-megamenuPc li #megamenu ul.teyp1_list > li {
          display: flex;
          flex-wrap: wrap;
          align-items: center;
          justify-content: space-between;
          width: 100%;
          padding: 8px 30px;
          margin-bottom: 8px;
          background: #fff; }
          #header-megamenuPc li #megamenu ul.teyp1_list > li #green-a {
            width: 165px; }
          #header-megamenuPc li #megamenu ul.teyp1_list > li ul.teyp_list-inner {
            width: calc( 100% - 190px); }
            #header-megamenuPc li #megamenu ul.teyp1_list > li ul.teyp_list-inner li {
              display: inline-flex;
              position: relative;
              padding-right: 16px; }
              #header-megamenuPc li #megamenu ul.teyp1_list > li ul.teyp_list-inner li:not(:last-of-type)::before {
                content: "/";
                position: absolute;
                right: 0; }
      #header-megamenuPc li #megamenu .shop-listWrap {
        padding-top: 20px; }
        #header-megamenuPc li #megamenu .shop-listWrap .shop-listBox {
          display: flex;
          flex-wrap: wrap;
          align-items: center;
          justify-content: space-between;
          width: 100%;
          padding: 5px 30px;
          border-bottom: 1px solid #969696; }
          #header-megamenuPc li #megamenu .shop-listWrap .shop-listBox .ken-name {
            width: 120px; }
          #header-megamenuPc li #megamenu .shop-listWrap .shop-listBox .shop-name {
            width: calc( 100% - 150px); }
            #header-megamenuPc li #megamenu .shop-listWrap .shop-listBox .shop-name ul.shop-name-list li {
              display: inline-block;
              width: 14%; }
              #header-megamenuPc li #megamenu .shop-listWrap .shop-listBox .shop-name ul.shop-name-list li.widt20 {
                width: 21%; }
            #header-megamenuPc li #megamenu .shop-listWrap .shop-listBox .shop-name .red-name a {
              color: #6A2326;
              position: relative;
              padding-right: 32px;
              margin-right: 24px; }
              #header-megamenuPc li #megamenu .shop-listWrap .shop-listBox .shop-name .red-name a::before {
                content: "";
                width: 7px;
                height: 7px;
                border: 1px solid;
                border-color: transparent transparent #6A2326 #6A2326;
                transform: rotate(-135deg);
                display: block;
                margin: 0 9px 0 auto;
                position: absolute;
                top: 7px;
                right: 0; }
    #header-megamenuPc li:hover #megamenu, #header-megamenuPc li:focus #megamenu {
      max-width: 940px;
      width: 100%;
      height: auto;
      position: absolute;
      top: 100%;
      left: 50%;
      transform: translateX(-50%);
      display: block; }
      #header-megamenuPc li:hover #megamenu p,
      #header-megamenuPc li:hover #megamenu teyp1_list,
      #header-megamenuPc li:hover #megamenu shop-listWrap,
      #header-megamenuPc li:hover #megamenu column3Wrap, #header-megamenuPc li:focus #megamenu p,
      #header-megamenuPc li:focus #megamenu teyp1_list,
      #header-megamenuPc li:focus #megamenu shop-listWrap,
      #header-megamenuPc li:focus #megamenu column3Wrap {
        width: 100%;
        z-index: 1;
        height: auto;
        opacity: 1; }
  #header-megamenuPc #green-a {
    font-size: 14px;
    font-weight: bold;
    color: #0B7447 !important;
    margin: 0;
    display: inline-block;
    position: relative;
    padding-right: 17px;
    text-decoration: none; }
    #header-megamenuPc #green-a::before {
      content: "";
      width: 7px;
      height: 7px;
      border: 1px solid;
      border-color: transparent transparent #0B7447 #0B7447;
      transform: rotate(-135deg);
      display: block;
      margin: 0 9px 0 auto;
      position: absolute;
      top: 7px;
      right: 0; }
    #header-megamenuPc #green-a:hover, #header-megamenuPc #green-a:focus {
      text-decoration: underline; }
    #header-megamenuPc #green-a.nolink-a {
      pointer-events: none; }
      #header-megamenuPc #green-a.nolink-a:hover, #header-megamenuPc #green-a.nolink-a:focus {
        text-decoration: none; }

.megashopBox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .megashopBox .megashop-list li {
    display: block !important; }

/* ---------------------------------------------------------------- */
/* 下層のパーツ */
/* ---------------------------------------------------------------- */
#kuragi-businessArea .imgscale-Wrap .imgscale-box {
  margin-bottom: 40px; }
  #kuragi-businessArea .imgscale-Wrap .imgscale-box a .img-box img {
    height: 120px;
    width: 100%;
    object-fit: cover; }
  #kuragi-businessArea .imgscale-Wrap .imgscale-box a .top-h2 {
    font-size: 20px;
    margin: 15px 0;
    padding: 0; }
    #kuragi-businessArea .imgscale-Wrap .imgscale-box a .top-h2::before {
      content: none; }
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #kuragi-businessArea .imgscale-Wrap .imgscale-box {
    width: 48% !important; } }
@media screen and (min-width: 1025px) {
  #kuragi-businessArea .imgscale-Wrap .imgscale-box {
    width: 32% !important; } }

#company-page h2 + span {
  font-size: 28px;
  font-weight: bold;
  color: #009844;
  text-align: center;
  display: block;
  margin-bottom: 20px; }
#company-page #identityArea .bcimg {
  padding-top: 350px;
  width: 100vw;
  background: url("images/home/bg_blog.jpg") no-repeat;
  background-size: cover;
  background-position: center bottom -115px;
  margin: 0 calc(50% - 50vw);
  position: relative; }
  #company-page #identityArea .bcimg:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, transparent 83%, #fff); }
#company-page #identityArea .identity-text {
  width: calc( 100% - 200px);
  margin: 20px auto 0 0; }
#company-page #identityArea .ceoName-Wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: -100px; }
  #company-page #identityArea .ceoName-Wrap .ceoName-box {
    width: calc( 100% - 200px);
    border-top: 1px dotted #6FBA2C;
    padding-top: 30px;
    margin-right: 9px;
    text-align: right; }
    #company-page #identityArea .ceoName-Wrap .ceoName-box p {
      text-align: right;
      margin: 0;
      padding-bottom: 12px; }
    #company-page #identityArea .ceoName-Wrap .ceoName-box img {
      text-align: right; }
  #company-page #identityArea .ceoName-Wrap .ceoophoto {
    width: 180px; }
@media screen and (max-width: 767px) {
  #company-page #identityArea .identity-text {
    width: 100%; }
  #company-page #identityArea .ceoName-Wrap {
    height: 250px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    margin-top: 0; }
    #company-page #identityArea .ceoName-Wrap .ceoName-box {
      border-top: none; } }
#company-page .companyWrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap; }
  #company-page .companyWrap h2 {
    width: 200px; }
  #company-page .companyWrap .companyBox {
    width: calc((100% - 240px)/2); }
  @media screen and (max-width: 767px) {
    #company-page .companyWrap h2 {
      width: 100%; }
    #company-page .companyWrap .companyBox {
      width: 100%; }
      #company-page .companyWrap .companyBox table tbody tr th {
        width: auto;
        display: table-cell;
        padding: 12px 0; } }
#company-page .bc-right,
#company-page .bc-left {
  position: relative; }
  #company-page .bc-right::before,
  #company-page .bc-left::before {
    content: "";
    width: 85vw;
    height: 100%;
    background: #F5F5F5;
    margin: 0 calc(35% - 20vw);
    padding: 4px calc(50vw - 50% + 8px);
    position: absolute;
    z-index: -1;
    overflow: hidden;
    top: 0; }
#company-page .bc-right {
  padding-top: 55px; }
#company-page .bc-left::before {
  margin: 0 calc(50% - 50vw); }
#company-page .corporate_history {
  position: relative;
  padding: 80px 0 103px;
  margin: 90px 0 0; }
  #company-page .corporate_history p {
    text-align: center; }
  #company-page .corporate_history img {
    position: absolute;
    bottom: -113px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
  #company-page .corporate_history::before {
    content: "";
    width: 100vw;
    height: 100%;
    background: #EAE4D1;
    margin: 0 calc(50% - 50vw);
    padding: 4px calc(50vw - 50% + 8px);
    position: absolute;
    z-index: -1;
    overflow: hidden;
    top: 0; }
#company-page .historyArea {
  padding: 177px 0 90px;
  position: relative; }
  #company-page .historyArea::before {
    content: "";
    height: 100%;
    background: #FCF8EC;
    margin: 0 calc(50% - 50vw);
    padding: 4px calc(50vw - 50% + 8px);
    width: 100vw;
    position: absolute;
    z-index: -1;
    overflow: hidden;
    top: 0; }
  #company-page .historyArea .historyWrap {
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 30px;
    position: relative; }
    #company-page .historyArea .historyWrap::before {
      content: "";
      position: absolute;
      left: 170px;
      height: 100%;
      width: 1px;
      background: #EAE4D1; }
    #company-page .historyArea .historyWrap .left_box {
      width: 170px; }
      #company-page .historyArea .historyWrap .left_box h4 {
        margin: 0;
        text-align: right;
        padding-right: 17px;
        color: #0B7447;
        position: relative;
        font-size: 20px;
        border-bottom: none;
        line-height: 1; }
        #company-page .historyArea .historyWrap .left_box h4 span {
          font-size: 14px;
          font-weight: 500; }
        #company-page .historyArea .historyWrap .left_box h4::before {
          content: "●";
          color: #0B7447;
          position: absolute;
          right: -5.5px;
          top: 6px;
          font-size: 10px; }
    #company-page .historyArea .historyWrap .right_box {
      width: calc(100% - 200px); }
  @media screen and (max-width: 767px) {
    #company-page .historyArea {
      padding: 155px 0 75px; } }
#company-page .access-page {
  margin: 90px 0 69px;
  padding-top: 50px; }
  #company-page .access-page .main_color16px {
    margin-bottom: 8px; }

.bc-color_gray {
  background: #F5F5F5;
  padding: 20px 20px 10px;
  border-radius: 5px; }

.bc-color_fcf8ec {
  background: #fcf8ec;
  padding: 40px 40px 46px; }
  @media screen and (max-width: 767px) {
    .bc-color_fcf8ec {
      padding: 40px 15px 8px; } }

.bc-color_fcf8ecType2 {
  padding: 50px 0 26px;
  position: relative;
  margin: 60px 0 90px; }
  .bc-color_fcf8ecType2::before {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    margin: 0 calc(50% - 50vw);
    padding: 4px calc(50vw - 50% + 8px);
    width: 100vw;
    background: #fcf8ec;
    z-index: -10; }

.recruit-btnWrap {
  margin-top: 90px;
  margin-bottom: 0; }
  .recruit-btnWrap .columnBox a {
    margin: 0 auto 10px; }

@media print, screen and (max-width: 1700px) {
  #company-page .bc-right::before {
    width: 80vw;
    margin: 0 calc(40% - 20vw);
    padding: 4px calc(50vw - 50% + 8px); } }
@media print, screen and (min-width: 1701px) {
  #company-page .bc-right::before {
    width: 75vw;
    margin: 0 calc(45% - 20vw);
    padding: 4px calc(50vw - 50% + 8px); } }
.srvceList {
  margin: 0 !important;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .srvceList:after {
    content: "";
    display: block;
    width: 32%; }
  .srvceList li {
    border-radius: 5px;
    display: inline-block;
    width: 32%;
    text-align: center;
    margin-bottom: 20px; }
    .srvceList li a {
      padding: 20px 15px !important;
      border: 1px solid #EAE4D1;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      font-size: 20px;
      color: #333;
      text-decoration: none;
      border-radius: 5px;
      font-weight: bold; }
      .srvceList li a img {
        width: 50px; }
      .srvceList li a p {
        margin: 20px 0 0 !important;
        width: 100%;
        text-align: center !important; }
      .srvceList li a:hover, .srvceList li a:focus {
        background: #EAE4D1; }
      @media screen and (max-width: 767px) {
        .srvceList li a {
          font-size: 16px;
          min-height: 200px; } }
      .srvceList li a.drone img {
        width: inherit;
        height: 50px; }

/* ---------------------------- */
/* フォームエレメント */
/* ---------------------------- */
#formArea dl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  #formArea dl dt {
    flex-basis: 250px;
    text-align: right;
    font-weight: bold; }
  #formArea dl dd {
    flex-basis: calc(100% - 280px);
    margin: 0;
    margin-bottom: 15px; }
    #formArea dl dd.fb100 {
      flex-basis: 100%; }
#formArea .att {
  color: #E35A1A;
  font-size: 16px; }
#formArea .error {
  margin: 0; }
#formArea .radio_wrap {
  margin-top: 10px; }
#formArea .vertical-item {
  display: block !important; }
#formArea input[type="text"],
#formArea input[type="email"],
#formArea input[type="number"],
#formArea textarea {
  padding: 8px .5em 8px 10px;
  margin: 0;
  background: #EEEEEE;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  margin-bottom: 0;
  border: 1px solid #EEEEEE; }
  #formArea input[type="text"]:focus,
  #formArea input[type="email"]:focus,
  #formArea input[type="number"]:focus,
  #formArea textarea:focus {
    background: #fff; }
  #formArea input[type="text"]:hover,
  #formArea input[type="email"]:hover,
  #formArea input[type="number"]:hover,
  #formArea textarea:hover {
    background: #fff; }
  #formArea input[type="text"] + input,
  #formArea input[type="email"] + input,
  #formArea input[type="number"] + input,
  #formArea textarea + input {
    margin-top: 10px; }
#formArea input[type="tel"] {
  padding: 8px .5em 8px 10px;
  margin: 0;
  background: #EEEEEE;
  overflow: hidden;
  border: 1px solid #EEEEEE; }
#formArea input[type="number"].short {
  width: 60px; }
#formArea input[type="text"],
#formArea input[type="email"] {
  width: 100%; }
  #formArea input[type="text"] .short,
  #formArea input[type="email"] .short {
    max-width: 150px; }
#formArea select {
  padding: .4em 0 .3em .5em;
  margin-bottom: 5px;
  display: block;
  border-color: #e7e7e7; }
  #formArea select option {
    word-wrap: normal; }
#formArea input[type="text"].short {
  width: 200px;
  text-align: left;
  margin-bottom: 0; }
#formArea input[type="text"].hasDatepicker {
  margin: 5px 0;
  background: #EEEEEE; }
  #formArea input[type="text"].hasDatepicker:hover, #formArea input[type="text"].hasDatepicker:focus {
    background: #fff; }
#formArea .mwform-checkbox-field {
  display: inline-block;
  width: auto;
  margin: 5px 5px;
  font-size: 14px; }
#formArea input[type="checkbox"] {
  border: 1px solid #aaaaaa;
  vertical-align: -8px;
  -webkit-appearance: none;
  position: relative;
  margin-right: 5px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  width: 26px;
  height: 26px;
  /*Other Browser*/
  background: #e2e2e2;
  /*For Old WebKit*/
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(1, #e2e2e2));
  /*For Modern Browser*/
  background: linear-gradient(to bottom, #ffffff 0%, #e2e2e2 100%); }
#formArea input[type="checkbox"]:checked {
  /*Other Browser*/
  background: #0B7447;
  /*For Old WebKit*/
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #0B7447), color-stop(1, #0B7447));
  /*For Modern Browser*/
  background: linear-gradient(to bottom, #0B7447 0%, #0B7447 100%);
  border: 1px solid #0B7447; }
#formArea input[type="checkbox"]:checked:before {
  position: absolute;
  left: 1px;
  top: 16px;
  display: block;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  content: "";
  width: 10px;
  height: 4px;
  background: #ffffff;
  -webkit-transform: rotate(45deg);
  -webkit-transform-origin: right center; }
#formArea input[type="checkbox"]:checked:after {
  display: block;
  position: absolute;
  left: 9px;
  top: 16px;
  content: "";
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  width: 16px;
  height: 4px;
  background: #ffffff;
  -webkit-transform: rotate(-53deg);
  -webkit-transform-origin: left center; }
#formArea .zip-icon {
  padding-left: 30px;
  position: relative; }
  #formArea .zip-icon::before {
    content: "〒";
    position: absolute;
    top: 7px;
    left: 0;
    font-weight: bold;
    color: #333; }
#formArea .mwform-zip-field input {
  width: inherit; }
#formArea .mwform-tel-field input {
  margin: 0 !important;
  width: auto; }
#formArea .mwform-radio-field {
  display: inline-block;
  margin: 0 15px 5px 0; }
  #formArea .mwform-radio-field input {
    margin: 0 15px 0 0; }
#formArea .mwform-radio-field-text {
  margin-left: 10px; }
#formArea input[type="file"] {
  margin-bottom: 10px; }
#formArea .inline_wrap select {
  display: inline-block; }
#formArea .btnArea {
  display: flex;
  justify-content: space-between; }
  #formArea .btnArea .submitArea {
    flex-basis: 100%; }
    #formArea .btnArea .submitArea .submit {
      max-width: 290px;
      margin: 0 auto; }
      #formArea .btnArea .submitArea .submit:hover, #formArea .btnArea .submitArea .submit:focus {
        color: #fff;
        background: #6FBA2C;
        transition: .3s;
        cursor: pointer;
        border-color: #0B7447; }
  #formArea .btnArea .returnArea {
    flex-basis: 100%;
    display: none; }
    #formArea .btnArea .returnArea .return {
      width: 100%;
      margin: 0 auto;
      display: block;
      text-align: center;
      background: #6FBA2C;
      border: 1px solid #0B7447;
      padding: .4em 0;
      transition: .3s;
      font-size: 14px; }
      #formArea .btnArea .returnArea .return:hover, #formArea .btnArea .returnArea .return:focus {
        color: #fff;
        background: #0B7447;
        transition: .3s; }
#formArea .mw_wp_form_confirm .btnArea .submitArea .submit {
  margin: 0 auto 0 0; }
#formArea .mw_wp_form_confirm .btnArea .returnArea {
  display: inline-flex; }
  #formArea .mw_wp_form_confirm .btnArea .returnArea .return {
    margin: 0 20px 0 auto; }
@media screen and (max-width: 767px) {
  #formArea dl {
    display: flex;
    flex-wrap: wrap; }
    #formArea dl dt {
      flex-basis: 100%;
      padding: 5px 0 0 0;
      margin: 0 0 15px;
      text-align: left; }
    #formArea dl dd {
      flex-basis: 100%;
      margin-bottom: 15px;
      align-self: center; }
  #formArea select {
    margin-bottom: 5px; }
  #formArea .mwform-checkbox-field {
    display: block;
    width: 100%; }
  #formArea .mwform-radio-field {
    display: block;
    margin: 5px 0 10px; }
    #formArea .mwform-radio-field .mwform-radio-field-text {
      margin-right: 15px; }
    #formArea .mwform-radio-field input {
      margin: 0; }
  #formArea .btnArea {
    flex-wrap: wrap; }
    #formArea .btnArea .submitArea {
      flex-basis: 100%;
      margin: 0 auto 25px; }
  #formArea .mw_wp_form_confirm .btnArea .submitArea .submit {
    margin: 0 auto; }
  #formArea .mw_wp_form_confirm .btnArea .returnArea {
    display: block; }
    #formArea .mw_wp_form_confirm .btnArea .returnArea .return {
      margin: 0 auto 20px; } }

/* ------------------------------------------ /
/ タブ切り替え /
/ ------------------------------------------ */
.tab-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  cursor: pointer;
  position: relative; }
  .tab-area .tab {
    text-align: center;
    color: #0B7447;
    background: #F5F5F5;
    font-size: 14px;
    font-weight: bold;
    width: 25%;
    height: 50px;
    line-height: 1.2;
    display: flex;
    align-items: center;
    justify-content: center; }
    .tab-area .tab:not(:last-child) {
      border-right: 1px solid #fff; }
  .tab-area .tab.active {
    color: #fff;
    background: #009844;
    position: relative; }
    .tab-area .tab.active::before {
      position: absolute;
      content: "";
      bottom: -10px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      width: 0;
      height: 0;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-top: 10px solid #009844; }

.content-area .content {
  display: none; }
.content-area .content.show {
  margin-top: 50px;
  display: block; }

/* ------------------------------------------ /
/ タブ切り替え 複数設置対応/
/ ------------------------------------------ */
.tab-wrap {
  background-color: #fff; }

.tab-wrap ul {
  display: flex;
  background: #eee;
  padding: 0;
  margin: 0; }

.tab-btn {
  text-align: center;
  color: #0B7447;
  background: #F5F5F5;
  font-size: 14px;
  font-weight: bold;
  width: 50%;
  height: 50px;
  line-height: 1.2;
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  cursor: pointer; }
  .tab-btn:not(:last-child) {
    border-right: 1px solid #fff; }

.tab-btn.show {
  color: #fff;
  background: #009844;
  position: relative; }
  .tab-btn.show::before {
    position: absolute;
    content: "";
    bottom: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #009844; }

.tab-contents {
  display: none; }

.tab-contents.show {
  margin-top: 50px;
  display: block; }

/* サムネイルでアクティブなものには枠線を表示 */
.thumbs-slider .swiper-slide-thumb-active img {
  border: 4px solid #F6B5B6; }

/* アクティブでないサムネイル */
.thumbs-slider .swiper-slide {
  opacity: 0.8; }

/* アクティブなサムネイル */
.thumbs-slider .swiper-slide-thumb-active {
  opacity: 1; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #fff; }

#facilities_serviceArea {
  margin-bottom: 78px; }
  #facilities_serviceArea .f_seWrap {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start; }
    #facilities_serviceArea .f_seWrap li {
      font-size: 14px;
      padding: 70px 7px 7px;
      border: 1px solid #EAE4D1;
      border-radius: 5px;
      display: inline-block;
      width: 11%;
      text-align: center;
      line-height: 1.3;
      margin-right: 1.7%;
      margin-bottom: 12px;
      background: url("images/home/icon_service03.svg") no-repeat;
      background-size: 49px;
      background-position: top 16px center; }
      #facilities_serviceArea .f_seWrap li:nth-of-type(8n) {
        margin-right: 0; }
      #facilities_serviceArea .f_seWrap li.machine-repair {
        background: url("images/home/icon_service01.svg") no-repeat;
        background-size: 39px;
        background-position: top 16px center; }
      #facilities_serviceArea .f_seWrap li.trade-in {
        background: url("images/home/icon_service02.svg") no-repeat;
        background-size: 34px;
        background-position: top 13px center; }
      #facilities_serviceArea .f_seWrap li.used {
        background: url("images/home/icon_service03.svg") no-repeat;
        background-size: 49px;
        background-position: top 16px center; }
      #facilities_serviceArea .f_seWrap li.rental {
        background: url("images/home/icon_service04.svg") no-repeat;
        background-size: 51px;
        background-position: top 14px center; }
      #facilities_serviceArea .f_seWrap li.soil-test {
        background: url("images/home/icon_service05.svg") no-repeat;
        background-size: 44px;
        background-position: top 13px center; }
      #facilities_serviceArea .f_seWrap li.brown-rice {
        background: url("images/home/icon_service06.svg") no-repeat;
        background-size: 40px;
        background-position: top 17px center; }
      #facilities_serviceArea .f_seWrap li.termite-extermination {
        background: url("images/home/icon_service07.svg") no-repeat;
        background-size: 43px;
        background-position: top 16px center; }
      #facilities_serviceArea .f_seWrap li.vermin-measures {
        background: url("images/home/icon_service08.svg") no-repeat;
        background-size: 42px;
        background-position: top 16px center; }
      #facilities_serviceArea .f_seWrap li.house {
        background: url("images/home/icon_service09.svg") no-repeat;
        background-size: 39px;
        background-position: top 16px center; }
      #facilities_serviceArea .f_seWrap li.mowing {
        background: url("images/home/icon_service10.svg") no-repeat;
        background-size: 41px;
        background-position: top 16px center; }
      #facilities_serviceArea .f_seWrap li.garden-care {
        background: url("images/home/icon_service11.svg") no-repeat;
        background-size: 40px;
        background-position: top 16px center; }
      #facilities_serviceArea .f_seWrap li.point-card {
        background: url("images/home/icon_service12.svg") no-repeat;
        background-size: 41px;
        background-position: top 13px center; }
      #facilities_serviceArea .f_seWrap li.vegetable-garden {
        background: url("images/home/icon_service13.svg") no-repeat;
        background-size: 46px;
        background-position: top 16px center; }
      #facilities_serviceArea .f_seWrap li.guarantee {
        background: url("images/home/icon_service14.svg") no-repeat;
        background-size: 37px;
        background-position: top 12px center; }
      #facilities_serviceArea .f_seWrap li.delivery {
        background: url("images/home/icon_service15.svg") no-repeat;
        background-size: 54px;
        background-position: top 24px center; }
      #facilities_serviceArea .f_seWrap li.back-order {
        background: url("images/home/icon_service16.svg") no-repeat;
        background-size: 42px;
        background-position: top 20px center; }
      #facilities_serviceArea .f_seWrap li.ookuch {
        background: url("images/home/icon_service17.svg") no-repeat;
        background-size: 39px;
        background-position: top 16px center; }
      #facilities_serviceArea .f_seWrap li.brown-rice-delivery {
        background: url("images/home/icon_service18.svg") no-repeat;
        background-size: 53px;
        background-position: top 23px center; }
      #facilities_serviceArea .f_seWrap li.quotation {
        background: url("images/home/icon_service19.svg") no-repeat;
        background-size: 39px;
        background-position: top 16px center; }
      #facilities_serviceArea .f_seWrap li.bottle {
        background: url("images/home/icon_service20.svg") no-repeat;
        background-size: 39px;
        background-position: top 16px center; }
      #facilities_serviceArea .f_seWrap li.sharpener {
        background: url("images/home/icon_service21.svg") no-repeat;
        background-size: 46px;
        background-position: top 17px center; }
      #facilities_serviceArea .f_seWrap li.wrapping {
        background: url("images/home/icon_service22.svg") no-repeat;
        background-size: 43px;
        background-position: top 12px center; }
      #facilities_serviceArea .f_seWrap li span {
        height: 55px;
        display: block; }
    @media screen and (max-width: 1024px) {
      #facilities_serviceArea .f_seWrap li {
        width: 15%;
        margin-right: 2%; }
        #facilities_serviceArea .f_seWrap li:nth-of-type(8n) {
          margin-right: 2%; }
        #facilities_serviceArea .f_seWrap li:nth-of-type(6n) {
          margin-right: 0; } }
    @media screen and (max-width: 767px) {
      #facilities_serviceArea .f_seWrap li {
        width: 31%;
        margin-right: 3.5%; }
        #facilities_serviceArea .f_seWrap li:nth-of-type(8n) {
          margin-right: 3.5%; }
        #facilities_serviceArea .f_seWrap li:nth-of-type(6n) {
          margin-right: 3.5%; }
        #facilities_serviceArea .f_seWrap li:nth-of-type(3n) {
          margin-right: 0; } }

/* ------------------------------------------ /
/ 固定ページ　ピヨピヨ会員募集 /
/ ------------------------------------------ */
#piyopiyokaiin .bc-color_fcf8ec {
  padding: 60px 0 46px; }
@media screen and (max-width: 767px) {
  #piyopiyokaiin .bc-color_fcf8ec {
    padding: 40px 15px 8px; } }
#piyopiyokaiin #piyo-tokuten {
  float: left;
  font-weight: bold;
  font-size: 24px;
  color: #fff;
  background: #009844;
  padding: 5px 15px;
  border-radius: 5px;
  margin-right: 15px; }
#piyopiyokaiin #piyo-tokuten p {
  margin: 0; }
#piyopiyokaiin .bc-color_fcf8ec {
  padding: 40px;
  margin-bottom: 40px; }
#piyopiyokaiin .dot-line {
  border-top: 2px dotted #6FBA2C;
  /* 点線 */
  margin-bottom: 40px; }
#piyopiyokaiin .qa dt {
  font-size: 20px;
  color: #fff;
  background: #009844;
  padding: 5px 10px; }
#piyopiyokaiin .qa dd {
  font-size: 16px;
  background: #F5F5F5;
  padding: 20px;
  margin: 0 0 30px; }
#piyopiyokaiin .qa-q {
  position: absolute;
  left: 0;
  top: 2px;
  background: url(images/common/check.svg) no-repeat;
  content: '';
  width: 18px;
  height: 16px; }
#piyopiyokaiin .marker_line60 {
  background: linear-gradient(transparent 60%, #FFF000 0%); }
#piyopiyokaiin .receipt {
  display: flex;
  justify-content: center; }
#piyopiyokaiin .receipt img {
  margin: 0 40px 0 0; }

/* ------------------------------------------ /
/ 投稿の前の記事・次の記事 /
/ ------------------------------------------ */
.otrpage {
  display: flex; }
  .otrpage a {
    text-decoration: none; }
    .otrpage a[rel="prev"], .otrpage a[rel="next"] {
      position: relative; }
    .otrpage a[rel="next"] {
      padding: 0 0 0 20px; }
    .otrpage a[rel="prev"] {
      padding: 0 20px 0 0;
      margin-left: auto; }
    .otrpage a[rel="next"]:before, .otrpage a[rel="prev"]:after {
      font-family: FontAwesome;
      position: absolute;
      font-size: 18px;
      top: -2px; }
    .otrpage a[rel="next"]:before {
      content: '\f0a8';
      left: 0; }
    .otrpage a[rel="prev"]:after {
      content: '\f0a9';
      right: 0; }

/* ------------------------------------------ /
/ 表示非表示 /
/ ------------------------------------------ */
.pc_onoff {
  display: none; }

@media (min-width: 768px) {
  .pc_onoff {
    display: block; } }
.sp_onoff {
  display: block; }

@media (min-width: 768px) {
  .sp_onoff {
    display: none; } }
/* for IE */
