@charset "utf-8";
article {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  color: #121212;
  font-size: 16px;
  line-height: 1.618;
  padding: 0;
  text-align: center;
}
h1 img {
  margin: 0 auto;
  width: 100%;
}
.txt-link-r {
	font-size: 16px;
}
.txt-link-r::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 90%;
  content: "\f054";
  padding-left: 5px;
}
.txt-center {
  text-align: center;
  margin: 0 auto;
}
.txt-left {
  text-align: left;
}
.img-chart {
  max-width: 700px;
  margin: 40px auto 40px;
}
#ex-parkride {
  padding: 40px 0;
}
.txt-red {
  color: #FE5638;
  font-weight: bold;
}
.txt-large {
  font-size: 1.2em;
}
.tit-about {
  font-size: 18px;
  font-weight: bold;
  position: relative;
  display: inline-block;
  padding: 0 20px;
  margin: 40px auto 0;
}
.tit-about:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 3px;
  height: 100%;
  background: #000;
  border-radius: 3px;
  transform: rotate(-35deg);
}
.tit-about:after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 3px;
  height: 100%;
  background: #000;
  border-radius: 3px;
  transform: rotate(35deg);
}
.benefit {
  margin: 20px auto 0;
  width: 380px;
}
.benefit li {
  text-align: left;
  position: relative;
  margin-bottom: 5px;
  font-weight: bold;
}
.benefit li::before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url(/static/img/campaign/park-ride/ic-check.png);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-right: 8px;
}
#spot {
  background: #59CACB;
  padding: 80px 0;
}
#spot h2 {
  color: #FFF;
  font-size: 18px;
  font-weight: bold;
  margin-top: 20px;
}

.park-area {
  max-width: 800px;
  padding: 90px 100px 40px;
  background: #FFF;
  border: 4px solid #000;
  border-radius: 8px;
  margin: 20px auto;
}

/*各見出し共通*/
.park-area h3 {
  position: relative;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  background: url(/static/img/campaign/park-ride/ln-yerrow.png) no-repeat bottom center;
}
/*文字数多いもの*/
.park-area h3.long-bg {
  background: url(/static/img/campaign/park-ride/ln-yerrow-lg.png) no-repeat bottom center;
}
/*英字画像*/
.park-area h3::before {
  position: absolute;
  content: '';
  width: 155px;
  height: 41px;
  background-repeat: no-repeat;
  background-size: contain;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  top: -35px;
  left: 50%;
}

.park-area h4 {
  background: #FFCAE4;
  width: 160px;
  border: 3px solid #000;
  border-radius: 60px;
  text-align: center;
  font-weight: bold;
  padding: 8px 0;
  margin: 0 auto 0;
  font-size: 16px;
}

/*各見出し*/
#kiyama h3::before {
  background-image: url(/static/img/campaign/park-ride/txt-fukuoka.png);
}
#hiroshima h3::before {
  background-image: url(/static/img/campaign/park-ride/txt-hiroshima.png);
}
#nagano h3::before {
  background-image: url(/static/img/campaign/park-ride/txt-nagano.png);
}
#aichi h3::before {
  background-image: url(/static/img/campaign/park-ride/txt-aichi.png);
}
#shizuoka h3::before {
  background-image: url(/static/img/campaign/park-ride/txt-shizuoka.png);
}
#yonago h3::before {
  background-image: url(/static/img/campaign/park-ride/txt-tottori.png);
}
#matsue h3::before {
  background-image: url(/static/img/campaign/park-ride/txt-shimane.png);
}
#izumo h3::before {
  background-image: url(/static/img/campaign/park-ride/txt-shimane.png);
}

/*手順*/
ol.process {
  margin: 20px 0 60px;
}
ol.process li {
  padding: 10px 0 5px 50px;
  font-size: 15px;
  text-align: left;
  display: block;
  position: relative;
  min-height: 26px;
  border-bottom: dashed 2px #000;
}
ol.process li::before {
  content: '';
  width: 26px;
  height: 23px;
  left: 13px;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
}

/*手順　数字画像*/
ol.process li:first-child::before {
	background-image: url(/static/img/campaign/park-ride/01.svg);
}
ol.process li:nth-child(2)::before {
	background-image: url(/static/img/campaign/park-ride/02.svg);
}
ol.process li:nth-child(3)::before {
	background-image: url(/static/img/campaign/park-ride/03.svg);
}
ol.process li:nth-child(4)::before {
	background-image: url(/static/img/campaign/park-ride/04.svg);
}
ol.process li:nth-child(5)::before {
	background-image: url(/static/img/campaign/park-ride/05.png);
	width: 25px;
	height: 25px;
}
ol.process li:nth-child(6)::before {
	background-image: url(/static/img/campaign/park-ride/06.png);
	width: 26px;
	height: 26px;
}


