@charset "utf-8";

h1
{
    font-size : 38px;
    line-height : 48px;
    font-family : var(--title-font);
    font-weight : 500;
    font-style : normal;
    color : var(--color-white);
    display : inline-block;
    margin-left : 60px;
}
h1 .stitch
{
    position : relative;
}
h1 .stitch::after
{
    bottom : -0.15em;
    height : 2px;
}
#EYECATCH {
    height: min(420px, 70vw);
    background-image: url(/img/eyecatch_image_01.jpg);
    background-size: cover;
    background-position: center;
}
#EYECATCH > div
{
    width : 100%;
    height : 100%;
    display : grid;
    grid-template-columns: auto auto;
    align-items : center;
    justify-content: center;
    background-color : rgba(160,160,160,0.2);
    padding-left : 20px;
}
#EYECATCH > div .dots-mark
{
    width: 100px;
    height: 100px;
    position: absolute;
    left: -40px;
    top: 0;
    bottom: 0;
    margin: auto;
}


/* news */
#NEWS.contents_icon:before
{
    bottom : 0;
    left : 0;
    transform: translateY(0) rotate(270deg);
}
#NEWS .contents_title span
{
    display : block;
}
#NEWS > div:first-child
{
    display : grid;
    grid-template-columns: auto;
    gap : 30px;
}
#NEWS .contents_title
{
    font-size: min(1.3rem, 6vw);
    font-weight: normal;
    line-height: 1.3em;
    text-align : center;
}
.news_tile
{
    position : relative;
    padding: 14px 50px 14px 16px;
    border-bottom: 1px solid #d7c9bf;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 12px;
    cursor: pointer;
	transition : all 0.5s;
    align-items: center;
}
.news_date{
    font-size: 14px;
    color: #666;
}
.news_tile p
{
    margin : 10px auto;
}
.news_tile a
{
    width : 100%;
    height : 100%;
}
#NEWS article:hover
{
    background-color : #fff2e7;
}
.news_tile span{
    margin-left: 10px;
    padding: 0px 20px;
    font-size: 12px;
    border: 1px solid var(--color-red);
    color: var(--color-white);
    background-color : var(--color-red);
}
.news_title{
    margin: 0;
    font-size: 16px;
    line-height: 1.5;
    color: #333;
    font-size : 14px;
}
.news_text{
    display : none;
}
.news_tile img{
    display : none;
    object-fit: cover;
    border-radius: 2px;
    margin : 0px 10px;
    width : 120px;
}
.news_tile:after{
    content: "→";
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    line-height: 1;
    color: var(--color-main-orange);  
}

