
/* コンタクトリンクボタン */
.l-c-b-box {
	width: 280px;
	display: none;
	opacity: 0;
	transition: 0.3s;
	z-index: 999;
}

#header-l-c-b-box {
	position: relative;
	display: inline-block;
	margin-right: 100px;
}

#bottom-l-c-b-box {
	display: inline-block;
	position: fixed;
	bottom: 20px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.contact-btn {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	font-size: 16px;
	padding: 8px 20px;
	height: 72px;
	background-color: orange;
	color: #fff;
	border: 3px solid #fff;
	cursor: pointer;
	border-radius: 12px;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
	text-align: left;
	background-image: url('../images/contact_bg.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right;
}

.contact-btn div {
	display: flex;
	flex-wrap: nowrap;
	height: 28px;
	line-height: 28px;
	margin: 0;
}

.contact-btn img {
	width: 28px;
	aspect-ratio: 1 / 1;
	margin: 0 10px 0 0;
}

/* ダミー */
.d-l-c-b-box {
	height: 0;
	width: 0;
	overflow: hidden;
}

#pop-bg {
	position: fixed;
	background-color: #fff;
	height: 100%;
	width: 100%;
	z-index: 99999;
	display: none;
	opacity: 0;
	transition: opacity 0.3s ease;
}

#pop-bg.show {
	display: block;
	/* 表示状態 */
	opacity: 0.9;
	/* 表示時に透明度を1に */
}

#confirm-pop {
	position: fixed;
	width: 80%;
	min-width: 340px;
	max-width: 465px;
	margin: auto;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #fff;
	padding: 20px 10px;
	text-align: center;
	z-index: 1000000;
	border: 2px solid #442200;
	border-radius: 12px;
	padding: 5px;
	display: none;
	opacity: 0;
	transition: opacity 0.3s ease;
	font-size: 14px;
	overflow: hidden;
}

#pop-close2 {
	position: absolute;
	top: -1px;
	right: -1px;
	width: 36px;
	height: 36px;
	margin: 0;
	background-color: #442200;
	border: 0px solid transparent;
	color: #fff;
	border-radius: 0 12px 0 12px;
	font-size: 24px;
	z-index: 100;
	display: flex;
	align-items: center;
}

#pop-top {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin-top: 10px;
}

#confirm-pop img {
	width: 100%;
	margin: 0;
}

#confirm-pop #pop-top-text {
	margin: 10px auto;
	text-align: left;
	color: #442200;
	font-size: 18px;
	line-height: 24px;
}

#confirm-pop h1 {
	font-size: 20px;
	margin: 20px auto;
}

#confirm-pop p {
	font-size: 14px;
	text-align: center;
}

#confirm-pop .caution {
	color: #f22;
	font-size: 12px;
	background-color: transparent;
	border: 0px solid transparent;
}

#confirm-pop ul {
	margin: 10px auto 20px auto;
}

#confirm-pop li {
	font-size: 10px;
}

#pop-policy {
	text-decoration: underline;
	font-size: 12px;
	margin: 10px auto;
}

#link-box {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 5px;
	margin-top: 30px;
	background-color: transparent;
}

#confirm-tel,
#confirm-line {
	width: 100%;
	text-align: center;
	background-color: transparent;
	margin: 15px auto;
}

#confirm-line {}

#confirm-tel {}

#confirm-tel img,
#confirm-line img {
	margin: auto;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
	border-radius: 16px;
	width: 80%;
	border: 3px solid #fff;
}

#pop-close1 {
	background-color: transparent;
	border: 0px solid transparent;
	margin: 20px auto;
}
