@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&family=Pacifico&display=swap");

@font-face {
    font-family: "Spartan";
    src: url("../fonts/Spartan-Bold.ttf") format("TrueType");
    font-weight: bold;
}

@font-face {
    font-family: "Spartan";
    src: url("../fonts/Spartan-Medium.ttf") format("TrueType");
    font-weight: 500;
}

@font-face {
    font-family: "Spartan";
    src: url("../fonts/Spartan-Regular.ttf") format("TrueType");
}

.f_spa {
    font-family: "Spartan", sans-serif;
}

.f_pac {
    font-family: "Pacifico", cursive;
}

html,
button,
input,
select,
textarea,
body>* {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    line-height: 1.7;
    overflow-wrap: normal;
    color: #000000;
}

body {
    color: #000000;
    font-size: 16px;
    line-height: 1.7;
    margin: 0px;
    background-color: #FFFFFF;
    font-family: "Noto Sans JP", sans-serif;
}

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

.wrap02 {
    width: 1240px;
    margin: 0 auto;
}

.common_modal_shop_list .cont {
    width: 1000px;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #707070;
    padding: 50px 80px;
}

.common_modal_shop_list .cont .ttl {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0.08em;
    margin-bottom: 20px;
}

.common_modal_shop_list .cont .list ul li {
    width: 100%;
}

.common_modal_shop_list .cont .list ul li+li {
    margin-top: 15px;
}

.common_modal_shop_list .cont .list ul li a {
    width: 100%;
    border-radius: 5px;
    background-color: #84BF41;
    color: #fff;
    align-items: center;
    padding: 15px 5%;
}

.common_modal_shop_list .cont .list ul li a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%) rotate(45deg);
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    width: 10px;
    aspect-ratio: 1/1;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}

.common_modal_shop_list .cont .list ul li a .icon {
    width: 30px;
    line-height: 1;
    margin-right: 40px;
}

.common_modal_shop_list .cont .list ul li a .icon img {
    width: 100%;
}

.common_modal_shop_list .cont .list ul li a .text {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.08em;
    line-height: 1;
}

#main_header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    padding: 10px 110px 17px 100px;
    background-color: #fff;
}

#main_header .inner {
    width: 100%;
}

#main_header .inner .cont {
    align-items: center;
    flex-wrap: nowrap;
}

#main_header .inner .cont .logo_block a {
    flex-wrap: nowrap;
    align-items: center;
}

#main_header .inner .cont .logo_block a .logo {
    width: 260px;
    line-height: 1;
    margin-right: 15px;
}

#main_header .inner .cont .logo_block a .logo img {
    width: 100%;
}

#main_header .inner .cont .logo_block a .icon {
    width: 60px;
    line-height: 1;
}

#main_header .inner .cont .logo_block a .icon img {
    width: 100%;
}

#main_header .inner .cont .link_cont {
    margin-left: auto;
}

#main_header .inner .cont .link_cont .shop_list {
    margin-bottom: 20px;
}

#main_header .inner .cont .link_cont .shop_list ul {
    gap: 0 5px;
}

#main_header .inner .cont .link_cont .shop_list ul li:first-child a {
    background-color: #84BF41;
}

#main_header .inner .cont .link_cont .shop_list ul li:nth-child(2) a {
    background-color: #E19934;
}

#main_header .inner .cont .link_cont .shop_list ul li:nth-child(3) a {
    background-color: #84BF41;
}

#main_header .inner .cont .link_cont .shop_list ul li a {
    flex-wrap: nowrap;
    padding: 9px 15px;
    border-radius: 5px;
    align-items: center;
    color: #fff;
}

#main_header .inner .cont .link_cont .shop_list ul li a .icon {
    width: 17px;
    line-height: 1;
    margin-right: 7px;
}

#main_header .inner .cont .link_cont .shop_list ul li a .icon img {
    width: 100%;
}

#main_header .inner .cont .link_cont .shop_list ul li a .shop {
    font-size: 13px;
    font-weight: 500;
    margin-right: 17px;
    letter-spacing: 0.05em;
    line-height: 1;
}

#main_header .inner .cont .link_cont .shop_list ul li a .num {
    font-size: 15px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.03em;
    padding-top: 0.25em;
}

#main_header .inner .cont .link_cont .link_list {
    padding-right: 20px;
}

#main_header .inner .cont .link_cont .link_list ul {
    justify-content: flex-end;
    gap: 0 20px;
}

#main_header .inner .cont .link_cont .link_list ul li {
    line-height: 1;
}

#main_header .inner .cont .link_cont .link_list ul li+li {
    padding-left: 20px;
    border-left: 1px solid #D3D3D3;
}

#main_header .inner .cont .link_cont .link_list ul li a {
    line-height: 1;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.05em;
    color: #000000;
}

#site_header_menu_btn {
    position: fixed;
    top: 0;
    right: 0;
    width: 100px;
    aspect-ratio: 1/1;
    align-items: center;
    justify-content: center;
    background-color: #84BF41;
    cursor: pointer;
    z-index: 10001;
    border-radius: 0 0 0 5px;
}

#site_header_menu_btn.active .hum_box .border:nth-child(1) {
    top: 50%;
    transform: translateY(-50%) rotate(315deg);
}

#site_header_menu_btn.active .hum_box .border:nth-child(2) {
    top: 50%;
    transform: translateY(-50%) rotate(-315deg);
}

#site_header_menu_btn.active .hum_box .border:nth-child(3) {
    top: 50%;
    bottom: auto;
    transform: translateY(-50%) rotate(-315deg);
}

#site_header_menu_btn .hum_box {
    width: 40px;
    aspect-ratio: 5/4;
    margin: 0 auto 14px;
}

#site_header_menu_btn .hum_box .border {
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #fff;
    border-radius: 100vmax;
    transition: 0.3s;
}

#site_header_menu_btn .hum_box .border:nth-child(1) {
    top: 0;
}

#site_header_menu_btn .hum_box .border:nth-child(2) {
    top: 50%;
    transform: translateY(-50%);
}

#site_header_menu_btn .hum_box .border:nth-child(3) {
    bottom: 0;
}

#site_header_menu_btn .label {
    line-height: 1;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

#site_header_menu_cont {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    transform: translateX(100%);
    transition-duration: 0.5s;
    z-index: 10000;
    overflow-y: scroll;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
}

#site_header_menu_cont.active {
    transform: translateX(0);
}

#site_header_menu_cont .cont {
    width: 100%;
    flex-wrap: nowrap;
}

#site_header_menu_cont .cont .company_text_block {
    flex-shrink: 0;
    width: 40%;
    margin-right: 5%;
}

#site_header_menu_cont .cont .company_text_block .logo_block {
    margin-bottom: 30px;
}

#site_header_menu_cont .cont .company_text_block .logo_block a {
    flex-wrap: nowrap;
    align-items: center;
}

#site_header_menu_cont .cont .company_text_block .logo_block a .logo {
    width: 260px;
    line-height: 1;
    margin-right: 15px;
}

#site_header_menu_cont .cont .company_text_block .logo_block a .logo img {
    width: 100%;
}

#site_header_menu_cont .cont .company_text_block .logo_block a .icon {
    width: 60px;
    line-height: 1;
}

#site_header_menu_cont .cont .company_text_block .logo_block a .icon img {
    width: 100%;
}

#site_header_menu_cont .cont .company_text_block .shop_list .shop_box+.shop_box {
    margin-top: 25px;
}

#site_header_menu_cont .cont .company_text_block .shop_list .shop_box .name {
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0.08em;
    margin-bottom: 10px;
}

#site_header_menu_cont .cont .company_text_block .shop_list .shop_box .data_box {
    flex-wrap: nowrap;
    align-items: baseline;
}

#site_header_menu_cont .cont .company_text_block .shop_list .shop_box .data_box+.data_box {
    margin-top: 12px;
}

#site_header_menu_cont .cont .company_text_block .shop_list .shop_box .data_box .label {
    flex-shrink: 0;
    width: 45px;
    line-height: 22px;
    text-align: center;
    font-size: 12px;
    letter-spacing: 0.03em;
    color: #fff;
    background-color: #84BF41;
    font-weight: 500;
    margin-right: 16px;
}

#site_header_menu_cont .cont .company_text_block .shop_list .shop_box .data_box .data {
    font-size: 13px;
    letter-spacing: 0.05em;
    line-height: 1.7;
}

#site_header_menu_cont .cont .link_block {
    width: 100%;
}

#site_header_menu_cont .cont .link_block .block+.block {
    margin-top: 30px;
}

#site_header_menu_cont .cont .link_block .block .label {
    font-size: 18px;
    font-weight: bold;
    padding-left: 15px;
    border-left: 3px solid #84BF41;
    margin-bottom: 20px;
    line-height: 1;
}

#site_header_menu_cont .cont .link_block .block .list ul {
    gap: 15px 20px;
}

#site_header_menu_cont .cont .link_block .block .list ul li {
    line-height: 1;
}

#site_header_menu_cont .cont .link_block .block .list ul li a {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.08em;
    line-height: 1;
    color: #000;
}

#site_header_menu_cont .cont .link_block .block .logo_list ul {
    gap: 0 25px;
    align-items: center;
}

#site_header_menu_cont .cont .link_block .block .logo_list ul li {
    width: 100px;
}

#site_header_menu_cont .cont .link_block .block .logo_list ul li a {
    display: block;
    width: 100%;
    line-height: 1;
}

#site_header_menu_cont .cont .link_block .block .logo_list ul li a img {
    width: 100%;
}

.side_sns_link_block {
    position: fixed;
    top: 100px;
    left: 0;
    z-index: 9999;
    width: 100px;
    bottom: 0;
}

.side_sns_link_block .inner {
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.side_sns_link_block .inner .link_list {
    margin-bottom: 22px;
}

.side_sns_link_block .inner .link_list ul li {
    width: 22px;
}

.side_sns_link_block .inner .link_list ul li+li {
    margin-top: 23px;
}

.side_sns_link_block .inner .link_list ul li a {
    display: block;
    width: 100%;
    line-height: 1;
}

.side_sns_link_block .inner .link_list ul li a img {
    width: 100%;
}

.side_sns_link_block .inner .text_box::before {
    content: "";
    display: block;
    width: 1px;
    height: 35px;
    background-color: #707070;
    margin: 0 auto 19px;
}

.side_sns_link_block .inner .text_box .text {
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -o-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 1;
}

.side_contents_link_block {
    position: fixed;
    top: 100px;
    right: 0;
    z-index: 9999;
    width: 100px;
    bottom: 0;
}

.side_contents_link_block .inner {
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.side_contents_link_block .inner ul li {
    width: 79px;
}

.side_contents_link_block .inner ul li+li {
    margin-top: 20px;
}

.side_contents_link_block .inner ul li.reserve a {
    background-image: url(../image/shop_img_miyazaki.jpg);
}

.side_contents_link_block .inner ul li.search a {
    background-image: url(../image/side_img_search.jpg);
}

.side_contents_link_block .inner ul li.history a {
    background-image: url(../image/side_img_history.jpg);
}

.side_contents_link_block .inner ul li.favorite a {
    background-image: url(../image/side_img_favorite.jpg);
}

.side_contents_link_block .inner ul li.contact a {
    background-image: url(../image/side_img_contact.jpg);
}

.side_contents_link_block .inner ul li a {
    position: relative;
    width: 100%;
    aspect-ratio: 1/1;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    flex-wrap: nowrap;
    flex-direction: column;
    color: #fff;
}

.side_contents_link_block .inner ul li a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.45);
}

.side_contents_link_block .inner ul li a>* {
    z-index: 1;
    position: relative;
}

.side_contents_link_block .inner ul li a .icon {
    width: 25px;
    aspect-ratio: 1/1;
    margin: 0 auto 2px;
}

.side_contents_link_block .inner ul li a .icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.side_contents_link_block .inner ul li a .text {
    text-align: center;
    font-size: 10px;
    letter-spacing: 0.05em;
    line-height: 1;
    font-weight: bold;
}

#top_fv_sec {
    margin-bottom: 80px;
}

#top_fv_sec .inner {
    width: 100%;
    padding: 170px 0 130px;
    border-radius: 5px;
}

#top_fv_sec .inner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 5px;
}

#top_fv_sec .slider_wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

#top_fv_sec .slider_wrap .top_fv_slider {
    height: 100%;
}

#top_fv_sec .slider_wrap .top_fv_slider .slick-list {
    height: 100%;
}

#top_fv_sec .slider_wrap .top_fv_slider .slick-track {
    height: 100%;
}

#top_fv_sec .slider_wrap .top_fv_slider li {
    height: 100%;
}

#top_fv_sec .slider_wrap .top_fv_slider li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#top_fv_sec .inner .main_text_box {
    margin-bottom: 55px;
    text-align: center;
    color: #fff;
    position: relative;
    z-index: 1;
}

#top_fv_sec .inner .main_text_box .en_text {
    font-size: 35px;
    line-height: 1;
    letter-spacing: 0.08em;
    margin-bottom: 25px;
}

#top_fv_sec .inner .main_text_box .ttl {
    font-size: 35px;
    letter-spacing: 0.08em;
    line-height: 1;
    font-weight: 500;
    margin-bottom: 23px;
}

#top_fv_sec .inner .main_text_box .text {
    font-size: 20px;
    letter-spacing: 0.08em;
}

#top_fv_sec .inner .works_list {
    position: relative;
    z-index: 1;
}

#top_fv_sec .inner .works_list ul {
    justify-content: center;
    align-items: center;
    gap: 10px 21px;
    width: 840px;
    margin: 0 auto;
}

#top_fv_sec .inner .works_list ul li {
    align-items: center;
}

#top_fv_sec .inner .works_list ul li::before,
#top_fv_sec .inner .works_list ul li:after {
    content: "";
    display: block;
    width: 25px;
    aspect-ratio: 1/2;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

#top_fv_sec .inner .works_list ul li::before {
    background-image: url(../image/flame_text_left.svg);
    margin-right: 10px;
}

#top_fv_sec .inner .works_list ul li::after {
    background-image: url(../image/flame_text_right.svg);
    margin-left: 10px;
}

#top_fv_sec .inner .works_list ul li .text_box {
    margin-right: 10px;
}

#top_fv_sec .inner .works_list ul li .text_box .text {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    line-height: 1.4;
    letter-spacing: 0.03em;
}

#top_fv_sec .inner .works_list ul li .text_box .text .small {
    font-size: 18px;
}

#top_fv_sec .inner .works_list ul li .num_box .num_text {
    font-size: 34px;
    line-height: 1;
    color: #fff;
}

#top_fv_sec .inner .works_list ul li .num_box .num_text .num {
    font-size: 52px;
    color: #FDF130;
    font-weight: bold;
    padding-top: 0.25em;
    display: inline-block;
}

.common_ttl_box.center {
    text-align: center;
}

.common_ttl_box .en_ttl {
    font-size: 20px;
    font-weight: 500;
    color: #84BF41;
    letter-spacing: 0.05em;
    margin-bottom: 8px;
    line-height: 1;
}

.common_ttl_box .ttl {
    font-size: 30px;
    letter-spacing: 0.08em;
    line-height: 1.4;
    font-weight: bold;
}

#top_news_sec {
    margin-bottom: 115px;
}

#top_news_sec .common_ttl_box {
    margin-bottom: 35px;
}

#top_news_sec .news_block {
    display: flex;
    justify-content: center;
    gap: 30px;
}

#top_news_sec .news_block .news_box {
    width: 50%;
}

#top_news_sec .news_block .news_box:nth-child(odd) {
    padding-right: 30px;
}

#top_news_sec .news_block .news_box:nth-child(even) {
    padding-left: 30px;
    border-left: 1px dashed #84BF41;
}

#top_news_sec .news_block .news_box .ttl_box {
    align-items: center;
    padding-bottom: 9px;
    border-bottom: 1px solid #B7B7B7;
    padding-right: 20px;
}

#top_news_sec .news_block .news_box .ttl_box .ttl {
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1;
}

#top_news_sec .news_block .news_box .ttl_box .link {
    color: #000000;
    margin-left: auto;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.08em;
    align-items: center;
}

#top_news_sec .news_block .news_box .ttl_box .link::after {
    content: "";
    display: block;
    width: 10px;
    aspect-ratio: 1/1;
    border-top: 2px solid #000000;
    border-right: 2px solid #000000;
    margin-left: 15px;
    transform: rotate(45deg);
}

#top_news_sec .news_block .news_box .list .penguin_blog_parts .penguin_blog_parts_link {
    display: block;
    padding: 11px 0;
    border-bottom: 1px dashed #D0D0D0;
    color: #000000;
}

#top_news_sec .news_block .news_box .list .penguin_blog_parts .penguin_blog_parts_link .penguin_blog_parts_img_box {
    display: none;
}

#top_news_sec .news_block .news_box .list .penguin_blog_parts .penguin_blog_parts_link .penguin_blog_parts_text_box {
    display: flex;
}

#top_news_sec .news_block .news_box .list .penguin_blog_parts .penguin_blog_parts_link .penguin_blog_parts_text_box .penguin_blog_parts_date {
    flex-shrink: 0;
    font-family: "Spartan", sans-serif;
    font-size: 14px;
    line-height: 1;
    margin-right: 15px;
    font-weight: 500;
    padding-top: 0.25em;
}

#top_news_sec .news_block .news_box .list .penguin_blog_parts .penguin_blog_parts_link .penguin_blog_parts_text_box .penguin_blog_parts_ttl {
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.08em;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

#top_news_sec .news_block .news_box .list .penguin_blog_parts .penguin_blog_parts_link .penguin_blog_parts_text_box .penguin_blog_parts_text {
    display: none;
}

#top_news_sec .common_btn.mt {
    margin: 40px auto 0;
}

.modaal-wrapper {
    z-index: 10002 !important;
}

.modaal-overlay {
    z-index: 10001 !important;
}

#top_search_sec {
    margin-bottom: 105px;
    padding-bottom: 70px;
}

#top_search_sec::before {
    content: "";
    position: absolute;
    top: 35px;
    left: 0;
    width: 100%;
    bottom: 0;
    background-color: #F3F3F3;
}

#top_search_sec>* {
    position: relative;
    z-index: 1;
}

#top_search_sec .label_wrap {
    text-align: center;
    margin-bottom: 57px;
}

#top_search_sec .label_wrap .label {
    display: inline-block;
    padding: 25px 45px;
    background-color: #EA8C23;
    color: #fff;
    font-size: 23px;
    font-weight: bold;
    letter-spacing: 0.08em;
    border-radius: 5px;
}

#top_search_sec .label_wrap .label::before {
    content: "";
    position: absolute;
    bottom: -13px;
    left: 50%;
    width: 45px;
    height: 18px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    background-color: #EA8C23;
    z-index: 1;
}

#top_search_sec .list ul {
    justify-content: center;
    gap: 0 35px;
}

#top_search_sec .list ul li {
    width: 264px;
}

#top_search_sec .list ul li a {
    display: block;
    width: 100%;
    border: 4px solid #DEDEDE;
    border-radius: 5px;
}

#top_search_sec .list ul li a .map_cont {
    width: 100%;
    padding: 19px 0 12px;
    background-color: #fff;
}

#top_search_sec .list ul li a .map_cont .map_img {
    width: 160px;
    aspect-ratio: 1/1;
    margin: 0 auto 7px;
}

#top_search_sec .list ul li a .map_cont .map_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#top_search_sec .list ul li a .map_cont .area_text {
    text-align: center;
    font-size: 21px;
    font-weight: bold;
    letter-spacing: 0.08em;
    color: #EA8C23;
}

#top_search_sec .list ul li a .text_box {
    background-color: #F3F3F3;
    padding: 15px 0;
    text-align: center;
    border-top: 4px solid #DEDEDE;
}

#top_search_sec .list ul li a .text_box::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%) rotate(45deg);
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    width: 10px;
    aspect-ratio: 1/1;
    border-top: 2px solid #000000;
    border-right: 2px solid #000000;
}

#top_search_sec .list ul li a .text_box .text {
    font-size: 21px;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1;
    color: #000000;
}

.modaal-container {
    position: relative;
    display: inline-block;
    width: auto !important;
    margin: auto;
    text-align: left;
    color: #000;
    max-width: unset !important;
    border-radius: 0;
    background: transparent !important;
    box-shadow: none !important;
    cursor: auto;
}

.modaal-content-container {
    padding: 0 !important;
}

.modal_area_search_cont_inner {
    width: 1340px;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #707070;
    padding: 50px 80px;
}

.modal_area_search_cont_inner .cont {
    flex-wrap: nowrap;
}

.modal_area_search_cont_inner .cont .block {
    width: 50%;
}

.modal_area_search_cont_inner .cont .block:nth-child(odd) {
    padding-right: 50px;
}

.modal_area_search_cont_inner .cont .block:nth-child(even) {
    padding-left: 50px;
    border-left: 1px solid #707070;
}

.modal_area_search_cont_inner .cont .block .ttl {
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 0.05em;
    text-align: center;
    margin-bottom: 40px;
    line-height: 1;
}

.modal_area_search_cont_inner .cont .block .list ul {
    gap: 15px;
}

.modal_area_search_cont_inner .cont .block .list ul li {
    flex: 1 0 calc((100% - 15px) / 2);
}

.modal_area_search_cont_inner .cont .block .list ul li a {
    display: block;
    width: 100%;
    line-height: 55px;
    border: 3px solid #000000;
    color: #000000;
    font-size: 19px;
    font-weight: bold;
    letter-spacing: 0.08em;
    transition: 0.3s;
    text-align: center;
    border-radius: 5px;
}

.modal_area_search_cont_inner .cont .block .list ul li a:hover {
    color: #fff;
    background-color: #EA8C23;
}

.common_bukken_list ul::before {
    content: "";
    display: block;
    width: 300px;
    order: 1;
}

.common_bukken_list ul::after {
    content: "";
    display: block;
    width: 300px;
}

#ajax_arrival .input-button-area,
#ajax_reco .input-button-area {
    display: none;
}

.common_bukken_box,
.property-simple li {
    width: 300px;
}

.property-simple li {
    background-color: #fff;
    padding: 10px 10px 25px;
    border-radius: 5px;
}


.common_bukken_box a {
    display: block;
    width: 100%;
    background-color: #fff;
    padding: 10px 10px 25px;
    border-radius: 5px;
    height: 100%;
}

.common_bukken_box a .img,
.property-simple li .thumbnail-image {
    width: 100%;
    aspect-ratio: 1/0.7;
    line-height: 1;
    margin-bottom: 13px;
    border-radius: 5px;
    overflow: hidden;
}

.common_bukken_box a .img img,
.property-simple li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.common_bukken_box a .text_box .name_box {
    align-items: baseline;
    flex-wrap: nowrap;
    margin-bottom: 15px;
}

.common_bukken_box a .text_box .name_box .icon {
    flex-shrink: 0;
    margin-right: 12px;
    width: 17px;
    line-height: 1;
}

.common_bukken_box a .text_box .name_box .icon img {
    width: 100%;
}

.common_bukken_box a .text_box .name_box .name {
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.08em;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #000000;
}

.property-simple li .property-name {
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.08em;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 1em;
}

.property-simple li .property-name a {
    color: #000000;
}

.property-simple li .bukken-info dt {
    display: none;
}

.property-simple li .bukken-info dd:nth-child(3),
.property-simple li .bukken-info dd:nth-child(4),
.property-simple li .bukken-info dd:nth-child(6) {
    display: none;
}

.property-simple li .bukken-info dd .price-strong {
    font-size: 20px;
    color: #EA8C23;
    line-height: 1;
    font-weight: bold;
}

.common_bukken_box a .text_box .price_box {
    flex-wrap: nowrap;
    align-items: center;
    margin-bottom: 8px;
}

.common_bukken_box a .text_box .price_box .icon {
    flex-shrink: 0;
    width: 15px;
    margin-right: 14px;
    line-height: 1;
}

.common_bukken_box a .text_box .price_box .icon img {
    width: 100%;
}

.common_bukken_box a .text_box .price_box .price {
    font-size: 20px;
    color: #EA8C23;
    line-height: 1;
    font-weight: bold;
}

.common_bukken_box a .text_box .price_box .price .num {
    font-size: 27px;
    padding-top: 0.25em;
    margin-right: 6px;
}

.common_bukken_box a .text_box .address_box {
    flex-wrap: nowrap;
    align-items: center;
}

.common_bukken_box a .text_box .address_box .icon {
    flex-shrink: 0;
    width: 14px;
    margin-right: 15px;
    line-height: 1;
}

.common_bukken_box a .text_box .address_box .icon img {
    width: 100%;
}

.common_bukken_box a .text_box .address_box .address {
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.08em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    color: #000000;
}

#top_recommend_sec {
    margin-bottom: 110px;
}

#top_recommend_sec .common_ttl_box {
    margin-bottom: 37px;
}

#top_recommend_sec .list {
    position: relative;
}

#top_recommend_sec .list .top_recommend_slider .slick-slide+.slick-slide {
    margin-left: calc(40px / 3);
}

#top_recommend_sec .list .pager {
    position: absolute;
    top: 50%;
    width: 45px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    border: 3px solid #000000;
    background-color: #fff;
    cursor: pointer;
    z-index: 1;
    transform: translateY(-50%);
}

#top_recommend_sec .list .pager::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 11px;
    aspect-ratio: 1/1;
    border-top: 2px solid #000000;
    border-right: 2px solid #000000;
}

#top_recommend_sec .list .pager.prev {
    left: -22.5px;
}

#top_recommend_sec .list .pager.prev::before {
    transform: translate(-35%, -50%) rotate(-135deg);
}

#top_recommend_sec .list .pager.next {
    right: -22.5px;
}

#top_recommend_sec .list .pager.next::before {
    transform: translate(-65%, -50%) rotate(45deg);
}

#top_bukken_list_sec {
    padding: 120px 0;
    margin-bottom: 120px;
    background-color: #F3F3F3;
    overflow: hidden;
}

#top_bukken_list_sec .top_bukken_block {
    padding-left: calc(50vw - 620px);
    flex-wrap: nowrap;
}

#top_bukken_list_sec .top_bukken_block+.top_bukken_block {
    margin-top: 70px;
    padding-top: 55px;
    position: relative;
}

