article #slider {
  position: relative;
}
article #slider img {
  width: 100%;
}
article #slider #mvPc {
  display: none;
}
article #slider .slick-dots {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 60%;
  margin: 0 auto;
  bottom: 100px;
  z-index: 10;
}
article #slider .slick-dots li {
  width: 15%;
  height: 6px;
  line-height: 0;
  background: rgba(255, 255, 255, 0.5);
  text-indent: -9999px;
}
article #slider .slick-dots li.slick-active {
  background: #fff;
}
article #slider .slick-dots li button {
  background: none;
  border: none;
}
article #slider .slick-dots li button:focus {
  border: none;
}
article #slider .goNext {
  position: absolute;
  left: 50%;
  bottom: 40px;
  width: 50px;
  height: 50px;
  margin-left: -25px;
  border: 2px solid;
  border-color: transparent transparent #fff #fff;
  transform: rotate(-45deg);
  z-index: 5;
}
@media (min-width: 768px) {
  article #slider #mvPc {
    display: block;
    margin-top: 72px;
  }
  article #slider #mvSp {
    display: none;
  }
  article #slider .prev, article #slider .next {
    position: absolute;
    top: 50%;
    cursor: pointer;
    z-index: 10;
  }
  article #slider .prev {
    left: 20px;
    width: 30px;
    height: 30px;
    border: 2px solid;
    border-color: transparent transparent #fff #fff;
    transform: rotate(45deg);
  }
  article #slider .next {
    right: 20px;
    width: 30px;
    height: 30px;
    border: 2px solid;
    border-color: #fff #fff transparent transparent;
    transform: rotate(45deg);
  }
  article #slider .slick-dots {
    justify-content: center;
    bottom: 40px;
    width: auto;
  }
  article #slider .slick-dots li {
    width: 40px;
    height: 10px;
    margin: 0 5px;
  }
  article #slider .slick-dots li:hover {
    cursor: pointer;
  }
}
article section#news dl {
  margin: 1em 0 0;
  border-top: 1px solid #2d3d1c;
}
article section#news dl dt {
  position: absolute;
  left: 20px;
  padding-top: 1em;
}
article section#news dl dd {
  padding: 1em 1em 1em 6em;
  border-bottom: 1px solid #2d3d1c;
}
article section#news dl dd .ctgry {
  width: 7em;
  padding: 0.2em;
  text-align: center;
  color: #fff;
}
article section#news dl dd .ctgry.information {
  background: #5c393e;
}
article section#news dl dd .ctgry.blog {
  background: #324d12;
}
article section#news dl dd .mainTxt {
  margin: 0.5em 0;
}
article section#news dl dd .data {
  display: flex;
  justify-content: flex-end;
}
article section#news dl dd .data .ctgry {
  padding: 0;
  color: #4b4243;
  text-align: right;
}
article section#news .more {
  display: block;
  width: 8em;
  margin: 40px auto 0;
  color: #fff;
}
@media (min-width: 768px) {
  article section#news {
    position: relative;
    width: 1000px;
    margin: 0 auto;
  }
  article section#news dl dt {
    left: 40px;
  }
  article section#news dl dd {
    display: flex;
    align-items: flex-start;
    padding: 1em 1em 1em 8em;
  }
  article section#news dl dd .mainTxt {
    max-width: 560px;
    margin: 0 0 0 1em;
  }
  article section#news dl dd .data {
    margin-top: auto;
    margin-left: auto;
  }
}
article section#intro {
  background: #e6ddd4;
  color: #324d12;
}
article section#intro .text p {
  margin-bottom: 2em;
}
article section#intro .text .catch {
  margin: 3em 0;
  font-weight: bold;
}
article section#intro .img .name {
  margin: 1em 0 0;
  font-size: 4vw;
  font-weight: bold;
}
article section#intro .img .qualification {
  margin: 1em 0 3em;
}
@media (min-width: 768px) {
  article section#intro .inner {
    display: flex;
    justify-content: space-between;
    width: 1000px;
    margin: 40px auto 0;
  }
  article section#intro .inner .text {
    line-height: 1.8em;
  }
  article section#intro .inner .text .catch {
    margin: 0 0 3em;
    font-size: 20px;
    line-height: 1.5em;
  }
  article section#intro .inner .img {
    margin-left: 40px;
  }
  article section#intro .inner .img .name {
    font-size: 24px;
  }
}
article section#about {
  color: #324d12;
}
article section#about h2 {
  font-size: 4.5vw;
}
article section#about p {
  margin-bottom: 2em;
}
article section#about .catch {
  margin: 2em 0;
  font-weight: bold;
  font-family: 'Noto Serif JP',"Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
