@charset "UTF-8";
body {
  --color-primary: #CC3434;
  --color-secondary: #757471;
  --color-black: #000000;
  --color-white: #FFFFFF;
  --color-bg: #F2F2F2;
  --color-bg-card: #F2F2F2;
  --color-badge: #f4f4f4;
  --color-line: #AAAAAA;
  --color-yellow: #F18D02;
  --primary-color: #CC3434;
  line-height: 1.6;
  overflow-x: hidden;
}
body p {
  line-height: 1.8;
}
body.list {
  background: var(--color-bg);
}

@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1180px;
  }
}

/*-------------------------------
 Page Title
-------------------------------*/
.page-title-wrapper {
  background-color: #f8f9fa;
  padding: 5px 0;
}

.page-title {
  font-size: 10px;
  margin: 0;
  padding-left: 15px;
  font-weight: normal;
  color: #6c757d;
  text-align: left;
}

/*-------------------------------
 header
-------------------------------*/
header {
  background: var(--color-white);
  color: var(--color-black);
}
header .logo {
  margin: 0;
  line-height: 1;
}
header .logo img {
  max-width: 160px;
  height: auto;
}
header ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row-reverse;
}
header ul .btn {
  border-radius: 0;
  margin: 0;
}
header form .input-group-text {
  background: transparent;
  position: absolute;
  border: 0;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  fill: var(--color-primary);
  z-index: 2;
}

@media (max-width: 1200px) {
  header {
    background: var(--color-white);
    color: var(--color-black);
  }
  header .logo img {
    margin-top: 5px;
    width: 120px;
    height: auto;
  }
  header ul .btn {
    font-size: 0.8em;
  }
}
@media (max-width: 768px) {
  header .container {
    padding: 0 0 0 18px;
  }
}
.inner {
  padding: 10px;
}

@media (min-width: 768px) {
  .inner {
    padding: 15px;
  }
}
a.btn {
  padding-top: 10px;
  padding-bottom: 10px;
}

img {
  max-width: 100%;
  height: auto;
}

.text-bg-black {
  color: var(--color-white) !important;
  background-color: var(--color-black);
}

.list-thumb {
  width: 150px;
  height: 100%;
  position: relative;
}
.list-thumb img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}

@media (min-width: 768px) {
  .list-thumb {
    width: 240px;
    height: 100%;
    position: relative;
  }
}
.row {
  scrollbar-width: thin;
}

.btn-primary {
  --bs-btn-color: var(--color-white);
  --bs-btn-bg: var(--color-primary);
  --bs-btn-border-color: var(--color-primary);
  --bs-btn-hover-color: var(--color-white);
  --bs-btn-hover-bg: #e64646;
  --bs-btn-hover-border-color: #e64646;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: var(--color-white);
  --bs-btn-active-bg: var(--color-primary);
  --bs-btn-active-border-color: var(--color-primary);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: var(--color-white);
  --bs-btn-disabled-bg: var(--color-primary);
  --bs-btn-disabled-border-color: var(--color-primary);
}

.color-primary {
  color: var(--color-primary);
}

.color-black {
  color: var(--color-black);
}

.bg {
  background: var(--color-bg);
}

.bg-w {
  background: var(--color-white);
}

.bg-main {
  background: var(--color-primary);
  color: var(--color-white);
}

.bg-gray {
  background: #D7D7D7;
}

.btn-arrow {
  position: relative;
  z-index: 10;
  background-image: url(../images/icon-arrow.svg);
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: center right 35px;
  padding-left: 0;
}

.icon-search {
  display: inline-block;
  padding: 5px 50px 5px 0;
  background: url(../images/icon-search.svg) no-repeat center right;
  background-size: 32px;
}

@media (max-width: 767px) {
  .btn-arrow {
    position: relative;
    z-index: 10;
    background-image: url(../images/icon-arrow.svg);
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: center right 15px;
    padding-left: 0;
  }
}
/*-------------------------------
 H
-------------------------------*/
h2.title-border::after {
  content: "";
  display: block;
  width: 34px;
  height: 3px;
  background: var(--color-primary);
  margin: 10px 0;
}

