@import url(style.css);

@charset "utf-8";

.viewMedium {
display: none;
}

/* layout
---------------------------------------------------------------------- */
div#wrapper,
header,
nav,
div#contents,
footer {
overflow:hidden;
clear:both;
width: 100%;
margin: 0;
padding: 0;
}

div#inner {
margin: 0 auto;
padding: 0 25px;
}

div#contents div#inner {
padding: 0 25px 30px;
}


/* headerNav
---------------------------------------------------------------------- */
#nav-sns ul {
float: right;
}
#nav-sns ul li {
float: left;
padding: 5px 0 5px 10px;
}
#nav-sns img { width: 40px; }


/* drawerNav
---------------------------------------------------------------------- */
#nav-drawer {
float: right;
padding: 5px 0 15px 10px;
}
.nav-unshown {
display:none;
}
#nav-open {
display: inline-block;
width: 40px;
height: 40px;
vertical-align: middle;
}
#nav-open span, #nav-open span:before, #nav-open span:after {
display: block;
content: '';
cursor: pointer;
}
#nav-open span:focus, #nav-open span:hover {
filter: alpha(opacity=60);
-moz-opacity:0.60;
opacity:0.60;
}
#nav-open span:before {
position: absolute;
bottom: -8px;
}
#nav-open span:after {
position: absolute;
bottom: -16px;
}
#nav-close,
#nav-close2 {
display: none;/*はじめは隠しておく*/
overflow: hidden;
position: fixed;
z-index: 99;
top: 0;/*全体に広がるように*/
left: 0;
width: 100%;
height: 100%;
background: black;
opacity: 0;
transition: .3s ease-in-out;
}
#nav-content,
#nav-content2 {
overflow: auto;
position: fixed;
top: 0;
left: 0;
z-index: 9999;/*最前面に*/
width: 70%;/*右側に隙間を作る（閉じるカバーを表示）*/
max-width: 70%;/*最大幅（調整してください）*/
height: 100%;
background: #999944;/*背景色*/
transition: .3s ease-in-out;/*滑らかに表示*/
-webkit-transform: translateX(-105%);
transform: translateX(-105%);/*左に隠しておく*/
}
#nav-drawer h2 {
padding: 20px 15px 5px;
background: #999944;
}
#nav-drawer h3 {
padding: 20px 15px 5px;
font-size: 115%;
background: #CCCCBB;
}
#nav-drawer li.last {
margin-bottom: 50px;
}
#nav-drawer a {
display: block;
padding: 20px 15px 5px;
border-top: 1px solid #CCCCBB;
background: #EEEEEE;
}
#nav-drawer a.subcat {
padding: 10px 15px 5px 30px;
border-top: 1px solid #DDDDCC;
background: #EEEEEE;
}
#nav-drawer a:focus,
#nav-drawer a:hover,
#nav-drawer a:active { background: #BB6;}

/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close,
#nav-input2:checked ~ #nav-close2 {
display: block;
opacity: .5;
}

#nav-input:checked ~ #nav-content,
#nav-input2:checked ~ #nav-content2 {
-webkit-transform: translateX(0%);
transform: translateX(0%);/*中身を表示（右へスライド）*/
box-shadow: 6px 0 25px rgba(0,0,0,.15);
}


/* header
---------------------------------------------------------------------- */
header {
margin-bottom: 0;
text-align: center;
border-bottom: 5px solid #CC8;
}
header h1,
header h2 {
margin-bottom: 15px;
}
header h1 img {
width: 80%;
}
header h2 img {
width: 50%;
}

/* globalNav
---------------------------------------------------------------------- */
#globalNav {
display: none;
}

/* breadcrumbs
---------------------------------------------------------------------- */
div#breadcrumbs {
overflow: hidden;
width: 100%;
padding: 5px 25px;
margin: 0 -25px 30px;
background:#EEE;
border-bottom: 1px solid #998;
}

/* footer
---------------------------------------------------------------------- */
footer {
overflow:hidden;
background:#CCB;
text-align:center;
}
footer nav#footerNav {
margin: 0 auto;
width: 210px;
}
footer ul.sns li {
margin: 30px 15px 15px;
float: left;
}
footer div.outline {
margin-bottom: 30px;
}
footer div.outline h1 img {
margin-bottom: 5px;
width: 80%;
}
footer div.outline p {
clear: both;
margin-top: 0px;
}
footer div.outline span.tel {
font-size: 200%;
line-height: 100%;
white-space: nowrap;
}

ul.advertising {
overflow: hidden;
border-bottom: 1px solid #CCCCBB;
padding: 15px 0 5px;
}
ul.advertising {
margin: 0 -1%;
}
ul.advertising li {
float: left;
margin-bottom: 15px;
width: 33.3%;
text-align: center;
}
ul.advertising img {
margin: 0 auto;
max-width: 95%;
}

/* contents-elements
---------------------------------------------------------------------- */
#contents {
text-align: center;
}
#contents p {
text-align: left;
}
#contents h2.title {
background: none;
}
#contents h3 img {
margin: 0 auto;
max-width: 100%;
max-height: 400px;
}
#contents img {
margin: 0 auto;
max-width: 100%;
max-height: 400px;
}
#contents table {
width: 100%;
}

#contents ul,
#contents ol {
text-align: left;
}
#contents .rightImage {
margin: 0 auto;
max-width: 100%;
max-height: 400px;
}
#contents a.textLink {
text-align: center;
line-height: 2.8em;
border: 1px solid #25F;
padding: 0.3em 0.8em;
background: #EEE;
border-radius: 20px / 20px;
-moz-border-radius: 20px / 20px;
-webkit-border-radius: 20px / 20px;
-o-border-radius: 20px / 20px;
-ms-border-radius: 20px / 20px;
}
#contents a.textLink:focus,
#contents a.textLink:hover,
#contents a.textLink:active { color: #25F; text-decoration:  none; background: #FFFFFF;}


