#gHeader .sp,
#gFooter .sp{
	display: none !important;
}

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

@media screen and (max-width: 767px) {
	#gHeader a:hover,
	#gHeader a:hover img,
	#gFooter a:hover,
	#gFooter a:hover img{
		opacity: 1 !important;
	}

	#gHeader .sp,
	#gFooter .sp{
		display: block !important;
	}
	
	#gHeader .pc,
	#gFooter .pc{
		display: none !important;
	}
	
	#gHeader a[href^="tel:"],
	#gFooter a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader .hBox {
	padding: 23px 63px 19px;
	position: relative;
	text-align: right;
	line-height: 1.5;
	background-color: #000e57;
}

#gHeader .hBox .hTel {
	text-align: right;
}

#gHeader .hBox h1 {
	top: 18px;
	left: 37px;
	position: absolute;
    z-index: 1000;
}

@media screen and (max-width: 767px) {	
	#gHeader .menu {
		padding: 6px 5px 5px;
		text-align: right;
		background-color: #1e1e1e;
	}
	
	#gHeader .menu img {
		width: 83px;
	}
	
	#gHeader .hBox {
		padding: 8px 17px 11px 18px;
	}
	
	#gHeader .hBox h1 {
		width: 31%;
		position: static;
		top: auto;
		left: auto;
		float: left;
		text-align: left;
	}
	
	#gHeader .hBox h1 img {
		width: 100%;
		max-width: 104px !important;
	}
	
	#gHeader .hBox .hTel {
		margin-top: 18px;
		float: right;
		width: 67%;
	}
	
	#gHeader .hBox .hTel img {
		width: 100%;
		max-width: 226px !important;
	}
}
/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
	padding: 0 63px 0;
	background: url(../../images/common/navi_bg.png) repeat left top;
}

#gNavi > ul {
	width: 843px;
	float: right;
}

#gNavi > ul li {
	margin-right: 44px;
	font-size: 16px;
	float: left;
	position: relative;
}

#gNavi > ul li a {
	padding: 23px 0 26px 13px;
	color: #fff;
	display: block;
	line-height: 1;
	letter-spacing: 1px;
	background: url(../../images/common/icon01.png) no-repeat left center;
}

#gNavi > ul li a:hover,
#gNavi > ul li a.on {
	text-decoration: underline;
}

#gNavi > ul li:nth-child(2) {
	margin-right: 37px;
}

#gNavi > ul li:last-child {
	margin-right: 0;
}

#gNavi > ul > li:last-child a {
	padding-left: 3px;
	background: none;
}

#gNavi li ul.sub-menu {
	margin: 0 0 0 -120px;
	padding: 20px 15px 25px;
	width: 240px;
	position: absolute;
	z-index: 9999;
	top: 100%;
	left: 50%;
	box-sizing: border-box;
	background-color: #222222;
	display: none;
}

#gNavi li ul.sub-menu li {
	margin-bottom: 25px;
	float: none;
}

#gNavi li ul.sub-menu li:last-child {
	margin-bottom: 0;
}

#gNavi li ul.sub-menu a {
	padding: 0 0 0 13px;
	display: block;
	line-height: 1.3;
	background-position: left top 6px;
}

@media all and (-ms-high-contrast:none){
	#gNavi > ul li a {
		background-position: left top 2px;
	}
}

@media screen and (min-width: 768px) {
	#gNavi {
		display: block !important;
	}
}

@media screen and (max-width: 767px) {
	#gNavi {
		padding: 50px 30px 50px;
		width: 100%;
		position: absolute;
		top: 36px;
		left: 0;
		display: none;
		box-sizing: border-box;
		z-index: 100;
	}
	
	#gNavi > ul {
		width: auto;
		float: none;
	}
	
	#gNavi > ul li {
		margin: 0 0 25px;
		float: none;
	}
	
	#gNavi > ul li:last-child {
		margin-bottom: 0;
	}
	
	#gNavi > ul li a:hover {
		text-decoration: none;
	}
	
	#gNavi > ul li a {
		padding: 0 0 0 13px;
		background-position: left top 4px;
	}
	
	#gNavi li ul.sub-menu {
		margin: 0;
		width: auto;
		padding: 36px 0 16px 15px;
		position: static;
		top: auto;
		left: auto;
		display: block;
	}
	
	#gNavi li ul.sub-menu a {
		font-size: 13px;
		background-position: left top 3px;
	}
}


