@charset "UTF-8";
/*===== reset style =====*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, img, ins, kbd, q, samp, small, sub, sup, var, b, i, dl, fieldset, form, label, legend, caption, tbody, tfoot, thead, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, main {
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

article, aside, canvas, details, figcaption, figure, header, footer, hgroup, menu, nav, section, summary, main {
  display: block; }

/*===== base style =====*/
/* font */
/* color */
/* border */
/* breakpoint */
/* form */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important; }

html {
  overflow-y: scroll;
  overflow-x: hidden;
  font-size: 100%;
  width: 100%;
  height: 100%; }

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, legend, p, blockquote, table, th, td, tbody, address {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", Verdana, Roboto, "Droid Sans", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  font-feature-settings: "palt";
  font-weight: 600; }

@media all and (-ms-high-contrast: none) {
  body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, legend, p, blockquote, table, th, td, tbody, address {
    font-family: "メイリオ", Meiryo, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, Roboto, "Droid Sans", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 500;
    letter-spacing: -.05em; } }
body {
  color: #172c21;
  font-weight: normal;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  min-width: 1024px;
  _display: inline;
  _zoom: 1;
  background: #fff url("../img/bg.jpg"); }

a:link {
  text-decoration: none;
  color: #00682f;
  outline: none; }

a:visited {
  color: #00682f;
  text-decoration: none; }

a:hover {
  color: #00682f; }

a:active {
  color: #00682f; }

a[href^="tel:"] {
  cursor: default;
  text-decoration: none !important;
  color: #172c21 !important; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

fieldset, img {
  border: 0; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

address, caption, cite, code, dfn, th, var {
  font-style: normal;
  font-weight: normal; }

ol, ul {
  list-style: none; }

caption, th {
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  margin: 0;
  padding: 0; }

q:before, q:after {
  content: ""; }

abbr, acronym {
  border: 0; }

a {
  outline: none; }

.btn-over {
  transition: opacity .3s linear; }

.btn-over:hover {
  opacity: .7; }

p {
  line-height: 1.6;
  font-size: 16px; }

strong {
  font-weight: normal; }

em {
  font-style: normal; }

.cf {
  width: 100%; }

.cf:before, .cf:after {
  content: " ";
  display: table; }

.cf:after {
  clear: both; }

.img-center, .txt-center {
  text-align: center !important; }

.d-block {
  display: block; }

.d-flex {
  display: flex;
  width: 100%; }

.col-2 {
  justify-content: space-between; }

.align-items-center {
  align-items: center; }

.img-100 {
  width: 100%; }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-100 {
  width: 100% !important; }

.w-auto {
  width: auto; }

.line-height-1 {
  line-height: 1 !important; }

.ls1 {
  letter-spacing: .1em !important; }

.ls-1 {
  letter-spacing: -.01em !important; }

.p-relative {
  position: relative; }

.palt {
  font-feature-settings: "palt"; }

.object-fit {
  object-fit: cover;
  font-family: "object-fit: cover;"; }

.mb0 {
  margin-bottom: 0 !important; }

.mb15 {
  margin-bottom: 15px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.mb60 {
  margin-bottom: 60px !important; }

.mb80 {
  margin-bottom: 80px !important; }

.mb100 {
  margin-bottom: 100px !important; }

.mb120 {
  margin-bottom: 120px !important; }

.mb150 {
  margin-bottom: 150px !important; }

.mb180 {
  margin-bottom: 180px !important; }

@media screen and (max-width: 768px) {
  body {
    -webkit-text-size-adjust: 100%;
    min-width: 320px; }

  .btn-over:hover {
    opacity: 1; }

  p {
    font-size: 2.75vw; }

  a {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0.6); }

  .mb15 {
    margin-bottom: 2% !important; }

  .mb30 {
    margin-bottom: 4% !important; }

  .mb60 {
    margin-bottom: 8% !important; }

  .mb80 {
    margin-bottom: 10% !important; }

  .mb100 {
    margin-bottom: 12% !important; }

  .mb120 {
    margin-bottom: 14% !important; }

  .mb150 {
    margin-bottom: 17% !important; }

  .mb180 {
    margin-bottom: 20% !important; } }
@media screen and (max-width: 425px) {
  p {
    font-size: 3.75vw; } }
/*===== container =====*/
#wrapper {
  width: 100%;
  margin: 0 auto;
  position: relative;
  text-align: left; }

.section-inner {
  width: 100%;
  position: relative;
  max-width: 1020px;
  margin: 0 auto;
  padding: 0 10px; }

.display-pc {
  display: block !important; }

.display-sp {
  display: none !important; }

.none {
  display: none !important; }

@media screen and (max-width: 768px) {
  .section-inner {
    padding: 0 4%; }

  .display-pc {
    display: none !important; }

  .display-sp {
    display: block !important; } }
.ttl-h2 {
  position: relative;
  text-align: center;
  color: #172c21;
  font-size: 35px;
  font-weight: bold;
  letter-spacing: .05em;
  margin-bottom: 120px; }
  .ttl-h2::after {
    content: "";
    display: block;
    width: 80px;
    height: 8px;
    background: #00682f;
    position: absolute;
    left: 50%;
    margin-left: -40px;
    top: 100%;
    margin-top: 30px; }

@media screen and (max-width: 768px) {
  .ttl-h2 {
    font-size: 4.5vw;
    margin-bottom: 12%; }
    .ttl-h2::after {
      width: 10vw;
      height: 1vw;
      margin-left: -5vw;
      margin-top: 3vw; } }
@media screen and (max-width: 425px) {
  .ttl-h2 {
    font-size: 5.75vw; } }
/*===== button style =====*/
.btn-wh {
  position: relative;
  width: 100%;
  max-width: 380px;
  margin: 60px auto 0; }

.btn-wh a {
  position: relative;
  display: block;
  color: #00682f !important;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  padding: 20px 10px;
  border: 2px solid #00682f;
  background: #fff;
  letter-spacing: 1px; }
  .btn-wh a::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 14px;
    border-color: transparent transparent transparent #00682f;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -8px; }
  .btn-wh a:hover {
    opacity: .7; }

@media screen and (max-width: 768px) {
  .btn-wh {
    max-width: inherit;
    margin: 8% auto 0; }

  .btn-wh a {
    font-size: 3.25vw;
    padding: 4% 1vw; }
    .btn-wh a::after {
      border-width: 1.2vw 0 1.2vw 2vw;
      right: 4%;
      margin-top: -1.2vw; }
    .btn-wh a:hover {
      opacity: 1; } }
@media screen and (max-width: 425px) {
  .btn-wh a {
    font-size: 4.5vw; }
    .btn-wh a::after {
      border-width: 1.6vw 0 1.6vw 2.8vw;
      margin-top: -1.6vw; } }
/*===== form settings =====*/
input, textarea, select, button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", Verdana, Roboto, "Droid Sans", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  position: relative;
  color: #172c21; }

::-webkit-input-placeholder {
  color: #bbb;
  font-size: 16px; }

::-moz-placeholder {
  color: #bbb;
  opacity: 1;
  font-size: 16px; }

:-ms-input-placeholder {
  color: #bbb;
  font-size: 16px; }

input[type="text"], input[type="tel"], input[type="email"] {
  width: 70%;
  height: 50px;
  padding: 10px;
  background: #fff;
  border: 1px solid rgba(0, 104, 47, 0.5); }

textarea {
  width: 100%;
  height: 200px !important;
  padding: 10px;
  background: #fff;
  border: 1px solid rgba(0, 104, 47, 0.5); }

input[type="text"]:hover, input[type="tel"]:hover, input[type="email"]:hover, textarea:hover, input[type="text"]:focus, input[type="tel"]:focus, input[type="email"]:focus, textarea:focus {
  outline: none;
  background: #fff; }

input[type="text"]:focus {
  background-image: none; }

.va {
  vertical-align: top !important;
  padding-top: 50px !important; }

#submit-btn {
  width: 640px;
  margin: 40px auto 0; }
  #submit-btn li {
    width: 48%; }
  #submit-btn input[type="submit"], #submit-btn button {
    display: block;
    width: 100%;
    padding: 25px 10px;
    background: #fff;
    border: 2px solid #00682f;
    outline: none;
    cursor: pointer;
    color: #00682f;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    transition: opacity .4s linear;
    line-height: 1;
    letter-spacing: .05em;
    border-radius: 4px; }
    #submit-btn input[type="submit"]:hover, #submit-btn button:hover {
      opacity: .7; }
    #submit-btn input[type="submit"].reset, #submit-btn button.reset {
      color: #666;
      border: 2px solid #ccc;
      background: #ddd; }

@media screen and (max-width: 768px) {
  input, textarea, select, button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 2.75vw; }

  ::-webkit-input-placeholder {
    font-size: 2.75vw; }

  ::-moz-placeholder {
    font-size: 2.75vw; }

  :-ms-input-placeholder {
    font-size: 2.75vw; }

  input[type="text"], input[type="tel"], input[type="email"] {
    width: 100%;
    height: 8vw;
    padding: 1vw; }

  textarea {
    height: 25vw !important;
    padding: 1vw; }

  .va {
    padding-top: 6.66% !important; }

  #submit-btn {
    width: 100%;
    margin: 6.66% auto 0; }
    #submit-btn input[type="submit"], #submit-btn button {
      padding: 7% 1vw;
      font-size: 3.25vw;
      transition: none; }
      #submit-btn input[type="submit"]:hover, #submit-btn button:hover {
        opacity: 1; } }
