@charset "UTF-8";
/* - - - - - - - - - - - - - - - - - - - - - - - - */
/* CAT */
/* - - - - - - - - - - - - - - - - - - - - - - - - */
.ctaWrap {
    background-color: #FFEAF0;
}
.ctaWrap h2 {
    text-align: center;
}
.ctaBox {
    padding: 30px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    border-radius: 5px;
}
.ctaItem {
    width: 49%;
    text-align: center;
}
/* 電話番号 */
.ctaTel a {
    color: #DE2C64!important;
    font-size: 35px;
    font-weight: bold;
}
.ctaTel span {
    display: block;
    color: var(--text);
    font-size: 14px;
    font-weight: normal;
}
/* メールボタン */
.ctaMial {
    background-color: #DE2C64;
    color: #fff;
}

@media screen and (max-width:960px) {
    /* - - - - - - - - - - - - - - - - - - - - - - - - */
    /* CAT */
    /* - - - - - - - - - - - - - - - - - - - - - - - - */
    .ctaBox {
        padding: 30px 20px;
        flex-direction: column;
    }
    .ctaItem {
        width: 100%;
        text-align: center;
    }
    /* 電話番号 */
    .ctaTel a {
        display: block;
        margin-bottom: 15px;
    }
    /* メールボタン */
    .ctaMial {
        width: 350px;
        display: block;
        margin: 0 auto;
    }
	
}/* @media screen and (max-width:960px)  */



@media screen and (max-width:600px) {
/* - - - - - - - - - - - - - - - - - - - - - - - - */
    .ctaWrap h2 {
        font-size: 18px;
        margin: 0 auto 10px;
    }
    /* 電話番号 */
    .ctaTel a {
        font-size: 8vw;
    }
    /* メールボタン */
    .ctaMial {
        width: 100%;
    }
        
}/* @media screen and (max-width:600px)  */



@media screen and (max-width:480px) {
/* - - - - - - - - - - - - - - - - - - - - - - - - */
	
}/* @media screen and (max-width:480px)  */
