@charset "utf-8";

/* ==========================================
ヘッダー
========================================== */

.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99999;
    width: 100%;
    height: 10rem;
    transition: all .3s;
}

.header a {
    pointer-events: auto;
}

.header-area {
    width: 100%;
    max-width: 185rem;
    height: 100%;
    padding: 0 1.5rem;
    margin: 0 auto;
}

.header-logo {
    max-width: 20rem;
    width: 11%;
    position: absolute;
    top: 0;
    left: 5rem;
}

.header-right {
    max-width: 144.4rem;
    width: 87.5%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 0 auto;
}

.header-box {
    padding: 3.8rem 0;
}

.header-navi-box {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    position: relative;
    flex: 1;
}

.header-navi-box:after {
    content:"";
	position: absolute;
	top: 0;
    bottom: 0;
	right: 0;
	margin: auto;
	width: 1px;
	height: 6rem;
	background: var(--gray01);
}

.header-navi-link {
    display: block;
    text-align: center;
    margin: 0 5.2rem 0 0;
}

.header-navi-link:hover .header-jp-navi {
    text-decoration: underline;
}

.header-en-navi {
    font-family: var(--font-family01);
    font-size: 2.8rem;
    font-weight: 500;
    letter-spacing: 0.03em;

}

.header-jp-navi {
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1;
}

.header-btn-box {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    max-width: 63.8rem;
    width: 50%;
    padding: 0 0 0 2.5rem;
}

.header-tel-box {
    position: relative;
    max-width: 27rem;
    text-align: right;
}

.header-tel-box:after {
    content: "";
    position: absolute;
    top: 1.9rem;
    bottom: auto;
    left: 4rem;
    width: 1.9rem;
    height: 1.9rem;
    background: url(../../../../uploads/tel-white.svg) no-repeat;
    background-size: 100%;
}

.header-tel-num {
    font-family: var(--font-family01);
    font-size: 3.5rem;
    font-weight: 500;
    letter-spacing: 0;
}

.header-open-text {
    font-size: 1.48rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1;
}

.header-sns-icon {
    display: block;
    max-width: 4rem;
    width: 100%;
    margin: 0 0 0 5rem;
}

.header-instagram-black {
    display: none;
}

.header-rsv-btn {
    max-width: 22rem;
    width: 100%;
    border: 1px solid #D9D9D9;
    padding: .5rem 1.5rem .7rem;
    text-align: center;
    margin: 0 0 0 3rem;
    transition: all .3s;
}

.header-rsv-btn:hover {
    border: 1px solid var(--gray04);
    background-color: var(--gray03);
    transition: all .3s;
}

.header-rsv-btn:hover .header-rsv-btn-en {
    color: var(--black);
    transition: all .3s;
}

.header-rsv-btn-en {
    font-family: var(--font-family01);
    font-size: 2.8rem;
    font-weight: 500;
    letter-spacing: 0.03em;
    line-height: 1.22;
}

.header-rsv-btn-jp {
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.45;
}

.header-link-line {
    width: 25%;
    color: var(--white);
    background: var(--linecolor);
}

.header-link-contact, .header-link-hpb {
    position: relative;
}

.header-link-contact a {
    padding: 0 0 0 3rem;
}

.header-link:hover {
    filter: brightness(1.1);
    transition: all .3s;
}

/* ==========================================
is-animation
========================================== */

.is-animation.header {
    background: var(--gray03);
    transition: all .3s;
}

.is-animation .header-box {
    padding: 1.3rem 0;
}

.is-animation .header-logo {
    max-width: 13.4rem;
    width: 15%;
    top: 0;
    left: 4rem;
}

.is-animation .header-en-navi {
    color: var(--black);
}

.is-animation .header-tel-num {
    color: var(--black);
}

.is-animation .header-tel-box:after {
    background: url(../../../../uploads/tel-black.svg) no-repeat;
    background-size: 100%;
}

.is-animation .header-tel-box:after {
    top: 2rem;
    bottom: auto;
    left: 4rem;
}

.is-animation .header-rsv-btn-en {
    color: var(--black);
}

.is-animation .header-rsv-btn:hover {
    background: var(--gray01);
}

.is-animation .header-sns-icon {
    filter: brightness(0);
}

/* ==========================================
hamburger
========================================== */

.hamburger-logo {
    max-width: 11.5rem;
    width: 30%;
    margin: 2rem 0 0 2rem;
}

