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

main {
	padding: 0;
}

#pageHeader {
	padding-bottom: 200px;
	background: url(../img/title/bg_title.jpg) no-repeat center, url(../img/common/border.png) repeat-x bottom;
	background-size: cover;
	box-shadow: 0 5px 5px rgba(153,153,153,0.5);
	position: relative;
}
#pageHeader p {
	width: 300px;
	height: 150px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	margin: 25px 0 0;
}
#pageHeader p.theme2 {
	background: url(../img/title/title_theme.png) no-repeat;
	background-size: 300px 150px;
}
#pageHeader p.area {
	background: url(../img/title/title_area.png) no-repeat;
	background-size: 300px 150px;
}
#pageHeader p.attraction {
	background: url(../img/title/title_attraction.png) no-repeat;
	background-size: 300px 150px;
}
#pageHeader p.newevent {
	background: url(../img/title/title_newevent.png) no-repeat;
	background-size: 300px 150px;
}
#pageHeader p.information {
	background: url(../img/title/title_information.png) no-repeat;
	background-size: 300px 150px;
}
#pageHeader p.route {
	background: url(../img/title/title_route.png) no-repeat;
	background-size: 300px 150px;
}
#pageHeader p.schedule {
	background: url(../img/title/title_schedule.png) no-repeat;
	background-size: 300px 150px;
}
#pageHeader p.pamphlet {
	background: url(../img/title/title_pamphlet.png) no-repeat;
	background-size: 300px 150px;
}
#pageHeader p.access {
	background: url(../img/title/title_access.png) no-repeat;
	background-size: 300px 150px;
}
#pageHeader p.sitemap {
	background: url(../img/title/title_sitemap.png) no-repeat;
	background-size: 300px 150px;
}
#pageHeader p.aboutus {
	background: url(../img/title/title_aboutus.png) no-repeat;
	background-size: 300px 150px;
}
#pageHeader p.notfound {
	background: url(../img/title/title_notfound.png) no-repeat;
	background-size: 300px 150px;
}
#pageHeader p.search {
	background: url(../img/title/title_search.png) no-repeat;
	background-size: 300px 150px;
}
/* pc tablet */
@media screen and (max-width: 1199px) {
	
	#pageHeader {
		padding-bottom: 100px;
	}
	#pageHeader p {
		width: 300px;
		height: 60px;
		margin: 20px 0 0;
	}
	#pageHeader p.theme2 {
		background: url(../img/title/title_theme_s.png) no-repeat center;
		background-size: 300px 60px;
	}
	#pageHeader p.area {
		background: url(../img/title/title_area_s.png) no-repeat center;
		background-size: 300px 60px;
	}
	#pageHeader p.attraction {
		background: url(../img/title/title_attraction_s.png) no-repeat center;
		background-size: 300px 60px;
	}
	#pageHeader p.newevent {
		background: url(../img/title/title_newevent_s.png) no-repeat center;
		background-size: 300px 60px;
	}
	#pageHeader p.information {
		background: url(../img/title/title_information_s.png) no-repeat center;
		background-size: 300px 60px;
	}
	#pageHeader p.route {
		background: url(../img/title/title_route_s.png) no-repeat center;
		background-size: 300px 60px;
	}
	#pageHeader p.schedule {
		background: url(../img/title/title_schedule_s.png) no-repeat center;
		background-size: 300px 60px;
	}
	#pageHeader p.pamphlet {
		background: url(../img/title/title_pamphlet_s.png) no-repeat center;
		background-size: 300px 60px;
	}
	#pageHeader p.access {
		background: url(../img/title/title_access_s.png) no-repeat center;
		background-size: 300px 60px;
	}
	#pageHeader p.sitemap {
		background: url(../img/title/title_sitemap_s.png) no-repeat center;
		background-size: 300px 60px;
	}
	#pageHeader p.aboutus {
		background: url(../img/title/title_aboutus_s.png) no-repeat center;
		background-size: 300px 60px;
	}
	#pageHeader p.notfound {
		background: url(../img/title/title_notfound_s.png) no-repeat center;
		background-size: 300px 60px;
	}
	#pageHeader p.search {
		background: url(../img/title/title_search_s.png) no-repeat center;
		background-size: 300px 60px;
	}
	
}
/* tablet sp */
@media screen and (max-width: 767px) {
	
	#pageHeader {
		padding-bottom: 300px;
		background: none;
		box-shadow: none;
	}	
	#pageHeader p {
		display: none;
	}
	
}
/* sp */
@media screen and (max-width: 599px) {
	
	#pageHeader {
		padding-bottom: 240px;
	}
	
}


