/*
富士モータースポーツフォレスト利用券LP

*/
header.page-id-228 {
  caret-color: transparent !important;
}
.furusato-fuji-text-red {
  font-weight: bold;
  background: linear-gradient(transparent 80%, #f22800 0%);
}
.furusato-fuji-btn-wrap {
  display: flex !important;
  justify-content: center !important;
}
.fuji-list-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.fuji-list-item {
  margin-bottom: 50px;
  width: 100%;
  max-width: 540px;
  background: #f0f0f0;
}
.fuji-list-photo {
  margin: 0 auto !important;
  width: 100%;
  max-width: 540px;
  height: auto;
}
.fuji-list-text {
  padding: 20px;
}
.fuji-list-text h3 {
  margin-top: 0 !important;
}
.fuji-list-caution {
  list-style: none;
  margin-left: 1em;
  margin-bottom: 1em !important;
  padding-left: 0 !important;
  font-size: 1.5rem;
  line-height: 1.8;
}
.fuji-list-caution li {
  margin-bottom: 0.5em !important;
}
.fuji-list-caution li::before {
  content: "※ ";
  margin-left: -1.2em;
}
.fuji-list-caution a {
  color: #333;
  font-weight: normal;
  text-decoration: underline !important;
}
@media (min-width:769px) {
  .fuji-list-item {
    margin-bottom: 30px;
    max-width: 540px;
  }
}
.fuji-detail-table {
  width: 100%;
  border-collapse: collapse;
}
.fuji-detail-table th, .fuji-detail-table td {
  display: block;
  width: calc(100% - 2em);
  font-weight: normal !important;
  text-align: center;
}
.fuji-detail-table th {
  padding: 0.5em;
  font-size: 0.9em;
  color: #fff;
  background: #333;
}
.fuji-detail-table td {
  padding: 1em 1em 2.5em 1em;
  font-size: 1.0em;
}
.fuji-detail-table th, .fuji-detail-table td {}
.fuji-detail-table ul {
  margin: 0 0 1em;
  padding-left: 0.5em;
}
.fuji-detail-table li, .fuji-list-item li {
  margin-bottom: 1em;
  text-align: left;
}
@media (min-width: 700px) {
  .fuji-detail-table {
    border-width: 1px 1px 0 1px;
    border-style: solid;
    border-color: #b4b4b4;
  }
  .fuji-detail-table th, .fuji-detail-table td {
    display: table-cell;
    border-bottom: 1px solid #b4b4b4;
  }
  .fuji-detail-table th {
    width: 100px;
    font-size: 0.9em;
    text-align: center;
  }
  .fuji-detail-table td {
    padding: 1em;
    width: calc(100% - 100px);
    font-size: 1.0em;
    text-align: left;
  }
}
.site-header-wrap {
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  overflow: hidden;
}
.visual-title-wrap {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-end;
  margin: 0;
  width: 100%;
  height: 80vh;
}
.top-slide-item {
  margin: 10px;
}
.top-slide-item img {
  border-radius: 10px;
}
@media (max-width: 699px) {
  .visual-title {
    margin: 30px auto;
    width: 90%;
  }
  .top-slide-item {
    width: calc((100vw - 80px) / 4);
  }
  .furusato-fuji-title {
    font-size: 1.6em !important;
    text-align: center;
  }
}
@media (min-width: 700px) and (max-width:999px) {
  .visual-title {
    padding: 20px 0;
    width: 80%;
    max-width: 600px;
  }
  .top-slide-item {
    width: calc((100vw - 80px) / 4);
  }
}
.visual-title-image {
  width: 100%;
  height: auto;
}
.top-slide-wrap {
  display: flex;
  align-items: center;
  overflow: hidden;
}
.top-slide {
  display: flex;
  margin: 0;
  padding: 0;
  -webkit-animation: loop-slide 60s infinite linear 1s both;
  animation: loop-slide 60s infinite linear 1s both;
  list-style: none;
}
@media (min-width:769px) {}
.top-slide-item img {
  display: block;
  margin: 0;
  aspect-ratio: 1.5 / 1;
  width: 100%;
  height: auto;
}
@-webkit-keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
header {
  caret-color: transparent !important;
}
.visual-title-logo img {
  display: block;
  width: 100%;
  margin: 0 auto;
  max-width: 180px;
  height: auto;
}
.visual-oyama {
  margin: 0;
  max-width: 120px;
}
.visual-oyama-image {
  width: 100%;
  height: auto;
}
.top-slide-item {
  margin: 10px;
}
.top-slide-item img {
  border-radius: 10px;
}
.visual-title-logo-wrap {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: auto;
  background: #000;
}
@media (max-width: 699px) {
  .site-header-wrap {
    background-image: url("http://oyamapbc.co.jp/wordpress/wp-content/uploads/2025/10/furusato-fmsf_visualbg-sp.jpg");
  }
  .visual-title-logo {
    width: 40%;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: flex-start;
  }
  .visual-title-logo img {
    display: block;
    margin: 10px auto;
  }
  .visual-title {
    margin: 0 auto;
    width: 96%;
  }
  .top-slide-item {
    width: calc((100vw - 80px) / 4);
  }
}
@media (min-width: 700px) {
  .site-header-wrap {
    background-image: url("http://oyamapbc.co.jp/wordpress/wp-content/uploads/2025/10/furusato-fmsf_visualbg.jpg");
  }
  .visual-oyama {
    margin: 0;
    max-width: 180px;
  }
  .visual-title {
    padding: 0 20px;
    width: calc(100% - 40px);
    max-width: 1232px;
  }
  .visual-title-logo-wrap {
    display: flex;
    justify-content: flex-end;
  }
  .visual-title-logo img {
    display: block;
    margin: 10px auto;
    max-width: 200px;
  }
}
@media (min-width: 1000px) {
  .top-slide-item {
    width: calc((100vw - 100px) / 5);
  }
}
.visual-title-image {
  width: 100%;
  height: auto;
}
.top-slide-wrap {
  display: flex;
  align-items: center;
  overflow: hidden;
}
.top-slide {
  display: flex;
  margin: 0;
  padding: 0;
  -webkit-animation: loop-slide 60s infinite linear 1s both;
  animation: loop-slide 60s infinite linear 1s both;
  list-style: none;
}
.top-slide-item img {
  display: block;
  margin: 0;
  aspect-ratio: 1.5 / 1;
  width: 100%;
  height: auto;
}
@-webkit-keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.fuji-list-wrap {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.fuji-list-item {
  margin: 0 auto 40px;
  max-width: 640px;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.fuji-list-photo {
  margin: 0 auto !important;
  width: 100%;
  height: auto;
}
.fuji-list-logo {
  display: block;
  margin: 0 auto;
  padding: 20px 0;
  text-align: center;
  max-width: 300px;
  width: 100%;
  height: auto;
}
.fuji-list-text {
  padding: 20px;
  background: #f0f0f0;
}
.fuji-list-item h3 {
  width: calc(100% - 40px);
  margin: 0 auto !important;
  text-align: center;
  font-size: 2rem;
}
.fuji-list-detail {
  padding: 0 20px;
}
.fuji-list-breakdown {
  padding-left: 1em !important;
}
.fuji-list-btn-wrap {
  display: flex;
  justify-content: center;
  padding: 0 30px 30px 30px;
}
.fuji-list-btn-wrap .btn {
  display: inline-block;
  margin: 0 auto !important;
  text-align: center;
}
@media (min-width: 760px) {
  .fuji-list-wrap {
    flex-direction: row;
    justify-content: space-between;
    gap: 30px;
  }
  .fuji-list-item {
    margin: 0;
    width: calc((100% - 30px) / 2);
  }
  .fuji-list-detail {
    padding: 0 30px;
    flex-grow: 1;
  }
}
.splide__slide img {
  width: 100%;
  height: auto;
}