@charset "utf-8";

/* CSS Document */

body {
    color: rgb(51, 51, 51);
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    line-height: 1;
    text-align: left;
    word-wrap: break-word;
    background: #FFF;
}

a:hover img {
    opacity: 0.64;
}

.anchor {
    text-decoration: none;
}

.anchor:hover img {
    opacity: 1;
}

div:after, ul:after, dl:after, .ac:after {
    content: "";
    display: block;
    clear: both;
}

.emScale {
    width: 1em;
}

.overlay{
  width:100%;
  height:100%;
  position:fixed;
  top:0px;
  left:0px;
  background:#fff;
  z-index:9999;
}

.overlay .loader{
  width:28px;
  height:28px;
  border-radius: 50%;
  border: 4px solid #ea5532;
  border-right-color: transparent;
  position:absolute;
  top:calc(50% - 16px);
  left:calc(50% - 16px);
  -moz-animation: myAnime 1.5s linear infinite;
  -webkit-animation: myAnime 1.5s linear infinite;
  -o-animation: myAnime 1.5s linear infinite;
  -ms-animation: myAnime 1.5s linear infinite;
  animation: myAnime 1.5s linear infinite;
}

@keyframes myAnime{
  0% {transform: rotate(0deg);}
  100% {transform: rotate(360deg);}
}

@-webkit-keyframes myAnime{
  0% {-webkit-transform: rotate(0deg);}
  100% {-webkit-transform: rotate(360deg);}
}

/* header */

.header .language li {
    display: inline-block;
    position: relative;
}
.header .language li:after {
    content: " | ";
}
.header .language li:last-child:after {
    content: "";
}

.header .search {
    width: 12em;
    height: 2em;
    background: url("../img/search.png") right .5em center / 1em no-repeat rgba(0, 0, 0, 0.06);
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.header .search input {
    display: block;
    width: 100%;
    padding: 0.5em;
    background: transparent;
    border: none;
    box-sizing: border-box;
}

.header .mainNav .on a {
    color: #FFF;
    background: url("../img/_arrow01.png") left 1rem center / auto 0.5em no-repeat;
}

.header .mainNav .mn01.on, #mn01C {
    background-color: rgba(84, 27, 134, 0.95);
}

.header .mainNav .mn02.on, #mn02C {
    background-color: rgba(0, 76, 84, 0.95);
}

.header .mainNav .mn03.on, #mn03C {
    background-color: rgba(153, 51, 0, 0.95);
}

.header .subNav a:hover {
    text-decoration: underline;
}

.closedArert{
  width: 100%;
  color: #fff;
  letter-spacing: 0.2em;
  text-align: center;
  text-indent: 0.2em;
  padding: 1em;
  background: rgba(255,0,0,0.8);
  box-sizing: border-box;
}

/* footer */

footer {
    background: url("../img/sdw3.png") left top / auto 10px repeat-x;
}

.footer .left a {
    text-decoration: none;
}

.footer .left a:hover {
    text-decoration: underline;
}

.footer address {
    margin: -.25em 0;
    line-height: 1.5;
}

.footer address span {
    font-weight: bold;
}


/* common */

.link {
    display: block;
    width: 12em;
    margin: 0 auto;
    color: #FFF;
    line-height: 3;
    text-align: center;
    text-decoration: none;
}

.contents {
    background: url("../img/sdw1.png") left top / 2px repeat-x;
    word-break: break-word;
}

.subPage .contents {
    background: none;
}

.subPage .ancestor {
    background: url("../img/h1bg.png") center / cover no-repeat;
}

.subPage .ancestor span {
    display: block;
    color: #FFF;
    line-height: 1.5;
    letter-spacing: .1em;
    box-sizing: border-box;
}

.subPage .right .catch {
    font-weight: bold;
    line-height: 1.5;
    margin: -0.25em 0 calc(2em - 0.25em);
}


/* post */

