@charset "utf-8";

#main_v {
    width: 100%;
    height: 400px;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
    background-image: url("../img/main.png");
    margin: 50px 0 30px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

h2{
    width: 300px;
    font-size: 16pt;
    padding: 15px;
    text-align: center;
    color:#1a2289;
    background-color: rgba(255,255,255,0.7);
    border: 3px solid #1a2289;
    letter-spacing: 6px;
    font-weight: bold;
}

h2 span{
    font-size: 11pt;
    margin-top: 10px;
    border-top: 1px solid #1a2289;
    padding-top: 10px;
    display: block;
}

#s0 p{
    font-size: 16pt;
    text-align: center;
}

#s1 a,
#s2 a,
#inquiry a {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 80px;
    font-size: 9pt;
    padding: 20px 25px;
    display: inline-block;
    background-color: #1a2289;
    color: #ffffff;
    text-decoration: none;
    transition: 0.5s;
    border: 1px solid #000000;
}

#s1 a:hover,
#s2 a:hover,
#inquiry a:hover{
    color: #000000;
    background-color: #ffffff;
    border: 1px solid #000000;
}


/* お問い合わせ */

#inquiry{
    padding: 50px 0;
    background-color: #eaf2f8;
}

.read {
    margin-bottom: 50px;
}

.cp_add01 {
    font-size: 18px;
    margin-bottom: 0;
    border-bottom: 1px dotted #000000;
}

.tel {
    font-size: 40px;
    margin: 0 0 40px 0;
}

.icon-phone {
    font-size: 24pt;
    margin-right: 5px;
}


@media only screen and (min-width:768px) {
    
    #main_v {
        height: 300px;
        margin-top: 70px;
        margin-bottom: 60px;
    }
    
    #s1,#s2 {
        padding: 100px 0;
    }
    
    #s1 a,
    #s2 a,
    #inquiry a{
        width: auto;
        margin-bottom: 0;
        padding: 12px 25px;
    }

}