@charset "UTF-8";
@import url("css/bootstrap.css");
@import url("css/bootstrap-theme.min.css");
@import url("contents.css");
@import url("css/slider-pro.min.css");
/* ==========================================================================
                          グルーピングまとめ
   ========================================================================== */
.pc-disnon {
  display: none;
}
@media (max-width: 768px) {
  .pc-disnon {
    display: block;
  }
}

@media (max-width: 768px) {
  .sp-disnon {
    display: none;
  }
}

.sp-text span {
  display: none;
}
@media (max-width: 768px) {
  .sp-text {
    line-height: normal !important;
  }
  .sp-text img {
    display: none;
  }
  .sp-text span {
    display: block;
  }
}

.cf, header #header-top, header #header-top ul, #contents, #pan {
  overflow: visible !important;
  overflow: hidden;
  *zoom: 1;
}
.cf:before, .cf:after, header #header-top:before, header #header-top ul:before, #contents:before, #pan:before, header #header-top:after, header #header-top ul:after, #contents:after, #pan:after {
  display: block;
  content: "";
}
.cf:after, header #header-top:after, header #header-top ul:after, #contents:after, #pan:after {
  clear: both;
}

iframe {
  display: block;
  line-height: 0;
}

#contents article section h1 {
  font-size: 19px;
  font-size: 1.9rem;
}
@media (max-width: 768px) {
  #contents article section h1 {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

header .pc-menu ul li a, #contents nav ul li a, #contents article section .attention, #contents article section .j_pagetop a, #pan li, footer small {
  font-size: 12px;
  font-size: 1.2rem;
}
@media (max-width: 768px) {
  header .pc-menu ul li a, #contents nav ul li a, #contents article section .attention, #contents article section .j_pagetop a, #pan li, footer small {
    font-size: 10px;
    font-size: 1rem;
  }
}

header #header-top {
  font-size: 11px;
  font-size: 1.1rem;
}
@media (max-width: 768px) {
  header #header-top {
    font-size: 9px;
    font-size: 0.9rem;
  }
}

/* レスポンシブ設定 */
/* ==========================================================================
                          reset : common
   ========================================================================== */
/* ========== reset : compass ========== */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* ========== reset : 追加分 ========== */
html {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 62.5%;
  line-height: 1.6;
  height: 100%;
}

body {
  position: relative;
  height: auto !important;
  height: 100%;
  min-height: 100%;
}

a {
  text-decoration: none !important;
}

img {
  max-width: 100%;
  height: auto;
}

iframe {
  width: 100%;
}

dl dt {
  float: left;
  white-space: nowrap;
}
dl dd {
  overflow: hidden;
  zoom: 1;
}

input[type="submit"], input [type="radio"], input[type="checkbox"] {
  cursor: pointer;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}

button, label {
  cursor: pointer;
}

.nav-fix {
  width: 100%;
}

/* ========== reset : bootstrap ========== */
.nav {
  background-color: transparent !important;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
  min-height: 0 !important;
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
}
.nav li a {
  padding: 0 !important;
}
.nav li a:hover {
  background-color: transparent !important;
}

.navbar-right {
  position: relative;
  right: -15px;
}

.navbar-brand {
  padding: 0 !important;
}

/* ========== reset : jquery ========== */
/* headerfix */
.follow {
  position: fixed;
  z-index: 9999;
}

/* inview */
.inview_l,
.inview_r {
  position: relative;
}

/* fadein */
.fadein {
  display: none;
}

/* slidemenu */
#navigation {
  display: none;
}

/* ==========================================================================
                          reset : サイト別指定
   ========================================================================== */
/* ========== body ========== */
body {
  font-size: 14px;
  font-size: 1.4rem;
  color: #000000;
  background-color: #f0f0f0;
  overflow-x: hidden;
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
}
@media (max-width: 768px) {
  body {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

/* ========== link ========== */
header a,
#contents nav a,
#contents #pan a {
  color: #000000;
}
header a:hover, header a:active, header a:focus,
#contents nav a:hover,
#contents nav a:active,
#contents nav a:focus,
#contents #pan a:hover,
#contents #pan a:active,
#contents #pan a:focus {
  color: #4d4d4d;
}

#mainnav_02 a,
article a {
  color: #a71e41;
}
#mainnav_02 a:hover, #mainnav_02 a:active, #mainnav_02 a:focus,
article a:hover,
article a:active,
article a:focus {
  color: #e77794;
}

a:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}

/* ========== selection ========== */
::selection {
  color: #ffffff;
  background-color: #a71e41;
}

::-moz-selection {
  color: #ffffff;
  background-color: #a71e41;
}

