@charset "UTF-8";
/* --------------------------------------------

FileName    :    strict.css

-------------------------------------------- */
/* ===================================

    header

=================================== */
#header {
  width: 100%;
  min-width: 320px;
  height: 90px;
  padding: 25px 30px;
  background-color: #fff;
}

#header:after {
  content: "";
  display: block;
  clear: both;
}

#header .logo {
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
}

#header .logo .logo_in {
  position: relative;
  padding-top: 2.83%;
}

#header .logo .logo_in svg {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

#header .logo .logo_in svg .cls-1 {
  fill: #b4276c;
}

#header .logo .logo_in svg .cls-2 {
  fill: #766e63;
}

#header .back {
  display: inline-block;
  position: relative;
  float: left;
  padding-left: 15px;
  margin-top: 5px;
  font-weight: 700;
  color: #a5769a;
}

#header .back:before {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
  width: 16px;
  height: 16px;
  transform: scale(1, 0.6) rotate(-45deg);
  border-top: 3px solid #a5769a;
  border-left: 3px solid #a5769a;
}

@media screen and (max-width: 768px) {
  #header .back:before {
    top: 5px;
    width: 12px;
    height: 12px;
  }
}

@media screen and (max-width: 768px) {
  #header {
    height: 60px;
    padding: 15px 20px;
    text-align: center;
  }
  #header .logo {
    float: none;
    max-width: 160px;
    margin: auto;
  }
  #header .inner {
    position: static;
  }
  #header .back {
    position: absolute;
    top: 0;
    left: 0;
    padding-left: 10px;
    margin: 20px 0 0 15px;
    font-size: 12px;
    font-size: 0.85714rem;
  }
  #header .back:before {
    top: 3px;
    width: 12px;
    height: 12px;
  }
}

/* ===================================

    footer

=================================== */
#footer .contact {
  padding: 100px 0 calc(100px + 10%);
  margin-bottom: -10%;
  text-align: center;
  color: #fff;
  background-color: #a5769a;
  transform: skewY(-4deg);
}

#footer .contact .inner {
  transform: skewY(4deg);
}

#footer .contact .sec_blk .blk_left {
  float: left;
  max-width: 280px;
  margin: 35px 70px 0 0;
}

#footer .contact .sec_blk .blk_left figure[data-aos=fade-down] {
  transform: translate3d(0, -40px, 0);
}

#footer .contact .sec_blk .blk_left figure.aos-animate[data-aos=fade-down] {
  transform: translate3d(0, 0, 0);
}

#footer .contact .sec_blk .blk_right {
  overflow: hidden;
  text-align: center;
}

#footer .contact .sec_blk .blk_right .blk_txt01 {
  margin-bottom: 50px;
  font-size: 30px;
  font-size: 1.875rem;
}

#footer .contact .sec_blk .blk_right ul {
  margin: -10px;
}

#footer .contact .sec_blk .blk_right ul:after {
  content: "";
  display: block;
  clear: both;
}

#footer .contact .sec_blk .blk_right ul li {
  float: left;
  width: 50%;
  padding: 10px;
}

#footer .contact .sec_blk .blk_right .dial {
  margin-top: 50px;
}

#footer .contact .sec_blk .blk_right .dial p {
  font-size: 24px;
  font-size: 1.5rem;
}

#footer .contact .sec_blk .blk_right .dial p:not(:last-child) {
  margin-bottom: 10px;
}

#footer .contact .sec_blk .blk_right .dial .tel {
  display: block;
  margin-bottom: 10px;
  color: #fff;

  font-size: 46px;
  font-size: 2.875rem;
  letter-spacing: .05em;
}

#footer .contact .sec_blk .blk_right .dial .fax {

  letter-spacing: .05em;
}

#footer .menu {
  position: relative;
  padding: 50px 20px;
  text-align: center;
  background: #777;
}

#footer .menu ul {
  display: inline-block;
  vertical-align: middle;
  margin: 0 -15px 25px;
}

#footer .menu ul li {
  float: left;
  padding: 0 20px;
  border-right: 1px solid #fff;
}

