h1 {
	background-image: url(../../images/info/title_info.png);
}

#top_news_window {
	width: 100%;
}

#top_news_window_tab {
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 10;
	position: relative;
}

#top_news_window_tab li {
	background-image: url(../../images/common/bg_red.jpg);
	background-size: cover;
	border-radius: 10px 10px 0 0;
	max-width: 180px;
	width: 25%;
	height: 43px;
	padding: 2px 2px 0;
	line-height: 43px;
	text-align: center;
	color: #fff;
	margin: 0 5px;
	font-size: 18px;
	cursor: pointer;
}

#top_news_window_tab>li.on>div {
	background-color: #fff;
	border-radius: 10px 10px 0 0;
	width: 100%;
	height: 100%;
	color: #C9161D;
}

#top_news_window_tab li {
	background-image: url(../../images/common/bg_red.jpg);
	background-size: cover;
	border-radius: 10px 10px 0 0;
	max-width: 180px;
	width: 25%;
	height: 43px;
	padding: 2px 2px 0;
	line-height: 43px;
	text-align: center;
	color: #fff;
	margin: 0 5px;
	font-size: 18px;
	cursor: pointer;
}

#top_news_window_tab_detail {
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 10;
	position: relative;
}

#top_news_window_tab_detail li {
	background-image: url(../../images/common/bg_red.jpg);
	background-size: cover;
	border-radius: 10px 10px 0 0;
	max-width: 180px;
	width: 25%;
	height: 43px;
	padding: 2px 2px 0;
	line-height: 43px;
	text-align: center;
	color: #fff;
	margin: 0 5px;
	font-size: 18px;
	cursor: pointer;
}

#top_news_window_tab_detail li {
	background-image: url(../../images/common/bg_red.jpg);
	background-size: cover;
	border-radius: 10px 10px 0 0;
	max-width: 180px;
	width: 25%;
	height: 43px;
	padding: 2px 2px 0;
	line-height: 43px;
	text-align: center;
	color: #fff;
	margin: 0 5px;
	font-size: 18px;
	cursor: pointer;
}

#top_news_window_tab_detail li a {
	color: #fff;
}

#top_news_window_body {
	background-image: url(../../images/common/bg_red.jpg);
	background-size: cover;
	background-size: cover;
	border-radius: 10px;
	padding: 2px;
	box-sizing: border-box;
	margin: -2px 0 0 0;
}

#top_news_window_body>div {
	background-color: #fff;
	border-radius: 10px;
	padding: 50px 50px 40px;
}

#news_detail {
	background-image: url(../../images/common/bg_red.jpg);
	background-size: cover;
	background-size: cover;
	border-radius: 10px;
	padding: 2px;
	box-sizing: border-box;
	margin: -2px auto 0 !important;
}

#news_detail>div {
	background-color: #fff;
	border-radius: 10px;
	padding: 40px 20px 20px;
}

#top_news_window_body_list {
	margin-bottom: 30px;
}

#top_news_window_body_list li {
	padding: 25px 0;
	border-bottom: 1px solid #DED3AB;
}

#top_news_window_body_list li:first-child {
	padding-top: 0;
}

#top_news_window_body_list a {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	text-decoration: none;
	color: #000;
	position: relative;
}

#top_news_window_body_list a>div {
	display: block;
	box-sizing: border-box;
}

.top_news_date {
	font-size: 16px;
	min-width: 110px;
	margin-right: 20px;
}

.top_news_category {
	color: #fff;
	padding: 5px;
	border-radius: 20px;
	font-size: 14px;
	text-align: center;
	min-width: 110px;
	margin-right: 20px;
}

.top_information_category_メニュー {
	background-color: #E98A76;
}

.top_information_category_お知らせ {
	background-color: #80C495;
}

.top_information_category_新店舗情報 {
	background-color: #6FBCDE;
}

.top_news_title {
	color: #000;
	font-size: 16px;
	margin-right: 80px;
	line-height: 1.5;
}

.top_news_new {
	width: 76px;
	height: 47px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}

.flexBox {
	display: flex;
	align-items: center;
}

#news_detail {
	margin: 0 auto;
	position: relative;
}

#news_detail .titleArea {
	position: relative;
}

#news_detail .top_news_date {
	margin-left: 20px;
}

#news_detail .top_news_title {
	padding: 25px 20px;
	border-bottom: #DED3AB solid 1px;
	margin-bottom: 30px;
	margin-right: 0;
}

