/* CSS Document */
/* ユニバーサル */
* {
    padding: 0;
    margin: 0;
    line-height: 1.5;
    *font-size: small;
    *font: x-small;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
b{
    font-weight: bold;
}

a:link {
    color: #2869dd;
    text-decoration: none;
}
a:visited {
    color: #2869dd;
    text-decoration: none;
}
a:hover {
    color: #002973;
    text-decoration: underline;
}
a:active { color: #9acce7 }

table {
    width: 100%;
    border-collapse: collapse;
}
table td { vertical-align: top }
#calender table {
    border: 1px solid #eee;
    font-size:13px;
}
#calender th {
    background: #888;
    color: #fff;
    vertical-align: middle;
    padding: 9px 10px;
    border: 1px solid #fff;

}
#calender td {
    padding: 9px;
    border: 1px solid #eee;

}
#calender th a { color: #fff }
#calender td a {
    color: #333;
}
#calender p.center {
    font-size: 16px;
}
.calender_td_color {
    position: relative;
    margin-top: 8px;
    padding-left: 25px;
}
.calender_td_color:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 20px;
    height: 20px;
    border: 1px solid;
}

.calender_td_color.cld_blue:before {
    background: #acbdff;
}

.calender_td_color.cld_yellow:before {
    background: #ffe99e;
}

.calender_td_color.cld_red:before {
    background: #ffa1a1;
}

.calender_td_color.cld_gray:before {
    background: #d6d6d6;
}
#open {
    padding:30px 20px;
}
#open .cld_color {
    margin-bottom: 10px;
}

ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: left;
}
li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    list-style-position: outside;
}
img { border: 0 }
.item { border: 1px solid #cccccc }
.itemHead {
    padding: 3px 5px;
    background: #37bddb;
    color: #ffffff;
}
.itemInfo {
    text-align: right;
    padding: 3px 5px;
    background: #efefef;
}
.itemTitle a {
    font-size: 120%;
    font-weight: bold;
    font-variant: small-caps;
    color: #ffffff;
}
.itemPoster { font-size: 90% }
.itemPostDate { font-size: 90% }
.itemStats { font-size: 90% }
.itemBody { padding: 10px }
.itemText {
    margin-top: 5px;
    margin-bottom: 5px;
    line-height: 1.5;
}
.itemText:first-letter { }
.itemFoot {
    text-align: right;
    padding: 3px 5px;
    background: #efefef;
}
.itemAdminLink { font-size: 90% }
.itemPermaLink { font-size: 90% }
.outer { border: 1px solid silver }
.head {
    background: #37bddb;
    padding: 5px;
    font-weight: bold;
}
.even {
    background: #c9e8f0;
    padding: 5px;
}
.odd {
    background: #d7eef4;
    padding: 5px;
}
tr.even td {
    background: #c9e8f0;
    padding: 5px;
}
tr.odd td {
    background: #d7eef4;
    padding: 5px;
}
.foot {
    background: #c2cdd6;
    padding: 5px;
    font-weight: bold;
}
.center { text-align: center }
.left {
    float: left;
    text-align: left;
}
.right {
    float: right;
    text-align: right;
}
.marker_b {
    padding-left: 5px;
    background: url("./images/sankaku_migi_b.png") left center no-repeat;
}
.marker_w {
    padding-left: 5px;
    background: url("./images/sankaku_migi_w.png") left center no-repeat;
}
.clear { clear: both }
div.hidden {
    background: red;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    overflow: hidden;
}
div.errorMsg {
    background: #ffcccc;
    text-align: center;
    border-top: 1px solid #ddddff;
    border-left: 1px solid #ddddff;
    border-right: 1px solid #aaaaaa;
    border-bottom: 1px solid #aaaaaa;
    font-weight: bold;
    padding: 10px;
}
div.confirmMsg {
    background: #ddffdf;
    color: #136c99;
    text-align: center;
    border-top: 1px solid #ddddff;
    border-left: 1px solid #ddddff;
    border-right: 1px solid #aaaaaa;
    border-bottom: 1px solid #aaaaaa;
    font-weight: bold;
    padding: 10px;
}
div.resultMsg {
    background: #cccccc;
    color: #333333;
    text-align: center;
    border-top: 1px solid silver;
    border-left: 1px solid silver;
    font-weight: bold;
    border-right: 1px solid #666666;
    border-bottom: 1px solid #666666;
    padding: 10px;
}
div.xoopsCode {
    background: #ffffff;
    border: 1px inset #000080;
    padding: 0px 6px 6px 6px;
}
div.xoopsQuote {
    background: #ffffff;
    border: 1px inset #000080;
    padding: 0px 6px 6px 6px;
}
.comTitle {
    font-weight: bold;
    margin-bottom: 2px;
}
.comText { padding: 2px }
.comUserStat {
    font-size: 10px;
    color: #37bddb;
    font-weight: bold;
    border: 1px solid silver;
    background: #ffffff;
    margin: 2px;
    padding: 2px;
}
.comUserStatCaption { font-weight: normal }
.comUserStatus {
    margin-left: 2px;
    margin-top: 10px;
    color: #37bddb;
    font-weight: bold;
    font-size: 10px;
}
.comUserRank { margin: 2px }
.comUserRankText {
    font-size: 10px;
    font-weight: bold;
}
.comUserRankImg { border: 0px }
.comUserName { }
.comUserImg { margin: 2px }
.comDate {
    font-weight: normal;
    font-style: italic;
    font-size: smaller;
}
.comDateCaption {
    font-weight: bold;
    font-style: normal;
}
/* ボディ */
body {
    color: #333;
    line-height: 1.6;
    font-size: 14px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-align: center;
}


/* キャンバス */
#canvas {
    margin: 0 auto;
    padding: 0;
    text-align: left;
    background: #FFF;
}
/* ヘッダー */
#header {
    position: relative;
    width: 1160px;
    min-height: 97px;
    margin: auto;
    padding-top: 6px;
    background: #fff;
    padding-bottom:16px;
}
#header_image {
    width: 100%;
    color: #fff;
    overflow: hidden;
}
#header_contents {
    display: table-cell;
    float:right;
}

