@charset "utf-8";

main .inner1200 {
    width: 96%;
    margin: 0 2%;
}

.on_madori main {
    z-index: 200000;
}

.seo-area {
    width: 100%;
    margin: 20px 0;
}

/**/
.page_ttl {
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
    padding: 50px 5px 40px;
    position: relative;
}

.page_ttl.sub-page {
    padding: 40px 5px 10px;
}

.page_ttl h1 {
    display: flex;
    align-items: center;
    font-size: 32px;
}

.page_ttl h2 {
    display: flex;
}

.page_ttl h2 span {
    display: block;
    font-size: 11px;
    color: #000;
    background: var(--color2);
    padding: 2px 8px;
    border-radius: 2px;
    margin-bottom: 3px;
}

/**/
.sub-ttl {
    width: 100%;
    padding: 10px;
    background: #fff;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .1);
}

.sub-ttl .image {
    height: 120px;
    width: auto;
    margin-right: 20px;
}

.sub-ttl .image img {
    height: 100%;
    width: auto;
}

.sub-ttl ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.sub-ttl ul li {
    padding: 2px 0;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.sub-ttl ul li:nth-child(odd) {
    width: 40%;
}

.sub-ttl ul li:nth-child(even) {
    width: 60%;
}

.sub-ttl ul li .ttl {
    width: 65px;
    font-size: 11px;
    color: #777;
    font-weight: 400;
    letter-spacing: 1px;
}

.sub-ttl ul li .txt {
    flex: 1;
    font-size: 11px;
    color: #111;
    font-weight: 500;
    letter-spacing: 1px;
}

@media screen and (max-width: 1200px) {
    .page_ttl {
        padding: 50px 1.5% 40px;
    }

    .sub-ttl ul li .ttl {
        width: 54px;
        letter-spacing: 0;
    }

    .sub-ttl ul li:nth-child(even) {
        padding-left: 10px;
    }
}

@media screen and (max-width: 1100px) {
    .page_ttl.sub-page {
        padding: 40px 2% 10px;
    }

    .sub-ttl {
        width: 98%;
        margin: 0 2%;
    }
}

@media screen and (max-width: 800px) {
    .page_ttl {
        padding: 20px 1.5% 20px;
    }

    .page_ttl h1 {
        width: 100%;
        padding-right: 60px;
        position: relative;
    }

    .page_ttl h1 .okiniiri {
        position: absolute;
        right: 0;
        bottom: 0px;
        margin: 0;
        padding: 0;
    }

    /**/
    .sub-ttl {
        margin: 10px 1% 30px;
        background: none;
        box-shadow: none;
        align-items: flex-start;
    }

    .sub-ttl .image {
        height: 100px;
        margin-top: 5px;
    }
}

@media screen and (max-width: 700px) {

    .sub-ttl ul li:nth-child(odd),
    .sub-ttl ul li:nth-child(even) {
        width: 100%;
        padding: 3px 0;
    }

    .sub-ttl ul li:nth-child(even) {
        padding-left: 0px;
    }

    .sub-ttl ul li .ttl,
    .sub-ttl ul li .txt {
        line-height: 1.2em;
        letter-spacing: 0;
    }
}

@media screen and (max-width: 600px) {
    .page_ttl {
        padding: 10px 1%;
    }

    .page_ttl h1 {
        font-size: 22px;
    }

    .page_ttl h2 span {
        font-size: 10px;
        padding: 1px 4px;
    }
}

/*==========================================================
ページmv
===========================================================*/
#post-mv {}

#post-mv .inner1000 {}

/*-------------------------
 MV　画像　 スライダー
-------------------------*/
#post-mv .inner1000 {
    flex-direction: row;
    align-items: stretch;
}

#post-mv .inner1000 .left {
    width: 100%;
    max-width: 650px;
    flex: 1;
    display: flex;
    justify-content: space-between;
    position: relative;
}

#post-mv .inner1000 .left .imgBox {
    width: 100%;
    display: block;
    position: relative;
    padding-bottom: 5px;
}

#post-mv .inner1000 .left .imgBox .largeImg {
    width: 100%;
    height: 500px;
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 10;
}

/*スライダー*/
#post-mv .inner1000 .left .imgBox .largeImg .flickBox {
    display: flex;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
}

#post-mv .inner1000 .left .imgBox .largeImg .flickBox span {
    height: 100%;
    aspect-ratio: 4 / 3;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    z-index: 1;
    position: relative;
    transition: 0.3s;
    overflow: hidden;
    cursor: pointer;
}

#post-mv .inner1000 .left .imgBox .largeImg .flickBox span img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    pointer-events: nonel;
}

#post-mv .inner1000 .left .imgBox .largeImg .flickBox span img.img_load {
    width: 60px;
    height: 60px;
}

/*枚数表示*/
#post-mv .inner1000 .left .imgBox .largeImg .imgNomber {
    position: absolute;
    right: 4px;
    bottom: 4px;
    padding: 1px 4px 3px;
    z-index: 200;
    border: solid 1px rgba(200, 200, 200, .6);
    display: flex;
    align-items: flex-end;
    background: rgba(255, 255, 255, .6);
    border-radius: 2px;
    pointer-events: none;
}

#post-mv .inner1000 .left .imgBox .largeImg .imgNomber .n1 {
    font-size: 11px;
    letter-spacing: 0;
}

#post-mv .inner1000 .left .imgBox .largeImg .imgNomber .n1::after {
    content: "/";
    margin: 0 2px;
}

#post-mv .inner1000 .left .imgBox .largeImg .imgNomber .n2 {
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0;
}

/*次へ・戻るボタン*/
#post-mv .inner1000 .left .imgBox .image_click {
    width: 60px;
    height: 60px;
    opacity: 0.5;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 220px;
    z-index: 1000000;
    transition: 0.3s;
    cursor: pointer;
    mix-blend-mode: difference;
}

#post-mv .inner1000 .left .imgBox .image_click.next {
    right: 5px;
}

#post-mv .inner1000 .left .imgBox .image_click.prev {
    left: 5px;
}

#post-mv .inner1000 .left .imgBox .image_click::before {
    width: 14px;
    height: 14px;
    display: block;
    content: "";
    transition: 0.3s;
}

#post-mv .inner1000 .left .imgBox .image_click.next::before {
    border-bottom: solid 3px #555;
    border-right: solid 3px #555;
    transform: rotate(-45deg);
    margin-right: -5px;
}

#post-mv .inner1000 .left .imgBox .image_click.prev::before {
    border-bottom: solid 3px #555;
    border-left: solid 3px #555;
    transform: rotate(45deg);
    margin-left: -5px;
}

#post-mv .inner1000 .left .imgBox .image_click:hover {
    opacity: 1;
}

#post-mv .inner1000 .left .imgBox .image_click.stop {
    opacity: 0;
    pointer-events: none;
    cursor: auto;
}

/*サムネイル*/
#post-mv .inner1000 .left .imgBox .flickthumb {
    width: 100%;
    display: block;
    margin-top: 2px;
    position: relative;
    z-index: 1;
}

#post-mv .inner1000 .left .imgBox .flickthumb ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

#post-mv .inner1000 .left .imgBox .flickthumb ul li {
    width: 60px;
    height: 60px;
    display: flex;
    margin: 1px;
    position: relative;
    cursor: pointer;
}

#post-mv .inner1000 .left .imgBox .flickthumb ul li span {
    width: 100%;
    height: 100%;
    display: flex;
    overflow: hidden;
    justify-self: center;
    align-items: center;
    opacity: 0.2;
    transition: 0.3s;
    border: solid 1px #ccc;
    background-color: #fff;
}

#post-mv .inner1000 .left .imgBox .flickthumb ul li:hover span {
    opacity: 1;
}

#post-mv .inner1000 .left .imgBox .flickthumb ul li span img {
    min-width: 100%;
    min-height: 100%;
    max-width: auto;
    max-height: auto;
    width: auto;
    height: auto;
    transition: 0.8s;
    transform: scale(1.1, 1.1);
}

#post-mv .inner1000 .left .imgBox .flickthumb ul li.active span img {
    transform: scale(1, 1);
}

#post-mv .inner1000 .left .imgBox .flickthumb ul li.active span {
    opacity: 1;
}

#post-mv .inner1000 .left .imgBox .flickthumb ul li::before {
    box-shadow: 0 0 0 0px var(--color2) inset;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    pointer-events: none;
    z-index: 10;
}

#post-mv .inner1000 .left .imgBox .flickthumb ul li.active::before {
    box-shadow: 0 0 0 2px var(--color2) inset;
}

@media screen and (max-width: 1200px) {
    #post-mv {
        padding: 0 1%;
    }

    #post-mv .inner1000 .left .imgBox .largeImg {
        height: auto;
        aspect-ratio: 65 / 50;
    }
}

@media screen and (max-width: 800px) {
    #post-mv {
        padding: 0;
    }

    #post-mv .inner1000 {
        flex-direction: column;
    }

    #post-mv .inner1000 .left {
        max-width: 100%;
    }

    #post-mv .inner1000 .left .imgBox .flickthumb ul li span {
        opacity: 0.5;
    }

    /**/
    #post-mv .inner1000 .left .imgBox .largeImg .imgNomber {
        bottom: auto;
        top: 5px;
    }
}

@media screen and (max-width: 600px) {
    #post-mv .inner1000 .left .imgBox .flickthumb ul li {
        width: 10%;
        height: auto;
        margin: 0;
        padding: 1px;
        border: none;
        aspect-ratio: 1 / 1;
    }

    #post-mv .inner1000 .left .imgBox .image_click {
        top: 20%;
        margin-top: 20px;
    }
}

@media screen and (max-width: 500px) {
    #post-mv .inner1000 .left .imgBox .flickthumb ul li {
        width: 12.5%;
    }
}



/*--間取り図-----------*/
#post-mv .inner1000 .left .imgBox .madori_zu {
    width: 44px;
    height: 44px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 10px;
    bottom: 10px;
    z-index: 1000000;
    background: rgba(255, 255, 255, .8);
    border-radius: 4px;
    border: solid 1px #444;
    transition: 0.4s;
    cursor: pointer;
}

#post-mv .inner1000 .left .imgBox .madori_zu div {
    width: 26px;
    height: 26px;
    display: flex;
    background: url(../img/madori.gif) 50% 50% no-repeat;
    background-size: cover;
}

#post-mv .inner1000 .left .imgBox .madori_zu p {
    display: block;
    font-size: 8px;
    font-weight: 500;
    margin-top: 2px;
}

#post-mv .inner1000 .left .imgBox .madori_zu:hover {
    background: var(--color2);
}

/**/
#post-mv .inner1000 .left .imgBox .madori_image {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000000;
    display: none;
}

.on_madori #post-mv .inner1000 .left .imgBox .madori_image {
    display: block;
}

.on_madori.bukken_cta_open_madori #post-mv .inner1000 .left .imgBox .madori_image {
    display: none;
}


#post-mv .inner1000 .left .imgBox .madori_image .overray {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .65);
    z-index: 1000000;
    z-index: 1;
    cursor: pointer;
    transition: 0.4s;
}

#post-mv .inner1000 .left .imgBox .madori_image .overray:hover {
    background: rgba(0, 0, 0, .7);
}

#post-mv .inner1000 .left .imgBox .madori_image .set_madori_image {
    width: 70vw;
    height: 80vh;
    overflow-x: auto;
    overflow-x: auto;
    position: fixed;
    left: 15vw;
    top: 10vh;
    background: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .1);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    z-index: 10;
}

#post-mv .inner1000 .left .imgBox .madori_image .set_madori_image img {
    width: auto;
    height: auto;
    display: block;
    max-height: calc(70vh - 50px);
    max-width: 76vw;
    min-height: 300px;
    min-width: 300px;
    object-fit: cover;
}

#post-mv .inner1000 .left .imgBox .madori_image .set_madori_image img.img_load {
    max-width: 20px !important;
    max-height: 20px !important;
}

