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


/*
****************************************
 common
*****************************************
*/
.page_mv {
    background: url(../images/guestroom/mv.jpg);
    background-position: bottom center;
  }
@media screen and (max-width: 959px) {
    .page_mv {
    background: url(../images/guestroom/mv-sp.jpg);
    background-position: center;
		background-size: cover;
  }
}
section img {
    width: 100%;
}
.news {
	width: 100%;
	font-family: 游明朝, YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	margin: 0 auto;
}
.news_wrap {
	width: 95%;
	max-width: 600px;
	margin: 240px auto 200px;
}
.news h3 {
	font-size: 24px;
    font-size: clamp(22px, 3vw, 24px);
	/*padding-left: 20px;*/
	font-weight: 700;
	text-align: center;
}
.news_list {
	margin: 60px auto 0;
}
.news_list li {
	font-weight: 300;
	font-family: "dnp-shuei-gothic-gin-std", sans-serif;
	/*border-top: solid 1px #e6e6e6;*/
	margin-top: 8px;
}
.news_list li+li {
	border-top: 1.5px dashed #ccc;
	padding-top: 40px;
	margin-top: 40px;
}
.news_list li h4 {
	font-weight: 600;
	font-size: 22px;
    font-size: clamp(20px, 3vw, 22px);
}
.news_list li h4 strong {
	display: inline-block;
	padding-right: 10px;
	letter-spacing: 0.2px;
	font-size: 15px;
    font-size: clamp(14px, 3vw, 15px);
}
.news_list li p {
	font-weight: 300;
	font-family: "dnp-shuei-gothic-gin-std", sans-serif;
	margin-top: 40px;
	font-size: 16px;
    font-size: clamp(15px, 3vw, 16px);
	line-height: 1.6;
}
.news_list time {
	font-family: "dnp-shuei-gothic-gin-std", sans-serif;
	font-weight: 600;
	display: inline-block;
	margin-left: 10px;
	margin-top: 40px;
	font-size: 18px;
    font-size: clamp(16px, 3vw, 18px);
	/*border-bottom: solid 1px #e6e6e6;
	padding-bottom: 0px;*/
}

/*.news_list li:last-child {
	border-bottom: solid 1px #e6e6e6;
	padding-bottom: 20px;
}*/
@media screen and (max-width: 959px) {
	.mv-news {
		bottom: inherit;
		padding: 5px 0 0;
    	height: 38px;
	}
	.news h3 {
		margin-top: 120px;	
	}
	.news_wrap {
		margin: 0 auto 120px;
	}
	.news_list li {
		line-height: 1.5;
		padding-left: 15px;
		padding-right: 15px;
	}
}