@charset "UTF-8";
main {
  /* banner
  ------------------------------------------ */
}
main section {
  /* MV
  ----------------------------------------- */
  /* Introduction
  ------------------------------------------ */
  /* 現在の開花情報
  ----------------------------------------- */
  /* News
  ----------------------------------------- */
  /* Access
  ----------------------------------------- */
  /* instagram
  ----------------------------------------- */
  /* swiper
  -------------------------------------------- */
  /*ページネーション*/
}
main section.sec-topMV {
  padding-bottom: 42px;
  background: url(assets/img/top/bg_beige_top_pc.png) no-repeat center center/cover;
  width: 100%;
}
@media (min-width: 768px) {
  main section.sec-topMV {
    padding-bottom: 31px;
  }
}
main section.sec-topMV .mv_inner {
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  main section.sec-topMV .mv_inner {
    position: relative;
    padding-bottom: 30px;
    overflow: hidden;
  }
  main section.sec-topMV .mv_inner:before, main section.sec-topMV .mv_inner:after {
    content: "";
    display: inline-block;
    width: 119px;
    height: 575px;
    position: absolute;
    z-index: 2;
  }
  main section.sec-topMV .mv_inner:before {
    background: url(assets/img/top/mv_flower_left.svg) no-repeat center center/contain;
    top: 0;
    left: 0;
  }
  main section.sec-topMV .mv_inner:after {
    background: url(assets/img/top/mv_flower_right.svg) no-repeat center center/contain;
    top: -8px;
    right: 0;
  }
}
main section.sec-topMV .mv_inner .mv_wrap {
  width: 100%;
  height: 65vw;
  position: relative;
}
@media (min-width: 768px) {
  main section.sec-topMV .mv_inner .mv_wrap {
    max-width: 1140px;
    padding: 0 20px;
    margin: 0 auto;
    height: 100%;
  }
}
main section.sec-topMV .mv_inner .mv_wrap .mv_image .mv_image_items li {
  height: 65vw;
}
@media (min-width: 768px) {
  main section.sec-topMV .mv_inner .mv_wrap .mv_image .mv_image_items li {
    max-height: 547px;
  }
}
main section.sec-topMV .mv_inner .mv_wrap .mv_image .mv_image_items li img {
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  main section.sec-topMV .mv_inner .mv_wrap .mv_image .mv_image_items li img {
    border-radius: 18px;
  }
}
main section.sec-topMV .mv_inner .mv_wrap .mv_title {
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  text-shadow: 0px 3px 6px rgb(29, 17, 15);
  position: absolute;
  bottom: 15px;
  left: 5.3vw;
  z-index: 3;
  width: 72vw;
}
@media (min-width: 768px) {
  main section.sec-topMV .mv_inner .mv_wrap .mv_title {
    font-size: 2.8rem;
    bottom: 65px;
    left: 100px;
    width: 65%;
  }
}
main section.sec-topMV .mv_inner .mv_wrap .mv_title p:first-child {
  margin-bottom: 13px;
}
main section.sec-topMV .mv_inner .mv_wrap .mv_icon {
  background: url(assets/img/top/mv_icon.svg) no-repeat center center/contain;
  width: 84px;
  height: 84px;
  position: absolute;
  top: 30px;
  right: 5vw;
  z-index: 3;
}
@media (min-width: 768px) {
  main section.sec-topMV .mv_inner .mv_wrap .mv_icon {
    width: 150px;
    height: 150px;
    top: auto;
    bottom: 50px;
    right: 55px;
  }
}
@media (min-width: 768px) {
  main section.sec-topMV .sliderBanner {
    max-width: 1100px;
    margin: auto;
  }
}
main section.sec-topMV .sliderBanner .mv_banner {
  padding-bottom: 21px;
}
@media (min-width: 768px) {
  main section.sec-topMV .sliderBanner .mv_banner {
    text-align: center;
    padding-bottom: 30px;
  }
}
main section.sec-topMV .sliderBanner .mv_banner a {
  width: calc(50% - 6px);
  max-width: 186px;
  height: 90px;
}
@media (min-width: 768px) {
  main section.sec-topMV .sliderBanner .mv_banner a {
    max-width: 299px;
    width: 100%;
    height: 10vw;
    max-height: 110px;
  }
}
main section.sec-topMV .sliderBanner .mv_banner a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main section.sec-topIntroduction .intro_park {
  position: relative;
  top: -4vw;
}
@media (min-width: 768px) {
  main section.sec-topIntroduction .intro_park {
    top: -15px;
  }
}
main section.sec-topIntroduction .intro_park .introduction_links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
main section.sec-topIntroduction .intro_park .introduction_links .introduction_link {
  width: 50%;
}
@media (min-width: 768px) {
  main section.sec-topIntroduction .intro_park .introduction_links .introduction_link {
    width: 20%;
  }
}
main section.sec-topIntroduction .intro_others {
  padding: 45px 0 60px;
  position: relative;
}
@media (min-width: 768px) {
  main section.sec-topIntroduction .intro_others {
    padding: 75px 0 100px;
  }
}
main section.sec-topIntroduction .intro_others:before, main section.sec-topIntroduction .intro_others:after {
  content: "";
  display: block;
  background: url(assets/img/top/line_teardrop.svg);
  width: 100%;
  height: 64px;
  position: absolute;
  z-index: -1;
}
main section.sec-topIntroduction .intro_others:before {
  top: -15px;
}
main section.sec-topIntroduction .intro_others:after {
  bottom: 0;
}
main section.sec-topIntroduction .intro_others .intro_others_item {
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  main section.sec-topIntroduction .intro_others .intro_others_item {
    max-width: 1140px;
    margin: auto;
    padding: 0 20px;
    overflow: initial;
  }
}
main section.sec-topIntroduction .intro_others .intro_others_item:not(:last-child) {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  main section.sec-topIntroduction .intro_others .intro_others_item:not(:last-child) {
    margin-bottom: 80px;
  }
}
main section.sec-topIntroduction .intro_others .intro_others_item:after {
  content: "";
  display: block;
  width: 317px;
  height: 270px;
  position: absolute;
  right: -90px;
  z-index: -1;
}
@media (min-width: 768px) {
  main section.sec-topIntroduction .intro_others .intro_others_item:after {
    width: 403px;
    height: 344px;
  }
}
main section.sec-topIntroduction .intro_others .intro_others_item.intro_others_item01:after {
  background: url(assets/img/top/intro_bg01.svg) no-repeat center center/contain;
  bottom: 0;
}
@media (min-width: 768px) {
  main section.sec-topIntroduction .intro_others .intro_others_item.intro_others_item01:after {
    left: 190px;
    top: -28px;
  }
}
main section.sec-topIntroduction .intro_others .intro_others_item.intro_others_item02:after {
  background: url(assets/img/top/intro_bg02.svg) no-repeat center center/contain;
  bottom: 25px;
}
@media (min-width: 768px) {
  main section.sec-topIntroduction .intro_others .intro_others_item.intro_others_item02:after {
    top: -43px;
    right: 50px;
  }
}
main section.sec-topIntroduction .intro_others .intro_others_item.intro_others_item03:after {
  background: url(assets/img/top/intro_bg03.svg) no-repeat center center/contain;
  bottom: 0;
}
@media (min-width: 768px) {
  main section.sec-topIntroduction .intro_others .intro_others_item.intro_others_item03:after {
    left: 190px;
    top: -28px;
  }
}
@media (min-width: 768px) {
  main section.sec-topIntroduction .intro_others .intro_others_item .intro_item_flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
    padding: 0 100px;
  }
  main section.sec-topIntroduction .intro_others .intro_others_item .intro_item_flex.item-reverse {
    flex-direction: row;
  }
  main section.sec-topIntroduction .intro_others .intro_others_item .intro_item_flex.item-reverse .intro_others_item_image {
    margin-right: 30px;
  }
}
main section.sec-topIntroduction .intro_others .intro_others_item .intro_item_flex .intro_others_item_image {
  margin-bottom: 22px;
}
@media (min-width: 768px) {
  main section.sec-topIntroduction .intro_others .intro_others_item .intro_item_flex .intro_others_item_image {
    max-width: 450px;
    width: 100%;
    margin-bottom: 0;
    margin-right: 0;
  }
}
main section.sec-topIntroduction .intro_others .intro_others_item .intro_item_flex .intro_others_item_image img {
  border-radius: 18px;
}
@media (min-width: 768px) {
  main section.sec-topIntroduction .intro_others .intro_others_item .intro_item_flex .intro_others_item_image img {
    max-width: 450px;
    width: 100%;
  }
}
@media (min-width: 768px) {
  main section.sec-topIntroduction .intro_others .intro_others_item .intro_item_flex .intro_others_item_about {
    max-width: 450px;
    width: 100%;
  }
}
main section.sec-topIntroduction .intro_others .intro_others_item .intro_item_flex .intro_others_item_about .intro_others_title {
  color: #3A391D;
  font-size: 2.2rem;
  margin-bottom: 22px;
}
@media (min-width: 768px) {
  main section.sec-topIntroduction .intro_others .intro_others_item .intro_item_flex .intro_others_item_about .intro_others_title {
    font-size: 2.8rem;
  }
}
main section.sec-topIntroduction .intro_others .intro_others_item .intro_item_flex .intro_others_item_about .intro_others_lead {
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  main section.sec-topIntroduction .intro_others .intro_others_item .intro_item_flex .intro_others_item_about .intro_others_lead {
    font-size: 1.6rem;
  }
}
main section.sec-topIntroduction .intro_others .intro_others_item .intro_item_flex .intro_others_item_about .btnArea {
  justify-content: flex-start;
  text-align: left;
  margin: 30px auto 0;
}
@media (min-width: 768px) {
  main section.sec-topIntroduction .intro_others .intro_others_item .intro_item_flex .intro_others_item_about .btnArea {
    margin: 40px auto 0;
  }
}
main section.sec-topIntroduction .intro_others .intro_others_item .intro_item_flex .intro_others_item_about .btnArea .btn {
  border: 2px solid #F76C8B;
}
@media (max-width: 767px) {
  main section.sec-topIntroduction .intro_others .intro_others_item .intro_item_flex .intro_others_item_about .btnArea .btn {
    font-size: 1.6rem;
    height: 53px;
  }
}
main section.sec-floweringStatus {
  padding: 40px 0 50px;
}
@media (min-width: 768px) {
  main section.sec-floweringStatus {
    overflow: hidden;
    padding: 40px 0 calc(3vw + 50px);
  }
}
@media (min-width: 768px) {
  main section.sec-floweringStatus.bg-beige {
    background: url(assets/img/top/bg_beige_pc.png) no-repeat top center/cover;
  }
}
main section.sec-floweringStatus .flower_wrap_items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (min-width: 768px) {
  main section.sec-floweringStatus .flower_wrap_items {
    position: relative;
    justify-content: flex-start;
  }
  main section.sec-floweringStatus .flower_wrap_items:before, main section.sec-floweringStatus .flower_wrap_items:after {
    content: "";
    display: block;
    background: url(assets/img/leaf01.svg) no-repeat center center/contain;
    width: 104px;
    height: 140px;
    position: absolute;
  }
  main section.sec-floweringStatus .flower_wrap_items:before {
    top: -95px;
    left: -50px;
    transform: rotate(30deg);
  }
  main section.sec-floweringStatus .flower_wrap_items:after {
    bottom: -88px;
    right: -40px;
    transform: rotate(210deg);
  }
}
main section.sec-floweringStatus .flower_wrap_items li {
  width: 43.5vw;
  margin: 0 0 12px 0;
}
@media (min-width: 768px) {
  main section.sec-floweringStatus .flower_wrap_items li:not(:nth-of-type(4n)) {
    margin-right: 9px;
  }
}
@media (min-width: 768px) {
  main section.sec-floweringStatus .flower_wrap_items li {
    width: calc((100% - 30px) / 4);
    margin: 0 0 10px 0;
  }
}
main section.sec-floweringStatus .flower_wrap_items li a {
  width: 43.5vw;
  height: 34.4vw;
}
@media (min-width: 768px) {
  main section.sec-floweringStatus .flower_wrap_items li a {
    max-width: 268px;
    width: 100%;
    height: 19vw;
    max-height: 211px;
  }
}
main section.sec-floweringStatus .flower_wrap_items li a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 18px;
}
main section.sec-floweringStatus .btnArea {
  margin: 28px auto 0;
}
main section.sec-floweringStatus .btnArea .btn {
  border: 1px solid #F76C8B;
}
@media (max-width: 767px) {
  main section.sec-floweringStatus .btnArea .btn {
    font-size: 1.6rem;
    height: 53px;
  }
}
main section.sec-topNews .headline .headline_lead {
  font-size: 1.4rem;
  margin-top: 20px;
}
@media (min-width: 768px) {
  main section.sec-topNews .headline .headline_lead {
    font-size: 1.6rem;
    margin-top: 16px;
  }
}
@media (min-width: 768px) {
  main section.sec-topNews .topNews {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
main section.sec-topNews .topNews .news_wrap {
  border: 1px solid #1D110F;
  background-color: #fff;
  height: 351px;
  margin: 0 -5vw 40px;
  padding-right: 11px;
}
@media (min-width: 768px) {
  main section.sec-topNews .topNews .news_wrap {
    width: 48%;
    max-height: 474px;
    height: 100%;
    margin: 0;
    border-radius: 18px;
    padding-right: 15px;
  }
}
main section.sec-topNews .topNews .news_wrap .news {
  padding: 24px 20px;
  overflow: auto;
  height: 350px;
}
@media (min-width: 768px) {
  main section.sec-topNews .topNews .news_wrap .news {
    max-height: 470px;
    height: 100%;
    padding: 26px 20px;
    margin: 0;
  }
  main section.sec-topNews .topNews .news_wrap .news::-webkit-scrollbar-track {
    background: transparent;
  }
}
@media (max-width: 767px) {
  main section.sec-topNews .topNews .news_wrap .news::-webkit-scrollbar {
    width: 9px;
  }
  main section.sec-topNews .topNews .news_wrap .news::-webkit-scrollbar-track {
    background: transparent;
  }
  main section.sec-topNews .topNews .news_wrap .news::-webkit-scrollbar-thumb {
    background: #DFDFDF;
    border-radius: 10px;
  }
}
main section.sec-topNews .topNews .news_wrap .news .news_list:not(:last-child) a {
  border-bottom: 1px dotted #1D110F;
}
main section.sec-topNews .topNews .news_wrap .news .news_list:first-child a {
  padding-top: 0;
}
main section.sec-topNews .topNews .news_wrap .news .news_list:last-child a {
  padding-bottom: 0;
}
main section.sec-topNews .topNews .news_wrap .news .news_list a {
  display: flex;
  padding: 16px 0;
}
main section.sec-topNews .topNews .news_wrap .news .news_list a .news_image {
  width: 30.7vw;
  height: 23vw;
  margin-right: 20px;
}
@media (min-width: 768px) {
  main section.sec-topNews .topNews .news_wrap .news .news_list a .news_image {
    width: 142px;
    height: 106px;
  }
}
main section.sec-topNews .topNews .news_wrap .news .news_list a .news_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 18px;
}
main section.sec-topNews .topNews .news_wrap .news .news_list a .news_about {
  width: 52.2vw;
}
@media (min-width: 768px) {
  main section.sec-topNews .topNews .news_wrap .news .news_list a .news_about {
    max-width: calc(100% - 162px);
  }
}
main section.sec-topNews .topNews .news_wrap .news .news_list a .news_about .news_info {
  font-size: 1.2rem;
  display: inline-flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  main section.sec-topNews .topNews .news_wrap .news .news_list a .news_about .news_info {
    margin-bottom: 13px;
  }
}
@media (min-width: 768px) {
  main section.sec-topNews .topNews .news_wrap .news .news_list a .news_about .news_info {
    font-size: 1.4rem;
  }
}
main section.sec-topNews .topNews .news_wrap .news .news_list a .news_about .news_info .news_cat {
  margin-right: 16px;
  border: 1px solid #1D110F;
  border-radius: 6px;
  padding: 0 12px;
}
main section.sec-topNews .topNews .news_wrap .news .news_list a .news_about .news_info .news_date {
  font-weight: 400;
}
main section.sec-topNews .topNews .news_wrap .news .news_list a .news_about .news_title {
  font-size: 1.4rem;
  margin-bottom: 8px;
  font-weight: 700;
}
@media (min-width: 768px) {
  main section.sec-topNews .topNews .news_wrap .news .news_list a .news_about .news_title {
    font-size: 1.6rem;
  }
}
main section.sec-topNews .topNews .news_wrap .news .news_list a .news_about .news_text {
  font-size: 1.2rem;
  font-weight: 400;
}
@media (min-width: 768px) {
  main section.sec-topNews .topNews .news_wrap .news .news_list a .news_about .news_text {
    font-size: 1.4rem;
  }
}
main section.sec-topNews .topNews .calendar-wrap {
  width: 100%;
  height: 80vw;
  padding: 12px 10px;
  background-color: #fff;
  border-radius: 18px;
}
@media (min-width: 768px) {
  main section.sec-topNews .topNews .calendar-wrap {
    padding: 20px 17px;
  }
}
@media (min-width: 768px) {
  main section.sec-topNews .topNews .calendar-wrap {
    width: 48%;
    height: 474px;
  }
}
main section.sec-topNews .topNews .calendar-wrap .calendar {
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  main section.sec-topNews .btnArea {
    margin: 30px auto 0;
  }
  main section.sec-topNews .btnArea .btn {
    font-size: 1.6rem;
    height: 53px;
  }
}
main section.sec-access {
  padding: 30px 0 37px;
}
@media (min-width: 768px) {
  main section.sec-access {
    padding: 80px 0 56px;
  }
}
main section.sec-instagram {
  padding: 63px 0 36px;
  background: url(assets/img/top/bg_pink_instagram.png) no-repeat top center/cover;
  position: relative;
}
@media (min-width: 768px) {
  main section.sec-instagram {
    padding: 84px 0 60px;
  }
}
main section.sec-instagram:after {
  content: "";
  display: block;
  background-image: url(assets/img/line_dot.svg);
  background-repeat: repeat-x;
  width: 100%;
  height: 13px;
  position: absolute;
  bottom: 12px;
}
main section.sec-instagram .headline:before {
  content: "";
  display: block;
  background: url(assets/img/top/icon_instagram_top.svg) no-repeat center center/contain;
  width: 29px;
  height: 29px;
  margin: 0 auto 7px;
}
@media (min-width: 768px) {
  main section.sec-instagram .headline:before {
    width: 38px;
    height: 38px;
  }
}
main section.sec-instagram #sb_instagram .sbi_photo {
  max-height: 120px;
  border-radius: 18px;
}
@media (min-width: 768px) {
  main section.sec-instagram #sb_instagram .sbi_photo {
    max-height: 180px;
  }
}
@media (min-width: 768px) {
  main section .swiper-carousel {
    padding: 0 40px;
  }
}
main section .swiper-button-next,
main section .swiper-button-prev {
  top: 33%;
}
@media (max-width: 767px) {
  main section .swiper-button-next,
  main section .swiper-button-prev {
    display: none;
  }
}
main section .swiper-button-next {
  right: -20px;
}
main section .swiper-button-prev {
  left: -20px;
}
main .banner {
  padding: 30px 10px 86px;
  margin-bottom: -56px;
}
@media (min-width: 768px) {
  main .banner .banner_items {
    padding: 50px 60px 130px;
    display: flex;
    justify-content: space-between;
    margin-bottom: -80px;
  }
}
main .banner .banner_items li {
  width: 314px;
  margin: auto;
}
@media (min-width: 768px) {
  main .banner .banner_items li {
    margin: 0;
  }
}
main .banner .banner_items li:not(:last-child) {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  main .banner .banner_items li:not(:last-child) {
    margin-bottom: 0;
    margin-right: 20px;
  }
}
main .banner .banner_items li a img {
  max-width: 314px;
  width: 100%;
  max-height: 123px;
  height: 100%;
}
/*# sourceMappingURL=assets/css/sourcemaps/top.css.map */