@charset "UTF-8";

/*   学校案内（guide.css）   */

/* -------------------------------------------------

Main

------------------------------------------------- */
#Main {
	width: 100%;
}
#Main .Section {
	margin: 0 0 120px;
	position: relative;
}
#Main .Section:first-child {
	margin: 80px 0 120px;
}
#Main .Section h2.Heading__h2_guide {
	text-align: center;
	margin: 0 auto 80px;
}
@media screen and (max-width: 898px)  {
#Main .Section {
	margin: 0 0 100px;
}
#Main .Section:first-child {
	margin: 50px 0 100px;
}
}
@media screen and (max-width: 768px)  {
#Main .Section h2.Heading__h2_guide {
	margin: 0 auto 50px;
}
}
@media screen and (max-width: 480px)  {
#Main .Section {
	margin: 0 0 80px;
}
#Main .Section:first-child {
	margin: 30px 0 80px;
}
}
@media print {
#Main .Section {
	overflow:visible;
}
#Main .Section:last-child {
	padding-bottom: 120px;
}
}


/* -------------------------------------------------

Kosyu__BG（ページ背景色）

------------------------------------------------- */
.Kosyu__BG {
	width: 100%;
	height: 100%;
	background-color: #d9d9d9;
	border-bottom: 1px solid #ffffff;
	position: relative;
	z-index: -2;
}


/* -------------------------------------------------

PageTitle__Kosyu__wrp

------------------------------------------------- */
/* ページタイトル
================================================== */
/*.PageTitle__Kosyu__wrp {
	width: 99%;
	margin: 0 auto;
	padding: 50px 0 0;
 position: relative;
}*/


/* -------------------------------------------------

PageTitle__Payment__wrp

------------------------------------------------- */
/* ページタイトル
================================================== */
.PageTitle__Kosyu__wrp {
	padding: 50px 0 0;
 position: relative;
}
.PageTitle__Kosyu__Box {
	/*border: 4px solid #272343;*/
	max-width: 900px;
	width: 100%;
	background-color: #ffffff;
	border-radius: 25px;
	margin: 0 auto;
	padding: 20px 60px;
 position: relative;
}
.PageTitle__Kosyu__Box .title {
	width: 100%;
	display: flex;
	/*justify-content:space-between;*/
	justify-content:center;
	align-items: center;
}
.PageTitle__Kosyu__Box .title .title__Left img {
	height: 50px;
}
.PageTitle__Kosyu__Box .title .title__Right img {
	/*height: 60px;*/
}
@media screen and (max-width: 1100px)  {
.PageTitle__Kosyu__wrp {
	width: 95%;
	margin: 0 auto;
}
}
@media screen and (max-width: 898px)  {
.PageTitle__Kosyu__wrp {
	padding: 25px 0 0;
}
.PageTitle__Kosyu__Box {
	padding: 20px 40px;
}
.PageTitle__Kosyu__Box .title .title__Left img {
	height: 40px;
}
}
@media screen and (max-width: 768px)  {
.PageTitle__Kosyu__Box {
	padding: 20px 40px;
}
.PageTitle__Kosyu__Box .title .title__Left img {
	height: 30px;
}
}
@media screen and (max-width: 568px)  {
.PageTitle__Kosyu__Box {
	padding: 20px;
}
.PageTitle__Kosyu__Box .title .title__Left img {
	height: 24px;
}
}
@media screen and (max-width: 480px)  {
.PageTitle__Kosyu__wrp {
	padding: 15px 0 0;
}
.PageTitle__Kosyu__Box {
	border-radius: 14px;
	padding: 15px;
}
.PageTitle__Kosyu__Box .title .title__Left img {
	height: 24px;
}
}


