/*
しっぽり明朝
 font-family: "Shippori Mincho", serif;
  */

#price-revision {
    background-color: #f4f6fb;
    font-family: "Shippori Mincho", serif;
    padding-bottom: 70px;
}

/* サイドボタン */
.fix-cmn {
    position: fixed;
    z-index: 12;
    top: 50vh;
    right: 0;
    width: 90px;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    overflow: hidden;
    background-color: #fff;
}

.fix-cmn__item {
    background-color: #aa8944;
    padding: 17px 14px;
}

.fix-cmn__item:not(:last-child) {
    border-bottom: 1.25px solid #aa8944;
}

@media screen and (max-width: 940px) {
    /* .fix-cmn {
        display: none;
    } */

    header #icon_navi {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
    }

    footer {
        padding-bottom: 102px;
    }
}

@media screen and (max-width: 767px) {
    #hiraya .floating {
        bottom: 101px !important;
    }
}

@media screen and (max-width: 500px) {
    /* .fix-cmn {
        display: none;
    } */

    .fix-cmn__item {
        width: 33.333%;
        padding: 12px 9vw;
    }

    .fix-cmn__item:not(:last-child) {
        border-bottom: none;
        border-right: 1.25px solid #bada77;
    }

    #floating {
        top: 50vh;
        bottom: auto;
    }

    #hiraya .floating {
        bottom: 79px !important;
    }
}



#bnr {
    margin-bottom: 47px;
    max-width: 768px;
    margin-left: auto;
    margin-right: auto;
}

.bnr__item--sp {
    display: none;
}

.bnr__item--pc {
}

.fix-cmn {
    top: 41vh;
}

.fix-cmn__type02 {
    top: 22vh;
}

.fix-cmn__type02 .fix-cmn__item:nth-child(1) {
    display: block;
    padding: 0;
    background-color: transparent;
}

.fix-cmn__item:nth-child(1) {
    display: none;
}

/*2024/09/12 追加 ↓*/
.price-revision__catch {
    margin-bottom: 42px;
}

.price-revision__catch-heading {
    color: #000;
    font-size: 25px;
    font-family: "Shippori Mincho", serif;
    font-weight: 700;
    text-align: center;
    margin-bottom: 4px;
    line-height: 1.75;
}

.price-revision__catch-text {
    font-size: 14px;
    font-family: "Shippori Mincho", serif;
    font-weight: 700;
    text-align: center;
    line-height: 1.75;
}

.housing__wrap--sp {
    display: none;
}

.housing__list {
    width: 100%;
    margin-bottom: 47px;
}

.housing--swiper .swiper-slide {
    height: auto;
}
.housing__list-item {
    padding-bottom: 46px;
    border: 1.5px solid #003ba7;
    height: 100%;
}

.property__list-wrap {
}

.housing__list-item:not(:last-child) {
    margin-bottom: 47px;
}

.housing__list-title {
    display: flex;
}

.housing__list-num {
    color: #fff;
    font-size: 25px;
    font-family: "Shippori Mincho", serif;
    font-weight: 700;
    text-align: center;
    display: block;
    width: 55px;
    padding: 5px;
    background-color: #003b67;
    line-height: 1.75;
}

.housing__list-heading {
    color: #fff;
    font-size: 21px;
    font-family: "Shippori Mincho", serif;
    font-weight: 700;
    text-align: center;
    width: calc(100% - 55px);
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.55;
    letter-spacing: 0.12em;
    background-color: #003ba7;
}

.housing__list-contentsWrap {
    width: 94%;
    max-width: 1018px;
    margin: 0 auto;
    padding-top: 18px;
}

.housing__list-text {
    color: #000;
    font-size: 15px;
    font-family: "Shippori Mincho", serif;
    font-weight: 700;
    text-align: center;
    margin-bottom: 29px;
    line-height: 1.75;
}

.housing__list-text--sml {
    font-size: 13px;
    font-family: "Shippori Mincho", serif;
    font-weight: 400;
    display: block;
    line-height: 1.75;
}

.support__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px 3.8%;
}

.support__list--mgb {
    margin-bottom: 50px;
}

.support__list-item {
    width: 30.8%;
    max-width: 313px;
}

.support__list-img {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 10px;
}

