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

@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 100;
    src: url('../../fonts/NotoSansCJKjp-Thin.eot'); /* IE9 Compat Modes */
    src: url('../../fonts/NotoSansCJKjp-Thin.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../../fonts/NotoSansCJKjp-Thin.woff') format('woff'), /* Modern Browsers */
    url('../../fonts/NotoSansCJKjp-Thin.ttf')  format('truetype'); /* Safari, Android, iOS */
}

@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 200;
    src: url('../../fonts/NotoSansCJKjp-Light.eot');
    src: url('../../fonts/NotoSansCJKjp-Light.eot?#iefix') format('embedded-opentype'),
    url('../../fonts/NotoSansCJKjp-Light.woff') format('woff'),
    url('../../fonts/NotoSansCJKjp-Light.ttf')  format('truetype');
}

@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 300;
    src: url('../../fonts/NotoSansCJKjp-DemiLight.eot');
    src: url('../../fonts/NotoSansCJKjp-DemiLight.eot?#iefix') format('embedded-opentype'),
    url('../../fonts/NotoSansCJKjp-DemiLight.woff') format('woff'),
    url('../../fonts/NotoSansCJKjp-DemiLight.ttf')  format('truetype');
}

@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 400;
    src: url('../../fonts/NotoSansCJKjp-Regular.eot');
    src: url('../../fonts/NotoSansCJKjp-Regular.eot?#iefix') format('embedded-opentype'),
    url('../../fonts/NotoSansCJKjp-Regular.woff') format('woff'),
    url('../../fonts/NotoSansCJKjp-Regular.ttf')  format('truetype');
}

@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 500;
    src: url('../../fonts/NotoSansCJKjp-Medium.eot');
    src: url('../../fonts/NotoSansCJKjp-Medium.eot?#iefix') format('embedded-opentype'),
    url('../../fonts/NotoSansCJKjp-Medium.woff') format('woff'),
    url('../../fonts/NotoSansCJKjp-Medium.ttf')  format('truetype');
}

@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 700;
    src: url('../../fonts/NotoSansCJKjp-Bold.eot');
    src: url('../../fonts/NotoSansCJKjp-Bold.eot?#iefix') format('embedded-opentype'),
    url('../../fonts/NotoSansCJKjp-Bold.woff') format('woff'),
    url('../../fonts/NotoSansCJKjp-Bold.ttf')  format('truetype');
}

@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 900;
    src: url('../../fonts/NotoSansCJKjp-Black.eot');
    src: url('../../fonts/NotoSansCJKjp-Black.eot?#iefix') format('embedded-opentype'),
    url('../../fonts/NotoSansCJKjp-Black.woff') format('woff'),
    url('../../fonts/NotoSansCJKjp-Black.ttf')  format('truetype');
}

body,
table,
input, textarea, select, option {
	font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", 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: #565656;
	text-decoration: none;
}

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

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

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

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1000px;
	color: #565656;
	font-size: 13px;
    font-weight: 200;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}

#container {
	padding-top: 100px;
	text-align: left;
	position: relative;
}

#main {

}

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

.sp {
	display: none !important;
}

@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 {
		padding-top: 50px;
	}

}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	padding: 14px 0 19px;
	width: 100%;	
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	transition: all ease 0.3s;
	-webkit-transition: all ease 0.3s;
	box-sizing: border-box;
	background-color: #fff;
}

#gHeader.on {
	position: fixed;
}

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

#gHeader .hBox h1 {
	width: 259px;
	float: left;
}

#gHeader .hBox h1 img {
	max-width: 100%;
}

#gHeader .hLink {
	margin-top: 15px;
	width: 618px;
	float: right;
}

#gHeader .hLink .telBox {
	margin-top: 1px;
	width: 210px;
	float: left;
}

#gHeader .hLink .telBox p {
	font-size: 12px;
	letter-spacing: 0.8px;
}

#gHeader .hLink .telBox a {
	display: block;
}

#gHeader .hLink .telBox a span {
	padding-left: 30px;
	display: inline-block;
	color: #737373;
	font-size: 23px;
	font-weight: 500;
	word-break: break-all;
	letter-spacing: 1px;
	line-height: 1.15;
	background: url(../../img/common/icon01.png) no-repeat left top;
	font-family: "游ゴシック","Yu Gothic","游ゴシック体","YuGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Meiryo UI","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

