@charset "UTF-8";

/* リセットcss */

body,h1,h2,h3,h4,h5,h6,ul{
    margin: 0;
    padding: 0;
}

/* ページ全体の記載 */

body{
    font-size: 16px;
    font-family: sans-serif;

}



/* ヘッダースマホ画面 */

.header{
    text-align: center;
    background-color: #ffffff;
}

.site h1 {
    font-size: 50px;
    margin-top: 30px;
    color: #3399ff;
}

.nav ul {
    display: flex;
    justify-content: center;
    list-style: none;
}

.nav li {
    margin: 10px;
}

.nav a{
    font-size: 20px;
    text-decoration: none;
    color: black;
}

.nav a:hover{
    opacity: 0.5;
}

.rogo{
    width: 30%;
    padding-top: 150px;
}



/* ヒーロー画面スマホ */

.hero{
    background-image: url(./9.jpg);
    height: 100px;
    width: 80%;
    padding-right: 100px;
    padding-top: 100px;
    padding-bottom: 50px;
    background-position: center;
    background-size: cover;
    
}

.first-sentence{
    color: rgb(105, 105, 221);
    font-size: 80px;
    padding-bottom: 100px;
   font-family: sans-serif;
   text-align: center;
}

.kamisitukaizenn{
    padding-left: 30px;
    text-align: center;
}

/* メインメニュー */

.menu-sentence{
    text-align: center;
    font-size: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #3399ff;
}

.main-left{
    display: flex;
    text-align: center;
}

.main-right{
    display: flex;
    text-align: center;
}

.main-content img{
    width: 95%;
    height: auto;
}

.main-content a{
    text-decoration: none;
    color: #3399ff;
}

.main-content img:hover{
    opacity: 0.7;
}

.main-content p:hover{
    opacity: 0.7;
}

.pic1{
    min-height: auto;
}

.kamisitukaizenn{
    width: 83%;
    min-height: auto;
    text-align: center;
}

.kamisitukaizenn1{
    text-align: center;
    
}

.moji{
    font-size: 30px;
    text-align: center;
}

.first-sentence{
    font-size: 35px;
}


/* フッター */

footer{
    width: 100%;
    text-align: center;
    font-size: 15px;
    background-color: #3399ff;
    height: 50px;
    line-height: 50px;
    color: #ffffff;
}

/* 店舗概要スマホ画面 */

.about{
    background-color: #3399ff;
    padding-top: 50px;
}

.about-main{
    text-align: center;
    background-color: #ffffff;
    width: 85%;
    margin: auto;
}

.about-main h2{
    padding-top: 30px;
    padding-bottom: 10px;
    font-size: 40px;
}

.shopname{
    font-size: 30px;
    color: #3399ff;
    padding-bottom: 20px;
}

table{
    margin: auto;
    width: 95%;
}

table th{
    padding: 15px;
    color: #3399ff;
}

table td{
    padding: 20px;
}

.access{
    font-size: 25px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.mapsize{
    width: 95%;
    height: 500px;
    display: block;
    margin: auto;
    padding-bottom: 20px;
}

.juugyouinn{
    width: 80%;
}

.syasin{
    width: 50%;
}

.sutahhu{
    width: 85%;
}

.sutahhu2{
    color: #3399ff;
    font-size: 30px;
    text-align: center;
}

.kodawari{
    width: 100%;
    text-align: center;

}

h6{
    font-size: 20px;
    color: #3399ff;
}

.goyoyaku{
    width: 80%;
}

/* 営業日 */

.eigyoubi{
    font-size: 30px;
    color: #3399ff;
    padding-bottom: 20px;
}

.about-main ul{
    justify-content: center;
    display: flex;
    list-style: none;
}

.about-main li{
    margin-right: 10px;
}

.about-main a{
    font-size: 20px;
    text-decoration: none;
    color: black;
}

/* 髪質改善 */

.after{
    color: red;
    font-size: 20px;  
}

.before{
    color: blue;
    font-size: 20px; 
}

.about-main h5{
    color: #3399ff;
    font-size: 30px;
}

/* 店舗概要パソコン */

@media  screen and (min-width:  600px){
    .sutahhu{
    width: 40%;
            }
    .kodawari{
    width: 50%;
            }
 .first-sentence{
        font-size: 70px;
         }
         .hero{
            background-image: url(./9.jpg);
            height: 500px;
            width: 92.5%;
            padding-top: 100px;
            padding-bottom: 50px;
            background-position: center;
            background-size: cover;
            text-align: center;
        }
        .kamisitukaizenn{
            
            text-align: center;
        }
        .kodawari{
            padding-left: 350px;
            text-align: center;
        }
        h6{
            font-size: 35px;
            color: #3399ff;
        }
        .goyoyaku{
            width: 90%;
        }
        table th{
            padding: 20px;
            color: #3399ff;
        }
        
        table td{
            padding: 20px;
        }
}

