@charset "utf-8";

.temple_list {
	width: calc(100% - 50px);
	margin: 0 auto;
}

.temple_list .slick-track {
	display: flex;
}

.temple_list ul li.slick-slide {
	margin-right: 8px;
	margin-left: 8px;
	border: 1px solid #ccc;
	padding: 8px;
	height: auto !important;
}

.temple_list ul li.slick-slide b {
	display: block;
	text-align: center;
	font-weight: 900;
	font-size: 20px;
}

.temple_list .temple_image {
	position: relative;
}

.temple_list .temple_image p {
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.8);
}

.temple_list dl {
	font-size: 16px;
	border-bottom: 1px dashed #ccc;
}

.temple_list dl:first-of-type {
	margin-top: 5px;
	border-top: 1px dashed #ccc;
}

.temple_list dl dt {
	width: 25%;
	font-weight: 900;
	background-color: #f0e9f4;
	padding: 5px;
}

.temple_list dl dd {
	width: 75%;
	padding: 5px 0 5px 5px;
}

.temple_list dl dd ul.work_list li {
	display: inline-block;
	color: #f15c5c;
	border: 1px solid #f15c5c;
	border-radius: 3px;
	padding: 0 5px;
	margin: 3px 3px 3px 0;
}

.temple_list dl dd ul.work_list li:last-of-type {
	margin-right: 0;
}

.slick-prev:before,
.slick-next:before {
	color: black;
}

@media only screen and (max-width: 1020px) and (min-width: 769px) {


}


@media only screen and (max-width: 768px){

.temple_list dl dt {
	width: 30%;
}

.temple_list dl dd {
	width: 70%;
}

}