#container {
  padding-bottom: 115px;
}
.global-menu .navi li a {
  padding: 1.5rem 2rem;
}
#footer-contact {
  width: 100%;
  background: #4d4d4d;
  color: #fff;
  padding: 20px 10px;
  position: fixed;
  bottom: -100%;
  opacity: 0;
  transition: bottom 1s ease, opacity 1s ease;
  z-index: 99;
}
#footer-contact.appear {
  bottom: 0;
  opacity: 1;
}
#footer-contact p {
  text-align: center;
  font-size: 1.8rem;
  line-height: 1;
}
#footer-contact p span {
  display: inline-block;
  position: relative;
  padding: 2px 0;
}
#footer-contact p span::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: -20px;
  transform: rotate(-30deg);
}
#footer-contact p span::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  right: -20px;
  transform: rotate(30deg);
}
#footer-contact ul {
  display: flex;
  gap: 6px;
  margin: 15px auto 0;
  width: 355px;
}
#footer-contact ul li {
  width: 100%;
}
#footer-contact ul li img {
  width: 100%;
  height: auto;
}
.contact_for_pc {
  display: none;
}
#toTop {
  display: block;
  position: fixed;
  bottom: calc(115px + 2rem);
  right: 2rem;
  width: 50px;
  height: 50px;
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: 99;
}
#toTop.appear {
  opacity: 1;
  transition-delay: 0.6s;
}
.global-menu .sp_contact_btn li {
  margin-top: 15px;
}
.global-menu .sp_contact_btn li a {
  padding: 0;
  width: 230px;
  margin: 0 auto;
}

@media print, screen and (min-width: 1200px) {

#container {
  padding-bottom: 150px;
}
body.contact .menu_contact a {
  color: #7bc21e;
}
.global-menu .logo {
  position: absolute;
}
.global-menu .navi {
  margin-left: auto;
  margin-right: auto;
  max-width: 900px;
}
.global-menu .navi li a {
  padding: 0 1em;
}

#footer-contact {
  width:550px;
  padding: 25px 20px;
  right: 2rem;
  border-radius: 8px;
  transition: bottom 1s ease, opacity 1s ease;
}
#footer-contact.appear {
  bottom: 2rem;
}
#footer-contact ul {
  gap: 16px;
  margin-top: 20px;
  width: 100%;
}
.contact_for_pc {
  display: inline-block;
}
.contact_for_sp {
  display: none;
}
#toTop {
  bottom: calc(152px + 4rem);
}
.sp_contact_btn {
  display: none;
}

}