@charset "utf-8";


/*////////////////////////////////////////////////////////////////

    top.css   トップページのCSS

////////////////////////////////////////////////////////////////*/


/*---------------------------------------------------------
    タイトル
 ---------------------------------------------------------*/

/* outline
------------------------------*/
.l-page * {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
#contents {
    width: 100%;
    padding: 0;
}
div#contents {
    padding-top: 0;
}
.l-page-container {
    background: #fff;
    padding-bottom: 80px;
}


.l-page-container a {
    transition: all 0.3s 0s ease;
}
.l-page-container a:hover {
    text-decoration: none;
}
.main-visual {
    position: relative;
    margin-bottom: 80px;
}
.main-visual img{
    width: 100%;
    vertical-align: bottom;
}
.main-visual-textarea {
    position: absolute;
    top: 53%;
    left: 51%;
    transform: translate(-50%,-50%);
    width: calc(100% - 59%);
}

.main-container {
    width: 950px;
    margin: 0 auto;
}
.main-content-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 49px;
}

.content-img-area {
    width: 460px;
    height: 319.5px;
    margin: 0 29.5px 0 0;
    overflow: hidden;
}
.content-img {
    width: 460px;
    height: 319.5px;
    object-fit: cover;
    object-position: center center;
    font-family: 'object-fit: cover; object-position: center center;';
}
.content-button {
    position: relative;
    width: 460px;
    height: 70px;
    margin: 0 0.5px 19.9px 0;
    box-sizing: border-box;
}


.content-button a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 28px;
    text-align: center;
    color: #f9e5aa;
    box-sizing: border-box;
    padding-top: 18px;
    text-decoration: none;
    background-image: url(/images/top/img_sale.jpg);
    background-size: cover;
    background-position: center center;
    position: relative;
}

.rent-bg a {
    background-image: url(/images/top/img_rent.jpg);
}
.content-button a:hover {
    background-image: url(/images/top/img_sale_on.jpg);
}
.rent-bg a:hover {
     background-image: url(/images/top/img_rent_on.jpg);
}

.content-title {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 1px;
    color: #333;
    padding-bottom: 7px;
    border-bottom: 1px solid #ffe085;
    margin-bottom: 9px;
}
.content-textarea {
    width: 460px;
    height: 189.7px;
    border-bottom: 1px solid #ffe085;
    overflow-y: scroll;
    -ms-overflow-style: none;
        scrollbar-width: none;
    box-sizing: border-box;
}
.content-textarea::-webkit-scrollbar {
    display:none;
}
.textarea-list {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5;
    color: #333;
}
.textarea-list span {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.75;
    color: #333;
    margin-left: 54px;
}
.textarea-list .price{
    font-size: 20px;
    line-height: 1.1;
    margin: 0;
    padding-right: 6px;
}
.textarea-list .fs-large {
    font-size: 20px;
    line-height: 1.1;
    margin-left: 0px;
    letter-spacing: 1px;
}
.textarea-list .fs-large.unit {
    
font-size: 16px;
}
.textarea-sale {
    padding-top: 2.9px;
}
.list-sale {
    margin-bottom: 11.7px;
}
.list-rent {
    margin-bottom: 4px;
}
.textarea-rent {
    padding-top: 1.9px;
}
.textarea-sold {
    padding-top: 7px;
}
.list-sold {
    margin-bottom: 1.9px;
}
.more-button {
    width: 264px;
    height: 54px;
    margin: 51.5px 0 0 687px;
    position: relative;
}
.more-button a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: #2DAD90;
}
.more-button a:hover {
    background-color: #71C4B5;
}

