@charset "UTF-8";

:root {
    --main-color: #324571;
    --sub-color: #a0b3de;
}

body {
    color: #000000;
    font-size: 16px;
    line-height: 1.7;
}

.wrap {
    width: 1140px;
    margin: 0 auto;
}


/* PC固定ページ 共通設定 */

.common_page_wrap {
    padding: 100px 0 0;
}

.common_page_title {
    text-align: center;
    margin-bottom: 2em;
}

.common_page_title h2 {
    font-size: 30px;
}

.common_page_title .sub_title {
    font-size: 14px;
    letter-spacing: .1em;
}

.reserve_text {
    text-align: center;
    font-size: 30px;
}

.common-btn {
    display: block;
    width: 300px;
    line-height: 50px;
    background-color: #333;
    color: #fff;
    margin: 0 auto;
    transition: .3s;
}

.common-btn:hover {
    opacity: .7;
}

/* パンくず */
#breadcrumbs {
    font-size: 12px;
    margin-top: 1em;
    color: #6F6F6F;
    font-weight: 300;
}

#breadcrumbs .flex {
    justify-content: flex-end;
}

#breadcrumbs a {
    text-decoration: none;
    color: initial;
    position: relative;
    margin-right: 20px;
    color: #6F6F6F;
}

#breadcrumbs a:after {
    content: "";
    border-top: solid 1px#6F6F6F;
    border-right: solid 1px #6F6F6F;
    width: 5px;
    height: 5px;
    transform: rotate(45deg);
    position: absolute;
    right: -12.5px;
    top: calc(50% - 2.5px);
}

/* ページャー  */
.pagerTable {
    width: 100%;
    margin-top: 40px;
    font-weight: bold;
    border-collapse: separate;
    border-spacing: 6px 0;
    align-items: center;
    justify-content: center;
}

.pagerTablePrevNextCell {
    display: table-cell;
    width: 25px;
    margin-right: 5px;
    padding: 5px;
    text-align: center;
    font-size: 11pt;
    color: #717171;
    cursor: pointer;
    position: relative;
}

.pagerTablePrevNextCell:before {
    content: "";
    width: 14px;
    height: 14px;
    transform: rotate(45deg);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.pagerTablePrevNextCell.next:before {
    border-top: solid 3px var(--main-color);
    border-right: solid 3px var(--main-color);
}

.pagerTablePrevNextCell.prev:before {
    border-bottom: solid 3px var(--main-color);
    border-left: solid 3px var(--main-color);
}

.pagerTablePrevNextCellEmpty {
    display: table-cell;
    width: 25px;
    margin-right: 5px;
    padding: 5px;
    text-align: center;
    font-size: 11pt;
    color: #717171;
}

.pager_item {
    display: table-cell;
    width: 37px;
    line-height: 35px;
    margin: 0 5px;
    text-align: center;
    font-size: 11pt;
    color: var(--main-color);
    background: #fff;
    border: 1px solid var(--main-color);
    cursor: pointer;
    border-radius: 100%;
    font-size: 13px;
    transition: .3s;
}

.pager_item:hover,
.pagerTableCurrentPageCell {
    background: var(--main-color);
    color: #fff;
}

.pagerTableHellipCell {
    display: table-cell;
    width: 15px;
    margin: 0 5px;
    text-align: center;
    font-size: 8pt;
    color: #717171;
}


/* PC固定ページ 会社概要 */

.company_profile {
    margin-bottom: 100px;
}

.company_profile table {
    width: 100%;
    border-collapse: collapse;
}

.company_profile table th,
.company_profile table td {
    padding: 1em;
    border-bottom: 1px solid;
    font-size: 14px;
}

.company_profile table th {
    width: 20%;
}

.company_profile table td {
    width: 80%;
}

.company_access .map {
    height: 350px;
}

.company_access .map iframe {
    width: 100%;
    height: 100%;
}


/* PC固定ページ 個人情報保護方針 */

#page_privacy .main_text {
    font-size: 16px;
    line-height: 2;
    margin-bottom: 3em;
}

