@charset "utf-8";

.contents-contact{
    padding-top: 200px;
    padding-bottom: 100px;
}

.text-contact{
    text-align: center;
    margin: 0 auto 60px;
    width: 70%;
}
.mail{
    font-size: 20px;
    font-style: italic;
    text-align: center;
    margin-bottom: 300px;
}
.mail a{
    text-decoration: none;
    color: black;
}
.mail :hover{
    color: rgb(205, 255, 7);
    transition: color 0.15s;
}


.adress{
    float: left;
    margin-left: 10%;
    font-weight: lighter;
}
.adress1{
    margin-bottom: 50px;
}
.adress1 h1{
    font-weight: lighter;
    font-size: 24px;
}
.adress1 h2{
    line-height: 1.5;
    font-size: 14px;
    font-weight: lighter;
}
.adress2 h1{
    font-weight: lighter;
    font-size: 24px;
}
.adress2 h2{
    line-height: 1.5;
    font-size: 14px;
    font-weight: lighter;
}
.googlemap{
    float: right;
    margin-right: 10%;
}
.googlemap iframe{
    width:50vw;
    height: 450px;
}
.clear{
    clear: both;
}


