@charset "utf-8";
:root {
  --dark: #000;
  --black: #333;
  --light: #666;
  --white: #fff;
  --blue: #4184F3;
  --gray: #e6e6e6;
  --orange: #ffae00;
  --about: #5585B4;
  --menu: #7CD9A4;
  --staff: #F5C1F7;

  --shadow: 0 1px 5px rgba(104, 104, 104, 0.8);
}






/* 各セクションの外枠 */
/* 各セクション間の余白 */
.section-wrap {
  padding-bottom: 56px;
}
/* 各セクションの横幅を制限する囲み */
.section-box {
  width: 100vw;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}


/* トップ画像 */
.img-container {
  width: 100%;
}
.img-container .img {
  width: 100%;
  padding-top: 100%;
}





/* 英字タイトル */
.eg-title {
  width: 100%;
  font-family: canada-type-gibson, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.eg-title li {
  display: flex;
  justify-content: space-between;
  list-style-type: none;
  line-height: 1;
  text-transform: uppercase;
}


/* staff英字エリア */
.eg-title-staff .li-top {
  font-size: clamp(37px, 12vw, 57px);
}
.eg-title-staff .li-center {
  font-size: clamp(56px, 15vw, 76px);
  color: #F5C1F7;
}
.eg-title-staff .li-bottom {
  font-size: clamp(35px, 10vw, 57px);
}





/*コンテンツエリア */
/* コンテンツの.section-wrapからアコーディオンのmargin40pxをマイナス */
.contents {
  padding-bottom: 80px;

}
.text-box {
 text-align: center;
 padding-bottom: 40px;
}
.jp-title {
  font-size: 2.4rem;
  display: inline-block;
  position: relative;
  padding-top: 8px;
}
.jp-title::before {
  content: "";
  position: absolute;
  border-bottom: 2px solid #5585B4;
  top: 0;
  left: 0;
  right: 0;
}
.eg-title {
  font-size: 2.4rem;
  padding-bottom: 8px;
  font-family: canada-type-gibson, sans-serif;
font-weight: 400;
font-style: normal;
letter-spacing: 0.05em;
}
.article {
  letter-spacing: 1px;
  padding:35px 0 35px;
}



/* スタッフリンク */

.staff-box {
  padding: 24px 2% 32px;
  width: 85%;
  margin: 0px auto 16px;
}

 /* ホバー時に白黒カラー切り替え装飾 */
.img-box {
  width: 100%;
  padding-top: 100%;
  /* height: 250px; */
  overflow: hidden;
  margin: 0 auto;
  position: relative;
  cursor: pointer;
 }
 .img-box .img {
   width: 100%;
   padding-top: 100%;
   position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
  -webkit-transition: .2s;
	transition: .2s;
 }
 .img-box:hover .img:nth-of-type(2) {
  opacity: 0;
  }
 


/* スタッフ指名・リンク */
.name-link {
  padding-top: 8px;
}


/* モダールウィンドウ */
/*infoエリアをはじめは非表示*/
.hide-area{
	display: none;
}

/*モーダルの横幅を変更したい場合*/
.modaal-container{
    max-width: 400px;
    width: 95%;
    height: auto;
}

/*モーダルのボタンの色を変更したい場合*/
.modaal-close:after, 
.modaal-close:before{
	background:#ccc;	
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before{
	background:#666;
}
.hide-area-flex-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.hide-area-flex-box dl{
  padding-top: 32px;
  font-size: 1.4rem;
}
.hide-area-flex-box dl dd{
  padding: 8px 0 32px;
}
/* ホットペッパー予約 */
.staff-booking {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.staff-booking p {
  font-size: 1.4rem;
}

.staff-booking .btn::before,
.staff-booking .btn::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 2px;
  background-color: rgb(255, 0, 0);
  transform: rotate(45deg);
}
.staff-booking .btn::after {
  transform: rotate(-45deg);
}




@media screen and (min-width: 835px) {
  
  /* スタッフリンク */
  .flex-container {
    display: flex;
  flex-wrap: wrap;
  flex-direction: row; 
    column-gap: 5%;
  }
  .staff-box {
    max-width: 30%;
    background: var(--white);
  box-shadow: var(--shadow); 
  }
  
  /* トップ背景画像 */

  .staff-bg {
    height: 100vh;
    background-image: url(../img/design/staff-top.jpg) ;
 background-position: middle;
 background-size: cover;
  }
  
  .variable-box-common {
    display: grid;
    grid-template-columns: 30% 30% 40%;
    grid-template-rows: 50% 50%;
    height: 100vh;
   } 


   /* 画像 */
   .img-box-common {
    display: none;
  }
  

  /* 文字の白背景 */
  .bg-title {
    background-color: rgb(235, 235, 235, 0.8);
    padding: 32px;
  }
  
     .staff .eg-title {
      grid-column: 3/4;
      grid-row: 2/3;
     }
  
  /* staff英字エリア */
  .eg-title-staff .under-line {
    width: 100%;
    height: 3px;
    margin-top: 20px;
    background-color: var(--white);
  }
  
  .eg-title-staff .li-top  {
    font-size: clamp(27px, 2vw, 47px);
    color: var(--white);
  }
  .eg-title-staff .li-center,
  .eg-title-staff .li-bottom{
    font-size: clamp(46px, 5vw, 66px);
    color: var(--white);
  }
  .eg-title-staff .li-center {
    color: var(--white);
  }
  
  
}


/* ipad縦用*/
@media screen and (min-width: 1023px) and (orientation: portrait) {
  .wrap {
    overflow-x: hidden;
  }

  .staff-bg {
   height: 60vh;
    background-image: url(../img/design/staff-top.jpg) ;
    background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  }
   
  .variable-box-common {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: 50% 50%;
    height: 60vh;
   } 
  .staff .eg-title {
    grid-column: 2/-1;
    grid-row: 2/-1;
   }

}
