@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
body {
  background-color: #fff;
}
/* ヘッダーの高さ調整 */
.logo-text {
  padding: 10px 0;
}

.site-name-text {
  font-size: 16px;
}

.container {
  display: flex;
  justify-content: space-between;
  width: 95%;
  margin: 0 auto;
  padding: 5px 0 10px;
  align-items: center;
}

.headerMenu {
  margin-left: 30%;
}

.header_logo a img {
  width: 60px;
}

.headerMenu_list {
  display: flex;
}

.headerNav_item {
  padding: 15px;
}

.headerNav_item a {
  text-decoration: none;
  color: #000;
}

.headerNav_item a:hover {
  color: #F5EDF0;
  transition: all 0.3s ease 0s;
	cursor: pointer;
}

.headerMenu_list > li:last-of-type {
  padding: 5px;
}

.contact_btn {
  display: inline-block;
  border: 1px solid #000;
  border-radius: 20px;
  padding: 10px 30px;
}

/* 画面幅いっぱいに */
.wrap {
  width: 100%;
}

#main {
  max-width: none;
  width: 100%;
  padding: 0;
}
/* 画面幅ここまで */

/* PC時非表示 */
.sp_only {
  display: none;
}

/* scrollの設定 */
.wrapper {
  position: relative;
}

.scroll_down{
  position:absolute;
  top:-150px;
  right:48%;
  animation: arrowmove 1s ease-in-out infinite;
}

.scroll_down a{
  position: absolute;
  left: -24px;
  bottom: 30px;
  color: #000;
  font-size: 14px;
  font-family: 'Josefin Sans', sans-serif;
  letter-spacing: .2em;
  text-transform: uppercase;
  width: 24px;
  height: 24px;
  text-decoration: none;
}

.text {
  display: block;
  margin-top: 70px;
  margin-left: -14px;
  font-size: 12px;
  color: #000;
  text-transform: uppercase;
  white-space: nowrap;
  letter-spacing: 2px;
}

.arrow {
  position: absolute;
  width: 28px;
  height: 5px;
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  animation: move 3s ease-out infinite;
}

.arrow:first-child {
  animation: move 3s ease-out 1s infinite;
}

.arrow:nth-child(2) {
  animation: move 3s ease-out 2s infinite;
}

.arrow:before,
.arrow:after {
  content: ' ';
  position: absolute;
  top: 0;
  height: 100%;
  width: 51%;
  background: #000;
}

.arrow:before {
  left: 0;
  transform: skew(0deg, 30deg);
}

.arrow:after {
  right: 0;
  width: 50%;
  transform: skew(0deg, -30deg);
}

@keyframes move {
  25% { opacity: 1; }
  33% { opacity: 1; transform: translateY(30px); }
  67% { opacity: 1; transform: translateY(40px); }
  100% { opacity: 0; transform: translateY(55px) scale3d(0.5, 0.5, 0.5); }
}
/* scrollここまで */

/* コンテンツ共通 */
.section_title {
  font-size: 36px;
}

.section_title small {
  font-size: 24px;
  margin-left: 20px;
}

.main_container {
  margin: 150px auto 0;
  width: 70%;
  text-align: center;
}

.inner {
  padding-top: 70px;
}

.inner p {
  margin-top: 50px;
  line-height: 2rem;
}

ul {
  padding-left: 0;
}

li {
  text-decoration: none;
  list-style: none;
}
/* コンテンツ共通ここまで */

/* 各コンテンツの設定 */
.keyVisual {
  height: 75vh;
}

.keyVisual_inner {
  width: 100%;
  height: 100%;
}

.keyVisual_inner img {
  height: 100%;
  width: 100%;
}

/* セクション2 */
.section02_wrap {
  display: flex;
  align-items: center;
  margin-top: 150px;
}

.section02_wrap img {
  width: 45%;
}

.content_inner > li:nth-child(2n) {
  flex-direction: row-reverse;
}

.section_right {
  text-align: start;
  margin-left: 50px;
  position: relative;
}

.content_inner > li:nth-child(2n) .section_right {
  margin-left: 0;
  margin-right: 50px;
}

