@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Readex+Pro:wght@160..700&display=swap");
body,
input,
select,
textarea,
button {
  font-family: "Noto Sans JP", Helvetica, Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Hiragino Sans", "メイリオ", "Meiryo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.roboto {
  font-family: "Roboto", sans-serif;
  font-style: normal;
}

.readex {
  font-family: "Readex Pro", sans-serif;
  font-style: normal;
  font-variation-settings: "HEXP" 0;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-inline-size: 0;
}

html,
body,
h1,
h2,
h3,
h4,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

article,
header,
footer,
main,
aside,
figure,
figcaption,
nav,
section {
  display: block;
}

@media screen and (max-width: 767px) {
  html {
    overflow-x: hidden;
  }
}

body {
  color: #31413E;
  margin: 0;
  padding: 0;
  line-height: 1;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  word-break: break-all;
  overflow-wrap: break-word;
  line-break: strict;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  background-color: #F5F6F6;
}
@media screen and (max-width: 767px) {
  body {
    overflow-x: hidden;
  }
}
body.is-open {
  position: fixed;
  width: 100vw;
  height: 100vh;
}
body.is-modal-open {
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin: 0;
}

strong {
  font-weight: bold;
}

hr {
  border: solid 1px #E6E6E6;
  margin: 0 0 20px;
}

img {
  max-width: 100%;
  vertical-align: bottom;
  border: 0;
  outline: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

figure {
  padding: 0;
  margin: 0;
}

ol,
ul {
  margin: 0;
  padding: 0;
}

ul {
  list-style-type: "";
}

input,
textarea,
button {
  margin: 0;
  padding: 0;
  border-radius: 0;
  outline: 0;
  background: none;
}

button:focus-visible,
a:focus-visible {
  outline: 2px solid #31413E;
}

button {
  border: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  button:hover {
    opacity: 0.7;
  }
}

table {
  border-collapse: collapse;
}

@media screen and (max-width: 767px) {
  main {
    overflow: hidden;
  }
}

a {
  color: #31413E;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a img {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden;
}
@media (any-hover: hover) {
  a:hover {
    opacity: 0.7;
  }
}
a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

@media (scripting: none) {
  .loading {
    display: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
::before,
::after {
    -webkit-transition-duration: 1ms !important;
            transition-duration: 1ms !important;
    -webkit-animation-duration: 1ms !important;
            animation-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
  }
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes cloud_pc {
  0% {
    left: 320px;
  }
  25% {
    left: 300px;
  }
  50% {
    left: 320px;
  }
  75% {
    left: 340px;
  }
  100% {
    left: 320px;
  }
}
@keyframes cloud_pc {
  0% {
    left: 320px;
  }
  25% {
    left: 300px;
  }
  50% {
    left: 320px;
  }
  75% {
    left: 340px;
  }
  100% {
    left: 320px;
  }
}
@-webkit-keyframes cloud_middle {
  0% {
    left: 300px;
  }
  25% {
    left: 290px;
  }
  50% {
    left: 300px;
  }
  75% {
    left: 310px;
  }
  100% {
    left: 300px;
  }
}
@keyframes cloud_middle {
  0% {
    left: 300px;
  }
  25% {
    left: 290px;
  }
  50% {
    left: 300px;
  }
  75% {
    left: 310px;
  }
  100% {
    left: 300px;
  }
}
@-webkit-keyframes cloud_sp {
  0% {
    right: -30px;
  }
  25% {
    right: 0;
  }
  50% {
    right: 10px;
  }
  75% {
    right: 0;
  }
  100% {
    right: -30px;
  }
}
@keyframes cloud_sp {
  0% {
    right: -30px;
  }
  25% {
    right: 0;
  }
  50% {
    right: 10px;
  }
  75% {
    right: 0;
  }
  100% {
    right: -30px;
  }
}
@-webkit-keyframes tower {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  35% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  80% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  86% {
    -webkit-transform: rotate(-4deg);
            transform: rotate(-4deg);
  }
  90% {
    -webkit-transform: rotate(4deg);
            transform: rotate(4deg);
  }
  94% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
  96% {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
@keyframes tower {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  35% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  80% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  86% {
    -webkit-transform: rotate(-4deg);
            transform: rotate(-4deg);
  }
  90% {
    -webkit-transform: rotate(4deg);
            transform: rotate(4deg);
  }
  94% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
  96% {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
/* ---------------------------
  市バス ページ
--------------------------- */
.p-page-bus .main-body {
  padding: 40px 0px 0px;
}
@media screen and (max-width: 767px) {
  .p-page-bus .main-body {
    padding: 35px 0px 0px;
    border-radius: 12px;
  }
}
.p-page-bus .main-body .bus-wrap {
  padding: 0 40px;
}
@media screen and (max-width: 767px) {
  .p-page-bus .main-body .bus-wrap {
    padding: 0 20px;
  }
}
.p-page-bus .main-body h1 {
  margin: 0;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .p-page-bus .main-body h1 {
    margin-bottom: 25px;
  }
}
.p-page-bus .p-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
}
.p-page-bus .p-info_main {
  max-width: 636px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-page-bus .p-info_main {
    width: 73.7%;
  }
}
.p-page-bus .p-info_main a {
  text-decoration: none;
  color: #31413E;
  display: block;
}
.p-page-bus .p-info_main_title {
  font-weight: 700;
  font-size: 17px;
  font-size: 1.0625rem;
  width: 100%;
  background-color: #1E7F6A;
  color: #fff;
  border-radius: 8px 8px 0 0;
  padding: 4.5px 25px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-page-bus .p-info_main_title {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 3px 17px;
  }
}
.p-page-bus .p-info_main_txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.07em;
  padding: 12px 23px 14px;
  margin: 0;
  border: solid 1px rgba(223, 227, 224, 0.9);
  border-top: none;
  border-radius: 0 0 8px 8px;
}
@media screen and (max-width: 767px) {
  .p-page-bus .p-info_main_txt {
    font-size: 16px;
    font-size: 1rem;
    padding: 11px 15px 13px;
  }
}
.p-page-bus .p-info_main_txt::before {
  content: "";
  display: block;
  background: radial-gradient(circle, transparent 50%, #8BDE76 3px);
  width: 33px;
  height: 33px;
  border-radius: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 13px;
}
@media screen and (max-width: 767px) {
  .p-page-bus .p-info_main_txt::before {
    width: 24px;
    height: 24px;
    margin-right: 10px;
  }
}
.p-page-bus .p-info_main_txt.-late::before {
  border-radius: 0;
  background: none;
  background-image: url(../../../img/common/late-icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 34px;
  height: 30px;
  margin-right: 12px;
}
@media screen and (max-width: 767px) {
  .p-page-bus .p-info_main_txt.-late::before {
    width: 25px;
    height: 21px;
    margin-right: 9px;
  }
}
.p-page-bus .p-info_main_txt.-interruption::before {
  border-radius: 0;
  background: none;
  background-image: url(../../../img/common/interruption-icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.p-page-bus .p-info_button {
  max-width: 144px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-page-bus .p-info_button {
    width: 22.8%;
  }
}
.p-page-bus .p-info_button_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  background-color: #31413E;
  color: #fff;
  border-radius: 8px;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  font-weight: 700;
  height: 100%;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .p-page-bus .p-info_button_item {
    font-size: 14px;
    font-size: 0.875rem;
    text-align: center;
    line-height: 1.4;
  }
}
.p-page-bus .p-bus-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 25px;
}
@media screen and (max-width: 767px) {
  .p-page-bus .p-bus-list {
    display: block;
  }
}
.p-page-bus .p-bus-list_item {
  width: 50%;
  list-style: none;
  padding: 0;
  border-top: solid 2px #F5F6F6;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-page-bus .p-bus-list_item {
    width: 100%;
  }
}
.p-page-bus .p-bus-list_item::before {
  display: none;
}
.p-page-bus .p-bus-list_item:nth-child(1) .list-icon {
  position: relative;
  left: 7px;
}
@media screen and (max-width: 767px) {
  .p-page-bus .p-bus-list_item:nth-child(1) .list-icon {
    left: 5px;
  }
}
.p-page-bus .p-bus-list_item:nth-child(8) .list-icon {
  position: relative;
  top: 10px;
}
@media screen and (max-width: 767px) {
  .p-page-bus .p-bus-list_item:nth-child(8) .list-icon {
    top: 5px;
  }
}
.p-page-bus .p-bus-list_item:nth-child(odd) {
  border-right: solid 2px #F5F6F6;
}
@media screen and (max-width: 767px) {
  .p-page-bus .p-bus-list_item:nth-child(odd) {
    border-right: none;
  }
}
@media screen and (max-width: 767px) {
  .p-page-bus .p-bus-list_item:last-child {
    border-bottom: solid 2px #F5F6F6;
  }
}
.p-page-bus .p-bus-list_item a {
  padding: 24px 35px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  color: #31413E;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-page-bus .p-bus-list_item a {
    padding: 22px 30px;
  }
}
.p-page-bus .p-bus-list_item a::after {
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: 0;
  background-position-y: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../../../img/common/arrow_circle-green.svg);
  right: 30px;
}
@media screen and (max-width: 767px) {
  .p-page-bus .p-bus-list_item a::after {
    right: 20px;
  }
}
.p-page-bus .p-bus-list_item a .list-icon {
  width: 73px;
  margin-right: 25px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-page-bus .p-bus-list_item a .list-icon {
    width: 63px;
  }
}
@media screen and (max-width: 374px) {
  .p-page-bus .p-bus-list_item a .list-icon {
    width: 45px;
  }
}
.p-page-bus .p-bus-list_item a .list-txt {
  max-width: 235px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-page-bus .p-bus-list_item a .list-txt {
    max-width: none;
    width: 65%;
  }
}
.p-page-bus .p-bus-list_item a .list-txt_title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0;
  padding-bottom: 2px;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-page-bus .p-bus-list_item a .list-txt_title {
    font-size: 16px;
    font-size: 1rem;
    white-space: normal;
  }
}
.p-page-bus .p-bus-list_item a .list-txt_dsc {
  margin: 0;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-page-bus .p-bus-list_item a .list-txt_dsc {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.p-page-bus .news-list, .p-page-bus .recommend-page {
  display: none;
}