@charset "UTF-8";
/* -------------------------------------------------------------------------*/
/* SEARCH TEMP
/* -------------------------------------------------------------------------*/
.gsc-results-wrapper-overlay {
  height: 80vh !important;
}

.gsc-modal-background-image {
  height: 130vh !important;
  width: 200vw !important;
  transform: translateX(-50%);
}

/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
/* MIXIN / ARGUMENT / COMMON CLASS
/* -------------------------------------------------------------------------*/
:root {
  --color_1: #00a7e3;
  --color_2: #0062b2;
  --color_text_1: #49585f;
  --color_text_2: #3c4549;
  --bgColor: #fff;
  --table_border_color: #c6cccf;
  --table_th_color: #7d94a0;
  --color_hover: #3cbceb;
}

/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
/* FONT
/* -------------------------------------------------------------------------*/
.gothic, body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.mincho {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
}

.font_s {
  font-size: 14px;
  font-size: 0.875rem;
}

/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
/* COMMON / BASE
/* -------------------------------------------------------------------------*/
html {
  font-size: 100%;
  line-height: 1.5em;
}
@media only screen and (max-width:980px) {
  html {
    font-size: 90%;
  }
}
@media only screen and (max-width:640px) {
  html {
    font-size: 90%;
  }
}
@media print {
  html {
    width: 1000px !important;
  }
}

* {
  box-sizing: border-box;
}

img {
  vertical-align: bottom;
}

a {
  color: #009cd6;
}

body {
  margin: 0;
  padding: 0;
  color: var(--color_text_1);
  background-color: #fff;
}

.link_pdf::after {
  content: url(../img/ic_pdf.png);
  display: inline-block;
  margin-left: 5px;
  vertical-align: middle;
}

.ta_R {
  text-align: right;
}

.mt_L {
  margin-top: 3rem;
}

.mt_M {
  margin-top: 2rem;
}

.mt_S {
  margin-top: 1rem;
}

.red {
  color: #d93232;
}

.blue {
  color: #2da1cb;
}

.orange {
  color: #f18a2b;
}

.green {
  color: #189e13;
}

.star {
  color: #e8351b;
}

/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
/* HD
/* -------------------------------------------------------------------------*/
#HD {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1440px;
  padding: 0 20px;
}
@media print {
  #HD {
    position: absolute;
  }
}
#HD .hd__nv {
  display: flex;
  height: 99px;
  background-color: var(--color_1);
  transition: box-shadow 0.2s ease;
}
#HD #HD_logo {
  width: 220px;
  margin: 0;
  padding: 0;
  background-color: var(--color_1);
}
#HD #HD_logo a {
  display: block;
  height: 94px;
  margin-top: 5px;
  background: url(../img/hd_logo_shadow.png) right top no-repeat #fff;
  background-size: auto 100%;
}
#HD #HD_logo span {
  display: block;
  text-align: center;
}
#HD #HD_logo img {
  width: 100%;
  height: auto;
}
#HD #HD_logo .logo {
  position: relative;
}
#HD #HD_logo .logo img {
  width: 55px;
  height: auto;
}
#HD #HD_logo .name {
  position: relative;
  opacity: 0.8;
}
#HD #HD_logo .name img {
  width: 145px;
  height: auto;
}
#HD .hd__nv_2 {
  flex: 1;
}
#HD #HD_subNV {
  display: flex;
  align-items: center;
  height: 36px;
  padding: 4px 4px;
  justify-content: flex-end;
}
#HD #HD_subNV .search, #HD #HD_subNV .contact {
  margin-left: 2px;
}
#HD #HD_subNV .search > a, #HD #HD_subNV .search > p, #HD #HD_subNV .contact > a, #HD #HD_subNV .contact > p {
  background: rgba(255, 255, 255, 0.2);
  transition: background 0.2s;
}
#HD #HD_subNV .search > a:hover, #HD #HD_subNV .search > p:hover, #HD #HD_subNV .contact > a:hover, #HD #HD_subNV .contact > p:hover {
  background: rgba(255, 255, 255, 0.4);
}
#HD #HD_subNV .search > a, #HD #HD_subNV .contact > a {
  display: block;
  height: 28px;
  padding: 0 20px;
}
#HD #HD_subNV img {
  width: 20px;
  height: auto;
}
#HD #HD_subNV .x a {
  display: block;
  background-color: #000;
  padding: 0 15px;
  height: 28px;
}
#HD #HD_subNV .recruit {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1;
  letter-spacing: 1px;
  position: relative;
  padding-right: 10px;
  margin-right: 10px;
}
#HD #HD_subNV .recruit::before {
  content: "";
  display: block;
  width: 1px;
  height: 24px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background-color: #0096cc;
}
#HD #HD_subNV .recruit a {
  position: relative;
  display: flex;
  align-items: center;
  height: 28px;
  text-decoration: none;
  color: #fff;
  padding: 1px 15px 3px;
  background: linear-gradient(to right, #32af1f 0%, #3fda27 100%);
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid #76cf68;
  border-radius: 2px;
  border-bottom: none;
  border-right: none;
  transition: opacity 0.2s;
}
#HD #HD_subNV .recruit a:hover {
  opacity: 0.8;
}
#HD #HD_subNV .recruit a::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 19px;
  height: 18px;
  margin-right: 5px;
  background: url(../img/hd_ic_recruit.png) 0 0 no-repeat;
  background-size: 100% auto;
}
#HD #NV {
  height: 63px;
  background-color: #fff;
  /* DROP DOWN */
}
#HD #NV > ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
#HD #NV > ul > li {
  flex: auto;
}
#HD #NV > ul > li > a {
  font-size: 18px;
  font-size: 1.125rem;
  display: flex;
  position: relative;
  height: 63px;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: var(--color_2);
  transition: color 0.2s ease;
}
#HD #NV > ul > li > a:hover {
  color: var(--color_1);
}
#HD #NV > ul > li > a img {
  width: 45px;
  height: 31px;
  vertical-align: middle;
  margin-right: 8px;
}
#HD #NV > ul > li > a img.in {
  display: none;
}
#HD #NV > ul > li > a::after {
  content: "";
  display: block;
  width: 1px;
  height: 27px;
  background-color: #e3e3e3;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
#HD #NV > ul > li:first-child > a::after {
  display: none;
}
body.ctg_timetable #HD #NV > ul > li:nth-child(1), body.ctg_fare #HD #NV > ul > li:nth-child(2), body.ctg_info #HD #NV > ul > li:nth-child(3), body.ctg_ticket #HD #NV > ul > li:nth-child(4) {
  background-color: #fafbf9;
}
body.ctg_timetable #HD #NV > ul > li:nth-child(1) > a, body.ctg_fare #HD #NV > ul > li:nth-child(2) > a, body.ctg_info #HD #NV > ul > li:nth-child(3) > a, body.ctg_ticket #HD #NV > ul > li:nth-child(4) > a {
  color: #6b8c39;
  border-top: 5px solid;
}
body.ctg_timetable #HD #NV > ul > li:nth-child(1) > a img, body.ctg_fare #HD #NV > ul > li:nth-child(2) > a img, body.ctg_info #HD #NV > ul > li:nth-child(3) > a img, body.ctg_ticket #HD #NV > ul > li:nth-child(4) > a img {
  display: none;
}
body.ctg_timetable #HD #NV > ul > li:nth-child(1) > a img.in, body.ctg_fare #HD #NV > ul > li:nth-child(2) > a img.in, body.ctg_info #HD #NV > ul > li:nth-child(3) > a img.in, body.ctg_ticket #HD #NV > ul > li:nth-child(4) > a img.in {
  display: block;
}
#HD #NV.nv_3 .nv_3 > a, #HD #NV.nv_4 .nv_4 > a {
  position: relative;
}
#HD #NV.nv_3 .nv_3 > a::before, #HD #NV.nv_4 .nv_4 > a::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #ffffff transparent transparent transparent;
  position: absolute;
  z-index: 10;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 100%);
}
#HD #NV .nv_ddm {
  position: absolute;
  z-index: 1;
  left: 20px;
  right: 20px;
  padding: 30px;
  color: #fff;
  opacity: 0;
  pointer-events: none;
}
#HD #NV .nv_ddm > p {
  font-size: 24px;
  font-size: 1.5rem;
  margin: 0;
}
#HD #NV .nv_ddm > p img {
  width: 63px;
  height: auto;
  vertical-align: middle;
  margin-right: 20px;
  margin-top: -5px;
}
#HD #NV .nv_station ul {
  position: relative;
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 35px 0 0;
  padding: 0;
}
#HD #NV .nv_station ul::before {
  content: "";
  display: block;
  width: 100%;
  height: 11px;
  background-color: #d8d8d8;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}
#HD #NV .nv_station li {
  display: flex;
  margin: 0 8px;
  padding: 0;
  opacity: 0;
  transform: translateX(-20px);
}
#HD #NV .nv_station a {
  display: block;
  position: relative;
  text-decoration: none;
  color: #fff;
  line-height: 1.5;
  transition: all 0.2s ease;
  padding: 15px 1px 10px 8px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 5px;
  overflow: hidden;
  background-color: #91a0a7;
  width: 50px;
}
#HD #NV .nv_station a:hover::before {
  opacity: 0;
}
#HD #NV .nv_station a::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(to bottom, #7c888d 0%, #7c888d 49%, #6a777d 50%, #6a777d 100%);
  transition: opacity 0.2s ease;
}
#HD #NV .nv_station a::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(../img/mn_logo.png) 0 0 no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#HD #NV .nv_station a .name {
  font-size: 20px;
  font-size: 1.25rem;
  display: block;
  position: relative;
  height: 100px;
  writing-mode: vertical-rl;
}
#HD #NV .nv_station a .kana {
  font-size: 13px;
  font-size: 0.8125rem;
  display: block;
  position: relative;
  padding: 30px 5px 0;
  writing-mode: vertical-rl;
}
#HD #NV.nv_3 .nv_station {
  opacity: 1;
  transition: opacity 0.3s ease;
  transition-delay: 0.2s;
  pointer-events: auto;
}
#HD #NV.nv_3 .nv_station li {
  opacity: 1;
  transform: translateX(0);
  transition: all 0.2s ease;
  transition-delay: 0.5s;
}
#HD #NV.nv_3 .nv_station li:nth-child(1) {
  transition-delay: 0.04s;
}
#HD #NV.nv_3 .nv_station li:nth-child(2) {
  transition-delay: 0.08s;
}
#HD #NV.nv_3 .nv_station li:nth-child(3) {
  transition-delay: 0.12s;
}
#HD #NV.nv_3 .nv_station li:nth-child(4) {
  transition-delay: 0.16s;
}
#HD #NV.nv_3 .nv_station li:nth-child(5) {
  transition-delay: 0.2s;
}
#HD #NV.nv_3 .nv_station li:nth-child(6) {
  transition-delay: 0.24s;
}
#HD #NV.nv_3 .nv_station li:nth-child(7) {
  transition-delay: 0.28s;
}
#HD #NV.nv_3 .nv_station li:nth-child(8) {
  transition-delay: 0.32s;
}
#HD #NV.nv_3 .nv_station li:nth-child(9) {
  transition-delay: 0.36s;
}
#HD #NV.nv_3 .nv_station li:nth-child(10) {
  transition-delay: 0.4s;
}
#HD #NV.nv_3 .nv_station li:nth-child(11) {
  transition-delay: 0.44s;
}
#HD #NV.nv_3 .nv_station li:nth-child(12) {
  transition-delay: 0.48s;
}
#HD #NV.nv_3 .nv_station li:nth-child(13) {
  transition-delay: 0.52s;
}
#HD #NV.nv_3 .nv_station li:nth-child(14) {
  transition-delay: 0.56s;
}
#HD #NV.nv_3 .nv_station li:nth-child(15) {
  transition-delay: 0.6s;
}
#HD #NV.nv_3 .nv_station li:nth-child(16) {
  transition-delay: 0.64s;
}
#HD #NV.nv_3 .nv_station li:nth-child(17) {
  transition-delay: 0.68s;
}
#HD #NV.nv_3 .nv_station li:nth-child(18) {
  transition-delay: 0.72s;
}
#HD #NV.nv_3 .nv_station li:nth-child(19) {
  transition-delay: 0.76s;
}
#HD #NV .nv_ticket ul {
  list-style: none;
  margin: 35px 0 0;
  padding: 0;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
#HD #NV .nv_ticket li {
  margin: 0;
  padding: 0;
  width: calc(20% - 8px);
  opacity: 0;
  transform: translateY(-20px);
}
#HD #NV .nv_ticket a {
  display: flex;
  padding: 10px;
  color: #fff;
  text-decoration: none;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 3px;
  background-color: #6a777d;
  transition: background 0.2s ease;
}
#HD #NV .nv_ticket a:hover {
  background-color: #91a0a7;
}
#HD #NV .nv_ticket figure {
  margin: 0 10px 0 0;
  padding: 0;
}
#HD #NV .nv_ticket img {
  width: 25px;
  height: auto;
}
#HD #NV .nv_ticket p {
  margin: 0;
  padding: 0;
}
@media only screen and (max-width:1400px) {
  #HD #NV .nv_ticket li {
    width: calc(25% - 8px);
  }
}
#HD #NV.nv_4 .nv_ticket {
  opacity: 1;
  transition: opacity 0.3s ease;
  transition-delay: 0.2s;
  pointer-events: auto;
}
#HD #NV.nv_4 .nv_ticket li {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.4s ease;
  transition-delay: 0.5s;
}
#HD #NV.nv_4 .nv_ticket li:nth-child(1) {
  transition-delay: 0.03s;
}
#HD #NV.nv_4 .nv_ticket li:nth-child(2) {
  transition-delay: 0.06s;
}
#HD #NV.nv_4 .nv_ticket li:nth-child(3) {
  transition-delay: 0.09s;
}
#HD #NV.nv_4 .nv_ticket li:nth-child(4) {
  transition-delay: 0.12s;
}
#HD #NV.nv_4 .nv_ticket li:nth-child(5) {
  transition-delay: 0.15s;
}
#HD #NV.nv_4 .nv_ticket li:nth-child(6) {
  transition-delay: 0.18s;
}
#HD #NV.nv_4 .nv_ticket li:nth-child(7) {
  transition-delay: 0.21s;
}
#HD #NV.nv_4 .nv_ticket li:nth-child(8) {
  transition-delay: 0.24s;
}
#HD #NV.nv_4 .nv_ticket li:nth-child(9) {
  transition-delay: 0.27s;
}
#HD #NV.nv_4 .nv_ticket li:nth-child(10) {
  transition-delay: 0.3s;
}
#HD #NV.nv_4 .nv_ticket li:nth-child(11) {
  transition-delay: 0.33s;
}
#HD #NV.nv_4 .nv_ticket li:nth-child(12) {
  transition-delay: 0.36s;
}
#HD #NV.nv_4 .nv_ticket li:nth-child(13) {
  transition-delay: 0.39s;
}
#HD #NV.nv_4 .nv_ticket li:nth-child(14) {
  transition-delay: 0.42s;
}
#HD #NV.nv_4 .nv_ticket li:nth-child(15) {
  transition-delay: 0.45s;
}
#HD #NV.nv_4 .nv_ticket li:nth-child(16) {
  transition-delay: 0.48s;
}
#HD #NV.nv_4 .nv_ticket li:nth-child(17) {
  transition-delay: 0.51s;
}
#HD #NV.nv_4 .nv_ticket li:nth-child(18) {
  transition-delay: 0.54s;
}
#HD #NV.nv_4 .nv_ticket li:nth-child(19) {
  transition-delay: 0.57s;
}
#HD .hd__nv_3 {
  background-color: var(--color_2);
}
#HD #HD_tBtn {
  display: block;
  position: relative;
  box-sizing: border-box;
  width: 194px;
  height: 110px;
  padding: 5px 35px 10px 10px;
  background: var(--color_1);
  color: #fff;
  text-decoration: none;
  border: 1px solid #008bbd;
  border-radius: 6px;
  overflow: hidden;
  line-height: 1;
  transition: background 0.1s ease;
  text-align: center;
}
#HD #HD_tBtn:hover {
  background-color: #20c3ff;
}
#HD #HD_tBtn::before {
  content: "";
  display: block;
  width: 24px;
  background-color: #fff;
  border-radius: 0 4px 4px 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}
#HD #HD_tBtn::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 8px;
  border-color: transparent transparent transparent var(--color_2);
  position: absolute;
  right: 7px;
  top: 50%;
  transform: translateY(-50%);
}
#HD #HD_tBtn .name {
  font-size: 22px;
  font-size: 1.375rem;
  display: block;
  letter-spacing: 1px;
  white-space: nowrap;
}
#HD #HD_tBtn .name img {
  display: block;
  width: 24px;
  height: 24px;
  margin: 0 auto 5px;
}
#HD #HD_tBtn .btn {
  font-size: 14px;
  font-size: 0.875rem;
  display: block;
  margin-top: 10px;
  color: var(--color_2);
  background-color: #fdff35;
  padding: 6px 15px;
  border-radius: 5rem;
  text-align: center;
  line-height: 1;
  white-space: nowrap;
}
#HD #HD_info {
  display: flex;
  margin-top: 14px;
  overflow: hidden;
  transition: opacity 0.2s ease;
  position: absolute;
  z-index: 0;
  left: 20px;
  right: 20px;
  /* STATUS */
}
#HD #HD_info > p {
  font-size: 18px;
  font-size: 1.125rem;
  margin: 0;
  padding: 8px 15px 8px 20px;
  color: #fff;
  background-color: var(--color_2);
  letter-spacing: 2px;
  border-radius: 5rem 0 0 5rem;
  transition: background 0.2s;
  height: 47px;
}
#HD #HD_info > p img {
  width: 21px;
  height: 26px;
  margin-right: 10px;
  transform: translateY(2px);
}
#HD #HD_info .hd_info__inner {
  position: relative;
  flex: 1;
  padding: 10px;
  background-color: #fff;
  border: 1px solid #85b4da;
  border-left: none;
  border-radius: 0 5rem 5rem 0;
  overflow: hidden;
  width: 100%;
  line-height: 1;
  transition: border 0.2s;
}
#HD #HD_info .hd_info__inner.link::after {
  content: "";
  display: block;
  width: 130px;
  height: 100px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 18%, rgb(255, 255, 255) 99%);
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
}
#HD #HD_info .hd_info__inner p {
  display: block;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  line-height: 1.5;
  position: absolute;
  left: 10px;
  top: 10px;
}
#HD #HD_info .hd_info__inner p:hover.ticker {
  animation-play-state: paused;
}
#HD #HD_info .hd_info__inner a {
  font-size: 14px;
  font-size: 0.875rem;
  display: block;
  text-decoration: none;
  background-color: var(--color_1);
  color: #fff;
  line-height: 1;
  padding: 10px;
  border-radius: 3px;
  transition: opacity 0.2s ease;
  position: absolute;
  z-index: 2;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
