@charset "utf-8";
/*------------------------------------------------------------
	tenpo
------------------------------------------------------------*/
#main {
    margin-bottom: 7.5rem;
}
#main .imgBox {
    margin-bottom: 2.8rem;
}
#main .imgBox .photoBox {
    width: 51.9rem;
}
#main .imgBox .photoBox img {
    width: 100%;
}
#main .imgBox .txtBox {
    margin: -0.8rem 0 0 3rem;
    flex: 1;
}
#main .imgBox .txtBox h3 {
    margin-bottom: 0.7rem;
    padding-bottom: 0.8rem;
    color: #FF0000;
    font-size: 3.7rem;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -0.02em;
    border-bottom: 0.1rem solid #FF0000;
}
#main .imgBox .txtBox p {
    margin-bottom: 0.6rem;
    color: #1A1A1A;
    font-weight: 500;
    line-height: 1.83;
    transform: rotate(0.03deg);
}
#main .imgBox .txtBox dl {
    display: flex;
    flex-wrap: wrap;
    transform: rotate(0.03deg);
}
#main .imgBox .txtBox dt {
    margin: 0 1rem 1rem 0;
    padding: 0.4rem 0.2rem;
    width: 9.8rem;
    color: #fff;
    font-weight: 800;
    text-align: center;
    background: #FF0000;
}
#main .imgBox .txtBox dd {
    margin-top: 0.4rem;
    width: calc(100% - 10.8rem);
    color: #1A1A1A;
    font-weight: bold;
    font-size: 2rem;
}
#main .imgBox .txtBox dt:first-child {
    font-size: 2rem;
    padding: 0.3rem;
}
#main .imgBox .txtBox .tel {
    margin-top: 0;
}
#main .imgBox .txtBox dd a {
    color: #1A1A1A;
    font-weight: 800;
    font-size: 3.7rem;
    line-height: 1;
    letter-spacing: -0.03em;
}
#main .map:not(:last-child) {
    padding-bottom: 5.7rem;
    margin-bottom: 5.2rem;
    border-bottom: 0.2rem dotted #043658;
}
#main .map iframe {
    width: 100%;
    height: 32.2rem;
    display: block;
}
@media all and (max-width: 896px) {
    #main {
        margin-bottom: 8.3rem;
    }
    #main .imgBox {
        margin-bottom: 0.8rem;
        display: block;
    }
    #main .imgBox .photoBox {
        margin-bottom: 1rem;
        width: auto;
    }
    #main .imgBox .txtBox {
        margin: 0;
    }
    #main .imgBox .txtBox h3 {
        margin-bottom: 0.5rem;
        padding-bottom: 0;
        font-size: 2.3rem;
        border-bottom: none;
        text-align: center;
    }
    #main .imgBox .txtBox p {
        margin-bottom: 0.4rem;
        line-height: 1.2;
        text-align: center;
    }
    #main .imgBox .txtBox dt {
        margin: 0 0.8rem 0.7rem 0;
        padding: 0.4rem 0.2rem !important;
        width: 7.6rem;
    }
    #main .imgBox .txtBox dd {
        margin-top: 0.5rem;
        width: calc(100% - 8.4rem);
        font-size: 1.4rem;
    }
    #main .imgBox .txtBox dt:first-child {
        font-size: 1.4rem;
    }
    #main .imgBox .txtBox .tel {
        margin-top: 0.2rem;
    }
    #main .imgBox .txtBox dd a {
        color: #FF0000;
        font-size: 2.3rem;
    }
    #main .map:not(:last-child) {
        padding-bottom: 1.5rem;
        margin-bottom: 1.6rem;
        border-width: 0.1rem;
    }
    #main .map iframe {
        height: 43vw;
    }
}