@media screen and (max-width: 767px) {
  .footer {
    margin-top: 33px;
  }
}
.top_slider {
  position: relative;
  background: url(../media/images/top/2025/bg_visual.jpg) no-repeat center / cover;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .top_slider .pc_slider {
    display: none;
  }
}
.top_slider .sp_slider {
  display: none;
}
@media screen and (max-width: 767px) {
  .top_slider .sp_slider {
    display: block;
  }
}
.top_slider .swiper-slide {
  aspect-ratio: 2.6666666667;
}
@media screen and (max-width: 767px) {
  .top_slider .swiper-slide {
    aspect-ratio: 1;
  }
}
.top_slider .swiper-slide img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.top_slider .swiper-container {
  position: relative;
  padding: 0;
  width: 100%;
  max-width: 1920px;
  overflow: hidden;
  height: 480px;
  margin: 0 auto;
  opacity: 0;
}
@media screen and (max-width: 980px) {
  .top_slider .swiper-container {
    height: 340px;
  }
}
@media screen and (max-width: 767px) {
  .top_slider .swiper-container {
    height: 117.334vw;
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
  }
}
.top_slider .swiper-container.swiper-initialized {
  opacity: 1;
}
.top_slider .swiper-container .swiper-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .top_slider .swiper-container .swiper-wrapper {
    align-items: unset;
    flex: 0 0 100vw;
  }
}
.top_slider .swiper-container .swiper-wrapper .swiper-slide {
  position: relative;
  padding-bottom: 0;
  width: 720px;
  height: 270px;
  transform: scale(1);
  transition: transform 0.4s;
}
@media screen and (max-width: 1024px) {
  .top_slider .swiper-container .swiper-wrapper .swiper-slide {
    width: 600px;
    height: 225px;
  }
}
@media screen and (max-width: 980px) {
  .top_slider .swiper-container .swiper-wrapper .swiper-slide {
    width: 480px;
    height: 180px;
  }
}
@media screen and (max-width: 767px) {
  .top_slider .swiper-container .swiper-wrapper .swiper-slide {
    display: block;
    transform: none;
    width: 100vw;
    height: 100vw;
  }
}
.top_slider .swiper-container .swiper-wrapper .swiper-slide a {
  position: relative;
  transition: transform 0.4s;
}
.top_slider .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active {
  z-index: 2;
  transform: scale(1.5);
}
@media screen and (max-width: 1024px) {
  .top_slider .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active {
    transform: scale(1.2);
  }
}
@media screen and (max-width: 767px) {
  .top_slider .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active {
    transform: none;
  }
}
@media screen and (max-width: 767px) {
  .top_slider .swiper-arrow {
    display: none;
  }
}
.top_slider .swiper-arrow .swiper-button-prev, .top_slider .swiper-arrow .swiper-button-next {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: url(../media/images/top/2025/slide_arrow.svg) no-repeat center /cover;
}
@media screen and (max-width: 767px) {
  .top_slider .swiper-arrow .swiper-button-prev, .top_slider .swiper-arrow .swiper-button-next {
    display: none;
  }
}
.top_slider .swiper-arrow .swiper-button-prev::after, .top_slider .swiper-arrow .swiper-button-next::after {
  display: none;
}
.top_slider .swiper-arrow .swiper-button-prev {
  left: calc(50% - 608px);
}
.top_slider .swiper-arrow .swiper-button-next {
  right: calc(50% - 608px);
  transform: scale(-1, -1);
}
.top_slider .swiper-pagination {
  bottom: 15px;
}
@media screen and (max-width: 767px) {
  .top_slider .swiper-pagination {
    bottom: 1.5%;
  }
}
.top_slider .swiper-pagination .swiper-pagination-bullet {
  width: 36px;
  height: 5px;
  border-radius: 0;
  background: #dcdcdc;
  opacity: 1;
}
.top_slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #666;
}
#main .section__inner {
  max-width: 1080px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  #main .section__inner {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  #main .section__inner {
    padding: 0 14px;
  }
}
#main .section-title {
  margin-bottom: 40px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #main .section-title {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  #main .section-title {
    margin-bottom: 23px;
  }
}
#main .section-title__en {
  display: block;
  font-family: var(--font-mont);
  font-size: 28px;
  font-weight: 400;
}
#main .section-title__jp {
  display: block;
  font-size: 18px;
  font-weight: 400;
  margin-top: 3px;
}
#main .section_news {
  margin-bottom: 73px;
}
@media screen and (max-width: 767px) {
  #main .section_news {
    margin-bottom: 51px;
  }
}
#main .section_news .section__inner::before {
  content: "";
  display: block;
  flex: 0 0 100%;
  height: 11px;
  background: linear-gradient(#24bc00 0%, #9dd92b 100%);
}
@media screen and (max-width: 767px) {
  #main .section_news .p-news-list .whats_new_list {
    position: relative;
    margin-bottom: 10px;
    padding: 0 4px;
    height: 531px;
    overflow-y: scroll;
  }
  #main .section_news .p-news-list .whats_new_list::after {
    content: "";
    position: sticky;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    height: 20px;
    background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(128, 128, 128, 0.5) 100%);
    pointer-events: none;
  }
}
#main .section_news_wrap {
  padding-top: 47px;
}
@media screen and (max-width: 767px) {
  #main .section_news_wrap {
    padding-top: 24px;
  }
}
#main .c-section .section-title {
  margin: 0 0 30px;
  border-bottom: 3px solid #000;
  padding-bottom: 26px;
  text-align: center;
}
#main .c-section .section-title__en {
  font-size: 32px;
}
#main .p-location-content {
  display: flex;
  align-items: flex-start;
  flex-flow: row nowrap;
  justify-content: flex-start;
  padding-left: 12px;
}
@media screen and (max-width: 767px) {
  #main .p-location-content {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  #main .p-location-content {
    padding-left: 0;
  }
}
#main .p-location-content__info {
  flex: 0 0 37.2%;
  padding-top: 15px;
  padding-right: 30px;
}
@media screen and (max-width: 1024px) {
  #main .p-location-content__info {
    flex: 0 0 45%;
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  #main .p-location-content__info {
    padding-right: 0;
  }
}
#main .p-location-content__info .location_name {
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.45;
}
#main .p-location-content__info .location_name .location_name_main {
  display: block;
  font-weight: bold;
  font-size: 19px;
}
#main .p-location-content__info .p-location-address__detail {
  margin-bottom: 20px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  line-height: 1.6;
}
#main .p-location-content__info .p-location-address__detail .zip {
  display: block;
}
#main .p-location-content__info .p-location-address__detail .tel {
  display: block;
  margin-top: 6px;
  font-size: 20px;
}
#main .p-location-content__info .p-location-address__detail .tel a {
  color: #000;
}
#main .p-location-content__info .location_item {
  margin-top: 26px;
}
#main .p-location-content__info .location_item .title {
  margin: 26px 0 4px;
  font-size: 16px;
  line-height: 1.45;
  font-weight: normal;
}
#main .p-location-content__info .location_item p {
  margin: 0;
  font-size: 16px;
}
#main .p-location-content__info .location_item p + p {
  margin-top: 0.7em;
}
#main .p-location-content__map {
  order: 2;
  flex: 1 1 auto;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #main .p-location-content__map {
    margin-bottom: 17px;
  }
}
#main .p-location-content__map .gmap {
  aspect-ratio: 1.8611111111;
  position: relative;
  background-color: #eee;
}
@media screen and (max-width: 767px) {
  #main .p-location-content__map .gmap {
    aspect-ratio: unset;
    height: 360px;
  }
}
#main .p-location-content__map .gmap iframe {
  display: block;
  width: 100%;
  height: 100%;
}
/*# sourceMappingURL=./top_2025.css.map */