@charset "UTF-8";

/******************************
	トップページ新着情報
******************************/
#top_whats_box{
	width:98%;
	height:500px;
	overflow-x:hidden;
	border:1px #666 solid;
	margin:1% auto;
	box-sizing:content-box;
}
.top_whats_contents{
	display:table;
	table-layout:fixed;
	width:95%;
	padding:1%;
	margin:0;
}
.top_whats_item{
	display:table-cell;
	vertical-align:top;
	width:60%;
}
.top_whats_date{
	font-size:1.2em;
	color:#666;
	line-height:1.4em;
	text-align:left;
}
.top_whats_title{
	width:90%;
	font-size:1.6em;
	color:#F00;
	line-height:1.2em;
	text-align:left;
	border-bottom:2px #666 solid;
}
.top_whats_text{
	width:100%;
	font-size:1.2em;
	color:#666;
	line-height:1.2em;
	text-align:left;
	padding:1%;
	box-sizing:content-box;
}
.top_whats_img{
	display:table-cell;
	vertical-align:top;
	width:40%;
}
.top_whats_img img{
	width:98%;
	border:1px #666 solid;
	vertical-align:middle;
	margin-top:10%;
}

/******************************
	トップページSNS
******************************/
#top_sns_box{
	width:98%;
	height:auto;
	overflow:hidden;
	margin:1% auto;
}
.top_sns_contents{
	width:100%;
	margin:0;
}
.top_sns_item{
	width:98%;
	text-align:center;
	padding:1%;
}

/******************************
	トップページバナー
******************************/
#top_banner_box{
	width:98%;
	height:auto;
	overflow:hidden;
	margin:1% auto;
}

/******************************
	concept
******************************/
.concept_box{
	width:98%;
	height:auto;
	overflow:hidden;
	margin:1% auto;
}
.concept_item{
	font-size:2em;
	color:#000;
	font-weight:bold;
	text-align:left;
	line-height:1.6em;
}
.concept_item2{
	font-size:2em;
	color:#000;
	font-weight:bold;
	text-align:left;
	line-height:1.6em;
	text-decoration:underline;
}
.concept_contents{
	background:url(../img/contents/concept_back.jpg) no-repeat;
	background-size:50% auto;
	background-position:right bottom;
	width:98%;
	font-size:1.6em;
	color:#000;
	text-align:left;
	line-height:1.2em;
	margin:1% auto;
}

/******************************
	menu
******************************/
.system_box{
	width:98%;
	height:auto;
	overflow:hidden;
	margin:1% auto;
}
.system_price_contents{
	width:100%;
	background:#f9eeff;
	font-size:1.2em;
	color:#430157;
	line-height:1.4em;
	text-align:left;
	padding:1%;
	border:1px #681581 solid;
	box-sizing:border-box;
}
.system_opentime_contents{
	width:90%;
	border:1px #6d1c85 solid;
	box-sizing:border-box;
	margin:1% auto;
}
.system_opentime_inner{
	display:table;
	table-layout:fixed;
	width:100%;
}
.system_opentime_contents .opentime{
	display:table-cell;
	vertical-align:top;
	width:50%;
	font-size:1em;
	color:#6d1c85;
	line-height:1.2em;
	text-align:left;
	padding:1%;
}
.system_opentime_contents div{
	width:100%;
	font-size:1em;
	color:#666;
	line-height:1.2em;
	text-align:center;
}