.support__list-btn {
    display: block;
    color: #003ba7!important;
    font-size: 14px;
    font-family: "Shippori Mincho", serif;
    font-weight: 700;
    padding: 5px 37px 5px 16px;
    border: 1px solid #003ba7;
    border-radius: 7px;
    background-color: #fff;
    line-height: 1.18;
    position: relative;
}

.support__list-btn::after {
    content: "";
    display: block;
    width: 28px;
    height: 9px;
    position: absolute;
    top: 50%;
    right: 8px;
    z-index: 1;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    background: url("../../img/oldprice-revision/arrow_rgt.png") center center / cover no-repeat;
}

.support__list-btn-type02 {
    width: 100%;
    max-width: 314px;
    margin: 0 auto;
    transition: opacity 0.3s;
}

.support__list-btn-type02:hover {
    opacity: 0.6;
}

.support__list-text {
    font-size: 14px;
    font-family: "Shippori Mincho", serif;
    font-weight: 700;
    text-align: center;
}

.option__list {
    width: 100%;
    max-width: 742px;
    margin: 0 auto;
}

.swiper-slide {
    transform: scale(0.72);
    transition: transform 0.7s;
    position: relative;
    width: 636px;
}

.swiper-slide a::before {
    display: block;
    content: "";
    background-color: #333333;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.3;
}

.swiper-slide-active {
    transform: scale(1);
    z-index: 1;
}

.swiper-slide.swiper-slide-active a::before {
    opacity: 0 !important;
}

.swiper__page {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0;
    margin-top: 24px;
}

.swiper__page .swiper-button-prev {
    margin-right: 26px;
}

.swiper__page .swiper-button-next {
    margin-left: 26px;
}

.swiper__page .swiper-pagination {
    position: static;
    width: auto !important;
}

.swiper__page .swiper-custom-fraction {
    color: #0075c1;
    font-family: Arial, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    margin-left: 18px;
}

.swiper__page .swiper-custom-fraction__num {
    font-size: 20px;
    font-weight: bold;
}

.swiper__page .swiper-custom-fraction__line {
    display: inline-block;
    width: 7.8px;
    margin: 0 10px;
}

/* 前へ次への矢印カスタマイズ */
.swiper__page .swiper-button-prev,
.swiper__page .swiper-button-next {
    margin-top: 0;
    height: 19px;
    width: 12.7px;
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.swiper__page .swiper-button-prev::after,
.swiper__page .swiper-button-next::after {
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    margin: 0;
}

/* .swiper__page .swiper-button-prev::after {
    background-image: url(../../img/index/pg_arrow_l.svg);
}

.swiper__page .swiper-button-next::after {
    background-image: url(../../img/index/pg_arrow_r.svg);
} */

.swiper__page .swiper-pagination-bullet-active {
    background-color: #0075c1;
}

br.b-980,
br.b-768,
br.b-640 {
    display: none;
}

/*2024/09/12 追加 ↑*/

.price-revision__heading {
    color: #fff;
    font-size: 21px;
    font-family: "Shippori Mincho", serif;
    font-weight: 700;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.55;
    letter-spacing: 0.12em;
    background-color: #003ba7;
    padding: 12px 0;
    margin-bottom: 15px;
}

.inner-1100 {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}

#fv {
    height: 373px;
    background-image: url(../../img/oldprice-revision/fv_back.png);
    background-size: cover;
    background-position: center center;
    position: relative;
    margin-bottom: 23px;
}

.fv__logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 613px;
}

#option {
    padding-bottom: 50px;
}

.option__list {
    display: flex;
    gap: 24.4px;
}

.option__list-item {
    width: 88px;
}

.option__anno {
    text-align: center;
    font-size: 12px;
    margin-top: 30px;
    line-height: 1.4;
}

.areamap_navi .flex li:nth-child(7) a span.cell {
    background-image: none !important;
    padding: 5px 5px;
}

#area {
    border: solid #003ba7 1.5px;
    background: #F3F4F6;
    margin-bottom: 60px;
    padding-bottom: 30px;
}

#area .c-search-sumai label, .c-search-sumai button .txt {
    font-family: "Shippori Mincho", serif!important;
}

.areamap_navi {
    margin-bottom: 0;
}

.area__inner {
    max-width: 960px;
    width: 94%;
    margin-left: auto;
    margin-right: auto;
}