/* 講習
================================================== */
.Kosyu__wrp	{
	max-width: 900px;
	width: 100%;
	margin: 0 auto 40px;
}
.Kosyu__Box	{
	border: 4px solid #272343;
	border-radius: 14px;
	background-color: #ffffff;
	box-shadow: 6px 6px 0px 1px #272343;
	padding: 40px 50px;
}
.Kosyu__Box p	{
	font-size:1.8rem;
	line-height: 2;
	margin-bottom: 10px;
}
.Kosyu__Box p:last-child	{
	margin-bottom: 0px;
}
.Kosyu__Box p strong	{
	font-weight: 700;
}

@media screen and (max-width: 1100px)  {
.Kosyu__wrp	{
	width: 95%;
}
}
@media screen and (max-width: 768px)  {
.Kosyu__wrp:first-child	{
	margin: -20px auto 40px;
}
.Kosyu__Box	{
	padding: 30px 40px;
}
.Kosyu__Box p	{
	font-size:1.6rem;
}
}
@media screen and (max-width: 640px)  {
.Kosyu__wrp	{
	margin: 0 auto 20px;
}
.Kosyu__wrp:first-child	{
	margin: -30px auto 20px;
}
}
@media screen and (max-width:480px)  {
.Kosyu__wrp:first-child	{
	margin: -10px auto 20px;
}
.Kosyu__Box	{
	padding: 30px 20px;
	box-shadow: 2px 2px 0px 1px #272343;
}
.Kosyu__Box p	{
	font-size:1.4rem;
	line-height: 1.7;
}
}


/* 見出し（h2）
================================================== */
.Heading__h2_kosyu	{
	margin-bottom: 20px;
}
.Heading__h2_kosyu img	{
	height: 44px;
}

@media screen and (max-width: 768px)  {
.Heading__h2_guide	{
	padding: 0 10%;
}
.Heading__h2_guide img	{
	height: 54px;
}
.Heading__h2_kosyu img	{
	height: 36px;
}
}
@media screen and (max-width: 480px)  {
.Heading__h2_guide	{
	padding: 0 5%;
}
.Heading__h2_guide img	{
	height: 42px;
}
.Heading__h2_kosyu	{
	margin-bottom: 10px;
}
.Heading__h2_kosyu img	{
	height: 24px;
}
}

/* 見出し（h3）
================================================== */
.Heading__h3_guide	{
	margin: 0 0 20px;
}
.Heading__h3_guide img	{
	width: auto;
	height: 42px;
}

@media screen and (max-width: 768px)  {
.Heading__h3_guide img	{
	height: 28px;
}
}
@media screen and (max-width: 480px)  {
.Heading__h3_guide	{
	padding: 0 2%;
}
.Heading__h3_guide img	{
	height: 20px;
}
}


/* -------------------------------------------------

Facility

------------------------------------------------- */
.Facility__wrp	{
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	padding: 0 1%;
	position: relative;
}
.Facility__wrp:last-child	{
	margin: 0 auto;
}

.Facility__Box {
	width: 100%;
	margin: 0 auto;
	position: relative;
}
.Facility__Box p {
	font-size: 2rem;
	line-height: 1.8;
}
@media screen and (max-width: 1250px)  {
.Facility__wrp	{
	width: 95%;
}
}
@media screen and (max-width: 898px)  {
.Facility__Box p {
	font-size: 1.8rem;
}
}
@media screen and (max-width: 768px)  {
.Facility__Box p {
	font-size: 1.6rem;
}
}
@media screen and (max-width: 640px)  {
.Facility__wrp	{
	margin: 0 auto 50px;
}
}
@media screen and (max-width: 480px)  {
.Facility__Box p {
	font-size: 1.4rem;
}
}


