@charset "utf-8";

/* ==========================================
ヘッダー
========================================== */

.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99999;
    width: 100%;
    height: 10rem;
    pointer-events: none;
    background: url(../../../../uploads/body-mask.png) no-repeat center;
    background-size: cover;
}

.header a {
    pointer-events: auto;
}

.header-area {
    width: 100%;
    max-width: 184rem;
    height: 100%;
    padding: 0 1.5rem;
    margin: 0 auto;
}

.header-logo {
    max-width: 18.9rem;
    width: 10%;
    position: absolute;
    top: 2rem;
    left: 2rem;
}

.header-right {
    max-width: 160rem;
    width: 87.5%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 0 auto;
}

.header-box {
    padding: 2rem 0;
}

.header-navi-box {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    position: relative;
}

.header-navi-box:after {
    content:"";
	position: absolute;
	top: 0;
    bottom: 0;
	right: 0;
	margin: auto;
	width: 1px;
	height: 6rem;
	background: var(--gray01);
}

.header-navi {
    font-size: 1.32rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    margin: 0 2.5rem 0 0;
}

.header-btn-box {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    max-width: 100rem;
    width: 65%;
    padding: 0 0 0 3rem;
}

.header-tel-box {
    position: relative;
    padding: 0 0 0 2.5rem;
    width: 28%;
}

.header-tel-box:after {
    content: "";
    position: absolute;
    top: .9rem;
    bottom: auto;
    left: 0;
    width: 2.3rem;
    height: 2.5rem;
    background: url(../../../../uploads/tel-black.svg) no-repeat;
    background-size: 100%;
}

.header-tel-num {
    font-size: 2.2rem;
    font-weight: 500;
    letter-spacing: 0.05em;
}

.header-open-text {
    color: #999999;
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 0.05em;
}

.header-link {
    max-width: 40rem;
    height: 6rem;
    width: 34%;
    padding: 0 1.5rem;
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    border-radius: 100vmax;
    margin: 0 0 0 1.5rem;
    transition: all .3s;
}

.header-link-primary {
    color: var(--white);
    background: var(--primary);
}

.header-link-secondary {
    color: var(--black);
    background: var(--secondary);
}

.header-link.hpb-bg {
    color: var(--white);
}

.header-link-white {
    background-color: var(--white);
    border: 1px solid var(--gray03);
}

.header-link-contact {
    width: 24%;
}

.header-link-contact:before {
    content: "";
    position: absolute;
    top: 1.5rem;
    bottom: auto;
    left: 3.5rem;
    width: 2.2rem;
    height: 3rem;
    background: url(../../../../uploads/finger-black.svg) no-repeat;
    background-size: 100%;
}

.header-link-hpb {
    padding: 0 0 0 3.2rem;
}

.header-link-hpb:before {
    content: "";
    position: absolute;
    top: 2rem;
    bottom: auto;
    left: 4rem;
    width: 2.3rem;
    height: 2.5rem;
    background: url(../../../../uploads/calendar-white.svg) no-repeat;
    background-size: 100%;
}

.header-link a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.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-logo {
    max-width: 17.6rem;
    width: 15%;
    top: 2rem;
    left: 4rem;
}

/* ==========================================
hamburger
========================================== */

.hamburger-logo {
    max-width: 11.5rem;
    width: 30%;
    margin: 2rem 0 0 2rem;
}

/* ==========================================
フッター上部
========================================== */

.footer {
    max-width: 192rem;
    width: 100%;
    position: relative;
    z-index: 3;
}

.footer-top-row {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
}

.footer-top-item {
    width: 50%;
    position: relative;
}

.footer-top-item>figure {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: relative;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    min-height: 58rem;
    height: auto;
}

.footer-top-item>figure>img {
    justify-content: center;
    align-items: center;
    position: absolute;
    display: flex;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    max-height: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    width: 100% !important;
    margin: auto;
    object-fit: cover;
    transition: all .3s;
}

.footer-top-item-text-frame {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 10rem 1.5rem;
    z-index: 5;
}

.footer-top-item-text-box {
    margin: 4rem auto 0;
}

.footer-faq-btn {
    margin: auto auto 0;
}

