/* 下層ページフッター */
#secLink.newSecLink {
  background: #fff;
  padding: 80px 0 40px 0;
}

.newFooterTitle {
  font-size: 24px;
  font-weight: 900;
  color: #000000;
  margin-bottom: 20px;
  line-height: 1;
}

.newFooterTitle a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.newFooterTitle a img {
  width: 35px;
}

.newFooterTitle a:hover {
  color: #ffca00;
}

/* 対応地域 */
.newCorrespondArea {
  margin-bottom: 40px;
}
.newCorrespondArea .newCorrespondAreaChap {
  font-size: 18px;
  line-height: 2;
  margin-top: -9px;
  word-break: keep-all;
  overflow-wrap: break-word;
}

/* リンクバナー */
.newFooterSecCatalogIn .catalogContent .photo {
  display: block;
}

/* サイト内リンク */
.newFooterPageLinkArea {
  margin-bottom: 40px;
}
.newFooterPageLinkArea .newFooterPageLinkWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.newFooterPageLinkArea .newFooterPageLinkWrap .pageLinkCol {
  width: 31%;
  font-size: 14px;
}
.newFooterPageLinkArea .newFooterPageLinkWrap .pageLinkCol .newLinkLevel01 {
  width: 100%;
  display: inline-block;
  line-height: normal;
  background: url(/shared/images/new_icoLinkArrow01.svg) right 9px no-repeat;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  color: #000000;
  font-size: 14px;
}
.newFooterPageLinkArea .newFooterPageLinkWrap .pageLinkCol .newLinkLevel01:hover {
  color: #ffca00;
}
.newFooterPageLinkArea .newFooterPageLinkWrap .pageLinkCol .newLinkList {
  padding: 10px 0px 10px 0px;
  border-top: 1px dotted #000000;
}
.newFooterPageLinkArea .newFooterPageLinkWrap .pageLinkCol .newLinkList:last-child {
  border-bottom: 1px dotted #000000;
}

/* 店舗リスト */
.newFooterShopListArea .newFooterPageLinkWrap {
  padding-top: 20px;
  border-top: 1px dotted #000000;
}
.newFooterShopListArea .newFooterPageLinkWrap .pageLinkCol {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.newFooterShopListArea .newFooterPageLinkWrap .pageLinkCol .searchLinkTitle {
  border: 1px solid #707070;
  border-radius: 6px;
  padding: 20px 15px;
  width: 100%;
  text-align: left;
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  gap: 12px;
}
.newFooterShopListArea .newFooterPageLinkWrap .pageLinkCol .searchLinkTitle .open_site,
.newFooterShopListArea .newFooterPageLinkWrap .pageLinkCol .searchLinkTitle .close_site {
  width: 18px;
}
.newFooterShopListArea .newFooterPageLinkWrap .pageLinkCol .searchLinkTitle .close_site {
  display: none;
}
.newFooterShopListArea .newFooterPageLinkWrap .pageLinkCol .searchLinkTitle:hover > span {
  color: #ffca00;
}
.newFooterShopListArea .newFooterPageLinkWrap .pageLinkCol .searchLinkTitle.active .open_site {
  display: none;
}
.newFooterShopListArea .newFooterPageLinkWrap .pageLinkCol .searchLinkTitle.active .close_site {
  display: block;
}
.newFooterShopListArea .newFooterPageLinkWrap .pageLinkCol .searchLinkDetailArea {
  display: none;
  margin: 30px 0 15px;
  padding-left: 70px;
}
.newFooterShopListArea .newFooterPageLinkWrap .pageLinkCol .searchLinkDetailArea > div:not(:last-child) {
  padding-bottom: 14px;
  margin-bottom: 14px;
  border-bottom: 1px dotted #000000;
}
.newFooterShopListArea .newFooterPageLinkWrap .pageLinkCol .searchLinkDetailArea .searchLinkDetailWrap {
  display: flex;
  gap: 40px;
  justify-content: space-between;
}
.newFooterShopListArea .newFooterPageLinkWrap .pageLinkCol .searchLinkDetailArea .searchLinkDetailWrap .searchLinkDetailTitle {
  width: calc(33.33% - 20px);
  font-size: 14px;
  font-weight: bold;
}
.newFooterShopListArea .newFooterPageLinkWrap .pageLinkCol .searchLinkDetailArea .searchLinkDetailWrap .searchLinkDetailTitle .detailLink {
  color: #c8c9c9 !important;
  pointer-events: none !important;
}
.newFooterShopListArea .newFooterPageLinkWrap .pageLinkCol .searchLinkDetailArea .searchLinkDetailWrap .searchLinkDetailTitle .detailLink.active {
  pointer-events: unset !important;
  color: #337ab7 !important;
  text-decoration: underline !important;
}
.newFooterShopListArea .newFooterPageLinkWrap .pageLinkCol .searchLinkDetailArea .searchLinkDetailWrap .searchLinkDetailTitle .detailLink:hover {
  color: #ffca00 !important;
}
.newFooterShopListArea .newFooterPageLinkWrap .pageLinkCol .searchLinkDetailArea .searchLinkDetailWrap .searchLinkDetailContent {
  display: flex;
  flex-wrap: wrap;
  width: calc(66.66% - 20px);
  gap: 12px 40px;
}
.newFooterShopListArea .newFooterPageLinkWrap .pageLinkCol .searchLinkDetailArea .searchLinkDetailWrap .searchLinkDetailContent .searchLinkDetail {
  width: calc(50% - 20px);
}
.newFooterShopListArea .newFooterPageLinkWrap .pageLinkCol .searchLinkDetailArea .searchLinkDetailWrap .searchLinkDetailContent .searchLinkDetail a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  color: #337ab7;
  text-decoration: underline;
}
.newFooterShopListArea .newFooterPageLinkWrap .pageLinkCol .searchLinkDetailArea .searchLinkDetailWrap .searchLinkDetailContent .searchLinkDetail a img {
  width: 6px;
}
.newFooterShopListArea .newFooterPageLinkWrap .pageLinkCol .searchLinkDetailArea .searchLinkDetailWrap .searchLinkDetailContent .searchLinkDetail a:hover {
  color: #ffca00;
}
.secNewFooter {
  background: #ffcb00;
}
.secNewFooter .secNewFooterIn {
  color: #000000;
}
.secNewFooter .secNewFooterIn .bannerArea {
  margin-bottom: 40px;
}
.secNewFooter .secNewFooterIn .bannerArea a {
  transition: 0.3s;
}
.secNewFooter .secNewFooterIn .bannerArea a:hover {
  opacity: 0.8;
}
.secNewFooter .secNewFooterIn .bannerArea img {
  width: 100%;
  height: auto;
}
.secNewFooter .secNewFooterIn .mainContent .shopTitles {
  font-weight: bold;
  line-height: 100%;
}
.secNewFooter .secNewFooterIn .mainContent .text {
  font-weight: 700;
  line-height: 200%;
}
.secNewFooter .secNewFooterIn .subContent {
  font-weight: 700;
  line-height: 200%;
}
.secNewFooter .secNewFooterIn .subContent .subContentLink {
  display: block;
  width: fit-content;
}

