@charset "utf-8";
/* CSS Document */
/*----------------
基本設定
----------------*/
html{
	background-color: #000000;
	
}
body{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 95%;
	line-height: 1.6;
	color: #ffffff;
	width: 100%;
}
h2{
	font-size: 20px;
}
h3{
	font-size: 16px;
}
h4{
	font-size: 14px;
}
a:link{
	text-decoration: none;
	color: #ffffff;
}
a:visited{
	color: #ffffff;
}
a:hover{
	color: #c1ac20;
}
.section_title{
	width: 265px;
	margin: 0 auto;
}
.section_title h2{
	text-align: center;
	letter-spacing: 0.12em;
	line-height: 1.8em;
	border-bottom: 2px solid #ffffff;
	font-weight: bold;
	margin-bottom: 38px;
}
/*----------------
全体の枠
----------------*/
#wrapper{
	width: 100%;
	margin: 0 auto;
}

/*----------------
ヘッダー
----------------*/
.header{
	width: 100%;
	height: 120px;
	position: relative;	
}
.header_innner{
	max-width:950px;
	height: 120px;
	margin: 0 auto;
}
.header h1 {
	width: 220px;
	float: left;
	margin-top: 20px;
}
#gnav{
	float: right;
	list-style: none;
	position: relative;
	top: 90px;
	margin-bottom: 8px;
}
#gnav li{
	float: left;
	padding: 0 17px;
}
#gnav li a{
	font-weight: bold;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
#gnav li a:link{
	color: #ffffff;
}
#gnav li a:visited{
	color: #ffffff;
}
#gnav li a:hover{
	color: #5083c9;
}
/*----------------
メインビジュアル
----------------*/
#main_visual{
	width: 950px;
	margin: 0 auto;
	margin-bottom: 68px;
}
/*----------------
コンセプト
----------------*/
#concept{
	width: 772px;
	height: 190px;
	margin: 0 auto;
	margin-bottom: 100px;
}
.concept_main{
	float: left;
	text-align: center;
	width: 456px;
}
.concept_main h2{
	letter-spacing: 0.12em;
	line-height: 1.8em;
	border-bottom: 2px solid #ffffff;
	font-weight: bold;
}
.concept_main p{
	text-align: center;
	padding-top: 26px;
	height: 140px;
	line-height: 1.8;
	background-image: url("../images/ellips_01.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 80%;
}
.concept_illust{
	float: left;
}
.concept_illust img{
	height: 170px;
	padding: 10px 10px 0 10px;
}
/*-----------------------
ピックアップアーティスト
-----------------------*/
#artist{
	clear: both;
	height: 340px;
	margin-bottom: 100px;
}
#artist img{
	float: left;
}
#artist_contents{
	float: left;
	width: 365px;
	margin-left: 50px;
	padding-top: 33px;
	border-bottom: 1px dashed #ffffff;
	background-image: url("../images/ellips_02.png");
	background-repeat: no-repeat;
	background-position: 30% 55%;
	background-size: 85%;
}
#artist_contents h4{
	margin-bottom: 24px;
}
#link_live{
	margin-top: 12px;
	margin-bottom: 20px;
	text-align: right;
}
#link_live a{
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
#artist_container{
	width: 738px;
	margin: 0 auto;
}
/*----------------
メニュー
----------------*/
#menu{
	max-width: 950px;
	clear: both;
	margin: 0 auto 100px;
}
#menu ul{
	max-width: 950px;
	height: 340px;
}
#menu li{
	list-style: none;
}
#menu li:nth-child(2){
	margin-left: 55px;
	margin-right: 55px;
}
.menu_container{
	float: left;
	width: 280px;
	height: 340px;
	background: #838383;
}
.menu_container img:hover,
.menu_container h3:hover,
.menu_container p:hover{
	opacity: 0.6;
}
.menu_container a{
	color: #ffffff;
}
.menu_container img,
.menu_container h3,
.menu_container p{
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.menu_container a:hover{
	color: #ffffff;
}
.menu_contents{
	text-align: center;
}
.menu_contents h3{
	padding-top: 6px;
}
.menu_contents p{
	font-size: 12px;
	padding: 6px 20px 0px;
}
/*----------------
新着情報
----------------*/
#information{
	clear: both;
	margin-bottom: 100px;
}
dt{
	float: left;
}
dd{
	margin-left: 100px;
}
dd a{
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
dl{
	float: left;
	background-image: url("../images/ellipse_03.png");
	background-repeat: no-repeat;
	background-position: 30% 60%;
	background-size: 85%;
}
#information p{
	float: left;
	width: 318px;
}
.infomation{
	width: 434px;
	border-bottom: 1px dashed #ffffff;
	padding: 14px 0;
}
#information img{
	margin-left: 50px;
}
#info_container{
	width: 752px;
	height: 213px;
	margin: 0 auto;
}
#jazzlife:link{
	text-decoration: underline;
	color: #ffffff;
}
#jazzlife:hover{
	color: #fccd03;
}
/*----------------
アクセス
----------------*/
#access{
	clear: both;
	margin-bottom: 100px;
}
#access_container{
	width: 752px;
	height: 213px;
	margin: 0 auto;
}
#access_table{
	float: left;
	width: 466px;
	background-image: url("../images/ellipse_04.png");
	background-repeat: no-repeat;
	background-position: 30% 60%;
	background-size: 75%;
}
#google_map{
	float: left;
	margin-left: 18px;
	margin-bottom: 80px;
}
#access_table th{
	text-align: left;
	width: 86px;
}
#access_table tr{
	height: 38px; 
}
#access_table tr:first-child{
	height: 60px;
}
/*----------------
ページトップボタン
----------------*/
#page_top{
    clear: both;
    position: fixed;
    bottom: 150px;
    right: 10%;
    background: #c1ac20;
	
    width: 74px;
    height: 74px;
    text-align: center;
    line-height: 1.2;
    padding-top: 13px;
    box-sizing: border-box;
    margin-bottom: 30px;
    border-radius: 50px;
}
#page_top a{
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
#page_top a:visited{
	color: #ffffff;
}
#page_top a:hover{
	color: #223d62;
}
/*----------------
フッター
----------------*/
footer{
	clear: both;
	background: #223d62;
	width: 100%;
	height: 160px;
}
#footer_inner{
	padding-top: 20px;
	max-width: 950px;
	margin: 0 auto;
}
address{
	float: left;
	font-style: normal;
	margin-bottom: 30px;
}
address span{
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0.1em;
}
#footer_link{
	float: right;
}
footer ul li{
	list-style: none;
	float: left;
	margin-top: 8px;
	margin-bottom: 30px;
	font-size: 12px;
}
footer ul li:first-child{
	padding-right: 20px;
	border-right: 1px solid #ffffff;
}
footer ul li:last-child{
	padding-left: 20px;
}
#sns{
	text-align: right;
}

