@charset "UTF-8";


/*------------------------------------------------
   Layout
------------------------------------------------*/

section#page_head {
	background-image: url(../img/guide/page_head_img@2x-100.jpg);
	margin-bottom: 20px;
}

div#fm {
	margin-bottom: 30px;
}

img#floormap {
	float: left;
	width: 650px;
	border: 1px solid #646464;
}

ul#fm_list {
	float: left;
	width: 330px;
	height: 400px;
	padding-left: 20px;
}

ul#fm_list li {
	display: block;
	height: 55px;
	padding: 17px 0 0 50px;
	border-bottom: 1px dotted #646464;
}

ul#fm_list li:nth-child(1) {
	background: url(../img/guide/num01.svg) no-repeat 0 7px;
	background-size: 40px auto;
}
ul#fm_list li:nth-child(2) {
	background: url(../img/guide/num02.svg) no-repeat 0 7px;
	background-size: 40px auto;
}
ul#fm_list li:nth-child(3) {
	background: url(../img/guide/num03.svg) no-repeat 0 7px;
	background-size: 40px auto;
}
ul#fm_list li:nth-child(4) {
	background: url(../img/guide/num04.svg) no-repeat 0 7px;
	background-size: 40px auto;
}
ul#fm_list li:nth-child(5) {
	background: url(../img/guide/num05.svg) no-repeat 0 7px;
	background-size: 40px auto;
}
ul#fm_list li:nth-child(6) {
	background: url(../img/guide/num06.svg) no-repeat 0 7px;
	background-size: 40px auto;
}
ul#fm_list li:nth-child(7) {
	background: url(../img/guide/num07.svg) no-repeat 0 7px;
	background-size: 40px auto;
}

h3 {
	margin: 20px 0;
}


/*------------------------------------------------
   Responsive
------------------------------------------------*/

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

	section#page_head {
		height: 187px;
	}

	section#page_head div.page_title {
		width: 200px;
		height: 187px;
	}
	
	div#fm {
		display: none;
	}

	ul.guide li {
		width: 100vw;
		padding-bottom: 50px;
	}

	ul.guide li figure img {
		width: 100vw;
	}
	
	figcaption {
		padding: 0 20px;
	}

}


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

	section#page_head {
		height: 450px;
		padding-top: 70px;
	}

	section#page_head div.wrap {
		width: 980px;
		margin: 0 auto;
	}

	section#page_head div.page_title {
		width: 200px;
		height: 220px;
	}

	ul.guide li {
		float: left;
		width: 490px;
		padding-bottom: 50px;
		border-right: dotted 1px #cccccc;
	}
	ul.guide li:nth-child(even) {
		border-right: none;
	}

	ul.guide li figure img {
		width: 490px;
	}
	
	figcaption {
		padding: 0 30px 0 20px;
	}

}