@charset "UTF-8";

#bgtop {
  width: 100%;
  height: auto;
  margin: 0px;
  padding: 0px;
  text-align: center;
  background: url("../image/bg-top.png") no-repeat;
  background-position: center top;
  background-size: 100%;
  font-size: 15px;
}

body {
  width: 100%;
  height: auto;
  margin: 0px;
  padding: 0px;
  text-align: center;
  background: url("../image/bg.png") no-repeat;
  background-position: center top;
  background-size: 100%;
  font-size: 15px;
}

#contents {
  width: 100%;
  height: auto;
  margin: 0px auto;
  padding: 0px;
  text-align: center;
}
#contents-bg {
  width: 100%;
  height: auto;
  margin: 0px auto;
  padding: 0px;
  text-align: center;
  background: url("../image/btm-bg.png") no-repeat;
  background-position: center bottom;
  background-size: 100% 100%;
}
.cont {
  width: 1000px;
  height: auto;
  margin: 0px auto;
  padding: 0px;
  text-align: center;
}

.cont-caption {
  width: 1000px;
  height: auto;
  margin: 0px auto;
  padding: 0px;
  text-align: right;
  font-size: 0.9em;
  color: #333333;
}

.cont-btm {
	width: 1000px;
	height: 297px;
	margin: 0px auto;
	padding: 190px 0px 0px 0px;
	text-align: right;
	color: #ffffff;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	box-sizing: content-box;
}

#m-b10 {
  clear: both;
  margin: 0px 0px 10px 0px;
  padding: 0px 0px 0px 0px;
  overflow: hidden;
}
#m-b10:after {
  content: '';
  display: block;
  clear: both;
  height: 1px;
  overflow: hidden;
}
/*\*/
* html #m-b10 {
  height: 1em;
  overflow: visible;
}
/**/

#m-b30 {
  clear: both;
  margin: 0px 0px 30px 0px;
  padding: 0px 0px 0px 0px;
  overflow: hidden;
}
#m-b30:after {
  content: '';
  display: block;
  clear: both;
  height: 1px;
  overflow: hidden;
}
/*\*/
* html #m-b30 {
  height: 1em;
  overflow: visible;
}
/**/

.top20 {
  margin: 20px 0px 0px 0px;
}
.top20b30 {
  margin: 20px 0px 30px 0px;
}
.top20b50 {
  margin: 20px 0px 50px 0px;
}
.top20b60 {
  margin: 20px 0px 60px 0px;
}
.top30b10 {
  margin: 30px 0px 10px 0px;
}

.btm67 {
  margin: 0px 0px 67px 0px;
}
.btm62 {
  margin: 0px 0px 62px 0px;
}
.btm57 {
  margin: 0px 0px 57px 0px;
}
.btm54 {
  margin: 0px 0px 54px 0px;
}
.btm52 {
  margin: 0px 0px 52px 0px;
}
.btm50 {
  margin: 0px 0px 50px 0px;
}
.btm47 {
  margin: 0px 0px 47px 0px;
}
.btm40 {
  margin: 0px 0px 40px 0px;
}
.btm38 {
  margin: 0px 0px 38px 0px;
}
.btm35 {
  margin: 0px 0px 35px 0px;
}
.btm34 {
  margin: 0px 0px 34px 0px;
}
.btm30 {
  margin: 0px 0px 30px 0px;
}
.btm26 {
  margin: 0px 0px 26px 0px;
}
.btm25 {
  margin: 0px 0px 25px 0px;
}
.btm23 {
  margin: 0px 0px 23px 0px;
}
.btm12 {
  margin: 0px 0px 12px 0px;
}

.btm37fb {
  margin: 0px 0px 37px 0px;
  font-size: 1.3em;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .btm62 {
    margin: 0px 20px 0px 20px;
  }
  .btm52 {
    margin: 0px 0px 30px 0px;
  }
  .btm47 {
    margin: 0px 20px 0px 20px;
  }
  .btm23 {
    margin: 0px 0px 23px 0px;
  }
  .btm26 {
    margin: 0px 0px 60px 0px;
  }
  .btm37fb {
    margin: 0px 0px 37px 0px;
    font-size: 1.2em;
    font-weight: bold;
  }
}

#inq-title {
  clear: both;
  margin: 0px 0px 10px 0px;
  padding: 5px 0px 5px 0px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 1px;
  border-left-width: 0px;
  border-style: solid;
  border-color: #ffffff;
  color: #ffffff;
  font-weight: bold;
  overflow: hidden;
  text-align: left;
}
#inq-title:after {
  content: '';
  display: block;
  clear: both;
  height: 1px;
  overflow: hidden;
}
/*\*/
* html #inq-title {
  height: 1em;
  overflow: visible;
}
/**/

p {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px;
  margin-left: auto;
  margin-right: auto;
}
.pcdesign {
  background: url("../image/pc-bg.png") center top;
}
.spdesign {
  display: none;
}
.img {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  border: 0;
}

