@charset "UTF-8";

#naraakari {
	color: #fff;
	background-color: black;
	font-size: 16px; font-size: 1.6rem; /*=16px*/
	font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
	position: relative;
}
#naraakari img {
	vertical-align: bottom;
}
#naraakari h1, h2, h3 {
		margin: 0;
		padding: 0;
		line-height: 1 !important;
	}
#naraakari h2, #naraakari h3 {
	color: #ffd801;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}
	#naraakari h2 {
		margin: 10px 0;
		font-size: 40px; font-size: 4rem;
	}
		#tokae h2 { margin: 10px 0 20px; } /* =燈花会用 */
	#naraakari h3 {
		/*background: url('../images/line.png') bottom left repeat-x;
		margin-bottom: 20px;*/
		/*padding: 1em 0.5em 0.5em;*/
		font-size: 24px; font-size: 2.4rem;
	}
#naraakari span {
	font-size: 13px; font-size: 1.3rem;
	font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
	vertical-align: baseline;
}
#naraakari a, #naraakari a:hover {
	-webkit-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}
	#naraakari a {
		color: #ffd801;
		text-decoration: underline;
	}
	#tokae a:hover, #dento a:hover, #event a:hover, #yamatoji a:hover {
		text-decoration: none !important;
		filter: alpha(opacity=50) !important;
		-moz-opacity: 0.5 !important;
		opacity: 0.5 !important;
	}

#naraakari .title {
	width: 100%;
	height: auto;
	background: url('../images/header_image.jpg') top center no-repeat;
	text-align: center;
}
	@media screen and (max-width: 767px) {
		#naraakari .title {
			width: 100%;
			height: 300px;
			background-size: auto 100%;
		}
		#naraakari h1 img {
			width: auto;
			height: 300px;
		}
	}
	@media screen and (min-width: 768px) {
		#naraakari .title {
			width: 100%;
			height: 400px;
			background-size: auto 100%;
		}
		#naraakari h1 img {
			width: auto;
			height: 400px;
		}
	}
	@media screen and (min-width: 992px) {
		#naraakari .title {
			width: 100%;
			height: 500px;
			background-size: auto 100%;
		}
		#naraakari h1 img {
			width: auto;
			height: 500px;
		}
	}



/* ------------------------------
	Layout
------------------------------ */
section {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
	@media (min-width: 768px) {
	  section {
		width: 750px;
	  }
	}
	@media (min-width: 992px) {
	  section {
		width: 970px;
	  }
	}
	@media (min-width: 1200px) {
	  section {
		width: 1170px;
	  }
	}
#naraakari .sec_head {
	background: url('../images/hr_line.png') top center no-repeat;
	padding-top: 75px;
}



/* ------------------------------
	Common
------------------------------ */
.sec_heading {
	margin-bottom: 50px;
	text-align: center;
}

.date, .time {
	color: #ffd801;
	padding-bottom: 5px;
	display: inline-block;
	font-size: 16px; font-size: 1.6rem;
	font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif !important;
	line-height: 1;
}
	#tokae .date, #tokae .time {
		color: #fff !important;
		padding: 5px 12px !important;
		font-size: 28px; font-size: 2.8rem !important;
	}
		#tokae .date span { font-size: 20px; font-size: 2.0rem !important; }

#naraakari i { color: #ffd801; }



/* ------------------------------
	Navigation
------------------------------ */
#naraakari nav {
	margin-bottom: 60px;
	text-align: center;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	font-size: 18px; font-size: 1.8rem;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}
#naraakari nav ul {
	max-width: 1170px !important;
	margin: 0 auto !important;
}
	#naraakari nav li {
		padding: 0 !important;
		box-sizing: border-box;
		display:block;
	}
		#naraakari nav li a {
			color: #fff !important;
			padding: 15px 0 !important;
			display: block;
			text-decoration: none !important;
		}
			#naraakari nav li:hover > a {
				color: #000 !important;
				background-color: #fff;
				text-decoration: none !important;
			}
		@media screen and (max-width:767px) {
			#naraakari nav li { border-bottom: 1px solid #fff; }
				#naraakari nav li:last-child { border-bottom: none; }
		}
		@media screen and (min-width:768px) {
			#naraakari nav li {
				border-left: 1px solid #fff;
			}
				#naraakari nav li:first-child { border-left: none; }
			#naraakari nav .sp_shop { display: none !important; }
		}
		@media (min-width: 1171px) {
			#naraakari nav ul {
				border-right: 1px solid #fff;
				border-left: 1px solid #fff;
			}
		}



/* ------------------------------
	Tokusyu Set
------------------------------ */
/* Box */
.box_wrap {
	background-color: #27222f;
	height: 100%;
}
.box_wrap02 {
	background-color: #b9cde8;
	height: 100%;
}


/* Image Set */
.akari_image {
	width: 100%;
	height: auto;
	position: relative !important;
}
	.akari_image img { vertical-align: top !important; }
