:root {
  --swiper-navigation-color: #fff;
  --swiper-pagination-color: #fff;
  --swiper-navigation-size: 10vh;
}

.swiper {
  width: 100%;
  height: auto;
  background-color: black;
}

.swiper-slide {
  max-width: min(50vw, 800px);
  min-width: 380px;
  width: 100%;
}

.swiper-container .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important;
}

.swiper-pagination {
  bottom: 0.6vw !important;
}
@media (width >= 1200px) {
  .swiper-pagination {
    bottom: 0 !important;
  }
}

@media (width >= 580px) {
  .swiper-pagination-bullet {
    height: 2vh;
    width: 2vh;
  }
}

.swiper-pagination-container {
  position: relative;
  background: url("../img/pattern2.jpg") repeat-x;
  height: 2em;
}

.infoboard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
@media (width >= 580px) {
  .infoboard {
    max-width: 1000px;
    margin: 0 auto;
  }
}
.infoboard::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  padding-top: 32%;
}

.infoboard-left {
  position: relative;
  background: url("../img/info_board.png") no-repeat bottom center/contain;
  height: auto;
  width: 50%;
  padding: 4% 3% 3%;
  font-size: min(3.5vw, 2em);
}

.infoboard-left-title {
  font-weight: 800;
  text-align: center;
  width: 100%;
}

