@charset "utf-8";

#shop-list,
#shop-list section {
	clear: both;
	/*overflow: hidden;*/
	margin-top: 60px;
	/*text-align: center;*/
}
#shop-list section:first-child {
	margin-top: 12px;
	padding-top: 5px;
	background: url(../images/section_line.png) repeat-x left top;
}

#shop-list section {
	background: url(../../common/images/contents_dotted_line_horizontal.png) repeat-x left top;
}

#shop-list h2 {
	margin: 20px 0;
	line-height: 0;
	font-size: 1.2em;
}

#shop-list a {
	text-decoration: none;
}

#shop-list {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
	position: relative;
}

#shop-list:before,
	#shop-list:after {
		width: calc(33.333% - 15px);
	}

	#shop-list:before {
		order: 2;
	}

#shop-list li {
	/*width: calc(25% - 20px);
	margin: 0 25px 20px 0;*/
	width: calc(33.333% - 15px);
	margin: 0 20px 30px 0;
	min-height: 280px;
	position: relative;
	line-height: 1.6em;
	min-height: 25em;
	text-align: left;
	display: inline-block;
	vertical-align: text-top;
	position: relative;
}

#shop-list li:nth-child(3n) {
	margin-right: 0;
}

/*#shop-list li > a:before {
	position: absolute;
	display: block;
	content: ".";
	width: 220px;
	height: 155px;
	background-image: url(../../common/images/image_frame_w220px_h155px.png);
	font-size: 0;
	line-height: 0;
	z-index: 1;
}*/

#shop-list a img {
	border-radius: 5px;
	opacity: 1;
	-webkit-transition: opacity 0.3s ease;
	   -moz-transition: opacity 0.3s ease;
	        transition: opacity 0.3s ease;
}

#shop-list a:hover img {
	opacity: 0.825;
}

#shop-list figure {
	line-height: 0;
	font-size: 0;
	/*background-image: url(../../common/images/animation_bg_2_w.gif);*/
	border-radius: 5px;
}

#shop-list li p {
	margin-top: 5px;
	font-size: 0.8em;
	line-height: 1.8em;
}

#shop-list li img {
	border-radius: 5px;
	width: 100%;
}

#shop-list h2 {
	display: table-cell;
	vertical-align: bottom;
	line-height: 1.5em;
	padding: 10px 0 10px;
	color: #000;
}

#shop-list h2 img {
	padding-left: 5px;
	vertical-align: text-bottom;
	width: 15px;
	height: 15px;
}

#shop-list dl {
	color: rgba(0, 0, 0, 0.75);
	font-size: 0.9em;
}

#shop-list dt {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	line-height: 1.5em;
}

#shop-list dt:after {
	content: " / ";
}

#shop-list dt.change-txt,
#shop-list dd.change-time {
	color: #F00;
}

#shop-list dt.change-txt:after {
	content: "";
}

#shop-list dd {
	line-height: 1.5em;
	margin-bottom: 5px;
}

.common-notice {
	background: url(../../common/images/contents_dotted_line_ornament_horizontal.png) no-repeat left top / 100%;
	margin-bottom: 30px;
	padding-top: 40px;
	font-size: 0.9em;
	line-height: 1.6em;
}

.common-notice li {
	display: block;
	float: none;
	height: auto;
	width: auto;
	min-height: 0;
}

.common-notice li:first-child {
	display: flex;
}

.common-notice li.sup {
	color: #F00;
}

.common-notice li img {
	margin: 0 3px;
	width: 18px;
	height: 18px;
}

.common-notice li:before {
	content: "●";
}

#shop-list li span.newshop {
	position: absolute;
	top: 5px;
	left: -6px;
	z-index: 1;
}

section#sister-store {
	background: url(../../common/images/contents_dotted_line_horizontal.png) left top repeat-x;
}

section#sister-store h2 {
	background: url(../../common/images/icon_dot_midium.png) no-repeat left center / 10px;
	padding: 0 0 0 15px;
	margin: 30px 0;
}

section#sister-store h2 img {
	height: 12px;
}

section#sister-store #shop-list {
	margin-top: 0;
}

section#sister-store #shop-list h3 {
	margin: 20px 0;
	font-size: 1.2em;
	display: table-cell;
	vertical-align: bottom;
	line-height: 1.5em;
	padding: 10px 20px 10px 0;
	color: #000;
	background: url(../../common/images/icon_blank.png) no-repeat right center;
	background-size: 10px;
}

#teikei-store {
	background: url(../../common/images/contents_dotted_line_horizontal.png) left top repeat-x;
}

#teikei-store h2 {
	background: url(../../common/images/icon_dot_midium.png) no-repeat left center / 10px;
    padding: 0 0 0 15px;
    margin: 30px 0;
}

#teikei-store h2 img {
	height: 12px;
}

#teikei-store #shop-list {
	margin-top: 0;
}


#teikei-store #shop-list h3 {
	display: table-cell;
    vertical-align: bottom;
    line-height: 1.5em;
    padding: 10px 0 10px;
    color: #000;
	font-size: 1.2em;
}

#shimotori .bottom {
	margin-bottom: 50px;
}

#shimotori dd a {
	text-decoration: underline;
}



@media screen and (max-width: 980px) {
/*
	#shop-list {
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
		flex-wrap: wrap;
		position: relative;
	}

	#shop-list:before,
	#shop-list:after {
		content: "";
		display: block;
		width: calc(25% - 20px);
		margin-bottom: 0 !important;
	}

	#shop-list:before {
		order: 2;
	}

	#shop-list li {
		width: calc(25% - 20px);
		float: none;
		margin-right: 0 !important;
	}
*/
}

@media screen and (max-width: 767px) {

	/*#shop-list {
	}

	#shop-list:before,
	#shop-list:after {
		width: calc(33.333% - 15px);
	}

	#shop-list:before {
		order: 2;
	}

	#shop-list li {
		width: calc(33.333% - 15px);
	}*/

}

@media screen and (max-width: 540px) {

	#shop-list {
		display: flex;
		width: 100%;
		align-items: flex-start;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	#shop-list li {
		width: 100%;
		margin: 0 auto 40px;
	}

	#shop-list:before,
	#shop-list:after {
		width: 100%;
	}

	#shop-list li a .mask:before {
		width: calc(100% - 5px);
		height: calc(100% - 10px);
	}

	#shop-list figure img {
		width: 100%;
	}

	section#sister-store #shop-list h3 {
		background-size: 15px;
	}

}

/* ========================================================================== */
/* underIE9                                                                   */
/* ========================================================================== */

.ie6 #shop-list li,
.ie7 #shop-list li {
	display: inline;
}


