.p-marche {
  position: relative;
  overflow: hidden;
}

.p-marche p,
.p-marche h2,
.p-marche h3,
.p-marche h4,
.p-marche h5,
.p-marche h6 {
  font-family: "M PLUS Rounded 1c", sans-serif;
}

@media (max-width: 768.98px) {
  .p-marche p {
    font-size: 14px;
  }
}

.p-marche h2 {
  font-size: 30px;
  font-weight: bold;
  color: #f68d37;
  letter-spacing: 0.05em;
  margin: 10px 0 16px 0;
  line-height: 1.1em;
  margin-bottom: 30px;
}

@media (max-width: 768.98px) {
  .p-marche h2 {
    font-size: 24px;
  }
}

.p-marche tr {
  margin-bottom: 20px;
  display: block;
}

.p-marche td {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 1.5rem;
}

.p-marche .u-bold {
  font-size: 20px;
  font-weight: bold;
}

@media (max-width: 768.98px) {
  .p-marche .u-bold {
    font-size: 18px;
  }
}

.p-marche .u-bold-2 {
  font-size: 18px;
  font-weight: 500;
}

.p-marche .u-fit-content {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.p-marche .min-w-100 {
  min-width: 100px;
}

.p-marche .caution {
  color: red;
}

@media screen and (min-width: 421px) {
  .p-marche .d-sp-none {
    display: none;
  }
}

.p-marche-hd-1 {
  text-align: center;
}

.p-marche-hd-1__en {
  text-align: center;
  margin-bottom: -4rem;
  display: block;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  font-size: 80px;
  opacity: 0.1;
  font-family: "Damion", cursive;
}

@media (max-width: 768.98px) {
  .p-marche-hd-1__en {
    font-size: 60px;
    margin-bottom: -2.7rem;
  }
}

.p-marche-hd-1__ja {
  text-align: center;
  display: block;
  letter-spacing: 0.1em;
  position: relative;
  top: -15px;
  font-weight: bold;
}

.p-marche-main-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.p-marche-main-container img {
  width: 100vw;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (min-width: 769px) {
  .p-marche-main-container img {
    width: 50%;
  }
}

@media (min-width: 769px) {
  .p-marche-main-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

 .p-marche-reading {
  background: url(/img/festival/marche/bg01.webp) center center no-repeat;
  text-align: center;
  background-position: center;
  background-size: cover;
}

@media (max-width: 768.98px) {
  .p-marche-reading {
    padding: 30px;
  }
} 

.p-marche-reading__bg {
  background: url(/img/festival/marche/bg02.webp) center center no-repeat;
  border-radius: 52% 93% 98% 92% / 22% 160% 90% 128%;
  padding: 25vh 15vh;
  text-align: center;
  background-position: center;
}

@media (max-width: 768.98px) {
  .p-marche-reading__bg {
    padding: 30px;
    border-radius: 30px;
    background: #fff;
  }
}

.p-marche-event {
  margin: 100px 0 0;
}

@media (max-width: 768.98px) {
  .p-marche-event {
    margin: 50px 0;
  }
}

.p-marche-event__item {
  margin: 120px 0 50px 0;
}

/* .p-marche-event__item:last-child {
  margin: 50px 0;
} */

.p-marche-event__item__detail__hd {
  margin-bottom: 20px;
}

.p-marche-event__item__detail h4 {
  font-size: 18px;
  font-weight: bold;
}

.p-marche-event__item__detail h4::before {
  content: "";
  width: 36px;
  height: 36px;
  left: -5px;
  border-radius: 50%;
  position: absolute;
  z-index: -1;
  background: #e9f7fa;
}

.p-marche-event .main-img {
  width: 100%;
  border-radius: 30px;
  position: relative;
}

.p-marche-event h3 {
  font-size: 20px;
  font-weight: bold;
  display: inline-block;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(60%, transparent),
    color-stop(50%, #ffce8b)
  );
  background: -webkit-linear-gradient(transparent 60%, #ffce8b 50%);
  background: linear-gradient(transparent 60%, #ffce8b 50%);
  margin-bottom: 20px;
}

@media (max-width: 768.98px) {
  .p-marche-event h3 {
    font-size: 18px;
  }
}

.p-marche-event ul {
  padding-left: 0;
}

.p-marche-event .circle01 {
  content: "";
  font-weight: bold;
  font-size: 40px;
  position: absolute;
  top: -35px;
  left: -35px;
  z-index: 10;
  color: #fff;
  background: #f68d37;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  text-align: center;
  font-family: "M PLUS Rounded 1c", sans-serif;
}

@media (max-width: 768.98px) {
  .p-marche-event .circle01 {
    top: -25px;
    left: -25px;
    width: 50px;
    height: 50px;
    font-size: 25px;
  }
}

.p-marche-event .point {
  width: 160px;
  height: auto;
  position: absolute;
  bottom: 0;
  right: -50px;
}

@media (max-width: 768.98px) {
  .p-marche-event .point {
    width: 120px;
    right: -28px;
  }
}

.p-marche-event .menu-list {
  background: #e9f7fa;
  padding: 15px;
  margin: 0 5.5rem;
  padding: 3rem;
  border-radius: 16px;
}

@media (max-width: 768.98px) {
  .p-marche-event .menu-list {
    margin: unset;
    padding: 1.5rem;
  }
}

.p-marche-event em {
  font-family: "M PLUS Rounded 1c", sans-serif;
  background: #ff5757;
  padding: 6px 10px;
  border-radius: 4px;
  color: #fff;
  margin-left: 10px;
}

.sub-img li.current img {
  border: 2px solid #47ad15;
  -webkit-transition: border 0.5s;
  transition: border 0.5s;
}

.container {
  max-width: 500px;
}

.main-img {
  width: 100%;
}

.main-img img {
  height: auto;
  width: 100%;
  border-radius: 20px;
}

.sub-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}

.sub-img li {
  list-style-type: none;
  margin-right: 2%;
  width: 32%;
}

.sub-img li:nth-child(3n) {
  margin-right: 0;
}

.sub-img li img {
  border: 2px solid rgba(0, 0, 0, 0);
  -webkit-transition: border 0.5s;
  transition: border 0.5s;
  border-radius: 20px;
}

.sub-img img {
  cursor: pointer;
  width: 100%;
}

.sub-img.is-wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sub-img.is-wrap li {
  list-style-type: none;
  margin-right: 2%;
  margin-bottom: 10px;
  width: 23.3%;
}

.sub-img.is-wrap li img {
  border: 2px solid rgba(0, 0, 0, 0);
  -webkit-transition: border 0.5s;
  transition: border 0.5s;
  border-radius: 15px;
}

.sub-img.is-wrap li:nth-child(3n) {
  margin-right: 2%;
}

.sub-img.is-wrap li:nth-child(4n) {
  margin-right: 0;
}

.p-marche-footer {
  background: url(/img/festival/marche/footer_bg.webp) center center no-repeat;
  background-size: cover;
  padding: 48px 0;
}

@media (max-width: 768.98px) {
  .p-marche-footer {
    padding: 12px 0 15px 0;
  }
}

.p-marche-footer__address {
  text-align: center;
}

.p-marche-footer__address p {
  letter-spacing: 0.08em;
  font-family: "M PLUS Rounded 1c", sans-serif;
}

.p-marche-footer__tel {
  text-align: center;
  font-size: 4.2rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  font-family: "M PLUS Rounded 1c", sans-serif;
  line-height: 1.1em;
  color: #333;
}

@media (max-width: 768.98px) {
  .p-marche-footer__tel {
    font-size: 2.5em;
  }
}

.p-marche-footer__tel:hover {
  color: #333;
  text-decoration: none;
}

.p-marche-copylight {
  width: 600px;
  margin: 0 auto;
  padding: 16px 24px;
  text-align: center;
  background: #fff;
  letter-spacing: 0.05em;
}

@media (max-width: 768.98px) {
  .p-marche-copylight {
    width: 100%;
    padding: 15px;
  }
}

.p-marche-spTelephone {
  width: 100%;
  height: 55px;
  background: #fff;
  position: fixed;
  z-index: 7999;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  background: #f68d37;
  padding: 0 2vw;
}

.p-marche-spTelephone a {
  font-family: "M PLUS Rounded 1c", sans-serif;
  color: #333;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}

.p-marche-spTelephone__item1 p {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}

.p-marche-spTelephone__item2 p {
  text-align: center;
  display: block;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
}

p.p-marche-f-en,
.p-marche-f-en {
  font-family: "Damion", cursive;
  font-weight: 400;
  font-style: normal;
}

.p-marche-coupon {
  background: #f68d37;
  -webkit-box-shadow: inset 0 0 0 3px #fff;
  box-shadow: inset 0 0 0 3px #fff;
  width: 880px;
  max-width: 100%;
  color: #fff;
  padding: 1.2rem;
  margin-top: 24px;
}

@media (max-width: 768.98px) {
  .p-marche-coupon {
    width: 90%;
  }
}

.p-marche-coupon .border {
  padding: 2rem;
}

.p-marche-coupon p.p-marche-f-en,
.p-marche-coupon .p-marche-f-en {
  font-size: 3.6rem;
  line-height: 4rem;
}

.p-marche-coupon__text {
  font-size: 24px;
  color: #fff;
}

.p-marche-coupon__img {
  width: 100%;
  max-width: 100%;
}

.text-menu {
  color: #f68d37;
}

.text-menu-detail {
  color: #81591d;
}

.under-line-yellow {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 18px;
}

.p-marche-cuisine__wrapper {
  background-color: #fbfbd6;
  padding: 100px 0;
}