#content_section {
    max-width: 1260px;
    box-sizing: border-box;
    padding: 0 30px;
    margin: 0 auto;
}
.zestoresearch_body {
	font-size: 14px;
}
.zestoresearch_body img, .zestoresearch_icon img {
	max-width: 100%;
}
#zestoresearch,
.zestoresearch {
	margin-bottom: 50px;
}
.zestoresearch_box {
	position: relative;
	margin-bottom: 10px;
}
.zestoresearch_box_name {
	height: 50px;
	box-sizing: border-box;
	padding: 6px 8px 6px 35px;
	width: 100%;
    border: 1px solid #d1d1d1;
    border-radius: 4px;
}
.zestoresearch_box_name::placeholder {
	color: #d1d1d1;
}
.zestoresearch_box_btn {
    width: 40px;
	border: none;
    background: none;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.zestoresearch_icon {
	width: 20px;
	margin: 0 auto;
}
.zestoresearch_location{
    display: flex;
}
.zestoresearch_location_left {
	width: 50%;
	display: flex;
    align-items: center;
    justify-content: center;
	flex-direction: column;
	margin-right: 5px;
}
.zestoresearch_location_right {
	width: 50%;
	margin-left: 5px;
}
.zestoresearch_location_current {
	display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    flex-direction: column;
    width: 100%;
    background: #ee0000;
    border-radius: 4px;
    cursor: pointer;
}
.zestoresearch_location_current:hover {
	opacity: .8;
}
.zestoresearch_location_current_label {
	color: white;
	display: flex;
    align-items: center;
    justify-content: center;
}
.zestoresearch_location_current_label img {
	width: 20px;
	margin-right: 5px;
}
.zestoresearch_location_area {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    border-radius: 4px;
    border: 1px solid #bcbcbc;
    background: white;
    margin-bottom: 10px;
    cursor: pointer;
    transition: 0.5s;
}
.zestoresearch_location_area:hover {
	background: #ccc;
}
.zestoresearch_location_area.is_active {
	background: #ccc;
}
.zestoresearch_location_area_label {
	display: flex;
    align-items: center;
    justify-content: center;
}
.zestoresearch_location_area_label img {
	width: 15px;
	margin-right: 5px;
}
.zestoresearch_location_conditions {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    border-radius: 4px;
    border: 1px solid #bcbcbc;
    background: white;
    cursor: pointer;
	transition: 0.5s;
}
.zestoresearch_location_conditions:hover {
	background: #ccc;
}
.zestoresearch_location_conditions.is_active {
	background: #ccc;
}
.zestoresearch_location_conditions_label {
	display: flex;
    align-items: center;
    justify-content: center;
}

.zestoresearch_location_conditions_label img {
	width: 15px;
	margin-right: 5px;
}

.zestoresearch_list {}
.zestoresearch_list img {
	max-width: 100%;
}
.zestoresearch_list_item {
	margin-bottom: 20px;
	border-radius: 4px;
	background: white;
    padding: 20px;
    box-shadow: 0 3px 6px rgb(0 0 0 / 15%);
    cursor: pointer;
	transition: 0.5s;
}
.zestoresearch_list_item:hover {
	background: #ccc;
}
.zestoresearch_list_itemtitle {
    display: flex;
    align-items: center;
	margin-bottom: 20px;
}
.zestoresearch_list_itemtitle_img {
	width: 50px;
	margin-right: 10px;
}
.zestoresearch_list_itemtitle_name {
	font-size: 16px;
	font-weight: bold;
}
.zestoresearch_list_itemdetail {}
.zestoresearch_list_itemdetail_info {
    margin-bottom: 40px;
}
.zestoresearch_list_itemdetail_infotdata {
	font-size: 12px;
	border-bottom: 1px solid #ececec;
	margin-bottom: 5px;
    padding-bottom: 5px;
}
.zestoresearch_list_itemdetail_infotdata_time {
	font-size: 14px;
	font-weight: bold;
	display: flex;
    align-items: center;
    margin-bottom: 5px;
}
.zestoresearch_list_itemdetail_infotdata_time.is_open:after{
	border-radius: 50%;
    content: "";
    width: 5px;
    height: 5px;
    background: yellowgreen;
    margin-left: 5px;
}
.zestoresearch_list_itemdetail_linkapp {
	margin-bottom: 10px;
}
.zestoresearch_list_itemdetail_linkapp a,
.zestoresearch_list_itemdetail_linkecstore a {
	display: flex;
    align-items: center;
    padding: 5px;
    border: 1px solid #ececec;
    border-radius: 4px;
	color: #333;
    text-decoration: none;
    font-weight: bold;
    padding: 8px;
    background: white;
}
.zestoresearch_list_itemdetail_linkapp a:hover,
.zestoresearch_list_itemdetail_linkecstore a:hover {
	opacity: .8;
}
.zestoresearch_list_itemdetail_linkapp a img,
.zestoresearch_list_itemdetail_linkecstore a img {
	width: 30px;
    margin-right: 15px;
}
.zestoresearch_list_itemdetail_linkapp.ctabtn_none {
/*	display: none;*/
}
.zestoresearch_list_itemdetail_linkapp.ctabtn_ubereats a {
	background-color: #06C167;
	background-image: url("https://recovery-ub.jp/resource/image/ubereats.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 130px;
	border: 1px solid #06C167;
	height: 42px;
    box-sizing: border-box;
	font-size: 0;
}
.zestoresearch_list_itemdetail_linkapp.ctabtn_demae a {
	background-color: #e83434;
	background-image: url("https://recovery-ub.jp/resource/image/demaecan.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100px;
	border: 1px solid #e83434;
	height: 42px;
    box-sizing: border-box;
	font-size: 0;
}
.zestoresearch_list_itemdetail_linkapp.ctabtn_wolt a {
	background-color: #00c2e8;
	background-image: url("https://recovery-ub.jp/resource/image/wolt.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 60px;
	border: 1px solid #00c2e8;
	height: 42px;
    box-sizing: border-box;
	font-size: 0;
}
.zestoresearch_list_itemdetail_linkapp.ctabtn_tabelog a {
	background-image: url("https://recovery-ub.jp/resource/image/tabelog.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100px;
	height: 42px;
    box-sizing: border-box;
	font-size: 0;
}
.zestoresearch_list_itemdetail_linkapp.ctabtn_gnavi a {
	background-image: url("https://recovery-ub.jp/resource/image/gnavi.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 65px;
	height: 42px;
    box-sizing: border-box;
	font-size: 0;
}
.zestoresearch_list_itemdetail_linkapp.ctabtn_hotpepper a {
	background-image: url("https://recovery-ub.jp/resource/image/hotpepper.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 80px;
	height: 42px;
    box-sizing: border-box;
	border: 1px solid #d1131c;
	background-color: #d1131c;
	font-size: 0;
}
.zestoresearch_list_itemdetail_linkapp.ctabtn_epark a {
	background-image: url("https://recovery-ub.jp/resource/image/epark.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 65px;
	height: 42px;
    box-sizing: border-box;
	font-size: 0;
}
.zestoresearch_list_itemdetail_linkapp.ctabtn_menu a {
	background-image: url("https://recovery-ub.jp/resource/image/menu.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 90px;
	height: 42px;
    box-sizing: border-box;
	font-size: 0;
}
.zestoresearch_list_itemdetail_linkapp.ctabtn_tablecheck a {
	background-image: url("https://recovery-ub.jp/resource/image/tablecheck.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 110px;
	height: 42px;
    box-sizing: border-box;
	font-size: 0;
}
.zestoresearch_list_itemdetail_linkapp.ctabtn_opentable a {
	background-image: url("https://recovery-ub.jp/resource/image/opentable.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 120px;
	height: 42px;
    box-sizing: border-box;
	font-size: 0;
}
.zestoresearch_list_itemdetail_linkapp.ctabtn_ikyu a {
	background-image: url("https://recovery-ub.jp/resource/image/ikyu.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 70px;
	height: 42px;
    box-sizing: border-box;
	font-size: 0;
}
.zestoresearch_list_itemdetail_linkapp.ctabtn_ozmall a {
	background-image: url("https://recovery-ub.jp/resource/image/ozmall.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 80px;
	height: 42px;
    box-sizing: border-box;
	font-size: 0;
}
.zestoresearch_list_itemdetail_linkapp.ctabtn_toreta a {
	background-image: url("https://recovery-ub.jp/resource/image/toreta.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 95px;
	height: 42px;
    box-sizing: border-box;
	font-size: 0;
}
.zestoresearch_list_itemdetail_linkapp.ctabtn_retty a {
	background-image: url("https://recovery-ub.jp/resource/image/retty.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 60px;
	height: 42px;
    box-sizing: border-box;
	font-size: 0;
}
.zestoresearch_list_itemdetail_linkapp.ctabtn_hitosara a {
	background-image: url("https://recovery-ub.jp/resource/image/hitosara.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 80px;
	height: 42px;
    box-sizing: border-box;
	font-size: 0;
}
.zestoresearch_list_itemdetail_linkapp.ctabtn_ebisol a {
	background-image: url("https://recovery-ub.jp/resource/image/ebisol.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 90px;
	height: 42px;
    box-sizing: border-box;
	font-size: 0;
}
.zestoresearch_list_itemdetail_linkapp.ctabtn_ekiten a {
	background-image: url("https://recovery-ub.jp/resource/image/ekiten.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 65px;
	height: 42px;
    box-sizing: border-box;
	font-size: 0;
}

.zestoresearch_list_more {
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ececec;
    border-radius: 25px;
    margin: 50px auto;
    width: 80%;
    max-width: 400px;
    padding: 5px;
    background: white;
}

.zestoresearch_list_more:hover {
  background: #ccc;
}

#zestoresearch_menu, .zestoresearch_menu {
	position: relative;
}
.zestoresearch_menuselected {
	display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 20px;
    background: white;
    box-shadow: 0 3px 6px rgb(0 0 0 / 15%);
	z-index: 111;
}
.reset_btn {
	background: #b1b1b1;
    color: white;
    border-radius: 4px;
    border: none;
    padding: 4px 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 50px;
    cursor: pointer;
}
.zestoresearch_menuselected_conditionslist {
	margin-top: 30px;
}
.zestoresearch_menuselected_checkbox {
	margin-bottom: 15px;
    padding-left: 30px;
    display: block;
    font-size: 18px;
    cursor: pointer;
    position: relative;
}
.zestoresearch_menuselected_checkbox input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.zestoresearch_menuselected_checkboxindicator {
	width: 20px;
    height: 20px;
    background: white;
    border-radius: 50%;
    border: 1px solid #7b7b7b;
    position: absolute;
    top: 2px;
    left: 0;
}
.zestoresearch_menuselected_checkbox .zestoresearch_menuselected_checkboxindicator::after {
    content: "";
    position: absolute;
    width: 5px;
    height: 8px;
    border: solid #7b7b7b;
    border-width: 0 2px 2px 0;
    left: 8px;
    top: 4px;
    transform: rotate(45deg);
}
.zestoresearch_menuselected_checkbox input:checked ~ .zestoresearch_menuselected_checkboxindicator {
    border: 1px solid #00c1a5;
    background: #00c1a5;
}
.zestoresearch_menuselected_checkbox input:checked ~ .zestoresearch_menuselected_checkboxindicator::after {
    border: solid white;
    border-width: 0 2px 2px 0;
}
.areaselected.is_active {
	display: block;
}
.conditionsselected.is_active {
	display: block;
}
ul.areaselected_list {
	list-style: none;
	padding: 0;
	margin: 0 0 10px;
	border: 1px solid #ccc;
    border-radius: 4px;
}
ul.areaselected_list > li > a {
	color: #333;
	text-decoration: none;
	display: block;
	padding: 14px 10px;
}
ul.areaselected_list li ul {
	display: none;
	list-style: none;
	padding: 0;
	margin: 0;
}
ul.areaselected_list li ul li a {
	color: #333;
	text-decoration: none;
	display: block;
    padding: 10px 10px 10px 20px;
}

.zestoresearch_title {
	font-size: 20px;
    font-weight: bold;
    margin: 0 0 10px;
}
.zestoresearch_headingtitle {
	margin: 0;
    font-size: 18px;
    font-weight: bold;
}
.zestoresearch_detail_time {
	color: yellowgreen;
	display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.zestoresearch_detail_time:before {
	border-radius: 50%;
    content: "";
    width: 5px;
    height: 5px;
    background: yellowgreen;
    margin-right: 5px;
}
.zestoresearch_detail_addr {
	margin-bottom: 10px;
}

.zestoresearch_detail_content {
	padding: 15px;
	margin-bottom: 10px;
}
.zestoresearch_detail_contentwh {
	padding: 20px;
	background: white;
	margin: 20px 0;
	box-shadow: 0 3px 6px rgb(0 0 0 / 15%);
}
.zestoresearch_detail_contenthead {
    font-size: 16px;
    font-weight: bold;
    position: relative;
    cursor: pointer;
}
.zestoresearch_detail_contenthead_no {
    font-size: 16px;
    font-weight: bold;
    position: relative;
}
.zestoresearch_detail_contentbody {
	padding-top: 10px;
}
.zestoresearch_detail_contentbody_photo {
	padding-top: 5px;
	margin-bottom: 10px;
}
.zestoresearch_detail_contentbody_title {
	font-weight: bold;
    margin-bottom: 5px;
}
dl.zestoresearch_detail_contentbody_business {
	display: flex;
    margin: 10px 0;
}
dl.zestoresearch_detail_contentbody_business.is_today {
    color: yellowgreen;
}
dl.zestoresearch_detail_contentbody_business dt {
	width: 100px;
}
dl.zestoresearch_detail_contentbody_business dd {
	width: calc(100% - 100px);
}
dl.zestoresearch_detail_contentbody_business .business_specialhours {
	font-size: 10px;
}

/* Dots */
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}
.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}
.slick-dots li button:before {
	content:" ";
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    text-align: center;
    opacity: .25;
    background-color: black;
	border-radius: 50%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
}
.zestoresearch_detail_map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%;
  margin-bottom: 20px;
}
.zestoresearch_detail_map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.zestoresearch_detail_btnlist {
	margin: 0 -5px;
	display: flex;
    flex-wrap: wrap;
}
.zestoresearch_detail_btnlist_harf {
	width: 50%;
	padding: 0 5px;
	box-sizing: border-box;
}
.zestoresearch_detail_btnlist_own {
	width: 100%;
	padding: 0 5px;
	box-sizing: border-box;
}
.zestoresearch_detail_btnlist_harf a,
.zestoresearch_detail_btnlist_own a {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ee0000;
    margin-bottom: 10px;
    color: white;
    height: 50px;
    text-decoration: none;
    border-radius: 4px;
}
.zestoresearch_detail_btnlist_harf a:hover,
.zestoresearch_detail_btnlist_own a:hover {
	opacity: .8;
}
.zestoresearch_detail_btnlist_harf a img,
.zestoresearch_detail_btnlist_own a img {
	width: 20px;
	margin-right: 5px;
}
.zestoresearch_detail_btnlist_own.ctabtn_none {
	/*display: none;*/
}
.zestoresearch_detail_btnlist_own.ctabtn_ubereats a {
	background-color: #06C167;
	background-image: url("https://recovery-ub.jp/resource/image/ubereats.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 130px;
	border: 1px solid #06C167;
	font-size: 0;
}
.zestoresearch_detail_btnlist_own.ctabtn_demae a {
	background-color: #e83434;
	background-image: url("https://recovery-ub.jp/resource/image/demaecan.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100px;
	border: 1px solid #e83434;
	font-size: 0;
}
.zestoresearch_detail_btnlist_own.ctabtn_wolt a {
	background-color: #00c2e8;
	background-image: url("https://recovery-ub.jp/resource/image/wolt.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 60px;
	border: 1px solid #00c2e8;
	font-size: 0;
}
.zestoresearch_detail_btnlist_own.ctabtn_tabelog a {
	background-image: url("https://recovery-ub.jp/resource/image/tabelog.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100px;
	font-size: 0;
	border: 1px solid #ececec;
	background-color: white;
}
.zestoresearch_detail_btnlist_own.ctabtn_gnavi a {
	background-image: url("https://recovery-ub.jp/resource/image/gnavi.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 65px;
	font-size: 0;
	border: 1px solid #ececec;
	background-color: white;
}
.zestoresearch_detail_btnlist_own.ctabtn_hotpepper a {
	background-image: url("https://recovery-ub.jp/resource/image/hotpepper.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 80px;
    box-sizing: border-box;
    border: 1px solid #d1131c;
    background-color: #d1131c;
	font-size: 0;
}
.zestoresearch_detail_btnlist_own.ctabtn_epark a {
	background-image: url("https://recovery-ub.jp/resource/image/epark.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 65px;
	font-size: 0;
	border: 1px solid #ececec;
	background-color: white;
}
.zestoresearch_detail_btnlist_own.ctabtn_menu a {
	background-image: url("https://recovery-ub.jp/resource/image/menu.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 90px;
	font-size: 0;
	border: 1px solid #ececec;
	background-color: white;
}
.zestoresearch_detail_btnlist_own.ctabtn_tablecheck a {
	background-image: url("https://recovery-ub.jp/resource/image/tablecheck.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 110px;
	font-size: 0;
	border: 1px solid #ececec;
	background-color: white;
}
.zestoresearch_detail_btnlist_own.ctabtn_opentable a {
	background-image: url("https://recovery-ub.jp/resource/image/opentable.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 120px;
	font-size: 0;
	border: 1px solid #ececec;
	background-color: white;
}
.zestoresearch_detail_btnlist_own.ctabtn_ikyu a {
	background-image: url("https://recovery-ub.jp/resource/image/ikyu.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 70px;
	font-size: 0;
	border: 1px solid #ececec;
	background-color: white;
}
.zestoresearch_detail_btnlist_own.ctabtn_ozmall a {
	background-image: url("https://recovery-ub.jp/resource/image/ozmall.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 80px;
	font-size: 0;
	border: 1px solid #ececec;
	background-color: white;
}
.zestoresearch_detail_btnlist_own.ctabtn_toreta a {
	background-image: url("https://recovery-ub.jp/resource/image/toreta.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 95px;
	font-size: 0;
	border: 1px solid #ececec;
	background-color: white;
}
.zestoresearch_detail_btnlist_own.ctabtn_retty a {
	background-image: url("https://recovery-ub.jp/resource/image/retty.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 60px;
	font-size: 0;
	border: 1px solid #ececec;
	background-color: white;
}
.zestoresearch_detail_btnlist_own.ctabtn_hitosara a {
	background-image: url("https://recovery-ub.jp/resource/image/hitosara.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 80px;
	font-size: 0;
	border: 1px solid #ececec;
	background-color: white;
}
.zestoresearch_detail_btnlist_own.ctabtn_ebisol a {
	background-image: url("https://recovery-ub.jp/resource/image/ebisol.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 90px;
	font-size: 0;
	border: 1px solid #ececec;
	background-color: white;
}
.zestoresearch_detail_btnlist_own.ctabtn_ekiten a {
	background-image: url("https://recovery-ub.jp/resource/image/ekiten.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 65px;
	font-size: 0;
	border: 1px solid #ececec;
	background-color: white;
}


.zestoresearch_detail_contentbody_column {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}
.zestoresearch_detail_contentbody_column_item {
	width: calc(100% / 2);
	padding: 10px 5px;
	box-sizing: border-box;
}
.zestoresearch_detail_contentbody_column_itemphoto {
	margin-bottom: 10px;
}
.zestoresearch_detail_contentbody_column_itemtitle {
	font-weight: bold;
	margin-bottom: 5px;
}
.zestoresearch_detail_contentbody_service {
	display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 0 20px;
}
.zestoresearch_detail_contentbody_service_item {
	display: flex;
    align-items: center;
    width: 50%;
	padding: 10px 0;
    box-sizing: border-box;
}
.zestoresearch_detail_contentbody_service_item img {
	width: 30px;
	margin-right: 10px;
}
.zestoresearch_detail_contentbody_service_item a {
	color: initial;
}
.zestoresearch_detail_contentbody_payment {
	display: flex;
    align-items: center;
	flex-wrap: wrap;
	margin: 0 -5px;
}
.zestoresearch_detail_contentbody_payment_item {
	padding: 5px;
    box-sizing: border-box;
    text-align: center;
}
.zestoresearch_detail_contentbody_payment_item img {
	width: 44px;
	height: 44px;
}
.zestoresearch_detail_contentbody_campaign {
	display: flex;
    align-items: center;
	flex-wrap: wrap;
	margin: 0 -5px;
}
.zestoresearch_detail_contentbody_campaignc_item {
	width: calc(100% / 2);
	padding: 5px;
	box-sizing: border-box;
	text-align: center;
}
.zestoresearch_detail_contentbody_campaignc_item img {
	width: 160px;
}
.zestoresearch_ctt_scroll {
	overflow: scroll;
}
.zestoresearch_ctt_scroll .shufoo-list-parent {
	width: 100% !important;
}
.zestoresearch_detail_contentbody_bnr {
	display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0;
}
.zestoresearch_detail_contentbody_bnr_item {
    width: 100%;
    padding: 5px 0;
    box-sizing: border-box;
    text-align: center;
}
.zestoresearch_detail_contentbody_bnr_item img {
	width: 330px;
}
.zestoresearch_detail_contentbody_storeservice {
	display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}
.zestoresearch_detail_contentbody_storeservice_item {
	width: calc(100% / 2);
	padding: 5px;
	box-sizing: border-box;
}
.zestoresearch_detail_contentbody_storeservice_itemphoto {
	margin-bottom: 10px;
    text-align: center;
}
.zestoresearch_detail_contentbody_storeservice_itemphoto img {
	width: 160px;
}
.zestoresearch_detail_contentbody_storeservice_itemtitle {
	font-weight: bold;
    margin-bottom: 5px;
}
.zestoresearch_detail_contentbody_storeservice_itemtext {
	margin-bottom: 10px;
}
.zestoresearch_detail_contentbody_Guidance_photo {
	margin-bottom: 10px;
	text-align: center;
}
.zestoresearch_detail_contentbody_Guidance_photo img {
	width: 330px;
}
.zestoresearch_detail_contentbody_Guidance_text {
	color: initial;
}
.btn2clm {
	display: flex;
    margin: 0 -5px;
}
.btn2clm > * {
	width: 50%;
	margin: 0 5px;
}
.btn2clm > *:last-child {
	background: #ee0000;
}
.btn2clm > *:hover {
	opacity: .8;
}
.zebackbtn {
	margin: 20px 0;
}
.zebackbtn a {
    color: #555;
    position: relative;
    padding-left: 15px;
    font-size: 14px;
}
.zebackbtn a:hover {
	opacity: .8;
}
.zebackbtn a::before {
    content: "";
    width: 8px;
    height: 8px;
    border-bottom: 1px solid #555;
    border-right: 1px solid #555;
    transform: rotate(-225deg) translateY(-30%);
    position: absolute;
    left: 0;
    top: 0;
}
.zestoresearch_detail_slider {
	margin: 20px 0;
}

.acd-check{
    display: none;
}
.acd-label{
    display: block;
}
.acd-content{
		height: 0;
		opacity: 0;
    transition: .5s;
    visibility: hidden;
}
.acd-check:checked + .acd-label + .acd-content{
		height: auto;
    opacity: 1;
    visibility: visible;
}
.acd-label:after {
    content: "";
    width: 10px;
    height: 10px;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(45deg) translateY(-30%);
    position: absolute;
    right: 7px;
    top: 30%;
}
.acd-check:checked + .acd-label::after {
    content: "";
    width: 10px;
    height: 10px;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(-135deg) translateY(-30%);
    position: absolute;
    right: 1px;
    top: 30%;
}

/* 店舗一覧検索ワード */
.zestoresearch_listfilters_conditions {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 42px;
}
.zestoresearch_listfilters_conditions_item {
	border: 1px solid #bcbcbc;
	border-radius: 25px;
	background-color: white;
	padding: 4px 10px;
	font-size: 12px;
	display: flex;
	align-items: center;
	margin: 0 6px 8px 0;
}
.zestoresearch_listfilters_conditions_itemclose {
	display: block;
	width: 14px;
	height: 14px;
	position: relative;
	cursor: pointer;
	margin-left: 6px;
}
.zestoresearch_listfilters_conditions_itemclose::before,
.zestoresearch_listfilters_conditions_itemclose::after{
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #000;
    transform: rotate(45deg);
    transform-origin:0% 50%;
    position: absolute;
    top: calc(14% - 1px);
    left: 14%;
}
.zestoresearch_listfilters_conditions_itemclose::after{
    transform: rotate(-45deg);
    transform-origin:100% 50%;
    left: auto;
    right: 14%;
}
ul.zestoresearch_listfilters_area {
	list-style: none;
	padding: 0;
	margin: 0 0 42px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
ul.zestoresearch_listfilters_area li {
	margin-bottom: 8px;
}
ul.zestoresearch_listfilters_area li:before {
	content: ">";
	padding: 0 5px;
}
ul.zestoresearch_listfilters_area li:first-child:before {
	content: "";
	padding: 0;
}
ul.zestoresearch_list_itemdetail_infotdata_services {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
	align-items: center;
    white-space: nowrap;
    flex-wrap: wrap;
}
ul.zestoresearch_list_itemdetail_infotdata_services li:after {
    content: "・";
}
ul.zestoresearch_list_itemdetail_infotdata_services li:last-child:after {
    content: "";
}

@media only screen and (min-width: 768px) {
	.zestoresearch_box_name {
	}
	.zestoresearch_box_btn {
	}
	.zestoresearch_location_left {
		width: calc(100% / 3);
	}
	.zestoresearch_location_right {
	    width: calc(100% * 2 / 3);
	    display: flex;
	}
	.zestoresearch_location_area {
		width: 50%;
		margin-right: 5px;
		margin-bottom: 0;
	}
	.zestoresearch_location_conditions {
		width: 50%;
		margin-left: 5px;
	}
	.zestoresearch_list_itemdetail {
		display: flex;
	}
	.zestoresearch_list_itemdetail_info {
		width: calc(100% - 200px);
		margin-bottom: 0;
	}
	.zestoresearch_list_itemdetail_link {
		width: 200px;
		margin-left: 30px;
	}
	.zestoresearch_detail_map {
		padding-top: 45%;
	}
	.zestoresearch_detail_contentbody_storeservice_itemphoto img {
		width: auto;
	}
	.zestoresearch_detail_contentbody_Guidance_photo img {
		width: auto;
	}
	.zestoresearch_detail_contentbody_campaignc_item img {
		width: auto;
	}
	.zestoresearch_detail_contentbody_bnr_item img {
		width: auto;
	}
}
