@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;
}

body {
	font-size: 62.5%;
}

body,
table,
input, textarea, select, option {
	font-family:"游ゴシック体", "Yu Gothic", YuGothic, 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',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: #333;
	text-decoration: none;
}

a:visited {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #333;
	text-decoration: underline;
}

a:active {
	color: #333;
	text-decoration: underline;
}

@font-face {
    font-family: "RobotoCondensed-Bold";
    font-style: normal;
    src: url('../../font/RobotoCondensed-Bold.eot'),; /* IE9 Compat Modes */
    src: url('../../font/RobotoCondensed-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../../font/RobotoCondensed-Bold.woff') format('woff'), /* Modern Browsers */
    url('../../font/RobotoCondensed-Bold.ttf')  format('truetype'); /* Safari, Android, iOS */
}

@font-face {
    font-family: "RobotoCondensed-BoldItalic";
    font-style: normal;
    src: url('../../font/RobotoCondensed-BoldItalic.eot'),; /* IE9 Compat Modes */
    src: url('../../font/RobotoCondensed-BoldItalic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../../font/RobotoCondensed-BoldItalic.woff') format('woff'), /* Modern Browsers */
    url('../../font/RobotoCondensed-BoldItalic.ttf')  format('truetype'); /* Safari, Android, iOS */
}

@font-face {
    font-family: "RobotoCondensed-Italic";
    font-style: normal;
    src: url('../../font/RobotoCondensed-Italic.eot'),; /* IE9 Compat Modes */
    src: url('../../font/RobotoCondensed-Italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../../font/RobotoCondensed-Italic.woff') format('woff'), /* Modern Browsers */
    url('../../font/RobotoCondensed-Italic.ttf')  format('truetype'); /* Safari, Android, iOS */
}

@font-face {
    font-family: "RobotoCondensed-Light";
    font-style: normal;
    src: url('../../font/RobotoCondensed-Light.eot'),; /* IE9 Compat Modes */
    src: url('../../font/RobotoCondensed-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../../font/RobotoCondensed-Light.woff') format('woff'), /* Modern Browsers */
    url('../../font/RobotoCondensed-Light.ttf')  format('truetype'); /* Safari, Android, iOS */
}

@font-face {
    font-family: "RobotoCondensed-LightItalic";
    font-style: normal;
    src: url('../../font/RobotoCondensed-LightItalic.eot'),; /* IE9 Compat Modes */
    src: url('../../font/RobotoCondensed-LightItalic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../../font/RobotoCondensed-LightItalic.woff') format('woff'), /* Modern Browsers */
    url('../../font/RobotoCondensed-LightItalic.ttf')  format('truetype'); /* Safari, Android, iOS */
}

@font-face {
    font-family: "RobotoCondensed-Regular";
    font-style: normal;
    src: url('../../font/RobotoCondensed-Regular.eot'),; /* IE9 Compat Modes */
    src: url('../../font/RobotoCondensed-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../../font/RobotoCondensed-Regular.woff') format('woff'), /* Modern Browsers */
    url('../../font/RobotoCondensed-Regular.ttf')  format('truetype'); /* Safari, Android, iOS */
}

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

#container {
	position: relative;
	text-align: left;
	background: #E6EBF4 url(../../img/common/body_bg.gif) repeat-y center top;
	background-size: 1300px auto;
}

#main {
}

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

.sp {
	display: none !important;
}

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

@media all and (min-width: 0) 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;
	}
	
	#container {
		position: inherit;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	background: url(../../img/common/header_bg.png) repeat left top;
	z-index: 1000;
}

#gHeader .hInner {
	padding: 30px 0 32px;
	margin: 0 auto;
	width: 1240px;
}

#gHeader .logo {
	float: left;
}

#gHeader .menu {
	display: none;
}

#gHeader .menu a,
#gHeader .menu a span {
  display: inline-block;
  transition: all 0.7s;
  box-sizing: border-box;
}

#gHeader .menu a {
  position: relative;
  width: 24px;
  height: 18px;
}

#gHeader .menu a span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
}

#gHeader .menu a span:nth-of-type(1) {
  top: 0;
}

#gHeader .menu a span:nth-of-type(2) {
  top: 8px;
}

#gHeader .menu a span:nth-of-type(3) {
  bottom: 0;
}