#inq-btn a {
  display: block;
  margin: 0px 16px 0px 0px;
  padding: 10px 50px 10px 50px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-style: solid;
  border-color: #ffffff;
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  float: left;
}
#inq-btn a:hover {
  color: #ffff00;
  border-color: #ffff00;
}

#line-btn a {
  display: block;
  margin: 0px 0px 0px 0px;
  padding: 10px 34px 10px 34px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-style: solid;
  border-color: #ffffff;
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  float: left;
}


#school-btn a {
  display: block;
  margin: 0px 0px 0px 0px;
  padding: 10px 20px 10px 20px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-style: solid;
  border-color: #ffffff;
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  float: left;
}

#school-btn a {
  margin: 0 0 0 16px;
  padding: 10px 17px 10px 17px;
}

#school-btn span {
  font-size: 80%;
}

#line-btn a:hover,
#school-btn a:hover {
  color: #ffff00;
  border-color: #ffff00;
}

#btm-leftc {
	width: 470px;
	xtext-align: right;
	xfloat: right;
}
#btm-koumei {
  background: url("../image/kanno-btm-logo.png") no-repeat;
  background-position: left 2px;
  margin-bottom: 5px;
  text-align: left;
  font-weight: bold;
  padding: 0px 0px 0px 48px;
}
#btm-add {
  margin-bottom: 10px;
  text-align: left;
  padding: 0px 0px 0px 48px;
}

#flex-bw {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-flex-pack: distribute;
  -moz-flex-pack: distribute;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}

#flex-bw2 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-flex-pack: distribute;
  -moz-flex-pack: distribute;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}

#c3c {
  width: 310px;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}

#c4c {
  width: 235px;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}

#fa-title {
  font-size: 1.2em;
  font-weight: bold;
  color: #002d69; /*#0088c5*/
  letter-spacing: 2px;
  margin: 0px 0px 4px 0px;
}

#kokuchi-btn a {
  width: 360px;
  display: block;
  margin: 0 auto;
  padding: 10px 20px 10px 20px;
  border-top-width: 2px;
  border-right-width: 2px;
  border-bottom-width: 2px;
  border-left-width: 2px;
  border-style: solid;
  border-color: #00b800; /*#0088c5*/
  font-size: 1.5em;
  color: #ffffff;
  letter-spacing: 2px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  background-color: #00b800;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
}
#kokuchi-btn a:hover {
  color: #00b800;
  background-color: #ffffff;
  border-color: #00b800;
}

#kokuchi-btn2 a {
  width: 400px;
  display: block;
  margin: 0 auto;
  padding: 10px 20px 10px 20px;
  border-top-width: 2px;
  border-right-width: 2px;
  border-bottom-width: 2px;
  border-left-width: 2px;
  border-style: solid;
  border-color: #0088c5;
  font-size: 1.5em;
  color: #0088c5;
  letter-spacing: 2px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  background-color: #ffffff;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
}
#kokuchi-btn2 a:hover {
  color: #ffffff;
  background-color: #0088c5;
}

