@charset "UTF-8";
* {
margin: 0;
padding:0;
font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
}
div#contents {
    width: 1000px;
    margin: 0 auto;
}
div.section {
    margin-bottom: 50px;
}

div.section .header {
    position: relative;
    width: 1000px;
    margin: 0 auto;
}

div.section .access_header h2 {
    margin-bottom: 28px;
}

div.section .access_header h2 {
    display: block;
    width: 300px;
    margin: 0 auto;
   	padding-top:20px;
   	text-align:center;
   	padding-bottom:20px;
   	color:white;
}
body{
background-color: black;
}

body .infoBlock {
    width: 1000px;
    min-height: 420px;
    position: relative;
}

body .infoBlock .photo {
    float: left;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.bx-wrapper {
    position: relative;
    margin: 0 auto 60px;
    padding: 0;
}

body .infoBlock .text {
    float: right;
    width: 100%;
    margin-top: 20px;
}

 .text table {
    width: 100%;
    margin-bottom: 32px;
 }
 .infoBlock .text table tr {
    border-bottom: 1px solid #d4d4d4;
    }
  .infoBlock .text table.honten th,
  .infoBlock .text table.honten td{
    width: 118px;
    padding-bottom:20px;
    }
.infoBlock .photo div.ctrl {
    width: 565px;
    top: 390px;
}

.bgIllust{
width:100%;
height:100%;
background-image: url("../img/6.png");
background-attachment: fixed;
padding-bottom:20px;
color:white;
background-size:cover;
}


#subpage_menu {
background:black;
position: relative;
height:120px;
}
#subpage_menu img {
    width: auto;
    top: 20px;
    left: 40px;
    position: relative;
}
#subpage_menu #dropmenu {
color:#ffffff;
position: absolute;
top:20px;
right:20px;
list-style-type: none;
height: 40px;
padding: 0;
}
#subpage_menu #dropmenu li:first-child {
border-left:solid white 1px;
}
#subpage_menu #dropmenu li{
position: relative;
color:white;
float: left;
border-right:solid white 1px;
margin: 0;
margin-right: 10px;
padding: 0 40px;
text-align: center;
z-index: 1;
}
#subpage_menu #dropmenu li a{
display: block;
margin: 0;
padding: 15px 0 11px;
color:white;
font-size: 14px;
font-weight: bold;
line-height: 1;
text-decoration: none;
}
#subpage_menu #dropmenu li:hover > a{
/*background: rgba(0,0,0,0.6);*/
color:#ff0000;
}
#subpage_menu #dropmenu > li:hover > a{
border-radius: 3px 3px 0 0;
}
#subpage_menu #dropmenu li ul{
list-style: none;
position: absolute;
top: 100%;
left: 0;
margin: 0;
padding: 0;
border-radius: 0 0 3px 3px;
}
#subpage_menu #dropmenu li:last-child ul{
left: -100%;
width: 100%
}
#subpage_menu #dropmenu li ul li{
overflow: hidden;
border-left:solid #ffffff 1px;
width: 250%;
height: 0;
color: #fff;
padding:0;
-moz-transition: .2s;
-webkit-transition: .2s;
-o-transition: .2s;
-ms-transition: .2s;
transition: .2s;
}
#subpage_menu #dropmenu li ul li a{
color: #fff;
padding: 13px 15px;
background: rgba(0,0,0,0.6);
text-align: left;
font-size: 12px;
font-weight: normal;
}
#subpage_menu #dropmenu li:hover ul li{
overflow: visible;
height: 38px;
border-top: 1px solid #ffffff;
}
#subpage_menu #dropmenu li:hover ul li:first-child{
border-top: 0;
}
#subpage_menu #dropmenu li:hover ul li:last-child{
border-bottom: #ffffff solid 1px;
}
#subpage_menu #dropmenu li:hover ul li:last-child a{
border-radius: 0 0 3px 3px;
}

.inner {
width:1000px;
margin:0 auto;
}

#footer {
padding:20px;
background-size:cover;
color: white;
background-color: black;
}
#footer a {
text-decoration: none;
color:white;
}

#footer .f_title {
border-bottom:white solid 1px;
padding:10px 5px;
}

#f_menu_area {
width:350px;
float:left;
}

#f_menu_area span {
margin-left: 20px;
}

#f_menu_area span a {
font-size:14px;
display: inline-block;
}

