@charset "UTF-8";
/*
Theme Name:北広島かえるキャンプ場
Theme URI:
Description:WordPressテーマ「meets」北広島かえるキャンプ場用
Author:
Author URI:
Version:1.2.7
Template: meets_tcd086
*/
#teaser_main {
  width: 700px;
  max-width: 100%;
  text-align: center;
  padding: 200px 0;
  margin: 0 auto;
}
@media (max-width: 767px) {
  #teaser_main {
    padding: 60px 0;
  }
}
#teaser_main p {
  margin: 0;
}
#teaser_main .wrap_main {
  margin-bottom: 60px;
}
#teaser_main .wrap_main .content {
  background: rgba(255, 255, 255, 0.9);
  width: 600px;
  max-width: calc(100% - 60px);
  padding: 30px;
  margin: 0 auto;
}
#teaser_main .wrap_main .content .inner {
  color: #222;
  border: 5px double #7a4b00;
  padding: 50px;
}
@media (max-width: 767px) {
  #teaser_main .wrap_main .content .inner {
    padding: 30px;
  }
}
#teaser_main .wrap_main .content .inner h1 {
  font-size: 28px;
  color: #222;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  #teaser_main .wrap_main .content .inner h1 {
    font-size: 22px;
    line-height: 1.6em;
  }
}
#teaser_main .wrap_main .content .inner .address {
  color: #7a4b00;
}
#teaser_main .wrap_main .content .inner .coming_soon {
  display: block;
  background: #24a5a0;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  margin-top: 20px;
}
@media (max-width: 767px) {
  #teaser_main .wrap_main .content .inner .coming_soon {
    font-size: 18px;
    line-height: 1.6em;
    padding: 10px 20px;
  }
}

.pc_only {
  display: block !important;
}
@media (max-width: 767px) {
  .pc_only {
    display: none !important;
  }
}

.sp_only {
  display: none !important;
}
@media (max-width: 767px) {
  .sp_only {
    display: block !important;
  }
}

body * {
  font-family: "Kiwi Maru", sans-serif;
}
@media (max-width: 767px) {
  body * .post_content .s_table {
    white-space: unset;
  }
}

body.single, body.post-type-archive-news {
  background: #ede5da !important;
}

#header #header_logo {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
@media (min-width: 1151px) {
  #header #header_logo {
    display: none;
  }
}

#mobile_menu .child_menu_button {
  height: 59px;
  top: 0;
}

#page_header {
  max-height: 300px;
}
#page_header #page_header_inner {
  max-height: 300px;
}
#page_header .catch {
  font-family: 'Kiwi Maru', sans-serif;
  text-shadow: 0px 0px 10px #000;
}

.button_area {
  position: relative;
  text-align: center;
  z-index: 10;
  margin-top: 40px;
}
.button_area a.button01 {
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-width: 280px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  font-size: 16px;
  color: #7a4b00;
  overflow: hidden;
  border: 1px solid #7a4b00;
  padding: 0 20px;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.button_area a.button01:before {
  content: '';
  display: block;
  width: calc(100% + 70px);
  height: calc(100% + 2px);
  position: absolute;
  top: -1px;
  left: calc(-100% - 70px);
  background: #7a4b00;
  z-index: -1;
  -webkit-transition: all 0.5s cubic-bezier(0.22, 1, 0.36, 1) 0s;
  transition: all 0.5s cubic-bezier(0.22, 1, 0.36, 1) 0s;
  transform: skewX(45deg);
  transform-origin: bottom left;
}
.button_area a.button01:hover {
  color: #fff;
}
.button_area a.button01:hover:before {
  left: 0;
}
.button_area .tel {
  display: inline-block;
  width: auto;
  border: 2px dotted #7a4b00;
  padding: 10px;
  margin: 0 auto;
}
.button_area .tel p {
  margin: 0 !important;
}
.button_area .tel .catch {
  font-size: 16px !important;
  color: initial !important;
}
.button_area .tel .tel_link {
  font-size: 20px;
  font-weight: bold;
  pointer-events: none;
}
@media (max-width: 767px) {
  .button_area .tel .tel_link {
    pointer-events: auto;
  }
}
.button_area .tel .cap {
  font-size: 0.8em;
}

.post_content table tr th {
  background: #ebf6f3;
  font-weight: bold;
  line-height: 1.6em;
  vertical-align: middle;
  padding: 15px;
}
.post_content table tr th.header {
  background: #24a5a0 !important;
  color: #fff !important;
}
.post_content table tr td {
  line-height: 1.6em;
  vertical-align: middle;
  padding: 15px;
}

#footer_banner {
  background: url(/wp-content/uploads/2022/06/header-tento-2000-300.jpg) no-repeat center center;
  background-size: cover;
  padding: 60px 0;
}
#footer_banner .inner {
  width: 600px;
  max-width: 100%;
  margin: 0 auto;
}
#footer_banner .inner .item {
  height: 100%;
}
#footer_banner .inner .item a {
  height: auto;
}
#footer_banner .inner .item a .headline {
  position: relative;
}
#footer_banner .inner .item a .headline h4 {
  background: none;
  padding: 0;
}
@media (max-width: 767px) {
  #footer_banner .inner .item a .headline h4 {
    width: 100%;
  }
}
#footer_banner .inner .item a .headline h4 .title {
  background: #24a5a0;
  font-size: 30px;
  font-family: "Kiwi Maru", sans-serif;
  text-align: center;
  border: 1px solid;
  padding: 20px 50px;
  margin: 0;
  transition: .3s;
}
#footer_banner .inner .item a .headline h4 .title:hover {
  background: rgba(36, 165, 160, 0.7);
}
@media (max-width: 767px) {
  #footer_banner .inner .item a .headline h4 .title {
    min-width: auto;
    max-width: calc(100% - 20px);
    font-size: 24px;
    padding: 10px;
  }
}
#footer_banner .inner .wrap_button {
  display: flex;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  #footer_banner .inner .wrap_button {
    flex-wrap: wrap;
  }
}
#footer_banner .inner .wrap_button .item {
  justify-content: center;
  text-align: center;
  margin-right: 20px;
}
@media (max-width: 767px) {
  #footer_banner .inner .wrap_button .item {
    flex: unset;
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
#footer_banner .inner .wrap_button .item a {
  height: auto;
  width: auto;
  display: inline-block;
}
@media (max-width: 767px) {
  #footer_banner .inner .wrap_button .item a {
    width: calc(100% - 50px);
  }
}
#footer_banner .inner .wrap_button .item a .headline {
  position: relative;
}
#footer_banner .inner .wrap_button .item a .headline h4 {
  background: none;
  padding: 0;
}
@media (max-width: 767px) {
  #footer_banner .inner .wrap_button .item a .headline h4 {
    width: 100%;
  }
}
#footer_banner .inner .wrap_button .item a .headline h4 .title {
  background: #24a5a0;
  font-size: 20px;
  font-family: "Kiwi Maru", sans-serif;
  text-align: center;
  border: 1px solid;
  padding: 20px 60px;
  margin: 0;
  transition: .3s;
}
#footer_banner .inner .wrap_button .item a .headline h4 .title:hover {
  background: rgba(36, 165, 160, 0.7);
}
@media (max-width: 767px) {
  #footer_banner .inner .wrap_button .item a .headline h4 .title {
    min-width: auto;
    max-width: calc(100% - 20px);
    font-size: 18px;
    padding: 20px 10px;
  }
}
#footer_banner .inner .wrap_button .item:last-child {
  margin-right: 0;
}
@media (max-width: 767px) {
  #footer_banner .inner .wrap_button .item:last-child {
    margin-bottom: 0;
  }
}
#footer_banner .inner .wrap_button .item:last-child a .headline h4 .title {
  padding: 20px 50px;
}
@media (max-width: 767px) {
  #footer_banner .inner .wrap_button .item:last-child a .headline h4 .title {
    padding: 20px 10px;
  }
}
#footer_banner .inner .wrap_tel .item a {
  pointer-events: none;
  margin: 0 auto;
}
@media (max-width: 767px) {
  #footer_banner .inner .wrap_tel .item a {
    width: calc(100% - 50px);
    pointer-events: auto;
  }
}
#footer_banner .inner .wrap_tel .item a .headline h4 {
  background: #24a5a0;
}
#footer_banner .inner .wrap_tel .item a .headline h4 .title {
  font-size: 36px;
  font-weight: bold;
}
#footer_banner .inner .wrap_tel .item a .headline h4 .title::before {
  content: '日帰り予約はお電話で';
  display: block;
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 10px;
}
#footer_banner .inner .wrap_tel .item a .headline h4 .title::after {
  content: '※電話受付：午前9時30分～午後6時30分\A※ご予約の7日前から受付可能です。';
  display: block;
  font-size: 14px;
  font-weight: normal;
  white-space: pre-wrap;
  line-height: 1.6em;
  margin-top: 10px;
}
#footer_banner .inner .wrap_tel .item a .headline h4 .title:hover {
  background: rgba(36, 165, 160, 0.7);
}

