@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
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, font, 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, figcaption, figure, section, footer, header, main, hgroup, menu, nav, summary {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
	box-sizing: border-box;
}
html {
	font-size: 62.5%;
}
@media all and (max-width: 374px) {
	html {
		font-size: calc(1000vw / 375);
	}
}
body, table, input, textarea, select, option {
	font-family: "Noto Sans JP", serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, main, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
chrome_annotation {
	border: none !important;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
    height: auto;
}
address {
	font-style: normal;
}
a,
a:link {
	color: #333;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #333;
}
a:hover {
	color: #333;
}
a:active {
	color: #333;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #333;
	font-size: 1.5rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
#container {
	margin: 0 auto;
	max-width: 599px;
	text-align: left;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (max-width: 896px) {
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#header {
	margin-bottom: 1.1rem;
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#footer {
	padding: 3.7rem 3rem 2.3rem;
	text-align: center;
}
#footer .f-logo {
	margin-bottom: 0.4rem;
}
#footer p {
	line-height: 1.87;
	margin-bottom: 0.6rem;
}
#footer .ttl {
	margin-bottom: 0;
	font-size: 1.8rem;
	font-weight: 600;
}
#footer .map-ttl {
	margin-bottom: 0.3rem;
	padding-left: 2.3rem;
	display: inline-block;
	background: url(../img/icon_map.png) no-repeat left 0.3rem/1.6rem auto;
}
#footer .btn {
	margin-bottom: 1.8rem;
}
#footer .btn a {
	margin: 0 auto;
	width: 26rem;
	height: 5rem;
	color: #fff;
	font-size: 1.6rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #226BA6;
	border-radius: 0.4rem;
}
#footer .btn a:hover {
	opacity: 0.7;
}
#footer .tel {
	margin-bottom: 4rem;
}
#footer .tel a {
	font-size: 2.2rem;
}
#footer .tel a span {
	padding-left: 2.4rem;
	display: inline-block;
	background: url(../img/icon_tel.png) no-repeat left 0.8rem/1.6rem auto;
}
#footer .add-txt {
	margin-bottom: 1.6rem;
}
#footer .map {
	margin-bottom: 2rem;
}
#footer .map iframe {
	display: block;
	width: 100%;
	height: 23rem;
}
#footer address {
	font-size: 1rem;
	font-weight: 300;
}