@charset "UTF-8";

.rooftop_bk_img{
  background-image: url('/bridal/tokyo/togokinenkan/wedding/rooftop/img/Mainvisual-bgImg.jpg');
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}




/* ========= タイムライン ==========*/

/* コンテナスタイル */
.timeline-container {
  max-width: 800px;
  margin: 40px auto;
  padding: 0 20px;
}

/* タイムラインの基本スタイル */
.timeline {
  position: relative;
  list-style: none;
  padding: 0;
}

/* 縦線 */
.timeline::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 26px;
  width: 2px;
  background: #35b1c5;
  z-index: 1;
}

/* タイムラインアイテム */
.timeline-item {
  position: relative;
  margin-bottom: 50px;
  padding-left: 60px;
}

/* 最後のアイテムの下マージンを消す */
.timeline-item:last-child {
  margin-bottom: 0;
}

/* 丸いノード */
.timeline-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 8px; /* 縦線の中央に配置 */
  width: 28px; /* 丸の直径 */
  height: 28px; /* 丸の直径 */
  border-radius: 50%;
  background: #35b1c5;
  border: 4px solid #fff;
  z-index: 2;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

/* 日付スタイル */
.timeline-date {
  position: relative;
  margin-bottom: 10px;
  font-size: 24px;
  letter-spacing: 0.2em;
  font-weight: normal;
  text-align: left;
  color: #463e3a;
}

/* コンテンツボックス */
.timeline-content {
  position: relative;
  padding: 20px;
  background: #f5f5f5;
  border-radius: 8px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.1);
}

/* コンテンツボックスの矢印 */
.timeline-content::before {
  content: '';
  position: absolute;
  top: 15px;
  left: -10px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #f5f5f5;
  z-index: 3;
}

/* コンテンツ内の見出し */
.timeline-content h3 {
  margin-top: 0;
  color: #35b1c5;
  font-size: 20px;
}

/* コンテンツ内の段落 */
.timeline-content p {
  margin-bottom: 15px;
  font-size: 16px;
  letter-spacing: 0.1em;
}

/* コンテンツ内の最後の要素のマージンを消す */
.timeline-content *:last-child {
  margin-bottom: 0;
}

/* コンテンツ内の画像 */
.timeline-content img {
  max-width: 100%;
  border-radius: 4px;
  margin: 0;
}

.small_img{
 width: 300px;
 margin: auto;
}
/* 480px */


@media only screen and (max-width: 30em) {
/* コンテナスタイル */
.timeline-container {
  margin: 40px auto;
  padding: 0 ;
}

/* 縦線 */
.timeline::before {
  content: '';
  position: absolute;
  left: 6px;
  width: 2px;
}

/* タイムラインアイテム */
.timeline-item {
  padding-left: 18px;
}

/* 丸いノード */
.timeline-item::before {
  content: '';
  position: absolute;
  top: 6px;
  left: -3px; /* 縦線の中央に配置 */
  width: 15px; /* 丸の直径 */
  height: 15px; /* 丸の直径 */
  border-radius: 50%;
  background: #35b1c5;
  border: 2px solid #fff;
  z-index: 2;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

/* コンテンツボックス */
.timeline-content {
  padding: 8px;
}

/* コンテンツ内の段落 */
.timeline-content p {
  font-size: 14px;
}




.small_img{
 width: 100%;
}
}


/* ========= タイムライン ==========*/