#footer .menu ul li:last-child {
  border-right: none;
}

#footer .menu ul li a {
  display: block;

  font-size: 12px;
  font-size: 0.75rem;
  color: #fff;
}

#footer .menu ul:after {
  content: "";
  display: block;
  clear: both;
}

#footer .menu .logo {
  width: 100%;
  max-width: 240px;
  margin: auto;
}

#footer .menu .copyright {
  margin-top: 20px;
  font-size: 14px;
  color: #fff;
}

@media screen and (max-width: 768px) {
  #footer .contact {
    padding: 60px 0 calc(60px + 10%);
  }
  #footer .contact .sec_blk .blk_left {
    float: none;
    max-width: 180px;
    margin: 0 auto 20px;
  }
  #footer .contact .sec_blk .blk_right .blk_txt01 {
    margin-bottom: 30px;
    font-size: 24px;
    font-size: 1.71429rem;
  }
  #footer .contact .sec_blk .blk_right ul {
    margin: -6px;
  }
  #footer .contact .sec_blk .blk_right ul li {
    width: 100%;
    padding: 6px;
  }
  #footer .contact .sec_blk .blk_right .dial {
    margin-top: 30px;
  }
  #footer .contact .sec_blk .blk_right .dial p {
    font-size: 18px;
    font-size: 1.28571rem;
  }
  #footer .contact .sec_blk .blk_right .dial p:not(:last-child) {
    margin-bottom: 6px;
  }
  #footer .contact .sec_blk .blk_right .dial .tel {
    margin-bottom: 6px;
    font-size: 24px;
    font-size: 1.71429rem;
  }
  #footer .menu {
    padding: 30px 12px;
  }
  #footer .menu .copyright {
    font-size: 12px;
  }
  #footer .menu ul {
    margin: -10px 0 15px;
  }
  #footer .menu ul li {
    float: none;
    padding: 10px 0;
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  }
  #footer .menu ul li:last-child {
    border-bottom: none;
  }
}

/* =======================================

    共通 要素

======================================= */
.inner-lg {
  max-width: 1200px;
  padding: 0;
}

/* =======================================

    共通 見出し

======================================= */
.sec_ttl {
  max-width: 1200px;
  padding-left: 10px;
  margin: 0 auto 40px;
  line-height: 1.5;
  font-size: 24px;
  font-size: 1.5rem;
  color: #a5769a;
  border-left: 24px solid #a5769a;
}

@media screen and (max-width: 768px) {
  .sec_ttl {
    margin: 0 auto 24px;
    font-size: 18px;
    font-size: 1.28571rem;
  }
}

/* =======================================

    site

======================================= */
.site #header {
  position: fixed;
  z-index: 10;
}

.site table {
  width: 100%;
  margin: -10px;
  line-height: 1.8;
  font-size: 14px;
  font-size: 0.875rem;
}

.site table th {
  width: 160px;
  padding: 10px;
  text-align: left;
  color: #a5769a;
}

.site table td {
  padding: 10px;
}

.site table td ul li:not(:last-child) {
  margin-bottom: 10px;
}

.site table td dl dt {
  float: left;
  margin-right: 20px;
}

.site table td dl dd {
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .site table {
    margin: -6px;
    font-size: 12px;
    font-size: 0.85714rem;
  }
  .site table th {
    width: 25%;
    padding: 6px;
  }
  .site table td {
    padding: 6px;
  }
  .site table td dl dt {
    margin-right: 12px;
  }
}

.site nav {
  position: fixed;
  top: 0;
  width: 100%;
  min-width: 320px;
  height: 60px;
  padding: 15px;
  margin-top: 90px;
  text-align: center;
  background: #a5769a;
  border-bottom: 1px solid #fff;
  z-index: 10;
}

.site nav ul {
  display: inline-block;
  vertical-align: middle;
  margin: 0 -15px;
}

.site nav ul li {
  float: left;
  padding: 0 20px;
  border-right: 1px solid #fff;
}

