@charset "UTF-8";
@media screen and (max-width: 767px) {
  .hidden-sp {
    display: none;
  }
}

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

body {
  font-family: "Noto Sans JP", sans-serif, "Kiwi Maru", serif;
  font-size: 14px;
  background-color: #E9F6F8;
}

.button {
  font-weight: 700;
  letter-spacing: 0.48px;
  padding: 8px 19px 8px 19px;
  text-decoration: none;
  display: inline-block;
  border: 2px solid currentColor;
  background: #fff;
  border-bottom: solid 4px rgb(74, 54, 54);
  border-radius: 60px;
  font-size: 16px;
  line-height: 1.7;
  color: rgb(74, 54, 54);
  min-width: 144px;
  text-align: center;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
.button a.button {
  padding-top: 3px;
}

.inner {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 768px) {
  .inner {
    padding-left: 30px;
    padding-right: 30px;
    margin-left: auto;
    margin-right: auto;
  }
}

.text__main {
  padding-top: 6px;
  font-family: Kiwi Maru;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: 0em;
  display: inline-block;
  padding-bottom: 6px;
  border-bottom: 6px solid rgb(255, 238, 86);
}
@media screen and (min-width: 768px) {
  .text__main {
    font-family: Kiwi Maru;
    font-size: 32px;
    font-weight: 500;
    line-height: 40px;
    text-align: center;
  }
}

.header__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 18px;
  padding-bottom: 18px;
  background-color: #fff;
}

.header__logo {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 768px) {
  .header__logo {
    left: 24px;
  }
}
.header__logo img {
  width: 210px;
  height: 27px;
}

.header__nav {
  display: none;
}
@media screen and (min-width: 768px) {
  .header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    right: 10px;
    position: relative;
    right: 15px;
  }
}

.header__link {
  font-family: Noto Sans JP;
  font-size: 12px;
  font-weight: 400;
  line-height: 19.2px;
  text-align: left;
}

.header__open {
  margin-top: 3px;
}
@media screen and (min-width: 768px) {
  .header__open {
    display: none;
  }
}

