@charset "UTF-8";
/**
*
* 詳細ページ（別バージョンのページとの互換用）
* 
* 重要
* このCSSは別バージョンのページとの互換用のファイルで
* 基本的にセレクタの追記はしない
* 本編のスタイルはcontent.detail.cssへ記述
* 
* 注意
* flex-basisはie11でバグがあるため不使用推奨
**/

.detail_header {
	background-color: #fff;
	padding: 1rem 0;
}
.detail_header > div {
	position: relative;
}
.detail_header_head {
	font-size: 1.5rem;
}
.detail_header_address {
	font-size: 1rem;
	font-style: normal;
	margin: 0 0 0.5rem;
}
.detail_header_address .btn {
	font-size: 0.66rem;
	padding: 0.25rem 0.33rem;
	margin: 0 0 0 0.5rem;
}
.detail_header_info {
	display: inline-block;
	background: #faf7e8;
	line-height: 1;
	padding: 0.25rem;
	border-radius: 5px;
	color: #595757;
}
.detail_header_late {
	color: #f4a81e;
}
.detail_header_late1::before {
	content: '★';
}
.detail_header_late2::before {
	content: '★★';
}
.detail_header_late3::before {
	content: '★★★';
}
.detail_header_late4::before {
	content: '★★★★';
}
.detail_header_late5::before {
	content: '★★★★★';
}
.detail_header_func {
	width: 15rem;
	position: absolute;
	right: 0;
	bottom: 4.5rem;
}
.detail_header_func_fixed {
	display: none;
}
@media screen and (max-width: 767px){
	.detail_header_func {
		width: auto;
		position: static;
		margin: 1rem 0 0;
	}
	.detail_header_func_fixed {
		display: table;
		border-collapse: separate;
		border-spacing: 0.5rem;
		width: 100%;
		table-layout: fixed;
		position: fixed;
		left: 0;
		right: auto;
		bottom: 0;
		margin: 0;
		background-color: rgba(255,255,255,0.85);
	}
	.detail_header_func_fixed > div {
		display: table-cell;
		vertical-align: middle;
	}
}
.detail_header_func a {
	display: table;
	width: 100%;
	height: 2.33rem;
	border-collapse: separate;
	border-spacing: 0;
	padding: 0.25rem 0;
	margin: 0 0 0.5rem;
	border-radius: 5px;
	border: solid 2px #ccc;
}
.detail_header_func a:last-child {
	margin-bottom: 0;
}
.detail_header_func a > i {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 2rem;
	font-size: 1.5rem;
	border-right: solid 1px #ccc;
}
.detail_header_func .ion-android-checkbox-outline {
	color: #d23939;
}
.detail_header_func .ion-android-call {
	color: #5059c5;
}
.detail_header_func .ion-android-contact {
	color: #f4a81e;
}
.detail_header_func .ion-ios-printer-outline {}
.detail_header_func a > span {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.detail_header_func .ion-android-call + span {
	font-weight: bold;
}
@media screen and (max-width: 767px){
	.detail_header_func a {
		height: 3rem;
	}
	.detail_header_func a > i {
		width: 3rem;
		font-size: 2rem;
	}
	.detail_header_func a > span {
		font-size: 1.25rem;
	}
	.detail_header_func a > span span {
		font-size: inherit;
	}
}
.detail_header_nav {
	margin: 0;
	padding: 1rem 0 0;
}
.detail_header_nav > ul {
	display: table;
	border-collapse: separate;
	border-spacing: 0;
	border-radius: 5px;
	width: 100%;
	height: 3.66rem;
	table-layout: fixed;
	background-color: #eef7f1;
	padding: 0.5rem 0;
}
.detail_header_nav > ul > li {
	display: table-cell;
	vertical-align: top;
	border-right: solid 2px #fff;
}
.detail_header_nav > ul > li:last-child {
	border-right: none;
}
@media screen and (max-width: 767px){
	.detail_header_nav > ul::before,.detail_header_nav > ul::after {
		content: '';
		 display: table;
	}
	.detail_header_nav > ul::after {
		clear: both;
	}
	.detail_header_nav > ul {
		display: block;
		padding: 0;
		margin: 0;
		height: auto;
		overflow: hidden;
	}
	.detail_header_nav > ul > li {
		display: block;
		float:left;
		width: 50%;
		border: solid 1px #fff;
		border-width: 0 1px 1px 0;
		border-color: #fff;
		margin: 0 0 -1px;
	}
	.detail_header_nav > ul > li:last-child {
		border-right: solid 1px #fff;
	}
}
.detail_header_nav a {
	display: table;
	width: 100%;
	height: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
.detail_header_nav a > span {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
@media screen and (max-width: 767px){
	.detail_header_nav a {
		height: 3rem;
	}
}
.detail_kodawari {
	display: none;
}
/*-------------------------------------------------------------*/
/* detail main and side */
#detail_layout {
	display: table;
	border-collapse: separate;
	border-spacing: 1.5rem;
	padding: 0.5rem 0 0;
	width: 100%;
	background: #fff;
	box-shadow: 0 1px 2px 0 rgba(4, 0, 0, 0.1);
	max-width: 1000px;
	margin: 0 auto;
}
#detail_main {
	width: auto;
	display: table-cell;
	vertical-align: top;
}
#detail_side {
	width: 15rem;
	display: table-cell;
	vertical-align: top;
	position: relative;
}
@media screen and (max-width: 767px){
	#detail_layout {
		display: block;
		width: auto;
		padding: 1rem;
	}
	#detail_main {
		display: block;
		width: auto;
		padding: 0;
		margin: 0 0 2rem;
	}
	#detail_side {
		display: block;
		width: auto;
	}
}
/*-------------------------------------------------------------*/
/* detail page */
.detail_main_head {
	color: inherit;
	font-size: 1.5rem;
	font-feature-settings: 'palt';
	margin: 0 0 1rem;
	line-height: 1.43;
}
.detail_main_subhead {
	color: inherit;
	font-size: 1.125rem;
	font-feature-settings: 'palt';
	margin: 0 0 0.5em;
	line-height: 1.2;
}
.detail_main_mv {
	text-align: center;
	margin: 0 0 1.5rem;
	position: relative;
	overflow: hidden;
	background-color: #faf7e8;
}
.detail_main_mv::before {
	content: '';
	display: block;
	padding: 66.66% 0 0;
	position: relative;
	z-index: 1;
}
.detail_main_mv img {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width: auto;
	height: 100%;
}
/*-------------------------------------------------------------*/
/* detail_main_pr */
.detail_main_pr {
	display: table;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	margin: 0 0 1.5rem;
}
.detail_main_pr_image {
	display: table-cell;
	vertical-align: top;
	width: 40%;
}
.detail_main_pr_image img {
	width: 100%;
	height: auto;
}
.detail_main_pr_text {
	display: table-cell;
	vertical-align: top;
	padding-left: 1rem;
}
@media screen and (max-width: 767px){
	.detail_main_pr {
		display: block;
		width: auto;
	}
	.detail_main_pr_image {
		display: block;
		width: auto;
		margin: 0 0 1rem;
	}
	.detail_main_pr_text {
		display: block;
		width: auto;
		padding: 0;
	}
}
/*-------------------------------------------------------------*/
/* detail_main_gallery */
.detail_main_gallery {
	display: table;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	table-layout: fixed;
	margin: 0 0 1.5rem;
}
.detail_main_gallery_display {
	display: table-cell;
	vertical-align: top;
	width: 75%;
	padding-right: 0.5rem;
}
.detail_main_gallery_thumb {
	display: table-cell;
	vertical-align: top;
}
@media screen and (max-width: 767px){
	.detail_main_gallery {
		display: block;
		width: auto;
	}
	.detail_main_gallery_display {
		display: block;
		width: auto;
		padding-right: 0;
		margin: 0 0 0.5rem;
	}
	.detail_main_gallery_thumb {
		display: block;
		width: auto;
		background-color: #e1f3e7;
		padding: 0.5rem 0.5rem 0;
	}
}
.detail_main_gallery_display ul {}
.detail_main_gallery_display li {}
#detail_main_gallery_slick {
	width: 100%;
}
#detail_main_gallery_slick li {}
#detail_main_gallery_slick img {
	width: 100%;
	height: auto;
}
.detail_main_gallery_thumb .list_float {
	margin: 0 -0.25rem;
}
.detail_main_gallery_thumb .list_float ul::before,.detail_main_gallery_thumb .list_float ul::after {
	content: '';
	 display: table;
}
.detail_main_gallery_thumb .list_float ul::after {
	clear: both;
}
.detail_main_gallery_thumb .list_float ul {}
.detail_main_gallery_thumb .list_float ul li {
	padding: 0 0.25rem 0.5rem;
	width: 50%;
}
.detail_main_gallery_thumb .list_float ul li:nth-child(odd){
	clear: both;
}
@media screen and (max-width: 767px){
	.detail_main_gallery_thumb .list_float ul li {
		width: 25%;
	}
	.detail_main_gallery_thumb .list_float ul li:nth-child(odd){
		clear: none;
	}
	.detail_main_gallery_thumb .list_float ul li:nth-child(4n+1){
		clear: both;
	}
}
.detail_main_gallery_thumb img {
	width: 100%;
	height: auto;
	cursor: pointer;
}
/*-------------------------------------------------------------*/
/* detail_main_message */
.detail_main_message {
	display: table;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}
