@charset "UTF-8";

@font-face {
    font-family:'myfont';
    src: url('font/0010_GenShinGothic-P-Normal.ttf') format('truetype'),
        url('font/0020_GenShinGothic-P-Regular.ttf') format('truetype'),
        url('font/0030_GenShinGothic-P-Medium.ttf') format('truetype'),
        url('font/0040_GenShinGothic-P-Bold.ttf') format('truetype');
     }


html{
    font-size: 100%;
}
body{
    font-family: "YU Gothic Medium","遊ゴシック Medium",Noto Sans CJK JP,Hiragino Kaku Gothic ProN,HiraKakuProN-W3,Meiryo,Yu Gothic Medium,sans-serif;
    color: white;
}

a{
    text-decoration: none;
}


.page-header{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 4%;
}

.logo{
    left: 6%;
    width: 110px;
    margin-top: 30px;
}

body{
    background-color: black;
}

.wrapper{
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 6%;
}

.main-nav ul{
    display: flex;
    margin-top: 30px;
    margin-bottom: 20px;
    list-style: none;
    padding-left: 150px;
}

.main-nav ul li{
    font-family: 'myfont';
    margin-top: 40px;
    /* margin-left: 70px; */
    margin-left: 40px;
    font-weight: bold;
}

.main-nav ul li a{
    color: rgb(136, 134, 134);
    margin: 0 auto;
}


.main-nav a {
    padding-bottom: 10px;
    position: relative;
  }
  
  .main-nav a::after {
    background-color: tomato;
    bottom: 0;
    content: '';
    display: block;
    height: 3px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    transition: .2s all;
    width: 0;
  }
  
  .main-nav a:hover::after {
    width: 140%;
    left: 50%;
    transform: translateX(-50%);
    color: rgb(255, 255, 255);
  }

  .main-nav li :hover{
      color: rgb(255, 255, 255);
  }

p{
    text-align: center;
}

.front{
    width:80%;
    margin: 0 auto;
    margin-top: 20px;
}

.front img{
    width: 100%
  }



.store-name img{
    width: 50%;
    margin-top: 15px;
}

.add{
    font-family: 'myfont';
    font-size: 1.5rem;
    color:rgb(136, 134, 134);
    margin: 0 auto;
    padding: 0 6%;
}

.info{
    line-height: 1.2;
    padding-bottom: 20px;
}


/*トグルボタンのスタイルを指定*/
 
.toggle {
    display: block;
    width: 50px;
    height: 50px;
    cursor: pointer;/*カーソルが乗ったらポインターに変化させる*/
    }
 
.toggle span {
    display: block;
    position: absolute;
    width: 30px;
    border-bottom: solid 3px #ffffff;/*ボーダーで実装*/
    -webkit-transition: 0.2s ease;/*変化の速度を指定*/
    -moz-transition: 0.2s ease;	/*変化の速度を指定*/
    transition: 0.2s ease;	/*変化の速度を指定*/
 
}
 
/*三本ラインを少しずつずらしていきます。*/
.toggle span:nth-child(1) {
    top: 75px;
}
 .toggle span:nth-child(2) {
    top: 83px;
}
 .toggle span:nth-child(3) {
    top: 92px;
}
 
/*----------クリックしたら、(.active)にパスし、
斜めに変形させ×(クローズ)にする ------------------------*/
/* 最初のspanをマイナス45度に */
 
.toggle.active span:nth-child(1) {
    top: 83px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
 
/* 2番目と3番目のspanを45度に */
.toggle.active span:nth-child(2),
.toggle.active span:nth-child(3) {
    top: 83px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}

.mail{
    color: rgb(136, 134, 134);
}

.mail:hover{
      color: rgb(255, 255, 255);
      font-weight: bold;
}

@media (max-width: 768px){
      
    .page-header{
        width: 100%;
        display: block;
        text-align: center;
        background-color: rgb(0, 0, 0);
    }

    .logo{
        padding-top: 15px;
        margin-left: 5%;
    }

    .main-nav ul{
        display: block;
        text-align: left;
        padding:0;
    }

    .main-nav ul li {
            margin-left: 6%;
    }

    .container-small{
        display: flex;
        align-items: left;
        justify-content: space-between;
        vertical-align: middle;
    }
    
    .main-nav{
        display: none;
    }

    .add{
        font-size: 0.5rem;
        color:rgb(136, 134, 134);
        margin: 0 auto;
        padding: 0 6%;
    }
    
    .info{
        line-height: 1;
    }

    .main-nav a::after{
        display: none;
    }

    .front{
        width:100%;
   }
   .store-name img{
    width: 80%;
    }

    .add{
        margin-top: 10px;
        font-size: 1.5rem;
        line-height: 1.8rem;
    }

    .info{
        margin-top: 5px;
        line-height: 2rem;
        color:rgb(136, 134, 134);
    }

    .tel{
        color:rgb(136, 134, 134);
    }

    .tel :hover{
        color:rgb(255, 255, 255);
        font-weight: bold;
    } 
}

@media (min-width: 768px){
    .toggle{
        display: none;
    }

    .main-nav{
        display: block !important;
    }   

    a[href^="tel:"]{
        color:rgb(136, 134, 134);
        pointer-events: none;
     }
     .sp_br{
        display: none;
    }
}
@media screen and (max-width: 480px) {
    .mail{
        font-size: 1.3rem;
    }
    .info2{
        font-size: 0.93rem;
    }
    
 }