@charset "utf-8";
/* menu.css */

/*　ページ設定
////////////////////////////////////////////////////*/



/* 大見出しのスタイル */

.box_head {
	position: relative;
}

.box_head h3 {
	margin-left: -38px; 
}
.box_head .read {
	position: absolute;
}
/* 各見出しの微調整 */

#food .read {
	left: 438px;
	top: 56px;
}
#drink .read {
	left: 484px;
	top: 56px;
}
#course .read {
	left: 407px;
	top: 54px;
}

/* 小見出しのスタイル */

.box_content {
	position: relative;
	margin-bottom: 30px;
}

.box_content h4 {
	background: url(../img/h4_bg.png) left top no-repeat;
	margin: -8px 0 22px;
	padding: 25px 0 31px 39px;
	font-size: 170%;
	line-height: 1.2;
	color: #fff;
	text-shadow: 0 0 13px #000;
}

.box_content h4 span {
	font-size: 50%;
}


/* メニューリスト */
.box_content .half_column {
	width: 505px;
	float: left;
	margin-right: 30px;
	margin-bottom: 8px; 
}

.box_content .half_column.right {
	margin-right: 0;
}

.box_content .photo {
	width: 505px;
	height: 222px;
}
.no-photo img {
	display: none;
}

.menu_list dl {
	color: #403d3d;
	font-size: 92%;
	line-height: 1.2;
	border-bottom: 1px dotted #403d3d; 
	overflow: hidden;
	padding: 20px 0 15px;
}

.menu_list dt {
	float: left;
}
.menu_list dd {
	float: right;
	color: #d40606;
}
.menu_list dd.note {
	float: left;
	color: #403d3d;
	margin-left: 1em;
}

/* ドリンクのスタイル */
#drink h5 {
	font-size: 120%;
	font-weight: bold;
}

#drink .photo {
	height: 580px;
	margin-top: 20px;
}


/* コースのスタイル */

#course1 {
	background: url(../img/course_bg01.jpg) right bottom no-repeat;
}
#course2 {
	background: url(../img/course_bg02.jpg) right bottom no-repeat;
}
#course3 {
	background: url(../img/course_bg03.jpg) right bottom no-repeat;
}

.course_photo {
	float: left;
	margin-left: -4px;
}
.course_list {
	float: left;
	font-size: 125%;
	line-height: 1.75;
	margin: 10px 0 0 35px;
}
.course_list  li{
	list-style-type: disc;
}
.course_list .note{
	margin-top: 20px;
}


.clearfix::after {
	content: "";
	display: block;
	clear: both;
}


