/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 08 2026 | 23:41:52 */
/* ヘッダー上部右側の電話番号＆コンタクトボタンのスタイル */

.contactBoxWrap {
	margin-left: auto;
	display: flex;
	flex-direction: column;
}

#body_wrap.home [class^="contactBox"] {
	color: #333;
}

.contactBox01 {
	margin-bottom: 4px;
}

.contactBox01,
.contactBox03 {
	font-size: 11px;
	text-align: justify;
	text-align-last: justify;
}

.contactBox02 {
	font-weight: bold;
	font-size: 25px;
	letter-spacing: .05em;
	margin-bottom: 4px;
}

 .contactBox02 .tel {
	color: green!important;
	text-decoration: underline!important;
}

.contactBox02 .fas {
	color:var(--color_main);
}

.contactLink {
	margin-left: 1em;
	font-size: 16px;
	display: flex;
	align-items: center;
	padding: 0 2em;
	border: 2px solid #FF9A33;
	border-radius: 10px;
	background-color: #FF9A33;
	color: #fff;
	transition: .3s;
	font-weight: bold;
	text-shadow:  1px 1px 0 rgba(0, 0, 0, .1);
	box-shadow: 1px 1px 0 rgba(0, 0, 0, .1);
	gap: 5px;
}

.contactLink:hover {
	background: #fff;
	text-shadow: none;
	color: #FF9A33;
}

@media (min-width: 600px) {
	.-parallel .l-header__logo {
		display: flex;
		padding: 16px 48px;
	}
}

.headerRight {
	display: flex;
	margin-left: auto;
}


/* スマホで非表示*/
@media (max-width: 959px) {
	.headerRight {
		display: none;
	}
}