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

html {
	font-size: 62.5%;
}

body, table, input, textarea, select, option {
	font-family: "游明朝","YuMincho","Hiragino Mincho Pro","MS PMincho","ＭＳ Ｐ明朝","ヒラギノ明朝 Pro W6",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;
	max-width: 100%;
}

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

a:visited {
}

a:hover {
}

a:active {
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1200px;
	color: #231815;
	font-size: 1.8rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #efefef;
}

#container {
	text-align: left;
}

#main {
	margin: 0 auto 34px;
	width: 930px;
}

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

@media all and (min-width: 768px) {
	.sp {
		display: none !important;
	}
}

@media all and (max-width: 767px) {
	body {
		min-width: inherit;
		font-size: 1.2rem;
	}

	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	
	.pc {
		display: none !important;
	}
	
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
	
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	min-height: 690px;
	background: url("../../img/index/main_img.jpg") no-repeat center bottom;
	background-size: 100% auto;
}

#gHeader h1 {
	font-size: 5rem;
	color: #fff;
	padding: 17px 0;
	text-align: center;
	background-color: rgba(35,24,21,0.76);
}

#gHeader h1 span {
	padding: 11px 20px 8px;
	display: block;
	background-color: rgba(0,0,0,0.76);
}
@media all and (max-width: 767px) {
	#gHeader {
		min-height: 220px;
	}
	
	#gHeader h1 {
		font-size: 1.5rem;
	}
	
	#main {
		width: auto;
		padding: 0 15px;
	}
}

/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
}

#gNavi li {
}

@media all and (max-width: 767px) {
}
/*------------------------------------------------------------
	パンクズリスト
------------------------------------------------------------*/
#pagePath {
}

#pagePath li {
	display: inline;
	color: #000;
	font-size: 1.2em;
}

#pagePath a {
}

@media all and (max-width: 767px) {
}
/*------------------------------------------------------------
	conts
------------------------------------------------------------*/
#conts {

}

@media all and (max-width: 767px) {
}
/*------------------------------------------------------------
	sideBar
------------------------------------------------------------*/
#sideBar {

}

@media all and (max-width: 767px) {
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	background-color: #201715;
	overflow: hidden;
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, 'ヒラギノ角ゴ Pro W3',"Hiragino Kaku Gothic Pro",Verdana,Arial,Helvetica,"ＭＳ Ｐゴシック","MS UI Gothic",sans-serif;
}

#gFooter .f-group-map {
	color:#FFFFFF;
	margin: 0 auto;
	width: 970px;
	padding: 9px 0;
	font-size: 1.3rem;
	padding-bottom:5px;
}

#gFooter .f-group-map a{
	color:#FFFFFF;
	text-decoration:none;
}

.f-group-map .f-group-main-title {
	padding: 6px 0 15px;
	position: relative;
	text-align: center;
	font-size: 14px;
	font-weight: 400;
}

.f-group-map .f-group-main-title:before {
	width: 100%;
	height: 1px;
	display: block;
	content: '';
	background-color: #fff;
	position: absolute;
	top: 36%;
	z-index: 1;
}

.f-group-map .f-group-main-title span {
	margin: 0 2.5em;
	padding: 0 1em;
	display: inline-block;
	background-color: #000;
	position: relative;
	text-align: left;	
	z-index: 2;
}


.f-group-map .f-group-contents-area .f-group-box {
	width: 17%;
	margin: 0 0 0 12px;
	float: left;
}

.f-group-map .f-group-contents-area .f-group-box:last-child {
	margin: 0 0 0 0;
}

.f-group-map .f-group-contents-area .f-group-box.narrow {
	width: 14%;
}

.f-group-map .f-group-contents-area .f-group-sub-title {
	padding: 0 0 6px;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 1.2;
}

.f-group-map .f-group-contents-area ul li {
	padding: 0 0 6px 4px;
}

.f-group-map .f-group-contents-area ul .liStyle {
	padding-bottom: 27px;
}

.f-group-map .naviUl {
	margin-bottom: 20px;
}

#gFooter .f-social{
	text-align:center;
	margin-bottom:26px;
}

#gFooter .f-social li{
	display:inline-block;
	margin:0 2px;
}

#gFooter .f-social li img{
	width: 34px;
	height: 34px;
}

#gFooter .f-group-contents-area .f-group-sub-title a:hover,
#gFooter li a:hover {
	opacity: 0.7;
}

#gFooter .address{
	float:right;
	padding-right: 10px;
}

#gFooter .address p {
	margin-bottom: 0;
	text-align: right;
}

#gFooter .address a {
	text-decoration: none;
	color: #DFDFDF;
}

#gFooter .f-group-area {
	padding-bottom: 5px;
}



@media all and (max-width: 767px) {
	#gFooter .f-group-map {
		width: auto;
		padding: 15px 0;
		font-size: 1.2rem;
	}
	
	.f-group-map .f-group-contents-area {
		margin: 0 10px;
	}
	
	.f-group-map .f-group-contents-area .f-group-box {
		width: 48% !important;
		margin: 0 0 20px;
	}
	
	.f-group-map .f-group-contents-area .f-group-box:nth-child(2n) {
		float: right;
	}
	
	.f-group-map .f-group-contents-area .f-group-sub-title {
		font-size: 1.3rem;
	}
	
	#gFooter .address {
		float: none;
		text-align: center;
		padding: 0;
	}
	
	#gFooter .address p {
		text-align: center;
	}
}

@media all and (-ms-high-contrast:none){
	#gHeader h1 span {
		padding: 19px 20px 0px;
	}
}