@charset "UTF-8";
/* media queri
------------------------------*/
/* color
------------------------------*/
/* common
------------------------------*/
#wrapper {
  width: 100%;
  margin: 0 auto;
  padding: 20px 0 0;
  position: relative;
  overflow: hidden;
}

.inner {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  padding: 0;
}

.wrap {
  display: block;
  margin: 0 auto;
  text-align: center;
}

/* header
------------------------------*/
#header {
  width: 100%;
  padding-inline: 10px;
  margin: 0 auto;
  border-bottom: 1px solid #dbdbdb;
}
#header h1 {
  display: none;
}
#header .header_wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 10px;
  gap: 20px;
  height: 76px;
}
#header .header_wrap .logo {
  width: 329.08px;
  height: 50px;
}
#header .header_wrap .logo a {
  display: inline-block;
  height: 50px;
  width: 329.08px;
}
#header .header_wrap .logo a img {
  height: 100%;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
#header .header_wrap .info .summary {
  display: none;
}
#header .header_wrap .info .header_contact {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding-top: 4px;
  padding-bottom: 0;
}
#header .header_wrap .info .header_contact .tel {
  font-size: 20px;
  margin: 0 auto 0 0;
  text-align: left;
  line-height: 1.2;
}
#header .header_wrap .info .header_contact .open {
  font-size: 12px;
  font-weight: 400;
}
#header .header_wrap .info .header_contact .mail {
  display: none;
}
#header {
  /* .header_wrap SP表示用 */
}
@media screen and (max-width: 767px) {
  #header .header_wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    height: 76px;
    padding: 4px 10px;
    gap: 0;
  }
  #header .header_wrap .logo {
    width: 249px;
    height: 30px;
  }
  #header .header_wrap .logo a {
    width: 249px;
    height: 30px;
  }
  #header .header_wrap .info .header_contact {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding-top: 0;
    padding-bottom: 0;
  }
  #header .header_wrap .info .header_contact .tel {
    font-size: 14px;
    line-height: 1;
  }
  #header .header_wrap .info .header_contact .tel .open {
    font-size: 10px;
  }
}

/* Gnavi(sp only)
------------------------------*/
#pcNav {
  display: none;
}

#spNav {
  display: block;
}
#spNav .openBtn {
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  cursor: pointer;
  width: 76px;
  height: 76px;
  background-color: #ff3e86;
}
#spNav .openBtn .openBtnContent {
  position: relative;
  width: 76px;
  height: 76px;
}
#spNav .openBtn .openBtnContent span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 23px;
}
#spNav .openBtn .openBtnContent span:nth-of-type(1) {
  top: 23px;
  width: 30px;
  height: 2px;
  background-color: #fff;
}
#spNav .openBtn .openBtnContent span:nth-of-type(2) {
  top: 31px;
  width: 30px;
  height: 2px;
  background-color: #fff;
}
#spNav .openBtn .openBtnContent span:nth-of-type(3) {
  top: 39px;
}
#spNav .openBtn .openBtnContent span:nth-of-type(3)::after {
  content: "Menu";
  position: relative;
  text-wrap: nowrap;
  top: 0;
  left: -4px;
  width: 100%;
  display: block;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  writing-mode: horizontal-tb;
  text-transform: uppercase;
}
#spNav .openBtn.active .openBtnContent span:nth-of-type(1) {
  top: 20px;
  left: 23px;
  transform: translateY(6px) rotate(-25deg);
  width: 30px;
}
#spNav .openBtn.active .openBtnContent span:nth-of-type(2) {
  top: 32px;
  left: 23px;
  transform: translateY(-6px) rotate(25deg);
  width: 30px;
}
#spNav .openBtn.active .openBtnContent span:nth-of-type(3) {
  top: 39px;
}
#spNav .openBtn.active .openBtnContent span:nth-of-type(3)::after {
  content: "Close";
  top: 0;
  left: -4px;
}
#spNav #globalNav {
  display: none;
  position: fixed;
  z-index: 8888;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding-top: 76px;
  background-color: #fff;
}
#spNav #globalNav.active {
  display: block;
}
#spNav #globalNav #globalNavList {
  width: 100%;
  height: auto;
  max-height: calc(100vh - 76px);
  background-color: #fff;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
