@charset "UTF-8";

html{
    font-size: 100%;
    scroll-behavior: smooth;
}
img{
    max-width: 100%
}
body{
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1.7;
    color: #383634;
}
a {
    text-decoration: none;
}
html, body {
  margin: 0;
  padding: 0;
  overflow-x: hidden; /* 横スクロールを強制的にオフに */
}

/* 共通部分 */
.logo {
  width: 200px;
  display: left;
  margin-bottom: 2rem;
  
}
.main-nav{
  gap: 1rem;
  width: 100%;
  font-family: 'Bodoni Moda', serif;
  display: flex;

}
.main-nav a{
  color: #fff;
  font-size: 1.1rem;
  padding: 0.5rem 1rem;
  font-family: 'Bodoni Moda', serif;
}

.font-english {
  font-family: 'Bodoni Moda', serif;
  color: #383634;
}
header {
  position: fixed;
  top: 0;
  width: 100%;
  padding: 1rem 3%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 1000;
  background-color: #111;
  height: auto;
  min-height: 100px;
}

.title-large{
  width: 100%;
  text-align: center;
  font-size: 2rem;
  padding: 2rem;
  color: #111;
  font-family: 'Bodoni Moda', serif;
  margin-top: 5rem;
  margin-bottom: 3.5rem;
}
.heading-large{
  width: 100%;
  text-align: center;
  font-size: 2rem;
  padding: 2rem;
  color: #111;
  font-family: 'Bodoni Moda', serif;
  margin-top: 2rem;
  margin-bottom: 3.5rem;
  border-bottom: 1px solid #383634;
  border-top: 1px solid #383634;
}
.heading-large p{
  text-align: center;
  font-size: 1.5rem;
  padding: 1rem;
}

.photos {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem;
}


.concept {
  
  flex-direction: column; /* ←縦に積む */
  align-items: center;
  text-align: left;
  gap: 2rem;
  margin: 2rem auto;
  width: auto;
}

.concept img {
  width: 60%;
  height: auto;
}
.menu-item{
  font-weight: bold;
  font-size: 1.5rem;
  border-bottom: 1px solid #383634;
  padding: .5rem;
  display: inline-block;
}
.item img:hover {
  transform: scale(1.05);
  transition: 0.3s ease;
  opacity: 0.9;
}
.menu-p{
  text-align: left;
  font-size: 15px;

}
.name-bold{
  font-weight: bold;
  font-size: 4rem;
  border-bottom: 1px solid #383634;
  padding: .1rem;
  display: inline-block;
}
.stylist p{
  font-size: 14px;
}



.sns {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 2rem 0;
}

.sns img {
  width: 29px;
  height: auto;
}
.info{
  text-align: center;
}
.phone{
  font-weight: bold;
  font-size: 2rem;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  gap: .2rem;
  margin-right: 3rem;
}
.phone img{
  width: 80px;
}

.address{
  margin: 3rem;
  font-weight: normal;
  font-size: 1rem;
}
.location-map{
  justify-content: center;
  margin: 0 auto;
}

.contact{
  text-align: center;
  font-size: 18px;
  padding: 0 1rem;
}
.btn{
  display: inline-block;
  font-size: 1rem;
  background-color: #4b3b2a;
  color: #fff;
  
  padding: .75rem 1.5rem;
  margin: 1.5rem;
}
.btn:hover{
  transform: scale(1.05);
  transition: 0.3s ease;
  opacity: 0.9;
}

/* ===== RESERVE（予約フォーム） ===== */
.reserve {
  max-width: 700px;
  margin: 6rem auto;
  text-align: center;
  padding: 0 2rem;
}
#reserve .heading-large {
  width: 100vw; /* 画面全体幅 */
  margin-left: calc(50% - 50vw); /* 中央揃え */
  border-top: 1px solid #383634;
  border-bottom: 1px solid #383634;
  padding: 2rem;
  box-sizing: border-box;
}

.reserve-lead {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1rem;
  color: #555;
  margin-bottom: 2rem;
  line-height: 1.8;
}

.reserve-form {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  text-align: left;
}

.reserve-form label {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 0.95rem;
  color: #333;
}

.reserve-form input,
.reserve-form select,
.reserve-form textarea {
  width: 100%;
  padding: 0.8rem 1rem;
  border: 1px solid #ccc;
  background-color: #f9f9f9;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 0.95rem;
  transition: 0.3s;
}

.reserve-form input:focus,
.reserve-form select:focus,
.reserve-form textarea:focus {
  outline: none;
  border-color: #383634;
  background-color: #fff;
  box-shadow: 0 0 0 2px rgba(56, 54, 52, 0.1);
}

/* ボタン */
.btn {
  align-self: center;
  background-color: #383634;
  color: #fff;
  font-family: 'Bodoni Moda', serif;
  font-size: 1rem;
  letter-spacing: 0.05em;
  border: none;
  
  padding: 0.8rem 2.5rem;
  margin-top: 2rem;
  cursor: pointer;
  transition: 0.3s ease;
}

.btn:hover {
  background-color: #4b3b2a;
  transform: translateY(-3px);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
}


