@charset "UTF-8";

/* Link　
=========================================== */

a {
	outline: 0;
	color: #000;
	text-decoration: none;
	display: block;
}

@media screen and (min-width: 600px) {
	a {
		-webkit-transition: 0.3s ease-in-out;
		-moz-transition: 0.3s ease-in-out;
		-o-transition: 0.3s ease-in-out;
		transition: 0.3s ease-in-out;
	}
}

a:link {
	color: #000;
}

a:visited {
	color: #000;
}

a:hover {
	color: #000;
	text-decoration: none;
}

@media screen and (min-width: 600px) {
	a:hover {
		opacity: 0.7;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)""

	}
}

a:active {
	color: #000;
}

@media screen and (min-width: 600px) {
	[href^="tel"] {
		pointer-events: none;
	}
}


/* Common Parts
=========================================== */

.cf:after {
	content: '';
	display: block;
	clear: both;
}
@media screen and (min-width: 600px) {
	.viewSp{
		display:none !important;
	}
}
@media screen and (max-width: 599px) {
	.viewPc{
		display:none !important;
	}
}

/* Layout
=========================================== */

* {
	box-sizing: border-box;
}

html {
	box-sizing: border-box;
}

body {
	min-width: 320px;
	margin: 0 auto;
	font-size: 1.3rem;
	line-height: 1.46;
	letter-spacing: 0.1rem;
	color: #000;
	font-weight: 400;
}

@media screen and (min-width: 600px) {
	body {
		min-width: 1060px;
		margin: 0 auto;
		line-height: 1.75;
		font-size: 1.6rem;
	}
}

table {
	table-layout: fixed;
	width: 100%;
}

table th {
	word-wrap: break-word;
	overflow-wrap: break-word;
}

img {
	max-width: 100%;
	height: auto;
}

@media screen and (min-width: 600px) {
	img {
		max-width: 100%;
	}
}

#wrapper {
	overflow: visible;
	position: relative;
}

#contents {
	width: 100%;
	margin: 0 auto;
}

@media screen and (min-width: 600px) {
	#contents {
		min-width: 1060px;
		width: 1060px;
		margin: 0 auto;
		position: relative;
		z-index: 11;
	}
	#home #contents {
		min-width: 1060px !important;
		width: 100% !important;
	}
}

#main {
	width: 100%;
}

@media screen and (min-width: 600px) {
	#main {
		position: relative;
		width: 780px;
		float: right;
	}
	#home #main {
		width: 100% !important;
		float: none !important;
	}
}

#side {
	float: left;
	width: 240px;
}

#home #side {
	display: none;
}


/* contents
=========================================== */

@media screen and (max-width: 599px) {
	#mainImg {
		width: 100%;
		position: relative;
		height: 85px;
		font-size: 2.3rem;
		text-align: center;
		color: #fff;
		background: url("../img/common/bg_sp.png") repeat center top;
		background-size: 7px;
		padding-top: 25px;
	}
	#mainImgHome .main_slide {
		/*height: 400px;*/
		overflow: hidden;
	}
	.slick-dotted.slick-slider {
		margin-bottom: 0;
	}
	.slick-dots {
		display: none;
	}
	#wrap-overlay {
		display: none;
		background: #000;
		opacity: 0.6;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)""
 position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		z-index: 5;
	}
}

@media screen and (min-width: 600px) {
	#mainImg {
		width: 100%;
		position: relative;
		height: 160px;
		font-size: 4rem;
		text-align: center;
		color: #fff;
		background: url("../img/common/bg_pc.png") repeat center top;
		background-size: 7px;
		padding-top: 42px;
	}
	#mainImgHome {
		position: relative;
	}
	#mainImgHome img {
		width: 100%;
	}
	#mainImgHome .main_slide {
		overflow: hidden;
	}
	#mainImgHome .slick-slider {
		width: 100%;
	}
	#mainImgHome .slick-dotted.slick-slider {
		margin-bottom: 0;
	}
}

#breadcrumbWrap {
	border-bottom: 1px solid #dcdcdc;
	margin-bottom: 37px;
}

#breadcrumbWrap #breadcrumb {
	width: 1060px;
	margin: 0 auto;
	padding: 9px 0 13px;
}

#breadcrumbWrap #breadcrumb li {
	display: inline-block;
	margin-right: 20px;
	font-size: 1.4rem;
}

#breadcrumbWrap #breadcrumb li a {
	position: relative;
	text-decoration: underline;
	color: #f08300;
}