#HD #HD_info .hd_info__inner a:hover {
  opacity: 0.7;
}
#HD #HD_info .hd_info__inner a::before {
  content: "";
  display: inline-block;
  margin-right: 3px;
  margin-top: -4px;
  vertical-align: middle;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 5.2px;
  border-color: transparent transparent transparent #fff;
}
#HD #HD_info.status_1 > p {
  background-color: var(--color_2);
}
#HD #HD_info.status_1 .hd_info__inner {
  border-color: #85b4da;
}
#HD #HD_info.status_2 > p {
  background-color: #d49600;
}
#HD #HD_info.status_2 .hd_info__inner {
  border-color: #d4ab4b;
}
#HD #HD_info.status_3 > p {
  background-color: #ce2314;
}
#HD #HD_info.status_3 .hd_info__inner {
  border-color: #ce2314;
}
#HD #HD_info.status_4 > p {
  background-color: #70b61e;
}
#HD #HD_info.status_4 .hd_info__inner {
  border-color: #8cc54a;
}
#HD #NV_DMback {
  height: 0;
  background-color: #59686e;
  position: absolute;
  z-index: 1;
  top: 100px;
  left: 20px;
  right: 20px;
  transition: height 0.3s ease-out;
}
body.nv_show #HD #NV_DMback {
  height: 400px;
  transition: height 0.4s ease-out;
}
#HD #SP_hdMenu {
  display: none;
  transition: opacity 0.2s ease;
}
body.scrolled #HD .hd__nv {
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}
body.scrolled #HD #HD_info,
body.scrolled #HD #SP_hdMenu {
  opacity: 0;
  pointer-events: none;
}
body.ctg_home #HD {
  padding-top: 22px;
}
body.ctg_home #HD #HD_logo .logo {
  top: -20px;
}
body.ctg_home #HD #HD_logo .logo img {
  width: 70px;
}
body.ctg_home #HD #HD_logo .name {
  top: -15px;
}
body.ctg_home #HD #HD_tBtn {
  transform: translate(5px, -16px);
}
body.ctg_home #HD #NV_DMback {
  top: 121px;
}
@media only screen and (max-width:1400px) {
  #HD #NV > ul > li > a {
    font-size: 17px;
    font-size: 1.0625rem;
  }
  #HD #NV .nv_station li {
    margin: 0 6px;
  }
  #HD #NV .nv_station a {
    width: 46px;
    padding-left: 7px;
  }
}
@media only screen and (max-width:1200px) {
  #HD {
    padding: 0 10px;
  }
  #HD .hd__nv {
    height: 86px;
  }
  #HD #HD_logo {
    width: 190px;
  }
  #HD #HD_logo a {
    height: 81px;
  }
  #HD #HD_logo .logo img {
    width: 50px;
  }
  #HD #HD_logo .name img {
    width: 120px;
  }
  #HD #NV {
    height: 50px;
  }
  #HD #NV > ul > li > a {
    font-size: 16px;
    font-size: 1rem;
    height: 50px;
  }
  #HD #NV > ul > li > a img {
    width: 36px;
    height: 25px;
    margin-right: 4px;
  }
  #HD #NV .nv_ddm {
    left: 10px;
    right: 10px;
    padding: 25px;
  }
  #HD #NV .nv_ddm > p {
    font-size: 22px;
    font-size: 1.375rem;
  }
  #HD #NV .nv_ddm > p img {
    width: 55px;
    margin-right: 15px;
    margin-top: -2px;
  }
  #HD #NV .nv_station li {
    margin: 0 3px;
  }
  #HD #NV .nv_station a {
    width: 42px;
  }
  #HD #NV .nv_station a .name {
    font-size: 17px;
    font-size: 1.0625rem;
    height: 70px;
  }
  #HD #NV .nv_station a .kana {
    font-size: 11px;
    font-size: 0.6875rem;
    padding: 40px 5px 0;
  }
  #HD #NV .nv_ticket ul {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  #HD #HD_tBtn {
    width: 150px;
    height: 98px;
    padding: 5px 22px 10px 7px;
  }
  #HD #HD_tBtn::before {
    width: 15px;
  }
  #HD #HD_tBtn::after {
    border-width: 6px 0 6px 6px;
    right: 4px;
  }
  #HD #HD_tBtn .name {
    font-size: 18px;
    font-size: 1.125rem;
    letter-spacing: 0;
  }
  #HD #HD_tBtn .name img {
    width: 20px;
    height: 20px;
  }
  #HD #HD_info {
    left: 10px;
    right: 10px;
  }
  #HD #NV_DMback {
    top: 86px;
    left: 10px;
    right: 10px;
  }
  body.nv_show #HD #NV_DMback {
    height: 350px;
  }
  body.ctg_home #HD #HD_logo .logo {
    top: -15px;
  }
  body.ctg_home #HD #HD_logo .logo img {
    width: 55px;
  }
  body.ctg_home #HD #HD_logo .name {
    top: -10px;
  }
  body.ctg_home #HD #NV_DMback {
    top: 108px;
  }
}
@media only screen and (max-width:980px) {
  #HD {
    padding: 0;
  }
  #HD .hd__nv {
    height: 50px;
    padding-left: 60px;
    background-color: #fff;
    align-items: center;
  }
  #HD .hd__nv #NV,
  #HD #NV_DMback {
    display: none !important;
  }
  #HD #HD_logo {
    width: auto;
    background-color: #fff;
  }
  #HD #HD_logo a {
    display: flex;
    align-items: center;
    height: auto;
    background: none;
    margin: 0;
  }
  #HD #HD_logo .logo {
    margin-right: 5px;
  }
  #HD #HD_logo .logo img {
    width: 40px;
  }
  #HD #HD_logo .name {
    line-height: 0;
  }
  #HD #HD_logo .name img {
    width: 110px;
  }
  #HD #HD_subNV {
    height: auto;
    padding: 0;
    margin-right: 10px;
  }
  #HD #HD_subNV .search, #HD #HD_subNV .contact {
    display: none !important;
  }
  #HD #HD_subNV .x a {
    background-color: #000;
    height: auto;
    padding: 6px;
    border-radius: 100%;
    line-height: 0;
  }
  #HD #HD_subNV .recruit::before {
    background-color: #cccccc;
  }
  #HD #HD_subNV .recruit::after {
    display: none;
  }
  #HD #HD_subNV .recruit a {
    height: auto;
    padding: 5px 10px 7px;
  }
  #HD #HD_tBtn {
    height: 50px;
    width: auto;
    border-radius: 0;
    box-shadow: none;
    padding: 5px 25px 10px 15px;
  }
  #HD #HD_tBtn::before {
    border-radius: 0;
    opacity: 0.7;
  }
  #HD #HD_tBtn::after {
    border-width: 5px 0 5px 5px;
    right: 4px;
  }
  #HD #HD_tBtn .name img {
    width: 15px;
    height: 15px;
    margin: 0 auto 3px;
  }
  #HD #HD_tBtn .btn {
    display: none;
  }
  #HD #HD_info {
    margin-top: 0;
    left: 0;
    right: 0;
  }
  #HD #HD_info > p {
    font-size: 15px;
    font-size: 0.9375rem;
    letter-spacing: 0;
    border-radius: 0;
    padding: 8px 10px 8px 5px;
    height: auto;
  }
  #HD #HD_info > p img {
    width: 15px;
    height: auto;
    margin-right: 5px;
    transform: none;
  }
  #HD #HD_info .hd_info__inner {
    padding: 8px 10px;
    border-radius: 0;
    border-right: none;
    border-left: none;
  }
  #HD #HD_info .hd_info__inner p {
    top: 8px;
  }
  #HD #HD_info .hd_info__inner a {
    right: 5px;
  }
  #HD #HD_info .hd_info__inner.link::after {
    width: 110px;
  }
  #HD #SP_hdMenu {
    font-size: 16px;
    font-size: 1rem;
    display: block;
    background-color: #f7f7f7;
    border-top: 1px solid #dfdfdf;
  }
  #HD #SP_hdMenu .nv_ddm {
    display: none;
  }
  #HD #SP_hdMenu > ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
  }
  #HD #SP_hdMenu > ul > li {
    flex: auto;
    border-left: 1px solid #dfdfdf;
  }
  #HD #SP_hdMenu > ul > li:first-child {
    border: none;
  }
  #HD #SP_hdMenu > ul > li a {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    padding: 3px;
    color: var(--color_2);
    min-height: 45px;
  }
  #HD #SP_hdMenu > ul > li img {
    display: block;
    width: 35px;
    height: auto;
    margin-right: 5px;
  }
  #HD #SP_hdMenu > ul > li img.in {
    display: none;
  }
  body.ctg_timetable #HD #SP_hdMenu > ul > li:nth-child(1), body.ctg_fare #HD #SP_hdMenu > ul > li:nth-child(2), body.ctg_info #HD #SP_hdMenu > ul > li:nth-child(3), body.ctg_ticket #HD #SP_hdMenu > ul > li:nth-child(4) {
    background-color: #e4f0d8;
  }
  body.ctg_timetable #HD #SP_hdMenu > ul > li:nth-child(1) > a, body.ctg_fare #HD #SP_hdMenu > ul > li:nth-child(2) > a, body.ctg_info #HD #SP_hdMenu > ul > li:nth-child(3) > a, body.ctg_ticket #HD #SP_hdMenu > ul > li:nth-child(4) > a {
    color: #6b8c39;
  }
  body.ctg_timetable #HD #SP_hdMenu > ul > li:nth-child(1) > a img, body.ctg_fare #HD #SP_hdMenu > ul > li:nth-child(2) > a img, body.ctg_info #HD #SP_hdMenu > ul > li:nth-child(3) > a img, body.ctg_ticket #HD #SP_hdMenu > ul > li:nth-child(4) > a img {
    display: none;
  }
  body.ctg_timetable #HD #SP_hdMenu > ul > li:nth-child(1) > a img.in, body.ctg_fare #HD #SP_hdMenu > ul > li:nth-child(2) > a img.in, body.ctg_info #HD #SP_hdMenu > ul > li:nth-child(3) > a img.in, body.ctg_ticket #HD #SP_hdMenu > ul > li:nth-child(4) > a img.in {
    display: block;
  }
  body.ctg_home #HD {
    padding-top: 0;
  }
  body.ctg_home #HD #HD_logo {
    width: auto;
    background-color: #fff;
  }
  body.ctg_home #HD #HD_logo .logo {
    top: 0;
  }
  body.ctg_home #HD #HD_logo .logo img {
    width: 40px;
  }
  body.ctg_home #HD #HD_logo .name {
    top: 0;
  }
  body.ctg_home #HD #HD_tBtn {
    transform: none;
  }
}
@media only screen and (max-width:640px) {
  #HD .hd__inner {
    height: 50px;
  }
  #HD .hd__nv {
    padding-left: 55px;
  }
  #HD #HD_logo .logo {
    margin-right: 3px;
  }
  #HD #HD_logo .logo img {
    width: 30px;
  }
  #HD #HD_logo .name img {
    width: 105px;
  }
  #HD #HD_tBtn {
    padding: 7px 3px;
  }
  #HD #HD_tBtn::before, #HD #HD_tBtn::after {
    display: none;
  }
  #HD #HD_tBtn .name {
    font-size: 14px;
    font-size: 0.875rem;
  }
  #HD #HD_tBtn .name span {
    font-size: 12px;
    font-size: 0.75rem;
  }
  #HD #HD_info > p {
    font-size: 13px;
    font-size: 0.8125rem;
    height: auto;
    padding: 5px 3px;
    line-height: 1;
  }
  #HD #HD_info > p img {
    width: 14px;
    height: auto;
    transform: none;
    display: block;
    margin: 0 auto 1px;
  }
  #HD #HD_info .hd_info__inner a {
    right: 4px;
    padding: 10px 5px;
  }
  #HD #HD_info .hd_info__inner a::before {
    display: none;
  }
  #HD #HD_info .hd_info__inner.link::after {
    width: 80px;
  }
  body.ctg_home #HD #HD_logo .logo {
    margin-right: 3px;
  }
  body.ctg_home #HD #HD_logo .logo img {
    width: 30px;
  }
  body.ctg_home #HD #HD_tBtn {
    transform: none;
  }
  #HD #SP_hdMenu img {
    display: none !important;
  }
  #HD #SP_hdMenu > ul > li a {
    min-height: 40px;
  }
  #HD #HD_subNV .recruit {
    display: none;
  }
}

/* HD INFO TICKER */
@keyframes flowAnimation {
  0% {
    transform: translateX(0);
    opacity: 0;
  }
  3% {
    opacity: 1;
  }
  15% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
/* SEARCH */
#HD #HD_subNV .search {
  display: flex;
  line-height: 1;
}
#HD #HD_subNV .search .ttl {
  margin: 0;
  display: block;
  height: 28px;
  padding: 0 20px;
  cursor: pointer;
  transition: padding 0.2s ease;
}
#HD #HD_subNV .search .ttl img {
  margin-top: 4px;
  transition: opacity 0.2s ease;
}
#HD #HD_subNV .search .search_block {
  width: 0;
  overflow: hidden;
  transition: width 0.5s ease;
}
#HD #HD_subNV .search.in .search_block {
  width: 200px;
}
#HD #HD_subNV .search.in .ttl {
  padding: 0 5px;
}
#HD #HD_subNV .search.in .ttl img {
  opacity: 0.3;
}
#HD #HD_subNV .search.in .ttl:hover img {
  opacity: 1;
}
#HD #HD_subNV .search form.gsc-search-box {
  margin-bottom: 0;
}
#HD #HD_subNV .search #___gcse_0 {
  overflow: hidden;
  height: 28px;
  padding-right: 10px;
}
#HD #HD_subNV .search .gsc-control-cse {
  padding: 0;
  border: none;
  background-color: transparent;
}
#HD #HD_subNV .search .gsib_a {
  padding: 3px 10px;
  height: 28px;
}
#HD #HD_subNV .search .gsc-input-box {
  border: none;
}
#HD #HD_subNV .search input.gsc-input {
  border: none;
}
#HD #HD_subNV .search table.gsc-search-box {
  margin: 0;
}
#HD #HD_subNV .search table.gsc-search-box td.gsc-input {
  padding-right: 0;
}
#HD #HD_subNV .search .gsc-search-button-v2 {
  padding: 0;
  width: 28px;
  height: 28px;
  background-color: var(--color_2);
  border: none;
  cursor: pointer;
}

#HD_mask {
  display: block;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100vw;
  height: 110vh;
  backdrop-filter: blur(5px);
  background-color: rgba(255, 255, 255, 0.5);
  opacity: 0;
  transition: opacity 0.5s ease;
  pointer-events: none;
}
body.nv_show #HD_mask {
  display: block;
  opacity: 1;
  pointer-events: auto;
}
@media only screen and (max-width:980px) {
  #HD_mask {
    display: none !important;
  }
}

/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
/* FT
/* -------------------------------------------------------------------------*/
.btn_toTop {
  position: fixed;
  z-index: 1;
  right: 10px;
  bottom: 10px;
  transition: opacity 0.3s ease;
  opacity: 0.2;
}
.btn_toTop:hover {
  opacity: 1 !important;
}
.btn_toTop a {
  display: block;
  position: relative;
  padding-top: 90px;
  transform: translateX(150%);
  transition: transform 0.5s ease;
  width: 48px;
}
.btn_toTop a img {
  width: 100%;
  height: auto;
}
.btn_toTop a::before, .btn_toTop a::after {
  content: "";
  display: block;
  height: 114px;
  width: 109px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  pointer-events: none;
  transition: opacity 0.3s ease;
  position: absolute;
  bottom: 38px;
}
.btn_toTop a::before {
  background-image: url(../img/btn_top_0.png);
  right: -20px;
}
.btn_toTop a::after {
  background-image: url(../img/btn_top_1.png);
  opacity: 0;
  right: -5px;
}
.btn_toTop a:hover::before {
  opacity: 0;
  transition: opacity 0.5s ease;
}
.btn_toTop a:hover::after {
  opacity: 1;
}
body.scrolled .btn_toTop a {
  transform: translateX(0);
}
body.scrolling .btn_toTop {
  opacity: 1;
}
@media only screen and (max-width:640px) {
  .btn_toTop {
    bottom: 30px;
  }
  .btn_toTop a {
    padding-top: 80px;
    width: 40px;
  }
  .btn_toTop a::before, .btn_toTop a::after {
    height: 90px;
    width: 86px;
  }
  .btn_toTop a::before {
    opacity: 1 !important;
  }
  .btn_toTop a::after {
    opacity: 0 !important;
  }
}

#FT {
  padding: 40px 0 0;
  background-color: #eceff1;
}
#FT .ft__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
}
#FT .ft_nv_1 {
  display: flex;
}
#FT .ft_nv_1 address {
  width: 28%;
  padding-right: 15px;
  font-style: normal;
}
#FT .ft_nv_1 address h1 {
  margin: 0 0 20px;
  padding: 0;
  width: 100%;
  max-width: 276px;
}
#FT .ft_nv_1 address h1 a {
  display: block;
  opacity: 1;
}
#FT .ft_nv_1 address h1 a img {
  width: 100%;
  height: auto;
}
#FT .ft_nv_1 address p {
  font-size: 13px;
  font-size: 0.8125rem;
  margin: 0 0 0 10px;
  opacity: 0.6;
}
#FT .ft_nv_1 address a {
  color: #000;
  text-decoration: none;
  opacity: 0.6;
}
#FT .ft_nv_1 .ft_nv {
  flex: 1;
  font-size: 13px;
  font-size: 0.8125rem;
  display: flex;
  column-gap: 5px;
  list-style: none;
  width: 100%;
  margin: 0;
  padding: 0;
}
#FT .ft_nv_1 .ft_nv a {
  text-decoration: none;
  color: #4d4d4d;
}
#FT .ft_nv_1 .ft_nv a:hover {
  text-decoration: underline;
}
#FT .ft_nv_1 .ft_nv > li {
  flex: auto;
  margin: 0;
  padding: 0;
  background-color: #f4f6f8;
  border: 1px solid #d6dcdf;
  border-radius: 6px;
  overflow: hidden;
}
#FT .ft_nv_1 .ft_nv > li p {
  font-size: 15px;
  font-size: 0.9375rem;
  margin: 0;
  padding: 8px 5px 7px;
  background-color: #fff;
  color: #4d4d4d;
  white-space: nowrap;
}
#FT .ft_nv_1 .ft_nv > li p img {
  width: 43px;
  height: auto;
  vertical-align: middle;
  margin-right: 5px;
}
#FT .ft_nv_1 .ft_nv ul {
  list-style: none;
  margin: 0;
  padding: 10px;
}
#FT .ft_nv_1 .ft_nv .ft_nv_wrp {
  display: flex;
}
#FT .ft_nv_1 .ft_nv li li {
  position: relative;
  padding-left: 9px;
}
#FT .ft_nv_1 .ft_nv li li::before {
  content: "";
  display: block;
  width: 3px;
  height: 3px;
  background-color: #4d4d4d;
  position: absolute;
  left: 0;
  top: 11px;
  border-radius: 100%;
}
#FT .ft_nv_2 {
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid #c6ced4;
}
#FT .ft_nv_2 ul.ft_nv_link {
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
#FT .ft_nv_2 ul.ft_nv_link li {
  margin: 0 2px;
  padding: 0;
}
#FT .ft_nv_2 ul.ft_nv_link li a {
  display: block;
  padding: 5px 20px;
  text-decoration: none;
  color: #4d4d4d;
  background-color: #f4f6f8;
  border: 1px solid #d6dcdf;
  border-radius: 4px;
  text-align: center;
  transition: background 0.2s ease;
}
#FT .ft_nv_2 ul.ft_nv_link li a:hover {
  background-color: #fff;
}
#FT .ft_nv_2 ul.ft_nv_link li.emph a {
  background-color: #00b5e8;
  border-color: #00b5e8;
  color: #fff;
}
#FT .ft_nv_2 ul.ft_bnr {
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
}
#FT .ft_nv_2 ul.ft_bnr li {
  width: 175px;
  margin: 0 3px;
  padding: 0;
}
#FT .ft_nv_2 ul.ft_bnr a {
  display: block;
  background-color: #f4f6f8;
  border: 1px solid #d6dcdf;
  border-radius: 5rem;
  transition: background 0.2s ease;
  overflow: hidden;
}
#FT .ft_nv_2 ul.ft_bnr a:hover {
  background-color: #fff;
}
#FT .ft_nv_2 ul.ft_bnr a img {
  width: 100%;
  height: auto;
}
#FT .ft_nv_2 ul.ft_bnr a::after {
  display: none;
}
#FT .copyright {
  margin: 20px 0 0;
  padding: 20px 90px 20px 20px;
  background-color: #afc0cc;
  color: #fff;
  text-align: right;
}
#FT .copyright small {
  font-size: 12px;
  font-size: 0.75rem;
}
#FT .copyright a {
  text-decoration: none;
  color: #fff;
}
@media only screen and (max-width:980px) {
  #FT .ft__inner {
    padding: 0 15px;
  }
  #FT .ft_nv_1 {
    display: block;
  }
  #FT .ft_nv_1 address {
    width: auto;
    text-align: center;
  }
  #FT .ft_nv_1 address h1 {
    margin-bottom: 10px;
    text-align: center;
    max-width: auto;
    max-width: initial;
  }
  #FT .ft_nv_1 address h1 a {
    display: inline-block;
    max-width: 230px;
  }
  #FT .ft_nv_1 address p {
    margin: 0;
  }
  #FT .ft_nv_1 .ft_nv {
    margin-top: 10px;
  }
  #FT .ft_nv_2 {
    font-size: 13px;
    font-size: 0.8125rem;
  }
  #FT .ft_nv_2 ul.ft_nv_link li {
    flex: auto;
  }
  #FT .ft_nv_2 ul.ft_nv_link li a {
    padding: 5px;
  }
}
@media only screen and (max-width:640px) {
  #FT .ft__inner {
    padding: 0 10px;
  }
  #FT .ft_nv_1 address {
    width: auto;
    text-align: center;
  }
  #FT .ft_nv_1 address h1 {
    margin-bottom: 10px;
    text-align: center;
    max-width: auto;
    max-width: initial;
  }
  #FT .ft_nv_1 address h1 a {
    display: inline-block;
    max-width: 230px;
  }
  #FT .ft_nv_1 address p {
    margin: 0;
  }
  #FT .ft_nv_1 .ft_nv {
    display: none;
  }
  #FT .ft_nv_2 ul.ft_nv_link {
    flex-wrap: wrap;
    gap: 5px 5px;
  }
  #FT .ft_nv_2 ul.ft_nv_link li {
    width: calc(50% - 10px);
    margin: 0;
  }
  #FT .ft_nv_2 ul.ft_bnr {
    gap: 10px 10px;
    flex-wrap: wrap;
    max-width: 360px;
    margin: 20px auto 0;
  }
  #FT .ft_nv_2 ul.ft_bnr li {
    width: calc(50% - 10px);
    margin: 0;
  }
  #FT .copyright {
    padding-bottom: 120px;
  }
}
@media only screen and (max-width: 360px) {
  #FT .ft_nv_2 ul.ft_nv_link {
    display: block;
  }
  #FT .ft_nv_2 ul.ft_nv_link li {
    width: 100%;
    margin-top: 2px;
  }
  #FT .ft_nv_2 ul.ft_nv_link li a {
    text-align: left;
    padding: 10px 10px 10px 15px;
  }
}

