/* CSS Document */
@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Lato:400,700');
@font-face {
  font-family: YuGothicM;
  src: local(Yu Gothic Medium);
}
/*ブログ機能用*/
div[content_type="blog"] {
    display:block !important;
    }
div[content_type="blog"]:hover:before {
    content:"※こちらはブログ機能になります。左下（もしくは左上）のUNISON CMSのロゴをクリックして、「記事を投稿する」ボタンから記事を投稿してください。";
    display:block;
    line-height:1.8;
    font-weight:bold;
    color:red;
    font-size:0.8em;
}

/*ブログカテゴリー用*/
div[content_type="blog_category"] {
    display:block !important;
    }
div[content_type="blog_category"]:hover:before {
    content:"※こちらはブログのカテゴリー機能になります。カテゴリーを編集する場合は、左下（もしくは左上）のUNISON CMSのロゴをクリックして、「記事を投稿する」ボタンから「記事投稿」画面に行っていただき、「記事カテゴリ管理」から編集ができます。";
    display:block;
    line-height:1.8;
    font-weight:bold;
    color:red;
    font-size:0.8em;
}

/*ギャラリー用*/
div[content_type="gallery"] {
    display:block !important;
}
div[content_type="gallery"]:hover:before {
    content:"※ギャラリー機能になります。「設定」ボタンから編集ができます。「画像選択」から画像の追加ができ、画像の順番はドラッグ&ドロップで簡単に並び替えできます。";
    display:block;
    line-height:1.8;
    font-weight:bold;
    color:red;
    font-size:0.8em;
    clear:both;
}
/*コレクション機能用、注意書きが必要なところ用*/
div[onclick] .style .stylelist:hover:before {
    content:"※こちらは見たまま編集ができません。左下（もしくは左上）のUNISON CMSのロゴをクリックして、「記事を投稿する」ボタン→「スタイルギャラリー」から編集をしてください";
    display:block;
    line-height:1.8;
    font-weight:bold;
    color:red;
    font-size:0.8em;
    clear:both;
}
/*コレクション機能用、注意書きが必要なところ用*/
div[onclick] .voice .sin:hover:before {
    content:"※こちらは見たまま編集ができません。左下（もしくは左上）のUNISON CMSのロゴをクリックして、「記事を投稿する」ボタン→「お客様の声」から編集をしてください";
    display:block;
    line-height:1.8;
    font-weight:bold;
    color:red;
    font-size:0.8em;
    clear:both;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, input, button, p {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", serif;
    font-family: YuGothic, YuGothicM, "游ゴシック", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
    line-height: 160%;
    color: #5b3930
    }
.clearfix:after {
    content: "";
    display: block;
    clear: both;
    }
.clearfix {
    display: inline-block
    }
* html .clearfix {
    height: 1%
    }
.clearfix {
    display: block
    }
.clearfix {
    /*
        overflow: hidden;
    */
    }
.clear {
    clear: both
    }
img {
    vertical-align: top;
    border: none;
    max-width: 100%;
    height: auto !important;
}
h1 {
    position: absolute;
    text-indent: -9999px;
    bottom: 100%;
}
a {
    color: #5b3930;
    text-decoration: none
    }
a:hover {
    opacity: 0.6
    }
ul {
    list-style: none
    }
body {
    background: url(../images.9108ccf85606138e36841651911d6a14/bodybk.gif) center top repeat
    }
#wrapper {
    min-width: 1200px;
    overflow: hidden
    }
#header {
    width: 100%;
    height: 121px;
    padding-top: 29px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    min-width: 1200px;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 100;
    }
#header .headlogo {
    float: left;
    padding: 0 0 0 29px
    }
#header #gnav {
    float: right;
    padding: 8px 29px 0 0;
    letter-spacing: -5px;
    text-align: right
    }
#header #gnav li {
    letter-spacing: 0;
    display: inline-block !important;
    padding-left: 12px;
    font-family: "Lato", sans-serif;
    font-weight: 700
    }
#header #gnav li a {
    color: #e1dfc6
    }
#header #gnav li:last-child a {
    display: block;
    width: 130px;
    height: 33px;
    border: 2px solid #5b3930;
    text-align: center;
    line-height: 33px;
    background: #e1dfc6;
    color: #5b3930;
    font-size: 16px
    }
#header #gnav li:last-child {
    padding-left: 23px
    }
