.plan2026 {
  max-width: 1180px;
  margin: 0 auto;
  padding: 40px 24px;
  color: #222;
  font-family: "游明朝", "Yu Mincho", "Hiragino Mincho ProN", serif;
}

.plan2026-header {
  display: flex;
  align-items: flex-start;
  gap: 32px;
  margin-bottom: 40px;
}

.plan2026-badge {
  width: 130px;
  height: 130px;
  text-align: center;
  padding-top: 22px;
  flex-shrink: 0;
}

.plan2026-badge .num {
  font-size: 42px;
  line-height: 1;
}

.plan2026-badge .sub {
  font-size: 16px;
  margin-top: 6px;
}

.plan2026-badge .limited {
  color: #d85b5b;
  font-weight: bold;
  margin-top: 22px;
}

.plan2026-title p {
  font-size: 34px;
  margin: 0 0 8px;
}

.plan2026-title h1 {
  position: relative;
  display: block;
  width: 100%;
  font-size: 36px;
  font-weight: 400;
  margin: 0;
  padding-bottom: 18px;
}
.plan2026-title h1::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;

  width: 100%;
  height: 12px;

  background: url("../images/gion2026/gionmatsuri-border.jpg") repeat-x left center;
  background-size: 100% 12px;
}
.plan2026-content {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 64px;
  align-items: start;
}

.plan2026-info {
  background-image: url("../images/gion2026/hoko.jpg");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 140px auto;

  padding-right: 170px;
  padding-right:1em;
  padding-bottom:2em;
}
.plan2026-info dl {
  margin: 0;
}

.plan2026-info div {
  display: block;
  padding: 18px 0;
  border-bottom: 1px dashed #ccc;
  overflow: hidden;
}
.plan2026-info dt {
  float: left;
  width: 80px;
  color: #e45f7c;
  font-weight: bold;
}
.plan2026-info dd {
  margin-left: 100px;
  font-size: 16px;
  line-height: 1.8;
  font-weight: bold;
}

.plan2026-info dd strong {
  font-size: 34px;
}

.plan2026-info small {
  font-size: 12px;
}
.plan2026-info strong small {
  font-size: 16px;
}

.plan2026-card {
  background: #eefaff;
  padding: 28px;
  border-radius: 6px;
}

.plan2026-card img {
  width: 100%;
  display: block;
  margin-bottom: 24px;
}

.plan2026-card .date {
  font-size: 20px;
  margin: 0 0 8px;
}

.plan2026-card h2 {
  font-size: 34px;
  font-weight: 400;
  border-bottom: 1px dashed #bbb;
  padding-bottom: 14px;
  margin: 0 0 22px;
}

.plan2026-card p {
  font-size: 16px;
  line-height: 2;
}

.reserve {
  margin-top: 70px;
}

.reserve h2 {
  display: inline-block;
  font-size: 28px;
  font-weight: 400;
  border-bottom: 4px solid #e6aaa0;
  margin-bottom: 24px;
}

.reserve .soldout {
  color: #e45f7c;
  font-size: 20px;
  font-weight: bold;
}
.reserve-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-width: 340px;
  padding: 18px 32px;
  margin: 20px 0 32px;

  background: #d98b7f;
  color: #fff;
  text-decoration: none;

  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.08em;

  border-radius: 10px;

  transition: 0.3s;
}

.reserve-btn:hover {
  opacity: 0.85;
  transform: translateY(-2px);
}
.chef-image {
  margin-top: 80px;
}

.chef-image img {
  display: block;
  width: 100%;
  height: auto;
}
.font03 {
  font-family:
    "Helvetica Neue",
    "Yu Gothic",
    "Hiragino Sans",
    sans-serif;

  font-size: 14px;
  line-height: 2;

  font-weight: 400;

  letter-spacing: 0.03em;

  color: #444;
}
@media (max-width: 768px) {
  .plan2026-header,
  .plan2026-content {
    display: block;
  }

  .plan2026-badge {
    margin-bottom: 24px;
  }

  .plan2026-title p {
    font-size: 24px;
  }

  .plan2026-title h1 {
    font-size: 26px;
  }

  .plan2026-info {
    margin-bottom: 40px;
  }

  .plan2026-info div {
    grid-template-columns: 70px 1fr;
  }

  .illust {
    position: static;
    display: block;
    margin: 24px auto 0;
  }

  .plan2026-card h2 {
    font-size: 26px;
  }
}