@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
:root {
  --txt: #666666;
  --bg1: #ffffff;
  --bg2: #f3f5f7;
  --blue: #00a0da;
  --green: #00a199;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  height: 100%;
  line-height: 1.6;
}

body {
  padding: 0;
  margin: 0;
}

body,
html {
  overflow-x: hidden;
}

header {
  display: none !important;
}

.fs__70 {
  font-size: 70%;
}

/* main
-------------------------------------*/
main {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.8;
  color: var(--txt);
  letter-spacing: 0.05em;
  width: 100%;
  background-color: var(--bg2);
  margin-top: 0;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
@media screen and (max-width: 999px) {
  main {
    font-size: 16px;
  }
}
@media screen and (max-width: 600px) {
  main {
    font-size: 13px;
    letter-spacing: 0;
  }
}
main p, main div {
  margin: 0;
  padding: 0;
}
main img {
  display: block;
}
main ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.c-sp__block {
  display: none;
}
@media screen and (max-width: 600px) {
  .c-sp__block {
    display: inline;
  }
}

@media screen and (max-width: 600px) {
  .c-sp__none {
    display: none;
  }
}

.c-md__block {
  display: none;
}
@media screen and (max-width: 999px) {
  .c-md__block {
    display: inline;
  }
}

@media screen and (max-width: 999px) {
  .c-md__none {
    display: none;
  }
}

.c-ttl01 {
  font-size: 35px;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  color: var(--blue);
}
@media screen and (max-width: 767px) {
  .c-ttl01 {
    font-size: 18px;
  }
}

.c-ttl02 {
  position: relative;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  color: var(--green);
  padding-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  .c-ttl02 {
    font-size: 18px;
  }
}
.c-ttl02::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 4em;
  height: 2px;
  background: var(--green);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

/* language
-------------------------------------*/
.p-language {
  position: fixed;
  top: 30px;
  right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  z-index: 10;
}
@media screen and (max-width: 599px) {
  .p-language {
    top: 15px;
    right: 15px;
  }
}
.p-language .p-language_ttl {
  font-size: 18px;
  font-weight: 500;
  color: var(--txt);
}
@media screen and (max-width: 767px) {
  .p-language .p-language_ttl {
    display: none;
  }
}
.p-language .p-language_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid var(--txt);
  border-radius: 10px;
  overflow: hidden;
}
.p-language .p-language_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  width: 80px;
}
@media screen and (max-width: 599px) {
  .p-language .p-language_list li {
    width: 50px;
  }
}
.p-language .p-language_list li span {
  display: block;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  color: #cccccc;
  width: 100%;
  height: 100%;
  background: var(--txt);
  padding: 0.5em;
}
@media screen and (max-width: 599px) {
  .p-language .p-language_list li span {
    font-size: 15px;
  }
}
.p-language .p-language_list li a {
  display: block;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--blue);
  text-decoration: none;
  width: 100%;
  height: 100%;
  background: #ffffff;
  padding: 0.25em;
}
@media screen and (max-width: 599px) {
  .p-language .p-language_list li a {
    font-size: 20px;
  }
}
@media (any-hover: hover) {
  .p-language .p-language_list li a:hover {
    color: #ffffff;
    background: var(--blue);
  }
}

/* mv
-------------------------------------*/
.p-mv {
  position: relative;
}

/* about
-------------------------------------*/
.p-about {
  position: relative;
  padding: 130px 5%;
}
@media screen and (max-width: 767px) {
  .p-about {
    padding: 60px 5%;
  }
}
.p-about .p-about_desc {
  text-align: center;
  max-width: 800px;
  margin: 1.5em auto 0;
}

/* schedule
-------------------------------------*/
.p-schedule {
  position: relative;
  background: var(--bg1);
  padding: 70px 5%;
}
@media screen and (max-width: 767px) {
  .p-schedule {
    padding: 50px 5%;
  }
}
.p-schedule .p-schedule_desc {
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  color: var(--green);
  max-width: 800px;
  margin: 1.5em auto 0;
}
@media screen and (max-width: 999px) {
  .p-schedule .p-schedule_desc {
    font-size: 22px;
  }
}
@media screen and (max-width: 600px) {
  .p-schedule .p-schedule_desc {
    font-size: 14px;
  }
}

