<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
html {
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body, h1, h2, h3, h4, ul, figure {
  margin: 0;
  padding: 0;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
ul {
  list-style: none;
}
body {
  font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0.2em;
  line-height: 1.6;
}
a {
  text-decoration: none;
  color: #0aa1f8;
}

.top1{
	margin-top: 30px;
}

@media screen and (max-width:600px) { 
.top1{
	margin-top: 0px;
}
}
.contents {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
.lesson_schedure li {
  border-bottom: dotted 1px #999999;
  margin-bottom: 20px;
  padding-bottom: 15px;
}
header {
  /*background-image:url(images/border_pink.jpg);*/
  background-color: #fccce5;
  background-repeat: repeat;
  padding-bottom: 20px;
}
.line {
  border-bottom: dotted 1px #cccccc;
  margin-bottom: 40px;
}
.red_waku {
  border: solid 1px #F80509;
  border-radius: 5px;
  padding: 8px 5px 5px 8px;
  display: inline-block;
}
.blue_waku {
  border: solid 1px #386EDF;
  border-radius: 5px;
  padding: 8px 5px 5px 8px;
  display: inline-block;
}
.link_waku{
 border: solid 1px #0BA1F8;
  border-radius: 20px;
  padding: 8px 15px 5px 15px;
  display: inline-block;	
}
.green_waku {
  border: solid 1px #008000;
  border-radius: 5px;
  padding: 8px 5px 5px 8px;
  display: inline-block;
}
.orange_waku {
  border: solid 1px #F19049;
  border-radius: 5px;
  padding: 8px 5px 5px 8px;
  display: inline-block;
}
.purple_waku {
  border: solid 1px #6f359e;
  border-radius: 5px;
  padding: 8px 5px 5px 8px;
  display: inline-block;
}
@media screen and (max-width:767px) {
  .red_waku, .blue_waku, .green_waku, .orange_waku, .purple_waku {
    display: block;
  }
}
.makimono {
  max-width: 600px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
.new_waku {
  background-color: #d1f3f9;
  margin-top: 20px;
  border-radius: 20px;
  padding: 20px;
}
.hi-level {
  background-color: #2360c6;
  color: #ffffff;
  padding: 10px 10px;
}
#two_banner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.first_banner {
  width: 48%;
  margin-bottom: 30px;
}
.second-banner {
  width: 48%;
  margin-bottom: 30px;
}
.third-banner {
  width: 48%;
  /*	margin-top: 30px;*/
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
@media screen and (max-width:500px) {
  #two_banner {
    display: block;
  }
  .first_banner {
    width: 100%;
    margin-bottom: 10px;
  }
  .second-banner {
    width: 100%;
    margin-bottom: 10px;
  }
  .third-banner {
    width: 100%;
    margin-bottom: 10px;
    margin-top: 0;
  }
}
/*ゴールデンウィーク金の枠*/
.golden_week_button {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}
@media screen and (max-width:1080px) {
  .golden_week_button {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width:500px) {
  .golden_week_button {
    width: 94%;
    margin-bottom: 20px;
    margin-top: 30px;
  }
}
/*夏季講習2021*/
.summer_button {
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
  margin-top: 80px;
}
@media screen and (max-width:1107px) {
  .summer_button {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width:500px) {
  .summer_button {
    width: 90%;
    margin-bottom: -40px;
    margin-top: 40px;
  }
}
/*体験会レスポンシブ*/
.two_column {
  display: flex;
}
.column_left {
  width: 65%;
}
.column_right {
  width: 35%;
  margin-left: 20px;
  margin-top: 20px;
}
.column_right img {
  margin-bottom: 20px;
  max-width: 100%;
}
@media screen and (max-width:1104px) {
  .two_column {
    display: block;
  }
  .column_left {
    width: 100%;
  }
  .column_right {
    width: 100%;
    margin-left: 0;
  }
  .column_right img {
    max-width: 450px;
  }
}
@media screen and (max-width:654px) {
  .column_right img {
    max-width: 100%;
  }
}

/*くま歩き画像レスポンシブ*/
.kumaaruki_img{
	float: right;
	margin-right: 60px;
}
.kumaaruki_sp{
	display: none;
}

@media screen and (max-width:1383px) {
.kumaaruki_img{
	margin-right: 0px;
}
}

@media screen and (max-width:600px) {
.kumaaruki_img{
	display: none;
	}
	.kumaaruki_sp{
	display: block;
		max-width: 100%;
	}
	.kumaaruki_inner{
		text-align: center;
		width: 80%;
		margin-left: auto;
		margin-right: auto;
	}
}

/*幼稚園受験お預かりレッスン*/
.goukakujisseki_waku {
    border: solid 1px #cc0200;
    padding: 20px 25px 10px;
    margin-bottom: 40px!important;
	margin-top: 30px;
    box-sizing: border-box;
		max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.goukakujisseki p {
    font-size: 14px;
    line-height: 1.6;

}
.oazukari_title{
	max-width: 650px;
	margin-left: auto;
	margin-right: auto;
}
.jisseki_title {
    text-align: center;
    font-size: 22px!important;
    color: #CC0200;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 10px;

}
.eight_reason {
    display: flex;
    justify-content : space-between;
    flex-wrap : wrap;
		max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.eight_reason::after {
    content: "";
    display: block;
    width: 31.3%;
}
.reason_box {
    width: 31.3%;
    text-align: center;
    margin-bottom: 30px;
}
.reason_box p {
    text-align: left;
    margin-top: 8px;
    font-size: 15px;
    line-height: 1.6;
}
.reason_box img {
    vertical-align: bottom;
    margin-bottom: 0;
    width: 60px;
    height: auto;
}
.eight_reason_title{
	color: #CC0200;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 20px;
	font-size: 30px;
}
@media screen and (max-width:677px) {
	.goukakujisseki_waku {
	margin-top: 0px;

}
	.jisseki_title {
    text-align: left;
    font-size: 17px!important;
    margin-top: 0;
    margin-bottom: 10px;

}
.eight_reason {
    display: block;
}
.reason_box {
    width: 100%;
    text-align: left;
    margin-bottom: 30px;
    display: flex;
}
.reason_box img {
    width: 50px;
    height: 50px;
    margin-right: 10px
}
.reason_box p {
    margin-top: 0;
}
	.eight_reason_title{
		font-size: 17px;
		text-align: left;
	}
}

/*絵画クラス6つの特徴*/

.kaiga_tokuchou{
	display: flex;
	margin-bottom: 20px;
}

.kaiga_tokuchou img{
	width: 35px;
	height: 35px;
	margin-right: 10px;
}



/*学校バナー最下部*/

.bottom_banner{
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}

/*プライベート*/
.private {
  background-color: #ffffff;
  border-radius: 20px;
  margin-top: 50px !important;
  padding: 20px 30px;
  box-sizing: border-box;
}
.private h2 {
  text-align: center;
  font-size: 19px;
  line-height: 1.2;
}
.private h2 span {
  font-size: 16px;
  margin-top: 0;
}

/*オンライン*/
#online_image {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  margin-bottom: 30px;
}
#online_image .online_box {
  width: 49%;
}
#online_image .online_box img {
  max-width: 100%;
  height: auto;
}
.top_space {
  margin-top: 50px;
}
.online_title {
  text-align: center;
  margin-top: -20px;
  font-size: 18px;
}
#kokoro {
  text-align: center;
  background-color: #ffffff;
  width: 650px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  padding: 12px;
  border-radius: 20px;
  border: solid 3px #20a3f5;
  font-size: 17px;
  font-weight: bold;
}
.yosida_photo {
  float: left;
  margin-right: 20px;
  width: 150px;
  height: auto;
}
.yosida_photo img {
  width: 150px;
  height: auto;
}
.yosida_text {
  margin-top: 30px;
}
.red{
	color: #C50301;
}
.pink {
  color: #fc1368;
}
.blue {
  color: #386EDF;
}

.purple{
	color:#8f34f5 
}
.clear {
  clear: both;
}
@media screen and (max-width:900px) {
  .yosida_photo {
    float: none;
    width: 100%;
    margin-right: 0;
    text-align: center;
  }
  .yosida_text {
    margin-top: 10px;
  }
}
@media screen and (max-width:780px) {
  #kokoro {
    width: 80%;
    font-size: 16px;
    margin-top: 30px;
  }
}
#senzoku_antivirus {
  border-radius: 20px;
  border: solid 3px #20a3f5;
}
/*ポイント*/
#point h1 {
  color: #ffffff;
  text-align: center;
  padding: 30px 0 10px;
  font-size: 36px;
}
.point_box {
  background-repeat: no-repeat;
  background-size: 70px 70px;
  background-position: 0px 50%;
  padding-left: 100px;
  box-sizing: border-box;
}
.number1 {
  background-image: url(images/number1.jpg);
}
.number2 {
  background-image: url(images/number2.jpg);
}
.number3 {
  background-image: url(images/number3.jpg);
}
.number4 {
  background-image: url(images/number4.png);
}
.number5 {
  background-image: url(images/number5.png);
}
.number6 {
  background-image: url(images/number6.png);
}

