@charset "UTF-8";

.table-L {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.tableRow {
    display: table-row;
}

.linedLeft {
    border-left: solid 1px #d3d3d3;
}

.linedBottom {
    border-bottom: solid 1px #d3d3d3;
}

#heyaPage_ver5 {
    padding: 50px 0 0px;
}

.Heyaname {
    position: relative;
}

.common_page_container.heyapage {
    overflow: unset;
    padding: 70px 0 40px;
}

.Heyaname 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;
}

.Heyaname h1 span {
    background-color: var(--main-color);
    color: #fff;
    margin-right: 10px;
    font-size: 12px;
    padding: 5px;
    vertical-align: middle;
}

.Heyaname .kouho {
    position: absolute;
    right: 20px;
    top: 11px;
    width: 240px;
    height: 32px;
}

.Heyaname 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);
}

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

.Heyaname input.select {
    transition: 0.2s;
}

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

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

.heya_sec01 .info01 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_sec01 .info01 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_sec01 .info01 td {
    text-align: center;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    padding: 10px;
}

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

.heya_sec02 {
    background-color: #333;
    padding: 10px 0;
}

.heya_sec02 .wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

div.caption-container {
    position: relative;
    height: 290px;
    width: 440px;
    float: left;
}

.heya_sec04 {
    padding: 40px 0;
    overflow: hidden;
}

.heya_sec04 h2 {
    margin: 0;
    border-left: 3px solid var(--main-color);
    margin-bottom: 20px;
    padding: 15px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
}

.heya_sec04 .leftBox 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_sec04 .leftBox 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_sec04 .leftBox table td {
    width: 250px;
    padding: 10px;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    line-height: 24px;
}

/* .heya_sec04 .leftBox {
    width: 830px;
    float: left;
} */

.heya_sec04 .rightBox {
    width: 320px;
    float: right;
}

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

.heya_sec04 .rightBox .heya_map {
    margin-bottom: 15px;
}

.heya_sec04 .rightBox .around_info p {
    line-height: 20px;
}

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

.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 dd {
    width: 90%;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 16px;
    margin: 0;
    padding-left: 10px;
}

.heya_sec06 {
    margin: 40px 0;
}

.heya_sec06 .wrap {
    border: 1px dotted #333;
    padding: 10px 20px;
    display: flex;
    justify-content: center;
    gap: 0 160px;
    align-items: center;
}

.heya_sec06 .logo {
    width: 260px;
}

.heya_sec06 .inner {
    width: 480px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: none;
    padding: 0;
    margin: 0;
}

.heya_sec06 .inner .img {
    margin-bottom: 5px;
    width: 150px;
}

.heya_sec06 .inner .text {
    font-size: 14px;
    width: 300px;
}

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

.heya_sec06 .heya_contact {
    width: 420px;
}

.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: 49px;
}

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

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

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

.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 {
    display: flex;
    justify-content: space-between;
}

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

.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: 10px;
    display: block;
}

.heya_contact .other_contact ul li a.line {
    background-color: #00C300;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    padding: 8px 5px 5px;
    border-radius: 2px;
    box-shadow: 0px 2px 0px #004c00;
    background-image: url(/penguin/resources/image/_common/heya_line_icon.png);
    background-size: 17px;
    background-repeat: no-repeat;
    background-position: left 3vw center;
    font-size: 14px;
    height: 50px;
    display: block;
}

.heya_contact .other_contact ul li input {
    border: 0;
    background-color: #ed1c24;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    padding: 11px 32px 11px 32px;
    border-radius: 2px;
    box-shadow: 0px 2px 0px #8f1015;
    font-size: 14px;
    display: block;
    margin: 0;
    width: 100%;
    height: 50px;
    cursor: pointer;
}

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

.heya_sec05 {
    margin-bottom: 40px;
    margin-top: 90px;
}

.heya_sec05 .bosyu_table100 {
    padding: 20px 0;
}

.heya_sec05 h2 {
    margin: 0px;
    background-color: var(--main-color);
    color: #fff;
    font-size: 15px;
    padding: 10px 10px 10px 20px;
    letter-spacing: 1px;
    /* border-top-left-radius: 5px; */
    /* border-top-right-radius: 5px; */
}

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

.heya_sec05 .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_sec05 .roomListTableDataCell a {
    text-decoration: none;
}

.heya_sec05 .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_sec05 .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_sec05 .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_sec05 .roomListTableTitleCell {
    display: table-cell;
    text-align: center;
    padding: 10px;
    /* border-top: solid 1px #d3d3d3; */
    border-right: solid 1px #d3d3d3;
    border-right: solid 1px #d3d3d3;
    background-color: #eeeeee;
    color: #666666;
    font-size: 11px;
}

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

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

