@charset "UTF-8";
/* CSS Document */
/*
Theme Name: goutte_dor
Description: オリジナルテーマ
Author: METEOLIGHT
*/


/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
 
/*要素のフォントサイズやマージン・パディングをリセットしています*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
 
/*行の高さをフォントサイズと同じにしています*/
body {
    line-height:1;
}
 
/*新規追加要素のデフォルトはすべてインライン要素になっているので、section要素などをブロック要素へ変更しています*/
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}
 
/*nav要素内ulのマーカー（行頭記号）を表示しないようにしています*/
ol, ul {
    list-style: none;
}

/*引用符の表示が出ないようにしています*/
blockquote, q {
    quotes:none;
}
 
/*blockquote要素、q要素の前後にコンテンツを追加しないように指定しています*/
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
 
/*a要素のフォントサイズなどをリセットしフォントの縦方向の揃え位置を親要素のベースラインに揃えるようにしています*/
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
 
/* ins要素のデフォルトをセットし、色を変える場合はここで変更できるようにしています */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
 
/* mark要素のデフォルトをセットし、色やフォントスタイルを変える場合はここで変更できるようにしています
また、mark要素とは、文書内の検索結果で該当するフレーズをハイライトして、目立たせる際に使用するようです。*/
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}
 
/*テキストに打ち消し線が付くようにしています*/
del {
    text-decoration: line-through;
}
 
/*IEではデフォルトで点線を下線表示する設定ではないので、下線がつくようにしています
また、マウスオーバー時にヘルプカーソルの表示が出るようにしています*/
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
 
/*隣接するセルのボーダーを重ねて表示し、間隔を0に指定しています*/
table {
    border-collapse:collapse;
    border-spacing:0;
}
 
/*水平罫線のデフォルトである立体的な罫線を見えなくしています*/
hr {
    display:block;
    height:1px;
    border:0;  
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
 
/*縦方向の揃え位置を中央揃えに指定しています*/
input, select {
    vertical-align:middle;
}

/*装飾*/
body {
	font: 100%/1.4 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	background-color: #000;
	margin: 0;
	padding: 0;
	color: #FFFFFF;
}

a {
	color:rgba(255,255,255,1.00);
	text-decoration:none;
}

a:hover{
	color:rgba(255,255,255,1.00);
	text-decoration:underline;
}


/*header*/

.h_container{
	background:#000000;
	position:relative;
	top:0;
	left:0;
	}
	
.ic{
	z-index:20;
	position:relative;
	top:30px;
	left:0;
}


.logo{
	z-index:30;
	position:absolute;
	top:0; left:0; right:0;
	margin:auto;
	display:inline;
}

h1{
	font-size:9px;
	font-weight:normal;
	position:relative;
	top:10px;
	left:0;
	}

.h_tel{
	z-index:30;
	position:absolute;
	top:10px;
	left:68%;
	display:inline;
}

.h_box{
	margin:0 auto;
	width:940px;
}

.menuButtonWrap {
	display: none;
}
	
.nav{
	background:url(img/n_back.png) repeat-x;
	position:relative;
	top:40px;
	left:0;
}

.nav ul{
	text-align:center;
	margin:0 auto;
	width:940px;
	height:72px;
	display:table;
	vertical-align:middle;
}

.nav ul li{
	display:table-cell;
	padding:0 60px 0 0;
}

.nav ul li:last-child{
	padding:0;
}

a:hover img
 {opacity: 0.7;filter: alpha(opacity=70);-ms-filter: "alpha(opacity=70)";}

/*contents*/
.c_container{
	z-index:20;
	position:relative;
	top:30px;
	left:0;
	background:url(img/back.jpg);
	background-size: cover;
	padding:0 0 70px 0;
	overflow: auto;
	}

.box{
	margin:0 auto;
	width:940px;
	}

.c_box{
	width:640px;
	padding:0 auto 30px;
	float: left;
	}

/*contents-top*/
	
.content{
	line-height:1.7em;
	padding:0 auto 1em;
}
	
.content p{
	margin:0 auto 1em;
}

h2#top_ttl {
	height: 124px;
	padding-top: 20px;
	background: url(img/t_h2.png) no-repeat;
	background-position: right;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 24px;
	text-shadow: 3px 3px 5px #000000;
	letter-spacing: 0.12em;
	line-height: 1.3;
}

h2#top_ttl span {
	font-size: 15px;
	letter-spacing: 0.11em;
}

.news{
	width:640px;
	 background:url(img/t_news.png) no-repeat bottom;
	 min-height:290px;
}

.news dl{
	background:rgba(90,0,2,0.6);
	padding:10px 10px 0;
	margin:0 auto;
	width:620px;
	height: 150px;
	overflow: scroll;
}

