@charset "utf-8";
/* header */
.header {
  background-color:transparent;
  display: flex;
  position: fixed;
  transition: padding .7s, background-color .7s;
  width: 100%;
}
/* スクロール開始直後のヘッダー */
.header.transform {
  background-color:var(--brown);
}

/* メイン画像*/
.main__img{
    position: relative;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    background-image: url(../images/mainvisual.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    filter: brightness(70%); 
  }
  .main__img{
    position:relative;
  }
  .main__img::after{
    content:"";
    display:block;
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    backdrop-filter:blur(5px);
    animation:blur 3s ease-in-out forwards;
  }
  @keyframes blur{
    0%{backdrop-filter:blur(8px);}
    100%{backdrop-filter:none;}
  }
 
  /* 回るスクロールダウン */

  .mawaru{
    position: absolute;
    top: 20%;
    left: 40%;

    animation-duration: 3.5s;
  }

  .container_01 {
    margin: 0;
    padding: 0;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
  }
  
  .container_01 a:hover {
    opacity: 0.7;
  }
  
  .scroll-down_01 {
    position: relative;
    width: 200px;
    height: 200px;
    color:var(--gray);
    font-family:"Marcellus";
    text-decoration: none;
  }
  
  .circle-text_01 {
    position: absolute;
    width: 100%;
    height: 100%;
    animation: rotate 15s linear infinite;
  }
  
  .circle-text_01 span {
    position: absolute;
    left: 50%;
    font-size:1.6rem;
    transform-origin: 0 100px;
  }
  
  .arrow_01 {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 50px;
    transform: translate(-50%, -50%);
    animation: scroll_01 3s infinite;
  }
  
  .arrow_01::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    width: 1px;
    background-color:var(--gray);
    transform: translateX(-50%);
  }
  .arrow_01::after {
    content: "";
    position: absolute;
    bottom: 2px;
    left: 50%;
    width: 12px;
    height: 12px;
    border-bottom: 1px solid var(--gray);
    transform: translateX(-50%) rotate(-45deg);
  }
  
  @keyframes rotate {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  
  @keyframes scroll_01 {
    0% {
      transform: translate(-50%, -50%) translateY(-10px);
      opacity: 0;
    }
    30% {
      opacity: 1;
    }
    100% {
      transform: translate(-50%, -50%) translateY(10px);
      opacity: 0;
    }
  }
  
  /* 文字 */
  .MainVisual__txt{
    line-height: 1.5;
    position: absolute;
    bottom: 10%;
    left: 5%;
    font-family:"Marcellus";
    color: var(--white);
    letter-spacing: 0.2rem;
    font-size: 1.7rem;
    animation-delay: 0.8s;
    animation-duration: 2.5s;
  }
 
  .kaigyou{
    display: none;
  }

  

  
  @media screen and (min-width:769px){
    .MainVisual__txt{
      font-size: 2.5rem;
    }
    } 
   
    @media screen and (max-width:769px){
       .mawaru{
        top: 15%;
        left: 35%;
       }
    }


/* about */

.topic__title1{
  font-size: 1.4rem;
}
.about__wrapper{
    padding: 100px 8% ;
    background-color:var(--gray);
}
.about__txtbox{
   margin-top: 30px;
    display: grid;
    gap:10px;
}
.about__item{
    margin-top:80px;
}
.about__item:nth-child(1){
  margin-top: 50px;
}

/* read more btn */
.readMore__btn {
  margin-top: 20px;
  font-size: 1rem;
  font-family: "Inter";
  font-weight: 400;
  letter-spacing:0.2px;
	position:relative;
	border: none;
	border-bottom: 1px solid var(--brown);
	width:85px;
	max-width: 90%;
}


.readMore__btn ::before {
	content: "";
	display: block;
	width: 10px;
	height: 1px;
	background:var(--brown);
	rotate: 40deg;
	position: absolute;
	right: -1.5px;
	bottom: 2.5px;
}


/* about PC=========================================================== */
@media screen and (min-width:630px){
  .about__wrapper{
      padding:80px 15%;
  }
}
@media screen and (min-width:900px){
  .about__wrapper{
    padding: 150px 9.7%;
 }   
 .top__img1,.top__img2,.top__img3{
    width: 43%;
 }
 .about__txtbox{
    width:46% ;
    margin:initial;
 }
 .about__item,.about__item:nth-child(1){
    display:flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 150px;
 }
 .about__item:nth-child(1){
  margin-top: 100px;
 }
.top__img2{
    order: 2;
}
.about__txtbox:nth-child(2){
    order: 1;
}
}

/* ===================================================================== */
/* menu */

.menu__wrapper{
    padding:0 4% 100px;
    background-color: var(--gray);
}
.menu__container{
  padding: 50px 4%;
  background-color: var(--white);
}
.menu__box{
  margin-top: 30px;
}
.menu__txt{
    margin-top: 30px;
    display: grid;
    gap:20px;
    color: var(--brown);
}
.menu__list__item{
    display: flex;
    justify-content: space-between;
}
.menu__list{
    display: grid;
    gap:5px;
}

/* テーブル */
.tablepress td, .tablepress th {
  border: none !important; /* テーブルセルの下線を非表示 */
}

.tablepress .tablepress-edit-link {
  display: none; /* 編集リンクを非表示 */
}

/* テーブルの下部に表示されるテーブルIDなども非表示 */
.tablepress-footer {
  display: none;
}


.tablepress a{
  display: none;
}
.tablepress{
  padding:0.5rem 0;
}


.tablepress {
  table-layout: fixed; /* テーブル全体のレイアウトを固定に */
  width: 100%; /* 幅を100%に設定 */

}
.tbody{
  color: var(--brown);
}
td.column-1{
  white-space:nowrap;
}
td.column-2{
  text-align: end;
}
.tablepress>:where(tbody)>tr>* {
  color: var(--brown);
}
td.column-1 {
  padding: 0.5rem 0; /* 上下に0.5rem、左右に0のパディング */
}

/* menu PC=========================================================== */
@media screen and (min-width:630px){
  .menu__wrapper{
    padding:0 7% 150px;
  }
  .menu__container{
    padding:70px 8%;
  }
}
@media screen and (min-width:900px){
   
    .menu__wrapper{
        padding:0 4% 150px;
    }
    .menu__container{
      padding: 70px 5.7% 80px;
    }
    .menu__shashin{
      width: 40%;
    }
    .menu__txt{
        width:48%;
        margin:initial
    }
    .menu__box{
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      margin-top:80px;
    }
    
}
/* ====================================================================  */

/* online shop */
.onlineShop__wrapper{
  background-color: var(--gray);
}
.onlineShop__container{
  background-image: url(../images/onlineshop.jpg);
  background-size:cover;
  padding: 80px 8%;
  background-position: center;
}
.onlineShop__box{
  margin-top: 30px;
}
.onlineShop__shasin{
  width: 80%;
}
.onlineShop__txt{
  color: var(--white);
  margin-top: 30px;
  text-align: center;
  font-size: 1.3rem;
}
/* base btn */

.base__btn a {
  position: relative;
  display: flex;
  align-items: center;
  margin: 50px auto 0;
  max-width: 170px;
  padding: 15px 50px;
  background-color: var(--yellow);
  transition: 0.3s ease-in-out;
  z-index:0;
  justify-content: space-around;
  border-radius: 2px;
}

/* online shop PC=================================================================== */

@media screen and (min-width:900px){
  .onlineShop__container{
    padding: 80px 9.7%;
  }
}


/* ====================================================================  */

/* salon info */
.salonInfo__wrapper{
    padding: 100px 8%;
    background-color: var(--white);
}
.salonInfo__txt{
  margin-top: 30px;
  display: grid;
  gap: 10px;
}
.salonInfo__txtitem dd{
  font-size: 1.6rem;
}
.map{
  width: 100%;
  height: 300px;
  margin-top: 50px;
}
.salonInfo__txtitem dt{
  font-size: 1.2rem;
}




/* salon info PC=================================================================== */
@media screen and (min-width:630px){
  .salonInfo__wrapper{
      padding:80px 15%;
  }
}

@media screen and (min-width:900px){
    .salonInfo__wrapper{
        padding:150px 9.7% ;
    }
    .map{
        width: 50%; 
    }
    .salonInfo__txt{
        width: 40%;
        margin: initial;
    }
    .salonInfo__container{
        display: flex;
        justify-content: space-between;
    }
    .salonInfo__container{
      margin-top: 80px;
    }
    
}

/* ====================================================================  *

/* おしらせ */

.osirase{
  padding: 100px 0;
  font-size: 1.5rem;
  color: var(--brown);
  text-align:center;
  background-color: var(--gray);
}
.osirase .topic__title1{
  font-family:"Zen Kaku Gothic New", sans-serif;
  font-size: 1.5rem;
  margin-top: 30px;
}
.osirase p{
  margin: 30px 0;
}