	@charset "utf-8";
	/* CSS Document */
		
/*===================================================================
						  header
===================================================================*/
	
	h2 {background:url(../img/h2.png)bottom no-repeat;}
	
	h2 {
		width:128px; 
		height:112px;
		margin:0 auto;
		padding-top:41px;
		text-indent:100%;
		white-space:nowrap;
	}

	
	@media screen and (max-width: 670px){
	
	h2 {
		background:url(../img/h2_sp.png)bottom no-repeat;
		width:119px;
		height:0;
		display:block;
		background-size:100%;
		margin:0 auto;
		padding-top:146px;
		text-indent:100%;
		white-space:nowrap;
	}

	}
	
	
/*===================================================================
						  #category
===================================================================*/
	#category ul {
		margin:0 auto;
		text-align:center;
		letter-spacing: -0.4em;
	}
	
	#category ul li{
		text-align:center;
		letter-spacing:normal;
	}

	
	@media screen and (min-width: 1030px){
		
	#category {
		background:#ededed;
		width:100%;
		padding:50px 0;
	}
	
	#category ul li{
		background:url(../../img/common/btn2_off.gif) no-repeat;
		width:276px;
		font-size:14px;
		display:inline-block;
		text-align:center;
		margin-right:75px
	}
	
	#category ul li a{
		width: 189px;
		height: 46px;
		padding: 0 44px;
		color: #fff;
		display: table-cell;
		text-align: center;
		vertical-align: middle;
		line-height: 1.2em;
	}
	
	#category ul li:nth-child(5) {margin-right:0;}
	#category ul li:hover{background:url(../../img/common/btn2_on.gif) no-repeat;}
	#category ul li:nth-child(even) {display:none;}

	
	}
	
/*===================================================================
						  article
===================================================================*/

	article {
		max-width:980px;
		overflow:hidden;
	}
	
	article h3 {
		font-weight:bold;
		color:#0f3668;
	}
	
	article .top01 {
		position:relative;
	}	
	.top03 .number{
		width: 100%;
		float: left;
		line-height: 2em;
	}
	
	.top03 .number img {
	  margin-top:3px;
	  float:none;
	}

	article .top04 {
	}

	article .top04 ul li b {
		overflow: hidden;
		font-size:12px;
		margin-top:5px;
		font-weight:normal;
		text-align:center;
		display: block;
		height: 35px;
	}
	
	article .top04 li {
		text-align:center;
		font-size:12px;
		margin-left: 20px;
	}
	
	article .top04 li:first-child {	margin-left: 0;}
	
	article .top04 .left p span { color:#3c7ece ;}
	
	article .ct {
		overflow: hidden;
		margin-bottom: 30px;
		display: block;
	}

	article .top06 {
		width:100%;
	}
	
	article .top06 img {
		display: block;
		overflow: hidden;
		background-size: 100%;
		margin: 0 auto;
	}
	
	article .left {width:100%;}
	
	article .main {
		display:block;
		overflow:hidden;
		background-size:100%;
		margin:0 auto;
	}
	
	article .right {margin-top: -26px;}
		
	article #areas p {
		font-size:13px;
		line-height:2em;
		margin-bottom:10px;
	}
	
	article #areas span {
		background: #357ecf;
		color: #fff;
		font-size: 13px;
		text-align: center;
		width: 118px;
		display: block;
		line-height: 1.8em;
		margin:2px 0 10px;
	}

	article .number p span {
		padding-bottom: 21px;
		display: block;
		width: 15px;
		float: left;
		overflow: hidden;
	}
	
	
	article #map .top04 ul {letter-spacing:-.4em;}
	
	article li {
		display: inline-block;
		letter-spacing: normal;
	}
		
	iframe {display: block;}
	
	article section {
		max-width:980px;
		overflow:hidden;
	}
			
	article #areas address img:first-child { margin-bottom:20px;}

	article #areas a{ 
		color:#3c7ece;
		border-bottom:solid 1px ;
	}
	
	article #areas a:hover{ opacity:0.6;}

	article span a{ 
		background:url(../img/pdf.gif) bottom no-repeat;
		width:237px;
		height:26px;
		float:right;
		text-indent:100%;
		white-space:nowrap;
		margin-top:10px;
		}
	
	article span a:hover{ opacity:0.6;}
	
	#map p {
		margin-bottom:10px;
		line-height: 1.8em;
	}


	@media screen and (min-width: 1030px){
		
	
	article {
		margin:40px auto 80px;
		position:relative
	}
		
	article h3 {
		font-size:15px;
		border-bottom:solid 4px #0f3668;
		padding-bottom:3px;
		margin:0 0 20px;
	}
	
	article .main {
		float:right;
	}

	article .left {
		float:left;
		line-height: 2em;
		max-width:560px;
	}
	
	article #areas span {
		float: left;
	}
	
	article #areas .info {
		width: 425px;
		float: right;
	}
	
	article .top01 {
		margin-bottom:30px;
		height:325px;
	}
	
	article .top02 {
		background: url(../img/mark.jpg) no-repeat right;
		margin-bottom: 30px;
		height: 125px;
	}
	
	.top03 .number{max-width: 560px;}
	
	article #map .top04 ul {float:right;}
	article li {width: 180px;}

	article .youtube { 
		margin-top:-30px;	
		float:right;
	}
	
	iframe {
		width:375px;
		height:250px;
	}
	
	article #areas address {
		width:377px;
		position:absolute;
		top:0;
		right:0;
	}
	
	.sub_box {display:none;}
	
	article .top06 img {float:right;}
	
	#map p {font-size:13px;}

	article .top06 p { 
		font-size:14px;
		line-height:1.8em;
	}

}