#footer {
    background: #51332b;
    padding: 48px 0 0 0
    }
#footer .inner {
    width: 1080px;
    height: auto;
    margin: 0 auto;
    padding-bottom: 50px
    }
#footer .left {
    float: left;
    width: 480px;
    height: auto
    }
#footer .left li {
    color: #e1dfc6;
    font-weight: bold
    }
#footer .left h3 {
    padding-bottom: 24px
    }
#footer .right {
    width: 530px;
    height: auto;
    float: right
    }
#footer .copy {
    background: #000;
    text-align: center;
    color: #e1dfc6;
    padding: 10px 0;
    font-weight: bold
    }
.totop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 101;
    }
/*home*/
.mainimg {
    position: relative
    }
.mainimg .managed_gallery div {
    width: 100% !important;
}
.mainimg img {
    width: 100%;
    height: auto
    }
.mainimg h2 {
    position: absolute;
    width: 100%;
    height: 186px;
    top: 50%;
    left: 0;
    margin-top: -93px;
    text-align: center;
    font-size: 60px;
    color: #e1dfc6;
    font-family: "Lato", sans-serif;
    font-weight: normal;
    letter-spacing: 3px;
    text-shadow: 0 0 6px #000;
    z-index: 100;
    }
.mainimg h2 img {
    width: auto;
    height: auto;
    margin: 0 auto;
    display: block;
    -webkit-animation: spin 2.5s linear infinite;
    -moz-animation: spin 2.5s linear infinite;
    -ms-animation: spin 2.5s linear infinite;
    -o-animation: spin 2.5s linear infinite;
    animation: spin 2.5s linear infinite;
    }
@-webkit-keyframes spin {
    0% {-webkit-transform: rotateY(0deg);}
    100% {-webkit-transform: rotateY(360deg);}
}
@-moz-keyframes spin {
    0% {-moz-transform: rotateY(0deg);}
    100% {-moz-transform: rotateY(360deg);}
}
@-ms-keyframes spin {
    0% {-ms-transform: rotateY(0deg);}
    100% {-ms-transform: rotateY(360deg);}
}
@-o-keyframes spin {
    0% {-o-transform: rotateY(0deg);}
    100% {-o-transform: rotateY(360deg);}
}
@keyframes spin {
    0% {transform: rotateY(0deg);}
    100% {transform: rotateY(360deg);}
}
.home-bar {
    background: #5b3930;
    width: auto;
    height: 52px;
    position: relative;
    letter-spacing: -5px;
    text-align: center;
    z-index: 100;
    }
.home-bar dt {
    position: absolute;
    top: -92px;
    left: 50%;
    margin-left: -85px;
    letter-spacing: 0
    }
.home-bar dd {
    letter-spacing: 0;
    display: inline-block !important;
    padding: 0 150px;
    line-height: 52px;
    color: #dbd1b5;
    font-weight: bold
    }
.home-bar dd strong {
    font-size: 18px
    }
.home-nav1 .left {
    float: left;
    width: 50%;
    height: auto;
    position: relative;
    background: #723e25
    }
.home-nav1 .left:after {
    display: block;
    content: "";
    padding-top: 53%;
}
.home-nav1 .left .pic img {
    opacity: 0.9
    }
.home-nav1 .right {
    float: right;
    width: 50%;
    height: auto;
    position: relative
    }
.home-nav1 .right:after {
    display: block;
    content: "";
    padding-top: 53%;
}
.home-nav1 .pic img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.home-nav1 dl {
    width: 100%;
    height: 183px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -91px;
    text-align: center;
    z-index: 1
    }
.home-nav1 dt img {
    display: block;
    margin: 8px auto 0 auto;
    box-shadow: 0 0 4px 0 #000;
    -moz-box-shadow: 0 0 4px 0 #000;
    -webkit-box-shadow: 0 0 4px 0 #000
    }
.home-nav1 dt {
    font-size: 32px;
    color: #e1dfc6;
    font-family: "Lato", sans-serif;
    text-shadow: 3px 3px 6px #000, 3px 3px 6px #000;
    padding-bottom: 20px
    }
.home-nav1 dt .n {
    display: block;
    font-size: 18px;
    font-weight: bold;
    font-family: YuGothic, YuGothicM, "游ゴシック", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif
    }