#footer #footer_top {
  height: 200px;
}

#cb_content_2 {
  padding-bottom: 0;
}
@media (max-width: 767px) {
  #cb_content_2 .news_ticker .item {
    height: 115px !important;
  }
}

.design_content .news_area {
  padding: 20px;
  margin: 0 0 60px 0;
}
.design_content .news_area h2 {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
.design_content .news_area .item {
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
}
@media (max-width: 767px) {
  .design_content .news_area .item {
    height: auto;
    margin-bottom: 10px;
  }
}
.design_content .news_area .item .category {
  font-size: 12px;
  text-align: center;
  color: #fff;
  border-radius: 30px;
  z-index: 3;
  margin: 0 15px 0 0;
  min-width: 115px;
  height: 30px;
  line-height: 30px;
  padding: 0 20px;
  display: inline-block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.design_content .news_area .item .date {
  font-size: 12px;
  position: relative;
  padding: 0;
  color: #999;
  margin: 0 15px 0 0;
}
.design_content .news_area .item .title {
  -ms-flex: 1 1 0%;
  -webkit-flex: 1 1 0%;
  flex: 1 1 0%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  visibility: visible;
}
@media (max-width: 767px) {
  .design_content .news_area .item .title {
    flex: unset;
    width: 100%;
    line-height: 40px;
  }
}
.design_content .news_area .item.new .title:before {
  content: 'new!';
  font-size: 12px;
  font-weight: bold;
  color: #f00;
  margin-right: 5px;
}
.design_content .news_area .archive_link {
  text-align: right;
  margin-top: 20px;
}

#open_status {
  width: calc(700px - 40px);
  max-width: calc(100% - 40px);
  background: #fff;
  text-align: center;
  padding: 20px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  #open_status {
    max-width: calc(100% - 20px);
    padding: 10px;
  }
}
#open_status p.status {
  font-size: 20px;
  font-weight: bold;
  margin: 0;
}
#open_status p.status span.open {
  color: #24a5a0;
}
#open_status p.status span.close {
  color: #a22554;
}
#open_status p.message {
  line-height: 1.4em;
}

body #header_slider .center_logo img {
  max-width: 300px;
}
@media (max-width: 767px) {
  body #header_slider .center_logo img {
    max-width: 250px;
  }
}
body #header_slider h3.catch {
  font-family: "Kiwi Maru", sans-serif;
  text-shadow: 0px 0px 15px #000;
}

section.front_section {
  position: relative;
  background: rgba(255, 255, 255, 0.4);
  padding: 60px 60px 60px;
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  section.front_section {
    padding: 20px;
  }
}
section.front_section .inner {
  width: auto;
  max-width: 700px;
  margin: 0 auto;
}
section.front_section .inner p {
  margin: 0;
}
section.front_section .inner .wrap_h2 {
  text-align: center;
  margin-bottom: 40px;
}
section.front_section .inner .wrap_h2 h2 {
  display: flex;
  justify-content: center;
  align-items: center;
}
section.front_section .inner .wrap_h2 h2 img {
  display: block;
  width: 100px;
  height: auto;
  margin: 0 20px 0 0;
}
@media (max-width: 767px) {
  section.front_section .inner .wrap_h2 h2 img {
    width: 60px;
  }
}
section.front_section .inner .wrap_h2 h2 span {
  font-size: 36px;
  font-weight: bold;
}
@media (max-width: 767px) {
  section.front_section .inner .wrap_h2 h2 span {
    font-size: 24px;
    text-align: left;
  }
}
section.front_section .inner .cb_link_button {
  margin-top: 40px;
}
section.front_section .inner .cb_link_button a {
  color: #7a4b00;
  border-color: #7a4b00;
}
section.front_section .inner .cb_link_button a:before {
  background: #7a4b00;
}
section.front_section .inner .cb_link_button a:hover {
  color: #fff;
}
section.front_section#front_intro {
  background: none;
  text-align: center;
  padding-bottom: 0;
  margin: 0;
}
@media (max-width: 767px) {
  section.front_section#front_intro {
    padding: 40px 20px;
  }
}
section.front_section#front_intro .text {
  color: #7a4b00;
  font-size: 24px;
  line-height: 1.6em;
}
@media (max-width: 767px) {
  section.front_section#front_intro .text {
    font-size: 20px;
  }
}
section.front_section#banner {
  text-align: center;
  background: none;
  padding: 0;
  margin-bottom: 100px;
}
section.front_section#banner .inner .content a img:hover {
  opacity: 0.7;
}
section.front_section#feature .inner .content .intro {
  font-size: 16px;
  line-height: 2em;
  margin-bottom: 20px;
}
section.front_section#feature .inner .content .wrap_flex {
  display: flex;
  flex-wrap: wrap;
}
section.front_section#feature .inner .content .wrap_flex figure {
  width: 33.3%;
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  section.front_section#feature .inner .content .wrap_flex figure {
    width: 50%;
  }
}
section.front_section#feature .inner .content .wrap_flex figure img {
  width: 80%;
  border: 3px solid;
  border-radius: 30px;
}
@media (max-width: 767px) {
  section.front_section#feature .inner .content .wrap_flex figure img {
    border: 2px solid;
  }
}
section.front_section#feature .inner .content .wrap_flex figure h3 {
  font-size: 20px;
  text-align: center;
  margin: 10px 0 0 !important;
}
@media (max-width: 767px) {
  section.front_section#feature .inner .content .wrap_flex figure h3 {
    font-size: 16px;
  }
}
section.front_section#plan {
  max-width: 1030px;
}
section.front_section#plan .inner {
  max-width: unset;
}
section.front_section#plan .inner .content ul.wrap_flex {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
}
section.front_section#plan .inner .content ul.wrap_flex li.plan_item {
  position: relative;
  width: calc(33.3% - 20px);
  background: #fff;
  margin: 0 30px 60px 0;
}
section.front_section#plan .inner .content ul.wrap_flex li.plan_item:nth-child(3n) {
  margin-right: 0;
}
@media (max-width: 767px) {
  section.front_section#plan .inner .content ul.wrap_flex li.plan_item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
}
section.front_section#plan .inner .content ul.wrap_flex li.plan_item .inner {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
section.front_section#plan .inner .content ul.wrap_flex li.plan_item .inner .image_wrap {
  display: block;
  position: relative;
  width: 100%;
  height: 196px;
  overflow: hidden;
  z-index: 1;
}
section.front_section#plan .inner .content ul.wrap_flex li.plan_item .inner .image_wrap .image {
  display: block;
  position: relative;
  width: 100%;
  height: 100% !important;
  -webkit-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
  overflow: hidden;
  z-index: 2;
}
section.front_section#plan .inner .content ul.wrap_flex li.plan_item .inner .title_area .num_area {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 127px;
  left: 0px;
  width: 70px;
  height: 70px;
  background: #fff;
  text-align: center;
  z-index: 1;
  margin: 0;
}
section.front_section#plan .inner .content ul.wrap_flex li.plan_item .inner .title_area .num_area .sub_title {
  line-height: 1em;
  font-size: 10px;
  color: #000;
  margin: 13px 0 2px 0;
}
section.front_section#plan .inner .content ul.wrap_flex li.plan_item .inner .title_area .num_area .featured_post_num {
  align-self: start;
  line-height: 1em;
  font-size: 30px;
  font-weight: bold;
  color: #ff8000;
  margin: 0;
}
section.front_section#plan .inner .content ul.wrap_flex li.plan_item .inner .title_area h3.title {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 1.6em;
  padding: 20px 10px 20px;
  margin: 0 !important;
}
section.front_section#plan .inner .content ul.wrap_flex li.plan_item .inner .title_area .desc {
  font-size: 16px;
  line-height: 1.6em;
  padding: 10px 20px 20px;
}
section.front_section#plan .inner .content ul.wrap_flex li.plan_item .inner.animate_background:hover .image {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
section.front_section#plan .inner .content .cb_link_button {
  margin-top: 20px;
}
section.front_section#equipment .inner .content .intro {
  font-size: 16px;
  line-height: 2em;
  text-align: center;
  margin: 20px auto;
}
section.front_section#instagram {
  max-width: 1030px;
  background: none;
  padding: 0;
}
section.front_section#instagram .inner {
  max-width: unset;
}
section.front_section#access {
  max-width: 1030px;
}
section.front_section#access .inner {
  max-width: unset;
}
section.front_section#access .inner .wrap_h2 h2 img {
  margin: 0;
}
section.front_section#access .inner .content .wrap_flex {
  display: flex;
}
@media (max-width: 767px) {
  section.front_section#access .inner .content .wrap_flex {
    display: block;
  }
}
section.front_section#access .inner .content .wrap_flex .box_map {
  width: 450px;
  max-width: 100%;
  margin-right: 30px;
}
@media (max-width: 767px) {
  section.front_section#access .inner .content .wrap_flex .box_map {
    height: 250px;
  }
}
section.front_section#access .inner .content .wrap_flex .box_info {
  flex: 1;
  padding: 20px 0;
}
section.front_section#access .inner .content .wrap_flex .box_info dl {
  border-bottom: 1px solid #7a4b00;
  padding: 20px 10px;
  margin: 0;
}
section.front_section#access .inner .content .wrap_flex .box_info dl:first-child {
  border-top: 1px solid #7a4b00;
}
section.front_section#access .inner .content .wrap_flex .box_info dl dt {
  font-family: 'Kiwi Maru', sans-serif;
  font-size: 20px;
}
section.front_section#access .inner .content .wrap_flex .box_info dl dd {
  font-family: 'Kiwi Maru', sans-serif;
  margin: 0;
}

