@charset "UTF-8";
/* CSS Document */
/* --------------------------------------------------

初期設定

-------------------------------------------------- */
/* --------------------------------------------------

hover

-------------------------------------------------- */
/* --------------------------------------------------

スマホサイズのフォント指定

-------------------------------------------------- */
/* --------------------------------------------------

breakpoint

-------------------------------------------------- */
#header {
  position: absolute;
  background: unset;
}
#header .header-wrap {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media only screen and (max-width: 1300px) {
  #header .header-wrap .logo-h {
    background: unset;
  }
}
#header .header-wrap .logo-h a img {
  width: 430px;
}
@media only screen and (max-width: 1300px) {
  #header .header-wrap .logo-h a img {
    width: 350px;
  }
}
#header .header-wrap .function-block .list-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#header #navi {
  position: absolute;
  bottom: -750px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media only screen and (max-width: 1510px) {
  #header #navi {
    bottom: -48vw;
  }
}
@media only screen and (max-width: 1300px) {
  #header #navi {
    bottom: auto;
  }
}
#header #navi .gnavi > li {
  position: relative;
}
#header #navi .gnavi > li:after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 60%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  background: #fff;
}
@media only screen and (max-width: 1300px) {
  #header #navi .gnavi > li:after {
    display: none;
  }
}
#header #navi .gnavi > li:last-child:after {
  display: none;
}
#header #navi .gnavi > li > a {
  font-size: 2.2rem;
  font-weight: bold;
}
#header #navi .gnavi > li > a:hover {
  color: #fff;
}
@media only screen and (max-width: 1560px) {
  #header #navi .gnavi > li > a {
    font-size: 2rem;
    word-break: keep-all;
  }
  #header #navi .gnavi > li > a:hover {
    color: #8B1010;
  }
}
@media only screen and (max-width: 1300px) {
  #header #navi .gnavi > li > a {
    font-size: 1.4rem;
  }
}

body .btn-menu .btn-s {
  background: #F9F5E9;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  padding: 0.5rem 0;
}
body .btn-menu .btn-s div span {
  background: #8B1010;
}
body .btn-menu .btn-s div span:nth-of-type(2):after {
  background: #8B1010;
}
body.fixed-body .btn-menu {
  top: 1em;
  -webkit-transform: none;
          transform: none;
}
body.fixed-body .btn-menu .btn-s div span {
  background: #8B1010;
}
body.fixed-body .btn-menu .btn-s div span:nth-of-type(2):after {
  background: #8B1010;
}
body.fixed-body .btn-menu .btn-s p {
  color: #8B1010;
}

.swiper-pagination-bullet {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 0 0;
  border-color: #FDD003 transparent transparent transparent;
  border-radius: 0 !important;
  background: none !important;
  opacity: 1 !important;
}

.slider-block .swiper-pagination-bullet-active {
  border-color: #e60013 transparent transparent transparent;
}