.site nav ul li:last-child {
  border-right: none;
}

.site nav ul li a {
  display: block;

  font-size: 14px;
  font-size: 0.875rem;
  color: #fff;
}

.site nav ul:after {
  content: "";
  display: block;
  clear: both;
}

.site #company {
  padding: 40px 0;
  margin-top: 150px;
  margin-bottom: 60px;
}

.site #law {
  padding: 40px 0;
  margin-bottom: 60px;
}

.site #privacy {
  padding: 40px 0;
  margin-bottom: 60px;
}

.site #privacy .inner {
  line-height: 1.8;

  font-size: 14px;
  font-size: 0.875rem;
}

.site #privacy .sec_txt {
  margin-bottom: 40px;
}

.site #privacy dl:not(:last-child) {
  margin-bottom: 20px;
}

.site #privacy dl dt {
  font-weight: 700;
  color: #a5769a;
}

@media screen and (max-width: 768px) {
  .site nav {
    padding: 0;
    height: 80px;
    margin-top: 60px;
  }
  .site nav:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    width: 1px;
    height: 100%;
    background: #fff;
  }
  .site nav ul {
    display: block;
    margin: 0;
  }
  .site nav ul li {
    width: 50%;
    padding: 0;
    border-right: none;
    border-bottom: 1px solid #fff;
  }
  .site nav ul li:last-child {
    border-bottom: none;
  }
  .site nav ul li a {
    padding: 10px;
    font-size: 12px;
    font-size: 0.85714rem;
  }
  .site #company {
    padding: 24px 0;
    margin-top: 140px;
    margin-bottom: 40px;
  }
  .site #law {
    padding: 24px 0;
    margin-bottom: 40px;
  }
  .site #privacy {
    padding: 24px 0;
    margin-bottom: 40px;
  }
  .site #privacy .inner {
    font-size: 12px;
    font-size: 0.85714rem;
  }
  .site #privacy .sec_txt {
    margin-bottom: 24px;
  }
  .site #privacy dl:not(:last-child) {
    margin-bottom: 12px;
  }
}

@media screen and (max-width: 480px) {
  .site nav {
    height: 75px;
  }
  .site nav ul li a {
    padding: 10px 5px;
    font-size: 10px;
    font-size: 0.71429rem;
  }
}

/* =======================================

    contact

======================================= */

.contact #title {
  position: relative;
  padding: 40px 0;
  background: url(../img/bg_header.jpg) no-repeat center / cover;
}

.contact #title .inner {
  display: table;
  width: 100%;
}

.contact #title .inner h2 {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  padding: 0 280px 0 0;
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 700;
  font-feature-settings: 'palt';
  letter-spacing: .07em;
  color: #2d373d;
  text-shadow: 0px 0px 15px #fff;
  z-index: 5;
}

.contact #title .img {
  position: absolute;
  top: 50%;
  right: 235px;
  max-width: 50px;
  height: auto;
  transform: translate(0, -50%);
  z-index: 4;
}

.contact #title .back_blk {
  position: absolute;
  top: 0;
  bottom: 0;
  overflow: hidden;
  width: 100%;
}

/* .contact #title .back_blk:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  border-style: solid;
  border-width: 0 0 550px 550px;
  border-color: transparent transparent #88567b transparent;
} */

.contact #title .back_blk p {
  position: absolute;
  top: 50%;
  right: 0;
  padding-right: 40px;
  font-size: 30px;
  font-size: 1.875rem;
  font-family: 'Times New Roman', Times, -apple-system, BlinkMacSystemFont, Garamond, Bodoni, 'Open Sans', 'Helvetica Neue', serif;
  color: rgba(255, 255, 255, 1);
  letter-spacing: .05em;
  transform: translate(0, -50%) skewX(-10deg);
}