.drinkmenu_box{
	width:98%;
	height:auto;
	overflow:hidden;
	margin:1% auto;
}
.drinkmenu_contents{
	width:100%;
	background:#f9eeff;
	padding:1%;
	margin:1% auto;
	border:1px #681581 solid;
	box-sizing:border-box;
}
.drinkmenu_item{
	font-size:1.4em;
	color:#000;
	font-weight:bold;
	line-height:1.6em;
}
.drinkmenu_innerbox{
	display:table;
	table-layout:fixed;
	width:100%;
}
.drinkmenu_menuitem{
	display:table-cell;
	vertical-align:middle;
	width:60%;
	font-size:1.2em;
	color:#000;
	text-align:left;
	line-height:1.4em;
}
.drinkmenu_menuprice{
	display:table-cell;
	vertical-align:middle;
	width:40%;
	font-size:1.2em;
	color:#000;
	text-align:right;
	line-height:1.4em;
}
.drinkmenu_champagneitem{
	width:100%;
	font-size:1.2em;
	color:#000;
	text-align:left;
	line-height:1.4em;
}
.drinkmenu_text{
	width:100%;
	font-size:1em;
	color:#661784;
	text-align:left;
	line-height:2em;
}
/******************************
	Access Map
******************************/
.access_box{
	width:98%;
	height:auto;
	overflow:hidden;
	margin:1% auto;
}
.map_contents{
	width:100%;
	height:auto;
	overflow:hidden;
	margin:1% auto 3%;
}
.access_contents{
	display:table;
	table-layout:fixed;
	background:#f9eeff;
	width:100%;
	border-left:1px #641485 solid;
	border-top:1px #641485 solid;
	border-right:1px #641485 solid;
	box-sizing:border-box;
}
.access_contents_last{
	display:table;
	table-layout:fixed;
	background:#f9eeff;
	width:100%;
	border:1px #641485 solid;
	box-sizing:border-box;
}
.access_item{
	display:table-cell;
	vertical-align:middle;
	width:25%;
	font-size:1.2em;
	color:#681684;
	text-align:left;
	line-height:2em;
	padding-left:3%;
	border-right:1px #641485 solid;
	box-sizing:content-box;
}
.access_detail{
	display:table-cell;
	vertical-align:middle;
	width:75%;
	font-size:1.2em;
	color:#681684;
	text-align:left;
	line-height:2em;
	padding-left:3%;
	box-sizing:content-box;
}
.access_detail a{
	color:#681684;
}

/******************************
	Event
******************************/
.event_box{
	width:98%;
	height:auto;
	overflow:hidden;
	margin:1% auto;
}

.event_month_box{
	display:table;
	table-layout:fixed;
	width:100%;
	height:auto;
	overflow:hidden;
	margin:1% auto;
}
.event_btn_back,.event_btn_back a{
	display:table-cell;
	vertical-align:middle;
	width:30%;
	color:#666;
	font-size:1em;
	text-align:left;
}

.event_btn_month,.event_btn_month a{
	display:table-cell;
	vertical-align:middle;
	width:40%;
	color:#666;
	font-size:1.2em;
	text-align:center;
}

.event_btn_next,.event_btn_next a{
	display:table-cell;
	vertical-align:middle;
	width:30%;
	color:#666;
	font-size:1em;
	text-align:right;
}

.image-file{
	text-align:center;
}

.title{
	background-color:#CCC;
	font-size:1em;
	color:#333;
	padding:2px;
}

.text{
	font-size:.8em;
}

table#calender{
	width:100%;
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	border-collapse: separate;
	font-size: 13px;
	color: #A28F6B;
}

table#calender td {
	padding: 1%;
	border-bottom: 1px solid #666;
	width:13%;
}

.day-one{
	height:100px;
	border-right:1px #333 solid;
	border-bottom:1px #333 solid;
}

/* syukujitsu */
.horiday{
	width:13%;
	text-align:center;
	color:#F00;
	font-weight:bold;
	border-right:1px #333 solid;
	box-sizing:border-box;
}
	.horiday-title{/* title */
		font-weight:bold;
	}
	.horiday-detail{/* naiyou */
		color:#CCC;
		font-size:11px;
	}
	.horiday-wday{/* youbi */
		color:#ff3366;
		background-color:#ECECEC;
	}
	.horiday-day{/* hiduke */
	}

/* saturday */
.saturday{
	width:13%;
	text-align:center;
	color:#09F;
	font-weight:bold;
	border-right:1px #333 solid;
	box-sizing:border-box;
}
	.saturday-title{/* title */
		font-weight:bold;
	}
	.saturday-detail{/* naiyou */
		color:#CCC;
		font-size:11px;
	}
	.saturday-wday{/* youbi */
		color:#3366cc;
		background-color:#ECECEC;
	}
	.saturday-day{/* hiduke */
	}

