@charset "UTF-8";

/* 部屋詳細ページ */

.heya_name {
    position: relative;
}

.heya_name h1 {
    margin: 0;
    margin-bottom: 20px;
    background: -moz-linear-gradient(top, #fff 50%, #e7e7e7);
    background: -webkit-linear-gradient(top, #fff 50%, #e7e7e7);
    background: linear-gradient(to bottom, #fff 50%, #e7e7e7);
    padding: 15px;
    border: 1px solid #f0f0f0;
}

.heya_name h1 span {
    background-color: var(--main-color);
    color: #fff;
    margin-right: 10px;
    font-size: 11px;
    padding: 5px;
    vertical-align: middle;
    display: inline-block;
    width: 120px;
    text-align: center;
    line-height: 15px;
    margin-bottom: 0px;
}

.heya_name .favorite {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 240px;
    height: 32px;
    z-index: 0;
}

.heya_name .mail {
    position: absolute;
    right: 270px;
    top: 20px;
    width: 260px;
    height: 32px;
    z-index: 0;
}

.heya_name .mail form {
    background-color: #f77c00;
    border-bottom: 1px solid #e86900;
    border-radius: 3px;
    color: #fff;
    border: none;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.34);
    outline: none;
    display: block;
    width: 100%;
    height: 32px;
}

.heya_name .mail .txt01 {
    position: absolute;
    color: #f77c00;
    border: 1px solid #f77c00;
    border-radius: 20px;
    padding: 0px 15px;
    font-weight: bold;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 150px;
    text-align: center;
    z-index: 1;
    background-color: #fff;
    font-size: 12px;
}

.heya_name .mail .txt02 {
    font-weight: bold;
    color: #fff;
    position: absolute;
    top: 6px;
    width: 100%;
    display: block;
    font-size: 15px;
    letter-spacing: 1px;
    text-indent: 1px;
    text-align: center;
}

.heya_name .mail .txt03 {
    font-weight: bold;
    color: #fff;
    position: absolute;
    top: 44px;
    width: 100%;
    display: block;
    font-size: 15px;
    text-align: center;
    font-size: 10px;
}

.heya_name .mail input {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    cursor: pointer;
}

.heya_name .favorite input {
    display: block;
    cursor: pointer;
    width: 100%;
    height: 100%;
    border: 0;
    background: none;
    position: relative;
    line-height: 26px;
    z-index: 1;
    font-family: "メイリオ", "meiryo", "ＭＳ Ｐゴシック", "MS P Gothic",
        "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica", "sans-serif";
    font-weight: bold;
    font-size: 13px;
    padding-left: 40px;
    transition: 0.2s;
    border: 1px solid #ddd;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.34);
}

.heya_name .favorite .icon {
    color: var(--main-color);
    position: absolute;
    left: 10px;
    top: 2px;
    z-index: 2;
    pointer-events: none;
}

.heya_name input.start {
    transition: 0.2s;
}

.heya_name input.select {
    transition: 0.2s;
    background-color: #fafafa;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.34) inset;
    color: #555;
}

.heya_name input.select+a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.heya_main_area .information .comment {
    font-size: 14px;
    margin-bottom: 15px;
    letter-spacing: 1px;
    line-height: 24px;
}

.heya_main_area .information table {
    width: 100%;
    border-right: 1px solid #ddd;
    border-top: 1px solid #ddd;
    -webkit-border-horizontal-spacing: 0px;
    -webkit-border-vertical-spacing: 0px;
    border-collapse: collapse;
    font-size: 12px;
    margin-bottom: 30px;
}

.heya_main_area .information th {
    background: #f9faf4;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    line-height: 1.2;
    white-space: nowrap;
    color: #686868;
    padding: 10px;
}

.heya_main_area .information td {
    text-align: center;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    padding: 10px;
    background-color: #FFF;
}

.heya_main_area .information th,
.heya_main_area .information td {
    text-align: center;
    vertical-align: middle;
}

.heya_main_area .information td span.rent_large {
    color: #c80000;
    font-size: 18px;
    font-weight: bold;
}

#page_heya .img_list_block {
    padding: 10px;
    background-color: #333;
    margin-bottom: 60px;
}

#page_heya .img_list_block .cont {
    align-items: center;
    flex-wrap: nowrap;
    gap: 0 80px;
}