/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
/* TOP
/* -------------------------------------------------------------------------*/
#TP_KV {
  position: relative;
  z-index: 0;
  padding-top: 53.125%;
  background-color: #a8beb7;
}
#TP_KV .tp_kv_pic {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transition: opacity 1s ease;
}
#TP_KV .tp_kv_pic img {
  width: 100%;
  height: auto;
}
body.loaded #TP_KV .tp_kv_pic {
  opacity: 1;
}
#TP_KV .tp_info {
  display: flex;
  align-items: center;
  max-width: 1440px;
  width: 100%;
  padding: 0 20px;
  position: absolute;
  z-index: 2;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
}
#TP_KV .tp_info .caption {
  position: relative;
  width: 50%;
  padding-right: 20px;
}
#TP_KV .tp_info .caption img {
  width: 100%;
  height: auto;
  max-width: 610px;
  opacity: 0;
  transition: opacity 1s ease;
}
body.loaded #TP_KV .tp_info .caption img {
  opacity: 1;
}
#TP_KV .tp_info .caption .line {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  opacity: 0.2;
  transition: all 1.3s ease;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
#TP_KV .tp_info .caption .line.line_1 {
  background-image: url(../img/top/kv_caption_line_1.png);
}
#TP_KV .tp_info .caption .line.line_2 {
  background-image: url(../img/top/kv_caption_line_2.png);
}
body.loaded #TP_KV .tp_info .caption .line {
  opacity: 1;
}
body.loaded #TP_KV .tp_info .caption .line.line_1 {
  width: 100%;
  transition-delay: 0.5s;
}
body.loaded #TP_KV .tp_info .caption .line.line_2 {
  width: 100%;
  transition-delay: 0.7s;
}
#TP_KV .tp_info .tp_info_slider {
  width: 50%;
}
#TP_KV .tp_info .tp_info_slider a {
  display: block;
}
#TP_KV .tp_info .tp_info_slider .swiper-slide img {
  width: 100%;
  height: auto;
}
#TP_KV .tp_info .nv_block {
  display: flex;
  position: relative;
  bottom: 0;
  justify-content: center;
  margin-top: 10px;
}
#TP_KV .tp_info .nv_block .nv_pagination {
  width: auto;
  padding: 0 10px;
}
#TP_KV .tp_info .nv_block .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  background-color: #fff;
}
#TP_KV .tp_info .nv_block .nv_next, #TP_KV .tp_info .nv_block .nv_prev {
  line-height: 0;
  margin-top: 2px;
  cursor: pointer;
}
#TP_KV .tp_info .nv_block .nv_next.swiper-button-disabled, #TP_KV .tp_info .nv_block .nv_prev.swiper-button-disabled {
  cursor: default;
  opacity: 0.3;
}
#TP_KV .tp_info .nv_block .nv_next span, #TP_KV .tp_info .nv_block .nv_prev span {
  display: block;
  width: 20px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 2px;
}
#TP_KV .tp_info .nv_block .nv_next img, #TP_KV .tp_info .nv_block .nv_prev img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width:980px) {
  #TP_KV {
    margin-top: 100px;
    padding-bottom: 20px;
    background-color: #4ba687;
  }
  #TP_KV .tp_info {
    position: relative;
    display: block;
    padding: 0 10px;
    bottom: auto;
    left: auto;
    transform: none;
    margin-top: -25%;
  }
  #TP_KV .tp_info .caption {
    right: 0;
    width: 50%;
    margin: 0 0 0 auto;
  }
  #TP_KV .tp_info .tp_info_slider {
    width: 100%;
    max-width: 600px;
  }
}

#TP_CNT #Stations {
  padding: 0 15px;
  margin-top: 0;
  background-color: #fff;
}
@media only screen and (max-width:640px) {
  #TP_CNT #Stations {
    padding: 0 10px;
  }
}

.tp_ir_line_1 {
  position: relative;
  height: 95px;
  background: url(../img/ir_line.png) center top repeat-x #eceff1;
}
.tp_ir_line_1:before {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background-color: #e6e9eb;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
@media only screen and (max-width:980px) {
  .tp_ir_line_1 {
    height: 80px;
  }
}
@media only screen and (max-width:640px) {
  .tp_ir_line_1 {
    height: 75px;
  }
}

.tp_ir_line_2 {
  position: relative;
  margin-top: -15px;
  margin-bottom: -15px;
  height: 41px;
  background: url(../img/ir_line.png) center top repeat-x;
}

.tp_station_train {
  padding: 100px 0 90px;
  background: url(../img/top/station_bc.png) 0 0 repeat-x #ccedf9;
  background-size: 838px auto;
  overflow-x: hidden;
}
.tp_station_train__inner {
  width: 100vw;
  animation: tp_train_anm 15s linear infinite;
}
.tp_station_train figure.train {
  width: 575px;
  margin: 0;
  padding: 0;
}
.tp_station_train figure.train img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width:1200px) {
  .tp_station_train figure.train {
    width: 450px;
  }
}
@media only screen and (max-width:980px) {
  .tp_station_train {
    background-size: auto 140px;
  }
  .tp_station_train__inner {
    animation-duration: 10s;
  }
  .tp_station_train figure.train {
    width: 380px;
  }
}
@media only screen and (max-width:640px) {
  .tp_station_train {
    padding: 50px 0;
    background-size: auto 80px;
  }
  .tp_station_train__inner {
    animation-duration: 8s;
  }
  .tp_station_train figure.train {
    width: 300px;
  }
}

@keyframes tp_train_anm {
  0% {
    transform: translateX(-50%); /* 画像を左側に隠す */
  }
  100% {
    transform: translateX(100%); /* 画像を右側に移動 */
  }
}
/* NEWS */
#TP_news {
  padding: 1px 20px 80px;
  background-color: #ccedf9;
}
#TP_news h2 {
  font-size: 40px;
  font-size: 2.5rem;
  color: var(--color_text_1);
  text-align: center;
  margin: 0 0 40px;
  line-height: 1;
  font-weight: normal;
}
#TP_news .btn {
  text-align: center;
  margin-top: 3rem;
}
#TP_news .btn a {
  font-size: 20px;
  font-size: 1.25rem;
  display: inline-block;
  width: 100%;
  max-width: 480px;
  padding: 20px;
  color: var(--color_2);
  text-decoration: none;
  background-color: #fff;
  border: 2px solid var(--color_2);
  text-align: center;
  border-radius: 5rem;
}
@media only screen and (max-width:980px) {
  #TP_news {
    padding: 1px 15px 70px;
  }
  #TP_news h2 {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}
@media only screen and (max-width:640px) {
  #TP_news {
    padding: 1px 10px 60px;
  }
  #TP_news h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

.tp_news_slider {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
  padding-bottom: 30px;
}
.tp_news_slider .swiper-slide {
  padding-bottom: 20px;
}
.tp_news_slider .swiper-slide a {
  display: block;
  text-decoration: none;
}
.tp_news_slider .swiper-slide a figure {
  margin: 0;
  padding: 0;
}
.tp_news_slider .swiper-slide a figure img {
  width: auto;
  height: auto;
  max-width: 100%;
}
.tp_news_slider .swiper-slide a .text {
  margin-top: 7px;
  padding: 10px;
  background-color: #fff;
}
.tp_news_slider .swiper-slide a .text p {
  margin: 0;
}
.tp_news_slider .swiper-slide a .date {
  display: inline-block;
}
.tp_news_slider .swiper-slide a .icon {
  display: inline-block;
}
.tp_news_slider .nv_block {
  display: flex;
  position: relative;
  bottom: 0;
  justify-content: center;
  margin-top: 10px;
}
.tp_news_slider .nv_block .nv_pagination {
  width: auto;
  padding: 0 10px;
}
.tp_news_slider .nv_block .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
}
.tp_news_slider .nv_block .nv_next, .tp_news_slider .nv_block .nv_prev {
  line-height: 0;
  margin-top: 2px;
  cursor: pointer;
}
.tp_news_slider .nv_block .nv_next.swiper-button-disabled, .tp_news_slider .nv_block .nv_prev.swiper-button-disabled {
  cursor: default;
  opacity: 0.3;
}
.tp_news_slider .nv_block .nv_next span, .tp_news_slider .nv_block .nv_prev span {
  display: block;
  width: 20px;
  background-color: #0062b2;
  border-radius: 2px;
}
.tp_news_slider .nv_block .nv_next img, .tp_news_slider .nv_block .nv_prev img {
  width: 100%;
  height: auto;
}

.tp_news_list {
  max-width: 1020px;
  margin: 30px auto 0;
}

/* INFOs */
#TP_info {
  position: relative;
  padding: 100px 20px;
}
#TP_info h2 {
  font-size: 40px;
  font-size: 2.5rem;
  color: var(--color_text_1);
  text-align: center;
  margin: 0 0 40px;
  line-height: 1;
  font-weight: normal;
  text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff;
}
#TP_info h2 span {
  display: block;
}
#TP_info h2 span img {
  width: 125px;
  height: auto;
  margin-bottom: 15px;
}
#TP_info ul {
  display: flex;
  gap: 20px 1.6%;
  flex-wrap: wrap;
  list-style: none;
  margin: 0 auto;
  padding: 0;
  max-width: 1400px;
}
#TP_info li {
  margin: 0;
  padding: 0;
  width: 23.8%;
  opacity: 0;
  pointer-events: none;
  transform: translateY(20%);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
#TP_info li.anm_on {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
#TP_info li a {
  display: block;
  padding: 5%;
  color: #fff;
  text-decoration: none;
  background-color: rgba(0, 98, 178, 0.9);
  transition: background 0.2s ease;
}
#TP_info li a:hover {
  background-color: #0085dd;
}
#TP_info li a > p {
  font-size: 15px;
  font-size: 0.9375rem;
  margin: 0;
}
#TP_info .title {
  padding-bottom: 15px;
  margin-bottom: 10px;
  text-align: center;
  border-bottom: 1px solid #fff;
}
#TP_info .title img {
  width: 72px;
  height: auto;
  margin-bottom: 5px;
}
#TP_info .title h3 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  margin: 0;
  font-weight: normal;
}
@media only screen and (max-width:1200px) {
  #TP_info ul {
    gap: 12px 1.5%;
  }
  #TP_info li {
    width: 32.33%;
  }
  #TP_info .title h3 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media only screen and (max-width:980px) {
  #TP_info {
    position: static;
    position: initial;
    padding: 70px 15px;
    background: transparent !important;
  }
  #TP_info::before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    z-index: -1;
  }
  #TP_info.winter::before {
    background: url(../img/top/tp_info_bc_1.jpg) center/cover no-repeat;
  }
  #TP_info.spring::before {
    background: url(../img/top/tp_info_bc_2.jpg) center/cover no-repeat;
  }
  #TP_info.summer::before {
    background: url(../img/top/tp_info_bc_3.jpg) center/cover no-repeat;
  }
  #TP_info.autumn::before {
    background: url(../img/top/tp_info_bc_4.jpg) center/cover no-repeat;
  }
  #TP_info h2 {
    font-size: 35px;
    font-size: 2.1875rem;
  }
  #TP_info h2 span img {
    width: 100px;
  }
}
@media only screen and (max-width:640px) {
  #TP_info {
    padding: 50px 10px;
  }
  #TP_info h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
  #TP_info h2 span img {
    width: 80px;
  }
  #TP_info ul {
    gap: 6px 6px;
  }
  #TP_info li {
    width: calc(50% - 3px);
  }
  #TP_info .title {
    padding-bottom: 10px;
    margin-bottom: 5px;
  }
  #TP_info .title img {
    width: 40px;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 500px) {
  #TP_info ul {
    gap: 5px 0;
  }
  #TP_info li {
    width: 100%;
  }
  #TP_info li a {
    padding: 5px 10px 8px;
  }
  #TP_info li a > p {
    margin-left: 5px;
  }
  #TP_info .title {
    padding-bottom: 5px;
    margin-bottom: 5px;
    text-align: left;
    border-bottom-color: rgba(255, 255, 255, 0.5);
  }
  #TP_info .title img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
  }
  #TP_info .title h3 {
    font-size: 18px;
    font-size: 1.125rem;
    display: inline-block;
    vertical-align: middle;
  }
}

@media only screen and (max-width:980px) {
  .parallax-mirror {
    display: none;
  }
}

/* BNR */
#TP_bnr {
  padding: 50px 20px;
  background-color: #fff;
}
#TP_bnr ul {
  display: flex;
  justify-content: center;
  column-gap: 13px;
  max-width: 1400px;
  list-style: none;
  margin: 0 auto;
  padding: 0;
}
#TP_bnr li {
  margin: 0;
  padding: 0;
  text-align: center;
}
#TP_bnr li a {
  display: inline-block;
  width: 100%;
  max-width: 520px;
}
#TP_bnr li a img {
  width: 100%;
  height: auto;
}
#TP_bnr li a::after {
  display: none;
}
@media only screen and (max-width:1200px) {
  #TP_bnr ul {
    column-gap: 15px;
  }
}
@media only screen and (max-width:980px) {
  #TP_bnr ul {
    flex-wrap: wrap;
    gap: 12px;
    max-width: 610px;
  }
  #TP_bnr li {
    width: calc(50% - 6px);
  }
}
@media only screen and (max-width:640px) {
  #TP_bnr {
    padding: 30px 10px;
  }
}
@media only screen and (max-width: 500px) {
  #TP_bnr ul {
    display: block;
    text-align: center;
    max-width: 240px;
  }
  #TP_bnr li {
    width: auto;
  }
  #TP_bnr li a {
    max-width: 300px;
  }
}

/* SP RECRUIT BTN */
#TP-SP-recruit {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  bottom: 20px;
}
#TP-SP-recruit a {
  display: block;
  writing-mode: vertical-rl;
  text-decoration: none;
  color: #fff;
  background-color: #fff;
  background: #2eb200;
  line-height: 1;
  padding: 6px 8px 6px 6px;
  letter-spacing: 2px;
  border-radius: 0 5px 5px 0;
  border: 2px solid #fff;
  border-left: none;
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.05);
}
#TP-SP-recruit a::before {
  content: "";
  display: inline-block;
  width: 19px;
  height: 19px;
  background: url(../img/hd_ic_recruit.png) 0 0 no-repeat;
  background-size: cover;
  margin-bottom: 5px;
}
@media only screen and (max-width:640px) {
  #TP-SP-recruit {
    display: block;
  }
}

/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
/* STATION LIST
/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
/* NEWS
/* -------------------------------------------------------------------------*/
/* ICON */
.icon {
  font-size: 12px;
  font-size: 0.75rem;
  min-width: 65px;
  text-align: center;
  display: inline-block;
  line-height: 1;
  padding: 3px 5px 4px;
  color: #fff;
  background-color: #686868;
  border-radius: 2px;
}

.icon_1 {
  background-color: #6b8c3a;
}

.icon_2 {
  background-color: #c24644;
}

.icon_3 {
  background-color: #9f8a38;
}

.icon_4 {
  background-color: #af4c93;
}

.icon_5 {
  background-color: #1e3b8b;
}

.icon_6 {
  background-color: var(--color_1);
}

.icon_7 {
  background-color: #6c717c;
}

.news_list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.news_list li {
  margin: 0;
  padding: 0;
}
.news_list li + li {
  border-top: 1px solid #eceff1;
}
.news_list li a {
  display: flex;
  align-items: flex-start;
  padding: 10px 10px 10px 50px;
  background-color: #fff;
  text-decoration: none;
  transition: background 0.2s ease;
}
.news_list li a .date {
  font-size: 14px;
  font-size: 0.875rem;
  color: var(--color_text_1);
  width: 100px;
}
.news_list li a .category {
  width: 100px;
}
.news_list li a .title {
  flex: 1;
}
.news_list li a:hover {
  background-color: rgba(255, 255, 255, 0.7);
}
.news_list li a p {
  margin: 10px 0;
}
@media only screen and (max-width:980px) {
  .news_list li a {
    padding-left: 20px;
  }
  .news_list li a .date {
    width: 90px;
  }
  .news_list li a .category {
    width: 90px;
  }
}
@media only screen and (max-width:640px) {
  .news_list li a {
    display: block;
    padding: 10px 10px 10px 15px;
  }
  .news_list li a p {
    margin: 0;
  }
  .news_list li a .date {
    display: inline-block;
    width: 85px;
  }
  .news_list li a .category {
    display: inline-block;
    width: auto;
  }
  .news_list li a .title {
    margin-top: 5px;
  }
}

.pagination {
  list-style: none;
  font-size: 0;
  margin: 40px 0 0;
  padding: 15px 0 0;
  text-align: center;
}
.pagination li {
  font-size: 15px;
  font-size: 0.9375rem;
  display: inline-block;
  margin: 4px;
  line-height: 1;
}
.pagination li > a, .pagination li > span {
  display: block;
  min-width: 40px;
  padding: 10px;
  text-align: center;
  line-height: 1;
  border: 2px solid #9c9c9c;
  user-select: none;
}
.pagination li a {
  color: var(--color_text_1);
  text-decoration: none;
  background-color: #fff;
  text-align: center;
  border-radius: 2px;
  transition: all 0.2s ease;
}
.pagination li a:hover {
  border-color: #2da1cb;
  color: #2da1cb;
}
.pagination li a:hover::before {
  border-color: #2da1cb !important;
}
.pagination li.active > span {
  background-color: #2da1cb;
  color: #fff;
  border-color: #2da1cb;
}
.pagination li.prev a, .pagination li.prev span, .pagination li.next a, .pagination li.next span {
  position: relative;
}
.pagination li.prev a::before, .pagination li.prev span::before, .pagination li.next a::before, .pagination li.next span::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border: 2px solid #636363;
  border-top: none;
  transition: border 0.2s ease;
  position: absolute;
  top: 50%;
}
.pagination li.prev a, .pagination li.prev span {
  padding-left: 30px;
}
.pagination li.prev a::before, .pagination li.prev span::before {
  border-right: none;
  left: 8px;
  transform: rotate(45deg) translateY(-50%);
}
.pagination li.next a, .pagination li.next span {
  padding-right: 30px;
}
.pagination li.next a::before, .pagination li.next span::before {
  border-left: none;
  right: 8px;
  transform: rotate(-45deg) translateY(-50%);
}
.pagination li.disabled {
  opacity: 0.2;
}