.infoboard-left-title-lunch {
  color: #804514;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(55%, transparent), color-stop(55%, #f1dbba), color-stop(95.38%, rgb(241, 219, 186)), color-stop(96.22%, rgba(241, 218, 185, 0)));
  background: linear-gradient(transparent 55%, #f1dbba 55%, rgb(241, 219, 186) 95.38%, rgba(241, 218, 185, 0) 96.22%);
}

.infoboard-left-title-notice {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(55%, transparent), color-stop(55%, #f1dbba), color-stop(95.38%, rgb(241, 219, 186)), color-stop(96.22%, rgba(241, 218, 185, 0)));
  background: linear-gradient(transparent 55%, #f1dbba 55%, rgb(241, 219, 186) 95.38%, rgba(241, 218, 185, 0) 96.22%);
}

.infoboard-left-box {
  width: 100%;
  display: inline-block;
  text-align: center;
  overflow: hidden;
  line-height: 0.95;
  letter-spacing: normal;
  padding: 0 0.4em;
}

.infoboard-left-date {
  position: absolute;
  left: 6%;
  bottom: 13%;
  font-size: min(2vw, 0.7em);
}
@media (width >= 767px) {
  .infoboard-left-date {
    left: 8%;
    bottom: 12%;
  }
}
@media (width >= 1200px) {
  .infoboard-left-date {
    left: 8%;
    bottom: 14%;
  }
}

.infoboard-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 50%;
  overflow: hidden;
}
.infoboard-right a {
  color: white;
}
.infoboard-right a:hover {
  color: rgb(255, 224, 144);
}
.infoboard-right span {
  font-size: 0.5em;
  text-align: center;
  overflow: hidden;
}
@media (width >= 580px) {
  .infoboard-right span {
    font-size: 1em;
  }
}
.infoboard-right a:nth-of-type(1) {
  margin-bottom: 2%;
}

.lunch,
.dinner {
  line-height: 1.2;
  position: relative;
  width: 95%;
  height: 41%;
  background: #483025;
  border-radius: 5px;
  font-size: 4.5vw;
  font-weight: 700;
  letter-spacing: 0.2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  padding-left: 2em;
}
@media (width >= 580px) {
  .lunch,
  .dinner {
    font-size: 4.2vw;
  }
}
@media (width >= 1200px) {
  .lunch,
  .dinner {
    font-size: 3em;
  }
}
.lunch span,
.dinner span {
  display: inline-block;
  font-size: 0.6em;
  letter-spacing: 1px;
}
.lunch img:nth-of-type(1),
.dinner img:nth-of-type(1) {
  position: absolute;
  top: 33%;
  left: 5%;
  width: 10%;
  height: auto;
}
.lunch img:nth-of-type(2),
.dinner img:nth-of-type(2) {
  position: absolute;
  top: 4%;
  right: 1%;
  width: 18%;
  height: auto;
  border-radius: 0.1em;
}

.lunch span {
  color: #f6b845;
}

.dinner span {
  color: #8dd8ff;
}

.news {
  margin-top: min(3vh, 1.6em);
  background: #f3e4d0;
  width: 100%;
  padding: 1.6em 0;
  border-top: 1px solid #ccbdad;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.news-container {
  position: relative;
  margin: 0 auto;
  max-width: 1000px;
  padding: 0.8em;
}

.news-body {
  margin: 2% auto;
  width: 100%;
  opacity: 0.7;
  background-color: white;
  border-radius: 1em;
}
.news-body ul {
  padding-left: 0;
}
.news-body ul li {
  display: block;
  line-height: 1.4em;
  overflow: hidden;
  padding: 4%;
  width: 98%;
  border-bottom: 1px dashed #b78964;
}
@media (width >= 580px) {
  .news-body ul li {
    line-height: 2em;
  }
}
.news-body ul li:last-child {
  border-bottom: none;
}

.news-body-post-date {
  color: #999;
  font-size: 0.7em;
}
@media (width >= 580px) {
  .news-body-post-date {
    font-size: 0.8em;
  }
}

.news-body-contents-title {
  color: #804514;
  padding: 0.2em 0;
  display: inline-block;
}
@media (width >= 580px) {
  .news-body-contents-title {
    font-size: 1.5em;
  }
}

.news-body-post-content {
  font-size: 0.7em;
  line-height: 1.6;
}
@media (width >= 580px) {
  .news-body-post-content {
    font-size: 1em;
  }
}
.news-body-post-content span {
  color: #3895c6;
}

.news-blog {
  width: 100%;
  position: relative;
  max-width: 775px;
  margin: 0 auto 2vh;
}
.news-blog a {
  position: absolute;
  top: 70%;
  left: 20%;
  letter-spacing: 0.2em;
  color: white;
  padding: 1.5% 0;
  background-color: #b38b57;
  border-radius: 0.5em;
  text-align: center;
  width: 55%;
  display: block;
  margin: 0 auto;
  font-size: 0.8em;
}
@media (width >= 580px) {
  .news-blog a {
    font-size: 1.4em;
    width: 40%;
    padding: 1% 0;
    top: 70%;
    left: 30%;
  }
}

.news-title {
  line-height: 1.2;
  color: #8c5700;
  font-size: 1.5em;
}
@media (width >= 580px) {
  .news-title {
    font-size: 2.4em;
  }
}
@media (width >= 1200px) {
  .news-title {
    font-size: 2.5em;
  }
}
.news-title span {
  display: block;
  text-align: center;
  font-size: 0.4em;
  margin: 0 0 1vh;
  letter-spacing: 0.6em;
}

.news-title-right {
  display: none;
}
@media (width >= 1200px) {
  .news-title-right {
    display: block;
    position: absolute;
    width: 20%;
    top: -1.6%;
    right: -2%;
  }
}

.news-notice,
.news-diary {
  width: 10%;
  font-size: 0.6em;
  color: white;
  border-radius: 0.3em;
  padding: 0.5% 2%;
  vertical-align: top;
}

.news-notice {
  background-color: rgb(226, 17, 17);
}

.news-diary {
  background-color: rgb(37, 133, 37);
}

.concept {
  width: 100%;
  font-weight: 500;
  color: white;
  padding: 6vh 2.4vh;
  line-height: 2;
  background: url("../img/concept-pattern-bg1.jpg") repeat;
  -webkit-filter: drop-shadow(0 2px 5px rgb(97, 58, 0));
          filter: drop-shadow(0 2px 5px rgb(97, 58, 0));
}
.concept h2 {
  width: 100%;
}

.concept-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  letter-spacing: 0.05em;
  gap: 1em;
  max-width: 1128px;
}
@media (width >= 580px) {
  .concept-container {
    font-size: 1.2em;
  }
}
.concept-container p {
  font-size: 0.9em;
  padding: 0 1em;
}
@media (width >= 580px) {
  .concept-container p {
    font-size: 1em;
  }
}
@media (width >= 767px) {
  .concept-container p {
    font-size: 1.2em;
  }
}

.concept-title {
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.concept-border_flower {
  width: 100%;
  height: auto;
  max-width: 1100px;
}

.concept-committed {
  width: 100%;
  padding: 5vh 0;
  background: url("../img/concept-pattern-bg2.jpg") repeat;
}

.concept-committed-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  margin: 0 auto;
  max-width: 1100px;
}

.concept-committed-title {
  margin: 0 auto;
  width: 95%;
}

.concept-committed-body {
  color: #6e3d01;
  width: 90%;
  padding: 1.6em;
  background-color: white;
  border-radius: 2em;
  font-size: 0.8em;
}
@media (width >= 580px) {
  .concept-committed-body {
    font-size: 1em;
    padding: 2.6em;
  }
}
@media (width >= 580px) {
  .concept-committed-body {
    font-size: 1.2em;
  }
}

.concept-committed-body-box {
  margin-bottom: 1.6em;
}

.concept-committed-point {
  font-weight: 700;
  color: #e36f01;
  font-size: 1.4em;
}

.concept-committed-content {
  font-size: 0.9em;
  line-height: 1.6;
  margin: 0.2em 0 1.6em 0;
}

.concept-committed-icon-check {
  width: 1em;
  height: auto;
  margin-right: 0.4em;
}

.concept-committed-body-imgbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.concept-committed-body-img {
  width: 48%;
  height: auto;
  border-radius: 0.8em;
}

.jp-beef {
  text-align: center;
  width: 100%;
  background: url("../img/jp_beef-pattern-bg.png") repeat;
}
@media (width >= 580px) {
  .jp-beef {
    padding: 2%;
  }
}

.jp-beef-img {
  width: 90%;
  max-width: 1200px;
}

.shop-info {
  color: #6e3d01;
  width: 100%;
  padding: 5vh 2vh;
  background-color: #f3e4d0;
}

.shop-info-container {
  margin: 0 auto;
  max-width: 1000px;
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  grid-template-rows: 1fr auto;
  grid-template-areas: "photo    photo    photo" "txt      txt      txt" "floormap floormap floormap";
  gap: 1em;
}
@media (width >= 580px) {
  .shop-info-container {
    grid-template-areas: "photo    photo    photo" "floormap txt      txt" "floormap txt      txt";
    gap: 2em;
    grid-template-columns: 0.8fr auto;
  }
}

.shop-info-txt {
  grid-area: txt;
  justify-self: center;
  align-self: center;
  width: 90%;
}
@media (width >= 580px) {
  .shop-info-txt {
    justify-self: normal;
    width: 100%;
  }
}

.shop-info-txt-ul {
  line-height: 2;
  padding-left: 0;
  font-size: 0.8em;
}
@media (width >= 580px) {
  .shop-info-txt-ul {
    font-size: 1.8vw;
  }
}
@media (width >= 1200px) {
  .shop-info-txt-ul {
    font-size: 1.2em;
  }
}
.shop-info-txt-ul .shop-info-txt-li {
  list-style: none;
  border-bottom: 1px dashed #b69d82;
  margin: 0.6vw 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8em;
}

.shop-info-txt-right {
  vertical-align: top;
}

.shop-info-txt-right {
  display: inline-block;
}

.shop-info-title {
  line-height: 1.2;
  color: #8c5700;
  font-size: 1.5em;
  text-align: center;
  margin-bottom: 1em;
}
@media (width >= 580px) {
  .shop-info-title {
    font-size: 2.4em;
  }
}
@media (width >= 1200px) {
  .shop-info-title {
    font-size: 2.5em;
  }
}
.shop-info-title span {
  display: block;
  text-align: center;
  font-size: 0.4em;
  margin: 0 0 1vh;
  letter-spacing: 0.6em;
}

.shop-photo {
  grid-area: photo;
  height: auto;
  border-radius: 2em;
  width: 100%;
  max-width: 1000px;
}

.shop-info-floormap {
  grid-area: floormap;
  max-width: 250px;
  justify-self: center;
}
@media (width >= 1200px) {
  .shop-info-floormap {
    max-width: 300px;
  }
}

.map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5vh 2vh;
  width: 100%;
  text-align: center;
}