@media screen and (max-width: 768px) {
  .contact #title {
    padding: 24px 0;
    background: url(../img/bg_header_sm.jpg) no-repeat center / cover;

  }
  .contact #title .inner h2 {
    padding: 0 70px 0 0;
    font-size: 20px;
    font-size: 1.3rem;
    letter-spacing: .05em;
    text-align: left;
  }
  .contact #title .img {
    top: 50%;
    right: 30px;
    max-width: 11.5%;
  }
  /* .contact #title .back_blk:before {
    right: auto;
    left: 30%;
  } */
  .contact #title .back_blk p {
    display: none;
  }
}

.contact #form {
  padding: 80px 0;
  margin-bottom: 60px;
  font-family: 'Noto Sans','Noto Sans CJK JP','Noto Sans CJK JP Subset','Noto Sans JP',sans-serif;
}

.contact #form .sec_blk {
  text-align: center;
  margin-bottom: 40px;
}

.contact #form .sec_blk .blk_ttl {
  margin-bottom: 20px;
  font-size: 36px;
  font-size: 2.25rem;
}

.contact #form .sec_blk .blk_txt {
  margin-bottom: 40px;

}

.contact #form .sec_blk .dial {
  line-height: 1.4;
}

.contact #form .sec_blk .dial p {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: 'Noto Serif Japanese', "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #a5769a;
}

.contact #form .sec_blk .dial p:not(:last-child) {
  margin-bottom: 10px;
}

.contact #form .sec_blk .dial .tel {
  display: block;
  margin-bottom: 10px;
  color: #a5769a;
  font-weight: 500;
  font-size: 36px;
  font-size: 2.25rem;
  letter-spacing: .05em;
}

.contact #form .sec_blk .dial .fax {

  letter-spacing: .05em;
  color: #a5769a;
}


.contact #form form dl {
  display: table;
  width: 100%;
  padding: 30px 0;
  border-top: 1px solid #fdcee1;
  font-size: 14px;
  font-size: 0.875rem;
}

.contact #form form dl:last-of-type {
  border-bottom: 1px solid #fdcee1;
  margin-bottom: 40px;
}

.contact #form form dl dt {
  float: left;
  padding: 0 20px;
  width: 240px;
  font-weight: 700;
  color: #a5769a;
}

.contact #form form dl dd {
  overflow: hidden;
}

.contact #form form dl dd .input_blk {
  margin: -8px 0;
}

.contact #form form dl dd input[type=text],
.contact #form form dl dd input[type=tel] {
  padding: 5px 10px;
  border: 1px solid #ccc;
}

.contact #form form dl dd select {
  padding: 5px 60px 5px 10px;
  border: 1px solid #ccc;
}

.contact #form form dl dd textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  resize: none;
}

.contact #form form dl dd .radio_blk {
  margin: -8px 0;
}

.contact #form form dl dd .radio_blk label {
  position: relative;
  padding: 0 0 0 30px;
  margin: 10px 16px 10px 0;
  line-height: 2.0;
}

.contact #form form dl dd .radio_blk label input {
  visibility: hidden;
  width: 0;
}

.contact #form form dl dd .radio_blk label span {
  position: absolute;
  top: -1px;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 26px;
  width: 26px;
  border: 2px solid #ccc;
  border-radius: 100%;
}

.contact #form form dl dd .radio_blk label input:checked ~ span:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 12px;
  width: 12px;
  border-radius: 100%;
  background-color: #a5769a;
}

.contact #form form dl dd .select_box {
  display: inline-block;
  position: relative;
}

.contact #form form dl dd .select_box:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -7px;
  border-style: solid;
  border-width: 14px 8px 0 8px;
  border-color: #a5769a transparent transparent transparent;
  pointer-events: none;
}

.contact #form form dl dd label {
  display: inline-block;
  padding: 8px 0;
}

.contact #form form dl dd label.name_sei {
  margin-right: 20px;
}

.contact #form form dl dd label.name_sei input {
  margin-left: 10px;
}

.contact #form form dl dd label.name_mei input {
  margin-left: 10px;
}

.contact #form form dl dd label.name_mei span {
  padding: 0 10px;
  font-weight: 700;
  color: #a5769a;
}

.contact #form form dl dd label#salon {
  width: 100%;
}

