
/* footer*/

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

.footer{
	width: 100%;
	padding: 100px 0 0;
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.ft_above{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    text-align: center;
	margin-bottom: 100px;
}

.footer_logo{
    width: 160px;
}

.ft_info {
	min-width: 100%;
	margin-top: 10px;
	gap:0 !important;
}

.ft_info p{
    font-weight: 500;
    letter-spacing: 0.02rem;
    line-height: 1.75;
    color: #333;
}

.ft_info p span{
	display: inline-block;
}

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

.ft_info a:hover{
	color: #a04800;
}

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

.ft_navi{
	margin: 30px auto 0;
}

.ft_navi ul{
	display: flex;
	flex-direction: row;
	justify-content: center;
	margin: 10px 0;
}

.ft_navi ul li{
	list-style: none;
}

.ft_navi ul li a{
    padding: 0 25px;
    margin-bottom: 0;
    letter-spacing: 2px;
    font-weight: 400;
    font-size: 14px;
    text-decoration: none;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    transition: 0.3s ease-in-out;
    z-index: 1;
	line-height: inherit;
	border-left: 1px solid #a04800;
	color: #676767;
	font-family: "Noto Sans JP", sans-serif;
}

.ft_navi ul li a:hover{
	color: #a04800;
}

.ft_navi ul li:first-child a{
	border-left: none;
}

footer .menu_dl dd{
    position: relative;
    text-align: center;
}

footer .menu_dl_btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin: 15px;
    position: relative;
	left: 55px;
}

footer .menu_dl dd:first-child{
	border-right: 1px solid #9f5b80;
}

footer .menu_dl dd a {
	text-decoration: none;
}

footer .menu_dl dd a span {
    font-size: 20px;
    color: #9f5b80;
    font-weight: 600;
    letter-spacing: 2px;
}

footer .menu_dl dd a p {
    font-size: 16px;
    color: #9f5b80;
    width: 250px;
    font-weight: 600;
    padding-top: 10px;
	letter-spacing: 1px;
}

footer .more_btn{
	justify-content: left;
}

footer .more_btn a {
	margin-top: 0px;
}


.ft_navi .menu_dl{
	margin-top:50px;
	display: flex;
	flex-direction: row;
	width: 100%;
    justify-content: center;
	padding-left: 18px;
}

.footer-sns{
	padding-top: 30px;
}

.footer-sns a{
	color: #a04800!important;
	font-size: 1.5rem!important;
}

.footer-sns a:hover{
	opacity: 0.75;
}



/* footer↑↑↑ */


/* cp_right_sp */

.cp_right_sp{
	height: 30px;
	padding: 0 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    background: #a04800;
    color: #fff;
}

.cp_right_sp p{
    line-height:1.8;
    font-weight: 400;
    font-size: 0.8rem;
    letter-spacing: 2px;
    text-align: left;	
}

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



@media (max-width:1200px) {

	.footer {
    	padding: 50px 0 0;
	}
	
	.ft_above {
		margin-bottom: 50px;
	}
	
	.ft_navi ul li a {
    	letter-spacing: 1px;
    	font-size: 0.8rem;
	}
	
}


@media (max-width:1000px) {
	.footer_logo {
		padding-top: 30px;
	}
	
	.footer-inquiry .in-box p {
		font-size: max(9vw, 1.5rem);
	}
	
	.footer-inquiry .in-box {
    	width: 80vw;
    	min-width: 300px;
		padding: 30px 0;
	}

	.footer-inquiry .in-box h3 {
    	font-size: 1.2rem;
    	letter-spacing: 2px;
		margin-top: 1vw;
	}
	
	.footer-inquiry {
		width: 100%;
		padding: 10vw 20px;
	}
}


@media (max-width: 800px) {
	
	
	.contact .area_main {
		width: 100%;
	}
	
	.ft_navi {	
		display: flex;
		flex-direction: column;
		gap: 10px;
	}
	
	
	.ft_navi ul {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap:10px;
		margin: 0;
	}
	
	
    
	.ft_navi ul li a {
		padding: 0;
        border: none!important;
		justify-content: flex-start;
		position: relative;
    }
	
	.ft_navi ul li a p{
		text-align: left;	
	}
	
	.ft_navi ul li a span{
		display: block;
		margin-right: 10px;
		width: 2px;
		height: 10px;
		background: #a04800;
	}
	
	
	.footer-sns {
		padding-top: 20px;
	}
	
	.footer-sns a {
		position: relative;
	}
	
	.footer-sns a::before {
		content: '公式Instagram';
		position: absolute;
		display: block;
		font-size: 0.85rem;
		left: 25px;
	}
	
	
}


@media (max-width: 700px) {
	
	.contact .area_main {
		width: 100%;
	}
	
	.ft_navi ul {
		justify-content: center;
		flex-wrap: wrap;
		max-width: 350px;
	}
	
	
	.ft_navi ul li a {
		font-size: 12px;
	}
		
	.contact .ps{
		flex-direction: column;
	    font-size: 12px;
		letter-spacing: 0;
	}
	
	#footer .sns-icon span {
    	width: 35px;
	}
	
	
	.footer-sns a::before {
		font-size: 0.75rem;
	}
	

}


@media (max-width: 500px) {
	
	.ft_navi ul {
        gap: 20px 0;
    }
	
	.footer_logo {
		width: 120px;
	}
	
	.ft_navi ul li a span {
		margin-right: 6px;
	}
	
	.ft_navi {
        gap: 20px;
    }

	
		
}



@media (max-width: 360px) {
	
	.ft_info p span {
		padding: 0 0 0 5px;
	}
	
	.ft_navi ul {
		display: flex;
		flex-wrap: wrap;
		padding: 0 20px;
		justify-content: flex-start;
	}
	
	.ft_navi ul li{
		width: 45%;
		min-width: 165px; 
	}
	
	
}
