@charset "UTF-8";
/* ====================
        変数名
==================== */
/* ====================
        mixin
==================== */
/* ====================
        共通部分
==================== */
html {
  overflow-x: hidden;
  scroll-padding-top: 64px;
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  background: #e9f6f8;
  color: #4a3636;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
}

.inner {
  padding-right: 20px;
  padding-left: 20px;
}
@media screen and (min-width: 1300px) {
  .inner {
    padding-right: 244px;
    padding-left: 244px;
  }
}

.button {
  display: inline-block;
  text-align: center;
  padding: 4px 22px 6px 22px;
  border-radius: 40px;
  border: 2px solid #4a3636;
  background: #fff;
  -webkit-box-shadow: 0px 4px 0px 0px #4a3636;
          box-shadow: 0px 4px 0px 0px #4a3636;
  font-size: 16px;
  font-weight: 700;
}
@media screen and (min-width: 900px) {
  .button {
    padding: 7px 37px 9px 37px;
    border: 3px solid #4a3636;
    font-size: 20px;
  }
}
.button:hover {
  background: #ffee56;
}

.section__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 900px) {
  .section__heading {
    padding-left: 20px;
    padding-right: 20px;
    gap: 8px;
  }
}

.section__heading-image {
  text-align: center;
}
.section__heading-image img {
  width: 37.333px;
}
@media screen and (min-width: 900px) {
  .section__heading-image img {
    width: 48px;
  }
}

.section__heading-main {
  font-family: "Courgette", sans-serif;
  font-size: 16px;
  line-height: 1.25;
}
@media screen and (min-width: 900px) {
  .section__heading-main {
    font-size: 20px;
  }
}

.section__heading-sub {
  font-family: "Kiwi Maru", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.25;
  white-space: nowrap;
  padding-bottom: 6px;
  border-bottom: 6px solid #ffee56;
}
@media screen and (min-width: 900px) {
  .section__heading-sub {
    font-size: 32px;
    padding-bottom: 8px;
    border-bottom: 8px solid #ffee56;
  }
}

.text-strong {
  font-weight: 700;
}

.under-line {
  text-decoration: underline;
}
.under-line:hover {
  color: #9ed0e0;
  text-decoration: underline;
}

@media screen and (min-width: 1512px) {
  .pc-hidden {
    display: none;
  }
}

@media screen and (min-width: 1300px) {
  .tb-hidden {
    display: none;
  }
}

@media screen and (max-width: 1299px) {
  .sp-hidden {
    display: none;
  }
}

@media screen and (min-width: 900px) {
  .bg-hidden {
    display: none;
  }
}

