html {
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif"	
}
body{
	background-color: #008080;
	color:aliceblue;
	text-align: center;
}

.header{
	height: 100px;
	background-size: cover;
	background-position: center;
	display:flex;
	justify-content: center;
	align-items: top;
	text-align: center;
	padding-top: 30px;
}
h1{
	font-family: 'Yusei Magic', sans-serif;
	font-size: 120px;
}


h2{
	text-align: center;
	font-family: 'Yusei Magic', sans-serif;
	font-size: 75px;
	
	
}
h3{
	text-align: center;
	font-family: 'Yusei Magic', sans-serif;
	font-size: 50px;
	
}
h4{
	text-align: center;
	font-family: 'Yusei Magic', sans-serif;
	font-size: 20px;
}

.p-photo{
	flex: 1 ;
	justify-content: space-around;
	display: flex;
	text-align: left;

}
.p-banner{
	flex: 1 ;
	padding: 20px 30px;
	margin:20px;
	display: inline-block;
	background-color: #dcdcdc;
}
.skill{
	
	background-color: #dcdcdc;
	display: inline;
	list-style-type: none;
	
	text-align: center;

}

.p-about{
	flex: 1 ;
	padding: 20px 30px;
	display: inline-block;
	width:800px;
	background-color:#18BD54;
	
}
.p-web{
	flex: 1 ;
	padding: 20px 30px;
	display: inline-block;

}
.p-flyer{
	flex: 1 ;
	padding: 20px 40px  ;
	display: inline-block;

	 
}
.nav li{
	display: inline;
	list-style-type: none;
	padding-right: 30px;
}
.nav ul {
	margin: 0 0 0 0;
	padding: 20px 10px 15px 20px;


}

nav a:link{
	color:#dcdcdc;
}
nav a:visited{
	color:#ffc0cb;
}
nav a:hover{
	color:#add8e6;
}
nav a:acted{
	color:#90ee90;
}
.contact{flex: 1 ;
	padding: 20px 30px;
	display: inline-block;
	background-color:#B89767;
}


#background{
	padding: 0;
}
.slider5-wrap {
	width: 100%;
	margin: 0 auto;
	position: relative;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
  }

  .slider-5 .slick-slide {
	height: 600px;
	overflow: hidden;
  }
  .slider-5 .slick-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
  }
  .dots-5 .slick-dots {
	text-align: center;
  }
  .dots-5 .slick-dots li {
	display: inline-block;
	width: 100px;
	height: 6px;
	margin: 4px;
	background: #eaeaea;
	cursor: pointer;
  }
  .dots-5 .slick-dots button {
	display: block;
	width: 0%;
	height: 6px;
	margin: 0;
	font-size: 0;
	padding: 0;
	border: 0;
	opacity: 0;
	outline: none;
	background: #0a467d;
	cursor: pointer;
  }
  .dots-5 .slick-dots .slick-active button {
	background: #b0c4de;
	opacity: 1;
  }
  /*******************/
/*   footer        */
/*******************/
.footer_nav {
	display: flex;
	align-items: right;
	justify-content: right;
	background-color: /*#f5a500*/#66cdaa;
}
.footer_nav p {
	padding-right: 15px;
}
.footer_space {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color:#074a4383;
}

.footer_text {
	padding: 20px 50px 0 0;
	color: #fff;
}
/* TopPageへ */
.gotop{
	display: block;
	/*width: 60px;
	height: 60px;
	box-sizing: border-box;
	background: #FFF;
	border: 1px solid #999;
	padding-top: 30px;
	text-align: center;
	letter-spacing: -1px;
	font-size: 85%;
	text-decoration: none;
	color: #333;
	opacity: 0.5;*/
	position: fixed;
	bottom: 20px;
	right: 5%; /*10px;*/
	z-index: 10000;
}
.gotop::before{
	content: "";
	display: block;
	/*border-top: 2px solid #333;
	border-right: 2px solid #333;
	width: 25%;
	height: 25%;
	top: 25%;
	left: 0;
	right: 0;
	margin: auto;
	position: absolute;
	transform: rotate(-45deg); */
}
.gotop:hover{
	opacity: 1;
}
/*******************/
/*   respontive    */
/*******************/
@media (max-width:767px) {

	/*.sp{
		display: block;
	}*/
	/*******************/
	/*   header        */
	/*******************/
	.navi_wrap {
		display: none;
	}
	.header_space { 
		width: 250px;
	
		text-align: center;
	}
	/*******************/
	/*   footer        */
	/*******************/
	.gotop{
	right: 0px;
	}
	.footer_space {
		display: block;
	}
	.footer_logo {
		text-align: center;
		padding-top: 10px
	}
	.footer_text {
		text-align: center;
		padding: 0;
	}