@charset "utf-8";

#top {
	position: relative;
	background-image: url(../img/top_bg.jpg);
	background-position: center center;
}

h1 {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -183.5px;
	margin-left: -68.5px;
}
#top ul {
	width: 960px;
	margin: 0 auto;
	padding-right: 12px;
	padding-top: 22px;
}
#top li {
	float: right;
	width: 27px;
	margin-right: 11px;
}
@media only screen and (max-width: 767px) {
}
.bgImage{
	width: 100%;
 	min-height: 800px;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
@media screen and (min-width: 768px) {
  .bgImage {
    background-attachment: fixed;
  }
}

@media only screen and (max-width: 767px) {
	#wrap {
	}
	h1 {
		top: 50%;
		left: 50%;
		margin-top: -91.75px;
		margin-left: -34.25px;
	}
	h1 img {
		width: 68.5px;
		height: 183.5px;
	}
	#top ul {
		width: 100%;
		padding-right: 10px;
		padding-top: 10px;
	}
	#top li {
		float: right;
		margin-right: 10px;
	}
	.bgImage {
		min-height: 400px;
	}
}

#fixedBox {
	height: 55px;
	border-bottom: 1px solid #fff;
}
#fixedBox.fixed {
    position: fixed;
	background: #000;
    top: 0;
    width: 100%;
    z-index: 10000;
}
#fixedBox #navi {
	text-align: left;
}
#fixedBox #navi ul {
	width: 960px;
	margin: 0 auto;
	padding-top: 7px;
}
#fixedBox #navi li {
	float: left;
	padding: 14px 29px;
	border-right: 1px solid #fff;
	line-height: 1.0;
	font-size: 14px;
}
#fixedBox #navi li:first-child {
	border-right: none;
	padding: 0;
	padding-top: 7px;
	margin-left: 24px;
	margin-right: 270px;
}
#fixedBox #navi li:nth-child(2) {
	border-left: 1px solid #fff;
}
#fixedBox #navi li a {
	color: #fff;
}


@media only screen and (max-width: 767px) {
	#fixedBox {
		display: none;
	}
}
#about {
	background: url(../img/about_bg.jpg) no-repeat center 55px;
	width: 100%;
	min-height: 955px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	text-align: center;
}
#about h2 {
	padding: 140px 0 87px 0;
}
#about .txt {
	font-size: 16px;
	line-height: 3.0;
	padding-bottom: 2em;
}

@media only screen and (max-width: 767px) {
#about {
	background: url(../img/about_bg.jpg) no-repeat center center;
	min-height: 550px;
	background-size: auto;
}
#about h2 {
	padding: 70px 0 40px 0;
}
#about h2 img {
	width: 90%;
}
#about .txt {
	font-size: 11px;
	line-height: 2.0;
	padding: 0 10px;
	padding-bottom: 2em;
}
}

#photo li {
	line-height: 0;
	float: left;
	width: 33.333%;
}
#photo li img {
	width: 100%;
}

@media only screen and (max-width: 767px) {
	#photo li {
		width: 50%;
	}
}

#menu {
	background: url(../img/menu_bg.jpg) no-repeat center center;
	width: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#menu .container {
	width: 960px;
	margin: 0 auto;
	padding-top: 145px;
	padding-bottom: 100px;
}
#menu h2 {
	clear: both;
	margin: 0 auto 45px auto;
	text-align: center;
}
#menu h2 span {
	display: inline-block;
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 5px 50px;
	border-radius: 5px;
}
#menu ul.left {
	float: left;
	width: 50%;
	padding: 0 60px 0 65px;
	margin-bottom: 130px;
}
#menu ul.right {
	float: right;
	width: 50%;
	padding: 0 65px 0 60px;
	margin-bottom: 130px;
}
#menu li {
	clear: both;
}
#menu li span {
	float: left;
	width: 280px;
	padding-bottom: 10px;
}
#menu li dfn {
	float: right;
	width: 70px;
	text-align: right;
	padding-bottom: 10px;
}

#menu li.no span {
	padding-bottom:0;
	display: block;
}
#menu li.no dfn {
	width: 280px;
}

#menu li.hh span {
	width: 200px;
}
#menu li.hh dfn {
	width: 140px;
}

#menu dt {
	float: left;
	width: 50%;
	padding-left:280px;
}
#menu dd {
	float: right;
	width: 50%;
	padding-left:20px;
}

