/*
Theme Name: キッズスポーツ教室
Theme URL: https://xxxxxxxxx.net/
Description:キッズスポーツ教室のテーマ
Author: KIDS-SPORTS
Version: 1.0.0
*/

* {
    padding: 0;
    margin: 0;
    font-family: 'Noto Sans JP',sans-serif;
}

img {
    width: 100%;
    vertical-align: top;
}

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

p, h1, h2, h3, h4 {
    text-align: center;
    letter-spacing: 0.02em;
    line-height: 1.5;
}

.inner {
    max-width: 960px;
    margin: 0 auto;
}

.col-2 {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.info-box .col-2 img  {
    width: calc(50% - 10px);
}

.btn-box {
    text-align: center;
    margin-top: 40px;
}

#fv {
    position: relative;
}

#fv a {
    position: absolute;
    z-index: 10;
    width: 45%;
    bottom: 50px;
    left: 3%;
    box-shadow: 0 5px 15px #ccc;
}

#event {
    background: #fdde03;
    padding: 40px 0 80px;
}

#infomation {
    padding: 80px 0;
}

.btn-box a {
    width: 640px;
    box-shadow: 0 5px 15px #ccc;
}

footer {
    background: #fdde03;
    padding: 80px 0 20px;
}

.footer-box {
    text-align: left;
}

.footer-item p {
    text-align: left;
}

.footer-item {
    display: flex;
    margin-bottom: 15px;
}

.footer-item p:nth-child(1) {
    width: 140px;
}

.copyright {
    margin-top: 60px;
    font-size: 13px;
}

.sp {
    display: none;
}

@media screen and (max-width:480px) {
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
    .inner {
        width: 100%;
        padding: 0 25px;
        box-sizing: border-box;
    }
    .btn-box a {
        width: 100%;
    }
    #fv a {
        width: calc(100% - 50px);
        bottom: 35px;
        left: 50%;
        transform: translateX(-50%);
    }
    .event-info {
        display: flex;
        flex-direction: column;
        gap: 25px;
    }
    #event {
        padding: 60px 0 80px;
    }
    .col-2 {
        flex-direction: column;
        gap: 25px;
    }
    .info-box .col-2 img {
        width: 100%;
    }
        .footer-item p {
        font-size: 14px;
    }
    .footer-item {
        flex-direction: column;
    }
    .copyright {
        margin-top: 40px;
        font-size: 11px;
    }
    footer {
        padding: 50px 0 15px;
    }
}