#content {
	float: right;
	vertical-align: top;
	width: 840px;
	margin: 30px 0 0;
}
/* pc tablet */
@media screen and (max-width: 1199px) {
	
	#content {
		width: 670px;
	}
	
}
/* tablet */
@media screen and (max-width: 1023px) {
	
	#content {
		float: none;
		width: 750px;
		margin: 0 auto;
	}	
	
}
/* tablet sp */
@media screen and (max-width: 767px) {
	
	#content {
		width: 600px;
	}	
	
}
/* sp */
@media screen and (max-width: 599px) {
	
	#content {
		width: 300px;
	}	
	
}

#breadcrumb {
	display: block;
	width: 100%;
	min-height: 30px;
	margin: 0 0 15px;
	font-size: 12px;
	line-height: 30px;
	text-align: left;
}
#breadcrumb a {
	color: #333333;
	text-decoration: none;
}
#breadcrumb a:hover {
	text-decoration: underline;
}

/*//////////////////////////////////投稿//////////////////////////////////*/
#content > h1 {
	display: none;
}
article.hentry {
	display: inline-table;
	width: 800px;
	padding: 0 0 15px 40px;
	border: none;
	border-bottom: #B38F46 solid 1px;
	background: url(../img/common/check.png) no-repeat 5px top;
}
article.hentry figure {
	display: table-cell;
	vertical-align: top;
	margin: 0;
}
article.hentry figure img {
	margin: 0 15px 0 0;	
}
article.hentry .summary {
	display: table-cell;
	vertical-align: top;
	margin: 0 15px 0 0;
}
article.hentry .summary h1 {
	vertical-align: top;
	width: auto;
	min-height: 26px;
	padding: 0 0 15px 0;
	color: #4C3126;
	font-size: 22px;
	line-height: 26px;	
}
article.hentry .summary h2 {
	vertical-align: top;
	width: auto;
	min-height: 26px;
	padding: 0 15px;
	margin: 0 0 15px;
	color: #4C3126;
	font-size: 20px;
	line-height: 26px;
	background-color: rgba(179,143,70,0.5);
}
article.hentry .summary h3 {
	vertical-align: top;
	width: auto;
	min-height: 22px;
	padding: 0 15px;
	margin: 0 0 15px 0;
	color: #4C3126;
	font-size: 18px;
	line-height: 22px;	
	border: #B38F46 solid 1px;
	background-color: #FFFFFF;
}
article.hentry .summary h4 {
	vertical-align: top;
	width: auto;
	min-height: 20px;
	padding: 0 0 0 5px;
	margin: 0 0 15px 0;
	color: #4C3126;
	font-size: 16px;
	line-height: 20px;
	border-left: #B38F46 solid 5px;		
}
article.hentry .summary time {
	vertical-align: top;
	width: 15em;
	height: 24px;
	margin: 0 0 15px 0;
	padding: 0 1em;
	color: #4C3126;
	font-size: 14px;
	line-height: 24px;
	background: rgba(179,143,70,0.3);
}
article.hentry .summary p,
article.hentry .summary p a {
	color: #333333;
	font-size: 14px;
	line-height: 24px;
	vertical-align: top;
}
article.hentry .summary p a {
	display: block;
	width: 100%;
	min-height: 24px;
	text-decoration: none;
}
article.hentry .summary p a span {
	width: auto;
	display: block;
	text-align: right;
	font-size: 14px;
	line-height: 24px;
	color: #7748A4;
}
hr {
	width: 100%;
	margin: 0 0 55px;
	border: none;
	border-bottom: #FFFFFF solid 1px;
}
/* pc */
@media screen and (min-width: 1200px) {
	
	article.hentry .summary p a:hover,
	article.hentry .summary p a:hover span {
		text-decoration: underline;
	}
	
}
/* pc tablet */
@media screen and (max-width: 1199px) {
	
	article.hentry {
		width: 630px;
	}
	
}
/* tablet */
@media screen and (max-width: 1023px) {
	
	article.hentry {
		width: 710px;
	}	
	
}
/* tablet sp */
@media screen and (max-width: 767px) {
	
	#content > h1 {
		display: block;
		width: auto;
		min-height: 26px;
		padding: 0 0 25px 40px;
		color: #4C3126;
		font-size: 24px;
		line-height: 26px;
		background: url(../img/common/check.png) no-repeat 5px top;
	}
	article.hentry {
		width: 540px;
	}	
	
}
/* sp */
@media screen and (max-width: 599px) {
	
	article.hentry {
		width: 280px;
		padding: 0 0 15px 20px;
		background: none;
	}	
	article.hentry figure {
		display: block;
		vertical-align: top;
		text-align: left;	
	}
	article.hentry .summary {
		display: block;
		vertical-align: top;
	}
	article.hentry .summary h1 {
		min-height: 20px;
		font-size: 18px;
		line-height: 20px;	
	}
	
}