/* ====================
        header
==================== */
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 64px;
  background: #fff;
  padding: 16px 20px;
}
@media screen and (min-width: 1512px) {
  .header {
    padding: 14px 23px;
  }
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__logo img {
  display: block;
  width: 210px;
  height: 27px;
}
@media screen and (min-width: 1300px) {
  .header__logo {
    width: 183px;
    height: 24px;
  }
}

.header__drawer-button {
  position: relative;
  width: 32px;
  height: 26px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding-top: 3.6px;
  padding-bottom: 0.4px;
}
.header__drawer-button.is-checked .header__drawer-button-parts {
  display: block;
  width: 32px;
  height: 3px;
  background: #4a3636;
  border-radius: 30px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.header__drawer-button.is-checked .header__drawer-button-bars .header__drawer-button-bar:nth-child(1) {
  display: none;
}
.header__drawer-button.is-checked .header__drawer-button-bars .header__drawer-button-bar:nth-child(2) {
  top: 14px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (min-width: 1300px) {
  .header__drawer-button {
    display: none;
  }
}

.header__drawer-button-parts {
  position: absolute;
  top: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 32px;
  -webkit-transform-origin: 1px 7px;
          transform-origin: 1px 7px;
  -webkit-transition: -webkit-transform 0.7s;
  transition: -webkit-transform 0.7s;
  transition: transform 0.7s;
  transition: transform 0.7s, -webkit-transform 0.7s;
}

.header__drawer-button-parts--left {
  width: 25.6px;
  height: 3px;
  background: #4a3636;
  border-radius: 30px;
}

.header__drawer-button-parts--right {
  width: 4.8px;
  height: 3px;
  background: #4a3636;
  border-radius: 30px;
}

.header__drawer-button-bar {
  position: absolute;
  display: block;
  width: 32px;
  height: 3px;
  background: #4a3636;
  border-radius: 30px;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.header__drawer-button-bar:nth-child(1) {
  top: 14.6px;
}
.header__drawer-button-bar:nth-child(2) {
  top: 26.6px;
}

.header__nav {
  position: fixed;
  top: 64px;
  left: 0;
  width: 100%;
  height: 0;
  background: #fff;
  overflow: hidden;
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
  z-index: 900;
}
.header__nav.is-checked {
  height: 100%;
}
@media screen and (min-width: 1300px) {
  .header__nav {
    position: static;
    overflow: visible;
    width: auto;
    height: auto;
  }
}

.header__nav-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 82px 114px;
}
@media screen and (min-width: 1300px) {
  .header__nav-items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 12px;
    padding: 0;
  }
}

.header__nav-item {
  white-space: nowrap;
}
.header__nav-item .nav-hover {
  display: block;
}
.header__nav-item .nav-hover:hover {
  color: #9ed0e0;
  text-decoration: underline;
}
@media screen and (min-width: 1300px) {
  .header__nav-item {
    font-size: 12px;
  }
}

@media screen and (min-width: 1300px) {
  .header__button {
    margin-left: 4px;
    padding: 4px 22px 4px 22px;
    font-size: 14px;
  }
}

/* ====================
    first view
==================== */
.fv {
  margin-top: 64px;
}

.fv__content {
  position: relative;
  text-align: center;
  width: 100%;
  height: 710px;
}
@media screen and (min-width: 900px) {
  .fv__content {
    height: 900px;
  }
}

.fv__bg {
  text-align: center;
}
.fv__bg img {
  width: 100%;
  height: 554px;
  border-radius: 0px 0px 24px 24px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 900px) {
  .fv__bg img {
    height: 740px;
  }
}

.fv__text {
  position: absolute;
  top: 17px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
  text-shadow: 0px 0px 30px #fff;
  font-family: "Kiwi Maru", sans-serif;
  line-height: 1.25;
}
@media screen and (min-width: 900px) {
  .fv__text {
    top: 34px;
    font-size: 24px;
    font-weight: 500;
  }
}

.fv__title {
  position: absolute;
  top: 73px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
@media screen and (min-width: 900px) {
  .fv__title {
    top: 118px;
    gap: 16px;
  }
}

.fv__title-first img {
  width: 335px;
  height: 53px;
}
@media screen and (min-width: 900px) {
  .fv__title-first img {
    width: 520px;
    height: 82px;
  }
}

.fv__title-second img {
  width: 240px;
  height: 40px;
}
@media screen and (min-width: 900px) {
  .fv__title-second img {
    width: 356px;
    height: 60px;
  }
}

.fv__images {
  position: relative;
  max-width: 335px;
  top: -366px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 900px) {
  .fv__images {
    max-width: 846px;
    top: -463px;
  }
}

.fv__fukidashi {
  position: absolute;
  top: 7px;
  left: 0;
}
.fv__fukidashi img {
  width: 142px;
  height: 80px;
}
@media screen and (min-width: 900px) {
  .fv__fukidashi {
    top: 0;
    left: 37px;
  }
  .fv__fukidashi img {
    width: 244px;
    height: 130px;
  }
}

.fv__present {
  position: absolute;
  top: 0;
  right: 25px;
}
.fv__present img {
  width: 110px;
  height: 110px;
}
@media screen and (min-width: 900px) {
  .fv__present {
    top: 17px;
    right: 126px;
  }
  .fv__present img {
    width: 180px;
    height: 180px;
  }
}

.fv__sp {
  position: relative;
  top: -263px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 335px;
}
@media screen and (min-width: 900px) {
  .fv__sp {
    top: -430px;
  }
}

.fv__sp-image img {
  width: 200px;
  height: 408px;
}
@media screen and (min-width: 900px) {
  .fv__sp-image img {
    width: 250px;
    height: 510px;
  }
}

.fv__sp-box {
  position: absolute;
  top: 122.6px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12.8px;
  width: 160px;
  overflow: hidden;
  border-radius: 12.8px;
  background: #fff;
  padding-bottom: 19.2px;
}
@media screen and (min-width: 900px) {
  .fv__sp-box {
    top: 152.5px;
    gap: 16px;
    width: 200px;
    border-radius: 16px;
    padding-bottom: 24px;
  }
}

.sp__box-head {
  width: 100%;
  padding: 6.4px 9.6px;
  background: linear-gradient(265deg, #ac3790 -3.52%, #d65a5c 44.94%, #f4c06d 92.38%);
  color: #fff;
  text-align: center;
  font-size: 12.8px;
  font-weight: 700;
}
@media screen and (min-width: 900px) {
  .sp__box-head {
    padding: 8px 12px;
    font-size: 16px;
  }
}

.sp__box-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3.2px;
  padding-left: 14px;
  padding-right: 14px;
}
@media screen and (min-width: 900px) {
  .sp__box-body {
    row-gap: 4px;
    padding-left: 12px;
    padding-right: 12px;
  }
}

.sp__box-title {
  display: inline-block;
  width: 48px;
  margin: 0 auto;
  font-size: 12px;
  padding-bottom: 0.8px;
  border-bottom: 2.4px solid #ce2073;
}
@media screen and (min-width: 900px) {
  .sp__box-title {
    width: 56px;
    font-size: 14px;
    padding-bottom: 1px;
    border-bottom: 3px solid #ce2073;
  }
}

.sp__box-date {
  text-align: center;
  font-size: 12px;
  font-weight: 700;
}
@media screen and (min-width: 900px) {
  .sp__box-date {
    font-size: 16px;
  }
}

.sp__box-button .button {
  font-size: 14px;
  padding: 1px 22px 4px 22px;
  border: 2px solid #4a3636;
}
@media screen and (min-width: 900px) {
  .sp__box-button .button {
    padding: 3px 22px 8px 22px;
    font-size: 16px;
  }
}

.fv__foods {
  position: absolute;
  bottom: -11px;
  left: 0;
}
.fv__foods img {
  width: 90px;
  height: 141px;
}
@media screen and (min-width: 900px) {
  .fv__foods {
    bottom: -16px;
    left: -256px;
  }
  .fv__foods img {
    width: 212px;
    height: 332px;
  }
}

.fv__cats {
  position: relative;
  bottom: 0;
  right: 0;
}
@media screen and (min-width: 900px) {
  .fv__cats {
    right: 42px;
  }
}

.fv__cat-black {
  position: absolute;
  bottom: 47px;
  right: 0;
}
.fv__cat-black img {
  width: 62px;
  height: 69px;
}
@media screen and (min-width: 900px) {
  .fv__cat-black {
    right: -236px;
    bottom: 44px;
  }
  .fv__cat-black img {
    width: 170px;
    height: 190px;
  }
}

.fv__cat-blown {
  position: absolute;
  bottom: -11px;
  right: 9px;
}
.fv__cat-blown img {
  width: 98px;
  height: 72px;
}
@media screen and (min-width: 900px) {
  .fv__cat-blown {
    bottom: -60px;
    right: -299px;
  }
  .fv__cat-blown img {
    width: 233px;
    height: 174px;
  }
}

/* ====================
        about
==================== */
.about {
  position: relative;
  margin-top: 32px;
}
@media screen and (min-width: 900px) {
  .about {
    margin-top: 15px;
  }
}

.about__wrapper {
  position: relative;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 335px;
  padding-bottom: 139.67px;
}
.about__wrapper::before {
  content: "";
  position: absolute;
  top: -10px;
  right: -20px;
  width: 54px;
  height: 120px;
  background: url(../img/img-bg-pawpads.png);
  background-size: cover;
  background-position: top right;
  z-index: -1;
}
.about__wrapper::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  width: 335px;
  height: 139.67px;
  background-image: url(../img/about__button.png), url(../img/about__goods.png);
  background-repeat: no-repeat;
  background-size: 48px, 133px 65px;
  background-position: top 11px right 1px, top 53px right 37px;
}
@media screen and (min-width: 600px) {
  .about__wrapper {
    width: 550px;
  }
  .about__wrapper::before {
    right: -55px;
    width: 70px;
    height: 156px;
  }
  .about__wrapper::after {
    width: 550px;
    background-size: 70px, 155px 87px;
    background-position: top 11.67px right, top 53.67px right 30px;
  }
}
@media screen and (min-width: 900px) {
  .about__wrapper {
    width: 800px;
    padding-bottom: 167px;
  }
  .about__wrapper::before {
    top: -50px;
    right: 0;
    width: 100px;
    height: 222px;
  }
  .about__wrapper::after {
    right: -50px;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    bottom: 50px;
    z-index: -1;
    width: 308px;
    height: 306px;
    background-size: 81px 80px, 288px 130px;
    background-position: top right 76px, bottom center;
  }
}
@media screen and (min-width: 1300px) {
  .about__wrapper {
    width: 1024px;
    padding-bottom: 167px;
  }
  .about__wrapper::before {
    top: -80px;
    right: -78px;
    width: 100px;
    height: 220px;
  }
  .about__wrapper::after {
    right: -170px;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    bottom: 88px;
    z-index: -1;
    width: 308px;
    height: 306px;
    background-size: 101px 100px, 308px 150px;
    background-position: top right 76px, bottom center;
  }
}

.about__image-right {
  position: absolute;
  top: 273px;
  right: -160px;
}
.about__image-right img {
  width: 200px;
  height: 200px;
}
@media screen and (min-width: 600px) {
  .about__image-right {
    top: 200px;
    right: -200px;
  }
  .about__image-right img {
    width: 300px;
    height: 300px;
  }
}
@media screen and (min-width: 900px) {
  .about__image-right {
    top: 100px;
    right: -350px;
  }
  .about__image-right img {
    width: 400px;
    height: 400px;
  }
  .about__image-right::before {
    content: "";
    position: absolute;
    bottom: -100px;
    left: -100px;
    z-index: -2;
    width: 807px;
    height: 45.01px;
    background-image: url(../img/about__wavyline.png), url(../img/about__wavyline.png);
    background-repeat: no-repeat;
    background-position: top left 67.07px, bottom left;
    background-size: contain;
  }
}
@media screen and (min-width: 1300px) {
  .about__image-right {
    top: 73.03px;
    right: -528px;
  }
  .about__image-right img {
    width: 480px;
    height: 480px;
  }
  .about__image-right::before {
    left: -112.12px;
  }
}

.about__image-left {
  position: absolute;
  top: 395px;
  left: -160px;
}
.about__image-left img {
  width: 200px;
  height: 200px;
}
@media screen and (min-width: 600px) {
  .about__image-left {
    top: 350px;
    left: -200px;
  }
  .about__image-left img {
    width: 300px;
    height: 300px;
  }
}
@media screen and (min-width: 900px) {
  .about__image-left {
    top: 150px;
    left: -350px;
    border-radius: 40px;
  }
  .about__image-left img {
    width: 400px;
    height: 400px;
  }
  .about__image-left::after {
    content: "";
    position: absolute;
    top: -94px;
    right: -37px;
    z-index: -1;
    width: 250px;
    height: 250px;
    background: url(../img/about__diagonal.png) no-repeat center center/cover;
  }
}
@media screen and (min-width: 1300px) {
  .about__image-left {
    top: 74px;
    left: -582px;
  }
  .about__image-left img {
    width: 480px;
    height: 480px;
  }
  .about__image-left::after {
    right: -87px;
  }
}

.about__content {
  position: relative;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  padding: 40px 12px;
  border-radius: 24px;
  background: #fff;
  width: 335px;
  z-index: 0;
}
.about__content::after {
  content: "";
  position: absolute;
  bottom: -36px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100px;
  height: 36px;
  background: url(../img/about-arrow.png) no-repeat center center/cover;
}
@media screen and (min-width: 600px) {
  .about__content {
    width: 500px;
  }
}
@media screen and (min-width: 900px) {
  .about__content {
    width: 550px;
  }
  .about__content::after {
    bottom: -40px;
    width: 120px;
    height: 40px;
  }
}
@media screen and (min-width: 1300px) {
  .about__content {
    gap: 32px;
    padding: 41px 114px;
    width: 848px;
    height: 829px;
    border-radius: 40px;
  }
  .about__content::after {
    bottom: -50px;
    width: 140px;
    height: 50px;
  }
}

.about__image-pic1 {
  position: absolute;
  top: 31.87px;
  left: 33px;
}
.about__image-pic1 img {
  width: 88px;
  height: 70px;
}
@media screen and (min-width: 600px) {
  .about__image-pic1 {
    top: 30px;
    left: 45px;
  }
  .about__image-pic1 img {
    width: 100px;
    height: 80px;
  }
}
@media screen and (min-width: 1300px) {
  .about__image-pic1 {
    top: 40.35px;
    left: 85px;
  }
  .about__image-pic1 img {
    width: 148px;
    height: 118px;
  }
}

.about__image-pic2 {
  position: absolute;
  top: 30px;
  right: 19.78px;
}
.about__image-pic2 img {
  width: 88px;
  height: 70px;
}
@media screen and (min-width: 600px) {
  .about__image-pic2 {
    top: 30px;
    right: 45px;
  }
  .about__image-pic2 img {
    width: 100px;
    height: 80px;
  }
}
@media screen and (min-width: 1300px) {
  .about__image-pic2 {
    top: 47px;
    right: 84.3px;
  }
  .about__image-pic2 img {
    width: 148px;
    height: 118px;
  }
}

.about__content-head {
  text-align: center;
  font-weight: 700;
}
@media screen and (min-width: 1300px) {
  .about__content-head {
    font-size: 16px;
  }
}

.about__content-body {
  text-align: center;
  font-size: 12px;
  line-height: 19px;
}
@media screen and (min-width: 1300px) {
  .about__content-body {
    font-size: 16px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    line-height: 26px;
  }
}

.about__content-text {
  font-weight: 700;
  padding-bottom: 6px;
  border-bottom: 2px dashed #9ed0e0;
  margin-top: 8px;
}
@media screen and (min-width: 1300px) {
  .about__content-text {
    font-size: 20px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-top: 13px;
    padding-bottom: 10px;
  }
}

@media screen and (min-width: 1512px) {
  .about__content-button {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

.about__image-stairs {
  position: absolute;
  bottom: 63px;
  left: 0;
  z-index: 0;
}
.about__image-stairs img {
  display: block;
  width: 138px;
  height: 214px;
}
@media screen and (min-width: 900px) {
  .about__image-stairs {
    left: -30px;
    bottom: 30px;
  }
  .about__image-stairs img {
    width: 230px;
    height: 380px;
  }
}
@media screen and (min-width: 1300px) {
  .about__image-stairs {
    left: -103px;
    bottom: 149px;
  }
  .about__image-stairs img {
    width: 427px;
    height: 817px;
  }
}

.swiper {
  position: relative;
  padding-top: 37px;
}
.swiper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 355px;
  height: 37px;
  background: url(../img/about__onomichi.png) no-repeat center center/cover;
}
@media screen and (min-width: 900px) {
  .swiper {
    padding-top: 66px;
  }
  .swiper::before {
    width: 600px;
    height: 66px;
  }
}
@media screen and (min-width: 1300px) {
  .swiper {
    padding-top: 93px;
  }
  .swiper::before {
    width: 891px;
    height: 97px;
  }
}

.swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important;
}

.swiper-slide {
  width: 100px;
}
.swiper-slide img {
  width: 100%;
}
@media screen and (min-width: 900px) {
  .swiper-slide {
    width: 150px;
  }
}
@media screen and (min-width: 1300px) {
  .swiper-slide {
    width: 200px;
  }
}

/* ====================
    How to Enter
==================== */
.how-to-enter {
  margin-top: 32.8px;
}
@media screen and (min-width: 900px) {
  .how-to-enter {
    margin-top: 48px;
  }
}
@media screen and (min-width: 1300px) {
  .how-to-enter {
    margin-top: 60px;
  }
}

.how-to-enter__inner {
  position: relative;
  padding-top: 32px;
  max-width: 375px;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url(../img/how-to-enter_map.png);
  background-repeat: no-repeat;
  background-position: 0px 32.8px;
  background-size: 149px 223px;
}
.how-to-enter__inner::before {
  content: "";
  position: absolute;
  top: 104px;
  right: 20px;
  width: 55px;
  height: 123px;
  background: url(../img/img-bg-pawpads.png);
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  -webkit-transform-origin: center;
          transform-origin: center;
  z-index: 0;
}
@media screen and (min-width: 900px) {
  .how-to-enter__inner {
    padding-top: 60px;
    max-width: 900px;
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 300px 500px;
  }
  .how-to-enter__inner::before {
    top: 205px;
    right: -10px;
    width: 75px;
    height: 170px;
  }
}
@media screen and (min-width: 1300px) {
  .how-to-enter__inner {
    max-width: 1440px;
    background-size: 459px 687px;
    padding-right: 200px;
    padding-left: 200px;
  }
  .how-to-enter__inner::before {
    top: 205px;
    right: 0;
    width: 100px;
    height: 222px;
  }
  .how-to-enter__inner::after {
    content: "";
    position: absolute;
    bottom: 52px;
    left: 0;
    width: 100px;
    height: 220px;
    background: url(../img/img-bg-pawpads.png);
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transform: scaleY(-1);
            transform: scaleY(-1);
    -webkit-transform-origin: center;
            transform-origin: center;
    z-index: 0;
  }
}

.how-to-enter__left-cat {
  position: absolute;
  top: 32px;
  right: 24px;
  width: 105px;
  height: 63px;
}
.how-to-enter__left-cat img {
  width: 100%;
}
@media screen and (min-width: 900px) {
  .how-to-enter__left-cat {
    top: 63px;
    right: 104px;
    width: 175px;
    height: 100px;
  }
}
@media screen and (min-width: 1300px) {
  .how-to-enter__left-cat {
    top: 31px;
    right: 194px;
    width: 240px;
    height: 140px;
  }
}

.how-to-enter__right-cat {
  position: absolute;
  top: 37px;
  right: -31px;
  width: 94px;
  height: 80px;
}
.how-to-enter__right-cat img {
  width: 100%;
}
@media screen and (min-width: 900px) {
  .how-to-enter__right-cat {
    top: 70px;
    right: 9px;
    width: 154px;
    height: 130px;
  }
}
@media screen and (min-width: 1300px) {
  .how-to-enter__right-cat {
    top: 41px;
    right: 69px;
    width: 214px;
    height: 181px;
  }
}

.how-to-enter__items {
  margin: 32px auto 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 34px;
  max-width: 335px;
}
@media screen and (min-width: 900px) {
  .how-to-enter__items {
    margin-top: 36px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 10px;
    max-width: 900px;
  }
}
@media screen and (min-width: 1300px) {
  .how-to-enter__items {
    margin-top: 38px;
    gap: 31px;
    max-width: 1024px;
  }
}

.how-to-enter__item {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  padding-bottom: 16px;
}
.how-to-enter__item:nth-of-type(1)::before, .how-to-enter__item:nth-of-type(2)::before {
  content: "";
  position: absolute;
  bottom: -34px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 9px;
  height: 34px;
  background: url(../img/sp/how-to-enter__stepline.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 10;
}
.how-to-enter__item:nth-of-type(2)::after {
  content: "";
  position: absolute;
  top: -17.78px;
  left: 0;
  width: 55px;
  height: 120px;
  background: url(../img/img-bg-pawpads.png);
  background-size: 55px 120px;
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
  -webkit-transform-origin: center;
          transform-origin: center;
  z-index: 0;
}
.how-to-enter__item:nth-of-type(3) {
  padding-bottom: 15px;
}
.how-to-enter__item:nth-of-type(3)::after {
  content: "";
  position: absolute;
  top: -81.45px;
  right: 0;
  width: 55px;
  height: 120px;
  background: url(../img/img-bg-pawpads.png);
  background-size: 55px 120px;
  -webkit-transform: scaleX(-1) scaleY(-1);
          transform: scaleX(-1) scaleY(-1);
  -webkit-transform-origin: center;
          transform-origin: center;
  z-index: 0;
}
@media screen and (min-width: 900px) {
  .how-to-enter__item {
    padding-bottom: 18px;
  }
  .how-to-enter__item:nth-of-type(1)::before, .how-to-enter__item:nth-of-type(2)::before {
    bottom: 324px;
    left: 225px;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    width: 113px;
    height: 24px;
    background: url(../img/how-to-enter__stepline.png);
    background-repeat: no-repeat;
    background-size: contain;
  }
  .how-to-enter__item:nth-of-type(2) {
    top: 35px;
  }
  .how-to-enter__item:nth-of-type(2)::before {
    left: 200px;
  }
  .how-to-enter__item:nth-of-type(2)::after {
    display: none;
  }
  .how-to-enter__item:nth-of-type(3)::after {
    display: none;
  }
}
@media screen and (min-width: 1300px) {
  .how-to-enter__item {
    padding-bottom: 18px;
  }
  .how-to-enter__item:nth-of-type(1)::before, .how-to-enter__item:nth-of-type(2)::before {
    bottom: 326px;
    left: 255px;
  }
  .how-to-enter__item:nth-of-type(2) {
    top: 69px;
  }
  .how-to-enter__item:nth-of-type(2)::before {
    bottom: 332px;
    left: 265px;
  }
}

.how-to-enter__image {
  text-align: center;
  width: 196px;
  height: 210px;
}
.how-to-enter__image img {
  width: 100%;
}
@media screen and (min-width: 900px) {
  .how-to-enter__image {
    width: 224px;
    height: 255px;
  }
}
@media screen and (min-width: 1300px) {
  .how-to-enter__image {
    width: 280px;
    height: 300px;
  }
}

.how-to-enter__title {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
}
@media screen and (min-width: 900px) {
  .how-to-enter__title {
    margin-top: 20px;
    font-size: 18px;
  }
}
@media screen and (min-width: 1300px) {
  .how-to-enter__title {
    margin-top: 9px;
    font-size: 20px;
  }
}

.how-to-enter__text {
  text-align: center;
  font-size: 12px;
}
@media screen and (min-width: 900px) {
  .how-to-enter__text {
    font-size: 14px;
    white-space: nowrap;
  }
}
@media screen and (min-width: 1300px) {
  .how-to-enter__text {
    font-size: 16px;
  }
}

.how-to-enter__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding: 8px 15px;
  background: #fff;
}
@media screen and (min-width: 900px) {
  .how-to-enter__link {
    margin-top: 6px;
  }
}
@media screen and (min-width: 1300px) {
  .how-to-enter__link {
    margin-top: 0px;
    padding: 10px 15px;
  }
}

.how-to-enter__link-img {
  text-align: center;
  width: 20px;
  height: 20px;
}
.how-to-enter__link-img img {
  display: block;
  width: 100%;
}
@media screen and (min-width: 900px) {
  .how-to-enter__link-img {
    width: 20px;
    height: 20px;
  }
}
@media screen and (min-width: 1300px) {
  .how-to-enter__link-img {
    width: 24px;
    height: 24px;
  }
}

.how-to-enter__link-text {
  font-weight: 700;
}
@media screen and (min-width: 900px) {
  .how-to-enter__link-text {
    font-size: 16px;
  }
}
.text__strong {
  font-weight: 700;
}
@media screen and (min-width: 900px) {
  .text__strong {
    font-size: 16px;
  }
}
.how-to-enter__button {
  padding-bottom: 20px;
}
@media screen and (min-width: 900px) {
  .how-to-enter__button {
    margin-top: 40px;
    text-align: center;
  }
}
@media screen and (min-width: 1300px) {
  .how-to-enter__button {
    margin-top: 40px;
    text-align: center;
  }
}

/* ====================
        prizes
==================== */
.prizes {
  margin-top: 17.67px;
}
@media screen and (min-width: 900px) {
  .prizes {
    margin-top: 136px;
  }
}

.prizes__inner {
  padding-top: 83px;
}
@media screen and (min-width: 900px) {
  .prizes__inner {
    padding-top: 120.97px;
    max-width: 880px;
    margin: 0 auto;
    background-image: url(../img/prizes__pattern-left.png), url(../img/prizes__pattern-right.png);
    background-repeat: no-repeat;
    background-size: 275px 86px;
    background-position: top left, top right;
  }
}
@media screen and (min-width: 1100px) {
  .prizes__inner {
    padding-top: 120.97px;
    max-width: 1024px;
    margin: 0 auto;
    background-image: url(../img/prizes__pattern-left.png), url(../img/prizes__pattern-right.png);
    background-repeat: no-repeat;
    background-size: 315px 86px;
    background-position: top left, top right;
  }
}

.prizes__content {
  position: relative;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #fff;
  border-radius: 24px;
  max-width: 503px;
  padding-top: 59.33px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 34.67px;
  z-index: 10;
}
.prizes__content::before {
  content: "";
  position: absolute;
  top: -83px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 237.6px;
  height: 83px;
  background: url(../img/sp/prizes__deco.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 900px) {
  .prizes__content {
    max-width: 880px;
    padding-top: 64.03px;
    padding-left: 56px;
    padding-right: 56px;
    padding-bottom: 53px;
  }
  .prizes__content::before {
    top: -148.967px;
    width: 365.624px;
    height: 148.967px;
    background: url(../img/prizes__deco.png);
    background-repeat: no-repeat;
    background-size: contain;
  }
}
@media screen and (min-width: 1100px) {
  .prizes__content {
    max-width: 1024px;
  }
}

.prizes__heading {
  position: absolute;
  top: -63px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding-left: 13px;
  padding-right: 13px;
}
@media screen and (min-width: 900px) {
  .prizes__heading {
    top: -120.967px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.prizes__text {
  text-align: center;
  font-size: 12px;
}
@media screen and (min-width: 900px) {
  .prizes__text {
    font-size: 16px;
  }
}

.prizes__items {
  margin-top: 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  width: 100%;
}
@media screen and (min-width: 900px) {
  .prizes__items {
    margin-top: 32px;
    gap: 40px;
  }
}

.prizes__item-first {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  width: 100%;
}
@media screen and (min-width: 1300px) {
  .prizes__item-first {
    gap: 32px;
  }
}

.prizes__item-second {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 14px;
}
@media screen and (min-width: 900px) {
  .prizes__item-second {
    width: 768px;
    gap: 38px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
@media screen and (min-width: 1100px) {
  .prizes__item-second {
    width: 100%;
  }
}

.prizes__item {
  position: relative;
  margin-top: 24px;
  width: calc(50% - 7.5px);
}
.prizes__item:hover {
  outline: 4px solid #9ed0e0;
  border-radius: 8px;
}
.prizes__item:hover .prizes__item-card .prizes__item-head img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.prizes__item:hover .prizes__item-card .prizes__item-body::after {
  background: #9ed0e0;
}
@media screen and (min-width: 900px) {
  .prizes__item:hover {
    border-radius: 24px;
  }
}

.prizes__item-no {
  position: absolute;
  top: -24px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 10;
  width: 48px;
}
.prizes__item-no img {
  width: 100%;
}

.prizes__item-card {
  overflow: hidden;
  width: 100%;
  border-radius: 8px;
  background: #f5f5f5;
}

.prizes__item-head {
  overflow: hidden;
}
.prizes__item-head img {
  width: 100%;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -o-object-fit: cover;
     object-fit: cover;
}

.prizes__item-body {
  position: relative;
  height: 56px;
  padding: 5px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.prizes__item-body::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 36px;
  height: 36px;
  background: #67b0c7;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  border-bottom-right-radius: 8px;
}

.prizes__item-text {
  text-align: center;
  font-size: 12px;
  font-weight: 700;
}

.prizes__item-image {
  position: absolute;
  bottom: 6.12px;
  right: 5.22px;
  z-index: 1;
  width: 11.52px;
}
.prizes__item-image img {
  display: block;
  width: 100%;
}

@media screen and (min-width: 900px) {
  .prizes__first-item {
    margin-top: 50px;
    width: 100%;
    height: 100%;
  }
}

@media screen and (min-width: 900px) {
  .prizes__first-no {
    top: -50px;
    width: 100px;
    height: 100px;
  }
}

@media screen and (min-width: 900px) {
  .prizes__first-card {
    border-radius: 24px;
  }
}

@media screen and (min-width: 900px) {
  .prizes__first-head img {
    height: 340px;
  }
}

@media screen and (min-width: 900px) {
  .prizes__first-body {
    height: 120px;
    padding: 28px 100px;
  }
  .prizes__first-body::after {
    width: 100px;
    height: 100px;
    border-bottom-right-radius: 24px;
  }
}

@media screen and (min-width: 900px) {
  .prizes__first-text {
    font-size: 20px;
  }
}

@media screen and (min-width: 900px) {
  .prizes__first-image {
    position: absolute;
    bottom: 15px;
    right: 12.5px;
    width: 32px;
    height: 32px;
  }
}

@media screen and (min-width: 900px) {
  .prizes__second-item {
    margin-top: 40px;
    width: 278px;
    height: 100%;
  }
}

@media screen and (min-width: 900px) {
  .prizes__second-no {
    top: -40px;
    width: 80px;
    height: 80px;
  }
}

@media screen and (min-width: 900px) {
  .prizes__second-card {
    border-radius: 16px;
  }
}

@media screen and (min-width: 900px) {
  .prizes__second-head img {
    height: 240px;
  }
}

@media screen and (min-width: 900px) {
  .prizes__second-body {
    height: 80px;
    padding: 27px;
  }
  .prizes__second-body::after {
    width: 64px;
    height: 64px;
    border-bottom-right-radius: 16px;
  }
}

@media screen and (min-width: 900px) {
  .prizes__second-text {
    font-size: 16px;
  }
}

@media screen and (min-width: 900px) {
  .prizes__second-image {
    position: absolute;
    bottom: 8.96px;
    right: 8px;
    width: 20.48px;
    height: 20.48px;
  }
}

.prizes__button {
  margin-top: 3px;
}
@media screen and (min-width: 900px) {
  .prizes__button {
    margin-top: 0;
  }
}

.prizes__modal {
  position: fixed;
  inset: 0;
  z-index: 800;
  margin: auto;
  width: 336px;
  height: 480px;
  border-radius: 24px;
  background: #fff;
  border: none;
  padding: 0;
  overscroll-behavior-y: none;
  overflow: hidden;
}
.prizes__modal::-ms-backdrop {
  opacity: 0.7;
  background: #000;
}
.prizes__modal::backdrop {
  opacity: 0.7;
  background: #000;
}
@media screen and (min-width: 900px) {
  .prizes__modal {
    width: 480px;
    height: 650px;
  }
}

.prizes__modal-card {
  padding-bottom: 56px;
  overflow: hidden;
  border-radius: 24px;
}

.prizes__modal-head {
  height: 210px;
}
.prizes__modal-head img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 900px) {
  .prizes__modal-head {
    height: 300px;
  }
}

.prizes__modal-body {
  padding: 39px 20px;
}
@media screen and (min-width: 900px) {
  .prizes__modal-body {
    padding: 32px 40px;
  }
}

.prizes__modal-title {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
}
@media screen and (min-width: 900px) {
  .prizes__modal-title {
    font-size: 20px;
  }
}

.prizes__modal-text {
  margin-top: 12px;
  text-align: center;
  font-size: 12px;
}
@media screen and (min-width: 900px) {
  .prizes__modal-text {
    font-size: 16px;
  }
}

.prizes__modal-button {
  margin-top: 16px;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .prizes__modal-button {
    margin-top: 24px;
  }
}

.onomichi-image {
  position: relative;
  top: -44px;
}
.onomichi-image img {
  width: 100%;
  min-height: 261px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 900px) {
  .onomichi-image {
    top: 0;
  }
}

/* ====================
        spots
==================== */
.spots {
  position: relative;
  top: -45px;
  background: #67b0c7;
}
.spots::before, .spots::after {
  content: "";
  display: block;
  width: 100%;
  height: 45.714px;
  background: url(../img/sp/spots__bg-wave.png) repeat-x left top/contain;
  position: absolute;
  left: 0;
}
.spots::before {
  top: -45px;
}
.spots::after {
  bottom: -45px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (min-width: 1100px) {
  .spots {
    top: 0;
  }
  .spots::before, .spots::after {
    height: 120px;
    background: url(../img/spots__bg-wave.png) repeat-x left top/contain;
  }
  .spots::before {
    top: -119px;
  }
  .spots::after {
    bottom: -107px;
  }
}

@media screen and (min-width: 1512px) {
  .spots__inner {
    background-image: url(../img/img-bg-pawpads.png);
    background-repeat: no-repeat;
    background-size: 100px 220px;
    background-position: bottom 13px left 36px;
  }
}

.spots__content {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 1100px) {
  .spots__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 32px;
    padding-left: max(30px, 50% - 512px);
    width: 100%;
  }
}

.spots__title {
  position: relative;
  z-index: 100;
  color: #fff;
  text-align: center;
  font-family: "Kiwi Maru", sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.25;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  background: #67b0c7;
}
.spots__title::before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  background: url(../img/spots__title-Icon.png) no-repeat top center/contain;
}
@media screen and (min-width: 1100px) {
  .spots__title {
    width: 56px;
    font-size: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .spots__title::before {
    width: 56px;
    height: 56px;
  }
}

.swiper__spots {
  margin-top: 24px;
}
@media screen and (min-width: 1100px) {
  .swiper__spots {
    overflow: hidden;
    margin-top: 0;
  }
}

.spots__swiper-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  width: 240px;
  height: 402px;
  padding-bottom: 31.159px;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
}
@media screen and (min-width: 1100px) {
  .spots__swiper-card {
    gap: 24px;
    width: 29%;
    height: auto;
    padding-bottom: 43px;
    border-radius: 24px;
  }
}

.spots__swiper-head {
  text-align: center;
}
.spots__swiper-head img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media screen and (min-width: 1512px) {
  .spots__swiper-head img {
    height: 240px;
  }
}

.spots__swiper-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  padding: 0 24px;
}
@media screen and (min-width: 1100px) {
  .spots__swiper-body {
    gap: 24px;
    padding: 0 32px;
  }
}

.spots__swiper-title {
  font-size: 16px;
  font-weight: 700;
}
@media screen and (min-width: 1100px) {
  .spots__swiper-title {
    font-size: 20px;
  }
}

.spots__swiper-text {
  font-size: 12px;
}
@media screen and (min-width: 1100px) {
  .spots__swiper-text {
    font-size: 16px;
  }
}

.swiper__buttons {
  display: none;
}
@media screen and (min-width: 1100px) {
  .swiper__buttons {
    position: absolute;
    bottom: -24px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 100;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 944px;
    height: 80px;
  }
}

.swiper-button-prev {
  display: none;
}
@media screen and (min-width: 1100px) {
  .swiper-button-prev {
    position: relative;
    top: 0;
    left: 0;
    margin-top: 0;
    display: block;
    width: 80px;
    height: 80px;
  }
  .swiper-button-prev::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #ffee56;
    z-index: -1;
  }
  .swiper-button-prev::after {
    content: "";
    position: absolute;
    bottom: 12px;
    left: 11px;
    z-index: 1;
    width: 57px;
    height: 57px;
    background: url(../img/spots__swiper-prev.png) no-repeat left center/contain;
  }
}

.swiper-button-next {
  display: none;
}
@media screen and (min-width: 1100px) {
  .swiper-button-next {
    position: relative;
    top: 0;
    right: 0;
    margin-top: 0;
    display: block;
    width: 80px;
    height: 80px;
  }
  .swiper-button-next::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #ffee56;
    z-index: -1;
  }
  .swiper-button-next::after {
    content: "";
    position: absolute;
    bottom: 12px;
    right: 11px;
    z-index: 1;
    width: 57px;
    height: 57px;
    background: url(../img/spots__swiper-next.png) no-repeat right center/contain;
  }
}

.spots__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  max-width: 1024px;
  margin: 0 auto;
}
@media screen and (min-width: 1100px) {
  .spots__box {
    margin-top: 57px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0;
  }
}

.spots__img-spots {
  text-align: center;
}
.spots__img-spots img {
  width: 255px;
  height: 55px;
}
@media screen and (min-width: 1100px) {
  .spots__img-spots {
    margin-bottom: 5px;
  }
  .spots__img-spots img {
    width: 497px;
    height: 107px;
  }
}

.spots__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
}

