/*.Page {
  position: relative;
}*/
@media screen and (min-width: 897px) {
.ScrollTop {
  position: fixed;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0px;
  /*width: 40px;
  height: 40px;*/
  display: flex;
  justify-content: center;
  align-items: center;
  /*background: #5bc8ac;*/
  color: #fff;
  text-decoration: none;
  opacity: 0;
  transition: all 0.65s;
  z-index:1000;
}
}
.ScrollTop.isActive {
  opacity: 1;
  transition: all 0.65s;
}
.site-footer-copyright {
    padding: 1rem;
    margin-bottom: 40px !important;
}

@media screen and (max-width: 896px) {
/*スマホ横 タブレット縦*/
.ScrollTop {
  position: fixed;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  /*background: #5bc8ac;*/
  color: #fff;
  text-decoration: none;
  opacity: 0;
  transition: all 0.65s;
  z-index:1000;
  width: 100% !important;
  bottom: 0px !important;
  /*height: 40px;*/
}
}

@media screen and (max-width: 480px) {
/*スマホ横 タブレット縦*/
.ScrollTop {
  position: fixed;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0px !important;
  /*width: 40px;
  height: 40px;*/
  display: flex;
  justify-content: center;
  align-items: center;
  /*background: #5bc8ac;*/
  color: #fff;
  text-decoration: none;
  opacity: 0;
  transition: all 0.65s;
  z-index:1000;
}
}

/*下部の問い合わせとトップに戻るボタン*/
@media screen and (max-width: 896px) {
/*スマホ横 タブレット縦*/
.sectionBox {
  padding-top: 2em;
  padding-bottom: 1em;
  display: block;
	margin-bottom:1em;
}
.page_top_btn {
  position: fixed;
  right: 2%;
  bottom: 11% !important;
  z-index: 99999;
}
}
@media screen and (max-width: 480px) {
/*スマホ縦*/
.sectionBox {
  padding-top: 2em;
  padding-bottom: 0em;
  display: block;
	margin-bottom:1em;
}
.page_top_btn {
  position: fixed;
  right: 2%;
  bottom: 10% !important;
  z-index: 99999;
}
}

/*copyrightの下の余白*/
.copySection {
    border-top: var(--color-footer-border,#ccc);
    padding-bottom: 80px !important;
    /*margin-top:-50px;*/
}
@media screen and (max-width: 896px) {
/*スマホ横 タブレット縦*/
.copySection {
    border-top: var(--color-footer-border,#ccc);
    padding-bottom: 70px !important;
    /*margin-top:-30px;*/
}
}
@media screen and (max-width: 480px) {
/*スマホ縦*/
.copySection {
    border-top: var(--color-footer-border,#ccc);
    padding-bottom: 30px !important;
    /*margin-top:-30px;*/
}
}


