@charset "UTF-8";
/*base is →　! sanitize.css v5.0.0 | CC0 License | github.com/jonathantneal/sanitize.css */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

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

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
  vertical-align: top;
}

table {
  border-collapse: collapse;
}

button, input, select, textarea {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button, html [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

textarea {
  overflow: auto;
  resize: vertical;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

a, area, button, input, label, select, summary, textarea, [tabindex] {
  touch-action: manipulation;
}

/* --------------- variables --------------------- */
/* Break Point */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-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 {
  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;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide {
  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 */
/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./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%;
  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;
}

body {
  font-weight: 400;
  line-height: 1.7;
  font-family: "Noto Sans JP", sans-serif;
  color: #1b1b1b;
}

a {
  text-decoration: none;
  color: #1b1b1b;
}

figure {
  margin: 0;
}

a[href^="tel:"],
a[href^="fax:"] {
  text-decoration: none;
}

ul,
ol {
  list-style-type: none;
}

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

* {
  box-sizing: border-box;
}

sup,
sub {
  font-size: 0.6em;
}

:is(h1, h2, h3, h4) {
  line-height: 1;
}

#overlay {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 10;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}
#overlay.show {
  opacity: 1;
  visibility: visible;
}

#header #logo a {
  display: block;
  width: 100%;
  height: 100%;
}
#header #logo img {
  visibility: hidden;
}
#header #globalMenu > ul > li > a {
  font-weight: 500;
  line-height: 1;
  color: #0a4325;
}
#header #globalMenu > ul > li .dropLnk {
  display: none;
}
#footer #footerMenu {
  background-color: #1a3326;
}
#footer #footerMenu ul li a {
  color: #fff;
}
#footer .footerInfo {
  background-color: #ebe9e6;
  text-align: center;
}
#footer .footerInfo .footerInfoInner p {
  color: #0a4325;
}
#footer .footerInfo .footerInfoInner .footerSns {
  display: flex;
  justify-content: center;
}
#footer .footerInfo .footerInfoInner .footerSns a {
  display: inline-block;
}
#footer .footerInfo .footerInfoInner ul li a {
  color: #0a4325;
  position: relative;
}
#footer .footerInfo .footerInfoInner .copyright {
  font-family: "Cormorant Infant", serif;
}
#footer .footerInfo .footerInfoInner .copyright span {
  font-family: "Noto Sans JP", sans-serif;
}

#pageTop {
  z-index: 10;
  opacity: 0;
  transition: opacity 0.5s;
}
#pageTop.show {
  opacity: 1;
}

.commonBtn {
  display: inline-block;
  position: relative;
  background-color: #fff;
  font-weight: 700;
  text-align: center;
  color: #0a4325;
  border: 1px solid #0a4325;
  text-decoration: none;
}
.commonBtn[href$=".pdf"]:before {
  content: none;
}
.commonBtn[href$=".pdf"]:after {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url(../images/common/icon_pdf.svg) no-repeat center/cover !important;
  border-radius: 0;
  position: absolute;
  right: inherit;
  left: 20px;
  top: calc(50% - 11px);
  transition: none;
  border: none;
}
.commonBtn[href$=".pdf"]:hover {
  color: #fff;
  background-color: #0a4325;
}
.commonBtn[href$=".pdf"]:hover:after {
  background: url(../images/common/icon_arrow_only_w.svg) no-repeat center;
  background-size: cover;
  background-color: transparent;
  border: none;
}

.commonBtn.rev {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
}
.commonBtn.rev:after {
  border: 1px solid #fff;
}

.informationList > li a {
  text-decoration: none;
}
.informationList > li a .ymdCat .ymd {
  font-family: "EB Garamond", serif;
  color: #464646;
  font-weight: 700;
}
.informationList > li a .ymdCat .cat {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  border: 1px solid #0a4325;
  color: #0a4325;
}
/* fadeUp */
.fade {
  opacity: 0;
  filter: blur(8px);
}
.fade.active {
  animation: blurFadeIn 1.2s linear forwards;
  animation-delay: 0.3s;
}

@keyframes blurFadeIn {
  0% {
    opacity: 0;
    filter: blur(12px);
  }
  40% {
    opacity: 0.4;
    filter: blur(8px);
  }
  70% {
    opacity: 0.9;
    filter: blur(3px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
  }
}
#overlay {
  pointer-events: none;
}

.dropLnk {
  margin-top: 0;
}

