#header,
.container-fluid,
.container-fluid *,
.chuko-bukkenContainer *,
::after,
::before {
    box-sizing: border-box;
}
.container-fluid {
    font-family: 游明朝, 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', HGS明朝E, 'Noto Serif JP', Georgia, メイリオ, Meiryo, serif;
}
hr {
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1);
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
img {
    vertical-align: middle;
    border-style: none;
}
.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
@media (min-width: 768px) {
    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
        position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    }
}
@media screen and (min-width: 768px) {
    .content-side {
        padding-right: calc(80px - 28px);
        padding-left: calc(80px - 28px);
    }
}
p {
    margin-bottom: 0;
    margin-top: 0;
}
.btn {
    border-radius: 0 !important;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    line-height: 1.5;
}
.button-unit .btn-detail {
    font-size: 15px;
    padding: calc((49px - 13px * 1.5) / 2) 0;
    background-color: #2F1C14;
    color: #fff;
    margin: 31px auto 15px;
    width: 211px;
}

body {
    color: #333;
    background-color: #F5F5F5;
    margin: 0;
}
.flex {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.br-sp {
    display: none;
}

@media screen and (max-width: 767px) {
    .br-sp {
        display: block;
    }
}

/** ゴールドボタン */
.btn-gold {
    width: 148px;
    height: 32px !important;
    font-size: 13px;
    padding: 0 !important;
    text-align: center;
    box-shadow: 1px 1px 3px #00000033;
    background-color: #DBAA00;
    right: 0;
    bottom: 0;
}
.btn-gold:hover {
    transition: 0.3s;
}
.btn-gold a {
    color: #fff;
    height: 32px !important;
    vertical-align: middle;
    text-decoration: none;
    display: flex;
    align-items: center;
}
.btn-gold a:hover {
    opacity: 0.6;
    transition: 0.3s;
}
.btn-gold a span {
    margin: 0 auto;
}
.btn-gold a:before {
    border-top: 1px solid;
    content: "";
    width: 10px;
    margin-right: 7px;
    position: absolute;
}
.btn-gold:hover a:before {
    width: 7px;
    margin-right: 15px;
    transition: .3s;
}

/** 完売御礼 */
#kanbai-thank {
    padding-right: 20px;
    padding-left: 20px;
}
.kanbai-thank-unit {
    max-width: 1122px;
    text-align: center;
    background-color: #fff;
    margin-top: 57px;
    margin-bottom: 60px;
    padding-top: 59px;
    padding-bottom: 40px;
    font-size: 30px;
}
#kanbai-thank hr {
    width: 384px;
    margin: 53px auto 52px;
}
.kanbai-mansion-info-adress {
    font-size: 16px;
    margin-top: 42px;
    margin-bottom: 10px;
}
.kanbai-mansion-info-name {
    font-size: 27px;
    margin-bottom: 30px;
}
.kanbai-mansion-info-message {
    font-size: 16px;
}
.kanbai-mansion-info-tel {
    font-size: 21px;
}
@media screen and (max-width: 767px) {
    .kanbai-thank-unit {
        font-size: 20px;
        margin-top: 18px;
    }
    #kanbai-thank hr {
        width: 195px;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .kanbai-mansion-info-name {
        font-size: 20px;
    }
}

/** 分譲マンション */
#bunjo {
    padding-top: 30px;
    margin-bottom: 60px;
}
#bunjo > div.btn-gold {
    min-width: 148px;
}
.container-fluid > div {
    max-width: 1122px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 16px;
    padding-right: 16px;
}
.title-unit > p {
    color: #515151;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
}