#top_bukken_list_sec .top_bukken_block+.top_bukken_block::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    width: 1240px;
    margin: 0 auto;
    border-top: 1px dashed #000000;
}

#top_bukken_list_sec .top_bukken_block .text_cont {
    flex-shrink: 0;
    width: 296px;
    margin-right: 35px;
}

#top_bukken_list_sec .top_bukken_block .text_cont .common_ttl_box {
    margin-bottom: 25px;
}

#top_bukken_list_sec .top_bukken_block .text_cont .text {
    font-size: 15px;
    letter-spacing: 0.08em;
    line-height: 2;
}

#top_bukken_list_sec .top_bukken_block .slider_wrap {
    width: 100%;
}

#top_bukken_list_sec .top_bukken_block .slider_wrap .slick-track {
    display: flex;
}

#top_bukken_list_sec .top_bukken_block .slider_wrap .slick-slide {
    height: auto !important;
}

.property-simple .bukken-icon {
    display: none;
}

#top_bukken_list_sec .top_bukken_block .slider_wrap ul .slick-slide+.slick-slide {
    margin-left: 12px;
}

#top_bukken_list_sec .top_bukken_block .slider_wrap .top_land_slider .slick-slide+.slick-slide {
    margin-left: 12px;
}

#top_bukken_list_sec .top_bukken_block .slider_wrap .pager {
    position: absolute;
    bottom: 0;
    width: 45px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    border: 3px solid #000000;
    background-color: #fff;
    cursor: pointer;
}

#top_bukken_list_sec .top_bukken_block .slider_wrap .pager::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 11px;
    aspect-ratio: 1/1;
    border-top: 2px solid #000000;
    border-right: 2px solid #000000;
}

#top_bukken_list_sec .top_bukken_block .slider_wrap .pager.prev {
    left: -330px;
}

#top_bukken_list_sec .top_bukken_block .slider_wrap .pager.prev::before {
    transform: translate(-35%, -50%) rotate(-135deg);
}

#top_bukken_list_sec .top_bukken_block .slider_wrap .pager.next {
    left: -270px;
}

#top_bukken_list_sec .top_bukken_block .slider_wrap .pager.next::before {
    transform: translate(-65%, -50%) rotate(45deg);
}

#top_bukken_list_sec .top_bukken_block .slider_wrap .top_land_slider .penguin_blog_parts {
    width: 300px;
}

#top_bukken_list_sec .top_bukken_block .slider_wrap .top_land_slider .penguin_blog_parts a {
    display: block;
    width: 100%;
    background-color: #fff;
    padding: 30px 15px 25px;
    border-radius: 5px;
    height: 100%;
}

#top_bukken_list_sec .top_bukken_block .slider_wrap .top_land_slider .penguin_blog_parts a .penguin_blog_parts_img_box {
    width: 100%;
    aspect-ratio: 1/0.7;
    line-height: 1;
    margin-bottom: 13px;
    border-radius: 5px;
    overflow: hidden;
}

#top_bukken_list_sec .top_bukken_block .slider_wrap .top_land_slider .penguin_blog_parts a .penguin_blog_parts_img_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#top_bukken_list_sec .top_bukken_block .slider_wrap .top_land_slider .penguin_blog_parts a .penguin_blog_parts_text_box {
    padding: 0 10px;
}

#top_bukken_list_sec .top_bukken_block .slider_wrap .top_land_slider .penguin_blog_parts a .penguin_blog_parts_text_box .penguin_blog_parts_date {
    display: none;
}

#top_bukken_list_sec .top_bukken_block .slider_wrap .top_land_slider .penguin_blog_parts a .penguin_blog_parts_text_box .penguin_blog_parts_ttl {
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.08em;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #000000;
}

#top_bukken_list_sec .top_bukken_block .slider_wrap .top_land_slider .penguin_blog_parts a .penguin_blog_parts_text_box .penguin_blog_parts_text {
    display: none;
}


#top_about_sec {
    margin-bottom: 150px;
    padding: 50px 0;
    background-image: url(../image/top_about_sec_back.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#top_about_sec .cont {
    width: 100%;
    padding: 50px 0 65px;
    background-color: #fff;
}

#top_about_sec .cont .text_box {
    text-align: center;
}

#top_about_sec .cont .text_box .label_wrap {
    margin-bottom: 25px;
}

#top_about_sec .cont .text_box .label_wrap .label {
    display: inline-flex;
    align-items: flex-end;
    gap: 0 35px;
    font-size: 25px;
    color: #84BF41;
    line-height: 1;
    letter-spacing: 0.15em;
}

#top_about_sec .cont .text_box .label_wrap .label::before,
#top_about_sec .cont .text_box .label_wrap .label::after {
    content: "";
    display: block;
    width: 2px;
    height: 40px;
    background-color: #84BF41;
}

#top_about_sec .cont .text_box .label_wrap .label::before {
    transform: rotate(-30deg);
}

#top_about_sec .cont .text_box .label_wrap .label::after {
    transform: rotate(30deg);
}

#top_about_sec .cont .text_box .ttl {
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 0.08em;
    line-height: 1.5;
    margin-bottom: 25px;
}

#top_about_sec .cont .text_box .movie_wrap {
    width: 500px;
    aspect-ratio: 16/9;
    line-height: 1;
    margin: 0 auto 30px;
}

#top_about_sec .cont .text_box .movie_wrap iframe {
    width: 100%;
    height: 100%;
}

#top_about_sec .cont .text_box .text {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.08em;
    line-height: 1.9;
}

#top_about_sec .cont .text_box .text+.text {
    margin-top: 30px;
}

#top_about_sec .cont .text_box .btn_wrap {
    margin-top: 50px;
    justify-content: center;
    gap: 0 35px;
}

#top_about_sec .cont .terazo_box {
    position: absolute;
    bottom: 35px;
    right: 60px;
    width: 105px;
}

#top_about_sec .cont .terazo_box .illust {
    width: 100%;
    line-height: 1;
    margin-bottom: 13px;
}

#top_about_sec .cont .terazo_box .illust img {
    width: 100%;
}

#top_about_sec .cont .terazo_box .name {
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 0.05em;
    text-align: center;
}

.common_btn {
    width: 280px;
}

.common_btn a {
    display: block;
    width: 100%;
    line-height: 56px;
    font-size: 17px;
    letter-spacing: 0.05em;
    color: #fff;
    background-color: #EA8C23;
    text-align: center;
    font-weight: 500;
    border-radius: 5px;
    transition: 0.3s;
    box-shadow: 0 5px #B16006;
}

.common_btn a::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%) rotate(45deg);
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    width: 10px;
    aspect-ratio: 1/1;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}

.common_btn a:hover {
    transform: translate(0px, 5px);
    box-shadow: none;
}

#top_reason_sec {
    margin-bottom: 180px;
}

#top_reason_sec .common_ttl_box {
    margin-bottom: 130px;
}

#top_reason_sec .list ul li {
    flex-wrap: nowrap;
}

#top_reason_sec .list ul li::before {
    content: "";
    position: absolute;
    background-color: #F3F3F3;
    top: -70px;
    bottom: -55px;
}

#top_reason_sec .list ul li+li {
    margin-top: 140px;
}

#top_reason_sec .list ul li>* {
    position: relative;
    z-index: 1;
}

#top_reason_sec .list ul li:nth-child(odd)::before {
    left: calc(-1 * (50vw - 570px));
    width: calc(50vw - 570px + 340px);
    border-radius: 0 5px 5px 0;
}

#top_reason_sec .list ul li:nth-child(odd) .text_box {
    margin-right: 140px;
}

#top_reason_sec .list ul li:nth-child(even) {
    flex-direction: row-reverse;
}

#top_reason_sec .list ul li:nth-child(even)::before {
    right: calc(-1 * (50vw - 570px));
    width: calc(50vw - 570px + 585px);
    border-radius: 5px 0 0 5px;
}

#top_reason_sec .list ul li:nth-child(even) .text_box {
    margin-left: 140px;
}

#top_reason_sec .list ul li .text_box {
    flex-shrink: 0;
    width: 510px;
}

#top_reason_sec .list ul li .text_box .num {
    font-size: 25px;
    line-height: 1;
    color: #84BF41;
    letter-spacing: 0.05em;
    margin-bottom: 35px;
}

#top_reason_sec .list ul li .text_box .ttl {
    font-size: 20px;
    letter-spacing: 0.08em;
    line-height: 1.7;
    font-weight: bold;
    margin-bottom: 25px;
}

#top_reason_sec .list ul li .text_box .text {
    display: inline;
    padding-bottom: 5px;
    border-bottom: 1px dashed #84BF41;
    line-height: 2.4;
}

#top_reason_sec .list ul li .text_box .logo_box {
    margin-top: 1em;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 .6em;
}

#top_reason_sec .list ul li .text_box .logo_box .logo img {
    width: 100%;
    border-radius: 8px;
}

#top_reason_sec .list ul li .img {
    width: 100%;
    aspect-ratio: 1/0.7;
    line-height: 1;
    overflow: hidden;
    border-radius: 19px;
}

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

#top_shop_sec {
    margin-bottom: 150px;
}

#top_shop_sec .common_ttl_box {
    margin-bottom: 60px;
}

#top_shop_sec .list ul::after {
    content: "";
    display: block;
    width: 359px;
}

#top_shop_sec .list ul li {
    width: 359px;
    border: 4px solid #DEDEDE;
    border-radius: 5px;
}

#top_shop_sec .list ul li .img {
    width: 100%;
    aspect-ratio: 1/0.7;
    line-height: 1;
    display: block;
    overflow: hidden;
}

#top_shop_sec .list ul li .img:hover img {
    scale: 1.1;
}

#top_shop_sec .list ul li .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .3s;
}

#top_shop_sec .list ul li .text_box {
    padding: 22px 20px 40px;
}

#top_shop_sec .list ul li .text_box .data_text_box {
    padding-bottom: 25px;
    border-bottom: 1px dashed #84BF41;
    margin-bottom: 23px;
}

#top_shop_sec .list ul li .text_box .data_text_box .name {
    text-align: center;
    font-size: 22px;
    letter-spacing: 0.05em;
    line-height: 1;
    margin-bottom: 22px;
    font-weight: bold;
}

#top_shop_sec .list ul li .text_box .data_text_box .data_box {
    flex-wrap: nowrap;
    align-items: baseline;
}

#top_shop_sec .list ul li .text_box .data_text_box .data_box+.data_box {
    margin-top: 12px;
}

#top_shop_sec .list ul li .text_box .data_text_box .data_box .label {
    flex-shrink: 0;
    width: 45px;
    line-height: 22px;
    text-align: center;
    font-size: 12px;
    letter-spacing: 0.03em;
    color: #fff;
    background-color: #84BF41;
    font-weight: 500;
    margin-right: 16px;
}

#top_shop_sec .list ul li .text_box .data_text_box .data_box .data {
    font-size: 13px;
    letter-spacing: 0.05em;
    line-height: 1.7;
}

#top_shop_sec .list ul li .contact_box .label_box {
    justify-content: center;
    margin-bottom: 16px;
    align-items: center;
}

#top_shop_sec .list ul li .contact_box .label_box .icon {
    width: 18px;
    line-height: 1;
    margin-right: 8px;
}

#top_shop_sec .list ul li .contact_box .label_box .icon img {
    width: 100%;
}

#top_shop_sec .list ul li .contact_box .label_box .label {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1;
}

#top_shop_sec .list ul li .contact_box .btn_list {
    gap: 10px 0;
}

#top_shop_sec .list ul li .contact_box .btn_list .btn_box {
    width: 152px;
}

#top_shop_sec .list ul li .contact_box .btn_list .btn_box a {
    display: flex;
    justify-content: center;
    gap: .5em;
    width: 100%;
    line-height: 35px;
    font-size: 14px;
    letter-spacing: 0.05em;
    color: #fff;
    /* background-color: #EA8C23; */
    border: 2px solid #EA8C23;
    color: #EA8C23;
    text-align: center;
    font-weight: 500;
    border-radius: 5px;
    transition: 0.3s;
    box-shadow: 0 3px #B16006;
}

#top_shop_sec .list ul li .contact_box .btn_list .btn_box a::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%) rotate(45deg);
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    width: 6px;
    aspect-ratio: 1/1;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}

#top_shop_sec .list ul li .contact_box .btn_list .btn_box a:hover {
    transform: translate(0px, 3px);
    box-shadow: none;
}

#top_shop_sec .list ul li .contact_box .btn_list .btn_box a .icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.staff_ban_sec {
    margin-bottom: 100px;
}

.staff_ban_sec .banner {
    display: block;
    width: 80%;
    margin: 0 auto;
    transition: .3s;
    overflow: hidden;
    border-radius: 5px;
}

.staff_ban_sec .banner:hover {
    opacity: .8;
}

.staff_ban_sec .banner img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#top_house_banner_sec {
    margin: 0 0 175px;
}

#top_house_banner_sec .banner {
    width: 100%;
}

#top_house_banner_sec .banner a {
    flex-wrap: nowrap;
    color: #000;
}

#top_house_banner_sec .banner a .img {
    width: 100%;
    line-height: 1;
}

#top_house_banner_sec .banner a .img:nth-of-type(1) img {
    object-position: left center;
}

#top_house_banner_sec .banner a .img:nth-of-type(2) img {
    object-position: right center;
}

#top_house_banner_sec .banner a .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#top_house_banner_sec .banner a .text_box {
    flex-shrink: 0;
    width: 623px;
    padding: 95px 0 60px;
    background-color: #F3F3F3;
}

#top_house_banner_sec .banner a .text_box .ttl_box .designs {
    position: absolute;
    top: -68px;
    left: 50%;
    width: 440px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

#top_house_banner_sec .banner a .text_box .ttl_box .designs svg {
    width: 100%;
}

#top_house_banner_sec .banner a .text_box .ttl_box .designs svg line {
    fill: none;
    stroke: #000000;
    stroke-linecap: square;
    stroke-width: 4px;
}

#top_house_banner_sec .banner a .text_box .ttl_box .ttl {
    text-align: center;
    font-size: 35px;
    font-weight: bold;
    letter-spacing: 0.2em;
    line-height: 1.3;
    margin-bottom: 20px;
}

#top_house_banner_sec .banner a .text_box .ttl_box .ttl .border {
    background: linear-gradient(transparent 70%, #E8EB91 0%);
}

#top_house_banner_sec .banner a .text_box .text {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.08em;
    line-height: 1.5;
}

#top_house_banner_sec .banner a .text_box .label_box {
    position: absolute;
    top: 8px;
    right: -40px;
    width: 154px;
    aspect-ratio: 1/1;
    background-image: url(../image/banner_house_label_back.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#top_house_banner_sec .banner a .text_box .label_box .label {
    text-align: center;
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: -9px;
    letter-spacing: 0.08em;
}

#top_house_banner_sec .banner a .text_box .label_box .num {
    width: 88px;
}

#top_house_banner_sec .banner a .text_box .label_box .num svg {
    width: 100%;
}

#top_house_banner_sec .banner a .text_box .label_box .num svg text {
    transform: translate(0, 47px);
    fill: none;
    stroke: #fff;
    stroke-width: 2px;
    font-size: 39px;
    font-weight: bold;
}

#top_magazine_sec {
    margin-bottom: 125px;
}

#top_magazine_sec .illust {
    position: absolute;
    right: 0;
    top: 50px;
    width: 607px;
    line-height: 1;
}

#top_magazine_sec .illust img {
    width: 100%;
}

#top_magazine_sec .top_ttl_box {
    margin-bottom: 60px;
}

#top_magazine_sec .top_ttl_box .ttl {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.08em;
    margin-bottom: 15px;
}

#top_magazine_sec .top_ttl_box .en_ttl {
    font-size: 50px;
    color: #84BF41;
    line-height: 1;
    letter-spacing: 0.07em;
    font-weight: bold;
    margin-bottom: 48px;
}

#top_magazine_sec .top_ttl_box .text {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.08em;
}

#top_magazine_sec .list {
    margin-bottom: 45px;
}

#top_magazine_sec .list::before {
    content: "";
    display: block;
    width: 295px;
    order: 1;
}

#top_magazine_sec .list::after {
    content: "";
    display: block;
    width: 295px;
}

#top_magazine_sec .list .penguin_blog_parts {
    width: 295px;
}

#top_magazine_sec .list .penguin_blog_parts .penguin_blog_parts_link {
    display: block;
    width: 100%;
}

#top_magazine_sec .list .penguin_blog_parts .penguin_blog_parts_link .penguin_blog_parts_img_box {
    width: 100%;
    aspect-ratio: 1/0.7;
    overflow: hidden;
    border-radius: 5px;
    margin-bottom: 16px;
}

#top_magazine_sec .list .penguin_blog_parts .penguin_blog_parts_link .penguin_blog_parts_img_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#top_magazine_sec .list .penguin_blog_parts .penguin_blog_parts_link .penguin_blog_parts_text_box {
    width: 100%;
    padding: 0 10px;
}

#top_magazine_sec .list .penguin_blog_parts .penguin_blog_parts_link .penguin_blog_parts_text_box .penguin_blog_parts_date {
    display: flex;
    align-items: center;
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 1;
    color: #8B8B8B;
    margin-bottom: 13px;
}

#top_magazine_sec .list .penguin_blog_parts .penguin_blog_parts_link .penguin_blog_parts_text_box .penguin_blog_parts_date::before {
    content: "";
    display: block;
    width: 15px;
    margin-right: 8px;
    aspect-ratio: 1/1;
    background-image: url(../image/icon_time_gray.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

#top_magazine_sec .list .penguin_blog_parts .penguin_blog_parts_link .penguin_blog_parts_text_box .penguin_blog_parts_ttl {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.08em;
    line-height: 1.6;
    color: #000000;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

#top_magazine_sec .list .penguin_blog_parts .penguin_blog_parts_link .penguin_blog_parts_text_box .penguin_blog_parts_text {
    display: none;
}

#top_magazine_sec .common_btn {
    margin: 0 auto;
}

#main_footer .footer_top_img {
    width: 100%;
    aspect-ratio: 144/25;
}

#main_footer .footer_top_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom 15% left 50%;
}

#main_footer .link_block {
    background-color: #F3F3F3;
    padding: 60px 0 45px;
}

#main_footer .link_block .block {
    background-color: #fff;
    padding: 25px 50px 30px;
    border-radius: 5px;
}

#main_footer .link_block .block+.block {
    margin-top: 20px;
}

#main_footer .link_block .block .label {
    padding-left: 15px;
    border-left: 7px solid #84BF41;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 0.08em;
    margin-bottom: 20px;
}

#main_footer .link_block .block .list ul {
    gap: 15px 20px;
}

#main_footer .link_block .block .list ul li {
    line-height: 1;
}

#main_footer .link_block .block .list ul li a {
    line-height: 1;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 0.05em;
    color: #000;
}

#main_footer .link_block .block .logo_list ul {
    gap: 0 30px;
    align-items: center;
}

#main_footer .link_block .block .logo_list ul li {
    width: 110px;
}

#main_footer .link_block .block .logo_list ul li a {
    display: block;
    width: 100%;
    line-height: 1;
}

#main_footer .link_block .block .logo_list ul li a img {
    width: 100%;
}

#main_footer .copyright_block {
    background-color: #84BF41;
}

#main_footer .copyright_block .copyright {
    text-align: center;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    line-height: 30px;
}

/* 固定ページ共通 */
.common_page_main {
    padding: 80px 0 70px;
    background-image: url(../image/top_fv_sec_back.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
}

.common_page_main::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.35);
}

.common_page_main>* {
    position: relative;
    z-index: 1;
}

.common_page_main .text_box .ttl_box {
    text-align: center;
    color: #fff;
    margin-bottom: 30px;
    padding-bottom: 17px;
}

.common_page_main .text_box .ttl_box::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 100px;
    height: 2px;
    background-color: #fff;
}

.common_page_main .text_box .ttl_box .ttl {
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 0.08em;
}

.common_page_main .breadcrumb {
    font-size: 13px;
    letter-spacing: 0.05em;
    line-height: 1;
    font-weight: bold;
    color: #fff;
}

.common_page_main .breadcrumb>div {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 5px;
}

.common_page_main .breadcrumb ul {
    justify-content: center;
}

.common_page_main .breadcrumb ul li {
    color: #fff;
}

.common_page_main .breadcrumb ul li+li {
    margin-left: 5px;
}

.common_page_main .breadcrumb ul li a {
    color: #fff;
}

.common_page {
    padding: 85px 0;
}

/* 物件購入の流れ */
#flow_page .flow_list_block .list ul::before {
    content: "";
    position: absolute;
    top: 28px;
    bottom: 156px;
    left: 112px;
    width: 1px;
    background-color: #84BF41;
}

#flow_page .flow_list_block .list ul li {
    align-items: flex-start;
    flex-wrap: nowrap;
}

#flow_page .flow_list_block .list ul li+li {
    margin-top: 50px;
}

#flow_page .flow_list_block .list ul li .inner {
    flex-wrap: nowrap;
    flex-shrink: 0;
    align-items: center;
}

#flow_page .flow_list_block .list ul li .step {
    flex-shrink: 0;
    width: 70px;
    font-size: 20px;
    letter-spacing: 0.08em;
    font-weight: bold;
    line-height: 1;
    margin-right: 30px;
}

#flow_page .flow_list_block .list ul li:last-child .circle {
    position: relative;
}

#flow_page .flow_list_block .list ul li:last-child .circle::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: #F3F3F3;
    z-index: -1;
}

#flow_page .flow_list_block .list ul li .circle {
    flex-shrink: 0;
    margin-right: 40px;
    width: 24px;
    height: 24px;
    background-color: #84BF41;
    border-radius: 50%;
    border: 5px solid #EBEBEB;
}

#flow_page .flow_list_block .list ul li .ttl {
    flex-shrink: 0;
    width: 300px;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin-right: 30px;
}

#flow_page .flow_list_block .list ul li .box {
    width: 100%;
    padding-bottom: 25px;
    border-bottom: 1px solid #F3F3F3;
}

#flow_page .flow_list_block .list ul li .box .text {
    font-size: 15px;
    letter-spacing: 0.08em;
    line-height: 1.6;
}

#flow_page .flow_list_block .list ul li .box .text+.text {
    margin-top: 10px;
}

#flow_page .flow_list_block .common_btn {
    margin: 0 auto;
}

/* よくある質問 */
#faq_page .list_block .list ul li {
    padding: 0 37px;
    border-bottom: 1px solid #84BF41;
}

#faq_page .list_block .list ul li:first-child {
    border-top: 1px solid #84BF41;
}

#faq_page .list_block .list ul li .q_box,
#faq_page .list_block .list ul li .a_box {
    padding: 40px 33px;
    align-items: center;
    flex-wrap: nowrap;
}

#faq_page .list_block .list ul li .q_box::before,
#faq_page .list_block .list ul li .q_box::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 19px;
    height: 1px;
    background-color: #84BF41;
    transition: 0.3s;
    transform: translateX(-50%);
}

#faq_page .list_block .list ul li .q_box::after {
    transform: translateX(-50%) rotate(90deg);
    -webkit-transform: translateX(-50%) rotate(90deg);
    -ms-transform: translateX(-50%) rotate(90deg);
}

#faq_page .list_block .list ul li .q_box .q_ttl_box {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #84BF41;
    text-align: center;
    margin-right: 20px;
}

#faq_page .list_block .list ul li .q_box .q_ttl_box .q_ttl {
    line-height: 50px;
    color: #fff;
    font-size: 30px;
}

#faq_page .list_block .list ul li .q_box .q_text {
    width: 100%;
    font-size: 16px;
    letter-spacing: 0.08em;
    line-height: 1.4;
}

#faq_page .list_block .list ul li .a_box {
    border-top: 1px dashed rgba(19, 37, 60, 0.16);
    flex-wrap: nowrap;
}

#faq_page .list_block .list ul li .a_box .a_ttl {
    width: 50px;
    text-align: center;
    font-size: 30px;
    color: #84BF41;
    line-height: 1;
    flex-shrink: 0;
    margin-right: 20px;
}

#faq_page .list_block .list ul li .a_box .a_text {
    width: 100%;
    font-size: 15px;
    letter-spacing: 0.08em;
    line-height: 1.4;
    color: #292929;
}

#faq_page .list_block .list ul li.nowOpen .q_box ::before {
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
}

#faq_page .list_block .list ul li.nowOpen .q_box ::after {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
}

/* スモライフについて */
#company_page .company_profile {
    margin-bottom: 60px;
}

#company_page .company_profile .common_ttl_box {
    margin-bottom: 30px;
}

#company_page .company_profile table {
    width: 80%;
    margin: 0 auto;
    border-collapse: collapse;
}

#company_page .company_profile table th,
#company_page .company_profile table td {
    padding: 15px 1rem 20px;
    border-bottom: 1px solid #D4D4D4;
}

#company_page .company_profile table th {
    vertical-align: inherit;
    width: 20%;
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 1;
    font-weight: normal;
}

#company_page .company_profile table td {
    width: 80%;
    font-size: 14px;
    letter-spacing: 0.08em;
}

/* 店舗一覧 */
#shop_page .shop_list_sec .office_box+.office_box {
    margin-top: 80px;
}

#shop_page .shop_list_sec .office_box .data_box {
    flex-wrap: nowrap;
    align-items: center;
    margin-bottom: 50px;
}

#shop_page .shop_list_sec .office_box .data_box .text_box {
    width: 100%;
}

#shop_page .shop_list_sec .office_box .data_box .text_box .name {
    line-height: 1.5;
    margin-bottom: 24px;
    padding-top: 24px;
    color: #84BF41;
    font-size: 22px;
    letter-spacing: 0.08em;
    font-weight: bold;
    border-top: 2px solid #84BF41;
}

#shop_page .shop_list_sec .office_box .data_box .text_box ul {
    border-top: 1px solid #EAEDF2;
    border-bottom: 1px solid #EAEDF2;
}

#shop_page .shop_list_sec .office_box .data_box .text_box ul li {
    flex-wrap: nowrap;
    letter-spacing: 0.05em;
    font-size: 15px;
}

#shop_page .shop_list_sec .office_box .data_box .text_box ul li+li {
    border-top: 1px solid #EAEDF2;
}

