@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;
}

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;
  }
}

#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 .link {
  background: rgba(255, 255, 255, 0.4);
  border: none;
  margin-bottom: 20px;
}

.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_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;
}

/*
*/ 

.mphb_sc_search-wrapper.is-style-horizontal-form form {
  padding: 25px;
  gap: 20px;
  background-color: #ede5da;
  margin-block-end: 40px;
}
.mphb_sc_search-wrapper.is-style-horizontal-form .mphb_sc_search-check-in-date,
.mphb_sc_search-wrapper.is-style-horizontal-form .mphb_sc_search-check-out-date {
  padding: 0;
}

input[type="text"].mphb-datepick.is-datepick {
  padding: 0 1em;
  padding-right: 1.7em;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(images/calendar-regular.svg);
  background-repeat: no-repeat;
  background-position: right 0.9em top 50%;
  font-size: 1rem;
  line-height: 57px;
  border: 1px solid #e4e4e4;
}
.page #page_contents .mphb-view-details-button-wrapper,
.mphb_sc_search-form p.mphb_sc_search-submit-button-wrapper {
  line-height: 2em;
  margin: 0 0 2em 0;
  margin-bottom: 1em;
  position: relative;
  padding: 0;
  overflow: hidden;
  min-width: 228px;
}
.mphb_sc_search-form p.mphb_sc_search-submit-button-wrapper {
  background-color: #fff;
}
.page #page_contents .mphb_sc_search_results-wrapper .mphb_sc_search_results-info {
  font-weight: bold;
  font-size: 16px;
  text-align: center;
}
.page #page_contents .mphb-reservation-cart {
  display: none;
}
.page #page_contents .mphb_sc_search_results-wrapper > .mphb-room-type.mphb_room_type.type-mphb_room_type.has-post-thumbnail .mphb-button::after,
.page #page_contents .mphb-view-details-button-wrapper .button::after,
.mphb_sc_search-form p.mphb_sc_search-submit-button-wrapper::after {
  position: absolute;
  content: "";
  background-color: #7a4b00;
  transform: skewX(45deg);
  width: calc(100% + 70px);
  height: calc(100% + 2px);
  left: calc(-100% - 70px);
  top: 0;
  transform-origin: bottom left;
  transition: all 0.3s ease;
  z-index: 1;
}
.page #page_contents .mphb_sc_search_results-wrapper > .mphb-room-type.mphb_room_type.type-mphb_room_type.has-post-thumbnail .mphb-button::after {
  background-color: #fff;
}
.page #page_contents .mphb_sc_search_results-wrapper > .mphb-room-type.mphb_room_type.type-mphb_room_type.has-post-thumbnail .mphb-button::after,
.page #page_contents .mphb-view-details-button-wrapper .button::after {
  z-index: -1;
}
.page #page_contents .mphb_sc_search_results-wrapper > .mphb-room-type.mphb_room_type.type-mphb_room_type.has-post-thumbnail .mphb-button:hover:after,
.page #page_contents .mphb-view-details-button-wrapper .button:hover:after,
.mphb_sc_search-form p.mphb_sc_search-submit-button-wrapper:hover:after {
  left: 0;
}

.mphb_sc_checkout-wrapper .mphb_sc_checkout-form .mphb_sc_checkout-submit-wrapper input,
.page #page_contents .mphb_sc_search_results-wrapper > .mphb-room-type.mphb_room_type.type-mphb_room_type.has-post-thumbnail .mphb-button,
.page #page_contents .mphb-view-details-button-wrapper .button,
.mphb_sc_search-submit-button-wrapper input {
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 228px;
  position: relative;
  height: 59px;
  line-height: 59px;
  text-align: center;
  font-size: 16px;
  color: #7a4b00;
  background-color: transparent;
  overflow: hidden;
  border: 1px solid #7a4b00;
  padding: 0 20px;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  z-index: 2;
}
.mphb_sc_checkout-wrapper .mphb_sc_checkout-form .mphb_sc_checkout-submit-wrapper input,
.page #page_contents .mphb_sc_search_results-wrapper > .mphb-room-type.mphb_room_type.type-mphb_room_type.has-post-thumbnail .mphb-button {
  color: #fff;
  font-weight: bold;
  background-color: #24a5a0;
  border-color: transparent;
  cursor: pointer;
}

.mphb_sc_checkout-wrapper .mphb_sc_checkout-form .mphb_sc_checkout-submit-wrapper input:hover,
.page #page_contents .mphb_sc_search_results-wrapper > .mphb-room-type.mphb_room_type.type-mphb_room_type.has-post-thumbnail .mphb-button:hover {
  color: #24a5a0;
  border-color: #24a5a0;
}
.mphb_sc_checkout-wrapper .mphb_sc_checkout-form .mphb_sc_checkout-submit-wrapper input:hover {
  background-color: #fff;
}
.page #page_contents .mphb-view-details-button-wrapper .button:hover,
.mphb_sc_search-submit-button-wrapper:hover input {
  color: #fff;
}

