@charset "utf-8";




/*===============================================
●画面の横幅が769px以上
===============================================*/
@media screen and (min-width : 769px ){
#pc------------------------------------------- {
}
main img {
	width: auto;
}
#helo {
	height: 420px;
	background-image: url("../images/pc/course/h_bg.png");
	background-size: cover;
	position: relative;
	margin-bottom: 80px;
}
#helo p {
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
}





#course h1 {
	margin-bottom: 20px;
}
#course p {
	font-size: 18px;
	line-height: 1.7em;
}
#course h2 {
	margin-top: 70px;
	margin-bottom: 20px;
}
#course .price {
	background-color: #CCD7DC;
	width: 700px;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	margin-bottom: 20px;
}
#course .price img {
	position: relative;
	top: 26px;
}
#course .price2 {
	background-color: #f7df98;
	width: 1100px;
	height: 150px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 70px;
}
#course .price2 img {
	position: relative;
	top: -100px;
	left: -70px;
}
#course .box {
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
}
#course .box .text {
	font-weight: bold;
	font-size: 24px;
	font-feature-settings: "palt";
	padding-top: 40px;
	margin-bottom: 15px;
}
#course .box .text+p {
	font-size: 17px;
	padding-bottom: 40px;
}
#course .box div {
	background-color: #003951;
	height: 155px;
}
#course .box div p {
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	position: relative;
	top: 35px;
}
#course .box div p span {
	font-size: 28px;
	color: #f0c032;
}
#course .box+p a {
	color: #ed1c24;
}





#choukyori .box {
	background-image: url("../images/pc/course/bg.png");
	height: 450px;
	background-position: center center;
	background-size: cover;
	margin-top: 60px;
}
#choukyori .box h2 {
	position: relative;
	top: 160px;
}
#choukyori .box+ul {
	display: flex;
	justify-content: space-between;
}
#choukyori .box+ul li {
	width: 50%;
	font-size: 24px;
	font-weight: bold;
	margin-top: 10px;
}
#choukyori .box+ul+figure {
	position: relative;
	top: -60px;
	margin-bottom: -20px;
}
#choukyori .flex {
	display: flex;
	justify-content: space-between;
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
	align-items: center;
	margin-top: 30px;
}
#choukyori .flex li:first-child {
	width: 510px;
	height: 150px;
	background-color: #003951;
	color: #f0c032;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.5em;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: left;
}
#choukyori .flex li:last-child {
	width: 510px;
	height: 150px;
	background-color: #003951;
}
#choukyori .flex li:last-child img {
	position: relative;
	top: -25px;
	right: -40px;
}
#choukyori .flex+p {
	background-color: #E5EBEE;
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
	font-size: 21px;
	line-height: 1.7em;
	font-weight: bold;
	margin-top: 50px;
	padding-top: 30px;
	padding-bottom: 30px;
}
#choukyori .flex+p a {
	display: block;
	margin-top: 20px;
}





#area {
	margin-top: 80px;
}
#area h2+p {
	font-size: 24px;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 30px;
}
#area h2+p span {
	font-size: 18px;
	font-weight: 500;
}
#area .box {
	background-color: #FCF3DB;
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	padding-bottom: 35px;
}
#area .box.blue {
	background-color: #E5EBEE;
}
#area .box h3 {
	font-size: 24px;
	font-weight: bold;
	padding-top: 20px;
	margin-bottom: 25px;
}
#area .box p {
	font-size: 16px;
	font-weight: bold;
}





#shiharai {
	margin-top: 80px;
}
#shiharai .box {
	background-color: #E5EBEE;
	border: 2px solid #003752;
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}
#shiharai .box h3 {
	font-size: 24px;
	font-weight: bold;
	padding-top: 40px;
}
#shiharai .box h3+p {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.9em;
	margin-top: 10px;
}
#shiharai .box p+h3 {
	padding-top: 60px;
}
#shiharai .box figure {
	margin-top: 30px;
	padding-bottom: 40px;
}
}



/*===============================================
●画面の横幅が768pxまで
===============================================*/
@media screen and (max-width:768px){
	
/*===============================================
●sp-tablet
===============================================*/
#sptablet------------------------------------------- {
}
main img {
	width: auto;
}
#helo {
	height: 50vw;
	background-image: url("../images/pc/course/h_bg.png");
	background-size: cover;
	position: relative;
	margin-bottom: 10vw;
}
#helo p {
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	width: 96%;
	margin-left: auto;
	margin-right: auto;
}