@media only screen and (max-width: 767px) {
  .secNewFooter .secNewFooterIn {
    padding: 39px 0 98px 0;
  }
  .secNewFooter .secNewFooterIn .mainContent {
    margin: 0 0 33px 0;
  }
  .secNewFooter .secNewFooterIn .mainContent .shopTitles {
    font-size: 20px;
    margin: 0 0 15px 0;
  }
  .secNewFooter .secNewFooterIn .mainContent .text {
    font-size: 14px;
  }
  .secNewFooter .secNewFooterIn .subContent {
    font-size: 12px;
  }
}
@media print, screen and (min-width: 768px) {
  .secNewFooter {
    padding-bottom: 110px;
  }
  .secNewFooter .secNewFooterIn {
    padding: 39px 0 40px 0;
  }
  .secNewFooter .secNewFooterIn .mainContent {
    border-bottom: 1px solid #000000;
    padding: 0 0 16px 0;
  }
  .secNewFooter .secNewFooterIn .mainContent .shopTitles {
    font-size: 20px;
    margin: 0 0 15px 0;
  }
  .secNewFooter .secNewFooterIn .mainContent .text {
    font-size: 14px;
  }
  .secNewFooter .secNewFooterIn .subContent {
    font-size: 10px;
    padding: 17px 0 0 0;
  }
}
@media only screen and (max-width: 767px) {
  /* 店舗リスト */
  .newFooterShopListArea {
    margin-top: 40px;
  }
  .newFooterShopListArea .newFooterPageLinkWrap {
    padding-top: 0;
    border-top: 0;
  }
  .newFooterShopListArea .newFooterPageLinkWrap .pageLinkCol {
    gap: 9px;
  }
  .newFooterShopListArea .newFooterPageLinkWrap .pageLinkCol .searchLinkTitle {
    padding: 10px 6px;
    font-size: 14px;
    gap: 9px;
  }
  .newFooterShopListArea .newFooterPageLinkWrap .pageLinkCol .searchLinkTitle .open_site,
  .newFooterShopListArea .newFooterPageLinkWrap .pageLinkCol .searchLinkTitle .close_site {
    width: 14px;
  }
  .newFooterShopListArea .newFooterPageLinkWrap .pageLinkCol .searchLinkDetailArea {
    display: none;
    margin: 12px 0 15px;
    padding-left: 0;
  }
  .newFooterShopListArea .newFooterPageLinkWrap .pageLinkCol .searchLinkDetailArea > div:not(:last-child) {
    padding-bottom: 23px;
    margin-bottom: 0;
    border-bottom: 0;
  }
  .newFooterShopListArea .newFooterPageLinkWrap .pageLinkCol .searchLinkDetailArea .searchLinkDetailWrap {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 0;
  }
  .newFooterShopListArea .newFooterPageLinkWrap .pageLinkCol .searchLinkDetailArea .searchLinkDetailWrap .searchLinkDetailTitle {
    width: 100%;
    padding-bottom: 9px;
    margin-bottom: 9px;
    border-bottom: 1px dotted #000000;
    padding-left: 9px;
  }
  .newFooterShopListArea .newFooterPageLinkWrap .pageLinkCol .searchLinkDetailArea .searchLinkDetailWrap .searchLinkDetailContent {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
    gap: 10px;
  }
  .newFooterShopListArea .newFooterPageLinkWrap .pageLinkCol .searchLinkDetailArea .searchLinkDetailWrap .searchLinkDetailContent .searchLinkDetail {
    width: 100%;
    padding-left: 9px;
  }
  .newFooterShopListArea .newFooterPageLinkWrap .pageLinkCol .searchLinkDetailArea .searchLinkDetailWrap .searchLinkDetailContent .searchLinkDetail a {
    justify-content: flex-start;
    gap: 9px;
  }
  #secLink.newSecLink {
    padding: 40px 0 40px 0;
  }
  .newFooterTitle {
    font-size: 20px;
  }
  .newCorrespondArea .newCorrespondAreaChap {
    font-size: 14px;
    line-height: inherit;
    margin-top: -4px;
  }
}