@media only screen and (max-width: 767px) {
	#menu {
		background-size: auto;
	}
	#menu .container {
		width: 100%;
		margin: 0 auto;
		padding-top: 30px;
		padding-bottom: 50px;
		font-size: 12px;
	}
	#menu h2 {
		margin: 0 auto 20px auto;
		font-size: 16px;
	}
	#menu ul.left {
		float: none;
		width: 100%;
		padding: 0 30px;
		margin-bottom: 0;
	}
	#menu ul.right {
		float: none;
		width: 100%;
		padding: 0 30px;
		margin-bottom: 50px;
	}
	#menu li span {
		float: left;
		width: 75%;
		padding-bottom: 10px;
	}
	#menu li dfn {
		float: right;
		width: 20%;
		text-align: right;
		padding-bottom: 10px;
	}
	#menu dt {
		float: left;
		width: 50%;
		padding-left:20px;
	}
	#menu dd {
		float: right;
		width: 50%;
		padding-left:20px;
		padding-right:20px;
	}
}

#bxslider li img {
	width: 100%;
}
#access .left {
	float: left;
	width: 50%;
}
#access .right {
	float: right;
	width: 50%;
  line-height: 0;
}
#access #map_canvas iframe {
	width: 100%;
	height: 505px;
}
#access .leftIn {
	float: right;
	width: 415px;
	padding-top: 60px;
}
#access h2 {
	width: 210px;
	margin-bottom: 46px;
}
#access .address {
	line-height: 2.0;
	margin-bottom: 50px;
}
	#access .btn {
		width: 313px;
	}
#access .btn a {
	text-align: center;
	display: block;
	background: #fff;
	border-radius: 20px;
	padding: 15px 0;
	font-weight: bold;
	color: #000;
	margin-bottom: 25px;
}
#access .btn a:hover {
	text-decoration: none;
	background: #C7C7C7;
}


@media only screen and (max-width: 767px) {
	
	#access .left {
		float: none;
		width: 100%;
		padding: 0 30px;
	}
	#access .right {
		float: none;
		width: 100%;
	}
	#access #map_canvas iframe {
		width: 100%;
		height: 250px;
	}
	#access .leftIn {
		float: none;
		width: 100%;
		padding-top: 30px;
		padding-bottom: 30px;
	}
	#access h2 {
		margin-bottom: 20px;
	}
	#access .address {
		line-height: 2.0;
		margin-bottom: 30px;
	}
	#access .btn {
		width: 313px;
		margin: 0 auto;
	}
	#access .btn a {
		margin-bottom: 20px;
	}
}

#info {
	clear: both;
	background: url(../img/tel_bg.jpg) no-repeat center center;
	width: 100%;
	min-height: 487px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	text-align: center;
}
#info dl {
	padding-top: 50px;
}
#info dt span {
	display: block;
}
#info dd a {
	color: #fff;
	font-size: 53px;
	font-weight: bold;
}
#info dd a:hover {
	text-decoration: none;
}

#footer {
	padding-top: 50px;
	padding-bottom: 25px;
	text-align: center;
	font-size: 8px;
}
#footer p span {
	display: block;
	margin-bottom: 5px;
}

section {
	margin-top: -55px;
	padding-top:55px;
}

@media only screen and (max-width: 767px) {
	#info {
		min-height: 240px;
		background-attachment:inherit;
	}
	#info dl {
		padding-top: 30px;
	}
	#info dt span img {
		width: 40px;
		height: 40px;
	}
	#info dd a {
		font-size: 40px;
	}
	
	#footer {
		padding-top: 20px;
		padding-bottom: 10px;
	}
	#footer p span {
		display: block;
		margin-bottom: 5px;
	}

	section {
		margin-top: 0;
		padding-top: 0;
	}
}


