

/* footer */



/*　footer main　///*/

footer{
  background:#94082f;
  color:#fff;
}

.footer-inner{
  display:flex;
  justify-content:space-between;
  gap:40px;
  padding:70px 30px 20px;
  width: min(1360px, 100%);
  margin: auto;
}

.footer-logo{
  font-size:26px;
  font-weight:bold;
  line-height:1.4;
}

.footer-logo span{
  text-indent: -9999px;
  display: block;
  width: 360px;
  aspect-ratio: 50 / 8;
  background: url(../img/logo.png) center no-repeat;
  background-size: contain;
}

.footer-info{
  margin: 20px 0;
}

.footer-nav{
  display:flex;
  gap:60px;
}

.footer-nav ul{
  list-style:none;
  font-style: italic;
}

.footer-nav li{
  margin-bottom:14px;
}


.footer-contact{
  border: 1px solid #fff;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  padding: 5px 15px;
  gap: 5px;
}

.footer-contact::before {
  background: #f4d206;
}

.footer-contact::after{
  display: none;
}

footer .sns-box {
  margin-left: 0;
}

footer iframe{
    width: 100%;
    height: 500px;
}

.footer-nav ul li .ft-navi{
  position: relative;
}

.footer-nav ul li .ft-navi::before {
	position: absolute;
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	border-bottom: 1px solid #fff;
	bottom: 0;
	left: 0;
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 160ms ease-in-out;
}

.footer-nav ul li .ft-navi:hover::before {
	transform: scaleX(1);
}


.footer-nav ul li .ft-navi{
  padding-left: 10px;
}


.footer-nav ul li .ft-navi::after {
	position: absolute;
	content: '';
	display: block;
	width: 5px;
	height: 1px;
	border-bottom: 1px solid #fff;
	top:50%;
	left: 0;
}



.footer-contact{
  display: flex;
  border:2px solid #fff;
}


/* footer↑↑↑ */


/* cp_right_sp */

.cp_right_sp{
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #000;
  color: #fff;
}

.cp_right_sp p{
  line-height: 16px;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 1px;
  text-align: left;	
}

.cp_right_sp p span{
	font-weight: 600;
}


@media(max-width:1600px){
	

	.footer-inquiry .inquiry-title h3 {
		font-size: max(3.5vw, 1.75rem);
	}

	
	
}


@media(max-width:1480px){

	.page-link ul li {
    	font-size: 1rem;
	}
	
	.footer-inquiry ul li a {
    	font-size: max(3vw, 1.5rem);
	}
	
	.footer-inquiry .inquiry-title p {
    	font-size: max(1.5vw, 1.05rem);
	}
	
}



@media(max-width:1200px){

  .footer-inner {
    padding-top: 50px;
  }
 
  .footer-info {
    margin: 10px 0;
  }
  
  .footer-nav ul li .ft-navi {
    font-size: 0.85rem;
  }
  
  .footer-nav li {
    margin-bottom: 10px;
  }
	
	.footer-logo span {
    	width: 300px;
	}
	
	.footer-info dl dd {
		font-size: 0.85rem;
		line-height: 1.5;
	}
	
	.footer-info dl {
		margin: 10px 0 0;
	}
	
	.page-link ul li {
    font-size: 0.85rem;
    }
  
  .footer-nav {
    display: flex;
    gap: 30px;
  }
  

}




@media(min-width:1001px){
    .sp_contact_now {
        display: none;
    }	

}

@media(max-width: 1000px){
  footer{
    margin-bottom:80px;
    
  }
  
  .sp_contact_now {
      display: flex;
      width: 100%;
      position: fixed;
      bottom: 0;
      z-index: 10000;
    }
	
	.sp_callusnow, .sp_mailusnow {
      width: 50%;
      height: 80px;
      text-align: center;
      display: flex;
      flex-direction: column;
      border: 1px solid #fff;
      background: rgba(0, 0, 0, 0.9);
      color: #fff;
      justify-content: center;
      align-items: center;
      font-size: 1rem;
      font-weight: 500;
      font-style: italic;
    }
	
	.sp_callusnow span {
      font-size: 1rem;
  }
}
	
	


@media(max-width: 800px){
  
  .footer-inner {
    flex-direction: column;
    gap: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
  
    .footer-nav li {
        margin-bottom: 0;
    }

  .footer-nav {
    display: flex;
    gap: 0;
    flex-direction: column;
  }
  
  .footer-nav ul {
    font-style: normal;
    gap: 5px;
    display: flex;
    flex-direction: column;
    margin-bottom: 5px;
  }

  .footer-contact{
      margin-top: 10px;
  }

  

  footer .sns-box {
    margin-top: 10px;
    justify-content: flex-start;
  }
  
  
}
	
	