@media screen and (max-width: 425px) {
  input, textarea, select, button {
    font-size: 3.75vw; }

  ::-webkit-input-placeholder {
    font-size: 3.75vw; }

  ::-moz-placeholder {
    font-size: 3.75vw; }

  :-ms-input-placeholder {
    font-size: 3.75vw; }

  input[type="text"], input[type="tel"], input[type="email"] {
    height: 11vw; }

  textarea {
    height: 30vw !important; }

  #submit-btn input[type="submit"], #submit-btn button {
    font-size: 4.25vw; } }
/*===== header =====*/
header {
  width: 100%;
  position: relative;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  padding: 10px 0;
  background: #fff;
  z-index: 110; }
  header .section-inner {
    align-items: flex-end; }
  header #logo {
    width: 411px; }
  header .info {
    width: 46%;
    align-items: flex-end; }
    header .info > div:first-child {
      width: 56.5%; }
      header .info > div:first-child p {
        font-size: 14px;
        line-height: 1;
        margin-bottom: 10px;
        text-align: center; }
      header .info > div:first-child .tel {
        font-size: 34px;
        font-weight: bold;
        letter-spacing: -1px; }
        header .info > div:first-child .tel i {
          position: relative;
          color: #00682f;
          transform: scale(-1, 1);
          margin-right: 5px;
          font-size: 90%;
          top: -1px; }
    header .info > div:last-child {
      width: 40%; }
      header .info > div:last-child ul {
        justify-content: center;
        margin-bottom: 10px; }
        header .info > div:last-child ul li:first-child {
          margin-right: 20px; }
        header .info > div:last-child ul a {
          color: #00682f;
          font-size: 20px; }
        header .info > div:last-child ul li:last-child a {
          font-size: 22px; }
      header .info > div:last-child .btn-contact {
        display: block;
        color: #fff !important;
        font-size: 15px;
        text-align: center;
        padding: 10px;
        background: #00682f;
        border-radius: 4px; }
        header .info > div:last-child .btn-contact i {
          font-size: 20px;
          margin-right: 5px;
          position: relative;
          top: 2px; }
  header #sp-nav {
    display: none; }

