/* CSS Document */
body {
  color: #000;
}

.poRe {
  position: relative;
}

.tC {
  text-align: center;
}

.txtRed {
  color: #ff3333;
}

.txtBlue {
  color: #0066ff;
}

.pc_only {
  display: inline-block;
}

.sp_only {
  display: none;
}

a,
a:visited {
  color: #000;
}

#header {
  position: relative;
  width: 1080px;
  margin: 0 auto;
  z-index: 1;
}
#header .logo {
  position: absolute;
  top: 10px;
}

#sec_fv {
  position: relative;
}
#sec_fv .innerWidth {
  width: 1120px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
#sec_fv .img_fv {
  width: 410px;
  margin: 0 auto;
}
#sec_fv .slider_wrap {
  position: absolute;
  top: 70px;
  left: 0;
  right: 0;
}
#sec_fv .slider {
  width: 100%;
  margin: 0 auto;
}
#sec_fv .slide-item {
  margin: 0 5px 0;
}
#sec_fv .slide-item img {
  width: 100%;
}
#sec_fv .slider01 .slide-item {
  margin-bottom: 10px;
}
#sec_fv .slider02 .slide-item {
  margin-bottom: 10px;
}
#sec_fv .slider03 .slide-item {
  margin-bottom: 10px;
}

.sec_bg {
  background-color: #fffaed;
  padding-bottom: 150px;
}

.sec_bg_img {
  background-image: url(../img/bg_pc.jpg);
  background-position: center top -400px;
  background-repeat: no-repeat;
  background-size: auto;
}

.sec {
  width: 1120px;
  margin: 0 auto;
}

#sec01 {
  padding-top: 50px;
  margin-bottom: 50px;
}
#sec01 .ttl {
  font-size: 48px;
  text-align: center;
  margin-bottom: 10px;
}
#sec01 .txt {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.7;
  text-align: center;
  margin-bottom: 30px;
}
#sec01 .flex {
  display: flex;
  flex-wrap: wrap;
  gap: 0 40px;
  justify-content: center;
}
#sec01 .f-item {
  width: 520px;
  text-align: center;
}
#sec01 .f-img {
  margin-bottom: 20px;
}
#sec01 .f-txt {
  font-size: 18px;
  line-height: 1.2;
}
#sec01 .f-txt.f-txt02 {
  letter-spacing: -0.01em;
}

#news {
  width: 1120px;
  margin: 0 auto;
  padding-top: 3rem;
  padding-bottom: 5rem;
}
#news .ttl {
  text-align: center;
}
#news article {
  margin-top: 2rem;
  overflow-y: scroll;
  background-color: #fff;
  padding: 3rem 4.5rem;
  height: 200px;
}
#news article::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
#news article::-webkit-scrollbar-thumb {
  background: #fabe00;
}
#news article::-webkit-scrollbar-track {
  background: #534d4d;
}
#news dl {
  display: flex;
  margin-bottom: 2rem;
}
#news dt {
  font-size: 15px;
  letter-spacing: 0.1rem;
  margin-right: 3rem;
}
#news dd {
  font-size: 15px;
  letter-spacing: 0.1rem;
}
#news a {
  color: #c00;
}

.btn {
  width: 600px;
  margin: 0 auto 60px;
}

#sec02 {
  background-image: url(../img/illust01.png), url(../img/illust02.png), url(../img/illust03.png);
  background-position: right 8% top 8%, right 9% top 35%, right 9% top 55%;
  background-repeat: no-repeat;
  background-size: 13%;
  padding-bottom: 50px;
}
#sec02 .ttl {
  background-color: #000;
  color: #fff;
  font-size: 24px;
  letter-spacing: 0.2em;
  text-align: center;
  margin-bottom: 20px;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
}
#sec02 .txt {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  position: relative;
  margin-bottom: 100px;
}
#sec02 .txt .icn_no {
  font-size: 1.5em;
  font-weight: bold;
}
#sec02 .txt::before {
  content: "";
  background-image: url(../img/arrow_pc.png);
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -80px;
  width: 48px;
  height: 64px;
  margin: 0 auto;
}
#sec02 .box {
  border: solid 3px #000;
  text-align: center;
  padding: 0 0 1em;
  position: relative;
  width: 1020px;
  margin: 220px auto 40px;
}
#sec02 .box::before {
  content: "";
  background-image: url(../img/illust_station_pc.png);
  background-repeat: no-repeat;
  position: absolute;
  top: -121px;
  left: 0;
  right: 0;
  width: 328px;
  height: 121px;
  margin: 0 auto;
}
#sec02 .box .box_ttl {
  font-size: 60px;
  letter-spacing: 0.2em;
}
#sec02 .box .box_place {
  background-color: #000;
  color: #fff;
  display: inline-block;
  font-size: 24px;
  padding: 0.1em 1.2em 0.1em;
  margin-bottom: 10px;
}
#sec02 .box .box_txt {
  font-size: 28px;
  font-weight: bold;
}

