@charset "utf-8";

/* =====================================================
--------------------------------------------------------
帰りたくなる家
--------------------------------------------------------
===================================================== */

/* メインビジュアル */
h1:has(+ .myhome) img {
	display: block;
	margin: 0 auto;
}



/* 動画 */
.myhome .movie {
	display: flex;
	flex-direction: column;
	gap: 40px;
	margin-bottom: 16px;
}

.myhome .movie > li {
	position: relative;
	padding: 12px;
	border-radius: 6px;
	background: var(--color-black);
}

.myhome .movie h2 {
	color: #fff;
	font-weight: bold;
	text-align: center;
}

.myhome .movie span {
	position: absolute;
	top: -24px;
	left: 0;
	right: 0;
	margin: auto;
	width: 30px;
}

.myhome .movie div {
	aspect-ratio: 16 / 9;
	margin-top: 16px;
}

.myhome iframe {
	width: 100%;
	height: 100%;
}

@media screen and (min-width:1024px) {
	.myhome .movie {
		gap: 48px;
		margin-bottom: 48px;
	}
	.myhome .movie h2,
	.myhome .movie div {
		margin-top: 24px;
	}
	.myhome .movie span {
		width: 36px;
	}
}



/* 物件検索 */
.myhome .lp--search > div {
	border-top: 1px solid var(--color-housecom-blue);
}

.myhome .lp--search .c--flex-1-3 .c--link-sub {
	width: calc((100% - 12px) / 2);
	padding: 60px 8px 16px 8px;
}

.myhome .lp--search .c--flex-1-3 .c--link-sub::before,
.myhome .lp--search .c--flex-1-3 .c--link-sub::after {
	top: 12px;
	left: 50%;
	translate: -50% 0;
	font-size: 32px;
	pointer-events: none;
}


.myhome .lp--search h2 > span span img {
	display: none;
}

.myhome .c--link-sub:has(.u--icon-map) {
	display: none;
}

@media screen and (min-width:1024px) {
	.myhome .lp--search > div {
		border-top: 2px solid var(--color-grey-pale);
	}
	.myhome .lp--search h2 {
		color: var(--color-black);
	}
	.myhome .lp--search > div {
		padding: 64px 16px 32px;
	}
	.myhome .lp--search h2 span {
		font-size: 40px;
	}
	.myhome .lp--search h2 > span:has(span) {
		margin: 0 -16px;
		font-size: 40px;
	}
	.myhome .lp--search h2 > span span {
		position: relative;
		color: #e60012;
	}
	.myhome .lp--search h2 > span span img {
		display: block;
		position: absolute;
		top: -40px;
		left: 0;
		right: 0;
		margin: auto;
		width: 100%;
		max-width: 36px;
	}
	.myhome .lp--search .c--flex-1-3 .c--link-sub {
		width: calc((100% - 12px * 2) / 3);
	}
	.myhome .c--link-sub:has(.u--icon-map) {
		display: inline-flex;
	}
}



/* 問い合わせ */
.myhome .c--flex-1-2 .c--link-sub span {
	padding-left: 32px;
	font-size: initial;
}

.myhome .c--flex-1-2 .c--link-sub span::before,
.myhome .c--flex-1-2 .c--link-sub span::after {
	font-size: 24px;
}










/* =====================================================
--------------------------------------------------------
little bridge japan「Mali Most」
--------------------------------------------------------
===================================================== */

/* メインビジュアル */
h1:has(+ .little-bridge) {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 16px;
	margin: 16px auto 32px;
	width: 100%;
	max-width: 710px;
}

h1:has(+ .little-bridge) > img:not(:has(+ img)) {
	padding: 0 16px;
}

@media screen and (min-width:1024px) {
	h1:has(+ .little-bridge) {
		gap: 32px;
		margin: 64px auto 48px;
	}
}



/* 本文 */
.little-bridge .detail {
	display: flex;
	flex-direction: column;
	gap: 16px;
	margin-bottom: 24px;
}

.little-bridge .detail h2 {
	color: var(--color-link-text);
	font-weight: bold;
	text-align: center;
	font-size: 24px;
}

.little-bridge .detail p {
	margin: 0;
}

.little-bridge .detail_border {
	display: block;
	width: 100%;
	height: 2px;
	background: var(--color-link-text);
}



/* Facebook */
.little-bridge .official-content {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 16px;
	margin: 0 auto;
	width: fit-content;
}

.little-bridge .official-content > div {
	width: 100%;
	text-align: center;
}

.little-bridge .official-content_border {
	display: block;
	width: 100%;
	height: 1px;
	background: var(--color-grey-pale);
}

@media screen and (min-width:1024px) {
	.little-bridge .official-content {
		padding: 16px;
		border: 1px solid var(--color-grey-pale);
	}
	.little-bridge .official-content > div > a {
		width: 480px;
	}
}