@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: 769px) and (max-width: 1250px) {
	html {
		font-size: calc(1000vw / 1250);
	}
}
@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: #333;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #333;
}
a:hover {
	color: #333;
}
a:active {
	color: #333;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #333;
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background: #FFF url(../img/common/main_bg.png) repeat-y left top / 100% 719.5rem;
}
.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
#container {
	position: relative;
	text-align: left;
	overflow: hidden;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 769px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 768px) {
	body {
		min-width: inherit;
		font-size: 1.5rem;
		background-image: url(../img/common/main_bg_sp.png);
		background-size: 100% 338rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	position: absolute;
	top: 0;
	left: 0;
	width: 20.2rem;
	z-index: 1;
}
#gHeader a {
	position: absolute;
	top: 2.5rem;
    left: 2.3rem;
    width: 9.5rem;
	height: 2.5rem;
	z-index: 2;
}
@media all and (max-width: 768px) {
	#gHeader  {
		width: 14rem;
	}
	#gHeader a {
		top: 1.5rem;
		left: 1.5rem;
		width: 7.5rem;
		height: 2.2rem;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding-top: 2.3rem;
	background-color: #D5AC0E;
}
#gFooter .content {
	margin-bottom: 4.5rem;
	max-width: 120rem;
}
#gFooter .fBox {
	margin-top: 0.5rem;
	width: 50rem;
}
#gFooter .fBox .fLogo {
	margin-bottom: 1rem;
	align-items: center;
}
#gFooter .fBox .fLogo a {
	margin: -0.4rem 1.2rem 0 0;
	width: 9.1rem;
	display: block;
}
#gFooter .fBox .fLogo > img {
	width: 13rem;
}
#gFooter .fBox .imgtext {
	margin: 0 0 1.3rem 0.5rem;
	width: 18.9rem;
}
#gFooter .fBox p {
	color: #fff;
	font-size: 1.2rem;
}
#gFooter .rBox {
	flex: 1;
}
#gFooter .rBox .fNavi {
	margin-bottom: 6.7rem;
	justify-content: right;
}
#gFooter .rBox .fNavi li:not(:first-child) {
	margin-left: 2.5rem;
}
#gFooter .rBox .fNavi a {
	color: #fff;
	font-size: 1.2rem;
}
#gFooter .rBox .snsUl {
	justify-content: right;
	gap: 1.5rem;
}
#gFooter .rBox .snsUl a {
	display: block;
}
#gFooter .rBox .snsUl img {
	height: 2.2rem;
}
#gFooter .rBox a:hover {
	opacity: 0.7;
}
#gFooter .addBox {
	background-color: #000;
}
#gFooter address {
	padding: 0.5rem 2rem 0.8rem;
	margin: 0 auto;
	max-width: 120rem;
	color: #fff;
	font-size: 1.1rem;
}
@media all and (max-width: 768px) {
	#gFooter {
		padding-top: 2.8rem;
	}
	#gFooter .content {
		margin-bottom: 2.3rem;
		display: block;
	}
	#gFooter .fBox {
		margin: 0 0 3.5rem;
		width: auto;
	}
	#gFooter .fBox .fLogo {
		margin-bottom: 1rem;
		align-items: center;
		justify-content: center;
	}
	#gFooter .fBox .imgtext {
		margin: 0 0 1.2rem;
		width: 18.9rem;
		position: relative;
		left: calc(50% - 11rem);
	}
	#gFooter .fBox p {
		text-align: center;
		line-height: 1.7;
	}
	#gFooter .rBox .fNavi {
		margin: 0 auto 4rem;
		width: 16.1rem;
		gap: 0.3rem 0;
		justify-content: space-between;
	}
	#gFooter .rBox .fNavi li {
		width: 50%;
	}
	#gFooter .rBox .fNavi li:nth-child(2n) {
		margin-right: -2rem;
	}
	#gFooter .rBox .fNavi li:nth-child(2n) a {
		margin-right: -2.5rem;
		display: inline-block;
	}
	#gFooter .rBox .fNavi li:not(:first-child) {
		margin-left: 0;
	}
	#gFooter .rBox .fNavi a {
		font-size: 1.4rem;
	}
	#gFooter .rBox .snsUl {
		justify-content: center;
		gap: 2rem;
	}
	#gFooter .rBox .snsUl img {
		height: 3.5rem;
	}
	#gFooter address {
		text-align: center;
		padding: 0.5rem 2rem 0.8rem;
		max-width: 100%;
	}
}