@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0; }

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block; }

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent; }

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder; }

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%; }

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
  vertical-align: middle;
  width: 100%; }

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible; }

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none; }

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

button:hover {
  cursor: pointer; }

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline; }

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto; }

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block; }

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item; }

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none; }

/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none; }

ul,
li {
  list-style: none;
  -webkit-padding-start: 0;
          padding-inline-start: 0; }

/******************************************************************
Site Name:
Author:

Stylesheet: Variables

Here is where we declare all our variables like colors, fonts,
base values, and defaults. We want to make sure this file ONLY
contains variables that way our files don't get all messy.
No one likes a mess.

******************************************************************/
/*********************
COLORS
Need help w/ choosing your colors? Try this site out:
http://0to255.com/
*********************/
/******************************************************************
Site Name:
Author:

Stylesheet: Typography

Need to import a font or set of icons for your site? Drop them in
here or just use this to establish your typographical grid. Or not.
Do whatever you want to...GOSH!

Helpful Articles:
http://trentwalton.com/2012/06/19/fluid-type/
http://ia.net/blog/responsive-typography-the-basics/
http://alistapart.com/column/responsive-typography-is-a-physical-discipline

******************************************************************/
/*********************
FONT FACE (IN YOUR FACE)
*********************/
/*  To embed your own fonts, use this syntax
  and place your fonts inside the
  library/fonts folder. For more information
  on embedding fonts, go to:
  http://www.fontsquirrel.com/
  Be sure to remove the comment brackets.
*/
/*  @font-face {
      font-family: 'Font Name';
      src: url('library/fonts/font-name.eot');
      src: url('library/fonts/font-name.eot?#iefix') format('embedded-opentype'),
             url('library/fonts/font-name.woff') format('woff'),
             url('library/fonts/font-name.ttf') format('truetype'),
             url('library/fonts/font-name.svg#font-name') format('svg');
      font-weight: normal;
      font-style: normal;
  }
*/
/*
The following is based of Typebase:
https://github.com/devinhunt/typebase.css
I've edited it a bit, but it's a nice starting point.
*/
/*
 i imported this one in the functions file so bones would look sweet.
 don't forget to remove it for your site.
*/
p {
  word-break: normal; }

.ibs > span {
  display: inline-block; }

.textleft {
  text-align: left; }

.mark_reg::after {
  content: "\0ae";
  vertical-align: super;
  font-size: 40%;
  margin: 0 0.2em; }

/******************************************************************
Site Name:
Author:

Stylesheet: Sass Functions

You can do a lot of really cool things in Sass. Functions help you
make repeated actions a lot easier. They are really similar to mixins,
but can be used for so much more.

Anyway, keep them all in here so it's easier to find when you're
looking for one.

For more info on functions, go here:
http://sass-lang.com/documentation/Sass/Script/Functions.html

******************************************************************/
/*********************
COLOR FUNCTIONS
These are helpful when you're working
with shadows and such things. It's essentially
a quicker way to write RGBA.

Example:
box-shadow: 0 0 4px black(0.3);
compiles to:
box-shadow: 0 0 4px rgba(0,0,0,0.3);
*********************/
/*********************
RESPONSIVE HELPER FUNCTION
If you're creating a responsive site, then
you've probably already read
Responsive Web Design: http://www.abookapart.com/products/responsive-web-design

Here's a nice little helper function for calculating
target / context
as mentioned in that book.

Example:
width: cp(650px, 1000px);
or
width: calc-percent(650px, 1000px);
both compile to:
width: 65%;
*********************/
/******************************************************************
Site Name:
Author:

Stylesheet: Mixins Stylesheet

This is where you can take advantage of Sass' great features: Mixins.
I won't go in-depth on how they work exactly,
there are a few articles below that will help do that. What I will
tell you is that this will help speed up simple changes like
changing a color or adding CSS3 techniques gradients.

A WORD OF WARNING: It's very easy to overdo it here. Be careful and
remember less is more.

Helpful:
http://sachagreif.com/useful-sass-mixins/
http://thesassway.com/intermediate/leveraging-sass-mixins-for-cleaner-code
http://web-design-weekly.com/blog/2013/05/12/handy-sass-mixins/

******************************************************************/
/*********************
TRANSITION
*********************/
/*
I totally rewrote this to be cleaner and easier to use.
You'll need to be using Sass 3.2+ for these to work.
Thanks to @anthonyshort for the inspiration on these.
USAGE: @include transition(all 0.2s ease-in-out);
*/
/*********************
CSS3 GRADIENTS
Be careful with these since they can
really slow down your CSS. Don't overdo it.
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SIZING
*********************/
/* @include box-sizing(border-box); */
/* NOTE: value of "padding-box" is only supported in Gecko. So
probably best not to use it. I mean, were you going to anyway? */
/*********************
IMPORTING MODULES
Modules are reusable blocks or elements we use throughout the project.
We can break them up as much as we want or just keep them all in one.
I mean, you can do whatever you want. The world is your oyster. Unless
you hate oysters, then the world is your peanut butter & jelly sandwich.
*********************/
.purple-btn, #container header.header .lang_switcher a, #section_access #ul_access > li .flex_box .btn {
  display: inline-block;
  position: relative;
  text-decoration: none;
  font-size: 0.9em;
  font-weight: bold;
  text-align: center;
  padding: 0.3em 1em;
  white-space: nowrap;
  margin: 0.5em 0;
  border-radius: 2em;
  border: 0;
  cursor: pointer;
  -webkit-transition: background-color 0.14s ease-in-out;
  transition: background-color 0.14s ease-in-out; }
  .purple-btn:hover, #container header.header .lang_switcher a:hover, #section_access #ul_access > li .flex_box .btn:hover, .purple-btn:focus, #container header.header .lang_switcher a:focus, #section_access #ul_access > li .flex_box .btn:focus {
    color: #fff;
    text-decoration: none;
    outline: none; }

