@charset "utf-8";

/*** ノベルティ ***/
.noveltyF{
  position: relative;
  overflow: hidden;
}
.copyT{
  padding: 2.5% 0 3% 3%;
}
.copyT strong{
  color: #947c52;
  font-size: 2.4em;
  line-height: 2;
}
.copyT p{
  color: #666;
  font-size: 1.4em;
  line-height: 1.6;
}
.noveltyF h2{
  color: #666;
  padding: 4% 0 0 3%;
  line-height: 2;
}
.noveltyF h2 span{
  display: inline-block;
  font-size: 2.4em;
  padding-right: 3%;
}
.noveltyF .imgB1{
  float: right;
}
.noveltyF .imgB2{
  clear: right;
  float: right;
  overflow: hidden;
}
.noveltyF .txtB1,
.noveltyF .txtB2{
  position: relative;
  overflow: hidden;
  padding: 30px 15px 20px 26px;
}
.noveltyF .txtB1{
  background: #f6f3f2;
  height: 330px;
}
.noveltyF .txtB2{
  background: #eee6e0;
  height: 330px;
}
.noveltyF .txtB1 strong,
.noveltyF .txtB2 strong{
  color: #947c52;
  font-size: 2.4em;
  line-height: 2;
  padding-bottom: 5%;
  display: block;
}
.noveltyF .txtB1 p,
.noveltyF .txtB2 p{
  color: #666;
  font-size: 1.6em;
  line-height: 2;
  padding-bottom: 5%;
}
.txtB1 table tr td{
  padding: 0 10px;
}
.noveltyF .txtS{
  font-size: 1.4em !important;
  line-height: 1.6 !important;
  padding-bottom: 4% !important;
}
#contents .txtB2 .call{
  display: inline-block;
}
#contents .txtB2 .call strong{
  display: block;
  line-height: 1.2;
  font-size: 1.5em;
  letter-spacing: 2px;
}

/*-- 上：デフォルト：1000px以上の記述 --*/

@media screen and (max-width: 999px){
  #contents ul.itemB li img{
    max-width: none;
  }
}

@media screen and (max-width: 768px){
  .noveltyF .imgB1{
    float: left;
    width: 50%;
  }
  .noveltyF .imgB2{
    width: 50%;
    height: auto;
  }
  .noveltyF .imgB1 img,
  .noveltyF .imgB2 img{
    width: 100%;
    height: auto;
  }
}

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

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

@media screen and (max-width: 475px){
  #contents ul.catMenu li{
    width: 110px;
    margin-right: 5px;
    letter-spacing: 5px;
    padding-left: 5px;
    -webkit-box-flex:1.0;
    -moz-box-flex:1.0;
    -webkit-flex:1 1 auto;
    flex:1 1 auto;
  }
  .copyT strong{
    font-size: 2.2em;
  }
  .noveltyF .txtB1{
    height: auto;
  }
  .noveltyF .txtB2{
    height: auto;
  }
  .noveltyF .txtB1,
  .noveltyF .txtB2{
    padding: 30px 10px 20px 15px;
  }
  .noveltyF .txtB1 strong,
  .noveltyF .txtB2 strong{
    font-size: 2.4em;
    line-height: 1.6;
  }
}

@media screen and (max-width: 320px){
    #contents ul.catMenu li{
    width: 90px;
    font-size: 1.4em;
    margin-right: 5px;
    letter-spacing: 5px;
    padding-left: 5px;
    padding: 6px 0 4px;
  }

  .copyT strong{
    font-size: 1.9em;
  }
  .copyT p{
    padding-right: 2%;
  }
  .copyT p br{
    display: none;
  }
  .noveltyF h2 span{
    display: inline-block;
    font-size: 2.2em;
    letter-spacing: 1px;
    padding-right: 3%;
  }
  .noveltyF h2 small{
    display: inline-block;
    font-size: 1.2em;
    letter-spacing: 0;
    font-weight: 400;
  }
  .noveltyF .txtB1 strong,
  .noveltyF .txtB2 strong{
    font-size: 2.2em;
    line-height: 1.6;
  }
}