/* time-top.css - Figma MCP v3 SP 時間貸しトップページ */
/* Generated from Figma node: 413:824 (time_top_sp) */
/* Base: monthly-top.css + PC版 index_time.tpl の差分 */

/* ===== Header Component =====
   月極SPと同一構造。タブのactive/inactiveのみ色変更 */

.header {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 18px 15px 12px;
  width: 100%;
  background-color: #FFFFFF;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}

.frame-723 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.frame-12 {
  display: flex;
  align-items: center;
  gap: 10px;
}

.icn-parkspark {
  width: 61.2px;
  height: 34px;
  object-fit: cover;
}

.frame-724 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
}

.text-header-tagline {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 10px;
  line-height: 1.2em;
  color: #1E1E1E;
}

.brand-logo-header {
  width: 102px;
  height: 14px;
}

.frame-1-menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  width: 36px;
  cursor: pointer;
}

.hamburger-menu {
  width: 32px;
  height: 33px;
}

.text-menu {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 9px;
  line-height: 1.2em;
  text-align: center;
  color: #1E1E1E;
}

.frame-7 {
  display: flex;
  align-self: stretch;
  padding: 0 0 1px;
}

.frame-717 {
  display: flex;
  flex: 1;
  padding: 5px;
  height: 50px;
  border-radius: 40px;
  background-color: #F2F0E8;
}

.tab-button {
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: center;
  gap: 5px;
  padding: 10px 20px;
  border-radius: 40px;
  text-decoration: none;
}

/* 時間貸し: active = 緑 #46aa50 */
.tab-button--active {
  background-color: #46aa50;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.tab-button--inactive {
  background-color: #F2F0E8;
}

.tab-icon {
  width: 16px;
  height: 16px;
}

.tab-text--active {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.2em;
  text-align: center;
  color: #FFFFFF;
}

.tab-text--inactive {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2em;
  text-align: center;
  color: #797979;
}

/* ===== Main Container ===== */
.time-sp {
  width: 100%;
  min-height: 100vh;
  background-color: #F2F0E8;
  margin: 0 auto;
}

.frame-136 {
  display: flex;
  flex-direction: column;
  width: 100%;
}

/* ===== Hero Section (Figma: 413:3380) =====
   inline-grid で背景とテキストを重ねる */

.hero-group {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  margin-bottom: -20px;
  width: 100%;
}

/* 背景コンテナ */
.hero-bg {
  grid-column: 1;
  grid-row: 1;
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* ヒーロー動画 */
.hero-video {
  width: 100%;
  display: block;
  object-fit: cover;
}

/* テキストオーバーレイ */
.hero-text {
  grid-column: 1;
  grid-row: 1;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-left: 40px;
  margin-top: 40px;
  width: 296px;
  text-align: center;
  color: #FFFFFF;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  line-height: normal;
}

/* ヒーローテキスト */
.text-hero-main {
  font-size: 32px;
  letter-spacing: 0.96px;
  white-space: nowrap;
}

.text-hero-sub {
  font-size: 24px;
  letter-spacing: 0.72px;
}

/* ===== Search Section ===== */
/* Figma: 413:3342 - 検索セクション（ヒーローに食い込む） */
.frame-4 {
  display: flex;
  flex-direction: column;
  align-self: stretch;
  gap: 20px;
  padding: 0 16px 40px;
  position: relative;
}

/* 検索カード: 2カード構成（プロに依頼なし） */
.frame-18 {
  display: flex;
  width: 100%;
  align-items: stretch;
  gap: 10px;
}

.frame-15,
.frame-18-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding: 20px;
  flex: 1;
  border-radius: 5px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
}

.frame-15 {
  background-color: #FF1100;
  border: 1px solid #FF1100;
  min-width: 0;
}

.frame-18-card {
  background-color: #FFFFFF;
  min-width: 0;
}

.group-4 {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.frame-15 .group-4 {
  background-color: #FFFFFF;
}

.frame-18-card .group-4 {
  background-color: #FF1100;
}

.group-4 img {
  width: 22px;
  height: 22px;
}

.frame-14 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  width: 100%;
}

.text-option-title {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 16px;
  text-align: center;
  white-space: nowrap;
}

.frame-15 .text-option-title {
  color: #FFFFFF;
}