#shop_page .shop_list_sec .office_box .data_box .text_box ul li .ttl {
    width: 23%;
    flex-shrink: 0;
    padding: 16px;
    vertical-align: top;
    color: #84BF41;
    font-weight: bold;
    word-break: break-all;
    box-sizing: border-box;
}

#shop_page .shop_list_sec .office_box .data_box .text_box ul li .data {
    width: 100%;
    padding: 16px;
    word-break: break-all;
    box-sizing: border-box;
}

#shop_page .shop_list_sec .office_box .data_box .img {
    width: 48%;
    flex-shrink: 0;
    margin-left: 50px;
}

#shop_page .shop_list_sec .office_box .data_box .img img {
    width: 100%;
}

#shop_page .shop_list_sec .office_box .map {
    width: 100%;
    height: 450px;
}

#shop_page .shop_list_sec .office_box .map iframe {
    width: 100%;
    height: 100%;
}

/* 個人情報保護方針 */
#privacy_page .main_text {
    font-size: 16px;
    line-height: 2;
    margin-bottom: 3em;
}

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

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

#privacy_page dl dt {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 0.5em;
    border-left: 3px solid;
    padding-left: 1em;
    letter-spacing: 0.05em;
}

#privacy_page dl dd {
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.03em;
}

/* サイトマップ */
#sitemap_page .list ul li+li {
    margin-top: 10px;
}

#sitemap_page .list ul li a {
    display: block;
    padding: 10px 40px;
    width: 100%;
    color: #292929;
    border: 1px solid #292929;
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 1.3;
}

/* フォーム関連 */
.form_page .form_sub_cont {
    margin-bottom: 60px;
}

.form_page .form_sub_cont .progress_bar {
    margin-bottom: 40px;
}

.form_page .form_sub_cont .progress_bar ul {
    justify-content: center;
}

.form_page .form_sub_cont .progress_bar ul li {
    width: 15%;
    padding: 7px 0;
    border: 2px solid #000000;
    border-radius: 8px;
    text-align: center;
}

.form_page .form_sub_cont .progress_bar ul li+li {
    margin-left: 20px;
}

.form_page .form_sub_cont .progress_bar ul li .en {
    font-size: 15px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.03em;
    margin-bottom: 5px;
}

.form_page .form_sub_cont .progress_bar ul li .text {
    font-size: 15px;
    letter-spacing: 0.05em;
    font-weight: 500;
    line-height: 1;
}

.form_page .form_sub_cont .progress_bar ul li.active {
    border: 2px solid #84BF41;
    background-color: #F3F3F3;
}

.form_page .form_sub_cont .form_check_text {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.05em;
}

.form_page .form_block .form_wrap {
    border-radius: 8px;
    border: 2px solid #000000;
    padding: 50px 30px;
}

.form_page .form_block .form_wrap form #FormPrivacy {
    margin-top: 40px;
}

.form_page .form_block .form_wrap form #FormPrivacy #form_private_policy {
    border-radius: 5px;
    box-shadow: 0 0 3px #bdc8ca;
    border: 1px solid #bbc6c8;
    height: 150px;
    overflow-y: scroll;
    padding: 10px;
    margin-bottom: 10px;
}

.form_page .form_block .form_wrap form .FormSubGroup {
    padding-left: 20px;
    border-left: 2px solid #84BF41;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.08em;
    line-height: 1;
    margin-bottom: 20px;
}

.FormTable {
    display: table;
}

.FormTableRow {
    display: table-row;
}

.FormKoumoku {
    display: table-cell;
}

.FormValue {
    display: table-cell;
}

.form_page .form_block .form_wrap form .FormTable {
    width: 100%;
    border: 1px solid #bdc8ca;
}

.form_page .form_block .form_wrap form .FormTable+.FormSubGroup {
    margin-top: 40px;
}

.form_page .form_block .form_wrap form .FormTable .FormTableRow .FormKoumoku {
    width: 30%;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.05em;
    padding: 20px 24px;
    border-right: 1px solid #bdc8ca;
    border-bottom: 1px solid #bdc8ca;
    vertical-align: middle;
}

.form_page .form_block .form_wrap form .FormTable .FormTableRow .FormKoumoku .FormRequired {
    padding: 3px 5px;
    background-color: #EF2C2C;
    font-size: 10px;
    color: #fff;
    line-height: 1;
    letter-spacing: 0.05em;
    border-radius: 3px;
    margin-left: 15px;
}

.form_page .form_block .form_wrap form .FormTable .FormTableRow .FormValue {
    width: 70%;
    padding: 10px 24px;
    border-bottom: 1px solid #bdc8ca;
    vertical-align: middle;
    font-size: 14px;
}

.form_page .form_block .form_wrap form .FormTable .FormTableRow .FormValue input[type=text],
.form_page .form_block .form_wrap form .FormTable .FormTableRow .FormValue input[type=email] {
    width: 100%;
    height: 45px;
    border-radius: 5px;
    box-shadow: 0 0 3px #bdc8ca;
    border: 1px solid #bbc6c8;
    padding: 0 15px;
}

.form_page .form_block .form_wrap form .FormTable .FormTableRow .FormValue input[type=tel] {
    width: 50%;
    height: 45px;
    border-radius: 5px;
    box-shadow: 0 0 3px #bdc8ca;
    border: 1px solid #bbc6c8;
    padding: 0 15px;
}

.form_page .form_block .form_wrap form .FormTable .FormTableRow .FormValue select {
    width: 30%;
    height: 35px;
    border-radius: 5px;
    box-shadow: 0 0 3px #bdc8ca;
    border: 1px solid #bbc6c8;
    padding: 0 15px;
}

.form_page .form_block .form_wrap form .FormTable .FormTableRow .FormValue textarea {
    width: 100%;
    height: 150px;
    border-radius: 5px;
    box-shadow: 0 0 3px #bdc8ca;
    border: 1px solid #bbc6c8;
    padding: 0 15px;
}

.form_page .form_block .form_wrap form .form_button {
    margin-top: 30px;
}

.form_page .form_block .form_wrap form .form_button input {
    width: 300px;
    height: 60px;
    line-height: 60px;
    background-color: #84BF41;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    border-radius: 8px;
    text-align: center;
    color: #fff;
    font-size: 17px;
    text-decoration: none;
    padding: 0 10px;
    display: block;
    font-weight: bold;
    margin: 10px auto;
    border: none;
    cursor: pointer;
}

.form_page .form_block .form_wrap form .form_button input#submit_button {
    background-color: #EF2C2C;
}

/* 検索関連 */
.search_page .DistName,
.search_page .LineDistName,
.modal_window .DistName,
.modal_window .LineDistName {
    margin-bottom: 0.25em;
    padding: 5px 20px;
    color: #fff;
    background: #84BF41;
    clear: both;
}

.search_page .PrefName,
.search_page .LineCompanyName,
.search_page .PrefSelect,
.search_page .LineCompany,
.modal_window .PrefName,
.modal_window .LineCompanyName,
.modal_window .PrefSelect,
.modal_window .LineCompany {
    font-weight: bold;
    clear: both;
    display: block;
    margin: 10px auto;
    border-bottom: 2px solid #666;
    color: #333;
}

.search_page .PrefName label,
.modal_window .PrefName label {
    display: inline-block;
    width: 100%;
}

.search_page .AreaBlock0 .PrefBlock li,
.search_page .AreaBlock2 .AddressBlock li,
.search_page .StationBlock li,
.modal_window .AreaBlock0 .PrefBlock li,
.modal_window .AreaBlock2 .AddressBlock li,
.modal_window .StationBlock li {
    float: left;
    width: 33%;
}

.search_page .areacate0 .AddressSetPrefBlock .Address1_Select,
.search_page .areacate1 .AddressSetPrefBlock .Address2_Select,
.search_page .areacate2 .AddressSetPrefBlock .Address3_Select,
.search_page .StationBlock li,
.modal_window .areacate0 .AddressSetPrefBlock .Address1_Select,
.modal_window .areacate1 .AddressSetPrefBlock .Address2_Select,
.modal_window .areacate2 .AddressSetPrefBlock .Address3_Select,
.modal_window .StationBlock li {
    display: inline-block;
    width: 24%;
}

.search_page .AreaBlock1 .PrefBlock li,
.modal_window .AreaBlock1 .PrefBlock li {
    border-bottom: 1px dotted #ccc;
}

.search_page .LineComapnyBlock>ul>li,
.modal_window .LineComapnyBlock>ul>li {
    /*margin-bottom: 0.25em;
  font-size: 14px;*/
    border-bottom: 1px dotted #ccc;
}

.search_page .LineComapnyBlock>ul>li label,
.modal_window .LineComapnyBlock>ul>li label {
    display: inline-block;
    width: 100%;
    padding: 2px 2px 2px 10px;
    box-sizing: border-box;
    transition: 0.3s;
}

.search_page .LineComapnyBlock>ul>li>ul>li,
.modal_window .LineComapnyBlock>ul>li>ul>li {
    width: 33.3333333333%;
}

.search_page .SearchArea .AreaBlock0 .DistGroupBlock,
.modal_window .SearchArea .AreaBlock0 .DistGroupBlock {
    width: 690px;
}

.search_page .PrefBlock,
.modal_window .PrefBlock {
    clear: both;
    display: block;
    margin: 0 0 10px 0px;
    /*width:100%;*/
}

.search_page .PrefBlock>div,
.modal_window .PrefBlock>div {
    clear: both;
    display: block;
    font-weight: bold;
    padding: 10px 0 0;
}

.search_page .AddressBlock,
.modal_window .AddressBlock {
    clear: both;
    display: block;
    margin: 0 0 0px 20px;
    /*width:100%;*/
}

.search_page .Address2Block,
.modal_window .Address2Block {
    clear: both;
    display: block;
    margin: 0 0 0px 20px;
    /*width:100%;*/
}

.search_page .AreaBlock1 .PrefBlock li,
.search_page .AddressBlock li,
.search_page .Address2Block li,
.modal_window .AreaBlock1 .PrefBlock li,
.modal_window .AddressBlock li,
.modal_window .Address2Block li {
    /*margin:0 10px 0 0;
  width : -webkit-calc(100% / 2) ;
  width : calc(100% / 2) ;*/
    width: 50%;
    float: left;
}

.search_page [id^=ShoolSearchPref] li,
.modal_window [id^=ShoolSearchPref] li {
    display: inline-block;
    width: 48.5%;
}

.search_page .PrefBlock label,
.search_page .areacate0 .AddressSetPrefBlock .Address1_Select label,
.search_page .areacate2 .AddressSetPrefBlock .Address1 .Address1_Select label,
.search_page .areacate0 .AddressSetPrefBlock .Address1_Select label,
.search_page .areacate1 .AddressSetPrefBlock .Address2_Select label,
.search_page .areacate2 .AddressSetPrefBlock .Address3_Select label,
.search_page .StationBlock li label,
.search_page [id^=ShoolSearchPref] li label,
.search_page .LineSelect label.Line,
.modal_window .PrefBlock label,
.modal_window .areacate0 .AddressSetPrefBlock .Address1_Select label,
.modal_window .areacate2 .AddressSetPrefBlock .Address1 .Address1_Select label,
.modal_window .areacate0 .AddressSetPrefBlock .Address1_Select label,
.modal_window .areacate1 .AddressSetPrefBlock .Address2_Select label,
.modal_window .areacate2 .AddressSetPrefBlock .Address3_Select label,
.modal_window .StationBlock li label,
.modal_window [id^=ShoolSearchPref] li label,
.modal_window .LineSelect label.Line {
    width: 100%;
    display: inline-block;
    padding: 2px 2px 2px 10px;
    box-sizing: border-box;
    transition: 0.3s;
}

.search_page .PrefName label:hover,
.search_page .PrefBlock label:hover,
.search_page .LineComapnyBlock label:hover,
.search_page .areacate0 .AddressSetPrefBlock .Address1_Select label:hover,
.search_page .areacate2 .AddressSetPrefBlock .Address1 .Address1_Select label:hover,
.search_page .areacate0 .AddressSetPrefBlock .Address1_Select label:hover,
.search_page .areacate1 .AddressSetPrefBlock .Address2_Select label:hover,
.search_page .areacate2 .AddressSetPrefBlock .Address3_Select label:hover,
.search_page .StationBlock li label:hover,
.search_page [id^=ShoolSearchPref] li label:hover,
.search_page .LineSelect label.Line:hover,
.modal_window .PrefName label:hover,
.modal_window .PrefBlock label:hover,
.modal_window .LineComapnyBlock label:hover,
.modal_window .areacate0 .AddressSetPrefBlock .Address1_Select label:hover,
.modal_window .areacate2 .AddressSetPrefBlock .Address1 .Address1_Select label:hover,
.modal_window .areacate0 .AddressSetPrefBlock .Address1_Select label:hover,
.modal_window .areacate1 .AddressSetPrefBlock .Address2_Select label:hover,
.modal_window .areacate2 .AddressSetPrefBlock .Address3_Select label:hover,
.modal_window .StationBlock li label:hover,
.modal_window [id^=ShoolSearchPref] li label:hover,
.modal_window .LineSelect label.Line:hover {
    background: #F3F3F3;
}

.search_page .PrefBlock a,
.modal_window .PrefBlock a {
    text-decoration: underline !important;
}

.search_page .StationBlock,
.modal_window .StationBlock {
    clear: both;
    display: table !important;
    margin: 0 0 0 20px !important;
    width: 100%;
}

.search_page .LineComapnyBlock>li,
.modal_window .LineComapnyBlock>li {
    /*margin:0 10px 0 0;
  width : -webkit-calc(100% / 2) ;
  width : calc(100% / 2) ;*/
    width: 100%;
}

.search_page .Station .StationBlock li,
.modal_window .Station .StationBlock li {
    /*margin:0 10px 0 0;
  width : -webkit-calc(100% / 2) ;
  width : calc(100% / 2) ;
  width : calc(97% / 3) ;*/
    float: left;
    border-bottom: 1px dotted #ccc;
}

.search_page .AreaBlock2 .PrefBlock>li,
.search_page .areacate2 .Address1_Select,
.modal_window .AreaBlock2 .PrefBlock>li,
.modal_window .areacate2 .Address1_Select {
    width: 100%;
    clear: both;
    border-bottom: 1px dotted #ccc;
}

.search_page .AreaBlock2 .PrefBlock>li>ul>li,
.modal_window .AreaBlock2 .PrefBlock>li>ul>li {
    width: 33.3333333333%;
    border-bottom: 1px dotted #ccc;
}

.search_page .AreaBlock3 .PrefBlock>li,
.modal_window .AreaBlock3 .PrefBlock>li {
    width: 100%;
    border-bottom: 1px dotted #ccc;
}

.search_page .AreaBlock3 .PrefBlock>li>ul>li,
.modal_window .AreaBlock3 .PrefBlock>li>ul>li {
    width: 100%;
    border-bottom: 1px dotted #ccc;
}

.search_page .AreaBlock3 .PrefBlock>li>ul>li>ul>li,
.modal_window .AreaBlock3 .PrefBlock>li>ul>li>ul>li {
    width: 25%;
}

.search_page .SearchMoreButton,
.modal_window .SearchMoreButton {
    text-align: center;
}

.search_page .search_button_area,
.modal_window .search_button_area {
    clear: both;
    text-align: center;
    margin: 0 auto 5px;
}

.search_page .search_button_area li,
.modal_window .search_button_area li {
    display: inline-block;
    margin: 10px auto 0;
}

.search_page .search_button_area li:last-child,
.modal_window .search_button_area li:last-child {
    display: none;
}

.search_page table,
.modal_window table {
    width: 100%;
    margin-bottom: 1em;
    border-collapse: collapse;
    border: none;
    background: #fff;
    border: 1px solid #ccc;
}

.search_page th,
.modal_window th {
    padding: 10px 20px;
    text-align: left;
    vertical-align: middle;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background: #F3F3F3;
    font-weight: bold;
    box-sizing: border-box;
    vertical-align: middle;
    letter-spacing: 0.08em;
}

.search_page td,
.modal_window td {
    padding: 10px;
    text-align: left;
    border-bottom: 1px solid #ccc;
    box-sizing: border-box;
    vertical-align: middle;
}

.search_page table.SearchTable,
.search_page table.serchTbl,
.modal_window table.SearchTable,
.modal_window table.serchTbl {
    width: 100%;
}

.search_page table.SearchTable th,
.search_page table.serchTbl th,
.modal_window table.SearchTable th,
.modal_window table.serchTbl th {
    width: 22%;
}

.search_page table.SearchTable td,
.search_page table.serchTbl td,
.modal_window table.SearchTable td,
.modal_window table.serchTbl td {
    width: 78%;
}

.search_page .search_button,
.modal_window .search_button {
    color: #000000;
    width: 100%;
    text-align: center !important;
    margin: 0px !important;
    padding: 10px;
    box-sizing: border-box;
    z-index: 1;
}

.search_page table.SearchTable tr.search_tr_walk td br,
.search_page table.SearchTable tr.search_tr_tiku td br,
.modal_window table.SearchTable tr.search_tr_walk td br,
.modal_window table.SearchTable tr.search_tr_tiku td br {
    display: none;
}

.search_page table.SearchTable tr.search_tr_walk td label,
.search_page table.SearchTable tr.search_tr_tiku td label,
.modal_window table.SearchTable tr.search_tr_walk td label,
.modal_window table.SearchTable tr.search_tr_tiku td label {
    display: inline-block;
    width: 120px;
}

.search_page .search_button_area,
.modal_window .search_button_area {
    margin: 40px 0 0;
}

.search_page .search_button li,
.modal_window .search_button li {
    display: inline-block;
}

.search_page .search_button li#BukkenCountView,
.modal_window .search_button li#BukkenCountView {
    margin-right: 30px;
}

.search_page #SearchArea input[type=button],
.modal_window #SearchArea input[type=button] {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: #ededed;
    border: 1px solid #ccc;
    border-radius: 5px;
    text-align: center;
    color: #333;
    font-size: 14px;
    box-shadow: 0px 2px #b2b2b2;
    -webkit-box-shadow: 0px 2px #b2b2b2;
    text-decoration: none;
    margin: 5px 0 0;
    padding: 0 10px;
}

.search_page #SearchArea input[value=検索],
.search_page #search_button input[type=button],
.search_page .school_search input[type=submit],
.modal_window #SearchArea input[value=検索],
.modal_window #search_button input[type=button],
.modal_window .school_search input[type=submit] {
    width: 300px;
    height: 60px;
    line-height: 60px;
    background-color: #84BF41;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    border-radius: 8px;
    text-align: center;
    color: #fff;
    font-size: 17px;
    text-decoration: none;
    padding: 0 10px;
    display: block;
    font-weight: bold;
    margin: 10px auto;
    border: none;
    cursor: pointer;
}

.search_page .ShoolSearchPref,
.modal_window .ShoolSearchPref {
    padding: 10px 25px;
    border-radius: 8px;
    background-color: #84BF41;
    font-size: 18px;
    color: #fff;
    letter-spacing: 0.08em;
    line-height: 1;
    font-weight: bold;
    margin: 40px 0 20px;
}

.search_page h4,
.modal_window h4 {
    padding-left: 20px;
    border-left: 2px solid #84BF41;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.08em;
    line-height: 1;
    margin: 20px 0;
}

.search_page h4 a,
.modal_window h4 a {
    color: #000000;
    position: relative;
}

.search_page h4 a::before,
.search_page h4 a::after,
.modal_window h4 a::before,
.modal_window h4 a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -50px;
    width: 15px;
    height: 1px;
    background-color: #84BF41;
    transition: 0.3s;
    transform: translateX(-50%);
}

.search_page h4 a::after,
.modal_window h4 a::after {
    transform: translateX(-50%) rotate(90deg);
    -webkit-transform: translateX(-50%) rotate(90deg);
    -ms-transform: translateX(-50%) rotate(90deg);
}

.search_page .FormSubGroup,
.modal_window .FormSubGroup {
    font-weight: bold;
    font-size: 1.1em;
    padding-left: 1em;
    border-left: 6px solid #c8372d;
    margin: 2em 0 1em;
    text-align: left;
    background: #ecebeb;
    height: 45px;
    line-height: 45px;
}

.search_page .Type1,
.modal_window .Type1 {
    width: 20%;
    height: 80px;
    background-color: #bfa217;
    border: 1px solid #90790e;
    border-radius: 5px;
    text-align: center;
    box-shadow: 0px 2px #90790e;
    -webkit-box-shadow: 0px 2px #90790e;
    font-size: 17px;
    font-weight: bold;
    margin: 2%;
    display: inline-block;
}

.search_page .Type2-1,
.modal_window .Type2-1 {
    width: 20%;
    height: 80px;
    background-color: #006d1a;
    border: 1px solid #0d5522;
    border-radius: 5px;
    text-align: center;
    box-shadow: 0px 2px #0d5522;
    -webkit-box-shadow: 0px 2px #0d5522;
    font-size: 17px;
    font-weight: bold;
    margin: 2%;
    display: inline-block;
}

.search_page .Type2-2,
.modal_window .Type2-2 {
    width: 20%;
    height: 80px;
    background-color: #006d1a;
    border: 1px solid #0d5522;
    border-radius: 5px;
    text-align: center;
    box-shadow: 0px 2px #0d5522;
    -webkit-box-shadow: 0px 2px #0d5522;
    font-size: 17px;
    font-weight: bold;
    margin: 2%;
    display: inline-block;
}

.search_page .Type3,
.modal_window .Type3 {
    width: 20%;
    height: 80px;
    background-color: #84BF41;
    border: 1px solid #a65951;
    border-radius: 5px;
    text-align: center;
    box-shadow: 0px 2px #a65951;
    -webkit-box-shadow: 0px 2px #a65951;
    font-size: 17px;
    font-weight: bold;
    margin: 2%;
    display: inline-block;
}

.search_page a.Type1,
.search_page a.Type2-1,
.search_page a.Type2-2,
.search_page a.Type3,
.modal_window a.Type1,
.modal_window a.Type2-1,
.modal_window a.Type2-2,
.modal_window a.Type3 {
    color: #fff;
    text-decoration: none;
    padding: 10px auto;
}

.search_page a.Type1 i,
.search_page a.Type2-1 i,
.search_page a.Type2-2 i,
.search_page a.Type3 i,
.modal_window a.Type1 i,
.modal_window a.Type2-1 i,
.modal_window a.Type2-2 i,
.modal_window a.Type3 i {
    margin: 15px 0 0;
}

.search_page .PrimarySchool,
.search_page .JuniorHighSchool,
.modal_window .PrimarySchool,
.modal_window .JuniorHighSchool {
    font-weight: bold;
    clear: both;
    font-size: 16px;
    margin: 5px 0;
}

.search_page .school_search h4 label span a,
.modal_window .school_search h4 label span a {
    width: 90%;
    display: inline-block;
    padding: 2px 2px 2px 10px;
    box-sizing: border-box;
    text-decoration: none;
}

.search_page .school_search h4 label span a:hover,
.modal_window .school_search h4 label span a:hover {
    background: #eee;
}

.search_page .form_button,
.modal_window .form_button {
    margin-top: 40px;
}

.search_page .form_button input,
.modal_window .form_button input {
    width: 300px;
    height: 60px;
    line-height: 60px;
    background-color: #84BF41;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    border-radius: 8px;
    text-align: center;
    color: #fff;
    font-size: 17px;
    text-decoration: none;
    padding: 0 10px;
    display: block;
    font-weight: bold;
    margin: 10px auto;
    border: none;
    cursor: pointer;
}

.search_page .form_button input#submit_button,
.modal_window .form_button input#submit_button {
    background-color: #EF2C2C;
}

/* 種別から探す */
#search_type_page .list ul {
    justify-content: center;
}

#search_type_page .list ul li {
    width: 200px;
}

#search_type_page .list ul li+li {
    margin-left: 20px;
}

#search_type_page .list ul li a {
    display: block;
    width: 100%;
    border-radius: 8px;
    text-align: center;
    color: #000000;
    border: 2px solid #000000;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    padding: 10px 0 15px;
    transition: 0.5s;
}

#search_type_page .list ul li a .en {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.03em;
    margin-bottom: 5px;
    color: #84BF41;
    transition: 0.5s;
}

#search_type_page .list ul li a .text {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.08em;
    line-height: 1;
}

#search_type_page .list ul li a:hover {
    background-color: #84BF41;
    color: #fff;
}

#search_type_page .list ul li a:hover .en {
    color: #fff;
}

/* パスワード再発行 */
#reissue_page .reissue_cont_block .password_reissue form {
    text-align: center;
    font-weight: 500;
    letter-spacing: 0.05em;
}

#reissue_page .reissue_cont_block .password_reissue form div {
    margin-bottom: 20px;
}

#reissue_page .reissue_cont_block .password_reissue form input[type=text] {
    width: 300px;
    height: 35px;
    vertical-align: middle;
}

#reissue_page .reissue_cont_block .password_reissue form input[type=submit] {
    cursor: pointer;
    border: 1px solid #1A1311;
    padding: 0 20px;
    height: 35px;
    border-radius: 8px;
    background-color: green;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.05em;
    vertical-align: middle;
}

/* マイページ */
#mypage_page .my_page_cont {
    margin-bottom: 80px;
}

#mypage_page .my_page_cont .block+.block {
    margin-top: 40px;
}

#mypage_page .my_page_cont .block .block_ttl {
    padding: 10px 25px;
    border-radius: 8px;
    background-color: #84BF41;
    font-size: 18px;
    color: #fff;
    letter-spacing: 0.08em;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 20px;
}

#mypage_page .form_block .form_wrap .logout_btn input {
    width: 300px;
    height: 60px;
    line-height: 60px;
    background-color: #84BF41;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    border-radius: 8px;
    text-align: center;
    color: #fff;
    font-size: 17px;
    text-decoration: none;
    padding: 0 10px;
    display: block;
    font-weight: bold;
    margin: 10px auto;
    border: none;
    cursor: pointer;
}

/* メンバー登録解除 */
#withdraw_page .withdraw_cont input {
    width: 300px;
    height: 60px;
    line-height: 60px;
    background-color: #84BF41;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    border-radius: 8px;
    text-align: center;
    color: #fff;
    font-size: 17px;
    text-decoration: none;
    padding: 0 10px;
    display: block;
    font-weight: bold;
    margin: 10px auto;
    border: none;
    cursor: pointer;
}

