@charset "utf-8";

html {
	font-size:62.5%;
}


body {
	font-size: 1.6rem;
	font-family:"Noto Sans JP", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo ,"ＭＳ Ｐゴシック" ,"MS PGothic", sans-serif;
	color: #333;
	font-weight:200;
	letter-spacing: 2px;
}


.clearfix::after {
	content: "";
	display: block;
	clear: both;
}

#wrapper {
	width: 1000px;
	margin:50px auto;
	text-align: center;
}


/********** header ************/
header {
	height: 110px;
	width: 100%;
	text-align: center;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(255,255,255,0.7);
	z-index: 20;
}
#tel {
	display: none;
}
header .copy {
	font-size: 1rem;
	font-family: sans-serif;
	font-weight:bold;
	color: #fe6217;
	letter-spacing: 5px;
    position:fixed;
    top:260px;
    left: 2%;
    z-index: 30; /* z-indexで最前面に持ってくる */
	writing-mode:vertical-rl;
	padding: 1px;
	line-height:2.5;
}




.logo {
	position: fixed;
	top: 3px;
	left:180px;
}


header .pc_nav {
	width: 1000px;
	margin:0 auto;
	float: left;
	position: fixed;
	top:35px;
	left: 280px;
}


header nav ul {
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-direction: row;
}

header nav ul li {
	font-size: 2rem;
	font-weight: bold;
	letter-spacing: 3px;

}


header nav ul li a {
	text-decoration: none;
	color: #333;
	position: relative;
}
	
header nav ul li small {
	letter-spacing: 6px;
}
.toggle,
.rpMenu,
.logo_rp {
	display: none;
}


/****** 下線出てくる ******/
header nav ul li a::before,
header nav ul li a::after {
	height: 1px;
	position: absolute;
	content: "";
	background-color: #fe6217;
	transition: all .3s ease;
	width: 100%;
	transform: scale(0, 1);/*X方向0、Y方向1*/
    transform-origin: center top;/*上部中央基点*/
	bottom: -6px;
	left: 0;
}


header nav ul li a:hover::before,
header nav ul li a:hover::after {
	width: 100%;
    transform: scale(1, 1);
}


/********飛ばす メニュー*********/
.fixed {
	width: 100%;
	position: fixed;
	z-index:2;
}

#tobasu {
	width: 70%;
	margin: 120px auto 0;
	display: flex;
		justify-content: space-around;
	align-items: center;
	flex-direction: row;
	font-weight: bold;

}



#tobasu p a {
	text-decoration: none;
	color: #333;
	
}

#tobasu p a:hover {
	color: #999;
}




/******** menu **********/





#menu {
	z-index:1

}



h2 {
	font-size: 2.5rem;
	font-weight: bold;
	letter-spacing: 8px;
	}
	
.menu h2 {
	margin: 100px 0 30px;
}		
	
.wave {
	margin-bottom: 20px;
}

.menu {
	width: 400px;
		margin:0 auto;
		padding-top: 180px;
	text-align: center;
}
	.menu p {
		line-height: 1.5;
	}

.fr {
	float: right;
}

.oya {
	position: relative;
	text-align:justify;
	}
	
.article1,	
.article2,
.article3,
.article4 {
	width: 500px;
	position: absolute;
	background: rgba(255,255,255, 0.8);
	padding: 20px;
	border-radius:20px;
	}		
	


.article1 {
	top: 250px;
	left:300px;

}
	
.article2 {
	top: 130px;
	right: 100px;
	}
	

.article3 {
	top: 250px;
	left: 300px;
}

.article4 {
	top: 200px;
	right: 220px;
}

h3 {
	font-size: 2rem;
	font-weight: bold;
	letter-spacing: 2px;
	padding-bottom: 20px;
}

.description {
	font-size: 1.5rem;
		line-height: 1.8;
		color: #444;
	}
	
	.ninzu {
		font-size: 1.3rem;
		line-height: 1.5rem;
		font-weight: bold;
	}
	
	
	
/*******宴会********/
#menu2 {
	width: 1000px;
	margin:0 auto;
	text-align: center;
}


#container {
	display: grid;
	grid-template-columns: repeat(auto-fill,minmax(340px,1fr));
	margin: 20px auto 20px;
	text-align: justify;
}
	

	
#iteml, #itemr {
		margin-bottom: 40px;
		line-height: 1.7;
	}
	
	
#iteml img {
	margin: 0 auto;
	border-radius:20px;
	height:260px;
	}
	
	

	
		
		
		
.title_bold {
	font-size: 2.2rem;
	font-weight: bold;
}		
		
		
/*	filter: drop-shadow(5px 5px 5px #777);*/
}



