@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap');

/*---------------------------
---------全デバイス共通//////*/
.staff-list {
    display: flex;
    flex-wrap: wrap;    
    justify-content: space-between;
    margin-bottom: 1rem;
}

.staff-item {
    width: calc(33.333% - 20px); /* PC3列 */
    background: #f9f9f9;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 6px;
    text-align: center;
}

.staff-thumb img {
    width: 100%;
    height: auto;
    border-radius: 6px;
}

/*ヘアスタイルページ*/
.hairstyle-list {
    display: flex;
    flex-wrap: wrap;    
    justify-content: space-between;
    margin-bottom: 1rem;
}

.hairstyle-item {
    width: calc(25% - 20px); /* PC4列 */
    background: #f9f9f9;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 6px;
    text-align: center;
}

.hairstyle-thumb img {
    width: 100%;
    height: auto;
    border-radius: 6px;
}

/*----------comments.php---*/
.comment-form-comment label {
  display: block;
}
.comment-form textarea {
    width: 100%;
    min-height: 100px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
}

.form-submit input {
  margin:1rem auto 4rem ;
  display: block;
  background-color: transparent;
  font-size: 1.4rem;
}


/*投稿日　投稿者 カテゴリなど*/
.entry-meta,.entry-footer {
font-size: 80%;
 padding: 1rem;
}


/*投稿記事タイトル装飾*/
h1.entry-title {
    border-bottom: 1px dashed #f3f3f3;
     padding: 0.5rem 1rem;
     font-size:120%;
}
.entry-content {
   
    padding: 1rem;
}


.blog-content {
  border: #dfecec 1px dashed;
  margin: 2rem 0;
  padding: 2rem;

}
.entry-content figure {
  margin-top: 1rem;
}
/*---------------------------------------
--------------------------------------*/
@media (max-width: 767px){
 /* 画面サイズが767px未満の場合の設定 */
 

.header_container_inner {
  max-width: 1200px;
  margin: 0 auto;
  height: 60px;
  padding: 0 20px;
  display: flex;
  justify-content: end;
}

/*
.is-animation {
  height:90px;
  transition: .3s;
}
  */


.mainvisual {
  max-width: 1200px;
  margin: 0 auto;
 
}
.topmainvisu {
  position: relative;
}

.h1_tittle {
  position: absolute;
  top: 7%;
  left: 2.2%;
  
  width: 36%;
  display: block;
  

}

.coninner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
 
}


section.concept {
  padding: 20px 0 0 0;
}

section.news {

  width:100%;
  background-color: #dfecec;

}
section.staff {
  padding: 40px 0;
}

section.menu {
  margin-top:10px;
  width:100%;
  padding: 20px 0;
  background-color: #dfecec;

}

section.hairstyle {
  padding: 40px 0;
}

section.shopinfo {
  padding: 10px 0;
}


section.map {
  padding: 10px 0;
}

section.sns {
  padding:0px 0 20px;
}



.staff_inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;

}

.concept_inner {
 max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative; /* ←重ねるために必要 */

}


section.news .inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  display: flex;
  justify-content: space-between;
}

section.menu .inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px;
  /*display: flex;*/
  /*justify-content: space-between;*/
}

section.hairstyle .inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  display: flex;
  justify-content: space-between;
}

section.shopinfo .inner {
  max-width: 1130px;
  margin: 0 auto;
  padding: 20px;
 
  background-color: #f5f5f5;
}


section.sns .inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
 


}

.concept_img img {
  width: 100%;  
  display: block;
}

/* PC：画像は60%、テキストは40% */
.concept_img {
  width: 100%;
}

/* --- 右側のテキストボックスを画像に重ねる --- */
.concept_text-box {
 
  transform: translateY(-7%); /* 縦方向の中央に重ねる */
  background: #dfecec;
  padding: 10px 20px;
  width: 100%;
  /*box-shadow: 0 4px 15px rgba(0,0,0,0.15);*/
}

.concept_title {
  font-size: 3.0rem;
  margin-bottom: 20px;
   font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;

}


.h2_title {
  font-size: 2.0rem;
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  line-height: 1.5rem;
  padding-top: 15%;

}

.h2_center {
  font-size: 2.5rem;
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  text-align: center;
 

}



.concept_subtitle span {
  background: #fff;
  padding: 4px 6px;
  font-size: 2.0rem;
}

.concept_text {
  margin-top: 20px;
  line-height: 1.8;
  color: #333;
}

.leftbox20 {
  flex: 0 0 20%;
}

.rightbox {
  flex: 1;
  font-size: 1.2rem;
}



