@charset "UTF-8";
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
     # General elements
     # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
}

/*
  * Correct `block` display not defined for any HTML5 element in IE 8/9
  * Correct `block` display not defined for `details` or `summary` in IE 10/11
  * and Firefox
  * Correct `block` display not defined for `main` in IE 11
  */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

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

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

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

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
     # Forms
     # ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type="number"] {
  width: auto;
  /* Firefox 36+ */
}

[type="search"] {
  -webkit-appearance: textfield;
  /* Safari 8+ */
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

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

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
}

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

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

/* # =================================================================
     # Specify media element style
     # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

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

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
     # Accessibility
     # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
     # Selection
     # ================================================================= */
/* Specify text selection background color and omit drop shadow */

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  background: #FFFFFF;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 1rem;
  font-weight: bold;
  word-wrap: break-word;
  letter-spacing: 0.05em
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

a {
  color: #000;
  text-decoration: none;
}

a img:hover,
a img:active,
a img:focus,
.p-gallery img:hover {
  opacity: .7;
}

a h1:hover,
a h1:active,
a h1:focus,
a h2:hover,
a h2:active,
a h2:focus,
a h3:hover,
a h3:active,
a h3:focus,
a h4:hover,
a h4:active,
a h4:focus,
a h5:hover,
a h5:active,
a h5:focus,
a h6:hover,
a h6:active,
a h6:focus,
a p:hover,
a p:active,
a p:focus {
  text-decoration: underline;
  opacity: .5;
}

a svg:hover,
button:hover {
  opacity: .5;
}

img {
  max-width: 100%;
  width: 100%;
  height: auto;
  vertical-align: middle;
}

ul,
li {
  list-style: none;
}

video {
  cursor: pointer;
}

iframe {
  width: 100%;
  height: 1200px;
}

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

.no-scroll {
  overflow-y: hidden;
}

.l-footer {
  width: 100%;
  background: #FFFF00;
}

.l-footer__inner {
  margin: 0 auto;
}

.l-footer a:hover {
  opacity: .5;
}

.l-footer .l-footer__inner {
  margin-bottom: 0;
  padding: 110px 0 120px;
}

.grid {
  max-width: 1300px;
  width: 100%;
  padding-right: 350px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.footer--contents {
  position: relative;
  margin-bottom: 48px;
}

.footer--column {
  margin-right: 50px;
}

.footer--pagetop {
  position: absolute;
  right: 0;
  top: 8px;
  cursor: pointer;
}

.footer--pagetop:hover {
  opacity: .7;
}

.footer__box--last {
  margin-bottom: 117px;
}

.footer__ttl {
  margin-bottom: 30px;
  font-size: 19px;
  font-size: 1.1875rem;
  color: black;
  text-decoration: none;
  font-weight: 600;
}

.footer__ttl--mid {
  font-weight: 300;
}

.footer__text {
  display: block;
  margin-bottom: 18px;
  font-size: 12px;
  font-size: 0.75rem;
  color: black;
  text-decoration: none;
  font-weight: 600;
}

.footer__list {
  padding-left: 5px;
}

.footer__list__row {
  display: inline-block;
  width: 120px;
  vertical-align: text-top;
}

@media screen and (max-width: 1260px) {
  .l-footer .l-footer__inner {
    padding: 110px 20px 120px;
  }
}

@media screen and (max-width: 1200px) {
  .grid {
    padding-right: 200px;
  }
}

@media screen and (max-width: 1100px) {
  .grid {
    padding-right: 100px;
  }
}

@media screen and (max-width: 1100px) {
  .footer--column {
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .l-footer {
    width: 100%;
    height: 46px;
    padding: 0 20px;
  }
  .l-footer .l-footer__inner {
    margin-bottom: 0;
    padding: 0;
  }
}

.l-drawer {
  display: none;
  width: 376px;
  background: #FFFF00;
  position: absolute;
  top: 78px;
  right: 45px;
  z-index: 9999;
  border-radius: 10px;
  -webkit-box-shadow: 10px 23px 40px rgba(0, 0, 0, 0.16);
  box-shadow: 10px 23px 40px rgba(0, 0, 0, 0.16);
}

.l-drawer .c-navbar__logo {
  display: none;
}

.l-drawer .l-container {
  margin-top: 45px;
  margin-left: 20px;
  margin-right: 20px;
}

.l-drawer .mb-30 {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .l-drawer {
    display: none;
    width: 100%;
    height: 100%;
    padding-bottom: 80px;
    background: #FFFF00;
    position: fixed;
    top: 68px;
    left: 0;
    right: 0;
    z-index: 9999;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    border-radius: 0;
    -webkit-box-shadow: 10px 23px 40px rgba(0, 0, 0, 0);
    box-shadow: 10px 23px 40px rgba(0, 0, 0, 0);
  }
  .l-drawer .c-navbar__logo {
    display: block;
  }
}

.l-drawer a:hover {
  opacity: .5;
}

.js-drawer-open,
.js-drawer-close {
  cursor: pointer;
}

.js-drawer-open:hover,
.js-drawer-close:hover {
  opacity: .7;
}

.header-trigger,
.header-trigger span {
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.header-trigger {
  position: relative;
  width: 52px;
  height: 36px;
  margin-left: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header-trigger:hover {
  opacity: 0.75;
  cursor: pointer;
}

.header-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 7px;
  background-color: #000;
}

.header-trigger span:nth-of-type(1) {
  top: 0;
}

.header-trigger span:nth-of-type(2) {
  top: 14px;
}

.header-trigger span:nth-of-type(3) {
  bottom: 0;
}

.header-trigger.active {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.header-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(14px) rotate(-45deg);
  transform: translateY(14px) rotate(-45deg);
}

.header-trigger.active span:nth-of-type(2) {
  -webkit-transform: translateY(0) rotate(45deg);
  transform: translateY(0) rotate(45deg);
}

.header-trigger.active span:nth-of-type(3) {
  opacity: 0;
}

@media screen and (max-width: 767px) {
  .header-trigger {
    position: relative;
    width: 35px;
    height: 24px;
    margin-left: 10px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    vertical-align: top;
  }
  .header-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #000;
  }
  .header-trigger span:nth-of-type(1) {
    top: 0;
  }
  .header-trigger span:nth-of-type(2) {
    top: 10px;
  }
  .header-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg);
  }
  .l-header.header-fixed,
  .home .l-header.header-fixed {
    position: fixed;
    width: 100%;
    top: 0;
    background: #FFFF00;
    z-index: 9999;
  }
}

.l-container {
  max-width: 1300px;
  width: 100%;
  margin: 70px auto 45px;
}

.l-container--width {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 1300px) {
  .l-container,
  .l-container--width {
    padding: 0 20px;
  }
}

@media screen and (max-width: 767px) {
  .l-container {
    width: 100%;
    margin: 26.5px 0 0;
    padding: 0 20px;
  }
}

.button-start {
  cursor: pointer;
}

.c-button-defult {
  display: inline-block;
  padding: 0.2em 1.5em;
  text-decoration: none;
  color: #000;
  border: solid 2px #000;
  border-radius: 10px;
  font-size: 15px;
  font-size: 0.9375rem;
  background: #fff;
}

.c-pop {
  position: absolute;
  display: none;
  border-radius: 8px;
  border: 2px solid #00C0FF;
  -webkit-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.16);
  box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.16);
}

.c-pop__inner {
  position: relative;
}

.c-pop__mark {
  position: absolute;
  top: -60px;
  width: 53px;
  left: -12px;
  line-height: 58px;
  text-align: center;
  height: 71px;
  font-size: 30px;
  font-size: 1.875rem;
  background-image: url("/public/images/icons/icon_mark.png");
  background-position: center;
  color: #00C0FF;
}

.c-pop__head {
  padding: 8px 16px;
  background: #00C0FF;
  color: #fff;
  line-height: 1.25;
}

.c-pop__body {
  max-width: 312px;
  padding: 16px;
  background: #fff;
  border-radius: 0 0 8px 8px;
}

.c-pop__body p {
  margin-bottom: 10px;
}

.c-pop--targer01 {
  display: inline-block;
  width: 50px;
  height: 50px;
  cursor: pointer;
  position: absolute;
  z-index: 9000;
}

.c-pop--01 {
  display: none;
  left: 0;
}

.c-pop--targer02 {
  display: inline-block;
  width: 50px;
  height: 50px;
  cursor: pointer;
  position: absolute;
  z-index: 9000;
}

.c-pop--02 {
  left: 0;
}

.c-pop--targer03 {
  display: inline-block;
  width: 50px;
  height: 50px;
  cursor: pointer;
  position: absolute;
  z-index: 9000;
}

.c-pop--03 {
  left: 0;
}

.c-pop--targer04 {
  display: inline-block;
  width: 50px;
  height: 50px;
  cursor: pointer;
  position: absolute;
  z-index: 9000;
}

.c-pop--04 {
  left: 0;
}

.c-pop--targer05 {
  display: inline-block;
  width: 50px;
  height: 50px;
  cursor: pointer;
  position: absolute;
  z-index: 9000;
}

.c-pop--05 {
  left: 0;
}

.c-pop--targer06 {
  display: inline-block;
  width: 50px;
  height: 50px;
  cursor: pointer;
  position: absolute;
  z-index: 9000;
}

.c-pop--06 {
  left: 0;
}

.c-pop--targer07 {
  display: inline-block;
  width: 50px;
  height: 50px;
  cursor: pointer;
  position: absolute;
  z-index: 9000;
}

.c-pop--07 {
  left: 0;
}

.c-pop--targer08 {
  display: inline-block;
  width: 50px;
  height: 50px;
  cursor: pointer;
  position: absolute;
  z-index: 9000;
}

.c-pop--08 {
  left: 0;
}

.c-pop--targer09 {
  display: inline-block;
  width: 50px;
  height: 50px;
  cursor: pointer;
  position: absolute;
  z-index: 9000;
}

.c-pop--09 {
  left: 0;
}