.drawer-icon {
  width: 36px;
  height: 21px;
  position: relative;
  z-index: 51;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(1) {
  display: none;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(2) {
  display: none;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(3) {
  top: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(4) {
  top: 10px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.drawer-icon__bar {
  position: absolute;
  top: 0;
  left: 3px;
  width: 26px;
  height: 3px;
  border-radius: 30px;
  background: #111;
  -webkit-transition: top 0.3s linear, -webkit-transform 0.3s linear;
  transition: top 0.3s linear, -webkit-transform 0.3s linear;
  transition: transform 0.3s linear, top 0.3s linear;
  transition: transform 0.3s linear, top 0.3s linear, -webkit-transform 0.3s linear;
}
.drawer-icon__bar:nth-of-type(1) {
  top: 0;
  left: px;
  width: 25px;
}
.drawer-icon__bar:nth-of-type(2) {
  top: 0;
  width: 5px;
  left: 30px;
}
.drawer-icon__bar:nth-of-type(3) {
  top: 12px;
  width: 32px;
}
.drawer-icon__bar:nth-of-type(4) {
  top: 25px;
  width: 32px;
}

.drawer-content {
  width: 375px;
  position: fixed;
  right: 0;
  z-index: 50;
  padding-top: 45px;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}
.drawer-content.is-checked {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.drawer-content__menu {
  width: 100%;
  height: 625px;
  padding-top: 82px;
  background-color: #FFFFFF;
  border-radius: 30px;
}

.drawer-content__link {
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
}

.drawer-content__button {
  padding-top: 20px;
}

.fv {
  height: 710px;
}

.fv__inner {
  height: 554px;
  background: url(../img/fv_Onomichi_sp.png) no-repeat center center;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}
@media screen and (min-width: 768px) {
  .fv__inner {
    background-image: url(../img/fv_Onomichi_pc.png) no-repeat center center;
    background-size: 100%;
    height: 740px;
  }
}

.fv__text {
  font-family: Kiwi Maru;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: center;
  padding-top: 17px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .fv__text {
    font-family: Kiwi Maru;
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    text-align: center;
  }
}

.fv__title {
  text-align: center;
}

.fv__title1 {
  padding-top: 20px;
}
.fv__title1 img {
  width: 335px;
  height: 53px;
}
@media screen and (min-width: 768px) {
  .fv__title1 img {
    width: 520px;
    height: 82px;
  }
}

.fv__title2 {
  padding-top: 12px;
}
.fv__title2 img {
  width: 240px;
  height: 40px;
  width: 356px;
  height: 60px;
}

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

.fv__comment {
  position: relative;
  left: 230px;
}
.fv__comment img {
  width: 142px;
}
@media screen and (min-width: 768px) {
  .fv__comment img {
    width: 250px;
    position: relative;
    left: 230px;
  }
}
@media screen and (min-width: 768px) {
  .fv__comment {
    position: relative;
    width: 244px;
    height: 130px;
    left: 111px;
    gap: 0px;
    opacity: 0px;
  }
}

.fv__present {
  padding-top: 10px;
  -webkit-transform: translateX(59px);
          transform: translateX(59px);
}
.fv__present img {
  width: 110px;
}
@media screen and (min-width: 768px) {
  .fv__present {
    position: relative;
    width: 180px;
    height: 180px;
    left: 560px;
  }
}

.fv__sp {
  padding-top: 115px;
  position: absolute;
}
.fv__sp img {
  width: 200px;
  top: 0;
  left: 0;
  -webkit-transform: translateX(68px);
          transform: translateX(68px);
}
@media screen and (min-width: 768px) {
  .fv__sp img {
    position: relative;
    width: 250px;
    height: 510px;
    top: -80px;
    left: 545px;
  }
}

.fv__sweets {
  position: relative;
  z-index: 1;
  top: 395px;
}
.fv__sweets img {
  width: 50px;
}
@media screen and (min-width: 768px) {
  .fv__sweets img {
    width: 150px;
    position: relative;
    top: 150px;
    left: 150px;
  }
}
@media screen and (min-width: 768px) {
  .fv__sweets {
    position: relative;
    top: 153px;
    left: 300px;
  }
}

.fv__cats1 {
  position: relative;
  z-index: 1;
  top: 271px;
  left: 273px;
}
.fv__cats1 img {
  width: 62px;
}
@media screen and (min-width: 768px) {
  .fv__cats1 {
    width: 233px;
    height: 294px;
    top: 0;
    left: 890px;
  }
}

.fv__cats2 {
  position: relative;
  width: 98px;
  z-index: 1;
  top: 257px;
  left: 228px;
}
@media screen and (min-width: 768px) {
  .fv__cats2 {
    width: 233px;
    height: 294px;
    top: -218px;
    left: 890px;
  }
}

.about {
  position: relative;
  display: block;
  padding-top: 32px;
}
@media screen and (min-width: 768px) {
  .about {
    margin-top: 80px;
  }
}

.about__inner {
  width: 335px;
  height: 708px;
  position: relative;
  margin: auto;
  padding-bottom: 40px;
  background-color: #fff;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}
@media screen and (min-width: 768px) {
  .about__inner {
    width: 848px;
    height: 829px;
    top: 80px;
    padding: 40px 114px 40px 114px;
    gap: 0px;
    border-radius: 40px 0px 0px 0px;
    opacity: 0px;
  }
}

.about__title {
  text-align: center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 35px;
}

.about-title__text {
  font-family: Courgette;
  font-size: 16px;
  font-weight: 400;
  padding-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.about-logo {
  width: 31px;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  padding-top: 11px;
  margin-right: 17px;
}

.image1 {
  margin-left: 14px;
  width: 88px;
}
@media screen and (min-width: 768px) {
  .image1 {
    width: 134px;
    height: 100px;
  }
}

.image2 {
  width: 88px;
}
@media screen and (min-width: 768px) {
  .image2 {
    width: 134px;
    height: 100px;
  }
}

.about__text {
  position: relative;
  text-align: center;
  padding-inline: 23px;
}

.about__text-sub {
  padding-top: 20px;
  font-family: Noto Sans JP;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0em;
  text-align: center;
}

.about-text__1 {
  padding-top: 24px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.62;
  letter-spacing: 0em;
  text-align: center;
}

.about-text__2 {
  padding-top: 19px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.62;
  letter-spacing: 0em;
  text-align: center;
}

.about-text__3 {
  padding-top: 19px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.62;
  letter-spacing: 0.038em;
  text-align: center;
}

.about-text__4 {
  padding-top: 19px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.62;
  letter-spacing: 0em;
  text-align: center;
}

.about-text__5 {
  padding-top: 31px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.62;
  letter-spacing: 0;
  text-align: center;
  padding-bottom: 24px;
}

.about__left-photo {
  padding-top: 292px;
  z-index: -1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -webkit-transform: translateX(-180px);
          transform: translateX(-180px);
}
@media screen and (min-width: 768px) {
  .about__left-photo {
    top: -154px;
    left: -338px;
  }
}
.about__left-photo img {
  width: 200px;
  height: 200px;
}
@media screen and (min-width: 768px) {
  .about__left-photo img {
    width: 480px;
    height: 480px;
  }
}

.about__right-photo {
  z-index: -1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  padding-top: 170px;
  -webkit-transform: translateX(180px);
          transform: translateX(180px);
}
@media screen and (min-width: 768px) {
  .about__right-photo {
    top: -85.93px;
    left: 741px;
    gap: 0px;
    border-radius: 40px 0px 0px 0px;
  }
}
.about__right-photo img {
  width: 200px;
  height: 200px;
}
@media screen and (min-width: 768px) {
  .about__right-photo img {
    width: 480px;
    height: 480px;
  }
}

about__bottom-inner {
  width: 100%;
}

.about__arrow {
  width: 100px;
  position: relative;
  top: 0;
  left: 0;
  -webkit-transform: translateX(95px);
          transform: translateX(95px);
  padding-top: 36px;
}
@media screen and (min-width: 768px) {
  .about__arrow {
    top: 94px;
    left: 161px;
  }
}

.about__bottom-image {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.about__way {
  position: relative;
  top: -36px;
  left: -57px;
}
@media screen and (min-width: 768px) {
  .about__way {
    top: -401px;
    left: -103px;
    gap: 0px;
    opacity: 0px;
  }
}
.about__way img {
  width: 132px;
}
@media screen and (min-width: 768px) {
  .about__way img {
    position: relative;
    background-image: url(../img/坂道pc.png);
    width: 100%;
    height: 100%;
    right: 239px;
    top: 142px;
  }
}

.about__walets {
  position: relative;
  left: 122px;
  width: 136px;
  top: -190px;
}
@media screen and (min-width: 768px) {
  .about__walets {
    top: -469px;
    left: 744px;
  }
}

.about__button-image {
  position: relative;
  margin-left: 245px;
  width: 48px;
  top: -297px;
}
@media screen and (min-width: 768px) {
  .about__button-image {
    top: -580px;
    left: 553px;
  }
}

.gallery {
  margin-inline: -8px;
  padding-top: 142px;
  padding-bottom: 40px;
}

.gallery__inner {
  padding-top: 150px;
}

.swiper-slide {
  text-align: center;
  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;
}
.swiper-slide img {
  display: block;
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .swiper-slide img {
    width: 200px;
    height: 200px;
  }
}

.gallery__title {
  width: 354px;
}
@media screen and (min-width: 768px) {
  .gallery__title {
    width: 890px;
    position: relative;
    top: 117px;
    text-align: center;
    left: 93px;
  }
}

.gallery__slider {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .gallery__slider {
    margin-top: 60px;
  }
}

.swiper-wrapper {
  width: 100%;
  height: 100%;
}

.gallery__swiper {
  padding-bottom: 26px;
  padding-right: 5px;
  padding-left: 5px;
  margin-right: -5px;
  margin-left: -5px;
}
@media screen and (min-width: 768px) {
  .gallery__swiper {
    position: relative;
    top: 117px;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: 0;
    margin-left: 0;
  }
}

@media screen and (min-width: 768px) {
  .gallery__slide {
    position: relative;
    top: 30px;
    -ms-flex-negative: 20;
        flex-shrink: 20;
  }
}

.gallery__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  bottom: 0 !important;
}
.gallery__pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin-left: 0 !important;
  margin-right: 0 !important;
  background: #bcbcbc;
  opacity: 1;
}
.gallery__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fabe00;
}

.step {
  position: relative;
  background: url(../img/step_Bg.png) no-repeat center;
  background-size: 100%;
  background-position: 23px 2px;
  right: 0;
}

.step__inner {
  position: relative;
  top: 160px;
}

.step__logo {
  position: relative;
  display: block;
  text-align: center;
  padding-bottom: 10px;
}
.step__logo img {
  width: 31px;
}

.step__title {
  position: relative;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 6px;
}

.step__text-en {
  position: relative;
  padding-bottom: 10px;
  font-family: Courgette;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
  display: block;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .step__boxes {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-inline: 205px;
    gap: 10px;
  }
}

@media screen and (min-width: 768px) {
  .step__box:nth-of-type(2) {
    margin-top: 109px;
  }
}
.step__box img {
  padding-top: 26px;
}

.step__image {
  position: relative;
  display: block;
  text-align: center;
}
.step__image img {
  width: 196px;
}

.step-box__text1 {
  padding-top: 16px;
  padding-bottom: 16px;
  font-family: Noto Sans JP;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0em;
  display: block;
  text-align: center;
}

.step-box__text2 {
  padding-bottom: 22px;
  font-family: Noto Sans JP;
  font-size: 12px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0em;
  display: block;
  text-align: center;
  font-family: Noto Sans JP;
  font-size: 12px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: center;
}

.step__follow {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  margin-inline: 55px;
  background-color: #fff;
  padding-bottom: 24px;
  width: 250px;
  padding: 0 12px 8px 12px;
  margin-bottom: 21px;
}

.step-box__logo {
  margin-left: 6px;
}
.step-box__logo img {
  width: 17px;
  text-align: center;
  padding-top: 0;
}

.step-follow__text {
  margin-left: 10px;
  font-family: Noto Sans JP;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .step__button {
    right: 300px;
    position: relative;
    margin-top: 120px;
  }
}

.prize {
  text-align: center;
  position: relative;
  width: 100%;
  top: 150px;
}

.prize__inner {
  padding-inline: 0;
  padding-top: 23px;
}
@media screen and (min-width: 768px) {
  .prize__inner {
    padding-top: 230px;
    max-width: 850px;
  }
}

.prize-main-title__box {
  background: url(../img/prize_deco_prizes1_sp.png) center center no-repeat;
  background-size: contain;
  width: 100%;
}

.prize-title__logo {
  padding-top: 20px;
  padding-bottom: 6px;
  position: relative;
  text-align: center;
}
.prize-title__logo img {
  width: 37px;
}

.prize-title__text {
  font-family: Courgette;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
}

.prize__sub {
  position: relative;
  display: table;
  border-radius: 24px 24px 0 0;
  width: 375px;
  background-color: #fff;
  padding-top: 15px;
}
@media screen and (min-width: 768px) {
  .prize__sub {
    position: relative;
    display: table;
    width: 1024px;
    background-color: #fff;
    padding-top: 25px;
    right: 91px;
    border-radius: 24px 24px 0 0;
  }
}

.prize-item-boxes {
  width: 100%;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 35px;
  background-color: #fff;
  border-radius: 0 0 24px 24px;
}
@media screen and (min-width: 768px) {
  .prize-item-boxes {
    width: 1024px;
    position: relative;
    padding-inline: 40px;
    right: 91px;
  }
}

.prize-sub-title {
  position: relative;
  margin-top: auto;
  margin-top: -15px;
  font-family: Kiwi Maru;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: 0em;
  text-align: center;
  display: inline-block;
  padding: 5px;
  border-bottom: 6px solid rgb(255, 238, 86);
}

.prize__text {
  font-family: Noto Sans JP;
  font-size: 12px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: center;
  margin-top: 20px;
}

.prize-item__box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-inline: 11px;
  left: 6px;
}
@media screen and (min-width: 768px) {
  .prize-item__box:nth-of-type(1) img {
    width: 440px;
    height: 340px;
  }
  .prize-item__box:nth-of-type(2) img {
    width: 440px;
    height: 340px;
  }
  .prize-item__box:nth-of-type(3) img {
    width: 280px;
    height: 240px;
  }
  .prize-item__box:nth-of-type(4) img {
    width: 280px;
    height: 240px;
  }
  .prize-item__box:nth-of-type(5) img {
    width: 280px;
    height: 240px;
  }
}

.prize-item__mark {
  background: url(../img/prize_Star.png) center center no-repeat;
  background-size: 45px 45px;
  height: 50px;
  position: relative;
  text-align: center;
  top: 23px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.prize-item__head-text {
  font-family: Noto Sans JP;
  font-size: 8px;
  font-weight: 700;
  line-height: 12px;
  letter-spacing: 0em;
  text-align: center;
  color: #fff;
  margin-top: 7px;
}

.prize-item__head-number {
  font-family: Josefin Sans;
  font-size: 23px;
  font-weight: 700;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: center;
  color: #fff;
}

.prize-item__image img {
  width: 160px;
  border-radius: 8px 8px 0 0;
}

.prize-item__name {
  font-family: Noto Sans JP;
  font-size: 12px;
  font-weight: 700;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: center;
}

.prize-name__plate {
  background-color: rgb(245, 245, 245);
  height: 52px;
}

.icon__box {
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  width: 36px;
  height: 56px;
  background: rgb(103, 176, 199);
  -webkit-clip-path: polygon(100% 50%, 100% 100%, 0% 100%);
          clip-path: polygon(100% 50%, 100% 100%, 0% 100%);
  border-radius: 0 0 8px 0;
}
.icon__box img {
  position: relative;
  left: 24px;
  width: 10px;
  top: 40px;
  height: 11px;
}

@media screen and (min-width: 768px) {
  .prize__button {
    position: relative;
    top: 15px;
    left: 287px;
  }
}

.spot__background {
  z-index: -1;
  position: relative;
}
.spot__background img {
  width: 100vw;
}

.spot {
  position: relative;
  margin-top: 820px;
}
@media screen and (min-width: 768px) {
  .spot {
    margin-top: 0;
  }
}

.spot__inner {
  position: relative;
  top: -15px;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 20px;
  background-color: rgb(103, 176, 199);
}

.spot-head__image {
  position: relative;
  background-size: contain;
  position: relative;
  text-align: center;
  top: 15px;
}
@media screen and (min-width: 768px) {
  .spot-head__image img {
    width: 100vw;
  }
}

.spot-head__title {
  color: #fff;
  padding-top: 15px;
  padding-bottom: 24px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  gap: 4px;
}
@media screen and (min-width: 768px) {
  .spot-head__title {
    padding-inline: 510px;
    top: -30px;
  }
}

.spot-head__logo {
  position: relative;
  padding-left: 64px;
}
.spot-head__logo img {
  width: 20px;
}

.spot-head__text {
  font-family: Kiwi Maru;
  font-size: 28px;
  font-weight: 500;
  line-height: 35px;
  letter-spacing: 0em;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .spot__boxes {
    position: relative;
    top: -48px;
  }
}

.spot__cards {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.spot__card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 240px;
  height: 400px;
}

.spot__image img {
  width: 240px;
  height: 180px;
  border-radius: 12px 12px 0 0;
}

.spot-text-box {
  width: 240px;
  height: 220px;
  background-color: #fff;
  border-radius: 0 0 12px 12px;
}

.spot-card__title {
  font-family: Noto Sans JP;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: center;
  padding-top: 16px;
  padding-bottom: 16px;
}

.spot-card__text {
  font-family: Noto Sans JP;
  font-size: 12px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: left;
  padding-inline: 24px;
}

.spot-footer__logo {
  position: relative;
  text-align: center;
  margin-top: -25px;
}
.spot-footer__logo img {
  width: 255px;
}

.spot-footer__text {
  padding-top: 16px;
  padding-bottom: 24px;
  font-family: Noto Sans JP;
  font-size: 11px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: center;
  color: #fff;
}

.spot__button {
  position: relative;
  top: -3px;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
}
@media screen and (min-width: 768px) {
  .spot__button {
    -webkit-transform: translateX(535px);
            transform: translateX(535px);
  }
}

.spot_contents-bottom {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  top: -22px;
}
.spot_contents-bottom img {
  width: 100%;
}

.qa__head {
  position: relative;
  text-align: center;
}

.qa-head__logo img {
  width: 31px;
  padding-top: 20px;
}

.qa-head__text-en {
  padding-top: 10px;
  font-family: Courgette;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
}

.qa-head__text-ja {
  padding-top: 7px;
  font-family: Kiwi Maru;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: 0em;
  display: inline-block;
  padding: 5px;
  border-bottom: 6px solid rgb(255, 238, 86);
}

.qa__boxes {
  margin-top: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
@media screen and (min-width: 768px) {
  .qa__boxes {
    width: 770px;
    margin-left: 295px;
  }
}

.qa__box {
  border-radius: 12px;
  border: 2px solid #111;
  background-color: #fff;
}

.qa-box.is-open .qa-box__head::after {
  background: url(../img/spot_plus_vector.png) no-repeat center center/contain;
  background-color: rgb(158, 208, 224);
  border-radius: 22px;
  background-size: 50%;
}

.qa-box__head {
  padding: 11px 10px 22px 10px;
  position: relative;
  width: 100%;
}
.qa-box__head::after {
  content: "";
  top: 18px;
  right: 14px;
  width: 26px;
  height: 26px;
  background: url(../img/spot_bar_vector.png) no-repeat center center/contain;
  background-color: rgb(158, 208, 224);
  border-radius: 22px;
  background-size: 50%;
}
@media screen and (min-width: 768px) {
  .qa-box__head::after {
    right: 22px;
    right: 18px;
    margin-top: 2px;
  }
}

.qa-box__head-icon {
  position: relative;
  top: 6px;
  right: 142px;
  font-family: Josefin Sans;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: left;
  color: rgb(158, 208, 224);
}

.qa-box__head-text {
  font-family: Noto Sans JP;
  right: 3px;
  position: relative;
  text-align: left;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0em;
}

.qa-box__body {
  position: relative;
  display: none;
}

.qa-box__a {
  position: relative;
  padding: 9px 37px 38px 12px;
}

.qa-box__a-icon {
  color: rgb(158, 208, 224);
  font-family: Josefin Sans;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: left;
  position: relative;
  top: 15px;
}

.qa-box__a-text {
  position: relative;
  font-family: Noto Sans JP;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  top: 18px;
  left: 28px;
}

.entry__inner {
  position: relative;
  left: 20px;
  padding-top: 30px;
  padding-bottom: 24px;
  font-weight: bold;
  border: solid 5px #fff;
}

.entry__title {
  text-align: center;
  position: relative;
  padding-top: 34px;
  padding-bottom: 15px;
}

.entry__logo img {
  width: 28.19px;
}

.entry__text-ja {
  font-family: Kiwi Maru;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: 0em;
  display: inline-block;
  padding: 6px;
  border-bottom: 6px solid rgb(255, 238, 86);
}

.entry__text-en {
  font-family: Courgette;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: center;
  position: relative;
  padding-top: 12px;
}

.entry__box-text {
  font-family: Noto Sans JP;
  font-size: 12px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: left;
  position: relative;
  padding-top: 7px;
  right: 1px;
}

.entry__box-alert {
  font-family: Noto Sans JP;
  font-size: 12px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: left;
  position: relative;
  left: 3px;
  top: 6px;
  padding-top: 4px;
  padding-inline: 11px;
  list-style-type: none !important; /*ポチ消す*/
  line-height: 1.5;
  vertical-align: middle;
}
.entry__box-alert:before {
  position: absolute;
  top: 16px;
  left: 3px;
  display: inline-block;
  vertical-align: middle;
  /*以下白丸つくる*/
  content: "";
  width: 0.25em;
  height: 0.25em;
  background: rgb(0, 0, 0);
  border-radius: 50%;
  margin-right: 18px;
}

.entry__box {
  position: relative;
  text-align: center;
  padding-bottom: 16px;
  border-bottom: 0.5px solid rgba(12, 1, 1, 0.5);
}

.entry__box-name {
  font-family: Noto Sans JP;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  position: relative;
  padding-top: 7px;
  right: 0px;
  list-style-type: none !important; /*ポチ消す*/
  margin-bottom: 5px;
  line-height: 1.5;
  vertical-align: middle;
}
.entry__box-name:before {
  display: inline-block;
  vertical-align: middle;
  /*以下白丸つくる*/
  content: "";
  width: 0.5em;
  height: 0.5em;
  background: rgb(158, 208, 224);
  border-radius: 50%;
  margin-right: 8px;
}

.entry-image {
  width: 375px;
  height: auto;
  position: absolute;
}
.entry-image img {
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: translateX(-45px);
          transform: translateX(-45px);
  padding-top: 30px;
}

.contact {
  position: relative;
  background-color: #fff;
  padding-bottom: 40px;
  border-radius: 16px;
}

.contact__header {
  position: relative;
  padding-top: 30px;
  text-align: center;
  top: 8px;
}

.contact__header-logo img {
  width: 31.11px;
  height: 24.89px;
}

.contact__header-text-en {
  font-family: Courgette;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  padding-top: 13px;
}

.contact__header-text-ja {
  font-family: Kiwi Maru;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
  text-align: center;
  display: inline-block;
  padding: 6px;
  border-bottom: 6px solid rgb(255, 238, 86);
}

.contact__des {
  position: relative;
  text-align: center;
  padding-top: 30px;
  padding-inline: 56px;
  font-family: Noto Sans JP;
  font-size: 12px;
  font-weight: 400;
  line-height: 19.2px;
  text-align: center;
}

.contact__form {
  position: relative;
  display: grid;
  padding-top: 30px;
  gap: 24px;
}
@media screen and (min-width: 768px) {
  .contact__form {
    padding-left: 332px;
  }
}

.contact__fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}

@media screen and (min-width: 768px) {
  .contact__field {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
  }
}

.contact__field-head {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
}

.form-field__label {
  font-family: Noto Sans JP;
  font-size: 14px;
  font-weight: 700;
  line-height: 22.4px;
}

.form-field__tag {
  position: relative;
  bottom: 4px;
  left: 12px;
  font-family: Noto Sans JP;
  font-size: 12px;
  font-weight: 700;
  line-height: 19.2px;
  display: inline-block;
  border-radius: 2px;
  background: rgb(206, 32, 115);
  padding: 5px 8px 5px 8px;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .form-field__tag {
    height: 30px;
  }
}

.form-field__check {
  font-family: Noto Sans JP;
  font-size: 14px;
  font-weight: 400;
  line-height: 22.4px;
  text-align: left;
}

.form-field__check-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.form-field__text {
  position: relative;
  border: none;
  border-radius: 8px;
  width: 335px;
  height: 50px;
  background: rgb(245, 245, 245);
}
@media screen and (min-width: 768px) {
  .form-field__text {
    width: 450px;
  }
}

.contact__field-check {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.form-field__textarea {
  position: relative;
  width: 335px;
  height: 180px;
}

.form-checkbox__input {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}
.form-checkbox__input:checked + .form-checkbox__text::after {
  opacity: 1;
}

.form-checkbox__text {
  font-weight: 700;
  padding-left: 28px;
  position: relative;
}
.form-checkbox__text::before, .form-checkbox__text::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
}
.form-checkbox__text::before {
  width: 24px;
  height: 24px;
  border: 3px solid rgb(245, 245, 245);
  background: rgb(245, 245, 245);
  left: 0;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.form-checkbox__text::after {
  width: 10px;
  height: 10px;
  background: rgb(103, 176, 199);
  left: 7px;
  opacity: 0;
}
.form-checkbox__text a {
  position: relative;
  padding-left: 20px;
  border-radius: 3px;
  text-decoration-line: underline;
  font-weight: 700;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.form-field__text-1 {
  padding: 10px 10px 10px 10px;
  position: relative;
  border: none;
  border-radius: 8px;
  width: 335px;
  height: 160px;
  background: rgb(245, 245, 245);
}

.contact__button {
  position: relative;
  text-align: center;
  margin-top: 15px;
  -webkit-transform: translateX(40%);
          transform: translateX(40%);
}
@media screen and (min-width: 768px) {
  .contact__button {
    -webkit-transform: translateX(293%);
            transform: translateX(293%);
  }
}

.form-checkbox-p {
  position: relative;
  padding-left: 20px;
}
@media screen and (min-width: 768px) {
  .form-checkbox-p {
    padding-left: 212px;
  }
}

.footer {
  position: relative;
  padding-bottom: 30px;
}

.footer__title {
  position: relative;
  text-align: center;
  font-family: Josefin Sans;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
}

.footer__contents {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-inline: 80px;
  gap: 42px;
  padding-top: 20px;
  padding-left: 86px;
}
@media screen and (min-width: 768px) {
  .footer__contents {
    left: 490px;
    top: -36px;
  }
}

.footer__content {
  width: 26.67px;
  height: 18.67px;
  top: 6.67px;
  left: 2.67px;
  opacity: 0px;
}

.footer__logo {
  position: relative;
  width: 333px;
  height: 55px;
  gap: 0px;
  border: 1px 0px 0px 0px;
  opacity: 0px;
  padding-top: 12px;
}
@media screen and (min-width: 768px) {
  .footer__logo {
    left: 353px;
  }
}

.footer__map {
  position: relative;
  text-align: center;
}

.footer__link {
  background-color: #fff;
  padding-bottom: 30px;
  border-radius: 16px;
  position: relative;
  text-align: center;
}
.footer__link li {
  position: relative;
  padding-top: 8px;
  padding-left: 42px;
}
.footer__link li p1 {
  font-family: Noto Sans JP;
  font-size: 12px;
  font-weight: 700;
  line-height: 19.2px;
  text-align: left;
}
.footer__link li p2 {
  position: relative;
  margin-left: 15px;
  font-family: Noto Sans JP;
  font-size: 12px;
  font-weight: 400;
  line-height: 19.2px;
  text-align: center;
}
.footer__link li p2 .address {
  position: relative;
  left: 5px;
}

.footer__link-title {
  position: relative;
  padding-top: 24px;
  -webkit-padding-start: 91px;
          padding-inline-start: 91px;
}
.footer__link-title img {
  width: 153px;
  height: 20px;
  gap: 0px;
  opacity: 0px;
}

.pagetop {
  position: relative;
  padding-left: 130px;
}
@media screen and (min-width: 768px) {
  .pagetop {
    left: 535px;
  }
}
.pagetop img {
  width: 75px;
  height: 126px;
  padding: 24px 0px 24px 0px;
  gap: 0px;
  opacity: 0px;
}

.copyright img {
  position: relative;
  width: 100%;
}
.copyright p {
  margin-top: -1px;
  color: #fff;
  position: relative;
  font-family: Noto Sans JP;
  font-size: 10px;
  font-weight: 400;
  line-height: 16px;
  text-align: center;
  background-color: rgb(103, 176, 199);
}