@media screen and (min-width: 768px) {
  .LowerHead {
    height: 225px;
  }
  .LowerHead .Breadclumb li:not(:last-child) {
    color: #d3d3d3;
    position: relative;
  }
  .LowerHead .Breadclumb li:not(:last-child)::after {
    content: "-";
    position: absolute;
    display: block;
    top: 50%;
    right: -8px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .LowerHead .LowerHead-right {
    width: 100%;
    position: relative;
  }
  .LowerHead .LowerHead-right .LowerHead-index {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
  .Footer.-colored {
    background-color: #f7f6f0;
  }
  .TravelNote {
    margin-top: 0;
    padding-top: 0;
  }
}
.travel_note_page {
  -webkit-font-smoothing: antialiased;
}
.travel_note_page .for_pc {
  display: inline-block !important;
}
.travel_note_page .for_sp {
  display: none !important;
}
@media only screen and (max-width: 648px) {
  .travel_note_page .for_sp {
    display: block !important;
  }
  .travel_note_page .for_pc {
    display: none !important;
  }
}
.travel_note_page .lower_head_index_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  max-width: 400px;
  padding: 0 12px;
  color: #141414;
  -webkit-font-feature-settings: "pwid" on, "palt" on;
          font-feature-settings: "pwid" on, "palt" on;
  font-family: "Noto Sans JP";
  font-size: 16px;
  line-height: 34px;
}
.travel_note_page .lower_head_index_hotel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  position: absolute;
  left: 50%;
  bottom: 12px;
  -webkit-transform: translatex(-50%);
          transform: translatex(-50%);
  width: 100%;
  max-width: 400px;
  padding: 0 12px;
  color: #141414;
  -webkit-font-feature-settings: "pwid" on, "palt" on;
          font-feature-settings: "pwid" on, "palt" on;
  font-family: "Noto Sans JP";
  font-size: 10px;
  font-weight: 500;
  line-height: 10px;
}
.travel_note_page .main_content {
  position: relative;
  z-index: 10;
}
.travel_note_page .main_content .background {
  position: sticky;
  top: 80px;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  z-index: -1;
  background: url("../assets/images/travel_note/bg_01.png") no-repeat center center/cover;
}
.travel_note_page .main_content .background .fit_image {
  width: auto;
  height: 100vh;
}
.travel_note_page .main_content .scroll_contents {
  margin-top: -90vh;
  width: 100%;
}
.travel_note_page .main_content .scroll_contents .main_visual {
  width: 100%;
  max-width: 648px;
  margin: 0 auto;
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
.travel_note_page .main_content .scroll_contents .main_visual img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}
.travel_note_page .main_content .scroll_contents .text_section {
  margin-top: 160px;
  color: #fff;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.travel_note_page .main_content .scroll_contents .text_section > p {
  width: 450px;
  font-family: "Noto Sans JP";
  font-size: 12px;
  line-height: 24px;
}
.travel_note_page .main_content .points_container {
  position: relative;
  margin-top: 135px;
}
.travel_note_page .main_content .points_container .point {
  position: sticky;
  top: 100px;
  z-index: 900;
  pointer-events: none;
}
.travel_note_page .main_content .points_container .point + .point {
  margin-top: -40px;
}
.travel_note_page .main_content .points_container .point:nth-child(1) .point_title {
  margin-left: 0;
}
.travel_note_page .main_content .points_container .point:nth-child(n+2) .point_title {
  margin-left: calc(114px * (var(--index) - 1));
}
.travel_note_page .main_content .points_container .point:nth-child(2) .point_title {
  --index: 2;
}
.travel_note_page .main_content .points_container .point:nth-child(3) .point_title {
  --index: 3;
}
.travel_note_page .main_content .points_container .point:nth-child(4) .point_title {
  --index: 4;
}
.travel_note_page .main_content .points_container .point:nth-child(5) .point_title {
  --index: 5;
}
.travel_note_page .main_content .points_container .point:nth-child(6) .point_title {
  --index: 6;
}
.travel_note_page .main_content .points_container .point:last-child .point_content {
  border-bottom: 1px solid #141414;
}
.travel_note_page .main_content .points_container .point .point_title {
  margin-bottom: -1px;
  position: sticky;
  width: 115px;
  background-color: #f7f6f0;
  padding: 10px;
  border-top: 1px solid #141414;
  border-left: 1px solid #141414;
  border-right: 1px solid #141414;
  font-family: "Public Sans";
  font-size: 12px;
  line-height: 20px;
  letter-spacing: -0.84px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-align: center;
  pointer-events: auto;
  cursor: pointer;
}
.travel_note_page .main_content .points_container .point .point_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 40px 40px 150px;
  background-color: #f7f6f0;
  border-top: 1px solid #141414;
  border-left: 1px solid #141414;
  border-right: 1px solid #141414;
}
.travel_note_page .main_content .points_container .point .point_content .text_box {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 30px 0 0;
  font-family: "Noto Sans JP";
  font-size: 12px;
  line-height: 24px;
}
.travel_note_page .main_content .points_container .point .point_content .text_box p {
  font-weight: 400;
}
.travel_note_page .main_content .points_container .point .point_content .text_box .shop_info {
  margin-top: 16px;
  margin-bottom: 40px;
  color: #141414;
  font-family: "Noto Sans CJK JP", sans-serif !important;
  font-size: 10px;
  font-weight: 500;
}
.travel_note_page .main_content .points_container .point .point_content .text_box .shop_info .shop_name {
  font-family: "Noto Sans JP";
  font-size: 18px;
  text-decoration-line: underline;
}
.travel_note_page .main_content .points_container .point .point_content .text_box .shop_info .shop_address_content {
  margin-top: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
}
.travel_note_page .main_content .points_container .point .point_content .text_box .shop_info .shop_address_content .shop_address {
  font-family: "Public Sans";
  font-weight: 600;
}
.travel_note_page .main_content .points_container .point .point_content .text_box .shop_info .shop_address_content p {
  line-height: 1.2;
}
.travel_note_page .main_content .points_container .point .point_content .image_box {
  width: 100%;
  max-width: 600px;
  aspect-ratio: 1/1;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
  overflow: hidden;
}
.travel_note_page .main_content .points_container .point .point_content .image_box img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 4px;
}
.travel_note_page .hotel_info_contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 50px 0;
}
.travel_note_page .hotel_info_contents .text_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 400px;
  color: #141414;
  font-family: "Noto Sans JP";
}
.travel_note_page .hotel_info_contents .text_box .hotel_info_title {
  font-family: "Public Sans";
  font-size: 60px;
  line-height: 60px;
  letter-spacing: -1.22px;
  font-weight: 400;
}
.travel_note_page .hotel_info_contents .text_box .hotel_name {
  margin-top: 24px;
  font-size: 18px;
  font-weight: 500;
}
.travel_note_page .hotel_info_contents .text_box .hotel_address {
  margin-top: 18px;
  font-size: 10px;
  font-weight: 700;
}
.travel_note_page .hotel_info_contents .text_box .hotel_address > span {
  padding-left: 10px;
  color: #aaa;
}
.travel_note_page .hotel_info_contents .image_box {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 500px;
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.travel_note_page .hotel_info_contents .image_box img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 4px;
}
.travel_note_page .hotel_info_contents .image_box .next_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  right: 0;
  bottom: 0;
  border-radius: 0px 0px 4px 0px;
  background: #141414;
  width: 50px;
  height: 50px;
}
.travel_note_page .sns_container {
  margin-inline: 1.875rem;
  padding-bottom: 20px;
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 10px;
  line-height: 10px;
  letter-spacing: 0.5px;
}
.travel_note_page .sns_container .share::after {
  content: "";
  background-color: #000;
  height: 1px;
  width: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 16px;
}
.travel_note_page .sns_container a {
  padding-left: 16px;
}

