@charset "utf-8";
/* CSS Document */

body{
	font-family: 'EB Garamond','Noto Serif JP', serif,"游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN","Hiragino Mincho ProN", "メイリオ", Meiryo, "ＭＳ 明朝", sans-serif;
}


/* トップ画像 */
div#top_content{
	width: 100%;
	position: relative;
	margin: 0;
	padding: 0;
	height: 0;
    padding-top: 39.0625%;
}
div#top_content div.top_background{
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
}
div#top_content div#top_background1{
	background-image: url("../images/heritage_top_00.jpg");
	z-index: 10;
}


/* メイン */
div#main_content{
	background-image: url("../images/bg.jpg");
	margin: 0;
	padding: 0;
	padding-bottom: 155px;
	background-size: cover;
	position: relative;
	min-height: 1000px;
}
div#main_content div#decoration_culture_lt{
	position: absolute;
	top: 294px;
	left: 0;
	z-index: 20;
	width: 312px;
	height: 197px;
}
div#main_content div#decoration_culture_rt{
	position: absolute;
	top: 0;
	right: 0;
	z-index: 20;
	width: 302px;
	height: 160px;
}
div#main_content div#decoration_culture_lb{
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 20;
	width: 379px;
	height: 101px;
}
div#main_content div#decoration_culture_rb{
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 20;
	width: 330px;
	height: 200px;
}

div#heritage_content{

}
div#heritage_content h2{
	width: 100%;
	margin: 0;
	padding: 0;
	margin-top: 160px;
	margin-bottom: 50px;
	text-align: center;
	position: relative;
	display: inline-block;
	font-size: 1.625rem;
	letter-spacing: 2px;
	font-weight: 400;
}
div#heritage_content h2:before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 60px;
  height: 3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #C08D4E;
  border-radius: 2px;
}


div#heritage_content h3.description{
	width: 100%;
	margin: 0;
	padding: 0;
	margin-top: 60px;
	margin-bottom: 50px;
	text-align: center;
	font-size: 2.125rem;
	font-weight: 400;
}

div#heritage_main{
	width: 1071px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	padding-bottom: 80px;
	padding-top: 80px;
}
/*
div#heritage_main a{
	display: block;
	border-style: solid;
	border-color: #403F3F;
	border-width: 1px;
	border-right-style: double;
	border-bottom-style: double;
	border-right-width: 3px;
	border-bottom-width: 3px;
	color: #000;
	text-decoration: none;
	width: 200px;
	text-align: center;
	height: 40px;
	line-height: 37px;
	background-color: #FFF;
	background-image: url("../images/index_news_arrow.png");
	background-repeat: no-repeat;
	background-position: right 30px center;
	z-index: 50;
	position: relative;
}
*/
div#heritage_main div#heritage_side{
	width: 345px;
	position: absolute;
	right: 0;
	top: 120px;
}
div#heritage_main div#heritage_side h3{
	margin: 0;
	padding: 0;
	font-size: 1.9375rem;
	margin-top: 70px;
	margin-bottom: 45px;
	letter-spacing: 2px;
}
div#heritage_main div#heritage_side h3 span{
	color: #C08D4E;
	font-size: 1.25rem;
	font-family: 'EB Garamond', serif;
}
div#heritage_main div#heritage_side h4{
	margin: 0;
	padding: 0;
	font-size: 1.8125rem;
	letter-spacing: 1px;
}
div#heritage_main div#heritage_side p{
	margin: 0;
	padding: 0;
	font-size: 1.0rem;
	margin-bottom: 35px;
	letter-spacing: 1px;
}

div#content_boxes{
	width: 1071px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: space-between;
	padding-top: 90px;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #C08D4E;
}

div#content_boxes div.content_box{
	width: 323px;
}
div#content_boxes div.content_box h5{
	font-size: 0.875rem;
	font-weight: 400;
	margin: 0;
	padding: 0;
	padding-top: 25px;
	letter-spacing: 1px;
}
div#content_boxes div.content_box h4{
	font-size: 1.4375rem;
	font-weight: 400;
	line-height: 2em;
	margin: 0;
	padding: 0;
	letter-spacing: 2px;
}
div#content_boxes div.content_box p{
	font-size: 1rem;
	margin: 0;
	padding: 0;
	padding-bottom: 40px;
	letter-spacing: 1px;
}



a.read_more{
	display: inline-block;
	width: 187px;
	height: 52px;
	background-image:url("../images/btn_readmore.png");
	background-repeat: no-repeat;
}
a.read_more:hover{
	background-image:url("../images/btn_readmore2.png");
}










@media screen and (max-width:768px) {
	div#heritage_main{
		width: 700px;
		margin-left: auto;
		margin-right: auto;
		position: relative;
		padding-bottom: 250px;
		padding-top: 120px;
	}
	div#heritage_main>img{
		width: 360px;
		height: auto;
	}
	div#heritage_main div#heritage_side{
		width: 320px;
		position: absolute;
		right: 0;
		top: 120px;
	}
	
	div#heritage_main div#heritage_side h3{
		margin: 0;
		padding: 0;
		font-size: 1.75rem;
		margin-top: 0px;
		margin-bottom: 30px;
		letter-spacing: 2px;
	}
	
	
	div#content_boxes{
		width: 700px;
		margin-left: auto;
		margin-right: auto;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		padding-top: 90px;
		border-top-style: solid;
		border-top-width: 1px;
		border-top-color: #C08D4E;
	}
	div#content_boxes div.content_box:last-of-type{
		margin-top: 100px;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
}
