@charset "UTF-8";

@font-face {
    font-family: 'Zen Old Mincho';
    src: url(/fonts/ZenOldMincho-Regular.ttf) format('truetype');
    font-weight: 400;
    font-display: swap;
}
@font-face {
    font-family: 'Zen Old Mincho';
    src: url(/fonts/ZenOldMincho-Medium.ttf) format('truetype');
    font-weight: 500;
    font-display: swap;
}
@font-face {
    font-family: 'Zen Old Mincho';
    src: url(/fonts/ZenOldMincho-Bold.ttf) format('truetype');
    font-weight: 700;
    font-display: swap;
}
@font-face {
    font-family: 'Zen Old Mincho';
    src: url(/fonts/ZenOldMincho-Black.ttf) format('truetype');
    font-weight: 900;
    font-display: swap;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: var(--header-height, 80px);
}

body.is-header-offset {
    padding-top: var(--header-height, 80px);
}

body.is-menu-open {
    overflow: hidden;
}

/* ============================================================
   ヘッダー（追従：fixed）
   ============================================================ */
.l-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}

.l-header *,
.org-header-menu *,
.org-floatbanner * {
    box-sizing: border-box;
    font-family: "Zen Old Mincho", serif;
}

.l-header a {
    color: inherit;
    text-decoration: none;
}

.org-header {
    width: 100%;
    background: #003f6b;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
}

.org-header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    min-height: 80px;
    padding-left: 15px;
}

.org-header__logo-wrap {
    flex-shrink: 0;
    margin: 0;
}

.org-header__logo {
    display: block;
    width: 106px;
    height: 60px;
    line-height: 0;
}

.org-header__logo-img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: left center;
}

.org-header__right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
    flex-shrink: 0;
}

.org-header__btn-list {
    display: flex;
    align-items: center;
    gap: 5px;
    flex-shrink: 0;
}

.org-header__btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    height: 50px;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
    transition: opacity 0.2s ease;
}

.org-header__btn:hover {
    opacity: 0.85;
}

.org-header__btn--line {
    width: 240px;
    padding: 0 45px 0 0;
    background: url("/images/top/header-btn-line-bg.webp") no-repeat center / cover;
}

.org-header__btn--mail {
    width: 200px;
    background: url("/images/top/header-btn-mail-bg.webp") no-repeat center / cover;
}

.org-header__btn-text {
    position: relative;
    z-index: 1;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.9px;
    white-space: nowrap;
}

.org-header__btn--line .org-header__btn-text {
    color: #fff;
}

.org-header__btn--mail .org-header__btn-text {
    color: #003f6b;
}

.org-header__btn-char {
    position: absolute;
    right: 12px;
    bottom: 0;
    z-index: 1;
    width: 47px;
    height: 61px;
    pointer-events: none;
}

.org-header__btn-char img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: bottom right;
}

.org-header__btn-arrow {
    position: absolute;
    right: 2px;
    bottom: 2px;
    z-index: 2;
    width: 8px;
    height: 8px;
    line-height: 0;
}

.org-header__btn-arrow img {
    display: block;
    width: 100%;
    height: 100%;
}

.org-header__tel {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    height: 80px;
    padding-bottom: 5px;
    flex-shrink: 0;
}

.org-header__tel-catch {
    display: flex;
    align-items: center;
    gap: 5px;
    width: 100%;
    margin: 0;
}

.org-header__tel-line {
    flex: 1 1 0;
    min-width: 1px;
    height: 2px;
    background: linear-gradient(176.54deg, #bf953f 23.51%, #c8a352 28.32%, #d1b064 33.12%, #d9be76 37.93%, #e2cc87 42.73%, #ebda98 47.53%, #f3e8a9 52.34%, #fcf6ba 57.14%, #f2e6a6 61.95%, #e7d693 66.75%, #ddc67f 71.56%, #d3b66b 76.36%, #c8a657 81.16%, #be9641 85.97%, #b38728 90.77%);
}

.org-header__tel-catch-text {
    flex-shrink: 0;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.75px;
    white-space: nowrap;
}

.org-header__tel-number {
    display: flex;
    align-items: center;
    gap: 5px;
    margin: 0;
}

.org-header__tel-icon {
    display: block;
    flex-shrink: 0;
    height: 31px;
    line-height: 0;
}

.org-header__tel-icon img {
    display: block;
    width: 100%;
    height: 100%;
}

.org-header__tel-link {
    color: #fff;
    font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.72px;
    white-space: nowrap;
    transition: opacity 0.2s ease;
}


.org-header__menu-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 80px;
    height: 80px;
    padding: 0 0 5px;
    border: none;
    background: #fff;
    cursor: pointer;
}

.org-header__menu-btn-icon {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 0;
}

.org-header__menu-btn-icon img {
    display: block;
    width: 100%;
    height: 100%;
}

.org-header__menu-btn-label {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.7px;
    color: #003f6b;
}

.org-header__menu-btn-icon--close,
.org-header__menu-btn-label--close {
    display: none;
}

.org-header.is-menu-open .org-header__menu-btn-icon--open,
.org-header.is-menu-open .org-header__menu-btn-label--open {
    display: none;
}

.org-header.is-menu-open .org-header__menu-btn-icon--close,
.org-header.is-menu-open .org-header__menu-btn-label--close {
    display: block;
}

/* ============================================================
   ハンバーガーメニュー（ドロワー）
   ============================================================ */
.org-header-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    pointer-events: none;
    visibility: hidden;
}

.org-header-menu.is-open,
.org-header-menu.is-closing {
    visibility: visible;
}

.org-header-menu.is-open {
    pointer-events: auto;
}

.org-header-menu.is-closing {
    pointer-events: none;
}

.org-header-menu__overlay {
    position: fixed;
    top: var(--header-height, 80px);
    left: 0;
    width: 100%;
    height: calc(100% - var(--header-height, 80px));
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: opacity 0.35s ease;
}

.org-header-menu__panel {
    position: fixed;
    top: var(--header-height, 80px);
    right: 0;
    width: min(100%, 420px);
    height: calc(100% - var(--header-height, 80px));
    padding: 60px 80px;
    box-sizing: border-box;
    background: #003f6b;
    transform: translateX(100%);
    transition: transform 0.35s ease;
    overflow-x: hidden;
    overflow-y: auto;
}

.org-header-menu.is-open .org-header-menu__panel {
    transform: translateX(0);
}

.org-header-menu__list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.org-header-menu__item {
    margin: 0;
}

.org-header-menu__link {
    display: block;
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 1.4px;
    white-space: nowrap;
    transition: opacity 0.2s ease;
    position: relative;
    width: fit-content;
}
.org-header-menu__link:hover {
    opacity: 1;
}
.org-header-menu__link:after {
    background: #fff;
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: -5px;
    transform-origin: left top;
    transform: scale(0, 1);
    transition: transform .3s;
}
.org-header-menu__link:hover::after {
    transform-origin: left top;
    transform: scale(1, 1);
}