@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: 63.28125%;
}
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/culture_top_00.jpg");
	z-index: 10;
}
div#top_content div#top_background2{
	background-image: url("../images/culture_top_01.jpg");
	z-index: 5;
}


/* メイン */
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#culture_content{

}
div#culture_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#culture_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#culture_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#culture_content p.description{
	width: 800px;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	text-align: center;
	font-size: 1.1875rem;
	font-weight: 400;
	margin-bottom: 100px;
	line-height: 2em;
}

div#culture_content div#category{
	display: block;
	width: 280px;
	height: 55px;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 150px;

	position: relative;
	z-index: 50;
}
div#culture_content div#category ul#category_id{
	width: 280px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 10;
	
	font-size: 1.25rem;
	font-weight: 400;
	background-color: #FFF;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	color: #707070;
	background-image: url("../images/select_arrow2.png");
	background-position: right 30px  top 20px;
	background-repeat: no-repeat;
	
	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;
	cursor: pointer;
	font-family : inherit;
}
div#culture_content div#category ul#category_id li{
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #D7D7D7;
	margin: 0;
	padding: 0;
	padding: 10px;
	padding-right: 80px;
	padding-left: 50px;
}
div#culture_content div#category ul#category_id li:nth-of-type(1){
	border-top-style: none;
}
div#culture_content div#category ul#category_id li:nth-of-type(n + 2){
	display: none;
}

/* 一覧 */
div#data_boxes{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 1080px;
	margin-left: auto;
	margin-right: auto;
	align-content:space-between;
}
div#data_boxes div.data_box{
	width: 354px;
	margin-left: 3px;
	margin-right: 3px;
}
div#data_boxes div.data_box div.image_area{
	width: 354px;
	height: 246px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
div#data_boxes div.data_box h4{
	width: 140px;
	height: 27px;
	margin: 0;
	padding: 0;
	border-color: #E62603;
	border-width: 1px;
	border-style: solid;
	border-radius: 13px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 18px;
	line-height: 26px;
	color: #E62603;
	font-size: 0.9375rem;
	font-weight: 400;
	background-color: #FFF;
	text-align: center;
	letter-spacing: 1px;
}
div#data_boxes div.data_box h5{
	width: 354px;
	font-size: 1.25rem;
	font-weight: 400;
	text-align: center;
	margin: 0;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	letter-spacing: 2px;
}
div#data_boxes div.data_box h5 span{
	font-size: 0.9375rem;
}
div#data_boxes div.data_box p{
	width: 304px;
	margin: 0;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	margin-top: 28px;
	font-size: 0.9375rem;
	letter-spacing: 1px;
	padding-bottom: 70px;
}
div#data_boxes div.data_box p.detail{
	width: 304px;
	margin: 0;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 70px;
	padding-top: 10px;
	font-size: 0.9rem;
}
div#data_boxes div.data_box p.detail a{
	display: inline-block;
	text-decoration: none;
	color: #C08D4E;
	padding-bottom: 5px;
	border-bottom-color: #C08D4E;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
/* ページャー */
div#page_area{
	width: 1080px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
div#page_area a{
	text-decoration: none;
}
div#page_area a{
	width: 20px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	color: #000;
	text-decoration: none;
	display: inline-block;
	border-bottom-color: #C08D4E;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	margin-left: 5px;
	margin-right: 5px;
}
div#page_area a.now{
	color: #C08D4E;
	font-weight: bold;
}
div#page_area a.btn_nav{
	background-color: #FFF;
	color: #C08D4E;
	border-style: solid;
	border-width: 1px;
	border-color: #403F3F;
	line-height: 27px;
}

/* 文化に触れる詳細 */
div#detail_content{
	margin: 0;
	padding: 0;
	padding-top: 50px;
	width: 1080px;
	margin-left: auto;
	margin-right: auto;
	display: none;
}
div#detail_content div.image_area{
	text-align: center;
	padding-bottom: 30px;
}
div#detail_content div.image_area img{
	max-width: 1080px;
	height: auto;
}
div#detail_content h4{
	width: 140px;
	height: 27px;
	margin: 0;
	padding: 0;
	border-color: #E62603;
	border-width: 1px;
	border-style: solid;
	border-radius: 13px;
	margin-left: auto;
	margin-right: auto;
	line-height: 26px;
	color: #E62603;
	font-size: 1rem;
	font-weight: 400;
	background-color: #FFF;
	text-align: center;
}
div#detail_content h5{
	width: 100%;
	font-size: 1.25rem;
	font-weight: 400;
	text-align: center;
	margin: 0;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}
div#detail_content p{
	width: 100%;
	margin: 0;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	margin-top: 28px;
	font-size: 1rem;
}
div#detail_content p.list{
	width: 100%;
	margin: 0;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 70px;
	padding-top: 40px;
	font-size: 0.9rem;
}
div#detail_content p.list a{
	text-decoration: none;
	color: #C08D4E;
	border-bottom-color: #C08D4E;
	border-bottom-style: solid;
	border-bottom-width: 2px;
}


@media screen and (max-width:768px) {
	div#culture_content h3.description{
		font-size: 2.25rem;
	}
	div#culture_content p.description{
		font-size: 1.25rem;
		width: 768px;
	}
	
	div#culture_content div#category{
		width: 420px;
		height: 83px;
	}
	div#culture_content div#category ul#category_id{
		width: 420px;
		font-size: 1.5rem;
	}
	
	/* 一覧 */
	div#data_boxes{
		width: 768px;
	}
	div#data_boxes div.data_box{
		width: 375px;
		margin-left: 3px;
		margin-right: 3px;
	}
	div#data_boxes div.data_box div.image_area{
		width: 375px;
		height: 261px;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: contain;
	}
	div#data_boxes div.data_box h4{
		width: 140px;
		height: 27px;
		margin: 0;
		padding: 0;
		border-color: #E62603;
		border-width: 1px;
		border-style: solid;
		border-radius: 13px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 18px;
		line-height: 26px;
		color: #E62603;
		font-size: 0.9375rem;
		font-weight: 400;
		background-color: #FFF;
		text-align: center;
		letter-spacing: 1px;
	}
	div#data_boxes div.data_box h5{
		width: 354px;
		font-size: 1.25rem;
		font-weight: 400;
		text-align: center;
		margin: 0;
		padding: 0;
		margin-left: auto;
		margin-right: auto;
		margin-top: 20px;
		letter-spacing: 2px;
	}
	div#data_boxes div.data_box h5 span{
		font-size: 0.9375rem;
	}
	div#data_boxes div.data_box p{
		width: 354px;
		margin: 0;
		padding: 0;
		margin-left: auto;
		margin-right: auto;
		margin-top: 28px;
		font-size: 1.25rem;
		letter-spacing: 1px;
		padding-bottom: 70px;
	}
	div#data_boxes div.data_box p.detail{
		width: 354px;
		margin: 0;
		padding: 0;
		margin-left: auto;
		margin-right: auto;
		padding-bottom: 70px;
		padding-top: 10px;
		font-size: 0.9rem;
	}
	div#data_boxes div.data_box p.detail a{
		display: inline-block;
		text-decoration: none;
		color: #C08D4E;
		padding-bottom: 5px;
		border-bottom-color: #C08D4E;
		border-bottom-style: solid;
		border-bottom-width: 1px;
	}
	/* ページャー */
	div#page_area{
		width: 768px;
		margin-left: auto;
		margin-right: auto;
		text-align: left;
		padding-left: 50px;
		padding-right: 50px;
		box-sizing: border-box;
	}
}
