@import url(style.css);

@charset "utf-8";

.viewMedium {
display: none;
}
.smallbr:before {
content: "\A";
white-space: pre;
}
.minimumbr:before {
content: " " ;
}

figure a.lightbox {
pointer-events:none;
cursor:default;/
}


/* layout
---------------------------------------------------------------------- */
body{
background: url("../img/body_background.png") top center no-repeat;
}

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

div#inner {
margin: 0;
padding: 0 7%;
}

div#contents div#inner {
padding: 0 7% 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-unshown {
display:none;
}
#nav-open {
position: absolute;
top:10px;
right: 160px;
width: 40px;
height: 40px;
}
#snsMenu {
position: absolute;
top:10px;
right: 10px;
width: 150px;
height: 40px;
}
#snsMenu li {
float:left;
margin-left: 10px; 
}
#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 {
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 {
overflow: auto;
position: fixed;
top: 0;
left: 0;
z-index: 9999;/*最前面に*/
width: 70%;/*右側に隙間を作る（閉じるカバーを表示）*/
max-width: 70%;/*最大幅（調整してください）*/
height: 100%;
text-align: right;
background: #F0F0E0;/*背景色*/
transition: .3s ease-in-out;/*滑らかに表示*/
-webkit-transform: translateX(-105%);
transform: translateX(-105%);/*左に隠しておく*/
}
#nav-content h2 {
padding: 20px 30px 5px;
}
#nav-drawer ul {
border-top: 10px solid #763DB6;
border-bottom: 10px solid #763DB6;
}
#nav-drawer li.last {
margin-bottom: 50px;
}
#nav-drawer a {
display: block;
padding: 20px 30px 5px;
color: #000000;
font-size: 125%;
border-top: 1px solid #CCCCCC;
background: #FFFFFF;
}
#nav-drawer a.subcat {
padding: 10px 15px 5px 30px;
border-top: 1px solid #CCCCCC;
background: #EEEEEE;
}
#nav-drawer a:focus,
#nav-drawer a:hover,
#nav-drawer a:active { background: #CCCCEE;}

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

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


/* header
---------------------------------------------------------------------- */
header {
margin:80px 0 0;
text-align: center;
}
header h1,
header h2 {
margin-bottom: 15px;
}
header h1 img {
width: 80%;
}
header h2 img {
width: 65%;
}

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

/* breadcrumbs
---------------------------------------------------------------------- */
div#breadcrumbs {
display: block;
overflow: hidden;
margin: 0 -10% 30px;
padding: 5px 10%;
text-align: right;
background: rgba( 238, 238, 238, 0.6);
border-top: 5px solid #CC8;
border-bottom: 1px solid #998;
}

/* footer
---------------------------------------------------------------------- */
footer {
overflow:hidden;
text-align:center;
}
footer div.outline {
margin: 30px 0;
}
footer div.outline h1 img {
margin-bottom: 25px;
max-width: 85%;
}
footer div.outline p {
clear: both;
margin-top: 0px;
}
footer nav#footerNav {
display: none;
}



/* contents-elements
---------------------------------------------------------------------- */
#contents h1 {
text-align: center;
margin: 30px -10% 15px;
padding: 0 0 5px;
border-right: 15px solid #FF7700;
}
#contents h2 {
margin: 0 -10%;
padding: 0 0 5px;
}
#contents {
text-align: center;
}
#contents section {
margin: 1px -10% 50px;
padding: 15px 10% 0;
}

#contents p {
text-align: left;
}

#contents a.link,
#contents a.pdf {
display: block;
text-align: center;
color: #FFF;
padding: 0.3em 0.8em;
background: #25F;
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.link:focus,
#contents a.link:hover,
#contents a.link:active,
#contents a.pdf:focus,
#contents a.pdf:hover,
#contents a.pdf:active {
color: #FFF;
text-decoration: none;
background: #25F;filter:
alpha(opacity=60);
-moz-opacity:0.60;
opacity:0.60;
}

#contents section figure {
margin: 0 auto 25px;
}
#contents section img {
max-width: 60%;
}

#contents table {
width: 100%;
text-align: left;
border-collapse: separate;
border-spacing: 0 5px;
}
#contents th,
#contents td {
display: block;
padding: 5px;

}
#contents th {
border-bottom: 1px solid #CCC;
font-weight: bold;
}


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


/* top-slick
---------------------------------------------------------------------- */
#main_visual {
margin: 0 -10%;
border-top: 1px solid #998;
border-bottom: 1px solid #998;
}
#event_visual ul {
margin: 20px 0;
}
#event_visual li {
padding: 0;
}
#event_visual li img {
max-width: 100%;
}
ul#slider_event img.slide-arrow {
width: 30px;
}
ul#slider_event .prev-arrow {
left: -30px;
}
ul#slider_event .next-arrow {
right: -30px;
}


/* page-elements
---------------------------------------------------------------------- */
/* section-top-option */
section#top-option li {
clear: both;
overflow: auto;
margin: 0 0 15px;
text-align: left;
}
section#top-option img {
float: left;
max-width: 30%;
padding-right: 15px;
}

section#hall figure img {
max-height: 250px;
}

/* section-threetype */
section#threetype ul {
display: none;
}

/* section-map */
section#map iframe {
width: 90%;
margin-bottom: 1.5em;
}


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