@charset "UTF-8";
/* common css */

/* ===============================================
全デバイス共通のCSS
===============================================*/


body{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:0.8em;
	line-height:1.8;
	text-align:left;
	color:#333;
	-webkit-text-size-adjust: 100%;
	}

a {
	color: #333;
	text-decoration: none;
}
a:hover {
	color:#333;
	text-decoration: none;
}


/* footer */

#footer{
	margin:60px auto 30px auto;
	text-align:center;
}



/* ===============================================
PC向け 画面の横幅が960px以上
===============================================*/

@media screen and (min-width: 760px){

/* header */

header{
	display:block;
	position:relative;
	min-width:760px;
	height:200px;
	margin:0 auto;
	}

header h1{
	width:380px;
	height:49px;
	position:absolute;
	top:60px;
	left:50px;
	text-align:center;
	}	

ul.snsBtn {
	position:absolute;
	top:70px;
	right:50px;
	text-align:center;
	}

ul.snsBtn li{
	float:left;
	margin-right:20px;
	}
	
ul.snsBtn li.last{
	margin-right:0;
	}
	
nav ul{
	position:absolute;
	top:150px;
	right:50px;
	text-align:center;
	}

nav ul li{ 
           float:left;
		   text-align:center;
		   font-family: 'Quicksand', sans-serif;
		   font-size:18px;
		   margin-right:40px;
}

nav ul li.last{
	margin-right:0;	
}

/* contents */

h2{}

h3{}


}


/* ===============================================
 タブレット向け 画面の横幅が760px~959px
=============================================== */



/* ===============================================
スマホ向け 画面の横幅が~759px
=============================================== */

@media screen and (max-width: 759px){

/* header */

header{
	display:block;
	margin-bottom: 20px;
	}

header h1{	
	text-align: center;
	margin: 21px 0 25px 0;
}

header h1 img{
	}	

ul.snsBtn {
	text-align: center;
	margin: 0 auto 10px auto;
	}

ul.snsBtn li{
	display: inline;
	margin-right: 8px;
	}
	
ul.snsBtn li a{
	text-decoration:none;
	}
	
ul.snsBtn li.last{
	margin-right:0;
	}	
	
nav ul{
	height:120px;
}
	
nav ul li{ 
		   float:left;
		   width:50%;
		   text-align:center;
}

nav ul li.last{
}

nav ul li a{
	   	   display:block;
		   padding: 12px 0 ;
		   width:100%;
		   font-family: 'Quicksand', sans-serif;
		   font-size:20px;

}


/* contents */

h2{}

h3{}





}

