@charset "UTF-8";
/* CSS Document */

/*========================================
    リセットcss
========================================= */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-style:normal;
    font-weight: normal;
    font-size: 100%;
    vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
html{overflow-y: scroll;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,q:before, q:after {content: ''; content: none;}
input, textarea{margin: 0; padding: 0;}
ol, ul{list-style:none;}
table{border-collapse: collapse; border-spacing:0;}
caption, th{text-align: left;}
a:focus {outline:none;}

div#test {
    text-align: center;
    position: absolute;
    top: 0;
    opacity: 0.5;
}

/* micro clearfix */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {clear: both;}
.cf {*zoom: 1;}




/*=======================================
         基本設計　　　　　　　　　　　　　　　
=========================================*/
.wrapper{
	background-color: #fcfce8;
	width: 100%;
	height: auto;
	
}

.container{
	height: auto;
	width: 1240px;
	margin:0 auto;
	font-family:"Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
/*=======================================
          ヘッダー　　　　　　　　　　　　　　　
==========================================*/


div#innner_box{
	height: 130;
	width: 1240px;
}

header h1{
	margin-left: 37px;
	margin-top: 32px;
	float: left;
}

header div#nav{
	float: right;
	margin-right: 50px;
	line-height: 1;
	height: 26px;
	margin-top: 20px;
}
nav ul#background-img li{
	lost-style-type: none;
	background: url("images/nav_beans.png") no-repeat;
	padding-left: 20px;
	
}

nav ul li{
	float: left;
	margin-right: 20px;
	
}



nav ul li a{
	font-size: 20px;
	font-weight: bold;
	color: #4d8544;
	text-decoration: none;
	
}
nav ul li a:hover {
	color: #C15658;
}

header p{
	float: right;
	font-size: 20px;
	color: #4d8544;
	margin: 50px 100px 0 0;
}


/*==============================================
　　　　　　メイン画像
================================================*/

div#top_main{
	height: 380px;
	width: 1240px;
	margin: 0 auto;
	margin-top: 40px;
	margin-bottom: 100px;
}
/*===============================================
　　　　　　コンテンツ用box
=================================================*/


/*===============================================
　　　　　　　お店のコンセプト
=================================================*/
div#shop{
	background-color: #fff;
	width: 474px;
	height: 550px;/*あとでautoに変更する*/
	margin-right: 40px;
	float: left;
}
	



div#shop_concept{
	background-color: #54894a;
	width: 474px;
	height: 95px;
	margin-bottom: 10px;
	}

.fuchidori {
  color: #fff;
  text-shadow:1px 1px 0 #3e3e3e, -1px -1px 0 #3e3e3e,
              -1px 1px 0 #3e3e3e, 1px -1px 0 #3e3e3e,
              0px 1px 0 #3e3e3e,  0-1px 0 #3e3e3e,
              -1px 0 0 #3e3e3e, 1px 0 0 #3e3e3e;
}

div#shop_concept h2{
	font-size: 25px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	width: 474px;
    padding-left: 10px;
	padding-top: 30px;
}






	
div#shop_text{
	background-color: #fff;
	width: 474px;
	height: auto;/*あとでautoに変更*/
	margin-top: 10px;
	text-align: center;
}
	
div#shop_text p{
	margin-top: 44px;
	font-size: 16px;
	color: #135d0d;
	
}
	
/*====================================================
			おすすめメニュー       
======================================================*/		
		
div#top_menu_box{
				width: 720px;
				height: auto;/*あとでautoに変更する*/
				float: right;
}
		

div#top_menu{
	background-color: #54894a;
	width: 720px;
	height: 95px;
	margin-bottom: 10px;
}

.fuchidori {
  color: #fff;
  text-shadow:1px 1px 0 #3e3e3e, -1px -1px 0 #3e3e3e,
              -1px 1px 0 #3e3e3e, 1px -1px 0 #3e3e3e,
              0px 1px 0 #3e3e3e,  0-1px 0 #3e3e3e,
              -1px 0 0 #3e3e3e, 1px 0 0 #3e3e3e;
}

