@charset "utf-8";

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  word-break: normal;
  word-wrap: break-word;
}

body {
  -webkit-text-size-adjust: 100%;
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 14px;
  line-height: 1.7;
  color: #333;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  position: relative;
}

small {
  font-size: 80%;
}

ruby rt {
  font-size: 50%;
}

sub,
sup {
  font-size: 64%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  vertical-align: super;
}

sub {
  vertical-align: sub;
}

article,
aside,
figure,
footer,
header,
main,
menu,
nav,
section {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

img {
  vertical-align: bottom;
  max-width: 100%;
}

input,
select {
  vertical-align: middle;
}

ul,
ol {
  list-style-type: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  color: #08c;
  text-decoration: none;
}

a:hover,
a:active {
  text-decoration: underline;
}

a img {
  transition: opacity 0.5s ease-in-out;
}

a:hover img {
  opacity: 0.8;
}

/* clearfix */
.cf:after {
  display: block;
  content: "";
  clear: both;
}

body {
  background: #ebe8e5;
}

/*header css*/
#spmenu {
  display: none;
}

.spmenu {
  display: none;
}

.header_wrapper {
  background-image: url("../img/mainvisual.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: center 10%;
  min-height: 900px;
}

.header_navi {
  background-color: #fff;
}

.navibox {
  /*   float: right !important;
  padding: 0 0 0 50px; */
}

.navibtn {
  margin: 15px 0 0 0;
}

.navibtn ul {
  overflow: hidden;
}

.navibtn01,
.navibtn02,
.navibtn03 {
  color: #fff;
  text-align: center;
  padding: 12px 5px;
  margin: 0 15px 0 0;
  float: right;
  width: 28%;
  transition: 0.3s ease;
}

.navibtn01:hover,
.navibtn02:hover,
.navibtn03:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
  color: #fff;
  text-decoration: none;
}

.navibtn01 {
  background-color: #8ac7de;
}

.navibtn02 {
  background-color: #b1e150;
}

.navibtn03 {
  background-color: #f26b7a;
  margin: 0;
}

.manubox {
  padding: 10px 0 !important;
}

.menu ul {
  /*	overflow: hidden;*/
  margin-bottom: 0;
}

.menu {
  background-color: #3295bb;
  margin: 15px 0 0 0;
}

/*.topmenu{
	margin: 55px 0 0 0;
}*/
.menu li {
  /*	float: left;*/
  border-right: 1px solid #fff;
}

.menu a {
  color: #fff;
  font-size: 14px;
  padding: 0;
  display: block;
  transition: 0.3s ease;
}

.menu a:hover {
  color: #3295bb;
  background: #fff;
  text-decoration: none;
}

.menu .bl {
  border-left: 1px solid #fff;
}

.mainvisual_text {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(235, 232, 229, 1) 100%);
  ilter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ebe8e5', GradientType=0);
  height: 100px;
  width: 100%;
  position: absolute;
  bottom: 0;
}

/*header end*/
#main {
  max-width: 1200px;
  margin: -50px auto 0 auto;
}

/*news&topics*/
.newstopics {
  background: #fff;
  border-radius: 10px 10px 10px 10px;
  z-index: 1000;
  position: relative;
  margin: 0 10px;
}

.newstopics h2 {
  background: url(../img/topics_img.png) #f26b7a no-repeat 55px -39px;
  /*  background: #f26b7a;*/
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  padding: 16px 0;
  text-align: center;
  border-radius: 10px 10px 0 0;
}

.newstopics_list ul {
  overflow: hidden;
  margin-bottom: 1.8em !important;
}

.newstopics_list li {}

.newstopics_list li:first-child {
  float: left;
  width: 10em;
}

.newstopics_list li:last-child {
  padding-left: 11em;
}

.newstopics_list li.new {
  background: url(../img/newicon.png) no-repeat 98% top;
}

.newstopics_list a {
  color: #333;
  text-decoration: underline;
  line-height: 180%;
}

.newstopics_list .new:after {
  content: "NEW";
  background: #f26b7a;
  color: #fff;
  padding: 2px 8px;
  margin-left: 8px
}

.newstopics .kyouin a {
  display: inline-block;
  padding: 10px 20px;
  background-color: #5cb85c;
  border: 1px solid #5cb85c;
  color: #fff;
  font-size: 1.5em;
  font-weight: bold;
  text-decoration: none;
  border-radius: 10px;
}

.newstopics .kyouin a:hover {
  background-color: #fff;
  border: 1px solid #5cb85c;
  color: #5cb85c;
}

.newstopics .kyouin a span {
  display: inline-block;
  margin-right: 1em;
}