.sp-nav-list .header-instagram-black {
    display: block;
}

.sp-nav-list .header-sns-icon {
    margin: 2rem auto 0;
}

/* ==========================================
フッター上部
========================================== */

.footer {
    max-width: 192rem;
    width: 100%;
    position: relative;
    z-index: 3;
}

.footer-rsv {
    height: 52rem;
}

.footer-rsv .footer-rsv-bg {
    width: 100%;
    height: 100%;
}

.footer-rsv .footer-rsv-bg > img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.footer-rsv-text-block {
    max-width: 68rem;
    width: 100%;
    margin: auto;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    transform: translateY(-50%);
    z-index: 5;
}

.footer-rsv-btn-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin: 6rem auto 0;
}

.footer-rsv-btn-row .btn01 {
    width: 48%;
}

.footer-tel-btn-box {
    max-width: 30rem;
    width: 48%;
}

.footer-tel {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 2.3rem 4rem 2.3rem 2.3rem;
    font-family: var(--font-family01);
    font-size: 3.5rem;
    font-weight: 500;
    line-height: 1;
    border: 1px solid var(--gray03);
}

.footer-tel:before {
    content: "";
    position: absolute;
    top: 0;
    left: 3.5rem;
    bottom: 0;
    margin: auto;
    width: 1.9rem;
    height: 1.9rem;
    background: url(../../../../uploads/tel-white.svg) no-repeat;
    background-size: contain;
    z-index: 1;
}

.footer-tel-btn-box .open-text {
    margin: .5rem auto 0;
    font-size: 1.6rem;
    font-weight: 500;
    text-align: center;
}

/* ==========================================
フッター下部
========================================== */

.footer-info {
    padding: 16rem 0 12rem;
}

