@charset 'UTF-8';

.contents-wrap {
  padding: 0 0 50px;
  color: #003559;
  border-top: none;
  background: none;
  font-family: 'Helvetica Neue', Arial, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, 'Meiryo', 'ＭＳ Ｐゴシック', Osaka, sans-serif !important;
}

.inner {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}

.title-area-heading {
  display: block;
  padding-top: 12px;
  font-size: 13px;
  line-height: 1;
}

#title-area.catetop h1 {
  line-height: 1;
}

.page-top-btn {
  margin: 0 2.66vw 6.66vw 0;
  padding-top: 2.5vw;
}

.display-pc {
  display: none;
}

.display-sp {
  display: inline-block;
}

.layout {
  display: block;
}

.layout__item {
  display: block;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.layout__item img {
  max-width: 100%;
}

.top__shop {
  width: 100%;
  background-color: #fff;
}

.top__shop img {
  max-width: 100%;
}

.top__day {
  width: 100%;
  background-color: #003894;
}

.top__day img {
  max-width: 100%;
}

.top__open {
  width: 100%;
}

.top__open img {
  max-width: 100%;
}

.top img {
  margin-top: -4px;
}

.content img {
  width: 100%;
  margin-top: -4px;
}

.shop {
  width: 100%;
  margin-top: -4px;
  background-color: #003894;
}

.shop img {
  width: 100%;
}

.shop__map {
  width: 100%;
}

.shop__map img {
  width: 100%;
  margin-top: -4px;
}

@media screen and (min-width: 569px) {
  #wrap {
    min-width: 960px;
  }

  .title-area-heading {
    font-size: 28px;
  }

  .page-top-btn {
    width: 960px;
    margin: 0 auto;
    padding-top: 10px;
  }

  .display-pc {
    display: inline-block;
  }

  .display-sp {
    display: none;
  }

  .layout {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
            align-items: baseline;
  }
}
