.mainvisual .main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }
  .mainvisual .main div, .mainvisual .main li {
    min-height: 0%; }
  .mainvisual .main li {
    width: calc(100% / 4);
    max-width: 350px;
    padding: 0;
    margin: 0;
    position: relative; }
    .mainvisual .main li img {
      width: 100%;
      height: auto; }
    @media screen and (max-width: 540px) {
      .mainvisual .main li {
        width: 50%;
        max-width: 50%; } }

.contents-box {
  position: relative; }
  .contents-box::before {
    content: "";
    display: block;
    width: 1rem;
    height: 10rem;
    background: url("../images/share/rainbow_bg03.png") top left no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 0; }
  .contents-box .contents-box-inner {
    width: 94.696969697%;
    max-width: 1000px;
    margin: auto; }
    .contents-box .contents-box-inner .contents-ttl {
      text-align: left;
      line-height: 1.12;
      margin-top: 0;
      margin-bottom: 1rem; }
    .contents-box .contents-box-inner .read .aw {
      display: inline; }
  .contents-box:nth-of-type(odd)::before {
    left: 0; }
  .contents-box:nth-of-type(odd) .contents-box-inner {
    margin-right: 0;
    margin-left: auto; }
  .contents-box:nth-of-type(even)::before {
    right: 0; }
  .contents-box:nth-of-type(even) .contents-box-inner {
    margin-left: 0;
    margin-right: auto; }
  .contents-box .note-area {
    margin-top: 2.5rem;
    padding: 0;
    width: 100% !important; }
  @media screen and (max-width: 540px) {
    .contents-box {
      margin-bottom: 0.5rem; }
      .contents-box .contents-box-inner {
        padding-top: 8rem;
        width: 96%;
        margin-left: auto;
        margin-right: auto; }
        .contents-box .contents-box-inner .contents-ttl {
          text-align: center; }
        .contents-box .contents-box-inner .read .aw {
          display: inline-block; }
      .contents-box:nth-of-type(odd)::before {
        left: 50%;
        transform: translateX(-50%) rotate(-90deg); }
      .contents-box:nth-of-type(odd) .contents-box-inner {
        margin-right: auto; }
      .contents-box:nth-of-type(even)::before {
        right: 50%;
        transform: translateX(50%) rotate(-90deg); }
      .contents-box:nth-of-type(even) .contents-box-inner {
        margin-left: auto; } }

.sub-head {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: normal;
  font-feature-settings: "palt";
  font-size: 1em;
  color: #333;
  text-align: left;
  line-height: 1.44;
  border-bottom: thin solid #ccc;
  padding-bottom: 0.25rem;
  margin-top: 1.5rem; }
  .sub-head::before {
    content: "";
    display: inline-block;
    width: 0.75em;
    height: 0.75em;
    background-color: #333;
    margin-right: 0.25rem; }

.station-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-top: 0.5rem; }
  .station-list div, .station-list li {
    min-height: 0%; }
  .station-list li {
    text-align: center; }
    .station-list li .img-box {
      width: 100%;
      margin-bottom: 0.25rem; }
    .station-list li .note {
      text-align: left; }

/*----------------------------
 	EACH SECTION
------------------------------*/
#Train {
  max-width: 1000px; }
  #Train.contents-box::before {
    content: none; }
  #Train .train-map {
    width: 100%;
    max-width: 880px;
    margin: auto; }
  #Train .station-images {
    width: 100%;
    max-width: 880px;
    margin: 2rem auto 0; }
    #Train .station-images ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: stretch;
      -ms-flex-align: stretch;
      align-items: stretch; }
      #Train .station-images ul div, #Train .station-images ul li {
        min-height: 0%; }
      #Train .station-images ul li {
        width: 24.3181818182%;
        padding: 0;
        margin: 0; }
  #Train .station-list li {
    width: 32%; }