.news dl a:link {
        text-decoration: underline;
}

.news dl a:visited {
        text-decoration: underline;
}

.news dl a:hover {
        text-decoration: none;
}

.news  dt{
	width:120px;
	float:left;
	margin:0 0 20px 0;
}

.news  dd{
	margin:0 0 20px 120px;
}

.gya{
	padding:0 auto 30px;
}


/*contents-food*/
.food_box{
	width:640px;
	padding:0 auto 30px;
	float: left;
}

.food_box dl{
	width:640px;
	margin:0 auto 40px;
}

.food_box dt{
	width:500px;
	float:left;
	margin:0 auto 5px;
}

.food_box dd{
	text-align:right;
	margin:0 auto 5px;
}

.food_title{
	font-size:19px;
	text-align:center;
	padding:5px 0;
	border-bottom:5px double rgba(255,255,255,0.7);
	margin:0 auto 10px;
	}

.food_box h3{
	background:url(img/title03.png) no-repeat rgba(0,0,0,1.00)  center;
	text-align:center;
	border-radius:20px;
	padding:3px;
	margin:0 auto 10px;
}

.food_box  ul{
	text-align:center;
	margin:0 auto 40px;
}

.food_box p{
	text-align:center;
	margin:0 auto 30px;
}

/*contents-news*/
.news_box{
	width:640px;
	padding: 0px auto;
	float: left;
}

.newsArticle {
	margin: 25px 0;
	padding-bottom: 20px;
	border-bottom: 1px dashed #fff;
	overflow: auto;
}

.newsArticle h3 {
	font-size: 21px;
}

.newsArticle .date {
	font-size: 85%;
	margin-bottom: 15px;
}

.newsArticle a:link {
        text-decoration: underline;
}

.newsArticle a:visited {
        text-decoration: underline;
}

.newsArticle a:hover {
        text-decoration: none;
}

.articleBody {
        margin-bottom: 20px;
}

/*contents-access*/
.access_box{
	width:640px;
	padding:0 auto 30px;
	float: left;
}

.access_off{
	font-size:14px;
	width:270px;
	margin:0 auto 150px;
	float:left;
}

.access_map{
	min-height:380px;
	border-bottom:solid rgba(255,255,255,1.00) 1px;
}

.access_info dl{
	margin:20px auto 40px;
}

.access_info dt{
	float:left;
	font-size:14px;
	width:160px;
}

.access_info dd{
	margin:0 0 10px 160px;
}

.access_title{
font-size:19px;
	text-align:center;
	padding:5px 0;
	border-bottom:5px double rgba(255,255,255,0.7);
	margin:0 auto 10px;
}

.access_pro h3{
	background:url(img/title03.png) no-repeat rgba(0,0,0,1.00)  center;
	text-align:center;
	border-radius:20px;
	padding:3px;
	margin:0 auto 10px;
}

.access_pro dl{
	clear:both;
	width:640px;
	margin:0 auto 40px;
}

.access_pro dt{
	float:left;
	font-size:14px;
	width:130px;
}

.access_pro dd{
	margin:0 0 10px 160px;
}

.access_box a{
	text-decoration:underline;
}

.access_box a:hover{
	text-decoration:none;
}

.access_pro .profile_txt {
	font-size: 24px;
	margin-top: 30px;
	line-height: 2;
}

/*contents-wine*/
.wine_box{
	width:640px;
	padding:0 auto 30px;
	float: left;
}

.wine_box p{
	text-align:center;
}

.wine_list  ul{
	width:640px;
	margin:0 auto;
	display:table;
}

.wine_list  li{
	font-size:12px;
	text-align:center;
	display:table-cell;
	border:1px solid rgba(255,255,255,1.00);
	background:rgba(0,0,0,1.00);
	padding:5px;
}

.wine_menu  ul{
	text-align:center;
	margin:30px auto 20px;
}

.wine_menu  li{
	margin:10px auto;
}

.wine_menu  ul img{
	width:100%;
}

/*contents-consulting*/
.consul_box{
	width:640px;
	padding:0 auto 30px;
	float: left;
}


/*******reservation*******/
.reservation_box {
	width:640px;
	padding:0 auto 30px;
	float: left;
}

.contact .important {
	background: #951212;
	padding: 5px;
	margin-right: 5px;
	color: #fff;
}

.contact .option {
	background: #a7881e;
}

.contact table .important,.contact .option {
	float: right;
	padding: 3px 7px;
	margin-right: 10px;
	margin-top: -4px;
	color: #fff;
}

.contact table {
        width: 100%;
	margin: 25px auto;
}

.contact  tr{
	border-bottom:1px solid rgba(255,255,255,1.00);
	padding:10px 0;
}

.contact th {
	border-right: none;
	width: 50%;
	font-weight: normal;
	text-align: left;
	padding: 15px 10px 15px 0;
	vertical-align:middle;
}

