body {
	background: #fff;
}
.header .fl {
	margin-right: 20px;
}

.comming {
	text-align: center;
}
.comming .box {
	position: fixed;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    max-width: 1140px;
    padding: 20px;
    box-sizing: border-box;
}
.comming h2 {
	font-size: 24px;
	font-weight: 700;
	margin-bottom:30px;
}
.comming .txt {
	font-size: 15px;
	line-height: 1.5;
	word-break: keep-all;
}
.comming .h4{
	font-weight: normal;
	font-size:14px;
	margin-bottom:20px;
}
.comming ul{}
.comming ul li{
	font-size:14px;
	line-height:1.5;
}
.comming .input_form input {
	display: block;
	width: 100%;
	border: 1px solid #E6E6E6;
	border-radius: 4px;
	font-size: 14px;
	padding: 12px 16px;
	box-sizing: border-box;
}
.comming button[type=submit] {
	display: block;
	width: 100%;
	height: 45px;
	background: #222222;
	color: #fff;
	border-radius: 4px;
	font-size: 16px;
	font-weight: 500;
	margin-top: 25px;
}

/*오마카세 앱 다운로드 */
.app__down{
	width:100%;
	margin:80px 0 0;
	text-align: center;
}
.app__down h4{
	font-size:15px;
	color:#222;
	margin-bottom:20px;
}
.app__down ul{
	width:80%;
	margin:0 auto;
	display:flex;
	justify-content: center;
	align-items: center;
}
.app__down ul li{
	flex:1;
	gap:10px;
	text-align: center;;
}
.app__down ul li:nth-of-type(1){
	margin-right:10px;
}
.app__down ul li img{
	width:100%;
	max-width:150px;
}


/*//오마카세 앱 다운로드 */