@charset "utf-8";

/*===================
access
===================*/
.low-fv__txt {
  letter-spacing: 0;
}
.access .low__contentHead {
  border-bottom: none;
}

.access__ttl {
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  padding: 10px;
  margin-bottom: 10px;
}
.access_mcopy {
  font-size: 13px;
  line-height: 1.75;
  margin-bottom: 30px;
}
.access__imgwrap {
  width: 100%;
}

.ac_section {
  margin-bottom: 90px;
}
.ac_section.to-kushiro {
  margin-bottom: 83px;
}
.ac_secttl {
  font-size: 19px;
  font-weight: 700;
  line-height: 1.4;
  padding-left: 17px;
  margin-bottom: 10px;
  position: relative;
}
.ac_secttl span {
  display: inline-block;
}
.ac_secttl::before {
  content: "";
  width: 2px;
  height: 19px;
  display: block;
  border-radius: 1px;
  background-color: #152828;
  position: absolute;
  left: 0;
  top: 4px;
}

.ac_list {
  font-weight: 500;
  margin-bottom: 47px;
}

.ac_list li {
  border-bottom: 1px dashed #999;
  padding: 16px 0 16px;
}

.ac_dit {
  display: grid;
  grid-template-columns: 180px 130px 170px 1fr; /* 最後の列(.ac_txt)が可変 */
  column-gap: 20px;
  align-items: center;
  font-size: 13px;
  letter-spacing: 0.06em;
  padding-left: 1em;
}
.ac_name {
  white-space: nowrap;
  padding-left: 1em;
  position: relative;
  left: -1em;
}
.ac_name::before {
  content: "";
  display: block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #152828;
  position: absolute;
  top: 50%;
  left: 0;
  tranform: translateY(-50%);
}

.ac_time {
  white-space: nowrap;
}

.ac_comp {
  white-space: nowrap;
}

.ac_txt {
}

/*airline_about*/
.ac_sttl {
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin-bottom: 20px;
  padding-left: 1em;
  position: relative;
}
.ac_sttl::before {
  content: "";
  display: block;
  width: 11px;
  height: 1px;
  background-color: #152828;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.airline_list {
  display: flex;
  /*justify-content:space-between;*/
  gap: 2.8%;
  margin-bottom: 20px;
}
.airline_list > * {
  width: calc((100% - 60px) / 4);
  max-width: 209px;
  max-height: 78px;
  aspect-ratio: 209 / 78;
}
.airline_list a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  background-color: #fff;
  border: 1px solid #b3b3b3;
}
.airline_list a img {
  max-width: 113px;
}
.airline_note {
  font-size: 13px;
  line-height: 1.75;
}

/*access_hokkaido*/
#access_hokkaido .access__imgwrap {
  max-width: 727px;
  margin: 0 auto 20px;
}
#access_hokkaido .ac_section.to-cts {
}
#access_hokkaido .ac_section.to-cts .ac_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#access_hokkaido .ac_section.to-cts .ac_list li {
  width: calc((100% - 20px) / 2);
  max-width: 413px;
}

/*access_akanko*/
#access_akanko .access__imgwrap {
  padding-top: 48px;
  margin-bottom: 68px;
}

.by_airport .ac_secttl {
  margin-bottom: 25px;
}

.ac_access-chart {
  padding: 22px 32px;
  background-color: #e6e6e6;
  margin-bottom: 23px;
}
.access-chart_in {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  position: relative;
}
.access-chart_in::before {
  content: "";
  display: block;
  width: 80%;
  height: 1px;
  border-bottom: 1px dashed #b3b3b3;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
}
.place＿name {
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 116px;
  height: 47px;
  border: 1px solid #ccc;
  background-color: #fff;
  position: relative;
  z-index: 1;
}

/*access_method*/
.access_method {
  padding: 34px 28px;
  border: 1px solid #999;
  margin-bottom: 23px;
}
.access_method-type02 {
  margin-bottom: 70px;
}
.ac_method_ttl {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.06em;
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 5px;
  margin-bottom: 20px;
  border-bottom: 1px dashed #b3b3b3;
}
.ac_method_ttl--sml {
  font-size: 12px;
  font-weight: 400;
  display: inline-block;
  line-height: 1.55;
  letter-spacing: 0.06em;
}
.ac_icon {
}
.ac_detail_wrap {
}
.ac_detail_wrap .ac_detail_list {
  display: flex;
  flex-wrap: wrap;
  gap: 13px 2em;
}
.ac_detail_wrap .ac_detail_list > * {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  display: flex;
  align-items: center;
  gap: 10px;
}
.ac_detail_wrap .ac_detail_list span {
  display: inline-block;
}
.ac_detail_wrap .list_label {
  word-break: keep-all;
}
.ac_detail_wrap .bkline {
  font-size: 16px;
  color: #fff;
  padding: 4px 7px;
  background-color: #152828;
}
.ac_detail_wrap .note_txt {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.75;
}
.ac_detail_wrap .note_txt--sml {
  font-size: 12px;
}
.ac_detail_wrap .ac_detail_list .note_txt {
  font-weight: 500;
}

