@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP: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%;
}
@media all and (max-width: 374px) {
	html {
		font-size: 56%;
	}
}
/* font-family: 'MatissePro-DB'; */
@font-face {
	font-family: 'MatissePro-DB';
	font-style: normal;
	src: url('../../fonts/MatissePro-DB.woff') format('woff'),
	url('../../fonts/MatissePro-DB.ttf')  format('truetype');
}
/* MatissePro-M */
@font-face {
	font-family: 'MatissePro-M';
	font-style: normal;
	src: url('../../fonts/MatissePro-M.woff') format('woff'),
	url('../../fonts/MatissePro-M.ttf')  format('truetype');
}
/* font-family: 'yumindb'; */
@font-face {
	font-family: 'yumindb';
	font-style: normal;
	src: url('../../fonts/yumindb.woff') format('woff'),
	url('../../fonts/yumindb.ttf')  format('truetype');
}
/* font-family: 'Times-Roman'; */
@font-face {
	font-family: 'Times-Roman';
	font-style: normal;
	src: url('../../fonts/Times-Roman.woff') format('woff'),
	url('../../fonts/Times-Roman.ttf')  format('truetype');
}
body, table, input, textarea, select, option {
	font-family: "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro,"メイリオ", Meiryo, Osaka," ＭＳ Ｐゴシック", MS PGothic," sans-serif";
}
@media all and (-ms-high-contrast:none){
	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;
}
a, a img {
	-webkit-transition: .3s;
	transition: .3s;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1200px;
	color: #000;
	font-size: 1.6rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
#container {
	text-align: left;
	position: relative;
	overflow: hidden;
}
#main {
}
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.5rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	padding: 10px 40px 16px;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	box-sizing: border-box;
	background-color: rgba(4, 29, 35,0.5);
}
#gHeader .hInner {
	display: flex;
	align-items: center;
}
#gHeader h1 {
	margin: 10px 0 0 30px;
	color: #FFF;
	font-size: 1.6rem;
	font-weight: normal;
	letter-spacing: 0.1em;
}
@media all and (max-width: 896px) {
	#gHeader h1 {
		margin: 5px 0 0 14px;
		font-size: 0.9rem;
	}
	#gHeader {
		padding: 8px 10px 9px 15px;
	}
	#gHeader .logo {
		width: 125px;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	background-color: #000;
	text-align: center;
	position: relative;
}
#gFooter address {
	padding: 18px 15px;
	color: #fff;
	font-style: inherit;
	text-align: center;
}
#gFooter address small {
	font-size: 1.3rem;
	display: inline-block;
}
#gFooter .pageTop {
	position: fixed;
	bottom: 10px;
	right: 10px;
	display: none;
	z-index: 100;
	box-shadow: 0px 0px 10px #333;
}
#gFooter .pageTop a {
	display: block;
}
@media all and (min-width: 897px) {
	#gFooter .pageTop a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	#gFooter address small {
		font-size: 0.8rem;
		display: inline-block;
	}
	#gFooter address {
		padding: 15px 15px;
		font-size: 1rem;
	}
	#gFooter .pageTop {
		border: 50px;
		right: 0;
		width: 35px;
	}
}