@charset "utf-8";

/* 格納式ボタン（オトクをGET） */
.contentWrap { display:none }
.denimoba-domein {
	font-size: 14px;
	width: 100%;
	padding: 1.5% 0 1.5%;
	text-align: center;
	border: solid 1px #ccc;
	background: #FFF;
	letter-spacing: 0;
	display: block;
	border-radius: 4px; /* CSS3草案 */
	-webkit-border-radius: 4px; /* Safari,Google Chrome用 */
	-moz-border-radius: 4px;
	cursor: pointer;
}
.denimoba-domein span {
	background:url(../images/mark/arrow_down.png) no-repeat 0 50%;
	background-size:14px 8px;
	padding: 0 0 0 2em;
	display:inline-block;
}
.close {
	background:#f0f0f0;
	text-align:center;
	padding:2.5% 0;
	margin-bottom:2em;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
.close span {
	background:url(../images/mark/close-black.png) no-repeat 0 50%;
	background-size:14px 14px;
	padding:.5em 0 .5em 2em;
}
.open span {
	background:url(../images/mark/arrow_up.png) no-repeat 0 50%;
	background-size:14px 8px;
}

/* リンクunderline */
a.alink { text-decoration:underline }
a:hover.alink { text-decoration:none }

/*------------- オトクをGET！ -------------*/

/*.denimoba-subcontent{
	clear: both;
	width: 100%; /* 1000px / 1250px */

	/*max-width: 90%;*/ /* 1200px / 13 */
	/*max-width: 76%; /* 1200px / 13 */
	/*margin: 0 auto;
	padding: 0 0 1em;
	color: #333;
	line-height: 1.5em;
	position: relative;
}*/
.denimoba-bigbox{
	width:90%;
	max-width:1080px;
	margin:0 auto;	
}
.dm-hr {
	display: block;
	margin: 2em 0;
	padding: 0;
	height: 1px;
	border: 0;
	border-top : 1px solid #777;
}
.denimoba-mainimg {margin-bottom:0 }
.denimoba-maintxt{
	margin: 0 auto 2%;
	width: 90%;
}
.denimoba-kowakebox {
	padding: 0 1%;
	float: left;
	width: 31.3%;
}
.denimoba-toku-tit {
	background-color: #eb2113;
	border-top-left-radius: 10px;/* CSS3草案 */
	-webkit-border-top-left-radius: 10px; /* Safari,Google Chrome用 */
	-moz-border-top-left-radius: 10px; /* Firefox用 */
	border-top-right-radius: 10px;/* CSS3草案 */
	-webkit-border-top-right-radius: 10px; /* Safari,Google Chrome用 */
	-moz-border-top-right-radius: 10px; /* Firefox用 */
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	padding:4% 6% 2%;
}
.denimoba-toku-tit p { margin-bottom: 0 }
.denimoba-toku-box1,
.denimoba-toku-box2,
.denimoba-toku-box3 {
	border-bottom: solid 1px #eb2113;
	border-left: solid 1px #eb2113;
	border-right: solid 1px #eb2113;
	border-bottom-left-radius: 10px;/* CSS3草案 */
	-webkit-border-bottom-left-radius: 10px; /* Safari,Google Chrome用 */
	-moz-border-bottom-left-radius: 10px; /* Firefox用 */
	border-bottom-right-radius: 10px;/* CSS3草案 */
	-webkit-border-bottom-right-radius: 10px; /* Safari,Google Chrome用 */
	-moz-border-bottom-right-radius: 10px; /* Firefox用 */
	overflow: hidden;
	color: #eb2113;
	padding: 4% 5%;
	height: 86px;
}
.denimoba-toku-box1{
	background:url(../images/denimoba-club/coupon/toku1.png) no-repeat 95% 50%;
	background-size:85px 80px;
}
.denimoba-toku-box2{
	background:url(../images/denimoba-club/coupon/toku2.png) no-repeat 95% 50%;
	background-size:85px 80px;
}
.denimoba-toku-box3{
	background:url(../images/denimoba-club/coupon/toku3.png) no-repeat 95% 50%;
	background-size:85px 80px;
}
.dmimg {
	/*padding: 0 0 3% 0;
	width: 226px;
	margin: 0 auto;
	float: left;*/
	text-align: center;
	padding-top:10%;
}
.dmimg img {
	width: 99%/*226px*/; float: left
}
.dmimg img:first-child { padding-right: 1% }

.dmimg a:hover{
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
	text-decoration: none;
	transition: all 0 ease;
}

/*.dmqr {
	padding-top:18%;
	text-align:center;
}*/

.denimoba-toku-box .dm-txt {
	font-size: 14px;
	float: left;
	line-height: 1em;
}
.denimoba-toku-box1 .dm-txt span,
.denimoba-toku-box2 .dm-txt span,
.denimoba-toku-box3 .dm-txt span {
	font-size: 20px;
	font-weight: bold;
	line-height: 1em;
}
.dm-txt2 {
	text-align: center;
	color: #eb2113;
	font-size: 18px;
	font-weight: bold;
	padding: 1.2% 0 0;
}
.dm-txt3 {
	color: #eb2113;
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 1%;
}
.dm-txt4 { font-size: 15px }
.dm-txt5 {
	color: #333;
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 1%;
}
.dm-txt6 {
	font-size: 14px;
	float: left;
}
.denimoba-touroku-tit {
	background-color: #777;
	border-top-left-radius: 10px;/* CSS3草案 */
	-webkit-border-top-left-radius: 10px; /* Safari,Google Chrome用 */
	-moz-border-top-left-radius: 10px; /* Firefox用 */
	border-top-right-radius: 10px;/* CSS3草案 */
	-webkit-border-top-right-radius: 10px; /* Safari,Google Chrome用 */
	-moz-border-top-right-radius: 10px; /* Firefox用 */
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	padding: 1%;
	text-align: center;
}
.denimoba-touroku-tit p{
	margin-bottom:0;
}
.denimoba-touroku {
	border-bottom-left-radius: 10px;/* CSS3草案 */
	-webkit-border-bottom-left-radius: 10px; /* Safari,Google Chrome用 */
	-moz-border-bottom-left-radius: 10px; /* Firefox用 */
	border-bottom-right-radius: 10px;/* CSS3草案 */
	-webkit-border-bottom-right-radius: 10px; /* Safari,Google Chrome用 */
	-moz-border-bottom-right-radius: 10px; /* Firefox用 */
	overflow: hidden;
	background-color: #f0f0f0;
	padding: 4% 5%;
	margin-bottom: 2%;
}
.dmbox1{
	width: 42%;
	float: left;
}
.dmbox2{
	width: 53%;
	float: right;
}
.appbox { padding-top: 9% }
/*a.btn-dmsite {
	background: #eb2113;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	text-align: center;
	font-weight: bold;
	width: 80%;
	padding: 2.5% 0 2%;
	margin: 2em 0;
	display: block;
	color : #fff;
}
a.btn-dmsite:hover{
	color : #fff;
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
	text-decoration: none;
	transition: all 0 ease;
}
.btn-dmsite-touroku2{
	border-radius:10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	overflow: hidden;
	background-color:#f0f0f0;
	padding:2% 5%;
}
*/
.denimoba-touroku2 {
	border-radius: 10px;/* CSS3草案 */
	-webkit-border-radius: 10px; /* Safari,Google Chrome用 */
	-moz-border-radius: 10px; /* Firefox用 */
	overflow: hidden;
	padding: 3% 5%;
	margin: 2% 0;
	border: 1px solid #eb2113;
}
.btn-karitouroku a {
	display: block;
	width: 80%;
	text-align: center;
	margin: 7% auto 0;
	padding: 4% 0;
	background-color: #555;
	border-radius: 4px;/* CSS3草案 */
	-webkit-border-radius: 4px; /* Safari,Google Chrome用 */
	-moz-border-radius: 4px; /* Firefox用 */
}
.btn-karitouroku span {
	color: #fff;
	font-size: 14px;
	background: url(../images/mark/arrow2-white.png) no-repeat 100% 50%;
	background-size: 8px 14px;
	padding: 0 2em 0 0;
	display: inline-block;
}
.btn-karitouroku a:hover {
	color : #fff;
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
	text-decoration: none;
	transition: all 0 ease;
}
a.btn-karitouroku img {
	vertical-align: middle;
}
.denimoba-setting {
	background-color: #eb2113;
	text-align: center;
	font-size: 14px;
	width: 100%;
	padding: 2% 0;
	margin: 0 auto 3%;
	color : #fff;
}
/* 受信設定方法（保留） */
/*.denimoba-setting2 {
	text-align: center;
	font-size: 14px;
	width: 100%;
	padding: 2% 0;
	margin: 0 auto 3%;
	color : #eb2113;
	border:solid 1px #eb2113;
}*/
.denimoba-setting p, .denimoba-setting2 p { margin: 0 }
.denimoba-txtbox {
	font-size: 12px;
	padding-bottom: 2%;
}
.denimoba-txtbox p{
	margin-bottom:0;
}
.denimoba-touroku table {
	width: 100%;
	margin-bottom: 1em
}
.denimoba-touroku td {
	width: 48%;
	border: solid 1px #ccc;
	border-collapse: collapse;
	padding: 1%;
	background: #fff
}

.dmtxt-pb { padding-bottom: 2% }

.denimoba-txtbox .newyear_hours {
	background: #f0f0f0;
	padding: 1.5%;
	margin: 1% 0;
}

.denimoba-txtbox .newyear_hours span {
	color: #000;
	font-weight: bold;
	font-size: 13px;
}


/*《 ↓150109 バレンタインクーポン追加↓ 》*/
.valentine {
	clear: both;
	max-width: 90%;
	margin: 0 auto;
	position: relative;
	width: 864px;
}

.valentine img {
	text-align:center;
	margin-bottom:1%;
}

.valentine p {
	font-size: 12px;
	padding-bottom: 3%;
}


/*《 ↓150109 クーポンボタン追加↓ 》*/
.coupon-btn a {
	display: block;
	width: 440px;
	text-align: center;
	margin: 0 auto;
	margin-bottom:3%;
	padding: 1% 0;
	background-color: #eb2113;
	border-radius: 4px;/* CSS3草案 */
	-webkit-border-radius: 4px; /* Safari,Google Chrome用 */
	-moz-border-radius: 4px; /* Firefox用 */
}
.coupon-btn span {
	color : #fff;
	font-weight:bold;
	font-size: 16px;
	background: url(../images/mark/arrow2-white.png) no-repeat 100% 50%;
	background-size: 8px 14px;
	padding: 0 1.5em 0 0;
	display: inline-block;
}
.coupon-btn a:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
	text-decoration: none;
	transition: all 0 ease;
}
.coupon-btn img {
	vertical-align: middle;
}