article section#about .imgAbout01 {
  margin-bottom: 2em;
}
article section#about .image {
  display: flex;
}
article section#about .image img {
  width: 50%;
}
article section#about .officeMap .office {
  margin: 2em 0 0.5em;
  font-weight: bold;
}
article section#about .officeMap iframe {
  width: 100%;
  height: 300px;
}
article section#about .map .park {
  margin: 2em 0 0.5em;
  font-weight: bold;
}
article section#about .map iframe {
  width: 100%;
  height: 300px;
}
@media (min-width: 768px) {
  article section#about {
    position: relative;
    width: 950px;
    margin: 0 auto;
  }
  article section#about h2 {
    font-size: 36px;
  }
  article section#about .catch {
    font-size: 20px;
    line-height: 1.5em;
  }
  article section#about .imgAbout01 {
    float: left;
    margin: 0 60px 40px 0;
  }
  article section#about .image {
    position: absolute;
    display: inline;
    right: 0;
  }
  article section#about .image img {
    display: block;
    width: auto;
    margin-bottom: 36px;
  }
  article section#about .officeMap .office {
    margin: 2em 0 1em;
  }
  article section#about .map {
    display: flex;
    justify-content: space-between;
  }
  article section#about .map li {
    width: 30%;
  }
  article section#about .map li .park {
    margin: 0 0 1em;
  }
}
article section#howto {
  background: url(../images/top/bg_howto.jpg) repeat center top;
  color: #324d12;
}
article section#howto h2 {
  margin-bottom: 2em;
  font-size: 5.5vw;
}
article section#howto .inner {
  margin: 0 0 40px;
  padding: 20px;
  background: #ede9e5;
}
article section#howto .inner h3 {
  margin: 2em 0 1em;
  text-align: center;
  font-size: 5vw;
  font-weight: bold;
  font-family: 'Noto Serif JP',"Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
article section#howto .inner p {
  margin: 0 0 2em;
}
article section#howto .inner ul li h4 {
  margin: 2em 0 1em;
  text-align: center;
  font-size: 5vw;
  font-weight: bold;
  font-family: 'Noto Serif JP',"Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
article section#howto .inner ul li .catch {
  text-align: center;
  font-weight: bold;
}
article section#howto .inner ul li .catch strong {
  font-size: 1.3rem;
}
article section#howto #reserve {
  text-align: center;
}
article section#howto #reserve iframe {
  height: 960px;
  margin: 0 0 30px;
}
@media (min-width: 768px) {
  article section#howto #reserve iframe {
    height: 960px;
  }
}
article section#howto #reserve .notice {
  width: auto;
  text-align: left;
}
article section#howto .notice h3 {
  margin: 2em 0 1em;
  text-align: center;
  font-size: 5vw;
  font-weight: bold;
  font-family: 'Noto Serif JP',"Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
