@charset "UTF-8";
.ec-featureRole__headdescription {
  /* base */
}
.ec-featureRole__headdescription *:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol *)) {
  all: unset;
  display: revert;
}
.ec-featureRole__headdescription *,
.ec-featureRole__headdescription *::before,
.ec-featureRole__headdescription *::after {
  box-sizing: border-box;
}
.ec-featureRole__headdescription html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}
.ec-featureRole__headdescription a,
.ec-featureRole__headdescription button {
  cursor: revert;
}
.ec-featureRole__headdescription ol,
.ec-featureRole__headdescription ul,
.ec-featureRole__headdescription menu,
.ec-featureRole__headdescription summary {
  list-style: none;
}
.ec-featureRole__headdescription ol {
  counter-reset: revert;
}
.ec-featureRole__headdescription img {
  max-inline-size: 100%;
  max-block-size: 100%;
}
.ec-featureRole__headdescription table {
  border-collapse: collapse;
}
.ec-featureRole__headdescription input,
.ec-featureRole__headdescription textarea {
  -webkit-user-select: auto;
}
.ec-featureRole__headdescription textarea {
  white-space: revert;
}
.ec-featureRole__headdescription meter {
  -webkit-appearance: revert;
  appearance: revert;
}
.ec-featureRole__headdescription :where(pre) {
  all: revert;
  box-sizing: border-box;
}
.ec-featureRole__headdescription ::placeholder {
  color: unset;
}
.ec-featureRole__headdescription :where([hidden]) {
  display: none;
}
.ec-featureRole__headdescription :where([contenteditable]:not([contenteditable=false])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto;
}
.ec-featureRole__headdescription :where([draggable=true]) {
  -webkit-user-drag: element;
}
.ec-featureRole__headdescription :where(dialog:modal) {
  all: revert;
  box-sizing: border-box;
}
.ec-featureRole__headdescription ::-webkit-details-marker {
  display: none;
}
.ec-featureRole__headdescription *,
.ec-featureRole__headdescription *::before,
.ec-featureRole__headdescription *::after {
  box-sizing: border-box;
}

