@charset="utf-8"

main div {
	margin-bottom: 100px;
}


@media (max-width: 767px) {

.kv {
    background-image: url(img/kv_sp_2022fw_jutyuukai.jpg);
}

.gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 100px auto;
}

.col_1 {
	width: 100%;
	margin-bottom: 30px;
}

.col_2 {
	width: 50%;
	margin-bottom: 50px;
}


.btn {
	margin-bottom: 160px;
}


h3 {
	text-align: center;
	line-height: 200%;
	color: #8C5E4D;
	margin-bottom: 100px;
}
.flex_txt p {
	font-size: 1.2rem;
	color: #8C5E4D;
}
.cntr {
	text-align: center;
}



}

@media (min-width: 768px) {

.kv {
    background-image: url(img/kv_2022fw_jutyuukai.jpg);
}	

section {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.gallery {
	max-width: 30%;
	max-height: 30%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 100px;
}

.col_1 {
	width: 100%;
	margin-bottom: 160px;
}

.col_2 {
	width: 50%;
	margin-bottom: 160px;
}

h3 {
	text-align: center;
	line-height: 200%;
	color: #8C5E4D;
	margin-bottom: 100px;
}




}