@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
------------------------------------ */
/*	com parts  PC
------------------------------------ */
.sns-none {
  display: none !important;
}

.over {
  overflow: hidden;
}

.com-ib {
  display: inline-block;
}

.spxs-only {
  display: none;
}
@media screen and (max-width: 390px) {
  .spxs-only {
    display: inherit;
  }
}

.f26 {
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .f26 {
    font-size: 1.5rem;
  }
}

.pre {
  white-space: pre-line;
}

.nowrap {
  white-space: nowrap;
}

@media screen and (min-width: 768px) {
  .nowrap {
    white-space: nowrap;
  }
}
.no-sb {
  margin: 50px auto 0;
}

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

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

.clamp1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.clamp2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.clamp3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

@media screen and (min-width: 768px) {
  .com-pd {
    padding: 120px 0;
  }
}

/*  共通パーツ
------------------------------------ */
.com-bg {
  background: #e6e1d8;
}

.com-time-txt {
  text-align: right;
  font-family: "NotoSansCJKjp-Thin", sans-serif;
  font-weight: 200;
  font-size: 1.5rem;
  letter-spacing: 0;
  color: #fff;
  line-height: 1.6;
  white-space: pre-line;
}
@media screen and (max-width: 768px) {
  .com-time-txt {
    font-size: 1.5rem;
  }
}

.news-post {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.news-post-item {
  width: 100%;
  max-width: 320px;
}
@media screen and (min-width: 768px) {
  .news-post-item:not(:nth-of-type(3n-2)) {
    margin-left: 60px;
  }
  .news-post-item:nth-of-type(n+4) {
    margin-top: 80px;
  }
}
.news-post-link {
  display: block;
}
.news-post-img {
  width: 100%;
  height: 0;
  padding-top: 72.7%;
  position: relative;
}
.news-post-time {
  display: block;
  margin-top: 26px;
  font-family: "NotoSansCJKjp-Thin", sans-serif;
  font-weight: 200;
  font-size: 1.5rem;
  letter-spacing: 0.06em;
  line-height: 1.2;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .news-post-time {
    font-size: 1.5rem;
  }
}
.news-post-tag {
  display: flex;
  margin-top: 15px;
  flex-wrap: wrap;
}
.news-post-tag li {
  margin: 0 13px 13px 0;
}
.news-post-tag-txt {
  padding: 3px 13px;
  font-family: "NotoSansCJKjp-Thin", sans-serif;
  font-weight: 200;
  font-size: 1.4rem;
  letter-spacing: 0.06em;
  border: 1px solid #948562;
  color: #948562;
  position: relative;
  line-height: 1.2;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .news-post-tag-txt {
    font-size: 1.5rem;
  }
}
.news-post-ttl {
  margin-top: 10px;
  font-family: "NotoSansCJKjp-Thin", sans-serif;
  font-weight: 200;
  font-size: 1.8rem;
  letter-spacing: 0.06em;
  line-height: 1.66;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .news-post-ttl {
    font-size: 1.5rem;
  }
}

.com-tag {
  display: flex;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto 0;
  flex-wrap: wrap;
}
.com-tag-item {
  width: 100%;
  max-width: 340px;
}
@media screen and (min-width: 768px) {
  .com-tag-item:not(:nth-of-type(3n-2)) {
    margin-left: 30px;
  }
  .com-tag-item:nth-of-type(n+4) {
    margin-top: 30px;
  }
}
.com-tag-link {
  display: flex;
  width: 100%;
  max-width: none;
  height: auto;
  padding: 16.5px 60px 16.5px 22px;
  align-items: center;
  line-height: 1.6;
}

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

  main layout  all

========================================= */
/* top-bnr  PC
------------------------------------ */
#top-bnr .bnr-list-item:nth-of-type(n+2) {
  margin-left: 1.6%;
}
#top-bnr .bnr-list-img {
  display: block;
  margin: 30px auto 0;
  overflow: hidden;
}
#top-bnr .bnr-list-img source, #top-bnr .bnr-list-img img {
  width: 100%;
}

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

  sub layout  all

========================================= */
/* scene  PC
------------------------------------ */
#scene .concept-bg {
  position: relative;
}
#scene .concept-img-r {
  position: absolute;
  width: 47.9%;
  top: 141px;
  right: 5.2%;
}
#scene .concept-img-l {
  margin-top: 47px;
}
@media screen and (min-width: 768px) {
  #scene .concept-img-l {
    position: relative;
    left: -220px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1444px) {
  #scene .concept-img-l {
    left: 0;
  }
}
#scene .concept-txt {
  margin-top: 36px;
}
@media screen and (min-width: 768px) {
  #scene .concept-txt {
    max-width: 426px;
  }
}
#scene .point-list {
  margin: 62px auto 0;
}
#scene .point-list-item:nth-of-type(n+2) {
  margin-top: 69px;
}
@media screen and (min-width: 768px) {
  #scene .point-list-con {
    max-width: 440px;
  }
}
#scene .point-list-txt {
  margin-top: 26px;
}
#scene .open-time {
  display: flex;
  margin: 41px auto 0;
  justify-content: center;
}
#scene .open-time-txt {
  font-family: "NotoSansCJKjp-Thin", sans-serif;
  font-weight: 200;
  font-size: 1.8rem;
  letter-spacing: 0.06em;
  white-space: break-spaces;
}
@media screen and (max-width: 768px) {
  #scene .open-time-txt {
    font-size: 1.5rem;
  }
}
#scene .open-box {
  margin: 70px auto 0;
  padding: 70px 0 74px;
  border: 1px solid #bfbaac;
}
#scene .open-box-ttl {
  font-size: 3.8rem;
}
@media screen and (max-width: 768px) {
  #scene .open-box-ttl {
    font-size: 1.9rem;
  }
}
#scene .open-box-txt {
  margin: 40px auto 0;
  text-align: center;
}
#scene .open-box-list {
  margin: 32px auto 0;
}
#scene .open-box-list li {
  width: 100%;
  max-width: 340px;
}
#scene .open-box-list li:nth-of-type(n+2) {
  margin-left: 40px;
}
#scene .open-box-btn {
  height: 60px;
  padding-left: 60px;
  background-repeat: no-repeat;
}
#scene .open-box-btn-insta {
  background-image: url(../img/scene/insta.png);
  background-position: 20px center;
}
#scene .open-box-btn-tabelog {
  background-image: url(../img/scene/tabelog.png);
  background-position: 20px center;
}