.news_dateBox {
  display: flex;
  column-gap: 10px;
  margin-bottom: 10px;
}
.news_dateBox p {
  margin: 0;
}
.news_dateBox + h3 {
  margin-top: 0 !important;
}

/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
/* PAGE
/* -------------------------------------------------------------------------*/
.def_width, .pankuzu {
  max-width: 1440px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

.def_width_2, .tt_tab, .cnt_inner, .tt_inner {
  max-width: 1240px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (max-width:980px) {
  .def_width_2, .tt_tab, .cnt_inner, .tt_inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width:640px) {
  .def_width_2, .tt_tab, .cnt_inner, .tt_inner {
    padding-left: 10px;
    padding-right: 10px;
  }
}

#CNT {
  padding-top: 100px;
}
@media only screen and (max-width:1200px) {
  #CNT {
    padding-top: 90px;
  }
}
@media only screen and (max-width:980px) {
  #CNT {
    padding-top: 90px;
  }
}

/* PANKUZU */
.pankuzu {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #fff;
}
.pankuzu a {
  text-decoration: none;
  color: #fff;
  opacity: 0.7;
}
.pankuzu a:hover {
  text-decoration: underline;
  opacity: 1;
}
.pankuzu ul {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0 15px;
}
.pankuzu li {
  margin: 0;
}
.pankuzu li::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2.5px 0 2.5px 4px;
  border-color: transparent transparent transparent #ffffff;
  vertical-align: middle;
  margin: 0 10px;
}
.pankuzu li:first-child::before {
  display: none;
}
@media only screen and (max-width:1200px) {
  .pankuzu {
    padding: 0 5px;
  }
  .pankuzu ul {
    padding: 0;
  }
}
@media only screen and (max-width:980px) {
  .pankuzu {
    padding: 0;
  }
}

/* PAGE NAVI */
.page_nv {
  background-color: #e6ecf1;
  padding: 30px 20px;
}
.page_nv ul {
  list-style: none;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.page_nv li {
  margin: 0;
  padding: 0;
}
.page_nv li a {
  display: block;
  position: relative;
  text-align: center;
  padding: 10px 25px 10px 20px;
  text-decoration: none;
  color: var(--color_1);
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #a1b5c6;
  transition: opacity 0.2s ease;
}
.page_nv li a:hover {
  opacity: 0.8;
}
.page_nv li a::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border: 1px solid var(--color_1);
  border-left: none;
  border-bottom: none;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: rotate(45deg) translateY(-50%);
}
.page_nv li a.in {
  background-color: var(--color_1);
  color: #fff;
  border-color: var(--color_1);
}
.page_nv li a.in::after {
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 6px 4px 0 4px;
  border-color: #FFFFFF transparent transparent transparent;
  right: 10px;
  transform: translateY(-50%);
}
@media only screen and (max-width:980px) {
  .page_nv {
    padding: 20px 15px;
  }
}
@media only screen and (max-width:640px) {
  .page_nv {
    padding: 10px;
  }
  .page_nv ul {
    gap: 4px;
  }
  .page_nv li a {
    padding: 6px 25px 7px 10px;
  }
}

.tt_titleArea {
  background-color: #446c8e;
  padding-top: 60px;
  border-bottom: 7px solid #00a7e3;
}
@media only screen and (max-width:980px) {
  .tt_titleArea {
    padding-top: 50px;
  }
}

.tt_titleArea_2 {
  position: relative;
  background-color: #446c8e;
  padding: 60px 20px 70px;
  color: #fff;
}
.tt_titleArea_2 h2 {
  font-size: 34px;
  font-size: 2.125rem;
  max-width: 1400px;
  margin: 0 auto;
  padding: 40px 0 40px 50px;
  font-weight: normal;
  line-height: 1.5;
}
.tt_titleArea_2 h2.h2_L {
  font-size: 30px;
  font-size: 1.875rem;
}
.tt_titleArea_2 .pankuzu, .tt_titleArea_2 h2 {
  position: relative;
  z-index: 1;
  text-shadow: 0 0 2px #446c8e, 0 0 2px #446c8e, 0 0 2px #446c8e;
}
.tt_titleArea_2 .pg_kv {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  text-align: right;
  pointer-events: none;
}
.tt_titleArea_2 .pg_kv img {
  width: auto;
  height: 100%;
}
@media only screen and (max-width:1200px) {
  .tt_titleArea_2 {
    padding: 60px 20px 50px;
  }
  .tt_titleArea_2 h2 {
    font-size: 30px;
    font-size: 1.875rem;
    padding: 30px 10px;
  }
  .tt_titleArea_2 h2.h2_L {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
@media only screen and (max-width:980px) {
  .tt_titleArea_2 {
    padding: 50px 20px 40px;
  }
  .tt_titleArea_2 h2 {
    font-size: 28px;
    font-size: 1.75rem;
    padding: 30px 0;
  }
  .tt_titleArea_2 h2.h2_L {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
@media only screen and (max-width:640px) {
  .tt_titleArea_2 {
    padding: 45px 15px 20px;
  }
  .tt_titleArea_2 h2 {
    font-size: 24px;
    font-size: 1.5rem;
    padding: 20px 0;
  }
  .tt_titleArea_2 h2.h2_L {
    font-size: 22px;
    font-size: 1.375rem;
  }
  .tt_titleArea_2 .pg_kv {
    opacity: 0.3;
    overflow: hidden;
  }
  .tt_titleArea_2 .pg_kv img {
    transform: translate(60px, 10px);
  }
}

.tt_titleArea_3 {
  padding: 60px 20px 1px;
}
.tt_titleArea_3 h2 {
  font-size: 34px;
  font-size: 2.125rem;
  max-width: 1400px;
  margin: 0 auto;
  padding: 50px 0 20px 50px;
  font-weight: normal;
  color: var(--color_2);
  line-height: 1.5;
}
.tt_titleArea_3 h2::after {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  margin-top: 25px;
  margin-left: 5px;
  background-color: var(--color_1);
  border-radius: 1rem;
}
.tt_titleArea_3 .pankuzu {
  opacity: 0.7;
}
.tt_titleArea_3 .pankuzu, .tt_titleArea_3 .pankuzu a {
  color: var(--color_text_1);
}
.tt_titleArea_3 .pankuzu li::before {
  border-color: transparent transparent transparent var(--color_text_1);
}
@media only screen and (max-width: 1360px) {
  .tt_titleArea_3 h2 {
    padding-left: 0;
  }
}
@media only screen and (max-width:980px) {
  .tt_titleArea_3 {
    padding: 50px 15px 1px;
  }
  .tt_titleArea_3 h2 {
    font-size: 30px;
    font-size: 1.875rem;
    padding: 40px 0 30px 0;
  }
}
@media only screen and (max-width:640px) {
  .tt_titleArea_3 {
    padding: 50px 10px 1px;
  }
}

.tt_stationName {
  width: 560px;
  margin: 10px auto 0;
  background-color: #fff;
}
.tt_stationName .tt_name {
  padding: 10px;
  text-align: center;
  line-height: 1;
}
.tt_stationName .tt_name h2 {
  font-size: 45px;
  font-size: 2.8125rem;
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
  letter-spacing: 12px;
  color: #000;
  margin-right: -12px;
}
.tt_stationName .tt_name h2.letter_4 {
  letter-spacing: 4px;
  margin-right: -4px;
}
.tt_stationName .tt_name h2.letter_3 {
  letter-spacing: 6px;
  margin-right: -6px;
}
.tt_stationName .tt_name h2::before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  background: url(../img/ir_logo.svg) 0 0 no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 7px;
  left: -50px;
}
.tt_stationName .tt_name p {
  color: #737373;
}
.tt_stationName .tt_name .kana {
  font-size: 16px;
  font-size: 1rem;
  margin: 10px 0 0;
  letter-spacing: 2px;
}
.tt_stationName .tt_name .roma {
  font-size: 13px;
  font-size: 0.8125rem;
  margin: 5px 0 0;
  letter-spacing: 1px;
}
.tt_stationName .tt_pn_stations {
  display: flex;
  padding: 5px;
  color: #fff;
  background-color: var(--color_2);
  line-height: 1;
}
.tt_stationName .tt_pn_stations .tt_pn_prev, .tt_stationName .tt_pn_stations .tt_pn_next {
  flex: 1;
}
.tt_stationName .tt_pn_stations .tt_pn_prev a, .tt_stationName .tt_pn_stations .tt_pn_next a {
  position: relative;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  height: 37px;
  transition: opacity 0.2s ease;
}
.tt_stationName .tt_pn_stations .tt_pn_prev a:hover, .tt_stationName .tt_pn_stations .tt_pn_next a:hover {
  opacity: 0.7;
}
.tt_stationName .tt_pn_stations .tt_pn_prev a::before, .tt_stationName .tt_pn_stations .tt_pn_next a::before {
  content: "";
  display: block;
  width: 34px;
  height: 37px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-color: #2c7ec1;
  border-radius: 3px;
  position: absolute;
  top: 0;
}
.tt_stationName .tt_pn_stations .tt_pn_prev a {
  padding-left: 45px;
}
.tt_stationName .tt_pn_stations .tt_pn_prev a::before {
  background-image: url(../img/station_arw_prev.png);
  left: 0;
}
.tt_stationName .tt_pn_stations .tt_pn_next a {
  padding-right: 45px;
}
.tt_stationName .tt_pn_stations .tt_pn_next a::before {
  background-image: url(../img/station_arw_next.png);
  right: 0;
}
.tt_stationName .tt_pn_stations .tt_pn_next {
  text-align: right;
}
.tt_stationName .tt_pn_stations .kana {
  font-size: 18px;
  font-size: 1.125rem;
  margin: 0;
}
.tt_stationName .tt_pn_stations .roma {
  font-size: 12px;
  font-size: 0.75rem;
  margin: 3px 0 0;
  letter-spacing: 1px;
}
@media only screen and (max-width:1200px) {
  .tt_stationName {
    width: 450px;
  }
  .tt_stationName .tt_name h2 {
    font-size: 40px;
    font-size: 2.5rem;
  }
  .tt_stationName .tt_name h2::before {
    width: 20px;
    height: 20px;
    top: 5px;
    left: -30px;
  }
  .tt_stationName .tt_name .kana {
    font-size: 14px;
    font-size: 0.875rem;
    margin-top: 8px;
    letter-spacing: 1px;
  }
  .tt_stationName .tt_name .roma {
    font-size: 11px;
    font-size: 0.6875rem;
    margin-top: 3px;
  }
  .tt_stationName .tt_pn_stations .kana {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .tt_stationName .tt_pn_stations .roma {
    font-size: 10px;
    font-size: 0.625rem;
    margin: 3px 0 0;
    letter-spacing: 0.5px;
  }
  .tt_stationName .tt_pn_stations .tt_pn_prev a, .tt_stationName .tt_pn_stations .tt_pn_next a {
    height: 30px;
  }
  .tt_stationName .tt_pn_stations .tt_pn_prev a::before, .tt_stationName .tt_pn_stations .tt_pn_next a::before {
    width: 28px;
    height: 30px;
  }
}
@media only screen and (max-width:980px) {
  .tt_stationName {
    width: 380px;
  }
  .tt_stationName .tt_name h2 {
    letter-spacing: 8px;
    margin-right: -8px;
  }
  .tt_stationName .tt_name h2.letter_4 {
    letter-spacing: 2px;
    margin-right: -2px;
  }
  .tt_stationName .tt_name h2.letter_3 {
    letter-spacing: 4px;
    margin-right: -4px;
  }
}
@media only screen and (max-width:640px) {
  .tt_stationName {
    width: 100%;
    max-width: 330px;
  }
  .tt_stationName .tt_name h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
  .tt_stationName .tt_name h2::before {
    width: 15px;
    height: 15px;
    top: 2px;
    left: -25px;
  }
  .tt_stationName .tt_name .kana {
    font-size: 12px;
    font-size: 0.75rem;
    margin-top: 6px;
  }
  .tt_stationName .tt_name .roma {
    font-size: 10px;
    font-size: 0.625rem;
  }
  .tt_stationName .tt_pn_stations .kana {
    font-size: 13px;
    font-size: 0.8125rem;
  }
  .tt_stationName .tt_pn_stations .roma {
    font-size: 9px;
    font-size: 0.5625rem;
  }
  .tt_stationName .tt_pn_stations .tt_pn_prev a, .tt_stationName .tt_pn_stations .tt_pn_next a {
    height: 25px;
  }
  .tt_stationName .tt_pn_stations .tt_pn_prev a::before, .tt_stationName .tt_pn_stations .tt_pn_next a::before {
    width: 23px;
    height: 25px;
  }
}

.tt_inner {
  padding-top: 50px;
  padding-bottom: 100px;
  min-height: 100vh;
}
@media only screen and (max-width:980px) {
  .tt_inner {
    padding-top: 30px;
    padding-bottom: 80px;
  }
}
@media only screen and (max-width:640px) {
  .tt_inner {
    padding-top: 20px;
    padding-bottom: 60px;
  }
}

#Timetable .timetable_wrp {
  padding: 30px 0;
  margin-bottom: 30px;
  background-color: #dfe7ee;
  text-align: center;
}
#Timetable .timetable_inner {
  display: flex;
  justify-content: center;
  max-width: 840px;
  margin: 0 auto;
}
#Timetable .timetable_block {
  background-color: #eff3f7;
}
#Timetable .timetable_block figure {
  margin: 0;
  padding: 0;
  border: 3px solid #fff;
}
#Timetable .timetable_block figure img {
  width: 100%;
  height: auto;
}
#Timetable .timetable_info {
  padding: 10px 5px;
  text-align: left;
  max-width: 450px;
}
#Timetable .timetable_info h4 {
  font-size: 16px;
  font-size: 1rem;
  margin: 0;
  font-weight: normal;
}
#Timetable .timetable_info .text {
  padding-left: 15px;
}
#Timetable .timetable_info .text p {
  margin: 0;
}
#Timetable .timetable_info .text p + P {
  margin-top: 1rem;
}
#Timetable .timetable_info .text + h4 {
  margin-top: 10px;
}
@media only screen and (max-width:640px) {
  #Timetable .timetable_wrp {
    padding: 10px 0 0;
  }
  #Timetable .timetable_inner {
    display: block;
  }
  #Timetable .timetable_block {
    padding: 20px 0;
  }
  #Timetable .timetable_block + .timetable_block {
    margin-top: 20px;
  }
  #Timetable .timetable_block figure {
    text-align: center;
    border: none;
  }
  #Timetable .timetable_block figure img {
    max-width: 400px;
  }
}

.tt_timeTable {
  padding: 30px 0;
  margin-bottom: 30px;
  text-align: center;
}
.tt_timeTable figure {
  margin: 0;
  padding: 0;
}
.tt_timeTable figure img {
  width: auto;
  height: auto;
  max-width: 100%;
}