@media all and (-ms-high-contrast: none) {
  header .info > div:first-child .tel {
    font-size: 30px; } }
@media screen and (max-width: 768px) {
  header {
    padding: 2% 0; }
    header .section-inner {
      align-items: center; }
    header #logo {
      width: 53%; }
    header .info {
      display: none; }
    header #sp-nav {
      display: flex;
      width: 18%;
      align-items: center;
      justify-content: space-between; }
      header #sp-nav > div:first-child {
        width: 45%; }
        header #sp-nav > div:first-child a {
          display: block;
          font-size: 8vw;
          color: #00682f !important; }
          header #sp-nav > div:first-child a i {
            transform: scale(-1, 1); }
      header #sp-nav > div:last-child {
        width: 40%; } }
@media screen and (max-width: 425px) {
  header #logo {
    width: 63%; }
  header #sp-nav {
    width: 23%; }
    header #sp-nav > div:first-child a {
      font-size: 10vw; } }
/*===== nav =====*/
nav {
  position: relative;
  z-index: 101;
  width: 100%;
  background: #00682f; }
  nav #gnav li {
    width: 16.666%; }
    nav #gnav li a {
      position: relative;
      display: block;
      font-size: 16px;
      font-weight: 500;
      padding: 22px 0;
      color: #fff !important;
      text-align: center; }
      nav #gnav li a::before {
        content: "";
        position: absolute;
        bottom: 10px;
        left: 10%;
        display: block;
        height: 2px;
        width: 0%;
        background: #fff;
        -webkit-transition: all .4s ease;
        transition: all .4s ease; }
      nav #gnav li a:hover::before, nav #gnav li a.current::before {
        opacity: 1;
        width: 80%; }

@media screen and (max-width: 768px) {
  .menu-trigger, .menu-trigger span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    cursor: pointer; }

  .menu-trigger {
    display: block !important;
    position: relative;
    z-index: 110;
    width: 6.5vw;
    height: 4.5vw; }

  .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: .85vw;
    background-color: #00682f; }

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

  .menu-trigger span:nth-of-type(2) {
    margin-top: 1.75vw; }

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

  .menu-trigger span:nth-of-type(2)::after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    display: inline-block;
    width: 100%;
    height: 1vw;
    background-color: #00682f;
    transition: all .4s; }

  .menu-trigger.active span:nth-of-type(1) {
    transform: translateY(2vw) scale(0); }

  .menu-trigger.active span:nth-of-type(2) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 0; }

  .menu-trigger.active span:nth-of-type(2)::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    top: 0; }

  .menu-trigger.active span:nth-of-type(3) {
    transform: translateY(-2vw) scale(0); }

  body.open::after {
    content: "";
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100; }

  nav {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 0;
    left: 0;
    top: -100%;
    z-index: -1;
    transition: 0.4s cubic-bezier(0.95, 0.05, 0.795, 0.035);
    transform: translate(0, -150%); }
    nav.show {
      opacity: 1;
      padding: 15% 0 2%;
      height: 105vw;
      top: 0;
      transition: 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
      transform: translate(0, 0);
      z-index: 101; }
    nav #gnav {
      flex-direction: column;
      padding: 0; }
      nav #gnav li {
        width: 100%;
        border-bottom: 1px solid #ccc; }
        nav #gnav li a {
          font-size: 3.25vw;
          padding: 4.5% 4%;
          text-align: left; }
          nav #gnav li a::before {
            display: none; }
          nav #gnav li a::after {
            display: block;
            content: "";
            position: absolute;
            top: 50%;
            right: 3vw;
            width: 1.4vw;
            height: 1.4vw;
            margin-top: -.7vw;
            border-top: solid 2px rgba(255, 255, 255, 0.8);
            border-right: solid 2px rgba(255, 255, 255, 0.8);
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }

  #sns-nav {
    margin-top: 5%; }
    #sns-nav ul {
      justify-content: center; }
      #sns-nav ul li {
        margin-right: 10%; }
        #sns-nav ul li:last-child {
          margin-right: 0; }
        #sns-nav ul li a {
          font-size: 5vw;
          color: #fff !important; } }
