@charset "utf-8";
/* CSS Document */
/****************************************************************************/
/**							愛知の「山・鉾・屋台行事」							*/
/****************************************************************************/
#wrapper{
	min-width: 1200px;
}

.container{
	width: 1000px;
	margin: 0 auto;
	position: relative;
}

.container:after{
	content: "";
	display: block;
	clear: both;
	visibility: hidden;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.txt_center {
	text-align: center !important;
}

.en .worldheritage {
	font-family: 'Lato', 'sans-serif';
}

#heritage_wrap {
	background: url(/img/ja/event/worldheritage/bg.png);
	font-family: 'utsukushi';
}

#banner {
	width:auto;
}

#heritage_main {
	position: relative;
}

#heritage_main h1 {
	position: absolute;
	top: 150px;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
	width: 1000px;
	z-index: 999;
	color: #ffffff;
	font-size: 500%;
	font-weight: normal;
	text-shadow: 0 0 10px rgba(0,0,0,0.75);
}

#heritage_main h1 img {
	width: auto;
}

#heritage_main h1 span {
	display: block;
	font-size: 65%;
	margin: 10px 0;
}

#heritage_main_slider img {
	width: 100%;
	vertical-align: top;
}

#heritage_main .bx-pager {
	position: absolute;
	bottom: 30px;
	right: 0;
	left: 0;
	margin: auto;
	z-index: 999;
}

#heritage_main .bx-pager.bx-default-pager a {
	background: #ffffff;
}

#heritage_main .bx-pager.bx-default-pager a.active {
	background-color: #000000;
}

#heritage_internal_link {
	background: url(/img/ja/event/worldheritage/plaid_bg.png);
	height: 80px;
}

#heritage_internal_link ul {
	width: 1000px;
	margin: 0 auto;
	display: table;
}

#heritage_internal_link ul li {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 200px;
	height: 80px;
	font-size: 18px;
	line-height: 1.3;
}

#heritage_internal_link ul li a {
	color: #ffffff;
	width: 200px;
	height: 80px;
	display: table-cell;
	vertical-align: middle;
	opacity: 1;
}

#heritage_internal_link ul li:hover {
	background-color: rgba(136,105,45,0.5);
}

#heritage_about {
	margin: 5% auto 9%;
}

#heritage_about:before {
	background: url(/img/ja/event/worldheritage/about_title_bg.png) no-repeat;
	content: "";
	position: absolute;
	top: 0;
	right: -100px;
	width: 537px;
	height: 387px;
}

#heritage_about h1 {
	font-size: 400%;
	color: #bd1010;
	line-height: 1.28;
	margin-bottom: 20px;
}

#heritage_about span {
	font-size: 75%;
	color: #222222;
	display: block;
}

#heritage_about p {
	font-size: 140%;
	line-height: 2;
}

.heritage_about_box {
	margin-top: 9%;
}

.heritage_about_box h2 {
	font-size: 230%;
	color: #77602b;
	line-height: 1.2;
	margin-bottom: 20px;
	position: relative;
}

.heritage_about_box:nth-of-type(1) h2, .heritage_about_box:nth-of-type(3) h2 {
	padding-left: 70px;
}

.heritage_about_img {
	width: 400px;
	float: left;
}

.heritage_about_txt {
	width: 580px;
	float: right;
}

.heritage_about_box:nth-of-type(1) h2:before {
	background: url(/img/ja/event/worldheritage/about_bg1.png) no-repeat;
	width: 90px;
	height: 77px;
	content: "";
	position: absolute;
	left: 0;
	top: -40px;
}

.heritage_about_box:nth-of-type(2) h2:before {
	background: url(/img/ja/event/worldheritage/about_bg2.png) no-repeat;
	width: 384px;
	height: 113px;
	content: "";
	position: absolute;
	right: 0;
	bottom: -10px;
}

