body{
  font-family: 'Raleway', sans-serif;
  color: #000;
  font-size: 0.85rem;
  background: #fff;
}
header{
  background-image: url(../img/mainvisual.jpg);
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  color: #fff;
  position: relative;
  font-weight: bold;
}
.navListflex{
  display: flex;
}
header nav{
  float: right;
  padding:30px 50px;
}
.navListflex li{
  margin-right: 20px;
}
.navListflex li:last-of-type{
  margin-right: 0;
}
header img{
  width: 100%;
}
header .innerBox{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  text-align: center;
  width: 100%;
  padding: 50px 33% 0 33%;
}
@media screen and (max-width: 414px) {
  header .innerBox{
    padding: 0 20px;
  }
}
#menu .menu-img{
  background-image: url(../img/menu.jpg);
  position: relative;
  margin-top: 20px;
}
.fixed-bg {
  height: 300px;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}
.sec-title{
  text-align: center;
  color: #fff;
  font-size: 70px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.text{
  display: flex;
  width: 100%;
  padding: 0 10% 10%;
}
.menu-left,.menu-right{
  width: 50%;
  padding: 0 3% 0 3%;
}
.title{
  text-align: center;
  margin:60px 0 60px 0;
}
#menu .title span,
#about .title span,
#location .title span{
  padding-bottom: 10px;
  border-bottom: red 5px solid;
  
}
#menu dl{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#menu dt{
  width: 90%;
  margin-bottom: 20px;
  border-bottom:1px #000 dotted;
}
#menu dd{
  padding-top: 7px;
}
.section-wrap .title{
  font-size: 45px;
  font-weight: bold;
}
.menu-left{
  border-right: 1px #000 solid;
  padding: 0 3% 0 3%;
}
#about .about-img{
  background-image: url(../img/about.jpg);
  position: relative;
  margin-top: 20px;
}
@media screen and (max-width: 414px) {
  .text{
    display: block;
    width: 100%;
    padding: 0 3% 10%;
  }
  .menu-left,.menu-right{
    width: 100%;
  }
  .menu-left{
    border-right: none;
  }
}
.text-left,.text-right{
  width: 50%;
  padding: 0 3% 0 3%;
}
#about .innerText{
  margin-bottom:50px;
  font-size: 16px;
}
.readmore{
  text-align: center;
  font-size: 17px;
}
#about .text{
  padding-bottom: 3%;
}
.readmore span{
  position: relative;
  padding: 20px 50px;
}
.readmore a{
  position: relative;
  padding: 20px 0;
  display: inline-block;
  line-height: 20px;
}
.readmore span::before{
  position: absolute;
  display: block;
  content: "";
  background-color: red;
  top: 0;
  left: 0;
  width: 2px;
  height: 50%;
}
.readmore span::after{
  position: absolute;
  display: block;
  content: "";
  background-color: red;
  bottom: 0;
  right: 0;
  width: 2px;
  height: 50%;
}
.readmore a::before{
  position: absolute;
  display: block;
  content: "";
  background-color: red;
  top: 0;
  left: 0;
  width:  25%;
  height: 2px;
}
.readmore a::after{
  position: absolute;
  display: block;
  content: "";
  background-color: red;
  bottom: 0;
  right: 0;
  width: 25%;
  height: 2px;
}
#about .readmore{
  padding-bottom: 150px;
}
#ourstore{
  padding: 30px 5% 100px 5%;
}
#outstore .store-img{
  background-image: url(../img/about.jpg);
  position: relative;
  margin-top: 20px;
}
#location .location-img{
  background-image: url(../img/location.jpg);
  position: relative;
  margin-top: 20px;
}
#location .text{
  display: block;
}
.map{
  width: 100%;
  height: 500px;
}
.map iframe{
  width: 100%;
  height: 100%;
}