@charset "utf-8";

/*　コース
------------------------------------------------------------ */

#img_top {
	width: 990px;
	height: 100px;
	_height: 130px;
	padding-top: 30px;
}

.bg_course {
	width: 681px;
	_width: 696px;
	height: 116px;
	_height: 136px;
	padding: 20px 0 0 15px;
	background: url(../images/bg_lunch.gif) left top no-repeat;
	clear: both;
}

.bg_course p {
	font-size: 1.1em;
	font-weight: bold;
}
.ninki_line {
	border-bottom: thin solid #F4BE20;
	color: #F4BE20;
}
.border {
	border-bottom: thin solid #F4BE20;
	color: #F4BE20;
	width: 695px;
	margin-left: auto;
	margin-right: auto;
	font-size: 1.3em;
	padding-bottom: 3px;
	margin-bottom: 10px;
	font-weight: bold;
}
.list-cous{
	display: flex;
    justify-content: space-between;
    font-size: 18px;
    width: 590px;
    margin: 0 auto;
}
.list-cous ul{
	width: 44%;
}
.bg-yellow{
	width: 280px;
	color: #fff;
	font-weight: bold;
	text-align: right;
	padding: 9px;
	font-size: 18px;
	margin-left: auto;
	margin-right: 63px;
	margin-top: 15px;
	margin-bottom: 51px;
}
.bg-yellow span{
	font-size: 36px;
}
@media screen and (max-width: 1000px) {
	#img_top{
        width: 100%;
        height: auto;
		margin-bottom: 20px;
    }
	img{
		height: auto;
	}
}
@media screen and (max-width: 767px) {
	.img-comming{
		margin: 0;
	}
	.list-cous{
		width: 100%;
		font-size: 16px;
		flex-direction: column;
	}
	.list-cous ul{
		width: 100%;
	}
	.bg-yellow{
		width: 100%;
		padding-left: 0;
	}
}