#breadcrumbWrap #breadcrumb li a:hover {
	text-decoration: none;
}

#breadcrumbWrap #breadcrumb li a::after {
	position: absolute;
	content: "";
	right: -15px;
	top: 10px;
	width: 5px;
	height: 6px;
	background: url("../img/common/ico_arw04_pc.png") no-repeat center top;
}

#side {
	padding-bottom: 106px;
}

#side>.tit {
	padding-bottom: 15px;
}

#side .box {
	border: 1px solid #dcdcdc;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin-bottom: 20px;
}

#side .box01 .tit {
	background: #f08300;
}

#side .box01 li a::after {
	border-color: #f08300;
}

#side .box02 .tit {
	background: #f6c913;
}

#side .box02 li a::after {
	border-color: #f6c913 !important;
}

#side .box03 .tit {
	background: #8ec21f;
}

#side .box03 li a::after {
	border-color: #8ec21f !important;
}

#side .box .tit {
	color: #fff;
	text-align: center;
	border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	font-size: 1.8rem;
	padding: 9px 0;
	font-weight: 500;
}

#side .box .list li {
	border-bottom: 1px solid #dcdcdc;
}

#side .box .list li:last-child {
	border-bottom: none;
}

#side .box .list li a {
	padding: 10px 0 10px 29px;
	background-size: 6px;
	position: relative;
}

#side .box .list li a::after {
	content: "";
	position: absolute;
	left: 11px;
	top: 45%;
	width: 4px;
	height: 4px;
	border-top: 2px solid #f08300;
	border-right: 2px solid #f08300;
	transform: rotate(45deg);
}

#side .bnr {
	margin-bottom: 25px;
}

#side .bnr a {
	border: 3px solid #ececec;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	position: relative;
	text-align: center;
	padding: 21px;
	font-weight: 500;
}

#side .bnr a::after {
	content: "";
	position: absolute;
	left: 44px;
	top: 20px;
	background: url("../img/common/side/bnr01.png") no-repeat center center;
	width: 30px;
	height: 28px;
}

#side .bnr a::before {
	content: "";
	position: absolute;
	right: 5px;
	bottom: 3px;
	width: 0;
	height: 0;
	border: 4px solid transparent;
	border-right: 4px solid #f08300;
	border-bottom: 4px solid #f08300;
}

#side .btnBox {
	border: 4px solid #f08300;
	border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	text-align: center;
	/*padding: 0 0 13px;*/
}

#side .btnBox .tit {
	color: #fff;
	text-align: center;
	font-size: 1.6rem;
	padding: 4px 0;
	background: #f08300;
	font-weight: 500;
}

#side .btnBox .txt {
	padding: 5px 0 8px;
}

#side .btnBox .btn {
	padding: 0 15px 13px;
}

#side .btnBox .btn a {
	color: #fff;
	background: #1bb8b5;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-bottom: 5px solid #17908d;
	text-align: center;
	padding: 9px;
}

#side .btnBox .btn span {
	background: url("../img/common/ico_arw_pc.png") no-repeat left center;
	background-size: 14px;
	padding-left: 23px;
	font-size: 1.6rem;
	font-weight: 500;
}


/*! #gHeader
=========================================== */

@media screen and (max-width: 599px) {
	#gHeader {
		position: relative;
		background: #fff;
		z-index: 100;
		height: 45px;
	}
	#gHeader .inner .logo {
		float: left !important;
		padding: 12px 0 0 6px !important;
	}
	#gHeader .inner .logo img {
		height: 27px !important;
	}
	#gHeader .inner>.tit {
		position: absolute;
		left: 42px;
		top: 9px;
		font-size: 0.6rem;
		letter-spacing: 0.07rem;
	}
	#gHeader .inner .btnGnav {
		position: relative;
		float: right;
		background: #f08300;
		width: 45px;
		height: 45px;
		-webkit-transition: 0.1s linear;
		transition: 0.1s linear;
	}
	#gHeader .inner .btnGnav span {
		position: absolute;
		left: 12px;
		width: 22px;
		height: 3px;
		background: #fff;
		opacity: 0.9;
		-webkit-transition: 0.1s linear;
		transition: 0.1s linear;
	}
	#gHeader .inner .btnGnav span:nth-child(1) {
		top: 10px;
	}
	#gHeader .inner .btnGnav span:nth-child(2) {
		top: 17px;
	}
	#gHeader .inner .btnGnav span:nth-child(3) {
		top: 24px;
	}
	#gHeader .inner .btnGnav span:nth-child(4) {
		top: 29px;
		content: "MENU";
		background: transparent;
		opacity: 1;
		height: 15px;
		width: 45px;
		left: 0;
	}
	#gHeader .inner .btnGnav span:nth-child(4)::after {
		position: absolute;
		left: 0;
		right: 0;
		margin: 0 auto;
		content: "MENU";
		letter-spacing: 0.05rem;
		text-align: center;
		color: #fff;
		font-size: 0.8rem;
	}
	#gHeader .inner .btnGnav.open span {
		background: #fff;
	}
	#gHeader .inner .btnGnav.open span:nth-child(1) {
		top: 17px;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	#gHeader .inner .btnGnav.open span:nth-child(2) {
		top: 17px;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	#gHeader .inner .btnGnav.open span:nth-child(3) {
		opacity: 0;
	}
	#gHeader .inner .btnGnav.open span:nth-child(4) {
		background: transparent;
	}
	#gHeader .inner .btnGnav.open span:nth-child(4)::after {
		content: "閉じる";
	}
}

