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



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

.titleBox{
  text-align: center;
  margin-bottom: 30px;
}

.titleBox h2{
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
}

.titleBox hr{
  display: block;
  width: 100px;
  margin: 15px auto;
  height: 4px;
  background:linear-gradient(90deg,#000000 0%,#000000 50%,#1478dc 50%,#1478dc 100%);
}

.titleBox h2 span{
  color: #1478dc;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
}

@media screen and (max-width: 600px){
  .titleBox h2{
    font-size: 20px;
    letter-spacing: 2px;
  }
  
  .titleBox hr{
    margin: 10px auto;
  }
  
  .titleBox h3{
    font-size: 20px;
    letter-spacing: 1px;
  }
}

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

#headWrap{
  width: 100%;
  height: 100vh;
  position: relative;
  background-image: url("../img/backImg01.jpg");
  background-position: center center;
  background-size: cover;
}

#headWrap > img{
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  max-width: 60%;
}

#aboutWrap{
  position: relative;
  width: 100%;
  background-image: url("../img/backImg02.jpg");
  background-position: center center;
  background-size: cover;
  padding: 100px 20px;
}

#aboutWrap > div{
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}

#aboutWrap > div > div{
  width: 280px;
  height: 280px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("../img/backImgmin.jpg");
  background-position: center center;
  background-size: cover;
  margin-bottom: 50px;
  position: relative;
  z-index: 1;
}

#aboutWrap > div > div h2{
  color: #fff;
  position: relative;
  z-index: 1;
}

#aboutWrap > div > p{
  position: relative;
  z-index: 1;  
}

#aboutWrap > img{
  position: absolute;
  width: 75vw;
  top: -130px;
  right: -10vw;
  z-index: 0;
}

#chakiWrap{
  position: relative;
  width: 100%;
  background-image: url("../img/backImg03.jpg");
  background-position: center center;
  background-size: cover;
  padding: 150px 20px;
}

#chakiWrap > div{
  width: 50%;
  position: relative;
  z-index: 1;
  left: 50%;
}

#chakiWrap > div h2{
  color: #fff;
  margin-bottom: 50px;
}

#chakiWrap > div p{
  color: #fff;
  margin-bottom: 50px;
}

#chakiWrap > div a{
  display: inline-block;
  padding: 30px 30px;
  background-color: rgba(255,255,255,.7);
  border: 1px solid rgba(255,255,255,.7);
  font-weight: bold;
  color: #000;
  font-size: 18px;
}

#chakiWrap > div a::after{
  content: "→";
  margin-left: 20px;
  font-size: 22px;
}

#chakiWrap > div a:hover{
  background-color: #000;
  color: #fff;
}

#chakiWrap > img{
  position: absolute;
  width: 65vw;
  top: 0;
  left: -10vw;
  bottom: 0;
  margin: auto;
  z-index: 0;
}

#itemWrap{
  position: relative;
  width: 100%;
  background-image: url("../img/backImg04.jpg");
  background-position: center bottom;
  background-size: cover;
  padding: 150px 20px;
}

#itemWrap > div{
  position: relative;
  z-index: 2;
  text-align: center;
}

#itemWrap > div h2{
  margin-bottom: 50px;
}

#itemWrap > div p{
  margin-bottom: 50px;
}

#itemWrap > div a{
  display: flex;
  padding: 30px 30px;
  background-color: rgba(0,0,0,.7);
  border: 1px solid rgba(0,0,0,.7);
  font-weight: bold;
  color: #fff;
  font-size: 18px;
  width: 300px;
  margin: 0 auto;
  justify-content: space-between;
}

#itemWrap > div a::after{
  content: "→";
  margin-left: auto;
  font-size: 22px;
}

#itemWrap > div a:hover{
  background-color: #fff;
  color: #000;
}

#itemWrap > img{
  position: absolute;
  z-index: 0;
}

#itemWrap > img:nth-of-type(1){
  top: -150px;
  right: -11vw;
  width: 55vw;
}

#itemWrap > img:nth-of-type(2){
  left: -11vw;
  bottom: -200px;
  z-index: 1;
}

#shopWrap{
  position: relative;
  width: 100%;
  background-image: url("../img/backImg05.jpg");
  background-position: center top;
  background-size: cover;
  padding: 50px 20px 50px;  
  z-index: 1;
}

#shopWrap > img:nth-of-type(1){
  position: relative;
  max-width: 100%;
  display: block;
  margin: 0 auto 30px;
  z-index: 2;
}

#shopWrap > div{
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

#shopWrap > div > div{
  width: 48%;
  border: 1px solid #000;
  align-self: flex-start;
}

#shopWrap > div > div > h2{
  width: 100%;
  padding: 20px;
  text-align: center;
  border-bottom: 1px solid #000;
  background-color: #f1f1f1;
}

#shopWrap > div > div > div{
  text-align: center;
  padding: 20px;
  border-bottom: 1px solid #000;
  background-color: #fff;
  height: 162px;
}

#shopWrap > div > div > div p{
  margin-bottom: 10px;
}

#shopWrap > div > div > div > div{
  display: inline-block;
  margin: 0 auto;
  text-align: left;
  max-width: 400px;
}