/* weekday */
.weekday{
	width:13%;
	text-align:center;
	color:#333;
	font-weight:bold;
	border-right:1px #333 solid;
	box-sizing:border-box;
}
	.weekday-title{/* title */
		font-weight:bold;
	}
	.weekday-detail{/* naiyou */
		color:#CCC;
		font-size:1em;
	}
	.weekday-wday{/* youbi */
		color:#333;
		background-color:#ECECEC;
	}
	.weekday-day{/* hiduke */
	}
	
/******************************
	Recruit
******************************/
.recruit_box{
	width:98%;
	height:auto;
	overflow:hidden;
	margin:1% auto;
}
.recruit_pop{
	width:100%;
	height:auto;
	overflow:hidden;
	margin:1% auto;
}
.recruit_contents{
	display:table;
	table-layout:fixed;
	width:100%;
	margin:0 auto;
	border-top:1px #671c81 solid;
	border-right:1px #671c81 solid;
	border-left:1px #671c81 solid;
	box-sizing:border-box;
}
.recruit_contents_last{
	display:table;
	table-layout:fixed;
	width:100%;
	margin:0 auto;
	border:1px #671c81 solid;
	box-sizing:border-box;
}
.recruit_contents_item{
	display:table-cell;
	vertical-align:middle;
	background:#f9eeff;
	width:30%;
	font-size:1.2em;
	color:#333;
	line-height:3em;
	text-align:left;
	padding-left:1%;
	border-right:1px #671c81 solid;
	box-sizing:border-box;
}
.recruit_contents_detail{
	display:table-cell;
	vertical-align:middle;
	width:70%;
	font-size:1em;
	color:#333;
	text-align:left;
	padding:1%;
	box-sizing:border-box;
}
.recruit_contents_detail a{
	color:#333;
}

.recruit_contact_box{
	display:table;
	table-layout:fixed;
	width:100%;
	height:auto;
	overflow:hidden;
	margin:0 auto;
	border-top:1px #666 solid;
	border-left:1px #666 solid;
	border-right:1px #666 solid;
	box-sizing:border-box;
}
.recruit_contact_box_last{
	display:table;
	table-layout:fixed;
	width:100%;
	height:auto;
	overflow:hidden;
	margin:0 auto;
	border:1px #666 solid;
	box-sizing:border-box;
}
.recruit_contact_item{
	display:table-cell;
	vertical-align:middle;
	background:#CCC;
	width:30%;
	font-size:1.2em;
	color:#333;
	line-height:3em;
	text-align:left;
	padding-left:1%;
	border-right:1px #666 solid;
	box-sizing:border-box;
}
.recruit_contact_item span{
	background:#F00;
	text-align:center;
	font-size:1em;
	font-weight:bold;
	color:#FFF;
	margin-left:3%;
	padding:1% 3%;
	border-radius: 10px;
}
.recruit_contact_form{
	display:table-cell;
	vertical-align:middle;
	background:#efefef;
	width:70%;
	font-size:1em;
	color:#333;
	text-align:left;
	padding:1%;
	box-sizing:border-box;
}
.recruit_contact_form span{
	
}
.recruit_contact_form input[type="text"]{
	width:50%;
	height:20px;
}
.recruit_contact_form select{
	width:50%;
	height:20px;
	font-size:1em;
	line-height:1.2em;
}
.recruit_contact_form textarea {
	width:90%;
	height:100px;
}
.recruit_submit_box{
	width:100%;
	text-align:center;
	font-size:1em;
	color:#333;
	padding:1%;
}
.recruit_submit_btnbox{
	width:80%;
	height:auto;
	overflow:hidden;
	margin:1% auto;
}
.submitbtn{
	width:45%;
	font-size:1.2em;
	color:#333;
	text-align:center;
	float:left;
	margin:2%;
}
.submitbtn_back{
	width:45%;
	font-size:1.2em;
	color:#333;
	text-align:center;
	margin:2% auto;
}
.recruit_form_text{
	width:100%;
	font-size:1em;
	color:#666;
	line-height:1.2em;
	margin:1% 0;
}