.spots__text {
  color: #fff;
  text-align: center;
  font-size: 11.444px;
}
@media screen and (min-width: 1100px) {
  .spots__text {
    font-size: 16px;
    margin-top: 8px;
  }
}

.spots__button {
  padding-bottom: 19.84px;
  text-align: center;
}
@media screen and (min-width: 1512px) {
  .spots__button .button {
    width: 440px;
    padding: 8px 27px 9px 38px;
  }
}

/* ====================
        Q & A
==================== */
.qa {
  margin-top: 42px;
}
@media screen and (min-width: 1100px) {
  .qa {
    margin-top: 226px;
  }
}

.qa__boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 11px;
  margin-top: 23px;
  padding: 0 20px;
}
@media screen and (min-width: 1100px) {
  .qa__boxes {
    margin-top: 40px;
    gap: 23px;
  }
}

.qa-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  border: 2px solid #4a3636;
  border-radius: 12px;
  overflow: hidden;
}
.qa-box.is-open .qa-box__head .qa-box__head-toggle::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media screen and (min-width: 900px) {
  .qa-box {
    width: 860px;
  }
}
@media screen and (min-width: 1100px) {
  .qa-box {
    width: 1024px;
  }
}

.qa-box__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  padding: 10px 14px;
  width: calc(100% + 4px);
  background: #fff;
}
@media screen and (min-width: 1100px) {
  .qa-box__head {
    padding: 21.7px 23px 20px;
    gap: 16px;
  }
}

