@charset "UTF-8";

body {
    background-color: #ebebeb;
}
/*
header {
    width: 100vw;
    height: 60px;
    background-color: #000;
}
*/
/*お知らせ一覧*/
#news {
    width: 90vw;
    background-color: #fff;
    border-radius: 20px;
    height: 600px;
    margin: 130px auto 40px auto;
}

#news h1 {
    background-color: #222;
    color: #fff;
    width: 30vw;
    text-align: center;
    border-radius: 3px;
    margin: 0 auto;
    padding: 10px;
    font-size: 3vw;
    font-weight: 600;
    font-family: sans-serif;
    letter-spacing: 0.1em;
    position: relative;
    top: 30px;
}

#news-list{
	height:100%;
}

#news-list dl {
    width: 80%;
    line-height: 2.6em;
    font-size: 2vw;
    margin: 70px auto 0 auto;
    text-align: 
}

#news-list dl dt {
    float: left;
    padding-right: 30px;
}

#news-list dl dd {
    border-bottom: solid 0.5px;
    margin: 0 auto;
}

#news-list dl a {
    color: #000;
    text-decoration: underline;
}

/*お問い合わせ*/
#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;
}


