@charset "utf-8";

body {
  font-family: 'Kosugi', sans-serif;
  color: #777;
  font-size: 16px;
}

.en {
  font-family: 'Marcellus', serif;
  color: #777;
  font-size: 16px;
}



/* ヘッダー */
.header_menu {
  font-family: 'Marcellus', serif;
  position: fixed;
  top: -100px;
  right: 0;
  z-index: 9999;
  width: 100%;
  height: 100px;
  background-color: #fff;
  display: block;
  transition: .8s;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.13em;
}

.header_menu li {
  margin: 0 30px;
}

@media screen and (min-width: 481px) {


  .hamburger {
    display: none;
  }

  .globalMenuSp {
    display: none;
  }

  .sp-area-header {
    display: none;
  }

}

/* スライド */
.slick {
  overflow: hidden;
}
.slide-items {
  width: 100%;
  height: 100vh;
}

.slide-items li img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  display: block;
}

/* 共通項目 */

.main_wrap {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}

h2 {
  font-family: 'Marcellus', serif;
  position: relative;
    display: inline-block;
    padding: 0 55px;
    font-size: 40px;
    letter-spacing: 0.13em;
}

h2::before,
h2::after{
  content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 30px;
    height: 2px;
    background-color: #999;
}

h2::before {
  left: 0;
}

h2::after {
  right: 0;
}

/* ボタン */
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.btn,
a.btn,
button.btn {
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #777;
  border-radius: 0.5rem;
}

a.btn-svg {
  font-weight: 700;
  line-height: 54px;

  width: 204px;
  height: 54px;
  padding: 0;

  cursor: pointer;
  text-decoration: none;

  background-color: transparent;
}

a.btn-svg svg {
  position: absolute;
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;
}

a.btn-svg svg rect {
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;

  stroke: #777;
  stroke-width: 1;
  stroke-dasharray: 200px, 16px;
  stroke-dashoffset: 70px;
}

a.btn-svg:hover svg rect {
  stroke-dashoffset: 284px;
}

a.btn-svg span {
  color: #777;
}

/* 下層ページヘッダー */
.fv .img {
  width: 100%;
  height: 450px;
}

.fv .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* メインキャッチ */
.main_catch {
  width: 100%;
  height: 600px;
  background-image: url(../img/catch_bg.jpg);
  position: relative;
}
.main_catch_text {
  font-size: 18px;
  color: #fff;
  margin: 0 auto;
  width: 750px;
  height: 300px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  margin: auto;
}
.main_catch p {
  display: grid;
  align-items: center;
  line-height: 2;
  color: #777;
  letter-spacing: 0.3em;
  text-align: center;
  border-radius: 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  margin: auto;
  background: #fff;
  width: 750px;
  height: 300px;
}

/* メインコンテンツ */

.main_content {
  margin: 80px auto;
  overflow: hidden;
}

.content_text {
  line-height: 3;
  letter-spacing: 0.2em;
  margin: 30px 0;
}

.concept_flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}

.concept_flex_img {
  flex: 1;
  width: 50%;
  height: 450px;
  margin-left: -50VW ;
}

.concept_flex_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 150px;
  border-radius: 0 10px 10px 0;
}

.concept_flex_text {
  width: 50%;
padding: 0 5%;
   box-sizing: border-box;
}

.menu_flex {
  display: flex;
  justify-content: space-between;
}

.menu_flex_text {
  width: 50%;
  padding: 0 5%;
  box-sizing: border-box;
}

.menu_flex_img {
  flex: 1;
  width: 50%;
  height: 450px;
  margin-right: -50VW;
}

.menu_flex_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px 0 0 10px;
}

/* sub_content */

.sub_content {
  margin: 80px auto;
  overflow: hidden;
}

.sub_flex {
  display: flex;
  margin: 0 -40px;
}

.sub_box {
  width: 50%;
  padding: 0 40px;
  justify-content: space-between;
  align-items: center;
}

.sub_box img {
  width: 100%;
  height: 100%;
  margin-bottom: 40px;
  border-radius: 10px 10px 10px 10px;
}

/* アクセス */
.access {
  margin: 80px auto;
  text-align: center;
}

.access p {
  margin-top: 40px;
  line-height: 3;
}

.oh {
  font-family: 'Marcellus', serif;
  font-size: 18px;
  margin-bottom: 40px;
}

.contact {
  margin: 80px auto;
  text-align: center;
}

/* フッター */
.footer {
  margin: 80px auto;
  text-align: center;
}

.copyright {
  font-family: 'Marcellus', serif;
  font-size: 14px;
  text-align: center;
  margin-bottom: 80px;
}

/* コンセプトページ */
.sub_concept {
  text-align: center;
  margin: 80px auto;
}

.sub_concept_txt {
  width: 80%;
  margin: 30px auto;
  line-height: 3;
  letter-spacing: 0.2em;
}

/* メニューページ */
.hair_menu {
  text-align: center;
  margin: 80px auto;
}

.table_head {
  font-family: 'Kosugi', sans-serif;
  font-size: 16px;
  margin-top: 40px;
}

.hair_menu table {
  text-align: left;
  margin: 40px auto;
  width: 80%;
}

.hair_menu th {
  padding: 30px 0px;
}

.hair_menu td {
  padding: 15px 100px 15px 0px;
}

.hair_menu .cap {
  font-size: 14px;
}

/* ヘアスタイルページ */
.hairstyle {
  margin: 80px auto;
  text-align: center;
}

