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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

/**
 * 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 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

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

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

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

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

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

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

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

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

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

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

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

@font-face {
  font-family: 'Lovelo';
  src: url(../fonts/Lovelo-Black.ttf);
  font-weight: 600;
}
@font-face {
  font-family: 'Lovelo';
  src: url(../fonts/Lovelo-LineBold.ttf);
  font-weight: 500;
}
@font-face {
  font-family: 'Lovelo';
  src: url(../fonts/Lovelo-LineLight.ttf);
  font-weight: 400;
}
/* -----------------------
  COMMON
 ------------------------- */
html {
  background-color: #fff;
}

body {
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  position: relative;
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
body, button, input, select, textarea {
  color: #3C5E7B;
  font-family: "a-otf-futo-go-b101-pr6n",sans-serif;
  font-weight: 500;
  font-style: normal;
}

body {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.03em;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}

article, aside, audio, blockquote, body, canvas, caption, dd, details, div, dl, dt, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, hr, iframe, legend, li, nav, ol, p, section, ul, video {
  margin: 0;
  padding: 0;
}

ul, ol {
  list-style: none;
  padding-left: 0;
}

:focus {
  outline: none;
}

.scroll-prevent {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
}

*, article {
  box-sizing: border-box;
}

.scroll_fadein {
  opacity: 0;
  transform: translate(-60px, 0);
  transition: all 1s;
}
.scroll_fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

/* -----------------------
  LAYOUT
 ------------------------- */
.section-inner {
  position: relative;
  margin: auto;
  padding: 50px 20px;
}
@media screen and (min-width: 768px), print {
  .section-inner {
    padding: 50px 20px;
  }
}
@media screen and (min-width: 992px) {
  .section-inner {
    width: 1160px;
    padding: 80px 0;
  }
}
.section-inner:after {
  content: '';
  display: block;
  clear: both;
}

/* -----------------------
　　PARTS
-------------------------- */
a {
  color: #3C5E7B;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn-entry a {
  background-color: #fffd43;
  background-image: url(../img/ico_arrow.png);
  background-repeat: no-repeat;
  background-position: top 50% right 10px;
  display: inline-block;
  text-decoration: none;
  color: #basic_text_color;
  text-align: center;
  margin: auto;
  width: 90%;
  padding: 15px;
  font-size: 1.125rem;
}
@media screen and (min-width: 768px), print {
  .btn-entry a {
    width: 80%;
    background-position: top 50% right 20px;
    line-height: 82px;
    font-size: 1.8rem;
    padding: 0;
  }
}
.btn-entry a small {
  font-size: 0.83em;
}

.alignright {
  float: right;
  margin-left: 2rem;
  margin-bottom: 2rem;
}

.alignleft {
  float: left;
  margin-right: 2rem;
  margin-bottom: 2rem;
}

.aligncenter {
  text-align: center;
}
.aligncenter > * {
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.textleft {
  text-align: left;
}

.textright {
  text-align: right;
}

.textcenter {
  text-align: center;
}

@media screen and (min-width: 992px) {
  .only-sp {
    display: none !important;
  }
}
@media screen and (min-width: 768px), print {
  .only-sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .only-sp {
    display: block !important;
  }
}

@media screen and (min-width: 992px) {
  .only-pc {
    display: block !important;
  }
}
@media screen and (min-width: 768px), print {
  .only-pc {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .only-pc {
    display: none !important;
  }
}

/* -----------------------
　　MEDIA
-------------------------- */
@media screen and (max-width: 767px) {
  .row {
    display: block;
  }
  .row > * {
    margin-bottom: 20px;
    text-align: center;
  }
  .row > * p {
    text-align: left;
  }

  .alignright {
    float: none;
    margin-left: 0;
    margin-bottom: 1rem;
  }

  .alignleft {
    float: none;
    margin-right: 0;
    margin-bottom: 1rem;
  }

  img.alignleft, img.alignright {
    width: 100%;
    height: auto;
  }

  .textleft img,
  .textright img,
  .textcenter img,
  .alignleft img,
  .alignright img,
  .aligncenter img {
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 768px), print {
  .aligncenter img {
    width: 100%;
    height: auto;
  }

  .row {
    display: flex;
    display: -webkit-flex;
    justify-content: space-around;
    flex-wrap: nowrap;
    margin-bottom: 30px;
  }
  .row.col1 > * {
    width: 90%;
  }
  .row.col2 > * {
    width: 45%;
  }
  .row.col3 > * {
    width: 30%;
  }
  .row.col4 > * {
    width: 22.5%;
  }
  .row.col5 > * {
    width: 18%;
  }
  .row.col6 > * {
    width: 15%;
  }
  .row.wrap {
    flex-wrap: wrap;
  }
  .row.center {
    justify-content: center;
  }
  .row img {
    width: 100%;
    height: auto;
  }
  .row > *.full {
    width: 100% !important;
  }
}
@media screen and (min-width: 992px) {
  a:hover, button:hover {
    opacity: 0.6;
  }

  a[href^="tel:"] {
    pointer-events: none;
  }
}
/* ------------------------------
	 HEADER
 ------------------------------- */
#header {
  position: absolute;
  top: 0;
  left: 0;
}
#header .section-inner {
  width: 100%;
  padding: 0 20px;
}
@media screen and (min-width: 992px) {
  #header .section-inner {
    padding: 0 40px;
  }
}
#header .section-inner h1 {
  max-width: 30vw;
}
@media screen and (min-width: 768px), print {
  #header .section-inner h1 {
    max-width: auto;
  }
}
#header .section-inner h1 img {
  width: 100%;
}
@media screen and (min-width: 768px), print {
  #header .section-inner h1 img {
    width: auto;
  }
}

