@charset "UTF-8";

body {
  font-family: 'Verdana',Arial, 'Trebuchet', 'Century Gothic', sans-serif;
  margin: 0;
  padding:0;
  text-align: center;
  background: #ffffff;
  /* max-width: 1050px; */
  margin: 0 auto;
  /* background-color: #ce1ca1; */
  background-image: url("../img/background/background101.jpg");
  /* background-color:rgba(255,255,255,0.9);
  background-blend-mode:lighten; */
  background-size: 100% auto;
}



 /* ヘッダー部分(全ページ共通）　header */
.header_title_contents .ruby {
  top:0px;
  left:28rem;
  width: 170px;
  margin: 0 auto;
  font-size:0.7rem;
  color:rgb(38, 0, 255);
}
.header_title_contents .header_sub_title {
  margin-top: 3px;
  padding: 0;
  font-family: 'Roboto Slab', serif;
  font-size:0.8rem;
  color:rgb(38, 0, 255);
  line-height: 7px;
  letter-spacing: 1px;
}
.header_title{
  text-decoration: none;
  font-size:2em;
  color:rgb(38, 0, 255);
  line-height: 56px;
}
.header_items p{
  font-family: 'M PLUS 1p', sans-serif;
  line-height: 2.5rem;
  font-size: 1.6rem;
  color:red;
}
.header_approval{
  font-size: 14px;
  text-align: center;
  padding-top:10px;
}
.header_top h1{
  margin: 0px;
}
.header_tel{
  font-family: 'BIZ UDPGothic', sans-serif;
  color:#029b28;
  text-decoration: none;
  font-size:17px;
  font-weight: bold;;
}
.tel {
  color:#029b28;
}
.business_hours {
  color:#000000;
}
.fa-phone-volume {
  font-size:20px;
}
.logo {
  margin-top: 10px;
}
header p {
  font-size: 12px;
  margin: 0;
}
p.commercial {
  color:#08a18d;
  font-size: 10px;
  background: #e5ff00;
  padding:0;
  margin:0 0 10px;
  line-height: 20px;
}
.business_hours {
  font-family: 'BIZ UDPGothic', sans-serif;
  width: 260px;
  margin: 4px auto 0;
  padding: 0px 0px;
  font-size: 11px;
  /* border: 1px solid #3d3d3d; */
}
 /* ヘッダー部分　header　end  */




/* ヘッダーのナビメニュー部分（全ページ共通）　header_nav */
nav {
  margin-top: 20px;
}
nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex; 
  flex-wrap:wrap; 
  justify-content:center;
}
nav ul li {
  background: linear-gradient(0deg, #ffcb7d, #ff9900);
  padding: 6px 0 ;
  width: 25%;
  border-radius: 30px;
  border: 2px solid rgb(255, 255, 255);
  box-shadow: 3px 3px rgb(214, 198, 175);
  box-sizing: border-box;
  height:50px;
}
nav ul li:hover {
  opacity: 0.8;
}
nav ul a {
  text-decoration: none;
  color: #fffefd;
}
nav ul a:hover {
  color: rgb(125, 69, 2);
}
nav ul a .title_ja {
  font-size: 15px;
  letter-spacing: 2px;
  padding-top:4px;
}
nav ul a .title_en {
  font-size: 10px;
  visibility:hidden;
}
nav ul a .staff {
  letter-spacing: 0;
  }
/* ヘッダーのナビメニュー部分　header_nav end */



/* ホーム（index.html)の写真の幅とマージン */
.top_img {
  width: 100%;
  margin: 20px 0;
}
/* ホームの写真の幅とマージン end */



/* ホームの（index.html)写真のスライド機能 */
.loop_wrap {
  display: flex;
  width: 100%;
  overflow: hidden;
  margin: 20px 0;
}
.loop_wrap ul {
  list-style: none;
  display: flex;
  margin: 0;
  padding:0;
}
.loop_wrap ul li {
  margin:-1px;
}
.loop_wrap ul li img {
  width: 100vw;
}
.nico1 {
  transform: translateX(0%);
}
.nico2 {
  transform: translateX(0%);
}
@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-200%);
  }
}
.nico1 {
  animation: loop 200s -100s linear infinite;
}
.nico2 {
  animation: loop2 200s  linear infinite;
}