.property__list-thum {
    /* background-size: cover; */
    margin-bottom: 12px;
    background: #f4f6fb;
    text-align: center;
}
.property__list-thum img {
    aspect-ratio: 16 / 9;
    object-fit: contain;
}

.property__list {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 35px 3%;
}

.property__list-item {
    width: 31.3%;
}
@media screen and (max-width: 960px) {
    .property__list-item {
        width: calc((100% - 3%) / 2);
    }
}

.property__list-wrap {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    padding-bottom: 20px;
    height: 100%;
}

.property__list-down {
    background-color: #003ba7;
    color: #ffffff;
    text-align: center;
    /* display: flex;
    align-items: center;
    justify-content: center; */
    display: grid;
    grid-template-columns: auto 1px auto;
    gap: 8px;
    padding: 5px 3px 8px;
    font-weight: bold;
    line-height: 1;
}

/* .property__list-downunit {
    font-size: 15px;
}

.property__list-downVal {
    font-size: 20px;
    margin-right: 10px;
} */

.property__list-down .kukakuNum {
    font-size: 15px;
}
.property__list-down hr {
    width: 1px;
    height: 100%;
    border-right: 1px solid #fff;
}
.property__list-down .priceDown {
    font-size: 15px;
}
.property__list-down .priceDown span {
    font-size: 0.8em;
}

.property__list-cat {
    background-color: #003ba7;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 5px 8px;
    line-height: 1;
    min-width: 49px;
    letter-spacing: 0.08em;
    margin-bottom: 8px;
}

.property__list-name {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.08em;
    padding-bottom: 7px;
    margin-bottom: 7px;
    border-bottom: 1px solid #0075c1;
}

.property__list-comme {
    font-size: 12px;
    letter-spacing: 0.08em;
    line-height: 1.25;
    padding-bottom: 13px;
}

.property__list-inner {
    width: 90.6%;
    margin-left: auto;
    margin-right: auto;
}

.property__list-option {
    display: flex;
    flex-wrap: wrap;
    margin-top: auto;
    gap: 5px 2%;
    /* margin-bottom: 20px; */
}

/* .property__list-optionItem {
    width: 18.4%;
} */

.property__list-inner--option {
    /* background: #f4f4f4; */
    width: 100%;
    padding: 0 5%;
    margin-bottom: 10px;
}
.property__list-option .option-list {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 12px 12px;
}
.property__list-option .option-list .item {
    text-align: center;
}
.property__list-option .option-list .item img {
    /* border: 1px solid #003ba7; */
    border-radius: 10px;
    width: 80%;
    filter: brightness(0.95);
}
.property__list-option .option-list .item dl dd {
    font-size: 10px;
    color: #003ba7;
    text-align: center;
    letter-spacing: 0.01em;
    line-height: 1.1;
    margin-top: 3px;
}
.property__list-option .option-list .item dl dd.txt-wic {
    font-size: 0.5em;
}

.property__list-item {
    border: 2px solid #003ba7;
}

.property__list-item--new {
    /* border: 2px solid #de1c24; */
    position: relative;
}

.property__list-item--new::before {
    content: "NEW!";
    position: absolute;
    left: -2px;
    bottom: 100.3%;
    background-color: #de1c24;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 70px;
    height: 25px;
    letter-spacing: 0.1em;
    font-weight: bold;
}

.property__list-btns {
    display: flex;
    justify-content: center;
    margin-top: auto;
    gap: 20px 12px;
}

.property__list-btnsItem {
    max-width: 164px;
    width: 100%;
    border-radius: 10px;
    height: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    font-family: "Shippori Mincho", serif;
    margin-top: auto;
}

.property__list-btnsItem--1 {
    background-color: #003ba7;
    color: #fff;
}
.property__list-btnsItem--1:visited {
    color: #fff;
}
.property__list-btnsItem--1:hover {
    color: #fff;
}

.property__list-btnsItem--2 {
    background-color: #fff;
    color: #003ba7!important;
    border: 1px solid #003ba7;
}
.property__list-btnsItem--2:visited {
    color: #003ba7;
}
.property__list-btnsItem--2:hover {
    color: #003ba7;
}

.property__list-inner--btn {
    margin-top: auto;
}