@media (max-width: 767px) {
  body .design_content .news_ticker {
    height: auto !important;
    background: #fff !important;
  }
  body .design_content .news_ticker .item {
    display: flex !important;
    height: auto !important;
  }
}

.banner_content * {
  font-family: "Kiwi Maru", sans-serif !important;
}

.page #page_contents {
  padding: 50px 20px;
}
@media (max-width: 767px) {
  .page #page_contents {
    padding: 30px 10px;
  }
}
.page #page_contents h2 {
  position: relative;
  font-size: 26px;
  text-align: center;
  color: #7a4b00;
  padding: 20px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .page #page_contents h2 {
    font-size: 22px;
    padding: 20px 0;
  }
}
.page #page_contents h2:before, .page #page_contents h2:after {
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 6px;
  box-sizing: border-box;
}
.page #page_contents h2:before {
  top: 0;
  border-top: 2px solid #7a4b00;
  border-bottom: 1px solid #7a4b00;
}
.page #page_contents h2:after {
  bottom: 0;
  border-top: 1px solid #7a4b00;
  border-bottom: 2px solid #7a4b00;
}
.page #page_contents h2 span {
  font-size: 0.8em;
}
.page #page_contents h3 {
  font-size: 22px;
  color: #7a4b00;
  border-left: 5px solid #7a4b00;
  padding: 5px 10px !important;
}
.page #page_contents p {
  line-height: 2em;
  margin-bottom: 1em;
}
.page #page_contents .catch {
  color: #7a4b00;
  text-align: center;
  font-size: 30px;
  line-height: 1.6em;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .page #page_contents .catch {
    font-size: 22px;
    margin-bottom: 40px;
  }
}
.page #page_contents #article {
  background: rgba(255, 255, 255, 0.4);
  padding: 60px 30px;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .page #page_contents #article {
    padding: 50px 15px;
  }
}
.page #welcome article {
  margin-bottom: 80px;
}
.page #welcome article:last-child {
  margin-bottom: 0;
}
.page #welcome article .signature {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.page #welcome article .signature img {
  height: 50px;
  width: auto;
}
.page #welcome article .signature img:first-child {
  height: 25px;
}
.page #welcome article ul {
  list-style: none;
  margin: 0;
}
.page #welcome article ul li {
  font-size: 18px;
  line-height: 1.6em;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .page #welcome article ul li {
    font-size: 16px;
  }
}
.page #welcome article ul li:last-child {
  margin-bottom: 0;
}
.page #welcome article ul li span {
  background: #24a5a0;
  color: #fff;
  font-weight: bold;
  border-radius: 100px;
  padding: 3px 15px;
}
@media (max-width: 767px) {
  .page #welcome article ul li span {
    display: block;
    text-align: center;
  }
}
.page #welcome article ul li span.cap {
  display: block;
  background: none;
  color: inherit;
  font-size: 0.8em;
  font-weight: normal;
  padding: 0;
}
@media (max-width: 767px) {
  .page #welcome article ul li span.cap {
    text-align: left;
  }
}
.page #welcome article .wrap_welcome_box01 {
  margin-top: 40px;
}
.page #welcome article .wrap_welcome_box01 h3 {
  display: inline-block;
  background: #24a5a0;
  color: #fff;
  font-size: 18px;
  border: none;
  border-radius: 10px 10px 0 0;
  padding: 10px 20px !important;
  margin: 0;
}
@media (max-width: 767px) {
  .page #welcome article .wrap_welcome_box01 h3 {
    width: calc(100% - 40px);
    text-align: center;
  }
}
.page #welcome article .wrap_welcome_box01 .content {
  background: #fff;
  border: 3px solid #24a5a0;
  padding: 20px;
}
.page #welcome article .wrap_welcome_box01 .content p {
  line-height: 2em;
  margin: 0;
}
.page #welcome article .wrap_welcome_box01 .content p:last-child {
  margin: 0;
}
.page #welcome article .wrap_welcome_box01:last-child {
  margin-bottom: 0;
}
.page #feature article {
  margin-bottom: 80px;
}
.page #feature article:last-child {
  margin-bottom: 0;
}
.page #feature article .intro {
  display: flex;
  margin: 60px auto;
}
@media (max-width: 767px) {
  .page #feature article .intro {
    display: block;
  }
}
.page #feature article .intro .box_intro {
  position: relative;
  width: 33%;
  background: #fff;
  border: 2px solid #24a5a0;
  border-radius: 10px;
  padding: 30px 20px 0;
  margin: 0 10px;
}
@media (max-width: 767px) {
  .page #feature article .intro .box_intro {
    width: auto;
    margin-bottom: 60px;
  }
}
.page #feature article .intro .box_intro h3 {
  display: inline-block;
  position: absolute;
  background: #24a5a0;
  top: -30px;
  right: calc(50% - 85px);
  line-height: 1em;
  width: 130px;
  font-size: 20px;
  text-align: center;
  color: #fff;
  border: none;
  border-radius: 100px;
  padding: 8px 20px !important;
  margin: 0;
}
.page #feature article .intro .box_intro h3 span {
  display: block;
  font-size: 12px;
}
.page #feature article .post_row .post_col {
  margin-bottom: 0;
}
.page #feature article .post_row .post_col:first-of-type {
  flex: 1;
}
.page #feature article .post_row .post_col:last-of-type {
  width: 300px;
  flex: none;
}
@media (max-width: 767px) {
  .page #feature article .post_row .post_col:last-of-type {
    width: 100%;
  }
}
.page #feature article .wrap_feature {
  display: flex;
  flex-wrap: wrap;
  max-width: 700px;
  margin: 0 auto;
}
.page #feature article .wrap_feature figure {
  width: 33.3%;
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .page #feature article .wrap_feature figure {
    width: 50%;
  }
}
.page #feature article .wrap_feature figure img {
  width: 80%;
  border: 3px solid;
  border-radius: 30px;
}
@media (max-width: 767px) {
  .page #feature article .wrap_feature figure img {
    border: 2px solid;
  }
}
.page #feature article .wrap_feature figure h3 {
  font-size: 20px;
  text-align: center;
  color: #000;
  border: none;
  padding: 0 !important;
  margin: 10px 0 0 !important;
}
@media (max-width: 767px) {
  .page #feature article .wrap_feature figure h3 {
    font-size: 16px;
  }
}
.page #plan article {
  margin-bottom: 80px;
}
.page #plan article:last-of-type {
  margin-bottom: 0;
}
.page #plan .price_total {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 767px) {
  .page #plan .price_total {
    font-size: 20px;
  }
}
.page #plan .price_total span {
  color: #fff;
  border-radius: 5px;
  padding: 5px 20px;
}
.page #plan .price_total span.admission {
  background: #7a4b00;
  margin-right: 10px;
}
.page #plan .price_total span.usage {
  background: #24a5a0;
  margin-left: 10px;
}
.page #plan .price_total p {
  margin-bottom: 0;
}
.page #plan .price_total p.cap {
  font-size: 14px;
}
.page #plan table.pc_only {
  display: table !important;
}
@media (max-width: 767px) {
  .page #plan table.pc_only {
    display: none !important;
  }
}
.page #plan table.sp_only {
  display: none !important;
}
@media (max-width: 767px) {
  .page #plan table.sp_only {
    display: table !important;
  }
}
.page #plan table.table_admission th {
  background: #DACFBE;
}
.page #plan table.table_admission th.header {
  background: #7a4b00 !important;
}
.page #plan table.price_season tbody {
  display: table;
  width: 100%;
}
.page #plan table.price_season tr th {
  width: calc(100% / 4);
  background: #ebf6f3;
  line-height: 1.6em;
  font-weight: bold;
}
@media (max-width: 767px) {
  .page #plan table.price_season tr th {
    width: auto;
  }
}
.page #plan table.price_season tr th span {
  display: block;
  font-size: 0.8em;
  font-weight: normal;
}
.page #plan table.price_season tr td {
  line-height: 1.6em;
  text-align: center;
  vertical-align: middle;
}
.page #plan #price_site .tabs {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 0;
  margin: 0 auto;
}
.page #plan #price_site .tabs br {
  display: none;
}
.page #plan #price_site .tabs h3 {
  width: 100%;
}
.page #plan #price_site .tabs .tab_item_site {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(100% / 3 - 22px);
  height: 50px;
  line-height: 50px;
  background-color: #d9d9d9;
  color: #565656;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  border: 1px solid #24a5a0;
  cursor: pointer;
  transition: all 0.2s ease;
  margin: 10px;
}
.page #plan #price_site .tabs .tab_item_site:hover {
  background: #24a5a0;
  color: #fff;
}
@media (max-width: 767px) {
  .page #plan #price_site .tabs .tab_item_site {
    width: calc(100% / 2 - 22px);
    line-height: 1.2em;
    padding: 15px 5px;
    margin: 5px;
  }
}
.page #plan #price_site .tabs input[name="tab_item_site"] {
  display: none;
}
.page #plan #price_site .tabs .tab_content {
  display: none;
  width: calc(100% - 80px);
  padding: 40px 40px 0;
  clear: both;
  overflow: hidden;
}
@media (max-width: 767px) {
  .page #plan #price_site .tabs .tab_content {
    width: 100%;
    padding: 40px 0 0;
  }
}
.page #plan #price_site .tabs .tab_content br {
  display: inline;
}
.page #plan #price_site .tabs .tab_content table tr th {
  width: 210px;
  background: #ebf6f3;
  vertical-align: middle;
  line-height: 1.6em;
  font-weight: bold;
}
@media (max-width: 767px) {
  .page #plan #price_site .tabs .tab_content table tr th {
    width: 100px;
  }
}
.page #plan #price_site .tabs .tab_content table tr td {
  vertical-align: middle;
  line-height: 1.6em;
}
.page #plan #price_site .tabs .tab_content table tr td ul {
  margin-bottom: 0;
}
.page #plan #price_site .tabs .tab_content table tr td ul li {
  line-height: 1.6em;
}
.page #plan #price_site .tabs #site_trailer:checked ~ #site_trailer_content,
.page #plan #price_site .tabs #site_auto-a:checked ~ #site_auto-a_content,
.page #plan #price_site .tabs #site_auto-b:checked ~ #site_auto-b_content,
.page #plan #price_site .tabs #site_dog:checked ~ #site_dog_content,
.page #plan #price_site .tabs #site_dog-b:checked ~ #site_dog-b_content,
.page #plan #price_site .tabs #site_free-t:checked ~ #site_free-t_content,
.page #plan #price_site .tabs #site_free-a:checked ~ #site_free-a_content {
  display: block;
}
.page #plan #price_site .tabs input:checked + .tab_item_site {
  background-color: #24a5a0;
  color: #fff;
}
.page #plan #price_site .cap {
  padding: 0 50px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .page #plan #price_site .cap {
    padding: 0;
  }
}
.page #plan #price_site .cap p {
  line-height: 1.6em;
  font-size: 0.9em;
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 5px;
}
.page #plan #price_site .wrap_season {
  display: block;
  background: rgba(255, 255, 255, 0.4);
  padding: 20px;
}
.page #plan #price_site .wrap_season dl {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.page #plan #price_site .wrap_season dl:last-child {
  margin-bottom: 0;
}
.page #plan #price_site .wrap_season dl::after {
  content: '';
  min-width: 50px;
  border-top: 2px dotted;
  flex: 1 1 auto;
  order: 1;
  margin: 0 10px;
}
@media (max-width: 767px) {
  .page #plan #price_site .wrap_season dl::after {
    min-width: unset;
  }
}
.page #plan #price_site .wrap_season dl dd {
  order: 2;
  margin: 0;
}
.page #plan #price_site .button_area .wrap_flex {
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .page #plan #price_site .button_area .wrap_flex {
    flex-wrap: wrap;
  }
}
.page #plan #price_site .button_area .reserve {
  margin-right: 20px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .page #plan #price_site .button_area .reserve {
    width: 100%;
    margin-right: 0;
  }
}
.page #plan #price_site .button_area .reserve:last-child {
  margin-right: 0;
}
@media (max-width: 767px) {
  .page #plan #price_site .button_area .reserve a {
    width: 100%;
  }
}
.page #plan #price_trailer .intro {
  display: flex;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .page #plan #price_trailer .intro {
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
}
.page #plan #price_trailer .intro a {
  margin-right: 30px;
}
@media (max-width: 767px) {
  .page #plan #price_trailer .intro a {
    margin: 0 0 10px;
  }
}
.page #plan #price_trailer .intro a img {
  width: 250px;
}
@media (max-width: 767px) {
  .page #plan #price_trailer .intro a img {
    width: 100%;
  }
}
.page #plan #price_trailer .intro figcaption .campaign {
  text-align: left;
}
.page #plan #price_trailer .campaign {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6em;
  color: #A22454;
}
.page #plan #price_trailer .tabs {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 0;
  margin: 0 auto;
}
.page #plan #price_trailer .tabs br {
  display: none;
}
.page #plan #price_trailer .tabs .tab_item_trailer {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(100% / 3 - 22px);
  height: 50px;
  line-height: 50px;
  background-color: #d9d9d9;
  color: #565656;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  border: 1px solid #24a5a0;
  cursor: pointer;
  transition: all 0.2s ease;
  margin: 10px;
}
.page #plan #price_trailer .tabs .tab_item_trailer:hover {
  background: #24a5a0;
  color: #fff;
}
@media (max-width: 767px) {
  .page #plan #price_trailer .tabs .tab_item_trailer {
    width: calc(100% / 2 - 22px);
    line-height: 1.2em;
    padding: 15px 5px;
    margin: 5px;
  }
}
.page #plan #price_trailer .tabs input[name="tab_item_trailer"] {
  display: none;
}
.page #plan #price_trailer .tabs .tab_content {
  display: none;
  width: 100%;
  padding: 40px 40px 0;
  clear: both;
  overflow: hidden;
}
@media (max-width: 767px) {
  .page #plan #price_trailer .tabs .tab_content {
    width: 100%;
    padding: 40px 0 0;
  }
}
.page #plan #price_trailer .tabs .tab_content br {
  display: inline;
}
.page #plan #price_trailer .tabs .tab_content table tr th {
  width: 210px;
  background: #ebf6f3;
  vertical-align: middle;
  line-height: 1.6em;
  font-weight: bold;
}
@media (max-width: 767px) {
  .page #plan #price_trailer .tabs .tab_content table tr th {
    width: 100px;
  }
}
.page #plan #price_trailer .tabs .tab_content table tr td {
  vertical-align: middle;
  line-height: 1.6em;
}
.page #plan #price_trailer .tabs .tab_content table tr td .wrap_slide {
  width: 100%;
  overflow: hidden;
}
.page #plan #price_trailer .tabs .tab_content table tr td .wrap_slide .trailer_slide {
  width: 600px;
  margin: 0 auto 20px;
}
@media (min-width: 1151px) {
  .page #plan #price_trailer .tabs .tab_content table tr td .wrap_slide .trailer_slide {
    width: 700px;
  }
}
@media (max-width: 767px) {
  .page #plan #price_trailer .tabs .tab_content table tr td .wrap_slide .trailer_slide {
    width: 250px;
  }
}
.page #plan #price_trailer .tabs .tab_content table tr td .wrap_slide .trailer_slide .wrap_img {
  padding: 0 10px;
}
@media (max-width: 767px) {
  .page #plan #price_trailer .tabs .tab_content table tr td .wrap_slide .trailer_slide .wrap_img {
    padding: 0 5px;
  }
}
.page #plan #price_trailer .tabs .tab_content table tr td .wrap_slide .trailer_slide .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 20px;
  height: 20px;
  border-top: 5px solid #24a5a0;
  border-right: 5px solid #24a5a0;
  transition: all 0.3s;
  opacity: 0.7;
  padding: 0;
}
.page #plan #price_trailer .tabs .tab_content table tr td .wrap_slide .trailer_slide .slick-arrow:hover {
  opacity: 1;
}
.page #plan #price_trailer .tabs .tab_content table tr td .wrap_slide .trailer_slide .slick-arrow.slick-prev {
  -webkit-transform: translateY(-50%) rotate(-135deg);
  transform: translateY(-50%) rotate(-135deg);
}
@media (max-width: 767px) {
  .page #plan #price_trailer .tabs .tab_content table tr td .wrap_slide .trailer_slide .slick-arrow.slick-prev {
    left: -17px;
  }
}
.page #plan #price_trailer .tabs .tab_content table tr td .wrap_slide .trailer_slide .slick-arrow.slick-next {
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
@media (max-width: 767px) {
  .page #plan #price_trailer .tabs .tab_content table tr td .wrap_slide .trailer_slide .slick-arrow.slick-next {
    right: -17px;
  }
}
.page #plan #price_trailer .tabs .tab_content table tr td .wrap_slide .trailer_slide .slick-dots {
  margin: 0;
}
.page #plan #price_trailer .tabs .tab_content table tr td .wrap_slide .trailer_slide .slick-dots .slick-active button:before {
  color: #24a5a0;
}
.page #plan #price_trailer .tabs .tab_content table tr td .flex_trailer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-flow: row-reverse;
}
@media (max-width: 767px) {
  .page #plan #price_trailer .tabs .tab_content table tr td .flex_trailer {
    flex-wrap: wrap;
  }
}
.page #plan #price_trailer .tabs .tab_content table tr td .flex_trailer .trailer_img {
  width: 250px;
  margin-left: 20px;
}
@media (max-width: 767px) {
  .page #plan #price_trailer .tabs .tab_content table tr td .flex_trailer .trailer_img {
    width: auto;
    margin: 0;
  }
}
.page #plan #price_trailer .tabs .tab_content table tr td ul {
  margin-bottom: 0;
}
.page #plan #price_trailer .tabs .tab_content table tr td ul li {
  line-height: 1.6em;
}
.page #plan #price_trailer .tabs #trailer_hg:checked ~ #trailer_hg_content,
.page #plan #price_trailer .tabs #trailer_st01:checked ~ #trailer_st01_content,
.page #plan #price_trailer .tabs #trailer_st02:checked ~ #trailer_st02_content,
.page #plan #price_trailer .tabs #trailer_st03:checked ~ #trailer_st03_content,
.page #plan #price_trailer .tabs #trailer_c:checked ~ #trailer_c_content {
  display: block;
}
.page #plan #price_trailer .tabs input:checked + .tab_item_trailer {
  background-color: #24a5a0;
  color: #fff;
}
.page #plan #price_trailer .cap {
  padding: 0 50px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .page #plan #price_trailer .cap {
    padding: 0;
  }
}
.page #plan #price_trailer .cap p {
  line-height: 1.6em;
  font-size: 0.9em;
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 5px;
}
.page #plan #price_trailer .wrap_season {
  display: inline-block;
  padding: 0 50px;
}
@media (max-width: 767px) {
  .page #plan #price_trailer .wrap_season {
    display: block;
    padding: 0;
  }
}
.page #plan #price_trailer .wrap_season dl {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.page #plan #price_trailer .wrap_season dl:last-child {
  margin-bottom: 0;
}
.page #plan #price_trailer .wrap_season dl::after {
  content: '';
  min-width: 50px;
  border-top: 2px dotted;
  flex: 1 1 auto;
  order: 1;
  margin: 0 10px;
}
@media (max-width: 767px) {
  .page #plan #price_trailer .wrap_season dl::after {
    min-width: unset;
  }
}
.page #plan #price_trailer .wrap_season dl dd {
  order: 2;
  margin: 0;
}
.page #plan #price_trailer .button_area .wrap_flex {
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .page #plan #price_trailer .button_area .wrap_flex {
    flex-wrap: wrap;
  }
}
.page #plan #price_trailer .button_area .reserve {
  margin-right: 20px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .page #plan #price_trailer .button_area .reserve {
    width: 100%;
    margin-right: 0;
  }
}
.page #plan #price_trailer .button_area .reserve:last-child {
  margin-right: 0;
}
@media (max-width: 767px) {
  .page #plan #price_trailer .button_area .reserve a {
    width: 100%;
  }
}
.page #plan #reserve .wrap_iframe {
  background: #fff;
  padding-top: 20px;
}
.page #plan #reserve .wrap_iframe iframe {
  height: 700px;
}
@media (max-width: 767px) {
  .page #plan #reserve .wrap_iframe iframe {
    height: 900px;
  }
}
.page #equipment article {
  margin-bottom: 80px;
}
.page #equipment article dl {
  background: rgba(255, 255, 255, 0.4);
  padding: 20px;
  margin: 0 0 20px;
}
.page #equipment article dl dt {
  font-size: 20px;
}
@media (max-width: 767px) {
  .page #equipment article dl dt {
    font-size: 16px;
  }
}
.page #equipment article dl dd {
  margin: 0;
}
.page #equipment article ul {
  margin-bottom: 0;
}
.page #equipment article ul.ul_flex {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
.page #equipment article ul.ul_flex li {
  margin: 0 20px;
}
@media (max-width: 767px) {
  .page #equipment article ul.ul_flex li {
    margin: 0 14px;
  }
}
.page #equipment article ul.ul_flex li.etc {
  list-style: none;
}
.page #equipment article ul.area_list {
  list-style: none;
  margin: 0;
}
.page #equipment article ul.area_list li {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.page #equipment article ul.area_list li:last-child {
  margin-bottom: 0;
}
.page #equipment article ul.area_list li:before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background: #aaa;
  border-radius: 4px;
  margin-right: 10px;
}
.page #equipment article ul.area_list li.site_trailer:before {
  background: #9E77B3;
}
.page #equipment article ul.area_list li.site_auto-a:before {
  background: #F48465;
}
.page #equipment article ul.area_list li.site_auto-b:before {
  background: #46B6CE;
}
.page #equipment article ul.area_list li.site_dog:before {
  background: #E9B80C;
}
.page #equipment article ul.area_list li.site_bush:before {
  background: #928177;
}
.page #equipment article ul.area_list li.site_free-a:before {
  background: #75B88F;
}
.page #equipment article ul.area_list li p {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3em;
  margin: 0;
}
.page #equipment article ul.area_list li p span {
  font-size: 0.8em;
  font-weight: normal;
  margin-left: 5px;
}
.page #equipment article#business_hours .wrap_content dl {
  display: flex;
  align-items: center;
}
.page #equipment article#business_hours .wrap_content dl:last-child {
  border-bottom: none;
}
@media (max-width: 767px) {
  .page #equipment article#business_hours .wrap_content dl {
    display: block;
  }
}
.page #equipment article#business_hours .wrap_content dl dt {
  width: 200px;
  line-height: 1.6em;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .page #equipment article#business_hours .wrap_content dl dt {
    width: auto;
  }
}
@media (max-width: 767px) {
  .page #equipment article#business_hours .wrap_content table th {
    width: 110px;
  }
}
.page #equipment article#trailer_info .intro {
  display: flex;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .page #equipment article#trailer_info .intro {
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
}
.page #equipment article#trailer_info .intro a {
  margin-right: 30px;
}
@media (max-width: 767px) {
  .page #equipment article#trailer_info .intro a {
    margin: 0 0 10px;
  }
}
.page #equipment article#trailer_info .intro a img {
  width: 250px;
}
@media (max-width: 767px) {
  .page #equipment article#trailer_info .intro a img {
    width: 100%;
  }
}
.page #equipment article#trailer_info .intro figcaption .campaign {
  text-align: left;
}
.page #equipment article#trailer_info .campaign {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6em;
  color: #A22454;
}
.page #equipment article#trailer_info .trailer_box {
  width: 100%;
  clear: both;
  overflow: hidden;
  padding: 0;
  margin-bottom: 40px;
}
.page #equipment article#trailer_info .trailer_box br {
  display: inline;
}
.page #equipment article#trailer_info .trailer_box table tr th {
  width: 210px;
  background: #ebf6f3;
  vertical-align: middle;
  line-height: 1.6em;
  font-weight: bold;
}
@media (max-width: 767px) {
  .page #equipment article#trailer_info .trailer_box table tr th {
    width: 100px;
  }
}
.page #equipment article#trailer_info .trailer_box table tr td {
  vertical-align: middle;
  line-height: 1.6em;
}
.page #equipment article#trailer_info .trailer_box table tr td .wrap_slide {
  width: 100%;
  overflow: hidden;
}
.page #equipment article#trailer_info .trailer_box table tr td .wrap_slide .trailer_slide {
  width: 600px;
  margin: 0 auto 20px;
}
@media (min-width: 1151px) {
  .page #equipment article#trailer_info .trailer_box table tr td .wrap_slide .trailer_slide {
    width: 700px;
  }
}
@media (max-width: 767px) {
  .page #equipment article#trailer_info .trailer_box table tr td .wrap_slide .trailer_slide {
    width: 250px;
  }
}
.page #equipment article#trailer_info .trailer_box table tr td .wrap_slide .trailer_slide .wrap_img {
  padding: 0 10px;
}
@media (max-width: 767px) {
  .page #equipment article#trailer_info .trailer_box table tr td .wrap_slide .trailer_slide .wrap_img {
    padding: 0 5px;
  }
}
.page #equipment article#trailer_info .trailer_box table tr td .wrap_slide .trailer_slide .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 20px;
  height: 20px;
  border-top: 5px solid #24a5a0;
  border-right: 5px solid #24a5a0;
  transition: all 0.3s;
  opacity: 0.7;
  padding: 0;
}
.page #equipment article#trailer_info .trailer_box table tr td .wrap_slide .trailer_slide .slick-arrow:hover {
  opacity: 1;
}
.page #equipment article#trailer_info .trailer_box table tr td .wrap_slide .trailer_slide .slick-arrow.slick-prev {
  -webkit-transform: translateY(-50%) rotate(-135deg);
  transform: translateY(-50%) rotate(-135deg);
}
@media (max-width: 767px) {
  .page #equipment article#trailer_info .trailer_box table tr td .wrap_slide .trailer_slide .slick-arrow.slick-prev {
    left: -17px;
  }
}
.page #equipment article#trailer_info .trailer_box table tr td .wrap_slide .trailer_slide .slick-arrow.slick-next {
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
@media (max-width: 767px) {
  .page #equipment article#trailer_info .trailer_box table tr td .wrap_slide .trailer_slide .slick-arrow.slick-next {
    right: -17px;
  }
}
.page #equipment article#trailer_info .trailer_box table tr td .wrap_slide .trailer_slide .slick-dots {
  margin: 0;
}
.page #equipment article#trailer_info .trailer_box table tr td .wrap_slide .trailer_slide .slick-dots .slick-active button:before {
  color: #24a5a0;
}
.page #equipment article#trailer_info .trailer_box table tr td .flex_trailer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-flow: row-reverse;
}
@media (max-width: 767px) {
  .page #equipment article#trailer_info .trailer_box table tr td .flex_trailer {
    flex-wrap: wrap;
  }
}
.page #equipment article#trailer_info .trailer_box table tr td .flex_trailer .trailer_img {
  width: 250px;
  margin-left: 20px;
}
@media (max-width: 767px) {
  .page #equipment article#trailer_info .trailer_box table tr td .flex_trailer .trailer_img {
    width: auto;
    margin: 0;
  }
}
.page #equipment article#trailer_info .trailer_box table tr td ul {
  margin-bottom: 0;
}
.page #equipment article#trailer_info .trailer_box table tr td ul li {
  line-height: 1.6em;
}
.page #equipment article#trailer_info .trailer_box .cap {
  padding: 0 50px;
  margin-bottom: 30px;
}
.page #equipment article#trailer_info .trailer_box .cap p {
  line-height: 1.6em;
  font-size: 0.9em;
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 5px;
}
.page #equipment article#trailer_info .trailer_box .wrap_season {
  display: inline-block;
  padding: 0 50px;
}
@media (max-width: 767px) {
  .page #equipment article#trailer_info .trailer_box .wrap_season {
    display: block;
    padding: 0;
  }
}
.page #equipment article#trailer_info .trailer_box .wrap_season dl {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.page #equipment article#trailer_info .trailer_box .wrap_season dl:last-child {
  margin-bottom: 0;
}
.page #equipment article#trailer_info .trailer_box .wrap_season dl::after {
  content: '';
  min-width: 50px;
  border-top: 2px dotted;
  flex: 1 1 auto;
  order: 1;
  margin: 0 10px;
}
@media (max-width: 767px) {
  .page #equipment article#trailer_info .trailer_box .wrap_season dl::after {
    min-width: unset;
  }
}
.page #equipment article#trailer_info .trailer_box .wrap_season dl dd {
  order: 2;
  margin: 0;
}
.page #equipment article#trailer_info .trailer_box .button_area .wrap_flex {
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .page #equipment article#trailer_info .trailer_box .button_area .wrap_flex {
    flex-wrap: wrap;
  }
}
.page #equipment article#trailer_info .trailer_box .button_area .reserve {
  margin-right: 20px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .page #equipment article#trailer_info .trailer_box .button_area .reserve {
    width: 100%;
    margin-right: 0;
  }
}
.page #equipment article#trailer_info .trailer_box .button_area .reserve:last-child {
  margin-right: 0;
}
@media (max-width: 767px) {
  .page #equipment article#trailer_info .trailer_box .button_area .reserve a {
    width: 100%;
  }
}
.page #equipment article#trailer_info .cap {
  background: rgba(255, 255, 255, 0.4);
  padding: 20px;
  margin-bottom: 30px;
}
.page #equipment article#trailer_info .cap p {
  line-height: 1.6em;
  font-size: 0.9em;
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 5px;
}
.page #equipment article#site_info .cap {
  background: rgba(255, 255, 255, 0.4);
  padding: 20px;
  margin-bottom: 30px;
}
.page #equipment article#site_info .cap p {
  line-height: 1.6em;
  font-size: 0.9em;
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 5px;
}
.page #equipment article#about .wrap_content dl {
  display: flex;
  align-items: center;
}
.page #equipment article#about .wrap_content dl:last-child {
  border-bottom: none;
}
@media (max-width: 767px) {
  .page #equipment article#about .wrap_content dl {
    display: block;
  }
}
.page #equipment article#about .wrap_content dl dt {
  width: 200px;
  line-height: 1.6em;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .page #equipment article#about .wrap_content dl dt {
    width: auto;
  }
}
@media (max-width: 767px) {
  .page #equipment article#about .wrap_content table th {
    width: 110px;
  }
}
.page #equipment article#shop dl {
  background: none;
  margin: 0;
}
@media (max-width: 767px) {
  .page #equipment article#shop dl {
    padding: 0;
    margin-bottom: 40px;
  }
}
.page #equipment article#shop dl dt {
  display: inline-block;
  background: #24a5a0;
  color: #fff;
  font-size: 18px;
  line-height: 1em;
  border: none;
  border-radius: 10px 10px 0 0;
  padding: 10px 20px !important;
  margin: 0;
}
.page #equipment article#shop dl dd {
  background: #fff;
  border: 3px solid #24a5a0;
  padding: 20px;
}
.page #access article .wrap_gmap {
  height: 500px;
}
@media (max-width: 767px) {
  .page #access article .wrap_gmap {
    height: 250px;
  }
}
.page #access article table.info_access {
  max-width: 95%;
  margin: 60px auto 0;
}
.page #access article table.info_access tr th {
  background: #ebf6f3;
  font-weight: bold;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .page #access article table.info_access tr th {
    width: 75px;
  }
}
.page #access article table.info_access tr td {
  line-height: 1.6em;
}
.page #access article table.info_access tr td ul {
  margin-bottom: 0;
}
.page #access article table.info_access tr td ul li {
  line-height: 1.6em;
  margin-bottom: 10px;
}
.page #access article table.info_access tr td ul li:last-child {
  margin: 0;
}
.page #faq article {
  margin-bottom: 80px;
}
.page #faq article:last-child {
  margin-bottom: 0;
}
.page #faq article .wrap_accordion {
  padding: 0 1em;
}
.page #faq article .wrap_accordion .accordion {
  position: relative;
  width: 100%;
  color: #fff;
  overflow: hidden;
  margin-bottom: 20px;
}
.page #faq article .wrap_accordion .accordion p {
  margin: 0;
}
.page #faq article .wrap_accordion .accordion input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.page #faq article .wrap_accordion .accordion input[type=checkbox] + label::after {
  content: "+";
}
.page #faq article .wrap_accordion .accordion input[type=checkbox]:checked + label::after {
  transform: rotate(315deg);
}
.page #faq article .wrap_accordion .accordion input:checked ~ .ac-content {
  max-height: 200em;
}
.page #faq article .wrap_accordion .accordion input:checked ~ label {
  background: #24a5a0;
}
.page #faq article .wrap_accordion .accordion label {
  display: block;
  position: relative;
  background: #7a4b00;
  line-height: 1.6em;
  cursor: pointer;
  -webkit-transition: all .35s;
  -o-transition: all .35s;
  transition: all .35s;
  text-indent: -25px;
  padding: 20px 40px;
}
.page #faq article .wrap_accordion .accordion label:before {
  content: 'Q.';
  font-weight: bold;
  margin-right: 10px;
}
.page #faq article .wrap_accordion .accordion label:after {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 65px;
  line-height: 60px;
  font-size: 30px;
  text-align: center;
  font-weight: bold;
  text-indent: 0;
  -webkit-transition: all .35s;
  -o-transition: all .35s;
  transition: all .35s;
}
.page #faq article .wrap_accordion .accordion label:hover {
  background: #24a5a0;
}
.page #faq article .wrap_accordion .accordion .ac-content {
  max-height: 0;
  background: #fff;
  overflow: hidden;
  -webkit-transition: max-height .35s;
  -o-transition: max-height .35s;
  transition: max-height .35s;
}
.page #faq article .wrap_accordion .accordion .ac-content p {
  color: #222;
  margin: 1em;
}
.page #privacy ol {
  margin-top: 30px;
}
.page #privacy ol li {
  line-height: 1.6em;
  padding-left: 5px;
  margin-bottom: 10px;
}
.page #privacy ol li::marker {
  font-weight: bold;
  color: #24a5a0;
}
.page #privacy ol li ol {
  list-style: cjk-ideographic;
  background: rgba(255, 255, 255, 0.4);
  padding: 10px 10px 10px 45px;
  margin: 10px 10px 20px;
}
.page #privacy ol li ol li {
  padding-left: 5px;
}
.page #privacy ol li ol li::marker {
  font-weight: bold;
  color: #24a5a0;
}
.page #privacy ol li .info {
  text-align: center;
  margin: 20px auto 0;
}
.page #privacy ol li .info .inner {
  display: inline-block;
  background: rgba(255, 255, 255, 0.4);
  text-align: left;
  padding: 10px 20px;
}
.page #privacy ol li .info .inner p {
  margin: 0;
}
.page #privacy ol li .info .inner dl {
  display: flex;
  border-bottom: 1px solid;
  padding-bottom: 10px;
  margin: 0 0 10px;
}
.page #privacy ol li .info .inner dl:last-child {
  border: none;
  padding: 0;
  margin: 0;
}
.page #privacy ol li .info .inner dl dt {
  margin-right: 20px;
}
.page #privacy ol li .info .inner dl dd {
  margin: 0;
}
.page #rule .intro {
  background: #24a5a0;
  color: #fff;
  font-size: 24px;
  text-align: center;
}
@media (max-width: 767px) {
  .page #rule .intro {
    line-height: 1.6em;
    font-size: 22px;
    padding: 20px;
  }
}
.page #rule ol li {
  line-height: 1.6em;
  padding-left: 5px;
  margin-bottom: 10px;
}
.page #rule ol li::marker {
  font-weight: bold;
  color: #24a5a0;
}
.page #rule .info {
  text-align: center;
  margin: 60px auto 0;
}
.page #rule .info .inner {
  display: inline-block;
  background: rgba(255, 255, 255, 0.4);
  text-align: left;
  padding: 20px 50px;
}
@media (max-width: 767px) {
  .page #rule .info .inner {
    padding: 20px;
  }
}
.page #rule .info .inner dl {
  display: flex;
  margin: 0;
}
.page #rule .info .inner dl dt {
  margin-right: 20px;
}
.page #rule .info .inner dl dd {
  margin: 0;
}

