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

@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&family=Pacifico&family=Zen+Maru+Gothic:wght@700;900&display=swap");

:root {
  --heading-brown01: #ddb87f;
  --heading-brown02: #9e7331;
  --heading-green01: #0b7645;
  --heading-green02: #439469;
  --color-brown: #ab864d;
  --color-lightgreen: #bfe4d0;
  --color-lightbrown01: #bb8c44;
  --color-lightbrown02: #d5b789;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  text-spacing-trim: trim-start;
}
a:hover {
  opacity: 0.75;
}
a {
  transition: 0.3s;
}

/* 終了告知文 */
.Post {
  font-size: 22px;
  font-weight: 600;
  color: #c00;
  text-align: center;
}

/* H1 */
#PageName {
  background-color: var(--color-brown);
  width: 100%;
  font-size: 18px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  color: #fff;
  text-align: center;
  font-weight: bold;
  padding: 10px 0;
}

.en {
  display: block;
  font-family: "Pacifico", cursive;
  font-weight: 400;
  font-style: normal;
}

/* 見出し_start */
.heading {
  position: relative;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 900;
  font-style: normal;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 0.1em;
  z-index: 1;
}

.heading .en {
  font-size: 18px;
  letter-spacing: -0.01em;
  margin-bottom: 10px;
}

.heading small {
  display: block;
}

.heading-large {
  font-size: 36px;
  margin-bottom: 60px;
}

.heading-medium {
  font-size: 30px;
  margin-bottom: 50px;
}

.heading-small {
  font-size: 26px;
  margin-bottom: 20px;
}

.heading-small span {
  position: relative;
  display: inline-block;
}

.heading-small span::before,
.heading-small span::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("/attending/kokunai/asahiyama/images/dot-yellow02.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 33px;
  height: 5px;
}

.heading-small span::before {
  left: -53px;
}

.heading-small span::after {
  right: -53px;
}

.bg-green .heading h2::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  background-image: url("/attending/kokunai/asahiyama/images/dot-yellow01.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 61px;
  height: 5px;
}

.bg-orange .heading h2::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  background-image: url("/attending/kokunai/asahiyama/images/dot-brown.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 61px;
  height: 5px;
}

.bg-gray .heading h2::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  background-image: url("/attending/kokunai/asahiyama/images/dot-green.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 61px;
  height: 5px;
}

.bg-gray .heading.heading-medium::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  background-image: url("/attending/kokunai/asahiyama/images/dot-green.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 61px;
  height: 5px;
}

.bg-gray .block-information .heading h2::after {
  background-image: url("/attending/kokunai/asahiyama/images/dot-yellow01.png");
}

.bg-green .heading {
  color: #fff;
}

.bg-green .en {
  color: #f1d4a7;
}

.bg-gray .block-information .en {
  color: #f1d4a7;
}

.bg-orange .heading {
  color: var(--heading-brown02);
}

.bg-orange .heading span {
  color: var(--color-lightbrown01);
}

.bg-gray .heading {
  color: var(--heading-green01);
}
/* 見出し_end */

/* タイトル_start */
.keyvisual {
  background-image: url("/attending/kokunai/asahiyama/images/bg-title.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 460px;
}

.keyvisual {
  display: flex;
  justify-content: center;
  align-items: center;
}

.keyvisual img {
  width: auto;
  height: 460px;
}
/* タイトル_end */

.anchor-list {
  display: flex;
  justify-content: center;
  column-gap: 10px;
  width: 750px;
  margin: 0 auto 60px;
}

.anchor-list li:nth-child(even) {
  padding-top: 60px;
}

section {
  position: relative;
}

.sec01 {
  background-image: url("/attending/kokunai/asahiyama/images/bg1.png");
  background-size: cover;
  background-position: top center;
  background-repeat: repeat-y;
  padding: 100px 0 200px;
}

.sec02 {
  background-image: url("/attending/kokunai/asahiyama/images/bg2.png");
  background-size: cover;
  background-position: top center;
  background-repeat: repeat-y;
  padding: 0 0 200px;
}

.sec03 {
  background-image: url("/attending/kokunai/asahiyama/images/bg3.png");
  background-size: cover;
  background-position: top center;
  background-repeat: repeat-y;
  padding: 50px 0 200px;
}

.sec01.bg-green::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-image: url("/attending/kokunai/asahiyama/images/sec01-bg_bottom.png");
  background-size: 100% 100%;
  background-position: top center;
  background-repeat: no-repeat;
  width: 100%;
  height: 120px;
}

