@charset:'UTF-8';

/*------------------------------------------------------------------------------------------------
	下層 SYSTEM
------------------------------------------------------------------------------------------------*/

/*幅1000以下の場合*/
@media screen and (max-width: 1000px) {
	#system{padding-bottom: 0;}
	.system_content_wrapper{position: relative;background:url(../../images/system/system_BG.jpg) no-repeat bottom center;background-size:cover;padding:5vw 0;}
	.system_content_wrapper .system_content{width: 100%;}
	.system_box{width:90%;background: #EAEAEA;padding: 10px 5%;}	
	.system_box:nth-child(even){background: #fff;}
	.system_box dt{color: #91733C;}
	.system_box dt span{color: #000;}
	.system_box dd{margin-left: 1.5vw;}
	
	#pay_exp ul{list-style:none;}
	#pay_exp li{margin-bottom: 1vw;}
	#pay_exp li span{margin-left: 3vw;display: block;}	
	#pay_exp li:before{content: "□";}	
	
	/*map*/
	#accessmap{margin-top: 5vw;padding-top: 0;}
	#map{width: 100%;height: 75vw;}	
}



@media screen and (min-width: 1000px) {
	#system{padding-bottom: 0;}
	.system_content_wrapper{position: relative;background:url(../../images/system/system_BG.jpg) no-repeat bottom center;background-size:cover;padding:40px 0;}
	.system_content_wrapper .system_content{width: 100%;}
	.system_content_wrapper .system_content .center1000{padding-right: 40px;box-sizing: border-box;background: #fff;}	
	.system_box{padding: 10px 20px;background: #EAEAEA}
	.system_box:nth-child(even){background: #fff;}
	.system_box dt{color: #91733C;}
	.system_box dt span{color: #000;}
	.system_box dd{margin-left: 10px;}

	#pay_exp ul{list-style:none;}
	#pay_exp li:before{content: "□";}

	
	/*indoor*/
	#indoorview{background: #000;}
	#indoorview #indr_bg{background:#91733C ;color: #fff;}
	
	/*map*/
	#map{width: 100%;height: 560px;}
}