@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap');
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
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;
}
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: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
}
a:hover {
	color: #000;
}
a:active {
	color: #000;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1280px;
	color: #000;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
body.fixed {
    position: fixed;
    width: 100%;
    height: 100%;
}
#container {
	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;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	margin-bottom: 24px;
	padding: 19px 50px 19px 20px;
	position: relative;
}
#gHeader .rBox {
	margin-right: 134px;
	text-align: right;
}
#gHeader .link {
	width: 150px;
	position: absolute;
	right: 0;
	top: 0;
}
#gHeader .link a {
	padding: 34px 15px;
	display: block;
/*	color: rgba(255,255,255,0.3);*/
color: #FFF;
	font-size: 1.6rem;
	text-align: center;
	font-weight: 700;
	background-color: #a2c0d9ff;
/*	cursor: default;
	pointer-events: none;*/
}
#gHeader .link a:hover {
	opacity: 0.7;
}
#gHeader .link a span {
	margin-bottom: 1px;
	display: block;
	color: #FFF079;
}
#gHeader .h-btn {
	width: 150px;
	position: absolute;
	right: 0;
	top: 0;
}
#gHeader .h-btn a {
	padding: 34px 15px;
	display: block;
	text-align: center;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 700;
	background-color: #CE8C8C;
}
#gHeader .h-btn a:hover {
	opacity: 0.7;
}
#gHeader h1 {
	margin-top: 2px;
	width: 215px;
}
#gHeader .linkList {
	margin: 0 -12px 14px 0;
}
#gHeader .linkList li {
	display: inline-block;
}
#gHeader .linkList li a {
	padding: 0 12px 0 9px;
	font-size: 1.3rem;
}
#gHeader .linkList li a:hover {
	opacity: 0.7;
}
#gNavi li {
	margin-left: 27px;
	display: inline-block;
}
#gNavi li a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	#gHeader {
		margin-bottom: 0;
		padding: 12px 12px 9px;
		height: 54px;
		z-index: 1000;
		background-color: #fff;
		box-sizing: border-box;
	}
	#gHeader .hBox {
		display: block;
	}
	#gHeader .rBox {
		margin-right: 0;
	}
	#gHeader .link {
		width: 55px;
		height: 54px;
		right: 55px;
	}
	#gHeader .link a {
		padding: 15px 4px 14px;
		font-size: 1.1rem;
		line-height: 1.18;
		width: 100%;
		height: 100%;
		box-sizing: border-box;
	}
	#gHeader .link a span {
		font-size: 1rem;
		line-height: 1.1;
	}
	#gHeader .h-btn {
		width: 55px;
		height: 54px;
		right: 55px;
	}
	#gHeader .h-btn a {
		padding: 15px 8px 14px;
		font-size: 1.1rem;
		line-height: 1.18;
		width: 100%;
		height: 100%;
		box-sizing: border-box;
	}
	#gHeader h1 {
		margin-top: 0;
		width: 110px;
	}
	#gHeader .linkList {
		display: none;
	}
	#gNavi {
		display: none;
	}
	 .menu {
        display: block;
		position: absolute;
		right: 0;
		top: 6px;
		width: 55px;
		height: 56px;
		z-index: 99;
	}
	.menu span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
        position: absolute;
		right: 16px;
		width: 23px;
		height: 3px;
		background-color: #000;
	}
	.menu span:nth-of-type(1) {
		top: 13px;
	}
	.menu span:nth-of-type(2) {
		top: 20px;
	}
	.menu span:nth-of-type(3) {
		top: 27px;
	}
	.menu.on span:nth-of-type(1) {
		-webkit-transform: translateY(10px) rotate(-45deg);
		transform: translateY(10px) rotate(-45deg);
	}
	.menu.on span:nth-of-type(2) {
		opacity: 0;
	}
	.menu.on span:nth-of-type(3) {
		-webkit-transform: translateY(-4px) rotate(45deg);
		transform: translateY(-4px) rotate(45deg);
	}
	.menuBox {
        padding: 56px 0 70px;
        display: none;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        background-color: #555;
        z-index: 999;
        height: 100%;
        overflow-y: auto;
        box-sizing: border-box;
    }
	.menuBox ul {
		border-bottom: 13px solid #606060;
	}
    .menuBox li a {
        padding: 15px 26px 14px;
		color: #fff;
        font-size: 1.3rem;
        display: block;
        border-bottom: 1px solid #8D8D8D;
    }
	.menuBox ul li:last-child a {
		border-bottom: 0;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter .fBox {
	background-color: #F8F8F8;
    padding: 54px 0 44px;
}
#gFooter .fBox .fLogo {
	width: 184px;
}
#gFooter .fBox .linkList {
	margin-top: 8px;
	width: 751px;
}
#gFooter .fBox .linkList li {
	display: inline-block;
    font-size: 1.6rem;
    margin-right: 12px;
    margin-top: 5px;
}
#gFooter .fBox .linkList li:hover {
	opacity: 0.7;
}
#banner {
	padding: 64px 4vw;
	background: #EFEFEF;
}
#banner ul {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	max-width: 894px;
	margin: 0 auto;
}
#banner li {
	margin: 7px;
}
#banner li.fill {
	width: 113px;
}
#gFooter .fLinkBox {
	box-sizing: border-box;
	margin: 0 auto;
	padding: 30px 0 37px;
	width: 1080px;
}
#gFooter .fLinkBox .fLinkList {
	max-width: 50%;
}
#gFooter .fLinkBox .fLinkList li {
	margin-right: 15px;
}
#gFooter .fLinkBox .fLinkList li a {
	display: block;
	font-size: 1.4rem;
	letter-spacing: 0.06em;
}
#gFooter .fLinkBox .fLinkList li a:hover {
	text-decoration: underline;
}
#gFooter .fLinkBox address {
	max-width: 50%;
	text-align: right;
	font-style: normal;
	font-weight: 400;
	font-size: 1.4rem;
	letter-spacing: 0.06em;
}
@media all and (max-width: 896px) {
	#gFooter .fBox {
		background-color: #F5F5F5;
		padding: 38px 4px 34px;
	}
	#gFooter .fBox .inner {
		display: block;
	}
	#gFooter .fBox .fLogo {
		margin: 0 auto 14px;
		width: 140px;
	}
	#gFooter .fBox .linkList {
		margin-top: 0;
		width: auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#gFooter .fBox .linkList li {
		width: 45%;
		display: block;
		font-size: 1.3rem;
		margin-right: 0;
		margin-top: 0;
		border-bottom: 1px solid #A5A5A5;
	}
	#gFooter .linkList li:nth-child(2) {
		order: 2;
	}
	#gFooter .linkList li:nth-child(3) {
		order: 4;
	}
	#gFooter .linkList li:nth-child(4) {
		order: 6;
	}
	#gFooter .linkList li:nth-child(5) {
		order: 8;
	}
	#gFooter .linkList li:nth-child(6) {
		order: 1;
	}
	#gFooter .linkList li:nth-child(7) {
		order: 3;
	}
	#gFooter .linkList li:nth-child(8) {
		order: 5;
	}
	#gFooter .linkList li:nth-child(9) {
		order: 7;
	}
	#gFooter .fBox .linkList li a {
		padding: 10px 0;
		display: block;
	}
	#gFooter .fLinkBox {
		padding: 20px 0 20px;
		width: auto;
		display: block;
	}
	#gFooter .fLinkBox .fLinkList {
		margin-bottom: 13px;
		max-width: inherit;
		justify-content: center;
	}
	#gFooter .fLinkBox .fLinkList li {
		margin: 0 8px;
	}
	#gFooter .fLinkBox .fLinkList li a {
		font-size: 1.3rem;
	}
	#gFooter .fLinkBox .fLinkList li a:hover {
		text-decoration: none;
	}
	#gFooter .fLinkBox address {
		max-width: inherit;
		text-align: center;
		font-size: 1.3rem;
	}
	#banner ul {
		justify-content: space-between;
	}
	#banner li {
		margin: 7px 0;
		width: 30%
	}
}

a.nolink{
    pointer-events: none;
}