@charset "utf-8";
/* CSS Document */

.pc{display: block;}
.sp{display: none;}

.p-tel-group {
	margin: 6.5px 20px 0 0;
	text-align: right;
	position: relative;
	line-height: 1;
}
.p-tel-group a{
	position: absolute;
	display: inline-block;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}
.p-tel-group p{
	margin: 0 0 5px 0;
	font-size: 1.2rem;
}
.p-tel{
    display: inline-block;
    font-size: 2.5rem;
    font-weight: 500;
    font-family: "futura-pt", sans-serif;
    padding-left: 1.0em;
    background: url(../img/index/tel.svg) left center / 20px auto no-repeat;
}

@media screen and (max-width: 1198px) {

.pc{display: none;}
.sp{display: block;}

.p-tel-group {
	text-align: center;
	padding: 15px 0;
}

/*---------------------------------------------------------------------------------------------------------------------------------------- 1198px */
}