@charset "UTF-8";

body {
    background-color: #ebebeb;
}

/*
nav {
    height: 40px;
    background-color: #000;
    opacity: 0.4;
}
*/

#header-image {
    height: 300px;
    background-image: url(../../images/concept-image.jpg);
    background-size: cover;
    background-position: center center;
}

#header-image-title {
    text-align: center;
    position: relative;
    top: 120px;
    color: #fff;
}

#header-image-title h1 {
    margin: 0;
    font-weight: bold;
    font-size: 1.3em;
    font-family: sans-serif;
}

#header-image-title p {
    margin: 0;
    font-family: serif;
}

#gallery {
    width: 90vw;
    margin: 60px auto 100px auto;
}

.gallery-container {
    width: 100%;
}

.gallery-item {
    width: 100%;
    margin-bottom: 8px;
}

.gallery-item img {
    width: 100%;
    
}

.more {
    width: 100vw;
    margin: 10px auto;
    text-align: center;
}

.more img {
    width: 40vw;
}

/*お問い合わせ*/
#contact {
    border-top: solid 1px #555;
    width: 90vw;
    margin: 0 auto 40px auto;
}

.contact-container {
    width: 90vw;
    margin: 20px auto;
    display: flex;
    flex-direction: column;
}

.contact-item {
    width: 100%;
    margin-top: 20px;
}

#contact-text {
    font-family: sans-serif;
    font-size: 0.6em;
}

#contact-tel {
    font-size: 0.75em;
    font-weight: bold;
    text-align: center;
    margin: 0;
}

#contact-btn {
    display: block;
    text-align: center;
}

#contact-btn img {
    width: 60%;
}

#contact-time {
    font-size: 0.7em;
    font-weight: bold;
    text-align: center;
    margin: 5px 0;
}

footer {
    width: 100vw;
    height: 400px;
    background-color: #505050;
}
