/* opening-hours Page
-------------------------------------------------*/
#opening-hours #header .nav_wrap ul.gNavi_ul > li#gnav1 > a,
#opening-hours #header .nav_wrap ul.gNavi_ul > li#gnav5 > a,
#opening-hours #header .nav_wrap ul.gNavi_ul > li#gnav6 > a {
	border-bottom-color: transparent;
}
#opening-hours #main-v { background: url("../img/opening-hours/banner-oph.jpg") no-repeat center center; background-size: cover; color: #FFF; position: relative; }
#opening-hours #main-v h2 { font-size: 33px; font-weight: 600; letter-spacing: 4px; }

#opening-hours .sec_oph {
	margin: 0 auto;
	text-align: center;
	width: 100%;
}
#opening-hours .oph_navi {
	max-width: 1020px;
    width: 100%;
	margin: 0 auto;
	padding: 80px 15px;
}
#opening-hours .sec_oph .inner_box {
    width: 100%;
	margin: 0 auto;
	padding: 60px 0;
}
#opening-hours .sec_oph .inner_box h3{
	line-height: 1.4;
	
}
#opening-hours .business-time {
	max-width: 1020px;
    width: 100%;
	margin: 0 auto;
	padding: 0 0 20px;
	color: #343434;
}
#opening-hours .business-time h4 {
	font-size: 25px;
	text-align: center;
	padding: 40px 0px 20px;
	margin: 0;
	border-bottom: solid 1px #343434;
}
#opening-hours .business-time p.note_sun{
	font-size: 14px;
	line-height: 1.5;
	text-align: center;
	padding-top: 10px;
}
#opening-hours .business-time p.note_time, #opening-hours .business-time p.note_txt{
	font-size: 15px;
	line-height: 1.5;
	text-align: center;
	padding-top: 15px;
}
#opening-hours .business-time  span.link-btn{
	background: #D7314E url("../img/top/area_ico-white.png") no-repeat left 17px center;
	display: inline-block;
	font-size: 14px;
	padding: 10px 12px 10px 28px;
	margin-top: 20px;
}
#opening-hours .business-time  span.link-btn a{
	color: #FFFFFF;
	text-decoration: none;
}
#opening-hours .business-time  span.link-btn:hover{
	opacity: 0.7;
}
#opening-hours .business-time p.holiday{
	font-size: 24px;
	text-align: center;
	margin: 10px auto;
}
#opening-hours .business-time .place {
	width: 100%;
	margin: 40px auto 0;
	padding: 0 0 30px;
}
#opening-hours .business-time .place ul.tenbo {
	width: 100%;
	padding: 30px 0;/*20230615add*/
	margin-bottom: 0;
	border-bottom: solid 1px #343434;
	border-top: solid 1px #343434;
}
#opening-hours .business-time .place ul.cafe {
	width: 100%;
	padding: 15px 0;
	margin-bottom: 20px;
	border-bottom: solid 1px #343434;
	border-top: solid 1px #343434;
}
#opening-hours .business-time .place ul .first{
	border-right: solid 1px #343434;
}
#opening-hours .business-time .place ul .summertime{
	border-left: solid 1px #343434;
}
#opening-hours .business-time .place ul:after {
    content:" ";
    display:block;
    clear:both;
}
#opening-hours .business-time .place ul li {
	width: 50%;
	padding: 5px 15px;
	float: left;
}
#opening-hours .business-time .place ul li.full {
	width: 100%;
	padding: 5px 15px;
}
#opening-hours .business-time .place ul li dl{
	width: 100%;
	margin: 0;
	text-align: center;
}
#opening-hours .business-time .place ul li dl dt{
	font-size: 18px;
	padding-bottom: 10px;
	font-weight: 400;
}
#opening-hours .business-time .place ul li dl dd{
	font-size: 24px;
}
#opening-hours .business-time .holiday-box{ /*20230615add*/
	padding: 30px 0;
}
#opening-hours ul.two-col > li:first-child{
	border-right: 1px solid #000;}


#opening-hours ul.ancor-navi {
	margin-top: 40px !important;
}
#opening-hours ul.ancor-navi > li p {
	padding: 0;
}
@media (max-width: 990px) {

#opening-hours ul.ancor-navi > li {
		width: 100% !important;
		border-left: none !important;
		border-right: none !important;
		border-bottom: 1px solid #000 !important;
	}
#opening-hours ul.ancor-navi > li:first-child {
		border-top: 1px solid #000 !important;
	}
}

@media (max-width: 880px) {
#opening-hours .oph_navi {
	padding: 50px 15px;
}	
#opening-hours .sec_oph .inner_box {
	padding: 20px 7px 50px;
}	
#opening-hours .business-time {
	width: 90%;
}
}

@media (max-width: 640px) {
#opening-hours .business-time p.note_txt{
	text-align: left; 
}	
#opening-hours .business-time .place {
	margin: 30px auto 0;
	padding: 0 0 10px;
}	
#opening-hours .business-time .place ul.tenbo {
	/*padding: 0; 20230615add*/
}
#opening-hours .business-time .place ul.cafe {
	padding: 0;
}
#opening-hours .business-time .place ul .first{
	border-right: none;
	border-bottom: solid 1px #343434;
}
#opening-hours .business-time .place ul .summertime{
	border-left: none;
	border-top: solid 1px #343434;
}	
#opening-hours .business-time .place ul li {
	width: 100%;
	padding: 10px;
	float: none;
}
#opening-hours ul.two-col .col-xs-6 {width: 100%;}
	#opening-hours ul.two-col > li:first-child{
	border-right: none;}

}