@charset "utf-8";
/* dlight */
.dm {}

/* SMARTPHONE
================================================== */
@media screen and (max-width: 768px) {
  
  .page--header {
    margin: 0 auto 60px;
  }
  
  #acc-info {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 81.3%;
    margin: 0 auto 60px;
  }
  
  .acc-info--addmap {
    position: relative;
    margin-bottom: 15px;
  }
  .acc-info--gmap {
    white-space: nowrap;
    margin-bottom: 10px;
    line-height: 1;
  }
  .acc-info--gmap a {
    display: flex;
    align-items: center;
  }
  .acc-info--gmap span {
    display: inline-block;
    padding-top: 5px;
  }
  .acc-info--gmap span img {
    width: 16px;
  }
  
  .acc-info--salon-contact {
    margin-bottom: 30px;
  }
  .acc-info--salon-data table {
    border-collapse: collapse;
  }
  .acc-info--salon-data table th,
  .acc-info--salon-data table td {
    display: block;
    width: 100%;
    font-size: 1.1rem;
  }
  .acc-info--salon-data table th {
    font-weight: normal;
    text-align: left;
    vertical-align: top;
    white-space: nowrap;
  }
  .acc-info--salon-data table td {
    padding-bottom: 15px;
  }
  
  
  #acc-spec {
    width: 81.3%;
    margin: auto;
  }
  #acc-spec .sec--tt-en {
    letter-spacing: 0.05em;
    margin-bottom: 15px;
  }
  .acc-spec--table {
    border-collapse: collapse;
    border-top: 1px solid #707070;
    border-left: 1px solid #707070;
    width: 100%;
  }
  .acc-spec--table th,
  .acc-spec--table td {
    padding: 12px;
  }
  .acc-spec--table th {
    font-weight: normal;
    text-align: left;
    letter-spacing: 0.1em;
    display: block;
    width: 100%;
    background-color: #F0EDE6;
    border-right: 1px solid #707070;
  }
  .acc-spec--table td {
    display: block;
    width: 100%;
    border-bottom: 1px solid #707070;
    border-right: 1px solid #707070;
  }
  .acc-spec--table-setsubi ul {
    display: flex;
    flex-wrap: wrap;
  }
  .acc-spec--table-setsubi li {
    width: 33.3333%;
  }
  .acc-spec--table-capa {
    display: flex;
    flex-wrap: wrap;
  }
  
}

/* DESKTOP
================================================== */
@media screen and (min-width: 769px), print {
  
  #acc-info {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 850px;
    margin: 0 auto 60px;
  }
  
  .acc-info--addmap {
    position: relative;
    margin-bottom: 30px;
  }
  .acc-info--gmap {
    white-space: nowrap;
    /*! margin-left: 20px; */
    margin-bottom: 10px;
    line-height: 1;
  }
  .acc-info--gmap a {
    display: flex;
    align-items: center;
  }
  .acc-info--gmap span {
    display: inline-block;
    padding-top: 5px;
  }
  .acc-info--gmap span img {
    width: 16px;
  }
  
  .acc-info--salon-contact {
    display: flex;
    margin-bottom: 30px;
  }
  .acc-info--salon-contact-mail {
    margin-left: 1em;
  }
  
  .acc-info--salon-data table th {
    font-weight: normal;
    vertical-align: top;
  }
  
  
  #acc-spec {
    width: 850px;
    margin: auto;
  }
  #acc-spec .sec--tt-en {
    letter-spacing: 0.05em;
    margin-bottom: 15px;
  }
  .acc-spec--table {
    border-collapse: collapse;
    border-top: 1px solid #8D7E66;
    border-left: 1px solid #8D7E66;
    width: 100%;
  }
  .acc-spec--table > tbody > tr:last-child th {
    border-bottom: 1px solid #8D7E66;
  }
  .acc-spec--table th,
  .acc-spec--table td {
    padding: 12px;
  }
  .acc-spec--table th {
    font-weight: normal;
    text-align: right;
    color: #FFF;
    letter-spacing: 0.1em;
    width: 180px;
    background-color: #8D7E66;
    border-bottom: 1px solid #EEEDE9;
  }
  .acc-spec--table td {
    border-right: 1px solid #8D7E66;
    border-bottom: 1px solid #8D7E66;
  }
  .acc-spec--table-setsubi ul {
    display: flex;
    flex-wrap: wrap;
  }
  .acc-spec--table-setsubi li {
    width: 33.3333%;
  }
  .acc-spec--table-capa {
    display: flex;
    flex-wrap: wrap;
  }
  .acc-spec--table-capa ul {
    width: 40%;
  }

}
