@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500');

/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
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;
}

body {
	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;
}

blockquote,
q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

img {
	vertical-align: top;
}

a,
a:link {
	color: #040404;
	text-decoration: none;
}

a:visited {
	color: #040404;
}

a:hover {
	color: #040404;
}

a:active {
	color: #040404;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1100px;
	color: #000;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}

#container {
	text-align: left;
}

#main {
	margin-bottom: 102px;
	overflow: hidden;
}

a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}

a[href^="tel:"]:hover {
	text-decoration: none !important;
}

.sp {
	display: none !important;
}

@media all and (min-width: 768px) and (max-width: 1024px) {}

@media screen and (max-width: 767px) {
	body {
		min-width: inherit;
	}

	a:hover,
	a:hover img {
		opacity: 1 !important;
	}

	.sp {
		display: block !important;
	}

	.pc {
		display: none !important;
	}

	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}

	#main {
		margin-bottom: 50px;
	}


}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	padding: 10px 0 0 0;
	position: relative;
}

#gHeader .hBox {
	margin: 0 auto;
	max-width: 1000px;
}

#gHeader .logo {
	margin-top: 16px;
	float: left;
}

#gHeader .topBox {
	margin-bottom: 9px;
}

#gHeader .topBox .innerBox {
	width: 426px;
	float: right;
}

#gHeader .topBox .sizeBox {
	margin-top: 4px;
	width: 265px;
	float: left;
}

#gHeader .topBox .sizeBox p {
	margin-right: 13px;
	font-size: 16px;
	float: left;
	letter-spacing: -1px;
}

#gHeader .topBox .sizeBox .sizeUl {
	margin-top: 2px;
	float: left;
	text-align: left;
}

#gHeader .topBox .sizeBox .sizeUl li {
	margin-right: 6px;
	display: inline-block;
}

#gHeader .topBox .sizeBox .sizeUl li:last-child {
	margin-right: 0;
}

#gHeader .topBox .sizeBox .sizeUl li a {
	width: 20px;
	height: 20px;
	color: #fff;
	font-size: 15px;
	line-height: 1.2;
	display: block;
	border-radius: 50%;
	text-align: center;
	box-sizing: border-box;
	background-color: #006896;
}

#gHeader .topBox .sizeBox .sizeUl li a:hover,
#gHeader .topBox .sizeBox .sizeUl li a.on,
#gHeader .topBox .hLink a:hover {
	opacity: 0.7;
}

#gHeader .topBox .hLink {
	width: 151px;
	float: right;
}

#gHeader .topBox .hLink a {
	padding: 5px 3px 6px;
	font-size: 16px;
	color: #646464;
	border: 1px solid #cbcccc;
	text-align: center;
	display: block;
	line-height: 1.1;
	border-radius: 3px;
	background: url(../../img/common/h_link_bg.jpg) repeat-x left top;
	background-size: auto 100%;
}

#gHeader .topBox .hLink a span {
	padding-left: 21px;
	display: inline-block;
	background: url(../../img/common/icon01.png) no-repeat left top 3px;
}

@media all and (-ms-high-contrast:none) {
	#gHeader .topBox .hLink a {
		padding: 5px 3px 5px;
	}

	#gHeader .topBox .hLink a span {
		background-position: left top 2px;
	}
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	#gHeader .topBox .sizeBox .sizeUl li a {
		padding-top: 1px;
	}
}

@media screen and (max-width: 767px) {
	#gHeader {
		padding: 10px;
	}

	#gHeader .topBox {
		display: none;
	}

	#gHeader .logo {
		margin-top: 0;
	}

	#gHeader .logo img {
		width: 200px;
	}

	.menu {
		margin: 0;
		position: absolute;
		top: 17px;
		right: 12px;
		height: 20px;
		width: 20px;
		cursor: pointer;
		z-index: 100;
		transition: opacity .25s ease;
		-webkit-transition: all .3s ease;
		transition: all .3s ease;
	}

	.menu.active .top {
		-webkit-transform: translateY(7px) translateX(0) rotate(-45deg);
		-ms-transform: translateY(7px) translateX(0) rotate(-45deg);
		transform: translateY(7px) translateX(0) rotate(-45deg);
		background: #0f0a8a;
	}

	.menu.active .middle {
		opacity: 0;
		background: #0f0a8a;
	}

	.menu.active .bottom {
		-webkit-transform: translateY(-7px) translateX(0) rotate(45deg);
		-ms-transform: translateY(-7px) translateX(0) rotate(45deg);
		transform: translateY(-7px) translateX(0) rotate(45deg);
		background: #0f0a8a;
	}

	.menu span {
		background: #0f0a8a;
		border: none;
		height: 2px;
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		-webkit-transition: all .35s ease;
		transition: all .35s ease;
		cursor: pointer;
	}

	.menu span:nth-of-type(2) {
		top: 7px;
	}

	.menu span:nth-of-type(3) {
		top: 14px;
	}
}

/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
	width: 660px;
	float: right;
}

#gNavi > ul {
	display: flex;
}

#gNavi > ul > li {
	min-width: 110px;
	float: left;
}

#gNavi > ul > li > a {
	display: block;
	padding: 35px 0;
	font-size: 15px;
	line-height: 1;
	text-align: center;
}

#gNavi > ul > li > a:hover {
	color: #fff;
	background-color: #006896;
}

#gNavi .downBox {
	display: none;
	position: absolute;
	padding: 50px 0;
	width: 100%;
	top: 100%;
	left: 0;
	background-color: rgba(255, 255, 255, 0.8);
	z-index: 99;
}

