@charset "UTF-8";

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

#news-list{
	height:100%;
}

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

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

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

#news-list dl dd {
    border-bottom: solid 0.5px #555;
    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 {
    font-family: sans-serif;
    font-size: 0.7em;
}

#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;
}

