@charset "UTF-8";

img {
  max-width: 100%;
  vertical-align: bottom;
}

ol,
ul {
  list-style: none;
}

a,
a:focus,
a:hover {
  text-decoration: none;
}

img {
  width: 100%;
  height: auto;
}

.main.feature {
  padding-top: 0;
}

.main.feature .inner {
  width: 100%;
}


@media screen and (max-width: 768px) {
  .main.feature .inner {
    padding: 0;
  }
}

.fade-in {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 1.4s ease, transform 1.4s ease;
}

.fade-in.is-show {
  opacity: 1;
  transform: translateY(0);
}


/* kv -----------------------------------------------*/
.kv {
  background-color: #FAF7F3;
}

.kv h1 {
  margin: 0 auto;
  max-width: 980px;
  padding: 12px 0 27px;
}

@media screen and (max-width: 768px) {
  .kv h1 {
    padding: 0;
  }
}

/* main -----------------------------------------------*/
.lead {
  border-top: 5px solid #B69972;
  border-bottom: 5px solid #B69972;
  padding: 60px 0;
  text-align: center;
}

.lead-inner {
  max-width: 980px;
  margin: 0 auto;
}

.lead-text {
  font-size: 20px;
  line-height: 1.8;
  color: #2A2A2A;
  overflow-wrap: break-word;
  word-break: keep-all;
}

.lead-text strong {
  font-size: 23px;
  font-weight: bold;
  color: #EE7800;
}

@media screen and (max-width: 768px) {
  .lead {
    padding: 30px 16px;
  }
  .lead-text {
    font-size: 14px;
  }
  .lead-text strong {
    font-size: 18px;
  }
}


.fair-menu-contents {
  background: url(../img/bg.jpg) center / 100px repeat;
  padding: 100px 0 170px;
  overflow: hidden;
}

.fair-menu-list {
  max-width: 1080px;
  padding: min(7.407vw, 80px) 50px;
  margin: 0 auto;
  color: #533F24;
  display: flex;
  flex-direction: column;
  gap: 200px;
}

.fair-menu-list li {
  display: flex;
  align-items: center;
  gap: 48px;
  position: relative;
}

.fair-menu-list li:nth-child(odd) {
  padding-left: clamp(0.1rem, 23vw - 20.6rem, 7rem);
}

.fair-menu-list li:nth-child(even) {
  padding-right: clamp(0.1rem, 23vw - 20.6rem, 7rem);
  flex-direction: row-reverse;
}

.fair-menu-list li .menu-img-wrap {
  position: relative;
  z-index: 1;
}

.fair-menu-list li .menu-img {
  width: clamp(40rem, 15.1057vw + 28.3837rem, 45rem);
  filter: drop-shadow(2px 2px 4px rgba(60, 54, 53, 0.25));
}

