﻿.Icone {
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    /*height: 100%;*/
    background-position: center;
    aspect-ratio: 1 / 0.8;
    max-height: 150px;
    max-width: 150px;
}



.CN_Title .Block_Box {
    color: #263B7D;
}

.Block_Box {
    background: transparent;
    opacity: 100%;
}
.GoogleMap {
    margin-top:30px;
}
.GoogleMap .Block_Box {
    /*background: transparent;*/
    opacity: 100%;
}
#divGoogleMap {
    border-radius:15px;
}



    .ContactSection {
        display: grid;
        width: 100%;
        max-width: 18%;
        height: auto;
        padding: 2% 1% 2% 1%;
        margin: 1% 1% 1% 1%;
        opacity: 85%;
        background: #EBEBEB;
        border-radius: 25px 25px 25px 25px;
    }

        .ContactSection p {
            margin: 0;
        }

    .ContactButton {
        align-self: center;
        border: solid 1em 15px;
        font-family: BankGothicMedium width: 100px;
        border-radius: 15px;
        margin: 10px auto;
        font-size: 1.5em;
        padding: 1% 3% 2% 3%;
        cursor: pointer;
        color: #19A4C9;
        background-color: white;
        border: solid 1px #263B7D;
    }

        .ContactButton:hover {
            background-color: white;
            color: #263B7D;
            border: solid 1px #19A4C9;
            color: #263B7D;
        }

        .ContactButton a {
            color: #19A4C9
        }

            .ContactButton a:hover {
                color: #263B7D
            }

    .Button-Font {
        font-family: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    }

    .ContactButton_CN {
        border-radius: 15px;
        padding: 1% 1% 1% 1%;
        color: #19A4C9;
        border: solid 1px #19A4C9;
    }

        .ContactButton_CN:hover {
            color: white;
            border: solid 1px white;
        }


    .Button-Tel {
        padding: 0px 10px 0px 10px;
        background: #FFFFFF;
        color: #263B7D;
        border-color: #263B7D;
        border-width: 1px;
        border-style: solid;
        border-radius: 14px 14px 14px 14px;
        text-align: center;
        white-space: normal;
        font-size: 1.5em;
        height: 35px;
    }

        .Button-Tel:hover {
            color: #51AE46;
            border-color: #51AE46;
        }

        .Button-Tel a {
            color: #19A4C9
        }

            .Button-Tel a:hover {
                color: #51AE46;
                border-color: #51AE46;
            }


    .Button-Mail {
        max-width: 320px;
        padding: 0px 10px 0px 10px;
        background: #FFFFFF;
        color: #263B7D;
        border-color: #29323D;
        border-width: 1px;
        border-style: solid;
        border-radius: 14px 14px 14px 14px;
        text-align: center;
        white-space: normal;
        font-size: 1.5em;
        height: 35px;
    }

        .Button-Mail:hover {
            color: #51AE46;
            border-color: #51AE46;
        }

        .Button-Mail a {
            color: #19A4C9
        }

            .Button-Mail a:hover {
                color: #51AE46;
                border-color: #51AE46;
            }

    .Button-Addr {
        max-width: 100%;
        padding: 0px 10px 0px 10px;
        background: #FFFFFF;
        color: #263B7D;
        border-color: #29323D;
        border-width: 1px;
        border-style: solid;
        border-radius: 14px 14px 14px 14px;
        text-align: center;
        white-space: normal;
        font-size: 1.5em;
        height: 90px;
        word-break: break-word;
    }

        .Button-Addr:hover {
            color: #51AE46;
            border-color: #51AE46;
        }

        .Button-Addr a {
            color: #19A4C9
        }

            .Button-Addr a:hover {
                color: #51AE46;
                border-color: #51AE46;
            }

    .Button-Geo {
        max-width: 100%;
        padding: 0px 10px 0px 10px;
        background: #FFFFFF;
        color: #263B7D;
        border-color: #29323D;
        border-width: 1px;
        border-style: solid;
        border-radius: 14px 14px 14px 14px;
        text-align: center;
        white-space: normal;
        font-size: 1.5em;
        height: 35px;
    }

        .Button-Geo:hover {
            color: #51AE46;
            border-color: #51AE46;
        }

        .Button-Geo span {
            color: #19A4C9
        }

            .Button-Geo span:hover {
                color: #51AE46;
                border-color: #51AE46;
            }


    @media screen and (max-width: 910px) {
        .Button-Tel {
            width: auto;
            font-size: 1.2em;
        }

        .Button-Mail {
            width: auto;
            font-size: 1.2em;
        }
    }


@media screen and (max-width: 1820px) {
    .Button-Mail{
        height: 50px;
    }
}
@media screen and (max-width: 1520px) {
    .Button-Geo {
        height: 50px;
    }
}
@media screen and (max-width: 1490px) {
    .ContactSection {
        max-width: 25%;
        height: auto;
    }
}
@media screen and (max-width: 1400px) {
    .Button-Tel {
        height: 50px;
    }
}

@media screen and (max-width: 1200px) {
    .ContactSection {
        width: 100%;
        max-width: 220px;
    }
}

@media screen and (max-width: 980px) {
    .ContactIcon {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .ContactSection {
        width: 100%;
        max-width: 275px;
    }
    .Button-Tel {
        height: 35px;
    }
    .Button-Mail {
        height: 35px;
    }
    .Button-Geo {
        height: 35px;
    }
}