@charset "utf-8";
/* CSS Document */
.cate1 .contents{
	align-items: stretch;
	gap: 30px;
}
.cate1 .contents h2,.cate1 .contents > p{
	text-shadow: 0 0 20px rgba(0,0,0,0.3);
}
.cate1 .contents > p{
	line-height: 2.5;
	padding-bottom: 5%;
}
.cate1 .contents .logo{
	align-items: flex-end;
}
.cate1 .contents .logo img{
	max-width: 180px;
}

.cate2{
	background-image: url("https://setosakaba.com/system_panel/uploads/images/main_bg.png");
	background-position: center top;
	background-repeat: repeat-y;
	background-size: 100% auto;
}

/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
	.cate1 .contents > p{
		line-height: 2;
		padding-bottom: 5%;
	}
}

/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px){
}