.contact #form form dl dd label#salon input {
  display: block;
  width: 100%;
}

.contact #form form dl dd label#zip {
  display: block;
}

.contact #form form dl dd label#pref {
  display: block;
}

.contact #form form dl dd label#pref select {
  margin-left: 10px;
}

.contact #form form dl dd label#add01 {
  display: block;
}

.contact #form form dl dd label#add01 input {
  margin-left: 10px;
}

.contact #form form dl dd label#add02 {
  display: block;
}

.contact #form form dl dd label#add02 input {
  margin-left: 10px;
}

.contact #form form dl dd label#mail {
  width: 100%;
}

.contact #form form dl dd label#mail input {
  display: block;
  width: 100%;
}

.contact #form form dl dd label#naiyou {
  width: 100%;
}

.contact #form form dl dd #zip {
  display: block;
}

.contact #form form dl dd #zip label {
  display: inline-block;
  vertical-align: middle;
}

.contact #form form dl dd #tel {
  display: block;
}

.contact #form form dl dd #tel label {
  display: inline-block;
  vertical-align: middle;
}

.contact #form form dl dd p.comments {
  display: block;
  padding: 0 0 8px 1em;
  margin: 0 0 -8px;
  text-indent: -1em;
  font-size: 12px;
  font-size: 0.75rem;
}

.contact #form form dl dd p .error {
  display: block;
  padding: 0 0 8px;
  margin: 0 0 -8px;
}

.contact #form form .attention {
  margin-bottom: 40px;
  text-align: center;
  text-decoration: underline;
}

.contact #form form .privacy {
  margin-bottom: 40px;
  text-align: center;
}

.contact #form form .privacy h2 {
  font-size: 18px;
  margin-bottom: 20px;
  text-align: left;
}

.contact #form form .privacy #scroll {
  overflow-y: scroll;
}

.contact #form form .privacy .scroll {
  border: 1px solid #ccc;
  padding: 30px 30px 0;
  margin-bottom: 40px;
}

.contact #form form .privacy .sec_txt {
  margin-bottom: 20px;
  text-align: left;
  font-size: 12px;
}

.contact #form form .privacy dl {
  display: block;
  padding: 0;
  text-align: left;
  border-top: none;
}

.contact #form form .privacy dl:last-of-type {
  border-bottom: none;
}

.contact #form form .privacy dl dt {
  float: none;
  width: auto;
  padding: 0;
  font-weight: 700;
  color: #a5769a;
  font-size: 12px;
}

.contact #form form .privacy dl dd {
  font-size: 12px;
  margin-bottom: 20px;
}

.contact #form form .privacy .inner {
  height: 300px;
}

.contact #form form .privacy label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}

.contact #form form .privacy label span {
  display: block;
  position: absolute;
  top: -3px;
  left: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #a5769a;
}

.contact #form form .privacy label input {
  visibility: hidden;
  width: 0;
}

.contact #form form .privacy label input[type=checkbox]:checked~span:before {
  content: "";
  display: block;
  position: absolute;
  top: -10px;
  left: -3px;
  width: 27px;
  height: 18px;
  border-bottom: 6px solid #485359;
  border-left: 6px solid #485359;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.contact #form form .privacy #Privacy_err {
  margin-top: 10px;
}

.contact #form form .privacy .privacy_attention {
  margin: 15px 0;
  line-height: 1.8;
  font-size: 13px;
}

.contact .btn {
  width: 100%;
  max-width: 400px;
  padding-top: 15px;
  margin: auto;
}

