@charset "utf-8";
/* OPイベント特設ページ　PCSP共通（レスポンシブ） */

/*リセット*/
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
  font-weight: inherit;
  padding: 0;
}

ol {
  margin: 0;
}

li {
  list-style: none;
}

img {
  max-width: 100%;
}

.main {
  --fs-px: 20;
  --fs-txt: min(calc(40vw / 10), 15px);
  --fs-detail: min(calc(38vw / 10), 14px);
  --fs-title: min(calc(54vw / 10), 24px);
  --fs-price: min(calc(54vw / 10), 20px);
  --fs-heading: min(calc(46vw / 10), 17px);
  --fs-caution: min(calc(34vw / 10), 12px);
  --color-red: #f01c1c;
  --color-blue: #10069f;
  --color-lightblue: #9eceff;
  --color-lightpink: #ff6699;
  --color-gray: #666;
  --color-lightgray: #f3f3f3;
  --color-orange: #ff6200;
  --color-yellow: #ffff33;
}

@media screen and (min-width: 751px) {
  .main a:hover {
    opacity: 0.75;
  }
}

@media screen and (max-width: 750px) {
  .main a:hover {
    opacity: 1;
  }
}

.breadcrumb {
  overflow: hidden;
}

.ui-static-breadcrumb {
  background-color: #fff;
}

.material-symbols-rounded {
  font-weight: normal;
  font-style: normal;
  font-size: 1em;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}

/*＝＝ ベース ＝＝*/
.main {
  font-family: 'Noto Sans JP', sans-serif;
  color: #000;
  font-size: var(--fs-txt);
  line-height: 1.7;
}

.red {
  color: var(--color-red);
}

.blue_bg {
  background-color: var(--color-blue);
}

.lightblue_bg {
  background-color: var(--color-lightblue);
}

.lightpink_bg {
  background-color: var(--color-lightpink);
}

.lightgray_bg {
  background-color: var(--color-lightgray);
}

.mgt-10 {
  margin-top: 10px;
}

.mgt-20 {
  margin-top: 20px;
}

.mgt-30 {
  margin-top: 30px;
}

/*＝＝ MV＝＝*/
.mvArea {
  width: 100%;
  max-width: 992px;
  margin: 96px auto 40px;
  text-align: center;
}

.mvArea h1 {
  font-size: var(--fs-title);
  font-weight: bold;
  margin-bottom: 30px;
}

@media screen and (max-width: 750px) {
  .mvArea {
    margin: 32px auto 20px;
  }

  .mvArea h1 {
    margin-bottom: 20px;
  }

  .mvArea img {
    width: 90%;
  }
}

/*＝＝ コンテンツエリア ＝＝*/
.contentBox {
  width: 100%;
  max-width: 992px;
  margin: 50px auto;
}

@media screen and (max-width: 750px) {
  .contentBox {
    margin: 30px auto;
  }
}

.notes__title {
  font-weight: bold;
}

.notes {
  font-size: var(--fs-detail);
  margin-bottom: 1em;

  &:last-child {
    margin-bottom: 0;
  }
}

.notes li {
  display: flex;
  flex-wrap: wrap;
  gap: 0 10px;
  padding-left: 1em;
  position: relative;

  &::before {
    position: absolute;
    content: '・';
    left: 0;
    top: 0;
  }
}

.notes li.notes__caution {
  &::before {
    content: '※';
  }
}

.caution {
  font-size: var(--fs-caution);
}

/*＝＝ リード ＝＝*/
.lead {
  text-align: center;
  font-size: var(--fs-heading);
}

@media screen and (max-width: 750px) {
  .lead {
    width: 90%;
    margin: 0 auto;
    text-align: left;
    font-size: var(--fs-txt);
  }
}

/*＝＝ 動画 ＝＝*/
.video {
  width: 90%;
  max-width: 800px;
  aspect-ratio: 16 / 9;
  margin: 50px auto 0;
  text-align: center;
}

.video p {
  font-size: var(--fs-heading);
  font-weight: bold;
  padding: 10px 13px;
  margin-bottom: 20px;
  background-color: var(--color-yellow);
  display: inline-block;
}

.video__short {
  aspect-ratio: 458/815;
  width: 400px;
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
  .video {
    margin: 30px auto 0;
  }

  .video p {
    font-size: var(--fs-txt);
    padding: 5px;
  }

  .video__short {
    aspect-ratio: 458/815;
    width: 70%;
    margin: 0 auto;
  }
}

/*＝＝ 内容 ＝＝*/
.eventDetail {
  margin-bottom: 30px;
}

.eventDetail h2 {
  font-size: var(--fs-heading);
  color: #fff;
  font-weight: bold;
  padding: 5px 10px;
}

.tourPoint_lead {
  padding: 20px 10px 10px;
  font-size: var(--fs-txt);
}

@media screen and (max-width: 750px) {
  .tourPoint_lead {
    padding: 15px 0 0;
    width: 90%;
    margin: 0 auto;
  }
}

.listBox {
  font-size: var(--fs-txt);
  padding: 20px 10px;
}

