:root {
  --fightresBlue: #006298;
  --fightresGold: #E4C7AD;
}

/* ------------ ▼ 全体 ▼ ------------ */
body {
  background-color: #f8fbff;
}

.mainContents {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1rem;
  font-feature-settings: "palt";
}

.mainContents .inner {
  margin: 0 auto;
  max-width: 430px;
  width: 90%;
}

.br-sp {
  display: inline;
}

@media screen and (min-width: 768px) {
  .mainContents .inner {
    max-width: 652.8px;
    width: 100%;
  }
}

@media screen and (min-width: 992px) {
  .mainContents .inner {
    max-width: 843.2px;
    width: 100%;
  }
}

@media screen and (min-width: 1200px) {
  .mainContents .inner {
    max-width: 1020px;
    width: 100%;
  }
}

@media screen and (min-width: 1400px) {
  .mainContents .inner {
    max-width: 1190px;
    width: 100%;
  }
}

.mainContents section {
  padding: 2rem 0;
}

.mainContents section:first-child {
  padding: 0;
}

.mainContents section h2 {
  background: var(--fightresBlue);
  margin: 0 0 32px 0;
  padding: 3px 0 2px 10px;
  border-left: 5px solid var(--fightresGold);
  color: #fff;
  line-height: 1.8;
}

.mainContents section h3 {
  font-size: 1em;
}

.mainContents section p {
  font-size: 0.75rem;
  font-weight: 500;
}

@media screen and (min-width: 768px) {
  .mainContents section p {
    font-size: 0.875rem;
    font-weight: 400;
  }
}

@media screen and (min-width: 1200px) {
  .mainContents section p {
    font-size: 1rem;
  }
}

/*------------ ▲ 全体 ▲ ------------ */

/* ------------ ▼ メインビュー ▼ ------------ */

.mainView__image img {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
}

.mainView__text {
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

/*------------ ▲ メインビュー ▲ ------------ */

.anchorLink ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}


.tourPoint ul {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 16px;
}


.tourPoint ul li .bg {
  background: url(https://bigs.jp/fighters/images/fighters__background2023__sp.svg) center / contain no-repeat;
  padding: 8px;
  border: inherit;
  min-height: 204px;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
}

.tourPoint ul li .remarks {
  width: 74%;
  margin: 0 auto;
}

.tourPoint ul li .remarks a {
  color: var(--fightresBlue);
  font-weight: 700;
  text-decoration: underline;
}


.tourPoint ul li .bg .text {
  width: 74%;
  margin: 0 auto;
}

.tourPoint ul li .bg .text p {
  color: #fff;
}

.tourPoint ul li .bg .text .title {
  font-family: 'Oswald', sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: var(--fightresGold);
  padding-bottom: 8px;
}

.tourPoint ul li .bg .text p span {
  font-size: 20px;
  font-weight: 700;
}


/* ------------ ▼ 行程表 ▼ ------------ */
.scheduleTable {
  color: #333333;
}

.scheduleTable .table {
  display: grid;
  grid-template-columns: repeat(3, auto);
  border-top: 1px solid #333333;
  border-left: 1px solid #333333;
  border-right: 1px solid #333333;
  margin-bottom: 1rem;
}

.scheduleTable .table .row {
  display: contents;
}

.scheduleTable .table .row .cell {
  padding: 4px;
  text-align: center;
  border-bottom: 1px solid #333333;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.scheduleTable .table .row:first-child .cell p {
  color: #fff;
}


.scheduleTable .table .row .cell .hotel {
  background-color: #333333;
  color: #fff;
  padding: 0.25rem;
  margin: 0.25rem 0;
}

.scheduleTable .table .row .cell:not(:first-of-type) {
  border-left: 1px solid #333333;
}

.scheduleTable .table .row:first-child .cell {
  background-color: var(--fightresBlue);
}

.scheduleTable .table .row:nth-child(2) .cell:first-child,
.scheduleTable .table .row:nth-child(3) .cell:first-child,
.scheduleTable .table .row:nth-child(4) .cell:first-child {
  background: var(--fightresGold);
}

.scheduleTable .remarks p {
  font-size: 0.75rem;
  display: flex;
}

.scheduleTable .remarks p:before {
  content: "※";
}

/*------------ ▲ 行程表 ▲ ------------ */

/* ------------ ▼ ツアー ▼ ------------ */
.tourItem__wrapper {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.3019607843);
  border-radius: 15px;
  width: 100%;
  max-width: 660px;
  margin: 0 auto;
}

.tourItem__wrapper a {
  transition: 0.3s;
}

@media screen and (min-width: 768px) {
  .tourItem__wrapper a {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

.tourItem__image img {
  border-radius: 15px 15px 0 0;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (min-width: 768px) {
  .tourItem__image img {
    height: 100%;
    border-radius: 15px 0 0 15px;
  }
}

.tourItem__text {
  background-color: #fff;
  padding: 1rem;
  border-radius: 0 0 15px 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media screen and (min-width: 768px) {
  .tourItem__text {
    height: 100%;
    border-radius: 0 15px 15px 0;
  }
}

.tourItem__price {
  margin-top: 1rem;
  position: relative;
}

.tourItem__price--number {
  text-align: end;
}

.tourItem__price--number span {
  color: #DF0101;
  font-weight: 900;
  font-size: 1.5rem;
}

.tourItem__price--from:after {
  content: "円 ~";
  font-size: 12px;
  margin-left: 0.1em;
  white-space: nowrap;
}

.tourItem__price--to:after {
  content: "円";
  font-size: 12px;
  margin-left: 0.1em;
  white-space: nowrap;
}

.tourItem__price--condition {
  text-align: end;
  font-size: 12px;
  color: #3e3e39;
}

.tourItem__lead {
  margin: 0.5rem 0 0;
}

.tourItem__lead p {
  font-size: 1rem !important;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  max-width: 240px;
  padding: 10px 25px 10px 50px;
  color: var(--fightresGold);
  font-weight: 700;
  background: var(--fightresBlue) !important;
  border-radius: 50px;
  z-index: 0;
  border: 1px solid var(--fightresBlue);
  box-shadow: inherit;
  text-shadow: inherit;
  /* filter: drop-shadow(0px 2px 4px #ccc); */
}

.tourItem__lead p:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f433";
  line-height: 1;
  position: absolute;
  left: 5px;
  background: #FFF;
  padding: 7px 7px;
  border-radius: 60px;
  z-index: 2;
}

.contact {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.contact .image {
  max-width: 660px;
}

.contact .text p span {
  font-size: 22px;
  font-weight: 700;
  color: var(--fightresBlue);
}

@media (hover: hover) {

  .anchorLink ul li button:hover,
  .tourItem__wrapper a:hover {
    opacity: 0.7;
    transition: 0.3s;
  }
}

/*------------ ▲ ツアー ▲ ------------ */


@media screen and (min-width: 768px) {
  .br-sp {
    display: none;
  }

  .anchorLink ul {
    grid-template-columns: repeat(4, 1fr);
  }

  .tourPoint ul li .bg {
    background: url(https://bigs.jp/fighters/images/fighters__background2023__pc.png) center / contain no-repeat;
  }

  .tourPoint ul li .bg .text {
    width: inherit;
  }

  .tourPoint ul li .bg .text .title {
    padding-top: 32px;
  }

  .tourPoint ul li .remarks {
    width: inherit;
    display: flex;
    justify-content: center;
  }
}

/* 時間でコンテンツ表示 */
.timerHidden {
  display: none;
}

.timerVisible {
  display: block;
}