@media only screen and (max-width: 768px) {
  .spdesign {
    display: block;
  }
  .pcdesign {
    display: none;
  }
  #bgtop {
    width: 100%;
    height: auto;
    margin: 0px;
    padding: 0px;
    text-align: center;
    background: url("../image/bgtop_sp.png") no-repeat;
    background-position: center top;
    background-size: 100%;
    font-size: 0.9em;
  }
  body {
    width: 100%;
    height: auto;
    margin: 0px;
    padding: 0px;
    text-align: center;
    background: url("../image/bg_sp.png") no-repeat;
    background-position: center top;
    background-size: 100%;
    font-size: 0.9em;
  }
  img {
    width: 100%;
    border: 0;
  }

  #contents-bg {
    width: 100%;
    height: auto;
    margin: 0px auto;
    padding: 0px;
    text-align: center;
    background: url("../image/btm-bg_sp.png") no-repeat;
    background-position: center bottom;
    background-size: 100% 100%;
  }

  .cont {
    width: 100%;
    height: auto;
    margin: 0px auto;
    padding: 0px 0px 0px 0px;
    text-align: center;
  }

  .cont-caption {
    width: 80%;
    height: auto;
    margin: 0px auto;
    padding: 0px 20px 0px 20px;
    text-align: center;
    font-size: 0.9em;
    color: #333333;
  }

	.cont-btm {
		width: 90%;
		height: auto; /*350px*/
		margin: 0px auto;
		padding: 150px 5% 0px 5%;
		text-align: center;
		color: #ffffff;
	}

  #inq-title {
    clear: both;
    margin: 0px 0px 10px 0px;
    padding: 5px 0px 5px 0px;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 1px;
    border-left-width: 0px;
    border-style: solid;
    border-color: #ffffff;
    color: #ffffff;
    font-weight: bold;
    overflow: hidden;
    text-align: center;
  }
  #inq-title:after {
    content: '';
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
  }
  /*\*/
  * html #inq-title {
    height: 1em;
    overflow: visible;
  }
  /**/

  #inq-btn a {
    display: block;
    clear: both;
    width: 98%;
    margin: 0px 0px 10px 0px;
    padding: 10px 0px 10px 0px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-style: solid;
    border-color: #ffffff;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
  }
  #inq-btn a:hover {
    color: #ffff00;
    border-color: #ffff00;
  }

  #line-btn a,
  #school-btn a {
    display: block;
    clear: both;
    width: 98%;
    margin: 0px 0px 10px 0px;
    padding: 10px 0px 10px 0px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-style: solid;
    border-color: #ffffff;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
  }

  #school-btn a {
    margin: 0;
  }

  #line-btn a:hover {
    color: #ffff00;
    border-color: #ffff00;
  }

  #btm-leftc {
    width: 100%;
    text-align: center;
    float: none;
  }
  #btm-koumei {
    margin-bottom: 5px;
    text-align: center;
    font-weight: bold;
    background: url("../image/kanno-btm-logo.png") no-repeat;
    background-position: center top;
    padding: 45px 0px 0px 0px;
  }
  #btm-add {
    margin-bottom: 10px;
    text-align: center;
    padding: 0;
  }

  #kokuchi-btn a {
    width: 64%;
    line-height: 1.2em;
    display: block;
    margin: 0 auto;
    padding: 10px 10px 8px 10px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-style: solid;
    border-color: #00b800;
    font-size: 1.5em;
    color: #ffffff;
    letter-spacing: 1px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    background-color: #00b800;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
  }
  #kokuchi-btn a:hover {
    color: #ffffff;
    background-color: #0088c5;
  }

  .spup {
    font-size: 1.2em;
  }

  #flex-bw {
    display: block;
  }

  #c3c {
    width: 70%;
    padding: 0px;
    margin: 0px 15% 30px 15%;
    overflow: hidden;
  }

  #flex-bw2 {
    flex-wrap: wrap;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-flex-pack: distribute;
    -moz-flex-pack: distribute;
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }

  #c4c {
    width: 48%;
    padding: 0px;
    margin: 0px 0px 30px 0px;
    overflow: hidden;
    font-size: 0.8em;
    line-height: 1.2em;
  }

  #fa-title {
    font-size: 1.2em;
    font-weight: bold;
    color: #002d69;
    letter-spacing: 0px;
    margin: 0px 0px 10px 0px;
  }
}

.slick1 {
  overflow: hidden;
  padding: 0;
}

#copyRight {
  padding: 0 0 10px 0;
  clear: both;
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }

  /* footerボタンの分だけ余白を追加 ----------*/
  #copyRight {
    padding: 0 0 50px 0;
  }
}

@media only screen and (min-width: 768px) {
  #fixnavi {
    width: 100%;
  }
  .fixed {
    position: fixed;
    top: 0;
    padding: 0;
    width: 100%;
    z-index: 1000;
  }
}
.slick2 {
  width: 100%;
  margin: 0 auto;
} /*横幅94%で左右に余白を持たせて中央寄せ*/

.slick2 img {
  width: 100%;
  height: auto;
} /*スライダー内の画像を横幅100%に*/

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/
.slick2 .slick-slide {
  margin: 0 10px;
}

.slick-dots li button:before {
  font-size: 12px;
} /*ドットの大きさ：初期値は6px*/
.slick-dots li {
  width: 30px;
} /*ドットの間隔：初期値は20px*/
.slick-dots {
  bottom: -40px;
} /*ドットの位置調整初期値は-25px*/

.slick2 a:hover,
a:active {
  opacity: 0.5;
}

/* footer固定ボタン */
@media screen and (max-width: 768px) {
  #footerLink .post1 {
    width: 100%;
    height: 40px;
    margin-bottom: 0;
    background: url("../image/arrow-r.svg") 90% center no-repeat;
  }
  #footerLink .post2 {
    width: 50%;
    height: 40px;
    margin-bottom: 0;
  }
}

.sp20{margin:0px 0px;}

@media screen and (max-width: 768px) {
.sp20{margin:0px 0px 20px 0px;}	
}

.pickup_title{margin:0 0 35px 0;}
@media screen and (max-width: 768px) {
.pickup_title{margin:0 15% 35px 15%;width: 70%;}
}

#contents-b {
  width: 100%;
  height: auto;
  margin: 0px auto;
  padding: 0px;
  text-align: center;
}
@media screen and (max-width: 768px) {
#contents-b {
  width: 90%;
  height: auto;
  margin: 0px 5%;
  padding: 0px;
  text-align: center;
}
}
/* WPカスタム投稿：インフォバナー中学用 */
@media (min-width:769px) { .display-sp{display:none!important} }
@media (max-width:768px) { .display-pc{display:none!important} }