.number7 {
  background-image: url(images/number7.png);
}
.fukidashi {
  position: relative;
  display: inline-block;
  margin: 15px 0 15px 0px;
  padding: 20px 20px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 20px;
  line-height: 1.5;
  background: #ffffff;
  border-radius: 20px;
  width: 100%;
  box-sizing: border-box;
}
.fukidashi:before {
  content: "";
  position: absolute;
  top: 55%;
  left: -20px;
  margin-top: -15px;
  border: 10px solid transparent;
  border-right: 15px solid #ffffff;
}
.fukidashi p {
  margin: 0;
  padding: 0;
}
header h2 {
  color: #ffffff;
  text-align: center;
  margin-top: 45px;
  font-size: 28px;
}
.jisseki, .omoushikomi {
  background-color: #2360c6;
  display: block;
  padding: 20px;
  color: #ffffff;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 30px;
  border-radius: 30px;
  font-weight: bold;
  font-size: 18px;
  box-sizing: border-box;
}
.seminor .omoushikomi {
  width: 100%;
}
.jisseki:hover, .omoushikomi:hover {
  background-color: #173EA1;
}
i {
  margin-right: 5px;
}
/*メニュー*/
#nav_title {
  text-align: center;
  font-size: 38px;
  border-top: solid 3px #000000;
  border-bottom: solid 3px #000000;
  padding: 10px;
  width: 650px;
  margin: 50px auto 40px;
}
nav {
  padding-bottom: 60px;
}
nav li {
  width: 49%;
  float: left;
  margin-right: 2%;
  margin-bottom: 20px;
}
nav .nav_top {
  width: 49%;
  margin-left: auto;
  margin-right: auto;
}
nav li:nth-child(2n) {
  margin-right: 0;
}
/*nav li:hover{
	background-color: #173EA1;
}
*/
#tokubetsu_kousyu {
  background-color: #2360c6;
  clear: both;
  width: 70%;
  margin: 0 auto;
}
.keiouyokohama {
  width: 50%;
  margin-left: auto;
  margin-right: auto
}
/*講習*/
article section {
  /*background-image:url(images/border_palepink.jpg);
*/
  background-color: #fccce5;
  background-repeat: repeat;
  padding-top: 50px;
  padding-bottom: 30px;
  margin-bottom: 100px;
}
figure {
  border: solid 6px #ffffff;
  width: 90%;
  margin: 0 auto 40px;
}
.waku {
  background-color: #ffffff;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 20px;
  font-size: 16px;
  margin-bottom: 30px !important;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.waku p {
  margin-top: 0;
  margin-bottom: 0;
}
.waku h3 {
  margin-bottom: 15px;
}
.waku li {
  margin-bottom: 18px;
}
.waku li:last-child {
  margin-bottom: 0;
}
h4 {
  text-align: center;
  margin-bottom: 10px;
  font-size: 18px;
}
/*特徴*/
ol {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: yourDefinition;
}
ol li {
  padding-left: 35px;
  text-indent: -35px;
}
ol li:before {
  counter-increment: yourDefinition;
  content: counter(yourDefinition);
  display: inline-block;
  margin-right: 11px;
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 27px;
  color: white;
  font-weight: bold;
  font-family: helvetica;
  text-indent: 0;
  background: #2360c6;
  border-radius: 100%;
  box-sizing: border-box;
  padding-left: 2px;
}

#bible ol li{
	line-height: 2;
}
/*日時*/
dt {
  float: left;
  clear: left;
  margin-right: 0.5em;
  width: 140px;
}
dd {
  float: left;
  margin-left: 1em;
}
#syousai li, aside li {
  border-bottom: dotted 1px #999999;
  margin-bottom: 10px;
  padding-bottom: 7px;
}
#syousai li:first-child, aside li:first-child {
  border-top: dotted 1px #999999;
  padding-top: 9px;
}
.day_bottom {
  margin-bottom: 20px !important;
}
/*特別講習アンケート・その他文字*/
#sougou h1, #mogimensetsu h1, #syunki h1, #golden_week h1, #private_lesson h1, #shiritsu_kokuritsu_sougou h1, #syunki h1, #kaki_tokubetsu h1 ,.sougou h1,#waseda_jitsugyou h1,#futaba h1,#shirayuri h1,#kazoku_mogi h1{
  text-align: center;
  font-size: 30px;
  margin-bottom: 20px;
}

