@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url("https://fonts.googleapis.com/css?family=Coda:800&display=swap");
body {
  margin: 0;
  padding: 0;
  font-family: "ヒラギノ角ゴ ProN", "Lucida Grande", "Hiragino Kaku Gothic ProN", "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
  background: #fff;
  color: #000;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.hero {
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .hero {
    margin: 0 0 100px 0;
  }
}

@media only screen and (max-width: 767px) {
  .content {
    padding: 0 10px;
  }
}

@media only screen and (min-width: 768px) {
  .content {
    max-width: 1100px;
    width: calc(100% - 30px);
    margin: 0 auto;
  }
}

@media only screen and (max-width: 767px) {
  .intro {
    padding: 30px 0;
  }
}

@media only screen and (min-width: 768px) {
  .intro {
    padding: 40px 0 80px;
  }
}

.intro p {
  text-align: center;
  font-weight: 600;
}

@media only screen and (max-width: 767px) {
  .intro p {
    font-size: 0.95rem;
    line-height: 1.9rem;
    margin: 0 0 7px;
  }
}

@media only screen and (min-width: 768px) {
  .intro p {
    font-size: 1.4rem;
    line-height: 2.8rem;
  }
}

.info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 0 30px;
  }
}

@media only screen and (min-width: 768px) {
  .info {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 0 100px;
  }
}

.info__ttl {
  font-weight: 600;
}

@media only screen and (max-width: 767px) {
  .info__ttl {
    font-size: 1.3rem;
    margin: 0 0 5px;
  }
}

@media only screen and (min-width: 768px) {
  .info__ttl {
    font-size: 1.8rem;
    margin: 0 0 10px;
  }
}

.info__icon-access {
  position: relative;
}

@media only screen and (max-width: 767px) {
  .info__icon-access {
    top: -2px;
  }
}

@media only screen and (min-width: 768px) {
  .info__icon-access {
    top: 1px;
  }
}

@media only screen and (max-width: 767px) {
  .info__icon-access img {
    height: 20px;
    margin: 0 7px 0 0 !important;
  }
}

@media only screen and (min-width: 768px) {
  .info__icon-access img {
    margin: 0 10px 0 0 !important;
  }
}

.info__icon-twitter {
  position: relative;
}

@media only screen and (max-width: 767px) {
  .info__icon-twitter {
    top: -2px;
    margin-right: 7px;
  }
}

