@charset "utf-8";
/* SP ヘッダー
======================================== */ 
@media screen and (max-width: 767px) {
  .spNav {
    top: 0;
  }
  .spNav .scrollWrap .menu ul li h3 {
    margin-bottom: 5px;
  }
  .spNav .scrollWrap .menu_btm ul li + li{
    border-top: 1px solid #ddd;
  }
  .spNav .scrollWrap .menu_btm ul li a{
    display: block;
    padding: 10px 2%;
  }
}
/* 汎用
======================================== */ 
:root {
  scroll-padding: 82px;
}
html { 
  scroll-behavior: smooth;
}
header {
  border-bottom: 1px solid #ccc;
}
#container {
  position: relative;
  z-index: 1;
  width: 1080px;
  margin: 0 auto;
  line-height: 1.5;
}
#container a {
  color: #10108c;
}
#container a:hover {
  text-decoration: underline;
}
li {
  list-style: none;
}
img {
  vertical-align: top;
}
.pc_show {
  display: block;
}
.sp_show {
  display: none;
}
.gotop {
  display: none;
  width: 50px;
  height: 50px;
  background-color: #4b4e7c;
  border-radius: 2px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 10;
  opacity: .5;
  cursor: pointer
}
.gotop span {
  display: block;
  width: 20px;
  height: 20px;
  transform: rotate(45deg);
  margin-top: 20px;
  margin-left: 14px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
}
.contents {
  padding: 40px 50px 60px;
}
.row + .row {
  margin-top: 60px;
}
.contents a .link_txt {
  display: inline-block;
}
.contents a .link_txt:hover {
  text-decoration: underline;
}
.contents a[target="_blank"] .link_txt::after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 10px;
  background-image: url("/assets/img/common/icon_blank_white.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 8px 0 4px;
}
.contents a[href*=".pdf"] .link_txt::after {
  content: "";
  display: inline-block;
  width: 21px;
  height: 14px;
  background-image: url("/uc/profile/images/ico_pdf.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 8px 0 4px;
  vertical-align: middle;
}
section{
  margin-bottom: 100px;
  padding-bottom: 50px;
  border-bottom: solid 1px #aaa;
}
.scroll-box {
  overflow-x: auto;
  padding-bottom: 10px;
  -webkit-overflow-scrolling: touch;
}
.scroll-box::-webkit-scrollbar {
  height: 4px;
}
.scroll-box::-webkit-scrollbar-track {
  background: #eee;
}
.scroll-box::-webkit-scrollbar-thumb {
  background: #aaa;
  border: none;
}
.scroll-box::-webkit-scrollbar-thumb:hover {
  background: #999;
}
.txt_small{
  font-size: .7rem;
}

@media screen and (max-width: 767px) {
  :root {
    scroll-padding: 60px;
  }
  .pc_show {
    display: none;
  }
  .sp_show {
    display: block;
  }
  #container, .grid {
    width: 100%;
  }
  .contents .contents_grid {
    padding: 0;
  }
  .contents {
    padding: 30px 4% 40px;
  }
  .row + .row {
    margin-top: 26px;
  }
  section{
    margin-bottom: 60px;
  }
}

/* メトロキャンペーン
======================================== */
.mtr_fv{
  text-align: center;
  margin-top: 60px;
}
.mtr_fv_img {
  max-width: 1080px;
  border-radius: 40px;
}
.mtr_area a{
  color: #0f1350 !important; 
}
.mtr_head{
  margin-bottom: 60px;
}
.mtr_lead{
  font-size: 18px;
  font-weight: 500;
  line-height: 1.7;
  text-align: center;
  margin-bottom: 30px;
}
#container .mtr_area .mtr_list{
  display: flex;
  flex-wrap: wrap;
  gap: 15%;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 20px;
  font-weight: 700;
  line-height: 3rem;
  margin-left: 20px;
}
.mtr_listitem{
  position: relative;
}

.mtr_listitem ::before{
  content: '';
  width: 30px;
  height: 30px;
  position: absolute;
  margin: 8px -36px;
  display: inline-block;
  background-position: center;
  background-size: contain;
}