.mphb_sc_search_results-wrapper > .mphb-room-type.mphb_room_type.type-mphb_room_type.has-post-thumbnail,
.mphb_sc_rooms-wrapper > .mphb-room-type.mphb_room_type.type-mphb_room_type.has-post-thumbnail {
  display: grid;
  align-content: start;
  gap: 5px 20px;
}
.mphb_sc_search_results-wrapper > .mphb-room-type.mphb_room_type.type-mphb_room_type.has-post-thumbnail .mphb-room-type-details-title,
.mphb_sc_rooms-wrapper > .mphb-room-type.mphb_room_type.type-mphb_room_type.has-post-thumbnail .mphb-room-type-details-title {
  display: none;
}
.mphb_sc_search_results-wrapper > .mphb-room-type.mphb_room_type.type-mphb_room_type.has-post-thumbnail img,
.mphb_sc_rooms-wrapper > .mphb-room-type.mphb_room_type.type-mphb_room_type.has-post-thumbnail .mphb-loop-room-thumbnail img {
  object-fit: cover;
  border-radius: 10px;
}
.page #page_contents .mphb_sc_search_results-wrapper > .mphb-room-type.mphb_room_type.type-mphb_room_type.has-post-thumbnail h2.mphb-room-type-title,
.page #page_contents .mphb_sc_rooms-wrapper > .mphb-room-type.mphb_room_type.type-mphb_room_type.has-post-thumbnail h2.mphb-room-type-title {
  margin-block: 7px !important;
  font-size: 16px;
  text-align: left;
  padding-block: 17px;
}
.page #page_contents .mphb_sc_search_results-wrapper > .mphb-room-type.mphb_room_type.type-mphb_room_type.has-post-thumbnail > p,
.page #page_contents .mphb_sc_rooms-wrapper > .mphb-room-type.mphb_room_type.type-mphb_room_type.has-post-thumbnail > p {
  margin: 0;
  font-size: 16px;
}
.mphb_sc_search_results-wrapper > .mphb-room-type.mphb_room_type.type-mphb_room_type.has-post-thumbnail .mphb-loop-room-type-attributes,
.mphb_sc_rooms-wrapper > .mphb-room-type.mphb_room_type.type-mphb_room_type.has-post-thumbnail .mphb-loop-room-type-attributes {
  list-style: none;
  margin: 0;
  background-color: transparent;
}
.mphb_sc_search_results-wrapper > .mphb-room-type.mphb_room_type.type-mphb_room_type.has-post-thumbnail .mphb-room-type-facilities > span,
.mphb_sc_search_results-wrapper > .mphb-room-type.mphb_room_type.type-mphb_room_type.has-post-thumbnail .mphb-room-type-facilities,
.mphb_sc_rooms-wrapper > .mphb-room-type.mphb_room_type.type-mphb_room_type.has-post-thumbnail .mphb-room-type-facilities > span,
.mphb_sc_rooms-wrapper > .mphb-room-type.mphb_room_type.type-mphb_room_type.has-post-thumbnail .mphb-room-type-facilities {
  display: contents;
}
.mphb_sc_search_results-wrapper > .mphb-room-type.mphb_room_type.type-mphb_room_type.has-post-thumbnail .mphb-view-details-button-wrapper,
.mphb_sc_rooms-wrapper > .mphb-room-type.mphb_room_type.type-mphb_room_type.has-post-thumbnail .mphb-view-details-button-wrapper {
  display: grid;
  align-content: center;
  gap: 5px;
}
.page #page_contents .mphb_sc_search_results-wrapper > .mphb-room-type.mphb_room_type.type-mphb_room_type.has-post-thumbnail .mphb-room-type-custom-attribute,
.page #page_contents .mphb_sc_search_results-wrapper > .mphb-room-type.mphb_room_type.type-mphb_room_type.has-post-thumbnail .mphb-attribute-title,
.page #page_contents .mphb_sc_search_results-wrapper > .mphb-room-type.mphb_room_type.type-mphb_room_type.has-post-thumbnail .mphb-room-type-view,
.page #page_contents .mphb_sc_rooms-wrapper > .mphb-room-type.mphb_room_type.type-mphb_room_type.has-post-thumbnail .mphb-room-type-custom-attribute,
.page #page_contents .mphb_sc_rooms-wrapper > .mphb-room-type.mphb_room_type.type-mphb_room_type.has-post-thumbnail .mphb-attribute-title,
.page #page_contents .mphb_sc_rooms-wrapper > .mphb-room-type.mphb_room_type.type-mphb_room_type.has-post-thumbnail .mphb-room-type-view {
  display: none;
}
.mphb_sc_search_results-wrapper > .mphb-room-type.mphb_room_type.type-mphb_room_type.has-post-thumbnail .mphb-room-type-title a,
.mphb_sc_rooms-wrapper > .mphb-room-type.mphb_room_type.type-mphb_room_type.has-post-thumbnail .mphb-room-type-title a {
  font-size: 16px;
}
.mphb_sc_search_results-wrapper > .mphb-room-type.mphb_room_type.type-mphb_room_type.has-post-thumbnail .mphb-room-type-total-capacity .mphb-attribute-value::after,
.mphb_sc_rooms-wrapper > .mphb-room-type.mphb_room_type.type-mphb_room_type.has-post-thumbnail .mphb-room-type-total-capacity .mphb-attribute-value::after {
  content: "まで";
}
.mphb_sc_search_results-wrapper > .mphb-room-type.mphb_room_type.type-mphb_room_type.has-post-thumbnail .mphb-loop-room-type-attributes,
.mphb_sc_rooms-wrapper > .mphb-room-type.mphb_room_type.type-mphb_room_type.has-post-thumbnail .mphb-loop-room-type-attributes {
  list-style: none;
  margin: 0;
  display: flex;
  gap: 3px 0;
  padding: 3px 5px;
  margin: 0px 0px 0px -7px;
  width: -moz-fit-content;
  width: fit-content;
  flex-wrap: wrap;
}
.mphb_sc_search_results-wrapper > .mphb-room-type.mphb_room_type.type-mphb_room_type.has-post-thumbnail .mphb-loop-room-type-attributes span a,
.mphb_sc_rooms-wrapper > .mphb-room-type.mphb_room_type.type-mphb_room_type.has-post-thumbnail .mphb-loop-room-type-attributes span a {
  color: #333;
}
.mphb_sc_search_results-wrapper > .mphb-room-type.mphb_room_type.type-mphb_room_type.has-post-thumbnail .mphb-loop-room-type-attributes span,
.mphb_sc_rooms-wrapper > .mphb-room-type.mphb_room_type.type-mphb_room_type.has-post-thumbnail .mphb-loop-room-type-attributes span {
  background-color: #ede5da;
  color: #333;
  font-size: 12px;
  padding: 5px;
  margin-inline: 2px;
  border-radius: 3px;
  line-height: 1;
  display: block;
}

.mphb_sc_search_results-wrapper > .mphb-room-type.mphb_room_type.type-mphb_room_type.has-post-thumbnail .mphb-room-type-facilities > span,
.mphb_sc_rooms-wrapper > .mphb-room-type.mphb_room_type.type-mphb_room_type.has-post-thumbnail .mphb-room-type-facilities > span {
  display: contents;
  color: transparent;
}