/* .nonewicon{
  padding: 0 0 0 61px !important;
} */
.indexbtn {
  padding: 10px 0;
}

.indexbtn_con {
  border-top: 1px solid #f26b7a;
}

.indexbtn_con p {
  color: #f26b7a;
  font-size: 18px;
  text-align: center;
  margin: 10px 0 0 0;
}

.indexbtn_con a {
  color: #f26b7a;
}

.indexbtn_con p:before {
  content: ">";
  color: #f26b7a;
  margin-right: 5px;
}

/*news&topics end*/
/*footer start*/
.footer {
  background: #fff;
  padding: 30px 0;
}

.footer_list {
  line-height: 1.8;
  padding: 1em 0 0 0;
}

.fotterlogo p {
  padding-top: 0.8em;
}

/*footer end*/
/* 下層ページ */
.lower {
  background: #fff;
}

.ttl_img {
  max-height: 153px;
  overflow: hidden;
}

.ttl_img img {
  width: 100%;
}

.main_contents {
  padding: 20px;
  margin-bottom: 40px;
}

.bg_pink {
  background: #faecee;
  padding: 20px;
  margin-bottom: 20px;
}

.bg_pink p {
  margin-top: 0px;
  color: #f26b7a;
  font-size: 15px;
  font-weight: bold;
}

/* 学校教育センターについて */
.about_time dl {
  overflow: hidden;
  margin-bottom: 0px;
}

.about_time dt {
  float: left;
  width: 8em;
  clear: both;
  font-weight: normal;
}

.about_time dd {
  padding-left: 8em;
  margin-bottom: 5px;
}

.about .business_list li {
  margin-bottom: 1em;
  text-indent: -1em;
  padding-left: 1em;
}

@media screen and (min-width: 768px) {
  .contents h2 {
    background: url(../img/topics_img.png) #f26b7a no-repeat 104% -39px;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    padding: 14px 20px;
  }

  .btmcontent {
    margin: 10px 0 0 0;
    padding: 40px 0;
  }

  .lower .btmcontent {
    background: #ebe8e5;
    padding: 40px 0;
  }

  iframe {
    width: 100%;
    /*width: calc(100% + 17px);*/
    height: 220px;
  }

  .newstopics_listbody {
    margin: 30px 50px;
    overflow: hidden;
  }

  .newstopics_list dl {
    margin-bottom: 1em
  }

  .newstopics_list dl dt {
    display: table-cell;
    vertical-align: top;
    font-weight: normal;
    padding-right: 1em;
  }

  .newstopics_list dl dd .imgarea {
    float: left;
    margin-bottom: 1em;
    margin-right: 1em;
    width: 80px;
  }

  .newstopics_list dl dd:after {
    clear: both;
  }

  .newstopics_list dl dd:last-child {
    display: table-cell;
    vertical-align: top;
    padding-left: 1em;
  }

  .newstopics .kyouin {
    position: absolute;
    top: -80px;
  }
}

@media screen and (max-width: 767px) {
  .contents h2 {
    background: url(../img/topics_img.png) #f26b7a no-repeat 106% -22px;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    padding: 14px 20px;
    background-size: auto 70px
  }

  iframe {
    width: calc(100% + 17px);
    height: 300px;
  }

  .newstopics_listbody {
    width: 100%;
    height: 250px;
    overflow: auto;
    /* scrollからautoに変更 */
    -webkit-overflow-scrolling: touch;
  }

  .newstopics_listbody iframe {
    width: 100%;
    height: 100%;
    border: none;
    /* 追加で指定 */
    display: block;
    /* 追加で指定 */
  }

  .newstopics_list dl {
    margin-bottom: 1.5em;
    clear: both;
  }

  .newstopics_list dl dt {
    display: table-cell;
    vertical-align: top;
    font-weight: normal;
    padding-right: 1em;
  }

  .newstopics_list dl dd .imgarea {
    float: left;
    margin-bottom: 1em;
    margin-right: 1em;
    width: 80px;
  }

  .newstopics_list dl dd:last-child {
    padding-top: 0.5em;
    display: block;
    vertical-align: top;
  }

  .newstopics .kyouin a {
    display: block;
    text-align: center;
    margin-top: 10px;
    font-size: 1.2em;
  }

  .newstopics .kyouin a span {
    display: block;
    margin-right: 0 !important;
  }
}

/* css_end */
/*****************
プルダウンメニュー 
*****************/
.pc_menu {
  position: relative;
  width: 100%;
  /*	height: 50px;
	max-width: 1000px;*/
  margin: 0 auto;
}

.pc_menu>li {
  float: left;
  /* 	width: 25%; グローバルナビ4つの場合
	height: 50px;
	line-height: 50px; 
	background: rgb(29, 33, 19);*/
  list-style: none;
}

