@charset "UTF-8";
/* ----------------------------------------------------------------------- 
	settings
----------------------------------------------------------------------- */
html {
  font-size: 62.5%;
  box-sizing: border-box;
  width: 100%;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body {
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  color: #333;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  position: relative;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 13px;
  }
}

a {
  color: #333;
  text-decoration: none;
  backface-visibility: hidden;
}

a:hover,
a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: auto;
}

input, select, textarea, button {
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* ----------------------------------------------------------------------- 
	common layout
----------------------------------------------------------------------- */
.contentIn {
  width: 960px;
  margin: 0 auto;
}
.contentIn:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 768px) {
  .contentIn {
    width: auto;
    margin: 0 10px;
  }
  .contentIn.spMgnNone {
    margin: 0;
  }
}

#main {
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #main {
    padding-bottom: 30px;
  }
}

/*-------------------------------------------------------------------
  header
-------------------------------------------------------------------*/
#header {
  width: 100%;
  /*	background: #fff;*/
  position: relative;
  z-index: 9999;
}
@media screen and (max-width: 768px) {
  #header .contentIn {
    margin: 0;
  }
}

/*-------------------------------------------------------------------
  sp menu
-------------------------------------------------------------------*/
.spBtnArea {
  display: none;
}
@media screen and (max-width: 768px) {
  .spBtnArea {
    float: right;
    display: block;
    font-size: 0;
  }
  .spBtnArea .ttl {
    color: #fff;
    font-size: 10px;
    line-height: 26px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
  }
}

@media screen and (max-width: 768px) {
  #spNavBtn {
    display: inline-block;
    vertical-align: middle;
    text-indent: -9999px;
    overflow: hidden;
    width: 40px;
    height: 26px;
    background: #222;
    border-radius: 3px;
    position: relative;
  }
  #spNavBtn span, #spNavBtn:before, #spNavBtn:after {
    width: 20px;
    height: 2px;
    background: #fff;
    border-radius: 2px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: -webkit-all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  #spNavBtn:before, #spNavBtn:after {
    content: '';
    display: block;
  }
  #spNavBtn:before {
    top: 6px;
  }
  #spNavBtn span {
    top: 12px;
  }
  #spNavBtn:after {
    top: 18px;
  }
  #spNavBtn.active:before {
    top: 11.5px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #spNavBtn.active span {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  #spNavBtn.active:after {
    top: 11.5px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}

#spMenu {
  display: none;
}
@media screen and (max-width: 768px) {
  #spMenu {
    display: block;
    clear: both;
    position: absolute;
    top: 36px;
    left: 0;
    width: 100%;
    background: rgba(197, 55, 127, 0.9);
    padding: 20px 40px;
  }
}

/*-------------------------------------------------------------------
  header top
-------------------------------------------------------------------*/
.hdTop {
  width: 100%;
  padding: 10px 0 12px;
  background: #c5377f;
}
@media screen and (max-width: 768px) {
  .hdTop {
    padding: 5px 10px;
  }
}

.hdMenu {
  width: 240px;
  float: right;
}
@media screen and (max-width: 768px) {
  .hdMenu {
    float: none;
  }
}
.hdMenu li {
  float: left;
  width: 49%;
  white-space: nowrap;	
}
@media screen and (max-width: 768px) {
  .hdMenu li {
    float: none;
    width: auto;
  }
}
.hdMenu li:nth-child(odd) {
  margin-right: 2%;
}
@media screen and (max-width: 768px) {
  .hdMenu li:nth-child(odd) {
    margin-right: 0;
  }
}
.hdMenu a {
  font-size: 14px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .hdMenu a {
    display: block;
    line-height: 30px;
  }
}
.hdMenu a:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  background: url(../img/common/ico_arrow01.png) no-repeat;
  background-size: contain;
  width: 12px;
  height: 10px;
  margin-right: 8px;
}

/*-------------------------------------------------------------------
  header middle
-------------------------------------------------------------------*/
.hdMiddle {
  padding: 10px 0 10px;
}


