.entry_list >ul >li .images li:first-child {
	border-bottom: none;
}
.entry_list >ul >li .images li:first-child img {
	max-width: 100%;
	height: auto;
}

/*======================================
	shops top
=======================================*/
.op_box_detail .select_normal_wrap {
	position: absolute;
	top: 10px;
	left: 300px;
	min-width: 140px;
}

.single_pager {
	margin-top: 50px;
}
/*======================================
	Restaurant Single
=======================================*/
.singlevisual {
	overflow: hidden;
	width: 960px;
	height: 370px;
	margin: 0 auto;
	margin-bottom: 45px;
	border: 1px solid #c4cacd;
}
.singlevisual .inner {
	float: left;
	width: 655px;
	margin: initial;
}
.singlevisual.wide .inner {
	width: 100%;
	float: none;
}
.restaurants_outline {
	overflow: hidden;
	margin-bottom: 25px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #cdd4dc;
}
.restaurants_outline .place {
	float: left;
}
.restaurants_outline .place .btn_map {
	margin-top: 6px;
}
.restaurants_outline .tel {
	font-size: 12px;
	float: right;
	margin-top: 0;
}
.restaurants_outline .tel span {
	font-size: 20px;
	display: block;
}
.pickup .carousel_slide .detail dd {
	font-family: "Gothic Medium BBB";
	font-size: 12px;
}
.other_restaurants .btn_normal {
	float: right;
	margin-top: 20px;
}
.attribute {
	margin-bottom: 20px;
}
.attribute ul {
	overflow: hidden;
	margin-top: -7px;
}
.attribute li {
	font-size: 10px;
	line-height: 1.4;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	float: left;
	width: 96px;
	height: 36px;
	margin: 7px 0 0 7px;
	padding-left: 30px;
	border: 1px solid #d9d9d9;
	border-radius: 5px;

	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.attribute li:nth-child(7n+1) {
	clear: both;
	margin-left: 0;
}
.attribute .icn_vegetarian {
	background: url(/jp/resources/img/cmn/icn_vegetarian.png) no-repeat 5px center / 20px;
}
.attribute .icn_baby-car {
	background: url(/jp/resources/img/cmn/icn_baby-car.png) no-repeat 7px center / 19px auto;
}
.attribute .icn_kids-chair {
	background: url(/jp/resources/img/cmn/icn_kids-chair.png) no-repeat 10px center / 12px auto;
}
.attribute .icn_kids-menu {
	background: url(/jp/resources/img/cmn/icn_kids-menu.png) no-repeat 7px center / 18px auto;
}
.attribute .icn_en-menu {
	background: url(/jp/resources/img/cmn/icn_en-menu.png) no-repeat 4px center / 20px auto;
}
.attribute .icn_wheelchair {
	background: url(/jp/resources/img/cmn/icn_wheelchair.png) no-repeat 8px center / 18px auto;
}
.attribute .icn_pets {
	background: url(/jp/resources/img/cmn/icn_pets2.png) no-repeat 8px center / 20px auto;
}
.attribute .icn_lunch {
	background: url(/jp/resources/img/cmn/icn_sun.png) no-repeat 6px center / 18px auto;
}
.attribute .icn_dinner {
	background: url(/jp/resources/img/cmn/icn_dinner.png) no-repeat 5px center / 22px auto;
}
.attribute .icn_take-out {
	background: url(/jp/resources/img/cmn/icn_take-out.png) no-repeat 7px center / 20px auto;
}
.attribute .icn_eat-in {
	background: url(/jp/resources/img/cmn/icn_eat-in.png) no-repeat 10px center / 13px auto;
}
.attribute .icn_free-drink {
	background: url(/jp/resources/img/cmn/icn_free-drink.png) no-repeat 6px center / 18px auto;
}
.attribute .icn_reserved {
	background: url(/jp/resources/img/cmn/icn_reserved.png) no-repeat 9px center / 16px auto;
}
.photo_slider-body .text {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 7px 10px;
	text-align: center;
	color: #fff;
	background: rgba(28, 13, 33,.7);
}
.photo_slider-nav {
	padding: 14px 40px;
	background: #101211;
}
.photo_slider-nav .image-thumb {
	position: relative;
}
.photo_slider-nav .slick-current .image-thumb:before {
	position: absolute;
	top: 0;
	left: 0;
	box-sizing: border-box;
	width: 70px;
	height: 40px;
	content: "";
	border: 1px solid #1b9532;
}
.slick-prev {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 30px;
	left: 17px;
	width: 7px;
	height: 7px;
	margin: 0;
	padding: 0;
	-webkit-transform: rotate(-45deg);
	        transform: rotate(-45deg);
	text-indent: -9000px;
	border: none;
	border-top: 1px solid #216b1a;
	border-left: 1px solid #216b1a;
	outline: none;
	background: none;
}
.slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 30px;
	right: 17px;
	width: 7px;
	height: 7px;
	margin: 0;
	padding: 0;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
	text-indent: -9000px;
	border: none;
	border-top: 1px solid #216b1a;
	border-right: 1px solid #216b1a;
	outline: none;
	background: none;
}
.resutaurant-movie {
	margin-top: 40px;
}
.chef-orner {
	display: table;
	width: 100%;
	margin-top: 40px;
	padding: 24px;
	border: 1px solid #ededed;
	background: url(/jp/resources/img/cmn/bg_chidori.png);
	box-shadow: 0 0 5px 0 rgba(0,0,0,.1);
}
.chef-orner .image {
	display: table-cell;
	width: 163px;
	vertical-align: top;
}
.chef-orner .text {
	font-size: 12px;
	display: table-cell;
	vertical-align: top;
	color: #333;
}
.chef-orner h2 {
	margin-bottom: -10px;
}
.chef-orner .kana {
	font-size: 12px;
	display: block;
}
.chef-orner .name {
	font-family: "Futo Go B101";
	font-size: 18px;
}
.chef-orner small {
	font-size: 14px;
	display: inline-block;
	margin-left: 10px;
}
.detail_data {
	margin-top: 35px;
}
.detail_data .open-time {
	overflow: hidden;
}
.detail_data .open-time dt {
	float: left;
	clear: both;
	width: 50px;
}
.detail_data .open-time dd {
	padding-left: 50px;
}
.detail_data .tab {
	position: relative;
	z-index: 1;
	top: 1px;
	overflow: hidden;
}
.detail_data .tab li {
	float: left;
	width: 174px;
	height: 40px;
	margin-right: 5px;
	cursor: pointer;
	text-align: center;
	letter-spacing: 1px;
	color: #65767c;
	border: 1px solid #eef3f4;
	border-bottom: 1px solid #d8dee5;
	border-radius: 5px 5px 0 0;
	background: #eef3f4;
}
.detail_data .tab .tab_text {
	line-height: 1;
	display: inline-block;
	padding-top: 12px;
	padding-bottom: 8px;
}
.detail_data .tab .active .tab_text {
	padding-top: 10px;
	border-bottom: 4px solid #1b9532;
}
.detail_data .tab .active {
	font-size: 16px;
	cursor: auto;
	color: #333;
	border: 1px solid #d8dee5;
	border-bottom: 1px solid #fff;
	background: #fff;
}
.detail_data_body {
	padding: 40px 23px;
	border: 1px solid #d8dee5;
}
.detail_data_box:not(:first-of-type) {
	display: none;
}
/*.single_restaurants .wysiwyg_area p {
	margin-top: 10px;
}
.single_restaurants .wysiwyg_area p:first-of-type {
	margin-top: 10px;
}
.single_restaurants .wysiwyg_area dt {
	font-family: "Futo Go B101";
	margin-top: 30px;
	border-bottom: 1px solid #d8dee5;
}
.single_restaurants .wysiwyg_area em {
	color: #fd2f51;
}*/


