@charset "utf-8";
/* CSS Document */
footer {
  width: 100%;
  max-width: 1600px;
  min-width: 990px;
  margin: 3rem auto;
  padding-top: 2rem;
  border-top: 1px solid #ccc;
}
.footer {
  background-color: #fff;
  position: relative;
}
.footer .area-img {
  position: absolute;
  top: 80px;
  right: 100px;
  width: 300px;
  opacity: 0.5;
}
.footer .area-img img {
  width: 300px;
  height: auto;
}
.footer p {
  margin: 0;
  padding: 0;
}
.footer__caption {
  width: calc(100% - 340px);
  max-width: 1600px;
  min-width: 990px;
  margin: 0 auto .5em;
  font-size: .9em;
  font-weight: 700;
}
.footer__container {
  width: calc(100% - 340px);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  max-width: 1600px;
  min-width: 990px;
  margin: 0 auto;
  gap: 20px;
  line-height: 1.2em;
}
.footer__container div:first-child {
  width: 110px
}
.footer__container div:nth-child(2) {
  width: 10px;
}
.footer__container div:last-child {
  width: calc(100% - 120px);
}
.footer__title, .footer__link {
  color: #333;
  font-weight: 600;
  font-size: .85em;
  white-space: nowrap;
}
.footer__title {
  font-weight: 600
}
.footer__list {
  padding: 0;
  margin-top: 0;
  list-style-type: none;
}
.footer__list a:hover {
  text-decoration: underline;
}
.footer__arealink {
  display: inline-block;
  color: #333;
  font-size: .85em;
}
.footer__arealink::after {
  content: "／"
}
.footer__arealink:last-child::after {
  content: none;
}
.footer__arealink:not(:hover) {
  text-decoration: none
}
.footer__link {
  display: block
}
.footer__link:not(:hover) {
  text-decoration: none
}
.footer_02_container {
  width: calc(100% - 340px);
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
  max-width: 1600px;
  min-width: 990px;
  margin: 0 auto;
  padding-bottom: 1.4rem;
  line-height: 0.8em;
}
dl {
  margin-block-start: 0;
  margin-block-end: 0;
}
.fuzoku_list {
  display: flex;
  align-items: center;
  font-size: .75rem
}
.fuzoku_list dt, .fuzoku_list dd {
  padding: 2px;
  white-space: nowrap;
}
.fuzoku_list dt {
  width: 90px;
}
.fuzoku_list dd {
  margin-inline-start: 0;
  margin-bottom: 2px;
}
/*.footer_02_container div:first-child{width: 15.5%;}
.footer_02_container div:nth-child(2){width: 8%;}
.footer_02_container div:nth-child(3){width: 13%;}
.footer_02_container div:nth-child(4){width: 13%;}
.footer_02_container div:nth-child(5){width: 9%;}
.footer_02_container div:last-child{width: 30.5%;}*/
.fuzoku_list_title, .footer_02_link {
  margin: 0;
  color: #333;
}
.fuzoku_list_title {
  font-weight: 600
}
.footer_02_list {
  padding: 0;
  list-style-type: none
}
.fuzoku_list a:hover {
  text-decoration: underline;
}
/*.footer_02_link:not(:hover) {
  text-decoration: none
}*/
.fuzoku_list dd::after {
  content: "/";
  padding-left: 7px;
  font-size: .8em
}
.fuzoku_list dd:last-child::after {
  content: none;
}
.active {
  font-weight: 700
}
footer .copyright {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 5px;
  background: #f6f6f6
}
footer .copyright-start {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center
}
.copyright .footer_logo {
  width: 104px;
  margin-right: 20px
}
.copyright .cp_frase {
  font-size: .75em;
  margin-bottom: 5px
}
footer .okotowari {
  width: 100% !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  font-size: .75em;
  gap: 10px
}
footer .okotowari img {
  width: 30px;
  height: 30px
}
/* ==========================================================================
   TOPへボタン　2025.1.17 追加
========================================================================== */
#t-scroll {
  position: fixed;
  bottom: 130px;
  right: 20px
}
#t-scroll a {
  background-color: #0006;
  color: #fff;
  text-align: center;
  text-decoration: none;
  padding: 10px 20px;
  display: flex;
  flex-direction: column;
  border-radius: 50%
}
#t-scroll a:hover {
  background-color: #666;
  text-decoration: none
}
#t-scroll i {
  font-size: 2.6rem;
  font-weight: 400
}
@media screen and (min-width: 48.0625em) {
  #t-scroll {
    position: fixed;
    bottom: 60px;
    right: 18%;
    z-index: 1000
  }
  #t-scroll a {
    background-color: #0006;
    color: #fff;
    text-align: center;
    text-decoration: none;
    padding: 10px 20px;
    display: flex;
    flex-direction: column
  }
  #t-scroll a:hover {
    background-color: #000000b3;
    text-decoration: none
  }
  #t-scroll i {
    font-size: 1.8rem;
    font-weight: 400
  }
}