@charset "utf-8";
.width_minus_40{
    width : calc(100% - 180px);
}
#MOVIE{
    display: grid;
    grid-template-columns: auto auto;
    margin: auto;
    gap: 50px;
    align-items: center;
}
#MOVIE iframe
{
    width: 500px;
    height: 250px;
}
#MOVIE div:nth-of-type(1){
    text-align: right;
}
/* アイキャッチ */
.wood_texture{
    background-image: url(/img/bg_wood.webp);
    background-repeat: repeat;
}
#EYECATCH{
    width: 100%;
    height: min(120vw,80vh);
    max-height: 930px;
    background-image: url(/img/bg_eyecatch.jpg);
    background-size: cover;
    background-position: center;
}
#EYECATCH_CONTENTS_WRAPPER{
    height: 100%;
}
#EYECATCH_COPY img{
    width: min(472px,80%);
}
#EYECATCH_FREEWORD{
    position: relative;
}
#EYECATCH_FREEWORD_INPUT{
    padding : 15px 25px;
    border: 1px solid #333333;
    border-radius: 50px;
    width: 100%;
}
#EYECATCH_SEARCH_BUTTON{
    position: absolute;
    z-index: 1;
    width : 50px;
    height : 50px;
    right : 5px;
    top : 0;
    bottom : 0;
    margin: auto;
    background-color: #79362d;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-ms-justify-content : center; /* IE10 */
	justify-content : center;
	-ms-align-items : center; /* IE10 */
	align-items : center;
    border-radius: 50px;
    cursor: pointer;
}
#EYECATCH_SEARCH_COUNT{
    padding : 0px 15px;
    background-color: #fac102;
    border-radius: 15px;
}
.eycatch_search_count_tile{
    margin : 10px
}
.eycatch_search_count_feild{
    margin-left: 5px;
}
/* ニュース */
#NEWS{
    background-color: #ffffff;
    border-radius: 15px;
    border: 3px solid #79362d;
    overflow: hidden;
}
#NEWS_TITLE{
    background-image: url(/img/wood_texture_02.webp);
    padding : 15px 10px;
    width : 150px;
    text-align: center;
}
#NEWS_TITLE .button_style{
    padding : 2px 10px;
}
#INDEX_NEWS_RESULT{
    width : calc(100% - 150px);
    padding : 15px;
}
.index_news_tile{
    width: 100%;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-ms-align-items : center; /* IE10 */
	align-items : center;
}
.index_news_tile:not(:last-of-type){
    margin-bottom: 5px;
}
.index_news_tile p{
    width : calc(100% - 7em - 7em);
    padding-left : 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.index_news_tile p br{
    display: none;
}
.posting_datetime{
    width : 90px;
}
.posting_datetime{
    width : 7em;
}
.news_category{
    display: inline-block;
    line-height: 1em;
    font-size: 12px;
    padding : 5px 10px;
    background-color: #333333;
    color: #ffffff;
    text-align: center;
    width: 7em;
}
.news_category.news{
    background-color: #0094e9;
}
.news_category.estate{
    background-color: #009245;
}
/* 物件検索 */
.index_search_count_tile{
    background-image: url(/img/accent_portrait_leaf_l.png),url(/img/accent_portrait_leaf_r.png);
    background-repeat: no-repeat;
    background-position: left center,right center;
    background-size: min(40px,5vw);
}
/* 特集バナー */
.feature_banner{
    margin : 5px;
    min-width : 270px;
    width : 48%;
    max-width: 320px;
}
/* 3つの数字 */
.number_tile{
    width : calc((100% - 100px) / 3);
    margin-right: 50px;
    position: relative;
    padding : 15px;
    border-radius: 0 0 15px 15px;
    background-color: #ffffff;
}
.number_tile:last-of-type{
    margin-right: 0;
}
.number_tile .item_title{
    position: absolute;
    top : 0;
    left: 0;
    width: 100%;
	-ms-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
}
.number_tile .item_title::before{
    content: "";
    display: block;
    position: absolute;
    bottom : calc(100% + 10px);
    left: 0;
    right: 0;
    margin: auto;
    width : 60px;
    height : 30px;
    background-repeat: no-repeat;
    background-position: center;
}
.number_tile .item_title[data-numcategory="取扱物件数"]::before{
    background-image: url(/img/totohouse_number_estate_count.png);
}
.number_tile .item_title[data-numcategory="素早い対応"]::before{
    background-image: url(/img/totohouse_number_speed.png);
}
.number_tile .item_title[data-numcategory="顧客満足度"]::before{
    background-image: url(/img/totohouse_number_review.png);
}
/* お客様の声 */
#INTERVIEW_BG{
    background-image: linear-gradient(90deg,rgba(0,0,0,0.3),rgba(0,0,0,0.1)),url(/img/interview_bg.jpg);
    background-size: cover;
    background-position: center;
    padding: 1px;
}
.interview_title{
    position: relative;
    z-index: 1;
}
.interview_title::before{
    content: "";
    position: absolute;
    top : 50%;
    left: 5%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
    display: block;
    width : min(175px,20vw);
    height : min(175px,20vw);
    background-color: #009245;
    border-radius: 100px;
    z-index: -1;
}
/* 現地販売会 */
.index_seles_infomation{
    margin-top: -60px;
    padding-top: 10px;
}
.index_seles_infomation_tile{
    margin-right: 30px;
}
.index_seles_infomation_tile:last-child{
    margin-right: 0px;
}
.index_seles_infomation_title{
    padding : 10px;
    background-image: url(/img/wood_texture_01.webp);
    border-radius: 15px 15px 0 0;
    width: fit-content;
}
.index_seles_infomation_contents{
    padding : 10px 15px;
    background-image: url(/img/wood_texture_02.webp);
    border-radius: 0px 15px 15px 15px;
    width: fit-content;
    min-height: 95px;
}
.salse_tile{
    background-color: #ffffff;
    border-radius: 15px;
}
.salse_tile:last-of-type{
    margin-right: 0;
}
.salse_tile .three_column_tile_img{
    border-radius: 15px 15px 0 0;
    overflow: hidden;
}
.kakaku strong {
    font-size: min(1.5rem,5vw);
    line-height: 1.3em;
    margin-right: 0.1em;
}
.salse_tile .estate_tag_list{
    position: absolute;
    bottom : 0;
    left: 0;
}
.salse_tile .three_column_tile_img{
    margin-bottom: 0;
}
.salse_tile .three_column_tile_text{
    padding: 20px;
    position: relative;
}
.salse_tile .three_column_tile_text::before{
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
    display: block;
    width: 66px;
    height: 33px;
    background-image: url(/img/accent_flower.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.image_2_3_former img{
    object-fit: cover;
}
/* サイドナビゲーション */
#INDEX_FLOAT_NAV{
    position: fixed;
    top : 50%;
    left : 0;
	-ms-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
    z-index: 100;
}
#INDEX_FLOAT_NAV_SEARCH{
    padding : 15px;
    border-radius: 0 15px 15px 0;
    background-color: #fac102;
    display: block;
    width : fit-content;
    margin-bottom: 3px;
}
.index_float_nav_link{
    background-color: #79362d;
    display: block;
    width : 80px;
    height : 45px;
    line-height: 1.3em;
    color: #ffffff;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-ms-justify-content : center; /* IE10 */
	justify-content : center;
	-ms-align-items : center; /* IE10 */
	align-items : center;
    text-align: center;
    margin-bottom: 1px;
}
.index_float_nav_link:last-of-type{
    border-bottom-right-radius: 15px;
}
/* 物件ランキング */
.bg_cl_wood
{
    background-image: url(/img/wood_texture_01.jpg);
    box-sizing: border-box;
    padding: 10px 80px;
    margin-bottom: 15px;
    border-radius: 15px; 
    margin-bottom: 50px;
    position: relative;
}
.property_slide
{
    padding: 50px 0px;
    margin: 0px auto;
    overflow: hidden;
    position: relative;
    height : 400px;
}
.property
{  
    width: 200px;
    background-color: #FFFFFF;
    border-radius: 15px;
    position: absolute;
    min-height: 300px;
}
.rank
{
    position: absolute;
    top: -40px;
    margin-left: 15px;
}
.property_label
{
    position: absolute;
    bottom: 0;
    left:0;
}
.property_date
{
    display: flex;
    width: 100%;
    height: 150px;
    position: relative;
    justify-content: center;
}
.property_photo
{
	object-fit: cover;
    width: 100%;
    height: 100%;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.padding_10_lr
{
    padding: 0 10px;
}
.sunflower
{
    position: absolute;
    bottom: -15px;
}
.left_button,
.right_button{
    position: absolute;
    top: 50%;
    cursor : pointer;
}
.left_button
{
    left: 20px;
    transform: rotate(180deg);
}
.right_button
{
    right: 20px;
}

/* お客様の声一覧 */
.interview_bg
{
	box-sizing: border-box;
	max-width: 1200px;
    position: relative;
	margin: 100px auto;
	padding: 0 60px;
}
.interview_table
{
	overflow: hidden;
	padding-top: 50px;
    width: calc(100% - 20px);
    margin : auto;
    margin-top: -50px;
    position : relative;
    height: 550px;
}
.interview_tile
{
    width: 300px;
    margin-right: 25px;
    background-color: #FFFFFF;
	position: absolute;
	border-radius: 15px;
    height: 480px;
}
.interview_tile a
{
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
}
.interview_pic
{
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
    object-fit: cover;
    width: 300px;
    height: 225px;
}
.interview_tile:hover
{
	opacity : 0.8;
}
.interview_pin
{
	position: absolute;
	width: 100px;
	left: 110px;
	top: -50px;	
}
.interview_text{
    position : relative;
    min-height : 220px;
}
.interview_text:after{
    content : "";
	display: inline-block;
	width: 18px;
	height: 18px;
    margin : auto;
	border-bottom: 4px solid #79362D;
	border-right: 4px solid #79362D;
	transform: rotate(45deg);	
    text-align: center;
    position: absolute;
    right : 0;
    left : 0;
    bottom: 25px;
}
.interview_text p:nth-child(2){
	padding : 5px 10px;
	text-align : left;
}
.interview_tile:after{
    content : "";
    display : block;
	background-color: #79362D;
	width: 100%;
	height: 12px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
    position : absolute;
    bottom : 0;
}


/* モザイク物件 */
.mosaic_text {
    background-color: #ebcdb2;
    color: #ebcdb2;
}
.member_tile .member_entry_merit {
    padding: 5px 10px;
    max-width: 350px;
    width: 100%;
    margin: 10px auto 0px auto;
    background-color: #fac102;
    border-radius: 15px;
}
/* 物件検索 */
.index_area_base{
    position : relative;
}
.index_area_title{
    background-image: url(/img/wood_texture_02.webp);
    padding:5px  10px;
    text-align: center;
}
.index_area_box{
    background-color : #ffffff;
    border-radius : 15px;
    border: 3px solid #79362d;
    overflow : hidden;
}
.index_area_box ul{
    display : flex;
    margin : 30px;
    flex-wrap: wrap;
}
.index_area_box li{
    font-size: 18px;
    width: 215px;
    display: flex;
    justify-content: space-between;
    padding: 20px 10px;
    background-color: #FFF4E8;
    margin: 5px;
    border-radius : 15px;
}
.index_area_box li:nth-child(-n+5){
    border-top : none;
}
.index_area_box li:nth-child(5n),
.index_area_box li:last-child{
    border-right : none;
}
.index_area_box li p{
    text-align : right;
}
.index_area_box li label{
    cursor : pointer;
}
.index_area_box input[type="checkbox"] {
    -webkit-appearance: checkbox;
    width: 15px;
    height: 15px;
    vertical-align: middle;
    margin-right: 10px;
}
.area_check{
    display : none;
}
.index_area_title label{
    display : none;
}

/* ----------------------------------------------------------------------------- */
/* 1370px以下 */
/* ----------------------------------------------------------------------------- */
@media screen and (max-width : 1370px){
    .index_area_box li {
        width: calc(100% / 4 - 10px);
    }
}
/* ----------------------------------------------------------------------------- */
/* 1140px以下 */
/* ----------------------------------------------------------------------------- */
@media screen and (max-width : 1370px){
    .index_area_box li {
        width: calc(100% / 3 - 10px);
    }
}
/* ----------------------------------------------------------------------------- */
/* 950px以下 */
/* ----------------------------------------------------------------------------- */
@media screen and (max-width : 950px){

    /* 物件検索 */
    #INDEX_SEARCH_COUNT_LEFT{
        width : calc((100% - 50px) / 2);
        margin-right: 50px;
        order: 2;
    }
    #INDEX_SEARCH_COUNT_CENTER{
        width : 100%;
        order: 1;
        margin-bottom: 50px;
    }
    #INDEX_SEARCH_COUNT_RIGHT{
        width : calc((100% - 50px) / 2);
        order: 3;
    }
    /* 現地販売会 */
	.salse_tile .three_column_tile_img{
		margin : 10px;
	}
    #SALSE_DATE{
        width : 300px;
    }
    .index_seles_infomation_tile {
        margin-right: 15px;
        margin-bottom: 15px;
    }
    .index_seles_infomation_contents{
        min-height: 80px;
    }
    /* 3つの数字 */
    .number_tile{
        width : calc((100% - 50px) / 2);
        margin-bottom: 75px;
    }
    .number_tile:nth-child(2n){
        margin-right: 0;
    }
    .number_tile:last-of-type{
        margin-right: 0;
    }
    .bg_cl_wood{
        padding: 10px 50px;
    }
    .left_button{
        left: 7px;   
    }
    .right_button {
        right: 7px;
    }
    .index_area_box li {
        width: calc(100% / 2 - 10px);
    }
}
/* ----------------------------------------------------------------------------- */
/* 750px以下 */
/* ----------------------------------------------------------------------------- */
@media screen and (max-width : 750px){
    #MOVIE{
        grid-template-columns: auto;
        gap: 20px;
    }
    #MOVIE iframe
    {
        width: 100%;
        height: 250px;
    }
    #MOVIE div:nth-of-type(1), #MOVIE div:nth-of-type(2){
        text-align: center;
    }
    #NEWS{
        position: static;
        top : 0%;
        -ms-transform: translate(0%, 0%);
        transform: translate(0%, 0%);
        margin-top : 50px;
    }
    #NEWS_TITLE{
        width : 100%;
        padding : 10px;
        display:-ms-flexbox;
        display:flex;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap;
        -ms-justify-content : center; /* IE10 */
        justify-content : center;
        -ms-align-items : center; /* IE10 */
        align-items : center;
    }
    #NEWS_TITLE h2{
        margin-right: 10px;
        margin-bottom : 0px;
    }
    #INDEX_NEWS_RESULT{
        width : 100%;
        padding : 15px;
    }
}
/* ----------------------------------------------------------------------------- */
/* 650px以下 */
/* ----------------------------------------------------------------------------- */
@media screen and (max-width : 650px){
    .width_minus_40{
        width : calc(100% - 40px);
    }
    #INDEX_FLOAT_NAV{
        display: none;
    }
    .index_search_count_tile{
        margin-bottom : 50px;
    }
}
/* ----------------------------------------------------------------------------- */
/* 550px以下 */
/* ----------------------------------------------------------------------------- */
@media screen and (max-width : 550px){
    /* 物件検索 */
    #INDEX_SEARCH_COUNT_LEFT{
        min-width : fit-content;
        width : 300px;
        margin-right: 0px;
        margin-bottom: 50px;
    }
    #INDEX_SEARCH_COUNT_RIGHT{
        min-width : fit-content;
        width : 300px;
    }
    /* 3つの数字 */
    .number_tile{
        width : 100%;
        margin-right: 0;
        margin-bottom: 75px;
    }
    .number_tile:nth-child(2n){
        margin-right: 0;
    }
    .number_tile:last-of-type{
        margin-right: 0;
    }
    /* ニュース */
    .index_news_tile p{
        width: 100%;
        padding-left: 0;
    }
    .index_news_tile:not(:last-of-type) p{
        border-bottom: 2px solid #79362d;
        border-image: url(/img/line_hand_draw.png) 2;
    }
    .index_area_box ul {
        display : none;
    }
    input[type="checkbox"].area_check:checked + ul{
        display : flex;
    }
    .index_area_title label{
        display : block;
        color: #ffffff;
        position: absolute;
        right: 20px;
        font-size: 18px;
        top: 15px;
        cursor : pointer;
    }
    .index_area_box ul{
        margin : 10px 0px;
    }
    .index_seles_infomation {
        margin-top: 0px;
    }
    .index_area_box li{
        padding: 10px 5px;
    }
    .interview_table{
        width : 100%;
    }
    .interview_bg{
        padding: 0px 50px;
    }
    .property{
        width : 100%;
    }
}
/* ----------------------------------------------------------------------------- */
/* 400px以下 */
/* ----------------------------------------------------------------------------- */
@media screen and (max-width : 400px){
    .interview_tile{
        width : calc(100% - 5px);
    }
}