#gHeader .hLink ul {
	width: 395px;
	float: right;
}

#gHeader .hLink li {
	width: 190px;
	float: left;
}

#gHeader .hLink li:nth-child(2n) {
	float: right;
}

#gHeader .hLink li a {
	display: block;
	position: relative;
}

#gHeader .hLink li a:hover {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

@media all and (min-width: 768px) and (max-width: 1024px) {
	#gHeader .hLink .telBox a span {
		letter-spacing: 1px;
	}
}

@media all and (min-width: 0) and (max-width: 767px) {
	#gHeader {
		padding: 0;
	}
		
	#gHeader .hBox {
		width: auto;
	}
	
	#gHeader .hBox h1 {
		margin: 6px 0 0 14px;
		width: 141px;
	}
	
	#gHeader .hLink {
		margin-top: 0;
		width: 210px;
	}
	
	#gHeader .hLink .telBox {
		margin-top: 0px;
		width: 70px;
	}
	
	#gHeader .hLink .telBox img {
		max-width: 100%;
	}
	
	#gHeader .hLink ul {
		width: 140px;
	}
	
	#gHeader .hLink li {
		width: 70px;
	}
	
	#gHeader .hLink li img {
		max-width: 100%;
	}

	#gHeader .hLink li a:hover {
		filter: alpha(opacity=100);
		opacity: 1;
	}
}

@media all and (min-width: 0) and (max-width: 374px) {
	#gHeader .hBox h1 {
		width: 120px;
	}
	
	#gHeader .hLink {
		width: 180px;
	}
	
	#gHeader .hLink .telBox {
		width: 60px;
	}
	
	#gHeader .hLink ul {
		width: 120px;
	}
	
	#gHeader .hLink li {
		width: 60px;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	background-color: #E5E5E5;
}

#gFooter .fBox {
	margin: 0 auto;
	padding: 83px 0 47px;
	width: 880px;
	position: relative;
}

#gFooter .fNavi {
	padding: 0 100px;
	text-align: center;
	box-sizing: border-box;
}

#gFooter .fNavi li {
	display: inline-block;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 0.95;
	border-right: 1px solid #565656;
	font-family: "游ゴシック","Yu Gothic","游ゴシック体","YuGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Meiryo UI","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

#gFooter .fNavi li:last-child {
	border-right: none;
}

#gFooter .fNavi a {
	padding: 0 13px;
}

#gFooter .fInner {
	margin-top: -19px;
}

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

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

#gFooter .fInner .copyright {
	margin: 71px -2px 0 0;
	width: 670px;
	float: right;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 1.2px;
	text-align: right;
	font-family: "游ゴシック","Yu Gothic","游ゴシック体","YuGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Meiryo UI","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

@media all and (min-width: 0) and (max-width: 767px) {
	#gFooter {
		overflow: hidden;
	}
	
	#gFooter .fBox {
		margin: 0 auto;
		padding: 35px 10px 16px;
		width: auto;
	}
	
	#gFooter .fNavi {
		margin-bottom: 15px;
		padding: 0;
		box-sizing: border-box;
	}
	
	#gFooter .fNavi li {
		font-size: 12px;
		letter-spacing: 0.65px;
	}
	
	#gFooter .fNavi a {
		padding: 0 9px;
		text-decoration: none;
	}
	
	#gFooter .fInner {
		margin: 0 20px;
	}
	
	#gFooter .fInner .fLogo {
		width: 39px;
	}
	
	#gFooter .fInner .copyright {
		margin: 25px -2px 0 0;
		width: 240px;
		font-size: 10px;
		letter-spacing: 1px;
	}
}


@media all and (min-width: 0) and (max-width: 374px) {	
	#container {
		padding-top: 43px;
	}

	#gFooter .fBox {
		padding: 35px 10px 16px;
	}
	
	#gFooter .fNavi a {
		padding: 0 4px;
	}
	
	#gFooter .fInner {
		margin: 0 5px;
	}
}
