<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/noto-sans-jp-v42-japanese-regular.woff2") format("woff2"), url("../fonts/noto-sans-jp-v42-japanese-regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: bold;
  src: url("../fonts/noto-sans-jp-v42-japanese-700.woff2") format("woff2"), url("../fonts/noto-sans-jp-v42-japanese-700.woff") format("woff");
  font-display: swap;
}
/*ベースフォント設定*/
/*Font Awesome5---------------------------------------------*/
@media screen and (min-width: 981px ) { /*PC*/ }
@media screen and (max-width: 560px ) { /*SP*/ }
@media screen and (max-width: 980px ) and (min-width: 561px ) { /*TB*/ }
@media screen and (max-width: 560px ) { /*SP*/
  body {
    -webkit-text-size-adjust: 100%;
    font-size: 75%;
  }
}
@-webkit-keyframes buruburu {
  0% {
    -webkit-transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -5px);
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}
@keyframes buruburu {
  0% {
    -webkit-transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -5px);
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}
@-webkit-keyframes buruburu2 {
  0% {
    -webkit-transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -20px);
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}
@keyframes buruburu2 {
  0% {
    -webkit-transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -20px);
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 70%;
  }
  70% {
    opacity: 50%;
  }
  100% {
    opacity: 100%;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 70%;
  }
  70% {
    opacity: 50%;
  }
  100% {
    opacity: 100%;
  }
}
@-webkit-keyframes gradAnimeTime {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes gradAnimeTime {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.fade {
  opacity: 0;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.fade.effect {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.slidein {
  opacity: 0;
  -webkit-transform: translateX(-300px);
          transform: translateX(-300px);
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.slidein.effect {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

@-webkit-keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.fade-list &gt; * {
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  position: relative;
}
.fade-list.effect &gt; *:nth-child(1) {
  -webkit-animation: fadeUp 1s 0.5s 1 ease normal forwards;
          animation: fadeUp 1s 0.5s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect &gt; *:nth-child(2) {
  -webkit-animation: fadeUp 1s 1s 1 ease normal forwards;
          animation: fadeUp 1s 1s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect &gt; *:nth-child(3) {
  -webkit-animation: fadeUp 1s 1.5s 1 ease normal forwards;
          animation: fadeUp 1s 1.5s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect &gt; *:nth-child(4) {
  -webkit-animation: fadeUp 1s 2s 1 ease normal forwards;
          animation: fadeUp 1s 2s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect &gt; *:nth-child(5) {
  -webkit-animation: fadeUp 1s 2.5s 1 ease normal forwards;
          animation: fadeUp 1s 2.5s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect &gt; *:nth-child(6) {
  -webkit-animation: fadeUp 1s 3s 1 ease normal forwards;
          animation: fadeUp 1s 3s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect &gt; *:nth-child(7) {
  -webkit-animation: fadeUp 1s 3.5s 1 ease normal forwards;
          animation: fadeUp 1s 3.5s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect &gt; *:nth-child(8) {
  -webkit-animation: fadeUp 1s 4s 1 ease normal forwards;
          animation: fadeUp 1s 4s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect &gt; *:nth-child(9) {
  -webkit-animation: fadeUp 1s 4.5s 1 ease normal forwards;
          animation: fadeUp 1s 4.5s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect &gt; *:nth-child(10) {
  -webkit-animation: fadeUp 1s 5s 1 ease normal forwards;
          animation: fadeUp 1s 5s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect &gt; *:nth-child(11) {
  -webkit-animation: fadeUp 1s 5.5s 1 ease normal forwards;
          animation: fadeUp 1s 5.5s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect &gt; *:nth-child(12) {
  -webkit-animation: fadeUp 1s 6s 1 ease normal forwards;
          animation: fadeUp 1s 6s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}

.move-img {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.move-img:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: #fff;
  z-index: 1;
  -webkit-transform-origin: right center;
          transform-origin: right center;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transition: width 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0s, -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
  transition: width 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0s, -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
  transition: width 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0s, transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
  transition: width 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0s, transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.4s, -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
}
.move-img img {
  position: relative;
  width: 100%;
  height: auto;
  opacity: 0;
  left: -100%;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.move-img.effect img {
  opacity: 1;
  left: 0;
}
.move-img.effect:before {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  width: 100%;
}

.blur {
  -ms-filter: blur(6px);
  -webkit-filter: blur(6px);
          filter: blur(6px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
}
.blur.effect {
  -webkit-transform: scale(1);
  transform: scale(1);
  -ms-filter: blur(0);
  -webkit-filter: blur(0);
          filter: blur(0);
}

.focus-img {
  position: relative;
}
.focus-img img {
  display: block;
  min-width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1.5) rotateZ(0);
  transform: translate(-50%, -50%) scale(1.5) rotateZ(0);
  -webkit-transition: all 3s;
  transition: all 3s;
}
.focus-img.effect img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1) rotateZ(0);
  transform: translate(-50%, -50%) scale(1) rotateZ(0);
}


/*共通------------------------------------------*/
#g_navi {
  background: #efffad;
  padding: 15px 0;
  margin-bottom: 0;
}

#content {
  background: #eaeaea;
  background: -webkit-gradient(linear, left top, left bottom, from(#eaeaea), to(#fff));
  background: linear-gradient(to bottom, #eaeaea, #fff);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=quote($statCol), endColorstr=quote($endCol),GradientType=1 );
  background-size: 100% 150px;
  background-repeat: no-repeat !important;
}

#page-layout {
  padding: 1.5em 0;
  background: #edffa2;
  background: -webkit-gradient(linear, left top, left bottom, from(#edffa2), to(#fff));
  background: linear-gradient(to bottom, #edffa2, #fff);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=quote($statCol), endColorstr=quote($endCol),GradientType=1 );
  background-size: 100% 200px;
  background-repeat: no-repeat !important;
}

.breadcrumbs {
  width: 100%;
  max-width: 980px;
  margin: 0 auto 1em;
  padding: 10px;
  font-size: 80%;
  background: #fff;
  border: 1px solid #c1c1c1;
}
.breadcrumbs a {
  color: #0000cc;
}

/*=============================================================================*/
/*ページ内コンテンツ===============================================================*/
/*=============================================================================*/
.p_cont {
  background: #fff;
  word-break: break-word;
  padding: 15px;
  border: 1px solid #eaeaea;
}
.p_cont a {
  color: #0000cc;
}
.p_cont a, .p_cont span, .p_cont strong {
  display: inline-block;
}

.p_title {
  background: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eaeaea));
  background: linear-gradient(to bottom, #fff, #eaeaea);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=quote($statCol), endColorstr=quote($endCol),GradientType=1 );
  border: 1px solid #c1c1c1;
  padding: 10px;
  margin-bottom: 1em;
}
.p_title h1 {
  border-left: 5px solid #1DA5FF;
  padding-left: 10px;
  color: #1DA5FF;
}

.time {
  font-size: 90%;
  border-bottom: 1px dotted #c1c1c1;
  padding-bottom: 5px;
  padding-left: 1.5em;
  position: relative;
}
.time:before {
  display: inline-block;
  content: url("../img/arrow_blue.gif");
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(1);
          transform: translateY(-50%) scale(1);
  left: 0;
}

.entry-meta {
  font-size: 90%;
  font-weight: bold;
  background: #0080B8;
  background: -webkit-gradient(linear, left top, left bottom, from(#0080B8), to(#0075CC));
  background: linear-gradient(to bottom, #0080B8, #0075CC);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=quote($statCol), endColorstr=quote($endCol),GradientType=1 );
  color: #fff;
  padding: 8px 15px;
  text-align: right;
  border-bottom: 3px solid #18A6DF;
}

.p_cont {
  margin-bottom: 2em;
  /*アイコン付きDL+*/
}
.p_cont h2 {
  background: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eaeaea));
  background: linear-gradient(to bottom, #fff, #eaeaea);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=quote($statCol), endColorstr=quote($endCol),GradientType=1 );
  border: 1px solid #c1c1c1;
  padding: 10px;
  margin-bottom: 1.5em;
}
.p_cont h3 {
  font-size: 90%;
  font-weight: bold;
  background: #0080B8;
  background: -webkit-gradient(linear, left top, left bottom, from(#0080B8), to(#0075CC));
  background: linear-gradient(to bottom, #0080B8, #0075CC);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=quote($statCol), endColorstr=quote($endCol),GradientType=1 );
  color: #fff;
  padding: 8px 15px;
  border-bottom: 3px solid #18A6DF;
  margin-bottom: 1.5em;
}
.p_cont h3 a {
  color: #fff;
}
.p_cont h3:not(:first-child) {
  margin-top: 1em;
}
.p_cont h3.h3_border {
  background: #fff;
  color: #333;
  border-bottom: none;
}
.p_cont h4 {
  font-size: 90%;
  background: #FFE8CC;
  border: 3px double #CD7E1F;
  padding: 6px;
  margin-bottom: 10px;
  color: #454545;
  padding-left: 1.75em;
  position: relative;
}
.p_cont h4 a {
  color: #db7800;
}
.p_cont h4:before {
  display: inline-block;
  content: url("../img/arrow_orange.gif");
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(1);
          transform: translateY(-50%) scale(1);
  left: 6px;
}
.p_cont h4:not(:first-child) {
  margin-top: 1em;
}
.p_cont h5 {
  font-size: 90%;
  color: #08395A;
  background: #a4d1f0;
  background: linear-gradient(135deg, #a4d1f0 0%, #a4d1f0 50%, #cfeafd 50%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$statCol", endColorstr="$endCol",GradientType=1 );
  background-size: 2px 2px;
  padding: 5px 10px;
}
.p_cont h5:not(:first-child) {
  margin-top: 1em;
}
.p_cont h6 {
  font-size: 90%;
  padding-left: 1.5em;
  position: relative;
  border-bottom: 1px solid #BFBFBF;
  padding: 5px;
  padding-left: 15px;
}
.p_cont h6:not(:first-child) {
  margin-top: 15px;
}
.p_cont h6:before {
  display: inline-block;
  content: "";
  width: 0.6em;
  height: 0.6em;
  background: #ffb20c;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffb20c), to(#ff8f0a));
  background: linear-gradient(to bottom, #ffb20c, #ff8f0a);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=quote($statCol), endColorstr=quote($endCol),GradientType=1 );
  border-radius: 30px;
  position: absolute;
  top: 0.7em;
  left: 0;
}
.p_cont p:not(:first-child) {
  margin-top: 1em;
}
.p_cont ul:not([class]) &gt; li, .p_cont .ul_icon_blue &gt; li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 2em;
}
.p_cont ul:not([class]) &gt; li:before, .p_cont .ul_icon_blue &gt; li:before {
  display: inline-block;
  content: "";
  width: 0.3em;
  height: 0.3em;
  border-radius: 30px;
  background: #90d0f6;
  position: absolute;
  top: 0.5em;
  left: 1em;
}
.p_cont dl.dl_icon_blue {
  margin: 15px 0;
}
.p_cont dl.dl_icon_blue dt {
  background: url("../img/blue_icon.gif") no-repeat 5px 0.5em;
  padding: 0 5px 5px 15px;
}
.p_cont .page_link {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}
.p_cont .page_link li {
  padding: 5px !important;
  -ms-flex-grow: 1;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 50%;
  min-width: 20%;
}
@media screen and (max-width: 560px ) {
  .p_cont .page_link li {
    min-width: 33.3%;
  }
}
.p_cont .page_link li.full {
  max-width: inherit;
  max-width: initial;
}
.p_cont .page_link li:before {
  display: none !important;
}
.p_cont .page_link li a {
  display: block;
  border: 1px solid #c1c1c1;
  background: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eaeaea));
  background: linear-gradient(to bottom, #fff, #eaeaea);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=quote($statCol), endColorstr=quote($endCol),GradientType=1 );
  padding: 5px 10px;
  font-size: 90%;
  padding-left: 1.75em;
  position: relative;
}
.p_cont .page_link li a:before {
  display: inline-block;
  content: url("../img/arrow_orange.gif");
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(1);
          transform: translateY(-50%) scale(1);
  left: 0.5em;
}
.p_cont .ul_faq {
  padding: 10px;
}
.p_cont .ul_faq li {
  line-height: 1.5;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #dedede;
  padding-left: 1.75em;
  position: relative;
}
.p_cont .ul_faq li:before {
  display: inline-block;
  content: url("../img/icon_q.gif");
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(1);
          transform: translateY(-50%) scale(1);
  left: 0em;
}
.p_cont ol {
  list-style-position: outside;
  padding-left: 2em;
}
.p_cont ol:not(:first-child) {
  margin-top: 1em;
}
.p_cont ol li {
  list-style-type: decimal;
}
.p_cont table {
  border-top: 1px solid #5FAADE;
  border-left: 1px solid #5FAADE;
  margin-top: 1em;
  max-width: 100%;
}
.p_cont table th, .p_cont table td {
  padding: 5px 10px;
  border-right: 1px solid #5FAADE;
  border-bottom: 1px solid #5FAADE;
}
.p_cont table th {
  font-size: 90%;
  text-align: center;
  background: #a4d1f0;
  background: linear-gradient(135deg, #a4d1f0 0%, #a4d1f0 50%, #cfeafd 50%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$statCol", endColorstr="$endCol",GradientType=1 );
  background-size: 2px 2px;
}
.page_up {
  font-size: 80%;
  text-align: right;
  border-bottom: 1px dotted #c1c1c1;
  padding: 10px;
}
.page_up a {
  padding-right: 1.5em;
  position: relative;
}
.page_up a:after {
  content: url("../img/arrow_up.gif");
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(1);
          transform: translateY(-50%) scale(1);
  right: 0;
}

@media screen and (max-width: 560px ) {
  .search_entry_area { /*SP*/
    margin: 0 0 1em !important;
    padding: 10px;
  }
}

.search_box_inner {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  font-size: 90%;
}
.search_box_inner &gt; .route_input, .search_box_inner &gt; .specification {
  margin: 0 !important;
  padding: 10px;
}
.search_box_inner &gt; .route_input {
  width: 58%;
}
.search_box_inner &gt; .specification {
  width: 42%;
}
@media screen and (max-width: 980px ) and (min-width: 561px ), screen and (max-width: 560px ) {
  .search_box_inner { /*SP*/ }
  .search_box_inner &gt; .route_input, .search_box_inner &gt; .specification {
    width: 100%;
  }
}
.search_box_inner .input_lbox {
  margin-right: 10px;
  margin-bottom: 1.25em;
}

#search_navi {
  background: none !important;
  padding: 0 10px !important;
  text-indent: 0 !important;
  width: 100% !important;
  height: auto !important;
}
#search_navi ul {
  width: 100% !important;
  height: auto !important;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}
#search_navi ul li {
  line-height: 1;
  width: auto !important;
  border: 1px solid #c1c1c1;
  -ms-flex-grow: 1;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (max-width: 560px ) {
  #search_navi ul li {
    min-width: 50%;
  }
}
#search_navi ul li a {
  width: auto !important;
  height: auto !important;
  padding: 10px 1em;
  padding-left: 2em;
  background: #eaeaea !important;
  border: 1px solid #fff;
  color: #0099cb;
  font-weight: bold;
  position: relative;
  text-decoration: none;
}
#search_navi ul li a:before {
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(1);
          transform: translateY(-50%) scale(1);
  left: 0.5em;
  content: url("../img/nav-search-icon.gif");
}
#search_navi ul li a.ac, #search_navi ul li a:hover {
  background: #0099cb !important;
  color: #fff;
}

.daytime_search dl, .option_serch dl {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}
.daytime_search dl dt, .option_serch dl dt {
  font-weight: bold;
}
@media screen and (max-width: 980px ) and (min-width: 561px ), screen and (max-width: 560px ) {
  .daytime_search dl, .option_serch dl { /*SP*/ }
  .daytime_search dl dt, .option_serch dl dt {
    width: 100% !important;
  }
}

.sc_x {
  max-width: 100%;
  overflow-x: auto;
}
@media screen and (max-width: 980px ) and (min-width: 561px ), screen and (max-width: 560px ) {
  .sc_x { /*SP*/
    padding: 2em 10px 10px;
    border: 1px solid #c1c1c1;
    position: relative;
  }
  .sc_x:before {
    content: "スクロールで表全体が表示されます。";
    font-size: 80%;
    color: #fff;
    background: #333;
    position: absolute;
    top: 0;
    left: 0;
    padding: 3px 5px;
  }
  .sc_x table {
    min-width: 600px;
    -webkit-transform: scale(0.75) translate(-15%, -15%);
            transform: scale(0.75) translate(-15%, -15%);
  }
}

@media screen and (max-width: 980px ) and (min-width: 561px ), screen and (max-width: 560px ) { /*SP*/
  table.break_table th, table.break_table td {
    display: block;
    width: 100%;
  }
  table.result_table_l, table.scale_table {
    max-width: inherit;
    max-width: initial;
    width: 200% !important;
    -webkit-transform: scale(0.5) translate(-50%, -50%);
            transform: scale(0.5) translate(-50%, -50%);
  }
  table.result_table_s tr td {
    padding-left: 15px !important;
  }
}
.scale_table th, .scale_table td {
  vertical-align: middle;
}

.timetable_outbox {
  margin: 1em auto;
  width: 100%;
  table-layout: fixed;
}
@media screen and (max-width: 980px ) and (min-width: 561px ), screen and (max-width: 560px ) {
  .timetable_outbox { /*SP*/ }
  .timetable_outbox tr th:first-child {
    font-size: 90%;
    max-width: 80px !important;
  }
}

.timetable_notification {
  border: dotted 1px black;
  text-align: left;
  background-color: #FFFFCC;
  padding: 5px;
  margin: 1em 0;
}

.result_table_s .icon, .result_table_s .vehicle_text {
  min-width: 50px;
}

.syllabary_table {
  min-width: 260px;
  margin: 0 auto 1em;
}
@media screen and (min-width: 981px ) {
  .syllabary_table {
    min-width: 600px;
  }
}
.syllabary_table td {
  padding: 6px 1em !important;
}

.rosen_container {
  line-height: 2;
}
@media screen and (max-width: 560px ) {
  .rosen_container { /*SP*/
    font-size: 1.5em;
  }
}
.rosen_container h3 {
  padding: 0;
}
.rosen_container h3 a {
  text-decoration: none;
  display: block;
  padding: 8px 1em;
  position: relative;
  padding-left: 3em;
}
.rosen_container h3 a:hover {
  background: #00518C;
}
.rosen_container h3 a:before {
  font-size: 150%;
  width: 1.25em;
  text-align: center;
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(1);
          transform: translateY(-50%) scale(1);
  left: 0;
  padding: 0 0.5em;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f3c5";
  color: orange;
}
.rosen_container h3 a:after {
  font-size: 150%;
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(1);
          transform: translateY(-50%) scale(1);
  right: 0.5em;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f105";
  color: #fff;
}

.rosen_route_list {
  z-index: 10000;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  margin-bottom: 2em;
  padding: 1em;
  background: rgba(255, 255, 255, 0.85);
  max-height: 250px;
  overflow-y: auto;
}
.rosen_route_list:before {
  font-size: 85%;
  line-height: 1;
  display: block;
  width: 100%;
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #c1c1c1;
  content: "路線一覧";
}
@media screen and (min-width: 981px ) {
  .rosen_route_list { /*SP*/
    position: sticky;
    top: 0;
  }
}
@media screen and (max-width: 560px ) {
  .rosen_route_list { /*SP*/
    font-size: 90%;
    max-height: 25vh;
    padding: 1em 1.5em;
    border: 1px solid #dedede;
  }
}
@media screen and (max-width: 560px ), screen and (max-width: 980px ) and (min-width: 561px ) {
  .rosen_route_list {
    max-height: 200px;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    margin-bottom: 0;
  }
  .rosen_route_list.is-hidden {
    display: none;
  }
}
.rosen_route_list li {
  padding: 5px;
  min-width: 25%;
  -ms-flex-grow: 1;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.rosen_route_list li a {
  display: block;
  padding: 5px 10px;
  font-size: 90%;
  background: #333;
  color: #fff;
  line-height: 1.5;
  position: relative;
  padding-right: 1.5em;
  border-radius: 3px;
}
.rosen_route_list li a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f107";
  color: orange;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(1);
          transform: translateY(-50%) scale(1);
  right: 0.75em;
}

.rosen_routebox {
  padding: 1em;
  background: #eaeaea;
  font-size: 90%;
  margin-top: -1em !important;
}

</pre></body></html>