@charset "utf-8";
/* ---------------------------------------------------------------------------------
HTML CSS Selectors menu
--------------------------------------------------------------------------------- */
.menu h2 {
	padding-bottom: 73px;
}

.menulist {
	width: 870px;
	margin: 0 auto 40px;
	background: white;
	padding: 65px;
	-moz-box-shadow: 1px 3px 3px #ccc;
	-webkit-box-shadow: 1px 3px 3px #ccc;
	box-shadow: 1px 3px 3px #ccc;
	position: relative;
}

.menulist .coupon_btn {
	position: absolute;
	right: 0;
	top: -135px;
}

.menus {
	margin: 0 0 40px;
	overflow:hidden;
}

.menus:last-child {
	margin: 0;
}

.menus h3 {
	margin: 0 0 30px;
	padding: 0 0 13px;
	text-align: center;
	border-bottom: 2px solid #414141;
}

.menus h3 .menu_en {
	font-family: 'Sorts Mill Goudy', serif;
	font-size: 30px;
	letter-spacing: 0.05em;
	line-height:1;
	padding: 0 20px 5px;
	display: inline-block;
}

.menus h3 .menu_j {
	font-size: 10px;
	line-height: 1;
	display: block;
	color: #a09e9a;
}

.menus .menu_block {
	width: 413px;
	float: left;
}

.menus .menu_block:nth-of-type(2n) {
	width: 413px;
	float: right;
}
.menus .menu_block:nth-of-type(2n+1) {
	clear: both;
}

.menus dl {
	overflow:hidden;
}

.menus dl dt {
	float: left;
	clear: both;
	margin: 0 0 10px;
	max-width: 320px;
}

.menus dl dt span {
	font-size: 85%;
	color: #a0a0a0;
	display: block;
}

.menus dl dd {
	float: right;
	text-align: right;
	margin: 0 0 10px;
}

.menu_notice_box {
	width: 936px;
	margin: 0 auto 130px;
	overflow:hidden;
}

.menu_notice_box .notice {
	width: 420px;
	float: left;
	padding: 10px 0 0;
	font-size: 14px;
	line-height: 1.42;
}

.menu_notice_box .credit {
	width: 420px;
	float: right;
}

.menu_notice_box .credit h4 {
	font-family: 'Sorts Mill Goudy', serif;
	font-size: 23px;
	line-height: 1;
	font-style: italic;
	letter-spacing: 0.05em;
	padding: 0 0 12px;
}

.menu_notice_box .txt {
	margin: 0 0 10px;
	font-size: 14px;
	line-height: 1.42;
}

.menu_notice_box ul li {
	margin: 0 7px 0 0;
	display: inline-block;
}

.bgwrap {
	padding: 80px 0;
	background: white;
	-moz-box-shadow: 0 3px 3px #ccc;
	-webkit-box-shadow: 0 3px 3px #ccc;
	box-shadow: 0 3px 3px #ccc;
	margin: 0 0 75px;
}

.pickup {
	width: 850px;
	margin: 0 auto 25px;
	padding: 53px 52px 60px 70px;
	overflow: hidden;
	background-color: #F2F2F2;
	border-radius: 38px;
	box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.3);
}

.pickup:last-child {
	margin: 0 auto;
}

.pickup .wrap {
	width: 560px;
	float: left;
	position: relative;
}

.pickup h3 {
	width: 480px;
	margin: 0 0 25px;
	font-size: 20px;
	font-weight: bold;
	color: #6e9b86;
}

.pickup .btn {
	position: absolute;
	top: 12px;
	right: 0;
	background: #7F7F7F;
	box-shadow: 0.707px 0.707px 1px 0px rgba(0, 0, 0, 0.32);
	-webkit-border-radius: 11px;
	-moz-border-radius: 11px; 
	border-radius: 11px; 
}

.pickup .btn a {
	width: 60px;
	display: block;
	color: white;
	padding: 5px 0px 3px;
	font-family: 'Sorts Mill Goudy', serif;
	letter-spacing: 0.05em;
	font-size: 14px;
	line-height: 1;
	text-align: center;
	font-style: italic;
}

