@charset "UTF-8";
.intro {
  line-height: 2.36111;
  font-size: 1.6rem;
  margin: 0 0 50px;
}

.download {
  max-width: 287px;
  margin: 0 auto 50px;
}

.downloadPic {
  margin: 0 0 16px;
}

.downloadLink {
  background-color: #5bcfba;
  text-align: center;
  text-decoration: none;
  padding: 15px;
  color: #fff;
  display: block;
  border-radius: 5px;
}

.consul {
  background-color: #f4fafb;
  padding: 40px 25px;
}

.consulTitle {
  font-size: 2rem;
  line-height: 1.4;
  margin: 0 auto 25px;
  width: fit-content;
  position: relative;
  z-index: 2;
}
.consulTitle::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  height: 10px;
  width: 100%;
  background-color: #faff00;
  transform: translateX(-50%);
  z-index: -1;
}

.consulText {
  margin: 0 auto;
  max-width: 980px;
}

.telTable {
  width: 100%;
  border-left: 1px solid #c8c8c8;
  border-top: 1px solid #c8c8c8;
}

.telTableHead {
  border-right: 1px solid #c8c8c8;
  border-bottom: 1px solid #c8c8c8;
  background-color: #f5f5f5;
  display: block;
  padding: 10px;
}

.telTableDetail {
  border-right: 1px solid #c8c8c8;
  border-bottom: 1px solid #c8c8c8;
  display: block;
  padding: 10px;
}

.telTableNumberWrap {
  display: flex;
  align-items: center;
  gap: 0 30px;
  white-space: nowrap;
  flex-wrap: wrap;
}

.telTableNumber {
  display: flex;
}

.telTableNumbeDetail {
  font-weight: bold;
}

.red {
  color: #d71e1e;
  font-weight: bold;
  display: flex;
  align-items: baseline;
  margin: 20px 0 0;
}
.red::before {
  content: "※";
  flex-shrink: 0;
  margin: 0 5px 0 0;
}

.tel {
  background-color: #f5f5f5;
  padding: 15px;
  width: fit-content;
  min-width: 350px;
  margin: 0 0 40px;
}

.telTitle {
  display: block;
  margin: 0 0 4px;
}

.telNumber {
  display: flex;
  align-items: center;
}

.telNumberTitle {
  color: #083e8e;
  font-weight: bold;
  margin: 0 7px 0 0;
}

.telNumberMain {
  font-size: 1.6rem;
  color: #083e8e;
  font-weight: bold;
  line-height: 1.25;
}

.require {
  margin: 0 0 40px;
}

.requireIcon {
  width: 45px;
  height: 20px;
  background-color: #d71e1e;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  border-radius: 100px;
  margin: 0 10px 0 0;
}

.requireText {
  color: #d71e1e;
}

@media (min-width: 960px){
  .intro {
    font-size: 1.8rem;
    text-align: center;
    margin: 0 0 100px;
  }
  .download {
    margin: 0 auto 100px;
  }
  .consul {
    padding: 87px 25px 80px;
  }
  .consulTitle {
    font-size: 3rem;
    text-align: center;
    margin: 0 auto 44px;
  }
  .telTableHead {
    display: table-cell;
    vertical-align: top;
    padding: 15px 20px;
    width: 280px;
  }
  .telTableDetail {
    vertical-align: top;
    display: table-cell;
    padding: 15px 20px;
  }
  .tel {
    padding: 20px;
    margin: 0 0 70px;
  }
  .telNumberMain {
    font-size: 2.4rem;
  }
  .requireIcon {
    font-size: 14px;
    width: 58px;
    height: 26px;
  }
}

/*# sourceMappingURL=tourism.css.map*/