.listBox ul {
  padding-top: 30px;

  &:first-child {
    padding-top: 10px;
  }
}

.listBox .listHead {
  font-size: var(--fs-txt);
  font-weight: bold;
  position: relative;
  padding-left: 20px;
  padding-top: 15px;
}

.listBox .listHead:first-of-type {
  padding-top: 0;
}

.listBox .listHead:before {
  content: '★';
  position: absolute;
  left: 0;
}

.listBox .text {
  padding-top: 5px;
}

.listBox p {
  padding-left: 20px;
}

.list__notes--wrap {
  font-size: var(--fs-detail);
  color: var(--color-red);
  margin: 15px 0;
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  gap: 5px 0;
}

.list__notes--item {
  position: relative;
  padding-left: var(--fs-detail);

  &::before {
    position: absolute;
    content: '※';
    font-size: var(--fs-detail);
    top: 0;
    left: 0;
  }
}

@media screen and (max-width: 750px) {
  .listBox {
    padding: 15px 0 0;
    width: 90%;
    margin: 0 auto;
  }

  .listBox .listHead,
  .listBox p {
    padding-left: calc(44vw / 10);
  }

  .list__notes--wrap {
    font-size: var(--fs-detail);
    margin: 15px 0;
    padding-left: calc(44vw / 10);
    display: flex;
    flex-direction: column;
    gap: 5px 0;
  }

  .list__notes--item {
    position: relative;
    padding-left: var(--fs-detail);

    &::before {
      position: absolute;
      content: '※';
      font-size: var(--fs-detail);
      top: 0;
      left: 0;
    }
  }
}

.detailBox {
  padding: 20px 10px;
}

.detail_flexbox {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px dashed #000;
  padding: 10px 0;
  width: 100%;
}

.detail_flexbox:first-child {
  padding-top: 5px;
}

.detail_flexbox:last-child {
  border-bottom: none;
}

.detail_flexbox .detailHead {
  font-weight: bold;
  width: 150px;
}

.detail_flexbox p:last-child {
  width: calc(100% - 150px);
}

@media screen and (max-width: 750px) {
  .detailBox {
    padding: 15px 0 0;
    width: 90%;
    margin: 0 auto;
  }

  .detail_flexbox {
    padding: 10px 0;
  }

  .detail_flexbox:first-child {
    padding: 0 0 10px;
  }

  .detail_flexbox:last-child {
    padding: 10px 0 0;
  }

  .detail_flexbox .detailHead {
    font-weight: bold;
    width: 100%;
  }

  .detail_flexbox p:last-child {
    width: 100%;
  }
}

/*＝＝ スケジュール ＝＝*/
@media screen and (min-width: 751px) {
  .scheduleBox {
    display: flex;
    flex-wrap: wrap;
    margin: 20px 0 0;
    width: 992px;
  }

  .scheduleBox li {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #000;
  }

  .scheduleBox li:first-child {
    border-top: 1px solid #000;
  }

  .date {
    width: 150px;
    border-left: 1px solid #000;
    padding: 8px;
    text-align: center;
  }

  .place,
  .time {
    width: 100px;
    border-left: 1px solid #000;
    padding: 8px;
    text-align: center;
  }

  .action {
    width: 492px;
    border-left: 1px solid #000;
    padding: 8px;
    text-align: center;
  }

  .meal {
    width: 150px;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    padding: 8px;
    text-align: center;
  }

  .date_detail {
    width: 150px;
    border-left: 1px solid #000;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    padding: 8px;
  }

  .date_detail p {
    width: 100%;
    text-align: center;
  }

  .timeBox {
    display: flex;
    flex-wrap: wrap;
    width: 592px;
  }

  .time_detail {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    border-bottom: 1px dashed #000;
  }

  .time_detail:last-child {
    border-bottom: none;
  }

  .time_detail p:first-child {
    width: 100px;
    text-align: center;
  }

  .time_detail p {
    width: 492px;
    border-left: 1px solid #000;
    padding: 8px;
  }

  .meal p {
    height: 33%;
  }

  .stay {
    text-align: right;
    display: block;
  }
}

@media screen and (max-width: 750px) {
  .scheduleBox {
    margin: 0 auto;
    width: 100%;
  }

  .scheduleBox li {
    border-bottom: 1px solid #000;
    display: flex;
    flex-wrap: wrap;
    padding: 18px 5% 10px;
  }

  .date_detail {
    width: 100%;
    text-align: center;
    font-size: var(--fs-heading);
    font-weight: bold;
    background-color: #000;
    color: #fff;
  }

  .date_detail p {
    display: inline-block;
    padding: 8px;
  }

  .place {
    width: 100%;
    text-align: right;
    padding: 5px 5px 0;
    font-weight: bold;
    color: var(--color-gray);
  }

  .timeBox {
    width: 100%;
  }

  .time_detail {
    width: 100%;
  }

  .time_detail p {
    border-bottom: 1px dashed #000;
    padding: 10px 0;
  }

  .time_detail p:first-child {
    font-weight: bold;
    display: inline-block;
    padding: 5px 8px;
    margin-top: 10px;
    background-color: var(--color-lightblue);
    border-bottom: none;
    line-height: 1;
  }

  .time_detail p:last-child {
    width: 100%;
  }

  .stay {
    display: block;
    text-align: right;
  }

  .meal {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    width: 100%;
    padding: 8px 0;
  }

  .meal p {
    padding: 0 5px;
  }
}

