
/* ====================================================
footer
==================================================== */
.pagetop {
  position: fixed;
  /*固定*/
  bottom: 20px;
  /*場所を右下に移動*/
  right: 20px;
  /*場所を右下に移動*/
  display: block;
  width: 60px;
  height: 60px;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
  line-height: 60px;
  background: #ccc;
  z-index: 10;
}

.pagetop i {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
}

@media screen and (min-width: 769px) {
  .pagetop:hover {
    opacity: .6;
  }
}

#main-footer {
  padding: 40px 0 70px;
  background: #000;
  -webkit-font-smoothing: subpixel-antialiased;
}

@media screen and (max-width: 640px) {
  #main-footer {
    padding: 30px 0;
  }
}

#main-footer .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#main-footer .inner .contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 640px) {
  #main-footer .inner .contact {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    text-align: center;
  }
}

#main-footer .inner .contact .function {
  margin-left: 20px;
  color: #989898;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: left;
}

@media screen and (max-width: 640px) {
  #main-footer .inner .contact .function {
    margin: 20px 0;
    width: 100%;
    text-align: center;
  }
}

#main-footer .inner .sns {
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
}

@media screen and (max-width: 640px) {
  #main-footer .inner .sns {
    width: 100%;
    text-align: center;
  }
}

#main-footer .inner .sns a {
  margin-left: 20px;
}

@media screen and (max-width: 640px) {
  #main-footer .inner .sns a {
    margin: 0 10px;
  }
}

#main-footer {
    padding: 40px 0 40px;
    background: #000;
    -webkit-font-smoothing: subpixel-antialiased;
	font-size: 14px;
	color: #fff;
}

#main-footer .inner {
    display: block !important;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1240px;
}

#main-footer .coppyRight-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
	color: #fff;
}
#main-footer .coppyRight-inner img {
    margin-right: 20px;
}
#main-footer .coppyRight-inner a {
	display: inline;
}