@charset "UTF-8";

/* reset styles */
html, body, div, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, address,
ul, ol, li, dl, dt, dd,
table, th, td,
form, fieldset {
	margin: 0;
	padding: 0;
	font-family: sans-serif;
	line-height: 1.75;
	list-style-type: none;
}

/* new HTML5 elements */
section, nav, article, aside, hgroup, header, footer,
figure, figcaption, summary {
	display: block;
	margin: 0;
	padding: 0;
	font-family: sans-serif;
	line-height: 1.75;
}

/*----- common -----*/
body{
 background: #A3D8E5;
 color: #223055;
 line-height: 1.75;
}

a:link,
a:visited{ color: #223055; text-decoration: underline;}
a:hover,
a:active { color: #223055; text-decoration: underline;}

.wrapper{
	position: relative;
	max-width: 940px;
	margin: 0 auto;
	padding-top: 40px;
}

/*----- header -----*/
header{
	position: relative;
	margin-bottom: 40px;
}
header .photo{
	margin: 0 20px;
	padding: 8px;
	background: #FFF;
}
header .photo img{
	width: 100%;
	height: auto;
	box-sizing: border-box;
	vertical-align:top;
}
header h1{
	position: absolute;
	top: 180px;
	left: 90px;
}
header h1 img{
	width: 100px;
	height: auto;
}

/*----- profile -----*/
.profile{
	position: relative;
	min-height: 120px;
	margin: 0 40px 60px 0;
	padding: 20px 160px 0 0;
	text-align: right;
	box-sizing: border-box;
}

.profile img{
	position: absolute;
	top: 0;
	right: 0;
	width: 120px;
	height: 120px;
}
.profile h2{
	font-size: 100%;
	font-weight: bold;
}

.profile p{
	font-size: 90%;
}

/*----- sns -----*/
.sns{
	position: relative;
	width: 300px;
	height: 36px;
	margin: 0 auto 60px;
}
.sns li{
	position: absolute;
	width: 36px;
	height: 36px;
	top: 0;
}
.sns li.yt {left: 0;}
.sns li.ig {left: 66px;}
.sns li.tw {left: 132px;}
.sns li.fb {left: 198px;}
.sns li.nt {left: 264px;}

.sns li img{
	width: 36px;
	height: 36px;
}

.sns li a:hover img{ opacity: 0.8;}

/*----- youtube -----*/
.youtube{
	width: 576px;
	margin: 0 auto 60px;
}
.youtube .movie-wrap{
	width: 560px;
	padding: 8px;
	margin: 0 auto 20px;
	background: #FFF;
}
.youtube .movie-wrap div{
	position: relative;
	padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
	height: 0;
	overflow: hidden;
}
 
.youtube .movie-wrap div iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.youtube p{
	margin-bottom: 12px;
	/*padding-left: 80px;*/
	text-align: center;
	font-size: 90%;
}

/*----- instagram -----*/
.instagram #instafeed{
 max-width: 900px;
 margin: 0 20px 30px;
}
.instagram #instafeed:after{ content: ""; display: block; clear: both;}
.instagram #instafeed li{
	float: left;
	width: 18%;
	margin: 0 2.5% 30px 0;
	padding: 6px;
	background: #FFF;
	box-sizing: border-box;
}
.instagram #instafeed li:nth-child(5n){
	margin-right: 0;
}

.instagram #instafeed li img{
	width: 100%;
	height: auto;
	vertical-align:top;
}

/*----- twitter -----*/
.twitter{
	width: 450px;
	margin: 0 auto 60px;
}

/*----- facebook -----*/
.facebook{
	width: 450px;
	margin: 0 auto 60px;
}

/*----- footer -----*/
footer .copyright{
	clear: both;
	margin-bottom: 40px;
	text-align: center;
	font-size: 100%;
}