
.-x-richtext ul, .-x-richtext ol {
	list-style-position: inside;
}
[data-legal]{
	position:relative;
	--legal-offset-h:attr(data-legal-offset-h px);
	--legal-offset-v:attr(data-legal-offset-v px);
}
[data-legal][data-legal-safe="1"]::after{
	position: absolute;
	opacity: 0.5;
	color: black;
	content: "墨";
	font-size: 16px;
	display: block;
	height: 24px;
	padding-top: 0px;
	background-image: url(/_lib/lc.png);
	background-size: auto 20px;
	background-repeat: no-repeat;
	padding-left: 50px;
	background-position: left top;
}
[data-legal][data-legal-safe="1"]:hover::after {
    position: absolute;
    opacity: 0.5;
    color: black;
    content: attr(data-legal-check-at);
    white-space:nowrap;
    font-size: 11px;
    display: block;
    height: 24px;
    background-image: url(/_lib/lc.png);
    background-size: auto 20px;
    background-repeat: no-repeat;
    padding-top: 15px;
    padding-left: 0px;
    background-position: left top;
}

[data-legal-position="left-top"]::after{
	left:var(--legal-offset-h);
	top:var(--legal-offset-v);
}
[data-legal-position="left-bottom"]::after{
	left:var(--legal-offset-h);
	bottom:var(--legal-offset-v);
}
[data-legal-position="right-top"]::after{
	right:var(--legal-offset-h);
	top:var(--legal-offset-v);
}
[data-legal-position="right-bottom"]::after{
	right:var(--legal-offset-h);
	bottom:var(--legal-offset-v);
}
/*widget:755f6aee-86fd-4949-a1be-7d7e896535c8*/
/*widget:afc0f44f-7c62-4637-8c6d-e1accaa4fe7a*/
/*widget:bbe43fe0-975e-4eef-95ae-d04290c1a7b5*/
/*widget:3cfcd636-35a2-4d22-a363-26f13a5c3ed3*/
/*widget:add0faf7-8155-4832-98d9-8a0ded0d0fd8*/
/*instance:501*/[data-instance="501"]{background-image:url(/_img/ja/cms/501/bg_img/1400_240_2_000000/?1782823278);}/*widget:7c9184f0-b406-4969-a488-54f6fbded4e5*/
/*widget:2710a1af-7845-4407-a9df-a7255dad72c5*/
/*instance:575*/[data-instance="575"]{background-image:url(/_img/ja/cms/575/bg_img/_/?1782823278);}/*instance mediea*/@media screen and (max-width: 520px) {}/*widget:254d5154-faa1-4a5e-bd4d-f0538ce5ad8f*/
/*instance:576*//*instance mediea*/@media screen and (max-width: 520px) {}/*widget:777cbd22-7fba-47ec-b688-a429d8568ac4*/
/*widget:25b3b4d9-8a21-4d34-9c75-70b6ae699342*/
/*widget:401922b7-387a-4421-81bd-ae0a8166c8fc*/
/*layout:16*/@charset "UTF-8";
/* -------------------------------------
Browser：IE11 over
-------------------------------------*/
/** ================================================================================
共通
================================================================================ **/
/* -------------------------------------
photo-head
-------------------------------------*/
.photo-head,
[class^="photo-head_"]{
    width: 100%;
    height: 320px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding-bottom: 90px;
    background-blend-mode: multiply;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}
[class^="photo-head_"] :is(.titA,.lead){
    margin: 0;
    color: #fff;
}
/* 色 */
.photo-head_blue{
    background-color:#7c8cb4;
}
.photo-head_brown{
    background-color:#8a7b6c;
}

@media (max-width: 520px) {
    .photo-head,
    [class^="photo-head_"]{
        height: 40vw;
        gap: 10px;
        padding-bottom: 0;
    }
}