/*＝＝ 料金 ＝＝*/
.priceDetail {
  font-size: var(--fs-detail);
  margin-bottom: 5px;
}

.priceDetail p {
  font-size: var(--fs-txt);
  font-weight: bold;
  text-align: left;
}

.price {
  font-size: var(--fs-price);
  font-weight: bold;
  color: var(--color-red);
  text-align: left;
  margin-top: 10px;
}

.subPrice {
  text-align: left;
}

.subPrice span {
  color: var(--color-red);
}

.booking_link {
  color: #000;
  font-size: var(--fs-heading);
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0 15px;
  font-weight: bold;
}

.booking_link a {
  text-decoration: none;
  color: #fff;
  background-color: var(--color-orange);
}

.booking_linkBtn {
  background-color: #fff;
  background-image: url(/cmn/icon/icon_arrow_right_white.svg);
  background-repeat: no-repeat;
  background-position: top 50% right 20px;
  background-size: 30px;
  border-radius: 15px;
  padding: 15px 60px 15px 50px;
  display: inline-block;
}

@media screen and (max-width: 750px) {
  .priceDetail {
    text-align: center;
  }

  .priceDetail p {
    font-size: var(--fs-heading);
    text-align: center;
    margin-bottom: 10px;
  }

  .price {
    text-align: center;
    margin-top: 10px;
  }

  .subPrice {
    text-align: center;
    margin-top: 5px;
    font-size: var(--fs-txt);
  }

  .booking_link {
    color: #000;
    font-size: var(--fs-heading);
    text-align: center;
    margin: 20px auto;
    width: 100%;
    font-weight: bold;
  }

  .booking_link a {
    text-decoration: none;
    color: #fff;
    background-color: var(--color-orange);
    margin: 0 auto;
  }

  .booking_linkBtn {
    background-color: #fff;
    background-image: url(/cmn/icon/icon_arrow_right_white.svg);
    background-repeat: no-repeat;
    background-position: top 50% right 20px;
    background-size: 30px;
    border-radius: 15px;
    padding: 15px 60px 15px 50px;
    display: inline-block;
  }
}

/*＝＝ リンクボタン ＝＝*/
@media screen and (min-width: 751px) {
  .link_area {
    color: #000;
    font-size: var(--fs-txt);
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: -15px;
    padding-bottom: 40px;
  }

  .link_area a {
    text-decoration: none;
    color: #000;
    margin-right: 20px;
    margin-top: 15px;
  }

  .link_area a:last-child {
    margin-right: 0;
  }

  .linkBtn {
    background-color: #fff;
    background-image: url(/cmn/icon/icon_arrow_right.svg);
    background-repeat: no-repeat;
    background-position: top 50% right 15px;
    background-size: 27px;
    border-radius: 30px;
    border: 1px solid #444;
    padding: 15px 50px 15px 40px;
    display: inline-block;
  }
}

@media screen and (max-width: 750px) {
  .link_area {
    color: #000;
    font-size: var(--fs-txt);
    font-weight: bold;
    text-align: center;
    padding: 0 8% 10%;
    display: flex;
    flex-wrap: wrap;
  }

  .link_area a {
    text-decoration: none;
    color: #000;
  }

  .link_area a:nth-child(n + 2) {
    margin-top: 20px;
  }

  .linkBtn {
    background-color: #fff;
    background-image: url(/cmn/icon/icon_arrow_right.svg);
    background-repeat: no-repeat;
    background-position: top 50% right 12px;
    background-size: 24px;
    border-radius: 70px;
    border: 1px solid #444;
    padding: 15px 0;
    width: 100%;
    display: inline-block;
  }

  .scrollLink_area {
    color: #000;
    font-size: var(--fs-txt);
    font-weight: bold;
    text-align: center;
    padding: 30px 15% 0;
    display: flex;
    flex-wrap: wrap;
  }

  .scrollLink_area a {
    text-decoration: none;
    color: #000;
  }

  .scrollLinkBtn {
    background-color: #fff;
    background-image: url(/cmn/icon/icon_arrow_down.svg);
    background-repeat: no-repeat;
    background-position: top 50% right 18px;
    background-size: 24px;
    border-radius: 70px;
    border: 1px solid #444;
    padding: 15px 0;
    width: 100%;
    display: inline-block;
  }
}

/*＝＝ PC/SP出し分け ＝＝*/
@media screen and (max-width: 750px) {
  .PC_on {
    display: none !important;
  }
}

@media screen and (min-width: 751px) {
  .SP_on {
    display: none !important;
  }
}

.list_date {
  background: var(--color-lightgray);
  font-size: var(--fs-detail);
  font-weight: bold;
  padding: 8px;
  line-height: 1;
  display: inline-block;
}