#sec03 {
  margin-bottom: 100px;
}
#sec03 .ttl {
  background-color: #ae0a2e;
  color: #fff;
  font-size: 24px;
  letter-spacing: 0.2em;
  text-align: center;
  margin-bottom: 20px;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
}
#sec03 .searchFrom {
  font-size: 24px;
  text-align: center;
}
#sec03 .searchFrom .searchFromTtl {
  font-weight: bold;
  margin-bottom: 5px;
}
#sec03 .searchFrom .detailMap {
  margin-bottom: 30px;
}
#sec03 .anchor {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#sec03 .anchor .f-item {
  width: 160px;
  text-align: center;
}
#sec03 .anchor .f-item a {
  display: block;
  color: #fff;
  font-size: 24px;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
#sec03 .anchor .f-item01 {
  background-color: #41a0ad;
}
#sec03 .anchor .f-item02 {
  background-color: #f0874d;
}
#sec03 .anchor .f-item03 {
  background-color: #76a22d;
}
#sec03 .anchor .f-item04 {
  background-color: #df7997;
}
#sec03 .anchor .f-item05 {
  background-color: #dbc354;
}
#sec03 .anchor .f-item06 {
  background-color: #9f8a38;
}
#sec03 .anchor .f-item07 {
  background-color: #a6779d;
}
#sec03 table {
  float: left;
  border-collapse: collapse;
  border-spacing: 0;
  width: 33.33%;
}
#sec03 tr.t-item {
  border: solid 2px #999;
  height: 120px;
}
#sec03 tr.t-item.pc_only {
  display: block;
}
#sec03 tr.t-item.sp_only {
  display: none;
}
#sec03 tr.t-item.t-ttl {
  border-width: 2px;
  border-style: solid;
  padding: 0;
  text-align: center;
  display: table-row;
}
#sec03 tr.t-item.t-ttl.t-ttl01 {
  background-color: #41a0ad;
  border-color: #41a0ad;
}
#sec03 tr.t-item.t-ttl.t-ttl02 {
  background-color: #f0874d;
  border-color: #f0874d;
}
#sec03 tr.t-item.t-ttl.t-ttl03 {
  background-color: #76a22d;
  border-color: #76a22d;
}
#sec03 tr.t-item.t-ttl.t-ttl04 {
  background-color: #df7997;
  border-color: #df7997;
}
#sec03 tr.t-item.t-ttl.t-ttl05 {
  background-color: #dbc354;
  border-color: #dbc354;
}
#sec03 tr.t-item.t-ttl.t-ttl06 {
  background-color: #9f8a38;
  border-color: #9f8a38;
}
#sec03 tr.t-item.t-ttl.t-ttl07 {
  background-color: #a6779d;
  border-color: #a6779d;
}
#sec03 tr.t-item.t-ttl .t-areaName {
  color: #fff;
  font-size: 24px;
}
#sec03 td {
  display: flex;
  flex-wrap: wrap;
  padding: 10px 0 10px 10px;
}
#sec03 .icnNoImg {
  width: 40px;
}
#sec03 .stationName {
  width: 300px;
  font-size: 20px;
  line-height: 1.2;
  padding-left: 5px;
  text-align: left;
}
#sec03 .stationName .x-small {
  font-size: 0.8em;
}
#sec03 .stationName a {
  display: block;
}
#sec03 .stationName a:visited {
  color: inherit;
}

.btn_pdf {
  width: 600px;
  margin: 0 auto 30px;
}
.btn_archive {
  width: 640px;
  margin: 0 auto 100px;
}

#sec_faq .ttl {
  font-size: 30px;
  text-align: center;
  margin-bottom: 30px;
}
#sec_faq article {
  margin-bottom: 80px;
}
#sec_faq article p:nth-child(odd) {
  margin-bottom: 30px;
}
#sec_faq h3 {
  color: #333333;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 20px;
}
#sec_faq p {
  font-size: 18px;
  line-height: 2;
}

