@charset "utf-8";

/* 00.USUAL
--------------------------------------------------- */
body {
	position: relative;
	z-index: -3;
}
article#renewWrap {
	font-family: "M PLUS 1p";
	font-size: 106%;
	letter-spacing: 0.04em;
	background: url("../img/renew/bg_dotted_red.png") repeat center top / 18px auto;
	position: relative;
	z-index: -2;
}
article#renewWrap * {
	margin: 0;
	padding: 0;
}
article#renewWrap img {
	max-width: 100%;
	height: auto;
}
article#renewWrap .pcNone { display:none; }

article#renewWrap .floL, article#renewWrap .floR { display:inline; }
article#renewWrap .floL { float:left; }
article#renewWrap .floR { float:right; }

article#renewWrap .indent1em { text-indent:-1em !important; padding-left:1em !important; }

article#renewWrap .container {
	width: 940px;
	margin: 0 auto;
}

.t_center {
	text-align: center !important;
}

@-webkit-keyframes modify {
      0% { padding-top: 80px; margin-top: -80px; }
    100% { padding-top: 0; margin-top: 0; }
}
@keyframes modify {
      0% { padding-top: 80px; margin-top: -80px; }
    100% { padding-top: 0; margin-top: 0; }
}
section#campaign:target,
section#shopinfo:target,
#mm_top:target {
	-webkit-animation: modify 0.1s;
	animation: modify 0.1s;
}

/* rotate-in */
@-webkit-keyframes rotate-in {
	  0% { transform: rotate(-10deg); }
	 80% { transform: rotate(3deg); }
	100% { transform: rotate(0deg); }
}
@keyframes rotate-in {
	  0% { transform: rotate(-10deg); }
	 80% { transform: rotate(3deg); }
	100% { transform: rotate(0deg); }
}
article#renewWrap .rotate-in {
	animation: rotate-in 0.5s cubic-bezier(.65,.05,.36,1) 1;
	transform-origin: center bottom;
}


section#mm_top {
	position: relative;
	z-index: -3;
}

/* Less than SP-LANDSCAPE
================================================================= */
@media screen and (max-width:568px) {
	article#renewWrap .pcNone { display:block !important; }
	article#renewWrap .spNone { display:none !important; }
	@-webkit-keyframes modify {
		  0% { padding-top: 40px; margin-top: -40px; }
		100% { padding-top: 0; margin-top: 0; }
	}
	@keyframes modify {
		  0% { padding-top: 40px; margin-top: -40px; }
		100% { padding-top: 0; margin-top: 0; }
	}
}



/* 01.MAINVISUAL
--------------------------------------------------- */
article#renewWrap section#intro {
	background: url("../../1905/img/renew/mv_pre_bg.png") no-repeat center top;
	-webkit-background-size: 105% auto;
	-moz-background-size: 105% auto;
	-ms-background-size: 105% auto;
	-o-background-size: 105% auto;
	background-size: 105% auto;
	text-align: center;
	padding: 4% 0;
	color: #fff;
}
article#renewWrap section#intro h1 {
	background: url("../../1905/img/renew/mv_equalizer.gif") no-repeat center bottom;
	-webkit-background-size: 26% auto;
	-moz-background-size: 26% auto;
	-ms-background-size: 26% auto;
	-o-background-size: 26% auto;
	background-size: 26% auto;
	padding-bottom: 4%;
	margin-bottom: 2%;
}
article#renewWrap section#intro h1 img {
	max-width: 50%;
	height: auto;
}
article#renewWrap section#intro p {
	margin-bottom: 1em;
	font-weight: 500;
	font-size: 130%;
}

/* NAV */
article#renewWrap nav {
	padding-bottom: 3%;
}
article#renewWrap nav ul,
nav.clone-nav ul {
	list-style: none;
	width: 940px;
	margin: 0 auto;
	padding: 0;
    text-align: center;
}
article#renewWrap nav ul li,
nav.clone-nav ul li {
	width: 33.3%;
	display: inline-block;
	text-align: center;
	padding: 0 1%;
}
nav.clone-nav {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	transition: .3s;
	transform: translateY(-100%);
	background: rgba(230,0,18,.8);
	z-index: 99999;
	padding: 1% 0;
}
nav.is-show {
	transform: translateY(0);
}
nav.clone-nav ul li img {
	max-width: 100%;
	height: auto;
}


/* Less than 1100px
================================================================= */
@media screen and (max-width:1100px) {
	article#renewWrap section#intro p { padding:0 5%; text-align:left; }
	article#renewWrap nav ul, nav.clone-nav ul { width:96%; text-align: center; }
}