/* main-area-top */
.main-area-top {
  margin-bottom: 8rem;
  background: url(../img/top/bg_main.jpg) no-repeat center center/cover;
  padding: 10rem 0 4.8rem 0;
}
@media only screen and (max-width: 1300px) {
  .main-area-top {
    margin-bottom: 0rem;
    background: #fff;
    padding-top: 0;
  }
}
.main-area-top .slider-col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1500px;
  margin: 0 auto;
}
@media only screen and (max-width: 1530px) {
  .main-area-top .slider-col2 {
    width: 94%;
  }
}
@media only screen and (max-width: 1300px) {
  .main-area-top .slider-col2 {
    display: block;
    width: 100%;
  }
}
.main-area-top .slider-col2 > div:first-child {
  width: 60%;
}
@media only screen and (max-width: 1300px) {
  .main-area-top .slider-col2 > div:first-child {
    width: 100%;
  }
}
.main-area-top .slider-col2 > div:last-child {
  width: 38%;
  margin-top: 0.8rem;
}
@media only screen and (max-width: 1300px) {
  .main-area-top .slider-col2 > div:last-child {
    width: 100%;
  }
  .main-area-top .slider-col2 > div:last-child .slider-block {
    display: none;
  }
}
.main-area-top .slider-col2 .day-warp {
  font-family: "Zen Maru Gothic", serif;
  border: 3px solid #e60013;
  margin-bottom: 0.8rem;
}
@media only screen and (max-width: 1300px) {
  .main-area-top .slider-col2 .day-warp {
    max-width: 800px;
    width: 92%;
    margin: 0 auto;
  }
}
.main-area-top .slider-col2 .day-warp dt {
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  background: #e60013;
  padding: 0.4rem;
}
@media only screen and (max-width: 768px) {
  .main-area-top .slider-col2 .day-warp dt {
    font-size: 1.8rem;
  }
}
.main-area-top .slider-col2 .day-warp dd {
  color: #e60013;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  background: #fff;
  padding: 0.4rem 0.8rem;
}
@media only screen and (max-width: 768px) {
  .main-area-top .slider-col2 .day-warp dd {
    font-size: 2rem;
  }
}
.main-area-top .slider-col2 .day-warp dd .txt-l {
  font-size: 4rem;
}
@media only screen and (max-width: 768px) {
  .main-area-top .slider-col2 .day-warp dd .txt-l {
    font-size: 3.4rem;
  }
}
.main-area-top .slider-col2 .day-warp dd .txt-m {
  font-size: 2.5rem;
}
@media only screen and (max-width: 768px) {
  .main-area-top .slider-col2 .day-warp dd .txt-m {
    font-size: 2.2rem;
  }
}
.main-area-top .txt-copy {
  color: #D94320;
  font-size: 2.2rem;
  text-align: center;
  letter-spacing: 1.8;
  margin: 0.8rem 0;
}
@media only screen and (max-width: 1300px) {
  .main-area-top .txt-copy {
    display: none;
  }
}
.main-area-top .slider-block {
  position: relative;
  padding-bottom: 0;
}
@media only screen and (max-width: 1300px) {
  .main-area-top .slider-block {
    margin-bottom: 3.2rem;
  }
}
.main-area-top .slider-block.slider-l, .main-area-top .slider-block.slider-m {
  position: relative;
}
.main-area-top .slider-block.slider-l:before, .main-area-top .slider-block.slider-m:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}
.main-area-top .slider-block.slider-l:before {
  background: url(../img/top/frame_mv_l.png) no-repeat center center/cover;
}
@media only screen and (max-width: 1300px) {
  .main-area-top .slider-block.slider-l:before {
    display: none;
  }
}
.main-area-top .slider-block.slider-m:before {
  background: url(../img/top/frame_mv_m.png) no-repeat center center/cover;
}
.main-area-top .slider-block .swiper-slide {
  position: relative;
  padding-top: 66.5%;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .main-area-top .slider-block .swiper-slide {
    padding-top: 100%;
  }
}
.main-area-top .slider-block .swiper-slide img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main-area-top .slider-block .swiper-operation {
  position: absolute;
  right: 50%;
  bottom: 2.4rem;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  z-index: 20;
}
@media only screen and (max-width: 1300px) {
  .main-area-top .slider-block .swiper-operation {
    left: 4%;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.main-area-top .slider-block .swiper-operation .swiper-pagination {
  position: relative;
  width: auto;
  text-align: center;
  bottom: 1.5rem;
}
.main-area-top .slider-block .swiper-operation .stopbtn-block {
  position: relative;
  width: 4rem;
}
.main-area-top .slider-block .swiper-operation .stopbtn-block p .stopbtn {
  bottom: -3.5em;
}
.main-area-top .slider-block .swiper-operation .stopbtn-block p .stopbtn02 {
  overflow: hidden;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* ttl-top */
.ttl-top {
  font-family: "Zen Maru Gothic", serif;
  font-size: 3.5rem;
  font-weight: bold;
  margin: 1em 0;
  text-align: center;
  position: relative;
  color: #E60013;
}
@media only screen and (max-width: 768px) {
  .ttl-top {
    font-size: 3rem;
  }
}
.ttl-top.brown {
  color: #8B1010;
}

/* イラスト */
.illust {
  position: absolute;
}
.illust > img {
  width: 100%;
  height: auto;
}

.yurayura, .yurayura-r, .pyonpyon {
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
}

.yurayura {
  -webkit-animation: yurayura 2s linear 3;
          animation: yurayura 2s linear 3;
}

.yurayura-r {
  -webkit-animation: yurayura-r 2s linear 3;
          animation: yurayura-r 2s linear 3;
}

.pyonpyon {
  -webkit-animation: pyonpyon 1.5s linear 4;
          animation: pyonpyon 1.5s linear 4;
}

.fuwafuwa {
  -webkit-animation: fuwafuwa 2s linear 3;
          animation: fuwafuwa 2s linear 3;
}

@-webkit-keyframes yurayura {
  0%, 100% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  50% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
}

@keyframes yurayura {
  0%, 100% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  50% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
}
@-webkit-keyframes yurayura-r {
  0%, 100% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  50% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
}
@keyframes yurayura-r {
  0%, 100% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  50% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
}
@-webkit-keyframes pyonpyon {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes pyonpyon {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@-webkit-keyframes fuwafuwa {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  60% {
    -webkit-transform: translate(-10px, 5px);
            transform: translate(-10px, 5px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes fuwafuwa {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  60% {
    -webkit-transform: translate(-10px, 5px);
            transform: translate(-10px, 5px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
/* news-area-top */
.news-area-top {
  margin: 5% 0;
  margin-bottom: 8rem;
}
.news-area-top .inner .news-block {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 380px;
}
.news-area-top .inner .news-block .left-part {
  width: 25rem;
}
@media only screen and (max-width: 768px) {
  .news-area-top .inner .news-block .left-part {
    width: 100%;
  }
}
.news-area-top .inner .news-block .left-part .ttl-top {
  text-align: left;
}
.news-area-top .inner .news-block .left-part .illust {
  width: 20rem;
  bottom: 0;
  left: 0;
}
@media only screen and (max-width: 768px) {
  .news-area-top .inner .news-block .left-part .illust {
    display: none;
  }
}
.news-area-top .inner .news-block .right-part {
  width: calc(100% - 30rem);
}
@media only screen and (max-width: 768px) {
  .news-area-top .inner .news-block .right-part {
    width: 100%;
  }
}

/* about-area-top */
.about-area-top {
  margin: 5% 0;
  margin-bottom: 8rem;
}
.about-area-top .inner .about-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-family: "Zen Maru Gothic", serif;
}
.about-area-top .inner .about-block .left-part {
  width: 49%;
}
@media only screen and (max-width: 1100px) {
  .about-area-top .inner .about-block .left-part {
    width: 100%;
  }
}
.about-area-top .inner .about-block .left-part .ttl-top {
  text-align: left;
  margin-top: 0;
}
@media only screen and (max-width: 1100px) {
  .about-area-top .inner .about-block .left-part .ttl-top {
    text-align: center;
  }
}
.about-area-top .inner .about-block .left-part > p {
  font-weight: bold;
  line-height: 3;
  letter-spacing: 0.2em;
}
.about-area-top .inner .about-block .left-part > p .txt-red {
  color: #E60013;
}
@media only screen and (max-width: 1100px) {
  .about-area-top .inner .about-block .left-part > p {
    text-align: center;
  }
}
.about-area-top .inner .about-block .left-part > div {
  margin: 2em 0;
}
.about-area-top .inner .about-block .left-part > div dl {
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
}
.about-area-top .inner .about-block .left-part > div dl dt {
  color: #fff;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #E60013;
  width: 8em;
  border-radius: 3px;
  margin-right: 2rem;
  padding: 1rem 2rem;
}
.about-area-top .inner .about-block .left-part > div dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.about-area-top .inner .about-block .right-part {
  width: 49%;
}
@media only screen and (max-width: 1100px) {
  .about-area-top .inner .about-block .right-part {
    width: 100%;
  }
}
.about-area-top .inner .about-block .right-part .iframe-area {
  margin: 0 0 0 auto;
  width: 90%;
}
@media only screen and (max-width: 1100px) {
  .about-area-top .inner .about-block .right-part .iframe-area {
    width: 100%;
  }
}
.about-area-top .inner .about-block .right-part .ilust-block {
  width: 100%;
  height: 0;
  padding-top: 60%;
  position: relative;
}
.about-area-top .inner .about-block .right-part .ilust-block .illust.tyouchin {
  width: 45%;
  top: 10%;
  left: 5%;
}
.about-area-top .inner .about-block .right-part .ilust-block .illust.odori {
  width: 43%;
  top: 65%;
  left: 0;
}
.about-area-top .inner .about-block .right-part .ilust-block .illust.otemoyan {
  width: 25%;
  top: 35%;
  left: 50%;
}
.about-area-top .inner .about-block .right-part .ilust-block .illust.kodomo {
  width: 15%;
  top: 10%;
  right: 10%;
}
.about-area-top .inner .about-block .right-part .ilust-block .illust.danjo {
  width: 18%;
  top: 65%;
  right: 0;
}

/* bnr-area-top */
.bnr-area-top {
  margin: 5% 0 0;
  padding: 1% 0 8%;
  background: url(../img/top/bg-partner.svg);
}

/* contact-area-top */
.contact-area-top {
  margin: 8% 0;
  display: none;
}
@media only screen and (max-width: 768px) {
  .contact-area-top {
    display: block;
  }
  .contact-area-top .btn-block {
    margin: 0;
  }
  .contact-area-top .btn-block .btn-contact {
    position: relative;
    width: 100%;
    margin: 0 auto;
    min-width: auto;
    background: #FDD104;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    font-size: 5rem;
    font-weight: bold;
    font-family: "Zen Maru Gothic", serif;
    text-align: center;
    line-height: 1;
    border: none;
    border-radius: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    padding: 4rem 4rem;
    position: relative;
  }
  .contact-area-top .btn-block .btn-contact > span {
    font-size: 2.6rem;
  }
  .contact-area-top .btn-block .btn-contact:before {
    content: "";
    width: 30px;
    height: 31px;
    margin: 0 0.5em 0.2em auto;
    background: url(../img/common/ico_hinokunimatsuri.svg) no-repeat center center/contain;
    display: inline-block;
    position: absolute;
    bottom: 1rem;
    right: 0;
  }
}
/*# sourceMappingURL=top.css.map */