@charset "utf-8";


#Content section {
  margin-bottom:70px;
  padding:30px 0 30px 0;
  font-size:18px;
}

#Content .boxNavi {
}
#Content .boxNavi ul {
  list-style:none;
}
#Content .boxNavi ul li {
  float:right;
  list-style:none;
}
#Content .boxNavi ul li a {
  display:block;
  padding:12px;
  width:180px;
  color:#fff;
  font-size:15px;
  line-height:1.0em;
  text-align:center;
  text-decoration:none;
  background:#9e005d url("../shared/img/btn_detail.png") no-repeat right 16px center;
  background-size:24px 24px;
  transition: 0.50s;
  border-radius:3px;
}
#Content .boxNavi ul li a:hover {
  background:#4e003d url("../shared/img/btn_detail.png") no-repeat right 10px center;
  background-size:36px 36px;
  transition: 0.50s;
}


#Visual {
  position:relative;
  height:560px;
  z-index:0;
  background:url("../img/visual_1.jpg") no-repeat center center;
  background-size:cover;
}
#Visual h1 {
  position:absolute;
  top:100px;
  left:0;
  width:100%;
  color:#fff;
  font-size:20px;
  text-align:center;
  text-shadow: 3px 3px 10px rgb(0 0 0 / 50%);
  z-index:1;
}
#Visual h1 strong {
  display:block;
  margin-bottom:10px;
  width:100%;
  font-size:32px;
  font-family: "Shippori Mincho", serif;
  text-shadow: 3px 3px 10px rgb(0 0 0 / 50%);
}


#Content section#important {
  padding:40px 0 30px 0;
  background:#f9eff3;
}
#Content section h2 {
  float:left;
/*
  margin-left:20px;
*/
  margin-left:10px;
  padding-top:100px;
  width:130px;
  font-size:13px;
  font-weight:400;
  text-align:center;
}
#Content section#important h2 {
  color:#9e005d;
  background:url("../img/icon_h2_important.png") no-repeat top center;
  background-size:96px 96px;
}
#Content section .boxData {
  float:right;
  width:1040px;
}
#Content section#important dl {
  padding-right:30px;
  padding-bottom:30px;
}
#Content section#important dl dt {
  float:left;
  width:120px;
}
#Content section#important dl dd {
  float:left;
  width:820px;
}
#Content section#important dl dd h3 {
  padding-bottom:9px;
  font-size:20px;
  font-weight:400;
}
#Content section#important dl dd h3 strong {
  color:#9e005d;
  font-weight:400;
}

#Content section#school {
}
#Content section#school h2 {
  background:url("../img/icon_h2_school.png") no-repeat top center;
  background-size:96px 96px;
}
#Content section#school .boxData {
  width:1040px;
}
#Content section#school div#listSchool ul {
  padding:30px 0;
  list-style:none;
}
#Content section#school div#listSchool ul li {
  float:left;
  width:25%;
  list-style:none;
}
#Content section#school div#listSchool ul li p {
  height:100px;
}
#Content section#school div#listSchool ul li p span {
  display:block;
  padding-left:75px;
  font-size:16px;
  line-height:1.3em;
}
#Content section#school div#listSchool ul li#item_school_2,
#Content section#school div#listSchool ul li#item_school_4 {
  padding-top:30px;
}
#Content section#school div#listSchool ul li#item_school_2 p span,
#Content section#school div#listSchool ul li#item_school_4 p span {
  padding-top:30px;
}
#Content section#school div#listSchool ul li#item_school_1 p span,
#Content section#school div#listSchool ul li#item_school_3 p span {
  padding-top:15px;
}
#Content section#school div#listSchool ul li#item_school_1 p {
  background:url("../img/bg_school_item_1.png") no-repeat 0 0;
  background-size:100px 100px;
}
#Content section#school div#listSchool ul li#item_school_2 p {
  background:url("../img/bg_school_item_2.png") no-repeat 0 0;
  background-size:100px 100px;
}
#Content section#school div#listSchool ul li#item_school_3 p {
  background:url("../img/bg_school_item_3.png") no-repeat 0 0;
  background-size:100px 100px;
}
#Content section#school div#listSchool ul li#item_school_4 p {
  background:url("../img/bg_school_item_4.png") no-repeat 0 0;
  background-size:100px 100px;
}
#Content section#school div#boxPhoto {
  padding:30px 0 15px;
}
#Content section#school div#boxPhoto ul {
  list-style:none;
}
#Content section#school div#boxPhoto ul li {
  float:left;
  width:500px;
  list-style:none;
}
#Content section#school div#boxPhoto ul li:last-child {
  float:right;
}
#Content section#school div#boxPhoto ul li img {
  width:100%;
}

