@charset "utf-8";
/* CSS Document */

/*共通*/

.l-wrapper {
	width:100%;
	padding:0 3%;
	margin:0 auto 0;
	position: relative;
}

/*メディアクエリ*/

/*二段階*/

@media screen and (min-width:1025px) { /*PC*/
}
@media screen and (max-width:1024px) { /*MB*/
}

/*三段階*/

@media screen and (min-width:1201px) { /*PC-LARGE*/
}
@media screen and (max-width:1200px) { /*PC-MIDDLE*/
}
@media screen and (max-width:1024px) {/*MB*/
} 

/*レイアウト全体*/

body {
	font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Verdana, sans-serif;
	text-align:center;
	min-height: 100vh;
	font-size: 1.0rem;
	color:rgba(50,50,50,1.00)
}

#l-Wrap {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	position: relative;
	width:100%;
}

/*ヘッダー*/

header {}

/*メインビジュアル*/

#l-Mainvisual {
	width:100%;
	position: relative;
	box-sizing: border-box;
	
}

@media screen and (min-width:1025px) { /*PC*/
	#l-Mainvisual {
		padding:96px 3% 156px;
	}
}
@media screen and (max-width:1024px) { /*MB*/
	#l-Mainvisual {
		padding:3% 3% 96px;
	}
}

/*スタジオ概観*/

#l-Overview {
	width:100%;
	position: relative;
	box-sizing: border-box;
	background-color:#5ec0c5;
}

#l-Overview:before {
	content: "";
	display: block;
	background-color:#5ec0c5;
	width:100%;
	position: absolute;
	left:0;
}

@media screen and (min-width:1025px) { /*PC*/
	#l-Overview {
		padding:36px 0 96px;
	}
	#l-Overview:before {
		height:60px;
		border-radius: 60px 60px 0 0;
		top:-60px;
	}
}
@media screen and (max-width:1024px) { /*MB*/
	#l-Overview {
		padding:36px 0 96px;
	}
	#l-Overview:before {
		height:24px;
		border-radius: 24px 24px 0 0;
		top:-24px;
	}
}

/*ASMR*/

#l-ASMR {
	width:100%;
	position: relative;
	box-sizing: border-box;
	padding:0 0 156px;
	background-color:#5ec0c5;
}

@media screen and (min-width:1025px) { /*PC*/
	#l-ASMR {
		padding:0 0 96px;
	}
}
@media screen and (max-width:1024px) { /*MB*/
	#l-ASMR {
		padding:0 0 96px;
	}
}

/*装備一覧*/

#l-Equipment {
	width:100%;
	position: relative;
	box-sizing: border-box;
	padding:0 0 156px;
	background-color:#5ec0c5;
}

@media screen and (min-width:1025px) { /*PC*/
	#l-Equipment {
		padding:0 0 156px;
	}
}
@media screen and (max-width:1024px) { /*MB*/
	#l-Equipment {
		padding:0 0 96px;
	}
}

/*値段表*/

#l-Price {
	width:100%;
	position: relative;
	box-sizing: border-box;
	padding:36px 0 156px;
	background-color:#f6f6f6;
}

#l-Price:before {
	content: "";
	display: block;
	background-color:#f6f6f6;
	width:100%;
	position: absolute;
	left:0;
}

@media screen and (min-width:1025px) { /*PC*/
	#l-Price {
		padding:36px 0 156px;
	}
	#l-Price:before {
		height:60px;
		border-radius: 60px 60px 0 0;
		top:-60px;
	}
}
@media screen and (max-width:1024px) { /*MB*/
	#l-Price {
		padding:36px 0 96px;
	}
	#l-Price:before {
		height:24px;
		border-radius: 24px 24px 0 0;
		top:-24px;
	}
}

/*アクセス*/

#l-Access {
	width:100%;
	position: relative;
	box-sizing: border-box;
	padding:36px 0 96px;
}

#l-Access:before {
	content: "";
	display: block;
	background-color:#fff;
	width:100%;
	position: absolute;
	left:0;
}

@media screen and (min-width:1025px) { /*PC*/
	#l-Access {
		padding:36px 0 156px;
	}
	#l-Access:before {
		height:60px;
		border-radius: 60px 60px 0 0;
		top:-60px;
	}
}
@media screen and (max-width:1024px) { /*MB*/
	#l-Access {
		padding:36px 0 96px;
	}
	#l-Access:before {
		height:24px;
		border-radius: 24px 24px 0 0;
		top:-24px;
	}
}

/*インデックス用コンタクト*/

#l-Foot-Contact {
	width:100%;
	position: relative;
	box-sizing: border-box;
	padding:96px 0;
	background:url("../img/mainvisual_blur.jpg") center center no-repeat;
}

/*フッター*/

footer {
	width:100%;
	position: relative;
	box-sizing: border-box;
	padding:96px 0;
	background-color:#5ec0c5;
	color:#fff;
}

/*プライバシー*/

#l-Privacy {
	width:100%;
	position: relative;
	box-sizing: border-box;
	padding:96px 0;
}

/*会社概要*/

#l-Outline {
	width:100%;
	position: relative;
	box-sizing: border-box;
	padding:96px 0;
}

/*コンタクト*/

#l-Contact {
	width:100%;
	position: relative;
	box-sizing: border-box;
	padding:96px 0;
}