@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;}

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

/*----- profile -----*/
.profile{
	margin: 0 20px 40px 0;
	text-align: right;
	box-sizing: border-box;
}

.profile img{
	width: 80px;
	height: 80px;
}
.profile h2{
	font-size: 90%;
	font-weight: bold;
}

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

/*----- sns -----*/
.sns{
	position: relative;
	width: 300px;
	height: 36px;
	margin: 0 auto 40px;
}
.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{
	margin: 0 20px 40px;
}
.youtube .movie-wrap{
	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{
	/*padding-left: 80px;*/
	text-align: center;
	font-size: 80%;
}

/*----- instagram -----*/
.instagram #instafeed{
 max-width: 320px;
 margin: 0 auto 30px;
}
.instagram #instafeed:after{ content: ""; display: block; clear: both;}

.instagram #instafeed li{
	float: left;
	width: 90px;
	margin: 0 10px 10px 0;
	padding: 5px;
	background: #FFF;
}

.instagram #instafeed li:nth-child(3n){
	margin-right: 0;
}

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

/*----- twitter -----*/
.twitter{
	margin: 0 20px 40px;
}

/*----- facebook -----*/
.facebook{
	margin: 0 20px 40px;
}

/*----- footer -----*/
footer .copyright{
	margin-bottom: 20px;
	text-align: center;
	font-size: 80%;
}