@charset "UTF-8";
#tokyo_salon {
  margin-top: -90px;
  padding-top: 90px;
}

.access {
  padding-top: 125px;
}

.access img {
  max-width: 100%;
  height: auto;
}

.access .main_tit {
  float: none;
  text-align: center;
  margin-bottom: 50px;
}

.access .access_area {
  width: 960px;
  margin: 0 auto 74px;
  overflow: hidden;
}

.access .sec_tit {
  font-size: 16px;
  line-height: 22px;
  /* letter-spacing: 0.02rem; */
  margin-bottom: 24px;
  color: #2E2E2E;
}

.access .map {
  margin-bottom: 60px;
}

.access .map .map_link {
  font-size: 12px;
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
  text-decoration: underline;
  text-align: center;
}

.access .map .map_link:after {
  content: "";
  display: inline-block;
  background-image: url(../img/access/ico_link.png);
  width: 14px;
  height: 14px;
  margin-left: 6px;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}

.access .map .map_link:hover {
  opacity: 0.7;
}

.parking {
  clear: both;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 26px;
}

.parking .parking_title {
  width: 560px;
}

.parking .parking_title .sec_tit {
  margin-bottom: 16px;
}

.access .info {
  margin-bottom: 36px;
  width: 465px;
  float: left;
}

.access .info + .info {
  margin-left: 30px;
}

.access .info .info_table {
  font-size: 0;
  display: table;
  border-top: 1px solid #8d8d8d;
  border-bottom: 1px solid #8d8d8d;
}

.access .info .info_table + .info_table {
  border-top: none;
}

