@charset "UTF-8";
/*----- プレゼント施策 -----*/
/*paytop*/
.list_menu.ppv-menu {
	margin: 0;
	border-top: 1px solid #ccc;
}
.btn-link.history {
	margin: -40px 3px 3px 0;
}
.box_pre {
	padding: 10px;
	position: relative;
	box-sizing: border-box;
}
.box_pre p {
	margin-bottom: 10px;
}
.box_pre a{
	text-decoration: underline;
	color: red;
}
.text_pre01{
	font-size: 16px;
	color: #fff;
	text-shadow: 0 1px 2px #f500db, 0 0 10px #f500db, 0 0 20px #f500db;
}
.text_pre02 {
	text-shadow: 0 0 5px #000, 0 0 5px #000, 0 0 5px #000, 0 0 5px #000;
}
.text_pre03 {
	text-shadow: 0 0 5px #f2e766, 0 0 10px #f2e766;
}
.box_pre.disp-0{
	display: none;
}

/*pre_first*/
.tit_pre {
	width: 320px;
	height: 57px;
	margin-bottom: 10px;
	padding-top: 20px;
	box-sizing: border-box;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	font-size: 20px;
	text-shadow: 0 1px 2px #3c1b00, 0 1px 2px #3c1b00, 0 1px 2px #3c1b00, 0 1px 2px #3c1b00, 0 0 2px #3c1b00, 0 0 2px #3c1b00, 0 0 2px #3c1b00, 0 0 10px #3c1b00, 0 0 10px #3c1b00, 0 0 10px #3c1b00, 0 0 10px #3c1b00;
	color: #eee8c1;
	background: url(../images/pre/tit.png) no-repeat;
	background-size: 100%;
}
.box_select {
	padding: 10px;
	text-align: left;
}
.box_select h3{
	text-align: center;
}
.box_select li {
	margin-bottom: 10px;
	padding: 10px 15px;
	overflow: hidden;
	-webkit-box-shadow: 0 0 5px #dac089 inset, 0 0 10px #dac089 inset, 0 0 10px #dac089 inset;
	box-shadow: 0 0 10px 0 #fff inset;
	border-radius: 5px;
	background: #78022c;
	color: #fff;
}
.box_select li p {
	margin-bottom: 0;
	font-size: 13px;
}
.box_select li a{
	color: #fff;
}
.box_select li.noselect{
	color: #bdbaba;
}
.box_select .txt_att {
	width: 92%;
	margin: 10px auto 20px;
	padding: 10px;
	text-align: center;
	font-size: 12px;
	border-radius: 10px;
	background: rgba(0,0,0,0.7);
	color: #fff;
}
.text-att {
	margin-bottom: 0;
	padding: 10px;
	text-align: left;
	font-size: 12px;
	color: #ffff99;
}
.box_select .txt_att.disp-0 {
	display: none;
}

/*pre*/
.pre_link li {
	margin-bottom: 10px;
	padding: 25px;
	position: relative;
	box-shadow:none;
	border:0;
	border-radius: 0;
	text-align: left;
	background: url(../images/result/parts/bg_menu_top.jpg) no-repeat top, url(../images/result/parts/bg_menu_btm.jpg) no-repeat bottom, url(../images/result/parts/bg_menu_mid.jpg) repeat-y;
	background-size: 100%;   
}
.pre_link p {
	margin-bottom: 0;
}

.pre_link li > p {
	margin-top: 45px;
}

