@charset "utf-8";

/************** 共通設定 **************/
body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
	font-size: 62.5%;
	color: #666;
}


.clearfix::after {
	content: "";
	display: block;
	clear: both;
}

.inner {
	width: 1000px;
	margin: 0 auto;
	text-align: center;
}



/************* header *************/


.headerinner {
	width: 75%;
	margin: 0 auto;
}


header {
	background-color: rgba(255,255,255,0.9);
	height: 130px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000; /*** 重ね順　1番上 ***/
}


header img {
	width: 100%;
	margin-top: -8px;
}

.dropmenu{
  *zoom: 1;
  list-style-type: none;
  width: 960px;
  margin: 5px auto 30px;
  padding: 0;
}


.dropmenu:before, .dropmenu:after{
  content: "";
  display: table;
}


.dropmenu:after{
  clear: both;
}


.dropmenu li{
  position: relative;
  width: 20%;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
}


.dropmenu li a{
  display: block;
  margin: 0;
  padding: 15px 0 11px;
  color: #7d7d7d;
  font-size: 14px;
  line-height: 1;
  font-weight: bold;
  text-decoration: none;
}


.dropmenu li ul{
  list-style: none;
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
}


.dropmenu li ul li{
  width: 100%;
  opacity: 0.9;
}


.dropmenu li ul li a{
  padding: 13px 15px;
  border-top: 1px solid #fff;
  background: #fff;
  text-align: center;
}


.dropmenu li:hover > a{
  background: #fff;
}


.dropmenu li a:hover{
  background: #fff;
  color: #CCC;
}



#fade-in2 li ul{
  opacity: 0;
  top: 50%;
  visibility: hidden;
  transition: .5s;
}


#fade-in2 li:hover ul{
  top: 100%;
  visibility: visible;
  opacity: 1;
}



#slider3 img {
	margin: auto;
	padding: 130px 0;
	width: 80%;
}





/************* access *************/


.accessinner {
	width: 70%;
	margin: 0 auto;
	margin-top: 100px;
}


.access nav {
	float: left;
	margin-top: 60px;
}
	




.access nav ul li {
	font-size: 1.4em;
	font-weight: bold;
	line-height: 3;
	letter-spacing: 0.5em;
	text-align: left;
}


.access nav ul li:last-child {
	letter-spacing: 0.3em;
}



.access img {
	float: right;
	width: 300px;
	margin-bottom: 100px;
}




.access dl dt {
	font-size: 1.2em;
	font-weight: bold;
	line-height: 3;
	letter-spacing: 0.5em;
	text-align: left;
}


.access dl dd {
	font-size: 1.2em;
	font-weight: bold;
	line-height: 3;
	text-align: left;
}




.newsinner {
	width: 60%;
	margin: 0 auto;
	margin-top: 150px;
	margin-bottom: 10px;
}


.news nav ul li {
	display: inline-block;
	margin-right: 10px;
}


.news nav ul li a img:hover {
	opacity: 0.7;
}




/************* footer *************/



footer {
	height: 70px;
	line-height: 70px;
	text-align: center;
}




footer small {
	font-size: 1.5em;
	color: #7d7d7d;
	font-weight: bold;
}



/******************** @media ***********************/


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

	.inner {
		width: 400px;
		margin: 0 auto;
		text-align: center;
	}

	header {
		height: 70px;
	}

	
	
	.headerinner {
		width: 360px;
	}
	
	
	header li a {
		width: 50%;
	}
	
	.dropmenu li ul {
		width: 50%;
	}
	
	.dropmenu li ul li a {
		font-size: 0.5em;
	}
	
	
	#slider3 {
		margin-top: -50px;
		
	}

	#slider3 img {
		width: 307px;
		padding-bottom: 0px;
	}
	
	
	.access {
		margin-top: 110px;
	}
	
	

	.accessinner {
		width: 300px;
		margin: 0 auto;
		margin-top: -50px;
	}
	
	
	.access nav {
		margin: 0;
		margin-bottom: 70px;
	}
	
	
	.access nav ul li {
		font-size: 0.2em;
		letter-spacing: 0.2em;
	}
	
	
	.access img {
		width: 40%;
		margin: 0;
		margin-bottom: -100px;
		z-index: 800;
	}

	.news {
		margin-top: -100px;
	}
	
	
	.news img {
		width: 30px;
	}
	
	
	footer {
		width: 400px;
		margin: 0 auto;
	}
	
	
	footer small {
		font-size: 0.7em;
	}

}