html{
    font-size: 62.5%;
}
body {
    background-image: url(../img/lp/bkg.jpg);
    background-size: 100%;
    font-family: "Noto Sans JP", serif;
}

img {
    max-width: 100%;
}

/*=======================
 header
=======================*/
header {
    position: relative;
    z-index: 50;
}
.head_wrap {
    width: 96%;
    max-width: 750px;
    margin: auto;
    padding: 0.5rem 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.head_wrap .logo {
    width: 15%;
    max-width: 80px;
}
.head_wrap > div {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 85%;
}
.head-line {
    display: block;
    width: 45%;
    max-width: 150px;
    margin-right: 2%;
}
.tel-link {
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.1;
}
.tel-link span {
    display: block;
    font-size: 0.9rem;
}


/*=======================
 footer
=======================*/
footer {
    padding: 1em 0;
    background-color: #fff;
    color: #1CB0AB;
    text-align: center;
}