@charset "utf-8";

@import "page.css";
@import "reset.css";
@import "set.css";


/* =================================================================
		common
================================================================= */

body{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-text-size-adjust: none;
	color: #333;
}
body.index {
	background-image: url(../img/common/body_bg_index.jpg);
	background-repeat: repeat-x;
	background-position: left 80px;
	background-color: #333;
}

#page_top {
    bottom: 100px;
    position: fixed;
    right: 30px;
}
#page_top a {
    background-image: url(../img/common/page_top.png);
    background-position: left top;
    background-repeat: no-repeat;
    display: block;
    height: 40px;
    width: 40px;
}
#page_top a:hover {
    background-image: url(../img/common/page_top.png);
    background-position: left bottom;
    background-repeat: no-repeat;
    display: block;
    height: 40px;
    width: 40px;
}




/* =================================================================
		wrapper
================================================================= */

#wrapper{
	
}

/* =================================================================
		header
================================================================= */

#header {
	background-image: url(../img/common/header_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 80px;

}
#header_inner {
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	zoom: 1;
	width: 980px;
}
#header_inner h1 {
	padding-top: 8px;
	padding-left: 15px;
	float: left;
}
#header_right {
	width: 606px;
	float: left;
	padding-left: 75px;
	overflow: hidden;
	zoom: 1;
	padding-top: 29px;
}
#header_right p {
	float: left;
}
#header_right_bt {
	padding-top: 1px;
	padding-right: 18px;
	padding-left: 9px;
}



/* =================================================================
		contents
================================================================= */


#contents {
	clear: both;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
}
.main_image {
	margin-bottom: 20px;
}
#contents h2{
	clear:both;
}


/* グローバルナビゲーション
----------------------------------------------- */
#g_navi {
	width: 980px;
	padding-left: 10px;
	clear: both;
}
#g_navi ul {
}
#g_navi .parents_li{
	float: left;
}
#service_navi{
	position: relative;
	width: 152px;
}
#service_navi ul {
	display: none;
	position: absolute;
	z-index: 1;
	top: 35px;
	width: 200px;
}
#service_navi ul li {
	font-size: 12px;
	line-height: 150%;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #A4A4A4;
	border-bottom-color: #A4A4A4;
	border-left-color: #A4A4A4;
	background-color: #000;
	zoom: 1;
}
#service_navi li a:link {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding-top: 10px;
	padding-left: 15px;
	padding-bottom: 10px;
	zoom: 1;
}
#service_navi li a:visited {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding-top: 10px;
	padding-left: 15px;
	padding-bottom: 10px;
	zoom: 1;
}
#service_navi li a:hover {
	display: block;
	color: #DF844D;
	text-decoration: none;
	padding-top: 10px;
	padding-left: 15px;
	padding-bottom: 10px;
	zoom: 1;
}



.main_contents {
	overflow: hidden;
	zoom: 1;
	width: 870px;
	background-color: #FFF;
	padding-top: 35px;
	padding-left: 55px;
	padding-right: 55px;
	padding-bottom: 80px;
	clear: both;
}





/* =================================================================
		footer
================================================================= */


