@charset "UTF-8";
/*===========================================================
このファイルはsassで編集されています。
cssを編集しないでください。
=============================================================*/
/*=====================================================================
リセットcssの設定
=======================================================================*/
@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
html {
  color: #000;
  background: #FFF;
  margin-top: 0 !important; }

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

fieldset, img {
  border: 0; }

ol, ul {
  list-style: none; }

caption, th {
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

q:before, q:after {
  content: ''; }

abbr, acronym {
  border: 0;
  font-variant: normal; }

sup {
  vertical-align: text-top; }

sub {
  vertical-align: text-bottom; }

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%; }

legend {
  color: #000; }

#yui3-css-stamp.cssreset {
  display: none; }

/*===========================================================
全体の設定
=============================================================*/
.container- {
  width: 1000px;
  margin: 0 auto; }
  @media screen and (max-width: 760px) {
    .container- {
      max-width: 100%;
      width: 100%;
      padding-left: 5%;
      padding-right: 5%;
      word-wrap: break-word;
      overflow-wrap: break-word;
      overflow-x: hidden; } }

.container-contact {
  width: 450px;
  margin: 0 auto; }
  @media screen and (max-width: 760px) {
    .container-contact {
      max-width: 100%;
      width: 100%;
      padding-left: 5%;
      padding-right: 5%;
      word-wrap: break-word;
      overflow-wrap: break-word;
      overflow-x: hidden; } }

.container-lecture {
  width: 700px;
  margin: 0 auto; }
  @media screen and (max-width: 760px) {
    .container-lecture {
      max-width: 100%;
      width: 100%;
      padding-left: 5%;
      padding-right: 5%;
      word-wrap: break-word;
      overflow-wrap: break-word;
      overflow-x: hidden; } }

/*left right relative clearfix-------------------------------*/
.left {
  float: left; }
  @media screen and (max-width: 760px) {
    .left {
      float: none; } }

.right {
  float: right; }
  @media screen and (max-width: 760px) {
    .right {
      float: none; } }

.relative {
  position: relative; }

.clearfix:after {
  display: block;
  clear: both;
  content: ""; }

/*レスポンシブの設定-------------------------------*/
.res {
  display: none; }
  @media screen and (max-width: 760px) {
    .res {
      display: block; } }

@media screen and (max-width: 760px) {
  .res-none {
    display: none; } }

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  line-break: strict; }

.flexbox {
  display: -ms-flexbox;
  /* IE10 */
  display: -webkit-box;
  /* Android4.3以下、Safari3.1〜6.0 */
  display: -webkit-flex;
  /* Safari6.1以降 */
  display: flex;
  justify-content: space-between; }
  @media screen and (max-width: 760px) {
    .flexbox {
      display: block; } }

html {
  font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-break: strict;
  overflow-wrap: break-word; }

/*文字色-------------------------------*/
h1, h2, h3, h4, h5, h6, p {
  color: #000; }

/*p a dl dt dd-------------------------------*/
p {
  font-size: 1rem;
  line-height: 1.5rem;
  text-align: justify; }

a {
  color: inherit;
  text-decoration: none;
  display: block; }
  a:active {
    text-decoration: none; }
  a:hover {
    text-decoration: none; }

dt, dd {
  font-size: 1rem;
  text-decoration: none; }

/*タイトルの設定-------------------------------*/
.heading {
  padding: 30px 0 50px; }
  .heading h2 {
    font-size: 1.7rem;
    font-weight: bold;
    color: #6A9214;
    text-align: center;
    letter-spacing: 2px; }
    .heading h2 span {
      font-size: 1.2rem;
      letter-spacing: 0;
      padding-top: 10px;
      display: block; }
  .heading p {
    text-align: center; }

.flex-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

/*===========================================================
navの設定
=============================================================*/
/*navの設定-------------------------------*/
nav#menu {
  background: #77213E; }
  nav#menu ul {
    width: 100%;
    display: flex;
    justify-content: center; }
  nav#menu li {
    color: #fff;
    padding-top: 0;
    font-size: 1rem;
    float: left;
    font-weight: bold;
    text-align: center;
    justify-content: space-between;
    transition: .3s; }
    nav#menu li a {
      padding: 15px 10px; }
      nav#menu li a:hover {
        color: #fff;
        background-color: #664A4B; }
  @media screen and (max-width: 900px) {
    nav#menu {
      display: none; } }