#post-mv .inner1000 .left .imgBox .madori_image .set_madori_image p {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#post-mv .inner1000 .left .imgBox .madori_image .set_madori_image p>* {
    max-width: 160px;
    width: calc(48% - 20px);
    margin: 0 10px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    transition: 0.4s;
}

#post-mv .inner1000 .left .imgBox .madori_image .set_madori_image p>span {
    font-size: 13px;
    font-weight: 500;
}

#post-mv .inner1000 .left .imgBox .madori_image .set_madori_image p a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
}

#post-mv .inner1000 .left .imgBox .madori_image .set_madori_image p a span {
    font-size: 10px;
    color: #fff;
}

#post-mv .inner1000 .left .imgBox .madori_image .set_madori_image p a.more {
    background: var(--color1);
    color: #fff;
    border: solid 1px var(--color1);
    color: #fff;
}

#post-mv .inner1000 .left .imgBox .madori_image .set_madori_image p a.more:hover {
    background: #fff;
    color: var(--color1);
    border: solid 1px var(--color1);
}

#post-mv .inner1000 .left .imgBox .madori_image .set_madori_image p a.more:hover span {
    color: var(--color1);
}

#post-mv .inner1000 .left .imgBox .madori_image .set_madori_image p a.contact {
    background: var(--color4);
    color: #fff;
    border: solid 1px var(--color4);
    color: #fff;
}

#post-mv .inner1000 .left .imgBox .madori_image .set_madori_image p a.contact:hover {
    background: var(--color4_2);
    border: solid 1px var(--color4_2);
}

#post-mv .inner1000 .left .imgBox .madori_image .set_madori_image p .fin-btn {
    background: #eee;
    color: #666;
    border: solid 1px #ddd;
}

#post-mv .inner1000 .left .imgBox .madori_image .set_madori_image p .fin-btn:hover {
    background: var(--color2);
    color: #111;
    border: solid 1px #555;
    cursor: pointer;
}

/**/
#post-mv .inner1000 .left .imgBox .madori_image .set_madori_image p span.sp_form {
    display: flex;
    flex-direction: column;
    background: var(--color4);
    border-bottom: solid 2px #a64040;
    cursor: pointer;
}

#post-mv .inner1000 .left .imgBox .madori_image .set_madori_image p span.sp_form b {
    line-height: 1.2em;
    color: #fff;
    font-size: 14px;
}

#post-mv .inner1000 .left .imgBox .madori_image .set_madori_image p span.sp_form .mini {
    line-height: 1.2em;
    color: #fff;
    font-size: 9px;
}

#post-mv .inner1000 .left .imgBox .madori_image .set_madori_image p span.sp_form::before {
    width: 22px;
    height: 22px;
    position: absolute;
    left: 6%;
    top: 50%;
    margin-top: -11px;
    content: "";
    background: url(../img/icon_mail.png) 50% 50% no-repeat;
    background-size: 100% 100%;
}

@media screen and (min-width: 600px) {
    #post-mv .inner1000 .left .imgBox .madori_image .set_madori_image p span.sp_form:hover {
        background: var(--color4_2);
        border-bottom: solid 2px #862f2f;
        cursor: pointer;
    }
}










/**/
.on_madori #post-mv .inner1000 .left .imgBox .image_click.next,
.on_madori #post-mv .inner1000 .left .imgBox .image_click.prev {
    z-index: -1;
}

@media screen and (max-width: 1100px) {
    #post-mv .inner1000 .left .imgBox .madori_image .set_madori_image {
        width: 80vw;
        left: 10vw;
    }
}

@media screen and (max-width: 900px) {
    #post-mv .inner1000 .left .imgBox .madori_image .set_madori_image {
        width: 90vw;
        left: 5vw;
    }
}

@media screen and (max-width: 600px) {
    #post-mv .inner1000 .left .imgBox .madori_image .set_madori_image {
        height: 70vh;
        padding: 8px;
        top: 5vh;
        overflow: hidden;
    }

    #post-mv .inner1000 .left .imgBox .madori_image .set_madori_image img {
        min-height: 100px;
        min-width: 100px;
    }

    #post-mv .inner1000 .left .imgBox .madori_image .set_madori_image p {
        justify-content: space-between;
        padding: 0 3%;
    }

    #post-mv .inner1000 .left .imgBox .madori_image .set_madori_image p>* {
        max-width: none;
        width: 48%;
        margin: 0;
        height: 50px;
    }

    #post-mv .inner1000 .left .imgBox .madori_image .set_madori_image p a {
        font-size: 2.8vw;
    }

    #post-mv .inner1000 .left .imgBox .madori_image .set_madori_image p a span {
        font-size: 2.2vw;
        line-height: 1em;
        letter-spacing: 0;
    }

    #post-mv .inner1000 .left .imgBox .madori_image .set_madori_image p .fin-btn {
        background: #000;
        color: #fff;
        border: solid 1px #000;
    }
}

/*-------------------------
 MV　物件詳細
-------------------------*/
#post-mv .inner1000 .right {
    width: 325px;
    margin-left: 25px;
    border: solid 5px #fff;
    border-radius: 8px;
}

#post-mv .inner1000 .right .inner-info {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 20px;
}

#post-mv .inner1000 .right .inner-info>* {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 5px 0;
}

#post-mv .inner1000 .right .inner-info>h3 {
    padding: 0 0 5px;
}

#post-mv .inner1000 .right .inner-info>* .ttl {
    width: 70px;
    font-size: 12px;
    color: #666;
    font-weight: 400;
    letter-spacing: 0;
}

#post-mv .inner1000 .right .inner-info>* .txt {
    flex: 1;
    font-size: 12px;
    color: #111;
    font-weight: 400;
    letter-spacing: 0;
}

#post-mv .inner1000 .right .inner-info>* b.txt {
    font-size: 22px;
    font-weight: bold;
}

#post-mv .inner1000 .right .inner-info>h3 {
    align-items: baseline;
}

#post-mv .inner1000 .right .inner-info>h3 .txt {
    font-size: 22px;
    color: var(--price);
    line-height: 1em;
    font-weight: bold;
}

#post-mv .inner1000 .right .inner-info>h3 .txt a {
    font-size: 11px;
    color: #555;
    letter-spacing: 0;
    text-decoration: underline;
}

#post-mv .inner1000 .right .inner-info>h3 .txt a:hover {
    color: #005fd1;
    text-decoration: none;
}

#post-mv .inner1000 .right .inner-info>h4 {
    margin-top: 15px;
}

#post-mv .inner1000 .right .inner-info ul.tagBox {
    width: 100%;
    margin: 20px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

#post-mv .inner1000 .right .inner-info ul.tagBox li {
    width: 33.33%;
    padding: 0 2% 5px 0;
    display: flex;
}

#post-mv .inner1000 .right .inner-info ul.tagBox li p {
    width: 100%;
    height: 100%;
    min-height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 300;
    background: #eee;
    color: #999;
    border-radius: 2px;
    word-break: keep-all;
    letter-spacing: 0;
}

#post-mv .inner1000 .right .inner-info ul.tagBox li p.active {
    background: #666;
    color: #fff;
}

/**/
#post-mv .inner1000 .right .inner-info dl.surrounding {
    width: 100%;
    margin: 30px 0 0;
    display: flex;
    flex-direction: column;
}

#post-mv .inner1000 .right .inner-info dl.surrounding>* {
    width: 100%;
    display: block;
}

#post-mv .inner1000 .right .inner-info dl.surrounding dt {
    font-size: 11px;
    font-weight: 400;
    margin-bottom: 5px;
}

#post-mv .inner1000 .right .inner-info dl.surrounding dd {
    font-size: 10px;
    color: #555;
    line-height: 1.1em;
    padding: 2px 0;
}

#post-mv .inner1000 .right .inner-info dl.surrounding dd::before {
    content: "・";
}

@media screen and (max-width: 1200px) {
    #post-mv .inner1000 .right {
        width: 300px;
        margin-left: 15px;
    }

    #post-mv .inner1000 .right .inner-info {
        padding: 10px;
    }
}

@media screen and (max-width: 800px) {
    #post-mv .inner1000 .right {
        width: 100%;
        margin: 0;
        border: none;
        border-radius: 0;
        padding: 20px 12px 0;
        display: flex;
        justify-content: center;
    }

    #post-mv .inner1000 .right .inner-info {
        width: 100%;
        max-width: 600px;
        flex-direction: row;
        flex-wrap: wrap;
        background: #fff;
        border-bottom: none;
        border-radius: 20px 20px 0 0;
        padding: 20px 20px 40px;
        box-shadow: 2px -4px 8px rgba(0, 0, 0, .1);
    }

    /**/
    #post-mv .inner1000 .right .inner-info>h3 .txt a {
        display: none;
    }

    #post-mv .inner1000 .right .inner-info>h3 {
        width: 35%;
    }

    #post-mv .inner1000 .right .inner-info>h3+p {
        width: 65%;
    }

    #post-mv .inner1000 .right .inner-info>h3,
    #post-mv .inner1000 .right .inner-info>h3+p {
        height: 30px;
        display: flex;
        flex-direction: row;
        align-items: flex-end;
        padding: 0;
    }

    #post-mv .inner1000 .right .inner-info>h3 .ttl,
    #post-mv .inner1000 .right .inner-info>h3+p .ttl {
        width: auto;
        display: block;
        margin-right: 5px;
        flex-direction: row;
        align-items: flex-end;
        font-weight: 300;
        margin-bottom: -3px;
    }

    #post-mv .inner1000 .right .inner-info>h3 .txt,
    #post-mv .inner1000 .right .inner-info>h3+p .txt {
        font-size: 22px;
        line-height: 1em;
        color: #555;
    }

    /**/
    #post-mv .inner1000 .right .inner-info>h4 {
        margin-top: 12px;
        padding-top: 8px;
        border-top: dashed 1px #ccc;
    }

    #post-mv .inner1000 .right .inner-info>* {
        padding: 2px 0;
    }

    #post-mv .inner1000 .right .inner-info>* .txt {
        font-weight: 300;
    }

    /**/
    #post-mv .inner1000 .right .inner-info ul.tagBox {
        margin: 10px 0 0;
        display: flex;
        flex-wrap: wrap;
        align-items: stretch;
    }

    #post-mv .inner1000 .right .inner-info ul.tagBox li {
        width: 25%;
        padding: 0 1% 3px 0;
        display: flex;
    }

    #post-mv .inner1000 .right .inner-info ul.tagBox li p {
        padding: 4px 0;
    }

    #post-mv .inner1000 .right .inner-info ul.tagBox li p.active {
        background: var(--color2);
        color: #000;
    }

    /**/
    #post-mv .inner1000 .right .inner-info dl.surrounding {
        width: 98%;
        margin: 20px 0 0;
        margin-bottom: 2px;
        padding: 10px;
        background: #eee;
        border-radius: 8px;
        padding: 10px;
    }

    #post-mv .inner1000 .right .inner-info dl.surrounding dt {
        font-size: 12px;
    }

    #post-mv .inner1000 .right .inner-info dl.surrounding dd {
        font-size: 12px;
    }
}

@media screen and (max-width: 600px) {
    #post-mv .inner1000 .right .inner-info {
        justify-content: space-between;
        align-content: stretch;
    }

    #post-mv .inner1000 .right .inner-info>h3 {
        width: 50%;
    }

    #post-mv .inner1000 .right .inner-info>h3+p {
        width: 50%;
        justify-content: flex-end;
    }

    #post-mv .inner1000 .right .inner-info>h3 .txt {
        font-size: 18px;
    }

    /**/
    #post-mv .inner1000 .right .inner-info ul.tagBox li {
        width: 33.3333333333%;
        padding: 0 1% 3px 0;
        display: flex;
    }
}

@media screen and (max-width: 500px) {
    #post-mv .inner1000 .right .inner-info>h3+p .txt {
        flex-grow: 0;
        word-break: keep-all;
    }
}