.c-pop--targer10 {
  display: inline-block;
  width: 50px;
  height: 50px;
  cursor: pointer;
  position: absolute;
  z-index: 9000;
}

.c-pop--10 {
  left: -90;
}

.c-navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.c-navbar__inner {
  width: 100%;
  margin: 20px 20px 0;
}

.c-navbar__logo {
  display: inline-block;
  width: 240px;
  height: 64px;
}

.c-navbar__logo img {
  position: absolute;
  top: 0;
  left: 0;
  width: 300px;
}

.c-navbar__menu {
  position: absolute;
  top: 0;
  right: 0;
}

.c-navbar__menu dl {
  padding-top: 5px;
  margin-right: 50px;
}

.c-navbar__menu img {
  vertical-align: top;
}

@media screen and (max-width: 767px) {
  .font-def {
    font-size: 100%;
  }
  
  .font-lar {
    font-size: 100%;
  }

  .c-navbar {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .c-navbar__inner {
    width: 100%;
    margin: 20px 20px 0;
  }
  .c-navbar__logo {
    width: 164px;
    height: 44px;
  }
  .c-navbar__logo img {
    position: absolute;
    top: 0;
    left: -10px;
    width: 164px;
    height: 44px;
  }
  .c-navbar__menu {
    position: absolute;
    top: 0;
    right: 0;
  }
}

.c-section {
  margin: 0 0 40px;
}

.c-section__line {
  display: block;
  width: 80px;
  height: 3px;
  margin: 0 auto 35px;
}

.c-section--top {
  margin-top: 16px;
}

.c-social {
  display: inline-block;
  padding: 8px 0 0;
}

.c-social__share {
  color: #000;
}

.c-social .fa-2x {
  font-size: 2em;
}

@media screen and (max-width: 767px) {
  .c-social {
    margin-left: auto;
  }
  .c-social__share {
    width: 28px;
  }
  .c-social .fa-2x {
    font-size: 2em;
  }
}

.c-pagenav {
  margin-top: 28px;
}

.c-pagenav__tab {
  display: table;
  width: 100%;
}

.c-pagenav__tab__item {
  display: inline-block;
  margin-right: 25px;
  margin-bottom: 28px;
  padding-bottom: 6px;
  font-size: 17px;
  font-size: 1.0625rem;
  color: rgba(0, 0, 0, 0.6);
  text-decoration: none;
}

.c-pagenav__tab__item--active {
  display: inline-block;
  margin-right: 25px;
  margin-bottom: 28px;
  padding-bottom: 4px;
  font-size: 17px;
  font-size: 1.0625rem;
  color: black;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 2px solid black;
}

.c-pagenav--controller {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-pagenav__linkbox {
  position: relative;
  padding-top: 24px;
}

.c-pagenav__linkbox__item {
  line-height: 1;
}

.c-pagenav__linkbox span {
  position: absolute;
  top: 0;
  left: 20px;
  font-size: 10px;
  font-size: 0.625rem;
  color: rgba(0, 0, 0, 0.6);
}

.c-pagenav__linkbox p {
  font-size: 18px;
  font-size: 1.125rem;
  vertical-align: top;
  display: inline-block;
}

.c-pagenav__linkbox--r {
  margin-left: auto;
}

.c-pagenav__linkbox--r span {
  left: 25px;
}

.c-pagenav__tab__item:hover,
.c-pagenav__tab__item:focus,
.c-pagenav__tab__item:active {
  padding-bottom: 4px;
  color: black;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 2px solid black;
  opacity: 1;
  cursor: pointer;
}

@media screen and (max-width: 1300px) {
  .c-pagenav__tab br {
    display: none;
  }
}

.home {
  position: relative;
}

.home .l-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  z-index: 10;
}

.p-home__sec__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 275px;
  margin: 0 auto;
  text-align: center;
}

.p-home__sec__title p {
  margin: 10px 0 0 45px;
}

.p-home {
  width: 100%;
  margin: 0 auto;
  position: relative;
  margin-bottom: 24px;
}

.p-home__hero {
  width: 100%;
  background: #FFFF00;
}

.p-home__head {
  position: relative;
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  background: #FFFF00;
}

.p-home__head__inner {
  position: absolute;
  z-index: 10;
  top: 120px;
  right: 20px;
}

.p-home__reserve {
  float: right;
}

.p-home__title {
  margin-top: 80px;
  clear: both;
}

.p-home__title h1 {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: bold;
}