.footer-cover{
  background-color: #383634;
  height: 150px;
}
.sns img{
    margin-top: 2rem;
}
.copyright{
  font-size: .9rem;
  text-align: center;
  margin-bottom: 1rem;
  color: #fff;
}
.to-top {
  position: fixed;
  bottom: 40px;
  right: 40px;
  background-color: #383634;
  color: white;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1rem;
  padding: 0.6rem 1rem;
  
  text-decoration: none;
  opacity: 0.8;
  transition: 0.3s;
  z-index: 100;
}

.to-top:hover {
  opacity: 1;
  transform: translateY(-5px);
}


/* 追加：アニメーション付きの高さ変化 */
header {
  position: fixed;
  top: 0;
  width: 100%;
  padding: 1rem 3%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 1000;
  background-color: #111;
  transition: all 0.3s ease;
}

header.hide {
  transform: translateY(-100%);
}

/* スマホ用（デフォルト） */
@media (max-width: 768px) {
  .name-bold {
    font-size: 1.4rem;
  }
.name-bold {
    font-size: 1.4rem;
  }
.main-nav {
  display: flex;
  flex-direction: column; /* ←縦並び */
  align-items: center;
  gap: 1rem;
  padding: 1rem 0;
  list-style: none;
}

  header {
    height: auto;
    padding: 0.5rem 1rem;
  }
  .logo {
    width: 140px;
    margin-bottom: 0;
  }
  .main-nav {
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5rem;
  }
  .main-nav a {
    font-size: 0.9rem;
    padding: 0.3rem 0.6rem;
  }


.photos{
  display: flex;
  flex-direction: column; /* ←縦並び */
  align-items: center;
  gap: 1rem;
  padding: 1rem 0;
}
.concept p{
    font-size: 12px;
    text-align: left;
    padding: 1.5rem;
}
.concept{
    width: 360px;
    display: flex;
    flex-direction: column; /* ←縦並び */
    align-items: center;
}
.concept img{
  width: 360px;
}

.heading-large p{
    font-size: 18px;

}
.items {
    justify-content: center;
    max-width: 240px;
    margin: 0 auto;
}
.items img{
  margin-top: 2rem;
}
.items p{
  margin-bottom: 1rem;
}
.location-map{
  max-width: 85%;
  justify-content: center;
  display: flex;
  margin: 0 auto;
}
.reserve {
    padding: 0 1.2rem;
    max-width: 80%;
  }
}
.reserve-lead{
  font-size: 90%;
  text-align: left;
}
    

.stylist p{
  padding: 1.5rem;
}
.stylists img{
  max-width: 280px;
  display: flex;
    justify-content: center;
    margin: 0 auto;
    flex-direction: column; /* ←縦並び */
    align-items: center;
}

@media (min-width: 800px) {
  .heading-large {
    text-align: center;
    font-size: 2rem;
    padding: 3rem;
  }

  header {
    justify-content: space-between;
    display: flex;
    padding-top: 1.5rem;
  }

  .header-cover {
    background-image: url(../images/cover.JPG);
    background-size: cover;          /* ← 縦横比を保ちつつ画面全体をカバー */
    background-position: center;     /* ← 画像の中央を基準に配置 */
    background-repeat: no-repeat;    /* ← 繰り返さない */
  } /* ← 正しい位置に閉じカッコ */

  .heading-large {
    text-align: center;
    font-size: 2rem;
    padding: 3rem;
    color: #4b3b2a;
    justify-content: center;
    margin-top: 2rem;
    margin-bottom: 3.5rem;
      border-bottom: 1px solid #383634;
      border-top: 1px solid #383634;
  }

  .heading-large p {
    text-align: center;
    font-size: 2rem;
  
  }

  .photos {
    display: grid;
    grid-template-columns: repeat(3, minmax(600px, 1fr)); /* 各列の最小幅を確保 */
    justify-content: center;  /* ← グリッド全体を中央に寄せる */
    justify-items: center;    /* ← 各アイテムの中身を中央に寄せる */
    align-items: start;
    gap: 2rem;                /* 画像の間隔 */
    margin: 0 auto;
    width: 1000px;       /* グリッド全体の幅制限 */
}
.concept p{
    font-size: 18px;
}
.concept e{
    margin-top: 2rem;
}

.items{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  gap: 4rem;
  text-align: center;
}
.item {
  width: 300px;
}

  .main-nav {
    flex-direction: row; /* ←横並び */
    justify-content: center;
    gap: 2.5rem;
    font-size: 1.5rem;
    list-style: none;
  }

  .header {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    height: 450px;
    color: #4b3b2a;
  }

  .concept {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    width: 100%;
    gap: 1rem;
    padding: 0 5rem;
  }

  .concept img {
    width: 700px;
    gap: 1rem;
  }

  .concept p {
    width: 50%;
    font-size: 1rem;
    line-height: 1.8;
  }
    .stylists{
    display: grid;
    grid-template-columns: repeat(4, minmax(250px, 1fr)); 
    justify-content: center;  
    justify-items: center;    
    align-items: start;
    gap: 2.5rem;                
    margin: 0 auto;
    max-width: 500px;       
}
  .location-map {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 4rem auto;
  width: 100%;
}

.location-map iframe {
  max-width: 100%;
  width: 720px;
  height: 400px;
  border: none;
}

}
