/* CSS Document */
* {
    box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
}

/* clearfix */

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}
/* End hide from IE-mac */

html,
body {
    font-family: "游ゴシック体", "Yu Gothic", "Noto Sans JP", "Open Sans", sans-serif, arial, "hiragino kaku gothic pro", meiryo, "ms pgothic";
    background-color: #fff;
    text-decoration: none;
    font-weight: normal;
    color: #231815;
    font-size: 62.5%;
    width: 100%;

    overflow-x: hidden;
}

html,
body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
dl,
dt,
dd {
    margin: 0;
    padding: 0;
    list-style: none;
}

img {
    max-width: 100%;
    height: auto;
    touch-callout: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-touch-callout: none;
    -moz-user-select: none;
}

img,
a {
    border-style: none;
    outline: none;
}

a:link,
a:visited,
a:hover {
    text-decoration: none;
    color: #231815;
    outline: none;
}

@media screen and (min-width: 968px) {
    .pchide {
        display: none;
    }
    input.pure-toggle,
    label.pure-toggle-label {
        display: none;
    }
}

@media screen and (max-width: 968px) {
    #page {
        -webkit-overflow-scrolling: touch;
    }
    .sphide {
        display: none;
    }
}

/* メインここから */
/* header */

@media screen and (min-width: 968px) {
    header {
        width: 1000px;
        margin: 0 auto;
    }

    header.abex {
        border-bottom: 1px #ddd solid;
    }

    header h1 {
        float: left;
        padding: 24px 0 2px 10px;
    }

    header div.sphide {
        float: right;
        padding: 0 4px 0 0;
    }

    header div nav {
        float: left;
        font-family: "Crimson Text", "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
        font-size: 2.4rem;
        margin: 0 34px 0 0;
        padding: 42px 0 0;
        position: relative;
    }

    header div ul li {
        display: inline-block;
    }

    header div ul li a {
        display: inline-block;
        padding: 8px 12px 6px;
    }

    nav span#slide-line {
        position: absolute;
        bottom: 0;
        height: 3px;
        width: 80px;
        background-color: #231815;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    header div p {
        float: left;
        font-family: "Crimson Text", "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
        font-size: 1.6rem;
        line-height: 1.8rem;
        border: 1px #231815 solid;
        padding: 4px 16px;
        margin: 50px 0 0;
    }
}

@media screen and (max-width: 968px) {
    header {
        position: fixed;
        top: 0;
        left: 50%;
        width: 100%;
        background-color: #fff;
        display: inline-block !important;
        z-index: 999;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        opacity: 0.9;
        box-shadow: 0px 0px 7px 0px rgba(51, 51, 51, 0.47);
        -moz-box-shadow: 0px 0px 7px 0px rgba(51, 51, 51, 0.47);
        -webkit-box-shadow: 0px 0px 7px 0px rgba(51, 51, 51, 0.47);
    }

    header h1 {
        text-align: center;
        padding: 14px 0 6px;
        width: 50%;
        margin: 0 auto;
    }
}

/* mainimg */

@media screen and (min-width: 968px) {
    div#mainimg {
        width: 1000px;
        height: 700px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 968px) {
    div#mainimg {
        width: 100%;
        margin: 80px 0 0;
    }
}

/* news */

@media screen and (min-width: 968px) {
    div#news {
        width: 980px;
        margin: 42px auto 0;
    }

    div#news dl dt {
        float: left;
        padding: 6px 0 0;
    }

    div#news dl dd {
        float: left;
        padding: 0 0 0 32px;
        font-size: 1.4rem;
    }

    div#news dl dd ul li {
        width: 850px;
        margin: 0 0 4px;
    }

    div#news dl dd ul li a:hover {
        text-decoration: underline;
    }

    div#news dl dd ul li span {
        padding: 0 14px 0 0;
        display: inline-block;
    }

    div#news p {
        margin: 0 auto;
        font-size: 1.2rem;
        display: inline-block;
    }
    div#topics {
        width: 980px;
        margin: 50px auto 0;
        border: dashed 1px #000;
        padding: 20px 15px 10px;
    }
    div#topics dl dd {
        font-size: 1.4rem;
        line-height: 2.4rem;
    }
    div#topics dl dt {
        height: 0;
    }
    div#topics dl dt img {
        background-color: #fff;
        position: relative;
        top: -30px;
        padding: 0 10px;
    }
    div#topics dl dd ul li {
        margin: 0 0 4px;
        display: inline-block;
        overflow: hidden;
    }
    div#topics dl dd ul li a {
        color: #888;
        border-bottom: dotted 1px #888;
    }
    div#topics dl dd ul li a:hover {
        color: #cccccc;
        border-bottom: dotted 1px #cccccc;
    }
}