h5 {
	font-size: 1.7rem;
	font-weight: bold;
	padding-bottom: 30px;
}

/**野菜イラスト**/
.yasaiImg {
	float: right;
}


/*****アラカルト*****/
#arakaruto {
	max-width: 100%
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(auto-fill,minmax(280px,1fr));
}


#arakaruto div {
	width: 200px;
	text-align: center;
	margin: 0 auto 30px;
}

#arakaruto div img {
	border-radius: 10px;
/*	filter: drop-shadow(2px 2px 5px #777);*/
}


#arakaruto h6 {
	font-weight: bold;
	font-size:1.5rem;
	padding: 10px 0;
}

#arakaruto p {
	font-size: 1.3rem;
	line-height: 1.5;
} 


#osusume p a {
	text-decoration: none;
	color: deepskyblue;
	border-bottom: 1px solid deepskyblue;
	font-weight: bold;
	font-size: 1.5rem;
}

.centre {
	text-align: center;
}
	/***drinks**/
	#drink_menu {
		width: 80%;
		margin: 0 auto 100px;
	text-align: left;
	line-height: 1.5;
	}
		
		
		
	#drink_menu h4 {
		font-size: 1.8rem;
		font-weight: bold;
		padding-top: 40px;
		padding-bottom: 10px;
		border-bottom: 2px solid lightblue;
	}
	
	#drink_menu dl dt {
		width: 70%;
		float: left;
		padding: 10px 0 10px 15px;
	}
	
	#drink_menu dl dd {
		width: 20%;
		float: right;
		padding: 10px 0;
	}
	
	
	
	
	
	
	
	
	
	/*********wine***********/
	
	#wine {
		max-width: 600px;
		margin: 30px auto;
		text-align: center;
		background: url(../images/Chalkboard.jpg) repeat-y;
		color: white;
		line-height: 1.5;
		border-radius: 20px;
		
	}
	.wine_width {
		width: 450px;
		margin: 0 auto;
	}
	#wine p {
		font-size: 2rem;
		font-weight: bold;
		padding-top: 30px;
		border-bottom: 1px dotted white;
	}
	#wine dt {
		padding-top: 20px;
	}
	#wine dd{
		padding-bottom: 20px;
	}
	
	/*****lunch*****/
	
	.lunch {
		margin: 0 auto;
		
	}

	
	
	/******************* a link deco　リンク　シンプルデザイン ***************************/
.a_link_deco {
	text-decoration: none;
	border-bottom: 1px solid #fe6217;
	padding-bottom: 5px;
	color: #fe6217;
	font-size: 1.5rem;
	line-height: 2.5;
	font-weight: bold;
}

.a_link_deco:hover {
	opacity:0.7;
}
	
	
	/********** hr　線　**********/
hr {
	border-width: 1px 0 0 0; /* 線の太さを指定 */
    border-style: dotted; /* 線の種類を指定 */
    border-color: #999; /*線の色を指定 */
}


/**********　facebookicon アンカー　a　**********/
.copy a:hover,
.footer_copy a:hover{
	opacity: 0.7;
}



/********footer*********/
footer {
	background: #fe6217;
	width:100%;
	height: 300px;
	color:white;
	font-size: 1rem;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align:center;
	letter-spacing: 3px;
}








































/************************* responsive ****************************/
@media screen and (max-width:768px) {
	
	header {
		height: 60px;
		background-color: white;
		z-index:20;
		position: fixed;
	}
	
		body {
		 font-weight: 300;
		
	}

	
		#tel {
		display: block;
		background-color: orange;
		width: 100px;
		height: 40px;
		position: fixed;
		top: 10px;
		right:55px;
		border-radius:50px;
		line-height: 40px;
	}
	
	#tel p a {
		text-decoration: none;
		color: white;
		font-size: 1.3rem;
		display:block;
	}

	header .copy {
		display:none;
	}
	

	
	nav {
		display: none;
	}
	nav ul li small {
		display: none;
	}
	

	
	.logo {
		display:none;
	}
	

	.logo_rp {
			display:block;
			z-index:50;
	}


	.logo_rp h1 a img {
		display:block;
		position: absolute;
		top: 5px;
		left:10px;
	}


	
	
