@charset "utf-8";
/* CSS Document */

/* =======================================================================
	ヘッダー <header>~</header>内部
   ======================================================================= */

/*全体 */
header {
	height: 60px;
	padding: 10px 12px;
}

/* ------------------------------------------------------------------
	ロゴ
   ------------------------------------------------------------------ */

img.logo-head {
	width: auto;
	height: 30px;
	margin-top: 5px;
}

/* =======================================================================
	メイン <main>~</main>内部
   ======================================================================= */

main {
	margin-top:60px;
	padding-bottom: 60px;
	background-size:auto 50%;
}


/* ------------------------------------------------------------------
	セクション
   ------------------------------------------------------------------ */

.section {
	/*margin-bottom: 50px;*/
	margin-bottom: 8vw;
}

.sec-st img,
.sec-st-top img {
	margin-bottom: 2vw;
}

.section img,
.sec-st img,
.sec-st-top img{
	width: 90vw;
}

/* PV */
.section iframe {
	width: 90vw;
	height: 60vw;
}

.pc {
	display: none;
}

/* ------------------------------------------------------------------
	ダウンロード
   ------------------------------------------------------------------ */

/* センタリング */
.dl-house img,
img.dl-cap {
	display: block;
	margin: 0 auto;
}

/* QRコード非表示 */
img.dl-qr {
	display: none;
}

/* ------------------------------------------------------------------
	バッジ
   ------------------------------------------------------------------ */

.dl-banner {
	font-size: 0;
	width: 90vw;
	margin: 0 auto;
	text-align: center;
}
.dl-banner div {
	display: inline-block;
	height: 64px;
}
.dl-banner div:first-child {
	margin-right: 10px;
}
.dl-banner div img {
	height: 100%;
}
@media screen and (max-width:473px) {
	.dl-banner div {
		height: auto;
		padding: 0px;
	}
	.dl-banner div:first-child {
		margin-right: 0;
	}
	.dl-banner div img {
		height: auto;
		width: 90vw;
		max-width: 217px;
	}
}

/* ------------------------------------------------------------------
	家
   ------------------------------------------------------------------ */

/* 家画像 */
.dl-house img {
	margin-top: 20px;
	width: 65vw;
	max-width: 503px;
}

/* キャプション */
img.dl-cap {
	margin-top: 20px;
	width: 80vw;
	max-width: 547px;
}