@charset "UTF-8";
/* CSS Document */
/*===================================================
	共通CSS（SMP）
===================================================*/
/* --------------------------------------------------
	base
-------------------------------------------------- */
@media (max-width: 1139px) {
  body {
    min-width: 0;
    font-size: 14px;
  }

  a:hover {
    text-decoration: none;
  }

  /*改行*/
  .pcBreak {
    display: none;
  }

  .spBreak {
    display: block;
  }

  /*spのみ表示*/
  .pcHidden {
    display: block;
  }

  .spHidden {
    display: none;
  }

  #sideBtn {
    display: none;
  }

  .topicPath {
    display: none;
  }
}
/* --------------------------------------------------
	header
-------------------------------------------------- */
.header .logo {
  position: fixed;
  top: 35px;
  left: 35px;
  width: 65px;
  transition: 0.6s;
}
.header .headItemBox {
  display: none;
}
.header .hamburgerBox {
  position: fixed;
  top: 35px;
  right: 35px;
}
.header .hamburgerBox .hamburger {
  width: 40px;
  height: 48px;
}
.header .hamburgerBox .hamburger p {
  font-size: 14px;
}
.header .hamburgerBox .hamburger span {
  width: 20px;
}
.header .hamburgerBox .hamburger.is-open p {
  opacity: 0;
}
.header .hamburgerBox .hamburger.is-open span {
  width: 50px;
}
.header .hamburgerBox .hamburger.is-open .top {
  transform: rotate(65deg);
  top: 50%;
}
.header .hamburgerBox .hamburger.is-open .bottom {
  transform: rotate(-65deg);
  bottom: 50%;
}
.header.is-footer-reached .logo {
  opacity: 0;
}

/* --------------------------------------------------
	nav
-------------------------------------------------- */
.navBox {
  display: none;
  overflow-y: auto;
  position: fixed;
  top: 15px;
  left: 15px;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  z-index: 999;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.35);
  backdrop-filter: blur(40px);
  -webkit-backdrop-filter: blur(40px);
}
.navBox .navPanel {
  width: 100%;
  padding: 60px 40px 100px;
  color: #ffffff;
}
.navBox .navList ul li + li {
  margin: 10px 0 0;
}
.navBox .navList ul li a {
  display: inline-block;
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-weight: 700;
  letter-spacing: -0.04em;
  font-size: 20px;
  color: #ffffff;
}
.navBox .navMessage {
  margin: 40px 0 30px;
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-weight: 500;
  letter-spacing: -0.04em;
  font-size: 12px;
}
.navBox .snsBox {
  display: flex;
  justify-content: space-between;
  margin: 0 0 40px;
}
.navBox .snsBox ul {
  display: flex;
  gap: 0 20px;
}
.navBox .snsBox ul li {
  width: 25px;
}
.navBox .snsBox ul li a {
  display: block;
}
.navBox .snsBox .navLogo {
  width: 100px;
}
.navBox .photo {
  max-width: 190px;
  margin: 0 auto;
}

.pageHeader .navBox {
  background: rgba(0, 0, 0, 0.35);
}

.fixedSpBottomNav {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 999;
}
.fixedSpBottomNav ul {
  display: flex;
}
.fixedSpBottomNav ul li {
  width: 50%;
}
.fixedSpBottomNav ul li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 85px;
  font-size: 16px;
  color: #ffffff;
}
.fixedSpBottomNav ul li:nth-child(1) a {
  background: #000000;
}
.fixedSpBottomNav ul li:nth-child(2) a {
  background: #ff96cb;
}

/* --------------------------------------------------
	main
-------------------------------------------------- */
.pageMain {
  padding: 140px 25px 0;
}

.pageMainContainer {
  width: 100%;
}

.pageTitleContainer {
  padding: 0 0 15px;
}
.pageTitleContainer .sub {
  font-size: 50px;
}
.pageTitleContainer .secTtl {
  font-size: 14px;
}

.mapBox {
  padding: 0 0 70%;
}

/* --------------------------------------------------
	footer
-------------------------------------------------- */
.footer {
  padding: 50px 25px 100px;
  background: url("../image/common/footer_bg_sp.png") no-repeat;
  background-size: cover;
}
.footer .logo {
  width: 100%;
  max-width: 170px;
  margin: 0 0 70px;
}
.footer .footBox01 {
  position: relative;
  margin: 0 0 120px;
}
.footer .footBox01 .photo {
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
}
.footer .footBox01 .footNav {
  margin: -45px 0 0;
}
.footer .footBox01 .footNav ul li + li {
  margin: 10px 0 0;
}
.footer .footBox02 dl {
  margin: 0 0 20px;
}
.footer .footBox02 dl dt {
  margin: 0 0 10px;
  font-size: 14px;
}
.footer .footBox02 dl dd {
  font-size: 8px;
}
.footer .footBox02 .snsBox {
  margin: 0 0 20px;
}
.footer .footBox02 .snsBox ul {
  display: flex;
  gap: 0 20px;
}
.footer .footBox02 .snsBox ul li {
  width: 22px;
}
.footer .footBox02 .bottomBox {
  gap: 0 10px;
}
.footer .footBox02 .bottomBox .copy {
  font-size: 9px;
}
.footer .footBox02 .bottomBox .policy {
  font-size: 10px;
}