/*
An example button.
You can use this example if you want. Just replace all the variables
and it will create a button dependant on those variables.
*/
.purple-btn, #container header.header .lang_switcher a, #section_access #ul_access > li .flex_box .btn {
  background-color: #DC2772;
  color: white !important; }
  .purple-btn:hover, #container header.header .lang_switcher a:hover, #section_access #ul_access > li .flex_box .btn:hover, .purple-btn:focus, #container header.header .lang_switcher a:focus, #section_access #ul_access > li .flex_box .btn:focus {
    background-color: #cd2169; }
  .purple-btn:active, #container header.header .lang_switcher a:active, #section_access #ul_access > li .flex_box .btn:active {
    background-color: #c92166; }

.purple_label {
  display: inline-block;
  position: relative;
  text-decoration: none;
  font-size: 0.9em;
  font-weight: bold;
  padding: 0.3em 1em;
  border-radius: 2em;
  border: 0;
  white-space: nowrap;
  text-align: center; }

.purple_label {
  background-color: #DC2772;
  color: white; }

.tel::before, .email::before {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  width: 1.3em;
  height: 1.3em;
  margin-right: 0.5em;
  position: relative;
  top: 0.25em; }

.tel::before {
  padding-left: 0.7em;
  background-image: url(../image/07_access/tel_mark.svg); }

.email::before {
  padding-left: 0.7em;
  background-image: url(../image/07_access/mail_mark.svg); }

.new::before {
  content: 'NEW';
  display: inline-block;
  background-color: #DC2772;
  color: white;
  font-size: 0.8em;
  padding: 0 0.4em;
  margin-right: 0.3em;
  border-radius: 1em;
  position: relative;
  bottom: 0.1em; }

#section_school_links .flex_links .wrap_link_play_and_music, #section_school_links .flex_links .wrap_link_school {
  background-size: 140%;
  background-repeat: no-repeat;
  background-position: center;
  width: calc(50% - 2rem);
  width: 400px;
  min-width: 315px;
  border-radius: 2rem;
  margin: 1rem; }
  #section_school_links .flex_links .wrap_link_play_and_music a, #section_school_links .flex_links .wrap_link_school a {
    display: block;
    padding: 1em;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    font-weight: bold;
    text-align: center;
    color: white !important; }
    #section_school_links .flex_links .wrap_link_play_and_music a .wrap_text, #section_school_links .flex_links .wrap_link_school a .wrap_text {
      min-height: 3em;
      position: relative; }
      #section_school_links .flex_links .wrap_link_play_and_music a .wrap_text .inner_warp_text, #section_school_links .flex_links .wrap_link_school a .wrap_text .inner_warp_text {
        position: absolute;
        width: 100%;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
        #section_school_links .flex_links .wrap_link_play_and_music a .wrap_text .inner_warp_text h4, #section_school_links .flex_links .wrap_link_school a .wrap_text .inner_warp_text h4 {
          font-size: 1.15em;
          color: white; }
    #section_school_links .flex_links .wrap_link_play_and_music a .wrap_img, #section_school_links .flex_links .wrap_link_school a .wrap_img {
      width: 100%;
      margin: 0.4rem auto 0; }
      #section_school_links .flex_links .wrap_link_play_and_music a .wrap_img img, #section_school_links .flex_links .wrap_link_school a .wrap_img img {
        border-radius: 2rem; }
    #section_school_links .flex_links .wrap_link_play_and_music a .wrap_logo, #section_school_links .flex_links .wrap_link_school a .wrap_logo {
      width: 75%;
      min-height: 5em;
      margin: 0 auto;
      position: relative; }
      #section_school_links .flex_links .wrap_link_play_and_music a .wrap_logo .inner_wrap_logo, #section_school_links .flex_links .wrap_link_school a .wrap_logo .inner_wrap_logo {
        position: absolute;
        width: 100%;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }

#section_events .flex_links .wrap_link_play_and_music, #section_events .flex_links .wrap_link_school {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 500px;
  width: 310px;
  min-width: 310px;
  margin: 0.5em;
  border-radius: 2rem; }
  #section_events .flex_links .wrap_link_play_and_music a, #section_events .flex_links .wrap_link_school a {
    display: block;
    padding-bottom: 30%;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    font-weight: bold;
    color: white;
    text-align: center;
    position: relative; }
    #section_events .flex_links .wrap_link_play_and_music a .wrap_text, #section_events .flex_links .wrap_link_school a .wrap_text {
      position: absolute;
      width: 100%;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
      #section_events .flex_links .wrap_link_play_and_music a .wrap_text h4, #section_events .flex_links .wrap_link_school a .wrap_text h4 {
        color: white; }

.pdf_a::after {
  content: '';
  background-image: url(../image/pdf.svg);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 1.2em;
  height: 1.2em;
  margin-left: 0.3em; }

/*********************
BASE (MOBILE) SIZE
This are the mobile styles. It's what people see on their phones. If
you set a great foundation, you won't need to add too many styles in
the other stylesheets. Remember, keep it light: Speed is Important.
*********************/
/******************************************************************
Site Name:
Author:

Stylesheet: Base Mobile Stylesheet

Be light and don't over style since everything here will be
loaded by mobile devices. You want to keep it as minimal as
possible. This is called at the top of the main stylsheet
and will be used across all viewports.

******************************************************************/
/*********************
GENERAL STYLES
*********************/
body {
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  font-size: 100%;
  color: #090909;
  line-height: 1.3;
  background-color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

#container {
  background-image: url(../image/back.png);
  background-size: 1200px;
  overflow: hidden; }
  #container header.header {
    background-image: url(../image/03_header_footer/header.svg);
    background-size: auto 30px;
    background-position: center;
    background-repeat: repeat-x;
    width: 100vw;
    height: 30px;
    position: relative;
    z-index: 1;
    margin-bottom: 30px; }
    #container header.header .lang_switcher {
      position: relative; }
      #container header.header .lang_switcher a {
        position: absolute;
        top: 30px;
        right: 0; }
  #container article section {
    margin: 2rem 0;
    padding: 1rem 0; }
  #container footer.footer {
    background-image: url(../image/03_header_footer/footer.svg);
    background-size: auto 30px;
    background-position: center bottom;
    background-repeat: repeat-x;
    width: 100vw;
    padding-bottom: 45px; }
    #container footer.footer .flex_box {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      #container footer.footer .flex_box > div {
        -webkit-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        width: 50%;
        max-width: 280px;
        min-width: 200px;
        padding: 0 1rem; }

.wrap {
  width: 90%;
  margin: 0 auto; }

/*********************
LINK STYLES
*********************/
a,
a:visited {
  text-decoration: none;
  color: #090909;
  outline: 0 !important;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  /* on hover */
  /* on click */
  /* mobile tap color */ }
  a:hover, a:focus,
  a:visited:hover,
  a:visited:focus {
    color: #898989;
    cursor: pointer; }
  a:link,
  a:visited:link {
    /*
		this highlights links on iPhones/iPads.
		so it basically works like the :hover selector
		for mobile devices.
		*/
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3); }

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
  font-weight: bold; }
  h1 a,
  .h1 a,
  h2 a,
  .h2 a,
  h3 a,
  .h3 a,
  h4 a,
  .h4 a,
  h5 a,
  .h5 a {
    text-decoration: none; }