/* ───────────────
   リスト
──────────────── */
.news-list {
  list-style: none;

  padding-bottom: 20px;
}

.news-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-top: 10px;
  
  color: #3a4848;

  /* 点線ライン（背景画像で延長できるタイプ） */
  background-image: linear-gradient(to right, #3a4848 2px, rgba(0,0,0,0) 2px);
  background-size: 6px 1px;
  background-repeat: repeat-x;
  background-position: bottom;
}

.news-date {
  width: 75px;

  display: inline-block;
}

.news-text {
  flex: 1;
}

.news-more {
  color: #3a4848;
  text-decoration: none;
  font-size: 1.2rem;
  position: relative;
  padding-right: 30px;
}

.news-more::after {
  content: ""; /* 空文字 */
  position: absolute;
  right: 0;
  top: 40%;
  /*transform: translateY(-10%);*/
  width: 18px;
  height: 18px;
  background-image: url("../img/icon.png");
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
}

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

.retsu3::after {
  content:"";
  display: block;
  width: calc(100% / 3 - 20px);
  margin: 10px;
}


.retsu4 {
  display: flex;
  flex-wrap: wrap;
  justify-content:space-between;
  padding: 10px 0;
}

.retsu4::after {
  content:"";
  display: block;
  width: calc(100% / 4 - 20px);
  margin: 10px;
}



.item {
  width:33%;
  text-align: center;
  margin-bottom:1rem;
}

.item_b {
  width:25%;
  margin-bottom:2rem;
  text-align: center;
}



.viewbox {
  display: inline-block; /* ← リンクにした時の崩れ防止 */
  margin: 0 auto;
  width: 250px;
  padding: 18px 0;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 1.8rem;
  letter-spacing: 1px;
  cursor: pointer;
  text-decoration: none;
  color: inherit; /* リンク色を継承（青にしない） */
}
.viewbox:hover {
  background-color: #f5f5f5; /* 好きな色に */
  border-color: #999;        /* 枠線の色も変えるなら */
  color: #582f2f;
}





/* ───────────────
   menu
──────────────── */
/* 各ブロック */
.menu-block {
  margin-bottom: 60px;

  
}

/* 見出し行 */
.menu-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px dotted #555;
}

.menu-head h3 {
  font-size: 2.8rem;
  margin: 0;
}

.price-head {
  font-size: 1.4rem;
  color: #333;
}
/* 注釈 */
.menu-note {
  font-size: 1.3rem;
  margin: 10px 0;
}

/* リスト（左説明・右金額） */


.menu-list li {
  display: flex;
  justify-content: space-between;
  padding: 6px 0;
  
}


/*shopinfo*/
.leftbox_shopinfo {
  flex: 0 0 55%;
}

.calender img {
  text-align: center;
  display: block;
  margin: 0 auto;
  width: 767px;
}
.rightbox_shopinfo img {
  width: 767px;
  text-align: center;
  display: block;
  margin:  auto;
  
}

/*sns*/
.sns_leftbox {
  flex:0 0 40%;
  text-align: center;
}

.sns_icon {
  display: inline-block;
  margin-left: 0rem;

}

.sns_rightbox {
  flex:0 0 40%;
}

.sns_icon img {
  width:70%;
}
.sns_rightbox img {
 width: 50%;
 display: block;
 margin: 0 auto;
}
.telmail {
  display: block;
  text-align: center;

}
.tel,.mail {
  display: inline-block;
  padding: 0 1rem;
}
.tel::before{
  content: '';
  width: 19px;
  height: 33px;
  background: url(../img/phone.png) no-repeat;
  margin-right: 10px;
  display: inline-block;
  transform: translateY(10px); /* 上下方向の位置を微調整する */

}
.mail::before{
  content: '';
  width: 37px;
  height: 25px;
  background: url(../img/mail.png) no-repeat;
  margin-right: 10px;
  display: inline-block;
  transform: translateY(5px); /* 上下方向の位置を微調整する */

}

footer {
  background-color: #dfecec;
  text-align: center;
  padding:1rem 0;

}







/*//////スタッフ紹介///////
/////////////////*/
.staff-article {
   display: block;
  justify-content:start
  

}
.staff-thumbnail {
   flex: 1;
  text-align: center;
}

.staff-name {
  width: 100%;
  border-bottom: 1px dashed #b18383;
  padding: 1rem ;
  font-weight: 400;
  text-align: center;
  }


.staff-name span {
  color: #b18383;
  font-weight: 700;
}



.staff-position {
  width: 100%;
  border-bottom: 1px dashed #b18383;
  padding: 1rem ;
  font-weight: 400;
    text-align: center;
}
.staff-position span {
  color: #b18383;
  font-weight: 700;
}

