.contact {
    background: #003d8b;
    color: #fff;
    padding: 60px 0 80px;
    max-width: 1100px;
    margin: 0 auto;
}
.contact.-last{
    max-width: none;
}
.contact h2 {
    font-size:30px;
    text-align: center;
    margin-bottom: 36px;
    padding-bottom: 30px;
    border-bottom: 1px solid #99b1d1;
    letter-spacing: 4px;
}
.contact .inner {
    width: 1100px;
    margin: 0 auto;
    max-width: 100%;
}
.contact > .inner > .flex {
    display: flex;
    justify-content:center;
    align-items: self-end;
    column-gap:48px;
}
.contact-tel-lead{
    font-size: 25px;
    font-weight: bold;
}
.contact > .inner > .flex .flex-item.left {
    font-family: "Zen Kaku Gothic New", sans-serif;
}
.tel a {
    font-size: 47px;
    margin-bottom: 10px;
    color: #fff;
    position: relative;
    display: block;
    padding-left: 65px;
    letter-spacing: -1px;
    white-space: nowrap;
    font-family: "Zen Kaku Gothic New", sans-serif;
}
.tel a::after {
    content: "";
    background: url(/gojokai/wp-content/themes/kuratomo2022/common/img/icon-free.webp) no-repeat;
    background-size: contain;
    position: absolute;
    top: 20px;
    bottom: 0;
    left: 0px;
    width: 52px;
    height: 41px;
}
.tel-txt {
    border: 1px solid #fff;
    text-align: center;
    font-size: 22px;
    width: 290px;
    margin: 0 0 0 28px;
    padding: 0px 0 0px;
}
.tel-txt span {
    font-size: 14px;
    padding: 0 0px;
}
.contact-link-title{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 7px;
    text-align: center;
}
a.contact-link {
    text-align: center;
    color: #fff;
    display: block;
    padding: 38px 0;
    width: 330px;
    font-size: 25px;
    border-radius: 6px;
    letter-spacing: 1px;
    position: relative;
    box-shadow: 0 2px 6px rgb(0 0 0 / 45%);
    font-weight: 500;
    background: #ff526e;
}
a.contact-link::after {
    content: "";
    position: absolute;
    top: 50px;
    bottom: 0;
    right: 20px;
    width: 0;
    height: 0;
    border-left: 8px solid #fff;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
}
@media screen and (max-width: 1500px), print {
    .contact > .inner > .flex {
      align-items: center;
    }
    .contact > .inner > .flex .flex-item.right {
        margin-top: 20px;
    }
}
@media (min-width:769px) {
    a.contact-link{
        padding: 20px;
        width: 280px;
        margin: 0 auto;
    }
    a.contact-link::after{
        top:32px;
    }
    .open-hour-text{
        text-align: center;
        font-size: 20px;
    }
    .tel{
        width:80%;
        margin: 0 auto;
    }
    .sp-fixed-footer-p{
        display: none;
    }
}
@media screen and (max-width: 768px), print {
    .sp-fixed-footer-p{
        display: none;
    }
    .sp-fixed-footer{
        display: block;
    }
    .comment-main{
        font-size: 16px;
    }
    .contact-tel-lead{
        font-size: 4.6vw;
        text-align: center;
        margin-bottom: 1vw;
    }
    .contact {
        padding: 7.813vw 4.688vw 9.813vw;
    }
    .contact h2 {
        font-size: 5.469vw;
        letter-spacing: 0px;
        padding-bottom: 4.125vw;
        margin-bottom: 3.125vw;
    }
    .contact > .inner > .flex {
        flex-direction: column;
        align-items: center;
    }
    .contact > .inner > .flex .flex-item.right {
        margin-top: 0px;
    }
    .tel a {
        font-size: 9.938vw;
        margin-bottom: 0.125vw;
        padding-left: 13.938vw;
        letter-spacing: 1.25px;
    }
    .tel a::after {
        top: 4.25vw;
        height: 8.75vw;
        left: 1vw;
    }
    .tel-txt {
        margin: 0 0 7.25vw 5px;
        width: 96%;
        font-size: 6.25vw;
    }
    .tel-txt span {
        font-size: 3.375vw;
        padding: 0 4px;
    }
    a.contact-link {
        padding: 2vw;
        font-size: 5vw;
        width: 51vw;
        margin: 0 auto;
        height: 17vw;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    a.contact-link::after {
        bottom: 0;
        right: 10px;
        width: 0;
        top: 0;
        bottom: 0;
        margin: auto;
    }
    .sp-fixed-footer-p{
        font-size: 5vw;
        color: #fff;
        text-align: center;
        font-weight: bold;
        padding-top: 1vw;
        margin-bottom: 1vw;
    }
    .sp-fixed-footer{
        position: fixed;
        bottom: 0;
        width:100%;
        background-color: #003d8b;
    }
    .sp-fixed-footer-main{
        display: flex;
        justify-content: center;
        column-gap: 1vw;
        width: 96vw;
        margin:1vw auto;
    }
    .sp-fixed-footer-main a.tel-sp{
        margin-bottom: 0;
        padding: 1vw;
        column-gap: 2px;
        border-bottom: 0;
    }
    .sp-fixed-footer-main a.tel-sp .tel-text{
        font-size: 4.5vw;
    }
    .sp-fixed-footer-main a.contact-link{
        border-bottom: 0;
        font-size: 4.5vw;
    }
}