.post h2 {}

.post>*:first-child {
    margin-top: 0 !important;
}

.post>*:last-child {
    margin-bottom: 0 !important;
}

.post h1 {}

.post h2 {
    font-size: 150%;
    line-height: 1.5;
    padding: 0.75rem 1rem 0.75rem 1.25rem;
    margin-bottom: 1.5rem;
    background: rgba(0, 0, 0, 0.06);
    border-left: 1px solid #000;
}

.post h3 {
    line-height: 1.5;
    padding: 0 0 0 0.5rem;
    border-left: 0.25rem solid #000;
    margin-bottom: 1.25rem;
}

.post h4 {
    line-height: 1.5;
    padding: 0 0 0.25em 0;
    border-bottom: 1px solid #000;
    margin-bottom: 1.5rem;
}

.post h5 {
    line-height: 1.5;
    margin-bottom: 1.25rem;
}

.post p {
    margin: -0.375em 0 1.125em;
    line-height: 1.75;
}

.post table {
    width: 100%;
    margin: 0 0 1.5rem 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    border-collapse: collapse;
}

.post table th {
    line-height: 1.5;
    vertical-align: top;
    padding: 0.75em 1em;
    background: rgba(0, 0, 0, 0.04);
    border: 1px solid rgba(0, 0, 0, 0.12);
}

.post table td {
    line-height: 1.5;
    vertical-align: top;
    padding: 0.75em 1em;
    border: 1px solid rgba(0, 0, 0, 0.12);
}

.post table.noBorder {
    border: none;
}

.post table.noBorder th {
    font-weight: bold;
    padding: 0 0 0.75em;
    background-color: none;
    border: none;
}

.post table.noBorder td {
    padding: 0 0 0.75em;
    border: none;
}

.post ul {
    margin: -0.25em 0 1.25em 1.5em;
    list-style: disc;
}

.post ol {
    margin: -0.25em 0 1.25em 1.25em;
    list-style: decimal;
}

.post li {
    line-height: 1.5;
    padding: 0.125em 0;
}

.post ol li {
    line-height: 1.5;
    padding: 0.125em 0;
}

.post img {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 0.375em 0;
}

.post img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.post iframe {
    display: block;
    max-width: 100%;
    padding: 0.375em 0;
    margin: 0 auto 1.5em;
}

.post .map {
    width: 100%;
}

.post .link a {
    display: block;
    width: 160px;
    line-height: 3em;
    text-align: center;
    text-decoration: none;
    margin: 0 auto;
    border: 1px solid #111;
}

.post .link a:hover {
    color: #fff;
    background: #111;
}


/* common */

.slide .thum ul {
    margin: auto;
    position: absolute;
    bottom: -28px;
    right: 0;
    left: 0;
    z-index: 98;
}

.slide .thum li {
    display: block;
    width: 28px;
    height: 21px;
    float: left;
    cursor: pointer;
    position: relative;
}

.slide .thum li span {
    display: block;
    width: 7px;
    height: 7px;
    text-indent: -9999px;
    margin: auto;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.24);
    position: absolute;
    top: 0px;
    bottom: 0;
    right: 0;
    left: 0;
}

.slide .thum li.on span {
    background: #000;
}


/* index */

#index h3 {
    padding-left: 1.25em;
    background: rgba(0, 0, 0, 0.06);
    border-left: 1px solid #000;
    letter-spacing: .4em;
    line-height: 2;
}

#index .contents {
    background: none;
}

#index .a {
    position: relative;
}

#index .a .slide .image,
#musium .a .slide .image,
#theater .a .slide .image {
    position: relative;
}

#index .a .slide .image li,
#musium .a .slide .image li,
#theater .a .slide .image li {
    position: absolute;
    top: 0;
    left: 0;
}

#index .a .slide .image li a,
#musium .a .slide .image li a,
#theater .a .slide .image li a{
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover !important;
}

#index .b {}