#page_privacy dl {
    margin-bottom: 30px;
}

#page_privacy dl:last-child {
    margin-bottom: 0;
}

#page_privacy dl dt {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: .5em;
    border-left: 5px solid;
    padding-left: 1em;
    color: #fff;
}

#page_privacy dl dd {
    font-size: 14px;
    line-height: 2;
}


/* PC固定ページ サイトマップ  */

#page_sitemap .common_page_title h2 {
    background: #f1f1f1;
    padding: .5em;
}

#page_sitemap .inBox+.inBox {
    margin-top: 80px;
}

#page_sitemap .inBox ul li {
    width: 19%;
    margin-left: calc(5% / 4);
    margin-bottom: 20px;
}

#page_sitemap .inBox ul li:nth-child(5n + 1) {
    margin-left: 0;
}

#page_sitemap .inBox ul li a {
    color: initial;
    transition: .3s;
    display: block;
    padding: 10px 10px 10px 10px;
    border-bottom: 1px solid;
    font-size: 14px;
    position: relative;
}

#page_sitemap .inBox ul li a:after {
    content: "";
    border-top: solid 1px #000;
    border-right: solid 1px #000;
    width: 5px;
    height: 5px;
    transform: rotate(45deg);
    position: absolute;
    right: 5px;
    top: calc(50% - 2.5px);
}

#page_sitemap .inBox ul li a:hover {
    opacity: .7;
}

/* PC固定ページ 記事詳細ページ */

#page_article .article_title {
    font-size: 20px;
    margin-bottom: .2em;
    font-size: 30px;
    line-height: 1.4;
    border-bottom: solid 1px #ccc;
    padding: 79px 0 30px;
    margin-bottom: 20px;
    position: relative;
    font-weight: 600;
    letter-spacing: .05em;
}

#page_article .contents_area {
    width: 65%;
    width: 650px;
    margin-right: 120px;
    flex-shrink: 0;
}

#page_article #side_menu {
    width: 23%;
    margin-top: 194px;
}

#page_article #side_menu .title {
    border-bottom: 1px solid #ccc;
    position: relative;
    margin-bottom: 21px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: .08em;
    padding-bottom: 7px;
}

#page_article #side_menu .title:before {
    content: "";
    width: 30px;
    height: 1px;
    background: #333;
    position: absolute;
    left: 0;
    bottom: -1px;
}

#page_article #side_menu ul li a {
    color: #333;
    font-size: 14px;
    flex-wrap: nowrap;
    align-items: center;
}

#page_article .data_area {
    align-items: center;
    margin: 40px 0;
}

#page_article .data_area .icon svg {
    width: 12px !important;
    height: 12px !important;
    display: block;
}

#page_article .data_area p.data {
    color: #6c6c6c;
    font-size: 13px;
}

#page_article .text_area img {
    height: auto !important;
}

#page_article .text_area p {
    font-size: 14px;
    line-height: 2;
}


/* PC固定ページ 記事一覧ページ */

ul.article_list li {
    width: 48%;
    margin-bottom: 20px;
}

ul.article_list li a {
    color: initial;
    align-items: center;
}

ul.article_list li .image {
    width: 30%;
    height: 100px;
    position: relative;
}

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

ul.article_list li .textArea {
    width: 65%;
}

