@charset "UTF-8";

h1 {
  width: 40%;
  margin-left: auto;
  text-align: right;
  color: #fff;
}

/*--------------------------------------------------------------------------
#pankz
--------------------------------------------------------------------------*/
#pankz {
  width: 100%;
  height: auto;
  padding: 10px 0;
}

.pankz {
  width: 100%;
  max-width: 896px;
  height: auto;
  margin: 0 auto;
}

.pankz ul {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  font-size: 1.2rem;
}

.pankz ul li {
  display: inline-flex;
}

.pankz ul li::after {
  display: block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #ccc;
  content: "\f054";
  padding: 0 10px;
}

.pankz ul li:last-child::after {
  display: none;
}

/*--------------------------------------------------------------------------
  main-img
--------------------------------------------------------------------------*/
#main-img {
  width: 100%;
  height: 35vh;
  margin: 0 auto;
  position: relative;
  background: #ECA0B0;
}

.main-img-title {
  width: 100%;
  height: auto;
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.main-img-title h2 {
  display: flex;
  flex-direction: column;
  font-size: 3rem;
  color: #fff;
  line-height: 1.2;
  font-family: 'Bebas Neue', cursive;
  text-align: center;
}

.main-img-title h2>span {
  font-size: 1.4rem;
  font-family: 'Noto Sans JP', sans-serif;
}

.main-img-lead {
  color: #fff;
  padding-top: 20px;
}

/*--------------------------------------------------------------------------
  contents
--------------------------------------------------------------------------*/
#contents {
  width: 100%;
  height: auto;
  padding: 50px 0;
}

.contents {
  width: 100%;
  max-width: 896px;
  margin: 0 auto;
  height: auto;
}

.contents h2,
.contents h3,
.contents h4 {
  width: 100%;
  height: auto;
  font-size: 1.6rem;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
  color: #CA8996;
}

.contents h2 i,
.contents h3 i,
.contents h4 i {
  margin-right: 3px;
}

.contents h3,
.contents h4 {
  margin-top: 10px;
}

.contents-textarea {
  width: 100%;
  height: auto;
  padding: 10px 5px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}

.contents-textarea-in {
  width: 49%;
  height: auto;
}

.contents-tab {
  display: inline;
  background: #F6D6DD;
  padding: 5px 20px;
  box-sizing: border-box;
}

.style-2 {
  background: #D6DCF6;
}

.contents-textarea-in ul {
  width: 100%;
  height: auto;
  padding: 0 10px 0 20px;
  box-sizing: border-box;
}

.contents-textarea-in li {
  padding: 5px 0;
}

.underline {
  font-weight: bold;
  color: #ECA0B0;
}

/*--------------------------------------------------------------------------
  column
--------------------------------------------------------------------------*/
#column {
  width: 100%;
  height: auto;
  padding: 50px 0;
}

.column {
  width: 100%;
  max-width: 896px;
  margin: 0 auto;
  height: auto;
}

.column h2 {
  font-size: 1.6rem;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
}

.column h2 i {
  margin-right: 3px;
}

.column-category {
  width: 100%;
  height: auto;
  padding: 20px;
  box-sizing: border-box;
  border: 2px solid #CA8996;
  margin-top: 10px;
}

.column-category h3 {
  font-size: 1.4rem;
}

.column-category h3 i {
  margin-right: 5px;
}

.column-category ol {
  width: 100%;
  height: auto;
  padding-left: 20px;
  box-sizing: border-box;
}

.column-category li {
  width: 100%;
  height: auto;
  padding: 5px 0;
}

.column-category li a {
  color: #ECA0B0;
  text-decoration: underline;
}

.column-bold {
  font-weight: bold;
}

/*--------------------------------------------------------------------------
  access
--------------------------------------------------------------------------*/
#access {
  width: 100%;
  height: auto;
  padding: 50px 0;
}

#access a {
  color: #ECA0B0;
  text-decoration: underline;
}

.access {
  width: 100%;
  max-width: 896px;
  margin: 0 auto;
  height: auto;
}

.access h2 {
  font-size: 1.6rem;
  margin-bottom: 10px;
}

.access h2 i {
  margin-right: 3px;
}

.access dl {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #FDF7F8;
  border-right: 1px solid #FDF7F8;
  border-left: 1px solid #FDF7F8;
}

.access dt {
  width: 20%;
  height: auto;
  padding: 10px;
  box-sizing: border-box;
  background: #FCF1F3;
  border-bottom: 1px solid #fff;
}

.access dd {
  width: 80%;
  height: auto;
  padding: 10px;
  box-sizing: border-box;
  border-bottom: 1px solid #FDF7F8;
}

.access dd ul {
  width: 100%;
  height: auto;
  list-style: none;
}

.salon-link {
  width: 100%;
  height: auto;
  display: flex;
}

.salon-link p,
.salon-link a {
  margin-right: 10px;
}

.salon-link p i {
  margin-left: 5px;
}

/*--------------------------------------------------------------------------
  text-area
--------------------------------------------------------------------------*/
#text-area {
  width: 100%;
  height: auto;
  padding: 50px 0;
}

#text-area a {
  color: #ECA0B0;
  text-decoration: underline;
}

.text-area {
  width: 100%;
  max-width: 896px;
  margin: 0 auto;
  height: auto;
}

.text-area h2 {
  font-size: 1.6rem;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
}

.text-area h2 i {
  margin-right: 3px;
}

@media screen and (max-width: 1024px) {

  .pankz,
  .contents,
  .column,
  .access,
  .text-area {
    width: 70%;
    max-width: initial;
  }
}

@media screen and (max-width: 896px) {

  .pankz,
  .contents,
  .column,
  .access,
  .text-area {
    width: 80%;
    max-width: initial;
  }
}

@media screen and (max-width: 480px) {
  h1 {
    width: 100%;
    right: 0;
    position: absolute;
    top: 0;
    right: 5%;
  }

  section p {
    line-height: 2;
    padding: 10px 0;
  }

  .pankz,
  .contents,
  .column,
  .access,
  .text-area {
    width: 90%;
    max-width: initial;
  }

  .pankz ul {
    font-size: 1rem;
  }

  .contents-textarea {
    display: block;
  }

  .contents-textarea-in {
    width: 100%;
    height: auto;
  }

  .contents-textarea-in:nth-child(2) {
    margin-top: 20px;
  }

  .contents-textarea-in li {
    border-bottom: 1px dashed #ccc;
  }

  .contents-textarea-in li:last-child {
    border-bottom: none;
  }

  .column h2,
  .access h2,
  .text-area h2 {
    font-size: 1.4rem;
    line-height: 1.6;
    padding-bottom: 10px;
  }

  .column-category h3 {
    font-size: 1.4rem;
    line-height: 1.6;
    margin-bottom: 10px;
  }

  .column-category li {
    line-height: 1.6;
    padding: 10px 0;
  }

  .access dt {
    width: 25%;
  }

  .access dd {
    width: 75%;
  }

  .salon-link {
    flex-wrap: wrap;
  }
}