/* flexbox
================================================== */
.flex__spacebetween,.flex__spacebetween02	{
	display: flex;
	justify-content: center;
	margin: 30px auto;
}
.flex__spacebetween	{
	padding-bottom: 20px;
}
.flex__spacebetween02	{
	padding-bottom: 80px;
}
.flex__spacebetween > div	{
	margin: 0 200px 0 0;
	position: relative;
	font-size: 2rem;
	line-height: 1.8;
}
.flex__spacebetween > div:last-child	{
	margin: 0;
}
.flex__spacebetween02 > div	{
	margin: 0 150px 0 0;
	position: relative;
	font-size: 2rem;
	line-height: 1.8;
}
.flex__spacebetween02 > div:last-child	{
	margin: 0;
}
@media screen and (max-width: 1250px)  {
.flex__spacebetween > div	{
	margin: 0 150px 0 0;
}
.flex__spacebetween02 > div	{
	margin: 0 100px 0 0;
}
}
@media screen and (max-width: 898px)  {
.flex__spacebetween > div	{
	margin: 0 50px 0 0;
	font-size: 1.8rem;
	line-height: 1.8;
}
.flex__spacebetween02 > div	{
	margin: 0 50px 0 0;
	font-size: 1.8rem;
	line-height: 1.8;
}
}
@media screen and (max-width: 768px)  {
.flex__spacebetween	{
	padding-bottom: 20px;
}
.flex__spacebetween02	{
	padding-bottom: 40px;
}
	
.flex__spacebetween > div	{
	margin: 0 50px 0 0;
	font-size: 1.6rem;
	line-height: 1.6;
}
.flex__spacebetween02 > div	{
	margin: 0 50px 0 0;
	font-size: 1.6rem;
	line-height: 1.6;
}
}
@media screen and (max-width: 640px)  {
.flex__spacebetween,.flex__spacebetween02	{
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 0 2% 30px 2%;
}
.flex__spacebetween > div	{
	margin: 0 0 20px;
}
.flex__spacebetween02 > div	{
	margin: 0 0 20px;
}
}
@media screen and (max-width: 480px)  {
.flex__spacebetween	{
	padding-bottom: 0px;
}
.flex__spacebetween02	{
	padding-bottom: 0px;
}
.flex__spacebetween > div	{
	font-size: 1.4rem;
	line-height: 1.6;
}
.flex__spacebetween02 > div	{
	font-size: 1.4rem;
	line-height: 1.6;
}
}


.flex__center	{
	max-width: 500px;
	display: flex;
	justify-content: center;
	margin: 0px auto;
	padding-top: 50px;
}
.flex__center > div	{
	position: relative;
	font-size: 2rem;
	line-height: 1.8;
}
@media screen and (max-width: 898px)  {
.flex__center > div	{
	font-size: 1.8rem;
	line-height: 1.8;
}
}
@media screen and (max-width: 768px)  {
.flex__center > div	{
	font-size: 1.6rem;
	line-height: 1.6;
}
}
@media screen and (max-width: 640px)  {
.flex__center	{
	padding: 50px 2% 0 2%;
}
}
@media screen and (max-width: 480px)  {
.flex__center	{
	padding: 30px 2% 0 2%;
}
.flex__center > div	{
	font-size: 1.4rem;
	line-height: 1.6;
}
}


.Image__box_left,.Image__box_right,.Image__box_center	{
	position: relative;
}
.Image__box_right	{
	top:100px;
}
.Image__box_left > p,.Image__box_right > p,.Image__box_center > p	{
	margin-bottom: 15px;
}
.Image__box_left > p .yohaku,
.Image__box_right > p .yohaku {
	margin-left: 2em;
}
@media screen and (max-width: 1160px)  {
.Image__box_left > p .yohaku,
.Image__box_right > p .yohaku {
	margin-left: 1em;
}
}
@media screen and (max-width: 898px)  {
.Image__box_left > p .yohaku,
.Image__box_right > p .yohaku {
	margin-left: 0;
}
}
@media screen and (max-width: 640px)  {
.Image__box_right	{
	top:50px;
}
}
@media screen and (max-width: 480px)  {
.Image__box_right	{
	top:30px;
}
}