/*--------------
#page-links ＊ページリンク
----------------*/
.page-links {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.page-links.mb100 {
    margin-bottom: 100px;
}

.page-links ul {
    width: 100%;
    max-width: 1100px;
    display: flex;
}

.page-links ul li {
    flex: 1;
    display: flex;
    margin: 0 4px;
}

.page-links ul li * {
    width: 100%;
    height: 30px;
    border-radius: 0 0 10px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}

.page-links ul li span {
    background: #fff;
    color: #777;
    border: solid 1px #ddd;
    border-top: none;
}

.page-links ul li a {
    background: #888;
    color: #fff;
}

.page-links ul li a:hover {
    background: var(--color2);
    color: #222;
}

@media screen and (max-width: 800px) {
    .page-links {
        border-top: solid 2px #999;
    }

    .page-links ul li * {
        height: 40px;
    }
}

@media screen and (max-width: 600px) {
    .page-links {
        border: none;
        background: #777;
        padding: 0 4px;
    }

    .page-links ul li {
        margin: 0 4px;
    }

    .page-links ul li * {
        border-radius: 2px;
        font-size: 11px;
    }

    .page-links ul li span {
        height: 40px;
        margin-top: 8px;
        background: #fff;
        color: #777;
        border: none;
        border-bottom: none;
        border-radius: 6px 6px 0 0;
        font-weight: bold;
        color: #333;
    }

    .page-links ul li a {
        height: 32px;
        margin: 8px 0;
        background: #e0e0e0;
        color: #333;
        border: none;
    }

    .bukken-main>.page-links ul li span {
        margin-top: 0;
        margin-bottom: 8px;
        border-radius: 0 0 6px 6px;
    }
}


/*--------------
article
----------------*/
#article {
    margin-top: 70px;
    padding-bottom: 80px;
    background: #fff;
}

#article .inner1000 {
    flex-direction: row;
    align-items: stretch;
    position: relative;
    border-radius: 4px;
}

#article .inner1000 .main-info {
    flex: 1;
    margin-right: 10px;
}

@media screen and (max-width: 1100px) {
    #article .inner1000 .main-info {
        padding-left: 2%;
    }
}

@media screen and (max-width: 800px) {
    #article {
        margin-top: 0px;
    }

    #article .inner1000 {
        flex-direction: column;
    }

    #article .inner1000 .main-info {
        padding: 0;
        margin: 0;
    }
}

/*--------------------
#bukken-info 物件情報
------------------------*/
#article .inner1000 .main-info #bukken-info {
    width: 100%;
    align-items: flex-start;
    justify-content: flex-start;
}

#article .inner1000 .main-info #bukken-info h2 {
    font-size: 18px;
    margin-bottom: 20px;
}

#article .inner1000 .main-info #bukken-info .item {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 50px;
}

#article .inner1000 .main-info #bukken-info .item h3 {
    background: var(--color1);
    font-size: 12px;
    padding: 6px 10px;
    color: #fff;
    border-radius: 0 10px 0 0;
}

/*table*/
#article .inner1000 .main-info #bukken-info .item table {
    width: 100%;
    border-top: solid 3px var(--color1);
}

#article .inner1000 .main-info #bukken-info .item table tr {
    width: 100%;
}

#article .inner1000 .main-info #bukken-info .item table tr th {
    min-width: 160px;
    width: 160px;
    text-align: left;
    padding: 8px 10px;
    font-size: 12px;
    color: #444;
    border: solid 1px #ddd;
    background: #f3f2ec;
}

#article .inner1000 .main-info #bukken-info .item table tr th br {
    display: none;
}

#article .inner1000 .main-info #bukken-info .item table tr td {
    padding: 5px 10px;
    border: solid 1px #ddd;
    color: #777;
}

#article .inner1000 .main-info #bukken-info .item table tr td p {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 13px;
    display: flex;
    flex-direction: row;
    margin: 5px 0;
    flex-wrap: wrap;
}

#article .inner1000 .main-info #bukken-info .item table tr td * a.pclink {
    word-break: keep-all;
    margin: 3px 5px 6px;
}

#article .inner1000 .main-info #bukken-info .item table tr td * a.pclink::before {
    content: "(";
    text-decoration: none;
}

#article .inner1000 .main-info #bukken-info .item table tr td * a.pclink::after {
    content: ")";
    text-decoration: none;
}

#article .inner1000 .main-info #bukken-info .item table tr td p.price {
    display: flex;
    align-items: baseline;
}

#article .inner1000 .main-info #bukken-info .item table tr td p.price b {
    font-size: 20px;
    color: var(--price);
    display: flex;
    align-items: baseline;
}

#article .inner1000 .main-info #bukken-info .item table tr td p.price span {
    font-size: 14px;
    color: var(--price);
    margin-left: 2px;
    font-weight: bold;
}

#article .inner1000 .main-info #bukken-info .item table tr td p.price a {
    display: inline-block;
    margin-left: 20px;
    font-size: 10px;
    padding: 4px;
    line-height: 1em;
    border: solid 1px #ccc;
    border-radius: 2px;
    color: #777;
    margin-top: -2px;
    text-decoration: none !important;
    letter-spacing: 0;
}

#article .inner1000 .main-info #bukken-info .item table tr td p.price a:hover {
    background: var(--color2);
    color: #111;
}

#article .inner1000 .main-info #bukken-info .item table tr td h4 {
    font-size: 13px;
    letter-spacing: 0;
}

#article .inner1000 .main-info #bukken-info .item table tr td h4 a,
#article .inner1000 .main-info #bukken-info .item table tr td p a {
    padding: 0 2px;
    line-height: 1em;
    color: var(--color1);
    text-decoration: underline;
}

#article .inner1000 .main-info #bukken-info .item table tr td h4 a:hover,
#article .inner1000 .main-info #bukken-info .item table tr td p a:hover {
    color: #aaa;
    text-decoration: none;
}

@media screen and (max-width: 800px) {
    #article .inner1000 .main-info #bukken-info h2 {
        padding: 0 3%;
        font-size: 20px;
        line-height: 1.3em;
    }

    #article .inner1000 .main-info #bukken-info .item h3 {
        display: flex;
        align-items: center;
        height: 30px;
        font-size: 14px;
        padding: 4px 30px 0 10px;
        border-radius: 0;
        position: relative;
        overflow: hidden;
    }

    #article .inner1000 .main-info #bukken-info .item h3::after {
        width: 50px;
        height: 50px;
        content: "";
        background: #fff;
        position: absolute;
        right: -32px;
        bottom: 7px;
        transform: rotate(60deg);
        pointer-events: none;
    }
}

@media screen and (max-width: 700px) {
    #article .inner1000 .main-info #bukken-info .item table tr td p {
        margin: 3px 0;
        font-size: 14px;
        line-height: 1.3em;
    }

    #article .inner1000 .main-info #bukken-info .item table tr td * a.pclink {
        display: none;
    }

    #article .inner1000 .main-info #bukken-info .item table tr td p.price {
        flex-direction: column;
        margin-top: 10px;
    }

    #article .inner1000 .main-info #bukken-info .item table tr td p.price a {
        margin-left: 0px;
        font-size: 11px;
        border: solid 1px #aaa;
        color: #666;
        margin-top: 5px;
    }

    /**/
    #article .inner1000 .main-info #bukken-info .item table tr th {
        min-width: 0;
        width: 90px;
        padding: 5px;
        font-size: 13px;
        letter-spacing: 0;
        color: #444;
        border: solid 1px #ddd;
        background: #f3f2ec;
    }

    #article .inner1000 .main-info #bukken-info .item table tr th br {
        display: block;
    }

    #article .inner1000 .main-info #bukken-info .item table tr td p.price br {
        display: block;
    }
}

/*--------------------
#bukken-info 周辺情報
------------------------*/
#article .inner1000 .main-info #surrounding {
    width: 100%;
    margin: 30px 0;
    align-items: flex-start;
    justify-content: flex-start;
}

#article .inner1000 .main-info #surrounding h3 {
    background: var(--color1);
    color: #fff;
    padding: 4px 10px;
    border-radius: 4px;
}

#article .inner1000 .main-info #surrounding h4 {
    font-size: 14px;
    display: flex;
    align-items: center;
    margin: 10px 0;
    font-weight: 300;
}

#article .inner1000 .main-info #surrounding h4 a {
    display: inline-block;
    margin-left: 20px;
    font-size: 10px;
    padding: 4px;
    line-height: 1em;
    border: solid 1px #ccc;
    border-radius: 2px;
    color: #777;
    margin-top: -2px;
    text-decoration: none !important;
    letter-spacing: 0;
}

#article .inner1000 .main-info #surrounding h4 a:hover {
    background: var(--color2);
    color: #111;
}

#article .inner1000 .main-info #surrounding ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#article .inner1000 .main-info #surrounding ul li {
    width: 49%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding: 10px;
    margin: 5px 0;
    border: solid 1px #aaa;
    border-radius: 4px;
}

#article .inner1000 .main-info #surrounding ul li .img {
    width: 200px;
    height: 100%;
    min-height: 90px;
    background: #eee;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 11px;
    color: #aaa;
    margin-right: 10px;
    border-radius: 4px;
    overflow: hidden;
}

#article .inner1000 .main-info #surrounding ul li .txt {
    flex: 1;
    line-height: 1.1em;
    font-size: 13px;
}

/**/
#article .inner1000 .main-info #surrounding .map-surrounding {
    width: 100%;
    display: flex;
}

#article .inner1000 .main-info #surrounding .map-surrounding b {
    min-width: 80px;
    word-break: keep-all;
    font-size: 14px;
    display: block;
    margin-right: 10px;
}

#article .inner1000 .main-info #surrounding .map-surrounding>span {
    display: flex;
    flex-wrap: wrap;
}

#article .inner1000 .main-info #surrounding .map-surrounding>span span {
    font-size: 14px;
    margin-right: 20px;
}

@media screen and (max-width: 800px) {
    #article .inner1000 .main-info #surrounding {
        margin: 0;
        padding: 0 2%;
    }

    #article .inner1000 .main-info #surrounding .map-surrounding:nth-last-child(2) {
        margin-top: 5px;
        padding-top: 5px;
    }

    #article .inner1000 .main-info #surrounding .map-surrounding>span {
        flex-direction: column;
    }

    #article .inner1000 .main-info #surrounding .map-surrounding>span span {
        line-height: 1.2em;
    }

}

@media screen and (max-width:700px) {
    #article .inner1000 .main-info #surrounding ul li {
        width: 32.5%;
        padding: 0;
        flex-direction: column;
        overflow: hidden;
        justify-content: center;
        align-items: center;
    }

    #article .inner1000 .main-info #surrounding ul li .img {
        width: 100%;
        aspect-ratio: 4 / 3;
        height: auto;
        min-height: 0;
        margin: 0;
        border-radius: 0;
    }

    #article .inner1000 .main-info #surrounding ul li .txt {
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 5px 10px 10px;
        line-height: 1.2em;
    }

    #article .inner1000 .main-info #surrounding h4 {
        width: 100%;
        justify-content: space-between;
    }

    #article .inner1000 .main-info #surrounding h4 a {
        height: 100%;
        word-break: keep-all;
        min-height: 30px;
        line-height: 1em;
        display: flex;
        align-items: center;
        font-size: 11px;
        padding: 0 6px;
        border: solid 1px #777;
        color: #555;
        margin-left: 15px;
    }
}

@media screen and (max-width:500px) {
    #article .inner1000 .main-info #surrounding ul li {
        width: 49%;
    }

    #article .inner1000 .main-info #surrounding ul li .txt {
        font-size: 11px;
        padding: 3px 5px 5px;
    }

    #article .inner1000 .main-info #surrounding .map-surrounding {
        flex-direction: column;
        align-items: flex-start;
    }

    #article .inner1000 .main-info #surrounding .map-surrounding b {
        min-width: auto;
        width: auto;
        font-size: 11px;
        line-height: 16px;
        height: 16px;
        padding: 0 10px;
        border: solid 1px #aaa;
        border-radius: 20px;
        margin: 0 0 4px;
    }

}

