@charset "utf-8";
@import url(destyle.css);
*{
    margin: 0;
    padding: 0;
}
body{
  font-family: "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  display: grid;
  place-content: center;
  background-color: #fffbe9;
  font-weight: 100;
}

nav {
  display: block;
  position: fixed;
  background-color: #ffffff;
  width: 300px;
  top: 0;
  right: -300px;
  bottom: 0;
  transition: all 0.5s;
  z-index: 3;
  opacity: 0;
}

.open nav {
  right: 0;
  opacity: 1;
}

nav .inner {
  padding: 25px;
}

nav .inner ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

nav .inner ul li {
  margin: 0;
  border-bottom: 1px solid #333;
}

nav .inner ul li a {
  display: block;
  color: #333;
  font-size: 18px;
  padding: 1.2rem;
  text-decoration: none;
  transition-duration: 0.2s;
}

nav .inner ul li a:hover {
  background: #e4e4e4;
}

.toggle-btn {
  display: block;
  position: fixed;
  top: 20px;
  right: 30px;
  width: 36px;
  height: 36px;
  z-index: 3;
  cursor: pointer;
  border-radius: 5px;
  background-color: #221518;
}

.toggle-btn span {
  position: absolute;
  display: block;
  left: 3px;
  width: 30px;
  height: 2px;
  background-color: #fff;
  transition: all 0.5s;
  border-radius: 4px;
}

.toggle-btn span:nth-child(1) {
  top: 7px;
}
.toggle-btn span:nth-child(2) {
  top: 17px;
}
.toggle-btn span:nth-child(3) {
  bottom: 6px;
}

.open .toggle-btn span {
  background-color: #fff;
}

.open .toggle-btn span:nth-child(1) {
  transform: translateY(10px) rotate(-315deg);
}

.open .toggle-btn span:nth-child(2) {
  opacity: 0;
}

.open .toggle-btn span:nth-child(3) {
  transform: translateY(-10px) rotate(315deg);
}

#mask {
  display: none;
  transition: all 0.5s;
}

.open #mask {
  display: block;
  background: #000;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  opacity: 0.8;
  z-index: 2;
  cursor: pointer;
}

wrapper{
  background-color: #221518;
  margin: 0 auto;
  padding: 0px;
  width: 400px;
  height: auto;
}

header{
  width: 400px;
  margin-top: 0px;
  padding-top: 50px;

} 
section{
  display: block;
  padding-bottom: 30px;
}
.btn {
  display: block;
  text-align: center;
  justify-content: center;
  background-color: #956f29;
  color: #fff;
  width: 170px;
  height: 40px;
  margin: 0px auto 50px;
  padding: 10px 0;
  border: solid 1px #e4e4e4;
  border-radius: 5px;
  box-shadow: 3px 3px 3px #e4e4e4;
}
ol{
  background-color: #e4e4e4;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 20px 0 30px;
}
ol li{
  text-align: center;
  justify-content: center;
  background-color: #956f29;
  color: #fff;
  width: 170px;
  height: 40px;
  margin: 10px auto;
  padding: 10px 0;
  border-radius: 5px;
  box-shadow: 5px 5px 5px #221518;
}
ol li:hover{
  box-shadow: none;
  background-color: #5e461a;
}
.news{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 370px;
  height: auto;
  margin: 15px;
  padding: 15px;
  background-color: #fff;
  border-radius: 10px;
}
.shop{
  display: flex;
  flex-direction: column;
  background-color: #e4e4e4;
}
.end{
  text-align: center;
  align-items: center;
  height: 35px;
}
footer{
  color: #fff;
  text-align: center;
  font-size: 0.7rem;
  font-weight: 300;
  padding: 5px 0 5px;
  background-color: #956f29;
}
/*img*/
.top_img img{
  display: flex;
  margin: 0;
  padding: 0;
  width: 100%;
}
.top_phot img{
  display: block;
  margin: 0 auto;
  width: 90%;
  padding: 20px 0px;
}
.news img{
  padding-top: 20px;
}
.bottom_img img{
  display: flex;
  margin: 0;
  padding: 0;
  width: 100%;
}
.tel_bt img{
  display: block;
  position: fixed;
  bottom: 20px;
  left: 30px;
  width: 50px;
  height: 50px;
  z-index: 3;
  cursor: pointer;
}
/*text*/
h1{
  display: block;
  color: #fff;
  font-size: 0.5rem;
}
h2 {
  color: khaki;
  text-align: center;
  padding-top: 20px;
  font-size: 1.3rem;
}
.keywords{
  border-bottom: solid 1px khaki;
  line-height: 28px;
  margin: 10px 30px;
}
p{
  color: #fff;
  font-size: 1rem;
  padding-top: 20px;
}
.text01{
  text-align: left;
  font-weight: lighter;
  font-size: 1rem;
  padding: 20px 35px 0px;
  line-height: 150%;
}
.text02{
  padding: 20px 35px 0px;
  line-height: 150%;
  font-weight: 100;
}
.news h3{
  display: inline-block;
  margin: 0 auto;
  padding-bottom: 20px;
  color: brown;
  font-weight: bold;
  font-size: 1.2rem;
}
.news a{
  width: 340px;
  color: #1a0dab;
  font-weight: bold;
  padding: 10px 0 5px;
  border-bottom: solid 1px;
}
.news p{
  color: #221518;
  font-size: 0.9rem;
}
.shop h4{
  color: #e4e4e4;
  text-shadow: 2px 2px #333;
  font-weight: 700;
  padding-bottom: 5px;
}
.head{
  display: flex;
  justify-content: center;
  align-items: flex-end;
   width: 400px;
  height: 250px;
  font-size: 1.3rem;
  margin-top: 30px;
  background-image: url(../img/top/shop_head.jpg);
}
.ieon{
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 400px;
  height: 250px;
  font-size: 1.3rem;
  margin-top: 30px;
  background-image: url(../img/top/shop_ieon.JPG);
}
.shop p{
  margin: 0px 0px 10px 25px;
  color: #221518;
  font-size: 1rem;
}
.end p{
  align-items: center;
  font-size: 0.6rem;
  padding: 0 auto 15px;
}