#page_heya .img_list_block .cont .main_img_block {
    width: 45%;
    flex-shrink: 0;
}

#page_heya .img_list_block .cont .main_img_block .slick-slide a {
    display: block;
    width: 100%;
    height: 400px;
    line-height: 1;
    background-color: #FFFBF7;
}

#page_heya .img_list_block .cont .main_img_block .slick-slide a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#page_heya .img_list_block .cont .main_img_block .arrows_box {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    cursor: pointer;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: var(--main-color);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    border: 1px solid #fff;
    z-index: 1;
}

#page_heya .img_list_block .cont .main_img_block .arrows_box.prev {
    left: -25px;
    transform: rotateY(180deg);
}

#page_heya .img_list_block .cont .main_img_block .arrows_box.next {
    right: -25px;
}

#page_heya .img_list_block .cont .main_img_block .arrows_box .arrow {
    display: block;
    width: 10px;
    height: 10px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: translateX(-25%) rotate(45deg);
    transition: 0.3s;
}

#page_heya .img_list_block .cont .main_img_block .arrows_box:hover {
    opacity: .9;
}

#page_heya .img_list_block .cont .main_img_block .arrows_box:hover .arrow {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}

#page_heya .img_list_block .cont .all_img_block {
    flex-grow: 1;
}

#page_heya .img_list_block .cont .all_img_block .list ul {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
}

#page_heya .img_list_block .cont .all_img_block .list ul li {
    aspect-ratio: 1.5/1;
    line-height: 1;
    background-color: #FFFBF7;
    cursor: pointer;
}

#page_heya .img_list_block .cont .all_img_block .list ul li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

heya_overview {
    padding: 40px 0;
    overflow: hidden;
}

.heya_overview h2,
.panorama h2 {
    margin: 0;
    border-left: 3px solid var(--main-color);
    margin-bottom: 20px;
    padding-left: 15px;
}

#page_heya .panorama {
    margin-top: 50px;
}

.heya_overview .infromation_area table {
    width: 100%;
    -webkit-border-horizontal-spacing: 0px;
    -webkit-border-vertical-spacing: 0px;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    font-size: 13px;
}

.heya_overview .infromation_area table th {
    background: #f9faf4;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    line-height: 1.2;
    white-space: nowrap;
    color: #686868;
    padding: 16px 10px;
    width: 120px;
}

.heya_overview .infromation_area table td {
    width: 250px;
    padding: 10px;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    line-height: 24px;
    background-color: #FFF;
}

.heya_overview .infromation_area table td span.price {
    color: #ff0000;
}

.heya_overview .infromation_area {
    width: 760px;
}

.heya_overview .access_area {
    width: 350px;
}

.heya_overview .access_area h2 {
    background-color: var(--main-color);
    color: #fff;
    font-size: 14px;
    padding: 5px;
    margin-bottom: 10px;
}

.heya_overview .access_area .heya_map {
    margin-bottom: 15px;
}

.heya_overview .access_area .around_info p {
    line-height: 2;
    font-size: 14px;
}

.sp_top_access {
    background-color: #fff;
    padding: 8px 2%;
}

.sp_top_access dl:first-child {
    border-bottom: 1px dotted #ddd;
    margin-bottom: 5px;
}

.sp_top_access dt {
    display: inline-block;
    width: 8%;
}

.sp_top_access dt .icon svg {
    width: 25px;
    height: 25px;
}

.sp_top_access dt .icon .st0 {
    fill: var(--main-color);
}

.sp_top_access dd {
    width: 88%;
    display: inline-block;
    vertical-align: top;
    padding-top: 5px;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 1.8;
}

.heya_information {
    margin-bottom: 40px;
}

.heya_information .wrap {
    border: 1px dotted #333;
    padding: 10px 20px;
}

.heya_information .logo {
    width: 270px;
}

.heya_information .inner {
    width: 580px;
    align-items: center;
}

