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

file name  : sightseeing.scss
author     : AROUND TAKAYAMA Renew
style info : 観光ページスタイル
=================================================================== */
/* cspell:disable-next-line */
@font-face {
  font-family: 'Lulo Clean';
  src: url("../../../ascend/fonts/FontsFree-Net-Lulo-Clean-W01-One-Bold.ttf") format("truetype");
}
/* font-awesome */
/* -----------------------------------------------------------
	スライド　用
----------------------------------------------------------- */
/*Animate */
/* -----------------------------------------------------------
	ホテル リブランド用
----------------------------------------------------------- */
/* ===========================
	PC/SP_JP（Noto Sans JP）
   =========================== */
/* ===========================
	PC/SP_LULO（LuloCleanOne-Bold）
   =========================== */
/* ===========================
	PC/SP_MON（Montserrat SemiBold）
   =========================== */
/* cspell:disable-next-line */
@font-face {
  font-family: 'Lulo Clean';
  src: url("../../../ascend/fonts/FontsFree-Net-Lulo-Clean-W01-One-Bold.ttf") format("truetype");
}
/* font-awesome */
/* -----------------------------------------------------------
	スライド　用
----------------------------------------------------------- */
/*Animate */
/* -----------------------------------------------------------
	ホテル リブランド用
----------------------------------------------------------- */
/* ===========================
	PC/SP_JP（Noto Sans JP）
   =========================== */
/* ===========================
	PC/SP_LULO（LuloCleanOne-Bold）
   =========================== */
/* ===========================
	PC/SP_MON（Montserrat SemiBold）
   =========================== */
#page {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px !important;
}
@media only screen and (max-width: 767px) {
  #page {
    font-family: "Noto Sans JP", sans-serif;
  }
}
#page::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 25svh;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.15) 60%, rgba(0, 0, 0, 0.4) 100%);
  pointer-events: none;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  #page::before {
    position: absolute;
  }
}
@media only screen and (max-width: 767px) {
  #page::before {
    height: 10rem;
  }
}

body.is-gmenu-open,
body.is-gmenu-noscroll {
  overflow: hidden;
}

.en_lulo {
  font-family: "Lulo Clean", sans-serif;
}
@media only screen and (max-width: 767px) {
  .en_lulo {
    font-family: "Lulo Clean", sans-serif;
  }
}

.en_mon {
  font-family: "Montserrat SemiBold", "Montserrat", sans-serif;
}
@media only screen and (max-width: 767px) {
  .en_mon {
    font-family: "Montserrat SemiBold", "Montserrat", sans-serif;
  }
}

