@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@charset "Shift_JIS";
#mainArea{
    margin: 0 auto;
    width: 768px;
    font-size: 100%;
    line-height: 2.2rem;
        font-family: 'Roboto','Noto Sans Japanese';
}
h1{
    text-align:center;
}
h2{
    font-size: 18px;
    text-align: center;
    margin: 5% auto;
    line-height: 2;
        font-family: 'Roboto','Noto Sans Japanese';
    border-top:1px solid #000;
    padding:2% 0 ; 
    border-bottom:1px solid #000;
}
h3{
    font-size: 15px;
    text-align: center;
    margin: 5% auto;
    line-height: 2;
        font-family: 'Roboto','Noto Sans Japanese';
}
h3 span{
    font-size: 12px;
    text-align: left;
    margin: 5%;
    line-height: 2;
        font-family: 'Roboto','Noto Sans Japanese';
    border:1px solid #000;
    padding:4%;
    display:block;
}
.shopN{
    font-size: 1.2rem;
    margin: 3% auto;
    font-weight: bold;
}
.staffN{
    font-size: 1.5rem;
    font-weight: bold;
}
.staffN span{
    font-size: 1.1rem;
    /*display: block;*/
    margin: 0;
    font-weight: normal;
}
.itemRec{
    font-size: 1.4rem;
    display: inline-block;
    width: 768px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10%;
    padding-bottom: 6%;
}
.itemRec ul li{
    float: left;
    width: 48%;
    margin: 0 3% 0 0;

}
.itemRec ul li.last-child{
    margin: 0 0 0 0;
    width: 48%;
}
.itemName{
    font-size: 1.9rem;
    line-height: 3.0rem;
    margin: 24% 0 2%;
    font-weight: bold;
        font-family: 'Roboto','Noto Sans Japanese';
}
.itemCap{
    font-size: 1.5rem;
    margin: 0;
    line-height: 2.2rem;
    font-family: 'Roboto','Noto Sans Japanese';
    padding:2% 0;
}
.itemSpec{
    font-size: 1.1rem;
    padding: 2% 0 6%;
    line-height: 2rem;
}
.brandName{
    font-size: 1.2rem;
    line-height: 2rem;
}
.icon p.shopN{
    font-size: 1.6rem;
    font-weight: bold;
}
.icon p.staffN{
    font-size: 2.2rem;
    font-weight: bold;
}
.icon p.staffN span{
    margin: 0;
    font-size: 1.2rem;
    font-weight: normal;
}
.catchP{
    clear: both;
}
.btnArea{
    text-align: left;
    }
.btnArea a{
    border: 1px solid #000;
    color: #000;
    text-align: center;
    padding: 4%;
    margin: 5% auto 10%;
    transition: all .3s;
    display: inline-block;
    text-decoration: none;
    width: 88%;
}

.btnArea a:hover {
  color: #fff !important;
  background-color: #000000;
}
.allbtnArea{
    margin: 0 auto;
    width: 100%;
    text-align: center;
}
.allbtnArea a{
    border: 1px solid #000;
    color: #000;
    text-align: center;
    padding: 2% 200px;
    margin: 50px auto;
    transition: all .3s;
    display: inline-block;
    text-decoration: none;
}

.allbtnArea a:hover {
  color: #fff !important;
  background-color: #000000;
}
ul.bxslider li.sliderimg{
    width: 100%;
}
.instaArea{
    background: #fcfcfc;
    text-align: center;
    padding: 5% 0;
    margin: 0 0 15% 0;
}
.instaArea ul li{
    display: inline-block;
    margin: 0 2% 2% 0;
}
.more{
    font-family: 'Roboto','Noto Sans Japanese';
    font-size: 1.6rem;
    font-weight: bold;
    text-decoration:none;
}
.more a{
    border-bottom: 3px solid #000;
    padding: 0 0 1px 0;
    color: #000;
    text-decoration:none;
}
.more a:hover{
    background: #000;
    padding: 0 0 1px 0;
    color: #fff !important;
    text-decoration:none;
}
.instaArea p{
    margin: 1% auto 3%;
}
.btnText{
    font-size: 18px;
    font-weight: bold;
}
.no-margin{
    margin: 0;
}
.moreItem{
    margin-bottom: 10%;
}
.moreItem h3{
    font-weight: bold;
    font-family: 'Roboto','Noto Sans Japanese';
    /*border-bottom: 1px solid;*/
    margin: 20px 0 8px 0;
}
.moreItem span{
    display: block;
    color: #000;
    text-align: center;
    margin: 5% 0 0 0;
}
.moreItem div{
    width: 30%;
    display: inline-block;
    margin-right: 2%;
}
.moreItem div a{
   text-decoration: none;
    color: #000;
    font-size: 1.1rem;
    line-height: 1.6rem;
}
.moreItem div a:hover{
   text-decoration: underline;
   color: #000;
}
.fade-up {
  transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: transform 0.5s;
  -moz-transition: transform 0.5s;
  -webkit-transition: transform 0.5s;
  -o-transition: transform 0.5s;
}
.margin{
    margin-right: 2% !important;
}
.brandSpec{
    font-size: 1.4rem;
    margin: 5% 0;
    padding: 4%;
    line-height: 3rem;
    background: #f1f1f1;
}
.brandSpec span{
    font-family: 'Roboto','Noto Sans Japanese';
    font-size: 1.8rem;
    margin: 0% 0 2% 0;
    padding: 0 0 2% 0;
    line-height: 1.8rem;
    border-bottom: 1px solid #ccc;
    display: block;
}