/* ------ */
/* サイトタイトル */
#header .siteTitle {
    display: table-cell;
    float: left;
    vertical-align: middle;
}
#header .siteTitle h1 {
    text-align: left;
    padding: 0px;
    margin: 36px 10px 0 0;
    width: 290px;
}
#header .siteTitle h1 a {
    font-size: 180%;
    color: #666;
    text-decoration: none;
}
#header .siteTitle h1 a:hover {
    color: #000;
    text-decoration: underline;
}
#header .siteTitle h2 {
    font-size: 110%;
    padding: 0 0 0 20px;
}
#header_contents .language,
#header_contents .fontSize,
#header_contents .searchForm,
#header_contents .sns_btn {
}

#header_contents .language {
    margin-top:15px;
}

/* 言語 */
#header .language {
    display: inline-flex;
    width: 132px;
    height: 25px;
    margin-bottom: 1em;
}
#header .language:hover img {
    content: url("./images/ul_lang_title_a.png");
}

input[type="checkbox"].bellows{
    display: none;
}

input[type="checkbox"].bellows + ul{
    max-height: 0;
    overflow: hidden;
    z-index: 99;
}

input[type="checkbox"].bellows:checked + ul{
    max-height: 30em;
    position: absolute;
    top: 48px;
    width: 132px;
}

input[type="checkbox"].bellows:checked + ul li{
    padding: 7px 10px 5px;
    background: #eee;
    border-bottom: 2px solid #ddd;
    font-size: 12px;
}

input[type="checkbox"].bellows:checked + ul li:hover{
    background: #fff;
}