/*image*/
article.hentry .thumbnail-align img{float:left;margin:0 20px 20px 0;}
article.hentry img.alignleft{float:left;margin:0 20px 20px 0;}
article.hentry img.alignright{float:right;margin:0 0 20px 20px;}
article.hentry .aligncenter{clear: both;display: block;margin:0 auto 20px;}
article.hentry .wp-caption {line-height: 18px;margin-bottom: 20px;text-align: center;}
article.hentry .wp-caption.alignleft{float:left;margin:0 15px 15px 0;}
article.hentry .wp-caption.alignright{float:right;margin:0 0 15px 15px;}
article.hentry .wp-caption img {margin:0;}
article.hentry .wp-caption p.wp-caption-text {color: #888;font-size: 12px;margin:0;}
article.hentry .gallery {margin:0 auto 18px;padding:0 0 25px;}
article.hentry .gallery .gallery-item {float: left;text-align: center;}
article.hentry .gallery .gallery-caption {color: #888;font-size: 12px;margin:0;}
article.hentry .gallery br+br {display: none;}
/* tablet sp */
@media screen and (max-width: 767px) {
	
	article.hentry .thumbnail-align img{float:none;margin:0 0 20px;width:100%;height:auto;}
	article.hentry img.alignleft{float:none;margin:0 0 20px;width:100%;height:auto;}
	article.hentry img.alignright{float:none;margin:0 0 20px;width:100%;height:auto;}
	article.hentry .wp-caption{width:auto;}
	article.hentry .wp-caption.alignleft{float:none;margin:0 0 15px;}
	article.hentry .wp-caption.alignright{float:none;margin:0 0 15px;}	
	article.hentry .wp-caption img {width:100%;height:auto;}
	article.hentry .gallery .gallery-item {float:none;text-align: center;}
	
}

/*navigation*/
.navigation{clear:both;padding:20px 0 0;font-size:18px;line-height:20px;text-align:center;}
.navigation a{font-weight:bold;color:#4C3126;padding:10px 15px;background-color:#E1D2B3;text-decoration:none;border-radius:5px;-moz-border-radius:5px;}
.navigation a:hover{font-weight:bold;color:#FFFFFF;background-color:#4C3126;}
.navigation div.alignleft {float:left;}
.navigation div.alignright {float:right;}

/*wp-pagenavi*/
.wp-pagenavi{clear:both;padding:20px 0 0;font-size:18px;line-height:20px;text-align:center;}
.wp-pagenavi span.extend {color:#FFFFFF;background-color:#4C3126;padding:10px 20px;border-radius:5px;-moz-border-radius:5px;margin:2px;}
.wp-pagenavi span.current{font-weight:bold;color:#FFFFFF;background-color:#4C3126;padding:10px 20px;border-radius:5px;-moz-border-radius:5px;margin:2px;}
.wp-pagenavi span.pages{font-weight:bold;color:#4C3126;background-color:#E1D2B3;padding:10px 20px;border-radius:5px;-moz-border-radius:5px;margin:2px;}
.wp-pagenavi a{font-weight:bold;color:#4C3126;padding:9px 19px;border:#4C3126 solid 1px;border-radius:5px;-moz-border-radius:5px;margin:2px;text-decoration:none;}
.wp-pagenavi a:hover{color:#FFFFFF;background-color:#4C3126;}

/*//////////////////////////////////投稿//////////////////////////////////*/

/*//////////////////////////////////テーマ//////////////////////////////////*/
section#theme2 {
	display: block;
	width: 840px;
	font-size: 0;
}
section#theme2 h1 {
	position: relative;
	width: 100%;
	height: 65px;
	margin: 0 0 25px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: url(../img/attraction/bg_theme_title.png) no-repeat right;
	background-size: 840px 65px;
}
section#theme2 h1:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 300px;
	height: 65px;
}
section#theme2 h1.sight-play:before {
	background: url(../img/attraction/title_sight-play.png) no-repeat left;
	background-size: 300px 65px;	
}
section#theme2 h1.study-know:before {
	background: url(../img/attraction/title_study-know.png) no-repeat left;
	background-size: 300px 65px;
}
section#theme2 h1.spa-shop:before {
	background: url(../img/attraction/title_spa-shop.png) no-repeat left;
	background-size: 300px 65px;
}
section#theme2 h1.specialty-spot:before {
	background: url(../img/attraction/title_specialty-spot.png) no-repeat left;
	background-size: 300px 65px;
}
section#theme2 dl {
	display: inline-block;
	vertical-align: top;
	width: 410px;
	height: auto;
}
section#theme2 dl dt {
	width: 410px;
	height: 70px;
	margin: 0 0 10px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
section#theme2 dl.northern {
	margin: 0 10px 0 0;
}
section#theme2 dl.northern dt {
	background: url(../img/attraction/title_northern.png) no-repeat;
	background-size: 410px 70px;
}
section#theme2 dl.southern {
	margin: 0 0 0 10px;
}
section#theme2 dl.southern dt {
	background: url(../img/attraction/title_southern.png) no-repeat;
	background-size: 410px 70px;
}
section#theme2 dl dd {
	margin: 0 40px;
}
section#theme2 dl dd ul li {
	position: relative;
	min-height: 14px;
	padding: 8px 0;
	text-align: left;
	border-bottom: #FFFFFF solid 1px;
}
section#theme2 dl dd ul li:before {
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	width: 100%;
	border-bottom: #B38F46 solid 1px;
}
section#theme2 dl dd ul li a {
	display: block;
	color: #4C3126;
	font-size: 14px;
	line-height: 18px;
	padding: 0 0.5em 0 1em;
	text-decoration: none;
}
section#theme2 dl dd ul li a:before {	
	content: "・";
}
section#theme2 dl dd p {
	min-height: 14px;
	padding: 8px 0;
	text-align: left;
	color: #4C3126;
	font-size: 14px;
	line-height: 18px;
}
/* pc */
@media screen and (min-width: 1200px) {
	
	section#theme2 dl dd ul li a:hover {
		text-decoration: underline;
	}
	
}
/* pc tablet */
@media screen and (max-width: 1199px) {
	
	section#theme2 {
		width: 670px;
	}
	section#theme2 dl {
		width: 320px;
	}
	section#theme2 dl dt {
		width: 320px;
		height: 55px;
	}
	section#theme2 dl.northern {
		margin: 0 5px;
	}
	section#theme2 dl.southern {
		margin: 0 5px;
	}
	section#theme2 dl.northern dt,
	section#theme2 dl.southern dt {
		background-size: 320px auto;
	}
	section#theme2 dl dd {
		margin: 0 20px;
	}

}
/* tablet */
@media screen and (max-width: 1023px) {
	
	section#theme2 {
		width: 750px;
	}
	section#theme2 dl.northern,
	section#theme2 dl.southern {
		margin: 0 20px 0 25px;
	}
	
}
/* tablet sp */
@media screen and (max-width: 767px) {
	
	section#theme2 {
		width: 600px;
	}
	section#theme2 dl.northern,
	section#theme2 dl.southern {
		display: block;
		text-align: center;
		margin: 0 auto 30px;
	}
	
}
/* sp */
@media screen and (max-width: 599px) {

	section#theme2 {
		width: 300px;
	}
	section#theme2 dl {
		width: 300px;
	}	
	section#theme2 dl dt {
		width: 300px;
		height: 52px;
	}
	section#theme2 dl.northern dt,
	section#theme2 dl.southern dt {
		background-size: 300px auto;
	}
	
}
/*//////////////////////////////////テーマ//////////////////////////////////*/