/* timetable
-------------------------------------*/
.p-timetable {
  position: relative;
  padding: 150px 5% 170px;
}
@media screen and (max-width: 767px) {
  .p-timetable {
    padding: 50px 5%;
  }
}
.p-timetable .p-timetable_desc {
  text-align: center;
  max-width: 800px;
  margin: 1.5em auto 0;
}
.p-timetable .p-timetable_tbl {
  text-align: center;
  max-width: 1165px;
  margin: 70px auto 0;
}
@media screen and (max-width: 767px) {
  .p-timetable .p-timetable_tbl {
    margin-top: 30px;
  }
}
.p-timetable .p-timetable_tbl table {
  width: 100%;
  border-collapse: collapse;
}
.p-timetable .p-timetable_tbl table th:not(:last-child), .p-timetable .p-timetable_tbl table td:not(:last-child) {
  border-right: 1px dotted #96adbb;
}
.p-timetable .p-timetable_tbl table thead {
  background: var(--blue);
  background: linear-gradient(123deg, var(--blue) 0%, var(--green) 100%);
}
.p-timetable .p-timetable_tbl table thead th {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  color: #ffffff;
  background-color: transparent;
  padding: 0.75em 1em;
}
@media screen and (max-width: 999px) {
  .p-timetable .p-timetable_tbl table thead th {
    font-size: 16px;
  }
}
@media screen and (max-width: 600px) {
  .p-timetable .p-timetable_tbl table thead th {
    font-size: 12px;
  }
}
.p-timetable .p-timetable_tbl table tbody tr:nth-child(odd) {
  background: var(--bg1);
}
.p-timetable .p-timetable_tbl table tbody tr:nth-child(even) {
  background: rgba(var(--bg1), 0.3);
}
.p-timetable .p-timetable_tbl table tbody tr th, .p-timetable .p-timetable_tbl table tbody tr td {
  font-size: 22px;
  font-weight: 400;
  line-height: 1.6;
  text-align: center;
  padding: 0.75em 1em;
}
@media screen and (max-width: 999px) {
  .p-timetable .p-timetable_tbl table tbody tr th, .p-timetable .p-timetable_tbl table tbody tr td {
    font-size: 18px;
  }
}
@media screen and (max-width: 600px) {
  .p-timetable .p-timetable_tbl table tbody tr th, .p-timetable .p-timetable_tbl table tbody tr td {
    font-size: 10px;
  }
}
@media screen and (max-width: 600px) {
  .p-timetable .p-timetable_tbl table tbody tr td {
    width: 90px;
  }
}
.p-timetable .p-timetable_tbl table tbody tr a {
  color: var(--txt);
  text-decoration: underline;
}
@media (any-hover: hover) {
  .p-timetable .p-timetable_tbl table tbody tr a:hover {
    text-decoration: none;
  }
}

/* board
-------------------------------------*/
.p-board {
  position: relative;
  background: var(--bg1);
  padding: 70px 5%;
}
@media screen and (max-width: 767px) {
  .p-board {
    padding: 50px 5%;
  }
}
.p-board .p-board_desc {
  text-align: center;
  margin: 1.5em auto 0;
}

/* accommodation
-------------------------------------*/
.p-accommodation {
  position: relative;
  padding: 160px 5%;
}
@media screen and (max-width: 767px) {
  .p-accommodation {
    padding: 60px 5%;
  }
}
.p-accommodation .p-accommodation_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 45px 2%;
  max-width: 1275px;
  margin: 80px auto 0;
}
@media screen and (max-width: 767px) {
  .p-accommodation .p-accommodation_list {
    margin-top: 30px;
  }
}
.p-accommodation .p-accommodation_list .p-accommodation_list__item {
  width: 23.5%;
}
@media screen and (max-width: 999px) {
  .p-accommodation .p-accommodation_list .p-accommodation_list__item {
    width: 32%;
  }
}
@media screen and (max-width: 600px) {
  .p-accommodation .p-accommodation_list .p-accommodation_list__item {
    width: 49%;
  }
}
.p-accommodation .p-accommodation_list .p-accommodation_list__item a {
  color: var(--txt);
  text-align: center;
  text-decoration: none;
}
.p-accommodation .p-accommodation_list .p-accommodation_list__item a .item-thumb {
  width: 100%;
  aspect-ratio: 300/210;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-accommodation .p-accommodation_list .p-accommodation_list__item a .item-thumb {
    border-radius: 10px;
  }
}
.p-accommodation .p-accommodation_list .p-accommodation_list__item a .item-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-accommodation .p-accommodation_list .p-accommodation_list__item a .item-ttl {
  font-weight: 500;
  line-height: 1.4;
  margin-top: 1em;
}
.p-accommodation .p-accommodation_list .p-accommodation_list__item a .item-type {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
  margin-top: 0.5em;
}
@media screen and (max-width: 999px) {
  .p-accommodation .p-accommodation_list .p-accommodation_list__item a .item-type {
    font-size: 13px;
  }
}
@media screen and (max-width: 600px) {
  .p-accommodation .p-accommodation_list .p-accommodation_list__item a .item-type {
    font-size: 10px;
  }
}

