@charset "UTF-8";


/*Zen Maru Gothic 400*/
@font-face {
    font-family: 'Zen Maru Gothic';
    src: url(/fonts/ZenMaruGothic-Regular.woff2);
    font-weight: 400;
    font-display: swap;
}
/*Zen Maru Gothic 500*/
@font-face {
    font-family: 'Zen Maru Gothic';
    src: url(/fonts/ZenMaruGothic-Medium.woff2);
    font-weight: 500;
    font-display: swap;
}
/*Zen Maru Gothic 700*/
@font-face {
    font-family: 'Zen Maru Gothic';
    src: url(/fonts/ZenMaruGothic-Bold.woff2);
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: 'Palanquin';
    src: url(/fonts/Palanquin-Bold.woff2);
    font-weight: 700;
    font-display: swap;
}
html {
    scroll-behavior: smooth;
    scroll-padding-top: 100px;
}
/*///////////////////// font ///////////////////////////*/
.l-header {
    z-index: 3;
}

.org-header *,
.float__contents * {
    box-sizing: border-box;
    font-family: "Zen Maru Gothic", sans-serif;
}

.org-header a {
    text-decoration: none;
}
.org-header a:hover {
    opacity: 1;
}
.org-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: transparent;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

/* TOP: スクロール時 / 下層: 白ヘッダー */
.org-header.is-scrolled,
.org-header.org-underheader {
    background-color: #fff;
    box-shadow: 0 2px 8px rgba(83, 62, 32, 0.08);
}

/* 下層 */
.org-header.org-underheader {
    position: sticky;
    top: 0;
}

.header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
    height: 100px;
    padding: 0 30px 0 20px;
    box-sizing: border-box;
}

.header__left {
    flex-shrink: 0;
}

.header__logo-wrap {
    margin: 0;
    font-size: 0;
    line-height: 0;
}

.header__logo {
    display: block;
    width: 257px;
    height: 63px;
}

.header__logo:hover {
    opacity: 1;
}

.header__logo .header__logo-img {
    display: block;
    max-width: 257px;
    max-height: 63px;
    object-fit: contain;
}

.header__right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 15px;
    min-width: 0;
}

.header__utility {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    gap: 12px;
}

.header__tel-block {
    display: flex;
    align-items: center;
    gap: 10px;
}

.header__tel {
    display: flex;
    align-items: center;
    gap: 4px;
}

.header__tel-icon {
    display: block;
    width: 17px;
    height: 23px;
    flex-shrink: 0;
}

.header__tel-num {
    font-weight: 700;
    font-size: 30px;
    line-height: 1;
    color: #533e20;
    white-space: nowrap;
    letter-spacing: 0;
    font-family: "Palanquin", sans-serif;
    margin-bottom: 3px;
}

.header__info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
}

.header__info-text {
    margin: 0;
    font-weight: 400;
    font-size: 12px;
    line-height: 1;
    color: #533e20;
    white-space: nowrap;
}

.header__btn-list {
    display: flex;
    align-items: center;
    gap: 6px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.header__btn-item {
    margin: 0;
}

.header__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    width: 120px;
    height: 30px;
    padding: 10px;
    border: 1px solid transparent;
    border-radius: 9999px;
    box-sizing: border-box;
    transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.header__btn:hover {
    opacity: 1;
    background-color: #fff;
}

.header__btn-icon {
    display: block;
    width: 14px;
    height: 14px;
    flex-shrink: 0;
    background-color: currentColor;
    -webkit-mask: no-repeat center / contain;
    mask: no-repeat center / contain;
    transition: background-color 0.25s ease;
}

.header__btn-text {
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    white-space: nowrap;
    transition: color 0.25s ease;
}

.header__btn--search {
    background-color: #ff9797;
    border-color: #ff9797;
    color: #fff;
}

.header__btn--search .header__btn-icon {
    -webkit-mask-image: url(/images/top/btn_item_search.svg);
    mask-image: url(/images/top/btn_item_search.svg);
}

.header__btn--search:hover {
    color: #ff9797;
}

.header__btn--member {
    background-color: #5fc7de;
    border-color: #5fc7de;
    color: #fff;
}

.header__btn--member .header__btn-icon {
    -webkit-mask-image: url(/images/top/btn_item_member.svg);
    mask-image: url(/images/top/btn_item_member.svg);
}

.header__btn--member:hover {
    color: #5fc7de;
}

.header__btn--login {
    background-color: #fff;
    border-color: #5fc7de;
    color: #5fc7de;
}

.header__btn--login .header__btn-icon {
    -webkit-mask-image: url(/images/top/btn_item_login.svg);
    mask-image: url(/images/top/btn_item_login.svg);
}

.header__btn--login:hover {
    background-color: #5fc7de;
    color: #fff;
}

.header__nav {
    width: 100%;
}

.header__nav-list {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 36px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.header__nav-item {
    margin: 0;
}

.header__nav-link {
    display: block;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    color: #533e20;
    white-space: nowrap;
    transition: opacity 0.2s ease;
    position: relative;
}
.header__nav-link::after {
    background: #533e20;
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: -5px;
    transform-origin: center top;
    transform: scale(0, 1);
    transition: transform .3s;
}
.header__nav-link:hover::after {
    transform-origin: center top;
    transform: scale(1, 1);
}

/*---------------------------------------------------
追従フロート
-----------------------------------------------------*/
.float__contents {
    position: fixed;
    top: 50%;
    right: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
    transform: translateY(-50%);
}

.float__btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    box-sizing: border-box;
    width: 60px;
    padding: 20px 0;
    border: 1px solid transparent;
    border-right: 0;
    border-radius: 10px 0 0 10px;
    font-family: "Zen Maru Gothic", sans-serif;
    text-decoration: none;
    transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.float__btn:hover {
    opacity: 1;
    background-color: #fff;
}

.float__btn-icon {
    display: block;
    width: 22px;
    height: 22px;
    flex-shrink: 0;
    background-color: currentColor;
    -webkit-mask: no-repeat center / contain;
    mask: no-repeat center / contain;
    transition: background-color 0.25s ease;
    margin-right: 3px;
}

.float__btn-txt {
    display: block;
    width: 18px;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.1;
    text-align: center;
    writing-mode: vertical-rl;
    text-orientation: upright;
    letter-spacing: 0.05em;
    transition: color 0.25s ease;
}

.float__btn--satei {
    background-color: #81bc39;
    color: #fff;
    border-color: #81bc39;
}

.float__btn--satei .float__btn-icon {
    -webkit-mask-image: url(/images/top/float-icon01.svg);
    mask-image: url(/images/top/float-icon01.svg);
}

.float__btn--satei:hover {
    color: #81bc39;
}

.float__btn--mail {
    background-color: #fe9224;
    color: #fff;
    border-color: #fe9224;
}

.float__btn--mail .float__btn-icon {
    -webkit-mask-image: url(/images/top/float-icon02.svg);
    mask-image: url(/images/top/float-icon02.svg);
}

.float__btn--mail:hover {
    color: #fe9224;
}
