@charset "UTF-8";


/* ---- アクセス ---- */
.el_footAccess {
	background: #FFF;
	padding: 80px 0;
}

@media screen and (max-width: 767px) {
	.el_footAccess {
		padding: 60px 0 80px;
	}
}

.el_footAccess .ly_inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	max-width: 1120px;
}

@media screen and (max-width: 767px) {
	.el_footAccess .ly_inner {
		flex-wrap: wrap;
		gap: 60px;
	}
}

.el_footAccess_left {
	max-width: 560px;
	width: calc(100% - 500px);
}

@media screen and (max-width: 1024px) {
	.el_footAccess_left {
		width: 50%;
	}
}

@media screen and (max-width: 767px) {
	.el_footAccess_left {
		width: 100%;
		max-width: none;
	}
}

@media screen and (max-width: 1024px) {
	.el_footAccess_right {
		width: 50%;
	}
}

@media screen and (max-width: 767px) {
	.el_footAccess_right {
		width: 100%;
	}

	.el_footAccess_right iframe {
		width: 100%;
		height: 323px;
	}
}

.el_infoList>div {
	display: flex;
	padding: 16px 0;
	border-bottom: 1px solid #E2DDCC;
}

@media screen and (max-width: 767px) {
	.el_infoList>div {
		display: block;
		padding: 20px 0;
	}
}

.el_infoList dt,
.el_infoList dd {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.6;
}

.el_infoList dt {
	width: 100px;
	font-weight: 700;
}

@media screen and (max-width: 767px) {
	.el_infoList dt {
		width: 100%;
		margin-bottom: 10px;
	}
}

.el_infoList dd {
	width: calc(100% - 100px);
}

@media screen and (max-width: 767px) {
	.el_infoList dd {
		width: 100%;
	}
}

.el_infoList a[target=_blank] {
	margin-top: 10px;
	display: flex;
	align-items: center;
	color: #BC816E;
	width: fit-content;
	border-bottom: 1px solid #BC816E;
}

.el_infoList a[target=_blank]:after {
	content: "";
	width: 12px;
	height: 11px;
	background: url(../img/ico/ico_arrow_blank.svg) no-repeat;
	background-size: cover;
	display: inline-block;
	margin-left: 6px;
}

@media (hover: hover) {
	.el_infoList a[target=_blank] {
		transition: 0.5s;
	}

	.el_infoList a[target=_blank]:hover {
		opacity: 0.5;
	}
}

/* ---- 予約 ---- */
.el_footReserve {
	background: #BC816E;
	padding: 80px 0;
}

@media screen and (max-width: 767px) {
	.el_footReserve {
		padding: 80px 0 20px;
	}
}

.el_footReserve .ly_inner {
	max-width: 1240px;
	display: flex;
	align-items: center;
}

@media screen and (max-width: 1024px) {
	.el_footReserve .ly_inner {
		display: block;
	}
}

.el_footReserve_left {
	width: 390px;
}

@media screen and (max-width: 1024px) {
	.el_footReserve_left {
		margin-inline: auto;
	}
}

@media screen and (max-width: 767px) {
	.el_footReserve_left {
		width: 100%;
	}
}

.el_footReserve_left .el_tel {
	max-width: 280px;
	margin-inline: auto;
	margin-top: 40px;
}

@media screen and (max-width: 767px) {
	.el_footReserve_left .el_tel {
		margin-top: 20px;
	}
}

.el_footReserve_left .el_tel_num {
	color: #FFF;
	font-size: 32px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%;
	font-family: "Inter", sans-serif;
	align-items: center;
	display: flex;
}

.el_footReserve_left .el_tel_num::before {
	content: "";
	width: 46px;
	height: 46px;
	background: url(../img/ico/ico_foot_tel.svg) no-repeat;
	display: inline-block;
}

.el_footReserve_left .el_tel_text {
	color: #FFF;
	text-align: right;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	display: block;
	margin-right: 6px;
}