/* -------------------------------------
list
-------------------------------------*/
.list li{
    background: #fff;
}
.list li figure{
    width:100%;
    height: 240px;
    position: relative;
}
.list li figure img{
    width:100%;
    height: 100%;
    object-fit: cover;
}
.list li .boxLR{
    display: flex;
    justify-content: space-between;
}
.list li .boxLR >*{
    padding: 10px 14px;
}
.list li .boxLR em{
    --size:36px;
    display: flex;
    align-items: center;
    width:calc(45% - 22px);
    height: var(--size);
    padding: 0 14px;
    color: #fff;
    line-height: 1;
    background: var(--list-color);
    position: relative;
}
.list li .boxLR em::before{
    content: "";
	display: block;
	width: 1px;
	height: 0;
	border-width: var(--size) 24px 0 0;
	border-style: solid;
	border-color: var(--list-color) transparent transparent transparent;
	position: absolute;
	top: 0;
    left: 99%;
	z-index: 1;
}
.list li .boxLR strong{
    padding-bottom: 0;
    color: var(--red);
    font-size: 18px;
    font-weight: var(--fw-b);
    line-height: 1;
}
.list li p{
    padding: 1em;
    line-height: 1.5;
}
.list li p.type{
    padding: 7px 1em;
    color: #fff;
    font-weight: var(--fw-b);
    background: var(--color);
}

/* 成約済 */
.list li[data-type="成約済"] figure::after{
    content: "成約済";
    width: 90%;
    height: 80%;
    display: grid;
    place-content: center;
    font-size: 2em;
    color: #fff;
    font-weight: var(--fw-b);
    text-align: center;
    letter-spacing: 5px;
    background: rgba(0,0,0,.6);
    position:absolute;
    left: 5%;
    top: 10%;
}
/* 色 */
.sale-list{
    --list-color:var(--blue);
}
.rent-list{
    --list-color:var(--brown);
}

@media (max-width: 520px) {
    .list {
        padding: 0 4%;
    }
    .list li{
        margin: 0 auto;
    }
    .list li figure{
        height: 54vw;
    }
    .list li .boxLR em{
        width: 35%;
    }
}

/* -------------------------------------
top-news-list
-------------------------------------*/
.top-news-list{
    border-top: var(--border);
}
.top-news-list li{
    border-bottom: var(--border);
}
.top-news-list li a{
    display: grid;
    grid-template-columns: 270px auto;
    gap: 0.5em;
    padding: 1.5em 0;
    position: relative;
}
.top-news-list li a .detail-cat{
    justify-content: flex-start;
    margin: 0;
}
.top-news-list li a p{
	line-height: 1.6;
}
.top-news-list li a:hover p{
    text-decoration: underline;
}

@media (max-width: 520px) {
	.top-news-list{
		width: 90%;
		margin: 0 auto;
	}
    .top-news-list li a{
        grid-template-columns: 1fr;
        gap: 8px;
        padding: 1em 2px;
    }
    .top-news-list li a p{
		font-size: 14px;
    }
}

/* -------------------------------------
news-list
-------------------------------------*/
.news-list{
	--gap:60px;
	display: flex;
	flex-wrap: wrap;
	gap: 10px var(--gap);
}
.news-list li{
	width: calc(50% - calc(var(--gap)/2));
    padding: 15px 10px;
    border-bottom: var(--border);
}
.news-list li:nth-child(-n+2){
    border-top:var(--border);
}
.news-list li a{
	display: flex;
	align-items: flex-start;
	gap: 20px;
}
.news-list li .content{
	flex:1;
	display: flex;
	flex-wrap: wrap;
}
.news-list li .content time{
	margin-left: 1em;
}
.news-list li .content p{
	width: 100%;
	font-size: 15px;
	line-height: 1.5;
}
.news-list li a:hover .content p{
	color: var(--main-color);
}
.news-list li .content p strong{
	display: block;
	margin: 0.5em 0 0.4em;
	font-size: 1rem;
	font-weight: var(--fw-b);
}
.news-list li figure{
	width: 120px;
}

