@charset "utf-8";

/*====================================================
detail page css
====================================================*/
#pageTtl {
    position: relative;
    width: 100%;
}

#pageTtl .txt-pageTtl {
    font-size: 24px;
    letter-spacing: 0.15em;
    font-weight: bold;
    color: #3c3c3c;
    margin-bottom: 8px;
    line-height: 1.7em;
}

#pageTtl h1 {
    font-size: 14px;
    letter-spacing: 0.07em;
    color: #6c6c6c;
    margin-bottom: 15px;
    text-align: right;
}

.result h2 {
    font-size: 18px;
    letter-spacing: 0.1em;
    font-weight: bold;
    color: #3c3c3c;
    margin-bottom: 15px;
}

.result h3 {
    font-size: 16px;
    letter-spacing: 0.1em;
    font-weight: bold;
    color: #3c3c3c;
    margin-bottom: 15px;
}

.result .result_condition {
    display: flex;
}

.result .result_condition dt {
    width: 4.5em;
    margin-right: 1em;
    font-size: 1.1em;
    font-weight: bold;
}

.result .result_condition dd {
    width: calc(100% - 6em);
}

.result .result_condition dd ul {
    display: flex;
    flex-wrap: wrap;
}

.result .result_condition dd ul li {
    margin-right: .8em;
}

.result .result_condition dd ul li a {
    font-size: 1em;
    color: #707070;
}

/*.gazoo-frame {
    width: 100%;
    height: 100vh;
} */

#gazooContainer {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.preparation,
.negotiation {
    font-size: 30px;
    color: #555;
    display: flex;
    justify-content: center;
    padding-top: 50px;
}

.no-frame {
    width: 100%;
    height: 500vh !important;
    justify-content: center;
}

.btn-item {
    position: fixed;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-top: 8px;
    padding-bottom: 8px;
    align-items: stretch;
    gap: 8px;
    z-index: 9999 !important;
    background: rgba(245, 245, 245, 0.90) !important;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3) !important;
}

.btn-item > * {
    pointer-events: auto;
}

.btn-movie {
    background: #e60012;
    color: #fff !important;
    border: none;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    padding: 10px 35px;
    cursor: pointer;
    width: 200px;
    height: 50px;
    flex: none;
    text-align: center;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 16px;
    letter-spacing: 0.07em;

}

.btn-movie-icon {
    width: 16px !important;
    height: 14px !important;
    vertical-align: middle !important;
    margin-right: 4px;
}

.btn-movie:hover {
    background: #b50010;
}

.btn-mail-icon {
    width: 16px !important;
    height: 14px !important;
    vertical-align: middle !important;
    margin-right: 4px;
}

.btn-infomation {
    background: #e60012;
    color: #fff !important;
    border: none;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    padding: 10px 35px;
    cursor: pointer;
    width: 200px;
    height: 50px;
    flex: none;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-decoration: none;
    box-sizing: border-box;
    border-radius: 3px;
    font-size: 16px;
    letter-spacing: 0.07em;
}

.btn-infomation:hover {
    background: #b50010;
}

.video-inquiry-btn {
    background: #e60012;
    color: #fff !important;
    border: none;
    border-radius: 4px;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    text-decoration: none;
    text-decoration: none;
    box-sizing: border-box;
    height: 50px;
    font-size: 16px;
    letter-spacing: 0.07em;
    margin-top:3px ;
}
.video-inquiry-btn:hover {
  background: #b50010;
}

.btn_nyuko {
    background: #0092a7;
    color: #fff;
    border: none;
    padding: 10px 35px;
    cursor: pointer;
    width: 350px;
    height: 50px;
    flex: none;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 0;
    box-sizing: border-box;
    border-radius: 3px;
    font-size: 16px;
    letter-spacing: 0.07em;
    position: relative;
}

.btn_nyuko:hover {
    background: #007f7f;
}

.btn_nyuko span {
  position: absolute;
}

.btn-item .btn_nyuko::after {
    content: "";
    position: inline-block;
    bottom: 25px;
    margin: auto;
    vertical-align: middle;
    right: 25px;
    width: 0;
    height: 0px;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 10px solid #ffffff;
    position: absolute;
    right: 20px;
    bottom: auto
}
select {
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "Yu Gothic", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
}

.movie_area_detail {
    display: contents;
    align-items: stretch;
}

/*  動画モーダル */
.video-conts {
    display: none;
}

.video-wrap {
    position: relative;
    width: 720px;
    max-width: 90vw;
    background: #555;
}

.video-wrap iframe {
    width: 100%;
    height: 400px;
    display: block;
}

.video-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    background: #333;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    z-index: 9001;
}

.video-close::before,
.video-close::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 18px;
    height: 2px;
    background: #fff;
    transform-origin: center;
}

.video-close::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.video-close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

/* ========================================================================================================
   for tablet
   ========================================================================================================*/
@media screen and (max-width: 1039px) {

    .btn-item {
        flex-direction: row;
        flex-wrap: wrap; 
        padding: 8px;
        padding-right: 8px;
        justify-content: center;
        gap: 8px;
        z-index: 9999 !important;
    }

    .btn-movie {
        flex: 1;
        width: auto;
        border-radius: 3px;
        padding: 14px;
    }

    .btn-infomation {
        flex: 1;
        width: auto;
        border-radius: 3px;
        padding: 14px;
    }

    .btn_nyuko {
        flex: none;
        width: 100%;
        border-radius: 3px;
        padding: 14px;
    }
}
/* ========================================================================================================
   1520px以上
   ========================================================================================================*/
@media screen and (min-width: 1520px) {

    section {
        box-sizing: border-box;
        padding-left: 40px!important;
        padding-right: 40px!important;
    }
}
/* ========================================================================================================
   for smartphone
   ========================================================================================================*/
@media screen and (max-width: 830px) {
    .gazoo-frame {
        width: 100% !important;
        height: 100Vh !important;
        transform: none !important;
    }

    .btn-item {
        flex-direction: row;
        flex-wrap: wrap; 
        padding: 8px;
        padding-right: 8px;
        justify-content: center;
        gap: 8px;
        z-index: 9999 !important;
    }

    .btn-movie {
        flex: 1;
        width: auto;
        border-radius: 3px;
        padding: 14px;
        font-size: 14px;
    }

    .btn-infomation {
        flex: 1;
        width: auto;
        border-radius: 3px;
        padding: 14px;
        font-size: 14px;
    }

    .btn_nyuko {
        flex: none;
        width: 100%;
        border-radius: 3px;
        padding: 14px;
        font-size: 14px;
        height: 30px;
        text-align: center;
    }

}


/* ========================================================================================================
   768px以下
   ========================================================================================================*/
@media screen and (max-width: 768px) {

    /* .gazoo-frame {
        width: 100% !important;
        height: 100Vh !important;
        transform: none !important;
    } */

    .video-wrap iframe {
        width: 100%;
        height: 320px;
        display: block;
    }

}

/* ========================================================================================================
   320px以下
   ========================================================================================================*/
@media screen and (max-width: 320px) {
}