@media screen and (min-width: 600px) {
	#gHeader {
		background: #fff;
		height: 155px;
		min-width: 1060px;
		z-index: 200;
		border-top: 5px solid #f08300;
	}
	#gHeader .inner {
		width: 1060px;
		margin: 0 auto;
		position: relative;
	}
	#gHeader .inner .logo {
		float: left;
		margin-bottom: 25px;
	}
	#gHeader .inner .logo a {
		padding: 27px 0 0;
		margin-left: -6px;
	}
	#gHeader .inner>.tit {
		position: absolute;
		left: 68px;
		top: 21px;
		font-size: 1.2rem;
		font-weight: 400;
	}
	#gHeader .inner .box {
		float: right;
		width: 454px;
		padding-top: 13px;
	}
	#gHeader .inner .box .tel {
		float: left;
		width: 225px;
		border-right: 1px solid #c9c8c8;
	}
	#gHeader .inner .box .tel .num {
		margin-bottom: 2px;
	}
	#gHeader .inner .box .tel .time {
		font-size: 1.3rem;
		font-weight: 500;
		letter-spacing: 0.09rem;
	}
	#gHeader .inner .box .tel .time span.tit {
		display: inline-block;
		background: #fdebbd;
		padding: 3px 0;
		margin-right: 7px;
		font-size: 1.1rem;
		border-radius: 3px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		line-height: 1;
		vertical-align: text-bottom;
		width: 60px;
		text-align: center;
	}
	#gHeader .inner .box .tel .time span.right {
		font-size: 1.1rem;
	}
	#gHeader .inner .box .mail {
		padding-left: 20px;
		float: right;
		width: 229px;
	}
	#gHeader .inner .box .mail .tit {
		line-height: 1.05;
		margin-bottom: 7px;
		padding-left: 5px;
	}
	#gHeader .inner .box .mail .btn a {
		color: #fff;
		background: #1bb8b5;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-bottom: 3px solid #17908d;
		text-align: center;
		padding: 9px 0 9px 15px;
	}
	#gHeader .inner .box .mail .btn span {
		background: url("../img/common/ico_arw_pc.png") no-repeat left center;
		background-size: 16px;
		padding-left: 26px;
		font-size: 1.6rem;
		font-weight: 500;
	}
	#gHeader .inner .gNav {
		width: 1060px;
		float: left;
	}
}


/* .gNav
=========================================== */