.mtr_list_sp{
  display:none;
}
.mtr_ttl{
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
.mtr_mark ::before{
  content: '';
  width: 30px;
  height: 30px;
  margin: -7px 10px;
  display: inline-block;
  background-position: center;
  background-size: contain;
}
.stationname_area{
  margin:40px auto;
}
.stationname_area .ginzaline,.nanbokuline{
  max-width: 760px;
  margin: 0 auto;
}
.stationname_area .maruline{
  max-width: 980px;
  margin: 0 auto;
}
.stationname_area .hibiyaline{
  max-width: 880px;
  margin: 0 auto;
}
.stationname_area .chiyodaline{
  max-width: 800px;
  margin: 0 auto;
}
.stationname_area .yurakucholine{
  max-width: 960px;
  margin: 0 auto;
}
.stationname_area .hanzomonline{
  max-width: 560px;
  margin: 0 auto;
}
.stationname_area .fukuline{
  max-width: 640px;
  margin: 0 auto;
}
.stationname_area .tozailine{
  max-width: 920px;
  margin: 0 auto;
}

.stationname_area tr{
  display: flex;
}
.stationname_area th,td{
  width: 40px;
}
.stationname_area th{
  padding: 3px 0;
}
.circle{
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #fff;
  margin:0 auto;
  align-items: center;
}
.stationname_area.shortname td {
  position: relative;
  height: 150px;
}
.stationname_area.longname td {
  position: relative;
  height: 200px;
}
.stationname_area .sepline{
  width:20px;
  height: 150px;
  background-color: #fe0908;
  float:right;
}
.stationname_area .th_blank{
  background-color: #fff;
}
.stationname_area .corner{
  width: 30px;
}
.stationname_area td li{
  position:absolute;
  right: 16%;
  padding-top: 10px;
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: 18px;
  font-weight: 700;
  color: #CECECE;
}
.stationname_area .p-goto-nav__list :hover {
  cursor: pointer;
}
.stationname_area td li span{
  color:#333;
}
.mtr_poster{
  text-align: center;
  margin: 0 auto;
}
.mtr_poster p{
  font-size: 18px;
  font-weight: 700;
  margin-bottom:12px;
}
.mtr_poster li img{
  border:#aaa solid 1px;
}
.slick-prev {
  left: 10px !important;
  z-index: 1000;
}
.slick-prev:before {
    content: '←';
}
.slick-next {
  right: 10px !important;
}


/*色分けコーナー*/

.ginza ::before{
  background-image: url('../images/ginza.JPG');
}
.maru ::before{
  background-image: url('../images/maru.JPG');
}
.hibiya ::before{
  background-image: url('../images/hibiya.JPG');
}
.chiyoda ::before{
  background-image: url('../images/chiyoda.JPG');
}
.yurakucho ::before{
  background-image: url('../images/yurakucho.JPG');
}
.hanzomon ::before{
  background-image: url('../images/hanzomon.JPG');
}
.nanboku ::before{
  background-image: url('../images/nanboku.JPG');
}
.fuku ::before{
  background-image: url('../images/fuku.JPG');
}
.tozai ::before{
  background-image: url('../images/tozai.JPG');
}

.ginzaline th{
  background-color: #ff960c;
}
.maruline th{
  background-color: #fe0908;
  width:38px
}
.maruline td{
  width: 38px;
}
.hibiyaline th{
  background-color: #c7b8a3;
}
.chiyodaline th{
  background-color: #35a34a;
}
.yurakucholine th{
  background-color: #ce9b40;
}
.hanzomonline th{
  background-color: #8664ae;
}
.nanbokuline th{
  background-color: #3aab7d;
}
.fukuline th{
  background-color: #9c3605;
}
.tozailine th{
  background-color: #04a2c7;
}


@media screen and (max-width: 767px) {
  .mtr_fv{
    margin-top: 20px;
  }
  .mtr_fv_img{
    max-width: 94%;
    border-radius: 20px;
    margin: 0 auto;
  }
  .mtr_lead{
    font-size: 14px;
    line-height: 24px;
  }
  #container .mtr_area .mtr_list {
    gap: 20%;
    font-size: 14px !important;
    font-weight: 700;
    line-height: 3rem;
    margin-left: 20px;
  }
  .mtr_listitem ::before{
    content: '';
    width: 16px;
    height: 16px;
    margin: 8px -20px;
  }

  .mtr_ttl{
    font-size: 14px;
  }
  .mtr_mark ::before{
    content: '';
    width: 16px;
    height: 16px;
    margin: -2px 4px;
  }
  .stationname_area{
    margin: 20px auto;
  }
  .stationname_area th,td{
    width: 24px;
  }
  .stationname_area td li{
    width: 24px;
    font-size: 14px;
  }
  .maruline td li{
    right: 3%;
  }
  .circle{
    width: 10px;
    height: 10px;
  }
  .stationname_area .sepline{
    width:16px;
    height: 100px;
    background-color: #fe0908;
    float:right;
  }
  .stationname_area .corner{
    width: 16px;
  }
  .stationname_area td {
    height: 100px;
  }
  .maruline th{
    width:20px
  }
  .maruline td{
    width: 20px;
    height: 100px !important;
  }
  
  .mtr_poster p{
    font-size: 12px;
    margin-bottom: 0;
  }
  .slick-slide img{
    width: 92%;
  }
}
