body>header{
    height: 41vw;
    background: url(../img/header_BG.jpg);
    background-size: cover;
    font-family: "Times New Roman";
    color: rgb(255, 255, 255);
    font-style: italic;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 1);
}
body>header>div, body>header>div>div {
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
}
.h_left{
    width: 60%;
}
.h_right{
    width: 40%;
    text-align: center;
    font-size: 4.5vw;
    padding: 14vw 0 0 6vw;
}
h1{
    font-size: 12vw;
    text-align: center;
    font-weight: 100;
    border-color: #fff;
    border-style: solid;
    border-width: 1px 0;
    width: min-content;
    margin: auto;
    margin-top: 7vw;
    line-height: 0.9;
    padding-bottom: 2vw;
}
.adr, .tel{
    width: 50%;
    font-size: 3.5vw;
    text-align: left;
    padding: 7vw 0 0 3vw;
}
.tel{
    padding: 9vw 0 0 8vw;
}
.tel>a{
    color: #fff;
    text-decoration: none;
}