@charset "UTF-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP");

#exhibition div,
#exhibition span,
#exhibition h1,
#exhibition h2,
#exhibition h3,
#exhibition h4,
#exhibition h5,
#exhibition h6,
#exhibition p,
#exhibitiona,
#exhibition img,
#exhibitionsmall,
#exhibitionstrong,
#exhibition b,
#exhibition dl,
#exhibition dt,
#exhibition dd,
#exhibition ol,
#exhibition ul,
#exhibition li,
#exhibition table,
#exhibition tbody,
#exhibition thead,
#exhibition tr,
#exhibition th,
#exhibition td {
    font-family: 'Noto Sans JP', sans-serif;
}


#exhibition {
    padding: 0 0 300px;
}

.pankuzu {
    margin: 10px auto 10px !important;
}

#main_img {
    background-image: url(main_img.jpg);
    height: 480px !important;
    background-color: #D2444F;
    background-size: auto 100%;
}

.gray_area {
    width: 100%;
    min-width: 980px;
    background: #fff;
    background-image: url(../140530_inokuma/gray_area_gradation.jpg);
    background-repeat: repeat-x;
}

#exhibition .black_area {
    background: #fff;
    line-height: 180%;
}

#exhibition .black_area h3 {
    font-size: 150%;
    line-height: 150%;
    font-weight: bold;
    color: #000;
}

#exhibition .black_area .arigato_btn {
    padding: 32.5px 0;
    font-size: 30px;
    font-weight: bold;
    margin-top: 50px;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
    background: white;
    border: 2.5px solid #123568;
    transition: all 0.3s ease 0s;
    text-align: center;
    line-height: 100%;
}

#exhibition .black_area .arigato_btn:hover {
    opacity: 0.7;
}

#exhibition .black_area .arigato_btn:after {
    content: "";
    position: absolute;
    display: inline-block;
    background-image: url(../20211120_etegami/btn_arrow.jpg);
    width: 17.5px;
    height: 35px;
    background-repeat: no-repeat;
    background-size: contain;
    top: 50%;
    right: 4%;
    margin-top: -15px;
}

#exhibition .black_area .arigato_btn a {
    color: #123568;
    text-decoration: none;
}

#exhibition .black_area .arigato_btn a span {
    font-size: 60%;
}

#exhibition .black_area .arigato_btn>a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    left: 50%;
    top: 50%;
}

#exhibition .schedule {
    padding: 65px 0 !important;
    text-align: center;
    background: linear-gradient(#1b4192 0%, #204992 66.5%, #5eb092 100%);
}

#exhibition .schedule h3 {
    color: #1B4192;
    font-weight: bold;
    line-height: 160%;
    font-size: 150%;
    background-color: white;
    width: 341.5px;
    margin: 0 auto;
    border-radius: 50px;
    padding: 20px;
}

#exhibition .schedule p {
    color: white;
    margin: 50px auto;
    font-size: 150%;
}

#exhibition .schedule p span {
    font-size: 75%;
    font-weight: normal !important;
    line-height: 150%;
    display: block;
    color: #F2EC3B;
    margin-top: 10px;
}

#exhibition .s_table table {
    width: 100%;
    text-align: left;
    background: white;
    border-spacing: 0;
    color: #1B4192;
}

#exhibition .kodomo_table {
    margin-top: 35px;
}

#exhibition .s_table table td {
    border-bottom: solid 1px #1B4192;
    border-left: solid 1px #1B4192;
    padding-top: 25px;
    padding-bottom: 25px;
    width: 40%;
}

#exhibition .s_table table td {
    border-bottom: solid 1px #1B4192;
    border-left: solid 1px #1B4192;
    padding-top: 25px;
    padding-bottom: 25px;
}

#exhibition .s_table table .t1 {
    width: 25%;
    text-align: center;
    vertical-align: middle;
    line-height: 220%;
}

#exhibition .s_table table .t_center {
    text-align: center;
}

#exhibition .s_table table .lef_p {
    padding-left: 20px;
}

.mb {
    display: none;
}

.kanren_banner {
    background: #F5DB39;
    border-radius: 25px;
    text-align: center;
    padding-top: 20px;
    color: #123568;
    margin-bottom: 50px;
}

.kanren_banner h4 {
    border-top: solid 1px #123568;
    font-weight: bold;
    padding: 30px 0;
    line-height: 180%;
    margin-top: 20px;
}

.kanren_banner h4 span {
    font-size: 150%;
}

/* 関連イベント */
.event_cont2 {
    margin-bottom: 30px;
}

.event_cont2 b {
    font-size: 105%;
}

.event_cont2 .title {
    color: #333333;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 10px;
}

.event_cont2 .date_area {
    color: #333333;
    font-size: 15px;
    font-weight: bold;
    padding-bottom: 10px;
    padding-left: 3px;
}

.event_cont2 .rect {
    padding: 20px 20px 15px;
    background-color: #EEE;
}

.event_cont2 .rect .bo_30 {
    margin-bottom: 30px;
}

.event_cont2 .explanation {
    color: #333333;
    font-size: 14px;
    padding-bottom: 20px;
}

.event_cont2 .rect2 {
    padding: 20px;
    background-color: #CAE6E1;
}

.event_cont2 .line {
    border-top: 1px #BBBBBB solid;
    padding-bottom: 20px;
}

.event_cont2 .one {
    padding-bottom: 10px;
    color: black;
}

.event_cont2 img {
    max-width: 350px;
    height: auto;
}


@media screen and (max-width: 580px) {
    #main_img {
        height: auto !important;
    }

    .gray_area {
        min-width: 100%;
    }

    #exhibition .black_area {
        padding-bottom: 50px !important;
    }

    #arigato_happyo img {
        width: 80%;
        height: auto;
    }

    #exhibition .schedule .arigato_btn {
        padding: 5% 0;
        font-size: 18px;
        margin-bottom: 10%;
    }

    #exhibition .schedule .arigato_btn:after {
        width: 12.25px;
        height: 24.5px;
        background-repeat: no-repeat;
        background-size: contain;
        top: 50%;
        right: 4%;
        margin-top: -11px;
    }

    #exhibition .schedule h3 {
        width: 70%;
        padding: 5vw;
    }

    #exhibition .schedule p {
        line-height: 150%;
    }

    #exhibition .schedule p span {
        margin-top: 20px;
    }

    #exhibition .schedule table .t_center {
        vertical-align: middle;
    }

    #exhibition .schedule table .t_center_mb {
        text-align: center;
        padding-left: 0;
        vertical-align: middle;
    }

    #exhibition .schedule table .wid_mb {
        width: 35%;
    }

    #text_mb .mb_in {
        display: inline-block !important;
    }

}