#course {
	width: 96%;
	margin-left: auto;
	margin-right: auto;
}
#course h1 {
	margin-bottom: 5vw;
}
#course p {
	line-height: 1.7em;
	text-align: left;
}
#course h2 {
	margin-top: 10vw;
	margin-bottom: 5vw;
}
#course .price {
	background-color: #CCD7DC;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5vw;
	margin-bottom: 3vw;
	padding: 5vw;
}
#course .price+figure {
	width: 15vw;
	margin-left: auto;
	margin-right: auto;
}
#course .price2 {
	background-color: #f7df98;
	margin-left: auto;
	margin-right: auto;
	margin-top: 8vw;
	padding: 5vw;
	padding-top: 0px;
	padding-bottom: 0px;
}
#course .price2 img {
	position: relative;
	top: -5vw;
}
#course .box {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 3vw;
}
#course .box .text {
	font-weight: bold;
	font-size: 5vw;
	font-feature-settings: "palt";
	padding-top: 5vw;
	margin-bottom: 3vw;
	text-align: center;
}
#course .box .text+p {
	padding-bottom: 5vw;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	font-size: 3vw;
}
#course .box div {
	background-color: #003951;
	padding: 5vw;
}
#course .box div p {
	color: #fff;
	font-size: 4vw;
	font-weight: bold;
	text-align: center;
}
#course .box div p span {
	font-size: 5vw;
	color: #f0c032;
}
#course .box+p a {
	color: #ed1c24;
}





#choukyori .box {
	margin-top: 15vw;
}
#choukyori .box+ul {
	display: none;;
}
#choukyori .box+ul+figure {
	position: relative;
	width: 15vw;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5vw;
}
#choukyori .flex {
	margin-left: 5vw;
	margin-right: 5vw;
	align-items: center;
	margin-top: 30px;
}
#choukyori .flex li:first-child {
	background-color: #003951;
	color: #f0c032;
	font-size: 5vw;
	font-weight: bold;
	padding: 3vw;
	line-height: 1.5em;
	align-items: center;
}
#choukyori .flex li:nth-of-type(2) {
	width: 10vw;
	margin-left: auto;
	margin-right: auto;
	transform: rotate(90deg);
	margin-top: 3vw;
	margin-bottom: 3vw;
}
#choukyori .flex li:last-child {
	background-color: #003951;
	padding-bottom: 0px;
	height: 24vw;
}
#choukyori .flex li:last-child img {
	position: relative;
	top: -5vw;
	right: 0px;
	width: 80%;
}
#choukyori .flex+p {
	background-color: #E5EBEE;
	margin-left: 5vw;
	margin-right: 5vw;
	line-height: 1.7em;
	font-weight: bold;
	margin-top: 5vw;
	padding: 5vw;
	text-align: left;
	font-size: 3.5vw;
}
#choukyori .flex+p a {
	display: block;
	margin-top: 3vw;
}





#area {
	margin-top: 15vw;
	width: 96%;
	margin-left: auto;
	margin-right: auto;
}
#area h2+p {
	font-size: 5vw;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 30px;
}
#area h2+p span {
	font-size: 3vw;
	font-weight: 500;
}
#area .box {
	background-color: #FCF3DB;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5vw;
	padding-bottom: 5vw;
}
#area .box.blue {
	background-color: #E5EBEE;
}
#area .box h3 {
	font-size: 5vw;
	font-weight: bold;
	padding-top: 5vw;
	margin-bottom: 3vw;
}
#area .box p {
	font-weight: bold;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}





#shiharai {
	margin-top: 15vw;
	width: 96%;
	margin-left: auto;
	margin-right: auto;
}
#shiharai .box {
	background-color: #E5EBEE;
	border: 2px solid #003752;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5vw;
}
#shiharai .box h3 {
	font-size: 5vw;
	font-weight: bold;
	padding-top: 5vw;
}
#shiharai .box h3+p {
	font-weight: bold;
	line-height: 1.9em;
	margin-top: 3vw;
	width: 96%;
	margin-left: auto;
	margin-right: auto;
}
#shiharai .box p+h3 {
	padding-top: 10vw;
}
#shiharai .box figure {
	margin-top: 5vw;
	padding-bottom: 5vw;
	width: 96%;
	margin-left: auto;
	margin-right: auto;
}

}



/*===============================================
●画面の横幅が400pxまで
===============================================*/
@media screen and (max-width:400px){
/*===============================================
●sp400
===============================================*/
#sp400------------------------------------------- {
}
}



/*===============================================
●画面の横幅が320pxまで
===============================================*/
@media screen and (max-width:320px){
/*===============================================
●sp320
===============================================*/
#sp320------------------------------------------- {
}
}



/*===============================================
●画面の横幅が481pxから768pxまで
===============================================*/
@media screen and (min-width:481px) and (max-width:768px) {
/*===============================================
●tablet
===============================================*/
#tab------------------------------------------- {
}
}