@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@charset "Shift_JIS";

#mainArea{
	margin: 0 auto;
	font-size: 100%;
	line-height: 2.2rem;
	font-family: 'Roboto','Noto Sans Japanese';
    text-align: center;
    color: #000000;
    letter-spacing: 0.05em;
}
h2{
    text-align: center;
    font-size: 1.8rem;
    line-height: 2;
    margin: 8% auto;
    font-family: 'Roboto','Noto Sans Japanese';
}
.contentArea{
    width: 900px;
    margin:0 auto;
}
.item1-styleArea,.item2-styleArea,.item3-styleArea{
    position: relative;
    width:900px;
    height:780px;
    z-index:0;
    line-height:1.6;
}
.contentArea a{
   text-decoration:none;
   color:#000000 !important;
}
.contentArea a:hover{
   text-decoration:underline;
   color:#000000 !important;
   opacity:1 !important;
}
.item1-styleArea .black{
    position: absolute;
    right: 45px;
    top: 50px;
    z-index:100;
}
.item1-styleArea .more{
    position: absolute;
    top: 78px;
    left: 500px;
    z-index:100;
}
.item1-styleArea .caption{
    position: absolute;
    right: 20px;
    top: 290px;
    z-index:100;
}
.item1-styleArea .left-spec{
    position: absolute;
    width: 175px;
    background: #ffffff;
    text-align: left;
    padding: 2%;
    bottom: 15px;
    left: 0;
    font-size:1.2rem;
    z-index:100;
}
.item1-styleArea .left-spec span,.item2-styleArea .left-spec span,.item3-styleArea .left-spec span{
   display:block;
}
.item1-styleArea .right-spec{
    position: absolute;
    width: 260px;
    text-align: left;
    padding: 2%;
    bottom: 34px;
    right: 0;
    font-size: 1.2rem;
    z-index:100;
}
.item1-styleArea .right-spec span,.item2-styleArea .right-spec span,.item3-styleArea .right-spec span{
   display:block;
}
.item2-styleArea .beige{
    position: absolute;
    left: 45px;
    top: 85px;
    z-index: 100;
}
.item2-styleArea .more{
    position: absolute;
    top: 100px;
    left: 132px;
    z-index: 100;
}
.item2-styleArea .caption{
    position: absolute;
    left: 20px;
    top: 290px;
    z-index: 100;
}
.item2-styleArea .left-spec{
    position: absolute;
    width: 208px;
    background: #ffffff;
    text-align: left;
    padding: 2%;
    bottom: 15px;
    right: 0;
    font-size: 1.2rem;
    z-index: 100;
}
.item2-styleArea .right-spec{
    position: absolute;
    width: 200px;
    text-align: left;
    padding: 2%;
    bottom: 34px;
    left: 70px;
    font-size: 1.2rem;
    z-index: 100;
}
.item3-styleArea .black{
    position: absolute;
    right: 114px;
    top: 232px;
    z-index: 100;
}
.item3-styleArea .more{
    position: absolute;
    top: 325px;
    left: 500px;
    z-index: 100;
}
.item3-styleArea .caption{
    position: absolute;
    right: 20px;
    top: 160px;
    z-index: 100;
}
.item3-styleArea .left-spec{
    position: absolute;
    width: 175px;
    background: #ffffff;
    text-align: left;
    padding: 2%;
    bottom: 76px;
    left: 21px;
    font-size: 1.2rem;
    z-index: 100;
}
.item3-styleArea .right-spec{
    position: absolute;
    width: 260px;
    text-align: left;
    padding: 2%;
    bottom: 34px;
    right: 0;
    font-size: 1.2rem;
    z-index:100;
}
.itemArea{
    width: 730px;
    margin: 10% auto;
}
.itemImage{
    display: inline-block;
    width: 46%;
    vertical-align: bottom;
    margin: 0 4% 0 0;
}
.itemSpec{
    display: inline-block;
    width: 41%;
}
.itemName{
    font-size: 1.6rem;
    margin: 4% auto;
    text-align: left;
}
.itemName span{
        font-size: 1.1rem;
    display: block;
    line-height: 1.6rem;
    margin: 1% 0 0 0;
}
.itemCaption{
    font-size: 1.2rem;
    margin: 5% 0;
    text-align: left;
    padding: 0 0 0 3%;
    border-left: 10px solid #6f5c53;
}
.allbtnArea{
    margin: 0 auto;
    text-align: center;
    background: #e0d6d1;
    width: 100%;
    margin: 10% 0;
}
.allbtnArea a{
    background: #ffffff;
    text-align: center;
    padding: 3% 0;
    margin: 8% auto;
    transition: all .3s;
    display: inline-block;
    text-decoration: none;
    width: 80%;
    font-size: 2.0rem;
    color: #6f5c53;
    border: 2px solid #6f5c53;
}

.allbtnArea a:hover{
    border: 2px solid  #6f5c53;
    text-align: center;
    padding: 3% 0;
    margin: 8% auto;
    transition: all .3s;
    display: inline-block;
    text-decoration: none;
    width: 80%;
    font-size: 2.0rem;
    color: #ffffff !important;
    background: #6f5c53 !important;
}

.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;
}
hr.border{
    border-top: 1px solid #ebebeb;
    border-bottom: none;
}