.heya_information .inner .img {
    margin-bottom: 5px;
    width: 140px;
}

.heya_information .inner .text {
    font-size: 14px;
    width: 420px;
}

.heya_information .inner .text b {
    display: block;
}

.heya_information .heya_contact {
    width: 450px;
}

.heya_contact .mail {
    position: relative;
    padding-top: 11px;
    margin-bottom: 8px;
}

.heya_contact .mail form {
    background-color: #f77c00;
    border-bottom: 1px solid #e86900;
    border-radius: 3px;
    color: #fff;
    border: none;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15),
        inset 0 -2px 0 0 rgba(225, 95, 0, 0.004);
    outline: none;
    display: block;
    width: 100%;
    height: 52px;
}

.heya_contact .mail .txt01 {
    position: absolute;
    color: #f77c00;
    border: 1px solid #f77c00;
    border-radius: 20px;
    padding: 0px 15px;
    font-weight: bold;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 150px;
    text-align: center;
    z-index: 1;
    background-color: #fff;
    font-size: 12px;
}

.heya_contact .mail .txt02 {
    font-weight: bold;
    color: #fff;
    position: absolute;
    top: 24px;
    width: 100%;
    display: block;
    font-size: 15px;
    letter-spacing: 1px;
    text-indent: 1px;
    text-align: center;
}

.heya_contact .mail .txt03 {
    font-weight: bold;
    color: #fff;
    position: absolute;
    top: 44px;
    width: 100%;
    display: block;
    font-size: 15px;
    text-align: center;
    font-size: 10px;
}

.heya_contact .mail input {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    cursor: pointer;
}

.heya_contact .other_contact ul li {
    font-family: "メイリオ", "meiryo", "ＭＳ Ｐゴシック", "MS P Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica", "sans-serif";
}

.heya_contact .other_contact ul li.pc {
    color: var(--main-color);
    font-weight: bold;
    font-size: 25px;
    line-height: 38px;
    padding-top: 10px;
}

.heya_contact .other_contact ul li.pc span {
    display: block;
    line-height: 10px;
    font-size: 15px;
}

.heya_contact .other_contact ul li a.tel {
    background-color: #117def;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    padding: 5px 5px 5px 75px;
    border-radius: 2px;
    box-shadow: 0px 2px 0px #0a4e95;
    background-image: url(/penguin/resources/image/_common/tel_icon_w.png);
    background-size: 23px;
    background-repeat: no-repeat;
    background-position: left 3vw center;
    font-size: 14px;
    display: block;
}

.heya_contact .other_contact ul li a.tel span {
    font-size: 3vw;
    display: block;
}

.heya_contact .other_contact ul li.kengaku input {
    background-color: #188604;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    padding: 10px 5px 10px 35px;
    border-radius: 2px;
    box-shadow: 0px 2px 0px #093d00;
    background-image: url(/penguin/resources/image/_common/icon_calendar.svg);
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: left 120px center;
    font-size: 18px;
    display: block;
    text-align: center;
    width: 100%;
}

.heya_other {
    margin-bottom: 40px;
}

.heya_other .bosyu_table100 {
    margin-top: 15px;
    display: table;
    width: 100%;
    border-top: solid 1px #d3d3d3;
    border-left: solid 1px #d3d3d3;
}

.heya_other .bosyu_table100 .tableRow {
    display: table-row;
}

.heya_other h2 {
    margin: 0px;
    background-color: var(--main-color);
    color: #fff;
    font-size: 15px;
    padding: 10px 10px 10px 20px;
    letter-spacing: 1px;
}

.heya_other h2 span {
    font-size: 18px;
}

.heya_other .roomListTableDataCell.list_syosai span {
    box-shadow: 0 -3px 0 0 #111 inset;
    border-bottom: 1px solid #111;
    background-color: #333;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    color: #fff;
    display: block;
    padding: 8px 12px;
    font-size: 14px;
    border-radius: 4px;
    font-weight: bold;
}

.heya_other .roomListTableDataCell a {
    text-decoration: none;
}