.tt_timeTable_info {
  display: flex;
  padding: 0 10px;
  column-gap: 10px;
  width: 100%;
  max-width: 1020px;
  margin: 30px auto 0;
  line-height: 1.5;
}
.tt_timeTable_info .block {
  flex: 1;
  padding: 10px;
  text-align: left;
}
.tt_timeTable_info .block h4 {
  font-size: 16px;
  font-size: 1rem;
  margin: 0;
  font-weight: normal;
}
.tt_timeTable_info .block .text {
  padding-left: 20px;
}
.tt_timeTable_info .block .text p {
  margin: 0;
}
.tt_timeTable_info .block .text p + P {
  margin-top: 1rem;
}
@media only screen and (max-width:640px) {
  .tt_timeTable_info {
    display: block;
  }
  .tt_timeTable_info .block {
    padding: 10px 10px 10px 1px;
  }
  .tt_timeTable_info .block + .block {
    margin-top: 5px;
  }
  .tt_timeTable_info .block h4 {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  .tt_timeTable_info .block .text {
    font-size: 14px;
    font-size: 0.875rem;
    padding-left: 10px;
  }
}

.file {
  padding: 15px 20px;
  background-color: #dfeeee;
  border-radius: 8px;
}
.file ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.file li {
  margin: 0;
  padding: 0;
}
.file a {
  text-decoration: none;
  color: var(--color_text_1);
}
.file a:hover {
  text-decoration: underline;
}

a.pdf::before {
  content: url(../img/ic_pdf.png);
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.btn_back {
  margin-top: 3rem;
}
.btn_back button {
  font-size: 20px;
  font-size: 1.25rem;
  display: block;
  position: relative;
  padding: 15px 50px;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  border: 1px solid var(--color_1);
  color: var(--color_2);
  background-color: #fff;
  border-radius: 5rem;
  line-height: 1;
  box-shadow: 2px 2px 0 var(--color_1);
  cursor: pointer;
  transition: background 0.2s ease, box-shadow 0.2s ease;
}
.btn_back button::after {
  content: "";
  display: block;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 6px 8px 6px 0;
  border-color: transparent var(--color_2) transparent transparent;
}
.btn_back button:hover {
  background-color: #eafaff;
}

/* CONTENT */
.cnt_inner {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media only screen and (max-width:980px) {
  .cnt_inner {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width:640px) {
  .cnt_inner {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

/* FARE */
.fare_wrp {
  padding-top: 40px;
  padding-bottom: 80px;
}
@media only screen and (max-width:980px) {
  .fare_wrp {
    padding-top: 30px;
    padding-bottom: 80px;
  }
}
@media only screen and (max-width:640px) {
  .fare_wrp {
    padding-top: 20px;
    padding-bottom: 60px;
  }
}

.fare_mn {
  font-size: 18px;
  font-size: 1.125rem;
  display: flex;
  column-gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.fare_mn li {
  display: flex;
  flex: 1;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border-radius: 2rem;
}
.fare_mn li a {
  display: block;
  flex: 1;
  padding: 15px 10px;
  background-color: #f0f0f0;
  text-decoration: none;
  transition: background 0.2s ease;
}
.fare_mn li a span {
  display: inline-block;
  white-space: nowrap;
}
.fare_mn li a:hover {
  background-color: #cef2ff;
}
.fare_mn li.in a {
  color: #fff;
  background-color: var(--color_1);
  cursor: default;
}
@media only screen and (max-width:980px) {
  .fare_mn {
    font-size: 16px;
    font-size: 1rem;
    column-gap: 5px;
  }
  .fare_mn li {
    border-radius: 6px;
  }
  .fare_mn li a {
    padding: 10px 5px;
  }
}
@media only screen and (max-width:640px) {
  .fare_mn li {
    flex: auto;
    border-radius: 3px;
  }
  .fare_mn li a {
    text-align: center;
  }
  .fare_mn li a span {
    display: block;
  }
}

.fare_topInfo {
  font-size: 14px;
  font-size: 0.875rem;
  margin: 20px 0 10px;
}
.fare_topInfo p {
  margin: 0;
  text-align: right;
}

.fare_tbl {
  line-height: 1.4;
  /*
  @media only screen and (max-width:800px){
      overflow-x: scroll;

      table{
          min-width: 900px
      }

      thead{
          top: 0;
      }

      th, td{
          padding: 3px;
      }
  }
  */
}
.fare_tbl table {
  border-collapse: separate;
  border-spacing: 0px;
  width: 100%;
  text-align: center;
  border-right: 1px solid #c6cccf;
}
.fare_tbl thead {
  position: sticky;
  top: 98px;
}
.fare_tbl thead tr:first-child th:first-child {
  width: 120px;
}
.fare_tbl th, .fare_tbl td {
  padding: 5px;
  font-weight: normal;
  border: 1px solid #c6cccf;
  border-top: none;
  border-right: none;
}
.fare_tbl th {
  color: #fff;
  background-color: var(--table_th_color);
  padding: 10px 5px;
}
.fare_tbl td:first-child {
  background-color: #f7f7f7;
}
.fare_tbl td a {
  text-decoration: none;
  color: var(--color_2);
}
.fare_tbl td.ir_station {
  background-color: #eff9fc;
}
.fare_tbl tr.ir_end th, .fare_tbl tr.ir_end td {
  border-bottom-width: 4px;
}
.fare_tbl .name {
  display: block;
}
.fare_tbl .kana {
  font-size: 11px;
  font-size: 0.6875rem;
  display: block;
}
.fare_tbl .thisStation th, .fare_tbl .thisStation td {
  background-color: #ffdcdc;
}
.fare_tbl .highlighted-row {
  background-color: rgba(255, 252, 92, 0.2);
}
.fare_tbl .highlighted-col {
  background-color: rgba(255, 252, 92, 0.2);
}
@media only screen and (max-width:1200px) {
  .fare_tbl thead {
    top: 86px;
  }
}
@media only screen and (max-width:980px) {
  .fare_tbl {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  .fare_tbl thead {
    top: 50px;
  }
  .fare_tbl th {
    padding: 5px;
  }
}

/* V2 */
#Fare #Fare_N, #Fare #Fare_C, #Fare #Fare_SA, #Fare #Fare_SH {
  display: none;
}
#Fare.fare_tbl_1 #Fare_N, #Fare.fare_tbl_2 #Fare_C, #Fare.fare_tbl_3 #Fare_SA, #Fare.fare_tbl_4 #Fare_SH {
  display: block;
}

.fare_tbl_wrp {
  display: flex;
  gap: 8px;
}
.fare_tbl_wrp > div {
  flex: 1;
}
.fare_tbl_wrp .fare_tbl_1 th {
  background-color: #698dcf;
}
.fare_tbl_wrp .fare_tbl_2 th {
  background-color: #76be60;
}
.fare_tbl_wrp .fare_tbl_3 th {
  background-color: #e29b59;
}
@media only screen and (max-width: 800px) {
  .fare_tbl_wrp {
    display: block;
  }
}

.fare_normal td:nth-child(2) {
  width: 50%;
}

.fare_tblMn {
  display: none;
  list-style: none;
  margin: 30px 0 20px;
  padding: 0;
  border: 1px solid var(--table_border_color);
}
.fare_tblMn li {
  flex: 1;
}
.fare_tblMn li + li {
  border-left: 1px solid var(--table_border_color);
}
.fare_tblMn li a {
  display: block;
  text-decoration: none;
  padding: 12px 5px;
  text-align: center;
  background-color: #f0f0f0;
}
.fare_tblMn li.fare_tblMn_1 a {
  background-color: #698dcf;
  color: #fff;
}
.fare_tblMn li.fare_tblMn_2 a {
  background-color: #76be60;
  color: #fff;
}
.fare_tblMn li.fare_tblMn_3 a {
  background-color: #e29b59;
  color: #fff;
}
@media only screen and (max-width: 800px) {
  .fare_tblMn {
    display: flex;
  }
}

/* STATION INFO */
.stInfo_inner {
  padding-top: 50px;
}
@media only screen and (max-width:980px) {
  .stInfo_inner {
    padding-top: 30px;
  }
}
@media only screen and (max-width:640px) {
  .stInfo_inner {
    padding-top: 20px;
  }
}

.stInfo_top {
  display: flex;
  flex-direction: row-reverse;
  column-gap: 30px;
}
.stInfo_top .stInfo_info {
  flex: 1;
}
.stInfo_top .stInfo_info table {
  width: 100%;
  border-collapse: collapse;
}
.stInfo_top .stInfo_info table th, .stInfo_top .stInfo_info table td {
  padding: 10px;
  border: 1px solid var(--table_border_color);
  text-align: left;
}
.stInfo_top .stInfo_info table th {
  color: #fff;
  width: 130px;
  background-color: var(--table_th_color);
  font-weight: normal;
  white-space: nowrap;
}
.stInfo_top .stInfo_info table th span {
  font-size: 14px;
  font-size: 0.875rem;
  display: block;
}
.stInfo_top figure {
  margin: 0;
  padding: 0;
}
.stInfo_top figure img {
  width: 100%;
  height: auto;
  max-width: 500px;
}
@media only screen and (max-width:1200px) {
  .stInfo_top {
    column-gap: 20px;
  }
  .stInfo_top figure {
    width: 40%;
  }
}
@media only screen and (max-width:980px) {
  .stInfo_top {
    display: block;
  }
  .stInfo_top figure {
    text-align: center;
    margin-bottom: 20px;
    width: auto;
  }
  .stInfo_top figure img {
    max-width: 400px;
    width: 100%;
  }
}
@media only screen and (max-width:640px) {
  .stInfo_top .stInfo_info table {
    display: block;
    width: auto;
  }
  .stInfo_top .stInfo_info table thead, .stInfo_top .stInfo_info table tbody, .stInfo_top .stInfo_info table tr, .stInfo_top .stInfo_info table th, .stInfo_top .stInfo_info table td {
    display: block;
    width: auto;
  }
  .stInfo_top .stInfo_info table th, .stInfo_top .stInfo_info table td {
    padding: 8px;
  }
  .stInfo_top .stInfo_info table td {
    border-top: none;
  }
  .stInfo_top .stInfo_info table tr + tr {
    margin-top: 5px;
  }
}

.stInfo_schematic, .stInfo_accessibility {
  margin-top: 70px;
}
.stInfo_schematic h3, .stInfo_accessibility h3 {
  font-size: 24px;
  font-size: 1.5rem;
  margin: 0 0 3rem;
  padding-bottom: 20px;
  font-weight: bold;
  border-bottom: 1px dotted #000;
}

.stInfo_schematic figure {
  margin: 0 auto;
  padding: 0;
  max-width: 700px;
}
.stInfo_schematic figure.fig_L {
  max-width: 800px;
}
.stInfo_schematic figure img {
  width: auto;
  height: auto;
  max-width: 100%;
}

.stInfo_accessibility table {
  width: 100%;
  border-collapse: collapse;
}
.stInfo_accessibility th, .stInfo_accessibility td {
  border: 1px solid var(--table_border_color);
  width: 20%;
}
.stInfo_accessibility th {
  padding: 5px;
  font-weight: normal;
  color: #fff;
  background-color: var(--table_th_color);
}
.stInfo_accessibility th span {
  display: inline-block;
  white-space: nowrap;
}
.stInfo_accessibility td {
  padding: 20px 10px;
  text-align: center;
  font-weight: bold;
}
.stInfo_accessibility td span {
  font-weight: normal;
  white-space: nowrap;
}
@media only screen and (max-width:640px) {
  .stInfo_accessibility td, .stInfo_accessibility th {
    width: auto;
  }
  .stInfo_accessibility th {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 5px 2px;
  }
}

/* STATION TRANSIT */
.transit_inner {
  padding-top: 50px;
}
@media only screen and (max-width:980px) {
  .transit_inner {
    padding-top: 30px;
  }
}
@media only screen and (max-width:640px) {
  .transit_inner {
    padding-top: 20px;
  }
}

.transit_fig img, .transit_fig-2clm img, .transit_fig-3clm img {
  width: auto;
  height: auto;
  max-width: 100%;
}
.transit_fig img.maxW-L, .transit_fig-2clm img.maxW-L, .transit_fig-3clm img.maxW-L {
  width: 100%;
  max-width: 900px;
}
.transit_fig img.maxW, .transit_fig-2clm img.maxW, .transit_fig-3clm img.maxW {
  width: 100%;
  max-width: 700px;
}
.transit_fig img.maxW-S, .transit_fig-2clm img.maxW-S, .transit_fig-3clm img.maxW-S {
  width: 100%;
  max-width: 600px;
}

.transit_fig {
  margin: 20px 0;
  padding: 0;
  text-align: center;
}

.transit_fig-2clm {
  display: flex;
  flex-wrap: wrap;
}
.transit_fig-2clm > figure {
  width: 50%;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width:980px) {
  .transit_fig-2clm {
    display: block;
    text-align: center;
  }
  .transit_fig-2clm > figure {
    width: auto;
  }
}

.transit_fig-3clm {
  display: flex;
  flex-wrap: wrap;
}
.transit_fig-3clm > figure {
  width: 33.3333333333%;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width:980px) {
  .transit_fig-3clm {
    display: block;
    text-align: center;
  }
  .transit_fig-3clm > figure {
    width: auto;
  }
}

.transit_map {
  position: relative;
  padding-top: 500px;
}
.transit_map iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
/* SP
/* -------------------------------------------------------------------------*/
#SP_bgMenu {
  display: none;
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  border-right: 1px solid #dff2f9;
  background-image: url(../img/sp_mn_ic.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #eef8fc;
  background-size: 40px auto;
  cursor: pointer;
}
body.spMenu_active #SP_bgMenu {
  background-image: url(../img/sp_mn_ic_2.png);
}
@media only screen and (max-width:980px) {
  #SP_bgMenu {
    display: block;
  }
}

#SP_Menu {
  display: none;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  left: 0;
  height: 100vh;
  overflow-y: auto;
  padding: 50px 0 55px;
  background-color: #eef8fc;
}
#SP_Menu__inner {
  position: relative;
  padding: 20px 20px;
}
#SP_Menu a {
  text-decoration: none;
}
#SP_Menu #NV {
  border-top: 1px solid #d9e5eb;
}
#SP_Menu #NV a {
  display: block;
}
#SP_Menu #NV img {
  display: none;
}
#SP_Menu #NV > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#SP_Menu #NV > ul > li {
  border-bottom: 1px solid #d9e5eb;
}
#SP_Menu #NV > ul > li > a {
  font-size: 18px;
  font-size: 1.125rem;
  display: block;
  position: relative;
  padding: 18px 20px;
}
#SP_Menu #NV > ul > li > a::after {
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  background: url(../img/sp_mn_arw.png) 0 0 no-repeat;
  background-size: 100% auto;
  position: absolute;
  right: 15px;
  top: 20px;
}
#SP_Menu #NV > ul > li.nv_3, #SP_Menu #NV > ul > li.nv_4 {
  transition: background 0.2s ease;
}
#SP_Menu #NV > ul > li.nv_3 > a:after, #SP_Menu #NV > ul > li.nv_4 > a:after {
  transform: rotate(90deg);
  transition: transform 0.2s ease;
}
#SP_Menu #NV > ul > li.nv_3.in, #SP_Menu #NV > ul > li.nv_4.in {
  background-color: #d2eaf5;
  border-bottom-color: #bcd5e2;
}
#SP_Menu #NV > ul > li.nv_3.in > a::after, #SP_Menu #NV > ul > li.nv_4.in > a::after {
  transform: rotate(-90deg);
}
#SP_Menu #NV .nv_ddm {
  display: none;
  padding: 0 20px 20px;
}
#SP_Menu #NV .nv_ddm > p {
  display: none;
}
#SP_Menu #NV .nv_station ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
#SP_Menu #NV .nv_station li {
  width: 33.3333333333%;
  padding: 1px;
}
#SP_Menu #NV .nv_station a {
  display: block;
  padding: 5px;
  line-height: 1.3;
  background-color: #fff;
  border: 1px solid #cae1eb;
}
#SP_Menu #NV .nv_station a span {
  display: block;
}
#SP_Menu #NV .nv_station a .kana {
  font-size: 13px;
  font-size: 0.8125rem;
  opacity: 0.8;
}
#SP_Menu #NV .nv_ticket ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#SP_Menu #NV .nv_ticket li {
  margin: 2px 0;
  padding: 0;
}
#SP_Menu #NV .nv_ticket a {
  display: block;
  background-color: #fff;
  padding: 12px 10px;
  border: 1px solid #cae1eb;
}
#SP_Menu #NV .nv_ticket a figure {
  display: none;
}
#SP_Menu #NV .nv_ticket a p {
  margin: 0;
}
#SP_Menu .ft_nv_2 {
  background-color: rgba(255, 255, 255, 0.7);
}
#SP_Menu .ft_nv_2 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#SP_Menu .ft_nv_2 li {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #d9e5eb;
}
#SP_Menu .ft_nv_2 a {
  display: block;
  padding: 18px 20px;
  color: var(--color_text_1);
}
#SP_Menu .ft_nv_2 .ft_bnr a {
  padding: 4px 0;
  text-align: center;
}
#SP_Menu .ft_nv_2 .ft_bnr a::after {
  display: none;
}
#SP_Menu .ft_nv_2 .ft_bnr img {
  width: 100%;
  height: auto;
  max-width: 200px;
}
#SP_Menu #HD_subNV {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 10px;
  padding: 10px;
}
#SP_Menu #HD_subNV .search {
  width: 100%;
}
#SP_Menu #HD_subNV .search .ttl {
  display: none;
}
#SP_Menu #HD_subNV .search .search_block {
  width: 100%;
}
#SP_Menu #HD_subNV .search .gsc-control-cse {
  padding: 5px;
}
#SP_Menu #HD_subNV .search form.gsc-search-box {
  margin: 0;
}
#SP_Menu #HD_subNV .search table.gsc-search-box {
  margin-bottom: 0;
}
#SP_Menu #HD_subNV .contact {
  margin: 20px 5px 0;
}
#SP_Menu #HD_subNV .contact a {
  display: block;
  padding: 10px 30px;
  border-radius: 3px;
  background-color: var(--color_1);
  color: #fff;
}
#SP_Menu #HD_subNV .contact a img {
  width: 20px;
  height: auto;
  vertical-align: middle;
  margin-right: 10px;
}
#SP_Menu #HD_subNV .contact a::after {
  content: "お問い合わせ";
}
#SP_Menu #HD_subNV .recruit, #SP_Menu #HD_subNV .x {
  display: none;
}

@media only screen and (max-width:980px) {
  body.spMenu_active {
    overflow: hidden;
  }
  body.spMenu_active #HD {
    height: 50px;
    overflow: hidden;
  }
  body.spMenu_active #HD #HD_info {
    display: none;
  }
  body.spMenu_active #SP_Menu {
    display: block;
  }
}

/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
/* TICKET
/* -------------------------------------------------------------------------*/
.ticket_list ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.ticket_list li {
  display: flex;
  margin: 0;
  padding: 0;
  width: calc(33.3333333333% - 16px);
}
.ticket_list li a {
  flex: 1;
  display: block;
  padding: 30px;
  background-color: #f0f0f0;
  border-radius: 5px;
  color: var(--color_text_1);
  text-decoration: none;
  transition: background 0.2s ease;
}
.ticket_list li a:hover {
  background-color: #dff3ff;
}
.ticket_list li a h4 {
  font-size: 19px;
  font-size: 1.1875rem;
  margin: 15px 0 0;
  padding: 0;
  text-align: center;
}
.ticket_list li a h4::after {
  display: block;
  content: "";
  width: 20px;
  height: 2px;
  margin: 15px auto;
  background-color: var(--color_1);
  border-radius: 2px;
}
.ticket_list li a figure {
  margin: 0 auto;
  width: 60px;
  padding: 5px;
  background-color: var(--color_1);
  border-radius: 3px;
}
.ticket_list li a figure img {
  width: 100%;
  height: auto;
}
.ticket_list li a p {
  margin: 0;
}
@media only screen and (max-width:980px) {
  .ticket_list ul {
    gap: 20px;
  }
  .ticket_list li {
    width: calc(50% - 10px);
  }
  .ticket_list li a {
    padding: 20px;
  }
}
@media only screen and (max-width:640px) {
  .ticket_list ul {
    gap: 10px;
  }
  .ticket_list li {
    width: 100%;
  }
}