/* 文字サイズ */
#header .fontSize {
    display: inline-block;
    height: 21px;
}
#header .fontSize p {
    display: inline-flex;
    margin-right: 13px;
    font-size: 12px;
    line-height: 24px;
    vertical-align: middle;
    padding-bottom: 19px;
    margin-left: 26px;
}
#header .fontSize ul {
    display: inline-flex;
}
/* SNSボタン */
.sns_btn{
    display:  inline-block;
    margin-left: 8px;
}
.sns_btn ul li{
    display: inline-block;
    padding-left: 5px;
}
/* 検索 */
#header .searchForm * { border: none }
#header .searchForm {
    display: inline-flex;
    height: 21px;
    margin-left: 14px;
}
#header .searchForm .form {
    display: flex;
    height: 30px;
}
#header .searchForm input.field {
    width: 80%;
    height: 30px;
    background: #ddd;
    vertical-align: top;
}
#header .searchForm input.field:focus { background: #ddd }
#header .searchForm input.button {
    width: 30px;
    height: 30px;
    background: url("./images/search_btn.png");
    pointer-events: none;
}
#header .searchForm input.button:hover { cursor: pointer }
#header .searchForm input.button:active { cursor: pointer }
#header .topImage {
    clear: both;
    padding: 0;
    margin: 0;
    width: 860px;
    height: 150px;
}

#header .btnTicket {
    display: inline-block;
    height: 21px;
}


#header .btnTicket p {
    display: inline-flex;
    font-size: 12px;
    line-height: 24px;
    vertical-align: middle;
    padding-bottom: 23px;
    margin-left: 13px;
}

#header .btnTicket p a {
    background-color: #d3381c;
    padding: 6px;
    color: white;
    text-align: center;
    width: 150px;
}

/* レフトカラム */
.main {
    width: 1160px;
    margin: 1em auto;
}
/* センターカラム */
    #centercolumn {
        width: 862px;
        margin-right: 30px;
        float: left;
    }
.mainContents { clear: both }
#centerC { width: 100% }
#centerC .blockTitle {
    border-bottom: #CCC solid 1px;
    background: url("./images/bg_h1.png") no-repeat left bottom;
}
#centerC .blockContent {
    padding: 0px;
    margin-bottom: 0px;
}
#centerL {
    float: left;
    width: 49%;
}
#centerL .blockTitle {
    padding: 0px;
    color: #fff;
    background: #37bddb;
}
#centerL .blockContent {
    padding: 0px;
    margin-bottom: 0px;
    background: #def9ff;
}
#centerR {
    float: right;
    width: 49%;
}
#centerR .blockTitle {
    padding: 0px;
    color: #fff;
    background: #37bddb;
}
#centerR .blockContent {
    padding: 0px;
    margin-bottom: 0px;
    background: #def9ff;
}
/* レフトカラム */
#leftcolumn {
    float: left;
    width: 100%;
    margin: 2em 30px 62px 62px;
}
#leftcolumn .blockTitle {
    color: #FFF;
    background: #37bddb;
}
#leftcolumn .blockContent {
    text-align: left;
    padding: 0px;
}
/* ライトカラム */
#rightcolumn {
    float: right;
    width: 268px;
    margin-top: 2em;
}
#rightcolumn .blockTitle {
    color: #FFF;
    background: #37bddb;
}
#rightcolumn .blockContent {
    text-align: left;
    padding: 0;
}
/* コンテンツ */
#contents { clear: both }
/* フッター */
#footer {
    clear: both;
    margin: 0 auto;
    width: 1160px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 10px;
    min-height:1px;
}
#footer .siteTitle {
    display: inline-block;
    width: 250px;
}
#footer .siteTitle h2 {
    text-align: left;
}
#footer .footer_contents {
    display: inline-block;
}
#footer ul {
    margin-top: 1px;
}
#footer ul li {
    display: inline-block;
    padding: 0 1em;
}
#footer a {
    color: #333;
    font-size: 10px;
}
#footer p {
    margin: 1em;
}
h1,
h2,
h3,
h4 {
    color: #000;
    font-weight: bold;
}
#top_left h3 {
    margin-top: 20px;
    font-size: 1.0em;
    font-weight: bold;
    clear: both;
}
div.chumoku_one {
    margin-top: 10px;
    margin-bottom: 10px;
}
.chumoku_one div.chumoku_one_content {
    margin-left: 277px;
    /*float: right;*/
}
div.chumoku_other_list {
    margin-top: 20px;
    margin-bottom: 10px;
    padding-top: 20px;
    border-top: 1px solid #ccc;
}
#otherlanguages_top {
    width: 230px;
    height: 20px;
    background: url("./images/waku_r_top2.png") top left;
    padding: 3px 5px;
    margin-top: 10px;
}
#otherlanguages {
    width: 240px;
    background: url("./images/waku_r_side.png") top left;
    padding: 5px 0;
}
#otherlanguages p.title {
    padding-left: 5px;
    background: #c1c1c1;
    color: #505050;
}
#otherlanguages ul { padding: 3px 5px; }
#otherlanguages ul li {
    display: inline;
    padding-left: 4px;
    margin-left: 7px;

}
#otherlanguages ul li.last { border-bottom: none; }
#otherlanguages_bottom {
    margin-bottom: 10px;
    width: 240px;
    height: 10px;
    background: url("./images/waku_r_bottom.png") bottom left;
    _font-size: 0; /* IE6 */
}

