body {
  font-family: "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Helvetica", "MS Pゴシック", "MS PGothic", "sans-serif";
  font-size: 16px;
  font-weight: 500;
  position: relative;
}

:root {
  --main-bg-color: #F0F5F0;
  --base-color: #717341;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
}


li {
  list-style-type: none;
}

.headerArea {
  position: absolute;
  top: 0;
  z-index: 222;

}

.bg_header {
  background: #717341;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.7;
}

.headerContent {
  position: relative;
  max-width: 960px;
  margin: 0 auto;
}

.contentAll {
  width: 100%;
}

.contentBlk {
  max-width: 960px;
  margin: 0 auto;
}


.headerNavigation {
  display: flex;
  flex: 1;
  justify-content: center;

}

.headerNavigation li {
  width: 240px;
  text-align: center;

}

.headerNavigation li {
  border-left: 1px solid #a3a575;
}

.headerNavigation li:last-child {
  border-right: 1px solid #a3a575;
}


.headerNavigation li a {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  display: block;
  padding: 20px 0;
}

.headerNavigation li a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 767px) {
  .headerNavigation li a {
    font-size: 11px;
  }
}

@media screen and (min-width: 768px) {
  .pcnone {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .spnone {
    display: none;
  }
}

.headerNavigation li a:after {
  content: "";
  width: 10px;
  height: 10px;
  border: 1px solid;
  border-color: transparent transparent #fff #fff;
  transform: rotate(-45deg);
  display: block;
  margin: 0 auto;
}

.heroImgArea {
  background-image: url("../img/bg_back.jpg");
  width: 100vw;
  height: 100vh;
  min-height: 100vh;
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  position: relative;
}

.heroTextArea {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

h1 {
  color: #fff;
  font-size: 30px;
  text-align: center;
  line-height: 1.6em;
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 30px;
    line-height: 1.6em;
  }
}

.heroTextArea a {
  display: block;
  color: #000;
  font-size: 18px;
  width: 320px;
  margin: 0 auto;
  padding: 20px 0;
  position: relative;
  text-align: center;
  border: 3px solid #fff;
  margin-top: 100px;
  transition: 0.4s;
}

.heroTextArea a:hover {
  background: var(--base-color);
  transition: 0.4s;
}

.heroTextArea span {
  color: #fff;
  font-weight: bold;
  position: relative;
  margin: auto;
  top: 0;
  bottom: 0;
}

.bg_btn {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  opacity: 0.3;
}

.bg_main {
  background: var(--main-bg-color);
}

.catchText {
  font-size: 18px;
  font-weight: 500;
  line-height: 2.4em;
  padding: 60px 0;
  text-align: center;
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .catchText {
    font-size: 16px;
    font-weight: 500;
    line-height: 2.4em;
    padding: 60px 15px;
    text-align: center;
    margin-bottom: 60px;
  }
}

  .subText {
  color: #fff;
  font-size: 30px;
  text-align: center;
  line-height: 1.6em;
}

@media screen and (max-width: 767px) {
  .subText {
    font-size: 23px;
    line-height: 1.6em;
  }
}

.mainTitle {
  display: inline-block;
  border-bottom: solid 4px #717341;
  position: relative;
  font-size: 22px;
  letter-spacing: 0.2em;
  margin-bottom: 40px;
  margin-top: 20px;
  padding-bottom: 7px;
}

@media screen and (max-width: 768px) {
  .mainTitle {
    margin-left: 15px;
    margin-bottom: 20px;
    line-height: 1.6em;
  }
}

.mainTitle:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #7c7e46;
  bottom: -3px;
  width: 30%;
}

.gMapArea {
  margin-top: 40px;
  padding-left: 50px;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}

.gMapArea iframe {
  position: absolute;
  left: 40px;
  top: 0;
  height: 100%;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .gMapArea iframe {
    width: 90%;
  }
}

@media screen and (max-width: 767px) {
  .gMapArea iframe {
    left: 0px;
    padding-left: 15px;
  }
}