.heya_other .roomListTableDataCell input.start {
    box-shadow: 0 -3px 0 0 #e6e6e6 inset;
    border: 1px solid #c7c7c7;
    background-color: #fff;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    border-radius: 4px;
    width: 50px;
    height: 36px;
    cursor: pointer;
    font-size: 16px;
    color: #ddd;
    transition: 0.3s;
}

.heya_other .roomListTableDataCell input.select {
    box-shadow: 0 3px 0 0 #fff inset;
    border: 0px solid #c7c7c7;
    background-color: #54b63c;
    padding-top: 7px;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    border-radius: 4px;
    width: 50px;
    height: 36px;
    cursor: pointer;
    font-size: 16px;
    color: #fff;
    transition: 0.3s;
}

.heya_other .roomListTableDataCell input.select_delete {
    box-shadow: 0 -3px 0 0 #e6e6e6 inset;
    border: 1px solid #c7c7c7;
    background-color: #fff;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    border-radius: 4px;
    width: 50px;
    height: 36px;
    cursor: pointer;
    font-size: 16px;
    color: #ddd;
    transition: 0.3s;
}

.heya_other .roomListTableTitleCell {
    display: table-cell;
    text-align: center;
    padding: 10px;
    border-bottom: solid 1px #d3d3d3;
    border-right: solid 1px #d3d3d3;
    background-color: #eeeeee;
    color: #666666;
    font-size: 11px;
}

.heya_other .roomListTableDataCell {
    display: table-cell;
    text-align: center;
    padding: 12px;
    border-bottom: solid 1px #d3d3d3;
    border-right: solid 1px #d3d3d3;
    vertical-align: middle;
}

.heya_other .roomListTableDataCell span.rent_large {
    color: #c80000;
    font-size: 16px;
    font-weight: bold;
}

.site_ft .ft_map {
    margin-bottom: 0;
}

/*パノラマビュー*/

h3.panorama_title {
    width: 100%;
    margin: auto;
    border-left: 3px solid var(--main-color);
    margin-bottom: 20px;
    line-height: 1.4;
    padding-left: 15px;
    font-size: 20px;
    font-family: "メイリオ", "meiryo", "ＭＳ Ｐゴシック", "MS P Gothic",
        "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica", "sans-serif";
}

h3.panorama_title span {
    font-size: 12px;
    margin-left: 10px;
}

.panorama .panoramaViewerContainer {
    width: 100%;
    padding: 0;
}

.panorama li {
    padding: 0 150px;
}

.panorama .panoramaViewerContainer .panocell {
    width: 450px;
    height: 300px;
    margin: auto;
}

.panorama .inner {
    width: 100%;
    position: relative;
    max-width: 100%;
    background: #000;
    margin-bottom: 50px;
}

.panorama .inner .bx-wrapper .bx-prev {
    position: absolute;
    left: 0 !important;
    top: 0 !important;
    bottom: 0;
    margin: auto;
    display: block;
    height: 40px !important;
    width: 40px !important;
    background-image: url(/penguin/resources/image/_common/slide_prev.png) !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15),
        inset 0 -2px 0 0 rgba(225, 95, 0, 0.004);
    text-decoration: none;
    background-position: center;
}

.panorama .inner .bx-wrapper .bx-next {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
    height: 40px;
    width: 40px;
    background-image: url(/penguin/resources/image/_common/slide_next.png);
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15),
        inset 0 -2px 0 0 rgba(225, 95, 0, 0.004);
    text-decoration: none;
    background-position: center;
}

div.panoramaViewerContainer {
    width: 100%;
    height: 500px;
    overflow: hidden;
    margin-bottom: 10px;
}

.panorama .bx-wrapper {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    background: none;
    margin-bottom: 0;
}

#map_canvas {
    height: 350px;
}

.panorama .inner .bx-controls .bx-pager-pano {
    display: none;
}

.panorama .inner>.bx-pager-pano {
    display: flex;
    justify-content: center;
}

.panorama .inner>.bx-pager-pano a {
    display: block;
    width: 100px;
    margin: 0 5px;
}

