@charset "UTF-8";
/* CSS Document */

/*--------------------------------------------------------------------

////////////////　BASE

--------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP:400&display=swap&subset=japanese');
* {
    border: none;
    font: inherit;
    outline: none;
    vertical-align: bottom;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

*, *:before, *:after {
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

body {
    font-family: 'Noto Sans JP', sans-serif;
    font-feature-settings: "palt";
    line-height: 1;
    color: #000;
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 1.6em;
    min-width: 100%;
    width: 100%;
    height: 100%;
    position: relative;
    background: #fff;
}

h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p, div, span, em, img, a, table, tr, th, td, article, header, footer, aside, figure, figcaption, nav, section {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: normal;
    font-size: 100%;
    vertical-align: baseline;
}

article, header, footer, aside, figure, figcaption, nav, main, section {
    display: block;
}

picture {
    display: block;
}

figure {
    margin: 0;
}

img {
    vertical-align: bottom;
}

a {
    text-decoration: none;
    color: #000;
    transition: 0.3s ease-in-out;
}

a:hover {
    opacity: 0.5;
}

.br-pc {
    display: none;
}

.br-sp {
    display: block;
}

@media screen and (min-width: 768px) {
    a[href*="tel:"] {
        pointer-events: none;
        cursor: default;
        text-decoration: none;
    }
    .br-pc {
        display: block;
    }
    .br-sp {
        display: none;
    }
}

/*--------------------------------------------------------------------

////////////////　MAIN

--------------------------------------------------------------------*/

.main {
    width: 100%;
    background: url(../images/bg_sp.png) repeat-y;
    background-size: 100% auto;
    padding-bottom: 3em;
}

.main img {
    width: 100%;
}
.header {
    background: url(../images/main-img2_sp.jpg) center center / cover no-repeat;
}

@media screen and (min-width: 768px) {
    .main {
        max-width: 1000px;
        background: url(../images/bg_pc.png) repeat-y;
        margin: 0 auto;
    }
    .header {
        background: url(../images/main-img2_pc.jpg) center center / cover no-repeat;
        /*! height: 770px; */
    }
}


.txt {
    font-size: 1.5rem;
    line-height: 2.5;
    margin: 1em auto 2em auto;
    width: 95%;
}

.notice__box {
    width: 70%;
    margin: 0 auto;
}

@media screen and (min-width: 768px) {
    .txt {
        font-size: 1.8rem;
    }
    .notice__box {
        width: 625px;
    }
}

.content01 h3{
    font-size: 8vw;
    line-height: 1.2em;
    font-weight: bold;
    letter-spacing: .05em;
    margin-bottom: 1em;
}
.content01 .mds{
    margin-bottom: 5vw;
}

@media screen and (max-width: 767px) {
    .content01{
        margin-top: 20vw;
    }
    .content01 .cld{
        width: 90%;
        margin: 10vw auto 15vw;
    }
    .content01 .cld .pht+.pht{
        margin-top: 10vw;
    }
}

@media screen and (min-width: 768px) {
    .content01{
        margin-top: 80px;
    }
    .content01 h3{
        font-size: 50px;
        margin-bottom: 30px;
    }
    .content01 h3 br{
        display: none;
    }
    
    .content01 .con{
        background: #fff;
        box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
        border-radius: 10px;
        background: #fff;
        width: 90%;
        padding: 3%;
        margin: auto;
    }
    
    .content01 .flex .con{
        width: 49%;
        margin: 0;
        margin-top: 2%;
    }
    
    .content01 .flex .sec-main{
        margin-bottom: 3%;
    }
    
    .content01 .flex .cld{
        justify-content: space-between;
    }
    .content01 .flex .pht{
        width: 48%;
        margin: 0;
    }
    .content01 .mds{
        margin-bottom: 2.5%;
    }
    
    .con01 .inner{
        display: flex;
        justify-content: space-between;
    }
    .con .cld{
        display: flex;
        flex-wrap: wrap;
    }
    .con .pht{
        width: 50%;
        margin: 0;
    }
    
    .con01 .sec-main{
        width: 50%;
        min-width: 55%;
        margin-right: 3%;
    }
    
    .content01 .flex{
        display: flex;
        justify-content: space-between;
        width: 90%;
        margin: auto;
    }
}


.info__mds {
    width: 80%;
    margin: 5em auto 1.5em auto;
}

.info__add__box {
    width: 100%;
}

.info__add__box__txt {
    font-size: 1.7rem;
    line-height: 1.5;
    width: 90%;
    margin: 0 auto;
}

.info__add__box_link {
    font-size: 3.5rem;
    color: #000;
    margin: .2em 0 .2em;
    display: block;
}

.info__add__box_link span {
    font-size: 2rem;
    margin-right: 0.2em;
}

.info__add__box__access,
.info__add__access{
    width: 90%;
    margin: 0 auto;
}

.info__add__map {
    width: 100%;
    padding: 5% 5% 2%;
}
.info__add__access dl{
    text-align: left;
    line-height: 1.6;
    color: #333; 
    font-size: 1.32rem;
}

.info__add__access dt{
    font-weight: bold;
    margin-bottom: .3em;
}
.info__add__box__time{
    line-height: 1.5;
    margin-bottom: 1em;
}


