@charset "utf-8";

/* CSS Document */
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;
}

/* ヘッダー */
header {
  background-color: #fafafa;
}

/* メニューバー */
ul.nav {
  text-align: center;
  padding: 20px;
}

ul.nav li {
  display: inline-block;
  margin-left: 20px;
  font-size: 18px;
}

@media screen and (max-width: 450px) {
  ul.nav li {
    display: block;
    margin-bottom: 15px;
  }

  ul.nav li {
    font-size: 22px;
  }
}

/* ロゴ */
.rogo h1 {
  text-align: center;
  width: 100%;
}

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

/* メイン画 */
.main-visual {
  height: auto;
  text-align: center;
}

.main-visual img {
  width: 100%;
}

/* IDENTITY  */
.identity h2 {
  font-size: 30px;
  margin: 100px 0px 5px;
  text-align: center;
}

.identity h3 {
  font-size: 30px;
  margin: 100px 0px 5px;
  text-align: center;
}

.identity p {
  line-height: 2;
  margin-bottom: 20px;
  padding: 10px;
  text-align: center;
}

.identity hr {
  border: none;
  border: 3px double #333;
  height: 6px;
  text-align: center;
  width: 50%;
  margin-bottom: 60px;
}

.yurai h2 {
  font-size: 30px;
}

.yurai p:first-letter {
  color: #9c917d;
  font-size: 30px;
  letter-spacing: 0.1em;
}
.rogo2 {
  height: auto;
  text-align: center;
}
.rogo2 img {
  width: 35%;
}

@media screen and (max-width: 450px) {
  .identity hr {
    margin-bottom: 20px;
    font-size: 30px;
  }

  .identity h2 {
    margin: 30px 0px 5px;
  }

  .identity h3 {
    font-size: 20px;
    margin: 30px 0px 5px;
  }

  .identity p {
    font-size: 14px;
    margin-bottom: 0;
    padding: 10px 20px;
  }

  .yurai h2 {
    font-size: 20px;
    margin-top: 0;
  }

  .yurai p:first-letter {
    font-size: 25px;
  }
  .rogo2 {
    height: auto;
    text-align: center;
  }
  .rogo2 img {
    width: 30%;
  }
}

/**** GALLERY*****/
*,
*:before,
*:after {
  box-sizing: border-box;
}

.col_3 {
  display: flex;
  display: -ms-flexbox;
  width: 100%;
  /* IE10 */
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  /* IE10 */
}

.col_3 > div {
  height: auto;
  padding: 20px;
  width: 33.33333%;
}

.col_3 img {
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.5);
  height: auto;
  width: 100%;
  border-radius: 50px;
}

@media screen and (max-width: 768px) {
  .col_3 > div {
    width: 50%;
  }
}

@media screen and (max-width: 450px) {
  .col_3 > div {
    width: 100%;
  }
}

/* GROUP  */
.group h2 {
  font-size: 30px;
  margin-top: 100px;
  margin-bottom: 5px;
  text-align: center;
}

.group hr {
  border: none;
  border: 3px double #333;
  height: 6px;
  margin-bottom: 50px;
  text-align: center;
  width: 50%;
}

/* SLIDER  */
.slider img {
  background-color: #fafafa;
  height: auto;
  width: 80%;
}

/* NEWS  */
.news p {
  border-bottom: 3px double #333;
  margin: 100px 50px 15px;
  font-size: 25px;
}
.news dl {
  border-bottom: 1px solid #ccc;
  margin: 0px 50px;
  padding: 15px 15px;
}

#wrapper {
  height: 200px;
  overflow-y: scroll;
  width: 98%;
}

.wrapper dt {
  height: 200px;
  overflow-y: scroll;
  width: 300px;
}

@media screen and (min-width: 768px) {
  .news dt {
    clear: left;
    float: left;
    width: 100%;
  }
}

@media screen and (max-width: 450px) {
  .news dt {
    clear: left;
    float: left;
    width: 100%;
  }
  .news dl {
    border-bottom: 1px solid #ccc;
    margin: 0px 10px;
    padding: 15px 15px;
  }
}

/* SALON  */
#salon h2 {
  font-size: 30px;
  margin: 100px 0px 5px;
  text-align: center;
}

.col_2 img {
  width: 100%;
}

.col_2 img:hover {
  transition: 0.3s;
  opacity: 0.5;
}

/* SALONリスト  */
*,
*:before {
  box-sizing: border-box;
}

.col_2 img {
  margin-bottom: 30px;
}

.col_2 p {
  text-align: center;
  margin-top: 20px;
}