@media (max-width: 750px) {

    .heya_name .price_area {
        position: relative;
    }

    .heya_name .price_area p.price {
        background-color: #efefef;
        padding: 8px 2%;
        color: #de4343;
        font-weight: bold;
        font-size: 18px;
        vertical-align: bottom;
        margin-bottom: 0;
    }

    .heya_name .price_area p.price .title {
        display: inline-block;
        border: solid 2px;
        padding: 3px 15px;
        font-size: 15px;
        font-weight: bold;
        border-radius: 5px;
        margin-right: 10px;
        line-height: 15px;
    }

    .heya_name .price_area p.price .kanri {
        font-size: 12px;
        color: #333;
    }

    .heya_name h1 {
        background: none;
        background-color: #fff;
        margin: 0;
        padding: 10px 2%;
        font-size: 16px;
        border: 0;
    }

    .heya_main_area .information {
        background-color: #efefef;
        padding: 8px 2%;
    }

    .heya_main_area .information table {
        margin-bottom: 10px;
    }

    .heya_main_area .information table th {
        padding: 10px 4px;
        font-size: 12px;
    }

    .heya_main_area .information table td {
        padding: 10px 4px;
        background-color: #fff;
        font-size: 14px;
    }

    .sp_top_access dd .map {
        float: right;
        margin: 5px 0;
    }

    .sp_top_access dd .map a {
        background-color: #717171;
        color: #fff;
        font-size: 11px;
        font-weight: bold;
        padding: 4px 10px;
        text-decoration: none;
    }

    .heya_contact_area {
        padding: 10px 2%;
    }

    .heya_contact_area .comment {
        margin-bottom: 15px;
    }

    .heya_contact_area .comment p {
        font-size: 14px;
        line-height: 24px;
    }

    .heya_overview {
        background-color: #efefef;
        padding: 8px 2%;
    }

    .heya_overview h2,
    .panorama h2 {
        background-color: var(--main-color);
        color: #fff;
        font-size: 14px;
        padding: 5px;
    }

    .heya_overview table {
        width: 100%;
        -webkit-border-horizontal-spacing: 0px;
        -webkit-border-vertical-spacing: 0px;
        border-top: 1px solid #ddd;
        border-right: 1px solid #ddd;
    }

    .heya_overview table tbody {
        width: 100%;
    }

    .heya_overview .infromation_area table th {
        background: #f9faf4;
        border-bottom: 1px solid #ddd;
        border-left: 1px solid #ddd;
        line-height: 1.2;
        white-space: nowrap;
        color: #686868;
        width: 32%;
        text-align: left;
        font-size: 13px;
        padding: 10px;
    }

    .heya_overview .infromation_area table td {
        padding: 10px;
        border-bottom: 1px solid #ddd;
        border-left: 1px solid #ddd;
        line-height: 24px;
        width: 68%;
        font-size: 14px;
        background-color: #fff;
    }

    .heya_overview .infromation_area {
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }

    .heya_overview .access_area {
        width: 100%;
        float: none;
    }

    .heya_other {
        padding: 8px 2%;
    }

    .heya_other h2 {
        background-color: var(--main-color);
        color: #fff;
        font-size: 14px;
        padding: 5px;
    }

    .heya_information {
        background-color: #efefef;
        padding: 8px 2%;
    }

    .heya_information .wrap {
        display: block;
        padding: 0;
        border: 0;
    }

    .heya_information .logo {
        width: 240px;
        margin: auto;
        margin-bottom: 10px;
    }

    .heya_information .inner {
        background-color: #fff;
        padding: 4%;
        width: 100%;
        display: block;
    }

    .heya_information .heya_contact {
        width: 100%;
    }

    .heya_information .inner .img {
        width: 90%;
        margin: auto;
        margin-bottom: 5px;
        text-align: center;
    }

    .heya_contact .other_contact ul li a.tel {
        padding: 5px 5px 5px 10vw;
        font-size: 4vw;
    }

    .heya_other .roomListTableDataCell.list01 {
        width: 25%;
        display: block;
        float: left;
        border: 0px;
        padding: 6px 0px;
        height: 85px;
        overflow: hidden;
        position: relative;
    }

    .heya_other .roomListTableDataCell.list02 {
        width: 73%;
        text-align: left;
        padding-left: 2%;
        font-size: 11px;
        padding-bottom: 2px;
        display: block;
        float: right;
        border: 0px;
    }

    .heya_other .roomListTableDataCell.list02 span.sp {
        display: inline-block !important;
    }

    .heya_other .roomListTableDataCell.list03 {
        width: 73%;
        text-align: left;
        padding-left: 2%;
        font-size: 11px;
        padding-top: 2px;
        padding-bottom: 2px;
        display: block;
        float: right;
        border: 0px;
    }

    .heya_other .roomListTableDataCell.list03 span.sp {
        display: inline-block !important;
        margin-left: 10px;
    }

    .heya_other .roomListTableDataCell.list07 span.sp {
        display: inline-block !important;
        margin-right: 10px;
        background: #faf4e8;
        color: #333;
        font-size: 9px;
        padding: 4px 4px;
        font-weight: normal;
    }

    .heya_other .roomListTableDataCell.list04 {
        width: 50%;
        text-align: left;
        padding-left: 5%;
        font-size: 11px;
        padding-top: 2px;
        padding-bottom: 2px;
    }

    .heya_other .roomListTableDataCell.list07 {
        width: 73%;
        text-align: left;
        padding-left: 2%;
        font-size: 11px;
        padding-top: 2px;
        padding-bottom: 5px;
        display: block;
        float: right;
        border: 0px;
    }

    .heya_other .roomListTableDataCell.list08 {
        position: absolute;
        left: 2%;
        top: 8vw;
        padding: 0px;
        z-index: 1000;
        border: 0px;
    }

    .heya_other .roomListTableDataCell.list08 input {
        width: 30px;
        height: 28px;
        font-size: 14px;
    }

    .heya_other .bosyu_table100 .tableRow {
        display: block;
        position: relative;
        border-bottom: 1px solid #ddd;
        background-image: url(/penguin/resources/image/_common/enter_sing2.png);
        background-repeat: no-repeat;
        background-size: 4px;
        background-position: 98% center;
        padding-left: 4%;
        overflow: hidden;
    }

    .heya_other .bosyu_table100 .tableRow a {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
    }

    .heya_other .roomListTableDataCell span.rent_large {
        font-size: 15px;
    }

    .heya_other .bosyu_table100 {
        padding: 0px;
        display: block;
        border-right: solid 1px #d3d3d3;
    }

    #heyaPage_ver5 {
        padding: 0;
    }

    .heya_image_area .bx-wrapper #heya_slider li {
        background: none;
        height: 70vw;
    }

    .heya_image_area .bx-wrapper #heya_slider li .butken_num {
        left: 10px;
        font-size: 10px;
        line-height: 15px;
        padding: 3px 10px 2px 20px;
    }

    #page_heya .img_list_block {
        margin-bottom: 3vw;
    }

    #page_heya .img_list_block .cont {
        display: block;
    }

    #page_heya .img_list_block .cont .main_img_block {
        width: 100%;
        margin-bottom: 4vw;
    }

    #page_heya .img_list_block .cont .main_img_block .slick-slide a {
        height: 60vw;
    }

    #page_heya .img_list_block .cont .main_img_block .arrows_box {
        width: 9vw;
        height: 9vw;
    }

    #page_heya .img_list_block .cont .main_img_block .arrows_box.prev {
        left: -2.5vw;
    }

    #page_heya .img_list_block .cont .main_img_block .arrows_box.next {
        right: -2.5vw;
    }

    #page_heya .img_list_block .cont .main_img_block .arrows_box:hover {
        background-color: #fff;
    }

    #page_heya .img_list_block .cont .main_img_block .arrows_box:hover .arrow {
        border-top: 1px solid #7D5F43;
        border-right: 1px solid #7D5F43;
    }

    #page_heya .img_list_block .cont .all_img_block .list ul {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        gap: 10px;
    }

    .sp_fix_contact {
        position: fixed;
        left: 0;
        bottom: 0;
        z-index: 1;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.51);
        padding: 5px;
    }

    .sp_fix_contact form {
        background-color: #f77c00;
        box-shadow: 0px 2px 0px #824100;
        background-image: url(/penguin/resources/image/_common/contact_icon_w.png);
        background-size: 21px;
        background-repeat: no-repeat;
        background-position: left 3vw center;
        position: relative;
        padding: 5px 10px 5px 10vw;
        font-weight: bold;
        border-radius: 2px;
    }

    .sp_fix_contact form span {
        color: #fff;
    }

    .sp_fix_contact form input {
        line-height: 1.4;
        font-size: 12px !important;
        margin: 0;
        border-bottom: 0;
        background: none;
        padding: 0;
        text-align: left;
        padding: 5px 10px 5px 15vw;
    }

    .sp_fix_contact form input:hover {
        background: none;
    }

    .sp_fix_contact form input {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        border: 0;
        border-radius: 2px;
    }

    .sp_fix_contact ul {
        display: flex;
        justify-content: space-between;
    }

    .sp_fix_contact ul li {
        width: 49%;
        font-family: "メイリオ", "meiryo", "ＭＳ Ｐゴシック", "MS P Gothic",
            "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica", "sans-serif";
    }

    .sp_fix_contact ul li span {
        font-size: 10px;
        display: block;
    }

    .sp_fix_contact ul li span.large {
        font-size: 14px;
    }

    .sp_fix_contact li a.heya_tel_fix {
        display: block;
        background-color: #117def;
        text-decoration: none;
        color: #fff;
        font-weight: bold;
        padding: 5px 10px 5px 10vw;
        border-radius: 2px;
        box-shadow: 0px 2px 0px #0a4e95;
        background-image: url(/penguin/resources/image/_common/tel_icon_w.png);
        background-size: 23px;
        background-repeat: no-repeat;
        background-position: left 3vw center;
        font-size: 14px;
    }

    .sp_top_access {
        margin-bottom: 10px;
    }

    .sp_top_access p {
        font-size: 14px;
        line-height: 20px;
    }

    .heya_name .favorite {
        right: 0;
        top: 0;
        width: 50px;
        height: 100%;
        box-shadow: 0px 0px 0px;
    }

    .heya_name input {
        font-size: 0px !important;
        padding: 0;
        box-shadow: 0 0 0;
        border-radius: 0px;
        border: 0px;
        background-color: #efefef;
        border-left: 1px dotted #ababab;
    }

    .heya_name input.start {
        background-position: center;
    }

    .heya_name input.select {
        box-shadow: 0 0 0;
        background-position: center;
    }

    .heya_overview .access_area .around_info p {
        font-size: 14px;
        line-height: 24px;
    }

    .heya_image_area .bx-wrapper .bx-prev {
        height: 46px;
        width: 30px;
        background-image: url(/penguin/resources/image/_common/slide_prev_sp.png);
        box-shadow: 0 0 0;
    }

    .heya_image_area .bx-wrapper .bx-next {
        height: 46px;
        width: 30px;
        background-image: url(/penguin/resources/image/_common/slide_next_sp.png);
        text-decoration: none;
        box-shadow: 0 0 0;
    }

    .wrap {
        max-width: 100%;
        width: 100%;
    }

    .heya_information .inner .text {
        width: 100%;
    }

    .heya_name h1 span {
        display: block;
        margin-bottom: 5px;
    }

    .spbreadOutline {
        position: relative;
        padding-bottom: 80px;
    }

    /*パノラマビュー*/

    .panorama .panoramaViewerContainer {
        width: 100%;
        margin-bottom: 10px;
    }

    div.panoramaViewerContainer {
        height: 250px;
    }

    .panorama {
        padding-top: 30px;
        width: 96%;
    }

    .panorama li {
        padding: 0 10px;
    }


    .heya_name .favorite .icon {
        font-size: 24px;
        left: calc(50% - 12px);
        top: calc(50% - 12px);
        line-height: 1;
    }

    .heya_contact .other_contact ul li.kengaku input {
        background-size: 6vw;
        background-position: 20vw;
        font-size: 4.5vw;
    }
}