a {
  color: #005184;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

/* -----------------------------------------------------------
	layout
----------------------------------------------------------- */
.l_container {
  width: 100%;
  max-width: 100%;
  padding-left: 120px;
  padding-right: 120px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 767px) {
  .l_container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.l_row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.l_col {
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
}

.l_col_1 {
  width: 8.33333%;
}

.l_col_2 {
  width: 16.66667%;
}

.l_col_3 {
  width: 25%;
}

.l_col_4 {
  width: 33.33333%;
}

.l_col_5 {
  width: 41.66667%;
}

.l_col_6 {
  width: 50%;
}

.l_col_7 {
  width: 58.33333%;
}

.l_col_8 {
  width: 66.66667%;
}

.l_col_9 {
  width: 75%;
}

.l_col_10 {
  width: 83.33333%;
}

.l_col_11 {
  width: 91.66667%;
}

.l_col_12 {
  width: 100%;
}

.subpage-main {
  width: 100%;
  max-width: none;
  padding: 0;
}

/* ===================================================================
   Plan Card Component
   観光プラン用のカードコンポーネント
=================================================================== */
.plan-card {
  position: relative;
  width: 100%;
  padding: 120px 0;
}
@media only screen and (max-width: 767px) {
  .plan-card {
    padding: 60px 0;
  }
}
.plan-card__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.plan-card__bg-gray {
  position: absolute;
  top: 121px;
  left: 0;
  width: 100%;
  height: calc(100% - 241px);
  background: linear-gradient(to bottom, #f5f5f5, #ffffff);
}
@media only screen and (max-width: 767px) {
  .plan-card__bg-gray {
    top: 0;
    height: 100%;
  }
}
.plan-card__container {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 120px;
  gap: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .plan-card__container {
    padding: 0 40px;
    gap: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .plan-card__container {
    flex-direction: column;
    padding: 0 20px;
    gap: 30px;
  }
}
.plan-card--reverse .plan-card__container {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 767px) {
  .plan-card--reverse .plan-card__container {
    flex-direction: column;
  }
}
.plan-card__content {
  display: flex;
  flex-direction: column;
  gap: 48px;
  width: 45%;
  max-width: 537px;
  padding-top: 96px;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .plan-card__content {
    width: 50%;
    gap: 32px;
    padding-top: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .plan-card__content {
    width: 100%;
    max-width: none;
    gap: 24px;
    padding-top: 0;
  }
}
.plan-card__header {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.plan-card__plan-label {
  display: flex;
  align-items: center;
  gap: 8px;
}
.plan-card__plan-number {
  font-family: "Montserrat SemiBold", "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.04em;
  color: #A6A6A6;
}
@media only screen and (max-width: 767px) {
  .plan-card__plan-number {
    font-family: "Montserrat SemiBold", "Montserrat", sans-serif;
  }
}
.plan-card__plan-slash {
  display: block;
  width: 1px;
  height: 16px;
  background: #C8C8C8;
  transform: rotate(30deg);
}
.plan-card__title {
  display: flex;
  flex-direction: column;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.12em;
  color: #000000;
}
@media only screen and (max-width: 767px) {
  .plan-card__title {
    font-family: "Noto Sans JP", sans-serif;
  }
}
@media only screen and (max-width: 767px) {
  .plan-card__title {
    font-size: 22px;
  }
}
.plan-card__title span {
  display: block;
}
.plan-card__body {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.plan-card__description {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.08em;
  color: #000000;
}
@media only screen and (max-width: 767px) {
  .plan-card__description {
    font-family: "Noto Sans JP", sans-serif;
  }
}
@media only screen and (max-width: 767px) {
  .plan-card__description {
    font-size: 14px;
  }
}
.plan-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.plan-card__tag {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.08em;
  color: #666;
}
@media only screen and (max-width: 767px) {
  .plan-card__tag {
    font-family: "Noto Sans JP", sans-serif;
  }
}
.plan-card__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 26px;
  background: #000000;
  border-radius: 99px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.08em;
  color: #FFFFFF;
  text-decoration: none;
  transition: all 0.3s;
  width: fit-content;
}
@media only screen and (max-width: 767px) {
  .plan-card__button {
    font-family: "Noto Sans JP", sans-serif;
  }
}
.plan-card__button:hover {
  background: #333;
  color: #FFFFFF;
}
.plan-card__image-wrapper {
  position: relative;
  width: 46.67%;
  max-width: 560px;
  border-radius: 4px;
  overflow: hidden;
  margin-top: -120px;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .plan-card__image-wrapper {
    width: 50%;
    margin-top: -80px;
  }
}
@media only screen and (max-width: 767px) {
  .plan-card__image-wrapper {
    width: 100%;
    max-width: none;
    margin-top: 0;
  }
}
.plan-card__image {
  width: 100%;
  height: auto;
  aspect-ratio: 560 / 747;
  object-fit: cover;
  display: block;
}
@media only screen and (max-width: 767px) {
  .plan-card__image {
    aspect-ratio: 335 / 400;
  }
}
.plan-card__badges {
  position: absolute;
  top: 16px;
  left: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
@media only screen and (max-width: 767px) {
  .plan-card__badges {
    top: auto;
    left: auto;
    right: 16px;
    bottom: 16px;
    gap: 8px;
  }
}
.plan-card__badge {
  display: inline-flex;
  align-items: center;
  padding: 12px;
  background: rgba(0, 0, 0, 0.72);
  backdrop-filter: blur(5px);
  border-radius: 4px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.08em;
  color: #FFFFFF;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .plan-card__badge {
    font-family: "Noto Sans JP", sans-serif;
  }
}
@media only screen and (max-width: 767px) {
  .plan-card__badge {
    font-size: 12px;
    padding: 8px;
    height: 28px;
  }
}