#course {
  display: table;
  width: 100%;
}
#course .title {
  background: url(../img/top_bg.jpg) no-repeat center center;
  background-size: cover;
  display: table-cell;
  vertical-align: middle;
  width: 35%;
  line-height: 0;
  text-align: center;
}
#course .right {
  display: table-cell;
  vertical-align: middle;
  width: 65%;
  padding: 25px 30px;
}
#course .right .text01 {
  font-size: 12px;
  padding-left: 5px;
  margin-bottom: 15px;
}
#course .right dl {
  display: table;
  width: 100%;
  margin-bottom: 15px;
}
#course .right dt {
  position: relative;
  display: table-cell;
  width: 23%;
  vertical-align: middle;
  font-size: 50px;
  color: #28889B;
  font-weight: bold;
  padding-right: 10px;
}
#course .right dt:after {
  content: "";
  display: block;
  position: absolute;
  right: 8px;
  top: 50%;
  margin-top: -33px;
  width: 2px;
  height: 66px;
  background: #595757;
}
#course .right dt:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -33px;
  width: 2px;
  height: 66px;
  background: #595757;
}
#course .right dt span {
  display: inline-block;
  font-size: 23px;
  margin-left: 5px;
}
#course .right dt dfn {
  position: absolute;
  left:125px;
  top: 15px;
  font-size: 18px;
}
#course .right dd {
  display: table-cell;
  width: 77%;
  vertical-align: middle;
  padding-left: 15px;
  font-size: 12px;
}
#course .right .text02 {
  border-top: 1px solid #595757;
  font-size: 27px;
  color: #28889B;
}
#course .right .text02 span {
  display: inline-block;
  margin-left: 15px;
  font-size: 10px;
  color: #fff;
  font-weight: normal;
}
#course .right li {
  float: left;
  font-size: 46px;
  font-weight: bold;
  color: #28889B;
  margin-right: 50px;
  line-height: 1.0;
}
#course .right li span {
  position: relative;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  background: #595757;
  padding: 0 5px;
  vertical-align: middle;
  margin-right: 10px;
}
#course .right li span:after {
  position: absolute;
  content: "";
  top: 0;
  left: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 19px 3px;
  border-color: transparent transparent #595757 transparent;
}
#course .right li span:before {
  position: absolute;
  content: "";
  top: 0;
  right: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 19px 3px 0 0;
  border-color: #595757 transparent transparent transparent;
}
#course .right li dfn {
  font-size: 23px;
}
#course .right .text03 {
  font-size: 10px;
  margin-top: 15px;
}
#course .right .text03 span {
  display: block;
  margin-top: 10px;
  font-size: 15px;
}


@media only screen and (max-width: 767px) {
  #course {
    display: block;
    width: 100%;
  }
  #course .title {
    display: block;
    width: 100%;
    padding: 50px 0;
  }
  #course .title img {
    width: 50%;
  }
  #course .right {
    display: block;
    width: 100%;
    padding: 15px 10px;
  }
  #course .right .text01 {
    font-size: 12px;
    padding-left: 5px;
    margin-bottom: 15px;
  }
  #course .right dl {
    display: block;
    width: 100%;
    margin-bottom: 15px;
  }
  #course .right dt {
    position: relative;
    display: block;
    width: 100%;
    font-size: 30px;
    color: #28889B;
    font-weight: bold;
  }
  #course .right dt:after {
    content: "";
    display: none;
    position: absolute;
    right: 8px;
    top: 50%;
    margin-top: -33px;
    width: 2px;
    height: 66px;
    background: #595757;
  }
  #course .right dt:before {
    content: "";
    display: none;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -33px;
    width: 2px;
    height: 66px;
    background: #595757;
  }
  #course .right dt span {
    font-size: 23px;
  }
  #course .right dd {
    display: block;
    width: 100%;
    vertical-align: middle;
    padding-left: 0;
    font-size: 12px;
  }
  #course .right .text02 {
    border-top: 1px solid #595757;
    font-size: 18px;
    color: #28889B;
  }
  #course .right li {
    float: left;
    font-size: 25px;
    font-weight: bold;
    color: #28889B;
    margin-right: 25px;
    line-height: 1.0;
  }
  #course .right li span {
    position: relative;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    background: #595757;
    padding: 0 5px;
    vertical-align: middle;
    margin-right: 10px;
  }
  #course .right li span:after {
    position: absolute;
    content: "";
    top: 0;
    left: -3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 19px 3px;
    border-color: transparent transparent #595757 transparent;
  }
  #course .right li span:before {
    position: absolute;
    content: "";
    top: 0;
    right: -3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 19px 3px 0 0;
    border-color: #595757 transparent transparent transparent;
  }
  #course .right li dfn {
    font-size: 23px;
  }
  #course .right .text03 {
    font-size: 10px;
    margin-top: 15px;
  }

}



