@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700;900&display=swap");
:root {
  --txt-unker: clamp(1.5rem, 1.2vw, 1.7rem);
  --spe-tit: clamp(0.2rem, 5vw, 4rem);
  --page-up: clamp(2rem, 3vw, 3rem);
}

#lunch-lp {
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 500;
  font-style: normal;
}

.mv-lunch {
  width: 100%;
  background: #000;
  position: relative;
}

.mv-lunch ul {
  position: absolute;
  bottom: 60vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media only screen and (min-width: 768px) {
  .mv-lunch ul {
    bottom: 20vw;
  }
}

.mv-lunch ul li {
  width: 20vw;
  margin: 0 1vw;
}

.mv-lunch ul li:nth-child(2) {
  margin-top: 5vw;
}

.mv-lunch ul li:nth-child(3) {
  margin-top: 5vw;
}

.mv-lunch img {
  width: 100%;
}

.mv-lunch h2 {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 30vw;
  width: 80%;
}

@media only screen and (min-width: 768px) {
  .mv-lunch h2 {
    top: 13vw;
    width: auto;
  }
}

.mv-lunch .greet {
  position: absolute;
  font-size: 0.9rem;
  line-height: 1.8;
  font-weight: 600;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 90%;
  bottom: 18vw;
}

@media only screen and (min-width: 768px) {
  .mv-lunch .greet {
    bottom: 10vw;
    width: auto;
    font-size: 1.3rem;
    line-height: 2.3;
  }
}

.shop-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  width: 95%;
  margin: 40px auto;
}

@media only screen and (min-width: 768px) {
  .shop-inner {
    width: 80%;
    margin: 100px auto;
  }
}

.shop-inner::after {
  content: "";
  display: block;
  width: 31%;
}

.shop-inner .shop-box {
  width: 48%;
  position: relative;
  -webkit-box-shadow: 10px 3px 33px -13px #d6d6d6;
  box-shadow: 10px 3px 33px -13px #d6d6d6;
  padding: 10px;
  margin-bottom: 40px;
}

@media only screen and (min-width: 768px) {
  .shop-inner .shop-box {
    width: 31%;
    margin-bottom: 80px;
  }
}

.shop-inner .shop-box .name {
  border-radius: 100px;
  font-size: 0.5rem;
  background: #8d460d;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -0px;
}

@media only screen and (min-width: 768px) {
  .shop-inner .shop-box .name {
    font-size: 0.7rem;
    top: -17px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}

.shop-inner .shop-box .name h3 {
  padding: 7px 10px 7px 10px;
  color: #FFFFFF;
  white-space: nowrap;
}

@media only screen and (min-width: 768px) {
  .shop-inner .shop-box .name h3 {
    padding: 3px 20px 3px 10px;
  }
}

.shop-inner .shop-box .name .icon {
  width: 30px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -14px;
}

@media only screen and (min-width: 768px) {
  .shop-inner .shop-box .name .icon {
    width: 50px;
    position: relative;
    left: auto;
    -webkit-transform: none;
    transform: none;
    top: 0;
  }
}

.shop-inner .shop-box h4 {
  padding: 20px 10px 30px;
  font-weight: 500;
  line-height: 1.2;
  font-size: 0.9rem;
}

@media only screen and (min-width: 768px) {
  .shop-inner .shop-box h4 {
    font-size: 1.3rem;
    line-height: 1.6;
  }
}

.shop-inner .shop-box .furusato_c_icon{
	line-height: 1.1;
	margin: -15px 0 15px !important;
}
@media only screen and (min-width: 768px) {
	
}

.shop-inner .shop-box .pic img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  aspect-ratio: 4 / 3;
  width: 100%;
  height: auto;
  -webkit-transition: .5s;
  transition: .5s;
}

.shop-inner .shop-box .price {
  border-top: 1px solid #ccc;
  padding: 10px;
}

@media only screen and (min-width: 768px) {
  .shop-inner .shop-box .price {
    padding: 20px;
  }
}

@media only screen and (min-width: 768px) {
  .shop-inner .shop-box .price dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

.shop-inner .shop-box .price dl dt {
  margin-right: 1rem;
  font-size: 0.7rem;
}

@media only screen and (min-width: 768px) {
  .shop-inner .shop-box .price dl dt {
    font-size: 0.9rem;
  }
}

.shop-inner .shop-box .price dl dd {
  color: #af0000;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.2;
}

@media only screen and (min-width: 768px) {
  .shop-inner .shop-box .price dl dd {
    font-size: 1.8rem;
  }
}

.shop-inner .shop-box .price dl dd span {
  font-size: 0.9rem;
  margin-left: .4rem;
}

.shop-inner .shop-box .arrow {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50px;
  display: block;
}

@media only screen and (min-width: 768px) {
  .shop-inner .shop-box .arrow {
    width: 90px;
  }
}