@media screen and (max-width: 968px) {
    div#news {
        width: 92%;
        margin: 40px auto 0;
        text-align: center;
    }
    div#news dt {
        width: 19%;
        margin: 0 auto 16px;
    }

    div#news dl dd ul {
        border-top: 2px #eee solid;
        padding: 20px 0 0;
    }

    div#news dl dd ul li.news17 {
        font-size: 1.6rem;
        line-height: 2.4rem;
        border-bottom: 2px #eee solid;
        padding: 0 0 20px;
        margin: 0 0 20px;
    }

    div#news dl dd ul li.news17:last-child {
        border: none;
    }

    div#news dl dd ul li.news24 {
        font-size: 1.9rem;
        line-height: 3.1rem;
        margin: 0 0 10px;
    }

    div#news p {
        font-size: 1.3rem;
    }

    div#topics {
        width: 92%;
        margin: 15% auto 0;
        border: dashed 1px #000;
        padding: 40px 20px 20px;
    }
    div#topics dl dd {
        font-size: 1.6rem;
        line-height: 2.4rem;
    }
    div#topics dl dt {
        width: 34%;
        height: 0;
        text-align: center;
        margin: 0 auto;
    }
    div#topics dl dt img {
        background-color: #fff;
        position: relative;
        top: -55px;
        padding: 0 15px;
    }
    div#topics dl dd ul li {
        margin: 0 0 5%;
    }
    div#topics dl dd ul li a {
        color: #888;
        border-bottom: dotted 1px #888;
    }
    div#topics dl dd ul li a:hover {
        color: #cccccc;
        border-bottom: dotted 1px #cccccc;
    }
}

/* footer */

footer {
}

footer div#ft_top {
    border-top: 1px #c9c6c5 solid;
    border-bottom: 1px #c9c6c5 solid;
}

footer small {
    background-color: #231815;
    color: #fff;
    font-size: 1rem;
    text-align: center;
    display: block;
    padding: 3px 0;
}

@media screen and (min-width: 968px) {
    footer div#ft_top {
        margin: 42px auto 0;
        text-align: center;
        width: 1160px;
        padding: 16px 0 0;
        position: relative;
        overflow: hidden;
    }

    footer div#ft_top p {
        font-size: 1.4rem;
        margin: 12px 0;
    }

    footer div#ft_top ul {
        position: absolute;
        top: 60px;
        left: 950px;
    }

    footer div#ft_top ul li {
        margin: 0px 5px;
    }

    footer div#ft_top ul li img {
        width: 40px;
    }

    footer p {
        font-size: 1.2rem;
        margin: 12px 0;
    }

    footer ul {
        font-size: 1.1rem;
        margin: 0 auto;
        text-align: center;
        max-width: 1160px;
    }

    footer ul li {
        display: inline-block;
        margin: 14px 0;
    }
    footer ul li.none {
        display: none;
    }

    footer ul li span {
        margin: 0 6px;
    }
}

@media screen and (max-width: 968px) {
    footer div#ft_top {
        margin: 62px auto 0;
        text-align: center;
        width: 94%;
        padding: 16px 0 0;
        border-top: 0;
    }

    footer div#ft_top ul li {
        display: inline;
        margin: 0 10px;
    }

    footer div#ft_top ul li img {
        width: 50px;
    }

    footer div#ft_top p img {
        width: 50%;
    }

    footer div#ft_top p {
        line-height: 2rem;
        font-size: 1.6rem;
        margin: 20px 0;
    }

    footer ul {
        font-size: 1.5rem;
        line-height: 2.5rem;
        margin: 20px auto;
        text-align: center;
        width: 94%;
    }

    footer ul li {
        text-align: left;
    }
    footer ul li.none {
        display: none;
    }

    footer ul li span {
        margin: 0 6px;
    }

    footer small {
        font-size: 0.9rem;
        text-align: center;
        display: block;
        padding: 3px 0;
    }
}

