@charset "utf-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : style.css
 Style : style
================================================================= */
/*----------------------------------------------------------------------------制作*/
/*----------------------------------------------------------------------------ディレクター*/
/*----------------------------------------------------------------------------cs*/
@media screen and (max-width: 834px){
/*----------------------------------------------------------------------------制作*/
/*----------------------------------------------------------------------------ディレクター*/
/*----------------------------------------------------------------------------cs*/
}
@media screen and (max-width: 640px){
/*----------------------------------------------------------------------------制作*/
/*----------------------------------------------------------------------------ディレクター*/
/*----------------------------------------------------------------------------cs*/
}

/* 2022-09-10 インスタの連携追加 start*/
.insta-20220910 {
    margin-bottom: 60px;
}

.insta-20220910 .sns_list {
    flex-direction: row;
    flex-wrap: wrap;
    border: none;
}

.insta-20220910 .sns_list>div {
    flex-direction: column;
    width: calc((100% - (2.08333vw * 3)) / 4);
    margin-right: 2.08333vw;
    margin-bottom: 2.08333vw;
    border: none;
}

.insta-20220910 .sns_list>div:nth-child(4n) {
    margin-right: 0;
}

.insta-20220910 .sns_list div .sns_photo,
.insta-20220910 .sns_list div .sns_text {
    padding: 0;
}

.insta-20220910 .sns_list .sns_photo {
    width: 100%;
}

.insta-20220910 .sns_photo {
    margin-bottom: 10px;
}

.insta-20220910 .sns_photo>a {
	position: relative;
	margin: 0 auto;
}

.insta-20220910 .sns_photo>a {
	content: "";
	display: block;
	/* 1:1の比率 */
	padding-top: 100%;
	text-align: center;
}

.insta-20220910 .sns_photo>a img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
}

.insta-20220910 .sns_text ul {
    display: none;
}

.insta-20220910 .sns_text .sns_date {
    margin-bottom: 10px;
    color: #880015;
}

@media (max-width: 834px) {
    .insta-20220910 .sns_list>div {
        width: calc((100% - (2.08333vw * 1)) / 2);
        margin-bottom: 8.08333vw;
    }

    .insta-20220910 .sns_list>div:nth-child(2n) {
        margin-right: 0;
    }
}
/* 2022-09-10 インスタの連携追加 end */

/* 2025-02-26 走行会ボタン start */
.driftevent-btn {
    position: relative;
    display: inline-block;
}

.driftevent-btn a {
    display: inline-block;
    text-decoration: none;
}

.driftevent-btn p {
    border: 1px solid #fff;
    margin-right: 50px;
    text-align: center;
    color: #fff;
    padding: 10px;
    width: 299px;
    font-size: 16px;
    cursor: pointer;
    position: relative;
}

.driftevent-btn p::after {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    background-image: url("https://autogarages.jp/images/home/morebtnimg.png");
    bottom: 5px;
    right: 5px;
}

@media screen and (max-width: 834px) {
    .driftevent-btn {
        text-align: center;
        display: block;
    }

    .driftevent-btn a {
        display: block;
        margin: 50px auto;
    }

    .driftevent-btn p {
        margin-right: 0;
    }
}

/* 2025-02-26 走行会ボタン end */
