.main-img > div{
    background-image: url(../images/kazokuso-campaign/loc/kv.jpg);
    position: relative;
}
.main-img > div > h1{
    color: #502C1D;
    font-family: "Noto Serif JP";
    font-size: 30px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 3px;
    padding:0;
    white-space: nowrap;
    position: absolute;
    top:35px;
    width:100%;
    max-width:1200px;
    text-align:left;
    left:0;
    right:0;
    margin:0px auto;
}
.main-img > div > h1 > p{
    margin:0px 0px 0px 70px;
    padding:0;
    width:348px;
    text-align:center;
}
.main-img > div > h1 span{
    font-size:26px;
    letter-spacing: 2.6px;
}
.other-hall-detail{
    cursor: pointer;
    margin:20px auto 0px auto;
    width:270px;
    content:url(../images/kazokuso-campaign/loc/btn_other_hall_open_normal.png);
}
.other-hall-detail:hover,.other-hall-detail:active{content:url(../images/kazokuso-campaign/loc/btn_other_hall_open_over.png);}
.other-hall-detail.is-open{content:url(../images/kazokuso-campaign/loc/btn_other_hall_close_normal.png);}
.other-hall-detail.is-open:hover,.other-hall-detail.is-open:active{content:url(../images/kazokuso-campaign/loc/btn_other_hall_close_over.png)}
.other-hall {
    padding-top:40px;
    height: 0;
    overflow: hidden;
    transition: height 0.4s ease-in-out; /* 0.4秒かけて滑らかに動く */
}
.map-img img{width:750px;}

@media screen and (max-width: 768px){
    .main-img{padding-top:70px;}
    .main-img .sp{position: relative;}
    .main-img .sp > h1{
        font-size: 20px;
        line-height: normal;
        letter-spacing: 2px;
        position:absolute;
        margin:0;
        padding:0;
        top:calc(38% - 1px);
        text-align: center;
    }
    .main-img .sp > h1 > span{
        font-size: 17px;
        letter-spacing: 1.7px;
    }
}