.reserv_wrap {
  padding: 28px;
  margin-bottom: 35px;
}
.reserv_bgb {
  background-color: #e9e4dd;
}
.reserv_bgw {
  background-color: #fff;
  margin-bottom: 34px;
}
.resev_ttl {
  font-size: 17px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 28px;
}
.resev_ttl span {
  padding: 0 42px;
  position: relative;
}
.resev_ttl span::before,
.resev_ttl span::after {
  content: "";
  display: block;
  width: 24px;
  height: 4px;
  background: url(../imgs/access/resev_ttl_dot.svg) 0 0 no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.resev_ttl span::before {
  left: 0;
}
.resev_ttl span::after {
  right: 0;
}
.reserv_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.reserv_list_item {
  width: calc((100% - 40px) / 3);
  max-width: 294px;
  min-width: 180px;
}
.reserv_txt {
  font-size: 11px;
  font-weight: 500;
  text-align: center;
  padding: 8px 0;
}

/*新千歳空港*/

.route_txt {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  padding: 15px 0 15px 10px;
  position: relative;
}
.route_txt::before {
  content: "";
  display: block;
  width: 8px;
  height: 9px;
  background: url(../imgs/access/arrow_r.svg) 0 0 no-repeat;
  position: absolute;
  top: 52%;
  left: 0;
  transform: translateY(-50%);
}

.ac_access-chart_sml {
  padding: 20px 32px;
  background-color: #e6e6e6;
  margin-bottom: 16px;
}
.ac_access-chart_sml .access-chart_in {
  align-items: center;
}
.ac_access-chart_sml .route_name {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.06em;
  word-break: keep-all;
  padding: 15px;
  border: 1px solid #ccc;
  background-color: #fff;
  position: relative;
  z-index: 1;
}
.ac_access-chart_sml .route_line {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: #fff;
  padding: 5px 15px;
  border-radius: 3px;
  background-color: #152828;
  position: relative;
  z-index: 1;
}

/*by_city*/
.by_city .ac_secttl {
  margin-bottom: 25px;
}
.cit_title {
  font-weight: 500;
  font-size: 16px;
  padding-left: 1em;
  margin-bottom: 10px;
  position: relative;
}
.cit_title::before {
  content: "";
  display: block;
  width: 11px;
  height: 1px;
  background-color: #152828;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.cit_list li {
  font-size: 14px;
  font-weight: 500;
  padding: 20px 0;
}
.cit_list li:not(:last-child) {
  border-bottom: 1px dashed #999;
}
.cit_list li:last-child {
  padding-bottom: 0;
}
.cit_dit {
  display: grid;
  grid-template-columns: 106px 160px 1fr; /* 左:アイコン, 中:交通手段, 右:説明 */
  column-gap: 20px;
  align-items: center;
}
.cit_icon {
  display: flex;
  gap: 10px;
}
.cit_way {
  font-weight: 500;
  white-space: nowrap;
}
.cit_time {
}
.sightseeing-bus__ttl {
  margin-bottom: 39px;
  line-height: 1.4;
}
.sightseeing__titleWrap {
  position: relative;
}
.sightseeing__title {
  max-width: 700px;
  width: 75%;
}
.sightseeing__btn {
  width: 134px;
  position: absolute;
  top: -13px;
  right: 0;
}
.sightseeing__btnLink {
  display: block;
  width: 100%;
  padding: 13px 11px;
  background: #152828;
  border: 1px solid #152828;
  border-radius: 999px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  transition: 0.3s;
}
.sightseeing__btnLink:hover {
  background: #fff;
  color: #152828;
}
.sightseeing__dl {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.sightseeing__dt {
  width: 170px;
  padding-right: 10px;
  font-weight: 500;
  line-height: 1.75;
}
.sightseeing__dd {
  flex: 1;
  line-height: 1.75;
}
.sightseeing__dd span {
  display: inline-block;
}

@media screen and (max-width: 1100px) {
  .ac_dit {
    grid-template-columns: 140px 90px 112px 1fr;
  }
  .ac_access-chart_sml {
    padding: 20px 10px;
  }
}

@media screen and (max-width: 750px) {
  #access_hokkaido .ac_section.to-cts .ac_list {
    display: block;
  }
  #access_hokkaido .ac_section.to-cts .ac_list li {
    width: 100%;
    max-width: 100%;
  }

  .ac_access-chart_sml .access-chart_in {
    flex-direction: column;
    gap: 30px 0;
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
  }
  .ac_access-chart_sml .access-chart_in::before {
    content: "";
    display: block;
    width: 1px;
    height: 80%;
    border-bottom: none;
    border-left: 1px dashed #b3b3b3;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 0;
  }
  .ac_access-chart_sml .access-chart_in > * {
    text-align: center;
  }
  .ac_access-chart_sml .route_name {
    width: 100%;
  }

  .ac_detail_wrap .bkline {
    font-size: 13px;
  }
  .access_method {
    padding: 34px 10px;
  }
  .sightseeing__btn {
    width: 107px;
    position: static;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .sightseeing__btnLink {
    padding: 8px 11px;
  }
  .sightseeing__title {
    width: 100%;
  }
  .sightseeing__dt {
    width: 80px;
  }
}

@media screen and (max-width: 640px) {
  .ac_dit {
    display: block;
  }
  .ac_dit > * {
    line-height: 1.75;
  }
}

@media screen and (max-width: 600px) {
  .airline_list {
    flex-wrap: wrap;
    gap: 20px 20px;
  }
  .airline_list > * {
    width: calc((100% - 20px) / 2);
  }

  .cit_dit {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 10px;
  }
  .cit_time {
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .resev_ttl-type02 span {
    padding: 0;
  }
  .resev_ttl-type02 span::before {
    left: -35px;
  }
  .resev_ttl-type02 span::after {
    right: -61px;
  }
}
