@charset "UTF-8";

/* Migrate
   ========================================================================== */

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6em;
}

section {
  margin-top: 20px;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

a:hover {
  color: inherit;
  opacity: 0.7;
  transition: opacity 0.2s ease-out;
}

a:hover > img {
  opacity: 1;
}

#contents,
#content {
  line-height: 1.5;
}

.pagetitle {
  margin-top: 64px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  padding: 14px 19px;
  background-color: transparent;
  border-top: none;
  border-bottom: none;
  border: 1px solid #001b3e;
  border-right: none;
}

.pagetitle h1 {
  width: auto;
  margin: 0;
  border-left: none;
  padding: 0;
  color: #001b3e;
  font-size: 18px;
  font-weight: bold;
}

.pagetitle h1:lang(ja) {
  letter-spacing: 0.1em;
}

.subtitle,
.secHead02 {
  position: static;
  padding: 0;
  background: none;
  border-bottom: 1px solid #001b3e;
  border-left: 1px solid #001b3e;
  margin-bottom: 24px;
  padding-top: 4px;
  padding-left: 10px;
  padding-bottom: 10px;
  color: #001b3e;
  font-size: 18px;
  font-weight: bold;
}

.subtitle:lang(ja),
.secHead02:lang(ja) {
  letter-spacing: 0.1em;
}

.subtitle:before {
  content: none;
}

.icon_box dl dt a,
.icon_box dl .nonelink {
  padding-top: 10px;
  padding-bottom: 10px;
  background: linear-gradient(45deg, rgba(43,70,162,1) 0%,rgba(58,147,202,1) 100%);
  font-size: 13px;
  font-weight: bold;
}

.icon_box dl dt a:before {
  content: "\f10e";
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 6px;
  font-family: "icon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.map_area h3 {
  margin-bottom: 20px;
  margin-left: auto;
  padding-left: 2px;
  padding-bottom: 9px;
  color: #001b3e;
  font-size: 19px;
}

a.pdf:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  height: 40px;
  margin-top: -3px;
  margin-left: 8px;
  padding: 0;
  background: url(/common/v2/images/icn_pdf.png) no-repeat;
  background-size: 50px 40px;
}

.map_area .line_right {
  border-bottom: 1px solid #001b3e;
}

.map_area .line_right:after {
  content: none;
}