@media screen and (max-width: 520px) {
	/* -------------------------------------
	news-list
	-------------------------------------*/
	.news-list{
		gap: 30px;
	}
	.news-list li{
		width: 100%;
	}
	.news-list li a{
		gap: 10px;
	}
	.news-list li .content p{
		font-size: 14px;
	}

	.news-list li figure{
		width: 90px;
	}
}


/* -------------------------------------
listE
-------------------------------------*/
.listE{
}
.listE li{
    width:50%;
	background: #fff;
/*	border-bottom: 2px dotted blue;*/
    margin: 0;
	padding: 20px 15px;
    position: relative;
}
.listE li+li::before{
    content: "";
    display: block;
    width:calc(100% - 14px);
    height: 1px;
    border-top: 2px dotted var(--blue);
    position: absolute;
    left: 7px;
    top: 0;
}
.listE a{
	display: block;
}
.listE figure{
	margin: 0 15px 0 0;
	width: 146px;
	height: 140px;
	float: left;
	overflow: hidden;
}
.listE .boxLR{
	margin: 5px auto;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
    position: relative;
}
.listE time{
	font-size: 14px;
    position: absolute;
    left: 0;
    top: 0;
}
.listE em{
	display: inline-block;
	min-width: 5em;
	margin: 0 0 0 10px;
	padding: 3px 8px;
    font-size: 14px;
	color: #fff;
	text-align: center;
	line-height: 1.0;
	background: var(--blue);
    border-radius: 5px;
}
.listE h4{
	margin: 15px auto 10px;
	font-weight: var(--fw-b);
	font-size: 18px;
	line-height: 1.2;
}
.listE p{
}
@media (max-width: 520px) {
    .listE{
    }
    .listE li{
        width:100%;
        padding: 20px 10px;
    }
    .listE li+li::before{
        border-top-width: 1px;
    }
    .listE figure{
        width: 90px;
        height: 90px;
    }
    .listE .boxLR{
        display: block;
        margin: 5px auto;
    }
    .listE time{
        display: block;
        font-size: 13px;
        position: static;
    }
    .listE em{
        margin: 0 8px 0 0;
        padding: 4px 8px;
        font-size: 12px;
        border-radius: 4px;
    }
    .listE h4{
        margin: 2px auto 5px;
        font-size: 16px;
        line-height: 1.2;
    }
    .listE p{
        margin-left: 105px;
    }
}

/* -------------------------------------
frame-box
-------------------------------------*/
.frame-box{
    display: flex;
	padding: 40px;
    background: rgba(255,255,255,.6);
    position: relative;
}
.frame-box::before,
.frame-box::after{
    content: "";
    display: block;
    width:60px;
    height: 60px;
    background: url(/common/images/ico-%20frame.svg) no-repeat left top / cover;
    position: absolute;
}
.frame-box::before{
    left: 0;
    top: 0;
}
.frame-box::after{
    right: 0;
    bottom: 0;
    transform: rotate(180deg);
}
.frame-box figure{
    width:35%;
}
.frame-box .inner{
    flex: 1;
    padding: 10px 10px 10px 50px;
}
.frame-box p{
    line-height: 1.9;
}

@media (max-width: 520px) {
    .frame-box{
        flex-flow: column;
		padding: 30px;
    }
    .frame-box::before,
    .frame-box::after{
        width:50px;
        height: 50px;
    }
    .frame-box figure{
        width:100%;
    }
    .frame-box .inner{
        flex: 1;
		padding: 20px 0 0;
    }
    .frame-box p{
        line-height: 1.6;
    }
}

