@charset "UTF-8";

footer {
	position: relative;
	background: #3C3C3B;
}
.gotop {
	transition: none;
	position: fixed;
	z-index: 999;
	right: 5%;
	bottom: 5rem;
	width: 7rem;
	transition: .2s ease-in-out;
}

.footer__menu {
	padding-block: 5.5rem 6rem;
}
.footer__menuList {
	width: 80%;
	margin: 0 auto;
	min-width: 1200px;
	max-width: 140rem;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: flex-start;
	align-content: stretch;
}
.footer__menuList a {
	display: block;
	color: #fff;
}
.footer__menuItem dt {
	margin-bottom: 20px;
	color: #fff;
	font-size: 1.6rem;
}
.footer__menuItem dd {
	font-size: 1.3rem;
}
.footer__menuItem dd ul li {
	line-height: 1.2;
	br {
		display: none;
	}
}
.footer__etcMenu {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	margin-top: 85px;
}
[class*="footer__btn"] {
	max-width: 440px;
	height: 60px;
	font-size: 1.5rem;
	&::after {
		right: 20px;
	}
}
.footer__btn--contact:before {
	width: 2rem;
	height: 1.5rem;
	background: url(../img/foot_mail.svg) no-repeat;
	background-size: cover;
}
.footer__btn--visits:before {
	width: 2.3rem;
	height: 1.6rem;
	background: url(../img/foot_reserve.svg) no-repeat;
	background-size: cover;
}
.footer-info {
	background: #fff;
	padding-block: 6rem 3rem;
}
.footer-info__inner {
	display: flex;
	align-items: center;
	gap: 40px;
	width: 80%;
	margin: 0 auto;
	min-width: 1200px;
	max-width: 140rem;
}
.footer-info__logo {
	width: fit-content;
	margin-bottom: 1.5rem;
}
.footer-info__links {
	flex: 1;
	display: flex;
	gap: 35px;
	font-size: 1.3rem;
}
.footer-info__copyright-text {
	width: fit-content;
	font-size: 1.1rem;
	color: #474645;
}
.form footer {
	padding-bottom: 0;
}
.form .footer__menu, .form .lowFootMenu {
	display: none;
}
@media (min-width: 68.7rem) {
	.footer__menuItem dd ul {
		display: grid;
		gap: 9px;
	}
	.footer__menuItem a:hover {
		text-decoration: underline;
	}
	[class*="footer__btn"]:hover {
		&::after {
			right: 18px;
		}
	}
	.footer__btn--contact:hover:before {
		background: url(../img/contact.svg) no-repeat;
		background-size: cover;
	}
	.footer__btn--visits:hover:before {
		background: url(../img/foot_reserve_on.svg) no-repeat;
		background-size: cover;
	}
	.footer-info__links a:hover {
		text-decoration: underline;
	}
	.gotop:hover {
		filter: brightness(1.3);
	}
}
@media screen and (max-width: 1300px) {
	.footer__menuList, .footer-info__inner {
		width: 90%;
		max-width: inherit;
		min-width: inherit;
	}
	.footer__menuItem dt {
		font-size: 1.5rem;
	}
	.footer__menuItem dd {
		font-size: 1.2rem;
	}
	.footer__menuItem dd ul li {
		br {
			display: block;
		}
	}
}
@media screen and (max-width: 1200px) {
	.footer__menuItem dt {
		letter-spacing: -0.05em;
	}
}
@media screen and (max-width: 68.7rem) {
	footer {
		padding-bottom: 7.5rem;
	}
	.gotop {
		width: 4rem;
		height: 4rem;
		bottom: 9.5rem;
	}
	.gotop.hide {
		display: none !important;
	}
	.footer__menu {
		padding: 0 0 4rem;
	}
	.footer__menuList {
		width: 100%;
		margin: 0 auto;
		flex-direction: column;
	}
	.footer__menuList:after {
		display: none;
	}
	.footer__menuItem {
		width: 100%;
		order: 0;
		margin-bottom: 0;
		border-bottom: 1px solid #898989;
	}
	.footer__menuItem dt {
		margin-bottom: 0;
		padding: 1.7rem;
	}
	.footer__menuList dd {
		display: none;
	}
	.footer__menuList dd ul li {
		border-top: 1px dotted #898989;
		margin-bottom: 0;
		line-height: 1;
		br {
			display: none;
		}
	}
	.footer__menuList dd ul li a {
		display: block;
		height: 45px;
		display: flex;
		align-items: center;
		padding-left: 3rem;
	}
	.footer__menuList--hasChild dt {
		position: relative;
	}
	.footer__etcMenu {
		width: 84%;
		margin: 0 auto;
		display: flex;
		flex-flow: row wrap;
		justify-content: center;
		align-items: center;
		align-content: stretch;
		margin-top: 4rem;
		order: 2;
	}
	.footer-info {
		padding-block: 40px;
	}
	.footer-info__inner {
		width: 100%;
		flex-direction: column;
		gap: 18px;
	}
	.footer-info__logo {
		width: 15.3rem;
		margin-bottom: 0;
		margin-top: 15px;
		order: 1;
	}
	.footer-info__links {
		order: 0;
	}
	.footer-info__copyright-text {
		order: 2;
	}

	.footer__menuList--hasChild {
		&::before, &::after {
			background: #ffffff;
		}
		&::before {
			right: 17px;
		}
		&::after {
			right: 24px;
		}
	}
}

