@charset "UTF-8";

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


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

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

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


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

.gallery-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
		overflow:hidden;

/*
		height:auto;
		overflow:hidden;
*/
}

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

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

.more {
		position:relative;
    width: 400px;
		height:80px;
    margin: 0 auto;
		margin-top:20px;
}
#img_more-m{
	position:absolute;
	top:0;
	left:0;
}

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

.contact-container {
    display: flex;
    justify-content: space-between;
    width: 80vw;
    margin: 0 auto;
}

.contact-item {
    width: 48%;
    padding-right: 40px;
}

.contact-item:last-child {
    padding-right: 0;
}

#contact-text {
    font-family: sans-serif;
    font-size: 1em;
    line-height: 1.2;
    padding-left: 8%;
}

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

#contact-btn {
		position:relative;
    width: 400px;
		height:80px;
    margin: 0 auto;
}
#contact-btn-m{
	position:absolute;
	top:0;
	left:0;
}

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

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

