@charset "UTF-8";

.common_lifestyle_page {
    padding: 80px 0 0;
}

.common_life_ttl {
    font-size: 1.4em;
    line-height: 1.4;
    font-weight: bold;
    letter-spacing: 0.08em;
    border-left: solid 8px #20618F;
    padding: .75em 1em;
    background: -webkit-linear-gradient(135deg, transparent 25%, rgba(5, 70, 95, 0.05) 25%, rgba(5, 70, 95, 0.05) 50%, transparent 50%, transparent 75%, rgba(5, 70, 95, 0.05) 75%, rgba(5, 70, 95, 0.05));
    background: linear-gradient(135deg, transparent 25%, rgba(5, 70, 95, 0.05) 25%, rgba(5, 70, 95, 0.05) 50%, transparent 50%, transparent 75%, rgba(5, 70, 95, 0.05) 75%, rgba(5, 70, 95, 0.05));
    background-size: 4px 4px;
}

.common_life_ttl_gr {
    font-size: 1.5em;
    letter-spacing: 0.08em;
    padding: 0 0.5em 0.5em;
    font-weight: bold;
    position: relative;
}

.common_life_ttl_gr::before {
    content: "";
    width: 100%;
    height: 2px;
    background: repeating-linear-gradient(90deg, #20618F 0%, #20618F 20%, rgba(6, 84, 114, 0.2) 90%, rgba(6, 84, 114, 0.2) 100%);
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    z-index: 0
}

.common_lifestyle_page .lifestyle_intro_sec {
    padding: 0 0 80px;
}

.common_lifestyle_page .lifestyle_intro_sec .block .common_life_ttl {
    margin-bottom: 30px;
}

.common_lifestyle_page .lifestyle_intro_sec .block .box {
    flex-wrap: nowrap;
    align-items: center;
}

.common_lifestyle_page .lifestyle_intro_sec .block .box .text_box .ttl {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: bold;
    letter-spacing: 0.05em;
}

.common_lifestyle_page .lifestyle_intro_sec .block .box .text_box .text {
    font-size: 16px;
    letter-spacing: 0.08em;
    line-height: 2;
}

.common_lifestyle_page .lifestyle_intro_sec .block .box .img {
    width: 40%;
    margin-left: 5%;
    flex-shrink: 0;
    line-height: 1;
}

.common_lifestyle_page .lifestyle_intro_sec .block .box .img img {
    width: 100%;
    vertical-align: bottom;
}

.common_lifestyle_page .common_lifestyle_search_sec {
    padding: 100px 0 100px;
    margin-bottom: 80px;
    background-color: #f2f2f2;
}

.common_lifestyle_page .common_lifestyle_search_sec .top_text {
    margin-bottom: 30px;
}

.common_lifestyle_page .common_lifestyle_search_sec .form_wrap {
    align-items: flex-end;
    margin: 0 0 70px;
}

.common_lifestyle_page .common_lifestyle_search_sec .form_wrap.center {
    gap: 70px;
}

.common_lifestyle_page .common_lifestyle_search_sec .search_area {
    margin: 0;
}

.common_lifestyle_page .common_lifestyle_search_sec .form_wrap select,
.common_lifestyle_page .common_lifestyle_search_sec .form_wrap input#sbox02 {
    width: 100%;
    height: 35px;
    border: none;
    background: #fff;
    box-shadow: 1px 1px 5px #ccc;
    padding: 0 10px;
}

.common_lifestyle_page .common_lifestyle_search_sec .form_wrap input#btnQuickSearch {
    width: 100%;
    height: 35px;
    background: #f6921e;
    border: none;
    color: #fff;
    border-radius: 5px;
    box-shadow: 1px 1px 2px #909090;
    cursor: pointer;
    text-align: center;
}

.common_lifestyle_page .common_lifestyle_search_sec .form_wrap .parts {
    position: relative;
    width: 21%;
}