#spNav #globalNav #globalNavList ul ul {
  display: none;
}
#spNav #globalNav #globalNavList .globalNavMenu li .hasChild {
  display: block;
  background-color: #fff;
  width: 90%;
  margin: 0 auto;
  padding: 16px 32px 16px 0;
  font-size: 14px;
  font-weight: 400;
  color: #ff3e86;
  position: relative;
}
#spNav #globalNav #globalNavList .globalNavMenu li .hasChild::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 2px;
  background-color: #333;
  transition: all 0.4s;
}
#spNav #globalNav #globalNavList .globalNavMenu li .hasChild::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 2px;
  background-color: #333;
  transition: all 0.4s;
  transform: translateY(-1px) rotate(-90deg);
}
#spNav #globalNav #globalNavList .globalNavMenu li .hasChild.active::after {
  content: "";
  transform: translateY(-1px) rotate(-180deg);
}
#spNav #globalNav #globalNavList .globalNavMenu li .hasChild.active::before {
  content: "";
  transform: translateY(-1px) rotate(-180deg);
}
#spNav #globalNav #globalNavList .globalNavMenu li {
  list-style: none;
  border-top: 1px solid #dbdbdb;
}
#spNav #globalNav #globalNavList .globalNavMenu li a {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #ff3e86;
  text-decoration: none;
  padding: 16px 32px 16px 0;
  width: 90%;
  margin: 0 auto;
}
#spNav #globalNav #globalNavList .globalNavMenu > li:last-child {
  border-bottom: 1px solid #dbdbdb;
}
#spNav #globalNav #globalNavList .globalNavMenu li ul li .hasChild {
  display: block;
  padding: 16px 32px 16px 1rem;
  width: 90%;
  margin: 0 auto;
  font-size: 14px;
  font-weight: 400;
  color: #333;
}
#spNav #globalNav #globalNavList .globalNavMenu li ul li {
  list-style: none;
  border-top: 1px solid #dbdbdb;
}
#spNav #globalNav #globalNavList .globalNavMenu li ul li a {
  display: block;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  padding: 16px 32px 16px 1rem;
  width: 90%;
  margin: 0 auto;
}
#spNav .coverScreen {
  display: none;
}
#spNav .coverScreen.active {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 7777;
}

/* main
------------------------------*/
#main {
  float: none;
  width: 100%;
  margin-right: 0;
  padding: 0 20px 0;
}

/* sidebar
------------------------------*/
#sidebar {
  float: none;
  width: 100%;
  margin-left: 0;
  padding: 20px 0 0;
}
#sidebar a#menu {
  display: block !important;
  padding-inline: 20px;
}
#sidebar #sideNav {
  clear: both;
  width: 100%;
  margin: 0;
  padding: 0;
}
#sidebar #sideNav p {
  padding-inline: 20px;
}
#sidebar #sideNav ul {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 0 auto;
  padding-inline: 20px;
  gap: 20px;
}
#sidebar #sideNav ul li {
  flex: 0 0 calc((100% - 20px) / 2);
}
#sidebar #sideNav ul li a {
  display: block;
  margin: auto;
  max-width: 170px;
}
#sidebar #sideNav ul li a[class^=side-menu-] {
  width: 100%;
}
#sidebar #sideNav ul li a.side-menu-pink-gradient {
  letter-spacing: -0.3px;
}
#sidebar #sideNav ul li:first-child {
  flex: 0 0 100%;
  width: 100%;
  margin-top: 30px;
}
#sidebar #sideNav ul li:first-child a {
  text-align: left;
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  #sidebar #sideNav ul li {
    margin: 0;
  }
  #sidebar #sideNav ul li:first-child a {
    text-align: center;
  }
}
#sidebar #sideNav a.menu {
  color: #666;
  width: 100%;
  display: block;
  height: 60px;
  line-height: 60px;
  font-weight: bold;
  text-align: left;
  border-top: 1px solid #dbdbdb;
}
#sidebar #sideNav a.menu span:before {
  content: "≡ ";
}
#sidebar #sideNav a.menuOpen span:before {
  content: "× ";
}
#sidebar #sideNav .panel {
  display: none;
  position: relative;
  right: 0;
  top: 0;
  z-index: 1;
  padding-bottom: 20px;
}

