@charset "utf-8";

/* ====================================================================
 2023 04_19.html 用
==================================================================== */

.mt30 {margin-top: 30px !important;}

/* osirase_tit */
.osirase_tit {}
.osirase_tit .txt-bk {
    display: block;
    padding-bottom: 15px;
    color: #333;
    font-size: 24px;
}
.osirase_tit .txt-s {
    display: block;
    font-size: 26px;
    margin-top: 15px;
}

@media screen and (max-width: 639px){

}

/* link_txt */
.link_txt i {
    padding-left: 10px;
    color: #09f;
}


/* bokin-set */
.bokin-set {
    border-radius: 4px;
    border: 2px solid #2F528F;
    width: calc(80% - 30px);
    margin: auto;
    padding: 15px;
}
.bokin-set dt {
    border-bottom: 2px solid #2F528F;
    padding-bottom: 5px;
    color: #2F528F;
    font-weight: bold;
    text-align: center;
}
.bokin-set dd {
    margin: 0;
}
.bokin-set_inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.bokin-set_inner .img_block {
    width: 30%;
    margin-top: 20px;
}
.bokin-set_inner .txt_block {
    width: 68%;
    margin-top: 20px;
}
@media screen and (max-width: 639px){
    .bokin-set {
        width: calc(90% - 30px);
    }
    .bokin-set_inner .img_block {
        width: 80%;
        margin-right: auto;
        margin-left: auto;
    }
    .bokin-set_inner .txt_block {
        width: 100%;
    }
}


/* bellmark_movie */
.bellmark_movie {
    border-radius: 4px;
    background-color: #d2ecfc;
    width: calc(80% - 100px);
    margin: 30px auto;
    padding: 50px;
}
.bellmark_movie dt {
    color: #09f;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.8;
}
.bellmark_movie dd {
    margin: 0;
}
.bellmark_movie_pic {
    width: 100%;
    margin-top: 20px !important;
}
.bellmark_movie_pic a {
    position: relative;
    display: block;
}
.bellmark_movie_pic a:hover {
    opacity: 0.75;
}
.bellmark_movie_pic a i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: inline-block;
    content: "";
    color: red;
    font-size: 100px;
}
.bellmark_movie_pic img {
    border-radius: 6px;
    width: 100%;
    height: auto;
}

@media screen and (max-width: 639px){
    .bellmark_movie {
        width: calc(90% - 60px);
        padding: 30px;
    }
    .bellmark_movie_pic a i {
        font-size: 60px;
    }
}