/*===========================================================
navスマホの設定
=============================================================*/
.res-logo {
  height: 45px;
  text-align: left;
  float: left;
  padding-top: 5px;
  padding-left: 5px; }

/*ヘッダーまわりはサイトに合わせて調整してください*/
#nav-res {
  display: none; }
  @media screen and (max-width: 760px) {
    #nav-res {
      display: block;
      width: 100%;
      height: 50px;
      max-width: 100%;
      background: #fff;
      position: fixed;
      z-index: 1600;
      top: 0;
      /*チェックボックス等は非表示に*/
      /*アイコンのスペース*/
      /*ハンバーガーアイコンをCSSだけで表現*/
      /*閉じる用の薄黒カバー*/
      /*中身*/
      /*チェックが入ったらもろもろ表示*/ }
      #nav-res h1 {
        padding: 8px;
        float: left; }
        #nav-res h1 img {
          height: 37px;
          padding-top: 0px; }
      #nav-res #nav-drawer {
        position: relative;
        text-align: right; }
      #nav-res .nav-unshown {
        display: none; }
      #nav-res #nav-open {
        display: inline-block;
        width: 30px;
        height: 30px;
        float: right;
        padding-right: 20px;
        vertical-align: middle;
        display: flex;
        justify-content: center;
        align-items: center; }
      #nav-res #nav-open span, #nav-res #nav-open span:before, #nav-res #nav-open span:after {
        position: absolute;
        height: 3px;
        /*線の太さ*/
        width: 25px;
        /*長さ*/
        border-radius: 3px;
        background: #555;
        display: block;
        content: '';
        cursor: pointer; }
      #nav-res #nav-open span:before {
        bottom: -8px; }
      #nav-res #nav-open span:after {
        bottom: -16px; }
      #nav-res #nav-close {
        display: none;
        /*はじめは隠しておく*/
        position: fixed;
        z-index: 99;
        top: 0;
        /*全体に広がるように*/
        left: 0;
        width: 100%;
        height: 100%;
        background: black;
        opacity: 0;
        transition: .3s ease-in-out; }
      #nav-res #nav-content {
        overflow: auto;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9999;
        /*最前面に*/
        width: 100%;
        /*右側に隙間を作る（閉じるカバーを表示）*/
        height: auto;
        max-hight: 100%;
        transition: .3s ease-in-out;
        /*滑らかに表示*/
        -webkit-transform: translateY(-105%);
        transform: translateY(-105%);
        /*左に隠しておく*/
        background: #fff;
        /*背景色*/
        opacity: 0.9;
        text-align: center; }
        #nav-res #nav-content ul {
          padding: 0 10px; }
          #nav-res #nav-content ul li {
            color: #786969;
            padding: 10px;
            text-align: center;
            border-bottom: dotted 1px #786969;
            width: 100%; }
            #nav-res #nav-content ul li:last-child {
              border-bottom: none; }
            #nav-res #nav-content ul li a {
              display: block;
              padding: 0; }
              #nav-res #nav-content ul li a span {
                display: none; }
      #nav-res #nav-input:checked ~ #nav-close {
        display: block;
        /*カバーを表示*/
        opacity: .5; }
      #nav-res #nav-input:checked ~ #nav-content {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        /*中身を表示（右へスライド）*/
        box-shadow: 6px 0 25px rgba(0, 0, 0, 0.15); } }

