@charset "utf-8";
* {
  box-sizing: border-box;
}
a {
  color: #333;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
img {
  width: 100%;
  max-width: 100%;
  display: block;
}
/* ============================================================
 input / placeholder
============================================================ */
::-webkit-input-placeholder,
:-ms-input-placeholder,
::-moz-placeholder {
  font-family: 'Noto Sans JP', '游ゴシック', '游ゴシック体', 'YuGothic Medium', '游ゴシック Medium', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Meiryo, sans-serif;
  color: #999;
  font-weight: normal;
}
::placeholder {
  font-family: 'Noto Sans JP', '游ゴシック', '游ゴシック体', 'YuGothic Medium', '游ゴシック Medium', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Meiryo, sans-serif;
  color: #999;
}
/* ============================================================
 typography
============================================================ */
.bold {
  font-weight: bold !important;
}
.normal {
  font-weight: normal !important;
}
.nowrap {
  white-space: nowrap !important;
}
.txt-center {
  text-align: center !important;
}
.txt-left {
  text-align: left !important;
}
.txt-right {
  text-align: right !important;
}
.txt-indent {
  text-indent: -1em;
  padding-left: 1em;
}
.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.note,
.note a {
  font-size: 1.2rem!important;
  line-height: 1.5!important;
}
@media screen and (max-width: 767px) {
  .note,
  .note a {
    font-size: 1.1rem!important;
  }
}
.txt20 {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .txt20 {
    font-size: 1.6rem;
  }
}
.txt18 {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .txt18 {
    font-size: 1.5rem;
  }
}
.txt16 {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .txt16 {
    font-size: 1.5rem;
  }
}
.txt15 {
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .txt15 {
    font-size: 1.4rem;
  }
}
.txt {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .txt {
    font-size: 1.3rem;
  }
}
.txt13 {
  font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
  .txt13 {
    font-size: 1.2rem;
  }
}
.txt12 {
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .txt12 {
    font-size: 1.0rem;
  }
}
.txt10 {
  font-size: 1.0rem;
}
/* ============================================================
 utility
============================================================ */
.img-auto {
  width: auto;
  max-width: 100%;
}
.img-50 {
  zoom: .5;
  width: auto;
  max-width: 100%;
}
.float-right {
  float: right !important;
}
.float-left {
  float: left !important;
}
.border {
  border: 1px solid #969696;
  padding: 10px;
}
.no-border {
  border: none!important;
}
.block {
  display: block!important;
}
.inline-block {
  display: inline-block;
}
.display-table {
  display: table;
  width: 100%;
}
.inline-list li {
  display: inline-block;
}
.center-block {
  margin-left: auto;
  margin-right: auto;
}
.valign-center {
  display: flex;
  flex-flow: wrap;
  align-items: center;
}
/* ============================================================
 margin
============================================================ */
.pt0 {
  padding-top: 0 !important;
}
.pb0 {
  padding-bottom: 0 !important;
}
.pl0 {
  padding-left: 0 !important;
}
.pr0 {
  padding-right: 0 !important;
}
.mt0 {
  margin-top: 0 !important;
}
.mb0 {
  margin-bottom: 0 !important;
}
.ml0 {
  margin-left: 0 !important;
}
.mr0 {
  margin-right: 0 !important;
}
.mt5 {
  margin-top: 5px !important;
}
.mb5 {
  margin-bottom: 5px !important;
}
.ml5 {
  margin-left: 5px !important;
}
.mr5 {
  margin-right: 5px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.ml10 {
  margin-left: 10px !important;
}
.mr10 {
  margin-right: 10px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.ml20 {
  margin-left: 20px !important;
}
.mr20 {
  margin-right: 20px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.ml30 {
  margin-left: 30px !important;
}
.mr30 {
  margin-right: 30px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.ml40 {
  margin-left: 40px !important;
}
.mr40 {
  margin-right: 40px !important;
}
.mt50 {
  margin-top: 50px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.ml50 {
  margin-left: 50px !important;
}
.mr50 {
  margin-right: 50px !important;
}
.mt60 {
  margin-top: 60px !important;
}
.mb60 {
  margin-bottom: 60px !important;
}
.ml60 {
  margin-left: 60px !important;
}
.mr60 {
  margin-right: 60px !important;
}
.mt70 {
  margin-top: 70px !important;
}
.mb70 {
  margin-bottom: 70px !important;
}
.ml70 {
  margin-left: 70px !important;
}
.mr70 {
  margin-right: 70px !important;
}
.mt80 {
  margin-top: 80px !important;
}
.mb80 {
  margin-bottom: 80px !important;
}
.ml80 {
  margin-left: 80px !important;
}
.mr80 {
  margin-right: 80px !important;
}
.mt90 {
  margin-top: 90px !important;
}
.mb90 {
  margin-bottom: 90px !important;
}
.ml90 {
  margin-left: 90px !important;
}
.mr90 {
  margin-right: 90px !important;
}
.mt100 {
  margin-top: 100px !important;
}
.mb100 {
  margin-bottom: 100px !important;
}
.ml100 {
  margin-left: 100px !important;
}
.mr100 {
  margin-right: 100px !important;
}
.mt120 {
  margin-top: 120px !important;
}
.mb120 {
  margin-bottom: 120px !important;
}
.ml120 {
  margin-left: 120px !important;
}
.mr120 {
  margin-right: 120px !important;
}
/* ============================================================
 width
============================================================ */
.w-auto {
  width: auto !important;
}
.w10 {
  width: 10% !important;
}
.w15 {
  width: 15% !important;
}
.w20 {
  width: 20% !important;
}
.w30 {
  width: 30% !important;
}
.w40 {
  width: 40% !important;
}
.w50 {
  width: 50% !important;
}
.w60 {
  width: 60% !important;
}
.w70 {
  width: 70% !important;
}
.w80 {
  width: 80% !important;
}
.w90 {
  width: 90% !important;
}
.w100 {
  width: 100% !important;
}
/* ============================================================
 Text選択
============================================================ */
::selection {
  background: rgba(202, 190, 140, 0.8);
}
::-moz-selection {
  background: rgba(202, 190, 140, 0.8);
}
/* ============================================================
 common
============================================================ */
.wrap {
  padding: 0 0 140px 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .wrap {
    padding: 0 0 60px 0;
  }
}
.container {
  margin-bottom: 120px;
}
.container:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .container {
    margin-bottom: 40px;
  }
}
.inner {
  max-width: 1100px;
}
.inner900 {
  max-width: 900px;
}
.inner850 {
  max-width: 850px;
}
.inner,
.inner900,
.inner850 {
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .inner,
  .inner900,
  .inner850 {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 767px) {
  .inner,
  .inner900,
  .inner850 {
    max-width: 100%;
    width: 100%;
    padding-left: 8%;
    padding-right: 8%;
  }
}
/* ページ内リンク */
.page-anc {
  margin-top: -130px;
  padding-top: 130px;
}
@media screen and (max-width: 1024px) {
  .page-anc {
    margin-top: -90px;
    padding-top: 90px;
  }
}
#cont-mv {
  height: 400px;
  position: relative;
  background-size: cover!important;
}
#cont-mv:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 767px) {
  #cont-mv {
    height: 66vw;
  }
}
.cont-head {
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  position: relative;
}
.cont-ttl-en {
  font-size: 6rem;
}
@media screen and (max-width: 767px) {
  .cont-ttl-en {
    font-size: 4.2rem;
  }
}
.cont-ttl-jp {
  margin-top: 20px;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .cont-ttl-jp {
    margin-top: 10px;
    font-size: 1.5rem;
  }
}
#pankuzu {
  margin-top: 20px;
  margin-bottom: 120px;
}
#pankuzu li {
  display: inline;
  line-height: 1.3;
}
#pankuzu li:after {
  content: ">";
  margin: 0 0.5em;
}
#pankuzu li:last-child:after {
  display: none;
}
@media screen and (max-width: 767px) {
  #pankuzu {
    margin-top: 10px;
    margin-bottom: 40px;
  }
}
.second-ttl {
  margin-bottom: 40px;
  text-align: center;
  font-size: 3.2rem;
  font-weight: 500;
  color: #7D4A31;
}
.second-ttl.en2 {
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .second-ttl {
    margin-bottom: 30px;
    font-size: 2.1rem;
    font-weight: 700;
  }
}
.third-ttl {
  padding: 1em;
  background: #F0ECE9;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  color: #7D4A31;
}
@media screen and (max-width: 767px) {
  .third-ttl {
    font-size: 1.4rem;
  }
}
.head-txt {
  margin-bottom: 30px;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .head-txt {
    margin-bottom: 10px;
    font-size: 1.5rem;
    font-weight: 700;
  }
}
.cont-txt + .cont-txt {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .cont-txt + .cont-txt {
    margin-top: 15px;
  }
}
/* img大 */
.imgL-txt {
  display: flex;
}
.imgL-txt .img-wrap {
  width: 52.7%;
}
.imgL-txt .txt-wrap {
  flex: 1;
  margin-left: 5.4%;
  margin-top: 60px;
}
.imgL-txt.img-right {
  flex-flow: row-reverse;
}
.imgL-txt.img-right .txt-wrap {
  margin-left: 0;
  margin-right: 5.4%;
}
@media screen and (max-width: 767px) {
  .imgL-txt {
    display: block;
  }
  .imgL-txt .img-wrap {
    width: 100%;
    margin: 0 auto;
  }
  .imgL-txt .txt-wrap {
    margin: 25px 0 0;
  }
}
/* img中 */
.imgM-txt {
  display: flex;
  margin-top: 80px;
  margin-bottom: 40px;
}
.imgM-txt:first-of-type {
  margin-top: 0;
}
.imgM-txt .img-wrap {
  width: 43.6%;
}
.imgM-txt .txt-wrap {
  flex: 1;
  margin-left: 5.4%;
  margin-top: 20px;
}
.imgM-txt.img-right {
  flex-flow: row-reverse;
}
.imgM-txt.img-right .txt-wrap {
  margin-left: 0;
  margin-right: 5.4%;
}
@media screen and (max-width: 767px) {
  .imgM-txt {
    display: block;
    margin-top: 40px;
    margin-bottom: 0;
  }
  .imgM-txt .img-wrap {
    width: 100%;
    margin: 0 auto;
  }
  .imgM-txt .txt-wrap {
    margin: 20px 0 0;
  }
}
.view-more {
  display: flex;
  margin-top: 40px;
}
.view-more a {
  margin-left: auto;
  display: flex;
  align-items: center;
  color: #006934;
  font-size: 1.4rem;
  font-weight: 300;
  transition: all .4s;
}
.view-more a span {
  width: 60px;
  height: 60px;
  border: 1px solid #006934;
  border-radius: 50%;
  overflow: hidden;
  margin-left: 20px;
  position: relative;
  transition: all .4s;
}
.view-more a span:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  margin: -4px 0 0 -7px;
  border-top: solid 2px #006934;
  border-right: solid 2px #006934;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .4s;
}
.view-more a:hover span {
  transition: all .4s;
  transform: scale(1.1);
}
@media screen and (max-width: 767px) {
  .view-more {
    margin-top: 20px;
  }
  .view-more a {
    font-size: 1.1rem;
  }
  .view-more a span {
    width: 30px;
    height: 30px;
    margin-left: 10px;
  }
  .view-more a span:after {
    width: 4px;
    height: 4px;
    margin: -2px 0 0 -3px;
    border-top: solid 1px #006934;
    border-right: solid 1px #006934;
  }
}
.btn-wrap {
  text-align: center;
}
.btn {
  display: inline-block;
  margin-top: 50px;
  padding: 0.8em 3.5em;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid #333;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 500;
  vertical-align: middle;
  position: relative;
  transition: all .4s;
}
@media screen and (max-width: 767px) {
  .btn {
    width: 100%;
    margin-top: 25px;
    padding: 0.8em 1.2em;
    border-radius: 4px;
    overflow: hidden;
    font-size: 1.4rem;
    font-weight: 700;
  }
}
.btn.shop-btn {
  font-size: 2.2rem;
  color: #006934;
  border: 2px solid #006934;
}
.btn.shop-btn:before {
  content: "";
  display: inline-block;
  width: 1.8em;
  height: 1.8em;
  margin-right: 1em;
  color: #006934;
  background: url(../images/common/cart_green.svg) no-repeat;
  background-size: contain;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .btn.shop-btn {
    font-size: 1.8rem;
    border: 1px solid #006934;
  }
}
/* ============================================================
 parts
============================================================ */
/* pager */
.pager {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px 0;
}
.pager li {
  width: 40px;
  height: 40px;
  margin: 0 5px;
}
.pager a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border: 1px solid transparent;
  border-radius: 100%;
  overflow: hidden;
  font-size: 1.8rem;
  font-weight: 300;
  color: #333;
  letter-spacing: 0;
  text-decoration: none;
  position: relative;
  transition: all .4s;
}
.pager a:hover,
.pager a.active {
  transition: all .4s;
}
.pager a.active {
  font-weight: 700;
  color: #7B5544;
}
.pager .prev:before,
.pager .next:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  margin: -4px 0 0 -7px;
  border-top: solid 1px #333;
  border-right: solid 1px #333;
  transition: all .4s;
}
.pager .prev:before {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.pager .next:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .pager {
    margin: 20px 0;
  }
  .pager li {
    width: 40px;
    height: 40px;
    margin: 0 1%;
  }
  .pager a {
    font-size: 1.6rem;
  }
  .pager a:before {
    background-size: 9px auto!important;
  }
}
.category {
  display: inline-block;
  background: #7D4A31;
  padding: 0.5em 0.5em;
  line-height: 1;
  color: #fff;
}
.date {
  font-weight: 300;
  line-height: 1;
}
.col3 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.col3:after {
  content: "";
  display: block;
  width: calc(30.93333333%);
}
.col3 li {
  width: calc(30.93333333%);
}
.col3 a {
  display: block;
}
@media screen and (max-width: 767px) {
  .col3 {
    display: block;
  }
  .col3 li {
    width: 100%;
  }
}
.column-list {
  margin-top: -30px;
}
.column-list li {
  background: #fff;
  margin-top: 30px;
}
.column-list dd {
  padding: 25px 20px 20px 20px;
  position: relative;
}
.column-list .category {
  position: absolute;
  top: -1em;
  left: 0;
}
.column-list .article-ttl {
  margin-top: 10px;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .column-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: -20px;
  }
  .column-list li {
    width: calc(47.6%);
    margin-top: 20px;
  }
  .column-list dd {
    padding: 20px 10px;
  }
  .column-list .article-ttl {
    margin-top: 5px;
    font-size: 1.2rem;
  }
}
.accordion-cont {
  margin-bottom: 60px;
}
.accordion-cont dl {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.accordion-cont dt {
  margin: 0;
  position: relative;
}
.accordion-cont dt:before,
.accordion-cont dt:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  width: 15px;
  height: 1px;
  background: #333;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: all .4s;
}
.accordion-cont dt:after {
  background: #333;
  transform: translateY(-50%) rotate(90deg);
  transition: all .4s;
}
.accordion-cont dt.active .parent {
  color: #7D4A31;
  font-weight: 500;
}
.accordion-cont dt.active:after {
  transform: rotate(0);
  opacity: 0;
}
.accordion-cont .open dt:after {
  transform: rotate(0);
  opacity: 0;
}
.accordion-cont .open dt.active:after {
  transform: translateY(-50%) rotate(90deg);
  transition: all .4s;
  opacity: 1;
}
.accordion-cont .open .child {
  display: block;
}
.accordion-cont .parent {
  display: flex;
  padding: 24px 45px 24px 30px;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.accordion-cont .parent:before {
  content: "Q.";
  margin-right: 0.5em;
}
.accordion-cont .child {
  display: none;
  padding: 0 30px 30px 30px;
}
.accordion-cont .child p + p {
  margin-top: 1.5em;
}
.accordion-cont a {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .accordion-cont {
    margin-bottom: 40px;
  }
  .accordion-cont dt:before,
  .accordion-cont dt:after {
    right: 15px;
  }
  .accordion-cont dt.active .parent {
    font-weight: 700;
  }
  .accordion-cont .parent {
    padding: 16px 30px 16px 15px;
  }
  .accordion-cont .child {
    padding: 0 15px 15px 15px;
  }
}
.camp-bnr {
  width: 81%;
  max-width: 560px;
  margin: 20px auto 0 auto;
}
.link-bnr {
  width: 81%;
  margin: 80px auto 0 auto;
}
.link-bnr-l{
width:49%;
float:left;
}
.link-bnr-l img{
width:100%;
}
.link-bnr-r{
width:49%;
float:right;
}
.link-bnr-r img{
width:100%;
}

#space{ clear:both; height:40px;}

@media screen and (max-width: 767px) {
  .camp-bnr {
    width: 100%;
    margin: 20px auto 0 auto;
  }
  .link-bnr {
    width: 100%;
    margin: 50px auto 0 auto;
  }
.link-bnr-l{
width:100%;
float:none;
margin: 20px auto 0 auto;
}
.link-bnr-r{
width:100%;
float:none;
margin: 20px auto 0 auto;
}
#space{ clear:both; height:10px;}
}
@media screen and (max-width: 767px) and (min-width: 1025px) {
  .tablet {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
