@charset "utf-8";
/* Copyright 2018 FSFIELD All Rights Reserved. */

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

校舎紹介

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

/* グローバルナビアクティブ
---------------------------------------------- */
#nav_global ul li.g03 a{background-position: -303px -148px;}

/* pagettl
---------------------------------------------- */
#bg_pagettl::after{background-image: url(../school/img/bg_pagettl01.png);}

/* サブテキスト
---------------------------------------------- */
#bg_subtxt{margin-bottom: 100px;}

/* 
---------------------------------------------- */
.school01{
	width: 1000px;
	margin: 0 auto 120px;
	position: relative;
}

.school02{
	width: 1000px;
	margin: 0 auto 120px;
	position: relative;
}

.school01 h3,
.school02 h3{
	text-align: center;
}

.school-photo{
	padding-top: 80px;
}
.school-photo img{
	width: 100%;
}
.text-school-access{
	font-size: 1.8rem;
	font-weight: bold;
	color: #4661B8;
	line-height: normal;
	padding-top: 1em;
	text-align: center;
}


/*--塾長あいさつ--*/
.principal{
	display: table;
	width: 100%;
	padding-top: 80px;
}

.principal_txt{
	display: table-cell;
	width: 770px;
	padding: 20px 75px 0 0;
	vertical-align: top;
	line-height: 1.8;
}

.principal_txt h4{
	font-size: 1.6rem;
	font-weight: bold;
	padding-bottom: 7px;
	margin-bottom: 20px;
	border-bottom: 3px solid #D0D9F0;
}

.principal figure{
	display: table-cell;
	vertical-align: top;
}

.principal figure > img{margin-bottom: 10px;}

/*--パララックス--*/
.parallax{
	background: url(../school/img/img_parallax01.jpg) no-repeat center top;
	background-attachment: fixed;
	background-size: cover;
	width: 100%;
	height: 450px;
	margin-bottom: 120px;
}


