@charset "UTF-8";
/*------------------------
後続共通
------------------------*/
/*オーナーメニュー*/
.owner-nav {
	background: url(/pc/img/owner_support/bg_owner-menu.jpg) no-repeat 100%/cover;
	padding: 97px 0 48px;
	margin-top: -51px;
	justify-content: center;
	align-items: center;
	position: sticky;
	top: 0;
	left: 0;
	z-index: 800;
}
.owner-nav .logo {
	width: 160px; 
}
.owner-nav .item a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 160px;
	height: 56px;
	background: #807359;
	color: #fff;
	margin-left: 40px;
}
.owner-nav .item a:hover {
	opacity: .7;
}
.owner-nav .item h2 {
	width: 132px;
	font-size: 1.4rem;
	text-align: center;
	letter-spacing: .06em;
	line-height: 1;
	padding-bottom: 5px;
	border-bottom: 1px solid #fff;
	margin-bottom: 5px;
	transition: all .3s ease 0s;
}
.owner-nav .item a:hover h2 {
	width: 70%;
}
.owner-nav .item span {
	display: block;
	font-size: 1rem;
	letter-spacing: .1em;
	line-height: 1;
}
.owner-nav .item span .pc {
	display: inline-block;
}
.main-contents section h2 {
	font-size: 1.6rem;
	line-height: 1;
	font-weight: 500;
	letter-spacing: .06em;
	text-align: center;
	padding-bottom: 8px;
	border-bottom: 1px solid var(--txtcolor);
	margin-bottom: 32px;
}
.main-contents section .inner {
	width: 1200px;
	margin: auto;
}
/*------------------------
ページタイトル
------------------------*/
.page-ttl {
	height: 490px;
	background: url(/pc/img/owner_support/bg_facility-ttl.jpg) no-repeat 100%/cover;
	background-position: left;
	padding: 175px 0 160px;
	color: #fff;
	margin-bottom: 68px;
}
.page-ttl .ef {
	letter-spacing: .06em;
}
.page-ttl h1 {
	letter-spacing: .1em;
	margin-bottom: 25px;
}
.page-ttl .page-lead {
	font-weight: 400;
	line-height: 2.14;
	letter-spacing: .05em;
}
/*------------------------
アメニティ
------------------------*/
.main-contents .amenities {
	position: relative;
	padding-bottom: 50px;
}
.main-contents .amenities::before {
	content: '';
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 80%;
	background: #EDEBE6;
	z-index: -1;
}
.main-contents .amenities {
	margin-bottom: 70px;
}
.main-contents .amenities .block-list {
	flex-wrap: wrap;
	margin-bottom: 47px;
}
.main-contents .amenities .block-list .block {
	width: 370px;
}
.main-contents .amenities .block-list .block:not(:nth-child(3n)) {
	margin-right: 45px;
}
.main-contents .amenities .block-list .block .img {
	height: 208px;
	margin-bottom: 15px;
}
.main-contents section .block-list .block .img  img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.main-contents .amenities .block-list .block .txt-area {
	display: flex;
}
.main-contents .amenities .block-list .block .txt-area .sub-img {
	width: 110px;
	height: 110px;
	padding: 8px;
	background: #fff;
	margin-right: 25px;
}
.main-contents .amenities .block-list .block .txt-area .sub-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.main-contents .amenities .block-list .block .txt-area h3 {
	font-size: 1.4rem;
	font-weight: 500;
	letter-spacing: .1em;
	line-height: 1;
	margin-bottom: 10px;
}
.main-contents .amenities .block-list .block .txt-area p {
	font-size: 1.2rem;
	line-height: 1.66;
}
.main-contents section .btn {
	text-align: center;
	margin-bottom: 6px;
}
.main-contents section .btn a {
	display: block;
	width: 750px;
	height: 60px;
	margin: auto;
	padding: 21px;
	background: #fff;
	color: var(--txtcolor);
	font-weight: 500;
	letter-spacing: .1em;
	border-bottom: none;
}
.main-contents section .btn a:hover {
	/* background: #EDEBE6;
	color: #000; */
	background: var(--kuscolor);
	color: #fff;
}
.main-contents section .btn a::after {
	content: '';
	display: block;
	margin: 7px auto 0;
	width: 121px;
	height: 1px;
	background: var(--txtcolor);
	transition: width .3s ease 0s;
}
.main-contents section .btn a:hover::after {
	width: 102px;
	background: #fff;
}
.main-contents section .caution {
	font-size: 1.2rem;
	letter-spacing: .12em;
	text-align: center;
}
/*------------------------
住宅設備交換
------------------------*/
.main-contents .exchange {
	padding-bottom: 70px;
}
.main-contents .exchange .block-list {
	margin-bottom: 45px;
}
.main-contents .exchange .block-list .block {
	width: 276px;
}
.main-contents .exchange .block-list .block:not(:nth-child(4n)) {
	margin-right: 32px;
}
.main-contents .exchange .block-list .block .img {
	margin-bottom: 12px;
}
.main-contents .exchange .block-list .block .txt {
	text-align: center;
}
.main-contents .exchange .block-list .block .txt h3 {
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1;
	letter-spacing: .1em;
	margin-bottom: 15px;
}
.main-contents .exchange .block-list .block .txt p {
	font-size: 1.2rem;
	line-height: 1;
}
.main-contents .exchange .btn a {
	background: var(--kuscolor);
	color: #fff;
}
.main-contents .exchange .btn a:hover {
	background: #EDEBE6;
	color: #000;
}
.main-contents .exchange .btn a::after  {
	background: #fff;
}
.main-contents .exchange .btn a:hover::after  {
	background: #000;
}
/*------------------------
住設あんしん保証
------------------------*/
.security {
	background: #EDEBE6;
	padding: 48px;
	text-align: center;
	margin-bottom: 100px;
}
.main-contents section.security h2 {
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: .1em;
	padding-bottom: 0;
	border-bottom: none;
	margin-bottom: 20px;
}
.security .lead {
    letter-spacing: .1em;
    line-height: 1;
    margin-bottom: 35px;
}
.security .item-list {
	justify-content: center;
	gap: 0 23px;
}
.security .item-list span {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 78px;
	height: 78px;
	background: var(--accentcolor);
	border-radius: 50vw;
	font-size: 1.6rem;
	font-weight: bold;
	color: #fff;
	letter-spacing: .1em;
	line-height: 1;
}
.security .cont {
	width: 420px;
	border: 1px solid var(--accentcolor);
	border-radius: 10px;
	margin: -39px auto 48px;
	padding: 58px 0 35px;
}
.security .cont p {
	font-size: 1.8rem;
	font-weight: bold;
	color: #650000;
	line-height: 1;
	letter-spacing: .1em;
	margin-bottom: 10px;
}
.security .cont p b {
	font-size: 2.6rem;
}
.security .cont span {
	display: block;
	font-size: 1.4rem;
	letter-spacing: .12em;
	line-height: 1;
}
.security .subject {
	width: 791px;
	margin: auto;
}
.security .subject h3 {
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1;
	letter-spacing: .1em;
	padding-bottom: 12px;
	border-bottom: 1px solid var(--accentcolor);
	margin-bottom: 22px;
}
.security .subject p {
	line-height: 1;
	margin-bottom: 17px;
}
.security .subject .subjectcaution {
	display: block;
	font-size: 1.2rem;
	line-height: 1;
}
/*------------------------
メリット
------------------------*/
.main-contents .merit h2 {
	margin-bottom: 10px;
	font-size: 2rem;
	font-weight: normal;
}
.main-contents .merit .lead {
	font-size: 1.4rem;
	text-align: center;
	letter-spacing: .1em;
	line-height: 1;
	margin-bottom: 27px;
}
.main-contents .merit .bnr a {
	display: block;
	width: 1010px;
	height: 200px;
	text-align: center;
	margin: auto;
}
.main-contents .merit .bnr a:hover {
	opacity: .7;
}
/*ログイン*/
.main-contents .merit .login a {
	background: url(/pc/img/owner_support/bg_login.jpg) no-repeat 100%/cover;
	padding: 35px 0 25px;
	color: #fff;
	margin: 0 auto 40px;
}
.main-contents .merit .login .head {
	justify-content: center;
	margin-bottom: 22px;
	position: relative;
}
.main-contents .merit .login .head::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 35px;
	height: 35px;
	background: url(/pc/img/owner_support/ashi_kakeru.svg) no-repeat;
}
.main-contents .merit .login .head .txt {
	display: block;
	width: 200px;
	background: #D8D3CB;
	padding: 11px;
	font-size: 1.4rem;
	font-weight: bold;
	color: var(--busicolor);
	text-align: center;
	letter-spacing: .1em;
	line-height: 1;
}
.main-contents .merit .login .head .txt:first-of-type {
	margin-right: 47px;
}
.main-contents .merit .login p {
	font-size: 1.2rem;
	line-height: 1.75;
	margin-bottom: 20px;
}
.main-contents .merit .login .btn {
	width: 304px;
	margin: auto;
	font-size: 1.4rem;
	font-weight: bold;
	letter-spacing: .1em;
	line-height: 1;
	padding-bottom: 5px;
	border-bottom: 1px solid #fff;
	transition: width .3s ease 0s;
}
.main-contents .merit .login a:hover .btn {
	width: 20%;
}
/*カタログ*/
.main-contents .merit .catalog a {
	background: url(/pc/img/owner_support/bg_catalog.jpg) no-repeat 100%/cover;
	padding: 35px 0;
}
.main-contents .merit .catalog a h3 {
	font-size: 2.0rem;
	letter-spacing: .06em;
	line-height: 1;
	margin-bottom: 16px;
}
.main-contents .merit .catalog p {
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 1;
	margin-bottom: 22px;
}
.main-contents .merit .catalog .btn {
	width: 317px;
	background: url(/pc/img/owner_support/bg_download.svg) no-repeat center 100%/contain;
	padding: 22px 27px 12px 104px;
	font-size: 1.2rem;
	font-weight: bold;
	color: #fff;
	line-height: 1;
	letter-spacing: .1em;
	margin: 0 auto 3px;
}
.main-contents .merit .catalog .dl {
	display: block;
	width: 317px;
	margin: auto;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1;
	letter-spacing: .01em;
	text-align: left;
}