/* 左側イメージ */
div#leftbox {
	position: relative;
}
	div#leftbox div.img01 {
		width:50vw;
		height:100vh;
		background: url(../images/index/topimg1_pc.webp) no-repeat;
		background-size: auto 100%;
		background-position: center center;
		position: absolute;
		left:0;
		top:0;
	}
	div#leftbox div.img02 {
		width:50vw;
		height:100vh;
		background: url(../images/index/topimg2_pc.webp) no-repeat;
		background-size: auto 100%;
		background-position: center center;
		position: absolute;
		left:0;
		top:0;
		opacity: 0;
	}
	div#leftbox div.img03 {
		width:50vw;
		height:100vh;
		background: url(../images/index/topimg3_pc.webp) no-repeat;
		background-size: auto 100%;
		background-position: center center;
		position: absolute;
		left:0;
		top:0;
		opacity: 0;
	}
	div#leftbox div.copyright {
		width:10px;
		height:100vh;
		background: url(../images/cmn/copyright_pc.png) no-repeat;
		background-size: 10px auto;
		background-position: center center;
		position: absolute;
		left:30px;
		top:0;
	}
/* ニュース */
div.newsbox {
	height:100vh;
	background: url(../images/cmn/logo01.png) no-repeat;
	background-size: 40% auto;
	background-position: center top 35vh;
	position: relative;
}
	div.newsbox div.newslistbox {
		width: 100%;
		position: absolute;
		left:0;
		bottom: 50px;
	}
	div.newsbox div.newslistbox h2 {
		font-size: 20px;
		padding-bottom: 30px;
		border-bottom: #d1d1d1 1px solid;
	}
		div.newsbox div.newslistbox a.list {
			display: block;
			height:40px;
			border-bottom: #d1d1d1 1px solid;
			position: relative;
			text-decoration: none;
			color: #646464;
			background: url(../images/cmn/news_more.png) no-repeat;
			background-size: auto 8px;
			background-position: right center;
		}
			div.newsbox div.newslistbox a.list span {
				display: block;
				height:40px;
				line-height: 40px;
				text-align: left;
				font-size: 14px;
			}
			div.newsbox div.newslistbox a.list span.date {
				width:100px;
				position: absolute;
				top:0;
				left:0px;
			}
			div.newsbox div.newslistbox a.list span.title {
				width:100%;
				overflow: hidden;
				white-space: nowrap;
				text-overflow: ellipsis;
				box-sizing: border-box;
				padding-left: 100px;
				padding-right: 50px;
			}
		div.newsbox div.newslistbox p.nodata {
			height:50px;
			line-height: 50px;
			font-size: 14px;
		}
/* concept */
div.conceptimg {
	width:30vw;
	height:16vw;
	background: url(../images/index/conceptimg.webp) no-repeat;
	background-size: cover;
	background-position: center center;
	margin-top: 20px;
}
/* Profile */
div.profilebox {
	min-height: 180px;
	position: relative;
	margin: 20px auto 0 auto;
}
	div.profilebox div.profileimg {
		width:150px;
		height:150px;
		position: absolute;
		top:0;
		left:0;
		background: url(../images/index/profileimg.png) no-repeat;
		background-size: 100% 100%;
	}
	div.profilebox div.infobox {
		box-sizing: border-box;
		padding: 10px 0 0 200px;
	}
/* コース */
div.coursebox {
	padding: 10px 0 30px 0;
	border-bottom: #d1d1d1 1px solid;
}
	div.coursebox p.price {
		font-size: 24px;
		font-weight: bold;
		margin: 20px auto 0 auto;
		vertical-align: top;
	}
		div.coursebox p.price a {
			font-size: 16px;
			text-decoration: none;
			color: #646464;
			margin-left: 20px;
		}
/* 予約 インスタQR */
a.reservebtn {
	display: block;
	width:200px;
	height:60px;
	line-height: 60px;
	text-decoration: none;
	text-align: center;
	background: #9EC9CC;
	border-radius: 70px;
	color: #fff;
	font-size: 16px;
	margin-top: 40px;
}
div.instqrbox {
	width:150px;
	height:150px;
	background: url(../images/cmn/instqr.png) no-repeat;
	background-size: 100% 100%;
	margin-top: 30px;
}
/* Access */
div.mapimg {
	width:350px;
	height:335px;
	background: url(../images/index/map.png) no-repeat;
	background-size: 100% 100%;
	margin-top: 30px;
}
/* 共通 */
h2.title {
	font-size: 40px;
	letter-spacing: 1px;
	margin: 60px auto 0 auto;
	font-weight: normal;
}
p.ptext {
	font-size: 14px;
	line-height: 30px;
	margin: 20px auto 0 auto;
	font-weight: bold;
}
p.ptext span.pcbr { display: block;}