/* ------------------------------
	 FOOTER
 ------------------------------- */
#footer {
  background-color: #000;
  padding: 20px;
}
#footer .copyright {
  line-height: 1.3;
  color: #fff;
  text-align: center;
}

/* ------------------------------
	 COMMON
 ------------------------------- */
h1 {
  font-size: 6vw;
  font-weight: 400;
  line-height: 1.5;
  font-family: "a-otf-midashi-go-mb31-pr6n",sans-serif;
  font-weight: 600;
  font-style: normal;
}
@media screen and (min-width: 768px), print {
  h1 {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 992px) {
  h1 {
    font-size: 2.25rem;
  }
}
h1#site-title {
  margin-bottom: 15px;
}
h1 + p {
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  h1 + p {
    font-size: 0.8em;
  }
}

h2 {
  position: relative;
  text-align: center;
  margin-bottom: 50px;
  padding-bottom: 20px;
  line-height: 1.375;
  font-size: 2rem;
  font-family: "a-otf-midashi-go-mb31-pr6n",sans-serif;
  font-weight: 600;
  font-style: normal;
}
@media screen and (min-width: 992px) {
  h2 {
    font-size: 2.25rem;
  }
}
h2 small {
  font-size: 0.84em;
}
h2:after {
  content: "";
  width: 130px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background-color: #707070;
}

h3 {
  margin-bottom: 10px;
  line-height: 1.3;
  font-size: 1.5rem;
  font-family: "a-otf-midashi-go-mb31-pr6n",sans-serif;
  font-weight: 600;
  font-style: normal;
}
@media screen and (min-width: 992px) {
  h3 {
    font-size: 2.25rem;
  }
}