.mphb_sc_search_results-wrapper > .mphb-room-type.mphb_room_type.type-mphb_room_type.has-post-thumbnail .mphb-room-type-total-capacity .mphb-attribute-value,
.mphb_sc_rooms-wrapper > .mphb-room-type.mphb_room_type.type-mphb_room_type.has-post-thumbnail .mphb-room-type-total-capacity .mphb-attribute-value {
  line-height: 1;
  display: block;
}
.page #page_contents .mphb_sc_search_results-wrapper > .mphb-room-type.mphb_room_type.type-mphb_room_type.has-post-thumbnail > .mphb-regular-price span,
.page #page_contents .mphb_sc_rooms-wrapper > .mphb-room-type.mphb_room_type.type-mphb_room_type.has-post-thumbnail > .mphb-regular-price span {
  font-size: 16px;
  color: #24a5a0;
}
.page #page_contents .mphb_sc_search_results-wrapper > .mphb-room-type.mphb_room_type.type-mphb_room_type.has-post-thumbnail > .mphb-regular-price span.mphb-price-period::first-letter,
.page #page_contents .mphb_sc_search_results-wrapper > .mphb-room-type.mphb_room_type.type-mphb_room_type.has-post-thumbnail > .mphb-regular-price span.mphb-price,
.page #page_contents .mphb_sc_rooms-wrapper > .mphb-room-type.mphb_room_type.type-mphb_room_type.has-post-thumbnail > .mphb-regular-price span.mphb-price-period::first-letter,
.page #page_contents .mphb_sc_rooms-wrapper > .mphb-room-type.mphb_room_type.type-mphb_room_type.has-post-thumbnail > .mphb-regular-price span.mphb-price {
  font-weight: bold;
}
.page #page_contents .mphb_sc_search_results-wrapper > .mphb-room-type.mphb_room_type.type-mphb_room_type.has-post-thumbnail > .mphb-regular-price span.mphb-price-period,
.page #page_contents .mphb_sc_rooms-wrapper > .mphb-room-type.mphb_room_type.type-mphb_room_type.has-post-thumbnail > .mphb-regular-price span.mphb-price-period {
  display: inline-block;
}
.page #page_contents .mphb_sc_search_results-wrapper > .mphb-room-type.mphb_room_type.type-mphb_room_type.has-post-thumbnail > .mphb-regular-price span.mphb-tax-information {
  display: none;
}
.page #page_contents .mphb_sc_rooms-wrapper > .mphb-room-type.mphb_room_type.type-mphb_room_type.has-post-thumbnail > .mphb-regular-price span.mphb-tax-information {
  color: #333;
}
.page #page_contents .mphb_sc_search_results-wrapper > .mphb-room-type.mphb_room_type.type-mphb_room_type.has-post-thumbnail > .mphb-regular-price span,
.page #page_contents .mphb_sc_search_results-wrapper > .mphb-room-type.mphb_room_type.type-mphb_room_type.has-post-thumbnail .mphb-rooms-quantity-wrapper span {
  font-size: 16px;
}

