@charset: "UTF-8";
#cover-img{
	height: 8.5rem;
	object-fit: cover;
}

/* search card style */
#search-card{
	margin-top: -2.5rem;
}
#search-card .card-title{
	margin-top: 1.3125rem;
	margin-bottom: 0.125rem;
}
#search-card .card-body #button-change-destination{
	color: #787878;
	padding: 0.75rem 1.5rem;
}
#search-card .form-icon{
	margin-right: 0.5625rem;
	margin-bottom: 0.125rem;
}
#search-card .badge{
	padding: 0.375rem 0.5rem;
}
#select-delivery-date[readonly]{
	background-color: white;
}
.select-delivery-date-wrapper:before{
	content: url("/wao_img/sp/calendar.svg");
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 2rem;
	transform: translate(-50%, -50%);
}
.select-delivery-time-wrapper:before{
	content: url("/wao_img/sp/clock.svg");
	display: inline-block;
	position: absolute;
	top: 55%;
	left: 2rem;
	transform: translate(-50%, -50%);
}
#select-delivery-time:invalid{
	color: #787878;
}
#select-delivery-time option{
	color: #464646;
}
#search-card #button-change-destionation{
	height: 3rem;
}
#search-card #select-delivery-date,
#search-card #select-delivery-time{
	height: 3rem;
}
#search-card .input-group:before{
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	display: inline-block;
	height: 2rem;
	width: 1px;
	transform: translateY(-50%);
	background-color: rgb(206, 212, 218);
	z-index: 1;
}
#search-card .btn-primary{
	background-color: #FF5700;
	border: 1px solid #FF5700;
	font-size: 0.875rem;
	color: white;
	padding: 1.125rem;
}
#search-card .btn-primary.disabled{
	background-color: #CCC;
	border: 1px solid #CCC;
}

/* bento ranking style */
.ranking-bento{
	width: 14rem;;
}
.ds-name{
	font-size: 0.6875rem;
}
.ds-name:before{
	content: "";
	display: inline-block;
	background-image: url("/wao_img/sp/tenant.svg");
	width: 0.875rem;
	height: 0.875rem;
	vertical-align: text-bottom;
	margin-right: 0.125rem;
	background-repeat: no-repeat;
}
.ranking-bento .rank-icon{
	position: absolute;
	width: 2rem;
	height: 1.875rem;
	top: 0.25rem;
	left: 0.25rem;
}
.ranking-bento .rank-num{
	font-size: 0.9375rem;
	font-family: Arial;
	font-weight: bold;
	color: white;
	position: absolute;
	top: 0.8125rem;
	left: 1.25rem;
	transform: translateX(-50%);
}

/* otoku info style */
.otoku-info-wrapper > .info-item{
	padding: 1rem 0; 
	margin: 0 0.5rem;
	border-bottom: 1px solid #E6E6E6;
}
.otoku-info-wrapper > .info-item:first-child{
	padding-top: 0.5rem;
}
.otoku-info-wrapper > .info-item:last-child{
	border: none;
	padding-bottom: 0.5rem;
}

/* news style */
.news-wrapper{
}
.news-item{
	margin: 0 1rem;
	padding: 0.5rem 0;
	border-bottom: 1px solid #E6E6E6;
}
.news-item .news-date{
	color: #919191;
	font-size: 0.75rem;
	margin-bottom: 0.25rem;
}


/* mlist common style */
.headline{
	height: 2.5rem;
	background-color: #FFF8F3;
	position: relative;
	padding: 0.5rem 0 0.5rem 1.5rem;
	font-size: 1.03125rem;
	line-height: inherit;
	margin-top: 1.5rem;
}
.headline:before{
	content: "";
	position: absolute;
	top: 50%;
	left: 0.5rem;
	display: inline-block;
	height: 1.5rem;
	width: 0.5rem;
	transform: translateY(-50%);
	background-color: #FF5700;
}

/* change area modal style */
#changePrefModal .bg-orange{
	background-color: #E7A100;
}
#changePrefModal .modal-header,
#changePrefModal .modal-header-secondary{
	padding: 0.75rem 0.5rem;
}
#changePrefModal .modal-area-header{
	font-size: 0.875rem;
	padding: 0.375rem 1rem;
	background-color: #E6E6E6;
}
#changePrefModal .modal-area-body{
	font-size: 0.875rem;
	padding: 0.875rem 1rem;
	position: relative;
}
#changePrefModal .modal-area-body:nth-child(odd){
	border-right: 1px solid #E6E6E6;
}
#changePrefModal .modal-area-body:nth-of-type(-n+2){
	border-bottom: 1px solid #E6E6E6;
}
#changePrefModal .modal-area-body:after{
	content: url("/wao_img/sp/chevron-right.svg");
	position:absolute;
	top: 58%;
	transform: translateY(-50%);
	right: 0.5rem;
}

#changeAreanoModal .bg-orange{
	background-color: #E7A100;
}
#changeAreanoModal .modal-header{
	padding: 0.75rem 0.5rem;
}
#changeAreanoModal .modal-header-secondary{
	padding: 0.75rem 2.25rem;
	position: relative;
}
#changeAreanoModal .modal-header-secondary:before{
	content: url("/wao_img/sp/chevron-left-white.svg");
	position:absolute;
	top: 58%;
	transform: translateY(-50%);
	left: 0.75rem;
}
#changeAreanoModal .modal-area-body{
	font-size: 0.875rem;
	padding: 0.875rem 1rem;
	position: relative;
	border-bottom: 1px solid #E6E6E6;
}
#changeAreanoModal .modal-area-body:after{
	content: url("/wao_img/sp/chevron-right.svg");
	position:absolute;
	top: 58%;
	transform: translateY(-50%);
	right: 0.5rem;
}

/* comment style */
.text-grey{
	color: #E6E6E6;
}
.border-grey{
	border-color: #E6E6E6;
}
.comment-load:before{
	content: url("/wao_img/sp/refresh-rotated.svg");
	position: absolute;
	width: 1.28125rem;
	height: 1.125rem;
	top: 50%;
	left: 1.625rem;
	transform: translate(-50%, -50%);
}