/* 物件数 */
#SEARCH_AREA > div > div > div > p,
#SEARCH_AREA_MAP > div > p,
#SEARCH_AREA_MAP > div > ul > li > a
{
    padding : 0px 10px 10px 10px;
}
#ESTATE_COUNT div
{
    text-align: center;
}
#ESTATE_COUNT > div > p
{
    font-size : 48px;
    line-height: 2rem;
    margin-top : 30px;
}
#ESTATE_COUNT > div > span
{
    font-size : 18px;
}
#SEARCH_AREA_COUNT p
{
    width : 100%;
    text-align : center;
}
/* エリア検索 */
#SEARCH_AREA_MAP
{
    display : grid;
    grid-template-columns: 1fr;
    gap : 30px;
    padding : 0px 10px;
}
#SEARCH_AREA_MAP > div > ul
{
    display : grid;
    grid-template-columns: auto auto;
    gap : 20px;
}
#SEARCH_AREA_MAP > div > ul > li > a
{
    display : grid;
    grid-template-columns: 1fr auto auto;
    border-bottom : 1px solid var(--color-brown);
}
/* ★hover アクションで透明度変化 */
#SEARCH_OTHER ul > li > a:hover,
#SEARCH_AREA_MAP > div > ul > li > a:hover
{
    opacity : 0.5;
}
#SEARCH_OTHER
{
    padding : 20px 10px;
    margin : 50px auto;
    width : 95%;
}
#SEARCH_OTHER ul
{
    display : grid;
    grid-template-columns: auto auto;
    align-items: center;
    gap : 10px;
}
#SEARCH_OTHER li
{
    font-family : var(--title-font);
}
#SEARCH_OTHER li:first-child
{
    grid-column : 1 / 3;
    text-align : center;
    margin-bottom : 20px;
}
#SEARCH_OTHER ul > li > a
{
    padding : 10px 5px;
    background-color : var(--color-white);
    border-radius : 5px;
    display : grid;
    grid-template-columns: auto auto;
    gap : 10px;
    align-items: center;
    justify-content: center;
}
#SEARCH_OTHER ul > li > a > img
{
    width : 25px;
}
/* クリッカブルマップ */
[data-name="AREA_MAP"]
{
    display : none;
}
svg path[data-name="area_map"]
{
    fill : var(--color-lightblack);
    stroke: var(--color-white);
    stroke-width: 2;
	transition : all 0.5s;
}
svg path[data-name="area_map"] + text > tspan
{
    font-family: var(--title-font);
    fill : var(--color-black);
}
svg g[data-name]:hover path[data-name="area_map"]
{
    fill : var(--color-main-orange);
}
svg g[data-name]:hover path[data-name="area_map"] + text > tspan
{
    fill : var(--color-red);
}
/* 物件タイル */
#INDEX_SEARCH_RESULT
{
    display : grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap : 20px;
}
#INDEX_SEARCH_RESULT .estate_box > img
{
    position : absolute;
    top : 0px;
    right : 10px;
    z-index : 5;
}
#INDEX_SEARCH_RESULT .estate_box .image_2_3_former
{
    background-color: var(--color-palegrayline);
}
#INDEX_SEARCH_RESULT .estate_box .image_2_3_former img
{
    object-fit: contain;
}
#INDEX_SEARCH_RESULT .estate_box .title
{
    font-family : var(--title-font);
}
#INDEX_SEARCH_RESULT .estate_box .kakaku
{
	font-size: clamp(1.3rem, 4.8vw, 1.5rem);
}
#INDEX_SEARCH_RESULT .estate_box .button_style
{
    font-size : 16px;
}
.esteate_text br
{
    display : none;
}