.detail_main_message_head {
	color: inherit;
	font-size: 1.25rem;
	font-feature-settings: 'palt';
	margin: 0 0 0.5em;
}
.detail_main_message_image {
	display: table-cell;
	vertical-align: top;
	width: 25%;
	padding-right: 1rem;
}
.detail_main_message_image img {
	width: 100%;
	height: auto;
}
.detail_main_message_text {
	display: table-cell;
	vertical-align: top;
}
@media screen and (max-width: 767px){
	.detail_main_message {
		display: block;
		width: auto;
	}
	.detail_main_message_image {
		display: block;
		width: 16rem;
		padding: 0;
		margin: 0 auto 1rem;
	}
	.detail_main_message_text {
		display: block;
		width: auto;
	}
}
.detail_main_figure {
	margin: 1rem -1rem 1.5rem;
}
.detail_main_figure > div {
	display: table;
	border-collapse: separate;
	border-spacing: 1rem 0;
	width: 100%;
	table-layout: fixed;
}
.detail_main_figure figure {
	display: table-cell;
	vertical-align: top;
}
.detail_main_figure img {
	width: 100%;
	height: auto;
}
.detail_main_figure figcaption {
	margin: 0.5rem 0 0;
	font-size: 0.83rem;
	line-height: 1.25;
}
.detail_main_figure figcaption br {
	display: none;
}
/*-------------------------------------------------------------*/
/* detail_main_review */
.detail_main_review {
	padding: 0 0 1rem;
	margin: 0 0 1.5rem;
	border-bottom: solid 1px #ebebeb;
}
.detail_main_review:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}
.detail_main_review .page_text {
	padding-top: 1rem;
	padding-left: 0.75rem;
	padding-right: 0.75rem;
}
@media screen and (max-width: 767px){
	.detail_main_review .page_text {
		padding-left: 0;
		padding-right: 0;
	}
	.detail_main_review .list_review_late {
		display: block;
		margin: 0 0 0.25rem;
	}
	.detail_main_review .list_review_name {
		margin-left: 0.25rem;
	}
}
/*-------------------------------------------------------------*/
/* detail_main_gmap */
.detail_main_gmap {
	margin: 0 0 1.5rem;
}
.detail_main_gmap_main {}
.detail_main_gmap_text {}
.gmap {}
.gmap img {
	width: 100%;
	height: auto;
}
.gmap_balloon {
	position: relative;
	padding: 0;
	width: 20rem;
}
.gmap_balloon_info {
	padding: 0 6rem 0 0;
	min-height: 6rem;
}
.gmap_balloon_review {
	padding: 0.33rem 0 0;
}
.gmap_balloon_image {
	position: absolute;
	right: 0;
	top: 0;
}
.gmap_balloon_image > span {
	display: block;
	position: relative;
	overflow: hidden;
	width: 3.5rem;
	height: 3.5rem;
	border-radius: 5px;
	background: rgb(244,244,244);
	background: -moz-linear-gradient(-45deg, rgba(244,244,244,1)0%, rgba(255,255,255,1)100%);
	background: -webkit-linear-gradient(-45deg, rgba(244,244,244,1)0%,rgba(255,255,255,1)100%);
	background: linear-gradient(135deg, rgba(244,244,244,1)0%,rgba(255,255,255,1)100%);
}
.gmap_balloon_image > span::after {
	content: 'No image';
	display: inline-block;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 2;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	font-size: 0.5rem;
	font-weight: bold;
	color: #ccc;
}
.gmap_balloon_image > span img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	height: 3.25rem;
	width: auto;
}
.gmap_balloon_button {
	position: absolute;
	right: 0;
	top: 4rem;
}
.gmap_balloon_button .btn {
	padding: 0.25rem;
}
.gmap_balloon_head {
	font-size: 1rem;
	font-weight: bold;
	margin: 0 0 0.5rem;
	padding: 0;
}
.gmap_balloon_head a {}
.gmap_balloon_address {
	font-size: 0.75rem;
	line-height: 1.25;
	margin: 0 0 0.5rem;
}
.gmap_balloon_cate {}
.gmap_balloon_cate span {
	display: inline-block;
	margin: 0 0.25rem 0.25rem 0;
	padding: 0.125rem 0.5rem;
	font-size: 0.6875rem;
	line-height: 1;
	border: solid 1px #c1c1c1;
	border-radius: 0.75rem;
}
.gmap_form {
	margin: 1rem 0 0;
}
/*-------------------------------------------------------------*/
/* detail_main_gmap */
.detail_main_staff {
	margin: 0 0 2rem;
}
.detail_main_staff_profile::before,.detail_main_staff_profile::after {
	content: '';
	display: table;
	border-collapse: collapse;
}
.detail_main_staff_profile::after {
	clear: both;
}
.detail_main_staff_profile {
	margin: 0 0 1.5rem;
}
.detail_main_staff_profile_image {
	float:left;
	width: 25%;
	overflow: hidden;
	position: relative;
	background-color: #f1f1f1;
}
.detail_main_staff_profile_image::before {
	content: '';
	display: block;
	padding: 100% 0 0;
	position: relative;
	z-index: 1;
}
.detail_main_staff_profile_image img {
	width: auto;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.detail_main_staff_profile_text {
	float:left;
	width: 75%;
	padding-left: 1.5rem;
}
.detail_main_staff_head {
	font-size: 1.33rem;
	margin: 0 0 0.75rem;
}
.detail_main_staff_head small {
	font-size: 1rem;
	font-weight: normal;
	color: #595757;
	margin: 0 0 0 1rem;
}
.detail_main_staff_subhead {
	font-size: 1rem;
	margin: 0 0 0.5rem;
}
.detail_main_staff_message {
	border-radius: 8px;
	background: #faf7e8;
	padding: 1rem;
}
.detail_main_staff_gallery {}
.detail_main_staff_gallery > ul {}
.detail_main_staff_gallery > ul > li {
	width: 33.33%;
}
.detail_main_staff_gallery_image {}
.detail_main_staff_gallery_image img {
	width: 100%;
	height: auto;
}
/*-------------------------------------------------------------*/
/* detail_main_morelink */
.detail_main_morelink {
	text-align:right;
	margin: 1rem 0 0;
}
.detail_main_morelink a::before {
	content: "\f3d3";
	display: inline-block;
	font-family: "Ionicons";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-rendering: auto;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin: 0 0.5rem 0 0;
}
/*-------------------------------------------------------------*/
/* search items */
.detail_main_job {
	border: solid 2px #f99599;
	margin: 4rem 0 2rem;
	padding: 1rem;
	position: relative;
}
.detail_main_job_head {
	font-size: 1.25rem;
	line-height: 3rem;
	position: absolute;
	left: 3px;
	top: -3rem;
	height: 3rem;
	background: #f99599;
	color: #fff;
	padding: 0 3rem 0 1rem;
	border-radius: 4px 4px 0 0;
	max-width: 80%;
}
.detail_main_job_head::before {
	content: "\f376";
	display: inline-block;
	font-family: "Ionicons";
	font-size: 1.5rem;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-rendering: auto;
	line-height: 3rem;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin: 0 0.75rem 0 0;
}
/*-------------------------------------------------------------*/
/* detail_main_info */
.detail_main_info {
	display: table;
	border-collapse: separate;
	border-spacing: 0;
	width: 100%;
	border-top: 1px solid #dedede;
	padding: 1rem 0 0;
}
.detail_main_info:first-of-type {
	border-top: none;
	padding-top: 0;
}
.detail_main_info_head {
	font-size: 1.125rem;
	font-feature-settings: 'palt';
	line-height: 1.125;
	margin: 0 0 1rem;
	padding: 0.75rem;
	display: table-caption;
	border-radius: 5px;
	background: #f99599;
	color: #fff;
	position: relative;
}
.detail_main_info_head::after {
	content: '';
	position: absolute;
	left: 3rem;
	bottom: -1.75rem;
	border-width: 1rem 0.5rem 1rem 0.5rem;
	border-style: solid;
	border-color: #f99599 transparent transparent transparent;
	z-index: 1;
}
.detail_main_info_image {
	display: table-cell;
	vertical-align: top;
	width: 33.33%;
	padding-right: 1rem;
}
.detail_main_info_image img {
	width: 100%;
	height: auto;
}
.detail_main_info_text {
	display: table-cell;
	vertical-align: top;
	position: relative;
}
.detail_main_info_date {
	background: #f1f1f1;
	padding: 0.33rem 0.5rem;
	margin: 0 0 1rem;
	font-size: 0.83rem;
	line-height: 1rem;
	color: #595757;
	display: inline-block;
	border-radius: 5px;
	position: static;
	right: 0;
	top: 0;
}
@media screen and (max-width: 767px){
	.detail_main_info {
		display: block;
		width: auto;
	}
	.detail_main_info_head {
		display: block;
	}
	.detail_main_info_image {
		display: block;
		width: 16rem;
		padding: 0;
		margin: 0 auto 1rem;
	}
	.detail_main_info_text {
		display: block;
		width: auto;
		padding: 0;
	}
	.detail_main_info_date {
		position: static;
	}
}
.detail_main_figure {
	margin: 1rem -1rem 1.5rem;
}
.detail_main_figure > div {
	display: table;
	border-collapse: separate;
	border-spacing: 1rem 0;
	width: 100%;
	table-layout: fixed;
}
.detail_main_figure figure {
	display: table-cell;
	vertical-align: top;
}
.detail_main_figure img {
	width: 100%;
	height: auto;
}
.detail_main_figure figcaption {
	margin: 0.5rem 0 0;
	font-size: 0.83rem;
	line-height: 1.25;
}
.detail_main_figure figcaption br {
	display: none;
}
/*-------------------------------------------------------------*/
/* detail_main_column */
.detail_main_column::before,.detail_main_column::after {
	content: '';
	 display: table;
}
.detail_main_column::after {
	clear: both;
}
.detail_main_column {
	*zoom: 1;
}
.detail_main_column {
	margin: 0 0 1.5rem;
	padding: 2rem 1rem 0;
}
.detail_main_column_head {
	position: relative;
	color: inherit;
	font-size: 1.5rem;
	font-feature-settings: 'palt';
	margin: 0 0 1rem;
	padding: 0 0 0 1.25rem;
	line-height: 1.43;
}
.detail_main_column_head::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: auto;
	left: 0;
	bottom: 0;
	width: 0.25rem;
	background: #fbd475;
}
.detail_main_column_image {
	float:left;
	width: 25%;
	margin: 0 1rem 1rem 0;
}
.detail_main_column_image img {
	width: 100%;
	height: auto;
}
.detail_main_column_text {
	position: relative;
}
@media screen and (max-width: 767px){
	.detail_main_column {
		padding: 0;
	}
	.detail_main_column_image {
		float: none;
		width: auto;
		margin: 0 0 0.5rem;
	}
	.detail_main_column_text {}
}
.detail_main_column_info {
	position: absolute;
	width: 100%;
	left: 0;
	top: -2rem;
	font-size: 0.75rem;
	text-align:right;
}
.detail_main_column_info em {
	background-color: #faf7e8;
	line-height: 1rem;
	padding: 0.25rem 0.5rem;
}
.detail_main_column_author {
	font-size: 0.75rem;
	color: #595757;
	margin: 2rem 0 0;
}
.detail_main_column_body {}
.detail_main_column_body h3 {
	font-size: 1.25rem;
	margin: 0 0 0.5rem;
	padding: 1rem 0 0;
	position: relative;
}
.detail_main_column_body h3:first-of-type {
	border-top: dashed 1px #ebebeb;
}
.detail_main_column_body h3::before {
	content: '';
	display: block;
	position: absolute;
	left: -2rem;
	bottom: 1rem;
	width: 1.5rem;
	height: 0.25rem;
	background: #fbd475;
}
@media screen and (max-width: 767px){
	.detail_main_column_info {
		position: static;
		width: auto;
		margin: 0 0 0.5rem;
	}
}
/*-------------------------------------------------------------*/
/* search items */
.section_search_items {
	margin: 1rem 0 2rem;
}
.section_search_items > div {
	border: solid 2px #f99599;
	padding: 1rem;
}
@media screen and (max-width: 767px){
	.section_search_items > div {
		padding: 0.75rem;
	}
}
.section_search_item {
	margin: 0 0 1rem;
}
.section_search_item .page_text {
	padding-left: 1rem;
	padding-right: 1rem;
}
.section_search_items .box_btn {
	text-align: center;
	margin: 1rem 0 0;
}
.section_search_items .box_btn .btn {
	padding: 0.75em 1em;
}
/*-------------------------------------------------------------*/
/* search result */
.section_search_result {
	margin: 0 0 4rem;
}
@media screen and (max-width: 767px){
	.section_search_result {
		margin: 0 0 2rem;
	}
}
.section_search_result div[align] img {
	width: 100%;
	height: auto;
}
.search_result_header {
	position: relative;
	margin: 0 0 2rem;
	padding: 0 0 0.75rem;
	border-bottom: solid 2px #f99599;
}
.search_result_header .box_btn {}
.search_result_header i {
	margin: 0 0.5rem 0 0;
}
.search_result_func {
	position: absolute;
	right: 0;
	bottom: 0.75rem;
}
.search_result_func .btn {
	width: 14rem;
	padding: 0.66rem 0;
	margin: 0 0 0 0.25rem;
}
@media screen and (max-width: 767px){
	.search_result_header .box_btn {
		margin: 0 0 0.75rem;
	}
	.search_result_func {
		width: auto;
		position: static;
	}
	.search_result_func .btn {
		width: 100%;
		padding: 0.66rem 0;
		margin: 0 0 0.25rem;
	}
	.search_result_func .btn:last-child {
		margin-bottom: 0;
	}
}
/*-------------------------------------------------------------*/
/* search item */
.search_result_item::before,.search_result_item::after {
	content: '';
	 display: table;
}
.search_result_item::after {
	clear: both;
}
.search_result_item {
	border: solid 1px #eee;
	box-shadow: 0 2px 0.5rem -1px rgba(0,0,0,0.15);
	border-radius: 5px;
	padding: 1.75rem;
	margin: 0 0 1rem;
}
.search_result_item_text {
	float:left;
	width: 66.66%;
	margin: 0 0 1.75rem;
}
.search_result_item_image {
	position: relative;
	overflow: hidden;
	float:left;
	width: 33.33%;
	background: rgb(244,244,244);
	background: -moz-linear-gradient(-45deg, rgba(244,244,244,1)0%, rgba(255,255,255,1)100%);
	background: -webkit-linear-gradient(-45deg, rgba(244,244,244,1)0%,rgba(255,255,255,1)100%);
	background: linear-gradient(135deg, rgba(244,244,244,1)0%,rgba(255,255,255,1)100%);
}
.search_result_item_image::before {
	position: relative;
	z-index: 1;
	content: '';
	display: block;
	padding: 66.66% 0 0;
	border-style: solid;
	border-width: 1px;
	border-color: transparent rgb(244,244,244)rgb(244,244,244)transparent;
}
.search_result_item_image::after {
	content: 'No image';
	display: inline-block;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 2;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	font-weight: bold;
	color: #ccc;
}
.search_result_label_open {
	display: block;
	background-color: rgba(76,186,122,0.96);
	color: #fff;
	padding: 0.33rem 0.5rem;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 4;
}
.search_result_item_image a {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
}
.search_result_item_image img {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 3;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width: 100%;
	height: auto;
}
.search_result_item_text {
	padding: 0 0 0 1.75rem;
}
.search_result_item_text .table .btn {
	font-size: 0.66rem;
	padding: 0.25rem 0.33rem;
	margin: 0 0 0 0.5rem;
}
.search_result_review_info {
	background-color: #faf7e8;
	line-height: 1;
	padding: 0.5rem;
	margin: 0 0 0.75rem;
}
.search_result_review_info .late {
	color: #595757;
}
.search_result_review_info .late em {
	color: #f4a81e;
}
.search_result_review_info .name {
	margin: 0 0 0 1rem;
	font-weight: bold;
	color: #139b4c;
}
.search_result_item_func {
	clear: both;
	margin: 0;
	padding: 0.5rem;
	background: #f5f5f5;
	border-radius: 5px;
	text-align: center;
}
.search_result_item_func > div {
	display: inline-block;
	width: 12rem;
	margin: 0 0.25rem;
	vertical-align: bottom;
}
@media screen and (max-width: 767px){
	.search_result_item_func {
		display: block;
		height: auto;
		padding: 0;
		margin: 1rem 0 0;
		background: none;
	}
	.search_result_item_func > div {
		display: block;
		height: 3rem;
		width: auto;
		margin: 0 0 0.5rem;
	}
	.search_result_item_func > div:last-child {
		margin-bottom: 0;
	}
}
.search_result_item_func a {
	display: table;
	width: 100%;
	height: 2.5rem;
	border-collapse: separate;
	border-spacing: 0;
	padding: 0.25rem 0;
	margin: 0;
	border-radius: 5px;
	border: solid 2px #ccc;
	background: #fff;
}
.search_result_item_func a > i {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 3rem;
	font-size: 1.5rem;
	border-right: solid 1px #ccc;
}
.search_result_item_func .ion-android-checkbox-outline {
	color: #d23939;
}
.search_result_item_func .ion-android-call {
	color: #5059c5;
}
.search_result_item_func .ion-android-contact {
	color: #f4a81e;
}
.search_result_item_func .ion-ios-printer-outline {}
.search_result_item_func a > span {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.search_result_item_func .ion-android-call + span {
	font-weight: bold;
}
@media screen and (max-width: 767px){
	.search_result_item_image {
		float: none;
		width: 15rem;
		margin: 0 auto 1rem;
	}
	.search_result_item_text {
		float: none;
		width: auto;
		padding: 0;
		margin: 0;
	}
}
/*-------------------------------------------------------------*/
/* search item */
.section_review_form {
	padding: 0 0 2rem;
}
.section_review_form .base_wrap {}
/*-------------------------------------------------------------*/
/* section_near */
.section_near {
	padding: 0 0 2rem;
}