.home-nav1 dd a {
    display: block;
    width: 218px;
    height: 44px;
    border: 2px solid #e1dfc6;
    margin: 0 auto;
    line-height: 44px;
    font-size: 20px;
    font-family: "Lato", sans-serif;
    color: #e1dfc6;
    text-shadow: 3px 3px 6px #000, 3px 3px 6px #000;
    box-shadow: 4px 4px 4px -4px #000, 4px 4px 4px -4px #000 inset;
    -moz-box-shadow: 4px 4px 4px -4px #000, 4px 4px 4px -4px #000 inset;
    -webkit-box-shadow: 4px 4px 4px -4px #000, 4px 4px 4px -4px #000 inset
    }
.home-nav2 {
    width: 1080px;
    height: auto;
    margin: 0 auto;
    padding: 90px 0 5px 0
    }
.home-nav2 h3 {
    text-align: center;
    font-size: 48px;
    letter-spacing: 2px;
    font-family: "Lato", sans-serif;
    font-weight: normal;
    margin-bottom: 25px
    }
.home-nav2 h3:after {
    content: url(../images.9108ccf85606138e36841651911d6a14/titbar.gif);
    display: block;
    margin: 15px auto 0 auto
    }
.home-nav2 h3 + p {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    line-height: 130%;
    padding-bottom: 75px
    }
.home-nav2 .box {
    width: 352px;
    height: auto;
    float: left;
    margin-right: 12px;
    padding-bottom: 52px
    }
.home-nav2 div.clearfix {
    width: 1092px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.h3h {
    text-align: center;
    font-size: 32px;
    font-weight: normal;
    margin-bottom: 7px
    }
.h3h .n {
    display: block;
    font-family: "Lato", sans-serif;
    letter-spacing: 0;
    font-size: 18px;
    font-family: YuGothic, YuGothicM, "游ゴシック", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif
    }
.h3h .n:before {
    content: url(../images.9108ccf85606138e36841651911d6a14/titbar.gif);
    display: block;
    margin: 5px auto 0 auto;
    margin-bottom: -2px
    }
.home-nav2 dl {
    border: 1px solid #5b3930;
    }
.home-nav2 dt {
    margin-bottom: 27px
    }
.home-nav2 dt + dd {
    min-height: 107px;
    padding: 0 30px 13px 30px
    }
.hmore a {
    display: block;
    width: 218px;
    height: 44px;
    border: 2px solid #5b3930;
    background: #e1dfc6;
    margin: 0 auto;
    font-size: 20px;
    font-family: "Lato", sans-serif;
    text-align: center;
    line-height: 44px;
    letter-spacing: 1px
    }
.home-nav2 dd + dd {
    padding-bottom: 40px
    }
.home-salon div.clearfix {
    background: #5b3930
    }
.home-salon .left {
    float: left;
    width: 50%;
    height: auto;
    position: relative;
    overflow: hidden
    }
.home-salon .left dl {
    width: 100%;
    height: 218px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -109px;
    z-index:10
    }
.home-salon .left dt img {
    display: block;
    margin: 0 auto
    }
.home-salon .left dt {
    font-size: 52px;
    font-family: "Lato", sans-serif;
    color: #e1dfc6;
    letter-spacing: 2px;
    margin-bottom: 14px
    }
.home-salon .left dd a {
    display: block;
    margin: 0 auto;
    width: 298px;
    height: 44px;
    text-align: center;
    line-height: 44px;
    font-size: 24px;
    color: #e1dfc6;
    font-family: "Lato", sans-serif;
    border: 2px solid #e1dfc6;
    letter-spacing: 1px
    }
.home-salon .left .pic img {
    width: 100%;
    height: auto;
    min-width: 810px;
    margin: auto;
}
.home-salon .right {
    float: right;
    width: 50%;
    height: auto
    }
.home-salon .right #map {
    width: 100%;
    min-height: 310px
    }
.home-salon .right ul {
    padding: 30px 0 0 30px
    }
.home-salon .right li {
    color: #e1dfc6;
    font-weight: bold
    }
.home-blog dl {
    width: 350px;
    height: auto;
    float: left;
    margin-right: 12px;
    border: 1px solid #5b3930;
    min-height: 469px
    }
.home-blog {
    width: 1080px;
    height: auto;
    margin: 0 auto;
    padding: 55px 0 50px 0
    }
