.nico-bloc-top {
	display: block;
}
.nico-bloc-middle {
	display: none;
}

.tentou {
	width:130px; 
	color:#ffffff; 
	font-weight:bold; 
	background-color:#DDA141; 
	padding:5px; 
	margin-bottom:5px; 
}


.nico-bloc-top {
	display: block;
}
.nico-bloc-middle {
	display: none;
}#g-map {
	margin-top: 20px;
}
.photos {
	padding-top: 15px;
	margin-bottom: 20px;
}
.photos li  {
	margin-bottom: 15px;
}
.photo-s li {
	float: left;
	margin-right: 20px;
}
.photo-s .end {
	margin-right: 0px;
}

.center{
 text-align: center;
}



/*========================================
	定休日のご案内
========================================*/
.top-holiday{
	background-color: #FFF;
	padding: 28px 15px 13px 30px;
	border-radius: 10px;
	position:relative;
	line-height: 1.4;
	margin: 0 0 0px;
	border: 2px solid #DCC3B2;
	color: #333;
	font-size: 14px;
}
.top-holiday:before{
	content: "nico cakes 定休日のご案内";
	position: absolute;
	top: -12px;
	left: -10px;
	border: 2px solid #DCC3B2;
	background-color: #DCC3B2;
	padding: 5px 10px;
	border-radius: 20px;
	color: #FFF;
	font-weight: bold;
}
/*-- 定休日のご案内 ここまで --*/

/*========================================
	（旧）定休日のご案内
========================================*/
.top-notice-box-1 {
    border: 2px solid #da4033;
    border-radius: 4px;
    margin: 2em 0;
    padding: 2em;
    position: relative;
}
.top-notice-box-1::before {
    background-color: #F9F9F8;
    color: #da4033;
    content: "◆ニコケークス定休日のご案内◆";
    font-weight: bold;
    left: 1em;
    padding: 0 .5em;
    position: absolute;
    top: -1em;
}
/*-- （旧）定休日のご案内 ここまで --*/