.section_right::before {
  color: #707070;
  font-size: 24px;
  position: absolute;
  font-weight: bold;
}
.section02_right_ttl {
  font-size: 24px;
  padding-left: 10%;
}
#section02Ttl_01::before {
  content: "01";
}
#section02Ttl_02::before {
  content: "02";
}
#section02Ttl_03::before {
  content: "03";
}
#section02Ttl_04::before {
  content: "04";
}
#section02Ttl_05::before {
  content: "05";
}
#section02Ttl_06::before {
  content: "06";
}

.section02_right_text {
  margin-top: 25px;
  padding-left: 60px;
}

#section02_item01 {
  margin-top: 75px;
}
/* セクション2ここまで */
/* セクション3 */
#menu {
  width: 100%;
  background-color: #F5EDF0;
}

.section03_inner {
  width: 70%;
  margin: 0 auto;
  padding: 90px 0;
}

.recommendMenu {
  margin-top: 65px;
}

.recommendMenu_list {
  margin-top: 40px;
}

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

#reverse_item {
  flex-direction: row-reverse;
  margin-top: 60px;
}

#reverse_item > .section_right {
  margin-left: 0;
  margin-right: 50px;
}

.section03_right_inner {
  text-align: center;
}

.section03_right_text {
  text-align: left;
}

.section03_right_link {
  display: inline-block;
  background-color: #fff;
  padding: 15px 60px;
  border-radius: 20px;
  text-decoration: none;
  color: #000;
  margin-top: 10px;
}

.recommendTitle_line {
  border-bottom: solid #000 1px;
  width: 230px;
  margin: 0 auto;
}

.recommendMenu_line {
  border-bottom: dotted #000 2px;
  margin-top: 30px;
}

.section3_recommendImg {
  height: 250px;
}

.menuContainer {
  width: 50%;
  margin: 75px auto 0;
}

.menuInner {
  margin-top: 40px;
}

.menuTitle {
  text-align: left;
  padding: 0px 0px 10px 20px;
  font-size: 24px;
  border-bottom: dotted 1px #000;
}

.menuContainer dl {
  width: 90%;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  font-size: 12px;
  margin-top: 20px;
}

.price span {
  display: block;
  text-align: end;
}

.annotation {
  margin-top: 5px;
}

#flex_none {
  display: block;
}

.parmamentMenu {
  text-align: left;
}

.parmamentInner dl {
  width: 100%;
  padding-left: 5%;
}
/* セクション3ここまで */
/* セクション4 */
.section04_list {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  list-style: none;
}

.section04_item {
  margin-right: 90px;
  width: 350px;
}

.section04_list li:nth-child(2n) {
  margin-right: 0;
}

.section04_item_btn {
  margin-top: -40px;
}

.section04_item_btn a {
  text-decoration: none;
  color: #000;
}

.section04_item_btn a span {
  display: inline-block;
  padding: 10px 15px;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 20px;
}
/* セクション4ここまで */
/* セクション5 */
.section05_container {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section05_left_content {
  margin-right: 50px;
  width: 50%;
}

.section05_right_content > div {
  text-align: left;
  margin-top: 20px;
}

.section05_right_content > div > p {
  margin-top: 10px;
  font-size: 14px;
}

.time_textColor {
  color: #FC8888;
}

.tel {
 text-decoration: none;
 color: #707070;
}

.access_btn {
  margin-top: 30px;
  display: block;
  margin: 30px auto 0;
}

.access_btn::after {
  content: "+";
  padding-left: 10px;
}

/* モーダルを開くボタン */
.modal__trigger {
  cursor: pointer;
  display: block;
  background: #fff;
  margin: 30px auto 0;
  border-radius: 20px;
  padding: 10px 20px;
}

.modal__trigger:nth-child(n + 2) {
  margin-top: 10px;
}

.modal__trigger::after {
  content: "+";
  padding-left: 10px;
}

/* モーダル本体 */
.modal__wrapper {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
}

.modal__layer {
  height: 100%;
  background: rgba(50, 50, 50, .85);
  cursor: pointer;
}

.modal__container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(calc(100% - 40px), 1000px);
  height: calc(100% - 40px);
  padding: 20px;
  background: #fff;
}