.home-blog div.clearfix {
    width: 1092px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.home-blog dt {
    margin-bottom: 27px;
    position: relative;
    overflow: hidden;
    }
.home-blog dt:after {
    display: block;
    content: "";
    padding-top: 65%;
}
.home-blog dt + dd {
    height: 107px;
    margin: 0 30px 13px 30px;
    overflow: hidden;
}
.home-blog dd + dd {
    padding-bottom: 40px
    }
.home-blog dt strong {
    position: absolute;
    top: 0;
    left: 0;
    padding: 15px 20px 44px 20px;
    width: 310px;
    font-size: 24px;
    color: #e1dfc6;
    line-height: 130%;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 10;
    }
.home-blog dt .m {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 15px 20px 11px 20px;
    width: 310px;
    color: #e1dfc6;
    font-weight: bold;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    z-index: 10;
    }
.home-blog dt .m a {
    color: #e1dfc6;
}
.home-blog dt img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
}
.home-blog dt img:not([src*="."]){
     display:none !important;
}
.home-blog dt img:not([src*="."]) ~ span {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background: url(/unisoncms_hairsalon_happy/static/page/main/images/foootlogo.gif) center center no-repeat;
    display: block;
    background-size: 60%;
    background-color: #51362a;
}
.home-n {
    width: 1080px;
    height: auto;
    margin: 0 auto;
    padding-bottom: 120px
    }
.home-n .left {
    float: left;
    width: 533px
    }
.home-n .right {
    float: right;
    width: 533px
    }
.home-n .box {
    border: 1px solid #5b3930;
    min-height: 578px;
    position: relative
    }
.home-n .hmore {
    width: 100%;
    position: absolute;
    bottom: 47px;
    left: 0
    }
.home-n .right .txt {
    padding: 25px 30px 107px 30px;
    min-height: 157px
    }
.home-n .left ul {
    padding: 30px 30px 0 30px
    }
.home-n .left li p {
    float: left;
    width: 82px;
    height: 30px;
    margin: 0 0 0 10px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    font-size: 12px;
    line-height: 30px
    }
.home-n .left li p a {
    color: #fff;
}
.home-n .left li [title="商品"] {
    background: #7d6a66;
}
.home-n .left li [title="お知らせ"] {
    background: #a4ae9b;
}
.home-n .left li [title="イベント"] {
    background: #d3a585;
}
.home-n .left dl {
    float: right;
    width: 362px
    }
.home-n .left dt {
    font-weight: bold
    }
.home-n .left dd a {
    display: block;
    float: right;
    font-weight: bold;
    color: #af4235
    }
.home-n .left li {
    padding: 14px 0 20px 0;
    border-bottom: 2px solid #a38a79
    }
.cat1 {
    background: #7d6a66
    }
.cat2 {
    background: #a4ae9b
    }
.cat3 {
    background: #d3a585
    }
.home-rec .inner {
    width: 1080px;
    height: auto;
    margin: 0 auto;
    background: url(../images.07ebe8d5214f9bfa34ce843fcaa18845/recc.png) 0 0 repeat;
    position: relative;
    z-index: 1
    }
.home-rec .inner .left {
    width: 50%;
    height: auto;
    float: left;
    padding: 45px 0 0 0
    }
.home-rec .inner .txt {
    padding: 0 20px 0 20px;
    min-height: 100px
    }
.home-rec .inner .txt p {
    padding: 0 0 10px 0
    }
.home-rec .bkimg img {
    width: 100%;
    height: auto;
    min-width: 1600px;
    margin-top: -413px;
    position: relative;
    z-index: 0
    }
/*下層共通*/
.subtit {
    position: relative;
    padding-bottom: 11px;
    background: url(../images.9108ccf85606138e36841651911d6a14/subtitbk.png) bottom left repeat-x
    }
.subtit h2 {
    width: 100%;
    height: auto;
    text-align: center;
    text-indent: -120px;
    font-size: 60px;
    color: #e1dfc6;
    font-family: "Lato", sans-serif;
    font-weight: normal;
    position: absolute;
    bottom: 112px;
    left: 0;
    z-index: 1;
    text-shadow: 0 0 6px #000
    }
.subtit h2 img {
    margin-right: 41px
    }
.subtit .pic {
    position: relative
    }
.subtit .pic:before {
    width: 100%;
    height: 16px;
    background: #5b3930;
    position: absolute;
    bottom: 0;
    left: 0;
    content: ""
    }
.subtit .pic img {
    width: 100%;
    height: auto
    }
