@charset "utf-8";

/*
10px	63%
11px	69%
12px	75%
13px	82%
14px	88%
15px	94%
16px	100%
17px	107%
18px	113%
19px	119%
20px	125%
21px	132%
22px	138%
23px	144%
24px	150%
25px	157%
26px	163%


/*===============================================
●style.css 画面の横幅が769px以上
===============================================*/
@media screen and (min-width: 600px){
body{
	font:16px/1.6 arial,helvetica,clean,sans-serif;
	*font-size:small;
	*font:x-small;
}

select,input,button,textarea,button{
	font:99% arial,helvetica,clean,sans-serif;
}

table{
	font-size:inherit;
	font:100%;
}

pre,code,kbd,samp,tt{
	font-family:monospace;
	*font-size:108%;
	line-height:100%;
}

img{
	max-width: 100%;
	height: auto;
	width /***/:auto;　
}

header{
	width: 1300px;
	margin: 0px auto;
}


/*----------------------------------------------------
	headlines
----------------------------------------------------*/
.hl01{
	font-size: 285%;
	margin-bottom: 30px;
	background: url("../cmnimg/bg_hl.png") no-repeat left bottom;
}

.hl01.page{
margin: 90px 0px;
}

.hl02{
	margin-bottom: 5px;
	font-size: 260%;
	clear: both;
}

.hl03{
	font-weight: bold;
	font-size: 163%;
}

.hl04{
	font-weight: bold;
	font-size: 120%;
	border-bottom: 1px solid #000;
	text-align: center;
	margin-bottom: 30px;
	padding-bottom: 15px;
}

/*----------------------------------------------------
	details
----------------------------------------------------*/
.details{
	padding: 20px;
	background-size: 20%;
}

.details dt{
	font-weight: bold;
}



/*----------------------------------------------------
	spacing
----------------------------------------------------*/
.mb_s{
	margin-bottom:20px;
}

.mb_l{
	margin-bottom:60px;
}

.pt_l{
	padding-top:60px;
}




/*----------------------------------------------------
	header
----------------------------------------------------*/
header{
	position: relative;
	margin-bottom: 20px;
}

header #logo a{
	margin:30px auto 0px;
	background-size: 90% 90%;
}

.inner {
    width: 1300px;
    margin: 0 auto;
}
.inner:after {
    content: "";
    clear: both;
    display: block;
}

#mobile-head{
	margin-bottom:25px;
}


/*----------------------------------------------------
	global-nav
----------------------------------------------------*/
#global-nav{
	width: 1120px;
	margin: 0 auto;
}
#global-nav li a{
	display:block;
	float: left;
	width: 25%;
	text-align: center;
	text-decoration: none;
	font-size: 107%;
}


/*----------------------------------------------------
	inner
----------------------------------------------------*/
#inner{
		width: 1000px;
		margin: 0 auto;

}


/*----------------------------------------------------
	mainimg
----------------------------------------------------*/
#mainimg {
	text-align: center;
	margin:0 auto 10px;
}




/*----------------------------------------------------
	intro
----------------------------------------------------*/
#intro{
	margin-bottom: 90px;
	margin-top: 60px;
}

#intro h1{
	padding-bottom: 45px;
	letter-spacing: 2px;
	font-size: 174%;
	border-bottom: 1px solid #000;
	width: 800px;
	text-align: left;
	margin: 0 auto;
}


/*----------------------------------------------------
	contents
----------------------------------------------------*/
#contents{
	width: 100%;
	margin-bottom: 30px;
}

/* menu */
#contents #menu{
margin-bottom: 40px;
}
#contents #menu section{
	width: 1000px;
	margin: 0 auto 60px;
}

#contents #menu section img:hover{
	opacity:0.8;
}

#contents #menu section div{
	background: #FFF;
	height: 388px;
	width: 1000px;
}

#contents #menu section h2{
	float: left;
	width: 500px;
}

#contents #menu section dl{
	width: 400px;
	float: right;
	background: #FFFFFF;
	padding: 70px 50px 30px;
}

#contents #menu section div.menu h2{
	float: right;
}

#contents #menu section div.menu dl{
	float: left;
}

#contents #menu section dt{
	font-size: 375%;
}

/* about */
#contents #about{
	width: 1000px;
	margin: 0 auto;
}


/* location */
#contents #location{
	width: 1000px;
	margin: 0px auto 10px auto;
}

#contents #location .pic{
	float: left;
	width: 396px;
}

#contents #location h2{
	font-size: 175%;
	margin-bottom: 15px;
}

#contents #location div{
	float: right;
	width:564px;
	padding: 20px 0px 0px 40px;
}

#contents #location .tel{
	font-size: 175%;
}

#contents #location .tel a{
	text-decoration: none;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, "serif";
}

#contents #location div dl dt{
	float: left;
	clear: left;
	padding: 10px 0px 10px;
}

