@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: 1340px) {
	html {
		font-size: calc(1000vw / 1340);
	}
}
@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.6rem;
	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%;
}
#container {
	position: relative;
	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: sticky;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	margin-bottom: 1.1rem;
	border-top: 0.2rem solid #252C40;
	background-color: #FFF;
}
#gHeader .hBox {
	padding: 0 1rem 1rem;
	margin: 0 auto;
	max-width: 146rem;
}
#gHeader h1 {
	margin-top: 1rem;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
#gHeader h1 a {
	margin-top: 0.3rem;
	width: 53.7rem;
	display: block;
}
#gHeader h1 .add {
	padding: 0.8rem 1.5rem 1rem;
	margin-left: 4rem;
	width: fit-content;
	display: inline-block;
	font-size: 1.4rem;
	text-align: center;
	font-weight: 400;
	letter-spacing: 0.1em;
	background-color: #F5DFDF;
	border-radius: 0.5rem;
}
#gHeader h1 .bold {
	font-weight: 700;
}
#gHeader .lBox {
	flex: 1;
	gap: 2.7rem;
	align-items: center;
}
#gHeader .menuBox {
	width: 24rem;
}
#gHeader .linkUl li {
	width: 50%;
}
#gHeader .linkUl a {
	padding: 1rem 0.5rem 1.7rem;
	text-align: center;
	color: #fff;
	font-weight: 700;
	font-size: 1.4rem;
	letter-spacing: 0.1em;
	display: block;
	line-height: 1.25;
	background-color: #40B649;
}
#gHeader .linkUl span {
	display: inline-block;
	padding-bottom: 3.6rem;
	background: url(../img/common/icon02.png) no-repeat center bottom / 2.5rem;
}
#gHeader .linkUl .li01 a {
	background-color: #D47070;
}
#gHeader .linkUl .li01 a span {
	background-image: url(../img/common/icon03.png);
}
#gHeader .linkUl a:hover {
	opacity: 0.7;
}
#gHeader .telBox {
	margin-top: -0.5rem;
	width: 28.9rem;
}
#gHeader .telBox a {
	padding-left: 3.7rem;
	font-size: 3.6rem;
	font-weight: 400;
	letter-spacing: 0.02em;
	background: url(../img/common/icon01.png) no-repeat left top calc(50% + 0.3rem) / 2.4rem;
}
#gHeader .telBox p {
	margin: -0.5rem 0 0 3.9rem;
	font-size: 1.4rem;
	letter-spacing: 0.1em;
}
@media all and (min-width: 897px) and (max-width: 1330px) {
	#gHeader h1 a {
		width: 42rem;
	}
}
@media all and (min-width: 897px) {
	.menuBox {
		display: block !important;
	}
}
@media all and (max-width: 896px) {
	#gHeader .hBox {
		padding: 1rem 1rem;
		max-width: 100%;
		display: block;
	}
	#gHeader h1 {
		margin-top: 0;
		display: block;
	}
	#gHeader h1 a {
		margin: 0 0 1rem;
		width: 25.5rem;
	}
	#gHeader h1 .add {
		margin-left: 0;
        width: 9rem;
        min-height: 4rem;
        font-size: 0.8rem;
	}
	#gHeader .lBox {
		display: block;
	}
	.menuBox { 
		padding: 10rem 0 5rem;
		display: none;
		position: fixed;
		left: 0;
		top: 0;
		width: 100% !important;
		background: rgba(255, 255, 255, 1);
		z-index: 9;
		height: 100%;
		overflow-y: auto;
		box-sizing: border-box;
	}
	.menu {
		width: 4rem;
		height: 4rem;
		position: absolute;
		top: 1rem;
		right: 1rem;
		z-index: 11;
		background-color: #E2A0A0;
	}
	.menu span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
		position: absolute;
		left: 0.9rem;
		width: 2.2rem;
		height: .2rem;
		background-color: #fff;
	}
	.menu span:nth-of-type(1) {
		top: 1.2rem;
	}
	.menu span:nth-of-type(2) {
		top: 2rem;
	}
	.menu span:nth-of-type(3) {
		top: 2.8rem;
	}
	.menu.on span:nth-of-type(1) {
		transform: translateY(0.7rem) rotate(-45deg);
	}
	.menu.on span:nth-of-type(2) {
		opacity: 0;
	}
	.menu.on span:nth-of-type(3) {
		transform: translateY(-0.9rem) rotate(45deg);
	}
	#gHeader .telBox {
		margin: 0 auto 5rem;
	}
	#gHeader .linkUl {
		display: block;
	}
	#gHeader .linkUl li {
		margin: 0 auto 1rem;
		width: 25rem;
	}
	#gHeader .linkUl li:last-child {
		margin-bottom: 0;
	}
	#gHeader .linkUl a {
		padding: 1.5rem 0.5rem;
		border-radius: 3rem;
	}
	#gHeader .linkUl span {
		padding: 0.3rem 0 0.3rem 3rem;
		background-position: left center;
		background-size: 2.2rem auto;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding-top: 4rem;
}
#gFooter .fBox {
	margin: 0 auto 3.4rem;
	padding: 0 2rem;
	max-width: 144.2rem;
	box-sizing: content-box;
}
#gFooter .fBox .lBox {
	padding-top: 4.1rem;
	width: calc(100% - 72rem);
}
#gFooter .fBox .lBox .fLogo {
	margin-bottom: 3.5rem;
	display: flex;
	flex-wrap: wrap;
}
#gFooter .fBox .lBox .fLogo a {
	display: block;
	width: 53.7rem;
}
#gFooter .fBox .lBox .fLogo .add {
	margin-left: 2rem;
	width: 13.3rem;
	min-height: 6rem;
	background: #f5dfdf;
	border-radius: 0.4rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	font-size: 1.4rem;
	letter-spacing: 0.1em;
	text-align: center;
}
#gFooter .fBox .lBox .imgList {
	margin: 0 0 3.2rem 0.1rem;
	display: flex;
	flex-wrap: wrap;
	gap: 1.5rem;
}
#gFooter .fBox .lBox .imgList li {
	height: 4.7rem;
}
#gFooter .fBox .lBox .imgList li img {
	height: 100%;
}
#gFooter .fBox .lBox .text {
	letter-spacing: 0.1em;
}
#gFooter .fBox .map {
	margin-right: 12.1rem;
	width: 57rem;
	aspect-ratio: 570 / 385;
}
#gFooter .fBox .map iframe {
	width: 100%;
	height: 100%;
}
#gFooter address {
	padding: 0.8rem 2rem;
	color: #FFF;
	text-align: center;
	background: #d47070;
	letter-spacing: 0.1em;
}
@media all and (min-width: 897px) and (max-width: 1800px) {
	#gFooter .fBox .lBox {
		width: calc(100% - 55rem);
	}
	#gFooter .fBox .map {
		width: 50rem;
		margin-right: 0;
	}
}
@media all and (max-width: 896px) {
	#gFooter {
		margin-bottom: 6rem;
		padding-top: 3rem;
	}
	#gFooter .fBox {
		margin: 0 0 3.4rem;
		padding: 0 2rem;
		max-width: inherit;
		display: block;
	}
	#gFooter .fBox .lBox {
		margin-bottom: 3rem;
		padding-top: 0;
		width: auto;
	}
	#gFooter .fBox .lBox .fLogo {
		margin-bottom: 3.5rem;
		display: block;
		max-width: 33.5rem;
	}
	#gFooter .fBox .lBox .fLogo a {
		margin-bottom: 2rem;
		display: block;
		width: auto;
	}
	#gFooter .fBox .lBox .fLogo .add {
		margin-left: 0;
		width: 12rem;
		min-height: 5rem;
		font-size: 1.2rem;
	}
	#gFooter .fBox .lBox .imgList {
		margin: 0 0 2rem 0.1rem;
		display: block;
	}
	#gFooter .fBox .lBox .imgList li {
		margin-bottom: 1rem;
		height: 3rem;
	}
	#gFooter .fBox .map {
		margin-right: 0;
		width: auto;
	}
	#gFooter address {
		padding: 0.8rem 1rem;
		font-size: 1.2rem;
	}
}