.footer-default {
  font-weight: 300;
  padding: 60px 40px;
}

.footer-default a {
  color: #fff;
}

.footer-default ul li span {
  font-size: 11px;
}

.ft_top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5em;
  list-style: none;
}

.ft_top li {
  color: #fff;
}

.list-wrap {
  width: 100%;
}

.ft_ul {
  width: fit-content;
  min-width: 12%;
}

.ft_li {
  width: 100%;
  line-height: 2.1;
  margin-bottom: 3em;
}

.list-width {
  width: fit-content;
}

.ft_lang {
  list-style: none;
  margin-bottom: .6em;
  letter-spacing: .1em;
}

.lang_list-in {
  display: flex;
  justify-content: space-evenly;
}

.lang_list-in li {
  margin-right: .6em;
}

.btn-reserve {
  width: 100%;
  display: block;
  background: url(/assets/img/index/i_arrow_right.png) no-repeat;
  background-position: center right 10px;
  background-size: 0.8em auto;
  font-size: 1.4em;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 2em auto;
  padding: .6em 1em .5em 1.1em;
  border: 1px solid #6c6c6c;
}

.sp-footer ul li {
  font-size: 0.9rem;
}

.ft_underlist {
  list-style: none;
  text-align: left;
}

.underlist.underlist_footer {
  background: none;
  margin-bottom: 2.5em;
}

.underlist.underlist_footer ul a {
  color: #fff;
}

.underlist_trigger {
  display: block;
  background: url(/assets/img/index/i_arrow_down.png) no-repeat;
  background-position: center right;
  background-size: 1.2em auto;
  line-height: 2;
  border-bottom: 1px solid #6c6c6c;
}

.ft_events {
  width: fit-content;
  margin: 0 auto;
  text-align: center;
}

.footer-container {
  width: fit-content;
  margin: 4em auto 8em;
}

.navi_snslist {
  display: flex;
  justify-content: center;
  align-items: center;
}

.navi_snslist li {
  margin-right: 1.3em;
}

.navi_snslist li:last-child {
  margin-right: 0;
}

.navi_snslist_link {
  width: fit-content;
  height: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
}

.navi_snslist_link img {
  width: 100%;
  max-width: 40px;
  max-height: 40px;
}

.navi_bestrate {
  height: 40px;
  line-height: 1.4;
  font-size: 0.6rem;
  border: 1px solid #6c6c6c;
  padding: 0.3rem 0.7rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 1.6px;
}

.ft_bottom {
  margin: 0 auto 5em;
  border-bottom: 1px solid #6c6c6c;
}

.ft_bottom ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto 2em;
  list-style: none;
}

.ft_bottom li a {
  color: #fff;
}

.ft_logolist {
  margin: 0 auto 5em;
  list-style: none;
}

.ft_logolist li {
  display: block;
  margin-bottom: 3em;
}

.ft_logolist li:last-child {
  margin: 0;
}

.ft_logolist li a {
  width: fit-content;
  height: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.ft_logolist li a img {
  width: auto;
  max-width: 100%;
  height: 48px;
}

.footer-default .copyright {
  color: #fff;
  font-size: .6rem;
  margin: 0 auto;
  text-align: center;
}

.block-768px {
  display: none;
}

.block-1000px {
  display: none;
}

@media screen and (min-width: 768px) {
  .ft_top {
    margin-bottom: 7em;
  }

  .footer-default {
    padding: 100px 50px;
  }

  .ft_lang {
    min-width: 200px;
    display: flex;
    justify-content: space-between;
  }

  .btn-reserve {
    font-size: .7rem;
    margin: .6em 0 0;
  }

  .ft_bottom ul {
    width: 95%;
  }
  
  .ft_logolist {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .ft_logolist li {
    margin: 0;
  }
  
  .ft_logolist li a img {
    width: 100%;
    height: auto;
    max-height: 40px;
  }

  .footer-default .copyright {
    font-size: .8em;
  }

  .block-768px {
    display: block;
    letter-spacing: .1em;
  }

  .block-1000px {
    display: none;
  }  
}

@media screen and (min-width: 1000px) {
  .list-width {
    width: fit-content;
    min-width: 150px;
  }
  
  .ft_bottom {
    width: 90%;
  }
  
  .ft_bottom ul {
    width: 90%;
  }
  
  .ft_logolist {
    width: 90%;
  }

  .ft_logolist li a img {
    max-height: 50px;
  }

  .block-768px {
    display: none;
  }

  .block-1000px {
    display: block;
  }  
}