.ft_contact {
    display: none !important;
}

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

.heya_sec03.sp {
    display: none;
}

.heya_sec02 .wrap .bx-wrapper .bx-controls-direction a {
    text-indent: -999px;
}

.sec06_Heya {
    background-color: #e7e7e7;
    position: relative;
    padding: 50px 0;
}

.sec06_Heya+.sec06_Heya {
    padding: 0 0 50px;
}

.sec06_Heya:before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.4);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}

.sec06_Heya .wrap {
    position: relative;
}

.sec06_Heya h2 {
    background-color: var(--main-color);
    color: #fff;
    font-size: 16px;
    padding: 15px;
    letter-spacing: 1px;
    border-radius: 5px;
    margin-bottom: 15px;
}

.sec06_Heya ul {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
}

.sec06_Heya li {
    width: 100%;
    background: #fff;
    position: relative;
    display: inline-block;
    padding: 10px;
    vertical-align: top;
    box-shadow: 2px 2px 7px #ccc;
}

.sec06_Heya li a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.sec06_Heya li .pic {
    height: auto;
    aspect-ratio: 3 / 2;
    border: 1px solid #f1f1f1;
}

.sec06_Heya li .pic img {
    position: static;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sec06_Heya li .text {
    padding: 8px 5px;
    width: 100%;
    height: auto;
}

.sec06_Heya li .text p {
    margin-bottom: 5px;
}

.sec06_Heya li .text .name {
    font-size: 15px;
    line-height: 2;
}

.sec06_Heya li .text .name {
    margin-bottom: 5px;
    border-bottom: 1px dotted #787878;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.sec06_Heya li .text .access {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.sec06_Heya li .text .yatin,
.sec06_Heya li .text .madori {
    display: block;
    margin-bottom: 4px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.sec06_Heya li .text .yatin span,
.sec06_Heya li .text .madori span {
    background-color: var(--main-color);
    color: #fff;
    font-weight: bold;
    padding: 2px 10px;
    border-radius: 10px;
    margin-right: 5px;
    font-size: 11px;
}

.shareBox {
    background: #f1f1f1;
    margin: 30px 0;
    padding: 10px;
    display: flex;
    align-items: first baseline;
    justify-content: center;
    gap: 0 50px;
}

.shareBox .text {
    font-size: 15px;
    text-align: center;
    margin: 0 0 10px;
}

.shareBox ul {
    justify-content: center;
}

.shareBox ul li {
    width: 30px;
    margin-right: 10px;
}

.shareBox ul li:last-child {
    margin-right: 0;
}

.shareBox ul li a {
    display: block;
    transition: .2s;
}

.shareBox ul li a:hover {
    opacity: 0.8;
}

/* 部屋ページ　未公開物件ボタン */
.heya-co-container ul li {
    width: 49%;
}

.heya-co-container ul li .mikoukai-box {
    background: #e0c634;
    height: 49px;
    width: 100%;
    padding-top: 7px;
    margin-top: 11px;
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 15%), inset 0 -2px 0 0 rgb(225 95 0 / 0%);
    border-radius: 2px;
}

.heya-co-container ul li .mikoukai-box a .block {
    display: block;
    font-size: 12px;
}

.heya-co-container ul li .mikoukai-box a {
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
}

.heya-co-container ul li .mikoukai-box a .big {
    font-size: 14px;
}

.heya-co-container ul li .tel_box {
    background: #e0c634;
    height: 49px;
    width: 100%;
    padding-top: 7px;
    margin-top: 11px;
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 15%), inset 0 -2px 0 0 rgb(225 95 0 / 0%);
    border-radius: 2px;
}

.heya-co-container ul li .tel_box a .block {
    display: block;
    font-size: 12px;
}

.heya-co-container ul li .tel_box a {
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    display: block;
}

.heya-co-container ul li .tel_box a .big {
    font-size: 14px;
}

.heya-co-container ul li .tel_box a .tel_tap {
    display: block;
    line-height: 1.1;
}

#ft_faq {
    padding: 30px 0;
}

#ft_faq .wrap {
    display: block;
    width: 100%;
}

#ft_faq h3 {
    text-align: center;
    font-size: 18px;
}

#ft_faq dt {
    background-color: #ddd;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 10px;
}

#ft_faq dd {
    margin-bottom: 10px;
}

/* 新追加 */
.heya_sec01 .update {
    text-align: right;
}