@media screen and (max-width: 425px) {
  .menu-trigger {
    width: 8vw;
    height: 6vw; }

  .menu-trigger span:nth-of-type(2) {
    margin-top: 2.5vw; }

  nav.show {
    padding: 16% 0 2%;
    height: 115vw; }
  nav #gnav li a {
    font-size: 4.5vw; }
    nav #gnav li a::after {
      right: 3vw;
      width: 2vw;
      height: 2vw;
      margin-top: -1vw; }

  #sns-nav ul li a {
    font-size: 6vw; } }
/*===== page style =====*/
/* mv */
#mv {
  width: 100%;
  position: relative;
  height: 700px; }
  #mv::after {
    content: "";
    display: block;
    background: url("../img/bg-section.png") repeat-x left top/auto auto;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100px;
    z-index: 10; }
  #mv .slider {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
  #mv .slider img {
    height: 700px; }
  #mv .section-inner {
    height: 100%;
    align-items: flex-end;
    justify-content: flex-end; }
    #mv .section-inner figure {
      position: relative;
      top: -150px; }

@media screen and (max-width: 768px) {
  #mv {
    height: 90vw; }
    #mv::after {
      height: 10vw; }
    #mv .slider img {
      height: 90vw; }
    #mv .section-inner {
      padding: 0; }
      #mv .section-inner figure {
        top: -12.5vw; } }
/* news-top */
#news-top {
  padding-bottom: 100px; }
  #news-top .news-ttl {
    width: 16%;
    margin-right: 10%; }
  #news-top .news-list {
    width: 74%; }
    #news-top .news-list dl {
      padding-bottom: 20px;
      border-bottom: 1px solid #8c8f4a;
      margin-bottom: 30px; }
      #news-top .news-list dl dt {
        color: #172c21;
        font-size: 16px;
        margin-bottom: 10px; }
      #news-top .news-list dl a {
        display: block;
        font-size: 16px;
        line-height: 1.3;
        color: #172c21 !important; }
        #news-top .news-list dl a:hover {
          text-decoration: underline; }

@media screen and (max-width: 768px) {
  #news-top {
    padding-top: 4%;
    padding-bottom: 12%;
    flex-direction: column; }
    #news-top .news-ttl {
      width: 100%;
      margin-right: 0;
      margin-bottom: 12% !important; }
    #news-top .news-list {
      width: 100%; }
      #news-top .news-list dl {
        padding-bottom: 3%;
        margin-bottom: 4%; }
        #news-top .news-list dl dt {
          font-size: 2.5vw;
          margin-bottom: 2.5%; }
        #news-top .news-list dl a {
          font-size: 2.5vw; }
          #news-top .news-list dl a:hover {
            text-decoration: none; } }
@media screen and (max-width: 425px) {
  #news-top .news-list dl dt {
    font-size: 3.5vw; }
  #news-top .news-list dl a {
    font-size: 3.75vw; } }
/* product-top */
#product-top {
  width: 100%;
  background: url("../img/top_product-bg.jpg") no-repeat center top/100% 300px;
  padding: 60px 0 180px; }

.top_contents-box .contents {
  width: 50%;
  display: flex;
  justify-content: flex-end; }
  .top_contents-box .contents .inner {
    width: 100%;
    max-width: 450px;
    margin-right: 50px; }
    .top_contents-box .contents .inner h3 {
      font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
      color: #172c21;
      font-size: 24px;
      font-weight: bold;
      line-height: 1.8;
      margin-bottom: 30px;
      letter-spacing: .035em; }
    .top_contents-box .contents .inner p {
      font-size: 16px;
      line-height: 2;
      margin-bottom: 40px; }
      .top_contents-box .contents .inner p:last-of-type {
        margin-bottom: 0; }
.top_contents-box picture {
  width: 50%; }
  .top_contents-box picture img {
    height: 450px; }

@media screen and (max-width: 768px) {
  #product-top {
    background: url("../img/top_product-bg.jpg") no-repeat center top/100% 30vw;
    padding: 10% 0 18%; }

  .top_contents-box {
    flex-direction: column;
    padding: 0 4%; }
    .top_contents-box .contents {
      order: 2;
      width: 100%;
      display: block; }
      .top_contents-box .contents .inner {
        max-width: inherit;
        margin-right: 0; }
        .top_contents-box .contents .inner h3 {
          font-size: 3.25vw;
          margin-bottom: 4%; }
        .top_contents-box .contents .inner p {
          font-size: 2.75vw;
          margin-bottom: 5%; }
          .top_contents-box .contents .inner p:last-of-type {
            margin-bottom: 0; }
    .top_contents-box picture {
      order: 1;
      width: 100%;
      margin: 0 auto 6.66%; }
      .top_contents-box picture img {
        height: auto; } }