/******************************
	おすすめ店舗
******************************/
.recommend_box{
	width:98%;
	height:auto;
	overflow:hidden;
	margin:1% auto;
}
.recommend_contents{
	width:100%;
	height:auto;
	overflow:hidden;
	padding:1%;
	margin:1% auto;
	border:1px #ff4e00 solid;
	box-sizing:border-box;
}
.recommend_title{
	width:98%;
	font-size:1.6em;
	color:#ff4e00;
	font-weight:bold;
	line-height:1.4em;
	text-align:left;
	margin:0 auto;
}
.recommend_title a{
	display:block;
	color:#ff4e00;
	text-decoration:underline;
}
.recommend_text{
	width:98%;
	font-size:1.2em;
	color:#000;
	line-height:1.4em;
	text-align:left;
	margin:1% auto;
}
.recommend_img{
	width:80%;
	margin:1% auto;
}


@media screen and (min-width: 415px) {
/******************************
	トップページ新着情報
******************************/
#top_whats_box{
	width:98%;
	height:500px;
	overflow-x:hidden;
	border:1px #666 solid;
	margin:1% auto;
	box-sizing:content-box;
}
.top_whats_contents{
	display:table;
	table-layout:fixed;
	width:97%;
	padding:1%;
	margin:0;
}
.top_whats_item{
	display:table-cell;
	vertical-align:top;
	width:60%;
}
.top_whats_date{
	font-size:1.2em;
	color:#666;
	line-height:1.4em;
	text-align:left;
}
.top_whats_title{
	width:90%;
	font-size:1.8em;
	color:#F00;
	line-height:1.2em;
	text-align:left;
	border-bottom:2px #666 solid;
}
.top_whats_text{
	width:100%;
	font-size:1.4em;
	color:#666;
	line-height:1.2em;
	text-align:left;
	padding:1%;
	box-sizing:content-box;
}
.top_whats_img{
	display:table-cell;
	vertical-align:top;
	width:40%;
}
.top_whats_img img{
	width:96%;
	border:1px #666 solid;
	vertical-align:middle;
	margin-top:10%;
}
/******************************
	トップページSNS
******************************/
#top_sns_box{
	width:98%;
	height:auto;
	overflow:hidden;
	margin:1% auto;
}
.top_sns_contents{
	display:table;
	table-layout:fixed;
	width:98%;
	padding:1%;
	margin:0;
}
.top_sns_item{
	display:table-cell;
	vertical-align:top;
	width:50%;
	text-align:center;
}

/******************************
	concept
******************************/
.concept_box{
	width:98%;
	height:auto;
	overflow:hidden;
	margin:1% auto;
}
.concept_item{
	font-size:2em;
	color:#000;
	font-weight:bold;
	text-align:left;
	line-height:1.6em;
}
.concept_item2{
	font-size:2em;
	color:#000;
	font-weight:bold;
	text-align:left;
	line-height:1.6em;
	text-decoration:underline;
}
.concept_contents{
	background:url(../img/contents/concept_back.jpg) no-repeat;
	background-size:40% auto;
	background-position:right bottom;
	width:100%;
	font-size:1.6em;
	color:#000;
	text-align:left;
	line-height:1.4em;
	margin:1% 0;
}

/******************************
	menu
******************************/
.system_box{
	width:98%;
	height:auto;
	overflow:hidden;
	margin:1% auto;
}
.system_price_contents{
	width:100%;
	background:#f9eeff;
	font-size:1.4em;
	color:#430157;
	line-height:1.4em;
	text-align:left;
	padding:1%;
	border:1px #681581 solid;
	box-sizing:border-box;
}
.system_opentime_contents{
	width:90%;
	border:1px #6d1c85 solid;
	box-sizing:border-box;
	margin:1% auto;
	padding:1%;
}
.system_opentime_inner{
	display:table;
	table-layout:fixed;
	width:100%;
}
.system_opentime_contents .opentime{
	display:table-cell;
	vertical-align:top;
	width:50%;
	font-size:1.2em;
	color:#6d1c85;
	line-height:1.2em;
	text-align:left;
}
.system_opentime_contents div{
	width:100%;
	font-size:1.2em;
	color:#666;
	line-height:1.2em;
	text-align:center;
}

