@charset "UTF-8";
/* ==================================================
	basic settings
================================================== */
/* ==================================================
	animation
================================================== */
/* ==================================================
	mv
================================================== */
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
#t_mv {
  position: relative;
}
#t_mv {
  margin-top: 13.8632vw;
}
@media print, screen and (min-width: 1025px) {
  #t_mv {
    margin-top: 88px;
  }
}
#t_mv .slide-img {
  display: block;
  overflow: hidden;
}
#t_mv .slide-img:hover {
  opacity: 1;
}
#t_mv .slide-img img {
  width: 100%;
  display: block;
  opacity: 1;
}

/* ==================================================
	section
================================================== */
#sec_topic {
  margin-top: 4.2656vw;
}
@media print, screen and (min-width: 1025px) {
  #sec_topic {
    margin-top: 16px;
  }
}
#sec_topic .ttl_l1 {
  z-index: 2;
  position: relative;
}
#sec_topic .ttl_l1 {
  margin-bottom: -6.3984vw;
}
@media print, screen and (min-width: 1025px) {
  #sec_topic .ttl_l1 {
    margin-bottom: -32px;
  }
}
#sec_topic #topic_slider {
  background: #EDF7F6;
}
#sec_topic #topic_slider {
  padding-top: 10.664vw;
}
@media print, screen and (min-width: 1025px) {
  #sec_topic #topic_slider {
    padding-top: 40px;
  }
}
#sec_topic #topic_slider > .swiper-pagination .swiper-pagination-bullet {
  background: #ffffff;
}
#sec_topic #topic_slider > .swiper-pagination .swiper-pagination-bullet-active {
  background: #EE9226;
}

@media print, screen and (min-width: 1025px) {
  #sec_information .info_content {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  #sec_information .info_content .info_li {
    width: calc(100% - 280px);
  }
  #sec_information .btn_mt {
    margin-top: 0;
  }
}

#sec_course .sec_bg {
  background: url(../images/top/course_bg_sp.jpg) no-repeat center top/cover;
  border-radius: 24px;
}
#sec_course .sec_bg {
  padding-top: 10.664vw;
}
#sec_course .sec_bg {
  padding-bottom: 10.664vw;
}
@media print, screen and (min-width: 1025px) {
  #sec_course .sec_bg {
    max-width: 1760px;
    background: url(../images/top/course_bg_pc.jpg) no-repeat center top/cover;
    border-radius: 36px;
    padding: 60px 0 60px;
    margin: 0 auto;
  }
}
@media print, screen and (min-width: 1025px) {
  #sec_course .course_item {
    position: relative;
    padding-bottom: 290px;
  }
}
#sec_course .course_item .img {
  width: calc(100% + 3.999vw);
  overflow: hidden;
}
@media print, screen and (min-width: 1025px) {
  #sec_course .course_item .img {
    width: calc(100% - 200px);
    background: #ffffff;
    position: absolute;
    top: 72px;
  }
}
#sec_course .course_item .img img {
  width: 100%;
}
@media print, screen and (min-width: 1025px) {
  #sec_course .course_item .img img {
    transition: all 0.3s ease;
    opacity: 0.3;
  }
}
#sec_course .course_item .tag {
  width: fit-content;
  background: #EF7A85;
  color: #fff;
  display: block;
  position: relative;
  z-index: 2;
}
#sec_course .course_item .tag {
  padding: 0.5332vw 2.1328vw 0.5332vw 2.1328vw;
}
#sec_course .course_item .tag {
  margin-top: -3.1992vw;
}
@media print, screen and (min-width: 1025px) {
  #sec_course .course_item .tag {
    padding: 2px 8px;
    margin-top: 0;
  }
}
#sec_course .course_item .ttl {
  margin-top: 3.1992vw;
}
#sec_course .course_item .ttl {
  margin-bottom: 3.1992vw;
}
@media print, screen and (min-width: 1025px) {
  #sec_course .course_item .ttl {
    z-index: 2;
    position: relative;
    margin-top: 16px;
    margin-bottom: 16px;
  }
  #sec_course .course_item .ttl img {
    height: 52px;
  }
}
@media print, screen and (min-width: 1025px) {
  #sec_course .course_item .txt,
  #sec_course .course_item .btn_mt {
    z-index: 2;
    position: relative;
  }
  #sec_course .course_item:has(.btn1:hover) .img img {
    opacity: 1;
  }
}
#sec_course .course_item.day .img {
  border-radius: 4.2656vw 0vw 0vw 4.2656vw;
}
#sec_course .course_item.day .img {
  margin-right: -3.999vw;
}
@media print, screen and (min-width: 1025px) {
  #sec_course .course_item.day .img {
    border-radius: 16px;
    right: 0;
    margin-right: 0;
  }
}
#sec_course .course_item.night {
  margin-top: 10.664vw;
}
@media print, screen and (min-width: 1025px) {
  #sec_course .course_item.night {
    margin-top: 24px;
  }
}
#sec_course .course_item.night .img {
  border-radius: 0vw 4.2656vw 4.2656vw 0vw;
}
#sec_course .course_item.night .img {
  margin-left: -3.999vw;
}
@media print, screen and (min-width: 1025px) {
  #sec_course .course_item.night .img {
    border-radius: 16px;
    left: 0;
    margin-left: 0;
  }
}
#sec_course .course_item.night .tag {
  background: #494E8E;
  margin-left: auto;
}
@media print, screen and (min-width: 1025px) {
  #sec_course .course_item.night .ttl {
    text-align: right;
  }
}
#sec_course .course_item.night .txt {
  text-align: right;
}
#sec_course .course_item.night .btn_mt {
  text-align: right;
}