.heritage_about_box:nth-of-type(3) h2:before {
	background: url(/img/ja/event/worldheritage/about_bg3.png) no-repeat;
	width: 76px;
	height: 70px;
	content: "";
	position: absolute;
	left: 0;
	top: -30px;
}

.heritage_about_box:nth-of-type(2) .heritage_about_img {
	float: right;
}

.heritage_about_box:nth-of-type(2) .heritage_about_txt {
	float: left;
}

#heritage_guide {
	background: url(/img/ja/event/worldheritage/guide_bg.png);
	height: 100px;
}

#heritage_guide h1 {
	color: #ffffff;
	line-height: 100px;
	font-size: 400%;
	text-align: center;
	font-weight: normal;
}

.heritage_event_wrap {
	background-color: #000000;
	color: #ffffff;
	padding-bottom: 10%;
}

.heritage_event_head {
	border-top: 5px solid #ceb14e;
	border-bottom: 5px solid #ceb14e;
	position: relative;
	background-repeat: no-repeat;
	background-size: contain;
	height: 0;
	padding-top: 31.3%;
}

.heritage_event_head:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -55px;
	margin: auto;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 50px 36px 0 36px;
	border-color: #ceb14e transparent transparent transparent;
}

#tenno .heritage_event_head {
	background-image: url(/img/ja/event/worldheritage/tenno_head.jpg);
}

#chiryu .heritage_event_head {
	background-image: url(/img/ja/event/worldheritage/chiryu_head.jpg);
}

#inuyama .heritage_event_head {
	background-image: url(/img/ja/event/worldheritage/inuyama_head.jpg);
}

#shiohi .heritage_event_head {
	background-image: url(/img/ja/event/worldheritage/shiohi_head.jpg);
}

#sunari .heritage_event_head {
	background-image: url(/img/ja/event/worldheritage/sunari_head.jpg);
}

.heritage_event_head p {
	color: #ffffff;
	font-size: 360%;
	line-height: 1.3;
	font-weight: normal;
	margin-top: -31.3%;
	text-align: center;
	padding-top: 10%;
}

.heritage_event_box {
	margin-top: 100px;
}

.heritage_event_box p {
	font-size: 130%;
}

.heritage_event_txt {
	width: 580px;
	float: right;
	margin-right: 20px;
}

.heritage_event_img {
	width: 50%;
	float: right;
}

.heritage_event_wrap:nth-of-type(odd) .heritage_event_txt {
	float: left;
	margin-left: 20px;
	margin-right: 0;
}

.heritage_event_wrap:nth-of-type(odd) .heritage_event_img {
	float: left;
}

.heritage_event_img img {
	width: 100%;
}

.heritage_event_txt h1 {
	color: #e1d29e;
	font-size: 330%;
	font-weight: normal;
	line-height: 1.2;
}

.heritage_event_area {
	font-size: 160%;
	border-bottom: 1px solid #888888;
	padding: 10px 0 15px;
}

.heritage_event_wrap h2 {
	color: #e1d29e;
	font-size: 200%;
	font-weight: normal;
	line-height: 1.2;
	margin: 25px 0 5px;
}

.heritage_event_wrap p {
	line-height: 1.7;
}

.heritage_event_wrap .container {
	width: 1200px;
}

.heritage_highlight_box {
	margin-top: 5%;
	position: relative;
	padding-left: 165px;
	min-height: 142px;
	box-sizing: border-box;
}

.heritage_highlight_box p, .heritage_highlight_box2 p {
	font-size: 130%;
}

.heritage_highlight_box p:first-child{
	position: absolute;
	top: 0;
	left: 0;
}

.heritage_highlight_box h3 {
	font-size: 150%;
	margin: 15px 0 5px;
	line-height: 1.3;
}

.heritage_highlight_box2 {
	background-color: #877e5f;
	padding: 20px 25px;
	box-sizing: border-box;
	margin-top: 4%;
}

