@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 {
	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: "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, Osaka, " ＭＳ Ｐゴシック", MS PGothic, " 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;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
@font-face {
	font-family: "FOT-TsukuARdGothicStd";
	font-style: normal;
	font-weight: 600;
	src: url('../../fonts/FOT-TsukuARdGothicStd-B.woff') format('woff'), url('../../fonts/FOT-TsukuARdGothicStd-B.ttf') format('truetype');
}
@font-face {
	font-family: "FOT-TsukuARdGothicStd";
	font-style: normal;
	font-weight: 400;
	src: url('../../fonts/FOT-TsukuARdGothicStd-D.woff') format('woff'), url('../../fonts/FOT-TsukuARdGothicStd-D.ttf') format('truetype');
}
body {
	min-width: 1060px;
	color: #333;
	font-size: 1.5rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
#container {
	text-align: left;
}
#main {
	min-height: calc(100vh - 216px);
	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) {
	#container {
		overflow: hidden;
	}
	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 {
	margin: 0 auto 69px;
	padding: 20px 130px 0;
	max-width: 1400px;
	box-sizing: border-box;
}
@media all and (max-width: 896px) {
	#gHeader {
		margin-bottom: 47px;
		padding: 10px 15px 0;
	}
	#gHeader h1 {
		width: 126px;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
/*	padding: 30px 20px;*/
    padding-top: 10px;
    padding-bottom: 80px;
	background-color: #61c2b5;
}
#gFooter address {
	font-size: 1.4rem;
	color: #fff;
	letter-spacing: 0.06em;
	font-style: normal;
	text-align: center;
}
#gFooter .pageTop {
	position: fixed;
	right: 20px;
	bottom: 130px;
	z-index: 1000;
}
#gFooter .pageTop a {
	display: block;
}
#gFooter .pageTop a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	#gFooter {
/*		padding: 17px 20px;*/
        padding-bottom: 60px;
	}
	#gFooter address {
		font-size: 1rem;
	}
	#gFooter .pageTop {
		width: 28px;
		right: 10px;
		bottom: 100px;
	}
}