@charset "utf-8";

.only-sp {
  display: none;
}
.page-title {
  margin-bottom: 80px;
}
.section-card {
  padding-block: 80px 100px;
}


.card-header {
  width: 1100px;
  max-width: calc(100% - 60px);
  margin: 0 auto;
}
.card-header .card-img {
  margin-bottom: 30px;
}
.card-text {
  margin-bottom: 60px;
  font-size: 1.8rem;
  line-height: 1.5;
  text-align: center;
}
.card-list {
  display: flex;
  justify-content: center;
  gap: 60px;
  margin-bottom: 160px;
}
.card-list li {
  width: 450px;
  max-width: 100%;
  height: 100px;
  background-color: var(--bg-cardmenu);
}
.card-list li a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  padding-inline: 14px 28px;
}
.card-list li:first-child a img:first-child {
  transform: rotate(-7.5deg);
}
.card-list li a span {
  display: block;
  margin-right: auto;
  padding-left: 40px;
  font-size: 1.6rem;
  line-height: 1.4;
}
.section-card .card-title {
  margin-bottom: 40px;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.17;
  text-align: center;
}
.section-card .tab-list {
  display: flex;
  justify-content: center;
  gap: 60px;
  border-bottom: 1px solid var(--border-color2);
}
.section-card .tab-list li {
  width: 328px;
  height: 74px;
  border-radius: 10px 10px 0 0;
  background-color: var(--border-color);
}
.section-card .tab-list li .tab {
  position: relative;
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  font-size: 1.8rem;
  text-align: center;
  transition: border 0.3s ease-in-out, background-color 0.3s ease-in-out,font-weight 0.3s ease-in-out,font-size 0.3s ease-in-out;
}
@media (any-hover: hover) {
  .section-card .tab-list li .tab:hover {
    border: 1px solid var(--border-color2);
    border-bottom: none;
    border-radius: 10px 10px 0 0;
    background-color: #fff;
    opacity: 1;
  }
}
.section-card .tab-list li .tab[aria-selected="true"] {
  color: var(--accent-color);
  font-weight: bold;
  border: 1px solid var(--border-color2);
  border-bottom: none;
  border-radius: 10px 10px 0 0;
  background-color: #fff;
}
.section-card .tab-list li .tab[aria-selected="true"]::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 4px;
  border-radius: 10px 10px 0 0;
  background-color: #fff;
}
.section-card .card-visual {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  padding-block: 70px;
}
.section-card .card-visual dt,
.section-card .card-visual dd {
  display: flex;
  align-items: center;
  width: 50%;
  max-width: 550px;
}
.section-card .card-visual dt {
  padding-right: 30px;
}
.section-card .card-visual dt img {
  width: 400px;
  margin-left: auto;
}
.section-card .card-visual dd {
  padding-left: 40px;
}
.section-card .card-visual dd p {
  font-size: 2rem;
  line-height: 34px;
}
.section-card .card-visual dd p span {
  font-size: 2.2rem;
  font-weight: bold;
}