.sec02.bg-orange::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-image: url("/attending/kokunai/asahiyama/images/sec02-bg_bottom.png");
  background-size: 100% 100%;
  background-position: top center;
  background-repeat: no-repeat;
  width: 100%;
  height: 120px;
}

.sec03.bg-gray::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-image: url("/attending/kokunai/asahiyama/images/sec03-bg_bottom.png");
  background-size: 100% 100%;
  background-position: top center;
  background-repeat: no-repeat;
  width: 100%;
  height: 120px;
}

.sec03:last-of-type {
  padding: 100px 0 80px;
}

.sec03:last-of-type::after {
  content: none;
}

/* イラスト_start */
.illust01::before,
.illust02::before,
.illust03::before,
.illust04::before,
.illust05::before,
.illust06::before,
.illust07::before,
.illust08::before,
.illust09::before,
.illust10::before,
.illust11::before,
.illust12::before {
  content: "";
  position: absolute;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}

.illust01::before {
  top: -30px;
  left: 170px;
  background-image: url("/attending/kokunai/asahiyama/images/illust01-pc.png");
  width: 142px;
  height: 104px;
}

.illust02::before {
  top: -20px;
  right: 100px;
  background-image: url("/attending/kokunai/asahiyama/images/illust02-pc.png");
  width: 130px;
  height: 77px;
}

.illust03::before {
  top: -180px;
  right: -140px;
  background-image: url("/attending/kokunai/asahiyama/images/illust03-pc.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 75px;
  height: 132px;
}

.illust04::before {
  top: -260px;
  left: -90px;
  background-image: url("/attending/kokunai/asahiyama/images/illust04-pc.png");
  width: 55px;
  height: 133px;
  z-index: -1;
}

.illust05::before {
  top: -100px;
  left: 0;
  background-image: url("/attending/kokunai/asahiyama/images/illust05-pc.png");
  width: 921px;
  height: 202px;
}

.illust06::before {
  top: -83px;
  left: calc(50% + 40px);
  transform: translateX(-50%);
  background-image: url("/attending/kokunai/asahiyama/images/illust06-pc.png");
  width: 765px;
  height: 170px;
}

.illust07::before {
  top: -45px;
  left: 60px;
  background-image: url("/attending/kokunai/asahiyama/images/illust07-pc.png");
  width: 209px;
  height: 151px;
}

.illust08::before {
  bottom: -120px;
  right: 50px;
  background-image: url("/attending/kokunai/asahiyama/images/illust08-pc.png");
  width: 130px;
  height: 77px;
}

.illust09::before {
  top: -100px;
  left: calc(50% - 130px);
  transform: translateX(-50%);
  background-image: url("/attending/kokunai/asahiyama/images/illust09-pc.png");
  width: 82px;
  height: 33px;
}

.illust10::before {
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
  background-image: url("/attending/kokunai/asahiyama/images/illust10-pc.png");
  width: 524px;
  height: 102px;
}

.illust11::before {
  top: -160px;
  left: 50%;
  transform: translateX(-50%);
  background-image: url("/attending/kokunai/asahiyama/images/illust11-pc.png");
  width: 891px;
  height: 176px;
}

.illust12::before {
  bottom: -120px;
  left: calc(50% - 170px);
  transform: translateX(-50%);
  background-image: url("/attending/kokunai/asahiyama/images/illust12-pc.png");
  width: 169px;
  height: 115px;
}
/* イラスト_end */

/* コンテンツ_start */
.seo {
  width: 800px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  color: #fff;
  margin: 0 auto 70px;
}

.departure-list {
  background-color: #fff;
  border: 4px solid var(--color-lightbrown02);
  border-radius: 15px;
  display: flex;
  justify-content: center;
  column-gap: 20px;
  margin-bottom: 50px;
  padding: 40px 30px;
}

.Search__form {
  background-color: #fff;
  border: 4px solid var(--color-lightbrown02);
  border-radius: 15px;
}

.departure-link {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 5px;
  font-weight: 700;
  transition: 0.3s;
}
.departure-link:hover {
  color: var(--color-lightbrown02) !important;
  opacity: 1 !important;
}

.icon-arrow {
  position: relative;
  display: block;
  background-color: var(--color-lightbrown02);
  border-radius: 50%;
  width: 17px;
  height: 17px;
}

.icon-arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(50% - 1px);
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: transform 0.3s ease;
}
/* コンテンツ_end */

