#wrapper {
    overflow: hidden;
}

.museevie-wrap {
    text-align: center;
    box-sizing: border-box;
    margin: 0 calc(50% - 50vw) 80px !important;
    padding: 60px 60px;
    background: url(https://www.hfc816t.jp/uploads/2021/11/interior_202112_bottom-v.jpg) no-repeat;
    background-size: cover !important;
    border: none;
    position: relative;
    color: #fff;
}

.museevie-wrap .museevie-wrap-in {
    background: rgba(0, 0, 0, .8) !important;
    display: inline-block !important;
    padding: 60px;
    box-sizing: border-box;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    position:relative;
    z-index: 10;
}

.museevie-wrap h2 {
    font-family: 'Yu Mincho', 'YuMincho', serif;
    font-weight: normal !important;
    font-size: 1.5em;
    border-bottom: 2px solid #fff;
    border-radius: 0 !important;
    color: #fff;
    margin: 0 0 60px !important;
    padding: 30px 0 !important;
    display: inline-block !important;
    width: auto !important;
    background: none !important;
}

.museevie-wrap h2 span {
    background: none !important;
    margin: 0 !important;
    padding: 0 !important;
    font-weight: normal !important;
}

.museevie-wrap a,
.museevie-wrap a:link,
.museevie-wrap a:visited {
    display: inline-block;
    background: #C18D19;
    line-height: 1;
    padding: 1.5em 2em;
    color: #fff;
    border-radius: 4px;
}

.museevie-wrap a:hover,
.museevie-wrap a:active {
    opacity: .8;
}

.interior-contact {
    border: 6px #eee solid;
    padding: 20px 0;
    margin-bottom: 60px;
}

.interior-contact address {
    display: flex;
    justify-content: space-around;
    border: none !important;
    margin: 0 !important;
    padding: 0 10px !important;
}

.interior-contact .inq {
    padding: 10px 20px;
}

.interior-contact .inq strong {
    font-size: 18px;
    line-height: 20px;
    font-weight: bold;
    border-left: 6px solid #bb051d;
    padding-left: 15px;
}

.interior-contact .inq .tel a {
    color: #bb051d;
    font-family: "Lato", sans-serif;
    font-size: 1.5em;
    height: 1.5;
    line-height: 1;
    white-space: nowrap;
    display: flex;
    align-items: center;
    margin-bottom: .5em;
}

.interior-contact .inq dl {
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1.2 !important;
}

.interior-contact .inq dl dt,
.interior-contact .inq dl dd {
    display: inline-block;
    font-size: .8em;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1.2 !important;
}

.interior-contact .inq .btn a,
.interior-contact .inq .btn a:link,
.interior-contact .inq .btn a:visited {
    display: inline-block;
    background: #bb051d;
    color: #fff;
    white-space: nowrap;
    margin-top: 1em;
    padding: .5em 1em;
    border-radius: 4px;
}

.interior-contact .inq .btn a:hover,
.interior-contact .inq .btn a:active {
    opacity: .6;
}

.interior-contact .company {
    padding: 10px 20px;
}

.interior-contact .company strong {
    font-size: 18px;
    line-height: 20px;
    font-weight: bold;
    border-left: 6px solid #bb051d;
    padding-left: 15px;
}

.interior-contact .company strong .name {
    font-size: 12.5px;
}

.interior-contact .company div.text a,
.interior-contact .company div.text a:link,
.interior-contact .company div.text a:visited {
    display: block;
    border: 1px solid #a0a0a0;
    border-radius: 4px;
    height: 40px;
    line-height: 38px;
    font-size: 14px;
    padding: 0 1em;
    position: relative;
    color: #000;
}

.interior-contact .company div.text a:hover,
.interior-contact .company div.text a:active {
    opacity: .7;
}

.interior-contact .company div.text a::after {
    content: ">>";
    font-family: "themify";
    font-size: 14px;
    font-weight: normal;
    display: inline-block;
    vertical-align: top;
    position: absolute;
    top: 0;
    right: 1em;
}

.interior-contact figure {
    margin: 0;
    padding: 10px 20px;
}

/* movie設定 */
#movie-area {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    overflow: hidden;
    z-index: 1;
}

#movie {
    /*天地中央配置*/
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*縦横幅指定*/
    width: 177.77777778vh;
    /* 16:9 の幅→16 ÷ 9＝ 177.77% */
    height: 56.25vw;
    /* 16:9の幅 → 9 ÷ 16 = 56.25% */
    min-height: 100%;
    min-width: 100%;
    z-index: 21;
}

/*movieがクリックされないためのマスク*/
#movie-mask {
    position: absolute;
    z-index: 3;
    /*下から2番目に表示*/
    top: 0;
    width: 100%;
    height: 100%;
}

@media (max-width: 920px) {
    .museevie-wrap {
        /* margin: 0 0 80px!important; */
        padding:20px!important;
    }
    .interior-contact figure {
        display: none;
    }
}

@media (max-width: 700px) {
    .museevie-wrap {
        padding: 0 !important;
    }
    .museevie-wrap .museevie-wrap-in {
        padding: 20px;
    }

    .interior-contact address {
        display: block;
    }
}