.drinkmenu_box{
	width:98%;
	height:auto;
	overflow:hidden;
	margin:1% auto;
}
.drinkmenu_contents{
	width:100%;
	background:#f9eeff;
	text-align:left;
	padding:1%;
	margin:1% auto;
	border:1px #681581 solid;
	box-sizing:border-box;
}
.drinkmenu_item{
	font-size:1.4em;
	color:#000;
	font-weight:bold;
	line-height:2em;
}
.drinkmenu_innerbox{
	display:table;
	table-layout:fixed;
	width:100%;
}
.drinkmenu_menuitem{
	display:table-cell;
	vertical-align:middle;
	width:60%;
	font-size:1.2em;
	color:#000;
	text-align:left;
	line-height:1.4em;
}
.drinkmenu_menuprice{
	display:table-cell;
	vertical-align:middle;
	width:40%;
	font-size:1.2em;
	color:#000;
	text-align:right;
	line-height:1.4em;
}
.drinkmenu_champagneitem{
	width:100%;
	font-size:1.2em;
	color:#000;
	text-align:left;
	line-height:1.4em;
}
.drinkmenu_text{
	width:100%;
	font-size:1em;
	color:#661784;
	text-align:left;
	line-height:2em;
}

/******************************
	Access Map
******************************/
.access_contents{
	display:table;
	table-layout:fixed;
	background:#f9eeff;
	width:100%;
	border-left:1px #641485 solid;
	border-top:1px #641485 solid;
	border-right:1px #641485 solid;
	box-sizing:border-box;
}
.access_contents_last{
	display:table;
	table-layout:fixed;
	background:#f9eeff;
	width:100%;
	border:1px #641485 solid;
	box-sizing:border-box;
}
.access_item{
	display:table-cell;
	vertical-align:middle;
	width:25%;
	font-size:1.4em;
	color:#681684;
	text-align:left;
	line-height:2em;
	padding-left:1%;
	border-right:1px #641485 solid;
	box-sizing:content-box;
}
.access_detail{
	display:table-cell;
	vertical-align:middle;
	width:75%;
	font-size:1.4em;
	color:#681684;
	text-align:left;
	line-height:2em;
	padding-left:1%;
	box-sizing:content-box;
}
.access_detail a{
	color:#681684;
}

/******************************
	Event
******************************/
.event_month_box{
	display:table;
	table-layout:fixed;
	width:100%;
	height:auto;
	overflow:hidden;
	margin:1% auto;
}
.event_btn_back,.event_btn_back a{
	display:table-cell;
	vertical-align:middle;
	width:30%;
	color:#666;
	font-size:1.2em;
	text-align:left;
}

.event_btn_month, .event_btn_month a{
	display:table-cell;
	vertical-align:middle;
	width:40%;
	color:#666;
	font-size:1.4em;
	text-align:center;
}

.event_btn_next,.event_btn_next a{
	display:table-cell;
	vertical-align:middle;
	width:30%;
	color:#666;
	font-size:1.2em;
	text-align:right;
}
/******************************
	Recruit
******************************/
.recruit_box{
	width:98%;
	height:auto;
	overflow:hidden;
	margin:1% auto;
}
.recruit_pop{
	width:100%;
	height:auto;
	overflow:hidden;
	margin:1% auto;
}
.recruit_contents{
	display:table;
	table-layout:fixed;
	width:100%;
	margin:0 auto;
	border-top:1px #671c81 solid;
	border-right:1px #671c81 solid;
	border-left:1px #671c81 solid;
	box-sizing:border-box;
}
.recruit_contents_last{
	display:table;
	table-layout:fixed;
	width:100%;
	margin:0 auto;
	border:1px #671c81 solid;
	box-sizing:border-box;
}
.recruit_contents_item{
	display:table-cell;
	vertical-align:middle;
	background:#f9eeff;
	width:30%;
	font-size:1.4em;
	color:#333;
	line-height:3em;
	text-align:left;
	padding-left:1%;
	border-right:1px #671c81 solid;
	box-sizing:border-box;
}
.recruit_contents_detail{
	display:table-cell;
	vertical-align:middle;
	width:70%;
	font-size:1.2em;
	color:#333;
	text-align:left;
	padding:1%;
	box-sizing:border-box;
}
.recruit_contents_detail a{
	color:#333;
}