#Walking .walking-contents {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }
  #Walking .walking-contents div, #Walking .walking-contents li {
    min-height: 0%; }
  #Walking .walking-contents .read {
    width: 32%;
    margin-left: 0;
    margin-right: 0; }
  #Walking .walking-contents .photo {
    width: 32%; }
#Walking .bnr {
  margin-top: 1.5rem; }
  #Walking .bnr a {
    display: block;
    width: 100%;
    text-decoration: none; }
    #Walking .bnr a:hover {
      opacity: 0.6; }
    #Walking .bnr a img {
      width: 100%;
      height: auto; }
#Walking .column {
  margin: 2.5rem auto 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }
  #Walking .column div, #Walking .column li {
    min-height: 0%; }
  #Walking .column .text {
    width: 36.4%;
    margin-left: 4%; }
    #Walking .column .text + .note {
      width: 100%;
      margin-top: 1.5rem;
      text-align: left; }
  #Walking .column .image1 {
    width: 37.2%; }
  #Walking .column .image2 {
    width: 21.2%;
    margin-left: 1.2%; }

#Bus01 .bus-contents {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }
  #Bus01 .bus-contents div, #Bus01 .bus-contents li {
    min-height: 0%; }
  #Bus01 .bus-contents .text {
    width: 46.8%;
    margin: auto 0; }
    #Bus01 .bus-contents .text .column {
      background-color: #cee3eb;
      padding: 1.25rem 1rem;
      margin-top: 1.5rem; }
      #Bus01 .bus-contents .text .column .acc {
        color: #0097b8; }
      #Bus01 .bus-contents .text .column .sub-head {
        border-bottom: none;
        margin-top: 0.75rem; }
    #Bus01 .bus-contents .text table {
      width: 100%;
      margin: auto 0;
      border-collapse: collapse;
      word-break: break-all;
      word-wrap: break-all; }
      #Bus01 .bus-contents .text table th, #Bus01 .bus-contents .text table td {
        vertical-align: middle;
        line-height: 1.12; }
      #Bus01 .bus-contents .text table thead th {
        background-color: #0097b8;
        color: #fff;
        font-size: 0.875em;
        text-align: left;
        padding: 0.25rem 0.5rem; }
      #Bus01 .bus-contents .text table tbody th {
        background-color: #58b3cb;
        color: #fff;
        font-size: 0.875em;
        text-align: center;
        padding: 0.5rem 0.25rem;
        width: 5%; }
      #Bus01 .bus-contents .text table tbody td {
        background-color: #fff;
        color: #231815;
        font-size: 0.75em;
        text-align: center;
        padding: 0.25rem; }
      #Bus01 .bus-contents .text table tbody tr:nth-of-type(3) th, #Bus01 .bus-contents .text table tbody tr:nth-of-type(3) td {
        border-top: 2px solid #231815; }
      #Bus01 .bus-contents .text table + .note {
        text-align: left;
        margin-top: 0.25rem; }
  #Bus01 .bus-contents .fig {
    /*			position: absolute;
    			top:0;
    			right: 0;*/
    width: 49.6%; }
    #Bus01 .bus-contents .fig .img-box {
      width: 100%; }
  #Bus01 .bus-contents .bus-list {
    width: 100%; }
    #Bus01 .bus-contents .bus-list .station-list li {
      width: 32%; }
      #Bus01 .bus-contents .bus-list .station-list li .sub-head {
        margin-bottom: 0.5rem;
        letter-spacing: -0.1em; }

#Bus02 .station-list li.fig {
  width: 76%; }
#Bus02 .station-list li.photo {
  width: 21.6%; }
#Bus02 .station-list li .img-box {
  width: 100%; }