/*------------- クーポン -------------*/
#couponcontent{
	background:#fffaeb;
	padding: 40px 0;
}
#couponcontent .coupon-img{
	display:block;
	text-align:center;
	margin:0 auto;
	width: 62%;
}
#couponcontent .ent-imgbox:hover {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
#couponcontent p.kome{
	font-size: 16px;
	color: #e10000;
	letter-spacing: .02em;
}
.coupon-txt1{
	font-size: 22px;
    padding: 2% 0;
    color: #e10000;
    text-align: center;
    font-weight: 200;
    letter-spacing: .1em;
}
.coupon-txt2{
	font-size: 22px;
    padding: 2% 0 0;
    color: #e10000;
    text-align: center;
    font-weight: 200;
    letter-spacing: .1em;
	margin: 0 auto;
}
.coupon-txt3{
	font-size:16px;
	font-weight:normal;
	color:#555;
	letter-spacing: .05em;
}
.backBtn-red a{
	color:#fff;
	display:block;
	text-align:center;
	width: 32%;
	margin: 1% auto 0;
	padding: 1% 0;
	background:#e10000 url(../images/mark/arrow2-white.png) no-repeat 95% 50%;
	background-size:8px 14px;
	border-radius:4px;/* CSS3草案 */ 
	-webkit-border-radius: 4px; /* Safari,Google Chrome用 */ 
	-moz-border-radius: 4px; /* Firefox用 */
}
.backBtn-red span{
	font-size: 14px;
	display: inline-block;
	font-weight:normal;
}
.backBtn-red a:hover{ 
	display:block;
	text-decoration:none;
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
	text-decoration: none;
	transition: all 0 ease;
}

#couponcontent .coupon-group {
	width: 84%;
	margin: 0 auto 3%;
	font-size: 0;
}

#couponcontent .coupon-group .ent-imgbox {
	display: inline-block;
	width: 32%;
	margin-right: 2%;
	position: relative;
}

#couponcontent .coupon-group .ent-imgbox span {
	font-size: 10px;
	line-height: 10px;
	margin: 0;
	position: absolute;
	bottom: 5px;
	right: 5px;
	text-align: left;
	font-weight: bold;
}

#couponcontent .coupon-group .ent-imgbox:nth-child(3n) {
	margin-right: 0;
}

#couponcontent .coupon-menu {
	width: 84%;
	background: #fff;
	border-radius: 10px;
	margin: 0 auto 3%;
	padding: 1.5%;
	box-sizing: border-box;
}

#couponcontent .coupon-menu .coupon-menu-title {
    width: 65%;
    margin: 3%;
}

#couponcontent .coupon-menu .coupon-menu-list img {
    width: 20%;
    margin: 0 1.2% 4%;
}


/*------------- お席の予約 -------------*/
#junban {
	text-align:center;
}

