@charset "UTF-8";

#main_page1,
#main_page2,
#main_page3 {
  background-size: 100%;
  height: 170px;
  opacity: 0.4;
}

#main_page1 {
  background: url(../img/index/main4.jpg) -350px bottom;
}

#main_page2 {
  background: url(../img/index/main5.jpg) -350px -50px;
}

#main_page3 {
  background: url(../img/index/main6.jpg) 120px bottom;
}

h2.page-title {
  /*mod20211008*/
  position: relative;
  margin-top: -110px;
  z-index: 99;
  /* font-size: 200%; */
  font-size: 180%;
  line-height: 1.25;
  color: #fff;
  /* font-family: "Sawarabi Mincho"; */
  text-shadow: 0px 0px 8px #444, 2px -2px 8px #444, -2px 2px 8px #444;
  text-align: center;
  padding-bottom: 10px;
}

h3 {
  padding: 0 0 1em;
  /* font-weight: normal; */
  font-weight: 700;
}

h4 {
  font-size: 1.1em;
  letter-spacing: 0;
}

#topicpath {
  padding: 10px 20px 20px;
  list-style: none;
  margin: 0 0 30px;
  text-align: right;
}

#topicpath li {
  display: inline;
}

table {
  width: 80%;
  margin: 0 auto 2em;
}

table th,
table td {
  padding: 5px;
  border: #ddd 1px solid;
}

table th,
table td {
  padding: 10px;
}

table th {
  background: #0168b7;
  text-align: left;
  color: #fff;
  width: 35%;
}

table td {
  background: #fff;
}

#mailform {
  width: 90%;
  margin: 0 auto 30px;
  text-align: center;
}

#mailform span {
  display: inline;
  padding: 0 5px;
  color: #ff0004;
}

input {
  border: #ccc 1px solid;
  padding: 10px;
  margin: 5px 0;
}

textarea {
  border: #ccc 1px solid;
  padding: 10px;
  margin: 5px 0;
}

#btn {
  text-align: center;
}

#submit_btn,
#reset_btn {
  margin: 0 10px 5px;
  padding: 10px 20px;
  font-size: 1.1em;
  background: #0168b7;
  color: #fff;
  border-style: none;
}

#contents {}

#contents img {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  box-shadow: 0px 0px 5px 0px #cccccc;
  -moz-box-shadow: 0px 0px 5px 0px #cccccc;
  -webkit-box-shadow: 0px 0px 5px 0px #cccccc;
}

#contents .btn_detail img {
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  box-shadow: 0px 0px 0px 0px #cccccc;
  -moz-box-shadow: 0px 0px 0px 0px #cccccc;
  -webkit-box-shadow: 0px 0px 0px 0px #cccccc;
}

#pagetitle {
  font-size: 200%;
}

.infomation {
  padding: 1em;
  color: #ac6a00;
}

.infomation li {
  display: inline-block;
  border-right: 1px solid #ac6a00;
  padding: 0 1em;
  margin-bottom: 1em;
}

.infomation li:last-child {
  border: none;
}

strong {
  color: #ac6a00;
}

.subtit {
  background: url(../img/index/bg_news.png) repeat-x 0 bottom;
  padding-bottom: 20px;
}

p.coupon {
  line-height: 3em;
}

p.coupon img {
  background: #fff;
}

#mailform dt,
#mailform dd {
  padding-bottom: 0.5em;
}

.photo {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.policy {
  padding-bottom: 50px;
}

.policy div {
  padding: 10px;
}

.school_info {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: 20px;
  border: #eee 1px solid;
  background: #f6f6f6;
  /* margin-bottom: 20px; */
  margin-bottom: 80px;
}

#sitemap {
  padding-bottom: 50px;
}

#sitemap li {
  margin-left: 20%;
  margin-bottom: 5px;
}

#sitemap li a {
  border: #ccc 1px solid;
  background: #eee;
  display: block;
  padding: 10px;
  text-decoration: none;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  text-align: left;
  font-size: 90%;
}

#sitemap li.index {
  margin-left: 0;
  margin-right: 0%;
}

#sitemap li a:hover {
  border-color: #0168b7;
  background: #0168b7;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  color: #fff;
}

#link {
  margin-bottom: 50px;
}

#link dd {
  margin: -1.7em 0 0 12em;
  border-left: #ccc 1px dotted;
  padding-left: 2em;
}

#name {
  text-align: right;
}

#month {
  text-align: center;
}

table#calendar th,
table#calendar td {
  width: 14%;
  text-align: center;
}

table#calendar td.holiday {
  color: #ff0004;
}

table#calendar td.event {
  color: #00a2ff;
}

.btn_detail {
  margin-top: 3em;
}