/* 物件特集 */
#SPECIAL .contents_title
{
    position : relative;
    z-index : 5;
}
#SPECIAL ul
{
    display : grid;
    grid-template-columns: auto;
    margin : 30px auto 50px auto;
    width : 95%;
}
#SPECIAL > div.dot_circle
{
    left : -30px;
    top : -50px;
}
.special_banner
{
    overflow : hidden;
    position : relative;
    margin : 20px 10px;
    height : 230px;
}
.special_banner .dot_circle
{
    left: 40%;
    top: -10px;
    height: 120%;
    z-index: 1;
}
.special_image
{
    width : 100%;
    height : 100%;
}
.special_image img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center; /* ←上下左右中央 */
    display: block;
}
.special_text
{
    width : 100%;
    height : 50%;
    background-color : rgba(31,42,68,0.9);
    /*
    clip-path: polygon(0 0, 75% 0%, 95% 100%, 0% 100%); 
    padding : 20px 50px 10px 20px;
    */
    position : absolute;
    left : 0;
    bottom : 0;
    color : var(--color-white);
    transition: height 0.5s;
    display : grid;
    align-items: center;
    padding: 10px 20px;
}
.special_banner a:hover+.special_text
{
    height : 100%;
}
.special_text h3
{
    color : var(--color-white);
    font-size : 21px;
    font-family: var(--title-font);
    margin-top : 10px;
}
.special_text p
{
    font-size : 14px;
    color : var(--color-gray);
}
/* 選ばれる理由 */
#REASON .contents_icon:before
{
    right : 0;
    transform: translateY(0) rotate(90deg);
}
#REASON .features_tile h3
{
    position : relative;
    padding-bottom : 10px;
}
#REASON .features_tile h3:after
{
    content : "";
    width : 80px;
    height : 8px;
    background-color : var(--color-red);
    display : block;
    position : absolute;
    bottom : -20px;
}
.features_tile
{
    display : grid;
    gap : 10px;
    padding : 20px;
    margin : 20px auto;
    padding-bottom : 50px;
    border-bottom : 1px solid var(--color-brown);
}
.features_image
{
    width : 100%;
    aspect-ratio: 4 / 3;
    padding-right: 10px;
}
.features_image img
{
    width : 100%;
    height : 100%;
    object-fit : cover;
}
.features_text
{
    padding-right: 10px;
}
.features_text p
{
    text-align: justify;
    font-size : 14px;
}
.features_text a
{
    font-size : 16px;
}
.features_tile:last-child
{
    margin : 20px auto;
    padding-bottom : 0px;
    border: none;
}
/* お客様の声 */
#INTERVIEW_BOX
{
    display : grid;
    grid-template-columns: 1fr 1fr;
    background-image : url(../img/interview_image.jpg);
    background-repeat : no-repeat;
    background-position : right;
    background-size : 100%;
    margin-top : 100px;
}
#INTERVIEW_BOX > div
{
    padding : 30px 20px;
    height : 100%;
    width : 150%;
    position : relative;
    overflow : hidden;
    margin : -40px 0px 40px 60px;
}
#INTERVIEW_BOX h3
{
    text-align : center;
    line-height: 2.5rem;
    font-size : clamp(1.3rem, 4.8vw, 1.5rem);;
}
#INTERVIEW_BOX .dot_circle
{
    right: -380px;
    top: -10px;
}
#INTERVIEW_BOX .dot_circle
{
    width : 85%;
}
/* ページ内ナビゲーション */
#PAGE_NAVI
{
    display : none;
}
#PAGE_NAVI li
{
    background-color : var(--color-blue);
    border : 1px solid var(--color-white);
    border-left : none;
    border-bottom : none;
    transition : all 0.5s;
}
#PAGE_NAVI li:hover
{
    background-color : var(--color-main-orange);
}
#PAGE_NAVI li:last-child
{
    border-bottom : 1px solid var(--color-white);
}
#PAGE_NAVI li a
{
    display : grid;
    justify-items: center;
    gap : 2px;
    padding : 8px 0px;
    color : var(--color-white);
    font-size : 12px;
    font-family: var(--title-font);
    text-align: center;
    line-height: 16px;
}
/* 固定問い合わせバナー */
#SIDE_CONTACT
{
    display : none;
}
#SIDE_CONTACT div
{
    text-align : center;
}
#SIDE_CONTACT div a
{
    display : grid;
    grid-template-columns: auto auto;
    line-height: 26px;
    justify-content: center;
    padding : 25px 0px;
    background-color : var(--color-red);
}
#SIDE_CONTACT div.side_contact_member:hover:before,
#SIDE_CONTACT div.side_contact_member:hover a,
#SIDE_CONTACT div a:hover
{
    background-color : var(--color-blue);
}
#SIDE_CONTACT div.side_contact_member:hover a > span,
#SIDE_CONTACT div a:hover > span
{
    color : var(--color-white);
}
#SIDE_CONTACT span
{
    font-size : 14px;
}
#SIDE_CONTACT p
{
    color : var(--color-white);
    font-size : 21px;
    margin-left : 5px;
    font-family: var(--title-font);
}
#SIDE_CONTACT p,
#SIDE_CONTACT span
{
    writing-mode: vertical-rl;
    text-orientation: upright;
    transition : all 0.5s;
}
#SIDE_CONTACT div.side_contact_member a
{
    background-color : var(--color-main-orange);
}
.side_contact_member
{
    position : relative;
}
.side_contact_member:before
{
    content : "無料";
    background-color : var(--color-main-orange);
    color : var(--color-white);
    padding : 10px;
    position : absolute;
    top : -35px;
    left : 0;
    right : 0;
    margin : auto;
    border-radius : 30px 30px 0px 0px;
    width : 80%;
    z-index : -1;
    transition : all 0.5s;
}

