@charset "utf-8";
@import "initialize.css";

body{
	/*font-family:"メイリオ",Meiryo,"Arial","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS P Gothic",sans-serif;*/
	font-family: "Helvetica Neue",
	Arial,
	"Hiragino Kaku Gothic ProN",
	"Hiragino Sans",
	Meiryo,
    sans-serif;
	font-size:14px;
	background:#fff;
	/*-webkit-text-size-adjust: 100%;*/
	color: #231414;
}

#wrapper{
	width:780px;
	margin:0 auto;
	position:relative;
}

#header{
	width:780px;
	height:110px;
	margin:0 auto;
	color:#000;
	position:relative;
}

#logo{
	position:absolute;
	top:20px;
	/*left: 12px;*/
	display: flex;
	align-items: flex-end;
}
#logo span{ /*ロゴ横；旧店名表示*/
	color: #231414;
	padding-bottom: 12px;
	font-size: 13px;
}

#open{
	position:absolute;
	/*top:42px;*/
	top:26px;
	right:0px;
	font-size: 11px;
	line-height: 1.25em;
}

#open p+p{
	margin-top: 0.5em;
}

#open span{
	margin-right: 1em;
	color: #5f1e00;
	font-weight: bold;
	font-size: 14px;
	display: block;
}

#menu_bg{
	height:40px;
	margin:0 auto;
	/*background:url("../images/menu_bg.png") repeat-x;*/
	/*background: #f8f3e6;*/
	/*border-top: solid 1px #e1ceaf;*/
	border-bottom: solid 1px #e1ceaf;
}

#menu{
	width:780px;
	height:40px;
	margin:-40px auto 0;
	/*background:url("../images/menu_wh.png") no-repeat;*/
}

#menu a{
	color:#231414;
	text-decoration: none;
}

#menu a:hover{
	color:#231414;
	border-bottom:3px solid #f6ad1c;
}

#menu ul{
	/*margin-left:36px;*/
	display: flex;
	justify-content: space-between;
	/*align-items: center;*/
	height: 40px;
}

#menu li{
	/* float: left; */
	/* list-style: none; */
	/* position: relative; */
	/* top: 14px; */
	line-height: 40px;
	/*font-weight: 600;*/
	 /*height: 42px; */
}

/*#li_home{
	position:relative;
	left:0px;
}

#li_food{
	margin-left:51px;
}

#li_drink{
	margin-left:28px;
}

#li_info{
	margin-left:20px;
}*/

#li_contact{
	/*position:relative;
	left:118px;*/
	margin-top:-24px;
}

/* slide-show insert */
#slide{
    position:absolute;
	top:30px;
	background:url(../images/01.jpg) no-repeat #ffffff;
	background-size: contain;
    height:356px;
    width:780px;
	z-index:10;
	margin-top: 30px;
}
#slide p{
	/*color:#231414;*/
	color: #fff;
	font-size:26px;
	/*font-family:"メイリオ",Meiryo,"Arial","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS P Gothic",sans-serif;*/
	text-align:center;
	position:absolute;	
	top:230px;
	left:473px;
	width:307px;
	line-height:1.5em;
}

#pr1{
    height:356px;
    width:780px;
	background:url(../images/01.jpg) no-repeat;
	background-size: contain;
}

#pr2{
    height:356px;
    width:780px;
	background:url(../images/02.jpg) no-repeat;
	background-size: contain;
}


#pr3{
    height:356px;
    width:780px;
	background:url(../images/03.jpg?220803) no-repeat;
	background-size: contain;
}


#pr4{
    height:356px;
    width:780px;
	background:url(../images/04.jpg) no-repeat;
	background-size: contain;
}


#pr5{
    height:356px;
    width:780px;
	background:url(../images/05.jpg) no-repeat;
	background-size: contain;
}


#slide2{	/* ループ画像分の空ボックス設定 */
    height:356px;
    width:780px;
}

#content{
	width:780px;
	margin-top:100px;
}

#map{
	float:right;
}

#print{
	text-align:right;
	font-size:12px;
	margin-top:4px;
}

#print a{
	color:#000000;
	text-decoration:underline;
}

#print,/*#footer,*/#tweet{
	font-family:"メイリオ",Meiryo,"Arial","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS P Gothic",sans-serif;
}

#tweet{
	width:559px;
}

#tweet_top{
	background:url(../images/tweet_top.png) no-repeat;
	height:56px;
}

.twitter_logo{
	position:relative;
	top:17px;
	left:338px;
}

/* twitter's rss */
#tweet_mid{
	background:#000 url(../images/tweet_mid.png) repeat-y;
	color:#ffffff;
	padding:0 30px;
	line-height:1.5em;
	text-align:justify;
	text-justify:distribute;
}

#tweet_mid li{
	background:url("../images/comments.gif") 0 16px no-repeat;
	border-bottom:dotted 2px #f6ad1c;
	padding:14px 0 10px 16px;
}

#tweet_mid a{
	color:#0099ff;
	text-decoration:none;
}

#tweet_mid a:hover{
	color:#f6ad1c;
	text-decoration:underline;
}

#tweet_btm{
	background:url(../images/tweet_btm.png) 0 bottom no-repeat;
	color:#f6ad1c;
	padding:8px 30px 0;
	height:36px;
	text-align:right;
	margin-bottom:-10px;
	font-size:12px;
}

#tweet_btm a{
	color:#f6ad1c;
	text-decoration:underline;
}

#tweet_btm a:hover{
	color:#0099ff;
}