#sec_open_campus .sec_bg {
  border-radius: 24px;
  overflow: hidden;
}
@media print, screen and (min-width: 1025px) {
  #sec_open_campus .sec_bg {
    max-width: 1760px;
    border-radius: 36px;
    margin: 0 auto;
  }
}
#sec_open_campus .sec_bg .content_top {
  background: url(../images/top/open_campus_bg_sp.jpg) no-repeat center top/cover;
}
@media print, screen and (min-width: 1025px) {
  #sec_open_campus .sec_bg .content_top {
    background: url(../images/top/open_campus_bg_pc.jpg) no-repeat center top/cover;
  }
}
#sec_open_campus .sec_bg .content_top .container {
  position: relative;
}
#sec_open_campus .sec_bg .content_top .container {
  padding-top: 10.664vw;
}
#sec_open_campus .sec_bg .content_top .container {
  padding-bottom: 95.976vw;
}
@media print, screen and (min-width: 1025px) {
  #sec_open_campus .sec_bg .content_top .container {
    padding-top: 80px;
    padding-bottom: 284px;
  }
}
#sec_open_campus .sec_bg .content_top .ttl {
  color: #ffffff;
  filter: drop-shadow(2.1328vw 2.1328vw 0 #40A6EF);
  line-height: 1.2;
}
#sec_open_campus .sec_bg .content_top .ttl {
  font-family: "Lexend Exa", "游ゴシック", YuGothic, "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  letter-spacing: -0.06em;
}
#sec_open_campus .sec_bg .content_top .ttl {
  font-size: 14.9296vw;
}
#sec_open_campus .sec_bg .content_top .ttl {
  margin-bottom: 6.3984vw;
}
@media print, screen and (min-width: 1025px) {
  #sec_open_campus .sec_bg .content_top .ttl {
    font-size: 8rem;
    filter: drop-shadow(4px 4px 0 #40A6EF);
    margin-bottom: 40px;
  }
}
#sec_open_campus .sec_bg .content_top .ttl .fs {
  display: block;
}
#sec_open_campus .sec_bg .content_top .ttl .fs {
  font-size: 10.664vw;
}
#sec_open_campus .sec_bg .content_top .ttl .fs {
  margin-top: 2.1328vw;
}
@media print, screen and (min-width: 1025px) {
  #sec_open_campus .sec_bg .content_top .ttl .fs {
    font-size: 6.4rem;
    margin-top: 8px;
  }
}
#sec_open_campus .sec_bg .content_top .txt {
  height: 19.7284vw;
}
@media print, screen and (min-width: 1025px) {
  #sec_open_campus .sec_bg .content_top .txt {
    height: 110px;
  }
}
#sec_open_campus .sec_bg .content_top .deco1 {
  height: auto;
  position: absolute;
}
#sec_open_campus .sec_bg .content_top .deco1 {
  width: 27.7264vw;
}
#sec_open_campus .sec_bg .content_top .deco1 {
  left: 3.999vw;
}
#sec_open_campus .sec_bg .content_top .deco1 {
  bottom: 21.328vw;
}
@media print, screen and (min-width: 1025px) {
  #sec_open_campus .sec_bg .content_top .deco1 {
    width: 156px;
    left: 48%;
    bottom: 44%;
  }
}
#sec_open_campus .sec_bg .content_top .deco2 {
  height: auto;
  position: absolute;
}
#sec_open_campus .sec_bg .content_top .deco2 {
  width: 21.5946vw;
}
#sec_open_campus .sec_bg .content_top .deco2 {
  right: 5.332vw;
}
#sec_open_campus .sec_bg .content_top .deco2 {
  bottom: 47.988vw;
}
@media print, screen and (min-width: 1025px) {
  #sec_open_campus .sec_bg .content_top .deco2 {
    width: 118px;
    right: 6%;
    bottom: 44%;
  }
}
#sec_open_campus .sec_bg .content_top .deco3 {
  height: auto;
  position: absolute;
}
#sec_open_campus .sec_bg .content_top .deco3 {
  width: 15.996vw;
}
#sec_open_campus .sec_bg .content_top .deco3 {
  right: 0vw;
}
#sec_open_campus .sec_bg .content_top .deco3 {
  bottom: 10.664vw;
}
@media print, screen and (min-width: 1025px) {
  #sec_open_campus .sec_bg .content_top .deco3 {
    width: 77px;
    right: 6%;
    bottom: 14%;
  }
}
@media print, screen and (min-width: 1025px) {
  #sec_open_campus .sec_bg .content_top .deco4 {
    position: absolute;
    width: 216px;
    left: 40%;
    bottom: 4%;
  }
}
#sec_open_campus .sec_bg .content_bottom {
  padding-top: 6.3984vw;
}
#sec_open_campus .sec_bg .content_bottom {
  padding-bottom: 10.664vw;
}
@media print, screen and (min-width: 1025px) {
  #sec_open_campus .sec_bg .content_bottom {
    padding: 40px 0 80px;
  }
}
#sec_open_campus .sec_bg .content_bottom .calendar_li {
  width: max-content;
  flex-wrap: nowrap;
  gap: 2.1328vw 2.1328vw;
}
#sec_open_campus .sec_bg .content_bottom .calendar_li {
  padding-left: 3.999vw;
}
#sec_open_campus .sec_bg .content_bottom .calendar_li {
  padding-right: 3.999vw;
}
@media print, screen and (min-width: 1025px) {
  #sec_open_campus .sec_bg .content_bottom .calendar_li {
    width: 100%;
    gap: 1.176% 1.176%;
    padding: 0;
  }
}
#sec_open_campus .sec_bg .content_bottom .calendar_li > li {
  width: 42.656vw;
}
@media print, screen and (min-width: 1025px) {
  #sec_open_campus .sec_bg .content_bottom .calendar_li > li {
    width: 19.058%;
  }
}
#sec_open_campus .sec_bg .content_bottom .calendar_li > li .btn1 {
  width: 100%;
  height: calc(100% - 4px);
  display: flex;
  align-items: center;
  justify-content: center;
}
#sec_open_campus .sec_bg .content_bottom .cont_event {
  margin-top: 6.3984vw;
}
@media print, screen and (min-width: 1025px) {
  #sec_open_campus .sec_bg .content_bottom .cont_event {
    margin-top: 40px;
  }
}