.pre_link a {
	font-size: 14px;
	font-weight: bold;
	color: #492101;
}
.pre_free li {
	margin: 40px 0 0;
	position: relative;
}
.pre_free li:after {
	width: 100%;
	content: "無料でご利用できます。";
	position: absolute;
	top: -25px;
	left: 0;
	text-align: center;
	color: red;
	font-weight: bold;
}
.txt_disp-1 {
	display: none;
}
.btn-pre-ppv a {
	width: 80%;
	display: block;
	margin: 0 auto;
	padding: 15px;
	font-weight: bold !important;
	text-decoration: none;
	font-size: 18px;
	color: #fff;
	text-shadow: -1px -1px 1px #000000, -1px -1px 0px #000000, -1px -1px 0px #000000;
	-webkit-box-shadow: 0 0 10px #f2e3b1 inset, 0 0 5px #f2e3b1;
	box-shadow: 0 0 5px #f2e3b1 inset, 0 0 5px #f2e3b1;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	background: -webkit-linear-gradient(top, #c5b16d 0%, #c5b16d 16%, #7f7641 100%);
	background: linear-gradient(to bottom, #c5b16d 0%, #c5b16d 16%, #7f7641 100%);
}
.pre_link .text-limit{
	padding-top: 5px;
	text-shadow: none;
	text-align: right;
	margin-top: 0;
}
/*予約済みリボン*/
.box_select .ribbon {
	display: none;
	width: 100px;
	height: 20px;
	margin: 5px 0 0 -15px;
	padding: 0 20px 0 15px;
	position: relative;
	line-height: 20px;
	vertical-align: middle;
	text-align: center;
	font-size: 12px !important;
	color: #FFF;
	box-sizing: border-box;
	background: #b59e0d;
}
.ribbon:after {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	z-index: 1;
}
.ribbon:after {
	top: 0;
	right: 0;
	border-width: 10px 5px 10px 0px;
	border-color: transparent #78022c transparent transparent;
	border-style: solid;
}
.box_select .ribbon.disp-1{
	display: inline-block;
}
.box_select.disp-0{
	display: none;
}

.pre .menu_title li {
	padding: 40px 6px 10px;
}

.pre .menu_title li p {
	margin-bottom: 0;
}

/*予約するボタン*/
.btn_res,
input[name="btn_res"]{
	width: 80%;
	margin: 0 auto 10px;
	text-align: center;
	overflow: hidden;
}
.btn_res a,
input[name="btn_res"]{
	display: block;
	position: relative;
	padding: 10px 5px;
	background-image: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
	background-image: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
	background-color: #00c8b7;
	-webkit-box-shadow: 0 0 5px #000000 inset;
	box-shadow: 0 0 5px #000000 inset;
	border: 1px solid #CEFAFF;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	line-height: 120%;
	text-align: center;
	font-size: 18px;
	color: #fff;
	text-decoration: none;
}
/*選びなおすボタン*/
.btn_res.back a{
	font-size: 14px;
	box-shadow: none;
		background-color: #aaa;
	border: 0;
}

/*購入ボタン*/
.btn_pay {
	width: 80%;
	margin: 0 auto 10px;
	text-align: center;
	overflow: hidden;
}
.btn_pay a {
	display: block;
	position: relative;
	padding: 10px 5px;
	background-image: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
	background-image: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
	background-color: #ff2c55;
	border: 1px solid #ddd;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	line-height: 120%;
	text-align: center;
	font-size: 18px;
	color: #fff;
	text-decoration: none;
}

/*最終月*/
.pre-0 .pre_text{
	display: none;
}
.pre-0 .pre_free li:nth-child(2) {
	margin-top: 0;
}
.pre-0 .pre_free li:nth-child(2):before {
	content: none;
}
.pre-0 .pre_free li:first-child {
	margin-top: 45px;
	position: relative;
}
.pre-0 .pre_free li:first-child:before {
	content: "プレゼント済みのメニュー";
	text-align: center;
	color: #ffff99;
	position: absolute;
	top: -25px;
	left: 0;
	right: 0;
}
/*----- 退会手続き -----*/
.box_history .inner {
	padding: 0 10px 10px;
}
.box_history .list-menu01 {
	margin-bottom: 10px;
}
.unregist .pre_link li:last-child {
	margin-bottom: 20px;
}
.unregist .disp-0 {
	display: none;
}
.tit_pre_ppv {
	margin: 10px 10px 0;
	text-align: left;
	text-shadow: 0 2px 2px #000, 0 0 3px #366d90, 0 0 5px #366d90, 0 0 5px #366d90, 0 0 5px #366d90, 0 0 5px #366d90, 0 0 5px #366d90;
}
.unregist .ppv-box,
.unregist .ppvBox {
	padding: 0 0 10px;
}