.Image__box	{
	display: flex;
	justify-content: space-between;
	margin: 30px auto;
}
.Image__box > div	{
	width: calc(50% - 40px);
	margin: 0 80px 0 0;
	position: relative;
}
.Image__box > div:last-child	{
	margin: 0;
}
@media screen and (max-width: 1250px)  {
.Image__box > div	{
	width: calc(50% - 20px);
	margin: 0 40px 0 0;
	position: relative;
}
}
@media screen and (max-width: 640px)  {
.Image__box	{
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-bottom: 30px;
}
.Image__box > div	{
	width: 95%;
	margin: 0 auto;
}
}
@media screen and (max-width: 568px)  {
.Image__box	{
	padding-bottom: 0px;
}
}




/* 写真
================================================== */
.bg01,.bg03,.bg04,.bg05,.bg06,.bg07,.bg08,.bg09	{
	position: relative;
}
.bg02	{
	position: relative;
	top:100px;
}
@media screen and (max-width: 898px)  {
.bg02	{
	top:50px;
}
}
@media screen and (max-width: 640px)  {
.bg02	{
	top:80px;
}
}
@media screen and (max-width: 568px)  {
.bg02	{
	top:40px;
}
}

.bg03 img		{
	width: 300px;
}
@media screen and (max-width: 480px)  {
.bg03 img		{
	width: 240px;
}
}

.bg04 img		{
	width: 500px;
}
.bg05 img		{
	width: 500px;
}
.bg06 img		{
	width: 500px;
}
.bg07 img		{
	width: 500px;
}
.bg08 img		{
	width: 500px;
}
.bg09 img		{
	width: 500px;
}

/* 画像の下背景 */
.bg01::after {
	content: "";
	z-index: -1;
	background-color:#bae8e8;
	width: 98%;
	height: 98%;
	position: absolute;
	bottom: -6%;
	left: -4%;
}
@media screen and (max-width: 568px)  {
.bg01::after {
	bottom: -4%;
	left: -2%;
}
}
.bg02::after {
	content: "";
	z-index: -1;
	background-color:#bae8e8;
	width: 98%;
	height: 98%;
	position: absolute;
	top: -6%;
	right: -4%;
}
@media screen and (max-width: 568px)  {
.bg02::after {
	top: -4%;
	right: -2%;
}
}

.bg03::after {
	content: "";
	z-index: -1;
	background-color:#bae8e8;
	max-width: 300px;
	width: 98%;
	height: 98%;
	position: absolute;
	bottom: -6%;
	left: -6%;
}
@media screen and (max-width: 568px)  {
.bg03::after {
	bottom: -2%;
	left: -3%;
}
}

.bg04::after {
	content: "";
	z-index: -1;
	background-image: url("../guide/images/line_stripe.png");
	background-repeat: repeat;
	width: 98%;
	height: 98%;
	position: absolute;
	bottom: -6%;
	left: -4%;
}
@media screen and (max-width: 568px)  {
.bg04::after {
	bottom: -3%;
	left: -2%;
}
}

.bg05::after {
	content: "";
	z-index: -1;
	background-image: url("../guide/images/line_stripe.png");
	background-repeat: repeat;
	max-width: 500px;
	width: 98%;
	height: 98%;
	position: absolute;
	bottom: -6%;
	left: -4%;
}
@media screen and (max-width: 568px)  {
.bg05::after {
	bottom: -3%;
	left: -2%;
}
}

.bg07::after {
	content: "";
	z-index: -1;
	background-color:#bae8e8;
	max-width: 500px;
	width: 98%;
	height: 98%;
	position: absolute;
	bottom: -6%;
	left: -4%;
}
@media screen and (max-width: 568px)  {
.bg07::after {
	bottom: -4%;
	left: -2%;
}
}

.bg08::after {	
	content: "";
	z-index: -1;
	background-color:#bae8e8;
	max-width: 500px;
	width: 98%;
	height: 98%;
	position: absolute;
	bottom: -6%;
	right: -4%;
}
@media screen and (max-width: 568px)  {
.bg08::after {	
	bottom: -4%;
	right: -2%;
}
}