#news_detail .news_detail_txt {
	line-height: 1.8em;
	margin-left: 36px;
	margin-right: 36px;
}

#news_detail .news_detail_txt a {
	color: #C9161D;
}

#news_detail .news_detail_txt a:hover {
	text-decoration: underline;
}

#news_detail .news_detail_txt .btn a {
	color: #fff;
	text-decoration: none;
}

#news_detail .pressReleaseLink,
#news_detail .shopLink {
	display: block;
	color: #C9161D;
	text-decoration: none;
	margin-top: 30px;
	width: 17em;
}

#news_detail .pressReleaseLink:after {
	content: "";
	width: 17px;
	height: 21px;
	background: url(../../images/info/icon_pdf.png) left center no-repeat;
	background-size: 100% auto;
	display: inline-block;
	margin-left: 5px;
	position: relative;
	top: 4px;
}

#news_detail .pressReleaseLink:hover,
#news_detail .shopLink:hover {
	text-decoration: underline;
}

#news_detail .top_news_new {
	position: absolute;
	top: 0;
	right: 20px;
}

.news_detail_txt .submenu_button {
	margin: 30px auto 0;
	max-width: 260px;
}

/* SP */
@media screen and (max-width: 800px) {
	.pc {
		display: none;
	}

	h1 {
		margin-bottom: 30px;
		background-size: 800px auto;
		background-position: center center;
	}

	#top_news {
		background-image: none;
		background-color: #F7F4E9;
		padding: 18px 0 40px;
	}

	#top_news_window {
		width: 100%;
		padding: 0 10px;
		margin: 0 auto 40px;
		box-sizing: border-box;
	}

	#top_news_window_tab {
		flex-wrap: wrap;
		justify-content: space-evenly;
		margin-bottom: 20px;
	}

	#top_news_window_tab>li {
		background-image: url(../../images/common/bg_red.jpg);
		background-size: cover;
		border-radius: 10px;
		width: 48%;
		height: 47px;
		line-height: 41px;
		padding: 0;
		margin: 0 0 11px;
		font-size: 14px;
		border: 3px solid #fff;
		box-sizing: border-box;
		box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.15);
	}

	#top_news_window_tab>li.on {
		background-image: url(../../images/common/bg_brown.jpg);
	}

	#top_news_window_tab>li.on>div {
		background-color: none;
		border-radius: 0;
		background-color: transparent;
		color: #fff;
	}

	#top_news_window_tab_detail {
		flex-wrap: wrap;
		justify-content: space-evenly;
		margin-bottom: 20px;
	}

	#top_news_window_tab_detail>li {
		background-image: url(../../images/common/bg_red.jpg);
		background-size: cover;
		border-radius: 10px;
		width: 48%;
		height: 47px;
		line-height: 41px;
		padding: 0;
		margin: 0 0 11px;
		font-size: 14px;
		border: 3px solid #fff;
		box-sizing: border-box;
		box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.15);
	}

	#top_news_window_tab_deital>li.on {
		background-image: url(../../images/common/bg_brown.jpg);
	}

	#top_news_window_tab_detail>li.on>div {
		background-color: none;
		border-radius: 0;
		background-color: transparent;
		color: #fff;
	}

	#top_news_window_body {
		background-image: none;
		border-radius: 0;
		padding: 0;
		margin: 0;
	}

	#top_news_window_body>div {
		background-color: transparent;
		border-radius: 0;
		padding: 0;
	}

	#top_news_window_body_list {
		margin-bottom: 30px;
	}

	#top_news_window_body_list li {
		padding: 15px 0;
		border-bottom: 1px solid #DED3AB;
	}

	#top_news_window_body_list a {
		flex-wrap: wrap;
	}

	.top_news_title {
		order: 1;
		width: 100%;
		margin-top: 10px;
		font-size: 14px;
		margin-right: 0;
	}

	.top_news_new {
		width: 60px;
		top: -6px;
		bottom: auto;
	}

	.top_news_new img {
		width: 100%;
	}

	#news_detail {
		margin-bottom: 15%;
	}

	#news_detail .top_news_title {
		padding: 15px 0;
	}

	#news_detail .top_news_date {
		margin: 0;
	}

	#news_detail .top_news_new {
		top: -8px;
		right: 0;
	}

	#news_detail .news_detail_txt {
		margin-left: 0;
		margin-right: 0;
	}

}

@media screen and (max-width: 750px) {
	br.20240523_info_br {
		display: none;
	}
}