/* top
---------------------------------------------------------------------- */
ul#slider_event .slide-arrow {
top: 50%;
}


/* top-slick
---------------------------------------------------------------------- */
#main_visual {
margin-top: 20px;
}
#event_visual ul {
margin: 20px 30px;
}
#event_visual li {
padding: 0;
}
#event_visual p {
margin: 5px;
text-align: center;
}
#event_visual li img {
max-width: 90%;
}
ul#slider_event img.slide-arrow {
width: 30px;
}
ul#slider_event .prev-arrow {
left: -30px;
}
ul#slider_event .next-arrow {
right: -30px;
}
/* top-pickup
---------------------------------------------------------------------- */
#pickup1 {
overflow: hidden;
margin: 1px 0 0 0;
border-top: 1px solid #CCCCBB;
border-bottom: 1px solid #CCCCBB;
}
#pickup1 ul {
display: table;
margin: 0 -20px;
}
#pickup1 li {
display: table-cell;
padding: 20px;
width: 50%;
}
#pickup1 img {
float: left;
margin: 0 15px 30px 0;
width: 45%;
}
#pickup1 h3 {
display: inherit;
}
#pickup2 {
overflow: hidden;
border-bottom: 1px solid #CCCCBB;
padding: 20px 0;
}
#pickup2 ul {
margin: 0 -2%;
}
#pickup2 li {
float: left;
margin-bottom: 15px;
width: 33.3%;
text-align: center;
}
#pickup2 img {
margin: 0 auto;
max-width: 90%;
}
#pickup2 h4 {
display: inherit;
font-size: 100%;
font-weight: normal;
}

/* infoArea
---------------------------------------------------------------------- */
#infoArea {
display: block;
margin: 0 ;
width: 100%;
}

/* top-news
---------------------------------------------------------------------- */
#news {
display: block;
width: 100%;
margin-bottom: 30px;
}

/* top-calendar
---------------------------------------------------------------------- */
#calendar {
display: block;
width: 100%;
}
#calendar table {
display: table;
text-align: center;
}
#calendar th,
#calendar td {
padding: 10px 0;
}
#calendar th a,
#calendar td a {
margin: auto;
}


/* breadcrumbs
---------------------------------------------------------------------- */
div.breadcrumbs {
margin: 0 -50px;
padding: 0 50px;
background: #E2E2DA;
}


/* entry-elements
---------------------------------------------------------------------- */
#single div.entry-meta {
text-align: center;
}
#single .alignright {
margin: 0 auto !important;
float: none !important;
}
#single img {
margin: 0 auto;
max-width: 100%;
max-height: 400px;
}

/* page-elements
---------------------------------------------------------------------- */
/* introduction */
#introduction-yumoto ul.yumotoCollection li,
#introduction-inoo ul.inooDocument li,
#introduction-inoo ul.inooRelation li,
#introduction-inoo ul.inooRelationmap {
text-align: center;
}
#introduction-yumoto ul.yumotoCollection img,
#introduction-inoo ul.inooDocument img,
#introduction-inoo ul.inooRelation img,
#introduction-inoo ul.inooRelationmap img {
margin: 0 auto;
max-width: 100%;
max-height: 300px;
margin-bottom: 15px;
}
#introduction-yumoto ul.yumotoCollection,
#introduction-inoo ul.inooDocument,
#introduction-inoo ul.inooRelation {
text-align: left;
}
#introduction-yumoto .yumoto img {
max-height: 200px;
}
#introduction ul.exhibition {
text-align: center;
}
#introduction th {
border: none;
}
#introduction th,
#introduction td {
display: block;
text-align: left;
}
/* #museumshop */
#museumshop img.item {
width: 100%;
margin-bottom: 15px;
}
#interactguide table.usagefee th {
padding: 0;
border-bottom: 1px solid #999944;
}
/* #access */
#traffic {
text-align: left;
}
#traffic ul {
margin-bottom: 30px;
}
#traffic li {
padding: 10px 0 10px 45px;
border-bottom: 1px solid #999944;
}
#traffic li.root01 {
background: url(../img/icon_root01.png) left center no-repeat;
}
#traffic li.root02 {
background: url(../img/icon_root02.png) left center no-repeat;
}
#traffic li.root03 {
background: url(../img/icon_root03.png) left center no-repeat;
}
#traffic li.root04 {
background: url(../img/icon_root04.png) left center no-repeat;
}
#traffic li.root05 {
background: url(../img/icon_root05.png) left center no-repeat;
}
#traffic li.root06 {
background: url(../img/icon_root06.png) left center no-repeat;
}
#traffic h4 {
clear: both;
display: inline;
background: #DD6600;
color: #FFFFFF;
line-height: 2.8em;
padding: 0.3em 2.0em;
border-radius: 20px / 20px;
-moz-border-radius: 20px / 20px;
-webkit-border-radius: 20px / 20px;
-o-border-radius: 20px / 20px;
-ms-border-radius: 20px / 20px;
}
#traffic .notice {
margin: -30px 0 30px;
font-weight: bold;
color: red;
border: none;
}


/* pagetop
---------------------------------------------------------------------- */
#pagetop {
bottom: 0;
right: 3%;
font-size: 125%;
}
#pagetop a {
padding: 6px 10px;
}