/* Hotel booking management system LP */
main:has(.hbs-lp) { margin-bottom: 0; }

/* ログイン時：管理バー分のオフセット */
.admin-bar .hbs-hero { padding-top: calc(48px + 32px); }
@media (max-width: 782px) {
  .admin-bar .hbs-hero { padding-top: calc(28px + 46px); }
}

.hbs-lp {
  --hbs-navy: #3a2a22;
  --hbs-navy-2: #4a3328;
  --hbs-green: #e2793f;
  --hbs-green-dark: #c25e2c;
  --hbs-mint: #f6e6dd;
  --hbs-cream: #f8f4ed;
  --hbs-line: #e6ddcf;
  --hbs-text: #3a322c;
  color: var(--hbs-text);
  background: #fff;
  font-family: "Noto Sans JP", sans-serif;
  overflow: clip;
}

.hbs-lp *, .hbs-lp *::before, .hbs-lp *::after { box-sizing: border-box; }
.hbs-lp h1, .hbs-lp h2, .hbs-lp h3, .hbs-lp p, .hbs-lp figure { margin: 0; }
.hbs-lp a { text-decoration: none; }
.hbs-shell { width: min(1160px, calc(100% - 48px)); margin-inline: auto; }
.hbs-section { padding: 112px 0; scroll-margin-top: 88px; }
.hbs-section--soft { background: var(--hbs-cream); }