/* 投稿 */

#archive_page {
    background-color: #f8f8f8;
}

#archive_page .post_cont .blog_main #blog_category_selected_view {
    margin-bottom: 40px;
}

#archive_page .post_cont .blog_main #blog_category_selected_view .blog_category_view {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 0.1em;
}

#archive_page .post_cont .blog_main #blog_category_selected_view .blog_category_view::before {
    content: "";
    display: block;
    width: 50px;
    height: 2px;
    background-color: #000000;
    margin-right: 20px;
    flex-shrink: 0;
}

#archive_page .post_cont .blog_main #blog_category_selected_view .blog_category_view::after {
    content: "一覧";
}

#archive_page .post_cont .blog_main .blog_each_contents {
    padding: 50px;
    background-color: #fff;
    border-radius: 10px;
    max-width: 100%;
}

#archive_page .post_cont .blog_main .blog_each_contents+.blog_each_contents {
    margin-top: 50px;
}

.post_page .post_cont {
    flex-direction: row-reverse;
    flex-wrap: nowrap;
}

.post_page .post_cont .blog_side_menu {
    flex-shrink: 0;
    width: 240px;
    margin-left: 50px;
}

.post_page .post_cont .blog_side_menu .blog_calender {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    padding: 10px;
    border-radius: 8px;
    background-color: #fff;
}

.post_page .post_cont .blog_side_menu .blog_calender table {
    width: 100%;
}

.post_page .post_cont .blog_side_menu .blog_calender table th {
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    background-color: #F3F3F3;
    border: 1px solid #d1cfcf;
}

.post_page .post_cont .blog_side_menu .blog_calender table td {
    text-align: center;
    border: 1px solid #d1cfcf;
    font-size: 14px;
}

.post_page .post_cont .blog_side_menu .blog_calender table td a {
    font-size: 16px;
    font-weight: 500;
    color: #84BF41;
}

.post_page .post_cont .blog_side_menu .blog_category {
    margin-bottom: 20px;
}

.post_page .post_cont .blog_side_menu .blog_category>div,
.post_page .post_cont .blog_side_menu .blog_month>div {
    padding: 10px 15px;
    border-radius: 3px;
    line-height: 1;
    background-color: #84BF41;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.05em;
    margin-bottom: 10px;
}

.post_page .post_cont .blog_side_menu .blog_category li+li,
.post_page .post_cont .blog_side_menu .blog_month li+li {
    margin-top: 5px;
}

.post_page .post_cont .blog_side_menu .blog_category li a,
.post_page .post_cont .blog_side_menu .blog_month li a {
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.03em;
}

.post_page .post_cont .blog_main {
    max-width: calc(100% - 290px);
    width: 100%;
}

.post_page .post_cont .blog_main .blog_each_contents>h3 {
    font-size: 30px;
    letter-spacing: 0.08em;
    line-height: 1.4;
    border-bottom: solid 1px #ccc;
    padding: 0 0 20px;
    margin-bottom: 20px;
    position: relative;
    font-weight: bold;
}

.post_page .post_cont .blog_main .blog_each_contents .blog_contents_date {
    display: inline-block;
    color: #6c6c6c;
    font-size: 13px;
    /* margin-bottom: 30px; */
}

.post_page .post_cont .blog_main .blog_each_contents .blog_contents h2 {
    font-size: 20px;
    margin: 1.5em 0 1em;
    line-height: 1.4;
    padding: 15px 10px 15px 15px;
    border-left: 5px solid #84BF41;
    background: #f2f2f2;
    font-weight: bold;
    letter-spacing: 0.03em;
}

.post_page .post_cont .blog_main .blog_each_contents .blog_contents h3 {
    padding-left: 12px;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.03em;
    border-left: 6px solid #84BF41;
    margin: 1.5em 0 1.5em;
}

.post_page .post_cont .blog_main .blog_each_contents .blog_contents h4 {
    padding: 2px 10px;
    margin: 1.5em 0 1em;
    color: #333;
    border-left: 5px solid #5b5959;
    font-size: 17px;
    position: relative;
}

.post_page .post_cont .blog_main .blog_each_contents .blog_contents h5 {
    font-size: 18px;
    margin: 1.5em 0;
}

.post_page .post_cont .blog_main .blog_each_contents .blog_contents h5::before {
    content: "■";
    padding-right: 10px;
}

.post_page .post_cont .blog_main .blog_each_contents .blog_contents h6 {
    font-size: 17px;
    border-bottom: 1px solid;
    padding-bottom: 3px;
    margin: 1.5em 0 1em;
}

.post_page .post_cont .blog_main .blog_each_contents .blog_contents p {
    font-size: 16px;
    line-height: 2;
    margin: 1.5em 0 1em;
}

.post_page .post_cont .blog_main .blog_each_contents .blog_contents img {
    max-width: 100% !important;
    height: auto !important;
}

.post_page .post_cont .blog_main .blog_each_contents .blog_contents ol {
    border: solid 1px #333;
    padding: 20px 10px;
    counter-reset: count 0;
    position: relative;
}

.post_page .post_cont .blog_main .blog_each_contents .blog_contents ol::before {
    content: "";
    position: absolute;
    right: -2px;
    top: -2px;
    border-width: 0 30px 30px 0;
    border-style: solid;
    border-color: #333 #fff #333;
}

.post_page .post_cont .blog_main .blog_each_contents .blog_contents ol li {
    list-style-type: none;
    position: relative;
}

.post_page .post_cont .blog_main .blog_each_contents .blog_contents ol li+li {
    margin-top: 7px;
}

.post_page .post_cont .blog_main .blog_each_contents .blog_contents ol li::before {
    content: "";
    content: counter(count) ". ";
    counter-increment: count 1;
}

.post_page .post_cont .blog_main .blog_each_contents .blog_contents ul {
    border: solid 1px #ccc;
    padding: 20px 10px 20px 20px;
}

.post_page .post_cont .blog_main .blog_each_contents .blog_contents ul li+li {
    margin-top: 10px;
}

/* 物件一覧ページ(検索結果ページ) */
.bukken_archive_page .bukken_archive_cont .search_parts {
    margin-bottom: 30px;
}

.bukken_archive_page .bukken_archive_cont .search_parts .search_conditions {
    margin-bottom: 5px;
}

.bukken_archive_page .bukken_archive_cont .search_parts .search_conditions>b {
    font-size: 20px;
    letter-spacing: 0.05em;
}

.bukken_archive_page .bukken_archive_cont .search_parts .search_conditions .research_link {
    margin-left: 10px;
}

.bukken_archive_page .bukken_archive_cont .search_parts .search_conditions .research_link a {
    display: inline-block;
    padding: 4px 17px;
    border: 1px solid #84BF41;
    border-radius: 3px;
    font-size: 15px;
    letter-spacing: 0.05em;
    font-weight: 500;
    color: #000000;
}

.bukken_archive_page .bukken_archive_cont .search_parts .search_conditions .search_conditions_ul {
    margin-top: 10px;
}

.bukken_archive_page .bukken_archive_cont .search_parts .search_conditions .search_conditions_ul table {
    width: 100%;
}

.bukken_archive_page .bukken_archive_cont .search_parts .search_conditions .search_conditions_ul table #search_conditions_li_area {
    width: 100%;
}

.bukken_archive_page .bukken_archive_cont .search_parts .search_conditions .search_conditions_ul table #search_conditions_li_area td {
    width: 100%;
    display: block;
}

.bukken_archive_page .bukken_archive_cont .search_parts .search_conditions .search_conditions_ul table #search_conditions_li_area td:first-child {
    margin-bottom: 10px;
}

.bukken_archive_page .bukken_archive_cont .search_parts .search_conditions .search_conditions_ul table #search_conditions_li_area td ul li span {
    display: block;
}

.bukken_archive_page .bukken_archive_cont .search_parts .search_conditions .search_conditions_ul table #search_conditions_li_area td ul li span.search_conditions_koumoku {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.05em;
}

.bukken_archive_page .bukken_archive_cont .search_parts .search_conditions .search_conditions_ul table #search_conditions_li_area td #search_area_modal_button a {
    display: inline-block;
    padding: 4px 17px;
    border: 1px solid #84BF41;
    border-radius: 3px;
    font-size: 15px;
    letter-spacing: 0.05em;
    font-weight: 500;
    color: #000000;
}

.bukken_archive_page .bukken_archive_cont .search_parts .search_condition_saved {
    display: block;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}

.bukken_archive_page .bukken_archive_cont .search_parts .search_condition_saved a {
    display: inline-block;
    padding: 4px 17px;
    border: 1px solid #84BF41;
    border-radius: 3px;
    font-size: 15px;
    letter-spacing: 0.05em;
    font-weight: 500;
    color: #000000;
}

.bukken_archive_page .bukken_archive_cont .list_count {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.05em;
    margin-bottom: 10px;
}

.bukken_archive_page .bukken_archive_cont .list_count .search_result_list_count {
    font-size: 25px;
    font-weight: bold;
    line-height: 1;
    margin-right: 2px;
    margin-left: 3px;
    color: #84BF41;
}

.bukken_archive_page .bukken_archive_cont .SearchNaviView,
.bukken_archive_page .bukken_archive_cont .SearchNaviViewBottom {
    font-size: 14px;
}

.bukken_archive_page .bukken_archive_cont .SearchNaviView #list_sort_select,
.bukken_archive_page .bukken_archive_cont .SearchNaviViewBottom #list_sort_select {
    margin-right: 15px;
}

.bukken_archive_page .bukken_archive_cont .SearchNaviView .BukkenNumPerPage,
.bukken_archive_page .bukken_archive_cont .SearchNaviViewBottom .BukkenNumPerPage {
    margin-right: 15px;
}

.bukken_archive_page .bukken_archive_cont .SearchNaviView .pager_view span,
.bukken_archive_page .bukken_archive_cont .SearchNaviViewBottom .pager_view span {
    width: 30px;
    height: 30px;
    line-height: 24px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    text-align: center;
    color: #000000;
    font-size: 14px;
    box-shadow: 0px 2px #ccc8c8;
    -webkit-box-shadow: 0px 2px #ccc8c8;
    padding: 2px 0;
    display: inline-block;
}

.bukken_archive_page .bukken_archive_cont .SearchNaviView .pager_view span a,
.bukken_archive_page .bukken_archive_cont .SearchNaviViewBottom .pager_view span a {
    color: #000000;
}

.bukken_archive_page .bukken_archive_cont .SearchNaviView .pager_view span.page_on,
.bukken_archive_page .bukken_archive_cont .SearchNaviViewBottom .pager_view span.page_on {
    background-color: #e6dddd;
}

.bukken_archive_page .bukken_archive_cont .SearchNaviView .list_pre_button input[type=button],
.bukken_archive_page .bukken_archive_cont .SearchNaviView .list_next_button input[type=button],
.bukken_archive_page .bukken_archive_cont .SearchNaviViewBottom .list_pre_button input[type=button],
.bukken_archive_page .bukken_archive_cont .SearchNaviViewBottom .list_next_button input[type=button] {
    width: 74px;
    height: 30px;
    line-height: 24px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    text-align: center;
    color: #333;
    font-size: 14px;
    box-shadow: 0px 2px #ccc8c8;
    -webkit-box-shadow: 0px 2px #ccc8c8;
    padding: 2px 0;
    display: inline-block;
    cursor: pointer;
}

.bukken_archive_page .bukken_archive_cont .SearchResult {
    margin: 60px 0;
}

.bukken_archive_page .bukken_archive_cont .SearchResult .bukken_archive_box {
    padding: 20px 20px 30px;
    border: 1px solid #ccc;
}

.bukken_archive_page .bukken_archive_cont .SearchResult .bukken_archive_box+.bukken_archive_box {
    margin-top: 30px;
}

.bukken_archive_page .bukken_archive_cont .SearchResult .bukken_archive_box .bukken_top_box {
    align-items: center;
    flex-wrap: nowrap;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}

.bukken_archive_page .bukken_archive_cont .SearchResult .bukken_archive_box .bukken_top_box .cat_box {
    flex-shrink: 0;
    align-items: center;
    column-gap: 5px;
    margin-right: 20px;
}

.bukken_archive_page .bukken_archive_cont .SearchResult .bukken_archive_box .bukken_top_box .cat_box .cat,
.bukken_archive_page .bukken_archive_cont .SearchResult .bukken_archive_box .bukken_top_box .cat_box .flag_icon_new {
    display: inline-block;
    padding: 5px 15px;
    font-size: 13px;
    border-radius: 3px;
    text-align: center;
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.03em;
    line-height: 1;
}

.bukken_archive_page .bukken_archive_cont .SearchResult .bukken_archive_box .bukken_top_box .cat_box .cat {
    background-color: #84BF41;
}

.bukken_archive_page .bukken_archive_cont .SearchResult .bukken_archive_box .bukken_top_box .cat_box .flag_icon_new {
    background-color: #EF2C2C;
}

.bukken_archive_page .bukken_archive_cont .SearchResult .bukken_archive_box .bukken_top_box .name {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.08em;
    line-height: 1.4;
}

.bukken_archive_page .bukken_archive_cont .SearchResult .bukken_archive_box .bukken_info_box {
    flex-wrap: nowrap;
    align-items: center;
}

.bukken_archive_page .bukken_archive_cont .SearchResult .bukken_archive_box .bukken_info_box .img {
    flex-shrink: 0;
    width: 40%;
    margin-right: 50px;
    line-height: 1;
}

.bukken_archive_page .bukken_archive_cont .SearchResult .bukken_archive_box .bukken_info_box .img img {
    width: 100%;
}

.bukken_archive_page .bukken_archive_cont .SearchResult .bukken_archive_box .bukken_info_box .text_box {
    width: 100%;
}

.bukken_archive_page .bukken_archive_cont .SearchResult .bukken_archive_box .bukken_info_box .text_box .data_box {
    flex-wrap: nowrap;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
    align-items: center;
    font-weight: 500;
    letter-spacing: 0.03em;
    line-height: 1.3;
    font-size: 14px;
}

.bukken_archive_page .bukken_archive_cont .SearchResult .bukken_archive_box .bukken_info_box .text_box .data_box+.data_box {
    margin-top: 10px;
}

.bukken_archive_page .bukken_archive_cont .SearchResult .bukken_archive_box .bukken_info_box .text_box .data_box .label {
    flex-shrink: 0;
    width: 30%;
    margin-right: 15px;
}

.bukken_archive_page .bukken_archive_cont .SearchResult .bukken_archive_box .bukken_info_box .text_box .data_box .data {
    width: 100%;
}

.bukken_archive_page .bukken_archive_cont .SearchResult .bukken_archive_box .bukken_info_box .text_box .data_box .data.price {
    font-size: 20px;
    color: #EF2C2C;
}

.bukken_archive_page .bukken_archive_cont .SearchResult .bukken_archive_box .bukken_info_box .text_box .data_box .data.price .man {
    font-size: 14px;
    color: #000000;
    margin-left: 5px;
}

.bukken_archive_page .bukken_archive_cont .SearchResult .bukken_archive_box .bukken_info_box .text_box .data_wrap {
    flex-wrap: nowrap;
    margin-top: 10px;
}

.bukken_archive_page .bukken_archive_cont .SearchResult .bukken_archive_box .bukken_info_box .text_box .data_wrap+.data_wrap {
    margin-top: 10px;
}

.bukken_archive_page .bukken_archive_cont .SearchResult .bukken_archive_box .bukken_info_box .text_box .data_wrap .data_box {
    width: 50%;
}

.bukken_archive_page .bukken_archive_cont .SearchResult .bukken_archive_box .bukken_info_box .text_box .data_wrap .data_box+.data_box {
    margin-top: 0;
    margin-left: 20px;
}

.bukken_archive_page .bukken_archive_cont .SearchResult .bukken_archive_box .bukken_info_box .text_box .btn_wrap {
    margin-top: 20px;
    flex-wrap: nowrap;
    gap: 0 20px;
}

.bukken_archive_page .bukken_archive_cont .SearchResult .bukken_archive_box .bukken_info_box .text_box .btn_wrap a {
    display: block;
    width: 200px;
    line-height: 1.5;
    text-align: center;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    color: #000000;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.06em;
    background-color: #F3F3F3;
    border-radius: 8px;
    border: 2px solid #000000;
    padding: .7em .5em;
}

.news_bukken_box .btn_wrap a {
    margin-bottom: 0 !important;
}

.news_bukken_box .btn_wrap.pano a {
    background-color: #e5433b !important;
}

.news_bukken_box .btn_wrap.pano a::before {
    content: "360°バーチャル物件内覧";
    font-size: 0.8em;
    letter-spacing: 0;
    position: relative;
    top: -.2em;
    color: #fff;
}

.bukken_top_box2 {
    margin-top: 20px;
}

.news_bukken_box a.request_btn {
    color: #fff !important;
    background-color: #e19934 !important;
}

.bukken_archive_page .bukken_archive_cont .SearchResult .bukken_archive_box .bukken_info_box .text_box .btn_wrap a.more_btn {
    color: #fff;
    background-color: #84BF41;
}

/* 物件詳細 */

#bukken_single_page .bukken_intro_block {
    margin: 60px 0;
}

#bukken_single_page .bukken_intro_block .top_ttl_box {
    padding: 10px 20px;
    background-color: #84BF41;
    margin-bottom: 30px;
}

#bukken_single_page .bukken_intro_block .top_ttl_box .ttl {
    font-size: 20px;
    letter-spacing: 0.08em;
    line-height: 1.3;
    color: #fff;
    font-weight: bold;
}

#bukken_single_page .bukken_intro_block .cat_box {
    flex-shrink: 0;
    align-items: center;
    column-gap: 5px;
    margin-bottom: 40px;
}

#bukken_single_page .bukken_intro_block .cat_box .cat,
#bukken_single_page .bukken_intro_block .cat_box .flag_icon_new {
    display: inline-block;
    padding: 5px 15px;
    font-size: 13px;
    border-radius: 3px;
    text-align: center;
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.03em;
    line-height: 1;
}

#bukken_single_page .bukken_intro_block .cat_box .cat {
    background-color: #84BF41;
}

#bukken_single_page .bukken_intro_block .cat_box .flag_icon_new {
    background-color: #EF2C2C;
}

#bukken_single_page .bukken_intro_block .data_block .data_box {
    flex-wrap: nowrap;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
    align-items: center;
    font-weight: 500;
    letter-spacing: 0.03em;
    line-height: 1.3;
    font-size: 14px;
}

#bukken_single_page .bukken_intro_block .data_block .data_box+.data_box {
    margin-top: 10px;
}

#bukken_single_page .bukken_intro_block .data_block .data_box .label {
    flex-shrink: 0;
    width: 30%;
    margin-right: 15px;
}

#bukken_single_page .bukken_intro_block .data_block .data_box .data_wrap {
    width: 100%;
}

#bukken_single_page .bukken_intro_block .data_block .data_box .data_wrap .data a {
    color: #1A1311;
    text-decoration: underline;
}

#bukken_single_page .bukken_intro_block .data_block .data_box .data_wrap .data a:hover {
    text-decoration: none;
}

#bukken_single_page .bukken_intro_block .data_block .data_box .data_wrap .data .map_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 65px;
    margin-top: 5px;
    padding: 2px 0;
    border: 1px solid #1A1311;
    border-radius: 3px;
}

#bukken_single_page .bukken_intro_block .data_block .data_box .data_wrap .data .map_btn::before {
    content: "";
    display: block;
    flex-shrink: 0;
    margin-right: 3px;
    width: 13px;
    height: 13px;
    background-image: url(https://penguin02-buy.penguin04.com/public/sumolife/home/resources/images/icon_area_black.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

#bukken_single_page .bukken_intro_block .data_block .data_box .data_wrap .data.price {
    font-size: 20px;
    color: #EF2C2C;
}

#bukken_single_page .bukken_intro_block .data_block .data_box .data_wrap .data.price .man {
    font-size: 14px;
    color: #1A1311;
    margin-left: 5px;
}

#bukken_single_page .btn_wrap {
    margin-top: 40px;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 0 20px;
}

#bukken_single_page .btn_wrap a {
    display: block;
    position: relative;
    width: 280px;
    line-height: 56px;
    font-size: 17px;
    letter-spacing: 0.05em;
    color: #fff;
    background-color: #EA8C23;
    text-align: center;
    font-weight: 500;
    border-radius: 5px;
    transition: 0.3s;
    box-shadow: 0 5px #B16006;
}

#bukken_single_page .btn_wrap a::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%) rotate(45deg);
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    width: 10px;
    aspect-ratio: 1/1;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}

#bukken_single_page .btn_wrap a:hover {
    transform: translate(0px, 5px);
    box-shadow: none;
}

#bukken_single_page .catch_text_box {
    padding-bottom: 50px;
    border-bottom: 1px dashed #84BF41;
}

#bukken_single_page .catch_text_box .cont {
    flex-wrap: nowrap;
    align-items: flex-start;
    padding: 40px 50px;
    border: 1px solid #1A1311;
    border-radius: 8px;
}

#bukken_single_page .catch_text_box .cont .ttl_box {
    align-items: flex-end;
    flex-wrap: nowrap;
    flex-shrink: 0;
    margin-right: 50px;
}

#bukken_single_page .catch_text_box .cont .ttl_box .icon {
    width: 22px;
    line-height: 1;
    margin-right: 20px;
    flex-shrink: 0;
}

#bukken_single_page .catch_text_box .cont .ttl_box .icon img {
    width: 100%;
}

#bukken_single_page .catch_text_box .cont .ttl_box .ttl {
    font-size: 27px;
    letter-spacing: 0.04em;
    line-height: 1;
    font-weight: 500;
    color: #84BF41;
    flex-shrink: 0;
}

#bukken_single_page .catch_text_box .cont .text_box {
    font-size: 15px;
    letter-spacing: 0.08em;
    line-height: 1.8;
}

#bukken_single_page .open_house_text_block {
    padding: 20px 30px;
}

#bukken_single_page .open_house_text_block .text_box {
    text-align: center;
}

#bukken_single_page .open_house_text_block .text_box .type {
    display: inline-block;
    padding: 5px 15px;
    border-radius: 3px;
    background-color: #84BF41;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.08em;
    margin-bottom: 20px;
}

#bukken_single_page .open_house_text_block .text_box .catch_copy {
    font-size: 16px;
    letter-spacing: 0.08em;
    line-height: 1.8;
    margin-bottom: 5px;
}

#bukken_single_page .open_house_text_block .text_box .comment {
    font-size: 16px;
    letter-spacing: 0.08em;
    line-height: 1.8;
    margin-bottom: 5px;
}

#bukken_single_page .open_house_text_block .text_box .date {
    font-size: 15px;
    letter-spacing: 0.05em;
    margin-bottom: 3px;
}

#bukken_single_page .open_house_text_block .text_box .time {
    font-size: 15px;
    letter-spacing: 0.05em;
}

#bukken_single_page .img_slider_block .slide_wrap {
    padding: 30px 0;
    background-color: #E1EFE5;
}

#bukken_single_page .img_slider_block .slide_wrap .main_slider {
    width: 660px;
    margin: 0 auto 20px;
}

#bukken_single_page .img_slider_block .slide_wrap .main_slider .propertyImageArea .slick-slide {
    width: 660px;
    height: 450px;
    border: 2px solid #84BF41;
    background-color: #fff;
}

#bukken_single_page .img_slider_block .slide_wrap .main_slider .propertyImageArea .slick-slide a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 1;
    overflow: hidden;
    position: relative;
}



.mfp-bg {
    z-index: 10002 !important;
}

.mfp-wrap {
    z-index: 10003 !important;
}

#bukken_single_page .img_slider_block .slide_wrap .main_slider .propertyImageArea .slick-slide a .caption {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    display: block;
    padding: 15px 20px;
    background-color: rgba(132, 191, 64, 0.9);
    font-size: 13px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    color: #fff;
}

#bukken_single_page .img_slider_block .slide_wrap .main_slider .propertyImageArea .slick-slide a img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    display: block;
}

#bukken_single_page .img_slider_block .slide_wrap .sub_slider {
    width: 660px;
    margin: 0 auto;
}

#bukken_single_page .img_slider_block .slide_wrap .sub_slider .propertyImageArea .slick-slide {
    width: 100px;
    height: 80px;
    cursor: pointer;
}

#bukken_single_page .img_slider_block .slide_wrap .sub_slider .propertyImageArea .slick-slide.slick-current {
    border: 2px solid #84BF41;
}

#bukken_single_page .img_slider_block .slide_wrap .sub_slider .propertyImageArea .slick-slide+li {
    margin-left: 18px;
}

#bukken_single_page .img_slider_block .slide_wrap .sub_slider .propertyImageArea .slick-slide a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 1;
    overflow: hidden;
    position: relative;
    pointer-events: none;
}

#bukken_single_page .img_slider_block .slide_wrap .sub_slider .propertyImageArea .slick-slide a img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    display: block;
}

#bukken_single_page .pano_url_btn {
    margin-top: 40px;
}

#bukken_single_page .pano_url_btn .btn a {
    display: block;
    position: relative;
    width: 280px;
    line-height: 56px;
    font-size: 17px;
    letter-spacing: 0.05em;
    color: #fff;
    background-color: #EA8C23;
    text-align: center;
    font-weight: 500;
    border-radius: 5px;
    transition: 0.3s;
    box-shadow: 0 5px #B16006;
    margin: 0 auto;
}

#bukken_single_page .pano_url_btn .btn a::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%) rotate(45deg);
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    width: 10px;
    aspect-ratio: 1/1;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}

#bukken_single_page .pano_url_btn .btn a:hover {
    transform: translate(0px, 5px);
    box-shadow: none;
}

#bukken_single_page .bukken_common_ttl {
    border-left: 2px solid #84BF41;
    padding-left: 20px;
    font-size: 20px;
    letter-spacing: 0.08em;
    font-weight: bold;
}

#bukken_single_page .bukken_outline_sec {
    margin-bottom: 60px;
}

#bukken_single_page .bukken_outline_sec .bukken_common_ttl {
    margin-bottom: 20px;
}

