@charset "UTF-8";

.fspace {
	padding: 50px;
}

footer {
	position: fixed;
	margin: 0px auto;
	padding-top: 5px;
	width: 100vw;
	bottom: 0;
	left: 0;
	z-index: 100;
	background: rgb(256 256 256 / 75%);
}
.fbtn {
	display: table;
	margin: 0px auto;
	line-height: 50px;
}
.fbtn a {
	display: block;
	float: left;
	margin: 0 5px 5px 0;
	padding: 2px;
	color: #fff;
}
.fbtn i {
	margin: 0;
	width: 40px;
	height: 40px;
	font-size: 180%;
	border-radius: 50%;
	background: #38a1db;
	line-height: 40px;
	text-align: center;
	box-shadow: 0px 0px 0px 4px #38a1db;
	border: dashed 1px #fff;
}
.fbtn a:hover i {
	background: #bcaf68;
}
footer div.link {
	width: 100vw;
	background: #FFFFFF;
}
footer div address {
	display: table;
	margin: 0px auto;
	padding: 0px auto;
	line-height: auto;
}

/* ---------------------------------------------------------
  フッターパーツ

.l-footer {
  background-color: var(--color-bg-footer);
  padding-top: 48px;
}

.l-footer__upper {
  display: grid;
  gap: 40px;
  padding-bottom: 48px;
}

.l-footer__logo {
  width: 50%;
  max-width: 220px;
}

.l-footer__logo--center {
  margin-left: auto;
  margin-right: auto;
}

.l-footer__sitemap {
  display: grid;
  gap: 8px;
}

.l-footer__copyright {
  font-size: 12px;
  text-align: center;
  padding: 24px 0;
}

.l-footer__copyright small {
  font-size: inherit;
}
--------------------------------------------------------- */

/*
@media screen and (min-width: 768px) {
  .l-footer__sitemap {
    grid-template-columns: repeat(2, 1fr);
    align-items: flex-start;
    gap: 40px;
  }
}

@media screen and (min-width: 1024px) {
  .l-footer__upper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 80px;
  }

  .l-footer__sitemap {
    display: flex;
    gap: 80px;
  }
}
*/