#f_height {
position: relative;
}

#f_logo {
width:200px;
float:left;

}

#f_logo img {
max-width: 38%;
padding: 10px;
}
.inner {
width:1000px;
margin:0 auto;
}
.honten{
margin-top:30px;
}
.gmap {
height: 0;
overflow: hidden;
padding-bottom: 56.25%;
position: relative;
max-width:1000px;
max-height:600px;
margin:0 auto;
}
.gmap iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}

body {
background-color:white;
}
main {
color: black;
position: relative;
z-index: 2;
}
main::before {
  background-color: white;
  content: "";/* 画像を表示させる為に必要*/
  display: block;/*ブロックボックスで表示*/
  position: fixed;/* 擬似要素全体を固定 */
  width: 100%;/* 横幅を画面全体 */
  height: 100vh;/* 縦幅を画面全体 */
  top: 0;/* 上からの配置を0 */
  left: 0;/* 左からの配置を0 */
  z-index: -1;/*背景画像になるように重ね順を-1*/
}
#subpage_menu {
background:white;
position: relative;
z-index: 3;
height:120px;
}
#subpage_menu #dropmenu {
color:#ffffff;
position: absolute;
top:20px;
right:20px;
list-style-type: none;
height: 40px;
padding: 0;
}
#subpage_menu #dropmenu li:first-child {
border-left:solid black 1px;
}
#subpage_menu #dropmenu li{
position: relative;
color:black;
float: left;
border-right:solid black 1px;
margin: 0;
margin-right: 10px;
padding: 0 40px;
text-align: center;
z-index: 1;
}

#subpage_menu #dropmenu li a{
display: block;
margin: 0;
padding: 15px 0 11px;
color:black;
font-size: 14px;
font-weight: bold;
line-height: 1;
text-decoration: none;
}
#subpage_menu #dropmenu li ul li{
overflow: hidden;
border-left:solid black 1px;
width: 250%;
height: 0;
color: black;
padding:0;
-moz-transition: .2s;
-webkit-transition: .2s;
-o-transition: .2s;
-ms-transition: .2s;
transition: .2s;
}
#subpage_menu #dropmenu li ul li a{
color: black;
padding: 13px 15px;
background: #ffffffa3;
text-align: left;
font-size: 12px;
font-weight: normal;
}
.course_title h1 {
border-bottom: #ff0000 solid 2px;
border-left: #ff0000 solid 4px;
font-size:30px;
color:goldenrod;
}
#footer {
padding:20px;
background-size:cover;
color: black;
background-color: white;
position: relative;
z-index: 2;
}
#footer .f_title {
border-bottom:black solid 1px;
padding:10px 5px;
}
#footer a {
text-decoration: none;
color:black;
}

@media screen and (max-width: 1024px) {
	/* 767px以下用（タブレット／スマートフォン用）の記述 */
div#contents {
    width: 100%;
    margin: 0 auto;
}
.sp_none {
    display: none;
}
body .infoBlock {
    width: 100%;
    max-height: 420px;
    position: relative;
}

body .infoBlock .photo {
    width: 100%;
    max-height: 420px;
    overflow: hidden;
    position: relative;
}

.bx-wrapper {
    position: relative;
    margin: 0 auto 60px;
    padding: 0;
}

body .infoBlock .text {
    width: 100%;
    margin-top: 20px;
}

body .infoBlock .text  h2{
	text-align:center;
}

#subpage_menu img {
    height: auto;
}
#subpage_menu img {
    top: 0px;
    left: 0px;
    position: relative;
}
.inner{
width:100%;
position: static;
}

#f_menu_area{
width:100%;
}
#f_logo{
float:none;
position: static;
}
#subpage_menu{
height:auto;
color:#ffffff;
list-style-type: none;
height: 40px;
padding: 0;
margin-top: 2px;
margin: 0 auto;
width: 290px;
text-align:center;
}
#subpage_menu #dropmenu{
position: static;
height: 30px;
color: #ffffff;
list-style-type: none;
}
#subpage_menu #dropmenu li{
padding: 0 5px;
margin-right: 5px;
}

#f_logo img{
width:100%;
max-width:350px;
}
#f_logo {
width:100%;
float:left;

}

#f_logo img {
max-width: 16%;
padding: 10px;
}
#subpage_menu #dropmenu li ul li{
width:325%;
}

}