.el_footReserve_left .el_btnList_foot {
	max-width: 300px;
	margin-inline: auto;
	margin-top: 16px;
	list-style: none;
	padding: 0;
}

.el_footReserve_left .el_btnList_foot li+li {
	margin-top: 16px;
}

.el_footReserve_left .el_btnList_foot a {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 160%;
	letter-spacing: 0.64px;
	border-radius: 100px;
	padding: 16px 0px;
	text-decoration: none;
}

.el_footReserve_left .el_btnList_foot a.un_web {
	color: #BC816E;
	background: #FFF;
	display: flex;
	align-items: center;
	justify-content: center;
}

.el_footReserve_left .el_btnList_foot a.un_web span {
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
}

.el_footReserve_left .el_btnList_foot a.un_web span::before {
	content: "";
	background: url(../img/ico/ico_foot_mail.svg) no-repeat;
	width: 25px;
	height: 25px;
	display: inline-block;
	margin-right: 4px;
}

.el_footReserve_left .el_btnList_foot a.un_line {
	color: #fff;
	background: #BC816E;
	border: 1px solid #FFF;
}

.el_footReserve_left .el_btnList_foot a.un_line span {
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
}

.el_footReserve_left .el_btnList_foot a.un_line span::before {
	content: "";
	background: url(../img/ico/ico_foot_line.svg) no-repeat;
	width: 24px;
	height: 25px;
	display: inline-block;
	margin-right: 4px;
}

@media (hover: hover) {
	.el_footReserve_left a {
		transition: 0.5s;
	}

	.el_footReserve_left a:hover {
		opacity: 0.5;
	}
}

.el_footReserve_right {
	width: calc(100% - 390px);
	max-width: 710px;
	margin-left: 60px;
}

@media screen and (max-width: 1024px) {
	.el_footReserve_right {
		width: 100%;
		max-width: none;
		margin: 40px 0;
	}
}

.el_footReserve_ttl {
	color: rgba(255, 255, 255, 0.7);
	text-align: center;
	font-family: "Gilda Display", serif;
	font-size: 80px;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: 6.4px;
	white-space: nowrap;
	word-break: keep-all;
}

@media screen and (max-width: 767px) {
	.el_footReserve_ttl {
		font-size: 60px;
	}
}

@media screen and (max-width: 374px) {
	.el_footReserve_ttl {
		font-size: 54px;
	}
}


.simcal-calendar * {
	color: #fff !important;
}

.simcal-calendar .post-edit-link {
	display: none;
}

.simcal-calendar .simcal-today div {
	border: none !important;
}

.simcal-calendar .simcal-calendar-head tr+tr th {
	padding-top: 44px;
	padding-bottom: 40px;
}

@media screen and (max-width: 767px) {
	.simcal-calendar .simcal-calendar-head tr+tr th {
		padding-top: 20px;
		padding-bottom: 16px;
	}
}

.simcal-calendar .simcal-day-label.simcal-day-number {
	background: none !important;
	color: #FFF;
	text-align: right;
	font-family: "Inter", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%;
}

.simcal-calendar .simcal-month td {
	border: 1px solid #DAAEA0 !important;
	background: none !important;
	pointer-events: none !important;
}

.simcal-calendar .simcal-event-title {
	color: #FFF;
	font-size: 12px;
	font-weight: 400;
	line-height: 180%;
	letter-spacing: 0.48px;
	text-decoration-line: underline;
	pointer-events: none !important;
	display: block !important;
}

@media screen and (max-width: 767px) {
	.simcal-calendar .simcal-event-title {
		font-size: 10px !important;
	}
}

.simcal-default-calendar .simcal-events {
	display: block !important;
}

.simcal-default-calendar .simcal-tooltip-content {
	display: none !important;
}

.simcal-default-calendar-grid .simcal-events-dots {
	display: none !important;
}

.simcal-default-calendar-grid .simcal-day>div {
	box-sizing: border-box !important;
	min-height: 86px !important;
}

.qtip-content {
	display: none !important;
}