ul.article_list li .textArea .title {
    font-size: 14px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

ul.article_list li .data_area {
    align-items: center;
}

ul.article_list li .data_area .icon svg {
    width: 12px;
    height: 12px;
    display: block;
}

ul.article_list li .data_area p.data {
    font-size: 12px;
    margin-left: 10px;
    color: #4C3F39;
}


/* 未公開物件セクション（PC） */

.common_mikoukai_area {
    padding: 20px;
    border: 2px dashed #333;
}

.common_mikoukai_area .ttl {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    margin: 0 0 15px;
}

.common_mikoukai_area .txt {
    text-align: center;
    max-width: 700px;
    width: 90%;
    margin: auto;
    margin-bottom: 25px;
    font-size: 15px;
    line-height: 1.8;
}

.common_mikoukai_area a {
    display: block;
    text-align: center;
    text-decoration: none;
    background: var(--main-color);
    color: #fff !important;
    font-weight: bold;
    font-size: 16px;
    width: 300px;
    margin: auto;
    padding: 10px 0;
    border-radius: 5px;
    letter-spacing: 1px;
}


/* PC固定ページ エリア・沿線検索 */

#page_search .errorMsg {
    padding: 20px 0;
    font-size: 14pt;
    font-weight: bold;
    color: #f00;
}

#page_search .displayNone {
    display: none;
}

#page_search .tableCell {
    display: table-cell;
}

#page_search .tableCell {
    display: table-cell;
}

#page_search .area_box+.area_box {
    margin-top: 40px;
}

#page_search .search_main_midashi {
    padding: 0px 30px;
    line-height: 30px;
    border-top-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    margin: 0px;
    background-color: var(--main-color);
    color: #fff;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    padding: 8px 20px;
    font-size: 18px;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

#page_search .areaSearchAreaName {
    padding: 5px 0;
    font-size: 12pt;
    font-weight: bold;
}

#page_search .checkboxCheckAll {
    padding-left: 40px;
    vertical-align: middle;
    font-weight: bold;
}

#page_search .checkboxCheckAll label {
    font-weight: normal;
    font-size: 12px;
}

#page_search div#area_1.table-L,
#page_search div#area_2.table-L,
#page_search div#area_3.table-L,
#page_search div#area_4.table-L,
#page_search div#area_5.table-L,
#page_search div#area_6.table-L,
#page_search div#area_7.table-L,
#page_search div#area_8.table-L,
#page_search div#area_9.table-L,
#page_search div#area_10.table-L {
    background: #fff;
    border: 1px solid #e9e9e9;
}

#page_search .areaListTableCell,
#page_search .railwayAreaListTableCell,
#page_search .railwayLineListTableCell {
    width: calc(100% / 3);
    border: 1px solid #f4f4f4;
    background: #f6fbf6;
    position: relative;
    transition: 0.2s;
}

#page_search .areaListTableCell:hover span.in_wrap:before,
#page_search .railwayAreaListTableCell:hover span.in_wrap:before,
#page_search .railwayLineListTableCell:hover span.in_wrap:before {
    border: 5px solid #fbdc5a;
}

#page_search .areaListTableCell label input,
#page_search .railwayAreaListTableCell label input,
#page_search .railwayLineListTableCell label input {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    z-index: 5;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 10px;
    top: calc(50% - 15px);
}

#page_search .areaListTableCell input:checked+span.in_wrap,
#page_search .railwayAreaListTableCell input:checked+span.in_wrap,
#page_search .railwayLineListTableCell input:checked+span.in_wrap {
    background: #fff2ba;
}

#page_search .areaListTableCell span.in_wrap,
#page_search .railwayAreaListTableCell span.in_wrap,
#page_search .railwayLineListTableCell span.in_wrap {
    position: relative;
    display: block;
    margin-right: 0px;
    cursor: pointer;
    padding: 15px 15px 15px 50px;
}

#page_search .areaListTableCell span.in_wrap::before,
#page_search .railwayAreaListTableCell span.in_wrap::before,
#page_search .railwayLineListTableCell span.in_wrap::before {
    z-index: 0;
    content: "";
    position: absolute;
    top: calc(50% - 15px);
    left: 10px;
    border: 5px solid #dee8de;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 30px;
    height: 30px;
    background-color: white;
    transition: 0.2s;
}