#Content section#classes {
  padding:60px 0 20px;
  background:#ffffee;
}
#Content section#classes h2 {
  background:url("../img/icon_h2_classes.png") no-repeat top center;
  background-size:96px 96px;
}
#Content section#classes .boxData {
  width:1040px;
}
#Content section#classes ul {
  margin-bottom:40px;
  list-style:none;
}
#Content section#classes ul li {
  list-style:none;
}
#Content section#classes ul li.image {
  float:left;
  width:400px;  
}
#Content section#classes ul li.image img {
  width:400px;
  height:250px;
}
#Content section#classes ul li.text {
  float:right;
  width:600px;
}
#Content section#classes ul li.text p {
  height:10.0em;
  font-size:16px;
  line-height:1.5em;
}
#Content section#classes ul#second li.image {
  float:right;
}
#Content section#classes ul#second li.text {
  float:left;
}
#Content section#classes ul#first li.text {
  background:url("../img/bg_classes_item_1.png") no-repeat left bottom;
}
#Content section#classes ul#second li.text {
  background:url("../img/bg_classes_item_2.png") no-repeat left bottom;
}
#Content section#classes ul#third li.text {
  background:url("../img/bg_classes_item_3.png") no-repeat left bottom;
}
#Content section#classes h3 {
  padding-bottom:18px;
  font-size:26px;
  color:#9e005d;
  font-weight:400;
}

#Content section#notice {
  padding:40px 30px 40px 0;
  background:#ffffee;
}
#Content section#notice h2 {
  background:url("../img/icon_h2_notice.png") no-repeat top center;
  background-size:96px 96px;
}
#Content section#notice .boxData {
  width:1000px;
}
#Content section#notice dl {
  padding:30px 0 0;
  font-size:18px;
  line-height:1.5em;
}
#Content section#notice dl dt {
}
#Content section#notice dl dd {
  margin-top:-1.5em;
  margin-left:8.0em;
  margin-bottom:0.5em;
  padding-left:130px;
}
#Content section#notice dl dd.item_kenshu {
  background:url("../img/notice_item_0.png") no-repeat top left;
}
#Content section#notice dl dd.item_event {
  background:url("../img/notice_item_1.png") no-repeat top left;
}
#Content section#notice dl dd.item_news {
  background:url("../img/notice_item_2.png") no-repeat top left;
}

#Content section#info {
  margin-bottom:0;
}
#Content section#info h2 {
  background:url("../img/icon_h2_info.png") no-repeat top center;
  background-size:96px 96px;
}
#Content section#info .boxData {
  float:left;
  margin-left:15px;
  width:780px;
}
#Content section#info .boxData ul {
  list-style:none;
}
#Content section#info .boxData ul li {
  padding-left:12px;
  background:url("../img/bg_notice_line.png") no-repeat center left;
  list-style:none;
}
#Content section#info #boxSocialBanner {
  float:right;
  width:200px;
}
#Content section#info #boxSocialBanner ul {
  list-style:none;
}
#Content section#info #boxSocialBanner ul li {
  padding:3px 0;
  list-style:none;
}
#Content section#info #boxSocialBanner ul li a {
  display:block;
  padding:3px;
  border:1px solid #fff;
}
#Content section#info #boxSocialBanner ul li a:hover {
  border:1px solid #ccc;
  transition: 0.75s;
}
#Content section#info #boxSocialBanner ul li a img {
  width:100%;
}



#Content section#areaVisual {
  padding:40px 0;
}
#slider {
  width:100%; height:100%; min-height:350px; overflow:hidden; position:relative;
}
#slider img {
  width:480px; height:320px;
}
.slide-wrap {
  width:2400px; height:320px; position:absolute; left:50%; margin-left:-1200px;
}
.bx-controls {
  position:absolute;
  margin-left:-240px;
  width:480px;
  top:0;
  left:50%;
  z-index:50;
}
.bx-controls-direction {
  position:absolute;
  max-width:100%;
  min-width:480px;
  top:0;
}
.bx-controls-direction a {
  position:absolute;
  display:block;
  width:100%;
  height:320px;
  background-color:rgba(32,32,32,0.5);
  z-index:9999;
  color:#fff;
  text-decoration:none;
}
.bx-controls-direction a:hover {
  background-color:rgba(128,128,128,0.5);
  opacity:0.75;
}
a.bx-prev {left:-480px; text-align:right; background-image:url("../img/prev.png"); background-repeat:no-repeat; background-position:center right;}
a.bx-next {right:-480px; text-align:left; background-image:url("../img/next.png"); background-repeat:no-repeat; background-position:center left;}
.bx-pager {
  clear:both;
  display:block;
  position:relative;
  top:325px;
  text-align:center;
}
.bx-pager-item {
margin:3px;
line-height:1; height:12px; width:12px;
border-radius:6px;
background:#000; overflow:hidden; display:inline-block; margin:10px 2px 0 2px;
}
.bx-pager-item a {background-color:#ccc; display:block;}
.bx-pager-item a {padding-top:50px; display:block;}
.bx-pager-item a.active {opacity:0.5;}
.bx-pager-item a:hover {opacity:0.3;}




/* ------------------------------------------------------------ */
/*   For SmartPhones                                            */
/* ------------------------------------------------------------ */
@media print, screen and (max-width: 640px) {


#Visual {
  height:400px;
}
#Visual h1 {
  top:100px;
  left:0;
  color:#fff;
  font-size:15px;
}
#Visual h1 strong {
  margin-bottom:20px;
  font-size:28px;
  line-height:1.3em;
}