.heya_sec02_sec {
    margin-bottom: 30px;
}

.heya_sec02_sec .image_area {
    width: 46%;
}

.heya_sec02_sec .text_area {
    width: 50%;
}

.heya_sec02_sec .text_area .info_area {
    margin-bottom: 30px;
}

.heya_sec02_sec .text_area .info_area .inBox {
    width: 48%;
}

.heya_sec02_sec .text_area .info_area .inBox.w100 {
    width: 100%;
    margin-bottom: 20px;
}

.heya_sec02_sec .text_area .info_area .inBox.w100 .information {
    width: 48%;
}

.heya_sec02_sec .text_area .info_area .inBox .title {
    font-size: 16px;
    margin-bottom: 1em;
    padding-bottom: .2em;
    border-bottom: 1px solid #ccc;
    margin-top: 0;
    font-weight: 600;
}

.heya_sec02_sec .text_area .info_area .inBox p.price {
    color: #c80000;
    font-size: 25px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: .5em;
}

.heya_sec02_sec .text_area .info_area .inBox dl {
    font-size: 14px;
    width: 100%;
}

.heya_sec02_sec .text_area .info_area .inBox dl+dl {
    margin-top: 4px;
}

.heya_sec02_sec .text_area .info_area .inBox dl dt {
    background: #f1f1f1;
    border: 1px solid #ccc;
    width: 30%;
    text-align: center;
}

.heya_sec02_sec .text_area .info_area .inBox dl.long_ver dt {
    width: 40%;
}

.heya_sec02_sec .text_area .info_area .inBox dl.long_ver dd {
    width: 60%;
}

.heya_sec02_sec .text_area .info_area .inBox dl dd {
    width: 70%;
    margin: 0;
    padding-left: 10px;
}

.heya_sec02_sec .text_area .info_area .inBox p.address {
    margin-bottom: 15px;
}

.heya_sec02_sec .text_area .info_area .inBox p.address,
.heya_sec02_sec .text_area .info_area .inBox p.access {
    font-size: 14px;
}

.heya_sec02_sec .wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.heya_sec02_sec .wrap .bx-wrapper {
    position: relative;
    margin-bottom: 10px;
}

.heya_sec02_sec .wrap .slider_cont .slick-next,
.heya_sec02_sec .wrap .slider_cont .slick-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
    height: 50px;
    width: 50px;
    background-position: center;
    text-decoration: none;
    background: var(--main-color);
    border-radius: 100%;
    color: rgba(0, 0, 0, 0);
    z-index: 1;
}

.heya_sec02_sec .wrap .slider_cont .slick-prev {
    left: -20px;
}

.heya_sec02_sec .wrap .slider_cont .slick-next {
    right: -20px;
}

.heya_sec02_sec .wrap .slider_cont .slick-next:before,
.heya_sec02_sec .wrap .slider_cont .slick-prev:before {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    text-indent: 0;
    top: calc(50% - 5px);
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
    opacity: 1;
}

.heya_sec02_sec .wrap .slider_cont .slick-next:before {
    left: 18px;
    rotate: 45deg;
}

.heya_sec02_sec .wrap .slider_cont .slick-prev:before {
    right: 18px;
    rotate: -135deg;
}

.heya_sec02_sec .wrap .thumbnail_cont .slick-next,
.heya_sec02_sec .wrap .thumbnail_cont .slick-prev {
    position: absolute;
    top: 38px;
    display: block;
    height: 50px;
    width: 15px;
    background-position: center;
    text-decoration: none;
    background: var(--main-color);
    border-radius: 5px;
    color: rgba(0, 0, 0, 0);
    z-index: 1;
}

.heya_sec02_sec .wrap .thumbnail_cont .slick-prev {
    left: -17px;
}

.heya_sec02_sec .wrap .thumbnail_cont .slick-next {
    right: -17px;
}

.heya_sec02_sec .wrap .thumbnail_cont .slick-next:before,
.heya_sec02_sec .wrap .thumbnail_cont .slick-prev:before {
    content: "";
    width: 6px;
    height: 6px;
    position: absolute;
    text-indent: 0;
    top: calc(50% - 3px);
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    opacity: 1;
}

.heya_sec02_sec .wrap .thumbnail_cont .slick-next:before {
    left: 3px;
    rotate: 45deg;
}

.heya_sec02_sec .wrap .thumbnail_cont .slick-prev:before {
    right: 3px;
    rotate: -135deg;
}

.heya_sec02_sec #heya_slider li {
    position: relative;
}

.heya_sec02_sec #heya_slider li .image {
    height: 350px;
    overflow: hidden;
    text-align: center;
    position: relative;
    border: 1px solid #ccc;
}