.hairstyle .main_wrap > h3 {
  text-align: left;
  margin: 40px 0 20px 0;
  font-size: 16px;
}

.hair_flex {
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}

.hairstyle li {
  padding: 10px;
  width: 25%;
}

.hair_img {
  width: 100%;
  height: 200px;
}

.hair_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .3s ease-in-out;
}

.hair_img:hover img {
  opacity: 0.6;
}

/*　ContactForm7のテーブル化レスポンシブ調整　*/

/*テーブルを親要素の幅いっぱいに伸ばす*/
.table-res-form {
  width: 100%;
}

/*　ContactForm7のテーブル化レスポンシブ調整　*/

/*テーブルを親要素の幅いっぱいに伸ばす*/
.table-res-form {
  width: 100%;
}
/*一行ごとに上ボーダー*/
.table-res-form tr {
  border-top: 1px #DDD solid;
}
/*一番上の行だけボーダーなし*/
.table-res-form tr:first-child {
  border-top: none;
}
/*thとtd内の余白指定*/
.table-res-form th, .table-res-form td {
  padding: 1.5em;
}
/*th（項目欄）は30%幅、テキストを右寄せ*/
.table-res-form th {
  width: 30%;
  text-align: right;
}
/*「必須」部分のスタイリング*/
.table-res-form .requied {
  font-size: 0.8em;
  color: #888;
  display: inline-block;
  padding: 0.3em 0.3em 0.2em;
  border: 1px #DDD solid;
  border-radius: 2px;
}

/*ここから768px以下の指定*/

@media only screen and (max-width: 768px) {
　　　　　/*thとtdをブロック化して幅100％にして、縦積み*/
  .table-res-form th, .table-res-form td {
      width: 100%;
      display: block;
  }
　　　　　/*th（項目名）欄の不要な余白削除・テキスト左寄せ*/
  .table-res-form th {
      padding-bottom: 0;
      text-align: left;
  }
　　　　　/*不要な最終行の左のthを非表示にする*/
  .table-res-form .empty {
      display: none;
  }
}

/*ここまで768px以下の指定---終わり*/

/*ここから入力欄のスタイル指定*/

/*各入力フォームスタイリング*/
.table-res-form input[type="text"], input[type="email"], textarea {
  border: 1px #eee solid;
  padding: 0.5em;
  border-radius: 5px;
  margin-bottom: 0.5em;
  width: 100%;
  text-align: left;
}
/*入力欄にフォーカスしたら変化*/
.table-res-form input[type="text"]:focus, textarea:focus {
  background: #fff;
  box-shadow: 0 0 1px 0 rgba(245, 245, 245, 0.6);
}
/*送信ボタンスタイリング*/
.table-res-form input[type="submit"] {
  border: 1px #999 solid;
  padding: 0.5em 4em;
  border-radius: 5px;
  background: #999;
  color: #fff;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
  font-weight: bold;
  text-align: center;
}

.sendform {
  text-align: center;
}
/*送信ボタン・マウスオーバー時スタイリング*/
.table-res-form input[type="submit"]:hover {
  background: #666;
  box-shadow: none;
}

/* アーカイブテンプレート */
.card_flex {
  display: flex;
  margin: 80px -20px 20px;
  flex-wrap: wrap;
}

.card_item {
  margin: 20px 0;
  width: 33%;
  padding: 0 20px;
  justify-content: space-between;
  align-items: center;
}

.card_img img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  transition: .3s ease-in-out;
}

.card_img:hover img {
  opacity: 0.6;
}


.card_item time {
  margin: 10px 0;
  display: block;
  text-align: left;
  font-size: 14px;
  color: #999;
}

.card_item h1 {
  font-size: 15px;
  display: block;
  text-align: left;
  line-height: 1.5;
}

.pagination{
  margin:40px auto;
  text-align: center;
}
.nav-links{
  display:flex;
  justify-content: center;
}
.pagination .page-numbers{
  margin-right:20px;
  padding:20px 25px;
  color:#333;
  border-radius:3px;
  box-shadow:0 3px 3px #999;
  background:#fff;
}
.pagination .current{
  padding:20px 25px;
  background:#afafaf;
  color:#fff;
}
.pagination .prev,
.pagination .next{
  font-size: 15px;
  background:transparent;
  box-shadow:none;
  color:#afafaf;
  letter-spacing: 0.08em;
}
.pagination .dots{
  background:transparent;
  box-shadow:none;
}

/* ブログ個別ページ */
.blog_contents {
  margin: 80px auto;
  width: 80%;
}

.blog_contents time {
  text-align: center;
  display: block;
}
.blog_contents h1 {
  margin: 20px 0 40px;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

.blog_contents h2 {
  font-family: 'Kosugi', sans-serif;
  position: static;
  margin: 20px 0;
  padding: 0px;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

.blog_contents h2::before {
  content: none;
  position: static;
}

.blog_contents h2::after {
  content: none;
  position: static;
}

.blog_contents h3 {
  margin: 20px 0;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

.blog_contents img {
  margin: 40px auto;
  width: 100%;
  
}

.blog_contents p {
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.08em;
  font-weight: 200;
}

.nav-below {
  font-size: 14px;
  display: flex;
  margin: 100px 20px 20px 20px;
  justify-content: space-between;
  line-height: 1.5;
}

.nav-previous {
  margin-right: 80px;
}

.nav-next {
  text-align: right;
  margin-left: 80px;
}

.nav-summary {
  font-size: 14px;
  margin: 40px 0;
  text-align: center;
}
