@charset "UTF-8";
/*=======================================================
.vb-popup系 ！書き換え禁止 ×
※ z-indexとオーバーレイ濃度のみ調整可
=======================================================*/
.vb-popup-overlay {
	display: none;
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, .5);
	z-index: 11000;
	justify-content: center;
	align-items: center;
}
.vb-popup-overlay.is-open {
	display: flex;
}
.vb-popup-open {
	overflow: hidden; /* ポップアップ表示中の背面スクロールを抑止 */
}

/*=======================================================
.c-lightbox ！書き換えOK ○
=======================================================*/
.c-lightbox {
	position: fixed;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 320px;
	max-height: calc(100vh - 48px);
	max-height: calc(100dvh - 48px);
	opacity: 1;
	visibility: visible;
	z-index: 11100;
	/*background: #FFFFFF;*/
}
.c-lightbox__close {
	position: absolute;
	top: -17px;
	right: -17px;
	width: 34px;
	height: 34px;
	background: url(/common/images/popup/btn_close.svg)no-repeat center center;
	background-size: contain;
	cursor: pointer;
	z-index: 1;
	/*background: #000000;*/
}
.c-lightbox__content {
	display: block;
	width: 100%;
	height: auto;
	max-height: calc(100vh - 48px);
	max-height: calc(100dvh - 48px);
	overflow-y: auto;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
}
@media screen and (min-width: 768px) {
	.c-lightbox {
		width: 700px;
	}
	.c-lightbox__close {
		top: -20px;
		right: -20px;
		width: 40px;
		height: 40px;
	}
}

