footer#site-footer {
  position: relative;
}

.content-wrap {
  width: 100%;
}

.content-and-aside {
  display: flex;
  flex-direction: column;
  padding: 0;
}
.content-and-aside .post-body {
  width: 100%;
  padding: 5vw;
}
.content-and-aside aside {
  width: 100%;
  padding: 0;
}

#head-caution {
  height: 36px;
  line-height: 36px;
}
#head-caution a {
  height: 36px;
  font-size: 3vw;
  line-height: 1.2em;
}
#head-caution a img {
  width: 18px;
  height: 18px;
  margin-left: 10px;
}
#head-caution .close {
  padding: 0px;
  width: 36px;
  height: 36px;
  overflow: hidden;
  text-indent: 200%;
  margin-right: 10px;
  border-left: 1px solid #fff;
}

#site-header {
  padding-bottom: 0px;
}
#site-header .utill {
  width: 100%;
  height: 50px;
  padding: 00;
  margin: 0 auto;
  position: relative;
}
#site-header .utill .hamburgerMenu {
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
}
#site-header .utill .hamburgerMenu::after, #site-header .utill .hamburgerMenu::before {
  content: "";
  width: 22px;
  height: 2px;
  background: #00a496;
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -11px;
}
#site-header .utill .hamburgerMenu::before {
  top: 17px;
}
#site-header .utill .hamburgerMenu::after {
  bottom: 17px;
}
#site-header .utill a.logo {
  padding-top: 7.5px;
  width: 70px;
  height: 50px;
}
#site-header .utill .menu {
  display: none;
}
#site-header .utill .sp-head-menu {
  position: absolute;
  right: 0;
  top: 0;
}
#site-header .utill .sp-head-menu ul {
  display: flex;
  justify-content: flex-end;
  padding: 5px 0;
}
#site-header .utill .sp-head-menu ul li {
  width: 51px;
  border-left: 1px solid #00a496;
}
#site-header .utill .sp-head-menu ul li a {
  display: block;
  width: 50px;
  height: 40px;
  color: #000;
  font-size: 2.6vw;
  text-align: center;
  line-height: 1em;
  padding-top: 30px;
}
#site-header .utill .sp-head-menu ul li a.icon-shop {
  background: url("../img/icon.cart.svg") center 4px no-repeat;
  background-size: 20px auto;
}
#site-header #gMenu {
  display: none;
  position: fixed;
  height: 100vh;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10000;
  top: 0;
}
#site-header #gMenu ul {
  padding-top: 40px;
  display: block;
  width: 50%;
  height: 100vh;
  margin: 0;
  background: #fff;
  position: relative;
  left: -50%;
}
#site-header #gMenu ul li {
  position: relative;
  padding-bottom: 3px;
}
#site-header #gMenu ul li::after {
  position: absolute;
  content: "";
  height: 3px;
  width: 100%;
  display: block;
  background: url("../img/bg.line.svg");
  bottom: 0;
  opacity: 0.3;
}
#site-header #gMenu ul li a {
  line-height: 40px;
  width: 100%;
  text-align: left;
  font-size: 16px;
  padding: 0 5vw;
}
#site-header #gMenu ul li a.shop {
  display: none;
}
#site-header #gMenu::before {
  display: none;
}
#site-header #gMenu .wave {
  display: none;
}

body.menuOpen #site-header .hamburgerMenu {
  position: fixed;
  z-index: 1000000;
  top: 0;
}
body.menuOpen #site-header .hamburgerMenu::after, body.menuOpen #site-header .hamburgerMenu::before {
  transition: all 0.3s ease 0s;
}
body.menuOpen #site-header .hamburgerMenu::before {
  top: 23px;
  transform: rotate(45deg);
}
body.menuOpen #site-header .hamburgerMenu::after {
  bottom: 24.5px;
  transform: rotate(-45deg);
}
body.menuOpen #site-header #gMenu ul {
  left: 0;
  transition: all 0.3s ease 0s;
}

