@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, figcaption, figure, section, footer, header, main, hgroup, menu, nav, summary {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
	box-sizing: border-box;
}
html {
	font-size: 62.5%;
}
@media all and (min-width: 897px) and (max-width: 1200px) {
	html {
		font-size: calc(1000vw / 1200);
	}
}
@media all and (max-width: 374px) {
	html {
		font-size: calc(1000vw / 375);
	}
}
body, table, input, textarea, select, option {
	font-family: "Noto Sans JP", sans-serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, main, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
chrome_annotation {
	border: none !important;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
    height: auto;
}
address {
	font-style: normal;
}
a,
a:link {
	color: #333333;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #333333;
}
a:active {
	color: #333333;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #333333;
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 1.5;
	font-feature-settings: "palt";
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
#container {
	text-align: left;
}
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.4rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	padding-bottom: 2.3rem;
	background-color: #fff;
}
#gHeader .hBox {
	align-items: flex-start;
}
#gHeader h1 {
	margin: 1.4rem 1.7rem 0 1.6rem;
	width: 17.6rem;
}
#gHeader h1 a {
	display: block;
}
#gHeader .rBox {
	position: relative;
	flex: 1;
}
#gHeader .rBox::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 0.8rem;
	content: "";
	z-index: 1;
	background: url(../img/common/line01.png) no-repeat left top / 100%;
}
#gHeader .rBox .image {
	margin: 2.9rem 1.6rem 0 auto;
	width: 26.7rem;
}
#gHeader .rBox .image a {
	display: block;
}
#gHeader .rBox .image a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	#gHeader {
		padding-bottom: 0.7rem;
	}
	#gHeader h1 {
		margin: 1rem 1.4rem 0 1.4rem;
		width: 5.3rem;
	}
	#gHeader .rBox .image {
		margin: 1.8rem 1.5rem 0 auto;
		width: 19.2rem;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 5rem 0 5.2rem;
	background-color: #000
}
#gFooter .pageTop a {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 3px;
    position: fixed;
    z-index: 2;
    bottom: 2.5rem;
    opacity: 1;
    box-shadow: 0px 3px 0px 0px rgba(0,0,0,0.2);
    width: 5rem;
    height: 5rem;
    right: 3.2rem;
    transition: .1s ease-in-out
}
#gFooter .pageTop a::before {
    content: '';
    display: block;
    width: 30%;
    height: 30%;
    margin-top: 20%;
    border-top: 0.3rem solid #333;
    border-right: 0.3rem solid #333;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}
#gFooter .btnUl {
	margin-bottom: 4.3rem;
}
#gFooter .btnUl li {
	margin: 0 0.5rem;
	width: 15.8%;
}
#gFooter .btnUl a {
	display: block;
}
#gFooter .btnUl img {
	width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.3);
}
#gFooter .btnUl a:hover {
	opacity: 0.7;
}
#gFooter .linkUl {
	margin-bottom: 3.3rem;
}
#gFooter .linkUl a {
	color: #fff;
	font-size: 1.6rem;
	border-bottom: 1px solid transparent;
}
#gFooter .linkUl li {
	margin: 0 3.2rem;
	font-feature-settings: normal;
	letter-spacing: 0.09em;
}
#gFooter address {
	text-align: center;
	color: #fff;
	font-size: 1.2rem;
	font-weight: 500;
	letter-spacing: 0.05em;
}
@media all and (min-width: 897px) {
	#gFooter .linkUl a:hover {
		border-bottom-color: #fff;
	}
	#gFooter .pageTop a:hover {
        background:#000;
        box-shadow: none;
        -webkit-transform: translateY(3px);
        transform: translateY(3px)
    }
	#gFooter .pageTop a:hover::before {
        border-color: #fff !important;
    }
}
@media all and (max-width: 896px) {
	#gFooter {
		padding: 3.6rem 0 3.8rem;
	}
	#gFooter .pageTop a {
		border-radius: 1px;
		bottom: 1.6rem;
		opacity: 1;
		width: 3.1rem;
		height: 3.1rem;
		right: 1.6rem;
	}
	#gFooter .pageTop a::before {
		width: 30%;
		height: 30%;
		margin-top: 20%;
		border-top: 0.2rem solid #333;
		border-right: 0.2rem solid #333;
	}
	#gFooter .btnUl {
		margin-bottom: 2.5rem;
		gap: 0.7rem 0.7rem;
	}
	#gFooter .btnUl li {
		margin: 0;
		width: 48.3%;
	}
	#gFooter .linkUl {
		display: block;
		margin-bottom: 3.5rem;
		text-align: center;
	}
	#gFooter .linkUl a {
		font-size: 1.6rem;
		font-feature-settings: normal;
	}
	#gFooter .linkUl li {
		margin: 0 0 0.75rem;
		letter-spacing: 0.1em;
	}
	#gFooter address {
		font-size: 1.3rem;
		letter-spacing: 0.07em;
	}
}