@charset "UTF-8";
/* ===================================================================
CSS information

file name  : sightseeing_plan.scss
author     : AROUND TAKAYAMA Renew
style info : 観光プラン詳細ページスタイル
=================================================================== */
/* cspell:disable-next-line */
@font-face {
  font-family: 'Lulo Clean';
  src: url("../../../ascend/fonts/FontsFree-Net-Lulo-Clean-W01-One-Bold.ttf") format("truetype");
}
/* font-awesome */
/* -----------------------------------------------------------
	スライド　用
----------------------------------------------------------- */
/*Animate */
/* -----------------------------------------------------------
	ホテル リブランド用
----------------------------------------------------------- */
/* ===========================
	PC/SP_JP（Noto Sans JP）
   =========================== */
/* ===========================
	PC/SP_LULO（LuloCleanOne-Bold）
   =========================== */
/* ===========================
	PC/SP_MON（Montserrat SemiBold）
   =========================== */
/* cspell:disable-next-line */
@font-face {
  font-family: 'Lulo Clean';
  src: url("../../../ascend/fonts/FontsFree-Net-Lulo-Clean-W01-One-Bold.ttf") format("truetype");
}
/* font-awesome */
/* -----------------------------------------------------------
	スライド　用
----------------------------------------------------------- */
/*Animate */
/* -----------------------------------------------------------
	ホテル リブランド用
----------------------------------------------------------- */
/* ===========================
	PC/SP_JP（Noto Sans JP）
   =========================== */
/* ===========================
	PC/SP_LULO（LuloCleanOne-Bold）
   =========================== */
/* ===========================
	PC/SP_MON（Montserrat SemiBold）
   =========================== */
#page {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px !important;
}
@media only screen and (max-width: 767px) {
  #page {
    font-family: "Noto Sans JP", sans-serif;
  }
}
#page::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 25svh;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.15) 60%, rgba(0, 0, 0, 0.4) 100%);
  pointer-events: none;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  #page::before {
    position: absolute;
  }
}
@media only screen and (max-width: 767px) {
  #page::before {
    height: 10rem;
  }
}

body.is-gmenu-open,
body.is-gmenu-noscroll {
  overflow: hidden;
}

.en_lulo {
  font-family: "Lulo Clean", sans-serif;
}
@media only screen and (max-width: 767px) {
  .en_lulo {
    font-family: "Lulo Clean", sans-serif;
  }
}

.en_mon {
  font-family: "Montserrat SemiBold", "Montserrat", sans-serif;
}
@media only screen and (max-width: 767px) {
  .en_mon {
    font-family: "Montserrat SemiBold", "Montserrat", sans-serif;
  }
}