.recruit_contact_box{
	display:table;
	table-layout:fixed;
	width:100%;
	height:auto;
	overflow:hidden;
	margin:0 auto;
	border-top:1px #666 solid;
	border-left:1px #666 solid;
	border-right:1px #666 solid;
	box-sizing:border-box;
}
.recruit_contact_box_last{
	display:table;
	table-layout:fixed;
	width:100%;
	height:auto;
	overflow:hidden;
	margin:0 auto;
	border:1px #666 solid;
	box-sizing:border-box;
}
.recruit_contact_item{
	display:table-cell;
	vertical-align:middle;
	background:#CCC;
	width:30%;
	font-size:1.4em;
	color:#333;
	line-height:3em;
	text-align:left;
	padding-left:1%;
	border-right:1px #666 solid;
	box-sizing:border-box;
}
.recruit_contact_item span{
	background:#F00;
	text-align:center;
	font-size:1em;
	font-weight:bold;
	color:#FFF;
	margin-left:3%;
	padding:1% 3%;
	border-radius: 10px;
}
.recruit_contact_form{
	display:table-cell;
	vertical-align:middle;
	background:#efefef;
	width:70%;
	font-size:1.2em;
	color:#333;
	text-align:left;
	padding:1%;
	box-sizing:border-box;
}
.recruit_contact_form input[type="text"]{
	width:50%;
	height:20px;
}
.recruit_contact_form select{
	width:50%;
	height:20px;
	font-size:1em;
	line-height:1.2em;
}
.recruit_contact_form textarea {
	width:90%;
	height:100px;
}
.recruit_submit_box{
	width:100%;
	text-align:center;
	font-size:1.2em;
	color:#333;
	padding:1%;
}
.recruit_submit_btnbox{
	width:80%;
	height:auto;
	overflow:hidden;
	margin:1% auto;
}
.submitbtn{
	width:45%;
	font-size:1.2em;
	color:#333;
	text-align:center;
	float:left;
	margin:2%;
}
.submitbtn_back{
	width:45%;
	font-size:1.2em;
	color:#333;
	text-align:center;
	margin:2% auto;
}
.recruit_form_text{
	width:100%;
	font-size:1.2em;
	color:#666;
	line-height:1.2em;
	margin:1% 0;
}

}

@media screen and (min-width: 949px) {

/******************************
	トップページ新着情報
******************************/
#top_whats_box{
	width:1000px;
	height:600px;
	overflow:auto;
	border:1px #666 solid;
	margin:5px auto;
	box-sizing:border-box;
}
.top_whats_contents{
	display:table;
	table-layout:fixed;
	width:980px;
	padding:0;
	margin:10px auto;
}
.top_whats_item{
	display:table-cell;
	vertical-align:top;
	width:600px;
}
.top_whats_date{
	font-size:1.2em;
	color:#666;
	line-height:2em;
	text-align:left;
}
.top_whats_title{
	width:550px;
	font-size:2em;
	color:#F00;
	line-height:1.2em;
	text-align:left;
	border-bottom:2px #666 solid;
}
.top_whats_text{
	width:550px;
	font-size:1.4em;
	color:#666;
	line-height:1.2em;
	text-align:left;
	padding:5px;
}
.top_whats_img{
	display:table-cell;
	vertical-align:top;
	width:380px;
}
.top_whats_img img{
	width:96%;
	border:1px #666 solid;
	vertical-align:middle;
	margin-top:10px;
}

