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


.mainviual{
	width: 100vw;
	height: 250px;
	background:url(../img/course/p_01.jpg) center top no-repeat;
	background-size: cover;
	position: relative;
	margin-top: 100px;
}

h2.main_title{
	display: block;
	width: fit-content;
	height: fit-content;
	z-index: 50;
	text-align: center;
	color: #FFF;
	font-size: 220%;
	letter-spacing: 3px;
	font-weight: normal;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
}
span.ss_title{
	font-size:77%;
}


.content{
	height: auto;
	padding-bottom: 280px;
	margin: 0 auto;
}




h2.title_01{
	width: 100vw;
	margin-top: 80px;
	background: url(../img/mainvisual/02.jpg) no-repeat;
	background-size: cover;
	text-align: center;
	color: #FFF;
	font-size: 120%;
	letter-spacing: 3px;
	line-height: 1.6;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	text-shadow: 2px 2px #666;
	padding: 45px 0;
	position: relative;
	z-index: 0;
}
h2.title_01::before{
	content: '';
	width: 85%;
	height: 85%;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	background: #6666668f;
	z-index: -1;
}

span.yellow{
	color: #FF0;
}

.container {
  display: flex;
	flex-direction: column;
  align-items: flex-start; /* 上端を揃える。必要に応じて調整可 */
}

.photo_box{
	margin: 90px 0 10px;
	width: 100%;
	height: 350px;
	background: #F93;
}
.photo_box img{
	display: block;
	width: 100%;
}

.big_s{
	font-size:131%;
}

p.text{
	text-align: justify;
	font-size: 116%;
	letter-spacing: 2px;
	line-height: 1.5;
	color: #666;
	padding: 0 10px;
}

span.red{
	color: #F00;
	font-size: 77%;
	line-height: 1.2;
}



.container_01{
	margin-top: 120px;
}

h3{
	text-align: center;
	letter-spacing: 2px;
	padding: 20px 0;
	color: #666;
	font-size: 210%;
}
.container_01 ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex; /* 横並びにする */
	flex-direction: column;
  gap: 100px;      /* 画像の間隔 */
}

.container_01 li {
  flex: 0 0 auto; /* アイテムの幅を固定に */
  border:1px solid #CCC;
}
.container_01 li img{
	display: block;
	width: 100%;
}

p.text_s{
	text-align: center;
	padding-bottom:10px;
}