/* info
-------------------------------------*/
.p-info {
  position: relative;
  background: var(--bg1);
  padding: 100px 5%;
}
@media screen and (max-width: 767px) {
  .p-info {
    padding: 60px 5%;
  }
}
.p-info .p-info_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 45px 2%;
  max-width: 1275px;
  margin: 80px auto 0;
}
@media screen and (max-width: 767px) {
  .p-info .p-info_list {
    margin-top: 30px;
  }
}
.p-info .p-info_list .p-info_list__item {
  width: 23.5%;
}
@media screen and (max-width: 999px) {
  .p-info .p-info_list .p-info_list__item {
    width: 32%;
  }
}
@media screen and (max-width: 600px) {
  .p-info .p-info_list .p-info_list__item {
    width: 49%;
  }
}
.p-info .p-info_list .p-info_list__item a {
  color: var(--txt);
  text-align: center;
  text-decoration: none;
}
.p-info .p-info_list .p-info_list__item a .item-img {
  width: 100%;
  aspect-ratio: 300/210;
  overflow: hidden;
}
.p-info .p-info_list .p-info_list__item a .item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-info .p-info_list .p-info_list__item a .item-ttl {
  font-weight: 500;
  line-height: 1.4;
  margin-top: 1em;
}
.p-info .p-info_list .p-info_list__item a .item-type {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
  margin-top: 0.5em;
}
@media screen and (max-width: 999px) {
  .p-info .p-info_list .p-info_list__item a .item-type {
    font-size: 13px;
  }
}
@media screen and (max-width: 600px) {
  .p-info .p-info_list .p-info_list__item a .item-type {
    font-size: 10px;
  }
}

