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

/*------補完部分-----*/
.news ul {
	color: #555555;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.news a{
		text-decoration: none;
}
.more{
	text-align: right;
	margin-top: 20px;
}
.more a{
	color: #555555;
}
.more a:hover{
	color:#00AB9F;
}


/*------ニュース部分（休業情報など）-----*/
.news li {
	border-bottom: none;
	padding-bottom: 0px;
	margin-top: 0px;/*もと方にあった、画像と文字の間の変な余白*/
}
.news {
	width: auto;
	padding: 30px;
	border: 1px solid #888888;
	margin: 0 auto 80px auto;
	text-align: left;
	background: #fff;
}
.news-title {
	width: auto;
	padding: 10px;
	background-color: #00AB9F;
	margin-bottom: 20px;
	font-size: 1.5rem;
	text-align: center;
	color: #fff;
}
/*---左余白の解除！！*/
.recent-wrap {
	color: #555555;
	list-style: none;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px dotted;
	display: flex;
	/*justify-content: space-between;*/
}
.recent-wrap:last-child{
	margin-right:0px;
}
.recent-list {
	margin-top: 10px;
	margin-bottom: 20px;
	width: 180px;
	margin-right: 60px
}

/*.recent-wrap:first-child{
	margin-left: 0 !important;
}*/
.recent-list .posted {
	width: 100%;
}
.posted span {
	background: #888888;
	color: #fff;
	padding: 5px 0;
	display: block;
	width: 180px;
	text-align: center;
	margin-bottom: 8px
}
.posted .recent-p {
	text-align: justify;
	background: none;
	color:#555555;
}
.posted .recent-p:hover {
	color: #00AB9F;
}
.recent-list img {
	width: 180px;
	height: 180px;
	margin-bottom: 10px
}
.recent-list img:hover {
	opacity: 0.8;
}

.recent-inner {
	display: flex;
	flex-direction: column;
}



@media screen and (max-width:768px) {
.recent-wrap {
	flex-direction: column;
	border-bottom: none;
}
.recent-inner {
	flex-direction: row;
}
.recent-list {
	width: 100%;
	margin-left: 0;
}
.recent-list ul {
	width: auto;
	border-bottom: 1px dotted;
}
.recent-inner li:nth-child(1) {
}
.recent-list img {
	width: 120px;
	height: 120px;
	margin-right: 10px;
}
.recent-list .posted span {
	width: 100%;
}
}
