body {
  margin: 0;
  padding: 0;
  color: #000;
  background-color: #fff
}

img {
  line-height: 0;
  height: auto;
  vertical-align: top
}

header,
img {
  max-width: 100%
}

header {
  position: -webkit-sticky;
  position: sticky;
  z-index: 999;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  margin: 0 auto;
  background-color: #fff
}

header .headnavi {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  max-width: 1220px;
  margin: 0 auto;
  padding: 24px 16px
}

header .headnavi .shop-logo {
  width: 100%;
  max-width: 250px;
  height: auto
}

header .headnavi h1 {
  margin: 0 !important
}

header .full-navi ul {
  margin: 0 auto;
  text-align: right
}

header .full-navi ul li {
  min-width: auto;
  margin: 0;
  padding-top: 5px;
  padding-bottom: 5px
}

header .full-navi ul li:not(:last-of-type) {
  padding-right: 20px;
  padding-left: 20px;
  border-right: 1px solid #999
}

header .full-navi ul li:last-of-type {
  padding-left: 20px
}

header .full-navi ul li a {
  font-size: 16px;
  font-weight: 700;
  display: block;
  text-align: center
}

header .full-navi ul li a:hover {
  text-decoration: none;
  opacity: .7
}

.fixed h1 {
  overflow: visible !important;
  height: auto !important
}

.fixed .headnavi {
  padding: 24px 16px !important
}

footer .footer_wrap {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
  max-width: 1220px;
  margin: 0 auto;
  padding: 30px
}

footer .footer_wrap,
footer .footer_wrap .footer_navi {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

footer .footer_wrap .footer_navi {
  -webkit-align-content: flex-start;
  align-content: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  width: 100%;
}

footer .footer_wrap .footer_navi h3 {
  font-size: 18px;
  font-weight: 700;
  width: 100%;
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #000
}

footer .footer_wrap .footer_navi .navi_item_list {
  width: -webkit-calc(100%/3);
  width: calc(100%/3);
  margin-bottom: 30px;
  padding: 0 20px
}

footer .footer_wrap .footer_navi .navi_item_list li a {
  font-size: 16px;
  line-height: 1.8
}

footer .footer_wrap .footer_navi .navi_item_list li:before {
  padding-right: .5em;
  content: ">"
}

.footermodule {
  width: 100%;
  max-width: 100%;
  background: #eee !important
}

.sub-color {
  background: none
}

.credit_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  width: 100%;
  max-width: 1220px;
  margin: 0 auto;
  padding: 30px
}

.credit_wrap .company_logo {
  width: 100%;
  max-width: 140px;
  height: auto;
  margin-right: 50px
}

.credit_wrap .company_addr {
  padding-top: 20px
}

.credit_wrap .company_addr p {
  font-size: 16px
}

.copyright {
  font-size: 14px;
  padding: 20px 0
}

.copyright p {
  padding-bottom: 30px;
  color: #666
}

#pagetop {
  position: fixed;
  right: 30px;
  bottom: 30px
}

#pagetop a {
  font-size: 20px;
  line-height: 60px;
  display: block;
  width: 60px;
  height: 60px;
  text-align: center;
  text-decoration: none;
  color: #fff !important;
  border-radius: 60px
}

#pagetop a:hover {
  opacity: .7
}

#pagetop .arrow {
  position: relative;
  display: inline-block;
  padding-left: 18px
}

#pagetop .arrow:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  margin-top: -10px;
  content: "";
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border: 0
}

@media screen and (max-width:768px) {
  .menunavi-body a {
    width: 100%
  }

  .menunavi-wrap {
    -webkit-align-content: flex-start;
    align-content: flex-start
  }

  .calendar-sp {
    margin: 48px auto
  }

  .footer_navi {
    width: 100% !important
  }

  footer .footer_wrap .footer_navi .navi_item_list {
    width: 100%;
}

  .company_addr a,
  .footer_navi .navi_item_list a {
    display: inline
  }
}

@media screen and (max-width:390px) {
  .footer_navi h3 {
    margin-top: 30px
  }

  .footer_navi .navi_item_list {
    width: 100% !important;
    margin-bottom: 0 !important
  }
}

/*# sourceMappingURL=../assets/maps/common.css.map */