.h3s {
    text-align: center;
    font-size: 48px;
    font-weight: normal;
    margin-bottom: 7px;
    font-family: "Lato", sans-serif
    }
.h3s .n {
    display: block;
    letter-spacing: 0;
    font-size: 18px;
    font-family: YuGothic, YuGothicM, "游ゴシック", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif
    }
.h3s .n:before {
    content: url(../images.9108ccf85606138e36841651911d6a14/titbar.gif);
    display: block;
    margin: 5px auto 0 auto;
    margin-bottom: -2px
    }
.sin {
    width: 1080px;
    height: auto;
    margin: 0 auto
    }
/*menu*/
.menu .sin {
    padding-top: 100px
    }
.menu .box {
    padding-bottom: 150px
    }
.menu .box .left {
    float: left;
    width: 600px
    }
.menu .box .pic {
    float: right;
    max-width: 458px;
    border: 1px solid #873e38
    }
.menu .box .left dt {
    float: left;
    font-size: 24px
    }
.menu .box .left dd {
    font-size: 24px;
    text-align: right
    }
.menu .box .left dl {
    padding: 25px 30px 25px 24px;
    border-bottom: 2px solid #b69f8e
    }
/*staff*/
.staff .sin {
    padding-top: 160px
    }
.staff .box {
    padding-bottom: 300px
    }
.staff .sec1 .pic {
    float: left;
    max-width: 336px;
    padding: 0
    }
.staff .sec1 .right {
    float: right;
    width: 692px;
    height: auto
    }
.staff .sec1 h3 {
    font-size: 48px;
    font-family: "Lato", sans-serif;
    font-weight: normal;
    line-height: 1;
    margin-bottom: 30px
    }
.staff .sec1 h3 .n {
    font-size: 18px;
    padding-left: 40px;
    font-family: YuGothic, YuGothicM, "游ゴシック", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif
    }
.staff .sec1 h3:after {
    content: url(../images.9108ccf85606138e36841651911d6a14/titbar.gif);
    display: block;
    margin: 35px 0 0 0
    }
.staff .sec1 .right p {
    padding: 0 0 16px 0
    }
.staff .sec2 h4 {
    text-align: center;
    font-size: 30px;
    font-family: "Lato", sans-serif;
    font-weight: normal;
    line-height: 1;
    margin-bottom: 13px
    }
.staff .sec2 h4:after {
    content: url(../images.9108ccf85606138e36841651911d6a14/titbar.gif);
    display: block;
    margin: 30px 0 0 0
    }
.staff .sec2 dt {
    float: left
    }
.staff .sec2 dd {
    padding: 0 0 0 217px
    }
.staff .sec2 dl {
    padding: 10px 23px 10px 23px;
    border-bottom: 2px solid #b39b8a
    }
/*salon*/
.salon .sin {
    padding-top: 100px
    }
.salon .intro {
    width: 695px;
    height: auto;
    margin: 0 auto;
    text-align: center;
    padding: 0 0 44px 0
    }
.salon .intro p {
    padding: 0 0 16px 0
    }
.salon1 div.clearfix {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.salon1 dl {
    width: 503px;
    height: auto;
    float: left;
    min-height: 660px;
    padding-bottom: 18px;
    margin-right: 74px;
    }
.salon1 dl:nth-child(2n) {
    margin-right: 0;
}
.salon1 dt {
    font-size: 32px;
    font-family: "Lato", sans-serif;
    margin: 30px 0 25px 0
    }
.salon1 dt img {
    margin-left: 14px;
    vertical-align: middle
    }
.salon1 dt .n {
    display: block;
    font-size: 18px;
    font-family: YuGothic, YuGothicM, "游ゴシック", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
    line-height: 1;
    padding-top: 10px
    }
.salon2 {
    padding-top: 35px;
    padding-bottom: 185px
    }
.salon2 .left {
    width: 498px;
    height: auto;
    float: left
    }
.salon2 dt {
    float: left
    }
.salon2 dd {
    padding: 0 0 0 217px
    }
.salon2 dl {
    padding: 10px 23px 10px 23px;
    border-bottom: 2px solid #b39b8a
    }
.salon2 #map {
    width: 540px;
    height: 374px;
    float: right
    }
/*coupon*/
.coupon .subtit h2 {
    z-index: -1
    }
.coupon .sin {
    padding-top: 100px;
    padding-bottom: 105px
    }
.coupon h3 {
    margin-bottom: 83px
    }
.coupon div.clearfix {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.coupon .box {
    width: 503px;
    height: auto;
    min-height: 358px;
    border: 1px solid #842b24;
    background: url(../images.90b0718dc492e319489b994a230e58cb/626087f1f6c405637ffd9a4d7db07edd_s.jpg) 0 0 repeat;
    float: left;
    margin-right: 70px;
    margin-bottom: 65px;
    position: relative;
}
.coupon .box:nth-child(2n) {
    margin-right: 0;
}
.coupon .box:before {
    content: url(../images.90b0718dc492e319489b994a230e58cb/couponmk.png);
    position: absolute;
    top: -18px;
    right: 13px
    }
.coupon .box .head {
    font-size: 32px;
    line-height: 1;
    padding: 26px 0 20px 17px
    }
.coupon .box .head img {
    vertical-align: middle;
    margin-left: 15px;
    margin-right: 25px
    }
.coupon .box .head .n {
    vertical-align: middle;
    font-size: 18px;
    font-family: YuGothic, YuGothicM, "游ゴシック", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
    font-weight: bold
    }
.coupon .box h4 {
    font-size: 24px;
    color: #fff;
    padding: 0 23px 10px 23px
    }
.coupon .box .price {
    background: #842b24;
    margin: 0 23px 0 23px;
    text-align: center;
    color: #fff;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", serif;
    font-size: 40px;
    font-weight: bold;
    padding: 8px 0;
    line-height: 120%;
    margin-bottom: 10px
    }
.coupon .box .txt {
    padding: 0 20px 0 20px
    }
.coupon .box .txt p {
    color: #fff
    }
/*product*/
.product .sin {
    padding-top: 100px
    }
.product .h3s img {
    border: 1px solid #842b24
    }
.product .h3s .n::before {
    margin-top: 20px
    }
.product .box .intro p {
    padding: 0 0 16px 0
    }
.product .box .intro {
    padding-bottom: 24px
    }
.product .box .pic {
    float: left;
    border: 1px solid #842b24;
    max-width: 503px;
    height: auto;
    margin-bottom: 16px
    }
.product .box .right {
    float: right;
    width: 465px;
    height: auto;
    padding: 0 83px 0 0
    }
.product .box .right h4 {
    font-size: 24px;
    padding: 0 0 16px 0;
    font-weight: normal
    }
.product .box .right p {
    padding: 0 0 16px 0
    }
.product .box {
    padding-bottom: 226px
    }
/*blog*/
.blog .home-blog {
    padding-top: 120px;
    padding-bottom: 95px
    }
.blog .home-blog dl {
    margin-bottom: 55px
    }
.pagenav {
    text-align: right;
    letter-spacing: -5px;
    margin-right: -9px
    }
.pagenav li {
    letter-spacing: 0;
    display: inline-block !important;
    font-size: 20px;
    font-family: "Lato", sans-serif;
    padding: 0 4px
    }
.pagenav li a {
    display: block;
    padding: 0 5px
    }
.blog .home-blog .pagenav li {
    line-height: 1
    }
.blog .sidenav {
    border: 2px solid #7c6255;
    padding: 43px 0 40px 0;
    margin-bottom: 200px
    }
.blog .sidenav dl {
    float: left;
    width: 44%;
    text-align: center;
    padding: 0 3%
    }
.blog .sidenav dd {
    width: 50%;
    float: left;
    font-size: 16px;
    padding-bottom: 25px
    }
.blog .sidenav dd a {
    margin: 0 12px
    }
.blogpost {
    padding: 120px 0 65px 0
    }
.blogpost .box {
    border: 2px solid #7c6255;
    padding: 27px 34px 50px 34px;
    margin-bottom: 45px
    }
.blogpost .postmeta {
    letter-spacing: -5px;
    padding-bottom: 13px
    }
.blogpost .postmeta li {
    margin: 0 42px 0 0;
    letter-spacing: 0;
    display: inline-block !important;
    font-size: 16px;
    font-weight: bold
    }
.blogpost .postmeta li.date {
    background: #5d2012;
    width: 147px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #fff
    }
.blogpost h3 {
    font-size: 30px;
    padding: 0 0 40px 0
    }
.blogpost .txt p {
    padding: 0 0 30px 0
    }
.blogpost .txt .pic {
    text-align: center
    }
/*news*/
.news .sin {
    padding-top: 120px;
    padding-bottom: 110px
    }
.news #right {
    float: right;
    width: 756px;
    height: auto
    }
