@charset "utf-8";

.footer {
  background: #fff;
}
.footer hr{
border-top: 1px solid  skyblue;
margin-top:5px;
}

.footer_logo_link,
.snsicon_list_link,
.footer-contact_btn,
.footer-navi_item_link {
  color: #000;
  transition: all .2s;
}

.footer-navi_list {
  text-decoration: none;
  list-style: none;
  padding-right: 1.8rem;
  margin-block-start: 1em;
  margin-block-end: 1em;
}

.footer_inner {
  padding-right: 5%;
  padding-left: 5%;
  padding-bottom: 100px;
  padding-top: 100px;
  color: #000;
  font-weight: normal;
}

.footer-container {
  display: flex;
  max-width: 1260px;
  margin: auto;
  justify-content: center
}

.footer_company_info_box {
  padding-right: 4%;
  border-right: 1px solid #000;
}

.footer_logo_img_wrap {
  width: 150px;
  padding-bottom: 35px;
filter: hue-rotate(180deg);
}

.footer_logo_img {
  width: 100%;
}

.footer_logo_img2 {
  width:150px;
}

.footer_logo_link {
  transition: opacity .4s;
}

.footer_logo_link:hover {
  opacity: .7;
}

.footer_company_info_text,
.fukuoka-ad-member,
.footer-contact_btn {
  color: #000;
  font-size: 1rem;
  line-height: 1.6;
}

.snsicon_list {
  display: flex;
  padding-bottom: 20px;
}

.snsicon_list_link {
  margin-right: 17px;
  transition: opacity .4s;
filter: invert(100%);
}

.snsicon_list_link:last-child {
  margin-right: 0;
}

.snsicon_list_link:hover {
  opacity: .7;
}

.footer-logo-sns_ico_img {
  max-width: 100%;
  height: auto;
  width: 28px;
}

.footer-contact_btn {
  box-sizing: border-box;
  border: 1px solid #000;
  width: 250px;
  text-align: center;
  font-size: 1.25rem;
  padding: 10px;
  display: inline-block;
  transition: all .4s;
	margin:30px auto;
}

.footer-contact_btn a:hover {
display: inline-block;
  background:#000;
  color: #fff;
  text-decoration: none;
}

.footer-navi_body {
  display: flex;
  justify-content: space-between;
}

.footer-navi_item {
  padding-bottom: 15px;
}

.footer-navi_item.headline {
  font-size: 16px;
  font-weight: bold;
  color: #000;
}

.footer-navi_item.subhead {
  font-size: 14px;
  /*opacity: 0.6;*/
}

.footer-navi_item.subhead:before {
 content:"- ";
}

.footer_free{font-size:14px;}

.footer-navi_item a:hover {
  text-decoration: underline;
}

.copyright {
  font-size: 10px;
  color: #000;
  text-align: center;
  padding-bottom: 30px;
}

.footer_span_border {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  width: 100%;
  padding: 10px 0;
  margin: 20px 0;
}

.fukuoka-ad-member {
  padding: 0;
}

@media screen and (max-width:900px) {
  .footer-container {
    flex-direction: column;
  }

  .footer_company_info_box {
    width: 100%;
    border-right: none;
    order: 2;
    display: flex;
    flex-direction: column;
  }

  .footer_company_info_area {
    order: 3;
  }

  .footer_logo_img_wrap {
    width: 150px;
    padding-bottom: 20px;
  }

  .footer_link_collection {
    width: 100%;
    max-width: 400px;
    display: flex;
    justify-content: space-between;
    order: 2;
    margin: 5px auto 20px;
  }

  .SPnone {
    display: none;
  }

  .footer-navi_wrap {
    display: none;
  }

  .footer_inner {
    padding-bottom: 50px;
    padding-top: 80px;
  }

  .footer-navi_item.subhead {
    display: none;
  }

  .footer-navi_body {
    display: block;
    text-align: center;
  }

  .footer_company_info_box,
  .footer_logo_img_wrap,
  .footer-contact_btn {
    /*margin: auto;*/
    text-align: center;
  }

  .footer_logo_img_wrap {
    padding-bottom: 25px;
  }

  .snsicon_list {
    margin: auto;
    padding-bottom: 26px;
    justify-content: space-between;
  }

  .footer-logo-sns {
    width: 38px;
    padding-right: 0;
  }

  .footer_link_collection {
    display: block;
  }

  .SPnone {
    display: block;
  }

  .footer-navi_item {
    font-size: 20px;
    padding: 20px 0;
  }
}

@media screen and (max-width:375px) {
  .footer-contact_btn {
    width: 80%;
  }
}
@media screen and (min-width:375px) {
  .footer-navi_wrap {
    margin:0 30px 0 0;
  }
}
/* ページトップリンク */
.top_return {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 52px;
  height: 52px;
  background: rgba(0, 0, 0, 0.4);
  border: 1px solid #fff;
  border-radius: 100%;
  cursor: pointer;
  z-index: 30;
  opacity: 0;
  transition: opacity .4s;
}

.top_arrow {
  position: relative;
  display: block;
  width: 52px;
  height: 52px;
}

.top_arrow::before {
  content: "";
  position: absolute;
  left: 48%;
  top: 56%;
  width: 15px;
  height: 15px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: translate(-50%, -50%) rotate(-45deg);
}

@media screen and (max-width:687px) {
  .top_return {
    bottom: 10px;
    right: 10px;
  }
.line_down{
		line-height:2rem;
	}
	
.jarea_list{
	max-width: 100%;
    margin:20px auto;
	display:flex;
	flex-wrap: wrap;
	align-items: center;
	text-align:center;
	justify-content:center;
	}
.jarea_list div{margin:0 5px;}
.jarea_list div:first-child{width:100%; margin-bottom:30px;}
	
.footer_company{
	max-width:100％;
	text-align:center;
	justify-content: center;
	line-height:1.5rem;
	letter-spacing:0.1rem;
	font-size:0.8rem;
	}
	.overview{
	margin-top:30px;
	padding:10px 0;
	display:inline-block;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	line-height:1rem;
	}
	
.footer-contact_btn {
  box-sizing: border-box;
  border: 1px solid #000;
  width: 80%;
  text-align: center;
  font-size: 1.25rem;
  padding: 10px;
  display: inline-block;
  transition: all .4s;
margin:20px 10% 30px 10%;
}
	
}
@media screen and (min-width:687px) {
.jarea_list{
	max-width: 1130px;
    margin:30px auto 10px auto;
	display:flex;
	flex-wrap: wrap;
	align-items:flex-end;
	}
	.jarea_list div{margin-right:1%;}
	.jarea_list div:first-child{margin-right:30px;}
	
.footer_company{
	max-width: 1130px;
	margin: auto;
	justify-content: center;
	line-height:1.5rem;
	letter-spacing:0.1rem;
	font-size:0.8rem;
	}
.pc_none{display:none;}
}
