@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Murecho:wght@500;700&family=Roboto:wght@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: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", 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: #323232;
	text-decoration: none;
}
a:visited {
	color: #323232;
}
a:hover {
	color: #323232;
}
a:active {
	color: #323232;
}
.roboto {
	font-family: 'Roboto', sans-serif;
}
.murecho {
	font-family: 'Murecho', sans-serif;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1280px;
	color: #323232;
	font-size: 1.6rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
#container {
	text-align: left;
	overflow: hidden;
}
#main {
	display: block;
}
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;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	padding: 25px 30px;
	display: flex;
	justify-content: space-between;
}
#gHeader .rBox {
	display: flex;
	align-items: center;
}
#gHeader .rBox .text {
	margin-right: 10px;
	font-size: 1.4rem;
	line-height: 1.57;
	font-weight: 700;
}
#gHeader .rBox .text02 {
	margin: 0 7px 3px 0;
	font-size: 1.4rem;
	font-weight: 700;
	text-align: right;
}
#gHeader .rBox .comBtn {
	margin-right: 30px;
}
#gHeader .comBtn a {
	padding-left: 20px;
	box-sizing: border-box;
}
#gHeader .rBox .innerBox p {
	max-width: 210px;
	margin-right: 6px;
}
@media all and (max-width: 896px) {
	#gHeader {
		padding: 10px 10px 12px 10px;
	}
	#gHeader h1 {
		max-width: 164px;
	}
	#gHeader .rBox .innerBox p {
		margin-right: 0;
		max-width: 150px;
	}
}
@media all and (max-width: 374px) {
	#gHeader h1 {
		max-width: 140px;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	height: 82px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(to right, #11669B, #0F0E86);
}
.pageTop {
	position: fixed;
	right: 20px;
	bottom: 102px;
	z-index: 9999;
}
address {
	color: #fff;
	font-size: 1.4rem;
	font-weight: 300;
	text-align: center;
	font-style: normal;
}
.pageTop a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	#gFooter {
		margin-top: 74px;
		height: 61px;
	}
	address {
		font-size: 1.2rem;
	}
	.pageTop {
		width: 44px;
		height: 44px;
		right: 10px;
		bottom: 71px;
	}
}