.staff-content {
  width: 100%;
  padding: 1rem;
  margin-top: 1rem;
  font-weight: 400;
  background-color: #ebf4f5;
    text-align: center;
}

.staff-content .massage {
  color: #b18383;
   font-weight: 700; 
}

.leftcontainer {
  flex: 1;
}

.staff-navigation {
  display: flex;
  justify-content: center;
  padding: 2rem;
}

.prev-staff {
    flex: 1;
  text-align: center;
}
.next-staff {
   flex: 1;
  text-align: center;
}

.h2_bg {
  background-image: url(../img/h2_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 200px;
  text-align: center;
  margin-bottom: 2rem;
  
  
  
}
.h2_centerB {
   font-size: 2.5rem;
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  padding-top: 15%;

}




.staff-item {
        width: calc(50% - 5px); /* 2列 */
    }


.hairstyle-item {
        width: calc(50% - 5px); /* 2列 */
    }



}





/*/////////////////////////////////////////
//////////////ここからＰＣ表示/////////////
/////////////////////////////////////////
//////////////////////////////////////*/


@media (min-width: 768px){
 /* 画面サイズが768px以上の場合の設定 */



.header_container_inner {
  max-width: 1200px;
  margin: 0 auto;
  height: 60px;
  padding: 0 20px;
  display: flex;
  justify-content: end;
}

/*
.is-animation {
  height:90px;
  transition: .3s;
}
  */


.mainvisual {
  max-width: 1200px;
  margin: 0 auto;
 
}
.topmainvisu {
  position: relative;
}

.h1_tittle {
  position: absolute;
  top: 7%;
  left: 2.2%;
  z-index: 100;
  width: 36%;
  display: block;

}

.coninner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
 
}


section.concept {
  padding: 40px 0;
}

section.news {
  margin-top:60px;
  width:100%;
  background-color: #dfecec;

}
section.staff {
  padding: 40px 0;
}

section.menu {
  margin-top:40px;
  width:100%;
  padding: 40px 0;
  background-color: #dfecec;

}

section.hairstyle {
  padding: 40px 0;
}

section.shopinfo {
  padding: 40px 0;
}


section.map {
  padding: 40px 0;
}

section.sns {
  padding:0px 0 40px;
}



.staff_inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;

}

.concept_inner {
 max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative; /* ←重ねるために必要 */

}


section.news .inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  display: flex;
  justify-content: space-between;
}

section.menu .inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px;
  /*display: flex;*/
  /*justify-content: space-between;*/
}

section.hairstyle .inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  display: flex;
  justify-content: space-between;
}

section.shopinfo .inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  background-color: #f5f5f5;
}


section.sns .inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;

}

.concept_img img {
  width: 100%;  
  display: block;
}

/* PC：画像は60%、テキストは40% */
.concept_img {
  width: 50%;
}

/* --- 右側のテキストボックスを画像に重ねる --- */
.concept_text-box {
  position: absolute;
  top: 65%;
  right: 0;
  transform: translateY(-50%); /* 縦方向の中央に重ねる */
  background: #dfecec;
  padding: 30px 20px;
  width: 55%;
  /*box-shadow: 0 4px 15px rgba(0,0,0,0.15);*/
}

.concept_title {
  font-size: 3.0rem;
  margin-bottom: 20px;
   font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;

}


.h2_title {
  font-size: 2.5rem;
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  line-height: 1.5rem;
  padding-top: 15%;

}

.h2_center {
  font-size: 2.5rem;
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  text-align: center;
 

}



.concept_subtitle span {
  background: #fff;
  padding: 4px 6px;
  font-size: 2.0rem;
}

.concept_text {
  margin-top: 20px;
  line-height: 1.8;
  color: #333;
}

.leftbox20 {
  flex: 0 0 20%;
}

.rightbox {
  flex: 1;
}



/* ───────────────
   リスト
──────────────── */
.news-list {
  list-style: none;

  padding-bottom: 20px;
}