/*------------- 新デニモバ -------------*/
#introduction .introduction-mainimg {margin-bottom:0 }
#introduction h2.introduction-maintxt{
	margin: 35px auto 40px;
	width: 90%;
	font-size:19px;
	font-weight:normal;
	text-align:center;
}
/* お得な特典 */
#introduction #otoku{
	margin-top: -70px;
	padding-top: 70px;
}
#introduction .otoku{
	width:100%;
	max-width:1080px;
	margin:0 auto 30px;
}
#introduction .otoku h3{
	margin:0 auto 15px;
}
#introduction .otoku .otokuInner{
	width:30.8%;
	float:left;
	padding-left:3.7%;
}
#introduction .otoku h3 + .otokuInner {
	width:30.8%;
	float:left;
	padding-left:0 !important;
}
#introduction .otoku .otokuInner h4 {
	margin:0 auto 15px;
}
#introduction .otoku .otokuInner p {
	font-size:18px;
	text-align:center;
	margin:0 auto 20px;
}
/* お得な特典 2つ並び */
#introduction .otoku .otokuInner_2column{
	width:46%;
	float:left;
	padding:0 2%;
}
#introduction .otoku .otokuInner_2column h4 {
	margin:0 auto 20px;
	text-align: center;
}
#introduction .otoku .otokuInner_2column .otokuImg {
	width: 70%;
    margin: 0 auto;
}
#introduction .otoku .otokuInner_2column p {
	font-size:18px;
	text-align:center;
	margin:20px auto 0;
}


/* お得な特典クーポンボタン */
#introduction .coupon-btn a {
	display: block;
	width: 440px;
	text-align: center;
	margin: 0 auto;
	margin-bottom:3%;
	padding: 1% 0;
	background-color: #00c8ff;
	border-radius: 4px;/* CSS3草案 */
	-webkit-border-radius: 4px; /* Safari,Google Chrome用 */
	-moz-border-radius: 4px; /* Firefox用 */
}
#introduction .coupon-btn span {
	color : #fff;
	font-weight:bold;
	font-size: 16px;
	background: url(../images/mark/arrow2-white.png) no-repeat 100% 50%;
	background-size: 8px 14px;
	padding: 0 1.5em 0 0;
	display: inline-block;
}
#introduction .coupon-btn a:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
	text-decoration: none;
	transition: all 0 ease;
}
#introduction .coupon-btn img {
	vertical-align: middle;
}
/* 区切りライン */
#introduction .dm-hr2 {
	display: block;
	margin: 20px auto 50px;
	padding: 0;
	height: 1px;
	border: 0;
	border-top : 1px solid #ccc;
	width:100%;
	max-width:1080px;
}
/* デニモバならこんなこともできる */
#introduction .service{
	width:100%;
	max-width:1080px;
	margin:0 auto 30px;
}
#introduction .service h3{
	margin:0 auto 15px;
}
#introduction .service .serviceInner{
	width:32.6%;
	float:left;
	border-left:1px solid #CCC;
	text-align:center;
}
#introduction .service h3 + .serviceInner {
	width:32.6%;
	float:left;
	border-left: none !important;
}
#introduction .service .serviceInner .serviceIcon{
	width:35px;
	height:auto;
	margin:0 auto 15px;
}
#introduction .service .serviceInner p.service {
	font-size:18px;
	margin:0 auto 15px;
}
#introduction .service .serviceInner p.service2 {
	font-size:18px;
	margin:0 auto 5px;
}
#introduction .service .serviceInner p.service-cap {
	font-size:15px;
	margin:0 auto 15px;
}
#introduction .service .serviceInner .serviceImg {
	width:50%;
	height:auto;
	margin:0 auto;
}
#introduction .service .serviceInner .p15{
	padding:15px 0 8px 0;
	}

/* 登録方法 */
#introduction #touroku{
	margin-top: -70px;
    padding-top: 70px;
}

#introduction .touroku{
	width:100%;
	max-width:1080px;
	margin:0 auto;
}

#introduction .dm-hr {
	display: block;
	margin: 2em 0;
	padding: 0;
	height: 1px;
	border: 0;
	border-top : 1px solid #777;
}
#introduction .dmimg {
	text-align: center;
	padding-top:10%;
}
#introduction .dmimg img {
	width: 99%/*226px*/; float: left
}
#introduction .dmimg img:first-child { padding-right: 1% }

#introduction .dmimg a:hover{
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
	text-decoration: none;
	transition: all 0 ease;
}
#introduction .dmqr {
	padding-top:10%;
	text-align:center;
}

#introduction .dm-txt3 {
	color: #00c8ff;
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 1%;
}
#introduction .dm-txt4 { font-size: 15px }
#introduction .dm-txt5 {
	color: #333;
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 1%;
}
#introduction .dm-txt6 {
	font-size: 14px;
	float: left;
}
#introduction .denimoba-touroku-tit {
	background-color: #777;
	border-top-left-radius: 10px;/* CSS3草案 */
	-webkit-border-top-left-radius: 10px; /* Safari,Google Chrome用 */
	-moz-border-top-left-radius: 10px; /* Firefox用 */
	border-top-right-radius: 10px;/* CSS3草案 */
	-webkit-border-top-right-radius: 10px; /* Safari,Google Chrome用 */
	-moz-border-top-right-radius: 10px; /* Firefox用 */
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	padding: 1%;
	text-align: center;
}
#introduction .denimoba-touroku-tit p{
	margin-bottom:0;
}
#introduction .denimoba-touroku {
	border-bottom-left-radius: 10px;/* CSS3草案 */
	-webkit-border-bottom-left-radius: 10px; /* Safari,Google Chrome用 */
	-moz-border-bottom-left-radius: 10px; /* Firefox用 */
	border-bottom-right-radius: 10px;/* CSS3草案 */
	-webkit-border-bottom-right-radius: 10px; /* Safari,Google Chrome用 */
	-moz-border-bottom-right-radius: 10px; /* Firefox用 */
	overflow: hidden;
	background-color: #f0f0f0;
	padding: 4% 5%;
	margin-bottom: 2%;
}
#introduction .dmbox1{
	width: 42%;
	float: left;
}
#introduction .dmbox2{
	width: 53%;
	float: right;
}
#introduction .appbox { padding-top: 9% }
#introduction .denimoba-touroku2 {
	border-radius: 10px;/* CSS3草案 */
	-webkit-border-radius: 10px; /* Safari,Google Chrome用 */
	-moz-border-radius: 10px; /* Firefox用 */
	overflow: hidden;
	padding: 3% 5%;
	margin: 2% 0;
	border: 1px solid #00c8ff;
}
#introduction .btn-karitouroku a {
	display: block;
	width: 80%;
	text-align: center;
	margin: 7% auto 0;
	padding: 4% 0;
	background-color: #555;
	border-radius: 4px;/* CSS3草案 */
	-webkit-border-radius: 4px; /* Safari,Google Chrome用 */
	-moz-border-radius: 4px; /* Firefox用 */
}
#introduction .btn-karitouroku span {
	color: #fff;
	font-size: 14px;
	background: url(../images/mark/arrow2-white.png) no-repeat 100% 50%;
	background-size: 8px 14px;
	padding: 0 2em 0 0;
	display: inline-block;
}
#introduction .btn-karitouroku a:hover {
	color : #fff;
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
	text-decoration: none;
	transition: all 0 ease;
}
#introduction a.btn-karitouroku img {
	vertical-align: middle;
}
#introduction .denimoba-setting {
	background-color: #00c8ff;
	text-align: center;
	font-size: 14px;
	width: 100%;
	padding: 2% 0;
	margin: 0 auto 3%;
	color : #fff;
}
#introduction .denimoba-setting p, .denimoba-setting2 p { margin: 0 }
#introduction .denimoba-txtbox {
	font-size: 12px;
	padding-bottom: 2%;
}
#introduction .denimoba-txtbox p{
	margin-bottom:0;
}
#introduction .denimoba-touroku table {
	width: 100%;
	margin-bottom: 1em
}
#introduction .denimoba-touroku td {
	width: 48%;
	border: solid 1px #ccc;
	border-collapse: collapse;
	padding: 1%;
	background: #fff;
}

