*{
margin: 0;
padding: 0;
list-style: none;
font-size: 1rem;
}

img{
width: 100%;
display: block;
}

.inner{
width: 1000px;
margin: 0 auto;
}

.sp{
display: none;
}



@media only screen and (max-width: 699px) {
  .sp{
    display: block;
  }
  
  *{
    font-size: .8rem;
  }

  .inner{
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .inner * {
    box-sizing: border-box;
  }
}

#h{
height: 110px;
position: fixed;
z-index: 2;
margin: 0 50%;
transform: translate(-50%,0);
padding: 20px 0;
}

#h .inner{
display: flex;
justify-content: space-between;
width: 1200px;
}

#h h1 img{
height: 110px;
width: auto;
}

#h .inner{
display: flex;
justify-content: space-between;
align-items: center;
}

#h nav{
width: 40%;
}

#h ul{
display: flex;
width: 100%;
justify-content: space-between;
}

#h li a{
color: #fff;
text-decoration: none;
text-align: center;
}

#h li strong{
font-size: 1.1rem;
font-weight: bold;
text-transform: uppercase;
}
#h li span{
display: block;
}


@media only screen and (max-width: 699px) {
  #h,
  #h .inner{
    width: 100%;
    padding: 0;
  }
  
  #h{
  }
  
  #h .menu{
    color: #fff;
    font-size: 3rem;
    position: absolute;
    top:20px;
    right: 20px;
    z-index: 10000;
    cursor: pointer;
  }
  
  #h h1 img{
    width: 30vw;
  }
  
  #h nav{
    width: 100vw;
    height: 100vh;
    background: rgba(255,2655,255,.9);
    position: fixed;
    top:0;
    left: 0;
    z-index: 999;
    padding: 30px;
    display: none;
    padding: 0;
    box-sizing: border-box;
  }
  
  #h nav.in{
    display: block;
  }
  
  #h nav .close{
    position: absolute;
    top:10px;
    right: 10px;
    z-index: 10000;
  }
  #sp_image{
    width: 100vw;
    overflow-x: hidden;
  }
  
  
  #h nav ul{
    display: table;
    width: 100vw;
    height: 50vh;
    margin: 25vh 0;
  }
  
  #h nav ul li{
    display: table-row;
  }
  
  
  #h nav ul a{
    color: #000;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
  }
  #h nav ul strong{
    font-size: 2rem;
  }
}



#sp_image,
#image{
width: 100vw;
height: 80vh;
position: relative;
}
#sp_image{
height: 154vw;
  
}


#sp_image h1,
#image h1{
color: #fff;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
z-index: 100;
font-size: 3.5rem;
}

#sp_image img,
#image img{display: none;}


#sp_image li,
#image li{
width: 100%;
height: 100%;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}

#image li:nth-of-type(1){background-image: url(../images/1.jpg);}
#image li:nth-of-type(2){background-image: url(../images/2.jpg);}
#image li:nth-of-type(3){background-image: url(../images/3.jpg);}

#sp_image li:nth-of-type(1){background-image: url(../images/sp1.jpg);}
#sp_image li:nth-of-type(2){background-image: url(../images/sp2.jpg);}
#sp_image li:nth-of-type(3){background-image: url(../images/sp3.jpg);}


@media only screen and (max-width: 699px) {
  #image{
    display: none;
  }
  
  #sp_image h1{
    text-align: center;
    width: 100%;
  }
  #sp_image h1 span{
    display: block;
    font-size: 2.5rem;
  }
}

.cont{
padding: 70px 0;
}

.cont *{
font-size: 1.4rem;
}
.cont h1{
text-align: center;
padding: 40px 0;
}

.cont h1 img{
height: 140px;
display: inline-block;
}

#our_shop h1{
font-size: 2rem;
margin-bottom: 30px;
}

#our_shop .body{
text-align: center;
}



.cont dl{
width: 800px;
margin: 0 auto;
display: flex;
justify-content: space-between;
padding: 15px 0;
}

.cont dt{
font-weight: bold;
}

.cont dd{
width: 600px;
}

.cont dd input,
.cont dd textarea{
padding: 10px;
border: 0;
border-bottom: solid 1px #aaa;
width: 100%;
}
.cont dd textarea{
height: 150px;
}

.cont .name dd input,
.cont .furi dd input{
width: calc(50% - 30px);
}

.need{
color: #c00;
}

p.submit{
width: 400px;
margin: 0 auto;
}

input[type=submit]{
background: #000;
color: #fff;
width: 100%;
padding: 10px 20px;
border-radius: 30px;
}



@media only screen and (max-width: 699px) {
  .cont dl{
    width: 100%;
  }
  
  .cont dt{
    width: 150px;
    white-space: nowrap;
  }
  .cont dd{
    width: calc(100% - 150px);
  }
  
  #contact dl{
    
  }
  
  p.submit {
    width: 100%;
  }
}



footer{
background: #000;
padding: 40px 0;
}

footer p{
text-align: center;
color: #fff;
}

footer img{
width: 150px;
display: inline-block;
margin-bottom: 40px;
}