/* ーーーーーーーーーーーーーーーーーーーーー
  ベースの枠組み 
ーーーーーーーーーーーーーーーーーーーーー*/
body {
}

#cntsHead {
  width: 100%;
  background: url(../image/backimage.jpg) no-repeat;
  background-size: 100% 810px;
  padding-top: 35px;
}
@media screen and (max-width: 479px){
  #cntsHead {
    background-size: 100% 650px;
  }
}

#contsWrap {
  background: url(../image/backimage2.jpg) repeat-y;
  background-size: 100% 2000px;
}

.secBlock {
  margin-bottom: 100px;
}

#gHead {
  padding: 10px 0px;
  background-color: #fff;
}
#gHead img {
  width: 105px;
  height: auto;
}

#contact-info{
  text-align: center;
  margin-bottom: 3em;
  font-size: 85%;
}

#content-footer{
  text-align: center;
  background-color: #fafafa;
  padding:.75em 0;
  font-size: 75%;
}


/* ーーーーーーーーーーーーーーーーーーーーー
  メインビジュアル 
ーーーーーーーーーーーーーーーーーーーーー*/
#mainVisual {
  width: 100%;
  height: 810px;
/*   background-color: rgba(0, 0, 0, 0.21); */
  text-align: center;
  position: relative;
  color: #762B24;
}
@media screen and (max-width: 479px){
  #mainVisual {
    height: auto;
    margin-bottom: 50px
  }
}

.mainCatch img {
  width: 500px;
}
@media screen and (max-width: 479px){
  .mainCatch img {
    /*margin-top: 120px;*/
    margin-bottom: 10px;
    width: 75%;
  }
}

.mainCar {
  position: absolute;
  top: 0px;
  right: 0px;
}
.mainCar img {
  width: 260px;
  height: auto;
}
@media screen and (max-width: 1219px){
  .mainCar {
    position: absolute;
    top: 0px;
    right: 0px;
  }
  .mainCar img {
    width: 180px;
    height: auto;
  }
}
@media screen and (max-width: 479px){
  .mainCar {
    position: absolute;
    top: -25px;
    right: 3px;
  }
  .mainCar img {
    width: 80px;
    height: auto;
  }
}

.mainKumo {
  position: absolute;
  top: -35px;
  left: -100px;
  z-index: 1;
}
.mainKumo img {
  width: 460px;
  height: auto;
}
@media screen and (max-width: 1219px){
  .mainKumo {
    position: absolute;
    top: -35px;
    left: -220px;
    z-index: 1;
  }
  .mainKumo img {
    width: 400px;
    height: auto;
  }
}

@media screen and (max-width: 767px){
  .mainKumo {
    position: absolute;
    top: -35px;
    left: 0;
    z-index: 1;
  }
  .mainKumo img {
    width: 135px;
    height: auto;
  }
}
@media screen and (max-width: 479px){
  .mainKumo {
    position: absolute;
    top: -35px;
    left: 0;
    z-index: 1;
  }
  .mainKumo img {
    width: 75px;
    height: auto;
  }
}

.mainShohin {
}
@media screen and (max-width: 479px){
  .mainShohin {
    margin-bottom: 10px;
  }
}

.mainBtn {
  display: block;
  background-color: #762B24;
  padding: 10px;
  color: #762B24;
  border-radius: 50px;
}
.mainBtn:hover {
  text-decoration: none;
  color: #762B24;
}
.mainBtn .noteTxt {
  background-color: #fff;
  border-radius: 50px;
  padding: 5px;
}
.entryTxt {
  color: #fff;
  font-size: 22px;
}

@media screen and (max-width: 479px){
  .mainBtn {
    display: block;
    background-color: #762B24;
    padding: 10px;
    color: #762B24;
    border-radius: 50px;
  }
  .mainBtn:hover {
    text-decoration: none;
    color: #762B24;
  }
  .mainBtn .noteTxt {
    font-size: 70%;
    line-height: 1.2;
  }
  .entryTxt {
    color: #fff;
    font-size: 14px;
  }
}




.txt-s {
  font-size: 12px;
}
.oubo {
  font-size: 18px;
}


/* ーーーーーーーーーーーーーーーーーーーーー
  コンテンツ
ーーーーーーーーーーーーーーーーーーーーー*/
.presentDate {
  text-align: center;  
}
.productPht {
  width: 300px;
  height: auto;
}
.productName {
  width: 250px;
  height: auto;
}
.presentNote {
  line-height: 2;
}
.preImg {
  width: 250px;
  height: auto;
}
@media screen and (max-width: 479px){
  .presentDate {
    text-align: center;  
  }
  .productPht {
    width: 200px;
    height: auto;
    text-align: center;  
  }
  .productName {
    width: 250px;
    height: auto;
    text-align: center;  
  }
  .presentNote {
    line-height: 2;
  }
  .preImg {
    width: 250px;
    height: auto;
    text-align: center;  
  }
}


/* ーーーーーーーーーーーーーーーーーーーーー
  スライダー
ーーーーーーーーーーーーーーーーーーーーー*/
#sliderBlock {
}
.sliderHead {
  margin-bottom: 20px;
}
#sliderBlock h2 {
  font-size: 50px;
  font-weight: bold;
  font-style: italic;
  color: #727171;
  line-height: 1.1;
}
@media screen and (max-width: 479px){
  #sliderBlock h2 {
    font-size: 24px;
  }
}

#sliderBlock ul.slider {
  padding: 0px;
  margin: 0px;
}


/* ーーーーーーーーーーーーーーーーーーーーー
  リンク　同意
ーーーーーーーーーーーーーーーーーーーーー*/
#linkBlock {
  text-align: center;
}
.linBtnOn {
  display: block;
  background-color: #762B24;
  padding: 15px 10px;
  color: #762B24;
  border-radius: 50px;
  color: #fff;
  font-size: 22px;
}

.linBtnOff {
  display: block;
  background-color: #6a6a6a;
  padding: 15px 10px;
  border-radius: 50px;
  color: #b3b3b3;
  font-size: 22px;
}

.linBtnOn:hover {
  color: #fff;
  text-decoration: none;
}



/* ーーーーーーーーーーーーーーーーーーーーー
規約
ーーーーーーーーーーーーーーーーーーーーー*/
#kiyaku {
  
}
#kiyaku .inner {
  height: 300px;
  overflow: auto;
  border: 1px solid #ccc;
  background-color: #fff;
  padding: 20px 50px;
  font-size: 1em;
}
@media screen and (max-width: 479px){
  #kiyaku .inner {
    padding: 20px 20px;
  }
}