aside .side__btn--visits, aside .side__btn--contact {
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
	align-content: stretch;
	border-radius: 4px 0 0 4px;
	padding: 3rem 1.3rem;
	color: #fff;
	width: 5rem;
}
aside .side__btn--visits .txt:before, aside .side__btn--contact .txt:before {
	content: "";
	display: inline-block;
	margin-bottom: 0.8rem;
}
aside {
	position: fixed;
	z-index: 90;
	right: 0;
	top: 21rem;
	display: none;
}
aside .side__btn {
	vertical-align: middle;
	display: flex;
	flex-flow: column nowrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: stretch;
}
aside .side__btn--contact {
	background-color: #c95981;
	margin-bottom: 1rem;
}
aside .side__btn--contact .txt:before {
	width: 2rem;
	height: 1.6rem;
	background: url(../img/aside_mail.svg) no-repeat;
	background-size: 100%;
}
aside .side__btn--visits {
	background-color: #4767a1;
}
aside .side__btn--visits .lead {
	display: none;
}
aside .side__btn--visits .txt:before {
	width: 2.2rem;
	height: 1.6rem;
	background: url(../img/aside_reserve.svg) no-repeat;
	background-size: 100%;
}
aside .clmfoot__onlineBnr {
	display: none;
}
@media (min-width: 68.8rem) {
	aside .side__btn--visits:hover, aside .side__btn--contact:hover {
		opacity: 0.7;
	}
}
@media (max-width: 68.7rem) {
	aside .side__btn--visits, aside .side__btn--contact {
		flex-wrap: wrap;
		justify-content: center;
		-webkit-writing-mode: horizontal-tb;
		-ms-writing-mode: lr-tb;
		writing-mode: horizontal-tb;
		width: 50%;
		border-radius: 0;
		padding: 1.7rem 0.5rem;
	}
	aside .side__btn--visits .txt, aside .side__btn--contact .txt {
		display: flex;
		flex-flow: row nowrap;
		justify-content: center;
		align-items: center;
		align-content: stretch;
	}
	aside .side__btn--visits .txt:before, aside .side__btn--contact .txt:before {
		margin: 0;
	}
	aside {
		width: 100%;
		top: auto;
		bottom: 0;
	}
	aside .side__btn {
		width: 100%;
		flex-direction: row;
	}
	aside .side__btn--contact {
		border-right: 1px solid #D1D1D1;
		margin-bottom: 0;
	}
	aside .side__btn .txt {
		flex-direction: column;
		font-size: 1.5rem;
	}
	aside .side__btn .txt:before {
		margin: 0 auto 0.5rem;
	}
}