/*-----------------------------------------------------------
import
------------------------------------------------------------*/
@import url('http://fonts.googleapis.com/earlyaccess/notosansjp.css');
@import url('https://fonts.googleapis.com/earlyaccess/hannari.css');
@import url('https://fonts.googleapis.com/earlyaccess/sawarabimincho.css');
/* reset */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
}
body {
    line-height: 1;
}
article, aside, dialog, figure, footer, header, hgroup, nav, section {
    display: block;
}
ul, ol {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
a {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    background: transparent;
}
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom: 1px dotted #000;
    cursor: help;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}
input, select {
    　　vertical-align: middle;
}
/* reset */
/* clearfix */
.clearfix:after {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
    clear: both;
}
.clearfix {
    display: inline-block;
    zoom: 100%;
}
/* clearfix */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.pc {}
.sp {
    display:none;
}
@media screen and (max-width: 767px) {
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
}
.mincho {
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.border {
    background: url(../img/cutBorder.png) repeat-x 0 0;
    width: 100%;
    height: 5px;
    margin: 0;
    padding: 0;
}
#Barberchair {
	font-family: "ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",'Noto Sans JP',"メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 13px;
    background: #2a2d27 url(../img/pageBg.png) repeat 0 0;
	color: #ffffff;
	width: 100%;
	margin: 0 auto;
    padding: 0;
}
@media screen and (max-width: 767px) {
    #Barberchair {padding-bottom:30px;}
}
#Barberchair .mainHeader {
    width: 100%;
}
#Barberchair .mainHeader h1 {
    background: none;
    width: 950px;
    height: 447px;
    margin: 0 auto;
    padding: 0;
}
@media screen and (max-width: 767px) {
    #Barberchair .mainHeader h1 {
        background: none;
        width: auto;
        height: auto;
        margin: 0 10px;
    }
}
#Barberchair .mainHeader h1 img {}
@media screen and (max-width: 767px) {
    #Barberchair .mainHeader h1 img {
        width: 100%;
    }
}
#Barberchair .menuArea {
    background: url(../img/cutBorder.png) repeat-x 0 0;
    width: 100%;
    padding-top: 5px;
}
@media screen and (max-width: 767px) {
    #Barberchair .menuArea {}
}
#Barberchair .menuArea .menuInner {
    background: url(../img/borderBg.png) repeat 0 0;
    width: 100%;
    padding: 15px 0;
}
@media screen and (max-width: 767px) {
    #Barberchair .menuArea .menuInner {
        width: auto;
        padding: 10px;
    }
}
#Barberchair .menuArea .menuInner ul.menuList {
    width: 950px;
    margin: 0 auto;
}
@media screen and (max-width: 767px) {
    #Barberchair .menuArea .menuInner ul.menuList {
        width: auto;
    }
}
#Barberchair .menuArea .menuInner ul.menuList li {
    background: #2a2d27;
    width: 230px;
    height: 160px;
    margin-right: 10px;
    float: left;
}
@media screen and (max-width: 767px) {
    #Barberchair .menuArea .menuInner ul.menuList li {
        width: 49%;
        height: auto;
        margin-right: 2%;
        margin-bottom: 5px;
    }
}
#Barberchair .menuArea .menuInner ul.menuList li img {
    display: block;
}
@media screen and (max-width: 767px) {
    #Barberchair .menuArea .menuInner ul.menuList li img {
        width: 100%;
    }
}
#Barberchair .menuArea .menuInner ul.menuList li:nth-child(4n) {
    margin-right: 0;
}
@media screen and (max-width: 767px) {
    #Barberchair .menuArea .menuInner ul.menuList li:nth-child(4n) {}
    #Barberchair .menuArea .menuInner ul.menuList li:nth-child(2n) {
        margin-right: 0;
    }
}
#Barberchair .menuArea .menuInner ul.menuList li:nth-child(5n) {
    width: 950px;
    height: 140px;
    margin: 10px 0 0;
}
@media screen and (max-width: 767px) {
    #Barberchair .menuArea .menuInner ul.menuList li:last-child {
        width: 100%;
        height: auto;
        margin: 0;
    }
}
#Barberchair h2.areaMain {
    background: none;
    width: 950px;
    height: 440px;
    margin: 20px auto;
    padding: 0;
}
@media screen and (max-width: 767px) {
    #Barberchair h2.areaMain {
        background: none;
        width: auto;
        height: auto;
        margin: 0;
        padding: 10px;
    }
}
#Barberchair h2.areaMain img {
    max-width:100%;
}
/*@media screen and (max-width: 767px) {
    #Barberchair h2.areaMain img {
        width: 100%;
    }
}*/
#Barberchair .areaCatch {
    width: 100%;
    margin: 0;
    padding: 0;
    border-top: 4px solid #dddddd;
    border-bottom: 4px solid #dddddd;
}
@media screen and (max-width: 767px) {
    #Barberchair .areaCatch {
        border-top: 2px solid #dddddd;
        border-bottom: 2px solid #dddddd;
    }
}
#Barberchair .areaCatch .catchInner {
    margin: 4px 0;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}
@media screen and (max-width: 767px) {
    #Barberchair .areaCatch .catchInner {
        margin: 3px 0;
    }
}
#Barberchair .areaCatch .catchInner h3 {
    font-size: 20px;
    color: #dddddd;
    text-align: center;
    padding: 25px 0;
    border: none;
}
@media screen and (max-width: 767px) {
    #Barberchair .areaCatch .catchInner h3 {
        font-size: 16px;
        font-weight: normal;
        text-align: left;
        padding: 10px;
    }
}
#Barberchair .areaCatch .catchInner h3 span {
    font-size: 32px;
}
@media screen and (max-width: 767px) {
    #Barberchair .areaCatch .catchInner h3 span {
        font-size: 26px;
        text-align: center;
    }
}
#Barberchair .barberContents h4.areaHeading {
    font-size: 26px;
    font-weight: 500;
    background: none;
    color: #000000;
    line-height: 1.1;
    padding: 0;
}
@media screen and (max-width: 767px) {
    #Barberchair .barberContents h4.areaHeading {
        font-size: 16px;
        font-weight: 500;
        background: none;
        color: #000000;
        line-height: 1.3;
        padding: 0;
    }
}
#Barberchair .barberContents h4.areaHeading span.s01 {
    font-size: 24px;
    font-weight: 500;
}
@media screen and (max-width: 767px) {
    #Barberchair .barberContents h4.areaHeading span.s01 {
        font-size: 16px;
    }
}
#Barberchair .barberContents h4.areaHeading span.s02 {
    font-size: 22px;
    font-weight: 500;
}
@media screen and (max-width: 767px) {
    #Barberchair .barberContents h4.areaHeading span.s02 {
        font-size: 16px;
    }
}
#Barberchair .barberContents h4.areaHeading span.s03 {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
}
@media screen and (max-width: 767px) {
    #Barberchair .barberContents h4.areaHeading span.s03 {}
}
#Barberchair .barberContents p.areaTxt {
    font-size: 14px;
    line-height: 1.3;
    margin-top: 5px;
}
@media screen and (max-width: 767px) {
    #Barberchair .barberContents p.areaTxt {
        font-size: 12px;
    }
}
@media screen and (max-width: 767px) {
    .partsBox {
        display: block;
        margin-top: 10px;
        clear: both;
    }
    .partsBox:first-child {
        margin-top: 0;
    }
}
/************** OLDEST-S **************/
#Barberchair .chair01 {
    color: #000000;
}
#Barberchair .chair01 .barberContents {
    display: block;
    width: 950px;
    margin: 20px auto;
    padding: 0;
}
@media screen and (max-width: 767px) {
    #Barberchair .chair01 .barberContents {
        width: auto;
        margin: 10px;
    }
}
#Barberchair .chair01 .barberContents .section01 {
    background: rgba(255,255,255,0.85);
    width: 950px;
    height: 320px;
    margin-bottom: 10px;
    position: relative;
}
@media screen and (max-width: 767px) {
    #Barberchair .chair01 .barberContents .section01 {
        width: auto;
        height: auto;
        padding: 10px;
    }
}
#Barberchair .chair01 .barberContents .section01 figure.img01 {
    position: absolute;
    top: 10px;
    right: 20px;
}
figure {
    margin: 0;
    padding: 0;
}
@media screen and (max-width: 767px) {
    figure {
        margin: 0;
        padding: 0;
    }
    #Barberchair .chair01 .barberContents .section01 figure.img01 {
        position: static;
        width: 40%;
        margin: 0 5px 0 0;
        padding: 0;
        float: left;
    }
    #Barberchair .chair01 .barberContents .section01 figure.img01 img {
        width: 100%;
    }
}
#Barberchair .chair01 .barberContents .section01 figure.img02 {
    position: absolute;
    top: 170px;
    left: 20px;
}
@media screen and (max-width: 767px) {
    #Barberchair .chair01 .barberContents .section01 figure.img02 {
        position: static;
        width: 26%;
        margin: 0 10px 0 0;
        padding: 0;
        float: left;
        clear: both;
    }
    #Barberchair .chair01 .barberContents .section01 figure.img02 img {
        width: 100%;
        display: block;
    }
}
#Barberchair .chair01 .barberContents .section01 .txtBox01 {
    position: absolute;
    top: 20px;
    left: 20px;
}
@media screen and (max-width: 767px) {
    #Barberchair .chair01 .barberContents .section01 .txtBox01 {
        position: static;
    }
}
#Barberchair .chair01 .barberContents .section01 .txtBox02 {
    position: absolute;
    top: 180px;
    left: 240px;
}
@media screen and (max-width: 767px) {
    #Barberchair .chair01 .barberContents .section01 .txtBox02 {
        position: static;
        margin-top: 10px;
    }
}
#Barberchair .chair01 .barberContents .section02,
#Barberchair .chair01 .barberContents .section03,
#Barberchair .chair01 .barberContents .section04 {
    background: rgba(255,255,255,0.85);
    height: 340px;
    padding: 10px;
    float: left;
    position: relative;
}
@media screen and (max-width: 767px) {
    #Barberchair .chair01 .barberContents .section02,
    #Barberchair .chair01 .barberContents .section03,
    #Barberchair .chair01 .barberContents .section04 {}
}
#Barberchair .chair01 .barberContents .section02 {
    width: 410px;
    margin-right: 10px;
}
@media screen and (max-width: 767px) {
    #Barberchair .chair01 .barberContents .section02 {
        width: auto;
        height: auto;
        margin: 0 0 10px;
        float: none;
    }
    #Barberchair .chair01 .barberContents .section02 figure {
        width: 30%;
        margin-right: 10px;
        float: left;
    }
    #Barberchair .chair01 .barberContents .section02 figure img {
        width: 100%;
    }
}
#Barberchair .chair01 .barberContents .section03 {
    width: 270px;
    margin-right: 10px;
}
@media screen and (max-width: 767px) {
    #Barberchair .chair01 .barberContents .section03 {
        width: auto;
        height: auto;
        margin: 0 0 10px;
        float: none;
    }
}
#Barberchair .chair01 .barberContents .section03 figure {
    position: absolute;
    bottom: 0;
    left: 0;
}
@media screen and (max-width: 767px) {
    #Barberchair .chair01 .barberContents .section03 figure {
        position: static;
        width: 40%;
        margin-right: 10px;
        float: left;
    }
    #Barberchair .chair01 .barberContents .section03 figure img {
        display: block;
        width: 100%;
    }
}
#Barberchair .chair01 .barberContents .section04 {
    width: 250px;
}
@media screen and (max-width: 767px) {
    #Barberchair .chair01 .barberContents .section04 {
        width: auto;
        height: auto;
        margin: 0 0 10px;
        float: none;
    }
    #Barberchair .chair01 .barberContents .section04 figure {
        width: 40%;
        margin-right: 10px;
        float: left;
    }
    #Barberchair .chair01 .barberContents .section04 figure img {
        display: block;
        width: 100%;
    }
}
#Barberchair .chair01 .barberContents .section05,
#Barberchair .chair01 .barberContents .section06 {
    background: rgba(255,255,255,0.85);
    height: 300px;
    margin-top: 10px;
    padding: 10px;
    float: left;
    position: relative;
}
@media screen and (max-width: 767px) {
    #Barberchair .chair01 .barberContents .section05,
    #Barberchair .chair01 .barberContents .section06 {}
}
#Barberchair .chair01 .barberContents .section05 {
    width: 500px;
    margin-right: 10px;
}
@media screen and (max-width: 767px) {
    #Barberchair .chair01 .barberContents .section05 {
        width: auto;
        height: auto;
        margin: 0;
        float: none;
    }
    #Barberchair .chair01 .barberContents .section05 figure {
        width: 30%;
        margin-right: 10px;
        float: left;
    }
    #Barberchair .chair01 .barberContents .section05 figure img {
        display: block;
        width: 100%;
    }
}
#Barberchair .chair01 .barberContents .section06 {
    width: 440px;
}
@media screen and (max-width: 767px) {
    #Barberchair .chair01 .barberContents .section06 {
        width: auto;
        height: auto;
        float: none;
    }
    #Barberchair .chair01 .barberContents .section06 figure {}
    #Barberchair .chair01 .barberContents .section06 figure img {
        width: 100%;
    }
}
/************** OLDEST-DX **************/
#Barberchair .chair02 {
    color: #000000;
}
#Barberchair .chair02 .barberContents {
    display: block;
    width: 950px;
    margin: 20px auto;
    padding: 0;
}
@media screen and (max-width: 767px) {
    #Barberchair .chair02 .barberContents {
        width: auto;
        margin: 10px;
    }
}
#Barberchair .chair02 .barberContents .section01 {
    background: rgba(255,255,255,0.85);
    width: 950px;
    height: 290px;
    margin-bottom: 10px;
    position: relative;
}
@media screen and (max-width: 767px) {
    #Barberchair .chair02 .barberContents .section01 {
        width: auto;
        height: auto;
        padding: 10px;
    }
}
#Barberchair .chair02 .barberContents .section01 figure.img01 {
    position: absolute;
    top: 7px;
    left: 20px;
}
@media screen and (max-width: 767px) {
    #Barberchair .chair02 .barberContents .section01 figure.img01 {
        position: static;
        width: 40%;
        margin-right: 10px;
        float: left;
    }
    #Barberchair .chair02 .barberContents .section01 figure.img01 img {
        width: 100%;
    }
}
#Barberchair .chair02 .barberContents .section01 figure.img02 {
    position: absolute;
    top: 140px;
    left: 420px;
}
@media screen and (max-width: 767px) {
    #Barberchair .chair02 .barberContents .section01 figure.img02 {
        position: static;
        width: 26%;
        margin: 0 10px 0 0;
        float: left;
        clear: both;
    }
    #Barberchair .chair02 .barberContents .section01 figure.img02 img {
        display: block;
        width: 100%;
    }
}
#Barberchair .chair02 .barberContents .section01 .txtBox01 {
    position: absolute;
    top: 20px;
    left: 420px;
}
@media screen and (max-width: 767px) {
    #Barberchair .chair02 .barberContents .section01 .txtBox01 {
        position: static;
    }
}
#Barberchair .chair02 .barberContents .section01 .txtBox02 {
    position: absolute;
    top: 145px;
    left: 640px;
}
@media screen and (max-width: 767px) {
    #Barberchair .chair02 .barberContents .section01 .txtBox02 {
        position: static;
    }
}
#Barberchair .chair02 .barberContents .section02 {
    background: rgba(255,255,255,0.85);
    width: 950px;
    height: 320px;
    margin-bottom: 10px;
    position: relative;
}
@media screen and (max-width: 767px) {
    #Barberchair .chair02 .barberContents .section02 {
        width: auto;
        height: auto;
        padding: 10px;
    }
}
#Barberchair .chair02 .barberContents .section02 figure.img01 {
    position: absolute;
    top: 26px;
    right: 20px;
}
@media screen and (max-width: 767px) {
    #Barberchair .chair02 .barberContents .section02 figure.img01 {
        position: static;
        width: 40%;
        margin-right: 10px;
        float: left;
    }
    #Barberchair .chair02 .barberContents .section02 figure.img01 img {
        width: 100%;
    }
}
#Barberchair .chair02 .barberContents .section02 figure.img02 {
    position: absolute;
    top: 170px;
    left: 230px;
}
@media screen and (max-width: 767px) {
    #Barberchair .chair02 .barberContents .section02 figure.img02 {
        position: static;
        width: 26%;
        margin-right: 10px;
        float: left;
    }
    #Barberchair .chair02 .barberContents .section02 figure.img02 img {
        width: 100%;
    }
}
#Barberchair .chair02 .barberContents .section02 figure.img03 {
    position: absolute;
    top: 90px;
    left: 420px;
}
@media screen and (max-width: 767px) {
    #Barberchair .chair02 .barberContents .section02 figure.img03 {}
}
#Barberchair .chair02 .barberContents .section02 .txtBox01 {
    position: absolute;
    top: 20px;
    left: 20px;
}
@media screen and (max-width: 767px) {
    #Barberchair .chair02 .barberContents .section02 .txtBox01 {
        position: static;
    }
}
#Barberchair .chair02 .barberContents .section02 .txtBox02 {
    position: absolute;
    top: 175px;
    left: 20px;
}
@media screen and (max-width: 767px) {
    #Barberchair .chair02 .barberContents .section02 .txtBox02 {
        position: static;
    }
}
#Barberchair .chair02 .barberContents .section03,
#Barberchair .chair02 .barberContents .section04 {
    background: rgba(255,255,255,0.85);
    height: 328px;
    margin-bottom: 10px;
    padding: 10px;
    float: left;
    position: relative;
}
@media screen and (max-width: 767px) {
    #Barberchair .chair02 .barberContents .section03,
    #Barberchair .chair02 .barberContents .section04 {}
}
#Barberchair .chair02 .barberContents .section03 {
    width: 496px;
    margin-right: 10px;
}
@media screen and (max-width: 767px) {
    #Barberchair .chair02 .barberContents .section03 {
        width: auto;
        height: auto;
        margin: 0 0 10px;
        padding: 10px;
        float: none;
    }
}
#Barberchair .chair02 .barberContents .section03 figure {
    position: absolute;
    bottom: 0;
    right: 0;
}
@media screen and (max-width: 767px) {
    #Barberchair .chair02 .barberContents .section03 figure {
        position: static ;
        width: 40%;
        margin-right: 10px;
        float: left;
    }
    #Barberchair .chair02 .barberContents .section03 figure img {
        width: 100%;
    }
}
#Barberchair .chair02 .barberContents .section04 {
    width: 444px;
}
@media screen and (max-width: 767px) {
    #Barberchair .chair02 .barberContents .section04 {
        width: auto;
        height: auto;
        margin: 0 0 10px;
        padding: 10px;
        float: none;
    }
}
#Barberchair .chair02 .barberContents .section04 figure {
    position: absolute;
    top: 10px;
    right: 10px;
}
@media screen and (max-width: 767px) {
    #Barberchair .chair02 .barberContents .section04 figure {
        position: static;
        width: 30%;
        margin-right: 10px;
        float: left;
    }
    #Barberchair .chair02 .barberContents .section04 figure img {
        width: 100%;
    }
    #Barberchair .chair02 .barberContents .section04 .txtBox {}
}
#Barberchair .chair02 .barberContents .section05 {
    background: rgba(255,255,255,0.85);
    width: 950px;
    height: 260px;
    padding: 10px;
    clear: both;
    position: relative;
}
@media screen and (max-width: 767px) {
    #Barberchair .chair02 .barberContents .section05 {
        width: auto;
        height: auto;
        margin: 0 0 10px;
        padding: 10px;
        float: none;
    }
}
#Barberchair .chair02 .barberContents .section05 figure {
    margin-left: 10px;
    float: right;
}
@media screen and (max-width: 767px) {
    #Barberchair .chair02 .barberContents .section05 figure {
        width: 50%;
        margin: 0;
        float: left;
    }
    #Barberchair .chair02 .barberContents .section05 figure img {
        width: 100%;
    }
}
/************** BROOKLYN **************/
#Barberchair .chair03 {
    color: #000000;
}
#Barberchair .chair03 .barberContents {
    display: block;
    width: 950px;
    margin: 20px auto;
    padding: 0;
}
@media screen and (max-width: 767px) {
    #Barberchair .chair03 .barberContents {
        width: auto;
        margin: 10px;
    }
}
#Barberchair .chair03 .barberContents .section01 {
    background: rgba(255,255,255,0.85);
    width: 950px;
    height: 300px;
    margin-bottom: 10px;
    position: relative;
}
@media screen and (max-width: 767px) {
    #Barberchair .chair03 .barberContents .section01 {
        width: auto;
        height: auto;
        padding: 10px;
    }
}
#Barberchair .chair03 .barberContents .section01 figure.img01 {
    position: absolute;
    top: 8px;
    left: 40px;
}
@media screen and (max-width: 767px) {
    #Barberchair .chair03 .barberContents .section01 figure.img01 {
        position: static;
        width: 40%;
        margin-right: 10px;
        float: left;
    }
    #Barberchair .chair03 .barberContents .section01 figure.img01 img {
        width: 100%;
    }
}
#Barberchair .chair03 .barberContents .section01 figure.img02 {
    position: absolute;
    top: 160px;
    left: 370px;
}
@media screen and (max-width: 767px) {
    #Barberchair .chair03 .barberContents .section01 figure.img02 {
        position: static;
        width: 30%;
        margin-right: 10px;
        float: left;
    }
    #Barberchair .chair03 .barberContents .section01 figure.img02 img {
        width: 100%;
    }
}
#Barberchair .chair03 .barberContents .section01 .txtBox01 {
    position: absolute;
    top: 20px;
    left: 370px;
}
@media screen and (max-width: 767px) {
    #Barberchair .chair03 .barberContents .section01 .txtBox01 {
        position: static;
    }
}
#Barberchair .chair03 .barberContents .section01 .txtBox02 {
    position: absolute;
    top: 160px;
    left: 590px;
}
@media screen and (max-width: 767px) {
    #Barberchair .chair03 .barberContents .section01 .txtBox02 {
        position: static;
    }
}
#Barberchair .chair03 .barberContents .section02 {
    background: rgba(255,255,255,0.85);
    width: 950px;
    height: 320px;
    margin-bottom: 10px;
    position: relative;
}
@media screen and (max-width: 767px) {
    #Barberchair .chair03 .barberContents .section02 {
        width: auto;
        height: auto;
        padding: 10px;
    }
}
#Barberchair .chair03 .barberContents .section02 figure.img01 {
    position: absolute;
    top: 26px;
    right: 20px;
}
@media screen and (max-width: 767px) {
    #Barberchair .chair03 .barberContents .section02 figure.img01 {
        position: static;
        width: 40%;
        margin-right: 10px;
        float: left;
    }
    #Barberchair .chair03 .barberContents .section02 figure.img01 img {
        width: 100%;
    }
}
#Barberchair .chair03 .barberContents .section02 figure.img02 {
    position: absolute;
    top: 110px;
    left: 20px;
}
@media screen and (max-width: 767px) {
    #Barberchair .chair03 .barberContents .section02 figure.img02 {
        position: static;
        width: 38%;
        margin-right: 10px;
        float: left;
    }
    #Barberchair .chair03 .barberContents .section02 figure.img02 img {
        width: 100%;
    }
}
#Barberchair .chair03 .barberContents .section02 figure.img03 {
    position: absolute;
    top: 110px;
    left: 320px;
}
@media screen and (max-width: 767px) {
    #Barberchair .chair03 .barberContents .section02 figure.img03 {
        position: static;
        width: 40%;
        margin-right: 10px;
        float: left;
    }
    #Barberchair .chair03 .barberContents .section02 figure.img03 img {
        width: 100%;
    }
}
#Barberchair .chair03 .barberContents .section02 .txtBox01 {
    position: absolute;
    top: 20px;
    left: 20px;
}
@media screen and (max-width: 767px) {
    #Barberchair .chair03 .barberContents .section02 .txtBox01 {
        position: static;
    }
}
#Barberchair .chair03 .barberContents .section02 .txtBox02 {
    width: 350px;
    position: absolute;
    top: 230px;
    left: 20px;
}
@media screen and (max-width: 767px) {
    #Barberchair .chair03 .barberContents .section02 .txtBox02 {
        position: static;
        width: auto;
    }
}
#Barberchair .chair03 .barberContents .section03,
#Barberchair .chair03 .barberContents .section04,
#Barberchair .chair03 .barberContents .section05 {
    background: rgba(255,255,255,0.85);
    height: 358px;
    margin-bottom: 10px;
    padding: 10px;
    float: left;
    position: relative;
}
@media screen and (max-width: 767px) {
}
#Barberchair .chair03 .barberContents .section03 {
    width: 313px;
    margin-right: 10px;
}
@media screen and (max-width: 767px) {
    #Barberchair .chair03 .barberContents .section03 {
        width: auto;
        height: auto;
        margin: 0 0 10px;
        float: none;
    }
}
#Barberchair .chair03 .barberContents .section03 figure {
    position: absolute;
    top: 0;
    right: 0;
}
@media screen and (max-width: 767px) {
    #Barberchair .chair03 .barberContents .section03 figure {
        width: 40%;
        margin-right: 10px;
        float: left;
        position: static;
    }
    #Barberchair .chair03 .barberContents .section03 figure img {
        width: 100%;
    }
}
#Barberchair .chair03 .barberContents .section03 .txtBox {
    position: absolute;
    bottom: 10px;
    left: 10px;
}
@media screen and (max-width: 767px) {
    #Barberchair .chair03 .barberContents .section03 .txtBox {
        position: static;
    }
}
#Barberchair .chair03 .barberContents .section04 {
    width: 283px;
    margin-right: 10px;
}
@media screen and (max-width: 767px) {
    #Barberchair .chair03 .barberContents .section04 {
        width: auto;
        height: auto;
        margin: 0 0 10px;
        float: none;
    }
}
#Barberchair .chair03 .barberContents .section04 figure {
    position: absolute;
    bottom: 0;
    right: 10px;
}
@media screen and (max-width: 767px) {
    #Barberchair .chair03 .barberContents .section04 figure {
        position: static;
        width: 40%;
        margin-right: 10px;
        float: left;
    }
    #Barberchair .chair03 .barberContents .section04 figure img {
        display: block;
        width: 100%;
    }
}
#Barberchair .chair03 .barberContents .section05 {
    width: 334px;
}
@media screen and (max-width: 767px) {
    #Barberchair .chair03 .barberContents .section05 {
        width: auto;
        height: auto;
        float: none;
    }
}
#Barberchair .chair03 .barberContents .section05 figure {
    position: absolute;
    top: 20px;
    right: 10px;
}
@media screen and (max-width: 767px) {
    #Barberchair .chair03 .barberContents .section05 figure {
        position: static;
        width: 30%;
        margin-right: 10px;
        float: left;
    }
    #Barberchair .chair03 .barberContents .section05 figure img {
        width: 100%;
    }
}
#Barberchair .chair03 .barberContents .section06 {
    background: rgba(255,255,255,0.85);
    width: 950px;
    height: 260px;
    padding: 10px;
    clear: both;
    position: relative;
}
@media screen and (max-width: 767px) {
    #Barberchair .chair03 .barberContents .section06 {
        width: auto;
        height: auto;
    }
}
#Barberchair .chair03 .barberContents .section06 figure {
    margin-left: 10px;
    float: right;
}
@media screen and (max-width: 767px) {
    #Barberchair .chair03 .barberContents .section06 figure {
        position: static;
        width: 50%;
        margin: 0;
        float: left;
    }
    #Barberchair .chair03 .barberContents .section06 figure img {
        width: 100%;
    }
}
/************** PRICE & SPEC **************/
#Barberchair .itemSpec {
    display: block;
    width: 950px;
    margin: 0 auto;
    padding: 30px 0;
    position: relative;
}
@media screen and (max-width: 767px) {
    #Barberchair .itemSpec {
        width: auto;
        height: auto;
        margin: 10px;
        padding: 0;
    }
    #Barberchair .itemSpec figure {}
    #Barberchair .itemSpec figure img {
        width: 100%;
    }
}
#Barberchair .itemSpec .sizeImg {
    position: absolute;
    top: 30px;
    right: 0;
}
@media screen and (max-width: 767px) {
    #Barberchair .itemSpec .sizeImg {
        position: static;
        margin-top: 10px;
    }
    #Barberchair .itemSpec .sizeImg img {
        width: 100%;
    }
}
#Barberchair .itemSpec .specBottom {
    display: block;
    margin-top: 20px;
}
@media screen and (max-width: 767px) {
    #Barberchair .itemSpec .specBottom {
        margin-top: 10px;
    }
}
#Barberchair .itemSpec .specBottom .itemBox {
    float: left;
}@media screen and (max-width: 767px) {
    #Barberchair .itemSpec .specBottom .itemBox {
        margin-top: 10px;
        float: none;
    }
}
#Barberchair .itemSpec .specBottom .itemBox p.bgLogo {}
@media screen and (max-width: 767px) {
    #Barberchair .itemSpec .specBottom .itemBox p.bgLogo {}
}
#Barberchair .itemSpec .specBottom .itemBox p.chairName {
    font-size: 26px;
    font-weight: bold;
    color: #dddddd;
    margin-top: 5px;
}
@media screen and (max-width: 767px) {
    #Barberchair .itemSpec .specBottom .itemBox p.chairName {
        font-size: 22px;
    }
}
#Barberchair .itemSpec .specBottom .itemBox p.chairName span {
    font-size: 20px;
    font-weight: bold;
}
@media screen and (max-width: 767px) {
    #Barberchair .itemSpec .specBottom .itemBox p.chairName span {
        font-size: 16px;
    }
}
#Barberchair .itemSpec .specBottom .itemBox ul.itemTag {margin-top:10px;}
@media screen and (max-width: 767px) {
    #Barberchair .itemSpec .specBottom .itemBox ul.itemTag {}
}
#Barberchair .itemSpec .specBottom .itemBox ul.itemTag li {
    font-size: 14px;
    text-align: center;
    margin-right: 10px;
    padding: 3px 15px;
    float: left;
}
@media screen and (max-width: 767px) {
    #Barberchair .itemSpec .specBottom .itemBox ul.itemTag li {
        font-size: 12px;
    }
}
#Barberchair .itemSpec .specBottom .itemBox ul.itemTag li.tag01 {
    background: #c31616;
}
@media screen and (max-width: 767px) {
    #Barberchair .itemSpec .specBottom .itemBox ul.itemTag li.tag01 {}
}
#Barberchair .itemSpec .specBottom .itemBox ul.itemTag li.tag02 {
    background: #7f8d30;
}
@media screen and (max-width: 767px) {
    #Barberchair .itemSpec .specBottom .itemBox ul.itemTag li.tag02 {}
}
#Barberchair .itemSpec .specBottom .itemBox p.chairPrice {
    font-size: 14px;
    margin-top:10px;
}
@media screen and (max-width: 767px) {
    #Barberchair .itemSpec .specBottom .itemBox p.chairPrice {}
}
#Barberchair .itemSpec .specBottom .itemBox p.chairPrice span {
    font-size: 24px;
    font-weight: bold;
    color: #cf8d06;
}
@media screen and (max-width: 767px) {
    #Barberchair .itemSpec .specBottom .itemBox p.chairPrice span {}
}
#Barberchair .itemSpec .specBottom .itemBox p.chairPrice strong {
    font-size: 44px;
    font-weight: bold;
}
@media screen and (max-width: 767px) {
    #Barberchair .itemSpec .specBottom .itemBox p.chairPrice strong {}
}
#Barberchair .itemSpec .specBottom .itemBox p.buyBtn {margin-top:10px;}
@media screen and (max-width: 767px) {
    #Barberchair .itemSpec .specBottom .itemBox p.buyBtn {
        text-align: center;
    }
}
#Barberchair .itemSpec .specBottom .specBox {
    float: right;
}
@media screen and (max-width: 767px) {
    #Barberchair .itemSpec .specBottom .specBox {
        float: none;
    }
}
#Barberchair .itemSpec .specBottom .specBox table.specTable {
    color: #000000;
    border-collapse: collapse;
}
@media screen and (max-width: 767px) {
    #Barberchair .itemSpec .specBottom .specBox table.specTable {
        width: 100%;
    }
}
#Barberchair .itemSpec .specBottom .specBox table.specTable tr {}
@media screen and (max-width: 767px) {
    #Barberchair .itemSpec .specBottom .specBox table.specTable tr {}
}
#Barberchair .itemSpec .specBottom .specBox table.specTable tr th {
    font-weight: bold;
    background: #f7f7f7;
    text-align: center;
    padding: 15px 20px;
    border: 1px solid #dddddd;
}
@media screen and (max-width: 767px) {
    #Barberchair .itemSpec .specBottom .specBox table.specTable tr th {
        font-size: 12px;
        padding: 5px;
    }
}
#Barberchair .itemSpec .specBottom .specBox table.specTable tr td {
    background: #ffffff;
    padding: 15px 20px;
    border: 1px solid #dddddd;
}
@media screen and (max-width: 767px) {
    #Barberchair .itemSpec .specBottom .specBox table.specTable tr td {
        font-size: 12px;
        padding: 5px;
    }
}
/************** BARBER ITEM **************/
.barberitem {
    display: block;
}
@media screen and (max-width: 767px) {
    .barberitem {}
}
.barberitem .itemContents {
    display: block;
    width: 950px;
    margin: 0 auto;
}
@media screen and (max-width: 767px) {
    .barberitem .itemContents {
        width: auto;
        margin: 10px;}
}
.barberitem .itemContents .itemBlock {
    width: 470px;
    margin: 0 10px 30px 0;
    float: left;
}
@media screen and (max-width: 767px) {
    .barberitem .itemContents .itemBlock {
        width: auto;
        margin: 0;
        float: none;
    }
}
.barberitem .itemContents .itemBlock:nth-child(2n) {
    margin-right: 0;
}
@media screen and (max-width: 767px) {
    .barberitem .itemContents .itemBlock:nth-child(2n) {}
}
.barberitem .itemContents .itemBlock p.itemTitle {
    font-size: 22px;
    text-align: center;
    padding: 10px 0;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}