#shopWrap > div > div > div a{
  display: inline-block;
  width: 48%;
  margin-right: 0;
  margin-bottom: 10px;
}

#shopWrap > div > div > div a img{
  width: 100%;
}

#shopWrap > div > div > div a:first-of-type{
  margin-right: 2%;
}

#shopWrap > div > div > div a:nth-of-type(2){
  margin-right: 0;
}

#shopWrap > div > div > div a:nth-of-type(3){
  width: 75%;
}

#shopWrap > div > div > iframe{
  width: 100%;
  height: 300px;
  vertical-align: bottom;
}

#shopWrap > div > div > a{
  background-color: #fff;
  padding: 10px 20px;
  display: block;
  color: #000;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: bold;  
  text-align: center;
}

#shopWrap > div > div > a:hover{
  opacity: 1;
  color: #fff;
  background-color: #000;
}

#shopWrap > img:nth-of-type(2){
  position: absolute;
  z-index: 1;
  top: -500px;
  left: -13vw;
  width: 65vw;
}

#linkWrap{
  padding: 50px 20px;
  text-align: center;
  background-color: #f1f1f1;
}

#linkWrap > h2{
  margin-bottom: 20px;
}

#linkWrap > ul{
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

#linkWrap > ul > li{
  width: 21.5%;
}

#linkWrap > ul > li > a{
  width: 100%;
  display: block;
}

#linkWrap > ul > li > a > img{
  width: 100%;
}

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

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

  #aboutWrap > img{
    position: absolute;
    width: 80vw;
    top: -50px;
    right: -10vw;
    z-index: 0;
  }
  
  #itemWrap > img:nth-of-type(1){
    top: -50px;
  }
  
  #shopWrap > img:nth-of-type(2){
    top: -350px;
  }
}

@media screen and (max-width: 1200px) {
  #aboutWrap > img{
    position: absolute;
    width: 80vw;
    top: -20px;
    right: -10vw;
    z-index: 0;
  }
  
  #itemWrap > img:nth-of-type(1){
    width: 70vw;
  }
  
  #shopWrap > img:nth-of-type(2){
    top: -250px;
  }
}

@media screen and (max-width: 1000px) {
  #headWrap{
    height: 600px;
  }
}

@media screen and (max-width: 800px) {
  #aboutWrap > img{
    top: -100px;
  }
  
  #aboutWrap > div > div{
    width: 100%;
    max-width: 600px;
    margin: 0 auto 10px;
    height: auto;
    background-image: url("../img/backImgminsp.jpg");
  }
  
  
  #aboutWrap > div > div h2{
    padding: 10px 20px;
  }
  
  #aboutWrap > div > div h2 br{
    display: none;
  }
  
  #aboutWrap{
    padding-bottom: 20px;
  }
  
  #chakiWrap > div{
    width: 100%;
    left: 0;
  }
  
  #chakiWrap > div h2{
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
  
  #chakiWrap > div p{
    margin-bottom: 20px;
    text-align: justify;
  }
  
  #chakiWrap > img{
    width: 90%;
    top: 20px;
    right: 0;
    left: 0;
    bottom: auto;
    margin: auto;
  }
  
  #shopWrap > img:nth-of-type(2){
    top: -100px;
  }
  
  #shopWrap > div{
    display: block;
    width: 100%;
    max-width: 500px;
  }
  
  #shopWrap > div > div{
    width: 100%;
    margin-bottom: 20px;
  }
  

  #shopWrap > div > div > div{
    height: auto;
  }
}

@media screen and (max-width: 600px){
  #headWrap > img{
    max-width: 50%;
  }
  
  #headWrap{
    height: 400px;
  }
  
  #aboutWrap{    
    padding-top: 120px;
  }
  
  #aboutWrap > img{
    width: 100vw;
    top: -50px;
  }
  
  #chakiWrap{
    padding-top: 195px;
    padding-bottom: 40px;
  }
  
  #chakiWrap > div a{
    padding: 10px 20px;
    font-size: 14px;
  }
  
  #chakiWrap > div a::after{
    font-size: 14px;
  }
  
  #itemWrap{
    padding-top: 100px;
    padding-bottom: 20px;
    background-image: url("../img/backImg04sp.jpg");
  }
  
  #itemWrap > img:nth-of-type(1){
    top: -30px;
    width: 80vw;
  }
  
  #itemWrap > div a{
    padding: 10px 20px;
    font-size: 14px;
    max-width: 160px;
  }
  
  #itemWrap > div a::after{
    font-size: 14px;
  }
  
  #itemWrap > div h2{
    margin-bottom: 10px;
  }
  #itemWrap > div p{
    margin-bottom: 20px;
  }
  
  #shopWrap{
    padding-top: 90px;
    padding-bottom: 25px;
  }
  
  #shopWrap > img:nth-of-type(2){
    top: -50px;
  }
  
  #shopWrap > div > div > div a{
    width: auto;
  }
  
  #shopWrap > div > div > div a:nth-of-type(3){
    width: auto;
  }
  
  #linkWrap > ul{
    flex-wrap: wrap;
  }
  
  #linkWrap > ul > li{
    width: 48%;
    margin-bottom: 10px;
  }
}

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