.hdsma img {
	width:100%;
	margin-bottom:5%;
}


@media screen and (max-width: 768px) {
  .hdMiddle {
    padding: 5.8% 0 0;
  }
}

.hdLogo {
  float: left;
}
@media screen and (max-width: 768px) {
  .hdLogo {
    float: none;
    display: block;
    width: 56%;
    margin: 0 auto 3%;
  }


.hd {
	display:none;
}



}

@media screen and (min-width: 768px) {


.hdsma {
	display:none;
}



}



.hdCatch {
  float: right;
}
@media screen and (max-width: 768px) {
  .hdCatch {
    float: none;
    width: 84%;
    margin: 0 auto;
  }
}

/*-------------------------------------------------------------------
  header bottom
-------------------------------------------------------------------*/
.hdBottom {
  border-top: 1px solid #c5377f;
}
@media screen and (max-width: 768px) {
  .hdBottom {
    border-top: none;
  }
}

.gNavi {
  padding: 13px 0 15px;
  float: left;
}
@media screen and (max-width: 768px) {
  .gNavi {
    float: none;
    border-top: 1px solid #c5377f;
    border-bottom: 1px solid #c5377f;
    width: 100%;
    text-align: center;
  }
}
.gNavi li {
  float: left;
  font-size: 22px;
  margin-right: 80px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .gNavi li {
    float: none;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    margin: 0 5px;
  }
}
.gNavi li a:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  background: url(../img/common/ico_pk_school00.png) no-repeat center center;
  background-size: contain;
  width: 20px;
  height: 17px;
  margin-right: 0.2em;
}
@media screen and (max-width: 768px) {
  .gNavi li a:before {
    width: 18px;
    height: 18px;
  }


.gNavi li a:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  background: url(../img/common/ico_pk_school.png) no-repeat center center;
  background-size: contain;
  width: 20px;
  height: 17px;
  margin-right: 0.2em;
}



}

.gNavi li a.icoTeacher:before {
  background: url(../img/common/ico_pk_teacher.png) no-repeat center center;
  background-size: contain;
}
.gNavi li a.icoSchool:before {
  background: url(../img/common/ico_pk_school.png) no-repeat center center;
  background-size: contain;
}
.gNavi li a.icoFaq:before {
  background: url(../img/common/ico_pk_q.png) no-repeat center center;
  background-size: contain;
}

.hdSns {
  float: right;
  font-size: 0;
  margin-right: 2px;
  padding: 13px 0 12px;
}
@media screen and (max-width: 768px) {
  .hdSns {
    text-align: center;
    float: none;
    width: 100%;
    padding: 0;
    padding: 0 0 3.7%;
  }
}
.hdSns li {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0px;
}
@media screen and (max-width: 768px) {
  .hdSns li {
    margin: 0px;
  }
}

/*-------------------------------------------------------------------
  footer
-------------------------------------------------------------------*/
#footer {
  width: 100%;
  text-align: center;
  border-top: 1px solid #c5377f;
  padding: 50px 0 50px;
}
@media screen and (max-width: 768px) {
  #footer {
    border-top: none;
    padding: 0 0 5.6%;
  }
}

.ftCopy {
  color: #c5377f;
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .ftCopy {
    font-size: 8px;
  }
}
.ftCopy:before {
  content: '';
  display: block;
  background: url(../img/common/ico_charactor.png) no-repeat;
  background-size: contain;
  width: 52px;
  height: 62px;
  margin: 0 auto 30px;
}
@media screen and (max-width: 768px) {
  .ftCopy:before {
    width: 48px;
    height: 52px;
    margin-bottom: 10px;
  }
}

/*-------------------------------------------------------------------
  gotop
-------------------------------------------------------------------*/
.gotop {
  position: fixed;
  bottom: 10px;
  right: 10px;
  text-indent: -9999px;
  width: 80px;
  height: 80px;
  overflow: hidden;
  display: block;
  background: url(../img/common/gototop_btn.png) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .gotop {
    width: 40px;
    height: 40px;
  }
}