#news_list {
  padding: 20px 0;
}
#news_list .item .link {
  background: rgba(255, 255, 255, 0.4);
  border: none;
  margin-bottom: 20px;
}
#news_list .item .link .title_area .category {
  font-size: 12px;
  text-align: center;
  color: #fff;
  border-radius: 30px;
  z-index: 3;
  margin: 0 0 10px;
  min-width: 115px;
  height: 30px;
  line-height: 30px;
  padding: 0 20px;
  display: inline-block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#news_list .item.new .title:before {
  content: 'new!';
  font-size: 12px;
  font-weight: bold;
  color: #f00;
  margin-right: 5px;
}

.widget_content h3.widget_headline {
  background: #7a4b00;
  line-height: 2em;
  height: auto;
  padding: 10px 20px;
}
.widget_content#custom-post-type-recent-posts-2 ul {
  background: rgba(255, 255, 255, 0.4);
  padding: 0 20px 20px;
}
.widget_content#custom-post-type-recent-posts-2 ul li {
  padding: 15px 0;
  margin: 0;
}
.widget_content#custom-post-type-recent-posts-2 ul li a {
  display: block;
}
.widget_content#custom-post-type-recent-posts-2 ul li .post-date {
  display: block;
  font-size: 0.8em;
  line-height: 1em;
  margin: 0;
}