/* -------------------------------------
詳細ページ
-------------------------------------*/
.detail .tag{
    margin: 30px auto 20px;
}
.detail .tag time{
	font-size: 14px;
}
.detail .tag em{
	display: inline-block;
	min-width: 5em;
	margin: 0 6px 0 0;
	padding: 8px 14px;
    font-size: 14px;
	color: #fff;
	text-align: center;
	line-height: 1.0;
	background: var(--blue);
}
#rental .detail .tag em{
    background: var(--brown);
}
.sec-detail .richtext{
	margin: 30px auto;
	font-size: 16px;
	line-height: 1.8;
}
.detail .gmap{
	padding-bottom: 450px;
}
.detail h2.titA{
    color: var(--color);
}
.post-detail figure{
    text-align: center;
}

@media (max-width: 520px) {
	.detail .tag{
		margin: 10px auto;
	}
	.detail .tag time{
		font-size: 13px;
	}
	.detail .tag em{
		margin: 0 8px 0 0;
		padding: 4px 8px;
		font-size: 12px;
		border-radius: 4px;
	}
	.sec-detail .richtext{
		margin: 15px auto;
		font-size: 15px;
		line-height: 1.7;
	}
	.detail .gmap{
		padding-bottom: 35vh;
	}
}

/* -------------------------------------
関連記事
-------------------------------------*/
.kanren{
	background: rgba(255,255,255,.5);
}

/** ================================================================================
テンプレート
================================================================================ **/
/* -------------------------------------
ヘッダー
-------------------------------------*/
header{
	width: 100%;
	position: fixed;
	top: 0;
	right: 0;
	left:0;
	margin: 0 auto;
	padding: 0 calc( ( 100% - var(--w_base) ) / 2 );
    color: #fff;
    z-index: 100;
}

header .h-logo{
	padding: 18px 0;
	width: 50%;
}
/* header .h-logo h1{
	margin: 0 0 5px;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 11px;
} */
header .h-logo a {
    display: block;
    width: fit-content;
}
header .h-logo a img{
	width: 340px;
    transition: var(--transition);
}
header .h-logo a img.logo-blue{
    display: none;
}

/* nav */
header nav .gnav{
	display: flex;
	justify-content:space-between;
}
header nav .gnav li{
    --border:1px solid #fff;
	flex: 1;
	margin: 15px 0;
	border-left: var(--border);
}
header nav .gnav li:last-child{
    border-right: var(--border);
}
header nav .gnav li a{
    display: block;
    padding: 2px 0;
    font-size: 15px;
    font-weight: var(--fw-b);
    text-align: center;
}
header nav .gnav a:hover{
	text-decoration: underline;
}

/*menu2*/
header nav .menu2{
    width: 350px;
    display: flex;
    flex-direction: column;
    gap:4px;
	position: absolute;
	top: 0px;
	right: calc( ( 100% - var(--w_base) ) / 2 );
}
header nav .menu2 dt .h-cv.btn_red{
    width: 100%;
    height: 38px;
    margin: 0;
    transition: var(--transition);
}
header nav .menu2 dd{
    display: flex;
    align-items: center;
    gap:10px;
}
header nav .menu2 dd a{
	font-size: 26px;
}
header nav .menu2 dd p{
	font-size: 12px;
	line-height: 1.4;
}

/* スクロールしたら */
header.h-scroll{
    color: var(--color);
    background: url(/common/images/bg-base.png) repeat left top / auto;
}
header.h-scroll .h-logo a img.logo-wh{
    display: none;
}
header.h-scroll .h-logo a img.logo-blue{
    display: block;
}
header.h-scroll nav .gnav li{
    --border:1px solid var(--color);
}