a {
  color: #005184;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

/* -----------------------------------------------------------
	layout
----------------------------------------------------------- */
.l_container {
  width: 100%;
  max-width: 100%;
  padding-left: 120px;
  padding-right: 120px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 767px) {
  .l_container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.l_row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.l_col {
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
}

.l_col_1 {
  width: 8.33333%;
}

.l_col_2 {
  width: 16.66667%;
}

.l_col_3 {
  width: 25%;
}

.l_col_4 {
  width: 33.33333%;
}

.l_col_5 {
  width: 41.66667%;
}

.l_col_6 {
  width: 50%;
}

.l_col_7 {
  width: 58.33333%;
}

.l_col_8 {
  width: 66.66667%;
}

.l_col_9 {
  width: 75%;
}

.l_col_10 {
  width: 83.33333%;
}

.l_col_11 {
  width: 91.66667%;
}

.l_col_12 {
  width: 100%;
}

/* ===================================================================
   共通のスタイルを上書き
=================================================================== */
.subpage-main {
  width: 100%;
  max-width: none;
  background: linear-gradient(to top, #f5f5f5 0%, #ffffff 10%);
  padding: 0 0 10rem 0;
  margin: 400px auto 0;
}
@media only screen and (max-width: 767px) {
  .subpage-main {
    padding: 0 0 40px 0;
    margin: 100px auto 0;
  }
}

.subpage-footer-slider {
  background-color: #F5F5F5;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .subpage-footer-slider {
    background-color: #fff;
  }
}
@media only screen and (max-width: 767px) {
  .subpage-footer-slider {
    background-color: #fff;
    margin-top: 160px;
  }
}

#header .con_header .box_header .box_nav .hnav li a {
  color: #fff !important;
}

/* ===================================================================
   Plan Hero
   プランヒーローセクション（pagetitle replacement）
=================================================================== */
.plan-hero {
  position: relative;
  height: 560px;
  width: 100%;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .plan-hero {
    height: auto;
  }
}
.plan-hero__image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 560px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .plan-hero__image-wrap {
    position: relative;
    height: 300px;
  }
}
.plan-hero__image {
  position: absolute;
  top: -80px;
  left: -120px;
  right: -30px;
  bottom: -40px;
  background-size: cover;
  background-position: center;
  filter: blur(6.6px);
}
@media only screen and (max-width: 767px) {
  .plan-hero__image {
    top: -14%;
    left: -8.53%;
    right: -1.47%;
    bottom: -14.33%;
  }
}
.plan-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(110.063deg, rgba(0, 0, 0, 0.3) 9.385%, rgba(0, 0, 0, 0) 97.958%);
}
@media only screen and (max-width: 767px) {
  .plan-hero__overlay {
    background: linear-gradient(100.067deg, rgba(0, 0, 0, 0.3) 9.385%, rgba(0, 0, 0, 0) 97.958%);
  }
}
.plan-hero__title-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1200px;
  max-width: calc(100% - 240px);
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 24px;
  z-index: 2;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .plan-hero__title-box {
    max-width: calc(100% - 80px);
  }
}
@media only screen and (max-width: 767px) {
  .plan-hero__title-box {
    left: 20px;
    right: 20px;
    width: auto;
    max-width: none;
    transform: translateY(-50%);
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 8px;
    top: 18rem;
  }
}
.plan-hero__label {
  font-family: "Lulo Clean", sans-serif;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: -0.08em;
  color: #e5e5e5;
  text-transform: uppercase;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .plan-hero__label {
    font-family: "Lulo Clean", sans-serif;
  }
}
@media only screen and (max-width: 767px) {
  .plan-hero__label {
    display: flex;
    align-items: baseline;
    gap: 6px;
  }
  .plan-hero__label::before {
    content: '/';
    display: inline-block;
    color: #C8C8C8;
  }
}
.plan-hero__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.08em;
  color: #FFFFFF;
  white-space: nowrap;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .plan-hero__title {
    font-family: "Noto Sans JP", sans-serif;
  }
}
@media only screen and (max-width: 767px) {
  .plan-hero__title {
    font-size: 28px;
    white-space: normal;
  }
}
.plan-hero__card {
  position: absolute;
  top: 480px;
  left: 50%;
  transform: translateX(-50%);
  width: 1200px;
  max-width: calc(100% - 240px);
  padding: 40px 48px 48px;
  border-radius: 4px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 22px;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .plan-hero__card {
    max-width: calc(100% - 80px);
  }
}
@media only screen and (max-width: 767px) {
  .plan-hero__card {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    width: 100%;
    max-width: 100%;
    padding: 48px 20px 0;
    gap: 16px;
  }
}
.plan-hero__blur {
  position: absolute;
  inset: 0;
  background: #FFFFFF;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
.plan-hero__tags {
  position: relative;
  display: flex;
  gap: 16px;
  align-items: center;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .plan-hero__tags {
    gap: 8px;
  }
}
.plan-hero__tag {
  display: flex;
  align-items: center;
  height: 36px;
  padding: 0 12px;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.72);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.08em;
  color: #FFFFFF;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .plan-hero__tag {
    font-family: "Noto Sans JP", sans-serif;
  }
}
.plan-hero__description {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.08em;
  color: #000000;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .plan-hero__description {
    font-family: "Noto Sans JP", sans-serif;
  }
}
@media only screen and (max-width: 767px) {
  .plan-hero__description {
    font-size: 14px;
  }
}
.plan-hero__hashtags {
  position: relative;
  display: flex;
  gap: 16px;
  align-items: flex-start;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .plan-hero__hashtags {
    flex-wrap: wrap;
    gap: 8px;
  }
}
.plan-hero__hashtag {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.08em;
  color: #666;
  text-align: center;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .plan-hero__hashtag {
    font-family: "Noto Sans JP", sans-serif;
  }
}

