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

file name  : copy.css
author     : Abilive
style info : コピー
=================================================================== */
/* ===================================================================
CSS information

file name  : _settings.scss
author     : Abilive
style info : 汎用設定
=================================================================== */
.p-special .inner, .p-sight .inner {
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-width: 1025px) {
  .p-special .inner, .p-sight .inner {
    width: calc(1280 / 1440 * 100%);
    max-width: calc(1280px);
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1441px) {
  .p-special .inner, .p-sight .inner {
    max-width: calc(1280px * ((16 + 3) / 14));
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1441px) and (max-width: 1600px) {
  .p-special .inner, .p-sight .inner {
    max-width: calc(1280px * ((16 + 2) / 14));
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-special .inner, .p-sight .inner {
    width: calc(1280 / 1440 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-special .inner, .p-sight .inner {
    width: calc(348 / 428 * 100%);
  }
}

@keyframes FadeIn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes FadeUp {
  0% {
    transform: translateY(-200%);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
.img img {
  width: 100%;
}

.c-intro {
  margin-top: 10rem;
}
.c-intro > .c-title {
  line-height: 2;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .c-intro {
    margin-top: 7.14rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-intro {
    margin-top: 4.28rem;
  }
}

@media only screen and (min-width: 1025px) {
  .p-special {
    margin-top: 8.57rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-special {
    margin-top: 7.14rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-special {
    margin-top: 5.71rem;
  }
}
.p-special .inner {
  max-width: 1270px;
}
@media only screen and (min-width: 768px) {
  .p-special .inner {
    margin-right: 0;
    max-width: calc(1270 / 1440 * 100%);
    flex-direction: row-reverse;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media only screen and (max-width: 767px) {
  .p-special .inner {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .p-special .img {
    width: calc(750 / 1270 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-special .img {
    width: 100%;
  }
}
.p-special__info {
  position: relative;
}
@media only screen and (min-width: 1025px) {
  .p-special__info {
    width: calc(432 / 1270 * 100%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-special__info {
    width: calc(480 / 1270 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-special__info {
    width: 100%;
  }
}
@media only screen and (min-width: 1025px) {
  .p-special__info {
    padding-left: 5rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-special__info {
    padding-left: 1.42rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-special__info {
    padding-left: 2em;
  }
}
@media only screen and (max-width: 767px) {
  .p-special__info {
    padding-right: 2em;
    padding-top: 2.14rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-special__info__title {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    text-align: center;
    max-width: 90%;
    margin-inline: auto;
    margin-bottom: 2.14rem;
  }
}
.p-special__info .c-cat {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
}
@media only screen and (min-width: 1025px) {
  .p-special__info .c-cat {
    width: 8.92rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-special__info .c-cat {
    width: 7.85rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-special__info .c-cat {
    width: 100%;
  }
}
@media only screen and (min-width: 1025px) {
  .p-special__info .c-cat {
    left: -5rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-special__info .c-cat {
    left: -4.29rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-special__info .c-cat {
    left: auto;
  }
}
@media only screen and (min-width: 768px) {
  .p-special__info .c-cat {
    background: url(../images/sightseeing/pt_title.png) center no-repeat;
    background-size: contain;
    top: 1.42rem;
    aspect-ratio: 1;
  }
}
@media only screen and (max-width: 767px) {
  .p-special__info .c-cat {
    border: 1px solid;
    border-radius: 7.14rem;
    font-size: 0.9rem;
    width: auto;
    padding: 0.3em 0.9em;
    border-color: #888787;
  }
}
.p-special__info .c-cat span {
  line-height: 1.4;
}
@media only screen and (min-width: 1025px) {
  .p-special__info .c-cat span {
    font-size: 0.93rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-special__info .c-cat span {
    font-size: 0.93rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-special__info .c-cat span {
    font-size: 1.07rem;
  }
}
@media only screen and (min-width: 1025px) {
  .p-special__info .c-title {
    margin-bottom: 2.85rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-special__info .c-title {
    margin-bottom: 2.14rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-special__info .c-title {
    margin-bottom: 1.5rem;
  }
}
.p-special__info .c-txt {
  padding-bottom: 1.42rem;
}
@media only screen and (max-width: 767px) {
  .p-special__info .c-txt {
    padding-bottom: 0.5rem;
  }
}
.p-special__info .c-btn-basic {
  margin-top: 1.42rem;
}
@media only screen and (max-width: 767px) {
  .p-special__info .c-btn-basic {
    justify-content: center;
  }
}
.p-special__info .c-btn-basic svg {
  fill: var(--color-575757);
  position: relative;
  top: -2px;
  left: 3px;
  transition: 0.25s all ease;
}
.p-special__info .c-btn-basic:hover svg {
  fill: #fff;
}

.p-sight .inner {
  max-width: 1100px;
}
@media only screen and (min-width: 1441px) {
  .p-sight .inner {
    max-width: calc(1100 / 1440 * 100%);
  }
}
@media only screen and (min-width: 1025px) {
  .p-sight .inner .c-item {
    margin-top: 10rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-sight .inner .c-item {
    margin-top: 7.14rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-sight .inner .c-item {
    margin-top: 7rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-sight .inner .c-item {
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 1025px) {
  .p-sight .inner .c-item:nth-child(odd) .c-item__info {
    padding-right: 5.71rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-sight .inner .c-item:nth-child(odd) .c-item__info {
    padding-right: 2.85rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-sight .inner .c-item:nth-child(odd) .c-item__info {
    padding-right: 1em;
  }
}
.p-sight .inner .c-item:nth-child(odd) .c-item__info__title {
  width: fit-content;
}
@media only screen and (min-width: 768px) {
  .p-sight .inner .c-item:nth-child(odd) .c-item__info__title .c-cat {
    margin-left: auto;
    margin-right: -5rem;
    background: url(../images/sightseeing/pt_title-prev.png) center no-repeat;
    background-size: contain;
  }
}
@media only screen and (min-width: 768px) {
  .p-sight .inner .c-item:nth-child(even) {
    flex-direction: row-reverse;
  }
}
@media only screen and (min-width: 1025px) {
  .p-sight .inner .c-item:nth-child(even) .c-item__info {
    padding-left: 5.71rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-sight .inner .c-item:nth-child(even) .c-item__info {
    padding-left: 2.85rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-sight .inner .c-item:nth-child(even) .c-item__info {
    padding-left: 1em;
  }
}
@media only screen and (min-width: 768px) {
  .p-sight .inner .c-item:nth-child(even) .c-item__info .c-cat {
    background: url(../images/sightseeing/pt_title.png) center no-repeat;
    background-size: contain;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1025px) {
  .p-sight .inner .c-item:nth-child(even) .c-item__info .c-cat {
    left: -5rem;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1024px) {
  .p-sight .inner .c-item:nth-child(even) .c-item__info .c-cat {
    left: -4.29rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 767px) {
  .p-sight .inner .c-item:nth-child(even) .c-item__info .c-cat {
    left: -1.43rem;
  }
}

@media only screen and (min-width: 768px) {
  .p-sight .inner .c-item .img {
    width: calc(580 / 1100 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-sight .inner .c-item .img {
    width: 100%;
  }
}
.p-sight .inner .c-item__info {
  position: relative;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) {
  .p-sight .inner .c-item__info {
    width: calc(440 / 1100 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-sight .inner .c-item__info {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .p-sight .inner .c-item__info {
    padding-right: 1em;
    padding-top: 2.14rem;
    padding-left: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .p-sight .inner .c-item__info__title {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    text-align: center;
    max-width: 90%;
    margin-inline: auto;
    margin-bottom: 2.14rem;
  }
}
.p-sight .inner .c-item__info .c-cat {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
}
@media only screen and (min-width: 1025px) {
  .p-sight .inner .c-item__info .c-cat {
    width: 8.92rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-sight .inner .c-item__info .c-cat {
    width: 7.85rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-sight .inner .c-item__info .c-cat {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .p-sight .inner .c-item__info .c-cat {
    aspect-ratio: 1;
    top: 1.42rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-sight .inner .c-item__info .c-cat {
    border: 1px solid;
    border-radius: 7.14rem;
    font-size: 0.9rem;
    width: auto;
    padding: 0.3em 0.9em;
    border-color: #888787;
  }
}
.p-sight .inner .c-item__info .c-cat span {
  line-height: 1.4;
}
@media only screen and (min-width: 1025px) {
  .p-sight .inner .c-item__info .c-cat span {
    font-size: 0.93rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-sight .inner .c-item__info .c-cat span {
    font-size: 0.93rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-sight .inner .c-item__info .c-cat span {
    font-size: 1.07rem;
  }
}
@media only screen and (min-width: 1025px) {
  .p-sight .inner .c-item__info .c-title {
    margin-bottom: 2.85rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-sight .inner .c-item__info .c-title {
    margin-bottom: 2.14rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-sight .inner .c-item__info .c-title {
    margin-bottom: 1.5rem;
  }
}
.p-sight .inner .c-item__info .c-txt {
  padding-bottom: 1.42rem;
}
@media only screen and (max-width: 767px) {
  .p-sight .inner .c-item__info .c-txt {
    padding-bottom: 0.5rem;
  }
}
.p-sight .inner .c-item__info .c-btn-basic {
  margin-top: 1.42rem;
}
@media only screen and (max-width: 767px) {
  .p-sight .inner .c-item__info .c-btn-basic {
    justify-content: center;
  }
}
.p-sight .inner .c-item__info .c-btn-basic svg {
  fill: var(--color-575757);
  position: relative;
  top: -2px;
  left: 3px;
  transition: 0.25s all ease;
}
.p-sight .inner .c-item__info .c-btn-basic:hover svg {
  fill: #fff;
}

@media only screen and (min-width: 1025px) {
  .p-readmore {
    padding-top: 7.14rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-readmore {
    padding-top: 5.71rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-readmore {
    padding-top: 4.28rem;
  }
}
.p-readmore__inner .c-title {
  margin-bottom: 3.21rem;
}
@media only screen and (max-width: 767px) {
  .p-readmore__inner .c-title {
    margin-bottom: 2.14rem;
  }
}
.p-readmore__inner .c-link-set {
  justify-content: center;
}
