@charset "UTF-8";

:root {
    --main-color: #29ABE2;
    --sub-color: #ea6060;
}

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

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


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

.common_page_wrap {
    padding: 100px 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;
}

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

#breadcrumbs a:after {
    content: "";
    border-top: solid 1px #000;
    border-right: solid 1px #000;
    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%;
    border: none;
}


/* 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;
}

#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;
}


/* ------------------------------------------------------------------------------------------
↓↓↓↓↓ 追記 CSS ↓↓↓↓↓
------------------------------------------------------------------------------------------- */

body {
    -webkit-text-size-adjust: 100%;
    min-width: 1440px;
    font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
    font-weight: 600;
}

.font_hirakaku_std {
    font-family: "ヒラギノ角ゴ Std", "Hiragino Kaku Gothic Std", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
    font-weight: 800;
}

.font_bahnschrift {
    font-family: "bahnschrift", sans-serif;
    font-weight: 900;
    letter-spacing: 0;
}

main {
    overflow: hidden;
}

html {
    scroll-behavior: smooth;
}

html.is_open {
    overflow: hidden;
}

/* 共通部分 (pc) ------------------------------------------------------------------------------------------------------ */
span,
a {
    font-weight: inherit;
    display: inline-block;
}

p,
dt,
dd,
li,
a,
span,
h1,
h2,
h3 {
    text-align: justify;
    letter-spacing: 0.1em;
}

body figure {
    margin: 0;
}


.wrap {
    width: 1240px;
}

/* ホバーで少し透明になる共通クラス */
.common_hover_opacity {
    transition: opacity 0.3s ease 0s;
}

.common_hover_opacity:hover {
    opacity: 0.7;
}

/* サイドバーとメインコンテンツの共通親クラス (pc) */
.common_wrapper {
    padding-top: 80px;
    padding-bottom: 70px;
}

/* メインコンテンツの共通クラス (pc) */
.common_main {
    width: 77.4193548387%;
    padding-left: 80px;
}

/* 見出しの共通クラス (pc) */
.common_heading {
    width: 100%;
    height: 50px;
    background-color: #F2F2F2;
    font-size: 18px;
    padding-left: 25px;
    display: flex;
    align-items: center;
    line-height: 1;
    position: relative;
}

.common_heading::before {
    content: "";
    position: absolute;
    width: 5px;
    height: 100%;
    background-color: #29ABE2;
    left: 0;
    top: 0;
}

/* header (pc) ------------------------------------------------------------------------------------------------------ */
.header .header_top {
    background-color: #29ABE2;
    height: 60px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 20;
    min-width: 1440px;
}

.header .header_wrapper {
    height: 60px;
}

.header .header_wrapper.flex {
    align-items: center;
}

.header .header_home {
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #FFF;
    line-height: 1;
}

