@charset "UTF-8";
/* CSS Document */
html {
  height: 100%;
  width: 100%;
  font-size: 62.5%;
}
body {
  font-family: YuGothic, sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: justify;
  height: 100%;
  width: 100%;
}
body * {
  box-sizing: border-box;
  background-repeat: no-repeat;
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  list-style-type: none;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  border: none;
  width: 100%;
  vertical-align: middle;
}
a {
  display: block;
  text-decoration: none;
  color: inherit;
}
/*:focus {
  outline: none;
}*/
.sp {
  display: block;
  visibility: visible;
}
.pc {
  display: none;
  visibility: hidden;
}
.footer {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 3;
  display: block;
  padding: 5% 0 6% 0;
  padding-bottom: calc(110px + 6%);
  /*background:linear-gradient(#a5040e, #910000);*/
  background-color: #000;
}
.footer::before {
  content: "";
  display: block;
  width: 100%;
  height: 8px;
  position: absolute;
  top: -8px;
  background: url("../images/line_back.png"), linear-gradient(135deg, rgba(243, 152, 0, 1) 0%, rgba(234, 85, 4, 1) 20%, rgba(243, 152, 0, 1) 25%, rgba(255, 225, 0, 1) 45%, rgba(255, 250, 218, 1) 55%, rgba(243, 152, 0, 1) 60%, rgba(243, 152, 0, 1) 80%, rgba(255, 225, 0, 1) 100%);
  pointer-events: none;
}
.footerinner {
  width: 100%;
  height: auto;
  margin: 0;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.gotop {
  width: 46.6%;
  margin: 6% auto 0;
  order: 2;
}
.complete {
  width: 90%;
  margin: 2% auto 0;
  order: 1;
  pointer-events: none;
}
.caution {
  width: 90%;
  margin: 6% auto 0;
  order: 4;
  pointer-events: none;
}
.share {
  width: 24%;
  margin: 0 auto;
  display: flex;
  margin-top: 6%;
  margin-bottom: 2%;
  order: 3;
}
.share a {
  margin-right: 11.1%;
  display: block;
  width: 100%;
  height: 100%;
}
.share a:last-child {
  margin-right: 0;
}
.copyright {
  max-width: 24%;
  margin: 6% auto 0;
  order: 5;
  pointer-events: none;
}
.submit_form {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 73.5%;
  right: 0;
  left: 0;
  height: 10%;
  margin: 0 auto;
  gap: 2%;
}
.search_btn {
  cursor: pointer;
}
.search_select, .search_select2, .area_select {
  font-size: 16px;
  z-index: 1;
  text-align: left;
  background: #fff;
  border-radius: 0;
}
.search_select {
  position: absolute;
  top: 32.5%;
  left: 8.7%;
  height: 10%;
}
.search_select, .search_select2 {
  width: 35%;
}
.search_select2, .area_select {
  height: 100%;
}
.area_select {
  width: 21%;
  left: 49%;
}
.search_button {
  height: auto;
  width: 22.16%;
	 border: none;
    border-radius: 0;
    appearance: none;
    -webkit-appearance: none;
}
.search_button {
  /* top: 72%;*/
}
.pw {
  position: absolute;
  width: 44.5%;
  right: 10%;
  margin: 0 auto;
  top: 28%;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
}
.caution_pw {
  position: absolute;
  text-align: center;
  top: 49%;
  right: 8%;
  margin: 0 auto;
  width: 49%;
  pointer-events: none;
}
@media screen and (min-width:769px) {
  .sp {
    display: none;
    visibility: hidden;
  }
  .pc {
    display: block;
    visibility: visible;
  }
  .footer {
    margin: 0 auto;
    width: 100%;
    padding: 0;
    position: relative;
    z-index: 8;
    display: flex;
    align-items: center;
  }
  .footer a {
    transition-duration: 0.13s;
  }
  .footer a:hover {
    opacity: 0.8;
  }
  .footerinner {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: inherit;
    align-items: center;
    margin: 0 auto;
    max-width: 1200px;
    font-size: 0;
  }
  .share {
    width: 6.5%;
    margin: 0;
    margin-left: .5%;
    display: flex;
    order: 1;
  }
  .share a {
    margin-right: 7.69%;
  }
  .pop {
    width: 15%;
    margin-left: .5%;
    order: 2;
  }
  .complete {
    width: 15%;
    margin: 0;
    margin-left: .5%;
    order: 3;
  }
  .volume_s {
    width: 15%;
    margin-left: .5%;
    order: 3;
    pointer-events: none;
  }
  .caution {
    margin: 0;
    margin-left: .5%;
    width: 34.5%;
    order: 4;
  }
  .caution img {
    backface-visibility: hidden;
  }
  .copyright {
    width: 10.41%;
    margin-left: .5%;
    margin-right: .5%;
    margin-top: 0;
    order: 5;
  }
  /*設置店検索*/
  .submit_form {
    top: 71%;
  }
  .search_select {
    position: absolute;
    left: 9%;
  }
  .search_select, .search_select2 {
    width: 46%;
    height: 28px;
    font-size: 18px;
    z-index: 10;
    background: #fff;
  }
  .search_select {
    top: 31.5%;
  }
  .area_select {
    width: 17%;
    height: 28px;
  }
  .search_button {
    height: auto;
    width: 15.3%;
  }
  .pw {
    width: 34%;
    top: 28%;
    right: 9%;
  }
  .caution_pw {
    width: 39%;
    top: 44%;
    right: 7%;
  }
}
@media screen and (min-width:769px) and (max-width: 1100px) {
  .footer {
    height: 4.30769231vw;
    height: 5.090909vw;
    max-height: 56px;
  }
}
@media screen and (min-width:1101px) {
  .footer {
    height: 56px;
  }
}