/* Document
 * ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
/* Sections
 * ========================================================================== */
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Edge, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
 * ========================================================================== */
/**
 * Remove the margin on nested lists in Chrome, Edge, IE, and Safari.
 */
dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
  margin: 0;
}
/**
 * Remove the margin on nested lists in Edge 18- and IE.
 */
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Correct the inheritance of border color in Firefox.
 * 3. Show the overflow in Edge 18- and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  color: inherit; /* 2 */
  height: 0; /* 1 */
  overflow: visible; /* 3 */
}
/**
 * Add the correct display in IE.
 */
main {
  display: block;
}
/**
 * 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;
}
/**
 * Add the correct text decoration in Edge 18-, IE, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;
}
/**
 * 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%;
}
/* Embedded content
 * ========================================================================== */
/**
 * Remove the border on images within links in IE 10-.
 */
img {
  border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Tabular data
 * ========================================================================== */
/**
 * 1. Correct table border color inheritance in all Chrome, Edge, and Safari.
 * 2. Remove text indentation from table contents in Chrome, Edge, and Safari.
 */
table {
  border-color: inherit; /* 1 */
  text-indent: 0; /* 2 */
}
/* Forms
 * ========================================================================== */
/**
 * Remove the margin on controls in Safari.
 */
button,
input,
select {
  margin: 0;
}
/**
 * 1. Show the overflow in IE.
 * 2. Remove the inheritance of text transform in Edge 18-, Firefox, and IE.
 */
button {
  overflow: visible; /* 1 */
  text-transform: none; /* 2 */
}
/**
 * Correct the inability to style buttons in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * Show the overflow in Edge 18- and IE.
 */
input {
  overflow: visible;
}
/**
 * 1. Correct the text wrapping in Edge 18- and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  white-space: normal; /* 1 */
}
/**
 * 1. Add the correct display in Edge 18- and IE.
 * 2. Add the correct vertical alignment in Chrome, Edge, and Firefox.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}
/**
 * Remove the inheritance of text transform in Firefox.
 */
select {
  text-transform: none;
}
/**
 * 1. Remove the margin in Firefox and Safari.
 * 2. Remove the default vertical scrollbar in IE.
 */
textarea {
  margin: 0; /* 1 */
  overflow: auto; /* 2 */
}
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
/**
 * 1. Correct the odd appearance in Chrome, Edge, and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}
/**
 * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 */
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style upload buttons in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */
:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Remove the additional :invalid styles in Firefox.
 */
:-moz-ui-invalid {
  box-shadow: none;
}
/* Interactive
 * ========================================================================== */
/*
 * Add the correct display in Edge 18- and IE.
 */
details {
  display: block;
}
/*
 * Add the correct styles in Edge 18-, IE, and Safari.
 */
dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}
dialog:not([open]) {
  display: none;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Scripting
 * ========================================================================== */
/**
 * Add the correct display in IE.
 */
template {
  display: none;
}
/* User interaction
 * ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}
html {
  font-size: 10px; }
body {
  margin: 0;
  padding: 0;
  line-height: 1.625;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  color: #333; }
img {
  max-width: 100%;
  vertical-align: top;
  border: 0;
  height: auto; }
dd {
  margin: 0; }
object,
embed {
  vertical-align: top; }
a {
  color: inherit;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  text-decoration: none; }
a:hover {
  opacity: 0.75; }
:focus {
  outline: none; }
table {
  border-style: solid;
  border-collapse: collapse;
  border-width: 0; }
th {
  white-space: nowrap; }
button {
  font: inherit;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
.pc {
  display: none; }
.anchor {
  position: absolute;
  margin: -70px 0 0;
  padding: 70px 0 0; }
.wrapper {
  overflow: hidden; }
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  pointer-events: none; }
.header.show {
    opacity: 1;
    pointer-events: auto; }
.header__logo {
    margin: 0;
    padding: 25px 0 15px; }
.header__logoImg {
    display: block;
    width: 53px;
    margin: 0 auto 10px; }
.header__logoText {
    display: none; }
.header__logoTextImg {
    display: block;
    width: 150px;
    margin: auto; }
.header__menuClose {
    position: absolute;
    top: 0;
    right: 0;
    width: 38px; }
.header__btn {
    display: none; }
.menu {
  color: #3176d5; }
.menu__list {
    text-align: center;
    margin: 0;
    padding: 0;
    list-style: none; }
.menu__item > a,
  .menu__item > button {
    color: inherit;
    display: block;
    width: 100%;
    padding: 10px 0; }
.menu__item--current > a::after,
  .menu__item--current > button:after {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background: #ff871d;
    position: absolute;
    bottom: 0;
    left: 0; }
.menu__childWrap {
    overflow: hidden;
    height: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
.menu__childWrap.open {
      height: auto; }
.menu__child {
    color: #fff;
    margin: 0;
    padding: 0;
    list-style: none; }
.menu__childItem a {
    background: #ff871d;
    display: block;
    padding: 5px 0; }
.menuBtn {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9;
  width: 38px; }
.main__header {
  padding: 10% 0;
  background: #ecf4ff; }
.main__heading {
  margin: 0; }
.bc {
  padding: 4.6875%;
  border-bottom: 1px solid #ddd; }
.bc__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
.bc__item + .bc__item::before {
    content: ">";
    display: inline-block;
    margin: 0 5px; }
.bc__item--home a::before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 11px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    background-image: url(../img/icon_home.png); }
.bc__item--home span {
    display: none; }
.contents__inner {
  padding: 7.8125% 4.6875%; }
.contents__right {
  margin: 50px 0; }
.section__inner {
  padding: 7.8125% 4.6875%; }
.section__scheduleHeading {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  color: #3176d5;
  background: #ecf4ff;
  padding: 1em 0;
  margin: 0; }
.section--schedule {
  background: #ecf4ff;
  padding: 6.25% 0; }
.section--study {
  padding: 0 0 9.375%; }
.section__heading--study {
  margin: 0 0 6.25%; }
.movieList {
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
.movieList__item {
    border-radius: 5px;
    overflow: hidden;
    width: 49%;
    margin: 0 0 2.58621%; }
.movieList__item a,
    .movieList__item button {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      width: 100%;
      height: 100%; }
.movieList__image {
    position: relative;
    width: 100%;
    height: 0;
    padding: 58.82353% 0 0;
    overflow: hidden; }
.movieList__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center; }
.movieList__label {
    color: #fff;
    font-weight: 700;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 39.70588%;
    padding: 28.52941% 0 0;
    margin: 0;
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
.movieList__label--1 {
      background: #54af24; }
.movieList__label--2 {
      background: #ff7c12; }
.movieList__label--3 {
      background: #d45353; }
.movieList__label ._inner {
      position: absolute;
      bottom: 0;
      left: 50%;
      -webkit-transform: translate(-50%, 0);
              transform: translate(-50%, 0);
      margin: 0 0 5px; }
.movieList__body {
    background: #ecf4ff;
    padding: 1em;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: left; }
.movieList__title {
    color: #3176d5;
    font-size: 100%;
    margin: 0; }
.studyBnr a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #ecf4ff;
  border-radius: 5px;
  padding: 10px 15px;
  -webkit-box-shadow: 0 4px 0 0 #6fa2e7;
          box-shadow: 0 4px 0 0 #6fa2e7; }
.studyBnr__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 15px; }
.studyBnr__thumb {
  width: 31.91489%; }
.studyBnr__img {
  display: block;
  width: 100%;
  height: 0;
  padding: 100% 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }
.studyBnr__right {
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
.studyBnr__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -ms-flex-negative: 0;
      flex-shrink: 0; }
.studyBnr__heading {
  color: #3176d5;
  font-size: 14px;
  font-weight: 700;
  margin: 0; }
.studyBnr__rate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin: 0 0 0 auto; }
.studyBnr__rateTitle {
  font-weight: 700;
  margin: 0 10px 0 0; }
.studyBnr__rateData {
  color: #ecd9d9;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
.studyBnr__rateData ._star-on {
    color: #cc0000; }
.studyBnr__title {
  color: #fff;
  font-weight: 700;
  line-height: 1.5;
  background: #ff871c;
  border-radius: 5px;
  padding: 10px 1.25em;
  margin: 10px 0 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative; }
.studyBnr__title::before {
    content: "";
    display: block;
    border-right: 8px solid #ff871c;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    position: absolute;
    top: 18px;
    left: -8px; }
.calendar__months {
  margin: 0 0 10px; }
.calendarMonths {
  color: #3176d5;
  font-family: "Bebas Neue", cursive;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline; }
.calendarMonths__year {
    margin: 0;
    font-size: 50%; }
.calendarMonths__month {
    margin: 0 5px; }
.calendarMonths__month a {
      color: #9c9c9c; }
.calendarMonths__month a:hover {
        color: #3176d5; }
.calendarTable {
  display: none; }
.calendarSpTable {
  text-align: center;
  vertical-align: top;
  width: 100%;
  border-collapse: collapse; }
.calendarSpTable th,
  .calendarSpTable td {
    padding: 0.5em 1em;
    border: 1px solid #c6d0d4; }
.calendarSpTable td:not([colspan]) {
    width: 33.3333%; }
.calendarSpTable ._day {
    background: #efefef; }
.calendarSpTable ._title {
    background: #ecf4ff; }
.calendarSpTable ._label {
    display: inline-block;
    color: #fff;
    background: #3176d5;
    padding: 0 3px;
    margin: 0 5px 0 0; }
.calendarSpTable ._reserve,
  .calendarSpTable ._request {
    color: #fff;
    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;
    width: 100%; }
.calendarSpTable ._reserve::after,
    .calendarSpTable ._request::after {
      content: "";
      display: block;
      width: 5px;
      height: 8px;
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center center;
      background-image: url(../img/arrow_white.png);
      margin: 0 0 0 5px; }
.calendarSpTable ._reserve {
    background: #ff871d; }
.calendarSpTable ._request {
    background: #3176d5; }
.calendarSpTable ._areas {
    font-size: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
.calendarSpTable ._areas li {
      background: #ccc;
      padding: 0 3px;
      margin: 5px 5px 0 0; }
.newsList {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #ccc; }
.newsList__item {
    padding: 3.75% 4.6875% 4.6875%;
    border-bottom: 1px solid #ccc; }
.newsItem {
  position: relative; }
.newsItem__date {
    display: inline-block;
    margin: 0; }
.newsItem__cats {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block; }
.newsItem__cat {
    color: #fff;
    display: inline-block;
    margin: 0 0 0 8px;
    padding: 0 1em;
    background: #35318f; }
.newsItem__title {
    margin: 1em 0 0; }
.pager {
  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;
  width: 100%; }
.pager a,
  .pager span {
    line-height: 16px;
    text-align: center;
    display: block;
    width: 18px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 1px solid #3176d5;
    margin: 0 2px; }
.pager a {
    color: #fff;
    background: #3176d5; }
.pager span {
    color: #3176d5; }
.pageNavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
.pageNavi__item {
    color: #3176d5; }
.pageNavi__item a {
      display: block; }
.pageNavi__item a:not([href]) {
      opacity: 0.4;
      cursor: default; }
.pageNavi__item--prev a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
.pageNavi__item--prev a::before {
        content: "";
        display: block;
        width: 9px;
        height: 15px;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center center;
        background-image: url(../img/arrow_large.png);
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg);
        margin: 0 10px 0 0; }
.pageNavi__item--next a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
.pageNavi__item--next a::after {
        content: "";
        display: block;
        width: 9px;
        height: 15px;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center center;
        background-image: url(../img/arrow_large.png);
        margin: 0 0 0 10px; }
.pageNavi__item--back {
      width: 40%;
      margin: 0 5%;
      text-align: center; }
.pageNavi__item--back a {
        color: #fff;
        display: block;
        background: #3176d5;
        padding: 1em;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        border-radius: 2px; }
.sidebar {
  position: relative; }
.sidebar__category {
    border: 3px solid #ccc;
    background: #fff;
    position: relative;
    margin: 0 5px 25px 0;
    padding: 15px 0; }
.sidebar__category::before {
      content: "";
      display: block;
      position: absolute;
      top: 2px;
      left: 2px;
      z-index: -1;
      width: 100%;
      height: 100%;
      border: 3px solid #ccc; }
.sidebar__category::after {
      content: "";
      display: block;
      width: 49px;
      height: 12px;
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center center;
      background-image: url(../img/ring.png);
      position: absolute;
      top: -8px;
      left: 33%; }
.sidebar__heading {
    color: #3176d5;
    font-weight: 700;
    text-align: center;
    margin: 0 0 10px; }
.sidebar__heading--tag {
      color: #333; }
.sidebar__catList {
    border-top: 1px dotted #ccc;
    width: 91%;
    margin: 0 auto;
    padding: 0;
    list-style: none; }
.sidebar__catItem,
  .sidebar__catList > .cat-item {
    border-bottom: 1px dotted #ccc; }
.sidebar__catItem a,
    .sidebar__catList > .cat-item a {
      display: block;
      padding: 5px; }
.sidebar__catChild,
  .sidebar .children {
    margin: 0;
    padding: 0 0 0 1.8em;
    list-style: none; }
.sidebar__catChildItem,
  .sidebar .children > .cat-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
.sidebar__catChildItem::before,
    .sidebar .children > .cat-item::before {
      content: "";
      display: inline-block;
      width: 5px;
      height: 1px;
      background: #ccc; }
.sidebar__tagList {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
.sidebar__tagItem {
    line-height: 1.8;
    margin: 0 5px 5px 0; }
.sidebar__tagItem a {
      display: block;
      background: #f2f0f0;
      padding: 0 5px; }
.sidebar__categorySearch {
    width: 91%;
    margin: auto; }
.sideSearch__keyword {
  border: 1px solid #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 15px 0 0; }
.sideSearch__keyword input[type="text"] {
    font: inherit;
    font-size: 16px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: none;
    background: none;
    padding: 3px;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
.sideSearch__keyword button {
    width: 32px;
    height: 32px;
    position: relative; }
.sideSearch__keyword button::before {
      content: "";
      width: 14px;
      height: 14px;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: contain;
      background-image: url(../img/news/icon_search_2.png);
      position: absolute;
      top: 50%;
      left: 50%;
      margin: -7px 0 0 -7px; }
.sideSearch__months {
  margin: 15px 0 0; }
.sideSearch__months select {
    font-size: 16px;
    width: 100%;
    padding: 6px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 1px solid #ccc; }
.pagetop {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 33px; }
.footer {
  height: 33px; }
.footer__copyright {
    margin: 0;
    text-align: center;
    line-height: 33px; }
@media print,screen and (min-width: 480px) {
    html {
      font-size: 16px; }
    .pc {
      display: inline; }
  .sp {
    display: none; }
    .anchor {
      margin: -130px 0 0;
      padding: 130px 0 0; }
    .wrapper {
      min-width: 1140px; }
    .header {
      position: relative;
      opacity: 1;
      pointer-events: auto; }
    .header__top {
      width: 1100px;
      height: 60px;
      margin: auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .header__logo {
        height: 100%;
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
      .header__logoImg {
        width: 127px;
        margin: 0; }
      .header__logoText {
        display: block;
        font-weight: 700;
        font-size: 14px;
        margin: 0 0 0 20px; }
      .header__logoTextImg {
        display: none; }
      .header__menuClose {
        display: none; }
      .header__btn {
        color: #fff;
        font-size: 14px;
        font-weight: 700;
        line-height: 35px;
        display: block; }
        .header__btn a {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          padding: 0 14px;
          border-radius: 5px; }
          .header__btn a::before {
            content: "";
            display: block;
            background-repeat: no-repeat;
            background-size: contain;
            margin: 0 10px 0 0; }
        .header__btn--movies {
          margin: 0 0 0 auto; }
          .header__btn--movies a {
            background: #f95820; }
            .header__btn--movies a::before {
              width: 17px;
              height: 12px;
              background-image: url(../img/icon_movie.png); }
        .header__btn--logout {
          margin: 0 0 0 10px; }
          .header__btn--logout a {
            background: #35318f; }
            .header__btn--logout a::before {
              width: 12px;
              height: 16px;
              background-image: url(../img/icon_logout.png); }
    .menu {
      position: absolute;
      top: 60px;
      left: 0;
      width: 100%;
      color: #fff;
      font-weight: 700;
      background: #3176d5; }
    .menu__inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 1100px;
      height: 60px;
      margin: auto; }
      .menu__list {
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
    .menu__item {
      height: 100%;
      position: relative; }
      .menu__item > a,
      .menu__item > button {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        width: auto;
        height: 100%;
        padding: 0; }
    .menu__item--spOnly {
      display: none; }
    .menu__item:hover > .menu__childWrap {
      opacity: 1;
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0); }
      .menu__childWrap {
        height: auto;
        opacity: 0;
        -webkit-transform: translate(0, -20px);
                transform: translate(0, -20px);
        overflow: visible; }
        .menu__childWrap.open {
          opacity: 1;
          -webkit-transform: translate(0, 0);
                  transform: translate(0, 0); }
      .menu__child {
        background: #ecf4ff;
        position: absolute;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
                transform: translate(-50%, 0);
        white-space: nowrap; }
    .menu__childItem {
      border-top: 1px solid #ecf4ff; }
      .menu__childItem a {
        padding: 5px 1em; }
    .menuBtn {
      display: none; }
  .main {
    padding: 60px 0 0; }
    .main__header {
      padding: 0; }
    .main__heading {
      width: 690px;
      margin: auto; }
      .main__heading--900 {
        width: 900px; }
      .main__heading--930 {
        width: 930px; }
    .bc {
      padding: 20px 0; }
      .bc__list {
        width: 1100px;
        margin: auto; }
    .bc__item {
      font-size: 12px; }
      .bc__item + .bc__item::before {
        margin: 0 12px; }
    .contents__inner {
      width: 1100px;
      padding: 70px 0;
      margin: auto; }
      .contents__inner--2col {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .contents__left {
    width: 750px; }
    .contents__right {
      width: 250px;
      margin: 0; }
    .section__inner {
      width: 1100px;
      padding: 70px 0;
      margin: auto; }
    .section__scheduleHeading {
      font-size: 24px;
      padding: 18px; }
    .section--schedule {
      padding: 70px 0 50px; }
    .section--study {
      padding: 0 0 50px; }
    .section__heading--study {
      margin: 0 0 40px; }
    .movieList {
      padding: 0; }
      .movieList::after {
        content: "";
        display: block;
        width: 340px; }
      .movieList__item {
        border-radius: 10px;
        width: 340px;
        margin: 0 0 40px; }
      .movieList__label {
        font-size: 18px; }
        .movieList__label ._inner {
          margin: 0 0 12px; }
    .studyBnr a {
      border-radius: 10px;
      padding: 20px 30px;
      -webkit-box-shadow: 0 7px 0 0 #6fa2e7;
              box-shadow: 0 7px 0 0 #6fa2e7; }
    .studyBnr__inner {
      padding: 20px 30px; }
    .studyBnr__heading {
      font-size: 28px; }
    .studyBnr__rateData {
      font-size: 20px; }
    .studyBnr__title {
      border-radius: 10px; }
      .studyBnr__title::before {
        border-right: 16px solid #ff871c;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        top: 25px;
        left: -16px; }
    .calendarMonths {
      font-size: 48px; }
      .calendarMonths__month {
        margin: 0 10px; }
    .calendarTable {
      display: table;
      text-align: center;
      vertical-align: top;
      width: 100%;
      border-collapse: collapse; }
      .calendarTable th,
      .calendarTable td {
        padding: 1em;
        border: 1px solid #c6d0d4; }
      .calendarTable ._head {
        font-weight: 400;
        background: #efefef; }
      .calendarTable ._day {
        font-family: "Bebas Neue", cursive;
        font-weight: normal;
        font-size: 30px;
        line-height: 1; }
        .calendarTable ._day ._yobi {
          font-size: 18px;
          display: block; }
      .calendarTable ._label {
        display: inline-block;
        color: #fff;
        background: #3176d5;
        padding: 0 3px;
        margin: 0 5px 0 0; }
      .calendarTable ._title {
        text-align: left;
        min-width: 400px; }
      .calendarTable ._reserve,
      .calendarTable ._request {
        color: #fff;
        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;
        width: 160px;
        padding: 4px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        margin: auto; }
        .calendarTable ._reserve::after,
        .calendarTable ._request::after {
          content: "";
          display: block;
          width: 7px;
          height: 11px;
          background-repeat: no-repeat;
          background-size: contain;
          background-position: center center;
          background-image: url(../img/arrow_white.png);
          margin: 3px 0 0 7px; }
      .calendarTable ._reserve {
        background: #ff871d; }
      .calendarTable ._request {
        background: #3176d5; }
      .calendarTable ._areas {
        font-size: 12px;
        margin: 0;
        padding: 0;
        list-style: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .calendarTable ._areas li {
          background: #ccc;
          padding: 0 5px;
          margin: 10px 10px 0 0; }
    .calendarSpTable {
      display: none; }
      .newsList__item {
        padding: 18px 30px 18px 10px; }
    .newsItem--arrow::after {
      content: "";
      display: block;
      width: 7px;
      height: 11px;
      background-image: url(../img/arrow_black.png);
      background-repeat: no-repeat;
      background-size: contain;
      position: absolute;
      right: 10px;
      top: 50%;
      margin: -6px 0 0; }
    .newsItem__inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .newsItem__date {
        font-size: 14px;
        line-height: 25px; }
      .newsItem__cats {
        font-size: 14px;
        line-height: 25px;
        display: block;
        margin: 0 0 0 20px; }
      .newsItem__cat {
        display: block;
        min-width: 100px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        text-align: center;
        margin: 0; }
        .newsItem__cat:not(:first-child) {
          margin: 5px 0 0; }
      .newsItem__title {
        line-height: 25px;
        margin: 0 0 0 20px; }
      .pager a,
      .pager span {
        line-height: 33px;
        width: 35px;
        margin: 0 5px; }
    .pageNavi {
      font-size: 14px; }
          .pageNavi__item--prev a::before {
            width: 18px;
            height: 30px;
            margin: 0 20px 0 0; }
          .pageNavi__item--next a::after {
            width: 18px;
            height: 30px;
            margin: 0 0 0 20px; }
        .pageNavi__item--back {
          width: 294px;
          margin: 0 80px; }
          .pageNavi__item--back a {
            border-radius: 4px;
            padding: 16px; }
      .sidebar__category {
        border: 5px solid #ccc;
        margin: 0 9px 30px 0;
        padding: 25px 0 40px; }
        .sidebar__category::before {
          border: 5px solid #ccc;
          top: 4px;
          left: 4px; }
        .sidebar__category::after {
          width: 98px;
          height: 23px;
          top: -15px;
          left: 70px; }
      .sidebar__heading {
        font-size: 14px; }
      .sidebar__catList {
        font-size: 14px; }
        .sidebar__catItem a,
        .sidebar__catList > .cat-item a {
          padding: 10px; }
      .sidebar__catChild,
      .sidebar .children {
        padding: 0 0 5px 1.8em; }
        .sidebar__catChildItem::before,
        .sidebar .children > .cat-item::before {
          width: 10px; }
      .sidebar__catChildItem a,
      .sidebar .children > .cat-item a {
        padding: 3px 10px 3px 5px; }
      .sidebar__tagList {
        font-size: 14px; }
      .sidebar__tagItem {
        margin: 0 10px 10px 0; }
      .sideSearch__keyword button {
        width: 48px;
        height: 38px; }
        .sideSearch__keyword button::before {
          width: 18px;
          height: 18px;
          margin: -9px 0 0 -9px; }
      .sideSearch__months select {
        padding: 8px; }
    .pagetop {
      width: 66px; }
    .footer {
      height: auto;
      padding: 45px 0; }
      .footer__copyright {
        font-size: 12px;
        line-height: 20px; } }
/*# sourceMappingURL=maps/common.css.map */