.property-img-unit {
    max-width: 354px;
    max-height: 195px;
    width: 100%;
    margin: 0 auto;
}
.property-img {
    width: 100%;
    height: 0;
    padding-bottom: 55%;
    position: relative;
}
.property-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
}
.property-deta-unit {
    padding: 0;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.property-deta .property-deta {
    margin-top: auto;
}
.property-deta .btn-signup {
    background: #2f1c14;
    border: 1px solid #2f1c14;
    color: #fff;
    width: 100%;
    padding: 6px;
    font-size: 13px;
    margin-top: 20px;
    text-decoration: none;
}
.property-deta .btn-signup:hover {
    opacity: 0.8;
    transition: 0.3s;
}
.property-deta .btn-signup-wrapper:last-of-type .btn-signup {
    margin-right: 0;
}
.property-deta {
    margin: 0;
    flex-grow: 1;
    display: flex;
    /*flex-direction: column;*/
    flex-wrap: wrap;
}
.property-adress {
    padding: 10px 24px 10px 24px;
    border-bottom: 1px solid #DCDCDC;
    min-height: 42px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.property-adress p {
    font: normal normal bold 14px/21px Meiryo;
}
.img-icon-unit {
    align-self: center;
    display: flex;
}
.img-icon-unit img {
    height: fit-content;
}
.img-icon-unit img:first-of-type {
    margin-right: 3px;
}
.property-name {
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: left;
    font: normal normal 600 18px/30px Yu Mincho;
    letter-spacing: 0px;
    color: #515151;
    opacity: 1;
}
.property-note {
    margin-bottom: 10px;
    text-align: left;
    font: normal normal normal 13px/20px Yu Mincho;
    letter-spacing: 0px;
    color: #515151;
    opacity: 1;
}
.property-access {
    text-align: left;
    font: normal normal normal 11px/20px Meiryo;
    letter-spacing: 0px;
    color: #515151;
    opacity: 1;
    position:relative;
	padding-left:20px;
}
.property-access:before {
    position:absolute;
    left:0;
    top: 4px;
	content:"";
	display:inline-block;
	width:12px;
    height: 14px;
    background:url(/mansion/img/ico_train.png) no-repeat;
}
.property-btn {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}
.effect-over:hover {
    opacity: 0.8;
}

.bunjo-border {
    border: 1px solid #DCDCDC;
    background-color: #fff;
    width:100%;
    box-shadow: 0px 3px 6px #00000029;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}
#bunjo .bunjo-slider > div {
    display: flex;
    flex-direction: column;
}
#bunjo .property-deta div:nth-of-type(2) {
    margin-top: auto;
    flex-grow: 1;
}
.bunjo-slider  {
    display: flex;
    justify-content: space-around;
    flex: 1 100%;
    margin-bottom: 24px;
}
#bunjo > .bunjo-slider .slick-col1 {
    padding-left: 0;
    padding-right: 20px;
}
#bunjo .bunjo-slider .slick-col2 {
    padding-right: 10px;
    padding-left: 10px;
}
#bunjo .bunjo-slider .slick-col3 {
    padding-right: 0;
    padding-left: 20px;
}

#bunjo .property-deta > div:first-of-type {
    padding-right: 24px;
    padding-left: 24px;
    word-break: break-all;
}
#bunjo .property-deta > div:nth-of-type(2) {
    padding-right: 20px;
    padding-left: 20px;
}
#bunjo .property-deta > div:nth-of-type(2) > div {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 24px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
    .property-access:before {
        background:url(/mansion/kanbai/img/ico_train@2x.png) no-repeat;
        background-size: contain;
    }
}
@media screen and (min-width: 768px) and (max-width: 1162px) {
    #bunjo.container-fluid > div {
        max-width: 96vw;
    }
    .property-adress p {
        font-size: calc(100vw * 14 / 1162);
    }
    .property-name {
        font-size: calc(100vw * 18 / 1162);
    }
    .property-note {
        font-size: calc(100vw * 13 / 1162);
    }
    .property-access {
        font-size: calc(100vw * 11 / 1162);
    }
    .property-deta .btn-signup {
        font-size: calc(100vw * 13 / 1162);
    }
}