.more-button img {
    width: 59px;
    height: 29px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.main-news-column {
    width: 950px;
    margin: 0 auto 100px;
    text-align: center;
}


/*---------------------------------------------------------
 news-column-list
 ---------------------------------------------------------*/
 .news-column-title {
    position: relative;
    margin-bottom: 100px;
}
.news-column-title img {
    position: relative;
    z-index: 1;
}
.news-column-title::before {
    content:"";
    display: block;
    position: absolute;
    border-bottom: 1px solid #CC9933;
    width: 950px;
    height: 1px;
    top: 48px;
    left: 0;
}
.news-column-item {
    width: 950px;
    height: 300px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px;
}

.news-column-imgbox {
    width: 300px;
    margin-right: 50px;
}
.news-column-img {
    width: 300px;
    background-color: rgba(0,0,0,0.4);
}

.news-column-imgbox a:hover {
    filter: brightness(1.1); 
}
.news-column-img img {
    width: 100%;
    height: 300px;
    object-fit: contain;

}
.news-column-detail {
    width: 600px;
    height: 300px;
    border-top: 1px solid #CC9933;
    border-bottom: 1px solid #CC9933;
    text-align: left;
}
.news-column-day {
    font-size: 16px;
    color: #cc9933;
    margin-bottom: 20px;
    padding-top: 36px;
}
.news-column-subtitle{
    margin-bottom: 10px;
    font-weight: bold;
}
.news-column-subtitle a {
    font-size: 20px;
    font-weight: 600;
    color: #333;
}
.news-column-subtitle a:hover {
    opacity: .8;
}
.news-column-subtext {
    font-size: 16px;
    line-height: 1.6;
}


/*---------------------------------------------------------
賃貸・売買共通
---------------------------------------------------------*/

.column_title {
    position: relative;
    margin-bottom: 100px;
}
.column_title img {
    position: relative;
    z-index: 1;
}
.column_title::before {
    content:"";
    display: block;
    position: absolute;
    border-bottom: 1px solid #CC9933;
    width: 950px;
    height: 1px;
    top: 60px;
    left: 0;
}
.column_main {
    padding: 130px 0;
    text-align: center;
}
.column_btn a {
    display: block;
    width: 190px;
    height: 54px;
    background-size: cover;
    background-position: center center;
    transition: all 0.3s 0s ease;
    margin-left: auto;
}
/*---------------------------------------------------------
賃貸
---------------------------------------------------------*/
.rent-column-item {
    display: flex;
    justify-content: space-between;
    height: 460px;
    margin-bottom: 80px;
}
.rent-column-item:last-child {
    margin-bottom: 0;
}
.rent-column-imgbox {
    width: 460px;
    margin-right: 30px;
    background-color: #eee;
}
.rent-column-imgbox img {
    width: 100%;
    height: 460px;
    object-fit: contain;
}
.rent-column-detail {
    width: 470px;
    border-top: 1px solid #CC9933;
    border-bottom: 1px solid #CC9933;
    text-align: left;
}
.rent_btn {
    background-image: url(/images/top/rent_btn.jpg);
}
.rent_btn:hover {
    background-image: url(/images/top/rent_btn_on.jpg);
}
.rent-column-textbox {
    padding: 50px 0 100px;
}
.rent-column-subtitle {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 18px;
}
.rent-column-price {
    font-size: 16px;
}
.rent-column-price span {
    font-size: 20px;
}
.rent-column-subtext {
    font-size: 16px;
    line-height: 25px;
}

/*---------------------------------------------------------
売買
---------------------------------------------------------*/
.sale-column-item {
    display: flex;
    justify-content: space-between;
    height: 460px;
    margin-bottom: 80px;
}
.sale-column-item:last-child {
    margin-bottom: 0;
}
.sale-column-imgbox {
    width: 460px;
    margin-right: 30px;
    background-color: #eee;
}
.sale-column-img img {
    width: 100%;
    height: 460px;
    object-fit: contain;
}
.sale-column-detail {
    width: 470px;
    border-top: 1px solid #CC9933;
    border-bottom: 1px solid #CC9933;
    text-align: left;
}
.sale_btn {
    background-image: url(/images/top/sale_btn.jpg);
}
.sale_btn:hover {
    background-image: url(/images/top/sale_btn_on.jpg);
}
.sale-column-textbox {
    padding: 50px 0 100px;
}
.sale-column-title {
    margin-bottom: 18px;
    font-size: 20px;
    font-weight: bold;
}
.sale-column-subtitle {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 18px;
}
.sale-column-info {
    font-size: 16px;
    line-height: 25px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.sale-column-point {
    font-size: 20px;
}


/*---------------------------------------------------------

 ---------------------------------------------------------*/

.link-area {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 40px;
}
.link-item {
    position: relative;
    display: block;
    width: 460px;
    height: 180px;
    margin-bottom: 30px;
}
.link-item:hover {
    filter: brightness(1.1);
}
.link-text-small .sublink-text1 {
    width: 200px;
}
.link-text-small .sublink-text2 {
    width: 214px;
}
.link-text-small .sublink-text3 {
    width: 140px;
}
.link-text-small .sublink-text4{
    width: 130px;
}
.icon-area {
    width: 605px;
    height: 57px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.icon-area a {
    display: block;

    background-size: cover;
    background-position: center center;
    transition: all 0.3s 0s ease;
    margin-right: 80px;
}
.icon-area a:last-child {
    margin-right: 0;
}
.instagram-icon {
    background-image: url(../images/instagram-icon.png);
    width: 54px;
    height: 54px;
}
.instagram-icon:hover {
    background-image: url(../images/hover-instagram.png);
    width: 54px;
    height: 54px;
}
.facebook-icon {
    background-image: url(../images/facebook-icon.png);
    width: 54px;
    height: 54px;
}
.facebook-icon:hover {
    background-image: url(../images/hover-facebook.png);
    width: 54px;
    height: 54px;
}
.line-icon {
    background-image: url(../images/line-icon.png);
    width: 54px;
    height: 54px;
}
.line-icon:hover {
    background-image: url(../images/hover-line.png);
    width: 54px;
    height: 54px;
}
.p-icon {
    background-image: url(../images/p-icon.png);
    width: 69px;
    height: 49px;
}
.p-icon:hover {
    background-image: url(../images/hover-p.png);
    width: 69px;
    height: 49px;

}
.mail-icon {
    background-image: url(../images/mail-icon.png);
    width: 54px;
    height: 54px;
}
.mail-icon:hover {
    background-image: url(../images/hover-mail.png);
    width: 54px;
    height: 54px;
}