#introduction .dmtxt-pb { padding-bottom: 2% }

#introduction .denimoba-txtbox .newyear_hours {
	background: #f0f0f0;
	padding: 1.5%;
	margin: 1% 0;
}

#introduction .denimoba-txtbox .newyear_hours span {
	color: #000;
	font-weight: bold;
	font-size: 13px;
}



@media only screen and (max-width: 480px) {
	/*------------- オトクをGET！ -------------*/
	.denimoba-toku-tit {
		font-size: 16px;
		text-align: center;
	}
	.denimoba-kowakebox {
		padding: 2% 0;
		margin: 0 auto;
		float: none;
		width: 100%;
	}
	/*.denimoba-toku-box{
	}
	*/
	/*.denimoba-toku-box .dm-txt{
		font-size:14px;
		float:left;
	}
	*/
	/*.denimoba-toku-box .dm-txt span{
		font-size:20px;
		font-weight:bold;
	}
	*/
	/*.denimoba-toku-box img{
		float:right;
	}
	*/

	.dm-txt2 {
		font-size: 14px;
		text-align: center;
		padding: 2% 0 0;
	}
	.dm-txt3 {
		font-size: 20px;
		font-weight: bold;
		padding-bottom: 1%;
	}
	.dm-txt4 {
		font-size: 14px;
		text-align: left;
	}
	.dm-txt5 {
		text-align: center;
		font-size: 18px;
		letter-spacing: -0.1em;
	}
	.dmqr {
		width: 50%;
		padding: 4% 0 7% 0;
		margin: 0 auto;
		float:none;
	}
	.dmbox1, .dmbox2{
		width:100%;
		float:none;
	}
	.denimoba-touroku-tit {
		font-size: 16px;
		padding: 3%;
	}
	.denimoba-touroku {
		text-align: center;
		padding: 7% 5%;
	}
	a.btn-dmsite {
		text-align: center;
		width: 100%;
		padding: 5% 0;
		margin: 2em 0;
		display: block;
		color : #fff;
	}
	a.btn-dmsite:hover {
		color : #fff;
		opacity: 0.5;
		filter: alpha(opacity=50);
		-ms-filter: "alpha(opacity=50)";
		text-decoration: none;
		transition: all 0 ease;
	}
	.denimoba-touroku2 {
		padding: 7% 5% 2%;
		margin: 6% 0;
	}
	.btn-karitouroku a {
		width: 100%;
		padding: 5% 0;
		margin: .5em 0 1.5em;
		display:inline-block;
	}
	.denimoba-setting {
		border-radius: 0;/* CSS3草案 */
		-webkit-border-radius: 0; /* Safari,Google Chrome用 */
		-moz-border-radius: 0; /* Firefox用 */
		text-align: left;
		font-size: 14px;
		width: 92%;
		padding: 4%;
		margin: 0 auto 2%;
	}
	.denimoba-txtbox {
		font-size: 12px;
		padding-bottom: 10%;
	}
	.denimoba-domein {
		border: solid 1px #ccc;
		text-align: center;
		font-size: 14px;
		width: 100%;
		padding:4% 0;
		margin: 4% auto;
	}
	.denimoba-domein p {
		margin-bottom:0;
	}
	.denimoba-domein a {
		color : #555;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;/*text-decoration: none;*/
	}
	a.denimoba-domein:hover{
		outline : 0;
		color : #555;
		text-decoration: underline;
	}
	.deni-domeinbox{
		width:100%;
		float:none;
	}
	.dmimg { float: none; padding-top:5%;}
	.appbox { padding-top: 0 }
	
	
	/*《 ↓150109 バレンタインクーポン_高村追加↓ 》*/
.valentine {
	margin-top:5%;
}

.valentine img{
	margin-bottom:2%;
}

/*《 ↓150109 クーポンボタン_高村追加↓ 》*/
.coupon-btn a {
	width: 90%;
	margin-bottom:8%;
	padding: 4% 0;
	background-color: #eb2113;
}

.coupon-btn span {
	font-size: 14px;
	background: url(../images/mark/arrow2-white.png) no-repeat 100% 50%;
	background-size: 8px 14px;
}


/*------------- クーポン -------------*/
#couponcontent {
	padding: 8% 0;
	margin-bottom: 6%;
}
#couponcontent .coupon-img {
	width: 90%;
}
.coupon-txt1 {
	font-size: 16px;
	padding: 3% 0 6%;
	width: 90%;
	margin: 0 auto;
	letter-spacing: .05em;
}
.coupon-txt2 {
	font-size: 16px;
	padding: 3% 0 0;
	width: 90%;
	margin: 0 auto;
    letter-spacing: .05em;
}
.coupon-txt3{
	font-size:12px;
	display: block;
	line-height: 1.6em;
	padding: 2.5% 0 0 0;
}
.backBtn-red a {
	width: 90%;
	text-align: center;
	margin: 3% auto 0;
	padding: 2.3% 0;
}
#couponcontent p.kome{
	font-size: 12px;
	/*text-align: left;*/
	margin: 0;
}

#couponcontent .coupon-group {
    width: 90%;
    margin: 0 auto;
}

#couponcontent .coupon-group .ent-imgbox {
    display: block;
    width: 100%;
    margin: 0 auto 5%;
}

#couponcontent .coupon-menu {
    width: 90%;
    border-radius: 10px;
    margin: 0 auto 5%;
    padding: 7% 4%;
}

#couponcontent .coupon-menu .coupon-menu-title {
    width: 78%;
    margin: 0 auto 6%;
}

#couponcontent .coupon-menu .coupon-menu-list img {
    width: 42%;
    margin: 0 3% 6%;
}


/*------------- お席の予約 -------------*/


#junban {
	margin:auto;
	max-width:90%;
}


/*------------- 新デニモバ 480 -------------*/
#introduction .introduction-mainimg {margin-bottom:0 }
#introduction h2.introduction-maintxt{
	margin: 20px auto 30px;
	font-size:15px;
	font-weight:normal;
	text-align:center;
}
#introduction h2.introduction-maintxt span {
	display:inline-block;
}
/* お得な特典 */
#introduction .otoku{
	width:90%;
	margin:0 auto 30px;
}
#introduction .otoku .otokuInner{
	width:100%;
	float: none;
	padding: 20px 0 0 0;
	margin: 20px 0 0 0;
	border-top: 1px solid #ccc;
}
#introduction .otoku h3 + .otokuInner {
	width:100%;
	float:none;
	padding: 0;
	margin: 0;
	border-top: none;
}
#introduction .otoku .otokuInner p {
	font-size:16px;
	text-align:center;
	margin:0 auto 15px;
}
#introduction .otoku .otokuInner .otokuImg {
	width:80%;
	margin:0 auto;
}
/* お得な特典 2つ並び */
#introduction .otoku .otokuInner_2column{
	width:100%;
	float: none;
	padding: 20px 0 0 0;
	margin: 20px 0 0 0;
	border-top: 1px solid #ccc;
}
#introduction .otoku h3 + .otokuInner_2column {
	width:100%;
	float:none;
	padding: 0;
	margin: 0;
	border-top: none;
}
#introduction .otoku .otokuInner_2column p {
	font-size:16px;
	text-align:center;
}
#introduction .otoku .otokuInner_2column .otokuImg {
	width:80%;
	margin:0 auto;
}
/* お得な特典クーポンボタン */
#introduction .coupon-btn a {
	width: 90%;
	margin-bottom:8%;
	padding: 3.5% 0;
	background-color: #00c8ff;
	letter-spacing:-1px;
}

