@charset "utf-8";

#wrap{
    position: relative;/* jquery.pagetop.jsで、.gotopを下部に固定するため */
	overflow: hidden;/* モバイル観覧での余白対策 */
}

/* =========================================================
 header
========================================================= */
@media screen and (max-width: 768px) {	
#header .h-gnav nav {
	display: none;
}
#header {
	background-color: #fff;
	height: 45px;
	border-top: #f9d75a 2px solid;
	border-bottom: #a3a3a3 1px solid;
	box-shadow: 0px -5px 30px 5px rgba(0,0,0,0.3);
	width: 100%;
	z-index: 898889;
}
#header.fixed { 
	position: fixed;
	left: 0;
	top: 0;
}
#header-inner {
	width: 100%;
	display: table;
}
#header .h-logo {
	display: table-cell;
	vertical-align: middle;
	padding-left: 5px;
	padding-right: 10px
}
#header .h-logo img {
	max-width: 200px;
	width: 100%;
	height: auto;
}
#header .h-event,
#header .h-gnav {
	display: table-cell;
	border-left: #a3a3a3 1px solid;
	width: 45px;
}
#header .h-event a {
	display: block;
	background: #fff;
	background: url(../images/smp/btn_event.png) no-repeat 50% 50%;
	-webkit-background-size: auto 30px;
	background-size: auto 30px;
	width: 45px;
	height: 43px;
	/*スコットケラムメソッド*/
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden; 
}
#header .h-gnav .h-menu {
	display: block;
	background: #fff;
	background: url(../images/smp/btn_menu.png) no-repeat 50% 50%;
	-webkit-background-size: auto 30px;
	background-size: auto 30px;
	width: 45px;
	height: 43px;
	/*スコットケラムメソッド*/
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden; 
}

}

@media print, screen and (min-width: 769px) {
#header .h-menu {
	display: none;
}
#header {
	background-color: #fff;
	border-top: #f9d75a 5px solid;
}
#header #header-inner {
	width: 1000px;
	padding-left: 20px;
	padding-right: 20px;
	margin: 0 auto;

}
#header .h-logo {
	height: 64px;
	padding-top: 11px;
	float: left;
	width: 400px;
}
#header .h-event {
	float: right;
	background: #fff;
	width: 210px;
	padding-top: 12px;
}
#header .h-event a {
	display: block;
	background: #fff;
	background: url(../images/btn_event-1.png) no-repeat 0% 0%;
	width: 210px;
	height: 40px;
	/*スコットケラムメソッド*/
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden; 
}

#header .h-gnav {
	clear: both;
	background: url(../images/bg-gnav-pc.png) no-repeat 50% 50%;
}
#header .h-gnav ul {
	width: 100%;
	display: table;
}
#header .h-gnav ul li {
	display: table-cell;
	vertical-align: middle;
	padding-left: 1px;
	width: 160px;
	height: 70px;
}
#header .h-gnav ul li:first-child {
	width: 159px;
}
#header .h-gnav ul li a {
	display: block;
	height: 70px;
	padding-top: 14px;
}
#header .h-gnav ul li.tourism a:hover,
#header .h-gnav ul li.tourism a:active,
#header .h-gnav ul li.tourism.hover a {
	background-color: #d8f0c6;
}
#header .h-gnav ul li.culture a:hover,
#header .h-gnav ul li.culture a:active,
#header .h-gnav ul li.culture.hover a {
	background-color: #bfebee;
}
#header .h-gnav ul li.eat a:hover,
#header .h-gnav ul li.eat a:active,
#header .h-gnav ul li.eat.hover a {
	background-color: #fbc5c3;
}
#header .h-gnav ul li.special a:hover,
#header .h-gnav ul li.special a:active,
#header .h-gnav ul li.special.hover a {
	background-color: #fed9e5;
}
#header .h-gnav ul li.lodging a:hover,
#header .h-gnav ul li.lodgingt a:active,
#header .h-gnav ul li.lodging.hover a {
	background-color: #ebd6ef;
}
#header .h-gnav ul li.around a:hover,
#header .h-gnav ul li.around a:active,
#header .h-gnav ul li.around.hover a {
	background-color: #e0c5b8;
}
#header .h-gnav ul li.tourism.current a {
	border-bottom: #65ab31 5px solid;
}
#header .h-gnav ul li.culture.current a {
	border-bottom: #25b7c0 5px solid;
}
#header .h-gnav ul li.eat.current a {
	border-bottom: #ea5550 5px solid;
}
#header .h-gnav ul li.special.current a {
	border-bottom: #ff72a0 5px solid;
}
#header .h-gnav ul li.lodging.current a {
	border-bottom: #9b72b0 5px solid;
}
#header .h-gnav ul li.around.current a {
	border-bottom: #8f6552 5px solid;
}
}