.bg09::after {
	content: "";
	z-index: -1;
	background-image: url("../guide/images/line_stripe.png");
	background-repeat: repeat;
	max-width: 500px;
	width: 98%;
	height: 98%;
	position: absolute;
	bottom: -6%;
	right: -4%;
}
@media screen and (max-width: 568px)  {
.bg09::after {
	bottom: -4%;
	right: -2%;
}
}






/* 背景画像（ストライプ）
================================================== */
.bg_stripe {
	max-width: 1200px;
	width: 100%;
	height: 24px;
	margin: 0 auto 80px;
	background-image: url("../charge/images/line_stripe.png");
	background-repeat: repeat-x;
}
@media screen and (max-width: 1250px)  {
.bg_stripe {
	width: 95%;
}
}
@media screen and (max-width: 640px)  {
.bg_stripe {
	margin: 0 auto 50px;
}
}


/* -------------------------------------------------

Lesson_hours

------------------------------------------------- */
.Lesson_hours__wrp	{
	max-width: 1200px;
	width: 100%;
	margin: 0 auto 80px;
	padding-bottom: 50px;
	position: relative;
	border-bottom: 1px solid #272343;
}
.Lesson_hours__wrp:last-child	{
	margin: 0 auto;
	padding-bottom: 0px;
	border-bottom: none;
}
@media screen and (max-width: 1250px)  {
.Lesson_hours__wrp	{
	width: 95%;
}
}
@media screen and (max-width: 768px)  {
.Lesson_hours__wrp	{
	padding-bottom: 30px;
}
}
@media screen and (max-width: 640px)  {
.Lesson_hours__wrp	{
	margin: 0 auto 50px;
}
}


/* 見出し（h2）
================================================== */
.Heading__h2_LH	{
	margin: 0 0 50px;
}
.Heading__h2_LH img	{
	width: auto;
	height: 44px;
}

@media screen and (max-width: 768px)  {
.Heading__h2_LH img	{
	height: 30px;
}
}
@media screen and (max-width: 480px)  {
.Heading__h2_LH	{
	margin: 0 0 30px;
}
.Heading__h2_LH img	{
	/*height: 22px;*/
}
}

/* 見出し（h3）
================================================== */
.Heading__h3_LH	{
	font-size: 2.8rem;
	font-weight: 600;
	margin: 0 0 15px;
	color:#272343; 
	letter-spacing: 0.2em
}
@media screen and (max-width: 768px)  {
.Heading__h3_LH	{
	font-size: 2.4rem;
	margin: 0 0 10px;
}
}
@media screen and (max-width: 480px)  {
.Heading__h3_LH	{
	font-size: 2.2rem;
}
}



/* Lesson_hours__Box
================================================== */
.Lesson_hours__Box	{
	display: flex;
	justify-content: space-between;
}
.Lesson_hours__Box .noon {
	width: 48%;
	margin-right: 100px;
	box-sizing: border-box;
	position: relative;
}
.Lesson_hours__Box .night	{
	width: 48%;
	box-sizing: border-box;
	position: relative;
}
@media screen and (max-width: 898px)  {
.Lesson_hours__Box .noon {
	margin-right: 50px;
}
}
@media screen and (max-width: 640px)  {
.Lesson_hours__Box	{
	flex-direction: column;
}
.Lesson_hours__Box .noon {
	width: 100%;
	margin-right: 0px;
	margin-bottom: 30px;
}
.Lesson_hours__Box .night	{
	width: 100%;
}
}


