@font-face {
  font-family: 'DIN';
  src: url("/common/fonts/D-DIN/D-DIN-Bold.woff") format("woff");
  font-weight: 700;
}

@font-face {
  font-family: 'DIN';
  src: url("/common/fonts/D-DIN/D-DIN.woff") format("woff");
  font-weight: 400;
}

@media print, screen and (min-width: 768px) {
  .salon-mainvisual {
    margin: 60px 0 40px;
  }
}

@media only screen and (max-width: 767px) {
  .salon-mainvisual {
    margin: 30px 0;
  }
}

.salon-mainvisual img {
  width: 100%;
}

.salon-inner h2 {
  color: #142c4b;
  padding-bottom: 10px;
}

@media print, screen and (min-width: 768px) {
  .salon-inner h2 {
    margin-bottom: 35px;
  }
}

@media only screen and (max-width: 767px) {
  .salon-inner h2 {
    margin-bottom: 20px;
  }
}

.salon-inner h2 span {
  position: relative;
  border-bottom: 3px solid #a2d827;
  line-height: 2;
}

@media print, screen and (min-width: 768px) {
  .salon-inner h2 span {
    padding-bottom: 12px;
  }
}

@media only screen and (max-width: 767px) {
  .salon-inner h2 span {
    padding-bottom: 6px;
  }
}

.salon-inner h3 {
  font-weight: bold;
  padding-left: 0;
  border: none;
}

@media print, screen and (min-width: 768px) {
  .salon-inner h3 {
    font-size: 30px;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .salon-inner h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

@media print, screen and (min-width: 768px) {
  .salon-contents:first-of-type {
    margin-top: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .salon-contents:first-of-type {
    margin-top: 40px;
  }
}

.salon-contents + .salon-contents {
  border-top: 1px solid #d8d8d8;
}

@media print, screen and (min-width: 768px) {
  .salon-contents + .salon-contents {
    margin-top: 80px;
    padding-top: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .salon-contents + .salon-contents {
    margin-top: 40px;
    padding-top: 40px;
  }
}

.salon-contents img {
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .salon-contents-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .salon-contents-image {
    margin-bottom: 20px;
  }
}

@media print, screen and (min-width: 768px) {
  .salon-contents-image div + div {
    margin-left: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .salon-contents-image div + div {
    margin-top: 10px;
  }
}

@media print, screen and (min-width: 768px) {
  .salon-contents-image figure {
    margin: auto;
  }
}

@media print, screen and (min-width: 768px) {
  .salon-contents-image .imgSize {
    max-width: 740px;
    width: 100%;
  }
}

@media print, screen and (min-width: 768px) {
  .salon-contents p + p {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .salon-contents p + p {
    margin-top: 30px;
  }
}

@media print, screen and (min-width: 768px) {
  .salon-contents-btn {
    margin-top: 70px;
  }
}

@media only screen and (max-width: 767px) {
  .salon-contents-btn {
    margin-top: 50px;
  }
}

.salon-sub main {
  margin-top: 0 !important;
}

.salon-sub-headline {
  background-color: #f2f6fb;
}

@media print, screen and (min-width: 768px) {
  .salon-sub-headline {
    height: 325px;
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .salon-sub-headline {
    height: 200px;
    margin-bottom: 30px;
  }
}

.salon-sub-headline .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  background-color: #f2f6fb;
}

.salon-sub-headline h1 {
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .salon-sub-headline h1 {
    margin-top: 90px;
  }
}

@media only screen and (max-width: 767px) {
  .salon-sub-headline h1 {
    margin-top: 55px;
  }
}
