/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 12 2025 | 12:28:13 */
/* ヘッダー */

#header  {
	background-color: #fff;
	color: #333;
	box-shadow: none;
}
#header .inner-header {
	flex-wrap: nowrap;
	max-width: 100%;
	height: 100px;
}
#header .inner-header .site__logo {
	max-width: 300px;
	margin-right: 0;
	margin-left: 10px;
}
@media (min-width: 767px) and (max-width: 860px) {
	#header .inner-header .site__logo {
		max-width: 250px;
	}
}
@media (max-width: 766px) {
	#header .inner-header .site__logo {
		max-width: 200px;
	}
	#header .inner-header {
	height: 60px;
}
}
#header .inner-header .site__logo .custom-logo {
    max-height: 100%;
}
#header .inner-header .bannerWrap {
    display: flex;
	align-items: center;
	margin-left: auto;
	margin-right: 40px;
	gap: 10px;
}
@media (max-width: 767px) {
	#header .inner-header .bannerWrap {
		display: none;
	}	
}
#header .inner-header .bannerWrap .item {
    max-width: 200px;
	max-height: 100px;
}
#header .inner-header .bannerWrap .item a {
	display: block;
    width: 100%;
}
.fixedBtn {
	position: fixed;
	top: 150px;
	right: 0;
	z-index: 10000;
}
.fixedBtn a {
	background-color: var(--header-bg);
	writing-mode: vertical-rl;
	width: 58px;
	height: 190px;
	display: grid;
	padding-top: 20px;
	place-items: center;
	color: #fff;
	letter-spacing: .2em;
	font-size: 16px;
	font-weight: bold;
}
.fixedBtn a::after {
	content: "";
	position: absolute;
	top: 20px;
	left: 50%;
	transform: translateX(-50%);
	background-image: url(https://test.kobayashi-shika.net/wp-content/uploads/2025/07/icon_mailWhite.webp);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
}
@media (max-width: 767px) {
	.fixedBtn {
		display: none;
	}	
}
@media (max-width: 767px) {
    .stk_g_nav.fadeIn.stk-hidden_pc {
        display: none;
    }
}