#page_search .areaListTableCell input:checked+span.in_wrap::after,
#page_search .railwayAreaListTableCell input:checked+span.in_wrap::after,
#page_search .railwayLineListTableCell input:checked+span.in_wrap::after {
    content: "";
    position: absolute;
    top: 50%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    left: 16px;
    width: 20px;
    height: 12px;
    margin-top: -10px;
    border-left: 4px solid #F7931E;
    border-bottom: 4px solid #F7931E;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    z-index: 4;
}

#page_search .areaListTableCell>label a,
#page_search .railwayAreaListTableCell>label a,
#page_search .railwayLineListTableCell>label a {
    text-decoration: underline;
}

#page_search .font-AreaLinkText,
#page_search .font-RailwayLineLinkText,
#page_search .font-RailwayAreaLinkText {
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 1px;
    font-family: "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "helvetica", "arial", sans-serif;
}

#page_search .areaListTableCell span.List_number,
#page_search .railwayAreaListTableCell span.List_number,
#page_search .railwayLineListTableCell span.List_number {
    color: #000;
    font-size: 10px;
    margin-left: 2px;
    margin-right: 2px;
}

#page_search .searchButtonArea {
    width: 500px;
    margin: auto;
    padding: 30px 0;
    text-align: center;
}

#page_search .searchButtonArea .search_more_btn {
    padding: 0;
    font-weight: normal;
    line-height: 50px;
    background-color: #fff;
    color: #000;
    font-size: 16px;
    letter-spacing: 2px;
    display: block;
    height: 50px;
    border-radius: 10px;
    border: 1px solid #ddd;
    width: 48%;
    cursor: pointer;
    transition: 0.2s;
}

#page_search .searchButtonArea .search_more_btn:hover {
    box-shadow: 0 0 10px rgba(51, 51, 51, 0.2);
    opacity: 0.8;
}

#page_search .searchButtonArea input.search_btn {
    cursor: pointer;
    width: 48%;
    background-color: #fcc331;
    border-radius: 10px;
    border: 0px;
    font-size: 16px;
    letter-spacing: 2px;
    height: 50px;
    line-height: 50px;
    transition: 0.2s;
}

#page_search .searchButtonArea input.search_btn:hover {
    box-shadow: 0 0 10px rgba(51, 51, 51, 0.2);
    opacity: 0.8;
}

#page_search .searchButtonArea input.search_btn.ont_btn {
    width: 100%;
}

/* 記事詳細ページ　PC */
#page_article .article_main_image {
    width: 300px;
    height: 300px;
    position: relative;
    margin: auto;
}

.pa_img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#page_article .article_main_image img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#page_article .wrap {
    width: 1340px;
}

#page_article .fl_wrap {
    justify-content: flex-end;
    padding-right: 50px;
}

#page_article .article_title::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    background: #333;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    top: 0;
}

#page_article .article_title::after {
    content: "TOPIC";
    font-size: 12px;
    top: -28px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    letter-spacing: .08em;
}

.single_sns_bar {
    position: fixed;
    left: 80px;
    top: 280px;
    opacity: 0;
    transition: .3s;
    visibility: hidden;
}

.single_sns_bar li {
    width: 30px;
    margin: 20px 0;
}

.single_sns_bar::before {
    content: "";
    width: 1px;
    height: 100px;
    background: #333;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -92px;
}

.single_sns_bar::after {
    content: "SHARE ON";
    position: absolute;
    top: -160px;
    font-size: 11px;
    writing-mode: vertical-lr;
    text-align: center;
    left: 5px;
    right: 0;
    margin: auto;
}

#page_article #side_menu ul {
    position: relative;
    padding-left: 25px;
}

#page_article #side_menu ul::before {
    content: "∟";
    position: absolute;
    left: 0;
    font-size: 14px;
}

#page_article #side_menu ul li {
    border-bottom: solid 1px #eee;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

#page_article #side_menu ul li a .img {
    width: 90px;
    height: 64px;
    position: relative;
    flex-shrink: 0;
    margin-right: 17px;
}