.section-card .card-table {
  width: 1100px;
  max-width: calc(100% - 60px);
  margin: 0 auto;
  font-size: 1.6rem;
}
.card-table .color {
  color: var(--accent-color);
  font-size: 1.8rem;
  font-weight: bold;
}
.card-table dl {
  display: flex;
  border-top: 1px solid var(--bg-calendar);
}
.card-table dl:last-child {
  border-bottom: 1px solid var(--bg-calendar);
}
.card-table dl dt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  background: var(--bg-menu);
}
.card-table .card-benefits dt {
  align-items: flex-start;
  padding-top: 40px;
}
.card-table dl dd {
  padding: 20px 0 20px 30px;
}
.card-table dl:first-child dd {
  width: calc((100% - 300px) / 2);
}
.card-table dl + dl dd {
  width: calc(100% - 150px);
}
.card-table .card-benefits dd {
  padding: 40px 60px 0;
}
.card-table .card-benefits .benefits-title {
  display: flex;
  align-items: center;
  height: 53px;
  margin-bottom: 20px;
  color: var(--accent-color);
  font-size: 2.2rem;
  font-weight: bold;
  border-bottom: 1px solid var(--accent-color);
}
.card-table .card-benefits .benefits-title .mark {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  gap: 10px;
  height: 100%;
  margin-right: 20px;
  padding-inline: 13px;
  font-size: 1.6rem;
  line-height: 1.27;
  background-color: var(--accent-color-light);
}
.card-table .card-benefits .benefits-title .mark img {
  width: 22px;
}
.card-table .card-benefits .card-point {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
.card-table .card-benefits .card-point + .card-point {
  margin-bottom: 30px;
}
.card-table .card-benefits .card-point p {
  line-height: 28px;
}
.card-table .card-benefits .card-point p:not(:last-child) {
  margin-bottom: 4px;
}
.card-table .card-benefits .card-point .point-text {
  padding-left: 19px;
  font-size: 15px;
  font-weight: bold;
}
.card-table .card-benefits .card-point .point-text span:first-child {
  font-size: 18px;
}
.card-table .card-benefits .card-point .point-text .arrow {
  position: relative;
  display: inline-block;
  height: 22px;
  margin-inline: 8px 16px;
  padding-inline: 8px 2px;
  line-height: 1.4;
  background-color: var(--bg-cardmenu);
}
.card-table .card-benefits .card-point .point-text .arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -12px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 12px solid var(--bg-cardmenu);
}
.card-table .card-benefits .card-point .point-text .number {
  font-size: 2rem;
}
.card-table .card-benefits .card-point .point-text .double {
  position: relative;
}
.card-table .card-benefits .card-point .point-text .double::before {
  content: '';
  position: absolute;
  left: 0;
  top: 40%;
  width: 100%;
  border-top: 1px solid var(--accent-color);
  margin-top: 1px;
}
.card-table .card-benefits .card-point .point-text .double::after {
  content: '';
  position: absolute;
  left: 0;
  top: 60%;
  width: 100%;
  border-top: 1px solid var(--accent-color);
  margin-top: 1px;
}
.card-table .point-note {
  margin-bottom: 100px;
  padding-left: 19px;
  font-size: 1.4rem;
  line-height: 1.66;
}
.card-table .point-note span {
  display: block;
}
.card-table .point-indent {
  font-size: 1.4rem;
  line-height: 1.66;
}
.card-table .card-benefits .benefits-title + p {
  margin-bottom: 15px;
  font-size: 1.8rem;
  font-weight: bold;
}
.card-table .card-benefits .benefits-title + .num3 {
  margin-bottom: 40px;
}
.card-table .card-benefits .benefits-title + p .number {
  font-size: 2.2rem;
}
.card-table .card-benefits li {
  position: relative;
}
.card-table .card-benefits li:nth-child(2) .benefits-title {
  max-width: 660px;
}
.card-table .card-benefits li:nth-child(2) .benefits-title + p,
.card-table .card-benefits li:nth-child(3) .benefits-title + p,
.card-table .card-benefits li:nth-child(4) .benefits-title + p {
  padding-left: 1.3em;
  text-indent: -1.3em;
}
.card-table .card-benefits li:nth-child(2) .point-note {
  max-width: 570px;
}
.card-table .card-benefits li:nth-child(2) .point-note + img {
  position: absolute;
  top: 35px;
  left: 600px;
}
.link-text {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  width: 340px;
  height: 86px;
  margin: 0 auto 100px;
  padding-block: 18px;
  font-size: 1.6rem;
  background: var(--bg-cardmenu);
}
.card-table .card-benefits .link-text .desvg {
  width: 21px;
}
.card-table .card-benefits .link-text .desvg [fill = "#ad5a68"]{
  fill: #33221e;
}
.card-table .card-benefits .num4 {
  margin-bottom: 15px;
  padding-left: 19px;
}
.card-table .card-benefits .num4 + .point-note {
  max-width: 600px;
  margin-bottom: 60px;
}
.card-table .card-benefits [src*="card-point2"] {
  position: absolute;
  top: 85px;
  left: 710px;
}
.link-area {
  width: 1100px;
  max-width: calc(100% - 60px);
  margin: 0 auto;
}
.link-area .link-title {
  position: relative;
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 40px;
}
.link-area .link-title:has(+ p) {
  margin-bottom: 30px;
}
.link-area .link-title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 1px;
  background: var(--text-color);
}
.link-area .link-title span {
  position: relative;
  z-index: 10;
  display: inline-block;
  background: #fff;
  padding-right: 10px;
}
.link-area .link-title + p {
  margin-bottom: 40px;
  font-size: 1.6rem;
}
.link-area .link-text {
  margin-bottom: 80px;
}
.selectbox {
  display: flex;
  align-items: center;
  position: relative;
  width: 962px;
  max-width: calc(100% - 60px);
  height: 86px;
  margin: 0 auto 110px;
}
.selectbox::after {
  content: "";
  position: absolute;
  right: 16px;
  width: 12px;
  height: 12px;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  transform: rotate(45deg);
}
.selectbox select {
  appearance: none;
  width: 100%;
  height: 100%;
  padding: 0 30px;
  color: #33221e;
  font-size: 1.8rem;
  white-space: normal;
  border: 1px solid #33221e;
  border-radius: 3px;
  background-color: #fff;
  cursor: pointer;
}