@media (max-width: 520px) {
	header{
        --h-height:50px;
        padding: 0;
	}
	header .h-logo{
        width: fit-content;
        height: var(--h-height);
	}
	header .h-logo h1{
		display: none;
	}
    header .h-logo a {
        padding: 8px 5vw 0;
    }
    header .h-logo a img{
        width:auto;
        height: 22px;
    }

    /* nav */
	header nav{
		height: 100vh;
		overflow-y: scroll;
		position: fixed;
		top: 0px;
		right: -80vw;
		width: 80vw !important;
		transition: var(--transition);
		z-index: 1499;
		height: 100%;
		margin: 0;
		padding: 70px 5% 40px;

		background: #fff;
	}
    header.nav-open nav{
		right: 0;
		box-shadow: 0px 0 10px -4px #333;
	}
	header nav .gnav{
		display: block;
		width: 100%;
		text-align: center;
		font-size: 16px;
	}
    header nav .gnav li{
        margin: 0;
        border-left: none;
        border-bottom: var(--border);
    }
    header nav .gnav li:last-child{
        border-right: none;
    }
	header nav .gnav li a{
		padding: 15px;
        color: var(--color);
	}
	header nav .menu2{
        width: 100%;
        margin: 24px auto;
		position: static;
	}
    header nav .menu2 dt .h-cv.btn_red{
        width: 90%;
        height: 48px;
        margin: 0 auto;
    }
	header nav .menu2 dd{
		width: 100%;
	}
	header nav .menu2 dd p{
		font-size: 13px;
	}
    header nav .menu2 dd{
        flex-flow: column;
        gap:2px;
        color: var(--color);
        text-align: center;
    }
    header nav .menu2 dd a{
        font-size: 30px;
    }
    header nav .menu2 dd p{
        font-size: 14px;
        line-height: 1.6;
    }

	/* hamburger */
	header .hamburger {
		--size:50px;
		display: block;
		position: fixed;
		top: 0;
		right: 0;
		z-index: 1500;
		box-sizing: border-box;
		width: var(--size);
		height: var(--size);
		cursor: pointer;
		color:#fff;
	}
	header .hamburger span {
		position: absolute;
		width: 24px;
		height: 2px;
		background:#fff;
		right: 0;
		left: 0;
		margin: 0 auto;
        transition: var(--transition);
	}
	header .hamburger span:nth-child(1) {
		top: 34%;
	}
	header .hamburger span:nth-child(2) {
		top: 50%;
	}
	header .hamburger span:nth-child(3) {
		top: 66%;
	}
	header.nav-open .hamburger {
		background: none;
	}
	header.nav-open .hamburger span {
		background: var(--blue);
	}
	header.nav-open .hamburger span:nth-child(1) {
		top: 25px;
		transform: rotate(45deg);
	}
	header.nav-open .hamburger span:nth-child(2) {
		display: none;
	}
	header.nav-open .hamburger span:nth-child(3) {
		top: 25px;
		transform: rotate(-45deg);
	}

    /* スクロールしたら */
    header.h-scroll_sp{
        background: url(/common/images/bg-base.png) repeat left top / auto;
    }
    header.h-scroll_sp a img.logo-wh{
        display: none;
    }
    header.h-scroll_sp a img.logo-blue{
        display: block;
    }
    header.h-scroll_sp #menu:before{
        color: var(--blue);
    }
    header.h-scroll_sp .hamburger span{
        background: var(--blue);
    }
}

/* -------------------------------------
footer
-------------------------------------*/
footer{
    margin: 70px 0 0;
}
footer .inner{
    display: grid;
    grid-template-columns: 420px auto;
    gap:6%;
}
footer .inner .f-logo .f-seo{
    margin-bottom: 15px;
    font-size: 12px;
}
footer .inner .f-logo img{
    width: 380px;
}
footer .inner .f-main .f-cv{
    margin: 10px 0;
    height: 42px;
}
footer address .f-tel-wrap{
    display: flex;
    align-items: center;
    gap:16px;
}
footer address .f-tel-wrap a{
    color: var(--red);
    font-size: 32px;
}
footer address .f-tel-wrap p{
    font-size: 12px;
    line-height: 1.5;
}
footer address .f-tel-wrap p em{
    display: block;
}
footer address >p{
    font-size: 14px;
    line-height: 1.8;
}
footer address p.add{
    margin: 2px 0 10px;
}

