@charset "UTF-8";

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url(https://hlna.jp/skygarden/wp-content/themes/skygarden/css/ajax-loader.gif) center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url(https://hlna.jp/skygarden/wp-content/themes/skygarden/css/fonts/slick.eot);
  src: url(https://hlna.jp/skygarden/wp-content/themes/skygarden/css/fonts/slick.eot?#iefix) format("embedded-opentype"),
    url(https://hlna.jp/skygarden/wp-content/themes/skygarden/css/fonts/slick.woff) format("woff"),
    url(https://hlna.jp/skygarden/wp-content/themes/skygarden/css/fonts/slick.ttf) format("truetype"),
    url(https://hlna.jp/skygarden/wp-content/themes/skygarden/css/fonts/slick.svg#slick) format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* 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
       ========================================================================== */
/**
     * Remove the margin in all browsers (opinionated).
     */
body {
  margin: 0;
}

/**
     * Add the correct display in IE 9-.
     */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

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

/* Grouping content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
figcaption,
figure {
  display: block;
}

/**
     * Add the correct margin in IE 8.
     */
figure {
  margin: 1em 40px;
}

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

/**
     * 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 */
}

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

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

/**
     * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
     */
b,
strong {
  font-weight: inherit;
}

/**
     * 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 style in Android 4.3-.
     */
dfn {
  font-style: italic;
}

/**
     * Add the correct background and color in IE 9-.
     */
mark {
  background-color: #ff0;
  color: #000;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
audio,
video {
  display: inline-block;
}

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

/**
     * Remove the border on images inside links in IE 10-.
     */
img {
  border-style: none;
}

/**
     * Hide the overflow in IE.
     */
svg:not(:root) {
  overflow: hidden;
}

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

/**
     * Show the overflow in IE.
     */
button {
  overflow: visible;
}

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

/**
     * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
     *    controls in Android 4.
     * 2. Correct the inability to style clickable types in iOS and Safari.
     */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
       * Remove the inner border and padding in Firefox.
       */
  /**
       * Restore the focus styles unset by the previous rule.
       */
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
     * Show the overflow in Edge.
     */
input {
  overflow: visible;
}

/**
     * 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 */
}

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

/**
     * 1. Correct the odd appearance in Chrome and Safari.
     * 2. Correct the outline style in Safari.
     */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
  /**
       * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
       */
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

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

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

/**
     * 1. Add the correct display in IE 9-.
     * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
     */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

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

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

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

/*
     * Add the correct display in IE 9-.
     */
menu {
  display: block;
}

/* Scripting
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
canvas {
  display: inline-block;
}

/**
     * Add the correct display in IE.
     */
template {
  display: none;
}

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

@font-face {
  font-family: "Fira Sans Condensed";
  src: url(//hlna.jp/skygarden/wp-content/themes/skygarden/assets/fonts/FiraSansCondensed-Regular.ttf);
}

@font-face {
  font-family: "PTSans";
  src: url(//hlna.jp/skygarden/wp-content/themes/skygarden/assets/fonts/PTSans.ttc);
}

.font-demo1 {
  font-family: "KozGoPr6N";
}

.font-demo2 {
  font-family: "PTSans";
}

body {
  color: #2c3553;
  font-family: sans-serif;
  font-size: 62.5%;
}
body.menu-is-open {
  overflow: hidden;
}

img {
  height: auto !important;
  vertical-align: bottom;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  padding: 0;
}

h1,
h2,
h3,
p,
ul,
ol,
li,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

.main {
  box-sizing: border-box;
/*  padding-top: 86px; */
  min-height: calc(100vh - 302px);
  /* ヘッダ上にリンクがある場合 */
/*	padding-top: 130px; */
  /* さらに赤バックのリンクもある場合 */
	padding-top: 152px;
}
@media screen and (min-width: 1143px) {
  .main {
/*    padding-top: 80px; */
	min-height: calc(100vh - 116px);
	/* ヘッダ上にリンクがある場合 */
	padding-top: 110px;
  }
}

.pc-break {
  display: none;
}
@media screen and (min-width: 769px) {
  .pc-break {
    display: block;
  }
}

.pc-only {
  display: none;
}
@media screen and (min-width: 769px) {
  .pc-only {
    display: block;
  }
}

@media screen and (min-width: 769px) {
  .sp-only {
    display: none;
  }
}

.pagetop {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 5;
}

.pagetop-link {
  background-image: url(//hlna.jp/skygarden/wp-content/themes/skygarden/assets/images/common/btn_pagetop.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40px;
  display: block;
  font-size: 0;
  width: 40px;
  height: 40px;
}

.overlay {
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.1s;
  z-index: 5;
}
body.menu-is-open .overlay {
  opacity: 1;
  visibility: visible;
}

.detail-sns {
  display: none;
}
@media screen and (min-width: 769px) {
  .detail-sns {
    display: block;
    margin-top: 15px;
    margin-left: -5px;
  }
}

.breadcrumb {
  display: none;
}
@media screen and (min-width: 769px) {
  .breadcrumb {
    box-sizing: border-box;
    display: block;
    position: absolute;
/*    top: 92px; */
	/* 赤バックのリンクがある場合 */
    top: 122px;
    left: 0;
    width: 100%;
  }
}

.breadcrumb__list {
  list-style: none;
  margin: 0 65px;
  padding: 0;
}

.breadcrumb__item {
  color: #3b4043;
  display: inline-block;
  font-size: 12px;
}
.main.page-teacher .breadcrumb__item {
  color: #fff;
}

.breadcrumb__item-link {
  color: #3b4043;
  display: inline-block;
  position: relative;
}
.breadcrumb__item-link::after {
  content: ">";
  display: inline-block;
  margin: 0 8px 0 12px;
}
.main.page-teacher .breadcrumb__item-link {
  color: #fff;
}

.footer {
  background-color: #3499ac;
  text-align: center;
}

.footer-container {
  padding: 62px 0 58px;
}
@media screen and (min-width: 1143px) {
  .footer-container {
    display: flex;
    justify-content: space-between;
    margin: 0 65px;
    padding: 32px 0 28px;
  }
}

.footer-menu {
  display: none;
}
@media screen and (min-width: 1143px) {
  .footer-menu {
    display: block;
    text-align: left;
    max-width: 710px;
  }
}

.footer-menu__item {
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 20px;
}

.footer-menu__item-link {
  color: #e7f7f6;
  font-family: "Fira Sans Condensed";
  font-size: 15px;
  line-height: 1.2;
  text-decoration: none;
}

.footer-logo {
  margin-left: -12px;
}
@media screen and (min-width: 1143px) {
  .footer-logo {
    display: none;
  }
}

.footer-contents__upper {
  margin-top: 24px;
}
@media screen and (min-width: 1143px) {
  .footer-contents__upper {
    display: flex;
    align-items: center;
    margin-top: 0;
  }
}

.footer-zozotown__link {
  background-image: url(//hlna.jp/skygarden/wp-content/themes/skygarden/assets/images/common/btn_online_sp.svg);
  background-position: center;
  background-size: 309px 30px;
  background-repeat: no-repeat;
  font-size: 0;
  display: block;
  margin: 0 auto;
  width: 309px;
  height: 30px;
}
@media screen and (min-width: 1143px) {
  .footer-zozotown__link {
    background-image: url(//hlna.jp/skygarden/wp-content/themes/skygarden/assets/images/common/btn_online.svg);
    background-size: 182px 20px;
    width: 182px;
    height: 20px;
  }
}

.footer-sns__list {
  margin-top: 24px;
}
@media screen and (min-width: 1143px) {
  .footer-sns__list {
    margin-top: 0;
    margin-left: 14px;
    width: 150px;
  }
}

.footer-sns__item {
  display: inline-block;
  margin: 0 10px;
}

.footer-copyright {
  color: #e7f7f6;
  font-family: "PT Sans";
  font-size: 13px;
  margin-top: 27px;
}
@media screen and (min-width: 1143px) {
  .footer-copyright {
    margin-top: 12px;
  }
}

.header-top {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}

.header-top__container {
  margin: 0 20px;
}
@media screen and (min-width: 769px) {
  .header-top__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 60px;
    padding-top: 0;
  }
}

.header-top__logo {
  font-size: 1px;
  line-height: 1;
  margin: 0;
  padding: 5px 0;
}

.header-top__aside {
  display: none;
}
@media screen and (min-width: 769px) {
  .header-top__aside {
    display: block;
    position: relative;
  }
}

.header-top__zozo {
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .header-top__zozo {
    top: 50%;
    left: auto;
    right: 0;
    width: 200px;
    height: 22px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.header-top__menu {
  border-top: 1px solid #a7a7aa;
  margin: 0 20px;
  padding: 12px 0 6px;
}
@media screen and (min-width: 769px) {
  .header-top__menu {
    border-top: 0;
    margin: 0;
    padding: 0;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  transition: background-color 0.3s ease;
}
@media screen and (min-width: 1143px) {
  .header.is-top {
    background-color: #fff;
    display: block;
  }
  .header.is-fixed {
    background-color: #fff;
    transition: background-color 0.3s ease;
  }
  body.menu-is-open .header {
    background-color: #fff;
    transition: background-color 0.3s ease;
  }
}

.header-upper {
  background-color: #fff;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 50px;
  padding: 0 20px;
}
@media screen and (min-width: 1143px) {
  .header-upper {
    background-color: #fff;
    height: 80px;
    padding: 0 65px;
  }
  .header.is-top .header-upper {
    background-color: transparent;
  }
}

.header__logo-link {
  background-image: url(//hlna.jp/skygarden/wp-content/themes/skygarden/assets/images/common/logo_skatepark.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  display: block;
  font-size: 0;
  width: 110px;
  height: 44px;
}
@media screen and (min-width: 1143px) {
  .header__logo-link {
    background-image: url(//hlna.jp/skygarden/wp-content/themes/skygarden/assets/images/common/logo_skatepark.svg);
    width: 175px;
    height: 70px;
  }
}

.header-menu__button {
  background-image: url(//hlna.jp/skygarden/wp-content/themes/skygarden/assets/images/common/icon_menu.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 17.45px 16px;
  font-size: 0;
/*  margin-top: 5px; */
	/* 赤バックのリンクがある場合 */
  margin-top: 18px;
  position: relative;
  width: 17.45px;
  height: 16px;
}
@media screen and (min-width: 1143px) {
  .header-menu__button {
    background-size: 24px 22px;
    width: 24px;
    height: 22px;
  }
}

.header-lower {
  background-color: #e7f7f6;
  border-bottom: 1px solid #b2e2e2;
  padding: 6px 0;
}
@media screen and (min-width: 1143px) {
  .header-lower {
    background-color: transparent;
    border-bottom: 0;
    padding: 0;
    position: absolute;
/*    top: 25px; */
    right: 165px;
	/* ヘッダ上にリンクがある場合 */
/*    top: 55px; */
	/* さらに赤バックのリンクもある場合 */
    top: 35px;
  }
}

.header-tools {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
}

.header-tools__item {
  margin: 0 30px;
}
@media screen and (min-width: 1143px) {
  .header-tools__item {
    margin: 0 0 0 50px;
  }
}

.header-tools__item-link {
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  font-size: 0;
  text-decoration: none;
  width: 23px;
  height: 23px;
}
.header-tools__item-link.is-schedule {
  background-image: url(//hlna.jp/skygarden/wp-content/themes/skygarden/assets/images/common/icon_calendar.svg);
  background-size: 21px 19px;
}
.header-tools__item-link.is-mail {
  background-image: url(//hlna.jp/skygarden/wp-content/themes/skygarden/assets/images/common/icon_mail.svg);
  background-size: 22px 16px;
}
.header-tools__item-link.is-telephone {
  background-image: url(//hlna.jp/skygarden/wp-content/themes/skygarden/assets/images/common/icon_phone.svg);
  background-size: 16px 23px;
}
@media screen and (min-width: 1143px) {
  .header-tools__item-link {
    background-position: left center;
    box-sizing: border-box;
    color: #3b4043;
    font-size: 14px;
    font-weight: bold;
    padding-top: 10px;
    width: auto;
    height: 32px;
  }
  .header-tools__item-link.is-schedule {
    background-size: 27px 25px;
    padding-left: 33px;
  }
  .header-tools__item-link.is-mail {
    background-size: 28px 21px;
    padding-left: 32px;
  }
  .header-tools__item-link.is-telephone {
    background-size: 21px 32px;
    padding-left: 26px;
  }
}

.header-menu {
  background-color: #e7f7f6;
  opacity: 0;
  position: absolute;
  top: 86px;
  left: 0;
  visibility: hidden;
  width: 100%;
  transition: opacity 0.3s ease, visibility 0.1s;
/* 赤バックのリンクがある場合 */
  top: 152px;
}
body.menu-is-open .header-menu {
  opacity: 1;
  visibility: visible;
}
@media screen and (min-width: 1143px) {
  .header-menu {
/*    top: 80px; */
	/* 赤バックのリンクがある場合 */
	top: 110px;
  }
}

.header-menu-upper {
  padding-top: 22px;
  padding-bottom: 14px;
}

.header-menu__list {
  text-align: center;
}

.header-menu__item {
  display: inline-block;
  font-family: "Fira Sans Condensed";
  font-size: 15px;
  line-height: 1.7;
  margin: 0 14px;
}

.header-menu__item-link,
.header-menu2__item-link {
  color: #2c3553;
  text-decoration: none;
}

.header-menu2__list {
  margin-top: 8px;
}

.header-menu2__item {
  font-family: "Fira Sans Condensed";
  font-size: 14px;
  line-height: 1.7;
  margin: 0 10px;
  text-align: center;
}

.header-sns__list {
  border-top: 1px solid #b2e2e2;
  margin: 0 20px;
  padding: 16px 0;
  text-align: center;
}

.header-sns__item {
  display: inline-block;
  margin: 0 22px;
}

.menu-inner {
  background-color: #cdcdcf;
  box-sizing: border-box;
  max-height: 0;
  overflow: hidden;
  padding: 0 20px;
  transition: max-height 0.5s ease, padding 0.5s ease;
}
.menu-is-open .menu-inner {
  border-top: 1px solid #a7a7aa;
  max-height: 300px;
  padding: 20px 20px 15px;
}
@media screen and (min-width: 769px) {
  .menu-is-open .menu-inner {
    max-height: none;
    opacity: 1;
    padding: 0 60px;
    visibility: visible;
  }
}
@media screen and (min-width: 769px) {
  .menu-inner {
    background-color: rgba(0, 30, 70, 0.95);
    border-top: 0;
    max-height: none;
    opacity: 0;
    padding: 0 60px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    transition: opacity 0.2s ease, visibility 0.2s ease;
  }
}
.menu-inner .logo::after {
  background-image: url(//hlna.jp/skygarden/wp-content/themes/skygarden/assets/images/common/logo_pc.png);
}
.menu-inner .zozo-type1::before {
  background-image: url(//hlna.jp/skygarden/wp-content/themes/skygarden/assets/images/common/zozo1_menu.png);
}
.menu-inner .menu::before {
  border-color: #848488;
  top: 10.5px;
  width: 24px;
}
.menu-inner .menu::after {
  border-color: #848488;
  left: 10.5px;
  height: 24px;
}

.menu-inner__header {
  display: none;
}
@media screen and (min-width: 769px) {
  .menu-inner__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

.menu-inner__logo {
  font-size: 0;
  padding-top: 5px;
}

@media screen and (min-width: 769px) {
  .menu-inner__body {
    display: flex;
    margin: 120px auto 0;
    width: 98.16514%;
  }
}

.menu-inner__zozo {
  position: absolute;
  top: 15px;
  right: 150px;
  width: 200px;
  height: 22px;
}

.menu-inner__nav {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 769px) {
  .menu-inner__nav {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 75.22936%;
    height: 170px;
  }
}

.menu-nav__item {
  display: inline-block;
  margin: 0 10px 10px;
}
@media screen and (min-width: 769px) {
  .menu-nav__item {
    display: block;
    text-align: left;
    margin: 0 0 36px;
  }
}

.menu-nav__item-link {
  color: #737377;
  font-family: "PTSans";
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
}

.menu-inner__nav2 {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 769px) {
  .menu-inner__nav2 {
    width: 24.77064%;
  }
}

.menu-nav2__item {
  display: inline-block;
  margin-top: 10px;
  margin-right: 25px;
}
.menu-nav2__item:last-child {
  margin-right: 0;
}
@media screen and (min-width: 769px) {
  .menu-nav2__item {
    display: block;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 38px;
    text-align: left;
  }
}

.menu-nav2__item-link {
  color: #737377;
  font-family: "PTSans";
  font-size: 14px;
  text-decoration: none;
}

.menu-inner__sns {
  border-top: 1px solid #a7a7aa;
  list-style: none;
  margin: 20px 0 0;
  padding: 20px 0 0;
}
@media screen and (min-width: 769px) {
  .menu-inner__sns {
    border-top: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 15px;
    right: 380px;
  }
}

.menu-sns__item {
  display: inline-block;
  margin: 0 20px;
}
@media screen and (min-width: 769px) {
  .menu-sns__item {
    margin: 0 10px;
  }
}

.schedule {
  background-color: #fff;
  padding: 40px 33px;
}

.schedule-title {
  color: #1f8ea4;
  font-family: "Fira Sans Condensed";
  font-size: 30px;
  font-weight: 200;
  text-align: center;
}

.schedule-list {
  margin-top: 24px;
}
@media screen and (min-width: 769px) {
  .schedule-list {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 1143px) {
  .schedule-list {
    margin: 24px auto 0;
    width: 1077px;
  }
}

.schedule-item {
  padding-bottom: 25px;
}
@media screen and (min-width: 769px) {
  .schedule-item {
    margin: 0 25px 25px;
    width: calc(50% - 50px);
  }
}
@media screen and (min-width: 1143px) {
  .schedule-item {
    width: 309px;
  }
}

.schedule-item__header {
  border-top: 2px solid #b2e2e2;
  border-bottom: 1px solid #b2e2e2;
  color: #1f8ea4;
  font-family: "Fira Sans Condensed";
  position: relative;
  text-align: center;
}
.schedule-item.is-sat .schedule-item__header {
  border-top-color: #a0abd1;
  border-bottom-color: #a0abd1;
  color: #4359a3;
}
.schedule-item.is-sun .schedule-item__header {
  border-top-color: #f9bcbc;
  border-bottom-color: #f9bcbc;
  color: #f47b7a;
}

.schedule-item__yearmonth {
  font-size: 16px;
  position: absolute;
  top: 50%;
  left: 8px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.schedule-item__glue {
  margin: 0 3px;
}

.schedule-item__date {
  display: inline-block;
  font-size: 40px;
}

.schedule-item__day {
  display: inline-block;
  font-size: 25px;
}

.schedule-item-school {
  padding-top: 20px;
}

.schedule-item-school__header {
  display: table;
  width: 100%;
}

.schedule-item-school__time {
  color: #2c3553;
  display: table-cell;
  font-family: "Fira Sans Condensed";
  font-size: 18px;
  vertical-align: top;
  width: 114px;
}

.schedule-item-school__time-div {
  margin: 0 4px;
}

.schedule-item-school__name {
  display: table-cell;
  font-size: 16px;
  vertical-align: top;
}

.schedule-item-school__body {
  margin-top: 12px;
  text-align: center;
}

.schedule-item-school__apply,
.schedule-item-school__more {
  display: inline-block;
  vertical-align: top;
}

.schedule-item-school__apply-link,
.schedule-item-school__more-link {
  background-color: #81bfcb;
  border-radius: 10px;
  box-sizing: border-box;
  color: #fff;
  display: block;
  font-size: 12px;
  font-weight: bold;
  padding-top: 3px;
  text-decoration: none;
  width: 135px;
  height: 26px;
}
.schedule-item-school__apply-link::before,
.schedule-item-school__more-link::before {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 17px;
  content: "";
  display: inline-block;
  margin-right: 5px;
  vertical-align: -3px;
  width: 17px;
  height: 17px;
}
.schedule-item.is-sat .schedule-item-school__apply-link,
.schedule-item.is-sat .schedule-item-school__more-link {
  background-color: #959fcb;
}
.schedule-item.is-sun .schedule-item-school__apply-link,
.schedule-item.is-sun .schedule-item-school__more-link {
  background-color: #f8b4b3;
}

.schedule-item-school__apply-link::before {
  background-image: url(//hlna.jp/skygarden/wp-content/themes/skygarden/assets/images/common/icon_apply.svg);
}

.schedule-item-school__more {
  margin-left: 6px;
}

.schedule-item-school__more-link::before {
  background-image: url(//hlna.jp/skygarden/wp-content/themes/skygarden/assets/images/common/icon_more.svg);
}

.schedule-item-memo {
  margin-top: 14px;
}

.schedule-item-memo__text {
  font-size: 12px;
  line-height: 1.7;
}

@media screen and (min-width: 1143px) {
  .schedule-list__more {
    display: none;
  }
}

.schedule-list__more-button {
  background-color: #2c3553;
  border-radius: 10px;
  box-sizing: border-box;
  display: inline-block;
  text-align: center;
  width: 100%;
  height: 40px;
}

.schedule-list__more-button-text {
  font-size: 14px;
  font-weight: bold;
  color: #e7f7f6;
}
.schedule-list__more-button-text::before {
  background-image: url(//hlna.jp/skygarden/wp-content/themes/skygarden/assets/images/schedule/icon_next.svg);
  background-size: 15px 12px;
  background-repeat: no-repeat;
  display: inline-block;
  content: "";
  margin-right: 9px;
  width: 15px;
  height: 12px;
}

.school-item__article {
  font-size: 15px;
  line-height: 1.6;
}
.school-item__article p {
  margin: 10px 0;
}

.school-item__article-apply-link {
  background-color: #3499ac;
  border-radius: 10px;
  box-sizing: border-box;
  color: #fff;
  display: block;
  font-size: 15px;
  font-weight: bold;
  padding-top: 10px;
  text-align: center;
  text-decoration: none;
  height: 40px;
}

.school-item__article-apply-link-text::before {
  background-image: url(//hlna.jp/skygarden/wp-content/themes/skygarden/assets/images/common/icon_apply.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px;
  content: "";
  display: inline-block;
  margin-right: 5px;
  vertical-align: -3px;
  width: 18px;
  height: 18px;
}

.schedule-body,
.page-template-tpl-schedule {
  padding-bottom: 150px;
}
@media screen and (min-width: 769px) {
  .schedule-body,
  .page-template-tpl-schedule {
    padding-bottom: 90px;
  }
}

.floating-box {
  background-color: #e7f7f6;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-animation-name: slideUp;
  animation-name: slideUp;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-iteration-count: initial;
  animation-iteration-count: initial;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

.floating-box-inner {
  padding: 0 48px 20px;
}
@media screen and (min-width: 769px) {
  .floating-box-inner {
    margin: 0 auto;
    padding: 0 0 20px;
    max-width: 489px;
  }
}

@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slideUp {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.school {
  background-color: #b2e2e2;
  padding: 40px 33px;
}
@media screen and (min-width: 769px) {
  .school {
    padding: 60px 33px 50px;
  }
}

.school-title {
  color: #1f8ea4;
  font-family: "Fira Sans Condensed";
  font-size: 30px;
  font-weight: 200;
  text-align: center;
}

.school-list {
  margin-top: 24px;
}
@media screen and (min-width: 769px) {
  .school-list {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 1143px) {
  .school-list {
    margin: 24px auto 0;
    width: 1077px;
  }
}

.school-item {
  font-size: 15px;
  margin-bottom: 10px;
}
@media screen and (min-width: 769px) {
  .school-item {
    margin: 0 25px 50px;
    width: calc(50% - 50px);
  }
}
@media screen and (min-width: 1143px) {
  .school-item {
    width: 309px;
  }
}

.school-item__image img {
  width: 100%;
}

.school-item__body {
  background-color: #e7f7f6;
  padding: 22px 15px 20px;
}

.school-item__name {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
}
@media screen and (min-width: 769px) {
  .school-item__name {
    font-size: 16px;
    line-height: 1.43;
  }
}

.school-item__description {
  line-height: 1.3;
  margin-top: 12px;
}
@media screen and (min-width: 769px) {
  .school-item__description {
    line-height: 1.5;
  }
}

.school-item__schedule {
  margin-top: 10px;
  font-size: 15px;
  line-height: 1.6;
}

.school-item__schedule-item {
  font-size: 15px;
  line-height: 1.6;
  position: relative;
}

.school-item__schedule-item-day {
  position: absolute;
  top: 0;
  left: 0;
}

.school-item__schedule-item-time {
  font-size: 15px;
  line-height: 1.6;
  padding-left: 100px;
}

.school-item__price {
  font-size: 15px;
  line-height: 1.6;
}

.school-item__price-label {
  display: inline-block;
}

.school-item__price-cost {
  display: inline-block;
}

.school-item__note {
  font-size: 15px;
  line-height: 1.6;
}

.school-item__tools {
  display: flex;
  list-style: none;
  justify-content: space-between;
  margin-top: 18px;
}

.school-item__tools-item {
  width: 48.3871%;
}
.school-item__tools-item.is-wide {
  width: 100%;
}

.school-item__tools-item-apply,
.school-item__tools-item-detail {
  background-color: #3499ac;
  border-radius: 10px;
  box-sizing: border-box;
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: bold;
  padding-top: 10px;
  text-align: center;
  text-decoration: none;
  width: 100%;
  height: 40px;
}

.school-item__tools-item-apply-text::before,
.school-item__tools-item-detail-text::before {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px;
  content: "";
  display: inline-block;
  margin-right: 5px;
  vertical-align: -3px;
  width: 18px;
  height: 18px;
}

.school-item__tools-item-apply-text::before {
  background-image: url(//hlna.jp/skygarden/wp-content/themes/skygarden/assets/images/common/icon_apply.svg);
}

.school-item__tools-item-detail-text::before {
  background-image: url(//hlna.jp/skygarden/wp-content/themes/skygarden/assets/images/common/icon_more.svg);
}

.school-item__tools-item-detail-text.non-icon::before {
  background-image: none;
  width: 0;
  margin-right: 0;
}

.school-item__article-buttons {
  list-style: none;
  margin-top: 20px;
}
@media screen and (min-width: 769px) {
  .school-item__article-buttons {
    display: flex;
/*    justify-content: space-between; */
	justify-content: center;
   }
}
@media screen and (min-width: 769px) {
  .school-item__article-buttons.sp-only {
    display: none;
  }
}

.school-item__article-button {
  margin-top: 10px;
}
@media screen and (min-width: 769px) {
  .school-item__article-button {
    margin-top: 0;
/*     width: calc(50% - 7.5px); */
	width: 240px;
  }
}
.school-item__article-button:first-child {
  margin-top: 0;
}

.school-item__article-button-link {
  background-color: #3499ac;
  border-radius: 10px;
  box-sizing: border-box;
  color: #fff;
  display: block;
  font-weight: bold;
  padding: 10px 0;
  text-align: center;
  text-decoration: none;
  width: 100%;
  height: 50px;
}

.school-item__article-button-label {
  display: block;
  font-size: 16px;
}
.school-item__article-button-label2 {
  display: block;
  font-size: 10px;
  margin-top: 3px;
}

.school-detail {
  background-color: #b2e2e2;
  padding: 40px 33px;
}
@media screen and (min-width: 769px) {
  .school-detail {
    background-color: #e7f7f6;
    padding: 60px 33px 50px;
  }
  .school-detail .school-detail__inner {
    margin: 0 auto;
    max-width: 1027px;
  }
  .school-detail .school-item {
    display: flex;
    justify-content: space-between;
    margin: 0;
    width: 100%;
  }
  .school-detail .school-item__image {
    width: calc(50% - 25px);
  }
  .school-detail .school-item__name {
    font-size: 20px;
    line-height: 1.3;
  }
  .school-detail .school-item__body {
    padding: 0;
    width: calc(50% - 25px);
  }
  .school-detail .school-item__article-apply {
    margin-top: 20px;
  }
}
.school-detail .school-title {
  display: none;
}
@media screen and (min-width: 769px) {
  .school-detail .school-title {
    display: block;
    margin-bottom: 50px;
  }
}

.school-detail-related {
  display: none;
}
@media screen and (min-width: 769px) {
  .school-detail-related {
    background-color: #b2e2e2;
    display: block;
    padding-top: 26px;
  }
}

.teacher {
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .teacher {
    background-color: #3499ac;
  }
}

.teacher-header {
  background-color: #3499ac;
  padding: 40px 0 24px;
}
@media screen and (min-width: 769px) {
  .teacher-header {
    padding: 60px 0 50px;
  }
}

.teacher-title {
  color: #fff;
  font-family: "Fira Sans Condensed";
  font-size: 30px;
  font-weight: 200;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .teacher-list {
    display: flex;
    flex-wrap: wrap;
  }
}

@media screen and (min-width: 1143px) {
  .teacher-list {
    margin: 0 auto;
    width: 1077px;
  }
}

.teacher-item {
  background-color: #3499ac;
  margin-bottom: 5px;
  padding: 30px 0 20px;
}
.teacher-item:first-child {
  padding-top: 0;
}
@media screen and (min-width: 769px) {
  .teacher-item {
    margin: 0 25px 50px;
    padding-top: 0;
    width: calc(50% - 50px);
  }
}
@media screen and (min-width: 1143px) {
  .teacher-item {
    width: 309px;
  }
}

.teacher-item__image {
  border-radius: 50%;
  margin: 0 68px;
  overflow: hidden;
}
.teacher-item__image img {
  width: 100%;
}

.teacher-item__name {
  color: #fff;
  margin-top: 24px;
  text-align: center;
}

.teacher-item__name-jp {
  font-size: 20px;
}
@media screen and (min-width: 769px) {
  .teacher-item__name-jp {
    font-size: 18px;
  }
}

.teacher-item__name-en {
  font-size: 14px;
  margin-top: 10px;
}
@media screen and (min-width: 769px) {
  .teacher-item__name-en {
    font-style: 13;
  }
}

.teacher-item__body {
  color: #fff;
  font-size: 15px;
  line-height: 1.6;
  margin-top: 15px;
  max-height: 500px;
  overflow: hidden;
  padding: 0 33px;
  transition: max-height 0.5s ease;
}
.teacher-item__body a {
  color: #fff;
}
.teacher-item.is-close .teacher-item__body {
  max-height: 0;
}
@media screen and (min-width: 769px) {
  .teacher-item__body {
    font-size: 13px;
    line-height: 1.46;
    padding: 0;
  }
  .teacher-item.is-close .teacher-item__body {
    max-height: none;
  }
}

.teacher-item__tool {
  margin: 17px 33px 0;
}
@media screen and (min-width: 769px) {
  .teacher-item__tool {
    display: none;
  }
}

.teacher-item__tool-button {
  background-color: #e7f7f6;
  border-radius: 10px;
  color: #3499ac;
  display: block;
  text-align: center;
  width: 100%;
  height: 40px;
}

.teacher-item__tool-button-label {
  font-size: 15px;
  font-weight: bold;
}
.teacher-item__tool-button-label::before {
  background-image: url(//hlna.jp/skygarden/wp-content/themes/skygarden/assets/images/teacher/icon_next.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 15px 12px;
  content: "";
  display: inline-block;
  margin-right: 9px;
  width: 15px;
  height: 12px;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.teacher-item.is-close .teacher-item__tool-button-label::before {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

.pickup {
  background-color: #f0f0f0;
  padding: 40px 0;
}
@media screen and (min-width: 769px) {
  .pickup {
    padding: 60px 0 50px;
  }
}

.pickup-title {
  color: #1f8ea4;
  font-family: "Fira Sans Condensed";
  font-size: 30px;
  font-weight: 200;
  text-align: center;
}

.pickup-list {
  margin: 24px 33px 0;
}
@media screen and (min-width: 769px) {
  .pickup-list {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 1143px) {
  .pickup-list {
    margin: 24px auto 0;
    width: 1077px;
  }
}

.pickup-item {
  margin-bottom: 20px;
}
.pickup-item.is-first {
  display: block;
  margin-bottom: 50px;
}
@media screen and (min-width: 769px) {
  .pickup-item {
    margin: 0 25px 50px;
    width: calc(50% - 50px);
  }
}
@media screen and (min-width: 1143px) {
  .pickup-item {
    width: 309px;
  }
}

.pickup-item__link {
  color: #2c3553;
  display: flex;
  text-decoration: none;
}
.pickup-item.is-first .pickup-item__link {
  display: block;
}
@media screen and (min-width: 769px) {
  .pickup-item__link {
    display: block;
  }
}

.pickup-item__image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 80px;
  height: 80px;
}
.pickup-item.is-first .pickup-item__image {
  padding-top: 100%;
  width: 100%;
  height: auto;
}
.pickup-item.is-first .pickup-item__image img {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .pickup-item__image {
    padding-top: 100%;
    width: 100%;
    height: auto;
  }
}

.pickup-item__body {
  margin-left: 9px;
  padding-bottom: 1.6em;
  position: relative;
  width: calc(100% - 80px);
}
.pickup-item.is-first .pickup-item__body {
  background-color: #fff;
  margin-left: 0;
  padding: 15px;
  width: auto;
}
@media screen and (min-width: 769px) {
  .pickup-item__body {
    background-color: #fff;
    margin-left: 0;
    padding: 15px;
    width: auto;
  }
}

.pickup-item__title {
  color: #2c3553;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.3;
}
.pickup-item.is-first .pickup-item__title {
  font-size: 16px;
  line-height: 1.7;
}
@media screen and (min-width: 1143px) {
  .pickup-item.is-first .pickup-item__title {
    font-size: 14px;
    line-height: 1.5;
  }
}
@media screen and (min-width: 769px) {
  .pickup-item__title {
    font-size: 14px;
    line-height: 1.5;
  }
}

.pickup-item__time {
  font-size: 14px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.pickup-item__time::before {
  background-image: url(//hlna.jp/skygarden/wp-content/themes/skygarden/assets/images/common/icon_time.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 15px;
  content: "";
  display: inline-block;
  margin-right: 4px;
  width: 15px;
  height: 15px;
  vertical-align: -2px;
}
.pickup-item.is-first .pickup-item__time {
  color: #6a7186;
  font-size: 13px;
  margin-top: 10px;
  position: relative;
  bottom: auto;
  left: auto;
}
.pickup-item.is-first .pickup-item__time::before {
  background-size: 14px;
  margin-right: 4px;
  width: 14px;
  height: 14px;
  vertical-align: -2px;
}
@media screen and (min-width: 769px) {
  .pickup-item__time {
    color: #6a7186;
    font-size: 13px;
    margin-top: 10px;
    position: relative;
    bottom: auto;
    left: auto;
  }
  .pickup-item__time::before {
    background-size: 14px;
    margin-right: 4px;
    width: 14px;
    height: 14px;
    vertical-align: -2px;
  }
}

.pickup-detail {
  margin: 0 33px;
}
@media screen and (min-width: 1143px) {
  .pickup-detail {
    padding-bottom: 10px;
  }
}
.pickup-detail .pickup-title {
  display: none;
}
@media screen and (min-width: 769px) {
  .pickup-detail .pickup-title {
    display: block;
    margin-bottom: 50px;
  }
}

.pickup-detail__inner {
  position: relative;
}
@media screen and (min-width: 769px) {
  .pickup-detail__inner {
    margin: 0 auto;
    max-width: 1027px;
    min-height: 490px;
  }
}

.pickup-detail-title {
  font-size: 20px;
  font-weight: normal;
  line-height: 1.8;
}
@media screen and (min-width: 769px) {
  .pickup-detail-title {
    font-weight: bold;
    padding-left: calc(50% + 25px);
  }
}

.pickup-detail-image {
  margin-top: 10px;
}
.pickup-detail-image img {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .pickup-detail-image {
    margin-top: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: calc(50% - 25px);
  }
}

.pickup-detail-body {
  font-size: 15px;
  line-height: 1.7;
  margin-top: 28px;
}
@media screen and (min-width: 769px) {
  .pickup-detail-body {
    font-size: 13px;
    padding-left: calc(50% + 25px);
  }
}

.pickup-detail-time {
  font-size: 14px;
  margin-top: 16px;
}
.pickup-detail-time::before {
  background-image: url(//hlna.jp/skygarden/wp-content/themes/skygarden/assets/images/common/icon_time.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 15px;
  content: "";
  display: inline-block;
  margin-right: 4px;
  width: 15px;
  height: 15px;
  vertical-align: -2px;
}

.pickup-detail-related {
  background-color: #f0f0f0;
  display: none;
}
@media screen and (min-width: 1143px) {
  .pickup-detail-related {
    display: block;
    padding-top: 26px;
    position: relative;
  }
  .pickup-detail-related::before {
    border-top: 1px solid #bdc0c9;
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 1027px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.report {
  background-color: #f0f0f0;
  padding: 40px 0;
}
@media screen and (min-width: 769px) {
  .report {
    padding: 60px 0 50px;
  }
}

.report-title {
  color: #1f8ea4;
  font-family: "Fira Sans Condensed";
  font-size: 30px;
  font-weight: 200;
  text-align: center;
}

.report-list {
  margin: 24px 0 0;
}
@media screen and (min-width: 769px) {
  .report-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
  }
}
@media screen and (min-width: 1143px) {
  .report-list {
    margin-left: auto;
    margin-right: auto;
    width: 1077px;
  }
}

.report-item {
  margin: 0 33px 20px;
}
.report-item.is-first {
  margin: 0 0 32px;
}
@media screen and (min-width: 769px) {
  .report-item {
    margin: 0 25px 50px;
    width: calc(50% - 50px);
  }
  .report-item.is-first {
    margin: 0 25px 50px;
  }
}
@media screen and (min-width: 1143px) {
  .report-item {
    width: 309px;
  }
}

.report-item__link {
  color: #2c3553;
  display: flex;
  text-decoration: none;
}
.report-item.is-first .report-item__link {
  display: block;
}
@media screen and (min-width: 769px) {
  .report-item__link {
    display: block;
  }
}

.report-item__image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 120px;
  height: 80px;
}
.report-item.is-first .report-item__image {
  padding-top: 66.66667%;
  width: 100%;
  height: auto;
}
.report-item.is-first .report-item__image img {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .report-item__image {
    padding-top: 66.66667%;
    height: auto;
    width: 100%;
  }
}

.report-item__body {
  margin-left: 9px;
  padding-bottom: 1.6em;
  position: relative;
  width: calc(100% - 120px);
}
.report-item.is-first .report-item__body {
  margin: 0 33px;
  padding: 17px 0 0;
  width: auto;
}
@media screen and (min-width: 769px) {
  .report-item__body {
    margin: 10px 0 0;
    padding: 0;
    width: auto;
  }
  .report-item.is-first .report-item__body {
    margin: 10px 0 0;
    padding: 0;
  }
}

.report-item__title {
  color: #2c3553;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.3;
}
.report-item.is-first .report-item__title {
  font-size: 20px;
  line-height: 1.8;
}
@media screen and (min-width: 769px) {
  .report-item__title {
    line-height: 1.43;
  }
  .report-item.is-first .report-item__title {
    font-size: 14px;
    line-height: 1.43;
  }
}

.report-item.is-first .report-item__summary {
  font-size: 15px;
  line-height: 1.6;
  margin-top: 6px;
}

@media screen and (min-width: 769px) {
  .report-item__summary {
    display: none;
  }
}

.report-item__time {
  color: #6a7186;
  font-size: 14px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.report-item__time::before {
  background-image: url(//hlna.jp/skygarden/wp-content/themes/skygarden/assets/images/common/icon_time.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 15px;
  content: "";
  display: inline-block;
  margin-right: 4px;
  width: 15px;
  height: 15px;
  vertical-align: -2px;
}
.report-item.is-first .report-item__time {
  color: #6a7186;
  font-size: 13px;
  margin-top: 10px;
  position: relative;
  bottom: auto;
  left: auto;
}
.report-item.is-first .report-item__time::before {
  background-size: 14px;
  margin-right: 4px;
  width: 14px;
  height: 14px;
  vertical-align: -2px;
}
@media screen and (min-width: 769px) {
  .report-item__time {
    font-size: 13px;
    margin-top: 5px;
    position: relative;
    bottom: auto;
    left: auto;
  }
  .report-item__time::before {
    background-size: 14px;
    width: 14px;
    height: 14px;
  }
  .report-item.is-first .report-item__time {
    font-size: 13px;
    margin-top: 5px;
  }
}

@media screen and (min-width: 1143px) {
  .report-detail {
    padding-bottom: 10px;
  }
}

.report-detail .report-title {
  display: none;
}
@media screen and (min-width: 769px) {
  .report-detail .report-title {
    display: block;
    margin-bottom: 50px;
  }
}

.report-detail__inner {
  position: relative;
}
@media screen and (min-width: 769px) {
  .report-detail__inner {
    margin: 0 auto;
    max-width: 1027px;
    min-height: 490px;
  }
}

.report-detail-title {
  font-size: 20px;
  font-weight: normal;
  line-height: 1.8;
  margin: 0 33px;
}
@media screen and (min-width: 769px) {
  .report-detail-title {
    font-weight: bold;
    margin: 0;
    padding-left: calc(50% + 25px);
  }
}

.report-detail-image {
  margin-top: 10px;
}
.report-detail-image img {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .report-detail-image {
    margin-top: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: calc(50% - 25px);
  }
}

.report-detail-body {
  font-size: 15px;
  line-height: 1.7;
  margin: 28px 33px 0;
}
@media screen and (min-width: 769px) {
  .report-detail-body {
    font-size: 13px;
    line-height: 2;
    margin: 28px 0 0;
    padding-left: calc(50% + 25px);
  }
}

.report-detail-time {
  font-size: 14px;
  margin: 16px 33px 0;
}
.report-detail-time::before {
  background-image: url(//hlna.jp/skygarden/wp-content/themes/skygarden/assets/images/common/icon_time.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 15px;
  content: "";
  display: inline-block;
  margin-right: 4px;
  width: 15px;
  height: 15px;
  vertical-align: -2px;
}
@media screen and (min-width: 769px) {
  .report-detail-time {
    margin: 16px 0 0;
  }
}

.report-detail-related {
  background-color: #f0f0f0;
  display: none;
}
@media screen and (min-width: 1143px) {
  .report-detail-related {
    display: block;
    padding-top: 26px;
    position: relative;
  }
  .report-detail-related::before {
    border-top: 1px solid #bdc0c9;
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 1027px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.movie {
  background-color: #fff;
  padding: 40px 0;
}

.movie-title {
  color: #1f8ea4;
  font-family: "Fira Sans Condensed";
  font-size: 30px;
  font-weight: 200;
  text-align: center;
}

.movie-list {
  margin: 24px 0 0;
}
@media screen and (min-width: 769px) {
  .movie-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
  }
}
@media screen and (min-width: 1143px) {
  .movie-list {
    margin-left: auto;
    margin-right: auto;
    width: 1077px;
  }
}

.movie-item {
  margin-bottom: 10px;
}
@media screen and (min-width: 769px) {
  .movie-item {
    margin: 0 25px 50px;
    width: calc(50% - 50px);
  }
}
@media screen and (min-width: 1143px) {
  .movie-item {
    width: 309px;
  }
}

.movie-item__video {
  background-color: #e7f7f6;
  padding-top: 56.25%;
  position: relative;
  width: 100%;
}
.movie-item__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.movie-item__body {
  margin: 0 33px;
  padding: 11px 0;
}
@media screen and (min-width: 769px) {
  .movie-item__body {
    margin: 0;
  }
}

.movie-item__title {
  font-size: 15px;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .movie-item__title {
    font-size: 14px;
  }
}

.space {
  background-color: #fff;
  padding: 40px 0;
}
@media screen and (min-width: 769px) {
  .space {
    padding: 60px 0 50px;
  }
}

.space-title {
  color: #1f8ea4;
  font-family: "Fira Sans Condensed";
  font-size: 30px;
  font-weight: 200;
  text-align: center;
}

.space-body {
  margin: 0 33px;
}

.space-summary {
  font-size: 15px;
  line-height: 1.75;
  margin: 24px auto 0;
  max-width: 1027px;
}
@media screen and (min-width: 769px) {
  .space-summary {
    margin-top: 50px;
  }
}

.space-contact {
  border-top: 1px solid #62b0bf;
  border-bottom: 1px solid #62b0bf;
  color: #1f8ea4;
  margin-top: 30px;
  padding: 20px 0;
  max-width: 409px;
}
@media screen and (min-width: 769px) {
  .space-contact {
    box-sizing: border-box;
    margin: 50px auto 0;
    padding: 30px 30px;
    width: 409px;
  }
}

.space-contact__title {
  font-size: 15px;
  font-weight: bold;
  line-height: 2;
}

.space-contact__name {
	margin-top: 10px;
  font-size: 15px;
  line-height: 1.8;
}

.space-contact__tel {
	margin-top: 10px;
  font-size: 20px;
  line-height: 1.5;
}

.space-contact__tel-number {
	margin-top: 10px;
  text-decoration: underline;
}

.space-contact__time {
	margin-top: 5px;
  font-size: 15px;
  line-height: 2;
}

.space-case {
  margin-top: 37px;
}
@media screen and (min-width: 769px) {
  .space-case {
    margin-top: 50px;
    text-align: center;
  }
}

.space-case__title {
  color: #1f8ea4;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.9;
}

@media screen and (min-width: 769px) {
  .space-case__list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
  }
}

@media screen and (min-width: 1143px) {
  .space-case__list {
    margin: 50px auto 0;
    width: 1077px;
  }
}

.space-case__name {
  font-size: 15px;
  font-weight: normal;
  line-height: 1.9;
  margin-top: 15px;
}
.space-case__name.is-first {
  margin-top: 8px;
}
@media screen and (min-width: 769px) {
  .space-case__name {
    margin-top: 50px;
  }
  .space-case__name.is-first {
    margin-top: 15px;
  }
}

.space-case__itme {
  margin-top: 5px;
}
.space-case__itme img {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .space-case__itme {
    margin: 0 25px 50px;
    width: calc(50% - 50px);
  }
}
@media screen and (min-width: 1143px) {
  .space-case__itme {
    width: 309px;
  }
}

.privacy {
  background-color: #ffffff;
  padding: 40px 0;
}
@media screen and (min-width: 769px) {
  .privacy {
    padding: 60px 0 50px;
  }
}

.privacy-title {
  font-family: "Fira Sans Condensed";
  font-size: 24px;
  font-weight: 200;
  text-align: center;
}

.privacy-body {
  font-size: 14px;
  line-height: 1.72;
  margin: 30px 33px;
}
@media screen and (min-width: 1143px) {
  .privacy-body {
    font-size: 13px;
    line-height: 2;
    margin: 50px auto 0;
    width: 1077px;
  }
}

.privacy-body__block {
  padding-left: 2em;
}

.privacy-body__heading2,
.privacy-body__heading3 {
  font-size: 14px;
  font-weight: bold;
}
@media screen and (min-width: 1143px) {
  .privacy-body__heading2,
  .privacy-body__heading3 {
    font-size: 13px;
  }
}

.privacy-body__list {
  padding-left: 1.3em;
}

.privacy-body__contact {
  margin-top: 30px;
}
.privacy-body__contact::after {
  content: "";
  display: block;
  clear: both;
}

.privacy-body__contact-label {
  clear: both;
  display: flex;
  float: left;
  justify-content: space-between;
  width: 45px;
}

.privacy-body__contact-data {
  float: right;
  width: calc(100% - 60px);
}

.privacy-body__contact-link {
  color: #2c3553;
  text-decoration: none;
}

.top-main-visual {
  position: relative;
  width: 100%;
  height: 100vh;
}
.top-main-visual::after {
  background-image: url(//hlna.jp/skygarden/wp-content/themes/skygarden/assets/images/top/icon_arrow_down.svg);
  background-size: 15px 23.5px;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  position: absolute;
  bottom: 13px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 15px;
  height: 23.5px;
  z-index: 1;
}

.top-main-visual__logo {
  position: absolute;
  top: 19px;
  left: 21px;
  z-index: 2;
  width: 165px;
}
.top-main-visual__logo img { width: 100%; height: auto; }
@media screen and (min-width: 1143px) {
  .top-main-visual__logo {
    display: none;
  }
}

.top-main-visual__item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.top-main-visual__item-image {
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  width: 100%;
  height: 100vh;
}
.top-main-visual__item-image > a {
	display: block;
  width: 100%;
  height: 100vh;
}
.top-main-visual__item-image.pic1 { background-image: url(//hlna.jp/skygarden/wp-content/themes/skygarden/assets/images/top/img_mainVisual02.jpg); }
.top-main-visual__item-image.pic2 { background-image: url(//hlna.jp/skygarden/wp-content/themes/skygarden/assets/images/top/img_mainVisual03.jpg); }
.top-main-visual__item-image.pic3 { background-image: url(//hlna.jp/skygarden/wp-content/themes/skygarden/assets/images/top/img_mainVisual04.jpg); }
@media screen and (min-width: 1143px) {
	.top-main-visual__item-image.pic1 { background-image: url(//hlna.jp/skygarden/wp-content/themes/skygarden/assets/images/top/img_mainVisual02_pc.jpg); }
	.top-main-visual__item-image.pic2 { background-image: url(//hlna.jp/skygarden/wp-content/themes/skygarden/assets/images/top/img_mainVisual03_pc.jpg); }
	.top-main-visual__item-image.pic3 { background-image: url(//hlna.jp/skygarden/wp-content/themes/skygarden/assets/images/top/img_mainVisual04_pc.jpg); }
}

.top-main-visual__overlay {
  display: none;
}
@media screen and (min-width: 1143px) {
  .top-main-visual__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

.top-pickup {
  background-color: #f0f0f0;
  padding: 51px 0 50px;
}
@media screen and (min-width: 1143px) {
  .top-pickup .pickup-list {
    display: block;
    margin: 51px 0 10px;
    width: 100%;
  }
}
@media screen and (min-width: 1143px) {
  .top-pickup .pickup-item {
    margin: 0 0 50px;
    width: auto;
  }
}
@media screen and (min-width: 1143px) {
  .top-pickup .slick-slide {
    box-sizing: border-box;
    padding: 0 25px;
  }
}
.top-pickup .slick-prev {
  left: -33px;
}
.top-pickup .slick-prev::before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media screen and (min-width: 1143px) {
  .top-pickup .slick-prev {
    left: 0;
  }
}
.top-pickup .slick-next {
  right: -33px;
}
@media screen and (min-width: 1143px) {
  .top-pickup .slick-next {
    right: 0;
  }
}
.top-pickup .slick-next,
.top-pickup .slick-prev {
  background-color: rgba(255, 255, 255, 0.7) !important;
  width: 50px;
  height: 50px;
  z-index: 2;
}
.top-pickup .slick-next::before,
.top-pickup .slick-prev::before {
  background-image: url(//hlna.jp/skygarden/wp-content/themes/skygarden/assets/images/top/icon_arrow_green.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 14px 18px;
  content: "";
  display: inline-block;
  width: 14px;
  height: 18px;
}
@media screen and (min-width: 1143px) {
  .top-pickup .slick-dots {
    bottom: -10px;
  }
}
.top-pickup .slick-dots li button::before {
  border: 2px solid #98d8d9;
  border-radius: 50%;
  box-sizing: border-box;
  content: "";
  width: 13px;
  height: 13px;
  left: 50%;
  top: 50%;
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.top-pickup .slick-dots li button::after {
  border: 2px solid #98d8d9;
  border-radius: 50%;
  box-sizing: border-box;
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.top-pickup .slick-dots li.slick-active button::before,
.top-pickup .slick-dots li.slick-active button::after {
  border-color: #1f8ea4;
}

.top-pickup__title {
  color: #1f8ea4;
  font-family: "Fira Sans Condensed";
  font-size: 30px;
  font-weight: 200;
  text-align: center;
}

.top-school {
  background-color: #b2e2e2;
  padding: 40px 33px;
}
@media screen and (min-width: 1143px) {
  .top-school {
    padding: 51px 0 31px;
  }
  .top-school .school-list {
    display: block;
    margin-top: 51px;
    width: 100%;
  }
  .top-school .school-item {
    margin: 0 0 50px;
  }
  .top-school .slick-slide {
    padding: 0 25px;
  }
  .top-school .slick-prev {
    left: 0;
  }
  .top-school .slick-prev::before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .top-school .slick-next {
    right: 0;
  }
  .top-school .slick-next,
  .top-school .slick-prev {
    background-color: rgba(255, 255, 255, 0.7) !important;
    width: 50px;
    height: 50px;
    z-index: 2;
  }
  .top-school .slick-next::before,
  .top-school .slick-prev::before {
    background-image: url(//hlna.jp/skygarden/wp-content/themes/skygarden/assets/images/top/icon_arrow_green.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 14px 18px;
    content: "";
    display: inline-block;
    width: 14px;
    height: 18px;
  }
}
@media screen and (min-width: 1143px) and (min-width: 1143px) {
  .top-school .slick-dots {
    bottom: -16px;
  }
}
@media screen and (min-width: 1143px) {
  .top-school .slick-dots li button::before {
    border: 2px solid #98d8d9;
    border-radius: 50%;
    box-sizing: border-box;
    content: "";
    width: 13px;
    height: 13px;
    left: 50%;
    top: 50%;
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .top-school .slick-dots li button::after {
    border: 2px solid #98d8d9;
    border-radius: 50%;
    box-sizing: border-box;
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .top-school .slick-dots li.slick-active button::before,
  .top-school .slick-dots li.slick-active button::after {
    border-color: #1f8ea4;
  }
}

.top-school__title {
  color: #1f8ea4;
  font-family: "Fira Sans Condensed";
  font-size: 30px;
  font-weight: 200;
  text-align: center;
}

.top-teacher {
  background-color: #3499ac;
  padding-bottom: 40px;
}
@media screen and (min-width: 1143px) {
  .top-teacher .teacher-list {
    display: block;
    margin: 0;
    width: 100%;
  }
}
@media screen and (min-width: 1143px) {
  .top-teacher .teacher-item {
    margin: 0 0 70px;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1143px) {
  .top-teacher .slick-slide {
    box-sizing: border-box;
    padding: 0 25px;
  }
}
.top-teacher .slick-prev {
  left: 0;
}
.top-teacher .slick-prev::before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.top-teacher .slick-next {
  right: 0;
}
.top-teacher .slick-next,
.top-teacher .slick-prev {
  background-color: rgba(255, 255, 255, 0.7) !important;
  width: 50px;
  height: 50px;
  z-index: 2;
}
.top-teacher .slick-next::before,
.top-teacher .slick-prev::before {
  background-image: url(//hlna.jp/skygarden/wp-content/themes/skygarden/assets/images/top/icon_arrow_green.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 14px 18px;
  content: "";
  display: inline-block;
  width: 14px;
  height: 18px;
}
@media screen and (min-width: 1143px) {
  .top-teacher .slick-dots {
    bottom: 5px;
  }
}
.top-teacher .slick-dots li button::before {
  border: 2px solid #98d8d9;
  border-radius: 50%;
  box-sizing: border-box;
  content: "";
  width: 13px;
  height: 13px;
  left: 50%;
  top: 50%;
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.top-teacher .slick-dots li button::after {
  border: 2px solid #98d8d9;
  border-radius: 50%;
  box-sizing: border-box;
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.top-teacher .slick-dots li.slick-active button::before,
.top-teacher .slick-dots li.slick-active button::after {
  border-color: #e7f7f6;
}
@media screen and (min-width: 1143px) {
  .top-teacher .slick-dots {
    bottom: 0;
  }
}

.top-teacher__header {
  padding: 40px 0 24px;
}
@media screen and (min-width: 1143px) {
  .top-teacher__header {
    padding-top: 51px;
    padding-bottom: 50px;
  }
}

.top-teacher__title {
  color: #fff;
  font-family: "Fira Sans Condensed";
  font-size: 30px;
  font-weight: 200;
  text-align: center;
}

.top-report {
  background-color: #f0f0f0;
  padding: 40px 0;
}
@media screen and (min-width: 1143px) {
  .top-report {
    padding-top: 51px;
    padding-bottom: 0;
  }
}

.top-report__title {
  color: #1f8ea4;
  font-family: "Fira Sans Condensed";
  font-size: 30px;
  font-weight: 200;
  text-align: center;
}

@media screen and (min-width: 1143px) {
  .top-contents {
    display: flex;
  }
}

@media screen and (min-width: 1143px) {
  .top-contents__movie,
  .top-contents__space,
  .top-contents__casting,
  .top-contents__goods
 {
/*    width: 50%; */
	flex: 1;
  }
}

.top-contents__movie-link,
.top-contents__space-link,
.top-contents__casting-link,
.top-contents__goods-link {
  background-position: center;
  background-size: cover;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Fira Sans Condensed";
  font-size: 30px;
  font-weight: 200;
  text-decoration: none;
  width: 100%;
  height: 210px;
}
@media screen and (min-width: 1143px) {
  .top-contents__movie-link,
  .top-contents__space-link,
  .top-contents__casting-link,
  .top-contents__goods-link {
    height: 350px;
  }
}

.top-contents__movie-link {
  background-image: url(//hlna.jp/skygarden/wp-content/themes/skygarden/assets/images/top/img_top-movie.jpg);
}
@media screen and (min-width: 1143px) {
  .top-contents__movie-link {
    background-image: url(//hlna.jp/skygarden/wp-content/themes/skygarden/assets/images/top/img_top-movie_pc.jpg);
  }
}

.top-contact {
  background-color: #2c3553;
  color: #fff;
/*  margin-top: -86px; */
  padding: 126px 0 40px;
}
@media screen and (min-width: 1143px) {
  .top-contact {
    margin-top: -80px;
    padding-top: 130px;
  }
}
@media screen and (min-width: 1143px) {
  .top-contact .slick-slide {
    padding: 0 25px;
  }
}
.top-contact .slick-prev {
  left: -33px;
}
.top-contact .slick-prev::before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media screen and (min-width: 1143px) {
  .top-contact .slick-prev {
    left: 0;
  }
}
.top-contact .slick-next {
  right: -33px;
}
@media screen and (min-width: 1143px) {
  .top-contact .slick-next {
    right: 0;
  }
}
.top-contact .slick-next,
.top-contact .slick-prev {
  background-color: rgba(255, 255, 255, 0.7) !important;
  width: 50px;
  height: 50px;
  z-index: 2;
}
.top-contact .slick-next::before,
.top-contact .slick-prev::before {
  background-image: url(//hlna.jp/skygarden/wp-content/themes/skygarden/assets/images/top/icon_arrow_blue.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 14px 18px;
  content: "";
  display: inline-block;
  width: 14px;
  height: 18px;
}
@media screen and (min-width: 1143px) {
  .top-contact .slick-dots {
    bottom: -14px;
  }
}
.top-contact .slick-dots li button::before {
  border: 2px solid #6a7186;
  border-radius: 50%;
  box-sizing: border-box;
  content: "";
  width: 13px;
  height: 13px;
  left: 50%;
  top: 50%;
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.top-contact .slick-dots li button::after {
  border: 2px solid #6a7186;
  border-radius: 50%;
  box-sizing: border-box;
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.top-contact .slick-dots li.slick-active button::before,
.top-contact .slick-dots li.slick-active button::after {
  border-color: #e9eaed;
}

.top-contact__title {
  color: #fff;
  font-family: "Fira Sans Condensed";
  font-size: 30px;
  text-align: center;
}

.top-contact-image {
  margin: 32px 33px 0;
}
@media screen and (min-width: 1143px) {
  .top-contact-image {
    margin: 51px 0 0;
  }
}

.top-contact-image__list {
  list-style: none;
}
@media screen and (min-width: 1143px) {
  .top-contact-image__list {
    padding-bottom: 40px;
  }
}

.top-contact-image__item img {
  width: 100%;
}

@media screen and (min-width: 1143px) {
  .top-contact-image__item {
    width: 309px;
  }
}

@media screen and (min-width: 1143px) {
  .top-contact-map__wrapper {
    margin: 59px 0 0;
    position: relative;
    height: 300px;
  }
}

.top-contact-map {
  margin: 73px 33px 0;
  position: relative;
}
@media screen and (min-width: 1143px) {
  .top-contact-map {
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 60.98592%;
    height: 300px;
  }
}

.top-contact-map__googlemap {
  background-color: #e7f7f6;
  width: 100%;
  height: 309px;
}
@media screen and (min-width: 1143px) {
  .top-contact-map__googlemap {
    height: 300px;
  }
}

.top-contact-info {
  font-size: 15px;
  line-height: 1.6;
  margin-top: 20px;
}
@media screen and (min-width: 1143px) {
  .top-contact-info {
    font-size: 14px;
    position: absolute;
    right: -300px;
    bottom: 0;
    width: 280px;
  }
}

.top-contact-info__access-link {
  color: #98d8d9;
  display: block;
}

.top-contact-info__access-memo {
  color: #98d8d9;
  display: block;
}

.top-contact__container {
  border-bottom: 1px solid #6a7186;
  margin: 30px 33px 0;
  padding-bottom: 35px;
}
@media screen and (min-width: 1143px) {
  .top-contact__container {
    display: flex;
    justify-content: space-between;
    margin: 50px auto 0;
    width: 1027px;
  }
}

.top-contact-time {
  color: #fff;
  font-size: 15px;
  line-height: 1.6;
}
@media screen and (min-width: 1143px) {
  .top-contact-time {
    font-size: 14px;
    width: 489px;
  }
}

.top-contact-time__title {
  color: #98d8d9;
  font-family: "Fira Sans Condensed";
  font-size: 25px;
  font-weight: 200;
  line-heigh†: 1.44;
}
.top-contact-time__title::before {
  background-image: url(//hlna.jp/skygarden/wp-content/themes/skygarden/assets/images/top/icon_time_top.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 23px;
  content: "";
  display: inline-block;
  margin-right: 10px;
  width: 23px;
  height: 23px;
  vertical-align: -3px;
}

.top-contact-time__list {
  margin-top: 16px;
}
@media screen and (min-width: 1143px) {
  .top-contact-time__list {
    margin-top: 0;
  }
}

.top-contact-time__item {
  display: table;
}

.top-contact-time__item-label {
  display: table-cell;
  vertical-align: top;
  width: 85px;
}

.top-contact-time__list.price_list .top-contact-time__item-label {
  width: 108px;
}

.top-contact-time__item-body {
  display: table-cell;
  vertical-align: top;
}

.top-contact-notice__list {
  list-style: none;
  margin-top: 25px;
}
.top-contact-notice__list.price_notice {
	margin: 15px 0 25px;
}



.top-contact-notice__item {
  padding-left: 1.5em;
  position: relative;
}
.top-contact-notice__item::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

.top-attention {
  font-size: 15px;
  line-height: 1.6;
  margin-top: 30px;
}
@media screen and (min-width: 1143px) {
  .top-attention {
    font-size: 14px;
    margin-top: 0;
    width: 489px;
  }
}

.top-attention__title {
  color: #f47b7a;
  font-family: "Fira Sans Condensed";
  font-size: 25px;
  font-weight: 200;
  line-height: 1.44;
}
.top-attention__title::before {
  background-image: url(//hlna.jp/skygarden/wp-content/themes/skygarden/assets/images/top/icon_attention.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 25px;
  content: "";
  display: inline-block;
  margin-right: 10px;
  width: 25px;
  height: 25px;
  vertical-align: -3px;
}

.top-attention__item {
  margin-top: 20px;
}

.top-attention__item-title {
  color: #f47b7a;
  font-size: 15px;
  font-weight: bold;
  margin: 0;
}

.top-attention__item-document {
  margin-top: 10px;
}

.top-attention__item-document-link {
  background-color: #f47b7a;
  border-radius: 10px;
  box-sizing: border-box;
  color: #2c3553;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: 40px;
  padding-top: 8px;
  text-align: center;
  text-decoration: none;
  max-width: 309px;
}
@media screen and (min-width: 1143px) {
  .top-attention__item-document-link {
    height: 30px;
    padding-top: 4px;
  }
}

.top-attention__item-document-link-label::before {
  background-image: url(//hlna.jp/skygarden/wp-content/themes/skygarden/assets/images/common/icon_pdf.svg);
  background-size: 17px 20px;
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  margin-right: 8px;
  width: 17px;
  height: 20px;
  vertical-align: -3px;
}

.top-contact-form {
  border-top: 1px solid #6a7186;
  margin: 4px 33px 0;
  padding-top: 35px;
  text-align: center;
}
@media screen and (min-width: 1143px) {
  .top-contact-form {
    margin: 4px auto 0;
    width: 1027px;
  }
}

.top-contact-form__message {
  margin-top: 10px;
}

.top-contact-form__email-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #e7f7f6;
  border: 0;
  border-radius: 10px;
  box-sizing: border-box;
  font-size: 13px;
  padding: 11px 15px;
  width: 100%;
  height: 40px;
  max-width: 489px;
}

.top-contact-form__message-textarea {
  background-color: #e7f7f6;
  border: 0;
  border-radius: 10px;
  box-sizing: border-box;
  font-size: 13px;
  padding: 11px 15px;
  width: 100%;
  height: 309px;
  max-width: 489px;
}

.top-contact-form__submit {
  margin-top: 20px;
}

.top-contact-form__submit-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #98d8d9;
  border: 0;
  border-radius: 10px;
  color: #2c3553;
  font-size: 14px;
  font-weight: bold;
  width: 100%;
  height: 40px;
  max-width: 489px;
}

/*
div.wpcf7 .ajax-loader {
  display: block !important;
}
.wpcf7-spinner {
  display: block;
}
*/
.wpcf7-form .wpcf7-spinner { display: none; }



#contact a[href^="tel:"] { color: white; }





/* 2023.1.13 add for SPONSORS */
.header a.head_link {
	display: block;
	background-color: #1F8EA4;
	color: white;
	text-align: center;
	text-decoration: none;
	padding: 4px 0 5px;
}
header .head_link .ttl {
	font-family: "PTSans";
	font-size: 20px;
	font-weight: 700;
}
header .head_link .btwn { display: none; }
header .head_link .cap {
	font-size: 11px;
	text-decoration: underline;
}
@media screen and (min-width: 1143px) {
	.header a.head_link {
		display: flex;
		justify-content: center;
		padding: 6px 0 4px;
		transition: all .4s ease;
	}
	.header a.head_link:hover { opacity: .6; }
	header .head_link .ttl {
		font-size: 17px;
		text-decoration: underline;
	}
	header .head_link .btwn {
		display: block;
		font-size: 15px;
		text-decoration: underline;
		font-weight: 700;
	}
	header .head_link .cap {
		font-size: 14px; 
		font-weight: 700;
	}
}



/* 2023.2.8 add for Monthly Fee Students */
.header-container { position: relative; }
.header-container a.head_monthly {
	border-top: solid white 2px;
	display: block;
	background-color: #FF7276;
	text-align: center;
	color: white;
	padding: 3px;
	font-size: 13px;
}
@media screen and (min-width: 1143px) {
	.header-container a.head_monthly {
		padding: 2px;
		font-size: 15px;
		position: absolute;
		right: 0;
		top: 0;
		min-width: 414px;
		box-sizing: border-box;
	}
}





.page_sponsors ul { list-style-type: none; }
.page_sponsors img.auto { width: 100%; height: auto; }
.page_sponsors .br4pc { display: none; }
.page_sponsors .cont_wrap { margin: 0 33px; }

.sponsors_lead {
	background-color: #3499ac;
	padding-bottom: 30px;
}
.sponsors_lead .ttl {
	color: #fff;
	font-family: "Fira Sans Condensed";
	font-size: 30px;
	font-weight: 200;
	text-align: center;
	padding: 40px 0 24px;
}
.sponsors_lead .lead_txt {
	color: #fff;
	font-size: 15px;
	line-height: 2;
}
.sponsors_cont { padding: 30px 0; }
.sponsors_cont .txt {
	font-size: 15px;
	line-height: 2;
}
.sponsors_cont ul.pics { margin-top: 30px; }
.sponsors_cont ul.pics li {
	margin-top: 4px;
	height: 310px;
	background: center center / cover no-repeat;
}
.sponsors_cont ul.pics li:first-child { background-image: url(//hlna.jp/skygarden/wp-content/themes/skygarden/assets/images/sponsors/sponsors_pic1_2024.jpg); }
.sponsors_cont ul.pics li:nth-child(2) { background-image: url(//hlna.jp/skygarden/wp-content/themes/skygarden/assets/images/sponsors/sponsors_pic2_2024.jpg); }
/* .sponsors_cont ul.pics li:last-child { background-image: url(//hlna.jp/skygarden/wp-content/themes/skygarden/assets/images/sponsors/sponsors_pic3.jpg); } */

.sponsors_contact {
	background-color: #2c3553;
	padding: 30px 0;
	text-align: center;
}
.sponsors_contact .lead_txt {
	font-size: 15px;
	line-height: 1.85;
	color: white;
	font-weight: 700;
	margin-bottom: 30px;
}



/* Tablet用 */
@media screen and (min-width: 769px) {
	.page_sponsors .br4sp { display: none; }
	.page_sponsors .br4pc { display: inline; }
	.page_sponsors .cont_wrap {
		margin: 0 auto;
		max-width: 1027px;
		padding: 30px;
	}
	
	.main.page_sponsors .breadcrumb__item,
	.main.page_sponsors .breadcrumb__item-link { color: white; }
	
	.sponsors_lead { padding-bottom: 40px; }
	.sponsors_lead .ttl { padding: 60px 0 50px; }
	.sponsors_lead .lead_txt { text-align: center; }
	@media screen and (min-width: 1027px) {
		.sponsors_main_pic { position: relative; }
		.sponsors_main_pic::before {
			content: "";
			display: block;
			width: 100%;
			height: 479px;
			background-color: #3499ac;
			position: absolute;
			left: 0;
			top: 0;
			z-index: -1;
		}
	}
	.sponsors_main_pic .inner {
		margin: 0 auto;
		max-width: 1027px;
	}
	
	.sponsors_cont { padding: 50px 0; }
	.sponsors_cont .txt { text-align: center; }
	.sponsors_cont ul.pics {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.sponsors_cont ul.pics li {
		margin-top: 14px;
		width: 49.2%;
	}
	/*
	.sponsors_cont ul.pics li:first-child { width: 49.2%; }
	.sponsors_cont ul.pics li:nth-child(2) { width: 49.2%; }
	.sponsors_cont ul.pics li:last-child { width: 100%; }
	*/
	
	
	
	
	.sponsors_contact { padding: 50px 0; }
	
}



/* STORY */
.story {
	background-color: #E7F7F6;
	padding-top: 40px;
}
.story_pic {
	margin-top: 24px;
	height: 160vw;
	background: url(//hlna.jp/skygarden/wp-content/themes/skygarden/assets/images/story/story_main.jpg) 18% 50% / cover no-repeat;
}
.story-body {
	background-color: #B2E2E2;
	padding: 10px 33px 40px;
}
.story-body p {
	margin-top: 28px;
	font-size: 16px;
	line-height: 2.5;
	
}

/* PC用 */
@media screen and (min-width: 1143px) {
	.story { padding-top: 60px; }
	.story_pic {
		margin-top: 50px;
		height: 755px;
	}
	.story-body {
		padding: 20px 33px 56px;
	}
	.story-body .inner{
		max-width: 1027px;
		margin: 0 auto;
	}
	.story-body p {
		margin-top: 36px;
		font-size: 18px;
	}
}



/* ご予約 */
.main.noheight { min-height: initial; }
.sorting_wrap { padding: 14px 33px 40px; }
.sorting_wrap ul { list-style-type: none; }
.sorting_wrap ul.month > li {
	margin-top: 10px;
	background-color: #B2E2E2;
	border-radius: 10px;
	padding: 30px 24px 20px;
}
.sorting_wrap ul.month > li .ttl_area {
	padding-bottom: 20px;
	border-bottom: solid 1px #E7F7F6;
	color: #1F8EA4;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.5;
	display: flex;
	justify-content: center;
	align-items: flex-end;
}
.sorting_wrap ul.month > li .ttl_area .num {
	font-size: 130px;
	margin-right: 8px;
	line-height: 0.8;
	font-weight: 400;
}
.school-item__article-button-link.nocap { padding-top: 16px; }

/* PC用 */
@media screen and (min-width: 1143px) {
	.sorting_wrap { padding: 50px 33px; }
	.sorting_wrap ul.month {
		display: flex;
		justify-content: center;
		column-gap: 50px;
	}
	.sorting_wrap ul.month > li {
		min-width: 490px;
		box-sizing: border-box;
	}
	.sorting_wrap ul.month > li .ttl_area {
		padding-bottom: 40px;
		font-size: 30px;
	}
	.sorting_wrap ul.month > li .ttl_area .num {
		font-size: 200px;
		margin-right: 10px;
	}
	.sorting_wrap ul.month > li .school-item__article-buttons { display: block; }
	.sorting_wrap ul.month > li .school-item__article-buttons li.school-item__article-button {
		margin-top: 24px;
		width: auto;
	}
	.sorting_wrap ul.month > li .school-item__article-button-link {
		padding-top: 13px;
		height: 70px;
	}
	.sorting_wrap ul.month > li .school-item__article-button-link.nocap { padding-top: 24px; }
	.sorting_wrap ul.month > li .school-item__article-button-label { font-size: 20px; }
	.sorting_wrap ul.month > li .school-item__article-button-label2 { font-size: 16px; }




}