/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 05 2024 | 20:00:24 */
/* ヘッダー */

#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 .textCatch {
	font-size: 14px;
	letter-spacing: -0.1em;
	white-space: nowrap;
	margin-bottom: 0;
	margin-left: 3%;
	font-weight: bold;
	line-height: 1.4;
}
@media (max-width: 767px) {
	#header .inner-header .textCatch {
		display: none;
	}
}
@media (min-width: 1360px) {
	#header .inner-header .textCatch .hiddenWideDisplay {
		display: none;
	}
}
#header .inner-header .imgParco {
	display: flex;
	align-items: center;
	width: min(300px, 22%);
	margin-left: 3%;
	transform: translateY(-15px);
}
#header .inner-header .imgParco .img {
	flex-basis: 40%;
}
#header .inner-header .imgParco .logoArea {
	flex-basis: 40%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
#header .inner-header .imgParco .logoArea .logo {
	transform-origin: left bottom;
	transform: scale(.8) translateY(20px);
}
@media (max-width: 1050px) {
	#header .inner-header .imgParco {
		display: none;
	}
}
#header .inner-header .headerContectArea {
	display: flex;
	align-items: flex-start;
	position: absolute;
	top: 0;
	right: 0;
	width: min(48%, 900px);
	pointer-events: none;
}
@media (max-width: 1050px) {
	#header .inner-header .headerContectArea {
			width: 60%;
	}
}
#header .inner-header .headerContectArea .bgPattern {
	flex-basis: 53%;
	transform: translateX(34%);
}
#header .inner-header .headerContectArea .bg {
	flex-basis: 80%;
	position: relative;
}
#header .inner-header .headerContectArea .bg svg path {
	fill: var(--header-bg);
}
#header .inner-header .headerContectArea .bg .telWrap {
	position: absolute;
	top: 5px;
	right: 20px;
	color: #fff;
	text-align: right;
	font-weight: bold;
}
#header .inner-header .headerContectArea .bg .telWrap .telLink {
	display: inline-block;
	font-size: 22px;
	letter-spacing: .1em;
	position: relative;
	pointer-events: auto;
}
#header .inner-header .headerContectArea .bg .telWrap .telLink::before {
	content: "";
	position: absolute;
	top: 13px;
	left: -12px;
	transform: translateX(-50%);
	background-image: url(https://dental.pipora.com/img/2024/07/icon_telWhite.webp);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	width: 18px;
	height: 18px;
}
#header .inner-header .headerContectArea .bg .telWrap >p {
	font-size: 13px;
	transform: translateY(-5px);
	padding-left: 80px;
	letter-spacing: -.01em;
	line-height: 1.3;
}
@media (min-width: 1600px) {
	#header .inner-header .headerContectArea .bg .telWrap >p {
		font-size: 16px;
	}
}
@media (max-width: 900px) {
	#header .inner-header .headerContectArea .bg .telWrap >p {
		font-size: 12px;
	}
}
@media (max-width: 767px) {
	#header .inner-header .headerContectArea {
		display: none;
	}
}
@media (max-width: 767px) {
	.stk_g_nav.fadeIn.stk-hidden_pc {
		display: none;
	}	
}
.fixedBtn {
	position: fixed;
	top: 150px;
	right: 0;
	z-index: 10000;
}
.fixedBtn a {
	background-color: var(--accentColor);
	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://dental.pipora.com/img/2024/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;
	}	
}