/* サイトマップ */
footer ul.sitemap{
	height: 170px;
    column-count: 2;/*列数*/
    column-gap: 20px;/*ブロック要素同士の間隔*/
	column-fill: auto;/* [高さが指定されている場合のみに適用]段組みの高さで折り返すよう前の段に詰めて表示 */
    margin-top: 30px;
}
footer ul.sitemap li a{
    display: block;
    width: 100%;
    padding: 6px;
    font-size: 14px;
    line-height: 1.2;
}
footer ul.sitemap li a:hover{
    text-decoration: underline;
}
footer ul.sitemap li a::before{
    content: ">";
    font-size: 0.8em;
    margin-right: 0.2em;
}
footer .gmap{
    padding-bottom: 440px;
}

/** コピーライト **/
.copyright small{
    display: block;
    width:100%;
    padding: 14px;
    font-size:12px;
    color: #fff;
    text-align: center;
    line-height: 1.0;
    background: var(--blue);
}

@media (max-width: 520px) {
    footer{
        margin: 60px 0 0;
    }
    footer .inner{
        grid-template-columns: 1fr;
        gap:0;
    }
    footer .inner .f-main{
        display: contents;
    }
    footer .inner .f-logo .f-seo{
        margin-bottom: 15px;
        font-size: 10px;
    }
    footer .inner .f-logo {
        text-align: center;
    }
    footer .inner .f-logo img{
        width: 74%;
    }
    footer .inner .f-main .f-cv{
        width: 80%;
        margin: 20px auto 10px;
        height: 48px;
    }
    footer address .f-tel-wrap{
        flex-direction: column;
        gap:4px;
    }
    footer address .f-tel-wrap a{
        font-size: 32px;
    }
    footer address .f-tel-wrap p{
        font-size: 15px;
        text-align: center;
        line-height: 1.7;
    }
    footer address .f-tel-wrap p em{
        display: inline-block;
        margin-left: 14px;
    }
    footer address >p{
        font-size: 14px;
        text-align: center;
    }

    /* サイトマップ */
    footer ul.sitemap{
        order: 10;
        height: unset;
        column-count: 1;/*列数*/
    }
    footer ul.sitemap li a{
        padding: 14px;
        font-size: 14px;
        color: var(--gray);
    }

    footer .gmap{
        margin-top: 30px;
        padding-bottom: 30vh;
    }
    /** コピーライト **/
    .copyright small{
        margin-top: 30px;
    }
}

/* -------------------------------------
aside お問い合わせ
-------------------------------------*/
.asd-contact{
    margin-top: -1px;
    padding: 70px 60px 70px;
    color: #fff;
    background-color:#8c8c8c;
    background-image: url(/common/images/bg-contact.jpg) ;
    background-blend-mode: multiply;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.asd-contact .titA{
    margin: 0 auto;
    color: #fff;
}
.asd-contact .lead{
    margin-bottom: 28px;
}
.asd-contact .inner{
    display: flex;
    justify-content: center;
    align-items: center;
    gap:40px;
}
.asd-contact .inner p{
    font-size: 14px;
    line-height: 1.4;
}
.asd-contact .inner p a[href^="tel"]{
    display: block;
    font-size:40px;
}
.asd-contact a[class*="btn"]{
    margin: 0;
}

@media (max-width: 520px) {
    .asd-contact{
        padding: 40px 8%;
    }
    .asd-contact .titA{
        margin-bottom: 14px;
    }
    .asd-contact .lead{
        margin-bottom: 12px;
    }
    .asd-contact .inner{
        flex-direction: column;
        gap:10px;
    }
    .asd-contact .inner p{
        margin: 0 15px 20px;
        font-size: 15px;
        text-align: center;
    }
    .asd-contact .inner p a[href^="tel"]{
        font-size:32px;
    }
    .asd-contact a[class*="btn"]{
        width: 90%;
    }
}


/** ================================================================================
各ページ
================================================================================ **/
/** ==============================================
TOPページ
============================================== **/
/* hero
-------------------------------------*/
#hero{
    width: 100%;
    aspect-ratio: 1500/765;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}