/* 旭山動物園の園内マップ_start */
.zoo-map {
  position: relative;
  background-image: url("/attending/kokunai/asahiyama/images/bg-map.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 1019px;
  height: 781px;
  margin: 0 auto;
}

.zoo-map_num {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.zoo-map_num li {
  position: absolute;
  width: 48px;
  height: 48px;
  transition: opacity 0.3s;
  cursor: pointer;
}

.zoo-map_num li img {
  filter: drop-shadow(0px 3px 8px rgba(0, 0, 0, 0.15));
}

.zoo-map_num li:hover {
  opacity: 0.8;
}

.num1 {
  top: 430px;
  left: 330px;
}

.num2 {
  top: 328px;
  left: 376px;
}

.num3 {
  top: 510px;
  left: 394px;
}

.num4 {
  top: 581px;
  left: 446px;
}

.num5 {
  top: 652px;
  left: 467px;
}

.num6 {
  top: 247px;
  left: 364px;
}

.num7 {
  top: 188px;
  left: 415px;
}

.num8 {
  top: 360px;
  left: 502px;
}

.num9 {
  top: 450px;
  left: 526px;
}

.num10 {
  bottom: 58px;
  right: 380px;
}

.num11 {
  bottom: 181px;
  right: 375px;
}

.num12 {
  bottom: 292px;
  right: 313px;
}

.num13 {
  bottom: 152px;
  right: 266px;
}

.num14 {
  bottom: 312px;
  right: 185px;
}

.zoo-map_animal {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.zoo-map_animal li {
  position: absolute;
}

.zoo-map_animal li img {
  transform: rotate(0deg);
  transition: transform 0.6s ease-out;
  transform-origin: center bottom;
}

.zoo-map_animal li.is-swinging img {
  animation: sway 1.2s ease-in-out infinite;
}

.animal1 {
  top: 402px;
  left: 295px;
  width: 37px;
  height: 50px;
}

.animal2 {
  top: 348px;
  left: 298px;
  width: 82px;
  height: 33px;
}

.animal3 {
  top: 550px;
  left: 340px;
  width: 80px;
  height: 56px;
}

.animal4 {
  top: 573px;
  left: 501px;
  width: 77px;
  height: 58px;
}

.animal5 {
  top: 656px;
  left: 392px;
  width: 70px;
  height: 91px;
}

.animal6 {
  top: 202px;
  left: 298px;
  width: 65px;
  height: 106px;
}

.animal7 {
  top: 233px;
  left: 465px;
  width: 70px;
  height: 56px;
}

.animal8 {
  top: 308px;
  left: 522px;
  width: 68px;
  height: 50px;
}

.animal9 {
  top: 430px;
  left: 466px;
  width: 68px;
  height: 42px;
}

.animal11 {
  bottom: 127px;
  right: 338px;
  width: 74px;
  height: 54px;
}

.animal12 {
  bottom: 338px;
  right: 273px;
  width: 48px;
  height: 66px;
}

.animal13 {
  bottom: 121px;
  right: 192px;
  width: 79px;
  height: 75px;
}

.animal14 {
  bottom: 326px;
  right: 110px;
  width: 77px;
  height: 69px;
}

.animal15 {
  top: 401px;
  left: 181px;
  width: 51px;
  height: 78px;
}

.animal16 {
  top: 93px;
  right: 249px;
  width: 58px;
  height: 77px;
}

.animal17 {
  top: 181px;
  right: 190px;
  width: 53px;
  height: 41px;
}

.animal18 {
  bottom: 159px;
  right: 112px;
  width: 67px;
  height: 55px;
}
/* アニメーション */
@keyframes sway {
  0% {
    transform: rotate(-10deg); /* 左端からスタート */
  }
  50% {
    transform: rotate(10deg); /* 右端へ */
  }
  100% {
    transform: rotate(-10deg); /* 左端へ戻る */
  }
}
/* 旭山動物園の園内マップ_end */

/* 旭山動物園の見どころ swiper設定_start */
.swiper-container {
  width: 100%;
  height: auto;
  margin-top: 50px;
  position: relative;
}

.swiper .swiper-wrapper {
  transition-timing-function: linear;
  pointer-events: auto;
}

.swiper-slide_highlight {
  width: 180px;
  height: 180px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: bold;
  color: #333;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  position: relative;

  pointer-events: none;
  opacity: 0.5;
  transition: opacity 0.3s, transform 0.3s;
}

.swiper-slide_highlight img {
  transition: opacity 0.3s;
}

.swiper-slide_highlight:hover img {
  opacity: 0.5;
}

.swiper .swiper-slide.is-active-zone::after {
  transition: opacity 0.3s;
}

.swiper .swiper-slide.is-active-zone:hover::after {
  opacity: 0.5;
}

.swiper .swiper-slide {
  pointer-events: none;
  opacity: 0.5;
  transition: opacity 0.3s;
}

.swiper .swiper-slide.is-active-zone {
  pointer-events: auto !important;
  cursor: pointer;
  opacity: 1;
  transition: 0.3s;
}
.swiper .swiper-slide.is-active-zone::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background-image: url("/attending/kokunai/asahiyama/images/hightlight-arrow.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 44px;
  height: 44px;
}
/* 旭山動物園の見どころ swiper設定_end */

/* モーダル内スタイル_start */
.my-popup_map {
  background: #fff;
  padding: 20px 20px 30px;
  max-width: 500px;
  margin: 0 auto;
  position: relative;
  border-radius: 8px;
}

.my-popup_map figure img {
  display: block;
  border-radius: 10px;
}

.my-popup_map figure h3 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 24px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 900;
  font-style: normal;
  color: #00bbef;
  margin-top: 20px;
}

.my-popup_map figure h3::before {
  content: attr(data-number);
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #00bbef;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  color: #fff;
  font-size: 24px;
  font-weight: 900;
  margin-right: 15px;
  padding-bottom: 3px;
}

.my-popup_map figure figcaption {
  font-size: 15px;
  font-weight: 500;
  margin-top: 15px;
}

.my-popup_map button.mfp-close {
  top: -25px;
  right: -25px;
  background-color: #00bbef;
  border-radius: 50%;
  font-size: 30px;
  color: #fff;
  opacity: 1;
}

.my-popup_content {
  background: #fff;
  padding: 20px 20px 30px;
  max-width: 500px;
  margin: 0 auto;
  position: relative;
  border-radius: 8px;
}

.my-popup_content button.mfp-close {
  top: -25px;
  right: -25px;
  background-color: var(--heading-green02);
  border-radius: 50%;
  font-size: 30px;
  color: #fff;
  opacity: 1;
}

.my-popup_content figure img {
  display: block;
  border-radius: 10px;
}

.my-popup_content figure h3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 24px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 900;
  font-style: normal;
  color: var(--color-brown);
  margin-top: 20px;
}

.my-popup_content figure h3 span {
  display: flex;
  align-items: center;
  background-color: #e6f3ee;
  border: solid 1px #dce6e2;
  border-radius: 4px;
  font-size: 15px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  color: var(--heading-green01);
  padding: 4px 8px;
}

.my-popup_content figure h3 span::before {
  content: "";
  display: block;
  background-image: url("/attending/kokunai/asahiyama/images/mark03.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 14px;
  height: 19px;
  margin-right: 7px;
}

.my-popup_content figure figcaption {
  font-size: 15px;
  font-weight: 500;
  margin-top: 15px;
}
.label_block .modal-label {
	margin-bottom: 5px;
}
/* モーダル内スタイル_end */

/* 体験・イベント_start */
.block-experience {
  counter-reset: num;
  position: relative;
  background-color: #fefffb;
  border-radius: 50px;
  width: 1024px;
  text-align: center;
  margin: 80px auto 0;
  padding: 50px 40px 70px;
  z-index: 1;
}

.block-experience h3.heading {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("/attending/kokunai/asahiyama/images/bg-experience.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 264px;
  height: 57px;
  color: #fff;
  margin-top: -80px;
}

.block-experience h4 {
  counter-increment: num;
  position: relative;
  display: inline-block;
  border-bottom: dotted 3px var(--heading-green02);
  font-size: 28px;
  color: var(--heading-green02);
  margin-top: 100px;
  margin-bottom: 30px;
  padding-bottom: 5px;
}

.block-experience h4::before {
  content: counter(num, decimal-leading-zero);
  position: absolute;
  top: -80px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 60px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 900;
  font-style: normal;
  color: var(--color-lightgreen);
}

.experience-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
}

.experience-images {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  z-index: 1;
}

.block-information {
  position: relative;
  background-image: url("/attending/kokunai/asahiyama/images/bg1.png");
  background-size: cover;
  background-position: top center;
  background-repeat: repeat-y;
  border-radius: 50px;
  width: 1024px;
  text-align: center;
  margin: 80px auto 0;
  padding: 70px 80px 80px;
  z-index: 1;
}

.box-information {
  background-color: #fefffb;
  border-radius: 20px;
  padding: 30px;
}

.box-information dl {
  text-align: left;
}

.box-information dl:first-child {
  background-image: linear-gradient(to bottom, #e0ebe6 3px, transparent 3px);
  background-size: 3px 6px;
  background-repeat: repeat-y;
  background-position: right top;
  margin-right: 30px;
  padding-right: 30px;
}

.box-information_inner {
  display: flex;
  justify-content: center;
  background-image: linear-gradient(to right, #e0ebe6 3px, transparent 3px);
  background-size: 6px 3px;
  background-repeat: repeat-x;
  background-position: left bottom;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.box-information_inner dl {
  width: 100%;
}

.box-information dl dt {
  border-left: solid 4px var(--heading-green01);
  font-size: 24px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 900;
  font-style: normal;
  color: var(--heading-green01);
  line-height: 1.2;
  padding-left: 15px;
}

.box-information dl dd p {
  font-weight: 500;
  margin-top: 20px;
}

.official-link {
  display: inline-block;
  color: var(--color-brown);
  font-weight: 500;
}

.transicion-text {
  display: block;
  font-size: 12px;
}

.map-asahiyamazoo {
  width: 800px;
  height: 400px;
  margin-top: 30px;
}

.btn-asahiyamazoo {
  width: 500px;
  margin: 60px auto 0;
  transition: 0.3s;
}
.btn-asahiyamazoo:hover {
  opacity: 0.75;
}
/* 体験・イベント_end */

/* 2泊3日モデルコースでご紹介！_start */
.modelcourse {
  counter-reset: num;
}

.block-modelcourse {
  position: relative;
  z-index: 1;
}

.block-modelcourse:not(:last-of-type) {
  padding-bottom: 50px;
}

.day {
  font-size: 28px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 900;
  font-style: normal;
  background-color: var(--heading-green01);
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
  padding: 5px 0;
}

.block-modelcourse .place {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 22px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 900;
  font-style: normal;
  column-gap: 20px;
  z-index: 1;
}

.block-modelcourse .place::before {
  content: "";
  display: block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 55px;
}

.block-modelcourse .place.i-mark {
  margin-bottom: 30px;
}

.block-modelcourse .place.i-mark::before {
  background-image: url("/attending/kokunai/asahiyama/images/mark01.png");
  height: 32px;
}

.block-modelcourse .place.i-bed::before {
  background-image: url("/attending/kokunai/asahiyama/images/mark02.png");
  height: 24px;
}

.block-modelcourse .place::after {
  content: "";
  position: absolute;
  top: 40px;
  left: 25px;
  display: block;
  background-image: url(/attending/kokunai/asahiyama/images/dot-motelcourse.png);
  background-size: cover;
  background-position: top center;
  background-repeat: repeat-y;
  width: 4px;
  height: 100%;
  z-index: -1;
}

.block-modelcourse .place:last-of-type::after {
  content: none;
}

.box-modelcourse {
  position: relative;
  display: flex;
  justify-content: space-between;
  z-index: 1;
}

.box-modelcourse_inner {
  position: relative;
  z-index: 1;
}

.box-modelcourse_inner::after {
  content: "";
  position: absolute;
  top: 40px;
  left: 25px;
  display: block;
  background-image: url(/attending/kokunai/asahiyama/images/dot-motelcourse.png);
  background-size: cover;
  background-position: top center;
  background-repeat: repeat-y;
  width: 4px;
  height: 95%;
  z-index: -1;
}

.block-modelcourse dl {
  counter-increment: num;
  position: relative;
  background-color: #fff;
  border-radius: 20px;
  width: 500px;
  margin-left: 85px;
  margin-bottom: 30px;
  padding: 20px 30px 25px;
}

.block-modelcourse dl::before {
  content: counter(num);
  display: flex;
  position: absolute;
  top: 0;
  left: -85px;
  justify-content: center;
  align-items: center;
  background-color: var(--heading-green02);
  border-radius: 50%;
  width: 55px;
  height: 55px;
  font-size: 28px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 900;
  font-style: normal;
  color: #fff;
}

.block-modelcourse dl dt {
  font-size: 22px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 900;
  font-style: normal;
  color: var(--color-brown);
}

.block-modelcourse dl dd p {
  font-weight: 500;
}

.block-modelcourse_image {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
  width: 386px;
}

.block-modelcourse_image li figure {
  position: relative;
}

.block-modelcourse_image li figure figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: var(--color-brown);
  border-radius: 0 10px 0 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
  padding: 6px 15px;
}

.block-modelcourse_image li img {
  border: solid 6px #fff;
}
/* 2泊3日モデルコースでご紹介！_end */

/* 北海道の観光情報を見る_start */
.block-tourist {
  display: flex;
  justify-content: center;
  column-gap: 40px;
  margin-bottom: 60px;
}

.tourist-link {
  position: relative;
}

.block-tourist li {
  border-radius: 20px;
  overflow: hidden;
}

.block-tourist figure {
  position: relative;
}

.block-tourist figure::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

.block-tourist figure figcaption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  font-size: 28px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 900;
  font-style: normal;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  z-index: 2;
}

.tourist-arrow-outer {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.tourist-arrow {
  position: relative;
  display: block;
  background-color: var(--heading-green02);
  border-top-left-radius: 8px;
  width: 50px;
  height: 50px;
}

.tourist-arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(50% + 3px);
  width: 10px;
  height: 10px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  border-radius: 2px;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: transform 0.3s ease;
}

.tourist-arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 1.5px);
  left: 17px;
  background-color: #fff;
  border-radius: 2px;
  width: 14px;
  height: 3px;
}
/* 北海道の観光情報を見る_end */

/* 旭山動物園のよくある質問_start */
details {
  position: relative;
  background-color: #fefffb;
  border-radius: 12px;
  padding: 18px 30px 18px 20px;
  overflow: hidden;
}

details:not(:last-of-type) {
  margin-bottom: 20px;
}

details:last-of-type {
  margin-bottom: 60px;
}

details[open] .accordion-content {
  height: auto;
}

summary {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  /* padding: 20px; */
  font-weight: 500;
  font-size: 1.8rem;
  cursor: pointer;
  list-style: none;
}

summary::before {
  content: "Q";
  display: block;
  background-color: var(--heading-green02);
  border-radius: 50%;
  width: 44px;
  height: 44px;
  font-size: 24px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 900;
  font-style: normal;
  line-height: 40px;
  color: #fff;
  text-align: center;
  margin-right: 20px;
}

summary::-webkit-details-marker {
  display: none;
}

.toggle-arrow {
  position: relative;
  right: -20px;
  margin-left: auto;
}

.toggle-arrow::before,
.toggle-arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 15px;
  height: 3px;
  background-color: var(--heading-green02);
  transition: transform 0.3s ease-out;
}