#gHeader .menu a.active span:nth-of-type(1) {
  -webkit-transform: translateY(8px) rotate(-45deg);
  transform: translateY(8px) rotate(-45deg);
}

#gHeader .menu a.active span:nth-of-type(2) {
  opacity: 0;
}

#gHeader .menu a.active span:nth-of-type(3) {
  -webkit-transform: translateY(-8px) rotate(45deg);
  transform: translateY(-8px) rotate(45deg);
}

.spBox {
	display: none;
}

@media all and (min-width: 0) and (max-width: 767px) {
	#gHeader {
		background: none;
	}
	
	#gHeader .hInner {
		width: auto;
		padding: 14px 20px 12px 16px;
		background: url(../../img/common/sp_header_bg.png) repeat left top;
	}
	
	#gHeader .menu {
		margin-top: 7px;
		float: right;
		display: block;
	}

	.spBox {
		display: none;
		position: absolute;
		z-index: 1000;
		left: 0;
		top: 60px;
		background: url(../../img/common/sp_bg02.png) repeat left top;
	}
	
	.spBox ul li {
		float: left;
		width: 100%;
	}
	
	.spBox ul li a {
		padding: 20px 10px 14px;
		display: block;
		color: #fff;
		opacity: 0;
		font-size: 10px;
		font-weight: bold;
		line-height: 1.25;
		text-align: center;
		text-decoration: none;
		transition: all 0.3s ease-in-out 0.3s;
		-webkit-transition: all 0.3s ease-in-out 0.3s;
		border-bottom: 1px solid #5E749D;
	}
	
	.spBox ul li:nth-child(1) a {
		transition-delay: .60s;
		-webkit-transition-delay: .60s;
	}
	
	.spBox ul li:nth-child(2) a {
		transition-delay: .55s;
		-webkit-transition-delay: .55s;
	}
	
	.spBox ul li:nth-child(3) a {
		transition-delay: .5s;
		-webkit-transition-delay: .5s;
	}
	
	.spBox ul li:nth-child(4) a {
		transition-delay: .45s;
		-webkit-transition-delay: .45s;
	}
	
	.spBox ul li:nth-child(5) a {
		transition-delay: .40s;
		-webkit-transition-delay: .40s;
	}
	
	.spBox ul li:nth-child(6) a {
		transition-delay: .35s;
		-webkit-transition-delay: .35s;
	}
	
	.spBox ul li:nth-child(7) a {
		transition-delay: .3s;
		-webkit-transition-delay: .3s;
	}
	
	.spBox.active ul li a {
		transform: translateY(0);
		-webkit-transform: translateY(0);
		opacity: 1;
	}
	
	.spBox.active ul li:nth-child(1) a {
		transition-delay: .3s;
		-webkit-transition-delay: .3s;
	}
	
	.spBox.active ul li:nth-child(2) a {
		transition-delay: .35s;
		-webkit-transition-delay: .35s;
	}
	
	.spBox.active ul li:nth-child(3) a {
		transition-delay: .40s;
		-webkit-transition-delay: .40s;
	}
	
	.spBox.active ul li:nth-child(4) a {
		transition-delay: .45s;
		-webkit-transition-delay: .45s;
	}
	
	.spBox.active ul li:nth-child(5) a {
		transition-delay: .50s;
		-webkit-transition-delay: .50s;
	}
	
	.spBox.active ul li:nth-child(6) a {
		transition-delay: .55s;
		-webkit-transition-delay: .55s;
	}
	
	.spBox.active ul li:nth-child(7) a {
		transition-delay: .60s;
		-webkit-transition-delay: .60s;
	}

	.spBox ul li:last-child a {
		border-bottom: none;
	}
	
	.spBox ul li a span {
		margin-bottom: 1px;
		font-size: 30px;
		font-weight: normal;
		font-family: "RobotoCondensed-Bold";
		display: block;
	}
}
/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
	padding-top: 4px;
	float: right;
}

#gNavi li {
	margin: 0 12px;
	display: inline;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
}

#gNavi li a {
	padding-bottom: 7px;
	display: inline-block;
	color: #fff;
	text-decoration: none;
}

#gNavi li:last-child {
	margin-right: 10px;
}

