/* Shared */
.page {
  padding: 70px 0 0;
}

@media (max-width: 575.98px) {
  .page {
    padding: 60px 0 25px;
  }
}

.u-text-center {
  text-align: center;
}

.u-float-right {
  float: right;
}

#bar {
  z-index: 100;
  filter: progid:DXImageTransform.Microsoft.Shadow(Color='#999999', Direction=180, Strength=3);
  text-align: center;
  color: #232323;
  border-top: 6px solid #666;
  background: none #fff;
  -webkit-box-shadow: 0 0 7px #999;
  -moz-box-shadow: 0 0 7px #999;
  box-shadow: 0 0 7px #999;
  -ms-filter: progid:DXImageTransform.Microsoft.Shadow(Color='#999999', Direction=180, Strength=3);
}

#bar #logo {
  margin: 13px 5px 13px 15px;
}

#bar h1 {
  position: absolute;
  top: 5px;
  left: 50%;
  width: 250px;
  margin-left: -125px;
}

#bar h1 img {
  width: 100%;
}

#footer {
  font-family: arial;
  font-size: 12px;
  line-height: 30px;
  /* position: fixed; */
  z-index: 99;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
}

/* @media (max-width: 575.98px) {
  #footer {
    margin-bottom: 45px;
  }
} */

.ad-responsive_bottom {
  margin-top: 2rem;
}

span.back {
  position: absolute;
  z-index: 90;
  top: 12px;
  right: 12px;
  text-align: center;
}

figure {
  margin: 0;
}

.grid {
  overflow: hidden;
}

.grid-item__picture-caption {
  margin-top: 0.25rem;
  font-weight: bold;
}

.grid-item__content {
  margin-top: 0.25rem;
  text-align: left;
  font-size: 11px;
}

.lazyload,
.lazyloading {
  opacity: 0;
}

.lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

/* Index */
@media (min-width: 576px) {
  .grid {
    padding: 1rem 2rem 2rem;
  }

  .s-special-index__description {
    padding: 0 2rem 1rem;
    overflow: hidden;
  }

  .grid-item {
    margin: 0.5rem;
    width: 300px;
    /* min-height: 225px; */
  }
}

@media (max-width: 575.98px) {
  .grid {
    padding: 1rem 0;
  }

  .s-special-index__description {
    padding: 0 0.5rem;
  }

  .grid-item {
    width: 50%;
  }

  .grid-item__picture {
    padding: 0.25rem;
  }
}

.grid:after {
  content: '';
  display: block;
  clear: both;
}

.grid-item:link,
.grid-item:visited {
  color: #333;
}

.grid-item:hover {
  color: #777;
}

.grid-item:hover {
  text-decoration: none;
}

.grid-item img {
  width: 100%;
  transition: all 1s ease-out;
}

.grid-item:hover img {
  opacity: 0.6;
}

.grid-item dd {
  overflow: hidden;
}

.s-special-index__description {
  font-size: 14px;
  text-align: left;
}

.s-special-index__description p {
  margin: 0.5rem 0;
}

/* Show */
.s-special-show {
  overflow: hidden;
  width: 980px;
  margin: 20px auto 0;
  text-align: left;
}

.s-special-show__photo {
  float: left;
  width: 400px;
  margin: 0;
}

/* .s-special-show__photo-item {
  margin-top: 1.5rem;
}

.s-special-show__photo-item:first-of-type {
  margin-top: 0;
} */

.s-special-show__photo img {
  max-width: 100%;
}

.s-special-show__photo-caption {
  text-align: center;
  padding: 0.5rem 0.75rem 0;
}

.s-special-show__photo-caption strong {
  font-size: 16px;
}

.s-special-show__body {
  float: right;
  width: 560px;
}

.s-special-show__shops {
  clear: both;
  padding-top: 2rem;
}

.s-special-show__subtitle {
  font-size: 16px;
}

.s-special-show__title {
  font-size: 24px;
  font-weight: 800;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #ccc;
}

.s-special-show__description {
  font-size: 14px;
}