.section-card .event-list {
  max-width: 1290px;
  margin: 0 auto;
  padding: 0 20px 60px;
  display: grid;
  grid-template-columns: repeat(auto-fill, 274px);
  gap: 51px;
  justify-content: center;
}
.section-card .event-list li {
  position: relative;
}
.section-card .event-list .new-shop {
  position: absolute;
  inset: -30px auto auto -23px;
  z-index: 10;
  width: 97px;
}
.section-card .event-list .list-image {
  position: relative;
  width: 274px;
  aspect-ratio: 1 / 1;
  margin-bottom: 10px;
  overflow: hidden;
}
.section-card .event-list .list-image img {
  position: absolute;
  inset: 0;
  z-index: 5;
  margin: auto;
  object-fit: contain;
}
.section-card .event-list .list-image img:nth-child(2) {
  width: 100%;
  height: 100%;
  z-index: 1;
  object-fit: cover;
  filter: blur(10px);
}
.section-card .event-list .list-text {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.428;
}
.section-card .event-list .calendar-date {
  font-size: 1.5rem;
  font-weight: 400;
}
.section-card .event-list .calendar-date img {
  width: 16px;
  margin-right: 8px;
  vertical-align: sub;
}


@media (max-width: 999px) {
  .card-list {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
  .section-card .card-visual {
    flex-direction: column;
    padding-block: 50px 40px;
  }
  .section-card .card-visual dt,
  .section-card .card-visual dd {
    width: 100%;
    max-width: calc(100% - 30px);
    margin-inline: auto;
    padding: 0;
  }
  .section-card .card-visual dt img,
  .section-card .card-visual dd p {
    margin-inline: auto;
  }
}


@media (min-width: 768px) {
}


@media (max-width: 767.999px) {
  .only-pc {
    display: none;
  }
  .only-sp {
    display: block;
  }
  .section-card {
    padding-block: 35px 50px;
  }
  .card-header {
    max-width: calc(100% - 30px);
  }
  .page-title {
    margin-bottom: 30px;
  }
  .card-header .card-img {
    margin-inline: -15px;
  }
  .card-text {
    margin-bottom: 30px;
    font-size: 1.4rem;
    line-height: 2;
  }
  .card-list {
    gap: 20px;
    margin-bottom: 90px;
  }
  .card-list li {
    width: 340px;
  }
  .card-list li a {
    padding-inline: 10px 20px;
  }
  .card-list li a img:first-child {
    width: 70px;
  }
  .card-list li a span {
    padding-left: 22px;
    font-size: 1.4rem;
  }
  .section-card .card-title {
    margin-bottom: 25px;
    font-size: 1.8rem;
  }
  .section-card .tab-list {
    gap: 8px;
    padding-inline: 15px;
  }
  .section-card .tab-list li {
    width: 180px;
    height: 50px;
  }
  .section-card .tab-list li .tab[aria-selected="true"] {
    font-size: 1.2rem;
  }
  .section-card .tab-list li .tab {
    font-size: 1.1rem;
  }
  .section-card .card-visual dt {
    max-width: calc(100% - 30px);
    margin: 0 auto 20px max(15px, calc(50% - 550px));
    padding: 0;
  }
  .section-card .card-visual dt img {
    width: 320px;
  }
  .section-card .card-visual dd p {
    font-size: 1.4rem;
    line-height: 2;
  }
  .section-card .card-visual dd p span {
    font-size: 1.7rem;
  }
  .section-card .card-table {
    max-width: calc(100% - 30px);
  }
  .card-table dl {
    border-top: none;
  }
  .card-table dl:first-child {
    flex-wrap: wrap;
    border-top: none;
  }
  .card-table dl dt {
    width: 90px;
    font-size: 1.4rem;
    border-top: 1px solid var(--bg-calendar);
  }
  .card-table dl dd,
  .card-table dl + dl dd {
    width: calc(100% - 90px);
    padding: 12px 0 12px 19px;
    font-size: 1.4rem;
    border-top: 1px solid var(--bg-calendar);
  }
  .card-table .card-benefits {
    flex-wrap: wrap;
  }
  .card-table .card-benefits dt {
    align-items: center;
    width: 100%;
    padding-block: 11px;
  }
  .card-table .card-benefits .benefits-title {
    /* height: 45px; */
    margin-bottom: 15px;
    font-size: 1.6rem;
  }
  .card-table .card-benefits .benefits-title .mark {
    gap: 7px;
    width: 82px;
    margin-right: 11px;
    padding-inline: 6px 9px;
    font-size: 1.4rem;
  }
  .card-table .card-benefits .benefits-title .mark img {
    width: 16px;
  }
  .card-table .card-benefits dd {
    width: 100%;
    padding: 40px 0;
    border-top: none;
  }
  .card-table .card-benefits .card-point {
    display: block;
    padding-left: 6px;
  }
  .card-table .card-benefits .card-point p {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .card-table .card-benefits .card-point .point-text {
    margin-bottom: 14px;
    padding-left: 15px;
    font-size: 1.1rem;
  }
  .card-table .card-benefits .benefits-title + .card-point {
    margin-bottom: 20px;
    padding-bottom: 25px;
    border-bottom: 1px solid var(--border-color3);
  }
  .card-table .card-benefits .card-point + .card-point {
    margin-bottom: 25px;
  }
  .card-table .card-benefits .card-point .point-text span:first-child {
    font-size: 1.4rem;
  }
  .card-table .card-benefits .card-point .point-text .arrow {
    height: 18px;
    margin-inline: 6px 15px;
    padding-inline: 4px 0;
    line-height: 18px;
    font-size: 1.2rem;
  }
  .card-table .card-benefits .card-point .point-text .arrow::after {
    right: -9px;
    border-top-width: 9px;
    border-bottom-width: 9px;
    border-left-width: 10px;
  }
  .card-table .card-benefits .card-point .point-text .number {
    font-size: 1.5rem;
  }
  .card-table .card-benefits .card-point .image-area {
    max-width: 70%;
    margin-inline: auto;
  }
  .card-table .card-benefits .num2 span:nth-child(n + 2) {
    display: block;
    text-indent: 0;
  }
  .card-table .card-benefits li:nth-child(2) .benefits-title + p, .card-table .card-benefits li:nth-child(3) .benefits-title + p, .card-table .card-benefits li:nth-child(4) .benefits-title + p {
    font-size: 1.5rem;
  }
  body .card-table .card-benefits .benefits-title + p .number {
    font-size: 2rem;
    font-weight: bold;
  }
  .card-table .card-benefits .num3 .sp-dib,
  .card-table .card-benefits .benefits-title .sp-dib {
    display: inline-block;
    text-indent: 0;
  }
  .card-table .card-benefits li:nth-child(2) .point-note + img {
    top: 39px;
    left: auto;
    right: 0;
    width: 135px;
  }
  .card-table .card-benefits .benefits-title + .num3 {
    margin-bottom: 20px;
  }
  .card-table .card-benefits .num4 {
    width: 200px;
    margin-bottom: 25px;
  }
  .card-table .card-benefits .num4 span {
    white-space: nowrap;
  }
  .card-table .card-benefits [src*="card-point2"] {
    width: 94px;
    top: 113px;
    left: auto;
    right: 0;
  }
  .card-table .card-benefits .num4 + .point-note {
    margin-bottom: 0;
  }
  .card-table .color {
    margin-left: 0.7em;
    font-size: 1.5rem;
  }
  .card-table .double {
    display: inline-block;
  }
  .card-table dl:first-child dd {
    width: calc(100% - 90px);
  }
  .card-table .point-note {
    margin-bottom: 40px;
    font-size: 1.2rem;
  }
  .card-table .point-indent {
    padding-left: 1em;
    text-indent: -1em;
    font-size: 1.2rem;
  }
  
  .link-area {
    max-width: calc(100% - 30px);
  }
  .link-text {
    width: 250px;
    height: 68px;
    margin-bottom: 40px;
    font-size: 1.4rem;
  }
  .link-area .link-title {
    margin-bottom: 25px;
    font-size: 1.8rem;
  }
  .link-area .link-title:has(+ p) {
    margin-bottom: 15px;
  }
  .link-area .link-title + p {
    margin-bottom: 25px;
    font-size: 1.4rem;
  }
  .link-area .link-text {
    gap: 10px;
    margin-bottom: 50px;
  }
  .selectbox {
    width: 67%;
    height: 68px;
    margin-bottom: 50px;
  }
  .selectbox::after {
    right: 7px;
    width: 8px;
    height: 8px;
  }
  .selectbox select {
    padding-inline: 13px 30px;
    font-size: 1.4rem;
    line-height: 1.43;
  }




  /* イベントカード */
  .section-card .event-list {
    grid-template-columns: repeat(auto-fill, calc(50% - 10px));
    gap: 40px 20px;
    padding-bottom: 40px;
  }
  .section-card .event-list li {
    width: 274px;
    max-width: 100%;
    margin-inline: auto;
  }
  .section-card .event-list .list-image {
    width: 100%;
    max-width: 274px;
  }
  .section-card .event-list .new-shop {
    inset: -12px auto auto -12px;
    width: 65px;
  }
  .section-card .event-list .list-text {
    font-size: 1.4rem;
  }
  .section-card .event-list .calendar-date {
    padding-top: 3px;
    font-size: 1.1rem;
  }

}

@media (max-width: 470px) {
  .card-table .card-benefits .card-point + .card-point .point-text .color {
    display: block;
    text-align: right;
  }
}


.accordion-not {
  appearance: none;
  width: 962px;
  height: 100%;
  padding: 0;
  font-size: 2.0rem;
  white-space: normal;
  border: 1px solid #33221e;
  border-radius: 3px;
  background-color: #fff;
  cursor: pointer;
  margin: 0 auto 80px;
}

.accordion-not summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 1.5em 1em;
  cursor: pointer;
}

.accordion-not summary::-webkit-details-marker {
  display: none;
}

.accordion-not summary::after {
  content: '';
  width: 10px;
  height: 10px;
  margin-left: 10px;
  border-bottom: 2px solid #333;
  border-right: 2px solid #333;
  transform: translateY(-25%) rotate(45deg);
  transition: transform .3s;
}

.accordion-not[open] summary::after {
  transform: rotate(225deg);
}

.accordion-not .accordion-not-main {
  margin: 0;
  padding: .3em 2em 1.5em;
  color: #333333;
  transform: translateY(-10px);
  opacity: 0;
  transition: transform .5s, opacity .5s;
}

.accordion-not[open] .accordion-not-main {
  font-size: 1.6rem;
  padding: 20px 30px 40px;
  background-color: #f6f4f4;
  transform: none;
  opacity: 1;
}

.accordion-not-sub {
  padding: 10px;
  margin: 20px 0;
  background-color: #848080;
  color: #FFFFFF;
  text-align: center;
}

.accordion-not ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.accordion-not li {
  width: calc(50% - 5px);
  line-height: 140%;
  padding: 0 0 12px 0;
  margin: 0;
  border-bottom: 1px solid #fff;
}
.accordion-not li:last-child {
  border-bottom: none;
}

.point_ss{
	font-size: 1.3rem;
    line-height: 1.8rem;
}

@media (max-width: 767.999px) {
  .accordion-not {
    appearance: none;
    width: 100%;
    height: 100%;
    padding: 0;
    font-size: 1.6rem;
    white-space: normal;
    border: 1px solid #33221e;
    border-radius: 3px;
    background-color: #fff;
    cursor: pointer;
    margin: -20px auto 50px;
  }

  .accordion-not summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1.0em 0.6em;
    line-height: 130%;
    cursor: pointer;
  }

  .accordion-not summary::-webkit-details-marker {
    display: none;
  }

  .accordion-not summary::after {
    content: '';
    width: 7px;
    height: 7px;
    margin-left: 5px;
    border-bottom: 1px solid #333;
    border-right: 1px solid #333;
    transform: translateY(-25%) rotate(45deg);
    transition: transform .3s;
  }

  .accordion-not[open] summary::after {
    transform: rotate(225deg);
  }

  .accordion-not .accordion-not-main {
    margin: 0;
    padding: .3em 2em 1.5em;
    color: #333333;
    transform: translateY(-10px);
    opacity: 0;
    transition: transform .5s, opacity .5s;
  }

  .accordion-not[open] .accordion-not-main {
    font-size: 1.4rem;
    padding: 10px;
    background-color: #f6f4f4;
    transform: none;
    opacity: 1;
  }

  .accordion-not-sub {
    padding: 10px;
    margin: 12px 0 10px;
    background-color: #848080;
    color: #FFFFFF;
    text-align: center;
  }

  .accordion-not ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }

  .accordion-not li {
    width: calc(100% - 2px);
    line-height: 140%;
    padding: 0 0 8px 0;
    margin: 0;
  }
  .point_ss {
    font-size: 1rem;
    line-height: 1.8rem;
  }
}

/* --------------------------------------------------
   アルパークポイントカード（タブ2）：テキストを1行にする設定
   -------------------------------------------------- */
#tabpanel2 .card-table .card-benefits .card-point .text-area {
  display: flex;          
  align-items: baseline; 
  flex-wrap: wrap;        
  gap: 1px;             
}

#tabpanel2 .card-table .card-benefits .card-point .text-area p:first-child {
  margin-bottom: 0;       
}

#tabpanel2 .card-table .card-benefits .card-point .text-area .point-text {
  padding-left: 0;        
  margin-bottom: 0;       
}