#gNavi .downBox ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 1000px;
	margin: -25px auto 0;
}

#gNavi .downBox ul:not(:last-of-type) {
	margin-bottom: 50px;
}

#gNavi .downBox ul > li {
	width: 490px;
	margin-top: 25px;
}

#gNavi .downBox ul > li > a {
	display: block;
	padding: 15px;
	font-size: 1.5em;
	text-align: center;
	border: 2px solid #006896;
	background-color: #fff;
}

#gNavi .downBox ul > li.label {
	width: 100%;
}

#gNavi .downBox ul > li.label > a {
	color: #fff !important;
	font-size: 1.7em;
	font-weight: bold;
	background-color: #006896 !important;
}

#gNavi .downBox ul > li.label-alt {
	width: 100%;
	display: block;
	padding: 15px;
	color: #fff;
	font-size: 1.7em;
	font-weight: bold;
	text-align: center;
	background-color: #006896;
}

@media screen and (max-width: 767px) {
	#gNavi {
		display: none;
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		padding: 10px 10px 5px;
		border-bottom: 3px solid #006896;
		background-color: #fff;
		box-sizing: border-box;
		z-index: 999;
	}

	#gNavi ul {
		display: block;
	}

	#gNavi ul > li > a {
		text-align: left !important;
	}

	#gNavi > ul > li {
		width: 100%;
		margin-bottom: 10px;
	}

	#gNavi > ul > li > a {
		padding: 15px 10px;
		font-weight: bold;
		border: 1px solid #006896;
	}

	#gNavi .downBox {
		display: block;
		position: static;
		top: auto;
		left: auto;
		padding: 0;
		background-color: transparent;
	}

	#gNavi .downBox ul {
		margin-top: 0;
		padding-left: 15px;
	}

	#gNavi .downBox ul:not(:last-of-type) {
		margin-bottom: 15px;
	}

	#gNavi .downBox ul > li {
		width: 100%;
		margin-top: 0;
	}

	#gNavi .downBox ul > li > a {
		padding: 10px;
		font-size: 1.3em;
		border: none;
	}
	
	#gNavi .downBox ul > li > a::before {
		content: "-";
		margin-right: 5px;
	}

	#gNavi .downBox ul > li.label,
	#gNavi .downBox ul > li.label-alt {
		display: flex;
		align-items: center;
		color: #006896;
	}

	#gNavi .downBox ul > li.label > a::before {
		display: none;
	}
	
	#gNavi .downBox ul > li.label > a {
		width: 100%;
		padding: 10px 0;
		color: #006896 !important;
		font-size: 1.5em;
		background-color: transparent !important;
	}
	
	#gNavi .downBox ul > li.label-alt {
		width: 100%;
		display: block;
		padding: 10px;
		color: #006896;
		font-size: 1.5em;
		text-align: left;
		background-color: transparent !important;
	}
}

/*------------------------------------------------------------
	パンクズリスト
------------------------------------------------------------*/
#pagePath li {
	display: inline;
	color: #000;
	font-size: 1.2em;
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 30px 0 10px;
	font-size: 12px;
	background-color: #f0eff0;
}

#gFooter .fBox {
	margin: 0 auto;
	max-width: 1000px;
}

#gFooter .fLogo {
	float: left;
	width: 180px;
}

#gFooter .fLogo img {
	width: 100%;
}

#gFooter .fNavi {
	float: right;
}

#gFooter .fNavi a {
	color: #333333;
}

#gFooter .fNavi a:hover {
	text-decoration: underline;
}

#gFooter .fNavi>li {
	margin-right: 30px;
	line-height: 1.2;
	float: left;
}

#gFooter .fNavi>li:last-child {
	margin-right: 0;
}

#gFooter .fNavi .innerUl>li {
	margin-bottom: 10px;
}

#gFooter .fNavi .innerUl>li:last-child {
	margin-bottom: 0;
}

#gFooter .fNavi .innerUl>li>a,
#gFooter .fNavi .innerUl>li>span {
	padding-left: 10px;
	display: block;
	background: url(../../img/common/icon06.png) no-repeat left top 2px;
}

#gFooter .fNavi .innerUl ul {
	margin: 5px 0 5px 24px;
}

#gFooter .fNavi .innerUl ul li a,
#gFooter .fNavi .innerUl ul li span {
	display: block;
	position: relative;
	line-height: 1.8;
}

#gFooter .fNavi .innerUl ul li {
	position: relative;
}

#gFooter .fNavi .innerUl ul li a:before,
#gFooter .fNavi .innerUl ul li span:before {
	width: 7.5px;
	height: 2px;
	position: absolute;
	top: 10px;
	left: -12.5px;
	background-color: #a9a9a9;
	content: "";
}

#gFooter .copyRight {
	margin: 30px auto 0;
	max-width: 1000px;
	color: #333333;
	text-align: right;
	clear: both;
}

@media screen and (max-width: 767px) {

	#gFooter .fNavi,
	#gFooter .fLogo {
		width: auto;
		float: none;
	}

	#gFooter {
		padding: 27px 15px;
	}

	#gFooter .fLogo {
		margin-bottom: 20px;
		text-align: center;
	}

	#gFooter .fLogo img {
		width: 150px;
	}

	#gFooter .fNavi>li {
		margin: 0 0 20px !important;
		width: auto !important;
		float: none;
	}

	#gFooter .fNavi>li:last-child {
		margin-bottom: 0;
	}

	#gFooter .copyRight {
		font-size: 10px;
		text-align: center;
	}

	#gFooter .fNavi a:hover {
		text-decoration: none;
	}
}