@charset "utf-8";


/*add*/
a {
    background-color: transparent;
    background-image: none;
    background-repeat: no-repeat;
    color: #333;
    text-decoration: none;
}
.mainContent {
    margin-top: 60px;
}
.ttl.ttl--border {
    padding-bottom: 3px;
    border-bottom: 1px solid #2d2a23;
}
.ttl {
    font-size: 30px;
    line-height: 40px;
}
.sttl.sttl--border {
    padding-bottom: 9px;
    border-bottom: 1px solid #2d2a23;
}
.sttl {
    font-size: 22px;
    line-height: 32px;
}
.mb20 {
    margin-bottom: 20px;
}
.mb30 {
    margin-bottom: 30px;
}
.mb60 {
    margin-bottom: 60px;
}


/* container */
body .container {
    padding-top: 80px;
}

/* wrapper */
body .container .wrapper {
    width: 960px;
}

/* slick */
body .slick-prev,
body .slick-next {
    width: 35px;
    height: 35px;
    margin-top: -9px;
    z-index: 100;
}
.slick-prev:before,
.slick-next:before
{
    display: none;
}
body .slick-prev,
body .slick-prev:hover {
    background: url(../../img/residencelist/bt-prev.png) no-repeat 0 0;
}

body .slick-next,
body .slick-next:hover {
    background: url(../../img/residencelist/bt-next.png) no-repeat 0 0;
}
body .slick-next.slick-disabled,
body .slick-prev.slick-disabled
{
    opacity: 0;
    visibility: hidden;
    cursor: default;
}

/* recomend */
body .recomend {
    margin-top: 100px;
}
body .recomend .sttl {
    text-align: center;
}
body .recomend .recomendSlider {
    margin-bottom: 40px;
}
body .recomend .recomendSlider .slick-track {
    zoom: 1;
}
body .recomend .recomendSlider .slick-track:after { content:"."; display: block; height:0px; clear:both; line-height:0; visibility:hidden; }
body .recomend .recomendSlider .inner {
    float: left;
    text-align: left;
    padding: 0 25px;
}
body .recomend .recomendSlider .inner .photo {
    margin-bottom: 20px;
    height: 166px;
    overflow: hidden;
    border: 1px solid #e6e6e6;
    box-sizing: border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -ms-box-sizing:border-box; -o-box-sizing:border-box;
}
body .recomend .recomendSlider .inner .txtArea strong {
    color: #948075;
    font-size: 16px;
    line-height: 26px;
}
body .recomend .btMore a {
    display: block;
}

/* card */
body .card {
    overflow: hidden;
    margin-top: -3.125%;
    margin-left: -3.125%;
}

body .card .card__item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 30.3031%;
    margin-top: 3.031%;
    margin-left: 3.031%;
    border: 1px solid #e6e6e6;
    -webkit-transition: .5s;
    transition: .5s;
}

body .card .card__header {
    position: relative;
    margin: 1px 1px 0;
    padding: 13px 5px 17px;
    background-color: #f7f7f7;
    text-align: center;
}
body .card .card__header:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 1px;
    left: 0;
    border-bottom: 1px solid #fff;
}
body .card .card__header h5 {
    font-size: 16px;
    line-height: 1.5;
}
body .card .card__header p a {
    color: #FF424D;
}
body .card .card__header p a:hover {
    color: #ff8c93;
}

body .card .card__contents {
    padding: 0 7px 10px;
}

body .card .card__list {}
body .card .card__list table {
    width: 100%;
    table-layout : fixed;
    border-collapse: collapse;
}
body .card .card__list th,
body .card .card__list td {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /*height: 53px;*/
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e6e6e6;
    vertical-align: top;
    word-wrap : break-word;
    overflow-wrap : break-word;
}
body .card .card__list .list__tel th,
body .card .card__list .list__tel td{
    padding-top: 15px;
}

