@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);
}


/********こだわり**********/

#kodawari {
	margin-top: 200px;
}


h2 {
	font-size: 2.5rem;
	font-weight: bold;
	letter-spacing: 8px;
	line-height: 1.5;
}
.wave {
	margin-bottom: 20px;
}

.article {
	width: 50%;
	margin:20px auto 50px;
	text-align: justify;
}

.article p {
	line-height: 1.5;
	font-size: 1.5rem;	
}




.section {
	display: grid;
	grid-template-columns: repeat(auto-fill,minmax(300px,1fr));
	margin: 50px auto;
	text-align: justify;
}

.section section {
	margin: 0 auto 30px;
	width: 195px;
	text-align: justify;
}

.section img {
	float: left;
	margin-bottom: 10px;
	border-radius: 10px;
}

.tate {
	width: 15px;
	float: right;
	writing-mode:vertical-rl;
	font-size:1.1rem;
	font-weight: bold;
	letter-spacing: 2px;
}
.section p {
	font-size: 1.4rem;
	line-height: 1.4;
	letter-spacing: 2px;
}







#kodawari_map {
	width: 80%;
	margin-top: 50px;
}
/*リンク先*/

#link {
	padding-top: 50px;
	max-width: 100%
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(auto-fill,minmax(280px,1fr));
	font-size: 1.8rem;
	
}


#link div {
	width: 200px;
	text-align: left;
	margin: 0 auto 30px;

}


#link div p a {
	text-decoration: none;
	color: #333;
	vertical-align: middle;
}

#link div p img {
	vertical-align: middle;
	padding-right: 7px;

}


/**********　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: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;
	}



	#wrapper {
		width: 90%;
		overflow: hidden;
	}
	
	
/************** 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;
}



/** kodawari ***/

.logo_rp {
		display: block;
		z-index:40;
}

.logo_rp h1 a img {
		display:block;
		position: absolute;
		top: 5px;
		left:10px;
		z-index: 15;
}

#kodawari {
	margin-top: 100px;
}


	h2 {
		font-size:2rem;
	}
	h3 {
		font-size:1.8rem;
	}
	
.akira_emi_img {
	width: 100%;
	}

.article {
		width: 80%;
	}


/** 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;
}


}/*大閉じ*/