/* Less than 991px
================================================================= */
@media screen and (max-width:991px) {
	article#renewWrap section#intro { -webkit-background-size:110% auto; -moz-background-size:110% auto; -ms-background-size:110% auto; -o-background-size:110% auto; background-size:110% auto; }
}

/* Less than SP-LANDSCAPE
================================================================= */
@media screen and (max-width:568px) {
	article#renewWrap section#intro { background:url("../../1905/img/renew/sp_mv_pre_bg.png") no-repeat center top; -webkit-background-size:100% auto; -moz-background-size:100% auto; -ms-background-size:100% auto; -o-background-size:100% auto; background-size:100% auto; padding:17% 0 4%; }
	article#renewWrap section#intro h1 img { max-width:80%; }
	article#renewWrap section#intro p { font-size:4vw; line-height:150%; font-weight:500; text-shadow: 
    #e60012 2px 0px,  #e60012 -2px 0px,
    #e60012 0px -2px, #e60012 0px 2px,
    #e60012 2px 2px , #e60012 -2px 2px,
    #e60012 2px -2px, #e60012 -2px -2px,
    #e60012 1px 2px,  #e60012 -1px 2px,
    #e60012 1px -2px, #e60012 -1px -2px,
    #e60012 2px 1px,  #e60012 -2px 1px,
    #e60012 2px -1px, #e60012 -2px -1px;}
}
/* SP-PORTRAIT
================================================================= */
@media screen and (min-width:0px) and (max-width:479px) {
}
/* Less than SP-PORTRAIT / iPhone5
================================================================= */
@media screen and (max-width:320px) {
}


/* 02.CAMPAIGN
--------------------------------------------------- */
article#renewWrap section#campaign {
}
article#renewWrap section#campaign {
	position: relative;
	overflow: hidden;
}
article#renewWrap section#campaign:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 150%;
	height: 75%;
	margin: 15% -10% 0;
	background: url("../img/renew/bg_dotted_yel.png") repeat left center / 18px auto;
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
	-webkit-transform: rotate(-9deg);
	-ms-transform: rotate(-9deg);
	transform: rotate(-9deg);
	z-index: -1;
}
article#renewWrap section#campaign h2 {
	text-align: center;
	margin: 2em 0;
}
article#renewWrap section#campaign h2 img {
	max-width: 656px;
}

article#renewWrap section#campaign div.cpnWrap {
	margin-bottom: 6%;
	padding: 6% 8%;
	box-sizing: border-box;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	position: relative;
	background-color: #fff;
}
article#renewWrap section#campaign div.cpnWrap div.cpnBadge {
	position: absolute;
	top: -5%;
	left: -4%;
	width: 120px;
	height: 120px;
	z-index: 100;
}


article#renewWrap section#campaign div.cpnWrap div.cpnBadge154 {
    position: absolute;
    top: -8%;
    left: -4%;
    width: 120px;
    height: 120px;
    z-index: 100;
}


article#renewWrap section#campaign div.cpnWrap div.cpnInner {}
article#renewWrap section#campaign div.cpnWrap div.cpnInner figure {
	display: inline;
	width: 40%;
	float: right;
}
article#renewWrap section#campaign div.cpnWrap div.cpnInner div.cpnData {
	display: inline;
	width: 57%;
	float: left;
}
article#renewWrap section#campaign div.cpnWrap div.cpnInner div.cpnData h3 {
	color: #e60012;
	font-size: 220%;
	margin: 0.5em 0;
	font-weight: 800;
	line-height: 120%;
}
article#renewWrap section#campaign div.cpnWrap div.cpnInner div.cpnData h4 {
	margin-bottom: .5em;
}
article#renewWrap section#campaign div.cpnWrap div.cpnInner div.cpnData p {
	margin-bottom: 1em;
	text-align: justify;
}
article#renewWrap section#campaign div.cpnWrap div.cpnInner div.cpnData p span.marker {
	background: linear-gradient(transparent 60%, #fff338 60%);	
	padding: 0 2px;
	font-weight: bold;
}
article#renewWrap section#campaign div.cpnWrap div.cpnInner div.cpnData dl.note {
	border-top: 4px dotted #e60012;
    border-bottom: 4px dotted #e60012;
	padding: 1em 0;
}