@media screen and (max-width: 599px) {
	.gNav {
		display: none;
		position: absolute;
		top: 45px;
		left: 0;
		width: 100%;
		background: #fff;
		z-index: 100;
	}
	.gNav nav>ul {
		font-size: 1.5rem;
		font-weight: 500;
		padding-top: 15px;
	}
	.gNav nav>ul>li {
		width: 100% !important;
		border-bottom: 1px solid #c9c8c8;
		position: relative;
		font-weight: 500;
		line-height: 1.55;
		letter-spacing: 0.01rem;
	}
	.gNav nav>ul>li span {
		padding: 11px 15px 10px;
		display: block;
	}
	.gNav nav>ul>li:first-child {
		border-top: 1px solid #c9c8c8;
	}
	.gNav nav>ul>li:first-child a {
		padding: 0 0 0 15px;
	}
	.gNav nav>ul>li:first-child span {
		background: url("../img/home/ico_home_sp.png") no-repeat left center;
		background-size: 11px;
		padding-left: 22px;
	}
	.gNav nav>ul>li:nth-child(2)::after {
		content: "";
		position: absolute;
		right: 15px;
		top: 15px;
		width: 18px;
		height: 18px;
		background: url("../img/common/header/ico_line02.png") no-repeat center center;
		background-size: 18px;
		-webkit-transition: 0.1s linear;
		transition: 0.1s linear;
	}
	.gNav nav>ul>li:nth-child(2).on::after {
		top: 21px;
		height: 3px;
		background: url("../img/common/header/ico_line01.png") no-repeat center center;
		background-size: 18px;
	}
	.gNav nav>ul>li:nth-child(3)::after {
		content: "";
		position: absolute;
		right: 17px;
		top: 16px;
		width: 14px;
		height: 14px;
		background: url("../img/common/header/ico02_sp.png") no-repeat center center;
		background-size: 14px;
	}
	.gNav nav>ul>li:nth-child(4)::after {
		content: "";
		position: absolute;
		right: 17px;
		top: 16px;
		width: 14px;
		height: 14px;
		background: url("../img/common/header/ico02_sp.png") no-repeat center center;
		background-size: 14px;
	}
	.gNav nav>ul>li.on {
		border-bottom: 1px solid #fff;
	}
	.gNav nav>ul>li.on>.content-toggle {
		display: block;
		-webkit-transition: 0.3s ease-in-out;
		-moz-transition: 0.3s ease-in-out;
		-o-transition: 0.3s ease-in-out;
		transition: 0.3s ease-in-out;
	}
	.gNav nav>ul>li .content-toggles li {
		border-bottom: 1px solid #c9c8c8;
	}
	.gNav nav>ul>li>ul {
		display: none;
		font-size: 1.4rem;
	}
	.gNav nav>ul>li>ul>li {
		border-bottom: 1px solid #fff;
		position: relative;
	}
	.gNav nav>ul>li>ul>li>span {
		color: #fff;
		background: #f08300;
	}
	.gNav nav>ul>li>ul>li::after {
		content: "";
		position: absolute;
		right: 15px;
		top: 21px;
		width: 18px;
		height: 2px;
		background: url("../img/common/header/ico_line04.png") no-repeat center center;
		background-size: 18px;
		-webkit-transition: 0.1s linear;
		transition: 0.1s linear;
	}
	.gNav nav>ul>li>ul>li.on::after {
		top: 15px;
		height: 18px;
		background: url("../img/common/header/ico_line03.png") no-repeat center center;
		background-size: 18px;
	}
	.gNav nav>ul>li>ul>li:nth-child(2)>span {
		background: #f1c900;
	}
	.gNav nav>ul>li>ul>li:nth-child(3)>span {
		background: #93c200;
	}
	.gNav nav>ul>li>ul>li span {
		padding: 12px 24px 9px;
	}
	.gNav nav>ul>li>ul>li:last-child {
		border-bottom: none;
	}
	.gNav nav>ul>li>ul>li>ul {
		display: none;
	}
	.gNav nav>ul>li>ul>li.ons {
		border-bottom: 1px solid #fff;
	}
	.gNav nav>ul>li>ul>li.ons::after {
		top: 15px;
		height: 18px;
		background: url("../img/common/header/ico_line04.png") no-repeat center center;
		background-size: 18px;
	}
	/*.gNav nav > ul > li > ul > li.ons > .content-toggles { display: block; }*/
	.gNav nav>ul>li>ul>li a {
		font-weight: 300;
		font-size: 1.2rem;
		letter-spacing: 0.15rem;
		line-height: 1.45;
		padding-right: 19px;
	}
	.gNav nav>ul>li>ul>li a span {
		display: block;
		background: url("../img/common/header/ico01_sp.png") no-repeat right center;
		background-size: 6px;
		font-weight: 500;
		font-size: 1.4rem;
		padding: 13px 40px 12px;
	}
	.gNav #btn-gnav-close {
		text-align: center;
		border: 1px solid #000;
		padding: 12px;
		border-radius: 3px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		margin: 24px 35px;
	}
	.gNav #btn-gnav-close span {
		padding-left: 20px;
		background: url("../img/common/header/ico_close_sp.png") no-repeat left center;
		background-size: 13px;
		font-weight: 500;
	}
}