h1,
.h1 {
  font-weight: bold;
  font-size: 1.5em;
  line-height: 1.333em;
  color: #DC2772; }

h2,
.h2 {
  font-weight: bold;
  font-size: 1.8em;
  color: #DC2772; }

h3,
.h3 {
  font-size: 1.3em;
  color: #DC2772; }

h4,
.h4 {
  font-size: 1.1em;
  font-weight: bold;
  color: #DC2772; }

h5,
.h5 {
  font-size: 0.846em;
  line-height: 2.09em;
  color: #DC2772; }

.left_roof {
  position: relative; }
  .left_roof::before {
    content: '';
    background-image: url(../image/roof.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    padding-bottom: 1.5%;
    position: absolute;
    top: -50px;
    left: 0; }

.right_roof {
  position: relative; }
  .right_roof::before {
    content: '';
    background-image: url(../image/roof.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    padding-bottom: 1.5%;
    position: absolute;
    top: -50px;
    right: 0px; }

#section_catch_slider #top_slider {
  padding-bottom: 40px;
  margin: 0; }
  #section_catch_slider #top_slider .slick-arrow {
    position: absolute;
    top: calc(75% - 40px);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
    #section_catch_slider #top_slider .slick-arrow.slick-prev {
      display: none !important; }
    #section_catch_slider #top_slider .slick-arrow.slick-next {
      right: 8%;
      -webkit-transform: translateX(50%);
              transform: translateX(50%);
      display: block;
      font-size: 0;
      width: 30px;
      height: 30px;
      padding: 0;
      border: none;
      background: transparent; }
      #section_catch_slider #top_slider .slick-arrow.slick-next::before {
        content: '';
        display: block;
        position: relative;
        top: 0;
        left: 0;
        background-image: url(../image/slider/home-slider-arrow.svg);
        background-size: contain;
        background-repeat: no-repeat;
        width: 100%;
        padding-bottom: 100%; }
    #section_catch_slider #top_slider .slick-arrow:hover {
      opacity: 0.8;
      -webkit-transition: .3s ease;
      transition: .3s ease; }
  #section_catch_slider #top_slider .slick-dots {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 40px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    #section_catch_slider #top_slider .slick-dots > li {
      width: 12px;
      height: 12px;
      margin: 0 0.5em; }
      #section_catch_slider #top_slider .slick-dots > li > button {
        display: block;
        font-size: 0;
        width: 100%;
        height: 100%;
        padding: 0;
        background-color: transparent;
        border-radius: 100%;
        border: solid 1px black; }
      #section_catch_slider #top_slider .slick-dots > li:nth-child(1) > button {
        border-color: #E60013; }
      #section_catch_slider #top_slider .slick-dots > li:nth-child(1).slick-active > button {
        background-color: #E60013; }
      #section_catch_slider #top_slider .slick-dots > li:nth-child(2) > button {
        border-color: #F0831F; }
      #section_catch_slider #top_slider .slick-dots > li:nth-child(2).slick-active > button {
        background-color: #F0831F; }
      #section_catch_slider #top_slider .slick-dots > li:nth-child(3) > button {
        border-color: #46A648; }
      #section_catch_slider #top_slider .slick-dots > li:nth-child(3).slick-active > button {
        background-color: #46A648; }
      #section_catch_slider #top_slider .slick-dots > li:nth-child(4) > button {
        border-color: #20ADE5; }
      #section_catch_slider #top_slider .slick-dots > li:nth-child(4).slick-active > button {
        background-color: #20ADE5; }
      #section_catch_slider #top_slider .slick-dots > li:nth-child(5) > button {
        border-color: #4352A2; }
      #section_catch_slider #top_slider .slick-dots > li:nth-child(5).slick-active > button {
        background-color: #4352A2; }
      #section_catch_slider #top_slider .slick-dots > li:nth-child(6) > button {
        border-color: #E95098; }
      #section_catch_slider #top_slider .slick-dots > li:nth-child(6).slick-active > button {
        background-color: #E95098; }

#section_scholarship {
  text-align: center; }
  #section_scholarship a img {
    max-width: 550px; }