#bukken_single_page .bukken_outline_sec .data_block {
    border: 1px solid #ccc;
    border-bottom: none;
}

#bukken_single_page .bukken_outline_sec .data_block .data_column {
    flex-wrap: nowrap;
    width: 100%;
}

#bukken_single_page .bukken_outline_sec .data_block .data_column .data_box {
    width: 100%;
}

#bukken_single_page .bukken_outline_sec .data_block .data_box {
    flex-wrap: nowrap;
    border-bottom: 1px solid #ccc;
    font-weight: 500;
    letter-spacing: 0.03em;
    line-height: 1.6;
    font-size: 14px;
}

#bukken_single_page .bukken_outline_sec .data_block .data_box .label {
    flex-shrink: 0;
    width: 30%;
    background-color: #f1f1f1;
    padding: 10px 15px;
    vertical-align: middle;
}

#bukken_single_page .bukken_outline_sec .data_block .data_box .data_wrap {
    width: 100%;
    padding: 10px 15px;
}

#bukken_single_page .bukken_outline_sec .data_block .data_box .data_wrap .data a {
    color: #1A1311;
    text-decoration: underline;
}

#bukken_single_page .bukken_outline_sec .data_block .data_box .data_wrap .data a:hover {
    text-decoration: none;
}

#bukken_single_page .bukken_outline_sec .data_block .data_box .data_wrap .data .map_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 65px;
    margin-top: 5px;
    padding: 2px 0;
    border: 1px solid #1A1311;
    border-radius: 3px;
}

#bukken_single_page .bukken_outline_sec .data_block .data_box .data_wrap .data .map_btn::before {
    content: "";
    display: block;
    flex-shrink: 0;
    margin-right: 3px;
    width: 13px;
    height: 13px;
    background-image: url(https://penguin02-buy.penguin04.com/public/sumolife/home/resources/images/icon_area_black.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

#bukken_single_page .bukken_outline_sec .data_block .data_box .data_wrap .data.price {
    font-size: 20px;
    color: #EF2C2C;
}

#bukken_single_page .bukken_outline_sec .data_block .data_box .data_wrap .data.price .man {
    font-size: 14px;
    color: #1A1311;
    margin-left: 5px;
}

#bukken_single_page .bukken_environment_sec {
    margin-bottom: 60px;
}

#bukken_single_page .bukken_environment_sec .bukken_common_ttl {
    margin-bottom: 20px;
}

#bukken_single_page .bukken_environment_sec .NeibourArea {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 15px 0;
}

#bukken_single_page .bukken_environment_sec .NeibourArea::before {
    content: "";
    display: block;
    width: 24%;
    order: 1;
    height: 0;
}

#bukken_single_page .bukken_environment_sec .NeibourArea::after {
    content: "";
    display: block;
    width: 24%;
    height: 0;
}

#bukken_single_page .bukken_environment_sec .NeibourArea .property-list__item {
    width: 24%;
    padding: 20px 20px 20px;
    border: 1px solid #ccc;
}

#bukken_single_page .bukken_environment_sec .NeibourArea .property-list__item .property-list_type {
    display: block;
    padding-left: 15px;
    border-left: 1px solid #84BF41;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.3;
    margin-bottom: 15px;
}

#bukken_single_page .bukken_environment_sec .NeibourArea .property-list__item img {
    max-height: 150px;
}

#bukken_single_page .bukken_environment_sec .NeibourArea .property-list__item .property-list_title {
    font-size: 16px;
    letter-spacing: 0.05em;
    font-weight: bold;
    line-height: 1.3;
    margin: 15px 0 15px;
}

#bukken_single_page .bukken_environment_sec .NeibourArea .property-list__item .property-list_distance {
    font-size: 15px;
    letter-spacing: 0.05em;
    line-height: 1;
    margin-bottom: 5px;
}

#bukken_single_page .bukken_environment_sec .NeibourArea .property-list__item .property-list_comment {
    font-size: 14px;
    letter-spacing: 0.03em;
    line-height: 1.3;
}

#bukken_single_page .bukken_recommend_sec {
    margin-bottom: 60px;
}

#bukken_single_page .bukken_recommend_sec .bukken_common_ttl {
    margin-bottom: 20px;
}

#bukken_single_page .bukken_viewed_sec .bukken_common_ttl {
    margin-bottom: 20px;
}

/* 保存した検索条件 */
#saved_page .saved_list_block .top_text {
    text-align: center;
    font-size: 16px;
    letter-spacing: 0.08em;
    margin-bottom: 30px;
}

#saved_page .saved_list_block .search_condition_saved_view table {
    border-collapse: collapse;
    width: 100%;
}

#saved_page .saved_list_block .search_condition_saved_view table td {
    padding: 10px 20px;
    border: 1px solid #ccc;
}

#saved_page .saved_list_block .search_condition_saved_view table td.search_condition_saved_each {
    width: 50%;
}

#saved_page .saved_list_block .search_condition_saved_view table td.search_condition_saved_each a {
    color: #000000;
    text-decoration: underline;
}

#saved_page .saved_list_block .search_condition_saved_view table td.search_condition_saved_each a:hover {
    text-decoration: none;
}

#saved_page .saved_list_block .search_condition_saved_view table td.search_condition_saved_delete {
    width: 20%;
}

#saved_page .saved_list_block .search_condition_saved_view table td.search_condition_saved_delete a {
    display: block;
    text-align: center;
    width: 80%;
    line-height: 40px;
    border-radius: 5px;
    background-color: #eee;
    box-shadow: 0 3px #b3b3b3;
    margin: 0 auto;
    font-size: 15px;
    letter-spacing: 0.05em;
    font-weight: 500;
    color: #000000;
}

/* ログイン */
#login_page .login form {
    text-align: center;
}

#login_page .login form .block+.block {
    margin-top: 10px;
}

#login_page .login form span {
    margin-right: 20px;
}

#login_page .login form input[type=text],
#login_page .login form input[type=password] {
    width: 300px;
    height: 35px;
    vertical-align: middle;
}

#login_page .login form input[type=submit],
#login_page .login form a {
    cursor: pointer;
    border: 1px solid #1A1311;
    padding: 0 20px;
    height: 35px;
    border-radius: 8px;
    background-color: green;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.05em;
    vertical-align: middle;
    font-size: 14px;
}

#login_page .login form a {
    display: inline-block;
    line-height: 33px;
}

#login_page .logined {
    text-align: center;
}

#login_page .logined .name {
    margin-bottom: 35px;
}

#login_page .logined .btn_wrap a {
    width: 300px;
    height: 60px;
    line-height: 60px;
    background-color: #EF2C2C;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    border-radius: 8px;
    text-align: center;
    color: #fff;
    font-size: 17px;
    text-decoration: none;
    padding: 0 10px;
    display: block;
    font-weight: bold;
    margin: 10px auto;
    border: none;
    cursor: pointer;
}

#login_page .logined .btn_wrap a.logout {
    background-color: #84BF41;
}

/* 会社概要ページ */
#company_page .company_profile {
    margin-bottom: 60px;
}

#company_page .company_profile .common_ttl_box {
    margin-bottom: 30px;
}

#company_page .company_profile table {
    width: 100%;
    margin: 0 auto;
    border-collapse: collapse;
}

#company_page .company_profile table th,
#company_page .company_profile table td {
    padding: 15px 1rem 20px;
    border-bottom: 1px solid #d4d4d4;
}

#company_page .company_profile table th {
    vertical-align: inherit;
    width: 20%;
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 1;
    font-weight: normal;
}

#company_page .company_profile table td {
    width: 80%;
    font-size: 14px;
    letter-spacing: 0.08em;
}

#company_page #company_concept_sec .con_text_box {
    margin-top: 50px;
    text-align: center;
}

#company_page #company_concept_sec .con_text_box .text {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.08em;
    line-height: 1.9;
}

#company_page #company_concept_sec .con_text_box .text+.text {
    margin-top: 18px;
}

#company_page #company_greetings_sec {
    background-image: url(../image/top_about_sec_back.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 100px 0;
    margin-top: 100px;
}

#company_page #company_greetings_sec .inner_back {
    background-color: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
    padding: 50px 100px;
}

#company_page #company_greetings_sec .inner_back .text_box {
    text-align: center;
    margin-top: 30px;
}

#company_page #company_greetings_sec .inner_back .text_box .text {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.9;
}

#company_page #company_greetings_sec .inner_back .text_box .text+.text {
    margin-top: 15px;
}

#company_page #company_greetings_sec .inner_back .text_box .name {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.08em;
    line-height: 1;
    margin-top: 35px;
    text-align: end;
}

#company_page #company_career_sec {
    margin-top: 100px;
}

#company_page #company_career_sec .career_box {
    margin-top: 50px;
    position: relative;
}

#company_page #company_career_sec .career_box::before {
    width: 3px;
    height: 92%;
    background-color: #ccc;
    z-index: -1;
    top: 0;
    left: 79px;
    content: "";
    position: absolute;
}

#company_page #company_career_sec .career_box ul li {
    flex-wrap: nowrap;
    align-items: baseline;
}

#company_page #company_career_sec .career_box ul li+li {
    margin-top: 80px;
}

#company_page #company_career_sec .career_box ul li .time {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.08em;
    line-height: 1;
    flex-shrink: 0;
    padding: 10px 0;
    margin-right: 100px;
    color: #fff;
    background-color: #84bf41;
    text-align: center;
    width: 160px;
    border-radius: 6px;
}

#company_page #company_career_sec .career_box ul li .time .num {
    font-size: 32px;
}

/*#company_page #company_career_sec .career_box ul li .cont_box {
    margin-left: auto;
}*/

#company_page #company_career_sec .career_box ul li .cont_box .theme {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.08em;
}

#company_page #company_career_sec .career_box ul li .cont_box .text {
    margin-top: 22px;
    letter-spacing: 0.08em;
    line-height: 2;
    font-size: 16px;
}

#company_page #company_career_sec .career_box ul li .cont_box .text .bold {
    font-weight: bold;
    font-size: 18px;
    margin-right: 5px;
}

#company_page #company_outline_sec {
    margin-top: 100px;
}

#company_page #company_outline_sec .access_box {
    margin-top: 80px;
    width: 100%;
    height: 380px;
}

#company_page #company_outline_sec .access_box iframe {
    width: 100%;
    height: 100%;
}

/* 採用情報 */
#recruit_page ul li {
    align-items: flex-start;
    flex-wrap: nowrap;
    padding: 22px 15px;
}

#recruit_page ul li+li {
    border-top: 1px dashed #ccc;
}

#recruit_page ul li .theme {
    flex-shrink: 0;
    width: 25%;
    margin-right: 50px;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.08em;
}

#recruit_page ul li .cont {
    width: 100%;
    font-size: 17px;
    letter-spacing: 0.08em;
}

#recruit_page .common_btn {
    margin: 50px auto 0;
}

/* ハウスメーカーの皆様へ */

#house_page .intro_box {
    text-align: center;
}

#house_page .intro_box .theme {
    font-size: 26px;
    letter-spacing: 0.08em;
    line-height: 1.7;
    font-weight: 600;
}

#house_page .intro_box .lead_wrap {
    text-align: center;
    margin: 19px 0 3px;
}

#house_page .intro_box .lead_wrap .lead {
    display: inline-flex;
    align-items: flex-end;
    gap: 0 20px;
    font-size: 22px;
    line-height: 1;
    letter-spacing: 0.08em;
    font-weight: 600;
}

#house_page .intro_box .lead_wrap .lead::before,
#house_page .intro_box .lead_wrap .lead::after {
    content: "";
    display: block;
    width: 3px;
    height: 26px;
    background-color: #84BF41;
}

#house_page .intro_box .lead_wrap .lead::before {
    transform: rotate(-30deg);
}

#house_page .intro_box .lead_wrap .lead::after {
    transform: rotate(30deg);
}

#house_page .intro_box .big_text {
    color: #84BF41;
    font-size: 40px;
    letter-spacing: 0.08em;
    line-height: 1.7;
    text-align: center;
    font-weight: 600;
}

#house_page .num_box {
    border-radius: 10px;
    margin-top: 60px;
    background-image: url(../image/top_about_sec_back.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 80px 0;
    z-index: 1;
    overflow: hidden;
    position: relative;
}

#house_page .num_box::after {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: -1;
}

#house_page .num_box .inner_back {
    color: #fff;
    padding: 0 120px;
}

#house_page .num_box .inner_back .common_ttl_box .en_ttl {
    color: #fff;
}

#house_page .num_box .inner_back ul {
    margin-top: 40px;
}

#house_page .num_box .inner_back ul li {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    line-height: 1;
}

#house_page .num_box .inner_back ul li+li {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 2px dashed #ccc;
}

#house_page .num_box .inner_back ul li .theme {
    flex-shrink: 0;
    width: 400px;
    margin-right: 170px;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.08em;
}

#house_page .num_box .inner_back ul li .num_sec {
    font-size: 30px;
    font-weight: 600;
}

#house_page .num_box .inner_back ul li .num_sec .num {
    font-size: 55px;
    margin-right: 10px;
    color: #EA8C23;
}

#house_page .comment_box {
    margin-top: 100px;
    background-color: #F3F3F3;
    padding: 100px 0;
}

#house_page .comment_box .inner_back {
    background-color: #fff;
    border-radius: 10px;
    padding: 50px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
    text-align: center;
}

#house_page .comment_box .inner_back .theme {
    font-size: 25px;
    font-weight: 600;
    letter-spacing: 0.08em;
    line-height: 1.9;
}

#house_page .comment_box .common_btn {
    margin: 50px auto 0;
}

/* スタッフ紹介 */
#staff_page .staff_box ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 65px 80px;
}

#staff_page .staff_box ul li .img {
    width: 100%;
    height: 300px;
}

#staff_page .staff_box ul li .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
}

#staff_page .staff_box ul li .text_cont_box {
    display: flex;
    padding: 18px 10px 0;
    flex-direction: column;
    height: 146px;
}

#staff_page .staff_box ul li .text_cont_box .name {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0.08em;
    line-height: 1;
}

#staff_page .staff_box ul li .text_cont_box .store {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.08em;
    line-height: 1;
    margin-top: 10px;
}

#staff_page .staff_box ul li .text_cont_box .more {
    margin-top: auto;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.08em;
    color: #fff;
    background-color: #EA8C23;
    border-radius: 6px;
    display: block;
    line-height: 50px;
    text-align: center;
    width: 100%;
    border: 1px solid #EA8C23;
    transition: 0.3s;
}

#staff_page .staff_box ul li .text_cont_box .more:hover {
    background-color: #fff;
    color: #EA8C23;
}

.common_modal_staff_box {
    padding: 100px calc(50vw - 570px);
    align-items: flex-start;
    flex-wrap: nowrap !important;
}

.common_modal_staff_box .modal_img {
    width: 450px;
    height: 600px;
    flex-shrink: 0;
    margin-right: 140px;
}

.common_modal_staff_box .modal_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
}

.common_modal_staff_box .text_box {
    margin-left: auto;
    margin-top: 100px;
}

.common_modal_staff_box .text_box .name {
    color: #fff;
    font-size: 34px;
    font-weight: 600;
    letter-spacing: 0.08em;
    line-height: 1;
}

.common_modal_staff_box .text_box .cont_box {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 3px dashed #ccc;
}

.common_modal_staff_box .text_box .cont_box .box+.box {
    margin-top: 30px;
}

.common_modal_staff_box .text_box .cont_box .box .theme {
    background-color: #EA8C23;
    border-radius: 6px;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    line-height: 45px;
}

.common_modal_staff_box .text_box .cont_box .box .cont {
    margin-top: 15px;
    font-size: 18px;
    letter-spacing: 0.08em;
    color: #fff;
    font-weight: 600;
    line-height: 2;
}

.form_page .form_block .form_wrap form .FormBukken {
    margin-bottom: 50px;
}

.form_page .form_block .form_wrap form .FormBukken>tbody>tr+tr th {
    margin-top: 30px;
    margin-bottom: 15px;
}

.form_page .form_block .form_wrap form .FormBukken>tbody>tr>th {
    padding-left: 20px;
    border-left: 2px solid #84BF41;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.08em;
    line-height: 1;
}

.form_page .form_block .form_wrap form .FormBukken>tbody>tr>th,
.form_page .form_block .form_wrap form .FormBukken>tbody>tr>td {
    display: block;
    width: 100%;
}

.form_page .form_block .form_wrap form .FormBukken .FormBukkenEach th,
.form_page .form_block .form_wrap form .FormBukken .FormBukkenEach td {
    vertical-align: middle;
    padding-top: 30px;
}

.form_page .form_block .form_wrap form .FormBukken .FormBukkenEach td {
    padding: 30px 15px 0;
}

.form_page .form_block .form_wrap form .FormBukken .FormBukkenEach .FormBukkenCount {
    font-size: 20px;
    color: #84BF41;
    font-weight: bold;
    width: 60px;
    text-align: left;
}

.form_page .form_block .form_wrap form .FormBukken .FormBukkenEach .FormBukkenImg {
    line-height: 1;
    text-align: center;
}

.form_page .form_block .form_wrap form .FormBukken .FormBukkenEach .FormBukkenImg img {
    max-height: 150px;
}

.form_page .form_block .form_wrap form .FormBukken .FormBukkenEach .FormBukkenKind {
    display: inline-block;
    padding: 4px 15px;
    background-color: #84BF41;
    border-radius: 3px;
    font-weight: bold;
    font-size: 12px;
    letter-spacing: 0.05em;
    line-height: 1;
    margin-bottom: 10px;
    color: #fff;
}

.form_page .form_block .form_wrap form .FormBukken .FormBukkenEach .FormBukkenName {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.08em;
    line-height: 1.3;
    margin-bottom: 13px;
}

.form_page .form_block .form_wrap form .FormBukken .FormBukkenEach .FormBukkenAddress,
.form_page .form_block .form_wrap form .FormBukken .FormBukkenEach .FormBukkenAccess,
.form_page .form_block .form_wrap form .FormBukken .FormBukkenEach .FormBukkenLand,
.form_page .form_block .form_wrap form .FormBukken .FormBukkenEach .FormBukkenFloor,
.form_page .form_block .form_wrap form .FormBukken .FormBukkenEach .FormBukkenID {
    font-size: 14px;
    letter-spacing: 0.05em;
}

.form_page .form_block .form_wrap form .FormBukken .FormBukkenEach .FormBukkenPrice {
    font-size: 20px;
    color: #EF2C2C;
    margin-bottom: 5px;
}

.form_page .form_block .form_wrap form .FormBukken .FormBukkenEach .FormBukkenPrice .man {
    font-size: 14px;
    color: #1A1311;
    margin-left: 5px;
}

.form_page .form_block .form_wrap form .FormBukken .FormBukkenEach input[type="button"] {
    width: 80px;
    height: 35px;
    background-color: #f1f1f1;
    border: 1px solid #1A1311;
    appearance: none;
    font-size: 16px;
    color: #1A1311;
    letter-spacing: 0.03em;
    cursor: pointer;
    margin-top: 10px;
    border-radius: 3px;
    text-align: center;
}

/* テラスエステートの想い */

#message_page .message_text_block .text_box+.text_box {
    margin-top: 40px;
}

#message_page .message_text_block .text_box .main_message_box {
    margin-top: 10px;
    margin-bottom: 20px;
}

#message_page .message_text_block .text_box .main_message_text {
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 0.06em;
    display: inline-block;
    background: linear-gradient(transparent 70%, #fef674 0%);
}

#message_page .message_text_block .text_box .main_message_text .dot {
    font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    font-size: 40px;
    font-weight: 900;
}

#message_page .message_text_block .text_box .main_message_text .dot:nth-of-type(1) {
    margin-right: 5px;
}

#message_page .message_text_block .text_box .main_message_text .dot:nth-of-type(2) {
    margin-left: 5px;
}

#message_page .message_text_block .text_box .text {
    font-size: 16px;
    letter-spacing: 0.06em;
    line-height: 1.9;
}

#message_page .message_text_block .text_box .text+.text {
    margin-top: 18px;
}

#message_page .message_text_block .text_box .text .bold {
    font-weight: bold;
    font-size: 18px;
}

#message_page .message_text_block .text_box .img {
    width: 100%;
    line-height: 1;
    margin-bottom: 25px;
}

#message_page .message_text_block .text_box .img img {
    width: 100%;
    aspect-ratio: 5/2;
    object-fit: cover;
    border-radius: 8px;
}

#message_page .message_text_block .name {
    margin-top: 50px;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 0.06em;
}

#top_bukken_list_sec .top_bukken_block .panel {
    display: none !important;
}

#top_bukken_list_sec .top_bukken_block .panel.active {
    display: block !important;
}

#top_bukken_list_sec .top_bukken_block .tab_area {
    display: grid;
    grid-template-columns: repeat(3, 200px);
    gap: 15px;
    margin-bottom: 20px;
}

#top_bukken_list_sec .top_bukken_block .tab_area .tab_btn {
    background-color: #84BF41;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 1em;
    text-align: center;
    border-radius: 5px;
    line-height: 1;
    cursor: pointer;
    border: 2px solid #84BF41;
    transition: .3s;
}

#top_bukken_list_sec .top_bukken_block .tab_area .tab_btn:hover,
#top_bukken_list_sec .top_bukken_block .tab_area .tab_btn.active {
    background-color: #fff;
    color: #84BF41;
}

.top_review_sec {
    margin-bottom: 120px;
}

.top_review_sec .sec_cont {
    background-color: #84BF41;
    padding: 70px;
    text-align: center;
    border-radius: 10px;
    color: #fff;
    position: relative;
}

.top_review_sec .sec_cont::before {
    pointer-events: none;
    content: "";
    inset: 20px;
    border: 2px solid #fff;
    position: absolute;
}

.top_review_sec .sec_cont .common_ttl_box .en_ttl {
    color: #fff;
}

.top_review_sec .sec_cont .text_area {
    margin: 30px 0;
}

.top_review_sec .sec_cont .text_area .text {
    font-size: 20px;
    letter-spacing: .04em;
}

.top_review_sec .sec_cont .common_btn {
    margin: 0 auto;
}

.page_review .review_cont ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.page_review .review_cont ul li {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 20px;
    border: 2px solid #84BF41;
    border-radius: 5px;
}

.page_review .review_cont ul li .icon {
    border-radius: 50%;
    overflow: hidden;
    width: 80px;
    aspect-ratio: 1;
    flex-shrink: 0;
}

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

.page_review .review_cont ul li .text_area {
    flex-grow: 1;
}

.page_review .review_cont ul li .text_area .shop_name {
    background-color: #84BF41;
    color: #fff;
    line-height: 1;
    padding: .5em .7em;
    border-radius: 3px;
    width: fit-content;
    font-size: 14px;
    margin-bottom: .5em;
    letter-spacing: .02em;
    display: inline-block;
}

.page_review .review_cont ul li .text_area .info {
    margin-left: 1em;
    color: #000;
    font-size: 13px;
    display: inline-block;
    border-bottom: .5px solid #84BF41;
}

.page_review .review_cont ul li .text_area .star {
    font-size: 18px;
    color: #ffca00;
    line-height: 1;
}

.page_review .review_cont ul li .text_area .inner_text_area {
    font-size: 15px;
    line-height: 1.7;
    letter-spacing: .04em;
    margin-top: 1em;
    padding-top: 1em;
    border-top: 2px dashed #ccc;
}

.news_item_box {
    margin: 2em 0;
}

.news_item_box .index {
    text-align: center;
    font-size: 24px;
    margin-bottom: .5em;
}

.news_item_box .item_box {
    display: flex;
    gap: 0 20px;
    align-items: center;
    justify-content: center;
}

.news_item_box .item_box img {
    width: 450px;
    flex-shrink: 0;
}

.news_item_box .item_box .text_box .text {
    font-size: 16px;
}

.-type-card .p-postList__thumb,
.-type-list .p-postList__thumb, .-type-list2 .p-postList__thumb {
    aspect-ratio: 4/5;
}

.c-postThumb__figure {
    height: 100%;
}