.heritage_highlight_box2 h2 {
	margin-top: 0;
}

.heritage_highlight_box2 h3 {
	font-size: 150%;
	margin: 10px 0 5px;
	line-height: 1.3;
}

.heritage_highlight_box2_img {
	float: right;
	margin-left: 20px;
}

.heritage_img_list {
	margin-top: 50px;
}

.heritage_img_list li {
	float: left;
	width: 23.5%;
	margin-left: 2%;
}

.heritage_img_list li:first-child {
	margin-left: 0;
}

.heritage_img_list li img {
	width: 100%;
}

.heritage_detail_link {
	background: url(/img/ja/event/worldheritage/plaid_bg.png);
	border-radius: 5px;
	border: 3px solid #ceb14e;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	font-size: 200%;
	height: 70px;
	line-height: 70px;
	width: 500px;
	color: #ffffff;
	margin-top: 5%;
}

.heritage_detail_link:before {
	content: url(/img/ja/common/arrow_r2.png);
	vertical-align: top;
	margin-right: 10px;
}

.heritage_slider {
	margin-top: 30px;
	display: none;
}

.heritage_slide_pager {
	margin-top: 5px;
	display: none;
}

.heritage_slide_pager li {
	float: left;
	width: 19%;
	margin-left: 1.25%;
}

.heritage_slide_pager li:first-child {
	margin-left: 0;
}

.heritage_slider li img, .heritage_slide_pager li img {
	width: 100%;
}

.bx-pager-item {
	display: inline-block;
}

.bx-pager {
    padding-top: 35px;
    text-align: center;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #cccccc none repeat scroll 0 0;
    border-radius: 7px;
    display: block;
    height: 13px;
    margin: 0 17px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    width: 13px;
}

@media screen and (max-width:736px){
	#wrapper{
		min-width: 0;
	}
	
	.container {
		width: 96%;
		margin: 0 2%;
	}

	#heritage_main h1 {
		top: 10px;
		width: 100%;
		font-size: 1rem;
	}
	
	#heritage_main h1 img {
		width: 50px;
	}
	
	#heritage_main h1 span {
		font-size: 1.3rem;
		margin: 5px 0;
	}
	
	#heritage_main .bx-pager {
		bottom: 10px;
	}
	#heritage_internal_link {
		display: none;
	}
	#heritage_about h1 {
	    font-size: 150%
	}
	.heritage_about_img {
		width: auto;
		float: none !important;
		text-align: center;
		margin-bottom: 10px;
	}
	
	.heritage_about_txt {
		width: auto;
		float: none !important;
	}
	
	#heritage_about:before, .heritage_about_box h2:before {
		display: none;
	}
	
	.heritage_about_box:nth-of-type(1) h2, .heritage_about_box:nth-of-type(3) h2 {
		padding-left: 0;
	}
	
	#heritage_guide h1 {
		font-size: 1.7rem;
	}
	
	.heritage_event_head p {
		font-size: 1rem;
		padding-top: 5%;
	}
	
	.heritage_event_box {
		margin-top: 50px;
	}
	
	.heritage_event_txt, .heritage_event_wrap .container  {
		width: auto !important;
		float: none !important;
		margin-right: 0;
		width: 96%;
		margin: 0 2%;
	}
	.heritage_event_txt h1 {
		font-size: 150%
	}
	
	.heritage_event_img, .heritage_img_list {
		display: none;
	}
	
	.heritage_detail_link {
		width: 96%;
	}
	
	.heritage_highlight_box {
		padding-left: 0;
	}
	
	.heritage_highlight_box p:first-child{
		display: none;
	}
	
	.heritage_highlight_box2 {
		margin-top: 20px !important;
		padding: 10px;
	}
	
	.heritage_highlight_box2_img {
		float: none;
		margin: 10px 0 0;
		text-align: center;
	}
	
	.heritage_slider, .heritage_slide_pager {
		display: block;
	}
}