



/* group-link */

.group-link{
	padding-bottom: 150px;
}

.group-link ul{
	display: flex;
	flex-direction: row;
	gap: 25px;
	justify-content: center;
	align-items: center;
}

.group-link a{
	display: block;
}


.group-link a .group-link-img{
	transition: 0.3s ease-in-out;
}

.group-link a:hover .group-link-img{
	box-shadow: 0 0 10px #b9b9b9;
}

.group-link a:hover .group-link-img img{
	transition: 0.3s ease-in-out;
}

.group-link a:hover .group-link-img img{
	transform: scale(1.05,1.05);
}

.group-link a p{
	margin-top: 5px;
	font-size: 1.25rem;
	text-align: center;
}

.group-link-img{
	border: 1px solid #ccc;
    display: flex;
    width: 400px;
    aspect-ratio: 5 / 2;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.gannbayoku .group-link-img{
	background: #f3f3f3;
}


/* group-link ///*/

/* footer */

.footer-box{
	display: flex;
	flex-direction: row;
	align-items: center;
	width: 100%;
}

.footer-box .left{
	display: flex;
    flex-direction: column;
    justify-content: center;
    background: url(../img/bk/silver.jpg) center no-repeat;
    background-size: 100% 100%;
    height: 450px;
}

.left-box{
	display: flex;
    flex-direction: column;
    justify-content: center;
	padding: 20px 50px;
	gap: 10px;
    color: #fff;
}

.footer-box .left .horizontal-logo{
	width: 400px;
	aspect-ratio: 360 / 50;
}


.ft-inquiry-box{
	display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    transition: all 300ms ease-in-out;
    color: #fff !important;
    flex-direction: row !important;
}

.ft-inquiry-box a{
	letter-spacing: 3px;
    font-size: 1.2rem;
	border: 1px solid #bd131c;
    background: #bd131c;
	margin: 0;
	max-width: 100%!important;
	display: block;
	width: 100%!important;
	height: 100%;
	padding: 20px 0;
}

.ft-inquiry-box a:hover{
	opacity: 0.85;
}


.ft-inquiry-box p {
    color: #fff !important;
    font-weight: 600;
    letter-spacing: 3px;
    font-size: 1.2rem;
}

.privacy-link a{
	width: 100%;
	font-size: 0.85rem;
	text-decoration: underline;
}


.privacy-link a:hover{
	opacity: 0.85;
}

.footer-box .right,
.footer-box .right iframe{
	width: 100%;
	height: 450px;
}

.footer-box dt{
	font-size: 1.3rem;
}



/* 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: 2px;
    text-align: left;	
}

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


@media(max-width:1200px){
	
	.footer-box .left {
		width: 100%;
	}
	
	.footer-box .left .horizontal-logo {
		width: 100%;
	}
	
}

@media(max-width:1000px){
	
	.group-link ul {
	    display: grid;
	    grid-template-columns: repeat(2, 1fr);
		gap: 15px;
		padding: 0 20px;
	}
	
	.group-link-img {
		width: 100%;
	}
	
	.footer-box dt{
		font-size: 1.05rem;
	}
	
	.footer-box dd{
		font-size: 0.9rem;
		letter-spacing: 0.08rem;
	}
	
	.left-box {
		padding: 20px;
	}

}



@media(max-width:800px){
	

	.group-link a p {
		margin-top: 5px;
		font-size: 1.1rem;
	}
	
	.footer-box {
    	flex-direction: column;
	}
	
	.left-box {
        padding: 10px 20px;
        max-width: 500px;
		margin: auto;
	}
	
}




@media(max-width:600px){

	.footer-box .left {
		height: 400px;
	}
	
	
	.group-link ul {
		grid-template-columns: repeat(1, 1fr);
	}
	
	.group-link {
        padding-bottom: 50px;
    }


}