.common_lifestyle_page .common_lifestyle_search_sec .form_wrap .parts .label {
    font-size: 16px;
    letter-spacing: 0.03em;
    margin: 0 0 15px;
}

.common_lifestyle_page .common_lifestyle_search_sec .form_wrap .parts:nth-child(2)::before,
.common_lifestyle_page .common_lifestyle_search_sec .form_wrap .parts:nth-child(2)::after {
    content: "×";
    position: absolute;
    font-size: 14px;
    bottom: 6px;
}

.common_lifestyle_page .common_lifestyle_search_sec .form_wrap .parts:nth-child(2)::before {
    left: -16%;
}

.common_lifestyle_page .common_lifestyle_search_sec .form_wrap .parts:nth-child(2)::after {
    right: -16%;
}

.common_lifestyle_page .common_lifestyle_info_sec+.common_lifestyle_info_sec {
    margin-top: 80px;
}

.common_lifestyle_page .common_lifestyle_info_sec .top_text {
    margin-bottom: 30px;
}

.common_lifestyle_page .common_lifestyle_info_sec .top_text .ttl {
    font-size: 28px;
    letter-spacing: 0.1rem;
    font-weight: 600;
    color: #20618F;
}

.common_lifestyle_page .common_lifestyle_info_sec .cont {
    align-items: center;
    flex-wrap: nowrap;
}

.common_lifestyle_page .common_lifestyle_info_sec .cont .text_box dl+dl {
    margin-top: 20px;
}

.common_lifestyle_page .common_lifestyle_info_sec .cont .text_box dl dt {
    font-size: 17px;
    margin-bottom: .5em;
}

.common_lifestyle_page .common_lifestyle_info_sec .cont .text_box dl dd {
    font-size: 13px;
    line-height: 2;
}

.common_lifestyle_page .common_lifestyle_info_sec:nth-child(even) .cont {
    flex-direction: row-reverse;
}

.common_lifestyle_page .common_lifestyle_info_sec:nth-child(even) .cont .img {
    margin-right: 5%;
}

.common_lifestyle_page .common_lifestyle_info_sec:nth-child(odd) .cont .img {
    margin-left: 5%;
}

.common_lifestyle_page .common_lifestyle_info_sec .cont .img {
    width: 40%;
    flex-shrink: 0;
    line-height: 1;
}

.common_lifestyle_page .common_lifestyle_info_sec .cont .img img {
    width: 100%;
    vertical-align: bottom;
}

.common_lifestyle_page .common_lifestyle_info_sec .cont .text_box .block+.block {
    margin-top: 30px;
}

.common_lifestyle_page .common_lifestyle_info_sec .cont .text_box .sub_ttl {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: bold;
    letter-spacing: 0.05em;
}

.common_lifestyle_page .common_lifestyle_info_sec .cont .text_box .text {
    font-size: 15px;
    letter-spacing: 0.08em;
    line-height: 2;
}

.common_lifestyle_page .lifestyle_search_sec {
    margin-top: 80px;
    margin-bottom: 80px;
}

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

.common_lifestyle_page .lifestyle_search_sec .search_cont .ttl {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: .05em;
    border-left: 5px solid #20618F;
    padding-left: 0.7em;
    line-height: 1.5;
    margin-bottom: 25px;
}

.common_lifestyle_page .lifestyle_search_sec .search_cont .area_cont .box {
    background-color: #f5f5f5;
    border-radius: 10px;
    padding: 20px 30px;
    line-height: 1.8;
    flex-wrap: nowrap;
}

.common_lifestyle_page .lifestyle_search_sec .search_cont .area_cont .box+.box {
    margin-top: 15px;
}

.common_lifestyle_page .lifestyle_search_sec .search_cont .area_cont .box .area_ttl {
    flex-shrink: 0;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.08em;
    width: 180px;
    margin-right: 25px;
}