.con {
    background-image: url(tnm_top_a_2.jpg);
    background-repeat: no-repeat;
    height: 2186px;
    width: 1124px;
}
.sp1 {
    padding-top: 70px;
    padding-left: 50px;
    height: 300px;
}
#banner {
    clear: both;
}
#banner img {
    vertical-align: bottom;
    margin-bottom: 10px;
}
#submenu_top {
    width: 240px;
    height: 4px;
    background: url("./images/waku_r_top.png") top left;
    _font-size: 0; /* IE6 */
}
#submenu {
    width: 240px;
    background: url("./images/waku_r_side.png") top left;
}
#submenu ul { padding: 5px 10px }
#submenu ul li { margin-left: 25px }
#submenu ul li.one { list-style: url("./images/icon_location.png") }
#submenu ul li.two { list-style: url("./images/icon_blog.png") }
#submenu ul li.three { list-style: url("./images/icon_mailmagazine.png") }
#submenu ul li.four { list-style: url("./images/icon_members.png") }
#submenu_bottom {
    margin-bottom: 10px;
    width: 240px;
    height: 4px;
    background: url("./images/waku_r_bottom.png") bottom left;
    _font-size: 0; /* IE6 */
}
#download_top {
    width: 210px;
    height: 15px;
    padding: 10px 15px;
    background: url("./images/waku_r_top3.png") top left;
    margin-top: 10px;
    _margin-bottom: -5px; /* IE6 */
}
#download {
    width: 240px;
    background: url("./images/waku_r_side.png") top left;
}
#download ul { margin: 0px 3px }
#download ul li {
    padding: 5px 10px;
    list-style: url("./images/marker_g.png") inside;
    border-bottom: #8f8f8f 1px dotted;
/list-style: none; /* IE6,7 */
/list-style-image: none; /* IE6,7 */
/background: url("./images/marker_g.png") 6px center no-repeat; /* IE6,7 */
}
#download ul li.last { border-bottom: none }
#download_bottom {
    margin-bottom: 10px;
    width: 240px;
    height: 4px;
    background: url("./images/waku_r_bottom.png") bottom left;
    _font-size: 0; /* IE6 */
}
#link ul li {
    display: inline-block;
    box-sizing: border-box;
    width: 50%;
    padding: 5px 10px;
    border-bottom: #8f8f8f 1px dotted;
}
#link ul li:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: 4px;
    margin-left: 0;
    border: rgba(0, 0, 0, 0) solid 4px;
    border-left-color: #505050;
    vertical-align: 2px;
}
#link ul li:first-of-type,
#link ul li:nth-of-type(2) {
    border-top: #8f8f8f 1px dotted;
}
#mobile {
    margin-top: 20px;
    text-align: center;
    border-bottom: #8f8f8f 1px solid;
}
#mobile p { margin: 10px }
#shousai_l_top {
    margin-top: 10px;
    width: 75%;
    height: 10px;
    background: url("./images/shousai_l_top.png") top left;
    _font-size: 0; /* IE6 */
}
#shousai_l_side {
    padding: 0px 10px;
    width: 75%;
    overflow: hidden;
    background: url("./images/shousai_l_side.png") repeat-y top left;
}
#shousai_l_side p.right { margin-right: 20px }
#shousai_l_bottom {
    margin-bottom: 10px;
    width: 75%;
    height: 10px;
    background: url("./images/shousai_l_bottom.png") bottom left;
    _font-size: 0; /* IE6 */
}
#saishin div.clear {
    border-bottom: #8f8f8f 1px dotted;
    padding: 5px;
    overflow: hidden;
}
#saishin p.left { width: 100px }
#saishin p.left2 { float: left }