.heya_sec02_sec #heya_slider li .butken_num {
    background-size: 12px;
    position: absolute;
    right: 10px;
    top: 8px;
    color: #fff;
    font-size: 13px;
    font-family: 'メイリオ', 'meiryo', 'ＭＳ Ｐゴシック', 'MS P Gothic', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'Helvetica', 'sans-serif';
}

.caption_area {
    position: relative;
}

.heya_sec02_sec #heya_slider li .caption_02 {
    color: #fff;
    bottom: 0px;
    font-size: 14px;
    padding: 5px 10px;
    background: #333;
    padding-right: 80px;
    min-height: 35px;
}

.heya_sec02_sec #heya_slider li img {
    max-height: 96%;
    max-width: 96%;
    width: auto;
    height: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.heya_sec02_sec .wrap .js_heya_thumbnail {
    margin: 0 20px 20px 20px;
}

.heya_sec02_sec .wrap .js_heya_thumbnail .slick-list li {
    cursor: pointer;
}

.heya_sec02_sec .wrap .js_heya_thumbnail .slick-list li a img {
    width: 100%;
    aspect-ratio: 800/533;
    object-fit: contain;
}

.heya_sec02_sec .commentBox {
    border: 1px solid #dddddd;
    padding: 10px;
    border-radius: 5px;
    margin-top: 1em;
}

.heya_sec02_sec .commentBox p.catch {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dotted #333;

}

.heya_sec02_sec .commentBox p.comment {
    font-size: 14px;
    line-height: 2;
}

.sec03_Heya .heyaContact {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    height: fit-content;
}

.sec03_Heya .heyaContact h2 {
    margin: 0px;
    background-color: var(--main-color);
    color: #fff;
    font-size: 16px;
    padding: 10px 10px 10px 20px;
    letter-spacing: 1px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-weight: 600;
}

.sec03_Heya .heyaContact .text {
    padding: 15px 12px 0px;
    margin-bottom: 10px;
    letter-spacing: 0;
    width: 100%;
    float: none;
    height: auto;
    font-size: 14px;
}

.sec03_Heya .heyaContact .text .large {
    font-weight: bold;
}

.sec03_Heya .heyaContact {
    padding: 12px;
}

.sec03_Heya .heyaContact ul {
    text-align: center;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 5px 0;
}


.heya_contact .heya-co-container ul li a.line {
    background-color: #00C300;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    padding: 8px 5px 10px 75px;
    border-radius: 2px;
    box-shadow: 0px 2px 0px #004c00;
    background-image: url(/penguin/resources/image/_common/heya_line_icon.png);
    background-size: 17px;
    background-repeat: no-repeat;
    background-position: left 3vw center;
    font-size: 14px;
    height: 50px;
    display: block;
}

.heya_contact .heya-co-container ul li a.line span {
    font-size: 10px;
    display: block;
}

/* 終了 */

/*タブ実装*/
.tab_box {
    width: 100%;
}

.tab_box .btn_area {
    display: -webkit-box;
    display: flex;
}

.tab_box .tab_btn {
    width: 188px;
    padding: 8px 0;
    color: #333;
    background: #f5f7f8;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s ease 0s;
    font-size: 15px;
    font-weight: 500;
}

.tab_box .tab_btn+.tab_btn {
    margin-left: 8px;
}

.tab_box .tab_btn:hover {
    background-color: #dce1e4;
}

.tab_box .tab_btn.active {
    background: var(--main-color);
    color: #fff;
}

.tab_box .panel_area {
    border: solid 1px #e3ebf3;
    padding: 20px;
}

.tab_box .tab_panel {
    display: none;
    font-size: 14px;
    line-height: 1.8;
}

.tab_box .tab_panel.active {
    display: block;
}

.tab_box .tab_panel .inBox dl {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.tab_box .tab_panel .inBox dl dt {
    width: 2.5%;
    text-align: center;
}

.tab_box .tab_panel .inBox dl dd {
    width: 95%;
    margin: 0;
    padding-left: 20px;
    font-size: 14px;
    line-height: 1.8;
}

.tab_box .tab_panel .inBox h3 {
    font-size: 16px;
    padding-left: 15px;
    padding-top: 5px;
    padding-bottom: 6px;
    background: #f1f1f1;
    border-left: 3px solid var(--main-color);
    font-weight: 500;
    margin: 0 0 15px;
}

.tab_box .tab_panel .inBox+.inBox {
    margin-top: 30px;
}

.tab_box .tab_panel .inBox .map {
    margin-top: 20px;
}

#tab_section {
    margin-bottom: 50px;
}

