@charset "UTF-8";

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

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

#news-list{
	height:100%;
}

#news-list dl {
    width: 70%;
    line-height: 2.6em;
    font-size: 1em;
    margin: 0 auto;
    position: relative;
    top: 60px;
    text-align: 
}

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

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

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

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