@media (max-width: 750px) {
    .pc {
        display: none;
    }

    .sp {
        display: block;
    }

    body {
        font-size: 3.6vw;
        line-height: 1.6;
    }

    .post_page .post_cont .blog_main {
        max-width: 100%;
    }

    .wrap {
        max-width: 90%;
    }

    .wrap02 {
        max-width: 90%;
    }

    .common_modal_shop_list .cont {
        width: 90vw;
        padding: 8vw 5vw;
    }

    .common_modal_shop_list .cont .ttl {
        font-size: 4.6vw;
        margin-bottom: 4vw;
    }

    .common_modal_shop_list .cont .list ul li+li {
        margin-top: 3vw;
    }

    .common_modal_shop_list .cont .list ul li a {
        padding: 3.5vw 3.5vw;
    }

    .common_modal_shop_list .cont .list ul li a::after {
        right: 3vw;
        width: 2vw;
    }

    .common_modal_shop_list .cont .list ul li a .icon {
        width: 6vw;
        margin-right: 3vw;
    }

    .common_modal_shop_list .cont .list ul li a .text {
        font-size: 4vw;
    }

    #sp_fixed_link_cont {
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        padding: 2vw 0;
        background-color: #F3F3F3;
        z-index: 10;
    }

    #sp_fixed_link_cont .list {
        width: 100%;
    }

    #sp_fixed_link_cont .list ul li {
        width: 19%;
    }

    #sp_fixed_link_cont .list ul li a {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        width: 100%;
        height: 100%;
        border-radius: 5px;
        background-color: #EA8C23;
        padding: 2vw 0;
    }

    #sp_fixed_link_cont .list ul li a.line {
        background-color: #00B900;
    }

    #sp_fixed_link_cont .list ul li a .icon {
        width: 25%;
        aspect-ratio: 1/1;
        margin: 0 auto 1.3vw;
    }

    #sp_fixed_link_cont .list ul li a .icon img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    #sp_fixed_link_cont .list ul li a .text {
        text-align: center;
        font-size: 2.8vw;
        color: #fff;
        letter-spacing: 0.03em;
        line-height: 1.2;
    }

    #sp_header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background-color: #fff;
        border-bottom: 1px solid #CBCBCB;
        z-index: 9999;
    }

    #sp_header .main_cont {
        padding: 12px 25px;
        align-items: center;
    }

    #sp_header .main_cont .logo {
        display: block;
        height: 33px;
        line-height: 1;
    }

    #sp_header .main_cont .logo img {
        height: 100%;
    }

    #sp_header .main_cont .search_btn {
        display: block;
        width: 75px;
        line-height: 27px;
        background-color: #84BF41;
        text-align: center;
        font-size: 12px;
        letter-spacing: 0.04em;
        margin-left: 40px;
        color: #fff;
        border-radius: 5px;
        box-shadow: 0 3px #659133;
    }

    #sp_header .main_cont .ham_btn {
        margin-left: auto;
        width: 28.5px;
        height: 18px;
    }

    #sp_header .main_cont .ham_btn .inner {
        width: 100%;
        height: 100%;
        cursor: pointer;
        text-align: center;
    }

    #sp_header .main_cont .ham_btn .inner .border {
        position: absolute;
        display: block;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #000000;
        transition: 0.5s;
    }

    #sp_header .main_cont .ham_btn .inner .border:first-child {
        top: 0;
    }

    #sp_header .main_cont .ham_btn .inner .border:nth-child(2) {
        top: 8px;
    }

    #sp_header .main_cont .ham_btn .inner .border:nth-child(3) {
        top: 16px;
    }

    #sp_header .main_cont .ham_btn.active .inner .border:first-child {
        top: 8px;
        transform: rotate(315deg);
    }

    #sp_header .main_cont .ham_btn.active .inner .border:nth-child(2),
    #sp_header .main_cont .ham_btn.active .inner .border:nth-child(3) {
        top: 8px;
        transform: rotate(-315deg);
    }

    #sp_header .hd_ham_menu {
        width: 100%;
        height: calc(100vh - 57px);
        position: fixed;
        z-index: 10001;
        top: 57px;
        left: 0;
        overflow: scroll;
        transform: translateX(100%);
        transition: all 0.5s ease;
        background-color: #fff;
    }

    #sp_header .hd_ham_menu.active {
        transform: translateX(0);
    }

    #sp_header .hd_ham_menu .cont {
        width: 100%;
        height: 100%;
        flex-direction: column;
        justify-content: center;
    }

    #sp_header .hd_ham_menu .cont ul li {
        border-top: 1px solid #F3F3F3;
    }

    #sp_header .hd_ham_menu .cont ul li a {
        display: block;
        width: 100%;
        padding: 3.5vw 5vw;
        text-align: center;
        color: #84BF41;
        font-size: 3.6vw;
        font-weight: bold;
        letter-spacing: 0.08em;
        line-height: 1;
    }

    #top_fv_sec {
        margin-bottom: 8vw;
    }

    #top_fv_sec .inner {
        width: 100vw;
        margin-left: -5vw;
        padding: 20vw 0;
        border-radius: 0;
    }

    #top_fv_sec .inner::before {
        border-radius: 0;
    }

    #top_fv_sec .inner .main_text_box {
        margin-bottom: 6vw;
    }

    #top_fv_sec .inner .main_text_box .en_text {
        font-size: 5vw;
        margin-bottom: 4vw;
    }

    #top_fv_sec .inner .main_text_box .ttl {
        font-size: 6.5vw;
        line-height: 1.4;
        margin-bottom: 3vw;
    }

    #top_fv_sec .inner .main_text_box .text {
        font-size: 3.5vw;
    }

    #top_fv_sec .inner .works_list ul {
        display: block;
        width: 100%;
    }

    #top_fv_sec .inner .works_list ul li {
        justify-content: center;
    }

    #top_fv_sec .inner .works_list ul li+li {
        margin-top: 1vw;
    }

    #top_fv_sec .inner .works_list ul li::before,
    #top_fv_sec .inner .works_list ul li:after {
        width: 5vw;
    }

    #top_fv_sec .inner .works_list ul li::before {
        margin-right: 1.5vw;
    }

    #top_fv_sec .inner .works_list ul li::after {
        margin-left: 1.5vw;
    }

    #top_fv_sec .inner .works_list ul li .text_box {
        margin-right: 1vw;
    }

    #top_fv_sec .inner .works_list ul li .text_box .text {
        font-size: 3.8vw;
    }

    #top_fv_sec .inner .works_list ul li .text_box .text .small {
        font-size: 3.5vw;
    }

    #top_fv_sec .inner .works_list ul li .num_box .num_text {
        font-size: 6vw;
    }

    #top_fv_sec .inner .works_list ul li .num_box .num_text .num {
        font-size: 10vw;
    }

    .common_ttl_box .en_ttl {
        font-size: 4vw;
        margin-bottom: 2vw;
    }

    .common_ttl_box .ttl {
        font-size: 5.8vw;
    }

    #top_news_sec {
        margin-bottom: 15vw;
    }

    #top_news_sec .common_ttl_box {
        margin-bottom: 7vw;
    }

    #top_news_sec .news_block {
        gap: 4vw;
        display: flex;
    }

    #top_news_sec .news_block .news_box {
        width: 100%;
    }

    #top_news_sec .news_block .news_box+.news_box {
        margin-top: 9vw;
    }

    #top_news_sec .news_block .news_box:nth-child(odd) {
        padding-right: 0;
    }

    #top_news_sec .news_block .news_box:nth-child(even) {
        padding-left: 0;
        border-left: none;
    }

    #top_news_sec .news_block .news_box .ttl_box {
        padding-bottom: 2vw;
        padding-right: 0;
    }

    #top_news_sec .news_block .news_box .ttl_box .ttl {
        font-size: 4vw;
    }

    #top_news_sec .news_block .news_box .ttl_box .link {
        font-size: 3.6vw;
    }

    #top_news_sec .news_block .news_box .ttl_box .link::after {
        width: 2vw;
        margin-left: 2vw;
    }

    #top_news_sec .news_block .news_box .list .penguin_blog_parts .penguin_blog_parts_link {
        padding: 3vw 0;
    }

    #top_news_sec .news_block .news_box .list .penguin_blog_parts .penguin_blog_parts_link .penguin_blog_parts_text_box .penguin_blog_parts_date {
        font-size: 3.2vw;
        margin-right: 2.5vw;
    }

    #top_news_sec .news_block .news_box .list .penguin_blog_parts .penguin_blog_parts_link .penguin_blog_parts_text_box .penguin_blog_parts_ttl {
        font-size: 3.6vw;
    }

    #top_news_sec .common_btn {
        margin: 0 auto;
    }

    #top_search_sec {
        margin-bottom: 13vw;
        padding-bottom: 11vw;
    }

    #top_search_sec::before {
        top: 5vw;
    }

    #top_search_sec .label_wrap {
        margin-bottom: 8vw;
    }

    #top_search_sec .label_wrap .label {
        padding: 4vw 5vw;
        font-size: 3.5vw;
    }

    #top_search_sec .label_wrap .label::before {
        bottom: -2vw;
        width: 8vw;
        height: 3vw;
    }

    #top_search_sec .list ul {
        gap: 2vw 0;
        justify-content: space-between;
    }

    #top_search_sec .list ul li {
        width: 49%;
    }

    #top_search_sec .list ul li a {
        border: 2px solid #DEDEDE;
    }

    #top_search_sec .list ul li a .map_cont {
        padding: 3vw 0 2vw;
    }

    #top_search_sec .list ul li a .map_cont .map_img {
        width: 50%;
        margin: 0 auto 2vw;
    }

    #top_search_sec .list ul li a .map_cont .area_text {
        font-size: 3.4vw;
    }

    #top_search_sec .list ul li a .text_box {
        padding: 3vw 0;
        border-top: 2px solid #DEDEDE;
    }

    #top_search_sec .list ul li a .text_box::before {
        right: 3vw;
        width: 2vw;
    }

    #top_search_sec .list ul li a .text_box .text {
        font-size: 3.8vw;
    }

    .modaal-inner-wrapper {
        padding-inline: 5vw !important;
    }

    .modal_area_search_cont_inner {
        width: 90vw;
        padding: 10vw 5vw;
    }

    .modal_area_search_cont_inner .cont {
        display: block;
    }

    .modal_area_search_cont_inner .cont .block {
        width: 100%;
    }

    .modal_area_search_cont_inner .cont .block+.block {
        margin-top: 8vw;
    }

    .modal_area_search_cont_inner .cont .block:nth-child(odd) {
        padding-right: 0;
    }

    .modal_area_search_cont_inner .cont .block:nth-child(even) {
        padding-left: 0;
        border-left: none;
    }

    .modal_area_search_cont_inner .cont .block .ttl {
        font-size: 4.5vw;
        margin-bottom: 5vw;
    }

    .modal_area_search_cont_inner .cont .block .list ul {
        display: block;
    }

    .modal_area_search_cont_inner .cont .block .list ul li {
        width: 100%;
    }

    .modal_area_search_cont_inner .cont .block .list ul li+li {
        margin-top: 2vw;
    }

    .modal_area_search_cont_inner .cont .block .list ul li a {
        line-height: 8vw;
        border: 2px solid #000000;
        font-size: 3.6vw;
        color: #fff;
        background-color: #EA8C23;
    }

    .common_bukken_list {
        width: 95vw;
        margin-right: -5vw;
        overflow-x: scroll;
    }

    .common_bukken_list ul {
        width: 100%;
        justify-content: inherit;
        flex-wrap: nowrap;
        gap: 0 3vw;
    }

    .common_bukken_list ul li {
        flex-shrink: 0;
    }

    .common_bukken_list ul::before {
        content: none;
    }

    .common_bukken_list ul::after {
        content: none;
    }

    .common_bukken_box,
    .property-simple li {
        width: 65vw;
    }

    .common_bukken_box a,
    .common_bukken_box, .property-simple li {
        padding: 2vw 2vw 4vw;
    }

    .common_bukken_box a .img,
    .property-simple li .thumbnail-image {
        margin-bottom: 4vw;
    }

    .common_bukken_box a .text_box .name_box {
        margin-bottom: 2vw;
    }

    .common_bukken_box a .text_box .name_box .icon {
        margin-right: 2vw;
        width: 4vw;
    }

    .property-simple li .property-name,
    .common_bukken_box a .text_box .name_box .name {
        font-size: 3.6vw;
        margin-bottom: 0.5em;
    }

    .common_bukken_box a .text_box .price_box {
        margin-bottom: 2vw;
    }

    .common_bukken_box a .text_box .price_box .icon {
        width: 4vw;
        margin-right: 2vw;
    }

    .property-simple li .bukken-info dd .price-strong,
    .common_bukken_box a .text_box .price_box .price {
        font-size: 3.5vw;
    }

    .common_bukken_box a .text_box .price_box .price .num {
        font-size: 4vw;
        margin-right: 1vw;
    }

    .common_bukken_box a .text_box .address_box .icon {
        width: 4vw;
        margin-right: 2vw;
    }

    .common_bukken_box a .text_box .address_box .address {
        font-size: 3.4vw;
    }

    #top_recommend_sec {
        margin-bottom: 10vw;
    }

    #top_recommend_sec .common_ttl_box {
        margin-bottom: 4vw;
    }

    #top_recommend_sec .list .top_recommend_slider .slick-slide+.slick-slide {
        margin-left: 0;
    }

    #top_recommend_sec .list .pager {
        width: 10vw;
        border: 2px solid #000000;
    }

    #top_recommend_sec .list .pager::before {
        width: 2vw;
        border-top: 2px solid #000000;
        border-right: 2px solid #000000;
    }

    #top_recommend_sec .list .pager.prev {
        left: 2vw;
    }

    #top_recommend_sec .list .pager.next {
        right: 2vw;
    }

    #top_bukken_list_sec {
        padding: 13vw 5vw;
        margin-bottom: 13vw;
    }

    #top_bukken_list_sec .top_bukken_block {
        padding-left: 0;
        display: block;
    }

    #top_bukken_list_sec .top_bukken_block+.top_bukken_block {
        margin-top: 10vw;
        padding-top: 10vw;
    }

    #top_bukken_list_sec .top_bukken_block+.top_bukken_block::before {
        width: 90vw;
    }

    #top_bukken_list_sec .top_bukken_block .text_cont {
        width: 100%;
        margin-right: 0;
        margin-bottom: 5vw;
    }

    #top_bukken_list_sec .top_bukken_block .text_cont .common_ttl_box {
        margin-bottom: 3vw;
    }

    #top_bukken_list_sec .top_bukken_block .text_cont .text {
        font-size: 3.5vw;
        line-height: 1.8;
    }

    #top_bukken_list_sec .top_bukken_block .slider_wrap {
        width: 95vw;
        /* overflow-x: scroll; */
    }

    #top_bukken_list_sec .top_bukken_block .slider_wrap ul {
        display: flex;
        gap: 0 3vw;
        overflow: scroll;
    }

    #top_bukken_list_sec .top_bukken_block .slider_wrap ul li {
        flex-shrink: 0;
    }

    #top_bukken_list_sec .top_bukken_block .slider_wrap .top_land_slider {
        display: flex;
        gap: 0 3vw;
    }

    #top_bukken_list_sec .top_bukken_block .slider_wrap .top_land_slider .penguin_blog_parts {
        width: 65vw;
        flex-shrink: 0;
    }

    #top_bukken_list_sec .top_bukken_block .slider_wrap .top_land_slider .penguin_blog_parts a {
        padding: 4vw 3.5vw 6vw;
    }

    #top_bukken_list_sec .top_bukken_block .slider_wrap .top_land_slider .penguin_blog_parts a .penguin_blog_parts_img_box {
        margin-bottom: 4vw;
    }

    #top_bukken_list_sec .top_bukken_block .slider_wrap .top_land_slider .penguin_blog_parts a .penguin_blog_parts_text_box {
        padding: 0 2vw;
    }

    #top_bukken_list_sec .top_bukken_block .slider_wrap .top_land_slider .penguin_blog_parts a .penguin_blog_parts_text_box .penguin_blog_parts_ttl {
        font-size: 3.6vw;
    }

    #top_about_sec {
        margin-bottom: 13vw;
        padding: 5vw 0;
    }

    #top_about_sec .cont {
        padding: 10vw 5vw;
    }

    #top_about_sec .cont .text_box .label_wrap {
        text-align: center;
        margin-bottom: 4vw;
    }

    #top_about_sec .cont .text_box .label_wrap .label {
        gap: 0 6vw;
        font-size: 5vw;
        letter-spacing: 0.1em;
    }

    #top_about_sec .cont .text_box .label_wrap .label::before,
    #top_about_sec .cont .text_box .label_wrap .label::after {
        width: 2px;
        height: 7vw;
    }

    #top_about_sec .cont .text_box .ttl {
        font-size: 5vw;
        margin-bottom: 5vw;
    }

    #top_about_sec .cont .text_box .movie_wrap {
        width: 100%;
        margin: 0 auto 5vw;
    }

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

    #top_about_sec .cont .text_box .text+.text {
        margin-top: 3vw;
    }

    #top_about_sec .cont .text_box .btn_wrap {
        margin-top: 6vw;
        display: block;
        gap: 0;
    }

    #top_about_sec .cont .text_box .btn_wrap .common_btn {
        margin: 0 auto;
    }

    #top_about_sec .cont .text_box .btn_wrap .common_btn+.common_btn {
        margin-top: 3vw;
    }

    #top_about_sec .cont .terazo_box {
        display: none;
    }

    .common_btn {
        width: 70vw;
    }

    .common_btn a {
        line-height: 12vw;
        font-size: 3.6vw;
        transition: 0.3s;
        box-shadow: 0 3px #B16006;
    }

    .common_btn a::before {
        right: 3.5vw;
        width: 2vw;
    }

    .common_btn a:hover {
        transform: translate(0);
        box-shadow: 0 3px #B16006;
    }

    #top_reason_sec {
        margin-bottom: 13vw;
    }

    #top_reason_sec .common_ttl_box {
        margin-bottom: 7vw;
    }

    #top_reason_sec .list ul li {
        flex-direction: column-reverse;
    }

    #top_reason_sec .list ul li::before {
        content: none;
    }

    #top_reason_sec .list ul li+li {
        margin-top: 11vw;
    }

    #top_reason_sec .list ul li:nth-child(odd) .text_box {
        margin-right: 0;
    }

    #top_reason_sec .list ul li:nth-child(even) {
        flex-direction: column-reverse;
    }

    #top_reason_sec .list ul li:nth-child(even) .text_box {
        margin-left: 0;
    }

    #top_reason_sec .list ul li .text_box {
        width: 100%;
    }

    #top_reason_sec .list ul li .text_box .num {
        font-size: 4vw;
        margin-bottom: 4vw;
    }

    #top_reason_sec .list ul li .text_box .ttl {
        font-size: 4.7vw;
        margin-bottom: 4vw;
    }

    #top_reason_sec .list ul li .text_box .text {
        padding-bottom: 1vw;
        line-height: 2.4;
    }

    #top_reason_sec .list ul li .img {
        border-radius: 3px;
        margin-bottom: 4vw;
    }

    #top_shop_sec {
        margin-bottom: 15vw;
    }

    #top_shop_sec .common_ttl_box {
        margin-bottom: 7vw;
    }

    #top_shop_sec .list ul::after {
        content: none;
    }

    #top_shop_sec .list ul li {
        width: 100%;
        border: 2px solid #DEDEDE;
    }

    #top_shop_sec .list ul li+li {
        margin-top: 5vw;
    }

    #top_shop_sec .list ul li .text_box {
        padding: 6vw 3.5vw 5vw;
    }

    #top_shop_sec .list ul li .text_box .data_text_box {
        padding-bottom: 4vw;
        margin-bottom: 5vw;
    }

    #top_shop_sec .list ul li .text_box .data_text_box .name {
        font-size: 4.5vw;
        margin-bottom: 4vw;
    }

    #top_shop_sec .list ul li .text_box .data_text_box .data_box+.data_box {
        margin-top: 2vw;
    }

    #top_shop_sec .list ul li .text_box .data_text_box .data_box .label {
        width: 12vw;
        line-height: 5vw;
        font-size: 3.2vw;
        margin-right: 3vw;
    }

    #top_shop_sec .list ul li .text_box .data_text_box .data_box .data {
        font-size: 3.4vw;
    }

    #top_shop_sec .list ul li .contact_box .label_box {
        margin-bottom: 3vw;
    }

    #top_shop_sec .list ul li .contact_box .label_box .icon {
        width: 4vw;
        margin-right: 2vw;
    }

    #top_shop_sec .list ul li .contact_box .label_box .label {
        font-size: 3.6vw;
    }

    #top_shop_sec .list ul li .contact_box .btn_list {
        gap: 2vw 0;
    }

    #top_shop_sec .list ul li .contact_box .btn_list .btn_box {
        width: 49%;
    }

    #top_shop_sec .list ul li .contact_box .btn_list .btn_box a {
        line-height: 8vw;
        font-size: 3.5vw;
    }

    #top_shop_sec .list ul li .contact_box .btn_list .btn_box a::before {
        content: "";
        right: 3vw;
        width: 1.5vw;
    }

    #top_shop_sec .list ul li .contact_box .btn_list .btn_box a:hover {
        transform: translate(0);
        box-shadow: 0 3px #B16006;
    }

    .staff_ban_sec {
        margin-bottom: 13vw;
    }

    .staff_ban_sec .banner {
        width: 100%;
        height: 58vw;
    }

    #top_house_banner_sec {
        margin: 0 0 13vw;
    }

    #top_house_banner_sec .banner a {
        display: block;
    }

    #top_house_banner_sec .banner a .img {
        display: none;
    }

    #top_house_banner_sec .banner a .text_box {
        width: 100%;
        padding: 15vw 0 8vw;
    }

    #top_house_banner_sec .banner a .text_box .ttl_box .designs {
        top: -10vw;
        width: 80vw;
    }

    #top_house_banner_sec .banner a .text_box .ttl_box .designs svg {
        width: 100%;
    }

    #top_house_banner_sec .banner a .text_box .ttl_box .designs svg line {
        stroke-width: 2px;
    }

    #top_house_banner_sec .banner a .text_box .ttl_box .ttl {
        font-size: 5.5vw;
        letter-spacing: 0.1em;
        margin-bottom: 4vw;
        line-height: 1.5;
    }

    #top_house_banner_sec .banner a .text_box .text {
        font-size: 3.6vw;
    }

    #top_house_banner_sec .banner a .text_box .label_box {
        top: -7vw;
        right: -3.5vw;
        width: 27vw;
    }

    #top_house_banner_sec .banner a .text_box .label_box .label {
        font-size: 3.4vw;
        margin-bottom: -4vw;
    }

    #top_house_banner_sec .banner a .text_box .label_box .num {
        width: 20vw;
    }

    #top_house_banner_sec .banner a .text_box .label_box .num svg text {
        stroke-width: 1px;
        font-size: 9vw;
        transform: translate(2vw, 14vw);
    }

    #top_magazine_sec {
        margin-bottom: 15vw;
    }

    #top_magazine_sec .illust {
        display: none;
    }

    #top_magazine_sec .top_ttl_box {
        margin-bottom: 6vw;
    }

    #top_magazine_sec .top_ttl_box .ttl {
        font-size: 3.6vw;
        margin-bottom: 2vw;
    }

    #top_magazine_sec .top_ttl_box .en_ttl {
        font-size: 6vw;
        margin-bottom: 3vw;
    }

    #top_magazine_sec .top_ttl_box .text {
        font-size: 3.5vw;
    }

    #top_magazine_sec .list {
        margin-bottom: 8vw;
        justify-content: inherit;
        width: 95vw;
        overflow-x: scroll;
        gap: 0 3vw;
        flex-wrap: nowrap;
    }

    #top_magazine_sec .list::before {
        content: none;
    }

    #top_magazine_sec .list::after {
        content: none;
    }

    #top_magazine_sec .list .penguin_blog_parts {
        flex-shrink: 0;
        width: 60vw;
    }

    #top_magazine_sec .list .penguin_blog_parts .penguin_blog_parts_link .penguin_blog_parts_img_box {
        margin-bottom: 4vw;
    }

    #top_magazine_sec .list .penguin_blog_parts .penguin_blog_parts_link .penguin_blog_parts_text_box {
        padding: 0;
    }

    #top_magazine_sec .list .penguin_blog_parts .penguin_blog_parts_link .penguin_blog_parts_text_box .penguin_blog_parts_date {
        font-size: 3.2vw;
        margin-bottom: 2vw;
    }

    #top_magazine_sec .list .penguin_blog_parts .penguin_blog_parts_link .penguin_blog_parts_text_box .penguin_blog_parts_date::before {
        width: 3vw;
        margin-right: 1vw;
    }

    #top_magazine_sec .list .penguin_blog_parts .penguin_blog_parts_link .penguin_blog_parts_text_box .penguin_blog_parts_ttl {
        font-size: 3.7vw;
    }

    #main_footer {
        padding-bottom: 18vw;
    }

    #main_footer .link_block {
        padding: 8vw 0;
    }

    #main_footer .link_block .block {
        padding: 5vw 3.5vw;
    }

    #main_footer .link_block .block+.block {
        margin-top: 3vw;
    }

    #main_footer .link_block .block .label {
        padding-left: 2.5vw;
        border-left: 3px solid #84BF41;
        font-size: 3.5vw;
        margin-bottom: 3vw;
    }

    #main_footer .link_block .block .list ul {
        gap: 2.5vw 3vw;
    }

    #main_footer .link_block .block .list ul li a {
        font-size: 3.2vw;
    }

    #main_footer .link_block .block .logo_list ul {
        gap: 0 4vw;
    }

    #main_footer .link_block .block .logo_list ul li {
        width: 20vw;
    }

    #main_footer .copyright_block .copyright {
        font-size: 3vw;
        line-height: 6vw;
    }

    /* 固定ページ共通 */
    .common_page_main {
        padding: 12vw 0 10vw;
    }

    .common_page_main .text_box .ttl_box {
        margin-bottom: 5vw;
        padding-bottom: 3vw;
    }

    .common_page_main .text_box .ttl_box::before {
        width: 20vw;
        height: 1px;
    }

    .common_page_main .text_box .ttl_box .ttl {
        font-size: 6vw;
    }

    .common_page_main .breadcrumb {
        font-size: 3vw;
    }

    .common_page_main .breadcrumb ul li+li {
        margin-left: 1vw;
    }

    .common_page {
        padding: 15vw 0 18vw;
    }

    /* 物件購入の流れ */
    #flow_page .flow_list_block .list ul::before {
        top: 2vw;
        left: 2vw;
        bottom: 61vw;
    }

    #flow_page .flow_list_block .list ul li {
        display: block;
    }

    #flow_page .flow_list_block .list ul li+li {
        margin-top: 8vw;
    }

    #flow_page .flow_list_block .list ul li .inner {
        margin-bottom: 3vw;
    }

    #flow_page .flow_list_block .list ul li .step {
        display: none;
    }

    #flow_page .flow_list_block .list ul li:last-child .circle::before {
        width: 6vw;
        height: 6vw;
    }

    #flow_page .flow_list_block .list ul li .circle {
        margin-right: 4vw;
        width: 4vw;
        height: 4vw;
        border: 1vw solid #EBEBEB;
    }

    #flow_page .flow_list_block .list ul li .ttl {
        width: auto;
        font-size: 4vw;
        margin-right: 0;
    }

    #flow_page .flow_list_block .list ul li .box {
        width: auto;
        padding-bottom: 5vw;
        margin-left: 8vw;
    }

    #flow_page .flow_list_block .list ul li .box .text {
        font-size: 3.4vw;
    }

    #flow_page .flow_list_block .list ul li .box .text+.text {
        margin-top: 2vw;
    }

    /* よくある質問 */
    #faq_page .list_block .list ul li {
        padding: 0 0;
    }

    #faq_page .list_block .list ul li .q_box,
    #faq_page .list_block .list ul li .a_box {
        padding: unset;
    }

    #faq_page .list_block .list ul li .q_box {
        padding: 3.5vw 8vw 3.5vw 2vw;
    }

    #faq_page .list_block .list ul li .q_box::before,
    #faq_page .list_block .list ul li .q_box::after {
        right: 0vw;
        width: 3vw;
    }

    #faq_page .list_block .list ul li .q_box .q_ttl_box {
        width: auto;
        height: auto;
        border-radius: 0;
        background-color: transparent;
        text-align: left;
        margin-right: 4vw;
    }

    #faq_page .list_block .list ul li .q_box .q_ttl_box .q_ttl {
        line-height: 1;
        color: #84BF41;
        font-size: 7vw;
    }

    #faq_page .list_block .list ul li .q_box .q_text {
        font-size: 3.5vw;
    }

    #faq_page .list_block .list ul li .a_box {
        padding: 5vw 0;
    }

    #faq_page .list_block .list ul li .a_box .a_ttl {
        display: none;
    }

    #faq_page .list_block .list ul li .a_box .a_text {
        font-size: 3.4vw;
    }

    /* スモライフについて */
    #company_page .company_profile {
        margin-bottom: 10vw;
    }

    #company_page .company_profile .common_ttl_box {
        margin-bottom: 20px;
    }

    #company_page .company_profile table {
        width: 100%;
    }

    #company_page .company_profile table th,
    #company_page .company_profile table td {
        padding: 15px 1rem;
        width: 100%;
        display: block;
        border-bottom: 1px solid #84BF41;
    }

    #company_page .company_profile table {
        border-top: 1px solid #84BF41;
    }

    #company_page .company_profile table th {
        width: 100%;
        background-color: #F8F8F8;
        font-size: 3.6vw;
    }

    #company_page .company_profile table td {
        width: 100%;
        font-size: 3.4vw;
    }

    /* 店舗一覧 */
    #shop_page .shop_list_sec .office_box+.office_box {
        margin-top: 12vw;
    }

    #shop_page .shop_list_sec .office_box .data_box {
        display: block;
        margin-bottom: 6vw;
    }

    #shop_page .shop_list_sec .office_box .data_box .text_box {
        margin-bottom: 6vw;
    }

    #shop_page .shop_list_sec .office_box .data_box .text_box .name {
        margin-bottom: 3.5vw;
        padding-top: 3.5vw;
        font-size: 5vw;
    }

    #shop_page .shop_list_sec .office_box .data_box .text_box ul li {
        font-size: 3.5vw;
    }

    #shop_page .shop_list_sec .office_box .data_box .text_box ul li .ttl {
        width: 28%;
        padding: 3.5vw;
    }

    #shop_page .shop_list_sec .office_box .data_box .text_box ul li .data {
        padding: 3.5vw;
    }

    #shop_page .shop_list_sec .office_box .data_box .img {
        width: 100%;
        margin-left: 0;
    }

    #shop_page .shop_list_sec .office_box .data_box .img img {
        width: 100%;
    }

    #shop_page .shop_list_sec .office_box .map {
        width: 100%;
        height: 50vw;
    }

    /* 個人情報保護方針 */
    #privacy_page .main_text {
        font-size: 3.5vw;
        line-height: 1.8;
    }

    #privacy_page dl dt {
        font-size: 3.6vw;
        border-left: 2px solid;
    }

    #privacy_page dl dd {
        font-size: 3.3vw;
        line-height: 1.8;
        margin: 0;
    }

    /* サイトマップ */
    #sitemap_page .list ul li+li {
        margin-top: 2vw;
    }

    #sitemap_page .list ul li a {
        padding: 1.5vw 3.5vw;
        font-size: 3.4vw;
    }

    /* フォーム関連 */
    .form_page .form_sub_cont {
        margin-bottom: 8vw;
    }

    .form_page .form_sub_cont .progress_bar {
        margin-bottom: 5vw;
    }

    .form_page .form_sub_cont .progress_bar ul li {
        width: 30%;
        padding: 1.5vw 0;
    }

    .form_page .form_sub_cont .progress_bar ul li+li {
        margin-left: 2%;
    }

    .form_page .form_sub_cont .progress_bar ul li .en {
        font-size: 3.2vw;
        margin-bottom: 1vw;
    }

    .form_page .form_sub_cont .progress_bar ul li .text {
        font-size: 3.5vw;
    }

    .form_page .form_sub_cont .form_check_text {
        font-size: 3.5vw;
    }

    .form_page .form_block .form_wrap {
        border-radius: 0;
        border: none;
        padding: 0;
    }

    .form_page .form_block .form_wrap form #FormPrivacy {
        margin-top: 40px;
    }

    .form_page .form_block .form_wrap form #FormPrivacy #form_private_policy {
        border-radius: 5px;
        box-shadow: 0 0 3px #bdc8ca;
        border: 1px solid #bbc6c8;
        height: 150px;
        overflow-y: scroll;
        padding: 10px;
        margin-bottom: 10px;
    }

    .form_page .form_block .form_wrap form .FormTableRow,
    .form_page .form_block .form_wrap form .FormKoumoku,
    .form_page .form_block .form_wrap form .FormValue {
        width: 100%;
        display: block !important;
    }

    .form_page .form_block .form_wrap form .FormSubGroup {
        padding-left: 3.5vw;
        border-left: 1px solid #84BF41;
        font-size: 4.2vw;
        margin-bottom: 4vw;
    }

    .form_page .form_block .form_wrap form .FormTable {
        width: 100%;
        border: none;
    }

    .form_page .form_block .form_wrap form .FormTable+.FormSubGroup {
        margin-top: 8vw;
    }

    .form_page .form_block .form_wrap form .FormTable .FormTableRow+.FormTableRow {
        margin-top: 5vw;
    }

    .form_page .form_block .form_wrap form .FormTable .FormTableRow .FormKoumoku {
        width: 100%;
        font-size: 3.8vw;
        padding: 0;
        border-right: none;
        border-bottom: none;
        margin-bottom: 2vw;
    }

    .form_page .form_block .form_wrap form .FormTable .FormTableRow .FormKoumoku .FormRequired {
        padding: 1vw 2vw;
        font-size: 2.8vw;
        margin-left: 3vw;
    }

    .form_page .form_block .form_wrap form .FormTable .FormTableRow .FormValue {
        width: 100%;
        padding: 0;
        border-bottom: none;
        font-size: 3.4vw;
    }

    .form_page .form_block .form_wrap form .FormTable .FormTableRow .FormValue input[type=text],
    .form_page .form_block .form_wrap form .FormTable .FormTableRow .FormValue input[type=email] {
        height: 9vw;
        padding: 0 2.5vw;
    }

    .form_page .form_block .form_wrap form .FormTable .FormTableRow .FormValue input[type=tel] {
        width: 100%;
        height: 9vw;
        padding: 0 2.5vw;
    }

    .form_page .form_block .form_wrap form .FormTable .FormTableRow .FormValue select {
        width: 100%;
        height: 9vw;
        padding: 0 2.5vw;
    }

    .form_page .form_block .form_wrap form .FormTable .FormTableRow .FormValue textarea {
        height: 45vw;
        padding: 0 2.5vw;
    }

    .form_page .form_block .form_wrap form .form_button {
        margin-top: 8vw;
    }

    .form_page .form_block .form_wrap form .form_button input {
        width: 100%;
        height: 12vw;
        line-height: 12vw;
        font-size: 4vw;
        padding: 0 3.5vw;
        margin: 1.5vw auto;
    }

    /* 検索関連 */
    .search_page th,
    .search_page td,
    .modal_window th,
    .modal_window td {
        width: 100% !important;
    }

    .search_page th,
    .modal_window th {
        border-right: none;
    }

    .search_page .Type1,
    .modal_window .Type1 {
        width: 44% !important;
        height: 80px;
        background-color: #bfa217;
        border: 1px solid #90790e;
        border-radius: 5px;
        text-align: center;
        box-shadow: 0px 2px #90790e;
        -webkit-box-shadow: 0px 2px #90790e;
        font-size: 17px;
        font-weight: bold;
        margin: 2%;
        display: inline-block;
    }

    .search_page .Type2-1,
    .modal_window .Type2-1 {
        width: 44% !important;
        height: 80px;
        background-color: #006d1a;
        border: 1px solid #0d5522;
        border-radius: 5px;
        text-align: center;
        box-shadow: 0px 2px #0d5522;
        -webkit-box-shadow: 0px 2px #0d5522;
        font-size: 17px;
        font-weight: bold;
        margin: 2%;
        display: inline-block;
    }

    .search_page .Type2-2,
    .modal_window .Type2-2 {
        width: 44% !important;
        height: 80px;
        background-color: #006d1a;
        border: 1px solid #0d5522;
        border-radius: 5px;
        text-align: center;
        box-shadow: 0px 2px #0d5522;
        -webkit-box-shadow: 0px 2px #0d5522;
        font-size: 17px;
        font-weight: bold;
        margin: 2%;
        display: inline-block;
    }

    .search_page .Type3,
    .modal_window .Type3 {
        width: 44% !important;
        height: 80px;
        background-color: #d65951;
        border: 1px solid #a65951;
        border-radius: 5px;
        text-align: center;
        box-shadow: 0px 2px #a65951;
        -webkit-box-shadow: 0px 2px #a65951;
        font-size: 17px;
        font-weight: bold;
        margin: 2%;
        display: inline-block;
    }

    .search_page table.SearchTable th,
    .search_page table.serchTbl th,
    .modal_window table.SearchTable th,
    .modal_window table.serchTbl th {
        width: auto;
        display: block;
        border-bottom: none;
        padding: 5px;
    }

    .search_page table.SearchTable td,
    .search_page table.serchTbl td,
    .modal_window table.SearchTable td,
    .modal_window table.serchTbl td {
        width: auto;
        display: block;
        border-bottom: none;
    }

    .search_page .PrefBlock li,
    .search_page .AddressBlock li,
    .search_page .Address2Block li,
    .search_page .LineComapnyBlock ul li,
    .modal_window .PrefBlock li,
    .modal_window .AddressBlock li,
    .modal_window .Address2Block li,
    .modal_window .LineComapnyBlock ul li {
        width: 100%;
        display: block;
    }

    .search_page .search_button,
    .modal_window .search_button {
        width: 100%;
        text-align: center !important;
        margin: 0px !important;
        padding: 10px;
        box-sizing: border-box;
        z-index: 1;
    }

    .search_page .search_button li,
    .modal_window .search_button li {
        display: block;
        margin: 0 0 5px;
    }

    .search_page .search_button li#BukkenCountView,
    .modal_window .search_button li#BukkenCountView {
        margin-right: 0;
        margin-bottom: 3vw;
    }

    .search_page .search_button li:last-of-type,
    .modal_window .search_button li:last-of-type {
        display: block !important;
        clear: both;
        margin: 0 0 0px !important;
    }

    .search_page .AreaBlock1 .PrefBlock li,
    .search_page .AreaBlock2 .PrefBlock>li>ul>li,
    .search_page .AreaBlock3 .PrefBlock>li>ul>li>ul>li,
    .search_page .Station .StationBlock li,
    .search_page .areacate2 .Address1 .Address1_Select .Address2 .Address2_Select,
    .search_page .areacate3 .Address1 .Address1_Select .Address2 .Address2_Select .address3_block .Address3_Select,
    .modal_window .AreaBlock1 .PrefBlock li,
    .modal_window .AreaBlock2 .PrefBlock>li>ul>li,
    .modal_window .AreaBlock3 .PrefBlock>li>ul>li>ul>li,
    .modal_window .Station .StationBlock li,
    .modal_window .areacate2 .Address1 .Address1_Select .Address2 .Address2_Select,
    .modal_window .areacate3 .Address1 .Address1_Select .Address2 .Address2_Select .address3_block .Address3_Select {
        width: 100%;
    }

    .search_page .search_tr_walk td br,
    .search_page .search_tr_tiku td br,
    .modal_window .search_tr_walk td br,
    .modal_window .search_tr_tiku td br {
        display: none;
    }

    .search_page .search_tr_walk td label,
    .search_page .search_tr_tiku td label,
    .search_page .FormValue label,
    .modal_window .search_tr_walk td label,
    .modal_window .search_tr_tiku td label,
    .modal_window .FormValue label {
        display: block;
    }

    .search_page .areacate0 .AddressSetPrefBlock .Address1_Select,
    .search_page .areacate1 .AddressSetPrefBlock .Address2_Select,
    .search_page .areacate2 .AddressSetPrefBlock .Address3_Select,
    .search_page .StationBlock li,
    .modal_window .areacate0 .AddressSetPrefBlock .Address1_Select,
    .modal_window .areacate1 .AddressSetPrefBlock .Address2_Select,
    .modal_window .areacate2 .AddressSetPrefBlock .Address3_Select,
    .modal_window .StationBlock li {
        display: inline-block;
        width: 48.5%;
    }

    .search_page .AreaBlock0 .PrefBlock li,
    .search_page .AreaBlock2 .AddressBlock li,
    .search_page .StationBlock li,
    .modal_window .AreaBlock0 .PrefBlock li,
    .modal_window .AreaBlock2 .AddressBlock li,
    .modal_window .StationBlock li {
        display: inline-block;
        width: 48.5%;
    }

    .search_page #SearchArea input[value=検索],
    .search_page #search_button input[type=button],
    .search_page .school_search input[type=submit],
    .modal_window #SearchArea input[value=検索],
    .modal_window #search_button input[type=button],
    .modal_window .school_search input[type=submit] {
        width: 100%;
        height: 12vw;
        line-height: 12vw;
        font-size: 4vw;
        padding: 0 3.5vw;
        margin: 1.5vw auto;
    }

    .search_page .ShoolSearchPref,
    .modal_window .ShoolSearchPref {
        padding: 2.5vw 3.5vw;
        font-size: 4vw;
        margin: 6vw 0 3vw;
    }

    .search_page h4,
    .modal_window h4 {
        padding-left: 3.5vw;
        border-left: 1px solid #84BF41;
        font-size: 4vw;
        margin-bottom: 4vw;
    }

    .search_page h4 a::before,
    .search_page h4 a::after,
    .modal_window h4 a::before,
    .modal_window h4 a::after {
        right: -10vw;
        width: 3vw;
    }

    .search_page .PrimarySchool,
    .search_page .JuniorHighSchool,
    .modal_window .PrimarySchool,
    .modal_window .JuniorHighSchool {
        font-size: 3.6vw;
        margin: 5px 0;
    }

    .search_page .form_button,
    .modal_window .form_button {
        margin-top: 8vw;
    }

    .search_page .form_button input,
    .modal_window .form_button input {
        width: 100%;
        height: 12vw;
        line-height: 12vw;
        font-size: 4vw;
        padding: 0 3.5vw;
        margin: 1.5vw auto;
    }

    /* 種別から探す */
    #search_type_page .list ul {
        display: block;
    }

    #search_type_page .list ul li {
        width: 100%;
    }

    #search_type_page .list ul li+li {
        margin-left: 0;
        margin-top: 2vw;
    }

    #search_type_page .list ul li a {
        padding: 2vw 0 3vw;
        background-color: #84BF41;
        color: #fff;
    }

    #search_type_page .list ul li a .en {
        font-size: 3.2vw;
        margin-bottom: 1vw;
        color: #fff;
    }

    #search_type_page .list ul li a .text {
        font-size: 4.2vw;
    }

    /* パスワード再発行 */
    #reissue_page .reissue_cont_block .password_reissue form {
        font-size: 3.4vw;
    }

    #reissue_page .reissue_cont_block .password_reissue form div {
        margin-bottom: 3vw;
    }

    #reissue_page .reissue_cont_block .password_reissue form input[type=text] {
        width: 37vw;
        height: 7vw;
    }

    #reissue_page .reissue_cont_block .password_reissue form input[type=submit] {
        padding: 0 3vw;
        height: 7vw;
        border-radius: 4px;
    }

    /* マイページ */
    #mypage_page .my_page_cont {
        margin-bottom: 10vw;
    }

    #mypage_page .my_page_cont .block+.block {
        margin-top: 7vw;
    }

    #mypage_page .my_page_cont .block .block_ttl {
        padding: 2.5vw 3.5vw;
        font-size: 4vw;
        margin-bottom: 3vw;
    }

    #mypage_page .form_block .form_wrap .logout_btn input {
        width: 100%;
        height: 12vw;
        line-height: 12vw;
        font-size: 4vw;
        padding: 0 3.5vw;
        margin: 1.5vw auto;
    }

    /* 投稿 */

    #archive_page .wrap {
        max-width: 96%;
    }

    #archive_page .post_cont .blog_main #blog_category_selected_view {
        margin-bottom: 10vw;
    }

    #archive_page .post_cont .blog_main #blog_category_selected_view .blog_category_view {
        font-size: 5vw;
    }

    #archive_page .post_cont .blog_main #blog_category_selected_view .blog_category_view::before {
        width: 5vw;
        height: 1px;
        margin-right: 3vw;
    }

    #archive_page .post_cont .blog_main .blog_each_contents {
        padding: 5vw 3vw;
    }

    #archive_page .post_cont .blog_main .blog_each_contents+.blog_each_contents {
        margin-top: 8vw;
    }

    .post_page .post_cont {
        flex-direction: column-reverse;
        flex-wrap: wrap;
    }

    .post_page .post_cont .blog_side_menu {
        width: 100%;
        margin-left: 0;
        margin-top: 10vw;
    }

    .post_page .post_cont .blog_side_menu .blog_calender {
        margin-bottom: 4vw;
        padding: 3vw;
    }

    .post_page .post_cont .blog_side_menu .blog_calender table th {
        font-size: 3.6vw;
    }

    .post_page .post_cont .blog_side_menu .blog_calender table td {
        font-size: 3.4vw;
    }

    .post_page .post_cont .blog_side_menu .blog_calender table td a {
        font-size: 3.6vw;
    }

    .post_page .post_cont .blog_side_menu .blog_category {
        margin-bottom: 4vw;
    }

    .post_page .post_cont .blog_side_menu .blog_category>div,
    .post_page .post_cont .blog_side_menu .blog_month>div {
        padding: 2vw 3.5vw;
        font-size: 3.5vw;
        margin-bottom: 2vw;
    }

    .post_page .post_cont .blog_side_menu .blog_category li+li,
    .post_page .post_cont .blog_side_menu .blog_month li+li {
        margin-top: 1vw;
    }

    .post_page .post_cont .blog_side_menu .blog_category li a,
    .post_page .post_cont .blog_side_menu .blog_month li a {
        font-size: 3.4vw;
    }

    .post_page .post_cont .blog_main .blog_each_contents>h3 {
        margin-bottom: 5vw;
        font-size: 4.5vw;
        letter-spacing: 0.05em;
        padding-bottom: 3vw;
    }

    .post_page .post_cont .blog_main .blog_each_contents .blog_contents_date {
        font-size: 3.2vw;
        /* margin-bottom: 3vw; */
    }

    .post_page .post_cont .blog_main .blog_each_contents .blog_contents h2 {
        font-size: 4.2vw;
        margin: 1.5em 0 1em;
        padding: 3vw 2vw 3vw 3vw;
        border-left: 3px solid #84BF41;
    }

    .post_page .post_cont .blog_main .blog_each_contents .blog_contents h3 {
        padding-left: 3vw;
        font-size: 4vw;
        border-left: 3px solid #84BF41;
        margin: 1.5em 0 1.5em;
    }

    .post_page .post_cont .blog_main .blog_each_contents .blog_contents h4 {
        font-size: 4vw;
        padding: 2vw;
        margin: 1.5em 0 1em;
    }

    .post_page .post_cont .blog_main .blog_each_contents .blog_contents h5 {
        font-size: 4vw;
    }

    .post_page .post_cont .blog_main .blog_each_contents .blog_contents h5::before {
        content: "■";
        padding-right: 10px;
    }

    .post_page .post_cont .blog_main .blog_each_contents .blog_contents h6 {
        font-size: 3.8vw;
    }

    .post_page .post_cont .blog_main .blog_each_contents .blog_contents p {
        font-size: 3.5vw;
    }

    .post_page .post_cont .blog_main .blog_each_contents .blog_contents ol {
        padding: 6vw 3vw;
    }

    .post_page .post_cont .blog_main .blog_each_contents .blog_contents ol::before {
        border-width: 0 3vw 3vw 0;
    }

    .post_page .post_cont .blog_main .blog_each_contents .blog_contents ol li+li {
        margin-top: 1.5vw;
    }

    .post_page .post_cont .blog_main .blog_each_contents .blog_contents ul {
        padding: 3.5vw;
    }

    .post_page .post_cont .blog_main .blog_each_contents .blog_contents ul li+li {
        margin-top: 2vw;
    }

    /* 物件一覧ページ(検索結果ページ) */
    .bukken_archive_page .bukken_archive_cont .search_parts {
        margin-bottom: 5vw;
    }

    .bukken_archive_page .bukken_archive_cont .search_parts .search_conditions {
        margin-bottom: 1vw;
    }

    .bukken_archive_page .bukken_archive_cont .search_parts .search_conditions>b {
        font-size: 4vw;
    }

    .bukken_archive_page .bukken_archive_cont .search_parts .search_conditions .research_link {
        margin-left: 1.5vw;
    }

    .bukken_archive_page .bukken_archive_cont .search_parts .search_conditions .research_link a {
        padding: 1vw 3.5vw;
        font-size: 3.3vw;
    }

    .bukken_archive_page .bukken_archive_cont .search_parts .search_conditions .search_conditions_ul {
        margin-top: 2vw;
    }

    .bukken_archive_page .bukken_archive_cont .search_parts .search_conditions .search_conditions_ul table #search_conditions_li_area td:first-child {
        margin-bottom: 2.5vw;
    }

    .bukken_archive_page .bukken_archive_cont .search_parts .search_conditions .search_conditions_ul table #search_conditions_li_area td ul li span.search_conditions_koumoku {
        font-size: 3.8vw;
    }

    .bukken_archive_page .bukken_archive_cont .search_parts .search_conditions .search_conditions_ul table #search_conditions_li_area td #search_area_modal_button a {
        padding: 1vw 3.5vw;
        font-size: 3.3vw;
    }

    .bukken_archive_page .bukken_archive_cont .search_parts .search_condition_saved {
        padding-bottom: 5vw;
    }

    .bukken_archive_page .bukken_archive_cont .search_parts .search_condition_saved a {
        padding: 1vw 3.5vw;
        font-size: 3.3vw;
    }

    .bukken_archive_page .bukken_archive_cont .list_count {
        font-size: 3.4vw;
        margin-bottom: 3.5vw;
    }

    .bukken_archive_page .bukken_archive_cont .list_count .search_result_list_count {
        font-size: 5vw;
        margin-right: 0.5vw;
        margin-left: 1vw;
    }

    .bukken_archive_page .bukken_archive_cont .SearchNaviView,
    .bukken_archive_page .bukken_archive_cont .SearchNaviViewBottom {
        font-size: 3.4vw;
    }

    .bukken_archive_page .bukken_archive_cont .SearchNaviView #list_sort_select,
    .bukken_archive_page .bukken_archive_cont .SearchNaviViewBottom #list_sort_select {
        margin-right: 0;
        margin-bottom: 2vw;
        width: 100%;
        display: block;
    }

    .bukken_archive_page .bukken_archive_cont .SearchNaviView .BukkenNumPerPage,
    .bukken_archive_page .bukken_archive_cont .SearchNaviViewBottom .BukkenNumPerPage {
        margin-right: 0;
        margin-bottom: 5vw;
        width: 100%;
        display: block;
    }

    .bukken_archive_page .bukken_archive_cont .SearchNaviView .pager_view span,
    .bukken_archive_page .bukken_archive_cont .SearchNaviViewBottom .pager_view span {
        width: 8vw;
        height: 8vw;
        line-height: calc(8vw - 2px);
        font-size: 3.2vw;
        padding: 0.3vw 0;
    }

    .bukken_archive_page .bukken_archive_cont .SearchNaviView .list_pre_button input[type=button],
    .bukken_archive_page .bukken_archive_cont .SearchNaviView .list_next_button input[type=button],
    .bukken_archive_page .bukken_archive_cont .SearchNaviViewBottom .list_pre_button input[type=button],
    .bukken_archive_page .bukken_archive_cont .SearchNaviViewBottom .list_next_button input[type=button] {
        width: 10vw;
        height: 8vw;
        line-height: calc(8vw - 2px);
        font-size: 3.2vw;
        padding: 0.3vw 0;
    }

    .bukken_archive_page .bukken_archive_cont .SearchResult {
        margin: 10vw 0;
    }

    .bukken_archive_page .bukken_archive_cont .SearchResult .bukken_archive_box {
        padding: 3.5vw 3.5vw 4vw;
    }

    .bukken_archive_page .bukken_archive_cont .SearchResult .bukken_archive_box+.bukken_archive_box {
        margin-top: 5vw;
    }

    .bukken_archive_page .bukken_archive_cont .SearchResult .bukken_archive_box .bukken_top_box {
        display: block;
        margin-bottom: 2.5vw;
        padding-bottom: 2.5vw;
    }

    .bukken_archive_page .bukken_archive_cont .SearchResult .bukken_archive_box .bukken_top_box .cat_box {
        column-gap: 2vw;
        margin-right: 0;
        margin-bottom: 2vw;
    }

    .bukken_archive_page .bukken_archive_cont .SearchResult .bukken_archive_box .bukken_top_box .cat_box .cat,
    .bukken_archive_page .bukken_archive_cont .SearchResult .bukken_archive_box .bukken_top_box .cat_box .flag_icon_new {
        padding: 1.5vw 3vw;
        font-size: 3.2vw;
    }

    .bukken_archive_page .bukken_archive_cont .SearchResult .bukken_archive_box .bukken_top_box .name {
        font-size: 4.2vw;
    }

    .bukken_archive_page .bukken_archive_cont .SearchResult .bukken_archive_box .bukken_info_box {
        display: block;
    }

    .bukken_archive_page .bukken_archive_cont .SearchResult .bukken_archive_box .bukken_info_box .img {
        width: 100%;
        margin-right: 0;
        margin-bottom: 4vw;
    }

    .bukken_archive_page .bukken_archive_cont .SearchResult .bukken_archive_box .bukken_info_box .text_box .data_box {
        display: block;
        padding-bottom: 2vw;
        border-bottom: 1px solid #ccc;
        font-size: 3.4vw;
    }

    .bukken_archive_page .bukken_archive_cont .SearchResult .bukken_archive_box .bukken_info_box .text_box .data_box+.data_box {
        margin-top: 2vw;
    }

    .bukken_archive_page .bukken_archive_cont .SearchResult .bukken_archive_box .bukken_info_box .text_box .data_box .label {
        width: 100%;
        margin-right: 0;
        margin-bottom: 2vw;
    }

    .bukken_archive_page .bukken_archive_cont .SearchResult .bukken_archive_box .bukken_info_box .text_box .data_box .data.price {
        font-size: 4vw;
    }

    .bukken_archive_page .bukken_archive_cont .SearchResult .bukken_archive_box .bukken_info_box .text_box .data_box .data.price .man {
        font-size: 3.4vw;
        margin-left: 0.5vw;
    }

    .bukken_archive_page .bukken_archive_cont .SearchResult .bukken_archive_box .bukken_info_box .text_box .data_wrap {
        flex-wrap: nowrap;
        margin-top: 2vw;
    }

    .bukken_archive_page .bukken_archive_cont .SearchResult .bukken_archive_box .bukken_info_box .text_box .data_wrap+.data_wrap {
        margin-top: 2vw;
    }

    .bukken_archive_page .bukken_archive_cont .SearchResult .bukken_archive_box .bukken_info_box .text_box .data_wrap .data_box {
        width: 50%;
    }

    .bukken_archive_page .bukken_archive_cont .SearchResult .bukken_archive_box .bukken_info_box .text_box .data_wrap .data_box+.data_box {
        margin-left: 2.5vw;
    }

    .bukken_archive_page .bukken_archive_cont .SearchResult .bukken_archive_box .bukken_info_box .text_box .btn_wrap {
        margin-top: 4vw;
        gap: 0;
        justify-content: space-between;
    }

    .bukken_archive_page .bukken_archive_cont .SearchResult .bukken_archive_box .bukken_info_box .text_box .btn_wrap a {
        width: 40vw;
        line-height: 10vw;
        font-size: 3.8vw;
        margin: 0 auto;
    }

    /* 物件詳細 */
    #bukken_single_page .bukken_intro_block {
        margin: 10vw 0;
    }

    #bukken_single_page .bukken_intro_block .top_ttl_box {
        padding: 2vw 3vw;
        margin-bottom: 4vw;
    }

    #bukken_single_page .bukken_intro_block .top_ttl_box .ttl {
        font-size: 4.5vw;
    }

    #bukken_single_page .bukken_intro_block .cat_box {
        column-gap: 2vw;
        margin-right: 0;
        margin-bottom: 6vw;
    }

    #bukken_single_page .bukken_intro_block .cat_box .cat,
    #bukken_single_page .bukken_intro_block .cat_box .flag_icon_new {
        padding: 1.5vw 3vw;
        font-size: 3.2vw;
    }

    #bukken_single_page .bukken_intro_block .data_block .data_box {
        display: block;
        padding-bottom: 2vw;
        border-bottom: 1px solid #ccc;
        font-size: 3.4vw;
    }

    #bukken_single_page .bukken_intro_block .data_block .data_box+.data_box {
        margin-top: 2vw;
    }

    #bukken_single_page .bukken_intro_block .data_block .data_box .label {
        width: 100%;
        margin-right: 0;
        margin-bottom: 2vw;
    }

    #bukken_single_page .bukken_intro_block .data_block .data_box .data_wrap {
        width: 100%;
    }

    #bukken_single_page .bukken_intro_block .data_block .data_box .data_wrap .data.price {
        font-size: 4vw;
    }

    #bukken_single_page .bukken_intro_block .data_block .data_box .data_wrap .data.price .man {
        font-size: 3.4vw;
        margin-left: 0.5vw;
    }

    #bukken_single_page .bukken_intro_block .data_block .data_box .data_wrap .data .map_btn {
        width: 17vw;
        margin-top: 2vw;
        padding: 1vw 0;
    }

    #bukken_single_page .bukken_intro_block .data_block .data_box .data_wrap .data .map_btn::before {
        margin-right: 1vw;
        width: 4vw;
        height: 4vw;
    }

    #bukken_single_page .btn_wrap {
        flex-direction: column;
        gap: 4vw 0;
        margin-top: 4vw;
        justify-content: center;
    }

    #bukken_single_page .btn_wrap a {
        margin-inline: auto;
        width: 70vw;
        line-height: 12vw;
        font-size: 3.6vw;
        box-shadow: 0 3px #B16006;
    }

    #bukken_single_page .btn_wrap a::before {
        right: 3.5vw;
        width: 2vw;
    }

    #bukken_single_page .btn_wrap a:hover {
        transform: translate(0);
        box-shadow: 0 3px #B16006;
    }

    #bukken_single_page .catch_text_box {
        padding-bottom: 8vw;
    }

    #bukken_single_page .catch_text_box .cont {
        padding: 6vw 3.5vw;
        display: block;
    }

    #bukken_single_page .catch_text_box .cont .ttl_box {
        margin-bottom: 3.5vw;
        margin-right: 0;
    }

    #bukken_single_page .catch_text_box .cont .ttl_box .icon {
        width: 5vw;
        margin-right: 2.5vw;
    }

    #bukken_single_page .catch_text_box .cont .ttl_box .ttl {
        font-size: 5.2vw;
    }

    #bukken_single_page .catch_text_box .cont .text_box {
        font-size: 3.5vw;
    }

    #bukken_single_page .open_house_text_block {
        padding: 5vw 3.5vw;
    }

    #bukken_single_page .open_house_text_block .text_box .type {
        padding: 1.5vw 3.5vw;
        font-size: 3.4vw;
        margin-bottom: 2vw;
    }

    #bukken_single_page .open_house_text_block .text_box .catch_copy {
        font-size: 3.5vw;
        margin-bottom: 1vw;
    }

    #bukken_single_page .open_house_text_block .text_box .comment {
        font-size: 3.5vw;
        margin-bottom: 1vw;
    }

    #bukken_single_page .open_house_text_block .text_box .date {
        font-size: 3.4vw;
        margin-bottom: 0.5vw;
    }

    #bukken_single_page .open_house_text_block .text_box .time {
        font-size: 3.4vw;
    }

    #bukken_single_page .img_slider_block .slide_wrap {
        padding: 0;
        background-color: transparent;
    }

    #bukken_single_page .img_slider_block .slide_wrap .main_slider {
        width: 100%;
        margin: 0 auto 3vw;
    }

    #bukken_single_page .img_slider_block .slide_wrap .main_slider .propertyImageArea .slick-slide {
        width: 90vw;
        height: 50vw;
    }

    #bukken_single_page .img_slider_block .slide_wrap .main_slider .propertyImageArea .slick-slide a .caption {
        padding: 1.5vw 3vw;
        font-size: 3.2vw;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
    }

    #bukken_single_page .img_slider_block .slide_wrap .sub_slider {
        width: 90vw;
    }

    #bukken_single_page .img_slider_block .slide_wrap .sub_slider .propertyImageArea .slick-slide {
        width: 100px;
        height: 20vw;
    }

    #bukken_single_page .img_slider_block .slide_wrap .sub_slider .propertyImageArea .slick-slide+li {
        margin-left: 2vw;
    }

    #bukken_single_page .pano_url_btn {
        margin-top: 6vw;
    }

    #bukken_single_page .pano_url_btn .btn a {
        width: 70vw;
        line-height: 12vw;
        font-size: 3.6vw;
        transition: 0.3s;
        box-shadow: 0 3px #B16006;
    }

    #bukken_single_page .pano_url_btn .btn a::before {
        right: 3.5vw;
        width: 2vw;
    }

    #bukken_single_page .pano_url_btn .btn a:hover {
        transform: translate(0);
        box-shadow: 0 3px #B16006;
    }

    #bukken_single_page .bukken_common_ttl {
        padding-left: 3.5vw;
        font-size: 4vw;
    }

    #bukken_single_page .bukken_outline_sec {
        margin-bottom: 10vw;
    }

    #bukken_single_page .bukken_outline_sec .bukken_common_ttl {
        margin-bottom: 3vw;
    }

    #bukken_single_page .bukken_outline_sec .data_block .data_column {
        display: block;
    }

    #bukken_single_page .bukken_outline_sec .data_block .data_box {
        font-size: 3.4vw;
    }

    #bukken_single_page .bukken_outline_sec .data_block .data_box .label {
        width: 30%;
        padding: 1.5vw 2vw;
    }

    #bukken_single_page .bukken_outline_sec .data_block .data_box .data_wrap {
        padding: 1.5vw 2vw;
    }

    #bukken_single_page .bukken_environment_sec {
        margin-bottom: 10vw;
    }

    #bukken_single_page .bukken_environment_sec .bukken_common_ttl {
        margin-bottom: 3vw;
    }

    #bukken_single_page .bukken_environment_sec .NeibourArea {
        gap: 1.5vw 0;
    }

    #bukken_single_page .bukken_environment_sec .NeibourArea::before {
        content: none;
    }

    #bukken_single_page .bukken_environment_sec .NeibourArea::after {
        content: none;
    }

    #bukken_single_page .bukken_environment_sec .NeibourArea .property-list__item {
        width: 49%;
        padding: 2.5vw 2vw 2.5vw;
    }

    #bukken_single_page .bukken_environment_sec .NeibourArea .property-list__item .property-list_type {
        padding-left: 2.5vw;
        font-size: 3.5vw;
        margin-bottom: 2vw;
    }

    #bukken_single_page .bukken_environment_sec .NeibourArea .property-list__item img {
        max-height: 20vw;
    }

    #bukken_single_page .bukken_environment_sec .NeibourArea .property-list__item .property-list_title {
        font-size: 3.6vw;
        margin: 2.5vw 0 2.5vw;
    }

    #bukken_single_page .bukken_environment_sec .NeibourArea .property-list__item .property-list_distance {
        font-size: 3.4vw;
        margin-bottom: 1vw;
    }

    #bukken_single_page .bukken_environment_sec .NeibourArea .property-list__item .property-list_comment {
        font-size: 3.3vw;
    }

    #bukken_single_page .bukken_recommend_sec {
        margin-bottom: 10vw;
    }

    #bukken_single_page .bukken_recommend_sec .bukken_common_ttl {
        margin-bottom: 0;
    }

    #bukken_single_page .bukken_viewed_sec .bukken_common_ttl {
        margin-bottom: 0;
    }

    /* 保存した検索条件 */
    #saved_page .saved_list_block .top_text {
        font-size: 3.5vw;
        margin-bottom: 7vw;
    }

    #saved_page .saved_list_block .search_condition_saved_view table tr {
        border-bottom: 6vw solid #fff;
    }

    #saved_page .saved_list_block .search_condition_saved_view table td {
        padding: 2vw 3.5vw;
        width: 100%;
        display: block;
    }

    #saved_page .saved_list_block .search_condition_saved_view table td.search_condition_saved_each {
        width: 100%;
    }

    #saved_page .saved_list_block .search_condition_saved_view table td.search_condition_saved_delete {
        width: 100%;
    }

    #saved_page .saved_list_block .search_condition_saved_view table td.search_condition_saved_delete a {
        width: 80%;
        line-height: 10vw;
        font-size: 3.5vw;
    }

    /* ログイン */
    #login_page .login form .block+.block {
        margin-top: 2vw;
    }

    #login_page .login form span {
        display: block;
        margin-right: 0;
        margin-bottom: 2vw;
    }

    #login_page .login form input[type=text],
    #login_page .login form input[type=password] {
        width: 100%;
        height: 7vw;
    }

    #login_page .login form input[type=submit] {
        margin: 5vw auto 0;
    }

    #login_page .login form input[type=submit],
    #login_page .login form a {
        padding: 0 3vw;
        height: 7vw;
        border-radius: 4px;
    }

    #login_page .login form a {
        display: inline-block;
        line-height: calc(7vw - 2px);
        margin-top: 2vw;
    }

    #login_page .logined .name {
        margin-bottom: 5vw;
    }

    #login_page .logined .btn_wrap a {
        width: 100%;
        height: 12vw;
        line-height: 12vw;
        font-size: 4vw;
        padding: 0 3.5vw;
        margin: 1.5vw auto;
    }

    /* 会社概要ページ */
    #company_page #company_concept_sec .con_text_box {
        margin-top: 5vw;
    }

    #company_page #company_concept_sec .con_text_box .text {
        font-size: 3.4vw;
    }

    #company_page #company_concept_sec .con_text_box .text+.text {
        margin-top: 3vw;
    }

    #company_page #company_greetings_sec {
        padding: 14vw 0;
        margin-top: 15vw;
    }

    #company_page #company_greetings_sec .inner_back {
        padding: 8vw 5vw;
    }

    #company_page #company_greetings_sec .inner_back .text_box {
        margin-top: 5vw;
    }

    #company_page #company_greetings_sec .inner_back .text_box .text {
        font-size: 3.4vw;
    }

    #company_page #company_greetings_sec .inner_back .text_box .text+.text {
        margin-top: 3vw;
    }

    #company_page #company_greetings_sec .inner_back .text_box .name {
        font-size: 3.8vw;
        margin-top: 7vw;
    }

    #company_page #company_career_sec {
        margin-top: 15vw;
    }

    #company_page #company_career_sec .career_box {
        margin-top: 7vw;
    }

    #company_page #company_career_sec .career_box::before {
        width: 2px;
        height: 87%;
        left: 12vw;
    }

    #company_page #company_career_sec .career_box ul li+li {
        margin-top: 8vw;
    }

    #company_page #company_career_sec .career_box ul li .time {
        font-size: 3.2vw;
        padding: 2vw 0;
        margin-right: 6vw;
        width: 25vw;
        border-radius: 2vw;
    }

    #company_page #company_career_sec .career_box ul li .time .num {
        font-size: 6vw;
    }

    #company_page #company_career_sec .career_box ul li .cont_box .theme {
        font-size: 4vw;
    }

    #company_page #company_career_sec .career_box ul li .cont_box .text {
        margin-top: 3vw;
        font-size: 3.4vw;
    }

    #company_page #company_career_sec .career_box ul li .cont_box .text .bold {
        font-size: 3.7vw;
        margin-right: 1vw;
    }

    #company_page #company_outline_sec {
        margin-top: 15vw;
    }

    #company_page #company_outline_sec .access_box {
        margin-top: 6vw;
        height: 45vw;
    }

    #company_page .company_profile {
        margin-bottom: 10vw;
    }

    #company_page .company_profile .common_ttl_box {
        margin-bottom: 20px;
    }

    #company_page .company_profile table {
        width: 100%;
    }

    #company_page .company_profile table th,
    #company_page .company_profile table td {
        padding: 15px 1rem;
        width: 100%;
        display: block;
        border-bottom: none;
    }

    #company_page .company_profile table {
        border-top: none;
    }

    #company_page .company_profile table th {
        width: 100%;
        background-color: #f8f8f8;
        font-size: 3.6vw;
    }

    #company_page .company_profile table td {
        width: 100%;
        font-size: 3.4vw;
    }

    /* 採用情報 */
    #recruit_page ul li {
        display: block;
        padding: 3vw 2vw;
    }

    #recruit_page ul li .theme {
        width: 100%;
        margin-right: 0;
        font-size: 3.6vw;
    }

    #recruit_page ul li .cont {
        font-size: 3.4vw;
        margin-top: 1vw;
    }

    #recruit_page .common_btn {
        margin: 7vw auto 0;
    }

    /* ハウスメーカーの皆様へ */
    #house_page .intro_box .theme {
        font-size: 4.2vw;
        line-height: 1.6;
    }

    #house_page .intro_box .lead_wrap {
        margin: 3.5vw 0 1vw;
    }

    #house_page .intro_box .lead_wrap .lead {
        gap: 0 4vw;
        font-size: 4.2vw;
    }

    #house_page .intro_box .lead_wrap .lead::before,
    #house_page .intro_box .lead_wrap .lead::after {
        width: 2px;
        height: 5vw;
    }

    #house_page .intro_box .big_text {
        font-size: 6vw;
        margin-bottom: 2vw;
    }

    #house_page .num_box {
        border-radius: 2vw;
        margin-top: 10vw;
        padding: 12vw 0;
    }

    #house_page .num_box .inner_back {
        padding: 0 5vw;
    }

    #house_page .num_box .inner_back ul {
        margin-top: 6vw;
    }

    #house_page .num_box .inner_back ul li {
        display: block;
        line-height: 1.6;
        text-align: center;
    }

    #house_page .num_box .inner_back ul li+li {
        margin-top: 3vw;
        padding-top: 3vw;
        border-top: 1px dashed #ccc;
    }

    #house_page .num_box .inner_back ul li .theme {
        width: 100%;
        margin-right: 0;
        font-size: 4vw;
    }

    #house_page .num_box .inner_back ul li .num_sec {
        font-size: 4.3vw;
        line-height: 1;
        margin-top: 1vw;
    }

    #house_page .num_box .inner_back ul li .num_sec .num {
        font-size: 8vw;
        margin-right: 1vw;
    }

    #house_page .comment_box {
        margin-top: 15vw;
        padding: 12vw 0;
    }

    #house_page .comment_box .inner_back {
        border-radius: 2vw;
        padding: 8vw 5vw;
    }

    #house_page .comment_box .inner_back .theme {
        font-size: 4vw;
    }

    #house_page .comment_box .common_btn {
        margin: 7.5vw auto 0;
    }

    /* スタッフ紹介 */
    #staff_page .staff_box ul {
        grid-template-columns: repeat(2, 1fr);
        gap: 8vw 5vw;
    }

    #staff_page .staff_box ul li .img {
        height: 50vw;
    }

    #staff_page .staff_box ul li .img img {
        border-radius: 2vw;
    }

    #staff_page .staff_box ul li .text_cont_box {
        padding: 3vw 1vw 0;
        height: 30vw;
    }

    #staff_page .staff_box ul li .text_cont_box .name {
        font-size: 4.8vw;
    }

    #staff_page .staff_box ul li .text_cont_box .store {
        font-size: 3.5vw;
        margin-top: 3vw;
    }

    #staff_page .staff_box ul li .text_cont_box .more {
        font-size: 4vw;
        border-radius: 2vw;
        line-height: 10vw;
        transition: 0s;
    }

    #staff_page .staff_box ul li .text_cont_box .more:hover {
        background-color: #EA8C23;
        color: #fff;
    }

    .common_modal_staff_box {
        padding: 8vw 5vw;
        display: block !important;
    }

    .common_modal_staff_box .modal_img {
        width: 100%;
        height: 92vw;
        margin-right: 0;
    }

    .common_modal_staff_box .modal_img img {
        border-radius: 2vw;
    }

    .common_modal_staff_box .text_box {
        margin-left: 0;
        margin-top: 7vw;
    }

    .common_modal_staff_box .text_box .name {
        font-size: 7.6vw;
    }

    .common_modal_staff_box .text_box .cont_box {
        margin-top: 6vw;
        padding-top: 6vw;
        border-top: 1px dashed #ccc;
    }

    .common_modal_staff_box .text_box .cont_box .box+.box {
        margin-top: 2vw;
    }

    .common_modal_staff_box .text_box .cont_box .box .theme {
        border-radius: 2vw;
        font-size: 4vw;
        line-height: 10vw;
    }

    .common_modal_staff_box .text_box .cont_box .box .cont {
        margin-top: 2vw;
        font-size: 3.5vw;
    }

    .form_page .form_block .form_wrap form .form_button {
        margin-top: 8vw;
    }

    .form_page .form_block .form_wrap form .form_button input {
        width: 100%;
        height: 12vw;
        line-height: 12vw;
        font-size: 4vw;
        padding: 0 3.5vw;
        margin: 1.5vw auto;
    }

    .form_page .form_block .form_wrap form .FormBukken {
        margin-bottom: 15vw;
        width: 100%;
    }

    .form_page .form_block .form_wrap form .FormBukken>tbody>tr+tr th {
        margin-top: 5vw;
        margin-bottom: 3vw;
    }

    .form_page .form_block .form_wrap form .FormBukken>tbody>tr>th {
        padding-left: 3.5vw;
        border-left: 1px solid #84BF41;
        font-size: 4.2vw;
    }

    .form_page .form_block .form_wrap form .FormBukken>tbody>tr>th,
    .form_page .form_block .form_wrap form .FormBukken>tbody>tr>td {
        display: block;
        width: 100%;
        margin-bottom: 4vw;
    }

    .form_page .form_block .form_wrap form .FormBukken .FormBukkenEach {
        width: 100%;
    }

    .form_page .form_block .form_wrap form .FormBukken .FormBukkenEach tr {
        display: block;
    }

    .form_page .form_block .form_wrap form .FormBukken .FormBukkenEach tr+tr {
        margin-top: 7vw;
    }

    .form_page .form_block .form_wrap form .FormBukken .FormBukkenEach th,
    .form_page .form_block .form_wrap form .FormBukken .FormBukkenEach td {
        display: block;
        width: 100%;
        padding-top: 0;
    }

    .form_page .form_block .form_wrap form .FormBukken .FormBukkenEach td {
        padding: 0;
    }

    .form_page .form_block .form_wrap form .FormBukken .FormBukkenEach .FormBukkenCount {
        font-size: 5.5vw;
        width: 100%;
        margin-bottom: 2vw;
    }

    .form_page .form_block .form_wrap form .FormBukken .FormBukkenEach .FormBukkenImg {
        margin-bottom: 3vw;
        padding: 3.5vw;
        border: 1px solid #1A1311;
    }

    .form_page .form_block .form_wrap form .FormBukken .FormBukkenEach .FormBukkenImg img {
        max-height: 40vw;
    }

    .form_page .form_block .form_wrap form .FormBukken .FormBukkenEach .FormBukkenKind {
        padding: 1.5vw 3vw;
        font-size: 3.2vw;
        margin-bottom: 1vw;
    }

    .form_page .form_block .form_wrap form .FormBukken .FormBukkenEach .FormBukkenName {
        font-size: 4.2vw;
        margin-bottom: 2vw;
    }

    .form_page .form_block .form_wrap form .FormBukken .FormBukkenEach .FormBukkenAddress,
    .form_page .form_block .form_wrap form .FormBukken .FormBukkenEach .FormBukkenAccess,
    .form_page .form_block .form_wrap form .FormBukken .FormBukkenEach .FormBukkenLand,
    .form_page .form_block .form_wrap form .FormBukken .FormBukkenEach .FormBukkenFloor,
    .form_page .form_block .form_wrap form .FormBukken .FormBukkenEach .FormBukkenID {
        font-size: 3.4vw;
    }

    .form_page .form_block .form_wrap form .FormBukken .FormBukkenEach .FormBukkenPrice {
        font-size: 5vw;
        margin-bottom: 1vw;
    }

    .form_page .form_block .form_wrap form .FormBukken .FormBukkenEach .FormBukkenPrice .man {
        font-size: 3.4vw;
        margin-left: .5vw;
    }

    .form_page .form_block .form_wrap form .FormBukken .FormBukkenEach input[type="button"] {
        width: 50%;
        height: 8vw;
        font-size: 3.8vw;
        margin: 3vw auto 0;
        display: block;
    }

    /* テラスエステートの想い */

    #message_page .message_text_block .text_box+.text_box {
        margin-top: 9vw;
    }

    #message_page .message_text_block .text_box .main_message_box {
        margin-top: 2vw;
        margin-bottom: 4vw;
    }

    #message_page .message_text_block .text_box .main_message_text {
        font-size: 5vw;
        line-height: 1.2;
        display: inline;
        background: linear-gradient(transparent 70%, #fef674 0%);
    }

    #message_page .message_text_block .text_box .main_message_text .dot {
        font-size: 8vw;
    }

    #message_page .message_text_block .text_box .main_message_text .dot:nth-of-type(1) {
        margin-right: 1vw;
    }

    #message_page .message_text_block .text_box .main_message_text .dot:nth-of-type(2) {
        margin-left: 1vw;
    }

    #message_page .message_text_block .text_box .text {
        font-size: 3.6vw;
        line-height: 1.8;
    }

    #message_page .message_text_block .text_box .text+.text {
        margin-top: 3vw;
    }

    #message_page .message_text_block .text_box .text .bold {
        font-size: 4vw;
    }

    #message_page .message_text_block .text_box .img {
        margin-bottom: 5vw;
    }

    #message_page .message_text_block .text_box .img img {
        aspect-ratio: 5/2;
        border-radius: 8px;
    }

    #message_page .message_text_block .name {
        margin-top: 10vw;
        font-size: 4.1vw;
    }

    #top_bukken_list_sec .top_bukken_block .panel {
        display: none !important;
    }

    #top_bukken_list_sec .top_bukken_block .panel.active {
        display: flex !important;
    }

    #top_bukken_list_sec .top_bukken_block .tab_area {
        grid-template-columns: repeat(3, 28.7vw);
        gap: 2vw;
        margin-bottom: 4vw;
    }

    #top_bukken_list_sec .top_bukken_block .tab_area .tab_btn {
        font-size: 3.4vw;
    }

    .top_review_sec {
        margin-bottom: 15vw;
    }

    .top_review_sec .sec_cont {
        padding: 8vw;
        border-radius: 8px;
    }

    .top_review_sec .sec_cont::before {
        inset: 3vw;
    }

    .top_review_sec .sec_cont .text_area {
        margin: 5vw 0;
    }

    .top_review_sec .sec_cont .text_area .text {
        font-size: 3.6vw;
    }

    .page_review .review_cont ul {
        grid-template-columns: 1fr;
        gap: 4vw;
    }

    .page_review .review_cont ul li {
        gap: 4vw;
        padding: 4vw;
    }

    .page_review .review_cont ul li .icon {
        width: 14vw;
    }

    .page_review .review_cont ul li .text_area .shop_name {
        font-size: 3.2vw;
    }

    .page_review .review_cont ul li .text_area .star {
        font-size: 4vw;
    }

    .page_review .review_cont ul li .text_area .inner_text_area {
        font-size: 3.4vw;
    }

    .news_item_box .index {
        font-size: 5vw;
    }

    .news_item_box .item_box {
        flex-direction: column;
        gap: 4vw 0;
    }

    .news_item_box .item_box img {
        width: 100%;
    }

    .news_item_box .item_box .text_box .text {
        font-size: 3.8vw;
    }

    .news_bukken_box .btn_wrap {
        margin: 2vw 0.5vw 0 0 !important;
    }

    .news_bukken_box .btn_wrap a {
        width: 40vw !important;
    }
}