#section_school_links {
  margin-top: 0 !important;
  padding-top: 0 !important; }
  #section_school_links .flex_links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    #section_school_links .flex_links .wrap_link_play_and_music {
      background-image: url(../image/02_button/button_warm.svg); }
    #section_school_links .flex_links .wrap_link_school {
      background-image: url(../image/02_button/button_cold.svg); }

#section_explanation p {
  color: #DC2772;
  text-align: justify;
  line-height: 1.6em; }

#section_events h2 {
  text-align: center; }

#section_events #ul_events > li {
  padding: 0.5em 0.3em;
  border-bottom: solid 1px #DC2772;
  background-image: none; }
  #section_events #ul_events > li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }

#section_events .flex_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  #section_events .flex_links .wrap_link_play_and_music {
    background-image: url(../image/02_button/button_warm.svg); }
  #section_events .flex_links .wrap_link_school {
    background-image: url(../image/02_button/button_cold.svg); }

#section_access h2 {
  max-width: 500px;
  margin-right: auto;
  margin-left: auto; }

#section_access h3 {
  margin: 0 0 0.5em 0; }

#section_access p {
  margin: 0 0 0.3em 0; }

#section_access #ul_access > li:not(:last-child) {
  padding-bottom: 1.5em; }

#section_access #ul_access > li .flex_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  #section_access #ul_access > li .flex_box .btn {
    width: 13em; }

:lang(en) #section_access h2 {
  width: 90%;
  max-width: none; }

#copyright {
  white-space: nowrap;
  text-align: center;
  font-size: 0.8em;
  margin-bottom: 0; }

#wrap_to_top {
  width: 60px;
  height: 60px;
  background-image: url(../image/to_top.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
  position: fixed;
  right: 20px;
  bottom: 20px;
  border: none;
  outline: 0; }

:lang(en) #wrap_to_top {
  background-image: url(../image/to_top_en.svg); }

/*********************
LARGER MOBILE DEVICES
This is for devices like the Galaxy Note or something that's
larger than an iPhone but smaller than a tablet. Let's call them
tweeners.
*********************/
@media only screen and (min-width: 481px) {
  /******************************************************************
Site Name:
Author:

Stylesheet: 481px and Up Stylesheet

This stylesheet is loaded for larger devices. It's set to
481px because at 480px it would load on a landscaped iPhone.
This isn't ideal because then you would be loading all those
extra styles on that same mobile connection.

A word of warning. This size COULD be a larger mobile device,
so you still want to keep it pretty light and simply expand
upon your base.scss styles.

******************************************************************/
  /*
IMPORTANT NOTE ABOUT SASS 3.3 & UP
You can't use @extend within media queries
anymore, so just be aware that if you drop
them in here, they won't work.
*/
  /*********************
NAVIGATION STYLES
*********************/
  #container header.header {
    margin-bottom: 30px; }
    #container header.header .lang_switcher a {
      top: 30px; }
  #section_catch_slider #top_slider .slick-arrow {
    top: calc(50% - 40px); }
    #section_catch_slider #top_slider .slick-arrow.slick-next {
      right: 5%;
      width: 40px;
      height: 40px; } }

/*********************
TABLET & SMALLER LAPTOPS
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*********************/
@media only screen and (min-width: 768px) {
  /******************************************************************
Site Name:
Author:

Stylesheet: Tablet & Small Desktop Stylesheet

Here's where you can start getting into the good stuff.
This size will work on iPads, other tablets, and desktops.
So you can start working with more styles, background images,
and other resources. You'll also notice the grid starts to
come into play. Have fun!

******************************************************************/
  body {
    font-size: 110%;
    line-height: 1.5; }
  .wrap {
    width: 85%; }
  #container {
    background-size: 1500px; }
    #container header.header {
      background-size: auto 40px;
      height: 40px;
      margin-bottom: 0px; }
      #container header.header .lang_switcher a {
        top: 45px; }
    #container article section {
      margin: 3rem 0;
      padding: 2rem 0; }
    #container footer.footer {
      background-size: auto 40px;
      padding-bottom: 70px; }
  .left_roof::before {
    content: '';
    width: 500px;
    padding-bottom: 1%;
    top: -45px;
    left: -250px;
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg); }
  .right_roof {
    position: relative; }
    .right_roof::before {
      content: '';
      width: 500px;
      padding-bottom: 1%;
      top: -45px;
      right: -250px;
      -webkit-transform: rotate(5deg);
              transform: rotate(5deg); }
  #section_catch_slider #top_slider .slick-arrow.slick-next {
    right: 10%;
    width: 50px;
    height: 50px; }
  #section_catch_slider #top_slider .slick-dots > li {
    margin: 0 0.8%; }
  #section_school_links .flex_links {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
  #section_explanation p {
    line-height: 2.3em; }
  #section_events #ul_events > li {
    background-image: url(../image/06_event_news/right_arrow.svg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 35px 35px; }
    #section_events #ul_events > li a {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      #section_events #ul_events > li a .date {
        margin-right: 2em;
        width: 8em; }
        #section_events #ul_events > li a .date + div {
          width: calc(100% - 12em); }
  #section_access #ul_access > li:not(:last-child) {
    padding-bottom: 3em; }
  #section_access #ul_access > li .flex_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  :lang(en) #section_access h2 {
    max-width: 14em;
    width: 80%; }
  #wrap_to_top {
    width: 70px;
    height: 70px;
    right: 50px;
    bottom: 50px; } }