.common_lifestyle_page .lifestyle_search_sec .search_cont .area_cont .box .area_list ul li {
    margin-right: 15px;
}

.common_lifestyle_page .lifestyle_search_sec .search_cont .area_cont .box .area_list ul li a {
    font-size: 15px;
    text-decoration: underline;
    letter-spacing: 0.05em;
}

.common_lifestyle_page .lifestyle_search_sec .search_cont .area_cont .box .area_list ul li a:hover {
    text-decoration: none;
}

.terms_price_sec .tab-area {
    display: flex;
    border: 2px solid #146CB4;
    color: #146CB4;
    cursor: pointer;
    /* カーソルポインターに */
}

.terms_price_sec .tab {
    width: calc(100%/4);
    padding: 10px;
    text-align: center;
    background-color: #fff;
}

.terms_price_sec .tab:nth-child(n+2) {
    border-left: 2px solid #146CB4;
}

.terms_price_sec .tab.active {
    background-color: #146CB4;
    color: #fff;
}

.terms_price_sec .panel {
    display: none;
    text-align: center;
    padding: 30px;
    background-color: #fff;
}

.terms_price_sec .panel.active {
    display: block;
}

.terms_price_sec .price_table_wrap {
    padding: 40px;
    background-color: #f4f4f4;
}

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

.terms_price_sec .price_table_wrap table a {
    text-decoration: underline;
    color: #20618f;
}

.terms_price_sec .price_table_wrap table th,
.terms_price_sec .price_table_wrap table td {
    padding: 10px 20px;
    text-align: left;
    border: 1px solid #ccc;
}

.terms_price_sec .price_table_wrap table th {
    background-color: #146CB4;
    color: #fff;
    text-align: center;
}

.terms_price_sec .price_table_wrap table .th01,
.terms_price_sec .price_table_wrap table .td01 {
    width: 30%;
}

.terms_price_sec .price_table_wrap table .td02 {
    width: 25%;
}

.terms_price_sec .price_table_wrap table .td03 {
    width: 45%;
    vertical-align: middle;
}

.terms_price_sec .price_table_wrap table .td03 .bar {
    display: block;
    background-color: #20618f;
    height: 10px;
}

.terms_price_sec .price_table_wrap .price_table_text {
    margin-top: 15px;
    color: #909090;
    text-align: right;
    font-size: 13px;
}


.terms_ranking_sec .terms_ranking_block {
    padding: 40px;
    background-color: #f4f4f4;
}

.terms_ranking_sec .terms_ranking_box {
    padding: 15px;
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    align-items: center;
}

.terms_ranking_sec .terms_ranking_box:last-child {
    border-bottom: none;
}

.terms_ranking_sec .terms_ranking_box .title {
    width: 15%;
    padding: 0 15px;
    text-align: center;
    margin: 0;
}

.terms_ranking_sec .terms_ranking_box .terms_ranking_list {
    width: 85%;
    align-items: center;
    counter-reset: count 0;
}

.terms_ranking_sec .terms_ranking_box .terms_ranking_list li {
    width: 20%;
    position: relative;
    padding-left: 40px;
    padding-right: 10px;
}

.terms_ranking_sec .terms_ranking_box .terms_ranking_list li a {
    text-decoration: underline;
    color: #20618f;
}

.terms_ranking_sec .terms_ranking_box .terms_ranking_list li::before {
    display: block;
    content: counter(count) "";
    counter-increment: count 1;
    width: 30px;
    line-height: 30px;
    height: 30px;
    background-color: #f3c237;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto 0;
}

.terms_ranking_sec .terms_ranking_box .terms_ranking_list li:nth-child(n + 4):before {
    background-color: #e4e4e4;
}

.terms_termlist_sec .terms_termlist_wrap {
    padding: 40px;
    background-color: #f4f4f4;
}

.terms_termlist_sec .terms_termlist {
    padding: 20px 20px 10px;
    background-color: #fff;
}