.modal__inner {
  position: relative;
  overflow-y: scroll;
  height: 100%;
  padding: 20px;
}

/* モーダルを閉じるボタン */
.modal__close {
  position: absolute;
  top: 20px;
  right: 10px;
  width: 44px;
  height: 44px;
  background: rgba(50, 50, 50, 1);
  cursor: pointer;
  transition: opacity .6s;
  border-radius: 50%;
}

.modal__close:hover {
  opacity: .6;
}

.modal__close:before,
.modal__close:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 1px;
  background: #fff;
  content: '';
}

.modal__close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.modal__close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

/* モーダル内のコンテンツ */

.modal__text {
  margin-top: 30px;
  line-height: 2.875;
}

.routeImg {
  width: 90%;
}

.container-fluid {
  width: 90%;
  margin: 0 auto;
}

.module-Article_Item_Body p {
  margin-top: 0;
}

.module-Article_Item {
  display: flex;
  width: 30%;
}
/* セクション5ここまで */
/* セクション6 */
.section06 {
  background-image: url(images/access_bgimg.png);
  width: 100%;
}

#reserve {
  margin-top: 0px;
}

.section06_inner {
  width: 70%;
  margin: 0 auto;
  padding: 50px 0;
}

.section06_list {
  margin-top: 20px;
  list-style: none;
  display: flex;
  justify-content: space-between;
}

.section06_item {
  margin-top: 30px;
}

.section06_list a {
  text-decoration: none;
  color: #000;
  background-color: #fff;
  padding: 10px 20px;
  border-radius: 20px;
}
/* セクション6ここまで */
/* セクション7 */
#voice {
  background-image: url(images/voice_bg.png);
  width: 100%;
}

.section07-inner {
  width: 70%;
  margin: 0 auto;
}

.voice_Container {
  margin-top: 65px;
  padding-bottom: 65px;
}
/* セクション7ここまで */
/*  footerの調整  */
.footer {
  margin-top: 0;
}

/* スタッフ紹介ページの設定 */
.staff_kv_inner img {
  height: 100%;
  width: 100%;
  position: relative;
}
.staff_name {
  position:absolute;
  top: 50%;
  left: 55%;
  transform: translateY(-50%);
}

.staff_name_item {
 font-size: 36px;
 padding: 5px 0 25px;
 line-height: 1.2;
}

.qualification {
  font-size: 16px;
}

.staff_text {
  font-size: 24px;
  margin-top: 50px;
  line-height: 1.5;
}

#profile {
  width: 100%;
  padding-bottom: 60px;
  background-color: #F5EDF0;
}

.profile_text {
  margin-top: 25px;
}

.profile_text img {
  width: 250px;
}

.profile_text > .staff_name_item {
  margin-top: 10px;
}

.profile_text dl {
  display: flex;
  width: 70%;
  flex-wrap: wrap;
  margin: 50px auto 20px;
  padding-left: 100px;
}

.profile_text dl dt {
  width: 20%;
  text-align: left;
  margin-bottom: 25px;
}

.profile_text dl dd {
  width: 80%;
  text-align: left;
  margin-bottom: 25px;
}

.btn_Reserve {
  background-color: #fff;
  padding: 15px 50px;
  border-radius: 20px;
  text-decoration: none;
  color: #000;
  margin-top: 50px;
}
.btn {
  margin-top: 50px;
  border: none;
  background: none;
}

.top_Link {
  margin-top: 50px;
}

.top_Link a {
  text-decoration: none;
  color: #000;
}

.top_Link_line {
  border-bottom: dotted #000 2px;
  margin: 5px auto 0;
  width: 200px;
}

/* home.php */
#blog_wrapper .scroll_down {
  top: 0;
  right: 50%;
}

.blog_title {
  padding: 50px 0;
  text-align: center;
}

