@charset "UTF-8"; /* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
PC右上固定
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
@media (min-width: 769px) {
    .logged-in .sticky_btn {
        top: var(--logged-in);
    }

    .sticky_btn {
        position: fixed;
        top: 0;
        right: 0;
        z-index: 1000;
        height: 11rem;
        display: flex;
        align-items: center;
    }

    .sticky_btn p.contact {
        height: 100%;
    }

    .sticky_btn p.contact a {
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 11rem;
        background: #0C48B4;
        color: #fff;
        position: relative;
        padding-top: 3rem;
        border-right: 1px solid #fff;
        font-family: "Roboto", sans-serif;
        font-weight: 600;
        font-size: 1.8rem;
    }

    .sticky_btn p.contact a:hover {
        opacity: .7;
    }

    .sticky_btn p.contact a::before {
        position: absolute;
        content: "";
        background: url("../images/common/mail_white.svg") no-repeat 50% / contain;
        width: 3rem;
        height: 2.1rem;
        top: 3rem;
        left: 50%;
        transform: translateX(-50%);
    }

    .sticky_btn p.tel {
    }

    .sticky_btn p.tel a {
        background: #0C48B4;
        width: 28rem;
        display: flex;
        height: 11rem;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding-top: 1rem;
    }

    .sticky_btn p.tel a .num {
        font-family: "Roboto", sans-serif;
        font-size: 3.6rem;
        font-weight: bold;
        color: #fff;
        line-height: 1;
    }
    
    .sticky_btn p.tel a .num .furigana {
        position: relative;
    }
    
    .sticky_btn p.tel a .num .furigana::after {
        position: absolute;
        top: -.7em;
        left: 50%;
        transform: translateX(-50%);
        font-size: 1.2rem;
        color: #fff;
        white-space: nowrap;
    }

    .sticky_btn p.tel a .num .furigana.muryou::after {
        content: "ムリョウ";
    }

    .sticky_btn p.tel a .num .furigana.mi::after {
        content: "ミ";
    }

    .sticky_btn p.tel a .num .furigana.na::after {
        content: "ナ";
    }

    .sticky_btn p.tel a .num .furigana.o::after {
        content: "オ";
    }

    .sticky_btn p.tel a .num .furigana.shi::after {
        content: "シ";
    }
    
    .sticky_btn p.tel a .open {
        font-size: 1.3rem;
        font-weight: 400;
        color: #fff;
    }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
ヘッダー
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
@media (min-width: 769px) {
    header {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 200;
        padding: 2.5rem 42rem 2.5rem 5.4rem;
        min-height: 10rem;
        display: flex;
        align-items: center;
    }

    header.contact_header {
        padding: 2rem 5.4rem 2rem 5.4rem;
        min-height: 10rem;
        min-height: 10rem;
        display: flex;
        align-items: center;
    }

    header > * {
        width: 100%;
    }

    header ul.nav_menu {
        display: flex;
        align-items: center;
        border-radius: 4rem;
        background: rgba(255,255,255,.6);
        padding: 0 2.2rem;
        margin-right: 3rem;
    }

    header ul.nav_menu > li {
    }

    header ul.nav_menu li:not(:last-child) {
    }

    header ul.nav_menu > li > a {
        font-size: 1.8rem;
        padding: 1.8rem 2.2rem;
        display: grid;
        height: 8rem;
        align-items: center;
        font-weight: 700;
    }

    .h_inner {
        justify-content: space-between;
        align-items: center;
    }

    .h_inner .logo {
        line-height: 1;
        margin: 0;
        width: var(--main_logo);
        font-size: 2em;
    }

    .h_inner .logo a {
        display: inline-block;
        line-height: 1;
        width: 100%;
    }

    .h_inner .logo a img {
        width: 100%;
    }
}

@media (min-width: 769px) and (max-width: 1280px) {
    header {
        /* padding-top: 45px; */
    }

    header ul.nav_menu:has(+ :not(ul.nav_menu02)) {
        /* order: 3;
        width: 100%;
        justify-content: flex-start;
        margin: 0; */
    }
}

@media (max-width: 1366px) {
    header ul.nav_menu:has(+ ul.nav_menu02:not(.only_entry)) {
        /* order: 3;
        width: 100%;
        justify-content: flex-start;
        margin: 0; */
    }

    header ul li.hd_btn a {
        /* width: 140px; */
    }
}