#r_poll_block_top_top {
    width: 230px;
    height: 55px;
    /*background: url("./images/ja_utf8/r_poll_block_top_top.png") top left;*/

    padding: 0px 0px;
    margin-top: 10px;
}
#r_poll_block_top {
    width: 220px;
    background: url("./images/r_poll_block_top_side.png") top left;
    padding: 5px 10px;
    text-align: left;
}

#r_poll_block_top_bottom {
    margin-bottom: 10px;
    width: 240px;
    height: 7px;
    background: url("./images/r_poll_block_top_bottom.png") bottom left;
    _font-size: 0; /* IE6 */
}

upcoming_icon {
    vertical-align: middle;
}
/* 本日の開館日 */
#top-information-square {
    border: 1px solid #ccc;
    background: #eee;
    margin: 2em 0;
    padding: .5em 0;
    text-align: center;
    font-weight: bold;
}

/* 注目の展示 */
.block_recommend_image {
    position: relative;
    height:155px;
    overflow: hidden;
}

.block_recommend_image img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
    height: 100%;
}

#top_left .top_contents:nth-child(3n-1) {
    margin-left: 30px;
    margin-right: 30px;
}

#top_left .top_contents {
    position: relative;
    margin-top: 30px;
}

#top_left .top_contents h2 {
    font-size: 18px;
    min-height: 3em;
    border-left: 0;
    padding: 1em 0 0.5em;
}

#top_left .top_contents h2 a {
    font-weight: bold;
}

@media ( min-width : 600px ){
    #top_left .top_contents_wrap  {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    #top_left .top_contents_wrap .top_contents {
        width : 267px;
    }
}

.top_contents .top_icon{
    position: absolute;
    z-index: 99;
    padding: .4em 2em;
    font-size: 14px;
    color: #fff;
}

.top_contents .top_icon.exhibition {
    background: #006739;
}

.top_contents .top_icon.event {
    background: #016297;
}

.top_contents .top_summary,
.top_contents .top_about {
}

.top_about {
    padding-top: 12px;
}

span.top_location {
    padding-right: 1em;
}

/* お知らせ、トップブログ */
#news_blog{
    clear: both;
    display: -webkit-flex;
    display: flex;
    padding-top: 30px;
}

.NewsContent,
.BlogContent {
    width: 100%;
}

#news_blog h2 {
    font-size: 1.3em;
    border-left: 5px solid;
    padding: .5em 1em;
    font-weight: bold;
    margin-bottom: 8px;
}

#saishin .post_entry,
#blog_latest_entry .post_entry {
    display: -webkit-flex;
    display: flex;
    padding: 1em 0;
}

.NewsContent,
.BlogContent {
    width: 565px;
}

.NewsContent{
    padding-right: 15px;
}

.BlogContent {
    padding-left: 15px;
}

#saishin .entry_summary,
#blog_latest_entry .entry_summary {
        width: 70%;
        padding-right: 2em;
}

    #saishin .entry_image,
    #blog_latest_entry .entry_image {
        width: 30%;
        text-align: right;
}
#saishin .entry_summary_full{
    width: 100%;
}
#saishin .entry_summary,
#blog_latest_entry .entry_summary {
    padding-right: 2em;
}

#saishin .post_date,
#blog_latest_entry .post_date {
    font-size: 13px;
}