#Content section {
  margin-bottom:70px;
  padding:30px 0 30px 0;
  font-size:15px;
}

#Content section h2 {
  float:none;
  margin-left:0;
  padding-top:80px;
  padding-bottom:20px;
  width:100%;
  font-size:13px;
  text-align:center;
}
#Content section .boxData {
  float:none;
  padding:0 20px;
  width:auto;
}


#Content section#important h2 {
  background-size:64px 64px;
}
#Content section#important dl {
  padding-right:0;
}
#Content section#important dl dt {
  float:none;
  padding-bottom:6px;
  width:auto;
}
#Content section#important dl dd {
  float:none;
  width:auto;
  line-height:1.3em;
}
#Content section#important dl dd h3 {
  padding-bottom:9px;
  font-size:18px;
}

#Content section#school h2 {
  background-size:64px 64px;
}
#Content section#school .boxData {
  width:auto;
}
#Content section#school div#listSchool ul {
  padding:30px 0 10px;
}
#Content section#school div#listSchool ul li {
  float:none;
  width:100%;
}
#Content section#school div#listSchool ul li p span {
  padding-left:90px;
}
#Content section#school div#listSchool ul li#item_school_2,
#Content section#school div#listSchool ul li#item_school_4 {
  padding-top:0;
}
#Content section#school div#listSchool ul li#item_school_2 p span,
#Content section#school div#listSchool ul li#item_school_4 p span {
  padding-top:15px;
}
#Content section#school div#listSchool ul li#item_school_1 p span,
#Content section#school div#listSchool ul li#item_school_3 p span {
  padding-top:15px;
}
#Content section#school div#listSchool ul li#item_school_1 p,
#Content section#school div#listSchool ul li#item_school_2 p,
#Content section#school div#listSchool ul li#item_school_3 p,
#Content section#school div#listSchool ul li#item_school_4 p {
  background-size:80px 80px;
}
#Content section#school div#boxPhoto ul li {
  float:none;
  padding-bottom:10px;
  width:100%;
  list-style:none;
}
#Content section#school div#boxPhoto ul li:last-child {
  float:none;
}

#Content section#classes h2 {
  background-size:64px 64px;
}
#Content section#classes .boxData {
  width:auto;
}
#Content section#classes ul li.image {
  float:none;
  padding:20px 0;
  width:100%; 
  text-align:center;
}
#Content section#classes ul li.image img {
  width:100%;
  height:auto;
}
#Content section#classes ul li.text {
  float:none;
  width:100%;
}
#Content section#classes ul li.text p {
  padding-bottom:20px;
  height:auto;
}
#Content section#classes h3 {
  padding-bottom:18px;
  font-size:20px;
}
#Content section#classes ul#first li.text,
#Content section#classes ul#second li.text,
#Content section#classes ul#third li.text {
  background-size:120px 120px;
}

#Content section#notice {
  padding:40px 20px;
}
#Content section#notice h2 {
  background-size:64px 64px;
}
#Content section#notice .boxData {
  width:auto;
}
#Content section#notice dl {
  padding:0 0 30px;
  font-size:15px;
  line-height:1.5em;
}
#Content section#notice dl dd {
  margin:0 0 6px;
  padding-left:100px;
  line-height:1.3em;
}
#Content section#notice dl dd.item_news,
#Content section#notice dl dd.item_kenshu,
#Content section#notice dl dd.item_event {
  background-size:80px auto;
}


#Content section#info h2 {
  float:none;
}
#Content section#info .boxData {
  float:none;
  margin:0;
  width:auto;
  font-size:15px;
}
#Content section#info #boxSocialBanner {
  float:none;
  padding-top:60px;
  width:auto;
}
#Content section#info #boxSocialBanner ul {
  padding:0 30px;
}
#Content section#info #boxSocialBanner ul li {
  float:left;
  width:50%;
}





}
