@charset "utf-8";

.pointRedTxt s {
    text-decoration: none;
    color: #c91c1c;
    font-size: 20px;
    padding: 0 3px;
}

.comCttFl {
    gap: 15px;
}

.comCttBtn {
    max-width: 320px;
    width: 100%;
    height: 74px;
    padding: 5px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.comCttTelBtn {
    color: #162F5D;
    background: #fff;
    font-size: 25px;
    letter-spacing: 0.05em;
    font-weight: 400;
    line-height: 1.3436em;
    gap: 12.8px;
}

.comCttTelBtn img {
    max-width: 10.52px;
    width: 100%;
}

.comCttMailBtn {
    background: #909540;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.05em;
    transition: all .5s;
}

.comCttMailBtn:hover {
    color: #fff;
    opacity: .8;
}

.comCttMailBtn img {
    max-width: 23.63px;
    width: 100%;
    margin: 0 12px 0 0;
}

.comCttHotPepperBtn {
    background: #b10d16;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.05em;
    transition: all .5s;
    text-align: center;
}

.comCttHotPepperBtn:hover {
    color: #fff;
    opacity: .8;
}

.comCttTabelogBtn {
    background: #cb8905;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.05em;
    transition: all .5s;
    text-align: center;
}

.comCttTabelogBtn:hover {
    color: #fff;
    opacity: .8;
}

.resFlowTxt01 a {
    color: #162F5D;
    text-decoration: underline;
}

.resFlowTxt01 a:hover {
    color: #162F5D;
    text-decoration: none;
}

.infoTd a {
    color: #000;
    text-decoration: underline;
}

.infoTd a:hover {
    color: #000;
    text-decoration: none;
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

    .comCttTelBtn {
        font-size: 23px;
    }

    .pointRedTxt s {
        font-size: 26px;
    }
}

/* min-width: 768px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:922px) {

    .comCttTelBtn {
        font-size: 32px;
    }

    .comCttMailBtn {
        font-size: 20px;
    }

    .comCttHotPepperBtn,
    .comCttTabelogBtn {
        font-size: 18px;
    }

}

/* min-width: 922px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */