@charset "UTF-8";

/* Home Common
------------------------------------------------------ */
body {
  background: #f0f0f0;
}

input {
  outline: none;
}

input[type="text"] {
  border-radius: 4px 0 0 4px;
  border: 1px solid #CCCDCD;
  border-right: 0;
  padding: 9px 12px;
  transition: all 0.3s ease-in-out;
}

input[type="text"]:focus,
input[type="text"]:focus~.search-icon {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  margin-top: -2px !important;
  margin-bottom: 2px !important;
}

p a {
  color: #0069c7;
}

p a:hover {
  color: #ff8300;
}

a:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.ouro {
  position: relative;
  display: inline-block;
  height: 46px;
  width: 46px;
  margin: 1em;
  border-radius: 50%;
  background: none repeat scroll 0 0 #dddddd;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1) inset, 0 0 25px rgba(0, 0, 255, 0.075);
}

.ouro:after {
  content: "";
  position: absolute;
  top: 9px;
  left: 9px;
  display: block;
  height: 28px;
  width: 28px;
  background: none repeat scroll 0 0 #f2f2f2;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.ouro>span {
  position: absolute;
  height: 100%;
  width: 50%;
  overflow: hidden;
}

.ouro .left {
  left: 0;
}

.ouro .right {
  left: 50%;
}

.ouro .anim {
  position: absolute;
  left: 100%;
  top: 0;
  height: 100%;
  width: 100%;
  border-radius: 999px;
  background: none repeat scroll 0 0 #508ec3;
  /* Ouroborosの色 - 可変 */
  opacity: 0.8;
  -webkit-animation: ui-spinner-rotate-left 3s infinite;
  animation: ui-spinner-rotate-left 3s infinite;
  -webkit-transform-origin: 0 50% 0;
  transform-origin: 0 50% 0;
}

.ouro .left .anim {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.ouro .right .anim {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  left: -100%;
  -webkit-transform-origin: 100% 50% 0;
  transform-origin: 100% 50% 0;
}

@-webkit-keyframes ui-spinner-rotate-left {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  25% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  75% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes ui-spinner-rotate-left {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  25% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  75% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.mark {
  display: inline-flex;
  flex-flow: row wrap;
  border: 0.22em solid #425464;
  border-radius: 200px;
  height: 34px;
  width: 34px;
  min-width: 34px;
  min-height: 34px;
  margin-right: 5px;
  text-align: center;
  background: #fff;
  color: #425464;
}

.mark .eng,
.mark .num {
  flex: 0 0 100%;
  text-align: center;
  line-height: 1;
}

.mark .eng {
  font-size: 0.7em;
  align-self: flex-end;
  margin-bottom: 1px;
  font-weight: 800;
}

.mark .num {
  font-size: 0.8em;
  align-self: flex-start;
  font-weight: 600;
}

#headLine .has-mark {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row wrap;
}

#headLine .has-mark .mark {
  display: inline-flex !important;
  height: 2.2em;
  width: 2.2em;
  border-width: 0.2em;
  margin-right: 0.5em;
}

#headLine .has-mark .mark .eng {
  padding-top: 0.1em;
}

#headLine .has-mark .sub {
  flex: 0 0 100%;
  font-size: 0.6em;
}

#headLine .next-stop-block {
  width: 50%;
  margin: -2rem auto 3rem;
}

#headLine .next-stop {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-evenly;
  align-items: stretch;
  border-top: 1px #8294a4;
}

#headLine .next-stop .col {
  flex: 0 1 50%;
}

#headLine .next-stop a {
  display: inline-block;
  padding: 0.5em 1em;
  position: relative;
  background: #fff;
}

#headLine .next-stop .col-left {
  text-align: right;
  border-right: 1px solid #8294a4;
}

#headLine .next-stop .col-left a {
  padding-left: 3em;
}

#headLine .next-stop .col-left a:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 1em;
  margin: auto;
  height: 1em;
  line-height: 1;
  font-family: "Font Awesome 5 Pro", sans-serif;
}

#headLine .next-stop .col-right {
  text-align: left;
  border-left: 1px solid #8294a4;
  padding-right: 3em;
}

#headLine .next-stop .col-right a {
  padding-right: 3em;
}

#headLine .next-stop .col-right a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1em;
  margin: auto;
  height: 1em;
  line-height: 1;
  font-family: "Font Awesome 5 Pro", sans-serif;
}

body #pageTop-block {
  position: fixed;
  right: 10px;
  bottom: -100px;
  z-index: 9999;
  transition: bottom 0.5s ease-in-out;
}

body #pageTop-block .pageTop {
  text-align: center;
  background: rgba(100, 105, 110, 0.4);
  display: block;
  color: white;
  text-decoration: none;
  line-height: 1;
  font-size: 32px;
  border-radius: 100px;
  padding: 10px;
  width: 48px;
  height: 48px;
}

body.noTop #pageTop-block {
  bottom: 30px;
}

/* .modal
------------------------------------------------------ */
.modal .btn-block .btn-close {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 6px;
  line-height: 1;
  background-color: #dadbdb;
}

/* #header-information
------------------------------------------------------ */
#header-information-none {
  display: none;
}

#header-information {
  display: block;
  background: #fff;
  color: #425464;
  transition: all 0.3s ease-in-out;
  font-size: 13px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  margin-bottom: 15px;
}

#header-information .hi-inner {
  position: relative;
  padding: 10px;
  transition: all 0.1s linear;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
}

#header-information .col-right {
  flex-basis: 5em;
}

#header-information .btn {
  display: block;
  margin: auto;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border-radius: 6px;
  font-size: 12px;
  color: #0069c7;
  font-weight: 600;
}

#header-information .btn p {
  padding: 8px 10px;
  line-height: 1;
  white-space: nowrap;
}

#header-information .btn:hover {
  background: #0069c7;
  color: white;
}

#header-information .hi-txt {
  padding-right: 0.6em;
}

#header-information-check {
  display: none;
}

#header-information-check:checked~#header-information {
  visibility: hidden;
  margin-bottom: 0;
  height: 0 !important;
}

#header-information-check:checked~#header-information .hi-inner {
  opacity: 0;
}

#header {
  transition: height 0.3s ease-in-out;
  top: 0;
}

#header:after {
  content: "";
  overflow: hidden;
  display: block;
  height: 3px;
  line-height: 0;
  background: linear-gradient(to right, #ffc72c, #dd001c, #73308a, #0069c7, #00a3e0, #81bc00);
}

/* #header
------------------------------------------------------ */
#header #logo {
  margin-left: 0;
  margin-right: auto;
}

#translate {
  margin-right: 10px;
}

#translate .icon-lang {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 5px 0 0;
  vertical-align: middle;
  line-height: 1;
}

.langStr {
  cursor: pointer;
}

#langList {
  position: absolute;
  top: 100%;
  right: 0;
  min-width: 180px;
  background: rgba(0, 0, 0, 0.9);
  text-align: left;
  padding: 0 20px;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  z-index: 100;
  visibility: hidden;
}

#langList li a {
  display: block;
  padding: 5px;
  font-size: 14px;
  transition: all 0.3s ease-in-out;
}

#langList li a:hover {
  background: #444;
}

#langList li a+a {
  margin-top: 5px;
}

#langList .btn-close {
  display: block;
  border: 1px solid #fff;
  border-radius: 6px;
  padding: 5px;
  margin-top: 20px;
  text-align: center;
  background: #444;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

#langList .btn-close:hover {
  background: #ccc;
  color: #000;
}

#langListCheck:checked~#langList {
  opacity: 1;
  top: 0;
  padding: 20px;
  visibility: visible;
}

/* #footer
------------------------------------------------------ */
#footer .snsLink a {
  position: relative;
}

#footer .snsLink a i {
  font-size: 50px;
  opacity: 0.8;
  transition: all 0.3s ease-in-out;
}

#footer .snsLink a .txt {
  font-size: 10px;
  white-space: nowrap;
  text-align: center;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  transition: all 0.3s ease-in-out;
  bottom: 0;
  opacity: 0;
}

#footer .snsLink a:hover i {
  opacity: 1;
}

#footer .snsLink a:hover .txt {
  bottom: -1.5em;
  opacity: 1;
}

/* #twitter-section
------------------------------------------------------ */
#twitter-section {
  padding-top: 30px;
}

#twitter-section .inner {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
}

#twitter-section .inner .txt {
  font-weight: 800;
  margin-right: 10px;
  font-family: sans-serif;
}

/* #main
------------------------------------------------------ */
#main {
  padding-bottom: 3rem;
  transition-property: all;
  transition: 0.3s ease-in-out;
  padding-top: 40px;
}

/* #home-hero-block
------------------------------------------------------ */
#home-hero-block #home-hero-carousel .img {
  text-align: center;
  font-size: 6px;
}

#home-hero-block #home-hero-carousel .app-box {
  display: none;
  background: #f8f8f8;
  min-height: 350px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  margin-bottom: 10px;
}

#home-hero-block #home-hero-carousel .app-box>.item {
  display: none;
}

#home-hero-block #home-hero-carousel .app-box>.item>.ttl {
  height: 2em;
  line-height: 2em;
  font-size: 1.8rem;
  font-weight: 600;
  background: #fff;
  overflow: hidden;
  zoom: 1;
}

#home-hero-block #home-hero-carousel .app-box>.item>.ttl .icon {
  display: inline-block;
  background: #0069c7;
  color: #fff;
  padding: 0 1em;
  line-height: 2em;
}

#home-hero-block #home-hero-carousel .app-box>.item>.ttl .txt {
  display: inline-block;
  margin-left: 1em;
}

#home-hero-block #home-hero-carousel .app-box>.item>.ttl .btn-close {
  display: inline-block;
  padding: 0 1em;
  line-height: 2em;
  float: right;
  background: #313131;
  color: white;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

#home-hero-block #home-hero-carousel .app-box>.item>.ttl .btn-close:hover {
  background: #dadbdb;
  color: #313131;
}

#home-hero-block #home-hero-carousel .app-box>.item>.contents {
  padding: 10px 15px 12px;
}

#home-hero-block #home-hero-carousel .app-box .btn-group .btn {
  font-weight: 600;
  border-color: #CCCDCD;
}

#home-hero-block #home-hero-carousel .app-box .btn-group .btn:checked {
  background-image: linear-gradient(to right, #0069c7, #00a3e0);
  color: #fff;
}

#home-hero-block #home-hero-carousel .app-box .btn-group .btn.disabled {
  background: #dadbdb;
  color: #8294a4;
  cursor: default;
}

#home-hero-block #home-hero-carousel .app-box .btn-group .btn.disabled:hover {
  opacity: 1;
}

#home-hero-block #home-hero-carousel .app-box .btn-group.labels .btn:checked {
  background: green;
}

#home-hero-block #home-hero-carousel .app-box .list {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

#home-hero-block #home-hero-carousel .app-box .list .link {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  margin: 10px 1% 0 0;
  border-radius: 10px;
  background: #fff;
  padding: 5px;
  border: 1px solid #CCCDCD;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}

#home-hero-block #home-hero-carousel .app-box .list .link .id {
  flex: 0 0 3em;
}

#home-hero-block #home-hero-carousel .app-box .list .link .name {
  flex-grow: 3;
  white-space: nowrap;
  margin-right: 0.5em;
}

#home-hero-block #home-hero-carousel .app-box .list .link .right {
  flex: 0 0 3em;
  margin-right: 8px;
}

#home-hero-block #home-hero-carousel .app-box .list .link:hover {
  background: #D9EDFF;
}

#home-hero-block #home-hero-carousel .app-box .toolMap,
#home-hero-block #home-hero-carousel .app-box .list {
  display: none;
}

#home-hero-block #home-hero-carousel .app-box #toolMapCheck1:checked~#toolMap1,
#home-hero-block #home-hero-carousel .app-box #toolMapCheck2:checked~#toolMap2,
#home-hero-block #home-hero-carousel .app-box #toolMapCheck3:checked~#toolMap3 {
  display: block;
}

#home-hero-block #home-hero-carousel .app-box #char-a:checked~#list-char-a,
#home-hero-block #home-hero-carousel .app-box #char-ka:checked~#list-char-ka,
#home-hero-block #home-hero-carousel .app-box #char-sa:checked~#list-char-sa,
#home-hero-block #home-hero-carousel .app-box #char-ta:checked~#list-char-ta,
#home-hero-block #home-hero-carousel .app-box #char-na:checked~#list-char-na,
#home-hero-block #home-hero-carousel .app-box #char-ha:checked~#list-char-ha,
#home-hero-block #home-hero-carousel .app-box #char-ma:checked~#list-char-ma,
#home-hero-block #home-hero-carousel .app-box #char-ya:checked~#list-char-ya,
#home-hero-block #home-hero-carousel .app-box #char-la:checked~#list-char-la,
#home-hero-block #home-hero-carousel .app-box #char-wa:checked~#list-char-wa {
  display: flex;
}

#home-hero-block #home-hero-carousel .app-box #toolMapCheck1:checked~.btn-group .btnMap1,
#home-hero-block #home-hero-carousel .app-box #toolMapCheck2:checked~.btn-group .btnMap2,
#home-hero-block #home-hero-carousel .app-box #toolMapCheck3:checked~.btn-group .btnMap3,
#home-hero-block #home-hero-carousel .app-box #char-a:checked~.btn-group .char-a,
#home-hero-block #home-hero-carousel .app-box #char-ka:checked~.btn-group .char-ka,
#home-hero-block #home-hero-carousel .app-box #char-sa:checked~.btn-group .char-sa,
#home-hero-block #home-hero-carousel .app-box #char-ta:checked~.btn-group .char-ta,
#home-hero-block #home-hero-carousel .app-box #char-na:checked~.btn-group .char-na,
#home-hero-block #home-hero-carousel .app-box #char-ha:checked~.btn-group .char-ha,
#home-hero-block #home-hero-carousel .app-box #char-ma:checked~.btn-group .char-ma,
#home-hero-block #home-hero-carousel .app-box #char-ya:checked~.btn-group .char-ya,
#home-hero-block #home-hero-carousel .app-box #char-la:checked~.btn-group .char-la,
#home-hero-block #home-hero-carousel .app-box #char-wa:checked~.btn-group .char-wa {
  background-image: linear-gradient(to right, #0069c7, #00a3e0);
  color: #fff;
}

#home-hero-block #home-hero-tools .bb-light:after {
  margin: 0 0 5px;
}

#home-hero-block #home-hero-tools .ttl2-1 {
  padding: 0;
}

#home-hero-block #home-hero-tools .lead {
  font-size: 1.4rem;
}

#home-hero-block #home-hero-tools .search-box {
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  font-size: 1.6rem;
  position: relative;
  margin-bottom: 10px;
}

#home-hero-block #home-hero-tools .search-box .search-input {
  flex-basis: 99%;
  border-right: 0;
}

#home-hero-block #home-hero-tools .search-box .search-icon {
  flex-basis: 1em;
  border-collapse: collapse;
  border: 1px solid #CCCDCD;
  border-radius: 0 4px 4px 0;
  background: #fff;
  font-size: 1.6rem;
  color: #0069c7;
  padding-left: 10px;
  padding-right: 10px;
  transition: all 0.3s ease-in-out;
  min-width: 38px;
  cursor: pointer;
}

#home-hero-block #home-hero-tools .search-box .search-icon:hover {
  background: #D9EDFF;
}

#home-hero-block #home-hero-tools #search-type-list {
  display: flex;
  flex-flow: row nowrap;
  margin-bottom: 10px;
  width: 100%;
}

#home-hero-block #home-hero-tools #search-type-list .search-type {
  text-align: center;
  display: block;
  background: #fff;
  border: 1px solid #CCCDCD;
  border-right-width: 0;
  padding: 8px 0;
  line-height: 1.2;
  letter-spacing: 0.1rem;
  flex: 1 0 30%;
  box-sizing: border-box;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}

#home-hero-block #home-hero-tools #search-type-list .search-type i {
  color: #0069c7;
  font-size: 25px;
  line-height: 1.4;
}

#home-hero-block #home-hero-tools #search-type-list .search-type .txt {
  font-size: 1.6rem;
  font-weight: 600;
}

#home-hero-block #home-hero-tools #search-type-list .search-type .small {
  font-size: 1.1rem;
}

#home-hero-block #home-hero-tools #search-type-list .search-type:hover {
  background-color: #D9EDFF;
}

#home-hero-block #home-hero-tools #search-type-list .search-type.active {
  background: #0069c7;
  color: #fff;
}

#home-hero-block #home-hero-tools #search-type-list .search-type.active i {
  color: #fff;
}

#home-hero-block #home-hero-tools #search-type-list .type1 {
  border-radius: 6px 0 0 6px;
}

#home-hero-block #home-hero-tools #search-type-list .type2 i {
  font-weight: 600;
}

#home-hero-block #home-hero-tools #search-type-list .type3 {
  border-radius: 0 6px 6px 0;
  border-right-width: 1px;
}

#home-hero-block #home-hero-tools #bus-nav-loc,
#home-hero-block #home-hero-tools #bus-flier {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  margin-bottom: 9px;
}

#home-hero-block #home-hero-tools #bus-nav-loc .nav,
#home-hero-block #home-hero-tools #bus-flier .nav {
  flex: 1 0 49%;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  padding: 8px;
  background: #fff;
  border: 1px solid #CCCDCD;
  transition: all 0.3s ease-in-out;
  font-size: 1.3rem;
  border-radius: 6px;
  line-height: 1.2;
}

#home-hero-block #home-hero-tools #bus-nav-loc .nav:hover,
#home-hero-block #home-hero-tools #bus-flier .nav:hover {
  background-color: #D9EDFF;
}

#home-hero-block #home-hero-tools #bus-nav-loc .nav+.nav,
#home-hero-block #home-hero-tools #bus-flier .nav+.nav {
  border-radius: 0 6px 6px 0;
  border-left: none;
}

#home-hero-block #home-hero-tools #bus-flier .nav {
  padding-top: 15px;
  padding-bottom: 15px;
}

#home-hero-block #home-hero-tools #station-list {
  display: flex;
  flex-flow: row wrap;
}

#home-hero-block #home-hero-tools #station-list .type-station {
  flex: 1 0 49%;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  text-decoration: none;
  padding: 0;
  background: #fff;
  border: 1px solid #CCCDCD;
  transition: all 0.3s ease-in-out;
  font-size: 1.2rem;
  min-height: 5rem;
  line-height: 1.5;
}

#home-hero-block #home-hero-tools #station-list .type-station .mark {
  margin-left: 1rem;
}

#home-hero-block #home-hero-tools #station-list .type-station .right {
  margin-right: 1rem;
}

#home-hero-block #home-hero-tools #station-list .type-station:hover {
  background-color: #D9EDFF;
}

#home-hero-block #home-hero-tools #station-list .type1 {
  border-radius: 6px 0 0 0;
}

#home-hero-block #home-hero-tools #station-list .type1,
#home-hero-block #home-hero-tools #station-list .type3,
#home-hero-block #home-hero-tools #station-list .type5,
#home-hero-block #home-hero-tools #station-list .type7,
#home-hero-block #home-hero-tools #station-list .type9 {
  border-right-width: 0;
  border-bottom-width: 0;
}

#home-hero-block #home-hero-tools #station-list .type5 {
  letter-spacing: -0.01rem;
}

#home-hero-block #home-hero-tools #station-list .type2 {
  border-bottom-width: 0;
  border-radius: 0 6px 0 0;
}

#home-hero-block #home-hero-tools #station-list .type2,
#home-hero-block #home-hero-tools #station-list .type4,
#home-hero-block #home-hero-tools #station-list .type6,
#home-hero-block #home-hero-tools #station-list .type8 {
  border-bottom-width: 0;
}

#home-hero-block #home-hero-tools #station-list .type11 {
  /* border-right-width: 0; */
  border-radius: 0 0 0 6px;
  /*flex-grow: 0.024;*/
  border-right: 0;
}

#home-hero-block #home-hero-tools #station-list .type10 {
  border-radius: 0 0 6px 0;
}

#home-hero-block #home-hero-tools.hide1 .lead.hide1,
#home-hero-block #home-hero-tools.hide1 .search-box.hide1 {
  display: none;
}

#home-hero-block #home-hero-tools.hide1 #search-type-list,
#home-hero-block #home-hero-tools.hide1 #bus-nav-loc {
  margin-top: 30px;
}

#home-hero-block #home-hero-tools.hide1 .lead {
  margin-top: 40px;
}

#home-hero-block #home-hero-carousel {
  margin-bottom: 50px;
}

#home-hero-block #home-hero-carousel .swiper-slide {
  position: relative;
}

#home-hero-block #home-hero-carousel .swiper-slide .img {
  height: 400px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

#home-hero-block #home-hero-carousel .swiper-slide .img img {
  display: block;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}

#home-hero-block #home-hero-carousel .swiper-slide .txt {
  position: absolute;
  width: 100%;
  bottom: 0;
  text-align: center;
  color: #fff;
  font-weight: 300;
}

#home-hero-block #home-hero-carousel .swiper-slide .txt .inner {
  padding: 1em 1em 0.3em;
}

#home-hero-block #home-hero-carousel .swiper-slide .txt {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.5) 20px, rgba(0, 0, 0, 0.6) 100%);
}

.twoLine_wrap {
  display: flex;
  flex: 1 0 49%;
  background: #fff;
  border: 1px solid #CCCDCD;
  border-bottom: 0;
  align-items: center;
}

.twoLine_wrap .mark {
  border: 0.18em solid #425464;
  margin-left: 1rem;
}

#home-hero-block #home-hero-tools #station-list .twoLine {
  width: 100%;
}

#home-hero-block #home-hero-tools #station-list .twoLine a.type-station {
  height: 3.5rem;
  border-top: 0;
  border-right: 0;
  border-left: 0;
}

#home-hero-block #home-hero-tools #station-list .twoLine a.type-station .name {
  margin: auto;
}


/* .list-route
------------------------------------------------------ */
.list-route .sta {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  padding-top: 15px;
  position: relative;
  overflow: hidden;
  text-decoration: none;
}

.list-route .sta .mark {
  z-index: 2;
}

.list-route .sta .name {
  color: #0069c7;
  flex-grow: 2;
  padding: 0.5em 1em;
}

.list-route .sta .right {
  flex-basis: 1.1em;
  color: #0069c7;
}

.list-route .sta:after {
  content: "";
  background: #ff8300;
  width: 10px;
  height: 100%;
  position: absolute;
  top: 0;
  left: calc((34px - 10px) / 2);
  z-index: 1;
}

.list-route .sta:first-child:after {
  height: 5px;
  top: auto;
  bottom: 0;
}

.list-route .sta:last-child:after {
  height: 70%;
}

.list-route .sta:hover .name {
  color: #ff8300;
  background: #dadbdb;
}

.list-route .sta:hover .right {
  color: #ff8300;
}

.list-route.route1 .sta:after {
  background-color: #ff8300;
}

.list-route.route2 .sta:after {
  background-color: #00a3e0;
}

.list-route.route3 .sta:after {
  background-color: #81bc00;
}

.list-route.route4 .sta:after {
  background-color: #73308a;
}

.list-route.route5 .sta:after {
  background-color: #dd001c;
}

/* .list-character
------------------------------------------------------ */
.list-character .item {
  margin: 10px auto 0;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
}

.list-character .item .char {
  font-size: 2.5rem;
  width: 4rem;
  font-weight: 700;
}

.list-character .item .link {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  width: 100%;
}

.list-character .item .link .id {
  flex: 0 0 40px;
}

.list-character .item .link .name {
  flex: 1 0 auto;
}

.list-character .item .link .name,
.list-character .item .link .right {
  color: #0069c7;
}

.list-character .item .link .right {
  flex: 0 0 2em;
}

.list-character .item .link:hover .name,
.list-character .item .link:hover .right {
  color: #ff8300;
}

#modal-search-type2 .ttl3-2 .fas {
  font-weight: 700 !important;
}

/* .list-geolocation
------------------------------------------------------ */
.list-geolocation .preload {
  text-align: center;
  padding: 50px;
  opacity: 1;
  max-height: 100vh;
  transition: all 0.3s ease-in-out;
}

.list-geolocation .preload .img img {
  width: 100px;
  height: auto;
}

.list-geolocation .preload .txt {
  font-size: 0.8em;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
  font-weight: 600;
}

.list-geolocation .results {
  visibility: hidden;
  opacity: 0;
  max-height: 0;
  transition: all 0.3s ease-in-out;
}

.list-geolocation .results .item {
  display: flex;
  padding: 3px 0;
  margin-top: 5px;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
}

.list-geolocation .results .item .distance {
  flex: 0 0 4.2em;
}

.list-geolocation .results .item .mark {
  flex: 0 0 34px;
}

.list-geolocation .results .item .name {
  flex-grow: 2;
  transition: all 0.3s ease-in-out;
}

.list-geolocation .results .item .right {
  flex: 0 0 2em;
  transition: all 0.3s ease-in-out;
}

.list-geolocation .results .item:hover .name,
.list-geolocation .results .item:hover .right {
  color: #ff8300;
}

.list-geolocation .results .item:hover .name {
  text-decoration: underline;
}

.list-geolocation .results .item:hover .right {
  margin-right: -1em;
}

.list-geolocation.on .preload {
  visibility: hidden;
  opacity: 0;
  max-height: 0;
  padding: 3px;
}

.list-geolocation.on .results {
  visibility: visible;
  opacity: 1;
  max-height: 100vh;
}

/******************************
    swiper theme
 ******************************/
:root {
  --swiper-theme-color: #0069c7;
  --swiper-pagination-color: #ffc72c;
  --swiper-navigation-color: #fff;
  --swiper-navigation-size: 44px;
}

.swiper-pagination-custom {
  background: #fff;
  text-align: center;
}

.swiper-container-horizontal>.swiper-pagination-bullets {
  padding-bottom: 6px;
  bottom: -30px;
}

.swiper-pagination-bullet {
  width: 40px;
  height: 6px;
  margin-left: 10px !important;
  margin-right: 10px !important;
  background: #dadbdb;
  opacity: 0.7;
  border-radius: 0;
}

.swiper-pagination-bullet-active {
  background: #ffc72c;
  opacity: 1;
}

.swiper-button-prev,
.swiper-button-next {
  text-shadow: 0 2px 1px rgba(0, 0, 0, 0.6);
}

/* #caution-block
------------------------------------------------------ */
#caution-block {
  padding-top: 30px;
}

#caution-block .caution-inner {
  background: #fff;
  border: 1px solid #F794A2;
}

#caution-block .caution-ttl {
  background: #FFFFF0;
  color: #DD344D;
  border-top: 3px solid #F794A2;
  padding: 0.5rem 2rem;
  font-size: 1.6rem;
  font-weight: bold;
}

#caution-block .caution-txt .item {
  font-size: 1.4rem;
  display: block;
  font-style: normal;
  padding: 1.5rem 3rem 1.5rem 2rem;
  border-top: 1px solid #F794A2;
  transition: all 0.2s ease-in-out;
  position: relative;
}

#caution-block .caution-txt .item:after {
  content: "\f054";
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-weight: 400;
  line-height: 1;
  height: 1.6rem;
  font-size: 1.6rem;
  position: absolute;
  right: 1.5rem;
  top: 0;
  bottom: 0;
  left: auto;
  margin: auto;
  transition: right 0.2s ease-in-out;
}

#caution-block .caution-txt .item:hover {
  text-decoration: underline;
  background: #FFFFE6;
}

#caution-block .caution-txt .item:hover:after {
  right: 1rem;
}

/* #link-block
------------------------------------------------------ */
#link-block-section {
  background: #dadbdb;
  padding: 30px 0;
  margin-top: 30px;
}

#link-block-contents .item {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  flex: 0 0 23%;
  padding: 5px 2rem 5px 5px;
  position: relative;
  line-height: 1;
  background: #fff;
  margin: 12px 0;
  height: 50px;
  font-size: 18px;
  text-decoration: none;
}

#link-block-contents .item .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: #0069c7;
  color: white;
  font-size: 24px;
  margin-right: 1rem;
}

#link-block-contents .item:after {
  content: "\f054";
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-weight: 400;
  line-height: 1;
  height: 1.6rem;
  font-size: 1.6rem;
  position: absolute;
  right: 0.8rem;
  top: 0;
  bottom: 0;
  left: auto;
  margin: auto;
  transition: right 0.2s ease-in-out;
}

#link-block-contents .item:hover {
  text-decoration: underline;
  background: #D9EDFF;
}

#link-block-contents .item:hover:after {
  right: 0.4rem;
}

/* #infomation-block
------------------------------------------------------ */
#information.info-top {
  padding-top: 30px;
}

#information.info-top .ttl2-1 {
  position: relative;
}

#information.info-top .ttl2-1 .btn-block {
  position: absolute;
  margin: 0 auto;
  right: 0;
  top: 1rem;
}

#information.info-top .ttl2-1 .btn-block .btn {
  padding: 0.3rem 2.5rem 0.3rem 1rem;
  font-size: 1.2rem;
  text-align: center;
}

/* #custom-link
------------------------------------------------------ */
#custom-link-section {
  padding-top: 50px;
}

#custom-link .item {
  display: block;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  margin-bottom: 32px;
}

#custom-link .item .img {
  height: 300px;
  position: relative;
  overflow: hidden;
}

#custom-link .item .img img {
  display: block;
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#custom-link .item .contents {
  padding: 5px 20px 8px 10px;
  position: relative;
  transition: all 0.3s ease-in-out;
}

#custom-link .item .contents .ttl {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 5px;
}

#custom-link .item .contents:after {
  content: "";
  position: absolute;
  right: 10px;
  bottom: 0;
  top: 0;
  height: 1em;
  margin: auto;
  font-family: "Font Awesome 5 Pro";
  transition: all 0.3s ease-in-out;
}

#custom-link .item:hover {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease-in-out;
}

#custom-link .item:hover img {
  object-fit: cover;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

#custom-link .item:hover .contents {
  color: #ff8300;
}

#custom-link .item:hover .contents:after {
  right: 5px;
  color: #ff8300;
}

#custom-link .item.disabled {
  background: #fff;
  cursor: default;
}

#custom-link .item.disabled .img img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

#custom-link .item.disabled:hover img {
  -webkit-transform: scale(1);
  transform: scale(1);
}

#custom-link .item.disabled .img:after {
  content: "準備中";
  position: absolute;
  padding: 5px 8px;
  background: #313131;
  color: #fff;
  font-width: 600;
  top: 10px;
  left: 10px;
  z-index: 10;
  line-height: 1;
}

#custom-link .item.disabled .contents {
  color: #8294a4;
}

#custom-link .item.disabled .contents:after {
  color: #8294a4;
  right: 10px;
}

/* Bus-Stop
------------------------------------------------------ */
#map img {
  border: 1px solid #CCCDCD;
  display: block;
  background: #fff;
  margin: 0 auto;
}

.map-link {
  display: block;
  text-align: center;
  margin-bottom: 3em;
}

.map-link .btn-map {
  background: #ffc72c;
  display: inline-block;
  padding: 1em 3em 1em 2em;
  border-radius: 6px;
  position: relative;
  margin: 20px 10px 0;
  text-align: center;
}

.map-link .btn-map .right {
  position: absolute;
  top: 0;
  right: 1em;
  bottom: 0;
  left: auto;
  margin: auto;
  height: 1em;
}

.map-link .btn-map:hover {
  background: #ff8300;
  color: white;
}

#stop-contents .ttl2-1 {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}

#stop-contents .ttl2-1 .mark {
  font-size: 14px;
}

#stop-time-table .ttl2-1 {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
}

#stop-time-table .ttl2-1 .mark {
  font-size: 14px;
}

#stop-time-table .ttl2-1:after {
  flex: 0 0 100%;
}

.join span:after {
  content: "、";
}

.join span:last-child:after {
  content: "";
}

.tab-box .tab-menu {
  z-index: 10;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  position: relative;
}

.tab-box .tab-menu .tab {
  color: #313131;
  cursor: pointer;
  flex-grow: 1;
  text-align: center;
  border-bottom: 1px solid #8294a4;
}

.tab-box .tab-menu .tab:before {
  content: "";
  font-size: 0.1em;
  height: 10px;
  background: #909898;
  transition: all 0.3s ease-in-out;
  display: block;
  overflow: hidden;
  border-left: 1px solid #fff;
}

.tab-box .tab-menu .tab .txt {
  transition: 0.3s all ease-in-out;
  display: block;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  background: #dadbdb;
  border-right: 1px solid #CCCDCD;
  border-left: 1px solid #fff;
  font-size: 1.4rem;
}

.tabItem {
  display: none;
  padding-top: 5px;
  background: #fff;
  z-index: 1;
  border-top: 1px solid #8294a4;
  margin-top: -1px;
  position: relative;
}

.tabItem ul {
  border: 1px solid #CCCDCD;
}

#tab1:checked~#tabItem1,
#tab2:checked~#tabItem2,
#tab3:checked~#tabItem3,
#tab4:checked~#tabItem4,
#tab5:checked~#tabItem5 {
  display: block;
}

.tab-menu .btn-print {
  display: none;
}

#tab1:checked~.tab-menu #tab-menu1 .btn-print,
#tab2:checked~.tab-menu #tab-menu2 .btn-print,
#tab3:checked~.tab-menu #tab-menu3 .btn-print,
#tab4:checked~.tab-menu #tab-menu4 .btn-print,
#tab5:checked~.tab-menu #tab-menu5 .btn-print {
  display: inline-block;
}

#tab1:checked~.tab-menu #tab-menu1.tab,
#tab2:checked~.tab-menu #tab-menu2.tab,
#tab3:checked~.tab-menu #tab-menu3.tab,
#tab4:checked~.tab-menu #tab-menu4.tab,
#tab5:checked~.tab-menu #tab-menu5.tab {
  cursor: default;
  border-left: 1px solid #8294a4;
  border-right: 1px solid #8294a4;
  border-bottom-color: #fff;
}

#tab1:checked~.tab-menu #tab-menu1.tab:before,
#tab2:checked~.tab-menu #tab-menu2.tab:before,
#tab3:checked~.tab-menu #tab-menu3.tab:before,
#tab4:checked~.tab-menu #tab-menu4.tab:before,
#tab5:checked~.tab-menu #tab-menu5.tab:before {
  background-image: linear-gradient(to right, #ffc72c, #dd001c, #73308a, #0069c7, #00a3e0, #81bc00);
  border-left: none;
}

#tab1:checked~.tab-menu #tab-menu1.tab .txt,
#tab2:checked~.tab-menu #tab-menu2.tab .txt,
#tab3:checked~.tab-menu #tab-menu3.tab .txt,
#tab4:checked~.tab-menu #tab-menu4.tab .txt,
#tab5:checked~.tab-menu #tab-menu5.tab .txt {
  color: #202020;
  background: #fff;
  border-right: none;
  font-weight: 700;
  padding-top: 1em;
  padding-bottom: 1em;
}

.table-tt {
  width: 100%;
}

.table-tt col.th {
  width: 2.5em;
}

.table-tt th,
.table-tt td {
  padding: 1px;
}

.table-tt thead th {
  background: #909898;
  color: #ffffff;
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  font-weight: 900;
}

.table-tt thead th+th {
  letter-spacing: 1em;
  text-indent: 1em;
}

.table-tt tbody th {
  background: #909898;
  color: #ffffff;
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  vertical-align: middle;
  font-weight: 700;
}

.table-tt tbody td {
  background: #fff;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0 3px;
}

.table-tt tbody td .item {
  display: inline-flex;
  flex-flow: nowrap;
  justify-content: flex-start;
  align-items: center;
  color: #313131;
  width: 63px;
  border: 1px solid transparent;
}

.table-tt tbody td .item .time {
  font-size: 2rem;
  line-height: 32px;
  text-align: center;
  padding: 0px;
  font-weight: 700;
  flex: 0 0 32px;
  height: 32px;
}
/*
.table-tt tbody td .item .green {
  background-color: #d8ea73;
}

.table-tt tbody td .item .blue {
  background-color: #88daf9;
}

.table-tt tbody td .item .violet {
  background-color: #dabbeb;
}

.table-tt tbody td .item .red {
  background-color: #f98888;
}
*/
.table-tt tbody td .item .subs {
  font-size: 0.9rem;
  display: flex;
  flex-flow: row wrap;
  padding: 2px 1px;
  font-weight: 700;
  flex-direction: column;
}

.table-tt tbody td .item .subs .sub {
  flex: 0 0 auto;
  line-height: 1;
  text-align: left;
  margin: 2px 0;
}

.table-tt tbody td .item.joint .time {
  /* background: #ffc72c; */
  /* border-color: white; */
  position: relative;
}

.table-tt tbody td .item.joint .time::after {
  position: absolute;
  top: 0px;
  left: 0;
  content: "";
  border: 2px solid #333;
  width: 90%;
  height: 90%;
}

.table-tt tbody td .item+.item {
  margin-left: 1px;
}

.table-tt tbody tr:nth-child(2n) td {
  background: #f1f1f1;
}

.table-tt.holiday thead th {
  background: #dd001c;
}

.table-tt.holiday tbody th {
  background: #dd001c;
}

.table-tt.holiday tbody tr:nth-child(2n) td {
  background: #ffeeef;
}

.table-tt .bg11 {
  background: #ED7F1D !important;
}

.update {
  text-align: right;
  margin: 1em 0;
}

.marker {
  background-image: linear-gradient(to bottom, transparent 0%, transparent 49%, yellow 50%, yellow 100%);
  padding: 0.2em 0.3em;
}

.fig-block {
  margin-top: 20px;
  background: #dadbdb;
  padding: 2rem;
}

.fig-block .img img {
  margin: 0 auto;
  display: block;
}

.decimal1 {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  margin: 5px 0;
}

.decimal1 dt {
  text-align: center;
  margin-right: 8px;
}

.decimal1 dd {
  margin-top: 5px;
}

.circle {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #0069c7;
  flex-flow: column;
  vertical-align: top;
  width: 2em;
  height: 2em;
  background: #0069c7;
  color: white;
  border: 2px solid #fff;
  font-weight: 600;
}

#getting-contents>.block {
  margin-bottom: 2em;
  padding-bottom: 2em;
  border-bottom: 1px dashed #CCCDCD;
}

.indentList-pwid.caution,
.indentList.caution {
  font-size: 1.2rem;
}

.table06 {
  width: 100%;
}

.table06 tr,
.table06 td,
.table06 th {
  display: block;
}

.table06 tr {
  background: #fff;
  border-radius: 10px 10px 0 0;
}

.table06 tr .th {
  padding: 1em 2em;
  background: #425464;
  color: white;
  font-weight: 700;
  border-radius: 10px 10px 0 0;
}

.table06 tr .td {
  padding: 1em 2em;
}

.table06 tr+tr {
  border-radius: 0;
}

.fig01+.fig01 {
  margin-top: 50px;
}

.circle2 {
  border-radius: 2em;
  border: 2px solid #425464;
  display: inline-block;
  padding: 0 0.8em;
  margin-right: 1em;
}

/**--------------------------------------------------
Override 
-------------------------------------------------- */
#supporters .supporters-item+.supporters-item {
  margin-top: 50px;
}

#supporters .ttl3-1 {
  margin-left: auto;
  margin-right: auto;
  margin: 30px auto 10px;
  display: block;
}

#supporters .img {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

#supporters .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

#supporters .img .noimg-box {
  display: none;
}

#supporters .img .noImg {
  color: #fff;
  font-weight: 700;
  font-size: 2rem;
}

#supporters .date {
  text-align: right;
  font-size: 12px;
}

#pageLink .pageLinkList {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  font-size: 12px;
}

#pageLink .pageLinkList li a {
  display: block;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  color: #0069c7;
}

#pageLink .pageLinkList li a::before {
  content: "▼";
  display: inline-block;
  margin-right: 1em;
}

#pageLink .pageLinkList li a:hover {
  color: #ff8300;
}

#pageLink .pageLinkList li+li {
  margin-top: 5px;
}

/** override 2020.10.09
-------------------------------------------------- */
#home-hero-block #home-hero-tools.hide1 #search-type-list,
#home-hero-block #home-hero-tools.hide1 #bus-nav-loc {
  margin-top: 10px;
}

#home-hero-block #home-hero-tools.hide1 .lead {
  margin-top: 0;
}

/** Translate
-------------------------------------------------- */
#site-translate-header-wrapper~#main {
  margin-top: 47px;
}

#site-translate-header-wrapper~#main #home-hero-block #home-hero-tools #search-type-list .search-type.type2 {
  display: none !important;
}

/** PRINT
-------------------------------------------------- */
.print {
  display: none !important;
}

.ttl2-1 {
  position: relative;
}

.btn-print {
  padding: 0.2em 1.5em;
  background: #ffc72c;
  color: black;
  text-align: center;
  border-radius: 6px;
  transition: all 0.3s ease-in-out;
  font-weight: 600;
  font-size: 1.1rem;
  white-space: nowrap;
  letter-spacing: 1px;
  text-indent: 1px;
}

.btn-print:hover {
  background: orange;
  color: white;
}

/** color
-------------------------------------------------- */
.tx-softtGreen {
  color: #d8ea73;
}

.tx-softtBlue {
  color: #88daf9;
}

.tx-softpurple {
  color: #dabbeb;
}

.tx-softtRed {
  color: #f98888;
}

