@charset "UTF-8";

/* reset_css */

html,body,header,div,p,h1,h2,dl,dt,dd,ul,li{
	margin: 0;
	padding: 0;
}

ul{
	list-style: none;
}

h1,h2{
	line-height: 100%;
	font-size: 100%;
}

body{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 14px;
	color: #7B7B7B;
	background-color: #fff;
	margin: 0;
}

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

#wrapper {
	position: relative;
	background: url(images/tiratira.png) no-repeat top,url(images/tiratira-shita.png)no-repeat bottom;
	background-size: contain;
	height: 700px;
}

#contents h1{
	font-size: 18px;
	letter-spacing: 4px;
	text-align: center;
	margin: 0;
	line-height: 1.3;
}

#contents{
	position: absolute;
	height: 280px;
	top: -60px;
	bottom: 0;
	left: 0;
	right: 0;
  z-index: 20;
  margin: auto;
  visibility: hidden;
}

#logo{
	width: 80%;
	max-width: 700px;
	display: block;
	margin: -20px auto 0;
	padding-right: 55px;
}

#date{
	width: 210px;
	margin: 35px auto 30px;
	font-size: 14px;
	font-weight: bold;
	line-height: 2;
}

#date dt {
     float : left;
     width : 7em;
}

#date span{
	font-size: 12px;
}

#icon{
	width: 160px;
	margin: 0 auto;
}

#icon li{
	display: inline-block;
	margin-right: 25px;
}

#icon li:last-child{
	margin-right: 5px;
}

#icon li a{
	position:relative;
	top: 0px;
  left: 0px;
  -webkit-transition: all .2s;
  transition: all .2s;
}

#icon a:hover{
	position:relative;
	top: 3px;
	left: 3px;
}


/*--------------------------*/

.inner{
	width: 980px;
	margin: 0 auto;
}

#about{
	background: url(images/haikei.png) 0 0 no-repeat;
	background-size: 95%;
	background-color: #eceb3c;
	overflow: hidden;
	padding-bottom: 20px;
}

#a_left,#a_right{
	width: 50%;
	float: left;
}

#a_left h2{
	text-align: center;
	padding: 50px;
	font-size: 60px;
	font-weight: normal;
	line-height: 1.5;
	letter-spacing: 1px;
}

#a_right p{
	margin-top: 180px;
    padding: 50px;
    font-size: 17px;
    line-height: 2;
    letter-spacing: 1px;
}

#program{
	width: 64%;
	margin: 70px auto;
	text-align: center;
}

#program h2{
	font-size: 28px;
	letter-spacing: 1px;
}

#program h2 img{
	margin: 10px 20px -5px;
	width: 15%;
}

#program p{
	margin: 20px 0;
}

#sakuhinn li{
	float: left;
	margin: 1%;
	width: 30%;
}

#sakuhinn img{
	width: 100%;
	display: block;
}

#access{
	background-color: #C21E10;
	width: 100%;
	color: aliceblue;
	overflow: hidden;
	padding-bottom: 70px;
}

#access h2{
	font-size: 28px;
	letter-spacing: 1px;
	margin: 70px 0 50px;
}

#ac_left,#ac_right{
	float: left;
}

dl{
	line-height: 1.8;
}

dt{
	font-weight: bold;
}

#ac_right{
	margin: 120px 0 0 80px;
}

#ac_right>div{
	width: 600px;
	height: 456px
}

#kds{
	text-align: center;
	margin: 70px 0 70px;
}

#kds h2{
	margin-bottom: 30px;
	font-size: 28px;
}

#kds p{
	padding: 30px 15%;
}

#kds a{
	display: block;
	width: 200px;
	margin: 0 auto;
	padding: 10px;
	border: solid 2px #7B7B7B;
	text-decoration: none;
	-webkit-transition: all .3s;
	transition: all .3s;
	color: #7B7B7B;
}

#kds a:hover{
	background: #7B7B7B;
	color: #fff;
}

#gfooter{
	background-color: #000000;
	text-align: center;
	padding: 10px 0 10px;
}

#gfooter img{
	margin: 5px 0;
	width: 150px;
}

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

	.inner{
		width: 480px;
	}
	
	#program{
		width: 100%;
	}

	#contents{
		position: absolute;
		width: auto;
		height: 280px;
		top: -60px;
		bottom: 0;
		left: 0;
		right: 0;
	  z-index: 20;
	  margin: auto;
	}
	
	#date{
		width: 180px;
		margin: 35px auto 30px;
		font-size: 12px;
	}
	
	#date span{
	font-size: 10px;
	}
}
*/


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

	#contents h1{
		font-size: 12px;
		margin-bottom: 20px;
	}
	
	#logo{
		padding-right: 20px;
	}
	
	.inner{
		width: 480px;
	}
	
	#program{
		width: 480px;
	}
	
	#a_left,#a_right{
	width: 100%;
	}
	
	#about{
		padding-bottom: 50px;
	}
	
	#about h2{
		font-size: 20px;
	}
	
	#about p{
		font-size: 12px;
		margin: 0;
		padding: 0 10px;
		text-align: center;
	}
	
	#program h2{
		font-size: 20px;
	}
	
	#program p{
		font-size: 12px;
	}
	
	#program ul{
		margin: 0 10px;
	}
	
	#access{
		padding-bottom: 70px;
	}
	
	#access h2{
		font-size: 20px;
	}
	
	#ac_left,#ac_right{
		float: none;
		padding: 9% 5% 0%;
		margin-top: 20px;
	}
	
	#access dl{
		font-size: 12px;
	}
	
	#ac_right{
		margin: 0;
	}

	#ac_right>div{
		width: 100%;
		height: 400px;
	}
	
	#kds h2{
		font-size: 20px;
	}
	
	#kds p{
		text-align: left;
		font-size: 12px;
	}
	
	#kds span{
		font-size: 12px
	}
	
}

@media screen and (max-width: 480px){
	
	.inner{
		width: 320px;
	}
	
	#program{
		width: 320px;
	}
	
}