body {
	line-height: 1;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p,dl,dt,dd {
	margin: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}
ul {
	list-style: none;
	padding: 0;
	margin: 0;
	border: 0;
}
li {
	padding: 0;
	margin: 0;
}
input, select {
	vertical-align: middle;
}

/* clearfix（任意で） */
*:after {
	display: block;
	clear: both;
}
/* はみ出し対策 */
a {
	outline:0;
	border:0;
}

a img {
	border:0;
}
img {
	border:0;
}

/*=============================
任意のスタイル
=============================*/
body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#Top {
	background:#000 url(../img/top_mainimg.jpg) no-repeat center top;
}

#Cont {
	background:#000 url(../img/cont_mainimg.jpg) no-repeat center top;
}

#FooterContWrapper {
	clear:both;
	width:900px;
	margin:auto;
	padding-top:30px;
	padding-bottom:60px;
	overflow:hidden;
	position:relative;
	z-index:1;
}

#FooterNews {
	width:450px;
	float:left;
}

#FooterContWrapper h2 {
	background:url(../img/title_border.png) repeat-x left bottom;
	padding-bottom:10px;
}

#FooterNews a {
	display:block;
	background:url(../img/news_link_arrow.png) no-repeat right;
	text-decoration:none;
	line-height:1.5;
}

#FooterShop h2 {
	font-size:1.05em;
	font-family: 'Noto Serif JP', "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	padding-bottom:10px;
	color:#FFF;
	font-weight: 500;
	letter-spacing: .04em;
}

#FooterNews a:hover {
	background:url(../img/news_link_arrow_on.png) no-repeat right;
}

#FooterNews a dl {
	display:block;
	background:url(../img/dot_hBorder.png) repeat-x bottom;
	overflow:hidden;
	width:100%;
	padding-top:18px;
	padding-bottom:17px;
}

#FooterNews a dt {
	font-size:12px;
	color:#999;
	width:85px;
	float:left;
}

#FooterNews a:hover dt {
	color:#FFF;
}

#FooterNews a dd {
	font-size:13px;
	color:#FFF;
	width:360px;
	float:left;
	overflow:hidden;
}

#FooterNews a dd strong {
	background:#B25900;
	line-height:1.8;
	font-size:10px;
	text-align:center;
	width:90px;
	display:block;
	border-radius:3px;
	float:left;
}

#FooterNews a dd p {
	margin-left:100px;
}

#FooterNews a:hover dd p {
	text-decoration:underline;
}

#FooterShop {
	width:425px;
	height:280px;
	float:right;
	position:relative;
}

#FooterShop h2 {
	text-align:center;
}


/* 2021.1.22 */
#FooterShop .footer_shop_wrap .detail {
	margin-top: 20px;
}

#FooterShop .footer_shop_wrap .detail a {
	display: flex;
	flex-wrap: wrap;
	text-indent: 0;
	font-size: 13px;
	line-height: 1.65;
	color: #FFF;
	text-decoration: none;
	width: 100%;
	height: auto;
	position: relative;
	transition: all 0.3s ease;
	position: relative;
}

#FooterShop .footer_shop_wrap .detail a::after {
	content: "";
	width: 10px;
	height: 10px;
	position: absolute;
	right: 0;
	top:50%;
	transform: translateY(-50%);
	background-image: url(../img/link_arrow.png);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: contain;
	opacity: 0.5;
}

#FooterShop .footer_shop_wrap .detail a:hover {
	opacity: 0.7;
}

#FooterShop .footer_shop_wrap .detail a .ph {
	width: 100px;
	height: 70px;
	overflow: hidden;
	box-sizing: border-box;
	border: 3px solid #FFF;
}

#FooterShop .footer_shop_wrap .detail a .ph img {
	display: block;
	height: 100%;
	object-fit: cover;
}

#FooterShop .footer_shop_wrap .detail a .textbox {
	padding: 10px;
}

#FooterShop .footer_shop_wrap .detail a .textbox .shop_title {
	font-family: 'Noto Serif JP',"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "メイリオ", Meiryo, "MS PMincho", serif;
}


#FooterWrapper {
	clear:both;
	background:#222;
	border-top:5px solid #9C2400;
	position:relative;
	z-index:10;
	padding-bottom:25px;
	padding-top:25px;
}

#Footer {
	position:relative;
	width:950px;
	height:150px;
	margin:auto;
}

#BackToTop {
	width:140px;
	position:absolute;
	right:0;
	top:-50px;
	text-align:center;
}

#BackToTop a {
	background:#9C2400;
	display:block;
	cursor:pointer;
	padding-top:5px;
	padding-bottom:5px;
}

#BackToTop a:hover img {
	opacity:0.8;
	filter: alpha(opacity=80); /* IE lt 8 */
	-ms-filter: "alpha(opacity=80)"; /* IE 8 */
}

#FooterLogo {
	width:220px;
	float:left;
	color:#999;
	font-size:10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:center;
	padding-left:0px;
}

#FooterContact {
	padding-top:20px;
}

#FooterContact a {
	color:#CCC;
	font-size:12px;
	font-weight:bold;
	padding:5px;
	background:#555;
	border-radius:3px;
	padding-left:8px;
	padding-right:8px;
	text-decoration:none;
	line-height:1.1;
	font-family: 'Noto Serif JP',"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "メイリオ", Meiryo, "MS PMincho", serif;
}

#FooterContact a:hover {
	color:#FFF;
	background:#777;
}

#FooterShopList {
	width:690px;
	float:right;
	padding-left:25px;
	padding-top: 15px;
	padding-bottom: 15px;
	background:url(../img/footer_vBorder.png) repeat-y left top;
}

#FooterShopList table {
	font-family: 'Noto Serif JP',"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "メイリオ", Meiryo, "MS PMincho", serif;
	color:#CCC;
}

#FooterShopList th {
	text-align:left;
	padding-right:20px;
	font-size:13px;
	padding-top:7px;
	padding-bottom:7px;
}

#FooterShopList td {
	font-size:12px;
	padding-left:10px;
}

.clear {
	clear:both;
}