.common_area {
  line-height: 1.8;
}
.common_area > *:first-child {
  margin-top: 0;
}
.common_area .sectionBlock {
  margin-bottom: 80px;
}
.common_area .sectionBlock > *:first-child {
  margin-top: 0;
}
.common_area h3 {
  font-size: 27px;
  font-size: 1.6875rem;
  margin: 3rem 0 1.5rem;
  padding-bottom: 1.5rem;
  font-weight: normal;
  color: var(--color_text_2);
  border-bottom: 1px solid #b3babd;
}
.common_area h4 {
  font-size: 19px;
  font-size: 1.1875rem;
  position: relative;
  font-weight: normal;
  margin: 3rem 0 1rem;
  background-color: #e6ebee;
  padding: 15px;
  border-radius: 3px;
  overflow: hidden;
  color: var(--color_text_2);
}
.common_area h4::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 12px 0 0;
  border-color: var(--color_1) transparent transparent transparent;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
}
.common_area h5 {
  font-size: 18px;
  font-size: 1.125rem;
  margin: 2rem 0 1rem;
  font-weight: bold;
  color: var(--color_text_2);
}
.common_area .fig_1 {
  margin: 2rem 0;
  padding: 0;
  text-align: center;
}
.common_area .fig_1 img {
  width: 100%;
  height: auto;
  max-width: 700px;
}
.common_area .ul_1 {
  list-style: none;
  margin: 1rem 0;
  padding: 0;
}
.common_area .ul_1 > li {
  position: relative;
  margin: 0;
  padding: 0 0 0 25px;
}
.common_area .ul_1 > li::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: var(--color_text_1);
  position: absolute;
  top: 13px;
  left: 10px;
}
.common_area .ul_1 > li + li {
  margin-top: 0.2rem;
}
.common_area .ul_kome {
  list-style: none;
  margin: 0;
  padding: 0;
}
.common_area .ul_kome li {
  position: relative;
  margin: 0;
  padding: 0 0 0 25px;
}
.common_area .ul_kome li::before {
  content: "※";
  display: block;
  position: absolute;
  top: 0;
  left: 5px;
}
.common_area .ul_kome li + li {
  margin-top: 0.2rem;
}
.common_area .ul_data, .common_area .ul_data_2 {
  list-style: none;
  margin: 1rem 0;
  padding: 0;
}
.common_area .ul_data li, .common_area .ul_data_2 li {
  margin: 0.5rem 0;
  padding: 0;
}
.common_area .ul_data li a, .common_area .ul_data_2 li a {
  display: block;
  background-color: #eff5f8;
  padding: 10px 10px 10px 20px;
  transition: background 0.2s ease;
}
.common_area .ul_data li a:hover, .common_area .ul_data_2 li a:hover {
  background-color: #e0f0f8;
}
.common_area td .ul_data {
  margin: 0;
}
.common_area .ul_data_2 {
  margin-top: 2.5rem;
}
.common_area .ul_link {
  list-style: none;
  margin: 1rem 0;
  padding: 0;
}
.common_area .ul_link li {
  position: relative;
  margin: 0;
  padding: 0;
}
.common_area .ul_link li + li {
  margin-top: 0.5rem;
}
.common_area .ul_link li a {
  text-decoration: none;
}
.common_area .ul_link li a:hover {
  text-decoration: underline;
}
.common_area .tbl_0 th, .common_area .tbl_0 td {
  font-weight: normal;
  vertical-align: top;
}
.common_area .tbl_1, .common_area .tbl_2 {
  border-collapse: collapse;
}
.common_area .tbl_1 th, .common_area .tbl_2 th {
  font-weight: normal;
}
.common_area .tbl_1 > tbody > tr > th,
.common_area .tbl_1 > tbody > tr > td,
.common_area .tbl_1 > tr > th,
.common_area .tbl_1 > tr > td, .common_area .tbl_2 > tbody > tr > th,
.common_area .tbl_2 > tbody > tr > td,
.common_area .tbl_2 > tr > th,
.common_area .tbl_2 > tr > td {
  padding: 10px;
  border: 1px solid var(--table_border_color);
}
.common_area .tbl_1 > tbody > tr > th,
.common_area .tbl_1 > tr > th, .common_area .tbl_2 > tbody > tr > th,
.common_area .tbl_2 > tr > th {
  color: #fff;
  background-color: var(--table_th_color);
}
.common_area .tbl_2 {
  width: 100%;
}
.common_area .marker {
  display: inline-block;
  padding: 0 5px;
  margin-right: 2px;
  background-color: #fcdddd;
  color: #494949;
}
.common_area .box_1 {
  padding: 20px;
  margin: 2rem 0;
  border: 2px solid #ececec;
}
.common_area .box_1 > *:first-child {
  margin-top: 0;
}
.common_area .box_1 > *:last-child {
  margin-bottom: 0;
}
.common_area .btn_1 {
  font-size: 18px;
  font-size: 1.125rem;
  text-align: center;
  margin-top: 2rem;
}
.common_area .btn_1 a {
  position: relative;
  display: inline-block;
  padding: 15px 60px;
  color: #fff;
  text-decoration: none;
  background-color: var(--color_1);
  border-radius: 5rem;
  transition: background 0.2s ease;
}
.common_area .btn_1 a::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border: 2px solid #fff;
  transform: rotate(-45deg) translateY(-50%);
  border-left: none;
  border-top: none;
  position: absolute;
  top: 50%;
  right: 20px;
}
.common_area .btn_1 a:hover {
  background-color: #1fb7ee;
}
.common_area .btn_1 a[target=_blank]::before {
  display: none;
}
.common_area .btn_1 a[target=_blank]::after {
  content: "";
  display: inline-block;
  width: 11px;
  height: 9px;
  margin-left: 7px;
  background: url(../img/ic_blank.png) 0 0 no-repeat;
}
.common_area .btn_back {
  font-size: 18px;
  font-size: 1.125rem;
  text-align: center;
  margin-top: 2rem;
}
.common_area .btn_back a {
  position: relative;
  display: inline-block;
  padding: 15px 60px;
  color: #fff;
  text-decoration: none;
  background-color: var(--color_1);
  border-radius: 5rem;
  transition: background 0.2s ease;
  min-width: 270px;
}
.common_area .btn_back a::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border: 2px solid #fff;
  transform: rotate(-45deg) translateY(-50%);
  border-right: none;
  border-bottom: none;
  position: absolute;
  top: 50%;
  left: 35px;
}
.common_area .btn_back a:hover {
  background-color: #1fb7ee;
}
@media only screen and (max-width:980px) {
  .common_area .sectionBlock {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width:640px) {
  .common_area .sectionBlock {
    margin-bottom: 40px;
  }
  .common_area h3 {
    font-size: 22px;
    font-size: 1.375rem;
  }
  .common_area h4 {
    font-size: 17px;
    font-size: 1.0625rem;
  }
  .common_area h5 {
    font-size: 16px;
    font-size: 1rem;
  }
  .common_area .tbl_1 > tbody > tr > th,
  .common_area .tbl_1 > tbody > tr > td,
  .common_area .tbl_1 > tr > th,
  .common_area .tbl_1 > tr > td, .common_area .tbl_2 > tbody > tr > th,
  .common_area .tbl_2 > tbody > tr > td,
  .common_area .tbl_2 > tr > th,
  .common_area .tbl_2 > tr > td {
    padding: 5px;
  }
  .common_area .box_1 {
    padding: 10px;
  }
  .common_area .btn_1 a, .common_area .btn_back a {
    padding: 10px 45px;
  }
  .common_area .btn_1 a[target=_blank], .common_area .btn_back a[target=_blank] {
    padding: 10px 15px;
  }
}

.ticket_nv {
  padding: 30px 20px 50px;
  background-color: #d7e5ec;
}
.ticket_nv_inner {
  max-width: 1200px;
  margin: 0 auto;
}
.ticket_nv .title {
  font-size: 18px;
  font-size: 1.125rem;
  margin: 0 0 20px;
  color: var(--color_text_2);
}
.ticket_nv ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.ticket_nv li {
  display: flex;
  margin: 0;
  padding: 0;
}
.ticket_nv li a {
  display: flex;
  width: 100%;
  align-items: center;
  padding: 5px 20px 5px 5px;
  background-color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  border-radius: 3px;
  color: var(--color_text_1);
  transition: background 0.2s ease;
}
.ticket_nv li a:hover {
  background-color: #fff;
}
.ticket_nv li a span {
  display: block;
  padding: 5px;
  background-color: #9facb3;
  border-radius: 2px;
  margin-right: 10px;
}
.ticket_nv li a img {
  width: 30px;
  height: auto;
  vertical-align: middle;
}
.ticket_nv li a p {
  flex: 1;
  margin: -2px 0 0;
}
.ticket_nv li.in a {
  background-color: #fff;
}
.ticket_nv li.in a span {
  background-color: var(--color_1);
}
@media only screen and (max-width:980px) {
  .ticket_nv {
    padding: 20px 15px 30px;
  }
  .ticket_nv ul {
    gap: 5px;
  }
}
@media only screen and (max-width:640px) {
  .ticket_nv {
    padding: 20px 10px 30px;
  }
  .ticket_nv ul {
    gap: 4px;
  }
  .ticket_nv li {
    width: calc(50% - 2px);
  }
}

.icoca_block {
  display: flex;
  gap: 20px;
  margin-top: 2rem;
}
.icoca_block .box {
  flex: 1;
}
.icoca_block .box > *:first-child {
  margin-top: 0;
}
.icoca_block figure {
  margin: 0;
  padding: 0;
}
.icoca_block figure img {
  width: auto;
  height: auto;
  max-width: 100%;
}
@media only screen and (max-width:980px) {
  .icoca_block figure {
    width: 200px;
  }
}
@media only screen and (max-width:640px) {
  .icoca_block {
    display: block;
  }
  .icoca_block figure {
    width: auto;
    text-align: center;
  }
  .icoca_block figure img {
    max-width: 250px;
  }
}

.icoca_img {
  width: auto;
  height: auto;
  max-width: 100%;
}

.icoca_info {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4;
  opacity: 0.7;
  margin-top: 70px;
  padding-top: 10px;
  border-top: 1px dotted;
}

.only_img {
  text-align: center;
  margin: 1rem 0;
}
.only_img img {
  width: auto;
  height: auto;
  max-width: 100%;
}

.howto_tblArea table {
  width: 100%;
  border-collapse: collapse;
}
.howto_tblArea th, .howto_tblArea td {
  padding: 5px;
  border: 1px solid var(--table_border_color);
  text-align: center;
}
.howto_tblArea th {
  background-color: var(--table_th_color);
  color: #fff;
  font-weight: normal;
}
.howto_tblArea .th_2 {
  background-color: #8fa5b1;
}
.howto_tblArea .th_3 {
  background-color: #a0b5c0;
}
.howto_tblArea .td_blank {
  border: none;
}
@media only screen and (max-width:640px) {
  .howto_tblArea {
    overflow-x: auto;
  }
  .howto_tblArea table {
    width: 600px;
  }
}

.howto_info {
  max-width: 700px;
  margin: 0 auto;
}

/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
/* STATIONS
/* -------------------------------------------------------------------------*/
#Timetable, #Fare, #Info, #Transit {
  height: 0;
  opacity: 0;
  overflow: hidden;
}

#Transit li a[target=_blank]::after {
  content: url(../img/ic_blank_2.png);
  display: inline-block;
  margin-left: 5px;
}

body.ctg_timetable #Timetable,
body.ctg_fare #Fare,
body.ctg_info #Info,
body.ctg_transit #Transit {
  height: auto;
  transition: opacity 0.5s ease;
  opacity: 1;
  overflow: visible;
}

/* TAB */
.tt_tab {
  font-size: 24px;
  font-size: 1.5rem;
  margin-top: 35px;
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  line-height: 1;
}
.tt_tab ul {
  display: flex;
  column-gap: 3px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.tt_tab li {
  flex: 1;
}
.tt_tab a, .tt_tab span {
  display: block;
  padding: 15px 40px 8px 10px;
  text-decoration: none;
  color: #fff;
  border-radius: 5px 5px 0 0;
}
.tt_tab a img, .tt_tab span img {
  width: 55px;
  height: 34px;
  margin-right: 10px;
  vertical-align: middle;
}
.tt_tab a {
  background-color: rgba(255, 255, 255, 0.3);
  transition: background 0.2s ease;
}
.tt_tab a:hover {
  background-color: rgba(255, 255, 255, 0.4);
}
body.ctg_timetable .tt_tab li:nth-child(1) a, body.ctg_fare .tt_tab li:nth-child(2) a, body.ctg_info .tt_tab li:nth-child(3) a, body.ctg_transit .tt_tab li:nth-child(4) a {
  pointer-events: none;
  user-select: none;
  background-color: #00a7e3;
}
@media only screen and (max-width:1200px) {
  .tt_tab {
    font-size: 22px;
    font-size: 1.375rem;
    padding: 0 10px;
  }
}
@media only screen and (max-width:980px) {
  .tt_tab {
    font-size: 20px;
    font-size: 1.25rem;
    margin-top: 30px;
  }
  .tt_tab a img, .tt_tab span img {
    width: 45px;
    height: 27px;
    margin-right: 5px;
  }
}
@media only screen and (max-width:640px) {
  .tt_tab {
    font-size: 15px;
    font-size: 0.9375rem;
    letter-spacing: 1px;
    padding: 0 5px;
  }
  .tt_tab a, .tt_tab span {
    padding: 5px 5px 10px;
  }
  .tt_tab a img, .tt_tab span img {
    display: block;
    margin: 0 auto 2px;
  }
}

/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
/* STATIONS LIST MAP
/* -------------------------------------------------------------------------*/
/* STATION */
#Stations {
  margin-top: 20px;
}
#Stations h2 {
  position: relative;
  top: -23px;
  margin: 0;
  padding: 0;
  text-align: center;
}
#Stations h2 img {
  width: 250px;
  height: auto;
}
@media only screen and (max-width:980px) {
  #Stations h2 {
    top: -18px;
  }
  #Stations h2 img {
    width: 200px;
  }
}
@media only screen and (max-width:640px) {
  #Stations h2 {
    top: -14px;
  }
  #Stations h2 img {
    width: 160px;
  }
}

.tp_stations_nv {
  font-size: 24px;
  font-size: 1.5rem;
  display: flex;
  list-style: none;
  width: 100%;
  max-width: 1020px;
  margin: 15px auto 60px;
  padding: 0;
}
.tp_stations_nv li {
  flex: 1;
  margin: 0;
  padding: 0;
  line-height: 1;
}
.tp_stations_nv li span {
  display: block;
  position: relative;
  padding: 18px 10px;
  text-align: center;
  background-color: #f1f1f1;
  color: var(--color_text_1);
  cursor: pointer;
}
.tp_stations_nv li.in span {
  color: #fff;
  background-color: #a1c400;
  pointer-events: none;
}
.tp_stations_nv li.in span::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 9px 0 9px;
  border-color: #a0c400 transparent transparent transparent;
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width:980px) {
  .tp_stations_nv {
    font-size: 22px;
    font-size: 1.375rem;
    margin-bottom: 50px;
  }
}
@media only screen and (max-width:640px) {
  .tp_stations_nv {
    font-size: 19px;
    font-size: 1.1875rem;
    margin-bottom: 30px;
  }
  .tp_stations_nv li span {
    padding: 15px 5px;
  }
}

#Stations_list {
  position: relative;
  display: none;
}
#Stations_list ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  justify-content: center;
}
#Stations_list li {
  margin: 0;
  padding: 0 10px 0 0;
  background-image: url(../img/station_line.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: auto 24px;
}
#Stations_list li:first-child {
  background-image: url(../img/station_line_start.png);
}
#Stations_list li:last-child {
  background-image: url(../img/station_line_end.png);
}
#Stations_list li a {
  display: block;
  text-decoration: none;
  color: var(--color_text_1);
  line-height: 1.5;
  transition: all 0.2s ease;
  padding: 0 8px;
  border-radius: 5rem;
}
#Stations_list li a:hover {
  transition: none;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1), 0 0 10px rgba(0, 167, 227, 0.4) inset;
}
#Stations_list li a:hover .name,
#Stations_list li a:hover .kana {
  color: var(--color_1);
}
#Stations_list li a p {
  margin: 0;
  width: 40px;
}
#Stations_list li a .name {
  font-size: 24px;
  font-size: 1.5rem;
  display: block;
  height: 180px;
  writing-mode: vertical-rl;
  padding-top: 20px;
  padding-bottom: 60px;
  text-align: right;
  transform: translateX(-2px);
  transition: color 0.2s ease;
}
#Stations_list li a .kana {
  font-size: 11px;
  font-size: 0.6875rem;
  display: flex;
  height: 110px;
  padding-left: 4px;
  transition: color 0.2s ease;
}
#Stations_list li a .kana span {
  display: block;
  writing-mode: vertical-rl;
  margin-top: -10px;
}
@media only screen and (max-width:1400px) {
  #Stations_list li {
    padding-right: 4px;
  }
}
@media only screen and (max-width:1200px) {
  #Stations_list li {
    padding-right: 0;
    background-size: auto 20px;
  }
  #Stations_list li a p {
    width: 33px;
  }
  #Stations_list li a .name {
    font-size: 22px;
    font-size: 1.375rem;
    height: 160px;
    padding-bottom: 50px;
  }
  #Stations_list li a .kana {
    padding-left: 0;
    padding-top: 5px;
  }
  #Stations_list .kaigyo p {
    max-width: 900px;
  }
}
@media only screen and (max-width:980px) {
  #Stations_list ul {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 5px 5px;
  }
  #Stations_list li {
    padding: 0;
    background: none !important;
    width: calc(20% - 4px);
  }
  #Stations_list li a {
    padding: 5px;
    border: 1px solid #a3a3a3;
    border-radius: 0;
    text-align: center;
  }
  #Stations_list li a p {
    width: auto;
  }
  #Stations_list li a .name {
    font-size: 18px;
    font-size: 1.125rem;
    position: relative;
    height: auto;
    padding: 0;
    writing-mode: horizontal-tb;
    transform: none;
    display: inline-block;
  }
  #Stations_list li a .name::before {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    background: url(../img/ir_logo.svg) 0 0 no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: 5px;
    left: -15px;
  }
  #Stations_list li a .kana {
    display: block;
    height: auto;
    padding: 0;
    line-height: 1.2;
  }
  #Stations_list li a .kana span {
    display: block;
    writing-mode: horizontal-tb;
    margin-top: 0;
  }
}
@media only screen and (max-width:640px) {
  #Stations_list {
    margin-top: 50px;
  }
  #Stations_list li {
    width: calc(50% - 5px);
  }
  #Stations_list li:nth-child(odd) {
    transform: translateY(-50%);
  }
}

#Stations_map {
  display: none;
}
#Stations_map .st_map {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 0 30px;
}
#Stations_map .st_map img.map {
  width: 100%;
  height: auto;
}
#Stations_map .st_map ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#Stations_map .st_map li {
  margin: 0;
  padding: 0;
  width: 3.5714285714%;
  position: absolute;
}
#Stations_map .st_map li a {
  display: block;
  transition: all 0.1s ease;
}
#Stations_map .st_map li a:hover {
  transform: scale(1.1);
}
#Stations_map .st_map li img {
  width: 100%;
  height: auto;
}
#Stations_map .st_map li:nth-child(1) {
  top: 12%;
  left: 84.1%;
}
#Stations_map .st_map li:nth-child(2) {
  top: 15.2%;
  left: 74.9%;
}
#Stations_map .st_map li:nth-child(3) {
  top: 24.5%;
  left: 69.5%;
}
#Stations_map .st_map li:nth-child(4) {
  top: 28.5%;
  left: 65.5%;
}
#Stations_map .st_map li:nth-child(5) {
  top: 31.5%;
  left: 61.5%;
}
#Stations_map .st_map li:nth-child(6) {
  top: 8%;
  left: 57.8%;
}
#Stations_map .st_map li:nth-child(7) {
  top: 10%;
  left: 54%;
}
#Stations_map .st_map li:nth-child(8) {
  top: 13%;
  left: 50.4%;
}
#Stations_map .st_map li:nth-child(9) {
  top: 14.5%;
  left: 46.8%;
}
#Stations_map .st_map li:nth-child(10) {
  top: 18%;
  left: 43.2%;
}
#Stations_map .st_map li:nth-child(11) {
  top: 21.5%;
  left: 39%;
}
#Stations_map .st_map li:nth-child(12) {
  top: 23.5%;
  left: 35.2%;
}
#Stations_map .st_map li:nth-child(13) {
  top: 29.5%;
  left: 31.4%;
}
#Stations_map .st_map li:nth-child(14) {
  top: 60.5%;
  left: 35.5%;
}
#Stations_map .st_map li:nth-child(15) {
  top: 66%;
  left: 31.7%;
}
#Stations_map .st_map li:nth-child(16) {
  top: 48.5%;
  left: 25.5%;
}
#Stations_map .st_map li:nth-child(17) {
  top: 53%;
  left: 20.5%;
}
#Stations_map .st_map li:nth-child(18) {
  top: 55%;
  left: 16%;
}
#Stations_map .st_map li:nth-child(19) {
  top: 58.5%;
  left: 10.5%;
}
#Stations_map .st_map_sp {
  display: none;
}
#Stations_map .st_map_sp > img {
  width: auto;
  height: auto;
  max-width: 100%;
}
#Stations_map .st_map_sp ul {
  display: flex;
  gap: 2px;
  flex-wrap: wrap;
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
}
#Stations_map .st_map_sp li {
  width: calc(50% - 1px);
}
#Stations_map .st_map_sp li a {
  position: relative;
  display: block;
  text-decoration: none;
  padding: 4px 10px 4px 32px;
  color: var(--color_text_1);
  background-color: #ecf1f3;
}
#Stations_map .st_map_sp li a::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-color: var(--color_1);
  color: #fff;
  border-radius: 3px;
  position: absolute;
  z-index: 0;
  top: 6px;
  left: 5px;
}
#Stations_map .st_map_sp li a::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border: 1px solid var(--color_1);
  border-top: none;
  border-left: none;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: rotate(-45deg) translateY(-50%);
}
#Stations_map .st_map_sp li a span {
  display: block;
  line-height: 1.3;
}
#Stations_map .st_map_sp li a .num {
  position: absolute;
  top: 7px;
  left: 5px;
  color: #fff;
  width: 20px;
  text-align: center;
  line-height: 1;
}
#Stations_map .st_map_sp li a .kana {
  font-size: 12px;
  font-size: 0.75rem;
  opacity: 0.7;
}
@media only screen and (max-width:640px) {
  #Stations_map .st_map {
    display: none;
  }
  #Stations_map .st_map_sp {
    display: block;
  }
}

#Stations_list.show, #Stations_map.show {
  display: block;
  margin-top: 30px;
}

#Stations.nv1 #Stations_list {
  display: block;
}

/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
/* INQUIRE
/* -------------------------------------------------------------------------*/
#FAQ_area .faq_box {
  margin-top: 20px;
}
#FAQ_area .faq_q, #FAQ_area .faq_a {
  display: flex;
  align-items: flex-start;
  padding: 10px;
}
#FAQ_area .faq_q span, #FAQ_area .faq_a span {
  padding: 10px;
  color: #fff;
  line-height: 1;
  padding: 10px;
  width: 50px;
  text-align: center;
  border-radius: 3px;
  margin-right: 10px;
}
#FAQ_area .faq_q .wrp, #FAQ_area .faq_a .wrp {
  flex: 1;
}
#FAQ_area .faq_q .wrp p, #FAQ_area .faq_a .wrp p {
  margin: 3px 0 0;
}
#FAQ_area .faq_q .wrp p + p, #FAQ_area .faq_a .wrp p + p {
  margin-top: 1rem;
}
#FAQ_area .faq_q {
  background-color: #fff1f1;
  cursor: pointer;
  transition: background 0.2s ease;
}
#FAQ_area .faq_q:hover {
  background-color: #ffe2e2;
}
#FAQ_area .faq_q span {
  background-color: #e96c6c;
}
#FAQ_area .faq_a {
  background-color: #e7f3f8;
}
#FAQ_area .faq_a span {
  background-color: #4291b3;
}
#FAQ_area .faq_img_1 {
  float: right;
  width: 250px;
  height: auto;
  margin-left: 20px;
}
#FAQ_area .faq_hm {
  margin: 10px 0;
  padding: 10px;
  background-color: #fff;
}
@media only screen and (max-width:640px) {
  #FAQ_area .faq_q span, #FAQ_area .faq_a span {
    padding: 7px 5px;
    width: 40px;
  }
  #FAQ_area .faq_q .wrp p, #FAQ_area .faq_a .wrp p {
    margin-top: 0;
  }
  #FAQ_area .faq_img_1 {
    float: none;
    margin: 20px auto;
    display: block;
  }
}