.qa-box__head-icon {
  color: #9ed0e0;
  font-family: "Josefin Sans", sans-serif;
  font-size: 24px;
  line-height: 1.25;
}
@media screen and (min-width: 1100px) {
  .qa-box__head-icon {
    font-size: 32px;
  }
}

.qa-box__head-text {
  color: #4a3636;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left;
  font-weight: 700;
}
@media screen and (min-width: 1100px) {
  .qa-box__head-text {
    font-size: 20px;
  }
}

.qa-box__head-toggle {
  position: relative;
  width: 26.182px;
  height: 26.182px;
  background: #9ed0e0;
  border-radius: 50%;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.qa-box__head-toggle::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
  display: block;
  width: 10px;
  height: 2px;
  background: #fff;
  border-radius: 50px;
}
.qa-box__head-toggle::after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  content: "";
  display: block;
  width: 2px;
  height: 10px;
  background: #fff;
  border-radius: 50px;
}
@media screen and (min-width: 1100px) {
  .qa-box__head-toggle {
    width: 48px;
    height: 48px;
  }
  .qa-box__head-toggle::before {
    width: 18px;
    height: 2px;
  }
  .qa-box__head-toggle::after {
    height: 18px;
    width: 2px;
  }
}

.qa-box__body {
  padding: 17px 14px 15px 14px;
  width: 100%;
  background: #f5f5f5;
  display: none;
}
@media screen and (min-width: 1100px) {
  .qa-box__body {
    padding: 23px;
  }
}