.map-title {
  line-height: 1.2;
  color: #8c5700;
  font-size: 1.5em;
}
@media (width >= 580px) {
  .map-title {
    font-size: 2.4em;
  }
}
@media (width >= 1200px) {
  .map-title {
    font-size: 2.5em;
  }
}
.map-title span {
  display: block;
  text-align: center;
  font-size: 0.4em;
  margin: 0 0 1vh;
  letter-spacing: 0.6em;
}

.map-description {
  margin: 2%;
  font-size: 0.8em;
}
@media (width >= 580px) {
  .map-description {
    font-size: 1.4em;
  }
}

.map-gmap-button {
  font-size: 0.8em;
  display: inline-block;
  max-width: 600px;
  margin: 3vh auto 0;
  padding: 1.4vh 5vh;
  font-weight: 700;
  text-align: center;
  border-radius: 3em;
  background-color: #534741;
}
.map-gmap-button span {
  color: #fff;
}
@media (width >= 580px) {
  .map-gmap-button span {
    font-size: 1.4em;
  }
}

.map-img {
  width: 98%;
  max-width: 900px;
  padding: 0.5em;
  background-color: rgb(255, 245, 232);
  border-radius: 2em;
}

.map-address {
  font-size: 0.8em;
  text-align: left;
  margin-top: 0.4em;
}
@media (width >= 580px) {
  .map-address {
    font-size: 1em;
  }
}
@media (width >= 767px) {
  .map-address {
    font-size: 1.2em;
  }
}
@media (width >= 1200px) {
  .map-address {
    font-size: 1.4em;
  }
}

.year_end-new_year {
  text-align: center;
  width: 100%;
  margin: 20px auto;
  padding: 1em 0.5em;
  clear: both;
  font-size: 0.8em;
  border-radius: 10px;
  background-color: rgb(255, 249, 224);
}
@media (width >= 580px) {
  .year_end-new_year {
    font-size: 1.2em;
  }
}
.year_end-new_year p {
  color: #442219;
  width: 80%;
  max-width: 750px;
  font-size: 1.6em;
  font-weight: bold;
  margin-bottom: 1em;
  border-bottom: 3px dotted #442219;
  display: inline-block;
}
@media (width >= 580px) {
  .year_end-new_year p {
    font-size: 2em;
  }
}
.year_end-new_year span {
  color: #ff9100;
  font-size: 1.2em;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(40%, #ffecae));
  background: linear-gradient(transparent 60%, #ffecae 40%);
}
@media (width >= 580px) {
  .year_end-new_year span {
    font-size: 1.6em;
  }
}

.information-tel {
  text-align: center;
  margin-top: 1.4em;
  font-size: 0.8em;
}
@media (width >= 580px) {
  .information-tel {
    font-size: 1em;
  }
}
.information-tel p {
  font-weight: bold;
  font-size: 1.4em;
}/*# sourceMappingURL=top.css.map */