#footer {
	clear: both;
	background-image: url(../img/common/footer_bg.jpg);
	background-repeat: repeat;
	background-position: left top;	
}
#footer_bg {
	background-image: url(../img/common/footer_bg_border.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#footer_inner {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	zoom: 1;
	background-image: url(../img/common/footer_right_bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-bottom: 20px;
}

#footer_right {
	float: right;
	width: 560px;
	margin-top: 23px;
	padding-left: 20px;
	padding-top: 15px;
	background-image: url(../img/common/footer_border.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	overflow: hidden;
	zoom: 1;
}
#footer_main_navi {
	width: 560px;
	overflow: hidden;
	zoom: 1;
	margin-bottom: 30px;
}
#footer_main_navi p {
	color: #FFF;
	font-size:12px;
	margin-bottom: 14px;
	background-image: url(../img/common/footer_list01.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 18px;
	font-weight: bold;
}
#footer_main_navi ul {
	float: left;
}
#footer_main_navi ul li {
	margin-bottom: 14px;
	font-size: 12px;
	background-image: url(../img/common/footer_list01.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 18px;
}
#footer_main_navi a:link {
	color: #FFF;
	text-decoration: none;
}
#footer_main_navi a:visited {
	color: #FFF;
	text-decoration: none;
}
#footer_main_navi a:hover {
	color: #FFF;
	text-decoration: underline;
}
#footer_others_navi {
	clear: both;
	width: 560px;
	overflow: hidden;
	zoom: 1;
}
#footer_others_navi ul {
	float: left;
}
#footer_others_navi ul li {
	margin-bottom: 14px;
	font-size: 12px;
	background-image: url(../img/common/footer_list02.jpg);
	background-repeat: no-repeat;
	background-position: 1px center;
	padding-left: 18px;
}
#footer_others_navi a:link {
	color: #FFF;
	text-decoration: none;
}
#footer_others_navi a:visited {
	color: #FFF;
	text-decoration: none;
}
#footer_others_navi a:hover {
	color: #FFF;
	text-decoration: underline;
}
#footer_right .list_widht_01{
	width: 160px;
}
#footer_right .list_widht_02{
	width: 150px;
}
#footer_left {
	float: left;
	padding-left: 22px;
	padding-top: 17px;
	width: 378px;
	overflow: hidden;
	zoom: 1;
}
#footer_left_l {
	float: left;
	width: 126px;
}
#footer_left_r {
	float: left;
	width: 252px;
}
#footer_left_r_logotype {
	margin-top: 14px;
	margin-bottom: 5px;
}
#footer_left_r_p01 {
	font-size: 12px;
	color: #FFF;
	margin-bottom: 15px;
	padding-left: 3px;
}
#footer_left_r_p02 {
	font-size: 12px;
	line-height: 160%;
	color: #FFF;
	padding-left: 3px;
	margin-bottom: 15px;
}
#footer_left_r_p02 a{
	color: #FFF;
}
#footer_left_r_p03 {
	font-size: 12px;
	line-height: 160%;
	color: #FFF;
	margin-bottom: 30px;
}
#footer_copy {
	clear: both;
	font-size: 10px;
	line-height: 160%;
	color: #FFF;
	padding-left: 60px;
}


/* =================================================================
		フッター予約エリア
================================================================= */

#reservation_box {
	width: 710px;
	overflow: hidden;
	zoom: 1;
	background-color: #FDEFDF;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}
#happyhour #reservation_box {
	width: 810px;
	overflow: hidden;
	zoom: 1;
	background-color: #FDEFDF;
	padding-top: 20px;
	padding-bottom: 5px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
}
#reservation_box p {
	font-size: 14px;
	margin-bottom: 15px;
	text-align: center;
}
#reservation_box .tel{
	color: #996600;
	font-size: 18px;
	font-weight: bold;
}
#reservation_box_bt {
	width: 630px;
	overflow: hidden;
	zoom: 1;
	padding-left: 40px;
	padding-top: 10px;
}
#reservation_box_bt p{
	margin-bottom: 0px;
}

/* =================================================================
		予約フォーム
================================================================= */

.form_box {
	clear: both;
}
.form_box h3{
	font-size: 18px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	margin-bottom: 20px;
	padding-bottom: 7px;
}
.form_box_p01 {
	font-size: 14px;
	line-height: 150%;
	margin-bottom: 20px;
	padding-left: 30px;
}
.form_box table {
	width: 810px;
	margin-left: 30px;
	margin-bottom: 15px;
}
.form_box table tr {
}

.form_box table th {
	width: 190px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
	font-size: 14px;
	line-height: 150%;
	background-color: #EEE;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #0080A8;
	border-bottom-color: #0080A8;
	word-wrap: break-word;
}
.form_box table td {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 10px;
	text-align: left;
	font-size: 14px;
	line-height: 150%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #0080A8;
	border-bottom-color: #0080A8;
}
.form_box form table td p {
}
.form_box .table_title {
	font-size: 14px;
	color: #B33B1F;
	margin-bottom: 10px;
	padding-left: 30px;
	padding-top: 15px;
}


.privacy_policy_text {
	height: 110px;
	width: 790px;
	overflow: auto;
	margin-left: 30px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 15px;
	border: 1px solid #CCC;
	margin-bottom: 20px;
}
.privacy_policy_text h4 {
	font-size: 14px;
	margin-bottom: 20px;
}
.privacy_policy_text p {
	font-size: 14px;
	line-height: 150%;
	margin-bottom: 20px;
}
.privacy_policy_text ol {
	padding-left: 20px;
}
.privacy_policy_text ol li {
	font-size: 14px;
	line-height: 150%;
	list-style-position: outside;
	list-style-type: decimal;
	margin-bottom: 15px;
}
.form_submit_box {
}
.form_submit_box p {
	text-align: center;
	margin-bottom: 15px;
	font-size: 14px;
}
.form_box .line_height_180{
	line-height: 200%;
}
.form_box #conf_bt_01{
	margin-right: 20px;
}
#form_thanks_text{
	font-size: 14px;
	line-height: 150%;
	padding-bottom: 150px;
}
