@charset "utf-8";
	/* 480px以上は写さない */
@media (min-width: 480px) {
	.sp-only {
		display: none!important;
	}
}
	/* 960px以上は写さない */
@media (min-width: 960px) {
	.tb-only {
		display: none!important;
	}
}

	/* 1280px以下に適用されるCSS（スクエアモニター用） */
@media screen and (max-width: 1280px) {
	.section, #access {
		max-width: 1200px;
	}
	
	
	}


	/* 960px以下に適用されるCSS（タブレット用） */
@media screen and (max-width: 960px) {
	#header-logo {
		width: 15%;
		margin-top: 15px;
		margin-left: 18px;
	}
	.header-wrap {
		width: 78%;
	}
	.slider, .slider-item {
		height: 80vh;
	}
	#feature {
		padding-left: 50px;
		max-width: 780px;
	}
	.bg {
		width: 60%;
		padding: 45px 0;
	}
	.index-ttl {
		width: 17%;
		padding: 20px 0;
	}
	.index-ttl .img {
		width: 70%;
		margin: 0 auto;
	}
	#contact .bg {
		max-width: 600px;
		margin: 0 auto;
		width: 80%;
	}
	.sitemap ul {
		width: 80%;
	}
	.sitemap ul li a {
		font-size: 16px;
	}
	.sitemap ul li span {
		font-size: 11px;
	}
	
	
	/* 下層ページ */
	#mainvisual {
		height: 33vh;
	}
	#page-ttl .en {
		font-size: 52px;
	}
	.info {
		width: 90%;
	}
	.info dl dt {
		width: 200px;
	}
	.info dl dd {
		width: calc(100% - 200px);
	}
	#background {
		position: relative;
		background-image: none;
	}
	#background::before {
		content: "";
		display:block;
		position:fixed;
		top:0;
		left:0;
		z-index:-1;
		width:100%;
		height:100vh;
		background-repeat: no-repeat;
		background-position: center center;
		background-image: url("../img/bg.jpg");
		background-size: cover;
	}
	.section, #access {
		max-width: 780px;
	}
	.section {
		padding-top: 100px;
	}
	.access {
		max-width: 600px;
	}
	


}




	/* 480px以下に適用されるCSS（スマホ用） */
@media screen and (max-width: 480px) {
	.pc-only {
		display: none!important;
	}
	#header {
		transform: none;
		left: 0;
		background: none;
	}
	.header-right, .header-wrap {
		display: none!important;
	}
	#sp-nav {
		position: fixed;
		width: 100%;
		z-index: 1;
	}
	.sp-nav {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		position: fixed;
	}
	.nav_wrapper {
		position: fixed;
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		bottom: 0;
	}
	.nav_wrapper div:first-child {
		border-left: 1px solid #F3F3F3;
	}
	.nav_wrapper div {
		width: 25%;
		display: flex;
		background: #111010;
		align-items: center;
		justify-content: center;
		border-right: 1px solid #F3F3F3;
		border-top: 1px solid #F3F3F3;
	}
	.nav_wrapper a {
		padding: 10px;
	}
	#page_top {
		display: none!important;
	}
	.flex {
		flex-direction: column;
	}
	.flex-2, .flex-3 {
		width: 100%;
		margin-bottom: 30px;
	}
	#header-logo {
		width: 22%;
	}
	.slider, .slider-item {
		height: 65vh;
	}
	#feature {
		padding-left: 15px;
	}
	.bg {
		width: 80%;
		padding: 30px 0;
	}
	.wrap {
		width: 90%;
	}
	h3.ttl {
		font-size: 22px;
		margin-bottom: 20px;
	}
	.index-ttl span {
		font-size: 17px;
	}
	.index-ttl {
		width: 25%;
		padding: 14px 0;
		top: -80px;
	    left: 10px;
	}
	#concept {
		margin-top: 200px;
		padding-right: 4%;
	}
	.more-btn {
		padding: 12px 0;
		font-size: 17px;
	}
	#couce {
		margin-top: 200px;
		padding-left: 4%;
	}
	#couce .index-ttl {
		right: 10px;
	}
	#contact {
		padding: 50px 0;
	}
	#contact .bg {
		width: 85%;
	}
	#contact .ttl {
		margin-bottom: 15px;
	}
	#contact .tel {
		width: 70%;
		font-size: 23px;
	}
	#footer {
		padding-top: 35px;
	}
	.footer-wrap {
		width: 90%;
	}
	#footer .bottom {
		flex-direction: column;
		align-items: center;
		margin-top: 15px;
		margin-bottom: 15px;
	}
	#footer .bottom .logo {
		width: 20%;
	}
	#footer .bottom ul {
		width: 100%;
	}
	#footer .bottom ul li {
		font-size: 15px;
	}
	.sitemap {
		display: none;
	}
	.copyright {
		padding: 15px 0 80px;
	}
	
	/* ここから下層ページ */
	#page-ttl {
		top: 60%;
	}
	#page-ttl .en {
		font-size: 36px;
	}
	#page-ttl .ja {
		font-size: 19px;
	}
	.info {
		padding: 90px 0;
	}
	.info dl {
		width: 100%;
	}
	.info dl dt {
		width: 150px;
	}
	.info dl dd {
		width: calc(100% - 150px);
	}
	.section {
		padding-top: 75px;
	}
	.section, #access {
		max-width: 370px;
	}
	.sec-ttl {
		width: 100%;
		font-size: 22px;
	}
	.price .flex{
		flex-direction: row;
	}
	.price .flex-2 {
		width: 50%;
		margin-bottom: 0;
	}
	.price .wrap {
		font-size: 16px;
		width: 95%;
	}
	#access {
		padding: 80px 0 20px;
	}
	.access .wrap {
		width: 95%;
	}
	
	

	
	
	
	
	
}