.frame-18-card .text-option-title {
  color: #000000;
}

.text-option-subtitle {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  white-space: nowrap;
}

.frame-15 .text-option-subtitle {
  color: #FFFFFF;
}

.frame-18-card .text-option-subtitle {
  color: #000000;
}

/* ===== Popular Tags ===== */
/* Figma: 413:3362 */
.popular-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  width: 100%;
  align-content: flex-start;
}

.popular-tag {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 16px 16px;
  background-color: #FFFFFF;
  border: 1px solid #696B68;
  border-radius: 3px;
  text-decoration: none;
}

.popular-tag span {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  color: #000000;
  white-space: nowrap;
}

/* ===== Search Bar ===== */
.frame-134 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.frame-2 {
  display: flex;
  height: 60px;
  align-items: center;
  gap: 10px;
  padding: 10px 15px;
  flex: 1;
  background-color: #FFFFFF;
  border-radius: 5px 0 0 5px;
  border: 2px solid #FF1100;
}

.frame-2 input {
  width: 100%;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: #000000;
  border: none;
  outline: none;
}

.frame-2 input::placeholder {
  color: #797979;
}

.frame-3 {
  display: inline-flex;
  height: 60px;
  align-items: center;
  gap: 10px;
  padding: 10px 20px;
  background-color: #FF1100;
  border-radius: 0 5px 5px 0;
  border: none;
  cursor: pointer;
}

.frame-3 span {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  color: #FFFFFF;
  white-space: nowrap;
}

/* ===== Recent Parking Section ===== */
.frame-137 {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.frame-722 {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 0 16px;
}

.clock-counter-clockwise {
  width: 24px;
  height: 24px;
}

.text-section-title {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: #000000;
  white-space: nowrap;
}

.frame-51 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  gap: 20px;
  padding: 24px 16px;
}

.frame-54 {
  display: flex;
  width: 359px;
  gap: 10px;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.frame-54::-webkit-scrollbar {
  display: none;
}

/* ===== Parking Card (時間貸し) ===== */
.jikan-kashi {
  display: flex;
  flex-direction: column;
  width: 280px;
  min-width: 280px;
  gap: 10px;
  padding: 20px 16px;
  background-color: #FFFFFF;
  border-radius: 10px;
  border: 1px solid #F2F0E8;
  overflow: hidden;
}

.group-639 {
  position: relative;
  width: 100%;
  height: 140px;
}

.rectangle-10 {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

.frame-25 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 3px 6px 4px;
  position: absolute;
  top: 5px;
  right: 5px;
  background-color: #FFFFFF;
  border-radius: 5px;
  border: 1px solid #000000;
}

.frame-25 span {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #000000;
  white-space: nowrap;
}

.frame-21 {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  width: 100%;
}

.text-parking-name {
  flex: 1;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 19.2px;
  color: #000000;
}

/* Tags */
.frame-24 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
  width: 100%;
}

.frame-26 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 3px 6px 4px;
  background-color: #FFFFFF;
  border: 1px solid #696B68;
}

.frame-26 span {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #000000;
  white-space: nowrap;
}

/* 時間貸し料金表示 */
.frame-22 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  padding: 16px;
  width: 100%;
  background-color: #F2F0E8;
}

.price-section {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}

.price-label {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.4;
  color: #000000;
  width: 100%;
}

.price-row {
  display: flex;
  gap: 10px;
  width: 100%;
}

.price-day {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.4;
  color: #000000;
  width: 40px;
  flex-shrink: 0;
}

.price-detail {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.4;
  color: #000000;
  flex: 1;
}

/* Action Buttons */
.frame-98 {
  display: flex;
  align-items: stretch;
  align-self: stretch;
  gap: 10px;
}

.frame-28,
.frame-27 {
  display: flex;
  height: 40px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 8px 15px 10px;
  flex: 1;
  border-radius: 5px;
  text-decoration: none;
}

.frame-28 {
  background-color: #FFFFFF;
  border: 1px solid #696B68;
}

.frame-27 {
  background-color: #FF1100;
  border: none;
}

.frame-28 span {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  color: #000000;
  white-space: nowrap;
}

.frame-27 span {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  color: #FFFFFF;
  white-space: nowrap;
}

/* Scroll Indicator */
.group-12 {
  width: 343px;
  height: 5px;
  background-color: #FFFFFF;
}

