@charset "UTF-8";

/* common
================================================1 */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, a, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
	line-height:1.8;
}
html {
    font-size: 100%;
    word-break: break-all;
}
body {
    -webkit-text-size-adjust: 100%;
    font-family: 'Noto Sans JP', "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "MS PGothic", "MS Pゴシック", sans-serif;
    font-weight: 400;
    min-height: 100vh;
    margin: 0;
	padding: 0;
    color: #1f1f1f;
}
article, aside, details, figcaption, figure, main, footer, header, menu, nav, section {
    display: block;
}
.wrapper {
  width: 980px;
  margin: 0 auto;  /* 横方向の中央寄せ */
  padding: 0 1em;  
}

@media screen and (max-width: 768px) {
  .wrapper {
    width: 100%;
    padding: 0 1.2em;
  }
}


h1, h2, h3, h4, h5, h6 {
    word-break: break-word;
    line-break: strict;
    overflow-wrap: break-word;
    word-wrap: break-word;
}
ul:not([class]), ol:not([class]) {
    padding-left: 1.25em;
}
ul[class], ol[class] {
    list-style: none;
}
_:-ms-lang(x)::-ms-backdrop, ol:not([class]) {
    padding-left: 1.6em;
}
span {
    font-weight: inherit;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
a {
    color: inherit;
}
@media all and (min-width: 768px) {
    a:hover {
        text-decoration: none;
    }
}
a[class] {
    text-decoration: none;
}
ins {
    background-color: #ff9;
    text-decoration: none;
}
mark {
    background-color: #ff9;
    font-weight: bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}
address {
    font-style: normal;
}
table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid rgba(51, 51, 51, 0.5);
    margin: 1em 0;
    padding: 0;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}


/* 基本の緑グラデリンクボタン */
.greengradient-btn {
  display: inline-flex;
  align-items: center;
  padding: 0.3em 1.5em;
  font-size: 16px;
  text-decoration: none;
  border-radius: 5px;
  background: linear-gradient(90deg, #56a856, #026602);
  color: #fff;
  transition: background 0.3s ease, transform 0.3s ease;
  margin: 1.5em 0 0.5em 0;
}

.greengradient-btn .icon {
  margin-right: 10px;
  display: inline-block;
  font-size: 18px; /* アイコンサイズ */
}

/* アイコンなしの場合 */
.greengradient-btn.no-icon .icon {
  display: none; /* no-iconクラスがあればアイコン非表示 */
}

.greengradient-btn .text {
  display: inline-block;
}

/* ホバー時 */
.greengradient-btn:hover {
  background: linear-gradient(90deg, #026602, #56a856); /* グラデーションを反転 */
  transform: scale(1.05); /* 少し拡大 */
}


/* ==========================================================
 module marquee infomation
========================================================== */
.mod-information{ background-color: #f8f8f8; }
.mod-information-in { width: 1000px; margin: 0 auto; padding: 10px; overflow: hidden; display: flex; }
.mod-information .title { flex: 0 0 auto; padding: 8px 12px 8px; background-color: #84aa29; font-size: 13px; font-weight: 200; color: #fff; line-height: 1; text-align: center; }
.mod-information .list-infomation-wrap { padding-top: 3px; overflow: hidden; }
.mod-information .list-infomation-wrap.en { width: 855px; }
.mod-information .list-infomation {
  display: inline-block; padding-left: 916px; white-space: nowrap; text-align: left;
-webkit-animation-name:marquee;
-webkit-animation-timing-function:linear;
-webkit-animation-duration:25s;
-webkit-animation-iteration-count:infinite;
-moz-animation-name:marquee;
-moz-animation-timing-function:linear;
-moz-animation-duration:25s;
-moz-animation-iteration-count:infinite;
-ms-animation-name:marquee;
-ms-animation-timing-function:linear;
-ms-animation-duration:25s;
-ms-animation-iteration-count:infinite;
animation-name:marquee;
animation-timing-function:linear;
animation-duration:25s;
animation-iteration-count:infinite;
}
.mod-information .list-infomation li { display: inline-block; margin-left: 26px; }
.mod-information .list-infomation li:first-child { margin-left: 0; }
.mod-information .list-infomation li .label { position: relative; display: inline-block; padding-right: 16px; font-size: 13px; font-weight: 500; color: #6a8332; line-height: 1.6; }
.mod-information .list-infomation li .label:before { position: absolute; content: ""; width: 11px; height: 11px;background: url(../../img/common/ico_arrowright_01.png) 0 0 no-repeat; top: 50%; right: 0; margin-top: -5px; }
.mod-information .list-infomation li .detail01 { display: inline-block; margin-left: 5px; font-size: 15px; font-weight: 300; color: #272727; line-height: 1.5; }
.mod-information .list-infomation li .detail02 { display: inline-block; margin-left: 12px; font-size: 15px; font-weight: 300; color: #af1d38; line-height: 1.5; }
.mod-information .list-infomation li .detail01 em,.mod-information .list-infomation li .detail02 em { font-size: 12px; font-style: normal; }

@-webkit-keyframes marquee {
from {-webkit-transform:translate(0);}
to {-webkit-transform:translate(-100%);}
}
@-moz-keyframes marquee {
from {-moz-transform:translate(0);}
to {-moz-transform:translate(-100%);}
}
@-ms-keyframes marquee {
from {-ms-transform:translate(0);}
to {-ms-transform:translate(-100%);}
}
@keyframes marquee {
from {transform:translate(0);}
to {transform:translate(-100%);}
}

@media screen and (max-width: 750px) {
.mod-information{
display:none;
}

}



#today_service_status .situation .detail01 { 
display: inline-block; line-height: 1.5; }
#today_service_status .situation .detail02 { 
display: inline-block; color: #af1d38; line-height: 1.5; }










#site-footer {
  background: url("../../img/common/footer-bg.jpg") no-repeat center center/cover;
  position: relative;
  padding: 40px 20px;
  color: #333;
}

@media screen and (max-width: 768px) {
#site-footer {
  padding: 10px 20px;
  }
}


/* 白く薄くするオーバーレイ */
#site-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(255, 255, 255, 0.8); /* 白で薄く */
  z-index: 0;
}


#site-footer .footer-officeinfo{
  position: relative;
  display:flex;
  padding: 0 0 2.5em 0;
  align-items: center;
      max-width: 980px;
    margin: 0 auto;
}

/* レスポンシブ対応 */
@media screen and (max-width: 768px) {
#site-footer .footer-officeinfo{
  padding: 0 0 1.5em 0 ;
    display:block;
  }
}



#site-footer .footer-officeinfo-logo{
padding-left: 43px;
  background-image: url('../../img/common/footerlogo.png');
  background-repeat: no-repeat;
  background-size: 30px 30px;
  background-position: left center;
  line-height: 4;
  font-weight: bold;
  font-size: 1.3rem;
}