article#renewWrap section#campaign div.cpnWrap div.cpnInner div.cpnData dl.note dt,
article#renewWrap section#campaign div.cpnWrap div.cpnInner div.cpnData dl.note dd {
	display: inline;
}
article#renewWrap section#campaign div.cpnWrap div.cpnInner div.cpnData dl.note dt {
	float: left;
	width: 25%;
}
article#renewWrap section#campaign div.cpnWrap div.cpnInner div.cpnData dl.note dd {
	float: right;
	width: 70%;
}
article#renewWrap section#campaign div.cpnWrap div.cpnInner div.cpnData div.cpnBtn {
	margin: 4% 0;
}
article#renewWrap section#campaign div.cpnWrap div.cpnInner div.member {
	text-align: center; 
	margin: 20px 10px !important;
}
article#renewWrap section#campaign div.cpnWrap div.cpnInner div.cpnData dl.cpnAttention {
	margin: 4% 0;
}
article#renewWrap section#campaign div.cpnWrap div.cpnInner div.cpnData dl.cpnAttention dt {
}
article#renewWrap section#campaign div.cpnWrap div.cpnInner div.cpnData dl.cpnAttention dt img {
	max-width: 170px;
	cursor: pointer;
}
article#renewWrap section#campaign div.cpnWrap div.cpnInner div.cpnData dl.cpnAttention dd {
	display: none;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background: rgba(230,0,18,0.15);
	margin-top: -2%;
	padding: 4% 5% 3%;
	position: relative;
}
article#renewWrap section#campaign div.cpnWrap div.cpnInner div.cpnData dl.cpnAttention dd ul {
	list-style: none;
}
article#renewWrap section#campaign div.cpnWrap div.cpnInner div.cpnData dl.cpnAttention dd ul li {
	text-indent: -1em;
	margin-bottom: 0.5em;
	padding-left: 1em;
	font-size: 93%;
}
	article#renewWrap section#campaign div.cpnWrap div.cpnInner div.cpnData dl.cpnAttention dd ul li:last-child { margin-bottom:0; }
article#renewWrap section#campaign div.cpnWrap div.cpnInner div dl dd ul {
}
article#renewWrap section#campaign div.cpnWrap div.cpnInner div dl dd ul li {
	padding-left: 1em;
    text-indent: -1em;
}	
article#renewWrap section#campaign ul.prizeList {
	margin-bottom: 1em !important;
	list-style: none;
}
article#renewWrap section#campaign ul.prizeList li {
    padding-left: 1em !important; 
    text-indent: -1em;
}
article#renewWrap section#campaign ul.prizeList li:before {
    content: "● ";
    color: #e54816;
	font-size: 75%;
}
	article#renewWrap section#campaign ul.prizeList.noCircle li {}
	article#renewWrap section#campaign ul.prizeList.noCircle li:before { content:none; }

article#renewWrap section#campaign ul.prizeList li span {
	color: #e54816;
	padding-right: 0.5em !important;
	font-weight: bold;
}

article#renewWrap .sns_container{
	margin: 20px auto 10px;
	text-align: center;
	padding: 1em;
	background: #f6f6f6;
	border-radius: 4px;
}
article#renewWrap .sns {
    margin: 10px;
    display: inline-block;
}
article#renewWrap .sns:first-child {
    display: block;
	margin: 0 auto 10px;
}

@media (max-width: 991px){
	article#renewWrap section#campaign div.container { width:94%; }
	article#renewWrap section#campaign div.cpnWrap div.cpnBadge { width:12%; height:auto; top:-2%; left:-4%; }
    article#renewWrap section#campaign div.cpnWrap div.cpnBadge154 { width:12%; height:auto; top:-6%; left:-4%; }
}
/* Less than SP-LANDSCAPE
================================================================= */
@media screen and (max-width:568px) {
	article#renewWrap section#campaign { padding-bottom:0; }
	article#renewWrap section#campaign div.cpnWrap { padding:2em; }
	article#renewWrap section#campaign div.cpnWrap div.cpnInner figure,
	article#renewWrap section#campaign div.cpnWrap div.cpnInner div.cpnData,
	article#renewWrap section#campaign div.cpnWrap div.cpnInner div.cpnData dl.note dt,
	article#renewWrap section#campaign div.cpnWrap div.cpnInner div.cpnData dl.note dd { display:block !important; float:none !important; width:auto !important; }
	article#renewWrap section#campaign div.cpnWrap div.cpnInner div.cpnData p { font-size:93%; line-height:180%; }
	article#renewWrap section#campaign div.cpnWrap div.cpnInner figure { text-align:center; }
	article#renewWrap section#campaign div.cpnWrap div.cpnInner div.cpnData div.cpnBtn { margin:2em 0 1em; }
	article#renewWrap section#campaign h2 { margin:1em 0; }
	article#renewWrap section#campaign h2 img { max-width:90% !important; }
	article#renewWrap section#campaign div.cpnWrap div.cpnBadge { width:30%; }
}
/* SP-PORTRAIT
================================================================= */
@media screen and (min-width:0px) and (max-width:479px) {
	article#renewWrap section#campaign div.cpnWrap div.cpnInner div dl dd ul {
	font-size: 0.9em;
	width: auto;
}
}
/* Less than SP-PORTRAIT / iPhone5
================================================================= */
@media screen and (max-width:320px) {
}


