@charset "utf-8";


/*--------------------------------------------------------------------------
   Footer
---------------------------------------------------------------------------*/

/* TOPに戻るボタン */

.btn-gotop{
  display: none;
	position: fixed;
	    right: 24px;
    bottom: 24px;
	z-index: 10;
}
#Footer .btn-gotop a{
	display: flex;
	width: 50px;
	height: 50px;
	background: var(--dark);
	color: #fff;
	font-size: 1.1rem;
	line-height: 1.2;
	text-align: center;
	justify-content: center;
	align-items: center;
	opacity: .8;
	transition: .4s;
  letter-spacing: 1px;
  border: 1px solid var(--light);
}
#Footer .btn-gotop a:hover{
	opacity: 1;
}

/* コピーライト */
#Footer .copyright{
	padding: 8px 16px;
	background: var(--light);
	text-align: center;
	font-size: 1rem;
  font-weight: 400;
	color: var(--dark);
	letter-spacing: 1px;
}


/* footer_area */

.cv_area{
  margin: 16px auto;
}
.cv_area a{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 32px 8px;
  width: 400px;
  margin: auto;
  transition: .3s;
}
.cv_area .cv_btn a:hover{opacity: .7;}
.cv_area .cv_btn.res a{
  background: var(--red);
  margin-top: 16px;
}
.cv_area .cv_btn.req a{
  background: var(--beije);
}
.cv_area .cv_btn a img{
  width: 260px;
}
.footer_tel{
  text-align: center;
  color: var(--blue);
  margin-top: 48px;
}
.footer_tel .footer_tel_ttl{
  font-size: 1.3rem;
  line-height: 1.4;
  padding-bottom: 16px;
}
.footer_tel .footer_tel_img{
  display: block;
  width: 400px;
  margin: 0 auto;
}
.footer_tel .footer_tel_txt{
  font-size: 1.3rem;
}
.footer_tel .footer_tel_txt.note2 {
    color: var(--red);
    max-width: 640px;
    padding: 8px 12px;
    border: 1px solid #d73649;
    background: #fff;
    margin: 12px auto 0;
    font-weight: 500;
}
.footer_nav_sns{
  display: flex !important;
  justify-content: space-between;
  flex-wrap: nowrap;
  max-width: 240px !important;
  margin: 40px auto;
}
.footer_nav_sns li{
  border: none !important;
  flex-basis: 26%;
}
.footer_nav_sns li a{
  transition: .3s;
}
.footer_nav_sns li a:hover{opacity: .7;}

.footer_dev_wrap{
  margin: 40px auto;
  display: flex;
  flex-direction: column;
  gap: 16px 0;
}
.footer_dev_txt{
  text-align: center;
  font-size: 1rem;
  padding-bottom: 8px;
}
.footer_dev_img{
  text-align: center;
}


/*--------------------------------------------------------------------------
   mobile
---------------------------------------------------------------------------*/

@media screen and (max-width: 1250px) {
  .btn-gotop {
    display: none;
    position: fixed;
    right: 20px;
    bottom: 80px;
    z-index: 10000;
}
.cv_area{padding: 0 34px;}
.cv_area a{
  display: flex;
  justify-content: center;
  align-items: center;
      padding: 20px 8px;
  width: 100%;
  margin: auto;
  transition: .3s;
}
.cv_area .cv_btn a img{
  width: 200px !important;
}
.footer_tel .footer_tel_img {
    display: block;
    width: 300px;
    margin: 0 auto;
}
.footer_tel .footer_tel_ttl {
    font-size: 1.2rem;
}
.footer_tel .footer_tel_txt {
    font-size: 1.2rem;
}
.footer_nav_sns {
    max-width: 200px !important;
    margin: 32px auto;
}
.footer_area .note {
    margin: 32px auto 24px;
    color: var(--dark);
}
#Footer .copyright {
      padding: 8px 16px 78px;
}
}





.footer_bar{display: none;}
/* フッターバー */
@media screen and (max-width: 1250px) {
  .footer_bar{
    position: fixed;
    bottom: 2px; left: 0;
    width: 100%;
    z-index: 10000;
  }
  .footer_bar ul{
    display: flex;
    justify-content: space-between;
    border-radius: 16px;
    overflow: hidden;
    background: var(--gray);
  }
  .footer_bar ul li{
    flex-basis: 33.33%;
  }
  .footer_bar ul li a{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 8px 4px;
    background: var(--gray);
    /* border: 1px solid var(--light); */
    width: 100%;
    min-height: 68px;
  }
  .footer_bar ul li a span{
    display: block;
    text-align: center;
    margin: auto;
    font-size: 1.1rem;
    line-height: 1.2;
    color: var(--blue);
  }
  /* .footer_bar ul li.res a{background: var(--red);}
  .footer_bar ul li.res a span{color: var(--light);}
  .footer_bar ul li.req a{background: var(--gray);} */
  .footer_bar ul li.tel a{border-right: 1px solid var(--dark);}
  .footer_bar ul li.map a{border-right: 1px solid var(--dark);}
  .footer_bar ul li.res a span:nth-of-type(1){width: 28px;}
  .footer_bar ul li.req a span:nth-of-type(1){width: 29px;}
  .footer_bar ul li.tel a span:nth-of-type(1){width: 29px;}
  .footer_bar ul li.map a span:nth-of-type(1){width: 23px;}


  .footer_dev_wrap{
  margin: 40px auto;
  display: flex;
  flex-direction: column;
  gap: 16px 0;
}
.footer_dev_txt{
  text-align: center;
  font-size: 1.2rem;
  padding-bottom: 8px;
}
.footer_dev_img img.dev01{
  width: 330px !important;
}
.footer_dev_img img.dev02{
  width: 230px !important;
}
.footer_dev_img img.dev03{
  width: 185px !important;
}
.footer_dev_img img.dev04{
  width: 165px !important;
}
.footer_dev_img img.dev05{
  width: 217px !important;
}
.footer_dev_img img.dev06{
  width: 245px !important;
}
}