#page_article #side_menu ul li a .img img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

#page_article #side_menu ul li a .ttl {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

#page_article .day_cat .cat {
    background: #000;
    color: #fff;
    font-size: 13px;
    padding: 1px 10px;
}

.single_sns_bar.active {
    opacity: 1;
    visibility: visible;
}

/* 物件アーカイブ（PC） */

#page_butkenArchive .table li {
    font-size: 14px;
    line-height: 2;
}

#page_butkenArchive .table li.thead_archive {
    background: #d5e3f7;
    padding: 5px 10px;
    border: 1px solid #e9e9e9;
    min-width: 100px;
}

#page_butkenArchive .table li.tbody_archive a {
    color: #146fb5;
}

#page_butkenArchive .table li.tbody_archive {
    background: #fff;
    padding: 5px 10px;
    border: 1px solid #e9e9e9;
    min-width: 100px;
}

#page_butkenArchive .table {
    display: table;
    table-layout: fixed;
    width: 100%;
    margin-top: 50px;
}

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

#page_butkenArchive .tableRow {
    display: table-row;
}

#page_butkenArchive .tableCell {
    display: table-cell;
}

.top_property {
    padding: 130px 0 0;
}

.top_property .title {
    margin-bottom: 30px;
}

.top_property .title .ja_title {
    font-size: 50px;
    margin-top: 15px;
}

.common_property_list ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

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

.common_property_list ul li a .img {
    margin-bottom: 0.8em;
}

.common_property_list ul li a .img img {
    width: 100%;
    aspect-ratio: 3/2;
    object-fit: cover;
}

.common_property_list ul li a .info_area .name {
    font-size: 16px;
    letter-spacing: .05em;
    font-weight: 700;
    line-height: 1.5;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    margin-bottom: 0.2em;
}

.common_property_list ul li a .info_area .price {
    font-size: 16px;
    letter-spacing: .05em;
    line-height: 1.5;
    margin-bottom: 0.2em;
}

.common_property_list ul li a .info_area .price .color {
    color: #324571;
    font-size: 1.2em;
    font-weight: 700;
}

.common_property_list ul li a .info_area .detail .text {
    font-size: 14px;
    letter-spacing: .05em;
    line-height: 1.5;
}

.top_fv .medal_box {
    position: absolute;
    bottom: 50px;
    left: 150px;
    z-index: 10;
    display: flex;
    gap: 0 10px;
}

.top_fv .medal_box .icon {
    width: 140px;
    flex-shrink: 0;
}

.reserve_modal {
    display: none;
}

.reserve_modal_btn {
    cursor: pointer;
}

.reserve_modal {
    position: fixed;
    z-index: 100;
    left: 0;
    top: 0;
    height: calc(100dvh);
    width: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
    animation: show 0.3s linear;
}

.reserve_modal .modal-box {
    background-color: #fff;
    width: 1040px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: fit-content;
    padding: 50px;
    overflow: scroll;
}

.reserve_modal .modal-box .modalClose {
    position: absolute;
    top: 20px;
    right: 20px;
    display: block;
    width: 30px;
    aspect-ratio: 1;
    -webkit-appearance: none;
    appearance: none;
    vertical-align: middle;
    color: inherit;
    font: inherit;
    background: transparent;
    padding: 0;
    margin: 0;
    border-radius: 0;
    text-align: inherit;
    text-transform: inherit;
    cursor: pointer;
    border: none;
}

.reserve_modal .modal-box .modalClose::before,
.reserve_modal .modal-box .modalClose::after {
    content: "";
    position: absolute;
    inset: 0;
    margin: auto;
    width: 80%;
    height: 2px;
    background-color: #333;
}

.reserve_modal .modal-box .modalClose::before {
    transform: rotate(45deg);
}

.reserve_modal .modal-box .modalClose::after {
    transform: rotate(-45deg);
}

.reserve_modal .common_cta_btn a {
	width: 365px;
}