article section#howto .notice strong {
  color: #f00;
}
@media (min-width: 768px) {
  article section#howto h2 {
    font-size: 36px;
  }
  article section#howto .inner {
    width: 1000px;
    margin: 0 auto 40px;
    padding: 20px 40px;
  }
  article section#howto .inner h3 {
    font-size: 22px;
  }
  article section#howto .inner ul {
    display: flex;
    justify-content: space-between;
    border-left: 1px solid #2d3d1c;
  }
  article section#howto .inner ul li {
    width: 33%;
    padding: 0 20px;
    border-right: 1px solid #2d3d1c;
  }
  article section#howto .inner ul li h4 {
    margin: 0 0 1em;
    font-size: 16px;
  }
  article section#howto .notice {
    width: 760px;
    margin: 0 auto;
    padding: 40px 0;
  }
  article section#howto .notice h3 {
    font-size: 22px;
  }
}
article section#contact {
  background: #e4ebde;
  color: #324d12;
}
article section#contact .catch {
  margin: 1em 0;
}
article section#contact ul li {
  margin: 0 0 1em;
}
article section#contact ul li input, article section#contact ul li select, article section#contact ul li textarea {
  width: 100%;
  padding: 1em;
  border: none;
  box-sizing: border-box;
}
article section#contact .agree {
  margin: 1em 0;
  text-align: center;
}
article section#contact .agree input {
  width: auto;
  margin: 0 0.5em 0 0;
}
article section#contact .submit {
  display: block;
  margin: 0 auto;
  color: #fff;
  font-size: 2.5vw;
  border: none;
}
article section#contact .wpcf7-response-output {
  max-width: 800px;
  margin: 20px auto 0;
  padding: 10px;
  text-align: center;
  font-size: 2.5vw;
  color: #f00;
}
article section#contact .wpcf7-not-valid-tip {
  color: #f00;
}
article section#contact .screen-reader-response {
  display: none;
}
@media (min-width: 768px) {
  article section#contact .catch {
    width: 800px;
    margin: 40px auto;
  }
  article section#contact ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 800px;
    margin: 0 auto;
  }
  article section#contact ul li {
    width: 48%;
    margin: 0 0 20px;
  }
  article section#contact ul li:last-child {
    width: 100%;
  }
  article section#contact .submit {
    display: block;
    margin: 0 auto;
    font-size: 13px;
  }
  article section#contact .submit:hover {
    cursor: pointer;
  }
  article section#contact .wpcf7-response-output {
    font-size: 18px;
  }
}
article section#faq dl {
  position: relative;
  margin: 1em 0 0;
  border-top: 1px solid #2d3d1c;
}
article section#faq dl dt {
  position: absolute;
  left: 20px;
  margin-top: 1em;
  padding: 0.1em 1em 0.3em;
  background: #2d3d1c;
  color: #fff;
  border-radius: 5px;
}
article section#faq dl dd {
  position: relative;
  padding: 1em 4em 1em 6em;
  border-bottom: 1px solid #2d3d1c;
}
article section#faq dl dd .ctgry {
  width: 7em;
  padding: 0.2em;
  text-align: center;
  color: #fff;
}
article section#faq dl dd .ctgry.information {
  background: #5c393e;
}
article section#faq dl dd .ctgry.blog {
  background: #324d12;
}
article section#faq dl dd .mainTxt {
  margin: 0.5em 0;
}
article section#faq dl dd .data {
  display: flex;
  justify-content: flex-end;
}
article section#faq dl dd .data .ctgry {
  color: #4b4243;
  text-align: right;
}
article section#faq dl dd .open, article section#faq dl dd .close {
  position: absolute;
  right: 20px;
  top: 50%;
  width: 20px;
  height: 20px;
  border: 2px solid;
  border-color: transparent transparent #2d3d1c #2d3d1c;
  z-index: 5;
}
article section#faq dl dd .open {
  margin-top: -20px;
  transform: rotate(-45deg);
}
article section#faq dl dd .close {
  margin-top: 0px;
  transform: rotate(135deg);
}
article section#faq dl dd .answer {
  display: none;
  margin-top: 1em;
}
@media (min-width: 768px) {
  article section#faq .catch {
    width: 800px;
    margin: 0 auto;
  }
  article section#faq dl {
    width: 800px;
    margin: 1em auto;
  }
  article section#faq dl dt {
    margin-top: 10px;
    padding: 6px 20px 10px;
    font-size: 24px;
  }
  article section#faq dl dd {
    padding: 20px 100px 20px 160px;
  }
  article section#faq dl dd .open:hover, article section#faq dl dd .close:hover {
    cursor: pointer;
  }
}
article #sns {
  padding: 20px;
  background: #e6ddd4;
}
article #sns ul li {
  height: 500px;
  margin: 20px 0;
  overflow-x: auto;
}
article #sns ul li .fb-page {
  width: 100%;
  text-align: center;
}
article #sns ul li.insta img {
  width: 100%;
}
article #sns ul li.insta .ri-loading-image {
  display: none;
}
article #sns ul li.insta ul {
  flex-wrap: wrap;
}
article #sns ul li.insta ul li {
  height: auto;
}
@media (min-width: 768px) {
  article #sns ul {
    display: flex;
    justify-content: center;
  }
  article #sns ul li {
    width: 400px;
    margin: 20px;
  }
}
