/*----- =================================
=== Clean and Safetyページ専用CSS
================================= -----*/
.table-static{
  width: 800px;
}
table tr th,
table tr td{
  text-align: center;
}
.wrap-time{
	display: flex;
	justify-content: space-around;
    align-items: center;
}
table.open-time{
	width: 100%;
	max-width: 350px;
}
.holiday{
	width: 300px;
}
.holiday h4{
	font-size: 16px;
    font-weight: 700;
}
.table-static .wrap-name{
	display: flex;
	align-items: center;
}
.table-static .wrap-name .sub{
	font-size: 80%;
	padding-left: 10px;
	text-align: left;
}
.table-static tbody td span{
	font-size: 80%;
}
.page-time-price .text_rows{
  overflow:  auto;
}
.need-item{
	margin: 32px 0 0 0;
	padding: 8px 12px;
}
.need-item > h3{
	position: relative;
	margin: 0 0 22px 0;
	line-height: 32px;
	font-size: 23px;
	font-weight: bold;
}
.need-item ol{
	counter-reset: number;
	padding: 0 14px;
	font-size: 15px;
}
.need-item ol li{
	position: relative;
	margin: 0 0 10px 0;
	padding: 0 0 0 29px;
	line-height: 20px;
}
.need-item ol li:before{
	counter-increment: number;
	content: counter(number);
	position: absolute;
	top: 50%;
	left: 0;
	margin: -10px 0 0 0;
	width: 20px;
	height: 20px;
	text-align: center;
	color: #fff;
	background: #e12778;
}
.need-item > .credit{
	padding: 5px 0 0 40px;
	font-size: 14px;
}
.need-item > .credit img{
	display: inline-block;
	vertical-align: middle;
	width: 140px;
	margin-left: 8px;
}
.need-item > .credit a{
	display: inline-block;
	vertical-align: middle;
	width: 247px;
	height: auto;
	margin-top: 6px;
}
.need-item > .credit a img{
	width: 100%;
}

@media screen and (max-width: 480px) {
	.table-static{
	  table-layout: fixed;
	}
	.wrap-time{
		display: block;
	}
	table.open-time{
		width: 100%;
		max-width: none;
	}
	.holiday{
		width: 100%;
		margin: 20px 0;
	}
	.table-static .cat {
		width: 230px;
	}
  	.need-item > h3{
		font-size: 19px;
	}
	.need-item ol{
		padding: 0;
		font-size: 13px;
	}
	.need-item > .credit{
		padding: 0;
	}
	.need-item > .credit img{
		width: 150px;
		margin: 3% 0;
	}
	.need-item > .credit a{
    display: block;
    width: 100%;
	}
}