/* ホームの写真のスライド機能　end */



/* トップページ(index.html)　新着情報の部分 */
.news {
  text-align: left;
  margin: 0 10px 20px;
  padding: 20px;
  background: #fff;
  border-radius: 8px;
  opacity: 0.9;
}
.news dl {
  margin-bottom: 20px;
}
.news dl dt {
  font-size: 17px;
  font-family: 'Kosugi', sans-serif;
  margin: 20px 0;
}
.news dl dd {
  font-size: 15px;
  border-bottom: 2px dotted #ccc;
  padding-bottom: 20px;
  margin: 0px;
}
/* トップページ　新着情報の部分 end */



/* ページのメインの部分（全ページ共通） */
.main_contents {
  text-align: left;
  background: #fff;
  background: #ffffff8c;

  margin: 20px 10px 20px;
  padding-bottom: 20px;
  border-radius: 12px;
  border:1px solid #ff9900;
  opacity: 0.9;

}
h2 {
  background: linear-gradient(0deg, #ffcb7d, #ff9900);
  padding: 6px 20px;
  margin: 0;
  border-radius: 8px 8px 0 0;
  color: #fff;
  font-size: 20px;
  text-align: center;
  text-shadow: 1px 1px 2px #818181;
}
h3 {
  font-size: 20px;
  border-bottom: 3px solid #ff9900;
  padding: 5px 0 3px 10px;
  margin: 20px 0 10px;
}
h5 {
  font-size:15px;
  margin-top: 6px;
  margin-bottom: 0;
}

.main_contents .inner {
  margin: 0 20px;
}
.main_contents .second_inner {
  padding: 0 5px;
}
.main_contents .inner h4 {
  color: #ff9900;
  font-size:18px;
  margin-top: 10px;
  margin-bottom: 0px;
}
.main_contents .inner p {
  text-align: justify;
}
.second_inner{
  font-family: 'M PLUS Rounded 1c', sans-serif;
}
/* ページのメインの部分（全ページ共通）end  */




/* ご挨拶ページ（greeting.html）用 */
.greeting_red { 
  color: #ff0202;
}
.greeting_green { 
  color: #4efc23;
}
.greeting_blue {
  color: #0805d8;
}

.greeting_bold {
  font-weight: bold;
  text-decoration: underline;
}
.greeting_underline {
  text-decoration: underline;
}
/* ご挨拶ページ（greeting.html）用 end */





/* マップ用のパーツ・イメージ図＋ミニマップ (6教室ページ共通）*/
.map_set_image {
  width: 100%;
}
.map_set_minimap {
  width: 100%;
}
.map_set_googlemap {
  width: 100%;
  margin: 10px 0px 30px;
}
/* マップ用のパーツ・イメージ図＋ミニマップ (6教室ページ共通）end */




/* 会社概要ページ（summary.html)　沿革の表 */
table.schedule {
  text-align: center;
  border-collapse: collapse;
  width: 100%;
  max-width: 300px;
}
table.schedule th,table.schedule td {
  border: 1px solid #ff9900;
  padding: 5px 10px;
  font-weight:normal;
}




/* 当塾の特色ページの表（features.html) */
table.features_items {
  text-align: center;
  border-collapse: collapse;
  width: 100%;
}
table.features_items th,table.features_items td {
  text-align: left;
  border: 1px solid #ff9900;
  padding: 5px 10px;
  font-weight:normal;
}
.features_items tr:nth-child(2n+1) {
  background: linear-gradient(0deg, #faa739, #ff6600);
  color:#ffffff;
  font-size:17px;
  font-weight: bolder;
  padding:30px 
}
.features_items tr:nth-child(2n) {
  font-size: 13px;
  line-height: 23px;
}
/* 当塾の特色ページの表 end */





/* 家庭教師科ページ(tutor.thml) 緑色のところ*/
.one_phrase {
  text-align: center;
  background-color: #5ea715;
  font-size: 1.2em;
  line-height: 2em;
  border-radius: 6px;
  color:#ffffff;
}
.tutor_content {
  margin-bottom: 100px;
}
/* 家庭教師科ページ  end */





/* 塾科ページ(lessons.html) */
/* 塾科ページの(教室名と住所の）表 */
.schools {
  font-size: 0.9rem;
  border-collapse: collapse;
  margin: 0 auto;
  width: 100%;
  max-width: 500px;
}
.schools th {
  text-align: center;
}
.schools  th{
  background-color: #dff5d8;
  height:40px;
  padding:0px 9px;
  border: 1px solid #85d38f;
}
.schools  td{
  background-color: #dff5d8;
  height:40px;
  padding:0px 9px;
  border: 1px solid #85d38f;
}
.schools td:nth-child(2n+1) {
  text-align: center;
}
.schools a {
  text-decoration: none;
  color:#000000;
}
.schools td:nth-child(2n+1):hover {
  opacity: 0.8;
}
.schools a:hover {
  color:#2f9202;
}
/* 塾科ページの表 end*/


/* 塾科ページリストの部分（表のすぐ下の箇条書き部分） */
.lessons_second_items {
  padding-right:20px;
  font-size: 0.9rem;
}
/* 塾科ページリストの部分 end */


/* 塾科ページ 写真とコメントの部分 */
.lesson_img_content {
  text-align: center;
}
.lesson_img_content p {
  text-align: center;
  padding:0 auto;
  width: 190px;
  margin: 0 0 0 auto;
}
/* 塾科ページ 写真とコメントの部分 end */

/* サマースクール・ウィンタースクールの写真の幅 */
.season_lesson_image {
  width: 100%;
}
/* サマースクール・ウィンタースクールの写真の幅 end */
/* 塾科ページ end*/





/* 各教室用ページ（６ページ）のパーツ */

/* 時間割の表 (良い授業・安い月謝のすぐ下の表）*/
table.timetable {
  /* font-family: 'Zen Antique', serif; */
  font-family: 'M PLUS 1p', sans-serif;
  text-align: center;
  border-collapse: collapse;
  width: 100%;
  font-size: 9px;
  font-weight: bold;
  /* max-width: 300px; */
}
table.timetable th {
  text-align: center;
  border: 1px solid #ff9900;
  padding: 5px 10px;
}
table.timetable td {
  vertical-align: top;
  text-align: left;
  border: 1px solid #ff9900;
  padding: 5px 10px;
}
table.timetable tr td.course {
  vertical-align: middle;
  text-align: center;
}
.weekday {
  display:block;
  color:#0c0c0c;
  background-color: #acfa94;
  border-radius: 3px;
  padding: 1px 0;
  text-align: center;
}
.lesson_time {
  display: block;
  margin-top: 2px;
  margin-bottom: 10px;
  text-align: center;
}
.subject {
  background-color: #ffb039;
  border-radius: 50px;
  display: block;
  text-align: center;
  margin:15px 0 10px;
}
/* 時間割の表 (良い授業・安い月謝のすぐ下の表）end */


/* 時間割のすぐ下の箇条書きの部分 */
.second_items_list ul  {
  padding-left: 0;
}
.second_items_list  {
  list-style-type: style none;
  padding-left:20px;
  font-size: 0.9rem;
}
/* 時間割のすぐ下の箇条書きの部分  end */


/* 月謝表 */
table.monthly_fee {
  font-family: 'M PLUS 1p', sans-serif;
  border-collapse: collapse;
  width: 100%;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 20px;
}
table.monthly_fee th {
  border: 1px solid #ff9900;
  text-align: center;
  padding: 5px 3px;
}
table.monthly_fee td {
  text-align: center;
  border: 1px solid #ff9900;
  padding: 4px;
}
.monthly_fee_note {
  font-size: 15px;
}
.monthly_fee tr th.first_row {
  line-height: 15px;
}

/* 月謝表 end*/


/* 伏石教室(fuseisho.html)　時間割の下の注意書き */
/* (伏石教室の時間割が合わない方へ) */
.fuseishi_notice {
  background-color: #f7f0b7;
  padding:10px 20px;
  border-radius: 10px;;
}
.fuseishi_notice_title {
  color: #ff5e01;
  font-size: 15px;
  margin: 10px 0px 10px;
}
.fuseishi_notice p {
  font-size: 14px;
  padding: 0;
  margin:0 0 5px;
}
/* 伏石教室　時間割の下の注意書き end */

/* 各教室用ページのパーツ end */





/* サマースクール・ウィンタースクール*/
/* サマー・ウィンター・トップページ 
（summer_school_info.html)と(winter_school_html)の計2ページに使用*/
.student_choice {
  border-top: 3px solid #ff9900;
  padding: 20px 20px 0;
  margin-bottom: 0;
  list-style: none;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.student_choice .summer{
  width:40%;
  margin:10px auto;
  padding: 6px;
  background : linear-gradient(-45deg, #5856f3,#5856f3,#93a3fd,#5856f3,#5856f3);
  border-radius: 30px;
  background-size: 200% 200%;
  animation: bggradient 4s cubic-bezier(0.58, 0.01, 0.42, 0.99) infinite ;
  box-shadow: 5px 5px 20px 0 rgba(60, 194, 235, 0.5);
}
.student_choice .winter{
  width:40%;
  margin:10px auto;
  padding: 6px;
  background : linear-gradient(-45deg, #f356d9,#f356d9,#fc9ae6,#f356d9,#f356d9);
  border-radius: 30px;
  background-size: 200% 200%;
  animation: bggradient 4s cubic-bezier(0.58, 0.01, 0.42, 0.99) infinite ;
  box-shadow: 5px 5px 20px 0 rgba(216, 7, 188, 0.5);
}
.student_choice a {
  text-decoration: none;
  color:#f8f8f7;
  transform: translateY(-50%) translateX(-50%);
}
.student_choice li:hover {
  opacity: 0.8;
}
.student_choice .summer a:hover { 
  color:#2500aa
}
.student_choice .winter a:hover { 
  color:#aa01aa
}
@keyframes bggradient{
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
/* サマー・ウィンター・トップ end */

/* サマースクール・ウィンタースクールの詳細ページ（小学校・中学校ページ(計６ページ）に使用）
summer_junior_high_school3.html,
summer_junior_high_school.html,
summer_elementary_schoo.html,
winter_junior_high_school3.html,
winter_junior_high_school.html,
winter_elementary_schoo.html,
 */
.summer_school_year {
  color:#546dfd;
  text-shadow: 2px 2px 3px #687df8;
  font-size: 20px;
}
.winter_school_year {
  color:#fc50fc;
  text-shadow: 2px 2px 4px #f287fc;
  font-size: 20px;
}
.main_contents .season h3 {
  font-size: 20px;
  border-bottom: 3px solid #ff9900;
  border-left: 3px solid #ff9900;
  /* border-right: 3px solid #ff9900; */
  /* background-color: #fcefd3; */
  background: linear-gradient(0deg, #fdd598, #fdfdfd);
  padding: 5px 0 3px 10px;
  margin: 20px 0 10px;
  border-radius: 10px;
}


/* 花園教室へのリンク文字(サマースクール・ウィンタースクールの学年ページ６ページ） */
.hanazono_link {
  font-size: 20px;
  text-decoration: none;
  color:#ff9900;
  margin-left: 0;
}
.hanazono_link:hover {
  opacity: 0.7;
}
/* 花園教室へのリンク文字 end */


/* サマースクール・ウィンタースクールの日程の表(サマースクール・ウィンタースクールの学年ページ６ページ） */
.season_school_timetable {
  font-size:14px;
  line-height: 15px;

}
table.season_school_timetable {
  border-collapse: collapse;
  width: 100%;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 20px;
}
table.season_school_timetable th {
  border: 1px solid #ff9900;
  text-align: center;
  padding: 5px 3px;
}
table.season_school_timetable td {
  text-align: center;
  border: 1px solid #ff9900;
  padding: 4px;
}
.season_school_timetable_note {
  font-size: 15px;
}
.season_school_timetable tr th.first_row {
  line-height: 15px;
}
.rotate {
  writing-mode: vertical-rl;
}

.frist_second{
  width: calc(100%/6.4);
  height: 30px;
}
/* サマースクール・ウィンタースクールの日程の表 end */


/* 授業料の部分 */

.tuition_fee {
  margin: 0 auto;
  width:100%;
  max-width: 500px;
  border-collapse: collapse;
  font-weight: bold;
}
.tuition_fee tr td:nth-child(2n){
  text-align: right;
}
.tuition_fee_total {
  border-top: 2px solid #000000;
}
/* 授業料の部分　end */


.note p{
  color:#f86706;
  font-size: 15px;
  margin: 0px;
}

/* (世の中不景気のため～～）の部分 */
.note2 {
  font-weight: bold;
  color:#000000;
  font-size: 13px;
  background: linear-gradient(180deg, #f19202, #f5cb6f);
  padding:6px 15px;
  border-radius: 15px;
  margin-top: 10px;
}
/* (世の中不景気のため～～）の部分 end */

/* サマースクール・ウィンタースクールの詳細ページ（小学校・中学校ページに使用）end */
/* サマースクール・ウィンタースクール end */





/* ページ左のメニュー部分 (塾科と夏季・冬季講習のメニュー）（全ページ共通）*/
.menu dd,dt{
  text-align: center;
}
.menu_list {
  text-align: left;
  margin: 0px 10px 0px;
  letter-spacing: 3px;
}
.menu_list dl {
  margin: 20px;
}
.menu_list dt {
  background: linear-gradient(0deg, #ffd08fde, #ff9b04c7);
  /* background: linear-gradient(0deg, #ffcb7d, #ff9900); */
  border:1px solid #ff9900;
  border-radius: 8px 8px 0 0;
  padding:10px 20px;
  font-size:19px;
  color: #684803;
  opacity: 0.9;

}
.menu_list dl dd {
  font-size: 17px;
  border-bottom:1px solid #ff9900;
  border-left:1px solid #ff9900;
  border-right:1px solid #ff9900;
  padding: 10px 20px;
  margin: 0px;
  background: #ffffffad;
  opacity: 0.9;

}
.menu_list dl dd:last-child {
  border-bottom: 1px solid #ff9900;
  border-radius: 0 0 8px 8px;
}


.menu_list dl dd:hover {
  background: #faead0;
}
.menu_list dl a {
  text-decoration: none;
  color: #333;
}
.menu_list dl dd a:hover {
  color: #ff9900;
}
/* ページ左のメニュー部分 (塾科と夏季・冬季講習のメニュー）（全ページ共通）end */




/* フッター footer （全ページ共通）*/
footer {
  margin-top:20px;
}
footer ul {
  list-style: none;
  background:#ff9900;
  display: flex;
  flex-wrap:wrap;
  justify-content: space-between;
  color: #fff;
}
footer ul li {
  padding: 0px;
  width: 50%;
  height:40px;
  line-height: 40px;
}
footer ul a {
  text-decoration: none;
  color: #fff;
  letter-spacing: 2px;
}
footer ul a:hover {
  color: #7d4502;
}
footer ul li:hover {
  letter-spacing: 1px;
  background-color: #faac2f;
}
/* フッターアドレス */
.address_wrap{
  font-family: 'BIZ UDPGothic', sans-serif;
  font-size: 0.8rem;
  padding: 0px 15px 0;
  text-align: right;
  /* line-height: 10px; */
  margin-top:1px; 
}
address {
  font-style:normal;
}
address span {
  line-height: 25px;
}
footer p {
  margin: 0;
  height:0px;
}
footer ul {
  padding:0px;
  margin:0px;
}
footer .copy_right {
  font-size: 0.8rem;
  color: #ffffff;
  height:20px;
  background-color: #535353;
}
/* .copy_right {
  width: 100%;
  color: #ffffff;
  background-color: #535353;
} */

/* フッター（全ページ共通）end */






/* ウィンドウサイズが415px以上になった時の設定 */
@media(min-width:415px) {
  .header_approval{
    font-size: 15px;
    text-align: center;
  }
  
  .header_items p{
    font-size: 30px;
    color:red;
    line-height: 3rem;

  }
  p.commercial {
    color:#08a18d;
    font-size: 12px;
    background: #e5ff00;
    padding:0;
    margin:0 auto 10px;
    line-height: 20px;
    width: 430px;
    border-radius: 4px;
  }
  
  
  /* ヘッダーナビメニュー(全ページ共通） */
  nav ul li {
    width: 25%;
    border-radius: 20px;
    border: 1px solid rgb(247, 151, 6);
    
  }
  nav ul a .title_ja {
    font-size: 16px;
    letter-spacing: 2px;
    padding-top:0px;
  }
  nav ul a .title_en {
    font-size: 10px;
    visibility:visible;
  }
  /* ヘッダーナビメニュー end*/


  /* トップページ写真ループ */
  .loop_wrap {
    margin:20px 0;
  }
  .top_img {
    width: 100%;
    margin: 0;
  }
  /* トップページ写真ループ end*/
  



  /* フッターパーツ */
  footer ul {
    justify-content: center;
  }
  /* フッターパーツ end*/


  /* マップ用のパーツ・イメージ図＋ミニマップ （6教室共通）*/
  .map_set {
    display: flex;
    flex-wrap:wrap;
  }
  .map_set_image {
    width: 50%;
  }
  .map_set_minimap {
    width: 50%;
    margin:auto 0 auto;
  }
  /* マップ用のパーツ・イメージ図＋ミニマップ （6教室共通）end */


/* 当塾の特色ページ（features.html)の表 */
.features_items tr:nth-child(2n+1) {
  font-size:17px;
  font-weight: bolder;
  padding:30px 
}
.features_items tr:nth-child(2n) {
  font-size: 16px;
  line-height: 29px;
  height: 50px;
}
/* 当塾の特色の表 end */



/* 教室用ページのパーツ (全6教室のページ共通）*/
/* 時間割の表 */
table.timetable {
  font-family: initial;

  font-size: 15px;
  /* max-width: 300px; */
}
/* 時間割の表 end*/


/* 月謝表 */
table.monthly_fee {
  font-family: initial;
  font-size: 15px;
  margin-bottom: 50px;
  /* max-width: 300px; */
}
.monthly_fee_note {
  font-size: 1rem;
}
.second_items_list  {
  font-size: 1rem;
}
.monthly_fee tr th.first_row {
  line-height: 16px;
}
/* 月謝表 end */


/* 伏石教室　時間割の下の注意書き */
.fuseishi_notice_title {
  font-size: 18px;
}
.fuseishi_notice p {
  font-size: 15px;
}
/* 伏石教室　時間割の下の注意書き end */
/* 教室用ページのパーツ end */


/* サマースクール・ウィンタースクール　学年ページ（共通） */
.season h4,.season h5,.season a,.season .note {
  margin-left: 10px ;
}
.hanazono_link {
  margin-left: 0;
}
.note2 {
  font-size: 15px;
  padding:10px 20px;
}
/* サマースクール・ウィンタースクール　学年ページ end  */


/* フッターメニュー */
footer ul li {
  justify-content:flex-start;
  width: 33%;
  height:30px;
  line-height: 30px;
  text-align: center;
}
/* フッターメニュー end */

} 
/* ウィンドウサイズが415px以上になった時の設定  end */






/* ウィンドウサイズが769px以上になった時の設定 */
@media(min-width:769px) {
  /* ヘッダーメニュー（全ページ共通） */
  nav ul li {
    width: calc(100%/7);
    border-radius: 0px;
    border:none;
    box-shadow:none;
    height:45px;
  }
  nav ul a .title_ja {
    font-size: 15px;
    letter-spacing: 2px;
    padding:0;
    line-height: 20px;
  }
  nav ul li:first-child {
    border:none;
  }
  .header_top {
    height:230px;
  }
  /* ヘッダーメニュー（全ページ共通） end */


  /* トップページ(index.html) 写真ループ */
  .loop_wrap {
    margin:0;
  }
  /* トップページ写真ループ end*/

  /* 全ページ共通　メイン部分 */
  .main_wrap {
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
    max-width: 1100px;
    margin: 0 auto;
  }
  .main_items {
    margin-top: 20px;
  }
  .right {
    width: 70%;
  }
  .left {
    width: auto;
    margin:0;
  }
  .menu {
    width: 300px;
  }
  .director_contents {
    display: flex;
    flex-wrap: wrap;
  }
  .histry {
    margin-left: 40px;
    width: 320px;
  }
  /* 全ページ共通　メイン部分 end */


/* 当塾の特色ページ（features.html)の表 */
.features_items tr:nth-child(2n+1) {
  font-size:20px;
  padding:30px 
}
.features_items tr:nth-child(2n) {
  font-size: 17px;
  line-height: 29px;
  height: 70px;
}
/* 当塾の特色の表 end */


/* 塾科ページ(lessons.html)　授業風景の写真 */
.lesson_img_content img {
  width: 75%;
}
/* 塾科ページ　授業風景の写真 end*/


/* サマースクール・ウィンタースクールページパーツ*/
/* サマー・ウィンター・トップ(計2ページ）
summer_school_info.html,
winter_school_info.html */
.student_choice {
  display: flex;
  flex-wrap:nowrap;
}
.student_choice .summer,.student_choice .winter {
  margin:10px 3px;
}


/* サマースクール・ウィンタースクール　学年ページ（計6ページ） */
.season h4,.season h5,.season a,.season .note {
  margin-left: 20px ;
}
a.hanazono_link {
  margin-left: 0;
}
.frist_second{
  height: 30px;
}
table.season_school_timetable {
  max-width: 600px;
  margin: 0 auto;
}
.note2 {
  /* text-align: center; */
  font-size: 15px;
  padding:10px 30px;
  max-width: 530px;
  margin: 10px auto;
}
/* サマースクール・ウィンタースクール　学年ページ end  */
/* サマースクール・ウィンタースクールページパーツ　end */


/* フッターメニュー (全ページ共通） */
footer ul li {
  justify-content:flex-start;
  width: calc(100%/7);
  height:30px;
}
/* フッターメニュー end */


/* ウィンドウサイズが769px以上になった時の設定  end */

}



/* ウィンドウサイズが1000px以上になった時の設定　*/
@media(min-width:1000px) {
  .header_items{
    position: relative;
  }
  .tel {
    position: absolute;
    bottom:5px;
    right:0px;
  }
  .header_top {
    height:180px;
  }
  
} 
/* ウィンドウサイズが1000px以上になった時の設定  end */
