@charset "UTF-8";

/* ================================================================== */

/* 個別記事向け CSS

===================================================================== */

/* spring-summer 2019 -- */
#all_nine_host_cities_ss2019 .map {
	position: relative;
	margin-bottom: 30px;
}

#all_nine_host_cities_ss2019 .map .c-images {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

#all_nine_host_cities_ss2019 .map .c-images img {
	width: inherit;
	height: auto;
}

#all_nine_host_cities_ss2019 .map .c-images .c-img {
	position: absolute;
}

#all_nine_host_cities_ss2019 .map .c-images .c-img:nth-child(1) {
	/* kutchan */
	width: 23%; top: 1%; left: 25.2%;
}
#all_nine_host_cities_ss2019 .map.fr .c-images .c-img:nth-child(1) {
	/* kutchan fr */
	width: 25%; left: 28.5%;
}
#all_nine_host_cities_ss2019 .map .c-images .c-img:nth-child(2){
	/* okayama */
	width: 24%; top: 10%; left: 1%;
}
#all_nine_host_cities_ss2019 .map.fr .c-images .c-img:nth-child(2){
	/* okayama fr */
	top: 11%; left: 2%;
}
#all_nine_host_cities_ss2019 .map .c-images .c-img:nth-child(3){
	/* karuizawa */
	width: 25%; top: 22%; right: 2%;
}
#all_nine_host_cities_ss2019 .map .c-images .c-img:nth-child(4){
	/* niigata */
	width: 21%; top: 25%; left: 29%;
}
#all_nine_host_cities_ss2019 .map.fr .c-images .c-img:nth-child(4){
	/* niigata fr */
	width: 23%; left: 29.5%;
}
#all_nine_host_cities_ss2019 .map .c-images .c-img:nth-child(5){
	/* matsuyama */
	width: 22%; top: 44%; left: 1.5%;
}
#all_nine_host_cities_ss2019 .map.fr .c-images .c-img:nth-child(5){
	/* matsuyama fr */
	top: 44.5%; left: 2.5%;
}
#all_nine_host_cities_ss2019 .map .c-images .c-img:nth-child(6){
	/* tsukuba */
	width: 20%; top: 51%; right: 4.5%;
}
#all_nine_host_cities_ss2019 .map.fr .c-images .c-img:nth-child(6){
	/* tsukuba fr */
	width: 21%; top: 51.6%; right: 4%;
}
#all_nine_host_cities_ss2019 .map .c-images .c-img:nth-child(7){
	/* fukuoka */
	width: 20%; top: 72%; left: 3%;
}
#all_nine_host_cities_ss2019 .map.fr .c-images .c-img:nth-child(7){
	/* fukuoka fr */
	width: 24.5%; left: 2.8%;
}
#all_nine_host_cities_ss2019 .map .c-images .c-img:nth-child(8){
	/* osaka */
	width: 19%; bottom: 6%; left: 27.2%;
}
#all_nine_host_cities_ss2019 .map.fr .c-images .c-img:nth-child(8){
	/* osaka fr */
	bottom: 7.3%; left: 29.5%;
}
#all_nine_host_cities_ss2019 .map .c-images .c-img:nth-child(9){
	/* nagoya */
	width: 19%; bottom: 7%; left: 51.5%;
}
#all_nine_host_cities_ss2019 .map.fr .c-images .c-img:nth-child(9){
	/* nagoya fr */
	width: 18%; bottom: 6.5%; left: 53.5%;
}
#all_nine_host_cities_ss2019 .map_sp {
	display: none;
}

@media(max-width:640px) {
#all_nine_host_cities_ss2019 .map {
	display: none;
}
#all_nine_host_cities_ss2019 .map_sp {
	display: block;
}
#all_nine_host_cities_ss2019 .map_sp a {
	color: #000;
}
#all_nine_host_cities_ss2019 .map_sp-box {
	display: flex;
	margin-top: 15px;
}
#all_nine_host_cities_ss2019 .map_sp-img {
	width: 25%;
}
#all_nine_host_cities_ss2019 .map_sp-txt {
	width: 70%;
	margin-left: 5%;
}
}