@media screen and (min-width: 600px) {
	.gNav nav {
		display: inline-block;
		font-weight: 600;
	}
	.gNav nav ul li {
		text-align: center;
		border-right: 2px dotted #c9c8c8;
		float: left;
		position: relative;
	}
	.gNav nav ul li:first-child {
		width: 213px;
		border-left: 2px dotted #c9c8c8;
	}
	.gNav nav ul li:first-child span {
		background: url("../img/common/header/ico_home_pc.png") no-repeat left center;
		padding-left: 25px;
	}
	.gNav nav ul li:nth-child(2) {
		width: 350px;
	}
	.gNav nav ul li:nth-child(3) {
		width: 298px;
	}
	.gNav nav ul li:nth-child(4) {
		width: 198px;
	}
	.gNav nav ul li .pcMenu {
		display: none;
		position: absolute;
		top: 37px;
		left: 0;
		background: #fff;
		z-index: 100;
		width: 348px;
	}
	.gNav nav ul li .pcMenu li {
		width: auto;
		float: none;
		border-left: none;
		border-right: none;

	}
	.gNav nav ul li .pcMenu li ul {
		display: none;
	}
	.gNav nav ul li .pcMenu>li:first-child>span {
		background: #f08300;
	}
	.gNav nav>ul>li>ul>li.ons {
		border-bottom: 1px solid #fff;
	}
	.gNav nav>ul>li>ul>li {
		border-bottom: 1px solid #fff;
		position: relative;
	}
	.gNav nav>ul>li.on>.content-toggle {
		display: block;
		-webkit-transition: 0.3s ease-in-out;
		-moz-transition: 0.3s ease-in-out;
		-o-transition: 0.3s ease-in-out;
		transition: 0.3s ease-in-out;
	}
	.gNav nav>ul>li>ul>li>span {
		color: #fff;
		background: #f08300;
		display: block;
		padding: 8px 0;
	}
	.gNav nav>ul>li>ul>li:nth-child(2)>span {
		background: #f1c900;
	}
	.gNav nav>ul>li>ul>li:nth-child(3)>span {
		background: #93c200;
	}
	.gNav nav>ul>li>ul>li.ons::after {
		top: 15px;
		height: 18px;
		background: url(../img/common/header/ico_line04.png) no-repeat center center;
		background-size: 18px;
	}
	.gNav nav>ul>li>ul>li::after {
		content: "";
		position: absolute;
		right: 15px;
		top: 21px;
		width: 18px;
		height: 2px;
		background: url(../img/common/header/ico_line04.png) no-repeat center center;
		background-size: 18px;
		-webkit-transition: 0.1s linear;
		transition: 0.1s linear;
	}
	.gNav nav>ul>li>ul>li::after {
		content: "";
		position: absolute;
		right: 15px;
		top: 21px;
		width: 18px;
		height: 2px;
		background: url(../img/common/header/ico_line04.png) no-repeat center center;
		background-size: 18px;
		-webkit-transition: 0.1s linear;
		transition: 0.1s linear;
	}
	.gNav nav ul li .pcMenu .listChild {
		border-bottom: 1px solid #c9c8c8;
	}
	.gNav nav ul li .pcMenu .listChild span {
		display: block;
		padding: 8px 20px;
		background: url(../img/common/header/ico01_sp.png) no-repeat right 10px center;
		background-size: 8px auto;
		text-align: left;
	}
	.gNav .box {
		z-index: 11;
		position: relative;
		display: inline-block;
		font-size: 0;
	}
	.gNav .box .tel {
		display: inline-block;
		vertical-align: top;
		height: 100px;
		border-left: 2px solid #e6e6e6;
		width: 263px;
		text-align: center;
	}
	.gNav .box .tel a {
		padding: 25px 0 0;
	}
	.gNav .box .tel .num {
		margin-bottom: 6px;
	}
	.gNav .box .tel .sub {
		font-size: 1.1rem;
		margin-bottom: 2px;
		letter-spacing: 0.15rem;
	}
	.gNav .box .tel .sub span {
		border: 1px solid #000;
		padding: 3px 5px 4px;
		margin-right: 8px;
	}
	.gNav .box .mail {
		display: inline-block;
		vertical-align: top;
		font-size: 1.4rem;
	}
	.gNav .box .mail a {
		width: 139px;
		height: 100px;
		margin: 0 auto;
		background: url("../img/common/header/btn_mail_pc.png") no-repeat center top;
		-webkit-transition: 0.3s ease-in-out;
		-moz-transition: 0.3s ease-in-out;
		-o-transition: 0.3s ease-in-out;
		transition: 0.3s ease-in-out;
	}
	.gNav .box .mail a:hover {
		background-position: 0 bottom;
	}
}


/* #gFooter
=========================================== */