/*------------------------------------------------------------
	ナビ刷新
------------------------------------------------------------*/

#global-nav {
    margin-top: 0px;
    background-color: #222122;
    background-image: url(../../images/common/navi_bg.png);
}


.navbg {
	background-image: url(../../images/common/navi_bg.png);
}

#menu {
	display: block;
    height: auto;
    margin: 0 0 0 0px;
    padding: 0;
    float: right;
}

#menu li {
	float: left;
    /* width: 20%; */
    position: relative;
    z-index: 1;
}

#menu li a {
	padding: 17px 20px;
    border-top: none;
    border-right: none;
    background: none;
    color: #fff;
    display: inline-block;
    margin: auto;
    /* width: 200px; */
    box-sizing: border-box;
}

#menu li a:before {
    color: #fff;
    content: "\f138";
    font-family: FontAwesome;
    margin-right: 3px;
}

#menu li ul.sub-menu {
	list-style: none;
    position: absolute;
    z-index: 9999;
    top: 100%;
    left: 0;
    margin: 0;
    padding: 0;
}

#menu li ul.sub-menu li {
	overflow: hidden;
    height: 0;
    transition: .2s;
}

#menu li ul.sub-menu li a {
	background-color: #2C2C2C;
    width: 200px;
}
	
@media screen and (min-width: 768px) {
	#menu {
		display: block !important;
	}
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 42px 0 56px;
	line-height: 1.5;
	background-color: #000;
}

#gFooter .fBox {
	margin: 0 auto;
	padding-right: 1px;
	max-width: 1000px;
	box-sizing: border-box;
}

#gFooter .fBox .leftBox {
	margin-top: 1px;
	width: 480px;
	float: left;
}

#gFooter .fBox .photo {
	float: right;
}

#gFooter .topBox {
	margin-bottom: 28px;
}

#gFooter .topBox .fLogo {
	margin-top: 1px;
	float: left;
}

#gFooter .topBox .textBox {
	width: 311px;
	float: right;
	line-height: 1.5;
}

#gFooter .topBox .textBox h3 {
	color: #fff;
	font-size: 20px;
}

#gFooter .topBox .textBox h3 span {
	color: #ccd1ea;
	font-weight: normal;
    font-size: 13px;
    padding-left: 7px;
}

#gFooter .topBox .textBox p {
	color: #fff;
	font-size: 14px;
	letter-spacing: 1px;
}

#gFooter .topBox .textBox .tel {
	margin: 7px 0;
}

#gFooter .topBox .textBox .snsUl {
	margin-top: 10px;
}

#gFooter .topBox .textBox .snsUl li {
	margin-right: 8px;
	display: inline-block;
}

#gFooter .topBox .textBox .snsUl li a:hover {
	opacity: 0.7;
}

#gFooter .topBox .textBox .snsUl li:last-child {
	margin-right: 0;
}

#gFooter .mapBox {
	height: 200px;
}

#gFooter .mapBox iframe {
	height: 200px;
}
@media screen and (max-width: 767px) {
	#gFooter {
		padding: 34px 23px 24px;
	}
	
	#gFooter .fBox .leftBox,
	#gFooter .fBox .photo {
		width: auto;
		float: none;
	}
	
	#gFooter .fBox .topBox {
		margin: 0 auto 24px;
		width: 240px;
	}
	
	#gFooter .topBox .fLogo img {
		width: 70px;
	}
	
	#gFooter .topBox .textBox {
		margin-top: 1px;
		width: 155px;
	}
	
	#gFooter .topBox .textBox h3 {
		color: #fff;
	}
	
	#gFooter .topBox .textBox .tel img {
		width: 104px;
	}
	
	#gFooter .topBox .textBox p {
		font-size: 7px;
		letter-spacing: 0;
	}
	
	#gFooter .topBox .textBox .tel {
		margin-bottom: 6px;
	}
	
	#gFooter .topBox .textBox .snsUl li img {
		width: 15px;
	}
	
	#gFooter .topBox .textBox .snsUl {
		margin: 10px 0 0 14px;
	}
	
	#gFooter .topBox .textBox .snsUl li {
		margin-right: 4px;
	}
	
	#gFooter .mapBox {
		margin-bottom: 10px;
		height: 139px;
	}
	
	#gFooter .mapBox iframe {
		width: 100%;
		height: 139px;
	}
	
	#gFooter .fBox .photo img {
		width: 100%;
	}
}