.news #side {
    float: left;
    width: 298px;
    height: auto;
    text-align: center
    }
.news #side dl {
    border: 2px solid #7c6255;
    margin-bottom: 33px;
    padding: 43px 0 40px 0
    }
.news #side dd {
    font-size: 16px;
    padding: 0 0 23px 0
    }
.news #side dt {
    margin-bottom: 22px
    }
.newslist {
    border: 2px solid #7c6255;
    padding: 24px 23px 24px 23px;
    margin-bottom: 40px
    }
.newslist li p {
    float: left;
    width: 82px;
    height: 30px;
    margin: 0 0 0 10px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    font-size: 12px;
    line-height: 30px
    }
.newslist li p a {
    color: #fff;
}
.newslist li [title="商品"] {
    background: #7d6a66;
}
.newslist li [title="お知らせ"] {
    background: #a4ae9b;
}
.newslist li [title="イベント"] {
    background: #d3a585;
}
.news .single [title="商品"] {
    background: #7d6a66;
}
.news .single [title="お知らせ"] {
    background: #a4ae9b;
}
.news .single [title="イベント"] {
    background: #d3a585;
}
.newslist li dl {
    float: right;
    width: 580px
    }
.newslist li {
    padding: 20px 0 20px 0
    }
.newslist li + li {
    border-top: 2px solid #a38a79
    }
.newslist li dt {
    font-weight: bold
    }
.newslist li dd a {
    display: block;
    float: right;
    font-weight: bold;
    color: #af4235;
    margin-right: 3px
    }
.news .single {
    border: 2px solid #7c6255;
    padding: 44px 23px 0 23px
    }
.news .single h3 {
    font-size: 30px;
    border-bottom: 2px solid #a48b79;
    margin-bottom: 30px;
    padding: 0 0 10px 0
    }
.news .single .pic {
    text-align: center
    }
.news .single .txt p {
    padding: 0 0 25px 0
    }
.news .single .date {
    font-size: 12px;
    font-weight: bold;
    display: inline-block !important
    }
.news .single .cat {
    float: left;
    width: 82px;
    height: 30px;
    float: right;
    text-align: center;
    font-weight: bold;
    color: #fff;
    font-size: 12px;
    line-height: 30px
    }
.news .single .cat a {
    color: #fff
    }
.news .hmore {
    padding-top: 50px
    }
/*style*/
.style .sin {
    padding: 80px 0 50px 0
    }