#introduction .coupon-btn span {
	font-size: 13px;
	background: url(../images/mark/arrow2-white.png) no-repeat 100% 50%;
	background-size: 8px 14px;
}
/* 区切りライン */
#introduction .dm-hr2 {
	margin: 20px auto 30px;
	width:100%;
}
/* デニモバならこんなこともできる */
#introduction .service{
	width:90%;
	margin:0 auto 30px;
}
#introduction .service h3{
	margin:0 auto 15px;
}
#introduction .service .serviceInner{
	width:100%;
	float: none;
	border-left: none;
	text-align:left;
	padding: 20px 0 0 0;
	margin: 20px 0 0 0;
	border-top: 1px solid #ccc;
}
#introduction .service h3 + .serviceInner {
	width:100%;
	float: none;
	text-align:left;
	padding: 0;
	margin: 0;
	border-top: none;
}
#introduction .service .serviceInner .serviceExplanation {
	float:left;
	width:55%;
	}
#introduction .service .serviceInner .serviceIcon{
	width:35px;
	height:auto;
	margin:10px 0 5px 0;
}
#introduction .service .serviceInner p.service {
	font-size:15px;
	margin: 0;
}
#introduction .service .serviceInner p.service2 {
	font-size:15px;
	margin: 0;
}
#introduction .service .serviceInner p.service-cap {
	font-size:12px;
	margin:5px 0 0 0;
}
#introduction .service .serviceInner .serviceImg {
	float: right;
	width:45%;
}
#introduction .service .serviceInner .p15{
	padding:0; 
	}
	
/* 登録方法 */
#introduction .touroku{
	width:90%;
	margin:0 auto;
	}
#introduction .dm-txt2 {
		font-size: 14px;
		text-align: center;
		padding: 2% 0 0;
	}
#introduction .dm-txt3 {
		font-size: 20px;
		font-weight: bold;
		padding-bottom: 1%;
	}
#introduction .dm-txt4 {
		font-size: 14px;
		text-align: left;
	}
#introduction .dm-txt5 {
		text-align: center;
		font-size: 18px;
		letter-spacing: -0.1em;
	}
#introduction .dmqr {
		width: 50%;
		padding: 4% 0 7% 0;
		margin: 0 auto;
		float:none;
	}
#introduction .dmbox1, #introduction .dmbox2{
		width:100%;
		float:none;
	}
#introduction .denimoba-touroku-tit {
		font-size: 16px;
		padding: 3%;
	}
#introduction .denimoba-touroku {
		text-align: center;
		padding: 7% 5%;
	}
#introduction a.btn-dmsite {
		text-align: center;
		width: 100%;
		padding: 5% 0;
		margin: 2em 0;
		display: block;
		color : #fff;
	}
#introduction a.btn-dmsite:hover {
		color : #fff;
		opacity: 0.5;
		filter: alpha(opacity=50);
		-ms-filter: "alpha(opacity=50)";
		text-decoration: none;
		transition: all 0 ease;
	}
#introduction .denimoba-touroku2 {
		padding: 7% 5% 2%;
		margin: 6% 0;
	}
#introduction .btn-karitouroku a {
		width: 100%;
		padding: 5% 0;
		margin: .5em 0 1.5em;
		display:inline-block;
	}
#introduction .denimoba-setting {
		border-radius: 0;/* CSS3草案 */
		-webkit-border-radius: 0; /* Safari,Google Chrome用 */
		-moz-border-radius: 0; /* Firefox用 */
		text-align: left;
		font-size: 14px;
		width: 92%;
		padding: 4%;
		margin: 0 auto 2%;
	}
#introduction .denimoba-txtbox {
		font-size: 12px;
		padding-bottom: 10%;
	}
#introduction .denimoba-domein {
		border: solid 1px #ccc;
		text-align: center;
		font-size: 14px;
		width: 100%;
		padding:4% 0;
		margin: 4% auto;
	}
#introduction .denimoba-domein p {
		margin-bottom:0;
	}
#introduction .denimoba-domein a {
		color : #555;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;/*text-decoration: none;*/
	}
#introduction a.denimoba-domein:hover{
		outline : 0;
		color : #555;
		text-decoration: underline;
	}
#introduction .deni-domeinbox{
		width:100%;
		float:none;
	}
#introduction .dmimg { float: none; padding-top:5%;}
#introduction .appbox { padding-top: 0 }

}

@media only screen and (max-width: 768px) and (min-width: 481px) {
	/*↓鈴木140923*/
	/*------------- オトクをGET！ -------------*/
	.denimoba-toku-box1,
	.denimoba-toku-box2,
	.denimoba-toku-box3 {
		height: 105px;
		margin-bottom: 25px;
	}
	.denimoba-toku-box1{
		background: url(../images/denimoba-club/coupon/toku1.png) no-repeat 95% 50%;
		background-size: 60.7px 57.1px;
	}
	.denimoba-toku-box2{
		background: url(../images/denimoba-club/coupon/toku2.png) no-repeat 95% 50%;
		background-size: 60.7px 57.1px;
	}
	.denimoba-toku-box3{
		background: url(../images/denimoba-club/coupon/toku3.png) no-repeat 95% 50%;
		background-size: 60.7px 57.1px;
	}
	.denimoba-toku-box1 .dm-txt span, .denimoba-toku-box2 .dm-txt span, .denimoba-toku-box3 .dm-txt span {
		font-size: 16px;
	}
	.btn-karitouroku a{
		width: 80%;
		padding: 4%;
		margin: 40% 0 0 10%;
	}
	.dm-txt2 {
		padding: 0;
	}
	a.btn-dmsite {
		background: #eb2113;
		border-radius: 4px;/* CSS3草案 */
		-webkit-border-radius: 4px; /* Safari,Google Chrome用 */
		-moz-border-radius: 4px; /* Firefox用 */
		text-align: center;
		font-weight: bold;
		width: 93%;
		padding: 4%;
		margin: 2em 0;
		display: block;
		color : #fff;
	}
	.appbox { padding: 20% 0 0 5% }
	.dmqr { padding-top: 50% }
	.dmbox1 { width: 56% }
	.dmbox2 { width: 42% }
	.dmimg { float: right; width:49%; padding-top: 10%;}
	
/* -------------------新デニモバ 768 ----------------- */
#introduction h2.introduction-maintxt{
	margin: 20px auto 30px;
	font-size:15px;
}

