@charset "UTF-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500&display=swap");
body {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 400;
  color: #4d4d4d;
  background-color: #fff;
  margin: 0;
  padding: 0;
  height: 100%;
  font-size: 1.6rem;
  line-height: 1.5;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.08rem;
}

.min {
  font-family: YakuHanMP_Noto, "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
}

/*-----------------------------------
 基本設定
 ----------------------------------*/
a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #3c6100;
}

a:hover {
  opacity: 0.8;
}

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

button {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  cursor: hand;
}

button:hover {
  opacity: 0.8;
}

p {
  line-height: 1.9;
  margin-bottom: 0.8rem;
}

ul {
  line-height: 1.75;
}

hr {
  background-color: #8c6239;
  /* background-color: rgba(51, 51, 51, 0.1); */
  border: 0;
  height: 1px;
  margin-bottom: 1.6em;
}

section {
  padding: 50px 0 70px;
  text-align: center;
  clear: both;
}

a[href^="tel:"] {
  cursor: default;
}

.innerBox,
.innerBoxMid {
  width: 1100px;
  margin: 0 auto;
}

.innerBox:after,
.innerBoxMid:after {
  clear: both;
  content: "";
  display: table;
}

.innerBoxMid {
  width: 700px;
}

a.moreDetails {
  height: 50px;
  line-height: 50px;
  width: 250px;
  font-family: YakuHanMP_Noto, "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-weight: 500;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.4rem;
  display: block;
  color: white;
  text-align: center;
  margin: 50px auto 0;
  background-color: #638133;
  border: #638133 1px solid;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a.moreDetails:before {
  content: "\f105";
  font-family: FontAwesome;
  display: inline-block;
  position: relative;
  padding-right: 10px;
  font-size: 1.3rem;
  font-weight: normal;
}

a.moreDetails:hover {
  opacity: 1;
  background-color: #2b3524;
  color: #fff;
}

h2 {
  display: inline-block;
  text-align: center;
  margin-bottom: 40px;
}

h2 span {
  display: block;
}

h2 .jp {
  font-size: 3.4rem;
  color: #3c6100;
  font-family: YakuHanMP_Noto, "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  letter-spacing: 0.3rem;
  font-weight: 500;
}

h2.conTit {
  background: url(../img/common/title_bg.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  height: 79px;
  min-width: 94px;
  line-height: 85px;
}

h3 {
  display: block;
  font-size: 2rem;
  color: #3c6100;
  font-family: YakuHanMP_Noto, "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  letter-spacing: 0rem;
  font-weight: 500;
  text-align: left;
  margin-bottom: 15px;
}

main {
  background: #f7f7f0;
  width: 100%;
  display: block;
}

.pages {
  margin-top: 80px;
  padding-top: 60px;
  padding-bottom: 40px;
}

.pages .visual {
  width: 100%;
  text-align: center;
  margin-bottom: 50px;
}

.pages .visual img {
  max-width: 100%;
  height: auto;
}

/*
.pgtop {
  position: absolute;
  top: -250px;
  right: 30px;
  z-index: 500;
  text-align: center;
}
*/
.txt-left {
  text-align: left;
}

.txt-center {
  text-align: center;
}

.txt-right {
  text-align: right;
}

.mb30 {
  margin-bottom: 30px;
}

/*-----------------------------------
 head
 ----------------------------------*/
#top-head {
  top: -100px;
  position: absolute;
  width: 100%;
  margin: 100px auto 0;
  padding: 20px 0 0 0;
  line-height: 1;
  z-index: 999;
}

#top-head::after {
  top: -100px;
  margin-top: 100px;
}

#top-head a,
#top-head {
  text-decoration: none;
}

#top-head .head_inner {
  position: relative;
}

#top-head .logo {
  position: absolute;
  left: 10px;
  width: 250px;
  height: auto;
}

#global-nav ul {
  list-style: none;
  position: absolute;
  right: 60px;
  top: 0px;
}

#global-nav ul li {
  float: left;
  position: relative;
  font-family: YakuHanMP_Noto, "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.4;
  color: #1a1a1a;
  text-align: center;
}

#global-nav ul li a {
  padding: 0 1.3rem;
  display: block;
  width: auto;
}

#global-nav ul li span {
  display: block;
  font-size: 0.9rem;
  color: #333;
  white-space: nowrap;
}

/* Btn Hover */
#global-nav ul li:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  bottom: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#global-nav ul li:hover:after {
  background: #333;
  bottom: -5px;
}

a.navShop {
  position: absolute;
  right: 15px;
}

/* Fixed */
#top-head.fixed {
  margin-top: 0;
  top: 0;
  position: fixed;
  padding-top: 10px;
  height: 55px;
  background: #fff;
  background: rgba(255, 255, 255, 0.7);
  -webkit-transition: top 0.65s ease-in;
  transition: top 0.65s ease-in;
}

#top-head.fixed #global-nav ul li a {
  color: #1a1a1a;
}

/* Fixed Btn Hover */
#top-head.fixed #global-nav ul li:after {
  bottom: 5px;
}

#top-head.fixed #global-nav ul li:hover:after {
  bottom: -5px;
}

/* Toggle Button */
#nav-toggle {
  display: none;
  position: absolute;
  right: 12px;
  top: 14px;
  width: 30px;
  height: 32px;
  cursor: pointer;
  z-index: 101;
}

#nav-toggle div {
  position: relative;
}

#nav-toggle span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #1e1e1e;
  left: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#nav-toggle span:nth-child(1) {
  top: 0;
}