.page #page_contents .mphb_sc_search_results-wrapper > .mphb-room-type.mphb_room_type.type-mphb_room_type.has-post-thumbnail .mphb-rooms-quantity {
  font-weight: bold;
  border-radius: 3px;
  color: #fff;
  background-color: #24a5a0;
}
.page #page_contents .mphb_sc_search_results-wrapper > .mphb-room-type.mphb_room_type.type-mphb_room_type.has-post-thumbnail .mphb-reserve-room-section {
  display: contents;
}
.page #page_contents .mphb_sc_search_results-wrapper > .mphb-room-type.mphb_room_type.type-mphb_room_type.has-post-thumbnail > p strong,
.page #page_contents .mphb_sc_rooms-wrapper > .mphb-room-type.mphb_room_type.type-mphb_room_type.has-post-thumbnail > p strong {
  display: none;
}
.page #page_contents .mphb_sc_search_results-wrapper > .mphb-room-type.mphb_room_type.type-mphb_room_type.has-post-thumbnail .mphb-rooms-quantity-wrapper {
  grid-row: 5/6;
}
.mphb-reservation-details {
  display: none;
}
@media screen and (min-width: 768px) {
  .mphb_sc_search_results-wrapper > .mphb-room-type.mphb_room_type.type-mphb_room_type.has-post-thumbnail img,
  .mphb_sc_rooms-wrapper > .mphb-room-type.mphb_room_type.type-mphb_room_type.has-post-thumbnail .mphb-loop-room-thumbnail img {
    aspect-ratio: 1;
  }
  .mphb_sc_search_results-wrapper > .mphb-room-type.mphb_room_type.type-mphb_room_type.has-post-thumbnail {
    grid-template-columns: 200px 1fr auto min-content;
    grid-template-rows: auto auto auto auto 1fr;
  }
  .mphb_sc_rooms-wrapper > .mphb-room-type.mphb_room_type.type-mphb_room_type.has-post-thumbnail {
    grid-template-columns: 200px auto min-content;
    grid-template-rows: auto auto auto auto 1fr;
  }
  .page #page_contents .mphb_sc_search_results-wrapper > .mphb-room-type.mphb_room_type.type-mphb_room_type.has-post-thumbnail .mphb-loop-room-thumbnail,
  .mphb_sc_rooms-wrapper > .mphb-room-type.mphb_room_type.type-mphb_room_type.has-post-thumbnail .mphb-loop-room-thumbnail {
    grid-row: 1/6;
    align-content: center 
  }
  .mphb_sc_search_results-wrapper > .mphb-room-type.mphb_room_type.type-mphb_room_type.has-post-thumbnail h2.mphb-room-type-title {
    grid-column: 2/5;
  }
  .page #page_contents .mphb_sc_search_results-wrapper > .mphb-room-type.mphb_room_type.type-mphb_room_type.has-post-thumbnail .mphb-loop-room-type-attributes,
  .page #page_contents .mphb_sc_search_results-wrapper > .mphb-room-type.mphb_room_type.type-mphb_room_type.has-post-thumbnail > p:nth-of-type(2),
  .page #page_contents .mphb_sc_rooms-wrapper > .mphb-room-type.mphb_room_type.type-mphb_room_type.has-post-thumbnail h2.mphb-room-type-title {
    grid-column: 2/4;
  }
  .page #page_contents .mphb_sc_search_results-wrapper > .mphb-room-type.mphb_room_type.type-mphb_room_type.has-post-thumbnail .mphb-regular-price {
    grid-column: 3/4;
  }
  .page #page_contents .mphb_sc_search_results-wrapper > .mphb-room-type.mphb_room_type.type-mphb_room_type.has-post-thumbnail .mphb-rooms-quantity-wrapper {
    grid-column: 2/3;
    grid-row: 4/5;
  }
  .mphb_sc_search_results-wrapper > .mphb-room-type.mphb_room_type.type-mphb_room_type.has-post-thumbnail .mphb-view-details-button-wrapper {
    grid-column: 4/5;
    grid-row: 2/4;
    align-content: end;
  }
  .mphb_sc_search_results-wrapper > .mphb-room-type.mphb_room_type.type-mphb_room_type.has-post-thumbnail .mphb-button {
    grid-column: 4/5;
    grid-row: 4/6;
  }
  .mphb_sc_rooms-wrapper > .mphb-room-type.mphb_room_type.type-mphb_room_type.has-post-thumbnail .mphb-view-details-button-wrapper {
    grid-column: 3/4;
    grid-row: 2/6;
  }
}
@media screen and (max-width: 767px) {
  .mphb_sc_search_results-wrapper > .mphb-room-type.mphb_room_type.type-mphb_room_type.has-post-thumbnail .mphb-loop-room-type-attributes,
  .mphb_sc_rooms-wrapper > .mphb-room-type.mphb_room_type.type-mphb_room_type.has-post-thumbnail .mphb-loop-room-type-attributes {
    justify-content: center;
  }
  .page #page_contents .mphb_sc_search_results-wrapper > .mphb-room-type.mphb_room_type.type-mphb_room_type.has-post-thumbnail .mphb-rooms-quantity-wrapper,
  .page #page_contents .mphb_sc_search_results-wrapper > .mphb-room-type.mphb_room_type.type-mphb_room_type.has-post-thumbnail h2.mphb-room-type-title,
  .page #page_contents .mphb_sc_rooms-wrapper > .mphb-room-type.mphb_room_type.type-mphb_room_type.has-post-thumbnail h2.mphb-room-type-title,
  .page #page_contents .mphb_sc_search_results-wrapper > .mphb-room-type.mphb_room_type.type-mphb_room_type.has-post-thumbnail > p,
  .page #page_contents .mphb_sc_rooms-wrapper > .mphb-room-type.mphb_room_type.type-mphb_room_type.has-post-thumbnail > p {
    text-align: center;
  }
  .mphb_sc_search_results-wrapper > .mphb-room-type.mphb_room_type.type-mphb_room_type.has-post-thumbnail,
  .mphb_sc_rooms-wrapper > .mphb-room-type.mphb_room_type.type-mphb_room_type.has-post-thumbnail {
    padding-block: 10px;
  }
  .mphb_sc_search_results-wrapper > .mphb-room-type.mphb_room_type.type-mphb_room_type.has-post-thumbnail:first-of-type,
  .mphb_sc_rooms-wrapper > .mphb-room-type.mphb_room_type.type-mphb_room_type.has-post-thumbnail:first-of-type {
    padding-block: 20px;
  }
  #mphb-booking-details .mphb-room-details p.mphb-adults-chooser > label {
    display: block;
  }
  .mphb_sc_checkout-form > #mphb-coupon-details > p {
    display: grid;
  }
  .mphb_sc_checkout-form > #mphb-coupon-details #mphb_coupon_code {
    width: 90%;
  }
}

.datepick-popup .datepick {
  width: 455px !important;
  max-width: 90vw;
  line-height: 2;
  font-size: 14px;
}
.datepick-popup .mphb-datepicker-minimal.mphb-datepick-popup .datepick-month td .mphb-selectable-date {
  color: #885d1a;
}
.datepick-popup .mphb-datepicker-minimal.mphb-datepick-popup .datepick-month td .mphb-date-cell {
  border-radius: 3px;
}
.datepick-popup .mphb-datepicker-minimal.mphb-datepick-popup.mphb-check-out-datepick .datepick-month td a.mphb-date-cell.mphb-check-in-date,
.datepick-popup .mphb-datepicker-minimal.mphb-datepick-popup.mphb-check-out-datepick .datepick-month td span.mphb-date-cell.mphb-check-in-date,
.datepick-popup .mphb-datepicker-minimal.mphb-datepick-popup .datepick-month td .datepick-highlight.mphb-selectable-date,
.datepick-popup .mphb-datepicker-minimal.mphb-datepick-popup .datepick-month td .datepick-selected,
.datepick-popup .mphb-datepicker-minimal.mphb-datepick-popup .datepick-month td .mphb-check-in-date {
  background-color: #24a5a0;
  color: #fff;
}
.datepick-popup .mphb-datepicker-minimal.mphb-datepick-popup.mphb-check-out-datepick .datepick-month td a.mphb-date-cell.mphb-check-in-date,
.datepick-popup .mphb-datepicker-minimal.mphb-datepick-popup.mphb-check-out-datepick .datepick-month td span.mphb-date-cell.mphb-check-in-date {
  pointer-events: none;
  opacity: 0.75;
}



/*
サイト詳細ページ
*/

body.single.mphb_template__custom_class,
body.single.mphb_room_type__custom_class {
  background: #ede5da !important;
}
.mphb_template__custom_class #container,
.mphb_room_type__custom_class #container {
  position: relative;
}

.mphb_room_type__title {
  position: relative;
  width: 100%;
  height: 300px;
  display: grid;
  place-content: center;
  text-align: center;
  gap: 32px;
}
.mphb_room_type__title::before {
  content: "";
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.mphb_room_type__title .mphb-room-type p:nth-of-type(2),
.mphb_room_type__title > h1 {
  position: relative;
  font-size: 32px;
  color: #fff;
  text-shadow: 0px 0px 10px #000;
}
.mphb_room_type__title .mphb-room-type p:nth-of-type(2) {
  font-size: 22px;
}
.mphb_room_type__title img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: -1;
}
.mphb_room_type__title > h1,
.mphb_room_type__title > .mphb_sc_room-wrapper > .mphb-room-type{
  max-width: 90%;
  width: 950px;
  padding: 0 60px;
}
.mphb-reserve-room-section > p.mphb-period-price.mphb-regular-price > span.mphb-tax-information.taxes-included,
.mphb_room_type__contents .mphb-regular-price strong,
.mphb_room_type__contents .mphb-room-type-details-title {
  display: none;
}

