@media print, all and (min-width: 751px) {
  .is-hidden_pc {
    display: none;
  }
}
@media print, all and (max-width: 750px) {
  .is-hidden_sp {
    display: none;
  }
}
#contact-access {
  max-width: 840px;
  margin: 0 auto 120px;
}
#contact-access dl {
  margin-bottom: 54px;
}
#contact-access dl dt {
  float: left;
  clear: left;
  border: solid 1px #223761;
  font-weight: bold;
  width: 160px;
  box-sizing: border-box;
  text-align: center;
  padding: 3px;
}
#contact-access dl dd {
  padding: 3px;
  padding-left: 182px;
  margin-bottom: 33px;
}
#contact-access dl dd:last-of-type {
  margin-bottom: 0;
}
#contact-access .map {
  margin-left: 25px;
}

#contact-floormap .table {
  border-top: solid 1px #223761;
}
#contact-floormap .table tr {
  border-bottom: solid 1px #223761;
}
#contact-floormap .table tr th {
  text-align: center;
  width: 160px;
}
#contact-floormap .table tr .floor {
  font-size: 131.25%;
  background: rgba(191, 183, 127, 0.1);
  width: 102px;
  font-family: "Cinzel", serif;
  text-align: center;
  box-sizing: border-box;
  padding-left: 0px;
  padding-right: 0px;
}
#contact-floormap .table tr td {
  padding: 14px 10px 14px 30px;
}
#contact-floormap ul li {
  text-indent: -1em;
  padding-left: 1em;
}

#contact-mail .inner {
  text-align: center;
}
#contact-mail .inner .mail img {
  vertical-align: middle;
  margin-right: 6px;
}

@media all and (min-width: 751px) {
  body.contact #title {
    background-image: url(../images/contact/title-bg.jpg);
  }
  /* INDEX */
}
@media only screen and (max-width: 750px) {
  body.contact #title {
    background-image: url(../images/contact/title-bg_sp.jpg);
  }
  /* INDEX */
  #contact-access {
    max-width: 100%;
    margin-bottom: 80px;
  }
  #contact-access dl {
    margin-bottom: 20px;
  }
  #contact-access dl dt {
    width: 100%;
  }
  #contact-access dl dd {
    padding: 10px;
    padding-top: 40px;
  }
  #contact-access dl dd:last-of-type {
    margin-bottom: 0;
  }
  #contact-access .map {
    margin-left: 0px;
  }
  #contact-floormap .table {
    border-top: none;
    border-bottom: solid 1px #223761;
    display: block;
    width: 100%;
  }
  #contact-floormap .table tr,
  #contact-floormap .table th,
  #contact-floormap .table td {
    display: block;
    width: 100%;
  }
  #contact-floormap .table tr {
    border: none;
    padding: 10px;
  }
  #contact-floormap .table tr:has(th) {
    border-top: solid 1px #223761;
  }
  #contact-floormap .table tr th {
    font-weight: bold;
    text-align: left;
    width: auto;
    margin-bottom: 10px;
  }
  #contact-floormap .table tr .floor {
    width: 80px;
    padding: 0;
  }
  #contact-floormap .table tr td {
    padding: 5px 0px;
  }
}