/* 読み上げ対策 */
@media (max-width: 768px) {
  .ec-featureRole {
    overflow: hidden;
  }
}
.ec-featureRole .ec-featureRole__head {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.ec-layoutRole {
  background-image: url("/html/upload/user_data/feature/ski/img/2025-2026/ski-bg.jpg");
  background-repeat: repeat-y;
  background-size: 100%;
  background-position: top center;
}

.ski {
  color: #172756;
  line-height: 1.7;
  padding-bottom: 40px;
}
.ski strong {
  font-size: 1.2em !important;
  color: #F44336 !important;
}
@media (max-width: 768px) {
  .ski .pc_only {
    display: none;
  }
}
@media (min-width: 769px) {
  .ski .sp_only {
    display: none;
  }
}
.ski .mv {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .ski .mv {
    margin: 0 -4.27%;
    margin-bottom: 20px;
  }
}
.ski .intro {
  font-size: 1.6rem;
  text-align: center;
  font-weight: 700;
  line-height: 230%;
}
@media (max-width: 768px) {
  .ski .intro {
    font-size: 1.4rem;
    line-height: 150%;
  }
}
.ski .anchor {
  display: flex;
  gap: 10px;
  margin: auto;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 50px 0 60px;
}
@media screen and (max-width: 768px) {
  .ski .anchor {
    gap: 15px 5px;
    margin: 30px 0 40px;
  }
}
.ski .anchor .anchor-btn {
  max-width: calc(33.3333333333% - 10px);
  width: 100%;
}
@media screen and (max-width: 768px) {
  .ski .anchor .anchor-btn {
    max-width: calc(33.3333333333% - 5px);
  }
}
.ski .anchor .anchor-btn a {
  position: relative;
  cursor: pointer;
  font-size: 2rem;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  background-image: url("/html/upload/user_data/feature/ski/img/2025-2026/ski-orange-bg.jpg");
  border-radius: 10px;
  color: #fff;
  display: block;
  font-weight: bold;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 40px;
  text-align: center;
  line-height: 1;
  box-shadow: 0 5px 0 #ff3f00;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 100%;
}
@media screen and (max-width: 1200px) {
  .ski .anchor .anchor-btn a {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .ski .anchor .anchor-btn a {
    font-size: 1.2rem;
    padding: 10px 25px 10px 10px;
    gap: 5px;
    box-shadow: 0 4px 0 #ff3f00;
  }
}
.ski .anchor .anchor-btn a:before {
  content: "";
  width: 18px;
  height: 18px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .ski .anchor .anchor-btn a:before {
    width: 13px;
    height: 13px;
    right: 15px;
  }
}
.ski .anchor .anchor-btn a:after {
  content: "";
  width: 6px;
  height: 6px;
  border: 0;
  border-right: solid 2px #ff8701;
  border-bottom: solid 2px #ff8701;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 21px;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .ski .anchor .anchor-btn a:after {
    width: 5px;
    height: 5px;
    right: 19px;
  }
}
.ski .anchor .anchor-btn a:hover {
  transform: translateY(5px);
  box-shadow: none;
}
@media screen and (max-width: 768px) {
  .ski .anchor .anchor-btn a:hover {
    transform: translateY(4px);
  }
}
.ski .ribbon-title {
  background-image: url("/html/upload/user_data/feature/ski/img/2025-2026/ski-rec-bg_pc.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  color: #ff8701;
  height: 83px;
  font-size: 4rem;
  text-align: center;
  font-weight: 700;
  margin-bottom: 3.6rem;
}
@media screen and (max-width: 768px) {
  .ski .ribbon-title {
    background-image: url("/html/upload/user_data/feature/ski/img/2025-2026/ski-rec-bg_sp.svg");
    font-size: 2.4rem;
    height: 52px;
  }
}
.ski .ribbon-title.smalltext {
  margin-bottom: 2.6rem;
}
@media screen and (max-width: 1280px) {
  .ski .ribbon-title.smalltext {
    font-size: 3rem;
    padding-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .ski .ribbon-title.smalltext {
    font-size: 1.8rem;
    padding-top: 7px;
  }
}
.ski .recarea {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .ski .recarea {
    margin-bottom: 40px;
  }
}
.ski .postarea {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .ski .postarea {
    margin-bottom: 20px;
  }
}
.ski .post {
  display: flex;
  gap: 25px;
}
@media screen and (max-width: 768px) {
  .ski .post {
    gap: 5vw;
    flex-wrap: wrap;
  }
}
.ski .post a {
  width: 25%;
  filter: drop-shadow(0px 0px 25px rgba(26, 33, 73, 0.25));
  background: #fff;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .ski .post a {
    width: calc(50% - 2.5vw);
    border-radius: 12px;
  }
}
.ski .post a .post-img {
  border-radius: 20px 20px 0 0;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .ski .post a .post-img {
    border-radius: 12px 12px 0 0;
  }
}
.ski .post a .post-img img {
  object-fit: cover;
  width: 100%;
  aspect-ratio: 800/533;
}
.ski .post a .post-text {
  font-size: 1.8rem;
  font-weight: 700;
  padding: 20px;
}
@media screen and (max-width: 1160px) {
  .ski .post a .post-text {
    font-size: 1.6rem;
    line-height: 140%;
  }
}
@media screen and (max-width: 768px) {
  .ski .post a .post-text {
    font-size: 1.4rem;
    padding: 15px;
  }
}
.ski .page {
  max-width: 116rem;
  margin-top: 8.6rem;
}
@media screen and (max-width: 768px) {
  .ski .page {
    margin-top: 5.6rem;
  }
}
.ski .page__inner {
  margin: 0 auto;
  background: #fff;
  border-radius: 4rem;
  padding: 6rem 3.2rem;
  position: relative;
  outline: 2px solid #fec373;
  outline-offset: -15px;
  filter: drop-shadow(0px 0px 25px rgba(26, 33, 73, 0.25));
}
@media (max-width: 768px) {
  .ski .page__inner {
    border-radius: 1.4rem;
    outline-offset: -5px;
    padding: 3rem 1.8rem;
  }
}
.ski .page-heading {
  position: absolute;
  inset-inline: 0;
  top: -3.6rem;
  display: flex;
  justify-content: center;
  pointer-events: none;
}
.ski .page-heading__label {
  pointer-events: auto;
  padding: 1.4rem 4.8rem;
  border-radius: 1.4rem;
  background-image: url("/html/upload/user_data/feature/ski/img/2025-2026/ski-blue-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  font-weight: 700;
  font-size: 4rem;
  letter-spacing: 0.08em;
  box-shadow: 0 0.4rem 0.6rem rgba(0, 0, 0, 0.16);
}
@media (max-width: 768px) {
  .ski .page-heading__label {
    font-size: 2.2rem;
  }
}
.ski .ski-detail__inner {
  margin: 0 auto;
  max-width: 100%;
}
@media (min-width: 769px) {
  .ski .ski-detail__inner {
    max-width: 85rem;
  }
}
.ski .ski-area {
  position: relative;
  margin-top: 50px;
  padding-top: 50px;
  border-top: 2px solid #fec373;
}
@media (max-width: 768px) {
  .ski .ski-area {
    margin-top: 50px;
  }
}
.ski .ski-area:after {
  position: absolute;
  content: "";
  background-image: url("/html/upload/user_data/feature/ski/img/2025-2026/ski-article-bottom.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 153px;
  height: 71px;
  left: -100px;
  bottom: -20px;
  z-index: -1;
}
@media (max-width: 1280px) {
  .ski .ski-area:after {
    left: -10px;
    width: 123px;
    height: 60px;
    bottom: -26px;
  }
}
.ski .ski-area:first-child {
  border-top: none;
  padding-top: 0;
}
.ski .ski-area:first-child:before {
  position: absolute;
  content: "";
  background-image: url("/html/upload/user_data/feature/ski/img/2025-2026/ski-article-top.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 153px;
  height: 61px;
  right: -100px;
  top: -40px;
  z-index: -1;
}
@media (max-width: 1280px) {
  .ski .ski-area:first-child:before {
    right: 0;
    width: 123px;
    height: 40px;
  }
}
.ski .ski-main {
  gap: 4rem;
  align-items: center;
  margin-bottom: 4rem;
  position: relative;
  display: grid;
}
@media (min-width: 769px) {
  .ski .ski-main {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem 4rem;
  }
}
@media (max-width: 768px) {
  .ski .ski-main {
    grid-template-columns: 1fr;
    gap: 1rem;
    margin-bottom: 2.2rem;
  }
}
.ski .ski-main__image {
  width: 100%;
  height: 100%;
  border-radius: 1.2rem;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
@media (min-width: 769px) {
  .ski .ski-main__image {
    grid-area: 1/1/3/2;
  }
}
@media (max-width: 768px) {
  .ski .ski-main__image {
    order: 2;
    max-width: 80%;
    margin: 0 auto;
  }
}
.ski .ski-main__image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.ski .ski-main__head {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.2rem;
}
@media (min-width: 769px) {
  .ski .ski-main__head {
    grid-area: 1/2/2/3;
    margin-top: 20px;
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .ski .ski-main__head {
    order: 1;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
  }
}
.ski .ski-main__title {
  font-size: 4.4rem;
  font-weight: 700;
  line-height: 100%;
  color: #172756;
}
@media (max-width: 768px) {
  .ski .ski-main__title {
    font-size: 2.6rem;
  }
}
.ski .ski-main__tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.6rem 1.6rem;
  border-radius: 50vh;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  background: #f97e03;
  line-height: 1;
}
@media (max-width: 768px) {
  .ski .ski-main__tag {
    font-size: 1.2rem;
  }
}
.ski .ski-main__text {
  border-radius: 1.2rem;
  font-size: 1.4rem;
  font-weight: 700;
  position: relative;
  z-index: 1;
}
@media (min-width: 769px) {
  .ski .ski-main__text {
    padding: 1.6rem 2.4rem 1.6rem 0;
    grid-area: 2/2/3/3;
    margin-bottom: 20px;
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .ski .ski-main__text {
    order: 3;
    font-size: 1.2rem;
    padding: 0.5rem 2rem 1.6rem;
  }
}
.ski .ski-main__text:before {
  position: absolute;
  content: "";
  border-radius: 1.2rem;
  background: #e6f8ff;
  height: 100%;
  width: 100%;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: -1;
}
@media (min-width: 769px) {
  .ski .ski-main__text:before {
    width: calc(100% + 6.9rem);
  }
}
@media (max-width: 768px) {
  .ski .ski-main__text:before {
    height: 200%;
    top: 0;
  }
}
.ski .ski-info {
  display: grid;
  row-gap: 3.2rem;
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  .ski .ski-info {
    row-gap: 1.8rem;
    margin-bottom: 2.2rem;
  }
}
.ski .ski-info__row {
  display: grid;
  grid-template-columns: 15rem 1fr;
  column-gap: 3.2rem;
  align-items: flex-start;
  font-size: 1.8rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .ski .ski-info__row {
    grid-template-columns: 1fr;
    row-gap: 0.6rem;
  }
}
.ski .ski-info__label {
  justify-self: start;
  padding: 0.8rem 1.4rem;
  border-radius: 999px;
  background: #172756;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  min-width: 8.8rem;
}
@media (min-width: 769px) {
  .ski .ski-info__label {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .ski .ski-info__label {
    justify-self: flex-start;
    font-size: 1.2rem;
    padding: 0.5rem 1.4rem;
  }
}
.ski .ski-info__value {
  font-size: 1.8rem;
  overflow: hidden;
}
@media (min-width: 769px) {
  .ski .ski-info__value {
    padding-top: 0.3rem;
  }
}
@media (max-width: 768px) {
  .ski .ski-info__value {
    font-size: 1.2rem;
  }
}
.ski .ski-service {
  margin-bottom: 4rem;
}
.ski .ski-service__items {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
}
@media (max-width: 768px) {
  .ski .ski-service__items {
    gap: 0.5rem;
  }
}
.ski .ski-service__item {
  width: 9.6rem;
  border-radius: 1rem;
  border: 0.2rem solid #cccccc;
  padding: 1rem;
  text-align: center;
  background: #fff;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .ski .ski-service__item {
    width: calc(25% - 0.4rem);
  }
}
.ski .ski-service__item.not-supported {
  position: relative;
  overflow: hidden;
}
.ski .ski-service__item.not-supported:before {
  position: absolute;
  content: "";
  background: #cccccc;
  opacity: 0.5;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.ski .ski-service__item-label {
  font-size: 1.4rem;
  display: block;
  margin-top: auto;
  margin-bottom: 0.4rem;
  line-height: 100%;
}
@media (max-width: 768px) {
  .ski .ski-service__item-label {
    font-size: 1.2rem;
  }
}
.ski .ski-service__item-main {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 0.2rem;
  margin-top: auto;
  margin-bottom: 0;
}
.ski .ski-service__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 4rem;
  line-height: 1;
}
@media (max-width: 768px) {
  .ski .ski-service__icon {
    font-size: 3rem;
  }
}
.ski .ski-service__count {
  font-size: 3.5rem;
  line-height: 1;
}
@media (max-width: 768px) {
  .ski .ski-service__count {
    font-size: 2.2rem;
  }
}
.ski .ski-service__unit {
  font-size: 1.8rem;
  line-height: 1;
}
@media (max-width: 768px) {
  .ski .ski-service__unit {
    font-size: 1.4rem;
  }
}
.ski .ski-related {
  margin-bottom: 3.6rem;
  font-size: 1.3rem;
}
.ski .ski-related__links {
  row-gap: 0.6rem;
}
.ski .ski-related__links a {
  position: relative;
  display: inline-block;
  color: #172756;
  text-decoration: underline !important;
  padding-right: 20px;
  margin-bottom: 10px;
  font-size: 1.8rem;
}
@media (max-width: 768px) {
  .ski .ski-related__links a {
    font-size: 1.2rem;
  }
}
.ski .ski-related__links a:last-child {
  margin-bottom: 0;
}
.ski .ski-related__links a:before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 2px #172756;
  border-right: solid 2px #172756;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 5px;
  bottom: 0;
  margin: auto;
}
.ski .ski-related__links a:hover {
  text-decoration: none important;
}
.ski .ski-thumbs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.6rem;
  margin-bottom: 4.8rem;
}
@media (max-width: 768px) {
  .ski .ski-thumbs {
    gap: 1rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-bottom: 2.2rem;
  }
}
.ski .ski-thumbs__item {
  border-radius: 1.2rem;
  overflow: hidden;
}
.ski .ski-thumbs__item img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.ski .ski-cta {
  display: flex;
  justify-content: center;
}
.ski .ski-cta__button {
  display: inline-flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  gap: 1rem;
  padding: 1.4rem 5.4rem 1.4rem 3.4rem;
  border-radius: 999px;
  border: none;
  font-size: 3rem;
  font-weight: 700;
  color: #fff;
  background-image: url("/html/upload/user_data/feature/ski/img/2025-2026/ski-orange-bg.jpg");
  cursor: pointer;
  position: relative;
  line-height: 130%;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .ski .ski-cta__button {
    font-size: 1.6rem;
    line-height: 130%;
    width: 90%;
    padding: 1.4rem 4.4rem 1.4rem 2.4rem;
  }
}
.ski .ski-cta__button:before {
  content: "";
  width: 18px;
  height: 18px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 18px;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .ski .ski-cta__button:before {
    width: 20px;
    height: 20px;
    right: 15px;
  }
}
.ski .ski-cta__button:after {
  content: "";
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #ff8701;
  border-right: solid 2px #ff8701;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 25px;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .ski .ski-cta__button:after {
    width: 6px;
    height: 6px;
    right: 23px;
  }
}
.ski .ski-cta__button:hover {
  opacity: 0.7;
}
.ski .ski-cta__button:hover {
  filter: brightness(1.03);
}
.ski .table-innerbox {
  margin-bottom: 20px;
}
.ski .table-innerbox:last-child {
  margin-bottom: 0;
}
.ski .container-scroll {
  overflow-x: auto;
  padding: 0 0 10px 0;
}
.ski .container-scroll .table-grid {
  max-width: 100%;
  margin: 0 0 10px 0;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  background-color: #fff;
}
.ski .container-scroll .table-grid.ticket {
  white-space: nowrap;
  margin-bottom: 10px;
  margin-bottom: 0;
  width: 100%;
}
.ski .container-scroll .table-grid th {
  background: #e6f8ff;
}
.ski .container-scroll .table-grid th,
.ski .container-scroll .table-grid td {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 8px 12px;
  line-height: 1.6;
  text-align: center;
}/*# sourceMappingURL=style2025-2026.css.map */