@media only screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
body {
  scroll-behavior: smooth;
}

img {
  width: 100%;
}

:root {
  --brown-main-color: #936b3f;
  --brown-sub-color: $brown-sub;
  --brown-bg01-color: #f9f2ea;
  --brown-bg02-color: #a4825c;
  --blue-main-color: #00499f;
  --blue-sub-color: $blue-sub;
  --blue-bg01-color: #e8eff6;
  --blue-bg02-color: #486ca1;
}

.point_cp2026-01 {
  font-family: "Noto Serif JP", serif;
  color: #000;
}
.point_cp2026-01 .section_ttl {
  text-align: center;
}
.point_cp2026-01 .section_ttl h2 {
  font-family: "EB Garamond", serif;
  font-size: 60px;
  font-weight: 400;
  padding-bottom: 8px;
}
@media only screen and (max-width: 767px) {
  .point_cp2026-01 .section_ttl h2 {
    font-size: 10.6666666667vw;
    padding-bottom: 2.1333333333vw;
  }
}
.point_cp2026-01 .section_ttl .ttl_jp {
  font-weight: 200;
  font-size: 22px;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .point_cp2026-01 .section_ttl .ttl_jp {
    font-size: 4.8vw;
  }
}
.point_cp2026-01 .btn_wrap {
  display: flex;
  justify-content: center;
  gap: 20px;
}
@media only screen and (max-width: 767px) {
  .point_cp2026-01 .btn_wrap {
    flex-direction: column;
    align-items: center;
    gap: 2.6666666667vw;
  }
}
.point_cp2026-01 .btn_wrap .btn {
  width: 400px;
}
@media only screen and (max-width: 767px) {
  .point_cp2026-01 .btn_wrap .btn {
    width: 73.3333333333vw;
  }
}
.point_cp2026-01 .btn_wrap .btn a {
  background-color: #274567;
  display: block;
  text-decoration: none;
  color: #fff;
  font-size: clamp(16px, 1.125vw, 18px);
  font-weight: 300;
  width: 100%;
  padding: 21.5px 20px;
  position: relative;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .point_cp2026-01 .btn_wrap .btn a {
    font-size: 4.2666666667vw;
    padding: 4.1333333333vw 5.3333333333vw;
  }
}
.point_cp2026-01 .btn_wrap .btn a::after {
  position: absolute;
  content: "";
  background-image: url(../images/arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 8px;
  height: 6px;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .point_cp2026-01 .btn_wrap .btn a::after {
    width: 2.1333333333vw;
    height: 1.6vw;
    right: 5.3333333333vw;
  }
}
@media only screen and (min-width: 768px) {
  .point_cp2026-01 .btn_wrap .btn a:hover {
    opacity: 0.8;
  }
  .point_cp2026-01 .btn_wrap .btn a:hover::after {
    transform: translateY(-50%) translateX(20%);
  }
}
.point_cp2026-01 .mainVisual {
  background-color: #f4eeea;
}
.point_cp2026-01 .mainVisual h1 {
  max-width: 1248px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .point_cp2026-01 .mainVisual h1 {
    max-width: 98.1333333333vw;
  }
}
.point_cp2026-01 .campaign {
  background-color: rgba(0, 104, 183, 0.15);
  padding: 97px 20px;
}
@media only screen and (max-width: 767px) {
  .point_cp2026-01 .campaign {
    padding: 14.4vw 5.3333333333vw 13.3333333333vw;
  }
}
.point_cp2026-01 .campaign .section_ttl {
  padding-bottom: 71px;
}
@media only screen and (max-width: 767px) {
  .point_cp2026-01 .campaign .section_ttl {
    padding-bottom: 13.3333333333vw;
  }
}
.point_cp2026-01 .campaign_contents {
  font-family: "Zen Kaku Gothic New", sans-serif;
  background-color: #fff;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  border-radius: 30px;
  padding: 0 60px 60px;
}
@media only screen and (max-width: 767px) {
  .point_cp2026-01 .campaign_contents {
    max-width: 89.3333333333vw;
    border-radius: 4vw;
    padding: 8vw 5.3333333333vw 10.6666666667vw;
  }
}
.point_cp2026-01 .campaign_contents .content_ttl_wrap {
  display: flex;
  gap: 45px;
  color: #004a9f;
  font-weight: 700;
  padding-bottom: 30px;
  border-bottom: 3px solid #a4825c;
}
@media only screen and (max-width: 767px) {
  .point_cp2026-01 .campaign_contents .content_ttl_wrap {
    flex-direction: column;
    gap: 4.5333333333vw;
    padding-bottom: 6.6666666667vw;
    border-bottom: 0.8vw solid #a4825c;
  }
}
.point_cp2026-01 .campaign_contents .content_ttl_wrap .ttl_txt {
  padding-top: 40px;
}
@media only screen and (max-width: 767px) {
  .point_cp2026-01 .campaign_contents .content_ttl_wrap .ttl_txt {
    padding-top: 0vw;
  }
}
.point_cp2026-01 .campaign_contents .content_ttl_wrap .ttl_txt .txt01 {
  font-size: 21px;
  line-height: 1.9047619;
}
@media only screen and (max-width: 767px) {
  .point_cp2026-01 .campaign_contents .content_ttl_wrap .ttl_txt .txt01 {
    font-size: 4vw;
    line-height: 1.5;
  }
}
.point_cp2026-01 .campaign_contents .content_ttl_wrap .ttl_txt .txt02 {
  font-size: 28px;
  line-height: 1.4;
  padding-bottom: 17px;
  padding-left: 44px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .point_cp2026-01 .campaign_contents .content_ttl_wrap .ttl_txt .txt02 {
    font-size: 5.6vw;
    line-height: 1.5;
    padding-bottom: 5.3333333333vw;
    padding-left: 0;
    padding-top: 6.6666666667vw;
    margin-top: 1.3333333333vw;
  }
}
.point_cp2026-01 .campaign_contents .content_ttl_wrap .ttl_txt .txt02 .num {
  position: absolute;
  top: 5px;
  left: 0;
  width: 34px;
}
@media only screen and (max-width: 767px) {
  .point_cp2026-01 .campaign_contents .content_ttl_wrap .ttl_txt .txt02 .num {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 6.6666666667vw;
  }
}
.point_cp2026-01 .campaign_contents .content_ttl_wrap .ttl_txt .txt02 .marker {
  background: linear-gradient(transparent 70%, #ffea00 70%);
}
@media only screen and (max-width: 767px) {
  .point_cp2026-01 .campaign_contents .content_ttl_wrap .ttl_txt .txt02 .marker:first-child {
    padding: 0 0.8vw 0 0;
  }
}
.point_cp2026-01 .campaign_contents .content_ttl_wrap .ttl_txt .txt03 {
  max-width: 778px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .point_cp2026-01 .campaign_contents .content_ttl_wrap .ttl_txt .txt03 {
    max-width: 76.2666666667vw;
    margin: 0 auto;
  }
}
.point_cp2026-01 .campaign_contents .period_wrap {
  text-align: center;
  margin: 2px 0;
  border-top: 1px solid #a4825c;
  border-bottom: 1px solid #a4825c;
  padding-top: 22px;
  padding-bottom: 16px;
}
@media only screen and (max-width: 767px) {
  .point_cp2026-01 .campaign_contents .period_wrap {
    margin: 0.6666666667vw 0;
    border-top: 0.4vw solid #a4825c;
    border-bottom: 0.4vw solid #a4825c;
    padding-top: 4.4vw;
    padding-bottom: 3.8666666667vw;
  }
}
.point_cp2026-01 .campaign_contents .period_wrap .period {
  max-width: 814px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 12px;
}
@media only screen and (max-width: 767px) {
  .point_cp2026-01 .campaign_contents .period_wrap .period {
    max-width: 77.3333333333vw;
    padding-bottom: 3.7333333333vw;
  }
}
.point_cp2026-01 .campaign_contents .period_wrap .period_txt {
  font-size: 22px;
  font-weight: 700;
  color: #936b3f;
}
@media only screen and (max-width: 767px) {
  .point_cp2026-01 .campaign_contents .period_wrap .period_txt {
    font-size: 4.2666666667vw;
  }
}
.point_cp2026-01 .campaign_contents .value_wrap {
  border-top: 3px solid #a4825c;
  padding-top: 24px;
}
@media only screen and (max-width: 767px) {
  .point_cp2026-01 .campaign_contents .value_wrap {
    border-top: 0.8vw solid #a4825c;
    padding-top: 4.1333333333vw;
  }
}
.point_cp2026-01 .campaign_contents .value_wrap .value_txt {
  font-size: 18px;
  text-align: center;
  padding-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .point_cp2026-01 .campaign_contents .value_wrap .value_txt {
    font-size: 4vw;
    line-height: 1.53333333;
    padding-bottom: 14.6666666667vw;
  }
}
.point_cp2026-01 .campaign_contents .value_wrap .value_box {
  border: 3px solid #024c9b;
  border-radius: 20px;
  padding: 38px 0px 25px;
  margin-bottom: 26px;
  position: relative;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .point_cp2026-01 .campaign_contents .value_wrap .value_box {
    border: 0.6666666667vw solid #024c9b;
    border-radius: 2.6666666667vw;
    padding: 13.3333333333vw 5.3333333333vw 5.3333333333vw;
    margin-bottom: 4vw;
    flex-direction: column;
  }
}
.point_cp2026-01 .campaign_contents .value_wrap .value_box .box_ttl {
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 17px;
  background-color: #024c9b;
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  width: 635px;
  padding: 2px 0;
}
@media only screen and (max-width: 767px) {
  .point_cp2026-01 .campaign_contents .value_wrap .value_box .box_ttl {
    top: -8.9333333333vw;
    border-radius: 2.6666666667vw;
    font-size: 4.2666666667vw;
    line-height: 1.5;
    width: 73.3333333333vw;
    padding: 2.9333333333vw 0;
  }
}
.point_cp2026-01 .campaign_contents .value_wrap .value_box .box_itemWrap {
  max-width: 537px;
  width: 100%;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .point_cp2026-01 .campaign_contents .value_wrap .value_box .box_itemWrap {
    max-width: 68vw;
    font-size: 4.2666666667vw;
  }
}
.point_cp2026-01 .campaign_contents .value_wrap .value_box .box_itemWrap._01 .box_item {
  max-width: 380px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding-left: 39px;
}
@media only screen and (max-width: 767px) {
  .point_cp2026-01 .campaign_contents .value_wrap .value_box .box_itemWrap._01 .box_item {
    max-width: 100%;
    padding-left: 9.0666666667vw;
    white-space: nowrap;
  }
}
.point_cp2026-01 .campaign_contents .value_wrap .value_box .box_itemWrap._01 .box_item .num {
  position: absolute;
  top: 2px;
  left: 0;
  width: 30px;
}
@media only screen and (max-width: 767px) {
  .point_cp2026-01 .campaign_contents .value_wrap .value_box .box_itemWrap._01 .box_item .num {
    width: 6.6666666667vw;
    top: 50%;
    transform: translateY(-50%);
  }
}
.point_cp2026-01 .campaign_contents .value_wrap .value_box .box_itemWrap._02 .box_item {
  max-width: 442px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding-left: 39px;
}
@media only screen and (max-width: 767px) {
  .point_cp2026-01 .campaign_contents .value_wrap .value_box .box_itemWrap._02 .box_item {
    max-width: 100%;
    padding-left: 9.0666666667vw;
  }
}
.point_cp2026-01 .campaign_contents .value_wrap .value_box .box_itemWrap._02 .box_item .num {
  position: absolute;
  top: 5px;
  left: 0;
  width: 30px;
}
@media only screen and (max-width: 767px) {
  .point_cp2026-01 .campaign_contents .value_wrap .value_box .box_itemWrap._02 .box_item .num {
    width: 6.6666666667vw;
    top: 50%;
    transform: translateY(-50%);
  }
}
.point_cp2026-01 .campaign_contents .value_wrap .value_box .box_itemWrap:has(.txtImg_wester) {
  border-right: 2px solid #00499f;
}
@media only screen and (max-width: 767px) {
  .point_cp2026-01 .campaign_contents .value_wrap .value_box .box_itemWrap:has(.txtImg_wester) {
    border-right: none;
    border-bottom: 0.5333333333vw solid #00499f;
    padding-bottom: 4vw;
  }
}
@media only screen and (max-width: 767px) {
  .point_cp2026-01 .campaign_contents .value_wrap .value_box .box_itemWrap:has(.txtImg_westerPoint) {
    padding-top: 4vw;
  }
}
.point_cp2026-01 .campaign_contents .value_wrap .value_box .box_itemWrap .txtImg_wester {
  width: 90px;
  margin-right: 5px;
  padding-top: 6px;
}
@media only screen and (max-width: 767px) {
  .point_cp2026-01 .campaign_contents .value_wrap .value_box .box_itemWrap .txtImg_wester {
    width: 16vw;
    margin-right: 0.6666666667vw;
    padding-top: 1.0666666667vw;
  }
}
.point_cp2026-01 .campaign_contents .value_wrap .value_box .box_itemWrap .txtImg_westerPoint {
  width: 160px;
  margin-right: 3px;
  padding-top: 4px;
}
@media only screen and (max-width: 767px) {
  .point_cp2026-01 .campaign_contents .value_wrap .value_box .box_itemWrap .txtImg_westerPoint {
    width: 28.5333333333vw;
    margin-right: 0.4vw;
    padding-top: 0.8vw;
  }
}
.point_cp2026-01 .campaign_contents .value_wrap .note_wrap {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .point_cp2026-01 .campaign_contents .value_wrap .note_wrap {
    max-width: 78.6666666667vw;
    padding-bottom: 4.4vw;
  }
}
.point_cp2026-01 .campaign_contents .value_wrap .note {
  font-size: 14px;
  line-height: 1.42857143;
  padding-left: 1em;
  text-indent: -1em;
}
@media only screen and (max-width: 767px) {
  .point_cp2026-01 .campaign_contents .value_wrap .note {
    font-size: 3.4666666667vw;
    line-height: 1.53846154;
  }
}
.point_cp2026-01 .campaign_contents .value_wrap .note a {
  text-decoration: none;
  color: #004aa0;
  border-bottom: 1px solid #004aa0;
}
@media only screen and (min-width: 768px) {
  .point_cp2026-01 .campaign_contents .value_wrap .note a:hover {
    border-bottom: 1px solid transparent;
  }
}
.point_cp2026-01 .campaign_contents .value_wrap .btn_wrap {
  font-family: "Noto Serif JP", serif;
}
.point_cp2026-01 .campaign_contents .value_wrap .btn_wrap .btn {
  width: 470px;
}
@media only screen and (max-width: 767px) {
  .point_cp2026-01 .campaign_contents .value_wrap .btn_wrap .btn {
    width: 78.6666666667vw;
  }
}
.point_cp2026-01 .campaign_contents .value_wrap .btn_wrap .btn a {
  padding-left: 28px;
}
@media only screen and (max-width: 767px) {
  .point_cp2026-01 .campaign_contents .value_wrap .btn_wrap .btn a {
    padding-left: 5.3333333333vw;
  }
}
.point_cp2026-01 .hotels {
  padding: 94px 20px 100px;
}
@media only screen and (max-width: 767px) {
  .point_cp2026-01 .hotels {
    padding: 22.1333333333vw 5.3333333333vw 16vw;
  }
}
.point_cp2026-01 .hotels .section_ttl {
  padding-bottom: 70px;
}
@media only screen and (max-width: 767px) {
  .point_cp2026-01 .hotels .section_ttl {
    padding-bottom: 13.3333333333vw;
  }
}
.point_cp2026-01 .hotels .section_ttl h2 {
  display: inline-block;
  position: relative;
}
.point_cp2026-01 .hotels .section_ttl h2::before {
  position: absolute;
  content: "";
  background-image: url(../images/line_hotels_left.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 186px;
  height: 96px;
  top: 8px;
  left: -256px;
}
@media only screen and (max-width: 767px) {
  .point_cp2026-01 .hotels .section_ttl h2::before {
    width: 24.8vw;
    height: 12.8vw;
    top: -8.6666666667vw;
    left: -24vw;
  }
}
.point_cp2026-01 .hotels .section_ttl h2::after {
  position: absolute;
  content: "";
  background-image: url(../images/line_hotels_right.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 182px;
  height: 74px;
  top: 30px;
  right: -240px;
}
@media only screen and (max-width: 767px) {
  .point_cp2026-01 .hotels .section_ttl h2::after {
    width: 24.2666666667vw;
    height: 9.6vw;
    top: 18.2666666667vw;
    right: -25.3333333333vw;
  }
}
.point_cp2026-01 .hotels .btn_wrap {
  flex-wrap: wrap;
  justify-content: flex-start;
  max-width: 1060px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .point_cp2026-01 .hotels .btn_wrap {
    flex-direction: row;
    max-width: 100%;
    gap: 4vw;
  }
}
.point_cp2026-01 .hotels .btn_wrap .btn {
  width: calc(29.246% - 60px);
}
@media only screen and (max-width: 767px) {
  .point_cp2026-01 .hotels .btn_wrap .btn {
    width: 42.6666666667vw;
  }
}
.point_cp2026-01 .hotels .btn_wrap .btn a {
  background-color: #a4825c;
}
.point_cp2026-01 .hotels .btn_wrap .btn a::after {
  right: 20px;
  transform: translateY(-50%) rotate(90deg);
}
@media only screen and (max-width: 767px) {
  .point_cp2026-01 .hotels .btn_wrap .btn a::after {
    right: 4vw;
  }
}
@media only screen and (min-width: 768px) {
  .point_cp2026-01 .hotels .btn_wrap .btn a:hover::after {
    transform: translateY(-20%) rotate(90deg);
  }
}
.point_cp2026-01 .area_ttl {
  text-align: center;
  padding-top: 83px;
  padding-bottom: 72px;
}
@media only screen and (max-width: 767px) {
  .point_cp2026-01 .area_ttl {
    padding-top: 15.2vw;
    padding-bottom: 12vw;
  }
}
.point_cp2026-01 .area_ttl h3 {
  font-size: 50px;
  font-weight: 300;
  letter-spacing: 0.14em;
  padding-bottom: 12px;
}
@media only screen and (max-width: 767px) {
  .point_cp2026-01 .area_ttl h3 {
    font-size: 9.3333333333vw;
    padding-bottom: 2.5333333333vw;
  }
}
.point_cp2026-01 .area_ttl .ttl_en {
  font-family: "EB Garamond", serif;
  font-size: 20px;
  display: inline-block;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .point_cp2026-01 .area_ttl .ttl_en {
    font-size: 4vw;
  }
}
.point_cp2026-01 .area_ttl .ttl_en::before, .point_cp2026-01 .area_ttl .ttl_en::after {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  width: 80px;
  height: 8px;
  top: 11px;
}
@media only screen and (max-width: 767px) {
  .point_cp2026-01 .area_ttl .ttl_en::before, .point_cp2026-01 .area_ttl .ttl_en::after {
    width: 15.4666666667vw;
    height: 1.0666666667vw;
    top: 2.4vw;
  }
}
.point_cp2026-01 .area_ttl .ttl_en::before {
  left: -98px;
}
@media only screen and (max-width: 767px) {
  .point_cp2026-01 .area_ttl .ttl_en::before {
    left: -19.4666666667vw;
  }
}
.point_cp2026-01 .area_ttl .ttl_en::after {
  right: -98px;
}
@media only screen and (max-width: 767px) {
  .point_cp2026-01 .area_ttl .ttl_en::after {
    right: -19.4666666667vw;
  }
}
.point_cp2026-01 .hotel_box {
  position: relative;
  z-index: 1;
}
.point_cp2026-01 .hotel_box:not(:last-of-type) {
  margin-bottom: 110px;
}
@media only screen and (max-width: 767px) {
  .point_cp2026-01 .hotel_box:not(:last-of-type) {
    margin-bottom: 13.3333333333vw;
  }
}
.point_cp2026-01 .hotel_box::before {
  position: absolute;
  content: "";
  background-color: #fff;
  width: 92.5%;
  height: 100%;
  z-index: -1;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .point_cp2026-01 .hotel_box::before {
    width: 94.6666666667vw;
  }
}
.point_cp2026-01 .hotel_box .inner {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  background-color: #fff;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .point_cp2026-01 .hotel_box .inner {
    max-width: 100vw;
    padding: 0 10.6666666667vw 0 5.3333333333vw;
    background-color: transparent;
  }
}
.point_cp2026-01 .hotel_box.right::before {
  left: auto;
  right: 0;
}
@media only screen and (max-width: 767px) {
  .point_cp2026-01 .hotel_box.right .inner {
    padding: 0 5.3333333333vw 0 10.6666666667vw;
  }
}
.point_cp2026-01 .contents {
  padding-top: 52px;
  padding-bottom: 73px;
}
@media only screen and (max-width: 767px) {
  .point_cp2026-01 .contents {
    padding-top: 13.3333333333vw;
    padding-bottom: 10.6666666667vw;
  }
}
.point_cp2026-01 .contents .ttl_wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .point_cp2026-01 .contents .ttl_wrap {
    flex-direction: column;
    margin-bottom: 4vw;
    gap: 4vw;
  }
}
.point_cp2026-01 .contents .ttl_wrap .ttl_box {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .point_cp2026-01 .contents .ttl_wrap .ttl_box {
    align-items: center;
    padding-bottom: 10.6666666667vw;
    position: relative;
  }
}
.point_cp2026-01 .contents .ttl_wrap .ttl_box .hotel_logo {
  width: 100%;
  margin-right: 30px;
}
@media only screen and (max-width: 767px) {
  .point_cp2026-01 .contents .ttl_wrap .ttl_box .hotel_logo {
    max-width: 16.8vw;
    margin-right: 5.0666666667vw;
  }
}
.point_cp2026-01 .contents .ttl_wrap .ttl_box .txt_wrap {
  margin-top: -8px;
}
@media only screen and (max-width: 767px) {
  .point_cp2026-01 .contents .ttl_wrap .ttl_box .txt_wrap {
    margin-top: 0vw;
  }
}
.point_cp2026-01 .contents .ttl_wrap .ttl_box .txt_wrap .hotel_name {
  font-size: 36px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .point_cp2026-01 .contents .ttl_wrap .ttl_box .txt_wrap .hotel_name {
    font-size: 6.6666666667vw;
    line-height: 1.4;
    margin-top: -2.4vw;
  }
}
.point_cp2026-01 .contents .ttl_wrap .ttl_box .txt_wrap .access {
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.1em;
  padding: 6px 20px;
  border-radius: 13px;
}
@media only screen and (max-width: 767px) {
  .point_cp2026-01 .contents .ttl_wrap .ttl_box .txt_wrap .access {
    position: absolute;
    bottom: 0;
    font-size: 3.7333333333vw;
    text-align: center;
    letter-spacing: 0.06em;
    font-weight: 400;
    padding: 1.4666666667vw 2.6666666667vw;
    width: 84vw;
    left: 0;
    border-radius: 3.3333333333vw;
  }
}
.point_cp2026-01 .contents .ttl_wrap .ttl_box .hgkyoto_logo {
  max-width: 88px;
}
@media only screen and (max-width: 767px) {
  .point_cp2026-01 .contents .ttl_wrap .ttl_box .hgkyoto_logo {
    max-width: 16.8vw;
  }
}
.point_cp2026-01 .contents .ttl_wrap .ttl_box .hvkyoto_logo {
  max-width: 88px;
}
@media only screen and (max-width: 767px) {
  .point_cp2026-01 .contents .ttl_wrap .ttl_box .hvkyoto_logo {
    max-width: 16.8vw;
  }
}
.point_cp2026-01 .contents .ttl_wrap .ttl_box .potelkyoto {
  max-width: 98px;
}
@media only screen and (max-width: 767px) {
  .point_cp2026-01 .contents .ttl_wrap .ttl_box .potelkyoto {
    max-width: 18.9333333333vw;
  }
}
.point_cp2026-01 .contents .ttl_wrap .ttl_box .hgosaka {
  max-width: 88px;
}
@media only screen and (max-width: 767px) {
  .point_cp2026-01 .contents .ttl_wrap .ttl_box .hgosaka {
    max-width: 16.8vw;
  }
}
.point_cp2026-01 .contents .ttl_wrap .ttl_box .hvosaka {
  max-width: 88px;
}
@media only screen and (max-width: 767px) {
  .point_cp2026-01 .contents .ttl_wrap .ttl_box .hvosaka {
    max-width: 16.8vw;
  }
}
.point_cp2026-01 .contents .ttl_wrap .ttl_box .oshosaka {
  max-width: 124px;
}
@media only screen and (max-width: 767px) {
  .point_cp2026-01 .contents .ttl_wrap .ttl_box .oshosaka {
    max-width: 16.5333333333vw;
  }
}
.point_cp2026-01 .contents .ttl_wrap .ttl_box .oshosaka + .txt_wrap .hotel_name {
  letter-spacing: 0;
  font-size: 34px;
}
@media only screen and (max-width: 767px) {
  .point_cp2026-01 .contents .ttl_wrap .ttl_box .oshosaka + .txt_wrap .hotel_name {
    width: 62.4vw;
    font-size: 6.1333333333vw;
    line-height: 1.2173913;
  }
}
.point_cp2026-01 .contents .ttl_wrap .ttl_box .hvamagasaki {
  max-width: 88px;
}
@media only screen and (max-width: 767px) {
  .point_cp2026-01 .contents .ttl_wrap .ttl_box .hvamagasaki {
    max-width: 16.8vw;
  }
}
.point_cp2026-01 .contents .ttl_wrap .ttl_box .hgwakayama {
  max-width: 88px;
}
@media only screen and (max-width: 767px) {
  .point_cp2026-01 .contents .ttl_wrap .ttl_box .hgwakayama {
    max-width: 16.5333333333vw;
  }
  .point_cp2026-01 .contents .ttl_wrap .ttl_box .hgwakayama + .txt_wrap .hotel_name {
    letter-spacing: 0.04em;
  }
}
.point_cp2026-01 .contents .ttl_wrap .ttl_box .hgokayama {
  max-width: 88px;
}
@media only screen and (max-width: 767px) {
  .point_cp2026-01 .contents .ttl_wrap .ttl_box .hgokayama {
    max-width: 16.8vw;
  }
}
.point_cp2026-01 .contents .ttl_wrap .ttl_box .hghiroshima {
  max-width: 88px;
}
@media only screen and (max-width: 767px) {
  .point_cp2026-01 .contents .ttl_wrap .ttl_box .hghiroshima {
    max-width: 16.8vw;
  }
}
.point_cp2026-01 .contents .ttl_wrap .ttl_box .hghiroshimasg {
  max-width: 88px;
}
@media only screen and (max-width: 767px) {
  .point_cp2026-01 .contents .ttl_wrap .ttl_box .hghiroshimasg {
    max-width: 16.5333333333vw;
  }
}
.point_cp2026-01 .contents .ttl_wrap .ttl_box .hvtoyama {
  max-width: 88px;
}
@media only screen and (max-width: 767px) {
  .point_cp2026-01 .contents .ttl_wrap .ttl_box .hvtoyama {
    max-width: 16.8vw;
  }
}
.point_cp2026-01 .contents .ttl_wrap .icon_box {
  display: flex;
  gap: 10px;
}
@media only screen and (max-width: 767px) {
  .point_cp2026-01 .contents .ttl_wrap .icon_box {
    gap: 2.6666666667vw;
  }
}
.point_cp2026-01 .contents .ttl_wrap .icon_box .icon {
  width: 72px;
}
@media only screen and (max-width: 767px) {
  .point_cp2026-01 .contents .ttl_wrap .icon_box .icon {
    width: 13.3333333333vw;
  }
}
.point_cp2026-01 .contents .hotel_slide {
  position: relative;
}
.point_cp2026-01 .contents .hotel_slide .slide_txt {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 1.66666667;
  padding: 16px 20px;
  min-height: 84px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .point_cp2026-01 .contents .hotel_slide .slide_txt {
    font-size: 3.7333333333vw;
    line-height: 1.57142857;
    padding: 2.9333333333vw 4vw;
    min-height: 35.2vw;
  }
}
.point_cp2026-01 .contents .hotel_slide .swiper {
  position: relative;
  padding-bottom: 70px;
}
@media only screen and (max-width: 767px) {
  .point_cp2026-01 .contents .hotel_slide .swiper {
    padding-bottom: 15.3333333333vw;
  }
}
.point_cp2026-01 .contents .hotel_slide .swiper-slide img {
  height: auto;
  width: 100%;
}
.point_cp2026-01 .contents .hotel_slide .swiper-pagination {
  position: absolute;
  bottom: 28px;
}
@media only screen and (max-width: 767px) {
  .point_cp2026-01 .contents .hotel_slide .swiper-pagination {
    bottom: 6.6666666667vw;
  }
}
.point_cp2026-01 .contents .hotel_slide .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  margin: 0 5px !important;
}
@media only screen and (max-width: 767px) {
  .point_cp2026-01 .contents .hotel_slide .swiper-pagination-bullet {
    width: 1.6vw;
    height: 1.6vw;
    margin: 0 1.3333333333vw !important;
  }
}
.point_cp2026-01 .contents .hotel_slide .swiper-pagination-bullet-active {
  background: #274567;
}
.point_cp2026-01 .contents .recommend_wrap {
  padding-bottom: 35px;
}
@media only screen and (max-width: 767px) {
  .point_cp2026-01 .contents .recommend_wrap {
    padding-bottom: 6.6666666667vw;
  }
}
.point_cp2026-01 .contents .recommend_wrap .recommend_ttl {
  text-align: center;
  font-size: 28px;
  letter-spacing: 0.1em;
  margin-bottom: 35px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .point_cp2026-01 .contents .recommend_wrap .recommend_ttl {
    font-size: 5.3333333333vw;
    line-height: 1.5;
    margin-bottom: 5.0666666667vw;
    padding-top: 4.4vw;
  }
}
.point_cp2026-01 .contents .recommend_wrap .recommend_ttl span {
  display: inline-block;
  background-color: #fff;
  padding: 0 33px;
}
@media only screen and (max-width: 767px) {
  .point_cp2026-01 .contents .recommend_wrap .recommend_ttl span {
    padding: 0;
  }
}
.point_cp2026-01 .contents .recommend_wrap .recommend_ttl::before {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: repeat-x;
  width: 100%;
  height: 6px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .point_cp2026-01 .contents .recommend_wrap .recommend_ttl::before {
    height: 1.8666666667vw;
    top: 0;
    transform: auto;
  }
}
.point_cp2026-01 .contents .recommend_wrap ul {
  display: flex;
  justify-content: center;
  gap: 44px;
}
@media only screen and (max-width: 767px) {
  .point_cp2026-01 .contents .recommend_wrap ul {
    flex-wrap: wrap;
    gap: 5.3333333333vw 6.6666666667vw;
  }
}
.point_cp2026-01 .contents .recommend_wrap ul .recommend_item {
  text-decoration: none;
  width: 22.1666666667%;
}
@media only screen and (max-width: 767px) {
  .point_cp2026-01 .contents .recommend_wrap ul .recommend_item {
    width: 38.6666666667vw;
  }
}
.point_cp2026-01 .contents .recommend_wrap ul .recommend_item .recommend_img {
  position: relative;
}
.point_cp2026-01 .contents .recommend_wrap ul .recommend_item .recommend_img::before {
  position: absolute;
  content: "";
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.point_cp2026-01 .contents .recommend_wrap ul .recommend_item .recommend_txt {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 15px;
  line-height: 1.66666667;
  padding-top: 11px;
}
@media only screen and (max-width: 767px) {
  .point_cp2026-01 .contents .recommend_wrap ul .recommend_item .recommend_txt {
    font-size: 3.7333333333vw;
    line-height: 1.57142857;
    padding-top: 2.6666666667vw;
  }
}
.point_cp2026-01 .area {
  padding-bottom: 164px;
}
@media only screen and (max-width: 767px) {
  .point_cp2026-01 .area {
    padding-bottom: 18.6666666667vw;
  }
}
.point_cp2026-01 .area._brown {
  background-color: var(--brown-bg01-color);
}
.point_cp2026-01 .area._brown .area_ttl {
  color: var(--brown-main-color);
}
.point_cp2026-01 .area._brown .area_ttl .ttl_en::before, .point_cp2026-01 .area._brown .area_ttl .ttl_en::after {
  background-image: url(../images/line_ttl_brown.png);
}
@media only screen and (max-width: 767px) {
  .point_cp2026-01 .area._brown .area_ttl .ttl_en::before, .point_cp2026-01 .area._brown .area_ttl .ttl_en::after {
    background-image: url(../images/line_ttl_brown_sp.png);
  }
}
.point_cp2026-01 .area._brown .contents .ttl_wrap .ttl_box .txt_wrap .access {
  display: inline-block;
  background-color: rgba(164, 130, 92, 0.2);
}
.point_cp2026-01 .area._brown .contents .hotel_slide .slide_txt {
  background-color: #a4825c;
}
.point_cp2026-01 .area._brown .contents .recommend_wrap .recommend_ttl::before {
  background-image: url(../images/line_recommend_brown.png);
}
.point_cp2026-01 .area._brown .contents .recommend_wrap ul .recommend_item .recommend_img::before {
  background-image: url(../images/frame_brown.png);
}
.point_cp2026-01 .area._blue {
  background-color: var(--blue-bg01-color);
}
.point_cp2026-01 .area._blue .area_ttl {
  color: var(--blue-main-color);
}
.point_cp2026-01 .area._blue .area_ttl .ttl_en::before, .point_cp2026-01 .area._blue .area_ttl .ttl_en::after {
  background-image: url(../images/line_ttl_blue.png);
}
@media only screen and (max-width: 767px) {
  .point_cp2026-01 .area._blue .area_ttl .ttl_en::before, .point_cp2026-01 .area._blue .area_ttl .ttl_en::after {
    background-image: url(../images/line_ttl_blue_sp.png);
  }
}
.point_cp2026-01 .area._blue .contents .ttl_wrap .ttl_box .txt_wrap .access {
  display: inline-block;
  background-color: rgba(72, 108, 161, 0.2);
}
.point_cp2026-01 .area._blue .contents .hotel_slide .slide_txt {
  background-color: #486ca1;
}
.point_cp2026-01 .area._blue .contents .recommend_wrap .recommend_ttl::before {
  background-image: url(../images/line_recommend_blue.png);
}
.point_cp2026-01 .area._blue .contents .recommend_wrap ul .recommend_item .recommend_img::before {
  background-image: url(../images/frame_blue.png);
}
.point_cp2026-01 .attention {
  padding: 96px 20px 40px;
}
@media only screen and (max-width: 767px) {
  .point_cp2026-01 .attention {
    padding: 14.1333333333vw 5.3333333333vw 13.3333333333vw;
  }
}
.point_cp2026-01 .attention .section_ttl {
  padding-bottom: 70px;
}
@media only screen and (max-width: 767px) {
  .point_cp2026-01 .attention .section_ttl {
    padding-bottom: 13.3333333333vw;
  }
}
.point_cp2026-01 .attention .note_wrap {
  background-color: #f1f7fb;
  border-radius: 30px;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 54px 20px;
}
@media only screen and (max-width: 767px) {
  .point_cp2026-01 .attention .note_wrap {
    border-radius: 4vw;
    max-width: 89.3333333333vw;
    padding: 6.9333333333vw 5.3333333333vw;
  }
}
.point_cp2026-01 .attention .note_wrap ul {
  max-width: 990px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .point_cp2026-01 .attention .note_wrap ul {
    max-width: 100%;
  }
}
.point_cp2026-01 .attention .note_wrap ul li {
  position: relative;
  padding-left: 14px;
  font-size: 15px;
  line-height: 1.66666667;
}
@media only screen and (max-width: 767px) {
  .point_cp2026-01 .attention .note_wrap ul li {
    padding-left: 3.3333333333vw;
    font-size: 3.7333333333vw;
    line-height: 1.57142857;
  }
}
.point_cp2026-01 .attention .note_wrap ul li::before {
  position: absolute;
  content: "";
  background: #000;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  left: 0;
  top: 10px;
}
@media only screen and (max-width: 767px) {
  .point_cp2026-01 .attention .note_wrap ul li::before {
    width: 1.4666666667vw;
    height: 1.4666666667vw;
    border-radius: 0.7333333333vw;
    top: 2.4vw;
  }
}
.point_cp2026-01 .attention .note_wrap ul li a {
  text-decoration: none;
  color: #004aa0;
  border-bottom: 1px solid #004aa0;
}
@media only screen and (min-width: 768px) {
  .point_cp2026-01 .attention .note_wrap ul li a:hover {
    border-bottom: 1px solid transparent;
  }
}