@charset "utf-8";
#PC----------------{}
#_title {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 420px;
	width: 100%;
	background-color: #325CA6;
	background-image: url(../images/school_access/title_bk.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	font-size: 28px;
	color: #FFF;
	text-align: center;
	font-weight: bold;
	line-height: normal;
}
._title_big {
	font-size: 50px;
}

#_main_all {
	background-image: url(../images/common/etc_bk.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	width: 100%;
	background-color: #e6ebef;
	padding-top: 70px;
	padding-bottom: 70px;
	line-height: 1.7;
}
._main{
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	box-shadow: 0px 0px 30px 0px #a1a1a1;
}
._wide1000 {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

._sa_line {
	background-image: url("/images/school_access/bk_line.png"),
                    url("/images/school_access/bk_line.png");
	background-repeat: no-repeat, no-repeat;
	background-position: top left, bottom left;
	background-size: 100% 8px, 100% 8px; /* 横100%、高さ8pxで固定 */
	padding-bottom: 100px;
}
._sa_sub_title {
	font-size: 40px;
	font-weight: bold;
	color: #05376e;
	text-align: center;
	padding-top: 50px;
}
._sa_sub_title02 {
	text-align: center;
	padding-bottom: 16px;
	padding-top: 16px;
	font-weight: bold;
}
._sa_sub_title_line {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #05376e;
}


._sa_box1 {
	display: grid;
	grid-template-columns: 48% 48%;
	column-gap: 4%;
	row-gap: 20px;
	margin-top: 80px;
}
._sa_sub_title03 {
	font-size: 30px;
	font-weight: bold;
	color: #05376e;
	padding: 6px;
	margin-top: 100px;
	background: linear-gradient(to right, #d5e0ff, #c4f1f9);
}
._sa_sub_title03 p {
	border: 1px solid #FFF;
	position: relative;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
	background-image: url(../images/school_access/03_bk.png);
	background-repeat: no-repeat;
	background-position: left top;
}
._sa_box2 {
	display: grid;
	grid-template-columns: 30% 70%;
	row-gap: 20px;
	margin-top: 30px;
	font-size: 18px;
}
._sa_box2_table {
	font-weight: bold;
}
._sa_box2_table th{
	padding-top: 6px;
	padding-right: 8px;
	padding-bottom: 6px;
	padding-left: 16px;
}
._sa_box2_table td{
	padding-top: 6px;
	padding-right: 8px;
	padding-bottom: 6px;
	padding-left: 4px;
}
._sa_acc {
	padding-top: 50px;
}
._sa_acc img{
	width: 330px;
}
._sa_add {
	display: grid;
	grid-template-columns: 460px 1fr;
	margin-top: 30px;
}
._sa_add_L {
	background-image: url(../images/school_access/05.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-left: 100px;
	font-size: 25px;
	font-weight: bold;
	padding-left: 20px;
	display: flex;
	align-items:center;
}
._sa_add_R {
	font-size: 18px;
}
._sa_map {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	max-width: 800px;
	margin-top: 16px;
}
._sa_map iframe {
	height: 440px;
	width: 100%;
}








#end_pc----------------{}
@media screen and (max-width: 737px){
#SP-------------------{}
#_title {
	height: 320px;
	font-size: 20px;
	background-size: cover;
}
._title_big {
	font-size: 30px;
}
._main{
	width: 100%;
}
._wide1000 {
	width: calc(100% - 32px);
}
._sa_line {
	padding-bottom: 50px;
}
._sa_sub_title {
	font-size: 26px;
}
._sa_box1 {
	grid-template-columns: 100%;
	column-gap: 0%;
	margin-top: 30px;
}
._sa_sub_title03 {
	font-size: 26px;
	margin-top: 50px;
}
._sa_sub_title03 p {
	padding-top: 20px;
	padding-bottom: 20px;
}
._sa_box2 {
	grid-template-columns: 100%;
}
._sa_box2_table th{
	padding-left: 0px;
	vertical-align: top;
}
._sa_box2_table td{
	padding-right: 0px;
	padding-left: 0px;
}
._sa_acc img{
	width: 270px;
}
._sa_add {
	grid-template-columns: 100%;
}
._sa_add_L {
	margin-left: 0px;
	font-size: 20px;
	padding-left: 20px;
}
._sa_add_R {
	font-size: 16px;
	padding-top: 16px;
}

#end_sp----------------{}
}
