@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%;
}
body, table, input, textarea, select, option {
	font-family: "Zen Maru Gothic", 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 {
	color: #000;
	font-size: 1.5rem;
	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;
	}
	body {
		background: url(../img/common/body_bg.webp) repeat center top / 60rem;
		background-attachment: fixed;
		animation: bg 120s infinite linear;
		will-change: animation;
	}
@keyframes bg {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 150em -150em;
  }
}
	.wrapper {
		margin: 0 auto;
		max-width: 94rem;
		padding: 0 2rem;
		display: flex;
		justify-content: space-between;
	}
	#main {
		margin-left: auto;
		width: 37.6rem;
		border-right: 0.1rem solid #8c6239;
		border-left: 0.1rem solid #8c6239;
		box-shadow: 0.3rem 0 1rem rgba(0,0,0,0.2);
	}
}
@media all and (max-width: 896px) {
	html {
		font-size: calc(1000vw / 375);
	}
	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 .logo-title img {
	width: 27.5rem;
}
#gHeader .linkUl {
	margin: 0 -7px 0;
	display: flex;
	flex-wrap: wrap;
}
#gHeader .linkUl li {
	margin-top: 1.5rem;
	width: 50%;
	padding: 0 7px;
}
#gHeader .linkUl a {
	padding-top: 2px;
	height: 9.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	border-radius: 20px;
	box-shadow : 2.5px 2.5px 1.5px rgba(0, 0, 0, 0.3);
	font-size: 1.9rem;
	line-height: 1.43;
	font-weight: 700;
	text-align: center;
}
#gHeader .linkUl a span {
	margin-top: 4px;
	display: block;
	transition: 0.3s;
}
#gHeader .linkUl img {
	margin-left: -5px;
	width: 3.7rem;
	transition: 0.3s;
}
#gHeader .linkUl .wid {
	width: 100%;
}
#gHeader .linkUl .wid a {
	padding: 0 3.3rem;
	justify-content: flex-start;
	text-align: left;
}
#gHeader .linkUl .wid img {
	margin: 0 4.2rem 0 0;
	width: 6rem;
}
#gHeader .linkUl .wid span {
	margin-top: 0;
}

#gHeader {
    position: fixed;
    background: #fff;
    width: 100%;
    top: 0;
    z-index: 99;
}

@media all and (min-width: 897px) {
	#gHeader {
		margin-left: -26.3rem;
		width: 37.5rem;
		left: 50%;
		transform: translateX(-50%);
		background: transparent;
	}
	#gHeader .logo-title {
		padding: 1.6rem 1.7rem 1.6rem;
		background-color: #FFF;
		border-radius: 0 0 2rem 2rem;
		box-shadow: 0.1rem 0.2rem 0.6rem rgba(0,0,0,0.4);
	}
	#gHeader .logo-title img {
		width: 33.4rem;
	}
	#gHeader .linkUl a:hover img,
	#gHeader .linkUl a:hover span {
		opacity: 0.7;
	}
}
@media all and (min-width: 897px) and (max-width: 920px) {
	#gHeader {
		margin-left: -24.3rem;
	}
}
@media screen and (max-width: 767px) {
	#gHeader .logo-title img {
    width: 20rem;
}
	
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 2.5rem 2rem 2.5rem;
	position: relative;
	background-color: #fff;
}
#gFooter .logo {
	text-align: center;
}
#gFooter .logo img {
	width: 26.1rem;
}
#gFooter .pageTop {
	position: fixed;
	right: 1.8rem;
	bottom: 0;
	z-index: 99;
}
#gFooter .pageTop a {
	display: block;
	width: 4.8rem;
}
#gFooter .pageTop a::before {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	background: url(../img/common/page_top_on.webp) no-repeat center top / 100%;
	opacity: 0;
}
@media all and (min-width: 897px) {
	#gFooter .pageTop a:hover img {
		opacity: 0;
	}
	#gFooter .pageTop a:hover::before {
		opacity: 1;
	}
	#gFooter .pageTop a {
		width: 6.9rem;
	}
	#gFooter .pageTop {
		right: 6.2rem;
		bottom: 1rem;
		position: fixed;
	}
}
@media all and (min-width: 897px) and (max-width: 1100px) {
	#gFooter .pageTop a {
		width: 4.9rem;
	}
	#gFooter .pageTop {
		right: 2.2rem;
	}
}
@media all and (max-width: 896px) {
	#gFooter .pageTop a.moving img {
		opacity: 0 !important;
	}
	#gFooter .pageTop a.moving::before {
		opacity: 1;
	}
}