@charset "UTF-8";
#main {
  padding-bottom: 0;
}

.c-breadcrumbs {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.c-wrapper {
  width: 100%;
}

.p-tokusyu-list {
  --tl-blue: #0a3d8b;
  --tl-deep-blue: #083377;
  --tl-mint: #e9f3f0;
  --tl-text: #222;
  --tl-orange: #f08a00;
  --tl-orange-deep: #e07100;
  color: var(--tl-text);
  /* =========================
   * MV
   * ======================= */
  /* =========================
   * Lead
   * ======================= */
  /* =========================
   * Section common
   * ======================= */
  /* =========================
   * 季節特集：カード背景
   * ======================= */
  /* =========================
   * Member (bottom)
   * ======================= */
}
.p-tokusyu-list,
.p-tokusyu-list * {
  box-sizing: border-box;
}
.p-tokusyu-list img {
  display: block;
  max-width: 100%;
  height: auto;
}
.p-tokusyu-list__inner {
  width: 960px;
  margin: 0 auto;
}
.p-tokusyu-list__lead {
  margin-top: 28px;
}
.p-tokusyu-list__lead .p-tokusyu-list__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
.p-tokusyu-list__lead-text {
  margin: 0;
  line-height: 1.6;
  font-size: 22px;
}
.p-tokusyu-list__section {
  margin-top: 50px;
}
.p-tokusyu-list__section-head {
  text-align: center;
  margin-bottom: 14px;
}
.p-tokusyu-list__section-title {
  margin: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0;
}
.p-tokusyu-list__section-title-img {
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
}
.p-tokusyu-list__cards {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 20px;
}
.p-tokusyu-list__section--season {
  position: relative;
}
.p-tokusyu-list__section--season .p-tokusyu-list__card {
  background: #f7ebeb;
}
.p-tokusyu-list__card {
  display: grid;
  grid-template-columns: 370px 1fr;
  align-items: center;
  gap: 16px;
  text-decoration: none;
  color: inherit;
  background: var(--tl-mint);
  padding: 20px;
  position: relative;
  transition: transform 0.12s ease, box-shadow 0.12s ease;
}
.p-tokusyu-list__card-body {
  padding-right: 0;
}
.p-tokusyu-list__card-body h3 {
  margin: 0;
}
.p-tokusyu-list__card-title {
  margin: 0 0 8px;
  display: inline-flex;
  align-items: center;
  font-size: 26px;
  font-weight: 900;
  letter-spacing: 0.02em;
  text-decoration: none;
  color: #000;
}
.p-tokusyu-list__card-title:hover {
  text-decoration: underline;
}
.p-tokusyu-list__card-title::after {
  content: "";
  width: 22px;
  height: 22px;
  margin-left: 8px;
  background: url("/images/tokusyu/list/icon_arrow.png") center/100% auto no-repeat;
  flex: 0 0 auto;
}
.p-tokusyu-list__card-desc {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
  color: #333;
}
.p-tokusyu-list__member {
  margin-top: 230px;
  position: relative;
  background-color: #00286e;
}
.p-tokusyu-list__member:before {
  content: "";
  position: absolute;
  top: -155px;
  left: 0;
  width: 100%;
  height: 155px;
  background-image: url(/images/tokusyu/okayama/bg_01.png);
  background-size: cover;
}
.p-tokusyu-list__member-banner {
  overflow: hidden;
  transform: translateY(-90px);
}
.p-tokusyu-list__member-banner-img {
  width: 100%;
  height: auto;
}
.p-tokusyu-list__member-btn-wrap {
  position: absolute;
  bottom: 120px;
  left: 0;
  right: 0;
  text-align: center;
}
.p-tokusyu-list__member-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 800px;
  max-width: 100%;
  height: 80px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 900;
  letter-spacing: 0.02em;
  color: #fff;
  font-size: 32px;
  background: linear-gradient(180deg, #f08a00 0%, #e07100 100%);
}
.p-tokusyu-list__member-btn:hover {
  filter: brightness(0.98);
}

/*# sourceMappingURL=style.css.map */
