@charset "UTF-8";






/*********** 共通・bg *************/

.list{
	width: 160px;
	margin: 0 auto;
	margin-top: 40px;
}


/*********** ↑共通・bg *************/




.list-bg {
	background: #F2F2F2;
	padding-top: 100px;
	padding-bottom: 100px;
}

.list-bg h3 {
	font-family: 'Cinzel', serif;
	font-size: 6.0rem;
	text-align: center;
	margin-top: 80px
}

.plan_bt-wrap ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 40px;
}

.plan_bt-wrap li {
	width: 31.67%;
	margin-top: 30px;
	box-shadow: 5px 5px 5px 0 rgba(0,0,0,0.3);
}

.plan_bt-wrap li a {
	transition: all 0.2s;
}

.plan_bt-wrap li a:hover {
	opacity: 0.6;
}

.plan_bt_entry {
	position: absolute;
	width: 50%;
	left: 25%;
	bottom: 30%;
}


.equipment-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-top: 100px;
}

.equipment-wrap li:nth-child(1) {
	width: 45.83%;
}

.equipment-wrap li:nth-child(2) {
	width: 46.25%;
}

.equipment-wrap .ttl {
	font-size: 3.0rem;
	border-bottom: 1px solid #999;
	padding-bottom: 10px;
}

.equipment-wrap .txt {
	text-align: justify;
	margin-top: 20px;
}

.equipment_01-mk {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 18.18%;
}










/*
.anc_planlist {
	display: block;
    padding-top: 20px;
	margin-top: -20px;
}
*/