.header .header_home::before {
    content: "";
    background-image: url(/wp-content/themes/swell_child/image/common/icon_home.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 28px;
    aspect-ratio: 28/25;
    margin-bottom: 5px;
}

.header .header_form {
    width: 350px;
    aspect-ratio: 350/40;
    margin-left: 30px;
    position: relative;
}

.header .header_form::after {
    content: "";
    position: absolute;
    background-image: url(/wp-content/themes/swell_child/image/common/icon_search.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 20px;
    aspect-ratio: 1/1;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.header .header_form [type=search] {
    width: 100%;
    height: 100%;
    background-color: #FFF;
    border-radius: 20px;
    padding: 0 40px 0 20px;
    font-size: 14px;
}

.header .header_form [type=search]::-moz-placeholder {
    color: #CCC;
    font-size: 14px;
}

.header .header_form [type=search]::placeholder {
    color: #CCC;
    font-size: 14px;
}

.header .header_form [type=submit] {
    position: absolute;
    z-index: 10;
    width: 30px;
    height: 100%;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background-color: unset;
    border: unset;

}

.header .header_lead {
    font-size: 16px;
    color: #FFF;
    margin-left: 30px;
    line-height: 1;
}

.header .header_history,
.header .header_favorite {
    margin-left: auto;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #FFF;
    line-height: 1;
}

.header .header_history::before,
.header .header_favorite::before {
    content: "";
    background-image: url(/wp-content/themes/swell_child/image/common/icon_time.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 25px;
    aspect-ratio: 1/1;
    margin-right: 12px;
    margin-bottom: 2px;
}

.header .header_favorite {
    margin-left: 30px;
}

.header .header_favorite::before {
    background-image: url(/wp-content/themes/swell_child/image/common/icon_star.svg);
}

.header .header_middle {
    padding: 15px 0;
    margin-top: 60px;
}

.header .header_outer.flex {
    align-items: center;
}

.header .header_heading {
    font-size: 14px;
    color: #4D4D4D;
    line-height: 1;
    position: relative;
    padding-left: 65px;
}

.header .header_heading::before {
    content: "";
    position: absolute;
    background-image: url(/wp-content/themes/swell_child/image/common/icon_door.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 58px;
    aspect-ratio: 58/70;
    top: calc(50% - 3px);
    transform: translateY(-50%);
    left: 0;
}

.header .header_heading span {
    color: #FF6666;
    font-size: 45px;
    letter-spacing: 0.05em;
    margin-top: 5px;
}

.header .header_text {
    width: 540px;
    font-size: 14px;
    line-height: 1.7142857143;
    margin-left: 25px;
    color: #808080;
}

.header .header_info {
    margin-left: auto;
}

.header .header_tel {
    font-size: 35px;
    line-height: 1;
    color: #29ABE2;
    display: flex;
    align-items: center;
}

.header .header_tel::before {
    content: "";
    background-image: url(/wp-content/themes/swell_child/image/common/icon_tel.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 30px;
    aspect-ratio: 1/1;
    margin-right: 5px;
    margin-bottom: 2px;
}

.header .header_time {
    font-size: 14px;
    line-height: 1.7142857143;
    color: #808080;
}

.header .header_nav {
    height: 50px;
    background-color: #4D4D4D;
}

.header .header_nav .header_items {
    height: 50px;
}

.header .header_nav .header_items.flex {
    align-items: center;
    justify-content: center;
}

.header .header_nav .header_item {
    display: flex;
    align-items: center;
}

.header .header_nav .header_item::after {
    content: "";
    width: 1px;
    height: 20px;
    background-color: #FFF;
    margin: 0 30px 2px;
}

.header .header_nav .header_item:last-child::after {
    display: none;
}

.header .header_nav .header_item a {
    color: #FFF;
    padding: 10px;
    position: relative;
}

.header .header_nav .header_item a::after {
    content: "";
    position: absolute;
    width: calc(100% - 15px);
    height: 1px;
    background-color: #FFF;
    bottom: 12px;
    left: 50%;
    transform: translateX(-50%) scale(0);
    transition: transform 0.3s ease 0s;
    transform-origin: center left;
}

.header .header_nav .header_item a:hover::after {
    transform: translateX(-50%) scale(1);
}

.drawer_menu {
    display: none;
}

/* sidebar (pc) -------------------------------------------------------------------------------------------------------------------- */
.sidebar {
    width: 22.5806451613%;
}

.sidebar_form .form_contents {
    width: 100%;
    aspect-ratio: 280/120;
    background-color: #B3B3B3;
    margin-top: 20px;
    color: #FFF;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.sidebar_form .form_heading {
    font-size: 26px;
    display: flex;
    align-items: center;
}

.sidebar_form .form_heading::before {
    content: "";
    background-image: url(/wp-content/themes/swell_child/image/common/icon_form.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 37px;
    aspect-ratio: 37/35;
    margin-right: 13px;
}

.sidebar_form .form_text {
    font-size: 18px;
    margin-top: 5px;
}

.sidebar_toppics {
    margin-top: 40px;
}

.sidebar_toppics .toppics_item {
    color: #808080;
    padding: 21px 0 18px;
    border-bottom: 2px dotted #808080;
}

.sidebar_toppics .toppics_time {
    font-size: 18px;
    line-height: 1;
}

.sidebar_toppics .toppics_title {
    line-height: 1.5;
    margin-top: 5px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.sidebar_toppics .toppics_title span {
    background: linear-gradient(#808080, #808080);
    background-position: bottom left;
    background-size: 0 1px;
    background-repeat: no-repeat;
    text-decoration: none;
    display: inline;
    transition: background 0.5s ease 0s;
}

.sidebar_toppics .toppics_item:hover .toppics_title span {
    background-size: 100% 1px;
}

.sidebar_group {
    margin-top: 40px;
}

.sidebar_group .group_item {
    margin-top: 20px;
    width: 100%;
    aspect-ratio: 280/130;
    border: 3px solid #F2F2F2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #000;
    transition: border 0.3s ease 0s;
}

.sidebar_group .group_item:hover {
    border: 3px solid #29ABE2;
}

.sidebar_group .group_logo {
    width: 200px;
}

.sidebar_group .group_heading {
    font-size: 17px;
    margin-top: 15px;
    line-height: 1;
}

/* footer (pc) ------------------------------------------------------------------------------------------------------ */
.footer {
    background-color: #29ABE2;
    color: #FFF;
    padding: 60px 0 20px;
}

.footer .footer_text {
    background-color: rgba(255, 255, 255, 0.15);
    padding: 10px 20px;
    font-size: 16px;
    line-height: 1.75;
}

.footer .footer_wrapper {
    border-bottom: 1px solid #FFF;
    margin-top: 35px;
    padding-bottom: 35px;
}

.footer .footer_links {
    width: 230px;
}

.footer .footer_links:nth-child(1) {
    width: 190px;
}

.footer .footer_links:nth-child(2) {
    width: 200px;
}

.footer .footer_heading {
    font-size: 16px;
    border-bottom: 1px solid #FFF;
    padding-bottom: 10px;
    line-height: 1;
}

.footer .footer_items {
    margin-top: 20px;
}

.footer .footer_item a {
    color: #FFF;
    font-size: 16px;
    padding: 2px 0;
    position: relative;
}

.footer .footer_item a::after {
    content: "";
    position: absolute;
    background-color: #FFF;
    width: 100%;
    height: 1px;
    bottom: 4px;
    transform: scale(0);
    left: 0;
    transform-origin: center left;
    transition: transform 0.3s ease 0s;
}

.footer .footer_item a:hover::after {
    transform: scale(1);
}

.footer .footer_item a span {
    font-size: 10px;
    transform: translateY(-2px);
    margin-right: 5px;
}

.footer .footer_capy {
    text-align: center;
    font-size: 14px;
    margin-top: 20px;
}

/* top_fv (pc) -------------------------------------------------------------------------------------------------------------------- */
.top_fv {
    background-image: url(/wp-content/themes/swell_child/image/top/bg_fv.webp);
    background-size: cover;
    background-position: center center;
    padding: 95px 0 80px;
}

.top_fv .fv_head {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    position: relative;
}

.top_fv .fv_deco {
    position: absolute;
    background-image: url(/wp-content/themes/swell_child/image/top/deco_fv.svg);
    background-size: contain;
    background-repeat: no-repeat;
    top: -70px;
    right: 0;
    text-align: center;
    font-size: 23px;
    line-height: 1.3;
    width: 220px;
    aspect-ratio: 200/120;
    padding-top: 20px;
    padding-right: 10px;
    color: #666;
}

.top_fv .fv_deco span {
    color: #7AC943;
}

.top_fv .fv_area {
    width: 280px;
    aspect-ratio: 280/50;
    background-color: #FF6666;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    color: #FFF;
    line-height: 1;
    margin-left: 70px;
}

.top_fv .fv_heading {
    width: 800px;
    margin-top: 15px;
}

.top_fv .fv_wrapper {
    background-color: rgba(255, 255, 255, 0.7);
    height: 130px;
    margin-top: 30px;
}

.top_fv .fv_contents {
    height: 130px;
}

.top_fv .fv_contents.flex {
    align-items: center;
}

.top_fv .fv_items.flex {
    align-items: center;
    -moz-column-gap: 20px;
    column-gap: 20px;
}

.top_fv .fv_item {
    width: 180px;
    aspect-ratio: 180/100;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    text-align: center;
    color: #FFF;
    line-height: 1.3;
}

.top_fv .fv_item:nth-child(1) {
    background-color: #29ABE2;
}

.top_fv .fv_item:nth-child(2) {
    background-color: #7AC943;
}

.top_fv .fv_item:nth-child(3) {
    background-color: #FF6666;
}

.top_fv .fv_text {
    width: 600px;
    margin-left: auto;
}

/* top_search (pc) -------------------------------------------------------------------------------------------------------------------- */
.top_search .search_items {
    margin-top: 20px;
}

.top_search .search_items.flex_sb {
    row-gap: 20px;
}

.top_search .search_item {
    border: 5px solid #F2F2F2;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #4D4D4D;
    line-height: 1;
    padding-top: 5px;
    transition: border 0.3s ease 0s;
}

.top_search .search_item:hover {
    border: 5px solid #29ABE2;
}

.top_search .search_item span.color {
    font-size: 28px;
    color: #29ABE2;
    letter-spacing: 0;
    margin-right: 5px;
    padding-bottom: 5px;
}

.top_search .search_item:nth-child(1),
.top_search .search_item:nth-child(2) {
    width: 430px;
    aspect-ratio: 430/150;
    line-height: 1.2;
    font-size: 28px;
}

.top_search .search_item:nth-child(1) span.icon,
.top_search .search_item:nth-child(2) span.icon {
    display: flex;
    align-items: center;
}

.top_search .search_item:nth-child(1) span.icon::before,
.top_search .search_item:nth-child(2) span.icon::before {
    content: "";
    background-image: url(/wp-content/themes/swell_child/image/top/icon_map.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 80px;
    aspect-ratio: 1/1;
    margin-right: 30px;
}

.top_search .search_item:nth-child(1) span.flex,
.top_search .search_item:nth-child(2) span.flex {
    flex-direction: column;
}

.top_search .search_item:nth-child(1) span.color,
.top_search .search_item:nth-child(2) span.color {
    font-size: 35px;
}

.top_search .search_item:nth-child(2) span.icon::before {
    background-image: url(/wp-content/themes/swell_child/image/top/icon_train.svg);
}

.top_search .search_item:nth-child(3),
.top_search .search_item:nth-child(4),
.top_search .search_item:nth-child(5) {
    width: 280px;
    aspect-ratio: 280/100;
}

.top_search .search_item:nth-child(6),
.top_search .search_item:nth-child(7) {
    width: 430px;
    aspect-ratio: 430/100;
}

/* top_property (pc) -------------------------------------------------------------------------------------------------------------------- */
.top_property {
    margin-top: 40px;
}

.top_property .property_items {
    margin-top: 20px;
}

.top_property .property_items.flex_sb {
    row-gap: 20px;
}

.top_property .property_item.item {
    width: 430px;
    padding: 30px 30px 25px;
    border: 5px solid #F2F2F2;
}

.top_property .property_item.item .item_img {
    width: 100%;
    aspect-ratio: 370/260;
    overflow: hidden;
}

.top_property .property_item.item .item_img img {
    transition: transform 0.3s ease 0s;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.top_property .property_item.item.new {
    position: relative;
}

.top_property .property_item.item.new::before {
    content: "";
    position: absolute;
    background-image: url(/wp-content/themes/swell_child/image/top/icon_new.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 60px;
    aspect-ratio: 1/1;
    top: 10px;
    left: 10px;
    z-index: 10;
}

.top_property .property_item.item .item_title {
    color: #4D4D4D;
    font-size: 20px;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
}

.top_property .property_item.item .item_title::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #4D4D4D;
    bottom: 5px;
    left: 0;
    transform: scale(0);
    transition: transform 0.3s ease 0s;
    transform-origin: center left;
}

.top_property .property_item.item .item_lists {
    margin-top: 5px;
}

.top_property .property_item.item .item_list {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #666666;
}

.top_property .property_item.item .item_list::before {
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
    width: 25px;
    aspect-ratio: 1/1;
    margin-right: 15px;
}

.top_property .property_item.item .item_list:not(:first-child) {
    margin-top: 5px;
}

.top_property .property_item.item .item_list:nth-child(1)::before {
    background-image: url(/wp-content/themes/swell_child/image/top/icon_station.svg);
}

.top_property .property_item.item .item_list:nth-child(2)::before {
    background-image: url(/wp-content/themes/swell_child/image/top/icon_room.svg);
}

.top_property .property_item.item .item_list:nth-child(3) {
    color: #29ABE2;
}

.top_property .property_item.item .item_list:nth-child(3)::before {
    background-image: url(/wp-content/themes/swell_child/image/top/icon_price.svg);
}

.top_property .property_item.item:hover .item_img img {
    transform: scale(1.1);
}

.top_property .property_item.item:hover .item_title::after {
    transform: scale(1);
}

/* stores (pc) -------------------------------------------------------------------------------------------------------------------- */
#page_stores .stores .stores_contents {
    margin-top: 40px;
}

#page_stores .stores .stores_contents+.stores_contents {
    margin-top: 80px;
}

#page_stores .stores .stotes_heading {
    font-size: 21px;
    position: relative;
}

#page_stores .stores .stotes_heading::after {
    content: "";
    position: absolute;
    width: 50px;
    height: 3px;
    background-color: #29ABE2;
    bottom: -5px;
    left: 0;
}

#page_stores .stores .stores_text {
    font-size: 16px;
    margin-top: 25px;
}

#page_stores .stores .stores_info {
    margin-top: 20px;
}

#page_stores .stores .stores_links {
    margin-top: 20px;
    display: flex;
    -moz-column-gap: 20px;
    column-gap: 20px;
}

#page_stores .stores .store_link {
    background-color: #29ABE2;
    color: #FFF;
    font-size: 16px;
    padding: 5px 15px;
    border-radius: 5px;
    border: 1px solid #29ABE2;
    transition: color 0.3s, background 0.3s ease 0s;
}

#page_stores .stores .store_link:hover {
    background-color: #FFF;
    color: #29ABE2;
}

#page_stores .stores .stores_img {
    margin-top: 30px;
    width: 100%;
    aspect-ratio: 5/2;
}

#page_stores .stores .stores_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#page_stores .stores .stores_map {
    margin-top: 30px;
    width: 100%;
    aspect-ratio: 5/2;
}