/*//////////////////////////////////エリア//////////////////////////////////*/
section#area {
	display: block;
	width: 840px;
	font-size: 0;
}
section#area h1 {
	width: 410px;
	height: 70px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
section#area h1.northern {
	background: url(../img/attraction/title_northern.png) no-repeat;
	background-size: 410px 70px;
}
section#area h1.southern {
	background: url(../img/attraction/title_southern.png) no-repeat;
	background-size: 410px 70px;
}
section#area figure {
	margin: 0 0 25px;
}
section#area figure img {
	width: 100%;
	height: auto;
}
section#area dl {
	width: 100%;
	height: auto;
	margin: 0 0 40px;
}
section#area dl dt {
	position: relative;
	width: 100%;
	height: 65px;
	margin: 0 0 10px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: url(../img/attraction/bg_theme_title.png) no-repeat right;
	background-size: 840px 65px;
}
section#area dl dt:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 300px;
	height: 65px;
}
section#area dl.sight-play dt:before {
	background: url(../img/attraction/title_sight-play.png) no-repeat left;
	background-size: 300px 65px;	
}
section#area dl.study-know dt:before {
	background: url(../img/attraction/title_study-know.png) no-repeat left;
	background-size: 300px 65px;
}
section#area dl.spa-shop dt:before {
	background: url(../img/attraction/title_spa-shop.png) no-repeat left;
	background-size: 300px 65px;
}
section#area dl.specialty-spot dt:before {
	background: url(../img/attraction/title_specialty-spot.png) no-repeat left;
	background-size: 300px 65px;
}
section#area dl dd ul li {
	display: inline-block;
	vertical-align: top;
	text-align: left;
	position: relative;
	width: 340px;
	min-height: 14px;
	margin: 0 40px;
	padding: 8px 0;
	border-bottom: #FFFFFF solid 1px;
}
section#area dl dd ul li:before {
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	width: 100%;
	border-bottom: #B38F46 solid 1px;
}
section#area dl dd ul li a {
	display: block;
	color: #4C3126;
	font-size: 14px;
	line-height: 18px;
	padding: 0 0.5em 0 1em;
	text-decoration: none;
}
section#area dl dd ul li a:before {
	content: "・";
}
section#area dl dd p {
	min-height: 14px;
	margin: 0 40px;
	padding: 8px 0;
	text-align: left;
	color: #4C3126;
	font-size: 14px;
	line-height: 18px;
}
/* pc */
@media screen and (min-width: 1200px) {
	
	section#area dl dd ul li a:hover {
		text-decoration: underline;
	}
	
}
/* pc tablet */
@media screen and (max-width: 1199px) {
	
	section#area {
		width: 670px;
	}
	section#area dl dd ul li {
		width: 280px;
		margin: 0 25px;
	}
	
}
/* tablet */
@media screen and (max-width: 1023px) {
	
	section#area {
		width: 750px;
	}
	section#area dl dd ul li {
		width: 280px;
		margin: 0 30px 0 50px;
	}
	section#area dl dd p {
		width: 280px;
		margin: 0 30px 0 50px;
	}
	
}
/* tablet */
@media screen and (max-width: 767px) {
	
	section#area {
		width: 600px;
	}
	section#area dl dd ul {
		display: block;
		text-align: center;
		margin: 0 0 30px;
	}
	section#area dl dd ul li {
		display: block;
		margin: 0 auto;
	}
	section#area dl dd p {
		display: block;
		margin: 0 auto;
	}
	
}
/* sp */
@media screen and (max-width: 599px) {

	section#area {
		width: 300px;
	}
	section#area h1 {
		width: 300px;
		height: 52px;
	}
	section#area h1.northern,
	section#area h1.southern {
		background-size: 300px auto;
	}
	section#area dl dd ul li {
		width: 260px;	
	}
	section#area dl dd p {
		width: 260px;
	}
	
}
/*//////////////////////////////////エリア//////////////////////////////////*/