@media screen and (max-width: 767px) {
  .gMapArea {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.contentArea {
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .contentArea {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 768px) {
  .map {
    margin: 0 15px 60px 15px;
  }
}


.contentArea ul {
  padding-left: 50px;
}

@media screen and (max-width: 767px) {
  .contentArea ul {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.contentArea li {
  line-height: 1.8em;
  padding-left: 1em;
  text-indent: -1em;
  text-align: justify;
}

.contentArea a {
  text-decoration: underline;
  color: #000;
}

.infoArea ul li {
  margin-bottom: 20px;
}

.infoArea ul li span {
  font-weight: bold;
  margin-bottom: 10px;
}

.red {
  color: #ff0000;
}

.footerArea {
  background: var(--base-color);
}

.footerArea ul {
  padding-top: 20px;
}

@media screen and (max-width: 768px) {
  .footerArea ul {
    padding-left: 15px;
  }
}

.footerArea a {
  display: inline-block;
  color: #fff;
  text-decoration: underline;
  margin-top: 15px;
}

.footerArea a:hover {
  opacity: 0.8;
  text-decoration: none;
}

.footerArea copy {
  color: #fff;
  display: block;
  font-size: 12px;
  text-align: center;
  padding: 20px 0;
}

.yoyakuBtn {
  display: block;
  background: #fff;
  border: 3px solid var(--base-color);
  max-width: 400px;
  color: var(--base-color);
  text-align: center;
  padding: 20px;
  margin: 0 auto 80px auto;
  font-size: 20px;
  font-weight: bold;
  transition: 0.4s;
}

.yoyakuBtn:hover {
  background: var(--base-color);
  color: #fff;
  transition: 0.4s;
}

@media screen and (max-width: 767px) {
  .yoyakuBtn {
    margin-right: 15px;
    margin-left: 15px;
  }
}


#page_top {
  width: 70px;
  height: 70px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  background: var(--main-bg-color);
  opacity: 1;
  border-radius: 50%;
}

#page_top a {
  position: relative;
  display: block;
  width: 70px;
  height: 70px;
  text-decoration: none;
}

#page_top a::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f106';
  font-size: 40px;
  color: var(--base-color);
  position: absolute;
  width: 40px;
  height: 40px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

@media (max-width: 768px) {
  #page_top {
    width: 50px;
    height: 50px;
  }

  #page_top a {
    width: 50px;
    height: 50px;
  }

  #page_top a::before {
    font-size: 20px;
    width: 20px;
    height: 20px;
  }

  #page_top a::before {
    top: 0;
  }
}

.bg_header_second {
  border-bottom: 3px solid var(--base-color);
  margin-bottom: 60px;
}

@media (max-width: 768px) {
  .bg_header_second {
    margin-bottom: 40px;
  }
}

.logoArea {
  padding: 20px 0;
}

@media (max-width: 768px) {
  .logoArea {
    padding: 20px 15px;
  }
}

.bg_header_second img {
  width: 160px;
}

@media (max-width: 768px) {
  .bg_header_second img {
    width: 160px;
  }
}

.complaArea dl {
  display: flex;
  border-bottom: dotted 1px var(--base-color);
}

.complaArea dl:first-child {
  border-top: dotted 1px var(--base-color);
}

.complaArea dl:last-child {
  margin-bottom: 80px;
}

.complaArea dl dt {
  padding: 15px;
  width: 20%;
  font-weight: 600;
}

.complaArea dl dd {
  padding: 15px;
  width: 80%;
  line-height: 1.6em;
}

.textTitle {
  margin-bottom: 40px;
  line-height: 1.6em;
}

@media (max-width: 768px) {
  .textTitle {
    margin-bottom: 40px;
    line-height: 1.6em;
    margin-right: 15px;
    margin-left: 15px;
  }
}

.privacyTitle {
  margin-bottom: 40px;
  line-height: 1.6em;
  font-weight: 500;
}

@media (max-width: 768px) {
  .privacyTitle {
    padding: 0 15px;
    font-size: 13px;
  }
}



.pageTitle {
  font-size: 26px;
  background: var(--base-color);
  color: #fff;
  padding: 10px 20px;
  margin-bottom: 60px;
  text-align: center;
}