.footer-top-item-btn-box {
    max-width: 50.2rem;
    width: 100%;
    margin: auto auto 0;
}

.footer-top-item-btn-row {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

/* .footer-webrsv-btn,.footer-line-btn {
    width: 48.8%;
} */

.footer-top-item-btn-row .btn01-medium {
    max-width: 100%;
    text-align: center;
}

.footer-webrsv-btn,.footer-line-btn {
    justify-content: center;
}

.footer-line-btn {
    padding: 2rem 2.5rem 2rem 2.5rem;
}

.footer-line-btn:after {
    right: 2rem;
}

.footer-line-btn:hover::after {
    right: 1rem;
    transition: all .3s;
}

.footer-webrsv-btn .contact-img {
    max-width: 2.2rem;
    margin-right: 1rem;
}

.footer-hpb-btn {
    justify-content: center;
    margin: 1.2rem auto 0;
}

.footer-hpb-btn:after {
    right: 2rem;
}

.footer-hpb-btn:hover::after {
    right: 1rem;
    transition: all .3s;
}

.footer-hpb-btn .calendar-img {
    margin-right: 1rem;
}

.btn01.hpb-bg {
    color: var(--white);
}

.btn01.hpb-bg:after {
    background: url(../../../../uploads/btn-arrow-white.svg) no-repeat;
    background-size: 100%;
}

/* ==========================================
フッター下部
========================================== */

.footer-bottom {
    padding: 13rem 0 9.7rem;
}

.footer-bottom-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-bottom-left {
    max-width: 47.5rem;
    width: 45%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.footer-bottom-left-left {
    max-width: 23.3rem;
    width: 48%;
}

.footer-logo {
    max-width: 19.3rem;
    width: 100%;
}

.footer-text {
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.97em;
}

.footer-bottom-left-left .btn01 {
    max-width: 23.3rem;
    margin: 6rem 0 0;
    padding: 2.1rem 2rem 2.1rem 3rem;
    text-align: center;
}

.footer-tel-row {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.footer-tel-title {
    margin: 0 1.6rem 0 0;
}

.footer-bottom-right {
    max-width: 74.8rem;
    width: 50%;
}

.footer-navi-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-navi {
    font-family: var(--font-family01);
    font-size: 1.8rem;
    font-weight: 600;
    letter-spacing: 0.05em;
}

.footer-bottom-btn-row {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    margin: 3.32rem 0 0;
}

.footer-bottom-btn-box {
    text-align: center;
}

.footer-bottom-btn-box:first-child {
    max-width: 20.4rem;
    width: 100%;
}

.footer-bottom-btn-box .btn01 {
    width: 100%;
    padding: 1.6rem 3rem;
    justify-content: flex-start;  
}

.footer-bottom-btn-box .btn01-arrow:after {
    right: 3rem;
}

.footer-bottom-btn-box .btn01-arrow:hover::after {
    right: 2.5rem;
}

.footer-bottom-btn-box .contact-img {
    max-width: 2.33rem;
    margin: 0 1rem 0 0;
}

.footer-bottom-btn-box {
    max-width: 27rem;
    width: 100%;
}

.footer-bottom-btn-box .btn01-line {
    max-width: 27rem;
    width: 100%;
    padding: 1.6rem 3rem;
    margin: 0 0 0 1rem;
}

.footer-sns-btn {
    max-width: 4rem;
    width: 100%;
    margin: 2.5rem 0 0 3rem;
}

.copyright-text {
    font-size: 1.5rem;
    letter-spacing: 0.05em;
    text-align: right;
    margin: 2rem 0 0;
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <= 1550px) {

    .header-navi {
        font-size: 1.23rem;
        margin: 0 1.8rem 0 0;
    }

    .header-btn-box {
        width: 61%;
        padding: 0 0 0 2rem;
    }

    .header-tel-box {
        width: 30%;
    }

    .header-open-text {
        font-size: 1.4rem;
    }

    .header-link {
        font-size: 1.3rem;
    }

    .header-link-contact:before {
        left: 2.5rem;
    }

    .header-link-hpb:before {
        left: 2rem;
    }

    .is-animation .header-logo {
        max-width: 14rem;
        width: 15%;
        top: 2.4rem;
        left: 3rem;
    }

    .header-right {
        max-width: 160.1rem;
        /* widthの%変更 */
        width: 88.7%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 0 0 0 auto;
    }


}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <= 1024px) {

    .header-logo {
        top: 4rem;
    }

    .header-navi-box {
        display: none;
    }

    .header-btn-box {
        width: 95%;
        padding: 0 7rem 0 0;
        margin: 0 0 0 auto;
    }

    .header-open-text {
        font-size: 1.2rem;
    }

    .header-link {
        padding: 0 1rem;
        margin: 0 0 0 1rem;
    }

    .header-link-hpb {
        padding: 0 0 0 2rem;
    }

    .header-link-hpb:before {
        top: 1.7rem;
        left: 1.5rem;
    }

    .sp-nav-list .header-link-hpb:before {
        top: 1.7rem;
        left: 6.5rem;
    }

    .is-animation .header-logo {
        max-width: 14rem;
        width: 15%;
        top: 3rem;
        left: 1.5rem;
    }

	/* ==========================================
	フッター
	========================================== */

    .footer-bottom-row {
        flex-direction: column;
    }

    .footer-bottom-left,.footer-bottom-right {
        width: 100%;
    }

    .footer-bottom-right {
        margin: 4rem 0 0;
    }

    .footer-bottom-btn-row {
        justify-content: center;
    }

    .footer-top-item-btn-row .btn01 {
        font-size: 1.6rem;
    }
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <= 768px) {

    .header-logo {
        width: 20%;
        top: 4rem;
        left: 2rem;
    }

    .header-btn-box {
        display: none;
    }

    .is-animation .header-logo {
        top: 4rem;
    }

    .hpb-bg p {
        color: var(--white);
    }

	/* ==========================================
	フッター
	========================================== */

	.footer-top-row {
        flex-direction: column;
    }

    .footer-top-item {
        width: 100%;
    }

    .footer-top-item>figure>img {
        object-position: left top;
    }

    .footer-bottom {
        padding: 10rem 0 9.7rem;
    }

    .footer-navi-box {
        justify-content: center;
    }

    .footer-sp-navi-box:first-child {
        margin: 0 5rem 0 0;
    }

    .footer-navi {
        margin: 2rem 0 0;
    }

    .footer-navi:first-child {
        margin: 0 0 0;
    }


}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <= 576px) {

    .header {
        height: 9rem;
    }

    .header-logo {
        width: 30%;
        top: 2rem;
    }

    .header.is-animation {
        height: 8rem;
    }

    .is-animation .header-logo {
        width: 24%;
        top: 2rem;
    }

    .footer-top-item>figure {
        min-height: 37.9rem;
    }

    .footer-top-item-text-frame {
        padding: 6rem 2.5rem;
    }

    .footer-top-item-text-box {
        margin: 2rem auto 0;
    }

    .footer-webrsv-btn, .footer-line-btn {
        width: 80%;
    }

    .footer-line-btn {
        margin: 1.2rem auto 0;
    }

    .footer-webrsv-btn .contact-img {
        max-width: 1.8rem;
        margin: 0 .7rem 0 0;
    }

    .footer-bottom {
        padding: 6rem 0 10rem;
    }

    .footer-navi-box {
        justify-content: flex-start;
    }

    .footer-bottom-left {
        flex-direction: column;
        justify-content: center;
        align-items:flex-start;
    }

    .footer-bottom-left-left {
        display: contents;    
    }

    .footer-bottom-left-left .btn01 {
        margin: 2rem 0 0 ;
        order: 1;
    }

    .footer-bottom-left-right {
        margin: 2rem 0 0;
    }

    .footer-bottom-btn-row {
        flex-direction: column;
    }

    .footer-bottom-line-btn {
        margin: 1rem 0 0 0;
    }

    .footer-bottom-btn-box:first-child {
        max-width: 27rem;
        width: 100%;
    }

    .footer-bottom-btn-box .btn01 {
        justify-content: center;
    }

    .footer-bottom-btn-box .btn01-line {
        margin: 0 auto;
    }

    .footer-sns-btn {
        margin: 1rem 0 0 0;
    }

    .copyright-text {
        margin: 3rem 0 0;
        text-align: center;
    }

}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