@media screen and (max-width: 599px) {
	#gFooter {
		position: relative;
	}
	#gFooter .goTop {
		text-align: center;
		background: #ffa716;
		height: 40px;
		width: 40px;
		position: absolute;
		left: 0;
		right: 0;
		margin: 0 auto;
		top: -335px;
		border-radius: 50%;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
	}
	#gFooter .goTop a {
		background: url("../img/common/footer/ico_arw01_sp.png") no-repeat center center;
		background-size: 13px;
		height: 40px;
		width: 40px;
	}
	#gFooter .inner .footNav {
		width: 100%;
		background: #fff;
		z-index: 100;
	}
	#gFooter .inner .footNav>ul {
		font-size: 1.5rem;
		font-weight: 500;
	}
	#gFooter .inner .footNav>ul .content-toggles li {
		border-bottom: 1px solid #c9c8c8;
	}
	#gFooter .inner .footNav>ul>li {
		width: 100% !important;
		border-bottom: 1px solid #c9c8c8;
		position: relative;
		font-weight: 500;
		line-height: 1.55;
		letter-spacing: 0.01rem;
	}
	#gFooter .inner .footNav>ul>li span {
		padding: 11px 15px 10px;
		display: block;
	}
	#gFooter .inner .footNav>ul>li:first-child {
		border-top: 1px solid #c9c8c8;
	}
	#gFooter .inner .footNav>ul>li:first-child a {
		padding: 0 0 0 15px;
	}
	#gFooter .inner .footNav>ul>li:first-child span {
		background: url("../img/home/ico_home_sp.png") no-repeat left center;
		background-size: 11px;
		padding-left: 22px;
	}
	#gFooter .inner .footNav>ul>li:nth-child(2)::after {
		content: "";
		position: absolute;
		right: 15px;
		top: 15px;
		width: 18px;
		height: 18px;
		background: url("../img/common/header/ico_line02.png") no-repeat center center;
		background-size: 18px;
		-webkit-transition: 0.1s linear;
		transition: 0.1s linear;
	}
	#gFooter .inner .footNav>ul>li:nth-child(2).on::after {
		top: 21px;
		height: 3px;
		background: url("../img/common/header/ico_line01.png") no-repeat center center;
		background-size: 18px;
	}
	#gFooter .inner .footNav>ul>li:nth-child(3)::after {
		content: "";
		position: absolute;
		right: 17px;
		top: 16px;
		width: 14px;
		height: 14px;
		background: url("../img/common/header/ico02_sp.png") no-repeat center center;
		background-size: 14px;
	}
	#gFooter .inner .footNav>ul>li:nth-child(4)::after {
		content: "";
		position: absolute;
		right: 17px;
		top: 16px;
		width: 14px;
		height: 14px;
		background: url("../img/common/header/ico02_sp.png") no-repeat center center;
		background-size: 14px;
	}
	#gFooter .inner .footNav>ul>li.on {
		border-bottom: 1px solid #fff;
	}
	#gFooter .inner .footNav>ul>li.on>.content-toggle {
		display: block;
		-webkit-transition: 0.3s ease-in-out;
		-moz-transition: 0.3s ease-in-out;
		-o-transition: 0.3s ease-in-out;
		transition: 0.3s ease-in-out;
	}
	#gFooter .inner .footNav>ul>li>ul {
		display: none;
		font-size: 1.4rem;
	}
	#gFooter .inner .footNav>ul>li>ul>li {
		border-bottom: 1px solid #fff;
		position: relative;
	}
	#gFooter .inner .footNav>ul>li>ul>li>span {
		color: #fff;
		background: #f08300;
	}
	#gFooter .inner .footNav>ul>li>ul>li::after {
		content: "";
		position: absolute;
		right: 15px;
		top: 21px;
		width: 18px;
		height: 2px;
		background: url("../img/common/header/ico_line04.png") no-repeat center center;
		background-size: 18px;
		-webkit-transition: 0.1s linear;
		transition: 0.1s linear;
	}
	#gFooter .inner .footNav>ul>li>ul>li.on::after {
		top: 15px;
		height: 18px;
		background: url("../img/common/header/ico_line03.png") no-repeat center center;
		background-size: 18px;
	}
	#gFooter .inner .footNav>ul>li>ul>li:nth-child(2)>span {
		background: #f1c900;
	}
	#gFooter .inner .footNav>ul>li>ul>li:nth-child(3)>span {
		background: #93c200;
	}
	#gFooter .inner .footNav>ul>li>ul>li span {
		padding: 12px 24px 9px;
		display: block;
	}
	#gFooter .inner .footNav>ul>li>ul>li:last-child {
		border-bottom: none;
	}
	#gFooter .inner .footNav>ul>li>ul>li>ul {
		display: none;
	}
	#gFooter .inner .footNav>ul>li>ul>li.ons {
		border-bottom: 1px solid #fff;
	}
	#gFooter .inner .footNav>ul>li>ul>li.ons::after {
		top: 15px;
		height: 18px;
		background: url("../img/common/header/ico_line04.png") no-repeat center center;
		background-size: 18px;
	}
	/*#gFooter .inner .footNav > ul > li > ul > li.ons > .content-toggles { display: block; }*/
	#gFooter .inner .footNav>ul>li>ul>li a {
		font-weight: 300;
		font-size: 1.2rem;
		letter-spacing: 0.15rem;
		line-height: 1.45;
		padding-right: 19px;
	}
	#gFooter .inner .footNav>ul>li>ul>li a span {
		display: block;
		background: url("../img/common/header/ico01_sp.png") no-repeat right center;
		background-size: 6px;
		font-weight: 500;
		font-size: 1.4rem;
		padding: 13px 40px 12px;
	}
	#gFooter .inner .wrap {
		padding: 26px 10px 21px;
	}
	#gFooter .inner .wrap .top {
		position: relative;
	}
	#gFooter .inner .wrap .top .logo {
		margin: 0 0 20px -5px;
	}
	#gFooter .inner .wrap .top .logo img {
		height: 32px !important;
	}
	#gFooter .inner .wrap .top>.tit {
		position: absolute;
		left: 38px;
		top: -4px;
		font-size: 0.7rem;
		letter-spacing: 0.07rem;
	}
	#gFooter .inner .wrap .mid {
		position: relative;
	}
	#gFooter .inner .wrap .mid .img {
		width: 46.5%;
	}
	#gFooter .inner .wrap .mid .tit {
		font-size: 1.3rem;
		font-weight: 500;
		padding: 8px 0 1px;
	}
	#gFooter .inner .wrap .mid .add {
		font-size: 1.2rem;
		padding-bottom: 9px;
	}
	#gFooter .inner .wrap .mid .btn a {
		background: #f08300;
		text-align: center;
		font-weight: 500;
		font-size: 1.4rem;
		color: #fff;
		width: 90px;
		padding: 0 0 4px;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
	}
	#gFooter .inner .wrap .mid .icon {
		position: absolute;
		right: 0;
		top: 0;
		/*width: 47%;*/
	}
	#gFooter .inner .wrap .mid .icon img {
		width: 140px;
	}
	#gFooter .inner .btm {
		background: #f4f5f4;
		padding: 21px 13px;
	}
	#gFooter .inner .btm .btn {
		padding: 0 20px;
	}
	#gFooter .inner .btm .btn a {
		border: 1px solid #000;
		text-align: center;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		font-size: 1.3rem;
		font-weight: 500;
		padding: 12px 0;
	}
	#gFooter .inner .btm .btn a span {
		background: url("../img/common/footer/ico_link_sp.png") no-repeat right center;
		background-size: 12px;
		padding-right: 20px;
	}
	#gFooter .inner small {
		display: block;
		font-size: 1.2rem;
		padding: 17px 0 26px;
		text-align: center;
		line-height: 1.65;
	}
}

