@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, footer, header, main, hgroup, menu, nav, summary {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
	box-sizing: border-box;
}
html {
	font-size: 62.5%;
}
@media all and (max-width: 374px) {
	html {
		font-size: calc(1000vw / 375);
	}
}
body, table, input, textarea, select, option {
	font-family: "Noto Sans JP", "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", "Yu Gothic UI", 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: #373737;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #373737;
}
a:hover {
	color: #373737;
}
a:active {
	color: #373737;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1260px;
	color: #373737;
	font-weight: 400;
	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 {
	position: relative;
	text-align: left;
}
#main {
	margin-top: 13.75rem;
	padding: 8rem 0 15.3rem;
	background-color: #F8FAE2;
}
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.6rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
	#main {
		padding: 1rem 0 7.3rem;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
.fixedBox {
	position: fixed;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	transition: all .5s ease;
}
.fixedBox.hide {
	transform: translateY(-100%);
}
#gHeader {
	background-color: #fff;
}
#gHeader .hBox {
	padding: 2.6rem 17.7rem 2.55rem 4.7rem;
	align-items: center;
}
#gHeader h1 {
	width: 27.1rem;
}
#gHeader h1 a {
	display: block;
}
#gHeader .rBox {
	flex: 1;
	justify-content: right;
}
#gHeader .rBox .naviBox {
	margin: 0.2rem 0 1.2rem;
	width: 100%;
	justify-content: right;
}
#gHeader .rBox .naviBox .search {
	margin-right: 2rem;
    padding: 0 2rem;
    width: 4.8rem;
    height: 4.8rem;
    align-items: center;
    background: #D8D8D8;
    border-radius: 2.4rem;
    box-sizing: border-box;
    display: flex;
    justify-content: stretch;
    position: relative;
    transition: all .3s;
	cursor: pointer;
}
#gHeader .rBox .naviBox .search input[type=text] {
    -webkit-box-flex: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: none;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    font-size: 1.4rem;
    outline: none;
    width: 90%;
}
#gHeader .rBox .naviBox .search input[type=submit] {
    -webkit-box-flex: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #D8D8D8 url(../img/common/icon01.png) no-repeat center center / 2.6rem auto;
    border: none;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 0;
    width: 2.6rem;
    height: 2.6rem;
    position: absolute;
    right: 1.2rem;
    top: 1rem;
	cursor: pointer;
}
#gHeader .rBox .naviBox .search.focus,
#gHeader .rBox .naviBox .search:hover {
	width: 30rem;
}
#gNavi a {
	padding: 0 2.4rem;
	font-size: 1.4rem;
	letter-spacing: 0.02em;
	border-left: 1px solid #D7D7D7;
}
#gNavi li:last-child a {
	border-right: 1px solid #D7D7D7;
}
@media all and (min-width: 897px) {
	#gNavi a:hover {
		color: #737373;
	}
}
@media all and (max-width: 896px) {
	#gHeader .hBox {
		padding: 1.7rem 2.4rem 1.8rem;
		display: block;
	}
	#gHeader h1 {
		width: 13.5rem;
	}
}
@media all and (min-width: 897px) and (max-width: 1259px)  {
	#gHeader h1 {
		width: 20rem;
	}
	#gHeader .hBox {
		padding: 0.5rem 8.7rem 0.6rem 2.5rem;
	}
	#gHeader .rBox .naviBox {
		margin-bottom: 0.5rem;
	}
	#gNavi a {
		font-size: 1.2rem;
	}
	#gHeader .comBtnList01 a {
		min-height: 3.8rem;
	}
	#gHeader .rBox .naviBox .search {
		margin-right: 1rem;
		width: 3.8rem;
		height: 3.8rem;
	}
	#gHeader .rBox .naviBox .search input[type=submit] {
		right: 0.6rem;
		top: 0.6rem;
	}
	.comBtnList01 li {
		margin-left: 1rem !important;
		width: 12rem !important;
	}
}
/*------------------------------------------------------------
	menu
------------------------------------------------------------*/
.menu {
	width: 13.6rem;
	height: 13.8rem;
	position: absolute;
	z-index: 10;
	right: 0;
	top: 0;
	background-color: #F5961E;
	transition: all .4s;
}
.menu.on {
	background-color: #9B9B9B;
}
.menu span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
	position: absolute;
	left: 5rem;
	color: #fff;
	font-weight: 300;
	font-size: 1.2rem;
	letter-spacing: 0.04em;
}
.menu .line {
	width: 3.6rem;
	height: .3rem;
	background-color: #fff;
}
.menu .line:nth-of-type(1) {
	top: 4.2rem;
}
.menu .line:nth-of-type(2) {
	top: 5.7rem;
}
.menu .line:nth-of-type(3) {
	top: 7.2rem;
}
.menu.on .line {
	width: 4.8rem;
	left: 4.4rem;
}
.menu.on .line:nth-of-type(1) {
	transform: translateY(1.5rem) rotate(-40deg);
}
.menu.on .line:nth-of-type(2) {
	opacity: 0;
}
.menu.on .line:nth-of-type(3) {
	transform: translateY(-1.5rem) rotate(40deg);
}
.menu .open,
.menu .close {
	top: 8rem;
}
.menu .close {
	display: none;
}
.menu.on .open {
	display: none;
}
.menu.on .close {
	display: inline-block;
}
.menuBox {
	padding-bottom: 10rem;
	display: none;
	position: fixed;
	left: 0;
	top: 13.8rem;
	width: 100%;
	z-index: 9;
	height: 100%;
	overflow-y: auto;
	box-sizing: border-box;
}
.menuBox::after {
	position: absolute;
	z-index: 9;
	top: 0;
	left: 0;
	width: 100%;
	height: 1.8rem;
	background : linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.15) 100%);
	content: "";
}
.menuBox .bg {
	padding: 4.8rem 2rem 5rem;
	height: fit-content;
	background: rgba(255, 255, 255, 0.95);
}
.menuBox .innerBox {
	margin: 0 auto;
	max-width: 162rem;
}
.menuBox .innerBox .naviBox {
	width: 26%;
}
.menuBox .innerBox .naviList > li {
	margin-bottom: 6.8rem;
}
.menuBox .innerBox .naviList .li01 {
	min-height: fit-content;
}
.menuBox  .naviBox01 .naviList > li {
	min-height: 20.7rem;
}
.menuBox .naviBox01 .naviList > li:last-child {
	margin-bottom: 0;
}
.menuBox .innerBox .naviBox h2 {
	margin-bottom: 2.7rem;
	font-weight: 500;
	font-size: 2.4rem;
	letter-spacing: 0.02em;
}
.menuBox .naviBox .subList {
	margin-left: 3.5rem;
}
.menuBox .naviBox .subList li {
	margin-bottom: 1.6rem;
}
.menuBox .naviBox .subList li:last-child {
	margin-bottom: 0;
}
.menuBox .innerBox .naviBox .subList a {
	letter-spacing: 0.02em;
}
.menuBox .innerBox .naviBox02 {
	width: 22%;
}
.menuBox .otherLink li {
	margin-bottom: 1.5rem;
}
.menuBox .otherLink li:last-child {
	margin-bottom: 0;
}
.menuBox .otherLink a {
	letter-spacing: 0.02em;
}
@media all and (min-width: 897px) {
	.menu:hover {
		cursor: pointer;
		background-color: #9B9B9B;
	}
	.menuBox .naviBox a:hover {
		color: #737373;
	}
}
@media all and (min-width: 897px) and (max-width: 1259px)  {
	.menu {
		width: 8rem;
		height: 8rem;
	}
	.menu .line {
		width: 3rem;
	}
	.menu span {
		left: 2.5rem;
	}
	.menu .line:nth-of-type(1) {
		top: 2.2rem;
	}
	.menu .line:nth-of-type(2) {
		top: 3.2rem;
	}
	.menu .line:nth-of-type(3) {
		top: 4.2rem;
	}
	.menu .open, 
	.menu .close {
		top: 5rem;
		font-size: 1rem;
	}
	.menu.on .line {
		width: 3rem;
		left: 2.5rem;
	}
	.menu.on .line:nth-of-type(1) {
		transform: translateY(1rem) rotate(-40deg);
	}
	.menu.on .line:nth-of-type(3) {
		transform: translateY(-1rem) rotate(40deg);
	}
}
@media all and (max-width: 896px) {
	.menu {
		width: 6.8rem;
		height: 6.9rem;
	}
	.menu span {
		left: 2.2rem;
		font-size: 0.8rem;
	}
	.menu .line {
		width: 2.4rem;
		height: 0.2rem;
	}
	.menu .line:nth-of-type(1) {
		top: 1.7rem;
	}
	.menu .line:nth-of-type(2) {
		top: 2.7rem;
	}
	.menu .line:nth-of-type(3) {
		top: 3.7rem;
	}
	.menu.on .line {
		width: 3rem;
		left: 1.9rem;
	}
	.menu.on .line:nth-of-type(1) {
		transform: translateY(1rem) rotate(-40deg);
	}
	.menu.on .line:nth-of-type(3) {
		transform: translateY(-1rem) rotate(40deg);
	}
	.menu .open,
	.menu .close {
		top: 4.2rem;
	}
	.menuBox {
		padding-bottom: 0;
		height: calc(100% - 6.88rem);
		top: 6.88rem;
		border-top: 1px solid #9B9B9B;
	}
	.menuBox::after {
		height: 0.9rem;
	}
	.menuBox .bg {
		padding: 2.9rem 2rem 5rem;
	}
	.menuBox .search {
		margin-bottom: 4.2rem;
		width: 100%;
		height: 4rem;
		position: relative;
		z-index: 1;
		border-radius: 4rem;
		background-color: #D8D8D8;
	}
	.menuBox .search input[type=submit] {
		-webkit-box-flex: 0;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		background: #D8D8D8 url(../img/common/icon01_sp.png) no-repeat center center / 2.2rem auto;
		border: none;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		font-size: 0;
		width: 2.6rem;
		height: 2.6rem;
		position: absolute;
		left: 0.7rem;
		top: 0.7rem;
	}
	.menuBox .search input[type=text] {
		margin-left: 4.5rem;
		height: 100%;
		-webkit-box-flex: 0;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		background: transparent;
		border: none;
		color: #9B9B9B;
		font-size: 1.2rem;
		letter-spacing: 0.02em;
		outline: none;
		width: 85%;
	}
	.menuBox .search input[type=text]::placeholder {
		color: #9B9B9B;
	}
	.menuBox .innerBox {
		display: block;
	}
	.menuBox .innerBox .naviBox {
		width: auto;
	}
	.menuBox .innerBox .naviList > li {
		margin-bottom: 4.1rem !important;
	}
	.menuBox .innerBox .naviList .li01 {
		min-height: fit-content;
	}
	.menuBox  .naviBox01 .naviList > li {
		min-height: fit-content;
	}
	.menuBox .innerBox .naviBox h2 {
		margin-bottom: 0;
		font-size: 2.4rem;
		position: relative;
	}
	.menuBox .innerBox .naviBox h2 a {
		display: block;
	}
	.menuBox .innerBox .naviBox h2 .ico {
		position: absolute;
		top: 0;
		right: -0.8rem;
		width: 2.8rem;
		height: 3rem;
		background: url(../img/common/icon02.png) no-repeat center center / 1.4rem;
	}
	.menuBox .innerBox .naviBox h2 .ico.slide {
		background-image: url(../img/common/icon02_on.png);
	}
	.menuBox .naviBox .subList {
		margin: 2rem 0 0 3rem;
		font-size: 1.6rem;
		display: none;
	}
	.menuBox .naviBox .subList a {
		display: block;
	}
	.menuBox .innerBox .naviBox02 {
		width: auto;
	}
	.menuBox .otherLink li {
		margin-bottom: 1.5rem;
	}
	.menuBox .otherLink a {
		font-size: 1.6rem;
	}
}
/*------------------------------------------------------------
	pagePath
------------------------------------------------------------*/
@media all and (max-width: 896px) {
	#pagePath {
		margin: 0 2rem 3.7rem;
	}
	#pagePath li {
		margin-right: 0.8rem;
		padding-right: 1.9rem;
		display: inline-block;
		font-size: 1.2rem;
		color: #737373;
		background: url(../img/common/icon04.png) no-repeat right center / 0.7rem;
	}
	#pagePath li:last-child {
		margin-right: 0;
		padding-right: 0;
		background: none;
	}
	#pagePath img {
		margin-top: 0.2rem;
		width: 1.2rem;
	}
	#pagePath a {
		font-size: 1.2rem;
		color: #737373;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 3.3rem 4.7rem 4.7rem;
	color: #fff;
	background-color: #555555;
}
#gFooter a {
	color: #fff;
}
#gFooter a:hover {
	opacity: 0.7;
}
#gFooter .fBox .add {
	margin-bottom: 3rem;
	line-height: 2;	
}
#gFooter .logo {
	margin-bottom: 4.7rem;
	width: 27.1rem;
}
#gFooter .logo a {
	display: block;
}
#gFooter .snsList {
	margin-bottom: 2.4rem;
}
#gFooter .snsList li {
	margin-right: 3.5rem;
}
#gFooter .snsList li:last-child {
	margin-right: 0;
}
#gFooter .snsList a {
	display: block;
}
#gFooter .snsList img {
	height: 2.4rem;
}
#gFooter .naviBox {
	flex-direction: row-reverse;
}
#gFooter .naviBox .fNavi {
	margin: -1rem 12% 0 0;
}
#gFooter .naviBox .fNavi li {
	margin-left: 6.2rem;
}
#gFooter .naviBox .fNavi li:first-child {
	margin-left: 0;
}
#gFooter .naviBox .fNavi a {
	font-size: 1.2rem;
}
#gFooter .naviBox .fNavi .li01 {
	width: 19.2rem;
}
#gFooter .naviBox .fNavi .li02 {
	width: 9.2rem;
}
#gFooter address {
	font-size: 0.9rem;
	font-weight: 300;
}
@media all and (min-width: 897px) and (max-width: 1400px)  {
	#gFooter .naviBox .fNavi {
		margin-right: 0;
	}
}
@media all and (max-width: 896px) {
	#gFooter {
		padding: 3.3rem 2rem 3.3rem;
	}
	#gFooter .logo {
		margin: 0 auto 3.5rem;
		width: 27.1rem;
	}
	#gFooter .snsList {
		margin-bottom: 4rem;
		justify-content: center;
	}
	#gFooter .snsList li {
		margin-right: 3.5rem;
	}
	#gFooter .snsList li:last-child {
		margin-right: 0;
	}
	#gFooter .snsList img {
		height: 2.4rem;
	}
	#gFooter .naviBox {
		display: block;
	}
	#gFooter .naviBox .fNavi {
		margin: 0 0 2rem;
		text-align: center;
		display: block;
	}
	#gFooter .naviBox .fNavi li {
		margin: 0 0 1.4rem;
	}
	#gFooter .naviBox .fNavi li:last-child {
		margin-bottom: 0;
	}
	#gFooter .naviBox .fNavi a {
		font-size: 1.6rem;
	}
	#gFooter .naviBox .fNavi .li01 {
		margin: 0 auto 2.3rem;
		width: 24.6rem;
	}
	#gFooter .naviBox .fNavi .li02 {
		margin: 0 auto 1.8rem;
		width: 11.8rem;
	}
	#gFooter address {
		margin: 0 auto;
		max-width: 33.5rem;
	}
}