.toggle-arrow::after {
  transform: translateY(-50%) rotate(90deg);
}

.toggle-arrow::before {
  transform: translateY(-50%);
}

.is-open .toggle-arrow::after {
  transform: translateY(-50%) rotate(0deg);
}

.accordion-content {
  position: relative;
  display: flex;
  justify-content: flex-start;
  transition: height 0.3s ease;
  overflow: hidden;
}

.accordion-content::before {
  content: "A";
  display: block;
  width: 44px;
  height: 44px;
  background-color: var(--color-lightbrown02);
  border-radius: 50%;
  font-size: 24px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 900;
  font-style: normal;
  line-height: 40px;
  color: #fff;
  text-align: center;
  margin: 20px 0 0 0;
}

.accordion-content_inner {
  width: calc(100% - 64px);
  margin: 20px 0 0 20px;
}

.accordion-content_inner a {
  color: var(--color-lightbrown01);
  text-decoration: underline;
}

.qa-link {
  display: inline-block;
  font-weight: 600;
  margin-top: 10px;
}
/* 旭山動物園のよくある質問_end */

/* おすすめツアー_start */
.Tour__cassette {
  background-color: #fff;
  border-radius: 10px;
  width: 24.4rem;
  height: auto;
  overflow: hidden;
}

.Tour__swiper-link,
.Tour__swiper-other {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.Tour__swiper-link {
  transition: opacity 0.5s;
}

.Tour__swiper-link:hover {
  opacity: 0.5;
}

.Tour__cassette-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 0 1.5rem 1.5rem;
}