/*--------------------
aside お問い合わせ
------------------------*/
#article .inner1000 .aside {
    width: 160px;
    position: relative;
}

#article .inner1000 .aside .box {
    width: 100%;
    position: sticky;
    right: 0;
    top: 5px;
    margin-top: 123px;
}

#article .inner1000 .aside .ttl {
    width: 100%;
    display: block;
    margin-bottom: 5px;
    padding: 4px;
    font-size: 11px;
    line-height: 1em;
    color: #fff;
    background-color: #666;
    text-align: center;
}

#article .inner1000 .aside .ttl br,
#article .inner1000 .aside .ttl span {
    display: none;
}

#article .inner1000 .aside .box .aside-cta {
    width: 100%;
    height: calc(100vh - 70px);
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    overflow-x: hidden;
}

#article .inner1000 .aside .box .aside-cta::-webkit-scrollbar {
    width: 5px;
}

#article .inner1000 .aside .box .aside-cta::-webkit-scrollbar-track {
    background-color: #ccc;
}

#article .inner1000 .aside .box .aside-cta::-webkit-scrollbar-thumb {
    background-color: #aaa;
    border-radius: 0px;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, .3);
}

/**/
#article .inner1000 .aside .box dl {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 0 10px;
}

/**/
#article .inner1000 .aside .box .aside-cta .moreBtn {
    display: none;
}

#article .inner1000 .aside .box .aside-cta.view_shop .moreBtn {
    display: none !important;
}

/**/
#article .inner1000 .aside .box .aside-cta.over_shop .moreBtn {
    display: flex;
    width: 100%;
    padding: 5px;
    background: rgba(0, 0, 0, .1);
    margin-top: 10px;
    position: relative;
}

#article .inner1000 .aside .box .aside-cta.over_shop .moreBtn::before {
    content: "・・・";
    position: absolute;
    letter-spacing: -0.4em;
    font-size: 9px;
    color: #000;
    transform: rotate(90deg);
    position: absolute;
    top: -20px;
    left: 50%;
    margin-left: -10px;
}

#article .inner1000 .aside .box .aside-cta.over_shop .moreBtn p {
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--color1);
    color: #fff;
    font-size: 11px;
    letter-spacing: 1px;
    line-height: 1.2em;
    font-weight: 400;
    border-radius: 4px;
    cursor: pointer;
    position: relative;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
}

#article .inner1000 .aside .box .aside-cta.over_shop .moreBtn p:hover {
    background: var(--color1-border);
    box-shadow: 0 0 0 rgba(0, 0, 0, .1);
}

#article .inner1000 .aside .box .aside-cta.over_shop .moreBtn p::after {
    content: "▼";
    font-size: 5px;
    position: absolute;
    left: 50%;
    bottom: 10px;
    margin-left: -2px;
    color: #fff;
    transition: 0.4s;
    pointer-events: none;
    opacity: 0;
}

#article .inner1000 .aside .box .aside-cta.over_shop .moreBtn p:hover:after {
    bottom: 1px;
    opacity: 1;
}

/**/
#article .inner1000 .aside .box dl:nth-child(n+2) {
    border-top: dashed 1px #aaa;
    padding-top: 15px;
}

#article .inner1000 .aside .box dl>* {
    width: 100%;
    display: flex;
}

#article .inner1000 .aside .box dl dt {
    flex-direction: column;
}

#article .inner1000 .aside .box dl dt span {
    font-size: 11px;
    color: #555;
}

#article .inner1000 .aside .box dl dd.shop-info {
    display: flex;
    flex-direction: column;
}

#article .inner1000 .aside .box dl dd.shop-info>span {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    font-size: 10px;
    font-weight: 300;
    color: #222;
    letter-spacing: 0;
    margin-top: 2px;
}

#article .inner1000 .aside .box dl dd.shop-info b {
    display: block;
    word-break: keep-all;
    font-size: 10px;
    font-weight: 400;
    color: #222;
    letter-spacing: 0;
    margin-right: 5px;
}

/**/
#article .inner1000 .aside .box dl dd.contact {
    display: block;
    flex-direction: column;
}

#article .inner1000 .aside .box dl dd.contact a.cta {
    width: 100%;
    height: 40px;
    border-radius: 4px;
    background: var(--color4);
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.2em;
    letter-spacing: 1px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin: 5px 0;
    position: relative;
}

#article .inner1000 .aside .box dl dd.contact a.cta span {
    width: 100%;
    font-size: 11px;
    line-height: 1em;
    font-weight: 300;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: baseline;
    word-break: keep-all;
    transform: scale(0.7, 0.7);
}

#article .inner1000 .aside .box dl dd.contact a.cta:hover {
    background: var(--color4_2);
}

/**/
#article .inner1000 .aside .box dl dd.contact a.tel-contact {
    width: 100%;
    height: 22px;
    display: flex;
    border: solid 1px #ccc;
    align-items: baseline;
    justify-content: center;
    border-radius: 2px;
    font-size: 12px;
    letter-spacing: 0.2px;
    margin-bottom: 20px;
    color: #555;
    pointer-events: none;
    word-break: keep-all;
}

#article .inner1000 .aside .box dl dd.contact a.tel-contact span {
    font-size: 9px;
    letter-spacing: 0;
    margin: 0 2px;
    color: #777;
    word-break: keep-all;
}

@media screen and (min-width: 800px) {
    #article .inner1000 .aside .box .dlBox dl:nth-child(n+4) {
        display: none;
    }

    #article .inner1000 .aside .box .view_shop dl {
        display: flex !important;
    }
}

@media screen and (max-width: 1100px) {
    #article .inner1000 .aside {
        margin-right: 2%;
    }
}

@media screen and (max-width: 800px) {
    #article .inner1000 .aside {
        width: 100%;
        margin: 0;
        padding: 0 2%;
    }

    #article .inner1000 .aside .box {
        position: static;
        right: auto;
        top: auto;
        margin-top: 40px;
    }

    #article .inner1000 .aside .box .iine {
        justify-content: center;
        margin-bottom: 50px;
    }

    #article .inner1000 .aside .iine .okiniiri {
        max-width: 300px;
        border: solid 1px #555;
    }

    /**/
    #article .inner1000 .aside .box .aside-cta {
        height: auto;
        overflow-x: visible;
    }

    /**/
    #article .inner1000 .aside .ttl {
        background: #fff;
        border-top: solid 4px #666;
        margin-bottom: 15px;
        padding: 40px 0 20px;
        font-size: 18px;
        color: #333;
        background-color: none;
        font-weight: 400;
    }

    #article .inner1000 .aside .ttl br {
        display: block;
    }

    #article .inner1000 .aside .ttl span {
        display: inline-block;
        padding: 5px 0 4px;
        border-bottom: solid 1px #444;
        font-size: 12px;
    }

    /**/
    #article .inner1000 .aside .box .dlBox {
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

    #article .inner1000 .aside .box dl:nth-child(n+2) {
        border-top: none;
        padding-top: 10px;
    }

    #article .inner1000 .aside .box dl {
        width: 23%;
        padding: 6px;
        margin: 0 1% 20px;
        display: flex !important;
        border: solid 1px #aaa !important;
    }

    #article .inner1000 .aside .box .aside-cta.over_shop .moreBtn {
        display: none !important;
        margin: 10px 0;
    }

    #article .inner1000 .aside .box dl dd.contact a.tel-contact {
        margin-bottom: 0;
    }

    #article .inner1000 .aside .box dl dt {
        padding: 5px 0 15px;
        text-align: center;
    }

    /**/
    #article .inner1000 .aside .box dl dd.contact a.cta::before {
        width: 14px;
        height: 14px;
        position: absolute;
        left: 6%;
        top: 50%;
        margin-top: -7px;
        content: "";
        background: url(../img/icon_mail.png) 50% 50% no-repeat;
        background-size: 100% 100%;
    }
}

@media screen and (max-width: 700px) {
    #article .inner1000 .aside .box dl {
        width: 31.3333%;
    }
}

@media screen and (max-width: 550px) {
    #article .inner1000 .aside .box dl {
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        padding: 2px 5px 5px;
        border-radius: 3px;
        border: solid 2px #777 !important;
    }

    #article .inner1000 .aside .box dl dt {
        width: 100%;
        padding: 0 10px 2px;
        margin: 0;
        text-align: left;
        border-bottom: dashed 1px #aaa;
        font-size: 18px;
    }

    #article .inner1000 .aside .box dl dd {
        width: 48%;
        margin: 0;
    }

    /**/
    #article .inner1000 .aside .box dl dd.shop-info>span {
        width: 100%;
        font-size: 11px;
    }

    #article .inner1000 .aside .box dl dd.shop-info b {
        font-size: 11px;
        width: 58px;
        padding: 0;
        margin: 0;
        display: flex;
        justify-content: space-between;
        flex-shrink: 0;
    }

    #article .inner1000 .aside .box dl dd.shop-info b::after {
        content: "：";
    }

    #article .inner1000 .aside .box dl dd.contact a.cta {
        height: 50px;
        font-size: 15px;
    }

    #article .inner1000 .aside .box dl dd.contact a.cta span {
        font-size: 13px;
        line-height: 1.2em;
    }

    /**/
    #article .inner1000 .aside .box dl dd.contact a.tel-contact {
        height: 38px;
        background: #f67700;
        border: none;
        flex-direction: column;
        justify-items: center;
        align-items: center;
        color: #fff;
        line-height: 1.1em;
        font-weight: 400;
        margin-top: 5px;
        letter-spacing: 1px;
        border-radius: 4px;
        position: relative;
    }

    #article .inner1000 .aside .box dl dd.contact a.tel-contact span {
        font-size: 9px;
        color: #fff;
        letter-spacing: 2px;
    }

    #article .inner1000 .aside .box dl dd.contact a.tel-contact::before {
        width: 20px;
        height: 20px;
        position: absolute;
        left: 6%;
        top: 50%;
        margin: -11px 0 0 0;
        content: "";
        background: url(../img/icon_tel.png) 50% 50% no-repeat;
        background-size: 100% 100%;
    }
}


/*--------------------
#bukken-map 地図
------------------------*/
#article .inner1000 .main-info #bukken-map {
    width: 100%;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 50px;
}

#article .inner1000 .main-info #bukken-map h2 {
    font-size: 18px;
    margin-bottom: 20px;
}

#article .inner1000 .main-info #bukken-map .map {
    width: 100%;
    height: 500px;
    overflow: hidden;
    margin-bottom: 5px;
}

#article .inner1000 .main-info #bukken-map .map iframe {
    width: 100%;
    height: 500px;
}

#article .inner1000 .main-info #bukken-map p.cap {
    width: 100%;
    font-size: 11px;
    color: #555;
}

@media screen and (max-width: 800px) {
    #article .inner1000 .main-info #bukken-map {
        width: 90%;
        margin: 0 5% 30px;
    }

    #article .inner1000 .main-info #bukken-map .map,
    #article .inner1000 .main-info #bukken-map .map iframe {
        height: 60vh;
    }

    #article .inner1000 .main-info #bukken-map p.cap {
        line-height: 1.2em;
    }

}


/*--------------------
#bukken-shop 店舗
------------------------*/
#article .inner1000 .main-info #bukken-shop {
    width: 100%;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 50px;
}

#article .inner1000 .main-info #bukken-shop h2 {
    font-size: 18px;
    margin-bottom: 20px;
}

/**/
#article .inner1000 .main-info #bukken-shop .box {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border: solid 5px #ddd;
    overflow: hidden;
    padding: 14px;
    border-radius: 6px;
    margin-bottom: 60px;
}

#article .inner1000 .main-info #bukken-shop .box .ttl {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}

#article .inner1000 .main-info #bukken-shop .box .ttl h3 {
    width: 180px;
    display: flex;
    align-items: center;
}

#article .inner1000 .main-info #bukken-shop .box .ttl h3 a {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-size: 20px;
}

