@charset "UTF-8";

/* CSS Document */

#anchor {
	padding-top: 40px;
	margin-top: -40px;
}

/*====================================

	page_ttl

====================================*/

.page_ttl {
	background: url(../images/page_ttl_bg.jpg) center center;
	background-size: cover;
}
.page_ttl h2 {
}

/*====================================

	#list_index

====================================*/

#list_index {
	padding-top: 0;
}
#list_index .inner ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#list_index ul::after {
	content: "";
	display: block;
	width: 32%;
}
#list_index ul li {
	width: 32%;
	margin-bottom: 40px;
	height: 300px;
}
@media screen and (max-width : 1000px) {
	#list_index ul li {
		width: 48%;
		margin-bottom: 40px;
	}
}
#list_index ul li a {
	display: block;
	height: 100%;
	color: #000;
	text-decoration: none;
	position: relative;
}
#list_index ul li a p {
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(255, 255, 255, .8);
	width: 100%;
	padding: 1.2em 1em;
}

/*====================================

	#list_lower

====================================*/

#list_lower {
	padding-top: 0;
}
#list_lower .ttl {
	font-family: 'Zen Old Mincho', serif;
	font-size: 300%;
	margin-bottom: 40px;
	display: block;
}
#list_lower .inner {
}
#list_lower .inner ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#list_lower .inner ul::after {
	content: "";
	display: block;
	width: 32%;
}
#list_lower .inner ul li {
	width: 32%;
	margin-bottom: 40px;
}
@media screen and (max-width : 1000px) {
	#list_lower .inner ul li {
		width: 48%;
		margin-bottom: 40px;
	}
}


/*====================================

	.comingsoon

====================================*/

.comingsoon {
	background: #eee;
}
.comingsoon p {
	width: 100%;
	text-align: center;
	font-family: 'Zen Old Mincho', serif;
	font-size: 120%;
	padding: 80px 0;
}

/*====================================

	.btn_back

====================================*/

.btn_back {
	width: 100%;
	text-align: center;
	margin-top: 60px;
}
.btn_back a {
	display: inline-block;
	cursor: pointer;
	text-decoration: none;
	position: relative;
	font-family: 'Zen Old Mincho', serif;
	padding: .6em 6em;
	border-radius: 30px;
	color: #111926;
	background: #fff;
	border: 1px solid #111;
	font-size: 110%;
}
.btn_back a:hover {
	background: linear-gradient(to bottom right, #7b1082, #336ed6);
	color: #fff;
	border: 1px solid #fff;
}

/*====================================

	.add

====================================*/

.fancybox-button svg {
	display:block;
	height:100%;
	overflow:visible;
	position:relative;
	width:100%;
}
.fancybox-button svg path {
	fill:currentColor;
	stroke-width:0;
	color: #000;
}
.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited{
	color:#ccc;
	background: #000;
}
.fancybox-button div{
	height:100%;
	background: #fff;
}
.fancybox-button{
	background: #fff;
}



