@charset "utf-8";

.l-header {
    position: sticky;
    top: 0;
    z-index: 8;
    width: 100%;
    height: 100px;
    background-color: #fff;
    box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.1);
    font-family: inherit;
    border-bottom: 1px solid;
}

.l-header * {
    box-sizing: border-box;
    font-family: "Noto Sans JP", sans-serif;
}

.header__inner {
    width: 100%;
    box-sizing: border-box;
    padding: 15px 22px 15px 23px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header__logo {
    margin: 0;
    font-size: inherit;
    font-weight: inherit;
}

.header__logo-link {
    display: block;
}

.header__logo-link:hover {
    opacity: 1;
}

.header__logo-link img {
    display: block;
    width: 160px;
    height: 59px;
}

.header__right {
    display: flex;
    align-items: center;
    gap: 15px;
}

.header__info {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 16px;
}

.header__phone {
    display: flex;
    align-items: center;
    gap: 0;
    color: #404040;
}

.header__phone img {
    display: block;
    width: 24px;
    height: 24px;
    margin: 0 7px 0 0;
}

.l-header .header__tel {
    margin: 0 10px 0 0;
    font-family: "Rubik", sans-serif;
    font-size: 30px;
    font-weight: 300;
    line-height: 1;
    color: #404040;
    text-decoration: none;
}

.header__hours {
    margin: 0;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
    color: #AFAFAF;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.header__hours-line {
    display: block;
    margin: 0;
    font-size: 12px;
    line-height: 1;
}

.header-nav__list {
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.header-nav__item {
    position: relative;
}

.header-nav__item.js-header-dropdown {
    padding: 0 17px 0 0;
}

.header-nav__item.js-header-dropdown:after {
    position: absolute;
    content: "";
    display: block;
    background: url(/images/arrow_header-search.svg) no-repeat center / cover;
    width: 12px;
    height: 12px;
    right: 0;
    top: 0;
    transform: translateY(1px);
    transition: .4s;
}

.header-nav__item.js-header-dropdown.is-open:after {
    transform: rotate(180deg) translateY(-3px);
    transition: .4s;
}

.header-nav__link {
    display: block;
    align-items: center;
    padding: 0;
    border: none;
    background: transparent;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1;
    color: #404040;
    text-decoration: none;
    cursor: pointer;
    transition: .4s;
}

.header-nav__link:hover {
    color: #4674A8;
}

.header-nav__dropdown {
    display: flex;
    position: absolute;
    top: 24px;
    left: -67px;
    z-index: 9;
    min-width: 231px;
    margin: 0;
    padding: 20px 30px 30px;
    list-style: none;
    background-color: #fff;
    box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.1);
    flex-direction: column;
    gap: 7px;
    opacity: 0;
    visibility: hidden;
    transition: .4s;
}

.header-nav__item.is-open .header-nav__dropdown {
    opacity: 1;
    visibility: visible;
    transition: .4s;
}

.header-nav__dropdown-link {
    font-family: "Noto Sans JP", sans-serif;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 171px;
    height: 50px;
    margin: 0 auto;
    border-radius: 9999px;
    background-color: #E4F5FF;
    font-size: 15px;
    font-weight: 500;
    color: #404040;
    text-decoration: none;
    letter-spacing: 0.05em;
    position: relative;
    padding: 2px 0 0 34px;
    transition: .4s;
}

.header-nav__dropdown-link:after {
    position: absolute;
    content: "";
    display: block;
    background: url(/images/arrow_header.svg) no-repeat center / cover;
    width: 15px;
    height: 10px;
    right: 19px;
    letter-spacing: 0.05em;
}

.header-nav__dropdown-link:hover {
    background: #bde4fb;
    opacity: 1;
}

.header__btns {
    display: flex;
    align-items: center;
    gap: 5px;
}

.header__sub-btns {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 98px;
    height: 70px;
    background-color: #E4F5FF;
    position: relative;
    border-radius: 5px;
}

.header__sub-btns:before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background: #D5D5D5;
    width: 68px;
    height: 1px;
}

.header__sub-link {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #404040;
    text-decoration: none;
    letter-spacing: 0.05em;
    line-height: 1;
    transition: .4s;
}

.header__sub-link:hover {
    color: #4674A8;
    opacity: 1;
}

.header__nonomoku {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    width: 125px;
    height: 70px;
    background-color: #4674a8;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    padding: 4px 0 0;
    transition: .4s;
    border-radius: 5px;
}

.header__nonomoku:hover {
    opacity: 1;
    background: #134783;
    transition: .4s;
}

.header__nonomoku img {
    display: block;
    width: 40px;
    height: auto;
}

.header__satei {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    width: 84px;
    height: 70px;
    background-color: #59A4CC;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    padding: 4px 0 0;
    transition: .4s;
    border-radius: 5px;
}

.header__satei:hover {
    opacity: 1;
    background: #3991c1;
    transition: .4s;
}

.header__satei img {
    display: block;
    width: 26px;
    height: 26px;
}

.header__mail {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    width: 84px;
    height: 70px;
    background-color: #404040;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    padding: 4px 0 0;
    transition: .4s;
    border-radius: 5px;
}

.header__mail:hover {
    background: #202020;
    opacity: 1;
    transition: .4s;
}

.header__mail img {
    display: block;
    width: 26px;
    height: 26px;
}