@charset "UTF-8";


@media screen and (max-width: 991px) {
  .shop-child_area .lower-page_inner_bottom {
    padding-bottom: 40px;
  }
  .shop-child_area .common_dl dt,
  .shop-child_area .common_dl dd {
      margin-bottom: 10px;
  }

  .shop-child_area .common_dl dt {
      float: none;
      clear: none;
      width: 100%;
      margin-right: 0;
  }

  .shop-child_area .common_dl dd {
      margin-left: 0;
      padding-top: 0;
  }
  .shop-child_area .wrap-short.pers_area {
      padding: 0;
    }
  .shop-child_area .main-img_area {
    flex-wrap: wrap;
  }
  .shop-child_area .main-img_item {
    width: 100%;
  }

  .shop-child_area .zone_area {
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 22px;
  }
  .shop-child_area .zone_box {
    flex-wrap: wrap;
    justify-content: space-between;
    width: -webkit-calc(100% / 2 - 5px);
    width: calc(100% / 2 - 5px);
    margin: 10px 0 0;
  }
  .shop-child_area .zone_item,
  .shop-child_area .zone_item:first-child {
      width: 100%;
  }
  .shop-child_area .zone_detail {
      padding: 16px;
  }
  .shop-child_area .zone_title {
    text-align: center;
  }
}/* @media screen and (max-width: 991px) */

@media screen and (max-width: 768px) {
  .shop-child_area .banner-link_area {
    margin-top: 22px;
  }
  .shop-child_area .zone_area {
    margin-top: 0;
  }
  .shop-child_area .zone_item:first-child img {
    height: 112px;
    min-height: 112px;
  }
  .shop-child_area .zone_item:first-child {
    height: 112px;
  }
  .shop-child_area .zone_item:last-child {
    align-self: auto;
  }
  .shop-child_area .zone_detail {
    padding: 8px;
  }
  .shop-child_area .zone_title {
    margin-bottom: 4px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.4;
  }
  .shop-child_area .zone_text {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.6;
  }
  .shop-child_area .map_area iframe {
    height: 300px;
  }
  /* ご利用団体 */
  .shop-child_area .group-use_area {
    margin-top: 20px;
  }
  .shop-child_area .reservation-flow {
    margin-top: 0;
  }
  .shop-child_area .reservation-flow li {
    margin-bottom: 16px;
    font-size: 16px;
    font-size: 1.6rem;
  }

  .reservation-step {
    flex-wrap: wrap;
  }
  .reservation-step li {
    width: 100%;
    justify-content: center;
    margin-bottom: 20px;
    margin-right: 0;
  }
  .reservation-step li:not(:last-child):after {
    content: "\f0d7";
    right: 50%;
    top: 38px;
  }
/* よくある質問 =============================================================== */
  .faq_box .faq_detail {
    padding: 12px 8px 0;
    margin: 12px 0 0;
  }
  .faq_area .qa-q {
    margin-bottom: 0;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.4;
    background: url(../image/faq/faq-icon-q.svg) no-repeat left 3px;
    background-size: 25px 25px;
  }
  .faq_area .qa-a {
    background: url(../image/faq/faq-icon-a.svg) no-repeat left 3px;
    background-size: 25px 25px;
  }
  .qa-q, .qa-a {
    padding: 5px 0 0 35px;
    min-height: 40px;
    line-height: 1.6;
    font-size: 16px;
    font-size: 1.6rem;
  }

}/* @media screen and (max-width: 768px) */

@media screen and (max-width: 320px) {

}/*iPhone 5s/5/SE*/