section h2 {
  font-weight: 700;
  margin-bottom: 4vw;
}
section h2::after {
  content: "";
  display: block;
  width: 34px;
  height: 3px;
  background: var(--color-primary);
  margin: 10px auto;
}
section h2.title-left::after {
  content: "";
  display: block;
  width: 34px;
  height: 3px;
  background: var(--color-primary);
  margin: 10px 0;
}
section h2.icon-train,
section h3.icon-train {
  display: flex;
  align-items: center;
}
section h2.icon-train .small,
section h3.icon-train .small {
  font-size: 0.75em;
  padding-left: 0.1em;
}
section h2.icon-train::before,
section h3.icon-train::before {
  content: "";
  display: block;
  width: 23px;
  height: 28px;
  background: url(../images/icon-train.svg) no-repeat left top;
  background-size: cover;
  margin: 0 10px 0 0;
}

/*----card----*/
.py-6 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

/*----list-group（お知らせ）----*/
.date {
  color: var(--color-primary);
}

.list-group {
  border-radius: 0;
  list-style: none;
}

@media (min-width: 768px) {
  .list-group-item {
    border-top: none;
    border-left: none;
    border-right: none;
  }
}
@media (max-width: 767px) {
  .list-group.news .list-group-item {
    position: relative;
    border-radius: 0;
    padding: 0 25px 0 10px;
    background: linear-gradient(to right, var(--color-white) 96%, var(--color-secondary) 96%);
    margin-bottom: 7px;
    border-top: 1px solid var(--bs-list-group-border-color);
  }
  .list-group.news .list-group-item::before {
    content: "";
    display: block;
    position: absolute;
    width: 8px;
    height: 2px;
    background: var(--color-white);
    transform: rotate(45deg);
    transform-origin: right;
    top: 45%;
    right: 3px;
  }
  .list-group.news .list-group-item::after {
    content: "";
    display: block;
    position: absolute;
    width: 8px;
    height: 2px;
    background: var(--color-white);
    transform: rotate(-45deg);
    transform-origin: right;
    top: 45%;
    right: 3px;
  }
}
.list-group.checkbox {
  border-radius: 0;
  list-style: none;
}
.list-group.checkbox .list-group-item {
  background: var(--color-white) url(../images/icon-checkbox-off.svg) no-repeat left 10px center;
  background-size: 24px;
  padding-left: 40px;
  border-top: none;
  border-left: none;
  border-right: none;
}
.list-group.checkbox .list-group-item:hover {
  border-color: var(--bs-list-group-border-color);
  background: var(--color-white) url(../images/icon-checkbox-on.svg) no-repeat left 10px center;
  background-size: 24px;
  color: var(--color-primary);
}
.list-group.checkbox .list-group-item.active {
  border-color: var(--bs-list-group-border-color);
  background: var(--color-white) url(../images/icon-checkbox-on.svg) no-repeat left 10px center;
  background-size: 24px;
  color: var(--color-primary);
}
.list-group.checkbox .list-group-item.disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
  color: var(--color-secondary);
}

.slick-list {
  display: flex;
}
.slick-list .slick-track {
  display: flex;
}
.slick-list .slick-track .slick-slide {
  float: none;
  height: 100%;
}

.slick-arrow.next-arrow {
  position: absolute;
  top: 50%;
  right: -35px;
  width: 30px;
  height: 30px;
  transform: translateY(-50%);
  background: url(../images/arrow-right.png) no-repeat center center;
  background-size: cover;
  cursor: pointer;
}
.slick-arrow.prev-arrow {
  position: absolute;
  top: 50%;
  left: -35px;
  width: 30px;
  height: 30px;
  transform: translateY(-50%);
  background: url(../images/arrow-left.png) no-repeat center center;
  background-size: cover;
  cursor: pointer;
}

/* スマホで slick の矢印を非表示（横スクロール防止） */
@media (max-width: 767px) {
  .slick-arrow,
  .slick-prev,
  .slick-next {
    display: none !important;
  }
}

