/* CSS Document */

#idKasou_temple{
	margin-left:auto;
	margin-right:auto;
	width: 1200px;
	background-image: url("../i/template/bana_back.jpg");
	background-size: 100% auto;
	display: flex;
	align-items: center;
    border-radius: 20px;
}
#idKasou_temple .temple_l{
	margin-top: -40px;
	padding: 0 20px 20px 20px;
	width: 57%;
	box-sizing: border-box;
}
#idKasou_temple .temple_r{
	color: #FFF;
	font-weight: 400;
	text-align: center;
	margin-right: 30px;
}
#idKasou_temple .temp_ttl1{
	font-size: 26px;
	line-height: 1;
}
#idKasou_temple .temp_ttl2,
#idKasou_temple .temp_ttl2 strong{
	font-size: 54px;
	letter-spacing:0.1em;
	line-height: 1;
	font-weight:800;
}
#idKasou_temple .temp_ttl2 strong{
	color: #FDD23C;
}
#idKasou_temple .temp_ttl3{
	font-size: 30px;
	display: block;
	letter-spacing:0em;
	line-height: 1.2;
	font-weight: 400;
}
#idKasou_temple .temple_r ul{
	margin-top: 5px;
    border-radius: 20px;
	border: 2px solid #EEE;
	padding: 10px 10px 0 10px;
	display: flex;
	flex-wrap:wrap;
	justify-content:center;
}
#idKasou_temple .temple_r ul li{
	padding: 0px 10px 10px 10px;
	line-height: 1;
}

@media screen and (max-width: 1250px){
#idKasou_temple{
	width: 100%;
	background-size:auto 100%;
	display: block;
    border-radius:20px 20px 0px 0px;
	padding-bottom: 20px;
}
#idKasou_temple .temple_l{
	margin-top: -7%;
	padding: 0 20px 20px 20px;
	width: 100%;
}
#idKasou_temple .temple_l img{
	margin-top: -20px;
}
#idKasou_temple .temple_r{
	margin-right: 5%;
	margin-left: 5%;
}
}
@media screen and (max-width: 550px){
#idKasou_temple{
    border-radius:0px 0px 0px 0px;
	margin-top: 40px;
}
#idKasou_temple .temple_l img{
	margin-top: -40px;
}
#idKasou_temple .temp_ttl1{
	font-size: 5vw;
}
#idKasou_temple .temp_ttl2,
#idKasou_temple .temp_ttl2 strong{
	font-size: 9vw;
}
#idKasou_temple .temp_ttl3{
	font-size: 5vw;
}
}




#idTemple .clCenter{
	text-align: center;
}

@media screen and (max-width: 1250px){
#idTemple .clCenter{
	text-align: left;
}

}
#idTemple .Temple_ul{
	display: flex;
	flex-wrap:wrap;
}
#idTemple .Temple_ul li{
	margin-right: 32px;
	margin-bottom: 30px;
	position: relative;
}
#idTemple .Temple_ul li a{
	display: block;
	position: relative;
	box-sizing: border-box;
}
#idTemple .Temple_ul li a .dl{
	position: absolute;
	top: 10px;
	right: 10px;
	display: none;
}
#idTemple .Temple_ul li a:hover .dl{
	display: block;
	z-index: 2;
}
#idTemple .Temple_ul li:nth-child(3n){
	margin-right: 0;
}

@media screen and (max-width: 1250px){
#idTemple .Temple_ul li{
	margin-right: 4%;
	margin-bottom: 30px;
	width: 48%
}
#idTemple .Temple_ul li:nth-child(3n){
	margin-right: 4%;
}
#idTemple .Temple_ul li:nth-child(2n){
	margin-right: 0;
}
#idTemple .Temple_ul li a .dl{
	display: block;
	z-index: 2;
	bottom: 10px;
	top: auto;
}
}



#idTemple .box_center{
	text-align: center;
}
#idTemple .clKiyaku{
	border: 1px solid #DDD;
	padding: 50px;
	display: inline-block;
    border-radius: 20px;
	margin: 0 auto;
}
#idTemple .clKiyaku h2{
	font-weight: 900;
	font-size: 40px;
	text-align: center;
}
#idTemple .clKiyaku p{
	text-align: left;
}
#idTemple .clKiyaku ul li{
	text-align: left;
	padding:0px 0px 10px 50px;
	background-position: left 0;
	background-repeat: no-repeat;
	line-height: 1.2em;
	margin-bottom: 10px;
}
#idTemple .clKiyaku ul li.ok{
	background-image: url("../i/template/ico_ok.svg");
}
#idTemple .clKiyaku ul li.ng{
	background-image: url("../i/template/ico_ng.svg");
}