/*//////////////////////////////////観光スポット//////////////////////////////////*/
section.special {
	padding: 16px;
	margin: 0 0 40px;
	border: #E7DAC5 solid 1px;
	background-color: rgba(255,255,255,0.7);
}
section.special h1 {
	width: 128px;
	height: 21px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: url(../img/attraction/title_special.png) no-repeat;
	background-size: 128px 21px;
	margin: -25px 0 14px;
}
section.special ul li dl dt {
	font-weight: bold;
	color: #000000;
	font-size: 14px;
	line-height: 18px;
	background: url(../img/attraction/check_special.png) no-repeat;
	background-size: 16px 16px;
	padding: 0 0 12px 24px;
}
section.special ul li dl dd {
	color: #000000;
	font-size: 14px;
	line-height: 18px;
	padding: 0 0 12px 24px;
}
/* sp */
@media screen and (max-width: 599px) {
	
	section.special {
		border: none;
		background: none;
		background: url(../img/attraction/bar_special.png) repeat-x top, url(../img/attraction/bar_special.png) repeat-x bottom;
	}
	section.special h1 {
		margin: -25px auto 14px;
		text-align: center;
	}
	/* 点滅 */
	.blinking{
		-webkit-animation:blink 1.5s ease-in-out infinite alternate;
		-moz-animation:blink 1.5s ease-in-out infinite alternate;
		animation:blink 1.5s ease-in-out infinite alternate;
	}
	@-webkit-keyframes blink {
		0% {opacity:0;}
		100% {opacity:1;}
	}
	@-moz-keyframes blink {
		0% {opacity:0;}
		100% {opacity:1;}
	}
	@keyframes blink {
		0% {opacity:0;}
		100% {opacity:1;}
	}
	
}

section.attraction h1 {
	width: auto;
	min-height: 26px;
	padding: 0 0 15px 40px;
	color: #4C3126;
	font-size: 22px;
	line-height: 26px;
	background: url(../img/common/check.png) no-repeat 5px top;
}
section.attraction #gallery {
	width: auto;
	margin: 0 0 40px -10px;
}
section.attraction table tbody {
	width: 100%;
	border-collapse: collapse;
	border-top: #B38F46 solid 1px;
}
section.attraction table tbody th {
	width: 180px;
	text-align: left;
	vertical-align: middle;
	color: #4C3126;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	padding: 15px 40px;
	border-left: #B38F46 solid 1px;
	border-bottom: #B38F46 solid 1px;
	background-color: #E6D9BF;
}
section.attraction table tbody td {
	padding: 15px 20px;
	border-right: #B38F46 solid 1px;
	border-bottom: #B38F46 solid 1px;
}
section.attraction table tbody td p,
section.attraction table tbody td p a {
	color: #4C3126;
	font-size: 14px;
	line-height: 24px;
}
/* tablet sp */
@media screen and (max-width: 767px) {
	
	section.attraction table tbody th {
		display: block;
		width: auto;
		padding: 15px 20px;
		border-right: #B38F46 solid 1px;
	}
	section.attraction table tbody td {
		display: block;
		width: auto;
		border-left: #B38F46 solid 1px;
	}
	section.attraction table tbody td p a {
		text-decoration: underline;
	}
	section.attraction table tbody td iframe {
	width:100%;
	height:300px;
	}
}
/*//////////////////////////////////観光スポット//////////////////////////////////*/

