/* // Large devices (desktops, 992px and up) */
@media (min-width: 992px){


	.btn-center {
		font-size: 2rem;
	}
	.btn-header {
		font-size: 1.3rem;
	}
	.btn-header span {
		font-size: 1.5rem;
	}
	/* ↑ 共通class ↑ */
	
	
	/* home */
	.home-photo img {
		width: 30%;
	}
	.home-text_logo {
		font-size: 2.5rem;
	}
	.home h1 {
		font-size: 5rem;
	}
	.home h1 span {
		font-size: 2.5rem;
	}
	.access p {
		font-size: 1.5rem;
	}
	/* home */
	
	
	/* space */
	.space-photo {
		width: 100%;
		height: 100%;
	}
	.space-photo img{
		width: 100%;
		height: 100%;
	}
	/* space */
	
	/* course */
	.nav_btn{
		display: flex;
		justify-content: space-between;
	}
	
	.course_btn{
		width: 33%;
	}
	
	.course_btn_text{
		height: 0;
		width: 100%;
		padding-top: 40%;
		padding-bottom: 60%;
		margin: 0;
		font-size: 30px;
		color: #fff;
	}
	/* course */
}
	