/* // Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {

	.container {
		padding-left: 0%;
		padding-right: 0%;
	}
	.row {
		padding: 0%;
		margin: 0%;
	}
	.col {
		padding: 0%;
		margin: 0%;
	}
	.btn-center {
		font-size: 1.5rem;
	}
	/* 共通css */
	
	
	/* header */
	.btn-header {
		font-size: 1rem;
		width: 100%;
	}
	.btn-header span {
		font-size: 1.5rem;
	}
	.btn-top {
		width: 100%;
	}
	.header-photo {
		width: 100%;
	}
	.navbar-brand {
		width: 48%;
	}
	/* header */
	
	
	/* space */
	.space-photo {
		width: 100%;
		height: 100%;
	}
	.space-photo img {
		height: 90%;
	}
	.space h1 {
		font-size: 2rem;
	}
	/* space */
	
	
	/* home */
	.home-photo img {
		width: 45%;
	}
	.home-text_logo{
		font-size: 2rem;
	}
	.home h1 {
		font-size: 3rem;
	}
	.home h1 span {
		font-size: 1.5rem;
	}
	/* home */
	
	
	/* about */
	.about h1 {
		font-size: 2rem;
	}
	.about li {
		font-size: 1.5rem;
	}
	/* about */
	
	
	/* stay */
	.stay-title li {
		font-size: 1.5rem;
	}
	.stay h1 {
		font-size: 2.4rem;
	}
	.stay h3 {
		font-size: 25rem;
	}
	/* stay */
	
	/* course */
	.course_btn_text{
    height: 0;
    width: 100%;
    padding-top: 40%;
    padding-bottom: 60%;
    margin: 0;
    font-size: 38px;
    color: #fff;
}
	/* course */
	
	
	/* space */
	.space-title {
		display: block !important;
	}
	.space-title li {
		font-size: 1.3rem;
	}
	.space-title_logo {
		height: 8rem;
		width: 75%;
	}
	.space-second_list {
		width: 100%;
		padding-left: 15%;
	}
	.space-right_logo {
		width: 56%;
		margin-right: 0 !important;
		margin-left: 0 !important;
	}
	.space-title h1 {
		font-size: 2.3rem;
	}
	.space-second_list h2 {
		font-size: 1.5rem;
	}
	.space h3 {
		font-size: 1.1rem;
	}
	.space-title h3 {
		font-size: 1.5rem;
	}
	/* space */
	
	
	/* access */
	.access h1 {
		font-size: 1.75rem;
	}
	.access h2 {
		font-size: 1.5rem;
	}
	.access p {
		font-size: 1rem;
	}
	/* access */
	
	
	/* foot */
	.foot {
		text-align: center;
	}
	.btn-footer {
		font-size: 1.5rem;
	}
	.foot-main p {
		font-size: 0.8rem;
	}
	/* foot */
	
}
	