#hero::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #8c8c8c;
    mix-blend-mode: multiply;
    position: absolute;
    left: 0;
    top: 0;
}
#hero .hero-bg{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
#hero .hero-content{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3vw;
    padding-top: 18vw;
    position: relative;
    z-index: 3;
}
#hero .hero-content figure {
    width: min(70%,940px);
    margin: 0 auto;
}
#hero .hero-content figure img{
    width: 100%;
}
#hero .hero-content p{
    font-size: 18px;
    color: #fff;
    font-weight: var(--fw-b);
    text-align: center;
    line-height: 2.0;
}
#hero .hero-kome{
    padding: 5px;
    font-size: 14px;
    color: #fff;
    line-height: 1.0;
    border: 1px solid #fff;
    position: absolute;
    right: 3%;
    bottom: 20px;
    z-index: 3;
}
@media (max-width: 520px) {
    #hero{
        aspect-ratio: 2/3;
    }
    #hero .hero-content{
        height: 100%;
        justify-content: center;
        gap: 20px;
        padding-top: 40px;
    }
    #hero .hero-content figure {
        width: min(70%,940px);
    }
    #hero .hero-content p{
        padding: 0 10%;
        font-size: 16px;
        line-height: 2.0;
    }
    #hero .hero-kome{
        font-size: 12px;
        font-weight: normal;
    }
}

/* top-お知らせ・最新情報
-------------------------------------*/
.sec-top-newsblog{
}

/* top-売買物件のご紹介 / 賃貸物件のご紹介
-------------------------------------*/
.sec-top-sale .photo-head_blue,
.sec-top-rent .photo-head_brown{
    margin-bottom: -80px;
}

@media (max-width: 520px) {
    .sec-top-sale .photo-head_blue,
    .sec-top-rent .photo-head_brown{
        margin-bottom: 30px;
    }
}

