@charset "UTF-8";
/* variable */
/* mixin */
.ttl-h1 {
  background-color: #fff;
  border-top: 1px solid #e93a6a;
  padding: 10px 0;
}
.ttl-h1 p {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .ttl-h1 {
    padding: 10px;
  }
}
.hotel_list-container {
  font-family: "SF UI Display", sans-serif;
  --color-base: #383434;
  color: var(--color-base);
}
.hotel_list-container img {
  max-width: 100%;
}
.hotel_list-container ul,
.hotel_list-container ol,
.hotel_list-container li {
  list-style: none;
}
.hotel_list-container a {
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.hotel_list-container a:not([class]) {
  text-decoration: underline;
}

.hotel_list-inner {
  max-width: 1090px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .hotel_list-inner {
    padding: 0 15px;
  }
}

.page-nav {
  background: rgba(233, 65, 133, 0.6);
  padding: 16px 8px;
  width: 100%;
  margin-bottom: 32px;
}
@media screen and (min-width: 768px) {
  .page-nav {
    padding: 30px 8px 26px;
  }
}
.page-nav-title {
  font-size: 22px;
  line-height: 30px;
  color: #fff;
  background-size: 35px;
  background: url(../images/hotel_icon.png) no-repeat left center;
  padding: 20px 0 10px 50px;
  font-weight: bold;
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .page-nav-title {
    font-size: 28px;
  }
}
.page-nav-inner {
  max-width: 1056px;
  margin: 0 auto;
}

.page-anchor-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page-anchor-wrapper p{
  width: calc((100% - 9px) / 4);
  text-align: center;
  background-color: #fff;
  color: #f03987;
  padding: 18px 3px;
}
.page-anchor-wrapper p a {
  display: block;
}
@media screen and (min-width: 768px) {
  .page-anchor-wrapper p {
    font-size: 16px;
    font-weight: bold;
  }
}

.area-heading {
  margin-bottom: 25px;
  padding: 0 32px;
}
.area-title {
  font-size: 24px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .area-title {
    font-size: 28px;
  }
}
.area-subtitle {
  font-size: 16px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .area-subtitle {
    font-size: 22px;
  }
}
.area-section {
  margin-bottom: 76px;
}

.hotel-btn {
  display: inline-block;
  padding: 10px 8px;
  position: relative;
  padding-right: 28px;
  font-weight: bold;
}
.btn-black {
  color: #fff;
  background-color: #000;
  border: 1px solid #000;
  --cl-btn: #fff;
}
.btn-bordered {
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
  --cl-btn: #000;
}
.hotel-btn .arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 12px;
  display: block;
  border-color: transparent transparent transparent var(--cl-btn);
  position: absolute;
  right: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.tel-link {
  color: #499bed;
}

.hotel-article {
  padding: 20px 32px;
  border-bottom: 1px dashed #707070;
  position: relative;
}

.hotel-article .comming-soon {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  left: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, .5);
  height: 100%;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  z-index: 999;
}
@media screen and (min-width: 768px) {
  .hotel-article {
    padding: 15px 24px;
  }
}
.hotel-name {
  font-size: 14px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 14px;
}
.hotel-name .icon {
  font-size: 20px;
  margin-right: 5px;
}
@media screen and (min-width: 768px) {
  .hotel-name {
    font-size: 16px;
  }
}
.hotel-place {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
}
.hotel-place .icon {
  position: absolute;
  left: 0;
  top: -1px;
  font-size: 20px;
}
.hotel-place-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 12px;
}
.hotel-place-list li:after {
  content: "＞";
  margin: 0 4px;
}
.hotel-place-list li:last-child:after {
  display: none;
}
.hotel-body {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: -webkit-max-content -webkit-max-content 1fr auto;
  grid-template-rows: max-content max-content 1fr auto;
}
@media screen and (min-width: 768px) {
  .hotel-body {
    grid-template-columns: 300px 1fr;
  }
}
.hotel-lead {
  font-size: 12px;
  margin-bottom: 15px;
  grid-area: 1/1/2/6;
}
@media screen and (min-width: 768px) {
  .hotel-lead {
    grid-area: 1/2/2/3;
    font-size: 14px;
    margin-bottom: 40px;
  }
}
.hotel-img {
  grid-area: 2/1/3/3;
  margin-right: 7px;
}
@media screen and (min-width: 768px) {
  .hotel-img {
    margin-right: 18px;
    grid-area: 1/1/4/2;
  }
}
.hotel-meta {
  grid-area: 2/3/3/6;
  font-size: 11px;
}
@media screen and (min-width: 768px) {
  .hotel-meta {
    grid-area: 2/2/3/3;
    font-size: 14px;
  }
}
.hotel-links {
  grid-area: 3/1/4/6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 4px;
  margin-top: 8px;
}
.hotel-links .hotel-btn {
  font-size: 10px;
  -webkit-box-flex: auto;
      -ms-flex: auto;
          flex: auto;
}
@media screen and (min-width: 768px) {
  .hotel-links {
    grid-area: 3/2/4/3;
    gap: 10px;
    margin-top: 24px;
  }
  .hotel-links .hotel-btn {
    font-size: 12px;
    max-width: 210px;
    -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  }
}
.page-top {
  position: fixed;
  z-index: 1000;
  right: 5px;
  display: block;
  bottom: 30px;
  background: url("../../../../images/toppage.svg") center no-repeat;
  width: 43px;
  height: 43px;
  font-size: 0;
}
.what-news {
  overflow: hidden;
}
@media (min-width: 769px) {
  .what-news {
    background: transparent;
    padding: 50px 0px 52px;
    box-shadow: none;
    margin-bottom: 0;
  }
  .what-news#block3 {
    padding-top: 0;
  }
}
.what-news__text {
  font-size: 14px;
  margin-bottom: 16px;
  padding: 0 15px;
}
.what-news .lp_subnote {
  font-weight: 400;
  padding-left: 0;
}
.what-news .btn-wrap {
  padding-right: 16px;
  margin-top: 16px;
}
.what-news .btn-wrap a {
  margin-top: 13px;
  font-size: 14px;
  font-weight: 600;
}
.what-news#block5 .what-news__list__item .news__des .btn-link:first-of-type {
  margin-bottom: 8px;
}
.what-news__list ul {
  display: flex;
  overflow-x: scroll;
  overflow-y: hidden;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
  margin: 0 -15px;
  padding-left: 15px;
}
.what-news__list ul::-webkit-scrollbar {
  display: none;
}
.what-news__list ul::after {
  content: "";
  flex: 0 0 1px;
  height: 95px;
}
@media (min-width: 769px) {
  .what-news__list ul {
    overflow: initial;
    margin: 0;
    padding-left: 0;
  }
}
.what-news__list__item {
  margin-right: 16px;
  flex: 0 0 232px;
  width: 245px;
  border-radius: 4px;
}
.what-news__list__item .news {
  display: flex;
  flex-direction: column;
}
.what-news__list__item .news__thumbnail {
  position: relative;
  z-index: 9;
}
.what-news__list__item .news__thumbnail a {
  display: flex;
  line-height: 1;
}
.what-news__list__item .news__thumbnail a img {
  max-height: 155px;
  width: 100%;
}
.what-news__list__item .news__thumbnail__label {
  position: absolute;
  background: #fff;
  color: #E93A6A;
  font-size: 12px;
  line-height: 20px;
  padding: 0 4px;
  top: 8px;
  left: 8px;
  font-weight: 400;
}
.what-news__list__item .news__thumbnail__label.txt-black {
  color: #000000;
  border-radius: 4px;
}
.what-news__list__item .news__thumbnail__des {
  position: absolute;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  padding: 5px;
}
.what-news__list__item .news__des {
  font-size: 14px;
  line-height: 21px;
  padding: 16px;
  border: 1px solid #BCBCBC;
  margin-top: -1px;
  font-weight: 500;
  min-height: 165px;
  border-radius: 0 0 4px 4px;
  font-family: "SF Pro Text", sans-serif;
  display: flex;
  flex-direction: column;
}
.what-news__list__item .news__des p {
  margin-bottom: 8px;
}
.what-news__list__item .news__des .news_title {
  font-size: 14px;
  padding-bottom: 12px;
  font-weight: bold;
}
.what-news__list__item .news__des .news_title.nobold {
  font-weight: 500;
}
.what-news__list__item .news__des .contact_car {
  display: flex;
  justify-content: left;
}
.what-news__list__item .news__des .contact_car span {
  padding: 2px 10px;
  border: 1px solid #BCBCBC;
  border-radius: 4px;
  margin-top: 10px;
  font-size: 12px;
  line-height: 18px;
}
.what-news__list__item .news__des .contact_car span + span {
  margin-left: 5px;
}
.what-news__list__item .news__des .btn-link {
  text-align: center;
  border-radius: 4px;
  border: 1px solid #333;
  font-size: 12px;
  position: relative;
  padding: 8px 10px 7px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-top: auto;
}
.what-news__list__item .news__des .btn-link::after {
  content: '';
  position: absolute;
  right: 7px;
  margin-top: -2px;
  border: 5px solid transparent;
}
@media (max-width: 819px) {
  .what-news__list__item .news__des .btn-link::after {
    right: -2px;
  }
}
.what-news__list__item .news__des .btn-link.bg-black {
  background-color: #333;
  color: #fff;
}
.what-news__list__item .news__des .btn-link.bg-black::after {
  border: 5px solid transparent;
  border-left-color: #fff;
}
.what-news__list__item .news__des .btn-link.bg-white {
  background-color: #fff;
  color: #333;
}
.what-news__list__item .news__des .btn-link.bg-white::after {
  border: 5px solid transparent;
  border-left-color: #333;
}
.what-news__list__item .news__des .btn-link:hover {
  text-decoration: none;
}
.what-news__list__item .news__des .link-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 -3px;
  padding-left: 0;
  margin-top: auto;
}
.what-news__list__item .news__des .link-list::after {
  display: none;
}
.what-news__list__item .news__des .link-list li {
  flex: 0 0 calc(100% / 2 - 6px);
  margin: 0 3px 4px;
}
.what-news__list__item .news__des .link-list li.w-full {
  flex: 0 0 100%;
}
.what-news__list__item .news__des .link-list li a {
  padding: 2px 10px;
  border: 1px solid #BCBCBC;
  border-radius: 4px;
  font-size: 14px;
  display: block;
  text-align: center;
  position: relative;
}
.what-news__list__item .news__des .link-list li a::before {
  content: '▶';
  position: absolute;
  left: 10px;
  font-size: 10px;
}
@media (min-width: 769px) {
  .what-news__list {
    padding: 0 0;
  }
  .what-news__list .variable-col3 .what-news__list__item {
    width: 359px;
    flex: 0 0 359px;
  }
  .what-news__list .variable-col3 .what-news__list__item .news__thumbnail a img {
    height: 274px;
    max-height: 274px;
  }
  .what-news__list .variable-col4 .what-news__list__item {
    width: 263px;
    flex: 0 0 263px;
  }
  .what-news__list .variable-col4 .what-news__list__item .news__thumbnail a img {
    height: 175px;
    max-height: 175px;
  }
}
.what-news.choice_plan .what-news__list__item {
  margin-right: 16px;
}
.what-news.choice_plan .what-news__list__item .news__des {
  position: relative;
  padding: 12px 16px 25px 16px;
  min-height: 290px;
}
.what-news.choice_plan .what-news__list__item .news__des .contact_car {
  position: absolute;
  bottom: 16px;
}
.what-news.choice_plan .what-news__list__item .news__des p {
  font-size: 12px;
}
.what-news.choice_plan .variable-col4 .what-news__list__item .news__thumbnail a img {
  height: 123px;
  max-height: 123px;
}
@media (min-width: 769px) {
  .what-news.choice_plan {
    padding: 0px;
  }
  .what-news.choice_plan .choice_plan_content {
    border-top: 1px dashed #707070;
    padding: 45px 0 50px;
  }
  .what-news.choice_plan .lp_title {
    margin-bottom: 13px;
  }
  .what-news.choice_plan .variable-col4 .what-news__list__item .news__thumbnail a img {
    height: 140px;
    max-height: 140px;
  }
}
.trip-note {
  background: #fff;
  padding: 50px 0;
}
@media (min-width: 768px) {
  .trip-note {
    padding: 50px 20px;
  }
}
.trip-note .trip-title {
  font-size: 20px;
  line-height: 30px;
  color: #222;
  font-weight: 600;
  margin-bottom: 20px;
}
.trip-note p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 20px;
}
.trip-note .list-title {
  color: #E93A6A;
  font-size: 16px;
  margin-bottom: 15px;
  font-weight: 600;
  line-height: 1;
}
.trip-note ul.trip-border {
  border-bottom: 1px dashed #707070;
  margin-bottom: 30px;
}
.trip-note ul li {
  margin-bottom: 30px;
}
.trip-note ul .trip-item {
  display: flex;
  justify-content: flex-start;
}
.trip-note ul .trip-item .trip-img {
  width: 200px;
  display: flex;
}
.trip-note ul .trip-item .trip-img img {
  width: 100%;
}
.trip-note ul .trip-item .trip-text {
  width: calc(100% - 200px);
  padding-left: 15px;
}
.trip-note ul .trip-item .trip-text label {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 15px;
}
.trip-note ul .trip-item .trip-text p {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .trip-note .trip-title {
    font-size: 18px;
  }
  .trip-note ul li {
    margin-bottom: 15px;
  }
  .trip-note ul .trip-item {
    flex-direction: column;
    gap: 15px;
    align-items: center;
  }
  .trip-note ul .trip-item .trip-img {
    width: 200px;
    display: flex;
    justify-content: center;
  }
  .trip-note ul .trip-item .trip-img img {
    width: 100%;
  }
  .trip-note ul .trip-item .trip-text {
    width: 100%;
    padding-left: 0px;
  }
  .trip-note ul .trip-item .trip-text p {
    font-size: 12px;
  }
  .trip-note ul .trip-item .trip-text label {
    margin-bottom: 10px;
  }
}
