html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

header {
  border-bottom: 1px solid #eee;
}

#toPageTop {
  position: fixed;
  bottom: 5vw;
  right: 5vw;
  z-index: 20;
}

@media (min-width: 48em) {
  #toPageTop {
    bottom: 2em;
    right: 2em;
  }
}
#toPageTop a {
  display: block;
  position: relative;
  width: 13vw;
  height: 13vw;
  border-radius: 100%;
  background-color: RGB(243, 120, 10);
  color: #fff;
  text-indent: -9999px;
}

#toPageTop a:hover {
  opacity: 1;
}

@media (min-width: 48em) {
  #toPageTop a {
    opacity: 0.6;
    width: 3em;
    height: 3em;
  }
}
#toPageTop a:after {
  content: "";
  display: block;
  position: absolute;
  top: 38%;
  left: 30%;
  width: 4vw;
  height: 4vw;
  border: solid 1px #fff;
  border-width: 4px 4px 0 0;
  border-radius: 3px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

@media (min-width: 48em) {
  #toPageTop a:after {
    width: 1em;
    height: 1em;
  }
}
.header,
.wrapper {
  width: 100%;
}

.header {
  background-color: #fff;
}

.hd_logo_tokyo-np {
  margin-right: 1em;
}

@media (max-width: 47.99em) {
  .wrapper .disp_sp {
    display: block !important;
  }
  .wrapper .disp_pc {
    display: none !important;
  }
  .header {
    background-color: #fff;
  }
  body[data-page=page-about] .header {
    border: 1px solid #dcdcdc;
  }
}
.header_inner {
  max-width: 1120px;
  margin: 0 auto;
  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;
}

@media (max-width: 47.99em) {
  .header_inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (min-width: 48em) {
  html {
    font-size: 16px;
  }
  a:hover {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 0.7;
  }
  .header_inner {
    padding: 0;
  }
}
.header .hd_logo {
  -ms-flex-preferred-size: 38%;
      flex-basis: 38%;
  margin: 0;
  font-size: 1rem;
  position: relative;
}

@media (max-width: 47.99em) {
  .header .hd_logo {
    padding-left: 1.8%;
    -ms-flex-preferred-size: 53%;
        flex-basis: 53%;
  }
}
@media (min-width: 48em) {
  .header .hd_logo {
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
  }
}
.header .hd_logo picture {
  display: inline-block;
  max-width: 470px;
}

@media (max-width: 47.99em) {
  .header .hd_logo_tokyo-np {
    display: none;
  }
}
@media (min-width: 48em) {
  .header .hd_logo_tokyo-np {
    -ms-flex-preferred-size: 90px;
        flex-basis: 90px;
    margin-left: 60px;
  }
}
.header .hd_date,
.navigation {
  display: none;
}

.header .hd_switch_navi,
.header .hd_switch_search {
  display: inline-block;
  width: 7.4666666667vw;
  cursor: pointer;
}

.header .hd_switch_navi {
  padding: 2.6666666667vw 2.6666666667vw 2.6666666667vw 10.1333333333vw;
  background: url(../img/ico_search.png) 0 50% no-repeat;
  background-size: auto 7.4666666667vw;
}

.header .hd_search {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

@media (max-width: 47.99em) {
  .header .hd_search {
    display: none;
  }
}
@media (min-width: 48em) {
  .header .hd_search {
    -ms-flex-preferred-size: 24%;
        flex-basis: 24%;
    margin-right: 1em;
  }
}
@media (min-width: 70em) {
  .header .hd_search {
    margin-right: 0;
  }
}
.footer {
  background-color: #f3780a;
  color: #FFF;
  font-size: 3.2vw;
  padding-bottom: 14vw;
}

@media (min-width: 48em) {
  .footer {
    padding-bottom: 0;
    font-size: 15px;
  }
}
.footer_caution {
  display: block;
  text-align: center;
  text-decoration: underline;
  padding-top: 1.5rem;
}

.footer_caution a {
  color: #fff;
  font-size: 3.2vw;
}

@media (min-width: 48em) {
  .footer_caution a {
    padding-bottom: 0;
    font-size: 16px;
  }
}
.footer_logo {
  background-color: #fff;
  padding-bottom: 5.3333333333vw;
  text-align: center;
  padding-top: 5.3333333333vw;
}

@media (min-width: 48em) {
  .footer_logo {
    display: none;
  }
}
.footer_logo img {
  width: 40vw;
}

.footer_copyright {
  text-align: center;
  padding: 1.7em 0;
  margin: 0;
}

@media (min-width: 48em) {
  .footer_copyright {
    padding: 1.5em 0 1.3em;
  }
}
.footer_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 0 1em;
  margin: 0;
  list-style: none;
}

@media (min-width: 48em) {
  .footer_nav {
    padding-bottom: 0.6em;
  }
}
.footer_nav li {
  margin: 0 0.5em 0 0;
  padding-right: 0.5em;
}

@media (min-width: 48em) {
  .footer_nav li {
    margin-right: 1em;
    padding-right: 1em;
  }
}
.footer_nav li:last-child {
  margin-right: 0;
  padding-right: 0;
}

.footer_nav a {
  text-decoration: underline;
  font-weight: bold;
  color: #FFF;
}

@media (min-width: 48em) {
  .footer_nav a {
    font-size: 16px;
  }
}
.footer_nav_supply {
  padding-bottom: 1.7em;
}

@media (min-width: 48em) {
  .footer_nav_supply {
    padding-bottom: 1.7em;
  }
}
.footer_nav_supply li {
  border-right: solid 1px #FFF;
}

@media (min-width: 48em) {
  .footer_nav_supply li {
    padding-right: 1em;
  }
}
.footer_nav_supply li:last-child {
  border-right: 0;
}

.footer_nav_supply a {
  font-weight: normal;
}/*# sourceMappingURL=sukusuku-header-footer.css.map */