.mphb_room_type__contents {
  background: rgba(255, 255, 255, 0.4);
  padding: 60px;
  margin-block: 50px 80px;
  width: 950px;
  max-width: 90%;
  margin-inline: auto;
}

.mphb_template__custom_class #container .PlanDetailScreen_info-body__E0MIz td,
.mphb_template__custom_class #container .PlanDetailScreen_info-body__E0MIz th,
.mphb_room_type__custom_class #container .PlanDetailScreen_info-body__E0MIz td,
.mphb_room_type__custom_class #container .PlanDetailScreen_info-body__E0MIz th {
  border: 1px solid #ddd;
  padding: 17px 25px;
  line-height: 2.2;
  background: #fff;
}
.mphb_template__custom_class #container .PlanDetailScreen_info-body__E0MIz table tr th,
.mphb_room_type__custom_class #container .PlanDetailScreen_info-body__E0MIz table tr th {
  background: #ebf6f3;
  font-weight: bold;
  line-height: 1.6em;
  vertical-align: middle;
  padding: 15px;
}
.mphb_template__custom_class #container .PlanDetailScreen_info-body__E0MIz table tr th.header,
.mphb_room_type__custom_class #container .PlanDetailScreen_info-body__E0MIz table tr th.header {
  background: #24a5a0 !important;
  color: #fff !important;
}
.mphb_template__custom_class #container .PlanDetailScreen_info-body__E0MIz table tr td,
.mphb_room_type__custom_class #container .PlanDetailScreen_info-body__E0MIz table tr td {
  line-height: 1.6em;
  vertical-align: middle;
  padding: 15px;
}
@media screen and (max-width: 1051px) {
  .mphb_room_type__contents {
    margin: 30px 20px 20px;
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .mphb_room_type__contents {
    padding: 50px 15px;
    margin: 30px 10px 80px;
    width: auto;
  }
}

@media screen and (max-width: 600px) {
  .mphb_room_type__title > h1 {
    font-size: 20px;
  }
  .mphb_room_type__title .mphb-room-type p:nth-of-type(2) {
    font-size: 18px;
  }
  .mphb_room_type__title,
  .mphb_room_type__title img {
    height: 240px;
  }
  .mphb_room_type__title > h1,
  .mphb_room_type__title > .mphb_sc_room-wrapper > .mphb-room-type{
    padding: 0 15px;
    margin: 0 10px 0;
    width: auto;
  }
}

.mphb_template__custom_class #container h2,
.mphb_room_type__custom_class #container h2 {
  position: relative;
  font-size: 26px;
  text-align: center;
  color: #7a4b00;
  padding: 20px;
  margin-top: 80px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .mphb_template__custom_class #container h2,
  .mphb_room_type__custom_class #container h2 {
    font-size: 22px;
    padding: 20px 0;
  }
}
.mphb_template__custom_class #container h2:before,
.mphb_template__custom_class #container h2:after,
.mphb_room_type__custom_class #container h2:before,
.mphb_room_type__custom_class #container h2:after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 6px;
  box-sizing: border-box;
}

.mphb_template__custom_class #container h2:before,
.mphb_room_type__custom_class #container h2:before {
  top: 0;
  border-top: 2px solid #7a4b00;
  border-bottom: 1px solid #7a4b00;
}

.mphb_template__custom_class #container h2:after,
.mphb_room_type__custom_class #container h2:after {
  bottom: 0;
  border-top: 1px solid #7a4b00;
  border-bottom: 2px solid #7a4b00;
}

.mphb_template__custom_class #container h2 span,
.mphb_room_type__custom_class #container h2 span {
  font-size: 0.8em;
}

.mphb_template__custom_class #container h3,
.mphb_room_type__custom_class #container h3 {
  font-size: 22px;
  color: #7a4b00;
  border-left: 5px solid #7a4b00;
  padding: 5px 10px !important;
  margin-top: 20px;
  margin-bottom: 15px;
}
.mphb_template__custom_class #container h4,
.mphb_room_type__custom_class #container h4 {
  font-size: 22px;
  color: #000;
  margin-top: 20px;
  margin-bottom: 15px;
}
.mphb_template__custom_class #container p,
.mphb_room_type__custom_class #container p {
  line-height: 1.6em;
}
.mphb_template__custom_class #container ul,
.mphb_template__custom_class #container ol,
.mphb_room_type__custom_class #container ul,
.mphb_room_type__custom_class #container ol {
  list-style: circle outside none;
  margin-left: 1.3em;
  line-height: 1.6em;
}

.mphb_template__custom_class #container input.mphb-confirm-reservation,
.mphb_room_type__custom_class #container input.mphb-confirm-reservation {
  display: inline-block;
  color: #fff;
  font-weight: bold;
  background-color: #24a5a0;
  border-color: transparent;
  cursor: pointer;
  box-sizing: border-box;
  min-width: 228px;
  position: relative;
  height: 59px;
  line-height: 59px;
  text-align: center;
  font-size: 16px;
  overflow: hidden;
  padding: 0 20px;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  z-index: 2;
}
.mphb_template__custom_class #container input.mphb-confirm-reservation:hover,
.mphb_room_type__custom_class #container input.mphb-confirm-reservation:hover {
  color: #24a5a0;
  background-color: #fff;
  border: 1px solid #24a5a0;
}
.mphb_template__custom_class #container p.mphb-reserve-btn-wrapper input,
.mphb_room_type__custom_class #container p.mphb-reserve-btn-wrapper input {
  background: transparent;
  width: 100%;
  height: 100%;
  padding: 0 20px;
  border: 0;
  color: #fff;
  position: relative;
  z-index: 1;
}
.mphb_template__custom_class #container p.mphb-reserve-btn-wrapper:hover input,
.mphb_room_type__custom_class #container p.mphb-reserve-btn-wrapper:hover input {
  color: #24a5a0;
}
.mphb_template__custom_class #container p.mphb-reserve-btn-wrapper,
.mphb_room_type__custom_class #container p.mphb-reserve-btn-wrapper {
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 228px;
  position: relative;
  height: 59px;
  line-height: 59px;
  text-align: center;
  font-size: 16px;
  color: #7a4b00;
  background-color: #24a5a0;
  overflow: hidden;
  border: 1px solid transparent;
  padding: 0;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  z-index: 2;
}
.mphb_template__custom_class #container p.mphb-reserve-btn-wrapper:hover,
.mphb_room_type__custom_class #container p.mphb-reserve-btn-wrapper:hover {
  border-color: #24a5a0;
}
.mphb_template__custom_class #container p.mphb-reserve-btn-wrapper::after,
.mphb_room_type__custom_class #container p.mphb-reserve-btn-wrapper::after {
  position: absolute;
  content: "";
  background-color: #fff;
  transform: skewX(45deg);
  width: calc(100% + 70px);
  height: calc(100% + 2px);
  left: calc(-100% - 70px);
  top: 0;
  transform-origin: bottom left;
  transition: all 0.3s ease;
  z-index: -1;
}
.mphb_template__custom_class #container p.mphb-reserve-btn-wrapper:hover:after,
.mphb_room_type__custom_class #container p.mphb-reserve-btn-wrapper:hover:after {
  left: 0;
}
.mphb_room_type__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-content: start;
  gap: 20px 40px;
  margin-block-end: 20px;
}
#container .mphb_room_type__grid h2 {
  margin-block: 0;
  background-color: #f4efe9;
}

