@charset "Shift_JIS";

/*----------------------------------------------------------------------------------------------------
link
----------------------------------------------------------------------------------------------------*/


/*----------------------------------------------------------------------------------------------------
layout
----------------------------------------------------------------------------------------------------*/

body {
	width: 930px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	background-color: #59493F;
	background-repeat: repeat-y;
	background-attachment: scroll;
	background-position: center top;
}

div.container {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}

div.header {
	width: 920px;
	height: 80px;
	background-color: #FFFFFF;
}

div.one_column_main {
	width: 920px;
	background-color: #FFF;
}

div.two_column_main {
	float: right;
	width: 675px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 30px;
	margin-left: 0px;
}

div.two_column_side {
	float: left;
	width: 215px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}

div.footer1 {
	clear: both;
	width: 920px;
	background-color: #7E6B5A;
	height: 200px;
}
div.footer {
	width: 920px;
	background-color: #59493F;
	height: 300px;
}

span {
	display: inline-block;
	width: 11em;
	padding-left: 25px;
	text-align: left;
}

/*----------------------------------------------------------------------------------------------------
header
----------------------------------------------------------------------------------------------------*/

h1.logo {
	position: absolute;
	top: 15px;
	padding-left: 10px;
}

div.head_info {
	right: 0px;
	float: right;
	padding-top: 90px;
}

div.head_info ul {
	padding-right: 7px;
	font-size: 18px;
	margin: 0px 10px 0px 10px;
}

div.head_info ul li {
	display: inline-block;
	padding-right: 10px;
}

div.head_info ul li.head_infosub a:link {
	color: #693;
	text-decoration: none;
}
div.head_info ul li.head_infosub a:visited {
	color: #693;
}
div.head_info ul li.head_infosub a:hover {
	color: #333;
}
div.head_info ul li.head_infosub a:active {
	color: #333;
}
/*----------------------------------------------------------------------------------------------------
footer
----------------------------------------------------------------------------------------------------*/

p.footer_nav {
	text-align: center;
	padding-top: 20px;
}

p.footer_nav a:link {
	color: #FFF;
}

p.footer_nav a:visited {
	color: #FFF;
}

p.footer_nav a:hover {
	color: #999;
}

p.footer_nav a:active {
	color: #333;
}

p.copyright {
	color: #FFF;
	text-align: center;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 0px;
}

/*----------------------------------------------------------------------------------------------------
top
----------------------------------------------------------------------------------------------------*/

div.top_image {
	margin: 0px 0px 20px 0px;
	width:100%;
}

img.main_banner {
margin: 0px 0px 20px 0px;
}

img.banner {
margin: 0px 0px 10px 0px;
display: inline-block; 
box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.8);
}

/*----------------------------------------------------------------------------------------------------
drink
----------------------------------------------------------------------------------------------------*/

div.drink {
    width:920px;
	display:block;
	margin:40px auto;
}

div.drink_menu {
	margin-bottom: 5px;
}

div.drink_menu2 {
	margin-left: 15px;
}

div.drink_text {
	margin-left: 5px;
	margin-top: 10px;
	float: left;
	width: 290px;
	color: #630;
	font-size: 18px;
	line-height: 24px;
}

div.drink_text p span{
	line-height: 30px;
}

dd.cooldrink2{
	font-size: 25px;
	color: #39F;
	margin-bottom: 10px;
	line-height: normal;
}

dd.hotdrink2{
	font-size: 25px;
	color: #F60;
	margin-bottom: 10px;
	line-height: normal;
}

img.alcohol_btm{
	float: right;
	margin-right: 5px;
}

img.cooldrink{
	margin-top: 60px;
}

img#cooldrink_t{
	margin-top: 20px;
	margin-bottom: 20px;
}

img#hotdrink_t{
	margin-top: 20px;
	margin-bottom: 20px;
}

img.hotdrink{
	margin-bottom: 10px;
}


/*----------------------------------------------------------------------------------------------------
food
----------------------------------------------------------------------------------------------------*/

div.food_title{
	margin-top: 30px;
}

div.food_menu_p{
	padding-top: 10px;
}

img.food{
	margin-left: 5px;
	margin-bottom: 10px;
}

div.food_text {
	margin-left: 5px;
	margin-top: 30px;
	color: #59493F;
	font-size: 24px;
	line-height: 24px;
	font-weight: bolder;
}

/*----------------------------------------------------------------------------------------------------
access
----------------------------------------------------------------------------------------------------*/

div.access_title{
	margin-top: 40px;
	margin-bottom: 20px;	
}

div.access_h1{
	padding-top: 20px;
	font-size: 18px;
	color: #666;
	line-height: 30px;
}

div.access_h1 p{
	padding-top: 20px;
	font-size: 24px;
	font-weight: bold;
	color: #EFACCB;
	text-decoration: underline;
}

div.access_google_container{
	padding-top: 10px;
	padding-bottom: 20px;
}

div.access_h2{
	padding-top: 10px;
	padding-bottom: 20px;
}
/*----------------------------------------------------------------------------------------------------
SNS
----------------------------------------------------------------------------------------------------*/



/* 回り込み解除のためのクラス */
.clearfix{
    zoom:1;
}
.clearfix:after{
    content:"";
    display: block;
    clear: both;
    height: 0;
    visibility:hidden;
}
 
/* サークルのスタイル */
.sns_circle{
    position:relative;
    width: 50px;
    height: 50px;
    margin:0 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #999;
    float:left;
    list-style: none;
}
 
 
/* リンク領域をブロック全体に */
.sns_circle img{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-indent:-999px;
    color:#FFF;/* 文字の色 */
}
 
/* マウスオーバー */
.sns_circle img:hover{
    background-color:#FFF;
    filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
 
/* 横幅を300pxに固定して真ん中に表示 */
ul.circle_group{
    width:900px;
    margin:auto;
    list-style: none;
    padding:0;
}