.blog_title h2 {
  font-size: 36px;
}
.blog_title h2 small {
  font-size: 20px;
  margin-left: 20px;
}
/* 記事カード一覧 */
.blog-listing {
  padding: 200px 20px;
  background-color: #F5EDF0;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}

.blog-card {
  background: #fff;
  border: 1px solid #ccc;
  padding: 10px;
  transition: 0.3s;
  border-radius: 10px;
}

.blog-card:hover {
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.blog-card .thumbnail img {
  width: 100%;
  height: auto;
}

.blog-card .meta {
  padding-top: 10px;
}

.blog-card .meta .date {
  display: block;
  font-size: 12px;
  color: #999;
}

.blog-card .meta .title {
  font-size: 16px;
  margin: 5px 0 0;
}

/* ページネーション */
.pagination {
  text-align: center;
  margin-top: 40px;
}
/* home.phpここまで */

/* footer.php */
.footer_inner {
  width: 90%;
  margin: 0 auto;
}

.footerNav_list {
  display: flex;
  list-style: none;
}

.footerNav_item {
  padding: 30px 20px;
}

.footerNav_item a {
  color: #000;
  text-decoration: none;
}

.footerNav_item a:hover {
  color: #F5EDF0;
  transition: all 0.3s ease 0s;
	cursor: pointer;
}
/* footer ここまで */

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
  .slick-dots {
    display: block !important
  }
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
  .contact_btn {
    text-decoration: none;
    color: #707070;
    line-height: 22px;
    text-align: center;
    padding: 10px 50px;
    border-radius: 43px;
  }
  /* メニューのスタイル */
  .menu {
    position: fixed;
    top: 0;
    right: -100%; /* 初期状態では画面の外に隠れている */
    width: 300px;
    height: 100%;
    background-color: #fafad2;
    color: #333;
    transition: right 0.3s ease; /* スライドインのアニメーション */
    padding: 20px;
    box-sizing: border-box;
    z-index: 10;
  }

  /* メニューが開いているとき */
  .menu.open {
    right: 0;
  }

  /* ナビゲーション */
  /* ボタンのスタイル */
  .hamburger {
    position: fixed;
    top: 135px;
    right: 20px;
    width: 50px;
    cursor: pointer;
    z-index: 20;
    padding: 10px;
    background: rgba(198, 198, 198, 0.5);
    border-radius: 50%;
  }

  .hamburger span {
    display: block;
    height: 3px;
    width: 100%;
    background-color: #333;
    margin: 5px 0;
    transition: 0.4s;
  }

  /* バツ印に変化するスタイル */
  .hamburger.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
  }

  .hamburger.active span:nth-child(2) {
    opacity: 0;
  }

  .hamburger.active span:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
  }
    /* メニューリストのスタイル */
  .menu ul {
    list-style-type: none;
    padding: 0;
    margin-top: 150px;
  }

  .menu li {
    padding: 20px 0;
    border-bottom: 1px solid #444;
  }

  .menu li a {
    color: #333;
    text-decoration: none;
    display: block;
  }
  .main_container {
    margin: 50px auto 0;
    width: 80%;
  }
  /*ナビゲーションここまで */
  /* KVの設定 */
  .keyVisual {
    max-width: 100%;
  }
  .keyVisual_inner {
    max-width: 100%;
  }
  .keyVisual_inner img {
    max-width: 100%;
    height: auto;
  }
  /* KVの設定ここまで */
  /* スクロール */
  .scroll_down{
    top:-130px;
    right:43%;
  }
  /* スクロールここまで */
  /* コンテンツ共通 */
  .main_container {
    margin: 30px auto 0;
    width: 90%;
  }
  .inner p {
    margin-top: 25px;
  }
  .section_title {
    line-height: 1.25;
  }
  .section_title small {
    margin-left: 0;
    font-size: 16px;
  }
  ul {
    padding-left: 0;
  }
  /* コンテンツ共通はここまで */
   /* こだわりの設定 */
  .content_inner {
    padding-left: 0;
  }
  .section02 {
    padding-bottom: 50px;
  }
  .section02_wrap {
    display: block;
    margin-top: 0;
  }
  #section02_item01 {
    margin-top: 0;
  }
  .section02_wrap img {
    width: 100%;
  }
  .section_right {
    margin-left: 0;
    margin-top: 25px;
  }
  .section02_right_ttl {
    padding-left: 13%;
  }
  .section02_right_text {
    padding-left: 0;
    margin-top: 0;
  }
  .content_inner > li:nth-child(2n) .section_right {
    margin-right: 0px;
  }
  /* slick sliderの設定 */
  .slider .slick-prev
  {
    /* デフォルトでは-25px(= スライダーの外側) */
    left: -10px;
    top: 20%;
  }
  .slider .slick-next
  {
    /* デフォルトでは-25px(= スライダーの外側) */
    right: -5px;
    top: 20%;
  }
  .slider .slick-prev,
  .slider .slick-next
  {
    /* スライド画像の後ろに隠れないようにする */
    z-index: 100;
  }
  .slider .slick-prev::before,
  .slider .slick-next::before {
    /* フォントと色の設定はbefore内で行う */
    font-size: 28px;
    color: #707070;
  }
  /* slick sliderここまで */
  /* こだわりの設定ここまで */
  /* メニューの設定 */
  
  .recommendMenu_item {
    display: block;
  }
  .recommendMenu h3 {
    font-size: 20px;
  }
  .recommendMenu .section03_right_ttl {
    font-size: 24px;
    line-height: 1.2;
  }
  .recommendMenu .section03_right_text {
    margin-top: 30px;
  }
  #reverse_item > .section_right {
    margin-right: 0;
  }
  .menuContainer {
    width: 100%;
  }
  .section03_inner {
    width: 90%;
  }
  /* メニューの設定ここまで */
  /* スタッフ紹介の設定 */
  .section04_list {
    display: block;
  }
  .section04_item {
    margin-right: 0;
    margin-top: 70px;
  }
  .section04_item_btn {
    margin-top: -10px;
  }
  /* スタッフ紹介ここまで */
  /* アクセスの設定 */
  .section05_container {
    display: block;
  }
  .section05_left_content {
    width: 100%;
  }
  .modal__container {
    padding: 0;
  }
  .modal__content {
    margin: 35% auto;
    width: 85%;
  }
  .modal__inner {
    padding: 0;
  }
  .modal-text {
    margin-top: 60px;
  }

  /* アクセスの設定ここまで */
  /* 予約の設定 */
  .section06 {
    background:no-repeat center url(images/reserve_bg.png);
    background-size: cover;
  }
  #reserve {
    width: 100%;
  }
  .section06_inner {
    width: 90%;
  }
  .section06_list {
    display: block;
  }
  .section06_item {
    margin-top: 45px;
  }
 .top_btn {
    font-size: 18px;
  }
  .top_btn a {
    display: inline-block;
    margin: 10px 0;
    padding: 15px 10px 15px;
    color: #707070;
    text-decoration: none;
  }
  /* 予約の設定ここまで */

  /* スタッフ紹介ページ */
  .staff_name {
  top: 22%;
  left: 5%;
  }
  #staff_name_txt {
    top: 125%;
  }
  #staff_wrapper .scroll_down {
    top: 16%;
    right: 48%;
  }
  #staff_exp {
    font-size: 18px;
  }
  #hair_catalog {
    padding-top: 125%;
    padding-bottom: 50px;
  }
  #hair_catalog .slick-prev,
  #hair_catalog .slick-next {
    top : 50%;
  }
  .staff_name_en {
    display: inline-block;
    padding-top: 15px;
  }
  .profile_line {
    border-bottom: solid #000 1px;
    width:  150px;
    margin: 0 auto;
  }
  .profile_text dl {
    width: 90%;
    padding-left: 0;
    margin-bottom: 0;
  }
  .profile_text dl dt, .profile_text dl dd{
    width: 100%;
  }
  .profile_text dl dt {
    font-weight: bold;
    margin-bottom: 5px;
    text-align: center;
  }
  .profile_text dl dd {
    margin-top: 10px;
    text-align: center;
    margin-bottom: 60px;
  }
  #profile .btn {
    margin-top: 0;
  }
  .top_btn {
    font-size: 18px;
  }
  .top_btn a {
    display: inline-block;
    margin: 10px 0;
    padding: 15px 10px 15px;
    color: #707070;
    text-decoration: none;
  }

  /* home.php */
  .blog-listing {
    padding: 150px 20px;
    background-color: #F5EDF0;
  }

  #blog_wrapper .scroll_down {
    right: 46%;
  }
  .blog_title h2 small {
    margin-left: 0;
  }
}