#saishin h3.entry_title,
#blog_latest_entry h3.entry_title {
    text-overflow: ellipsis;
    font-size: 16px;
    font-weight:bold !important;
}

#saishin .entry_about ,
#blog_latest_entry .entry_about {
    font-size: 15px;
}

/* トップアイコン */
.top_tnm_info {
    clear: both;
    display: -webkit-flex;
    display: flex;
    width: 100%;
}
.top_tnm_info.tnm-2part_icon {
    margin: auto;
}

@media screen and (min-width: 768px){

.top_tnm_info .info_btn {
    width: 50%;
}

.top_tnm_info .info_btn img {
    width: 100%;
}

}

.top_tnm_info .info_btn_20 {
    width: 20%;
    padding-top: 1em;
    text-align: center;
    border-right: 1px solid #eee;
}

.top_tnm_info .info_btn_20:first-of-type {
    border-left: 1px solid #eee;
}

.top_tnm_info .info_btn_20 h2 {
    font-size: 18px;
    padding: 1em .5em;
    font-weight: normal;
}

.top_tnm_info {
    margin: 3em 0;
}

.top_tnm_info .info_btn h2 {
    text-align: center;
    color: #fff;
    margin: 0;
    padding: .3em;
    letter-spacing: .2em;
    text-decoration: none;
}

.top_tnm_info .info_btn.schedule h2 {
    background: #006739;
}

.top_tnm_info .info_btn.information h2 {
    background: #a07a29;
}

.clearance {
    margin-right: 2%;
}

.top_tnm_info.border_orange {
    box-sizing:border-box;
    border: 4px solid #fd8a25;
}

.top_tnm_info.border_orange .info_btn {
    display: flex;
    position: relative;
}

/* ランキング */
.top_tnm_info .info_btn .ranking_faq {
    position: absolute;
    /*bottom: .5em;*/
    right: .5em;
    /*width: 67%;*/
    width:390px;
    height:140px;
    overflow: hidden;
    top:55px;
}

.top_tnm_info.border_orange  .info_btn img {
    width: 100%;
    height: 100%;
}

.top_tnm_info .info_btn .ranking_faq h2 {
    font-size: 16px;
    color: #fc9a41;
    padding-bottom: .5em;
    text-align: left;
}

.top_tnm_info .info_btn .ranking_faq h2:before{
    content: "Q.";
}
.top_tnm_info .info_btn .ranking_faq h3{
    font-weight: normal;
    font-size: 12px;
    color: #fc9a41;
    text-align: left;
}

@media(min-width: 1210px) {
    .top_tnm_info .info_btn .ranking_faq {
        bottom: 1em;
    }

    .top_tnm_info .info_btn .ranking_faq h2 {
        font-size: 18px;
    }

    .top_tnm_info .info_btn .ranking_faq h3 {
        font-size: 16px;
    }
}

@media(min-width: 1300px) {
    .top_tnm_info .info_btn .ranking_faq {
        bottom: 1.5em;
    }

    .top_tnm_info .info_btn .ranking_faq h2 {
        font-size: 18px;
    }

    .top_tnm_info .info_btn .ranking_faq h3 {
        font-size: 16px;
    }
}

.top_tnm_info.border_orange .info_btn .ranking {
    position: relative;
    height : 206px;
    width : calc(100% / 3) ;
}

.top_tnm_info.border_orange .info_btn .ranking.top_1st:after {
    position: absolute;
    bottom: .5em;
    left: .5em;
    z-index: 1;
    content: url("images/vote_ranking_1st.png");
}

.top_tnm_info.border_orange .info_btn .ranking.top_2nd:after {
    position: absolute;
    bottom: .5em;
    left: .5em;
    z-index: 1;
    content: url("images/vote_ranking_2nd.png");
}

.top_tnm_info.border_orange .info_btn .ranking.top_3rd:after {
    position: absolute;
    bottom: .5em;
    left: .5em;
    z-index: 1;
    content: url("images/vote_ranking_3rd.png");
}


.top_tnm_info .info_btn_25 {
    width: 25%;
    padding-left: 1em;
    text-align: center;
}