/*//////////////////////////////////ページ//////////////////////////////////*/

section.page h1 {
	width: auto;
	min-height: 26px;
	padding: 0 0 15px 40px;
	color: #4C3126;
	font-size: 22px;
	line-height: 26px;
	background: url(../img/common/check.png) no-repeat 5px top;
}

/*観光ルート*/
section.page .route ul {
	margin-right: -15px;
}
section.page .route ul li {
	display: inline-block;
	vertical-align: top;
	width: 260px;
	height: 190px;
	border: #E0D1B1 solid 5px;
	margin: 0 15px 15px 0;
	background: url(../img/page/bg_route.png) no-repeat;
	background-size: 260px 190px;
}
section.page .route ul li a {
	display: table-cell;
	font-family: 'ＶＤ ロゴ丸 特太', 'Hiragino Kaku Gothic ProN W6', serif;
	color: #4C3126;
	font-size: 25px;
	line-height: 28px;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 260px;
	height: 190px;
}
section.page .route ul li a:after {
	content: "";
	display: block;
	text-align: center;
	vertical-align: middle;
	width: 260px;
	height: 25px;
	background: url(../img/page/link_pdf.png) no-repeat center;
	background-size: 160px 25px;
}
/* pc */
@media screen and (min-width: 1200px) {
	
	section.page .route ul li:hover {
		background-color: rgba(255,255,255,0.5);
	}
	
}
/* pc tablet */
@media screen and (max-width: 1199px) {
	
	section.page .route ul {
		width: 100%;
		margin-right: 0;
	}
	
}
/* tablet */
@media screen and (max-width: 1023px) {
	
	section.page .route ul {
		display: block;		
		text-align: center;
	}
	
}
/* sp */
@media screen and (max-width: 599px) {
	
	section.page .route ul li {
		margin: 0 auto 15px;
	}
	
}

/*パンフレット*/
section.page .pamphlet h2 {
	vertical-align: top;
	width: auto;
	min-height: 26px;
	padding: 0 15px;
	margin: 0 0 15px;
	color: #4C3126;
	font-size: 20px;
	line-height: 26px;
	background-color: rgba(179,143,70,0.5);
}
section.page .pamphlet ul {
	margin: 0 -15px 15px 0;
}
section.page .pamphlet ul li {
	display: inline-block;
	vertical-align: top;
	width: 260px;
	height: auto;
	border: #E0D1B1 solid 5px;
	margin: 0 15px 15px 0;
}
section.page .pamphlet ul li .wp-caption {
	text-align: center;
	margin: 15px auto 0;
}
section.page .pamphlet ul li p.wp-caption-text {
	display: block;
	color: #4C3126;
	font-weight: bold;
	font-size: 12px;
	line-height: 30px;
	text-align: center;
	vertical-align: middle;
	position: relative;
	top: -10px;
}
section.page .pamphlet ul li p.wp-caption-text:before {
	content: url(../img/page/icon_pdf.png);
	position: relative;
	top: 10px;
}
section.page .pamphlet p {
	font-size: 14px;
	line-height: 20px;
}
section.page .pamphlet table {
	width: 100%;
	margin: 0 0 15px;
}
section.page .pamphlet table tbody {	
	border-collapse: collapse;
	border-top: #B38F46 solid 1px;
}
section.page .pamphlet table tbody th {
	width: 180px;
	text-align: left;
	vertical-align: middle;
	color: #4C3126;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	padding: 15px 40px;
	border-left: #B38F46 solid 1px;
	border-bottom: #B38F46 solid 1px;
	background-color: #E6D9BF;
}
section.page .pamphlet table tbody td {
	width: 540px;
	padding: 15px 20px;
	border-right: #B38F46 solid 1px;
	border-bottom: #B38F46 solid 1px;
	color: #4C3126;
	font-size: 14px;
	line-height: 24px;
}
section.page .pamphlet table tbody td .address,
section.page .pamphlet table tbody td .name,
section.page .pamphlet table tbody td .email,
section.page .pamphlet table tbody td .busuu,
section.page .pamphlet table tbody td .comment {
	width: 100%;
}
section.page .pamphlet input[type="submit"] {
	margin: 0 5px 5px;
	padding: 0 10px;
	border: solid 1px rgba(179,143,70,0.5);
	border-radius: 10px;
	background-color: rgba(179,143,70,0.5);
	height: 40px;	
	font-family: "Meiryo","MS PGothic","Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	font-size: 14px;
	line-height: 40px;
	cursor: pointer;
}
/* pc */
@media screen and (min-width: 1200px) {
	
	section.page .pamphlet ul li .wp-caption a:hover img {
		opacity: 0.75;
	}
	section.page .pamphlet input[type="submit"]:hover {
		background-color: rgba(179,143,70,0.25);	
	}
	
}
/* pc tablet */
@media screen and (max-width: 1199px) {
	
	section.page .pamphlet ul {
		width: 100%;
		margin-right: 0;
	}
	
}
/* tablet */
@media screen and (max-width: 1023px) {
	
	section.page .pamphlet ul {
		display: block;		
		text-align: center;
	}
	
}
/* tablet sp */
@media screen and (max-width: 767px) {
	
	section.page .pamphlet table tbody th {
		display: block;
		width: auto;
		padding: 15px 20px;
		border-right: #B38F46 solid 1px;
	}
	section.page .pamphlet table tbody td {
		display: block;
		width: auto;
		border-left: #B38F46 solid 1px;
	}
	
	
}
/* sp */
@media screen and (max-width: 599px) {
	
	section.page .pamphlet ul li {
		margin: 0 auto 15px;
	}
	
}