@media screen and (max-width: 992px) {
    .property-adress {
        padding: 10px 24px 10px 24px;
    }
    .property-deta div:nth-of-type(2) > div {
        width: fit-content;
        margin: 0 auto;
    }
    .property-img img {
        margin: 0 auto;
    }
}
@media screen and (max-width: 767px) {
    .title-unit > p {
        font-size: 26px;
    }
    .bunjo-slider > div:not(:last-of-type) {
        margin-bottom: 30px;
    }
    #bunjo .property-unit > div {
        padding: 0 0 20px 0;
    }
    #bunjo .bunjo-slider .slick-col1,
    #bunjo .bunjo-slider .slick-col2,
    #bunjo .bunjo-slider .slick-col3 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .property-deta {
        display: block;
    }
}

/** 中古物件情報 */
div.chuko-bukkenContainer {
    width: 100%;
    background-color: #EFF4F9;
    padding:28px 0 20px;
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,Georgia,メイリオ,Meiryo,serif;
    margin-top: 30px;
    margin-bottom: 60px;
}
div.chuko-bukkenBlock {
    margin:0 121px;
}
div.chuko-bukkenBlock .chuko-bukkenInner {
    /*width: 928px;*/
    max-width: 928px;
    width: 100%;
    justify-content: center;
    float: none;
    margin-left: auto;
    margin-right: auto !important;
}
div.chuko-bukkenBlock .chuko-bukken-header {
    max-width: 905px;
    display: flex;
    align-items: center;
    vertical-align: middle;
    justify-content: space-between;
    margin: 0 auto;
}
div.chuko-bukkenTitle {
    order: 0;
    font-size: 14px;
    color: #fff;
    /*width: 100px;*/
    background-color: #6B829E;
    padding: 9px 20px;
    text-align: center;
    font-family: 'Noto Sans JP', sans-serif;
}
div.chuko-bukkenAreaName {
    order: 1;
    font-size: 26px;
}
div.chuko-bukken-img-livness {
    order: 2;
    width: 140px;
    height: 19px;
    text-align: end;
}
div.chuko-bukken-img-livness img {
    width: 66px;
    height: 19px;
}
div.chuko-bukkenBlock .chuko-bukken div.col {
    /*width: 430px !important;*/
    max-width: 430px;
    /*width: 100%;*/
    color: #333;
    background-color: #fff;
    float: none;
    padding: 6px;
    margin: 25px 17px 15px !important;
    filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
    justify-content: flex-start;
}
div.chuko-bukkenBlock .chuko-bukken div.col:hover {
    opacity: 0.7;
    transition: 0.3s;
}
div.chuko-bukken-img-wrap {
    width: 120px;
    height: 160px;
    background-color: #ccc;
    display: flex;
    align-items: center;
}
div.chuko-bukken-img-wrap img {
    width: 120px;
    height: auto;
}
div.chuko-bukken-content-wrap {
    max-width: calc(100% - 120px);
    width: 100%;
    padding: 12px 12px 12px 25px;
}
div.chuko-bukken-content-wrap .hr-style {
    border-top: 1px solid #F0F0F0;
    width: 100%;
    margin: 5px 0 10px;
}
.chuko-bukken-content-wrap .chuko-bukkenInfo {
    font-family: 'Noto Sans JP', sans-serif;
}
.chuko-bukken-content-wrap .chuko-bukkenName {
    font-size: 16px;
    font-weight: bold;
}
.chuko-bukken-content-wrap .chuko-bukkenInfo th,
.chuko-bukken-content-wrap .chuko-bukkenInfo td {
    font-size: 12px;
    font-weight: 300;
    padding-bottom: 5px;
}
.chuko-bukken-content-wrap .chuko-bukkenInfo td strong {
    font-size: 16px;
    color: #A28317;
}
.chuko-bukken-content-wrap .chuko-bukkenInfo th {
    font-weight: 500;
    padding-right: 23px;
    /*width: 50px;*/
}
.chuko-bukken-content-wrap .chuko-bukkenInfo tr:nth-child(1) th {
    padding-top: 3px;
}
.chuko-bukken-content-wrap .chuko-bukkenInfo tr:last-of-type th,
.chuko-bukken-content-wrap .chuko-bukkenInfo tr:last-of-type td {
    padding-bottom: 0;
}
.chuko-bukken-slider .slide-item {
    overflow: hidden;
}
.chuko-bukken-slider .slide-item a {
    text-decoration: none;
    overflow: hidden;
}
.chuko-bukken-slider .slick-arrow {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #fff;
    cursor: pointer;
    border: none;
    outline: none;
    font-size: 0;
    position: absolute;
    top: 85px;
    z-index: 1;
    filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}