#footer {
  background-color: #ffe329;
  padding-top: 2em;
  padding-bottom: 2em;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .pc_only {
    display: none;
  }
  .sp_only {
    display: inline-block;
  }
  #header {
    width: 92vw;
  }
  #header .logo {
    width: 9.47vw;
    top: 2.67vw;
  }
  #sec_fv .innerWidth {
    width: 100%;
  }
  #sec_fv .img_fv {
    width: 100%;
  }
  .sec_bg {
    padding-bottom: 20%;
  }
  .sec_bg_img {
    background-image: url(../img/bg_sp.jpg);
    background-position: center top;
    background-size: cover;
  }
  .sec {
    width: 100%;
  }
  #sec01 {
    padding-top: 6.67%;
    margin-bottom: 0;
  }
  #sec01 .ttl {
    font-size: 7.2vw;
    line-height: 1.2;
    margin-bottom: 6.67%;
  }
  #sec01 .txt {
    font-size: 3.2vw;
    line-height: 2;
    margin-bottom: 6.67%;
  }
  #sec01 .flex {
    display: block;
  }
  #sec01 .f-item {
    width: 100%;
  }
  #sec01 .f-item.f-item01 {
    margin-bottom: 5.33%;
  }
  #sec01 .f-img {
    width: 80vw;
    margin: 0 auto;
    margin-bottom: 2.67%;
  }
  #sec01 .f-txt {
    font-size: 3.2vw;
    line-height: 1.5;
  }
  #news {
    width: 100%;
    padding-bottom: 3rem;
  }
  #news .ttl {
    width: 17.07%;
    margin: 0 auto;
  }
  #news article {
    width: 96%;
    margin-left: auto;
    margin-right: auto;
    height: 20rem;
    padding: 2rem 2rem 2rem;
    margin-top: 1rem;
  }
  #news dl {
    display: block;
  }
  #news dt {
    margin-bottom: 1rem;
  }
  .btn {
    width: 80vw;
    margin: 0 auto 10.67%;
  }
  #sec02 {
    background-position: right 8% top 16%, right 9% top 45%, right 9% top 63%;
    background-size: 20%, 24%, 24%;
    padding-bottom: 6.67%;
  }
  #sec02 .ttl {
    font-size: 4.8vw;
    width: 94.67%;
    margin: 0 auto 4%;
  }
  #sec02 .txt {
    font-size: 4.27vw;
    line-height: 1.5;
    margin-bottom: 23%;
  }
  #sec02 .txt .icn_no {
    font-size: 1.8em;
  }
  #sec02 .txt::before {
    background-image: url(../img/arrow_sp.png);
    background-size: contain;
    bottom: -22vw;
    width: 6.4%;
    height: 21vw;
  }
  #sec02 .box {
    width: 88vw;
    margin: 44% auto 5.33%;
  }
  #sec02 .box::before {
    content: "";
    background-image: url(../img/illust_station_sp.png);
    background-size: contain;
    top: -19.73vw;
    left: 0;
    right: 0;
    width: 53.33vw;
    height: 19.73vw;
  }
  #sec02 .box .box_ttl {
    font-size: 9.6vw;
  }
  #sec02 .box .box_place {
    font-size: 3.87vw;
    padding: 0.4em 1.4em 0.4em;
    margin-bottom: 2%;
  }
  #sec02 .box .box_txt {
    font-size: 4.27vw;
  }
  #sec03 {
    margin-bottom: 20%;
  }
  #sec03 .ttl {
    width: 94.67vw;
    margin: 0 auto 2%;
    font-size: 4vw;
  }
  #sec03 .searchFrom {
    font-size: 4vw;
    font-weight: bold;
  }
  #sec03 .searchFrom .searchFromTtl {
    margin-bottom: 1%;
  }
  #sec03 .anchor {
    width: 94.67vw;
    margin: 0 auto 6%;
    justify-content: flex-start;
  }
  #sec03 .anchor .f-item {
    width: 50%;
  }
  #sec03 .anchor .f-item a {
    font-size: 4vw;
    padding-top: 1em;
    padding-bottom: 1em;
  }
  #sec03 table {
    float: none;
    width: 94.67vw;
    margin: 0 auto;
  }
  #sec03 tr.t-item {
    background-color: #fff;
    border-width: 1px;
    height: auto;
  }
  #sec03 tr.t-item .t-areaName {
    font-size: 4.8vw;
    padding-top: 0.8em;
    padding-bottom: 0.8em;
    position: relative;
    cursor: pointer;
  }
  #sec03 tr.t-item .t-areaName::after {
    content: "";
    background-image: url(../img/arrow_acc.png);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    right: 4%;
    bottom: 0;
    margin: auto;
    width: 4.27vw;
    height: auto;
    transition: 0.2s;
  }
  #sec03 tr.t-item .t-areaName.active::after {
    transform: rotate(180deg);
  }
  #sec03 .t-fukuoka_list,
  #sec03 .t-saga_list,
  #sec03 .t-nagasaki_list,
  #sec03 .t-oita_list,
  #sec03 .t-kumamoto_list,
  #sec03 .t-kagoshima_list,
  #sec03 .t-miyazaki_list {
    display: none;
  }
  #sec03 .t-item.t-item21,
  #sec03 .t-item.t-item40 {
    border-bottom: 0;
  }
  #sec03 .stationName {
    font-size: 3.7vw;
    font-weight: bold;
    width: 87%;
  }
  .btn_pdf {
    width: 80vw;
    margin: 0 auto 5%;
  }
  .btn_archive {
    width: 80vw;
    margin: 0 auto 20%;
}
  #sec_faq {
    width: 85.33vw;
  }
  #sec_faq .ttl {
    font-size: 4.8vw;
    margin-bottom: 4%;
  }
  #sec_faq article {
    margin-bottom: 10.67%;
  }
  #sec_faq article p:nth-child(odd) {
    margin-bottom: 4%;
  }
  #sec_faq h3 {
    font-size: 4vw;
    margin-bottom: 2.67%;
  }
  #sec_faq p {
    font-size: 3.2vw;
  }
  .btnTop {
    width: 12vw;
  }
  #footer {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
  }
  #footer .copyright {
    font-size: 2.13vw;
  }
}/*# sourceMappingURL=style.css.map */