/*年間イベントリスト*/
section.page .schedule dl {
	margin: -15px 60px 0 60px;
}
section.page .schedule dl dt {
	width: auto;
	min-height: 30px;
	margin: 15px 0 10px;
	padding: 0 10px;
	background-color: rgba(179,143,70,0.3);
	color: #4C3126;
	font-weight: bold;
	font-size: 16px;
	line-height: 30px;
}
section.page .schedule dl dd {
	position: relative;
	font-size: 14px;
	line-height: 20px;
	padding: 5px 10px;
	border-bottom: #B38F46 solid 1px;
}
section.page .schedule dl dd:before {
	content: "・";
}
section.page .schedule dl dd:after {
	content: "";
	position: absolute;
	right: 0;
	bottom: -2px;
	width: 100%;
	border-bottom: #FFFFFF solid 1px;	
}
/* sp */
@media screen and (max-width: 599px) {
	
	section.page .schedule dl {
		margin: -15px 0 0;
	}
	
}

/*アクセス*/
section.page .access iframe {
	height: 585px;
	margin: 0 0 40px;
}
section.page .access h2 {
	position: relative;
	width: auto;
	height: 65px;
	margin: 25px 0;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: url(../img/page/bg_access.png) no-repeat right;
	background-size: 840px 65px;
}
section.page .access h2:before {
	content: "";
	position: absolute;
	top: 0;
	left: 25px;
	width: 100%;
	height: 65px;
}
section.page .access h2.train:before {
	background: url(../img/page/title_train.png) no-repeat;
	background-size: 300px 65px;
}
section.page .access h2.car:before {
	background: url(../img/page/title_car.png) no-repeat;
	background-size: 300px 65px;
}
section.page .access dl {
	margin: 0 60px;
}
section.page .access dl dt {
	width: auto;
	min-height: 30px;
	margin: 10px 0;
	padding: 0 10px;
	background-color: rgba(179,143,70,0.3);
	color: #4C3126;
	font-weight: bold;
	font-size: 16px;
	line-height: 30px;
}
section.page .access dl dd {
	position: relative;
	font-size: 14px;
	line-height: 20px;
	padding: 5px 10px 5px 20px;
	margin: 0 0 15px;
	border-bottom: #B38F46 solid 1px;
}
section.page .access dl dd:before {
	content: "";
	position: absolute;
	right: 0;
	bottom: -2px;
	width: 100%;
	border-bottom: #FFFFFF solid 1px;	
}
/* sp */
@media screen and (max-width: 599px) {
	
	section.page .access iframe {
		height: 300px;
	}
	section.page .access h2:before {
		left: 0;
	}
	section.page .access dl {
		margin: 0;
	}
	
}

/*サイトマップ*/
section.page .sitemap h2 {
	font-weight: normal;
	color: #4C3126;
	font-size: 14px;
	line-height: 20px;
	margin: 0 60px;
	padding: 5px 0 5px 25px;
	background: url(../img/page/icon_h2_sitemap.png) no-repeat 1px 4px;	
}
section.page .sitemap ul {
	margin: 0 90px;
}
section.page .sitemap ul.simple-sitemap-attraction {
	margin-bottom: 20px;
}
section.page .sitemap ul li {
	position: relative;	
	padding: 5px 10px 5px 20px;
	border-bottom: #B38F46 solid 1px;
	background: url(../img/page/icon_list_sitemap.png) no-repeat 1px 4px;
}
section.page .sitemap ul li:after {
	content: "";
	position: absolute;
	right: 0;
	bottom: -2px;
	width: 100%;
	border-bottom: #FFFFFF solid 1px;	
}
section.page .sitemap ul li a {
	display: block;
	color: #4C3126;
	font-size: 14px;
	line-height: 20px;
	text-decoration: none;
}
/* pc */
@media screen and (min-width: 1200px) {
	
	section.page .sitemap ul li a:hover {
		text-decoration: underline;
	}
	
}
/* sp */
@media screen and (max-width: 599px) {
	
	section.page .sitemap h2 {
		margin: 0 10px;
	}
	section.page .sitemap ul {
		margin: 0 10px 0 20px;
	}
	section.page .sitemap ul.simple-sitemap-attraction {
		margin-bottom: 20px;
	}
	
}

