@charset "UTF-8";

body {
    background-color: #ebebeb;
}
/*
nav {
    width: 100vw;
    height: 60px;
    background-color: #000;
    opacity: 0.4;
}
*/
#header-image {
    width: 100vw;
    height: 400px;
    background-image: url(../../images/gallery-image.jpg);
    background-size: cover;
    background-position: center center;
}


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

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

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


#gallery {
    width: 95vw;
    margin: 40px auto 60px auto;
}

.gallery-container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.gallery-item {
    width: 32%;
    margin-bottom: 1%;
}

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

.more {
    width: 30vw;
    margin: 10px auto;
    text-align: center;
		position:relative;
		height:8vw;
    margin: 0 auto;
		margin-top:20px;
}
#img_more-m{
	position:absolute;
	top:0;
	left:0;
}

.more img {
    width: 100%;
}

/*お問い合わせ*/
#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 {
    width: 70%;
    font-family: sans-serif;
    font-size: 0.8em;
    margin: 0 auto;
}

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

#contact-btn {
		position:relative;
    width: 40vw;
		height:8vw;
    margin: 0 auto;
}
#contact-btn-m{
	position:absolute;
	top:0;
	left:0;
}

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

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

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

