
@charset "UTF-8";

#pan ul, #pan ol {
 display: none;
}
#mv + .width_fixed>.content_wrapper {
  max-width: 100% !important;
  padding: 0 8px;
}
#mv + .gallery_single .gallery_single_slider .slick-track {
  max-height: calc(100vh - 152px);
  width: 100% !important;
}
#mv + .gallery_single .gallery_single_slider .inner_item {
  max-height: calc(100vh - 152px);
  width: 100% !important;
}
#mv + .gallery_single .gallery_single_slider[data-column="1"] .inner_item img,
#mv + .gallery_single .gallery_single_slider:not([data-column]) .inner_item img {
  max-width: 100%;
}
#mv + .gallery_single .gallery_single_slider .inner_item img {
  max-height: calc(100vh - 152px);
}
@media screen and (max-width: 800px) {
  #mv + .width_fixed>.content_wrapper {
    padding: 0;
  }
}
@media screen and (max-width: 400px) {
  main {
    margin-top: 55px;
  }
}

/*フッターナビ葉山町,三浦市非表示 250410*/
footer nav ul li:has(a[href="/Hayama-machi/"]),
footer nav ul li:has(a[href="/Miura-shi/"]) {
  display: none;
}

footer {
    padding-bottom: 20px !important;
}
#cp {
    display: none;
}