body .card .card__list th {
    width: 95px;
    padding-left: 10px;
    color: #a9a9a9;
    text-align: left;
    font-weight: normal;
}
body .card .card__list .list__address th{
    vertical-align: middle;
}
body .card .card__list .list__area td {
    font-size: 14px;
}
body .card .card__list .list__area sup {
    font-size: 10px;
    line-height: 1.0;
}
body .card .card__list .list__tel strong {
    color: #d10000;
    font-size: 19px;
}
body .card .card__list .list__address td {
    vertical-align: top;
}

body .card .ruby {
    position: relative;
}
body .card .ruby > span {
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 10px;
}

body .card .btMore {
    margin: 10px 15px 0;
    width:90%;
}
body .card .btMore:after {
    width:100%;
}
body .card .btMore a {
    display: block;
    background-color: #000;
    padding-right: 10px;
    padding-left: 10px;
    color: #fff;
}
body .card .btMore3 a {
    background-color: #FF424D;
}

body .card .btMore a span {
    right: 7px;
}
body .card .btMore a span:before {
    background-color: transparent;
    color: #fff;
}
body .card .btMore a:hover {
    background-color: #eaeaea;
    color: #000;
}
body .card .btMore3 a:hover {
    background-color: #ffc2c6;
}
body .card .btMore a:hover span:before {
    background-color: transparent;
    color: #000;
}
body .office .office__list a[href^="tel:"]:hover{
    text-decoration: none;
}

@media only screen and (max-width: 980px) {
    body .card .card__item {
        width: 46.97%;
    }
}
@media only screen and (max-width: 768px) {
    body .card {
        margin-top: -30px;
        margin-left: auto;
    }
    body .card .card__item {
        width: auto;
        margin-top: 30px;
        margin-left: auto;
    }
}

/* office */
body .office {}
body .office .office__media {
    display: table;
    width: 100%;
    border-collapse: collapse;
}
body .office .office__map,
body .office .office__text {
    display: table-cell;
    vertical-align: top;
}
body .office .office__map {
    width: 630px;
    text-align: center;
}
body .office .office__map img {
    border: 1px solid #d2d3d5;
    width:100%;
}
body .office .office__text {
    overflow: hidden;
    padding-left: 30px;
}
body .office .office__list table {
    width: 100%;
    table-layout : fixed;
    border-collapse: collapse;
    font-size:12px;
}
body .office .office__list th,
body .office .office__list td {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 17px;
    padding-bottom: 17px;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    vertical-align: top;
    word-wrap : break-word;
    overflow-wrap : break-word;
}
body .office .office__list th {
    width: 90px;
    text-align: left;
    font-weight: normal;
}
body .office .office__list .list__tel td {
    line-height: 1.5;
}
body .office .office__list .list__tel strong {
    color: #d10000;
    font-size: 19px;
    font-weight:700;
}
body .office .office__list .list__tel span {
    color: #d10000;
    font-size: 10px;
    vertical-align: text-bottom;
}
body .office .office__list .list__mail img {
    margin-top: 3px;
    margin-bottom: 3px;
}
body .office .office__list a:hover {
    text-decoration: underline;
}

body .office .btMore {
    margin-top: 25px;
    width:90%;
}
body .office .btMore:after {
    width:100%;
}
body .office .btMore a {
    display: block;
    background-color: #000;
    padding-right: 10px;
    padding-left: 10px;
    color: #fff;
}
body .office .btMore a span {
    right: 7px;
}
body .office .btMore a span:before {
    background-color: transparent;
    color: #fff;
}
body .office .btMore a:hover {
    background-color: #eaeaea;
    color: #000;
}
body .office .btMore a:hover span:before {
    background-color: transparent;
    color: #000;
}

.btMore4 {
    float: right;
    margin-top: -40px;
}
.btMore4 a {
    padding: 10px 40px !important;
    background-color: #FF424D !important;
    color: #fff !important;
    margin:0 2px;
}
.btMore4 a span:before {
    background-color: transparent !important;
}
.btMore4 a:hover {
    background-color: #ffc2c6 !important;
    color: #000 !important;
}
.btMore4 a:hover span:before {
    background-color: transparent !important;
    color: #000 !important;
}