@media (max-width: 768px) {
  .pageTitle {
    font-size: 24px;
    margin-right: 15px;
    margin-left: 15px;
    line-height: 1.5em;
    letter-spacing: 0.15em;
  }
}

.pageTitlewwr {
  font-size: 26px;
  background: skyblue;
  color: #fff;
  padding: 10px 20px;
  margin-bottom: 60px;
  text-align: center;
}

@media (max-width: 768px) {
  .pageTitlewwr {
    font-size: 24px;
    margin-right: 15px;
    margin-left: 15px;
    line-height: 1.5em;
    letter-spacing: 0.15em;
  }
}

.privacyArea {
  line-height: 1.4em;
  font-size: 15px;
}

@media (max-width: 768px) {
  .privacyArea {
    padding: 0 15px;
    font-size: 13px;
  }
}

.privacyArea dt {
  font-weight: 600;
  margin-bottom: 10px;
}

.privacyArea dd {
  padding-left: 20px;
  margin-bottom: 20px;
}

.privacyArea ul {

  padding-bottom: 5px;
  padding-left: 10px;
}

.privacyArea h4 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 500;
}

.privacyArea table {
  border: 1px solid #ddd;
  width: 100%;
  table-layout: fixed;
}

.privacyArea table th {
  background: #F0F0F0;
  border: 1px solid #ddd;
  text-align: left;
  padding: 15px;
  width: 160px;
}

@media (max-width: 768px) {
  .privacyArea table th {
    width: 30%;
  }
}

.privacyArea table td {
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  padding: 15px;
}

.infomationArea {
  border: 1px solid #000;
  padding: 15px;
  margin-bottom: 15px;
  line-height: 1.6em;
}

.update {
  text-align: right;
  margin-bottom: 80px;
}


.accordion-container {
  position: relative;
  width: 100%;
  outline: 0;
  cursor: pointer
}

.accordion-container .accordion-title {
  display: block;
  position: relative;
  margin: 0;
  padding: 20px;
  font-size: 16px;
  color: #717341;
  cursor: pointer;
  border: 1px solid #717341;
}


/* 
.accordion-container .accordion-title:hover,
.accordion-container .accordion-title:active,
.accordion-container .content-entry.open .accordion-title {
  background-color: #00aaa7;
  color: white;
} */

.accordion-title {
  position: relative;
  display: inline-block;
  padding: .5em 4em;
  border: 2px solid #333;
  color: #333;
  text-decoration: none;
  transition: .3s;
}

.accordion-title:hover {
  color: #fff;
}


.accordion-title::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: '';
  background: #717341;
  transform-origin: center center;
  transform: scale(0, 1);
  transition: transform .3s;
}

.accordion-title:hover::before {
  transform: scale(1, 1);
}


.accordion-container .accordion-title:hover i:before,
.accordion-container .accordion-title:hover i:active,
.accordion-container .content-entry.open i {
  color: white;
}

.accordion-title {
  position: relative;
}

.accordion-title:after {
  content: "";
  position: absolute;
  right: 25px;
  top: 38%;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 2px #717341;
  border-right: solid 2px #717341;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.accordion-title:after:hover {
  border-top: solid 2px#fff;
  border-right: solid 2px #fff;
}



.accordion-title.open:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 45%;
  border-top: solid 2px#fff;
  border-right: solid 2px #fff;
}



.accordion-content {
  display: none;
  padding: 20px;
  border: 1px solid #717341;
  border-top: none;
  margin-bottom: 10px;
}

/* CSS for CodePen */
.accordion-container {
  width: 100%;
  margin: 1.875em auto;
}

.acItem {
  margin-bottom: 10px;
}

.accordion-title.open {
  background: #295e3f;
  color: #fff;
}

.accordion-container .acItem .bold {
  font-weight: bold;
}

.pd_b_20 {
  padding-bottom: 20px;
}

.bold {
  font-weight: bold;
}

.textArea {
  padding-left: 50px;
  padding-right: 15px;
  line-height: 1.6em;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .textArea {
    padding-left: 15px;
  }
}