@media (min-width: 1000px) {
  #header-information {
    margin-bottom: 0;
  }

  #header-information .btn {
    right: 20px;
  }

  #langList {
    right: 50px;
    min-width: auto;
  }

  #langList li a {
    padding-right: 50px;
  }

  #main {
    padding: 70px 0 30px;
  }

  #home-hero-section {
    overflow: hidden;
    zoom: 1;
  }

  #home-hero-block {
    padding-top: 30px;
    position: relative;
    zoom: 1;
  }

  #home-hero-block #home-hero-carousel {
    position: relative;
    float: right;
    width: 630px;
    margin-bottom: 0;
  }

  #home-hero-block #home-hero-carousel .swiper-container {
    display: flex;
  }

  #home-hero-block #home-hero-carousel .swiper-slide {
    overflow: hidden;
  }

  #home-hero-block #home-hero-carousel .swiper-slide .img {
    text-align: center;
  }

  #home-hero-block #home-hero-carousel .swiper-slide .img img {
    display: block;
    margin: 0;
  }

  #home-hero-block #home-hero-carousel .swiper-slide .txt {
    position: absolute;
    width: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.3) 20px, rgba(0, 0, 0, 0.4) 100%);
    bottom: 0;
    text-align: center;
    color: #fff;
    font-weight: 300;
  }

  #home-hero-block #home-hero-carousel .swiper-slide .txt .inner {
    padding: 1em 1em 0.3em;
  }

  #home-hero-block #home-hero-tools {
    float: left;
    width: 300px;
  }

  #home-hero-block #hero-check-carousel:checked~.swiper-container {
    display: block;
  }

  #home-hero-block #hero-check-carousel:checked~.app-box {
    display: none;
  }

  #home-hero-block #hero-check-tools:checked~.app-box {
    display: block;
  }

  #home-hero-block #hero-check-tools:checked~.swiper-container {
    display: none;
  }

  #home-hero-block #toolItemChecker1:checked~#toolItem1 {
    display: block;
  }

  #home-hero-block #toolItemChecker2:checked~#toolItem2 {
    display: block;
  }

  #home-hero-block #toolItemChecker3:checked~#toolItem3 {
    display: block;
  }

  #location-pc .preload {
    margin: auto;
    height: 290px;
  }

  .list-geolocation {
    display: block;
  }

  .list-geolocation .item {
    display: flex;
    padding: 3px 0;
    margin-top: 5px;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
  }

  .list-geolocation .item .distance {
    flex: 0 0 5em;
  }

  .list-geolocation .item .mark {
    flex: 0 0 34px;
    margin-right: 1em;
  }

  .list-geolocation .item .name {
    flex-grow: 2;
    white-space: nowrap;
    margin-right: 1em;
  }

  .list-geolocation .item .right {
    flex: 0 0 2em;
  }

  .list-geolocation .item:hover .name,
  .list-geolocation .item:hover .right {
    color: #ff8300;
  }

  .swiper-pagination-custom {
    background: transparent;
    position: absolute;
    top: 0;
    left: 0;
    bottom: auto;
    z-index: 50;
    text-align: left;
  }

  .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: auto;
    width: auto;
    padding-bottom: 0;
  }

  #caution-block {
    display: flex;
    justify-content: space-around;
  }

  #caution-block .caution-inner {
    min-width: 70%;
  }

  #link-block-contents {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    justify-content: flex-start;
  }

  #link-block-contents .item {
    padding: 5px 2rem 5px 5px;
    margin: 8px 1%;
    font-size: 16px;
  }

  #link-block-contents .item .icon {
    width: 30px;
    height: 30px;
    margin-right: 0.5rem;
  }

  #information.info-top .ttl2-1 .btn-block {
    position: absolute;
    margin: 0 auto;
    top: 1rem;
    right: 0.7rem;
  }

  #information.info-top .ttl2-1 .btn-block .btn {
    padding: 0.3rem 2.5rem;
    font-size: 1.2rem;
  }

  #custom-link .item {
    flex: 0 0 300px;
    margin-bottom: 16px;
  }

  #custom-link .item .img {
    height: 200px;
  }

  #custom-link {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: start;
  }

  #custom-link .item .img {
    height: 200px;
  }

  #stop-contents {
    overflow: hidden;
    zoom: 1;
  }

  #stop-contents .col-left {
    width: 30%;
  }

  #stop-contents .col-right {
    width: 67%;
  }

  .tab-box .tab-menu .tab {
    flex-grow: 0;
  }

  .tab-box .tab-menu .tab .txt {
    color: #313131;
    padding-left: 2em;
    padding-right: 2em;
  }

  .tabItem {
    position: relative;
    overflow: hidden;
    zoom: 1;
  }

  .tabItem .weekday-block,
  .tabItem .holiday-block {
    width: 50%;
    float: left;
  }

  .tabItem>.indentList-pwid,
  .tabItem>indentList {
    width: 100%;
    clear: both;
    padding-top: 1px;
  }

  .fig-block .txt {
    margin-left: 20px;
  }

  .table06 th {
    text-align: center;
    vertical-align: middle;
  }

  .table06 td {
    vertical-align: middle;
  }

  .table06 tr+tr {
    border-top: 1px dashed #425464;
  }

  .table06 th,
  .table06 td {
    padding: 1em;
    display: table-cell;
  }

  .table06 tr {
    display: table-row;
  }

  .table06 tr:nth-child(odd) {
    background: #ddf2ff;
  }

  .table06 tr .th {
    padding: 0.2em 1em;
    border-radius: 1000px;
    margin: 0.5em auto;
    display: inline-block;
    white-space: nowrap;
  }

  .table06 tr .td {
    padding: 0.2em 1em;
  }

  #supporters .ttl3-1 {
    display: inline-block;
  }

  #supporters .img .noimg-box {
    display: flex;
    width: 100%;
    height: 200px;
    background: #ccc;
    align-items: center;
    justify-content: center;
    align-self: flex-start;
  }

  #supporters .row {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: stretch;
  }

  #supporters .row .col-left {
    flex: 0 0 30%;
  }

  #supporters .row .col-right {
    flex: 0 0 68%;
  }

  #pageLink .pageLinkList {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 5px;
  }

  #pageLink .pageLinkList li {
    flex: 0 0 50%;
  }

  #site-translate-header-wrapper~#main {
    margin-top: 44px;
  }
}

@media (max-width: 766px) {
  #home-hero-block {
    margin-left: 0;
    margin-right: 0;
  }

  #home-hero-block #home-hero-tools {
    margin-left: 5%;
    margin-right: 5%;
  }

  #home-hero-block #home-hero-carousel .swiper-slide .img {
    height: 250px;
  }
}

@media (min-width: 567px) and (max-width: 766px) {
  #home-hero-block {
    margin-left: 0;
    margin-right: 0;
  }

  #home-hero-block #home-hero-tools {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (min-width: 1300px) {
  #home-hero-block #home-hero-carousel {
    width: 830px;
  }

  #home-hero-block #home-hero-carousel .swiper-slide .img {
    height: 520px;
  }

  #home-hero-block #home-hero-tools {
    width: 400px;
  }

  #custom-link .item {
    flex: 0 0 400px;
  }

  #custom-link .item .img {
    height: 266.66px;
  }
}

@media (min-width: 767px) and (max-width: 999px) {
  #custom-link {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: start;
  }

  #custom-link .item {
    flex: 0 0 49%;
  }

  #custom-link .item .img {
    height: 250px;
  }
}

@media (min-width: 767px) {
  #stop-contents {
    overflow: hidden;
    zoom: 1;
  }

  #stop-contents .col-left {
    width: 40%;
    float: left;
  }

  #stop-contents .col-right {
    margin-left: 3%;
    width: 57%;
    float: left;
  }
}

@media print {
  body {
    font-size: 12px;
  }

  .print {
    display: block !important;
  }

  .noPrint,
  #pageTop-block,
  .btn-block,
  .visually-hidden,
  .contextual {
    display: none !important;
  }
}