.fair-menu-list li .only {
  font-family: "M PLUS Rounded 1c", sans-serif;
  position: absolute;
  right: -15px;
  top: -30px;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  text-align: center;
  line-height: 1.1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-image: url(../img/icon-only.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 90px;
  height: 86px;
}

.fair-menu-list li .only .bottom {
  padding-bottom: 3px;
}

.fair-menu-list li .only .num {
  font-size: 24px;
}

.fair-menu-list li .text-box {
  margin-top: 100px;
  max-width: 285px;
  color: #533F24;
  position: relative;
}

.fair-menu-list li .text-box::before {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 519px;
  aspect-ratio: 519 / 493;
  z-index: 0;
}

.fair-menu-list li:nth-of-type(3n+1) .text-box::before {
  background-image: url(../img/bg-hotate1.svg);
}

.fair-menu-list li:nth-of-type(3n+2) .text-box::before {
  background-image: url(../img/bg-hotate2.svg);
}

.fair-menu-list li:nth-of-type(3n) .text-box::before {
  background-image: url(../img/bg-hotate3.svg);
}

.fair-menu-list li .text-box-inner {
  position: relative;
  z-index: 1;
  width: 100%;
}

.fair-menu-list li .shop-info {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-bottom: 4px;
}

.fair-menu-list li .shop-info .floor {
  background-color: #fff;
  font-size: 12px;
  line-height: 1;
  padding: 4px 15px;
  border: 1px solid #533F24;
  border-radius: 8px;
  font-weight: 500;
}

.fair-menu-list li .shop-info .tel {
  font-size: 14px;
  padding-left: 18px;
  position: relative;
  line-height: 1;
  font-weight: 500;
}

.fair-menu-list li .shop-info .tel::before {
  content: "";
  background-image: url(../img/icon-tel.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 17px;
  left: 0;
  position: absolute;
}

@media screen and (min-width: 769px) {
  .fair-menu-list li .shop-info .tel a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: inherit;
  }
}

.fair-menu-list li .shop-name {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  color: #533F24;
  overflow-wrap: break-word;
  word-break: keep-all;
  transition: all .3s;
}

.fair-menu-list li .shop-name:hover {
  opacity: 0.7;
  color: inherit;
}

.fair-menu-list li .menu-title {
  color: #8C5A44;
  font-weight: bold;
  font-size: 22px;
  line-height: 1.5;
  margin: 12px 0 4px;
  overflow-wrap: break-word;
  word-break: keep-all;
}

.fair-menu-list li .price {
  color: #8C5A44;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.2;
}

.fair-menu-list li .price span {
  font-size: 0.8em;
}

.fair-menu-list li .menu-text {
  font-size: 14px;
  line-height: 1.5;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #533F24;
}

.fair-menu-list li .menu-note-wrap {
  font-size: 12px;
  line-height: 1.5;
  padding-left: 1em;
  margin-top: 3px;
}

.fair-menu-list li .menu-note {
  text-indent: -1em;
}

@media screen and (max-width: 768px) {
  .fair-menu-contents {
    padding: 60px 0 80px;
  }
  .fair-menu-list {
    gap: 60px;
    padding: 0;
  }
  .fair-menu-list li {
    flex-direction: column;
    align-items: center;
    gap: 0;
  }
  .fair-menu-list li:nth-child(odd),
  .fair-menu-list li:nth-child(even) {
    padding: 0;
  }
  .fair-menu-list li:nth-child(even) {
    flex-direction: column;
  }
  .fair-menu-list li .menu-img {
    width: 90%;
    max-width: 480px;
    margin: 0 auto;
  }
  .fair-menu-list li .only {
    font-size: 14px;
    right: 1px;
    width: 76px;
    height: 73px;
  }
  .fair-menu-list li .only .num {
    font-size: 20px;
  }
  .fair-menu-list li .text-box {
    margin-top: -50px;
    max-width: 294px;
    height: 428px;
    padding: 0 10px;
    display: flex;
    align-items: center;
  }
  .fair-menu-list li .text-box::before {
    width: 450px;
    top: 0;
    transform: translate(-50%, 0);
  }
  .fair-menu-list li .shop-info .tel {
    font-size: 13px;
  }
  .fair-menu-list li .shop-name {
    font-size: 16px;
  }
  .fair-menu-list li .menu-title {
    font-size: 18px;
    margin: 8px 0 4px;
  }
  .fair-menu-list li .price {
    font-size: 18px;
  }
  .fair-menu-list li .menu-text {
    font-size: 12px;
    padding-top: 12px;
    margin-top: 12px;
  }
}


.note {
  margin-top: 120px;
}

.note__list {
  width: fit-content;
  margin: 0 auto;
  padding-left: 1em;
  font-size: 14px;
}

.note__list li {
  text-indent: -1em;
  color: #533F24;
}

.fair-banner {
  width: 694px;
  margin: 100px auto 0;
}

.fair-banner a {
  transition: all 0.3s;
}

.fair-banner a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
  .note {
    width: 90%;
    margin: 80px auto 0;
  }
  .note__list {
    font-size: 12px;
  }
  .fair-banner {
    width: 90%;
    margin: 60px auto 0;
  }
}

.banner-slider-wrap {
  margin-top: 0;
}