/* ========== effects ==========
a, a *, input, button, td, th {
  @include speed;
}
*/
/* ========== jquery ==========
.inview_l {
  left: -40px;
  @include opacity(0);
}
.inview_r {
  left: 40px;
  @include opacity(0);
}
*/
/* ========== bootstrap ========== */
.container {
  width: 100%;
  max-width: 920px;
  position: relative;
}

.h-container {
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
  position: relative;
}

header .pc-menu ul li a, #contents nav ul li a {
  display: block;
  text-align: center;
  padding-top: 13px;
  padding-bottom: 13px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #dbdbdb), color-stop(0.65, #f0f0f0), color-stop(0.35, #f0f0f0), color-stop(0, #dbdbdb));
  background: -webkit-linear-gradient(top, #dbdbdb 0%, #f0f0f0 35%, #f0f0f0 65%, #dbdbdb 100%);
  background: -moz-linear-gradient(top, #dbdbdb 0%, #f0f0f0 35%, #f0f0f0 65%, #dbdbdb 100%);
  background: -o-linear-gradient(top, #dbdbdb 0%, #f0f0f0 35%, #f0f0f0 65%, #dbdbdb 100%);
  background: -ms-linear-gradient(top, #dbdbdb 0%, #f0f0f0 35%, #f0f0f0 65%, #dbdbdb 100%);
  background: linear-gradient(to bottom, #dbdbdb 0%, #f0f0f0 35%, #f0f0f0 65%, #dbdbdb 100%);
}

@media screen and (max-width: 1024px) {
  header #header-top {
    display: none;
  }
}
header #header-top ul {
  margin-bottom: 5px;
  border-right: 1px solid #c7c4c3;
}
header #header-top ul li {
  float: right;
  border-left: 1px solid #c7c4c3;
}
header #header-top ul li a {
  display: block;
  width: 80px;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
header #header-top h1 {
  float: left;
  line-height: 0;
  margin-top: 10px;
  margin-bottom: 20px;
}
header #header-top .side {
  float: right;
  text-align: right;
  margin-top: 10px;
  line-height: 41px;
}
@media screen and (max-width: 1024px) {
  header .pc-menu {
    display: none;
  }
}
header .pc-menu ul {
  display: flex;
  flex-direction: row;
  border-bottom: 1px solid #ffffff;
}
header .pc-menu ul li {
  width: calc(100% / 5);
  border-left: 1px solid #ffffff;
}
header .pc-menu ul li:nth-last-of-type(1) {
  border-right: 1px solid #ffffff;
}
header .pc-menu ul li a:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #a71e41), color-stop(0.65, #a71e41), color-stop(0.35, #a71e41), color-stop(0, #a71e41));
  background: -webkit-linear-gradient(top, #a71e41 0%, #a71e41 35%, #a71e41 65%, #a71e41 100%);
  background: -moz-linear-gradient(top, #a71e41 0%, #a71e41 35%, #a71e41 65%, #a71e41 100%);
  background: -o-linear-gradient(top, #a71e41 0%, #a71e41 35%, #a71e41 65%, #a71e41 100%);
  background: -ms-linear-gradient(top, #a71e41 0%, #a71e41 35%, #a71e41 65%, #a71e41 100%);
  background: linear-gradient(to bottom, #a71e41 0%, #a71e41 35%, #a71e41 65%, #a71e41 100%);
  color: #ffffff;
}
header .sp-menu {
  display: none;
}
@media screen and (max-width: 1024px) {
  header .sp-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 0;
    gap: 10px;
  }
  header .sp-menu h1 {
    margin-left: 13px;
  }
  header .sp-menu h1 a {
    display: flex;
    align-items: center;
  }
  header .sp-menu-container {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 9997;
    width: 100%;
    display: none;
    transition: 0.3s ease;
    background: #a61e42;
  }
  header .sp-menu-container .sp-menu-list-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  header .sp-menu-container .sp-menu-list-container ul {
    width: 100%;
  }
  header .sp-menu-container .sp-menu-list-container ul li {
    text-align: left;
  }
  header .sp-menu-container .sp-menu-list-container a {
    display: block;
    transition: all 0.3s ease;
    border-top: 1px solid #fff;
    padding: 10px 0 10px 20px;
    font-size: 14px;
    color: #fff;
    background: #a61e42;
  }
  header .sp-menu-container .sp-menu-list-container a:hover {
    background: #ca1d4b;
  }
  header .sp-menu-container .sp-menu-list-container a:after {
    content: none;
  }
  header .sp-menu-container .sp-menu-list-container .change-language {
    display: flex;
    flex-wrap: wrap;
    width: 215px;
    gap: 5px;
  }
  header .sp-menu-container .sp-menu-list-container .change-language p {
    width: calc(50% - 5px);
  }
  header .sp-menu-container .sp-menu-list-container .change-language p:first-child {
    width: 100%;
  }
  header .sp-menu-container .sp-menu-list-container .change-language a {
    border: none;
    padding: 0 0 0 20px;
  }
  header .sp-menu-container .sp-menu-list-container .change-language a:hover {
    background: none;
    opacity: 0.7;
  }
  header .sp-menu-container .sp-menu-list-container .menu-sitemap {
    display: flex;
    flex-direction: row;
  }
  header .sp-menu-container .sp-menu-list-container .menu-sitemap a {
    border: none;
  }
  header .sp-menu-container .sp-menu-list-container .menu-sitemap a:hover {
    background: none;
    opacity: 0.7;
  }
  header .menu-child-container {
    position: relative;
    transition: all 0.3s ease;
    overflow: hidden;
  }
  header .menu-child-container .toggle-label {
    display: block;
    transition: all 0.3s ease;
    border-top: 1px solid #fff;
    padding: 10px 0 10px 20px;
    font-size: 14px;
    color: #fff;
    background: #a61e42;
    cursor: pointer;
    position: relative;
  }
  header .menu-child-container .toggle-label::after {
    content: "+";
    position: absolute;
    top: 0;
    right: 15px;
    font-size: 30px;
    line-height: 34px;
    color: #fff;
  }
  header .menu-child-container:hover .toggle-label {
    background: #ca1d4b;
  }
  header .menu-child-container .menu-toggle {
    position: absolute;
    top: 0;
    right: 0;
    width: 43px;
    height: 43px;
    opacity: 0;
  }
  header .menu-child-container .menu-toggle:checked ~ .toggle-label::after {
    content: "－";
    right: 12px;
    line-height: 40px;
  }
  header .menu-child-container .menu-toggle:checked ~ .sub-menu {
    margin-bottom: 0;
  }
  header .menu-child-container .sub-menu {
    margin-bottom: -175.56px;
    transition: 0.3s;
  }
  header .menu-child-container .sub-menu li a {
    background: #fff;
    color: #333;
    border-bottom: 1px solid #333;
  }
  header .menu-child-container .sub-menu li a:hover {
    background: #eee;
  }
  header .menu-child-container .sub-menu li:last-child a {
    border: none;
  }
  header .hamburger {
    position: relative;
    z-index: 9998;
    margin-top: -58px;
    width: 28px;
    height: 40px;
    padding: 0.5em 1em;
    border-radius: 0 0.12em 0.12em 0;
    cursor: pointer;
    backface-visibility: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: initial;
  }
  header .hamburger > div {
    position: relative;
    flex: none;
    width: 100%;
    height: 2px;
    background: #333;
    transition: transform 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  header .hamburger > div::before, header .hamburger > div::after {
    content: '';
    position: absolute;
    z-index: 1;
    top: calc(-60px / 6);
    left: 0;
    width: 100%;
    height: 2px;
    background: inherit;
    transition: transform 0.3s ease;
  }
  header .hamburger > div::after {
    top: calc(60px / 6);
  }
  header .checkbox-toggle {
    position: relative;
    z-index: 9999;
    cursor: pointer;
    width: 55px;
    height: 55px;
    opacity: 0;
  }
  header .checkbox-toggle:checked + .hamburger {
    background: #a61e42;
  }
  header .checkbox-toggle:checked + .hamburger > div {
    background: #fff;
    transform: rotate(-45deg);
  }
  header .checkbox-toggle:checked + .hamburger > div:before, header .checkbox-toggle:checked + .hamburger > div:after {
    top: 0;
    transform: rotate(90deg);
  }
  header .checkbox-toggle:checked + .hamburger > div:after {
    opacity: 0;
  }
  header .checkbox-toggle:checked ~ .sp-menu-container {
    display: block;
  }
}

#general-info .nav-general-info a,
#info-for-travelers .nav-info-for-travelers a,
#railways .nav-railways a,
#trams .nav-trams a,
#questions .nav-questions a {
  color: #a71e41;
}
#general-info .nav-general-info a:hover, #general-info .nav-general-info a:active, #general-info .nav-general-info a:focus,
#info-for-travelers .nav-info-for-travelers a:hover,
#info-for-travelers .nav-info-for-travelers a:active,
#info-for-travelers .nav-info-for-travelers a:focus,
#railways .nav-railways a:hover,
#railways .nav-railways a:active,
#railways .nav-railways a:focus,
#trams .nav-trams a:hover,
#trams .nav-trams a:active,
#trams .nav-trams a:focus,
#questions .nav-questions a:hover,
#questions .nav-questions a:active,
#questions .nav-questions a:focus {
  color: #e77794;
}

h1 {
  font-family: serif;
  font-weight: bold;
}

#contents {
  margin-top: 20px;
  margin-bottom: 115px;
}
#contents article {
  float: right;
  width: 75%;
}
@media screen and (max-width: 768px) {
  #contents article {
    width: 100%;
  }
}
#contents article section + section {
  margin-top: 30px;
}
#contents article section h1 {
  background-color: #a71e41;
  font-weight: bold;
  letter-spacing: 3px;
  padding-right: 15px;
  padding-left: 15px;
  line-height: 40px;
  margin-bottom: 20px;
  color: #ffffff;
}
#contents article section table {
  border-top: 1px solid #aaaaaa;
  border-right: 1px solid #aaaaaa;
}
#contents article section table + table {
  margin-top: 20px;
}
#contents article section table caption {
  color: #000000;
  margin-bottom: 5px;
}
#contents article section table th,
#contents article section table td {
  border-bottom: 1px solid #aaaaaa;
  border-left: 1px solid #aaaaaa;
  padding-top: 10px;
  padding-right: 15px;
  padding-bottom: 10px;
  padding-left: 15px;
}
#contents article section table th {
  background-color: #d7d7d7;
}
#contents article section table td {
  background-color: #ffffff;
}
#contents article section .attention {
  margin-top: 5px;
}
#contents article section .j_pagetop {
  border-bottom: 1px solid #c7c4c3;
  padding-bottom: 3px;
  margin-top: 15px;
  text-align: right;
}
#contents article section .j_pagetop a {
  color: #000000;
}
#contents article section .j_pagetop a:hover, #contents article section .j_pagetop a:active, #contents article section .j_pagetop a:focus {
  color: #4d4d4d;
}
#contents article section .j_pagetop a span {
  border-top: 1px solid #c7c4c3;
  border-right: 1px solid #c7c4c3;
  border-bottom: 1px solid #c7c4c3;
  border-left: 1px solid #c7c4c3;
  padding-top: 3px;
  padding-right: 2px;
  padding-bottom: 2px;
  padding-left: 2px;
  background-color: #ffffff;
  margin-left: 5px;
}
#contents nav {
  float: left;
  width: 20%;
  position: relative;
}
@media screen and (max-width: 768px) {
  #contents nav {
    display: none;
  }
}
#contents nav h1 {
  background-color: #a71e41;
  color: #ffffff;
  text-align: center;
  line-height: 40px;
  margin-bottom: 15px;
}
#contents nav ul li a:hover {
  color: #a71e41;
}
#contents nav ul li.active a {
  color: #a71e41;
}
#contents nav ul li.active a:hover, #contents nav ul li.active a:active, #contents nav ul li.active a:focus {
  color: #e77794;
}