.chuko-bukken-slider .slick-arrow:hover {
    opacity: 0.6;
    transition: 0.3s;
}
.chuko-bukken-slider .slick-arrow::before {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    border: 1px solid #79818B;
    border-width: 1px 1px 0 0;
    position: absolute;
    top: 18px;
    transform: rotate(45deg);
}
.chuko-bukken-slider .slick-next {
    right: -60px;
}
.chuko-bukken-slider .slick-prev {
    left: -60px;
}
.chuko-bukken-slider .slick-next::before {
    left: 17px;
}
.chuko-bukken-slider .slick-prev::before {
    border-width: 0 0 1px 1px;
    right: 16px;
}
.chuko-bukken-slider .slick-dots {
    text-align: center;
}
.chuko-bukken-slider .slick-dots li {
    display: inline-block;
}
.chuko-bukken-slider .slick-dots button {
    display: block;
    width: 10px;
    height: 10px;
    margin: 6px;
    font-size: 0;
    padding: 0;
    border: 0;
    outline: none;
    cursor: pointer;
    border-radius: 50%;
    border: solid 1px #bcbcbc;
}
.chuko-bukken-slider .slick-dots .slick-active button {
    background: #B1B1B1;
}
@media screen and (max-width: 767px) {
    div.chuko-bukkenContainer {
        width: 100%;
        background-color: #EFF4F9;
        padding:28px 0;
        font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,Georgia,メイリオ,Meiryo,serif;
    }
    div.chuko-bukkenBlock {
        margin: 0;
        padding: 0 34px;
    }
    div.chuko-bukkenBlock .chuko-bukkenInner {
        /*width: 928px;*/
        justify-content: center;
        float: none;
        margin-left: auto;
        margin-right: auto !important;
    }
    div.chuko-bukkenBlock .chuko-bukken-header {
        width: auto;
        display: block;
        margin: 0 auto;
    }
    div.chuko-bukkenTitle {
        font-size: 14px;
        color: #fff;
        width: 140px;
        background-color: #6B829E;
        padding: 9px 0;
        text-align: center;
        overflow:auto;
        float: left;
        margin-bottom: 18px;
    }
    div.chuko-bukkenAreaName {
        font-size: 26px;
        text-align: center;
        clear: both;
    }
    div.chuko-bukken-img-livness {
        float: right;
        margin: 10px 0;
    }
    div.chuko-bukken-img-livness img {
        width: 66px;
        height: 19px;
    }
    div.chuko-bukkenBlock .chuko-bukken div.col {
        width: 99% !important;
        max-width: unset;
        color: #333;
        background-color: #fff;
        float: none;
        padding: 6px;
        margin: 20px 2px !important;
        filter: drop-shadow(0px 1px 3px rgba(0, 0, 0, 0.16));
        justify-content: flex-start;
        flex-wrap:nowrap;
    }
    div.chuko-bukken-img-wrap {
        width: 100px !important;
        height: 128px !important;
        background-color: #ccc;
    }
    div.chuko-bukken-img-wrap img {
        width: 100px !important;
        height: auto !important;
    }
    div.chuko-bukken-content-wrap {
        width: calc(100% - 128px);
        padding: 8px 12px 8px 16px;
    }
    div.chuko-bukken-content-wrap .hr-style {
        border-top: 1px solid #F0F0F0;
        width: 100%;
        margin: 8px 0;
    }
    .chuko-bukken-content-wrap .chuko-bukkenName {
        font-size: 13px;
        font-weight: bold;
    }
    .chuko-bukken-content-wrap .chuko-bukkenInfo th,
    .chuko-bukken-content-wrap .chuko-bukkenInfo td {
        font-size: 10px;
        padding-bottom: 5px;
    }
    .chuko-bukken-content-wrap .chuko-bukkenInfo td strong {
        font-size: 16px;
        color: #A28317;
    }
    .chuko-bukken-content-wrap .chuko-bukkenInfo th {
        padding-right: 12px;
        /*width: 40px;*/
    }
    .chuko-bukken-content-wrap .chuko-bukkenInfo tr:last-of-type th,
    .chuko-bukken-content-wrap .chuko-bukkenInfo tr:last-of-type td {
        padding-bottom: 0;
    }
    .chuko-bukken-slider .slide-item a {
        text-decoration: none;
    }
    .chuko-bukken-slider .slick-arrow {
        width: 0;
        height: 0;
        background-color: transparent;
        cursor: pointer;
        border: none;
        outline: none;
        font-size: 0;
        position: absolute;
        top: auto;
        z-index: 1;
        filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
        bottom: 30px;
    }
    .chuko-bukken-slider .slick-arrow::before {
        content: '';
        display: block;
        width: 12px;
        height: 12px;
        border: 1px solid #CED2D6;
        border-width: 1px 1px 0 0;
        position: absolute;
        top: 18px;
        transform: rotate(45deg);
    }
    .chuko-bukken-slider .slick-next {
        right: 30px;
    }
    .chuko-bukken-slider .slick-prev {
        left: 30px;
    }
    .chuko-bukken-slider .slick-next::before {
        left: 20px;
    }
    .chuko-bukken-slider .slick-prev::before {
        border-width: 0 0 1px 1px;
        right: 20px;
    }
    .chuko-bukken-slider .slick-dots {
        text-align: center;
    }
    .chuko-bukken-slider .slick-dots li {
        display: inline-block;
    }
    .chuko-bukken-slider .slick-dots button {
        display: block;
        width: 10px;
        height: 10px;
        margin: 0 12px;
        font-size: 0;
        padding: 0;
        border: 0;
        outline: none;
        cursor: pointer;
        border-radius: 50%;
        border: solid 1px #bcbcbc;
    }
    .chuko-bukken-slider .slick-dots .slick-active button {
        background: #B1B1B1;
    }
}