.tbl-charge {
  width: 100%;
  margin: 30px 0 60px;
}
.tbl-charge th {
  background: #E6E6E6;
  font-weight: normal;
  padding: 10px;
  border: #D5D5D5 1px solid;
}
.tbl-charge td {
  padding: 10px;
  border: #D5D5D5 1px solid;
}
.txt-map {
  display: block;
  margin: 20px auto 10px;
}

/*20240723追記*/
.txtlink-map{
	text-align: left;
	margin-top: 1rem;
}

.map {
  width: 100%;
  position: relative;
  padding-top: 56.25%;
}
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.txt-address {
  text-align: left;
  font-size: 15px;
  margin: 10px;
}
.btn-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
}
.btn-flex li {
  width: 49%;
}
.btn-flex li a {
  display: block;
  padding: 14px 30px 14px 14px;
  border: 3px solid #000;
  border-radius: 8px;
  color: #000;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 15px;
  position: relative;
}
.btn-flex li a::after {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.btn-flex li a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.btn-flex li a.btn-timetable {
  background: #59CACB;
}
.btn-flex li a.btn-timetable::after {
  content: "";
  background-image: url(/static/img/campaign/park-ride/ic-window.png);
  width: 17px;
  height: 17px;
}
.btn-flex li a.btn-reserve {
  background: #F1DD8C;
}
.btn-flex li a.btn-reserve::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 100%;
  content: "\f0da";
}
.menu-flex {
  display: flex;
  flex-wrap: wrap;
/*  justify-content: stretch;*/
  justify-content: left;
  margin: 20px auto 0;
  max-width: 800px
}
.menu-flex li {
  width: 32%;
	margin-right: 1%;
	display: flex;/*隣と高さ揃えるため*/
}
.menu-flex li a {
  display: block;
  padding: 14px 14px 20px 14px;
  border: 3px solid #000;
  border-radius: 8px;
  color: #000;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 15px;
  position: relative;
  background: #F1DD8C;
  line-height: 1.2;
	display: flex;/*隣と高さ揃えるため*/
	width: 100%;
	align-items: center;
	justify-content: center;
}
.menu-flex li a::after {
  position: absolute;
  right: 50%;
  bottom: 0;
  transform: translateX(-50%), translateY(-50%);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 100%;
  content: "\f0d7";
}
.menu-flex li a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.park-area small {
  text-align: left;
  line-height: 20px;
  display: inline-block;
}
.txt-attention {
  text-align: left;
}
.txt-attention li {
  font-size: 0.8em;
  margin-bottom: 2px;
  padding-left: 15px;
  position: relative;
}
.txt-attention li::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}

/* 20240723追記
----------------------*/
p.notes{
	font-size: 15px;
}

/* 20250205追記
----------------------*/
#matsue p.notes{
	font-size: 14px;
}

.park-area p.video-link{
	font-weight: bold;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	.menu-flex li a{
		padding: 12px 4px 20px;
		font-size: 14px;
	}
}

@media screen and (max-width: 767px) {
  .benefit {
    width: 340px;
    font-size: 15px;
  }
  .benefit li::before {
    width: 24px;
    height: 24px;
    margin-right: 8px;
  }

  .img-chart, .img-title {
    width: 80%;
  }
  #spot {
    padding: 40px 0;
  }
  #spot .img-title img {
    width: 120px;
  }

  /*ナビ*/
  .menu-flex li {
    width: 49%;
  }
  .menu-flex li a{
	padding: 12px 4px 20px;
	font-size: 14px;
  }

/*各エリア*/
  .park-area {
    padding: 80px 20px 20px;
    background: #FFF;
    border: 4px solid #000;
    border-radius: 8px;
    margin: 20px auto;
  }

/*県名の下線*/
  #kiyama h3, 
  #aichi h3,
  #hiroshima h3,
  #nagano h3,
  #yonago h3,
  #izumo h3,
  #matsue h3{
    font-size: 18px;
    text-align: center;
    background: url(/static/img/campaign/park-ride/ln-yerrow-sp.png) no-repeat bottom center;
  }
	
  .park-area p {
    font-size: 15px;
  }
  .park-area p.video-link{
	font-size: 14px;
  }
	
  .tbl-charge th {
    font-size: 13px;
    padding: 10px 5px;
    text-align: left;
  }
  .tbl-charge td {
    font-size: 14px;
    padding: 10px 5px;
    text-align: left;
  }
  .txt-map {
    margin: 10px auto 10px;
  }
  .txt-address {
    font-size: 14px;
    margin: 10px 0;
  }
  .txt-link-r {
	font-size: 15px;
  }	
	
  ol.process {
    margin: 20px 0 50px;
  }
  ol.process li {
    padding-left: 40px;
  }
	
  /*時刻表ボタン*/
  .btn-flex li {
    width: 100%;
  }
}


@media screen and (max-width: 340px) {
	.menu-flex li a{
		padding: 12px 0 20px;
		font-size: 12px;
	}
}



