@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: 'Noto Sans JP', sans-serif;
}
.saw {
	font-family: 'Sawarabi Gothic', sans-serif;
}
.barlow {
	font-family: 'Barlow Condensed', sans-serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
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: #26151B;
	text-decoration: none;
}
a:visited {
	color: #26151B;
}
a:hover {
	color: #26151B;
}
a:active {
	color: #26151B;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1280px;
	color: #26151B;
	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 {
	text-align: left;
	position: relative;
}
#main {
	display: block;
}
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 {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #FDF1EA;
	z-index: 999;
}
#gHeader .hBox {
	padding: 29px 66px 29px 63px;
	align-items: center;
}
#gHeader .hBox h1 {
	margin-right: 23px;
	width: 377px;
}
#gHeader .hBox .rBox {
	width: calc(100% - 400px);
}
@media all and (max-width: 896px) {
	#gHeader .hBox {
		padding: 17px 0 18px 23px;
		display: block;
	}
	#gHeader .hBox h1 {
		margin-right: 0;
		width: 240px;
	}
	#gHeader .hBox .rBox {
		width: auto;
	}
	#gHeader .menu {
		padding: 25px 23px 25px 22px;
		position: fixed;
		top: 0;
		right: 0;
		float: right;
		height: 20px;
		width: 25px;
		cursor: pointer;
		z-index: 200;
		-webkit-transition: all .3s ease;
		transition: all .3s ease;
		background-color: #26151B;
		border-top-left-radius: 20px;
		border-bottom-right-radius: 20px;
	}
	#gHeader .menu span {
		background: #FFF;
		border: none;
		height: 2px;
		width: 25px;
		position: absolute;
		top: 24px;
		left: 23px;
		-webkit-transition: all .35s ease;
		transition: all .35s ease;
		cursor: pointer;
	}
	#gHeader .menu span:nth-of-type(2) {
		top: 34px;
	}
	#gHeader .menu span:nth-of-type(3) {
		width: 15px;
		top: 44px;
	}
	#gHeader .menu.on {
		background-color: #F5966C;
	}
	#gHeader .menu.on span {
		top: 25px;
		width: 33px !important;
	}
	#gHeader .menu.on span:nth-of-type(2) {
		top: 35px;
	}
	#gHeader .menu.on span:nth-of-type(3) {
		top: 45px;
	}
	#gHeader .menu.on .top {
		-webkit-transform: translateY(10px) translateX(-4px) rotate(45deg);
		-ms-transform: translateY(10px) translateX(-4px) rotate(45deg);
		transform: translateY(10px) translateX(-4px) rotate(45deg);
	}
	#gHeader .menu.on .middle {
		opacity: 0;
	}
	#gHeader .menu.on .bottom {
		-webkit-transform: translateY(-10px) translateX(-4px) rotate(-45deg);
		-ms-transform: translateY(-10px) translateX(-4px) rotate(-45deg);
		transform: translateY(-10px) translateX(-4px) rotate(-45deg);
	}
	#gHeader .menuBox {
		padding: 103px 20px 120px 56px;
		position: fixed;
		top: 0;
		right: 0;
		width: 74.6%;
		height: 100vh;
		background-color: #F5966C;
		z-index: 100;
		transform: translateX(101%);
		transition: .3s;
		overflow: auto;
		box-sizing: border-box;
	}
	#gHeader .menuBox.open {
		transform: translateX(0);
	}
	#gHeader .menuBox .menuUl li:not(:last-child) {
		margin-bottom: 26px;
	}
	#gHeader .menuBox .menuUl li a {
		padding: 5px 20px 5px 28px;
		display: inline-block;
		position: relative;
		color: #FFF;
		font-size: 1.6rem;
		font-weight: 700;
		letter-spacing: 0.05em;
	}
	#gHeader .menuBox .menuUl li a::before {
		margin-top: 1px;
		position: absolute;
		top: 50%;
		left: 0;
		width: 14px;
		height: 1px;
		background-color: #FFF;
		content: '';
	}
	#gHeader .cover {
		display: none;
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		z-index: 90;
		background-color: rgba(0,0,0,0.5);
	}
}
@media all and (min-width: 897px) and (max-width: 1400px) {
	#gHeader .hBox {
		padding: 29px 30px 45px;
	}
	#gHeader .hBox h1 {
		margin-right: 10px;
		width: 260px;
	}
	#gHeader .hBox .rBox{
		width: calc(100% - 270px);
	}
	#gNavi li {
		margin-right: 15px !important;
	}
	#gNavi li a {
		font-size: 1vw !important;
	}
}
@media all and (max-width: 359px) {
	#gHeader .hBox {
		padding-bottom: 23px;
	}
	#gHeader .hBox h1 {
		width: 205px;
	}
	#gHeader .menuBox .menuUl li a {
		font-size: 1.5rem;
	}
}
/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
	margin-top: 6px;
}
#gNavi ul {
	text-align: right;
}
#gNavi li {
	margin-right: 28px;
	display: inline;
}
#gNavi li:last-child {
	margin-right: 0;
}
#gNavi li a {
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0.05em;
}
#gNavi li a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	#gNavi {
		display: none;
		margin-top: 6px;
	}
	#gNavi li {
		margin-right: 28px;
		display: inline;
	}
	#gNavi li:last-child {
		margin-right: 0;
	}
	#gNavi li a {
		font-size: 1.5rem;
		font-weight: 700;
		letter-spacing: 0.05em;
	}
	
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 75px 0 97px;
	background-color: #FDF1EA;
}
#gFooter .fBox .fLogo {
	margin: 0 auto 60px;
	width: 200px;
}
#gFooter .fBox address {
	font-size: 1.4rem;
	letter-spacing: 0.05em;
	font-style: normal;
	text-align: center;
}
@media all and (max-width: 896px) {
	#gFooter {
		padding: 56px 0 71px;
	}
#gFooter .fBox .fLogo {
	margin: 0 auto 48px;
	width: 171px;
}
	#gFooter .fBox address {
		font-size: 1.1rem;
	}
}