.contact td {
	border-left: none;
	width: 60%;
	padding:15px 0 15px 20px;
}

.contact table tr td tr{
	border:none;
	font-size:12px;
}

.contact table tr td table{
	margin:0;
}

.contact table tr table td{
	padding:10px 35px 0 0;
	margin:0;
}

.contact table tr table td span {
	float: right;
}

/*form*/
.contact form {
	margin-bottom: 50px;
}

.contact form input {
	font-size: 13px;
	padding: 5px 10px;
}

.contact form select {
	font-size: 13px;
}

.contact form textarea {
	font-size: 13px;
	padding: 2px;
}

.contact form .submit {
	width: 222px;
	height: 72px;
	background:#a7881e;
	border: none;
	cursor: pointer;
	font-size:18px;
	color:#FFFFFF;
}

.contact form .submit:hover{
	opacity: 0.7;filter: alpha(opacity=70);-ms-filter: "alpha(opacity=70)";}

.contact  a{
	text-decoration:underline;
}

.contact  a:hover{
	text-decoration:none;
}

.contact .reserveDate {
        margin-bottom: 30px;
}

.mw_wp_form_confirm .kakunin,.mw_wp_form_confirm br {
        display: none;
}

.contact .mw_wp_form_confirm .reserveDate {
        margin-bottom: 0px;
}

/*side*/
.s_container{
	float: right;
	width: 247px;
	margin: 30px 0 0 0;
}
	
/*footer*/
.f_container{
	position:relative;
	top:30px;
	left:0;
	clear:both;
	background:#000000;
	font-size:14px;
	line-height:1.7em;
	}

.f_box{
	margin:0 auto;
	width:940px;
	background:#000000;
	padding:15px 0;
}

.f_box dt{
	width:70px;
	float:left;
}

.f_info{
	float:left;
	width:460px;
}

.map {
	float: right;
	margin-bottom: 15px;
}

.f_nav{
	border-top:rgba(255,255,255,1.00) solid 1px;
	width:760px;
	float:right;
	padding:10px 0 0;
	margin:10px 0;
	font-size:12px;
	display:table;
	vertical-align:middle;
}

.f_nav li{
	display:inline;
	margin:0 25px 0 0;
}

.f_nav li:last-child{
	margin:0;
}

.sns {
	float: right;
}

address{
	font-size:9px;
	padding:7px;
	text-align:center;
	background:url(img/back.jpg);
	background-size: cover;
}
/*class*/

.clear{
	clear:both;
}

.fl{
	float:left;
}

.fr{
	float:right;
}
.mb1em{
	margin-bottom:1em;
}

.mr10{
	margin-right:10px;
}

.mr45{
	margin-right:45px;
}

.mb10{
	margin-bottom:10px;
}


.mb30{
	margin-bottom:30px;
}

.mt30{
	margin-top:30px;
}

.tl{
	text-align:left;
}

.tr{
	text-align:right;
}

.tc{
	text-align:center;
}

.f24{
	font-size:24px;
}

.f12{
	font-size:12px;
}


.f9{
	font-size:9px;
}

.red{
	color:rgba(255,0,4,1.00);
}

/*******トップへ戻るボタン*******/
#page-top {
    position: fixed;
    bottom: 50px;
    right: 40px;
	z-index:60;
}
#page-top a {
    background: #231815;
    text-decoration: none;
    color: #fff;
    width: 50px;
    padding: 15px 0;
    text-align: center;
    display: block;
	border: 1px solid #7a031b;
}

/*******pagenation*******/
.page_navi {
    text-align:center;
    font-weight:bold;
    padding:30px 0;
    clear: both;
}

.page_navi li {display:inline;}

.page_navi li a {
    color: #fff;
    border: 1px solid #fff;
}

.page_navi li a:link {
    color: #fff;
    text-decoration: none;
}

.page_navi li a:visited {
    color: #fff;
    text-decoration: none;
}

.page_navi li a:hover {
    text-decoration:none;
    background: #000;
    border: 1px solid #fff;
}

.page_navi li.current span {/*style of current button*/
    border: 1px solid #fff;
    background: #000;
}

.page_navi li.first span,
.page_navi li.previous span,
.page_navi li.next span,
.page_navi li.last span,
.page_navi li.page_nums span {/*no link buttons*/
    border: 1px solid rgba(255,255,255,0.5);
    color: rgba(255,255,255,0.5);
}

.page_navi li a,
.page_navi li.current span,
.page_navi li.first span,
.page_navi li.previous span,
.page_navi li.after span,
.page_navi li.next span,
.page_navi li.last span,
.page_navi li.page_nums span {
    padding: 0.5em 0.8em;
    position:relative;
}