/* ご利用規約・標準旅行業約款 - terms.css */
.header-terms-inner {
  background: linear-gradient(90deg, #ffe2cf 10%, #fb5f00 65%);
  box-shadow: 0 2px 4px rgba(0,0,0,0.25);
}
.header-terms-top .header-phone { color: #fff; }
.header-terms-top .btn-login,
.header-terms-top .btn-cart-nav {
  background: #000;
  color: #fff;
  padding: 7px 12px;
  border-radius: 6px;
  font-weight: 700;
  font-size: 17px;
}
.header-search-terms {
  flex: 1;
  max-width: 640px;
  display: flex;
  align-items: stretch;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  min-height: 40px;
  margin-left: 30px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}
.header-search-terms input {
  flex: 1;
  min-width: 0;
  border: none;
  padding: 10px 16px;
  outline: none;
  font-size: 14px;
  font-family: inherit;
  align-self: center;
}
.header-nav-top-terms {
  display: flex;
  align-items: center;
  gap: 8px;
}
.main-nav-terms { background: #fff; border-bottom: 1px solid #ddd; }

.breadcrumb-wrap { padding: 16px 0; background: #fff; }
.breadcrumb { display: flex; align-items: center; gap: 8px; font-size: 12px; }
.breadcrumb a:hover { color: #fb5f00; }

.terms-main {
  padding: 40px 0 80px;
  background: #fff;
  min-height: 60vh;
}
.terms-title {
  text-align: center;
  font-size: 32px;
  font-weight: 500;
  color: #1e1e1e;
  margin: 0 0 40px;
}
.terms-content {
  max-width: 930px;
  margin: 0 auto;
  padding: 0 20px;
  font-size: 16px;
  line-height: 2;
  color: #000;
  letter-spacing: 0.05em;
}
.terms-intro {
  margin: 0 0 32px;
}
.terms-articles p {
  margin: 0 0 24px;
}
.terms-content-placeholder .terms-intro {
  text-align: center;
  color: #666;
}

/* プライバシーポリシー */
.terms-content-privacy .policy-section {
  margin-bottom: 40px;
}
.terms-content-privacy .policy-section h2 {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  margin: 0 0 20px;
}
.terms-content-privacy .policy-section p {
  margin: 0 0 16px;
  font-size: 14px;
  line-height: 1.8;
}
.terms-content-privacy .policy-section ol {
  margin: 0 0 16px;
  padding-left: 20px;
}
.terms-content-privacy .policy-section ol li {
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 1.8;
}
.policy-contact {
  margin-top: 24px;
  padding: 16px 0;
}
.policy-contact p {
  margin: 0 0 8px;
}

/* 特定商取引法に基づく表記 */
.terms-content-legal .legal-list {
  margin: 0;
}
.terms-content-legal .legal-list dt {
  font-size: 14px;
  font-weight: 600;
  color: #000;
  margin: 24px 0 8px;
}
.terms-content-legal .legal-list dt:first-child {
  margin-top: 0;
}
.terms-content-legal .legal-list dd {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  line-height: 2;
}
.terms-content-legal .legal-list dd small {
  font-size: 13px;
  color: #666;
}
