@charset "UTF-8";

#restaurant + div .inner_item_img > section > .content_wrapper {
	padding: 0;
}
#restaurant + div .inner_item_img > section .wrapper_item {
	margin-bottom: 0;
}
#restaurant + div .inner_item_img > section .inner_item_img {
	width: 100%;
}
#restaurant + div .inner_item_img > section .inner_item_img img {
	max-width: 100% !important;
	width: auto !important;
}

@media screen and (max-width: 800px){
	.widget_shop01 .inner_item_img iframe {
		width: 100%;
		max-width: 580px;
	}
}