@media screen and (max-width: 767px) {
    .info__add__access dl+dl{
        margin-top: 1em;
        margin-bottom: 3em;
    }
}
@media screen and (min-width: 768px) {
    .info {
        width: 90%;
        margin: 0 auto;
    }
    .info__mds {
        width: 75%;
    }
    .info__add {
        width: 100%;
    }
    .info__add__box {
        width: 100%;
    }
    .info__add__box__txt {
        width: 100%;
        margin: 0;
    }
    .info__add__box_link {
        font-size: 3.2rem;
    }
    .info__add__box_link span {
        font-size: 1.8rem;
    }
    .info__add__box__access {
        width: 100%;
        margin: 0;
    }
    .info__add__map,
    .info__add__access{
        width: 83%;
        margin: auto;
        padding: 0;
        margin-bottom: 10px;
    }
    .info__add__box__txt{
        font-size: 1.8rem;
    }
    .info__add__access{
        
        margin-bottom: 30px;
    }
    .info__add__access dl{
        font-size: 1.3rem;
        text-align: center;
    }
    .info__add__access dl+dl{
        margin-top: 10px;
    }
    .info__add__box__time{
        font-size: 1.5rem;
    }
    
}

.news {
width: 95%;
    margin: 0 auto;
    border-radius: 20px;
    background: #fff;
    padding: 0.5em;
    line-height: 1.5;
    font-size: 1.5rem;
    border: 1px solid #000;
    text-align: center;
margin-top:2em;
}
.news strong {
display: block;
    font-weight: bold;
    font-size: 1.8rem;
}
.news>.news_com1 {
   display: inline-block; 
text-align:left;
    font-size: 1.3rem;
margin:0.5em auto 0 auto;
}
.news>.news_com2 {
        font-size: 1.1rem;
display: block;
margin-top:0.5em;
}
@media screen and (min-width: 768px) {
.news {
    width: 100%;
    padding: 1.5em;
}
.news>.news_com1 {
    

}
.news>.news_com2 {
    

}
}


/*fixed-header
---------------------------------------- */

.fixed-header {
    width: 100%;
    background: #3073BB;
    position: fixed;
    display: none;
    z-index: 5;
    top: 0;
    right:0;
    border-bottom:2px solid #fff;
    text-align:center;
}

.btn-fix-phone,.btn-fix-yoyaku {
    width:49%;
    padding:15px 0;
    color:#fff;
    font-size:20px;
    display:inline-block;
}

.btn-fix-yoyaku {
    color:#fff;
    border-left:2px solid #fff;
}

.btn-fix-phone-inner {
    position: relative;
    padding-left: 30px;
}

.btn-fix-yoyaku-inner {
    position: relative;
    padding-left: 35px;
}

.btn-fix-phone-inner:before,.btn-fix-yoyaku-inner:before {
    content: '';
    position: absolute;
    top: calc(50% - 13px);
    left: 0;
    display: inline-block;
    width: 30px;
    height: 25px;
    background-repeat: no-repeat;
    background-position-y: center;
    background-size: contain;
}

.btn-fix-phone-inner:before {
    background-image: url(/exhibition/cmn/images/common/icon_tel_w.svg);
}

.btn-fix-yoyaku-inner:before {
    background-image: url(/exhibition/cmn/images/common/icon_yoyaku_w.svg);
}

@media screen and (max-width: 1140px) {
.fixed-header {
    width: 100%;
}
.btn-fix-phone,.btn-fix-yoyaku {
    font-size:20px;
}
.btn-fix-phone>a {
    color:#fff;
    display: block;
}
}

@media screen and (max-width: 767px) {
.btn-fix-phone,.btn-fix-yoyaku {
    font-size:4.8vw;
}
}

.btn-yoyaku {
    font-size: 18px;
    padding:15px 100px;
    background: #3073BB;
    display: inline-block;
    color: #fff;
    border-radius: 5px;
    border: 1px solid #3073BB;
    transition: 0.3s ease-in-out;
    margin-bottom:.5em;
}

.btn-yoyaku-inner {
    padding-left:36px;
    position: relative;
}

.btn-yoyaku-inner:before {
    content: '';
    position: absolute;
    top: calc(50% - 13px);
    left: 0;
    display: inline-block;
    width: 30px;
    height: 25px;
    background-image: url(/exhibition/cmn/images/common/icon_yoyaku_w.svg);
    background-repeat: no-repeat;
    background-position-y: center;
    transition: 0.3s ease-in-out;
}

.btn-yoyaku:hover {
    background: #fff;
    color: #3073BB;
    transition: 0.3s ease-in-out;
}

.btn-yoyaku:hover .btn-yoyaku-inner:before {
    content: '';
    position: absolute;
    top: calc(50% - 13px);
    left: 0;
    display: inline-block;
    width: 30px;
    height: 25px;
    background-image: url(/exhibition/cmn/images/common/icon_yoyaku_b.svg);
    background-repeat: no-repeat;
    background-position-y: center;
    transition: 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
.contents-block-title {
    margin: 6vw auto;
    text-align: center;
}
.contents-title {
    font-size: 6vw;
    margin-bottom: 6vw;
}
.btn-tel,.btn-yoyaku {
    font-size: 4.8vw;
    padding:15px;
    background: #3073BB;
    display: inline-block;
    color: #fff;
    border-radius: 5px;
    width:50%;
    border: 1px solid #3073BB;
}
.btn-tel-inner {
    padding-left:33px;
    position: relative;
}
.btn-tel-inner:before {
    content: '';
    position: absolute;
    top: calc(50% - 13px);
    left: 0;
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url(/exhibition/cmn//images/common/icon_tel_w.svg);
    background-repeat: no-repeat;
    background-position-y: center;
}
}