@charset "UTF-8";
/* CSS Document */

/* about */
#toppage #about {
    padding: 0;
    margin: 30px 0 80px 0;
}
#toppage #about .text-box {
	padding: 0;
}

/* review */
#toppage #review .iframe {
position: relative;
overflow: hidden;
height: 300px;
border: 1px solid #85BFD6;
margin: 15px 0 0 0;
}
#toppage #review .iframe iframe {
position: absolute;
top: 0;
width: 100%;
height: 820px;
border: 0;
padding: 0;
margin: -320px 0 0 0;
}
#toppage #review h2 {
text-align: center;
}

/* news */
#toppage #news .day {
	color: #6DABC4;
	font-size: 12px;
	margin-top: 10px !important;
} 
#toppage #news .news-list {
	margin-bottom: 30px;
    max-height: 40vh;
    overflow: scroll;
}
#toppage #news .news-list li {
	border-top: 1px solid #eee;
	padding: 20px 0;
}
#toppage #news .news-list li:last-child {
	border-bottom: 1px solid #eee;
}
#toppage #news .news-list li p {
	margin: 0;
}

/* instagram */
#toppage #instagram ul#instafeed {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    list-style: none;
}
#toppage #instagram ul#instafeed li {
    width: 33.33333%;
    padding: 2.5px;
    margin: 0;
}
#toppage #instagram ul#instafeed li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 105px;
    background: #EFEFEF;
}