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

/* ----------------------
	SIMPLE LIST
---------------------- */
section.list {
}
.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;
	top: 50%;
	left: 0;
	margin-top: -6px;
	width: 6px;
	height: 6px;
	border-right: 2px solid #C9AA30;
	border-bottom: 2px solid #C9AA30;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.list dl {
	margin: 0;
	padding: 0;
}
.list dl::after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.list dt {
	clear: left;
	float: left;
	margin: 0 0 0.5em;
	width: 7em;
	padding: 0.5em 0 0.5em 1em;
	color: #664C00;
}
.list dd {
	color: #555;
	margin-bottom: 0.5em;
	margin-left: 7em;
	padding: 0.5em 0 0.5em;
}
.list dd a {
	display: block;
	color: #664C00 !important;
	font-weight: bold;
	text-decoration: underline;
	padding: 0;
}

.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: #CDD767;
}
.list li.cat2 .cate {
	background: #DF6093;
}
.list li.cat3 .cate {
	background: #94D1CA;
}

/* ------------------------
	MENU LIST
------------------------ */
.fxcontainer {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
.fbox {
	width: 24%;
	margin-bottom: 1em;
}
.fbox.hidden {
	padding: 0;
	box-shadow: none;
	background: none;
	border: none;
	border-radius: 0;
	margin: 0;
}
.fbox.hidden hr {
	display: none;
}
.fxcontainer.c2 .fbox, .fxcontainer.c2 .fbox.hidden {
	width: 49% !important;
}
.fxcontainer.c3 .fbox, .fxcontainer.c3 .fbox.hidden {
	width: 32% !important;
}
.fxcontainer.c5 .fbox, .fxcontainer.c5 .fbox.hidden {
	width: 19% !important;
}
/* .phbox {
	overflow: hidden;
} */

/* CATEGORY ON PHOTO POSITION  */
.phbox {
	overflow: hidden;
	position: relative;
}
.phbox a {
	display: block;
	background-position: center;
	background-size: cover;
	-webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.phbox a:hover, 
.phbox a:active {
	transition: 1s;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	transform: scale(1.05, 1.05);
}
.listthumb {
    position: relative;
	overflow: hidden;
	text-align: center;
	width: 100%;
	height: 100%;
}
.listthumb:after {
    padding-top: 75%;
    display: block;
    content: "";
}
.listthumb > .content {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.phbox span {
	display: none;
}
/* --- CATEGORY ON PHOTO --- */
.fbox .cate {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 40%;
	height: 20px;
	line-height: 20px;
	font-size: 1.2rem;
	text-align: center;
	text-shadow: 0 -1px 1px #999;
	overflow: hidden;
	color: #FFF;
	margin-bottom: 5px;
}
.fbox.cat1 .cate {
	background: #CDD767;
} 
.fbox.cat2 .cate {
	background: #DF6093;
} /* green */
.fbox.cat3 .cate {
	background: #94D1CA;
} /* aqua */

/* CATEGORY ON PHOTO - END */
.fxcontainer .txbox {
	padding: 5px;
}
.fxcontainer .txbox h3 {
	font-size: 1.4rem;
	margin: 0 0 .4em;
	text-align: left;
}
.fxcontainer .txbox h3 a {
	text-decoration: none;
}
.fxcontainer .txbox h3 a:hover, 
.fxcontainer .txbox h3 a:active {
	color: #069;
}
.fxcontainer .txbox p {
	margin: 0;
	font-size: 1.2rem;
	line-height: 1.5;
}

@media screen and (max-width:979px){
section.list {
	padding: 1em 5% 2em !important;
}
.list li .cate {
	width: 75%;
}
}

@media screen and (max-width:699px){
section.list {
	padding: 1em 1em 2em !important;
}
.list li a .date {
	font-size: 1.2rem;
}
.list li .cate {
	font-size: 1rem;
	height: 20px;
	line-height: 20px;
}
.list dt, .list dd a {
	font-size: 1em;
}

.fbox {
	width: 49%;
}
.fxcontainer.c5 .fbox, .fxcontainer.c5 .fbox.hidden {
	width: 32% !important;
}
.fxcontainer .txbox p {
	font-size: 1.4rem;
}
}

@media screen and (max-width:479px){
.list li .cate {
	width: 80%;
	max-width: 80%;
}
.list .pd10 {
	padding: 0;
}
.fxcontainer.c3 .fbox, .fxcontainer.c3 .fbox.hidden, 
.fxcontainer.c5 .fbox, .fxcontainer.c5 .fbox.hidden {
	width: 49% !important;
}
}

@media screen and (max-width:359px){
.fbox {
	width: 100%;
}
.fxcontainer.c2 .fbox, .fxcontainer.c2 .fbox.hidden, 
.fxcontainer.c3 .fbox, .fxcontainer.c3 .fbox.hidden, 
.fxcontainer.c5 .fbox, .fxcontainer.c5 .fbox.hidden {
	width: 100% !important;
}
}