@charset "utf-8";

html {
	font-size:62.5%;
}


body {
	font-size: 1.5rem;
	font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo ,"ＭＳ Ｐゴシック" ,"MS PGothic", sans-serif;
	color: #333;
	overflow-x: hidden;
	width: 100%;
	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,1.0);
	z-index: 20;
}

#tel {
	display: none;
}

header .copy {
	font-size: 1rem;
	font-family: sans-serif;
	font-weight:bold;
	color: #fe6217;
	letter-spacing: 5px;
/*	-webkit-text-stroke: 1px gray;
	text-stroke: 1px gray;
*/
    position:fixed;
    top:260px;
    left: 2%;
    z-index: 30; /* z-indexで最前面に持ってくる */
	writing-mode:vertical-rl;
	padding: 1px;
	line-height:2.5;
	/*	background: linear-gradient(70deg, rgba(255,255,0,0.5), rgba(229,0,79,0.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 {
	display: none;
}

.logo_rp1,
.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);
}





/**** slider ****/

#images {
	width:100%;
	position:relative;
	z-index: 7;
}

.sliderImg {
	width: 88%;
	margin:0 auto;
	border-radius: 50px;
}
.emi_logo {
	position: absolute;
	top: 88%;
	left: 23%;
	transform: translateY(-50%) translateX(-50%);
}

/*========= waveを描画するエリア設定 ===============*/

#nami {
	width: 100%;
	height: 200px;
	position:absolute;
	top:0;
	left: 0;
	z-index: 9;
}

canvas{
    position: absolute;
    bottom: 0;
	left:0;
    width: 100%;
}

/**波の背景白い部分*/
/*
.nami_shiro {
	background: white;
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height:100px;
	z-index:8;
}
*/

/********kodawari_top**********/
#kodawari_top,
#information,
#osusume,
#news {
	margin: 130px 0;
	line-height: 1.7;
}




h2 {
	font-size: 3rem;
	font-weight: 600;
	letter-spacing: 8px;
	line-height: 1.5;
}

.wave {
	margin-bottom: 50px;
}


.izakayaImg {
	border-radius: 20px;
}




#kodawari_top section {
	width: 350px;
	float: right;
	text-align: justify;
	margin-right: 30px;
}

h3 {
	font-size: 2rem;
	font-weight: bold;
	letter-spacing: 2px;
	margin-bottom: 20px;
	border-bottom: 3px solid yellow;
	padding: 5px;
}

#kodawari_top section p {
	font-size: 1.5rem;
	letter-spacing: 2px;
	line-height: 1.8;
	color: black;
}




.yasai1 {
	float:right;
}



/******おしらせ********/

.articles_information {
	text-align:justify;
	width: 70%;
	margin: 0 auto;
}

.articles_information ul {
	background-color: #f5f5f5;
	border-radius: 20px;
	padding: 20px;
}

.schedule {
	text-align: center;
	margin: 30px 0;
}



/******* #menu2 おすすめ ********/
#course {
	border-radius: 40px;
	border: #f2e8ce solid 40px;
	padding-top: 40px;
}

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



#iteml, #itemr {
	margin-bottom:60px;
}

#itemr {
	margin-right:50px;
}

#iteml img,
#itemr p {
	margin: 0 auto;
}

#iteml img {
	height:260px;
}


.title_bold {
	font-size: 2.2rem;
	font-weight: bold;
}

h5 {
	font-size: 1.8rem;
	font-weight: bold;
	padding-bottom: 10px;
}

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



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



#arakaruto div img {
	border-radius: 10px;
}


#arakaruto h6 {
	font-weight: bold;
	font-size:1.5rem;
	margin-bottom:20px;
}

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




.centre {
	text-align: center;
}



/******** 003 ボタン ********/
.button003 {
	text-align:left;
}


.button003 a {
    background: #FFF;
    border-radius: 50px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 230px;
    padding: 10px 15px;
    color: #fe6217;
    transition: 0.3s ease-in-out;
	font-weight: 500;
	text-decoration: none;
	border:1px solid #fe6217;
}
.button003 a:hover {
    background: #fe6217;
    color: #FFF;
}
.button003 a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #fe6217;
    border-right: 3px solid #fe6217;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.button003 a:hover:after {
    border-color: #FFF;
}



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

/******************* 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;
}


/**********　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 {
		width: 100%;
		height: 60px;
		background-color: white;
		z-index:20;
		position: fixed;
	}
	
		body {
		 font-weight: 300;		
	}
	
	
	#tel {
		display: block;
		background: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: 40;
	}


	
	#wrapper {
	
	margin: 60px auto 50px;
	font-size: 1.4rem;
	max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  padding: 0 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;
	}

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


/*******slider******/

#images {
	position:relative;
		z-index: 8;
		margin-top: 60px;
		width: 100%;
		height:100%;
}

.emi_logo {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 200px;
	}
	
.sliderImg {
  width: 90%;
  max-width: 100%;
  display: block;
  margin: 0 auto;
  border-radius: 20px;		
}

	.logo_rp h1 a img {
		display:block;
		position: absolute;
		top: 5px;
		left:10px;
		z-index:15;
	}
	
/***** 波 ******/

#nami {
	display:none;
}
.nami_shiro {
	display:none;
}

/** contents ***/


#kodawari_top,
	#information,
	#container,
#osusume {
	text-align: center;
	width: 98%;
	margin:0 auto; 
}




h2 {
	font-size: 2.5rem;
	margin-top: 20px;
}
.wave {
	margin-bottom: 10px;
}


#kodawari_top section {
	width: 300px;
	float: none;
	text-align: justify;
	margin: 0 auto;
}

h3 {
	margin-top: 20px;
	font-size: 1.8rem;
}


.yasai1 {
	float:right;
}

.articles_information {
	width: 90%;
}

#information .schedule {
	width: 100%;
}
	
	#course {
	border-radius: 20px;
	border: #f2e8ce solid 5px;
	padding-top: 40px;
	}
	
	#iteml {
	margin:20px 0;
}
		
	#itemr {
	margin:0 30px 40px;
	}
	
	
	
.izakayaImg {
		width:90%;
	}



/** 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;
}
/**
footer .fr,
footer .fl {
	width: 90%;
	float: none;
	text-align: justify;
	margin: 0 auto;
	padding: 30px 0 0;
}


footer .fr {
	line-height: 0;



}
.space {
	margin-top: 20px;
}


footer dl dt {
	width: 60px;
	float: left;
	letter-spacing: 2px;
	font-weight: bold;
	line-height: 1.5;
}
footer dl dd {
	width: 300px;
	float: none;
	letter-spacing: 1px;
	letter-spacing:1px;
	line-height: 1.5;
}

footer .fr img {
	margin-left: 0;
	margin-right: 20px;
}

**/





}/*大閉じ*/