div#top_menu h2{
	font-size: 25px;
    font-weight: bold;
	color: #fff;
	text-align: center;
	padding-top: 30px;
}


div#top_menu_photo{
	width: 720px;
	height: auto;   /*あとでautoに変更*/
	margin: 27px auto;
}

.grid{
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(3,1fr);
	margin-top:　10px;
	margin-bottom: 10px;
}

			
/*====================================================
			アクセスマップ     
======================================================*/


div#top_access{
	float: left;
	width: 474px;
	height: auto;/*あとでautoに変更する*/
	margin-top: 40px;
	margin-right: 40px;
	background-color: #fff;
}
	
div#access_map{
	background-color: #54894a;
	width: 474px;
	height: 95px;
}

fuchidori {
  color: #fff;
  text-shadow:1px 1px 0 #3e3e3e, -1px -1px 0 #3e3e3e,
              -1px 1px 0 #3e3e3e, 1px -1px 0 #3e3e3e,
              0px 1px 0 #3e3e3e,  0-1px 0 #3e3e3e,
              -1px 0 0 #3e3e3e, 1px 0 0 #3e3e3e;
}

div#access_map h2{
	font-size: 25px;
	font-weight: bold;
	color: #fff;
	text-align: center;
    padding-left: 10px;
	padding-top: 30px;
}


div#top_map{
	width: 474px;
	height: 515px;
	margin-top: 10px;
	
}

div#access_text{
	width: 474px;
	height: auto;
	margin-top:10px;
	background-color: #fff;
}
div#access_text p{
	font-size: 20px;
	font-weight: normal;
	text-align: center;
	color: #4e864a;
}

/*====================================================
			おしらせ
======================================================*/		
		
.shop_news{
	background-color: #fff;
	width: 725px;
	height: auto;
	float: right;
	margin-top: 40px;
	margin-bottom: 40px;
}

#top_news{
	width: 725px;
	height: 95px;
	background-color: #54894a;
}

fuchidori {
  color: #fff;
  text-shadow:1px 1px 0 #3e3e3e, -1px -1px 0 #3e3e3e,
              -1px 1px 0 #3e3e3e, 1px -1px 0 #3e3e3e,
              0px 1px 0 #3e3e3e,  0-1px 0 #3e3e3e,
              -1px 0 0 #3e3e3e, 1px 0 0 #3e3e3e;
}

#top_news h2{
	font-size: 25px;
    font-weight: bold;
	color: #fff;
	text-align: center;
	height: 65px;
	padding-top: 30px;
}

.shop_twitter{
	width: 725px;
	height: auto;
}
		

.shop_twitter li{
	margin-top: 20px;
	list-style: none;
	width: 725px;
	border-bottom: 1px solid #000;
	
}

.shop_twitter li:last-child{
	border-bottom: none;
	
}



.shopicon{
	width: 80px;
	height: 80px;
	background: url("images/kirikabutwitter.png") no-repeat;
	margin-left: 20px;
	float: left;
}


.twitter{
	float: right;
	width: 585px;
	margin-left: 40px;
}

.twittername{
	color: #000;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 10px;
}

.twittertext{
	margin-bottom: 15px;
	font-size:15px;
}

	


li.tag{
	font-size: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
	
	
}

li a{
		text-decoration: none;
		color: blue;
}



.twittericon2{
	margin-top: 10px;
	margin-left: 100px;
	margin-bottom: 20px;
}









/*====================================================
		フッター
======================================================*/