/* お得な特典 */
#introduction .otoku{
	width:90%;
	margin:0 auto 30px;
}
#introduction .otoku .otokuInner p {
	font-size:15px;
	text-align:center;
	margin:0 auto 20px;
}
/* 区切りライン */
#introduction .dm-hr2 {
	margin: 20px auto 30px;
	width:100%;
}
/* デニモバならこんなこともできる */
#introduction .service{
	width:90%;
	margin:0 auto 30px;
}
#introduction .service .serviceInner p.service {
	font-size:15px;
	margin:0 auto 15px;
}
#introduction .service .serviceInner p.service2 {
	font-size:15px;
	margin:0 auto 5px;
}
#introduction .service .serviceInner p.service-cap {
	font-size:12px;
	margin:0 auto 15px;
}
/* 登録方法 */
#introduction .touroku{
	width:90%;
	margin:0 auto;
	}
#introduction .btn-karitouroku a{
		width: 80%;
		padding: 4%;
		margin: 40% 0 0 10%;
	}
#introduction .dm-txt2 {
		padding: 0;
	}
#introduction .appbox { padding: 20% 0 0 5% }
#introduction .dmqr { padding-top: 50% }
#introduction .dmbox1 { width: 56% }
#introduction .dmbox2 { width: 42% }
#introduction .dmimg { float: right; width:49%; padding-top: 10%;}

/*------------- クーポン -------------*/
.backBtn-red a{
	width: 50%;
	margin: 2% auto 0;
	padding: 1.5% 0;
}

#couponcontent .coupon-img {
    width: 78%;
}

.coupon-txt1 {
    font-size: 20px;
    width: 90%;
    margin: 0 auto 2%;
}

.coupon-txt2 {
    font-size: 20px;
    width: 90%;
    margin: 0 auto 2%;
}

#couponcontent .coupon-menu .coupon-menu-list img {
    width: 26%;
    margin: 0 2.25% 4%;
}

#couponcontent .coupon-menu .coupon-menu-title {
    width: 75%;
    margin: 4%;
}

}

@media only screen and (max-width: 980px) {
	/*.dmimg img { float: none; padding: 0 0 3% }*/
	.dmimg { float: right; width:49% }

	#introduction .dmimg { float: right; width:49% }
}
@media only screen and (min-width: 981px) {
	/*.dmbox2 { width: 55%*//*462px*/ /*}*/
	/*.dmimg img:first-child { padding-right: 1% }*/
	.dmimg { float: right; width:49% }
	#introduction .dmimg { float: right; width:49% }
}


/*------------- デニモバモニター試食会 -------------*/
#denimoba_tasting{
	width: 100%;
	max-width: 1080px;
	margin:0 auto 6%;
	color: #333;
}

#denimoba_tasting h1{
	margin-bottom: 50px;
}

#denimoba_tasting h2{
	text-align: center;
	margin-bottom: 50px;
}

#denimoba_tasting .denimoba_tastingBox {
	width: 90%;
	max-width: 896px;
	margin: 0 auto 80px;
}

#denimoba_tasting .denimoba_tastingBox h3 {
	font-size: 22px;
	color: #fff;
	background-color: #aee033;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	font-weight: normal;
	text-align: center;
	padding: .5% 0;
	letter-spacing: .1em;
}

#denimoba_tasting .denimoba_tastingBox dl {
	overflow: hidden;
	font-size: 18px;
	width: 100%;
	letter-spacing: .1em;
	margin-bottom: .5em;
}

#denimoba_tasting .denimoba_tastingBox dt {
	width: 18%;
	float: left;
}

#denimoba_tasting .denimoba_tastingBox dt span {
	color: #aee033;
}

#denimoba_tasting .denimoba_tastingBox dd {
	width: 82%;
	margin-left: 18%;
}

#denimoba_tasting .denimoba_tastingBox dd span {
	font-size: 16px;
}

#denimoba_tasting .denimoba_tastingBox dd a {
	text-decoration: underline;
}

#denimoba_tasting .denimoba_tastingBox dd a:hover {
	text-decoration: none;
}

#denimoba_tasting .denimoba_tastingBox ul ol {
	font-size: 16px;
	display: list-item;
    margin-left: 2em;
}

#denimoba_tasting .denimoba_tastingBox .oubo_nagare {
	text-align: center;
    padding-bottom: 40px;
    margin-bottom: 30px;
    /*border-bottom: 1px solid #AEE033;*/
}

#denimoba_tasting .denimoba_tastingBox .oubo_step .box {
	border-right:1px solid #AEE033;
	padding: 0 20px 20px;
	width: 28.7%;
    margin: 0;
    float: left;
}

#denimoba_tasting .denimoba_tastingBox .oubo_step .border0 {
	border:none !important;
}

#denimoba_tasting .denimoba_tastingBox .oubo_step .box img {
	width:80%;
	margin: 0 auto 15px;
	display: block;
}

#denimoba_tasting .denimoba_tastingBox .oubo_step p.btn1,
#denimoba_tasting .denimoba_tastingBox .oubo_step p.btn2,
#denimoba_tasting .denimoba_tastingBox .oubo_step p.btn3 {
	width: 100%;
	margin-bottom: 0;
}

#denimoba_tasting .denimoba_tastingBox .oubo_step p.btn1 a {
	width:80%;
	padding: 0;
	padding:5% 10%;
	margin:0 auto;
	color: #333;
	background: #88b3ff url(../images/mark/arrow2-black.png) no-repeat 96% 50%;
	background-size:8px 14px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-weight: normal;
	display: block;
	font-size: 14px;
}

#denimoba_tasting .denimoba_tastingBox .oubo_step p.btn2 a {
	width:80%;
	padding: 0;
	padding:5% 10%;
	margin:0 auto;
	color: #333;
	background: #ffc900 url(../images/mark/arrow2-black.png) no-repeat 96% 50%;
	background-size:8px 14px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-weight: normal;
	display: block;
	font-size: 14px;
}

#denimoba_tasting .denimoba_tastingBox .oubo_step p.btn3 a {
	width:80%;
	padding: 0;
	padding:5% 10%;
	margin:0 auto;
	color: #333;
	background: #ff95b6 url(../images/mark/arrow2-black.png) no-repeat 96% 50%;
	background-size:8px 14px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-weight: normal;
	display: block;
	font-size: 14px;
}

#denimoba_tasting .denimoba_tastingBox .oubo_step p.btn1 a:hover,
#denimoba_tasting .denimoba_tastingBox .oubo_step p.btn2 a:hover,
#denimoba_tasting .denimoba_tastingBox .oubo_step p.btn3 a:hover{
	text-decoration: none;
	opacity: 0.5;
}




@media only screen and (max-width: 896px) {
#denimoba_tasting h2 {
    width: 90%;
    margin: 0 auto 30px;
}

#denimoba_tasting .denimoba_tastingBox dl {
    font-size: 15px;
}

#denimoba_tasting .denimoba_tastingBox dt {
    width: 24%;
}

#denimoba_tasting .denimoba_tastingBox dd {
    width: 76%;
    margin-left: 24%;
}

