@charset "utf-8";
/* CSS Document */



/*==============================
共通
==============================*/

article h1{
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 10;
  width: 360px;
}
article h1 a{
  width: 100%;
}
article h1 a img{
  width: 100%;
}

header{
  width: 100%;
  height: 90px;    
  background-image: url(../../img/opneBack.png);
  background-size: cover;
  background-position: center;
}

/*==============================
メイン
==============================*/

article{
  background-image: url("../img/pageBack.jpg");
  background-size: cover;
  background-position: center;
  border: 20px solid #2a2608;
  border-top: none;
  text-align: center;
}

.headTitle{
  display: block;
  width: 400px;
  margin: 0 auto;
  margin-bottom: 100px;
}

.shopImg{
  display: block;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  margin-bottom: 100px;
}

#shopWrap{
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}

.shopText{
  position: relative;
  margin-bottom: 100px;
}

.shopText p{
  font-size: 18px;
  line-height: 34px;
  letter-spacing: 1px;
  position: relative;
  z-index: 2;
}

.shopText img{
  width: 100%;
  max-width: 1000px;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

.shopAbout{
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
}

.shopAbout img{
  width: 50%;
  margin-right: 20px;
  display: flex;
  align-self: flex-start;
  margin-bottom: 100px;
}

.shopAbout > div{
  text-align: left;
}

.shopAbout > div h3{
  color: #fff;
  font-size: 22px;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

.shopAbout > div table{
  margin-bottom: 10px;
}

.shopAbout > div table tr td{
  vertical-align: top;
  padding-bottom: 10px;
  font-size: 16px;
  letter-spacing: 2px;
}

.shopAbout > div table tr td:first-of-type{
  padding-right: 50px;
}

.shopAbout > div h4{
  font-size: 16px;
  letter-spacing: 2px;
  margin-bottom: 5px;
}

.shopAbout > div ul{
  margin-bottom: 20px;
}

.shopAbout > div ul li{
  display: flex;
  margin-bottom: 0px;
}

.shopAbout > div ul li::before{
  content: "●";
  display: inline;
  color: #007186;
  margin-top: 2px;
  margin-right: 5px;
}

.shopAbout > div ul:first-of-type li:last-of-type::before{
  display: none;
}

.shopAbout > div ul:first-of-type li:last-of-type p{
  font-size: 18px;
  color: #fff;
}

iframe{
  width: 100%;
  height: 500px;
  margin: -10px;
}

/*==============================
レスポンシブ
==============================*/

@media screen and (max-width: 1400px) {
  .shopImg,#shopWrap{
    max-width: 1000px;
  }
}

@media screen and (max-width: 1300px) {
}

@media screen and (max-width: 1200px) {
  .shopImg,#shopWrap{
    max-width: 1000px;
  }
}

@media screen and (max-width: 1000px) {
  .shopImg,#shopWrap{
    max-width: 800px;
  }
  
  .shopText p {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0px;
    position: relative;
    z-index: 2;
  }
}

@media screen and (max-width: 800px) { 
  header{
    height: 56px;
    display: none;
  }
  
  article h1{
    display: none;
  }
  
  article{
    border: 10px solid #2a2608;
    border-top: none;
  }
  
  .headTitle{
    margin-top: 56px;
    margin-bottom: 50px;
    max-width: 100%;
  }
  
  .shopImg{
    margin-bottom: 50px;
  }
  
  #shopWrap{
    padding: 0 20px;
  }
  
  .shopText{
    margin-bottom: 50px;
  }
  
  .shopText img{
    display: none;
  }
  
  .shopAbout{
    flex-wrap: wrap-reverse;
    margin-bottom: 50px;
  }
  
  .shopAbout > div{
    margin: 0 auto;
  }
  
  .shopAbout img{
    width: 60%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 600px){
  .shopAbout img{
    width: 100%;
  }
  
  .shopAbout > div h3{
    font-size: 19px;
    letter-spacing: 1px;
  }
  
  .shopAbout > div ul p{
    line-height: 26px;
  }
  
  .shopAbout > div table tr td:first-of-type{
    width: 40%;
  }
  
  .shopAbout > div table tr td a{
    letter-spacing: 2px;
    color: #111;
  }
}

@media screen and (max-width: 414px){
}