/* 03.SHOPINFO
--------------------------------------------------- */
section#shopinfo {
	width: 100%;
	margin: 0 auto;
	padding: 5% 0;
}
section#shopinfo h2 {
	text-align: center;
	margin-bottom: 0.5%;
	padding-bottom: 3%;
}
section#shopinfo h2 img {
	max-width: 288px;
	height: auto;
}
section#shopinfo div.shopDetail {
	background-color: #fff;
	box-sizing: border-box;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	position: relative;
	margin-bottom: 2.5%;
	padding: 4% 5%;
}
section#shopinfo div.shopDetail div.floL {
	width: 48%;
}
section#shopinfo div.shopDetail div.floR {
	width: 48%;
}
section#shopinfo div.shopDetail dl#shopName {
	text-align: center;
	box-sizing: border-box;
	margin: 3% 0 6%;
}
section#shopinfo div.shopDetail dl#shopName dt {
	margin-bottom: 0.5em;
	padding: 0 5%;
}
section#shopinfo div.shopDetail dl#shopName dd {
	color: #e50012;
	font-weight: bold;
	font-size: 250%;
	line-height: 1;
}
section#shopinfo div.shopDetail ul#shopData {
	list-style: none;
	border-top: 1px dotted #b2b2b2;
	margin-bottom: 5%;
}
section#shopinfo div.shopDetail ul#shopData li {
	border-bottom: 1px dotted #b2b2b2;
	padding: 2.5% 0;
}
section#shopinfo div.shopDetail ul#shopData li dl {
	display: table;
	width: 100%;
}
section#shopinfo div.shopDetail ul#shopData li dl dt {
	font-weight: bold;
	display: table-cell;
	width: 25%;
}
section#shopinfo div.shopDetail ul#shopData li dl dd {
	display: table-cell;
	width: 75%;
}
section#shopinfo div.shopDetail div#gmap {
	text-align: right;
	margin-top: 2%;
}
section#shopinfo div.shopDetail div#gmap img {
	max-width: 200px;
}
section#shopinfo div.shopDetail div.shopBadge {
	position: absolute;
	top: -10px;
	left: -20px;
	width: 85px;
	height: 85px;
	z-index: 100;
}
section#shopinfo div.shopDetail#shopService {
	background: none;
	padding: 2em 0;
}
section#shopinfo div.shopDetail#shopService h3 {
	text-align: center;
	margin-bottom: 0.5em;
}
section#shopinfo div.shopDetail#shopService h3 img {
	max-width: 430px;
}
section#shopinfo div.shopDetail#shopService ul {
	list-style: none;
	text-align: center;
}
section#shopinfo div.shopDetail#shopService ul li {
	display: inline-block;
	width: 20%;
	box-sizing: border-box;
	padding: 1%;
}

section#shopinfo a img {
	transition: 0.3s;
}
section#shopinfo a:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