@media only screen and (min-width: 768px) {
  .info__icon-twitter {
    top: 1px;
    margin-right: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .info__icon-twitter img {
    height: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .info__map {
    width: 100%;
    margin: 0 0 20px;
  }
}

@media only screen and (min-width: 768px) {
  .info__map {
    width: 70%;
  }
}

.info__map img {
  margin: 0 0 13px;
}

.info__map img:last-child {
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .info__twitter {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  .info__twitter {
    width: 28%;
  }
}

@media only screen and (max-width: 767px) {
  .info__twitter iframe.twitter-timeline {
    height: 300px !important;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 768px) {
  .info__twitter iframe.twitter-timeline {
    width: auto !important;
    height: 1417px !important;
  }
}

@media only screen and (max-width: 767px) {
  .floor {
    margin: 0 0 30px;
  }
}

@media only screen and (min-width: 768px) {
  .floor {
    margin: 0 0 130px;
  }
}

.floor__ttl {
  margin: 0 0 15px;
  padding: 0;
  font-family: 'Coda', cursive;
  line-height: 100%;
  position: relative;
  letter-spacing: 0.02em;
}

@media only screen and (max-width: 767px) {
  .floor__ttl {
    font-size: 2.5rem;
  }
}

@media only screen and (min-width: 768px) {
  .floor__ttl {
    font-size: 5.0rem;
  }
}

.floor__ttl::after {
  content: "";
  display: block;
  background: #fff;
  width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  .floor__ttl::after {
    height: 7px;
  }
}

@media only screen and (min-width: 768px) {
  .floor__ttl::after {
    height: 10px;
  }
}

.floor__ttl span {
  background: #000;
}

@media only screen and (max-width: 767px) {
  .floor__ttl span {
    padding: 0 10px 0 0;
  }
}

@media only screen and (min-width: 768px) {
  .floor__ttl span {
    padding: 0 30px 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .floor__ttl-s {
    font-size: 2.3rem;
  }
}

@media only screen and (min-width: 768px) {
  .floor__ttl-s {
    font-size: 4.6rem;
  }
}

@media only screen and (max-width: 767px) {
  .shop {
    margin: 0 0 20px;
    padding: 0 0 20px;
  }
}

@media only screen and (min-width: 768px) {
  .shop {
    margin: 0 0 100px 0;
  }
  .shop:last-child {
    margin: 0;
    padding: 0;
    border: none;
  }
}

.shop__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .shop__ttl {
    margin: 0 0 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media only screen and (min-width: 768px) {
  .shop__ttl {
    margin: 0 0 45px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media only screen and (max-width: 767px) {
  .shop__ttl img {
    width: 220px;
    height: auto;
    margin: 0 0 5px;
  }
}

.shop__ttl-date {
  letter-spacing: 0.03rem;
  line-height: 1.5;
}

@media only screen and (max-width: 767px) {
  .shop__ttl-date {
    margin: 10px 0 0;
    font-size: 1.3rem;
  }
}

@media only screen and (min-width: 768px) {
  .shop__ttl-date {
    margin: 45px 0 0;
    font-size: 2.1rem;
  }
}

.shop__good {
  font-weight: 600;
  border-bottom: #000 solid 2px;
  padding: 0 0 10px;
}

@media only screen and (max-width: 767px) {
  .shop__good {
    font-size: 1.1rem;
    line-height: 1.8rem;
  }
}

@media only screen and (min-width: 768px) {
  .shop__good {
    font-size: 1.7rem;
    line-height: 2.5rem;
    margin-bottom: 30px;
  }
}

.shop__intro {
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .shop__intro {
    font-size: 0.95rem;
    line-height: 1.7rem;
    margin: 10px 0 25px;
  }
}

@media only screen and (min-width: 768px) {
  .shop__intro {
    font-size: 1.1rem;
    line-height: 1.9rem;
    margin: 15px 0 35px;
  }
}

.shop__info-inner {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .shop__info-inner {
    margin: 0 0 10px;
  }
}

@media only screen and (min-width: 768px) {
  .shop__info-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 0 20px;
  }
}

.shop__info .micro {
  display: block;
}

@media only screen and (min-width: 768px) {
  .shop__info .micro .shop__info-twitter {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (max-width: 767px) {
  .shop__info .micro .shop__info-twitter .item {
    margin: 0 0 10px;
  }
}

@media only screen and (min-width: 768px) {
  .shop__info .micro .shop__info-twitter .item {
    margin: 0 10px 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .shop__info-twitter {
    width: 100%;
    margin: 0 auto 20px;
    text-align: center;
  }
}

@media only screen and (min-width: 768px) {
  .shop__info-twitter {
    width: 28%;
  }
}

@media only screen and (max-width: 767px) {
  .shop__info-twitter iframe.twitter-timeline {
    height: 300px !important;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 768px) {
  .shop__info-twitter iframe.twitter-timeline {
    width: auto !important;
    height: 510px !important;
  }
}

@media only screen and (max-width: 767px) {
  .shop__info-topics {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  .shop__info-topics {
    width: 70%;
  }
}

.shop__info-topics ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

.shop__info-topics ul li {
  width: calc(100% / 3 - 10px);
  margin: 0 0 15px;
  border: #000 solid 1px;
}

.shop__info-topics ul li figure {
  width: 100%;
  position: relative;
  overflow: hidden;
  background: #333;
  margin: 0;
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .shop__info-topics ul li figure {
    height: 100px;
  }
}

@media only screen and (min-width: 768px) {
  .shop__info-topics ul li figure {
    height: 245px;
  }
}

.shop__info-topics ul li figure:hover {
  opacity: 0.75;
}

.shop__info-topics ul li figure img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.shop__info-more {
  border: #000 solid 2px;
  text-align: center;
  height: 60px;
  line-height: 60px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
  .shop__info-more {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  .shop__info-more {
    width: 330px;
  }
}

.shop__info-more:hover {
  background-color: #e70012;
}

.shop__info-more:hover a {
  color: #fff;
}

.shop__info-more a {
  color: #000;
  text-decoration: none;
  font-weight: 600;
  display: block;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .shop__info-more a {
    font-size: 1.2rem;
  }
}

@media only screen and (min-width: 768px) {
  .sponly {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .pconly {
    display: none;
  }
}

.global_head {
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 99;
}