/* ココから下には記入禁止 */
@media screen and (max-width: 1023px) {
  body {
    font-size: 14px;
    box-shadow: 0 0 15px 0 rgba(75, 77, 101, 0.25);
  }
  body #header .headerInner, body #globalMenu, body #subbar {
    position: relative;
  }
  #header {
    width: 100%;
    height: 60px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: #fff;
    border-bottom: 1px solid #e0dfdc;
  }
  #header.white #logo {
    background: url(../images/common/logo_yoko_white.svg) no-repeat center/cover;
  }
  #header.active #logo {
    background: url(../images/common/logo_yoko_green.svg) no-repeat center/cover;
  }
  #header.open {
    background-color: #fff !important;
    border-bottom: 1px solid #e0dfdc;
    position: fixed;
  }
  #header.open #logo {
    background: url(../images/common/logo_yoko_green.svg) no-repeat center/cover;
  }
  #header.active {
    position: fixed;
    transform: translateY(-100%);
    animation: slideDown 0.5s ease forwards;
    background-color: #fff;
    box-shadow: 0 0 15px 0 rgba(75, 77, 101, 0.25);
  }
  @keyframes slideDown {
    to {
      transform: translateY(0);
    }
  }
  #header #menuBtn {
    width: 60px;
    height: 60px;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 999;
    background-color: #0a4325;
  }
  #header #menuBtn span {
    display: block;
    width: 20px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    transition: 0.3s;
  }
  #header #menuBtn span:first-of-type {
    top: calc(50% - 3px);
    right: 20px;
  }
  #header #menuBtn span:last-of-type {
    width: 12px;
    top: calc(50% + 3px);
    right: 20px;
  }
  #header #menuBtn.active span:first-of-type {
    top: 50%;
    transform: rotate(45deg);
  }
  #header #menuBtn.active span:last-of-type {
    width: 20px;
    top: 50%;
    transform: rotate(-45deg);
  }
  #header .headerInner {
    padding-left: 12px;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #header #logo {
    display: inline-block;
    background: url(../images/common/logo_yoko_green.svg) no-repeat center/cover;
    width: 207px;
    height: 40px;
  }
  #header .headerCont {
    opacity: 0;
    visibility: hidden;
    width: 100%;
    height: calc(100svh - 60px);
    position: fixed;
    left: 0;
    top: 60px;
    background-color: #fff;
    padding: 0 0 40px;
    overflow: auto;
    z-index: 999;
    transition: 0.3s;
  }
  #header .headerCont.active {
    opacity: 1;
    visibility: visible;
  }
  #header #globalMenu > ul > li {
    border-bottom: 1px solid #e0dfdc;
  }
  #header #globalMenu > ul > li.parent > a:after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../images/common/icon_plus.webp) no-repeat center/cover;
    position: absolute;
    right: 14px;
    top: calc(50% - 8px);
  }
  #header #globalMenu > ul > li.parent > a.active:after {
    background: url(../images/common/icon_minus.webp) no-repeat center/cover;
  }
  #header #globalMenu > ul > li > a {
    font-size: 15px;
    padding: 20px 50px 20px 18px;
    position: relative;
    display: block;
  }
  #header #globalMenu > ul > li > a:after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../images/common/icon_arrow_small.svg) no-repeat center/cover;
    position: absolute;
    right: 15px;
    top: calc(50% - 8px);
  }
  #header #globalMenu > ul > li .dropLnk .gigaMenuImg {
    display: none;
  }
  #header #globalMenu > ul > li .dropLnk .childTop {
    padding-left: 18px;
    margin-bottom: 10px;
    display: none;
  }
  #header #globalMenu > ul > li .dropLnk .childTop a {
    display: inline-block;
    font-size: 20px;
    color: #0a4325;
    font-family: "Noto Serif JP", serif;
    font-weight: 500;
    position: relative;
    padding-right: 30px;
    transition: 0.5s;
  }
  #header #globalMenu > ul > li .dropLnk .childTop a:hover {
    opacity: 0.5;
  }
  #header #globalMenu > ul > li .dropLnk .childTop a:after {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(../images/common/icon_arrow_small.svg) no-repeat center/cover;
    position: absolute;
    right: 0px;
    top: calc(50% - 8px);
    transition: 0.5s;
  }
  #header #globalMenu > ul > li .childList {
    padding-left: 18px;
  }
  #header #globalMenu > ul > li .childList > li {
    border-top: 1px solid #d9d7d4;
  }
  #header #globalMenu > ul > li .childList > li > a {
    font-weight: 500;
    color: #0a4325;
    display: block;
    padding: 14px 50px 14px 15px;
    font-size: 13px;
    position: relative;
    display: block;
  }
  #header #globalMenu > ul > li .childList > li > a:after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../images/common/icon_arrow_small.svg) no-repeat center/cover;
    position: absolute;
    right: 15px;
    top: calc(50% - 8px);
  }
  #header #subbar {
    padding: 22px 18px 0;
  }
  #header #subbar .headerBtns {
    display: flex;
    gap: 10px;
    line-height: 1;
    flex-wrap: wrap;
  }
  #header #subbar .headerBtns .pamphletBtn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(50% - 5px);
    height: 50px;
    background-color: #EBE9E6;
    color: #0a4325;
    font-size: 14px;
    gap: 5px;
  }
  #header #subbar .headerBtns .pamphletBtn img {
    width: 20px;
  }
  #header #subbar .headerBtns .accessBtn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(50% - 5px);
    height: 50px;
    background-color: #0a4325;
    color: #fff;
    font-size: 14px;
    gap: 5px;
  }
  #header #subbar .headerBtns .accessBtn img {
    width: 20px;
  }
  #header #subbar .headerBtns .eventBtn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50px;
    background-color: #f5c3bc;
    color: #0a4325;
    font-size: 14px;
    gap: 5px;
  }
  #header #subbar .headerBtns .eventBtn img {
    width: 20px;
  }
  #header #subbar .spHeadInfo .spHeadBnr {
    margin-top: 20px;
    text-align: center;
  }
  #header #subbar .spHeadInfo .spHeadLink {
    margin-top: 30px;
  }
  #header #subbar .spHeadInfo .spHeadLink li + li {
    margin-top: 20px;
  }
  #header #subbar .spHeadInfo .spHeadLink li a {
    font-weight: 500;
    color: #0a4325;
    display: block;
    padding-left: 25px;
    font-size: 13px;
    position: relative;
    display: block;
  }
  #header #subbar .spHeadInfo .spHeadLink li a:after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../images/common/icon_arrow_small.svg) no-repeat center/cover;
    position: absolute;
    left: 2px;
    top: calc(50% - 8px);
  }
  #header #subbar .spHeadInfo .spHeadSns {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    gap: 30px;
  }
  #header #subbar .spHeadInfo .spHeadSns a {
    display: inline-block;
  }
  #header #subbar .spHeadInfo .spHeadSns a img {
    width: 64px;
  }
  #footer #footerMenu {
    padding: 30px 18px;
  }
  #footer #footerMenu ul {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
  }
  #footer #footerMenu ul li {
    width: calc(50% - 12px);
  }
  #footer .footerInfo {
    padding: 40px 18px 70px;
  }
  #footer .footerInfo .footerInfoInner .footerLogo img {
    max-width: 102px;
  }
  #footer .footerInfo .footerInfoInner p {
    margin-top: 30px;
    font-size: 12px;
  }
  #footer .footerInfo .footerInfoInner .footerSns {
    margin-top: 30px;
    gap: 30px;
  }
  #footer .footerInfo .footerInfoInner .footerSns a img {
    width: 48px;
  }
  #footer .footerInfo .footerInfoInner ul {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px 30px;
  }
  #footer .footerInfo .footerInfoInner ul li {
    width: calc(50% - 15px);
  }
  #footer .footerInfo .footerInfoInner ul li a {
    font-size: 12px;
    padding-right: 15px;
  }
  #footer .footerInfo .footerInfoInner ul li a:after {
    content: "";
    display: inline-block;
    background: url(../images/common/icon_blank.svg) no-repeat center/cover;
    width: 10px;
    height: 10px;
    position: absolute;
    right: 0;
    top: calc(50% - 5px);
  }
  #footer .footerInfo .footerInfoInner .copyright {
    margin-top: 50px;
    font-size: 12px;
  }
  #footer .footerInfo .footerInfoInner .copyright span {
    font-family: "Noto Sans JP", sans-serif;
  }
  #pageTop {
    width: 46px;
    height: 46px;
    cursor: pointer;
    position: fixed;
    bottom: 10px;
    right: 10px;
  }
  .commonInner {
    padding: 0 18px;
  }
  .commonInner.admission {
    padding: 50px 18px;
  }
  .commonBtn {
    width: 100%;
    border-radius: 25px;
    font-size: 14px;
    padding: 12px 35px;
    margin: 0 auto;
    max-width: 280px;
  }
  .commonBtn:after {
    content: "";
    display: inline-block;
    background: url(../images/common/icon_arrow_only_w.svg) no-repeat center;
    background-size: 10px auto;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    position: absolute;
    right: 12px;
    top: calc(50% - 8px);
    border: 1px solid #0a4325;
    background-color: #0a4325;
  }
  .commonBtn.normal {
    font-weight: 400;
  }
  .commonBtn.rev {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
  }
  .commonBtn.rev:after {
    border: 1px solid #fff;
  }
  .commonBtn.back:after {
    transform: scale(-1, 1);
    right: inherit;
    left: 12px;
  }
  p .commonBtn + .commonBtn {
    margin-top: 20px;
  }
  .informationList > li a {
    padding: 15px 40px 15px 0;
    border-bottom: 1px solid #d9d7d4;
    position: relative;
    display: block;
  }
  .informationList > li a:after {
    content: "";
    display: inline-block;
    background: url(../images/common/icon_arrow_only.svg) no-repeat center;
    background-size: 8px auto;
    border-radius: 50%;
    border: 1px solid #0a4325;
    width: 16px;
    height: 16px;
    position: absolute;
    right: 12px;
    top: calc(50% - 8px);
  }
  .informationList > li a:before {
    content: "";
    display: block;
    width: 10px;
    height: 1px;
    background-color: #0a4325;
    position: absolute;
    left: 0;
    bottom: -1px;
    transition: 0.5s;
  }
  .informationList > li a .ymdCat {
    display: flex;
    align-items: center !important;
    gap: 12px;
  }
  .informationList > li a .ymdCat .ymd {
    font-size: 13px;
  }
  .informationList > li a .ymdCat .cat {
    min-width: 90px;
    height: 18px;
    border-radius: 10px;
    font-size: 11px;
  }
  .informationList > li a .text {
    font-size: 14px;
    margin-top: 3px;
  }
  .informationList > li a .text .blank:after {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    border: none;
    border-radius: 0;
    background: url("../images/common/icon_blank_2.png") no-repeat 0 0;
    background-size: cover;
    vertical-align: middle;
    margin-left: 8px;
    position: absolute;
  }
  /* fadeUp */
  @keyframes blurFadeIn {
    0% {
      opacity: 0;
      filter: blur(12px);
    }
    40% {
      opacity: 0.4;
      filter: blur(8px);
    }
    70% {
      opacity: 0.9;
      filter: blur(3px);
    }
    100% {
      opacity: 1;
      filter: blur(0);
    }
  }
  #overlay {
    pointer-events: none;
  }
  .dropLnk {
    margin-top: 0;
  }
  /* ココから下には記入禁止 */
  .forPC {
    display: none !important;
  }
}
@media print, screen and (min-width: 1024px) {
  body {
    font-size: 16px;
    padding-top: 90px;
  }
  a[href^="tel:"],
  a[href^="fax:"] {
    pointer-events: none;
  }
  #header {
    height: 90px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: rgb(255, 255, 255);
  }
  #header #menuBtn {
    display: none;
  }
  #header .hasAfter {
    position: relative;
  }
  #header .hasAfter:after {
    content: "";
    width: 8px;
    height: 8px;
    border: 0px;
    transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 6px);
    right: -18px;
    transition: 0.3s;
  }
  #header.white #globalMenu > ul > li > a {
    color: #fff;
  }
  #header.white #globalMenu > ul > li.parent > a:after {
    border-bottom: solid 1px #fff;
    border-right: solid 1px #fff;
  }
  #header.white #globalMenu > ul > li > a span:before {
    background-color: #fff;
  }
  #header.white #logo {
    display: inline-block;
    background: url(../images/common/logo_yoko_white.svg) no-repeat center/cover;
  }
  #header.white .hasAfter:after {
    border-bottom: solid 1px #fff;
    border-right: solid 1px #fff;
  }
  #header.active {
    position: fixed;
    transform: translateY(-100%);
    animation: slideDown 0.5s ease forwards;
    background-color: rgb(255, 255, 255);
    box-shadow: 0 0 15px 0 rgba(75, 77, 101, 0.25);
  }
  #header.active .headerInner {
    padding-left: 185px;
  }
  #header.active #logo {
    display: inline-block;
    background: url(../images/common/logo_yoko_green.svg) no-repeat center/cover;
    width: 276px;
    height: 56px;
    position: absolute;
    left: 20px;
    top: 16px;
  }
}
@media print and (max-width: 1144px), screen and (min-width: 1024px) and (max-width: 1144px) {
  #header.active #logo {
    width: 170px;
    height: 36px;
    left: 10px;
    top: 26px;
  }
}
@media print, screen and (min-width: 1024px) {
  #header.active #globalMenu > ul > li > a {
    color: #0a4325;
  }
  #header.active #globalMenu > ul > li > a span:before {
    background-color: #0a4325;
  }
  #header.active #globalMenu > ul > li.parent > a:after {
    border-bottom: solid 1px #0a4325;
    border-right: solid 1px #0a4325;
  }
  #header.active .hasAfter:after {
    border-bottom: solid 1px #0a4325;
    border-right: solid 1px #0a4325;
  }
  #header.on {
    background-color: rgb(255, 255, 255);
  }
  #header.on #logo {
    display: inline-block;
    background: url(../images/common/logo_yoko_green.svg) no-repeat center/cover;
    width: 276px;
    height: 56px;
    position: absolute;
    left: 20px;
    top: 16px;
  }
  #header.on #globalMenu > ul > li > a {
    color: #0a4325;
  }
  #header.on #globalMenu > ul > li > a span:before {
    background-color: #0a4325;
  }
  #header.on #globalMenu > ul > li.parent > a:after {
    border-bottom: solid 1px #0a4325;
    border-right: solid 1px #0a4325;
  }
  #header.on .hasAfter:after {
    border-bottom: solid 1px #0a4325;
    border-right: solid 1px #0a4325;
  }
  @keyframes slideDown {
    to {
      transform: translateY(0);
    }
  }
  #header .headerInner {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 20px;
  }
  #header #logo {
    display: inline-block;
    background: url(../images/common/logo_yoko_green.svg) no-repeat center/cover;
    width: 276px;
    height: 60px;
  }
  #header .headerCont {
    display: flex;
    justify-content: flex-end;
    height: 100%;
    margin-left: auto;
  }
  #header #globalMenu > ul {
    display: flex;
    align-items: center;
    height: 100%;
    gap: 2.6vw;
  }
}
@media print and (max-width: 1164px), screen and (min-width: 1024px) and (max-width: 1164px) {
  #header #globalMenu > ul {
    gap: 2.4vw;
  }
}
@media print, screen and (min-width: 1024px) {
  #header #globalMenu > ul > li {
    position: relative;
    height: 100%;
  }
  #header #globalMenu > ul > li:hover span:before, #header #globalMenu > ul > li.current span:before {
    opacity: 1;
    visibility: visible;
  }
  #header #globalMenu > ul > li.parent {
    transition: 0.4s;
  }
  #header #globalMenu > ul > li.parent > a:after {
    content: none;
    width: 8px;
    height: 8px;
    border: 0px;
    border-bottom: solid 1px #0a4325;
    border-right: solid 1px #0a4325;
    transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 6px);
    right: 6px;
    transition: 0.3s;
  }
  #header #globalMenu > ul > li.parent > a.active:after {
    transform: rotate(225deg);
    top: calc(50% - 0px);
  }
  #header #globalMenu > ul > li > a {
    font-size: 16px;
    height: 100%;
    display: flex;
    align-items: center;
    cursor: pointer;
  }
  #header #globalMenu > ul > li > a span {
    position: relative;
  }
  #header #globalMenu > ul > li > a span:before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #0a4325;
    position: absolute;
    left: 0;
    bottom: -10px;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
  }
  #header #globalMenu > ul > li .dropLnk {
    background-color: rgb(255, 255, 255);
    position: absolute;
    top: 96px;
    left: 0;
    min-width: 200px;
    border-radius: 10px;
    padding: 29px 22px;
    box-shadow: 0 10px 10px -10px rgba(75, 77, 101, 0.25);
  }
  #header #globalMenu > ul > li .dropLnk.gigaMenu {
    border-radius: 0;
    position: fixed;
    left: inherit;
    top: 90px;
    right: 0;
    width: 100%;
    padding: 0;
  }
  #header #globalMenu > ul > li .dropLnk.gigaMenu .gigaMenuWrap {
    display: flex;
  }
  #header #globalMenu > ul > li .dropLnk.gigaMenu .gigaMenuImg {
    width: 25%;
  }
  #header #globalMenu > ul > li .dropLnk.gigaMenu .gigaMenuImg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #header #globalMenu > ul > li .dropLnk.gigaMenu .gigaMenuLink {
    width: 75%;
    padding: 60px 7vw 80px;
  }
  #header #globalMenu > ul > li .dropLnk.gigaMenu .childTop a {
    display: inline-block;
    font-size: 29px;
    color: #0a4325;
    font-family: "Noto Serif JP", serif;
    font-weight: 500;
    position: relative;
    padding-right: 35px;
    transition: 0.5s;
  }
  #header #globalMenu > ul > li .dropLnk.gigaMenu .childTop a:hover {
    opacity: 0.5;
  }
  #header #globalMenu > ul > li .dropLnk.gigaMenu .childTop a:after {
    content: "";
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url(../images/common/icon_arrow_small.svg) no-repeat center/cover;
    position: absolute;
    right: 0px;
    top: calc(50% - 11px);
    transition: 0.5s;
  }
  #header #globalMenu > ul > li .dropLnk.gigaMenu .childList {
    padding-left: 0px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 4.2vw;
    margin-top: 20px;
  }
  #header #globalMenu > ul > li .dropLnk.gigaMenu .childList > li {
    width: calc(33.3333333333% - 2.8vw);
  }
  #header #globalMenu > ul > li .dropLnk.gigaMenu .childList > li + li {
    margin-top: 0;
  }
  #header #globalMenu > ul > li .dropLnk.gigaMenu .childList > li > a {
    font-weight: 400;
    color: #0a4325;
    display: block;
    padding: 20px 30px 20px 0px;
    font-size: 16px;
    position: relative;
    display: block;
    color: #000;
    border-bottom: 1px solid #d9d7d4;
    transition: 0.5s;
  }
  #header #globalMenu > ul > li .dropLnk.gigaMenu .childList > li > a:before {
    content: none;
  }
  #header #globalMenu > ul > li .dropLnk.gigaMenu .childList > li > a:after {
    content: "";
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url(../images/common/icon_arrow_small.svg) no-repeat center/cover;
    position: absolute;
    right: 0px;
    top: calc(50% - 11px);
    transition: 0.5s;
  }
  #header #globalMenu > ul > li .dropLnk.gigaMenu .childList > li > a:hover {
    color: #0a4325;
    border-bottom: 1px solid #0a4325;
  }
  #header #globalMenu > ul > li .childList > li:not([class]) + li {
    margin-top: 20px;
  }
  #header #globalMenu > ul > li .childList > li > a {
    font-size: 15px;
    color: #1b1b1b;
    display: block;
    transition: 0.3s;
    padding-left: 22px;
    position: relative;
    line-height: 1;
  }
  #header #globalMenu > ul > li .childList > li > a:before {
    content: "";
    width: 9px;
    height: 1px;
    background-color: #0a4325;
    position: absolute;
    left: 0;
    top: 50%;
  }
  #header #globalMenu > ul > li .childList > li > a:hover {
    color: #0a4325;
  }
  #header #subbar .headerBtns {
    display: flex;
    height: 100%;
    margin-left: 40px;
  }
  #header #subbar .headerBtns .pamphletBtn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 90px;
    height: 100%;
    background-color: #EBE9E6;
    color: #0a4325;
    font-size: 13px;
    line-height: 1.1;
    text-align: center;
    gap: 3px;
    transition: 0.3s;
  }
  #header #subbar .headerBtns .pamphletBtn:hover {
    opacity: 0.7;
  }
  #header #subbar .headerBtns .pamphletBtn img {
    width: 30px;
  }
  #header #subbar .headerBtns .accessBtn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 90px;
    height: 100%;
    background-color: #0a4325;
    color: #fff;
    font-size: 13px;
    line-height: 1.1;
    text-align: center;
    gap: 3px;
    transition: 0.3s;
  }
  #header #subbar .headerBtns .accessBtn:hover {
    opacity: 0.7;
  }
  #header #subbar .headerBtns .accessBtn img {
    width: 30px;
  }
  #header #subbar .headerBtns .eventBtn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 90px;
    height: 100%;
    background-color: #f5c3bc;
    color: #0a4325;
    font-size: 13px;
    line-height: 1.1;
    text-align: center;
    gap: 3px;
    transition: 0.3s;
  }
  #header #subbar .headerBtns .eventBtn:hover {
    opacity: 0.7;
  }
  #header #subbar .headerBtns .eventBtn img {
    width: 30px;
  }
  #header #subbar .spHeadInfo {
    display: none;
  }
  #footer #footerMenu {
    padding: 50px;
  }
  #footer #footerMenu ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px 55px;
    margin: 0 auto;
    max-width: 750px;
  }
  #footer #footerMenu ul li a {
    font-size: 16px;
  }
  #footer #footerMenu ul li a:hover {
    text-decoration: underline;
  }
  #footer .footerInfo {
    padding-top: 100px;
    padding-bottom: 80px;
  }
  #footer .footerInfo .footerInfoInner .footerLogo img {
    max-width: 157px;
  }
  #footer .footerInfo .footerInfoInner p {
    margin-top: 40px;
    font-size: 14px;
  }
  #footer .footerInfo .footerInfoInner .footerSns {
    margin-top: 40px;
    gap: 30px;
  }
  #footer .footerInfo .footerInfoInner .footerSns a {
    transition: 0.5s;
  }
  #footer .footerInfo .footerInfoInner .footerSns a:hover {
    opacity: 0.7;
  }
  #footer .footerInfo .footerInfoInner .footerSns a img {
    height: 48px;
  }
  #footer .footerInfo .footerInfoInner ul {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    gap: 30px;
  }
  #footer .footerInfo .footerInfoInner ul li a {
    font-size: 14px;
    padding-right: 20px;
  }
  #footer .footerInfo .footerInfoInner ul li a:after {
    content: "";
    display: inline-block;
    background: url(../images/common/icon_blank.svg) no-repeat center/cover;
    width: 14px;
    height: 14px;
    position: absolute;
    right: 0;
    top: calc(50% - 7px);
  }
  #footer .footerInfo .footerInfoInner ul li a:hover {
    text-decoration: underline;
  }
  #footer .footerInfo .footerInfoInner .copyright {
    margin-top: 50px;
    font-size: 15px;
  }
  #footer .footerInfo .footerInfoInner .copyright span {
    font-family: "Noto Sans JP", sans-serif;
  }
  #pageTop {
    width: 70px;
    height: 70px;
    cursor: pointer;
    position: fixed;
    bottom: 30px;
    right: 30px;
  }
  #pageTop:hover {
    opacity: 0.6;
  }
  .commonInner {
    max-width: 1280px;
    width: 90%;
    margin: 0 auto;
  }
  .commonInner.narrow {
    max-width: 1040px;
    width: 90%;
    margin: 0 auto;
  }
  .commonInner.admission {
    padding-top: 100px;
  }
  .commonBtn {
    min-width: 230px;
    border-radius: 32px;
    font-size: 16px;
    padding: 12px 55px 12px 40px;
    transition: 0.5s;
  }
  .commonBtn.normal {
    font-weight: 400;
    min-width: 300px;
  }
  .commonBtn:after {
    content: "";
    display: inline-block;
    background: url(../images/common/icon_arrow_only_w.svg) no-repeat center;
    background-size: 12px auto;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    position: absolute;
    right: 14px;
    top: calc(50% - 11px);
    transition: 0.5s;
    border: 1px solid #fff;
    background-color: #0a4325;
  }
  .commonBtn:hover {
    color: #fff;
    background-color: #0a4325;
  }
  .commonBtn:hover:after {
    background-color: #0a4325;
  }
  .commonBtn.rev {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
  }
  .commonBtn.rev:after {
    border: 1px solid #fff;
  }
  .commonBtn.rev:hover {
    color: #0a4325;
    background-color: #fff;
  }
  .commonBtn.back {
    padding: 12px 40px 12px 55px;
  }
  .commonBtn.back:after {
    transform: scale(-1, 1);
    right: inherit;
    left: 14px;
  }
  p .commonBtn + .commonBtn {
    margin-left: 40px;
  }
  .informationList > li a {
    display: flex;
    gap: 25px;
    align-items: center;
    padding: 28px 60px 28px 0;
    border-bottom: 1px solid #d9d7d4;
    position: relative;
  }
  .informationList > li a:after {
    content: "";
    display: inline-block;
    background: url(../images/common/icon_arrow_only.svg) no-repeat center;
    background-size: 12px auto;
    border-radius: 50%;
    border: 1px solid #0a4325;
    width: 22px;
    height: 22px;
    position: absolute;
    right: 24px;
    top: calc(50% - 11px);
    transition: 0.5s;
  }
  .informationList > li a:before {
    content: "";
    display: block;
    width: 10px;
    height: 1px;
    background-color: #0a4325;
    position: absolute;
    left: 0;
    bottom: -1px;
    transition: 0.5s;
  }
  .informationList > li a:hover:before {
    width: 100%;
  }
  .informationList > li a:hover:after {
    background: url(../images/common/icon_arrow_only_w.svg) no-repeat center;
    background-color: #0a4325;
    background-size: 12px auto;
  }
  .informationList > li a .ymdCat {
    display: flex;
    align-items: center;
    gap: 25px;
    flex: none;
  }
  .informationList > li a .ymdCat .ymd {
    font-size: 16px;
  }
  .informationList > li a .ymdCat .cat {
    width: 100px;
    height: 24px;
    border-radius: 12px;
    font-size: 13px;
  }
  .informationList > li a .text {
    font-size: 16px;
  }
  .informationList > li a .text .blank:after {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    border: none;
    border-radius: 0;
    background: url("../images/common/icon_blank_2.png") no-repeat 0 0;
    background-size: cover;
    vertical-align: middle;
    margin-left: 8px;
    position: absolute;
  }
}
@media print, screen and (min-width: 1024px) {
  /* fadeUp */
  @keyframes blurFadeIn {
    0% {
      opacity: 0;
      filter: blur(12px);
    }
    40% {
      opacity: 0.4;
      filter: blur(8px);
    }
    70% {
      opacity: 0.9;
      filter: blur(3px);
    }
    100% {
      opacity: 1;
      filter: blur(0);
    }
  }
  #overlay {
    pointer-events: none;
  }
  .dropLnk {
    margin-top: 0;
  }
  /* ココから下には記入禁止 */
  .forSP {
    display: none !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1023px) {
  #footer .footerInfo .footerInfoInner .copyright span {
    font-family: "Noto Sans JP", sans-serif;
  }
  .commonBtn.rev {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
  }
  .commonBtn.rev:after {
    border: 1px solid #fff;
  }
  /* fadeUp */
  @keyframes blurFadeIn {
    0% {
      opacity: 0;
      filter: blur(12px);
    }
    40% {
      opacity: 0.4;
      filter: blur(8px);
    }
    70% {
      opacity: 0.9;
      filter: blur(3px);
    }
    100% {
      opacity: 1;
      filter: blur(0);
    }
  }
  #overlay {
    pointer-events: none;
  }
  .dropLnk {
    margin-top: 0;
  }
  /* ココから下には記入禁止 */
}
@media screen and (max-width: 1200px) {
  #footer .footerInfo .footerInfoInner .copyright span {
    font-family: "Noto Sans JP", sans-serif;
  }
  .commonBtn.rev {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
  }
  .commonBtn.rev:after {
    border: 1px solid #fff;
  }
  /* fadeUp */
  @keyframes blurFadeIn {
    0% {
      opacity: 0;
      filter: blur(12px);
    }
    40% {
      opacity: 0.4;
      filter: blur(8px);
    }
    70% {
      opacity: 0.9;
      filter: blur(3px);
    }
    100% {
      opacity: 1;
      filter: blur(0);
    }
  }
  #overlay {
    pointer-events: none;
  }
  .dropLnk {
    margin-top: 0;
  }
  /* ココから下には記入禁止 */
}
@media print, screen and (min-width: 1201px) {
  #footer .footerInfo .footerInfoInner .copyright span {
    font-family: "Noto Sans JP", sans-serif;
  }
  .commonBtn.rev {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
  }
  .commonBtn.rev:after {
    border: 1px solid #fff;
  }
  /* fadeUp */
  @keyframes blurFadeIn {
    0% {
      opacity: 0;
      filter: blur(12px);
    }
    40% {
      opacity: 0.4;
      filter: blur(8px);
    }
    70% {
      opacity: 0.9;
      filter: blur(3px);
    }
    100% {
      opacity: 1;
      filter: blur(0);
    }
  }
  #overlay {
    pointer-events: none;
  }
  .dropLnk {
    margin-top: 0;
  }
  /* ココから下には記入禁止 */
}
/*# sourceMappingURL=map/common.css.map */