footer{

	background-color: #54894a;
	width: 100%;
	height: 200px;/*あとでautoにする*/
	/*padding-top:40px;*/
	font-family:"Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}

.footer_logo ul{
	float: left;
	margin-left: 120px;
}


.footer_logo dt{
	width: 454px;
	height: 105px;
	margin-bottom:20px;
	margin-top:10px;
	
}


.footer_logo dd{
	color: #fff;
	font-size: 20px;
	line-height: 20px;
}



.sns{
	float: right;
	margin-right: 100px;
}

ul li{
	margin-top: 42px;
	float: left;
	margin-right:20px;
}

.sns p{
	font-size: 15px;
	color: #fff;
	float: right;
	margin-right: 30px;
}


.copy p{
	/*width: 1240px;*/
	height: 20px;
	font-size: 15px;
	color: #fff;
	margin-top: 170px;
	text-align: center;
}


/*=============================================================
                   下層 MENUページ
==============================================================*/

div#shop_img{
	height: 700px;
	/*width: 1240px;*/
	margin: 0 auto;
	margin-top: 40px;
	margin-bottom: 100px;
	
}
/*=============================================================
                      下層コンセプトページ
================================================================*/
div#concept{
	background-color: #fff;
	width: 1240px;
	height: auto;
	margin-right: 40px;
	padding-bottom: 20px;
	margin-bottom: 100px;
	
}
	



div#shop_about{
	background-color: #54894a;
	height: 95px;
	margin-bottom: 10px;
	}


.fuchidori {
  color: #fff;
  text-shadow:1px 1px 0 #3e3e3e, -1px -1px 0 #3e3e3e,
              -1px 1px 0 #3e3e3e, 1px -1px 0 #3e3e3e,
              0px 1px 0 #3e3e3e,  0-1px 0 #3e3e3e,
              -1px 0 0 #3e3e3e, 1px 0 0 #3e3e3e;
}

div#shop_about h2{
	font-size: 25px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	/*width: 474px;*/
    padding-left: 10px;
	padding-top: 30px;
}






	
div#concept_text{
	background-color: #fff;
	height: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}
	
div#concept_text p{
	margin-top: 44px;
	font-size: 15px;
	color: #135d0d;
	
}		
		
		





/*====================================================
		下層メニュー       
======================================================*/		
		
div#menu_box{
				height: auto;/*あとでautoに変更する*/
				margin-top: 40px;
}
		

div#menu{
	background-color: #54894a;
	height: 95px;
	margin-bottom: 10px;
}

.fuchidori {
  color: #fff;
  text-shadow:1px 1px 0 #3e3e3e, -1px -1px 0 #3e3e3e,
              -1px 1px 0 #3e3e3e, 1px -1px 0 #3e3e3e,
              0px 1px 0 #3e3e3e,  0-1px 0 #3e3e3e,
              -1px 0 0 #3e3e3e, 1px 0 0 #3e3e3e;
}

div#menu h2{
	font-size: 25px;
    font-weight: bold;
	color: #fff;
	text-align: center;
	padding-top: 30px;
}

#foodmenu{
	text-align: center;
	border-bottom: 5px dotted #799877;
	padding-bottom: 20px;
	padding-top: 20px;
	margin-bottom: 20px;
}

span#food{
	font-size: 20px;
	color: #799877;
	
}
		

.food_box{
	height: 350px;
	background-color: pink;
	width: 620px;
	float: left;
	margin-bottom: 20px;
}

.food_box li{
	list-style-type: none;
}
	

.food_text{
	background-color: #fff;
	float: left;
	height: 320px;
	width: 600px;
	padding-top: 30px;
	padding-left: 20px;
	margin-bottom: 20px;
}


.food_text li{
	padding-left: 50px;
	list-style-type: none;
	text-align: left;
}
 li.text_food a{
	font-size: 15px;
	color: #4d8544;
	text-decoration: none;
	
}
  li.text_food a:hover {
	color: #C15658;
}

.imageList img { width:15px; height: 15px; object-fit: cover;}

.text_food{
	color: #135d0d;
	font-size: 20px;
}

li.text_food p{
	padding-top: 20px;
	font-size:10px;
	color: green;
}




/*===========ドリンクメニュー==========================*/


.drink2 {
	width: 1240px;
	height: 350px;
	background-color: aquamarine;
	margin-bottom: 40px;
}