/* =========================================================
 container
========================================================= */
#container-cover {
	width: 100%;
	background: url(../images/bg_pattern.png) repeat;
}
@media screen and (max-width: 768px) {
#container-cover {
	padding-bottom: 50px;
}
#container #main {
	padding-left: 10px;
	padding-right: 10px;		
}

#side {
	padding-top: 40px;
}
}

@media print, screen and (min-width: 769px) {	
#container-cover {
	padding-bottom: 40px;
}
#container {
	width: 1000px;
	padding-left: 20px;
	padding-right: 20px;	
	padding-bottom: 80px;
	margin: 0 auto;
	min-height: 350px;
	overflow: hidden;
}

#container #main {
	width: 690px;
	float: left;
}
#access #container #main {
	width: 100%;
	float: none;
}
#side {
	margin-top: 30px;
	width: 240px;
	float: right;
}
#home #side {
	margin-top: 0px;
}

}

/* =========================================================
 pan
========================================================= */
ul#pan {
	width: 100%;
	font-size: 1.2rem;
	padding: 10px 0px 15px;
	overflow: hidden;
	zoom: 1;
	margin: auto;
}
ul#pan li {
	float: left;
	padding-right: 8px;
}
ul#pan li+li:before {
	color: #222;
	content: ">";
	padding-right: 8px;
}
@media screen and (max-width: 768px) {
ul#pan {
	display: none;
}
}