/** リンク */
#link {
    margin-bottom: 35px;
}
#link > div {
    max-width: 710px;
    padding: 24px;
    border: 3px solid #fff;
}
#link > div > div {
    display: flex;
}
#link > div:not(:last-of-type) {
    margin-bottom: 20px;
}
.link-top-message {
    font-size: 22px;
    margin-bottom: 20px;
    text-align: center;
}
.link-premist {
    background: transparent radial-gradient(closest-side at 50% 50%, #F6F6F6 0%, #E8E8E8 100%) 0% 0% no-repeat padding-box;
}
.link-premistclub {
    background: transparent radial-gradient(closest-side at 50% 50%, #ECE6D1 0%, #E2D6AA 100%) 0% 0% no-repeat padding-box;
}
.link-premistclub .btn-gold a span {
    padding-left: 7px;
}
.link-image {
    margin-right: 43px;
}
.link-info img {
    margin-top: 18px;
    margin-bottom: 16px;
}
.link-info p {
    margin-bottom: 31px;
    font-size: 16px;
}
@media screen and (max-width: 767px) {
    #link > div > div {
        display: block;
        text-align: center;
    }
    .link-image {
        margin: 0 auto 24px;
    }
    .link-info p {
        margin-bottom: 26px;
    }
    #link .btn-gold {
        margin: 0 auto;
    }
}

/** フッター */
#footerArea {
    background-color: #ffffff;
}