.hbs-section-head { max-width: 720px; margin: 0 auto 56px; text-align: center; }
.hbs-section-label { margin-bottom: 12px !important; color: var(--hbs-green-dark); font-size: 13px; font-weight: 700; letter-spacing: .18em; }
.hbs-section-head h2, .hbs-intro h2 { color: var(--hbs-navy); font-size: clamp(28px, 3.4vw, 40px); font-weight: 700; letter-spacing: .02em; line-height: 1.42; text-wrap: balance; }
.hbs-section-head > p:last-child { margin-top: 18px; color: #5f574d; font-size: 17px; line-height: 1.95; }

.hbs-btn { display: inline-flex; min-height: 64px; align-items: center; justify-content: center; gap: 36px; padding: 16px 30px; border-radius: 5px; font-weight: 700; transition: transform .25s ease, box-shadow .25s ease, background .25s ease; }
.hbs-btn:hover { transform: translateY(-2px); }
.hbs-btn--primary { color: #fff; background: var(--hbs-green); box-shadow: 0 12px 30px rgba(226,121,63,.25); }
.hbs-btn--primary:hover { color: #fff; background: #cf6635; box-shadow: 0 16px 34px rgba(226,121,63,.32); }
.hbs-btn--white { color: var(--hbs-navy); background: #fff; box-shadow: 0 12px 30px rgba(58,42,34,.15); }
.hbs-btn--white:hover { color: var(--hbs-navy); box-shadow: 0 16px 38px rgba(58,42,34,.24); }

.hbs-hero { position: relative; min-height: 560px; padding: 48px 0 90px; background: linear-gradient(122deg, #f7f1e7 0%, #fbf8f2 53%, #f6e8de 100%); }
.hbs-hero::before { position: absolute; top: 100px; left: -100px; width: 380px; height: 380px; border: 1px solid rgba(226,121,63,.18); border-radius: 50%; content: ""; }
.hbs-hero__inner { position: relative; z-index: 1; display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 30px; }
.hbs-eyebrow { margin-bottom: 22px !important; color: var(--hbs-green-dark); font-size: 12px; font-weight: 700; letter-spacing: .16em; }
.hbs-hero__title { color: var(--hbs-navy); font-size: clamp(38px, 4.4vw, 56px); font-weight: 700; letter-spacing: -.03em; line-height: 1.28; white-space: nowrap; }
.hbs-hero__title span { position: relative; z-index: 0; white-space: nowrap; font-size: 1em !important; font-weight: inherit; line-height: inherit; }
.hbs-hero__title span::after { position: absolute; z-index: -1; right: 0; bottom: 4px; left: 0; height: 15px; background: #ecbc9f; content: ""; }
.hbs-hero__lead { margin: 28px 0 38px !important; color: #4d453c; font-size: 18px; line-height: 2; }
.hbs-hero__visual { position: relative; display: flex; align-items: center; justify-content: center; max-height: 340px; overflow: hidden; }
.hbs-hero__visual img { position: relative; z-index: 1; width: 92%; max-width: none; height: auto; filter: drop-shadow(0 26px 28px rgba(58,42,34,.18)); }

.hbs-local-nav { position: relative; z-index: 5; border-bottom: 1px solid var(--hbs-line); background: #fff; }
.hbs-local-nav__inner { display: flex; justify-content: center; }
.hbs-local-nav a { position: relative; padding: 22px 25px; color: #6b6257; font-size: 13px; font-weight: 600; }
.hbs-local-nav a::after { position: absolute; right: 0; bottom: 16px; left: 0; width: 0; height: 2px; margin: auto; background: var(--hbs-green); content: ""; transition: width .2s ease; }
.hbs-local-nav a:hover { color: var(--hbs-green-dark); }
.hbs-local-nav a:hover::after { width: 32px; }

.hbs-intro { padding: 80px 0; }
.hbs-intro__inner { display: grid; grid-template-columns: 1fr 1.05fr; gap: 70px; align-items: center; }
.hbs-intro h2 { font-size: clamp(26px, 2.9vw, 34px); }
.hbs-intro__body { padding-top: 0; }
.hbs-intro__body p { color: #5f574d; font-size: 17px; line-height: 2.1; }
.hbs-intro__body p + p { margin-top: 20px; }

.hbs-works { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; max-width: 860px; margin: 0 auto; }
.hbs-work-card { overflow: hidden; border: 1px solid var(--hbs-line); border-radius: 8px; background: #fff; transition: transform .25s ease, box-shadow .25s ease; }
.hbs-work-card:hover { transform: translateY(-5px); box-shadow: 0 20px 45px rgba(58,42,34,.1); }
.hbs-work-card__link { display: flex; height: 100%; flex-direction: column; color: inherit; }
.hbs-work-card__image { overflow: hidden; aspect-ratio: 16 / 10; background: #f1e6dd; }
.hbs-work-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.hbs-work-card:hover .hbs-work-card__image img { transform: scale(1.035); }
.hbs-work-card__placeholder { display: grid; width: 100%; height: 100%; place-items: center; background: linear-gradient(145deg, #f6e8de, #eccfbd); color: var(--hbs-green-dark); font-size: 13px; font-weight: 700; letter-spacing: .18em; }
.hbs-work-card__body { display: flex; min-height: 200px; flex: 1; flex-direction: column; padding: 27px 26px; }
.hbs-work-card__category { margin-bottom: 10px !important; color: var(--hbs-green-dark); font-size: 12px; font-weight: 700; }
.hbs-work-card h3 { color: var(--hbs-navy); font-size: 19px; line-height: 1.65; }
.hbs-work-card__excerpt { display: -webkit-box; overflow: hidden; margin-top: 12px !important; color: #6b6257; font-size: 14px; line-height: 1.8; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.hbs-text-link { display: block; margin-top: auto; padding-top: 20px; color: var(--hbs-green-dark); font-size: 13px; font-weight: 700; }

.hbs-reasons { display: flex; flex-wrap: wrap; gap: 16px; justify-content: center; }
.hbs-reason { position: relative; overflow: hidden; flex: 0 0 calc(33.333% - 11px); padding: 36px 30px 32px; border: 1px solid var(--hbs-line); border-radius: 10px; background: #fff; }
.hbs-reason__number { margin-bottom: 16px; }
.hbs-reason__number span { display: flex; flex-direction: column; gap: 2px; }
.hbs-reason__number span::before { content: "REASON"; color: var(--hbs-green); font-family: Arial, sans-serif; font-size: 10px; font-weight: 700; letter-spacing: .14em; line-height: 1; }
.hbs-reason__number span em { color: var(--hbs-green); font-family: Arial, sans-serif; font-size: 40px; font-style: normal; font-weight: 700; letter-spacing: -.04em; line-height: 1; }
.hbs-reason h3 { margin-bottom: 10px; color: var(--hbs-navy); font-size: 18px; font-weight: 700; }
.hbs-reason div p { color: #5f574d; font-size: 15px; line-height: 1.9; }

.hbs-price-section { background: linear-gradient(180deg, #fff 0%, #f9f5ee 100%); }
.hbs-prices { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; align-items: stretch; }
.hbs-price { position: relative; display: flex; flex-direction: column; padding: 44px 30px 38px; border: 2px solid var(--hbs-green); border-radius: 8px; background: #fff; text-align: center; }
.hbs-price__type { margin-bottom: 12px !important; color: var(--hbs-green-dark); font-size: 11px; font-weight: 700; letter-spacing: .15em; }
.hbs-price h3 { color: var(--hbs-navy); font-size: 20px; }
.hbs-price__amount { margin: 22px 0 10px !important; color: var(--hbs-navy); font-size: 14px; white-space: nowrap; }
.hbs-price__amount strong { font-family: Arial, sans-serif; font-size: clamp(31px, 3.2vw, 43px); letter-spacing: -.04em; }
.hbs-price__period { display: inline-flex; align-items: center; gap: 8px; margin: 0 auto 22px !important; padding: 7px 16px; border-radius: 999px; background: #f7ebe2; }
.hbs-price__period-label { color: var(--hbs-green-dark); font-size: 11px; font-weight: 700; letter-spacing: .08em; }
.hbs-price__period-value { color: var(--hbs-navy); font-size: 15px; font-weight: 700; white-space: nowrap; }
.hbs-price > p:last-child { color: #5f574d; font-size: 16px; line-height: 1.9; }
.hbs-price__features { display: flex; flex-direction: column; gap: 11px; margin: 4px 0 0; padding: 22px 4px 0; border-top: 1px solid var(--hbs-line); list-style: none; text-align: left; }
.hbs-price__features li { display: flex; align-items: flex-start; gap: 10px; color: #4d453c; font-size: 15px; line-height: 1.6; }
.hbs-price__features li::before { flex-shrink: 0; margin-top: 8px; width: 7px; height: 7px; border-radius: 50%; background: var(--hbs-green); content: ""; }
.hbs-price-section__note { margin-top: 28px !important; color: #897f72; font-size: 13px; text-align: center; }

.hbs-flow { position: relative; max-width: 900px; margin: 0 auto; padding: 0; list-style: none; }
.hbs-flow::before { position: absolute; top: 55px; bottom: 55px; left: 58px; width: 1px; background: #e0b89f; content: ""; }
.hbs-flow__item { position: relative; display: grid; grid-template-columns: 116px 1fr; align-items: center; min-height: 126px; }
.hbs-flow__number { position: relative; z-index: 1; display: flex; width: 84px; height: 84px; flex-direction: column; align-items: center; justify-content: center; border: 1px solid #dcab8e; border-radius: 50%; color: var(--hbs-green-dark); background: var(--hbs-cream); font-family: Arial, sans-serif; font-size: 25px; font-weight: 700; }
.hbs-flow__number span { margin-bottom: 1px; font-size: 8px; letter-spacing: .14em; }
.hbs-flow__body { padding: 24px 30px; border-bottom: 1px solid var(--hbs-line); }
.hbs-flow__body h3 { margin-bottom: 9px; color: var(--hbs-navy); font-size: 19px; }
.hbs-flow__body p { color: #5f574d; font-size: 15px; line-height: 1.85; }

.hbs-faq-wrap { max-width: 960px; }
.hbs-faq__item { border-bottom: 1px solid var(--hbs-line); }
.hbs-faq__item summary { display: grid; grid-template-columns: 40px 1fr 24px; gap: 15px; align-items: center; padding: 27px 12px; color: var(--hbs-navy); font-size: 16px; font-weight: 600; cursor: pointer; list-style: none; }
.hbs-faq__item summary::-webkit-details-marker { display: none; }
.hbs-faq__mark { color: var(--hbs-green-dark); font-family: Arial, sans-serif; font-size: 20px; font-weight: 700; }
.hbs-faq__toggle { position: relative; width: 18px; height: 18px; }
.hbs-faq__toggle::before, .hbs-faq__toggle::after { position: absolute; top: 8px; right: 0; width: 16px; height: 1px; background: var(--hbs-navy); content: ""; transition: transform .2s ease; }
.hbs-faq__toggle::after { transform: rotate(90deg); }
.hbs-faq__item[open] .hbs-faq__toggle::after { transform: rotate(0); }
.hbs-faq__answer { display: grid; grid-template-columns: 40px 1fr; gap: 15px; padding: 0 52px 28px 12px; }
.hbs-faq__mark--a { color: #b79b86; }
.hbs-faq__answer p { color: #5f574d; font-size: 15px; line-height: 1.95; }

.hbs-cta { position: relative; overflow: hidden; padding: 102px 0; color: #fff; background: linear-gradient(125deg, #c25e2c, #e2793f); text-align: center; }
.hbs-cta__inner { position: relative; z-index: 1; display: flex; align-items: center; gap: 60px; text-align: left; }
.hbs-cta__media { flex: 0 0 26%; margin: 0; }
.hbs-cta__media img { display: block; width: 100%; height: auto; object-fit: cover; border-radius: 22px; box-shadow: 0 26px 60px rgba(0,0,0,.28); }
.hbs-cta__body { flex: 1 1 auto; min-width: 0; }
.hbs-cta .hbs-section-label { color: #f3d9c8; }
.hbs-cta h2 { font-size: clamp(30px, 4.5vw, 48px); line-height: 1.5; text-wrap: balance; }
.hbs-cta__body > p:nth-of-type(2) { margin: 22px 0 34px !important; color: #fce9dd; font-size: 15px; line-height: 2; }
.hbs-cta__sub { margin-top: 18px !important; color: #f3d9c8; font-size: 12px; }
.hbs-cta__shape { position: absolute; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; }
.hbs-cta__shape--one { top: -190px; left: -120px; width: 480px; height: 480px; }
.hbs-cta__shape--two { right: -90px; bottom: -260px; width: 560px; height: 560px; }

@media (max-width: 900px) {
  .hbs-section { padding: 88px 0; }
  .hbs-hero { min-height: auto; padding-top: calc(10px); }
  .hbs-hero__inner { grid-template-columns: 1fr 1fr; }
  .hbs-hero__title { font-size: clamp(37px, 5.4vw, 52px); }
  .hbs-hero__visual { max-height: 380px; }
  .hbs-hero__visual img { width: 112%; }
  .hbs-local-nav a { padding-inline: 14px; }
  .hbs-intro__inner { gap: 50px; }
  .hbs-works { gap: 15px; }
  .hbs-work-card__body { padding: 22px 19px; }
  .hbs-prices { gap: 12px; }
  .hbs-price { padding-inline: 18px; }
}

@media (max-width: 700px) {
  .hbs-shell { width: min(100% - 34px, 560px); }
  .hbs-section { padding: 72px 0; }
  .hbs-section-head { margin-bottom: 38px; }
  .hbs-section-head h2, .hbs-intro h2 { font-size: 27px; }
  .hbs-section-head > p:last-child { font-size: 15px; }
  .hbs-btn { width: 100%; min-height: 58px; }
  .hbs-hero { padding: calc(28px) 0 44px; }
  .hbs-hero::before { display: none; }
  .hbs-hero__inner { display: flex; flex-direction: column; gap: 0; text-align: center; }
  .hbs-hero__content { display: contents; }
  .hbs-eyebrow { order: 1; margin-bottom: 12px !important; font-size: 10px; letter-spacing: .12em; }
  .hbs-hero__title { order: 2; margin-bottom: 36px !important; font-size: clamp(31px, 8.4vw, 40px); line-height: 1.34; white-space: normal; }
  .hbs-hero__title span::after { bottom: 2px; height: 11px; }
  .hbs-hero__visual { order: 3; max-height: none; width: 100%; margin: 0 auto 26px; }
  .hbs-hero__visual img { width: 100%; }
  .hbs-hero__lead { order: 4; margin: 0 auto 26px !important; max-width: 22em; font-size: 15px; line-height: 1.95; }
  .hbs-hero__content .hbs-btn { order: 5; }
  .hbs-local-nav { display: none; }
  .hbs-intro__inner { display: block; }
  .hbs-intro__body { padding-top: 28px; }
  .hbs-intro__body p { font-size: 15px; line-height: 2; }
  .hbs-works { grid-template-columns: 1fr; gap: 18px; }
  .hbs-work-card__body { min-height: auto; }
  .hbs-text-link { margin-top: 16px; }
  .hbs-reason { flex: 0 0 100%; padding: 28px 26px 26px; }
  .hbs-reason__number { margin-bottom: 12px; }
  .hbs-reason h3 { font-size: 17px; }
  .hbs-prices { grid-template-columns: 1fr; gap: 16px; }
  .hbs-price { padding: 38px 24px 30px; }
  .hbs-price__amount strong { font-size: 39px; }
  .hbs-flow::before { left: 29px; }
  .hbs-flow__item { grid-template-columns: 74px 1fr; min-height: 144px; }
  .hbs-flow__number { width: 60px; height: 60px; font-size: 19px; }
  .hbs-flow__body { padding: 24px 0 24px 12px; }
  .hbs-flow__body h3 { font-size: 17px; }
  .hbs-flow__body p { font-size: 14px; }
  .hbs-faq__item summary { grid-template-columns: 30px 1fr 20px; gap: 8px; padding: 22px 2px; font-size: 14px; line-height: 1.65; }
  .hbs-faq__answer { grid-template-columns: 30px 1fr; gap: 8px; padding: 0 26px 23px 2px; }
  .hbs-cta { padding: 74px 0; }
  .hbs-cta h2 { font-size: 26px; }
  .hbs-cta h2 br, .hbs-cta p br { display: none; }
  .hbs-cta__inner { flex-direction: column; text-align: center; gap: 30px; }
  .hbs-cta__media { flex-basis: auto; width: 100%; }
  .hbs-cta__media img { height: auto; }
  .hbs-cta__body > p:nth-of-type(2) { font-size: 14px; }
}

.hbs-totop { position: fixed; right: 28px; bottom: 32px; z-index: 100; display: grid; place-items: center; width: 48px; height: 48px; border-radius: 50%; color: #fff; background: #e2793f; box-shadow: 0 4px 14px rgba(226,121,63,.35); opacity: 0; pointer-events: none; transition: opacity .25s ease, transform .25s ease; }
.hbs-totop:hover { background: #c25e2c; transform: translateY(-3px); }
.hbs-totop.is-visible { opacity: 1; pointer-events: auto; }

@media (prefers-reduced-motion: reduce) {
  .hbs-lp *, .hbs-lp *::before, .hbs-lp *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
