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



/*ヘッダー*/

.h-content {
  background: url("../img/course/top2.jpg");
  background-size: cover;
  background-position: center center;
  height: 200px;
}


@media print, screen and (min-width: 768px){
	
	.h-content{
		height: 400px;
	}	
}


/*見出し*/

.midashi .container{
	display: flex;
	justify-content: space-around;
	align-items: center;
	background: url("../img/back_midashi.jpg");
	
}

.midashi h1{
	 -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
	letter-spacing: 0.1em;
	font-family: 'Noto Serif JP', serif;
	padding: 30px 0;
	font-size: 24px;
	
}


@media print, screen and (min-width: 768px){
	
	.midashi h1{
		font-size: 32px;
		padding: 80px 0;
	}
	
}



/**/


.conA{
	background:linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)),url("../img/course/main.jpg");
	background-position: center bottom;
	background-size: cover;
	/*margin-bottom: 50px;*/
	/*background-attachment: fixed;*/
}



.conA .container{
	max-width: 1100px;
	margin: 0 auto;
	padding:30px 1em;
	box-sizing: border-box;
	line-height:2em;
}

.conA h2{
	font-family: 'Noto Serif JP', serif;
	color: #E2CFBF;
	font-size: 20px;
	margin-bottom: 1.5em;
}

.conA p{
	color: #fff;
	font-size: 14px;
	line-height: 1.6em;
}

@media print, screen and (min-width: 768px){
	

	
	
.conA .container{
	padding: 80px 0;
	}
	
	
.conA h2{
	
	font-size: 34px;
	line-height: 1.6em;
	margin-bottom: 2em;
	}
	
.conA p{
	line-height: 2em;
	font-size: 15px;
}	
}





/*各コース*/


.conB{
	background:url("../img/back_b.gif");
	padding-top: 20px;
	padding-bottom: 0px;
	/*margin-bottom: 50px;*/
}

.conB .container{
	max-width: 1100px;
	margin: 0 auto 20px;
	padding: 30px 20px;
	box-sizing: border-box;
	background:url("../img/back_be.jpg");
	box-sizing: border-box;
}

.conB h2{
	font-family: 'Noto Serif JP', serif;
	font-size: 20px;
}

.conB .text p{
	margin-bottom: 1em;
	font-size: 14px;
}

@media print, screen and (min-width: 768px){
	
	.conB{
		/*margin-bottom: 80px;*/
		padding-top: 50px;
	}
	
	.conB .container{
		display: flex;
		justify-content: space-around;
		/*margin-bottom: 50px;*/
		margin-bottom: 30px;
	}
	
	.conB h2{
		font-size: 26px;
	}
	
	.conB .text{
		width: 40%;
		display: flex;
		justify-content: center;
		align-items: center;
		padding-right: 60px;
		padding-left: 60px;
	}
	
	.conB .img{
		width: 55%;
		padding-right: 40px;
	}
	
}


/*値段*/

.menu{
	display: flex;
	justify-content: space-between;
}

.conB .text p.kakaku{
	text-align: right;
	/*color: #962928;*/
	font-family: 'Noto Serif JP', serif;
	line-height: 1.2em;
	margin-bottom: 1em;
	font-size: 20px;
}

.conB .text p.kakaku span{
	font-size: 70%;
}

@media print, screen and (min-width: 768px){
.conB .text p.kakaku{	
	font-size: 26px;
}
	}


/*かこみ*/

.kakomi{
	background:#fff;
	padding: 0.5em 1em;
	border:3px double #ca3a2f;
	width: 80%;
	max-width: 800px;
	margin: 0 auto 20px;
	text-align: center;
}

@media print, screen and (min-width: 768px){
	
	.kakomi{
		margin-bottom: 50px;
	}	
	
}
