@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 {
	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: "游ゴシック","Yu Gothic","游ゴシック体","YuGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Meiryo UI","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
.inter {
	font-family: 'Inter', sans-serif;
}
ol, ul {
	list-style: none;
	box-sizing: border-box;
}
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: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
}
a:hover {
	color: #000;
}
a:active {
	color: #000;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1350px;
	color: #000;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
#container {
	padding-left: 283px;
	text-align: left;
}
#main {
	display: block;
	position: relative;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 901px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 900px) {
	body {
		min-width: inherit;
		font-size: 1.6rem;
	}
	#container {
		padding: 0;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	position: fixed;
	top: 0;
	left: 0;
	width: 283px;
	height: 100vh;
	z-index: 999;
	background-color: #FFF;
}
#gHeader .hBox {
	padding: 49px 0 15px 64px;
}
#gHeader h1 {
	margin-bottom: 94px;
	width: 144px;
}
#gHeader h1 a {
	display: block;
}
#gHeader .link {
	width: 156px;
}
#gHeader .link a {
	width: 100%;
	display: block;
}
#gHeader .link a img {
	transition: all 0.3s;
}
#gHeader .link a .link02 {
	display: none;
}
@media all and (min-width: 901px) {
	#gHeader .link a:hover .link01 {
		display: none;
	}
	#gHeader .link a:hover .link02 {
		display: block;
	}
}
@media all and (min-width: 901px) and (max-width: 1400px) {
	#container {
		padding-left: 279px;
	}
	#gHeader {
		width: 279px;
	}
	#gHeader .hBox {
		padding-left: 60px;
	}
}
@media all and (max-width: 900px) {
	#gHeader {
		width: 100%;
		height: auto;
		overflow: inherit;
		background-color: transparent;
	}
	#gHeader .hBox {
		padding: 15px 0;
	}
	#gHeader h1 {
		margin-bottom: 0;
		width: 149px;
	}
	#gHeader h1 .pho01 {
		display: block;
	}
	#gHeader h1 .pho02 {
		display: none;
	}
	#gHeader .link {
		display: none;
	}
	body.fixed #gHeader h1 {
		display: none;
	}
	#gHeader.style2 .hBox {
		padding: 9px 0 25px 18px;
	}
	#gHeader.style2 h1 .pho01 {
		display: none;
	}
	#gHeader.style2 h1 .pho02 {
		display: block;
	}
	#gHeader.style2 h1 {
		width: 175px;
	}
	#gHeader.style2 + .menu a {
		color: #4B2515;
		border-color: #F7F0DF;
		background-color: #F7F0DF;
	}
	.menu {
		position: fixed;
		top: 13px;
		right: 15px;
		width: 57px;
		z-index: 1001;
	}
	.menu a {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		height: 57px;
		color: #FFF;
		font-size: 1.2rem;
		font-weight: 700;
		font-family: 'Inter', sans-serif;
		text-align: center;
		letter-spacing: 0.1em;
		border-radius: 50%;
		border: 1px solid #FFF;
		box-sizing: border-box;
		transition: all 0.3s;
	}
	.menu .close {
		display: none;
	}
	.menu.on a {
		background-color: transparent !important;
	}
	.menu.on .sub {
		display: none;
	}
	.menu.on .close {
		display: block;
		color: #FFF !important;
		border-color: #FFF !important;
		background-color: transparent !important;
	}
	.menuBox {
		transform: translateX(101%);
		padding: 100px 20px;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		box-sizing: border-box;
		overflow: auto;
		z-index: 999;
		background-color: rgba(75, 37, 21, 0.9);
		transition: transform .8s cubic-bezier(0.035, 0.675, 0.225, 1.025) 0s;
		transition-delay: .5s;
	}
	.menuBox.on {
		transform: translateX(0);
		transition-delay: 0s;
	}
	.menuBox .inner {
		position: relative;
		z-index: 1001;
		opacity: 0;
		transform: translateX(12px);
		transition: .5s ease-out;
		transition-delay: 0s;
	}
	.menuBox.on .inner {
		opacity: 1;
		transform: translateX(0);
		transition-delay: .7s;
	}
	.menuBox .logo {
		margin: 0 auto 44px;
		max-width: 206px;
	}
	.menuBox .menuUl > li {
		margin-bottom: 28px;
		padding-bottom: 28px;
		position: relative;
	}
	.menuBox .menuUl > li::before {
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
		width: 50px;
		height: 2px;
		background-color: #FFF;
		content: '';
	}
	.menuBox .menuUl > li:last-child::before {
		display: none;
	}
	.menuBox .menuUl > li > a {
		display: block;
		color: #FFF;
		font-size: 2rem;
		font-weight: 700;
		text-align: center;
		letter-spacing: 0.1em;
	}
	.menuBox .menuUl .subUl {
		margin-top: 10px;
	}
	.menuBox .menuUl .subUl li:not(:last-child) {
		margin-bottom: 12px;
	}
	.menuBox .menuUl .subUl li a {
		display: block;
		color: #FFF;
		font-weight: 500;
		letter-spacing: 0.05em;
		text-align: center;
	}
	.menuBox .menuUl .subUl li .noLink {
		color: #A0887E;
	}
	.menuBox .linkUl li {
		margin: 0 auto 20px;
		max-width: 313px;
	}
	.menuBox .linkUl li:last-child {
		margin-bottom: 0;
	}
	.menuBox .linkUl li a {
		min-height: 60px;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		border-radius: 10px;
		overflow: hidden;
		color: #4B2515;
		font-weight: 600;
		text-align: center;
		letter-spacing: 0.1em;
		background-color: #F7F0DF;
	}
	.menuBox .linkUl li.li02 a {
		background-color: #CB3B39;
	}
}
/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
	margin-bottom: 63px;
}
#gNavi .linkUl > li:not(:last-child) {
	margin-bottom: 34px;
}
#gNavi .linkUl > li > a {
	padding-left: 25px;
	display: inline-block;
	color: #4B2515;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	background: url(../img/common/icon01.png) no-repeat left center / 9px;
}
#gNavi .linkUl > li > a span {
	display: block;
	transition: all 0.3s;
}
#gNavi .subUl {
	padding: 9px 0 0 27px;
}
#gNavi .subUl li:not(:last-child) {
	margin-bottom: 10px;
}
#gNavi .subUl li a {
	color: #4B2515;
	font-size: 1.4rem;
	font-weight: 700;
	letter-spacing: 0.05em;
}
#gNavi .subUl li a:hover {
	opacity: 0.7;
}
#gNavi .subUl li .noLink {
	color: #BFBFBF;
	pointer-events: none;
}
@media all and (min-width: 901px) {
	#gNavi .linkUl > li > a:hover {
		background-image: url(../img/common/icon01_on.png);
	}
	#gNavi .linkUl > li > a:hover span {
		transform: translateX(10px);
	}
}
@media all and (max-width: 900px) {
	#gNavi {
		display: none;
	}
}
@media all and (min-width: 901px) and (max-height: 1920px) {
	#gHeader .hBox {
		padding-top: 5.8vh !important;
	}
	#gHeader h1 {
		margin-bottom: clamp(20px,10.8vh,94px);
		width: clamp(108px,16.63vh,144px);
	}
	#gNavi {
		margin-bottom: clamp(15px,7.4vh,64px);
	}
	#gNavi .linkUl > li > a {
		font-size: clamp(1.4rem,2.3vh,2rem);
	}
	#gNavi .linkUl > li:not(:last-child) {
		margin-bottom: clamp(10px,3.9vh,34px);
	}
	#gHeader .link {
		width: clamp(80px,18vh,156px);
	}
}
@media all and (min-width: 901px) and (max-height: 750px) {
	#gHeader .hBox {
		padding-top: 2.8vh !important;
	}
	#gHeader h1 {
		margin-bottom: clamp(20px,6vh,94px);
	}
	#gNavi {
		margin-bottom: clamp(15px,5vh,64px);
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter .fBox {
	padding: 97px 135px 70px 0;
	background-color: #CB3B39;
}
#gFooter .fBox .fLogo {
	margin-right: 65px;
	width: 125px;
}
#gFooter .fBox .rBox .title {
	margin: -2px 0 18px;
	color: #FFF;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.025em;
}
#gFooter .fBox .rBox .text {
	color: #FFF;
	font-weight: 500;
	letter-spacing: 0.025em;
}
#gFooter .fBox .rBox .tel {
	margin-bottom: 4px;
	color: #FFF;
	font-weight: 700;
	letter-spacing: 0.025em;
}
#gFooter .fBox .rBox .tel a {
	color: #FFF;
	font-size: 2.2rem;
	font-weight: 700;
	letter-spacing: 0.05em;
}
#gFooter .fBox .rBox .dlBox {
	margin-bottom: 7px;
}
#gFooter .fBox .rBox .textDl {
	margin-bottom: 4px;
	display: flex;
	flex-wrap: wrap;
}
#gFooter .fBox .rBox .textDl:last-child {
	margin-bottom: 0;
}
#gFooter .fBox .rBox .textDl dt {
	margin-right: 10px;
	color: #FFF;
	width: 66px;
	font-weight: 700;
	text-align-last: justify;
	text-justify: distribute-all-lines;
}
#gFooter .fBox .rBox .textDl dd::before {
	position: absolute;
	top: 0;
	left: -10px;
	content: '｜';
}
#gFooter .fBox .rBox .textDl dd {
	padding-left: 10px;
	width: calc(100% - 76px);
	color: #FFF;
	position: relative;
	box-sizing: border-box;
}
#gFooter .fBox .rBox .sml {
	color: #FFF;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.43;
	letter-spacing: 0.025em;
}
#gFooter .bottomBox {
	margin: 0 auto;
	padding: 9px 70px 7px 0;
	width: 770px;
	box-sizing: border-box;
	justify-content: end;
	align-items: center;
}
#gFooter .bottomBox .pLink {
	margin-right: 50px;
}
#gFooter .bottomBox .pLink a {
	font-size: 1.2rem;
	font-weight: 500;
	letter-spacing: 0.1em;
}
#gFooter .bottomBox .pLink a:hover {
	opacity: 0.7;
}
#gFooter .bottomBox address {
	font-size: 1.2rem;
	font-weight: 500;
	font-style: normal;
	letter-spacing: 0.025em;
}
#gFooter .fixLink {
	display: none;
}
@media all and (max-width: 900px) {
	#gFooter {
		padding: 0 0 60px;
	}
	#gFooter .fBox {
		padding: 40px 30px 55px;
		display: block;
	}
	#gFooter .fBox .fLogo {
		margin: 0 auto 37px;
		width: 133px;
	}
	#gFooter .fBox .rBox .title {
		margin: 0 0 15px;
		font-size: 1.8rem;
	}
	#gFooter .fBox .rBox .text {
		margin-bottom: -2px;
	}
	#gFooter .fBox .rBox .tel {
		margin-bottom: 2px;
	}
	#gFooter .fBox .rBox .tel a {
		margin-left: 2px;
		font-size: 2.6rem;
		vertical-align: -2px;
	}
	#gFooter .fBox .rBox .dlBox {
		margin-bottom: 10px;
	}
	#gFooter .fBox .rBox .textDl {
		margin-bottom: 0;
	}
	#gFooter .fBox .rBox .textDl dd {
		padding-left: 6px;
		width: calc(100% - 76px);
	}
	#gFooter .fBox .rBox .sml {
		line-height: 1.5;
	}
	#gFooter .bottomBox {
		margin: 0;
		padding: 10px 0 16px;
		width: auto;
		display: block;
	}
	#gFooter .bottomBox .pLink {
		margin: 0 0 10px;
		text-align: center;
	}
	#gFooter .bottomBox .pLink a {
		font-size: 1.4rem;
	}
	#gFooter .bottomBox address {
		font-size: 1.4rem;
		text-align: center;
	}
	#gFooter .fixLink {
		display: block;
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 800;
	}
	#gFooter .fixLink a {
		min-height: 60px;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		text-align: center;
		background-color: #CB3B39;
	}
	#gFooter .fixLink a img {
		max-width: 375px;
	}
}
@media all and (max-width: 359px) {
	#gFooter .fBox .rBox .text {
		font-size: 1.4rem;
	}
	#gFooter .fBox .rBox .textDl dd {
		font-size: 1.3rem;
	}
}