@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;
}
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: #413B32;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #413B32;
}
a:hover {
	color: #413B32;
}
a:active {
	color: #413B32;
}
html {
	margin-right: 0 !important;
	overflow: visible !important;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1280px;
	color: #413B32;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FCF8F0;
}
.body-fix {
	position: fixed;
	width: 100%;
	height: 100%;
}
#container {
	padding-top: 74px;
	text-align: left;
	overflow: hidden;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
body.pad.fixed {
	overflow: hidden;
}
@media all and (min-width: 820px) {
	.sp {
		display: none !important;
	}
	body.fixed:not(.pad) {
		position: fixed;
		width: 100%;
		height: 100%;
		overflow-y: scroll;
	}
}
@media all and (max-width: 1264px) {
	#container {
		padding-top: 60px;
	}
}
@media all and (max-width: 819px) {
	body {
		min-width: inherit;
		font-size: 1.4rem;
	}
	.fixed {
		overflow: hidden;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 60px;
	background-color: #fff;
	z-index: 99;
	box-sizing: border-box;
}
#header .h-box {
	align-items: center;
}
#header .logo img {
	height: 60px;
	width: auto;
}
#header h1 {
	margin-left: 19px;
	font-weight: 500;
	font-size: 1.2rem;
	line-height: 1.33;
	letter-spacing: 1.2px;
}
#header .h-info {
	padding: 62px 20px;
}
#g-navi {
	margin-bottom: 52px;
	font-size: 1.6rem;
	letter-spacing: 1.6px;
}
#g-navi li:not(:last-child) {
	margin-bottom: 18px;
}
#g-navi a {
	padding: 10px;
	display: block;
	text-align: center;
}
#header .h-list {
	width: 180px;
	margin: 0 auto;
}
#header .h-list a {
	padding: 8px 0 10px;
	display: block;
	text-align: center;
	color: #fff;
	font-size: 1.2rem;
	line-height: 1.33;
	letter-spacing: 0.6px;
	border-radius: 35px;
	background-color: #F38300;
}
#header .h-list li:last-child {
	margin-top: 31px;
}
#header .h-list li:last-child a {
	background-color: #F2C72F;
}
.menu {
	width: 60px;
	height: 60px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 101;
}
.menu span {
	width: 22px;
	height: 2px;
	position: absolute;
	top: 21px;
	left: 17px;
	background: #413B32;
	transition: all .35s ease;
}
.menu span:nth-of-type(2) {
	top: 28px;
}
.menu span:nth-of-type(3) {
	top: 35px;
}
.menu.on span:nth-of-type(1) {
	transform: translateY(7px) translateX(0) rotate(45deg);
}
.menu.on span:nth-of-type(2) {
	opacity: 0;
}
.menu.on span:nth-of-type(3) {
	transform: translateY(-7px) translateX(0) rotate(-45deg);
}
@media all and (max-width: 1264px) {
	.menu-box {
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		overflow-y: auto;
		box-sizing: border-box;
		z-index: 100;
		background: url(../../images/common/menu_bg.png) no-repeat center center #FFF8EE;
		background-size: 100% auto;
		display: none;
	}
}
@media all and (max-width: 340px) {
	#header h1 {
		margin-left: 5px;
	}
}
@media all and (min-width: 1265px) {
	.menu-box {
		display: block !important;
	}
	.menu {
		display: none;
	}
	#header {
		height: 75px;
		padding: 13px 23px;
	}
	#header .h-box {
		position: absolute;
		left: 0;
		top: 0;
	}
	#header .logo img {
		height: 75px;
	}
	#header h1 {
		margin-left: 21px;
		font-size: 1.5rem;
		line-height: 1.46;
		letter-spacing: 1.5px;
	}
	#header .h-info {
		padding: 0;
		display: flex;
		align-items: center;
		justify-content: flex-end;
	}
	#g-navi {
		margin-bottom: 0;
		display: flex;
		justify-content: flex-end;
		font-size: 1.5rem;
		letter-spacing: 1.5px;
	}
	#g-navi li:not(:last-child) {
		margin: 0 39px 0 0;
	}
	#g-navi a {
		padding: 0;
	}
	#g-navi a:hover {
		opacity: 0.5;
	}
	#header .h-list {
		width: 328px;
		margin: 0 0 0 38px;
		display: flex;
		justify-content: space-between;
	}
	#header .h-list li {
		width: 155px;
	}
	#header .h-list a {
		padding-top: 7px;
	}
	#header .h-list li:last-child {
		margin: 0;
	}
	#header .h-list a:hover {
		background-color: #FFC47E;
	}
	#header .h-list li:last-child a:hover {
		background-color: #FFE589;
	}
}
@media all and (min-width: 1265px)and (max-width: 1560px) {
	#header {
		padding-right: 10px;
	}
	#header .h-list {
		width: 317px;
		margin: 0 0 0 10px;
	}
	#g-navi li:not(:last-child) {
		margin: 0 10px 0 0;
	}
	#header h1 {
		margin-left: 10px;
	}
}
@media all and (min-width: 1265px)and (max-width: 1340px) {
	#header .h-list {
		width: 285px;
		margin: 0 0 0 5px;
	}
	#header .h-list li {
		width: 140px;
	}
	#g-navi li:not(:last-child) {
		margin: 0 7px 0 0;
	}
	#header h1 {
		margin-left: 5px;
	}
	#g-navi {
		letter-spacing: 0.5px;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#footer {
	padding: 24px 0 11px;
	background-color: #fff;
}
#footer .content {
	padding: 0 22px;
}
#footer .f-navi {
	margin: -14px 0 23px 27px;
}
#footer .f-navi li {
	width: 47.8%;
	margin-top: 14px;
	font-size: 1.2rem;
	letter-spacing: 1.2px;
}
#footer address {
	padding-top: 10px;
	text-align: center;
	color: #B1AEA8;
	font-size: 1rem;
	letter-spacing: 1px;
	border-top: 1px solid #EAEAEA;
}
@media all and (min-width: 820px) {
	#footer {
		padding: 50px 0 18px;
	}
	#footer .content {
		padding: 0;
	}
	#footer .f-navi {
		margin: 0 0 48px;
		justify-content: center;
	}
	#footer .f-navi li {
		width: auto;
		margin: 0 19px;
		font-size: 1.5rem;
		letter-spacing: 1.5px;
	}
	#footer .f-navi li a:hover {
		opacity: 0.5;
	}
	#footer address {
		padding-top: 19px;
		font-size: 1.3rem;
		letter-spacing: 1.3px;
	}
}