/******************************
	menu
******************************/
.system_box{
	width:1000px;
	height:auto;
	overflow:hidden;
	margin:5px auto;
}
.system_price_contents{
	width:980px;
	background:#f9eeff;
	font-size:1.8em;
	color:#430157;
	line-height:1.4em;
	text-align:left;
	padding:5px;
	margin:auto;
	border:1px #681581 solid;
	box-sizing:border-box;
}
.system_opentime_contents{
	width:900px;
	border:1px #6d1c85 solid;
	box-sizing:border-box;
	margin:5px auto;
	padding:3px;
}
.system_opentime_inner{
	display:table;
	table-layout:fixed;
	width:100%;
}
.system_opentime_contents .opentime{
	display:table-cell;
	vertical-align:top;
	width:50%;
	font-size:1.3em;
	color:#6d1c85;
	line-height:1.2em;
	text-align:left;
}
.system_opentime_contents div{
	width:100%;
	font-size:1.2em;
	color:#666;
	line-height:1.2em;
	text-align:center;
}

.drinkmenu_box{
	width:1000px;
	height:auto;
	overflow:hidden;
	margin:5px auto;
}
.drinkmenu_contents{
	width:980px;
	background:#f9eeff;
	text-align:left;
	padding:5px;
	margin:1% auto;
	border:1px #681581 solid;
	box-sizing:border-box;
}
.drinkmenu_item{
	font-size:1.6em;
	color:#000;
	font-weight:bold;
	line-height:2em;
}
.drinkmenu_innerbox{
	display:table;
	table-layout:fixed;
	width:100%;
}
.drinkmenu_menuitem{
	display:table-cell;
	vertical-align:middle;
	width:60%;
	font-size:1.4em;
	color:#000;
	text-align:left;
	line-height:1.4em;
}
.drinkmenu_menuprice{
	display:table-cell;
	vertical-align:middle;
	width:40%;
	font-size:1.4em;
	color:#000;
	text-align:right;
	line-height:1.4em;
}
.drinkmenu_champagneitem{
	width:100%;
	font-size:1.4em;
	color:#000;
	text-align:left;
	line-height:1.4em;
}
.drinkmenu_text{
	width:100%;
	font-size:1em;
	color:#661784;
	text-align:left;
	line-height:2em;
}

/******************************
	Access Map
******************************/
.access_box{
	width:1000px;
	height:auto;
	overflow:hidden;
	margin:5px auto;
}
.map_contents{
	width:980px;
	height:auto;
	overflow:hidden;
	margin:3px auto 5px;
}
.access_contents{
	display:table;
	table-layout:fixed;
	background:#f9eeff;
	width:100%;
	border-left:1px #641485 solid;
	border-top:1px #641485 solid;
	border-right:1px #641485 solid;
	box-sizing:border-box;
}
.access_contents_last{
	display:table;
	table-layout:fixed;
	background:#f9eeff;
	width:100%;
	border:1px #641485 solid;
	box-sizing:border-box;
}
.access_item{
	display:table-cell;
	vertical-align:middle;
	width:25%;
	font-size:1.6em;
	color:#681684;
	text-align:left;
	line-height:2em;
	padding-left:5px;
	border-right:1px #641485 solid;
	box-sizing:content-box;
}
.access_detail{
	display:table-cell;
	vertical-align:middle;
	width:75%;
	font-size:1.6em;
	color:#681684;
	text-align:left;
	line-height:2em;
	padding-left:5px;
	box-sizing:content-box;
}
.access_detail a{
	color:#681684;
}

/******************************
	Event
******************************/
.event_month_box{
	display:table;
	table-layout:fixed;
	width:1000px;
	height:auto;
	overflow:hidden;
	margin:5px auto;
}
.event_btn_back,.event_btn_back a{
	display:table-cell;
	vertical-align:middle;
	width:300px;
	color:#666;
	font-size:1.2em;
	text-align:left;
}

.event_btn_month,.event_btn_month a{
	display:table-cell;
	vertical-align:middle;
	width:400px;
	color:#666;
	font-size:1.4em;
	text-align:center;
}

.event_btn_next,.event_btn_next a{
	display:table-cell;
	vertical-align:middle;
	width:300px;
	color:#666;
	font-size:1.2em;
	text-align:right;
}