.btn-event {
  display: block;
  background-color: #FFE05C;
  color: #000;
  margin-bottom: 10px;
  padding: 15px 20px;
  text-align: center;
}
@media screen and (min-width: 768px), print {
  .btn-event {
    display: inline-block;
    margin: 5px 5px 10px 0;
    min-width: 300px;
    font-size: 1.25rem;
    text-align: center;
  }
}
@media screen and (min-width: 992px) {
  .btn-event {
    padding: 15px;
  }
}
.btn-event:before {
  display: inline-block;
  content: "";
  width: 7px;
  height: 7px;
  margin-right: 20px;
  border: solid #000;
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  border-width: 2px 2px 0 0;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (min-width: 992px) {
  .btn-event:before {
    margin-right: 30px;
  }
}
.btn-request {
  display: block;
  background-color: #4AAD90;
  color: #fff;
  margin-bottom: 10px;
  padding: 15px 20px;
  text-align: center;
}
@media screen and (min-width: 768px), print {
  .btn-request {
    display: inline-block;
    margin: 5px 5px 10px 0;
    min-width: 300px;
    font-size: 1.25rem;
    text-align: center;
  }
}
@media screen and (min-width: 992px) {
  .btn-request {
    padding: 15px;
  }
}
.btn-request:before {
  display: inline-block;
  content: "";
  width: 7px;
  height: 7px;
  margin-right: 20px;
  border: solid #fff;
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  border-width: 2px 2px 0 0;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (min-width: 992px) {
  .btn-request:before {
    margin-right: 30px;
  }
}
.btn-contact {
  display: block;
  background-color: #505050;
  color: #fff;
  margin-bottom: 10px;
  padding: 15px 20px;
  text-align: center;
}
@media screen and (min-width: 768px), print {
  .btn-contact {
    display: inline-block;
    margin: 5px 5px 10px 0;
    min-width: 300px;
    font-size: 1.25rem;
    text-align: center;
  }
}
@media screen and (min-width: 992px) {
  .btn-contact {
    padding: 15px;
  }
}
.btn-contact:before {
  display: inline-block;
  content: "";
  width: 7px;
  height: 7px;
  margin-right: 20px;
  border: solid #fff;
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  border-width: 2px 2px 0 0;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (min-width: 992px) {
  .btn-contact:before {
    margin-right: 30px;
  }
}

@media screen and (max-width: 767px) {
  .link-text {
    font-size: 0.9em;
  }
}
.link-text:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #3c5e7b;
  background-image: url(../img/ico_arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 7px;
  vertical-align: text-bottom;
}
@media screen and (max-width: 767px) {
  .link-text:before {
    width: 15px;
    height: 15px;
  }
}
.link-text.more:before {
  background-color: #fa637c;
}

.links {
  padding: 10px 0;
}
@media screen and (min-width: 768px), print {
  .links {
    padding: 20px 0;
  }
}

.label {
  font-family: 'Alata', sans-serif;
}

.events a {
  min-width: 90px;
  display: block;
  background-color: #929191;
  border: none;
  border-radius: 10px;
  padding: 13px 0;
  text-align: center;
  font-size: 25px;
  color: #fff;
  line-height: 1.2;
  font-family: Lovelo, sans-serif;
  font-weight: 600;
  transition: all 0.3s ease;
  cursor: pointer;
}
.events a span {
  font-size: 32px;
}
.events .sat a {
  background-color: #3c5e7b;
}
.events .sun a {
  background-color: #fa637c;
}

.mb0 {
  margin-bottom: 0px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb45 {
  margin-bottom: 45px;
}

.mb50 {
  margin-bottom: 50px;
}

.slick-next {
  background-image: url(../img/nav_slider.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px 30px;
  border: none;
  overflow: hidden;
  cursor: pointer;
  position: absolute;
  width: 16px;
  height: 30px;
  text-indent: -5000px;
  top: 30%;
  right: -10px;
  z-index: 99;
  background-color: transparent;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
@media screen and (min-width: 768px), print {
  .slick-next {
    background-size: 23px 44px;
    width: 23px;
    height: 44px;
    top: 40%;
    right: 0;
  }
}
.slick-prev {
  background-image: url(../img/nav_slider.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px 30px;
  border: none;
  overflow: hidden;
  cursor: pointer;
  position: absolute;
  width: 16px;
  height: 30px;
  text-indent: -5000px;
  top: 30%;
  left: -10px;
  z-index: 99;
  background-color: transparent;
  transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
@media screen and (min-width: 768px), print {
  .slick-prev {
    background-size: 23px 44px;
    width: 23px;
    height: 44px;
    top: 40%;
    left: 0;
  }
}
.slick-dots {
  display: flex;
  justify-content: center;
}
.slick-dots li {
  padding: 10px 5px;
}
@media screen and (min-width: 768px), print {
  .slick-dots li {
    padding: 20px 5px;
  }
}
.slick-dots li button {
  background-color: #CECECE;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  text-indent: -5000px;
  overflow: hidden;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  padding: 0;
}
.slick-dots li.slick-active button {
  background-color: #666;
}

/* ------------------------------
	 CONTENTS
 ------------------------------- */
.top-image {
  background-image: url(../img/top_image.jpg);
  background-size: auto calc(100% + 70px);
  background-position: top -70px right -90px;
  background-repeat: no-repeat;
  height: 85vh;
  display: flex;
  align-items: flex-end;
}
@media screen and (min-width: 768px), print {
  .top-image {
    height: 650px;
    background-size: cover;
    background-position: top center;
  }
}
@media screen and (min-width: 992px) {
  .top-image {
    display: block;
  }
}
.top-image .section-inner {
  padding: 0 20px 10px;
  margin-bottom: 0;
}
@media screen and (min-width: 768px), print {
  .top-image .section-inner {
    margin-left: 0;
    padding: 0 20px 30px;
  }
}
@media screen and (min-width: 992px) {
  .top-image .section-inner {
    padding: 190px 0 0;
    margin: auto;
  }
}
@media screen and (min-width: 992px) {
  .top-image .section-inner .links {
    padding-top: 25px;
  }
}
@media screen and (min-width: 992px) {
  .top-image .section-inner .links .btn-request {
    margin-bottom: 15px;
  }
}

#video {
  background-color: #F4F2F0;
}
#video .slider {
  text-align: center;
}
@media screen and (min-width: 992px) {
  #video .slider {
    width: 760px;
    margin: auto;
  }
}
#video .video {
  height: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 768px), print {
  #video .video {
    width: 90%;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 992px) {
  #video .video {
    padding-left: 70px;
    padding-right: 70px;
  }
}
#video .video video {
  width: 100%;
  height: auto;
}

#feature {
  background-image: url(../img/bg_feature.png);
  background-position: center bottom;
  background-repeat: no-repeat;
}
#feature .row > * .label em {
  font-style: normal;
  font-size: 33px;
}
#feature .row h3 {
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  #feature .row img {
    width: 80%;
    height: auto;
  }
}