.qa-box__body-a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}

.qa-box__body-icon {
  display: inline-block;
  color: #9ed0e0;
  font-family: "Josefin Sans", sans-serif;
  font-size: 24px;
  line-height: 1.25;
}
@media screen and (min-width: 1100px) {
  .qa-box__body-icon {
    font-size: 32px;
  }
}

.qa-box__body-text {
  display: inline-block;
}
@media screen and (min-width: 1100px) {
  .qa-box__body-text {
    font-size: 16px;
  }
}

/* ====================
   Entry Requirements
==================== */
.entry {
  margin-top: 30.67px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1100px) {
  .entry {
    margin-top: 120px;
  }
}

.entry__inner {
  width: calc(100% - 40px);
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: 20px;
  margin-right: 20px;
  border: 8px solid #fff;
  background: rgba(255, 255, 255, 0.5);
}
@media screen and (min-width: 900px) {
  .entry__inner {
    width: 860px;
  }
}
@media screen and (min-width: 1100px) {
  .entry__inner {
    width: 1024px;
    height: 1100px;
    padding: 31px 48px;
  }
}

.entry__items {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
}
@media screen and (min-width: 1100px) {
  .entry__items {
    margin-top: 40px;
  }
}

.entry__item:nth-of-type(3) .entry__text {
  padding-bottom: 13px;
}
.entry__item:nth-of-type(4) .entry__text {
  padding-bottom: 14px;
}
@media screen and (min-width: 1100px) {
  .entry__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    border-bottom: 1px solid #ccc;
    padding-bottom: 12px;
  }
  .entry__item:nth-of-type(3) .entry__text, .entry__item:nth-of-type(4) .entry__text {
    padding-bottom: 0px;
  }
}

