ul.areaMenu {
	margin:20px auto;
	width:980px;
}
ul.areaMenu li{
	float:left;
	width:300px;
	margin-right:40px;
}
ul.areaMenu li a {
	width:300px;
}

ul.areaMenu li:last-child {
	margin-right:0px;
}



ul.btnArea2 {
	margin:0px auto 20px;
	text-align:center;
	width:620px;

}
ul.btnArea2 li {
	float:left;
	margin-right:20px;
}
ul.btnArea2 li:last-child {
	margin-right:0px;
}




.navArea {
	width:100%;
	max-width:1140px;
	padding:10px;
	background:#ffffea;
	margin:0 auto 1em;
	font-size:15px;
}
.navArea .left {
	float:left;
	color:#000;
	font-weight:bold;
}
.navArea .right {
	float:right;
}

div.dl {
	margin:10px auto 20px;
    width: 400px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    border: 1px solid #333;
    padding: 20px 0;
    text-align: center;
}

.dl .shop {
    margin-bottom: 0px;
    display: inline-block;
    vertical-align: middle;
}
.dl .shop:first-child {
	margin-right:1em;
}

.red {
	font-weight:bold;
	color:#f00;
}


#appLayout {
    margin: 0 auto;
}

.appAreaMain{
	display: table;
	width: 100%;
	min-height: 350px;
	background-color: #fff;
	padding: 0px 0 40px;
}
.appAreaMain .subtitle02 {
	text-align:center;
	font-size:16px;
	background:#f0ab00;
}
.appAreaMain .dl{
	margin: 10px auto 20px;
    width: 400px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    border: 1px solid #333;
    padding: 20px;
    text-align: center;
}
.appAreaMain .dl .left{
	float:left;
}
.appAreaMain .dl .right{
	float:right;
}
.appAreaMain .atend {
	margin-top:2em;
	font-size:1.5em;
	padding:0 20px;
}
.appAreaMain .atend ul.app {
	margin:1em 0;
}
.taC { text-align:center; }
.fwB { font-weight:bold; }

#app {
	position: relative;
	top: -65px;
	display: block;
}
.appAreaMain .appBlock {
	padding:20px;
}



/* tablet */
/* screens smaller than 768---------------------------------------------------------- */
@media only screen and (max-width:768px) {

	ul.areaMenu,
	ul.btnArea2 {
		margin:20px auto;
		width:100%;
	}
	ul.areaMenu li,
	ul.btnArea2 li {
		width:220px;
		float:left;
		margin-right:10px;
	}
	ul.areaMenu li:last-child,
	ul.btnArea2 li:last-child {
		margin-right:0px;
	}
	ul.areaMenu li img,
	ul.btnArea2 li img {
		max-width:100%;
	}

	.btnSemEdt,
	.btnCancel,
	.btnMyMenu,
	.btnReady,
	.btnTicket,
	.btnEnq {
		width:400px!important;
	}

}



/* smartphone */
/* screens smaller than 690---------------------------------------------------------- */
@media only screen and (max-width:768px) {

	ul.areaMenu,
	ul.btnArea2 {
		margin:20px auto 0;
		width:98%;
	}


	ul.areaMenu li,
	ul.btnArea2 li {
		width:auto;
		float:none;
		margin:0px 0px 10px;
		text-align:center;
	}
	ul.areaMenu li:last-child,
	ul.btnArea2 li:last-child {
	}




	.navArea {
		width:100%;
		padding:5px 5px;
		background:none;
	}

	.navArea .left {
		float:none;
		font-weight:bold;
		
	}
	.navArea .right {
		float:none;
	}



	div.dl {
		margin:10px auto 20px;
	    width: auto;
	    -moz-border-radius: 0px;
	    -webkit-border-radius: 0px;
	    border-radius: 0px;
	    border: 0px;
	    padding: 20px 0;
	    text-align: center;
	}

	.dl .shop {
	    margin-bottom: 0px;
	    display: block;
	    vertical-align: middle;
	    text-align:center;
	    margin-right:0;
	}
	.dl .shop:first-child {
	    margin-right:0;
		margin-bottom:1em;
	}
	.dl .shop img {
		max-width:100%;
	}

	.btnSemEdt,
	.btnCancel,
	.btnMyMenu,
	.btnReady,
	.btnTicket,
	.btnEnq {
		width:90%!important;
	}


	.appAreaMain .dl{
		width:90%;
		text-align:center;
		margin:auto;
	}

	.appAreaMain .dl .left,
	.appAreaMain .dl .right{
		float:none;
	}
	.appAreaMain .dl .left {
		margin-bottom:1em;
	}


}