/*----card----*/
.card {
  border: none;
  box-shadow: none;
  transition: all 0.3s ease;
  margin: 0 5px;
}
.card.bg-gray {
  background: var(--color-bg-card);
}
.card.bg-gray ul.tags li {
  background: var(--color-black);
  color: var(--color-white);
}
.card.bg-gray ul.tags li a {
  color: var(--color-white);
}
.card .card-img-top {
  aspect-ratio: 3/2;
  overflow: hidden;
}
.card h3 {
  line-height: 1.6;
  margin-bottom: 10px;
}
.card .label-area {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 1px 10px;
  border-radius: 4px;
  background: var(--color-primary);
  color: var(--color-white);
  font-size: 11px;
  font-weight: 500;
}

@media (max-width: 1199px) {
  .card.five-card {
    min-width: 200px;
  }
}
ul.tags {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
ul.tags li {
  display: inline-block;
  border-radius: 4px;
  font-weight: 500;
  background: var(--color-badge);
  color: var(--color-black);
  font-size: 12px;
  margin-right: 5px;
  margin-bottom: 5px;
  position: relative;
  padding: 2px 5px;
  z-index: 2;
}
ul.tags li a {
  color: var(--color-black);
  text-decoration: none;
}

nav[aria-label="breadcrumb"] {
  margin: 0;
  padding: 0;
}
.breadcrumb {
  margin-bottom: 0.25rem;
  padding: 0.25rem 0;
}
.breadcrumb-item {
  margin: 0;
  padding: 0;
  line-height: 1;
  font-size: 0.875rem;
}
.breadcrumb-item a {
  text-decoration: none;
  color: var(--color-black);
}
.breadcrumb-item:hover a {
  color: var(--color-primary);
}
.breadcrumb-item.home a {
  text-indent: -99999px;
  display: block;
  width: 22px;
  height: 22px;
  background: url(../images/icon-home.svg) no-repeat top center;
  background-size: cover;
}
.breadcrumb-item.home:hover a {
  background: url(../images/icon-home_hover.svg) no-repeat top center;
  background-size: cover;
}

ul.areas {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
ul.areas li {
  display: inline-block;
  border-radius: 30px;
  font-weight: 600;
  background: #EEE;
  color: var(--color-black);
  font-size: 15px;
  margin-right: 8px;
  margin-bottom: 8px;
}
ul.areas li a {
  position: relative;
  padding: 2px 12px;
  color: var(--color-primary);
  text-decoration: none;
  z-index: 2;
}

.position-relative {
  position: relative;
}

.pagination {
  border: none;
}
.pagination .page-item {
  width: 40px;
  height: 40px;
  border: none;
  margin: 0 5px;
}
.pagination .page-item .page-link {
  background: #DDD;
  color: #444;
  border-radius: 50%;
  text-align: center;
  box-shadow: none;
}
.pagination .page-item.active .page-link {
  background: var(--color-primary);
  color: var(--color-white);
  border-color: var(--color-primary);
}

/*-------------------------------
 detail
-------------------------------*/
.carousel {
  position: relative;
  margin-bottom: 60px;
}
.carousel .carousel-inner .carousel-item img {
  border-radius: 6px;
}
.carousel .carousel-indicators {
  bottom: -50px;
}
.carousel .carousel-indicators button {
  background: var(--color-primary);
  border-radius: 50%;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  border: none;
}

.detail__address {
  background: url(../images/icon-map.svg) no-repeat left center;
  background-size: 32px;
  padding: 10px 0 10px 40px;
}

.list__address {
  background: url(../images/icon-map.svg) no-repeat left top 5px;
  background-size: 20px;
  padding: 4px 0 4px 30px;
}

.detail__phone {
  background: url(../images/icon-phone.svg) no-repeat left center;
  background-size: 32px;
  padding: 10px 0 10px 40px;
}

.detail__station {
  background: url(../images/icon-station.svg) no-repeat left center;
  background-size: 35px;
  padding: 10px 0 10px 40px;
}

.list__station {
  background: url(../images/icon-station_list.svg) no-repeat left 2px top 5px;
  background-size: 18px;
  padding: 4px 0 4px 30px;
}

.detail__time .label {
  display: block;
  background: #DDD;
}

@media (min-width: 768px) {
  .detail__phone {
    font-size: 1.3em;
  }
}
/*----badge----*/
.badge {
  border-radius: 4px;
  font-weight: 500;
}

/*----star-rating----*/
.star-rating {
  display: inline-block;
  font-size: 0;
  margin-bottom: 10px;
  /* インラインの余白対策 */
  position: relative;
  --star-color: var(--color-yellow);
  --star-bg: #e0e0e0;
  --star-size: 20px;
  /* デフォルトサイズ */
  --star-count: 5;
  width: calc(var(--star-size) * var(--star-count));
  height: var(--star-size);
  background: linear-gradient(to right, var(--star-color) calc(1% * var(--rating, 0) / var(--star-count) * 100), var(--star-bg) calc(1% * var(--rating, 0) / var(--star-count) * 100));
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 24'%3E%3Cdefs%3E%3Cg id='star'%3E%3Cpolygon points='12,0 15.09,7.36 23,8.18 17,13.45 18.18,21.54 12,17.77 5.82,21.54 7,13.45 1,8.18 8.91,7.36 '/%3E%3C/g%3E%3C/defs%3E%3Cuse href='%23star' x='0'/%3E%3Cuse href='%23star' x='24'/%3E%3Cuse href='%23star' x='48'/%3E%3Cuse href='%23star' x='72'/%3E%3Cuse href='%23star' x='96'/%3E%3C/svg%3E");
  -webkit-mask-size: cover;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 24'%3E%3Cdefs%3E%3Cg id='star'%3E%3Cpolygon points='12,0 15.09,7.36 23,8.18 17,13.45 18.18,21.54 12,17.77 5.82,21.54 7,13.45 1,8.18 8.91,7.36 '/%3E%3C/g%3E%3C/defs%3E%3Cuse href='%23star' x='0'/%3E%3Cuse href='%23star' x='24'/%3E%3Cuse href='%23star' x='48'/%3E%3Cuse href='%23star' x='72'/%3E%3Cuse href='%23star' x='96'/%3E%3C/svg%3E");
  mask-size: cover;
}

/*----modal----*/
#searchModal .modal-header {
  border: none;
}
#searchModal .btn {
  background: var(--color-bg);
  font-size: 18px;
  text-align: left;
  padding-top: 10px;
  padding-bottom: 10px;
}
#searchModal .btn-check:checked + .btn,
#searchModal .btn.active,
#searchModal .btn.show,
#searchModal .btn:first-child:active,
#searchModal :not(.btn-check) + .btn:active {
  color: var(--color-white);
  background-color: var(--color-primary);
  border-color: var(--color-primary);
  background-image: url(../images/icon-check.svg);
  background-repeat: no-repeat;
  background-position: left 10px center;
  padding-left: 40px;
}
#searchModal .btn.disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
  color: var(--color-secondary);
}

