@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@300;400;500;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;500;700&display=swap');
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
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 {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
}
html {
	font-size: 62.5%;
}
body, table, input, textarea, select, option {
	font-family: 'Noto Sans JP', sans-serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
    height: auto;
}
a,
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
}
a:hover {
	color: #000;
}
a:active {
	color: #000;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1280px;
	color: #50646e;
	font-size: 2.6rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #F5FAFE;
}
#container {
	text-align: left;
	overflow: hidden;
}
#main {
	margin-top: -60px;
	padding-top: 55px;
	overflow: hidden;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 897px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 896px) {
	body {
		min-width: inherit;
		font-size: 1.2rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
	#main {
		padding-top: 86px;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
    position: absolute;
    z-index: 100;
}
#gHeader .hBox {
    width: 170px;
    box-shadow: 1px 1px 4px 0 #ccc;
	border-radius: 0 0 25px 0;
}
#gHeader .logo {
    width: 170px;
    text-align: center;
    background-color: #fff;
    padding: 13px 6px 17px;
	box-sizing: border-box;
}
#gHeader .logo img {
    /* margin-top: 13px; */
    width: 80px;
}
#gHeader .hBox h1 {
    padding: 10px 10px 18px 10px;
    width: 170px;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: 0.25em;
    background-color: #3DA0C9;
    box-sizing: border-box;
	text-align: center;
	border-radius: 0 0 25px 0;
}
@media all and (max-width: 896px) {
	#gHeader {
		width: 100%;
	}
	#gHeader .hBox {
		width: 100%;
		min-height: 57px;
		background-color: #3DA0C9;
		display: flex;
		border-radius: 0 0 11px 11px;
        overflow: hidden;
		box-shadow: 0px -2px 7px 0px #595959;
	}
	#gHeader .logo {
		width: 170px;
		padding: 13px 12px 14px 6px;
		box-sizing: border-box;
	}
	#gHeader .logo img {
		width: 144px;
	}
	#gHeader .hBox h1 {
		padding: 6px 15px 8px;
		width: calc(100% - 170px);
		font-size: 1.3rem;
		letter-spacing: 1.5px;
		line-height: 1.6;
		display: flex;
		text-align: left;
		align-items: center;
	}
}
@media all and (max-width: 374px) {
	#gHeader .hBox h1 {
		font-size: 1.2rem;
		letter-spacing: 0;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 31px 0 23px;
	background-color: #647881;
	position: relative;
}
#gFooter address {
    color: #fff;
    font-size: 1.1rem;
    font-style: normal;
    letter-spacing: 1.3px;
    text-align: center;
}
#gFooter .pageTop {
	display: none;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 1000;
}
#gFooter .pageTop a {
	display: block;
}
#gFooter .pageTop a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	#gFooter {
		padding: 37px 0;
	}
	#gFooter .pageTop {
		width: 61px;
		bottom: 14px;
	}
}