/*ジオパーク*/
section.page .geospot h2 {
	vertical-align: top;
	width: auto;
	min-height: 26px;
	padding: 0 15px;
	margin: 0 0 15px;
	color: #4C3126;
	font-size: 20px;
	line-height: 26px;
	background-color: rgba(179,143,70,0.5);
}
section.page .geospot p {
    font-size: 14px;
    line-height: 20px;
	margin:0 0 15px 0;
}
section.page .geospot p iframe {
	display:block;
	margin:0 auto 30px auto;
}
section.page .geospot ul {
    font-size: 14px;
	margin:0 0 0 30px;
}
section.page .geospot ul li {
	list-style-type:disc!important;
}
section.page .geospot .mokuji {
	width:50%;
	border:1px solid #CCC;
	background-color:#e6ffd9;
	margin:0 auto 30px auto;
	padding:10px;
}
@media screen and (max-width: 767px) {
	section.page .geospot h2 a {
		margin-top:-30px;
		padding-top:30px;
	}
}
section.page .geospot .foogallery {
	margin:0 0 30px 0;
}
@media screen and (max-width: 767px) {
	section.page .geospot p iframe {
	width:100%;
	height:300px;
	}
	section.page .geospot .mokuji {
	width:90%;
	}
}

/*//////////////////////////////////ページ//////////////////////////////////*/

/*//////////////////////////////////検索//////////////////////////////////*/
#content h1.search {
	display: block;
	width: auto;
	margin: 0 0 20px;
	padding: 0 0 15px 40px;
	color: #4C3126;
	font-size: 22px;
	line-height: 26px;
	background: url(../img/common/check.png) no-repeat 5px top;
}
section.hentry .summary {
	border-bottom: #B38F46 solid 1px;
}
section.hentry .summary h1 {
	width: auto;
	min-height: 26px;
	margin: 0 0 15px 10px;
	padding: 0 0 0 10px;
	border-left: #B38F46 solid 5px;
	color: #4C3126;
	font-size: 22px;
	line-height: 26px;	
	background: none;
}
section.hentry .summary p,
section.hentry .summary p a {
	color: #333333;
	font-size: 14px;
	line-height: 24px;
	vertical-align: top;
}
section.hentry .summary p {
	margin: 0 15px 10px;
}
section.hentry .summary p a {
	display: block;
	width: 100%;
	min-height: 24px;
	text-decoration: none;
}
section.hentry .summary p a span {
	width: auto;
	display: block;
	text-align: right;
	font-size: 14px;
	line-height: 24px;
	color: #7748A4;
}
hr {
	width: 100%;
	margin: 0 0 55px;
	border: none;
	border-bottom: #FFFFFF solid 1px;
}
/* pc */
@media screen and (min-width: 1200px) {
	
	section.hentry .summary p a:hover,
	section.hentry .summary p a:hover span {
		text-decoration: underline;
	}
	
}



/*//////////////////////////////////検索//////////////////////////////////*/


/* 踊り子オーディションバナー */
.p-25odoriko {
	margin:10px 0 0 0;
}


/* ギャラリー */
section.page .gallery p {
	font-size:14px;
	margin:0 0 10px 10px;
}
section.page .gallery ul {
	margin: 0 -15px 15px 0;
}
section.page .gallery ul li {
	display: inline-block;
	vertical-align: top;
	width: 400px;
	height: auto;
	border: #E0D1B1 solid 5px;
	margin: 0 15px 15px 0;
	font-size:14px;
	text-align:center;
	font-weight:bold;
}
section.page .gallery ul li img {
	vertical-align:bottom;
	margin:5px 0 0 0;
}
section.page .gallery ul li iframe {
	width:100%;
	vertical-align:bottom;
}
section.page .gallery ul li p.wp-caption-text {
	display: block;
	color: #4C3126;
	font-weight: bold;
	font-size: 12px;
	line-height: 30px;
	text-align: center;
	vertical-align: middle;
	position: relative;
	top: -8px;
}
/* pc tablet */
@media screen and (max-width: 1199px) {
	
	section.page .gallery ul {
		width: 100%;
		margin-right: 0;
	}
	
}
/* tablet */
@media screen and (max-width: 1023px) {
	
	section.page .gallery ul {
		display: block;		
		text-align: center;
	}
	section.page .gallery ul li {
		width: 260px;
	}
	section.page .gallery ul li img {
		width: 100%;
		height:100%;
	}
	
}
