/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 31 2023 | 03:18:10 */
/* PC用のスタイル */
.pc {
  display: block;
}
/* スマホ用のスタイル */
.sp {
  display: none;
}
.site-body {
    padding-top: 0;
}
.site-footer-copyright p:nth-child(2) {
    display:none;
}
.entry-content.cf img {
    width: 100%;
}
.footlink{
	display:none;
}



@media screen and (max-width: 798px) {
	.footlink {
    display: block;
	}
.footlink a {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #000000;
    padding: 10px;
    text-align: center;
    z-index: 1000;
	    text-decoration: none;
    color: #fff;
    font-size: 15px;
}
		.footlink a:hover {
background:#00a6b3;
}
		.footlink a::after {
	  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f54f";
margin-left:10px;
}
	}