@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes vibration {
  0% {
    transform: translate(0) rotate(0deg);
  }
  21% {
    transform: translate(0) rotate(0deg);
  }
  22% {
    transform: translate(0) rotate(-2deg);
  }
  23% {
    transform: translateY(-0.1rem) rotate(0deg);
  }
  24% {
    transform: translateY(-0.1rem) rotate(2deg);
  }
  25% {
    transform: translate(0.1rem) rotate(-1deg);
  }
  26% {
    transform: translateY(0.1rem) rotate(0deg);
  }
  27% {
    transform: translate(0) rotate(2deg);
  }
  28% {
    transform: translate(0) rotate(0deg);
  }
  100% {
    transform: translate(0) rotate(0deg);
  }
}
@keyframes clatter {
  0%, 50% {
    transform: rotate(0deg);
  }
  62.5%, 87.5% {
    transform: rotate(1deg) translateY(-3px);
  }
  75%, 100% {
    transform: rotate(0deg);
  }
}
.tourist-nav {
  padding-top: 109px;
  padding-bottom: 40px;
}
@media (max-width: 428px) {
  .tourist-nav {
    padding-top: 15px;
    padding-bottom: 10px;
  }
}
.tourist-nav--desc {
  font-size: 16px;
  line-height: 1.1875;
  margin-top: 7px;
  text-align: right;
}
@media (max-width: 428px) {
  .tourist-nav--desc {
    font-size: 16px;
    text-align: center;
    margin-top: 10px;
    text-align: center;
    line-height: 1.4375;
  }
}

