@charset "utf-8";
.content_back{
	margin: 0;/*下層ページ用*/
	position: relative;
}
.content05 h1{
	background-image: url(../images/content05_title.png);
	text-indent: -9999px;
	background-repeat: no-repeat;
	width:223px;
	height: 340px;
	margin: 0 auto;
}

/*access*/
.access{
	padding: 75px 0 0;
}
.access h2{
	text-align: center;
	padding: 0 0 20px;
	margin: 0 0 70px;
	background-image: url(../images/title_line.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.access dd:nth-of-type(2){
	display: block;
	width:100%;
	margin: 0 auto 25px;
}
.access dd:nth-of-type(2) img{
	width:100%;
}
.access iframe{
	width:100%;
	height: 500px;
	margin: 0 auto 25px;
}
.access_txt{
	margin: 0 auto 45px;
	line-height: 1.6;
}
.access_slider{
	background-image: url(../images/cemetery/back.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.thumb-item{
	margin: 0 auto 10px;
	position: relative;
}
.thumb-item article p{
	background-color: #000000;
	color:#ffffff;
	position: absolute;
	bottom: 0;
	left: 0;
	width:100%;
	margin: 0;
}
.thumb-item-nav li{
	margin: 0 10px;
}

/*cemetery*/
.cemetery{
	padding: 75px 0 0;
}
.cemetery h2{
	text-align: center;
	padding: 0 0 20px;
	margin: 0 0 70px;
	background-image: url(../images/title_line.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.cemetery article{
	margin: 0 auto;
}
.cemetery dd{
	margin: 0 0 10px;
}


@media (min-width:641px){/*PC*/
	header nav{/*下層ページ用*/
	background-color: #000000;
	}
	small {/*下層ページ用*/
    margin: 0;
	}
	.top_back {/*下層ページ用*/
	position: absolute;
	bottom: 10px;
	left: 5%;
	text-shadow: 1px 1px 5px #000000;
	}
	
	/*access*/
	.access_txt{
	width: 1100px;
	}
	.thumb-item{
	width: 1100px;
	}
	.thumb-item article p{
	padding: 10px 0;
	}
	.thumb-item-nav{
	width: 1000px;
	margin: 0 auto;
	}
	
	/*cemetery*/
	.cemetery article{
	width: 1100px;
	}
	.cemetery img{
	float: left;
	}
	.cemetery dl{
	margin: 0 0 0 692px;
	}
	.cemetery .comment{
	margin: 45px 0 0;
	}
	
}

@media (max-width:640px){/*スマートフォン*/
	/*access*/
	.access_txt{
	width: 640px;
	padding: 0 10px;
	}
	.thumb-item{
	width: 640px;
	}
	.thumb-item article p{
	padding: 5px;
	font-size: 1em;
	}
	.thumb-item-nav{
	width: 550px;
	margin: 15px auto 0;
	}
	.thumb-item-nav li{
	height: 150px;
	overflow: hidden;
	}
	.thumb-item-nav li img {
    width: auto;
    height: 100%;
	}
	
	/*cemetery*/
	.cemetery article{
	width: 640px;
	}
	.cemetery img{
	max-width:100%;
	margin: 0 auto 10px;
	}
	.cemetery dd{
	padding: 0 10px;
	}
	.cemetery .comment{
	margin: 35px 0 0;
	}
}