.pc_menu>li a {
  display: block;
  color: #fff;
}

.pc_menu>li a:hover {
  color: #999;
}

ul.menu__second-level {
  visibility: hidden;
  opacity: 0;
  z-index: 1;
}

ul.menu__third-level {
  visibility: hidden;
  opacity: 0;
}

ul.menu__fourth-level {
  visibility: hidden;
  opacity: 0;
}

.pc_menu>li:hover {
  /*	background: #072A24;*/
  transition: all .5s;
}

.menu__second-level li {
  border-top: 1px solid #fff;
  padding: 5px 15px;
  border-right: none;
}

.menu__second-level li a:hover {
  background: #fff;
  color: #337ab7;
}

.menu__third-level li a:hover {
  background: #2a1f1f;
}

.menu__fourth-level li a:hover {
  background: #1d0f0f;
}

/* 下矢印 
.init-bottom:after {
	content: '';
	display: inline-block;
	width: 6px;
	height: 6px;
	margin: 0 0 0 15px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}*/
/* floatクリア */
.pc_menu:before,
.menu:after {
  content: " ";
  display: table;
}

.pc_menu:after {
  clear: both;
}

.pc_menu {
  *zoom: 1;
}

.pc_menu>li.menu__single {
  position: relative;
}

li.menu__single ul.menu__second-level {
  position: absolute;
  top: 30px;
  width: 100%;
  background: #3295bb;
  transition: all .2s ease;
  left: 0;
}

li.menu__single:hover ul.menu__second-level {
  top: 32px;
  visibility: visible;
  opacity: 1;
}

#page_top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 10px;
  bottom: 20px;
  border-radius: 50%;
  z-index: 10000;
  background-color: #3295bb;
}

#page_top a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}

#page_top a::before {
  font-family: FontAwesome;
  content: '\f077';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  line-height: 22px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

.mt10 {
  margin-top: 10px;
}

.descrip-subtitle {
  font-size: 18px;
  display: inline-block;
  padding: 10px;
}

.descrip-dlList dl dd {
  padding-left: 1.5em
}

.footimgArea ul {
  margin: 0 -10px;
  display: flex;
  flex-wrap: wrap;
}

.footimgArea ul li {
  width: 20%;
  padding: 0 10px;
}

@media screen and (max-width: 768px) {
  .footimgArea ul {
    margin: 0;
  }

  .footimgArea ul li {
    width: 50%;
    padding: 0 10px;
  }
}

.top-scheduleArea {
  margin-top: -100px;
  margin-bottom: 40px;
}

.top-scheduleArea a {
  background-color: #fff;
  display: block;
  font-weight: 700;
  padding: 18px 15px;
  font-size: 20px;
  position: relative;
  background-color: #F6930C;
  color: #fff;
  border-bottom: 5px solid #DE6100;
  transition: all 0.3s;
  border-radius: 0.5rem;
}

.top-scheduleArea a::after {
  font-family: FontAwesome;
  position: absolute;
  top: 11px;
  right: 20px;
  border: 2px solid #F6930C;
  background-color: #fff;
  color: #F6930C;
  padding: 5px 12px;
  border-radius: 30px;
}

.top-scheduleArea ul li:nth-child(1) a::after {
  content: '\f02d';
}

.top-scheduleArea ul li:nth-child(2) a::after {
  content: '\f15c';
}

@media screen and (min-width: 768px) {
  .top-scheduleArea a:hover {
    margin-top: 3px;
    background-color: #fff;
    color: #F6930C;
    border-bottom: 2px solid #DE6100;
  }
}

@media screen and (max-width: 768px) {
  .top-scheduleArea {
    margin-top: 0px;
    margin-bottom: 20px;
  }

  .top-scheduleArea a {
    margin-top: 20px;
    font-size: 16px;
    padding: 8px 15px;
  }

  .top-scheduleArea a::after {
    top: 4px;
    padding: 3px 10px;
  }
}



.coeducation_text {
  margin: 40px 10px;
  background-color: #fff;
  padding: 30px 10px;
  border: 4px solid #F6930C;
}

@media screen and (max-width: 768px) {
  .coeducation_text {
    border: 2px solid #F6930C;
    margin: 20px 10px;
  }
}

.coeducation_text dl {
  width: 100%;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
  font-size: 38px;
  color: #F6930C;
  gap: 10px;
  font-weight: bold !important;
}

@media screen and (max-width: 768px) {
  .coeducation_text dl {
    font-size: 22px;
  }
}


.coeducation_text dl dt {

  line-height: 100%;
}

.coeducation_text dl dd {
  line-height: 100%;
}