/* ------------------------------------------
  top_banner
------------------------------------------ */
.footer {
  background: #efedea;
  padding-bottom: 50px;
  padding-right: 20px;
  padding-left: 20px;
  position: relative;
  z-index: 558;

}

.footer2 {
  background: #fff;
  padding-bottom: 50px;
  padding-right: 20px;
  padding-left: 20px;
}

.footer_container {
  max-width: 1018px;
  width: 100%;
  margin: 0 auto;
}

.footer_logo {
  width: 115px;
  margin-bottom: 68.5px;
}

.footer_logo img {
  width: 100%;
}

.footer_item_inner {
  display: flex;
  margin-bottom: 73px;
}

.footer_item {
  width: 47%;
}

.footer_item1 {
  margin-right: 67px;
}

.footer_item_ttl {
  font-family: "adobe-garamond-pro", serif;
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 29px;
  padding-bottom: 11.5px;
  border-bottom: 1px solid #4b4b4b;
  margin-bottom: 35px;
  font-weight: 400;
}

.footer_item_content_inner1 {
  padding-left: 10.5px;
  padding-right: 18.5px;
  display: flex;
}

.footer_item_content_inner2 {
  padding-left: 10.5px;
  padding-right: 18.5px;
}

.footer_item_conent1,
.footer_item_conent2 {
  width: 50%;
}

.footer_item_list_item:not(:last-child) {
  margin-bottom: 26px;
}

.footer_item_list_item a {
  color: #4b4b4b;
  font-size: 14px;
  letter-spacing: 0.2em;
  line-height: 20px;
  font-family: "Zen Old Mincho", serif;
  transition: border .4s;
}

.sns_inner {
  width: 142px;
}

.sns_flex_inner {
  display: flex;
}

.sns_icon {
  width: 26px;
  height: 26px;
}

.sns_icon:not(:last-child) {
  margin-right: 13px;
}

.sns_icon img {
  width: 100%;
}

.footer_item_conent2 ul {
  margin-bottom: 20px;
}

.address_item_flex {
  display: flex;
  margin-bottom: 25.5px;
}

.address_item_flex p{
  pointer-events: none;
}

.address_item_flex p:nth-of-type(1) {
  margin-right: 30px;
}

.address_inner {
  color: #4b4b4b;
  font-family: "Zen Old Mincho", serif;
  font-size: 14px;
  letter-spacing: 0.2em;
  line-height: 20px;
  position: relative;
}

.adress_num {
  margin-bottom: 2px;
}

.adress {
  margin-bottom: 9px;
}

.map {
  position: absolute;
  width: 24.5px;
  top: 4px;
  right: 35%;
}

.map a {
  display: block;
  width: 100%;
}

.map img {
  width: 100%;
}

.open_inner {
  margin-bottom: 23.5px;
}

.open_ttl {
  font-size: 16px;
  margin-bottom: 4px;
}

.open_inner .address_item_flex p {
  margin-right: 0;
}

.other_inner {
  display: flex;
}

.other_item:nth-of-type(1) {
  margin-right: 44px;
}

.copyright {
  font-size: 10px;
  letter-spacing: 0.2em;
  line-height: 17px;
  color: #4b4b4b;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  text-align: center;
}

.only_pc_address {
  display: inline-block;
}

.footer_item_list_item a:hover {
  opacity: 1;
  background-image: linear-gradient(72deg, #6d352c 45%, #fff 60%, #6d352c 45%);
  background-size: 500% 100%;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  animation: shine 4s ease-out;
  animation-delay: -0.7s;
}

@keyframes shine {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@media screen and (max-width: 430px) {
  .only_pc_address {
    display: none;
  }

  .footer {
    padding-bottom: 100px;
  }

  .footer_logo {
    width: 115px;
    margin-bottom: 30.5px;
  }

  .footer_item_inner {
    display: block;
    margin-bottom: 61px;
  }

  .footer_item {
    width: 100%;
    margin-right: 0;
  }

  .footer_item1 {
    margin-bottom: 55px;
  }

  .footer_item_content_inner1,
  .footer_item_content_inner2 {
    padding-right: 0;
    padding-left: 0;
  }

  .footer_item_conent1 {
    margin-right: 20px;
  }

  .sns_inner {
    width: 251px;
    margin: 0 auto 91px;
  }

  .sns_flex_inner {
    justify-content: center;
  }

  .sns_icon {
    width: 40px;
    height: 40px;
  }

  .address_item_flex {
    display: block;
  }

  .address_item_flex p:nth-of-type(1) {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .map {
    width: 34px;
    top: 4px;
    right: 7%;
  }
}

@media screen and (max-width: 375px) {
  .map {
    top: 52px;
  }
}