.p-home__title h1 span {
  display: inline-block;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #fff));
  background: -webkit-linear-gradient(transparent 70%, #fff 70%);
  background: linear-gradient(transparent 70%, #fff 70%);
}

.p-home__title--ind {
  margin-left: 25px;
}

.p-home__news {
  margin-bottom: 113px;
  overflow-x: hidden;
}

.p-home__news__contents {
  max-width: 1300px;
  width: 100%;
  margin: 54px auto 0;
}

.p-home__news__contents li {
  padding: 0 5px;
}

.p-home__news__contents li a {
  display: block;
}

.p-home__about {
  background: #fff;
  background-image: url("/public/images/home/about_bg.png");
  background-position: right top;
  background-size: cover;
  height: 1705px;
  overflow-x: hidden;
  margin-bottom: 113px;
}

.p-home__about__block {
  width: 1120px;
  margin: 54px auto 0;
}

.p-home__program {
  padding-top: 77px;
  margin-bottom: 113px;
}

.p-home__program .p-home__sec__title {
  width: 340px;
}

.p-home__program .p-schedule__area {
  margin-top: 0;
  padding-top: 54px;
  padding-bottom: 77px;
}

.p-home__contents {
  text-align: center;
}

.p-home__contents h2 {
  font-size: 41px;
  font-size: 2.5625rem;
  line-height: 1;
}

.p-home__contents h2 img {
  width: 394px;
}

.p-home__contents--line {
  display: inline-block;
  margin: 45px 0;
  line-height: 1;
}

.p-home__contents p {
  line-height: 2.5;
}

.p-home__contents--bottom {
  position: relative;
  width: 394px;
  margin: 87px auto 113px;
}

.p-home__contents--bottom img.illust {
  /*position: absolute;
  left: -135px;*/
  width: 96px;
}

.p-home--line {
  margin-bottom: 20px;
}

.p-home__about__item {
  padding-left: 100px;
}

.p-home__about__item--title {
  font-size: 28px;
  font-size: 1.75rem;
  margin-bottom: 12px;
}

.p-home__about__item--text {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.8;
}

.p-home__about__item--img1 {
  position: relative;
  height: 342px;
}

.p-home__about__item--img1 img {
  position: absolute;
  top: -35px;
  left: -110px;
  max-width: 571px;
  width: 571px;
}

.p-home__about__item--right {
  position: relative;
  padding-left: 180px;
}

.p-home__about__item--img2 {
  position: relative;
  height: 253px;
}

.p-home__about__item--img2 img {
  position: absolute;
  top: 20px;
  left: 40px;
  max-width: 635px;
  width: 635px;
}

.p-home__about__item--img3 {
  position: relative;
  height: 283px;
  margin-bottom: 65px;
}

.p-home__about__item--img3 img {
  position: absolute;
  top: 60px;
  left: -110px;
  max-width: 570px;
  width: 570px;
}

.p-home__about__item--img4 {
  position: relative;
  height: 265px;
}

.p-home__about__item--img4 img {
  position: absolute;
  top: 38px;
  left: 0;
  max-width: 473px;
  width: 473px;
}

.p-home__about__item--img5 {
  position: relative;
  height: 322px;
}

.p-home__about__item--img5 img {
  position: absolute;
  top: 80px;
  left: 0;
  max-width: 429px;
  width: 429px;
}

.p-home__reserve--bottom {
  text-align: center;
  margin: 45px auto;
  display: block;
}

.p-home__reserve--bottom:hover {
  opacity: 1;
}

.p-home__reserve--bottom:hover .c-button-defult {
  background: #FFFF00;
  color: #000;
  border: 2px solid #FFFF00;
  text-decoration: none;
  opacity: 1;
}


@media screen and (max-width: 1300px) {
  .p-home__news__contents {
    max-width: 1300px;
    width: 100%;
    margin: 54px auto 0;
  }
  .p-home__news__contents li {
    padding: 0 5px;
  }
  .p-home__news__contents li p {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: bold;
  }
  .p-home__about__item {
    padding-left: 100px;
  }
  .p-home__about__item--img1 {
    position: relative;
    height: 342px;
  }
  .p-home__about__item--img1 img {
    position: absolute;
    top: -35px;
    left: -110px;
    max-width: 471px;
    width: 471px;
  }
  .p-home__about__item--right {
    position: relative;
    padding-left: 180px;
  }
  .p-home__about__item--img2 {
    position: relative;
    height: 253px;
  }
  .p-home__about__item--img2 img {
    position: absolute;
    top: 20px;
    left: -20px;
    max-width: 535px;
    width: 535px;
  }
  .p-home__about__item--img3 {
    position: relative;
    height: 283px;
    margin-bottom: 65px;
  }
  .p-home__about__item--img3 img {
    position: absolute;
    top: 60px;
    left: -110px;
    max-width: 470px;
    width: 470px;
  }
  .p-home__about__item--img4 {
    position: relative;
    height: 265px;
  }
  .p-home__about__item--img4 img {
    position: absolute;
    top: 38px;
    left: 0;
    max-width: 373px;
    width: 373px;
  }
  .p-home__about__item--img5 {
    position: relative;
    height: 322px;
  }
  .p-home__about__item--img5 img {
    position: absolute;
    top: 80px;
    left: -140px;
    max-width: 329px;
    width: 329px;
  }
}

@media screen and (max-width: 1250px) {
  .p-home__head {
    position: relative;
    max-width: 1250px;
    width: 100%;
    margin: 0 auto;
    padding-top: 85px;
    background: #FFFF00;
  }
  .p-home__head__inner {
    position: static;
    z-index: 10;
    top: 120px;
    right: 20px;
  }
  .p-home__head__inner h1 {
    text-align: center;
  }
  .p-home__reserve {
    position: absolute;
    right: 20px;
  }
  .p-home__title {
    margin-top: 40px;
  }
  .p-home__hero {
    margin-top: -30px;
  }
}

@media screen and (max-width: 767px) {
  .home {
    position: relative;
  }
  .home .l-header {
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    z-index: 10;
  }
  .p-home {
    width: 100%;
    margin: 0 auto;
    position: relative;
    margin-bottom: 35px;
    background: #fff;
  }
  .p-home__hero {
    width: 100%;
    margin-top: 0;
    background: #fff;
  }
  .p-home__head {
    position: relative;
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
    padding-top: 65px;
    background: #FFFF00;
  }
  .p-home__head__inner {
    position: static;
    z-index: 10;
    top: 120px;
    right: 20px;
  }
  .p-home__reserve--bottom {
    text-align: center;
    margin: 15px auto;
    display: block;
  }
  .p-home__reserve--bottom .c-button-defult {
    font-size: 16px;
    font-size: 1rem;
  }

  .p-home__title {
    margin-top: 0;
    clear: both;
    text-align: center;
  }
  .p-home__title h1 {
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: bold;
  }
  .p-home__title h1 br {
    display: block;
  }
  .p-home__title h1 span {
    display: inline-block;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(98%, transparent), color-stop(98%, #000));
    background: -webkit-linear-gradient(transparent 98%, #000 98%);
    background: linear-gradient(transparent 98%, #000 98%);
  }
  .p-home__title--ind {
    margin-left: 0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(100%, transparent), to(#000)) !important;
    background: -webkit-linear-gradient(transparent 100%, #000 100%) !important;
    background: linear-gradient(transparent 100%, #000 100%) !important;
  }
  .p-home__news {
    margin-bottom: 5px;
  }
  .p-home__news__contents {
    max-width: 100%;
    width: 100%;
    margin: 15px auto 0;
  }
  .p-home__about {
    margin-top: 70px;
    padding-top: 0;
    background-image: url("/public/images/home/about_bg_sp.png");
    background-position: right top;
    background-size: cover;
    background-repeat: no-repeat;
    height: auto;
    padding-bottom: 70px;
    margin-bottom: 0;
  }
  .p-home__about__block {
    width: 100%;
    margin: 0 auto;
    padding-top: 35px;
  }
  .p-home__program {
    padding-top: 35px;
    margin-bottom: 30px;
  }
  .p-home__program .p-home__sec__title {
    width: 100%;
    margin: 0;
    padding: 0 20px;
  }
  .p-home__program .p-home__sec__title svg g {
    background: #fff;
  }
  .p-home__program .p-schedule__area {
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 45px;
  }
  .p-home__contents {
    text-align: center;
  }
  .p-home__contents h2 {
    font-size: 20px;
    font-size: 1.25rem;
    letter-spacing: initial;
  }
  .p-home__contents--line {
    display: inline-block;
    margin: 10px 0 20px;
  }
  .p-home__contents--line svg {
    width: 200px;
  }
  .p-home__contents--line .ab {
    stroke-width: 2px;
  }
  .p-home__contents p {
    line-height: 2;
    letter-spacing: initial;
    text-align: justify;
  }
  .p-home__contents--bottom {
    position: relative;
    width: 164px;
    margin: 25px auto 20px;
  }
  .p-home__contents--bottom img.illust {
    width: 35px;
  }
  .p-home--line {
    margin-bottom: 20px;
  }
  .p-home__about__item {
    padding-left: 20px;
    padding-right: 20px;
  }
  .p-home__about__item--title {
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 13.5px;
  }
  .p-home__about__item--text {
    font-size: 10px;
    font-size: 0.625rem;
    line-height: 1.6;
    text-align: justify;
  }
  .p-home__about__item--img1 {
    position: relative;
    height: auto;
    text-align: center;
  }
  .p-home__about__item--img1 img {
    position: static;
    top: -35px;
    left: -110px;
    max-width: 571px;
    width: 100%;
  }
  .p-home__about__item--right {
    position: relative;
    padding-left: 20px;
  }
  .p-home__about__item--img2 {
    position: relative;
    height: auto;
    margin: 20px 0;
    text-align: center;
  }
  .p-home__about__item--img2 img {
    position: static;
    top: 20px;
    left: 40px;
    max-width: 635px;
    width: 100%;
  }
  .p-home__about__item--img3 {
    position: relative;
    height: auto;
    margin: 20px 0 50px;
    text-align: center;
  }
  .p-home__about__item--img3 img {
    position: static;
    top: 60px;
    left: -110px;
    max-width: 570px;
    width: 100%;
  }
  .p-home__about__item--img4 {
    position: relative;
    height: auto;
    margin: 20px 0 50px;
    text-align: center;
  }
  .p-home__about__item--img4 img {
    position: static;
    top: 38px;
    left: 200px;
    max-width: 473px;
    width: 100%;
  }
  .p-home__about__item--img5 {
    position: relative;
    height: auto;
    margin: 20px 0 50px;
    text-align: center;
  }
  .p-home__about__item--img5 img {
    position: static;
    top: 80px;
    left: 0;
    max-width: 429px;
    width: 100%;
  }
  br {
    display: none;
  }
  .p-home__about__block .u-flex {
    display: block;
  }
  .p-home__sec__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin: 0;
    padding: 0 20px;
    text-align: center;
  }
  .p-home__sec__title h2 {
    width: 134px;
  }

  .p-home__contents h2 img {
    width: 164px;
  }

  .p-home__sec__title p {
    margin: 10px 0 0 45px;
  }
  .p-home__news .p-home__sec__title h2 {
    width: 90px;
  }
  .z {
    fill: none;
    stroke: #000;
    stroke-width: 2px !important;
  }
}

.about .pages-title {
  width: 163px;
}

.about .pages-title img {
  width: 100%;
}

.about .about-container {
  margin-top: 53px;
}

.about .c-section {
  margin-bottom: 87px;
}

.p-about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}

.p-about__top {
  max-width: 947px;
  width: 70%;
}

.p-about__top p {
  line-height: 2;
}

.p-about__bottom {
  width: 29%;
  position: relative;
}

.p-about__bottom img {
  max-width: 387px;
  width: 387px;
  position: absolute;
  bottom: -10px;
  right: 30px;
}

@media screen and (max-width: 1200px) {
  .p-about__top {
    width: 65%;
  }
  .p-about__bottom {
    width: 33%;
    position: relative;
  }
  .p-about__bottom img {
    max-width: 350px;
    width: 350px;
    right: 10px;
  }
}

@media screen and (max-width: 1000px) {
  .p-about__top {
    width: 60%;
  }
  .p-about__bottom {
    width: 40%;
    position: relative;
  }
  .p-about__bottom img {
    max-width: 350px;
    width: 350px;
    right: 0;
  }
}

@media screen and (max-width: 850px) {
  .p-about__top {
    width: 60%;
  }
  .p-about__bottom {
    width: 40%;
    position: relative;
  }
  .p-about__bottom img {
    max-width: 300px;
    width: 300px;
    right: 0;
  }
}

@media screen and (max-width: 767px) {
  .about .about-container {
    margin-top: 26.5px;
  }
  .about .c-section {
    margin-bottom: 26.5px;
  }
  .about .pages-title {
    width: 110px;
  }
  .about .pages-title img {
    width: 100%;
  }
  .about br {
    display: none;
  }
  .p-about {
    display: block;
    margin-top: 0;
  }
  .p-about .u-text-b--medium {
    font-size: 11px;
    font-size: 0.6875rem;
  }
  .p-about__top {
    max-width: 767px;
    width: 100%;
  }
  .p-about__top p {
    text-align: justify;
    line-height: 2.27;
  }
  .p-about__bottom {
    width: 100%;
    position: relative;
    text-align: center;
  }
  .p-about__bottom img {
    max-width: 336px;
    width: 100%;
    position: static;
  }
}

.p-contents {
  position: relative;
  margin: 0 0 79px;
}

.p-contents__title {
  margin: 0 0 52px;
  font-size: 30px;
  font-size: 1.5rem;
}

.p-contents__main {
  width: 100%;
}

.p-contents__main__hero {
  padding: 41px 20px 82px;
  background: #FFFF00;
}

.p-contents__main__row {
  max-width: 1300px;
  width: 100%;
  margin: 32px auto 0;
  padding: 0;
}

.p-contents__main__row .u-text--lead {
  margin: 0 0 32px;
}

.p-contents__labels {
  display: block;
  margin-bottom: 25px;
}

.p-contents__labels span {
  display: inline-block;
}

.p-contents .slick-slide img {
  display: inline-block;
}

.p-contents .p-contents__title {
  margin: 0 0 32px;
}

@media screen and (max-width: 1300px) {
  .p-contents__title {
    margin: 0 20 52px;
  }
  .p-contents__main__row {
    margin: 25px 0 0;
    padding: 0 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-contents {
    margin: 0 0 45px;
  }
  .p-contents__title {
    margin: 0 0 25px;
    font-size: 18px;
    font-size: 1.125rem;
  }
  .p-contents__main {
    width: 100%;
  }
  .p-contents__main__hero {
    padding: 10px 5%;
    background: #FFFF00;
  }
  .p-contents__main__row {
    margin: 15px 0 0;
    padding: 0 20px;
  }
  .p-contents__main__row .u-text--lead {
    margin: 0 0 13.5px;
  }
  .p-contents__labels {
    display: block;
    margin-bottom: 10px;
  }
  .p-contents .p-contents__title {
    margin: 0 0 16.5px;
  }
}

.facility .p-contents .slider-thumbnail,
.program .p-contents .slider-thumbnail {
  bottom: -115px;
  left: 0;
}

.facility .p-contents .p-contents__main__hero .u-relative,
.program .p-contents .p-contents__main__hero .u-relative {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
}

.p-fontsize {
  display: inline-block;
  margin-left: auto;
}

.p-fontsize dt, .p-fontsize dd {
  display: inline-block;
  font-size: 18px;
  font-size: 1.125rem;
  color: black;
  font-weight: 400;
}

.p-fontsize dt {
  font-weight: bold;
}

.p-fontsize dd {
  margin-left: 5px;
}

.p-fontsize__link {
  text-decoration: none;
  cursor: pointer;
}

.p-fontsize__link:hover {
  opacity: .5;
}

.p-fontsize--header {
  text-align: left;
}

.p-fontsize--header dt {
  display: block;
  padding: 0 0 2px 3px;
  border-bottom: 1px solid #000;
}

.p-fontsize__link.active {
  font-weight: bold;
}

.p-gallery {
  display: inline-block;
  position: relative;
  max-width: 311px;
  width: 23.4%;
  margin-right: 20px;
  margin-bottom: 17px;
  vertical-align: top;
}

.p-gallery img {
  cursor: pointer;
}

.p-gallery__modal {
  position: absolute;
  top: 0;
  z-index: 1000;
  display: none;
}

.p-gallery__modal--bg {
  display: none;
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.95);
}

.p-gallery__modal--filter {
  display: none;
  position: fixed;
  top: 0;
  z-index: 1050;
  width: 100%;
  height: 100%;
  background: transparent;
}

.p-gallery__modal__block {
  border: 3px solid #FFFF00;
  text-align: center;
}

.p-gallery--nickname {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  padding: 5px 0;
}

.text-xlar .p-gallery--nickname {
  font-size: 24px;
  font-size: 1.5rem;
}

.p-gallery--name {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  padding: 15px 20px;
}

.text-xlar .p-gallery--name {
  font-size: 24px;
  font-size: 1.5rem;
}

.p-gallery--ename {
  display: block;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: bold;
  color: #000;
}

.text-xlar .p-gallery--ename {
  font-size: 20px;
  font-size: 1.25rem;
}

.p-gallery--skill {
  background: #FFFF00;
  padding: 15px 20px;
  text-align: left;
}

.p-gallery--skill p {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  color: #000;
}

.text-xlar .p-gallery--skill p {
  font-size: 22px;
  font-size: 1.375rem;
}

.p-gallery--info {
  text-align: left;
  background: #FFF;
  padding: 15px 20px;
}

.p-gallery--info p {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  color: #000;
  margin-bottom: 4px;
}

.text-xlar .p-gallery--info p {
  font-size: 22px;
  font-size: 1.375rem;
}

.p-gallery--info .p-gallery--info--text {
  font-size: 13px;
  font-size: 0.8125rem;
  text-align: justify;
}

.text-xlar .p-gallery--info .p-gallery--info--text {
  font-size: 16px;
  font-size: 1rem;
}

@media screen and (max-width: 1231px) {
  .p-gallery {
    display: inline-block;
    max-width: 311px;
    width: 23.2%;
    margin-right: 20px;
  }
}

@media screen and (max-width: 1100px) {
  .p-gallery {
    display: inline-block;
    max-width: 311px;
    width: 22.8%;
    margin-right: 20px;
  }
}

@media screen and (max-width: 980px) {
  .p-gallery {
    display: inline-block;
    max-width: 311px;
    width: 22.4%;
    margin-right: 18px;
  }
}

@media screen and (max-width: 900px) {
  .p-gallery {
    display: inline-block;
    max-width: 311px;
    width: 22.0%;
    margin-right: 16px;
  }
}

@media screen and (max-width: 767px) {
  .p-gallery__modal__content {
    position: relative;
  }
  .p-gallery__modal__content__inner {
    position: absolute;
    width: calc(200% + 18px);
  }
  .p-gallery__modal__block {
    text-align: left;
  }
  .text-xlar .p-gallery--nickname,
  .text-lar .p-gallery--nickname,
  .p-gallery--nickname {
    padding: 8px 0;
    font-size: 13px;
    font-size: 0.8125rem;
  }
  .text-xlar .p-gallery--name,
  .text-lar .p-gallery--name,
  .p-gallery--name {
    padding: 10px 8px;
    font-size: 10px;
    font-size: 0.625rem;
  }

  .text-xlar .p-gallery--ename,
  .text-lar .p-gallery--ename,
  .p-gallery--ename {
    font-size: 10px;
    font-size: 0.625rem;
  }

  .p-gallery__modal__block .p-gallery--ename {
    margin-left: 0;
  }

  .p-gallery--skill {
    padding: 10px 8px;
  }

  .text-xlar .p-gallery--skill p,
  .text-lar .p-gallery--skill p,
  .p-gallery--skill p {
    font-size: 10px;
    font-size: 0.625rem;
  }

  .p-gallery--info {
    text-align: left;
    padding: 10px 8px;
  }
  .text-xlar .p-gallery--info p,
  .text-lar .p-gallery--info p,
  .p-gallery--info p {
    margin-bottom: 10px;
    font-size: 10px;
    font-size: 0.625rem;
  }

  .text-xlar .p-gallery--info .p-gallery--info--text,
  .text-lar .p-gallery--info .p-gallery--info--text,
  .p-gallery--info .p-gallery--info--text {
    margin-bottom: 0;
    font-size: 10px;
    font-size: 0.625rem;
  }
}

@media screen and (max-width: 760px) {
  .p-gallery {
    display: inline-block;
    max-width: 311px;
    width: 22.0%;
    margin-right: 14px;
  }
}

@media screen and (min-width: 701px) {
  .p-galleries .p-gallery:nth-child(4n) {
    margin-right: 0;
  }
  .p-galleries .p-gallery:nth-child(4n - 1) .p-gallery__modal__content__inner,
  .p-galleries .p-gallery:nth-child(4n) .p-gallery__modal__content__inner {
    right: 0;
  }
}

@media screen and (max-width: 700px) {
  .p-gallery {
    display: inline-block;
    max-width: 220px;
    width: 32.0%;
    margin-right: 5px;
    margin-bottom: 10px;
  }
  .p-gallery__modal__content {
    position: relative;
  }
  .p-gallery__modal__content__inner {
    position: absolute;
    width: calc(200% + 9px);
  }
  .p-galleries .p-gallery:nth-child(3n) {
    margin-right: 0;
  }
  .p-galleries .p-gallery:nth-child(3n - 1) .p-gallery__modal__content__inner {
    left: -50%;
  }
  .p-galleries .p-gallery:nth-child(3n) .p-gallery__modal__content__inner {
    right: 0;
  }
}

@media screen and (max-width: 560px) {
  .p-gallery {
    max-width: 220px;
    width: 31.8%;
  }
}

@media screen and (max-width: 490px) {
  .p-gallery {
    max-width: 220px;
    width: 31.6%;
  }
}

@media screen and (max-width: 438px) {
  .p-gallery {
    max-width: 220px;
    width: 31.3%;
  }
}

@media screen and (max-width: 397px) {
  .p-gallery {
    max-width: 220px;
    width: 31.1%;
  }
}

@media screen and (max-width: 365px) {
  .p-gallery {
    max-width: 220px;
    width: 31.0%;
  }
}

@media screen and (max-width: 335px) {
  .p-gallery {
    max-width: 220px;
    width: 30.8%;
  }
}

@media screen and (max-width: 312px) {
  .p-gallery {
    max-width: 220px;
    width: 30.5%;
  }
}

.p-hero {
  position: relative;
}

.p-hero:before {
  background-image: -webkit-gradient(linear, left top, right top, from(#FFFF00), to(#FFFF00));
  background-image: -webkit-linear-gradient(left, #FFFF00, #FFFF00);
  background-image: linear-gradient(to right, #FFFF00, #FFFF00);
  -webkit-transform: skewY(-4deg);
  transform: skewY(-4deg);
  content: "";
  overflow: visible;
  position: absolute;
  top: -25%;
  width: 100%;
  left: 0;
  height: 98%;
}

.p-notice {
  margin-bottom: 63px;
}

.p-notice__title {
  margin: 0 auto;
}

.p-notice__area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  margin-top: 16px;
}

.p-notice__area__top {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.p-notice__area__bottom {
  width: 240px;
  margin-left: 58px;
  position: relative;
}

.p-notice__block {
  margin-top: 16px;
}

.p-notice__list {
  margin-left: 40px;
}

.p-notice__list__item {
  position: relative;
  margin-bottom: 30px;
}

.p-notice__list__item h3 {
  position: relative;
  margin-bottom: 12px;
}

.p-notice__list__item h3:before {
  position: absolute;
  top: 11px;
  left: -40px;
  display: inline-block;
  vertical-align: middle;
  content: '';
  width: 27px;
  height: 27px;
  background: #FFFF00;
  border-radius: 50%;
}

.text-xlar .p-notice__list__item h3:before {
  top: 13px;
}
	
/* Firefox */
@-moz-document url-prefix() {
  .p-notice__list__item h3:before {
    top: 13px;
  }
  .text-xlar .p-notice__list__item h3:before {
    top: 16px;
  }
}

.p-notice__img {
  position: absolute;
  bottom: 0;
}

@media screen and (max-width: 1300px) {
  .p-notice__title {
    margin: 0;
  }
  .p-notice__block {
    padding: 0 20px;
  }
}

@media screen and (max-width: 1100px) {
  .p-notice__area__bottom {
    width: 207px;
    margin-left: 55px;
  }
}

@media screen and (max-width: 1000px) {
  .p-notice__area__bottom {
    margin-left: 25px;
  }
}

@media screen and (max-width: 930px) {
  .p-notice__area__bottom {
    width: 157px;
    margin-left: 25px;
  }
}

@media screen and (max-width: 767px) {
  .p-notice {
    margin-bottom: 48px;
  }
  .p-notice--last {
    margin-bottom: 18px;
  }
  .p-notice__title {
    margin: 0;
  }
  .p-notice__block {
    margin-top: 0;
  }
  .p-notice__block p {
    margin-bottom: 12px;
  }
  .p-notice__area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    margin-top: 0px;
    padding-top: 0;
    padding-bottom: 0;
  }
  .p-notice__area__top {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .p-notice__area__bottom {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    position: relative;
  }
  .p-notice__list {
    margin-left: 20px;
  }
  .p-notice__list__item {
    position: relative;
    margin-bottom: 25px;
  }
  .p-notice__list__item h3 {
    margin-bottom: 12px;
    font-size: 15px;
    font-size: 0.9375rem;
  }
  .p-notice__list__item p {
    line-height: 1.85;
    text-align: justify;
    font-size: 11px;
    font-size: 0.6875rem;
  }
  .p-notice__list__item h3:before {
    position: absolute;
    top: 5px;
    left: -20px;
    display: inline-block;
    vertical-align: middle;
    content: '';
    width: 14px;
    height: 14px;
    background: #FFFF00;
    border-radius: 50%;
  }
  .text-xlar .p-notice__list__item h3:before {
    top: 5px;
  }

  /* Firefox */
@-moz-document url-prefix() {
  .p-notice__list__item h3:before {
    top: 9px;
  }
  .text-xlar .p-notice__list__item h3:before {
    top: 9px;
  }
}

  .p-notice__img {
    max-width: 225px;
    width: 100%;
    position: static;
    margin: 0 auto;
  }
}

.program .pages-title img {
  width: 163px;
}

.schedule-container {
  margin-top: 53px;
}

.p-schedule {
  margin-bottom: 79px;
}

.p-schedule__title {
  margin: 0 auto;
}

.p-schedule__bg--primary {
  background: #FFFF00;
}

.p-schedule__area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-flow: row-reverse;
  flex-flow: row-reverse;
  margin-top: 16px;
  padding-top: 54px;
  padding-bottom: 77px;
}

.p-schedule__area__top {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.p-schedule__area__bottom {
  width: 307px;
  margin-right: 80px;
  position: relative;
}

.p-schedule__month {
  width: 50px;
  height: 30px;
  line-height: 30px;
  background: #fff;
  border-radius: 4px;
  font-size: 20px;
  font-size: 1.25rem;
  color: #00c0ff;
  font-weight: bold;
  text-align: center;
}

.text-xlar .p-schedule__month {
  font-size: 24px;
  font-size: 1.5rem;
}

.p-schedule__month--pc {
  position: absolute;
  right: 3px;
  bottom: 3px;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: bold;
}

.text-xlar .p-schedule__month--pc {
  font-size: 20px;
  font-size: 1.25rem;
}


.p-schedule__list {
  margin: 10px 0 28px;
}

.p-schedule__list__item {
  margin-bottom: 10px;
}

.p-schedule__row {
  display: table;
  width: 100%;
  border-radius: 4px;
}

.p-schedule__col-3 {
  display: table-cell;
  width: 106px;
  padding: 7px 10px;
  background: #00c0ff;
  border-radius: 10px 0 0 10px;
  color: #fff;
  text-align: center;
  vertical-align: middle;
}

.p-schedule__col-9 {
  position: relative;
  display: table-cell;
  width: auto;
  padding: 12px 10px;
  background: #fff;
  border-radius: 0 10px 10px 0;
  color: #00c0ff;
  text-align: left;
  vertical-align: top;
}

.p-schedule__img {
  position: absolute;
  bottom: 0;
}

@media screen and (max-width: 1300px) {
  .p-schedule__title {
    margin: 0 20px;
  }
}

@media screen and (max-width: 1100px) {
  .p-schedule__area__bottom {
    width: 207px;
    margin-right: 55px;
  }
}

@media screen and (max-width: 1000px) {
  .p-schedule__area__bottom {
    margin-right: 25px;
  }
}

@media screen and (max-width: 930px) {
  .p-schedule__area__bottom {
    width: 157px;
    margin-right: 25px;
  }
}

@media screen and (max-width: 767px) {
  .program .pages-title img {
    width: 110px;
  }
  .schedule-container {
    margin-top: 26.5px;
  }
  .p-schedule {
    margin: 26.5px 0 50px;
  }
  .p-schedule__title {
    margin: 0;
  }
  .p-schedule__area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    margin-top: 0;
    padding-top: 24px;
    padding-bottom: 24px;
    background: #FFFF00;
  }
  .p-schedule__area__top {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .p-schedule__area__bottom {
    width: 100%;
    margin-right: 0;
    position: relative;
  }
  .p-schedule__month {
    width: 50px;
    height: 22px;
    line-height: 22px;
    background: #fff;
    border-radius: 4px;
    font-size: 17px;
    font-size: 1.0625rem;
    color: #00c0ff;
    font-weight: bold;
    text-align: center;
  }
  .p-schedule__list {
    margin: 10px 0 14px;
  }
  .p-schedule__list__item {
    margin-bottom: 10px;
  }
  .p-schedule__row {
    display: table;
    width: 100%;
    border-radius: 4px;
  }
  .p-schedule__col-3 {
    display: table-cell;
    width: 30%;
    padding: 7px 10px;
    background: #00c0ff;
    border-radius: 10px 0 0 10px;
    color: #fff;
    text-align: center;
    vertical-align: middle;
  }
  .p-schedule__col-9 {
    display: table-cell;
    width: 70%;
    padding: 12px 10px;
    background: #fff;
    border-radius: 0 10px 10px 0;
    color: #00c0ff;
    text-align: left;
    vertical-align: top;
  }
  .p-schedule__img {
    position: static;
    margin-top: 30px;
  }
  .p-schedule__img img {
    max-width: 404px;
  }

  .text-xlar .p-schedule__month,
  .p-schedule__month {
    font-size: 20px;
    font-size: 1.25rem;
  }

  .text-xlar .p-schedule__month--pc,
  .p-schedule__month--pc {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.topics .pages-title {
  width: 194px;
}

.topics .pages-title img {
  width: 163px;
}

.topics .topics-container {
  margin-top: 53px;
}

.topics .topics-container2 {
  margin-top: 101px;
}

.topics .topics-container3 {
  margin-top: 96px;
}

.topics-gallery-img {
  border: 1px solid #000;
}

.p-topics .p-gallery a {
  display: block;
}

.p-topics__main {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.p-topics__main__video--start {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 10;
}

.p-topics__thumb {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.p-topics__thumb__item {
  display: inline-block;
  width: 140px;
  margin-bottom: 12px;
}

.p-topics--video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.js-video,
.js-video-stop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.js-video-stop {
  display: none;
  height: 100%;
  z-index: 11;
}

.slider-with-thumbnail.movie-cal {
	margin-top:16px;
}
@media screen and (max-width: 767px) {
	.slider-with-thumbnail.movie-cal {
		margin-top:0px;
	}
}

@media screen and (max-width: 1300px) {
  .p-topics {
    padding: 0 20px;
  }
  .p-topics__thumb__item {
    width: 134px;
  }
}

@media screen and (max-width: 767px) {
  .topics .pages-title {
    width: 110px;
  }
  .topics .topics-container {
    margin-top: 26.5px;
  }
  .topics .topics-container2 {
    margin-top: 14.5px;
  }
  .topics .topics-container3 {
    margin-top: 9.5px;
  }
  .p-topics__main {
    position: relative;
    width: 100%;
  }
  .p-topics__main__video--start .button-start {
    width: 90px;
  }
  .p-topics__thumb {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .p-topics__thumb__item {
    display: inline-block;
    width: 64px;
    margin-bottom: 6px;
  }
  .p-topics--video {
    width: 100%;
  }
}

.inquery-container {
  margin-top: 79px;
}

.inquery .pages-title {
  width: 207px;
}

.inquery .pages-title img {
  width: 163px;
}

.inquery h2 {
  margin-bottom: 30px;
}

.inquery p {
  margin-bottom: 20px;
}

.inquery a {
  color: #000;
}

.inquery--left {
  width: 484px;
}

.inquery--right {
  max-width: 646px;
  width: 44.7%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  vertical-align: bottom;
}

.inquery--right div {}

.inquery--link {
  margin-top: 112px;
  width: 375px;
  margin: 112px auto 130px;
}

.inquery--label {
  font-size: 20px;
  font-size: 1.25rem;
  padding: 5px;
  border: 2px solid #6cbffd;
  color: #6cbffd;
  margin-right: 12px;
}

.inquery__bottom {
  max-width: 1300px;
  width: 100%;
  margin: 25px auto 50px;
  padding: 0 20px;
}

@media screen and (max-width: 1080px) {
  .inquery .u-text-b--medium {
    font-size: 16px;
    font-size: 1rem;
  }
  .inquery--label {
    font-size: 16px;
    font-size: 1rem;
    padding: 5px;
    border: 2px solid #6cbffd;
    color: #6cbffd;
  }
}

@media screen and (max-width: 767px) {
  .inquery-container {
    margin-top: 26.5px;
  }
  .inquery .pages-title {
    width: 110px;
  }
  .inquery h2 {
    margin-bottom: 16px;
  }
  .inquery p {
    margin-bottom: 10px;
  }
  .inquery .mb-60 {
    margin-bottom: 30px;
  }
  .inquery .c-section {
    margin-bottom: 30px;
  }
  .inquery .u-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .inquery .u-text-b--medium {
    font-size: 13px;
    font-size: 0.8125rem;
  }
  .inquery--left {
    width: 100%;
  }
  .inquery--right {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    vertical-align: bottom;
  }
  .inquery--right div {
    margin-top: auto;
  }
  .inquery--link {
    width: 180px;
    margin: 50px auto 65px;
  }
  .inquery--link a {
    display: block;
  }
  .inquery--link .inquery--button {
    max-width: 180px;
  }
  .inquery--label {
    font-size: 20px;
    font-size: 1.25rem;
    padding: 5px;
    border: 2px solid #6cbffd;
    color: #6cbffd;
  }
  .inquery .illust {
    position: relative;
    width: 100%;
  }
  .inquery .illust img {
    position: absolute;
    right: 0;
    top: -50px;
    width: 119px;
  }
}

.facility .pages-title {
  width: 163px;
}

.facility .pages-title img {
  width: 100%;
}

.facility .facility-container {
  margin-top: 53px;
}

.facility .facility-container-contents {
  margin-top: 79px;
}

.p-facility {
  margin-bottom: 79px;
}

.p-facility__title {
  margin: 0 auto;
}

.p-facility__bg--primary {
/*  background: #FFFF00;*/
}

.p-facility__area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-flow: row-reverse;
  flex-flow: row-reverse;
  margin-top: 16px;
  padding-top: 0;
}

.p-facility__area__hero {
  position: relative;
  width: 100%;
  top: 60px;
}

.p-facility__area__hero--top {
  position: relative;
  width: 100%;
  top: 0;
}

.p-facility__area__hero--center {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
}

.p-facility__area__hero--inner {
  position: absolute;
  width: 100%;
}

.p-facility__area__top {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.p-facility__area__bottom {
  width: 307px;
  margin-right: 80px;
  position: relative;
}

.p-facility__table {
  margin: 25px 0;
}

.p-facility__table table {
  width: 100%;
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
}

.text-xlar .p-facility__table table {
  font-size: 24px;
  font-size: 1.5rem;
}

.p-facility__table table .t-left {
  max-width: 268px;
  width: 20.6%;
}

.p-facility__table table .t-center {
  max-width: 150px;
  width: 11.5%;
  min-width: 105px;
}

.p-facility__table table .t-right {
  max-width: 897px;
  width: 60%;
}

.p-facility__table thead tr {
  background: #00C0FF;
  color: #fff;
}

.p-facility__table thead tr th {
  padding: 17px 0;
}

.p-facility__table tbody tr {
  background: #FFFF00;
  color: #000;
}

.p-facility__table tbody td .tb-right {
  background: #fff;
}

.p-facility__table tbody td dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background: #FFFF00;
}

.p-facility__table tbody td dt {
  width: 90px;
  background: #fff;
}

.p-facility__table tbody td dt p {
  width: 60px;
  margin: 0 auto;
  line-height: 53px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}

.p-facility__table tbody td dd {
  display: table-cell;
  padding: 10px 15px;
  text-align: left;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.p-facility__table tbody tr.bottom {
  background: rgba(0, 192, 255, 0.4);
}

.p-facility__table tbody tr.bottom td dl {
  background: rgba(0, 192, 255, 0.05);
}

.p-facility__textarea {
  margin-bottom: 16px;
}

.p-facility__textarea dd {
  position: relative;
  padding-left: 30px;
}

.p-facility__textarea dd:before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  vertical-align: middle;
  content: '…';
}

.p-facility--text {
  display: inline-block;
  font-size: 30px;
  font-size: 1.5rem;
  font-weight: bold;
  vertical-align: top;
}

.p-facility--smalltext {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
}

.p-facility--tinytext {
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: bold;
}

.text-xlar .p-facility--tinytext {
  font-size: 21px;
  font-size: 1.3125rem;
}

.text-xlar .p-facility--text {
  font-size: 34px;
  font-size: 2.125rem;
}

.text-xlar .p-facility--smalltext {
  font-size: 24px;
  font-size: 1.5rem;
}


.p-facility__img {
  position: absolute;
  bottom: 0;
}

.p-facility__area__block {
  max-width: 1300px;
  display: block;
}

.facility-pc-img {
  max-width: 1300px;
  display: block;
}

.p-facility__area__hero--01 {
  position: relative;
  margin-top: 5%;
  margin-left: 44%;
}

.p-facility__area__hero--02 {
  position: relative;
  margin-top: 20%;
  margin-left: 27%;
}

.p-facility__area__hero--03 {
  position: relative;
  margin-top: 30.6%;
  margin-left: 27.7%;
}

.p-facility__area__hero--04 {
  position: relative;
  margin-top: 33%;
  margin-left: 33%;
}

.p-facility__area__hero--05 {
  position: relative;
  margin-top: 46%;
  margin-left: 43%;
}

.p-facility__area__hero--06 {
  position: relative;
  margin-top: 36%;
  margin-left: 45%;
}

.p-facility__area__hero--07 {
  position: relative;
  margin-top: 31%;
  margin-left: 58%;
}

.p-facility__area__hero--08 {
  position: relative;
  margin-top: 43%;
  margin-left: 59%;
}

.p-facility__area__hero--09 {
  position: relative;
  margin-top: 35%;
  margin-left: 70%;
}

.p-facility__area__hero--10 {
  position: relative;
  margin-top: 38%;
  margin-left: 81%;
}

@media screen and (max-width: 1300px) {
  .p-facility__title {
    margin: 0;
  }
}

@media screen and (max-width: 1100px) {
  .p-facility__area__bottom {
    width: 207px;
    margin-right: 55px;
  }
}

@media screen and (max-width: 1000px) {
  .p-facility__area__bottom {
    margin-right: 25px;
  }
  .p-facility__table table {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  .text-xlar .p-facility__table table {
    font-size: 19px;
    font-size: 1.1875rem;
  }
}

@media screen and (max-width: 850px) {
  .p-facility__table tbody td dd {
    padding: 10px 0 10px 5px;
  }
}

@media screen and (max-width: 767px) {
  .facility .facility-container {
    margin-top: 26.5px;
  }
  .facility .facility-container-contents {
    margin-top: 26.5px;
  }
  .facility .pages-title {
    width: 110px;
  }
  .facility .pages-title img {
    width: 100%;
  }
  .p-facility {
    margin-bottom: 26.5px;
  }
  .p-facility__title {
    margin: 0 auto;
  }
  .p-facility__bg--primary {
/*    background: #FFFF00;*/
  }
  .p-facility__area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .p-facility__area__hero {
    position: relative;
    width: 100%;
    top: 0;
  }
  .p-facility__table {
    margin: 12px 0;
  }
  .text-xlar .p-facility__table table,
  .text-lar .p-facility__table table,
  .p-facility__table table {
    width: 100%;
    text-align: center;
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: bold;
  }
  .p-facility__table table .t-left {
    max-width: 268px;
    width: 20.6%;
    border-right: 1px solid #fff;
  }
  .p-facility__table table .t-center {
    max-width: 80px;
    width: 11.5%;
    min-width: 65px;
    border-right: 1px solid #fff;
  }
  .p-facility__table table .t-right {
    max-width: 897px;
    width: 60%;
  }
  .p-facility__table thead {
    border: 1px solid #00C0FF;
    border-radius: 10px 10px 0 0;
  }
  .p-facility__table thead tr {
    background: #00C0FF;
    color: #fff;
    border-bottom: 1px solid #fff;
  }
  .p-facility__table thead tr th {
    padding: 17px 0;
  }
  .p-facility__table thead tr th span {
    display: block;
  }
  .p-facility__table tbody tr {
    background: #FFFF00;
    color: #000;
  }
  .p-facility__table tbody tr .t-left,
  .p-facility__table tbody tr .t-center {
    border-top: 1px solid #fff;
  }
  .p-facility__table tbody td .tb-right {
    background: #fff;
  }
  .p-facility__table tbody td dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    background: #FFFF00;
    border-bottom: 1px solid #fff;
  }
  .p-facility__table tbody td dt {
    width: 35px;
    background: #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;
  }
  .p-facility__table tbody td dt p {
    width: 35px;
    margin: 0 auto;
    line-height: 1.5;
    border-bottom: 0 solid rgba(0, 0, 0, 0.1);
  }
  .p-facility__table tbody td dd {
    display: table-cell;
    padding: 10px 5px;
    text-align: left;
  }
  .p-facility__table tbody tr.bottom {
    background: rgba(0, 192, 255, 0.4);
  }
  .p-facility__table tbody tr.bottom td dl {
    background: rgba(0, 192, 255, 0.05);
  }
  .p-facility__table tbody .bottom--first {
    border-top: 1px solid #fff;
  }
  .p-facility__textarea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 16.5px;
  }
  .p-facility__textarea dt {
    white-space: nowrap;
    height: 24px;
    margin-bottom: 0;
  }
  .p-facility__textarea dd {
    position: relative;
    padding-left: 20px;
  }
  .p-facility__textarea dd:before {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    vertical-align: middle;
    content: '…';
  }
  .text-xlar .p-facility--text,
  .text-lar .p-facility--text,
  .p-facility--text {
    display: inline-block;
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: bold;
    vertical-align: top;
  }
  .text-xlar .p-facility--smalltext,
  .text-lar .p-facility--smalltext,
  .p-facility--smalltext {
    font-size: 10px;
    font-size: 0.625rem;
    font-weight: bold;
  }
  .text-xlar .p-facility--tinytext,
  .text-lar .p-facility--tinytext,
  .p-facility--tinytext {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
  }
  .p-facility__img {
    position: absolute;
    bottom: 0;
  }
  
}

.u-center {
  text-align: center;
}

.u-left {
  text-align: left;
}

.u-right {
  text-align: right;
}

.u-hidden {
  display: none;
}

.u-inline {
  display: inline;
}

.u-inline-b {
  display: inline-block;
}

.u-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.justify-space-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (min-width: 768px) {
  .u-hidden--pc {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .u-hidden--sp {
    display: none;
  }
}

.mt-03 {
  margin-top: 3px;
}

.mb-08 {
  margin-bottom: 8px;
}

.mb-14 {
  margin-bottom: 14px;
}

.mb-16 {
  margin-bottom: 16px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mb-60 {
  margin-bottom: 60px;
}

.ml-04 {
  margin-left: 4px;
}

.ml-06 {
  margin-left: 6px;
}

.u-relative {
  position: relative;
}

.u-absolute {
  position: absolute;
}

.u-text {
  line-height: 2.5;
  color: #000;
  font-size: 21px;
  font-size: 1.3125rem;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  max-width: 938px;
  width: 100%;
  min-width: 767px;
}

.u-text--b {
  font-weight: bold;
}

.u-text--lh1 {
  line-height: 1;
}

.u-sec-ttl {
  display: inline-block;
  color: #000;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, #FFFFFF), color-stop(60%, #FFFF00));
  background: -webkit-linear-gradient(#FFFFFF 60%, #FFFF00 60%);
  background: linear-gradient(#FFFFFF 60%, #FFFF00 60%);
  margin-bottom: 16px;
}

.u-ttl {
  display: block;
  color: #000;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 12px;
  text-decoration: none;
}

.u-text-drawer {
  display: block;
  margin-left: 40px;
  color: #000;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 6px;
  text-decoration: none;
}

.u-ttl:hover {
  text-decoration: none;
}

.u-text-drawer:hover {
  text-decoration: none;
}

.u-text--lead {
  color: #000;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  line-height: 1.75;
}

.u-text-b--xxxlarge {
  font-size: 61px;
  font-size: 3.8125rem;
  font-weight: bold;
  line-height: 61px;
}

.u-text-b--large {
  font-size: 30px;
  font-size: 1.5rem;
  font-weight: bold;
}

.u-text-b--medium {
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: bold;
}

.u-text-b--pop {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
}

.u-text-b--default {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
}

.u-text-b--small {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: bold;
}

.u-text-b--tiny {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: bold;
}

.u-text-c--black,
.u-text-c--primary {
  color: #000;
	margin-bottom: 3px;
}

.u-text-c--secondary {
  color: rgba(0, 0, 0, 0.5);
}

.u-text-underline {
  text-decoration: underline;
}

.u-text-underline:hover {
  text-decoration: none;
}

.u-text--label {
  margin: 0 20px 0 0;
  padding: 12px 20px;
  line-height: 1;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  color: black;
  border: 6px solid #FFFF00;
  border-radius: 10px;
}

.u-text--slabel {
  margin: 0 8px 0 0;
  padding: 4px 12px;
  line-height: 1;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  color: black;
  border: 2px solid #FFFF00;
  border-radius: 6px;
}


.text-xlar .u-text {
  font-size: 28px;
  font-size: 1.75rem;
}

.text-xlar .u-sec-ttl {
  font-size: 36px;
  font-size: 2.25rem;
}

.text-xlar .u-ttl {
  font-size: 27px;
  font-size: 1.6875rem;
}

.text-xlar .u-text-drawer {
  font-size: 22px;
  font-size: 1.375rem;
}

.text-xlar .u-text--lead {
  font-size: 24px;
  font-size: 1.5rem;
}

.text-xlar .u-text-b--xxxlarge {
  font-size: 67px;
  font-size: 4.1875rem;
}

.text-xlar .u-text-b--large {
  font-size: 36px;
  font-size: 2.25rem;
}

.text-xlar .u-text-b--medium {
  font-size: 27px;
  font-size: 1.6875rem;
}

.text-xlar .u-text-b--pop {
  font-size: 20px;
  font-size: 1.5rem;
}

.text-xlar .u-text-b--default {
  font-size: 26px;
  font-size: 1.625rem;
}

.text-xlar .u-text-b--small {
  font-size: 21px;
  font-size: 1.3125rem;
}

.text-xlar .u-text-b--tiny {
  font-size: 18px;
  font-size: 1.125rem;
}

.text-xlar .u-text--label {
  font-size: 26px;
  font-size: 1.625rem;;
}

.text-xlar .u-text--slabel {
  font-size: 20px;
  font-size: 1.25rem;
}

.text-xlar .c-pop__mark {
  font-size: 36px;
  font-size: 2.25rem;
}

.text-xlar .c-pagenav__tab__item {
  font-size: 23px;
  font-size: 1.4375rem;
}

.text-xlar .c-pagenav__tab__item--active {
  font-size: 23px;
  font-size: 1.4375rem;
}

.text-xlar .c-pagenav__linkbox span {
  font-size: 16px;
  font-size: 1rem;
}

.text-xlar .c-pagenav__linkbox p {
  font-size: 24px;
  font-size: 1.5rem;
}

.text-xlar .p-home__title h1 {
  font-size: 28px;
  font-size: 1.75rem;
}

.text-xlar .p-home__contents h2 {
  font-size: 47px;
  font-size: 2.9375rem;
}

.text-xlar .p-home__about__item--title {
  font-size: 34px;
  font-size: 2.125rem;
}

.text-xlar .p-home__about__item--text {
  font-size: 21px;
  font-size: 1.3125rem;
}

.text-xlar .footer__ttl {
  font-size: 25px;
  font-size: 1.5625rem;
}

.text-xlar .footer__text {
  font-size: 17px;
  font-size: 1.0625rem;
}

.text-xlar .c-button-defult {
  font-size: 21px;
  font-size: 1.3125rem;
}

.text-xlar .p-home__news__contents li p {
  font-size: 22px;
  font-size: 1.375rem;
}


.text-lar .u-text {
  font-size: 23px;
  font-size: 1.4375rem;
}

.text-lar .u-sec-ttl {
  font-size: 32px;
  font-size: 2rem;
}

.text-lar .u-ttl {
  font-size: 22px;
  font-size: 1.375rem;
}

.text-lar .u-text-drawer {
  font-size: 18px;
  font-size: 1.125rem;
}

.text-lar .u-text--lead {
  font-size: 20px;
  font-size: 1.25rem;
}

.text-lar .u-text-b--xxxlarge {
  font-size: 63px;
  font-size: 3.9375rem;
}

.text-lar .u-text-b--large {
  font-size: 32px;
  font-size: 2rem;
}

.text-lar .u-text-b--medium {
  font-size: 23px;
  font-size: 1.4375rem;
}

.text-lar .u-text-b--pop {
  font-size: 20px;
  font-size: 1.25rem;
}

.text-lar .u-text-b--default {
  font-size: 22px;
  font-size: 1.375rem;
}

.text-lar .u-text-b--small {
  font-size: 17px;
  font-size: 1.0625rem;
}

.text-lar .u-text-b--tiny {
  font-size: 14px;
  font-size: 0.875rem;
}

.text-lar .u-text--label {
  font-size: 22px;
  font-size: 1.375rem;
}

.text-lar .u-text--slabel {
  font-size: 16px;
  font-size: 1rem;
}

.text-lar .c-pop__mark {
  font-size: 32px;
  font-size: 2rem;
}

.text-lar .c-pagenav__tab__item {
  font-size: 19px;
  font-size: 1.1875rem;
}

.text-lar .c-pagenav__tab__item--active {
  font-size: 19px;
  font-size: 1.1875rem;
}

.text-lar .c-pagenav__linkbox span {
  font-size: 12px;
  font-size: 0.75rem;
}

.text-lar .c-pagenav__linkbox p {
  font-size: 20px;
  font-size: 1.25rem;
}

.text-lar .p-home__title h1 {
  font-size: 24px;
  font-size: 1.5rem;
}

.text-lar .p-home__contents h2 {
  font-size: 43px;
  font-size: 2.6875rem;
}

.text-lar .p-home__about__item--title {
  font-size: 30px;
  font-size: 1.875rem;
}

.text-lar .p-home__about__item--text {
  font-size: 17px;
  font-size: 1.0625rem;
}

.text-lar .footer__ttl {
  font-size: 21px;
  font-size: 1.3125rem;
}

.text-lar .footer__text {
  font-size: 14px;
  font-size: 0.875rem;
}

.text-lar .c-button-defult {
  font-size: 17px;
  font-size: 1.0625rem;
}

.text-small .u-text {
  font-size: 19px;
  font-size: 1.1875rem;
}

.text-small .u-sec-ttl {
  font-size: 28px;
  font-size: 1.75rem;
}

.text-small .u-ttl {
  font-size: 18px;
  font-size: 1.125rem;
}

.text-small .u-text-drawer {
  font-size: 14px;
  font-size: 0.875rem;
}

.text-small .u-text--lead {
  font-size: 16px;
  font-size: 1rem;
}

.text-small .u-text-b--xxxlarge {
  font-size: 59px;
  font-size: 3.6875rem;
}

.text-small .u-text-b--large {
  font-size: 28px;
  font-size: 1.75rem;
}

.text-small .u-text-b--medium {
  font-size: 19px;
  font-size: 1.1875rem;
}

.text-small .u-text-b--pop {
  font-size: 16px;
  font-size: 1rem;
}

.text-small .u-text-b--default {
  font-size: 18px;
  font-size: 1.125rem;
}

.text-small .u-text-b--small {
  font-size: 13px;
  font-size: 0.8125rem;
}

.text-small .u-text-b--tiny {
  font-size: 10px;
  font-size: 0.625rem;
}

.text-small .u-text--label {
  font-size: 18px;
  font-size: 1.125rem;
}

.text-small .u-text--slabel {
  font-size: 12px;
  font-size: 0.75rem;
}

.text-small .c-pop__mark {
  font-size: 28px;
  font-size: 1.75rem;
}

.text-small .c-pagenav__tab__item {
  font-size: 15px;
  font-size: 0.9375rem;
}

.text-small .c-pagenav__tab__item--active {
  font-size: 15px;
  font-size: 0.9375rem;
}

.text-small .c-pagenav__linkbox span {
  font-size: 8px;
  font-size: 0.5rem;
}

.text-small .c-pagenav__linkbox p {
  font-size: 16px;
  font-size: 1rem;
}

.text-small .p-home__title h1 {
  font-size: 20px;
  font-size: 1.25rem;
}

.text-small .p-home__contents h2 {
  font-size: 39px;
  font-size: 2.4375rem;
}

.text-small .p-home__about__item--title {
  font-size: 26px;
  font-size: 1.625rem;
}

.text-small .p-home__about__item--text {
  font-size: 13px;
  font-size: 0.8125rem;
}

.text-small .footer__ttl {
  font-size: 17px;
  font-size: 1.0625rem;
}

.text-small .footer__text {
  font-size: 10px;
  font-size: 0.625rem;
}

.text-small .c-button-defult {
  font-size: 13px;
  font-size: 0.8125rem;
}


.text-xlar .u-text-b--xsmall {
  font-size: 20px;
  font-size: 1.25rem;
}

@media screen and (max-width: 767px) {
  .u-sec-ttl,
  .text-xlar .u-sec-ttl,
  .text-lar .u-sec-ttl,
  .text-small .u-sec-ttl {
    display: inline-block;
    color: #000;
    font-size: 18px;
    font-size: 1.125rem;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, #FFFFFF), color-stop(60%, #FFFF00));
    background: -webkit-linear-gradient(#FFFFFF 60%, #FFFF00 60%);
    background: linear-gradient(#FFFFFF 60%, #FFFF00 60%);
    margin-bottom: 16.5px;
  }
  .u-text,
  .text-xlar .u-text,
  .text-lar .u-text,
  .text-small .u-text {
    line-height: 1.9;
    color: #000;
    font-size: 13px;
    font-size: 0.8125rem;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    max-width: 100%;
    width: 100%;
    min-width: 100%;
  }
  .u-text--lead,
  .text-xlar .u-text--lead,
  .text-lar .u-text--lead,
  .text-small .u-text--lead {
    font-size: 12px;
    font-size: 0.75rem;
  }
  .u-text-b--xxxlarge,
  .text-xlar .u-text-b--xxxlarge,
  .text-lar .u-text-b--xxxlarge,
  .text-small .u-text-b--xxxlarge {
    font-size: 40px;
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 42px;
  }
  .u-text-b--large,
  .text-xlar .u-text-b--large,
  .text-lar .u-text-b--large,
  .text-small .u-text-b--large {
    font-size: 16px;
    font-size: 1rem;
    font-weight: bold;
  }
  .u-text-b--medium,
  .text-xlar .u-text-b--medium,
  .text-lar .u-text-b--medium,
  .text-small .u-text-b--medium {
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: bold;
  }
  .u-text-b--default,
  .text-xlar .u-text-b--default,
  .text-lar .u-text-b--default,
  .text-small .u-text-b--default {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
  }
  .u-text-b--small,
  .text-xlar .u-text-b--small,
  .text-lar .u-text-b--small,
  .text-small .u-text-b--small {
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: bold;
  }
  .u-text-b--xsmall,
  .text-xlar .u-text-b--xsmall,
  .text-lar .u-text-b--xsmall,
  .text-small .u-text-b--xsmall {
    font-size: 11px;
    font-size: 0.6875rem;
    font-weight: bold;
  }
  .u-text-b--tiny,
  .text-xlar .u-text-b--tiny,
  .text-lar .u-text-b--tiny,
  .text-small .u-text-b--tiny {
    font-size: 10px;
    font-size: 0.625rem;
    font-weight: bold;
  }
  .u-text-c--black {
    color: #000;
  }
  .u-text--label,
  .text-xlar .u-text--label,
  .text-lar .u-text--label,
  .text-small .u-text--label {
    margin: 0 6px 0 0;
    padding: 6px 12px;
    font-size: 12px;
    font-size: 0.75rem;
  }
  .c-pop__mark,
  .text-xlar .c-pop__mark,
  .text-lar .c-pop__mark,
  .text-small .c-pop__mark {
    font-size: 30px;
    font-size: 1.875rem;
  }
  .c-pagenav__tab__item,
  .text-xlar .c-pagenav__tab__item,
  .text-lar .c-pagenav__tab__item,
  .text-small .c-pagenav__tab__item {
    font-size: 17px;
    font-size: 1.0625rem;
  }
  .c-pagenav__tab__item--active,
  .text-xlar .c-pagenav__tab__item--active,
  .text-lar .c-pagenav__tab__item--active,
  .text-small .c-pagenav__tab__item--active {
    font-size: 17px;
    font-size: 1.0625rem;
  }
  .c-pagenav__linkbox span,
  .text-xlar .c-pagenav__linkbox span,
  .text-lar .c-pagenav__linkbox span,
  .text-small .c-pagenav__linkbox span {
    font-size: 10px;
    font-size: 0.625rem;
  }
  .c-pagenav__linkbox p,
  .text-xlar .c-pagenav__linkbox p,
  .text-lar .c-pagenav__linkbox p,
  .text-small .c-pagenav__linkbox p {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .p-home__title h1,
  .text-xlar .p-home__title h1,
  .text-lar .p-home__title h1,
  .text-small .p-home__title h1 {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  .p-home__contents h2,
  .text-xlar .p-home__contents h2,
  .text-lar .p-home__contents h2,
  .text-small .p-home__contents h2 {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .p-home__about__item--title,
  .text-xlar .p-home__about__item--title,
  .text-lar .p-home__about__item--title,
  .text-small .p-home__about__item--title {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .p-home__about__item--text,
  .text-xlar .p-home__about__item--text,
  .text-lar .p-home__about__item--text,
  .text-small .p-home__about__item--text {
    font-size: 13px;
    font-size: 0.8125rem;
  }
  .footer__ttl,
  .text-xlar .footer__ttl,
  .text-lar .footer__ttl,
  .text-small .footer__ttl {
    font-size: 19px;
    font-size: 1.1875rem;
  }
  .footer__text,
  .text-xlar .footer__text,
  .text-lar .footer__text,
  .text-small .footer__text {
    font-size: 12px;
    font-size: 0.75rem;
  }
  .c-button-defult,
  .text-xlar .c-button-defult,
  .text-lar .c-button-defult,
  .text-small .c-button-defult {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.slick-slider {
  padding: 0 56px;
}

.slick-arrow-l {
  position: absolute;
  width: auto;
  height: 36px;
  z-index: 1000;
  top: calc(50% - 30px);
  -webkit-transform: translateY(calc(-50% + 19px));
  transform: translateY(calc(-50% + 19px));
  left: 0;
}

.slick-arrow-r {
  position: absolute;
  width: auto;
  height: 36px;
  z-index: 1000;
  top: calc(50% - 30px);
  -webkit-transform: translateY(calc(-50% + 19px));
  transform: translateY(calc(-50% + 19px));
  right: 0;
}

.slick-arrow:hover {
  opacity: .7;
}

.p-facility__area {
  position: relative;
}

.pages .bx-wrapper .bx-controls-direction a {
  display: none;
}

.pages .bx-wrapper img {
  max-width: 1000px;
  max-height: 563px;
  margin: 0 auto;
  display: block;
}

@media screen and (max-width: 1300px) {
  .slick-arrow-l {
    left: 20px;
  }
  .slick-arrow-r {
    -webkit-transform: translateY(calc(-50% + 19px));
    transform: translateY(calc(-50% + 19px));
    right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .slick-slider {
    padding: 0 56px;
  }
  .slick-arrow-l {
    height: 36px;
    top: calc(50%);
    -webkit-transform: translateY(calc(-50%));
    transform: translateY(calc(-50%));
    left: 20px;
  }
  .slick-arrow-r {
    height: 36px;
    top: calc(50%);
    -webkit-transform: translateY(calc(-50%));
    transform: translateY(calc(-50%));
    right: 20px;
  }
  .pages .bx-wrapper .bx-prev {
    background: url("/public/images/icons/icon_arrow_l.png") no-repeat;
    background-size: 20px 37px;
    left: -10px;
  }
  .pages .bx-wrapper .bx-next {
    background: url("/public/images/icons/icon_arrow_r.png") no-repeat;
    background-size: 20px 37px;
    right: -25px;
  }
  .pages .bx-wrapper .bx-prev:hover,
  .pages .bx-wrapper .bx-prev:focus {
    opacity: .7;
  }
  .pages .bx-wrapper .bx-next:hover,
  .pages .bx-wrapper .bx-next:focus {
    opacity: .7;
  }
  .pages .bx-wrapper .bx-controls-direction a {
    display: inherit;
    width: 32px;
    height: 37px;
  }
  .bx-wrapper {
    margin-bottom: 0 !important;
  }
}

.facility,
.program {
  overflow-x: hidden;
}

.facility .bx-wrapper,
.program .bx-wrapper {
  -webkit-box-shadow: 0 0 0 #ccc;
  box-shadow: 0 0 0 #ccc;
  border: 0 solid #fff;
  background: #FFFF00;
}

.facility .slider-thumbnail,
.program .slider-thumbnail {
  position: absolute;
  bottom: 52px;
  left: 20px;
  width: 1070px;
  margin: 7px auto 0;
}

.facility .slider-thumbnail a,
.program .slider-thumbnail a {
  display: inline-block;
  background: #FFFF00;
  margin-right: 15px;
  letter-spacing: normal;
  *display: inline;
  *zoom: 1;
}

.facility .slider-thumbnail a img,
.program .slider-thumbnail a img {
  width: 118px;
  height: 70px;
  background: #FFF;
  border: 1px solid #fff;
}

.facility .slider-thumbnail a.active,
.program .slider-thumbnail a.active {
  padding-bottom: 12px;
  border-bottom: 3px solid #00c0ff;
}

.topics {
  overflow-x: hidden;
}

.topics .bx-wrapper {
  -webkit-box-shadow: 0 0 0 #ccc;
  box-shadow: 0 0 0 #ccc;
  border: 0 solid #fff;
  background: #fff;
  margin-bottom: 0;
}

.topics .slider-thumbnail {
  display: table;
  width: 100%;
  max-width: 1300px;
  margin-top: 12px;
}

.topics .slider-thumbnail a {
  display: table-cell;
  background: #fff;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  letter-spacing: normal;
  *display: inline;
  *zoom: 1;
}

.topics .slider-thumbnail a img {
  display: block;
  width: 100%;
}

.topics .thumbnail-top {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .topics .slider-thumbnail {
    margin-top: 6px;
  }
  .topics .slider-thumbnail a {
    border-left: 2px solid transparent;
    border-right: 2px solid transparent;
  }
  .topics .thumbnail-top {
    margin-top: 6px;
  }
}


/** アンカー対応 */
#about01,
#about02,
#about03,
#about04,
#hero,
#facility01,
#facility02,
#facility03,
#facility04,
#facility05,
#facility06,
#facility07,
#facility08,
#facility09,
#facility10,
#facility11,
#program01,
#program02,
#program03,
#program04,
#program05,
#program06,
#program07,
#program08,
#program09,
#topics01,
#topics02,
#topics03 {
  padding-top: 30px;
  margin-top: -30px;
}