/*
Exhibitionsここから
*/

h2 {
    font-family: "Crimson Text", "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
    font-size: 2.7rem;
    font-weight: normal;
}

h2 span {
    font-size: 2rem;
    font-weight: normal;
}

h2 p {
    font-size: 1.4rem;
}

h3 {
    font-size: 2rem;
    font-weight: normal;
    line-height: 3.4rem;
}

h4 {
    font-size: 1.8rem;
    font-weight: normal;
    line-height: 3.4rem;
}
h3 span.day p {
    font-size: 80%;
    line-height: 20px;
}

@media screen and (min-width: 968px) {
    h2 {
        width: 980px;
        margin: 40px auto;
    }
    h2 p {
        width: 980px;
        margin: 10px auto 0;
    }

    h3 {
        width: 980px;
        margin: 0 auto 30px;
    }

    h3 span.day {
        font-size: 80%;
    }
}

@media screen and (max-width: 968px) {
    h2 {
        width: 94%;
        margin: 22px auto 14px;
        text-align: center;
        font-size: 2.8rem;
        padding-top: 18%;
    }
    h2 p {
        width: 94%;
        margin: 5px auto 0;
    }

    h3 {
        width: 94%;
        margin: 0 auto 30px;
        text-align: center;
    }

    h3 span {
        font-size: 80%;
    }
}

/*topimg*/

div#topimg {
    margin: 0 auto;
    text-align: center;
}

div#topimg img {
    margin: 20px 0 0 0;
}

div#topimg span {
    display: block;
    font-size: 1.4rem;
    line-height: 2.4rem;
}

div#topimg p {
    display: block;
    font-size: 1.2rem;
    margin: 20px auto;
    padding: 7px;
    border: #000000 dashed 1px;
    text-align: center;
    width: 180px;
}

@media screen and (min-width: 968px) {
    div#topimg {
        width: 980px;
    }
}

@media screen and (max-width: 968px) {
    div#topimg {
        width: 94%;
    }
}

/*exhibitions*/

.exhibitions {
    border-top: 1px #c9c6c5 solid;
    margin: 0 auto 80px;
}

@media screen and (min-width: 968px) {
    .exhibitions {
        width: 980px;
    }

    .exhibitions h3 {
        font-family: "Crimson Text", "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
        font-size: 2.4rem;
        font-weight: normal;
        line-height: 3.4rem;
        width: 980px;
        margin: 30px auto 30px;
    }

    .exhibitions h4 {
        font-family: "Crimson Text", "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
        font-size: 1.8rem;
        font-weight: normal;
        line-height: 3.4rem;
        width: 980px;
        margin: 30px auto 30px;
    }
}

@media screen and (max-width: 968px) {
    .exhibitions {
        width: 94%;
        margin: 0 auto 30px;
        text-align: center;
    }

    .exhibitions h3 {
        width: 94%;
        margin: 30px auto 30px;
    }

    .exhibitions h4 {
        width: 94%;
        margin: 30px auto 30px;
    }
}

/*nowopen*/

div#nowopen {
    margin: 0 auto 30px;
    text-align: center;
    width: 980px;
}

div#nowopen img {
    width: 400px;
}

div#nowopen p.text {
    display: block;
    font-size: 1.4rem;
    line-height: 2.4rem;
}

@media screen and (min-width: 968px) {
    div#nowopen {
        width: 980px;
    }
    div#nowopen img {
        float: left;
    }

    div#nowopen p.text {
        float: left;
        padding: 0;
        margin: 0 0 0 30px;
        text-align: left;
        width: 530px;
    }
}

@media screen and (max-width: 968px) {
    div#nowopen {
        width: 94%;
        margin: 0 auto;
    }

    div#nowopen img {
        width: 500px;
    }

    div#nowopen p {
        width: 94%;
        margin: 0 auto;
    }

    div#nowopen p.text {
        padding: 20px 0;
        width: 94%;
        margin: 0 auto;
    }
}

