/*お問い合わせ ユニークレイアウト*/
.contact_none {
    display: none !important;
}
.contact_box{
    width: 100%;
    max-width: 1180px;
    margin: 0 auto -30px;
    padding: 60px 50px 0;
}
.contact_box small{
    width: 100%;
    display: inline-block;
    text-align: center;
    line-height: 1.8em;
}
.contact_box .explanation{
    padding: 0;
}
.tel_no{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: baseline;
    grid-gap: 20px;
    padding: 30px 0;
}
.tel_no a,
.tel_no p{
    display: inline-block;
    text-align: center;
    width: fit-content;
}
.tel_no a,
.tel_no a span,
.tel_no p {
    font-family: serif;
    font-size: clamp(28px,2.5vw,32px);
    letter-spacing: 0.08em;
    line-height: 1em;
}
.tel_no a {
    padding-right: 20px;
    border-right: dashed 1px #2e2e2e;
}
.tel_no a span{
    font-size: clamp(18px,2.5vw,25px);
    color: #fff;
    padding: 5px 8px;
    margin-right: 10px;
    background-color: #4d4d4d;
    border-radius: 5px;
    position: relative;
    top: -2px;
}
.tel_no p {
    font-size: clamp(20px,2.5vw,24px);
    margin: auto 0;
}
.tel_no a small{
    font-size: clamp(12px,2vw,13px);
    font-family: initial;
    text-align: center;
    letter-spacing: normal;
    line-height: 1;
}

@media only screen and (max-width: 890px) {
    .contact_box{
        padding: 60px 20px 0;
    }
    .contact_box .explanation{
        text-align: left;
    }
    .tel_no a {
        padding: 0 0 15px;
        border: none;
        border-bottom: dashed 1px #2e2e2e;
    }
}

/*運営会社概要お問い合わせページでのみ表示*/
.outline {
    display: block !important;
}