/* =========================================================
 footer
========================================================= */
#footer-cover {
	width: 100%;
	background: url(../images/bg_footer.png) repeat-x 50% 100%, url(../images/bg_pattern.png) repeat 0% 0%;

}
#footer-copy {
	width: 100%;
	background: url(../images/bg_pattern.png) repeat 0% 0%;
}
#footer-copy a {
	display: block;
	color: #535353;
	background: #d7d3c3 url(../images/arrow_gray_left.png) no-repeat 0% 50%;
	padding: 5px 20px;
	text-align: center;
	text-decoration: none;
}
#copyright {
	color: #535353;
}
@media screen and (max-width: 768px) {	
#footer .f-nav ul.pc {
	display: none;
}
#footer {
	color: #535353;
	padding-bottom: 45px;
	padding-left: 10px;
	padding-right: 10px;
}
#footer .f-address {
	min-height: 100px;
}
#footer .f-address dl dt {
	font-size: 1.6rem;
	font-weight: bold;
	padding-bottom: 5px;
}
#footer .f-address dl dd ul li+li {
	margin-top: 3px;
}
#footer .f-nav {
	padding-top: 55px;
	margin-right: 65px;
}
#footer .f-nav ul.sp {
	display: table;
	width: 100%;
}
#footer .f-nav ul.sp li {
	display: table-cell;
}
#footer .f-nav ul.sp li + li {
	border-left: #535353 1px solid;
	width: 40%;
}
#footer .f-nav ul.sp li a {
	color: #535353;
	font-size: 1.2rem;
	padding: 5px 0;
	width: 100%;
	display: block;
	text-align: center;
}
#footer .f-nav ul.sp li a span {
	background: url(../images/icon_pdf.png) no-repeat 100% 50%;
	display: inline-block;
	padding-right: 25px;
	text-decoration: underline;
}
#footer .f-nav ul.sp li a:hover span,
#footer .f-nav ul.sp li a:active span,
#footer .f-nav ul.sp li a.hover span {
	text-decoration: none;
}
#footer-copy {
	padding-bottom: 40px;
	padding-left: 10px;
	padding-right: 10px;
}
#footer-copy p.link {
	margin-bottom: 10px;
}
#copyright {
	text-align: center;
	font-size: 1.1rem;
}
}
@media print, screen and (min-width: 769px) {	
#footer .f-nav ul.sp {
	display: none;
}
#footer {
	color: #535353;
	width: 1000px;
	padding-left: 20px;
	padding-right: 20px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 40px;
}
#footer .f-address {
	padding-top: 50px;
	min-height: 115px;
}
#footer .f-address dl {
	display: table;
}
#footer .f-address dl dt {
	padding-right: 30px;
	display: table-cell;
	vertical-align: top;
	font-size: 1.6rem;
	font-weight: bold;
}
#footer .f-address dl dd {
	display: table-cell;
	vertical-align: top;
}
#footer .f-address dl dd ul {
	width: 400px;
}
#footer .f-address dl dd ul li:first-child {
	width: 400px;
}
#footer .f-address dl dd ul li:nth-child(2) {
	width: 200px;
	float: left;
	padding-top: 3px;
}
#footer .f-address dl dd ul li:nth-child(3) {
	width: 200px;
	float: right;
	padding-top: 3px;
}
#footer .f-address dl dd ul li:nth-child(4) {
	clear: both;
	padding-top: 3px;
}
#footer .f-nav {
	color: #535353;
	padding-top: 60px;
}
#footer .f-nav ul.pc {
	font-size:0;
}
#footer .f-nav ul.pc li {
	font-size: 1.4rem;
	display: inline-block;
}
#footer .f-nav ul.pc li a:link,
#footer .f-nav ul.pc li a:visited {
	color: #535353;
	background: url(../images/arrow_gray_right.png) no-repeat -10px 50%;
	padding: 10px 20px 10px 13px;
	text-decoration: none;
}
#footer .f-nav ul.pc li a:hover,
#footer .f-nav ul.pc li a:active,
#footer .f-nav ul.pc li a.hover {
	text-decoration: underline;
}
#footer-copy > div {
	width: 1000px;
	padding: 0 20px 60px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}
#footer-copy p.link {
	width: 280px;
	float: left;
}
#footer-copy p#copyright {
	width: 400px;
	float: right;
	text-align: right;
	font-size: 1.2rem;
}

}

