@charset "UTF-8";
/*list*/
.scRslt_warp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 35px 0 15px 0;
}
.scRslt_warp.btm {
    padding: 60px 0;
}
.scRslt_warp.ver2 {
    padding: 0 0 35px 0;
}
.scRslt_ttl {
    font-size: 16px;
}
.scRslt_ttl .bg {
    font-size: 24px;
    font-weight: bold;
    color: #f7822d;
}
.scSort_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.scSort_ttl {
    width: 5em;
    position: relative;
    padding-left: 1.5em;
    font-weight: bold;
}
.scSort_ttl:before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url(../svg/icn_arrow-left-right.svg) no-repeat 0 0;
    background-size: auto 100%;
}
.scSort_box .scBox_select {
    width: 160px;
}
.scSort_box .scBox_select select {
    padding: 0 10px;
    height: 30px;
    background: #fff url(../svg/arw3_down_blu.svg) no-repeat right 8px center;
    background-size: 8px auto;
}
.scDtl_warp {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #d9e0e4;
    margin-bottom: 30px;
}
.scDtl_warp:last-child {
    margin-bottom: 0;
}
.scDtl_ttl {
    background: #eff2f5;
    padding: 15px 30px;
    position: relative;
}
.scDtl-ttl a {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    font-weight: bold;
    color: #2879c5;
    max-width: calc(100% - 45px);
}
body.room.list .scDtl-ttl a {
    max-width: calc(100% - 185px);
}
.scDtl-link {
    position: absolute;
    top: 50%;
    right: 75px;
    margin-top: -15px;
    z-index: 10;
}
.scDtl-link a {
    display: table;
    width: 130px;
    height: 30px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background: #f7822d;
    border-radius: 15px;
}
.scDtl-link a span {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.icn_pr {
    display: inline-block;
    vertical-align: middle;
    background: #fff;
    color: #000;
    font-size: 10px;
    line-height: 1;
    padding: 4px 8px;
    margin: 0 0 0 10px;
}
.scDtl_ttl .like a {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #d9e0e4;
    background:#fff url(../svg/icn_favorite_on_gry.svg) no-repeat center;
    background-size: 18px auto;
    margin: 0 auto;
}
.scDtl_ttl .like.on a {
    border: 1px solid #ff5e5e;
    background:#fff url(../svg/icn_favorite_on_pnk.svg) no-repeat center;
    background-size: 18px auto;
}
.scDtl_warp.pr {
    border: 1px solid #2879c5;
}
.scDtl_warp.pr .scDtl_ttl {
    background: #2879c5;
}
.scDtl_warp.pr .scDtl-ttl a {
    color: #fff;
}
.scDtl_box {
    padding: 30px 30px;
}
.scDtlCnt_flx {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.scDtlImg_box {
    width: 300px;
}
.scDtlImg_main {
    width: 100%;
    height: 200px;
}
.scDtlImg_main ul {
    width: 900px;
    height: 100%;
    overflow: hidden;
}
.scDtlImg_main ul li {
    float: left;
    width: 300px;
    height: 200px;
    overflow: hidden;
    position: relative;
}
.scDtlImg_lst {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 10px 0 0;
}
.scDtlImg_lst li {
    width: 93px;
    height: 62px;
}
.scDtlImg_main,
.scDtlImg_lst li {
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}
.scDtlImg_main img,
.scDtlImg_lst li img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}
.scDtlTxt_box {
    width: -webkit-calc(100% - 330px);
    width: calc(100% - 330px);
}
.scDtlCnt_read {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 25px;
}
.scDtlTxt_box .ttl {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: .6em;
}
.scDtlTxt_box .txt {
    position: relative;
    padding-left: 1.5em;
    margin-bottom: .4em;
    font-weight: bold;
}
.scDtlTxt_box .txt:before {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    position: absolute;
    left: 0;
    top: 4px;
}
.scDtlTxt_box .txt.icn1:before {
    width: 16px;
    height: 16px;
    top: 50%;
    transform: translateY(-50%);
    background: url(../svg/icn_money.svg) no-repeat center;
    background-size: auto 100%;
}
.scDtlTxt_box .txt.icn2:before {
    background: url(../svg/icn_ps.svg) no-repeat center;
    background-size: auto 100%;
}
.scDtlTxt_box .txt.icn3:before {
    background: url(../svg/icn_time.svg) no-repeat center;
    background-size: auto 100%;
}
.scDtlTxt_box .txt.icn4:before {
    background: url(../svg/icn_train_blu.svg) no-repeat center;
    background-size: auto 100%;
}
.scDtlTxt_box .txt.icn5:before {
    background: url(../svg/icn_phone_blu.svg) no-repeat center;
    background-size: auto 100%;
}
.scDtlTxt_box .txt.icn6:before {
    background: url(../svg/icn_table_blu.svg) no-repeat center;
    background-size: 100% auto;
}
.scDtlTxt_box .txt.icn7:before {
    background: url(../svg/icn_ps.svg) no-repeat center;
    background-size: auto 100%;
}
.scDtlTxt_box .txt .bg {
    font-size: 24px;
    font-weight: bold;
}
.scDtlTxt_tag {
    padding: 15px 0 0;
}
.scDtlTxt_tag li {
    display: inline-block;
    font-size: 13px;
    line-height: 1;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    border-radius: 2px;
    padding: 8px 6px;
    margin-right: 5px;
}
.scDtlTxt_tag .tag1 {
    background: #f7822d;
}
.scDtlTxt_tag .tag2 {
    background: #2879c5;
}
.scDtlTbl_warp {
    padding: 20px 0 0;
}
.scDtlTbl_btn {
    padding: 20px 0 0;
}
.scDtlTbl_btn a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 46px;
    border-radius: 6px;
    box-sizing: border-box;
    line-height: 1;
    font-weight: bold;
    text-decoration: none;
    color: #2879c5;
    border: 2px solid #2879c5;
    background: #fff;
}
.scDtlTbl_btn a .icn {
    position: relative;
    padding-left: 1.5em;
    font-weight: bold;
}
.scDtlTbl_btn a .icn:before {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url(../svg/icn_plus_blu.svg) no-repeat 0 0;
    background-size: auto 100%;
}
.scDtlTbl_btn a .max {
    opacity: 1;
    display: inline;
}
.scDtlTbl_btn a .max.on {
    opacity: 0;
    display: none;
}
.scDtlTbl_btn.on a .icn:before {
    background: url(../svg/icn_minus_blu.svg) no-repeat 0 0;
    background-size: auto 100%;
}
.scMap_btn {
    position: fixed;
    top: 330px;
    right: 10px;
    z-index: 99;
}
.scMap_btn a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 60px;
    height: 160px;
    border-radius: 6px;
    box-sizing: border-box;
    font-size: 18px;
    line-height: 1;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    border: 1px solid #2879c5;
    background: #2879c5;
    box-shadow: 0 6px 10px rgba(0 , 0 , 0 , 0.16);
    padding: 0 20px;
}
.scMap_btn .icn {
    position: relative;
    padding-top: 1.6em;
}
.scMap_btn .icn:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    background: url(../svg/icn_map_w.svg) no-repeat 0 0;
    background-size: auto 100%;
}
.dtlCnt_tbl {
    width: 100%;
    border-top: 1px solid #d9e0e4;
    border-right: 1px solid #d9e0e4;
}
.dtlCnt_tbl tr.toggle {
    display: none;
}
.dtlCnt_tbl tr.toggle.active {
    display: table-row;
}
.dtlCnt_tbl th {
    border-left: 1px solid #d9e0e4;
    border-bottom: 1px solid #d9e0e4;
    background: #eff2f5;
    padding: 15px 20px;
    width: 160px;
    font-weight: bold;
    box-sizing: border-box;
}
.dtlCnt_tbl td {
    border-left: 1px solid #d9e0e4;
    border-bottom: 1px solid #d9e0e4;
    padding: 15px 20px;
    box-sizing: border-box;
}
.dtlCnt_tbl td a {
    color: #2879c5;
    font-weight: bold;
}
.dtlCnt_tbl td .blank {
    display: inline-block;
    position: relative;
    padding-right: 1.4em;
}
.dtlCnt_tbl td .blank:before {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    position: absolute;
    right: 0;
    top: 4px;
    background: url(../svg/icn_window.svg) no-repeat 0 0;
    background-size: 100% auto;
}
.dtlCnt_tbl td .room a {
    font-weight: bold;
    color: #2879c5;
    font-size: 14px;
    font-weight: bold;
}
.dtlCnt_tbl td .bg {
    font-size: 14px;
    font-weight: bold;
}
.dtlCnt_tbl.ver2 th {
    font-size: 12px;
    text-align: center;
}
.dtlCnt_tbl.ver2 tr th {
    width: 90px;
    padding: 0;
}
.dtlCnt_tbl.ver2 tr:nth-child(2) th {
    width: 90px;
    padding: 0;
}
.dtlCnt_tbl.ver2 th > .in,
.dtlCnt_tbl.ver2 th > a {
    display: block;
    text-decoration: none;
    padding: 10px 10px;
}
.dtlCnt_tbl.ver2 tr:nth-child(2) th > a {
    padding: 10px 5px;
}
.dtlCnt_tbl.ver2 th .icn {
    display: inline-block;
    padding-right: 1.5em;
    position: relative;
}
.dtlCnt_tbl.ver2 th .icn:before {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url(../svg/arw4_down_blk.svg) no-repeat 0 0;
    background-size: auto 100%;
}
.dtlCnt_tbl.ver2 th .on .icn:before {
    background: url(../svg/arw4_up_blk.svg) no-repeat 0 0;
    background-size: auto 100%;
}
.dtlCnt_tbl.ver2 tr:first-child th:nth-child(1) {
    width: 230px;
}
.dtlCnt_tbl.ver2 tr:first-child th:nth-child(2) {
    width: 125px;
}
.dtlCnt_tbl.ver2 tr:first-child th:nth-child(3) {
    width: 624px;
}
.dtlCnt_tbl.ver2 tr:first-child th:nth-child(4) {
    width: 105px;
}
.dtlCnt_tbl.ver2 tr:first-child th:nth-child(5) {
    width: 60px;
}
.dtlCnt_tbl.ver2 td {
    font-size: 10px;
    text-align: center;
    padding: 15px 10px;
}
.dtlCnt_tbl.ver2 td:first-child {
    text-align: left;
}
.dtlCnt_tbl.ver3 th {
    width: 190px;
}
.dtlCnt_tbl.ver4 tr:first-child th:nth-child(1) {
    width: 240px;
}
.dtlCnt_tbl.ver4 tr:first-child th:nth-child(2),
.dtlCnt_tbl.ver4 tr:first-child th:nth-child(3),
.dtlCnt_tbl.ver4 tr:first-child th:nth-child(4) {
    width: 140px;
}
.dtlCnt_tbl.ver4 tr:first-child th:nth-child(5) {
    width: 95px;
}
.dtlCnt_tbl.ver4 th {
    font-size: 12px;
    text-align: left;
    padding: 7px 10px;
}
.dtlCnt_tbl.ver4 td {
    font-size: 10px;
    text-align: left;
    padding: 10px 10px;
}
.dtlCnt_tbl.ver4 td {
    font-size: 10px;
    text-align: left;
    padding: 10px 10px;
}
.dtlCnt_tbl .lst li {
    position: relative;
    padding-left: 1.5em;
    margin-bottom: .5em;
}
.dtlCnt_tbl .lst li:last-child {
    margin-bottom: 0;
}
.dtlCnt_tbl .lst span {
    position: absolute;
    left: 0;
    top: 0;
}
.dtlCnt_tbl .like a {
    display: block;
    width: 20px;
    height: 20px;
    background: url(../svg/icn_favorite_on_gry.svg) no-repeat 0 0;
    background-size: 100% auto;
    margin: 0 auto;
}
.dtlCnt_tbl .like.on a {
    background: url(../svg/icn_favorite_on_pnk.svg) no-repeat 0 0;
    background-size: 100% auto;
}


