@charset "UTF-8";
footer {
  margin-top: 80px;
}
footer .footer-parent {
  background-color: #a40000;
  padding-top: 45px;
  margin-top: 40px;
}
footer .footer-wrap {
  padding-bottom: 45px;
}
footer .footer-logo-img {
  max-width: 200px;
  width: 100%;
  margin: auto;
  margin-bottom: 25px;
}
footer .footer-list li {
  margin-bottom: 15px;
}
footer .footer-list li a {
  color: #fff;
  font-size: 14px;
}
footer .footer-list li a::before {
  content: "";
  padding-left: 6px;
  margin-right: 7px;
  background-image: url(../img/footer/footer_arrow.png);
  background-repeat: no-repeat;
  background-size: 6px 10px;
  background-position: center;
}
footer .footer-list02 li a::before {
  content: "";
  padding-left: 6px;
  margin-right: 7px;
  background-image: url(../img/footer/footer_arrow.png);
  background-repeat: no-repeat;
  background-size: 6px 10px;
  background-position: center;
}
footer .footer-list02 li a {
  color: #fff;
  font-size: 14px;
}
footer .footer-list02 li {
  margin-bottom: 15px;
}
footer .footer-list-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 340px;
  width: 92%;
  margin: auto;
}
footer .footer-list {
  margin-right: 25px;
}
footer .footer-linkbtn {
  margin-top: 10px;
  margin-left: 20px;
  margin-right: 20px;
}
footer .footer-linkbtn-list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  border: 1px solid #fff;
  width: 100%;
  margin-bottom: 15px;
  height: 61px;
  text-align: center;
  font-size: 14px;
}
footer .footer-linkbtn-list a span {
  display: block;
  max-width: 200px;
  width: 100%;
  margin: auto;
  position: relative;
}
footer .footer-linkbtn-list:first-child a span:before {
  display: block;
  content: "";
  width: 18px;
  height: 22px;
  background-image: url(../img/footer/icon01.png);
  background-repeat: no-repeat;
  background-size: 18px 22px;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
}
footer .footer-linkbtn-list:nth-child(2) a span:before {
  display: block;
  content: "";
  width: 21px;
  height: 25px;
  padding: 5px 0;
  background-image: url(../img/footer/icon02.png);
  background-repeat: no-repeat;
  background-size: 21px 25px;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
}
footer .footer-linkbtn-list:last-child a span:before {
  display: block;
  content: "";
  width: 22px;
  height: 18px;
  padding: 5px 0;
  background-image: url(../img/footer/icon03.png);
  background-repeat: no-repeat;
  background-size: 22px 18px;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
}
footer .foot-return {
  display: block;
  max-width: 65px;
  width: 100%;
  position: fixed;
  right: 10px;
  bottom: 100px;
  z-index: 20;
}

@media (min-width: 767px) {
  footer {
    padding-bottom: 0;
  }
  footer .foot-return {
    bottom: 10px;
  }
}
@media (min-width: 1200px) {
  footer .footer-parent {
    margin-top: 150px;
    padding-top: 90px;
  }
  footer .footer-wrap {
    padding-bottom: 100px;
  }
  footer .footer-list-flex {
    display: block;
    max-width: 100%;
  }
  footer .footer-list {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer .footer-list02 {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer .footer-list li {
    margin-bottom: 25px;
  }
  footer .footer-list li a {
    font-size: 14px;
    margin: 0 15px;
  }
  footer .footer-list02 li a {
    font-size: 14px;
    margin: 0 15px;
  }
  footer .footer-logo-img {
    margin-bottom: 45px;
  }
  footer .footer-linkbtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 45px;
  }
  footer .footer-linkbtn-list a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 320px;
  }
  footer .footer-linkbtn-list {
    margin: 0 12px;
  }
  footer .footer-linkbtn-list a span {
    max-width: unset;
    width: auto;
    line-height: 1;
    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;
    font-size: 14px;
  }
  footer .footer-linkbtn-list:first-child a span:before {
    padding-left: 40px;
    position: relative;
    display: inline-block;
  }
  footer .footer-linkbtn-list:nth-child(2) a span:before {
    padding-left: 40px;
    position: relative;
    display: inline-block;
  }
  footer .footer-linkbtn-list:last-child a span:before {
    padding-left: 40px;
    position: relative;
    display: inline-block;
  }
}
@media (hover: hover) {
  .footer-list li a:hover {
    text-decoration: underline;
  }
  .footer-list02 li a:hover {
    text-decoration: underline;
  }
  .footer-linkbtn-list a:hover {
    text-decoration: underline;
  }
}
@media (min-width: 767px) {
  .footer-bnr {
    padding-bottom: 0;
  }
  .footer-bnr .bnr-link-img-icon {
    display: none;
  }
}
@media (min-width: 1200px) {
  .footer-bnr .bnr-link {
    display: block;
    position: relative;
  }
  .footer-bnr .bnr-link-img-icon {
    display: block;
  }
  .footer-bnr .bnr-link-img-icon {
    position: absolute;
    top: 5px;
    left: -40px;
    max-width: 140px;
    width: 100%;
  }
}
.side-fixed {
  position: fixed;
  bottom: -1px;
  left: 0;
  z-index: 1000;
}