#article .inner1000 .main-info #bukken-shop .box .ttl h3 a span {
    font-size: 12px;
    display: block;
    line-height: 1em;
    padding: 2px 10px;
    border: solid 1px #777;
    border-radius: 30px;
    margin-top: 6px;
}

#article .inner1000 .main-info #bukken-shop .box .ttl h3 a:hover {
    color: #888;
}

#article .inner1000 .main-info #bukken-shop .box .ttl h3 a:hover span {
    background: var(--color2);
}

#article .inner1000 .main-info #bukken-shop .box .ttl .image {
    width: 250px;
    height: auto;
    display: block;
    margin-right: 15px;
}

#article .inner1000 .main-info #bukken-shop .box .ttl .image img {
    border-right: 3px;
    overflow: hidden;
}

/**/
#article .inner1000 .main-info #bukken-shop .box .txt {
    flex: 1;
    display: flex;
    flex-direction: column;
}

#article .inner1000 .main-info #bukken-shop .box .txt table,
#article .inner1000 .main-info #bukken-shop .box .txt table tbody {
    width: 100%;
}

#article .inner1000 .main-info #bukken-shop .box .txt table tr {
    width: 100%;
    border-bottom: solid 1px #ddd;
}

#article .inner1000 .main-info #bukken-shop .box .txt table tr th {
    font-size: 11px;
    font-weight: bold;
    word-break: keep-all;
    text-align: left;
    padding: 10px 5px;
    color: #777;
}

#article .inner1000 .main-info #bukken-shop .box .txt table tr td {
    font-size: 12px;
    line-height: 1.2em;
    padding: 10px 5px;
}

#article .inner1000 .main-info #bukken-shop .box .txt table tr td span {
    font-size: 10.5px;
}

/**/
#article .inner1000 .main-info #bukken-shop .box .txt table tr.tel td a.nomber {
    font-size: 22px;
    letter-spacing: 0;
    color: var(--price);
    pointer-events: none;
    word-break: keep-all;
}

#article .inner1000 .main-info #bukken-shop .box .txt table tr.tel td span {
    font-size: 11px;
    letter-spacing: 0;
    color: var(--price);
    word-break: keep-all;
}

#article .inner1000 .main-info #bukken-shop .box .txt table tr td a.gmap {
    margin-top: 4px;
    color: #005fd1;
    display: inline-block;
}

#article .inner1000 .main-info #bukken-shop .box .txt table tr td a.gmap::before {
    content: "[";
    color: #555
}

#article .inner1000 .main-info #bukken-shop .box .txt table tr td a.gmap::after {
    content: "]";
    color: #555;
}

#article .inner1000 .main-info #bukken-shop .box .txt table tr td a.gmap:hover {
    color: #111;
    text-decoration: underline;
}

/**/
#article .inner1000 .main-info #bukken-shop .box .txt .cta {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

#article .inner1000 .main-info #bukken-shop .box .txt .cta p {
    width: 48%;
    display: block;
    margin-top: 15px;
}

#article .inner1000 .main-info #bukken-shop .box .txt .cta p a {
    width: 100%;
    height: 44px;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#article .inner1000 .main-info #bukken-shop .box .txt .cta p a.form {
    background: var(--color4);
    border: solid 1px var(--color4);
    color: #fff;
    font-size: 10px;
    line-height: 1.6em;
}

#article .inner1000 .main-info #bukken-shop .box .txt .cta p a.form b {
    font-size: 13px;
    color: #fff;
    text-align: center;
}

#article .inner1000 .main-info #bukken-shop .box .txt .cta p a.form:hover {
    background: var(--color4_2);
    border: solid 1px var(--color4_2);
}

#article .inner1000 .main-info #bukken-shop .box .txt .cta p a.shop {
    background: #fff;
    color: #999;
    border: dashed 1px #ccc;
    font-size: 11px;
}

#article .inner1000 .main-info #bukken-shop .box .txt .cta p a.shop:hover {
    color: #000;
    border: solid 1px #000;
    background: var(--color2);
}

@media screen and (max-width: 1000px) {
    #article .inner1000 .main-info #bukken-shop {
        width: 96%;
        margin: 0 3% 50px;
    }

    #article .inner1000 .main-info #bukken-shop .box {
        align-items: flex-start;
    }

    #article .inner1000 .main-info #bukken-shop .box .ttl {
        flex-direction: column;
        align-items: flex-start;
    }

    #article .inner1000 .main-info #bukken-shop .box .ttl h3 {
        width: 100%;
        margin: 10px 0 20px;
    }

    #article .inner1000 .main-info #bukken-shop .box .ttl h3 a {
        flex-direction: row-reverse;
        align-items: center;
        font-size: 20px;
        line-height: 1.2em;
    }

    #article .inner1000 .main-info #bukken-shop .box .ttl h3 a span {
        border-radius: 4px;
        margin-right: 10px;
        margin-bottom: 3px;
    }
}

@media screen and (max-width: 700px) {
    #article .inner1000 .main-info #bukken-shop .box {
        padding: 10px 10px 25px;
    }

    #article .inner1000 .main-info #bukken-shop .box .ttl {
        width: 40%;
    }

    #article .inner1000 .main-info #bukken-shop .box .ttl .image {
        width: auto;
    }

    #article .inner1000 .main-info #bukken-shop .box .ttl h3 a {
        flex-direction: column-reverse;
        align-items: flex-start;
        font-size: 18px;
        pointer-events: none;
    }

    #article .inner1000 .main-info #bukken-shop .box .ttl h3 a span {
        margin: 0;
        font-size: 11px;
        color: #555;
        border: solid 1px #999;
        padding: 2px 5px;
        border-radius: 3px;
    }

    #article .inner1000 .main-info #bukken-shop .box .txt .cta p a.shop,
    #article .inner1000 .main-info #bukken-shop .box .txt .cta p a.shop:horizontal {
        background: #fff;
        color: #111;
        border: solid 1px #555;
        font-size: 12px;
    }
}

@media screen and (max-width: 600px) {
    #article .inner1000 .main-info #bukken-shop .box .txt table tr {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 5px;
    }

    #article .inner1000 .main-info #bukken-shop .box .txt table tr th {
        width: auto;
        display: flex;
        padding: 0;
        font-size: 10px;
        font-weight: 400;
        margin: 0 0 2px;
    }

    #article .inner1000 .main-info #bukken-shop .box .txt table tr td {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        padding: 0;
    }

    #article .inner1000 .main-info #bukken-shop .box .txt table tr td a {
        display: block;
    }

    #article .inner1000 .main-info #bukken-shop .box .txt table tr.tel td {
        margin: 5px 0;
        flex-wrap: nowrap;
        align-items: baseline;
    }

    #article .inner1000 .main-info #bukken-shop .box .txt table tr.tel td a.nomber {
        pointer-events: all;
    }

    #article .inner1000 .main-info #bukken-shop .box .txt table tr td span {
        line-height: 1.2em;
    }

    /**/
    #article .inner1000 .main-info #bukken-shop .box .ttl h3 a {
        font-size: 4.8vw;
    }

    #article .inner1000 .main-info #bukken-shop .box .ttl h3 a span {
        margin-bottom: 8px;
    }

    /**/
    #article .inner1000 .main-info #bukken-shop .box {
        padding: 10px 10px 75px;
        position: relative;
    }

    #article .inner1000 .main-info #bukken-shop .box .txt .cta {
        padding: 0 10px;
        position: absolute;
        left: 0;
        bottom: 10px;
    }

    #article .inner1000 .main-info #bukken-shop .box .txt .cta p {
        margin-top: 0px;
    }

    #article .inner1000 .main-info #bukken-shop .box .txt .cta p a {
        height: 50px;
    }

    #article .inner1000 .main-info #bukken-shop .box .txt .cta p a.form b {
        font-size: 12px;
    }
}


@media screen and (max-width: 500px) {
    #article .inner1000 .main-info #bukken-shop .box .txt table tr.tel td a.nomber {
        text-decoration: underline;
        font-size: 5.2vw;
        letter-spacing: 0;
    }

    #article .inner1000 .main-info #bukken-shop .box .txt table tr.tel td span {
        font-size: 2.4vw;
        letter-spacing: 0;
    }

}





/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
#bukken-loan ローン
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝-*/
#article .inner1000 .main-info #bukken-loan {
    width: 100%;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 50px;
}

#article .inner1000 .main-info #bukken-loan h2 {
    font-size: 18px;
    margin-bottom: 20px;
}

#article .inner1000 .main-info #bukken-loan .loan-head {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--color1);
    padding: 10px;
    border-radius: 4px 4px 0 0;
    border: solid 1px #444;
    border-bottom: none;
}

#article .inner1000 .main-info #bukken-loan .loan-head p {
    color: #fff;
    font-size: 14px;
}

/**/
#article .inner1000 .main-info #bukken-loan .loan-head .flex-row {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    margin: 0 20px;
}

#article .inner1000 .main-info #bukken-loan .loan-head .select {
    font-size: 16px;
    margin: 0 5px;
    border-radius: 2px;
    border: none;
    padding: 0 5px;
}

/**/
#article .inner1000 .main-info #bukken-loan .loan-head .bukken-kakaku {}

#article .inner1000 .main-info #bukken-loan .loan-head .bukken-kakaku p {
    display: flex;
    align-items: baseline;
}

#article .inner1000 .main-info #bukken-loan .loan-head .bukken-kakaku p span {
    display: flex;
    justify-content: center;
    align-items: baseline;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 0;
    margin: 0 4px;
    padding: 3px 5px;
    border: solid 2px rgba(255, 255, 255, .4);
}

#article .inner1000 .main-info #bukken-loan .loan-head .bukken-kakaku p span input {
    font-size: 18px;
    width: auto !important;
    min-width: auto;
    max-width: 70px;
    padding: 0;
    margin: 0;
    background: none;
    border: none;
    font-weight: bold;
    color: #fff;
    letter-spacing: 0;
    line-height: 1em;
    display: block;
    text-align: center;
}

#article .inner1000 .main-info #bukken-loan .loan-head .bukken-kakaku p span input.close_input {
    pointer-events: none;
}

/**/
#article .inner1000 .main-info #bukken-loan .loan-head .kinri {}

/**/
#article .inner1000 .main-info #bukken-loan .loan-head .atamakin {}

/*-----------
loan-body
----------------*/
#article .inner1000 .main-info #bukken-loan .loan-body table.type1 .type2,
#article .inner1000 .main-info #bukken-loan .loan-body table.type1 .type3,
#article .inner1000 .main-info #bukken-loan .loan-body table.type2 .type1,
#article .inner1000 .main-info #bukken-loan .loan-body table.type2 .type3,
#article .inner1000 .main-info #bukken-loan .loan-body table.type3 .type1,
#article .inner1000 .main-info #bukken-loan .loan-body table.type3 .type2 {
    display: none !important;
}

#article .inner1000 .main-info #bukken-loan .loan-body {
    width: 100%;
    display: block;
}

#article .inner1000 .main-info #bukken-loan .loan-body table,
#article .inner1000 .main-info #bukken-loan .loan-body table body,
#article .inner1000 .main-info #bukken-loan .loan-body table tr {
    width: 100%;
    position: relative;
}

#article .inner1000 .main-info #bukken-loan .loan-body table tr.ttl {
    position: sticky;
    top: -1px;
    left: 0;
    z-index: 100;
}

#article .inner1000 .main-info #bukken-loan .loan-body table tr.ttl td {
    height: 30px;
    text-align: center;
    font-size: 14px;
    background: #E8EFC6;
}

#article .inner1000 .main-info #bukken-loan .loan-body table tr.ttl-sub {
    position: sticky;
    top: 30px;
    left: 0;
    z-index: 100;
}

#article .inner1000 .main-info #bukken-loan .loan-body table tr.ttl-sub td {
    height: 24px;
    text-align: center;
    font-size: 10px;
    background: #EEF2DC;
}