.btn_detail a {
  background: #0068b7;
  color: #fff;
  padding: 10px 15px;
  text-decoration: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.btn_detail a:hover {
  background: #2a99ff;
}

.nagamachi {
  background: #fff1f1 url(../../page2/img/kids.png) no-repeat center bottom;
  padding-bottom: 400px;
  border-color: #0168b7;
}

.asto,
.mukaiayma {
  background: #fffbef url(../../page2/img/asto/kids.png) no-repeat center bottom;
  padding-bottom: 400px;
  border-color: #0168b7;
}

.mitazono {
  background: #f9fff0 url(../../page2/img/mitazono/kids.png) no-repeat center bottom;
  padding-bottom: 200px;
  border-color: #0168b7;
}

.ohnoda {
  background: #f9fff0 url(../../page2/img/kids.png) no-repeat center bottom;
  padding-bottom: 300px;
  border-color: #0168b7;
}

.katahira {
  /*add20210518*/
  background: #e4f3fc url(../../page2/img/katahira/katahira_bg.png) no-repeat center bottom;
  padding-bottom: 210px;
  border-color: #0168b7;
}

.tomizawa {
  background: #e4f3fc url(../../page2/img/tomizawa/tomizawa_bg.png) no-repeat center bottom;
  padding-bottom: 240px;
  border-color: #0168b7;
}

.kawaramachi {
  background: #e4f3fc url(../../page2/img/kawaramachi/kawaramachi_bg.png) no-repeat center bottom;
  padding-bottom: 260px;
  border-color: #0168b7;
}

.asuto-square {
  background: #e4f3fc url(../../page2/img/asuto-square/asuto-square_bg.png) no-repeat center bottom;
  padding-bottom: 260px;
  border-color: #0168b7;
}

.yanagyu-advance,
.iwanuma-advance {
  background: #e4f3fc url(../../page2/img/advance/advance_bg.png) no-repeat center bottom;
  padding-bottom: 330px;
  background-size: 50%;
  border-color: #0168b7;
}

.boy {
  background: #f6f6f6 url(../../page2/img/relax_boy.png) no-repeat left bottom;
  padding-bottom: 80px;
}

.girl {
  background: #f6f6f6 url(../../page2/img/relax_girl.png) no-repeat left bottom;
  padding-bottom: 80px;
}

.homeru {
  /* background: #f6f6f6 url(../../page2/img/homeru.png) no-repeat right bottom;
  padding-bottom: 100px; */
}

#sitemap li.third {
  margin-left: 30%;
}

#sitemap li.third a {
  padding: 7px;
}

.report .title {
  padding: 5px 10px;
  color: #fff;
  background: #0079ca;
  margin-bottom: 1em;
}

.report h3.title {
  padding: 10px 15px;
  line-height: 1.4;
}

.report .container {
  margin-bottom: 5em;
  padding-top: 1em;
}

@media screen and (max-width: 767px) {
  .report .container {
    margin-bottom: 1.5em;
  }
}

.report .container .img-responsive {
  max-width: 100%;
  height: auto;
}

/*768px*/
@media screen and (min-width: 768px) {
  h3 {
    font-size: 130%;
  }

  #contents {
    width: 1000px;
    background: url(../img/index/bg_news.png) repeat-x 0 bottom;
    padding-bottom: 20px;
    margin-bottom: 2em;
  }

  .img_right {
    padding-left: 40px;
  }

  .img_left {
    padding-right: 40px;
  }

  p.coupon img {
    padding: 20px;
    background: #fff;
  }

  .policy div {
    width: 25%;
    padding: 10px 20px;
    border-right: #ccc 1px dotted;
  }

  .policy div:first-child {
    border-left: #ccc 1px dotted;
  }

  .school_info {
    /* width: 960px; */
    width: 100%;
    /* margin: 0 auto 30px; */
    margin: 0 auto 80px;
    padding: 20px 30px;
    border: #eee 1px solid;
  }

  .nagamachi {
    background: #fff1f1 url(../../page2/img/kids.png) no-repeat right 0;
    padding-right: 400px;
    /* width: 590px; */
    width: 70%;
    border-color: #0168b7;
  }

  .asto,
  .mukaiyama {
    background: #fffbef url(../../page2/img/asto/kids.png) no-repeat right 0;
    padding-right: 400px;
    /* width: 590px; */
    width: 70%;
    border-color: #0168b7;
  }

  .mitazono {
    background: #f9fff0 url(../../page2/img/mitazono/kids.png) no-repeat right bottom;
    padding-right: 400px;
    /* width: 590px; */
    width: 70%;
    border-color: #0168b7;
  }

  .ohnoda {
    background: #f9fff0 url(../../page2/img/kids.png) no-repeat right top -60px;
    padding-right: 400px;
    /* width: 590px; */
    width: 70%;
    border-color: #0168b7;
  }

  .katahira {
    /*add20210518*/
    background: #e4f3fc url(../../page2/img/katahira/katahira_bg.png) no-repeat right bottom;
    padding-right: 400px;
    /* width: 590px; */
    width: 70%;
    border-color: #0168b7;
  }

  .tomizawa {
    background: #e4f3fc url(../../page2/img/tomizawa/tomizawa_bg.png) no-repeat right bottom;
    padding-right: 400px;
    width: 70%;
    border-color: #0168b7;
  }

  .kawaramachi {
    background: #e4f3fc url(../../page2/img/kawaramachi/kawaramachi_bg.png) no-repeat right bottom 80%;
    padding-right: 400px;
    width: 70%;
    border-color: #0168b7;
  }

  .asuto-square {
    background: #e4f3fc url(../../page2/img/asuto-square/asuto-square_bg.png) no-repeat right bottom 80%;
    /* background-size: 350%; */
    padding-right: 400px;
    width: 70%;
    border-color: #0168b7;
  }

  .yanagyu-advance,
  .iwanuma-advance {
    background: #e4f3fc url(../../page2/img/advance/advance_bg.png) no-repeat right 10% bottom 90%;
    background-size: 50%;
    padding-right: 400px;
    width: 70%;
    border-color: #0168b7;
  }

  .map {
    /* width: 800px; */
    width: 100%;
    margin: 0 auto;
  }

  .map iframe {
    /*add20211028*/
    width: 100%;
  }

  #sitemap {
    width: 60%;
    margin: 0 auto;
  }

  .flex_box p {
    padding: 5px;
  }

  .boy {
    background: #f6f6f6 url(../../page2/img/relax_boy.png) no-repeat right 0;
    padding-bottom: 0;
  }

  .girl {
    background: #f6f6f6 url(../../page2/img/relax_girl.png) no-repeat right 0;
    padding-bottom: 0;
  }

  .homeru {
    background: #f6f6f6 url(../../page2/img/homeru.png) no-repeat 90% bottom;
    padding-bottom: 0px;
  }

  .report {
    width: 800px;
    margin: 0 auto;
  }

  .report.wide {
    width: 90%;
    margin: 0 auto;
  }
}