/*********************
DESKTOP
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*********************/
@media only screen and (min-width: 1030px) {
  /******************************************************************
Site Name:
Author:

Stylesheet: Desktop Stylsheet

This is the desktop size. It's larger than an iPad so it will only
be seen on the Desktop.

******************************************************************/
  .wrap {
    width: 750px; }
  #container {
    background-size: 1800px; }
    #container header.header {
      background-size: auto 60px;
      height: 60px; }
      #container header.header .lang_switcher a {
        top: 65px; }
    #container article section {
      margin: 4rem 0;
      padding: 2rem 0; }
    #container footer.footer {
      background-size: auto 60px;
      padding-bottom: 100px; }
  #section_catch_slider #top_slider .slick-arrow.slick-next {
    right: 15%;
    width: 60px;
    height: 60px; }
  :lang(en) #section_access h2 {
    width: 70%; }
  #wrap_to_top {
    right: 100px; } }

/*********************
LARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*********************/
@media only screen and (min-width: 1240px) {
  /******************************************************************
Site Name: 
Author: 

Stylesheet: Super Large Monitor Stylesheet

You can add some advanced styles here if you like. This kicks in
on larger screens.

******************************************************************/ }

/*********************
RETINA (2x RESOLUTION DEVICES)
This applies to the retina iPhone (4s) and iPad (2,3) along with
other displays with a 2x resolution. You can also create a media
query for retina AND a certain size if you want. Go Nuts.
*********************/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /******************************************************************
Site Name: 
Author: 

Stylesheet: Retina Screens & Devices Stylesheet

When handling retina screens you need to make adjustments, especially
if you're not using font icons. Here you can add them in one neat
place.

******************************************************************/
  /* 

EXAMPLE 
Let's say you have an image and you need to make sure it looks ok
on retina screens. Let's say we have an icon which dimension are
24px x 24px. In your regular stylesheets, it would look something
like this:

.icon {
	width: 24px;
	height: 24px;
	background: url(img/test.png) no-repeat;
}

For retina screens, we have to make some adjustments, so that image
doesn't look blurry. So, taking into account the image above and the
dimensions, this is what we would put in our retina stylesheet:

.icon {
	background: url(img/test@2x.png) no-repeat;
	background-size: 24px 24px;
}

So, you would create the same icon, but at double the resolution, meaning 
it would be 48px x 48px. You'd name it the same, but with a @2x at the end
(this is pretty standard practice). Set the background image so it matches
the original dimensions and you are good to go. 

*/ }

/*********************
PRINT STYLESHEET
Feel free to customize this. Remember to add things that won't make
sense to print at the bottom. Things like nav, ads, and forms should
be set to display none.
*********************/
@media print {
  /******************************************************************
Site Name:
Author:

Stylesheet: Print Stylesheet

This is the print stylesheet. There's probably not a lot
of reasons to edit this stylesheet. If you want to
though, go for it.

******************************************************************/
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    -webkit-filter: none !important;
            filter: none !important;
    -ms-filter: none !important; }
  a,
  a:visited {
    color: #444 !important;
    text-decoration: underline; }
    a:after, a:visited:after {
      content: " (" attr(href) ")"; }
    a abbr[title]:after, a:visited abbr[title]:after {
      content: " (" attr(title) ")"; }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr, img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none; } }
/*# sourceMappingURL=style.css.map */