.s-special-show__description h3,
.s-special-show__description h2 {
  font-size: 18px;
  font-weight: 800;
  margin: 0.75rem 0;
}

.s-special-show__description > p {
  margin: 0.75rem 0 0;
}

.s-special-show__description strong {
  font-weight: 800;
}

.s-special-show__shops-lists {
  display: flex;
  justify-content: space-between;
}

.s-special-show__shops-list {
  font-size: 14px;
  line-height: 1.7;
  padding: 1rem 0.5rem;
}

/* @media (min-width:576px) {
  .s-special-show__shops-list {
    width: calc(33.3% - 1rem);
  }
} */

.s-special-show__shops-headine {
  font-weight: 800;
  padding: 0.5rem;
  border-radius: 0.25rem;
  background-color: #efefef;
  font-size: 16px;
}

.s-special-show__shops-title {
  font-weight: 800;
}

.s-special-show__shops-summary {
  border-top: 1px solid #ddd;
  margin-top: 0.25rem;
  padding-top: 0.25rem;
}

.s-special-show__shops-summary dt {
  float: left;
  color: #555;
}

.s-special-show__shops-summary dd {
  padding-left: 5rem;
}

.s-special-show__post-nav--prev,
.s-special-show__post-nav--next {
  position: fixed;
  top: calc(50% - 50px);
  z-index: 10;
  width: 325px;
  height: 100px;
  overflow: hidden;
  transition: 0.5s ease;
}

.s-special-show__post-nav--prev {
  left: 0;
}

.s-special-show__post-nav--next {
  right: 0;
}

.s-special-show__nav {
  display: block;
  position: absolute;
  top: 0;
  width: 288px;
  height: 88px;
  padding: 5px;
  border: 1px solid #ccc;
  background-color: rgba(255, 255, 255, 0.4);
  color: #333 !important;
  text-decoration: none;
}

.s-special-show__nav:before {
  display: block;
  position: fixed;
  z-index: 12;
  margin-top: -6px;
  width: 25px;
  height: 100px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  line-height: 100px;
  text-align: center;
  cursor: pointer;
  font-size: 20px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

.s-special-show__nav:hover:before {
  background-color: rgba(0, 0, 0, 0.3);
}

.s-special-show__nav--prev:before {
  left: 0;
  content: '\f104';
}

.s-special-show__nav--next:before {
  right: 0;
  content: '\f105';
}

.s-special-show__nav--prev {
  left: -300px;
  transition: 0.5s ease;
}

.s-special-show__nav--next {
  right: -300px;
  transition: 0.5s ease;
}

.s-special-show__nav--prev.active {
  left: 25px;
  transition: 0.5s ease;
}

.s-special-show__nav--next.active {
  right: 25px;
  transition: 0.5s ease;
}

.s-special-show__nav figure {
  display: flex;
  align-items: center;
}

.s-special-show__nav img {
  height: 88px;
}

.s-special-show__nav figcaption {
  padding-left: 0.5rem;
  line-height: 2;
}

.s-footer__nav {
  display: none;
}

/* Extra small */
@media (max-width: 575.98px) {
  #bar #logo {
    display: none;
  }

  #bar h1 {
    top: 12px !important;
  }

  #bar h1 img {
    width: 150px !important;
  }

  .grid-item {
    min-height: 180px;
  }

  .s-special-show {
    width: 100%;
    margin: 0;
    padding: 56px 0 75px;
  }

  .s-special-show__photo {
    float: none;
    width: 100%;
    text-align: center;
  }

  .s-special-show__body {
    float: none;
    width: calc(100% - 1.5rem);
    margin-top: 2rem;
    padding: 0.75rem;
  }

  .s-special-show__shops-headine {
    border-radius: 0;
  }

  .s-special-show__shops-lists {
    flex-direction: column;
  }

  .s-special-show__post-nav {
    display: none;
  }

  .s-footer__nav {
    height: 45px;
    width: 100%;
    display: flex;
    position: fixed;
    bottom: 0;
    background-color: #eee;
    border-top: 1px solid #ccc;
    align-items: center;
    z-index: 100000;
  }

  .s-footer__nav-list {
    flex-grow: 1;
    border-left: 1px solid #ddd;
    text-align: center;
    display: flex;
    align-items: center;
    height: 45px;
  }

  .s-footer__nav-list a {
    width: 100%;
    display: block;
    color: #333;
  }

  .s-footer__nav-item--prev:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f104';
    margin-right: 0.5rem;
  }

  .s-footer__nav-item--next:after {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f105';
    margin-left: 0.5rem;
  }
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 0 !important;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next,
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: none !important;
}