#copy{
	clear: both;
	text-align: center;
	font-size: 80%;
	margin-bottom: 10px;
}
/*----------------
予約ページ
----------------*/
.section_text{
	width: 600px;
	margin: 0 auto;
	padding-left: 54px;
}
.announce{
	margin-bottom: 10px;
}
.notes{
	font-size: 80%;
	padding-left: 20px;
	line-height: 1.8;
}
/*----------------
予約ページのテーブル
----------------*/
#reserve_page table{
	width: 600px;
	margin: 30px auto 50px;
}
#reserve_page tr{
	border-bottom: 1px dashed #77766f;
}
#reserve_page tr:last-child{
	border-bottom: none
}
#reserve_page th{
	color: #212121;
	background: #e2dec2;
	font-weight: bold;
	width: 170px;
	padding: 10px 15px;
	vertical-align: middle;
}
#reserve_page td{
	background: #ffffff;
	color: #212121;
	padding: 10px 15px;	
}
/*---------------------
予約ページのフォーム
---------------------*/
input[type="text"],textarea{
	padding: 2px;
}
form textarea#comment{
	width: 370px;
	height: 100px;
	overflow: auto;
}
form input#submit{
	display: block;
	margin: 0 auto;
	width: 130px;
	height: 50px;
	background: #c1ac20;
	color:  #ffffff;
	border-style: none;
	border-radius: 5px;
	margin-bottom: 100px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
form input#submit:hover{
	background: #d9d454;
}
form td span{
	color: #f00;
	font-size: 12px;
	padding-left: 10px;
}
form td p{
	color: #f00;
	font-size: 12px;
}
/*----------------
bxslider
----------------*/
.bx-wrapper{
	box-shadow: none !important;
	border: none !important;
}
/*----------------
sticky
----------------*/
.header_fixed{
	position: fixed;
	z-index:  2;
	background: #000000;
	top: 0;
}