/*======================================
	Restaurant News
=======================================*/
.page_restaurants_info .single_pager {
	margin-top: 20px;
}
.page_restaurants_info .entry_list li.new .date {
	position: relative;
	padding-top: 4px;
	padding-bottom: 3px;
	padding-left: 50px;
	min-height: 25px;
}
.page_restaurants_info .entry_list li.new .date:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 25px;
	content: "";
	background: url(/jp/resources/img/cmn/icn_new2.png) no-repeat left center;
}
.page_restaurants_info .entry_outline {
	margin-top: 10px;
}

/*======================================
	Restaurant News single
=======================================*/
[class*="page_restaurants_info_"] .global_head {
	padding-top: 27px;
}
[class*="page_restaurants_info_"] .global_head .title_date {
	font-size: 12px;
	right: inherit;
	left: 0;
}

.porter_flow {
	margin-top: 40px;
}
.porter_block {
	margin-top: 50px;
}
.porter_block h3 {
	font-family: "Shuei MaruGo L";
	font-size: 16px;
	line-height: 1;
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: 1px solid #dfe7ea;
}
.porter_block .pic_list {
	margin: 20px 0 0;
}
.porter_block .pic_list li {
	display: table;
	width: 324px;
}
.porter_block .pic_list .image {
	display: table-cell;
	width: 140px;
	vertical-align: top;
}
.porter_block .pic_list .text {
	display: table-cell;
	padding-left: 24px;
	vertical-align: top;
}
.porter_block .pic_list li .text .btn_normal a {
	line-height: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 26px;
	padding: 0;
	color: #1b9532;

	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.porter_block .pic_list li .text .btn_normal a:hover {
	color: #fff;
}
.porter_block .btn_normal {
	margin-top: 20px;
}
.porter_block .btn_normal a:before {
	top: 8px;
}
.porter_wrap {
	overflow: hidden;
}
.delivery_time {
	float: right;
	width: 352px;
}
.delivery_time .coldot {
	margin-bottom: 10px;
}
.delivery_time .coldot thead {
	background: #d8dee5;
}
.delivery_time .coldot thead th {
	font-family: "Futo Go B101";
	padding: 10px 0;
	text-align: center;
	color: #1e1f1f;
	border-right: 1px solid #dfe7ea;
	background: #d8dee5;
}
.delivery_time .coldot tbody th {
	width: 175px;
	padding: 10px 0 10px 15px;
	border-right: 1px solid #dfe7ea;
}
.delivery_time .coldot tbody th span {
	display: block;
	text-indent: -1em;
	margin-left: 1em;
}
.delivery_time .coldot tbody td {
	padding: 10px 0 10px 15px;
}
.delivery_area {
	float: left;
	width: 304px;
}
.delivery_area ul {
	overflow: hidden;
	margin-bottom: 10px;
}
.delivery_area li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	float: left;
	width: 146px;
	height: 48px;
	border: 2px solid #d8dee5;

	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.delivery_area li:nth-child(n+3) {
	margin-top: 12px;
}
.delivery_area li:nth-child(even) {
	float: right;
}
.delivery_price {
	float: left;
	width: 304px;
}
.delivery_price p {
	margin-top: 15px;
}
.delivery_price p:first-child {
	margin-top: 0;
}
 .entry_body .porter_container p {
	margin-top: 10px;
}
.porter_attention {
	border: 1px solid #d8dee5;
	padding: 16px;
}
.entry_body .porter_container .porter_attention p {
	margin-top: 0;
}
.page_restaurants_info .entry_list >ul >li .images li {
	border: 1px solid #d8dee5;
	border-top: none;
}
.page_restaurants_info .entry_list >ul >li .images li:first-child {
	border-top: 1px solid #d8dee5;
}
