@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Kanit:wght@300;400;500;600;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: a-otf-midashi-go-mb31-pr6n, 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;
    transition: .5s;
	-webkit-transition: .5s;
}
a:visited {
	color: #000;
}
a:hover {
	color: #000;
}
a:active {
	color: #000;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #000;
	font-size: 1.6rem;
	line-height: 1.5;
    font-weight: 600;
    font-style: normal;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
#container {
	text-align: left;
	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;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
    width: 100%;
    position: absolute;
}
#gHeader h1 {
    margin: 9px 0 0 22px;
}
#gHeader h1 a span {
    padding-top: 22px;
    display: inline-block;
    color: #FFF;
    font-size: 1.7rem;
    font-weight: 400;
    text-shadow: 0 0 10px #000;
}
@media all and (max-width: 896px) {
	#gHeader {
		padding-bottom: 5px;
	}
	#gHeader h1 {
		margin: 4px 0 0 2px;
	}
	#gHeader h1 .over {
		display: none;
	}
	#gHeader h1 a span {
		display: none;
	}
	#gHeader.fix {
		position: fixed;
		left: 0;
		top: 0;
		height: 54px;
		width: 100%;
		background: #fff;
		z-index: 1000;
	}
	#gHeader.fix h1 .out {
		display: none;
	}
	#gHeader.fix h1 .over {
		display: block;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
    padding-top: 120px;
}
#gFooter .fBox {
    padding: 50px 0;
    text-align: center;
    background: url("../../img/common/f_bg.png") no-repeat left top / cover;
}
#gFooter .fBox h3 {
    margin-bottom: 25px;
}
#gFooter .fBox h3 span {
    padding-left: 38px;
    font-size: 2rem;
    background: url("../../img/common/icon03.png") no-repeat left center / 29px;
}
#gFooter .fBox .text {
    margin-bottom: 27px;
}
#gFooter .fBox .link {
    margin: 0 auto;
    width: 225px;
	position: relative;
	z-index: 1;
}
#gFooter .fBox .link a {
    padding: 11px 0 10px;
    color: #3C3533;
    display: block;
	position: relative;
	overflow: hidden;
    font-size: 1.8rem;
    background: url("../../img/common/icon05.png") no-repeat left 28px center;
	background-size: 9px 15px;
    border: 1px solid #3C3533;
}
#gFooter .fBox .link a::after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	content: "";
	z-index: -2;	
}
#gFooter .fBox .link a::before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #3C3533;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	content: "";
	z-index: -1;
	-webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
@media all and (min-width: 897px) {
	#gFooter .fBox .link a:hover {
		color: #fff;
		background: url("../../img/common/icon02.png") no-repeat left 28px center;
		background-size: 9px 15px;
	}
	#gFooter .fBox .link a:hover::before {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}
#gFooter .copyright {
    padding: 20px 4px;
    font-size: 1.4rem;
	font-family: 'Kanit', sans-serif;
    font-weight: 300;
    text-align: center;
}
@media all and (max-width: 896px) {
	#gFooter {
		padding-top: 83px;
	}
	#gFooter .fBox {
		padding: 40px 0 50px;
		background: url("../../img/common/sp_f_bg.png") no-repeat left center / cover;
	}
	#gFooter .fBox h3 {
		margin-bottom: 28px;
	}
	#gFooter .fBox .link a {
		padding: 11px 0 10px;
		background: url("../../img/common/icon05.png") no-repeat left 28px center / 9px;
	}
}