/* 04.RELAKARA
--------------------------------------------------- */
section#shopinfo div#relakara {
}
section#shopinfo div#relakara div.floL {
	width: 42%;
}
section#shopinfo div#relakara div.floR {
	width: 54%;
}
section#shopinfo div#relakara h4 {
	text-align: center;
	margin-bottom: 5%;
	padding: 0 5%;
}
section#shopinfo div#relakara dl {
}
section#shopinfo div#relakara dl dt {
	color: #006ab8;
	margin-bottom: 0.5em;
	text-align: center;
}
section#shopinfo div#relakara dl dt h5 {
	font-size: 106%;
}
section#shopinfo div#relakara dl dd {
	font-size: 93%;
	line-height: 150%;
}
section#shopinfo div#relakara .bx-wrapper .bx-caption span {
	font-family: "Mplus 1p";
	padding: 1% 2% !important;
	font-size: 100%;
}
section#shopinfo div#relakara .bx-wrapper .bx-pager.bx-default-pager a:hover,
section#shopinfo div#relakara .bx-wrapper .bx-pager.bx-default-pager a.active {
	background-color: #ed4b59;
}
section#shopinfo div#relakara .bx-wrapper .bx-controls-direction a {
	width: 18px;
	height: 44px;
	top: 43%;
}
section#shopinfo div#relakara .bx-wrapper .bx-prev {
    left: 5px;
    background: url("../../1805/img/controls_wh.png") no-repeat 0 0;
	-webkit-background-size: 36px 44px;
	-moz-background-size: 36px 44px;
	-ms-background-size: 36px 44px;
	-o-background-size: 36px 44px;
	background-size: 36px 44px;
	display: block;
}
section#shopinfo div#relakara .bx-wrapper .bx-next {
    right: 5px;
    background: url("../../1805/img/controls_wh.png") no-repeat -18px 0;
	-webkit-background-size: 36px 44px;
	-moz-background-size: 36px 44px;
	-ms-background-size: 36px 44px;
	-o-background-size: 36px 44px;
	background-size: 36px 44px;
	display: block;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	width: 8px;
	height: 8px;
	background-color: #b3b3b3;
	margin: 0 2px !important;
}
section#shopinfo div#relakara .shopinfo_room_bnr {
	margin:3% 0 0;
	padding:3%;
	border:1px dotted #b2b2b2;
	background:url("/img/common/33/bg_stripe.png") repeat center top / 10px auto;
}
section#shopinfo div#relakara .shopinfo_room_bnr p {
    text-align: center;
    line-height: 140%;
    margin: 3% 0 0;
}

/* 04.MACHINE
--------------------------------------------------- */
section#shopinfo div#machine {
	width: 48.5%;
	padding: 4%;
}
section#shopinfo div#machine dl {
	margin-bottom: 3%;
	padding: 0 25px;
}
section#shopinfo div#machine dl dt {
	color: #e60012;
	font-size: 118%;
	margin-bottom: 0.5em;
	text-align: center;
}
section#shopinfo div#machine dl dd {
}
section#shopinfo div#machine div.bx-wrapper {
	text-align: center;
	margin-bottom: 10%;
}
section#shopinfo div#machine div.bx-wrapper p {
	font-size: 93%;
	line-height: 150%;
}
section#shopinfo div#machine .bx-wrapper .bx-pager.bx-default-pager a:hover,
section#shopinfo div#machine .bx-wrapper .bx-pager.bx-default-pager a.active {
	color: #e60012 !important;
}
section#shopinfo .indent1em {
	font-size: 81%;
	line-height: 150%;
}
section#shopinfo div#machine .bx-wrapper .bx-controls-direction a {
	width: 18px;
	height: 44px;
	top: 38%;
}
section#shopinfo div#machine .bx-wrapper .bx-prev {
    left: -20px;
    background: url("../img/controls.png") no-repeat 0 0;
	-webkit-background-size: 36px 44px;
	-moz-background-size: 36px 44px;
	-ms-background-size: 36px 44px;
	-o-background-size: 36px 44px;
	background-size: 36px 44px;
	display: block;
}
section#shopinfo div#machine .bx-wrapper .bx-next {
    right: -20px;
    background: url("../img/controls.png") no-repeat -18px 0;
	-webkit-background-size: 36px 44px;
	-moz-background-size: 36px 44px;
	-ms-background-size: 36px 44px;
	-o-background-size: 36px 44px;
	background-size: 36px 44px;
	display: block;
}


/* 05.FOOD
--------------------------------------------------- */
section#shopinfo div#food {
	width: 48.5%;
	padding: 3%;
}
section#shopinfo div#food ul {
	list-style: none;
	text-align: center;
	font-size: 87%;
}
section#shopinfo div#food ul li {
	margin-bottom: 5%;
}
section#shopinfo div#food ul li figure {
}
section#shopinfo div#food ul li p {
	line-height: 130%;
	margin-top: 0.4em;
}
section#shopinfo div.shopBtn {
	margin: 2% auto;
	text-align: center;
}
section#shopinfo div.shopBtn img {
	max-width: 50%;

}