@media screen and (max-width: 768px) {
  .sp-none {
    display: none;
  }
}
.text-layout {
  display: inline-block;
}

.mt-16 {
  margin-top: -16px;
}

.mt-28 {
  margin-top: -28px;
}

.mt-36 {
  margin-top: -36px;
}

.mt-50 {
  margin-top: -50px;
}

.mt-58 {
  margin-top: -58px;
}

.mt-78 {
  margin-top: -78px;
}

.mt-85 {
  margin-top: -85px;
}

.mt-102 {
  margin-top: -102px;
}

.mt-125 {
  margin-top: -125px;
}

.mt-104 {
  margin-top: -104px;
}

.mt-144 {
  margin-top: -144px;
}

.mt-147 {
  margin-top: -147px;
}

.mt-169 {
  margin-top: -169px;
}

.mt-191 {
  margin-top: -191px;
}

.mt-193 {
  margin-top: -193px;
}

.mt-214 {
  margin-top: -214px;
}

.mt-241 {
  margin-top: -241px;
}

.mt-289 {
  margin-top: -289px;
}

.mt-291 {
  margin-top: -291px;
}

.mt-326 {
  margin-top: -326px;
}

.mt-330 {
  margin-top: -330px;
}

.mt-352 {
  margin-top: -352px;
}

.mt-426 {
  margin-top: -426px;
}

@media screen and (max-width: 768px) {
  .mt-0_sp {
    margin-top: 0;
  }
}
#pan {
  margin-bottom: 20px;
}
#pan li {
  float: left;
}
#pan li + li:before {
  content: " > ";
}

footer {
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
  padding-top: 5px;
  padding-right: 20px;
  padding-bottom: 0px;
  padding-left: 0px;
  background-color: #a71e41;
  height: 85px;
}
footer small {
  display: block;
  text-align: right;
  color: #ffffff;
}