@media screen and (max-width: 425px) {
  .top_contents-box .contents .inner h3 {
    font-size: 4.25vw; }
  .top_contents-box .contents .inner p {
    font-size: 3.75vw; } }
/* program-top */
#program-top {
  width: 100%;
  background: url("../img/top_program-bg.jpg") no-repeat center top/100% 300px;
  padding: 60px 0 180px; }
  #program-top .contents {
    justify-content: flex-start;
    order: 2; }
    #program-top .contents .inner {
      margin-right: inherit;
      margin-left: 50px; }
  #program-top picture {
    order: 1; }

@media screen and (max-width: 768px) {
  #program-top {
    background: url("../img/top_program-bg.jpg") no-repeat center top/100% 30vw;
    padding: 10% 0 18%; }
    #program-top .contents .inner {
      margin-left: 0; } }
/* about-top */
#about-top {
  width: 100%;
  background: url("../img/top_about-bg.jpg") no-repeat center top/100% 300px;
  padding: 60px 0 180px; }

@media screen and (max-width: 768px) {
  #about-top {
    background: url("../img/top_about-bg.jpg") no-repeat center top/100% 30vw;
    padding: 10% 0 18%; } }
/* sns-box */
#sns-box {
  width: 100%;
  background: url("../img/bg_sns.jpg") no-repeat center/cover;
  height: 770px;
  padding-top: 80px;
  overflow: hidden; }
  #sns-box .section-inner {
    justify-content: space-between; }
    #sns-box .section-inner > div {
      width: 45%; }
  #sns-box h3 {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    color: #fff;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    background: #00682f;
    border-radius: 30px;
    padding: 18px 10px;
    letter-spacing: 1px;
    margin-bottom: 30px; }
    #sns-box h3.sns-insta {
      background: #8c8f4a; }
  #sns-box .img-dummy {
    display: block; }

.insta-list {
  flex-wrap: wrap;
  margin-bottom: -2%; }
  .insta-list li {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2%; }
    .insta-list li:nth-child(3n) {
      margin-right: 0; }

@media screen and (max-width: 768px) {
  #sns-box {
    height: auto;
    padding: 10% 0; }
    #sns-box .section-inner {
      flex-direction: column; }
      #sns-box .section-inner > div {
        width: 100%;
        margin-bottom: 10%; }
        #sns-box .section-inner > div:last-child {
          margin-bottom: 0; }
    #sns-box h3 {
      font-size: 3.25vw;
      border-radius: 4vw;
      padding: 3% 1vw;
      margin-bottom: 4%; }
    #sns-box .img-dummy {
      width: 65% !important;
      margin: 0 auto; }

  .insta-list {
    flex-wrap: wrap; }
    .insta-list li {
      width: 49%; }
      .insta-list li:nth-child(3n) {
        margin-right: 2%; }
      .insta-list li:nth-child(2n) {
        margin-right: 0; } }
@media screen and (max-width: 425px) {
  #sns-box h3 {
    font-size: 4.5vw;
    border-radius: 5vw; }
  #sns-box .img-dummy {
    width: 85% !important; } }
/* contact-box */
#contact-box {
  padding: 80px 10px 150px; }
  #contact-box > p:first-of-type {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 1px;
    line-height: 1;
    margin-bottom: 20px; }
  #contact-box .contact-box {
    background: #fff;
    border-radius: 10px;
    border: 4px solid #00682f;
    padding: 40px 20px; }
    #contact-box .contact-box figure {
      width: 55.625%;
      margin: 0 auto 30px; }
    #contact-box .contact-box .contact-info {
      width: 85%;
      margin: 0 auto;
      align-items: flex-end; }
      #contact-box .contact-box .contact-info > div:first-child {
        width: 56.5%; }
        #contact-box .contact-box .contact-info > div:first-child p {
          font-size: 21px;
          text-align: center;
          line-height: 1;
          margin-bottom: 10px; }
        #contact-box .contact-box .contact-info > div:first-child .tel {
          display: block;
          text-align: center;
          font-size: 52px;
          font-weight: bold;
          letter-spacing: -1px; }
          #contact-box .contact-box .contact-info > div:first-child .tel i {
            position: relative;
            color: #00682f;
            transform: scale(-1, 1);
            margin-right: 5px;
            font-size: 90%;
            top: -1px; }
      #contact-box .contact-box .contact-info > div:last-child {
        width: 42%; }
        #contact-box .contact-box .contact-info > div:last-child .btn-contact {
          display: block;
          color: #fff !important;
          font-size: 30px;
          text-align: center;
          padding: 20px 10px;
          background: #00682f;
          border-radius: 4px; }
          #contact-box .contact-box .contact-info > div:last-child .btn-contact i {
            font-size: 35px;
            margin-right: 5px;
            position: relative;
            top: 2px; }

@media all and (-ms-high-contrast: none) {
  #contact-box .contact-box > div:first-child .tel {
    font-size: 48px; } }
