@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: 'M PLUS Rounded 1c', 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: 2px solid #000;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
    height: auto;
}
a,
a:link {
	color: #595757;
	text-decoration: none;
}
a:visited {
	color: #595757;
}
a:hover {
	color: #595757;
}
a:active {
	color: #595757;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1280px;
	color : #595757;
	font-size: 1.6rem;
	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-top: 102px;
	position: relative;
	text-align: left;
}
#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.3rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	#container {
		padding-top: 70px;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 998;
}
#gHeader .logo {
	width: 188px;
}
#gHeader .logo a {
	display: block;
}
#gHeader .hBox {
	padding: 0 98px 0 2px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
#gNavi .linkList {
	display: flex;
}
#gNavi .linkList li:not(:last-of-type) {
	margin-right: 13px;
}
#gNavi .linkList a {
	padding: 13px 5px 14px;
	display: block;
	width: 120px;
	color: #fff;
	font-size: 1.7rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	text-align: center;
	box-sizing: border-box;
	border-radius: 0 0 7px 7px;
	background-color: #EB5F28;
}
#gNavi .linkList .cor01 a {
	color : #595757;
	letter-spacing: 0.05em;
	background-color: #FDD464;
}
#gNavi .linkList .cor02 a {
	letter-spacing: 0;
	color : #595757;
	background-color: #FFF33F;
}
#gNavi .linkList .cor03 a {
	background-color: #F18900;
}
#gNavi .linkList .cor04 a {
	color : #595757;
    background-color: #f6b441;
}
#gNavi .linkList .cor05 a {
	padding: 8px 0;
    color: #595757;
    letter-spacing: 0;
    line-height: 1.1;
	background-color: #FFD700;
}
.menu {
	width: 102px;
	height: 102px;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 9999;
	cursor: pointer;
}
.menu.on {
	position: fixed;
}
.menu .line {
	width: 34px;
	height: 3px;
	position: absolute;
	left: calc(50% - 10px);
	top: 20px;
	background-color: #595757;
	transition: .3s;
}
.menu .line:nth-of-type(2) {
	top: 35px;
}
.menu .line:nth-of-type(3) {
	top: 50px;
}
.menu.on .line {
	width: 49px;
	top: 25px;
	left: calc(50% - 18px);
	transform: translateY(15px) rotate(45deg);
	background-color: #f08329;
}
.menu.on .line:nth-of-type(2) {
	opacity: 0;
	top: 40px;
}
.menu.on .line:nth-of-type(3) {
	top: 55px;
	transform: translateY(-15px) rotate(-45deg);
}
.menuBox {
	padding: 10px 35px 40px;
	width: 408px;
	height: 100%;
	position: fixed;
	right: 0;
	top: 0;
	box-sizing: border-box;
	overflow-y: auto;
	background-color: #fff;
	z-index: 999;
	display: none;
}
.menuBox h2 {
	margin-bottom: -2px;
	color : #F08329;
	font-size: 4.2rem;
	letter-spacing: 0.05em;
	transform: scaleX(0.8);
	transform-origin: left top;
	font-family: 'Noto Sans JP', sans-serif;
}
.menuBox .linkList .link span,
.menuBox .linkList .link a {
	padding: 13px 0 9px;
	display: block;
	color : #F08329;
	font-size: 1.77rem;
	font-weight: 500;
	letter-spacing: 0.14em;
}
.menuBox .linkList .link span {
	cursor: pointer;
}
.menuBox .linkList > li {
	border-bottom: 1px solid #f08329;
}
.menuBox .linkList > li:last-of-type {
	border-bottom: none;
}
.menuBox .linkList .subBox {
	display: none;
}
.menuBox .linkList .subList {
	padding: 1px 32px 20px;
}
.menuBox .linkList .subList.list01 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.menuBox .linkList .subList.list01 > li {
	width: 43.5%;
}
.menuBox .linkList .subList.list01 > li:nth-of-type(2n - 1) {
	width: 48%;
}
.menuBox .linkList .subList a {
	display: inline-block;
	color : #3E3A39;
	font-size: 1.35rem;
	letter-spacing: 0.14em;
	vertical-align: top;
}
.menuBox .linkList .subList ul li:not(:last-of-type) {
	margin-bottom: 5px;
}
.menuBox .linkList .subList ul .mar01 {
	margin-right: -30px;
}
@media (min-width: 897px) and (max-width: 1100px) {
	#gNavi .linkList li:not(:last-of-type) {
		margin-right: 5px;
	}
	#gNavi .linkList a {
		width: 96px;
        font-size: 1.3rem;
	}
}
@media all and (min-width: 897px) {
	#gNavi .linkList a:hover {
		opacity: 0.7;
	}
	.menu:hover {
		opacity: 0.7;
	}
	.menuBox .linkList .link a:hover {
		opacity: 0.7;
	}
	.menuBox .linkList .subList a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	#gHeader .logo {
		width: 130px;
	}
	#gHeader .logo a {
		display: block;
	}
	#gHeader .hBox {
		padding: 0 70px 0 0;
		display: block;
	}
	#gNavi .linkList {
		display: none;
	}
	.menu {
		width: 70px;
		height: 70px;
	}
	.menu .line {
		width: 34px;
		height: 2px;
		left: calc(50% - 17px);
		top: 22px;
	}
	.menu .line:nth-of-type(2) {
		top: 32px;
	}
	.menu .line:nth-of-type(3) {
		top: 42px;
	}
	.menu.on .line {
		width: 40px;
		left: calc(50% - 20px);
		top: 22px;
		transform: translateY(10px) rotate(45deg);
	}
	.menu.on .line:nth-of-type(2) {
		top: 32px;
	}
	.menu.on .line:nth-of-type(3) {
		top: 42px;
		transform: translateY(-10px) rotate(-45deg);
	}
	.menuBox {
		padding: 10px 15px 40px;
		width: 100%;
	}
	.menuBox h2 {
		margin-bottom: 0;
		font-size: 3.6rem;
	}
	.menuBox .linkList .subList {
		padding: 1px 10px 20px;
	}
	.menuBox .linkList .subList a {
		font-size: 1.2rem;
	}
	.menuBox .linkList .subList ul .mar01 {
		margin-right: 0;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 59px 0 60px;
	position: relative;
}
#gFooter::before {
	width: 100%;
	height: 60px;
	position: absolute;
	left: 0;
	top: -1px;
	content: '';
}
#gFooter .pageTop {
	width: 151px;
	position: absolute;
	right: 20px;
	top: -130px;
	z-index: 101;
}
#gFooter .pageTop.fix {
	position: fixed;
	top: auto;
	bottom: 20px;
}
#gFooter .pageTop a {
	display: block;
}
#gFooter .fBox {
	margin: 0 auto;
	width: 1000px;
}
#gFooter .sns {
	margin-bottom: 27px;
	text-align: center;
}
#gFooter .sns a {
	width: 143px;
	display: inline-block;
	vertical-align: top;
}
#gFooter .title {
	margin-bottom: 32px;
	color: #fff;
	font-size: 2.14rem;
	font-weight: 500;
	letter-spacing: 0.2em;
	text-align: center;
}
#gFooter .title span {
	margin-top: 17px;
	font-size: 1.3rem;
	font-weight: 500;
	letter-spacing: 0.2em;
	display: block;
}
#gFooter .text {
	margin-bottom: 32px;
	color: #fff;
	font-size: 2.74rem;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
}
#gFooter .text a {
	text-decoration: none;
	color: #fff;
}
#gFooter .text span:not(:last-of-type) {
	margin-right: 75px;
}
#gFooter .text small {
	font-size: 1.93rem;
}
#gFooter .fNavi {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#gFooter .fNavi a {
	display: inline-block;
	color: #fff;
	font-size: 1.35rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	text-decoration: underline;
	vertical-align: top;
}
#gFooter .btn {
	margin-bottom: 27px;
	text-align: center;
}
#gFooter .btn a {
	padding: 17px 35px 17px 45px;
	display: inline-block;
	color: #eb5f28;
	font-size: 2.17rem;
	font-weight: 500;
	letter-spacing: 0.4em;
	border-radius: 70px;
	box-shadow: 0 0 20px rgba(0,0,0,0.2);
	vertical-align: top;
}
@media all and (min-width: 897px) {
	#gFooter .pageTop a:hover {
		opacity: 0.7;
	}
	#gFooter .sns a:hover {
		opacity: 0.7;
	}
	#gFooter .fNavi a:hover {
		text-decoration: none;
	}
	#gFooter .btn a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	#gFooter {
		padding: 30px 0 60px;
	}
	#gFooter::before {
		height: 30px;
	}
	#gFooter .pageTop {
		width: 50px;
		top: -50px;
	}
	#gFooter .pageTop.fix {
		top: auto;
		bottom: 20px;
	}
	#gFooter .fBox {
		margin: 0 20px;
		width: auto;
	}
	#gFooter .sns {
		margin-bottom: 15px;
		text-align: center;
	}
	#gFooter .sns a {
		width: 90px;
	}
	#gFooter .title {
		margin-bottom: 20px;
		font-size: 1.6rem;
	}
	#gFooter .title span {
		margin-top: 10px;
		font-size: 1.1rem;
	}
	#gFooter .text {
		margin-bottom: 32px;
		font-size: 1.8rem;
	}
	#gFooter .text span {
		display: block;
	}
	#gFooter .text span:not(:last-of-type) {
		margin-right: 0;
	}
	#gFooter .text small {
		font-size: 1.6rem;
	}
	#gFooter .fNavi a {
		font-size: 1.2rem;
	}
}