#article .inner1000 .main-info #bukken-loan .loan-body table tr td {
    border: solid 1px #444;
    padding: 5px 4px;
    position: relative;
}

#article .inner1000 .main-info #bukken-loan .loan-body table tr.ttl-sub td,
#article .inner1000 .main-info #bukken-loan .loan-body table tr.b0 td {
    border-top: none !important;
}

#article .inner1000 .main-info #bukken-loan .loan-body table tr.ttl td,
#article .inner1000 .main-info #bukken-loan .loan-body table tr.ttl-sub td,
#article .inner1000 .main-info #bukken-loan .loan-body table tr.ttl td.bonus {
    border-bottom: none !important;
}

#article .inner1000 .main-info #bukken-loan .loan-body table tr.ttl td::after,
#article .inner1000 .main-info #bukken-loan .loan-body table tr.ttl-sub td::after,
#article .inner1000 .main-info #bukken-loan .loan-body table tr.ttl td.bonus::after {
    content: "";
    width: 100%;
    height: 1px;
    background: #444;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
}

/*under - over*/
#article .inner1000 .main-info #bukken-loan .loan-body table tr td.under,
#article .inner1000 .main-info #bukken-loan .loan-body table tr td.over {
    width: 20px;
    overflow: hidden;
    position: relative;
    padding: 0;
    vertical-align: text-top;
    transition: 0.2s;
    background: #fff;
    cursor: pointer;
}

#article .inner1000 .main-info #bukken-loan .loan-body table.type1 tr td.under,
#article .inner1000 .main-info #bukken-loan .loan-body table.type3 tr td.over {
    pointer-events: none;
    background: #ccc;
}

#article .inner1000 .main-info #bukken-loan .loan-body table.type1 tr td.under span,
#article .inner1000 .main-info #bukken-loan .loan-body table.type3 tr td.over span {
    opacity: .2;
    mix-blend-mode: luminosity;
}

#article .inner1000 .main-info #bukken-loan .loan-body table tr td.under span {
    border-left: 3px solid var(--color1);
    transform: rotate(45deg);
    margin-left: -3px;
}

#article .inner1000 .main-info #bukken-loan .loan-body table tr td.over span {
    border-right: 3px solid var(--color1);
    transform: rotate(-45deg);
    margin-left: -7px;
}

#article .inner1000 .main-info #bukken-loan .loan-body table tr td.under span,
#article .inner1000 .main-info #bukken-loan .loan-body table tr td.over span {
    width: 10px;
    height: 10px;
    position: absolute;
    top: 25px;
    left: 50%;
    border-bottom: 3px solid var(--color1);
    transition: 0.3s;
}

#article .inner1000 .main-info #bukken-loan .loan-body table tr td.under.onmouse,
#article .inner1000 .main-info #bukken-loan .loan-body table tr td.over.onmouse {
    background: var(--color1);
}

#article .inner1000 .main-info #bukken-loan .loan-body table tr td.under.onmouse span {
    border-left: 3px solid #fff;
    border-bottom: 3px solid #fff;
}

#article .inner1000 .main-info #bukken-loan .loan-body table tr td.over.onmouse span {
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
}

/**/
#article .inner1000 .main-info #bukken-loan .loan-body table tr td.bonus {
    width: 50px;
    height: 48px;
    background: #ddd;
    font-size: 10px;
    word-break: keep-all;
}

#article .inner1000 .main-info #bukken-loan .loan-body table tr td.bonus {
    text-align: center;
}

#article .inner1000 .main-info #bukken-loan .loan-body table tr.ttl td.bonus span {
    width: 100%;
    display: block;
    font-size: 10px;
    line-height: 1em;
    text-align: center;
}

/**/
#article .inner1000 .main-info #bukken-loan .loan-body table tr td.p_td {
    text-align: right;
    border: solid 1px #444;
    padding: 12px 4px;
    letter-spacing: 0;
    vertical-align: baseline;
    font-size: 16px;
    vertical-align: middle;
}

#article .inner1000 .main-info #bukken-loan .loan-body table tr td.p_td span {
    font-size: 11px;
    color: #222;
    padding: 0 3px;
    display: inline;
    align-items: baseline;
}

#article .inner1000 .main-info #bukken-loan .loan-body table tr td.p_td.m_nomal {
    border-right: dashed 1px #aaa;
}

#article .inner1000 .main-info #bukken-loan .loan-body table tr td.p_td.m_bonus {
    border-left: none;
}

#article .inner1000 .main-info #bukken-loan .loan-body table tr td.p_td.m_nomal.not-applicable {
    border-right: none;
}

#article .inner1000 .main-info #bukken-loan .loan-body table tr td.p_td.not-applicable {
    text-align: center;
    background: #aaa;
}

#article .inner1000 .main-info #bukken-loan .loan-body table tr.b0 td.m_bonus {
    background: #ddd;
    text-align: center;
}

#article .inner1000 .main-info #bukken-loan .loan-body table tr td.p_td>span {}

#article .inner1000 .main-info #bukken-loan .loan-body table tr td.p_td .bonus-m span {
    width: auto;
    display: block;
    font-size: 9px;
    text-align: left;
    margin: 8px 0 2px;
    color: #555;
    background: #ddd;
    border-radius: 2px;
    padding: 0 2px;
}

/*caps*/
#article .inner1000 .main-info #bukken-loan .loan-body .caps {
    width: 100%;
    display: block;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 10px 0 50px;
}

#article .inner1000 .main-info #bukken-loan .loan-body .caps span {
    display: block;
    margin: 2px 0;
    font-size: 11px;
    letter-spacing: 0;
}

@media screen and (max-width: 1000px) {
    #article .inner1000 .main-info #bukken-loan .loan-body table tr td.p_td {
        font-size: 14px;
    }

    #article .inner1000 .main-info #bukken-loan .loan-body table tr td.p_td span {
        font-size: 10px;
    }
}

@media screen and (max-width: 800px) {
    #article .inner1000 .main-info #bukken-loan {
        width: 96%;
        margin: 0 2% 50px;
    }
}

@media screen and (max-width: 700px) {
    #article .inner1000 .main-info #bukken-loan .loan-head {
        justify-content: space-between;
        padding-top: 5px;
    }

    #article .inner1000 .main-info #bukken-loan .loan-head .flex-row {
        width: 30%;
        justify-content: flex-end;
        align-items: center;
        margin: 0;
    }

    #article .inner1000 .main-info #bukken-loan .loan-head .bukken-kakaku {
        justify-content: center;
    }

    #article .inner1000 .main-info #bukken-loan .loan-head .bukken-kakaku p {
        width: 100%;
        flex-direction: column;
        justify-content: center;
        font-size: 12px;
    }

    #article .inner1000 .main-info #bukken-loan .loan-head .bukken-kakaku p span {
        width: 100%;
        height: 32px;
        margin: 0;
        font-size: 10px;
        word-break: keep-all;
    }

    #article .inner1000 .main-info #bukken-loan .loan-head .bukken-kakaku p span input {
        font-size: 16px;
    }

    #article .inner1000 .main-info #bukken-loan .loan-head .bukken-kakaku p span input.close_input {
        pointer-events: none;
    }

    /**/
    #article .inner1000 .main-info #bukken-loan .loan-head .kinri,
    #article .inner1000 .main-info #bukken-loan .loan-head .atamakin {
        flex-direction: column;
        align-items: flex-start;
    }

    #article .inner1000 .main-info #bukken-loan .loan-head .kinri p,
    #article .inner1000 .main-info #bukken-loan .loan-head .atamakin p {
        font-size: 12px;
        display: flex;
        height: 20px;
    }

    #article .inner1000 .main-info #bukken-loan .loan-head .kinri .select,
    #article .inner1000 .main-info #bukken-loan .loan-head .atamakin .select {
        height: 32px;
        width: 100%;
        margin: 0;
    }

    /**/
    #article .inner1000 .main-info #bukken-loan .loan-head .atamakin {}
}



@media screen and (max-width: 600px) {
    #article .inner1000 .main-info #bukken-loan .loan-body table tr.ttl-sub td {
        font-size: 2.0vw;
    }

    #article .inner1000 .main-info #bukken-loan .loan-body table tr td.p_td {
        padding: 5px 2px;
    }

    #article .inner1000 .main-info #bukken-loan .loan-body table tr td.p_td {
        font-size: 2.4vw;
        letter-spacing: 0;
    }

    #article .inner1000 .main-info #bukken-loan .loan-body table tr td.p_td span {
        font-size: 1.4vw;
        color: #555;
        padding: 0;
    }

    #article .inner1000 .main-info #bukken-loan .loan-body table tr.ttl td.bonus {
        font-size: 7px;
        letter-spacing: -1px;
    }

    #article .inner1000 .main-info #bukken-loan .loan-body table tr td.bonus {
        width: 40px;
        height: auto;
    }
}
























/*========================================
最近見た物件　#recently_view
=======================================*/
#recently_view {
    margin-bottom: 60px;
}

#recently_view .wrap {
    padding: 15px 0;
    flex-direction: column;
    align-items: flex-start;
    max-height: 560px;
    overflow-y: auto;
    overflow-x: hidden;
}

#recently_view .wrap h3 {
    display: block;
    font-size: 14px;
    font-weight: bold;
    padding: 5px
}

/**/
#recently_view .wrap .bukkenBox {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

#recently_view .wrap .bukkenBox .bukken-item {
    width: calc(33% - 10px);
    display: flex;
    margin: 5px;
    position: relative;
}

/**/
#recently_view .wrap .bukkenBox .bukken-item .item-checkBox {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 100;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 1px #aaa;
    border-radius: 0 0 0 10px;
    z-index: 10;
    background: #eee;
}

#recently_view .wrap .bukkenBox .bukken-item .item-checkBox label {
    width: 20px;
    height: 20px;
    margin: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

#recently_view .wrap .bukkenBox .bukken-item .item-checkBox p {
    position: absolute;
    left: -42px;
    top: -30px;
    width: 110px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border: solid 1px #aaa;
    pointer-events: none;
    opacity: 0;
    transition: 0.3s;
}

#recently_view .wrap .bukkenBox .bukken-item .item-checkBox:hover p {
    top: -46px;
    opacity: 1;
}

#recently_view .wrap .bukkenBox .bukken-item .item-checkBox p span {
    display: block;
    font-size: 11px;
    letter-spacing: 1px;
    position: relative;
    z-index: 10;
}

#recently_view .wrap .bukkenBox .bukken-item .item-checkBox p::after {
    width: 15px;
    height: 15px;
    position: absolute;
    left: 50%;
    top: 100%;
    margin: -7.5px 0 0 -7.5px;
    z-index: 5;
    border-bottom: solid 1px #aaa;
    border-right: solid 1px #aaa;
    content: "";
    transform: rotate(45deg);
    background: #fff;
}

#recently_view .wrap .bukkenBox .bukken-item .item-checkBox .checkBox+span {
    padding-left: 0;
    position: static;
}

#recently_view .wrap .bukkenBox .bukken-item .item-checkBox .checkBox+span:after {
    width: 20px;
    height: 20px;
    top: 0;
    margin-top: 0;
    position: static;
}

/**/
#recently_view .wrap .bukkenBox .bukken-item a {
    width: 100%;
    display: flex;
    align-items: flex-start;
    align-items: center;
    padding: 10px;
    border-radius: 3px;
    background: #fff;
    border: solid 1px #aaa;
}

#recently_view .wrap .bukkenBox .bukken-item a:hover {
    background: var(--color2);
    border: solid 1px #222;
}

#recently_view .wrap .bukkenBox .bukken-item a .image {
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #eee;
}

#recently_view .wrap .bukkenBox .bukken-item a:hover .image {
    background: var(--color2);
    background: none;
}

#recently_view .wrap .bukkenBox .bukken-item a .image img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

/**/
#recently_view .wrap .bukkenBox .bukken-item a .txt {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 20px;
}

#recently_view .wrap .bukkenBox .bukken-item a .txt h4 {
    display: block;
    font-size: 12px;
    font-weight: bold;
    padding-right: 30px;
}