/* ----------------------------------------------------------------------------- */
/* 768px以上　タブレット */
/* ----------------------------------------------------------------------------- */
@media screen and (min-width: 768px) {
    #SEARCH_OTHER
    {
        padding : 30px;
        width : 90%;
    }
    #SEARCH_OTHER ul
    {
        grid-template-columns: auto auto auto auto;
        align-items: stretch;
    }
    #SEARCH_OTHER ul li a
    {
        height : 100%;
    }
    #SEARCH_OTHER ul > li > a
    {
        padding : 10px 25px;
    }
    #SEARCH_OTHER li:first-child
    {
        grid-column : 1 / 5;
        text-align : center;
    }
    /* 選ばれる理由 */
    .features_tile
    {
        grid-template-columns: 45% auto;
        gap : 50px;
        margin: 30px auto 30px auto;
        position : relative;
        padding : 30px;
        padding-bottom: 70px;
    }
    .features_tile:nth-of-type(even){
        grid-template-columns: auto 45%;
    }
    .features_tile:nth-of-type(even) .features_image{
        order : 2;
    }
    .features_image
    {
        aspect-ratio: unset;
    }
    #INTERVIEW_BOX > div
    {
        padding : 30px 20px;
        height : 80%;
        width : 100%;
        margin : 40px 0px 40px 60px;
    }
    #SPECIAL ul
    {
        grid-template-columns: auto auto;
        margin : 50px auto;
    }
    .special_text
    {
        height : 40%;
    }
    .special_text p
    {
        font-size : 12px;
    }
    .news_tile
    {
        position : relative;
        padding: 14px 50px 14px 16px;
        border-bottom: 1px solid #d7c9bf;
        display: grid;
        grid-template-columns: 1fr auto;
        gap: 12px;
    }
    .news_text
    {
        display : inline;
        margin: 0;
        font-size: 14px;
        line-height: 1.7;
        color: #666;
        line-height : 1.3rem;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3; /* 行数 */
        overflow: hidden;
    }
    .news_tile img
    {
        display : inline;
    }
    #NEWS.contents_icon:before {
        transform: translateY(-100%) rotate(270deg);
    }
    [data-name="AREA_MAP"]
    {
        display : block;
        margin : auto;
        width : 90%;
    }
    #PAGE_NAVI
    {
        display : block;
        position : fixed;
        left : 0;
        top : 40%;
        width : 60px;
        z-index : 5;
    }
    #SIDE_CONTACT
    {
        display : block;
        position : fixed;
        right : 0;
        top : 40%;
        width : 80px;
        display : grid;
        gap : 20px;
        z-index : 5;
    }
    #EYECATCH > div .dots-mark
    {
        position : relative;
        left : auto;
    }
    h1
    {
        margin-left : 20px;
    }
    
}
/* ----------------------------------------------------------------------------- */
/* 1024px以上　PC */
/* ----------------------------------------------------------------------------- */
@media screen and (min-width: 1024px) {
    #NEWS > div:first-child
    {
        grid-template-columns: auto auto;
        gap : 50px;
    }
    #NEWS .contents_title
    {
        text-align : left;
    }
    #SEARCH_OTHER ul
    {
        grid-auto-flow : column;
        grid-auto-columns : max-content;
        justify-content: space-around;
        align-items: center;
    }
    #SEARCH_OTHER li:first-child
    {
        margin-bottom : 0px;
    }
    #SEARCH_AREA_MAP
    {
        grid-template-columns: 40% 60%;
        gap : 50px;
    }
    #INTERVIEW_BOX
    {
        background-size : 50%;
    }
    .features_text p
    {
        margin : 50px auto;
    }
    .special_text p
    {
        font-size : 14px;
    }
    .features_tilte p
    {
        font-size : 18px;
        margin : 30px auto 20px auto;
    }
    h1 .stitch::after
    {
        bottom : 0px;
    }
}
/* ----------------------------------------------------------------------------- */
/* 1250px以上 */
/* ----------------------------------------------------------------------------- */
@media screen and (min-width : 1250px) {

    h1
    {
        font-size : 48px;
    }

    #EYECATCH > div .dots-mark
    {
        width: 180px;
        height: 180px;
    }
    #ESTATE_COUNT > div > p
    {
        font-size : 72px;
        margin-top : 60px;
    }
    #ESTATE_COUNT > div > span
    {
        font-size : 21px;
    }
	#SEARCH_AREA_COUNT p
	{
		width : unset;
	}
    
}