.entry__title {
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.entry__title::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #9ed0e0;
  border-radius: 50%;
  margin-right: 8px;
}
@media screen and (min-width: 1100px) {
  .entry__title {
    position: relative;
    padding-left: 32px;
    width: 240px;
    font-size: 16px;
  }
  .entry__title::before {
    margin-left: 16px;
    position: absolute;
    left: 0;
    top: 9px;
  }
}

.entry__text {
  margin-top: 8px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
  font-size: 12px;
}
@media screen and (min-width: 1100px) {
  .entry__text {
    width: 100%;
    border: none;
    padding-bottom: 0;
    margin: 0;
    font-size: 16px;
    padding-left: 46px;
  }
}

.entry__item-nest {
  border: none;
  line-height: 19px;
  margin-top: 2px;
}
@media screen and (min-width: 900px) {
  .entry__item-nest {
    margin-top: 0;
  }
}

.entry__lists {
  margin-top: 8px;
  padding-bottom: 16px;
}
@media screen and (min-width: 1100px) {
  .entry__lists {
    margin-top: 0;
    padding-bottom: 12px;
    width: 100%;
    line-height: 26px;
  }
}

.entry__list {
  position: relative;
  font-size: 12px;
  padding-left: 19px;
}
.entry__list::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 3px;
  background: #000;
  border-radius: 50%;
  margin: 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 1100px) {
  .entry__list {
    font-size: 16px;
    padding-left: 69px;
  }
  .entry__list::before {
    top: 0;
    left: 42px;
    width: 5px;
    height: 5px;
    margin: 12px;
  }
}

