@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
html {
  line-height: 1;
}
ol, ul {
  list-style: inside;
  line-height: 150%;
  font-size: 16px;
  text-align: left;
}
.time ol, ul {
  list-style: none;
}
.recommend {
  font-size: 14px;
  line-height: 150%;
  margin-top: 1%;
}
.inline-block_test {
  display: inline-block; /* インラインブロック要素にする */
  background-color: #ccc; /* 背景色指定 */
  width: 80px; /* 幅指定 */
  padding: 10px; /* 余白指定 */
  margin: 5px;
  vertical-align: middle; /* 要素を上下中央揃えにする */
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}
a img {
  border: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}
/**/
html, body {
  font-size: 14px;
  font-family: "Lato", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, sans-serif;
  margin: 0;
  padding: 0;
  color: #000000;
  background: #FFFFFF;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  height: 100%;
  word-break: normal;
  word-wrap: break-word;
  -webkit-font-smoothing: antialiased;
}
@media print {
  body {
    -webkit-print-color-adjust: exact;
  }
}
/*img reset*/
img {
  vertical-align: top;
  -ms-interpolation-mode: bicubic;
  touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
video {
  margin: 0;
  padding: 0;
  vertical-align: top;
  -ms-interpolation-mode: bicubic;
}
* {
  box-sizing: border-box;
}
a {
  outline: none;
  text-decoration: none;
  color: #0042ff;
}
/*-----------------------
wrapper
------------------------*/

.wrapper {
  position: relative;
  width: 100%;
  color: #333;
}
.wrapper img {
  width: 100%;
}
.hdBlock {
  position: relative;
  background-color: #fff;
  padding: 15px 0;
}
.hdBlock__inner {
  position: relative;
  width: 984px;
  margin: 0 auto;
}
.hdBlock__logo {
  width: 198px;
}
.hdBlock__sns {
  position: absolute;
  right: 0;
  bottom: 0;
}
.hdBlock__sns--list {
  display: inline-block;
  width: 30px;
  margin-right: 10px;
}
.hdBlock__sns--list:last-child {
  margin-right: 0;
}
.topBlock {
  position: relative;
  width: 100%;
  min-width: 984px;
  text-align: center;
}
.topBlock__inner {
  position: relative;
  width: 984px;
  margin: 0 auto;
  padding: 24px 0 21px;
}
.topBlock__inner:after {
  content: '';
  display: inline-block;
  position: absolute;
  left: 50%;
  bottom: -5px;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 175px;
  height: 5px;
}
.topBlock__fig {
  width: 700px;
  margin: 0 auto;
  line-height: 25px;
}
.topBlock__fig img {
  margin-bottom: 28px;
}
.ftBlock {
  width: 100%;
  min-width: 984px;
}
.ftBlock__contact {
  width: 340px;
  margin: 0 auto;
  padding: 20px 0;
  zoom: 1;
}
.ftBlock__contact:before, .ftBlock__contact:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: '\0020';
}
.ftBlock__contact:after {
  clear: both;
}
.ftBlock__contact a {
  float: left;
  font-size: 12px;
  color: #333;
  text-decoration: underline;
}
.ftBlock__contact a:hover {
  text-decoration: none;
}
.ftBlock__contact .link01 {
  width: 131px;
  margin: 0 40px 0 0;
}
.ftBlock__contact .link02 {
  margin: 20px 20px 0 0;
}
.ftBlock__contact .link03 {
  margin: 20px 0 0 0;
}
.ftBlock__copyBox {
  background-color: #e1dbda;
  padding: 15px 0;
  text-align: center;
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0.03em;
}
h1.title {
  font-size: 115%;
  /*    text-shadow: 2px 1px 4px white;*/
  font-weight: bold;
  color: #ffffff;
}
span.title2 {
  font-size: 130%;
  line-height: 130%;
}
section {
  margin: 30px auto;
  width: 1000px;
}
section h2 {
    font-size: 120%;
    text-align: center;
    margin-bottom: 2%;
    line-height: 122%;
}
section h3 {
  line-height: 20px;
  font-size: 1.3em;
  background-color: #659dea;
  display: block;
  padding: 13px;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
section p {
  margin-top: 10px;
  line-height: 25px;
}
section p {
  margin-top: 10px;
  line-height: 25px;
}
p.school {
    font-size: 1em;
    font-weight: bold;
    text-align: left;
    margin-left: 1%;
}
.kousi {
  margin-bottom: 5%;
}
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
.imagearea {
  float: left;
}
.form_btn ul {
  overflow: hidden;
}
.form_btn li {
  float: left;
  width: 20%;
  margin: .5% 1%;
  box-sizing: border-box;
}
.form_btn li a {
  text-align: center;
  display: block;
  font-size: 1.2em;
  padding: 7% 8%;
  border-radius: 5px;
  background-color: #e24e8c;
  color: #fff;
  font-weight: bold;
}
.form_btn li a:hover {
  opacity: .8;
}

span.display {
   display: inline-block;
}

p.note2 {
    text-align: left;
    font-size: .9rem;
    line-height: 1.7em;
}

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
  br.sp {
    display: none !important;
  }
  br.sp {
    display: block !important;
  }
  .form_btn li {
    width: 31.3%;
  }
  .form_btn li a {
    font-size: 90%;
    padding: 10% 12%;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
/*main div.boxset {



display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
}*/
main div.textarea {
  margin-top: 2%;
}
a.raised {
  display: inline-block;
  background-color: #e24e8c; /*背景色*/
  color: #ffffff; /*文字色*/
  font-size: 1.5em; /*文字サイズ*/
  line-height: 121%;
  text-decoration: none;
  letter-spacing: 0.05em; /*ボタン内の余白*/
  border-radius: 3px; /*角の丸み*/
  cursor: pointer;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2); /*影*/
  -webkit-tap-highlight-color: transparent;
  transition: .3s ease-out; /*変化を緩やかに*/
  padding-top: 0.5em;
  padding-right: 5%;
  padding-bottom: 0.5em;
  padding-left: 8%;
  font-weight: bold;
  width: 60%;
}
@media screen and (min-width:480px) {
  /*　画面サイズが480pxからはここを読み込む　*/
  a.raised {
    white-space: pre-wrap;
    display: inline-block;
    background-color: #e24e8c;
    color: #ffffff;
    font-size: 1.5em;
    line-height: 1.2;
    text-decoration: none;
    letter-spacing: 0.05em;
    border-radius: 3px;
    cursor: pointer;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    -webkit-tap-highlight-color: transparent;
    transition: .3s ease-out;
    padding-top: 0.5em;
    padding-right: 8%;
    padding-bottom: 0.5em;
    font-weight: bold;
    white-space: inherit;
  }
}
a.raised:hover {
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2); /*浮き上がるように*/
  background-color: #ffb77c;
}
p.bold {
  font-weight: 600;
  font-size: 110%;
}
span.bold {
  font-weight: 600;
  font-size: 120%;
}
p.name {
    font-weight: 600;
    font-size: 170%;
}
p.date {
  font-weight: 600;
  font-size: 140%;
  margin-bottom: 1%;
  line-height: 130%;
}
span.red {
  color: red;
  font-weight: 600;
}
hr {
  clear: both;
}
.raised span {
  font-size: 90%;
}
.schedule {
  text-align: center;
}
.example {
  text-align: center;
}
span.emphasis {
  font-size: 17px;
  font-weight: 600;
  background: linear-gradient(transparent 60%, #ffff66 50%);
}
span.emphasis2 {
  font-size: 15px;
  font-weight: 600;
  background: linear-gradient(transparent 60%, #bfdaff 50%);
}
.list li {
  font-weight: 600;
  color: #65c2bf;
  font-size: 16px;
  line-height: 110%;
}
p.end {
  display: inline-block;
  background-color: #b3b3b3;
  color: #ffffff;
  font-size: 1.5em;
  line-height: 1.5;
  text-decoration: none;
  letter-spacing: 0.05em;
  border-radius: 3px;
  transition: .3s ease-out;
  padding-top: 0.5em;
  padding-right: 4.5em;
  padding-bottom: 0.5em;
  padding-left: 4.5em;
  font-weight: bold;
  margin-bottom: 1%;
  white-space: nowrap;
}
/********************
season class
********************/
.spring .topBlock {
  background: #de6c87 url("../image/top_bg_fall.png") no-repeat center center;
  background-size: cover;
}
.spring .topBlock__inner:after {
  background-color: #16b800;
}
.spring .atcBlc .upArea__schedule {
  background-color: #aed73b;
}
.spring .atcBlc .upArea__schedule--date span {
  color: #aed73b;
}
.summer .topBlock {
  background: #fcd578 url("../image/top_bg_summer.png") no-repeat center center;
  background-size: cover;
}
.summer .topBlock__inner:after {
  background-color: #eb6f00;
}
.summer .atcBlc .upArea__schedule {
  background-color: #fc988d;
}
.summer .atcBlc .upArea__schedule--date span {
  color: #fc988d;
}
.fall .topBlock {
  background: #e58471 url("../image/top_bg_fall.png") no-repeat center center;
  background-size: cover;
}
.fall .topBlock__inner:after {
  background-color: #d62f0d;
}
.fall .atcBlc .upArea__schedule {
  background-color: #d52a94;
}
.fall .atcBlc .upArea__schedule--date span {
  color: #ec984f;
}
.winter .topBlock {
  background: #659dea;
  background-size: cover;
}

.winter .atcBlc .upArea__schedule {
  background-color: #87a9ff;
}
.winter .atcBlc .upArea__schedule--date span {
  color: #87a9ff;
}
.textarea-right {
    float: left;
    margin-top: 10%;
    margin-left: 4%;
}
.box {}
.text {
  clear: both;
  margin-bottom: 2%;
}

.vcube img{
	width: 80%;
	text-align: center;
}

.red {
    line-height: 1.8em;
    color: red;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
}

.form_btn {
    padding: 10px 10px 10px;
    border: 2px solid #ddd;
}
/* PC
-------------------------------------------------- */
/* スマホ
-------------------------------------------------- */
@media only screen and (max-width: 767px) {
  /*-----------------------
  wrapper
  ------------------------*/
  p.name {
    font-weight: 600;
    font-size: 150%;
    margin-top: 5%;
    margin-left: 0%;
  }
  .textarea-right {
    width: 100%;
    margin-left: 0%;
  }
  .text {
    padding-top: 2%;
    clear: both;
    margin-bottom: 2%;
  }
  .wrapper {
    height: auto;
  }
  .hdBlock {
    padding: 13px 0;
  }
  .hdBlock__inner {
    width: 100%;
    padding: 0 10px;
  }
  .hdBlock__logo {
    width: 29.16667%;
  }
  .hdBlock__sns {
    width: 20%;
    right: 10px;
  }
  .hdBlock__sns--list {
    width: 41.66667%;
    margin-right: 10%;
  }
  .topBlock {
    width: 100%;
    min-width: 100%;
  }
  .topBlock__inner {
    width: 100%;
    padding: 17px 10px 20px;
  }
  .topBlock__inner:after {
    left: 50%;
    bottom: -1.25px;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 29.16667%;
    height: 2.5px;
  }
  .topBlock__fig {
    width: 100%;
  }
  .topBlock__fig img {
    margin-bottom: 16px;
  }
  .topBlock__date {
    width: 100%;
  }
  .topBlock__date--domini {
    width: 30.66667%;
    font-size: 5.15624vw;
    margin: 8.5% 0 0 0;
    padding: 1.63043% 0;
  }
  .topBlock__date img {
    margin-bottom: 0;
  }
  .topBlock__date img:nth-of-type(1) {
    width: 37.83333%;
  }
  .topBlock__date img:nth-of-type(2) {
    width: 30.83333%;
  }
  main div.imagearea img {
    margin-left: 0%;
  }
  .imagearea {
    float: none;
    margin-right: 0%;
  }
  section {
    margin: 30px auto;
    width: 90%;
  }
  section h2 {
    font-size: 106%;
    text-align: center;
  }
  section h3 {
    line-height: 20px;
    font-size: 140%;
    display: block;
    padding: 8px;
    font-weight: bold;
  }
  section p {
    margin-top: 10px;
    width: auto;
  }
  /*main div.boxset {
	display: flex;
	flex-direction: column-reverse;
	justify-content: space-between;
}*/
  main div.textarea {
    margin-top: 10px;
  }
  main div.imagearea img {
    width: 90%;
    margin-left: 6%;
    margin-bottom: -4%;
  }
  .ftBlock {
    min-width: 100%;
  }
  .ftBlock__contact {
    width: auto;
    padding: 20px 10.83333%;
  }
  .ftBlock__contact a {
    float: left;
    font-size: 10px;
    text-decoration: none;
  }
  .ftBlock__contact .link01 {
    width: 34.25926%;
    margin: 0 25px 0 0;
  }
  .ftBlock__contact .link02 {
    margin: 12px 15px 0 0;
  }
  .ftBlock__contact .link03 {
    margin: 12px 0 0 0;
  }
  .ftBlock__copyBox {
    padding: 10px 0;
    font-size: 10px;
  }
}