.access .info .info_table dt {
  display: table-cell;
  vertical-align: middle;
  color: #555;
  width: 80px;
  height: 79px;
  text-align: center;
  background-color: #f5f2f5;
  font-size: 12px;
  line-height: 27px;
  padding: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.access .info .info_table dd {
  display: table-cell;
  vertical-align: middle;
  color: #555;
  width: 385px;
  font-size: 12px;
  line-height: 27px;
  padding-left: 20px;
  background-color: #FFF;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.access .info .access_table {
  background-color: #F5F2F5;
  display: table;
  width: 100%;
}

.access .info .access_table + .access_table {
  margin-top: 5px;
}

.access .info .access_table dt {
  color: #555;
  display: table-cell;
  width: 80px;
  background-color: #e6dee4;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  padding: 8px 4px;
  vertical-align: middle;
}

.access .info .access_table dd {
  color: #555;
  margin: 0 10px;
  display: block;
  /* border-bottom: 1px solid #c0adbd; */
  vertical-align: middle;
}

.access .info .access_table dd:last-child {
  border-bottom: none;
}

.access .info .access_table dd .in_th,
.access .info .access_table dd .in_td {
  display: inline-block;
  vertical-align: middle;
}

.access .info .access_table dd .in_th img {
  width: 50px;
}

.access .info .access_table dd .in_td {
  font-size: 13px;
  line-height: 21px;
  padding: 10px;
}

.access .info .access_table dd .in_td .access_note {
  margin-top: 6px;
  display: flex;
  gap: 5px;
}

.access .info .access_table dd .in_td .access_note::before {
  content: "※";
}

.access .tokyo .info .sec_tit,
.access .sapporo .info .sec_tit {
  height: 44px;
  display: flex;
  align-items: flex-end;
}

.access .tokyo {
  margin-bottom: 0;
}

.access .tokyo .info .info_table dt {
  height: 68px;
}

.access .tokyo .info .access_table dt {
  width: 80px;
  text-align: center;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.access .tokyo .info .access_table dd {
  margin: 12px 10px;
}

.access .tokyo .info .access_table .in_th {
  width: 50%;
  text-align: right;
}

.access .caption {
  width: 650px;
  margin: 0 auto;
  text-align: center;
  padding: 10px 30px;
  font-size: 12px;
  line-height: 17px;
  letter-spacing: 0.06rem;
  background-color: #E0DFDB;
}

.access .fair_bt {
  clear: both;
  text-align: center;
  width: 260px;
  margin: 0 auto 80px;
  border: 2px solid #3B0032;
  background-color: #3b0032;
  padding: 10px;
  cursor: pointer;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -ms-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.access .fair_bt a {
  color: #FFF;
  text-decoration: none;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -ms-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
}

.access .fair_bt:hover {
  background-color: #FFF;
}

.access .fair_bt:hover a {
  color: #3b0032;
}

.access .fair_bt:after {
  content: "";
  display: inline-block;
  background-image: url(../img/access/ico_link.png);
  width: 14px;
  height: 14px;
  margin-left: 6px;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}

@media only screen and (max-width: 720px) {
  #tokyo_salon {
    margin-top: 0px;
    padding-top: 0px;
  }
  .access {
    padding-top: 78px;
  }
  .access img {
    max-width: 100%;
    height: auto;
  }
  .access .main_tit {
    float: none;
    text-align: center;
    margin-bottom: 50px;
  }
  .access .main_tit img.pc_hide {
    width: 100px;
    display: inline-block;
  }
  .access .access_area {
    width: auto;
    padding: 0 15px;
    margin-bottom: 50px;
  }
  .access .sec_tit {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.02rem;
    margin-bottom: 16px;
    color: #2E2E2E;
  }
  .access .map {
    margin-bottom: 40px;
  }
  .access .map .map_link {
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
    text-decoration: underline;
    text-align: center;
  }
  .access .map .map_link:after {
    content: "";
    display: inline-block;
    background-image: url(../img/access/ico_link.png);
    width: 14px;
    height: 14px;
    margin-left: 6px;
    -webkit-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
  }
  .parking {
    margin-bottom: 36px;
  }
  .parking .parking_title {
    width: 100%;
  }
  .access .tokyo .info .sec_tit,
  .access .sapporo .info .sec_tit {
    height: auto;
  }
  .access .tokyo .info .info_table dd {
    padding: 13px 0 13px 10px;
  }
  .access .info {
    margin-bottom: 36px;
    margin-left: 0;
    width: auto;
    float: none;
  }
  .access .info + .info {
    margin-left: 0;
  }
  .access .info .info_table {
    display: block;
  }
  .access .info .info_table dt {
    background-color: #f5f2f5;
    font-size: 12px;
    line-height: 27px;
    padding: 8px 4px;
    display: block;
    width: 100%;
    height: auto;
    text-align: left;
  }
  .access .info .info_table dd {
    font-size: 12px;
    line-height: 27px;
    padding: 8px 4px;
    background-color: #FFF;
    width: 100%;
    border-top: none;
  }
  .access .info .access_table {
    background-color: #F5F2F5;
  }
  .access .info .access_table + .access_table {
    margin-top: 5px;
  }
  .access .info .access_table dt {
    background-color: #e6dee4;
    font-size: 12px;
    line-height: 27px;
    text-align: center;
    padding: 8px 4px;
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .access .info .access_table dd {
    width: 96%;
    margin: 0 auto;
    display: table;
    border-bottom: 1px solid #c0adbd;
  }
  .access .info .access_table dd:last-child {
    border-bottom: none;
  }
  .access .info .access_table dd .in_th,
  .access .info .access_table dd .in_td {
    display: table-cell;
    vertical-align: middle;
  }
  .access .info .access_table dd .in_th {
    width: 20%;
  }
  .access .info .access_table dd .in_th img {
    width: 50px;
    padding: 10px 0;
  }
  .access .info .access_table dd .in_td {
    font-size: 13px;
    line-height: 27px;
    padding: 10px;
  }
  .access .tokyo .info .info_table dt {
    padding: 8px 4px;
    text-align: left;
    height: auto;
  }
  .access .tokyo .info .access_table dt {
    width: 100%;
    padding: 8px 4px;
    text-align: center;
  }
  .access .tokyo .info .access_table dd {
    margin: 0;
  }
  .access .tokyo .info .access_table .in_th {
    width: 50%;
    text-align: right;
  }
  .access .caption {
    width: auto;
    padding: 10px 30px;
    font-size: 11px;
    line-height: 18px;
    letter-spacing: 0.06rem;
    background-color: #E0DFDB;
    text-align: left;
  }
  .access .fair_bt {
    text-align: center;
    background-color: #3b0032;
    padding: 8px;
    width: 70%;
    margin: 0 auto 80px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
  }
  .access .fair_bt a {
    color: #FFF;
  }
  .access .fair_bt a.pc_hide {
    display: inline-block;
  }
  .access .fair_bt a.sp_hide {
    display: none;
  }
  .access .fair_bt:after {
    content: "";
    display: inline-block;
    background-image: url(../img/access/ico_link.png);
    width: 14px;
    height: 14px;
    margin-left: 6px;
    -webkit-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
  }
}

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