/* lity
-------------------------------------*/
.lity-close {
  position: absolute;
  top: 50px;
  right: 40px;
  width: 50px;
  aspect-ratio: 1/1;
  text-indent: 100%;
  white-space: nowrap;
  text-shadow: none;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .lity-close {
    top: 15px;
    right: 10px;
    width: 20px;
  }
}
.lity-close::before, .lity-close::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 1px;
  background: var(--txt);
  pointer-events: none;
}
.lity-close::before {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.lity-close::after {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.lity-close:active {
  top: 50px;
}
@media screen and (max-width: 767px) {
  .lity-close:active {
    top: 15px;
  }
}

.c-modal01 {
  position: relative;
  background: #ffffff;
  width: 90vw;
  max-width: 1600px;
  max-height: 80vh !important;
  overflow: auto;
}
.c-modal01 .c-modal01__container {
  position: relative;
  width: 90%;
  max-width: 1300px;
  margin-inline: auto;
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .c-modal01 .c-modal01__container {
    padding: 60px 0;
  }
}
.c-modal01 .c-modal01__container .c-modal01_ttl {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  color: var(--blue);
}
@media screen and (max-width: 999px) {
  .c-modal01 .c-modal01__container .c-modal01_ttl {
    font-size: 30px;
  }
}
@media screen and (max-width: 600px) {
  .c-modal01 .c-modal01__container .c-modal01_ttl {
    font-size: 20px;
  }
}
.c-modal01 .c-modal01__container .c-modal01_station {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  color: var(--blue);
  margin-top: 1em;
}
@media screen and (max-width: 999px) {
  .c-modal01 .c-modal01__container .c-modal01_station {
    font-size: 16px;
  }
}
@media screen and (max-width: 600px) {
  .c-modal01 .c-modal01__container .c-modal01_station {
    font-size: 12px;
  }
}
.c-modal01 .c-modal01__container .c-modal01_station span {
  display: inline-block;
  padding: 0.5em 2em;
  border: 2px solid var(--blue);
  border-radius: 50px;
}
@media screen and (max-width: 767px) {
  .c-modal01 .c-modal01__container .c-modal01_station span {
    padding-inline: 1.5em;
  }
}
.c-modal01 .c-modal01__container .c-modal01__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px 5%;
  margin-top: 45px;
}
@media screen and (max-width: 767px) {
  .c-modal01 .c-modal01__container .c-modal01__inner {
    margin-top: 30px;
  }
}
.c-modal01 .c-modal01__container .c-modal01__inner .c-modal01_detail {
  width: 45%;
}
@media screen and (max-width: 999px) {
  .c-modal01 .c-modal01__container .c-modal01__inner .c-modal01_detail {
    width: 100%;
  }
}
.c-modal01 .c-modal01__container .c-modal01__inner .c-modal01_detail .c-modal01_img {
  width: 100%;
  aspect-ratio: 600/400;
  overflow: hidden;
}
.c-modal01 .c-modal01__container .c-modal01__inner .c-modal01_detail .c-modal01_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-modal01 .c-modal01__container .c-modal01__inner .c-modal01_detail .c-modal01_desc {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
  color: var(--txt);
  margin-top: 1em;
}
@media screen and (max-width: 999px) {
  .c-modal01 .c-modal01__container .c-modal01__inner .c-modal01_detail .c-modal01_desc {
    font-size: 14px;
  }
}
@media screen and (max-width: 600px) {
  .c-modal01 .c-modal01__container .c-modal01__inner .c-modal01_detail .c-modal01_desc {
    font-size: 12px;
  }
}
.c-modal01 .c-modal01__container .c-modal01__inner .c-modal01_info {
  width: 50%;
}
@media screen and (max-width: 999px) {
  .c-modal01 .c-modal01__container .c-modal01__inner .c-modal01_info {
    width: 100%;
  }
}
.c-modal01 .c-modal01__container .c-modal01__inner .c-modal01_info table {
  width: 100%;
  border-collapse: collapse;
}
.c-modal01 .c-modal01__container .c-modal01__inner .c-modal01_info table th:not(:last-child), .c-modal01 .c-modal01__container .c-modal01__inner .c-modal01_info table td:not(:last-child) {
  border-right: 1px dotted #96adbb;
}
.c-modal01 .c-modal01__container .c-modal01__inner .c-modal01_info table thead {
  background: var(--blue);
  background: linear-gradient(123deg, var(--blue) 0%, var(--green) 100%);
}
.c-modal01 .c-modal01__container .c-modal01__inner .c-modal01_info table thead th {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  text-align: left;
  color: #ffffff;
  background-color: transparent;
  padding: 0.75em 1em;
}
@media screen and (max-width: 999px) {
  .c-modal01 .c-modal01__container .c-modal01__inner .c-modal01_info table thead th {
    font-size: 16px;
  }
}
@media screen and (max-width: 600px) {
  .c-modal01 .c-modal01__container .c-modal01__inner .c-modal01_info table thead th {
    font-size: 12px;
  }
}
.c-modal01 .c-modal01__container .c-modal01__inner .c-modal01_info table tbody tr:nth-child(odd) {
  background: #f6f6f6;
}
.c-modal01 .c-modal01__container .c-modal01__inner .c-modal01_info table tbody tr th {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  color: var(--blue);
  text-align: center;
  width: 8em;
  padding: 0.75em 1em;
}
@media screen and (max-width: 999px) {
  .c-modal01 .c-modal01__container .c-modal01__inner .c-modal01_info table tbody tr th {
    font-size: 16px;
  }
}
@media screen and (max-width: 600px) {
  .c-modal01 .c-modal01__container .c-modal01__inner .c-modal01_info table tbody tr th {
    font-size: 12px;
  }
}
.c-modal01 .c-modal01__container .c-modal01__inner .c-modal01_info table tbody tr td {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: var(--txt);
  padding: 0.75em 1em;
}
@media screen and (max-width: 999px) {
  .c-modal01 .c-modal01__container .c-modal01__inner .c-modal01_info table tbody tr td {
    font-size: 14px;
  }
}
@media screen and (max-width: 600px) {
  .c-modal01 .c-modal01__container .c-modal01__inner .c-modal01_info table tbody tr td {
    font-size: 12px;
  }
}
.c-modal01 .c-modal01__container .c-modal01__inner .c-modal01_info table tbody tr td a {
  color: var(--blue);
  text-decoration: underline;
  word-break: break-all;
}
/*# sourceMappingURL=gurutto-bus.css.map */