/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 20 2025 | 00:37:28 */
@charset "utf-8";


/************************************************************
*	pc小　tablet
 ************************************************************/
@media screen and (max-width: 1300px) { 


}
@media screen and (max-width: 1250px) { 


}
@media screen and (max-width: 1000px) { 


}

/************************************************************
*	smartphone
 ************************************************************/
@media screen and (max-width: 480px) { 
html body{
	/*overflow-x:hidden;	*/
	font-size: 15px;
}

.pcHidden{
	display:block;
}
.spHidden{
	display:none;	
}
	.siteHeader_logo{
		text-align:center;
	}
.siteHeader_logo img{
	height:35px;
	margin-top:0px;
}
.siteHeader{
	height:65px;		
}
/*全体背景画像サイズ*/
html body.custom-background.page {
	background-size:1200px auto;
}




.site-footer-content .wp-block-image img{
	width:60%;
}

.vk-mobile-nav .widget_nav_menu ul li a, body .vk-mobile-nav nav ul li a {
	font-size:18px;
	color: var(--vk-color-primary);
}

.page_top_btn{
	width:50px;
	height:50px;
	bottom:1.5%;
}
.page_top_btn:hover{
	bottom:4.5%;
	transition:all 0.3s ease-out;
	/*transform:scale(1.1);*/
}
.page_top_btn::before {
	content: '';
	width: 18px;
	height: 18px;
	border: 2px solid white;
	border-left: 0;
	border-bottom: 0;
	transform: rotate(-45deg);
	transform-origin: top right;
	position: absolute;
	top: 12px;
	right: 25px;
	box-sizing: border-box;
	transition:all 0.5s ease-out;
  }
  .page_top_btn::after {
	content: '';
	width: 2px;
	height: 24px;
	border: 2px solid white;
	border-left: 0;
	border-bottom: 0;
	border-top: 0;
	transform-origin: top right;
	position: absolute;
	top: 14px;
	right: 24px;
	box-sizing: border-box;
  }


}