/* ===================================================================
   Plan Header
   プランヘッダー部分
=================================================================== */
.plan-header {
  position: relative;
  text-align: center;
  width: 1200px;
  max-width: calc(100% - 240px);
  margin: 0 auto;
  padding: 80px 0;
  border-top: 1px solid #C8C8C8;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .plan-header {
    max-width: calc(100% - 80px);
    padding: 60px 0;
  }
}
@media only screen and (max-width: 767px) {
  .plan-header {
    max-width: calc(100% - 40px);
    padding: 40px 0;
  }
}
.plan-header__category {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.08em;
  color: #808080;
  margin-bottom: 16px;
}
@media only screen and (max-width: 767px) {
  .plan-header__category {
    font-family: "Noto Sans JP", sans-serif;
  }
}
.plan-header__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
  color: #000000;
  margin-bottom: 16px;
}
@media only screen and (max-width: 767px) {
  .plan-header__title {
    font-family: "Noto Sans JP", sans-serif;
  }
}
@media only screen and (max-width: 767px) {
  .plan-header__title {
    font-size: 22px;
  }
}
.plan-header__subtitle {
  font-family: "Lulo Clean", sans-serif;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: -0.08em;
  color: #A6A6A6;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .plan-header__subtitle {
    font-family: "Lulo Clean", sans-serif;
  }
}

/* ===================================================================
   Timeline Container
   タイムラインコンテナ
=================================================================== */
.timeline {
  --line-x: 196px;
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 120px 80px;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .timeline {
    --line-x: 50%;
    padding: 0 0 60px;
  }
}
@media only screen and (max-width: 767px) {
  .timeline {
    --line-x: 50%;
    padding: 0 0 40px;
  }
}

