@charset "UTF-8";


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

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

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

img#itsukimuramap {
	float: left;
	width: 650px;
}

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

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

ul#im_list li:nth-child(1) {
	background: url(../img/itsukimura/num01.svg) no-repeat 0 7px;
	background-size: 40px auto;
}
ul#im_list li:nth-child(2) {
	background: url(../img/itsukimura/num02.svg) no-repeat 0 7px;
	background-size: 40px auto;
}
ul#im_list li:nth-child(3) {
	background: url(../img/itsukimura/num03.svg) no-repeat 0 7px;
	background-size: 40px auto;
}
ul#im_list li:nth-child(4) {
	background: url(../img/itsukimura/num04.svg) no-repeat 0 7px;
	background-size: 40px auto;
}
ul#im_list li:nth-child(5) {
	background: url(../img/itsukimura/num05.svg) no-repeat 0 7px;
	background-size: 40px auto;
}
ul#im_list li:nth-child(6) {
	background: url(../img/itsukimura/num06.svg) no-repeat 0 7px;
	background-size: 40px auto;
}
ul#im_list li:nth-child(7) {
	background: url(../img/itsukimura/num07.svg) no-repeat 0 7px;
	background-size: 40px auto;
}
ul#im_list li:nth-child(8) {
	background: url(../img/itsukimura/num08.svg) no-repeat 0 7px;
	background-size: 40px auto;
}
ul#im_list li:nth-child(9) {
	background: url(../img/itsukimura/num09.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#im {
		display: none;
	}

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

	ul.itsukimura 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.itsukimura li {
		float: left;
		width: 490px;
		padding-bottom: 50px;
		border-right: dotted 1px #cccccc;
	}
	ul.itsukimura li:nth-child(even) {
		border-right: none;
	}

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

}