.swiper-button-prev:before {
  font-size: 40px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: rgba(255, 255, 255, 0.7);
  content: '\f104';
}

.swiper-button-next:before {
  font-size: 40px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: rgba(255, 255, 255, 0.7);
  content: '\f105';
}

.swiper-pagination-bullet-active {
  background-color: #666 !important;
}

.swiper-container .s-special-show__photo-item {
  padding-bottom: 20px;
}

.s-special-show__description .coupon {
  margin: 1rem 0;
  border: 2px solid #fdc373;
  /* border-left: 4px solid #FDC373; */
  background-color: #fefade;
  padding: 0.75rem;
}

.s-special-show__description .coupon > h3 {
  margin: 0;
}

@media (min-width: 576px) {
  .s-special-show__shops-tel {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .s-special-show__shops-tel {
    display: block;
  }
}

.s-special-show__shops-tel {
  text-align: center;
  margin: 0.5rem 0 0;
  border-top: 1px solid #ddd;
}

.s-special-show__shops-tel dt {
  margin-top: 0.5rem;
}

.s-special-show__shops-tel dd {
  margin-top: 0.5rem;
}

.button {
  display: inline-block;
  padding: 0.25rem 4rem 0.5rem 4rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  font-weight: bold;
  text-align: center;
  font-size: 15px;
  white-space: nowrap;
  cursor: pointer;
  transition: 0.08s;
  user-select: none;
  border-color: #ea8e00;
  background: linear-gradient(to bottom, #ff9e1d 80%, #ffa61d 93%, #f29300 93%);
  color: #fff !important;
}

.button-group {
  margin: 0 auto;
}

.button-group button {
  display: inline-block;
  margin-bottom: 0;
  padding: 0.5em 1em;
  text-align: center;
  white-space: nowrap;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
  cursor: pointer;
  outline: 0;
  -webkit-appearance: none;
  user-select: none;
  -webkit-transition: background-color 300ms ease-out, border-color 300ms ease-out;
  transition: background-color 300ms ease-out, border-color 300ms ease-out;
  color: #444;
  background-color: #e6e6e6;
  border-color: #d9d9d9;
}

.button-group button:not(:last-child) {
  border-right: none;
}

/* Clear floats (clearfix hack) */
.button-group:after {
  content: '';
  clear: both;
  display: table;
}

/* Add a background color on hover */
.button-group button:hover {
  background-color: #ddd;
}

@media (min-width: 576px) {
  #bar #gNav {
    display: none;
  }

  .button-group button:first-child {
    border-bottom-left-radius: 100px;
    border-top-left-radius: 100px;
  }

  .button-group button:last-child {
    border-bottom-right-radius: 100px;
    border-top-right-radius: 100px;
  }
}

@media (max-width: 575.98px) {
  .button-group button {
    margin: 0.5rem 0.25rem;
    border-radius: 100px;
  }

  #bar #gNav {
    padding: 0;
    border-right: none;
  }

  #bar #gNav a {
    padding: 0;
    background-image: none;
    font-size: 18px;
    padding: 17px 13px;
    display: inline-block;
    margin: 0;
    color: #444;
  }
}

.l-banner__anker {
  position: fixed;
  bottom: 0;
  z-index: 9999;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  text-align: center;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

@media (max-width: 575.98px) {
  .s-special-show + .l-banner__anker {
    bottom: 45px;
  }
}

#map {
  width: 400px;
  height: 250px;
}

@media (max-width: 575.98px) {
  #map {
    width: 100%;
    height: 250px;
  }
}