.single-news #article {
  background: rgba(255, 255, 255, 0.4);
  border: none;
}
@media (max-width: 767px) {
  .single-news #article {
    padding: 0 20px 20px;
  }
}
.single-news #article #post_title .category {
  color: #fff;
  border: none;
  margin: 0 10px 0 0;
}
@media (max-width: 767px) {
  .single-news #article #post_title .category.sp_only {
    display: inline-block !important;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .single-news #article #post_title .title {
    margin-top: 35px;
  }
}
.single-news #article .post_content p {
  line-height: 1.6em;
}

.wpcf7 {
  background: none;
  border: none;
}
.wpcf7 .wpcf7-submit {
  background: #7a4b00;
  font-size: 16px;
}
.wpcf7 .wpcf7-submit:hover {
  background: #24a5a0;
}
.wpcf7 form {
  margin: 0;
}
.wpcf7 form #contact .intro {
  margin-bottom: 60px;
}
.wpcf7 form #contact .intro p {
  line-height: 1.6em;
}
.wpcf7 form #contact .intro p .cap {
  font-size: 0.8em;
  font-weight: bold;
}
.wpcf7 form #contact .intro a {
  text-decoration: underline;
}
.wpcf7 form #contact .wrap_form {
  width: 80%;
  background: rgba(255, 255, 255, 0.4);
  padding: 40px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .wpcf7 form #contact .wrap_form {
    width: calc(100% - 40px);
    padding: 20px;
  }
}
.wpcf7 form #contact .wrap_form h3 {
  font-size: 18px;
  border: none;
  padding: 10px 0 !important;
  margin: 0;
}
.wpcf7 form #contact .wrap_form h3 .required {
  color: #f00;
  font-size: 0.7em;
  margin-left: 10px;
}
.wpcf7 form #contact .wrap_form .wpcf7-spinner {
  display: block;
  margin: 20px auto 0;
}
.wpcf7 form.wpcf7cp-form-hide {
  display: none;
}
.wpcf7 #wpcf7cpcnf {
  position: relative;
  z-index: unset;
}
@media (max-width: 767px) {
  .wpcf7 #wpcf7cpcnf table tr {
    display: flex;
    flex-wrap: wrap;
  }
  .wpcf7 #wpcf7cpcnf table tr th, .wpcf7 #wpcf7cpcnf table tr td {
    width: 100%;
  }
  .wpcf7 #wpcf7cpcnf table tr td {
    word-wrap: break-word;
  }
}
.wpcf7 #wpcf7cpcnf table p {
  margin: 0;
}
.wpcf7 #wpcf7cpcnf .wpcf7cp-btns {
  display: flex;
  justify-content: center;
  align-items: center;
}
.wpcf7 #wpcf7cpcnf .wpcf7cp-btns .wpcf7cp-cfm-edit-btn {
  display: block;
  width: 100px;
  height: 48px;
  background: #24a5a0;
  color: #fff;
  border: none;
  cursor: pointer;
  margin: 0 20px 0 0;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.wpcf7 #wpcf7cpcnf .wpcf7cp-btns .wpcf7cp-cfm-edit-btn:hover {
  background: #7a4b00;
}
.wpcf7 #wpcf7cpcnf .wpcf7cp-btns .wpcf7-submit {
  margin: 0;
}