/* ===================================================================
   Timeline Start
   タイムライン開始（ホテルを出発）
=================================================================== */
.timeline-start {
  position: relative;
  display: grid;
  grid-template-columns: max-content;
  grid-template-rows: max-content;
  margin-bottom: 48px;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .timeline-start {
    justify-content: center;
    justify-items: center;
    margin-bottom: 48px;
  }
}
@media only screen and (max-width: 767px) {
  .timeline-start {
    justify-content: center;
    justify-items: center;
    margin-bottom: 48px;
  }
}
.timeline-start__title {
  grid-area: 1 / 1;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.08em;
  color: #000000;
  width: 400px;
  text-align: center;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .timeline-start__title {
    font-family: "Noto Sans JP", sans-serif;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .timeline-start__title {
    width: auto;
    text-align: left;
    margin-left: 8px;
    justify-self: start;
  }
}
@media only screen and (max-width: 767px) {
  .timeline-start__title {
    width: auto;
    text-align: left;
    margin-left: 8px;
    justify-self: start;
  }
}
.timeline-start__move {
  grid-area: 1 / 1;
  position: relative;
  height: 104px;
  margin-top: 36px;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .timeline-start__move {
    margin-top: 20px;
    display: flex;
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .timeline-start__move {
    margin-top: 20px;
    display: flex;
    justify-content: center;
  }
}
.timeline-start__line {
  position: absolute;
  left: var(--line-x);
  top: 0;
  bottom: 0;
  width: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .timeline-start__line {
    position: relative;
    left: auto;
  }
}
@media only screen and (max-width: 767px) {
  .timeline-start__line {
    position: relative;
    left: auto;
  }
}
.timeline-start__dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #C8C8C8;
  flex-shrink: 0;
}
.timeline-start__line-inner {
  width: 1px;
  flex: 1;
  border-left: 1px dashed #C8C8C8;
}
.timeline-start__badge {
  position: absolute;
  left: var(--line-x);
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  background: #FFFFFF;
  border: 1px solid #C8C8C8;
  border-radius: 4px;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .timeline-start__badge {
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media only screen and (max-width: 767px) {
  .timeline-start__badge {
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.timeline-start__badge-item {
  display: flex;
  align-items: center;
  gap: 8px;
}
.timeline-start__icon {
  width: 16px;
  height: 16px;
  color: #000000;
}
.timeline-start__text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.08em;
  color: #000000;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .timeline-start__text {
    font-family: "Noto Sans JP", sans-serif;
  }
}

/* ===================================================================
   Timeline Spot
   タイムラインスポットカード
=================================================================== */
.timeline-spot {
  display: flex;
  gap: 64px;
  align-items: flex-start;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .timeline-spot {
    flex-direction: column-reverse;
    gap: 48px;
    padding: 0 80px;
  }
}
@media only screen and (max-width: 767px) {
  .timeline-spot {
    flex-direction: column-reverse;
    gap: 48px;
    padding: 0 20px;
  }
}
.timeline-spot.is-no-voice {
  align-items: center;
}
.timeline-spot.is-no-voice .timeline-spot__contents {
  padding-top: 0;
}
.timeline-spot--meal {
  background: #F5F5F5;
  padding: 48px 40px;
  border-radius: 4px;
  gap: 48px;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .timeline-spot--meal {
    padding: 40px 80px;
    gap: 48px;
  }
}
@media only screen and (max-width: 767px) {
  .timeline-spot--meal {
    padding: 40px 20px;
    gap: 48px;
  }
}
.timeline-spot--meal .timeline-spot__image {
  width: 360px;
  height: 270px;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .timeline-spot--meal .timeline-spot__image {
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .timeline-spot--meal .timeline-spot__image {
    width: 100%;
    height: auto;
  }
}
.timeline-spot--meal .timeline-spot__contents {
  flex: 1;
  min-width: 0;
  padding-top: 0;
  gap: 48px;
}
@media only screen and (max-width: 767px) {
  .timeline-spot--meal .timeline-spot__contents {
    gap: 24px;
  }
}
.timeline-spot__image {
  flex-shrink: 0;
  width: 400px;
  height: auto;
  aspect-ratio: 1 / 1;
  border-radius: 4px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .timeline-spot__image {
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .timeline-spot__image {
    width: 100%;
    height: auto;
  }
}
.timeline-spot__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.timeline-spot__contents {
  flex: 1;
  width: 100%;
  padding-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .timeline-spot__contents {
    padding-top: 0;
    gap: 48px;
  }
}
@media only screen and (max-width: 767px) {
  .timeline-spot__contents {
    padding-top: 0;
    gap: 48px;
  }
}
.timeline-spot__title-area {
  position: relative;
  border-top: 1px solid #C8C8C8;
  padding-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .timeline-spot__title-area {
    padding-top: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .timeline-spot__title-area {
    padding-top: 24px;
  }
}
.timeline-spot__accent {
  position: absolute;
  top: -1px;
  left: 0;
  width: 24px;
  height: 4px;
  background: #625D20;
  border-radius: 0 0 2px 2px;
}
.timeline-spot__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.12em;
  color: #000000;
}
@media only screen and (max-width: 767px) {
  .timeline-spot__title {
    font-family: "Noto Sans JP", sans-serif;
  }
}
@media only screen and (max-width: 767px) {
  .timeline-spot__title {
    font-size: 18px;
  }
}
.timeline-spot__meta {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.timeline-spot__meta-item {
  display: flex;
  align-items: center;
  gap: 4px;
}
.timeline-spot__meta-icon {
  width: 16px;
  height: 16px;
  min-width: 16px;
  min-height: 16px;
  flex: 0 0 16px;
  color: #000000;
}
.timeline-spot__meta-item span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.08em;
  color: #000000;
}
@media only screen and (max-width: 767px) {
  .timeline-spot__meta-item span {
    font-family: "Noto Sans JP", sans-serif;
  }
}
.timeline-spot__meta-slash {
  display: block;
  width: 1px;
  height: 16px;
  background: #C8C8C8;
  transform: rotate(30deg);
}
.timeline-spot__body {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-end;
}
.timeline-spot__voice {
  position: relative;
  width: 100%;
  background: #F5F5F5;
  padding: 32px;
  border-radius: 4px;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .timeline-spot__voice {
    padding: 24px 16px;
  }
}
@media only screen and (max-width: 767px) {
  .timeline-spot__voice {
    padding: 24px 16px;
  }
}
.timeline-spot__voice--white {
  background: #FFFFFF;
}
.timeline-spot__voice-label {
  position: absolute;
  top: -10px;
  left: 8px;
  font-family: "Montserrat SemiBold", "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.04em;
  color: #625D20;
}
@media only screen and (max-width: 767px) {
  .timeline-spot__voice-label {
    font-family: "Montserrat SemiBold", "Montserrat", sans-serif;
  }
}
.timeline-spot__voice-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.08em;
  color: #000000;
}
@media only screen and (max-width: 767px) {
  .timeline-spot__voice-text {
    font-family: "Noto Sans JP", sans-serif;
  }
}
@media only screen and (max-width: 767px) {
  .timeline-spot__voice-text {
    font-size: 14px;
  }
}
.timeline-spot__link {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  transition: opacity 0.3s;
}
.timeline-spot__link:hover {
  opacity: 0.7;
}
.timeline-spot__link span:first-child {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.08em;
  color: #000000;
}
@media only screen and (max-width: 767px) {
  .timeline-spot__link span:first-child {
    font-family: "Noto Sans JP", sans-serif;
  }
}
.timeline-spot__link-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 22px;
  position: relative;
}
.timeline-spot__link-icon::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 99px;
  background: linear-gradient(to top, #bfbfbf 0%, #eaeaea 100%);
}
.timeline-spot__link-icon::after {
  content: "";
  position: absolute;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  top: 1px;
  left: 1px;
  border-radius: 99px;
  background-color: #fff;
}
.timeline-spot__link-icon svg {
  position: relative;
  z-index: 1;
  color: #000000;
}

/* ===================================================================
   Timeline Move
   移動セパレータ
=================================================================== */
.timeline-move {
  position: relative;
  height: 200px;
  overflow: hidden;
  margin: 48px 0;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .timeline-move {
    height: 128px;
    display: flex;
    justify-content: center;
    margin: 48px 0;
  }
}
@media only screen and (max-width: 767px) {
  .timeline-move {
    height: 128px;
    display: flex;
    justify-content: center;
    margin: 48px 0;
  }
}
.timeline-move__line {
  position: absolute;
  left: var(--line-x);
  top: 0;
  bottom: 0;
  width: 1px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .timeline-move__line {
    position: relative;
    left: auto;
  }
}
@media only screen and (max-width: 767px) {
  .timeline-move__line {
    position: relative;
    left: auto;
  }
}
.timeline-move__line-inner {
  flex: 1;
  width: 1px;
  border-left: 1px dashed #C8C8C8;
}
.timeline-move__dot {
  width: 5px;
  height: 5px;
  background: #C8C8C8;
  border-radius: 50%;
  flex-shrink: 0;
}
.timeline-move__dot--top {
  margin-bottom: 0;
}
.timeline-move__dot--bottom {
  margin-top: 0;
}
.timeline-move__badge {
  position: absolute;
  left: var(--line-x);
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 6px 12px;
  background: #FFFFFF;
  border: 1px solid #C8C8C8;
  border-radius: 4px;
  align-items: flex-start;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .timeline-move__badge {
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 6px 12px;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 767px) {
  .timeline-move__badge {
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 6px 12px;
    box-sizing: border-box;
  }
}
.timeline-move__badge-item {
  display: flex;
  align-items: center;
  gap: 8px;
}
.timeline-move__badge-item + .timeline-move__badge-item {
  margin-top: 6px;
}
.timeline-move__icon {
  width: 16px;
  height: 16px;
  color: #000000;
}
.timeline-move__text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.08em;
  color: #000000;
}
@media only screen and (max-width: 767px) {
  .timeline-move__text {
    font-family: "Noto Sans JP", sans-serif;
  }
}

/* ===================================================================
   Timeline End Spacer
   タイムライン終端スペーサー
=================================================================== */
.timeline-spacer {
  height: 160px;
}
@media only screen and (max-width: 767px) {
  .timeline-spacer {
    height: 80px;
  }
}

/* ===================================================================
   Topic Items
   プランアイテムの部分
=================================================================== */
.topic-items {
  box-sizing: border-box;
  width: 100%;
  max-width: 1200px;
  background-color: #fff;
  padding: 117px 80px 80px 80px;
  margin: 160px auto 0;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .topic-items {
    width: calc(100% - 80px);
    padding: 117px 40px 80px 40px;
  }
}
@media only screen and (max-width: 767px) {
  .topic-items {
    width: calc(100% - 40px);
    padding: 90px 0 0 0;
    margin: 150px auto 0;
  }
}
.topic-items__title {
  margin-top: -135px;
}
@media only screen and (max-width: 767px) {
  .topic-items__title {
    margin-top: -170px;
  }
}
.topic-items__maintitle {
  font-family: "Lulo Clean", sans-serif;
  font-size: 30px;
  line-height: 1.2;
  letter-spacing: -0.08em;
  color: #A6A6A6;
  text-transform: uppercase;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .topic-items__maintitle {
    font-family: "Lulo Clean", sans-serif;
  }
}
@media only screen and (max-width: 767px) {
  .topic-items__maintitle {
    font-size: 26px;
    text-align: left;
  }
}
.topic-items__subtitle {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.12em;
  color: #A6A6A6;
  text-align: center;
  margin-top: 8px;
}
@media only screen and (max-width: 767px) {
  .topic-items__subtitle {
    font-family: "Noto Sans JP", sans-serif;
  }
}
@media only screen and (max-width: 767px) {
  .topic-items__subtitle {
    font-size: 14px;
    text-align: left;
    margin-top: 4px;
  }
}
.topic-items__contents {
  display: flex;
  align-items: center;
  margin-top: 64px;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .topic-items__contents {
    flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  .topic-items__contents {
    flex-direction: column;
  }
}
.topic-items__images {
  width: 50%;
  height: auto;
  aspect-ratio: 2.48 / 1;
  border-radius: 4px;
  overflow: hidden;
  margin-right: 48px;
}
.topic-items__images.parking {
  aspect-ratio: 5336 / 4002;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .topic-items__images {
    width: 100%;
    order: 2;
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .topic-items__images {
    width: 100%;
    order: 2;
    margin-right: 0;
  }
}
.topic-items__images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.topic-items__bike {
  flex: 1;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .topic-items__bike {
    order: 1;
    padding: 0 32px 48px;
  }
}
@media only screen and (max-width: 767px) {
  .topic-items__bike {
    order: 1;
    padding: 0 32px 48px;
  }
}
.topic-items__item {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.12em;
}
@media only screen and (max-width: 767px) {
  .topic-items__item {
    font-family: "Noto Sans JP", sans-serif;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .topic-items__item {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .topic-items__item {
    font-size: 18px;
  }
}
.topic-items__detail {
  font-size: 16px;
  line-height: 1.8em;
  letter-spacing: 0.12em;
  margin-top: 24px;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .topic-items__detail {
    font-size: 14px;
    margin-top: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .topic-items__detail {
    font-size: 14px;
    margin-top: 16px;
  }
}