@media screen and (max-width: 768px) {
  #contact-box {
    padding: 10% 4% 18%; }
    #contact-box > p:first-of-type {
      font-size: 3vw;
      margin-bottom: 3%; }
    #contact-box .contact-box {
      border-radius: 1vw;
      padding: 5% 2%; }
      #contact-box .contact-box figure {
        width: 70%;
        margin: 0 auto 4%; }
      #contact-box .contact-box .contact-info {
        width: 100%;
        margin: 0 auto;
        flex-direction: column;
        align-items: center; }
        #contact-box .contact-box .contact-info > div:first-child {
          width: 100%; }
          #contact-box .contact-box .contact-info > div:first-child p {
            font-size: 3vw;
            margin-bottom: 2%; }
          #contact-box .contact-box .contact-info > div:first-child .tel {
            font-size: 7.5vw; }
            #contact-box .contact-box .contact-info > div:first-child .tel i {
              margin-right: 1vw; }
        #contact-box .contact-box .contact-info > div:last-child {
          width: 85%;
          margin: 4% auto 0; }
          #contact-box .contact-box .contact-info > div:last-child .btn-contact {
            font-size: 3.75vw;
            padding: 4.5% 1vw; }
            #contact-box .contact-box .contact-info > div:last-child .btn-contact i {
              font-size: 4vw;
              margin-right: 1vw; } }
@media screen and (max-width: 425px) {
  #contact-box > p:first-of-type {
    font-size: 4.5vw; }
  #contact-box .contact-box figure {
    width: 90%; }
  #contact-box .contact-box .contact-info > div:first-child p {
    font-size: 4.25vw;
    margin-bottom: 2.5%; }
  #contact-box .contact-box .contact-info > div:first-child .tel {
    font-size: 9vw; }
  #contact-box .contact-box .contact-info > div:last-child {
    width: 100%; }
    #contact-box .contact-box .contact-info > div:last-child .btn-contact {
      font-size: 5vw; }
      #contact-box .contact-box .contact-info > div:last-child .btn-contact i {
        font-size: 6vw; } }
/*===== second page style =====*/
/* headline */
#headline {
  background: #fff;
  border-bottom: 1px solid rgba(0, 104, 47, 0.25); }
  #headline .section-inner {
    height: 160px;
    align-items: center;
    justify-content: center; }
    #headline .section-inner h1 {
      font-size: 40px;
      font-weight: bold;
      letter-spacing: .1em;
      font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }

@media screen and (max-width: 768px) {
  #headline {
    border-top: 1px solid rgba(0, 104, 47, 0.5); }
    #headline .section-inner {
      height: 20vw; }
      #headline .section-inner h1 {
        font-size: 5vw; } }
@media screen and (max-width: 425px) {
  #headline .section-inner h1 {
    font-size: 6vw; } }
/* breadcrumb */
.breadcrumb {
  display: flex;
  padding: 20px 0 60px; }
  .breadcrumb li {
    position: relative;
    font-size: 14px; }
    .breadcrumb li::before {
      content: ">";
      display: inline-block;
      padding: 0 .5em; }
    .breadcrumb li:first-child::before {
      display: none; }
    .breadcrumb li a {
      font-weight: 700;
      font-size: 14px;
      text-decoration: underline; }
      .breadcrumb li a:hover {
        text-decoration: none; }

@media screen and (max-width: 768px) {
  .breadcrumb {
    padding: 3% 0 8%; }
    .breadcrumb li {
      font-size: 2.35vw; }
      .breadcrumb li a {
        font-size: 2.35vw; } }
@media screen and (max-width: 425px) {
  .breadcrumb li {
    font-size: 3.5vw; }
    .breadcrumb li a {
      font-size: 3.5vw; } }
/* page-intro */
.page-intro {
  margin-bottom: 80px; }
  .page-intro figure {
    margin-bottom: 40px; }
  .page-intro h3 {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    color: #172c21;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.8;
    margin-bottom: 30px;
    letter-spacing: .035em; }
  .page-intro p {
    font-size: 18px;
    line-height: 2;
    margin-bottom: 25px; }
    .page-intro p:last-of-type {
      margin-bottom: 0; }

@media screen and (max-width: 768px) {
  .page-intro {
    margin-bottom: 8%; }
    .page-intro figure {
      margin-bottom: 5%; }
    .page-intro h3 {
      font-size: 3.5vw;
      margin-bottom: 4%; }
    .page-intro p {
      font-size: 2.75vw;
      margin-bottom: 4%; }
      .page-intro p:last-of-type {
        margin-bottom: 0; } }
@media screen and (max-width: 425px) {
  .page-intro h3 {
    font-size: 4.25vw; }
  .page-intro p {
    font-size: 3.75vw; } }