.terms_termlist_sec .terms_termlist li {
    margin: 0 20px 10px 0;
}

.terms_termlist_sec .terms_termlist li a {
    text-decoration: underline;
    color: #20618f;
}

.term_arrival {
    padding: 90px 0;
    margin: 90px 0 0;
    background-color: #f5f5f5;
}

.term_arrival.pb {
    padding: unset;
    margin: 55px 0 0;
    background-color: unset;
}

.common_lifestyle_page .term_arrival .top_text {
    margin-bottom: 45px;
}

.common_lifestyle_page .term_arrival .top_text .ttl {
    font-size: 22px;
    letter-spacing: .05em;
    font-weight: 700;
    line-height: 1.5;
    border-left: 5px solid #146CB4;
    padding-left: 0.5em;
}

.term_arrival_list {
    margin-top: 30px;
}

.term_arrival_list li {
    width: 24%;
    margin-right: 1.3%;
}

.term_arrival_list li:nth-child(4n) {
    margin-right: 0;
}

.term_arrival_list li:nth-child(n + 5) {
    margin-top: 1.5%;
}

.term_arrival_list li a {
    display: block;
    height: 100%;
    -webkit-box-shadow: 0 0 10px transparent;
    box-shadow: 0 0 10px transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #000;
    background-color: #fff;
    padding: 18px;
    position: relative;
}

.term_arrival_list li a .category {
    font-size: 12px;
    position: absolute;
    top: -10px;
    left: 0;
    display: inline-block;
    padding: 0 10px;
    line-height: 28px;
    text-align: center;
    letter-spacing: 0.04rem;
    font-weight: 600;
    background: #20618f;
    color: #ffffff;
    z-index: 1;
}

.term_arrival_list li a .category::before {
    display: block;
    position: absolute;
    content: "";
    right: -10px;
    width: 0;
    height: 0;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #20618F;
}

.term_arrival_list li a .image {
    height: 200px;
    overflow: hidden;
    position: relative;
}

.term_arrival_list li a .image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .5s;
}

.term_arrival_list li a:hover .image img {
    transform: scale(1.1);
}

.term_arrival_list li a .textBox {
    font-size: 12px;
}

.term_arrival_list li a .textBox .title {
    font-size: 16px;
    letter-spacing: 0.04rem;
    margin: 14px 0 0;
    /* padding: 0 0 12px;
    border-bottom: #ccc solid 1px; */
}

.term_arrival_list li a .textBox .priceBox {
    margin: 0 0 10px;
    font-weight: 600;
    font-size: 14px;
    align-items: center;
}

.term_arrival_list li a .textBox .priceBox .price {
    margin-right: 10px;
}

.term_arrival_list li a .textBox .priceBox .price span {
    color: #d62424;
    display: inline-block;
    margin-right: 5px;
    font-size: 18px;
}