.scCon_wrap {
    margin-bottom: 25px;
}
.scCon_wrap.is-fix {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 101;
    padding: 15px 0;
    background: #eff2f5;
    margin-bottom: 0;
}
.scCon_wrap.is-fix.active {
    display: block;
}
.scCon_in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px;
    border: 2px solid #2879c5;
    border-radius: 4px;
}
.scCon_wrap.is-fix .scCon_in {
    width: 100%;
    max-width: 1140px;
    padding: 0 100px;
    margin: 0 auto;
    border: none;
    border-radius: 0;
    box-sizing: border-box;
}
.scCon_txt {
    margin-right: 20px;
}
.scCon_wrap.is-fix .scCon_txt {
    margin-right: 0;
    padding-right: 75px;
}
.scCon-txt {
    line-height: 1;
    margin-bottom: 5px;
}
.scCon_wrap.is-fix .scCon-txt {
    font-size: 14px;
    margin-right: 0;
    margin-bottom: 10px;
}
.scCon-txt span {
    font-size: 26px;
    font-weight: bold;
    line-height: 1;
    color: #2879c5;
    padding: 0 5px;
}
.scCon_wrap.is-fix .scCon-txt span {
    font-size: 40px;
    padding: 0 10px;
}
.scCon-notetxt {
    font-size: 12px;
    line-height: 1;
}
.scCon_wrap.is-fix .scCon-notetxt {
    font-size: 11px;
}
.scConBtn_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.scCon_btn {
    display: table;
    width: 200px;
    height: 40px;
}
.scCon_wrap.is-fix .scCon_btn {
    width: 280px;
    height: 50px;
}
.scCon_btn.is-confirm {
    margin-left: 20px;
}
.scCon_wrap.is-fix .scCon_btn.is-confirm {
    margin-left: 75px;
}
.scCon_btn a {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background: #f7822d;
    border-radius: 5px;
}
.scCon_wrap.is-fix .scCon_btn a {
    font-size: 16px;
}
.scCon_btn.is-confirm a {
    background: #2879c5;
}
.scCon_btn a span {
    position: relative;
    padding-left: 25px;
}
.scCon_btn.is-confirm a span {
    padding-left: 0;
}
.scCon_btn a span.c-pc {
    display: inline-block;
}
.scCon_btn a span:before {
    content: "";
    position: absolute;
    display: block;
    width: 15px;
    height: 15px;
    top: 50%;
    left: 0;
    margin-top: -7.5px;
    background: url(../svg/icn_mail_w.svg) no-repeat 0 0;
    background-size: 100% auto;
    z-index: 10;
}
.scCon_btn.is-confirm a span:before {
    content: none;
}