/*===== 商品紹介 =====*/
#product-contents .product-list, #program-contents .product-list {
  flex-wrap: wrap;
  margin-bottom: -6%; }
  #product-contents .product-list li, #program-contents .product-list li {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 6%; }
    #product-contents .product-list li:nth-child(3n), #program-contents .product-list li:nth-child(3n) {
      margin-right: 0; }
    #product-contents .product-list li a, #program-contents .product-list li a {
      display: block;
      color: #172c21; }
    #product-contents .product-list li figure, #program-contents .product-list li figure {
      margin-bottom: 15px; }
    #product-contents .product-list li p, #program-contents .product-list li p {
      font-size: 16px; }
      #product-contents .product-list li p span, #program-contents .product-list li p span {
        display: block;
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        font-weight: bold;
        font-size: 20px;
        color: #172c21;
        margin-bottom: 15px;
        line-height: 1.3; }

#product-detail figure {
  width: 100%;
  margin: 0 auto 40px; }
  #product-detail figure img {
    height: 400px; }
  #product-detail figure + p {
    font-size: 18px;
    line-height: 2; }

.mw800 {
  width: 100%;
  max-width: 800px;
  margin: 0 auto; }

@media screen and (max-width: 768px) {
  #product-contents .product-list, #program-contents .product-list {
    margin-bottom: -8%; }
    #product-contents .product-list li, #program-contents .product-list li {
      width: 48%;
      margin-right: 4%;
      margin-bottom: 8%; }
      #product-contents .product-list li:nth-child(3n), #program-contents .product-list li:nth-child(3n) {
        margin-right: 4%; }
      #product-contents .product-list li:nth-child(2n), #program-contents .product-list li:nth-child(2n) {
        margin-right: 0; }
      #product-contents .product-list li figure, #program-contents .product-list li figure {
        margin-bottom: 4%; }
      #product-contents .product-list li p, #program-contents .product-list li p {
        font-size: 2.5vw; }
        #product-contents .product-list li p span, #program-contents .product-list li p span {
          font-size: 3vw;
          margin-bottom: 2%; }

  #product-detail figure {
    margin: 0 auto 5%; }
    #product-detail figure img {
      height: 45vw; }
    #product-detail figure + p {
      font-size: 2.5vw; } }
@media screen and (max-width: 425px) {
  #product-contents .product-list li p, #program-contents .product-list li p {
    font-size: 3.5vw; }
    #product-contents .product-list li p span, #program-contents .product-list li p span {
      font-size: 4vw; }

  #product-detail figure img {
    height: 50vw; }
  #product-detail figure + p {
    font-size: 3.75vw; } }
/*===== ふるさと納税 =====*/
#program-contents h2 {
  margin-bottom: 90px; }

@media screen and (max-width: 768px) {
  #program-contents h2 {
    margin-bottom: 12%; } }
/*===== 店舗紹介 =====*/
.table {
  width: 100%;
  border: 1px solid rgba(0, 104, 47, 0.5);
  border-right: none;
  border-bottom: none; }
  .table th, .table td {
    background: #fff;
    border-bottom: 1px solid rgba(0, 104, 47, 0.5);
    border-right: 1px solid rgba(0, 104, 47, 0.5);
    padding: 30px 20px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3; }
  .table th {
    background: #ddecdc;
    text-align: center;
    font-weight: 600; }

@media screen and (max-width: 768px) {
  .table th, .table td {
    padding: 4% 2%;
    font-size: 2.5vw; } }
@media screen and (max-width: 425px) {
  .table th, .table td {
    font-size: 3.5vw; } }
/*===== 新着情報 =====*/
#news-list dl {
  padding-bottom: 20px;
  border-bottom: 1px solid #8c8f4a;
  margin-bottom: 30px; }
  #news-list dl dt {
    color: #172c21;
    font-size: 16px;
    margin-bottom: 10px; }
  #news-list dl dd {
    display: block;
    font-size: 16px;
    line-height: 1.3;
    color: #172c21; }

@media screen and (max-width: 768px) {
  #news-list dl {
    padding-bottom: 3%;
    margin-bottom: 4%; }
    #news-list dl dt {
      font-size: 2.5vw;
      margin-bottom: 2.5%; }
    #news-list dl dd {
      font-size: 2.5vw; } }
@media screen and (max-width: 425px) {
  #news-list dl dt {
    font-size: 3.5vw; }
  #news-list dl dd {
    font-size: 3.75vw; } }
