.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}

 .videoWrap {
	 padding-top: 56.25%;
	 width: 100%;
	 position: relative;
}

.videoWrap video {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}


.ui-point-map__floor {
    background: rgba(255, 255, 255, 0.4);
    padding: 2%;
}
.btn-enter-back{
	    background: rgba(255, 255, 255, 0.5);
}
.btn-enter-back {
    background: #BEE4A8  !important;
    color: #333;
    border-color: #333;
}
.btn-enter-back:hover {
	
    background: #BEE4A8  !important;
    color: #333;
    border-color: #333;
}


@media screen and (max-width: 768px) {
	.ui-pos-label{
		min-width: 120px;
		    max-width: 160px;
	}
	.pos-label__label{
		font-size: .85rem;
	}
	.btn-enter-back{
		    padding: 5px 10px;
	}
}

.ui-icon__other-link{
	top: 20px;
    right: 20px;
    height: 30px;
}
.ui-point-map {
    top: 76px;
    max-width: 240px;
}

.btn-enter-back__other-link{
	background: #fff;
}


/* ====================
シーンロックモーダル専用スタイル
==================== */
#js_modal-lock {
    z-index: 5000;
}

#js_modal-lock.open {
    z-index: 5000 !important;
}

/* シーンロックモーダルのコンテンツスタイル */
#js_modal-lock .modal__contents {
    max-width: 400px;
    width: 90%;
    padding: 30px 20px;
    text-align: center;
}

/* シーンロックモーダルのヘッダー */
#js_modal-lock .modal__heading {
    font-size: 1.25rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 1rem;
    line-height: 1.4;
}

/* シーンロックモーダルの説明文 */
#js_modal-lock .modal__desc {
    font-size: 1rem;
    color: #666;
    margin-bottom: 2rem;
    line-height: 1.6;
}

/* シーンロックモーダルのフォームエリア */
#js_modal-lock .modal__form {
    margin-bottom: 2rem;
}

/* パスワード入力フィールド */
#js_lock-password {
    width: 100%;
    padding: 12px 16px;
    border: 2px solid #e2e8f0;
    border-radius: 8px;
    font-size: 1rem;
    text-align: center;
    transition: all 0.3s ease;
    background-color: #fff;
    color: #333;
}

#js_lock-password:focus {
    outline: none;
    border-color: #38A4FF;
    box-shadow: 0 0 0 3px rgba(56, 164, 255, 0.1);
}

#js_lock-password::placeholder {
    color: #a0aec0;
}

/* エラーメッセージ */
#js_lock-error {
    color: #e53e3e;
    font-size: 0.875rem;
    margin-top: 0.5rem;
    font-weight: 500;
}

/* シーンロックモーダルのボタンエリア */
#js_modal-lock .modal_list_vertical {
    gap: 12px;
    justify-content: center;
}

#js_modal-lock .modal__item__btn {
    min-width: 100px;
    padding: 12px 24px;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 8px;
    transition: all 0.3s ease;
    cursor: pointer;
    border: 2px solid transparent;
}

/* OKボタン */
#js_lock-ok {
    background: linear-gradient(135deg, #38A4FF 0%, #0098d8 100%);
    color: #fff;
    border-color: #38A4FF;
}

#js_lock-ok:hover {
    background: linear-gradient(135deg, #0098d8 0%, #38A4FF 100%);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(56, 164, 255, 0.3);
}

#js_lock-ok:active {
    transform: translateY(0);
}

/* キャンセルボタン */
#js_lock-cancel {
    background: #fff;
    color: #666;
    border-color: #e2e8f0;
}

#js_lock-cancel:hover {
    background: #f8f9fa;
    color: #333;
    border-color: #cbd5e0;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

#js_lock-cancel:active {
    transform: translateY(0);
}

/* レスポンシブ対応 */
@media screen and (max-width: 850px) {
    #js_modal-lock .modal__contents {
        max-width: 350px;
        padding: 25px 15px;
    }
    
    #js_modal-lock .modal__heading {
        font-size: 1.125rem;
        margin-bottom: 0.75rem;
    }
    
    #js_modal-lock .modal__desc {
        font-size: 0.9rem;
        margin-bottom: 1.5rem;
    }
    
    #js_lock-password {
        padding: 10px 14px;
        font-size: 0.9rem;
    }
    
    #js_modal-lock .modal__item__btn {
        min-width: 80px;
        padding: 10px 20px;
        font-size: 0.9rem;
    }
    
    #js_modal-lock .modal_list_vertical {
        gap: 8px;
    }
}

@media screen and (max-width: 500px) {
    #js_modal-lock .modal__contents {
        max-width: 300px;
        padding: 20px 12px;
    }
    
    #js_modal-lock .modal__heading {
        font-size: 1rem;
    }
    
    #js_modal-lock .modal__desc {
        font-size: 0.85rem;
    }
    
    #js_lock-password {
        padding: 8px 12px;
        font-size: 0.85rem;
    }
    
    #js_modal-lock .modal__item__btn {
        min-width: 70px;
        padding: 8px 16px;
        font-size: 0.85rem;
    }
}
/* ai  */

.ui-icon__ai {
    position: fixed;
    bottom: 5px;
    left: 15px;
    /* cursor: pointer; */
    z-index: 5;
}
.icon-ai img{
    width: 250px;
}
.btn-enter-back__other-link{
	width: 100%;
    text-align: center;
    margin-bottom: .5rem;
}
.ui-point-map{
	top: 15px;
}
@media screen and (max-width: 500px) {
    .ui-icon__ai {
        bottom: -6px;
        left: 5px;
    }
    .icon-ai img{
        width: 210px;
    }
}

.btn-enter-back_map{
	    width: 100%;
    text-align: center;
    color: #fff;
    font-weight: 700;
}
	