.mphb_room_type__grid .mphb-loop-room-thumbnail {
  pointer-events: none;
}
.mphb_room_type__grid .mphb-loop-room-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
#container .mphb_room_type__grid .mphb_room_type__detail h2,
#container .mphb_room_type__grid .mphb_room_type__check h2 {
  width: 100%;
  padding-inline: 0;
}
.mphb_room_type__grid .mphb_room_type__detail {
  background-color: #ede5da;
  display: grid;
  justify-items: center;
  grid-template-rows: auto 1fr;
}
.mphb_room_type__grid .mphb_room_type__detail .mphb_sc_room-wrapper  {
  align-self: center;
}

#container .mphb_room_type__grid .mphb_room_type__detail ul {
  align-self: center;
  line-height: 1.6em;
  justify-content: center;
  margin-inline: 2em;
}

.mphb_room_type__grid .mphb_room_type__check {
  background-color: #ede5da;
  display: grid;
  justify-items: center;
  justify-content: center;
  align-content: start;
}
.mphb_room_type__grid .mphb_room_type__check form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1em;
  margin: 10px;
}
.mphb_room_type__grid .mphb_room_type__check form .mphb-datepick {
  width: 100%;
  height: 45px;
}
.mphb_room_type__grid .mphb_room_type__check form .mphb-reserve-btn-wrapper {
  grid-column: 1/3;
  justify-self: center;
}

.mphb_room_type__grid .mphb_room_type__check form .mphb-reserve-room-section {
  grid-column: 1/3;
  display: grid;
  justify-items: center;
  gap: 1em;
  padding-block-end: 10px;
}
@media screen and (max-width: 960px) {
  .mphb_room_type__grid {
    display: grid;
    grid-template-columns: auto;
    align-content: start;
    gap: 20px 40px;
  }
  .mphb_room_type__grid .mphb_room_type__check {
    justify-content: unset;
  }
  .mphb_room_type__grid .mphb_room_type__detail .mphb_room_type__detail-price {
    padding-block: 20px;
  }
}
@media screen and (max-width: 767px) {
  .mphb_room_type__grid .mphb_room_type__check form {
    grid-template-columns: auto;
  }
  .mphb_room_type__grid .mphb_room_type__check form .mphb-reserve-btn-wrapper,
  .mphb_room_type__grid .mphb_room_type__check form .mphb-reserve-room-section {
    grid-column: 1/2;
  }
}

.mphb_room_type__grid > .mphb_sc_availability_calendar-wrapper .mphb-calendar .datepick {
  width: auto !important;
  line-height: 2;
  font-size: 14px;
}

.mphb_room_type__grid > .mphb_sc_availability_calendar-wrapper .mphb-calendar .datepick .datepick-ctrl {
  display: grid;
  grid-template-columns: auto auto;
  justify-content: space-between;
}

.mphb-calendar.mphb-datepick .mphb-datepicker-minimal .datepick-month td .mphb-selectable-date--check-in,
.mphb-calendar.mphb-datepick .mphb-datepicker-minimal .datepick-month td .mphb-selectable-date--check-out {
  color: #885D1A;
}

.mphb-calendar.mphb-datepick .mphb-datepicker-minimal .datepick-month td .mphb-selected-date,
.mphb-calendar.mphb-datepick .mphb-datepicker-minimal .datepick-month td .mphb-selected-date--check-in,
.mphb-calendar.mphb-datepick .mphb-datepicker-minimal .datepick-month td .mphb-selected-date--check-out,
.mphb-calendar.mphb-datepick .mphb-datepicker-minimal .datepick-month td .mphb-selectable-date--check-out:hover,
.mphb-calendar.mphb-datepick .mphb-datepicker-minimal .datepick-month td .mphb-selectable-date--check-in:hover {
  background-color: #24a5a0;
  border-radius: 3px;
  color: #fff;
}
.mphb_room_type__contents .mphb-rooms-quantity {
  font-weight: bold;
  border-radius: 3px;
  color: #fff;
  background-color: #24a5a0;
}

.mphb_room_type__contents .mphb-price,
.mphb_room_type__contents .mphb-price-period::first-letter {
  color: #24a5a0;
  font-weight: bold;
}
.mphb_room_type__contents .mphb-price-period {
  display: inline-block;
}

.mphb-coupon-code-wrapper.mphb-checkout-section{
  display: grid;
  grid-auto-flow: column;
  justify-content: start;
  gap: 10px;
}
.mphb-coupon-code-wrapper.mphb-checkout-section .mphb-coupon-message,
.page__custom_class .mphb-errors-wrapper{
  color: #fff;
}

.mphb_room_type__contents > .mphb_sc_booking_form-wrapper .mphb-booking-form .mphb-reserve-room-section {
  display: grid;
  justify-items: center;
  justify-content: center;
  gap: 1em;
}
.mphb_room_type__contents > .mphb_sc_booking_form-wrapper .mphb-booking-form .mphb-reserve-room-section .mphb-rooms-quantity {
  display: inline;
  width: auto;
}


