/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 23 2025 | 20:33:08 */
/* ヘッダー右の電話番号エリア */

/* ヘッダー右側の余白調整（電話番号エリアが入るため） */
@media (min-width: 960px) {
	.w-header.pc_ {
		margin-right: 105px!important;
	}
	.c-gnav > .menu-item:last-of-type {
		display: none;
	}
	#body_wrap.home #header .c-gnav > .menu-item a {
/* 		text-shadow: 0 0 5px rgba(0, 0, 0, 1); */
		
/* 		text-shadow:
		1px 1px 0 rgba(0, 0, 0, .3),
		-1px -1px 0 rgba(0, 0, 0, .3),
		1px -1px 0 rgba(0, 0, 0, .3),
		-1px 1px 0 rgba(0, 0, 0, .3); */
		
/* 		text-shadow:
		-1px -1px 0 rgba(0, 0, 0, .2),
		1px -1px 0 rgba(0, 0, 0, .2),
		-1px  1px 0 rgba(0, 0, 0, .2),
		1px  1px 0 rgba(0, 0, 0, .2),
		0px -1px 0 rgba(0, 0, 0, .2),
		-1px  0px 0 rgba(0, 0, 0, .2),
		1px  0px 0 rgba(0, 0, 0, .2),
		0px  1px 0 rgba(0, 0, 0, .2); */
	}
}
#body_wrap.home #header .l-header__inner {
/* 	background-image: linear-gradient(to bottom, rgba(0, 0, 0, .7), rgba(0, 0, 0, .2) 60%, transparent 90%); */
/* 	background-color: rgba(0, 0, 0, .3); */
}

/* 画面右上コンタクトボタンの設置（固定＆追従）　*/
.cta-contact {
	height: 100px;
	position: absolute;
	transition: right .5s, top .5s;
	width: 100px;
	z-index: 1;
}
.cta-contact.-fixed {
	position: fixed;
}
.cta-contact-link {
	align-items: center;
	background-color: var(--color_main);
	border: 1px solid #fff;
	border-radius: 50%;
	color: #fff;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	font-size: 12px;
	height: 100%;
	transition: opacity .3s, transform .3s, color .3s, background-color .3s, border-color .3s;
	width: 100%;
	text-decoration: none;
}
.cta-contact-link:hover {
	background-color: #fff;
	border-color: var(--the-btn-color,var(--color_main));
	color: var(--the-btn-color,var(--color_main));
	opacity: 1;
}
.cta-contact-link .icon-mail {
	font-size: 30px;
	height: 30px;
	margin: 10px 0 8px;
	width: 30px;
}
.cta-contact-link .icon-more_arrow {
	font-size: 25px;
	height: 25px;
	margin-top: -8px;
	width: 25px;
}
.cta-contact.first-view,
.cta-contact.fixed {
	right: 40px;
	top: 10px;
}
@media (max-width: 959px) {
	.cta-contact {
		display: none;
	}
}