body .office .office__access {
    margin-top: 15px;
}
body .office .office__access table {
    width: 100%;
    table-layout : fixed;
    border-collapse: collapse;
    border: 1px solid #d2d3d5;
}
body .office .office__access th,
body .office .office__access td {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px;
    vertical-align: middle;
}
body .office .office__access th {
    width: 160px;
    background-color: #f0f0f0;
    font-size: 14px;
}
body .office .office__access ul li {
    line-height: 1.5;
    padding-left: 1.0em;
    text-indent: -1.0em;
}
body .office .office__access ul li span {
    color: #999;
    font-size: 10px;
}

body .office .office__message {
    margin-top: 50px;
    padding: 20px 24px 24px;
    border: 1px solid #d2d3d5;
    font-size: 14px;
    line-height: 1.5;
}
body .office .office__message h5 {
    margin-bottom: 25px;
    padding-left: 48px;
    background: url(../../img/office/icon-message.png) left center no-repeat;
    font-size: 16px;
    line-height: 32px;
}

@media only screen and (max-width: 980px) {
    body .office .office__map {
        width: auto;
    }
    body .office .office__text {
        width: 300px;
    }
}
@media only screen and (max-width: 768px) {
    body .office .office__map,
    body .office .office__text {
        display: block;
    }
    body .office .office__text {
        width: auto;
        margin-top: 30px;
        padding-left: 0;
    }
}

body .staff {}
body .staff .staff__item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    margin-top: 30px;
    padding: 19px 24px 19px 9px;
    border: 1px solid #d6d6d6;
}
body .staff .staff__item:first-child {
    margin-top: 0;
}
body .staff .staff__image {
    float: left;
    margin-right: 20px;
    text-align: center;
    -webkit-transition: .5s;
    transition: .5s;
}
body .staff .staff__text {
    overflow: hidden;
    line-height: 1.5;
}
body .staff .staff__text h5 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
}
body .staff .staff__text h5 span {
    margin-right: 7px;
    font-size: 13px;
}

body .staff .staff__list dt {
    display: inline-block;
    padding: 3px 18px 5px;
    border-radius: 3px;
    background-color: #7c9aa5;
    color: #fff;
    font-weight: bold;
}
body .staff .staff__list dt {
    display: inline-block;
    padding: 3px 18px 5px;
    border-radius: 3px;
    background-color: #7c9aa5;
    color: #fff;
    font-weight: bold;
}

body .staff .staff__list.message {
    padding-bottom: 41px;
}
body .staff .staff__list.message:last-child {
    padding-bottom: 0;
}
body .staff .staff__list.message dt {
    margin-bottom: 7px;
}
body .staff .staff__list.message dt ~ dt {
    margin-top: 15px;
}

body .staff .staff__list.license {
    position: absolute;
    bottom: 24px;
    padding-right: 24px;
}
body .staff .staff__list.license dt {
    position: absolute;
    margin-top: 15px;
}
body .staff .staff__list.license dd {
    padding: 18px 0 0 95px;
    font-weight: bold;
}
@media only screen and (max-width: 768px) {
    body .staff .staff__image {
        float: none;
        margin-bottom: 20px;
        margin-right: 0;
    }

    body .staff .staff__list.message {
        padding-bottom: 0;
    }
    body .staff .staff__list.license {
        position: static;
        padding-right: 0;
    }

    .btMore4 {
        float: right;
        margin: 10px 0;
    }
    .btMore4 a {
        margin: 5px 0;
        font-size:12px !important;
        width:70%;
    }
}
@media only screen and (max-width: 980px) {

    body .wrapper {
        margin-top: 20px;
    }

    body .container{
        padding-top: 0;
    }
    body .container .wrapper {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }
    .ttl h3 {
        font-size: 20px;

    }
}