


/* footer*/

#footer{
	background: #fff;
	z-index: 1;
    color: #000;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	position: relative;
}

.footer{
	max-width: 1260px;
	margin: 80px auto;
	width: 100%;
	padding: 0 60px;
}

.ft_above{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    text-align: left;
	width: 100%;
}

.footer_logo{
    width: 280px;
}

.ft_info {
	min-width: 400px;
	margin-top: 10px;
}

.ft_info p{
    font-weight: 500;
	font-size: 1rem;
	line-height: 1.8;
	letter-spacing: 1px;
}

.ft_info p i{
	padding-left: 5px;
	font-size: 0.75rem;
}

.ft_info a:hover{
	color:#29abe2;	
}

.ft_info p span{
	padding: 0 5px;
	letter-spacing: 1px;
}


footer .drop-skyblue-jpg {
	transform: scale(1, -1);
	bottom: -1px;
}


@media (max-width:1200px) {
		
	.ft_info p {
    	font-size: 0.95rem;
	}
	
	
}


@media (max-width:1000px) {
	
	.ft_info {
		margin-top: 10px;
	}
	
	.ft_above {
    	flex-direction: column;
		gap: 15px;
	}
	
	.footer-left{
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		width: 485px;
	}
	
	
	.footer_logo {
		width: 100%;
		padding-top: 0px;
		max-width: 400px;
	}
	
	.footer-info-box{
		width: 100%;
	}
	
}


@media (max-width:800px) {
	
	.ft_info p span a span{
		display: inline-block;
	}

}


@media (max-width:600px) {
	
	.ft_info {
	    min-width: 100%;
	}
	
	
	.ft_info p span {
		padding: 0;
		display: inline-block;
	}
	
	.footer-left {
        width: 100%;
    }
	
}


/* footer お問合せボタン */

.ft-contact-box{
	display: flex;
	flex-direction: row;
	align-items: center;
}

.contact-horizontal p{
	text-align: center;
	font-weight: 600;
}

.tel-box{
	display: block;
	width: 350px;
	background: url("../img/tel-horizontal.png") no-repeat center;
	background-size: cover;
	aspect-ratio: 475/90;
}


.mobile-box{
	display: block;
	width: 350px;
	background: url("../img/mobile-horizontal.png") no-repeat center;
	background-size: cover;
	aspect-ratio: 475/90;
}

.line-box{
	display: block;
	width: 350px;
	background: url("../img/line-horizontal.png") no-repeat center;
	background-size: cover;
	aspect-ratio: 475/90;
}

.contact-horizontal a:hover{
	opacity: 0.75;
}

.contact-man span{
	display: block;
	background: url("../img/contact-man.png") no-repeat;
	background-size: cover;
	width: 250px;
	aspect-ratio: 45/48;
}


@media(max-width: 1200px){
	
	.contact-man span {
    	width: 200px;
	}
	
	.ft-contact-box {
		gap: 5px;
	}
	
	.tel-box,
	.mobile-box,
	.line-box {
    	width: 300px;
	}
	
}

@media(max-width:1000px){
	
	.footer {
		margin-top: 50px;
		margin-bottom: 50px;
		padding: 0 5vw;
	}
	
}


@media(max-width:800px){
	
	.footer {
		padding: 0 20px;
	}
	
}

@media(max-width:600px){
	
	.footer {
	    margin: 50px auto;
	}
	
	.ft-contact-box{
		margin-top: 30px;
		flex-direction: column;
	}
	
	.footer-right,
	.ft-contact-box,
	.contact-horizontal,
	.tel-box, .line-box,
	.mobile-box{
        width: 100%;
    }
	
	.contact-horizontal p {
		font-size: 1.25rem;
	}
	
	.contact-man span {
        width: 80vw;
		position: relative;
        left: -3vw;
    }
	
}

@media (max-width: 360px) {
    .contact-horizontal p {
        font-size: 1.05rem;
        letter-spacing: 0;
    }
}

/* footer↑↑↑ */




/* cp_right_sp */

.cp_right_sp{
	background: #bdebfd;
	width: 100%;
	padding: 20px;
    display: flex;
	flex-direction: column;
    justify-content: center;
    align-items: center;
}


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

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




@media (max-width:1000px) {

	
	.cp_right_sp {
    	padding: 20px 20px;
	}
	
}