/* 教習時限（昼間）
================================================== */
.noon table {
	width: 100%;
	border-spacing: 0;
	border-collapse: separate;
	margin: 10px 0;
}
.noon table th,
.noon table td {
	border-bottom: 1px solid #272343;
	border-right: 1px solid #272343;
	text-align: center;
	vertical-align: middle;
	color: #272343;
}
.noon table th {
	width: 100px;
	padding: 15px 5px;
	background: #ffd803;
	font-weight: 600;
	font-size: 1.8rem;
	line-height: 1.2;
}
.noon table tr:first-child th {
	border-top: 4px solid #272343;
	border-bottom: 1px solid #272343 !important;
}
.noon table tr:first-child td {
	border-top: 4px solid #272343;
	border-bottom: 1px solid #272343 !important;
}
.noon table tr th:first-child  {
	border-left: 4px solid #272343;
}
.noon table td {
	width: auto;
	padding: 15px 5px;
	background: #FFFFFF;
	font-size: 2rem;
}
.noon table th:last-child,
.noon table td:last-child{
	border-right: 4px solid #272343;
}
.noon table tr:last-child th,
.noon table tr:last-child td{
	border-bottom: 4px solid #272343;
}
.noon table tr:first-child :first-child{
	border-top-left-radius: 10px;
}
.noon table tr:first-child :last-child{
	border-top-right-radius: 10px;
}
.noon table tr:last-child :first-child{
	border-bottom-left-radius: 10px;
}
.noon table tr:last-child :last-child{
	border-bottom-right-radius: 10px;
}

@media screen and (max-width: 768px)  {
.noon table th {
	width: 70px;
	font-size: 1.6rem;
}
.noon table td {
	font-size: 1.8rem;
}
}
@media screen and (max-width: 480px)  {
.noon table th{
	padding: 5px;
	font-size: 1.4rem;
}
.noon table td{
	padding: 10px 5px;
	font-size: 1.6rem;
}
}


/* 教習時限（夜間）
================================================== */
.night table {
	width: 100%;
	border-spacing: 0;
	border-collapse: separate;
	margin: 10px 0;
}
.night table th,
.night table td {
	border-bottom: 1px solid #272343;
	border-right: 1px solid #272343;
	text-align: center;
	vertical-align: middle;
	color: #272343;
}
.night table th {
	width: 100px;
	padding: 15px 5px;
	background: #7ec2c2;
	font-weight: 600;
	font-size: 1.8rem;
	line-height: 1.2;
}
.night table tr:first-child th {
	border-top: 4px solid #272343;
	border-bottom: 1px solid #272343 !important;
}
.night table tr:first-child td {
	border-top: 4px solid #272343;
	border-bottom: 1px solid #272343 !important;
}
.night table tr th:first-child  {
	border-left: 4px solid #272343;
}
.night table td {
	width: auto;
	padding: 15px 5px;
	background: #FFFFFF;
	font-size: 2rem;
}
.night table th:last-child,
.night table td:last-child{
	border-right: 4px solid #272343;
}
.night table tr:last-child th,
.night table tr:last-child td{
	border-bottom: 4px solid #272343;
}
.night table tr:first-child :first-child{
	border-top-left-radius: 10px;
}
.night table tr:first-child :last-child{
	border-top-right-radius: 10px;
}
.night table tr:last-child :first-child{
	border-bottom-left-radius: 10px;
}
.night table tr:last-child :last-child{
	border-bottom-right-radius: 10px;
}
@media screen and (max-width: 768px)  {
.night table th {
	width: 70px;
	font-size: 1.6rem;
}
.night table td {
	font-size: 1.8rem;
}
}
@media screen and (max-width: 480px)  {
.night table th{
	padding: 5px;
	font-size: 1.4rem;
}
.night table td{
	padding: 10px 5px;
	font-size: 1.6rem;
}
}


/* 文字サイズ
================================================== */
.fs16 {
	font-size: 1.6rem;
}
@media screen and (max-width: 480px)  {
.fs16 {
	font-size: 1.4rem;
}
}

/* margin
================================================== */
.mt_15px {
	margin-top: 15px;
}