#recently_view .wrap .bukkenBox .bukken-item a .txt h5 {
    display: flex;
    align-items: center;
    margin: 2px 0;
}

#recently_view .wrap .bukkenBox .bukken-item a .txt h5 .price {
    display: block;
    font-size: 11px;
    color: var(--color4);
    padding-right: 5px;
    word-break: keep-all;
}

#recently_view .wrap .bukkenBox .bukken-item a .txt h5 .type {
    display: block;
    font-size: 9px;
    line-height: 12px;
    padding: 0 3px;
    border: solid 1px #ccc;
    word-break: keep-all;
}

#recently_view .wrap .bukkenBox .bukken-item a .txt p {
    display: flex;
    flex-direction: column;
}

#recently_view .wrap .bukkenBox .bukken-item a .txt p span {
    display: block;
    font-size: 10px;
    color: #666;
}

@media screen and (max-width: 800px) {
    #recently_view .wrap {
        max-height: none;
        padding: 0;
    }
}

@media screen and (max-width: 750px) {
    #recently_view {
        margin-bottom: 20px;
    }

    #recently_view .wrap .bukkenBox .bukken-item {
        width: calc(50% - 10px);
    }

    #recently_view .wrap .bukkenBox .bukken-item .item-checkBox p,
    #recently_view .wrap .bukkenBox .bukken-item .item-checkBox:hover p {
        width: 100px;
        height: 24px;
        left: auto;
        right: 0px;
        top: -23px;
        z-index: 100;
        border: none;
        background: var(--color2);
        opacity: 1;
        border: solid 1px #222;
        border-bottom: none;
        display: none;
    }

    #recently_view .wrap .bukkenBox .bukken-item .item-checkBox p::after {
        display: none;
    }

    #recently_view .wrap .bukkenBox .bukken-item .item-checkBox p span {
        font-size: 10px;
        letter-spacing: 0;
    }

    #recently_view .wrap .bukkenBox .bukken-item .item-checkBox.on_check {
        background: none;
        border: none;
    }

    #recently_view .wrap .bukkenBox .bukken-item .item-checkBox.on_check p,
    #recently_view .wrap .bukkenBox .bukken-item .item-checkBox.on_check:hover p {
        display: flex;
    }

    #recently_view .wrap .bukkenBox .bukken-item .item-checkBox.on_check+a,
    #recently_view .wrap .bukkenBox .bukken-item .item-checkBox.on_check+a:hover {
        background: var(--color2);
        border-radius: 3px 0 3px 3px;
        position: relative;
        z-index: 1;
        border: solid 1px #222;
    }
}

@media screen and (max-width: 550px) {
    #recently_view .wrap .bukkenBox .bukken-item {
        width: 100%;
        margin: 4px 0;
    }

    #recently_view .wrap .bukkenBox .bukken-item a {
        padding: 0px;
        border-radius: 0 3px 3px 0;
    }

    #recently_view .wrap .bukkenBox .bukken-item a .image {
        height: 100%;
        border-right: solid 1px #999;
    }

    #recently_view .wrap .bukkenBox .bukken-item a .image img {
        width: 80px;
        height: 80px;
    }

    /**/
    #recently_view .wrap .bukkenBox .bukken-item .item-checkBox {
        width: 40px;
        height: 100%;
        border-radius: 0;
        padding: 0;
    }

    #recently_view .wrap .bukkenBox .bukken-item .item-checkBox.on_check {
        border: solid 1px #333;
        border-top: solid 1px var(--color2);
        background: var(--color2);
    }

    #recently_view .wrap .bukkenBox .bukken-item .item-checkBox p,
    #recently_view .wrap .bukkenBox .bukken-item .item-checkBox:hover p {
        top: -25px;
        right: -1px;
    }

    #recently_view .wrap .bukkenBox .bukken-item .item-checkBox.on_check+a,
    #recently_view .wrap .bukkenBox .bukken-item .item-checkBox.on_check+a:hover {
        background: #d5d5d5;
    }

    #recently_view .wrap .bukkenBox .bukken-item .item-checkBox label {
        width: 30px;
        height: 100%;
    }

    #recently_view .wrap .bukkenBox .bukken-item .item-checkBox .checkBox+span:after {}

    /**/
    #recently_view .wrap .bukkenBox .bukken-item a {
        padding-right: 40px;
    }

    #recently_view .wrap .bukkenBox .bukken-item a .txt {
        margin: 0;
        padding: 5px 10px;
    }

    #recently_view .wrap .bukkenBox .bukken-item a .txt h4 {
        padding-right: 0px;
    }

    #recently_view .wrap .bukkenBox .bukken-item a .txt h5 .type {
        background: #fff;
    }

    #recently_view .wrap .bukkenBox .bukken-item a .txt p span {
        line-height: 1.2em;
    }
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
その他のリンクリスト
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝-*/
#others-list {
    margin: 40px auto;
    padding: 10px 2% 20px;
    border: solid 1px #ccc;
    background: #fff;
    border-radius: 16px;
}

#others-list .wrap {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 10px 5px;
    border-bottom: dotted 1px #ddd;
}

#others-list .wrap.column {
    flex-direction: column;
}

#others-list .wrap h4 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-size: 12px;
    font-weight: 500;
    margin: 4px 30px 0 0;
    word-break: keep-all;
}

#others-list .wrap h4 span {
    display: block;
    font-size: 10px;
    color: #777;
    font-weight: 400;
    word-break: keep-all;
}

/**/
#others-list .wrap .nomal-links {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
}

#others-list .wrap .nomal-links li.ttl {
    width: 100%;
    margin: 0 0 4px;
    display: block;
}

#others-list .wrap .nomal-links li.ttl h5 {
    font-size: 12px;
    font-weight: bold;
}

#others-list .wrap .nomal-links li {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 8px 4px 0;
}

#others-list .wrap .nomal-links li a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 11px;
    padding: 2px 8px;
    border-radius: 30px;
    border: solid 1px #ddd;
}

#others-list .wrap .nomal-links li a:hover {
    border: solid 1px #222;
    color: #111;
    background: var(--color2);
}

#others-list .wrap .nomal-links li span {
    color: #999;
    font-size: 11px;
}

/**/
#others-list .wrap ul.type2 {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
}

#others-list .wrap ul.type2 li {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 8px 4px 0;
}

#others-list .wrap ul.type2 li a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 10px;
    padding: 2px 6px;
    border-radius: 4px;
    border: solid 1px #ddd;
}

#others-list .wrap ul.type2 li a:hover {
    border: solid 1px #222;
    color: #111;
    background: var(--color2);
}

#others-list .wrap ul.type2 li span {
    color: #777;
    font-size: 11px;
}

/**/
#others-list .wrap ul.type3 {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
}

#others-list .wrap ul.type3 li {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 10px 5px 0;
}

#others-list .wrap ul.type3 li a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 11px;
    text-decoration: underline;
    color: #666;
}

#others-list .wrap ul.type3 li a:hover {
    color: var(--color1);
    text-decoration: none;
}

#others-list .wrap ul.type3 li span {
    color: #777;
    font-size: 11px;
}

/**/
#others-list .wrap .tyouName {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    position: relative;
}

#others-list .wrap .tyouName .row {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 5px 0;
    border-bottom: dashed 1px #ccc;
}

#others-list .wrap .tyouName .row .w35 {
    width: 35px;
    font-size: 11px;
    font-weight: 700;
    display: block;
    justify-content: center;
    margin-top: 6px;
}

/**/
#others-list .wrap .tyouName.height_over .row {
    width: 100%;
    position: absolute;
    margin-top: 30px;
    padding: 0;
    border: solid 1px #555
}

#others-list .wrap .tyouName.height_over .row.view {
    position: relative;
}

#others-list .wrap .tyouName.height_over .row p.w35 {
    width: 11%;
    height: 30px;
    position: absolute;
    top: -30px;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    border: solid 1px #555;
    background: #fff;
    cursor: pointer;
    transition: 0.3s;
    z-index: 10;
}

#others-list .wrap .tyouName.height_over .row p.w35:hover {
    background: #ddd;
}

#others-list .wrap .tyouName.height_over .row.view p.w35 {
    background: var(--color2);
    pointer-events: none;
}

/**/
#others-list .wrap .tyouName.height_over .row:nth-child(1) p.w35 {
    margin-left: 0;
}

#others-list .wrap .tyouName.height_over .row:nth-child(2) p.w35 {
    margin-left: 10%;
}

#others-list .wrap .tyouName.height_over .row:nth-child(3) p.w35 {
    margin-left: 20%;
}

#others-list .wrap .tyouName.height_over .row:nth-child(4) p.w35 {
    margin-left: 30%;
}

#others-list .wrap .tyouName.height_over .row:nth-child(5) p.w35 {
    margin-left: 40%;
}

#others-list .wrap .tyouName.height_over .row:nth-child(6) p.w35 {
    margin-left: 50%;
}

#others-list .wrap .tyouName.height_over .row:nth-child(7) p.w35 {
    margin-left: 60%;
}

#others-list .wrap .tyouName.height_over .row:nth-child(8) p.w35 {
    margin-left: 70%;
}

#others-list .wrap .tyouName.height_over .row:nth-child(9) p.w35 {
    margin-left: 80%;
}

#others-list .wrap .tyouName.height_over .row:nth-child(10) p.w35 {
    margin-left: 90%;
}

#others-list .wrap .tyouName.height_over .row ul {
    display: none;
}

#others-list .wrap .tyouName.height_over .row.view ul {
    display: flex;
    position: relative;
    z-index: 1;
    background: #fff;
    padding: 12px;
}

/**/
#others-list .wrap.seo-area {
    width: 100%;
    border: none;
    padding: 15px 0;
}

#others-list .wrap.seo-area p {
    font-size: 10px;
    letter-spacing: 0;
    color: #666;
    font-weight: 350;
}


@media screen and (max-width: 750px) {
    #others-list .wrap {
        flex-direction: column;
    }

    #others-list .wrap h4 {
        flex-direction: row;
        align-items: center;
        margin: 0 0 10px;
        color: #fff;
        padding: 2px 5px 4px;
        background: var(--color1);
        border-radius: 3px;
    }

    #others-list .wrap h4 br {
        display: none;
    }

    #others-list .wrap h4 span {
        font-size: 12px;
        font-weight: 500;
        color: #fff;
    }

    /**/
    #others-list .wrap .nomal-links li span,
    #others-list .wrap .nomal-links li a,
    #others-list .wrap .nomal-links li a:hover {
        color: #000;
        border: solid 1px #777;
        padding: 2px;
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 34px;
        border-radius: 40px;
        margin: 0 4px 4px 0;
    }

    #others-list .wrap .nomal-links li a {
        background: #fff;
    }

    #others-list .wrap .nomal-links li span {
        background: #ddd;
        border: solid 1px #ddd;
    }

    #others-list .wrap.seo-area {
        padding: 0;
        margin: 10px 0 0;
    }

    #others-list .wrap.seo-area p {
        line-height: 1.4em;
    }

    #others-list .wrap ul.type2 li span {
        width: 100%;
        height: 100%;
        display: flex;
        background: #eee;
        align-items: center;
        padding: 0 4px;
    }
}

@media screen and (max-width: 600px) {
    #others-list {
        margin: 20px 0;
    }

    #others-list .wrap .nomal-links {
        width: 100%;
        justify-content: space-between;
    }

    #others-list .wrap .nomal-links li {
        width: 49%;
        margin: 0 0 6px;
    }

    #others-list .wrap .nomal-links li span,
    #others-list .wrap .nomal-links li a {
        width: 100%;
        font-size: 11px;
        letter-spacing: 0;
    }

    /**/
    #others-list .wrap ul.type2 li,
    #others-list .wrap ul.type3 li {
        margin: 5px 10px 5px 0;
    }

    #others-list .wrap ul.type2 li a {
        min-height: 34px;
        font-size: 11px;
        border: solid 1px #777;
        padding: 4px 10px;
        color: #000;
    }

    /**/
    #others-list .wrap ul.type3 li a {
        min-height: 34px;
        font-size: 11px;
        border: solid 1px #777;
        text-decoration: none;
        padding: 4px 10px;
        border-radius: 4px;
        color: #000;
    }
}