body.post-type-archive-gallery #container #gallery_archive {
  background: none;
  text-align: center;
}
body.post-type-archive-gallery #container #gallery_archive #gallery_list {
  display: inline-block;
  width: 1030px;
  max-width: calc(100% - 80px);
  background: rgba(255, 255, 255, 0.4);
  margin: 60px 20px;
  padding: 60px 20px;
}
body.post-type-archive-gallery #container #gallery_archive #gallery_list h2 {
  position: relative;
  font-size: 26px;
  text-align: center;
  color: #7a4b00;
  padding: 20px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  body.post-type-archive-gallery #container #gallery_archive #gallery_list h2 {
    font-size: 22px;
    padding: 20px 0;
  }
}
body.post-type-archive-gallery #container #gallery_archive #gallery_list h2:before, body.post-type-archive-gallery #container #gallery_archive #gallery_list h2:after {
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 6px;
  box-sizing: border-box;
}
body.post-type-archive-gallery #container #gallery_archive #gallery_list h2:before {
  top: 0;
  border-top: 2px solid #7a4b00;
  border-bottom: 1px solid #7a4b00;
}
body.post-type-archive-gallery #container #gallery_archive #gallery_list h2:after {
  bottom: 0;
  border-top: 1px solid #7a4b00;
  border-bottom: 2px solid #7a4b00;
}
body.post-type-archive-gallery #container #gallery_archive #gallery_list h2 span {
  font-size: 0.8em;
}
body.post-type-archive-gallery #container #gallery_archive #gallery_list #top_gallery_desc {
  display: none;
}
body.post-type-archive-gallery #container #gallery_archive #gallery_list .gallery_list_wrap .gallery_list {
  width: 100%;
}
body.post-type-archive-gallery #container #gallery_archive #gallery_list .gallery_list_wrap .gallery_list .item {
  width: calc(33% - 10px);
  height: auto;
  background: #fff;
  margin: 0 20px 20px 0;
}
@media (max-width: 767px) {
  body.post-type-archive-gallery #container #gallery_archive #gallery_list .gallery_list_wrap .gallery_list .item {
    width: 100%;
    margin-right: 0;
  }
}
body.post-type-archive-gallery #container #gallery_archive #gallery_list .gallery_list_wrap .gallery_list .item:nth-child(3n) {
  margin-right: 0;
}
body.post-type-archive-gallery #container #gallery_archive #gallery_list .gallery_list_wrap .gallery_list .item .link:before, body.post-type-archive-gallery #container #gallery_archive #gallery_list .gallery_list_wrap .gallery_list .item .link:after {
  display: none;
}
body.post-type-archive-gallery #container #gallery_archive #gallery_list .gallery_list_wrap .gallery_list .item .link .image_wrap {
  height: 200px;
}
body.post-type-archive-gallery #container #gallery_archive #gallery_list .gallery_list_wrap .gallery_list .item .link .title_area {
  position: unset;
  text-align: center;
  padding: 20px 10px;
}
body.post-type-archive-gallery #container #gallery_archive #gallery_list .gallery_list_wrap .gallery_list .item .link .title_area h3.title {
  color: inherit;
}
body #gallery_content #gallery_title {
  font-family: "Kiwi Maru", sans-serif;
  position: relative;
  font-size: 26px;
  text-align: center;
  color: #7a4b00;
  padding: 20px;
  margin-bottom: 40px;
}
body #gallery_content #gallery_title::before, body #gallery_content #gallery_title::after {
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 6px;
  box-sizing: border-box;
}
body #gallery_content #gallery_title::before {
  top: 0;
  border-top: 2px solid #7a4b00;
  border-bottom: 1px solid #7a4b00;
}
body #gallery_content #gallery_title::after {
  bottom: 0;
  border-top: 1px solid #7a4b00;
  border-bottom: 2px solid #7a4b00;
}
body #gallery_content #gallery_content_inner {
  padding-top: 180px;
}