/* add20230602追加 （ロボットプログラミングコースのご紹介）*/

.robopro-info {
  border: solid 3px #00a83d;
  padding: 1.5em;
  border-radius: 6px;
  margin-bottom: 80px;
}

@media screen and (max-width: 480px) {
  .robopro-info {
    padding: 1em;
    margin-bottom: 50px;
  }
}

.robopro-info h3 {
  font-size: 140%;
  color: #009949;
  line-height: 1.5;
  padding: 0;
  margin-bottom: 1em;
}

.robopro-info h4 {
  font-size: 120%;
  color: #333;
  padding: 0;
  margin-bottom: 1em;
}

.robopro-info h5,
.robopro-info strong {
  font-size: 100%;
  color: #333;
  padding: 0;
}

.robopro-info h4.attention {
  font-size: 125%;
  color: #FFF;
  background-color: #009949;
  text-align: center;
  padding: 0.75em;
}

.pic-list {
  display: flex;
  margin-bottom: 1.5em;
  justify-content: space-between;
  flex-wrap: wrap;
}

.pic-item {
  width: 23%;
}

@media screen and (max-width: 767px) {
  .pic-item {
    width: 48%;
    height: auto;
    margin-bottom: 1.5em;
  }
}

@media screen and (max-width: 480px) {
  .pic-item {
    width: 100%;
    height: auto;
  }
}

.pic-item .caption {
  font-size: 85%;
  color: #777;
  line-height: 1.5;
  display: inline-block;
}

.info-list {
  display: flex;
  margin-bottom: 1em;
  justify-content: space-between;
  flex-wrap: wrap;
}

.info-item {
  width: 48%;
}

@media screen and (max-width: 767px) {
  .info-item {
    width: 100%;
    height: auto;
    margin-bottom: 1.5em;
  }
}

.item-hd {
  margin-bottom: 1em;
}

.item-hd img {
  height: 2.5rem;
  width: auto;
}

@media screen and (max-width: 480px) {
  .item-hd img {
    max-width: 100%;
    height: auto;
  }
}

.item-hd.shikumi img {
  margin: 0.5rem 0;
}

.item-hd.kids img {
  height: 3.5rem;
  width: auto;
}

.item-label {
  display: inline-block;
  color: #fff;
  padding: 0.1em 1em;
  border-radius: 20px;
}

.kids .item-label {
  background-color: #e4007f;
}

.shikumi .item-label {
  background-color: #009949;
  padding: 0.1em 1em 0.1em 0.5em;
}

.info-item dt {
  margin-bottom: 0.25em;
}

.info-item dd {
  margin-bottom: 1.5em;
}

@media screen and (max-width: 767px) {
  .info-item li {
    padding-bottom: 0.25em;
    border-bottom: solid 1px #DDD;
  }
}

.shikumi.info-item dd p {
  font-size: 95%;
}

/* 20250707追記 */
.month-table table th {
  background: #FFF;
  color: #000;
}
.month-table table th, 
.month-table table td {
  padding: 10px;
}