/*========================================
似ている物件
=======================================*/
.others-bukken {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 10px 0 40px;
    padding: 10px;
    ;
    background: #e0e0e0;
    border-radius: 4px;
}

.others-bukken dt {
    font-size: 12px;
    font-weight: bold;
}

.others-bukken dd {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.others-bukken dd a {
    height: 30px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 5px;
    border-radius: 4px;
    background: #fff;
    border: solid 1px #555;
}

.others-bukken dd a:hover {
    background: var(--color2);
}

/**/
#recently_view .wrap.similar {
    margin-bottom: 50px;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 10px;
    background: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .2);
    border-radius: 4px;
}

#recently_view .wrap.similar h3 {
    width: auto;
    display: inline-block;
    background: var(--color2);
    padding: 4px 15px;
    border-radius: 30px;
}

#recently_view .wrap.similar .bukkenBox {
    max-height: 480px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 10px 0;
}

#recently_view .wrap.similar .bukkenBox .bukken-item {
    width: calc(20% - 8px);
    display: flex;
    margin: 4px;
    position: relative;
}

#recently_view .wrap.similar .bukkenBox .bukken-item a {
    overflow: hidden;
    padding: 4px 1px;
}

#recently_view .wrap.similar .bukkenBox .bukken-item a .image {
    border: none;
    background: none;
}

#recently_view .wrap.similar .bukkenBox .bukken-item a .txt h4 {
    font-size: 10px;
    padding-right: 10px;
    line-height: 1.2em;
}

#recently_view .wrap.similar .bukkenBox .bukken-item a .txt h5 {
    margin: 1px 0;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

#recently_view .wrap.similar .bukkenBox .bukken-item a .txt h5 .price {
    font-size: 11px;
    font-weight: bold;
    line-height: 1.2em;
    margin: 0 0 5px;
}

#recently_view .wrap.similar .bukkenBox .bukken-item a .txt h5 .type {
    border: none;
    font-size: 9px;
    line-height: 1.2em;
}

#recently_view .wrap.similar .bukkenBox .bukken-item a .txt p span {
    font-size: 9px;
    line-height: 1.2em;
}

@media screen and (max-width: 1200px) {
    #recently_view .wrap.similar .bukkenBox .bukken-item {
        width: calc(25% - 8px);
    }
}

@media screen and (max-width: 900px) {
    #recently_view .wrap.similar .bukkenBox .bukken-item {
        width: calc(33.3333% - 8px);
    }
}

@media screen and (max-width: 800px) {
    .others-bukken {
        width: 100%;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        margin: 20px 0 30px;
        padding: 0;
        background: none;
    }

    .others-bukken dt {
        font-size: 11px;
        margin: 0 1% 2px;
        font-weight: 300;
    }

    .others-bukken dd {
        width: 100%;
    }

    .others-bukken dd a {
        width: 24%;
        padding: 0;
        margin: 0 0.5%;
        font-size: 12px;
    }

    .others-bukken dd a:hover {
        background: none;
    }

    /**/
    #recently_view .wrap.similar .bukkenBox {
        max-height: none;
        padding: 0;
    }

    #recently_view .wrap.similar .bukkenBox .bukken-item {
        width: calc(50% - 8px);
    }
}

@media screen and (max-width: 550px) {
    #recently_view .wrap.similar {
        margin-bottom: 30px;
    }

    #recently_view .wrap.similar h3 {
        font-size: 12px;
        margin-bottom: 5px;
    }

    #recently_view .wrap.similar .bukkenBox .bukken-item {
        width: 100%;
        margin: 6px 0;
    }

    #recently_view .wrap.similar .bukkenBox .bukken-item a {
        padding: 0;
    }

    #recently_view .wrap.similar .bukkenBox .bukken-item a .txt h5 {
        flex-direction: row;
        align-items: center;
        margin: 2px 0;
    }

    #recently_view .wrap.similar .bukkenBox .bukken-item a .txt h5 .price {
        padding-right: 5px;
        margin: 0;
    }

    #recently_view .wrap.similar .bukkenBox .bukken-item a .txt h5 .type {
        padding: 0 3px;
        border: solid 1px #ccc;
    }
}

@media screen and (max-width: 500px) {
    .others-bukken dd a {
        font-size: 2.5vw;
    }
}


/*--------------------
404
--------------------*/
.notfound-wrap .nfttl {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 30px 0 0;
    padding: 10px;
}

.notfound-wrap .nfttl h2 {
    width: 100%;
    display: flex;
    font-weight: 400;
    font-size: 12px;
    justify-content: center;
    margin-bottom: 10px;
    font-weight: 400;
}

.notfound-wrap .nfttl h2 br {
    display: none;
}

.notfound-wrap .nfttl p {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
}

.notfound-wrap .nf_bukkenTxt {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 10px 0;
}

.notfound-wrap .nf_bukkenTxt::before {
    width: 350px;
    height: 70px;
    content: "";
    background: url(../img/img_bukkennashi/bukken_z2.jpg) 0 0 no-repeat;
    background-size: contain;
    margin: 20px 0 40px;
}

.notfound-wrap .nf_bukkenTxt span {
    display: block;
    text-align: center;
    margin-bottom: 5px;
}

.notfound-wrap .nf_bukkenTxt span .pc-none {
    display: none;
}

.notfound-wrap .nf_bukkenTxt span a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    background: var(--color1);
    color: #fff;
    border-radius: 4px;
}

.notfound-wrap .nf_bukkenTxt span a:hover {
    background: var(--color3);
}

@media screen and (max-width: 600px) {
    .notfound-wrap .nf_bukkenTxt::before {
        width: 100%;
        height: 3.5%;
        aspect-ratio: 35 / 7;
        margin-top: 20px;
    }

    .notfound-wrap .nf_bukkenTxt span .pc-none {
        display: block;
    }

}





/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
スマホ　下部固定CTA
sp_bukken_cta
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝-*/
@media screen and (min-width: 800.01px) {
    .sp_bukken_cta {
        display: none;
    }
}

@media screen and (max-width: 800px) {
    .sp_bukken_cta {
        width: 100%;
        display: block;
        background: rgba(0, 0, 0, .7);
        position: fixed;
        left: 0;
        bottom: 0;
        right: 0;
        z-index: 1000;
    }

    .sp_bukken_cta p {
        width: 100%;
        height: 56px;
        padding: 5px 5%;
        display: flex;
        justify-content: space-between;
    }

    .sp_bukken_cta p>span {
        width: 48%;
        padding-left: 12px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        border-radius: 4px;
        position: relative;
    }

    .sp_bukken_cta p>span.sp_form {
        background: var(--color4);
        border-bottom: solid 2px #a64040;
    }

    .sp_bukken_cta p>span.sp_tel {
        background: #f67700;
        border-bottom: solid 2px #cb6200;
    }

    .sp_bukken_cta p>span b {
        line-height: 1.2em;
        color: #fff;
        font-size: 14px;
    }

    .sp_bukken_cta p>span .mini {
        line-height: 1.2em;
        color: #fff;
        font-size: 9px;
    }

    .sp_bukken_cta p>span.sp_form::before {
        width: 22px;
        height: 22px;
        position: absolute;
        left: 6%;
        top: 50%;
        margin-top: -11px;
        content: "";
        background: url(../img/icon_mail.png) 50% 50% no-repeat;
        background-size: 100% 100%;
    }

    .sp_bukken_cta p>span.sp_tel::before {
        width: 28px;
        height: 28px;
        position: absolute;
        left: 6%;
        top: 50%;
        margin-top: -16px;
        content: "";
        background: url(../img/icon_tel.png) 50% 50% no-repeat;
        background-size: 100% 100%;
    }
}

/*-------------------------
スマホ　下部固定CTA　表示
*--------------------------*/
@media screen and (min-width: 800.01px) {
    .sp_bukken_cta_contents {
        display: none !important;
    }

    .bukken_cta_open_madori .sp_bukken_cta_contents#sp_form {
        display: flex !important;
    }
}

.sp_bukken_cta_contents {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 90000000;
    pointer-events: none;
}

.sp_bukken_cta_contents.open {
    display: flex;
    align-items: center;
    justify-items: center;
    pointer-events: all;
}

.sp_bukken_cta_contents>div.sp_bukken_cta_close {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background: rgba(0, 0, 0, .7);
}

/**/
.sp_bukken_cta_contents dl {
    width: 90%;
    height: auto;
    max-height: 90vh;
    margin: 0 5%;
    display: flex;
    flex-direction: column;
    background: #fff;
    position: relative;
    z-index: 10;
}

.sp_bukken_cta_contents dl::after {
    content: "×";
    font-weight: 100;
    color: #fff;
    font-size: 24px;
    line-height: 24px;
    position: absolute;
    right: 0;
    top: -24px;
    pointer-events: none;
}

.sp_bukken_cta_contents dl dt {
    width: 100%;
    padding: 4px 5px;
    background: #e0e0e0;
    display: block;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
}

.sp_bukken_cta_contents dl dd {
    width: 100%;
    padding: 10px;
    display: block;
    overflow-y: auto;
    overflow-x: hidden;
}

.sp_bukken_cta_contents dl dd a {
    width: 100%;
    min-height: 50px;
    padding: 8px;
    border-radius: 3px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 10px;
    color: #fff;
    margin: 10px 0;
    letter-spacing: 0;
    font-size: 16px;
    line-height: 1.1em;
}

.sp_bukken_cta_contents dl dd a b {
    font-size: 16px;
    line-height: 1.1em;
    color: #fff;
    padding-right: 10px;
}

.sp_bukken_cta_contents dl dd a .mini {
    font-size: 10px;
    color: #fff;
    font-weight: 400;
    line-height: 1.2em;
    letter-spacing: 0;
    margin-top: 6px;
}

.sp_bukken_cta_contents#sp_form dl dd a {
    background: var(--color4);
    border-bottom: solid 2px #a64040;
}

.sp_bukken_cta_contents#sp_tel dl dd a {
    background: #f67700;
    border-bottom: solid 2px #cb6200;
}

/**/
.sp_bukken_cta_contents dl dd.sp_bukken_cta_close {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 10px 0;
}

.sp_bukken_cta_contents dl dd.sp_bukken_cta_close p {
    font-size: 12px;
    display: flex;
    padding: 8px 14px;
    line-height: 1em;
    border-radius: 30px;
    background: #444;
    color: #fff;
}

/*間取りの店舗選択をクリックしたとき*/
.bukken_cta_open_madori .sp_bukken_cta_contents#sp_form {
    display: flex;
    align-items: center;
    justify-items: center;
    pointer-events: all;
}

.bukken_cta_open_madori .sp_bukken_cta_contents#sp_form dl {
    width: 70vw;
    margin: 0 15vw;
    justify-content: flex-start;
}

.bukken_cta_open_madori .sp_bukken_cta_contents#sp_form dl dd {
    width: 100%;
    max-width: 700px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 auto;
}


.bukken_cta_open_madori .sp_bukken_cta_contents#sp_form dl dd a {
    width: 46%;
    height: 60px;
    margin: 5px 2%;
    justify-content: center;
}

.bukken_cta_open_madori .sp_bukken_cta_contents#sp_form dl dd.sp_bukken_cta_close {
    padding: 10px;
    overflow: hidden;
}

@media screen and (max-width: 900px) {
    .bukken_cta_open_madori .sp_bukken_cta_contents#sp_form dl {
        width: 90vw;
        margin: 0 5vw;
    }

}

@media screen and (max-width: 600px) {
    .bukken_cta_open_madori .sp_bukken_cta_contents#sp_form dl dd a {
        width: 100%;
        margin: 5px 0%;
    }

}