@charset "UTF-8";
/* sp(320px) */

/* headline_home */
#headline_home {
	padding-block-start: 5px;
}
#headline_home .inner {
	background-image: url(../img/home/bg_headline_sp.jpg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	border-style: none;
	inline-size: 100%;
	block-size: 0;
	padding-top: 173.33%;
	position: relative;
}
#headline_home .inner .in {
	inline-size: 72.533%;
	position: absolute;
	inset: 34.15% auto auto 5.067%;
}
#headline_home .inner .in .msg {
	color: #fff;
	margin-block-start: 1.8em;
}

/* お知らせ */
#top_news .grid {
	display: grid;
	grid-template-columns: auto;
	grid-template-rows: auto;
	column-gap: 0;
	row-gap: 0;
}
#top_news .grid > div {
	/*border: 1px solid #000;*/
}
#top_news .grid .txt dl {
	margin-block-start: 15px;
}
#top_news .grid .txt dt {
	font-family: "Roboto", sans-serif;
	color: #8c8985;
}
#top_news .grid .txt dd {
	padding-block-start: .1em;
}
#top_news .grid .txt dd:not(:last-of-type) {
	padding-block-end: 1.4em;
	border-block-end: 1px dotted #ceccca;
	margin-block-end: 1.4em;
}
#top_news .grid .txt dd a {
	color: #29241e;
}
#top_news .grid .txt .link {
	text-align: center;
}

/* 賃貸物件情報 */
#top_rent {
	background: linear-gradient(to right, #f3fbec 0%, #f3fbec 85%, #fff 85%, #fff 100%);
}
#top_rent ul {
	display: grid;
	grid-template-columns: auto;
	grid-template-rows: auto;
	column-gap: 0;
	row-gap: 1.5em;
}
#top_rent ul li a {
	display: block;
	position: relative;
}
#top_rent ul li a:hover {
	text-decoration: none;
}
#top_rent ul li a .adr,
#top_rent ul li a .price {
	display: block;
}
#top_rent ul li a .adr {
	color: #000;
	margin-block-start: .6em;
}
#top_rent ul li a .price {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.4;
	color: #f75e35;
}
#top_rent ul li a .price span {
	font-weight: normal;
	font-size: 75%;
}
#top_rent ul li a .new {
	display: inline-block;
	font-family: "Roboto", sans-serif;
	color: #fff;
	background-color: #f46b36;
	padding: .3em 1em;

	position: absolute;
	inset: 0 auto auto 0;
}
#top_rent .bg_rent {
	background-image: url(../img/rent/bg_rent.png);
	background-repeat: no-repeat;
	background-position: 3% 100%;
	background-size: 150px;
}

/* 入居者様向け情報 */
#top_resident .inner {
	background-image: url(../img/home/bg_top_resident_sp.jpg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	block-size: 240px;

	display: grid;
	align-items: center;
	padding: 0 6%;
}
#top_resident .inner .grid {
	display: grid;
	grid-template-columns: auto;
	grid-template-rows: auto;
	column-gap: 0;
	row-gap: 1.5em;
	/*block-size: 100%;*/
}
#top_resident .inner .grid .rside {
	display: grid;
	align-items: end;
}
#top_resident .inner .e {
	font-family: "Roboto", sans-serif;
	font-size: 25px;
	font-weight: normal;
	line-height: 1.4;
	color: #73c02a;
}
#top_resident .inner .hl {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.4;
	color: #ffff;
	margin-block: .4em .6em;
}
#top_resident .inner p {
	color: #fff;
	margin-block-end: 0;
}

/* リフォーム事例 */
#top_works {

}
#top_works .splide li a {
	color: #000;
}
#top_works .splide li a:hover {
	text-decoration: none;
}
#top_works .splide li a .name {
	margin-block-start: .8em;
}
#top_works .splide li a figure img {
	block-size: auto;
}
#top_works .link {
	margin-block-start: 80px;
}