/***********************************
// スマホ
***********************************/
@media (max-width: 768px) {
    header {
        padding: 0;
        min-height: 10rem;
        position: absolute;
        z-index: 5555;
    }

    header.contact_header {
        padding: 0;
        min-height: 10rem;
    }

    header > * {
    }

    /* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
    header pushy 共通
    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
    .h_inner {
        padding: 4.5rem 3rem;
    }

    .h_inner .logo {
        width: var(--main_logo);
    }

    .h_inner .logo a {
        display: grid;
    }

    .h_inner .logo a img {
    }

    /* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
    pushy内
    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
    #pushy ul.sp_nav_menu {
        padding: 10rem 3rem;
    }

    #pushy ul.sp_nav_menu > li {
        padding-bottom: 1rem;
        margin: 0 0 3rem;
        border-bottom: 1px solid #707070;
    }

    #pushy ul li a {
        display: block;
    }

    #pushy.hambuger_inner02 {
        background: #fff;
    }

    #pushy.hambuger_inner02 .bg {
        background: #fff;
        height: 100%;
    }

    #pushy .h_nav_wrap {
        padding: 4rem 7.5rem 10rem;
    }

    #pushy ul.sp_nav_menu {
        margin-bottom: 0;
        padding: 0;
    }

    #pushy ul.sp_nav_menu > li {
        margin: 0;
        border: none;
        padding: 0;
    }

    #pushy ul.sp_nav_menu > li > a {
        position: relative;
        padding-right: 8rem;
        padding: 3.2rem 8rem 3.2rem 0rem;
        border-bottom: 1px solid var(--theme_m_color);
        font-weight: bold;
        font-size: 4.2rem;
    }

    #pushy ul.sp_nav_menu li > a::after {
        position: absolute;
        transition: .2s ease-in;
    }

    #pushy ul.sp_nav_menu:not(.child) > li:not(.menu-item-has-children) > a::after {
        content: "";
        background: url(../images/common/arrow.svg) no-repeat 50% /1.8rem auto;
        top: 50%;
        right: 9px;
        transform: translateY(-50%);
        width: 7rem;
        height: 7rem;
        border: 1px solid #fff;
        border-radius: 2em;
        background-color: var(--theme_m_color);
    }

    #pushy ul.sp_nav_menu li.menu-item-has-children > a::after {
        content: "＋";
        top: 50%;
        right: 1.8rem;
        font-size: 5.6rem;
        font-weight: 300;
        border-radius: 2em;
        border: 1px solid #fff;
        width: 7rem;
        height: 7rem;
        display: flex;
        align-items: center;
        justify-content: center;
        transform: translateY(-50%);
    }

    #pushy ul.sp_nav_menu li.menu-item-has-children > a.active::after {
        content: "－";
    }

    #pushy ul.child {
        display: none;
    }

    #pushy ul.sp_nav_menu ul.child {
        padding: 5rem 0 4rem 4rem;
        margin-bottom: 0;
        border-bottom: 1px solid #fff;
    }

    #pushy ul.sp_nav_menu ul.child > li {
        margin-bottom: 2.6rem;
    }

    #pushy ul.sp_nav_menu ul.child > li > a {
        position: relative;
        font-size: 3.6rem;
        color: #fff;
    }

    /* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
    ハンバーガー (スマホ)
    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
    .logged-in header .hamburger {
        top: calc(46px - -15px);
    }

    .hamburger {
        top: 4rem;
        position: fixed;
        right: 2rem;
        width: 6rem;
        height: 4rem;
        margin-left: auto;
    }

    .hamburger .c_h {
        display: inline-block;
        transition: all .4s;
        position: absolute;
        left: 0;
        height: 2px;
        background: var(--main_color);
        width: 100%;
        display: block;
    }

    .hamburger.active .c_h {
        top: 50%;
        left: 50%;
    }

    .ham1 {
        top: 0;
    }

    .hamburger.active .ham1 {
        transform: translate(-50%, -50%) rotate(-45deg);
    }

    .ham2 {
        top: 50%;
    }

    .hamburger.active .ham2 {
        opacity: 0;
    }

    .ham3 {
        top: 100%;
    }

    .hamburger.active .ham3 {
        transform: translate(-50% , -50%) rotate(45deg);
    }

    .hambuger_inner02 {
        display: block;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        z-index: 9999;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: hidden;
        opacity: 0;
        overflow-y: auto;
        height: 100%;
        width: 100%;
        background: #fff;
    }

    .hambuger_inner02.active {
        visibility: visible;
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .hambuger_inner02 .bg ul.items {
        padding-top: 20rem;
        width: 100%;
        padding-right: 4rem;
    }

    .hambuger_inner02 .bg ul.items li a {
        color: var(--main_color);
        text-decoration: none;
        padding: 3rem;
        display: block;
    }

    .hambuger_inner02 .bg ul.items li:not(:last-child) a {
        border-bottom: 1px solid #999999;
    }

    .active02 {
        display: block !important;
    }

    /* 背景色ありver */
    .logged-in header .hamburger.ham02 {
        top: 46px;
    }

    .hamburger.ham02 {
        top: 0;
        right: 0;
        width: 60px;
        height: 60px;
        background: var(--theme_m_color);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center
    }

    .hamburger.ham02 .ham_bg {
        position: relative;
        width: 25px;
        height: 15px;
    }

    .hamburger.ham02 .c_h {
        background: #fff;
    }

    /* 二本線ver */
    .logged-in header .hamburger.ham03 {
        top: 46px;
    }

    .hamburger.ham03 {
        top: 0;
        right: 0;
        width: 12rem;
        height: 12rem;
        background: transparent;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center
    }

    .hamburger.ham03 .ham_bg {
        position: relative;
        width: 5rem;
        height: 2rem;
    }

    .hamburger.ham03 .c_h {
    }

    .hamburger.ham03 .c_h.ham1 {
    }

    .hamburger.ham03 .c_h.ham3 {
    }
}