/*=======================================================
.c-inquiryPopup ！書き換えOK ○
=======================================================*/
.c-inquiryPopup .u-only__sp {
	display: revert;
}
.c-inquiryPopup .u-only__tab-pc {
	display: none;
}
@media screen and (min-width: 768px) {
	.c-inquiryPopup .u-only__sp {
		display: none;
	}
	.c-inquiryPopup .u-only__tab-pc {
		display: revert;
	}
}
.c-inquiryPopup {
	background: #F9DF49;
	border-radius: 17px;
	display: flex;
	flex-direction: column;
}
.c-inquiryPopup__ttl {
	display: flex;
	flex-direction: column;
	gap: 0.15rem;
	padding: 1rem 1rem 2rem;
	background: url(/common/images/popup/bg_head.svg)no-repeat center bottom;
	background-size: 100% 100%;
	border-radius: 17px 17px 0 0;
}
.c-inquiryPopup__ttl__sub {
	width: 280px;
}
.c-inquiryPopup__ttl__sub img {
	width: 100%;
	height: auto;
}
.c-inquiryPopup__ttl__main {
	width: 294px;
}
.c-inquiryPopup__ttl__main img {
	width: 100%;
	height: auto;
}
.c-inquiryPopup__contents {
	padding: 0 1rem 1rem;
}
.c-inquiryPopup__txt {
	display: inline-block;
	padding-bottom: 2px;
	border-bottom: solid 1px #333333;
	font-size: 0.8125rem;
	font-weight: bold;
	line-height: 1.8;
	position: relative;
}
.c-inquiryPopup__txt span {
	background: #FDF798;
	padding: 3px;
}
.c-inquiryPopup__txt img {
	position: absolute;
	bottom: -0.5rem;
	left: 110%;
	width: 78px;
	height: 107px;
}
.c-inquiryPopup__list {
	display: flex;
	gap: 0.5rem;
	margin-top: 1rem;
	margin-bottom: 0.75rem;
}
.c-inquiryPopup__list li {
	width: calc(100% / 3);
	background: #36895B;
	border-radius: 8px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #FFFFFF;
	font-size: 0.875rem;
	font-weight: bold;
	line-height: 1.4;
	padding: 0.25rem;
}
.c-inquiryPopup__list li img {
	width: 26px;
	height: 26px;
}
.c-inquiryPopup__note {
	text-indent: -1em;
	padding-left: 1em;
	font-size: 0.75rem;
	line-height: 1.6;
	margin: 1rem 0 0;
}
@media screen and (min-width: 768px) {
	.c-inquiryPopup__ttl {
		padding: 1.5rem 1.5rem 1rem;
		gap: 0.75rem;
	}
	.c-inquiryPopup__ttl__sub {
		width: 450px;
	}
	.c-inquiryPopup__ttl__main {
		width: 566px;
	}
	.c-inquiryPopup__contents {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.c-inquiryPopup__txt {
		font-size: 1rem;
		padding: 3px 5px;
		background: #FDF798;
		display: flex;
		justify-content: center;
	}
	.c-inquiryPopup__txt span {
		padding: 0;
		background: none;
	}
	.c-inquiryPopup__txt img {
		width: 99px;
		height: 136px;
		left: auto;
		right: -136px;
		bottom: 0;
	}
	.c-inquiryPopup__list {
		width: 474px;
		margin: 1rem auto 0;
	}
	.c-inquiryPopup__list li {
		border-radius: 9999px;
		flex-direction: row;
		gap: 0.25rem;
		font-size: 1.125rem;
		z-index: 1;
	}
	.c-inquiryPopup__list li img {
		width: 30px;
		height: 30px;
	}
	.c-inquiryPopup__tel--pc {
		width: 524px;
		background: #FFFFFF;
		border-radius: 16px;
		padding: 2rem 1rem 1rem;
		margin: -1rem auto 1rem;
	}
	.c-inquiryPopup__tel--pc__num {
		display: flex;
		gap: 0.5rem;
		justify-content: center;
		align-items: center;
		font-size: 2.875rem;
		font-weight: bold;
		line-height: 1;
	}
	.c-inquiryPopup__tel--pc__num img {
		width: 39px;
		height: 48px;
	}
	.c-inquiryPopup__tel--pc__time {
		font-size: 0.875rem;
		line-height: 1;
		text-align: center;
		margin-top: 0.5rem;
	}
}
/* テキストリンクボタン */
.c-inquiryPopup__textLink {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0.5rem 0;
	border-bottom: solid 1px #333333;
	font-size: 1.1875rem;
	font-weight: bold;
	line-height: 1.3;
	margin-top: 0.75rem;
}
.c-inquiryPopup__textLink::after {
	content: "";
  display: inline-block;
  width: 0;
  height: 0;
	margin-left: 10px;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 10px solid #333333;
	position: relative;
}
/* ボタン */
.c-inquiryPopup__btn {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1rem;
	background: linear-gradient(180deg, #EB4E46 0%, #AF2D2D 100%);
	border-radius: 9999px;
	padding: 1rem;
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
}
.c-inquiryPopup__btn span {
	color: #FFFFFF;
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.3;
	text-shadow: 2px 2px 3px #8A460A;
}
.c-inquiryPopup__btn sup {
	font-size: 0.75rem;
	vertical-align: text-bottom;
}
@media screen and (min-width: 768px) {
	.c-inquiryPopup__btn {
		width: 592px;
		padding: 0.5rem;
	}
	.c-inquiryPopup__btn span {
		font-size: 1.625rem;
	}
	.c-inquiryPopup__btn img {
		width: 38px;
		height: 28px;
		filter: drop-shadow(2px 2px 3px #8A460A);
	}
	.c-inquiryPopup__btn:hover {
		background: linear-gradient(180deg,#AF2D2D 0%, #AF2D2D 100%);
		box-shadow: none;
	}
}
/* 画面高の低いSP向け：ポップアップ表示調整（iPhone SEなど） */
@media screen and (max-height: 700px) and (max-width: 767px) {
	.c-inquiryPopup__ttl {
		padding: 0.75rem 1rem 1rem;
		gap: 0;
	}
	.c-inquiryPopup__ttl__main {
	  margin-top: -3px;
    margin-bottom: 10px;
	}
	.c-inquiryPopup__contents {
		padding-bottom: 0.5rem;
	}
	.c-inquiryPopup__list {
		margin-top: 0.5rem;
		margin-bottom: 0.5rem;
	}
	.c-inquiryPopup__btn {
		padding: 0.5rem 1rem;
	}
	.c-inquiryPopup__textLink {
		margin-top: 0.5rem;
		padding: 0.375rem 0;
	}
	.c-inquiryPopup__note {
		margin-top: 0.5rem;
		line-height: 1.4;
	}
}