.Tour__image {
  padding: 1.5rem 1.5rem 0;
}

.Tour__image img {
  border-radius: 8px;
}

.Tour__label-items {
  display: flex;
  column-gap: 10px;
  margin-top: 1.5rem;
}

.Tour__label-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 47%;
  border-radius: 2px;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  padding: 0.5rem;
}

/* 文字専用 */
.Tour__label-text {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 12px;
}

.Tour__label-item__inner {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.label__hatsu {
  background-color: var(--color-brown);
  border-color: var(--color-brown);
  color: #fff;
}

.label__conductor {
  border: solid 1px var(--color-lightbrown02);
  color: var(--color-brown);
}

.Tour__title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  margin-top: 1rem;
}

.Tour__caption {
  font-size: 14px;
  line-height: 1.4;
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.Tour__price {
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  color: #df1515;
  text-align: right;
  margin-top: auto;
}
/* おすすめツアー_end */

.Tour__swiper-outer {
  position: relative;
  margin-bottom: 50px;
}

.Tour__swiper {
  --swiper-theme-color: var(--page-color);
  margin: 0 auto;
  padding-bottom: 0;
  position: static;
  overflow: hidden;
  list-style: none;
  z-index: 1;
}

.Tour__swiper:has(.swiper-scrollbar-lock) {
  padding-bottom: 0;
}

.Tour__swiper-button-next.swiper-button-disabled,
.Tour__swiper-button-prev.swiper-button-disabled {
  display: none;
}

.Tour__swiper-button-next,
.Tour__swiper-button-prev {
  position: absolute;
  top: calc(50% - 2rem);
  z-index: 10;
  width: 5rem;
  height: 5rem;
  background: var(--color-lightbrown02);
  border: solid 2px #fff;
  border-radius: 50%;
  transition: opacity 0.3s;
  cursor: pointer;
}

.Tour__swiper-button-next:hover,
.Tour__swiper-button-prev:hover {
  opacity: 0.7;
}

.Tour__swiper-button-next {
  right: -2.5rem;
  transform: translateY(-50%);
}

.Tour__swiper-button-prev {
  left: -2.5rem;
  transform: translateY(-50%) rotate(180deg);
}

.Tour__swiper-button-next:before,
.Tour__swiper-button-prev::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: calc(50% - 8px);
  transform: translateY(-50%) rotate(180deg);
  background-color: #fff;
  width: 14px;
  height: 3px;
}