/*お預かり*/
#syunki_oazukari h1,#kaki_oazukari h1{
  text-align: center;
  font-size: 30px;
  margin-bottom: 20px;
}
#syunki_oazukari h1 .sub_h1,#kaki_oazukari h1 .sub_h1{
	font-size: 18px;
}
@media screen and (max-width:600px) {
  #syunki_oazukari h1,#kaki_oazukari h1{
    text-align: left;
    font-size: 18px;
    padding-top: 20px;
    margin-bottom: 20px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
	#syunki_oazukari h1 .sub_h1,#kaki_oazukari h1 .sub_h1{
	font-size: 15px;
}
	#syunki_oazukari,#kaki_oazukari{
		padding-top: 30px;
	}
	.sp_sub{
		display: none;
	}
}
.nench_nentyo {
  line-height: 1.6;
  margin-bottom: 0;
  margin-top: 0;
}
.nigyoume {
  font-size: 18px;
}
.nench_nentyo .nigyoume {
  font-size: 20px;
  line-height: 1.5;
  display: block;
}
.shidou {
  list-style: disc inside;
}
.syunki_nittei {
  font-size: 23px !important;
  margin-top: 20px;
}
.dot_top {
  margin-top: -15px !important;
  margin-bottom: 20px !important;
}
/*上に戻るボタン*/
#pageTop {
  position: fixed;
  bottom: 10px;
  right: 20px;
}
#pageTop a img {
  z-index: 999;
  width: 50px;
  height: 50px;
  opacity: 0.9;
}
#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}
/*AKANON*/
aside {
  width: 36em;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-weight: bold;
  padding-bottom: 30px;
}
aside h1 {
  font-size: 16px;
  margin-bottom: 20px;
}
aside li {
  font-weight: normal;
  text-align: left;
}
aside img {
  margin-bottom: 20px;
}
aside h2 {
  margin-top: 60px;
  margin-bottom: 10px;
}
/*フッター*/
footer {
  /*background-image:url(images/border_pink.jpg);*/
  background-color: #fccce5;
  background-repeat: repeat;
  padding: 40px;
  color: #FFFFFF;
  text-align: center;
}
.kaigyou {
  display: none;
}
/*セミナー*/
.seminor {
  border: solid 5px #FDCCE6;
  border-radius: 10px;
  margin-top: 30px;
  padding: 20px 30px 10px;
  width: 68%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
@media screen and (max-width:600px) {
  .seminor {
    width: 80%;
    margin-top: 0px;
  }
}
/*増設*/
.zousetsu {
  background-color: #FFFFFF;
  border-radius: 20px;
  padding: 20px;
  box-sizing: border-box;
  border: solid 5px #55d0f8;
  margin-bottom: 40px;
}
.zousetsu h2 {
  background: linear-gradient(transparent 80%, #f9ff41 70%);
  background-position: top;
  display: inline-block;
}
/*校長先生をお招き*/
.omaneki_lead {
  width: 670px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}
.blue {
  color: #2863c3;
}
@media screen and (max-width:690px) {
  .omaneki_lead {
    width: 80%;
  }
}
.omaneki {
  border: solid 20px #fdcce6;
  width: 980px;
  padding: 10px 10px 0;
  box-sizing: border-box;
  margin: 30px auto 60px;
}
@media screen and (max-width:790px) {
  .omaneki {
    border: solid 20px #fdcce6;
    width: 100%;
  }
}
.omaneki li {
  border-bottom: dotted 1px #999999;
  margin-bottom: 10px;
  padding-bottom: 7px;
}
.omaneki li:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.omaneki_day {
  color: #CC0000;
  margin-left: 15px;
  display: inline-block;
}
.omaneki_title {
  text-align: center;
  margin-top: 60px;
}
.omaneki_title img {
  width: 75%;
  margin-top: 30px;
}
.bible_seminor {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 30px;
}
.bible_seminor img {
  width: 100%;
  margin-top: 0;
}
.small {
  font-size: 14px;
}
.dot {
  border-bottom: dotted 1px #cccccc;
  margin-top: 30px;
  margin-bottom: 30px;
}
.kyoucho {
  color: #CC0033;
}
@media screen and (max-width:1100px) {
  .contents {
    width: 85%;
    margin: 0 auto;
  }
  .fukidashi {
    max-width: 96%;
    font-size: 16px
  }
  .point_box {
    background-repeat: no-repeat;
    background-size: 40px 40px;
    padding-left: 56px;
  }
  .tabletkaigyou {
    display: block;
  }
  @media screen and (max-width:600px) {
    #point h1 {
      padding: 0;
      font-size: 20px;
    }
    #nav_title {
      width: 100%;
      font-size: 24px;
      margin-top: 40px;
      margin-bottom: 25px
    }
    nav li {
      width: 100%;
      float: none;
      margin-right: 0;
    }
    nav li img {
      margin-bottom: 0;
    }
    nav .nav_top {
      width: 100%;
    }
    #tokubetsu_kousyu {
      width: 100%;
      padding-top: 20px;
    }
    .keiouyokohama {
      width: 100%;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 0;
    }
    header h2 {
      font-size: 18px;
      margin-top: 25px;
    }
    figure {
      margin-bottom: 10px;
    }
    article section {
      padding-top: 0;
      padding-bottom: 20px;
      margin-bottom: 50px;
    }
    .waku {
      background-color: #ffffff;
      padding: 20px;
      box-sizing: border-box;
      border-radius: 20px;
      font-size: 14px;
    }
    figure {
      border: none;
      width: 100%;
    }
    .nichiji {
      margin-bottom: 0;
    }
    dl {
      margin-top: 10px;
    }
    dd {
      float: left;
      margin-left: 0;
      margin-bottom: 10px;
      margin-top: 10px;
    }
    dd:last-child {
      margin-bottom: 0;
    }
    dt {
      margin-top: 10px;
      width: 120px;
    }
    img {
      margin-bottom: 20px;
    }
    aside {
      width: 80%;
    }
    #tensaku h1 {
      text-align: center;
      font-size: 18px;
      padding-top: 20px;
      margin-bottom: 20px;
      width: 90%;
      margin-left: auto;
      margin-right: auto;
    }
    h4 {
      width: 90%;
      margin-left: auto;
      margin-right: auto;
    }
    .kaigyou {
      display: block;
    }
    #pageTop a img {
      z-index: 999;
      width: 50px;
      height: 50px;
      opacity: 0.7;
    }
    #pageTop {
      right: 10px;
    }
    .omaneki {
      width: 90%;
      margin-top: 0px;
      margin-bottom: 20px;
    }
    .omaneki_title {
      margin-top: 20px;
    }
    .omaneki_title img {
      width: 90%;
    }
    .omaneki_day {
      margin-right: 0px;
      display: block;
    }
    #sougou h1, #mogimensetsu h1, #syunki h1, #golden_week h1, #private_lesson h1, #shiritsu_kokuritsu_sougou h1, .sougou h1 {
      text-align: center;
      font-size: 20px;
      margin-bottom: 20px;
    }
    #sougou, #mogimensetsu, #syunki, #golden_week, #private_lesson, #shiritsu_kokuritsu_sougou,.sougou {
      padding-top: 20px;
    }
    .nigyoume {
      font-size: 18px;
    }
  }
  @media screen and (max-width:360px) {
    .fukidashi {
      margin: 15px 0 15px 0px;
      padding: 10px 10px;
      min-width: 120px;
      font-size: 16px;
      line-height: 1.4;
      letter-spacing: 0em;
    }
    #point .contents {
      width: 90%;
    }
    #point .contents a {
      letter-spacing: 0.1em;
      font-size: 18px;
    }
  }</pre></body></html>