@charset "UTF-8";
/* ===================================================================
CSS information

file name  : sightseeing.css
author     : Abilive
style info : 周辺観光
=================================================================== */
/* ===================================================================
CSS information

file name  : _settings.scss
author     : Abilive
style info : 汎用設定
=================================================================== */
@property --1vw {
  syntax: "<length>";
  inherits: true;
  initial-value: 0px;
}
:root {
    --1vw: 1vw;
    --vw-to-px: tan(atan2(var(--1vw), 1px));
}

.l-bnr {
  margin-top: 0;
}

.p-scroll_infinity {
  overflow: hidden;
  margin-top: 4.6666666667rem;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-scroll_infinity {
    margin-top: 3.7333333333rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-scroll_infinity {
    margin-top: 3.2666666667rem;
  }
}
.p-scroll_infinity .scroll_infinity {
  width: 550vw;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-scroll_infinity .scroll_infinity {
    width: 400vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-scroll_infinity .scroll_infinity {
    width: 850vw;
  }
}
.p-scroll_infinity .scroll_infinity {
  display: flex;
}
.p-scroll_infinity .scroll_infinity .scroll_infinity__wrap {
  display: flex;
}
.p-scroll_infinity .scroll_infinity .scroll_infinity__wrap .scroll_infinity__list {
  display: flex;
  list-style: none;
  align-items: flex-start;
  padding: 0;
}
.p-scroll_infinity .scroll_infinity .scroll_infinity__wrap .scroll_infinity__list--left {
  animation: infinity-scroll-right 50s infinite linear 0.5s both;
}
.p-scroll_infinity .scroll_infinity .scroll_infinity__wrap .scroll_infinity__list--left .scroll_infinity__item {
  width: fit-content;
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0 23px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-scroll_infinity .scroll_infinity .scroll_infinity__wrap .scroll_infinity__list--left .scroll_infinity__item {
    margin: 0 8px;
    max-width: 16em;
  }
}
@media only screen and (max-width: 767px) {
  .p-scroll_infinity .scroll_infinity .scroll_infinity__wrap .scroll_infinity__list--left .scroll_infinity__item {
    max-width: 11.3333333333rem;
    margin: 0 10px;
  }
}
.p-scroll_infinity .scroll_infinity .scroll_infinity__wrap .scroll_infinity__list--left .scroll_infinity__item:nth-child(2n) {
  margin-top: auto;
}
.p-scroll_infinity .scroll_infinity .scroll_infinity__wrap .scroll_infinity__list--left .scroll_infinity__item:nth-child(4n) {
  margin-top: 0;
}

@keyframes infinity-scroll-right {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.c-ancLnk {
  margin-top: 4.6666666667rem;
  margin-inline: auto;
}
@media only screen and (min-width: 768px) {
  .c-ancLnk {
    max-width: 80rem;
    width: 90%;
  }
}
@media only screen and (max-width: 767px) {
  .c-ancLnk {
    width: 89.7435897436%;
    margin-top: 3.2666666667rem;
  }
}
.c-ancLnk li a {
  word-break: keep-all;
  overflow-wrap: break-word;
}

.p-sightseeing-wrapper {
  position: relative;
  z-index: 0;
  margin-top: 4rem;
  padding-block: 6.4rem 8.6666666667rem;
  background: linear-gradient(to right, #F3F2F0, #F2F1ED);
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-sightseeing-wrapper {
    margin-top: 3.2rem;
    padding-block: 5.1333333333rem 6.9333333333rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-sightseeing-wrapper {
    margin-top: 2.8rem;
    padding-block: 4.4666666667rem 6.0666666667rem;
  }
}
.p-sightseeing-wrapper:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: -1;
  aspect-ratio: 1920/390;
  background: linear-gradient(to bottom, #FFFFFF, rgba(255, 255, 255, 0));
}
.p-sightseeing-wrapper:after {
  content: "";
  background: url(../images/common/bg_gra.webp) no-repeat;
  width: 100%;
  position: absolute;
  height: 4rem;
  display: block;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-size: contain;
  z-index: 1;
}

.p-sightseeing + .p-sightseeing {
  margin-top: 8rem;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-sightseeing + .p-sightseeing {
    margin-top: 6.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-sightseeing + .p-sightseeing {
    margin-top: 5.6rem;
  }
}
.p-sightseeing__inner {
  margin-inline: auto;
}
@media only screen and (min-width: 768px) {
  .p-sightseeing__inner {
    max-width: 93.3333333333rem;
    width: 90%;
  }
}
@media only screen and (max-width: 767px) {
  .p-sightseeing__inner {
    width: 89.7435897436%;
  }
}
.p-sightseeing__list {
  margin-top: 4.3333333333rem;
}
@media only screen and (min-width: 768px) {
  .p-sightseeing__list {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 4rem 2.8571428571%;
  }
  .p-sightseeing__list:not(:has(.p-sightseeing__item:nth-child(4))) {
    justify-content: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-sightseeing__list {
    margin-top: 3.4666666667rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-sightseeing__list {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    row-gap: 4rem;
    margin-top: 3rem;
  }
}
.p-sightseeing__item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  row-gap: 1.4666666667rem;
}
@media only screen and (min-width: 1200px) {
  .p-sightseeing__item {
    width: 22.8571428571%;
  }
}
@media print {
  .p-sightseeing__item {
    width: 22.8571428571%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-sightseeing__item {
    width: 31.4285714286%;
  }
}
@media only screen and (max-width: 767px) {
  .p-sightseeing__item {
    row-gap: 1rem;
  }
}
.p-sightseeing__item-content {
  order: 2;
}
.p-sightseeing__item .c-catch_03 {
  word-break: keep-all;
  overflow-wrap: break-word;
}
@media only screen and (min-width: 1200px) {
  .p-sightseeing__item .c-catch_03 .catch-sub {
    font-size: 1.2rem;
  }
}
@media print {
  .p-sightseeing__item .c-catch_03 .catch-sub {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-sightseeing__item .c-catch_03 .catch-sub {
    font-size: 1.0666666667rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-sightseeing__item .c-catch_03 .catch-sub {
    font-size: 1rem;
  }
}
.p-sightseeing__item .c-label {
  margin-top: 2.2rem;
  margin-inline: auto;
}
.p-sightseeing__item .c-txt {
  margin-top: 0.8rem;
}
.p-sightseeing__item-button {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0.6666666667rem 6.25%;
  margin-top: 1.3333333333rem;
  padding-inline: 0.8666666667rem;
}
.p-sightseeing__item-button .c-btn_basic01 .a .t,
.p-sightseeing__item-button .c-btn_basic01 a .t,
.p-sightseeing__item-button .c-btn_basic01 button .t {
  word-break: keep-all;
  overflow-wrap: break-word;
  line-height: 1.4;
}
.p-sightseeing__item-image {
  order: 1;
  width: 100%;
}
.p-sightseeing__item-image img {
  width: 100%;
  aspect-ratio: 320/212;
  object-fit: cover;
  object-position: center;
}

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