#nav-toggle span:nth-child(2) {
  top: 11px;
}

#nav-toggle span:nth-child(3) {
  top: 22px;
}

/*-----------------------------------
 footer
 ----------------------------------*/
footer {
  position: relative;
  text-align: center;
  background: #fff;
  padding: 10px 0 0 0;
}

.foot_nav {
  min-width: 100%;
  margin: 0 auto 10px auto;
}

.foot_nav ul {
  text-align: center;
}

.foot_nav ul li {
  display: inline-block;
  position: relative;
}

.foot_nav ul li a {
  padding: 16px 0;
  display: block;
  font-size: 1.2rem;
  position: relative;
}

.foot_nav ul li a:hover {
  opacity: 0.7;
}

.foot_nav ul li:first-child a span {
  border-left: 1px solid #000;
}

.foot_nav ul li a span {
  font-size: 1.2rem;
  border-right: 1px solid #000;
  font-weight: normal;
  display: block;
  height: 20px;
  line-height: 20px;
  padding: 0 15px;
  color: #000;
}

footer .flogo img {
  width: 280px;
  margin-bottom: 12px;
}

footer .fadd {
  font-size: 1.2rem;
  margin-bottom: 15px;
}

.ficon {
  width: 100%;
  text-align: center;
}

.ficon li {
  display: inline-block;
  margin-right: 30px;
  font-size: 1.4rem;
  position: relative;
  margin-right: 10px;
  height: 31px;
}

.ficon li:last-child {
  margin-right: 0px;
}

.ficon li img {
  vertical-align: middle;
}

footer .copy {
  margin-top: 30px;
  color: #fff;
  font-size: 1rem;
  width: 100%;
  background: #658236;
  line-height: 30px;
  height: 30px;
}

footer .copy:before {
  content: "©";
}

/*トップへ戻るボタン */
#pageTop {
  position: fixed;
  bottom: 0;
  right: 0;
  margin-bottom: 0;
  line-height: 1;
  z-index: 5;
}
#pageTop a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 56px;
  height: 56px;
  background: #1a1a1a;
  color: #fff;
  font-size: 18px;
  text-decoration: none;
}

@media screen and (min-width: 835px) {
  #global-nav li.sp {
    display: none;
  }
}
@media screen and (max-width: 834px) {
  /*-----------------------------------
  head
  ----------------------------------*/
  body {
    font-size: 1.5rem;
  }
  main {
    margin-top: 50px;
  }
  .pages {
    margin-top: 50px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  #top-head {
    width: 100%;
    padding: 0;
    top: 0;
    position: fixed;
    margin-top: 0;
  }
  /* Fixed reset */
  #top-head.fixed {
    padding-top: 0;
    background: transparent;
  }
  #mobile-head {
    background: #fff;
    width: 100%;
    height: 50px;
    z-index: 999;
    position: relative;
    opacity: 0.9;
  }
  #top-head.fixed .logo,
  #top-head .logo {
    position: absolute;
    left: 6px;
    top: 6px;
  }
  #top-head.fixed .logo img,
  #top-head .logo img {
    width: 200px;
    height: auto;
  }
  #global-nav {
    position: absolute;
    /* 開いてないときは画面外に配置 */
    top: -505px;
    background: #000;
    width: 100%;
    text-align: center;
    padding: 10px 0 0 0;
    opacity: 0.9;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
  }
  #global-nav ul {
    list-style: none;
    position: static;
    right: 0;
    bottom: 0;
    font-size: 13px;
  }
  #global-nav ul li {
    float: none;
    position: static;
    border-bottom: 1px solid #333;
  }
  #global-nav ul li:last-child {
    border-bottom: none;
  }
  #global-nav ul li span {
    display: none;
  }
  #global-nav ul li:after {
    display: none;
  }
  #top-head #global-nav ul li a,
  #top-head.fixed #global-nav ul li a {
    width: 100%;
    display: block;
    color: #fff;
    padding: 10px 0;
  }
  #nav-toggle {
    display: block;
    right: 15px;
    top: 12px;
  }
  /* #nav-toggle 切り替えアニメーション */
  .open #nav-toggle span:nth-child(1) {
    top: 11px;
    right: 0;
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
  }
  .open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  .open #nav-toggle span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-315deg);
    transform: rotate(-315deg);
  }
  /* #global-nav スライドアニメーション */
  .open #global-nav {
    /* #global-nav top + #mobile-head height */
    -webkit-transform: translateY(556px);
    transform: translateY(556px);
  }
  a.navShop {
    display: none;
  }
  /*-----------------------------------
  head end
  ----------------------------------*/
  .tb_hide {
    display: none;
  }
  .innerBox,
  .innerBoxMid {
    width: 92%;
    margin: 0 auto;
  }
  footer .inner {
    width: 92%;
  }
  /*-- footer -- */
  footer .flogo {
    margin-top: 17px;
  }
  /*----- 下層メイン画像 ------*/
  .pages .visual {
    margin-bottom: 10px;
  }
  .pages .visual img {
    max-width: 92%;
  }
}
@media screen and (max-width: 540px) {
  body {
    font-size: 1.4rem;
  }
  section {
    padding: 30px 0 50px;
  }
  h2 {
    margin-bottom: 28px;
  }
  h2 .jp {
    font-size: 2.4rem;
    letter-spacing: 0;
  }
  h3 {
    font-size: 1.8rem;
  }
  .sp_hide {
    display: none;
  }
  /*トップへ戻るボタン */
  #pageTop a {
    width: 48px;
    height: 48px;
    font-size: 18px;
  }
}