/*Coming soon*/

div#future {
    margin: 0 auto 30px;
    text-align: center;
    width: 980px;
}

div#future img {
    width: 250px;
}

div#future p.text {
    display: block;
    font-size: 1.4rem;
    line-height: 2.4rem;
    width: 600px;
}

@media screen and (min-width: 968px) {
    div#future {
        width: 980px;
    }
    div#future img {
        float: left;
    }

    div#future p.text {
        float: left;
        padding: 0;
        margin: 0 0 0 30px;
        text-align: left;
    }
}

@media screen and (max-width: 968px) {
    div#future {
        width: 94%;
        padding: 10px 0;
        margin: 0 auto;
    }

    div#future span {
        font-size: 1.2rem;
        font-weight: normal;
    }

    div#future img {
        float: left;
        width: 40%;
    }

    div#future p.text {
        float: left;
        font-size: 1.2rem;
        font-weight: bold;
        width: 50%;
        margin: 0 auto;
        text-align: left;
        margin: 0 0 0 20px;
    }
}

/*archives*/

div#archives {
    margin: 0 auto 30px;
    text-align: center;
    width: 980px;
}

div#archives img {
    width: 180px;
}

div#archives p.text {
    display: block;
    font-size: 1.4rem;
    line-height: 2.4rem;
}

@media screen and (min-width: 968px) {
    div#archives {
        width: 980px;
    }
    div#archives img {
        float: left;
    }

    div#archives p.text {
        float: left;
        padding: 0;
        margin: 0 0 0 30px;
        text-align: left;
    }
}

@media screen and (max-width: 968px) {
    div#archives {
        width: 94%;
        padding: 10px 0;
        margin: 0 auto;
    }

    div#archives span {
        font-size: 1.2rem;
        font-weight: normal;
    }

    div#archives img {
        float: left;
        width: 40%;
    }

    div#archives p.text {
        float: left;
        font-size: 1.2rem;
        font-weight: bold;
        width: 50%;
        margin: 0 auto;
        text-align: left;
        margin: 0 0 0 20px;
    }
}

/*contents_middle*/

div#contents_middle {
    margin: 60px auto 40px;
}

div#contents_middle p {
    font-size: 1.5rem;
    line-height: 3rem;
    padding: 0 0 30px;
}

div#contents_middle dl dt {
    font-size: 2.2rem;
    margin: 0 0 4px;
}

div#contents_middle dl dt span {
    font-size: 60%;
}

div#contents_middle dl dd {
    font-size: 1.5rem;
    line-height: 3rem;
}

div#contents_middle p img {
    margin: 20px 0 0;
    width: 200px;
}

@media screen and (min-width: 968px) {
    div#contents_middle {
        width: 980px;
        margin: 60px auto 30px;
    }
    div#contents_middle p i {
        display: block;
        padding: 0 0 0 1.5rem;
    }

    div#contents_middle .sbimg {
        margin: 0 0 20px 30px;
        float: right;
        width: 400px;
    }
    /*
    div#contents_middle p span {
        display: block;
        text-align: right;
        width: 960px;
    }
*/
    div#contents_middle dd span {
        display: block;
        text-align: right;
        width: 960px;
    }
}

@media screen and (max-width: 968px) {
    div#contents_middle {
        width: 94%;
    }

    div#contents_middle p i {
        display: block;
        text-indent: 1.5rem;
    }

    div#contents_middle .sbimg {
        width: 94%;
        margin: 10px auto;
        text-align: center;
    }

    div#contents_middle p,
    div#contents_middle dl dd {
        line-height: 2.8rem;
    }
    /*
  div#contents_middle p span {
    text-align: right;
    display: block;
  }
  */
    div#contents_middle dl dt {
        text-align: center;
        line-height: 2.5rem;
    }

    div#contents_middle dl dt span {
        display: block;
        margin: 0 0 30px;
    }
    /*
  div#contents_middle p span {
    display: block;
    text-align: center;
    margin: 20px 0 0;
    width: 94%;
  }
  */
}