#denimoba_tasting .denimoba_tastingBox dd span {
    font-size: 14px;
}

#denimoba_tasting .denimoba_tastingBox h3{
	font-size: 20px;
	padding: .3% 0;
}

/*#denimoba_tasting .denimoba_tastingBox .btnBox{
	padding: 30px 20px;
}

#denimoba_tasting .denimoba_tastingBox .btnBox .linkBtn1 a {
    width: 85%;
}

#denimoba_tasting .denimoba_tastingBox .btnBox .linkBtnBox {
    width: 100%;
}

#denimoba_tasting .denimoba_tastingBox .btnBox .linkBtn2Box {
    width: 100%;
    margin: 0;
    float: none;
}

#denimoba_tasting .denimoba_tastingBox .btnBox .linkBtn2 {
	margin-bottom: 2em;
}

#denimoba_tasting .denimoba_tastingBox .btnBox .linkBtn2 a{
	padding: 1.5% 0;
    width: 85%;
}

#denimoba_tasting .denimoba_tastingBox .btnBox .linkBtn3Box {
    width: 100%;
    margin: 0;
    float: none;
}

#denimoba_tasting .denimoba_tastingBox .btnBox .linkBtn3 a{
	padding: 1.5% 0;
    width: 85%;
}*/

}


@media only screen and (max-width: 980px) {
#denimoba_tasting .denimoba_tastingBox .oubo_step .box {
	padding: 0 20px 20px;
	width: 25%;
}
}



@media only screen and (max-width: 480px) {
#denimoba_tasting h1 {
    margin-bottom: 30px;
}

#denimoba_tasting h2 {
    width: 100%;
    margin: 0 auto 20px;
}

#denimoba_tasting .denimoba_tastingBox h3 {
    font-size: 16px;
    padding: 3% 0;
}

#denimoba_tasting .denimoba_tastingBox {
    margin: 0 auto 40px;
}

#denimoba_tasting .denimoba_tastingBox dl {
    font-size: 14px;
    margin-bottom: 1.5em;
}

#denimoba_tasting .denimoba_tastingBox dt {
    width: 100%;
    float: none;
}

#denimoba_tasting .denimoba_tastingBox dd {
    width: 100%;
    margin-left: 0;
}

#denimoba_tasting .denimoba_tastingBox dd span {
    font-size: 12px;
}

#denimoba_tasting .denimoba_tastingBox ul ol {
    font-size: 14px;
}

/*#denimoba_tasting .denimoba_tastingBox .btnBox {
    padding: 15px;
}

#denimoba_tasting .denimoba_tastingBox .btnBox p {
    font-size: 14px;
}

#denimoba_tasting .denimoba_tastingBox .btnBox p.not_member {
	text-align: left;
}

#denimoba_tasting .denimoba_tastingBox .btnBox p.member {
    font-size: 16px;
}

#denimoba_tasting .denimoba_tastingBox .btnBox .linkBtn1 a {
    width: 100%;
    padding: 4% 0;
}

#denimoba_tasting .denimoba_tastingBox .btnBox .linkBtn2 a {
    width: 100%;
    padding: 4% 0;
}

#denimoba_tasting .denimoba_tastingBox .btnBox .linkBtn3 a {
    width: 100%;
    padding: 4% 0;
}*/


#denimoba_tasting .denimoba_tastingBox .oubo_step .box {
	border-bottom:1px solid #AEE033;
	border-right:none;
	padding: 0 0 30px;
	width: 90%;
    margin: 0 5% 30px;
    float: none;
}

#denimoba_tasting .denimoba_tastingBox .oubo_step .box img {
    width: 70%;
}

#denimoba_tasting .denimoba_tastingBox .oubo_nagare {
    padding-bottom: 30px;
    margin-bottom: 25px;
}

#couponcontent .mb-5 {
	margin-bottom: 5%;
}

}

/*------------- 新お席の予約 150901 -------------*/
#seat {
	overflow:hidden;
	text-align:center;
	width:100%;
	max-width:1080px;
	margin:0 auto;
}

#seat .seat_font{
	font-family: 'Times New Roman', HiraMinProN-W3, 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'HGS明朝E', 'ＭＳ 明朝', 'MS Mincho', serif;
}

#seat .seat_main {
	text-align:center;
	margin:0 auto 30px;	
}

#seat .seat_txtBox{
	position:relative;
}

#seat .seat_txtBox h3 {
	padding: 0 0 10px 0;
	margin:0 auto 30px;
	border-bottom:1px dotted #d2b100;
	font-size:20px;
	letter-spacing:0.1em;
	width:70%;
}

#seat .seat_txtBox .seat_illust1 {
	position:absolute;
	top:4%;
	left:7%;
	width:54px;
	height:auto;
}

#seat .seat_txtBox .seat_illust2 {
	position:absolute;
	top:3%;
	right:3%;
	width:90px;
	height:auto;
}

#seat .seat_btnBox {
	position:relative;
	max-width:950px;
	width:100%;
	margin:30px auto 20px;
	/*padding: 0 0 3% 0;*/
	background-image:url(/images/denimoba-club/seat/seat_bg-a.jpg);
	background-repeat:no-repeat;
	background-size:100% auto;
}

/*#seat .seat_btnBox:after {
	content:"";
	position: absolute;
	display: block;
	background-image:url(/images/denimoba-club/seat/seat_bg-a2.jpg);
	background-repeat:no-repeat;
	background-size:100% auto;
	max-width:950px;
	max-height:25px;
	width:100%;
	height:100%;
	bottom:0;
	left:1px;
}*/

#seat .seat_btnBox h4{
	width:58%;
	font-size:34px;
	color:#eb2800;
	border-bottom:1px solid #ede099;
	padding:45px 0 8px 0;
	margin:0 auto 28px;
	letter-spacing:0.07em;
}

#seat .seat_btnBox .seat_BoxInner {
	width:90%;
	margin:0 auto;
}

#seat .seat_btnBox .seat_BoxInner .seat_BoxInner1 {
	width:39%;
	float:right;
}

#seat .seat_btnBox .seat_BoxInner .seat_BoxInner2 {
	width:55%;
	float: left;
}

#seat .seat_btnBox .seat_BoxInner .seat_BoxInner2 p.seat_cap{
	font-size:16px;
	line-height:1.8;
	margin:0 0 20px 0;
	padding:0 0 15px 0;
	text-align:left;
	letter-spacing:0.07em;
	border-bottom: 1px solid #CCC;
}

#seat .seat_btnBox .seat_BoxInner .seat_BoxInner2 p.seat_caplast{	
	padding:0;
	font-size:16px;
	line-height:1.8;
	margin:0;
	padding:0;
	text-align:left;
	letter-spacing:0.07em;
	border-bottom: 0 !important;
}

#seat .seat_btnBox .seat_BoxInner .seat_BoxInner2 .seat_caution {
	color:#eb2800;
	margin:25px auto 15px;
	text-align:left;
	font-size:12px;
	line-height:1.8;
	text-align:left;
}

