@charset "UTF-8";

/*********************************************************************
*
*  追加css
*
*********************************************************************/
.op:hover{
	opacity: .8;
}



.sns_img_wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.sns_img_wrap a.insta {
    width: 250px;
}
.sns_img_wrap a.caloo {
    width: 320px;
    display: block;
    margin: 20px auto 0;
}

footer .sns_img_wrap a.insta {
    width: 220px;
}
footer .sns_img_wrap a.caloo {
    width: 285px;
}


.inst_wrap {
    margin-top: 20px;
	padding-left: 0;
    display: flex;
    gap: 1em;
}
.inst_wrap .inst_block a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid #ebe9e7;
    height: 90px;
    width: 100px;
    background-color: #fff;
    border-radius: 10px;
	text-decoration: none;
}
.inst_wrap .inst_block a:hover {
    text-decoration: none;
    color: inherit;
}
.inst_wrap .inst_block img {
    width: 30px!important;
}
.inst_wrap .inst_block span {
    display: block;
    line-height: 1;
	font-weight: bold;
    margin-top: 5px;
}

@media screen and (max-width: 767.98px) {
	.sns_img_wrap a.caloo {
		order: 3;
	}
	.inst_wrap {
		margin: 20px auto 0;
		justify-content: center;
		margin-bottom: 0;
	}
	.inst_wrap .inst_block a {
		height: 75px;
		width: 90px;
	}
	.inst_wrap .inst_block img {
		width: 25px !important;
	}
}