ul.areaMenu {
	margin:20px auto 10px;
	width:980px;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;

}
ul.areaMenu li{
	width:300px;
}
ul.areaMenu li a {
	width:300px;
}


ul.areaPrint {
	margin:20px auto;
	width:640px;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;

}
ul.areaPrint li{
	width:300px;
}
ul.areaPrint li a {
	width:300px;
}


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:#F4F4F4;
	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.areaPrint,
	ul.btnArea2 {
		margin:20px auto 0;
		width:98%;
	}


	ul.areaMenu li,
	ul.areaPrint 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;
}
.btnMyMenu.bus {
    background-color: #1b4599;

}

.areaPrint .btnMyMenu {
    background-color: #f98e55;
}

body#exhi .btnMyMenu {
	background-color:#73af2b;
}

.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:980px;
	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;
}


.btnEnq {
	display:inline-block;
	width:340px;
	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;
}

.btnSemEdt:hover,
.btnCancel:hover,
.btnTicket:hover,
.btnEnq:hover,
.btnMyMenu:hover {
	opacity:0.7;
	text-decoration:none;
}



.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;
}

.chui {
	font-size:150%;
	width:100%;
	background:#ffe;
	text-align:left;
}
.chui .in {
	padding:1em 1.5em;
	/*
	height:150px;
	overflow:auto;
	*/
}


.chui h5 {
	font-weight:bold;
	margin-bottom:0.5em;
}

.chui ul{
	width:100%;
	list-style-type: disc;
	margin-left:1.3em;
}
.chui ul.circle li {

}

.chui2 {
	font-size:1.3em;
}


.presentArea {
	width:100%;
	padding:2em;
	background:#fff;
	border:solid 2px #0274ab;
	margin:0 auto 20px;
}

.presentArea .fs12 {
	font-size:1.2em;
}
.presentArea ul {
	width:100%;
}
.presentArea ul li.left {
	float:left;
	width:20%;
}
.presentArea ul li.left img {
	max-width:200px;
}

.presentArea ul li.right {
	float:right;
	width:78%;
}

body.semiTicket .printbtn {
	margin:0 auto 1em;
}
body.semiTicket .printbtn input {
	padding:0.5em 1em;
}



/* smartphone */
/* screens smaller than 690---------------------------------------------------------- */
@media only screen and (max-width:768px) {

	.areaAlt {
		width: 90%!important;
	}
	.presentArea ul li.left {
		float:none;
		width:100%;
		text-align:center;
		margin-bottom:2em;
	}
	.presentArea ul li.left img {
		max-width:200px;
	}

	.presentArea ul li.right {
		float:none;
		width:100%;
	}

	#topcontrol {
		width: 50px;
		bottom: 10px!important;
	}
	#topcontrol img {
		width: 100%!important;
		height: auto!important;
	}

	ul.areaMenu,
	ul.areaPrint {
		display:block;
	}
	ul.areaMenu li,
	ul.areaPrint li {
		width:100%;
		margin-bottom:0.2em;
	}
	ul.areaMenu li a,
	ul.areaPrint li a {
		width:100%;
	}

	body.semiTicket .printbtn {
		display:none;
	}



}




