/* CSS Document */
#title h2 {
	background-image: url(../images/title.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: 100%;
	white-space: nowrap;
	display: block;
	height: 265px;
	width: 100%;
	overflow: hidden;
}
#contents section{
	margin-bottom: 30px;
}
#contents section .title{
	background-color: #fa940d;
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.0;
	padding: 0.5em;
	margin: 0;
}
#contents #coupon .subtitle{
	margin-top: 1.0em;
	margin-bottom: 0.5em;
	font-weight: bold;
	font-size: 16px;
}
#contents #coupon ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 25px 0;
}
#contents #coupon ul li{
	width: 48%;
	margin-bottom: 15px;
	border: 2px solid #c25e0d;
}
#contents #coupon ul li figure{
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 44%;
	margin: 0;
	overflow: hidden;
}
#contents #coupon ul li figure img{
	position: absolute;
	width: 100%;
	height: auto;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	z-index: 0;
}
#contents #coupon ul li h3{
	padding: 15px;
	font-size: 18px;
	color: #c25e0d;
	line-height: 1.5;
}
#contents #coupon ul li .price_notice{
	text-align: left;
	padding: 0 25px 10px;
}
#contents #coupon ul li .price{
	margin: 0 15px 10px;
	padding: 0 10px 10px;
	text-align: right;
	border-bottom: 1px solid #bbbbbb;
	display: table;
	width: 281px;
}
#contents #coupon ul li .price span{
	color: #8b8b8b;
	font-size: 16px;
	display: table-cell;
	vertical-align: bottom;
}
#contents #coupon ul li .price span.special{
	color: #fa940d;
	font-size: 24px;
	white-space: nowrap;
}
#contents #coupon ul li .price span.special strong{
	font-size: 36px;
}
#contents #coupon ul li .limit{
	text-align: center;
	font-size: 12px;
	margin-bottom: 20px;
}
#contents #coupon ul li .desc{
	padding: 0 15px 15px;
}
#contents #coupon ul li figure .main-category{
	display: inline-block;
	position: absolute;
	bottom: 0.5em;
	left: 0.5em;
	padding: 0.5em;
	line-height: 1.0;
	z-index: 1;
	background-color: #fa940d;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	border-radius: 0.5em;
}
#contents #menu h2.def {
	background-image: none;
	text-indent: 0px;
	white-space: nowrap;
	display: block;
	width: 100%;
	height: 55px;
	line-height: 55px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 24px;
	font-weight: normal;
	color: #000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
#contents #menu  h3 {
	background-image: url(../../common/images/allow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 18px;
}

#contents #menu img {
	width: 684px;
	height:auto;
	padding: 2px;
	margin-bottom: 10px;
	background-color: #FFF;
	border: 1px solid #d7d7d7;
	border-radius: 3px;
}

#contents #coupon ul li .reserve {
	border: solid #fa940d 1px;
    display: block;
    text-align: center;
    text-decoration: none!important;
    padding: 10px;
    font-size: 20px;
    color: #ffffff!important;
}