/*===== お問い合わせ =====*/
.form {
  width: 100%; }
  .form th, .form td {
    padding: 30px 10px;
    border-bottom: 1px solid #8c8f4a;
    vertical-align: middle;
    font-size: 16px; }
  .form tr:first-child th, .form tr:first-child td {
    padding-top: 0; }
  .form th {
    width: 30%;
    font-weight: 600; }
    .form th .must {
      background: #f00;
      color: #fff;
      font-size: 13px;
      padding: 2px 5px;
      display: inline-block;
      margin-right: 10px; }
  .form .input-portion {
    justify-content: space-between; }
    .form .input-portion li {
      width: 47.5%; }
      .form .input-portion li input {
        width: 100%; }
  .form label {
    cursor: pointer;
    display: inline-block;
    margin-right: 40px; }
    .form label:last-child {
      margin-right: 0; }
  .form input[type="radio"],
  .form input[type="checkbox"] {
    position: relative;
    outline: none;
    margin-right: 10px;
    vertical-align: middle;
    cursor: pointer;
    width: 1.6em;
    height: 1.6em;
    top: -2px; }
  .form select {
    width: 200px;
    padding: 10px;
    border: 1px solid rgba(0, 104, 47, 0.5);
    background: #fff !important;
    margin: 0;
    color: #222; }
  .form dl {
    margin-bottom: 20px; }
    .form dl dt {
      font-size: 16px;
      margin-bottom: 10px; }
    .form dl input {
      width: 100%; }
  .form .input-zip {
    width: 30%; }

@media screen and (max-width: 768px) {
  .form th, .form td {
    padding: 4% 0;
    font-size: 2.75vw;
    display: block; }
  .form th {
    width: 100%;
    border-bottom: none; }
    .form th .must {
      font-size: 2.35vw;
      padding: 4px 1vw;
      margin-right: 1.5vw; }
  .form td {
    padding-top: 0; }
  .form .input-portion li {
    width: 48%; }
  .form label {
    margin-right: 5%; }
    .form label:last-child {
      margin-right: 0; }
  .form input[type="radio"],
  .form input[type="checkbox"] {
    position: relative;
    border: 2px solid rgba(0, 104, 47, 0.5);
    outline: none;
    margin-right: 1vw;
    vertical-align: middle;
    cursor: pointer;
    background: #fff;
    padding: 1vw;
    border-radius: 50%;
    top: -2px; }
  .form input[type="checkbox"] {
    border-radius: 0; }
  .form input[type="radio"]:checked,
  .form input[type="checkbox"]:checked {
    background: #fff; }
  .form input[type="radio"]:checked:before,
  .form input[type="checkbox"]:checked:before {
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    margin: -1vw 0 0 -1vw;
    content: "";
    border-radius: 50%;
    width: 2vw;
    height: 2vw;
    background: -webkit-gradient(linear, left top, left bottom, from(#00682f), to(#00682f)); }
  .form select {
    width: 35%;
    padding: 2%; }
  .form dl {
    margin-bottom: 3%; }
    .form dl dt {
      font-size: 2.75vw;
      margin-bottom: 2%; }
  .form .input-zip {
    width: 35%; } }
@media screen and (max-width: 425px) {
  .form {
    line-height: 1.4; }
    .form th, .form td {
      font-size: 4vw; }
    .form th .must {
      font-size: 3.25vw; }
    .form select {
      width: 45%;
      padding: 3% 2%; }
    .form dl dt {
      font-size: 4vw; }
    .form .input-zip {
      width: 45%; } }
/*===== footer =====*/
footer #gmap {
  width: 100%;
  height: 450px; }
  footer #gmap .gmap {
    height: 100%;
    overflow: hidden;
    position: relative; }
    footer #gmap .gmap iframe {
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      width: 100%; }
footer #footer-nav {
  width: 100%;
  background: #00682f; }
  footer #footer-nav ul li {
    width: 16.666%; }
    footer #footer-nav ul li a {
      position: relative;
      display: block;
      font-size: 16px;
      font-weight: 500;
      padding: 20px 0;
      color: #fff !important;
      text-align: center; }
      footer #footer-nav ul li a:hover {
        opacity: .7; }
footer #copy {
  font-size: 14px;
  text-align: center;
  line-height: 1.3;
  padding: 30px 10px; }

#pagetop {
  position: fixed;
  bottom: 1.34%;
  right: 1.34%;
  z-index: 90;
  display: none; }

#pagetop a {
  display: flex;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(0, 104, 47, 0.8);
  align-items: center;
  justify-content: center; }

#pagetop a img {
  display: block;
  width: 28px;
  height: auto; }

@media screen and (max-width: 768px) {
  footer #gmap {
    height: auto; }
    footer #gmap .gmap {
      height: 0;
      padding-bottom: 56.25%; }
  footer #footer-nav {
    padding: 2% 0; }
    footer #footer-nav ul {
      padding: 0;
      flex-direction: column; }
      footer #footer-nav ul li {
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.65); }
        footer #footer-nav ul li:last-child {
          border-bottom: none; }
        footer #footer-nav ul li a {
          font-size: 3vw;
          padding: 4%;
          text-align: left; }
          footer #footer-nav ul li a:hover {
            opacity: 1; }
          footer #footer-nav ul li a::after {
            display: block;
            content: "";
            position: absolute;
            top: 50%;
            right: 3vw;
            width: 1.4vw;
            height: 1.4vw;
            margin-top: -.7vw;
            border-top: solid 2px rgba(255, 255, 255, 0.85);
            border-right: solid 2px rgba(255, 255, 255, 0.85);
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
  footer #copy {
    font-size: 2.5vw;
    padding: 4% 1vw; }

  #pagetop a {
    width: 10vw;
    height: 10vw; }

  #pagetop a img {
    width: 5vw; } }
@media screen and (max-width: 425px) {
  footer #footer-nav ul li a {
    font-size: 4vw; }
    footer #footer-nav ul li a::after {
      width: 1.8vw;
      height: 1.8vw;
      margin-top: -.9vw; }
  footer #copy {
    font-size: 3.25vw; }

  #pagetop a {
    width: 12vw;
    height: 12vw; }

  #pagetop a img {
    width: 6vw; } }
