@charset "UTF-8";
.detail-header__walk {
    width: 600px;
}
.detail__map {
    border: 0;
}
#js-contact-bkn {
    display: block;
}
#vr_iframe {
    height: 698px;
    width: 720px;
    padding-bottom: 20px;
}
.vr_section svg {
    width: 21px;
    height: 21px;
    fill: #333;
    margin-left: 5px;
    vertical-align: sub;
}
.bknphoto p {
    text-align: right;
}
#js-simulation input[type="range"] {
    width: 236px;
    appearance: none;
    cursor: pointer;
    height: 2px;
    outline: 0;
}

input[type="range"]:focus {
    background: #78909C;
}
input[type="range"]::-webkit-slider-thumb,
input[type="range"]::-moz-range-thumb {
    appearance: none;
    background: #ECEFF1;
    border: 1px solid #B0BEC5;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    box-shadow: 0px 2px 2px 0px rgb(0 0 0 / 15%);
}
input[type="range"]::-moz-focus-outer {
    border: 0;
}
input[type="range"]:active::-webkit-slider-thumb {
    background: #E3F2FD;
    border-color: #90CAF9;
    box-shadow: 0px 2px 3px 0px rgb(13 71 161 / 20%);
}
.simulation__list-wrap {
    margin: 0 0 10px;
}
.simulation__list {
    display: flex;
    background: #FAFAFA;
    flex-wrap: wrap;
    align-items: baseline;
    padding: 10px 10px 18px;
    border: 1px solid #CFD8DC;
    border-radius: 6px;
    margin: 0;
}
.simulation__ttl {
    width: 14em;
    font-weight: normal;
}
.simulation__contents {
    flex: 1;
}
.simulation__input {
    display: flex;
    align-items: baseline;
}
.simulation__input > input {
    width: 236px;
    margin: 0 6px 16px 0;
}