@media screen and (max-width: 648px) {
  .travel_note_page .lower_head_index_text {
    position: static;
    -webkit-transform: none;
            transform: none;
    margin-bottom: 30px;
    padding: 0;
    font-weight: 400;
    letter-spacing: 0.3px;
  }
  .travel_note_page .lower_head_index_hotel {
    position: static;
    margin-bottom: 14px;
    padding: 0;
    -webkit-transform: none;
            transform: none;
  }
  .travel_note_page .main_content .background {
    position: static;
    height: 40vh;
  }
  .travel_note_page .main_content .scroll_contents {
    margin-top: -20vh;
    padding-left: 0;
  }
  .travel_note_page .main_content .scroll_contents .main_visual {
    margin: 0 auto;
    height: 450px;
    padding: 0 20px;
  }
  .travel_note_page .main_content .scroll_contents .text_section {
    width: 100%;
    margin: 30px auto 90px;
    padding: 0 20px;
    color: #141414;
  }
  .travel_note_page .main_content .scroll_contents .points_container {
    border-bottom: 1px solid #141414;
  }
  .travel_note_page .main_content .scroll_contents .points_container .point {
    pointer-events: none;
  }
  .travel_note_page .main_content .scroll_contents .points_container .point .point_title {
    width: 62px;
    pointer-events: auto;
  }
  .travel_note_page .main_content .scroll_contents .points_container .point:nth-child(n+2) .point_title {
    margin-left: calc(61px * (var(--index) - 1));
  }
  .travel_note_page .main_content .scroll_contents .points_container .point .point_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
    padding: 66px 20px 150px;
  }
  .travel_note_page .main_content .scroll_contents .points_container .point .point_content:last-child {
    border-bottom: none;
  }
  .travel_note_page .main_content .scroll_contents .points_container .point .point_content .text_box {
    padding: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
    -ms-flex-preferred-size: 210px;
        flex-basis: 210px;
  }
  .travel_note_page .main_content .scroll_contents .points_container .point .point_content .text_box .shop_info {
    margin-top: 0px;
    margin-bottom: 0;
  }
  .travel_note_page .main_content .scroll_contents .points_container .point .point_content .text_box .shop_info .shop_name {
    margin-bottom: 18px;
  }
  .travel_note_page .main_content .scroll_contents .points_container .point .point_content .text_box .shop_info p {
    line-height: 1.2;
  }
  .travel_note_page .hotel_info_contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    gap: 26px;
    padding: 70px 44px 50px;
  }
  .travel_note_page .hotel_info_contents .text_box .hotel_info_title {
    font-size: 50px;
    line-height: 45px;
  }
  .travel_note_page .sns_container {
    padding-bottom: 70px;
    text-align: center;
  }
}
.for_thumb {
  display: none;
}

.TravelNote-splide .for_thumb {
  display: block !important;
}/*# sourceMappingURL=travelNote.css.map */