.footer-info-row {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.footer-logo {
    max-width: 20rem;
    width: 100%;
}

.footer-info-text-box {
    margin: 4rem 0 0;
}

.footer-info-text-row {
    display: flex;
    align-items: flex-start;
}

.footer-info-left  {
    width: 48%;
}

.footer-info-text p {
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.85em;
}

.footer-info-text-th {
    width: 11rem;
}

.footer-navi-row {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.footer-navi-box {
    margin: 0 8.8rem 0 0;
}

.footer-navi-box:last-child {
    margin: 0 0 0;
}

.footer-navi-link {
    display: block;
    margin: 4rem 0 0;
}

.footer-navi-link:first-child {
    margin: 0;
}

.footer-navi-link:hover .footer-jp-navi {
    text-decoration: underline;
}

.footer-en-navi {
    font-family: var(--font-family01);
    font-size: 2.8rem;
    font-weight: 500;
    letter-spacing: 0.03em;
    line-height: 1.3;
}

.footer-jp-navi {
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1;
}

.copyright {
    font-family: var(--font-family01);
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: 0.03em;
    text-align: right;
    margin: 6rem 0 0;
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <= 1550px) {

    .header-right {
        width: 85%;
    }

    .header-navi-link {
        margin: 0 3rem 0 0;
    }

    .header-en-navi {
        font-size: 2.3rem;
    }
    
    .header-jp-navi {
        font-size: 1.3rem;
    }

    .header-btn-box {
        width: 46%;
        padding: 0 0 0 2rem;
    }

    .header-tel-box:after {
        top: 1.5rem;
        left: 3rem;
    }

    .is-animation .header-tel-box:after {
        top: 1.5rem;
        left: 3rem;
    }

    .header-tel-num {
        font-size: 3rem;
    }

    .header-open-text {
        font-size: 1.25rem;
    }

    .header-link {
        font-size: 1.3rem;
    }

    .header-link-contact:before {
        left: 3rem;
    }

    .header-link-hpb:before {
        left: 2rem;
    }

    .header-sns-icon {
        margin: 0 0 0 3rem;
    }

    .is-animation .header-logo {
        max-width: 14rem;
        width: 8.8%;
        top: 0;
        left: 3rem;
    }


}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <= 1024px) {

    .header {
        height: auto;
    }

    .header-logo {
        width: 15.7%;
        left: 2rem;
    }

    .header-box {
        padding: 2.5rem 0;
    }

    .header-navi-box {
        display: none;
    }

    .header-btn-box {
        width: 95%;
        padding: 0 7rem 0 0;
        margin: 0 0 0 auto;
    }

    .header-tel-box:after {
        top: 1rem;
        left: 5rem;
    }

    .header-tel-num {
        font-size: 2.5rem;
    }

    .header-open-text {
        font-size: 1.2rem;
    }

    .header-rsv-btn {
        max-width: 22rem;
        width: 30%;
    }

    .header-sns-icon {
        margin: 0 0 0 2.5rem;
    }

    .is-animation .header-box {
        padding: 2.5rem 0;
    }

    .is-animation .header-logo {
        max-width: 20rem;
        width: 15.7%;
        top: 0;
        left: 2rem;
    }

    .is-animation .header-tel-box:after {
        top: 1rem;
        bottom: auto;
        left: 5rem;
    }

	/* ==========================================
	フッター
	========================================== */

    .footer-rsv {
        height: 45rem;
    }
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <= 768px) {

    .header-logo {
        width: 18%;
        top: 2.5rem;
        left: 2rem;
    }

    .header-btn-box {
        display: none;
    }

    /* ==========================================
    is-animation
    ========================================== */

    .is-animation.header {
        background: unset;
        transition: all .3s;
    }


	/* ==========================================
	フッター
	========================================== */

    .footer-rsv {
        height: 65rem;
    }

    .footer-rsv-btn-row {
        align-items: center;
        margin: 4rem auto 0;
    }

    .footer-rsv-btn-row .btn01, .footer-tel-btn-box {
        max-width: 33.5rem;
        width: 100%;
    }

    .footer-tel-btn-box {
        margin: 2rem auto 0;
    }

    .footer-tel {
        padding: 2.3rem 5rem 2.3rem 4rem;
    }

    .footer-tel:before {
        left: 5rem;
    }

    .footer-info {
        padding: 12rem 0;
    }

    .footer-info-row {
        align-items: center;
    }

    .footer-info-left {
        width: 53%;
    }

    .footer-logo {
        margin: 0 auto;
    }

    .footer-navi-row {
        margin: 6rem auto 0;
    }
    
    .copyright {
        text-align: center;
    }

}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <= 576px) {

    .header {
        height: 9rem;
    }

    .header-logo {
        /* width: 25%; */
        width: 28.5%;
        top: 0;
        left: 2rem;
    }

    .header.is-animation {
        height: 8rem;
    }

    .is-animation .header-logo {
        /* width: 24%;
        top: 2.75rem; */
        width: 24.5%;
        top: 0;
        left: 2rem;
    }

    .hamburger-logo {
        margin: 0 0 0 2rem;
    }

    .footer-rsv {
        height: 55rem;
    }

    .footer-logo {
        width: 31%;
        margin: 0;
    }

    .footer-tel {
        font-size: 3rem;
        padding: 2.3rem 7rem 2.3rem 5rem;
    }

    .footer-tel:before {
        left: 6rem;
    }

    .footer-tel-btn-box .open-text {
        font-size: 1.5rem;
    }
 
    .footer-info {
        padding: 8rem 0 6rem;
    }

    .footer-info-left, .footer-info-right {
        width: 100%;
    }

    .footer-info-text p {
        font-size: 1.3rem;
    }

    .footer-navi-row {
        flex-direction: column;
    }

    .footer-navi-box {
        width: 100%;
        margin: 0 0 0;
    }

    .footer-navi-link {
        width: 100%;
        display: flex;
        align-items: center;
        padding: 2rem 1rem;
        margin: 0;
        border-top: 1px solid var(--gray04);
        position: relative;
    }

    .footer-navi-box:last-child .footer-navi-link:last-child {
        border-bottom: 1px solid var(--gray04);
    }

    .footer-navi-link:after {
        content: "";
        position: absolute;
        top: 50%;
        bottom: 0;
        right: 3rem;
        margin: auto;
        width: 3rem;
        height: 5.4rem;
        pointer-events: none;
        background: url(../../../../uploads/arrow-black.svg) no-repeat;
        background-size: 100%;
        transition: all .3s;
    }

    .footer-navi-link:hover::after {
        right: 2rem;
        transition: all .3s;
    }

    .footer-en-navi {
        margin: 0 1rem 0 0;
        font-size: 2.5rem;
    }

    .footer-jp-navi {
        margin: 0 1rem 0 0;
        font-size: 1.3rem;
    }

    .copyright {
        text-align: left;
    }

}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