.contact .btn + .btn {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .contact #form {
    padding: 40px 0;
    margin-bottom: 30px;
  }
  .contact #form .sec_blk {
    margin-bottom: 24px;
  }
  .contact #form .sec_blk .blk_ttl {
    margin-bottom: 12px;
    font-size: 24px;
    font-size: 1.71429rem;
  }
  .contact #form .sec_blk .blk_txt {
    margin-bottom: 24px;
  }
  .contact #form .sec_blk .dial p {
    font-size: 16px;
    font-size: 1.14286rem;
  }
  .contact #form .sec_blk .dial p:not(:last-child) {
    margin-bottom: 6px;
  }
  .contact #form .sec_blk .dial .tel {
    margin-bottom: 6px;
    font-size: 24px;
    font-size: 1.71429rem;
  }
  .contact #form form dl {
    padding: 15px 0;
    font-size: 12px;
    font-size: 0.85714rem;
  }
  .contact #form form dl:last-of-type {
    margin-bottom: 24px;
  }
  .contact #form form dl dt {
    float: none;
    padding: 0;
    margin-bottom: 5px;
    width: 100%;
  }
  .contact #form form dl dd .input_blk {
    margin: -4px 0;
  }
  .contact #form form dl dd label {
    display: block;
    padding: 4px 0;
  }
  .contact #form form dl dd label.name_sei {
    margin-right: 0;
  }
  .contact #form form dl dd label.name_mei span {
    display: block;
    padding: 0;
  }
  .contact #form form dl dd label#pref select {
    display: block;
    margin-left: 0;
  }
  .contact #form form dl dd label#add01 {
    width: 100%;
  }
  .contact #form form dl dd label#add01 input {
    display: block;
    width: 100%;
    margin-left: 0;
  }
  .contact #form form dl dd label#add02 {
    width: 100%;
  }
  .contact #form form dl dd label#add02 input {
    display: block;
    width: 100%;
    margin-left: 0;
  }
  .contact #form form dl dd p.comments {
    font-size: 12px;
    font-size: 0.85714rem;
  }
  .contact #form form .attention {
    margin-bottom: 24px;
  }
  .contact #form form .privacy h2 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .contact #form form .privacy .scroll {
      padding: 10px 10px 0;
      height: 200px;
  }
  .contact #form form .privacy .sec_txt {
      margin-bottom: 20px;
  }
  .contact #form form .privacy dl {
      padding: 0;
  }
  .contact #form form .privacy {
    margin-bottom: 24px;
  }
  .contact #form form .privacy label input:before {
      top: -4px;
  }
  .contact #form form .privacy .privacy_attention {
      font-size: 13px;
  }
  .contact .btn {
    padding-top: 10px;
  }
  .contact .btn + .btn {
    margin-top: 10px;
  }
}

@media screen and (max-width: 480px) {
  .contact #form form .attention {
    text-align: left;
  }
  .contact #form form .privacy .privacy_attention {
    text-align: left;
  } 
}

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


/* ピアスAD追記 20241223 */
.contact #form form dl dd label#kanasalon span {
  padding: 0 10px;
  font-weight: 700;
  color: #a5769a;
}
.contact #form form .pre_check {
	margin-bottom: 40px;
	padding: 2em 1em 1.3em;
	font-family: initial;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 1.7;
	letter-spacing: 0;
	border: 1px solid #000;
}
.contact #form form .pre_check p {
	margin-bottom: 1em;
}
.contact #form form .pre_check .attention{
	color: #d00;
	text-align: center;
}
.contact #form form .pre_check label {
	position: relative;
	padding-left: 30px;
	cursor: pointer
}
.contact #form form .pre_check label span {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	border: 2px solid #000
}
.contact #form form .pre_check label input[type=checkbox]:checked~span:before {
	content: "";
	display: block;
	position: absolute;
	top: -10px;
	left: -3px;
	width: 27px;
	height: 18px;
	border-bottom: 6px solid #556a80;
	border-left: 6px solid #556a80;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}
.contact #form form .pre_check #PreCheck_err {
	margin-top: 10px;
	margin-bottom: 0;
}
.contact #form form .pre_check #PreCheck_err label {
	padding-left: 0;
}
@media screen and (max-width: 768px) {
  .contact #form form>dl dd label#kanasalon span {
    display: block;
    padding: 0;
  }
}
@media screen and (max-width:400px) {
	.contact #form form .pre_check {
		font-size: 13px;
	}
	.contact #form form .pre_check p:nth-child(2) {
		text-align: left;
	}
}