.direction {

}

.directions.decription {
    padding: 60px 60px 60px 60px;
    position: relative;
}
.directions .subject {
    font-size: 22px;
    color: rgba(0, 0, 0, 0.545);
    margin-bottom: 10px;
}
.directions .address {
    font-size: 35px;
    font-weight: 400;
}
.directions .buttons {
    position: absolute;
    top: 70px;
    right: 60px;
    display: flex;
}
.directions .buttons .bt {
    display: inline-flex;
    background-color: #363535;
    color: white;
    height: 28px;
    align-items: center;
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
    margin-left: 10px;
    font-size: 20px;
}
.directions .buttons .bt img {
    margin-right: 5px;
    filter: invert(1);
    width: 20px;
}
.directions {
    font-size: 30px;
}
.directions.text {
    color: #363535;
    text-align: center;
    padding-top: 60px;
}
.directions h1 {
    color: #363535;
    font-size: 33px;
    margin: 0px;
}
.directions .light {
    font-weight: 300;
}
.directions.sns {
    padding-top: 145px;
    text-align: center;
}
.directions.en-address {
    text-align: center;
    padding-top: 147px;
    padding-bottom: 86px;
}
.directions.logo {
    width: 300px;
    height: 300px;
    margin: 0px auto;
    display: block;
    margin-top: 30px;
}