.popup_modal {
    display: none;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 200001;
}

#close_popup {
    width: 33px;
    aspect-ratio: 1/1;
    min-width: 0;
    background: #fff;
    position: absolute;
    top: -10px;
    right: -10px;
    z-index: 1;
    border: none;
    padding: 0;
    font-size: 33px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    color: #000;
}

.popup_modal .modal_bg {
    background: rgba(0, 0, 0, .5);
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
}

.popup_modal .modal_content {
    background: #FFFDF4;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: fit-content;
    height: fit-content;
    max-width: 700px;
    max-height: 80%;
}

#exit_popup .banner {
    width: 450px;
}


@keyframes show {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@media (max-width: 750px) {

    .wrap,
    #page_article .wrap {
        max-width: 90%;
    }

    body {
        font-size: 13px;
        line-height: 1.5;
        padding-top: 0;
    }

    /* SP固定ページ 共通設定 */

    .common_page_wrap {
        padding: 20vw 0 0;
    }

    .common_page_title h2 {
        font-size: 5vw;
    }

    .common_page_title .sub_title {
        font-size: 3vw;
    }

    .reserve_text {
        font-size: 6vw;
    }

    .common-btn {
        width: 80%;
        line-height: 12vw;
    }

    .common-btn:hover {
        opacity: 1;
    }

    /* パンくず */
    #breadcrumb {
        font-size: 2.5vw;
    }


    /* SP固定ページ 会社概要 */

    .company_profile {
        margin-bottom: 20vw;
    }

    .company_profile table th,
    .company_profile table td {
        font-size: 3.2vw;
        width: 100%;
        display: block;
    }

    .company_profile table {
        border-top: 1px solid;
    }

    .company_profile table th {
        width: 100%;
        background-color: #f2f2f2;
    }

    .company_profile table td {
        width: 100%;
    }

    .company_access .map {
        height: 50vw;
    }


    /* SP固定ページ 個人情報保護方針 */

    #page_privacy .main_text {
        font-size: 3.5vw;
    }

    #page_privacy dl {
        margin-bottom: 10vw;
    }

    #page_privacy dl dt {
        font-size: 4vw;
    }

    #page_privacy dl dd {
        font-size: 3.5vw;
        margin-left: 5vw;
    }


    /* SP固定ページ サイトマップ  */

    #page_sitemap .inBox+.inBox {
        margin-top: 15vw;
    }

    #page_sitemap .inBox ul {
        display: block;
    }

    #page_sitemap .inBox ul li {
        width: 100%;
        margin-left: 0;
        margin-bottom: 0;
    }


    /* SP固定ページ 記事詳細ページ */

    #page_article h1 {
        font-size: 4vw;
    }

    #page_article .contents_area {
        width: 100%;
        padding-bottom: 20vw;
        position: relative;
    }

    #page_article #side_menu {
        width: 100%;
        margin-top: 20vw;
    }

    #page_article .data_area {
        margin: 7vw 0;
    }

    #page_article .data_area .icon svg {
        width: 2.5vw !important;
        height: 2.5vw !important;
    }

    #page_article .data_area p.data {
        font-size: 2.5vw;
    }

    #page_article .text_area p {
        font-size: 3.4vw;
    }


    /* SP固定ページ 記事一覧ページ */

    ul.article_list li {
        width: 100%;
        margin-bottom: 0;
    }

    ul.article_list li+li {
        margin-top: 4vw;
    }

    ul.article_list li .image {
        height: 20vw;
    }

    ul.article_list li .textArea {
        width: 68%;
    }

    ul.article_list li .textArea .title {
        font-size: 3.5vw;
        line-height: 2;
    }

    ul.article_list li .data_area .icon svg {
        width: 2.5vw !important;
        height: 2.5vw !important;
    }

    ul.article_list li .data_area p.data {
        font-size: 2.5vw;
        margin-left: 2vw;
    }

    ul.article_list li .data_area p.data {
        font-size: 2vw;
        margin-left: 2vw;
    }


    /* 未公開物件セクション（SP） */

    .common_mikoukai_area .ttl {
        font-size: 5vw;
    }

    .common_mikoukai_area .txt {
        font-size: 3.5vw;
    }

    .common_mikoukai_area a {
        font-size: 5vw;
        width: 100%;
    }

    .common_mikoukai_area_bn {
        background-color: #1151aa;
        position: fixed;
        right: 5px;
        bottom: 65px;
        border-radius: 4px;
        z-index: 9999;
    }

    .common_mikoukai_area_bn a {
        text-decoration: none;
        color: #fff !important;
        font-weight: bold;
        text-align: center;
        font-size: 12px;
        padding: 5px 20px;
        display: block;
        position: relative;
        padding-top: 8px;
        background-image: url(/penguin/resources/image/_common/arrow_right_w.png);
        background-repeat: no-repeat;
        background-position: 96% center;
        background-size: 8px;
        z-index: 1;
    }

    .common_mikoukai_area_bn a:before {
        content: "タップする";
        background-color: #fff;
        border: 2px solid #4285f4;
        color: #4285f4;
        border-radius: 20px;
        text-align: center;
        width: 80px;
        position: absolute;
        top: -10px;
        left: 50%;
        margin-left: -40px;
        font-size: 9px;
        line-height: 15px;
    }

    .common_mikoukai_area_bn p {
        overflow: hidden;
        margin: 0;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }

    .common_mikoukai_area_bn a span {
        display: block;
        font-size: 16px;
    }


    /* SP固定ページ エリア・沿線検索 */

    #page_search .areaSearchAreaName {
        width: 100%;
        display: block;
    }

    #page_search .checkboxCheckAll {
        width: 100%;
        display: block;
        padding: 0;
        letter-spacing: 0;
    }

    #page_search .areaListTableCell,
    #page_search .railwayAreaListTableCell,
    #page_search .railwayLineListTableCell {
        width: 100%;
        margin: 0%;
    }

    #page_search .searchButtonArea {
        width: 100%;
        display: block;
    }

    #page_search .searchButton_fixed {
        width: 100%;
        background: rgba(0, 0, 0, 0.5);
        position: fixed;
        left: 0;
        bottom: 0;
        padding: 10px;
        z-index: 9999;
    }

    #page_search .searchButton_fixed input#btnTownSearch,
    #page_search .searchButton_fixed input#btnAreaSearch {
        display: block;
        background: #fcc331;
        padding: .7em 1em;
        width: 48%;
        text-align: center;
        border-radius: 30px;
        font-size: 14px;
    }

    #page_search .searchButton_fixed input#btnTownSearch {
        background: #fff;
    }

    #page_search .searchButton_fixed input.search_btn.ont_btn {
        display: block;
        background: #fcc331;
        padding: .7em 1em;
        width: 100%;
        text-align: center;
        border-radius: 30px;
        font-size: 16px;
    }

    #page_search .searchButtonArea input.search_btn.ont_btn {
        width: 80%;
        margin: auto;
    }

    #page_search .searchButtonArea .search_more_btn,
    #page_search .searchButtonArea input.search_btn {
        width: 100%;
    }

    #page_search .searchButtonArea input.search_btn {
        margin-top: 20px;
    }

    /* 記事詳細ページ SP */
    #page_article .fl_wrap {
        display: block;
        padding: 0;
    }

    #page_article .article_title {
        font-size: 4.5vw;
        letter-spacing: .05em;
        padding: 11vw 0 2vw;
        text-align: center;
    }

    #page_article .article_title::before {
        width: 3vw;
        height: 3vw;
    }

    #page_article .article_title::after {
        font-size: 3.2vw;
        top: -7vw;
    }

    #page_article .article_main_image {
        width: 55vw;
        height: 55vw;
    }

    #page_artcile .day_cat {
        justify-content: center;
    }

    #page_article .day_cat .cat {
        font-size: 3.5vw;
    }

    .single_sns_ba {
        opacity: 1;
        position: static;
    }

    #page_article #side_menu ul {
        padding: 0;
    }

    #page_article #side_menu .title {
        text-align: center;
        font-size: 4.2vw;
        letter-spacing: .05em;
        padding-bottom: 2vw;
        margin-bottom: 4vw;
    }

    #page_article #side_menu .title:after {
        content: "";
        width: 30px;
        height: 1px;
        background: #333;
        position: absolute;
        right: 0;
        bottom: -1px;
    }

    #page_article #side_menu ul li a {
        font-size: 3.8vw;
        padding: 0 2vw;
    }

    #page_article #side_menu ul li {
        padding-bottom: 2vw;
        margin-bottom: 2vw;
    }

    #page_article #side_menu ul li a .img {
        height: 17vw;
        width: 25%;
    }

    #page_article #side_menu ul::before {
        display: none;
    }

    #page_article .contents_area::before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        background: #525252;
        height: 1px;
        width: 16vw;
        bottom: 0;
    }

    .single_sns_bar {
        position: static;
        opacity: 1;
        visibility: visible;
        margin: 5vw 0 0vw;
    }

    .single_sns_bar ul {
        display: flex;
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flexbox;
        display: -moz-flexbox;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-flex;
        justify-content: center;
    }

    .single_sns_bar::after {
        display: none;
    }

    #page_article #side_menu .single_sns_bar ul li {
        border: none;
        margin: 0;
        width: 10vw;
    }

    .single_sns_bar::before {
        display: none;
    }

    /* 物件アーカイブ（SP） */

    #page_butkenArchive .table_wrap {
        overflow: scroll;
    }

    #page_butkenArchive .table {
        width: 1000px;
    }

    #page_butkenArchive .table li {
        font-size: 12px;
    }

    /* ページャー（SP） */

    .pager_item {
        display: table-cell;
        width: 8vw;
        line-height: 7.5vw;
        margin: 0 1vw;
        font-size: 3vw;
    }

    .pager_item:before {
        width: 3vw;
        height: 3vw;
    }

    .top_property {
        padding: 80px 0 0;
    }

    .top_property .title {
        margin-bottom: 20px;
    }

    .top_property .title .ja_title {
        font-size: 36px;
        margin-top: 5px;
    }

    .common_property_list ul {
        display: flex;
        overflow-x: scroll;
        gap: 0 1em;
        padding-bottom: 1em;
    }

    .common_property_list li {
        min-width: 70%;
        width: 70%;
    }

    .common_property_list li a .img {
        margin-bottom: 0.6em;
    }

    .common_property_list li a .text_box .name {
        font-size: 15px;
    }

    .common_property_list li a .text_box .price {
        font-size: 14px;
    }

    .common_property_list li a .text_box .detail .text {
        font-size: 13px;
    }

    .top_fv .medal_box {
        bottom: 44vw;
        left: 10vw;
        flex-wrap: wrap;
        justify-content: center;
        gap: 2vw;
    }
    
    .top_fv .medal_box .icon {
        width: 27vw;
    }

    .reserve_modal .modal-box {
        width: 90vw;
        height: fit-content;
        padding: 14vw 5vw;
        max-height: calc(100dvh - (60px + 10vw));
        overflow: scroll;
    }

    .reserve_modal .modal-box .modalClose {
        top: 2vw;
        right: 2vw;
        width: 8vw;
        aspect-ratio: 1;
    }

    .address_table {
        overflow: scroll;
    }

    .reserve_modal .common_cta_btn a {
        width: 100%;
    }

    #exit_popup .banner {
        width: 90vw;
    }
    
    .popup_modal .modal_content {
        max-width: 90vw;
    }    
        
        #close_popup {
        width: 8vw;
        font-size: 8vw;
        top: -2vw;
        right: -2vw;
        }
}