@charset "UTF-8";

a#way+div .wrapper_item .inner_item_img img {
    object-fit: contain;
}

/*-------インスタアイコン-------*/
a#way+div .wrapper_item .inner_item:first-child .inner_item_img img {
    width: 66px !important;
    height: 110px !important;
}

/*------案内図-------*/
a#way+div .wrapper_item .inner_item:nth-child(2) .inner_item_img img {
    width: 300px !important;
    height: 300px !important;
}

@media screen and (max-width: 900px) {
	a#way+div .wrapper_item .inner_item:nth-child(2) .inner_item_img img {
		height: 250px !important;
	}
}

@media screen and (max-width: 600px) {
	a#way+div .wrapper_item .inner_item:nth-child(2) .inner_item_img img {
		height: 225px !important;
	}
}

@media screen and (max-width: 480px) {
	a#way+div .wrapper_item .inner_item:nth-child(2) .inner_item_img img {
      height: 280px !important;
	}
}