@charset "UTF-8";
/* CSS Document */


/* photomenu -------------------------------------------------------*/

#keyvisual{
	margin: auto;
}

#photomenu {
		width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
@media screen and (min-width: 768px) {
	#photomenu {
		margin: 20px auto;
		width: 90%;
		max-width: 1200px;
	}
}
.ph_block {
	margin: 0px 0px 10px 0px;
	min-height: 50px;
	padding:4px;
	width: calc(100% / 2);
}
.ph_block ul {
	margin: 0;
	padding: 0;
}
.ph_block > p.ph_ttl {margin-bottom: 0.5em;}

.ph_block ul li ::before{
	content: "\f0da";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}
.ph_block ul li img { margin:0px 0 5px; }
.ph_block span{
	margin:0  5px;
}

.ph_block ul li ::before {
	content: "\f0da";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	padding-right: 0.2em;
}

#photo p {
	padding-right: 10px;
	padding-left: 10px;
}


@media screen and (min-width: 990px) {
	.ph_block {
		width: calc(100% / 6);
	}
	#keyvisual{
		width: 900px;
		margin: auto;
	}
	#photomenu {
		margin: 20px auto;
/*		width: 1200px;*/
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#photomenu::before{
		content:"";
		display: block;
		width:calc(100% / 6);
		order:1;
	}
	#photomenu::after{
			content:"";
			display: block;
			width:calc(100% / 6);
	}
}

/* photo_list */
#photo_list {
	width: 100%;
	margin:0 auto;
}


#photo_list ul {
	padding: 0px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}
#photo_list ul li {
	list-style-type: none;
	margin-bottom: 1%;
}
#photo_list ul li a {
	display: block; 
	background-color: #fff;
	text-decoration: none;
	border: 1px solid #ccc;
	padding: 10px;
	min-height:100px;
}
#photo_list ul li a:hover {
	background-color: #efefef;
	border: 1px dotted #148EE1;
}
#photo_list ul li a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	float: left;
	margin-right: 10px;
}
#photo_list ul li .list_title {
	display: block;
	color: #336699;
	text-decoration: none;
	font-size: 16px;
}
#photo_list ul li a .list_content {
	display: block;
	color: #333;
	text-decoration: none;
	padding-top: 10px;
	line-height: 1.5;
	padding-left: 110px;
}

#photo_list ul li a .arrow {
	display: block;
	text-align:right;
	margin-top: 10px;
}

.photo_main {
	text-align: center;
}

@media (min-width: 720px) {
	.photo_main {
			text-align: left;flex-wrap: wrap;
    justify-content: space-between;
	}
}
.photo_main ul  {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.photo_main ul li {
	list-style-type: none;
	width: calc(100% / 5);
	display: inline-block;
	padding: 4px;
	margin: 0 0.5rem 1rem 0.5rem;
	line-height: 0;
}
.photo_main ul li img{border-radius: 4px;}