.pickup .btn a:hover {
	-webkit-transition: 0.3s ease-in-out;  
	-moz-transition: 0.3s ease-in-out;  
    -o-transition: 0.3s ease-in-out;  
    -ms-transition: 0.3s ease-in-out;  
    transition: 0.3s ease-in-out;  

	text-decoration: none;
	filter: alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
}

.pickup .txt {
	font-size: 12px;
	line-height: 18px;
	height: 216px;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 12;
}

.pickup .img {
	width: 250px;
	float: right;
}
.coupon {
	padding-bottom: 110px;
}
.coupon h2 {
	position: relative;
	padding-bottom: 46px;
}
.coupon h2 a {
	display: block;
	position: absolute;
	top: -120px;
}

.coupon .couponbox {
	width: 764px;
	margin: 0 auto 25px;
	padding: 25px 20px 25px 32px;
	background: white;
	-moz-box-shadow: 0 3px 3px #ccc;
	-webkit-box-shadow: 0 3px 3px #ccc;
	box-shadow: 0 3px 3px #ccc;
	position: relative;
}
.coupon .couponbox:after {
	content: ""; 
	display: block;
	clear: both;
	height: 0;
}
.coupon .couponbox.new {
	border-left: 50px solid #eb9ea1;
}
.coupon .couponbox.exist {
	border-left: 50px solid #bbc787;
}
.coupon .couponbox.all {
	border-left: 50px solid #afbfd2;
}

.coupon .couponbox .target {
	width: 14px;
	height: 33px;
	color: white;
	position: absolute;
	top: 0;
	left: -30px;
	bottom: 0;
	margin: auto;
}

.coupon .couponbox .target span {
	width: 14px;
	height: 33px;
	display: block;
	text-align: center;
	font-size: 14px;
	line-height: 1.5;
}
.coupon .couponbox.new .target span:after {
	content:"新規";
}

.coupon .couponbox.exist .target span:after {
	content:"既存";
}
.coupon .couponbox.all .target span:after {
	content:"全員";
}



.couponbox .box_l {
	width: 466px;
	border-right: 1px solid #C8C0B9;
	padding-right: 20px;
	padding-bottom: 30px;
	float: left;
}
.coupon .couponbox .toparea {
	margin: 0 0 10px;
	padding: 0 0 15px;
}


.coupon .couponbox .menuname {
	margin: 0 0 10px 0;
}
.coupon .couponbox .menuname li {
	margin: 0 3px 0 0;
	display: inline-block;
	color: white;
	padding: 3px 15px;
	background: #2F2D2D;
	font-size: 75%;
}

.coupon .couponbox h3 {
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 15px 0;
	color: #6e9b86;
}


.couponbox .box_r {
	width: 248px;
	float: right;
	padding-top: 65px;
}
.coupon .couponbox .price {
	font-weight: bold;
	font-size: 20px;
	line-height: 1;
	color: #c1154a;
	padding-bottom: 5px;
}

.coupon .couponbox .price span {
	font-weight: normal;
	font-size: 12px;
	line-height: 1;
	padding-bottom: 10px;
	display: block;
}
.coupon .couponbox .price2 {
	font-size: 12px;
	line-height: 1;
	text-indent: -6px;
	padding-bottom: 30px;
}


.coupon .couponbox .coupon_cat {
}

.coupon .couponbox .coupon_cat li {
	display: inline-block;
	border-radius: 3px;
	margin: 0 4px 0 0;
	box-shadow: 0.707px 0.707px 1px 0px rgba(0, 0, 0, 0.32);
}
.coupon .couponbox .coupon_cat li a {
	display: block;
	color: #fff;
	color: white;
	width: 116px;
	padding: 14px 0px;
	font-size: 12px;
	line-height: 1;
	text-align: center;
	background-image: url(../img/menu/icon_arrow.png);
	background-repeat: no-repeat;
	background-position: 100px center;
}

.coupon .couponbox .coupon_cat li.cat1 {
	background: #85BEA4;
}
.coupon .couponbox .coupon_cat li.cat2 {
	background: #E98F9F;
}



.coupon .couponbox .bottomarea {
	position: relative;
}

.coupon .couponbox .bottomarea .txt2 {
	position: absolute;
	right: 0;
	bottom: 0;
}

