@charset "UTF-8";

/* =============================================================================

観光 CSS

============================================================================= */
@import url('https://fonts.googleapis.com/css2?family=Overpass:ital,wght@0,100..900;1,100..900&display=swap');

/* SPのみ観光ボタン */
.g-header .reservations .sightseeing_btn {
  background-color: #1E1E28;
  position: relative;
}

.g-header .reservations .sightseeing_btn span {
  color: #FFF;
  position: absolute;
  display: block;
  width: 100%;
  text-align: center;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.g-header .reservations .sightseeing_btn::after {
  content: "";
  right: 1.6rem;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  height: 0.8rem;
  width: 0.8rem;
  mask-image: url(/shinjuku/assets//svg/arrow-a.svg);
  aspect-ratio: 1 / 1;
  height: auto;
  background-color: #fff;
}

.sightseeing-section {
  margin-top: 17rem;
  padding-bottom: 0;
}
@media (width <= 640px) {
  .sightseeing-section {
    margin-top: 8rem;
  }
}

/* コンテンツヘッダー */
@media (width <= 640px) {
  .sightseeing-section .cont_header .catch_wrap {
    padding: 0 2rem;
  }
}

.sightseeing-section .cont_header .catch_wrap .catch {
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: .02em;
  text-align: center;
}
@media (width <= 640px) {
  .sightseeing-section .cont_header .catch_wrap .catch {
    font-size: 2rem;
  }
}

.sightseeing-section .cont_header .catch_wrap .txt {
  font-size: 1.8rem;
  line-height: 2.375;
  letter-spacing: .05em;
  text-align: center;
  margin-top: 4rem;
}
@media (width <= 640px) {
  .sightseeing-section .cont_header .catch_wrap .txt {
    font-size: 1.4rem;
    letter-spacing: .1em;
    margin-top: 2.4rem;
    line-height: 2;
  }
}

.sightseeing-section .cont_header .anc_link {
  width: 100%;
  max-width: 130rem;
  margin: auto;
  padding-top: 10rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0 1.2rem;
}
@media (width <= 640px) {
  .sightseeing-section .cont_header .anc_link {
    padding-top: 6.4rem;
    gap: 0;
    justify-content: space-between;
  }
}

.sightseeing-section .cont_header .anc_link .link {
  width: 100%;
  max-width: 25.0rem;
}
@media (width <= 640px) {
  .sightseeing-section .cont_header .anc_link .link {
    width: calc(20% - 0.1rem);
  }
}

.sightseeing-section .cont_header .anc_link .link a {
  display: block;
  width: 100%;
  background-color: #1E1E28;
  height: 13.6rem;
  position: relative;
}
@media (width <= 640px) {
  .sightseeing-section .cont_header .anc_link .link a {
    height: 9.3rem;
  }
}

.sightseeing-section .cont_header .anc_link .link a .pin {
  width: 2rem;
  height: 2.9rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -0.6rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.sightseeing-section .cont_header .anc_link .link a .txt {
  font-size: 2.0rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.4;
  color: #FFF;
  text-align: center;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 1;
}
@media (width <= 640px) {
  .sightseeing-section .cont_header .anc_link .link a .txt {
    font-size: 1.2rem;
    line-height: 1.55;
  }
  .sightseeing-section .cont_header .anc_link .link a .txt span {
    display: block;
    font-size: 1.05rem;
  }
}

.sightseeing-section .cont_header .anc_link .link a::after {
  content: "";
  width: 1.2rem;
  height: 0.8rem;
  background-image: url(/shinjuku/assets/images/sightseeing/anc_link_arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 50%;
  bottom: 1.4rem;
  transform: translateX(-50%);
  z-index: 1;
  transition: all 0.3s;
}
@media (width <= 640px) {
  .sightseeing-section .cont_header .anc_link .link a::after {
    width: 0.7rem;
    height: 0.4rem;
    bottom: 0.8rem;
  }
}

.sightseeing-section .cont_header .anc_link .link a:hover::after {
  bottom: 1rem;
}

.sightseeing-section .cont_header .anc_link .link.-orange a .pin {
  background-image: url(/shinjuku/assets/images/sightseeing/pin_orange.svg);
}

.sightseeing-section .cont_header .anc_link .link.-purple a .pin {
  background-image: url(/shinjuku/assets/images/sightseeing/pin_purple.svg);
}

.sightseeing-section .cont_header .anc_link .link.-yellow a .pin {
  background-image: url(/shinjuku/assets/images/sightseeing/pin_yellow.svg);
}

.sightseeing-section .cont_header .anc_link .link.-green a .pin {
  background-image: url(/shinjuku/assets/images/sightseeing/pin_green.svg);
}

.sightseeing-section .cont_header .anc_link .link.-blue a .pin {
  background-image: url(/shinjuku/assets/images/sightseeing/pin_blue.svg);
}

/* エリア情報 */
.sightseeing-section .area {
  padding-top: 24rem;
  margin-top: 16rem;
  position: relative;
}
@media (width <= 640px) {
  .sightseeing-section .area {
    padding-top: 24vw;
    margin-top: 6.4rem;
  }
}

.sightseeing-section .area::before {
  content: "";
  width: calc(100% - 8rem);
  height: 59rem;
  border-radius: 0 1rem 1rem 0;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
@media (width <= 640px) {
  .sightseeing-section .area::before {
    width: 100%;
    height: 77.33vw;
    border-radius: 0;
  }
}

.sightseeing-section .area:nth-child(odd)::before {
  border-radius: 1rem 0 0 1rem;
  left: auto;
  right: 0;
}
@media (width <= 640px) {
  .sightseeing-section .area:nth-child(odd)::before {
    border-radius: 0;
  }
}

.sightseeing-section .area .in {
  position: relative;
  z-index: 1;
}

.sightseeing-section .area .in .area_ttl {
  text-align: center;
  font-size: 5rem;
  letter-spacing: 0.18em;
  color: #FFF;
  padding-bottom: 18rem;
  line-height: 1;
}
@media (width <= 640px) {
  .sightseeing-section .area .in .area_ttl {
    text-align: center;
    font-size: 3.4rem;
    padding-bottom: 17.6vw;
    line-height: 1.14;
  }
}

.sightseeing-section .area .in .area_info_wrap {
  background-color: rgba(255,255,255,0.9);
  border-radius: 1rem;
  position: relative;
  z-index: 1;
  padding: 0 10rem;
  box-sizing: border-box;
}
@media (width <= 640px) {
  .sightseeing-section .area .in .area_info_wrap {
    padding: 0;
    margin: auto;
    width: 100%;
    background-color: transparent;
  }
  .sightseeing-section .area .in .area_info_wrap::before {
    content: "";
    width: calc(100% - 2rem);
    height: 100%;
    border-radius: 1rem;
    background-color: rgba(255,255,255,0.9);
    left: 1rem;
    z-index: 0;
    position: absolute;
  }
}

.sightseeing-section .area .in .area_info_wrap .header {
  position: relative;
}
@media (width <= 640px) {
  .sightseeing-section .area .in .area_info_wrap .header {
    padding: 0 3rem;
  }
}

.sightseeing-section .area .in .area_info_wrap .header .area_header_ttl {
  padding-top: 8rem;
  padding-bottom: 2.3rem;
  font-size: 3rem;
  max-width: 47rem;
}
@media (width <= 640px) {
  .sightseeing-section .area .in .area_info_wrap .header .area_header_ttl {
    padding-top: 4rem;
    font-size: 2rem;
    padding-bottom: 1.6rem;
    line-height: 2;
    max-width: 100%;
  }
}

.sightseeing-section .area .in .area_info_wrap .header .area_header_ttl::before {
  content: "";
  width: 3rem;
  height: 4.3rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  margin-right: 1.6rem;
  position: relative;
  top: 1.1rem;
}
@media (width <= 640px) {
  .sightseeing-section .area .in .area_info_wrap .header .area_header_ttl::before {
    content: "";
    width: 2.5rem;
    height: 3.6rem;
    margin-right: 1rem;
    top: 1.1rem;
  }
}

.sightseeing-section .area .in .area_info_wrap .header .txt {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.02em;
  max-width: 47rem;
  padding-bottom: 5.6rem;
}
@media (width <= 640px) {
  .sightseeing-section .area .in .area_info_wrap .header .txt {
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    max-width: 100%;
    padding-bottom: 4rem;
    padding-top: 4rem;
  }
}

.sightseeing-section .area .in .area_info_wrap .header .area_map {
  width: 55rem;
  height: 38rem;
  position: absolute;
  right: 0;
  top: -5.6rem;
}
@media (width <= 640px) {
  .sightseeing-section .area .in .area_info_wrap .header .area_map {
    width: 100%;
    height: auto;
    position: relative;
    right: auto;
    top: auto;
  }
}

.sightseeing-section .area .in .area_info_wrap .list {
  display: flex;
  flex-wrap: wrap;
  gap: 6.4rem 4rem;
  margin-top: 10rem;
  padding-bottom: 10rem;
}
.sightseeing-section .area .in .area_info_wrap .slick-counter {
  display: none;
}
@media (width <= 640px) {
  .sightseeing-section .area .in .area_info_wrap .list {
    gap: 0;
    margin-top: 0;
    padding-bottom: 10rem;
    width: 100vw;
    position: relative;
  }
  .sightseeing-section .area .in .area_info_wrap .list .slick-list {
    padding: 2rem 6rem 0 !important;
  }
  .sightseeing-section .area .in .area_info_wrap .custom-arrow {
    width: 1.1rem;
    height: 1.1rem;
    position: absolute;
    bottom: 6rem;
    top: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 2;
    text-indent: -9999px;
  }
  .sightseeing-section .area .in .area_info_wrap .custom-arrow.slick-prev {
    background-image: url(/shinjuku/assets/images/sightseeing/slider-arrow_prev.svg);
    left: calc(50% - 4.5rem);
  }
  .sightseeing-section .area .in .area_info_wrap .custom-arrow.slick-next {
    background-image: url(/shinjuku/assets/images/sightseeing/slider-arrow_next.svg);
    right: calc(50% - 4.5rem);
  }
  .sightseeing-section .area .in .area_info_wrap .slick-counter {
    display: block;
    position: absolute;
    bottom: 5.3rem;
    left: 0;
    text-align: center;
    width: 100%;
    z-index: 1;
    font-size: 1.4rem;
  }
}

.sightseeing-section .area .in .area_info_wrap .list .detail {
  width: 100%;
  max-width: 34rem;
  position: relative;
}
@media (width <= 640px) {
  .sightseeing-section .area .in .area_info_wrap .list .detail {
    margin: 0 1.2rem;
  }
}

.sightseeing-section .area .in .area_info_wrap .list .detail .num {
  width: 3rem;
  height: 4.3rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -2rem;
  left: 1.8rem;
  font-family: "Overpass", sans-serif;
  font-weight: 400;
  font-optical-sizing: auto;
  font-size: 1.5rem;
  text-align: center;
  color: #FFF;
}

.sightseeing-section .area .in .area_info_wrap .list .detail .ph_wrap {
  width: 100%;
  height: 23.2rem;
  border-radius: 0.6rem;
  overflow: hidden;
}
@media (width <= 640px) {
  .sightseeing-section .area .in .area_info_wrap .list .detail .ph_wrap {
    height: 41.86vw;
  }
}

.sightseeing-section .area .in .area_info_wrap .list .detail .ph_wrap img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sightseeing-section .area .in .area_info_wrap .list .detail .area_name {
  text-align: center;
  font-size: 2rem;
  letter-spacing: 0.02em;
  line-height: 1.4;
  padding-top: 3rem;
  padding-bottom: 1.6rem;
}
@media (width <= 640px) {
  .sightseeing-section .area .in .area_info_wrap .list .detail .area_name {
    font-size: 1.8rem;
    letter-spacing: 0.07em;
    padding-top: 2rem;
    line-height: 1.5;
    padding-bottom: 0.6rem;
  }
}

.sightseeing-section .area .in .area_info_wrap .list .detail .txt {
  font-size: 1.6rem;
  letter-spacing: 0.02em;
  line-height: 2;
}
@media (width <= 640px) {
  .sightseeing-section .area .in .area_info_wrap .list .detail .txt {
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    padding: 0 1rem;
  }
}


/* 新宿 */
.sightseeing-section .area.-shinjuku::before {
  background-image: url(/shinjuku/assets/images/sightseeing/area_shinjuku_header_pc.jpg);
}
.sightseeing-section .area.-shinjuku .in .area_info_wrap .header .area_header_ttl::before {
  background-image: url(/shinjuku/assets/images/sightseeing/pin_orange.svg);
}
.sightseeing-section .area.-shinjuku .in .area_info_wrap .list .detail .num {
  background-image: url(/shinjuku/assets/images/sightseeing/pin_orange_blank.svg);
}

/* 上野 */
.sightseeing-section .area.-ueno::before {
  background-image: url(/shinjuku/assets/images/sightseeing/area_ueno_header_pc.jpg);
}
.sightseeing-section .area.-ueno .in .area_info_wrap .header .area_header_ttl::before {
  background-image: url(/shinjuku/assets/images/sightseeing/pin_purple.svg);
}
.sightseeing-section .area.-ueno .in .area_info_wrap .list .detail .num {
  background-image: url(/shinjuku/assets/images/sightseeing/pin_purple_blank.svg);
}

/* 東京・銀座 */
.sightseeing-section .area.-tokyo::before {
  background-image: url(/shinjuku/assets/images/sightseeing/area_tokyo_header_pc.jpg);
}
.sightseeing-section .area.-tokyo .in .area_info_wrap .header .area_header_ttl::before {
  background-image: url(/shinjuku/assets/images/sightseeing/pin_yellow.svg);
}
.sightseeing-section .area.-tokyo .in .area_info_wrap .list .detail .num {
  background-image: url(/shinjuku/assets/images/sightseeing/pin_yellow_blank.svg);
}

/* 臨海エリア */
.sightseeing-section .area.-rinkai::before {
  background-image: url(/shinjuku/assets/images/sightseeing/area_rinkai_header_pc.jpg);
}
.sightseeing-section .area.-rinkai .in .area_info_wrap .header .area_header_ttl::before {
  background-image: url(/shinjuku/assets/images/sightseeing/pin_green.svg);
}
.sightseeing-section .area.-rinkai .in .area_info_wrap .list .detail .num {
  background-image: url(/shinjuku/assets/images/sightseeing/pin_green_blank.svg);
}

/* 23区外エリア */
.sightseeing-section .area.-outside {
  padding-bottom: 8rem;
}
.sightseeing-section .area.-outside::before {
  background-image: url(/shinjuku/assets/images/sightseeing/area_outside_header_pc.jpg);
}
.sightseeing-section .area.-outside .in .area_info_wrap .header .area_header_ttl::before {
  background-image: url(/shinjuku/assets/images/sightseeing/pin_blue.svg);
}
.sightseeing-section .area.-outside .in .area_info_wrap .list .detail .num {
  background-image: url(/shinjuku/assets/images/sightseeing/pin_blue_blank.svg);
}

/* スタッフのオススメ */
.recommend {
  padding-top: 20rem;
}
@media (width <= 640px) {
  .recommend {
    padding-top: 8rem;
  }
}

.recommend .lead {
  text-align: center;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  line-height: 2.375;
}
@media (width <= 640px) {
  .recommend .lead {
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    padding: 0 2rem;
  }
}

.recommend .list {
  padding-top: 8rem;
  display: flex;
  flex-wrap: wrap;
  gap: 6.4rem 4rem;
  max-width: 110rem;
  margin: auto;
}
@media (width <= 640px) {
  .recommend .list {
    gap: 2.4rem 0;
    padding: 4rem 2rem 0;
    justify-content: space-between;
  }
}

.recommend .list .detail {
  width: 100%;
  max-width: 34rem;
}
@media (width <= 640px) {
  .recommend .list .detail {
    max-width: 42.66vw;
  }
}

.recommend .list .detail .ph_wrap {
  width: 100%;
  height: 34rem;
  border-radius: 0.6rem;
  overflow: hidden;
}
@media (width <= 640px) {
  .recommend .list .detail .ph_wrap {
    height: 42.66vw;
    border-radius: 0.3rem;
  }
}

.recommend .list .detail .ph_wrap img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.recommend .list .detail .txt {
  font-size: 2rem;
  letter-spacing: 0.1em;
  line-height: 1.4;
  padding-top: 3rem;
}
@media (width <= 640px) {
  .recommend .list .detail .txt {
    font-size: 1.4rem;
    line-height: 1.6;
    padding: 1.5rem 1rem 0;
  }
}