@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: 600px;
	margin:50px auto;
	overflow: hidden;
}


/********** 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);
}




/********アクセス**********/


.sakanaImg {
	float: right;
}

#access {
	text-align: center;
	margin-top: 200px;	
}

#wrapper p {
	padding-bottom: 20px;

}

.schedule {
	width: 100%;
}

h2 {
	font-size: 2.5rem;
	font-weight: bold;
	letter-spacing: 8px;
	line-height: 1.5;
}
.wave {
	margin-bottom: 30px;
}

h3 {
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 10px;
	letter-spacing: 3px;
}


h4 {
	font-size: 1.7rem;
	font-weight: bold;
	padding: 30px 0 0;
	letter-spacing: 3px;
	border-top: 1px dotted gray;

}

#wrapper p {
	font-size: 1.5rem;
	letter-spacing: 1px;
	line-height: 1.5;
	padding: 20px 0;
}

#gmap {
	text-align: center;
	padding: 10px 0 20px;
	border-radius:15px;
}

.yasaiImg2 {
	float:right;
}

strong {
	font-weight:bold;
}


.small {
	font-size:1.2rem;
}


	/******************* a link deco　リンク　シンプルデザイン ***************************/
.a_link_deco {
	text-decoration: none;
	border-bottom: 1px dashed #333;
	padding-bottom: 5px;
	color: #333;
	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 {
		height: 60px;
		background-color:white;
		z-index:20;
		position: fixed;
	}
	
	body {
		 font-weight: 300;
		
	}


	header .copy {
		display:none;
	}
	

	#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;
	}
	
	
	nav {
		display: none;
	}
	nav ul li small {
		display: none;
	}
	
	
	.logo {
		display:none;
	}
	

	.logo_rp {
		display:block;
		z-index:40;
	}


	.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: 80px;
		/**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;
}

/**************************/


#wrapper {
	width: 90%;
}
#access {
	margin-top: 100px;
}

.wave {
	margin-bottom: 30px;
}

h3 {
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 10px;
	letter-spacing: 2px;
}

h4 {
	font-size: 1.6rem;
	font-weight: bold;
	margin-bottom: 10px;
	letter-spacing: 1px;
}

#wrapper p {
	font-size: 1.4rem;
	line-height: 1.5;
	margin-bottom: 20px;
}
	
	.schedule {
		width: 90%;
	}
	
#gmap {
		width: 90%;
		margin: 0 auto;
}

/** 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;
}

}/*大閉じ*/