.top_tnm_info .info_btn_25:first-of-type {
    padding-left: 0;
}

.top_access {
    width: 50%;
    box-sizing:border-box;
}

.top_access.map {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.top_access.info {
    background: #eee;
    padding: 2em;
    text-align: left;
}

.top_access.info .address_fee {
    padding-top: 1em;
}

.top_access.info .address_fee h3{
    font-size: 16px;
}

#topNavi  {
    position: absolute;
    top: 50px;
    width: 975px;
}
#topNavi.fixed  {
    position: fixed;
    top: -11px;
    z-index:999;
}
#header_site_title_logo  {
    display: block;
    position: absolute;
    z-index:1000;
}
#header_site_title_logo.fixed  {
    display:none;
}
#header_site_title_logo_mini  {
    display: none !important;
}
#header_site_title_logo_mini.fixed  {
    display:block !important;
    position: fixed;
    margin-left: 16px;
    top: -23px;
    z-index: 1000;
}

#topNavis {
    width:100%;
    margin-top:21px;
    margin-left:186px;
}

#mini_header {
    position: absolute;
    width:100%;
    height:69px;
    background-color:#fff;
}
#mini_header.fixed  {
    position: fixed;
    width:100%;
    height:52px;
    background-color:#fff;
    top: 0px;
    z-index:998;
}

/* Chrome, Safari 5+, Opera 15+, iOS, Android */
::-webkit-input-placeholder {
    font-size: 12px;
    padding-left:18px;
}
/* Firefox 18- */
:-moz-placeholder {
    font-size: 12px;
    padding-left:18px;
    opacity: 1;
}
/* Firefox 19+ */
::-moz-placeholder {
    font-size: 12px;
    padding-left:18px;
    opacity: 1;
}
/* IE 10+ */
:-ms-input-placeholder {
    font-size: 12px;
    padding-left:18px;
}
/* IE Edge */
::-ms-input-placeholder {
    font-size: 12px;
    padding-left:18px;
}

.go_to_list {
    position: relative;
}

.go_to_list:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: -12px;
    width: 0;
    height: 0;
    margin-top: -5px;
    border: 5px solid transparent;
    border-left: 5px solid #333;
}

/* 地図キャンパス */
#map-canvas {
    width: 50% !important;
    height: 369px ;
}

#go-to-top {
    display: none;
}

#go-to-top.show {
    display: block;
    position: fixed;
    bottom: 30px;
    right: 40px;
    opacity: .4;
}

/*本日の展示・催し物*/

.arrow::before,
.arrow::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
/*    background: #337da3;*/
.todays_event {
    font-size: 15.5px;
    color: #fff;
    background: #337da3;
    padding: 9px 5px 9px 45px;
    text-align: center;
    font-weight: bold;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;

    box-sizing: border-box;
    width: 268px;
}

.todays_event::before{
    width: 40px;
    /*height: 40px;*/
    height: 100%;
    background: #006296;
}
.todays_event::after{
    left: 18px;
    box-sizing: border-box;
    width: 4px;
    height: 4px;
    border: 4px solid transparent;
    border-left: 4px solid #fff;
}
/* change_exhibitions*/
.change_exhibitions {
    font-size: 15.5px;
    color: #fff;
    background: #008C55;
    padding: 9px 5px 9px 45px;
    text-align: center;
    font-weight: bold;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;

    box-sizing: border-box;
    width: 268px;
}

.change_exhibitions::before{
    width: 40px;
    /*height: 40px;*/
    height: 100%;
    background: #006739;
}
.change_exhibitions::after{
    left: 18px;
    box-sizing: border-box;
    width: 4px;
    height: 4px;
    border: 4px solid transparent;
    border-left: 4px solid #fff;
}



.mouse_effect {  
-webkit-transition: 0.2s ease-in-out;  
   -moz-transition: 0.2s ease-in-out;  
     -o-transition: 0.2s ease-in-out;  
        transition: 0.2s ease-in-out;  
}  
.mouse_effect:hover {  
opacity: 0.8;  
filter: alpha(opacity=80);  
}   