.mphb_sc_checkout-form {
  display: flex;
  flex-direction: column;
}
.mphb_sc_checkout-wrapper .mphb-login-form-wrap {
  margin-block-end: 20px;
}
.mphb_sc_checkout-form > .mphb-checkout-text-wrapper.mphb-checkout-section {
  order: 1;
  background: #ffbdbd;
  padding: 20px;
  margin-block: 30px 50px;
}
.page #page_contents .mphb_sc_checkout-form > .mphb-checkout-text-wrapper.mphb-checkout-section > p {
  margin-block: 0;
}
.mphb_sc_checkout-form > #mphb-booking-details {
  order: 2;
}
.mphb_sc_checkout-form > #mphb-booking-details .mphb-rate-chooser{
  display: none;
}
.mphb_sc_checkout-form > #mphb-booking-details .mphb-reserve-rooms-details > .mphb-room-details select {
  background: #24a5a0;
  color: #fff;
  font-weight: bold;
}
.mphb_sc_checkout-form > #mphb-booking-details .mphb-reserve-rooms-details > .mphb-room-details > .mphb-guest-name-wrapper {
  display: none;
}
.mphb_sc_checkout-form > #mphb-booking-details .mphb-reserve-rooms-details > .mphb-room-details .mphb-services-details-title {
  margin-top: 50px;
  font-size: 22px;
  color: #7a4b00;
  border-left: 5px solid #7a4b00;
  padding: 5px 10px !important;
}
#mphb-customer-details {
  display: grid;
  grid-template-columns: 1fr 1fr;
  order: 3;
}
.mphb_sc_checkout-form > #mphb-price-details {
  order: 4;
}
.mphb_sc_checkout-form > #mphb-price-details .mphb-price-breakdown-title {
  font-size: 22px;
  color: #7a4b00;
  border-left: 5px solid #7a4b00;
  padding: 5px 10px !important;
}
.mphb_sc_checkout-form > #mphb-coupon-details {
  order: 5;
  color: #fff;
  background: #24a5a0;
  padding-top: 20px;
  padding-bottom: 5px;
  padding-left: 20px;
  margin-top: 0;
}
.mphb_sc_checkout-form > .mphb-apply-coupon-code-button {
  padding-block-start: 2px;
}
.mphb_sc_checkout-form > .mphb-total-price {
  order: 6;
  margin-top: 20px;
  font-size: larger;
}
.mphb_sc_checkout-form > .mphb-total-price .mphb-price {
  color: #24a5a0;
  font-weight: bold;
}
.mphb_sc_checkout-form > #mphb-billing-details {
  order: 7;
}
.mphb_sc_checkout-form > .mphb-checkout-terms-wrapper.mphb-checkout-section {
  order: 8;
}
.mphb_sc_checkout-form > .mphb_sc_checkout-submit-wrapper {
  order: 9;
}
.mphb_sc_checkout-form > .mphb-errors-wrapper {
  order: 10;
}
#mphb-customer-details .mphb-customer-details-title,
#mphb-customer-details .mphb-required-fields-tip,
#mphb-customer-details .mphb-customer-address,
#mphb-customer-details .mphb-customer-address1,
#mphb-customer-details .mphb-customer-additional-information,
#mphb-customer-details .mphb-customer-note {
  grid-column: 1/3;
}
/* #mphb-customer-details .mphb-customer-arrival-time select,
#mphb-customer-details .mphb-customer-number-of-dogs select {
  width: calc(50% - 30px);
} */
#mphb-customer-details input,
#mphb-customer-details select,
#mphb-customer-details textarea {
  width: calc(100% - 30px);
}
#mphb-customer-details
input::placeholder,
#mphb-customer-details
textarea::placeholder{
color: #bbb;
}
#mphb-customer-details .mphb-customer-create-account {
  display: grid;
  grid-auto-flow: column;
  justify-content: start;
  align-items: center;
  gap: 10px;
}

#mphb-customer-details .mphb-customer-create-account input {
  width: 15px;
  aspect-ratio: 1;
}

.mphb_room_type__detail-price {
    text-align: center;
    display: grid;
    gap: 0.5em;
    align-content: center;
    width: 90%;
    border-block-end: 1px solid #7a4b00;
}
.mphb_room_type__detail > .mphb_sc_room-wrapper {
  padding-block: 15px;
}
@media screen and (max-width:767px) {
  .mphb_sc_checkout-form > #mphb-coupon-details {
    padding-inline: 4px;
  }
  #mphb-customer-details {
    grid-template-columns: auto;
  }
  #mphb-customer-details .mphb-customer-details-title,
  #mphb-customer-details .mphb-required-fields-tip,
  #mphb-customer-details .mphb-customer-address,
  #mphb-customer-details .mphb-customer-address1,
  #mphb-customer-details .mphb-customer-additional-information,
  #mphb-customer-details .mphb-customer-arrival-time,
  #mphb-customer-details .mphb-customer-number-of-dogs,
  #mphb-customer-details .mphb-customer-note {
    grid-column: auto;
  }
  #mphb-customer-details .mphb-customer-arrival-time select,
  #mphb-customer-details .mphb-customer-number-of-dogs select,
  #mphb-customer-details input,
  #mphb-customer-details select,
  #mphb-customer-details textarea {
    width: 90%;
  }
  .mphb-coupon-code-wrapper.mphb-checkout-section {
    grid-template-columns: 220px auto;
    align-items: end;
    justify-content: center;
  }
  .mphb-coupon-code-wrapper.mphb-checkout-section .mphb-coupon-message {
    grid-column: 1/3;
    grid-row: 2/3;
    color: #fff;
  }
}

.mphb-payment-messages {
  font-weight: 700;
}
.mphb-booking-details-section.booking .mphb-booking-details > li.booking-check-out,
.mphb-booking-details-section.payment .mphb-booking-details > li.payment-number:nth-of-type(4) {
  border: 0;
}
.mphb-booking-details-section.booking .booking-price,
.mphb-booking-details-section.booking .booking-status,
.mphb-booking-details-section.payment .mphb-booking-details > li.payment-number:last-of-type {
  opacity: 0;
  pointer-events: none;
  height: 0;
}
.mphb-payment-instructions {
  color: #f00;
}
#access.booking__reservation-completed {
  padding-block-start: 80px;
}
@media screen and (max-width: 767px) {
  #access.booking__reservation-completed {
    padding-block-start: 40px;
  }
}


