@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Dosis:wght@300;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@400;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Libre+Caslon+Text:wght@700&display=swap");
@import url(fontawesome-all.min.css);
/* $c-accent-lightest: #***:
$c-accent-lighter: #***;*/
/* $c-accent-dark: #***;
$c-accent-darker: #***;
$c-accent-darkest: #***; */
/* @mixin colorMix($color, $percent) {
  color: mix($color, #fff, $percent);
} */
/*  index top
----------------------------------------------------*/
/*//// TOP Common  ///////////////////////////////////////////////*/
#secTopImage {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  #secTopImage {
    margin: 0 auto 30px;
  }
}
#secTopImage .container .row {
  max-width: 100%;
  padding: 0;
}
#secTopImage #topImage {
  z-index: 0;
  width: 100%;
  margin: 0 auto;
  height: 52.65%;
  overflow: hidden;
  position: relative;
}
#secTopImage #topImage .inner {
  width: 100%;
  display: block;
}
@media screen and (min-width: 1024px) {
  #secTopImage #topImage {
    width: 100%;
    height: 52.65%;
  }
  #secTopImage #topImage .inner {
    width: 100%;
    display: block;
  }
}

/* swiper ※.wrapperにwidth:100%必須 */
@media (prefers-reduced-motion: reduce) {
  #topImage *,
  #topImage ::before,
  #topImage ::after {
    animation-delay: -1ms !important;
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    transition-delay: 0s !important;
    transition-duration: 1ms !important;
  }
}
#topImage .inner {
  overflow: hidden;
}
#topImage .swiper {
  width: 100%;
  margin: 0 auto !important;
  overflow: visible !important;
}
@media screen and (min-width: 768px) {
  #topImage .swiper {
    max-width: 700px !important;
  }
}
@media screen and (min-width: 1024px) {
  #topImage .swiper {
    max-width: 1024px !important;
  }
}
#topImage .swiper-wrapper {
  width: 100%;
  height: auto;
}
#topImage .swiper-slide {
  color: #ffffff;
  width: 100%;
  height: 100%;
  min-height: 47.5%;
  text-align: center;
  line-height: 1;
}
#topImage .swiper-slide a:hover > img {
  opacity: 1 !important;
}
#topImage .swiper-horizontal > .swiper-pagination-bullets,
#topImage .swiper-pagination-bullets.swiper-pagination-horizontal,
#topImage .swiper-pagination-custom, #topImage .swiper-pagination-fraction {
  bottom: 0;
}
@media screen and (min-width: 576px) {
  #topImage .swiper-horizontal > .swiper-pagination-bullets,
  #topImage .swiper-pagination-bullets.swiper-pagination-horizontal,
  #topImage .swiper-pagination-custom, #topImage .swiper-pagination-fraction {
    bottom: 10px;
  }
}
#topImage .swiper-pagination-bullet {
  width: 10px !important;
  height: 10px !important;
  margin: 0 0 0 10px !important;
  background: #333 !important;
}
#topImage .swiper-pagination-bullet:first-child {
  margin: 0 !important;
}
#topImage .swiper-button-next, #topImage .swiper-button-prev {
  top: 45%;
}
@media screen and (min-width: 768px) {
  #topImage .swiper-button-next, #topImage .swiper-button-prev {
    top: 50%;
  }
}
@media screen and (min-width: 1024px) {
  #topImage .swiper-button-next, #topImage .swiper-button-prev {
    top: 50%;
  }
}
#topImage .swiper-button-next:after, #topImage .swiper-button-prev:after {
  color: #fff;
  font-size: 2em;
  text-shadow: 1px 1px 3px #cccccc, -1px -1px 3px #cccccc, -1px 1px 3px #cccccc, 1px -1px 3px #cccccc;
}

.planningList .bnr {
  width: calc(100% + 40px);
  margin: 1em -20px;
}
@media screen and (min-width: 768px) {
  .planningList .bnr {
    width: 100%;
    margin: 3em auto;
  }
}
.planningList .bnr a:active {
  filter: saturate(120%) brightness(150%);
}
@media screen and (min-width: 1024px) {
  .planningList .bnr a:hover {
    filter: saturate(120%) brightness(150%);
  }
}

#topInfo {
  margin-bottom: 6em;
}
#topInfo .container .row {
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #topInfo .container .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  #topInfo .container .row .ttl.ttlInfo {
    width: 35%;
    background: none;
  }
  #topInfo .container .row .ttl.ttlInfo:after {
    content: "";
    display: none;
  }
  #topInfo .container .row .ttl.ttlInfo h2 {
    font-size: 21px;
    width: 100%;
    color: #e41b14;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  #topInfo .container .row .infoContent {
    width: 65%;
  }
}
#topInfo .container .row .infoContent .infoContent-description {
  padding: 0 8px 0 0;
  min-height: 100px;
}
#topInfo .container .row .infoContent .infoContent-description dl {
  display: block;
  margin: 0 auto;
  border-bottom: dotted 1px #ccc;
}
#topInfo .container .row .infoContent .infoContent-description dl dt, #topInfo .container .row .infoContent .infoContent-description dl dd {
  display: block;
  width: 100%;
}
#topInfo .container .row .infoContent .infoContent-description dl dt {
  padding: 8px 1rem 6px;
  line-height: 1.1;
  font-size: 1.3rem;
  overflow: hidden;
  margin-bottom: 0;
}
#topInfo .container .row .infoContent .infoContent-description dl dt span {
  background-color: rgba(236, 44, 38, 0.5);
  font-size: 1rem;
  color: #fff;
  display: inline-block;
  padding: 0 0.5rem;
  border-radius: 0.6rem;
  min-width: 6.5em;
  height: 2em;
  line-height: 2em;
  text-align: center;
  position: relative;
}
#topInfo .container .row .infoContent .infoContent-description dl dt span:first-child {
  margin-right: 10px;
}
#topInfo .container .row .infoContent .infoContent-description dl dt time {
  color: #6c6c6c;
  background-color: transparent;
}
#topInfo .container .row .infoContent .infoContent-description dl dd {
  padding: 0 1rem 1rem;
  line-height: 1.25;
}
#topInfo .container .row .infoContent .infoContent-description dl dd h2, #topInfo .container .row .infoContent .infoContent-description dl dd h2 > a {
  font-size: 1.4rem;
  margin-bottom: 5px;
  line-height: 1.15;
}
#topInfo .container .row .infoContent .infoContent-description dl dd p {
  font-size: 1.3rem;
  line-height: 1.5;
  margin-bottom: 1.25em;
}
@media screen and (min-device-width: 1024px) and (orientation: portrait) {
  .main.top {
    width: 1024px;
    margin-left: 0;
    padding-left: 224px;
  }
  #secTopImage {
    width: 100%;
  }
  #secTopImage .row {
    padding: 0;
  }
  #secTopImage .row #topImage {
    width: 100%;
    margin: 0;
  }
}/*# sourceMappingURL=top.css.map */