.entry__img {
  text-align: center;
  margin-top: 32px;
  width: 100%;
}
.entry__img img {
  display: block;
}
@media screen and (min-width: 1100px) {
  .entry__img {
    margin-top: 120px;
  }
}

/* ==================
      Contact
================== */
.contact {
  padding-top: 40px;
  padding-bottom: 44px;
  background: #fff;
}
@media screen and (min-width: 900px) {
  .contact {
    padding-top: 120px;
    padding-bottom: 124px;
  }
}

.contact__fields {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
}
@media screen and (min-width: 900px) {
  .contact__fields {
    margin-top: 32px;
  }
}

.contact__text {
  text-align: center;
  font-size: 12px;
}
@media screen and (min-width: 900px) {
  .contact__text {
    font-size: 16px;
    margin-bottom: 16px;
  }
}

.contact__field {
  width: 100%;
}
@media screen and (min-width: 900px) {
  .contact__field {
    width: 848px;
  }
  .contact__field:nth-of-type(4) {
    margin-top: 14px;
  }
  .contact__field:nth-of-type(5) .form-field {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 13px;
  }
}

@media screen and (min-width: 900px) {
  .form-field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 848px;
  }
}

.form-field__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}

.form-field__label {
  font-weight: 700;
}
@media screen and (min-width: 900px) {
  .form-field__label {
    font-size: 16px;
  }
}

.form-field__tag {
  color: #fff;
  font-size: 12px;
  padding: 4px 8px;
  background: #ce2073;
  border-radius: 4px;
}

.form-field__item {
  margin-top: 8px;
}
@media screen and (min-width: 900px) {
  .form-field__item {
    margin-top: 0;
  }
}

.form-text {
  border-radius: 8px;
  background: #f5f5f5;
  border: none;
  width: 100%;
  padding: 16px;
}
.form-text::-webkit-input-placeholder {
  color: #ccc;
}
.form-text::-moz-placeholder {
  color: #ccc;
}
.form-text:-ms-input-placeholder {
  color: #ccc;
}
.form-text::-ms-input-placeholder {
  color: #ccc;
}
.form-text::placeholder {
  color: #ccc;
}
.form-text:focus {
  outline: 1px solid #9ed0e0;
  background: #e9f6f8;
}
@media screen and (min-width: 900px) {
  .form-text {
    width: 628px;
  }
  .form-text::-webkit-input-placeholder {
    font-size: 16px;
  }
  .form-text::-moz-placeholder {
    font-size: 16px;
  }
  .form-text:-ms-input-placeholder {
    font-size: 16px;
  }
  .form-text::-ms-input-placeholder {
    font-size: 16px;
  }
  .form-text::placeholder {
    font-size: 16px;
  }
}

.form-name.error {
  outline: 1px solid #ce2073;
  background: #fff0f7;
}

.form-email.error {
  outline: 1px solid #ce2073;
  background: #fff0f7;
}