.Tour__swiper-button-next:after,
.Tour__swiper-button-prev:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: calc(50% + 4px);
  width: 10px;
  height: 10px;
  border-top: 3px solid white;
  border-right: 3px solid white;
}

.Tour__swiper-button-next:after {
  transform: translate(-50%, -50%) rotate(45deg);
}

.Tour__swiper-button-prev:after {
  transform: translate(-50%, -50%) rotate(45deg);
}

.swiper-scrollbar {
  background: #e5e5e5;
}

.swiper-scrollbar-drag {
  background: #bebebe;
}
/* おすすめツアー_end */

/* おすすめ特集_start */
.swiper-slider__outer {
  position: relative;
}

.bannerCassette_content .bannerImg {
  width: 230px;
  height: 173px;
}
.swiper-wrapper {
  margin-bottom: 30px;
}

.swiper-button-prev {
  top: calc(50% - 15px);
  left: -25px;
}

.swiper-button-next {
  top: calc(50% - 15px);
  right: -25px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  content: none;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  display: none;
}

.swiper-button-prev,
.swiper-button-next {
  background-color: #fff;
  border-radius: 50%;

  width: 50px;
  height: 50px;
  cursor: pointer;
  z-index: 10;
  transition: all 0.3s;
  background-image: none;
}

.swiper-button-prev:active,
.swiper-button-next:active {
  transition: all 0.3s;
  opacity: 0.5;
}

.swiper-button-prev::before,
.swiper-button-next::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 15px;
  height: 15px;
}

.swiper-button-prev::before {
  left: 55%;
  transform: translate(-50%, -50%) rotate(-135deg);
}

.swiper-button-next::before {
  left: 45%;
  transform: translate(-50%, -50%) rotate(45deg);
}

.swiper-container-horizontal > .swiper-scrollbar {
  left: 0;
  width: 100%;
  height: 10px;
}

.swiper-slider__outer .swiper-button-prev::before,
.swiper-slider__outer .swiper-button-next::before {
  border-top: 3px solid #61574b;
  border-right: 3px solid #61574b;
}
/* おすすめ特集_end */