#gakka .heading {
  background-color: #5A5546;
}
@media screen and (min-width: 992px) {
  #gakka .heading {
    width: 100%;
    padding: 60px 0;
  }
}
@media screen and (min-width: 768px), print {
  #gakka .heading ul {
    display: flex;
    justify-content: center;
  }
}
#gakka .heading ul li {
  padding: 0 0 10px;
}
@media screen and (min-width: 768px), print {
  #gakka .heading ul li {
    width: 300px;
    padding: 0 10px;
    box-sizing: border-box;
  }
}
#gakka .heading ul a {
  display: block;
  line-height: 50px;
  color: #fff;
  font-family: "a-otf-midashi-go-mb31-pr6n",sans-serif;
  font-weight: 600;
  font-style: normal;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 768px), print {
  #gakka .heading ul a {
    line-height: 60px;
    font-size: 1.25em;
  }
}
#gakka .heading ul a:after {
  content: "";
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border: solid #fff;
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  border-width: 2px 2px 0 0;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  width: 8px;
  height: 8px;
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -8px;
}
@media screen and (min-width: 992px) {
  #gakka .heading ul a {
    line-height: 80px;
  }
}
#gakka .heading ul a[href="#course01"] {
  background-color: #F76290;
  border-bottom: 3px solid #BE446A;
}
#gakka .heading ul a[href="#course02"] {
  background-color: #F2B344;
  border-bottom: 3px solid #C8953A;
}
#gakka h2 {
  margin-bottom: 30px;
  color: #fff;
}
#gakka h2:after {
  background-color: #fff;
}
#gakka .row {
  margin-bottom: 0;
}
@media screen and (min-width: 768px), print {
  #gakka .row {
    display: block;
  }
}
@media screen and (min-width: 992px) {
  #gakka .row {
    display: flex;
    flex-direction: row-reverse;
  }
}
#gakka .row .details {
  text-align: left;
}
@media screen and (min-width: 992px) {
  #gakka .row .details {
    width: 52%;
  }
}
#gakka .row .details h3 {
  display: inline-flex;
  align-items: center;
}
#gakka .row .details h3 small {
  display: inline-block;
  margin-left: 10px;
  color: #fff;
  line-height: 26px;
  font-size: 1rem;
  background-color: #F76290;
  padding: 0 20px;
  border-radius: 18px;
  font-family: "a-otf-futo-go-b101-pr6n",sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media screen and (min-width: 768px), print {
  #gakka .row .details h3 small {
    line-height: 36px;
    font-size: 20px;
  }
}
#gakka .row .details .lead {
  margin-bottom: 15px;
  font-family: "a-otf-midashi-go-mb31-pr6n",sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.2em;
  line-height: 1.4;
}
@media screen and (min-width: 992px) {
  #gakka .row .details .lead {
    font-size: 1.5625em;
  }
}
#gakka .row .details .badge {
  display: inline-block;
  background-color: #F76290;
  padding: 0 10px;
  line-height: 20px;
  font-size: 0.875rem;
  color: #fff;
  font-family: "a-otf-futo-go-b101-pr6n",sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media screen and (min-width: 992px) {
  #gakka .row .details .badge {
    line-height: 26px;
  }
}
#gakka .row .details dl {
  margin-bottom: 10px;
}
#gakka .row .details dl dt {
  margin-bottom: 8px;
  font-family: "a-otf-midashi-go-mb31-pr6n",sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.1em;
}
@media screen and (min-width: 768px), print {
  #gakka .row .details dl dt {
    font-size: 1.5em;
  }
}
#gakka .row .slider {
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  #gakka .row .slider {
    width: 45%;
    margin-bottom: 0;
  }
}
#gakka .row .slider li {
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 992px) {
  #gakka .row .slider li {
    padding-left: 40px;
    padding-right: 40px;
  }
}
#gakka .row .slider li img {
  width: auto;
  height: auto;
  max-width: 100%;
  margin: auto;
}
#gakka #course02 {
  border-top: 1px solid #C1C1C1;
}
#gakka #course02 .details h3 small {
  background-color: #F2B344;
}
#gakka #course02 .details .badge {
  background-color: #F2B344;
}
@media screen and (max-width: 767px) {
  #gakka .slick-next {
    top: 50%;
  }
}
@media screen and (max-width: 767px) {
  #gakka .slick-prev {
    top: 50%;
  }
}