@media screen and (max-width: 1029px) and (min-width: 671px){
	
	article {margin:40px 20px 0;}

	article h3 {
		font-size:15px;
		border-bottom:solid 4px #0f3668;
		padding-bottom:3px;
		margin:0 0 20px;
	}
		
	article #type {
		margin-top: -100px;
		padding-top: 100px;
	}
		
	.top01 .sub_box {
		width:400px;
		display:block;
		overflow:hidden;
		background-size:100%;
		margin:20px auto;
	}
	
	article #areas span {
		float: left;
		margin-right:15px;
	}

	article #areas .left p:nth-child(4) {
		width: 118px;
		display: block;
		margin-right: 15px;
		float: left;
	}

	
	article .top02 {
		background: url(../img/mark.jpg) no-repeat center bottom;
		margin-bottom: 30px;
		height: 215px;
	}
	
	article .top03 {
		overflow: hidden;
		margin-bottom: 30px;
		height:auto;
	}
	
	article .top03 .main {
		width:396px;
		margin:20px auto;
	}
	
	.top03 .number {max-width:1030px;}
		
	article .top04 {
		height: 440px;
		position: relative;
	}
	
	article .top04 ul { 
		text-align:center;
		margin:20px 0;
	}

	article .top04 .left {
		position: absolute;
		bottom: 0;
	}
	
	article .top05 {height:auto;}
	article .top06 {max-width: 1030px;}
	article .top06 img {margin: 0 auto 20px;}
	
	article .youtube { margin: 20px auto;}
	
	iframe {
		width:375px;
		height:250px;
		margin:0 auto;
	}

	article #areas address { display:none;}

	#map p {font-size:13px;}
	
	article .top06 p { 
		font-size:14px;
		line-height:1.8em;
	}

}

@media screen and (max-width: 1029px) and (min-width: 892px){

	article #areas .left p:nth-child(4) {
		width: 118px;
		display: block;
		margin-right: 15px;
		float: left;
	}
}

@media screen and (max-width: 892px) and (min-width: 671px){

	article #areas .left p:nth-child(4) {
		width: 118px;
		display: block;
		height: 70px;
		margin-right: 15px;
		float: left;
	}

}

@media screen and (max-width: 670px){
	
	
	article #areas p {
		font-size: 12px;
		line-height: 1.8em;
	}
	
	article #map {background: #e1eef3;}	

	article section {
		padding:0 20px;
	}
	
	article p {
		font-size:12px;
		line-height:1.8em;
	}
	
	article  h3 {
		background-size: 100%;
		display: block;
		overflow: hidden;
		font-size: 1.1em;
		line-height: 1.7em;
		text-align: center;
		vertical-align: top;
		padding: 30px 0 35px;
		margin: 0 auto 25px;
		position:relative;
	}
	
	article #areas h3 {width: 250px;}
	article #map h3 {width: 270px;}
	article #guide h3 {width: 220px;}
	
	.route {overflow:hidden;}
	.sub_box {
		width:100%;
		height:auto;
		margin-bottom:20px;
	}
	
	article .main {
		width: 65%;
		margin: 0 auto 20px;
	}
	
	article .ct {
		max-width: 320px;
		margin: 0 auto 20px;
	}
	
	article .top01 { margin-bottom:0px;}
	article .top04 { position: relative;}
	
	article #guide { 
		max-width: 320px;
		margin: 0 auto 20px;
	}

	article .top02 .img {
		background: url(../img/mark_sp.png) no-repeat;
		margin: 0 auto;
		max-width: 320px;
		background-size: 100%;
		padding-top: 96px;
	}
	
	.top03 .number img { margin-top:1px;}

	article .top04 ul li b {
		font-size:10px;
		width:100px;
		margin-top:5px;
	}
	
	article .top04 li {
		text-align:center;
		font-size:10px;
		vertical-align:top;
	}
	
	article .top04 .left {
		width: 100%;
		display: block;
	}
	
	article .top04 li img {
		width:100px;
	}
	
	article .top04 ul {
		width: 220px;
		height: 160px;
		margin: 10px auto 0;
	}

	iframe {
		width: 100%;
		height: 180px;
		margin: 0 auto;
	}
		
	article .top06 img {
		width: 70%;
		margin: 0 auto 10px;
	}

	}

/*===================================================================
						  .type
===================================================================*/

	.type01 ul {
		width:100%;
	}
	
	.type01 li {
		text-align:center;
		display:inline-block;
		vertical-align: top;
	}
	
	.type01 li p {
		text-align:center;
		font-size:13px;
		margin-top:10px;
	}
	
	
	#type dl {
		width:460px;
	}
	
	#type dd {
		display:inline-block;
		width:335px;
		font-size:12px;
	}
	
@media screen and (min-width: 1030px){
	
	.type01 ul {
		border:solid 1px #000;
		box-sizing:border-box;
		padding:30px;
	}
	
	.type01 li {
		width:225px;
		height:180px;
	}


}
	
@media screen and (max-width: 1029px) and (min-width: 670px){
	
	.type01 ul {
		max-width: 580px;
		margin: 30px auto;
		display: block;
	}
	
	.type01 li {
		width: 280px;
		height: 180px;
		margin-bottom: 30px;
	}
	
	
}

@media screen and (max-width: 670px){

	
	.type01 ul {
		width: 280px;
		display: block;
		margin:20px auto 0;
	}
	
	.type01 li {
		width: 135px;
		margin-bottom: 15px;
		font-size:10px;
	}

	.type01 li img {
		width:80px;
		height: 70px;
	}

	.type01 li p {
		font-size: 9px;
		margin:0 0 15px;
	}

}

757