.contentAreaText {
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .contentAreaText {
    margin-bottom: 60px;
  }
}


.contentAreaText ul {
  padding-left: 50px;
}

@media screen and (max-width: 767px) {
  .contentAreaText ul {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.contentAreaText li {
  line-height: 1.6em;
  text-align: justify;
}

.faqTitle {
  text-align: center;
  font-size: 22px;
  border: 2px solid #717341;
  margin-bottom: 40px;
  color: #463527;
  width: 55%;
  margin-right: auto;
  margin-left: auto;
  padding: 5px 10px;
}

@media screen and (max-width: 767px) {
  .faqTitle {
    width: 80%;
  }
}

.faqArea {
  margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .faqArea {
    padding: 0 10px;
  }
}


.faqArea dt {
  border-bottom: 2px solid #7c7e46;
  margin-bottom: 10px;
  font-weight: bold;
  color: #463527;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .faqArea dt {
    text-indent: -2em;
    padding-left: 2em;
    line-height: 1.6em;
  }
}

.faqArea dd {
  color: #463527;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
  padding-left: 2em;
  line-height: 1.6em;
}

@media screen and (max-width: 767px) {
  .faqArea dd {
    padding-left: 1.9em;
  }
}


.faqArea .faqbold {
  font-weight: bold;
}

.faqArea dt::before {
  content: '';
  /*何も入れない*/
  display: inline-block;
  /*忘れずに！*/
  width: 25px;
  /*画像の幅*/
  height: 25px;
  /*画像の高さ*/
  background-image: url(../img/qaicon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 5px;
}

.facilityArea {
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .facilityArea {
    margin-bottom: 60px;
  }
}

.faqArea a {
  text-decoration: underline;
  color: #463527;
}

.facilityArea {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .facilityArea {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.facilityArea div {
  width: 23%;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .facilityArea div {
    width: 48%;
    margin-bottom: 15px;
  }
}


.facilityArea span {
  display: block;
  text-align: center;
  padding-top: 5px;
}

@media screen and (max-width: 767px) {
  .facilityArea span {
    font-size: 14px;
  }
}

.formLinkArea {
  margin-top: -40px;
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .formLinkArea {
    margin-top: -40px;
    margin-bottom: 80px;
    padding: 0 15px;
    line-height: 1.5em;
  }
}


.firsText {
  line-height: 1.8em;
  padding-left: 1em;
  text-indent: -1em;
  text-align: justify;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
.firsText {
  margin-bottom: 40px;
}
}

.productArea{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.productArea .productItem {
  width: 23%;
  margin-right: 20px;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  padding: 10px;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .productArea .productItem {
    width: 22.9%;
  }
}
@media screen and (max-width: 767px) {
.productArea .productItem {
  width: 47%;
}
}
@media screen and (max-width: 320px) {
  .productArea .productItem {
    width: 46.5%;
  }
}

.productArea .productItem:nth-child(4n){
  margin-right: 0;
}
@media screen and (max-width: 767px) {
.productArea .productItem:nth-child(2n) {
  margin-right: 0;
}
}

.barandText{
  background: #717341;
  color: #fff;
  padding: 7px 5px 5px 5px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
.barandText {
  font-size: 14px;
}
}

.productText{
  font-size: 14px;
  line-height: 1.6em;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
.productText {
  font-size: 12px;
}
}

.priceText{
  font-weight: bold;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
.priceText {
  font-size: 14px;
}
}
.comentText{
  font-size: 14px;
  line-height: 1.4em;
}
@media screen and (max-width: 767px) {
.comentText {
  font-size: 12px;
}
}


.contentProduct{
  margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
.contentProduct {
  padding: 0 15px;
}
}

.priceText .soldOut {
  color: red;
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .priceText .soldOut {
    display: block;
    margin-top: 10px;
  }
}

.contentPortal{
  max-width: 800px;
  margin: 0 auto;
  height: 100vh;
}
@media screen and (max-width: 768px) {
.contentPortal {
  margin: 0 15px;
}
}

.campArea{
  margin-bottom: 30px;
}

.campArea a{
  display: block;
  padding: 40px 20px;
  border: 1px solid #000;
  text-align: center;
  color: #000;
}

.campArea a:hover {
  opacity: 0.8;
}

.eventArea{
  display: flex;
  flex-direction: row;
  margin: 0 calc(30px / 2 * -1);
  flex-wrap: nowrap;
}

.eventArea a{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  border: 1px solid #000;
  width: 50%;
  margin: 0 calc(30px / 2);
  text-align: center;
  color: #000;
  line-height: 1.6em;
}

.eventArea a:hover {
  opacity: 0.8;
}



.bannerdayArea {
  margin-bottom: 30px;
}

.bannerdayArea a {
  display: block;
  text-align: center;
  color: #000;


}

.bannerdayArea a:hover {
  opacity: 0.8;
}

.linkdayArea {
  display: flex;
  flex-direction: row;
  margin: 0 calc(30px / 2 * -1);
  flex-wrap: nowrap;
  margin-bottom: 80px;
}

.linkdayArea a {
  padding: 10px;
  border: 1px solid var(--base-color);
  width: 50%;
  margin: 0 calc(30px / 2);
  text-align: center;
  color: var(--base-color);
  line-height: 1.6em;
    border-radius: 50px;
    font-weight: bold;
}
@media screen and (max-width: 768px) {
.linkdayArea a {
  font-size: 13px;
}
}

.linkdayArea a:after {
content: "";
width: 10px;
height: 10px;
border: 1px solid;
border-color: transparent transparent var(--base-color) var(--base-color);
transform: rotate(-45deg);
display: block;
margin: 0 auto;
}

.linkdayArea a:hover {
  opacity: 0.8;
}

.contactInfo{
  margin-bottom: 60px;
}

.slideBox {
  height: 500px;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 768px){
.slideBox{ height: 200px; } 
}

/* imgのみ */
.item1 {
  opacity: 0;
  width: 100%;
  max-width: 100%;    
  height: auto;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-animation: anime 70s 0s infinite;
  animation: anime 70s 0s infinite;
}

.item1:nth-of-type(2) {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.item1:nth-of-type(3) {
  -webkit-animation-delay: 10s;
  animation-delay: 10s;
}

.item1:nth-of-type(4) {
  -webkit-animation-delay: 15s;
  animation-delay: 15s;
}

.item1:nth-of-type(5) {
  -webkit-animation-delay: 20s;
  animation-delay: 20s;
}

.item1:nth-of-type(6) {
  -webkit-animation-delay: 25s;
  animation-delay: 25s;
}

.item1:nth-of-type(7) {
  -webkit-animation-delay: 30s;
  animation-delay: 30s;
}

.item1:nth-of-type(8) {
  -webkit-animation-delay: 35s;
  animation-delay: 35s;
}

.item1:nth-of-type(9) {
  -webkit-animation-delay: 40s;
  animation-delay: 40s;
}

.item1:nth-of-type(10) {
  -webkit-animation-delay: 45s;
  animation-delay: 45s;
}

.item1:nth-of-type(11) {
  -webkit-animation-delay: 50s;
  animation-delay: 50s;
}

.item1:nth-of-type(12) {
  -webkit-animation-delay: 55s;
  animation-delay: 55s;
}

.item1:nth-of-type(13) {
  -webkit-animation-delay: 60s;
  animation-delay: 60s;
}

.item1:nth-of-type(14) {
  -webkit-animation-delay: 65s;
  animation-delay: 65s;
}

/* ふわっとアニメーション */
@keyframes anime {
  0% {
    opacity: 0;
  }
  4% {
    opacity: 1;
  }
  7% {
    opacity: 1;
  }
  11% {
    opacity: 0;
    z-index: 9;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes anime {
  0% {
    opacity: 0;
  }
  4% {
    opacity: 1;
  }
  7% {
    opacity: 1;
  }
  11% {
    opacity: 0;
    z-index: 9;
  }
  100% {
    opacity: 0;
  }
}