/* サービス案内 */
#top_service {

}
#top_service .box {
	display: grid;
	grid-template-columns: auto;
	grid-template-rows: auto;
	column-gap: 0;
	row-gap: 1em;
}
#top_service .box .txt {
	text-align: center;
	display: grid;
	place-items: center;
	padding-block-start: 1em;
}
#top_service .box .txt .icn {
	inline-size: 63px;
	margin-inline: auto;
}
#top_service .box .txt .no {
	font-family: "Roboto", sans-serif;
	font-size: 25px;
	color: #358239;
	margin-block-start: .4em;
}
#top_service .box .txt .ttl {
	font-size: 20px;
	font-weight: 500;
	line-height: 1.4;
	color: #27201e;
	text-align: center;
	margin-block-end: 1.0em;
}
#box_service_2 .ph {
	order: 1;
}
#box_service_2 .txt {
	order: 2;
}

#top_service .bg_box {
	background: linear-gradient(to left, #f3fbec 0%, #f3fbec 85% , #fff 85%, #fff 100%);
	padding-block-end: 40px;
}
#top_service .bg_box > div {
	background: linear-gradient(to bottom, #fff 0%, #fff 420px, transparent 420px, transparent 100%);
}
#top_service .bg_box > div > div {
	background: linear-gradient(to top, #fff 0%, #fff 0px, transparent 0px, transparent 100%);
}












@media handheld, print, screen and (min-width: 375px) {
/* iphone6 */


/* end of media query(iphone6) */	
}



@media handheld, print, screen and (min-width: 414px) {
/*  iPhone6 Plus */

/* end of media query(iPhone6 Plus) */	
}



@media handheld, print, screen and (min-width: 480px) {
/* tablet */

/* headline_home */
#headline_home {
	padding-block-start: 10px;
}
#headline_home .outer {
	max-inline-size: 1190px;
	padding-inline: 20px;
	margin-inline: auto;
	*zoom: 1;
}
#headline_home .inner {
	background-image: url(../img/home/bg_headline.jpg);
	padding-top: 0;
	block-size: 358px;
}
#headline_home .inner .in {
	inline-size: 325px;
	position: absolute;
	inset: 41.177% auto auto 9.130%;
}

/* お知らせ */
#top_news .grid {
	grid-template-columns: 12em auto;
}
#top_news .grid .txt dl {
	margin-block-start: 0;
}
#top_news .grid .txt .link {
	text-align: left;
}

/* 賃貸物件情報 */
#top_rent {
	background: linear-gradient(to right, #f3fbec 0%, #f3fbec 90%, #fff 90%, #fff 100%);
}
#top_rent ul {
	grid-template-columns: repeat(3 , 1fr);
	column-gap: 2%;
	row-gap: 0;
}
#top_rent .bg_rent {
	background-size: 149px;
}

/* 入居者様向け情報 */
#top_resident .inner {
	background-image: url(../img/home/bg_top_resident.jpg);
	block-size: 281px;
	padding: 20px 6% 40px;
}
#top_resident .inner .grid {
	grid-template-columns: auto;
	column-gap: 0;
	row-gap: 2em;
}
#top_resident .inner .grid .rside {
	display: grid;
	align-items: end;
}
#top_resident .inner .e {
	font-size: 30px;
}
#top_resident .inner .hl {
	font-size: 22px;
	margin-block: .4em .6em;
}

/* サービス案内 */
#top_service .bg_box {
	background: linear-gradient(to left, #f3fbec 0%, #f3fbec 85% , #fff 85%, #fff 100%);
	padding-block-end: 40px;
}
#top_service .bg_box > div {
	background: linear-gradient(to bottom, #fff 0%, #fff 540px, transparent 540px, transparent 100%);
}
#top_service .bg_box > div > div {
	background: linear-gradient(to top, #fff 0%, #fff 0px, transparent 0px, transparent 100%);
}





/* end of media query(tablet) */	
}



@media handheld, print, screen and (min-width: 620px) {
/* iPad */

/* headline_home */
#headline_home {
	padding-block-start: 8px;
}
#headline_home .inner {
	block-size: 478px;
}
#headline_home .inner .in {
	inline-size: 433px;
}

/* お知らせ */
#top_news .grid {
	grid-template-columns: 14em auto;
}

/* 賃貸物件情報 */
#top_rent .bg_rent {
	background-size: 198px;
}

