@media screen and (max-width:768px) {
body h1,h2,p,a{
    color: #4E392D;
}
    /* モバイル用基本設定 */
img{
  display: block;
  width: 100%;
  height: auto;
}
.hidden-sp{
  display: none !important;
}
 /* ----------------------*
 * ヘッダー
 * ----------------------*/
 header{
    width: 100%;
    height: 50px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    display: flex;
    align-items: center;
    padding: 10px;
    background-color: #fff;
 }
 #logo{
    width: 20%;
    display: block;
    margin: 15px;
    text-align: left;
 }
 #logo img{
    width: 100%;
    height: auto;
 }

 #global-nav{
    background-color: rgba(249,249,249,0.9);
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 29px;
    text-align: center;
    transform: translateY(-100vh);
    transition: 0.5s;
 }
#global-nav a{
   color: #4E392D;
}

 .open #global-nav{
    transform: translateY(0);
 }

 #global-nav ul{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin: 0;
    padding: 0;
}
/*　ハンバーガーメニュー */
 #hamburger{
        display: block;
        cursor: pointer;
        position: fixed;
        width: 30px;
        height: 25px;
        right: 20px;
        top: 25px;
        z-index: 1000;       
 }
 #hamburger span{
        display: block;
        width: 25px;
        height: 2px;
        background-color: #4E392D;
        margin-bottom: 5px;
        transition: transform 0.3s, opacity 0.3s;
        transform-origin: center;
 }
 #hamburger span:last-child{
        margin-bottom: 0;
}
/* ×アニメーション */
.open #hamburger span:nth-child(1){
        transform: translateY(7px) rotate(45deg);
}
.open #hamburger span:nth-child(2){
        opacity: 0;
}
.open #hamburger span:nth-child(3){
        transform: translateY(-7px) rotate(-45deg);
}
/* ----------------------*
 * トップ
 * ----------------------*/
main{
   padding-top: 65px;
   position: relative;
}
#firstview-text{
   text-align: center;
   color:#4E392D;
   text-shadow: 3px 3px 6px #fff;
   position: absolute;
   top: 235px;
   left: 40%;
   /* z-index: 1000; */
   transform: translate(-50%, -50%);
}
h1{
   font-size: 1rem;
   width: 280px;
}
h1 span{
   display: block;
   font-size: 1rem;
}
/* ----------------------*
 * コンセプト
 * ----------------------*/
#concept{
   padding: 60px 0;
   padding-bottom: 40px;
   margin: 0 auto;
   position: relative;
}
#conceptphoto{
   width: 42%;
   margin-top: -50px;
   position: absolute;
   right: 50%;
   z-index: 1
}
#concept-text{
   background-color: #FFFAF8;
   width: 86%;
   margin: 0 auto;
   padding: 15px;
   padding-bottom: 32px;
}
#concept-text h2{
   font-size: 1rem;
   letter-spacing: 4px;
   margin: 30px;
   text-align: right;
}
#concept-text p{
   font-size: 0.8rem;
   line-height: 2;
   margin-bottom: 20px;
   text-align: center;
}
#btn{
   width: 180px;
    display: block;
    text-align: center;
    margin: 30px auto 0; 
    padding: 10px 0;
    border: 1px solid #4E392D;
    border-radius: 25px;
    text-decoration: none;
    background-color: #fff;
    color: #4E392D;
    font-size: 0.9rem;
    transition: 0.3s;
}
 /* ----------------------*
 * メニュー
 * ----------------------*/
 h2{
    font-size: 1rem;
    text-align: center;
    letter-spacing: 4px;
    margin-bottom: 20px;
}
#menu-area{
   width: 80%;
   display: block;
   margin: 30px auto;  
}
#menu-list{
    display: flex;
    justify-content: center;
    gap: 40px;
    padding: 30px;
}
#menu-list li{
margin-bottom: 20px;
font-size: 0.9rem;
}
#btn2{
    display: inline-block;
    display: block;
    text-align: center;
    padding: 10px 25px;
    border: 1px solid #EEA997;
    border-radius: 35px;
    text-decoration: none;
    font-size: 1.1rem;
    background-color: #EEA997;
    color: #fff;
    transition: 0.3s;  
}
 /* ----------------------*
 * スタイル
 * ----------------------*/
 #style h2{
   margin-top: 80px;
 }
 #style-photo{
   display: flex;
   width: 90%;
   justify-content: space-between;
   margin: 0 auto;
}
#style-photo_left{
   margin-right: 20px;
}
#style-photo ul{
   display: flex;
   flex-direction: column;
   gap: 8px;
}

#style-photo li{
   width: 100%;
}
#instagram-btn{
    width: 60%;
    margin: 0 auto;
    padding: 30px;
}
 /* ----------------------*
 * サロンインフォ
 * ----------------------*/
 #salon-info{
   margin-top: 60px;
 }
 #info{
   width: 80%;
   display: block;
   margin: 30px auto;
 }
#info li{
   font-size: 0.9rem;
    line-height: 2;
    margin-bottom: 20px;
}
#info li p{
   margin-bottom: 20px;
}
#info a{
   width: 120px;
    display: block;
    text-align: center;
    margin: 20px auto 0; 
    border: 1px solid #4E392D;
    border-radius: 20px;
    text-decoration: none;
    background-color: #fff;
    color: #4E392D;
    font-size: 1rem;
    transition: 0.3s;
}
 /* ----------------------*
 * 予約
 * ----------------------*/
 #yoyaku{
    width: 100%;
    background-color: #FFFAF8;
    padding: 40px 0;
 }
 #yoyaku-btn{
   text-align: center;
}
#yoyaku-btn a{
    display: inline-block;
    margin-bottom: 20px;
    padding: 10px 25px;
    border: 1px solid #4E392D;
    border-radius: 35px;
    text-decoration: none;
    font-size: 1.2rem;
    background-color: #fff;
    transition: 0.3s;
}

 /* ----------------------*
 * フッター
 * ----------------------*/
footer{
   width: 100%;
   text-align: center;
   margin: 20px auto;
}
 #footer-logo{
   width: 30%;
   margin: 0 auto;
 }
 iframe{
   display: block;
   width: 80%;
   height: 250px;
   margin: 0 auto;
} 
#footer-text{
    font-size: 0.9rem;
    padding: 30px;
 }
 #footer-text p{
    padding-bottom: 20px;
 }
 #footer-text a img {
    width: 70%;
    margin: 0 auto;
}
 #policy{
    text-align: center;
    font-size: small;
 }
 #copyright{
    display: block;
    text-align: center;
}
#footer-nav{
   display: none;
}
}