/************** hamburger menu **************/

	.toggle,
	.rpMenu {
		display: block;

	}
	
	.rpMenu {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 50;
		background-color: #FFFFF4;
		text-align: left;
		width: 100%;
		height: 100%;
		opacity: 1;
		transform: translateY(-100%);
		transition: all 0.6s;
	}
	
	.rpMenu ul {
		display: block;
		margin: 50px;
		/**align-items: center;**/
		vertical-align: middle;
	}
	

	.rpMenu ul li {
		width: 100%;
		margin-right: 0;
		padding: 15px 0;
		
	}
	
	.rpMenu ul li a {
		/**display: block;**/
		text-decoration: none;
		color: #fe6217;
		font-size: 1.7rem;
	}
	
	.rpMenu ul li a span {
		font-size: 1.4rem;
		letter-spacing: 1px;
	}
		
		
	.rpMenu ul li img {
		height: 20px;
	}
	
		
	.rpMenu ul li a:hover {
		opacity:0.7;
	}
	
	.rpMenu.active {
		transform: translateY(0%);
	}
	
	.toggle {
		display: block;
		position: fixed;
		top: 10px;
		right: 5px;
		width: 40px;
		height: 40px;
		cursor: pointer;
		z-index: 60;
		text-align: center;
	}
	
	.toggle span {
		display: block;
		position: absolute;
		left: 5px;
		width: 30px;
		border-bottom: 1px solid #fe6217;
		transition: .35s ease-in-out;
	}
	
	.toggle span:first-child {
		top: 9px;
	}
	
	.toggle span:nth-child(2) {
		top: 18px;
	}
		
	.toggle span:nth-child(3) {
		top: 27px;
	}

	
	.toggle.active span:first-child {
		top: 18px;
		left: 6px;
		transform: rotate(-45deg);
		border-bottom: 1px solid #fe6217;
	}
	.toggle.active span:nth-child(2) {
		display: none;
	}

	.toggle.active span:nth-child(3) {
		top: 18px;
		transform: rotate(45deg);
		border-bottom: 1px solid #fe6217;

	}

	.rp_nav_hr {
		margin: 20px 0;
		border-width: 1px 0 0 0; /* 線の太さを指定 */
		border-style: dotted;
	}



/****** 下線出させない ******/
header nav ul li a::before,
header nav ul li a::after {
	display:none;
}



/********************* menu ************************/
		
		.fixed {
margin-top:100px;
	position: static;

}
#tobasu {
	width: 96%;
	margin: 0 auto 0;
	display: flex;
		justify-content: space-around;
	align-items: center;
	flex-direction: row;
	font-weight: bold;


}
			
			
.menu {
	width: 90%;	
	padding-top:70px;
}
			
.oya {
	margin:80px 0;
}


.article1 {
	width: 250px;
	position: absolute;
	top: 10px;
	left:10px; 
}


.article2 {
	width: 250px;
	position: absolute;
	top: -20px;
	right: 10px;
}

.article3 {
	width: 250px;
	position: absolute;
	top: 30px;
	left: 15px;
		}
		
.article4 {
	width: 250px;
	position: absolute;
	top: -10px;
	right: 15px;
}		

h2 {
	font-size: 2rem;
	}
	
.menu h2 {
	margin: 0 0 30px;
	}
	
	

h3 {
	font-size: 1.8rem;
	font-weight: bold;
	letter-spacing: 0;
	padding-bottom: 20px;
}

.description {
	/*font-size: 1.4rem;
	line-height: 1.4;**/
	display:none;
}
	
.mazukore_hr {
	display:none;	
	}		
	
	
.izakayaImg {
			width: 90%;
			margin: 0 auto;
			}			
			


/*** menu2 **/
#menu2 {
	width: 90%;
	margin: 0 auto;
		}
	
/******* drinks *******/
			
		#drink_menu {
		width: 96%;
		letter-spacing: 0;
		
			}
			
			#drink_menu dl dt {
		width: 90%;
		float: left;
		padding: 10px 0;
	}
	
	#drink_menu dl dd {
		width: 45%;
		float: right;
		padding: 10px 0;
		font-size: 1.6rem;
			}
			
			
	#wine {
		max-width: 94%;
		margin: 30px auto;
		text-align: center;
		background: url(../images/Chalkboard.jpg) repeat-y;
		color: white;
		line-height: 1.5;
		border-radius: 20px;
		
	}
	.wine_width {
		width: 90%;
		margin: 0 auto;
	}
	#wine p {
		font-size: 1.8rem;
		}
		#wine dt {
			font-size: 1.6rem;
		}
		
		
			
		
		
		
/** footer **/
footer {
	background: #fe6217;
	width:100%;
	height: 250px;
	color:white;
	font-size: 0.9rem;
	line-height: 1.3;
	display: flex;
	align-items: center;
	justify-content: center;
	letter-spacing: 0;
}
}/*大閉じ*/


