@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap');
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
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 {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
}
html {
	font-size: 62.5%;
}
body, table, input, textarea, select, option {
	font-family: 'Noto Sans JP', sans-serif;
}
@font-face {
	font-family: "A-OTF 見出ゴMB31 Pro MB31";
	font-style: normal;
	font-weight: normal;
	src: url("../../fonts/A-OTF-MidashiGoPro-MB31.otf");
}
@font-face {
	font-family: "Gotham Medium";
	font-style: normal;
	font-weight: normal;
	src: url("../../fonts/GOTHAM-MEDIUM.TTF");
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
	height: auto;
}
a, a:link {
	color: #736357;
	text-decoration: none;
}
a:visited {
	color: #736357;
}
a:hover {
	color: #736357;
}
a:active {
	color: #736357;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #736357;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.5;
	-webkit-text-size-adjust: none;
	text-size-adjust: none;
	font-feature-settings: "palt";
	background-color: #F7F4ED;
}
body.fixed {
	position: fixed;
	width: 100%;
	overflow-y: scroll;
	height: 100%;
}
#container {
	padding-top: 148px;
	position: relative;
	overflow: hidden;
	text-align: left;
}
#main {
	position: relative;
	z-index: 0;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 1025px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 1024px) {
	body {
		font-size: 1.3rem;
	}
	body.fixed {
		overflow-y: hidden;
	}
	#container {
		padding-top: 138px;
	}
	a:hover, a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 20;
}
@media all and (min-width: 1025px) {
	#gHeader {
		transition: all 0.8s cubic-bezier(0.42, 0.06, 0.08, 0.97);
		transform: translateY(0);
	}
	#gHeader.hide {
		transform: translateY(-110%);
	}
	#gHeader::after {
		width: 100%;
		height: 5px;
		position: absolute;
		left: 0;
		bottom: 10px;
		box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
		content: '';
		z-index: -1;
		opacity: 0;
	}
	#gHeader.shadow::after {
		opacity: 1;
	}
}
#gHeader .wrapper {
	padding: 22px 2.2% 22px 3.8%;
	min-height: 158px;
	position: relative;
	display: flex;
	justify-content: space-between;
	color: #534741;
	box-sizing: border-box;
	background: url("../../img/common/bg03.png") repeat-x center bottom / auto 158px;
}
#gHeader .hLinkBox a {
	color: #534741;
}
#gHeader h1 {
	margin-top: 8px;
	width: 292px;
}
#gHeader .hLinkBox .sub01 {
	margin: 0 10px 30px 0;
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
}
#gHeader .hLinkBox .text {
	font-size: 1.57rem;
	font-weight: normal;
	letter-spacing: 0.32em;
	line-height: 1.35;
}
#gHeader .hLinkBox .text .sml {
	display: block;
	text-align: right;
	font-size: 1.24rem;
	letter-spacing: 0.34em;
}
#gHeader .hLinkBox .text .sml .en {
	margin-left: 1.85em;
	font-size: 0.945rem;
	letter-spacing: 0.34em;
}
#gHeader .hLinkBox .tel {
	margin: 12px 0 0 50px;
	width: 147px;
}
#gHeader .hLinkBox .tel a {
	pointer-events: auto;
}
#gHeader .hLinkBox .tel a:hover {
	opacity: 0.5;
}
#gHeader .hLinkBox .btn {
	margin: 11px 0 0 38px;
	padding-left: 37px;
	border-left: 1px solid #DBD9D2;
}
#gHeader .hLinkBox .btn a {
	padding: 4px 0 5px 28px;
	display: block;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.22em;
	background: url("../../img/common/icon01.png") no-repeat left center;
	background-size: 20px auto;
}
#gHeader .hLinkBox .btn a:hover {
	opacity: 0.7;
}
.menu {
	display: block;
	position: absolute;
	right: 20px;
	top: 25px;
	width: 27px;
	height: 20px;
	cursor: pointer;
	z-index: 102;
}
.menu span {
	width: 100%;
	height: 1px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	background: #534741;
}
.menu span:nth-child(2) {
	top: 10px;
}
.menu span:nth-child(3) {
	top: 20px;
}
.menuBox {
	width: 100%;
	height: 100%;
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	overflow: auto;
	z-index: 110;
	background: #F7F4ED;
}
.menuBox .menuClose {
	width: 29px;
	height: 20px;
	position: absolute;
	right: 20px;
	top: 25px;
	cursor: pointer;
}
.menuBox .menuClose span {
	width: 100%;
	height: 1px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	background: #534741;
}
.menuBox .menuClose span:nth-child(1) {
	transform: translateY(10px) translateX(0) rotate(45deg);
}
.menuBox .menuClose span:nth-child(2) {
	top: 20px;
	transform: translateY(-10px) translateX(0) rotate(-45deg);
}
.menuBox .menuInner {
	padding: 12px 0;
}
.menuBox .logo {
	margin: 0 19px 62px;
	width: 159px;
}
.menuBox .menuList {
	margin: 0 40px 46px;
	border-top: 1px solid #DBD9D2;
}
.menuBox .menuList li {
	font-size: 1.8rem;
	letter-spacing: 0.1em;
	border-bottom: 1px solid #DBD9D2;
}
.menuBox .menuList li a {
	padding: 15px 0 16px;
	display: block;
	color: #534741;
	background: url("../../img/common/icon13.png") no-repeat right 12px center / 7px auto;
}
.menuBox .menuList li .txt {
	padding: 13px 0 16px;
	display: block;
}
.menuBox .menuList li .subUl {
	margin: -5px 0 22px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.menuBox .menuList li .subUl li {
	margin-top: 5px;
	width: 48.4%;
	border: none;
}
.menuBox .menuList li .subUl li a {
	padding: 5px 10px;
	width: 100%;
	height: 100%;
	text-align: center;
	font-size: 1.3rem;
	letter-spacing: 0.05em;
	box-sizing: border-box;
	background: #fff url("../../img/common/icon04.png") no-repeat right 7px center / 3px auto;
}
.menuBox .menuList li .subUl .col01 a {
	color: #A84A71;
}
.menuBox .menuList li .subUl .col02 a {
	color: #99AB0E;
}
.menuBox .menuList li .subUl .col03 a {
	color: #5B942F;
}
.menuBox .menuList li .subUl .col04 a {
	color: #9C6C4C;
}
.menuBox .telBox {
	text-align: center;
	font-size: 1.1rem;
}
.menuBox .telBox p {
	margin-bottom: 12px;
	color: #534741;
	font-weight: 500;
	letter-spacing: 0.22em;
}
.menuBox .telBox .tel {
	margin-bottom: 10px;
}
.menuBox .telBox .tel a {
	width: 267px;
	display: inline-block;
}
.menuBox .telBox .time {
	margin-bottom: 51px;
	font-size: 1rem;
}
.menuBox .insBtn {
	padding-top: 10px;
	border-top: 1px solid #DBD9D2;
}
.menuBox .insBtn a {
	padding: 6px;
	display: block;
	text-align: center;
}
.menuBox .insBtn a img {
	width: 92px;
}
@media all and (min-width: 1260px) {
	.menu, .menuBox {
		display: none !important;
	}
}
@media all and (min-width: 1025px) and (max-width: 1259px) {
	#gHeader .hLinkBox {
		display: none;
	}
	.menu {
		right: 48px;
		top: 48px;
		width: 64px;
		height: 48px;
	}
	.menu span {
		height: 2px;
	}
	.menu span:nth-child(2) {
		top: 24px;
	}
	.menu span:nth-child(3) {
		top: 48px;
	}
}
@media all and (max-width: 1024px) {
	#gHeader {
		padding-top: 72px;
		position: absolute;
	}
	#gHeader::before {
		width: 100%;
		height: 33px;
		position: absolute;
		left: 0;
		bottom: -8px;
		background: url("../../img/common/sp_bg03.png") repeat-x center bottom / auto 100%;
		content: '';
		z-index: -1;
	}
	#gHeader::after {
		display: none;
	}
	#gHeader .wrapper {
		padding: 0;
		min-height: inherit;
		display: block;
		background: #F7F4ED;
	}
	#gHeader .hBox {
		width: 100%;
		padding: 12px 69px 12px 19px;
		display: flex;
		position: fixed;
		left: 0;
		top: 0;
		justify-content: space-between;
		border-bottom: 1px solid #DBD9D2;
		box-sizing: border-box;
		background: #F7F4ED;
	}
	#gHeader h1 {
		margin: 0;
		width: 159px;
	}
	#gHeader .hBox .insBtn {
		margin-top: 14px;
		width: 21px;
	}
	#gHeader .hLinkBox {
		margin: 0;
		padding: 14px 7px 8px;
	}
	#gHeader .hLinkBox .sub01 {
		margin-bottom: 5px;
		display: block;
	}
	#gHeader .hLinkBox .text {
		text-align: center;
		font-size: 1rem;
		letter-spacing: 0.24em;
	}
	.menu {
		position: fixed;
	}
}
@media all and (min-width: 896px) and (max-width: 1024px) {
	#gHeader .hBox .insBtn {
		display: none;
	}
}
/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi .naviList {
	display: flex;
	justify-content: flex-end;
	font-size: 1.32rem;
}
#gNavi .naviList > li:not(:last-child) {
	margin-right: 49px;
}
#gNavi .naviList li a {
	display: block;
}
#gNavi .naviList li a:hover {
	opacity: 0.7;
}
#gNavi .naviList > li > a {
	padding-top: 4px;
	letter-spacing: 0.22em;
}
#gNavi .naviList li p {
	padding-top: 4px;
	letter-spacing: 0.22em;
}
#gNavi .naviList li .subList {
	margin-left: 12px;
	display: flex;
}
#gNavi .naviList li .subList li {
	margin-left: 9px;
	width: 143px;
}
#gNavi .naviList li .subList li:first-child {
	margin-left: 0;
}
#gNavi .naviList li .subList li a {
	padding: 0 13px 4px 5px;
	padding: 3px 10px 3px;
	width: 100%;
	height: 100%;
	display: block;
	text-align: center;
	font-size: 1.74rem;
	font-weight: normal;
	letter-spacing: 0.08em;
	box-sizing: border-box;
	background: #fff url("../../img/common/icon02.png") no-repeat right 12px center / 5px auto;
}
#gNavi .naviList li .subList .item01 a {
	color: #A84A71;
}
#gNavi .naviList li .subList .item02 a {
	color: #99AB0E;
}
#gNavi .naviList li .subList .item03 a {
	color: #5B942F;
}
#gNavi .naviList li .subList .item04 a {
	color: #9C6C4C;
}
@media all and (max-width: 1024px) {
	#gNavi .naviList {
		display: block;
		font-size: 1.25rem;
	}
	#gNavi .naviList > li {
		display: block;
	}
	#gNavi .naviList > li:not(:last-child) {
		margin-right: 0;
	}
	#gNavi .naviList > li > a {
		padding-top: 0;
	}
	#gNavi .naviList li .subList {
		margin-left: 0;
		display: flex;
	}
	#gNavi .naviList li .subList li {
		margin-left: 0;
		width: 50%;
		padding: 0 3px;
		box-sizing: border-box;
	}
	#gNavi .naviList li .subList li a {
		padding: 4px 3px 3px;
		font-size: 1.25rem;
		letter-spacing: 0.06em;
		background-image: url("../../img/common/icon04.png");
		background-size: 4px auto;
		background-position: right 5px center;
	}
}
@media all and (max-width: 359px) {
	#gNavi .naviList li .subList li a {
		font-size: 1rem;
		letter-spacing: 0;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 20px;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 10;
	box-sizing: border-box;
}
#gFooter .fLink {
	position: absolute;
	left: 28px;
	bottom: 18px;
	z-index: 4;
}
#gFooter .fLink a {
	padding-right: 15px;
	display: inline-block;
	color: #fff;
	font-size: 1.2rem;
	letter-spacing: 0.14em;
	background: url("../../img/common/icon15.png") no-repeat right top 0.4em / 11px auto;
}
#gFooter .fLink a:hover {
	text-decoration: underline;
}
#gFooter address {
	position: relative;
	z-index: 1;
	text-align: center;
	color: #fff;
	font-style: normal;
	font-weight: 400;
	font-size: 1rem;
	letter-spacing: 0.14em;
}
.pageTop {
	position: fixed;
	right: 30px;
	bottom: 22px;
	z-index: 11;
	display: none;
}
.pageTop a {
	width: 44px;
	height: 44px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	border-radius: 50%;
	border: 1px solid rgba(83, 71, 65, 0.7);
	background: rgba(255, 255, 255, 0.7);
}
.pageTop a img {
	width: 16px;
	transition: transform 300ms ease;
}
.pageTop a:hover img {
	transform: translateY(-5px);
}
@media all and (max-width: 1024px) {
	#gFooter {
		padding: 9px;
	}
	#gFooter .fLink {
		width: 100%;
		box-sizing: border-box;
		left: 0;
		top: -88px;
		bottom: auto;
		text-align: center;
	}
	#gFooter .fLink a {
		padding-right: 15px;
		color: #554740;
		letter-spacing: 0.07em;
		background: url("../../img/common/icon16.png") no-repeat right top 0.4em / 12px auto;
	}
	#gFooter .fLink a:hover {
		text-decoration: none;
	}
	#gFooter address {
		font-size: 0.9rem;
	}
	.pageTop {
		width: 33px;
		right: 20px;
		bottom: 12px;
	}
	.pageTop a {
		width: 33px;
		height: 33px;
		padding-bottom: 2px;
	}
	.pageTop a img {
		width: 12px;
	}
	.pageTop a:hover img {
		transform: translateY(0);
	}
}