.price-box__item {
  text-align: center;
}

.price-box__item + .price-box__item {
  margin-top: 2.5rem;
}

.price-box__item .time {
  padding: 10px;
  background-color: #f0f1ee;
  font-weight: bold;
  font-size: 1.8rem;
}

.price-box__item .time span {
  font-size: 130%;
}

.price-box__item .original {
  display: inline-block;
  position: relative;
  padding: 10px;
  font-weight: bold;
  font-size: 1rem;
}

.price-box__item .original span {
  font-size: 1.4rem;
}

.price-box__item .original::before {
  position: absolute;
  content: "";
  display: block;
  transform: rotate(10deg);
  background-color: #eb6241;
  width: 100%;
  height: 4px;
  top: 50%;
  left: 0;
}

.price-box__item .exclusive {
  color: #eb6241;
  font-weight: bold;
  font-size: 1rem;
}

.price-box__item .exclusive .large {
  font-size: 5rem;
}

.marker-bold {
  background: linear-gradient(transparent 50%, #ffff7f 50%);
}

.floating_contact {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 10;
  text-align: center;
  font-family: "Renner*";
  font-style: italic;
  font-weight: bold;
  color: #fff;
  background-color: rgba(34, 29, 28, 0.6);
}

.floating_contact a {
  display: block;
  /*width: 100%;*/
  /* width: calc(100% / 5.1); */
  max-width: 400px;
  margin: 0 1rem;
  margin-top: 10px;
  padding: 1rem 0.5rem;
  background-color: #e72418;
  color: #fff;
  transition: all 0.3s;
}

.floating_contact a.WhatsApp {
  background-color: #25d366;
}

.floating_contact a:hover {
  opacity: 0.7;
  text-decoration: none;
}

.floating_contact a.sp {
  display: none;
}

.floating_contact img {
  display: inline-block;
  width: 20px !important;
  margin-right: 10px;
  vertical-align: -6px;
}

@media only screen and (max-width: 922px) {
  .floating_contact a {
    font-size: 1.5vw;
  }
}

@media only screen and (max-width: 768px) {
  .floating_contact {
    flex-wrap: wrap;
    padding: 1vw;
  }

  .floating_contact a:nth-of-type(1) {
    width: 100% !important;
    max-width: 100% !important;
  }

  .floating_contact a {
    padding: 3vw 0.5vw;
    width: calc(100% / 2.05);
    max-width: 50%;
    margin: 0 0.6% 0.3%;
    font-size: 3vw;
    line-height: 1.4;
  }
}

@media only screen and (max-width: 768px) {
  footer {
    padding-bottom: 40vw !important;
  }
}

.shop-list-box {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.shop-list-box__item {
  width: calc(100% / 2 - 10px);
  padding: 10px;
  background-color: #fff;
  color: #000;
  text-align: left;
}

@media only screen and (max-width: 768px) {
  .shop-list-box__item {
    width: 100%;
  }
}

.shop-list-box__item-map {
  width: 100%;
}

.shop-list-box__item-map iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 1 / 1;
}

.shop-list-box__item-name {
  margin-top: 15px;
  font-weight: bold;
  font-size: 1.3rem;
}

.shop-list-box__item-address {
  margin-top: 8px;
  font-size: 1rem;
  font-weight: normal;
}

.shop-list-box__item-btn {
  margin-top: 8px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  text-align: center;
}

.shop-list-box__item-btn a {
  display: block;
  padding: 10px;
  width: 100%;
  color: #fff;
  transition: all 0.3s;
  background-color: #07b53b;
}

.shop-list-box__item-btn a + a {
  margin-top: 5px;
}

.shop-list-box__item-btn a:hover {
  opacity: 0.7;
}

@media only screen and (max-width: 768px) {
  .booking {
    display: none;
  }
}

.voice-pict {
  display: block;
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
  width: 85%;
  aspect-ratio: 1 / 1;
  border: 3px solid #87847b;
}

.voice-pict img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.maintitle {
  position: relative;
}

.maintitle img {
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 75 / 85;
}

.maintitle-text {
  padding: 20px;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: auto;
  color: #9c1800;
  background-color: rgba(255, 255, 255, 0.8);
  font-family: "EB Garamond", serif;
  font-weight: 600;
  font-size: 60px;
  text-decoration: underline;
  line-height: 1.2;
  line-break: anywhere;
  overflow: hidden;
  transform: translateY(-50%);
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .maintitle-text {
    font-size: 8vw;
  }
}

@media only screen and (max-width: 768px) {
  .section01-img {
    display: none;
  }

  .section01-text {
    padding: 1.5rem;
  }
}