.dtlCon_wrap {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 101;
    padding: 15px 0;
    background: #eff2f5;
    border-bottom: 1px solid #fff;
}
.dtlCon_wrap.active {
    display: block;
}
#pop_favorite:has(+.dtlFix_wrap) .dtlCon_wrap {
    bottom: 80px;
}
.dtlCon_in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    max-width: 1140px;
    padding: 0 100px;
    margin: 0 auto;
    box-sizing: border-box;
}
.dtlCon_txt {
    padding-right: 75px;
}
.dtlCon-txt {
    font-size: 14px;
    line-height: 1;
    margin-bottom: 10px;
}
.dtlCon-txt span {
    font-size: 40px;
    color: #2879c5;
    font-weight: bold;
    padding: 0 10px;
}
.dtlCon-notetxt {
    font-size: 11px;
    line-height: 1;
}
.dtlCon_btn {
    display: table;
    width: 280px;
    height: 50px;
}
.dtlCon_btn.is-confirm {
    margin-left: 75px;
}
.dtlCon_btn a {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background: #f7822d;
    border-radius: 5px;
}
.dtlCon_btn.is-confirm a {
    background: #2879c5;
}
.dtlCon_btn a span {
    position: relative;
    padding-left: 25px;
}
.dtlCon_btn a span.c-pc {
    display: inline-block;
}
.dtlCon_btn.is-confirm a span {
    padding-left: 0;
}
.dtlCon_btn a span:before {
    content: "";
    position: absolute;
    display: block;
    width: 15px;
    height: 15px;
    top: 50%;
    left: 0;
    margin-top: -7.5px;
    background: url(../svg/icn_mail_w.svg) no-repeat 0 0;
    background-size: 100% auto;
    z-index: 10;
}
.dtlCon_btn.is-confirm a span:before {
    content: none;
}

