@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@400;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: 1100px;
	color: #000;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.5;
	-webkit-text-size-adjust: none;
	text-size-adjust: none;
	-moz-font-feature-settings: "palt";
	font-feature-settings: "palt";
	background-color: #FFF;
}
#container {
	text-align: left;
}
#main {
	margin-bottom: 100px;
}
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;
	}
	#main {
		margin-bottom: 54px;
	}
	a:hover, a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	margin: 0 auto;
	padding: 35px 30px;
	max-width: 1680px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-sizing: border-box;
}
#gHeader h1 {
	width: 510px;
}
#gHeader .logo {
	width: 200px;
}
@media all and (max-width: 896px) {
	#gHeader {
		padding: 16px 10px 15px;
		display: block;
	}
	#gHeader h1 {
		width: 220px;
	}
	#gHeader .logo {
		display: none;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter address {
	padding: 45px 30px;
	text-align: center;
	color: #fff;
	font-size: 1.2rem;
	font-style: normal;
	font-family: 'Josefin Sans', sans-serif;
	letter-spacing: 0.15em;
	background: #595757;
}
.pageTop {
	position: fixed;
	right: 48px;
	bottom: 48px;
	font-size: 1.2rem;
	font-weight: 700;
	font-family: 'Josefin Sans', sans-serif;
	letter-spacing: 0.15em;
	-webkit-writing-mode: horizontal-tb;
	-webkit-writing-mode: vertical-rl;
	-webkit-writing-mode: tb-rl;
	writing-mode: horizontal-tb;
	writing-mode: vertical-rl;
	writing-mode: tb-rl;
}
.pageTop a {
	padding-top: 84px;
	width: 12px;
	height: 70px;
	display: block;
	position: relative;
}
.pageTop a::before {
	width: 12px;
	height: 78px;
	position: absolute;
	top: 0;
	left: -7px;
	background: url("../../images/arrow_totop.svg") no-repeat left center;
	content: '';
	transition: 0.3s;
}
@media all and (min-width: 897px) {
	.pageTop a:hover::before {
		top: -10px;
	}
}
@media all and (max-width: 896px) {
	#gFooter {
		border-top: 1px solid #e9e9e9;
	}
	#gFooter .logo {
		margin: 0 auto;
		padding: 30px 0 29px;
		width: 150px;
	}
	#gFooter address {
		padding: 16px 10px 16px;
		font-size: 1rem;
		line-height: 1.6;
	}
	.pageTop {
        display: none;
		/*right: 20px;
		bottom: 20px;
		font-size: 1rem;*/
	}
	.pageTop a {
		padding-top: 54px;
		width: 12px;
		height: 60px;
	}
	.pageTop a::before {
		width: 12px;
		height: 48px;
		top: 0;
		left: 0;
	}
}