@charset "utf-8";
.page-title {background-image: url(/img/space/space-mv.jpg);}


/* -------------------------------------------------- */
/* #block-space */
/* -------------------------------------------------- */
#block-space .ttl + .d-flex {gap:40px;margin: 80px 0;justify-content: center;}
#block-space .ttl + .d-flex .box {max-width: calc((100% - 40px)/2);}
#block-space .ttl + .d-flex .box .img {position: relative;}
#block-space .ttl + .d-flex .box .img + p {padding: 15px;}
#block-space .space-box02,
#block-space .space-box03 {margin-top: 150px;}

#block-space .space-party { margin-bottom: 50px;}

/* ======================================================================================================================= */
/* for tablet */
/* ======================================================================================================================= */
@media screen and (min-width:1px) and (max-width:1400px){
	
	/* -------------------------------------------------- */
	/* #block-space */
	/* -------------------------------------------------- */
	#block-space {}
}
@media screen and (min-width:1px) and (max-width:999px){
	
	/* -------------------------------------------------- */
	/* #block-space */
	/* -------------------------------------------------- */
	#block-space {}

}

/* ======================================================================================================================= */
/* for sp */
/* ======================================================================================================================= */
@media screen and (min-width:1px) and (max-width:767px){
	
	/* -------------------------------------------------- */
	/* #block-space */
	/* -------------------------------------------------- */
	#block-space .ttl + .d-flex {display: block;margin: 40px 0;}
	#block-space .ttl + .d-flex .box {max-width: 100%;}
	#block-space .ttl + .d-flex .box + .box {margin-top: 40px;}

	#block-space .space-box02,
	#block-space .space-box03 {margin-top: 80px;}
	
	#block-space .space-party {margin-bottom: 50px;}
}