.photo {
	width: 100%;
	height: auto;
}
.map {
	position: absolute;
	top: 0;
	right: 0;
}
.photo_credit {
	position: absolute;
	bottom: 10px;
	right: 10px;
	font-size: 11px; font-size: 1.1rem;
}


/* list Set */
#dento ul, #event ul, #yamatoji ul { margin-bottom: 85px; }
#tokae li, #dento li, #event li, #yamatoji li, #ad li { margin-bottom: 30px; }


/* innerBox */
.inner_box {
	background-color: #27222f;
	padding: 0 15px 30px;
	position: relative;
}
.inner_box .heading {
	padding: 1em 0.5em;
	background: url('../images/line.png') bottom left repeat-x;
}
	.inner_box h3 { line-height: 30px; }
		#tokae .inner_box h3 {
			margin-left: 70px;
		}
		#tokae .iraka .inner_box h3 { line-height: 1.1 !important; } /* =甍用 */
		#tokae .itto .inner_box h3{ margin-left: 0; } /* =一客一燈用 */
	.inner_box .place {
		position: absolute;
		top: -6px;
		left: 15px;
	}
		#tokae .iraka .inner_box .place { top: 8px; } /* =甍用 */
.inner_box p {
	margin-top: 20px;
	padding: 0 5px;
}
.inner_box .notes {
	margin: 0.35em 0.5em 0 0;
	text-align: right;
}
	.inner_box .notes span {
		color: #ffd801;
		padding: 0.35em 0.9em;
		border: 1px solid #ffd801;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		-ms-border-radius: 2px;
		-o-border-radius: 2px;
		border-radius: 2px;
	}
	
.ex_inner_box {
	background-color: #27222f;
	padding: 0 30px 20px;
}
	.ex_inner_box p {
		color: #ffd801;
		margin-bottom: 15px;
	}



/* Detail */
.detail_title {
	margin-bottom: 20px;
	/*border-bottom: 1px dotted #98b9d6;*/
	font-size: 18px; font-size: 1.8rem;
}
.detail {
	margin-bottom: 15px;
	/*padding: 0 !important;*/
	display: table;
}
.detail dt, .detail dd {
	display: table-cell;
}
.detail dt {
	width: 26px;
}
	.detail dt span {
		padding: 5px;
		font-size: 16px !important; font-size: 1.6rem !important;
		line-height: 26px;
	}
	.ex_inner_box .detail dt span {
		color: #27222f;
		background-color: #ffd801;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		-ms-border-radius: 2px;
		-o-border-radius: 2px;
		border-radius: 2px;
	}
	.inner_box02 .detail dt span {
		color: #fff;
		background-color: #27222f;
	}
.detail dd {
	padding-left: 10px;
	font-size: 85%;
}



/* ------------------------------
	Tokae
------------------------------ */
/*#tokae i.fa-facebook-official, #tokae i.fa-twitter { font-size: 200%; }*/
.tokae_catch {
	/*background: url('../images/deco_tokae.png') left center no-repeat;*/
	background-size: contain; 
	margin-bottom: 50px;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.tokae_catch { text-align: left; }
}



/* ------------------------------
	AD
------------------------------ */
#ad {
	color: #000;
	font-size: 13px; font-size: 1.3rem;
}
#ad img {
	width: 100%;
	vertical-align: top !important;
}
#ad a {
	color: #fff !important;
	text-decoration: none;
 }

.ad_wrap { background-color: #c5d4e0; }
.ad_image { padding: 0 !important; }
/*.ad_inner_box { padding: 15px; }*/

.ad_cont { padding: 15px 0 0; }
#ad h3, .ad_main {
	color: #dc1f47;
	font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
	font-weight: bold;
	line-height: 1;
}
	#ad h3 {
		padding-bottom: 3px;
		border-bottom: 1px dotted #27222f;
		font-size: 18px; font-size: 1.8rem;
	}
	.ad_main { font-size: 16px; font-size: 1.6rem; text-align: right; }
#ad p {
	margin-top: 10px;
	line-height: 1.15;
}
#ad p { margin-top: 10px; }
.ad_sub01, .ad_sub02 {
	text-align: right;
	font-size: 12px; font-size: 1.2rem;
	line-height: 1.15;
}
	.ad_sub01 { margin: 12px 0 5px; }
	.ad_sub02 { margin-top: 5px; }
.ad_link { padding-bottom: 15px; text-align: right; }
#ad a, #ad a:visited {
	background-color: #27222f;
	padding: 7px 10px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
}
#ad a:hover { background-color: #dc1f47; }

@media (max-width: 991px) {
	.ad_main, .ad_sub01, .ad_sub02 { display: none; }
	.ad_link {
		text-align: center;
	}
}
@media (max-width: 767px) {
	#ad li { margin-bottom: 15px; }
}