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




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

.bred{
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
}

.bred li{
  margin-right: 5px;
}

.bred li::after{
  content: "/";
  font-size: 12px;
  color: #6d6c6c;
  letter-spacing: 0;
  line-height: 14px;
  margin-left: 5px;
}

.bred li:last-of-type::after{
  display: none;
}

.bred li a,
.bred li p{
  font-size: 12px;
  color: #6d6c6c;
  letter-spacing: 0;
  line-height: 14px;
}

#itemmenuWrap{
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.itemBox01{
  width: 50%;
}

.itemBox01 > p{
  margin: 20px 0;
  color: #37386c;
}

.itemBox01 > img{
  width: 100%;
}

.itemBox02{
  width: 45%;
}

.itemBox02 > h2{
  font-size: 30px;
  line-height: 36px;
  color: #37386c;
  margin-bottom: 10px;
}

.itemBox02 > h5{
  font-size: 18px;
  color: #37386c;
  margin-bottom: 10px;
  
}

.priceBox{
  margin-bottom: 10px;
}

.priceBox > span{
  font-size: 15px;
  color: #37386c;
}

.priceBox h3{
  font-size: 24px;
  color: #37386c;
}

.priceBox h3 span{
  font-size: 12px;
  color: #37386c;  
}

.itemBox02 table{
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 10px;
}

.itemBox02 table td{
  font-size: 15px;
  padding: 4px;
  text-align: left;
  color: #37386c;
  border: 2px solid #37386c;
}

.itemBox02 > p{
  padding: 10px;
  background-color: #efefef;
  color: #37386c;  
  margin-bottom: 10px;
}

#youtubeWrap{
  width: 100%;
  max-width: 1000px;
  margin: 30px auto;
}

#youtubeWrap ul{
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#youtubeWrap ul li{
  width: 49%;
  margin-bottom: 15px;
}

#youtubeWrap ul li p{
  color: #37386c;    
}

#youtubeWrap ul li iframe{
  width: 100%;
  height: 260px;
}

#cautionWrap{
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  background-image: url("../img/dotBack.png");
  background-size: cover;
  padding: 30px 15px;
}

#cautionWrap > div{
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  border: 2px solid #37386c;
  border-radius: 10px;
  background-color: #fff;
  padding: 20px;
}

#cautionWrap .titleBox{
  justify-content: center;
}

#cautionWrap > div > div:nth-of-type(2){
  display: flex;
}

#cautionWrap > div > div:nth-of-type(2) p{
  width: 50%;
}

#cautionWrap > div > div:nth-of-type(2) p:first-of-type{
  padding-right: 20px;
  border-right: 1px solid #ccc;
}

#cautionWrap > div > div:nth-of-type(2) p:last-of-type{
  padding-left: 20px;
}

#optionWrap{
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

#optionWrap > h2{
  color: #fff;
  font-size: 32px;
  text-align: center;
  background-image: url("../img/bar05.png");
  background-size: 100% 100%;
  padding: 10px;
  margin-bottom: 20px;
}

#optionWrap > hr{
  margin: 20px 0;
}

#optionWrap li > div{
  width: 95%;
  margin: 0 auto;
  border:3px dashed #e8380d;
  padding: 10px;
  text-align: center;
}

#optionWrap li > div img{
  max-width: 100%;
  margin: 0 auto 20px;
}

#optionWrap li > div h3{
  font-size: 24px;
  text-align: center;
  color: #37386c;
  margin-bottom: 20px;
}

#optionWrap li > div p{
  color: #37386c;    
  text-align: justify;
  margin-bottom: 20px;
}

#optionWrap li > div table{
  
}

#optionWrap li > div table{
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 20px;
}

#optionWrap li > div table td{
  font-size: 14px;
  padding: 4px 0;
  text-align: left;
  color: #37386c;
  border-top: 2px solid #37386c;
  border-bottom: 2px solid #37386c;
}

.listpriceBox span{
  color: #37386c;
  font-size: 15px;
}

.listpriceBox h4{
  color: #37386c;
  font-size: 24px;
}

.listpriceBox h4 span{
  color: #37386c;
  font-size: 12px;
}

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

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

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

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

@media screen and (max-width: 1000px) {
  #itemmenuWrap{
    max-width: 600px;
    flex-wrap: wrap;
  }
  
  #optionWrap{
    max-width: 600px;
  }
  
  .itemBox01,.itemBox02{
    width: 100%;
  }
  
  .itemBox01 > img{
    display: block;
    max-width: 500px;
    margin: 20px auto;
  }

  #optionWrap ul:nth-of-type(1) li > div,
  #optionWrap ul:nth-of-type(2) li > div,
  #optionWrap ul:nth-of-type(3) li > div,
  #optionWrap ul:nth-of-type(4) li > div{
    height: auto;
  }
}

@media screen and (max-width: 800px) {
  #cautionWrap > div > div:nth-of-type(2){
    flex-wrap: wrap;
  }
  
  #cautionWrap > div > div:nth-of-type(2) p:first-of-type{
    width: 100%;
    padding-right: 0;
    border-right: none;
  }
  
  #cautionWrap > div > div:nth-of-type(2) p:last-of-type{
    width: 100%;
    padding-left: 0;
  }
}

@media screen and (max-width: 600px){
  #youtubeWrap ul li{
    width: 100%;
  }
  #youtubeWrap ul li iframe{
    width: 100%;
    height: 53vw;
  }
  
  #optionWrap{
    max-width: 340px;
  }
  
  #optionWrap > h2{
    font-size: 18px;
  }
}

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