@charset "utf-8";

/*---------------------------------------------

newsスタイル

-----------------------------------------------*/

@media print, screen and (min-width: 768px) {

/* ▼お知らせPC */
#news {
	background: url("../img/common/line.png") top center repeat-x;
}

#news .inner {
	padding: 70px 0 60px 0;
}

#news h1 {
	text-align: center;
	color: #e28099;
	font-size: 38px; font-size: 3.8rem;
	font-feature-settings: "palt" 1;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 700;
	letter-spacing: 10px;
	margin-bottom: 40px;
}

#news h1 span {
	display: block;
	font-size: 19px; font-size: 1.9rem;
	font-feature-settings: "palt" 1;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 500;
	letter-spacing: 5px;
	color: #796a56;
	padding-top: 5px;
}

#newsbox {
	background: url("../img/common/line.png") top center no-repeat,url("../img/common/line.png") bottom center no-repeat;
	padding: 35px 40px;
	box-sizing: border-box;
}

#newsbox dt {
	font-size: 20px; font-size: 2.0rem;
	font-feature-settings: "palt" 1;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 500;
	line-height: 1.6;
}

#newsbox dd {
	font-size: 20px; font-size: 2.0rem;
	font-feature-settings: "palt" 1;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 500;
	line-height: 1.6;
	margin-bottom: 25px;
}

}

@media only screen and (max-width: 767px) {

/* ▼お知らせSP */
#news {
	background: url("../img/common/line.png") top center repeat-x;
	background-size: 200%;
}

#news .inner {
	padding: 8vw 0 7vw 0;
	margin-bottom: 5vw;
}

#news h1 {
	text-align: center;
	color: #e28099;
	font-size: 6.5vw;
	font-feature-settings: "palt" 1;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 700;
	letter-spacing: 2vw;
	margin-bottom: 7vw;
}

#news h1 span {
	display: block;
	font-size: 3.6vw;
	font-feature-settings: "palt" 1;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 500;
	letter-spacing: 2vw;
	color: #796a56;
	padding-top: 1.5vw;
}

#newsbox {
	background: url("../img/common/line.png") top center no-repeat,url("../img/common/line.png") bottom center no-repeat;
	background-size: 200%, 200%;
	padding: 5vw 0;
	box-sizing: border-box;
}

#newsbox dt {
	font-size: 4vw;
	font-feature-settings: "palt" 1;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 500;
	line-height: 1.6;
}

#newsbox dd {
	font-size: 4vw;
	font-feature-settings: "palt" 1;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 500;
	line-height: 1.6;
	margin-bottom: 4vw;
}

}
