@charset "UTF-8";

/*=========================================================
	Footer
=========================================================*/
.site-footer{
	background-color:#000000;
	background-image:url(../../images/bg/footer_bg.jpg);
	background-size:1900px auto;
	background-position:center bottom;
	background-repeat:no-repeat;
}

.FooterSec{
	padding:7.813rem 0 6rem;
}

.Footer-title{
	text-align:center;
	font-size:2.25rem;
	line-height:1.4em;
	color:#fff;
	font-weight:700;
	margin-bottom:4.188rem;
}

.Footer-sub{
	text-align:center;
	font-size:1.125rem;
	line-height:1.5em;
	color:#fff;
	margin-top:3.563rem;
}

.FooterInfo-inner{
	display:flex;
	flex-wrap:wrap;
	margin:-1rem -0.1rem;
}

.FooterInfo-item{
	width:23%;
	padding:1rem 0.1rem;
}

.FooterInfo-item:first-child{
	width:31%;
}

.FooterInfoPostTitle{
	margin-bottom:1.25rem;
	font-size:0;
	line-height:0;
	text-align:center;
}

.FooterInfoPostTitle-text{
	font-size:1.125rem;
	line-height:1.2em;
	position:relative;
	color:#fff;
	font-weight:700;
	padding-left:1.875rem;
	display:inline-block;
}

.FooterInfoPostTitle-text:before{
	content:"";
	position:absolute;
	top:50%;
	left:0;
	transform:translateY(-50%);
	width:1.5rem;
	height:1.5rem;
	background-size:100% 100%;
}

.FooterInfoPostText{
	font-size:0;
	line-height:0;
	text-align:center;
}

.FooterInfoPostText-text{
	font-size:1.5rem;
	line-height:1.4em;
	color:#fff;
	font-weight:700;
	display:inline-block;
}

.Homepage .FooterInfoPostText-text{
	padding-right:1.875rem;
	position:relative;
}

.Homepage .FooterInfoPostText-text:after{
	content:"";
	width:1.5rem;
	height:1.5rem;
	background-image:url(../../images/icon/ico_nw_window.svg);
	background-size:100% 100%;
	position:absolute;
	top:50%;
	right:0;
	margin-top:-0.125rem;
	transform:translateY(-50%);
}

.FooterInfoPostText-tel{
	font-size:1.75rem;
	line-height:1.4em;
	color:#fff;
	font-weight:700;
	font-family: 'VITRO CORE';
}

.Address .FooterInfoPostTitle-text:before{
	background-image:url(../../images/icon/ico_address.svg);
}

.Tel .FooterInfoPostTitle-text:before{
	background-image:url(../../images/icon/ico_tel.svg);
}

.Fax .FooterInfoPostTitle-text:before{
	background-image:url(../../images/icon/ico_fax.svg);
}

.Homepage .FooterInfoPostTitle-text:before{
	background-image:url(../../images/icon/ico_home.svg);
}

@media screen and (min-width: 1025px){
	.Homepage .FooterInfoPostText-text:hover{
		text-decoration:underline;
	}
}

@media screen and (max-width: 1024px) and (min-width: 768px){
	.site-footer{
		background-size: 110vw auto;
	}
	
	.FooterSec{
		padding: 5.813rem 0 6rem;
	}
	
	.FooterInfo{
		max-width:39rem;
		margin-left:auto;
		margin-right:auto;
	}
	
	.FooterInfo-item{
		width:50% !important;
	}
	
	.Footer-title{
		font-size:2rem;
	}
	
	.FooterInfoPostText-text{
		font-size:1.3rem;
	}
	
	.FooterInfoPostText-tel{
		font-size:1.5rem;
	}
}

@media screen and (max-width:767px) and (min-width:1px){
	.site-footer{
		background-size: 110vw auto;
	}
	
	.FooterSec{
		padding: 3.4rem 0 4rem;
	}
	
	.FooterInfo{
		max-width:26rem;
		margin-left:auto;
		margin-right:auto;
	}
	
	.FooterInfo-item{
		width:50% !important;
	}
	
	.Footer-title{
		font-size:1.3rem;
		line-height:1.6em;
		margin-bottom: 2.188rem;
	}
	
	.FooterInfoPostText-text{
		font-size:1.3rem;
	}
	
	.FooterInfoPostTitle{
		margin-bottom:0.875rem;
	}
	
	.FooterInfoPostText-tel{
		font-size:1rem;
	}
	
	.Footer-sub{
		font-size:0.875rem;
		margin-top: 2.563rem;
	}
	
	.FooterInfoPostTitle-text{
		font-size:0.875rem;
		padding-left: 1.5rem;
	}
	
	.FooterInfoPostText-text{
		font-size:0.875rem;
	}
	
	.FooterInfoPostTitle-text:before{
		width:1.2rem;
		height:1.2rem;
	}
	
	.Homepage .FooterInfoPostText-text{
		padding-right:1.25rem;
	}
	
	.Homepage .FooterInfoPostText-text:after{
		width:1rem;
		height:1rem;
	}
}

/*=========================================================
	PageError 
=========================================================*/
body.error404 .site-footer{
	display:none;
}

body.error404 .site-content{
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top:0;
}

.PageError{
	text-align: center;
	width:100%;
}

.PageError-ico{
	width:25rem;
	max-width:100%;
	line-height:0;
	margin:0 auto 2rem;
}

.PageError-title{
	color:#000;
	font-size:2.75rem;
	font-weight:bold;
	line-height:1.4em;
}
.PageError-text{
	margin-top:0.938rem;
	color:#000;
	font-size:1.063rem;
	line-height:1.4em;
}
.PageErrorBtn{
	margin-top:5.625rem;
	font-size:0;
	line-height:0;
}
.PageErrorBtn-link{
	display:inline-block;
	padding:1rem 2.75rem;
	line-height:1.2em;
	color:#000;
	font-size:1rem;
	font-weight:700;
	border: 2px solid #000;
}

/*responsive*/
@media screen and (max-width: 1024px) and (min-width: 768px){
	.PageErrorBtn{
		margin-top: 3.625rem;
	}
}

@media screen and (max-width:767px) and (min-width:1px){
	.PageError-title{
		font-size: 2rem;
	}
	
	.PageErrorBtn{
		margin-top: 3.25rem;
	}
}