@charset "utf-8";
/* CSS Document */

.restaurant_type {
	clear: both;
	margin-bottom: 80px;
}
.restaurant_wrap{
	overflow: hidden;
	margin-bottom: 30px;
}
.restaurant_type .type_image {
	display: block;
	float: left;
	width: 50%;
	height: auto;
}
.type_image img {
	width: 100%;
	height: auto;
}
.restaurant_type .type_wording {
	display: block;
	float: right;
	width: 49%;
	padding: 1% 2%;
}
.restaurant_type .type_wording a{
	font-size: 1.8rem;
	font-family: 'cwTeXFangSong', sans-serif;
}
.restaurant_type:nth-child(odd) .type_image{
	float: right;
}
.type_wording span {
	width: 100%;
	position: relative;
	display: inline-block;
	padding: 0 0.5em;
}

.type_wording span::before {
	left: -50px;
}
.restaurant_type:nth-child(odd) .type_wording{
	float: left;}
.restaurant_type:nth-child(odd) .type_wording span::before {
    right: -50px;
	left: unset;
}
.owl_restaurant{
	clear: both;
}
@media screen and (max-width:568px) {
.type_wording .head03{
	margin-top: -25px;
}
.type_wording span::before{
	top:65px;
}
.restaurant_type .type_wording{
	width: 100%
}
.restaurant_type .type_image{
	width: 100%
}
}