@charset "UTF-8";

body {
    font-size: 16px;
    font-family: 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro',游ゴシック体, 'Yu Gothic', YuGothic,  メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    line-height: 1.5;
    color:#000;
    background: #FFF;
}
a {
    
    text-decoration: underline;
	color:#a53165;
}
a:hover{
	opacity: 0.5;
	text-decoration:none;
}
img{
	vertical-align: top;
}
.pc{
	display: block;
}
.sp{
	display: none;
}

/* header */
#header{
	position: fixed;
	width:100%;
	height: 60px;
	background-color:rgba(255,255,255,0.6);
	color:#a53165;
	line-height:60px;
	text-align:center;
	font-size:18px;
}
#header .headerWrap{
	max-width: 904px;
	margin:0 auto;
	position: relative;
	overflow: hidden;
	width: calc(100% - 60px);	
}
#header .headerWrap .logo{
	margin-top:13px;
	float: left;
}
#header .headerWrap .nav-header{
	margin-top: 24px;
	overflow: hidden;
	float: right;
}
#header .headerWrap .nav-header ul{
	overflow: hidden;
}
#header .headerWrap .nav-header li{
	float:left;	
	padding-right: 26px;
	font-size: 16px;
	letter-spacing: 1.8px;
	color:#FFF;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	line-height: 1;
}
#header .headerWrap .nav-header li.contact{
	padding-right: 17px;
}
#header .headerWrap .nav-header li.slash{
	font-family: 'Roboto', sans-serif;
	font-weight: 100;
	font-style: italic;
	padding-right: 20px
}
#header .headerWrap .nav-header li.fb{
	font-size: 12px;
	padding-top: 1px;		
}
#header .headerWrap .nav-header li:last-child{
	padding-right: 0px;		
}

/* contents */
#contents{
	padding-top:60px;
}


@media only screen and (min-width:768px) {
	#header .sp_menu{ display: none !important;}
}
	
@media screen and (max-width:767px){
	.pc{
		display: none;
	}
	.sp{
		display: block;
	}
	a:hover{
		opacity: 1;
	}
	
	/* header */
	#header{
		height: auto;
		z-index: 100;
		position: fixed;
		line-height:24px;
		font-size:14px;
		top:0;
		padding:10px;
		box-sizing:border-box;
		
		
	}
	#header .headerWrap{
		max-width: 904px;
		width: 100%;
		height: 100%;	
	}
	#header .headerWrap .nav-header{
		display: none;
	}
	/* contents */
	#contents{
		padding-top:40px;
	}

	
}
