@charset "UTF-8";
/* 基本設定 */
/* --------------------------------------------------
	section size
-------------------------------------------------- */
/* 初期設定 */
/* ----------------------------------------------------------------------
resto-info
---------------------------------------------------------------------- */
#resto-info {
  background-color: #313131;
  padding-bottom: 26.6rem;
  margin-bottom: 41.6rem;
}
@media screen and (max-width: 520px) {
  #resto-info {
    padding-bottom: 13rem;
    margin-bottom: 20rem;
  }
}
#resto-info .subttl {
  margin: 0 auto 5.9em;
  color: #fff;
  padding-top: 6em;
  width: fit-content;
  text-align: center;
  position: relative;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.09em;
  font-weight: 400;
}
@media screen and (max-width: 520px) {
  #resto-info .subttl {
    font-size: 1.4rem;
  }
}
#resto-info .subttl span.small {
  font-size: 65%;
  letter-spacing: 0.04em;
  display: block;
  opacity: 0.4;
  margin-top: 2.4em;
}
#resto-info .subttl:before {
  content: "";
  display: block;
  width: 1px;
  height: 4.4em;
  background-color: #fff;
  position: absolute;
  inset: 0 0 auto 0;
  margin: auto;
}
#resto-info .inner {
  max-width: 145rem;
}
#resto-info .inner .info-list {
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.09em;
  font-weight: 400;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  gap: 2.66em 1em;
}
@media screen and (max-width: 1024px) {
  #resto-info .inner .info-list {
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: 0.09em;
    font-weight: 400;
  }
}
@media screen and (max-width: 1024px) and (max-width: 520px) {
  #resto-info .inner .info-list {
    font-size: 1.2rem;
    line-height: 1.5;
    letter-spacing: 0.09em;
    font-weight: 400;
  }
}
#resto-info .inner .info-list .info-item {
  width: calc((100% - 3em) / 4);
}
@media screen and (max-width: 1024px) {
  #resto-info .inner .info-list .info-item {
    width: calc((100% - 2em) / 3);
  }
}
@media screen and (max-width: 1024px) and (max-width: 520px) {
  #resto-info .inner .info-list .info-item {
    width: calc((100% - 1em) / 2);
  }
}
#resto-info .inner .info-list .info-item a .img-box {
  width: 100%;
  aspect-ratio: 344/388;
  background-color: #e1e1e1;
  overflow: hidden;
}
#resto-info .inner .info-list .info-item a .img-box img {
  transition: 0.3s;
  max-width: initial;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.4);
}
#resto-info .inner .info-list .info-item a .txt {
  color: #fff;
  margin-top: 0.7em;
  text-align: center;
}
#resto-info .inner .info-list .info-item a:hover {
  opacity: 1;
}
#resto-info .inner .info-list .info-item a:hover .img-box img {
  filter: brightness(1);
}

/* ----------------------------------------------------------------------
shop
---------------------------------------------------------------------- */
#shop {
  margin-bottom: 30rem;
}
@media screen and (max-width: 520px) {
  #shop {
    margin-bottom: 20rem;
  }
}
#shop .inner {
  max-width: 145.1rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}
#shop .inner .left-box {
  width: 35%;
  font-size: 6.5rem;
  line-height: 1;
  letter-spacing: 0.09em;
  font-weight: 400;
  position: relative;
}
@media screen and (max-width: 1024px) {
  #shop .inner .left-box {
    font-size: 4.5rem;
    line-height: 1;
    letter-spacing: 0.09em;
    font-weight: 400;
  }
}
@media screen and (max-width: 1024px) and (max-width: 840px) {
  #shop .inner .left-box {
    width: 30%;
    font-size: 3.5rem;
    line-height: 1;
    letter-spacing: 0.09em;
    font-weight: 400;
  }
}
@media screen and (max-width: 1024px) and (max-width: 840px) and (max-width: 520px) {
  #shop .inner .left-box {
    width: 8%;
    font-size: 2.5rem;
  }
}
#shop .inner .left-box > h3 {
  position: sticky;
  top: 2em;
}
@media screen and (max-width: 520px) {
  #shop .inner .left-box > h3 {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    top: 4em;
  }
}
#shop .inner .right-box {
  width: 62.7%;
  font-size: 1.6rem;
  line-height: 1.4375;
  letter-spacing: 0.09em;
  font-weight: 400;
}
@media screen and (max-width: 1024px) {
  #shop .inner .right-box {
    font-size: 1.4rem;
    line-height: 1.4371428571;
    letter-spacing: 0.09em;
    font-weight: 400;
  }
}
@media screen and (max-width: 1024px) and (max-width: 840px) {
  #shop .inner .right-box {
    width: 67%;
  }
}
@media screen and (max-width: 1024px) and (max-width: 840px) and (max-width: 520px) {
  #shop .inner .right-box {
    font-size: 1.2rem;
    line-height: 1.4366666667;
    letter-spacing: 0.09em;
    font-weight: 400;
    width: 88%;
  }
}
#shop .inner .right-box .right-item {
  margin-bottom: 7em;
  border-bottom: 1px solid #313131;
}
#shop .inner .right-box .right-item .over-box {
  width: 100%;
}
#shop .inner .right-box .right-item .over-box img {
  max-width: initial;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 520px) {
  #shop .inner .right-box .right-item .over-box {
    aspect-ratio: 1;
  }
}
#shop .inner .right-box .right-item .under-box {
  padding: 4.7em 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  row-gap: 2em;
}
@media screen and (max-width: 520px) {
  #shop .inner .right-box .right-item .under-box {
    padding: 2em 0 4em;
  }
}
#shop .inner .right-box .right-item .under-box .txt-box {
  width: 60.77%;
  padding: 0.6em;
}
@media screen and (max-width: 520px) {
  #shop .inner .right-box .right-item .under-box .txt-box {
    width: 100%;
  }
}
#shop .inner .right-box .right-item .under-box .txt-box > h4 {
  font-size: 212.5%;
  margin-bottom: 1em;
}
#shop .inner .right-box .right-item .under-box .txt-box > p.info {
  margin-bottom: 1em;
}
#shop .inner .right-box .right-item .under-box .txt-box > p.info > a {
  border-bottom: 1px solid #313131;
}
#shop .inner .right-box .right-item .under-box .img-box {
  width: 39.23%;
  min-height: 16.4em;
}
@media screen and (max-width: 520px) {
  #shop .inner .right-box .right-item .under-box .img-box {
    width: 100%;
    min-height: initial;
    aspect-ratio: 1.8;
  }
}
#shop .inner .right-box .right-item .under-box .img-box img {
  max-width: initial;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#shop .inner .right-box .right-item:last-child {
  margin-bottom: 0;
}