.news-list li {
  display: flex;
  align-items: center;
  gap: 40px;
  padding-top: 10px;
  font-size: 16px;
  color: #3a4848;

  /* 点線ライン（背景画像で延長できるタイプ） */
  background-image: linear-gradient(to right, #3a4848 2px, rgba(0,0,0,0) 2px);
  background-size: 6px 1px;
  background-repeat: repeat-x;
  background-position: bottom;
}

.news-date {
  width: 12%;

  display: inline-block;
}

.news-text {
  flex: 1;
}

.news-more {
  color: #3a4848;
  text-decoration: none;
  font-size: 16px;
  position: relative;
  padding-right: 30px;
}

.news-more::after {
  content: ""; /* 空文字 */
  position: absolute;
  right: 0;
  top: 10%;
  /*transform: translateY(-10%);*/
  width: 18px;
  height: 18px;
  background-image: url("../img/icon.png");
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
}

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

.retsu3::after {
  content:"";
  display: block;
  width: calc(100% / 3 - 20px);
  margin: 10px;
}


.retsu4 {
  display: flex;
  flex-wrap: wrap;
  justify-content:space-between;
  padding: 40px 0;
}

.retsu4::after {
  content:"";
  display: block;
  width: calc(100% / 4 - 20px);
  margin: 10px;
}



.item {
  width:33%;
  text-align: center;
  margin-bottom:1rem;
}

.item_b {
  width:25%;
  margin-bottom:4rem;
  text-align: center;
}



.viewbox {
  display: inline-block; /* ← リンクにした時の崩れ防止 */
  margin: 0 auto;
  width: 250px;
  padding: 18px 0;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 1.8rem;
  letter-spacing: 1px;
  cursor: pointer;
  text-decoration: none;
  color: inherit; /* リンク色を継承（青にしない） */
}
.viewbox:hover {
  background-color: #f5f5f5; /* 好きな色に */
  border-color: #999;        /* 枠線の色も変えるなら */
  color: #582f2f;
}





/* ───────────────
   menu
──────────────── */
/* 各ブロック */
.menu-block {
  margin-bottom: 60px;

  
}

/* 見出し行 */
.menu-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px dotted #555;
}

.menu-head h3 {
  font-size: 2.8rem;
  margin: 0;
}

.price-head {
  font-size: 1.4rem;
  color: #333;
}
/* 注釈 */
.menu-note {
  font-size: 1.3rem;
  margin: 10px 0;
}

/* リスト（左説明・右金額） */


.menu-list li {
  display: flex;
  justify-content: space-between;
  padding: 6px 0;
  
}







/*shopinfo*/
.leftbox_shopinfo {
  flex: 0 0 55%;
}

.rightbox_shopinfo {
  
}

/*sns*/
.sns_leftbox {
  flex:0 0 40%;
  text-align: center;
}

.sns_icon {
  display: inline-block;
  margin-left: 0.5rem;

}

.sns_rightbox {
  flex:0 0 40%;
}

.sns_icon img {
  width:80%;
}

.telmail {
  display: block;
  text-align: center;

}
.tel,.mail {
  display: inline-block;
  padding: 0 1rem;
}
.tel::before{
  content: '';
  width: 19px;
  height: 33px;
  background: url(../img/phone.png) no-repeat;
  margin-right: 10px;
  display: inline-block;
  transform: translateY(10px); /* 上下方向の位置を微調整する */

}
.mail::before{
  content: '';
  width: 37px;
  height: 25px;
  background: url(../img/mail.png) no-repeat;
  margin-right: 10px;
  display: inline-block;
  transform: translateY(5px); /* 上下方向の位置を微調整する */

}

footer {
  background-color: #dfecec;
  text-align: center;
  padding:1rem 0;

}





/*//////スタッフ紹介///////
/////////////////*/
.staff-article {
  display: flex;
  justify-content: space-between;
  

}
.staff-thumbnail {
  flex: 0 0 30%;
  margin-right: 1.5rem;
}

.staff-name {
  width: 100%;
  border-bottom: 1px dashed #b18383;
  padding: 1rem ;
  font-weight: 400;
  }


.staff-name span {
  color: #b18383;
  font-weight: 700;
}



.staff-position {
  width: 100%;
  border-bottom: 1px dashed #b18383;
  padding: 1rem ;
  font-weight: 400;
}
.staff-position span {
  color: #b18383;
  font-weight: 700;
}

.staff-content {
  width: 100%;
  padding: 1rem;
  margin-top: 1rem;
  font-weight: 400;
  background-color: #ebf4f5;
}

.staff-content .massage {
  color: #b18383;
   font-weight: 700; 
}

.leftcontainer {
  flex: 1;
}

.staff-navigation {
  display: flex;
  justify-content: space-around;
  padding: 2rem;
}

.prev-staff {
  flex: 0 0 50%;
}
.next-staff {
  flex: 1;
}

.h2_bg {
  background-image: url(../img/h2_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 280px;
  text-align: center;
  margin-bottom: 4rem;
  
  
  
}
.h2_centerB {
   font-size: 2.5rem;
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  padding-top: 15%;

}




}
