.footer-breadcrumb {
  background-color: #f3f4f1;
}
.footer-breadcrumb #breadcrumb {
  padding: 0 120px 10px;
}
.footer-breadcrumb #breadcrumb li {
  font-size: 12px;
  letter-spacing: 0.08em;
  line-height: 3;
  display: inline-block;
  position: relative;
  color: #36392d;
}
.footer-breadcrumb #breadcrumb li a {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  color: #36392d;
}
.footer-breadcrumb #breadcrumb li a::after {
  content: ">";
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
}
.footer-breadcrumb .footer-breadcrumb-line {
  background-color: #17232b;
  height: 1px;
  width: calc(100% - 120px);
  margin: 0 auto;
}
@media (max-width: 767px) {
  .footer-breadcrumb ul {
    display: block;
    width: 100%;
    overflow-y: hidden;
    overflow-x: auto;
    overflow-scrolling: touch;
    white-space: nowrap;
  }
  .footer-breadcrumb #breadcrumb {
    padding: 0 20px;
  }
  .footer-breadcrumb #breadcrumb li {
    font-size: 10px;
  }
  .footer-breadcrumb .footer-breadcrumb-line {
    width: calc(100% - 40px);
  }
}

.footer-reservation-area {
  background-color: #f3f4f1;
  padding: 55px 0;
}

.footer-reservation-title {
  text-align: center;
  font-size: 18px;
  letter-spacing: 0.14em;
  line-height: 2.1144444444;
  color: #36392D;
  margin-bottom: 40px;
}