.mphb_room_type__custom_class #main_contents.no_side_content {
  width: 1030px;
  margin-block: 50px;
  margin-inline: auto;
  padding: 60px;
  padding-block-start: 70px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.4);
}

section.front_section#plan .inner .content ul.wrap_flex li.plan_item .inner .image_wrap .image,
section.front_section#plan .inner .content ul.wrap_flex li.plan_item .inner {
  transition: 0.3s;
}
section.front_section#plan .inner .content ul.wrap_flex li.plan_item .inner:hover {
  box-shadow: 0 2px 6px #0003;
}
section.front_section#plan .inner .content ul.wrap_flex li.plan_item .inner:hover .image_wrap .image {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.page__custom_class #page_contents .mphb_sc_account input[type="text"],
.page__custom_class #page_contents .mphb_sc_account input[type="password"] {
  display: block;
}
.page__custom_class.logged-in #page_contents .mphb_sc_account input[type="text"],
.page__custom_class.logged-in #page_contents .mphb_sc_account input[type="password"] {
  display: inline;
}

.page__custom_class #page_contents .mphb_sc_account .login-submit #wp-submit,
.page__custom_class.logged-in #page_contents .mphb_sc_account .mphb-account-details-form > p:last-of-type input {
  display: inline-block;
  color: #fff;
  font-weight: bold;
  background-color: #24a5a0;
  border-color: transparent;
  cursor: pointer;
  box-sizing: border-box;
  min-width: 228px;
  position: relative;
  height: 59px;
  line-height: 59px;
  text-align: center;
  font-size: 16px;
  overflow: hidden;
  padding: 0 20px;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  z-index: 2;
}
.page__custom_class #page_contents .mphb_sc_account .login-submit #wp-submit:hover {
  color: #24a5a0;
  background-color: #fff;
  border: 1px solid #24a5a0;
}
.page__custom_class.logged-in #page_contents .mphb_sc_account .mphb-account-details-form > p:last-of-type input {
  color: #7a4b00;
  background-color: #fff;
  border: 1px solid #7a4b00;
}
.page__custom_class #page_contents .mphb_sc_account .login-submit #wp-submit,
.page__custom_class.logged-in #page_contents .mphb_sc_account .mphb-account-details-form > p:last-of-type input {
  background: transparent;
  width: 100%;
  height: 100%;
  padding: 0 20px;
  border: 0;
  color: #fff;
  position: relative;
  z-index: 1;
}
.page__custom_class #page_contents .mphb_sc_account .login-submit:hover #wp-submit:hover {
  color: #24a5a0;
}
.page__custom_class.logged-in #page_contents .mphb_sc_account .mphb-account-details-form > p:last-of-type input:hover {
  color: #7a4b00;
}
.page__custom_class #page_contents .mphb_sc_account .login-submit,
.page__custom_class.logged-in #page_contents .mphb_sc_account .mphb-account-details-form > p:last-of-type {
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 228px;
  position: relative;
  height: 59px;
  line-height: 59px;
  text-align: center;
  font-size: 16px;
  color: #7a4b00;
  background-color: #24a5a0;
  overflow: hidden;
  border: 1px solid transparent;
  padding: 0;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  z-index: 2;
}
.page__custom_class.logged-in #page_contents .mphb_sc_account .mphb-account-details-form > p:last-of-type {
  background-color: #7a4b00;
}
.page__custom_class #page_contents .mphb_sc_account .login-submit:hover {
  border-color: #24a5a0;
}
.page__custom_class.logged-in #page_contents .mphb_sc_account .mphb-account-details-form > p:last-of-type:hover {
  border-color: #7a4b00;
}
.page__custom_class #page_contents .mphb_sc_account .login-submit::after,
.page__custom_class.logged-in #page_contents .mphb_sc_account .mphb-account-details-form > p:last-of-type::after {
  position: absolute;
  content: "";
  background-color: #fff;
  transform: skewX(45deg);
  width: calc(100% + 70px);
  height: calc(100% + 2px);
  left: calc(-100% - 70px);
  top: 0;
  transform-origin: bottom left;
  transition: all 0.3s ease;
  z-index: -1;
}

.page__custom_class #page_contents .mphb_sc_account .login-submit:hover:after,
.page__custom_class.logged-in #page_contents .mphb_sc_account .mphb-account-details-form > p:last-of-type:hover:after {
  left: 0;
}
.mphb-account-bookings .booking-number .booking-status {
  display: none;
}
.mphb-account-change-password > p > strong {
  display: inline-block;
  font-size: 22px;
  color: #7a4b00;
  border-left: 5px solid #7a4b00;
  padding: 5px 10px !important;
  margin-block: 20px 10px;
  line-height: 1;
}
.page-id-1375 .mphb_sc_checkout-form ul.mphb_sc_checkout-services-list {
  list-style: none;
  margin-left: 0;
}
.page-id-1375 .mphb_sc_checkout-form ul.mphb_sc_checkout-services-list input[type="checkbox"] {
  -moz-transform: scale(1.4);
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
}

.accordion-service {
  display: grid;
  grid-template-rows: 0fr;
  transition: 0.3s;
}
.service-switch-checkbox:checked ~ .accordion-service {
  grid-template-rows: 1fr;
}
.accordion-service .accordion-inner {
  overflow: hidden;
  transition: padding 0.3s;
}
.service-switch-checkbox ~ .accordion-service > .accordion-inner > h5 {
  margin: 10px 0 !important;
}
.service-switch-checkbox:checked ~ .accordion-service .accordion-inner {
  padding: 10px 0;
}
.service-switch {
  position: relative;
}
.service-switch::after {
  position: absolute;
  right: 0;
  top: 50%;
  translate: 0 -50%;
  content: "▼";
  transition: 0.3s;
  color: #7a4b00;
}
.service-switch-checkbox:checked ~ .service-switch::after {
  scale: -1 -1;
}
