@charset "UTF-8";

.l-header {
    background: #a60040;
}
.l-header__logo {
      text-align: center;
      padding: 5px 0;
}
.l-header__logo img {
    width: 334px;
}
@media screen and (max-width: 767px) {
    .l-header__logo img {
        width: 223px;
    } 
}

.l-footer {
    background: #a60040;
}
.l-footer__logo {
  text-align: center;
  padding: 40px 0;
}
.l-footer__logo img {
    width: 253px;
}
@media screen and (max-width: 767px) {
    .l-footer__logo img {
        width: 180px;
    }
}

.pagetop {
    position: fixed;
    right: 0px;
    bottom: 0px;
}
@media screen and (max-width: 767px) {
    .pagetop {
        position: relative;
        z-index: 1;
        right: auto;
        bottom: auto;
        text-align: center;
        padding-top: 40px;
    }
}
.pagetop a {
      background: #a60040;
      display: block;
      padding: 15px;
}
@media screen and (max-width: 767px) {
    .pagetop a {
      background: none;
      padding: 0;
    }
}
.pagetop a img {
    width: 33px;
}
@media screen and (max-width: 767px) {
    .pagetop a img {
        width: 38px;
    }
}

.pc-only {
  display: block;
}
@media screen and (max-width: 767px) {
    .pc-only {
      display: none;
    }
}
img.pc-only {
    display: inline;
}
@media screen and (max-width: 767px) {
      img.pc-only {
        display: none;
    }
}
html {
    scroll-behavior: smooth;
}