#Car .contents-box-inner .car-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }
  #Car .contents-box-inner .car-contents div, #Car .contents-box-inner .car-contents li {
    min-height: 0%; }
  #Car .contents-box-inner .car-contents .car-contents-main {
    width: 74%; }
    #Car .contents-box-inner .car-contents .car-contents-main .station-list {
      width: 100%;
      max-width: 528px;
      margin: 0.5rem 0 auto; }
      #Car .contents-box-inner .car-contents .car-contents-main .station-list li {
        width: 100%; }
        #Car .contents-box-inner .car-contents .car-contents-main .station-list li + li {
          margin-top: 0.75rem; }
  #Car .contents-box-inner .car-contents .car-contents-images {
    width: 22%; }
    #Car .contents-box-inner .car-contents .car-contents-images .station-list li {
      width: 100%; }
      #Car .contents-box-inner .car-contents .car-contents-images .station-list li .img-box {
        width: 100%; }
      #Car .contents-box-inner .car-contents .car-contents-images .station-list li + li {
        margin-top: 0.25rem; }

@media screen and (max-width: 1024px) {
  #Car .contents-box-inner .car-contents .car-contents-main {
    width: 64%; }
  #Car .contents-box-inner .car-contents .car-contents-images {
    width: 32%; }

  #Bus01 .bus-contents .bus-list .station-list li .sub-head {
    font-size: 0.875em; } }
@media screen and (max-width: 834px) {
  #Bus01 .bus-contents .text .column .sub-head {
    font-size: 0.875em; }
  #Bus01 .bus-contents .text .column table thead th {
    font-size: 0.75em; }
  #Bus01 .bus-contents .text .column table tbody th {
    font-size: 0.75em; }
  #Bus01 .bus-contents .text .column table tbody td {
    font-size: 0.625em; } }
@media screen and (max-width: 768px) {
  #Car .contents-box-inner .car-contents .car-contents-main {
    width: 54%; }
  #Car .contents-box-inner .car-contents .car-contents-images {
    width: 42%; } }
@media screen and (max-width: 540px) {
  #Train {
    width: 96%; }
    #Train .station-images ul li {
      width: 49%;
      margin-bottom: 0.5rem; }
    #Train .station-list li {
      width: 100%; }
      #Train .station-list li + li {
        margin-top: 0.75rem; }

  #Walking .walking-contents .read {
    width: 100%; }
  #Walking .walking-contents .photo {
    width: 100%;
    margin-top: 1rem; }
  #Walking .column {
    margin: 1.5rem auto 0.5rem; }
    #Walking .column .text {
      width: 100%;
      margin-left: 0;
      margin-bottom: 1rem;
      order: 1; }
      #Walking .column .text + .note {
        order: 4; }
    #Walking .column .image1 {
      width: 62.4161073826%;
      order: 2; }
    #Walking .column .image2 {
      width: 35.5704697987%;
      margin-left: 0;
      order: 3; }

  #Bus01 .bus-contents .text {
    width: 100%; }
    #Bus01 .bus-contents .text .column {
      padding: 1rem 0.75rem; }
  #Bus01 .bus-contents .fig {
    width: 100%;
    margin-top: 1.5rem; }
  #Bus01 .bus-contents .bus-list {
    margin-top: 1rem; }
    #Bus01 .bus-contents .bus-list .station-list li {
      width: 100%; }
      #Bus01 .bus-contents .bus-list .station-list li + li {
        margin-top: 0.75rem; }

  #Bus02 .station-list li.fig {
    width: 100%; }
  #Bus02 .station-list li.photo {
    width: 88%;
    margin: 0.75rem auto 0; }
  #Bus02 .station-list.midnight li.fig {
    order: 1; }
  #Bus02 .station-list.midnight li.photo {
    order: 2; }

  #Car .contents-box-inner .car-contents .car-contents-main {
    width: 100%;
    margin-bottom: 0.75rem; }
  #Car .contents-box-inner .car-contents .car-contents-images {
    width: 100%; }
    #Car .contents-box-inner .car-contents .car-contents-images .station-list li {
      width: 49%; }
      #Car .contents-box-inner .car-contents .car-contents-images .station-list li + li {
        margin-top: 0; } }