.style .stylelist li {
    float: left;
    margin: 0 20px 45px 12px;
    width: 243px;
}
.style .stylelist {
    padding: 37px 0 25px 0;
    width: 1100px;
    background-image: url(../images.8e9f4eb34238ecab8fb8775ebd9e06e1/stylebk.png), url(../images/style/stylebk.png), url(../images/style/stylebk.png);
    background-repeat: no-repeat;
    background-position: 0 0, 553px 199px, 266px 616px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.lb-outerContainer {
    width: 500px !important;
    height: auto !important;
}
.lb-container {
    max-width: 492px;
    height: auto !important;
}
.lb-image {
    width: 100% !important;
    height: auto !important;
}
/*recommend*/
.recommend .sin {
    padding-top: 95px
    }
.recom1 h3 {
    font-size: 48px;
    text-align: center;
    margin-bottom: 30px
    }
.recom1 h3:after {
    content: url(../images.9108ccf85606138e36841651911d6a14/titbar.gif);
    display: block;
    margin: 5px auto 0 auto;
    margin-bottom: -2px
    }
.recom1 p {
    text-align: center;
    font-size: 24px;
    line-height: 140%;
    padding-bottom: 60px
    }
.recom1 div.clearfix {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.recom1 li {
    float: left
    }
.recom1 li:nth-child(2n + 2) {
    float: right
    }
.recom1 {
    padding-bottom: 95px
    }
.recom2 li {
    float: left;
    width: 193px;
    height: 193px;
    background: #51332b;
    text-align: center;
    font-size: 18px;
    color: #fff;
    margin-right: 29px;
    margin-bottom: 29px;
    position: relative;
}
.recom2 li .n {
    display: block;
    font-size: 32px;
    padding: 23px 0 36px 0
    }
.recom2 li .s {
    font-size: 14px;
    line-height: 140%
    }
.recom2 ul {
    width: 1229px
    }
.recom2 li:before {
    position: absolute;
    content: url(../images.e7bbcd87c503278c40b7079c365bd8d5/next.png);
    position: absolute;
    top: 84px;
    right: -22px
    }
.recom2 li:last-child:before {
    display: none
    }
.recom2 {
    padding-bottom: 85px;
    overflow: hidden;
    }
.recom3 h3 {
    text-align: center;
    font-size: 32px;
    margin-bottom: 40px
    }
.recom3 h3:after {
    content: url(../images.9108ccf85606138e36841651911d6a14/titbar.gif);
    display: block;
    margin: 5px auto 0 auto;
    margin-bottom: -2px
    }
.recom3 p {
    padding: 0 0 16px 0
    }
.recom3 {
    padding-bottom: 100px
    }
/*access*/
.access1 {
    padding: 100px 0 67px 0
    }
.access1 .intro {
    width: 693px;
    height: auto;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 20px
    }
.access1 .intro p {
    padding: 0 0 16px 0
    }
.access1 #map {
    width: 100%;
    height: 770px
    }
.access .sin ul {
    background: #5b3930;
    padding: 28px 38px 40px 38px
    }
.access .sin ul li {
    font-size: 18px;
    color: #e1dfc6
    }
.access .sin {
    padding-bottom: 110px
    }
/*voice*/
.voice .sin {
    padding: 120px 0 100px 0
    }
.voice .box {
    border: 2px solid #7c6255;
    background: url(../images.ee40fa4c4ddfd84a1e1fa21e6b7c0b06/line.gif) 0 0 repeat-y;
    padding: 26px 37px 26px 37px;
    margin-bottom: 67px
    }
.voice .box h3 {
    padding-bottom: 27px
    }
.voice .box h3 .d {
    display: inline-block !important;
    width: 147px;
    height: 49px;
    line-height: 49px;
    font-size: 16px;
    color: #fff;
    background: #5d2012;
    text-align: center;
    margin-right: 26px;
    vertical-align: middle
    }
.voice .box h3 strong {
    display: inline-block !important;
    border: 2px solid #5b3930;
    background: #e1dfc6;
    height: 45px;
    width: auto;
    padding: 0 20px;
    min-width: 180px;
    vertical-align: middle;
    line-height: 45px;
    text-align: center;
    font-size: 20px;
    font-weight: normal
    }
.voice .box .pic {
    float: left;
    max-width: 422px;
    padding: 0 0 16px 0
    }
.voice .box .right {
    float: right;
    width: 526px;
    height: auto
    }
.voice .box .right p {
    padding: 0 0 16px 0
    }
/*recruit*/
.recruit .rewrap {
    position: relative;
    overflow: hidden
    }
.recruit .rewrap .bkimg img {
    width: 100%;
    height: auto;
    min-height: 1280px;
    opacity: 0.2
    }
.recruit .rewrap .bkimg {
    position: absolute;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    z-index: 0
    }
.recruit .sin {
    position: relative;
    z-index: 1;
    padding-top: 100px
    }
.rec1 .txt {
    width: 693px;
    height: auto;
    margin: 0 auto;
    text-align: center;
    padding-top: 20px
    }
.rec1 .txt p {
    padding: 0 0 16px 0
    }
.rec1 {
    padding-bottom: 74px
    }
.rec2 dt {
    float: left;
    font-size: 16px;
    font-weight: bold
    }
.rec2 dd {
    padding: 0 0 0 210px;
    font-size: 16px
    }
.rec2 dl {
    padding: 25px 25px 25px 133px;
    border-bottom: 2px solid #9e8879
    }
.rec2 {
    padding-bottom: 147px
    }
/*lady*/
.lady .sin {
    padding-top: 95px
    }
.lady1 .pic {
    float: left;
    min-width: 503px;
    height: auto
    }
.lady1 .box dl {
    float: right;
    width: 540px
    }
.lady1 .box dt {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    line-height: 140%;
    padding-bottom: 45px
    }
.lady1 .box dd {
    border: #7c6255 2px solid;
    padding: 0 0 0 0;
    font-size: 40px;
    font-weight: bold;
    padding: 8px 0;
    text-align: center
    }
.lady1 .box {
    padding: 64px 0 45px 0;
    border-bottom: 2px solid #b69e88
    }
.lady1 {
    padding-bottom: 150px
    }