@media (min-width: 896px) {
    .scDtlTbl_btn a:hover {
        opacity: .8;
    }
    .scMap_btn a:hover {
        background: #fff;
        color: #2879c5;
        width: 70px;
        padding: 0 25px;
    }
    .scMap_btn a:hover .icn:before {
        background: url(../svg/icn_map.svg) no-repeat 0 0;
        background-size: auto 100%;
    }
    .scDtl-link a:hover {
        text-decoration: none;
        opacity: .8;
    }
    .scCon_btn a:hover {
        text-decoration: none;
        opacity: .8;
    }
    .dtlCon_btn a:hover {
        text-decoration: none;
        opacity: 0.8;
    }
}
@media only screen and (max-width: 896px) {
    /*list*/
    .scRslt_warp,
    .scRslt_warp.ver2 {
        padding: 15px 10px;
        border-top: 2px solid #2879c5;
    }
    .scRslt_warp.btm {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 30px 0;
        border-top: none;
    }
    .scRslt_ttl {
        text-align: center;
        font-size: 13px;
        margin: 0 0 15px;
        padding-top: 25px;
    }
    .scRslt_ttl .bg {
        font-size: 15px;
    }
    .scSort_box {
        width: 48%;
        display: block;
    }
    .scTab_warp.ver2 {
        width: 48%;
    }
    .scSort_ttl {
        width: auto;
        padding-left: 1em;
        font-size: 12px;
        margin: 0 0 5px;
    }
    .scSort_ttl:before {
        width: 10px;
        height: 10px;
    }
    .scSort_box .scBox_select {
        width: 100%;
    }
    .scSort_box .scBox_select select {
        padding: 0 10px;
        height: 30px;
        background: #fff url(../svg/arw3_down_blu.svg) no-repeat right 8px center;
        background-size: 8px auto;
    }
    .scDtl_lst {
        padding: 0 10px;
    }
    .scDtl_warp {
        margin-bottom: 30px;
    }
    .scDtl_ttl {
        background: #eff2f5;
        padding: 12px 15px;
    }
    .scDtl-ttl a {
        font-size: 15px;
        max-width: calc(100% - 40px);
    }
    body.room.list .scDtl-ttl a {
        max-width: calc(100% - 145px);
    }
    .scDtl-link {
        right: 55px;
        margin-top: -13px;
    }
    .scDtl-link a {
        width: 100px;
        height: 26px;
        font-size: 12px;
    }
    .scDtl_ttl .like a {
        right: 15px;
        width: 30px;
        height: 30px;
        background:#fff url(../svg/icn_favorite_on_gry.svg) no-repeat center;
        background-size: 15px auto;
        margin: 0 auto;
    }
    .scDtl_ttl .like.on a {
        background:#fff url(../svg/icn_favorite_on_pnk.svg) no-repeat center;
        background-size: 15px auto;
    }
    .scDtl_box {
        padding: 15px 15px;
    }
    .scDtlCnt_flx {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .scDtlImg_box {
        width: 150px;
    }
    .scDtlImg_main {
        width: 100%;
        height: 100px;
    }
    .scDtlImg_lst {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 5px 0 0;
    }
    .scDtlImg_lst li {
        width: 32%;
        height: 30px;
    }
    .scDtlImg_main ul {
        width: 450px;
    }
    .scDtlImg_main ul li {
        width: 150px;
        height: 100px;
    }
    .scDtlImg_main,
    .scDtlImg_lst li {
        border-radius: 3px;
    }
    .scDtlTxt_box {
        width: -webkit-calc(100% - 160px);
        width: calc(100% - 160px);
    }
    .scDtlCnt_read {
        font-size: 13px;
        margin-bottom: 5px;
    }
    .scDtl_box .ttl {
        font-size: 12px;
        font-weight: bold;
        margin-bottom: .6em;
        margin-bottom: 10px;
    }
    .scDtlTxt_box .txt {
        padding-left: 1.2em;
        margin-bottom: .2em;
        line-height: 1.4;
    }
    .scDtlTxt_box .txt:before {
        width: 12px;
        height: 12px;
        top: 4px;
    }
    .scDtlTxt_box .txt.icn1:before {
        width: 12px;
        height: 12px;
        top: 4px;
        transform: none;
        background: url(../svg/icn_money.svg) no-repeat center;
        background-size: auto 100%;
    }
    .scDtlTxt_box .txt.icn2:before {
        background: url(../svg/icn_ps.svg) no-repeat center;
        background-size: auto 100%;
    }
    .scDtlTxt_box .txt.icn3:before {
        background: url(../svg/icn_time.svg) no-repeat center;
        background-size: auto 100%;
    }
    .scDtlTxt_box .txt.icn4:before {
        background: url(../svg/icn_train_blu.svg) no-repeat center;
        background-size: auto 100%;
    }
    .scDtlTxt_box .txt.icn5:before {
        background: url(../svg/icn_phone_blu.svg) no-repeat center;
        background-size: auto 100%;
    }
    .scDtlTxt_box .txt.icn6:before {
        background: url(../svg/icn_table_blu.svg) no-repeat center;
        background-size: 100% auto;
    }
    .scDtlTxt_box .txt.icn7:before {
        background: url(../svg/icn_ps.svg) no-repeat center;
        background-size: auto 100%;
    }
    .scDtlTxt_box .txt .bg {
        font-size: 15px;
    }
    .scDtlTxt_tag {
        padding: 5px 0 0;
    }
    .scDtlTxt_tag li {
        font-size: 10px;
        padding: 6px 3px;
        margin: 2px 2px 2px 0;
    }
    .scDtlTbl_warp {
        padding: 20px 0 0;
    }
    .scDtlTbl_btn {
        padding: 20px 0 0;
    }
    .scDtlTbl_btn a {
        height: 30px;
        border-radius: 3px;
        border: 1px solid #2879c5;
        font-size: 13px;
    }
    .scDtlTbl_btn a .icn:before {
        width: 12px;
        height: 12px;
    }
    .scDtlTbl_btn.on a .icn:before {
        background: url(../svg/icn_minus_blu.svg) no-repeat 0 0;
        background-size: auto 100%;
    }
    .scSide_tgl a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        height: 30px;
        border-radius: 3px;
        box-sizing: border-box;
        line-height: 1;
        font-weight: bold;
        text-decoration: none;
        color: #2879c5;
        border: 1px solid #2879c5;
        font-size: 13px;
        background: #fff url(../svg/arw_down_blu.svg) no-repeat center right 10px;
        background-size: 10px auto;
    }
    .scSide_tgl.on a {
        background: #fff url(../svg/arw_up_blu.svg) no-repeat center right 10px;
        background-size: 10px auto;
    }
    .scMap_btn {
        top: auto;
        right: auto;
        left: 0;
        bottom: 0;
    }
    .scMap_btn a {
        width: 100vw;
        height: 50px;
        border-radius: 0;
        font-size: 16px;
        padding: 0 16px;
    }
    .scMap_btn .icn {
        padding-top: 0;
        padding-left: 1em;
    }
    .scMap_btn .icn:before {
        width: 16px;
        height: 16px;
        top: 50%;
        left: 0;
        margin: -8px 0 0 0;
    }
    .dtlCnt_tbl {
        width: 100%;
        border-top: 1px solid #d9e0e4;
        border-right: 1px solid #d9e0e4;
    }
    .dtlCnt_tbl tr.toggle {
        display: none;
    }
    .dtlCnt_tbl tr.toggle.active {
        display: table-row;
    }
    .dtlCnt_tbl th {
        border-left: 1px solid #d9e0e4;
        border-bottom: 1px solid #d9e0e4;
        background: #eff2f5;
        padding: 15px 20px;
        width: 160px;
        font-weight: bold;
        box-sizing: border-box;
    }
    .dtlCnt_tbl td {
        border-left: 1px solid #d9e0e4;
        border-bottom: 1px solid #d9e0e4;
        padding: 15px 20px;
        box-sizing: border-box;
    }
    .dtlCnt_tbl td a {
        color: #2879c5;
        font-weight: bold;
    }
    .dtlCnt_tbl td .blank {
        display: inline-block;
        position: relative;
        padding-right: 1.4em;
    }
    .dtlCnt_tbl td .blank:before {
        content: '';
        display: block;
        width: 14px;
        height: 14px;
        position: absolute;
        right: 0;
        top: 4px;
        background: url(../svg/icn_window.svg) no-repeat 0 0;
        background-size: 100% auto;
    }
    .dtlCnt_tbl td .room a {
        font-weight: bold;
        color: #2879c5;
        font-size: 12px;
        font-weight: bold;
    }
    .dtlCnt_tbl td .bg {
        font-size: 12px;
        font-weight: bold;
    }
    .dtlCnt_tbl.ver2 th {
        font-size: 12px;
        text-align: center;
    }
    .dtlCnt_tbl.ver2 tr th {
        width: 90px;
        padding: 0;
    }
    .dtlCnt_tbl.ver2 tr:nth-child(2) th {
        width: 90px;
        padding: 0;
    }
    .dtlCnt_tbl.ver2 th > .in,
    .dtlCnt_tbl.ver2 th > a {
        display: block;
        text-decoration: none;
        padding: 10px 10px;
    }
    .dtlCnt_tbl.ver2 tr:nth-child(2) th > a {
        padding: 10px 5px;
    }
    .dtlCnt_tbl.ver2 th .icn {
        display: inline-block;
        padding-right: 1.5em;
        position: relative;
    }
    .dtlCnt_tbl.ver2 th .icn:before {
        content: '';
        display: block;
        width: 12px;
        height: 12px;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        background: url(../svg/arw4_down_blk.svg) no-repeat 0 0;
        background-size: auto 100%;
    }
    .dtlCnt_tbl.ver2 th .on .icn:before {
        background: url(../svg/arw4_up_blk.svg) no-repeat 0 0;
        background-size: auto 100%;
    }
    .dtlCnt_tbl.ver2 tr:first-child th:nth-child(1) {
        width: 230px;
    }
    .dtlCnt_tbl.ver2 tr:first-child th:nth-child(2) {
        width: 125px;
    }
    .dtlCnt_tbl.ver2 tr:first-child th:nth-child(3) {
        width: 624px;
    }
    .dtlCnt_tbl.ver2 tr:first-child th:nth-child(4) {
        width: 105px;
    }
    .dtlCnt_tbl.ver2 tr:first-child th:nth-child(5) {
        width: 60px;
    }
    .dtlCnt_tbl.ver2 td {
        font-size: 10px;
        text-align: center;
        padding: 15px 10px;
    }
    .dtlCnt_tbl.ver2 td:first-child {
        text-align: left;
    }
    .dtlCnt_tbl.ver3 th {
        width: 190px;
    }
    .dtlCnt_tbl.ver4 tr:first-child th:nth-child(1) {
        width: auto;
    }
    .dtlCnt_tbl.ver4 tr:first-child th:nth-child(2){
        width: 125px;
    }
    .dtlCnt_tbl.ver4 tr:first-child th:nth-child(3) {
        width: 62px;
    }
    .dtlCnt_tbl.ver4 th {
        font-size: 10px;
        padding: 5px 5px;
    }
    .dtlCnt_tbl.ver4 td {
        font-size: 10px;
        padding: 6px;
    }
    .dtlCnt_tbl.ver4 td {
        font-size: 10px;
        padding: 6px;
    }
    .dtlCnt_tbl .lst li {
        position: relative;
        padding-left: 1.5em;
        margin-bottom: .5em;
    }
    .dtlCnt_tbl .lst span {
        position: absolute;
        left: 0;
        top: 0;
    }
    .dtlCnt_tbl .like a {
        width: 15px;
        height: 15px;
    }
    .footer_bottom {
        padding: 20px 0 70px 0;
    }
    .scCon_wrap {
        width: 100%;
        padding: 0 10px;
        margin-bottom: 20px;
        box-sizing: border-box;
    }
    .scCon_wrap.is-fix {
        padding: 0;
    }
    .scCon_in {
        display: block;
        padding: 10px;
        border-radius: 3px;
    }
    .scCon_wrap.is-fix .scCon_in {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0;
    }
    .scCon_txt {
        margin-right: 0;
        margin-bottom: 10px;
    }
    .scCon_wrap.is-fix .scCon_txt {
        width: 40%;
        margin-bottom: 0;
        padding-right: 0;
        padding: 0 10px;
        box-sizing: border-box;
    }
    .scCon-txt {
        margin-right: 0;
        margin-bottom: 5px;
    }
    .scCon_wrap.is-fix .scCon-txt {
        font-size: 11px;
        margin-bottom: 5px;
    }
    .scCon-txt span {
        font-size: 22px;
    }
    .scCon_wrap.is-fix .scCon-txt span {
        font-size: 18px;
        padding: 0 5px;
    }
    .scCon-notetxt {
        font-size: 11px;
    }
    .scCon_wrap.is-fix .scCon-notetxt {
        font-size: 10px;
        line-height: 1.2;
    }
    .scCon_btn {
        width: 48%;
        height: 36px;
    }
    .scCon_wrap.is-fix .scCon_btn {
        width: 30%;
        height: 56px;
    }
    .scCon_btn.is-confirm {
        margin-left: 4%;
    }
    .scCon_wrap.is-fix .scCon_btn.is-confirm {
        margin-left: 0;
    }
    .scCon_btn a {
        font-size: 12px;
        border-radius: 3px;
    }
    .scCon_wrap.is-fix .scCon_btn a {
        font-size: 12px;
        border-radius: 0;
    }
    .scCon_btn a span {
        padding-left: 15px;
    }
    .scCon_wrap.is-fix .scCon_btn a span {
        padding-top: 20px;
        padding-left: 0;
    }
    .scCon_wrap.is-fix .scCon_btn.is-confirm a span {
        padding-top: 0;
    }
    .scCon_btn a span.c-pc {
        display: none;
    }
    .scCon_btn a span.c-sp {
        display: inline-block;
    }
    .scCon_btn a span:before {
        width: 12px;
        height: 12px;
        margin-top: -6px;
    }
    .scCon_wrap.is-fix .scCon_btn a span:before {
        top: 2px;
        left: 50%;
        margin-top: 0;
        width: 18px;
        height: 18px;
        margin-left: -9px;
    }

    .dtlFlt_wrap {
        display: none;
    }
    .dtlCon_wrap {
        z-index: 998;
        padding: 0;
    }
    #pop_favorite:has(+.dtlFix_wrap) .dtlCon_wrap {
        bottom: 56px;
    }
    .dtlCon_in {
        padding: 0;
    }
    .dtlCon_txt {
        width: 40%;
        padding-right: 0;
        padding: 0 10px;
        box-sizing: border-box;
    }
    .dtlCon-txt {
        font-size: 11px;
        margin-bottom: 5px;
        text-align: center;
        line-height: 1.3;
    }
    .dtlCon-txt span {
        font-size: 18px;
        padding: 0 5px;
    }
    .dtlCon-notetxt {
        font-size: 10px;
        line-height: 1.2;
    }
    .dtlCon_btn {
        width: 30%;
        height: 56px;
    }
    .dtlCon_btn.is-confirm {
        margin-left: 0;
    }
    .dtlCon_btn a {
        font-size: 12px;
        border-radius: 0;
    }
    .dtlCon_btn a span {
        padding-top: 20px;
        padding-left: 0;
    }
    .dtlCon_btn a span.c-pc {
        display: none;
    }
    .dtlCon_btn.is-confirm a span {
        padding-top: 0;
    }
    .dtlCon_btn a span:before {
        top: 2px;
        left: 50%;
        margin-top: 0;
        width: 18px;
        height: 18px;
        margin-left: -9px;
    }
}/*@media*/
@media only screen and (max-width: 374px) {
    .scDtlImg_box {
        width: 100px;
    }
    .scDtlImg_main ul {
        width: 300px;
    }
    .scDtlImg_main ul li {
        width: 100px;
    }
    .scDtlTxt_box {
        width: -webkit-calc(100% - 110px);
        width: calc(100% - 110px);
    }
    .scTab_lst.ver2 li a {
        font-size: 10px;
    }
    .dtlBtn_btn.search .icn:before {
        width: 14px;
        height: 14px;
    }
}/*@media*/