a.link_btn {
  border-radius: 0;
  color: white;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

a.link_btn[target="_blank"] {
  background: black url(/common/v2/images/icn_blank.png) no-repeat 94% center;
  background-size: 24px 20px;
}

h3.line_right {
  font-weight: 700;
}

.text_area h3 {
  margin-left: 1.5em;
  font-weight: 700;
}

.text_area h4 {
  position: relative;
  font-weight: 700;
  text-indent: 0;
}

.text_area h4::before {
  position: absolute;
  left: 0;
  top: 0;
}

.text_area h4 + dl {
  margin-left: 1em;
  margin-bottom: 0.5em;
}

.text_area p {
  margin-left: 1em;
}

.text_area ul {
  margin-left: 2em;
}

.text_area ul li {
  text-indent: -1em;
}

.text_area ul li::before {
  content: "\203B";
}

.text_area div:not(.type_text) ul li::before {
  content: none;
}
html:lang(ja) .text_area.atm_placement ul li {
    text-indent: -1.2em;
    white-space: nowrap;
}
html:lang(ja) .text_area.locker_baggageservice .type_text {
    position: relative;
    width: 380px;
}
html:lang(ja) .text_area.locker_baggageservice .type_text figure {
    position: absolute;
    right: -440px;
    top: 0;
    width: 420px;
}
html:lang(ja) .text_area.locker_baggageservice .btn_box {
    padding-top: 6em;
    text-align: center;
}
html:lang(en) .text_area.locker_baggageservice ,
html:lang(zh-Hant) .text_area.locker_baggageservice {
    padding-top: 2em;
}
html:lang(en) .text_area.locker_baggageservice ul li::before ,
html:lang(zh-Hant) .text_area.locker_baggageservice ul li::before {
  content: "*";
}

.type_2column h3,
.type_image h3,
.type_text h3 {
  margin-left: 0;
}

.type_2column p,
.type_image p,
.type_text p {
  margin-left: 0;
}

.fs120.colRed {
  font-weight: 700;
}

.area_link .subtitle {
  margin-right: 0;
  margin-left: 0;
}

@media screen and (max-width: 768px) {
  #contents,
  #content {
    font-size: 10px;
  }

  #contents {
    margin-top: 24px;
  }

  section {
    margin-top: 17px;
  }

  .h1 {
    margin-right: 0.6rem;
    margin-left: 0.6rem;
  }

  .pagetitle {
    width: auto;
    margin-top: 24px;
    margin-right: 0.6rem;
    margin-left: 0.6rem;
    padding: 5px 8px;
  }

  #content .pagetitle {
    margin-right: 0;
    margin-left: 0;
  }

  .pagetitle h1 {
    font-size: 12.5px;
  }

  .subtitle,
  .secHead02 {
    margin-right: 0.6rem;
    margin-bottom: 12px;
    margin-left: 0.6rem;
    padding-top: 3px;
    padding-bottom: 4.5px;
    padding-left: 5px;
    font-size: 11.5px;
  }

  #content .subtitle,
  #content .secHead02 {
    margin-right: 0;
    margin-left: 0;
  }

  a.link_btn {
    font-size: 10px;
  }

  a.link_btn[target="_blank"] {
    padding: 4px 20px 4px 6px;
    background-size: 12px 10px;
  }

  a.pdf:after {
    width: 25px;
    height: 20px;
    margin-top: -1.5px;
    margin-left: 4px;
    background: url(/common/v2/images/icn_pdf.png) no-repeat;
    background-size: 25px 20px;
  }

  .icon_box dl dt a,
  .icon_box dl .nonelink {
    font-size: 10px;
  }

  .icon_box dl dt a:before {
    width: 5px;
    height: 10px;
    background: url(/common/v2/images/icn_arrow_w.png) no-repeat;
    background-size: 5px 10px;
  }

  .map_area h3 {
    font-size: 10px;
    padding-bottom: 4.5px;
  }

  .map_area p {
    padding-bottom: 3em;
  }

  .map_area ul li {
    font-size: 10px;
  }

  .map_area .line_right {
    width: auto;
    margin-right: 0;
    margin-left: 0;
  }

  .map_area + .link {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }

  .map_detail h3.line_right {
    margin-bottom: 1em;
    font-size: 10px;
  }

  .text_area {
    margin-bottom: 3em;
  }

  .text_area .subtitle {
    margin-bottom: 1em;
  }

  .text_area h3 {
    margin-left: 0.6em;
  }

  .text_area p {
    margin-left: 0;
  }
  html:lang(ja) .text_area.locker_baggageservice .type_text {
    width: auto;
  }
  html:lang(ja) .text_area.locker_baggageservice .type_text figure {
    position: relative;
    right: auto;
    top: auto;
    width: 90%;
    margin: 2em auto 0 auto;
  }
  html:lang(ja) .text_area.locker_baggageservice .btn_box {
    padding-top: 3em;
  }

  .type_2column h3,
  .type_image h3,
  .type_text h3 {
    margin-left: 0;
  }

  .type_2column p,
  .type_image p,
  .type_text p {
    margin-left: 0;
  }
}

/**
 * /learning/station_building/
 */

.movie_area ul li a {
  display: block;
}

/**
 * learning
 */

@media screen and (max-width: 768px) {
  #about_tokyostation dl dt,
  #about_tokyostation dl dd,
  #about_tokyostation p {
    font-size: 10px;
  }

  #history dl dt,
  #history dl dd {
    font-size: 10px;
  }

  #history figcaption {
    font-size: 10px;
  }

  #spot_list li .no,
  #spot_list li h2,
  #spot_list li p,
  #spot_list li .parentheses {
    font-size: 10px;
  }

  #spot_list li .no {
    padding: 0 !important;
    line-height: 2rem;
    text-align: center !important;
  }

  .copy,
  ul#guide_list li p {
    font-size: 10px;
  }
}

/**
 * sightseeing
 */

#area_links .area_link ul li:hover {
  opacity: 0.7;
  transition: opacity 0.2s ease-out;
}

#area_links .area_link ul li a:hover {
  opacity: 1;
  transition: none;
}

@media screen and (max-width: 768px) {
  h2 + p {
    font-size: 10px;
  }

  .area_link ul li a .no {
    margin-right: 0;
    padding-top: 0;
    font-size: 10px;
    line-height: 2rem;
  }

  .area_link ul li.plural {
    line-height: 3;
  }

  .area_link ul li.plural a .no {
    margin-right: 14px;
  }

  .area_link ul li a .label {
    padding-left: 14px;
  }
}
