/*
Theme Name: AFFINGER Child
Template: affinger
Description: AFFINGER6 対応
Version: 20240601
*/

.eyecatch-copyurl{
	bottom: 50%;
	transform: translateY(50%);
	font-size: 4vmin;
	line-height: 1;
	padding-bottom: 9px;
	text-shadow:
		-2px 0 0 #fff,
		-2px 2px 0 #fff,
		0 2px 0 #fff,
		2px 2px 0 #fff,
		2px 0 0 #fff,
		2px -2px 0 #fff,
		0 -2px 0 #fff,
		-2px -2px #fff;
}
.eyecatch-copyurl i{ display: none; }
@media only screen and (min-width: 768px) {
	.eyecatch-copyurl{ font-size: 26px; }
}

/* footer */
#st-footer-logo #st-icon-logo{
	padding: 0;
}
@media only screen and (min-width: 768px) {
	#st-footer-logo{
		gap: 10px;
		margin-bottom: 10px;
	}
	#st-footer-logo #st-icon-logo{
		display: block;
		padding-bottom: 5px;
	}
	#st-footer-logo #st-icon-logo img{
		display: block;
		width: 150px;
		height: auto;
	}
}


/*media Queries スマートフォンとタブレットサイズ（959px以下）で適応したいCSS - スマホ・タブレット
---------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 959px) {


	/*-- ここまで --*/
}
	
/*media Queries タブレットサイズ（600px～959px）のみで適応したいCSS -タブレットのみ
---------------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 600px) and (max-width: 959px) {


	/*-- ここまで --*/
}	
	
/*media Queries タブレット（600px）以上で適応したいCSS -タブレット・PC
---------------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 600px) {


	/*-- ここまで --*/
}

/*media Queries PCサイズ（960px）以上で適応したいCSS - PCのみ
---------------------------------------------------------------------------------------------------*/
@media print, screen and (min-width: 960px) {


	/*-- ここまで --*/
}

/*media Queries スマホサイズ（599px）以下で適応したいCSS - スマホのみ
---------------------------------------------------------------------------------------------------*/
@media print, screen and (max-width: 599px) {

	
	/*-- ここまで --*/
}