.inq_form {
  max-width: 900px;
  margin: 3rem auto 0;
}
.inq_form .rq_info, .inq_form .rq {
  color: #e61414;
}
.inq_form .rq {
  margin-left: 5px;
}

#INQ_form, #INQ_form_cnfrm {
  padding: 20px;
  border: 2px solid #e9e9e9;
  background-color: #f7f7f7;
}
#INQ_form input, #INQ_form textarea, #INQ_form_cnfrm input, #INQ_form_cnfrm textarea {
  padding: 8px;
  border: 1px solid #c4c4c4;
}
#INQ_form .frm_input_1, #INQ_form_cnfrm .frm_input_1 {
  width: 100%;
  max-width: 400px;
}
#INQ_form .frm_input_2, #INQ_form_cnfrm .frm_input_2 {
  width: 100%;
  max-width: 200px;
}
#INQ_form .frm_textarea_1, #INQ_form_cnfrm .frm_textarea_1 {
  width: 100%;
}
@media only screen and (max-width:980px) {
  #INQ_form, #INQ_form_cnfrm {
    padding: 15px;
  }
}
@media only screen and (max-width:640px) {
  #INQ_form, #INQ_form_cnfrm {
    padding: 10px 0;
    border: none;
  }
  #INQ_form .frm_input_1, #INQ_form .frm_input_2, #INQ_form_cnfrm .frm_input_1, #INQ_form_cnfrm .frm_input_2 {
    max-width: auto;
    max-width: initial;
  }
}

.inq_f_box {
  padding: 20px;
  margin: 10px 0;
}
#INQ_form_cnfrm .inq_f_box {
  margin-top: 0;
}
.inq_f_box label {
  margin-left: 15px;
}
.inq_f_box label span {
  display: inline-block;
  margin-right: 8px;
}
.inq_f_box .frm_title {
  position: relative;
  margin: 0 0 1.5rem;
  padding-bottom: 10px;
  padding-left: 15px;
  border-bottom: 1px dotted #000;
}
.inq_f_box .frm_title::before {
  content: "";
  display: block;
  width: 5px;
  height: 1.5rem;
  background-color: var(--color_1);
  border-radius: 10px;
  position: absolute;
  left: 0;
  top: 0.2rem;
}
.inq_f_box .frm_subTitle {
  margin-bottom: 10px;
  margin-top: 1.5rem;
}
.inq_f_box .frm_subTitle span {
  display: inline-block;
  padding: 7px 10px 8px;
  background-color: #e4e4e4;
  line-height: 1;
}
.inq_f_box.frm_alert {
  background-color: #ffe6e6;
}
.inq_f_box p.frm_alert {
  color: #e61414;
  margin: -10px 0 10px;
}
.inq_f_box .frm_text p {
  margin: 0;
}
.inq_f_box .frm_text p + p {
  margin-top: 0.5rem;
}
@media only screen and (max-width:640px) {
  .inq_f_box {
    padding: 10px;
  }
  .inq_f_box label {
    display: block;
    margin-left: 0;
  }
  .inq_f_box label + label {
    margin-top: 15px;
  }
  .inq_f_box label span {
    margin: 0 0 5px;
  }
}

.inq_f_btn {
  margin-top: 2rem;
  text-align: center;
}
.inq_f_btn button {
  font-size: 20px;
  font-size: 1.25rem;
  padding: 15px 50px;
  border-radius: 5rem;
  background-color: var(--color_1);
  color: #fff;
  border: none;
  cursor: pointer;
  transition: background 0.2s ease;
}
.inq_f_btn button:hover {
  background-color: #37bef0;
}

.frm_backBtn {
  margin-top: 20px;
}
.frm_backBtn button {
  font-size: 16px;
  font-size: 1rem;
  position: relative;
  padding: 11px 10px 12px 30px;
  border-radius: 3px;
  background-color: #81969e;
  color: #fff;
  border: none;
  cursor: pointer;
  transition: background 0.2s ease;
}
.frm_backBtn button::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 7px 4px 0;
  border-color: transparent #FFFFFF transparent transparent;
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
}
.frm_backBtn button:hover {
  background-color: #538599;
}

.frm_info {
  display: inline-block;
  background-color: #ffe7e7;
  padding: 5px 20px;
  color: #e61414;
  margin: 0;
  border-radius: 2px;
}

.frm_thanks {
  border: 4px solid #dcf3e5;
  padding: 30px;
  max-width: 900px;
  margin: 50px auto 0;
  border-radius: 10px;
}
.frm_thanks p {
  margin: 0;
}
@media only screen and (max-width:640px) {
  .frm_thanks {
    padding: 15px;
    margin-top: 30px;
  }
}

/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
/* COMPANY
/* -------------------------------------------------------------------------*/
.cmp_block_1 {
  display: flex;
  column-gap: 40px;
  flex-direction: row-reverse;
}
.cmp_block_1 figure {
  margin: 1.5rem 0 0;
  padding: 0;
  width: 200px;
}
.cmp_block_1 figure img {
  width: auto;
  height: auto;
  max-width: 100%;
}
.cmp_block_1 .text {
  flex: 1;
}
.cmp_block_1 .name {
  text-align: right;
}
@media only screen and (max-width:980px) {
  .cmp_block_1 {
    column-gap: 20px;
  }
  .cmp_block_1 figure {
    width: 170px;
  }
}
@media only screen and (max-width:640px) {
  .cmp_block_1 {
    display: block;
  }
  .cmp_block_1 figure {
    text-align: center;
    width: auto;
    margin-bottom: 20px;
  }
  .cmp_block_1 figure img {
    width: 100%;
    height: auto;
    max-width: 180px;
  }
}

.cmp_tbl_1 {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 3px;
}
.cmp_tbl_1 > tbody > tr > td, .cmp_tbl_1 > tbody > tr > th {
  border-bottom: 1px solid var(--table_border_color);
  padding: 15px;
  vertical-align: top;
}
.cmp_tbl_1 > tbody > tr > th {
  font-weight: normal;
  color: #fff;
  background-color: var(--table_th_color);
  border: none;
}
@media only screen and (max-width:640px) {
  .cmp_tbl_1, .cmp_tbl_1 > tbody, .cmp_tbl_1 > tbody > tr, .cmp_tbl_1 > tbody > tr > th, .cmp_tbl_1 > tbody > tr > td {
    display: block;
    text-align: left;
  }
  .cmp_tbl_1 > tbody > tr {
    margin-top: 20px;
  }
  .cmp_tbl_1 > tbody > tr > th, .cmp_tbl_1 > tbody > tr > td {
    padding: 10px;
  }
}

.cmp_tbl_1_2 {
  width: 100%;
  max-width: 400px;
  border-collapse: collapse;
}
.cmp_tbl_1_2 th, .cmp_tbl_1_2 td {
  padding: 4px 10px;
  border-bottom: 1px solid var(--table_border_color);
  text-align: left;
  vertical-align: top;
}
.cmp_tbl_1_2 th {
  border-top: 1px solid var(--table_border_color);
  background-color: #ecf0f1;
}
.cmp_tbl_1_2 td:last-child, .cmp_tbl_1_2 th:last-child {
  border-left: 1px dotted var(--table_border_color);
}
@media only screen and (max-width:640px) {
  .cmp_tbl_1_2 {
    max-width: auto;
    max-width: initial;
  }
}

.cmp_logo {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  column-gap: 30px;
}
.cmp_logo figure {
  margin: 0;
  padding: 0;
  width: 255px;
}
.cmp_logo figure img {
  width: 100%;
  height: auto;
}
.cmp_logo .text {
  flex: 1;
}
@media only screen and (max-width:980px) {
  .cmp_logo {
    column-gap: 20px;
  }
  .cmp_logo figure {
    width: 200px;
  }
}
@media only screen and (max-width:640px) {
  .cmp_logo {
    display: block;
  }
  .cmp_logo figure {
    width: auto;
    text-align: center;
    margin-bottom: 20px;
  }
  .cmp_logo figure img {
    width: 200px;
  }
}

.cmp_map {
  height: 500px;
}
.cmp_map iframe {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width:640px) {
  .cmp_map {
    height: 400px;
    padding: 0 15px;
  }
}

/* ADVERTISEMENT */
.adv_pic {
  text-align: center;
  margin-top: 40px;
}
.adv_pic .wrp {
  display: flex;
  column-gap: 20px;
  justify-content: center;
}
.adv_pic .wrp figure {
  margin: 0;
  padding: 0;
}
.adv_pic .wrp figure img {
  width: auto;
  height: auto;
  max-width: 100%;
}
@media only screen and (max-width:640px) {
  .adv_pic .wrp {
    display: block;
  }
  .adv_pic .wrp figure {
    margin: 20px 0;
  }
}

/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
/* MASCOT
/* -------------------------------------------------------------------------*/
#MSCT_chara_area {
  position: relative;
  padding-top: 20px;
  overflow: hidden;
}

#MSCT_bg {
  position: absolute;
  top: -5%;
  left: 50%;
  transform: translateX(-50%);
  width: 2000px;
  background: url(../../mascot/img/ab_0.png) 0 0 repeat-x;
}
#MSCT_bg, #MSCT_bg .bc {
  height: 530px;
  width: 2000px;
  background-size: auto 100%;
}
#MSCT_bg .bc {
  position: absolute;
  left: 0;
  top: 0;
  background-repeat: repeat-x;
  backface-visibility: hidden;
  will-change: animation;
}
#MSCT_bg .bc_1 {
  background-image: url(../../mascot/img/ab_1.png);
}
#MSCT_bg .bc_2 {
  background-image: url(../../mascot/img/ab_2.png);
}
#MSCT_bg .bc_3 {
  background-image: url(../../mascot/img/ab_3.png);
  animation: bgroop 500s linear infinite;
}
#MSCT_bg .bc_4 {
  background-image: url(../../mascot/img/ab_4.png);
  animation: bgroop 300s linear infinite;
}
@media only screen and (max-width:980px) {
  #MSCT_bg {
    left: 0;
    transform: scale(0.9);
    transform-origin: top left;
  }
}
@media only screen and (max-width:640px) {
  #MSCT_bg {
    transform: scale(0.8);
  }
}

@keyframes bgroop {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -2000px 0;
  }
}
#MSCT_chara {
  position: relative;
  z-index: 1;
}
#MSCT_chara .msct_chara_fig {
  position: relative;
  width: 470px;
  margin: 0 auto;
}
#MSCT_chara img {
  width: 100%;
  height: auto;
  opacity: 0;
  transition: opacity 0.4s ease;
}
#MSCT_chara img.img_2, #MSCT_chara img.img_3, #MSCT_chara img.img_4, #MSCT_chara img.img_5, #MSCT_chara img.img_6, #MSCT_chara img.img_7 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
#MSCT_chara.img_1 img.img_1, #MSCT_chara.img_2 img.img_2, #MSCT_chara.img_3 img.img_3, #MSCT_chara.img_4 img.img_4, #MSCT_chara.img_5 img.img_5, #MSCT_chara.img_6 img.img_6, #MSCT_chara.img_7 img.img_7 {
  opacity: 1;
}
@media only screen and (max-width:980px) {
  #MSCT_chara .msct_chara_fig {
    width: 400px;
  }
}
@media only screen and (max-width:640px) {
  #MSCT_chara .msct_chara_fig {
    width: 100%;
    max-width: 350px;
  }
}

.msct_message {
  padding: 0 20px;
}
.msct_message .msct_message_wrp {
  font-size: 18px;
  font-size: 1.125rem;
  position: relative;
  max-width: 1000px;
  margin: 40px auto;
  padding: 20px 30px;
  background-color: #f0fcff;
  border: 4px solid #a7d4e2;
  border-radius: 30px;
  line-height: 1.6;
}
.msct_message .msct_message_wrp::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 26px 15px;
  border-color: transparent transparent #a7d4e2 transparent;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
}
.msct_message p {
  margin: 0;
}
.msct_message p + p {
  margin-top: 1rem;
}
.msct_message p span {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  color: var(--color_2);
}
@media only screen and (max-width:980px) {
  .msct_message .msct_message_wrp {
    padding: 20px 25px;
    border-radius: 25px;
  }
}
@media only screen and (max-width:640px) {
  .msct_message {
    padding: 0 -15;
  }
  .msct_message .msct_message_wrp {
    font-size: 18px;
    font-size: 1.125rem;
    padding: 15px 20px;
    border-radius: 20px;
  }
  .msct_message p span {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

.mascotBlock {
  font-size: 18px;
  font-size: 1.125rem;
}

.msct_profile {
  display: flex;
  column-gap: 10px;
}
.msct_profile .msct_profile_cell_1 {
  width: 410px;
}
.msct_profile .msct_profile_cell_2 {
  flex: 1;
}
.msct_profile table {
  border-collapse: separate;
  border-spacing: 0 5px;
  width: 100%;
}
.msct_profile th {
  width: 120px;
  padding: 8px 15px;
  color: #fff;
  background-color: var(--color_1);
  border-radius: 3px 0 0 3px;
  font-weight: normal;
  text-align: left;
  vertical-align: top;
  white-space: nowrap;
}
.msct_profile td {
  padding: 8px 15px;
  background-color: #f1f1f1;
  border-radius: 0 3px 3px 0;
}
@media only screen and (max-width:1200px) {
  .msct_profile .msct_profile_cell_1 {
    width: 300px;
  }
}
@media only screen and (max-width:980px) {
  .msct_profile {
    display: block;
  }
  .msct_profile .msct_profile_cell_1 {
    width: auto;
  }
  .msct_profile .msct_profile_cell_2 {
    margin-top: -5px;
  }
}
@media only screen and (max-width:640px) {
  .msct_profile th {
    width: 110px;
    padding: 5px 10px;
    border-radius: 5px 0 0 5px;
  }
  .msct_profile td {
    padding: 5px 5px 5px 10px;
    border-radius: 0 5px 5px 0;
  }
}

.msct_goods {
  display: flex;
}
.msct_goods .title {
  width: 330px;
  padding-right: 30px;
}
.msct_goods .title img {
  width: 100%;
  height: auto;
  max-width: 240px;
}
.msct_goods .goods_pics {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  gap: 20px;
}
.msct_goods .goods_pics figure {
  width: calc(50% - 10px);
  margin: 0;
  padding: 0;
}
.msct_goods .goods_pics figure img {
  width: auto;
  height: auto;
  max-width: 100%;
}
.msct_goods .goods_pics figcaption {
  font-size: 16px;
  font-size: 1rem;
  margin-top: 6px;
}
@media only screen and (max-width:1200px) {
  .msct_goods .title {
    width: 250px;
  }
}
@media only screen and (max-width:980px) {
  .msct_goods .title {
    width: 200px;
  }
}
@media only screen and (max-width:640px) {
  .msct_goods {
    display: block;
  }
  .msct_goods .title {
    width: auto;
    text-align: center;
    margin-bottom: 20px;
  }
  .msct_goods .title img {
    width: 150px;
  }
  .msct_goods .goods_pics {
    gap: 5px;
  }
  .msct_goods .goods_pics figure {
    width: calc(50% - 5px);
  }
}

.msct_album {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  column-gap: 1%;
}
.msct_album figure {
  width: calc(33% - 10px);
  margin: 20px 0;
  padding: 0;
}
.msct_album figure img {
  width: auto;
  height: auto;
  max-width: 100%;
}
.msct_album figcaption {
  font-size: 16px;
  font-size: 1rem;
  margin-top: 6px;
}
@media only screen and (max-width:640px) {
  .msct_album {
    display: block;
  }
  .msct_album figure {
    width: auto;
    max-width: 350px;
    margin: 30px auto;
  }
}

/* ALBUM */
.album_pics {
  display: flex;
  gap: 9px;
}
.album_pics figure {
  margin: 0;
  padding: 0;
  max-width: 400px;
  width: calc(33.3333333333% - 3px);
}
.album_pics figure img {
  width: auto;
  height: auto;
  max-width: 100%;
}
@media only screen and (max-width:640px) {
  .album_pics {
    display: block;
    margin-top: 30px;
  }
  .album_pics figure {
    margin: 10px auto;
    max-width: 300px;
    width: auto;
  }
}

.album_date {
  font-size: 14px;
  font-size: 0.875rem;
  display: inline-block;
  margin: 0;
  padding: 5px 10px;
  line-height: 1;
  color: #fff;
  background-color: var(--color_1);
  border-radius: 3px;
}
.album_date + h3 {
  margin-top: -3px;
}

/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
/* BS CMS
/* -------------------------------------------------------------------------*/
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.BS_common_m, .body-tx .action-box, .body-tx .map-box, .body-tx .video-box, .body-tx .fig-box, .body-tx .txfig {
  margin: 60px 0;
}
@media only screen and (max-width:980px) {
  .BS_common_m, .body-tx .action-box, .body-tx .map-box, .body-tx .video-box, .body-tx .fig-box, .body-tx .txfig {
    margin: 50px 0;
  }
}
@media only screen and (max-width:640px) {
  .BS_common_m, .body-tx .action-box, .body-tx .map-box, .body-tx .video-box, .body-tx .fig-box, .body-tx .txfig {
    margin: 40px 0;
  }
}

.body-tx {
  line-height: 1.8;
  /* -- file types -- */
}
.body-tx > *:first-child {
  margin-top: 0;
}
.body-tx .heading {
  font-size: 27px;
  font-size: 1.6875rem;
  margin: 5rem 0 1.5rem;
  padding-bottom: 1.5rem;
  font-weight: normal;
  color: var(--color_text_2);
  border-bottom: 1px solid #b3babd;
}
.body-tx .subhead {
  font-size: 22px;
  font-size: 1.375rem;
  margin: 50px 0 30px;
  padding: 0 0 10px;
  border-bottom: 2px dotted var(--color_1);
}
.body-tx .subsubhead {
  font-size: 19px;
  font-size: 1.1875rem;
}
.body-tx > ul, .body-tx > ol {
  margin: 30px 0;
}
.body-tx > ul li, .body-tx > ol li {
  margin-bottom: 10px;
}
.body-tx .table-bordered {
  table-layout: fixed;
  border-collapse: collapse;
}
.body-tx .table-bordered th, .body-tx .table-bordered td {
  padding: 10px;
  border: 1px solid var(--table_border_color);
  vertical-align: top;
  word-wrap: break-word;
}
.body-tx .table-bordered th p, .body-tx .table-bordered td p {
  margin: 0;
}
.body-tx .table-bordered th {
  text-align: left;
  font-weight: normal;
  color: #fff;
  background-color: var(--table_th_color);
}
.body-tx .table-bordered td {
  background-color: #fff;
}
.body-tx .caption {
  font-size: 16px;
  margin: 5px 0;
  text-align: left;
  display: block;
}
.body-tx .txfig {
  display: flex;
}
.body-tx .txfig .fig {
  width: 40%;
}
.body-tx .txfig .fig .fig-box-item {
  margin: 20px 0;
}
.body-tx .txfig .fig .fig-box-item img {
  width: auto;
  height: auto;
  max-width: 100%;
}
.body-tx .txfig .tx {
  flex: 1;
}
.body-tx .txfig .tx > *:first-child {
  margin-top: 10px;
}
.body-tx .txfig-right .fig {
  margin-left: 20px;
}
.body-tx .txfig-left {
  flex-direction: row-reverse;
}
.body-tx .txfig-left .fig {
  margin-right: 20px;
}
.body-tx .fig-box .fig-box-inner {
  text-align: center;
  font-size: 0;
  display: flex;
  gap: 10px;
}
.body-tx .fig-box .fig-box-item {
  flex: 1;
}
.body-tx .fig-box .fig-box-item img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.body-tx .fig-box .fig-box-item .caption {
  display: block;
  text-align: left;
  line-height: 1.5;
  padding: 5px 5px 0;
}
.body-tx .video-box {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin: 0 auto 30px;
}
.body-tx .video-box iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.body-tx .map-box {
  position: relative;
  height: 500px;
  border: 1px solid #b6b6b6;
}
.body-tx .map-box iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width:640px) {
  .body-tx .map-box {
    height: 400px;
  }
}
.body-tx .file-box {
  margin: 30px 0;
  padding: 5px;
  background-color: #ebf5ff;
}
.body-tx .file-box .file-box-hd {
  font-size: 16px;
  font-size: 1rem;
  margin: 8px 10px;
  padding: 0;
  font-weight: bold;
  color: #12549b;
}
.body-tx .file-box .file-ls {
  list-style: none;
  margin: 0;
  padding: 5px 15px;
  background-color: #fff;
}
.body-tx .file-box .file-ls li {
  margin: 5px 0;
}
.body-tx .file-box .file-ls li a::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 17px;
  height: 21px;
  margin-right: 10px;
  background: url(../img/icn_document.png) 0 0 no-repeat;
}
.body-tx .file-type-icon {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  line-height: 1;
}
.body-tx .file-type-icon-doc::before, .body-tx .file-type-icon-docx::before {
  content: url(../img/icn_word.png);
}
.body-tx .file-type-icon-xls::before, .body-tx .file-type-icon-xlsx::before {
  content: url(../img/icn_excel.png);
}
.body-tx .file-type-icon-ppt::before, .body-tx .file-type-icon-pptx::before {
  content: url(../img/icn_powerpoint.png);
}
.body-tx .file-type-icon-pdf::before {
  content: url(../img/icn_pdf.png);
}
.body-tx .action-box {
  text-align: center;
}
.body-tx .action-box a.btn {
  display: inline-block;
  padding: 13px 10px;
  min-width: 500px;
  margin: 0 auto;
  color: #fff;
  background-color: var(--color_1);
  text-decoration: none;
  border-radius: 5px;
  box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.08);
  transition: all 0.2s ease;
}
.body-tx .action-box a.btn::before {
  content: "";
  display: inline-block;
  margin-right: 5px;
  margin-top: -5px;
  vertical-align: middle;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 7px;
  border-color: transparent transparent transparent #fff;
}
.body-tx .action-box a.btn:hover {
  text-decoration: none;
  box-shadow: none;
  background-color: var(--color_hover);
}
@media only screen and (max-width:640px) {
  .body-tx .heading {
    font-size: 22px;
    font-size: 1.375rem;
    margin: 30px 0 20px;
  }
  .body-tx .subhead {
    margin: 40px 0 20px;
    padding: 0 0 10px;
  }
  .body-tx > ul, .body-tx > ol {
    margin-left: 0;
    padding-left: 20px;
  }
  .body-tx .txfig {
    display: block;
  }
  .body-tx .txfig .fig {
    width: 100%;
  }
  .body-tx .txfig-right .fig {
    margin-left: 0;
  }
  .body-tx .txfig-left .fig {
    margin-right: 0;
  }
  .body-tx .fig-box .fig-box-inner {
    display: block;
  }
  .body-tx .fig-box .fig-box-item {
    margin-bottom: 20px;
    padding: 0;
    background: none;
  }
  .body-tx .action-box a.btn {
    display: block;
    min-width: auto;
    min-width: initial;
  }
}

