@charset "utf-8";


.location-list-item figcaption {
	margin-top: 10px;
	font-size: 1.3rem;
	line-height: 1.4;
}

.location-list-item figcaption .en-s {
	margin-left: 5px;
}


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

	.location-list-item {
		margin-bottom: 3vw;
	}

}


@media screen and ( min-width: 601px ) and ( max-width: 1100px ) {

	.location-list {
		display: -ms-flex;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
				flex-wrap: wrap;
	}

	.location-list-item {
		width: calc(50% - 2vw);
		margin-bottom: 2vw;
	}

	.location-list-item.img1,
	.location-list-item.img10 {
		width: 100%;
	}

	.location-list-item.img2,
	.location-list-item.img4,
	.location-list-item.img6,
	.location-list-item.img8 {
		margin-right: 4vw;
	}

}


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

	.location-list {
		width: 1060px;
		height: 1500px;
		margin: 0 auto;
		position: relative;
	}

	.location-list-item {
		width: 320px;
		position: absolute;
	}

	.location-list-item.img1,
	.location-list-item.img10 {
		width: 690px;
	}

	.location-list-item.img1 {
		top: 0;
		left: 0;
	}

	.location-list-item.img2 {
		top: 0;
		left: 740px;
	}

	.location-list-item.img3 {
		top: 250px;
		left: 740px;
	}

	.location-list-item.img4 {
		top: 500px;
		left: 0;
	}

	.location-list-item.img5 {
		top: 500px;
		left: 370px;
	}

	.location-list-item.img6 {
		top: 500px;
		left: 740px;
	}

	.location-list-item.img7 {
		top: 750px;
		left: 0;
	}

	.location-list-item.img8 {
		top: 750px;
		left: 370px;
	}

	.location-list-item.img9 {
		top: 1250px;
		left: 0;
	}

	.location-list-item.img10 {
		top: 1000px;
		left: 370px;
	}

}


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


