@charset "utf-8";
/*------
reset
------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
a:link {
    text-decoration: none;
}
a:visited {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
a:active {
    text-decoration: none;
}
img {
    border: 0;
    vertical-align: bottom;
    font-size: 0;
    line-height: 0;
}
/*--PCで電話番号リンク無効--*/
@media (min-width: 600px) {
a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
}
}
/*--//PCで電話番号リンク無効--*/
body {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	line-height: 1.3;
	box-sizing: border-box;
	text-align: center;
}
.wrap-b {
	background: #1a2552;
	padding-bottom: 40px;
	padding-top: 90px;
}
.wrap-b > img {
	width: 200px;
	margin-bottom: 90px;
}
.central {
	width: 80%;
	max-width: 800px;
	color: #fff;
	margin-inline: auto;
    padding: 30px;
	border: 1px solid #fff;
}
.qr img {
	width: 120px;
	height: auto;
	margin: 35px 15px 5px;
	}
.house {
	width: 80%;
	max-width: 800px;
	margin: 40px auto;
    padding: 30px;
	border: 1px solid #40210f;
}
.h-logo {
	width: 180px;
	margin-bottom: 20px;
}
.catch {
    font-size: 19px;
    font-weight: bold;
	margin-bottom: 10px;
}
h1 {
    font-size: 29px;
    font-weight: bold;
	margin-bottom: 20px;
}
.house h1 {
	color:#40210f;
}
footer img {
	width: 350px;
	max-width: 90%;
	margin-bottom: 10px;
}
footer {
	margin-bottom: 30px;
}
.map {
  position: relative;
  margin: 15px auto;
  width: 100%;
  height: 60px;
  padding-top: 50%; /* 比率を4:3に固定 */
}
/* Google Mapのiframe */
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
p span {
	white-space: nowrap;
}