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

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

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

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

@media only screen and (min-width: 1025px) {
  .c-kv-img::before {
    bottom: -50%;
  }
}

#main_and_aside {
  position: relative;
}
#main_and_aside::before {
  content: "";
  position: absolute;
  right: 0;
  width: 100%;
  bottom: -30em;
  aspect-ratio: 2160/2712;
  background: url(./../../sightseeing/images/bg_img.webp) bottom right no-repeat;
  background-size: cover;
  z-index: -1;
}

.c-tab-btn ul::before {
  background: transparent;
}

@media only screen and (min-width: 768px) {
  .p-about {
    margin-top: 2.85rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-about {
    margin-top: 4.28rem;
  }
}
@media only screen and (min-width: 1025px) {
  .p-about .c-text-box {
    margin-bottom: 7.85rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-about .c-text-box {
    margin-bottom: 6.42rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-about .c-text-box {
    margin-bottom: 5.71rem;
  }
}

@media only screen and (min-width: 1025px) {
  .p-itoman {
    margin-bottom: 8.57rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-itoman {
    margin-bottom: 7.14rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-itoman {
    margin-bottom: 5.71rem;
  }
}
@media only screen and (min-width: 1025px) {
  .p-itoman .inner {
    max-width: calc(1180 / 1440 * 100%);
  }
}
@media only screen and (min-width: 768px) {
  .p-itoman .inner {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1200px) {
  .p-itoman .inner {
    max-width: calc(1260 / 1440 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-itoman .inner {
    max-width: 100%;
  }
}
@media only screen and (min-width: 1025px) {
  .p-itoman .img {
    width: calc(740 / 1180 * 100%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-itoman .img {
    width: calc(530 / 1180 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-itoman .img {
    width: 100%;
  }
}
@media only screen and (min-width: 1025px) {
  .p-itoman__info {
    width: calc(380 / 1180 * 100%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-itoman__info {
    width: calc(580 / 1180 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-itoman__info {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .p-itoman__info {
    margin-top: 3.57rem;
  }
}
.p-itoman__info .cat span {
  color: #fff;
  background: url(./../../sightseeing/images/bg_st.webp) top right no-repeat;
  background-size: cover;
  padding: 1px 1.5em;
}
.p-itoman__info .c-text-box {
  margin-top: 0.71rem;
}
.p-itoman__info .c-btn {
  max-width: 300px;
}

.p-sight {
  margin-top: 4.28rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5.71rem 2.85rem;
  max-width: 1100px;
}
@media only screen and (min-width: 1441px) {
  .p-sight {
    max-width: calc(1100 / 1440 * 100%);
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1200px) {
  .p-sight {
    column-gap: 1.42rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-sight {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .p-sight {
    gap: 3.57rem;
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-sight__item {
  position: relative;
}
.p-sight__item .cat span {
  color: #fff;
  background: url(./../../sightseeing/images/bg_st.webp) top right no-repeat;
  background-size: cover;
  padding: 1px 1.5em;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.p-sight__item .c-title {
  margin-top: 1.42rem;
}
.p-sight__item .c-title .c-title__jp {
  letter-spacing: 0;
}
.p-sight__item .c-title .c-title__jp span {
  font-size: 89%;
}
@media only screen and (min-width: 1025px) {
  .p-sight__item .c-btn--basic > * {
    padding-left: 1.8em;
    padding-right: 3.8em;
  }
}
.p-sight__item .c-btn--basic > * .ic {
  right: 2em;
}
.p-sight__item__by {
  margin: 0.57rem 0;
  display: flex;
  justify-content: center;
}
.p-sight__item__by span {
  border: 1px solid var(--color-sub-3);
  display: inline-block;
  color: var(--color-text-2);
  padding: 0.16rem 0.9rem;
  font-size: 86%;
  text-align: center;
}
.p-sight__item__by img {
  vertical-align: baseline;
  margin-right: 8px;
  width: auto;
}
.p-sight__item__btn {
  margin-top: 1.42rem;
  display: flex;
  justify-content: center;
  gap: 0.57rem;
}
