@charset "utf-8";
/*--京contact.css--*/
/* ##########PC########## */
.contact_info_box{}

    .contact_info_box > .box_header{
        display: flex;
        justify-content: center;
    }

        .contact_info_box > .box_header p{
            color: #1e3c7d;
            font-weight: 500;
            font-size: 1.24em;
        }

    .contact_info_box > .box_inner{}

        .contact_info_box > .box_inner .contact_info{
            border-bottom: 1px dotted #aaa;
            margin-bottom: 3em;
            padding-bottom: 1.5em;
        }

        .contact_info_box > .box_inner .zip_addr{
            display: flex;
            justify-content: center;
            gap: 0.5em;
            font-size: 1.2em;
            font-weight: 500;
            margin-bottom: 0;
        }

        .contact_info_box > .box_inner .tel_fax{
            display: flex;
            justify-content: center;
            font-size: 1.2em;
            gap: 1em;
            font-weight: 500;
        }

            .contact_info_box > .box_inner .tel_fax dl{
                display: flex;
            }

                .contact_info_box > .box_inner .tel_fax dl dt{
                    margin-right: 0.3em;
                }

        .contact_info_box > .box_inner .email{
            display: flex;
            flex-direction: column;
            align-items: center;
        }

            .contact_info_box > .box_inner .email dl{
                display: flex;
                font-size: 1.2em;
                font-weight: 500;
            }

                .contact_info_box > .box_inner .email dl dt{
                    margin-right: 0.3em;
                }

            .contact_info_box > .box_inner .email p{
                font-size: 0.9em;
            }

        .contact_info_box > .box_inner .calendar_box{}

            .contact_info_box > .box_inner .calendar_box > .box_inner dl{
                display: flex;
                flex-direction: column;
                align-items: center;
            }

            .contact_info_box > .box_inner .calendar_box > .box_inner dl dt{
                color: #1e3c7d;
                font-weight: 600;
                font-size: 1.3em;
            }

            .contact_info_box > .box_inner .calendar_box > .box_inner dl dd{
                box-sizing: border-box;
                width: 100%;
                padding: 0 5rem;
            }

                .contact_info_box > .box_inner .calendar_box > .box_inner dl dd iframe{
                    width: 100%;
                    height: 18rem;
                }

                .contact_info_box > .box_inner .calendar_box > .box_inner p{
                    margin: 0;
                    text-align: center;
                }

                .contact_info_box > .box_inner .calendar_box > .box_inner p .legend_holiday {
                    display: inline-block;
                    width: 2em;
                    height: 1em;
                    background: #e42331;
                    margin-right: 0.3em;
                    transform: translateY(0.1em);
                }

    .calendar_box > .box_footer{
        margin-top: 2em;
        display: flex;
        justify-content: center;
    }

        .calendar_box > .box_footer a{
            box-sizing: border-box;
            display: flex;
            justify-content: center;
            align-items: center;
            height: 3em;
            border: 1px solid #1e3c7d;
            color: #1e3c7d;
            text-decoration: none;
            font-weight: 500;
            font-size: 1.05em;
            padding: 0.2em 1.5em 0;
            border-radius: 100vh;
            transition: .3s all ease;
        }

        .calendar_box > .box_footer a:hover{
            background: #1e3c7d;
            color: #fff;
        }

.line_info{
    border-bottom: 1px dotted #aaa;
    margin-bottom: 3em;
    padding-bottom: 2em;
}

    .page_body .line_msg{
        text-align: center;
        font-size: 1.1em;
        font-weight: 500;
        margin-bottom: 1.5em;
    }

    .line_link{
        display: none;
    }

    .line_qr{
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 2em;
    }

    .line_qr p{
        background: #00b900;
        margin: 0 0 1em 0;
        color: #fff;
        font-weight: 500;
        line-height: 1.2;
        padding: 0.65em 1em 0.45em;
        border-radius: 0.5rem;
        position: relative;
    }

    .line_qr p::after{
        content: "";
        display: inline-block;
        width: 1rem;
        height: 0.5rem;
        clip-path: polygon(100% 0, 0 0, 50% 100%);
        background: #00b900;
        position: absolute;
        bottom: -0.5rem;
        left: calc(50% - 0.5rem);
    }

    .line_qr .fig{
        width: 10rem;
    }

    .line_qr .fig_inner{
    }


@media screen and (min-width:1px) and (max-width:1300px) {

}
/*ipad*/
@media screen and (min-width:1px) and (max-width:1024px){
}
    
/* ##########SP横向き########## */
@media screen and (min-width:1px) and (max-width:768px) {

}

/* ##########SP########## */
@media screen and (min-width:1px) and (max-width:575px) {
    .contact_info_box > .box_header p{
        font-size: 1.1em;
    }

    .contact_info_box > .box_inner .contact_info{
        padding-bottom: 1em;
        margin-bottom: 2em;
    }

    .contact_info_box > .box_inner .zip_addr,
    .contact_info_box > .box_inner .tel_fax,
    .contact_info_box > .box_inner .email dl{
        font-size: 1em;
    }

    .contact_info_box > .box_inner .calendar_box > .box_inner dl dt{
        font-size: 1.1em;
    }

    .contact_info_box > .box_inner .calendar_box > .box_inner dl dd{
        padding: 0;
    }

    .contact_info_box > .box_inner .calendar_box > .box_inner dl dd iframe{
        height: 10rem;
    }

    .calendar_box > .box_footer a{
        font-size: 1em;
    }

    .page_body .line_msg{
        font-size: 1em;
    }

    .line_link{
        display: flex;
        justify-content: center;
    }

    .line_link a{
        width: 45%;
        transition: .3s all ease;
    }

    .line_link a:hover{
        opacity: 0.8;
    }

    .line_qr{
        display: none;
    }

    

}


/* ##########印刷用########## */
@media print{

}