.col_2 {
  width: 100%;
  display: flex;
  display: 1.5 -ms-flexbox;
  /* IE10 */
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  /* IE10 */
  text-align: center;
  padding: 20px 20px;
}

.col_2 > div {
  width: 50%;
  padding: 30px;
}

@media screen and (max-width: 768px) {
  .col_2 > div {
    width: 100%;
  }

  .col_2 img {
    width: 100%;
  }
}

@media screen and (max-width: 450px) {
  .col_2 > div {
    width: 100%;
  }

  .col_2 img {
    width: 100%;
  }
}

.salon hr {
  border: none;
  border: 3px double #333;
  height: 6px;
  text-align: center;
  width: 50%;
}

/* GROUP  */
#group h2 {
  font-size: 30px;
  margin: 100px 0px 5px;
  text-align: center;
}

.col_2 img {
  width: 100%;
}

.col_2 img:hover {
  transition: 0.3s;
  opacity: 0.5;
}

/* GROUPリスト  */
*,
*:before {
  box-sizing: border-box;
}

.col_2 img {
  margin-bottom: 30px;
}

.col_2 p {
  text-align: center;
  margin-top: 20px;
}

.col_2 {
  width: 100%;
  display: flex;
  display: 1.5 -ms-flexbox;
  /* IE10 */
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  /* IE10 */
  text-align: center;
  padding: 20px 20px;
}

.col_2 > div {
  width: 50%;
  padding: 30px;
}

@media screen and (max-width: 768px) {
  .col_2 > div {
    width: 100%;
  }

  .col_2 img {
    width: 100%;
  }
}

@media screen and (max-width: 450px) {
  .col_2 > div {
    width: 100%;
  }

  .col_2 img {
    width: 100%;
  }
}

.salon hr {
  border: none;
  border: 3px double #333;
  height: 6px;
  text-align: center;
  width: 50%;
}

/*  tie up   */
.container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#tieup h2 {
  font-size: 30px;
  margin: 100px 0px 5px;
  text-align: center;
}

.tieup hr {
  border: none;
  border: 3px double #333;
  height: 6px;
  text-align: center;
  width: 50%;
}

.name {
  padding-left: 5px;
  padding-right: 5px;
}

/*  link   */
.container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#link h2 {
  font-size: 30px;
  margin: 100px 0px 5px;
  text-align: center;
}

.link hr {
  border: none;
  border: 3px double #333;
  height: 6px;
  text-align: center;
  width: 50%;
}

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

/*  フッターメニュー  */
.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;
  }
}

/*  グーグル合わせ  */
.contact img {
  width: 100%;
}
/*  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: 479px) {
  .table1 {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 40px;
    margin: auto;
  }

  .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%;
}

/********アプリ********/
.mv {
  display: flex;
  justify-content: center;
  margin: 50px 0 0;
}

.ap {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: 20px 0;
  width: 100%;
}

@media screen and (max-width: 450px) {
  .mv img {
    width: 100%;
  }

  .ap img {
    width: 100%;
  }
}

/********スタッフリスト********/
.container {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: center;
  margin: 20px 0;
}

.container img {
  padding: 20px;
}

.staff {
  font-size: 30px;
}

.staff h2 {
  font-size: 30px;
  margin: 50px 0px 5px;
  text-align: center;
}

.staff hr {
  border: none;
  border: 3px double #333;
  height: 6px;
  margin-bottom: 50px;
  text-align: center;
  width: 50%;
}

.item p {
  text-align: center;
}

.log {
  text-align: center;
}

/*  RECRUIT メッセージ  */
.recruit_mes {
  margin: 50px 0 50px;
}

.recruit_mes h3 {
  font-size: 18px;
  margin: 10px 0;
  text-align: center;
}

.recruit_mes p {
  text-align: center;
}

/*  RECRUIT TABLE  */
.recruit table {
  align-items: center;
  display: block;
  margin: 0 auto;
  padding: 30px;
  width: 800px;
}

.recruit table th {
  border: 1px solid #333;
  background-color: #ecebea;
  padding: 30px 30px;
  white-space: nowrap;
}

.recruit table td {
  border: 1px solid #333;
  padding: 30px 30px;
  text-align: left;
}

@media screen and (max-width: 450px) {
  .recruit table {
    width: 100%;
    padding: 15px;
  }

  .recruit table th {
    padding: 15px 15px;
  }

  .recruit table td {
    padding: 15px 15px;
    font-size: 15px;
  }

  .recruit_mes p {
    font-size: 15px;
    padding: 0 10px;
  }
}