/* top-会社について
-------------------------------------*/
.top-about-wrap{
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.top-about-wrap .item{
    padding: 70px 12%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.top-about-wrap .item .inner{
    padding: 50px;
    color: #fff;
}
.top-about-wrap .item .inner .titA{
    margin: 0 auto 20px;
    color: #fff;
}
.top-about-wrap .item .inner p{
    font-size: 14px;
    text-align: center;
}

@media (max-width: 520px) {
    .top-about-wrap{
        grid-template-columns: 1fr;
        gap:4px
    }
    .top-about-wrap .item{
        padding: 80px 12%;
    }
    .top-about-wrap .item .inner{
        padding: 40px;
    }
    .top-about-wrap .item .inner .titA{
        margin-bottom: 14px;
    }
}

/* top-お客さまと考える家づくり
-------------------------------------*/
.sec-top-meeting{
    margin-top: -1px;
}
.top-meeting{
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.top-meeting figure img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.top-meeting .text{
    padding: 80px 14% 80px 10%;
    line-height: 1.9;
    background: #fff;
}
.top-meeting .text .titA{
    margin: 0 0 40px;
}

@media (max-width: 520px) {
    .sec-top-meeting{
        margin-top: 4px;
    }
    .top-meeting{
        display: grid;
        grid-template-columns: 1fr;
    }
    .top-meeting figure{
        order: 2;
    }
    .top-meeting .text{
        order: 1;
        padding: 70px 12% ;
    }
    .top-meeting .text .titA{
        margin-bottom: 30px;
    }
}

/** ==============================================
コンセプト
============================================== **/
/* 当社だからこそ、のご提案
-------------------------------------*/
.suggest-content{
    display: grid;
    grid-template-columns: 40% auto;
    align-items:end;
    gap:5%;
}
.suggest-content figure img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.suggest-content .text{
    padding: 20px 0 ;
    line-height: 1.9;
}
.suggest-content .text .titA{
    text-align: left;
}
.suggest-content .text h2.titA{
    margin: 0 0 40px;
}
.suggest-content .text p.titA{
    margin: 0 0 20px;
}

@media (max-width: 520px) {
    .suggest-content{
        grid-template-columns: 1fr;
        gap:30px;
    }
    .suggest-content .text{
        padding: 0 5%;
    }
    .suggest-content .text h2.titA{
        margin-bottom: 20px;
        font-size: 24px;
    }
    .suggest-content .text .titA,
    .suggest-content .text p{
        text-align: center;
    }
}

/** ==============================================
会社概要
============================================== **/
/* メッセージ
-------------------------------------*/
.message-content{
    display: grid;
    grid-template-columns: 40% auto;
    align-items: center;
    gap:5%;
    line-height: 1.8;
}
.message-content .name{
    display: block;
    margin: 40px 20px 0 0;
    text-align: right;
}

@media (max-width: 520px) {
    .message-content{
        display: grid;
        grid-template-columns: 1fr;
        gap:30px;
    }
    .message-content .name{
        margin-top: 30px;
    }
}

/* 会社概要
-------------------------------------*/
.sec-company .access{
    margin-top: 30px;
    padding: 40px 20px;
    color: #fff;
    text-align: center;
    line-height: 1.9;
    background: var(--blue);
}
.sec-company .access .access-tel{
    display: block;
    margin-top: 10px;
    line-height: 1.2;
}
.sec-company .access .access-tel a{
    font-size: 2em;
}
.sec-company .now{
    margin-top: 30px;
    text-align: center;
}

@media (max-width: 520px) {
    .sec-company .access{
        margin-top: 30px;
        padding: 40px 20px;
        text-align: left;
    }
    .sec-company .now{
        margin-top: 30px;
        text-align: center;
    }
}

/** ==============================================
物件詳細
============================================== **/
/*1枚ギャラリー*/
.swiper-container.gallery-top p{
	margin: 5px;
	text-align: center;
}
/*20枚ギャラリー*/
.swiper-container.gallery-thumbs{
	margin: 15px auto;
}
.swiper-container.gallery-thumbs figure{
	padding: 2px;
	border: 1px solid #fff;
	cursor: pointer;
	margin-top: 0!important;
	margin-bottom: 5px!important;
}
.swiper-container.gallery-thumbs figure.swiper-slide-thumb-active{
	border: 1px solid var(--blue);
}
#rental .swiper-container.gallery-thumbs figure.swiper-slide-thumb-active{
    border-color: var(--brown);
}

.swiper-container.gallery-thumbs .swiper-wrapper{
	margin: 1px;
	padding: 1px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-width: 100%;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.detail .cap{
    margin: 10px 0 40px;
    color: var(--gray);
    text-align: right;
}
.detail .cap small{
    font-size: 12px;
}

/** ==============================================
新着・ブログ
============================================== **/
#blog .listE li{
	width:49.5%;
	margin: 4px 0;
}
#blog .listE li+li::before{
	border-top: none;
}

@media (max-width: 520px) {
	#blog .listE li{
		width:100%;
	}
}

/** ==============================================
お問合せ
============================================== **/
.sec-tel .tel-contact{
    padding: 40px 20px;
    text-align: center;
    background: #fff;
}
.sec-tel .tel-contact .tel-contact-link{
    display: block;
    font-size: 1.4em;
    color: var(--red);
    font-weight: var(--fw-b);
    line-height: 1.2;
}
.sec-tel .tel-contact .tel-contact-link a{
    font-size: 1.8em;
}
@media (max-width: 520px) {
    .sec-tel .tel-contact{
        margin-top: 30px;
        padding: 40px 20px;
        text-align: left;
    }
}/*layout:17*//*layout:18*//*layout:22*//*layout:24*/