/* タブ終了 */

.tab_box .tab_panel .inBox dl .icon svg {
    fill: var(--main-color);
}

.Heyaname .kouho .icon {
    color: var(--main-color);
    position: absolute;
    left: 10px;
    top: 2px;
    z-index: 2;
    pointer-events: none;
    font-size: 16px;
}

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

.heya_contact .common_page_wrap {
    padding: 0 0 100px;
}

.page_main.heya .common_page_wrap {
    padding: 100px 0 50px;
}

@media (max-width: 750px) {

    .Heyaname .box01 {
        position: relative;
    }

    .Heyaname .box01 p.price {
        background-color: #efefef;
        padding: 8px 4%;
        color: #de4343;
        font-weight: bold;
        font-size: 18px;
        vertical-align: bottom;
    }

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

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

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

    .heya_sec01 .info01 {
        background-color: #efefef;
        padding: 16px 4% 8px 4%;
    }

    .heya_sec01 .info01 table {
        margin-bottom: 10px;
    }

    .heya_sec01 .info01 table th {
        padding: 10px 4px;
        font-size: 12px;
    }

    .heya_sec01 .info01 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_sec03 {
        padding: 10px 4%;
    }

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

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

    .heya_sec04 {
        background-color: #efefef;
        padding: 8px 4%;
        margin-top: 5vw;
    }

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

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

    .heya_sec04 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_sec04 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_sec04 .heya_map {
        height: 320px;
    }

    .heya_sec04 .leftBox {
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }

    .heya_sec04 .rightBox {
        width: 100%;
        float: none;
    }

    .heya_sec05 {
        padding: 8px 4%;
        margin-top: 0;
    }

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

    .heya_sec06 {
        background-color: #efefef;
        padding: 8px 4%;
    }

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

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

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

    .heya_sec06 .heya_contact {
        width: 100%;
    }

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

    .heya_contact .mail form {
        height: 47px;
    }

    .heya_contact .mail .txt01 {
        font-size: 10px;
        top: 0;
    }

    .heya_contact .mail .txt02 {
        top: 20px;
        font-size: 12px;
    }

    .heya_contact .mail .txt03 {
        top: 38px;
        font-size: 10px;
    }

    .heya-co-container ul li .mikoukai-box {
        height: 47px;
    }

    .heya-co-container ul li .mikoukai-box a .block {
        font-size: 12px;
    }

    .heya-co-container ul li .tel_box {
        height: 47px;
    }

    .heya-co-container ul li .tel_box a .block {
        font-size: 12px;
    }

    .heya_contact .other_contact ul li a.line {
        padding: 8px 5px 5px 10vw;
    }

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

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

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

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

    .heya_sec05 .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_sec05 .roomListTableDataCell.list03 span.sp {
        display: inline-block !important;
        margin-left: 10px;
    }

    .heya_sec05 .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_sec05 .roomListTableDataCell.list04 {
        width: 50%;
        text-align: left;
        padding-left: 5%;
        font-size: 11px;
        padding-top: 2px;
        padding-bottom: 2px;
    }

    .heya_sec05 .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_sec05 .roomListTableDataCell.list08 {
        position: absolute;
        left: 2%;
        top: 8vw;
        padding: 0px;
        z-index: 1000;
        border: 0px;
    }

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

    .heya_sec05 .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_sec05 .bosyu_table100 .tableRow a {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
    }

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

    .heya_sec05 .bosyu_table100 {
        padding: 0px;
        display: block;
    }

    #heyaPage_ver5 {
        padding: 0;
    }

    .heya_sec02 .bx-wrapper #slider2 li {
        background: none;
        height: 70vw;
    }

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

    .heya_sec02 {
        padding: 0;
    }

    .heya_sec02 .wrap .bx-pager {
        width: 100%;
        overflow-x: scroll;
    }

    .heya_sec02 .bx-pager ul.thum_ul {
        padding: 6px 0px 4px;
        display: table;
    }

    .heya_sec02 .bx-pager ul.thum_ul li {
        width: 18vw !important;
        height: 15vw !important;
    }

    .heya_sec02 .bx-pager ul.thum_ul li a {
        position: relative;
    }

    .heya_sec02 .bx-pager ul.thum_ul li a.active:before {
        position: absolute;
        left: 0;
        text-align: center;
        display: block;
        top: -12px;
        content: "▲";
        color: var(--main-color);
        width: 100%;
    }

    ul.thum_ul.thum_width_1 {
        width: 100%;
    }

    ul.thum_ul.thum_width_2 {
        width: 100%;
    }

    ul.thum_ul.thum_width_3 {
        width: 100%;
    }

    ul.thum_ul.thum_width_4 {
        width: 100%;
    }

    ul.thum_ul.thum_width_5 {
        width: 100%;
    }

    ul.thum_ul.thum_width_6 {
        width: 108vw;
    }

    ul.thum_ul.thum_width_7 {
        width: 126vw;
    }

    ul.thum_ul.thum_width_8 {
        width: 144vw;
    }

    ul.thum_ul.thum_width_9 {
        width: 162vw;
    }

    ul.thum_ul.thum_width_10 {
        width: 180vw;
    }

    ul.thum_ul.thum_width_11 {
        width: 198vw;
    }

    ul.thum_ul.thum_width_12 {
        width: 216vw;
    }

    ul.thum_ul.thum_width_13 {
        width: 234vw;
    }

    ul.thum_ul.thum_width_14 {
        width: 252vw;
    }

    ul.thum_ul.thum_width_15 {
        width: 270vw;
    }

    ul.thum_ul.thum_width_16 {
        width: 288vw;
    }

    ul.thum_ul.thum_width_17 {
        width: 307vw;
    }

    ul.thum_ul.thum_width_18 {
        width: 325vw;
    }

    ul.thum_ul.thum_width_19 {
        width: 343vw;
    }

    ul.thum_ul.thum_width_20 {
        width: 360vw;
    }

    ul.thum_ul.thum_width_21 {
        width: 379vw;
    }

    ul.thum_ul.thum_width_22 {
        width: 397vw;
    }

    ul.thum_ul.thum_width_23 {
        width: 414vw;
    }

    ul.thum_ul.thum_width_24 {
        width: 432vw;
    }

    ul.thum_ul.thum_width_25 {
        margin: 0 !important;
        width: 100% !important;
    }

    ul.thum_ul.thum_width_26 {
        width: 468vw;
    }

    ul.thum_ul.thum_width_27 {
        width: 486vw;
    }

    ul.thum_ul.thum_width_28 {
        width: 504vw;
    }

    ul.thum_ul.thum_width_29 {
        width: 522vw;
    }

    ul.thum_ul.thum_width_30 {
        margin: 0 !important;
        width: 100% !important;
    }

    ul.thum_ul.thum_width_31 {
        width: 559vw;
    }

    ul.thum_ul.thum_width_32 {
        width: 576vw;
    }

    ul.thum_ul.thum_width_33 {
        width: 594vw;
    }

    ul.thum_ul.thum_width_34 {
        width: 612vw;
    }

    ul.thum_ul.thum_width_35 {
        width: 630vw;
    }

    ul.thum_ul.thum_width_36 {
        width: 648vw;
    }

    ul.thum_ul.thum_width_37 {
        width: 666vw;
    }

    ul.thum_ul.thum_width_38 {
        width: 684vw;
    }

    ul.thum_ul.thum_width_39 {
        width: 702vw;
    }

    ul.thum_ul.thum_width_40 {
        width: 720vw;
    }

    .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 h2 {
        text-align: center;
        color: #fff;
        font-weight: normal;
        font-size: 14px;
        margin-bottom: 5px;
    }

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

    .sp_fix_contact li {
        width: 49%;
    }

    .sp_fix_contact li:nth-child(2) input {
        border: 0;
        background-color: #ed1c24;
        text-decoration: none;
        color: #fff;
        font-weight: bold;
        padding: 11px 32px 11px 32px;
        border-radius: 2px;
        border-bottom: 2px solid #8f1015;
        font-size: 14px;
        display: block;
        margin: 0;
        width: 100%;
    }

    .sp_fix_contact li.line {
        width: 100%;
        margin-bottom: 0px;
    }

    .sp_fix_contact li.line a {
        background-color: #00C300;
        text-decoration: none;
        color: #fff;
        font-weight: bold;
        padding: 10px 5px;
        border-radius: 2px;
        box-shadow: 0px 2px 0px #004c00;
        background-image: url(/penguin/resources/image/_common/heya_line_icon.png);
        background-size: 17px;
        background-repeat: no-repeat;
        background-position: left 3vw center;
        font-size: 14px;
        display: block;
        text-align: center;
    }

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

    .Heyaname 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;
    }

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

    .Heyaname input.select {
        box-shadow: 0 0 0;
        background-position: center;
        background-color: #efefef;
    }

    .heya_sec04 .rightBox .around_info p {
        font-size: 14px;
        line-height: 24px;
    }

    .heya_sec02 .wrap .bx-wrapper .bx-prev {
        height: 35px;
        width: 35px;
        background-image: url(/penguin/resources/image/sumot/precious-h/slide_prev.png);
        box-shadow: 0 0 0;
    }

    .heya_sec02 .wrap .bx-wrapper .bx-next {
        height: 35px;
        width: 35px;
        background-image: url(/penguin/resources/image/sumot/precious-h/slide_next.png);
        text-decoration: none;
        box-shadow: 0 0 0;
    }

    .sec06_Heya {
        padding: 20px 3%;
    }

    .sec06_Heya+.sec06_Heya {
        padding: 0 3% 20px;
    }

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

    .sec06_Heya ul {
        display: flex;
        flex-wrap: nowrap;
        gap: 3vw;
        overflow-x: scroll;
        padding: 0;
    }

    .sec06_Heya li {
        transition: 0.3s;
        width: 48vw;
        display: block;
        flex-shrink: 0;
    }

    .sec06_Heya li:hover {
        opacity: 0.5;
    }

    .sec06_Heya li .pic {
        width: 100%;
        height: 30vw;
    }

    .sec06_Heya li .text {
        width: 100%;
        padding: 2vw;
    }

    .sec06_Heya li .text p {
        margin-bottom: 4px;
    }

    .wrap {
        max-width: 96%;
    }

    .heya_sec03.sp {
        display: block;
    }

    .heya_sec04 .leftBox table th {
        width: 20%;
    }

    .heya_sec04 .leftBox table td {
        width: 80%;
    }

    body {
        padding-top: 90px;
    }

    /* 〇〇マンション周辺の物件を沿線から探す　 */
    .lifestyle_search_sec .search_cont .area_cont .box {
        border-radius: 8px;
        padding: 15px 3.5vw;
        line-height: 1.8;
        display: block;
    }

    .lifestyle_search_sec .search_cont .area_cont .box .area_ttl {
        font-size: 3.7vw;
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .lifestyle_search_sec .search_cont .area_cont .box .area_list ul li {
        margin-right: 3vw;
        margin-bottom: 3px;
    }

    .lifestyle_search_sec .search_cont .area_cont .box .area_list ul li a {
        font-size: 3.4vw;
    }

    .lifestyle_search_sec .search_cont+.search_cont {
        margin-top: 25px;
    }

    section.butken-heya-apartment {
        padding: 10vw 5vw 0;
    }

    .apartment-container ul .left {
        width: 100%;
    }

    .apartment-container ul .right {
        width: 100%;
        margin-top: 5vw;
    }

    section.butken-heya-flow {
        padding: 0 5vw;
    }

    section.Bukken-faq-soba_box {
        padding: 0 5vw;
    }

    section.lifestyle_search_sec.butken-heya {
        padding: 0 5vw;
    }

    section#top_pickup {
        padding: 10vw 5vw;
    }

    /* 〇〇マンション周辺の物件を沿線から探す　終了　 */

    /* 新追加 */
    .tab_box {
        width: 90%;
        margin-inline: auto;
    }

    .tab_box .tab_panel .inBox dl dt {
        width: 7%;
        text-align: center;
    }

    .heya_sec01 .update {
        font-size: 2.5vw;
        margin: 2vw 0;
    }

    .heya_sec02_sec .image_area {
        width: 100%;
        margin-bottom: 7vw;
        position: relative;
    }

    .heya_sec02_sec .wrap .slider_cont .slick-next,
    .heya_sec02_sec .wrap .slider_cont .slick-prev {
        width: 9vw;
        height: 9vw;
    }

    .heya_sec02_sec .wrap .slider_cont .slick-next:before,
    .heya_sec02_sec .wrap .slider_cont .slick-prev:before {
        width: 2.5vw;
        height: 2.5vw;
        border-width: 2px 2px 0 0;
    }

    .heya_sec02_sec .wrap .slider_cont .slick-next:before {
        left: 2.7vw;
    }

    .heya_sec02_sec .wrap .slider_cont .slick-prev:before {
        right: 2.7vw;
    }

    .heya_sec02_sec .wrap .slider_cont .slick-next {
        right: -1vw;
    }

    .heya_sec02_sec .wrap .slider_cont .slick-prev {
        left: -1vw;
    }

    .caption_area {
        position: static;
    }

    .heya_sec02_sec #heya_slider li .butken_num {
        position: absolute;
        top: 8px;
        left: 10px;
        font-size: 10px;
        line-height: 25px;
        padding: 0;
        background: #333;
        border-radius: 20px;
        width: 70px;
        text-align: center;
    }

    .heya_sec02_sec .image_area .zoom_icon {
        width: 15vw;
        height: 15vw;
        background: url(/penguin/resources/image/_common/btn_wide_icon.png) no-repeat;
        position: absolute;
        right: 2vw;
        top: 73vw;
        background-color: rgba(0, 0, 0, 0.3);
        color: #fff;
        font-size: 2.5vw;
        text-align: center;
        border-radius: 5px;
        line-height: 25vw;
        background-position: center 3vw;
        background-size: 6vw;
        pointer-events: none;
    }

    .heya_sec02_sec .text_area {
        width: 100%;
    }

    .sec03_Heya.sp .heyaContact {
        margin-bottom: 5vw;
        border-radius: 0px;
        border: none;
    }

    .sec03_Heya.sp .heyaContact ul {
        padding: 0;
        background: none;
    }

    .sec03_Heya.sp .heyaContact ul li {
        width: 100%;

    }

    .sec03_Heya.sp .heyaContact ul li a {
        font-size: 3.3vw;
    }

    .sec03_Heya.sp .heyaContact ul li a .block {
        font-size: 4vw;
    }

    .heya_sec02_sec .text_area .info_area {
        margin-bottom: 0;
    }

    .heya_sec02_sec .text_area .info_area .inBox .title {
        font-size: 3.8vw;
    }

    .heya_sec02_sec .text_area .info_area .inBox.w100 .information {
        width: 100%;
        display: flex;
        align-items: baseline;
        gap: 0 3vw;
    }

    .heya_sec02_sec .text_area .info_area .inBox p.price {
        font-size: 7vw;
    }

    .heya_sec02_sec .text_area .info_area .inBox .kanri {
        display: inline-block;
        font-size: 3vw;
        font-weight: 700;
    }

    .heya_sec02_sec .text_area .info_area .inBox {
        width: 100%;
    }

    .heya_sec02_sec .text_area .info_area .inBox.w100 {
        margin-bottom: 2vw;
    }

    .heya_sec02_sec .text_area .info_area .inBox dl dt {
        display: grid;
        place-content: center;
        font-size: 3.8vw;
    }

    .heya_sec02_sec .text_area .info_area .inBox dl dd {
        font-size: 3.5vw;
    }

    .heya_sec02_sec .text_area .info_area .inBox dl dd a {
        display: inline-block;
        width: fit-content;
        color: #fff;
        font-weight: 700;
        font-size: 2.8vw;
        background-color: var(--main-color);
        padding: 1vw 1em;
        border-radius: 10px;
        margin-top: 1vw;
    }

    .sec03_Heya .commentBox {
        margin-top: 4vw;
    }

    #tab_section {
        margin-bottom: 3vw;
    }

    .shareBox {
        gap: 2vw 0;
        flex-direction: column;
        align-items: center;
        margin: 0;
    }

    .shareBox .text {
        font-size: 3.6vw;
    }

    .common_page_container.heyapage {
        padding: 0 0 10vw;
    }

    /* 終了 */

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

    .heya_sec02_sec .wrap .thumbnail_cont .slick-next,
    .heya_sec02_sec .wrap .thumbnail_cont .slick-prev {
        top: calc(50% - 1px) !important;
    }

    .heya_sec02_sec .wrap .thumbnail_cont .slick-prev {
        left: 0 !important;
    }

    .heya_sec02_sec .wrap .thumbnail_cont .slick-next {
        right: 0 !important;
    }

    .heya_image_gallery {
        margin-bottom: 5vw;
    }

    .heya_image_gallery ul {
        display: flex;
        overflow-x: scroll;
    }

    .heya_image_gallery ul li {
        height: 30vw;
        width: 30vw;
        flex-shrink: 0;
    }

    .heya_image_gallery ul li img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .heya_image_gallery ul li a {
        display: block;
        width: 100%;
        height: 100%;
    }

    .heya_image_gallery ul li a .image {
        width: 100%;
        height: 100%;
    }

    .heya_contact .common_page_wrap {
        padding: 10vw 0 20vw;
    }

    .heya_contact .common_page_wrap .mainArea.wrap {
        max-width: 100%;
    }

    .heya_sec05 .roomListTableDataCell img.madoriPreview {
        position: unset;
    }

    .heya_sec02_sec .wrap .js_heya_thumbnail {
        margin: 0 !important;
        width: 100% !important;
    }

    .heya_banner_sec {
        margin-block: 0 7vw;
    }

    .page_main.heya .common_page_wrap {
        padding: 5vw 0 7vw;
    }
}