/* TICKET PLAN */
.ticket_planArea .body-tx > p:first-child + .heading {
  margin-top: 30px;
}
.ticket_planArea .body-tx .table {
  width: 100%;
}
.ticket_planArea .body-tx .table th {
  width: 150px;
}
.ticket_planArea .body-tx .table + .heading {
  margin-top: 80px;
}
@media only screen and (max-width:980px) {
  .ticket_planArea .body-tx .table th {
    width: 120px;
  }
  .ticket_planArea .table + .heading {
    margin-top: 60px;
  }
}
@media only screen and (max-width:640px) {
  .ticket_planArea .body-tx .table th {
    width: 90px;
  }
  .ticket_planArea .body-tx .table th, .ticket_planArea .body-tx .table td {
    padding: 5px;
  }
  .ticket_planArea .body-tx .table + .heading {
    margin-top: 40px;
  }
}

/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
/* 404
/* -------------------------------------------------------------------------*/
.block_404 {
  text-align: center;
}
.block_404 .title {
  font-size: 26px;
  font-size: 1.625rem;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.block_404 .title figure {
  width: 120px;
  margin: 0 20px 0 0;
  padding: 0;
}
.block_404 .title figure img {
  width: 100%;
  height: auto;
}
.block_404 .title p {
  text-align: left;
}
@media only screen and (max-width:980px) {
  .block_404 .title {
    font-size: 23px;
    font-size: 1.4375rem;
  }
  .block_404 .title figure {
    width: 100px;
  }
}
@media only screen and (max-width:640px) {
  .block_404 .title {
    font-size: 18px;
    font-size: 1.125rem;
    display: block;
  }
  .block_404 .title figure {
    width: 80px;
    margin: 0 auto;
  }
  .block_404 .title p {
    text-align: center;
  }
}

.search_404 {
  max-width: 500px;
  margin: 50px auto 0;
  padding: 10px 30px 30px;
  background-color: #eceff1;
  border-radius: 10px;
}
.search_404 .gsc-control-cse {
  padding: 0;
  background-color: transparent;
  border: none;
}
.search_404 p {
  font-size: 18px;
  font-size: 1.125rem;
  margin: 0 0 10px;
  text-align: center;
}
@media only screen and (max-width:640px) {
  .search_404 {
    border-radius: 5px;
    padding: 10px;
  }
}

/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
/* CLUB
/* -------------------------------------------------------------------------*/
.club_area_1 {
  padding: 60px 5px 0;
  background-color: #0ca8e4;
  text-align: center;
}
.club_area_1 .figBox {
  display: block;
  position: relative;
  max-width: 700px;
  margin: 0 auto;
}
.club_area_1 .figBox ul {
  width: 91.6666666667%;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  position: absolute;
  left: 4%;
  bottom: 3%;
}
.club_area_1 .figBox li {
  flex: 1;
}
.club_area_1 .figBox li a {
  display: block;
  transition: opacity 0.2s ease;
}
.club_area_1 .figBox li a:hover {
  opacity: 0.7;
}
.club_area_1 .figBox li img {
  width: 100%;
  height: auto;
}

.club_area_1 figure, .club_area_2 figure {
  text-align: center;
  margin: 0;
  padding: 0;
}
.club_area_1 figure img, .club_area_2 figure img {
  width: 100%;
  height: auto;
  max-width: 700px;
}
.club_area_1 .info, .club_area_2 .info {
  display: none;
}

.club_area_3 {
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 20px 50px;
}
.club_area_3 h3 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.8;
}
@media only screen and (max-width:640px) {
  .club_area_3 {
    padding: 20px 10px;
  }
  .club_area_3 h3 {
    font-size: 16px;
    font-size: 1rem;
  }
}

.club_tbl {
  margin: 30px 0;
}
.club_tbl table {
  width: 100%;
  border-collapse: collapse;
}
.club_tbl th, .club_tbl td {
  padding: 10px;
  border: 1px solid var(--table_border_color);
}
.club_tbl th {
  background-color: var(--table_th_color);
  color: #fff;
  font-weight: normal;
}
@media only screen and (max-width:640px) {
  .club_tbl th, .club_tbl td {
    padding: 10px 5px;
  }
}

.club_area_4 {
  padding: 40px 20px 50px;
  background-color: #c8b483;
  line-height: 1.5;
  color: #000;
}
.club_area_4 h3 {
  font-size: 30px;
  font-size: 1.875rem;
  max-width: 800px;
  font-weight: bold;
  margin: 0 auto;
  padding: 25px 10px;
  text-align: center;
  background-color: #fff;
}
.club_area_4 .inner {
  max-width: 800px;
  margin: 20px auto 0;
  padding: 40px;
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
}
.club_area_4 .inner h4 {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: bold;
  margin: 60px 0 0;
  padding: 0 0 20px;
  position: relative;
}
.club_area_4 .inner h4:first-child {
  margin-top: 0;
}
.club_area_4 .inner h4::before {
  content: "";
  display: block;
  width: 200%;
  height: 5px;
  background-color: #c8b483;
  position: absolute;
  left: 0;
  bottom: 0;
}
.club_area_4 .inner > p {
  font-size: 20px;
  font-size: 1.25rem;
}
.club_area_4 figure {
  margin: 40px 0;
  text-align: center;
}
.club_area_4 figure img {
  width: 100%;
  height: auto;
  max-width: 400px;
}
.club_area_4 .plusInfo {
  max-width: 600px;
  margin: 20px auto;
  padding: 20px;
  border: 3px solid #fa0a0a;
  border-radius: 20px;
}
.club_area_4 .plusInfo .emph {
  font-size: 18px;
  font-size: 1.125rem;
  color: #fa0a0a;
  margin: 0;
  text-decoration: underline;
}
.club_area_4 .plusInfo .info {
  margin: 10px 0 0;
  color: var(--color_text_1);
}
.club_area_4 .endText .title {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: bold;
  margin: 30px 0;
  padding: 10px 10px;
  color: #fff;
  text-align: center;
  background-color: #0ca8e4;
  border-radius: 10px;
}
.club_area_4 .endText .text p {
  font-size: 20px;
  font-size: 1.25rem;
}
.club_area_4 .endText .text p span {
  font-size: 16px;
  font-size: 1rem;
  font-weight: normal;
}
.club_area_4 .endText .text p span.kome {
  color: var(--color_text_1);
}
@media only screen and (max-width:640px) {
  .club_area_4 {
    padding: 20px 10px 50px;
  }
  .club_area_4 h3 {
    font-size: 5vw;
    padding: 15px 5px;
  }
  .club_area_4 .inner {
    padding: 20px 15px;
  }
  .club_area_4 .inner h4 {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .club_area_4 .inner > p {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .club_area_4 .plusInfo {
    padding: 10px;
  }
  .club_area_4 .endText .title {
    font-size: 5vw;
  }
}

.club_area_5 {
  padding: 10px 20px 50px;
  background-color: #0ca8e4;
}
.club_area_5 .inner {
  max-width: 700px;
  margin: 20px auto 0;
  padding: 40px 10px;
  background-color: #fff;
  border-radius: 20px;
  text-align: center;
}
.club_area_5 .inner p {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.5;
}
.club_area_5 .inner figure {
  margin: 0;
  padding: 0;
}
.club_area_5 .inner figure img {
  width: 100%;
  height: auto;
  max-width: 400px;
}
.club_area_5 .btn_area {
  font-size: 20px;
  font-size: 1.25rem;
  max-width: 700px;
  margin: 0 auto;
}
.club_area_5 .btn_area .title {
  font-size: 23px;
  font-size: 1.4375rem;
  position: relative;
  margin: 30px 0;
  padding: 20px;
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
  background-color: #fff;
  border-radius: 5rem;
}
.club_area_5 .btn_area .title::before {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 20px 20px 0 20px;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -15px;
}
.club_area_5 .btn_area ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.club_area_5 .btn_area li {
  margin: 15px 0;
  padding: 0;
}
.club_area_5 .btn_area li a {
  display: block;
  position: relative;
  padding: 18px 20px 18px 40px;
  text-decoration: none;
  background-color: #fff;
  border-radius: 5px;
  border: 2px solid var(--color_2);
  color: var(--color_2);
  box-shadow: 0 4px 0 rgba(0, 0, 0, 0.1);
  transition: background 0.2s ease;
}
.club_area_5 .btn_area li a:hover {
  background-color: #dffeff;
}
.club_area_5 .btn_area li a::before {
  content: "";
  display: block;
  width: 25px;
  height: 100%;
  background-color: var(--color_2);
  position: absolute;
  left: 0;
  top: 0;
}
.club_area_5 .btn_area li a:after {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 5px 0 5px 8.7px;
  border-color: transparent transparent transparent #FFFFFF;
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
}
.club_area_5 .btn_area li a span {
  display: inline-block;
  background-color: #d4b870;
  color: #fff;
  padding: 5px 15px 7px;
  border-radius: 5rem;
  margin-left: 10px;
}
.club_area_5 .btn_area figure {
  margin: 0;
  padding: 0;
}
.club_area_5 .btn_area figure img {
  width: auto;
  height: auto;
  max-width: 100%;
}
@media only screen and (max-width:640px) {
  .club_area_5 {
    padding: 20px 10px 50px;
  }
  .club_area_5 .inner {
    padding: 20px 15px;
  }
  .club_area_5 .inner p {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .club_area_5 .btn_area .title {
    padding: 15px 20px;
    font-size: 20px;
    font-size: 1.25rem;
  }
  .club_area_5 .btn_area li a span {
    margin: 8px 0 0 5px;
  }
}

.club_area_6 {
  font-size: 15px;
  font-size: 0.9375rem;
  padding: 20px;
}
.club_area_6 .inner {
  max-width: 1000px;
  margin: 0 auto;
}
.club_area_6 h4 {
  font-size: 18px;
  font-size: 1.125rem;
  padding-bottom: 15px;
  border-bottom: 1px dotted;
}
.club_area_6 .block {
  position: relative;
  padding-left: 20px;
}
.club_area_6 .block::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: var(--color_text_2);
  position: absolute;
  left: 0;
  top: 9px;
}
.club_area_6 .box_1 {
  border: 2px dotted var(--color_2);
}
.club_area_6 .box_1 ol {
  list-style: none;
  padding: 10px 15px;
  margin: 0;
}
.club_area_6 .box_1 li {
  position: relative;
  padding: 0 0 0 20px;
  margin: 5px 0;
}
.club_area_6 .box_1 li .num {
  position: absolute;
  left: 0;
  top: 0;
}
.club_area_6 .box_1 .info {
  padding: 0 15px;
  margin: 0 0 10px;
}
.club_area_6 .box_1 .plusInfo_1 {
  padding: 10px;
  background-color: var(--color_2);
  color: #fff;
  text-align: center;
}
.club_area_6 .box_1 .plusInfo_1 p {
  margin: 0;
}
.club_area_6 .box_1 .plusInfo_1 a {
  color: #fff;
}
.club_area_6 .kome {
  list-style: none;
  padding-left: 0;
}
.club_area_6 .plusInfo {
  font-size: 12px;
  font-size: 0.75rem;
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid #e6e6e6;
  text-align: right;
  opacity: 0.6;
  text-align: right;
}
.club_area_6 .plusInfo ul {
  display: inline-block;
  text-align: left;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width:980px) {
  .club_area_6 .box_1 .plusInfo_1 br {
    display: none;
  }
}
@media only screen and (max-width:640px) {
  .club_area_6 {
    padding: 20px 10px;
  }
}

.club_block_1 {
  margin: 35px auto 0;
  border: 2px solid var(--color_1);
  max-width: 1000px;
}
.club_block_1 .title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
  margin: 0;
  padding: 10px;
  color: #fff;
  background-color: var(--color_1);
}
.club_block_1 .club_block_text {
  padding: 10px;
}
.club_block_1 .inner {
  display: flex;
}
.club_block_1 .club_block_inner {
  padding: 10px 20px;
}
.club_block_1 ul.club_block_ul li + li {
  margin-top: 20px;
}
.club_block_1 ol {
  flex: 1;
  margin: 0;
  list-style: none;
  padding: 15px;
  counter-reset: prm-counter;
}
.club_block_1 ol li {
  position: relative;
  margin: 15px 0;
  padding: 0 0 0 25px;
}
.club_block_1 ol li::before {
  font-size: 13px;
  content: counter(prm-counter);
  counter-increment: prm-counter;
  border: 1px solid;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 18px;
  width: 18px;
  line-height: 1;
  position: absolute;
  top: 5px;
  left: 0;
  line-height: 1;
}
.club_block_1 figure {
  margin: 20px 0;
  padding: 0;
}
.club_block_1 figure img {
  width: auto;
  height: auto;
  max-width: 100%;
}
.club_block_1 span.emph, .club_block_1 span.emph_2 {
  display: inline;
  background-color: #d5f4f7;
  padding: 0 5px;
  color: var(--color_2);
}
.club_block_1 span.emph_2 {
  background-color: #e2e2e2;
  color: var(--color_text_2);
}
.club_block_1 span.new {
  display: inline-block;
  line-height: 1;
  font-size: 12px;
  color: #fff;
  background-color: #d4b870;
  padding: 3px 5px 5px;
  border-radius: 3px;
  margin-right: 5px;
}
@media only screen and (max-width:980px) {
  .club_block_1 .inner figure {
    width: 300px;
  }
}
@media only screen and (max-width:640px) {
  .club_block_1 .club_block_inner {
    padding: 10px;
  }
  .club_block_1 .inner {
    display: block;
    padding-bottom: 10px;
  }
  .club_block_1 .inner figure {
    width: 300px;
    margin: 0 auto;
  }
}

.club_block_info {
  max-width: 1000px;
  margin: 5px auto;
  text-align: right;
  opacity: 0.7;
}
.club_block_info p {
  font-size: 12px;
  font-size: 0.75rem;
  margin: 0;
}

.club_box_1, .club_box_2 {
  margin: 30px 0 0;
  border: 2px solid #c9bc9c;
}
.club_box_1 .club_box_inner, .club_box_2 .club_box_inner {
  padding: 0px 20px;
}
.club_box_1 .club_box_inner hr, .club_box_2 .club_box_inner hr {
  margin: 20px 0;
  border: none;
  border-bottom: 2px dotted #c9bc9c;
}
.club_box_1 .boxTitle, .club_box_2 .boxTitle {
  font-size: 18px;
  font-size: 1.125rem;
  background-color: #c9bc9c;
  color: #fff;
  margin: 0;
  padding: 5px;
  text-align: center;
}
.club_box_1 figure, .club_box_2 figure {
  margin: 30px 0;
  padding: 0;
  text-align: center;
}
.club_box_1 figure img, .club_box_2 figure img {
  width: auto;
  height: auto;
  max-width: 100%;
}
.club_box_1 .club_box_inner_2, .club_box_2 .club_box_inner_2 {
  display: flex;
  gap: 30px;
  padding: 0 20px 20px;
}
.club_box_1 .club_box_inner_2 > div, .club_box_2 .club_box_inner_2 > div {
  flex: 1;
}
.club_box_1 .club_box_inner_2 figure, .club_box_2 .club_box_inner_2 figure {
  margin: 20px 0;
  max-width: 325px;
  text-align: center;
}
.club_box_1 .club_box_inner_2 figure img, .club_box_2 .club_box_inner_2 figure img {
  border: 1px solid #c9bc9c;
  width: auto;
  height: auto;
  max-width: 100%;
}
@media only screen and (max-width:980px) {
  .club_box_1 .club_box_inner_2, .club_box_2 .club_box_inner_2 {
    display: block;
  }
  .club_box_1 .club_box_inner_2 figure, .club_box_2 .club_box_inner_2 figure {
    margin: 20px auto 0;
  }
}
@media only screen and (max-width:640px) {
  .club_box_1 .club_box_inner, .club_box_2 .club_box_inner {
    padding: 0px 10px;
  }
  .club_box_1 .club_box_inner_2, .club_box_2 .club_box_inner_2 {
    padding: 0 10px 10px;
  }
}

.club_box_2 {
  border-color: #393636;
}
.club_box_2 .boxTitle {
  background-color: #393636;
}
.club_box_2 .club_box_inner_2 figure img {
  border-color: #a5a5a5;
}

/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
/*
/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
/*
/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/