.key-visual {
  width: 100%;
  height: 700px;
  background-image: url(../img/118874692_購入.jpg);
  background-position: bottom;
  position: relative; }
  @media screen and (max-width: 760px) {
    .key-visual {
      height: 350px; } }
  .key-visual .wrap {
    position: absolute;
    background: rgba(255, 255, 255, 0.85);
    height: 700px;
    left: 5%;
    width: 300px;
    padding-top: 100px;
    text-align: center; }
    .key-visual .wrap img {
      width: 70%;
      padding-top: 70px; }
    .key-visual .wrap p {
      background: #4A671A;
      padding: 20px 0;
      text-align: center;
      font-size: 1.3rem;
      font-weight: bold;
      color: #fff;
      opacity: 1; }
    @media screen and (max-width: 760px) {
      .key-visual .wrap {
        position: static;
        width: 100%;
        height: 350px;
        padding-top: 0px; } }

.head-img {
  width: 100%;
  height: 150px;
  background-image: url(../img/118874692_購入.jpg);
  background-position: center; }
  @media screen and (max-width: 760px) {
    .head-img {
      height: 90px; } }

/*===========================================================
frontの設定
=============================================================*/
.front.activity {
  background: #EDE9E0;
  padding: 50px 0; }
  .front.activity .left {
    width: 70%;
    border-radius: 10px;
    background: #fff;
    padding: 40px; }
    @media screen and (max-width: 760px) {
      .front.activity .left {
        width: 100%;
        padding: 20px 10px; } }
    .front.activity .left h2 {
      font-size: 1.5rem;
      font-weight: bold;
      color: #6A9214;
      text-align: center; }
    .front.activity .left h3 {
      border-bottom: dotted 1px;
      font-size: 1.3rem;
      font-weight: bold;
      color: #6A9214;
      margin-top: 20px; }
      .front.activity .left h3 span {
        font-size: 1rem; }
      .front.activity .left h3 .green {
        color: #6A9214; }
    .front.activity .left dl dt {
      font-size: 0.8rem;
      margin: 10px 0; }
      .front.activity .left dl dt a {
        display: inline-block;
        text-decoration: underline; }
        .front.activity .left dl dt a:hover {
          color: #6A9214; }
      .front.activity .left dl dt span {
        color: #fff;
        background: #9D9D9D;
        padding: 5px 15px;
        border-radius: 5px;
        margin-right: 10px;
        display: inline-block;
        width: 165px;
        text-align: center; }
        @media screen and (max-width: 760px) {
          .front.activity .left dl dt span {
            line-height: 35px;
            padding: 0 15px; } }
    .front.activity .left dl dd {
      font-size: 0.9rem;
      margin-bottom: 15px; }
      .front.activity .left dl dd a {
        display: inline-block;
        text-decoration: underline; }
        .front.activity .left dl dd a:hover {
          color: #6A9214; }
  .front.activity .right {
    width: 28%; }
    @media screen and (max-width: 760px) {
      .front.activity .right {
        width: 100%;
        margin-top: 10px; } }
    .front.activity .right .banner {
      width: 100%;
      margin-bottom: 10px; }
      .front.activity .right .banner img {
        width: 100%; }
    .front.activity .right .info {
      background: #fff;
      padding: 5%; }
      .front.activity .right .info h3 {
        background: #6A9214;
        text-align: center;
        font-size: 1.2rem;
        font-weight: bold;
        color: #fff; }
      .front.activity .right .info dt, .front.activity .right .info dd {
        font-size: 0.8rem; }
      .front.activity .right .info dt {
        margin-top: 10px;
        color: #6A9214; }
      .front.activity .right .info dd {
        border-bottom: 1px dotted;
        padding-bottom: 10px; }
        .front.activity .right .info dd:last-child {
          border-bottom: none; }

.front.idea {
  background: #567698;
  padding: 50px 0;
  color: #fff; }
  .front.idea .left {
    width: 20%; }
    @media screen and (max-width: 760px) {
      .front.idea .left {
        width: 100%; } }
    .front.idea .left h2 {
      margin-top: 30px;
      font-weight: bold;
      font-size: 2rem;
      color: #fff; }
      @media screen and (max-width: 760px) {
        .front.idea .left h2 {
          text-align: center;
          margin-bottom: 15px; } }
  .front.idea .right {
    width: 80%;
    border-left: 1px solid #fff;
    text-align: center; }
    @media screen and (max-width: 760px) {
      .front.idea .right {
        width: 100%;
        border-left: none; } }
    .front.idea .right h3 {
      font-weight: bold;
      font-size: 1.2rem;
      color: #fff;
      margin-bottom: 10px; }
      .front.idea .right h3 span {
        font-size: 1rem; }
    .front.idea .right li span {
      font-size: 1.4rem;
      font-weight: bold; }

.front.service {
  background: #EDE9E0;
  padding: 50px 0; }
  .front.service ul.flex-wrap li {
    background: #fff;
    padding: 5%;
    width: 49%;
    margin-bottom: 20px;
    border-radius: 10px; }
    @media screen and (max-width: 760px) {
      .front.service ul.flex-wrap li {
        width: 100%; } }
    .front.service ul.flex-wrap li p.cap {
      text-align: center;
      text-decoration: underline; }
    .front.service ul.flex-wrap li h3 {
      text-align: center;
      font-weight: bold;
      font-size: 1.3rem;
      color: #fff;
      background: #6A9214;
      padding: 10px 0;
      margin-bottom: 20px;
      background-image: url(../img/line1.png); }
    .front.service ul.flex-wrap li p {
      margin-bottom: 10px; }

.front.staff {
  background: #F8F8F8; }
  .front.staff .member {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px dotted; }
    .front.staff .member:last-child {
      border-bottom: none; }
    .front.staff .member .left {
      width: 35%; }
      @media screen and (max-width: 760px) {
        .front.staff .member .left {
          width: 100%; } }
      .front.staff .member .left h3 {
        font-size: 1.4rem;
        font-weight: bold;
        margin-bottom: 20px; }
        .front.staff .member .left h3 span {
          font-size: 1rem; }
      .front.staff .member .left ul {
        font-size: 0.8rem; }
    .front.staff .member .right {
      width: 60%;
      background: #fff;
      border-radius: 10px;
      padding: 40px; }
      @media screen and (max-width: 760px) {
        .front.staff .member .right {
          width: 100%;
          padding: 15px;
          margin-top: 20px; }
          .front.staff .member .right p {
            text-align: left; } }
      .front.staff .member .right h4 {
        padding-bottom: 5px;
        border-bottom: 1px solid #B8B8B8;
        margin-bottom: 20px; }
      .front.staff .member .right p {
        font-size: 0.9rem; }
      .front.staff .member .right ul {
        font-size: 0.9rem; }

.front.staff2 {
  background: #e4e4e4;
  background-image: url(../img/line.png); }
  .front.staff2 .member {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px dotted; }
    .front.staff2 .member:last-child {
      border-bottom: none; }
    .front.staff2 .member .left {
      width: 35%; }
      @media screen and (max-width: 760px) {
        .front.staff2 .member .left {
          width: 100%; } }
      .front.staff2 .member .left h3 {
        font-size: 1.4rem;
        font-weight: bold;
        margin-bottom: 20px; }
        .front.staff2 .member .left h3 span {
          font-size: 1rem; }
      .front.staff2 .member .left ul {
        font-size: 0.8rem; }
      .front.staff2 .member .left img {
        width: 280px;
        margin: 20px 0 0;
        border-radius: 5px;
        height: 280px;
        object-fit: cover; }
        @media screen and (max-width: 760px) {
          .front.staff2 .member .left img {
            width: 100%;
            height: auto; } }
    .front.staff2 .member .right {
      width: 60%;
      background: #fff;
      border-radius: 10px;
      padding: 40px; }
      @media screen and (max-width: 760px) {
        .front.staff2 .member .right {
          width: 100%;
          padding: 15px;
          margin-top: 20px; }
          .front.staff2 .member .right p {
            text-align: left; } }
      .front.staff2 .member .right h4 {
        padding-bottom: 5px;
        border-bottom: 1px solid #B8B8B8;
        margin-bottom: 20px; }
      .front.staff2 .member .right p {
        font-size: 0.9rem; }
      .front.staff2 .member .right ul {
        font-size: 0.9rem; }
      .front.staff2 .member .right p.accordion {
        color: #786969;
        font-size: 0.8rem;
        font-weight: 600;
        text-decoration: underline;
        cursor: pointer;
        position: relative;
        text-align: right;
        padding-right: 20px;
        padding-bottom: 20px; }
        .front.staff2 .member .right p.accordion .caret {
          top: 7px;
          right: 0;
          position: absolute; }

/*=====================================================================
アフタースクールについての設定
=======================================================================*/
main.after .container {
  width: 860px; }
  @media screen and (max-width: 760px) {
    main.after .container {
      max-width: 100%;
      width: 100%;
      padding-left: 2%;
      padding-right: 2%;
      word-wrap: break-word;
      overflow-wrap: break-word;
      overflow-x: hidden;
      box-sizing: border-box; } }
main.after .btn-1 {
  display: block;
  text-align: center;
  margin: 15px 0;
  font-weight: bold;
  padding: 18px 35px;
  background: #fece05;
  border-radius: 20px;
  box-sizing: border-box;
  width: 450px;
  text-decoration: none;
  border: 2px solid #fece05; }
  @media screen and (max-width: 760px) {
    main.after .btn-1 {
      width: 100%; } }
  main.after .btn-1:hover {
    background: #fff; }
main.after .heading h2 {
  text-align: left;
  margin: 10px 0 20px; }
main.after .heading p {
  text-align: left; }
main.after .pageHeader {
  width: 100%;
  margin: 0 0 50px;
  box-sizing: border-box; }
  main.after .pageHeader .left {
    width: 65%;
    background: #fece05;
    box-sizing: border-box;
    padding: 50px 30px 40px; }
    @media screen and (max-width: 760px) {
      main.after .pageHeader .left {
        width: 100%;
        padding: 2%; } }
    main.after .pageHeader .left h1 {
      font-size: 1.7rem;
      line-height: 2.2rem; }
      @media screen and (max-width: 760px) {
        main.after .pageHeader .left h1 {
          font-size: 1.2rem;
          line-height: 1.5rem; } }
      main.after .pageHeader .left h1 span {
        color: #fff9e2;
        font-size: 1rem;
        display: block; }
        @media screen and (max-width: 760px) {
          main.after .pageHeader .left h1 span {
            font-size: 0.8rem; } }
  main.after .pageHeader .right {
    width: 35%; }
    @media screen and (max-width: 760px) {
      main.after .pageHeader .right {
        width: 100%; } }
    main.after .pageHeader .right img {
      width: 100%;
      height: 100%; }
main.after .aboutAfter {
  width: 100%;
  background: #FFFDEF;
  border-radius: 20px;
  margin: 50px 0;
  padding: 50px 30px;
  box-sizing: border-box; }
  main.after .aboutAfter h2 {
    font-size: 1.2rem;
    color: #6A9214;
    line-height: 1.5rem;
    border-bottom: 2px dotted;
    padding: 0 0 10px; }
  main.after .aboutAfter h3 {
    font-size: 1rem;
    margin: 25px 0 10px; }
  main.after .aboutAfter p {
    font-size: 0.7rem;
    line-height: 1.2rem; }
  main.after .aboutAfter .left {
    width: 40%; }
    @media screen and (max-width: 760px) {
      main.after .aboutAfter .left {
        width: 100%; } }
    main.after .aboutAfter .left img {
      width: 100%;
      height: 100%; }
  main.after .aboutAfter .right {
    width: 60%;
    padding-left: 45px;
    box-sizing: border-box; }
    @media screen and (max-width: 760px) {
      main.after .aboutAfter .right {
        width: 100%;
        padding-left: 0; } }
main.after .price img {
  width: 100%; }
main.after .wrap {
  margin: 70px 0; }
  main.after .wrap img {
    width: 100%;
    height: 100%; }
  main.after .wrap h2 {
    font-size: 1.2rem;
    color: #6A9214;
    line-height: 1.5rem;
    border-bottom: 2px dotted;
    padding: 0 0 10px;
    margin: 50px 0px 20px;
    display: inline-block; }
  main.after .wrap p {
    font-size: 0.9rem;
    line-height: 1.4rem; }
  main.after .wrap a {
    margin: 20px 0; }
main.after .aftershool {
  padding: 0 0 50px; }
  main.after .aftershool .heading {
    padding: 0; }
  main.after .aftershool div.flex-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    main.after .aftershool div.flex-wrap a {
      width: 32%;
      border-radius: 20px;
      text-align: center;
      background: #00b389;
      border: 1px solid;
	  font-size: .8rem;
      font-weight: bold;
      line-height: 1.4rem;
      padding: 20px;
		margin:0 0 20px;
      color: #fff; }
      @media screen and (max-width: 760px) {
        main.after .aftershool div.flex-wrap a {
          width: 100%; } }
      main.after .aftershool div.flex-wrap a:hover {
        color: #00b389;
        background: #fff; }

/*=====================================================================
footerの設定
=======================================================================*/
footer.common {
  background: #6A9214;
  padding: 30px 0; }
  @media screen and (max-width: 760px) {
    footer.common {
      text-align: center; } }
  footer.common .logo {
    float: left;
    width: 100px; }
    @media screen and (max-width: 760px) {
      footer.common .logo {
        float: none; } }
  footer.common ul {
    float: left;
    margin-left: 30px;
    color: #fff;
    font-size: 0.9rem;
    border-left: 1px dotted #fff;
    padding-left: 30px;
    height: 130px; }
    @media screen and (max-width: 760px) {
      footer.common ul {
        float: none;
        border-left: none;
        padding-left: 0;
        margin-left: 0;
        height: auto; } }
    footer.common ul a:hover {
      color: black; }

/*=====================================================================
page-lectureの設定
=======================================================================*/
.page-lecture ul li span {
  font-weight: bold;
  color: #6A9214; }
.page-lecture ul li:nth-child(odd) {
  margin-top: 15px; }

/*=====================================================================
078アフタースクールの設定
=======================================================================*/
.front.aftershool {
  background: #EDE9E0;
  padding: 0 0 50px; }
  .front.aftershool .heading {
    padding: 0px 0 20px; }
  .front.aftershool div.flex-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .front.aftershool div.flex-wrap a {
      width: 32%;
      border-radius: 20px;
      text-align: center;
      background: #00b389;
      border: 1px solid;
	  font-size: .8rem;
      font-weight: bold;
      line-height: 1.4rem;
      padding: 20px;
	  margin: 0 0 15px;
      color: #fff; }
      @media screen and (max-width: 760px) {
        .front.aftershool div.flex-wrap a {
          width: 100%; } }
      .front.aftershool div.flex-wrap a:hover {
        color: #00b389;
        background: #fff; }

.iframepdf {
  width: 100%;
  height: 760px; }
  @media screen and (max-width: 760px) {
    .iframepdf {
      height: auto; } }

/*=====================================================================
蔵下先生の写真の設定
=======================================================================*/
.member img{
	width: 280px;
  	margin: 20px 0 0;
	border-radius: 5px;
	height: 280px;
	object-fit: cover;
}
		@media screen and ( max-width:760px ){
			.member img{
			width: 100%;
   			height: auto;
		}
	}