#opencampus {
  background-image: url(../img/bg_opencampus.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
@media screen and (min-width: 992px) {
  #opencampus .section-inner {
    padding-left: calc(1160px - 660px);
  }
}
@media screen and (max-width: 767px) {
  #opencampus .row {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  #opencampus .row > * {
    width: 32%;
  }
}
@media screen and (max-width: 767px) {
  #opencampus p {
    line-height: 1.3;
  }
}
#opencampus .lead {
  margin-bottom: 30px;
  font-family: "a-otf-midashi-go-mb31-pr6n",sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.4375em;
  text-align: center;
}

#access {
  background-image: url(../img/bg_access.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
@media screen and (min-width: 768px), print {
  #access .row:not(.buttons) {
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  #access .row:not(.buttons) > * {
    width: 45%;
  }
}
@media screen and (min-width: 992px) {
  #access .row:not(.buttons) {
    justify-content: center;
  }
  #access .row:not(.buttons) > * {
    width: 500px;
    margin: 0 20px 40px;
  }
}
#access .row:not(.buttons) .details {
  margin-bottom: 50px;
  text-align: left;
  line-height: 1.6;
}
#access .row:not(.buttons) h3 {
  font-size: 1.5rem;
}
#access .row:not(.buttons) h3.school-name {
  font-size: 2.25rem;
}
#access .row:not(.buttons) a[href^="tel:"] {
  display: block;
  font-size: 1.5rem;
  margin-top: 10px;
  padding: 10px 15px;
  background-color: #3c5e7b;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #access .row:not(.buttons) a[href^="tel:"] {
    margin-bottom: 10px;
  }
}
#access .row:not(.buttons) a[href^="tel:"]:before {
  display: none;
}
@media screen and (min-width: 768px), print {
  #access .row:not(.buttons) a[href^="tel:"] {
    display: inline-block;
  }
}
#access .row:not(.buttons) a[href^="tel:"] small {
  font-size: 0.66em;
}
@media screen and (min-width: 751px) {
  #access .row:not(.buttons) a[href^="tel:"] {
    background-color: transparent;
    margin-top: 0;
    padding: 0;
    color: #3C5E7B;
    pointer-events: none;
    text-align: left;
  }
}
#access .row:not(.buttons) ul li {
  position: relative;
  padding-left: 25px;
}
#access .row:not(.buttons) ul li:before {
  content: "・";
  display: block;
  position: absolute;
  top: 0;
  left: 3px;
}
#access .row:not(.buttons) .links {
  padding: 0 0 50px;
}
#access .sns {
  margin-bottom: 10px;
  display: inline-flex;
  align-items: center;
}
#access .sns li {
  margin-right: 10px;
  padding-left: 0 !important;
}
#access .sns li:before {
  display: none !important;
}
#access .sns a {
  display: block;
}
#access .buttons {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  #access .buttons li {
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 768px), print {
  #access .buttons li {
    padding: 0 10px;
  }
}
