@charset "utf-8";
/* CSS Document */

body {
	color:#555;
	background-image:url(../img/bg_b.gif);
	background-position:left top;
	font-family:meiryo, "hiragino kaku gothic pron", sans-serif;
	font-size:16px;
	margin:0;
	padding:0;
}

.sp_off {
	display: none;
}


img {
	width: 100%;
	height: auto;
}

#header {
	padding: 10px 0 20px 0;
	background-color: #504440;
}

#h_logo {
	margin-top: 10px;
	display: block;
}

#header h1 {
	color: #FFF;
	font-size: 12px;
	font-weight: normal;
}

#h_lang {
	color: #FFF;
	font-size: 20px;
	text-align: center;
	margin-bottom: 20px;
}
#h_lang a {
	color: #FFF;
}
#h_lang .on {
	color: #f1d583;
}

#h_bn {
	width: 60%;
	float: left;
	display: block;
	margin-left: 5%;
}

#sp_menu {
	width: 15%;
	float: right;
	margin-right: 5%;
}
#sp_menu img {
}

#main_btn, #n_main_btn {
	display: none;
}

#main_btn_sp {
	border-top: 1px solid #504440;
	display: none;
}
#main_btn_sp li {
	padding: 10px 0;
	font-size: 24px;
	font-weight: bold;
	background-color: #e6d9d5;
	text-align: center;
	border-bottom: 1px solid #504440;
}
#main_btn_sp li a {
	text-decoration: none;
	color: #504440;
}

.flexslider {
	position:static;
}
.flex-control-nav {
	display:none;
}

#main_txt {
	margin-top:15%;
	display:block;
	z-index:100;
}
.flex-direction-nav {
	display:none;	
}

.box_A {
	padding: 10px;
	border: 1px solid #d7d7d7;
	border-top: none;
	background-color: #FFF;
}

.box_B {
	border: 2px solid #f0cf5d;
}

.box_C {
	border: 1px solid #d8cdc5;
	padding: 10px 20px;
	background: #FFF;
}

.box_D {
	padding: 10px 20px;
}

.h3_s1 {
	background-image:url(../img/t-27.png);
	background-position:left top;
	background-repeat:no-repeat;
	height: 31px;
	color: #FFF;
	font-size: 21px;
	font-weight: bold;
	font-family: '小塚明朝 Pro';
	line-height: normal;
	padding: 10px 10px 0 10px;
	
}

.h3_c1 {
	color:#fff;
	background-image:url(../img/t-24.png);
	background-position:left center;
	background-repeat:no-repeat;
	background-size: 100% 100%;
	font-family:'小塚明朝 pro';
	font-size:16px;
	font-weight:bold;
	padding: 10px;
}
.h3_c1 strong {
	font-size: 18px;
}

.h3_c2 {
	background-image:url(../img/t-28.png);
	background-position:left top;
	background-repeat:no-repeat;
	background-size: 100%;
	font-size: 18px;
	font-family:'小塚明朝 pro';
	color: #5b2e09;
	padding: 0 0 10px 30px;
	line-height: 0.1\9;
	height: 30px\9;
}

.h3_s1 {
	background-image:url(../img/t-27.png);
	background-position:left center;
	background-repeat:no-repeat;
	background-size: 100%;
	height: 31px;
	color: #FFF;
	font-size: 21px;
	font-weight: bold;
	font-family: '小塚明朝 Pro';
	line-height: normal;
	padding: 10px ;
	
}

/* フッター */
#footer {
	background-color:#4f3b2e;
	padding: 10px;
	color: #FFF;
	margin-top: 50px;
}

/* トップページ */
#top_contents {
	margin-top: 20px;
}
#l_area {
	padding: 0 2%;
}

/* サイド */
#r_area {
	padding: 0 2%;
	margin-top: 20px;
}
#smenu_1 iframe {
	width: 100%;
	height: 300px;
}


/* 下層ページ */
#k_main h2 {
	text-align: center;
	top: 0;
}
#k_main h2 img {
	width: 70%;
}

#k_main #mainimg {
	position: relative;
	margin-bottom: 20px;
}

/* 館内の様子 */
#thumb_list_sp li {
	display: inline;
}
#thumb_list_sp li img {
	width: 32%;
	margin-bottom: 1%;
}
.photo_sp h4 {
	font-size: 18px;
	color: #9a0000;
	border-left: 4px solid #e5ac49;
	padding: 10px;
	font-family:'小塚明朝 pro';
}
#photo_contents #modal .photo_sp {
	display: none;
	background-color: #FFF;
	padding: 5px;
}


/* 館内各ゾーン説明 */
#info_contents {
	background-color: #FFF;
	border: 1px solid #cbc1b9;
	padding: 25px;
}

.map_area {
	position: relative;
}
.zone {
	display: none;
	z-index: 10;
	line-height: 1.1;
	text-align: left;
}
.zone h4, .zone_data h4 {
	color: #483d7f;
	font-size: 17px;
}
.zone a {
	text-decoration: none;
}
.zone a:hover {
	color: #F00;
}
.mz {
	position: absolute;
	z-index: 15;
}

#map_area_sp {
}
#map_area_sp ul {
	background-color: #FFF;
	border-top: 1px solid #666;
}
#map_area_sp li {
	padding: 5px 0;
	display: block;
	border-bottom: 1px solid #666;
}
#map_area_sp a {
	display: block;
	text-decoration: none;
}

/* ライトボックス */
#modal .zone_data {
	display: none;
	background-color: #FFF;
	padding: 10px;
	//overflow-y: scroll;
	//overflow-x: hidden;	
}
#lean_overlay {
    position: fixed;
    z-index: 100;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: #000 none repeat scroll 0% 0%;
    display: none;
}