/* 入居者様向け情報 */
#top_resident .inner {
	background-image: url(../img/home/bg_top_resident.jpg);
	block-size: 261px;
	padding: 0 6%;
}
#top_resident .inner .grid {
	grid-template-columns: 70% 30%;
	grid-template-rows: auto;
}
#top_resident .inner .grid .rside {
	display: grid;
	align-items: end;
}
#top_resident .inner .e {
	font-size: 35px;
}
#top_resident .inner .hl {
	font-size: 26px;
	margin-block: .4em .6em;
}

/* サービス案内 */
#top_service {

}
#top_service .box {
	grid-template-columns: 50% auto;
	grid-template-rows: auto;
	column-gap: 0;
	row-gap: 0;
}
#top_service .box .txt {
	padding-block-start: 0em;
}
#top_service .box .txt .icn {
	inline-size: 64px;
}
#top_service .box .txt .no {
	font-size: 24px;
	margin-block-start: .8em;
}
#top_service .box .txt .ttl {
	font-size: 24px;
	margin-block-end: 1.0em;
}
#box_service_2 .ph {
	order: 2;
}
#box_service_2 .txt {
	order: 1;
}

#top_service .bg_box {
	background: linear-gradient(to left, #f3fbec 0%, #f3fbec 90% , #fff 90%, #fff 100%);
	padding-block-end: 0px;
}
#top_service .bg_box > div {
	background: linear-gradient(to bottom, #fff 0%, #fff 180px, transparent 180px, transparent 100%);
}
#top_service .bg_box > div > div {
	background: linear-gradient(to top, #fff 0%, #fff 100px, transparent 100px, transparent 100%);
}


/* end of media query(iPad) */	
}



@media handheld, print, screen and (min-width: 900px) {
/* pc */

/* headline_home */
#headline_home {
	padding-block-start: 14px;
}
#headline_home .inner {
	block-size: 598px;
}

#headline_home .inner .in {
	inline-size: 542px;
}

/* お知らせ */
#top_news .grid {
	grid-template-columns: 18em auto;
}

/* 賃貸物件情報 */
#top_rent {

}
#top_rent ul {
	grid-template-columns: repeat(3 , 1fr);
	column-gap: 2%;
	row-gap: 0;
}
#top_rent .bg_rent {
	background-position: 0% 100%;
	background-size: 248px;
}

/* 入居者様向け情報 */
#top_resident .inner {
	background-image: url(../img/home/bg_top_resident.jpg);
	block-size: 326px;
	padding: 0 6%;
}
#top_resident .inner .grid {
	grid-template-columns: 70% 30%;
	grid-template-rows: auto;
}
#top_resident .inner .grid .rside {
	display: grid;
	align-items: end;
}
#top_resident .inner .e {
	font-size: 40px;
}
#top_resident .inner .hl {
	font-size: 30px;
	margin-block: .4em .6em;
}

/* サービス案内 */
#top_service {

}
#top_service .box {
	grid-template-columns: 500px auto;
	grid-template-rows: auto;
	column-gap: 0;
	row-gap: 0;
}
#top_service .box .txt {
	padding-block-start: 0em;
}
#top_service .box .txt .icn {
	inline-size: 80px;
}
#top_service .box .txt .no {
	font-size: 30px;
	margin-block-start: .8em;
}
#top_service .box .txt .ttl {
	font-size: 26px;
	margin-block-end: 1.0em;
}
#box_service_2 .ph {
	order: 2;
}
#box_service_2 .txt {
	order: 1;
}

#top_service .bg_box {
	background: linear-gradient(to left, #f3fbec 0%, #f3fbec calc((100% / 2) + 400px) , #fff calc((100% / 2) + 400px), #fff 100%);
}
#top_service .bg_box > div {
	background: linear-gradient(to bottom, #fff 0%, #fff 230px, transparent 230px, transparent 100%);
}
#top_service .bg_box > div > div {
	background: linear-gradient(to top, #fff 0%, #fff 120px, transparent 120px, transparent 100%);
}


/* end of media query(pc) */
}

@media handheld, print, screen and (min-width: 1060px) {
/* pc */

/* 賃貸物件情報 */
#top_rent {
	background: linear-gradient(to right, #f3fbec 0%, #f3fbec calc((100% / 2) + 420px), #fff calc((100% / 2) + 420px), #fff 100%);
}


/* end of media query(pc) */
}