/* フラットボタン系 */
.btnMyMenu {
	display:inline-block;
	width:300px;
	font-size: 16px;
    font-weight: bold;
    padding: 1.1em 0;
	color: #fff!important;
    text-decoration: none;
    text-align:center;
    background-color: #497FAB;
    transition: all 0.2s;
    border:0;
    border-style: none;
    cursor:pointer;
}

.btnReady {
	display:inline-block;
	width:300px;
	font-size: 16px;
    font-weight: bold;
    padding: 1.1em 0;
	color: #fff!important;
    text-decoration: none;
    text-align:center;
    background-color: #333;
    opacity:0.7;
    transition: all 0.2s;
    border:0;
    border-style: none;
}

/* フラットボタン系 */
.btnTicket {
	display:inline-block;
	width:300px;
	font-size: 16px;
    font-weight: bold;
    padding: 1.1em 0;
	color: #fff!important;
    text-decoration: none;
    text-align:center;
    background-color: #FE941A;
    transition: all 0.2s;
    border:0;
    border-style: none;
    cursor:pointer;
}


.btnEnq {
	display:inline-block;
	width:300px;
	font-size: 16px;
    font-weight: bold;
    padding: 1.1em 0;
	color: #fff!important;
    text-decoration: none;
    text-align:center;
    background-color: #FE941A;
    transition: all 0.2s;
    border:0;
    border-style: none;
    cursor:pointer;
}


.btnBook {
	display:inline-block;
	width:500px;
	font-size: 16px;
    font-weight: bold;
    padding: 1.1em 0;
	color: #fff!important;
    text-decoration: none;
    text-align:center;
    background-color: #497FAB;
    transition: all 0.2s;
    border:0;
    border-style: none;
    cursor:pointer;
}


.btnSemEdt:hover,
.btnCancel:hover,
.btnTicket:hover,
.btnEnq:hover,
.btnBook:hover,
.btnMyMenu:hover {
	opacity:0.7;
}



.ready {
	background:#797979!important;
	cursor:default;
}
.ready:hover {
	opacity:1!important;
}



.btnSemEdt {
	display:inline-block;
	width:640px;
	font-size: 16px;
    font-weight: bold;
    padding: 1.1em 0;
	color: #fff!important;
    text-decoration: none;
    text-align:center;
    background-color: #497FAB;
    transition: all 0.2s;
    border:0;
    border-style: none;
}
.btnCancel {
	display:inline-block;
	width:300px;
	font-size: 16px;
    font-weight: bold;
    padding: 1.1em 0;
	color: #fff!important;
    text-decoration: none;
    text-align:center;
    background-color: #333;
    transition: all 0.2s;
    border:0;
    border-style: none;
    cursor:pointer;
}

.redBold {
	color:#f00;
	font-weight:bold;
	font-size:15px;
}

.areaAlt {
	margin:0 auto;
	width:640px;
	background:#ffc;
	padding:2em;
}

.bookArea {
	width:100%;
	margin-bottom:20px;
}

.bookArea .left {
	width:26%;
	float:left;
}
.bookArea .right {
	width:74%;
	float:right;
}

.fwB { font-weight:bold; }

.allClose,
.ondOpen,
.ondReady {
	margin:auto;
	display:none;
}

.allClose,
.ondOpen p,
.ondReady p {
	font-size:1.5em;
	font-weight:bold;
	text-align:center;
	color:#00f;
}


/* smartphone */
/* screens smaller than 690---------------------------------------------------------- */
@media only screen and (max-width:768px) {

	.areaAlt {
		width: 90%!important;
	}

	.btnBook {
		width: 90%!important;
	}
	.bookArea .left {
		width:100%;
		float:none;
		text-align:center;
		margin-bottom:1em;
	}

	.bookArea .left img {
		max-width:90%;
	}

	.bookArea .right {
		width:100%;
		float:none;
	}


}