.term_arrival_list li a .textBox .access {
    padding-left: 20px;
    background-image: url(/penguin/resources/image/niceroom/_common/heya_line.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 16px;
    margin: 0 0 5px;
}

.term_arrival_list li a .textBox .address {
    padding-left: 20px;
    background-image: url(/penguin/resources/image/niceroom/_common/heya_access.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 16px;
}

.term_arrival_list li a .textBox .text {
    padding: 13px 0 0;
    margin: 16px 0 0;
    border-top: 1px solid #ccc;
    letter-spacing: 0.02rem;
    text-align: justify;
    line-height: 1.6;
    color: #909090;
}

.term_arrival_text {
    margin: 15px 0 0;
    font-size: 14px;
    text-align: right;
}

.terms_intro_sec .cont .ttl {
    margin-bottom: 20px;
}

.terms_ranking_sec .terms_ranking_block.imazato .terms_ranking_list li {
    width: 20%;
}

.terms_data_sec .terms_data_table_wrap {
    margin: 0 0 30px;
}

.terms_data_sec .terms_data_table_wrap table {
    width: 48%;
    border-collapse: collapse;
}

.terms_data_sec .terms_data_table_wrap table th,
.terms_data_sec .terms_data_table_wrap table td {
    padding: 15px 20px;
    font-size: 15px;
    border: 1px solid #eee;
}

.terms_data_sec .terms_data_table_wrap table th {
    background-color: #f5f5f5;
}

.terms_data_sec .text_box {
    background-color: #f5f5f5;
    padding: 25px;
    align-items: center;
    font-size: 11px;
}

.terms_data_sec .text_box .kome {
    width: 48%;
    color: #474747;
    position: relative;
    padding-left: 17px;
}

.terms_data_sec .text_box .kome::before {
    display: block;
    content: "※";
    position: absolute;
    top: 0;
    left: 0;
}

.terms_data_sec .text_box .text {
    width: 48%;
}

.terms_data_sec .text_box .text a {
    word-break: break-all;
    color: #009FE8;
    text-decoration: underline;
}

.terms_data_sec .top_text {
    margin: 0 0 30px;
}

.common_life_ttl a {
    color: #251D1B;
    word-break: break-all;
}

.flex-sb {
    flex-wrap: wrap;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    justify-content: space-between;
}

.common_company_wrap {
    padding: 40px;
    border-radius: 30px;
    background-color: #fff;
    border: 20px solid #F2F3F3;
}

.common_company_wrap .title {
    font-size: 25px;
    letter-spacing: 0.1em;
    text-align: center;
    font-weight: bold;
    color: #20618F;
    margin: 0 0 25px;
}

.common_company_wrap .sub_title {
    background: #F6F9FA;
    padding: 10px 14px;
    border-left: solid 5px #20618F;
    background: -webkit-linear-gradient(135deg, transparent 25%, rgba(5, 70, 95, 0.05) 25%, rgba(5, 70, 95, 0.05) 50%, transparent 50%, transparent 75%, rgba(5, 70, 95, 0.05) 75%, rgba(5, 70, 95, 0.05));
    background: linear-gradient(135deg, transparent 25%, rgba(5, 70, 95, 0.05) 25%, rgba(5, 70, 95, 0.05) 50%, transparent 50%, transparent 75%, rgba(5, 70, 95, 0.05) 75%, rgba(5, 70, 95, 0.05));
    background-size: 4px 4px;
    margin: 0 0 15px;
    font-weight: bold;
    font-size: 17px;
    letter-spacing: 0.1em;
}

.common_company_wrap .text {
    font-size: 15px;
    text-align: justify;
    letter-spacing: 0.04em;
}

.common_company_wrap .image {
    width: 45%;
    position: relative;
    overflow: hidden;
}

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

.common_company_wrap .textBox {
    width: 51%;
}

.common_company_wrap .linkBox {
    padding: 15px;
    background-color: #F6F9FA;
    border-radius: 5px;
    margin: 20px 0 0;
}

.common_company_wrap .linkBox a {
    display: block;
    position: relative;
    font-size: 15px;
    color: #333;
    letter-spacing: 0.04em;
    padding-left: 18px;
    text-decoration: underline;
    transition: .3s;
}

.common_company_wrap .linkBox a+a {
    margin-top: 10px;
}

.common_company_wrap .linkBox a::before {
    display: block;
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #20618F;
    position: absolute;
    top: 9px;
    left: 0;
}

.common_company_wrap .linkBox a:hover {
    color: #20618F;
}


@media (max-width: 750px) {

    .common_lifestyle_page {
        padding: 9vw 0 0;
    }

    .common_life_ttl {
        font-size: 1.3em;
        border-left: solid 4px #20618F;
    }

    .common_life_ttl_gr {
        font-size: 1.3em;
    }

    .common_lifestyle_page .lifestyle_intro_sec {
        padding: 0 0 50px;
    }

    .common_lifestyle_page .lifestyle_intro_sec .block .common_life_ttl {
        margin-bottom: 20px;
    }

    .common_lifestyle_page .lifestyle_intro_sec .block .box {
        flex-direction: column-reverse;
    }

    .common_lifestyle_page .lifestyle_intro_sec .block .box .text_box {
        width: 100%;
    }

    .common_lifestyle_page .lifestyle_intro_sec .block .box .text_box .ttl {
        margin: 0 0 10px;
        font-size: 4.5vw;
    }

    .common_lifestyle_page .lifestyle_intro_sec .block .box .text_box .text {
        font-size: 3.5vw;
        line-height: 1.8;
    }

    .common_lifestyle_page .lifestyle_intro_sec .block .box .img {
        width: 100%;
        margin-left: 0;
        flex-shrink: 0;
        margin-bottom: 15px;
    }

    .common_lifestyle_page .common_lifestyle_search_sec {
        padding: 45px 0;
        margin-bottom: 50px;
    }

    .common_lifestyle_page .common_lifestyle_search_sec .top_text {
        margin-bottom: 30px;
    }

    .common_lifestyle_page .common_lifestyle_search_sec .top_text .ttl {
        font-size: 5vw;
    }

    .common_lifestyle_page .common_lifestyle_search_sec .form_wrap {
        align-items: flex-end;
        display: flex;
        justify-content: space-between;
        margin: 0 0 45px;
    }

    .common_lifestyle_page .common_lifestyle_search_sec .form_wrap.center {
        gap: 0 20px;
        justify-content: center;
    }

    .common_lifestyle_page .common_lifestyle_search_sec .form_wrap.center .parts:nth-child(2)::after {
        display: none;
    }

    .common_lifestyle_page .common_lifestyle_search_sec .form_wrap select,
    .common_lifestyle_page .common_lifestyle_search_sec .form_wrap input#sbox02 {
        width: 100%;
        height: 35px;
        padding: 0 2vw;
    }

    .common_lifestyle_page .common_lifestyle_search_sec .form_wrap input#btnQuickSearch {
        width: 100%;
        height: 45px;
    }

    .common_lifestyle_page .common_lifestyle_search_sec .form_wrap .parts {
        width: 30%;
    }

    .common_lifestyle_page .common_lifestyle_search_sec .form_wrap .parts.btn {
        width: 100%;
        margin-top: 40px;
    }

    .common_lifestyle_page .common_lifestyle_search_sec .form_wrap .parts .label {
        margin: 0 0 10px;
        font-size: 3.6vw;
    }

    .common_lifestyle_page .common_lifestyle_search_sec .form_wrap .parts:nth-child(2)::before,
    .common_lifestyle_page .common_lifestyle_search_sec .form_wrap .parts:nth-child(2)::after {
        font-size: 3.5vw;
        bottom: 6px;
    }

    .common_lifestyle_page .common_lifestyle_search_sec .form_wrap .parts:nth-child(2)::before {
        left: -14%;
    }

    .common_lifestyle_page .common_lifestyle_search_sec .form_wrap .parts:nth-child(2)::after {
        right: -14.5%;
    }

    .common_lifestyle_page .lifestyle_merit_sec {
        padding: 40px 0;
    }

    .common_lifestyle_page .lifestyle_demerit_sec {
        padding: 0 0 40px;
    }

    .common_lifestyle_page .common_lifestyle_info_sec+.common_lifestyle_info_sec {
        margin-top: 45px;
    }

    .common_lifestyle_page .common_lifestyle_info_sec .top_text {
        margin-bottom: 20px;
    }

    .common_lifestyle_page .common_lifestyle_info_sec .top_text .ttl {
        font-size: 5vw;
    }

    .common_lifestyle_page .common_lifestyle_info_sec .cont {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    .common_lifestyle_page .common_lifestyle_info_sec:nth-child(even) .cont {
        flex-direction: column-reverse;
    }

    .common_lifestyle_page .common_lifestyle_info_sec:nth-child(even) .cont .img {
        margin-right: 0;
    }

    .common_lifestyle_page .common_lifestyle_info_sec:nth-child(odd) .cont .img {
        margin-left: 0;
    }

    .common_lifestyle_page .common_lifestyle_info_sec .cont .img {
        width: 100%;
        margin-bottom: 15px;
        margin-left: 0;
    }

    .common_lifestyle_page .common_lifestyle_info_sec .cont .text_box .block+.block {
        margin-top: 40px;
    }

    .common_lifestyle_page .common_lifestyle_info_sec .cont .text_box .sub_ttl {
        margin: 0 0 10px;
        font-size: 4.5vw;
    }

    .common_lifestyle_page .common_lifestyle_info_sec .cont .text_box .text {
        font-size: 3.5vw;
        line-height: 1.8;
    }

    .common_lifestyle_page .lifestyle_search_sec {
        margin-top: 50px;
        margin-bottom: 50px;
    }

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

    .common_lifestyle_page .lifestyle_search_sec .search_cont .area_cont .box {
        border-radius: 8px;
        padding: 15px 3.5vw;
        line-height: 1.8;
        display: block;
    }

    .common_lifestyle_page .lifestyle_search_sec .search_cont .ttl {
        font-size: 4.6vw;
        margin: 0 0 20px;
    }

    .common_lifestyle_page .lifestyle_search_sec .search_cont .area_cont .box+.box {
        margin-top: 15px;
    }

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

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

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

    .common_lifestyle_page .lifestyle_search_sec .search_cont .area_cont .box .area_list ul li a:hover {
        text-decoration: underline;
    }

    .terms_price_sec .price_table_wrap {
        padding: 15px;
    }

    .terms_price_sec .tab {
        padding: 5px 10px;
        font-size: 12px;
    }

    .terms_price_sec .panel {
        padding: 15px;
    }

    .terms_price_sec .price_table_wrap table .th01,
    .terms_price_sec .price_table_wrap table .td01,
    .terms_price_sec .price_table_wrap table .td02 {
        width: 50%;
    }

    .terms_price_sec .price_table_wrap table .td03 {
        display: none;
    }

    .terms_price_sec .price_table_wrap table th,
    .terms_price_sec .price_table_wrap table td {
        padding: 7px 10px;
        font-size: 12px;
    }

    .terms_price_sec .price_table_wrap .price_table_text {
        margin-top: 7px;
        font-size: 11px;
    }

    .terms_ranking_sec .terms_ranking_box .title {
        width: 100%;
        font-size: 4.5vw;
    }

    .terms_ranking_sec .terms_ranking_box .terms_ranking_list {
        display: block;
        width: 100%;
    }

    .terms_ranking_sec .terms_ranking_block.imazato .terms_ranking_list li {
        width: 100%;
        padding: 3vw 2vw 3vw 11vw;
        font-size: 4vw;
    }

    .terms_ranking_sec .terms_ranking_box .terms_ranking_list li::before {
        width: 7vw;
        height: 7vw;
        line-height: 7vw;
    }

    .terms_ranking_sec .terms_ranking_block {
        padding: 5vw;
    }

    .terms_termlist_sec .terms_termlist_wrap {
        padding: 4vw;
    }

    .terms_termlist_sec .terms_termlist li {
        font-size: 4vw;
    }

    .term_arrival {
        padding: 13vw 0;
        margin: 13vw 0;
    }

    .term_arrival.pb {
        margin: 13vw 0 0;
    }

    .common_lifestyle_page .term_arrival .top_text {
        margin-bottom: 3vw;
    }

    .common_lifestyle_page .term_arrival .top_text .ttl {
        font-size: 4.5vw;
        border-left: 3px solid #146CB4;
    }

    .page_listings .top_search .search_btn {
        margin-bottom: 8vw;
    }

    .term_arrival_list {
        margin-top: 25px;
        justify-content: space-between;
    }

    .term_arrival_list li {
        margin-right: 0;
        width: 48%;
    }

    .term_arrival_list li:nth-child(n + 3) {
        margin-top: 7%;
    }

    .term_arrival_list li a {
        padding: 3vw;
    }

    .term_arrival_list li a .category {
        font-size: 3.2vw;
        top: -3vw;
        padding: 5px 10px;
        line-height: 1;
    }

    .term_arrival_list li a .category::before {
        right: -3vw;
        top: 0;
        border-right: 3vw solid transparent;
        border-bottom: 3vw solid #0c5f0c;
    }

    .term_arrival_list li a .image {
        height: 30vw;
    }

    .term_arrival_list li a .textBox .title {
        font-size: 3.6vw;
        letter-spacing: 0.02rem;
        margin: 3vw 0 0;
        /* padding: 0 0 2.5vw; */
    }

    .term_arrival_list li a .textBox .priceBox {
        margin: 0 0 1.5vw;
        font-size: 3.4vw;
    }

    .term_arrival_list li a .textBox .priceBox .price {
        margin-right: 1.5vw;
    }

    .term_arrival_list li a .textBox .priceBox .price span {
        margin-right: 1vw;
        font-size: 4vw;
    }

    .term_arrival_list li a .textBox {
        font-size: 3.4vw;
    }

    .term_arrival_list li a .textBox .access {
        margin: 0 0 1vw;
    }

    .term_arrival_list li a .textBox .text {
        padding: 2.5vw 0 0;
        margin: 2.5vw 0 0;
        letter-spacing: 0;
        line-height: 1.5;
    }

    .term_arrival_text {
        margin: 4vw 0 0;
        font-size: 3.4vw;
    }

    .property_box li a .text_box {
        flex-grow: unset;
    }

    .terms_data_sec .terms_data_table_wrap {
        margin: 0;
        display: block;
        width: 100%;
    }

    .terms_data_sec .terms_data_table_wrap table {
        width: 100%;
        margin: 0 0 6vw;
    }

    .terms_data_sec .terms_data_table_wrap table th,
    .terms_data_sec .terms_data_table_wrap table td {
        padding: 3.5vw;
        font-size: 3.4vw;
    }

    .terms_data_sec .text_box {
        padding: 4.5vw;
    }

    .terms_data_sec .text_box .kome {
        width: 100%;
        margin: 0 0 2.5vw;
        font-size: 3.4vw;
    }

    .terms_data_sec .text_box .text {
        width: 100%;
        font-size: 3.4vw;
    }

    .common_company_wrap {
        padding: 5vw;
        border-radius: 12px;
        border: 10px solid #F2F3F3;
    }

    .common_company_wrap .title {
        font-size: 4.5vw;
        letter-spacing: 0.06em;
        margin: 0 0 4vw;
    }

    .common_company_wrap .image {
        width: 100%;
        height: 45vw;
    }

    .common_company_wrap .textBox {
        width: 100%;
    }

    .common_company_wrap .sub_title {
        padding: 2vw 3vw;
        margin: 5vw 0 3vw;
        font-size: 3.8vw;
        letter-spacing: 0.06em;
    }

    .common_company_wrap .text {
        font-size: 3.6vw;
        text-align: justify;
        letter-spacing: 0.02em;
        height: 175px;
        overflow-y: scroll;
    }

    .common_company_wrap .linkBox {
        padding: 2vw 3vw;
        margin: 4vw 0 0;
    }

    .common_company_wrap .linkBox a {
        font-size: 3.6vw;
        padding-left: 4.5vw;
    }

    .common_company_wrap .linkBox a+a {
        margin-top: 1.5vw;
    }

    .common_company_wrap .linkBox a::before {
        width: 2.2vw;
        height: 2.2vw;
        top: 1.7vw;
    }



}