@media screen and (max-width: 767px) {
    .barberitem .itemContents .itemBlock p.itemTitle {
        font-size: 16px;
        padding: 5px 0;
    }
}
.barberitem .itemContents .itemBlock ul {
    margin-top: 10px;
}
@media screen and (max-width: 767px) {
    .barberitem .itemContents .itemBlock ul {}
}
.barberitem .itemContents .itemBlock ul li {
    background: #dfdfde;
    color: #000000;
    width: 154px;
    float: left;
    margin-right: 4px;
    padding: 5px;
}
@media screen and (max-width: 767px) {
    .barberitem .itemContents .itemBlock ul li {
        display: table;
        width: 100%;
        margin: 0 0 10px;
        float: none;
        position: relative;
    }
}
.barberitem .itemContents .itemBlock ul li a {
    color: #000000;
    text-decoration: none;
}
@media screen and (max-width: 767px) {
    .barberitem .itemContents .itemBlock ul li a {}
}
.barberitem .itemContents .itemBlock ul li a:hover {
    text-decoration: underline;
    transition: all .3s;
}
.barberitem .itemContents .itemBlock ul li:last-child {
    margin-right: 0;
}
@media screen and (max-width: 767px) {
    .barberitem .itemContents .itemBlock ul li:last-child {}
}
.barberitem .itemContents .itemBlock ul li figure {
    width: 144px;
    height: 110px;
}
@media screen and (max-width: 767px) {
    .barberitem .itemContents .itemBlock ul li figure {
        width: 30%;
        height: auto;
        margin-right: 10px;
        float: left;
    }
}
.barberitem .itemContents .itemBlock ul li figure img {
    display: block;
}
@media screen and (max-width: 767px) {
    .barberitem .itemContents .itemBlock ul li figure img {
        width: 100%;
    }
}
.barberitem .itemContents .itemBlock ul li p.itemName {
    font-size: 12px;
    line-height: 1.4;
    margin: 5px 0;
    word-break: break-all;
}
@media screen and (max-width: 767px) {
    .barberitem .itemContents .itemBlock ul li p.itemName {
    }
}
.barberitem .itemContents .itemBlock ul li p.buyBtnS {
    width: 144px;
    height: 28px;
}
@media screen and (max-width: 767px) {
    .barberitem .itemContents .itemBlock ul li p.buyBtnS {
        width: auto;
        height: auto;
        position: absolute;
        right: 5px;
        bottom: 5px;
    }
}
.barberitem .itemContents .itemBlock ul li p.buyBtnS img {
    display: block;
}
@media screen and (max-width: 767px) {
    .barberitem .itemContents .itemBlock ul li p.buyBtnS img {}
}
.barberitem .itemContents .itemBlock p.itemBnr {
    margin-top: 10px;
}
@media screen and (max-width: 767px) {
    .barberitem .itemContents .itemBlock p.itemBnr {}
    .barberitem .itemContents .itemBlock p.itemBnr img {
        width: 100%;
    }
}
/************** ページナビゲーション **************/

ul#categoryNavi {
	display: none;
	width: 150px;
	position: fixed;
	right: 10px;
	bottom: 250px;
	z-index: 10;
}
ul#categoryNavi li {
    background: #252822;
	width: 150px;
	margin-bottom: 5px;
}
@media screen and (max-width: 1023px) {
    ul#categoryNavi {
        width: auto;
        right: 0;
    }
    ul#categoryNavi li {
        float: left;
        margin-right: 10px;
    }
    ul#categoryNavi li:nth-child(4n) {
        margin-right: 0;
    }
    ul#categoryNavi li:last-child {
        display: none;
    }
    
}
ul#categoryNavi li img {
    display: block;
}
ul#categoryNavi li a {
    filter: alpha(opacity=80);
	-webkit-opacity: 0.80;
	-moz-opacity: 0.80;
	opacity: 0.80;
	display: block;
}

/************** ページナビゲーション **************/

span.clothName {
	font-weight: bold;
	color: #cc0000;
}
span.bgPrice {
	font-size: 34px;
    font-weight: bold;
}
span.logPrice {
	font-size: 26px;
    font-weight: bold;
}
span.itemSize {
	color: #333333;
}
p.returnTop {
	text-align: right;
	margin: 30px 0;
}