/******************************
	Recruit
******************************/
.recruit_box{
	width:1000px;
	height:auto;
	overflow:hidden;
	margin:1% auto;
}
.recruit_pop{
	width:100%;
	height:auto;
	overflow:hidden;
	margin:1% auto;
}
.recruit_contents{
	display:table;
	table-layout:fixed;
	width:100%;
	margin:0 auto;
	border-top:1px #671c81 solid;
	border-right:1px #671c81 solid;
	border-left:1px #671c81 solid;
	box-sizing:border-box;
}
.recruit_contents_last{
	display:table;
	table-layout:fixed;
	width:100%;
	margin:0 auto;
	border:1px #671c81 solid;
	box-sizing:border-box;
}
.recruit_contents_item{
	display:table-cell;
	vertical-align:middle;
	background:#f9eeff;
	width:30%;
	font-size:1.6em;
	color:#333;
	line-height:3em;
	text-align:left;
	padding-left:1%;
	border-right:1px #671c81 solid;
	box-sizing:border-box;
}
.recruit_contents_detail{
	display:table-cell;
	vertical-align:middle;
	width:70%;
	font-size:1.4em;
	color:#333;
	text-align:left;
	padding:1%;
	box-sizing:border-box;
}
.recruit_contents_detail a{
	color:#333;
}

.recruit_contact_box{
	display:table;
	table-layout:fixed;
	width:100%;
	height:auto;
	overflow:hidden;
	margin:0 auto;
	border-top:1px #666 solid;
	border-left:1px #666 solid;
	border-right:1px #666 solid;
	box-sizing:border-box;
}
.recruit_contact_box_last{
	display:table;
	table-layout:fixed;
	width:100%;
	height:auto;
	overflow:hidden;
	margin:0 auto;
	border:1px #666 solid;
	box-sizing:border-box;
}
.recruit_contact_item{
	display:table-cell;
	vertical-align:middle;
	background:#CCC;
	width:30%;
	font-size:1.6em;
	color:#333;
	line-height:3em;
	text-align:left;
	padding-left:1%;
	border-right:1px #666 solid;
	box-sizing:border-box;
}
.recruit_contact_item span{
	background:#F00;
	text-align:center;
	font-size:1em;
	font-weight:bold;
	color:#FFF;
	margin-left:3%;
	padding:1% 3%;
	border-radius: 10px;
}
.recruit_contact_form{
	display:table-cell;
	vertical-align:middle;
	background:#efefef;
	width:70%;
	font-size:1.4em;
	color:#333;
	text-align:left;
	padding:1%;
	box-sizing:border-box;
}
.recruit_contact_form input[type="text"]{
	width:50%;
	height:20px;
}
.recruit_contact_form select{
	width:50%;
	font-size:1em;
	line-height:1.2em;
}
.recruit_contact_form textarea {
	width:90%;
	height:100px;
}
.recruit_submit_box{
	width:100%;
	text-align:center;
	font-size:1.4em;
	color:#333;
	padding:1%;
}
.recruit_submit_btnbox{
	width:80%;
	height:auto;
	overflow:hidden;
	margin:1% auto;
	text-align:center;
}
.submitbtn{
	width:45%;
	font-size:1.4em;
	color:#333;
	text-align:center;
	float:left;
	margin:2%;
}
.submitbtn_back{
	width:50%;
	font-size:1.4em;
	color:#333;
	line-height:1.2em;
	text-align:center;
	margin:2% auto;
}
.recruit_form_text{
	width:100%;
	font-size:1.2em;
	color:#666;
	line-height:1.2em;
	margin:1% 0;
}
/******************************
	おすすめ店舗
******************************/
.recommend_box{
	width:1000px;
	height:auto;
	overflow:hidden;
	margin:1% auto;
}
.recommend_contents{
	width:100%;
	height:auto;
	overflow:hidden;
	padding:1%;
	margin:1% auto;
	border:1px #ff4e00 solid;
	box-sizing:border-box;
}
.recommend_title{
	width:98%;
	font-size:1.8em;
	color:#ff4e00;
	font-weight:bold;
	line-height:1.4em;
	text-align:left;
	margin:0 auto;
}
.recommend_title a{
	display:block;
	color:#ff4e00;
	text-decoration:underline;
}
.recommend_text{
	width:98%;
	font-size:1.4em;
	color:#000;
	line-height:1.4em;
	text-align:left;
	margin:1% auto;
}
.recommend_img{
	width:80%;
	margin:1% auto;
}

}