/*----footer----*/
footer {
  background: var(--color-black);
  color: var(--color-white);
}
footer a {
  color: var(--color-white);
}

@media (min-width: 992px) {
  .map-block .map-wrap {
    padding-top: 2rem;
    padding-bottom: 5rem;
  }
  .map-block .map {
    position: relative;
  }
  .map-block .map figure {
    margin-top: -6vw;
  }
  .map-block .map figure .img-fluid {
    width: 98%;
    height: auto;
  }
  .map-block .map .area {
    border-radius: 0.25rem;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    padding: 0.65rem;
    text-align: center;
    background-color: #fff;
    position: absolute;
  }
  .map-block .map .area .pref-link {
    text-decoration: none;
  }
  .map-block .map .area .pref-link .pref-name {
    font-size: 87.5%;
    text-decoration: underline;
    color: var(--color-black);
  }
  .map-block .map .area .pref-link .count {
    font-size: 75%;
    display: block;
    line-height: 1.1;
  }
  .map-block .map .area.hokkaido:after {
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    pointer-events: none;
    position: absolute;
    border-color: rgba(0, 153, 255, 0);
    border-top-width: 20px;
    border-bottom-width: 20px;
    border-left-width: 7px;
    border-right-width: 7px;
    margin-left: -7px;
    border-top-color: #fff;
    top: 100%;
    left: 50%;
  }
  .map-block .map .area.tohoku:after, .map-block .map .area.kanto:after {
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    pointer-events: none;
    position: absolute;
    border-color: rgba(90, 230, 40, 0);
    border-top-width: 7px;
    border-bottom-width: 7px;
    border-left-width: 20px;
    border-right-width: 20px;
    margin-top: -7px;
    border-right-color: #fff;
    right: 100%;
    top: 50%;
  }
  .map-block .map .area.kyushu-okinawa:after {
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    pointer-events: none;
    position: absolute;
    border-color: rgba(90, 230, 40, 0);
    border-top-width: 7px;
    border-bottom-width: 7px;
    border-left-width: 20px;
    border-right-width: 20px;
    margin-top: -7px;
    border-left-color: #fff;
    left: 100%;
    top: 25%;
  }
  .map-block .map .area.kinnki:after, .map-block .map .area.chugoku:after, .map-block .map .area.hokuriku:after {
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    pointer-events: none;
    position: absolute;
    border-color: rgba(0, 153, 255, 0);
    border-top-width: 20px;
    border-bottom-width: 20px;
    border-left-width: 7px;
    border-right-width: 7px;
    margin-left: -7px;
    border-top-color: #fff;
    top: 100%;
    left: 50%;
  }
  .map-block .map .area.tokai:after, .map-block .map .area.shikoku:after {
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    pointer-events: none;
    position: absolute;
    border-color: rgba(0, 153, 255, 0);
    border-top-width: 20px;
    border-bottom-width: 20px;
    border-left-width: 7px;
    border-right-width: 7px;
    margin-left: -7px;
    border-bottom-color: #fff;
    bottom: 100%;
    left: 10%;
  }
  .map-block .map .area.hokkaido {
    top: 0;
    right: 8%;
  }
  .map-block .map .area.tohoku {
    width: 13rem;
    top: 40%;
    right: 1%;
  }
  .map-block .map .area.hokuriku {
    width: 9rem;
    top: 34%;
    right: 36%;
  }
  .map-block .map .area.hokuriku:after {
    left: 70%;
  }
  .map-block .map .area.kanto {
    width: 13rem;
    top: 59%;
    right: 10%;
  }
  .map-block .map .area.kanto:after {
    top: 50%;
  }
  .map-block .map .area.tokai {
    width: auto;
    top: 84%;
    left: 42%;
  }
  .map-block .map .area.tokai p {
    padding-bottom: 0;
  }
  .map-block .map .area.kinnki {
    width: 9rem;
    top: 52%;
    left: 22%;
  }
  .map-block .map .area.kinnki:after {
    left: 70%;
  }
  .map-block .map .area.chugoku {
    width: 13rem;
    top: 55%;
    left: -9%;
  }
  .map-block .map .area.chugoku:after {
    left: 80%;
  }
  .map-block .map .area.shikoku {
    width: 9rem;
    top: 87%;
    left: 16%;
  }
  .map-block .map .area.shikoku:after {
    left: 20%;
  }
  .map-block .map .area.kyushu-okinawa {
    width: 11rem;
    top: 80%;
    left: -20%;
  }
}
@media (min-width: 1200px) {
  .map-block .map {
    position: relative;
  }
  .map-block .map .area.hokkaido {
    width: 5rem;
    top: 7%;
    right: 8%;
  }
  .map-block .map .area.tohoku {
    width: 13rem;
    top: 40%;
    right: 4%;
  }
  .map-block .map .area.hokuriku {
    width: 9rem;
    top: 40%;
    right: 38%;
  }
  .map-block .map .area.hokuriku:after {
    left: 70%;
  }
  .map-block .map .area.kanto {
    width: 13rem;
    top: 62%;
    right: 15%;
  }
  .map-block .map .area.kanto:after {
    top: 50%;
  }
  .map-block .map .area.tokai {
    width: auto;
    top: 82%;
    left: 42%;
  }
  .map-block .map .area.tokai p {
    padding-bottom: 0;
  }
  .map-block .map .area.kinnki {
    width: 9rem;
    top: 56%;
    left: 27%;
  }
  .map-block .map .area.kinnki:after {
    left: 70%;
  }
  .map-block .map .area.chugoku {
    width: 13rem;
    top: 60%;
    left: -5%;
  }
  .map-block .map .area.chugoku:after {
    left: 80%;
  }
  .map-block .map .area.shikoku {
    width: 9rem;
    top: 87%;
    left: 16%;
  }
  .map-block .map .area.shikoku:after {
    left: 20%;
  }
  .map-block .map .area.kyushu-okinawa {
    width: 11rem;
    top: 80%;
    left: -13%;
  }
}
@media (max-width: 991.98px) {
  .map-block .map {
    margin-top: -16vw;
    background-size: cover;
    position: relative;
  }
  .map-block .map .area {
    border-radius: 0.25rem;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    padding: 0.25rem 0.55rem;
    text-align: left;
    background-color: #fff;
    position: absolute;
  }
  .map-block .map .area::before {
    display: block;
    content: "";
    position: absolute;
    width: 8px;
    height: 2px;
    background: var(--color-black);
    transform: rotate(45deg);
    transform-origin: right;
    top: 44%;
    right: 0.55rem;
  }
  .map-block .map .area::after {
    display: block;
    content: "";
    position: absolute;
    width: 8px;
    height: 2px;
    background: var(--color-black);
    transform: rotate(-45deg);
    transform-origin: right;
    top: 44%;
    right: 0.55rem;
  }
  .map-block .map .area p {
    padding-bottom: 0.5rem;
  }
  .map-block .map .area .pref-link {
    text-decoration: none;
  }
  .map-block .map .area .pref-link .pref-name {
    font-size: 87.5%;
    font-weight: bold;
    text-decoration: underline;
  }
  .map-block .map .area .pref-link .count {
    font-size: 75%;
    display: block;
    line-height: 1.1;
  }
  .map-block .map .area.hokkaido {
    width: 5rem;
    top: 0;
    right: 8%;
  }
  .map-block .map .area.tohoku {
    width: 5rem;
    top: 40%;
    right: 6%;
  }
  .map-block .map .area.hokuriku {
    width: 9rem;
    top: 39%;
    right: 32%;
  }
  .map-block .map .area.kanto {
    width: 5rem;
    top: 67%;
    right: 19%;
  }
  .map-block .map .area.tokai {
    width: 5rem;
    top: 82%;
    left: 42%;
  }
  .map-block .map .area.kinnki {
    width: 5rem;
    top: 60%;
    left: 24%;
  }
  .map-block .map .area.chugoku {
    width: 5rem;
    top: 59%;
    left: 0%;
  }
  .map-block .map .area.shikoku {
    width: 5rem;
    top: 89%;
    left: 18%;
  }
  .map-block .map .area.kyushu-okinawa {
    width: 7rem;
    top: 102%;
    left: 0;
  }
  .map-block .map button {
    border: none;
    padding: 0;
    margin: 0;
    background-color: #FFF;
  }
  .map-block .map .modal .modal-header {
    border-bottom: none;
  }
  .map-block .map .modal .modal-header .modal-title {
    font-size: 1.3em;
    color: var(--color-primary);
  }
  .map-block .map .modal .modal-header p {
    width: 100%;
    text-align: center;
  }
  .map-block .map .modal .modal-body .pref-link {
    text-decoration: none;
    background: var(--color-primary);
    color: var(--color-white);
    padding: 10px;
    border-radius: 20px;
  }
  .map-block .map .modal .modal-body .pref-link .pref-name {
    font-weight: bold;
    text-decoration: underline;
  }
  .map-block .map .modal .modal-body .pref-link .count {
    font-size: 100%;
    display: block;
    line-height: 1.1;
  }
}/*# sourceMappingURL=style.css.map */
/* タグの色分け */
.tags li.tag-route {
    background-color: #d1e7dd !important; /* 淡い緑系 */
    color: #146c43 !important;
}

.tags li.tag-station {
    background-color: #cfe2ff !important; /* 淡い青系 */
    color: #084298 !important;
}

.tags li.tag-genre {
    background-color: #fff3cd !important; /* 淡い黄色系 */
    color: #997404 !important;
}
