@charset "UTF-8";

/*子テーマ用「base.css」*/

/* ----------------------------------------------------
 SNSボタン
-----------------------------------------------------*/
.sns-wrap {
	width: 100%;
	margin-top: 1em;
	margin-bottom: 1%;
}

header p.snsp {
	display:none !important;
}

p.snsp {
	margin:0;
}

.sns {
	margin: 0 auto;
	list-style: none;
}

.sns a {
	text-decoration: none;
	font-size: 15px;
}

.sns {
	text-align: center;
}

.sns li {
	float: left;
	width: 32.3%;
	margin: 0 .5% 2%;
}

.sns a {
	position: relative;
	display: block;
	padding: 10px 5px;
	color: #fff;
	border-radius: 5px;
	text-align: center;
	line-height: 1.4em;
	height: 2.3em;
}

.sns span,
.sns .fa ,.sns .svg-inline--fa{
	margin-right: .4em;
	color: #fff;
}

svg:not(:root).svg-inline--fa,.sns .hatena-icon{
	display: block;
	margin: 0 auto;
}

.sns li a:hover {
	-webkit-transform: translate3d(0px,5px,1px);
	-moz-transform: translate3d(0px,5px,1px);
	transform: translate3d(0px,5px,1px);
	box-shadow: none;
}

.sns .twitter a {
	background: #55acee;
	box-shadow: 0 5px 0 #0092ca;
}

.sns .facebook a {
	background: #315096;
	box-shadow: 0 5px 0 #2c4373;
}

.sns .googleplus a {
	background: #dd4b39;
	box-shadow: 0 5px 0 #ad3a2d;
}

.sns .hatebu a {
	background: #008fde;
	box-shadow: 0 5px 0 #016DA9;
	line-height: 1.24em;
}

.sns .pocket a {
	background: #f03e51;
	box-shadow: 0 5px 0 #c0392b;
}

.sns .feedly a {
	background: #87c040;
	box-shadow: 0 5px 0 #74a436;
}

@media only screen and ( max-width: 736px ) {
	.sns li {
		width: 32.3%;
		margin: 0 .5% 4%;
	}
	
	.sns a {
		font-size: 13px;
		padding: 6px 3px;
	}
}

@media only screen and ( max-width: 320px ) {
	.sns .facebook a span.pc{font-size: 0.8em;}
	.sns .googleplus a span.pc{font-size: 0.7em;}
}