﻿/*予約の流れ*/
.eventNavi{
	position: relative;
	margin: 0 20px;
	border: 4px solid #e7e3df;
	background-color: #ffffff;
	font-size:13px;
	line-height: 20px;
}
.eventNavi .eventNaviIcon{
	position: absolute;
	top: 0;
	bottom: 0;
	left: -15px;
	width: 84px;
	height: 62px;
	margin: auto;
	padding: 14px 10px;
	background: url(/restaurant/event/inc/images/nav_bg.png) right center no-repeat;
	color: #ffffff;
	font-weight: bold;
	font-size: 16px;
}
.eventNavi .eventNaviIcon:before{
	content: "";
	position: absolute;
	top: 10px;
	left: 7px;
	width: 4px;
	height: 4px;
	background: url(/restaurant/event/inc/images/nav_bg_dogyear.png) left top no-repeat;
	
}
.eventNavi .eventNaviIcon img{
	padding: 12px 6px;
}
.eventNavi ul{
	padding: 10px 0 10px 120px;
}
.eventNavi li.eventNaviTtl{
	color:#a37224;
	font-size:16px;
	font-weight: bold;
	line-height: 22px;
}
.eventNavi .eventNaviLink{
	position: absolute;
	bottom: 0;
	right: 0;
	margin: 0 10px 10px;
	text-align:right;
}
.eventNavi .eventNaviLink a{
	color:#a37224;
	font-weight: bold;
}
.eventNavi .eventNaviLink a {
	display: block;
	padding: 0 0 0 12px;
	background: url(/restaurant/event/inc/images/nav_icon_arrow.png) no-repeat center left;
	color:#a37224;
	font-weight: bold;
}

/*サービス一覧*/
.serviceInfo{
	margin:70px auto 0;
	background:#FFF;
	border:10px solid #e7e3df;
	padding-bottom: 30px;
}
.serviceInfo .header{
	background:url(/restaurant/event/inc/images/info_bg.jpg) no-repeat center top;
	text-align: center;
	padding-top: 30px;
}
.serviceInfo .header .pickupSubTtl{
	width: 266px;
	margin: 0px auto 20px;
	padding: 5px 0;
	background-color: #fbec7d;
	font-size: 16px;
	line-height: 18px;
}
.serviceInfo .header h4{
	border-bottom: 2px dotted #d1cdca;
	width: 900px;
	margin: 0 auto;
	padding-bottom: 30px;
}

/* ▽list 4個*/
.serviceInfo .list{
	width:960px;
	margin:0 auto;
	padding:30px 0 0;
}
.serviceInfo .list li{
	float:left;
	width:202px;
	margin-left: 30px;
	padding-bottom: 30px;
}
/* △list 4個*/

/* ▽list 3個*/
/*.serviceInfo .list{
	padding:30px 0 0 80px;
}
.serviceInfo .list li{
	float:left;
	width:202px;
	margin-left: 50px;
	padding-bottom: 30px;
}*/
/* △list 3個*/

.serviceInfo .list li .ph{
	border:1px solid #aa7e38;
	margin-bottom:5px;
}
.serviceInfo .list li h5 a{
	color:#e9387a;
	font-size:16px;
	font-weight:bold;
}
.serviceInfo .list li .txt{
	margin-top:10px;
	font-size:12px;
	line-height:1.5;
}
.serviceInfo .btn{
	text-align:center;
}