#contents #location div dl dd{
	padding: 10px 0px 10px 5.5em;
}

#contents #location .cmn_btn{
text-align: left;
}


/*----------------------------------------------------
	footer
----------------------------------------------------*/
.pagetop span{
	display: block;
	width: 1000px;
	margin: 0 auto;
}

footer .f_menu{
	width: 1000px;
	margin: 0 auto;
}

footer .f_menu a{
	text-decoration:none;
	display: block;
	float: left;
	padding: 60px 80px 40px 0px;
}

footer .sns{
	clear:  both;
	width: 1000px;
	margin: 0 auto;
	border-top: 1px solid #070d1b;
	padding: 30px 0px;
}

footer .sns li a{
	text-decoration: none;
	display: block;
	padding-left: 50px;
	padding-top: 15px;
	float: left;
	font-size: 83%;
}

footer .sns li#instagram a{
	background: url("../cmnimg/instagram_logo.png") no-repeat center left;
	background-size: 40px;
	height: 35px;
	padding-right: 30px;
}

footer .sns li#fb a{
	background: url("../cmnimg/f_logo.png") no-repeat center left;
	background-size: 40px;
	height: 35px;
}


/*----------------------------------------------------
	pagecontents
----------------------------------------------------*/
#pagecontents{
	width: 1000px;
	margin: 0 auto;
}

/*----------------------------------------------------
	bc
----------------------------------------------------*/
#bc{
	width:1000px;
	margin:0 auto;
	font-size: 88%;
}



/*----------------------------------------------------
	pagenav
----------------------------------------------------*/
#pagenav{
	width: 1000px;
	margin: 90px auto 60px;
	text-align: center;
}

#pagenav li a{
	padding: 20px 80px;
}






/*----------------------------------------------------
	linkbox
----------------------------------------------------*/
.linkbox dt{
	margin-bottom:5px;
}



/*----------------------------------------------------
	pageimg
----------------------------------------------------*/
#pageimg {
	height: 80%;
}


/*----------------------------------------------------
	note/notice
----------------------------------------------------*/
.notice{
	padding: 20px;
}

.notice .tel{
	font-size: 175%;
}

.notice .tel a{
	text-decoration: none;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, "serif";
	color: #001a4d;
}

/*===============================================
▼ここから個別ページスタイル
/*===============================================*/
#pageimg{
	padding: 170px 0px;
	background-size: cover;
	font-size: 250%;
	color: #FFF;}

/*===============================================
/*drink
===============================================*/
#pageimg.ttl_drink{
	background: url("../drink/img/mainimg.jpg") no-repeat bottom center;
}

#pagenav.drinkmenu li a{
	padding: 20px 40px;
}

/* t_dcr */
.t_dcr dt{
	font-weight: bold;
	float: left;
	clear: left;
	padding:20px 0px 10px;
}

.t_dcr dd{
	float: right;
	padding:20px 0px 10px;
}

.t_dcr li{
	padding:20px 0px 10px;
	font-weight: bold;
}

.menu_wine{
	clear: both;
	padding:10px 0px 30px;
	border-top: 2px solid #CCCCCC;
}

.line_brsh{
	margin-top:30px;
	padding-top:60px;
	border-top: 1px dashed #CCC;
}


/*===============================================
/*menu
===============================================*/
#pageimg.ttl_menu{
	background: url("../menu/img/mainimg.jpg") no-repeat bottom center;
}


/*===============================================
about
===============================================*/
#pageimg.ttl_about{
	background: url("../about/img/mainimg.jpg") no-repeat bottom center;
}

#about_intro{
	margin: 60px 0px;
}

#profile .pic{
	width: 200px;
	float: left;
	margin-bottom: 20px;
}

#profile .desc{
	width: 770px;
	float: right;
	margin-left: 30px;
}

#profile .desc dt{
	margin-bottom: 10px;
}


/*===============================================
location
===============================================*/
#pageimg.ttl_location{
	background: url("../location/img/mainimg.jpg") no-repeat bottom center;
}

#rst_info{
	margin: 60px 0px;
}

#rst_info .info{
	float: right;
	width: 320px;
}

#rst_info img{
	float: left;
	width: 650px;
}

#rst_info dt{
	float: left;
	clear: left;
	padding: 5px 0px 5px;
}

#rst_info dd{
	padding: 5px 0px 5px 5.5em;
}

#rst_info p.tel a{
	text-decoration: none;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, "serif";
	color: #001a4d;
	font-size: 144%;
}

#rst_info p.tel{
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 10px;
}

#rst_info dl{
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #CCCCCC;
}

#gmap iframe{
	height: 600px;
	padding:30px 0px;
}

.invis{
	display: none;
}


/*----------------------------------------------------
	news
----------------------------------------------------*/
dl#news{
	width: 1000px;
	margin: 0 auto 60px;
}



}