.areamap_navi .flex li a:hover,
.areamap_navi .flex li a.on {
    border: 2px solid #fff;
    background-color: #003ba7;
    opacity: 1;
}

.areamap_img img {
    width: 100% !important;
}

.areamap_file-sp {
    display: none;
}

@media screen and (max-width: 1140px) {
    .inner-1100 {
        padding: 0 20px;
    }
}

@media screen and (max-width: 980px) {
    br.b-980 {
        display: block;
    }
}

@media screen and (max-width: 940px) {
    /*2024/09/12 追加 ↓*/
    .fix-cmn__type02 {
        display: block;
        width: 90px;
        top: 10vh;
    }

    .fix-cmn__type02 .fix-cmn__item {
        width: 100%;
    }

    .fix-cmn__type02 img {
        width: 100%;

        height: auto;
    }

    /*2024/09/12 追加 ↑*/
}

@media screen and (max-width: 500px) {
}

@media screen and (max-width: 768px) {
    .option__list {
        flex-wrap: wrap;
        gap: 10px 2.6%;
    }

    .option__list-item {
        width: 23%;
    }

    /* 2024/09/12 追加 ↓ */
    .price-revision__catch-heading {
        font-size: 21px;
    }

    .housing__wrap--pc {
        display: none;
    }

    .housing__wrap--sp {
        display: block;
        margin-bottom: 47px;
    }

    .housing__list-num {
        font-size: 22px;
        width: 75px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .housing__list-heading {
        font-size: 19px;
        padding: 5px 5px;
        width: calc(100% - 75px);
    }

    .support__list {
        gap: 15px;
        width: 100%;
    }

    .support__list--mgb {
        margin-bottom: 7.51vw;
    }

    .support__list-item:nth-child(1) {
        width: 100%;
        max-width: 49%;
    }

    .support__list-item:nth-child(2),
    .support__list-item:nth-child(3) {
        width: calc((100% - 15px) / 2);
        max-width: initial;
    }

    .support__list-btn {
        font-size: 2.122vw;
        padding: 1.851vw 7.759vw 1.851vw 3.583vw;
        border-radius: 0.911vw;
    }

    .support__list-btn::after {
        width: 4.345vw;
        height: 1.371vw;
        right: 2.041vw;
    }

    .support__list-text {
        font-size: 2.822vw;
    }

    .option__list {
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
    }

    .option__list-item {
        width: calc((100% - 40px) / 4);
    }

    br.b-768 {
        display: block;
    }

    /* 2024/09/12 追加 ↑ */
}

@media screen and (max-width: 880px) {
    .areamap_navi .flex li:nth-child(7) {
        display: block;
    }

    .areamap_navi .flex li {
        margin-right: 0 !important;
    }

    .areamap_navi .flex {
        gap: 0 10px;
    }

    .property__list-btnsItem {
        font-size: 15px;
    }
}

@media screen and (max-width: 768px) {
    #fv {
        height: 51.8vw;
    }

    .fv__logo {
        width: 85%;
    }

    .property__list-item {
        /* width: 48.5%; */
        width: 100%;
    }

    .property__list-thum {
        margin-bottom: 8px;
    }
    .property__list-thum img {
        width: 70%;
        margin: 0 auto;
    }

    .property__list-down {
        align-items: center;
    }
    .property__list-down .kukakuNum {
        font-size: 18px;
    }
    .property__list-down .priceDown {
        font-size: 18px;
        line-height: 1.2;
    }  
    .property__list-down .priceDown span {
        display: block;
    }

    .property__list-cat {
        margin-bottom: 3px;
    }    
    .property__list-name {
        font-size: 18px;
    }
    .property__list-comme {
        font-size: 14px;
    }

}

@media screen and (max-width: 640px) {
    /* 2024/09/12 追加 ↓ */

    .areamap_file-pc {
        display: none !important;
    }

    .areamap_file-sp {
        display: block !important;
    }

    .fix-cmn__type02 {
        width: 70px;
    }

    .housing__list-num {
        font-size: 3.864vw;
        width: 10.765vw;
    }

    .housing__list-heading {
        font-size: 3.473vw;
        padding: 0.851vw;
        width: calc(100% - 10.765vw);
    }

    .housing__list-text {
        font-size: 2.822vw;
        margin-bottom: 4.776vw;
    }

    .housing__list-text--sml {
        font-size: 2.562vw;
    }

    .support__list-text {
        font-size: 2.622vw;
    }

    .support__list-btn {
        font-size: 2.622vw;
        padding: 1.351vw 7.459vw 1.351vw 1.351vw;
        line-height: 1.45;
    }

    .option__list {
        gap: 2.562vw;
    }

    .option__list-item {
        width: calc((100% - 7.686vw) / 4);
    }

    br.b-640 {
        display: block;
    }

    br.b-640--none {
        display: none;
    }

    .bnr__item--sp {
        display: block;
    }

    .bnr__item--pc {
        display: none;
    }

    /* 2024/09/12 追加 ↑ */
}