@media screen and (min-width: 600px) {
	#gFooter {
		position: relative;
	}
	#gFooter .goTop {
		text-align: center;
		background: #ffa716;
		height: 55px;
		width: 55px;
		position: absolute;
		right: 20px;
		top: -355px;
		border-radius: 50%;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		z-index: 100;
	}
	#gFooter .goTop a {
		background: url("../img/common/footer/ico_arw01_pc.png") no-repeat center center;
		background-size: 17px;
		height: 55px;
		width: 55px;
	}
	#gFooter .inner .gNav {
		border-bottom: 1px solid #c9c8c8;
		padding: 26px 0;
	}
	#gFooter .inner .gNav ul {
		width: 1060px;
		margin: 0 auto;
	}
	#gFooter .inner .gNav ul li {
		text-align: center;
		border-right: 2px dotted #c9c8c8;
		float: left;
	}
	#gFooter .inner .gNav ul li:first-child {
		width: 213px;
		border-left: 2px dotted #c9c8c8;
	}
	#gFooter .inner .gNav ul li:first-child span {
		background: url("../img/common/header/ico_home_pc.png") no-repeat left center;
		padding-left: 25px;
	}
	#gFooter .inner .gNav ul li:nth-child(2) {
		width: 350px;
	}
	#gFooter .inner .gNav ul li:nth-child(3) {
		width: 298px;
	}
	#gFooter .inner .gNav ul li:nth-child(4) {
		width: 198px;
	}
	#gFooter .inner .wrap {
		padding: 39px 0 35px;
		width: 1060px;
		margin: 0 auto;
	}
	#gFooter .inner .wrap .top {
		position: relative;
		float: left;
		width: 541px;
		min-height: 210px;
		border-right: 1px solid #c9c8c8;
	}
	#gFooter .inner .wrap .top .box {
		width: 454px;
		padding-top: 10px;
	}
	#gFooter .inner .wrap .top .box .tel {
		float: left;
		width: 225px;
		border-right: 1px solid #c9c8c8;
	}
	#gFooter .inner .wrap .top .box .tel .num {
		margin-bottom: 2px;
	}
	#gFooter .inner .wrap .top .box .tel .time {
		font-size: 1.3rem;
		font-weight: 500;
		letter-spacing: 0.09rem;
	}
	#gFooter .inner .wrap .top .box .tel .time span.tit {
		display: inline-block;
		background: #fdebbd;
		padding: 3px 0;
		margin-right: 7px;
		font-size: 1.1rem;
		border-radius: 3px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		line-height: 1;
		vertical-align: text-bottom;
		width: 60px;
		text-align: center;
	}
	#gFooter .inner .wrap .top .box .tel .time span.right {
		font-size: 1.1rem;
	}
	#gFooter .inner .wrap .top .box .mail {
		padding-left: 20px;
		float: right;
		width: 229px;
	}
	#gFooter .inner .wrap .top .box .mail .tit {
		line-height: 1.05;
		margin-bottom: 7px;
		padding-left: 5px;
	}
	#gFooter .inner .wrap .top .box .mail .btn a {
		color: #fff;
		background: #1bb8b5;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-bottom: 3px solid #17908d;
		text-align: center;
		padding: 9px;
	}
	#gFooter .inner .wrap .top .box .mail .btn span {
		background: url("../img/common/ico_arw_pc.png") no-repeat left center;
		background-size: 16px;
		padding-left: 26px;
		font-size: 1.6rem;
		font-weight: 500;
	}
	#gFooter .inner .wrap .top .logo {
		margin: 4px 0 20px -6px;
	}
	#gFooter .inner .wrap .top .logo img {
		height: auto !important;
	}
	#gFooter .inner .wrap .top>.tit {
		position: absolute;
		left: 67px;
		top: -2px;
		font-size: 1.2rem;
		letter-spacing: 0.07rem;
	}
	#gFooter .inner .wrap .mid {
		position: relative;
		float: right;
		width: 450px;
	}
	#gFooter .inner .wrap .mid .img {
		width: 46.5%;
	}
	#gFooter .inner .wrap .mid .tit {
		font-size: 1.3rem;
		font-weight: 500;
		padding: 8px 0 1px;
	}
	#gFooter .inner .wrap .mid .add {
		padding-bottom: 14px;
		line-height: 1.4;
		font-size: 1.2rem;
	}
	#gFooter .inner .wrap .mid .btn a {
		background: #f08300;
		text-align: center;
		font-weight: 500;
		font-size: 1.3rem;
		color: #fff;
		width: 80px;
		padding: 2px 0 7px;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		line-height: 1;
	}
	#gFooter .inner .wrap .mid .icon {
		position: absolute;
		right: 0;
		top: -10px;
		/*width: 47%;*/
	}
	#gFooter .inner .wrap .mid .icon img {
		width: auto;
	}
	#gFooter .inner .btm {
		background: #f4f5f4;
		padding: 7px 0;
		float: none;
		width: 100%;
	}
	#gFooter .inner .btm .box {
		width: 1060px;
		margin: 0 auto;
		position: relative;
	}
	#gFooter .inner .btm .btn {
		position: absolute;
		right: 0;
	}
	#gFooter .inner .btm .btn a {
		font-size: 1.4rem;
		padding: 12px 0;
		text-decoration: underline;
	}
	#gFooter .inner .btm .btn a:hover {
		text-decoration: none;
	}
	#gFooter .inner .btm .btn a span {
		background: url("../img/common/footer/ico_link_pc.png") no-repeat right center;
		padding-right: 20px;
	}
	#gFooter .inner small {
		display: block;
		font-size: 1.2rem;
		padding: 17px 0 16px;
		line-height: 1.65;
	}
}