@charset "utf-8";
* {
  font-style: normal;
}
html {
  font-style: normal;
  text-align: left;
  line-height: 1.6;
}
body {
  min-height: 100%;
  margin: 0;
  padding: 0;
  color: #333;
}
body * {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
}
table {
  font-size: 1.4rem;
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
ol,
ul {
  list-style: none;
}
th {
  text-align: left;
}
th {
  font-weight: 100;
}
a {
  color: #333333;
  text-decoration: none;
}
/* 共通 */
html {
  box-sizing: border-box;
}
img {
  max-width: 100%;
  vertical-align: bottom;
}
.wrap {
  width: 100%;
  background-color: #fff;
}
.contents {
  width: 100%;
  box-sizing: border-box;
  padding-bottom: 2rem;
  color: rgb(26 26 26/var(--tw-text-opacity,1));
  display: block;
}
.header-container img {
  height: 41px;
  width: auto !important;
  object-fit: contain;
}

.clearfix:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
  visibility: hidden
}

.mv {
  position: relative;
  width: 100%;
  height: 400px;
  margin: 30px auto 20px auto;
}
.mv-txt {
  position: absolute;
  top: 45%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  margin: 0 auto;
  padding: 0;
  display: inline-block;
  width: 100%;
  text-shadow: 2px 2px 4px #f3f3ea;
}
.mv-txt2 {
  position: absolute;
  top: 30%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 35px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  margin: 0 auto;
  padding: 0;
  display: inline-block;
  width: 100%;
  text-shadow: 2px 2px 4px #f3f3ea;
}
.txt-info {
  margin: 15px 0 0 0;
}

.mv-txt3 {
  position: relative;
  width: 100%;
  margin: 30px auto 20px auto;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}
.pc-center {
  text-align: center;
}

.page-title {
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.4;
  margin: 20px auto;
}

.mv_area{
  width: 80%;
  margin: 25px auto;
}



@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  .page-title {
    font-size: 16px;
    line-height: 1.4;
    margin-top: 10px;
    margin-bottom: 0px;
  } 


  .header-container {
    padding: 0.75rem 1rem !important;
  }
  .header-container img {
    height: auto;
    width: 2.4rem !important;
    object-fit: contain;
  }

    .mv_area{
    width: auto;
  }

  .mv {
    width: 93%;
    height: auto;
    margin: 10px auto;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 100%;
  }
  .mv-txt {
    font-size: 12px;
  }
  .mv-txt2 {
    font-size: 18px;
  }
  .mv-txt3 {
    font-size: 1.3rem;
    line-height: 1.4;
    margin: 20px auto;
  }
  .txt-info {
    margin: 15px 3.1% 0 3.1%;
  }
  .pc-center {
    text-align: left;
  }
  .pc-view {
    display: none !important;
  }
  .contents {
    font-size: 13px
  }

 .text-att{
  padding: 0 5px;
    
  }
}

.area {
  margin: 40px 0 0 0;
}
.area-box {
  margin: 20px 0 0 0;
  font-size: 1rem;
  background-color: #fff;
  border:1px solid #f99f33;
  border-radius: 8px;
}


@media screen and (max-width: 767px) {
  .area {
    margin: 30px 0 0 0;
  }
  .area-box {
    margin: 0 3.12% 2.81% 3.12%;
    padding-bottom: 0;
  }
}

.area h2 {
  display: flex;
  background-color: #fff;
  padding: 0 0 10px;
  margin-bottom: 0;
  font-weight: bold;
  color: rgb(60 60 60/var(--tw-text-opacity,1));
  font-size: 1.1rem;
  border-bottom: 1px solid #3c3c3c82;
  position: static;
  line-height: 1;
}
.area h2::before {
  content: "";
  width: 18px;
  height: 18px;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0.778931V18.7789L18 0.778931H0Z' fill='%23F99F33' stroke='%23F99F33'%3E%3C/path%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: .75rem; /* 見出しテキストとの間隔 */
  vertical-align: middle;
}
.area-box h3 {
  background-color: #FFF;
  padding: 13px 19px;
  margin-bottom: 0;
  font-weight: bold;
  color: #f68f11;
  font-size: 1rem;
  border-radius: 8px;
  position: static;
  line-height: 1;
  transition: all .2s;
}
.area-box h3.open {
  border-radius: 8px 8px 0 0;
  background-color: #F99F33;
  color: #fff;
}
.area-box h3.no-data {
  background: #b4b4b4;
  color:#fff;
  cursor: default;
}
.area-box:has(h3.no-data) {
  border: none;
}
.ac-title.no-data:after {
  content: none;
}


@media screen and (max-width: 767px) {
  .area h2 {
    padding: .5rem 0;
    margin: 1rem .625rem;
    font-weight: bold;
    font-size: 1rem;
    position: -webkit-sticky;
    position: sticky;
    border-radius: 0;
    top: -1px;
    z-index: 1;
  }
  .area-box h3 {
    padding: 10px 3.1%;
    font-size: 0.92rem;
  }
}
/* アコーディオンメニュー */
.area-box .ac-title {
  position: relative;
  cursor: pointer;
}
.ac-title:after {
  content: "";
  position: absolute;
  right: 25px;
  top: 37%;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 7px;
  height: 7px;
  border-top: solid 3px #F99F33;
  border-right: solid 3px #F99F33;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.ac-title.open:after {
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 45%;
}
.ac-content {
  display: none;
}


@media screen and (min-width: 768px) and (max-width: 1024px) {
  .wrap {
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
  .contents {
    max-width: 926px;
    margin: 0 auto 0 auto;
    padding: 0 0 4rem 0;
    box-sizing: border-box;
    font-size: 1.2rem;
  }
  .contents a:hover {
    opacity: .7;
  }
}

/* City and Station List Styles */
.city-row {
  display: flex;
  gap: 20px;
  padding: 15px 0px;
  border-bottom: solid 1px #F99F33;
  margin: 0 20px;
  align-items: flex-start;
}

.city-row:last-child {
  border-bottom: none;
}

.city-name {
  min-width: 120px;
  font-weight: bold;
  color: #3c3c3c;
  font-size: 0.95rem;
  padding-top: 2px;
}

.station-links {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 16px;
}

.station-link {
  color: #f68f11;
  text-decoration: none;
  font-size: 0.95rem;
  transition: color 0.2s ease;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .city-row {
    flex-direction: column;
    gap: 10px;
    padding: 12px 0px;
    margin: 0 3.1%;
  }
  
  .city-name {
    min-width: auto;
    font-size: 0.9rem;
  }
  
  .station-links {
    gap: 8px 12px;
  }
  
  .station-link {
    font-size: 0.88rem;
  }

}
