@charset "UTF-8";

body {
    margin: 0;
    color: #000;
    background-color: #FFF;
    font-size: 1.0rem;
    font-family: "Zen Old Mincho", serif;
    font-weight: 800;
    font-style: normal;
    align-items: center;
    background-image: url(../img/bg-img.jpg);
    background-repeat: repeat;
    background-attachment: fixed;
}
.main {
    z-index: 10;
    width: 100%;
    display: flex;
    flex-direction: column;
}
.video {
    width: 375px;
    margin: auto;
    position: relative;
}
img {
    width: 400px;
    margin: auto;
    display: block;
}
.reserve-about {
    width: 400px;
    margin: auto;
    display: block;
    text-align: center;
}
.reserve-about2 {
    background-image: url(../img/recruit/main-bg_button.png);
    background-size: cover;
    height: 80px;
}
.reserve-about img {
    margin-top: 20px;
    width: 200px;
}
.reserve-about h2 {
    font-size: 1.625rem;
    padding: 20px;
}
.reserve-about .new-tag {
    font-size: 1.0rem;
    padding: 2px;
    display: inline-block;
    background-color: red;
    color: #FFF;
}
.reserve-address-nam {
    margin-bottom: 5px;
}
.reserve-btn {
    line-height: 40px;
    text-decoration: none;
    width: 200px;
    height: 40px;
    display: inline-block;
    color: #FFF;
    text-align: center;
    border-radius: 30px;
    margin: 20px;
}
.reserve-about .line-btn  {
    background-color: #00B900;
}
.reserve-about .Insta-btn {
    background-color: #FF30C4;
}
.reserve-about a:hover {
    opacity: 0.7;
}
footer {
    background:#000;
    color: #FFF;
    width: 400px;
    margin: auto;
    display: block;
    text-align: center;
}