@media (max-width: 991px){
	section#shopinfo div.container { width:96%; }
}
/* Less than SP-LANDSCAPE
================================================================= */
@media screen and (max-width:568px) {
	section#shopinfo { padding-top:8%; }
	section#shopinfo div.shopDetail div.floL,
	section#shopinfo div.shopDetail div.floR,
	section#shopinfo div#relakara div.floL,
	section#shopinfo div#relakara div.floR,
	section#shopinfo div#machine,
	section#shopinfo div#food { float:none; width:auto; display:block; }
	section#shopinfo { -webkit-background-size:120px auto; -moz-background-size:120px auto;	-ms-background-size:120px auto;	-o-background-size:120px auto; background-size:120px auto;}
	section#shopinfo div.shopDetail div.floL { margin-bottom:5%; }
	section#shopinfo div.shopDetail dl#shopName dt { padding:0 10%; }
	section#shopinfo div.shopDetail dl#shopName dd { line-height:150%; font-size:200%; }
	section#shopinfo h2 { padding-bottom:7%; }
	section#shopinfo h2 img { max-width:50%; }
	section#shopinfo div.shopDetail div.shopBadge { left:-10px; width:75px; height:75px; }
	section#shopinfo div.shopBtn img { max-width:75%; }
	section#shopinfo div#relakara,
	section#shopinfo div#machine { padding:10% 6%; }
	section#shopinfo div#relakara h4 { padding:0 10%; }
	section#shopinfo div#relakara dl dt h5 { font-size:112%; }
	section#shopinfo div.shopDetail#shopService h3 img { max-width:90%; }
	section#shopinfo div.shopDetail#shopService ul li { width:33.3%; }
	
	
}
/* SP-PORTRAIT
================================================================= */
@media screen and (min-width:0px) and (max-width:479px) {
}
/* Less than SP-PORTRAIT / iPhone5
================================================================= */
@media screen and (max-width:320px) {
}


/* reserveBtn */
div#reserveBtn {
    position: fixed;
    right: 5px;
	z-index: 9999;
	width: 220px;
	-webkit-animation: fu-sen 2s ease 0s infinite;
	-moz-animation-name: fu-sen 2s ease 0s infinite;
}
	@-webkit-keyframes fu-sen {
		0% {-webkit-transform: translate(0, 0);}
		50% {-webkit-transform: translate(0, -10px);}
		100% {-webkit-transform: translate(0, 0);}
	}
	@-moz-keyframes fu-sen {
		0% {-moz-transform: translate(0, 0);}
		50% {-moz-transform: translate(0, -10px);}
		100% {-moz-transform: translate(0, 0);}
	}

/* couponBtn */
div#couponBtn {
    position: fixed;
    right: 0;
	top: 120px;
	z-index: 7000;
	width: 120px;
	height: auto;
	-webkit-animation: coupon 1.5s ease 0s infinite;
	-moz-animation-name: coupon 1.5s ease 0s infinite;
}
	@-webkit-keyframes coupon {
		0% {-webkit-transform: translate(10px, 0);}
		50% {-webkit-transform: translate(0, 0);}
		100% {-webkit-transform: translate(10px, 0);}
	}
	@-moz-keyframes coupon {
		0% {-webkit-transform: translate(10px, 0);}
		50% {-webkit-transform: translate(0, 0);}
		100% {-webkit-transform: translate(10px, 0);}
	}


/* Less than SP-LANDSCAPE
================================================================= */
@media screen and (max-width:568px) {
	div#reserveBtn { width:140px; bottom:0 !important; left:0; }
	div#couponBtn { top:auto; bottom:10px !important; }
}


/**********************************************************************************************************************
*COMMING SOON
**********************************************************************************************************************/
dl#commingsoon {
	text-align: center;
	padding: 8% 0 5% !important;
}
dl#commingsoon dt {
	margin-bottom: 3%;
}
dl#commingsoon dt img {
	max-width: 80%;
}
dl#commingsoon dd img {
	max-width: 55%;
}
/* Less than SP-LANDSCAPE
================================================================= */
@media screen and (max-width:568px) {
	dl#commingsoon dt img { max-width:95%; }
	dl#commingsoon dd img { max-width:80%; }
}

/* GoogleMap */
section#shopinfo div.shopDetail div.floR#googleMap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
section#shopinfo div.shopDetail div.floR#googleMap iframe,
section#shopinfo div.shopDetail div.floR#googleMap object,
section#shopinfo div.shopDetail div.floR#googleMap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Less than SP-LANDSCAPE
================================================================= */
@media screen and (max-width:568px) {
	/* GoogleMap */
	section#shopinfo div.shopDetail div.floR#googleMap {
		position: relative;/*
		padding-bottom: 56.25%;*/
		padding-top: 30px;/*
		height: 0;*/
		overflow: hidden;
	}
}