@media screen and (max-width: 520px) {
        /* .property__list-downVal {
        font-size: 3.84vw;
        margin-right: 1.9vw;
    }

    .property__list-downunit {
        font-size: 2.8vw;
    } */

    .property__list-optionItem {
        /* width: 32%; */
        width: 18.4%;
    }

    /* 2024/09/12 追加 ↓ */
    .fix-cmn__type02 {
        width: 60px;
    }

    .housing__list-title {
        display: block;
    }

    .housing__list-num {
        width: 100%;
    }

    .housing__list-heading {
        width: 100%;
    }

    /* 2024/09/12 追加 ↑ */
}

/* 2025/01/30 リニューアル追記（commonより引用） */
/* コンタクト部分　→ 削除対応済 */
/* .sec-heading {
    color: #131431;
    line-height: 1;
  }
  
  .sec-heading.sec-heading--white {
    color: #fff;
  }
  
  .sec-heading__top {
    display: flex;
    align-items: center;
    font-family: "Poppins", sans-serif;
    font-size: 45px;
    margin-bottom: 12px;
    font-weight: 500;
  }
  
  .sec-heading__ja {
    font-size: 14px;
    font-weight: 400;
    font-weight: bold;
  }
  
  .inner-1310 {
    max-width: 1310px;
    margin-left: auto;
    margin-right: auto;
  }
  
#cmn1 {
    background-color: #333;
    padding-top: 60px;
    padding-bottom: 50px;
}

#cmn1 .sec-heading {
    margin-bottom: 40px;
}

#cmn1 .sec-heading__icon {
    width: 42px;
    margin-right: 10px;
}

.cmn1__list {
    display: flex;
}

.cmn1__list-item {
    width: 33.33%;
    text-align: center;
    padding-top: 6px;
    padding-bottom: 6px;
}

.cmn1__list-item a {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.cmn1__list-item:nth-child(2) {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}

.cmn1__list-title {
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 22px;
}

.cmn1__list-link {
    font-size: 16px;
    color: #fff;
    margin-bottom: 18px;
}

.cmn1__list-item a:hover {
    opacity: 1;
}

.cmn1__list-item a:hover .cmn1__list-link {
    text-decoration: underline;
    text-underline-offset: 0.4em;
}

.cmn1__list-arrow {
    margin-top: auto;
}

.cmn1__list-arrow img {
    display: block;
    width: 21px;
    margin-left: auto;
    margin-right: 26px;
}

.cmn1__list-icon {
    width: 108px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 28px;
}

@media screen and (max-width: 1350px) {
    .inner-1310 {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media screen and (max-width: 768px) {
    .sec-heading__ja {
        font-weight: bold;
        font-size: 16px;
    }

    .cmn1__list {
        flex-wrap: wrap;
        justify-content: center;
    }

    .cmn1__list-item {
        width: 100%;
    }

    .cmn1__list-item a {
        width: 100%;
        display: flex;
        align-items: center;
        flex-direction: row;
        padding: 10px 0;
    }

    .cmn1__list-arrow img {
        margin-right: 0;
    }

    .cmn1__list-content {
        text-align: left;
        min-width: calc(100% - 100px);
    }

    .cmn1__list-link {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .cmn1__list-item .sp {
        display: block;
    }

    .cmn1__list-icon {
        width: 70px;
        margin-left: 0;
        margin-right: 30px;
        margin-bottom: 0;
    }

    .cmn1__list-title {
        line-height: 1;
    }

    .cmn1__list-item:nth-child(2) {
        border-right: none;
        border-top: 1px solid #fff;
        border-left: none;
        border-bottom: 1px solid #fff;
    }
} */