@charset: "UTF-8";
h1{
	font-size: 1rem;
	font-weight: bold;
	line-height: 100%;
}
.search-icon{
	content: "";
	width: 1rem;
	height: 1rem;
	background-image: url("/wao_img/sp/search.svg");
	background-size: contain;
	background-repeat: no-repeat;
	margin: 0.133rem;
	display: inline-block;
}
h1 .search-icon{
	width: 1.36rem;
	height: 1.36rem;
}
.search-tab{
	padding: 0.6875rem;
	width: 50%;
	font-size: 0.75rem;
	color: #919191;
	background-color: #F5F5F5;
	text-align: center;
}
.search-tab.active{
	color: #FF5700;
	background-color: white;
	border-top: 2px solid #FF5757;
}
#destination{
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #C8C8C8;
	position: relative;
}
#destination:before{
	content: "";
	width: 1rem;
	height: 1rem;
	background-image: url("/wao_img/sp/map-pin.svg");
	background-size: contain;
	background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: 100%;
    transform: translateY(-50%);
}
.select-delivery-date-wrapper:before {
	padding: 0;
	width: 1rem;
	height: 1rem;
    content: "";
	background-image: url(/wao_img/sp/calendar.svg);
	background-size: contain;
	background-repeat: no-repeat;
    position: absolute;
	z-index: 2;
    top: 50%;
    left: 0.2rem;
    transform: translateY(-50%);
}
.select-delivery-time-wrapper:before {
	padding: 0;
	width: 1rem;
	height: 1rem;
    content: "";
	background-image: url(/wao_img/sp/clock.svg);
	background-size: contain;
	background-repeat: no-repeat;
    position: absolute;
	z-index: 2;
    top: 50%;
    left: 0.3rem;
    transform: translateY(-50%);
}
.reinput-form{
	padding: 0.5rem 0.2rem;
	padding-left: 1.4rem;
	height: 2.5rem;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
}
.select-delivery-date-wrapper:after, .select-delivery-time-wrapper:after{
	content: "";
	width: 0;
	height: 1.5rem;
	border-right: 1px solid #C8C8C8;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.dlv-input{
	width: 80%;
}
.detail-input{
	margin-left: 0.5rem;
	width: 20%;
	position: relative;
}
.dlv-input input, .detail-input a{
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #C8C8C8;
}
.detail-input a{
	padding: 0;
	padding-top: 1.2rem;
	text-align: center;
	display: block;
	text-decoration: none;
	width: 100%;
}
.detail-input .search-icon{
	position: absolute;
	top: 0.15rem;
	left: 50%;
	transform: translateX(-50%);
}
.tag_selected{
	margin-right: 0.3rem;
	margin-bottom: 0.3rem;
	width: auto;
	position: relative;
	font-size: 0.75rem;
}
.tag_selected span{
	width: auto;
	padding: 0.25rem 0.5rem 0.25rem 1.312rem;
	line-height: 1rem;
	border: 1px solid #C8C8C8;
	border-radius: 10px;
	color: #464646;
	display: block;
}
.tag_selected:after{
	content: "";
	width: 1em;
	height: 1em;
	position: absolute;
	top: 50%;
	left: 0.5rem;
	-webkit-mask-image: url("/wao_img/sp/xmark.svg");
	mask-image: url("/wao_img/sp/xmark.svg");
	-webkit-mask-size: contain;
	mask-size: contain;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	background-color: #919191;
	transform: translateY(-50%);
}
#sort.waopulldown{
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
	width: 70%;
}
#sort.waopulldown:after {
	border-top: 0.4rem solid #505050;
}
.gray{
	color: #919191;
}
.search_result{
	padding-bottom: 2rem;
}
.tenant_item:first-of-type, .bento_item:first-of-type{
	margin-top: 0;
}
.tenant_item, .bento_item{
	padding-bottom: 1.5rem;
}
.title{
	padding: 0.5rem 1rem 0.2rem 1rem;
	color: #464646;
	font-size: 1.125rem;
	font-weight: bold;
	display: block;
}
.tag{
	margin-right: 0.3rem;
	margin-bottom: 0.3rem;
	padding: 0.25rem 0.5rem;
	width: auto;
	font-size: 0.75rem;
	line-height: 1rem;
	border: 1px solid #C8C8C8;
	border-radius: 10px;
	color: #464646;
	display: block;
}
.bento_thumb, .bento_thumb *{
	width: 10rem;
	height: auto;
	display: block;
}
.graybox{
	padding: 0.5rem;
	padding-bottom: 0;
	width: 100%;
	background-color: #F5F5F5;
}
.topic{
	margin-bottom: 0.5rem;
	margin-right: 1rem;
	display: inline-block;
}
.phone-btn{
	padding: 0.875rem;
	width: 49%;
	display: flex;
	justify-content: center;
	color: #505050;
	border: 1px solid #707070;
	border-radius: 4px;
	line-height: 1.25rem;
	text-align: center;
	text-decoration: none;
}
.phone-btn + .btn-primary{
	padding: 0.875rem;
	width: 49%;
	line-height: 1.25rem;
}
.phone-icon{
	margin-right: 0.2rem;
	content: "";
	width: 1.4rem;
	height: 1.4rem;
	display: inline-block;
	-webkit-mask-image: url("/wao_img/sp/phone-white.svg");
	mask-image: url("/wao_img/sp/phone-white.svg");
	-webkit-mask-size: contain;
	mask-size: contain;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	background-color: #505050;
}
.biz_calender{
	width: 100%;
	font-size: 0.812rem;
	border-top: 1px solid #C8C8C8;
	border-left: 1px solid #C8C8C8;
}
.biz_calender th, .biz_calender td{
	padding: 0.2rem;
	text-align: center;
	vertical-align: middle;
	font-weight: normal;
	border-bottom: 1px solid #C8C8C8;
	border-right: 1px solid #C8C8C8;
}
.biz_calender .Sat{
	background-color: #E3F5FF;
	color: #2989BF;
}
.biz_calender .Sun, .biz_calender .Hol{
	background-color: #FFF1F0;
	color: #CB2F2C;
}
.bento_item .lb_img{
	position: relative;
	display: block;
}
.bento_item .lb_img > a:not(.btn):after{
	width: 100%;
	height: 30%;
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.5));
}
.bento_item .insert_favorite_button-on, .bento_item .insert_favorite_button{
	position: absolute;
	top: 0.5rem;
	right: 0.5rem;
}
.bento_item .lb_name{
	position: absolute;
	display: block;
	bottom: 0.5rem;
	left: 0.5rem;
	color: white;
	font-size: 0.875rem;
	z-index: 2;
}
#comment-wrapper {
	background-color: white;
}