#page_stores .stores .stores_map iframe {
    width: 100%;
    height: 100%;
}

/* page_info (pc) -------------------------------------------------------------------------------------------------------------------- */
#page_info .info .info_lead {
    font-size: 16px;
    margin-top: 20px;
}

#page_info .info .info_items {
    margin-top: 30px;
}

#page_info .info .info_item:not(:first-child) .info_heading {
    margin-top: 40px;
}

#page_info .info .info_heading {
    font-size: 18px;
    text-decoration: underline;
    text-underline-offset: 2px;
}

#page_info .info .info_text {
    font-size: 16px;
    line-height: 1.4;
    margin-top: 5px;
}

#page_info .info .info_link {
    background-color: #29ABE2;
    color: #FFF;
    font-size: 16px;
    padding: 5px 15px;
    border-radius: 5px;
    margin-top: 10px;
    border: 1px solid #29ABE2;
    transition: color 0.3s, background 0.3s ease 0s;
}

#page_info .info .info_link:hover {
    background-color: #FFF;
    color: #29ABE2;
}

.breadcrumb {
    padding: 1em 0;
    font-size: 80%;
}

.breadcrumb li+li {
    margin-left: 1em;
}

.breadcrumb li+li:before {
    content: "-";
    margin-right: 1em;
}