#gNavi li a:hover {
	border-bottom: 2px solid #fff;
}

@media all and (min-width: 0) and (max-width: 767px) {
	#gNavi {
		display: none;
	}
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	overflow: hidden;
}

.pageTop {
	display: none;
	position: fixed;
	right: 20px;
	bottom: 99px;
}

.pageTop img {
	width: 77px;
}

#gFooter .fBox {
	padding: 50px 0 61px;
	background-color: #003392;
	box-shadow: 0 -4px 15px #555;
}

#gFooter .infoBox {
	margin: 0 auto;
	width: 1000px;
	color: #fff;
}

#gFooter .lBox {
	float: left;
	width: 350px;
}

#gFooter .lBox .fLogo {
	margin-bottom: 18px;
}

#gFooter .lBox p {
	margin-bottom: 11px;
	line-height: 1.35;
}

#gFooter .lBox .map a {
	padding: 3px 0 3px;
	color: #003392;
	width: 100px;
	display: block;
	font-size: 14px;
	line-height: 1.2;
    font-family: "RobotoCondensed-Bold";
	text-align: center;
	text-decoration: none;
	background: url(../../img/common/f_btn_bg.gif) repeat-y center top;
	background-size: 100% 100%;
}

#gFooter .lBox .map a:hover {
	opacity: 0.7;
}

#gFooter .rBox {
	margin-top: -7px;
	float: right;
	width: 548px;
}

#gFooter .rBox .fNavi {
	float: left;
}

#gFooter .rBox .fNavi li {
	float: left;
	width: 126px;
}

#gFooter .rBox .fNavi li a {
	color: #fff;
	font-size: 14px;
}

#gFooter .rBox .fNavi li ul li {
	padding-bottom: 12px;
	float: none;
	width: 100%;
}

#gFooter .rBox .fNavi li ul li a {
	padding-left: 10px;
	display: inline-block;
	background: url(../../img/common/icon01.gif) no-repeat left center;
	background-size: 4px 5px;
}

#gFooter .rBox .subBox {
	float: right;
	width: 260px;
}

#gFooter .rBox .subBox p {
	margin-bottom: 5px;
}

#gFooter .rBox .subBox p a {
	color: #fff;
	font-size: 14px;
}

#gFooter .rBox .subBox ul {
	margin-right: -15px;
}

#gFooter .rBox .subBox ul li {
	padding: 0 12px 12px 0;
	display: inline-block;
}

#gFooter .rBox .subBox ul li a {
	color: #fff;
	font-size: 14px;
	padding-left: 13px;
	display: inline-block;
	background: url(../../img/common/icon01.gif) no-repeat left center;
	background-size: 4px 5px;
}

#gFooter .copyright {
	padding: 24px 0 33px;
	color: #003392;
	font-size: 14px;
    font-family: "RobotoCondensed-Regular";
	text-align: center;
	letter-spacing: 0.5px;
}

@media all and (min-width: 0) and (max-width: 767px) {
	body {
		font-size: 14px;
		min-width: inherit;
	}
	
	#container {
		background: url(../../img/common/sp_body_bg.gif) repeat-y left top;
		background-size: 100%  7px;
	}
	
	.pageTop {
		right: 10px;
		bottom: 40px;
	}
	
	.pageTop img {
		width: 38px;
	}
	
	#gFooter .infoBox {
		width: auto;
	}
	
	#gFooter .fBox {
		padding: 23px 0 20px;
		box-shadow: 0 -4px 10px #555;
	}
	
	#gFooter .lBox {
		float: none;
		width: 270px;
		margin: 0 auto;
	}
	
	#gFooter .rBox {
		display: none;
	}
	
	#gFooter .lBox .fLogo {
		margin-bottom: 11px;
	}
		
	#gFooter .lBox p {
		margin: 0 26px 16px;
		font-size: 12px;
		line-height: 1.55;
	}
	
	#gFooter .lBox .map {
		margin: 0 26px;
	}
	
	#gFooter .lBox .map a {
		padding: 7px 0 5px;
		width: 100%;
		background: url(../../img/common/sp_bg.gif) repeat-y left top;
		background-size: 100% 5px;
	}
	
	#gFooter .copyright {
		padding: 6px 0 9px;
		font-size: 10px;
	}
}