/*contents_bottom*/

div#contents_bottom {
    margin: 0 auto;
    text-align: right;
}

div#contents_bottom p {
    font-size: 1.3rem;
}

@media screen and (min-width: 968px) {
    div#contents_bottom {
        width: 980px;
    }
    div#contents_bottom p {
        display: inline;
    }

    div#contents_bottom a:hover {
        text-decoration: underline;
    }
}

@media screen and (max-width: 968px) {
    div#contents_bottom {
        width: 94%;
    }
    div#contents_bottom p {
        display: block;
        text-align: center;
        margin: 0 0 10px;
    }
}

/*contents_top*/

div#contents_top {
    margin: 0 auto 30px;
    text-align: left;
}

div#contents_top p {
    font-size: 1.3rem;
}

@media screen and (min-width: 968px) {
    div#contents_top {
        width: 980px;
    }
    div#contents_top p {
        display: inline;
    }

    div#contents_top a:hover {
        text-decoration: underline;
    }
}

@media screen and (max-width: 968px) {
    div#contents_top {
        width: 94%;
    }
    div#contents_top p {
        display: block;
        text-align: center;
        margin: 0 0 10px;
    }
}

/*
特定商取引法に基づく表記 ここから
*/

/*terms_txt*/
div#terms_txt {
    margin: 0 auto 80px;
    font-size: 1.5rem;
    /*font-family: "游明朝", YuMincho, 'Yu Mincho', "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;*/
    line-height: 3rem;
}

div#terms_txt h4 {
    margin: 0 0 10px;
    border-bottom: 1px solid #333333;
}

div#terms_txt p {
    margin: 0 0 30px;
}

div#terms_txt table {
    margin: 0 0 30px;
    width: 100%;
}

div#terms_txt table th,
div#terms_txt table td {
    text-align: left;
    padding: 10px;
    border-top: 1px solid #cccccc;
}

div#terms_txt table tr:last-child th,
div#terms_txt table tr:last-child td  {
    border-bottom: 1px solid #cccccc;
}
div#terms_txt table th {
    background-color: #eeeeee;
}
/*
Aboutここから
*/

/*about_txt*/
div#about_txt {
    margin: 0 auto 80px;
    font-size: 1.5rem;
    /*font-family: "游明朝", YuMincho, 'Yu Mincho', "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;*/
    line-height: 3rem;
}

div#about_txt p {
    margin: 0 0 30px;
}


/*map*/

div#map {
    margin: 0 auto;
}

div#map ul li {
    font-size: 1.3rem;
    margin: 0 0 30px;
}

div#map ul li#contact {
    font-family: "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
    font-size: 1.5rem;
}

div#map ul li#contact a {
    border: 1px #000 solid;
    padding: 10px 30px;
}

div#map div span {
    display: block;
    font-size: 1.3rem;
}

@media screen and (min-width: 968px) {
    div#terms_txt {
        width: 980px;
    }

    div#about_txt {
        width: 980px;
    }

    div#map ul {
        float: left;
    }

    div#map div {
        float: right;
    }

    div#map {
        width: 980px;
    }
    div#map a:hover {
        text-decoration: underline;
    }
}

@media screen and (max-width: 968px) {
    div#terms_txt {
        width: 94%;
        line-height: 2.8rem;
    }

    div#about_txt {
        width: 94%;
        line-height: 2.8rem;
    }

    div#map {
        width: 94%;
        text-align: center;
    }

    div#map ul li {
        font-size: 1.5rem;
    }

    div#map ul li#contact {
        font-size: 1.7rem;
    }

    div#map div span {
        font-size: 1.5rem;
        margin: 0 0 30px;
    }
}

/*animation*/

#mainimg p {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 99;
    font-family: "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
    text-align: center;
    color: #fff;
}

@media screen and (min-width: 968px) {
    #mainimg p {
        font-size: 6rem;
        line-height: 7.4rem;
        width: 90%;
    }
}

@media screen and (max-width: 968px) {
    #mainimg p {
        font-size: 2.2rem;
        line-height: 3.2rem;
        width: 90%;
    }
}