/* menu  PC
------------------------------------ */
#menu .pickup {
  margin: 120px auto 0;
}
#menu .pickup-list {
  margin: 70px auto 0;
}
#menu .pickup-list-item:nth-of-type(n+2) {
  margin-top: 70px;
}
@media screen and (min-width: 768px) {
  #menu .pickup-list-item:nth-of-type(2n) {
    flex-direction: row-reverse;
  }
}
#menu .pickup-list-img {
  width: 100%;
  max-width: 590px;
  height: 420px;
  position: relative;
}
@media screen and (min-width: 768px) {
  #menu .pickup-list-con {
    width: 100%;
    max-width: 440px;
    padding-top: 55px;
  }
}
#menu .pickup-list-txt {
  margin-top: 26px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  #menu .pickup-list-txt {
    font-size: 1.5rem;
  }
}
#menu .desert-list {
  margin-top: 70px;
}
#menu .desert-list-item {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #menu .desert-list-item {
    max-width: 520px;
  }
  #menu .desert-list-item:nth-of-type(n+3) {
    margin-top: 53px;
  }
}
#menu .desert-list-img {
  width: 100%;
  height: 0;
  padding-top: 69%;
  position: relative;
}
#menu .desert-list-con {
  padding: 24px 10px 0;
}
#menu .desert-list-txt {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  #menu .desert-list-txt {
    font-size: 1.5rem;
  }
}
#menu .drink-list {
  margin: 50px auto 0;
}
#menu .drink-list-item {
  width: 100%;
  max-width: 520px;
  padding: 20px 0;
  border-bottom: 1px solid #bfbaac;
}
@media screen and (min-width: 768px) {
  #menu .drink-list-item:nth-of-type(n+3) {
    margin-top: 15px;
  }
}
#menu .drink-list-ttl, #menu .drink-list-txt {
  width: 50%;
  font-family: "NotoSansCJKjp-Thin", sans-serif;
  font-weight: 200;
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  line-height: 2.25;
}
@media screen and (max-width: 768px) {
  #menu .drink-list-ttl, #menu .drink-list-txt {
    font-size: 1.5rem;
  }
}
#menu .drink-list-txt {
  text-align: right;
}

/* seating_guide  PC
------------------------------------ */
#seating_guide .seating-list {
  margin: 70px auto 0;
}
#seating_guide .seating-list-item:nth-of-type(n+2) {
  margin: 100px auto 0;
}
#seating_guide .seating-list-ttl {
  padding-left: 10px;
  font-size: 4.5rem;
  font-family: "NotoSansCJKjp-Thin", sans-serif;
  font-weight: 200;
}
@media screen and (max-width: 768px) {
  #seating_guide .seating-list-ttl {
    font-size: 2.25rem;
  }
}
#seating_guide .seating-list-img {
  margin: 30px auto 0;
}
@media screen and (min-width: 768px) {
  #seating_guide .night-con {
    max-width: 437px;
    margin-left: 53px;
    padding-top: 45px;
  }
}
#seating_guide .night-txt {
  margin-top: 34px;
}
#seating_guide .night-dl {
  margin-top: 37px;
}
#seating_guide .night-dl dt {
  font-family: "NotoSansCJKjp-Thin", sans-serif;
  font-weight: 200;
  font-size: 2.4rem;
  letter-spacing: 0.06em;
  color: #948562;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #seating_guide .night-dl dt {
    font-size: 1.5rem;
  }
}
#seating_guide .night-dl dd {
  margin-top: 20px;
  font-family: "NotoSansCJKjp-Thin", sans-serif;
  font-weight: 200;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  #seating_guide .night-dl dd {
    font-size: 1.5rem;
  }
}

/* access  PC
------------------------------------ */
#access .access-flx {
  margin: 70px auto 0;
}
@media screen and (min-width: 768px) {
  #access .access-table {
    max-width: 520px;
  }
}

/* news  PC
------------------------------------ */
#news .news-ttl-detail {
  display: block;
  width: 100%;
  padding-bottom: 10px;
  border-bottom: 1px solid #bfbaac;
}
#news .detail-con {
  display: flex;
  width: 100%;
  margin: 15px auto 0;
  padding-top: 10px;
  flex-direction: column;
  align-items: flex-end;
}
#news .detail .news-box {
  padding: 0;
}
#news .detail .news-post-time {
  margin-top: 0;
}
#news .detail .news-post-tag li {
  margin: 0 0 15px 15px;
}/*# sourceMappingURL=all.css.map */