@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 {
	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 Kaku Gothic New", 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;
}
: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: #6E635C;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #6E635C;
}
a:hover {
	color: #6E635C;
}
a:active {
	color: #6E635C;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #6E635C;
	font-size: 1.6rem;
	line-height: 1.9;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
#container {
	padding-top: 0;
	text-align: left;
}
.fax,
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.5rem;
		line-height: 1.8;
	}
	#container {
		padding-top: 50px;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
.c-header {
	padding: 0 50px 0 4px;
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
	z-index: 999;
	background-color: #fff;
}
.c-header .h_btn {
	width: 116px;
}
#g_navi {
	padding: 99px 64px 90px;
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	box-sizing: border-box;
	overflow-y: auto;
	background: url(../../images/common/m_bg01.png) no-repeat center bottom / 100% auto;
	background-color: #fff;
	z-index: 1002;
	display: none;
}
#g_navi .h_linklist {
	margin-bottom: 38px;
}
#g_navi .h_linklist li:not(:last-of-type) {
	margin-bottom: 29px;
}
#g_navi .h_linklist a {
	padding-right: 30px;
	display: block;
	color: #6E635C;
	letter-spacing: 0.06em;
	background: url(../../images/common/icon01.png) no-repeat right top calc(50% - 1px) / 24px auto;
	font-family: "Montserrat", sans-serif;
}
#g_navi .btn {
	margin: 0 auto;
	max-width: 247px;
}
#g_navi .btn a {
	padding: 16px 40px 15px 42px;
	position: relative;
	display: block;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: 0.2em;
	text-align: center;
	border-radius: 5px;
	background-color: #FFBBA2;
}
#g_navi .btn a::before {
	width: 18px;
	height: 18px;
	position: absolute;
	right: 13px;
	top: 50%;
	transform: translateY(-50%);
	background: url(../../images/common/arrow_right.png) no-repeat center center / 100% auto;
	content: '';
	z-index: 2;
}
#g_navi .btn a span {
	position: relative;
	z-index: 2;
}
#g_navi .btn a::after {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 5px;
	background: var(--gra1, linear-gradient(90deg, #FF9F76 15.28%, #FFBBA2 89.61%));
	content: '';
	opacity: 0;
	transition: .3s;
}
.c-header .h-lbox {
	width: calc(100% - 126px);
	display: flex;
	align-items: center;
}
.c-header .h-lbox .logo {
	margin-right: 4px;
	width: 77px;
	flex-shrink: 0;
}
.c-header .h-lbox h1 {
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0.14em;
}
.c-header .h_btn a {
	padding: 14px 19px 14px 5px;
	height: 50px;
	position: relative;
	display: block;
	color: #fff;
	font-size: 1.2rem;
	letter-spacing: 0.12em;
	text-align: center;
	box-sizing: border-box;
	background-color: #FFBBA2;
}
.c-header .h_btn a::before {
	width: 13px;
	height: 13px;
	position: absolute;
	right: 9px;
	top: 50%;
	transform: translateY(-50%);
	background: url(../../images/common/arrow_right.png) no-repeat center center / 100% auto;
	content: '';
	z-index: 2;
}
.c-header .h_btn a::after {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: var(--gra1, linear-gradient(90deg, #FF9F76 15.28%, #FFBBA2 89.61%));
	content: '';
	transition: .3s;
	opacity: 0;
}
.c-header .h_btn span {
	display: inline-block;
	position: relative;
	vertical-align: top;
	z-index: 2;
}
.menu {
	padding-top: 25px;
	width: 50px;
	height: 50px;
	position: fixed;
	right: 0;
	top: 0;
	text-align: center;
	box-sizing: border-box;
	z-index: 1004;
	background-color: #fff;
	transition: .3s;
	cursor: pointer;
}
.menu .txt {
	display: block;
	font-size: 1.1rem;
	letter-spacing: 0.06em;
	text-align: center;
	font-family: "Montserrat", sans-serif;
}
.menu .line {
	width: 20px;
	height: 1px;
	position: absolute;
	left: calc(50% - 10px);
	top: 12px;
	background-color: #6E635C;
	transition: .3s;
}
.menu .line:nth-of-type(2) {
	top: 17px;
}
.menu .line:nth-of-type(3) {
	top: 22px;
}
.menu .close {
	display: none;
}
.menu.on .open {
	display: none;
}
.menu.on .close {
	display: block;
}
.menu .line:nth-of-type(1) {
	-webkit-animation: btn07-bar01 .75s forwards;
	animation: btn07-bar01 .75s forwards;
}
@-webkit-keyframes btn07-bar01 {
	0% {
		-webkit-transform: translateY(5px) rotate(30deg);
	}
	50% {
		-webkit-transform: translateY(5px) rotate(0);
	}
	100% {
		-webkit-transform: translateY(0) rotate(0);
	}
}
@keyframes btn07-bar01 {
	0% {
		transform: translateY(5px) rotate(30deg);
	}
	50% {
		transform: translateY(5px) rotate(0);
	}
	100% {
		transform: translateY(0) rotate(0);
	}
}
.menu .line:nth-of-type(2) {
	transition: all .25s .25s;
	opacity: 1;
}
.menu .line:nth-of-type(3) {
	-webkit-animation: btn07-bar03 .75s forwards;
	animation: btn07-bar03 .75s forwards;
}
@-webkit-keyframes btn07-bar03 {
	0% {
		-webkit-transform: translateY(-5px) rotate(-30deg);
	}
	50% {
		-webkit-transform: translateY(-5px) rotate(0);
	}
	100% {
		-webkit-transform: translateY(0) rotate(0);
	}
}
@keyframes btn07-bar03 {
	0% {
		transform: translateY(-5px) rotate(-30deg);
	}
	50% {
		transform: translateY(-5px) rotate(0);
	}
	100% {
		transform: translateY(0) rotate(0);
	}
}
.menu.on .line:nth-of-type(1) {
	-webkit-animation: active-btn07-bar01 .75s forwards;
	animation: active-btn07-bar01 .75s forwards;
}
@-webkit-keyframes active-btn07-bar01 {
	0% {
		-webkit-transform: translateY(0) rotate(0);
	}
	50% {
		-webkit-transform: translateY(5px) rotate(0);
	}
	100% {
		-webkit-transform: translateY(5px) rotate(30deg);
	}
}
@keyframes active-btn07-bar01 {
	0% {
		transform: translateY(0) rotate(0);
	}
	50% {
		transform: translateY(5px) rotate(0);
	}
	100% {
		transform: translateY(5px) rotate(30deg);
	}
}
.menu.on .line:nth-of-type(2) {
	opacity: 0;
}
.menu.on .line:nth-of-type(3) {
	-webkit-animation: active-btn07-bar03 .75s forwards;
	animation: active-btn07-bar03 .75s forwards;
}
@-webkit-keyframes active-btn07-bar03 {
	0% {
		-webkit-transform: translateY(0) rotate(0);
	}
	50% {
		-webkit-transform: translateY(-5px) rotate(0);
	}
	100% {
		-webkit-transform: translateY(-5px) rotate(-30deg);
	}
}
@keyframes active-btn07-bar03 {
	0% {
		transform: translateY(0) rotate(0);
	}
	50% {
		transform: translateY(-5px) rotate(0);
	}
	100% {
		transform: translateY(-5px) rotate(-30deg);
	}
}
@media all and (max-width: 896px) {
	.hoPc #g_navi .h_linklist a:hover {
		color: #FFBBA2;
	}
	.hoPc #g_navi .btn a:hover::after {
		opacity: 1;
	}
	.hoPc .c-header .h_btn a:hover::after {
		opacity: 1;
	}
}
@media all and (max-width: 374px) {
	#g_navi {
		padding: 99px 40px 90px;
	}
}
@media (min-width: 353px) and (max-width: 374px) {
	.c-header .h_btn {
		width: 105px;
	}
	.c-header .h_btn a {
		padding: 14px 15px 14px 5px;
	}
	.c-header .h_btn a::before {
		right: 5px;
	}
	.c-header .h-lbox {
		width: calc(100% - 110px);
	}
	.c-header .h-lbox h1 {
		letter-spacing: 0.06em;
	}
}
@media all and (max-width: 352px) {
	.c-header .h-lbox h1 {
		font-size: 1.8vw;
		letter-spacing: 0;
	}
}
@media all and (min-width: 897px) {
	.c-header {
		padding: 0 0 0 20px;
	}
	#g_navi {
		padding: 0;
		width: auto;
		height: auto;
		position: relative;
		left: 0;
		top: 0;
		box-sizing: border-box;
		overflow-y: inherit;
		background: transparent;
		display: block !important;
	}
	#g_navi .h_linklist {
		margin: 0 32px 0 0;
		display: flex;
	}
	#g_navi .h_linklist li:not(:last-of-type) {
		margin: 0 31px 0 0;
	}
	#g_navi .h_linklist a {
		padding-right: 0;
		font-size: 1.5rem;
		background-image: none;
	}
	#g_navi .h_linklist a:hover {
		color: #FFBBA2;
	}
	.c-header .h-lbox {
		width: calc(100% - 126px);
		display: flex;
		align-items: center;
	}
	.c-header .h-lbox .logo {
		margin-right: 16px;
		width: 107px;
		flex-shrink: 0;
	}
	.c-header .h-lbox h1 {
		font-size: 1.4rem;
	}
	.c-header .h-rbox {
		display: flex;
		align-items: center;
	}
	.c-header .h_btn {
		width: 276px;
	}
	.c-header .h_btn a {
		padding: 20px 30px 20px 30px;
		height: auto;
		font-size: 1.8rem;
		font-weight: 500;
		letter-spacing: 0.2em;
	}
	.c-header .h_btn a::before {
		width: 18px;
		height: 18px;
		right: 10px;
	}
	.c-header .h_btn a:hover::after {
		opacity: 1;
	}
}
@media (min-width: 897px) and (max-width: 1100px) {
	.c-header .h-lbox .logo {
		margin-right: 10px;
	}
	.c-header .h_btn {
		width: 210px;
	}
	#g_navi .h_linklist {
		margin-right: 24px;
	}
	#g_navi .h_linklist li:not(:last-of-type) {
		margin-right: 24px;
	}
}
@media (min-width: 897px) and (max-width: 980px) {
	.c-header {
		padding-left: 15px;
	}
	.c-header .h-lbox .logo {
		width: 100px;
	}
	.c-header .h-lbox h1 {
		font-size: 1.3rem;
	}
	.c-header .h_btn {
		width: 190px;
	}
	.c-header .h_btn a {
		padding-left: 25px;
	}
	#g_navi .h_linklist {
		margin-right: 15px;
	}
	#g_navi .h_linklist li:not(:last-of-type) {
		margin-right: 15px;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#c-footer {
	position: relative;
	z-index: 3;
}
#c-footer .copyright {
	padding: 11px 22px 10px 32px;
	display: block;
	color: #fff;
	font-size: 1.1rem;
	line-height: 1.6;
	letter-spacing: 0.16em;
	text-align: center;
	background-color: #C9BCBC;
}
@media all and (min-width: 897px) {
	#c-footer .copyright {
		padding: 18px 30px 20px 22px;
		font-size: 1.1rem;
		letter-spacing: 0.06em;
	}
}
@media all and (max-width: 374px) {
	#c-footer .copyright {
		padding: 11px 22px 10px;
		font-size: 1rem;
	}
}