@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;500&display=swap');


/*Shippori Mincho 400*/
@font-face {
    font-family: 'Shippori Mincho';
    src: url(/fonts/ShipporiMincho-Regular.woff2);
    font-weight: 400;
    font-display: swap;
}
/*Shippori Mincho 700*/
@font-face {
    font-family: 'Shippori Mincho';
    src: url(/fonts/ShipporiMincho-Medium.woff2);
    font-weight: 500;
    font-display: swap;
}
/*Shippori Mincho 700*/
@font-face {
    font-family: 'Shippori Mincho';
    src: url(/fonts/ShipporiMincho-Bold.woff2);
    font-weight: 700;
    font-display: swap;
}
/*///////////////////// font-face 読み込み例 ///////////////////////////*/
/*Zen Maru Gothic 500*/
@font-face {
    font-family: 'Zen Maru Gothic';
    src: url(/fonts/ZenMaruGothic-Light.woff2);
    font-weight: 300;
    font-display: swap;
}
/*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 400*/
@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;
}
/*Ephesis 400*/
@font-face {
    font-family: 'Ephesis';
    src: url(/fonts/Ephesis-Regular.ttf);
    font-weight: 400;
    font-display: swap;
}




.org-header {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Zen Maru Gothic', sans-serif;
}
/*///////////////////// font-face 読み込み例 ///////////////////////////*/

/* ヘッダー Figma node 13104:1690（PC・px のみ） */
.l-header {
    width: 100%;
    background-color: rgba(255,255,255,0);
    z-index: 2;
    position: absolute;
    top: 0;
}
.l-header.org-header.org-under-header {
    position: relative;
}
.org-header * {
    box-sizing: border-box;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Zen Maru Gothic', sans-serif;
}

.org-header {
    background: rgba(255,255,255,0);
}

.header__inner {
    width: 100%;
    margin: 0 auto;
    padding: 20px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.header__left {
    flex-shrink: 0;
    width: fit-content;
}

.header__logo {
    display: block;
    line-height: 0;
    text-decoration: none;
    height: 67px;
}
.header__logo:hover {
    opacity: 1;
}

.header__logo-wrap {
    display: block;
    /* background-color: #ffffff; */
    /* border-radius: 10px; */
    /* line-height: 0; */
    width: 100%;
    height: 100%;
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.7s cubic-bezier(0.33, 1, 0.68, 1), transform 0.7s cubic-bezier(0.33, 1, 0.68, 1);
    will-change: transform, opacity;
}

body.is-page-loading .header__left > .header__logo-wrap {
    opacity: 0;
    transform: translateY(-28px);
}

body.is-page-loading-complete .header__left > .header__logo-wrap {
    opacity: 1;
    transform: translateY(0);
}

.header__logo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    max-width: 100%;
    max-height: 100%;
}

.header__right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 30px;
    flex-shrink: 0;
    min-width: 0;
}

.header__nav {
    flex-shrink: 0;
}

.header__list {
    display: flex;
    /* flex-wrap: nowrap; */
    align-items: center;
    justify-content: flex-end;
    gap: 30px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.header__item {
    margin: 0;
    padding: 0;
    flex-shrink: 0;
    width: fit-content;
}

.header__link {
    display: block;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.05em;
    color: #4c5d56;
    text-decoration: none;
    height: fit-content;
    width: fit-content;
}

.header__link:hover {
    color: #17C3B6;
    opacity: 1;
}

.header__divider {
    display: block;
    flex-shrink: 0;
    width: 1px;
    align-self: stretch;
    min-height: 50px;
    background-color: #cccccc;
}

.header__meta {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 259px;
    flex-shrink: 0;
}

.header__tel {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    font-size: 27px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.04em;
    color: #4c5d56;
}

.header__tel-icon {
    width: 22px;
    height: 22px;
    fill: currentColor;
    flex-shrink: 0;
}

.header__tel-num {
    white-space: nowrap;
    font-weight: 500;
    font-size: 27px;
}

.header__hours {
    display: flex;
    flex-direction: row;
    align-items: center;
    align-self: stretch;
    flex-wrap: wrap;
    gap: 15px;
}

.header__hours-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 6px;
}

.header__hours-label,
.header__hours-value {
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #8fa39c;
}