/* =========================================================
 page-top
========================================================= */
#page-top {
    position: fixed;
    right: 10px;
}
#page-top a {
    text-decoration: none;
    width: 84px;
    display: block;
}
#page-top a img {
	height: auto;
}
@media screen and (max-width: 768px) {	
#page-top a {
    width: 62px;
}
#page-top a img {
	width: 62px;
}
}
@media screen and (max-width: 768px) {	
/* =========================================================
 menu
========================================================= */
#menu {
	position: fixed;
	left: 0;
	top: 45px;
	padding-bottom: 53px;
	background:  rgba(0,0,0,0.5);
	width: 100%;
	height: 100%;
	z-index: 999999;
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
}
#menu > * > ul {

}
#menu > * > ul> li {
	border-bottom: 2px solid #d0d0d0;
}
#menu > * > ul> li > a {
	color: #222;
	background-color: #fff;
	font-weight: bold;
	display: block;
	padding: 10px 27px 10px 40px;
	text-decoration: none;
}
#menu > * > ul> li.tourism > a:link,
#menu > * > ul> li.tourism > a:visited {
	background: url(../images/icon_tourism.png) no-repeat 10px 50%, url(../images/arrow_gray_right.png) no-repeat 100% 50%;
	-webkit-background-size: 20px auto, auto auto;
	background-size: 20px auto, auto auto;
	background-color: #fff;
}
#menu > * > ul> li.tourism > a:hover,
#menu > * > ul> li.tourism > a:active,
#menu > * > ul> li.tourism > a.hover {
	background-color: #d8f0c6;
}
#menu > * > ul> li.culture > a:link,
#menu > * > ul> li.culture > a:visited {
	background: url(../images/icon_culture.png) no-repeat 10px 50%, url(../images/arrow_gray_right.png) no-repeat 100% 50%;
	-webkit-background-size: 20px auto, auto auto;
	background-size: 20px auto, auto auto;
	background-color: #fff;
}
#menu > * > ul> li.culture > a:hover,
#menu > * > ul> li.culture > a:active,
#menu > * > ul> li.culture > a.hover {
	background-color: #bfebee;
}
#menu > * > ul> li.eat > a:link,
#menu > * > ul> li.eat > a:visited {
	background: url(../images/icon_eat.png) no-repeat 10px 50%, url(../images/arrow_gray_right.png) no-repeat 100% 50%;
	-webkit-background-size: 20px auto, auto auto;
	background-size: 20px auto, auto auto;
	background-color: #fff;
}
#menu > * > ul> li.eat > a:hover,
#menu > * > ul> li.eat > a:active,
#menu > * > ul> li.eat > a.hover {
	background-color: #fbc5c3;
}
#menu > * > ul> li.special > a:link,
#menu > * > ul> li.special > a:visited {
	background: url(../images/icon_special.png) no-repeat 10px 50%, url(../images/arrow_gray_right.png) no-repeat 100% 50%;
	-webkit-background-size: 20px auto, auto auto;
	background-size: 20px auto, auto auto;
	background-color: #fff;
}
#menu > * > ul> li.special > a:hover,
#menu > * > ul> li.special > a:active,
#menu > * > ul> li.special > a.hover {
	background-color: #fed9e5;
}
#menu > * > ul> li.lodging > a:link,
#menu > * > ul> li.lodging > a:visited {
	background: url(../images/icon_lodging.png) no-repeat 10px 50%, url(../images/arrow_gray_right.png) no-repeat 100% 50%;
	-webkit-background-size: 20px auto, auto auto;
	background-size: 20px auto, auto auto;
	background-color: #fff;
}
#menu > * > ul> li.lodging > a:hover,
#menu > * > ul> li.lodging > a:active,
#menu > * > ul> li.lodging > a.hover {
	background-color: #e6d6ef;
}
#menu > * > ul> li.around > a:link,
#menu > * > ul> li.around > a:visited {
	background: url(../images/icon_around.png) no-repeat 10px 50%, url(../images/arrow_gray_right.png) no-repeat 100% 50%;
	-webkit-background-size: 20px auto, auto auto;
	background-size: 20px auto, auto auto;
	background-color: #fff;
}
#menu > * > ul> li.around > a:hover,
#menu > * > ul> li.around > a:active,
#menu > * > ul> li.around > a.hover {
	background-color: #e0c5b8;
}
#menu > * > ul> li.event > a:link,
#menu > * > ul> li.event > a:visited {
	background: url(../images/icon_event.png) no-repeat 10px 50%, url(../images/arrow_gray_right.png) no-repeat 100% 50%;
	-webkit-background-size: 20px auto, auto auto;
	background-size: 20px auto, auto auto;
	background-color: #fff;
}
#menu > * > ul> li.event > a:hover,
#menu > * > ul> li.event > a:active,
#menu > * > ul> li.event > a.hover {
	background-color: #ffd793;
}
#menu > * > ul> li.access > a:link,
#menu > * > ul> li.access > a:visited {
	background: url(../images/icon_access.png) no-repeat 10px 50%, url(../images/arrow_gray_right.png) no-repeat 100% 50%;
	-webkit-background-size: 20px auto, auto auto;
	background-size: 20px auto, auto auto;
	background-color: #fff;
}
#menu > * > ul> li.access > a:hover,
#menu > * > ul> li.access > a:active,
#menu > * > ul> li.access > a.hover {
	background-color: #fcecb2;
}
#menu .close {
	text-align: center;
	display: block;
	background: #ebe8dd;
	padding: 15px 30px 15px 15px;
}
#menu .close span {
	color: #222;
	background: url(../images/smp/btn_close.png) no-repeat 10px 50%;
	-webkit-background-size: 11px 11px;
	background-size: 11px 11px;
	display: inline-block;
	padding-left: 35px;
	padding-right: 20px;
	font-weight: bold;
}
}