.group-12-bar {
  width: 40px;
  height: 5px;
  background-color: #FF1100;
}

/* ===== Video Section ===== */
.frame-138 {
  display: flex;
  align-items: stretch;
  align-self: stretch;
  gap: 10px;
  padding: 40px 16px 20px;
}

.frame-74 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  padding: 20px;
  flex: 1;
  background-color: #FFFFFF;
  border-radius: 10px;
  border: 1px solid #EBE9DC;
}

.frame-74 .video-thumb-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  width: 100%;
}

.frame-32 {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.group-5 {
  width: 30px;
  height: 30px;
  background-color: #FF1100;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.group-5 img {
  width: 16px;
  height: 16px;
}

.text-video-title {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  color: #000000;
  white-space: nowrap;
}

.frame-88 {
  width: 303px;
  height: 148px;
  object-fit: cover;
  overflow: hidden;
}

.text-video-desc {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 16.8px;
  color: #000000;
  white-space: nowrap;
}

/* ===== Feature Cards (3枚構成) ===== */
.frame-130 {
  display: flex;
  flex-wrap: wrap;
  align-self: stretch;
  gap: 20px;
  padding: 0 16px 80px;
}

.frame-75,
.frame-78,
.frame-79,
.frame-80 {
  display: flex;
  flex-direction: column;
  width: 160px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 30px 10px;
  background-color: #FFFFFF;
  border-radius: 10px;
  border: 1px solid #EBE9DC;
}

.feature-image {
  width: auto;
  height: 80px;
  object-fit: contain;
}

.text-feature-title {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 19.6px;
  text-align: center;
  color: #000000;
  width: 100%;
  white-space: nowrap;
}

/* ===== CTA Section ===== */
.frame-726 {
  display: flex;
  flex-direction: column;
  align-self: stretch;
  gap: 0;
}

.frame-671 {
  display: flex;
  flex-direction: column;
  align-self: stretch;
  gap: 16px;
  padding: 0 20px;
  z-index: 1;
}

.frame-636 {
  display: flex;
  flex-direction: column;
  align-self: stretch;
  gap: 10px;
}

.frame-86 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  gap: 20px;
  height: 240px;
  background-color: #FFFFFF;
  border-radius: 10px;
  border: 16px solid #F2F0E8;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

.frame-87 {
  display: flex;
  flex-direction: column;
  align-self: stretch;
  gap: 10px;
}

.text-cta-subtitle {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 22.4px;
  text-align: center;
  color: #000000;
  width: 100%;
}

.text-cta-title {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 21px;
  line-height: 29.4px;
  text-align: center;
  color: #000000;
  width: 100%;
}

.frame-27-cta {
  display: flex;
  width: 260px;
  height: 60px;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 20px;
  background-color: #106EC6;
  border-radius: 5px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  text-decoration: none;
}

.frame-88-cta {
  display: flex;
  width: 260px;
  height: 60px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px 15px;
  background-color: #FFFFFF;
  border-radius: 8px;
  border: 1px solid #696B68;
  text-decoration: none;
}

.text-cta-button {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 18px;
  text-align: center;
  white-space: nowrap;
}

.frame-27-cta .text-cta-button {
  color: #FFFFFF;
}

.frame-88-cta .text-cta-button {
  color: #000000;
}

/* ===== Footer ===== */
.footer {
  position: relative;
  width: 100%;
  min-height: 887px;
  background-color: #FF1100;
  z-index: 0;
}

.rectangle-32 {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #FF1100;
}

.frame-49-footer {
  position: absolute;
  width: 91.2%;
  height: 200px;
  bottom: 0;
  right: 0;
  opacity: 0.6;
}

.frame-725 {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: flex-start;
  position: relative;
}

.frame-71 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  padding: 100px 16px 60px;
  width: 100%;
}

.text-footer {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  color: #FFFFFF;
}

.text-footer-brand {
  font-size: 16px;
  line-height: 22.4px;
}

.text-footer-link {
  font-size: 14px;
  line-height: 14px;
  white-space: nowrap;
}

.text-footer-copyright {
  font-size: 10px;
  line-height: 12px;
  white-space: nowrap;
}

.frame-676 {
  width: 100%;
  height: 39px;
}