/* ==================================================
	pet shop
================================================== */
.cont_wrapper.mode_ps #sec_info {
  position: relative;
}
.cont_wrapper.mode_ps #sec_info {
  margin-bottom: 15.996vw;
}
@media print, screen and (min-width: 1025px) {
  .cont_wrapper.mode_ps #sec_info {
    margin-top: 40px;
    margin-bottom: 120px;
  }
}
.cont_wrapper.mode_ps #sec_info::after {
  width: 100%;
  background: #E4FBF8;
  height: 100%;
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  border-radius: 24px;
}
.cont_wrapper.mode_ps #sec_info::after {
  left: 0vw;
}
.cont_wrapper.mode_ps #sec_info::after {
  top: 6.3984vw;
}
@media print, screen and (min-width: 1025px) {
  .cont_wrapper.mode_ps #sec_info::after {
    width: 100%;
    max-width: 1760px;
    height: calc(100% + 8px);
    top: 40px;
    left: 50%;
    border-radius: 36px;
    transform: translateX(-50%);
  }
}
.cont_wrapper.mode_ps #sec_info .tab_btn {
  display: flex;
}
.cont_wrapper.mode_ps #sec_info .tab_btn {
  gap: 2.1328vw;
}
@media print, screen and (min-width: 1025px) {
  .cont_wrapper.mode_ps #sec_info .tab_btn {
    gap: 16px;
  }
}
.cont_wrapper.mode_ps #sec_info .tab_btn > div button {
  height: 100%;
  background: #ffffff;
  color: #71A67E;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #71A67E;
  border-radius: 8px;
}
.cont_wrapper.mode_ps #sec_info .tab_btn > div button {
  padding: 1.0664vw 1.5996vw 1.0664vw 1.5996vw;
}
@media print, screen and (min-width: 1025px) {
  .cont_wrapper.mode_ps #sec_info .tab_btn > div button {
    font-size: 1.6rem;
    padding: 8px 16px;
  }
}
.cont_wrapper.mode_ps #sec_info .tab_btn > div button.active {
  background: #71A67E;
  color: #ffffff;
}
.cont_wrapper.mode_ps #sec_info .tab_btn > div button#tab2_btn {
  color: #5C946E;
  border: 1px solid #5C946E;
}
.cont_wrapper.mode_ps #sec_info .tab_btn > div button#tab2_btn.active {
  background: #5C946E;
  color: #ffffff;
}
.cont_wrapper.mode_ps #sec_info .tab_btn > div button#tab3_btn {
  color: #F8AF12;
  border: 1px solid #F8AF12;
}
.cont_wrapper.mode_ps #sec_info .tab_btn > div button#tab3_btn.active {
  background: #F8AF12;
  color: #ffffff;
}
.cont_wrapper.mode_ps #sec_info .tab_btn > div button#tab4_btn {
  color: #FF2B2B;
  border: 1px solid #FF2B2B;
}
.cont_wrapper.mode_ps #sec_info .tab_btn > div button#tab4_btn.active {
  background: #FF2B2B;
  color: #ffffff;
}
.cont_wrapper.mode_ps #sec_info .tab_btn > div button#tab5_btn {
  color: #EF7A85;
  border: 1px solid #EF7A85;
}
@media screen and (max-width: 1024px) {
  .cont_wrapper.mode_ps #sec_info .tab_btn > div button#tab5_btn {
    font-size: 2.666vw;
  }
}
.cont_wrapper.mode_ps #sec_info .tab_btn > div button#tab5_btn.active {
  background: #EF7A85;
  color: #ffffff;
}
.cont_wrapper.mode_ps #sec_info .tab_contents {
  margin-top: 4.2656vw;
}
@media print, screen and (min-width: 1025px) {
  .cont_wrapper.mode_ps #sec_info .tab_contents {
    margin-top: 24px;
  }
}
.cont_wrapper.mode_ps #sec_info .tab_contents .tab_content {
  display: none;
}
.cont_wrapper.mode_ps #sec_info .tab_contents .tab_content.active {
  display: block;
}
.cont_wrapper.mode_ps #sec_info .tab_contents .tab_content .tag {
  width: fit-content;
  background: #5C946E;
  color: #ffffff;
  border-radius: 1vw;
}
.cont_wrapper.mode_ps #sec_info .tab_contents .tab_content .tag {
  font-size: 3.1992vw;
}
.cont_wrapper.mode_ps #sec_info .tab_contents .tab_content .tag {
  padding: 0.5332vw 1.5996vw 0.5332vw 1.5996vw;
}
.cont_wrapper.mode_ps #sec_info .tab_contents .tab_content .tag {
  margin-top: 2.1328vw;
}
@media print, screen and (min-width: 1025px) {
  .cont_wrapper.mode_ps #sec_info .tab_contents .tab_content .tag {
    font-size: 1.2rem;
    padding: 2px 8px;
    margin-top: 8px;
    border-radius: 4px;
  }
}
.cont_wrapper.mode_ps #sec_info .tab_contents .tab_content .tag.ps_event {
  background: #F8AF12;
}
.cont_wrapper.mode_ps #sec_info .tab_contents .tab_content .tag.ps_topic {
  background: #FF2B2B;
}
.cont_wrapper.mode_ps #sec_info .tab_contents .tab_content .tag.ps_welfare {
  background: #EF7A85;
}
@media screen and (max-width: 1024px) {
  .cont_wrapper.mode_ps #sec_info .tab_contents .tab_content .blog_li li .img {
    padding-top: 27.4598vw;
  }
}
.cont_wrapper.mode_ps #sec_about .sec_bg {
  background-color: #F1FCE8;
  background-image: url(../images/shop/bg_blob1.svg), url(../images/shop/bg_blob1.svg);
  background-repeat: no-repeat, no-repeat;
  background-position: right -12vw top -12vw, left -12vw bottom -12vw;
  background-size: auto 60vw, auto 40vw;
  border-radius: 24px;
}
.cont_wrapper.mode_ps #sec_about .sec_bg {
  padding-top: 10.664vw;
}
.cont_wrapper.mode_ps #sec_about .sec_bg {
  padding-bottom: 10.664vw;
}
@media print, screen and (min-width: 1025px) {
  .cont_wrapper.mode_ps #sec_about .sec_bg {
    max-width: 1760px;
    background-position: right -120px top -140px, left -60px bottom -60px;
    background-size: auto 650px, auto 500px;
    border-radius: 36px;
    padding: 60px 0 60px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media print, screen and (min-width: 1025px) {
  .cont_wrapper.mode_ps #sec_about .ttl_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.cont_wrapper.mode_ps #sec_about .ttl_box .ttl {
  font-size: 7.4648vw;
}
.cont_wrapper.mode_ps #sec_about .ttl_box .ttl {
  margin-bottom: 4.2656vw;
}
@media print, screen and (min-width: 1025px) {
  .cont_wrapper.mode_ps #sec_about .ttl_box .ttl {
    width: 38%;
    font-size: 3.2rem;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 1025px) {
  .cont_wrapper.mode_ps #sec_about .ttl_box > p {
    width: 60%;
  }
}
.cont_wrapper.mode_ps #sec_about .about_li {
  margin-top: 6.3984vw;
}
@media print, screen and (min-width: 1025px) {
  .cont_wrapper.mode_ps #sec_about .about_li {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
    gap: 32px 2%;
  }
}
.cont_wrapper.mode_ps #sec_about .about_li > li {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .cont_wrapper.mode_ps #sec_about .about_li > li + li {
    margin-top: 4.2656vw;
  }
}
@media print, screen and (min-width: 1025px) {
  .cont_wrapper.mode_ps #sec_about .about_li > li {
    width: 49%;
  }
}
.cont_wrapper.mode_ps #sec_about .about_li > li .img {
  overflow: hidden;
  border-radius: 8px;
}
.cont_wrapper.mode_ps #sec_about .about_li > li .name {
  margin-top: 1.0664vw;
}
@media print, screen and (min-width: 1025px) {
  .cont_wrapper.mode_ps #sec_about .about_li > li .name {
    text-align: center;
    margin-top: 16px;
  }
}
.cont_wrapper.mode_ps #sec_about .about_li > li .name span {
  background: url(../images/common_img/ps_arrow.svg) no-repeat right bottom/auto 80%;
  padding-right: 1.8em;
}

@keyframes scroll_arrow {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  85% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}/*# sourceMappingURL=top.css.map */