/***************************************
footer_container
***************************************/
#footer {
  margin-top: 5.6rem;
}
@media screen and (min-width: 768px) {
  #footer {
    margin-top: 8rem;
  }
}
@media screen and (min-width: 1200px) {
  #footer {
    margin-top: 10rem;
  }
}
/*||footer_3col_block||*/
.footer_3col_block {
  background-color: #e6e6e6;
  padding: 5.7rem 0;
}
.footer_3col_block > ul {
  width: 87%;
  margin: 0 auto;
}
.footer_3col_block > ul > li {
  margin-bottom: 15px;
}
.footer_3col_block > ul > li:last-child {
  margin-bottom: 0;
}
.footer_3col_item {
  color: #000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  border-radius: 10px;
  padding: 2.75rem 2.1rem 2.75rem 2.3rem;
  transition: all 0.5s;
}
.footer_3col_item:hover {
  background-color: #11438a;
  color: #fff;
  transition: all 0.5s;
}
.footer_3col_unit {
  width: calc(100% - 32px);
  display: flex;
  align-items: center;
}
.footer_3col_img_wrap {
  width: 62px;
}
.footer_3col_img {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all 0.5s;
}
.footer_3col_img01 {
  width: 28px;
  height: 34px;
}
.footer_3col_img01::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("../images/catalog_b&b.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.5s;
}
a:hover .footer_3col_img01::before {
  background-image: url("../images/catalog_white.svg");
  transition: all 0.5s;
}
.footer_3col_img02 {
  width: 34px;
  height: 34px;
}
.footer_3col_img02::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("../images/calender_b&b.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.5s;
}
a:hover .footer_3col_img02::before {
  background-image: url("../images/calender_white.svg");
  transition: all 0.5s;
}
.footer_3col_img03 {
  width: 25px;
  height: 34px;
}
.footer_3col_img03::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("../images/map_b&b.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.5s;
}
a:hover .footer_3col_img03::before {
  background-image: url("../images/map_white.svg");
  transition: all 0.5s;
}
.footer_3col_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.footer_3col_txt_wrap {
  line-height: 1;
  width: calc(100% - 62px);
}
.footer_3col_head {
  font-size: 1.14rem;
  letter-spacing: 0.05em;
  margin-bottom: 0.7rem;
}
.footer_3col_title {
  font-size: 1.29rem;
  letter-spacing: 0.08em;
}
.footer_3col_arrow {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #11438a;
  position: relative;
  transition: all 0.5s;
}
a:hover .footer_3col_arrow {
  background-color: #fff;
  transition: all 0.5s;
}
.footer_3col_arrow::before {
  content: "";
  display: block;
  width: 5px;
  height: 6px;
  background-image: url("../images/arrow_white.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s;
}
a:hover .footer_3col_arrow::before {
  background-image: url("../images/arrow_blue.svg");
  transition: all 0.5s;
}
@media screen and (min-width: 992px) {
  .footer_3col_block > ul {
    display: flex;
    gap: 50px;
  }
  .footer_3col_block > ul > li {
    width: calc((100% - 100px) / 3);
    margin-bottom: 0;
  }
  .footer_3col_img_wrap {
    width: 52px;
  }
  .footer_3col_txt_wrap {
    width: calc(100% - 52px);
  }
}
@media screen and (min-width: 1200px) {
  .footer_3col_block {
    padding: 4.9rem 0;
  }
  .footer_3col_block > ul {
    width: 85.5%;
  }
  .footer_3col_item {
    padding: 2rem 1.4rem;
  }
  .footer_3col_unit {
    width: calc(100% - 38px);
  }
  .footer_3col_img_wrap {
    width: 62px;
  }
  .footer_3col_img01 {
    width: 30px;
    height: 36px;
  }
  .footer_3col_img02 {
    width: 36px;
    height: 36px;
  }
  .footer_3col_img03 {
    width: 26px;
    height: 36px;
  }
  .footer_3col_txt_wrap {
    width: calc(100% - 62px);
  }
  .footer_3col_head {
    font-size: 1.125rem;
  }
  .footer_3col_title {
    font-size: 1.25rem;
  }
  .footer_3col_arrow {
    width: 38px;
    height: 38px;
  }
  .footer_3col_arrow::before {
    width: 6px;
    height: 7px;
  }
}
@media screen and (min-width: 1500px) {
  .footer_3col_block > ul {
    gap: 80px;
  }
  .footer_3col_block > ul > li {
    width: calc((100% - 160px) / 3);
  }
  .footer_3col_item {
    padding: 2.3rem 2.4rem;
  }
  .footer_3col_img_wrap {
    width: 72px;
  }
  .footer_3col_txt_wrap {
    width: calc(100% - 72px);
  }
}
/*|||footer_block|||*/
.footer_block {
  background-color: #000;
  color: #fff;
  padding: 5.5rem 0;
}
.footer_inner {
  width: 88%;
  margin: 0 auto;
  max-width: 1300px;
}
.footer_up_side {
  margin-bottom: 3.3rem;
}
.footer_logo {
  display: block;
  width: 160px;
  margin: 0 auto 2.6rem;
}
.footer_logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.footer_tel_wrap {
  text-align: center;
}
.footer_tel {
  font-size: 1.93rem;
  line-height: 1;
  margin-bottom: 0.3rem;
}
.footer_tel a {
  color: #fff;
}
.footer_time {
  font-size: 1rem;
  letter-spacing: 0.02em;
}
.footer_up_unit02 {
  display: none;
}
/*||footer_down_side||*/
.footer_down_unit01 {
  margin-bottom: 3.5rem;
}
.footer_store_block > ul > li {
  margin-bottom: 2rem;
}
.footer_store_block > ul > li:last-child {
  margin-bottom: 0;
}
.footer_store_item {
  text-align: center;
}
.footer_store_name {
  font-size: 0.93rem;
  letter-spacing: 0.06em;
  color: #000;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fad205;
  width: 120px;
  height: 26px;
  border-radius: 13px;
  margin: 0 auto 1rem;
}
.footer_store_date {
  line-height: 1.57;
  font-weight: bold;
}
.footer_store_date a {
  color: #fff;
}
.footer_sns_block {
  display: flex;
  justify-content: center;
  margin-bottom: 2.7rem;
}
.footer_sns_img {
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  transition: all 0.5s;
}
.footer_sns_img:hover {
  opacity: 0.7;
  transition: all 0.5s;
}
.footer_sns_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.footer_policy_block {
  display: flex;
  justify-content: center;
  margin-bottom: 2.7rem;
}
.footer_policy {
  font-size: 0.86rem;
  color: #b4b4b4;
  text-decoration: underline;
  transition: all 0.5s;
}
.footer_policy:hover {
  color: #b4b4b4;
  opacity: 0.7;
  transition: all 0.5s;
}
.footer_copy {
  font-size: 0.86rem;
  text-align: center;
  color: #b4b4b4;
}
@media screen and (min-width: 768px) {
  .footer_up_side {
    display: flex;
    margin-bottom: 3rem;
  }
  .footer_up_unit01 {
    width: 40%;
    margin-bottom: 0;
  }
  .footer_logo {
    margin-left: 0;
    margin-right: 0;
  }
  .footer_tel_wrap {
    text-align: left;
  }
  .footer_up_unit02 {
    display: block;
    width: 60%;
  }
  .footer_up_unit02 > ul {
    display: flex;
    flex-wrap: wrap;
  }
  .footer_up_unit02 > ul > li {
    width: auto;
    margin-right: 1rem;
    margin-bottom: 0.8rem;
  }
  .footer_up_txt {
    font-size: 0.9375rem;
    letter-spacing: 0.07em;
    color: #fff;
    transition: all 0.5s;
  }
  .footer_up_txt:hover {
    color: #b4b4b4;
    transition: all 0.5s;
  }
  /*||footer_down_side||*/
  .footer_down_side {
    display: flex;
  }
  .footer_down_unit01 {
    width: 60%;
    order: 2;
    margin-bottom: 0;
  }
  .footer_store_block > ul {
    display: flex;
  }
  .footer_store_block > ul > li {
    margin-right: 2rem;
    margin-bottom: 0;
  }
  .footer_store_block > ul > li:last-child {
    margin-right: 0;
  }
  .footer_store_item {
    text-align: left;
  }
  .footer_store_name {
    margin-left: 0;
    margin-right: 0;
  }
  .footer_down_unit02 {
    width: 40%;
    order: 1;
  }
  .footer_sns_block {
    justify-content: flex-start;
  }
  .footer_sns_img {
    margin-left: 0;
    margin-right: 0;
  }
  .footer_policy_block {
    justify-content: flex-start;
  }
  .footer_copy {
    text-align: left;
  }
}
@media screen and (min-width: 992px) {
  .footer_block {
    padding: 6.5rem 0;
  }
  .footer_down_2col {
    display: flex;
    align-items: center;
    margin-bottom: 3.3rem;
  }
  .footer_sns_block {
    margin-right: 2.5rem;
    margin-bottom: 0;
  }
  .footer_policy_block {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .footer_block {
    padding: 7.2rem 0;
  }
  .footer_up_unit01 {
    width: 50.5%;
    display: flex;
    align-items: flex-start;
  }
  .footer_logo {
    margin-right: 3rem;
    margin-bottom: 0;
  }
  .footer_up_unit02 {
    width: 49.5%;
  }
}
@media screen and (min-width: 1500px) {
  .footer_up_side {
    margin-bottom: 5.2rem;
  }
  .footer_logo {
    width: 180px;
    margin-right: 5.2rem;
  }
  .footer_tel {
    font-size: 1.8125rem;
    margin-bottom: 0.8rem;
  }
  .footer_time {
    font-size: 0.875rem;
  }
  .footer_up_unit02 > ul > li {
    margin-right: 2rem;
    margin-bottom: 1rem;
  }
  .footer_down_unit01 {
    width: 49.5%;
  }
  .footer_store_block > ul > li {
    margin-right: 5rem;
  }
  .footer_store_name {
    font-size: 0.9375rem;
  }
  .footer_store_date {
    font-size: 0.9375rem;
  }
  .footer_down_unit02 {
    width: 50.5%;
  }
  .footer_policy {
    font-size: 0.75rem;
  }
  .footer_copy {
    font-size: 0.75rem;
  }
}
/***************************************
footer 固定メニュー
***************************************/
.footer_menu {
  width: 100%;
  overflow: hidden;
  display: flex;
  margin: 0;
  padding: 0;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9999;
  transition: all 0.3s;
}
.f_unit {
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: calc(100% / 3);
}
.footer_menu > li:nth-child(1) {
  background-color: #11438a;
}
.footer_menu > li:nth-child(2) {
  background-color: #11438a;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}
.footer_menu > li:nth-child(3) {
  background-color: #11438a;
}
.f_unit a {
  font-size: 0.857rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  height: 80px;
  color: #fff;
  letter-spacing: 0;
}
.footer_menu > li:nth-child(1) a {
  color: #fff;
}
.footer_menu > li:nth-child(2) a {
  color: #fff;
}
.footer_menu > li:nth-child(3) a {
  color: #fff;
}
.f_unit_img {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
}
.f_unit_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.f_unit_img01 {
  width: 24px;
  height: 24px;
}
.f_unit_img02 {
  width: 23px;
  height: 24px;
}
.f_unit_img03 {
  width: 24px;
  height: 24px;
}
@media screen and (min-width: 576px) {
  .footer_menu {
    display: none;
  }
}