section.page_head {
    padding: 80px 0 0;
}

section.page_head p.common_heading_en {
    margin-right: 1em;
    font-size: 80%;
}

@media (max-width: 750px) {

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

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

    /* SP固定ページ 共通設定 */
    .common_page_wrap {
        padding: 20vw 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;
    }

    /* ------------------------------------------------------------------------------------------
    ↓↓↓↓↓ 追記 CSS ↓↓↓↓↓
    ------------------------------------------------------------------------------------------- */

    body {
        min-width: initial;
        padding-top: 0;
    }

    /* サイドバーとメインコンテンツの共通親クラス (sp) */
    .common_wrapper {
        padding: 40px 0;
        flex-direction: column-reverse;
    }

    /* メインコンテンツの共通クラス (sp) */
    .common_main {
        width: 100%;
        padding-left: 0;
    }

    /* 見出しの共通クラス (sp) */
    .common_heading {
        width: 100%;
        height: 40px;
        font-size: 16px;
        padding-left: 18px;
    }

    /* header (sp) ------------------------------------------------------------------------------------------------------ */
    .header .header_top {
        min-width: initial;
    }

    .header .header_home {
        font-size: 13px;
    }

    .header .header_history,
    .header .header_favorite {
        margin-left: 15px;
        flex-direction: column;
        font-size: 12px;
    }

    .header .header_history::before,
    .header .header_favorite::before {
        width: 25px;
        margin-right: 0;
        margin-bottom: 5px;
    }

    .header .header_favorite {
        margin-left: 11px;
    }

    .header .header_middle {
        padding: 15px 0;
    }

    .header .header_heading {
        padding-left: 60px;
        margin: 0 auto;
    }

    .header .header_heading::before {
        width: 45px;
    }

    .header .header_heading span {
        font-size: 36px;
    }

    .header .header_btn {
        width: 50px;
        aspect-ratio: 1/1;
        margin-left: auto;
        position: relative;
        background-color: unset;
        border: unset;
    }

    .header .header_btn span {
        position: absolute;
        width: 40px;
        height: 3px;
        background-color: #FFF;
        left: 50%;
        transform: translateX(-50%);
        transition: transform 0.3s ease 0s;
        border-radius: 5px;
    }

    .header .header_btn span:nth-child(1) {
        top: 12px;
    }

    .header .header_btn span:nth-child(2) {
        top: 24px;
    }

    .header .header_btn span:nth-child(3) {
        top: 36px;
    }

    .header .header_btn.is_open span:nth-child(1) {
        top: 24px;
        transform: translateX(-50%) rotate(135deg);
    }

    .header .header_btn.is_open span:nth-child(2) {
        display: none;
    }

    .header .header_btn.is_open span:nth-child(3) {
        top: 24px;
        transform: translateX(-50%) rotate(-135deg);
    }

    /* drawer_menu (sp) ------------------------------------------------------------------------------------------------------ */
    .drawer_menu {
        position: fixed;
        top: 60px;
        width: 100%;
        z-index: 20;
        display: none;
    }

    .drawer_menu .drawer_wrapper {
        height: calc(100vh - 60px);
        height: calc(100dvh - 60px);
        overflow: scroll;
    }

    .drawer_menu .drawer_wrapper::-webkit-scrollbar {
        display: none;
    }

    .drawer_menu .drawer_form_area {
        height: 60px;
        background-color: #29ABE2;
        padding-top: 10px;
    }

    .drawer_menu .drawer_form {
        width: 350px;
        height: 40px;
        position: relative;
        margin: 0 auto;
    }

    .drawer_menu .drawer_form::after {
        content: "";
        position: absolute;
        background-image: url(/wp-content/themes/swell_child/image/common/icon_search.svg);
        background-size: contain;
        background-repeat: no-repeat;
        width: 20px;
        aspect-ratio: 1/1;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
    }

    .drawer_menu .drawer_form [type=search] {
        width: 100%;
        height: 100%;
        background-color: #FFF;
        border-radius: 20px;
        padding: 0 40px 0 20px;
        font-size: 14px;
    }

    .drawer_menu .drawer_form [type=search]::-moz-placeholder {
        color: #CCC;
        font-size: 14px;
    }

    .drawer_menu .drawer_form [type=search]::placeholder {
        color: #CCC;
        font-size: 14px;
    }

    .drawer_menu .drawer_form [type=submit] {
        position: absolute;
        z-index: 10;
        width: 30px;
        height: 100%;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
    }

    .drawer_menu .drawer_menu_item a,
    .drawer_menu .drawer_menu_item .drawer_menu_head {
        height: 60px;
        width: 100%;
        border-top: 1px solid #FFF;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #29ABE2;
        color: #FFF;
        font-size: 16px;
        cursor: pointer;
    }

    .drawer_menu .drawer_menu_item:last-child {
        border-bottom: 1px solid #FFF;
    }

    .drawer_menu .drawer_menu_item .drawer_menu_head {
        position: relative;
    }

    .drawer_menu .drawer_menu_item .drawer_menu_head::after {
        content: "";
        border: 2px solid #FFF;
        border-left: none;
        border-bottom: none;
        transform: rotate(135deg);
        left: 5px;
        width: 10px;
        aspect-ratio: 1/1;
        margin: -8px 0 0 12px;
        transition: transform 0.2s ease 0s;
    }

    .drawer_menu .drawer_menu_item .drawer_menu_head.is_open::after {
        transform: translateY(5px) rotate(-45deg);
    }

    .drawer_menu .drawer_menu_holder {
        display: none;
    }

    .drawer_menu a.drawer_menu_link {
        background-color: #00b3ff;
    }

    .drawer_menu .drawer_menu_info {
        background-color: #29ABE2;
        color: #FFF;
        padding: 20px 0;
        border-bottom: 1px solid #FFF;
    }

    .drawer_menu .drawer_menu_code {
        font-size: 16px;
        text-align: center;
    }

    .drawer_menu .drawer_menu_address {
        font-size: 16px;
        text-align: center;
    }

    .drawer_menu .drawer_menu_tel {
        font-size: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 5px;
        color: #FFF;
    }

    .drawer_menu .drawer_menu_time {
        font-size: 14px;
        margin-top: -5px;
        text-align: center;
    }

    .drawer_menu .drawer_menu_copy {
        font-size: 14px;
        text-align: center;
        margin-top: 20px;
    }

    /* sidebar (sp) -------------------------------------------------------------------------------------------------------------------- */
    .sidebar {
        width: 100%;
        margin-top: 30px;
    }

    .sidebar_form .form_contents {
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
        aspect-ratio: initial;
        margin-top: 15px;
        padding: 15px 0;
    }

    .sidebar_toppics {
        margin-top: 30px;
    }

    .sidebar_toppics .toppics_item {
        width: 100%;
    }

    .sidebar_group {
        margin-top: 30px;
    }

    .sidebar_group .group_item {
        width: 100%;
        max-width: 400px;
        margin: 15px auto 0;
        aspect-ratio: initial;
        padding: 15px 0;
    }

    /* footer (sp) -------------------------------------------------------------------------------------------------------------------- */
    .footer {
        padding: 20px 0;
    }

    .footer .footer_capy {
        margin-top: 0;
    }

    /* top_fv (sp) -------------------------------------------------------------------------------------------------------------------- */
    .top_fv {
        padding: 80px 0 60px;
    }

    .top_fv .fv_head {
        width: -moz-fit-content;
        width: fit-content;
        margin: 0 auto;
        position: relative;
    }

    .top_fv .fv_deco {
        top: -60px;
        font-size: 16px;
        line-height: 1.2;
        width: 160px;
        padding-top: 18px;
    }

    .top_fv .fv_area {
        width: 190px;
        font-size: 18px;
        margin-left: 20px;
    }

    .top_fv .fv_heading {
        width: 95%;
        margin: 10px auto 0;
    }

    .top_fv .fv_wrapper {
        height: auto;
        margin-top: 30px;
        padding: 15px 0;
    }

    .top_fv .fv_contents {
        height: auto;
    }

    .top_fv .fv_contents.flex {
        align-items: center;
    }

    .top_fv .fv_items {
        width: 100%;
    }

    .top_fv .fv_items.flex {
        justify-content: center;
        -moz-column-gap: 15px;
        column-gap: 15px;
    }

    .top_fv .fv_item {
        width: 30%;
        max-width: 120px;
        aspect-ratio: 180/100;
        border-radius: 10px;
        font-size: 18px;
        line-height: 1.3;
    }

    .top_fv .fv_text {
        width: 100%;
        max-width: 450px;
        margin: 15px auto 0;
    }

    /* top_search (sp) -------------------------------------------------------------------------------------------------------------------- */
    .top_search .search_items {
        margin-top: 15px;
    }

    .top_search .search_items.flex_sb {
        row-gap: 10px;
    }

    .top_search .search_item {
        font-size: 16px;
    }

    .top_search .search_item span.color {
        font-size: 24px;
    }

    .top_search .search_item:nth-child(1),
    .top_search .search_item:nth-child(2) {
        width: 100%;
        max-width: 400px;
        padding: 15px 0;
        aspect-ratio: initial;
        margin: 0 auto;
        font-size: 24px;
    }

    .top_search .search_item:nth-child(1) span.icon::before,
    .top_search .search_item:nth-child(2) span.icon::before {
        width: 60px;
        margin-right: 20px;
    }

    .top_search .search_item:nth-child(1) span.color,
    .top_search .search_item:nth-child(2) span.color {
        font-size: 30px;
    }

    .top_search .search_item:nth-child(3),
    .top_search .search_item:nth-child(4),
    .top_search .search_item:nth-child(5),
    .top_search .search_item:nth-child(6),
    .top_search .search_item:nth-child(7) {
        width: 100%;
        padding: 15px 0;
        max-width: 400px;
        margin: 0 auto;
        aspect-ratio: initial;
    }

    /* top_property (sp) -------------------------------------------------------------------------------------------------------------------- */
    .top_property {
        margin-top: 30px;
    }

    .top_property .property_items {
        margin-top: 15px;
    }

    .top_property .property_items.flex_sb {
        row-gap: 15px;
    }

    .top_property .property_item.item {
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
        padding: 20px;
    }

    .top_property .property_item.item .item_lists {
        margin-top: 10px;
    }

    /* stores (sp) -------------------------------------------------------------------------------------------------------------------- */
    #page_stores .stores .stores_contents {
        margin-top: 30px;
    }

    #page_stores .stores .stores_contents+.stores_contents {
        margin-top: 50px;
    }

    #page_stores .stores .stotes_heading {
        font-size: 18px;
    }

    #page_stores .stores .stores_text {
        font-size: 14px;
    }

    #page_stores .stores .store_link {
        font-size: 14px;
    }

    #page_stores .stores .stores_img {
        margin: 20px auto 0;
        max-width: 450px;
        aspect-ratio: 5/3;
    }

    #page_stores .stores .stores_map {
        margin: 20px auto 0;
        max-width: 450px;
        aspect-ratio: 5/3;
    }

    /* page_info (sp) -------------------------------------------------------------------------------------------------------------------- */
    #page_info .info .info_lead {
        font-size: 14px;
    }

    #page_info .info .info_item:not(:first-child) .info_heading {
        margin-top: 30px;
    }

    #page_info .info .info_heading {
        font-size: 16px;
        text-underline-offset: 3px;
    }

    #page_info .info .info_text {
        font-size: 14px;
        margin-top: 10px;
    }

    #page_info .info .info_link {
        font-size: 14px;
    }
}

@media screen and (min-width: 751px) {
    .tel_events {
        pointer-events: none;
    }
}