
@media screen and (max-width: 768px) {
	p>a>img[alt="お悩みの方はこちらへ ご相談・資料請求はこちら"]{
			display: none;
	}
}


/* #shiten::before {
	display: block;
	position: relative;
	width: 100vw;
	height: 84px;
}

header#header {
	width: 100vw;
	height: 84px;
}

div#headinner {
	position: fixed;
	width: 100vw;
	height: 84px;
	z-index: 99;
	background: url(//www.g-katekyo.com/wp-content/themes/gkportal/css/../images/bg_head_sp.jpg) 0 0 no-repeat, #fff;
	top: 0;
	box-shadow: 0 0 3px #00000044;
}

nav#globalnavi {
	position: fixed;
	width: 100vw;
	z-index: 98;
	top: 84px;
}

a#wrap_button {
	display: block;
	width: 0;
	height: 0;
}

span#panel-btn {
	display: block;
	position: fixed;
	top: 38px;
	right: 6%;
	left: unset;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #0065ac;
	z-index: 100;
}

#panel-btn:hover {
	background: #0065acf0;
}

#panel-btn-icon,
#panel-btn-icon::before,
#panel-btn-icon::after {
	background: #fff;
}

header #headsc{
	position: fixed;
	width: 100vw;
	top: 32px;
}
header .logo{
	display: block;
    margin: 0 auto;
}


#spfoot , #spfoot .contact {
	display: flex;
	flex-direction: column;
}
#spfoot {
	align-items: flex-end;
}
#spfoot p.tel, #spfoot ul.contact li{
	width: 52px;
	height: 52px;
	margin: 4px;
	padding: 0;
	border-radius: 16px;
}
#spfoot p.tel {
	background: #6daad5;
}

#spfoot a.telhref {
	display: inline-block;
	margin: 8px;
}
#spfoot :is(.tel a.telhref, ul.contact>li>a)::before{

	height: 36px;
	width: 36px;
	display: inline-block;
}

#spfoot .tel a.telhref::before {
	content: url(/wp-content/themes/gkportal/images/miyagi/phone.svg);
	width: 28px;
    height: 28px;
    margin: 4px;
}

#spfoot ul.contact li.b_cont {
	background: #eb785d;
}

#spfoot ul.contact>li>a {
	display: inline-block;
	background: none;
	padding: 0;
}

#spfoot ul.contact>li>a::before {
	line-height: 1.5;
	margin: 4px;
}
#spfoot ul.contact>li>a[href="https://www.g-katekyo.com/contact/"]::before {
	content: "資料請求";
}

#spfoot ul.contact li.b_free {
	background: #b3cd5c;
}

#spfoot ul.contact a[href="https://www.g-katekyo.com/contact/free-experience/"]::before {
	content: "無料体験";
}


#page-top{
	display:none;
} */