@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cinzel&family=Cormorant:ital,wght@1,300&display=swap');

body {
  background-color: #fafafa;
  color: #333;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif, Verdana, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

a {
  color: #333;
  text-decoration: none;
}

a:hover {
  opacity: 0.6;
  transition: 0.3S;
}

/* メニュー */
/* ロゴ */
.rogo h1 {
  text-align: center;
  padding: 15px;
}

@media screen and (max-width: 450px) {
  .rogo h1 {
    text-align: center;
    max-width: 100%;
  }
}

/* navメニュー */
.nav ul {
  display: flex;
  justify-content: center;
  padding: 10px 0px;
}

.nav a {
  text-decoration: none;
  padding: 30px;
}

@media screen and (max-width: 450px) {
  .nav ul {
    flex-direction: column;
    text-align: center;
  }

  .nav ul li {
    margin: 0 0 15px;
  }

  .nav a {
    text-decoration: none;
    padding: 20px;
  }
}

/* メインビジュアル */
.mv {
  position: relative;
}

.mv img {
  text-align: center;
  width: 100%;
}

.mv_copy {
  color: #fafafa;
  font-family: 'Cormorant', serif;
  font-size: 120px;
  left: 50%;
  position: absolute;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 450px) {
  .mv_copy {
    color: #fafafa;
    font-family: 'Cormorant', serif;
    left: 50%;
    font-size: 50px;
    position: absolute;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0;
    padding: 0;
  }
}

/* vision */
.vision h2 {
  font-size: 20px;
  margin-top: 50px;
  text-align: center;
}

.vision p {
  line-height: 2;
  margin-top: 20px;
  margin-bottom: 100px;
  text-align: center;
}

@media screen and (max-width: 450px) {
  .vision p {
    line-height: 2;
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 50px;
    text-align: center;
  }
}

/* MESSAGE */
section {
  display: flex;
  background-color: #f6f6f6;
}

.container {
  display: table;
  display: table-cell;
  text-align: center;
  width: 100%;
  height: auto;
}

.photo img {
  float: left;
  width: 50%;
}

.txt h2 {
  padding-top: 20px;
}

.txt p {
  padding: 20px 20px;
  overflow: hidden;
}

.container2 {
  display: table;
  display: table-cell;
  height: auto;
  text-align: center;
  width: 100%;
}

.photo_2 img {
  float: right;
  width: 50%;
}

.txt_2 h2 {
  padding-top: 20px;
  width: 100%;
}

.txt_2 p {
  padding: 20px 20px;
  overflow: hidden;
}

@media screen and (max-width: 450px) {
  .container {
    display: block;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    height: auto;
  }

  .photo img {
    float: none;
    width: 100%;
  }

  .container2 {
    display: block;
    height: auto;
    margin: 0 auto;
    text-align: center;
    width: 100%;
  }

  .photo_2 img {
    float: none;
    width: 100%;
  }
}

/* innerサービス。ヘアメイク */
.inner ul {
  display: inline-flex;
  justify-content: space-between;
  padding: 80px 150px;
  width: 100%;
}

.col1 p {
  width: 288px;
  padding: 10px;
  text-align: center;
}

.col2 p {
  width: 288px;
  padding: 10px;
  text-align: center;
}

.col3 p {
  width: 288px;
  padding: 10px;
  text-align: center;
}

.col1 h2 {
  text-align: center;
  font-size: 20px;
}

.col2 h2 {
  text-align: center;
  font-size: 20px;
}

.col3 h2 {
  text-align: center;
  font-size: 20px;
}

.col1 img {
  border-radius: 50%;
  width: 288px;
}

.col2 img {
  border-radius: 50%;
  width: 288px;
}

.col3 img {
  border-radius: 50%;
  width: 288px;
}

@media screen and (max-width: 980px) {
  .inner ul {
    display: inline-flex;
    justify-content: space-between;
    padding: 100px 15px;
    width: 100%;
  }

  .col1 p {
    width: 200px;
    padding: 10px;
    text-align: center;
  }

  .col2 p {
    width: 200px;
    padding: 10px;
    text-align: center;
  }

  .col3 p {
    width: 200px;
    padding: 10px;
    text-align: center;
  }

  .col1 img {
    border-radius: 50%;
    width: 200px;
  }

  .col2 img {
    border-radius: 50%;
    width: 200px;
  }

  .col3 img {
    border-radius: 50%;
    width: 200px;
  }

  .col1 img {
    border-radius: 50%;
  }

  .col2 img {
    border-radius: 50%;
  }

  .col3 img {
    border-radius: 50%;
  }
}

@media screen and (max-width: 450px) {
  .inner ul {
    display: block;
    flex-direction: column;
    padding: 80px 20px;
    text-align: center;
    width: 100%;
  }

  .col1 p {
    display: inline-block;
    width: 288px;
    padding: 10px;
    text-align: center;
  }

  .col2 p {
    display: inline-block;
    width: 288px;
    padding: 10px;
    text-align: center;
  }

  .col3 p {
    display: inline-block;
    width: 288px;
    padding: 10px;
    text-align: center;
  }

  .col1 img {
    border-radius: 50%;
  }

  .col2 img {
    border-radius: 50%;
  }

  .col3 img {
    border-radius: 50%;
  }
}

/* スケジュール */
.schedule {
  margin-left: 5%;
  margin-right: 5%;
  margin-bottom: 30px;
}

.schedule h2 {
  position: relative;
  padding: 1rem 2rem calc(1rem + 10px);
  background: #ecebea;
  margin-bottom: 15px;
  text-align: center;
  width: 100%;
  font-size: 30px;
}

.schedule h2:before {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 100%;
  height: 100%;
  content: '';
  border: 4px solid #777777;
}

.stepbar {
  margin: 0 auto;
  width: 80%;
}

.stepbar .stepbarwrap {
  margin: 2em 0;
  position: relative;
}

.stepbar .stepbarwrap .steptitle {
  display: inline-flex;
  align-items: center;
}

.stepbar .stepbarwrap .steptitle .stepcircle {
  display: inline-block;
  width: 3em;
  height: 3em;
  content: "";
  border-radius: 50%;
  background-color: #777777;
  color: #fff;
  text-align: center;
}

.stepbar .stepbarwrap .steptitle .stepcircle span {
  display: inline-block;
  line-height: 1.2em;
  font-size: 0.8em;
  font-weight: bold;
  position: relative;
  top: 0.9em;
}

.stepbar .stepbarwrap .steptitle .title {
  margin: 0.5em;
  font-weight: bold;
  font-size: 1.2em;
}

.stepbar .stepbarwrap .steptxt {
  padding-left: 3.5em;
}

.stepbar .stepbarwrap .steptxt .txt {
  font-size: 0.9em;
}

.stepbar .stepbarwrap .stepline {
  width: 1px;
  height: calc(100% + 1em);
  background-color: #777777;
  position: absolute;
  top: 1em;
  left: 1.5em;
  z-index: -1;
}

.stepbarwrap:last-of-type .stepline:last-of-type {
  display: none;
}

@media screen and (max-width: 960px) {
  .stepbar {
    width: 90%;
  }
}

/*  Q&A  */
.qa {
  margin-left: 5%;
  margin-right: 5%;
}

.qa h2 {
  position: relative;
  padding: 1rem 2rem calc(1rem + 10px);
  background: #ecebea;
  margin-top: 100px;
  margin-bottom: 10px;
  text-align: center;
  width: 100%;
}

.qa h2:before {
  position: absolute;
  top: -15px;
  right: -20px;
  width: 100%;
  height: 100%;
  content: '';
  border: 4px solid #777777;
}

.qablock {
  position: relative;
  margin-left: 15%;
  margin-right: 15%;
  margin-bottom: 20px;
  background: #ecebea;
  border: 1px solid #ecebea;
}

.question_txt {
  padding: 5px 15px;
  margin: 0px !important;
}

.qicon {
  color: #777777;
  font-weight: bold;
  margin-right: 15px;
}

.answer_txt {
  background: #fff;
  margin: 0px !important;
  padding: 10px 15px;
}

.show_button {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 43px;
  height: 43px;
}

.show_button:after {
  content: '▲' !important;
  display: block;
  text-align: center;
  width: 43px;
  height: 43px;
  line-height: 43px;
  top: 0;
  left: 0;
  margin-left: 0px;
  margin-top: 0px;
  color: #777777;
}

.show_button.closebutton:after {
  content: '▼' !important;
  display: block;
  text-align: center;
  width: 43px;
  height: 43px;
  line-height: 43px;
  top: 0;
  left: 0;
  margin-left: 0px;
  margin-top: 0px;
  color: #b4ada9;
}

@media screen and (max-width: 450px) {
  .qablock {
    position: relative;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    background: #ecebea;
    border: 1px solid #ecebea;
  }
}

/*  フッター  */
footer {
  background-color: #ecebea;
  margin: 50px 0 30px;
  text-align: center;
  width: 100%;
}

@media screen and (max-width: 450px) {
  .footer_nav li {
    border-right: none;
    display: block;
    margin-bottom: 20px;
    margin-left: 20px;
    font-size: 18px;
  }
}

/*  フッターメニュー  */
.footer_nav li {
  border-right: 1px solid #333;
  color: #333;
  display: inline-block;
  padding: 0 10px;
}

ul.footer_nav {
  display: inline-block;
  margin: 30px 0;
  width: 100%;
}

.copy {
  display: block;
  padding-bottom: 30px;
}

@media screen and (max-width: 450px) {
  .footer_nav li {
    border-right: none;
    display: block;
    margin-bottom: 20px;
    margin-left: 20px;
    font-size: 18px;
  }

  .footer_nav li:first-child a {
    border-left: none;
  }
}

/*  CONPANY TABLE  */
.table1 {
  width: 80%;
  border-collapse: collapse;
  margin-bottom: 40px;
  margin: auto;
}

.table1 th,
td {
  padding: 10px 15px;
  border: 1px solid #ddd;
}

.table1 th {
  background: #f4f4f4;
  width: 30%;
  text-align: center;
}

@media only screen and (max-width:450px) {
  .table1 {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 40px;
  }

  .table1 th,
  td {
    width: auto;
    display: block;
    border-top: none;
  }

  .table1 tr:first-child {
    border-top: 1px solid #d5d5d5;
  }
}

/*  GMAP  */
.gmap {
  position: relative;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden;
  margin-top: 50px;
}

.gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 80% !important;
  height: 100% !important;
  margin-left: 10%;
  margin-right: 10%;
}

/*  servce  */
.table tb01 {
  border-collapse: collapse;
}

.tb1 {
  display: flex;
  justify-content: center;
}

.tb01 th,
.tb01 td {
  padding: 10px;
  border: solid 1px #ccc;
  text-align: center;
  box-sizing: border-box;
}

.tb01 th {
  background: #ecebea;
  color: #777777;
}

.tb2 h3 {
  margin-left: 10%;
  margin-right: 10%;
}

@media screen and (max-width: 640px) {
  .tb01 .head {
    display: none;
  }

  .tb01 {
    width: 100%;
  }

  table.tb01 td {
    display: block;
    width: 100%;
    border-bottom: none;
  }

  table.tb01 td:first-child {
    background: #ecebea;
    color: #777777;
    font-weight: bold;
  }

  .tb01 tr:last-child {
    border-bottom: solid 1px #ccc;
  }
}

/*  問い合わせ  */
.contact img {
  width: 100%;
}