/*以下はPC用スタイルです*/
@media screen and (min-width: 600px){

  /*ハンバーガーメニュー*/
  .toggle-btn {
    display: none;
    cursor: pointer;
  }
  .tel_bt {
    display: none;
  }
 
  wrapper{
    background-color: #221518;
    margin: 0 auto;
    padding: 0px;
    width: 900px;
    height: auto;
    box-shadow: 0px 30px 15px 15px rgba(27, 20, 20, 0.7)
  }
  
  header{
    width: 900px;
    margin-top: 0px;
    padding: 0px;
    display: flex;
    flex-direction: column;
  } 
  section{
   display: flex;
   flex-wrap: wrap;
   justify-content: center;
  }
  ol{
    background-color: #e4e4e4;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 20px 0 30px;
  }
  ol li{
    text-align: center;
    justify-content: center;
    background-color: #956f29;
    color: #fff;
    font-size: 1.1rem;
    width: 200px;
    height: 40px;
    margin: 10px 30px;
    padding: 10px 0;
    border-radius: 5px;
    box-shadow: 5px 5px 5px #221518;
  }
  .news{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: baseline;
    width: 840px;
    height: auto;
    margin: 30px;
    padding: 50px;
    background-color: #e4e4e4;
    border-radius: 10px;
  }
  .shop{
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0 auto;
    background-color: #e4e4e4;
  }
  .head{
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 260px;
  height: 175px;
  font-size: 1.3rem;
  margin: 20px 2px 20px 2px;
   background-image: url(../img/top/shop_head.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  }
  .ieon{
    display: flex;
    justify-content: center;
    align-items: flex-end;
    width: 260px;
    height: 175px;
    font-size: 1.3rem;
    margin: 20px 2px 20px 2px;
    background-image: url(../img/top/shop_ieon.JPG);
    background-size: contain;
    background-repeat: no-repeat;
  }
  footer{
    color: #fff;
    text-align: center;
    font-size: 1rem;
    font-weight: 300;
    padding: 15px 0 10px;
    background-color: #956f29;
    
  }
  /*box*/
  .top_img img{
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .top_phot img{
    width: 100%;
    display: block;
    padding: 20px 40px;
  }
 
 
  /*text*/
  h1{
    display: block;
    color: #fff;
    font-size: 0.5rem;
  }
  h2{
    text-align: center;
    color: khaki;
    padding-top: 20px;
    font-size: 1.5rem;
  }
  p{
    color: #fff;
    padding-top: 20px;
    font-size: 1.2rem;
  }
  .text01{
    margin:0 auto;
    font-size: 1.2rem;
    line-height: 200%;
  }
  .text02{
    width: 46%;
    line-height: 200%;
  }
  .news a{
    width: 750px;
    color: #1a0dab;
    font-weight: bold;
    padding: 10px 0 5px;
    border-bottom: solid 1px;
  }
  .shop p{
    margin: 0px 0px 10px 5px;
    color: #221518;
    font-size: 0.8rem;
    align-items: flex-end;
  }
  .end p{
    text-align: center;
    font-size: 0.8rem;
    margin-bottom: 5px;
    padding-bottom: 0px;
  }
}