@charset "utf-8";

/* -----------------------------------------------------------
    問い合わせ訴求共通
-------------------------------------------------------------- */

.contact-appeal-area {
    margin: 30px auto 50px;
}

.contact-appeal-area .contact-appeal-catch {
    color: var(--cmnblack);
    font-size: 2.4rem;
    font-weight: bold;
    margin: 0;
    text-align: center;
    letter-spacing: .07em;
    line-height: 1.5;
}

.contact-appeal-body {
    align-items: center;
    display: flex;
    gap: 30px;
    margin: 30px 0 0;
    flex-direction: row-reverse;
}

.contact-appeal-photo {
    overflow: hidden;
    flex-shrink: 0;
    width: 40%;
    height: 250px;
}

.contact-appeal-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slick-list, .slick-track, .slick-slide {
    height: 100%;
}

.contact-appeal-txt {
    line-height: 2;
    letter-spacing: .05em;
    font-size: 1.7rem;
}

.contact-appeal-tel {
	align-items: center;
    justify-content: center;
	display: flex;
	gap: 40px;
	border: 1px solid #bbb;
	padding: 25px 10px;
	margin: 30px 0 0;
    line-height: 1.5;
}

.contact-appeal-tel .tel-subttl{
    font-weight: bold;
    color: #888;
}

.contact-appeal-tel small {
    font-size: 1.4rem;
}

.contact-appeal-tel .num {
    align-items: center;
    display: flex;
    font-size: 3.2rem;
    font-weight: bold;
    gap: 8px;
    position: relative;
    letter-spacing: .05em;
    font-family: var(--en);
    line-height: 1;
}

.contact-appeal-tel .num i {
    font-size: 2.2rem;
}

.contact-appeal-tel .catch {
    display: none;
}

.contact-appeal-tel a {
    color: var(--cmnblack);
    display: flex;
    align-items: center;
}

@media screen and (min-width: 769px) {
    .contact-appeal-tel .tel-num-wrap {
        display: block!important;
    }
}

/*headlink*/
.headlink{
    text-align: right;
    line-height: 1;
    width: fit-content;
    margin: 0 0 0 auto;
    padding: 0 30px 0 0;
    font-size: 1.5rem;
    letter-spacing: 0;
    position: relative;
    z-index: 6;
}
.headlink .nicms-back{
}


@media screen and (max-width: 768px) {

    .contact-appeal-area {
        margin: 20px 0 30px;
    }
    
    .contact-appeal-area .contact-appeal-catch {
        font-size: 1.8rem;
        line-height: 1.6;
        letter-spacing: .04em;
        text-align: left;
    }
    
    .contact-appeal-body {
        flex-direction: column;
        gap: 20px;
        margin: 20px 0 0;
    }

    .contact-appeal-photo {
        width: 100%;
        height: 48vw;
    }
    
    .contact-appeal-txt {
        line-height: 1.8;
        font-size: 1.5rem;
    }
    
    .contact-appeal-tel {
        flex-direction: column;
        gap: 5px;
        padding: 5px 10px;
        margin: 20px 0 0;
    }
    
    .contact-appeal-tel .num {
        line-height: 1.3;
        font-size: 2.8rem;
    }
    .contact-appeal-tel small {
        display: block;
        text-align: center;
        margin: 0 0 15px;
        letter-spacing: 0;
    }
    
    .contact-appeal-tel .tel-subttl {
        width: 100%;
        text-align: center;
        position: relative;
    }
    
    .contact-appeal-tel .tel-subttl::before {
        background: url(../img/icon_plus.jpg)center/contain no-repeat;
        position: absolute;
        display: inline-block;
        content: "";
        width: 25px;
        height: 25px;
        right: 10px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    
    .contact-appeal-tel .tel-subttl.active-appeal-tel::before {
        background-image: url(../img/icon_minus.jpg);
    }

    .contact-appeal-tel .tel-num-wrap {
        display: none;
        width: 100%;
    }
    
    .contact-appeal-tel a {
		color: var(--cmnblack)!important;
        flex-direction: column;
        text-decoration: none!important;
        width: 100%;
        padding: 5px 0 2px;
    }
    
    
    /*headlink*/
    .headlink{
        margin: 0;
        padding: 5px 15px 15px 20px;
        font-size: 1.4rem;
        text-align: left;
        letter-spacing: 0;
    }
    
 
}

