@charset "UTF-8"; 
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
PC右上固定
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

    .logged-in .sticky_btn {
        top: var(--logged-in);
    }

    .sticky_btn {
        position: fixed;
        top: 0;
        right: 0;
        z-index: 1000;
        height: 9rem;
		width: 9rem;
    }

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

    .sticky_btn p.contact a {
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #000000;
    }

	.sticky_btn p.contact a:hover{
		opacity: .7;
	}
	
	.sticky_btn p.contact a img {
		width: 2.4rem;
	}

@media screen and (max-width: 750px) {
    .logged-in .sticky_btn {
		top: 46px;
    }

    .sticky_btn {
		width: 12rem;
		height: 12rem;
    }

    .sticky_btn p.contact {
    }

    .sticky_btn p.contact a {

    }
	
	.sticky_btn p.contact a img {
		width: 5.3rem;
	}
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
ヘッダー
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
header {
    position: relative;
    z-index: 200;
    padding: 2rem 5rem;
    min-height: 9rem;
	border-bottom: .1rem solid #b8b8b8;
	display: flex;
	align-items: center;
}

header > * {
    width: 100%;
}

.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: flex;
	line-height: 1;
    width: 100%;
}

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

header ul.nav_menu {
    display: flex;
    align-items: center;
}

header ul > li.nav_menu {
    padding: 5px 15px;
}

header ul li.menu-item-has-children{
    position: relative;
}

header ul li:not(:last-child) {
    margin-right: 15px;
}

header ul.child {
    /*はじめは非表示*/
    visibility: hidden;
    opacity: 0;
    /*アニメーション設定*/
    transition: all .3s;
    position: absolute;
    top: 40px;
    left: 50%;
    margin-bottom: -5px;
    min-width: 200px;
    transform: translateX(-50%);
    z-index: 8;
}

header ul.child > li {
    margin: 0 0 5px;
    width: 100%;
    cursor: pointer;
}

header ul.child > li > a {
    font-size: 1.8rem;
    color: var(--theme_m_color);
    background: #fff;
    border: 1px solid var(--theme_m_color);
    text-align: center;
    padding: 9px 20px;
    display: block;
    line-height: 1.5;
    cursor: pointer;
}

header ul.child > li:hover > a {
    color: #fff !important;
    background: var(--theme_m_color);
    opacity: 1 !important;
}

@media (min-width: 751px) 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: 750px) {
    header {
        padding: 0;
        min-height: 12rem;
    }

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

    header > * {
    }

    .h_inner {
        padding: 2.5rem 5rem;
    }

    .h_inner .logo {
		width: 40.3rem;
    }

    .h_inner .logo a{

    }

    .h_inner .logo a img{
    }

    .logged-in header .hamburger {
        top: calc(46px - -25px);
    }

    /* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
    pushy内
    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
        #pushy ul {
            padding: 50px 15px;
        }

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

        #pushy ul li a {
            display:block;
        }

        #pushy.hambuger_inner02{
            background: var(--theme_m_color);
        }

        #pushy.hambuger_inner02 .bg {
            background: var(--theme_m_color);
            height: 100%;
        }

        #pushy .h_nav_wrap{
            padding: 50px 15px;
        }
        
        #pushy ul.sp_nav_menu {
            margin-bottom: 40px;
            padding: 0;
        }

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

        #pushy ul.sp_nav_menu > li > a {
            position: relative;
            padding-right: 40px;
            padding: 16px 40px 16px 10px;
            border-bottom: 1px solid #fff;
            font-weight: bold;
            font-size: 3.6rem;
            color: #fff;
        }

        #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_w.svg) no-repeat 50% /1.8vw 3vw;
            width: 5.60000vw;
            height: 4.53333vw;
            top: 50%;
            right: 9px;
            transform: translateY(-50%);
            width: 9.33333333vw;
            height: 9.33333333vw;
            border: 1px solid #fff;
            border-radius: 2em;
        }

        #pushy ul.sp_nav_menu li.menu-item-has-children > a::after {
            content: "＋";
            top: 50%;
            right: 9px;
            font-size: 28px;
            font-size: 5.46666vw;
            font-weight: 300;
            border-radius: 2em;
            border: 1px solid #fff;
            width: 9.33333333vw;
            height: 9.33333333vw;
            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: 25px 0 20px 20px;
            margin-bottom: 0;
            border-bottom: 1px solid #fff;
        }

        #pushy ul.sp_nav_menu ul.child > li {
            margin-bottom: 13px;
        }

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

    /* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
    ハンバーガー (スマホ)
    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
    .hamburger {
        top: 20px;
        position: fixed;
        right: 8rem;
        width: 6rem;
        height: 4rem;
        margin-left: auto;
    }

    .hamburger .c_h {
        display: inline-block;
        transition: all .4s;
        position: absolute;
        left: 0;
        height: .4rem;
        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: 100px;
        width: 100%;
        padding-right: 20px;
    }

    .hambuger_inner02 .bg ul.items li a {
        color: var(--main_color);
        text-decoration: none;
        padding: 15px;
        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: 12rem;
        height: 12rem;
        background: #222222;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center
    }

    .hamburger.ham02 .ham_bg {
        position: relative;
        width: 5rem;
        height: 4rem;
    }

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

}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
ヘッダー
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
@media (min-width: 751px) {
	header{

    }

	header ul.nav_menu {

    }
    
    header ul.nav_menu > li {
    }

    header ul.nav_menu > li a{
    }
    
    header ul li.menu-item-has-children{

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

    }
    
    header ul.child {

    }
    
    header ul.child > li {

    }
    
    header ul.child > li > a {

    }
    
    header ul.child > li:hover > a {

    }
    
}