#index .b .link {
    background: #541B86;
}

#index .b dl {}

#index .b dl a {
    display: block;
    text-decoration: none;
}

#index .b dt span {
    display: block;
    width: 100%;
    padding-top: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

#index .b .title {
    display: block;
    line-height: 1.5;
    margin: -0.25em 0;
}

#index .b .date, #index .b .corner {
    display: block;
    font-size: 80%;
    line-height: 1.5;
    margin: calc(1rem - 0.25em) 0 0.25em;
}

#index .c {}

#index .c .link {
    background: #004C54;
}

#index .body {
    margin: 0 auto;
}

#index .d {
    width: 100%;
    border-collapse: collapse;
}

#index .d table {
    width: 100%;
    margin: 0 0 4em 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

#index .d table th,
#index .d table td {
    line-height: 1.5;
    vertical-align: top;
    padding: 0.75em 0;
    border-top: 1px solid rgba(0, 0, 0, 0.12);
}

#index .d tr:first-of-type td,
#index .d tr:first-of-type th {
    padding: 0 0 1em;
    border-top: none;
}

#index .d table .date {
    width: 6.5em;
}

#index .d table .category {
    width: 5.5em;
}

#index .d li .img {
    display: block;
    width: 8em;
    float: left;
    margin-right: 1em;
}

#index .d li .img a {
    display: block;
    border: 1px solid rgba(0, 0, 0, 0.04);
}

#index .d li div {
    width: calc(100% - 9em);
    float: left;
}

#index .d li .title {
    display: block;
    font-weight: bold;
    line-height: 1.5;
    margin: -0.25em 0 0.75em;
}

#index .d li .date,
#index .d li .place {
    display: inline-block;
    font-size: 80%;
    line-height: 1.5;
    margin: -0.25em 0;
}

#index .d iframe {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

#index .f .month {
    margin-bottom: 1em;
    font-family: “Bodoni MT”, Didot, “Didot LT STD”, “Hoefler Text”, Garamond, “Times New Roman”, serif;
    font-weight: bold;
    text-align: center;
}

#index .f .calendar {
    background: rgba(0, 0, 0, 0.04);
    height: 376px;
}

#index .g {
    background: #f3e6e0;
    position: relative;
}

#index .g .left h2 {
    color: #993300;
    font-size: 125%;
    font-weight: bold;
}

#index .g .right {
    background: #f9f3f0;
}

#index .g .right li a {
    display: block;
    margin-bottom: 1.5rem;
    font-weight: bold;
    color: #993300;
    line-height: 1;
}

#index .g .right .text {
    display: block;
    margin: -.375em 0;
    line-height: 1.75;
}

/* #musium */

#musium .a,
#theater .a {
  position: relative;
}

#musium .contents,
#theater .contents {
    background: none;
}

#musium .b h2,
#theater .b h2{
    color: #fff;
    text-align: center;
    text-indent: 0.4em;
    letter-spacing: 0.4em;
    padding: 1em 0;
    background: #541f83;
    border-radius: 0.5em 0.5em 0 0;
}

#theater .b h2{
    background: rgba(0,76,84,1);
}

#musium .b .body,
#theater .b .body{
    background: rgba(84,27,134,0.04);
}

#theater .b .body{
    background: rgba(0,76,84,0.04);
}

#musium .b .body2 p,
#musium .b .body3 dt span,
#musium .b .body4 p{
    display: block;
    color: #fff;
    text-align: center;
    text-indent: 0.2em;
    letter-spacing: 0.2em;
    padding: 1em 0;
    background: rgba(84,27,134,0.64);
}

#musium .b .body2 dt a,
#musium .b .body4 dt a,
#theater .b .body2 dt a
{
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}


#musium .b .body2 dd .title,
#musium .b .body4 dd .title,
#theater .b .body2 dd .title{
    display: block;
    font-size: 150%;
    font-weight: bold;
    line-height: 1.5;
    margin: -0.25em 0;
}