#drink_menu{
	text-align: center;
	border-bottom: 5px dotted #799877;
	padding-bottom: 20px;
	padding-top: 40px;
	margin-bottom: 20px;
	margin-top: 40px;
}

span#drink{
	font-size: 20px;
	color: #799877;
}



.drink_box{
	float: left;
	height: 350px;
	width: 620px;
	margin: auto;
	margin-bottom: 20px;
}



.drink_text{
	float: left;
	height: 320px;
	width: 600px;
	margin-bottom: 20px;
	padding-left: 20px;
	background-color: #fff;
	padding-top:30px;
}



.drink_imageList img { width:15px; height: 15px; object-fit: cover;}



.drink_text li{
	padding-left: 50px;
	list-style-type: none;
	text-align: left;
}




li.text_drink{
	color: #135d0d;
	font-size: 20px;
}

li.text_drink a{
	font-size: 15px;
	color: #4d8544;
	text-decoration: none;
	
}
  li.text_drink a:hover {
	color: #C15658;
}

li.text_drink p #note{
	padding-top: 5px;
	font-size:15px;
	color: green;
	
}


li.text_drink p{
	padding-top: 5px;
	font-size:10px;
	color: green;
}



/*=========下層ページアクセスここから============*/
 
#access_box{
	margin-top: 100px;
	
}
.menu_access{
	background-color: #fff;
	width: 1240px;
	height: auto;
	margin: 0 auto;
	margin-top: 50px;
	padding-bottom: 20px;	
	margin-bottom:40px;
}
	



.access{
	background-color: #54894a;
	height: 95px;
	margin-bottom: 10px;
}
	


.fuchidori {
  color: #fff;
  text-shadow:1px 1px 0 #3e3e3e, -1px -1px 0 #3e3e3e,
              -1px 1px 0 #3e3e3e, 1px -1px 0 #3e3e3e,
              0px 1px 0 #3e3e3e,  0-1px 0 #3e3e3e,
              -1px 0 0 #3e3e3e, 1px 0 0 #3e3e3e;
}

.access h2{
	font-size: 25px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	/*width: 474px;*/
    padding-left: 10px;
	padding-top: 30px;
}

div.menu_accesstext{
	width: 617px;
	height: 350px;
	margin-borttom: 30px;
	padding-top: 40px;
	text-align: center;
	float: left;
	border-right: 3px dotted #4e864a;
	
}
div.menu_accesstext p{
	font-size: 15px;
	font-weight: normal;
	text-align: center;
	color: #4e864a;
}



div.menu_map{
	width: 620px;
	height: 350px;
	text-align: center;
	margin-top:10px;
	margin-bottom: 30px;
	padding-left: 0;
	background-color: #fff;
	float: left;
}



/*=========下層ページアクセスここまで============*/




/*==========ショップコンタクトここから==================*/

div#contact{
	background-color: #fff;
	width: 1240px;
	height: auto;
	margin: 0 auto;
	margin-top: 100px;
	padding-bottom: 40px;
	margin-bottom: 60px;
}
	



div#shop_contact{
	background-color: #54894a;
	height: 95px;
	margin-bottom: 10px;
}



.fuchidori {
  color: #fff;
  text-shadow:1px 1px 0 #3e3e3e, -1px -1px 0 #3e3e3e,
              -1px 1px 0 #3e3e3e, 1px -1px 0 #3e3e3e,
              0px 1px 0 #3e3e3e,  0-1px 0 #3e3e3e,
              -1px 0 0 #3e3e3e, 1px 0 0 #3e3e3e;
}

div#contact h2{
	font-size: 25px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	/*width: 474px;*/
    padding-left: 10px;
	padding-top: 30px;
}

div#contact p{
	
	font-size: 15px;
	font-weight: bold;
	color: #54894a;
	text-align: center;
	
	
}

div#mail{
	margin-top:20px;
	text-align: center;
}


/*==========ショップコンタクトここまで==================*/