#footer{
	clear:both;
	width:780px;
	height:28px;
	margin:0 auto;
	position:relative;
	top:28px;
	font-size:10px;
	color:#231414;
	line-height:28px;
}

#footer li{
	float:left;
	list-style:none;
}

#footer a{
	text-decoration:none;
	color:#231414;
}

#footer a:hover{
	text-decoration:underline;
}

address{
	font-style:normal;
	position:absolute;
	right:0;
}

#footer_bg{
	height:28px;
	margin:0 auto;
	background:#e1ceaf;
}

.dn{
	display:none;
}

@media screen and (min-width:768px) {
	.hamburger, .globalMenuSp{
		display: none;
	}
}

/****** tablet/SP ******/
@media screen and (max-width:767px) {
	/* リセットCSS */
	* {
		list-style: none;
		box-sizing: border-box;
		margin: 0;
		padding: 0;
		/*position: static;*/
	}
	
img{
	width: 100%; height: auto;
	}
	
#menu_bg, #menu{
	display: none;
}

#header,#wrapper,#slide, #pr1, #pr2, #pr3, #pr4, #pr5, #slide2, #content, #footer{
	width: 100%;
	height: auto;
}

#header {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

#logo{width: 180px;
	display: flex;
	flex-direction: column;
	position: static;
	margin-top: 10px;
}

#open{display: none;}



/*　ハンバーガーボタン　*/
.hamburger {
  display : block;
  /*position: fixed;*/
	position: absolute;
  z-index : 103;
  right : 13px;
  top   : 12px;
  width : 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
}
.hamburger span {
  display : block;
  position: absolute;
  width   : 30px;
  height  : 2px ;
  left    : 6px;
  background : #555;
  /*-webkit-transition: 0.5s;
  -moz-transition   : 0.5s;
  transition        : 0.5s;*/
}
.hamburger span:nth-child(1) {
  top: 10px;
}
.hamburger span:nth-child(2) {
  top: 20px;
}
.hamburger span:nth-child(3) {
  top: 30px;
}

/* ナビ開いてる時のボタン */
		.hamburger.active{
			position: fixed;
		}
		
	.hamburger.active span:nth-child(1) {
		top : 16px;
		left: 6px;
		background : #fff;
		-webkit-transform: rotate(315deg);
		-moz-transform   : rotate(315deg);
		transform        : rotate(315deg);
	}

	.hamburger.active span:nth-child(2),
	.hamburger.active span:nth-child(3) {
		top: 16px;
		background : #fff;
		-webkit-transform: rotate(-315deg);
		-moz-transform   : rotate(-315deg);
		transform        : rotate(-315deg);
	}

	nav.globalMenuSp {
		visibility: hidden;
		position: fixed;
		z-index : 102;
		top  : 0;
		left : 0;
		color: #fff;
		background: rgba(0,0,0,0.7);
		text-align: center;
		width: 100%;
		opacity: 0;
		transition: opacity .6s ease, visibility .6s ease;
	}

	nav.globalMenuSp ul {
		margin: 0 auto;
		padding: 0;
		width: 100%;
	}

	nav.globalMenuSp ul li {
		list-style-type: none;
		padding: 0;
		width: 100%;
		transition: .4s all;
	}
	
	/*nav.globalMenuSp ul li:last-child {
		padding-bottom: 0;
	}*/
	/*nav.globalMenuSp ul li:hover{
		background :#ddd;
	}*/

	nav.globalMenuSp ul li a {
		display: block;
		color: #fff;
		padding: 1.5em 0;
		text-decoration :none;
		width: 80%;
		margin: 0 auto;
	}
	
	nav.globalMenuSp ul li.m-info{
		line-height: 1.6em;
		border-top: solid 1px #fff;
    width: 80%;
    margin: 0 auto 2em;
    padding: 10px 0;
	}
	nav.globalMenuSp ul li.m-info p:first-child{
		margin-top: 1em;
	}
	nav.globalMenuSp ul li.m-info p+p{
		padding-top: 0.5em;
	}
	nav.globalMenuSp ul li.m-info p span{
		display: block;
		font-weight: bold;
	}
	nav.globalMenuSp ul li.m-info a{
	 width: 80%;
	 max-width: 320px;
	 border:solid 1px #fff;
	 margin:10px auto 0;
	 padding: 0.75em;
	 border-radius: 10px;
	 font-size: 16px;
	}

	nav.globalMenuSp.active {
		visibility: visible;
		opacity: 100;

	}
	
	#wrapper{margin-top: 20px;}

	#slide, #pr1, #pr2, #pr3, #pr4, #pr5, #slide2{
	height: 45.64vw;
}

	#slide {
		overflow: hidden;
		top: 0;
		margin: 0;
	}

#slide p{
  top: 62%;
  left: 80%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
	font-size: 3.5vw;
	}
	
	#content{
		display: flex;
    flex-direction: column-reverse;
		padding: 0 10px;
		margin-top: 50px;
	}
	
	#tweet{
	width: 100%;
	}
	
	#tweet_top{
	background-size:cover;
	height: 11vw;
	}
	#tweet_mid{
	background-size:contain;
	}
	#tweet_btm{
	background-size:cover;
	}
	#map{
    width: 200px;
    margin: 50px auto 30px;
	}
	
	#footer{
	background: #e1ceaf;
    padding: 15px 0;
	line-height: 1;
	}
	#footer ul{
	font-size: 12px;
    display: flex;
    justify-content: center;
		margin-bottom: 10px;
	}
	#footer address{
		position: relative;
    text-align: center;
    font-size: 12px;
	}
	
}

/* end of stylesheet */