.footer-reservation-btn {
  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;
  height: 53px;
  max-width: 319px;
  background-color: #606544;
  border: 1px solid #606544;
  color: #f3f4f1;
  font-size: 17px;
  letter-spacing: 0.1em;
  line-height: 1;
  margin: 0 auto 30px;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.footer-reservation-btn .btn-arrow {
  width: 18px;
  height: 12px;
  position: absolute;
  right: 4%;
  top: 0;
  bottom: 0;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer-reservation-btn .btn-arrow line {
  stroke: #f3f4f1 !important;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.footer-reservation-btn .btn-arrow polyline {
  stroke: #f3f4f1 !important;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.footer-reservation-flex {
  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: 100%;
}

.footer-reservation-flex-btn {
  width: 170px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
  letter-spacing: 0.1em;
  line-height: 1;
  border-right: 1px solid #36392D;
  color: #36392D;
}
.footer-reservation-flex-btn:nth-child(2) {
  border-right: none;
  padding-left: 30px;
}
.footer-reservation-flex-btn .btn-arrow {
  width: 14px;
  height: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 10px;
}
.footer-reservation-flex-btn .btn-arrow img {
  width: 14px;
  height: 8px;
  display: block;
}

@media (hover: hover) {
  .footer-reservation-btn:hover {
    background-color: #c0be66;
    color: #36392D;
  }
  .footer-reservation-btn:hover .btn-arrow line {
    stroke: #323628 !important;
  }
  .footer-reservation-btn:hover .btn-arrow polyline {
    stroke: #323628 !important;
  }
  .footer-reservation-flex-btn:hover {
    text-decoration: underline;
  }
}
@media (max-width: 767px) {
  .footer-reservation-area {
    padding: 40px 0;
  }
  .footer-reservation-title {
    font-size: 15px;
    letter-spacing: 0.1em;
    line-height: 2.004;
    margin-bottom: 30px;
  }
  .footer-reservation-flex-btn {
    font-size: 15px;
    width: 160px;
  }
  .footer-reservation-flex-btn:nth-child(2) {
    padding-left: 0;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.footer {
  background-color: #606544;
}
.footer .footer-inner {
  padding: 64px 120px;
  width: 100%;
  margin: 0 auto;
}
.footer .footer-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 68px;
  background-image: linear-gradient(to right, #f2f3f0 2px, transparent 2px);
  background-size: 7px 2px;
  background-repeat: repeat-x;
  background-position: bottom;
  margin-bottom: 50px;
}
.footer .footer-flex-logo-area {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer .footer-sns-list {
  width: 28px;
  display: block;
  margin-left: auto;
  margin-bottom: 20px;
  margin-right: 10px;
}
.footer .footer-sns-list:last-child {
  margin-bottom: 0;
}
.footer .footer-link-area {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 78%;
          flex: 0 0 78%;
}
.footer .footer-link-top {
  color: #f3f4f1;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1.75;
  margin-bottom: 30px;
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.footer .footer-link-top span {
  border-bottom: 1px solid #f3f4f1;
  padding-bottom: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.footer .footer-link-area-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.footer .footer-link-area-flex-left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
}
.footer .footer-link-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 526px;
  margin-bottom: 55px;
}
.footer .footer-link-list {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
.footer .footer-link-a {
  color: #f3f4f1;
  font-size: 17px;
  letter-spacing: 0.08em;
  line-height: 2.7058823529;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.footer .footer-link-bottom-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 526px;
}
.footer .footer-link-bottom-list {
  border-right: 1px solid #f3f4f1;
  line-height: 1;
  padding: 0 15px;
  margin-bottom: 17px;
}
.footer .footer-link-bottom-list:nth-child(1), .footer .footer-link-bottom-list:nth-child(4), .footer .footer-link-bottom-list:nth-child(7) {
  padding-left: 0;
}
.footer .footer-link-bottom-list:nth-child(3), .footer .footer-link-bottom-list:nth-child(6), .footer .footer-link-bottom-list:nth-child(8) {
  border-right: none;
  padding-right: 0;
}
.footer .footer-link-bottom-list:nth-child(3), .footer .footer-link-bottom-list:nth-child(6), .footer .footer-link-bottom-list:nth-child(8) {
  width: 33%;
}
.footer .footer-link-bottom-list:nth-child(8) {
  width: 50%;
}
.footer .footer-link-bottom-a {
  color: #f3f4f1;
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.footer .footer-link-area-flex-right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 42%;
          flex: 0 0 42%;
}
.footer .footer-link-btn-contact {
  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;
  height: 53px;
  max-width: 319px;
  width: 100%;
  border: 1px solid #f2f3f0;
  background-color: #606544;
  font-size: 15px;
  letter-spacing: 0.1em;
  color: #f3f4f1;
  margin-bottom: 50px;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.footer .footer-link-btn-contact .btn-arrow {
  width: 18px;
  height: 12px;
  position: absolute;
  right: 4%;
  top: 0;
  bottom: 0;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer .footer-link-btn-contact .btn-arrow line {
  stroke: #f2f3f0 !important;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.footer .footer-link-btn-contact .btn-arrow polyline {
  stroke: #f2f3f0 !important;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.footer .footer-link-btn-reservation-btn {
  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;
  height: 53px;
  max-width: 319px;
  width: 100%;
  border: 1px solid #f2f3f0;
  font-size: 15px;
  letter-spacing: 0.1em;
  color: #36392d;
  background-color: #f2f3f0;
  margin-bottom: 25px;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.footer .footer-link-btn-reservation-btn .btn-arrow {
  width: 18px;
  height: 12px;
  position: absolute;
  right: 4%;
  top: 0;
  bottom: 0;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer .footer-link-btn-reservation-btn .btn-arrow line {
  stroke: #36392d !important;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.footer .footer-link-btn-reservation-btn .btn-arrow polyline {
  stroke: #36392d !important;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.footer .footer-hotel-name {
  color: #f3f4f1;
  font-size: 17px;
  letter-spacing: 0.1em;
  line-height: 1.75;
}
.footer .footer-hotel-address {
  font-size: 15px;
  letter-spacing: 0.1em;
  line-height: 1.8666666667;
  color: #f3f4f1;
}
.footer .footer-hotel-tel {
  color: #f3f4f1;
  font-size: 18px;
  letter-spacing: 0.15em;
  line-height: 1.5555555556;
}
.footer .footer-hotel-tel .time {
  font-size: 13px;
  line-height: 2.1538461538;
}
.footer .footer-hotel-bnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 820px;
  margin: 0 auto 38px;
}
.footer .footer-hotel-bnr-link {
  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;
  border-left: 5px solid transparent;
  height: 33px;
  width: 30%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.footer .footer-hotel-bnr-link.HOSYUTEI {
  border-color: #927d6c;
}
.footer .footer-hotel-bnr-link.TOYOTEI {
  border-color: #97a185;
}
.footer .footer-hotel-bnr-link.SANYOAN {
  border-color: #6e7a7d;
}
.footer .footer-hotel-bnr-link .link-arrow {
  width: 18px;
  margin-left: 10px;
  margin-right: 5;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.footer .footer-hotel-bnr-logo {
  max-width: 82px;
  width: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.footer .footer-hotel-bnr-name {
  font-size: 10px;
  letter-spacing: 0.25em;
  line-height: 1;
  margin-left: 15px;
  color: #f2f3f0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.footer .footer-top-link {
  font-size: 14px;
  line-height: 1.75;
  letter-spacing: 0.1em;
  text-align: center;
  display: block;
  color: #f3f4f1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.footer .footer-top-link span {
  border-bottom: 1px solid #f2f3f0;
  padding-bottom: 5px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.footer .copyright {
  background-color: #f2f2f0;
  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: 60px;
}
.footer .copyright small {
  font-size: 10px;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #36392D;
}
@media (hover: hover) {
  .footer .footer-total-contact:hover {
    background-color: #dbd8d5;
  }
  .footer .footer-inn-link:hover .footer-inn-name {
    letter-spacing: 0.21em;
  }
  .footer .footer-inn-link:hover .footer-inn-logo {
    opacity: 0.6;
  }
  .footer .footer-link-a:hover {
    text-decoration: underline;
  }
  .footer .footer-link-bottom-a:hover {
    text-decoration: underline;
  }
  .footer .footer-link-btn-reservation-btn:hover {
    color: #36392d;
    background-color: #c0be66;
  }
  .footer .footer-link-btn-reservation-btn:hover .btn-arrow line {
    stroke: #36392d !important;
  }
  .footer .footer-link-btn-reservation-btn:hover .btn-arrow polyline {
    stroke: #36392d !important;
  }
  .footer .footer-link-btn-contact:hover {
    background-color: #c0be66;
    color: #36392D;
  }
  .footer .footer-link-btn-contact:hover .btn-arrow line {
    stroke: #36392d !important;
  }
  .footer .footer-link-btn-contact:hover .btn-arrow polyline {
    stroke: #36392d !important;
  }
  .footer .footer-link-top:hover {
    opacity: 0.6;
  }
  .footer .footer-link-top:hover span {
    padding-bottom: 3px;
  }
  .footer .footer-top-link:hover {
    opacity: 0.6;
  }
  .footer .footer-top-link:hover span {
    padding-bottom: 3px;
  }
  .footer .footer-hotel-bnr-link:hover .footer-hotel-bnr-logo {
    opacity: 0.6;
  }
}
@media (max-width: 1290px) {
  .footer .footer-inner {
    padding: 64px 0px;
    max-width: 1125px;
  }
}
@media (max-width: 1180px) {
  .footer .footer-inner {
    padding: 64px 20px;
  }
}
@media (max-width: 1100px) {
  .footer .footer-link-area {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 85%;
            flex: 0 0 85%;
  }
}
@media (max-width: 1050px) {
  .footer .footer-link-area {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 85%;
            flex: 0 0 85%;
  }
  .footer .footer-link-a {
    font-size: 14px;
  }
  .footer .footer-link-bottom-a {
    font-size: 14px;
  }
  .footer .footer-hotel-address {
    font-size: 14px;
  }
  .footer .footer-hotel-name {
    font-size: 16px;
  }
  .footer .footer-hotel-tel {
    font-size: 17px;
  }
  .footer .footer-hotel-tel .time {
    font-size: 12px;
  }
}
@media (max-width: 980px) {
  .footer .footer-link-area-flex-left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 63%;
            flex: 0 0 63%;
  }
  .footer .footer-link-bottom-list {
    padding: 0 10px;
  }
  .footer .footer-link-area-flex-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 37%;
            flex: 0 0 37%;
  }
  .footer .footer-hotel-tel .time {
    display: block;
  }
}
@media (max-width: 870px) {
  .footer .footer-flex {
    display: block;
    padding-bottom: 40px;
    margin-bottom: 25px;
  }
  .footer .footer-flex-logo-area {
    width: 100% !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-bottom: 15px;
  }
  .footer .footer-pc-sns {
    display: none;
  }
  .footer .footer-flex-logo-sub-text {
    display: block;
    color: #f3f4f1;
  }
  .footer .footer-link-area-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .footer .footer-link-area-flex-left {
    margin-bottom: 38px;
  }
  .footer .footer-link-bottom-ul {
    max-width: 340px;
  }
  .footer .footer-link-area-flex-right {
    width: 100%;
  }
  .footer .footer-link-btn-reservation-btn {
    max-width: 100%;
  }
  .footer .footer-link-btn-contact {
    max-width: 100%;
    margin-bottom: 40px;
  }
  .footer .footer-hotel-name {
    margin-bottom: 10px;
  }
  .footer .footer-hotel-address {
    margin-bottom: 10px;
  }
  .footer .footer-hotel-tel {
    margin-bottom: 30px;
    display: block;
  }
  .footer .footer-hotel-tel .time {
    display: inline-block;
  }
  .footer .footer-sp-sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer .footer-sns-list {
    margin-left: 0;
    margin-bottom: 0;
  }
  .footer .footer-link-bottom-list:nth-child(2) {
    border-right: none;
  }
  .footer .footer-link-bottom-list:nth-child(3), .footer .footer-link-bottom-list:nth-child(5) {
    width: auto;
    border-right: 1px solid #f3f4f1;
    padding-left: 0;
    padding-right: 10px;
  }
  .footer .footer-link-bottom-list:nth-child(4), .footer .footer-link-bottom-list:nth-child(6) {
    border-right: none;
    padding-left: 10px;
  }
  .footer .footer-sp-bottom-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer .footer-hotel-bnr {
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 0;
  }
  .footer .footer-hotel-bnr-link {
    width: 100%;
    max-width: 240px;
    margin-bottom: 30px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .footer .footer-inner {
    padding: 70px 25px 40px;
  }
  .footer .footer-flex-logo-sub-text {
    font-size: 12px;
  }
  .footer .footer-link-top {
    font-size: 13px;
  }
  .footer .footer-link-list {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 44%;
            flex: 0 0 44%;
  }
  .footer .footer-link-list:nth-child(even) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 56%;
            flex: 0 0 56%;
  }
  .footer .footer-link-a {
    font-size: 15px;
  }
  .footer .footer-link-a::before {
    content: "-";
    display: inline-block;
    margin-right: 5px;
  }
  .footer .footer-hotel-name {
    font-size: 17px;
  }
  .footer .footer-hotel-address {
    font-size: 15px;
  }
  .footer .footer-hotel-tel {
    font-size: 18px;
  }
  .footer .footer-hotel-tel .time {
    font-size: 13px;
    letter-spacing: 0.1em;
  }
  .footer .footer-top-link {
    font-size: 13px;
    line-height: 1.7505551443;
  }
  .footer .footer-hotel-bnr-link {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-left: 20px;
    height: 30px;
    max-width: 215px;
  }
  .footer .footer-hotel-bnr-logo {
    width: 70px;
  }
  .footer .copyright {
    height: 38px;
  }
}
.footer .fv-link {
  position: fixed;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 2;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.footer .fv-link.in-footer {
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  position: relative;
  z-index: -10;
}
.footer .fv-link-item {
  min-width: 160px;
  text-align: center;
}
.footer .fv-link-item:first-child {
  margin-right: 3px;
}
.footer .fv-link-item:first-child .fv-link-item-wrap {
  border-radius: 6px 0 0 6px;
}
.footer .fv-link-item:last-child .fv-link-item-wrap {
  border-radius: 0 6px 6px 0;
}
.footer .fv-link-item-wrap {
  display: block;
  background: rgba(54, 57, 45, 0.7);
  color: #f3f4f1;
  max-width: 160px;
  width: 100%;
  padding: 13px 0;
  border-radius: 6px;
}
.footer .fv-link-item-jp {
  font-size: 16px;
  letter-spacing: 0.15em;
  line-height: 1;
  margin-bottom: 5px;
}
.footer .fv-link-item-eng {
  font-size: 13px;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media (hover: hover) {
  .footer .fv-link-item .fv-link-item-wrap {
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
  }
  .footer .fv-link-item:hover .fv-link-item-wrap {
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
    background-color: #292c1f;
  }
}
@media (max-width: 767px) {
  .footer .fv-link-item {
    min-width: 140px;
  }
  .footer .fv-link-item-jp {
    letter-spacing: 0.05em;
  }
  .footer .fv-link-item-eng {
    letter-spacing: 0.08em;
  }
}