@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 (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: #000;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #000;
}
a:hover {
	color: #000;
}
a:active {
	color: #000;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1280px;
	color: #000;
	font-size: 1.4rem;
	line-height: 1.5;
	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 {
	position: relative;
	box-shadow : 0.2rem 0.2rem 0.6rem rgba(0, 0, 0, 0.45);
	z-index: 999;
	background: #FFF;
}
#gHeader .hBox {
	margin: 0 auto;
	padding: 1.4rem 0 1.3rem;
	max-width: 115.4rem;
}
#gHeader h1 {
	margin: 0.3rem 0 0 0.4rem;
	width: 18rem;
}
#gHeader .menuBox {
	padding-top: 0.2rem;
	width: calc(100% - 20rem);
	align-items: center;
}
#gHeader .menuBox .rBox {
	align-items: center;
}
#gHeader .menuBox .link {
	margin-right: 4rem;
	width: 15.2rem;
}
#gHeader .menuBox .link a {
	padding: 0.5rem 3.2rem 0.7rem 1rem;
	min-height: 3.6rem;
	background: #f5ab10 url(../img/common/icon01.png) no-repeat right 2.3rem center / 1.2rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	color: #FFF;
	font-size: 1.25rem;
	font-weight: 600;
	border-radius: 1.8rem;
	box-sizing: border-box;
}
#gHeader .menuBox .link a:hover {
	opacity: 0.7;
}
#gHeader .menuBox .snsList {
	margin-top: -0.1rem;
	gap: 1rem;
}
#gHeader .menuBox .snsList li {
	width: 2.9rem;
}
#gHeader .menuBox .snsList li a:hover {
	opacity: 0.7;
}
#gNavi {
	width: calc(100% - 33.2rem);
	text-align: right;
}
#gNavi li {
	margin-left: 3.7rem;
	display: inline-block;
}
#gNavi li a {
	font-size: 1.25rem;
	letter-spacing: 0.03em;
	font-weight: 700;
}
#gNavi li a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	#gHeader .menu {
		position: absolute;
		top: 2rem;
		right: 2rem;
		height: 2rem;
		width: 2.5rem;
		cursor: pointer;
		z-index: 300;
		-webkit-transition: all .3s ease;
		transition: all .3s ease;
	}	
	#gHeader .menu span {
		background: #000;
		border: none;
		height: 1px;
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		-webkit-transition: all .35s ease;
		transition: all .35s ease;
		cursor: pointer;
	}	
	#gHeader .menu span:nth-of-type(2) {
		top: 0.7rem;
	}	
	#gHeader .menu span:nth-of-type(3) {
		top: 1.4rem;
	}
	#gHeader .menu.on .top {
		transform: translateY(0.7rem) translateX(0) rotate(45deg);
	}
	#gHeader .menu.on .middle {
		opacity: 0;
	}
	#gHeader .menu.on .bottom {
		transform: translateY(-0.7rem) translateX(0) rotate(-45deg);
	}
	#gHeader .hBox {
		margin: 0;
		padding: 1rem 1rem 1.2rem;
		max-width: inherit;
	}
	#gHeader h1 {
		margin: 0.3rem 0 0 0.4rem;
		width: 14rem;
	}
	#gHeader .menuBox {
		position: absolute;
		top: 0;
		left: 0;
		padding: 8rem 0 12rem;
		width: 100%;
		height: 100vh;
		display: none;
		background: #FFF;
		overflow-y: auto;
		z-index: 200;
	}
	#gHeader .menuBox .rBox {
		display: block;
	}
	#gHeader .menuBox .link {
		margin: 0 auto;
		width: 18rem;
	}
	#gHeader .menuBox .link a {
		padding: 0.5rem 3.2rem 0.5rem 1rem;
		min-height: 4rem;
		font-size: 1.4rem;
		border-radius: 3rem;
	}
	#gHeader .menuBox .snsList {
		margin-top: 3rem;
		gap: 1.5rem;
		justify-content: center;
	}
	#gHeader .menuBox .snsList li {
		width: 3.5rem;
	}
	#gNavi {
		margin-bottom: 4rem;
		width: auto;
		text-align: center;
	}
	#gNavi li {
		margin-left: 0;
		display: block;
	}
	#gNavi li a {
		padding: 1.5rem 2rem;
		display: block;
		font-size: 1.4rem;
		border-bottom: 1px solid #000;
	}
	#gNavi li:first-child a {
		border-top: 1px solid #000;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	margin-top: 12.3rem;
}
#gFooter .bannerList {
	margin: 0 auto 7.9rem;
	max-width: 108rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#gFooter .bannerList li {
	width: calc((100% - 4.8rem) / 2);
}
#gFooter .bannerList li a {
	position: relative;
}
#gFooter .bannerList li a:hover {
	opacity: 0.7;
}
#gFooter .bannerList li a .photo {
	width: 100%;
}
#gFooter .bannerList li a .photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#gFooter .fBox {
	padding: 8.8rem 0 10.8rem;
	background: #fafae2;
}
#gFooter .fBox .inner {
	margin: 0 auto;
	max-width: 96rem;
	position: relative;
}
#gFooter .fBox .inner .pageTop {
	position: absolute;
	top: -4.2rem;
	right: -9.6rem;
	width: 5.8rem;
}
#gFooter .fBox .inner .pageTop a:hover {
	opacity: 0.7;
}
#gFooter .fBox .inner .lBox {
	width: 33rem;
}
#gFooter .fBox .inner .lBox .fLogo {
	margin-bottom: 0.9rem;
	width: 27.6rem;
}
#gFooter .fBox .inner .lBox .text {
	margin-bottom: 0.5rem;
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.85;
}
#gFooter .fBox .inner .rBox {
	margin-right: -0.4rem;
	padding-top: 0.1rem;
	width: calc(100% - 40.6rem);
}
#gFooter .fBox .inner .rBox .fNavi {
	padding: 3rem 0.2rem 3.5rem;
	display: flex;
	flex-wrap: wrap;
	gap: 0 3.8rem;
	border-top: 1px solid #838383;
}
#gFooter .fBox .inner .rBox .fNavi li.style01 {
	margin-top: -2.3rem;
}
#gFooter .fBox .inner .rBox .fNavi li a {
	font-size: 1.3rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.8;
}
#gFooter .fBox .inner .rBox .fNavi li a:hover {
	opacity: 0.7;
}
#gFooter .fBox .inner .rBox .linkList {
	margin: 0 0 2.8rem -1.2rem;
	justify-content: space-between;
}
#gFooter .fBox .inner .rBox .linkList li {
	margin: 0;
	width: 27rem;
}
#gFooter .fBox .inner .rBox .linkList li a {
	min-height: 4.3rem;
	font-size: 1.56rem;
	background-position: right 1.2rem center;
}
#gFooter .fBox .inner .rBox address {
	margin-right: 0.3rem;
	font-size: 1.05rem;
	font-weight: 700;
	text-align: right;
	letter-spacing: 0.025em;
}
@media all and (max-width: 896px) {
	#gFooter {
		margin-top: 8rem;
	}
	#gFooter .bannerList {
		margin: 0 0 7.9rem;
		max-width: inherit;
		display: block;
	}
	#gFooter .bannerList li {
		margin: 0 auto 2rem;
		width: auto;
		max-width: 34rem;
	}
	#gFooter .bannerList li:last-child {
		margin-bottom: 0;
	}
	#gFooter .fBox {
		padding: 6rem 0 9rem;
	}
	#gFooter .fBox .inner {
		margin: 0;
		max-width: inherit;
		display: block;
	}
	#gFooter .fBox .inner .pageTop {
		top: -4rem;
		right: 1rem;
		width: 4.5rem;
	}
	#gFooter .fBox .inner .lBox {
		margin-bottom: 4rem;
		width: auto;
	}
	#gFooter .fBox .inner .lBox .fLogo {
		margin: 0 auto 2rem;
		width: 20rem;
	}
	#gFooter .fBox .inner .lBox .text {
		text-align: center;
	}
	#gFooter .fBox .inner .rBox {
		margin-right: 0;
		padding-top: 0;
		width: auto;
	}
	#gFooter .fBox .inner .rBox .fNavi {
		margin-bottom: 4rem;
		padding: 0;
		display: block;
		border-top: 1px solid #838383;
	}
	#gFooter .fBox .inner .rBox .fNavi li.style01 {
		margin-top: 0;
	}
	#gFooter .fBox .inner .rBox .fNavi li a {
		padding: 1rem 2rem;
		display: block;
		border-bottom: 1px solid #838383;
		text-align: center;
	}
	#gFooter .fBox .inner .rBox .linkList {
		margin: 0 0 2.8rem;
		display: block;
	}
	#gFooter .fBox .inner .rBox .linkList li {
		margin: 0 auto 2rem;
		width: 27rem;
	}
	#gFooter .fBox .inner .rBox .linkList li:last-child {
		margin-bottom: 0;
	}
	#gFooter .fBox .inner .rBox .linkList li a {
		min-height: 4rem;
		font-size: 1.4rem;
		background-position: right 1.2rem center;
	}
	#gFooter .fBox .inner .rBox address {
		margin-right: 0;
		text-align: center;
	}
}