#site-footer .sp-contact {
  display: block;
  position: fixed;
  bottom: 0;
  width: 100%;
}
#site-footer .sp-contact.fixed {
  position: absolute;
  bottom: 20vw;
}
#site-footer .sp-contact > ul {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 5vw;
}
#site-footer .sp-contact > ul li {
  width: 20%;
}
#site-footer .sp-contact > ul li > span,
#site-footer .sp-contact > ul li a {
  display: block;
  margin: 0 auto;
  width: 13vw;
  height: 13vw;
  border-radius: 6.5vw;
  background: #00a496;
}
#site-footer .sp-contact > ul li > span.icon-map,
#site-footer .sp-contact > ul li a.icon-map {
  padding-top: 1.5vw;
}
#site-footer .sp-contact > ul li > span.icon-map img,
#site-footer .sp-contact > ul li a.icon-map img {
  width: 10vw;
  height: 10vw;
}
#site-footer .sp-contact > ul li > span.icon-page-top,
#site-footer .sp-contact > ul li a.icon-page-top {
  padding-top: 0.5vw;
}
#site-footer .sp-contact > ul li > span.icon-page-top img,
#site-footer .sp-contact > ul li a.icon-page-top img {
  width: 12vw;
  height: 12vw;
}
#site-footer .sp-contact > ul li > span.icon-mail,
#site-footer .sp-contact > ul li a.icon-mail {
  padding-top: 0.5vw;
}
#site-footer .sp-contact > ul li > span.icon-mail img,
#site-footer .sp-contact > ul li a.icon-mail img {
  width: 12vw;
  height: 12vw;
}
#site-footer .sp-contact #launcher-contact {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.6);
  display: none;
}
#site-footer .sp-contact #launcher-contact .wrap {
  position: absolute;
  bottom: 22vw;
  left: 50%;
  margin-left: -35vw;
  background: #00a496;
  padding: 4vw;
  width: 70vw;
  border-radius: 5px;
}
#site-footer .sp-contact #launcher-contact .wrap::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -3vw;
  border: 3vw solid transparent;
  border-top: 3vw solid #00a496;
}
#site-footer .sp-contact #launcher-contact .wrap ul li {
  margin-bottom: 4vw;
}
#site-footer .sp-contact #launcher-contact .wrap ul li:last-child {
  margin-bottom: 0;
}
#site-footer .sp-contact #launcher-contact .wrap ul a {
  display: block;
  background: #fff;
  color: #000;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
  font-size: 3vw;
  line-height: 1.3em;
  padding: 1vw 2vw 2vw;
}
#site-footer .sp-contact #launcher-contact .wrap ul a em {
  display: block;
  color: #00a496;
  font-size: 4vw;
  line-height: 9vw;
}
#site-footer .contact-bnr {
  display: none;
}
#site-footer .sitemap {
  display: none;
}
#site-footer .signature {
  background: #66bdb3;
  color: #fff;
  height: auto;
}
#site-footer .signature .content-wrap {
  flex-direction: column-reverse;
}
#site-footer .signature .content-wrap .col1 {
  padding: 25px 0 15px;
  text-align: center;
}
#site-footer .signature .content-wrap .col1 h3 {
  margin-bottom: 15px;
}
#site-footer .signature .content-wrap .col1 h3 img {
  width: 192px;
  height: 30px;
}
#site-footer .signature .content-wrap .col1 p {
  font-size: 12px;
}
#site-footer .signature .content-wrap nav {
  padding: 20px 0;
  background: url("../img/bg.footer.png") center center no-repeat;
  background-size: cover;
}
#site-footer .signature .content-wrap nav ul {
  justify-content: center;
}
#site-footer .signature .content-wrap nav ul li:nth-last-child(2) {
  border: none;
}
#site-footer .signature .content-wrap nav ul li:last-child {
  display: none;
}
#site-footer small {
  line-height: 50px;
}

@keyframes wave {
  0% {
    height: 0px;
  }
  15% {
    height: 20px;
  }
  100% {
    height: 0px;
  }
}