.form-select {
  border-radius: 8px;
  border: none;
  width: 100%;
  padding: 16px 52px 16px 16px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url(../img/contact-form__select-icon.png), linear-gradient(to left, #9ed0e0 0 52px, #f5f5f5 52px 100%);
  background-repeat: no-repeat, no-repeat;
  background-position: center right 10.5px, center center;
  background-size: 32px 32px, contain;
}
.form-select:focus {
  outline: 1px solid #9ed0e0;
}
.form-select.error {
  outline: 1px solid #ce2073;
  background: #fff0f7;
}
@media screen and (min-width: 900px) {
  .form-select {
    width: 628px;
    font-size: 16px;
  }
}

.form-field__radios {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
@media screen and (min-width: 900px) {
  .form-field__radios {
    font-size: 16px;
    width: 628px;
  }
}

.form-radio {
  width: 1px;
  height: 1px;
  position: absolute;
  clip-path: inset(100%);
  overflow: hidden;
}
.form-radio:checked + .form-field__radio-text::after {
  opacity: 1;
}
.form-radio:focus + .form-field__radio-text::before {
  outline: 1px solid #9ed0e0;
}

.form-field__radio-text {
  position: relative;
  padding-left: 33px;
}
.form-field__radio-text::before, .form-field__radio-text::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
}
.form-field__radio-text::before {
  left: 0;
  width: 24px;
  height: 24px;
  background: #f5f5f5;
}
.form-field__radio-text::after {
  left: 6px;
  width: 12px;
  height: 12px;
  background: #9ed0e0;
  opacity: 0;
}

.form-textarea {
  width: 100%;
  border-radius: 8px;
  padding: 16px 14px 32px 16px;
  background: #f5f5f5;
  border: none;
}
.form-textarea::-webkit-input-placeholder {
  color: #ccc;
}
.form-textarea::-moz-placeholder {
  color: #ccc;
}
.form-textarea:-ms-input-placeholder {
  color: #ccc;
}
.form-textarea::-ms-input-placeholder {
  color: #ccc;
}
.form-textarea::placeholder {
  color: #ccc;
}
.form-textarea:focus {
  outline: 1px solid #9ed0e0;
  background: #e9f6f8;
}
.form-textarea.error {
  outline: 1px solid #ce2073;
  background: #fff0f7;
}
@media screen and (min-width: 900px) {
  .form-textarea {
    width: 628px;
    font-size: 16px;
    padding: 16px 14px 18px 16px;
  }
}

.contact__privacy {
  text-align: center;
}
@media screen and (min-width: 900px) {
  .contact__privacy {
    margin-top: 14px;
  }
}

.form-checkbox {
  width: 1px;
  height: 1px;
  position: absolute;
  clip-path: inset(100%);
  overflow: hidden;
}
.form-checkbox:checked + .form-checkbox__text::after {
  opacity: 1;
}
.form-checkbox:focus + .form-checkbox__text::before {
  outline: 1px solid #9ed0e0;
}
.form-checkbox.error + .form-checkbox__text::before {
  outline: 1px solid #ce2073;
  background: #fff0f7;
}

.form-checkbox__text {
  position: relative;
  padding-left: 36px;
}
.form-checkbox__text::before, .form-checkbox__text::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 24px;
  height: 24px;
}
.form-checkbox__text::before {
  border-radius: 4px;
  background: #f5f5f5;
}
.form-checkbox__text::after {
  background: url(../img/contact__form-checkicon.png) no-repeat center center/contain;
  opacity: 0;
}
.form-checkbox__text a {
  text-decoration: underline;
}
.form-checkbox__text a:hover {
  color: #9ed0e0;
  text-decoration: underline;
}
@media screen and (min-width: 900px) {
  .form-checkbox__text {
    font-size: 16px;
  }
}

.contact__button {
  text-align: center;
}
@media screen and (min-width: 900px) {
  .contact__button {
    margin-top: 16px;
  }
  .contact__button .button {
    padding: 3px 37px;
    font-size: 16px;
  }
}

/* ==================
      Footer
================== */
.footer {
  position: relative;
  background: #e9f6f8;
}

.footer__inner {
  padding-top: 40px;
  padding-bottom: 168px;
}
@media screen and (min-width: 900px) {
  .footer__inner {
    position: relative;
    padding-top: 118px;
    padding-bottom: 240px;
  }
}
@media screen and (min-width: 1300px) {
  .footer__inner::before {
    content: "";
    position: absolute;
    top: 77px;
    right: 80px;
    width: 100px;
    height: 220px;
    background: url(../img/img-bg-pawpads.png) no-repeat top center/contain;
  }
}

.footer__title {
  text-align: center;
  font-family: "Josefin Sans", sans-serif;
  font-size: 20px;
  line-height: 1.25;
}
@media screen and (min-width: 900px) {
  .footer__title {
    font-size: 24px;
  }
}

.footer__sns {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}

.sns-icon__youtube img,
.sns-icon__instagram img,
.sns-icon__twitter img {
  display: block;
  width: 32px;
  height: 32px;
}
@media screen and (min-width: 900px) {
  .sns-icon__youtube img,
  .sns-icon__instagram img,
  .sns-icon__twitter img {
    width: 40px;
    height: 40px;
  }
}

.footer__onomichi {
  text-align: center;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-top: 15px;
}
.footer__onomichi img {
  width: 330px;
}
@media screen and (min-width: 900px) {
  .footer__onomichi {
    margin-top: 41px;
  }
  .footer__onomichi img {
    width: 755px;
  }
}

@media screen and (min-width: 700px) {
  .footer__map-card {
    width: 650px;
    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;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (min-width: 900px) {
  .footer__map-card {
    width: 850px;
  }
}
@media screen and (min-width: 1100px) {
  .footer__map-card {
    width: 1024px;
    position: relative;
    top: -5px;
  }
}

.map-card__head {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  overflow: hidden;
}
.map-card__head iframe {
  display: block;
  width: 100%;
  height: 271px;
}
@media screen and (min-width: 700px) {
  .map-card__head {
    border-top-left-radius: 0px;
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
    width: 50%;
  }
}
@media screen and (min-width: 900px) {
  .map-card__head iframe {
    height: 400px;
  }
}

.map-card__body {
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  padding: 18px 24px 24px 24px;
  background: #fff;
  height: 200px;
}
@media screen and (min-width: 700px) {
  .map-card__body {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 16px;
    border-top-left-radius: 16px;
    padding: 24px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 50%;
    height: auto;
  }
}
@media screen and (min-width: 900px) {
  .map-card__body {
    padding: 24px 20px;
  }
}
@media screen and (min-width: 1100px) {
  .map-card__body {
    padding: 24px 62px;
  }
}

.map-card__title {
  text-align: center;
}
.map-card__title img {
  width: 153px;
  height: 20px;
}
@media screen and (min-width: 900px) {
  .map-card__title {
    margin-top: 4px;
  }
  .map-card__title img {
    width: 183px;
    height: 24px;
  }
}

.map-card__items {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  width: 280px;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 900px) {
  .map-card__items {
    margin-top: 25px;
    gap: 12px;
    width: 380px;
    margin-bottom: 8px;
  }
}

.map-card__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.card-item__title {
  position: relative;
  width: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 700;
}
.card-item__title::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #9ed0e0;
  border-radius: 50%;
}
@media screen and (min-width: 900px) {
  .card-item__title {
    width: 116px;
    font-size: 16px;
    padding-left: 11px;
  }
  .card-item__title::before {
    position: absolute;
    top: 8px;
    left: -5px;
    background: #9ed0e0;
    border-radius: 50%;
  }
}

.card-item__text {
  font-size: 12px;
  text-align: left;
}
@media screen and (min-width: 900px) {
  .card-item__text {
    font-size: 16px;
  }
}

.copyright {
  text-align: center;
  background: #67b0c7;
  padding-bottom: 24px;
  position: relative;
}
.copyright::before {
  content: "";
  position: absolute;
  top: -41px;
  width: 100%;
  height: 44.714px;
  display: block;
  background: url(../img/spots__bg-wave.png) repeat-x left top/contain;
}
@media screen and (min-width: 900px) {
  .copyright {
    padding-bottom: 32px;
  }
  .copyright::before {
    content: "";
    position: absolute;
    top: -119px;
    width: 100%;
    height: 120px;
    display: block;
    background: url(../img/spots__bg-wave.png) repeat-x left top/contain;
  }
}

.copyright__text {
  font-size: 10px;
  color: #fff;
}
@media screen and (min-width: 900px) {
  .copyright__text {
    font-size: 14px;
  }
}

/* ==================
    ページTOPへ戻る
================== */
.pagetop {
  position: absolute;
  bottom: 114px;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  display: block;
}
.pagetop img {
  display: block;
  width: 75px;
  height: 78px;
}
@media screen and (min-width: 900px) {
  .pagetop {
    position: fixed;
    bottom: 75px;
    right: 75px;
    z-index: 900;
    opacity: 0;
  }
  .pagetop img {
    width: 100px;
    height: 104px;
  }
  .pagetop.is-show {
    opacity: 1;
  }
}