@charset "UTF-8";
.footer-breadcrumb #breadcrumb {
  padding: 0 120px 0;
  background-color: #f3f4f1;
}
.footer-breadcrumb #breadcrumb ul {
  display: block;
  width: 100%;
  overflow-y: hidden;
  overflow-x: auto;
  white-space: nowrap;
}
.footer-breadcrumb #breadcrumb li {
  font-size: 12px;
  letter-spacing: 0.08em;
  line-height: 3;
  display: inline-block;
  position: relative;
}
.footer-breadcrumb #breadcrumb li a {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.footer-breadcrumb #breadcrumb li a::after {
  content: ">";
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
}
.footer-breadcrumb #breadcrumb li:last-child a::after {
  display: none;
}
.footer-breadcrumb #breadcrumb li:last-child a.top-only::after {
  content: ">";
  display: inline-block;
  margin-left: 5px;
}
@media (max-width: 1024px) {
  .footer-breadcrumb #breadcrumb {
    padding: 0 60px 0;
  }
}
@media (max-width: 767px) {
  .footer-breadcrumb #breadcrumb {
    padding: 0 30px;
  }
}
@media (hover: hover) {
  .footer-breadcrumb #breadcrumb a:hover {
    opacity: 0.6;
    text-decoration: underline;
  }
}

footer {
  position: relative;
  background-color: #f3f4f1;
  padding: 0 60px 155px;
}
footer .footer-line {
  background-color: #666666;
  width: 100%;
  height: 1px;
}
footer .footer-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 63px;
}
footer .footer-left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
}
footer .footer-title {
  font-size: 19px;
  letter-spacing: 0.1em;
  line-height: 1.75;
  margin-bottom: 18px;
}
footer .footer-menuaddress-number {
  font-size: 15px;
  letter-spacing: 0.1em;
  line-height: 1.8666666667;
}
footer .footer-menuaddress {
  font-size: 15px;
  letter-spacing: 0.1em;
  line-height: 1.8666666667;
  margin-bottom: 32px;
}
footer .footer-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .footer-sns-list {
  width: 32px;
  margin-right: 20px;
}
footer .footer-sns-list:first-child {
  margin-right: 15px;
}
footer .footer-sns-list:last-child {
  margin-right: 0;
}
footer .footer-right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
  padding-left: 12px;
  position: relative;
}
footer .footer-right:after {
  background: radial-gradient(circle farthest-side, #373532, #373532 30%, transparent 30%, transparent);
  background-size: 5px 5px;
  background-position: bottom center;
  content: "";
  display: inline-block;
  height: 5px;
  width: 100%;
  position: absolute;
  bottom: -3px;
  left: 0;
}
footer .nav-menu-inn-link {
  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;
  width: 250px;
  margin-bottom: 30px;
}
footer .nav-menu-inn-logo {
  width: 118px;
  margin-right: 10px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
footer .nav-menu-inn-name {
  font-size: 10px;
  letter-spacing: 0.25em;
  line-height: 1;
  width: 70px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
footer .nav-menu-inn-arrow {
  margin-right: 5px;
  width: 18px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (hover: hover) {
  footer .nav-menu-inn-link:hover .nav-menu-inn-name {
    letter-spacing: 0.21em;
  }
  footer .nav-menu-inn-link:hover .nav-menu-inn-logo {
    opacity: 0.6;
  }
  footer .footer-second-nav-link:hover {
    text-decoration: underline;
  }
  footer .footer-second-bottom-nav-link:hover {
    text-decoration: underline;
  }
}
@media (max-width: 1024px) {
  footer {
    padding: 0 30px 155px;
  }
}
@media (max-width: 767px) {
  footer {
    padding-bottom: 45px;
  }
  footer .footer-breadcrumb ul {
    display: block;
    width: 100%;
    overflow-y: hidden;
    overflow-x: auto;
    overflow-scrolling: touch;
    white-space: nowrap;
  }
  footer .footer-flex {
    display: block;
    padding-top: 52px;
  }
  footer .footer-sns {
    display: none;
  }
  footer .footer-title {
    font-size: 20px;
  }
  footer .footer-menuaddress-number {
    font-size: 14px;
    line-height: 1.75;
  }
  footer .footer-menuaddress {
    font-size: 14px;
    line-height: 1.75;
  }
  footer .footer-right {
    padding-left: 0;
  }
  footer .footer-right::after {
    display: none;
  }
  footer .nav-menu-inn-link {
    width: 210px;
    margin-bottom: 25px;
  }
  footer .nav-menu-inn-logo {
    width: 100px;
    margin-right: 7px;
  }
}
footer .footer-second-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
footer .footer-second-left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
footer .footer-second-contact {
  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;
  height: 53px;
  max-width: 319px;
  width: 100%;
  border: 1px solid #373532;
  font-size: 15px;
  letter-spacing: 0.1em;
  background-image: url(../img/header/menu-arrow.png);
  background-repeat: no-repeat;
  background-position: 96% center;
  background-size: 18px 8px;
  margin-bottom: 55px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
footer small {
  font-size: 10px;
  letter-spacing: 0.1em;
  line-height: 1.75;
}
footer .footer-second-right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-top: 45px;
  padding-left: 12px;
}
footer .footer-second-right-title {
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1.75;
  margin-bottom: 25px;
}
footer .footer-second-right-title::before {
  content: "■";
  display: inline-block;
}
footer .footer-second-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 50px;
}
footer .footer-second-nav-list {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.333333%;
          flex: 0 0 33.333333%;
}
footer .footer-second-nav-link {
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 2.4666666667;
}
footer .footer-second-bottom-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .footer-second-bottom-nav-link {
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 2.4;
}
footer .footer-second-bottom-nav-link::after {
  content: "／";
  display: inline-block;
  margin: 0 10px;
}
footer .footer-second-bottom-nav-link:last-child::after {
  display: none;
}
@media (hover: hover) {
  footer .footer-second-contact:hover {
    background-color: #dbd8d5;
  }
}
@media (max-width: 1024px) {
  footer .footer-second-nav-list {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
@media (max-width: 767px) {
  footer .footer-second-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  footer .footer-second-right {
    padding-top: 0;
    padding-left: 0;
  }
  footer .footer-second-right-title {
    font-size: 13px;
    margin-bottom: 15px;
  }
  footer .footer-second-nav {
    margin-bottom: 23px;
  }
  footer .footer-second-nav-link {
    font-size: 13px;
    line-height: 2.6153846154;
  }
  footer .footer-second-bottom-nav {
    margin-bottom: 28px;
  }
  footer .footer-second-bottom-nav-link {
    font-size: 13px;
    line-height: 2.6153846154;
  }
  footer .footer-second-contact {
    display: none;
  }
  footer .footer-sns-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 25px;
  }
  footer .footer-sp-line {
    width: 100%;
    height: 1px;
    background-color: #666666;
    margin-bottom: 16px;
  }
}