@charset "UTF-8";
.shop-child_area section {
  position: relative;
  z-index: 5;
}
.shop-child_area main {
  position: relative;
}
.shop-child_area .bg-shop-1 {
   background-image: url(../image/common/bg-shop_01.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 1240px;
  max-width: 100%;
  height: 6487px;
  position: absolute;
  top: 590px;
  right: 0;
}

.shop-child_area .banner-link_area {
  margin-top: 48px;
}
.shop-child_area .pers_area img:first-child {
  margin-bottom: 20px;
}
.shop-child_area .zone_area {
  margin-top: 32px;
}
.shop-child_area .zone_box {
  background-color: #EBFAF3;
  margin-bottom: 8px;
}
.shop-child_area .zone_box:last-child {
  margin-bottom: 0;
}
.shop-child_area .zone_item:first-child img {
  object-fit: cover;
  height: 100%;
  min-height: 225px;
}
.shop-child_area .zone_item {
  width: -webkit-calc(100% - 320px);
  width: calc(100% - 320px);
}
.shop-child_area .zone_item:first-child {
  width: 320px;
}
.shop-child_area .zone_item:last-child {
  align-self: center;
}
.shop-child_area .zone_detail {
  padding: 32px 32px 43px;
}
.shop-child_area .zone_title {
  margin-bottom: 8px;
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
}
.shop-child_area .zone_text {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2;
}
.shop-child_area .map_area {
  margin-bottom: 32px;
}
.shop-child_area .map_area iframe {
  width: 100%;
}
.shop-child_area .reservation-flow li {
  margin-bottom: 32px;
  font-size: 18px;
  font-size: 1.8rem;
  padding-left: 1em;
  text-indent: -1em;
}
.shop-child_area .group-use_area {
  margin-top: 40px;
}
.shop-child_area .group-use_list dd:last-child {
  margin-bottom: 0;
}
.shop-child_area .reservation-flow {
  margin-top: 40px;
}
.shop-child_area .reservation-calendar {
  margin-bottom: 24px;
}
.shop-child_area .reservation-calendar iframe {
  width: 100%;
  height: 400px;
  border: none;
}
/* 団体ご利用と予約について */
.reservation-step li {
  position: relative;
  display: flex;
  align-items: center;
  background-color: #f2f2f2;
  padding: 10px 8px;
  margin-right: 20px;
  line-height: 1.2;
  font-size: 14px;
  font-size: 1.4rem;
}
.reservation-step li:not(:last-child):after {
  position: absolute;
  right: -20px;
  top: 38%;
  font-family: "Font Awesome 5 Free";
  content: "\f0da";
  font-weight: 900;
  display: inline-block;
  vertical-align: 0;
  width: 7px;
  height: 12px;
  margin: 0 5px;
  color: #0068b6;
}
.reservation-step li:last-child {
  margin-right: 0;
}

.reservation-step li span {
  display: flex;
  align-items: center;
}
.reservation-flow .anker_link a {
  display: inline-block;
  color: #008EBA;
  text-indent: initial;
}
.reservation-flow .anker_link a:before {
  content: none;
  display: inline-block;
}
/* よくある質問 =============================================================== */
.faq_anker_area {
  flex-wrap: wrap;
  margin-bottom: 24px;
}
.faq_anker_area a {
  margin: 0 32px 16px 0;
  font-weight: bold;
}

.faq_anker_area a:hover:before {
  color: #007DA3;
}
.faq_box {
  padding-bottom: 32px;
  background-color: #EBFAF3;
}
.faq_box h2.faq-title {
  width: 100%;
  padding: 8px 8px 5px 16px;
  text-align: left;
  background-color: #00BC65;
  color: #FFF;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
}
.faq_box .faq_detail {
  border-top: 2px dotted #fff;
  padding: 24px 16px 0;
  margin: 24px 0 0;
}
.faq_box .faq_detail:nth-of-type(1) {
  border-top: none;
  margin: 0;
}
.qa-q,
.qa-a {
  padding: 5px 0 0 50px;
  min-height: 40px;
  line-height: 1.8;
  font-size: 18px;
  font-size: 1.8rem;
  color: #1A1311;
}
.faq_area .qa-q {
  margin-bottom: 15px;
  background: url("../image/faq/faq-icon-q.svg") no-repeat left 5px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
}
.faq_area .qa-a {
  background: url("../image/faq/faq-icon-a.svg") no-repeat left 5px;
}
.price-list .notes-list.notes_color {
  color: #FFF;
}