#musium .b .body2 dd .date,
#musium .b .body4 dd .date,
#theater .b .body2 dd .date{
    display: block;
    font-size: 125%;
    line-height: 1.5;
    margin: calc(1.5rem - 0.25em) 0;
}

#musium .b .body2 dd .excerpt,
#musium .b .body4 dd .excerpt,
#theater .b .body2 dd .excerpt{
    display: block;
    line-height: 1.75;
    margin: -0.375em 0;
}

#musium .b .body3,
#theater .b .body3 {
	    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}

    
    
#musium .b .body3 dl:nth-child(3n),
#theater .b .body3 dl:nth-child(3n){
    margin-right: 0;
}

#musium .b .body3 dt,
#theater .b .body3 dt{
    width: 100%;
}

#musium .b .body3 dt a,
#theater .b .body3 dt a{
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

#musium .b .body3 dd,
#theater .b .body3 dd {
    text-align: center;
}

#musium .b .body3 dd .title,
#theater .b .body3 dd .title {
    display: block;
    line-height: 1.5;
    margin: -0.25em 0;
}

#musium .b .body3 dd .date,
#theater .b .body3 dd .date {
    display: block;
    font-size: 80%;
    line-height: 1.5;
    margin: calc(1rem - 0.25em) 0 0.25em;
}

#musium .c h2 {
    padding-left: 1.25em;
    margin-bottom: 1.5em;
    background: rgba(0, 0, 0, 0.06);
    border-left: 1px solid #000;
    letter-spacing: .4em;
    line-height: 2;
}

#musium .c {
    margin-bottom: 4em;
}

#musium .c table {
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

#musium .c table th,
#musium .c table td {
    line-height: 1.5;
    vertical-align: top;
    padding: 0.75em 0;
    border-top: 1px solid rgba(0, 0, 0, 0.12);
}

#musium .c tr:first-of-type td,
#musium .c tr:first-of-type th {
    padding: 0 0 1em;
    border-top: none;
}

#musium .c table .date {
    width: 6.5em;
}

#musium .c table .category {
    width: 5.5em;
}

#musium .c li {
    margin-bottom: 1em;
}

#musium .c li:last-child {
    margin-bottom: 0;
}

#musium .c li .img {
    display: block;
    width: 8em;
    float: left;
    margin-right: 1em;
}

#musium .c li .img a {
    display: block;
    border: 1px solid rgba(0, 0, 0, 0.04);
}

#musium .c li div {
    width: calc(100% - 9em);
    float: left;
}

#musium .c li .title {
    display: block;
    font-weight: bold;
    line-height: 1.5;
    margin: -0.25em 0 0.75em;
}

#musium .c li .date,
#musium .c li .place {
    display: inline-block;
    font-size: 80%;
    line-height: 1.5;
    margin: -0.25em 0;
}

#musium .d,
#theater .d {
    padding: 1.5em ;
    background: rgba(84,27,134,0.04);
}

#theater .d {
    background: rgba(0,76,84,0.04);
}

#musium .d h2,
#theater .d h2 {
  color: #541b86;
  text-align: center;
  margin-bottom: 1.5em;
}

#theater .d h2 {
  color: rgba(0,76,84,1);
}

#musium .d li a,
#theater .d li a{
  display: block;
  color: #541b86;
  text-align: center;
  text-decoration: none;
  padding: 1em;
  background: #fff;
  border: 1px solid rgba(84,27,134,0.12);
}

#theater .d li a{
  color: rgba(0,76,84,1);
  border: 1px solid rgba(0,76,84,0.12);
}


/* special */

.special .ancestor {
    background: none;
    letter-spacing: .2em;
    box-sizing: border-box;
}

.special .ancestor span {
    display: block;
    padding: 1rem !important;
    background: #541B86;
}

.special .h1Image img {
    width: 100%;
}