.tourist-nav_list {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 428px) {
  .tourist-nav_list {
    display: block;
  }
}
@media (max-width: 428px) {
  .tourist-nav_list--item {
    opacity: 1 !important;
    transform: none !important;
  }
}
.tourist-nav_list--item:first-of-type {
  transition-delay: 0.15s;
}
.tourist-nav_list--item:first-of-type .tourist-nav_list--link {
  border: 3px solid #0E7EC3;
  background-image: url(../../img/tourist-nav-list-link01.svg);
}
.tourist-nav_list--item:first-of-type .tourist-nav_list--link:after {
  background-image: url(../../img/icon/icon-arrow-blue2.svg);
}
.tourist-nav_list--item:first-of-type .tourist-nav_list--means {
  color: #0E7EC3;
  border: 2px solid #0E7EC3;
  margin-bottom: 5px;
}
.tourist-nav_list--item:first-of-type .tourist-nav_list--ttl {
  color: #0E7EC3;
}
.tourist-nav_list--item:nth-of-type(2) {
  transition-delay: 0.3s;
}
@media (max-width: 428px) {
  .tourist-nav_list--item:nth-of-type(2) {
    margin-top: 10px;
    transition-delay: 0s;
  }
}
.tourist-nav_list--item:nth-of-type(2) .tourist-nav_list--link {
  border: 3px solid #5BBF53;
  background-image: url(../../img/tourist-nav-list-link02.svg);
}
.tourist-nav_list--item:nth-of-type(2) .tourist-nav_list--link:after {
  background-image: url(../../img/icon/icon-arrow-green2.svg);
}
.tourist-nav_list--item:nth-of-type(2) .tourist-nav_list--means {
  color: #5BBF53;
  border: 2px solid #5BBF53;
  margin-bottom: 5px;
}
.tourist-nav_list--item:nth-of-type(2) .tourist-nav_list--ttl {
  color: #5BBF53;
}
.tourist-nav_list--item:last-of-type {
  transition-delay: 0.45s;
}
@media (max-width: 428px) {
  .tourist-nav_list--item:last-of-type {
    margin-top: 10px;
    transition-delay: 0s;
  }
}
.tourist-nav_list--item:last-of-type .tourist-nav_list--link {
  border: 3px solid #A29866;
  background-image: url(../../img/tourist-nav-list-link03.svg);
}
.tourist-nav_list--item:last-of-type .tourist-nav_list--link:after {
  background-image: url(../../img/icon/icon-arrow-beige.svg);
}
.tourist-nav_list--item:last-of-type .tourist-nav_list--means {
  font-size: 17px;
  height: 47px;
  padding-bottom: 7px;
  background-color: transparent;
  background-image: url(../../img/tourist-nav-list-means.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 0%;
  margin-bottom: -2px;
}
@media (max-width: 428px) {
  .tourist-nav_list--item:last-of-type .tourist-nav_list--means {
    font-size: 16px;
    height: 42px;
    padding-bottom: 2px;
    margin-bottom: 0;
  }
}
.tourist-nav_list--item:last-of-type .tourist-nav_list--ttl {
  color: #A29866;
}
.tourist-nav_list--link {
  width: 380px;
  height: 203px;
  box-sizing: border-box;
  display: block;
  border-radius: 6px;
  background-size: cover;
  background-position: 50% 50%;
  background-color: #fff;
  padding: 30px 0;
  position: relative;
}
@media (max-width: 428px) {
  .tourist-nav_list--link {
    width: 100%;
    height: 165px;
    padding-top: 18px;
    padding-bottom: 18px;
  }
}
.tourist-nav_list--link:after {
  content: "";
  display: block;
  width: 44px;
  aspect-ratio: 44/13;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  margin: 20px auto 0;
}
@media (max-width: 428px) {
  .tourist-nav_list--link:after {
    width: 30px;
    margin-top: 10px;
  }
}
.tourist-nav_list--means {
  font-size: 20px;
  font-weight: 700;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 114px;
  height: 40px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 40px;
  box-sizing: border-box;
}
@media (max-width: 428px) {
  .tourist-nav_list--means {
    width: 100px;
    height: 36px;
    font-size: 16px;
    margin-bottom: 6px;
  }
}
.tourist-nav_list--ttl {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  line-height: 1.4583333333;
}
@media (max-width: 428px) {
  .tourist-nav_list--ttl {
    font-size: 22px;
    line-height: 1.4545454545;
  }
}

.tourist-plan {
  padding-bottom: 30px;
  position: relative;
}
@media (max-width: 428px) {
  .tourist-plan {
    padding-bottom: 37px;
  }
}
.tourist-plan:before {
  content: "";
  display: block;
  width: 100%;
  background-size: cover;
  background-position: 50% 50%;
}
@media (max-width: 428px) {
  .tourist-plan:before {
    width: 100%;
  }
}
.tourist-plan:after {
  content: "";
  display: block;
  background-image: url(../../img/icon/icon-green-deco03.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 346px;
  aspect-ratio: 346/200;
  position: absolute;
}
@media (max-width: 428px) {
  .tourist-plan:after {
    width: 157px;
  }
}
.tourist-plan-half {
  background-color: #D7EEDB;
}
.tourist-plan-half:before {
  background-image: url(../../img/tourist-plan-half.svg);
  aspect-ratio: 1440/116;
}
@media (max-width: 428px) {
  .tourist-plan-half:before {
    background-image: url(../../img/tourist-plan-half-sp.svg);
    aspect-ratio: 375/84;
  }
}
.tourist-plan-half:after {
  top: -15px;
  left: calc(50% - 843px);
}
@media (max-width: 428px) {
  .tourist-plan-half:after {
    top: 0;
    left: -42px;
  }
}
.tourist-plan-half .tourist-plan_ttl {
  background-color: #5BBF53;
}
.tourist-plan-half .tourist-plan_ttl--means {
  color: #5BBF53;
}
.tourist-plan-oneday {
  background-color: #DEF2FF;
}
.tourist-plan-oneday:before {
  background-image: url(../../img/tourist-plan-oneday.svg);
  aspect-ratio: 1440/101;
}
@media (max-width: 428px) {
  .tourist-plan-oneday:before {
    background-image: url(../../img/tourist-plan-oneday-sp.svg);
    aspect-ratio: 375/80;
  }
}
.tourist-plan-oneday:after {
  top: -81px;
  left: calc(50% - 736px);
}
@media (max-width: 428px) {
  .tourist-plan-oneday:after {
    content: none;
  }
}
.tourist-plan-oneday .tourist-plan_ttl {
  background-color: #0E7EC3;
}
.tourist-plan-oneday .tourist-plan_ttl--means {
  color: #0E7EC3;
}
.tourist-plan--wrap {
  margin-top: 45px;
  position: relative;
  z-index: 100;
}
@media (max-width: 428px) {
  .tourist-plan--wrap {
    margin-top: 57px;
  }
}

.tourist-plan_ttl {
  padding-top: 33px;
  padding-bottom: 33px;
  border-radius: 30px 30px 0 0;
}
@media (max-width: 428px) {
  .tourist-plan_ttl {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.tourist-plan_ttl--txt {
  color: #fff;
  font-weight: 700;
  font-size: 50px;
  line-height: 1.45;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
@media (max-width: 428px) {
  .tourist-plan_ttl--txt {
    font-size: 24px;
  }
}
.tourist-plan_ttl--means {
  font-weight: 700;
  font-size: 36px;
  display: inline-block;
  padding-left: 14px;
  padding-right: 14px;
  line-height: 52px;
  border-radius: 52px;
  background-color: #fff;
  text-align: center;
  margin-left: 12px;
  vertical-align: 3px;
}
@media (max-width: 428px) {
  .tourist-plan_ttl--means {
    line-height: 30px;
    font-size: 20px;
    vertical-align: 1px;
    margin-left: 0;
    padding-left: 8px;
    padding-right: 8px;
  }
}

.tourist-plan_content {
  border-radius: 0 0 30px 30px;
  background-color: #F9F8F3;
  box-sizing: border-box;
  border: 3px dashed #B8B8B8;
  border-top: none;
  padding: 40px 40px 60px;
  position: relative;
}
@media (max-width: 428px) {
  .tourist-plan_content {
    border-width: 2px;
    padding: 20px 15px 40px 17px;
  }
}
.tourist-plan_content--list {
  box-sizing: border-box;
  position: relative;
}
@media (max-width: 428px) {
  .tourist-plan_content--list {
    padding-bottom: 40px;
  }
}
.tourist-plan_content--list:before {
  content: "";
  display: block;
  width: 5px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 428px) {
  .tourist-plan_content--list:before {
    width: 3px;
    left: 0;
    transform: none;
  }
}
.tourist-plan_content--list-half:before {
  background-color: #8DC889;
}
.tourist-plan_content--list-half .tourist-plan_content--item {
  border-bottom: 5px dashed #8DC889;
}
@media (max-width: 428px) {
  .tourist-plan_content--list-half .tourist-plan_content--item {
    border-width: 3px;
  }
}
.tourist-plan_content--list-half .tourist-plan_content--item:before {
  border: 5px solid #8DC889;
}
@media (max-width: 428px) {
  .tourist-plan_content--list-half .tourist-plan_content--item:before {
    border-width: 3px;
  }
}
.tourist-plan_content--list-half01 {
  height: 591px;
}
@media (max-width: 428px) {
  .tourist-plan_content--list-half01 {
    height: auto;
  }
}
.tourist-plan_content--list-half01 .tourist-plan_content--item:first-of-type {
  top: 27px;
}
@media (max-width: 428px) {
  .tourist-plan_content--list-half01 .tourist-plan_content--item:first-of-type {
    top: auto;
  }
}
.tourist-plan_content--list-half01 .tourist-plan_content--item:first-of-type:before {
  top: 134px;
}
@media (max-width: 428px) {
  .tourist-plan_content--list-half01 .tourist-plan_content--item:first-of-type:before {
    top: auto;
    bottom: -10px;
  }
}
.tourist-plan_content--list-half01 .tourist-plan_content--item:nth-of-type(2) {
  top: 126px;
}
@media (max-width: 428px) {
  .tourist-plan_content--list-half01 .tourist-plan_content--item:nth-of-type(2) {
    top: auto;
  }
}
.tourist-plan_content--list-half01 .tourist-plan_content--item:nth-of-type(2):before {
  top: 168px;
}
@media (max-width: 428px) {
  .tourist-plan_content--list-half01 .tourist-plan_content--item:nth-of-type(2):before {
    top: auto;
    bottom: -10px;
  }
}
.tourist-plan_content--list-half01 .tourist-plan_content--item:nth-of-type(2):after {
  content: "";
  display: block;
  width: 101px;
  aspect-ratio: 202/266;
  background-image: url(../../img/tourist-plan-content-list-half01.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  position: absolute;
  top: -145px;
  right: 36px;
}
@media (max-width: 428px) {
  .tourist-plan_content--list-half01 .tourist-plan_content--item:nth-of-type(2):after {
    content: none;
  }
}
.tourist-plan_content--list-half01 .tourist-plan_content--item:nth-of-type(3) {
  top: 221px;
}
@media (max-width: 428px) {
  .tourist-plan_content--list-half01 .tourist-plan_content--item:nth-of-type(3) {
    top: auto;
  }
}
.tourist-plan_content--list-half01 .tourist-plan_content--item:nth-of-type(3):before {
  top: 142px;
}
@media (max-width: 428px) {
  .tourist-plan_content--list-half01 .tourist-plan_content--item:nth-of-type(3):before {
    top: auto;
    bottom: -10px;
  }
}
.tourist-plan_content--list-half01 .tourist-plan_content--item:nth-of-type(4) {
  top: 381px;
}
@media (max-width: 428px) {
  .tourist-plan_content--list-half01 .tourist-plan_content--item:nth-of-type(4) {
    top: auto;
  }
}
.tourist-plan_content--list-half01 .tourist-plan_content--item:nth-of-type(4):before {
  top: 142px;
}
@media (max-width: 428px) {
  .tourist-plan_content--list-half01 .tourist-plan_content--item:nth-of-type(4):before {
    top: auto;
    bottom: -10px;
  }
}
.tourist-plan_content--list-half02 {
  height: 632px;
}
@media (max-width: 428px) {
  .tourist-plan_content--list-half02 {
    height: auto;
  }
}
.tourist-plan_content--list-half02:after {
  content: "";
  display: block;
  width: 37px;
  aspect-ratio: 37/21;
  background-image: url(../../img/tourist-plan-content-list-half.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 428px) {
  .tourist-plan_content--list-half02:after {
    width: 24px;
    left: -11px;
    transform: none;
  }
}
.tourist-plan_content--list-half02 .tourist-plan_content--item:first-of-type {
  top: 40px;
}
@media (max-width: 428px) {
  .tourist-plan_content--list-half02 .tourist-plan_content--item:first-of-type {
    top: auto;
  }
}
.tourist-plan_content--list-half02 .tourist-plan_content--item:first-of-type:before {
  top: 134px;
}
@media (max-width: 428px) {
  .tourist-plan_content--list-half02 .tourist-plan_content--item:first-of-type:before {
    top: auto;
    bottom: -10px;
  }
}
.tourist-plan_content--list-half02 .tourist-plan_content--item:nth-of-type(2) {
  top: 101px;
}
@media (max-width: 428px) {
  .tourist-plan_content--list-half02 .tourist-plan_content--item:nth-of-type(2) {
    top: auto;
  }
}
.tourist-plan_content--list-half02 .tourist-plan_content--item:nth-of-type(2):before {
  top: 168px;
}
@media (max-width: 428px) {
  .tourist-plan_content--list-half02 .tourist-plan_content--item:nth-of-type(2):before {
    top: auto;
    bottom: -10px;
  }
}
.tourist-plan_content--list-half02 .tourist-plan_content--item:nth-of-type(3) {
  top: 234px;
}
@media (max-width: 428px) {
  .tourist-plan_content--list-half02 .tourist-plan_content--item:nth-of-type(3) {
    top: auto;
  }
}
.tourist-plan_content--list-half02 .tourist-plan_content--item:nth-of-type(3):before {
  top: 194px;
}
@media (max-width: 428px) {
  .tourist-plan_content--list-half02 .tourist-plan_content--item:nth-of-type(3):before {
    top: auto;
    bottom: -10px;
  }
}
.tourist-plan_content--list-half02 .tourist-plan_content--item:nth-of-type(4) {
  top: 356px;
}
@media (max-width: 428px) {
  .tourist-plan_content--list-half02 .tourist-plan_content--item:nth-of-type(4) {
    top: auto;
  }
}
.tourist-plan_content--list-half02 .tourist-plan_content--item:nth-of-type(4):before {
  top: 168px;
}
@media (max-width: 428px) {
  .tourist-plan_content--list-half02 .tourist-plan_content--item:nth-of-type(4):before {
    top: auto;
    bottom: -10px;
  }
}
.tourist-plan_content--list-oneday {
  height: 963px;
}
@media (max-width: 428px) {
  .tourist-plan_content--list-oneday {
    height: auto;
  }
}
.tourist-plan_content--list-oneday:before {
  background-color: #94BBD2;
}
.tourist-plan_content--list-oneday:after {
  content: "";
  display: block;
  width: 37px;
  aspect-ratio: 37/21;
  background-image: url(../../img/tourist-plan-content-list-oneday.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 428px) {
  .tourist-plan_content--list-oneday:after {
    width: 24px;
    left: -11px;
    transform: none;
  }
}
.tourist-plan_content--list-oneday .tourist-plan_content--item {
  border-bottom: 5px dashed #94BBD2;
}
@media (max-width: 428px) {
  .tourist-plan_content--list-oneday .tourist-plan_content--item {
    border-width: 3px;
  }
}
.tourist-plan_content--list-oneday .tourist-plan_content--item:before {
  border: 5px solid #94BBD2;
}
@media (max-width: 428px) {
  .tourist-plan_content--list-oneday .tourist-plan_content--item:before {
    border-width: 3px;
  }
}
.tourist-plan_content--list-oneday .tourist-plan_content--item:first-of-type {
  top: 40px;
}
@media (max-width: 428px) {
  .tourist-plan_content--list-oneday .tourist-plan_content--item:first-of-type {
    top: auto;
  }
}
.tourist-plan_content--list-oneday .tourist-plan_content--item:first-of-type:before {
  top: 134px;
}
@media (max-width: 428px) {
  .tourist-plan_content--list-oneday .tourist-plan_content--item:first-of-type:before {
    top: auto;
    bottom: -10px;
  }
}
.tourist-plan_content--list-oneday .tourist-plan_content--item:nth-of-type(2) {
  top: 189px;
}
@media (max-width: 428px) {
  .tourist-plan_content--list-oneday .tourist-plan_content--item:nth-of-type(2) {
    top: auto;
  }
}
.tourist-plan_content--list-oneday .tourist-plan_content--item:nth-of-type(2):before {
  top: 133px;
}
@media (max-width: 428px) {
  .tourist-plan_content--list-oneday .tourist-plan_content--item:nth-of-type(2):before {
    top: auto;
    bottom: -10px;
  }
}
.tourist-plan_content--list-oneday .tourist-plan_content--item:nth-of-type(2):after {
  content: "";
  display: block;
  width: 141px;
  aspect-ratio: 286/266;
  background-image: url(../../img/tourist-plan-content-list-oneday.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  position: absolute;
  top: -169px;
  right: 35px;
}
@media (max-width: 428px) {
  .tourist-plan_content--list-oneday .tourist-plan_content--item:nth-of-type(2):after {
    content: none;
  }
}
.tourist-plan_content--list-oneday .tourist-plan_content--item:nth-of-type(3) {
  top: 238px;
}
@media (max-width: 428px) {
  .tourist-plan_content--list-oneday .tourist-plan_content--item:nth-of-type(3) {
    top: auto;
  }
}
.tourist-plan_content--list-oneday .tourist-plan_content--item:nth-of-type(3):before {
  top: 194px;
}
@media (max-width: 428px) {
  .tourist-plan_content--list-oneday .tourist-plan_content--item:nth-of-type(3):before {
    top: auto;
    bottom: -10px;
  }
}
.tourist-plan_content--list-oneday .tourist-plan_content--item:nth-of-type(4) {
  top: 394px;
}
@media (max-width: 428px) {
  .tourist-plan_content--list-oneday .tourist-plan_content--item:nth-of-type(4) {
    top: auto;
  }
}
.tourist-plan_content--list-oneday .tourist-plan_content--item:nth-of-type(4):before {
  top: 133px;
}
@media (max-width: 428px) {
  .tourist-plan_content--list-oneday .tourist-plan_content--item:nth-of-type(4):before {
    top: auto;
    bottom: -10px;
  }
}
.tourist-plan_content--list-oneday .tourist-plan_content--item:nth-of-type(5) {
  top: 478px;
}
@media (max-width: 428px) {
  .tourist-plan_content--list-oneday .tourist-plan_content--item:nth-of-type(5) {
    top: auto;
  }
}
.tourist-plan_content--list-oneday .tourist-plan_content--item:nth-of-type(5):before {
  top: 168px;
}
@media (max-width: 428px) {
  .tourist-plan_content--list-oneday .tourist-plan_content--item:nth-of-type(5):before {
    top: auto;
    bottom: -10px;
  }
}
.tourist-plan_content--list-oneday .tourist-plan_content--item:nth-of-type(6) {
  top: 599px;
}
@media (max-width: 428px) {
  .tourist-plan_content--list-oneday .tourist-plan_content--item:nth-of-type(6) {
    top: auto;
  }
}
.tourist-plan_content--list-oneday .tourist-plan_content--item:nth-of-type(6):before {
  top: 158px;
}
@media (max-width: 428px) {
  .tourist-plan_content--list-oneday .tourist-plan_content--item:nth-of-type(6):before {
    top: auto;
    bottom: -10px;
  }
}
.tourist-plan_content--list-oneday .tourist-plan_content--item:nth-of-type(7) {
  top: 692px;
}
@media (max-width: 428px) {
  .tourist-plan_content--list-oneday .tourist-plan_content--item:nth-of-type(7) {
    top: auto;
  }
}
.tourist-plan_content--list-oneday .tourist-plan_content--item:nth-of-type(7):before {
  top: 168px;
}
@media (max-width: 428px) {
  .tourist-plan_content--list-oneday .tourist-plan_content--item:nth-of-type(7):before {
    top: auto;
    bottom: -10px;
  }
}
.tourist-plan_content--item {
  width: 50%;
  padding: 0 31px 24px;
  box-sizing: border-box;
  position: absolute;
}
@media (max-width: 428px) {
  .tourist-plan_content--item {
    width: 100%;
    position: relative;
    padding: 32px 0 20px 10px;
  }
}
.tourist-plan_content--item:before {
  content: "";
  display: block;
  width: 25px;
  aspect-ratio: 25/25;
  border-radius: 50%;
  position: absolute;
  box-sizing: border-box;
  background-color: #F9F8F3;
}
@media (max-width: 428px) {
  .tourist-plan_content--item:before {
    width: 20px;
    border-width: 3px;
  }
}
.tourist-plan_content--item:nth-of-type(odd) {
  left: 0;
}
@media (max-width: 428px) {
  .tourist-plan_content--item:nth-of-type(odd) {
    left: auto;
  }
}
.tourist-plan_content--item:nth-of-type(odd):before {
  right: -12px;
}
@media (max-width: 428px) {
  .tourist-plan_content--item:nth-of-type(odd):before {
    right: auto;
    left: -9px;
  }
}
.tourist-plan_content--item:nth-of-type(even) {
  right: 0;
}
@media (max-width: 428px) {
  .tourist-plan_content--item:nth-of-type(even) {
    right: auto;
  }
}
.tourist-plan_content--item:nth-of-type(even):before {
  left: -12px;
}
@media (max-width: 428px) {
  .tourist-plan_content--item:nth-of-type(even):before {
    left: -9px;
  }
}
.tourist-plan_content--item-walk .tourist-plan_content--ttl:before {
  background-image: url(../../img/tourist-plan-content-item-walk.svg);
}
.tourist-plan_content--item-walk .tourist-plan_content--ttl {
  color: #A29866;
}
.tourist-plan_content--item-food .tourist-plan_content--ttl:before {
  background-image: url(../../img/tourist-plan-content-item-food.svg);
}
.tourist-plan_content--item-food .tourist-plan_content--ttl {
  color: #5BBF53;
}
.tourist-plan_content--item-car .tourist-plan_content--ttl:before {
  background-image: url(../../img/tourist-plan-content-item-car.svg);
}
.tourist-plan_content--item-car .tourist-plan_content--ttl {
  color: #0E7EC3;
}
.tourist-plan_content--ttl {
  font-size: 27px;
  font-weight: 700;
  line-height: 1.3;
  padding-left: 90px;
  position: relative;
}
@media (max-width: 428px) {
  .tourist-plan_content--ttl {
    font-size: 24px;
    padding-left: 70px;
  }
}
.tourist-plan_content--ttl:before {
  content: "";
  display: block;
  width: 80px;
  aspect-ratio: 80/80;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  position: absolute;
  top: 20px;
  left: 0;
}
@media (max-width: 428px) {
  .tourist-plan_content--ttl:before {
    width: 60px;
    top: 27px;
  }
}
.tourist-plan_content--desc {
  line-height: 1.6;
  font-size: 16px;
  padding-left: 90px;
  margin-top: 7px;
}
@media (max-width: 428px) {
  .tourist-plan_content--desc {
    padding-left: 70px;
    margin-top: 4px;
    font-feature-settings: "palt";
  }
}
.tourist-plan_content--strong {
  font-weight: 700;
}
.tourist-plan_content--carshare {
  font-weight: 700;
  font-size: 32px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  height: 70px;
  position: relative;
}
@media (max-width: 428px) {
  .tourist-plan_content--carshare {
    width: calc(100% + 7px);
    height: 60px;
    transform: translateX(-7px);
    font-size: 24px;
  }
}
.tourist-plan_content--carshare-half {
  background-color: #5BBF53;
}
.tourist-plan_content--carshare-half01:after {
  content: "";
  display: block;
  width: 169px;
  aspect-ratio: 338/266;
  background-image: url(../../img/tourist-plan-content-carshare-half01.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  position: absolute;
  top: -126px;
  left: 53px;
}
@media (max-width: 428px) {
  .tourist-plan_content--carshare-half01:after {
    content: none;
  }
}
.tourist-plan_content--carshare-half02:after {
  content: "";
  display: block;
  width: 373px;
  aspect-ratio: 746/302;
  background-image: url(../../img/tourist-plan-content-carshare-half02.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  position: absolute;
  top: -146px;
  left: 0;
}
@media (max-width: 428px) {
  .tourist-plan_content--carshare-half02:after {
    content: none;
  }
}
.tourist-plan_content--carshare-oneday {
  background-color: #0E7EC3;
}
.tourist-plan_content--carshare-oneday02:after {
  content: "";
  display: block;
  width: 299px;
  aspect-ratio: 598/350;
  background-image: url(../../img/tourist-plan-content-carshare-oneday02.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  position: absolute;
  top: -173px;
  right: 57px;
}
@media (max-width: 428px) {
  .tourist-plan_content--carshare-oneday02:after {
    content: none;
  }
}

.tourist-plan_deco:before, .tourist-plan_deco:after {
  content: "";
  display: block;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: absolute;
}
@media (max-width: 428px) {
  .tourist-plan_deco:before, .tourist-plan_deco:after {
    content: none;
  }
}
.tourist-plan_deco-half:before {
  background-image: url(../../img/icon/icon-green-deco02.svg);
  width: 445px;
  aspect-ratio: 445/238;
  top: 976px;
  left: calc(50% - 761px);
}
.tourist-plan_deco-half:after {
  width: 387px;
  aspect-ratio: 387/107;
  background-image: url(../../img/icon/icon-green-deco04.svg);
  top: 1777px;
  left: calc(50% + 405px);
}
.tourist-plan_deco-oneday:before {
  background-image: url(../../img/icon/icon-green-deco03.svg);
  width: 346px;
  aspect-ratio: 346/200;
  top: 1049px;
  left: calc(50% + 439px);
}
@media (max-width: 428px) {
  .tourist-plan_deco-oneday:before {
    width: 157px;
  }
}
.tourist-plan_deco-oneday:after {
  background-image: url(../../img/icon/icon-green-deco03.svg);
  width: 346px;
  aspect-ratio: 346/200;
  top: 2050px;
  left: calc(50% - 736px);
  z-index: 100;
}

.tourist-pack {
  border-radius: 15px;
  background-color: #fff;
  background-size: cover;
  padding-top: 70px;
  padding-bottom: 89px;
  margin-top: 61px;
}
@media (max-width: 428px) {
  .tourist-pack {
    margin-top: 40px;
    padding-top: 30px;
    padding-bottom: 112px;
  }
}
.tourist-pack-half {
  background-image: url(../../img/tourist-pack-half.svg);
}
.tourist-pack-oneday {
  background-image: url(../../img/tourist-pack-oneday.svg);
}
.tourist-pack--note {
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  margin-top: 20px;
}
@media (max-width: 428px) {
  .tourist-pack--note {
    font-size: 13px;
    margin-top: 20px;
  }
}

.tourist-pack_ttl {
  font-weight: 700;
  font-size: 36px;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 428px) {
  .tourist-pack_ttl {
    font-size: 30px;
    text-align: center;
  }
}
.tourist-pack_ttl--strong {
  margin-left: 0.5em;
}
@media (max-width: 428px) {
  .tourist-pack_ttl--strong {
    margin-left: 2.2em;
  }
}
.tourist-pack_ttl--strong-half {
  color: #5BBF53;
}
.tourist-pack_ttl--strong-oneday {
  color: #0E7EC3;
}
.tourist-pack_ttl--s {
  font-size: 30px;
}
@media (max-width: 428px) {
  .tourist-pack_ttl--s {
    font-size: 24px;
    margin-top: 15px;
    display: inline-block;
  }
}
.tourist-pack_ttl--note {
  font-size: 16px;
  font-weight: 400;
  display: block;
  text-align: right;
  margin-top: 7px;
}
@media (max-width: 428px) {
  .tourist-pack_ttl--note {
    margin-top: 0;
    font-size: 13px;
    display: inline;
    margin-left: -1em;
  }
}

.tourist-pack_price {
  text-align: center;
}
@media (max-width: 428px) {
  .tourist-pack_price {
    margin-top: 15px;
  }
}
.tourist-pack_price--num {
  font-weight: 700;
  font-size: 62px;
}
@media (max-width: 428px) {
  .tourist-pack_price--num {
    font-size: 50px;
  }
}
.tourist-pack_price--num-half {
  color: #5BBF53;
}
.tourist-pack_price--num-oneday {
  color: #0E7EC3;
}
.tourist-pack_price--yen {
  font-weight: 700;
  font-size: 40px;
  letter-spacing: -0.25em;
}
@media (max-width: 428px) {
  .tourist-pack_price--yen {
    font-size: 30px;
  }
}
.tourist-pack_price--mark {
  font-weight: 700;
  font-size: 60px;
}
@media (max-width: 428px) {
  .tourist-pack_price--mark {
    font-size: 50px;
  }
}

.tourist-pickup {
  margin-top: -26px;
  position: relative;
  width: 820px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 428px) {
  .tourist-pickup {
    width: 315px;
    margin-top: -53px;
  }
}
.tourist-pickup:before {
  content: "";
  display: block;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.tourist-pickup-half:before {
  background-image: url(../../img/tourist-pickup-half.webp);
  width: 125px;
  aspect-ratio: 250/300;
  bottom: -91px;
  right: -93px;
}
@media (max-width: 428px) {
  .tourist-pickup-half:before {
    width: 93px;
    right: 50%;
    bottom: -120px;
    transform: translateX(50%);
  }
}
.tourist-pickup-oneday:before {
  background-image: url(../../img/tourist-pickup-oneday.webp);
  width: 129px;
  aspect-ratio: 258/300;
  bottom: -75px;
  right: -114px;
}
@media (max-width: 428px) {
  .tourist-pickup-oneday:before {
    width: 93px;
    right: calc(50% + 13px);
    bottom: -31.5vw;
    transform: translateX(50%);
  }
}
.tourist-pickup--term {
  background-color: #FFEF6A;
  width: 67px;
  aspect-ratio: 67/67;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  border-radius: 50%;
  line-height: 1.4375;
  position: absolute;
  top: -34px;
  left: 50%;
  transform: translateX(-50%);
}
.tourist-pickup--desc {
  font-size: 20px;
  line-height: 1.6;
  height: 157px;
  padding: 43px 50px 0;
  box-sizing: border-box;
  background-image: url(../../img/tourist-pickup-desc.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 428px) {
  .tourist-pickup--desc {
    background-image: url(../../img/tourist-pickup-desc-sp.svg);
    padding: 43px 16px 36px;
    height: 183px;
    font-size: 16px;
    font-feature-settings: "palt";
  }
}
.tourist-pickup--desc_strong {
  font-weight: 700;
}

.tourist-spot {
  padding-bottom: 130px;
  position: relative;
}
@media (max-width: 428px) {
  .tourist-spot {
    padding-bottom: 64px;
  }
}
.tourist-spot:before {
  content: "";
  display: block;
  aspect-ratio: 1440/154;
  width: 100%;
  background-image: url(../../img/tourist-spot.svg);
  background-size: cover;
}
@media (max-width: 428px) {
  .tourist-spot:before {
    aspect-ratio: 375/99;
    background-image: url(../../img/tourist-spot-sp.svg);
    background-size: auto 100%;
  }
}
@media (max-width: 428px) {
  .tourist-spot--inner {
    padding-top: 29px;
  }
}

.tourist-spot_ttl--note {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  font-weight: 700;
  color: #5BBF53;
  font-size: 38px;
  line-height: 1.35;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 428px) {
  .tourist-spot_ttl--note {
    font-size: 24px;
  }
}
.tourist-spot_ttl--note:before {
  content: "";
  display: block;
  width: 31px;
  aspect-ratio: 31/34;
  background-image: url(../../img/tourist-spot-ttl-note.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  margin-right: 8px;
}
@media (max-width: 428px) {
  .tourist-spot_ttl--note:before {
    width: 20px;
    margin-right: 5px;
  }
}
.tourist-spot_ttl--note:after {
  content: "";
  display: block;
  width: 31px;
  aspect-ratio: 31/34;
  background-image: url(../../img/tourist-spot-ttl-note.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  margin-right: 8px;
  transform: scale(-1, 1);
}
@media (max-width: 428px) {
  .tourist-spot_ttl--note:after {
    width: 20px;
    margin-right: 5px;
  }
}
.tourist-spot_ttl--main {
  font-weight: 700;
  line-height: 1.35;
  font-size: 55px;
  text-align: center;
  margin-top: 2px;
  display: block;
}
@media (max-width: 428px) {
  .tourist-spot_ttl--main {
    margin-top: 5px;
    font-size: 32px;
  }
}

.tourist-spot_list {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  z-index: 100;
}
@media (max-width: 428px) {
  .tourist-spot_list {
    display: block;
    margin-top: 24px;
  }
}
.tourist-spot_list--group {
  width: 440px;
  height: 476px;
  box-sizing: border-box;
  border: 5px solid #A29866;
  border-radius: 10px;
  background-color: #fff;
  padding: 27px 25px 18px;
  background-image: url(../../img/tourist-spot-list-group.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  margin-top: 17px;
  position: relative;
}
@media (max-width: 428px) {
  .tourist-spot_list--group {
    width: 100%;
    height: auto;
    padding: 15px 15px 32px;
    margin-top: 20px;
    background-size: auto 476px;
  }
}
.tourist-spot_list--group:before {
  content: "";
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  position: absolute;
  pointer-events: none;
  left: 50%;
  transform: translateX(-50%);
}
.tourist-spot_list--group:nth-of-type(-n+2) {
  margin-top: 0;
}
@media (max-width: 428px) {
  .tourist-spot_list--group:nth-of-type(-n+2) {
    margin-top: 20px;
  }
}
@media (max-width: 428px) {
  .tourist-spot_list--group:first-of-type {
    margin-top: 0;
  }
}
.tourist-spot_list--group:first-of-type:before {
  background-image: url(../../img/tourist-spot-list-group01.webp);
  aspect-ratio: 446/296;
  width: 223px;
  top: 122px;
}
@media (max-width: 428px) {
  .tourist-spot_list--group:first-of-type:before {
    width: 223px;
  }
}
.tourist-spot_list--group:nth-of-type(2) {
  transition-delay: 0.15s;
}
@media (max-width: 428px) {
  .tourist-spot_list--group:nth-of-type(2) {
    transition-delay: 0s;
  }
}
.tourist-spot_list--group:nth-of-type(2):before {
  background-image: url(../../img/tourist-spot-list-group02.webp);
  aspect-ratio: 724/192;
  width: 362px;
  top: 205px;
}
@media (max-width: 428px) {
  .tourist-spot_list--group:nth-of-type(2):before {
    width: 263px;
    aspect-ratio: 526/225;
    top: 164px;
  }
}
.tourist-spot_list--group:nth-of-type(3):before {
  background-image: url(../../img/tourist-spot-list-group03.webp);
  aspect-ratio: 282/283;
  width: 141px;
  top: 116px;
}
@media (max-width: 428px) {
  .tourist-spot_list--group:nth-of-type(3):before {
    width: 114px;
    top: 123px;
  }
}
.tourist-spot_list--group:last-of-type {
  transition-delay: 0.15s;
}
@media (max-width: 428px) {
  .tourist-spot_list--group:last-of-type {
    transition-delay: 0s;
  }
}
.tourist-spot_list--group:last-of-type:before {
  background-image: url(../../img/tourist-spot-list-group04.webp);
  aspect-ratio: 632/232;
  width: 316px;
  top: 134px;
}
@media (max-width: 428px) {
  .tourist-spot_list--group:last-of-type:before {
    width: 229px;
    top: 130px;
  }
}
.tourist-spot_list--term {
  background-color: #A29866;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  border-radius: 10px;
}
@media (max-width: 428px) {
  .tourist-spot_list--term {
    height: 55px;
    font-size: 20px;
  }
}
.tourist-spot_list--desc {
  margin-top: 23px;
}
@media (max-width: 428px) {
  .tourist-spot_list--desc {
    margin-top: 15px;
  }
}
.tourist-spot_list--desc_txt {
  font-size: 16px;
  line-height: 1.6;
  height: 157px;
}
@media (max-width: 428px) {
  .tourist-spot_list--desc_txt {
    height: auto;
  }
}
.tourist-spot_list--desc_strong {
  font-weight: 700;
}

.tourist-spot_detail {
  margin-top: -5px;
}
@media (max-width: 428px) {
  .tourist-spot_detail {
    margin-top: 10px;
  }
}
.tourist-spot_detail--item {
  border-bottom: 2px dashed #A19E9E;
  padding-left: 76px;
  position: relative;
  height: 61px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 15px;
  line-height: 1.4666666667;
}
@media (max-width: 428px) {
  .tourist-spot_detail--item {
    padding-left: 66px;
    height: 51px;
    font-size: 13px;
    line-height: 1.4615384615;
  }
}
.tourist-spot_detail--item:before {
  content: "";
  display: block;
  width: 37px;
  height: 34px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 22px;
}
@media (max-width: 428px) {
  .tourist-spot_detail--item:before {
    width: 50px;
    left: 0;
  }
}
.tourist-spot_detail--item-food:before {
  background-image: url(../../img/icon/icon-food.svg);
  background-size: 28px auto;
}
@media (max-width: 428px) {
  .tourist-spot_detail--item-food:before {
    background-size: 23px auto;
  }
}
.tourist-spot_detail--item-nature:before {
  background-image: url(../../img/icon/icon-nature.svg);
  background-size: 34px auto;
}
@media (max-width: 428px) {
  .tourist-spot_detail--item-nature:before {
    background-size: 29px auto;
  }
}
.tourist-spot_detail--item-access:before {
  background-image: url(../../img/icon/icon-car.svg);
  background-size: 37px auto;
}
@media (max-width: 428px) {
  .tourist-spot_detail--item-access:before {
    background-size: 31px auto;
  }
}
.tourist-spot_detail--item-address {
  border-bottom: none;
}
.tourist-spot_detail--item-address:before {
  background-image: url(../../img/icon/icon-pin.svg);
  background-size: 23px auto;
}
@media (max-width: 428px) {
  .tourist-spot_detail--item-address:before {
    background-size: 19px auto;
  }
}
.tourist-spot_detail--link {
  text-decoration: underline;
}

.tourist-spot_deco--img {
  position: absolute;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
@media (max-width: 428px) {
  .tourist-spot_deco--img {
    display: none;
  }
}
.tourist-spot_deco--img:first-of-type {
  background-image: url(../../img/icon/icon-green-deco03.svg);
  width: 346px;
  aspect-ratio: 346/200;
  top: 527px;
  left: calc(50% + 482px);
}
.tourist-spot_deco--img:nth-of-type(2) {
  background-image: url(../../img/icon/icon-green-deco03.svg);
  width: 346px;
  aspect-ratio: 346/200;
  top: 699px;
  left: calc(50% + 425px);
}
.tourist-spot_deco--img:last-of-type {
  width: 387px;
  aspect-ratio: 387/107;
  background-image: url(../../img/icon/icon-green-deco04.svg);
  top: 1169px;
  left: calc(50% - 758px);
}

/*# sourceMappingURL=tourist.css.map */