#site-footer .footer-office-address{
padding: 0 0 0 2em;
}

/* レスポンシブ対応 */
@media screen and (max-width: 768px) {
#site-footer .footer-office-address{
    padding: 0;
  }
}

#site-footer .footer-office-infobtn{
    padding: 0 0 0 2.5em;
}

/* レスポンシブ対応 */
@media screen and (max-width: 768px) {
#site-footer .footer-office-infobtn{
    padding: 2em;
  }
}


#site-footer .footer-office-infobtn .infobtn {
  display: inline-block;
  padding: 0.6rem 1.2rem;
  background-color: #006400; /* メインカラー */
  color: #fff;
  text-decoration: none;
  border-radius: 20px; /* 丸みで柔らかい印象 */
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  transition: all 0.3s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* レスポンシブ対応 */
@media screen and (max-width: 768px) {
#site-footer .footer-office-infobtn .infobtn {
    width: 95%;
    text-align: center;
  }
}




#site-footer .footer-office-infobtn .infobtn:hover {
  background-color: #004500; /* 少し濃い色 */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  transform: translateY(-2px); /* 少し浮く */
}

#site-footer .footer-office-infobtn .infobtn:active {
  transform: translateY(0); /* クリック時に戻す */
}

/* メニューエリア */
#site-footer .footer-inner {
  position: relative;
  z-index: 1; /* オーバーレイの上に表示 */
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 980px;
  margin: 0 auto;
}

/* 各メニュー */
#site-footer .footer-menu {
  width: 18%;
  min-width: 200px;
}

#site-footer .footer-menu h4 {
  font-size: 16px;
  margin-bottom: 10px;
  border-bottom: 2px solid #006400;
  padding-bottom: 5px;
}

#site-footer .footer-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#site-footer .footer-menu li {
  margin-bottom: 6px;
    display: flex;
  align-items: center;
      padding: 0 0 0 0.5em;
}

#site-footer .footer-menu li  i {
  margin-right: 0.5em;
  color: #006400; 
  font-size: 0.9em; /* 必要ならサイズ調整 */
}

#site-footer .footer-menu a {
  text-decoration: none;
  color: #333;
  font-size: 14px;
}

#site-footer .footer-menu a:hover {
  text-decoration: underline;
}

/* レスポンシブ対応 */
@media screen and (max-width: 768px) {
#site-footer .footer-menu {
        width: 47%;
        margin-bottom: 20px;
        min-width: auto;
  }
  
  #site-footer .footer-menu a {
  font-size: 12px;
}

}



.copyright {
background-color:#006400;
    text-align: center;
    font-size: 0.8em;
    padding:0;
	color:#fff;
}


/* パンクズリスト */
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  max-width: 980px;
	    margin: 0 auto;
    padding: 1em 0 0 1em;
    font-size: 0.8rem;
}

.breadcrumb li a {
      text-decoration: unset;
}

.breadcrumb li:not(:last-of-type)::after {
  content: "/";
  margin: 0 .6em; /* 記号の左右の余白 */
  color: #777; /* 記号の色 */
}

.pagetop-btn {
    width: 52px;
    height: 52px;
    border: 2px solid #006400;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    position: fixed;
    right: 3em;
    bottom: 3em;
}

.pagetop-btn::before {
  content: "↑";
  color: #006400;
  font-size: 24px;
}



/* 営業時間や運行状況カラー */
span.red{
color:#af1d38;
}


span.blue{
color:#0075cc;
}










