@charset "UTF-8";
body {
  counter-reset: number 0;
  /* number のカウンタを 0 にセット */
}

#access .main .mv {
  background: no-repeat url("../../../common/img/room_01.jpg");
  background-position-y: 60%;
  position: relative;
  height: 350px;
  padding: 0 20px;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  background-size: cover;
}
#access .main .mv .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: calc(50% + 50px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  max-width: 500px;
  width: 100%;
  padding: 20px;
  background-color: #fff;
  border-bottom: 2px solid #6bb8ef;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 16px -10px #172d4e;
          box-shadow: 0px 0px 16px -10px #172d4e;
}
#access .main .mv .wrap .ttl {
  font-size: 2.8rem;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  letter-spacing: 6px;
}
#access .main .mv .wrap p {
  font-size: 1.4rem;
  color: #6bb8ef;
  font-family: canada-type-gibson, sans-serif;
}
#access .main .access > .container {
  padding-top: 50px;
}
#access .main .access section {
  padding-top: 20px;
  padding-bottom: 0;
}
#access .main .access .ttl {
  font-size: clamp(2rem, 1.3rem + 0.9vw, 2.8rem);
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media screen and (max-width: 1024px) {
  #access .main .access .ttl {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
#access .main .access .ttl::before {
  content: "";
  max-width: 100px;
  width: 12vw;
  height: 1px;
  display: inline-block;
  background: #2a6acb;
}
#access .main .access .des {
  margin-top: 20px;
}
#access .main .access .root_train .root_lists {
  margin-top: 40px;
}
#access .main .access .root_train .root_lists .root_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  #access .main .access .root_train .root_lists .root_list {
    gap: 10px;
  }
}
#access .main .access .root_train .root_lists .root_list .root_img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
#access .main .access .root_train .root_lists .root_list .root_img img {
  position: relative;
  z-index: 0;
}
#access .main .access .root_train .root_lists .root_list .root_img::before {
  counter-increment: number 1;
  content: counter(number) " ";
  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: 48px;
  height: 48px;
  background-color: #1b2e50;
  border: 2px solid #fff;
  color: #fff;
  font-size: 2.8rem;
  font-weight: bold;
  position: absolute;
  top: -20px;
  left: -20px;
  z-index: 30;
}
@media screen and (max-width: 768px) {
  #access .main .access .root_train .root_lists .root_list .root_img::before {
    top: -10px;
    left: -10px;
  }
}
#access .main .access .root_train .root_lists .root_list .root_des {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
@media screen and (max-width: 768px) {
  #access .main .access .root_train .root_lists .root_list .root_des {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
#access .main .access .root_car .root_lists {
  margin-top: 40px;
  counter-reset: number 0;
}
#access .main .access .root_car .root_lists .root_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  #access .main .access .root_car .root_lists .root_list {
    gap: 10px;
  }
}
#access .main .access .root_car .root_lists .root_list .root_img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
#access .main .access .root_car .root_lists .root_list .root_img img {
  position: relative;
  z-index: 0;
}
#access .main .access .root_car .root_lists .root_list .root_img::before {
  counter-increment: number 1;
  content: counter(number) " ";
  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: 48px;
  height: 48px;
  background-color: #1b2e50;
  border: 2px solid #fff;
  color: #fff;
  font-size: 2.8rem;
  font-weight: bold;
  position: absolute;
  top: -20px;
  left: -20px;
  z-index: 30;
}
@media screen and (max-width: 768px) {
  #access .main .access .root_car .root_lists .root_list .root_img::before {
    top: -10px;
    left: -10px;
  }
}
#access .main .access .root_car .root_lists .root_list .root_des {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
@media screen and (max-width: 768px) {
  #access .main .access .root_car .root_lists .root_list .root_des {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
#access .main .access .root_car .cars_stalists {
  margin-top: 40px;
}
#access .main .access .root_car .cars_stalists .car_stalist {
  margin-top: 10px;
}
#access .main .access .address .container {
  padding-bottom: 0;
}
#access .main .access .address .map {
  margin-top: 60px;
  margin-top: 0;
}
#access .main .access .address .map iframe {
  width: 100%;
  height: 660px;
}
#access .main .access .address .map .des {
  width: 80%;
  margin: 40px auto 0;
}
@media screen and (max-width: 425px) {
  #access .main .access .address .map .des {
    width: 100%;
    margin: 20px auto 0;
  }
}
#access .main .access .address .ac {
  margin-top: 100px;
  width: 100%;
  border-bottom: 1px solid #2a6acb;
}
#access .main .access .address .ac tr {
  border-top: 1px solid #2a6acb;
}
#access .main .access .address .ac tr th,
#access .main .access .address .ac tr td {
  padding: 15px;
}
@media screen and (max-width: 1024px) {
  #access .main .access .address .ac tr th,
  #access .main .access .address .ac tr td {
    display: block;
    width: 100%;
  }
}
#access .main .access .address .ac tr th {
  width: 200px;
}
@media screen and (max-width: 1024px) {
  #access .main .access .address .ac tr th {
    display: block;
    width: 100%;
    border-bottom: 1px solid rgba(107, 184, 239, 0.3019607843);
  }
}/*# sourceMappingURL=index.css.map */