.side-fixed-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.side-fixed-flex a {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333%;
          flex: 0 0 33.3333%;
  border-right: 1px solid #fff;
}

.side-fixed-flex a:last-child {
  border: none;
}

@media (min-width: 767px) {
  .side-fixed {
    position: fixed;
    left: unset;
    right: 0;
    top: 0;
    margin: auto;
    height: 372px;
  }
  .side-fixed-flex {
    display: block;
  }
  .side-fixed-flex a {
    max-width: 70px;
    width: 100%;
    margin: auto;
    margin-bottom: 10px;
  }
  .side-fixed-flex a:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 1400px) {
  .side-fixed-flex a {
    max-width: 100px;
  }
}
small {
  display: block;
  background-color: #fff;
  text-align: center;
  padding: 20px 0;
  margin-bottom: 100px;
}

.footer-note-img {
  max-width: 115px;
  width: 100%;
  margin: auto;
  margin-bottom: 10px;
}

@media (min-width: 1200px) {
  small {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 13px;
    padding: 30px 0;
    margin-bottom: 0;
  }
  .footer-note-img {
    margin: auto 0;
    margin-right: 20px;
  }
}
.side-floating {
  position: fixed;
  right: 4px;
  bottom: 4px;
  width: calc(100% - 8px);
  max-width: 375px;
  z-index: 150;
}

.side-floating-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-radius: 8px;
  border: 1px solid #a40000;
  overflow: hidden;
  -webkit-box-shadow: 2px 2px 0px 0px #a40000;
          box-shadow: 2px 2px 0px 0px #a40000;
}

.side-floating-flex-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  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;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  color: #a40000;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1em;
  background: #fff4e2;
  padding: 12px;
}
.side-floating-flex-item:before {
  content: "＞";
}
.side-floating-flex-item:nth-child(n+3) {
  border-left: 1px solid #a40000;
}

.side-floating-flex-item.wide {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  background: #fff;
  border-bottom: 1px solid #a40000;
}

@media (min-width: 1200px) {
  .side-floating {
    right: 80px;
    bottom: 15px;
  }
  .side-floating-flex {
    -webkit-box-shadow: 4px 4px 0px 0px #a40000;
            box-shadow: 4px 4px 0px 0px #a40000;
  }
}
.side-floating.salon .side-floating-flex-item:nth-child(2) {
  background-image: -webkit-gradient(linear, left top, right top, from(#77ae58), to(#3d8c5d));
  background-image: linear-gradient(90deg, #77ae58, #3d8c5d);
  color: #fff;
  border-bottom: 4px solid #1d4c2e;
  border-radius: 0 0 0 8px;
}
.side-floating.salon .side-floating-flex-item:nth-child(2)::before {
  content: unset;
}
.side-floating.salon .side-floating-flex-item:nth-child(3) {
  background-image: -webkit-gradient(linear, left top, right top, from(#3f7a75), to(#1c4d39));
  background-image: linear-gradient(90deg, #3f7a75, #1c4d39);
  color: #fff;
  border-bottom: 4px solid #001107;
  border-right: 4px solid #001107;
  border-radius: 0 0 8px 0;
}
.side-floating.salon .side-floating-flex-item:nth-child(3)::before {
  content: "";
  background-image: url(../img/footer/floating-tell.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 10px;
  height: 12px;
}

@media (max-width: 767px) {
  .side-floating.salon {
    width: 100%;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
  }
  .side-floating.salon .side-floating-flex {
    border-radius: 0;
  }
  .side-floating.salon .side-floating-flex-item.wide {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 28.267%;
            flex: 0 0 28.267%;
    border-bottom: unset;
    -webkit-column-gap: 2px;
       -moz-column-gap: 2px;
            column-gap: 2px;
  }
  .side-floating.salon .side-floating-flex-item {
    padding: 10px 0;
  }
  .side-floating.salon .side-floating-flex-item:nth-child(2) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 28.267%;
            flex: 0 0 28.267%;
    border-radius: 0;
    border-bottom: 3px solid #1d4c2e;
  }
  .side-floating.salon .side-floating-flex-item:nth-child(3) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 43.466%;
            flex: 0 0 43.466%;
    border-radius: 0;
    border-right: unset;
    border-bottom: 3px solid #1d4c2e;
  }
}