@charset "euc-jp";
/* CSS Document */

/* ----------------------
	SIMPLE LIST
---------------------- */
section.list ul {
	padding: 0 10%;
}
.list a {
	text-decoration: none;
}
.list a:link {
	color: #000;
}
.list a:visited {
	color: #444;
}
.list a:hover {
	color: #930;
}
.list ul {
	list-style: none;
	margin: 0 0 1em;
}
.list ul li {
	border-bottom: solid 1px #CCC;
	line-height: 1.4;
	padding: 0.8em 0.5em 0.4em;
	margin-bottom: 0.4em;
}
.list ul li a {
	display: block;
}
.list li a .date {
	color: #666;
	margin-right: 0.5em;
	font-size: 1.4rem;
	position: relative;
	padding-left: 1.4em;
}
.list li a .date::before {
	display: block;
	content: "";
	position: absolute;
	background: url(../images/icon3.png) no-repeat;
	background-size: contain;
	top: .7em;
	left: 0;
	margin-top: -.5em;
	width: 1em;
	height: 1em;
}
.list#notice li a .date::before {
	background-image: url(../images/icon2.png);
}

.list li .cate {
	display: block;
	width: 50%;
	max-width: 200px;
	height: 24px;
	line-height: 24px;
	font-size: 1.2rem;
	text-align: center;
	text-shadow: 0 -1px 1px #999;
	overflow: hidden;
	color: #FFF;
	border-radius: 3px;
	margin-bottom: 5px;
}

/* 
	COLOR and FONT
---------------------- */

.list li.cat1 .cate {
	background: #CCAA88;
}
.list li.cat2 .cate {
	background: #CCB987;
}
.list li.cat3 .cate {
	background: #BBCC88;
}
.list li.cat4 .cate {
	background: #8AC2CA;
}

/* 
	SUB LINK
---------------------- */
#ct a {
	color: #06C;
}
.sublink {
	width: 80%;
	border-radius: 6px;
	background: #FFF;
	padding: 0.5em 1em;
	margin: 0 auto 1em;
	-moz-box-shadow: 1px 2px 5px rgba(0,0,0,0.2) inset;
	-webkit-box-shadow: 1px 2px 5px rgba(0,0,0,0.2) inset;
	-o-box-shadow: 1px 2px 5px rgba(0,0,0,0.2) inset;
	-ms-box-shadow: 1px 2px 5px rgba(0,0,0,0.2) inset;
}
.sublink ul {
	letter-spacing: -.40em;
	margin: 0 !important;
	overflow: hidden;
}
.sublink ul li {
	display: inline-block;
	/display: inline;  /* IE */
	/zoom: 1;  /* IE */
	vertical-align: top;
	letter-spacing: normal;
	border: none;
	font-size: 1.4rem;
	margin: 0;
}
.sublink ul li a {
	margin-right: 1em;
	padding-left: 1em;
	position: relative;
}
.sublink ul li a::before {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 4px;
	height: 4px;
	margin-top: -4px;
	border-right: 2px solid #F96;
	border-bottom: 2px solid #F96;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* ------------------------
	Shop LIST
------------------------ */
.shopcontainer {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: strech;
}
.shopcontainer .shbox {
	width: 24%;
	margin-bottom: 1em;
}
/* 
.shopcontainer .listthumb:after {
    padding-top: 70% !important;
}
*/
.shbox .photobox a {
	display: block;
	position: relative;
	text-align: center;
	background-position: center;
	background-size: cover;
}
.shbox .photobox span {
	display: none;
}
.shbox .txtbox {
	padding: .5em .3em;
}
.shbox .txtbox h3 {
	margin: 0 0 .2em;
	font-size: 1.2em;
	line-height: 1.3;
}
.shbox .txtbox h3 a {
	text-decoration: none;
}
.shbox .txtbox p {
	font-size: 0.875em;
	line-height: 1.4;
	margin: 0;
}
.shbox.hidden {
	box-shadow: none;
	background: none;
	height: 1px;
	margin-bottom: 0 !important;
}
.shbox.hidden hr {
	display: none;
}

@media screen and (max-width:1019px){
#mv .mvs li {
	border-left: solid 1px #FFF;
	border-bottom: solid 1px #FFF;
}
}

@media screen and (max-width:979px){
section.list ul {
	padding: 0 8% !important;
}
.list li .cate {
	width: 75%;
}
.shopcontainer .shbox {
	width: 32%;
}
}

@media screen and (max-width:699px){
section.list ul {
	padding: 0 3% !important;
}
.list li a .date {
	font-size: 1.2rem;
}
.list li .cate {
	font-size: 1rem;
	height: 20px;
	line-height: 20px;
}
.shopcontainer .shbox {
	width: 49%;
}
}

@media screen and (max-width:479px){
.list li .cate {
	width: 80%;
	max-width: 80%;
}
}