@charset "utf-8"; /* 〠 */

/*----------------------------------------------*/
/* restaurant_list CSS [PC]
/*----------------------------------------------*/

/*----- 店舗検索フォーム -----*/
.shopform-boxbtn {
	padding: 12px 12px 12px 20px;
	border: 1px solid #AEAEAE;
	
	cursor: pointer;
	
	background-image: url(../img/common/select_arrow_down.png);
	background-repeat: no-repeat;
	background-position: 97% center;
	
}

.shopform-boxbtn.open {
	background-image: url(../img/common/select_arrow_up.png);
}

#formmain {
	display: none;
	padding: 10px 10px 20px;
	border-left:   1px solid #AEAEAE;
	border-right:  1px solid #AEAEAE;
	border-bottom: 1px solid #AEAEAE;
	background-color: #FFFFFF;
}

.shopformbox {
	margin-bottom: 80px;
	padding: 20px;
}

.shopformtable {
	display: table;
	width : 100%;
	margin-bottom: 15px;
}

.shopformtable-row {
	display: table-row;
}

.shopformtable-title {
	display: table-cell;
	width: 20%;
	white-space: nowrap;
	padding: 10px 10px 10px 10px;
	vertical-align: middle;
	font-weight: bold;
	border-bottom: 1px dotted #D0D0CE;
}

.shopformtable-data {
	display: table-cell;
	padding: 10px 0px;
	vertical-align: middle;
	border-bottom: 1px dotted #D0D0CE;
}

.shopformtable-data input[type="text"] {
	width: 50%;
}

.shopformtable-data ul {
	overflow: hidden;  /* preventing height 0 when float */
}

.shopformtable-data ul li {
	float: left;
	margin-bottom: 10px;
}

.shopformtable-data ul.shopformtable-data-3col li {
	width: 33%;
}

.shopformtable-data ul.shopformtable-data-2col li {
	width: 50%;
}

.shopformtable-data-changearea {
	display: inline-block;
	margin-left: 10px;
	text-decoration: underline  !important;
}

.shopformtable-data-condvirusblockbox {
}

.shopformtable-data-condvirusblock-title {
x	width: 180px;
	max-width: 320px;
	margin-bottom: 10px;
	cursor: pointer;
	padding: 3px 10px;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: normal;
	text-align: center;
	color: #FFFFFF;
	background-color: #FD863F;
}

.shopformtable-data-condvirusblock-data {
	display: none;
	margin-left: 30px;
	font-size: 12px;
	font-size: 1.2rem;
}

/*----- レストラン検索結果一覧 -----*/
.restaurantlistbox {
	padding: 20px;
}

.restaurantlist-title {
	margin-bottom: 20px;
	text-align: center;
	font-size: 20px;
	font-size: 2rem;
}

.restaurantlist-title span {
	font-size: 12px;
	font-size: 1.2rem;
}

.restaurantlist-frame {
	margin: 20px 0px 40px;
	border-top: 2px solid #A7A8AA;
}

.restaurantlist-box {
	overflow: hidden;  /* preventing height 0 when float */
	margin-top: 25px;
}

.restaurantlist-photo {
	float: left;
	width: 20%;
}

.restaurantlist-photo img {
	max-width: 100%;
}

.restaurantlist-textbox {
	float: right;
	width: 77%;
}

.restaurantlist-shopname {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
}

.restaurantlist-shopname-cate {
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: normal;
}

.restaurantlist-shopname-covid {
	display: inline-block;
	padding: 2px 10px;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: normal;
	text-align: center;
	color: #FFFFFF;
	background-color: #A98337;
	background-color: #FD863F;
}

.restaurantlist-area {
	margin-bottom: 10px;
	font-size: 12px;
	font-size: 1.2rem;
}

.restaurantlist-lead {
}

.restaurantlist-preferdetailbox {
	margin: 20px 0px 30px 0px;
	padding: 0px 0px 30px 0px;
	border-bottom: 1px dotted #63666A;
}

.restaurantlist-preferdetail-title {
x	width: 60px;
	width: 100px;
	margin-bottom: 5px;
	padding: 2px;
	text-align: center;
	color: #FFFFFF;
	font-size: 11px;
	font-size: 1.1rem;
	background-color: #C31920;
}

/*---- エラー用 ----*/
.restaurant-nodata {
	margin: 50px 0px;
	color: #C31920;
	text-align: center;
}