/* 予約ボタン */
#seat .seat_btnBox .seat_BoxInner .seat_BoxInner2 .seat_btn a {
	display: block;
	width: 100%;
	text-align: center;
	margin: 0 auto;
	padding: 2% 0;
	background-color: #eb2800;
	border-radius: 4px;/* CSS3草案 */
	-webkit-border-radius: 4px; /* Safari,Google Chrome用 */
	-moz-border-radius: 4px; /* Firefox用 */
}
#seat .seat_btnBox .seat_BoxInner .seat_BoxInner2 .seat_btn span {
	color : #fff;
	font-weight:bold;
	font-size: 14px;
	background: url(../images/mark/arrow2-white.png) no-repeat 100% 50%;
	background-size: 8px 14px;
	padding: 0 1.5em 0 0;
	display: inline-block;
}
#seat .seat_btnBox .seat_BoxInner .seat_BoxInner2 .seat_btn a:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
	text-decoration: none;
	transition: all 0 ease;
}
#seat .seat_btnBox .seat_BoxInner .seat_BoxInner2 .seat_btn img {
	vertical-align: middle;
}

@media only screen and (max-width: 768px) {
#seat .seat_txtBox .seat_illust1 {
	display:none;
}

#seat .seat_txtBox .seat_illust2 {
	display:none;
}

#seat .seat_btnBox h4{
	width:70%;
	font-size:31px;
	color:#eb2800;
	border-bottom:1px solid #ede099;
	padding:30px 0 6px 0;
	margin:0 auto 28px;
	letter-spacing:0.07em;
}

#seat .seat_btnBox {
	width:90%;
	padding: 0;
}

#seat .seat_btnBox .seat_BoxInner .seat_BoxInner2 p.seat_cap{
	font-size:15px;
	line-height:1.6;
	margin:0 0 18px 0;
	padding:0 0 13px 0;
	text-align:left;
	letter-spacing:0.07em;
	border-bottom: 1px solid #CCC;
}

#seat .seat_btnBox .seat_BoxInner .seat_BoxInner2 p.seat_caplast{	
	font-size:15px;
	line-height:1.6;
	letter-spacing:0.07em;
	margin:0;
	padding:0;
}

#seat .seat_btnBox .seat_BoxInner .seat_BoxInner2 .seat_btn a:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
	text-decoration: none;
	transition: all 0 ease;
}
}

@media only screen and (max-width: 480px) {
#seat  .seat_txtBox h3 {
	font-size:18px;
	width:90%;
}

#seat  .seat_txtBox h3 span {
	display:inline-block;
}

#seat .seat_btnBox {
	position:relative;
	width:90%;
	margin:30px auto 0;
	padding: 0;
	background-image:url(/images/denimoba-club/seat/seat_bg-b.jpg);
	background-repeat:no-repeat;
	background-size:100% auto;
}

/*#seat .seat_btnBox:after {
	content:"";
	position: absolute;
	display: block;
	background-image:url(/images/denimoba-club/seat/seat_bg-b2.jpg);
	background-repeat:no-repeat;
	background-size:100% auto;
	max-width:436px;
	max-height:22px;
	width:100%;
	height:100%;
	bottom:-3%;
	left:0;
}*/

#seat .seat_btnBox h4{
	width:90%;
	font-size:25px;
	color:#eb2800;
	border-bottom:1px solid #ede099;
	padding:25px 0 5px 0;
	margin:0 auto 15px;
	letter-spacing:0;
}

#seat .seat_btnBox .seat_BoxInner {
	width:90%;
	margin:0 auto;
}

#seat .seat_btnBox .seat_BoxInner .seat_BoxInner1 {
	width:100%;
	float: none;
	padding:0 0 15px 0;
}

#seat .seat_btnBox .seat_BoxInner .seat_BoxInner2 {
	width:100%;
	float: none;
}

#seat .seat_btnBox .seat_BoxInner .seat_BoxInner2 p.seat_cap{
	font-size:14px;
	line-height:1.6;
	letter-spacing:0.05em;
	margin:0 0 15px 0;
	padding:0 0 10px 0;
}

#seat .seat_btnBox .seat_BoxInner .seat_BoxInner2 p.seat_caplast{	
	font-size:14px;
	line-height:1.6;
	letter-spacing:0.05em;
	margin:0;
	padding:0;
}
/* 予約ボタン */
#seat .seat_btnBox .seat_BoxInner .seat_BoxInner2 .seat_btn a {
	display: block;
	width: 100%;
	text-align: center;
	margin: 0 auto;
	padding: 3.5% 0;
	background-color: #eb2800;
	border-radius: 4px;/* CSS3草案 */
	-webkit-border-radius: 4px; /* Safari,Google Chrome用 */
	-moz-border-radius: 4px; /* Firefox用 */
}
}
/*------------- 新お席の予約 150901 end -------------*/


/*--------------- クーポン期間限定枠 170313 ---------------*/
#couponcontent .entcontent .couponLimit {
	width: 84%;
	background: url(/images/menu/mango17-main-bk.jpg) repeat;
    background-size: 320px 320px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-ms-border-radius: 10px;
	box-sizing: border-box;
	margin: 0 auto 3%;
	padding: 3% 1.5%;
	}

#couponcontent .entcontent .couponLimit h2 {
	position:relative;
	font-size:22px;
	font-weight:bold;
	text-align:center;
	color: #FF699A;
	}


#couponcontent .entcontent .couponLimit h2 span.font1 {
	font-size:35px;
	}

#couponcontent .entcontent .couponLimit h2 span.font2 {
	font-size:50px;
	}

#couponcontent .entcontent .couponLimit ul {
	width:100%;
	display:table;
	margin:0 auto;
	}

#couponcontent .entcontent .couponLimit ul li {
	width: 20%;
	display:inline-block;
    margin: 0 3% 4%;
	}

@media only screen and (max-width: 768px) {
#couponcontent .entcontent .couponLimit ul li {
    width: 26%;
	}

#couponcontent .entcontent .couponLimit h2:before {
    width: 10%;
    height: 100%;
    top: 18%;
    left: 13%;
	}

#couponcontent .entcontent .couponLimit h2:after {
    width: 10%;
    height: 100%;
    top: 18%;
    right: 13%;
	}
}

@media only screen and (max-width: 480px) {
#couponcontent .entcontent .couponLimit {
    width: 90%;
	background-size: 12px 12px;
    margin: 8% auto 6%;
    padding: 7% 4%;
	}

#couponcontent .entcontent .couponLimit h2 {
    font-size: 18px;
	}

#couponcontent .entcontent .couponLimit h2:before {
    width: 10%;
    height: 100%;
    top: -46px;
    left: 0;
	right:0;
	margin:auto;
	}

#couponcontent .entcontent .couponLimit h2:after {
	display:none;
	}
	
#couponcontent .entcontent .couponLimit h2 span.font1 {
    font-size: 28px;
	}
	
#couponcontent .entcontent .couponLimit h2 span.font2 {
    font-size: 38px;
	}

#couponcontent .entcontent .couponLimit ul li {
    width: 42%;
	}
}

@media only screen and (max-width: 320px) {
#couponcontent .entcontent .couponLimit h2:before {
    top: -38px;
	}
}

/*------------- クーポン期間限定枠 170313 end -------------*/