/* footer
------------------------------*/
#footer .inner {
  border-top: 1px solid #dbdbdb;
  padding: 20px 10px 0;
}
#footer .inner .info_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
#footer .inner .info_wrap .info .tel {
  font-size: 16px;
}
#footer .inner .info_wrap .info .open {
  font-size: 12px;
}
#footer .inner .info_wrap .menu .footnav {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin-top: 10px;
}
#footer .inner .info_wrap .menu .footnav li {
  margin: 4px 0;
  padding: 0 8px 0;
  border-right: 1px solid #dbdbdb;
}
#footer .inner .info_wrap .menu .footnav li:last-child {
  padding-right: 10px;
}

/* top page class
------------------------------*/
/*-- トップページ 3カラム --*/
@media screen and (max-width: 767px) {
  .top_3clm_wrap {
    display: none;
    /*
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    margin: 0 auto 40px;
    gap: 20px;
    .top_3clm_box {
      display: flex;
      flex-direction: column;
      align-items: center;
      width: 100%;
      border: solid 1px #CCC;
      border-radius: 4px;
      padding: 20px;
      text-align: center;
      h2 {
        font-weight: bold;
        font-size: 18px;
      }
      p:last-of-type {
        margin-top: auto;
      }
    }*/
  }
}
/*-- トップページ iframe --*/
@media screen and (max-width: 767px) {
  .whatsnew_wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
/*-- トップページ バナー (各ページ上部バナー共通)--*/
.top_bnr_wrap {
  width: 100%;
  margin: 0 auto 40px;
}
.top_bnr_wrap .clm1 div {
  margin-bottom: 12px;
}
.top_bnr_wrap .clm1 div img {
  width: 100%;
}
.top_bnr_wrap .clm2 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.top_bnr_wrap .clm2 div {
  width: calc(50% - 8px);
  margin-bottom: 12px;
}
.top_bnr_wrap .clm2 div img {
  width: 100%;
}

/*-- トップページ 下部テキスト --*/
.toptext_wrap h3 {
  font-size: 18px;
  color: #ff3e86;
  font-weight: bold;
  border-bottom: solid 2px #ff3e86;
  margin-bottom: 16px;
}

/* 料金表等ピンクボックス
------------------------------*/
/* 料金表の一段 or 一列で終わるもの */
.pinkbox {
  width: 100%;
}

/* 料金表レッスン内容案内 */
.pinkbox2 {
  width: 100%;
}
.pinkbox2 td {
  display: block;
  width: 100%;
}

.pinkbox3 {
  width: 100%;
}

.pinkbox4 {
  width: 100%;
}

/* 3カラム表示
examination.html,
------------------------------*/
@media screen and (max-width: 767px) {
  .exam-lesson-font-controle {
    font-size: 14px;
    font-weight: normal;
  }
  .exam-intro {
    padding: 0;
    background: none;
    gap: 10px;
  }
  .exam-intro-box {
    flex-direction: column;
    gap: 5px;
  }
  .exam-intro-box [class^=category-] {
    flex: 1;
    font-size: 14px;
  }
  .exam-intro-box .info-text {
    font-size: 14px;
    line-height: 1.6;
  }
  .fbox_3to2 .item {
    width: 100%;
  }
  .fbox_3to2 .item h4 {
    margin-top: 26px;
  }
}
/* サリヴァン通信
------------------------------*/
@media screen and (max-width: 767px) {
  #tu_sin .arrow_list_wrap {
    display: flex;
    flex-direction: column;
    justify-content: inherit;
    gap: 0;
  }
  #tu_sin .arrow_list_wrap ul {
    width: 100%;
  }
}
/* 講師紹介ページ
------------------------------*/
@media screen and (max-width: 767px) {
  .koushi_list {
    display: flex;
    flex-flow: wrap;
    justify-content: space-around;
    gap: 40px 10px;
    padding: 20px 0 40px;
  }
  .koushi_list li {
    width: 100%;
    flex-direction: row;
    align-items: flex-end;
    gap: 20px;
  }
  .koushi_list li a {
    flex: 0 0 100px;
  }
  .koushi_list li img {
    margin: 0;
  }
  .koushi_list li .is-pc {
    display: none;
  }
  .koushi_list li .is-sp {
    display: block;
  }
  .koushi_list li .name {
    text-align: left;
  }
  .koushi_list li .info {
    padding: 0;
  }
  .teacher_box {
    display: flex;
    justify-content: start;
    align-items: center;
  }
  .teacher_box .img {
    width: 30%;
    margin-right: 14px;
  }
  .teacher_box .img img {
    width: 100%;
    max-width: 140px;
    height: auto;
  }
  .teacher_box .txt {
    width: 70%;
  }
  .teacher_box .txt p {
    font-size: 14px;
  }
  .profile_list {
    list-style-type: circle;
    padding-left: 30px;
    margin-right: 10px;
  }
}
/* 心に効く絵本ページ
------------------------------*/
@media screen and (max-width: 767px) {
  table.ehon_table th,
  table.ehon_table td {
    width: auto;
    display: block;
  }
  table.ehon_table th th,
  table.ehon_table td th {
    margin-top: 5px;
    border-bottom: 0;
  }
}
/* レッスン動画ページ
（3カラムを1カラムに）
------------------------------*/
@media screen and (max-width: 767px) {
  .movie-3-1 ul li {
    width: 100%;
    margin: 0 auto 2em;
  }
  .height200 {
    height: auto;
  }
}
/* 無料ダウンロードページ
------------------------------*/
@media screen and (max-width: 767px) {
  .free_box p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 1em;
  }
}
/* お問合せフォーム文字間隔
------------------------------*/
@media screen and (max-width: 767px) {
  .form .f-w100 {
    width: 100%;
  }
}
/* テキスト系装飾
------------------------------*/
@media screen and (max-width: 767px) {
  .main-title {
    font-size: 20px;
  }
  .main-title-bg {
    font-size: 20px;
  }
  .main-title-deer {
    font-size: 20px;
  }
  .sub-title {
    padding-left: 2em;
    font-size: 18px;
  }
  .sub-title-deer {
    font-size: 18px;
  }
}
/* その他クラス
------------------------------*/
/*----- レイアウト系 -----*/
/* 3カラムを1カラムに */
@media screen and (max-width: 767px) {
  ul.col3to1 {
    display: flex;
    flex-direction: column;
  }
  ul.col3to1 li {
    width: 100%;
    display: block;
  }
}
/* 2カラムを1カラムに */
@media screen and (max-width: 767px) {
  ul.col2to1 li {
    width: 100%;
    overflow: hidden;
    display: block;
  }
}
/*----- table -----*/
@media screen and (max-width: 767px) {
  table.explanation_table th,
  table.explanation_table td {
    width: auto;
    display: block;
  }
}
/* flex-box
------------------------------*/
@media screen and (max-width: 767px) {
  .flex-2block {
    flex-direction: column;
    max-width: 460px;
  }
  .flex-box-title b {
    display: block;
  }
}
/* その他のメディアクエリ
------------------------------*/
/* PC以外で改行を無くす */
.no_br br {
  display: none;
}

@media screen and (max-width: 767px) {
  .alignleft,
  .alignright,
  img.alignleft,
  img.alignright {
    float: none;
    display: block;
    margin: 0 auto 10px;
  }
  .box-2 {
    width: 100%;
    margin: 0 auto;
    float: none;
  }
  .min-block {
    display: block;
    clear: both;
    margin: 0 auto;
    text-align: center;
    float: none;
  }
}/*# sourceMappingURL=style-sp.css.map */