@charset "UTF-8";
/*	cmn-color
------------------------------------ */
/*	transition,hover
------------------------------------ */
/*	media-screen
------------------------------------ */
/*	font
------------------------------------ */
@font-face {
  font-family: "Lato-Light";
  src: url("../fonts/Lato-Light.ttf");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansCJKjp-Thin";
  src: url("../fonts/NotoSansCJKjp-Thin.otf");
  font-display: swap;
}
/*	layout
------------------------------------ */
/* animation
例）animation: fadedown .5s ease-in-out;
遅延）animation-delay: 0.5s;
最後の状態維持）animation-fill-mode: forwards;
------------------------------------ */
@keyframes fadedown {
  0% {
    transform: translateY(-10px);
    opacity: 0;
  }
  50% {
    transform: translateY(-5px);
    opacity: 0.5;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeup {
  0% {
    transform: translateY(10px);
    opacity: 0;
  }
  50% {
    transform: translateY(5px);
    opacity: 0.5;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes faderight {
  0% {
    transform: translateX(10px);
    opacity: 0;
  }
  50% {
    transform: translateX(5px);
    opacity: 0.5;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes grad-fill {
  from {
    background-size: 0% 100%;
  }
  to {
    background-size: 100% 100%;
  }
}
@keyframes zoom {
  0% {
    transform: scale(0.95);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
/*	font-size  cmn
------------------------------------ */
/************************************************

  SP layout

************************************************/
/*	cmn parts  SP
------------------------------------ */
.com-inner {
  padding: 50px 15px;
}

.com-md-inner {
  padding: 50px 15px;
}

.no-sb {
  margin: 30px auto 0;
}

.com-ib {
  display: inline;
}

.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}

.anchor-mp {
  margin: -70px auto 0;
  padding-top: 70px;
}

.com-txt-box p:nth-of-type(n+2) {
  margin-top: 15px;
}

/*  共通パーツ
------------------------------------ */
.news-post-item {
  max-width: none;
}
.news-post-item:nth-of-type(n+2) {
  margin: 20px auto 0;
}
.news-post-time {
  margin-top: 21px;
}
.news-post-ttl {
  font-size: 1.7rem;
}

.com-tag {
  flex-direction: column;
  align-items: center;
}
.com-tag-wrap {
  padding: 20px 15px;
}
.com-tag-item {
  width: 100%;
}
.com-tag-item:nth-of-type(n+2) {
  margin-top: 15px;
}
.com-tag-link {
  padding: 13px 57px 13px 15px;
}

/* =========================================

  main  SP

========================================= */
/* top-bnr  SP
------------------------------------ */
#top-bnr .bnr-inner {
  padding: 17.6% 10px;
}
#top-bnr .bnr-list-item:nth-of-type(n+2) {
  margin: 30px auto 0;
}
#top-bnr .bnr-list-img {
  margin: 15px auto 0;
}

/* =========================================

sub layout  SP

========================================= */
/* scene  SP
------------------------------------ */
#scene .concept-inner {
  padding-bottom: 0;
}
#scene .concept-img-r {
  width: 100%;
  margin: 15px auto 0;
  position: static;
}
#scene .concept-img-l {
  width: 70%;
  margin-top: 25px;
  position: relative;
  left: -15px;
  top: auto;
  bottom: auto;
}
#scene .concept-txt {
  margin-top: 20px;
}
#scene .point-list {
  margin-top: 30px;
}
#scene .point-list-item:nth-of-type(n+2) {
  margin-top: 30px;
}
#scene .point-list-con {
  margin: 15px auto 0;
}
#scene .point-list-ttl {
  text-align: center;
}
#scene .point-list-txt {
  margin-top: 15px;
}
#scene .open-time {
  margin-top: 20px;
}
#scene .open-box {
  margin-top: 30px;
  padding: 30px 15px;
}
#scene .open-box-txt {
  margin-top: 20px;
  font-size: 1.4rem;
}
#scene .open-box-list li:nth-of-type(n+2) {
  margin: 25px auto 0;
}

/* menu  SP
------------------------------------ */
#menu .pickup-list {
  margin-top: 25px;
}
#menu .pickup-list-item {
  flex-direction: column;
  align-items: center;
}
#menu .pickup-list-item:nth-of-type(n+2) {
  margin-top: 25px;
}
#menu .pickup-list-img {
  width: 100%;
  height: 0;
  padding-top: 69%;
}
#menu .pickup-list-con {
  width: 100%;
  margin: 15px auto 0;
}
#menu .pickup-list-txt {
  margin-top: 10px;
}
#menu .desert-list {
  margin-top: 25px;
}
#menu .desert-list-item {
  flex-direction: column;
  align-items: center;
}
#menu .desert-list-item:nth-of-type(n+2) {
  margin-top: 25px;
}
#menu .desert-list-con {
  width: 100%;
  margin: 15px auto 0;
  padding: 0;
}
#menu .desert-list-txt {
  margin-top: 10px;
}
#menu .drink-list {
  margin-top: 25px;
}
#menu .drink-list-item {
  padding: 0 0 5px;
  align-items: flex-end;
}
#menu .drink-list-item:nth-of-type(n+2) {
  margin: 20px auto 0;
}
#menu .drink-list-ttl, #menu .drink-list-txt {
  width: auto;
}
#menu .drink-list-ttl {
  width: 60%;
}
#menu .drink-list-txt {
  width: auto;
  flex-shrink: 0;
}

/* seating_guide  SP
------------------------------------ */
#seating_guide .seating-list {
  margin-top: 25px;
}
#seating_guide .seating-list-item:nth-of-type(n+2) {
  margin-top: 40px;
}
#seating_guide .seating-list-img {
  margin-top: 10px;
}
#seating_guide .night-inner {
  flex-direction: column-reverse;
}
#seating_guide .night-img {
  margin: 20px auto 0;
}
#seating_guide .night-con {
  width: 100%;
  text-align: center;
}
#seating_guide .night-txt {
  margin-top: 10px;
}
#seating_guide .night-dl {
  margin-top: 30px;
}
#seating_guide .night-dl dt {
  font-size: 2rem;
}
#seating_guide .night-dl dd {
  margin-top: 5px;
}

/* access  SP
------------------------------------ */
#access .access-flx {
  margin-top: 20px;
  flex-direction: column-reverse;
}
#access .access-table {
  margin: 30px auto 0;
}/*# sourceMappingURL=style_sp.css.map */