@charset "utf-8";
/*
==================================================
*/
/* @import url("smart.css"); */
/* import
================================================== */
    
/* 1.0 Browser Reset
================================================== */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    /* font-size: 14px; */
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
html,
body {
    line-height: 1;
    height: 100%;
    margin: 0;
    padding: 0;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
/* ================================================== */
h1 {
    font-size: 36px;
}
h2 {
    font-size: 30px;
}
h3 {
    font-size: 24px;
}
h4 {
    font-size: 18px;
}
h5 {
    font-size: 14px;
}

/* ================================================== */
/* Dung */

a img, img {
    border: none;
    vertical-align: bottom;
}
a {
    text-decoration: none;
    color: #C2C2C2;
    -o-transition:.7s;
    -ms-transition:.7s;
    -moz-transition:.7s;
    -webkit-transition:.7s;
}
a:hover {
    color: #FFB847;
}
.text-center {
    text-align: center;
}
.imgFree img {
    max-width:100%!important;
    width:auto;
    height:auto!important;
}
.fixed-menu {
    position: fixed;
    top: 0;
    padding-top: 20px!important;
}
#navfix {
    width: 206px;
}


body {
    font-family: "ヒラギノ角ゴシック Pro","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    height: 100%;
    background: #111 url(../images/bg.gif);
    color: #BFBFBF;
    font-size: 100%;
    line-height: 1.8em;
}
.no-scroll {
    overflow: hidden;
}
.index-bg {
    /*background-image: url(../images/bg.gif);*/
}
#aside {
    box-sizing: border-box;
}
#aside #wrap-aside {
    /* border-left: 1px solid #252525; */
    /* border-right: 1px solid #252525; */
}
.logo {
    padding: 55px 0 42px 0;
    text-align: center;
}
.logo img {
    width: 100%;
}
.logo a:hover img {
    filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}
#logo-sp,
.menu-sp {
    display: none;
}
.nav #global-navi {
    display: block;
    margin: 0 auto;
    list-style: none;
    width: 185px;
    background-color: #212121;
    padding: 1px;
}
.nav #global-navi li {
    display: inline-block;
    margin: 0 auto;
    list-style: none;
    padding-bottom: 2px;
    position: relative;
}
.nav #global-navi li:last-child {
    padding-bottom: 1px;
}
.nav #global-navi li a:before {
    display: inline-block;
    content: "";
    background: url(../images/arrow-menu.png) no-repeat left center;
    width: 6px;
    height: 8px;
    vertical-align: middle;
    margin: -5px 6px 0 10px;
}
.nav #global-navi li a {
    display: block;
    background: url(../images/bg-menu.gif) repeat-x left center;
    padding: 7px 0;
    border: 1px solid #262626;
    width: 183px;
    margin: 0 auto;
    text-shadow: 1px 1px 1px #000;
    color: #fff;
    font-size: 15px;
}
.nav #global-navi li a span:first-child {
    font-family: 'Arapey', serif;
    -o-transition: .7s;
    -ms-transition: .7s;
    -moz-transition: .7s;
    -webkit-transition: .7s;
}
.nav #global-navi li a span:last-child {
    font-size: 14px;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    transition: all 0.7s;
}
.nav #global-navi li > a > span {
    -o-transition: .7s;
    -ms-transition: .7s;
    -moz-transition: .7s;
    -webkit-transition: .7s;
}
.nav #global-navi li > a > span:last-child,
.nav #global-navi li > a:hover > span:first-child {
    display: none;
    -o-transition: .7s;
    -ms-transition: .7s;
    -moz-transition: .7s;
    -webkit-transition: .7s;
}
.nav #global-navi li > a:hover > span:last-child {
    display: inline-block;
    -o-transition: .7s;
    -ms-transition: .7s;
    -moz-transition: .7s;
    -webkit-transition: .7s;
}
.nav #global-navi li > a:hover {
    background: url(../images/bg-menu-hover.gif) repeat-x left center;
}
.nav #global-navi .sub-menu {
    display: none;
    position: absolute;
    z-index: 999;
    top: 0px;
    left: 186px;
    border-bottom: 0;
    text-align: left;
}
.nav #global-navi .sub-menu li {
    float: none;
    list-style: none;
    padding-bottom: 0;
}
.nav #global-navi li:hover > .sub-menu {
    display: block;
}
.nav #global-navi .sub-menu li a {
    background: rgba(51, 51, 51, 0.75);
    border: none;
    width: 325px;
    font-size: 13px;
}
.nav #global-navi .sub-menu li a:hover {
    background: rgba(109, 108, 107, 0.89);
}
.widget-images {
    margin: 0 auto;
    text-align: center;
}
.widget-images a {
    display: block;
}
.widget-images .choice_side_widget {
    padding-top: 10px;
}
.widget-images .choice_side_widget.side_reserve {
    margin: 10px auto 0;
    width: 185px;
    text-align: center;
}
.widget-images .choice_side_widget.side_reserve img {
    width: 100%;
}
.widget-images .choice_side_widget.side_tel {
    background: url(../images/tel.png);
    margin: 10px auto 0;
    padding-top: 0;
    width: 185px;
    height: 67px;
    text-align: center;
    line-height: 67px;
}
.first-text .seo_title {
    font-size: 18px;
    font-weight: normal;
    color: #FFB847;
    border-bottom: dashed 1px #787878;
    padding-bottom: 10px;
    margin: 20px 0 10px;
}
.icon-hover {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.first-text .seo_content {
    font-size: 14px;
    line-height: 1.8em;
}
#index-news .news {
    border-bottom: 1px dotted #ccc;
    padding: 5px 0;
    font-size: 13px;
}
.text-news {
    padding-left: 4px;
    padding-top: 10px;
}
#index-news .news span {
    padding-right: 25px;
}
.line-up #group-lineup {
    margin-top: 15px;
}
.line-up ul li {
    float: left;
    text-align: center;
    width: 222px;
    margin-right: 25px;
    margin-bottom: 25px;
}
.line-up ul li:nth-child(4n) {
    margin-right: 0;
}
.line-up ul li .box-lineup {/*    padding: 10px;*/margin-bottom: 10px;}
.line-up ul li .wrap-img img {
    width: 220px;
}
.line-up ul li h3 {
    color: #FFB847;
    font-size: 13px;
    /* padding-top: 5px; */
}
.line-up ul li p {
    text-align: left;
    padding-top: 0;
    font-size: 12px;
    line-height: 1.6em;
}
.line-up ul li .title-lineup {
    font-size: 18px;
    padding-bottom: 5px;
    color: #000;
}
.hair-style #group-style {
    margin-top: 23px;
}
.hair-style #group-style li {
    width: 210px;
    box-sizing: border-box;
    float: left;
    margin-right: 42px;
    margin-bottom: 25px;
}
.hair-style #group-style li:nth-child(4n) {
    margin-right: 0;
}
.hair-style #group-style li img {
    /*border: 4px solid #969696;*/
}
.hair-style #group-style li p {
    font-size: 12px;
    line-height: 1.6em;
    padding: 8px 2px 0;
}
.hair-style .all-page{
    font-size: 12px;
    text-align: center;
    display: block;
    margin-bottom: 40px;
}
.blog #group-blog {
    padding-top: 20px;
}
.blog #group-blog li {
    float: left;
    width: 220px;
    float: left;
    box-sizing: border-box;
    margin-right: 29px;
    margin-bottom: 25px;
}
.blog #group-blog li img {
    /*border: 9px solid #969696;*/
    width: 100%;
    box-sizing: border-box;
}
.blog #group-blog li p {
    margin-top: 0px;
}
.blog #group-blog li p {
    padding: 8px 2px 0;
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 1.6em;
}
.blog #group-blog li span {
    font-size: 13px;
}
.blog #group-blog li:nth-child(4n) {
    margin-right: 0;
}
.special.index {
    display: block;
    text-align: left;
}
.special .special-content {
    border-top: 1px solid #969696;
    border-bottom: 1px solid #969696;
    margin-top: 20px;
    padding: 3px 0;
}
.special .special-content .special-left {
    float: left;
    width: 694px;
    background-color: #222;
}
.special .special-content .special-right {
    float: right;
    width: 272px;
    background-color: #171717;
}
.special .special-content .special-left #slider-special {
    padding: 16px 20px 18px;
}
.group-shop {
    margin-top: 20px;
}
.box-shop {
    /*width: 470px;
    float: left;*/
    margin-bottom: 20px;
}
.box-shop .shop-content {
    padding-top: 16px;
}
.box-shop:nth-child(2),
.box-shop:last-child {
    /*float: right;*/
}
.box-shop .title-shop:before {
    content: "";
    background: url(../images/arrow-title-shop.png) no-repeat;
    width: 7px;
    height: 12px;
    display: inline-block;
    margin: 0 9px;
}
.box-shop .title-shop {
    font-size: 15px;
    font-weight: normal;
    border-bottom: 1px solid #444;
}
.box-shop .shop-content {
    /*width: 100%;*/
}
.box-shop .shop-content img {
    float: left;
    margin-right: 18px;
}
.box-shop .shop-content .text-shop {
    width: 500px;
    float: left;
    padding-right: 20px;
}
.box-shop .shop-content .title-tell {
    font-size: 20px;
    line-height: 1em;
    padding-bottom: 10px;
    font-weight: normal;
}
.box-shop .shop-content .fax {
    font-size: 12px;
    line-height: 1em;
}
.box-shop .shop-content p {
    font-size: 12px;
    line-height: 1.4em;
    padding-bottom: 10px;
}
.button-shop {
    width: 170px;
    float: right;
    margin-top: 40px;
}
.button-shop img {
    width: 100%;
}

.sns-img {
    width: calc(100% - 12px);
    padding: 6px;
    background-color: #fff;
    margin-top: 10px;
}

.sns-fanpage .facebook {
    width:472px;
    float: left;
}
.sns-fanpage .twitter {
    width:472px;
    float: right;
}
.sns-fanpage {
    margin-top: 28px;
}
.sns-video {
    width: 100%;
    margin-top: 25px;
}
.sns-video img,
.sns-img img {
    max-width: 100%;
    height: auto;
}
.group-lineup .box-group-lineup {
    margin-top: 25px;
}
.group-lineup .box-group-lineup .lineup-box {
    width: 50%;
    /* font-family: "ヒラギノ明朝 Pro W6","HiraMinPro-W6"; */
    padding-bottom: 28px;
    float: left;
}
.group-lineup .box-group-lineup .lineup-box img {
    float: left;
    margin-right: 20px;
}
.group-lineup .box-group-lineup .lineup-box .line-up-title {
    padding-top: 10px;
    padding-bottom: 10px;
}
.group-lineup .box-group-lineup .lineup-box .line-up-title a {
    font-size: 16px;
    color: #FFB847;
}
.group-lineup .box-group-lineup .lineup-box .tell {
    font-size: 16px;
}
.slick-dots {
    bottom: -15px;
}
.slick-dots li {
    background: url(../images/pagination.png) no-repeat;
    width: 10px;
    height: 11px;
}
.slick-dots li.slick-active {
    background: url(../images/pagination-active.png) no-repeat;
}
.slick-dots li button:before {
    content: "";
}
.modal-index {
    overflow: hidden;
    display: none; 
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}
.modal-index .modal-content {
    background-color: #fefefe;
    margin: 14% auto; 
    padding: 20px;
    border: 1px solid #888;
    width: 790px;
    position: relative;
}
.modal-index .close {
    color: #fff;
    font-size: 20px;
    position: absolute;
    top: -25px;
    right: -15px;
    background: transparent url(../images/close_2.png) no-repeat;
    width: 46px;
    height: 45px;
}
.modal-index .close span {
    /*padding: 2px 11px 6px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    background-color: #000;*/
    opacity: 0;
}
.modal-index .close:hover,
.modal-index .close:focus {
    color: #FFB847;
    text-decoration: none;
    cursor: pointer;
    display: block;
}
@-webkit-keyframes animatetop {
    from {top: -300px; opacity: 0} 
    to {top: 0; opacity: 1}
}

@keyframes animatetop {
    from {top: -300px; opacity: 0}
    to {top: 0; opacity: 1}
}
.modal-table table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
    color: #000;
}
.modal-table table tr th {
    background-color: #666;
    color: #fff; 
    padding: 4px;
}
.modal-table table tr th.w290 {
    width: 290px;
}
.modal-table table tr th.w240 {
    width: 240px;
}
.modal-table table tr th,
.modal-table table tr td {
    text-align: center;
    font-weight: bold;
}
.modal-table table tr.bg-tr {
    background-color: #f1f1f1;
}
.modal-table table tr td {
    padding: 11px 7px;
}
.modal-table table tr td a.button-modal {
    background-color: #e792ab;
    padding: 5px 20px;
    display: inline-block;
    color: #fff;
}
.modal-table table tr td.border-table,
.modal-table table tr th.border-table {
    border-left: 1px solid #c9c9c9;
    border-right: 1px solid #c9c9c9;
}
.modal-table table tr td.border-table.f-22 {
    font-weight: bold;
}
.group-hair-style {
    margin-top: 65px;
}
.group-hair-style .hair-style-left {
    width: 732px;
    float: left;
}
.group-hair-style .hair-style-left .title-hair-style {
    font-size: 22px;
    color: #fff;
}
.group-hair-style .hair-style-left #tab {
    margin-top: 14px;
    font-size: 13px;
    color: #EBEBEB;
}
.group-hair-style .hair-style-left #tab li {
    display: inline-block;
    border: 1px solid #EBEBEB;
    padding: 5px 10px 6px;
    font-size: 11px;
    line-height: 1em;
}
.group-hair-style .hair-style-left #tab li:nth-child(2) {
    margin: 0 3px;
}
.group-hair-style .hair-style-left .hair-style-content {
    margin-top: 55px;
}
.group-hair-style .hair-style-left .hair-style-content .thumbail-img  {
    margin-top: 10px;
}
.group-hair-style .hair-style-left .hair-style-content .thumbail-img .slider-nav-thumbnails .thumb-img {
    float: left;
    cursor: pointer;
    width: 89px!important;
    height: 105px;
    margin-left: 10px!important;
}
.group-hair-style .hair-style-left .hair-style-content .thumbail-img .slider-nav-thumbnails .thumb-img:nth-child(1) {
    margin-left: 0!important;
}
.group-hair-style .hair-style-left .hair-style-content .thumbail-img .slider-nav-thumbnails .thumb-img:nth-child(3) {
    margin-right: 0!important;
    float: right!important;
}
.group-hair-style .hair-style-left .hair-style-content .thumbail-img .slider-nav-thumbnails .thumb-img img {
    width: 100%!important;
}
.group-hair-style .hair-style-left .hair-style-content .hair-style-content-left {
    width: 320px;
    float: left;
}
.group-hair-style .hair-style-left .hair-style-content .hair-style-content-right {
    width: 370px;
    float: right;
    font-size: 14px;
    line-height: 1.6em;
}
.group-hair-style .hair-style-left .hair-style-content .hair-style-content-right p {
    margin-bottom: 30px;
}
.group-hair-style .hair-style-left .hair-style-content .hair-style-content-right .border-hair-style {
    padding: 10px;
    border: 1px solid #ccc;
    overflow: hidden;
    margin-top: 45px;
}
.group-hair-style .hair-style-left .hair-style-content .hair-style-content-right .border-hair-style img {
    float: left;
    margin-right: 15px;
}
.group-hair-style .hair-style-right {
    width: 173px;
    float: right;
}
.group-hair-style .hair-style-right {
    font-size: 13px;
    color: #ebebeb;
}
.group-hair-style .hair-style-right .box-length:last-child {
    margin-top: 30px;
}
.group-hair-style .hair-style-right .box-length .title-length:before {
    content: "▼";
    display: inline-block;
    margin-right: 6px;
    margin-bottom: 5px;
}
.group-hair-style .hair-style-right .box-length .title-length {
    font-size: 14px;
    color: #eee;
    border-bottom: 2px solid #eee;
}
.group-hair-style .hair-style-right .box-length ul {
    margin-top: 10px;
}
.hair-style .recommend {
    clear: both;
    margin-top: 50px;
}
.hair-style .recommend .title-recommend {
    color: #eee;
    border-bottom: 2px solid #eee;
    font-size: 19px;
}
.hair-style .recommend .group-box-recommend {
    padding: 35px 30px 0;
}
.hair-style .recommend {
    padding-bottom: 100px;
}
.hair-style .recommend .box-recommend {
    width: 203px;
    font-size: 13px;
    line-height: 1.6em;
    float: left;
    margin-right: 30px;
    margin-top: 5px;
}
.hair-style .recommend .box-recommend img {
    margin-bottom: 5px;
}
.hair-style .recommend .box-recommend:last-child {
    margin-right: 0;
}
.group-box-qa {
    margin: 54px 0 90px;
}
.group-box-qa .box-qa .title-qa:before {
    content: "";
    display: inline-block;
    background: url(../images/icon-q.gif) no-repeat;
    background-size: 100%;
    width: 22px;
    height: 20px;
    vertical-align: middle;
    margin: -6px 15px 4px 0;
}
.group-box-qa .box-qa .title-qa {
    font-size: 14px;
    color: #eee;
    border-bottom: 2px solid #eee;
}
.group-box-qa .box-qa .title-qa .button-qa {
    float: right;
    background: url(../images/bg-button-qa.png) no-repeat;
    width: 30px;
    height: 29px;
    text-indent: -9999px;
    margin-right: 10px;
    margin-top: -5px;
}
.group-box-qa .box-qa .title-qa .button-qa.none-active {
    background: url(../images/bg-button-qu-no-active.png) no-repeat;
}
.group-box-qa .box-qa {
    padding-bottom: 65px;
}
.group-box-qa .box-qa .answer {
    margin: 30px 0 0 75px;
    border: 1px solid #eee;
    padding: 14px;
    box-sizing: border-box;
    display: none;
}

.group-box-qa .box-qa .answer span {
    display: inline-block;
    float: left;
    background: url(../images/icon-a.gif) no-repeat;
    background-size: 100%;
    width: 22px;
    height: 20px;
    vertical-align: middle;
    margin: 1px 15px 4px 0;
    text-indent: 9999px;
}
.group-box-qa .box-qa .answer .text-answer {
    line-height: 1.8em;
    overflow: hidden;
    font-size: 13px;
}
.group-hair-style .hair-style-left-gallery {
    width: 748px;
    float: left;
}
.hair-style-left-gallery .gallery .gallery_box {
    width: 170px;
    float: left;
    margin-right: 20px;
    margin-bottom: 25px;
}
.hair-style-left-gallery .gallery .gallery_box:nth-child(4n) {
    margin-right: 0;
}
.hair-style-left-gallery .gallery .gallery_box .gallery_thumbnail {
    font-size: 13px;
}
.hair-style-left-gallery .gallery .gallery_box .gallery_thumbnail a img:hover {
    opacity: .8;
}
.hair-style-left-gallery .gallery .gallery_box .gallery_thumbnail p {
    margin-top: 5px;
    font-size: 12px;
    line-height: 1.8em;
}
a.more::before {
    display: inline-block;
    width: 15px;
    height: 15px;
    content: "";
    background: url(../images/arrow-list.jpg) no-repeat;
    vertical-align: middle;
    margin-right: 5px;
    margin-top: -4px;
}
a.more {
    font-size: 14px;
    text-transform: uppercase;
    color: #A08C71;
    position: absolute;
    right: 16px;
    top: 11px;
}
a.more:hover {
    color: #FFB847;
}
a.button-hair-style {
    background-color: #E792AB;
    color: #fff;
    font-size: 15px;
    display: inline-block;
    margin-top: 10px;
    padding: 10px 67px;
}
a.button-hair-style:hover {
    opacity: .8;
}
a.button-hair-style span:first-child {
}

a.button-hair-style span:last-child {
}
/*Margin distance to box*/
.mt-40 {
    margin-top: 40px;
}
.mt-60 {
    margin-top: 60px;
}
.mb-0 {
    margin-bottom: 0 !important;
}
/*-------------------*/
/*Define font size*/
.f-12 {
    font-size: 12px;
}
.f-13 {
    font-size: 13px;
}
.f-16 {
    font-size: 16px;
}
.f-22 {
    font-size: 22px;
}
/*-----------------*/
.line-up::after,
.line-up #group-lineup::after,
.hair-style:after,
.hair-style #group-style:after,
.blog #group-blog:after,
.blog:after,
.special-content:after,
.sns-fanpage:after,
.box-group-lineup:after,
.blog:after,
.group-hair-style:after,
.hair-style-content:after,
.group-hair-style:after,
.group-shop:after,
.thumbail-img:after,
.group-box-recommend:after {
    display: block;
    content: "";
    clear: both;
}
/* end Dung */ 

/* Minh */
.show-pc {
    display: block;
}
.show-sp {
    display: none;
}
.container {
    width: 1200px;
    min-height: 100%;
    margin: 0 auto;
    background: url('../images/bg_aside.png') left top repeat-y;
}
#aside {
    width: 210px;
    float: left;
    position: absolute;
    top: 0;
    z-index: 9;
}
#main {
    width: 990px;
    float: left;
    margin-left: 210px;
}
.main-content {
    /* margin-top: 23px; */
    margin-left: 23px;
    -webkit-animation: fadein 1s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 1s; /* Firefox < 16 */
    -ms-animation: fadein 1s; /* Internet Explorer */
    -o-animation: fadein 1s; /* Opera < 12.1 */
    animation: fadein 1s;
}
.main-content article h3 {
    font-weight: bold;
}
a:hover img {
    filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}
/* header */
header {
    display: table;
    width: 100%;
    height: 25px;
    margin: 30px 0 15px 0;
}
.header-title {
    font-size: 11px;
    color:  #beb3a4;
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    width: 75%;
    padding-left: 22px;
    line-height: 1.2em;
}
.social {
    float: right;
    position: relative;
}
.social li {
    float: left;
    margin-right: 6px;
    width: 26px;
    height: 26px;
}
.social li:hover .icon-hover {
    opacity: 1;
}
.social li:last-child {
    margin-right: 0;
}
.social li a img {
    width: 26px;
    height: 26px;
}
.social li a:hover img {
    opacity: .7;
}
.main-content-title {
    font-weight: normal;
    border: 1px solid #212121;
    background: url('../images/bg-container-title.png');
}
.main-content-title p {
    border: 1px solid #51402a;
    padding: 8px;
    font-size: 12px;
    padding-left: 12px;
    color: #75674b;
    position: relative;
    color: rgb(255, 145, 145);
    text-shadow: rgb(3, 3, 3) 2px 0px 2px;
}
.main-content-title p .right-arrow {
    background: url('../images/icons/right-arrow.png') no-repeat center center;
    width: 10px;
    height: 16px;
    background-size: 9px 11px;
    display: inline-block;
    margin-right: 12px;
    margin-top: -30px;
}
.main-content-title p .title-bold {
    margin-right: 5px;
    font-size: 22px;
    color: #fff;
    letter-spacing: 3px;
    font-family: 'Arapey', serif;
    margin-right: 15px;
    font-weight: normal;
}
.main-content-title p .title-normal {
    position: absolute;
    top: 10px;
    color: #807152;
    font-size: 12px;
}
.news .main-content-title {
    margin-bottom: 30px;
}
.table-news {
    border-collapse: collapse;
    width: 100%;
}
.table-news tr td {
    color: #ebebeb;
    font-size: 13px;
    padding: 10px 12px;
    border-bottom: 1px solid #969696;
}
.table-news tr td:first-child {
    color: #807152;
    width: 10%;
}
.table-news tr td:last-child {
    width: 90%;
    padding-left: 30px;
}
.news .wrap-pagination {
    margin-top: 60px;
    margin-bottom: 95px;
}
.pagination {
    display: table;
    margin: 0 auto;
}
.pagination li {
    float: left;
    border-right: 1px solid #ebebeb;
}
.pagination li:last-child {
    border-right: none;
}
.pagination li a {
    color:  #ebebeb;
    text-decoration: none;
    padding: 0 10px;
    font-size: 14px;
}
.pagination li a:hover {
    color: #807152;
}

.pagination li .pagination-pre::before {
    content: "";
    background: url('../images/icons/dua-arrow-left.png') no-repeat center center ;
    width: 13px;
    height: 13px;
    background-size: 6px 6px;
    display: inline-block;
    padding-right: 15px;
}
.pagination li .pagination-next::after {
    content: "";
    background: url('../images/icons/dua-arrow-right.png') no-repeat center center ;
    width: 13px;
    height: 13px;
    background-size: 6px 6px;
    padding-left: 15px;
    display: inline-block;
}
.news-detail .title-detail {
    color: #eee;
    padding-bottom: 8px;
    font-size: 19px;
    margin-bottom: 17px;
    border-bottom: 2px solid #eee;
    font-weight: normal;
}
.news-detail .time-post {
    font-size: 16px;
    color: #807152;
}
.news-detail .content-news-detail {
    font-size:  13px;
    margin: 50px 0 60px 0;
}
.news-detail .content-news-detail p {
    font-size: 14px;
    line-height: 1.8em;
    margin-bottom: 15px;
    color: #ebebeb;
}
.news-detail .content-news-detail img {
    max-width: 100%;
}
.news-detail-pagination .top {
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 30px;
}
.news-detail-pagination .col {
    float: left;
    width: calc(50% - 2px);
    padding: 8px 0;
}
.news-detail-pagination .col a {
    font-size: 13px;
}
.news-detail-pagination .right {
    border-left: 1px solid #ebebeb;
    text-align: right;
}
.news-detail-pagination .left a::before {
    content: "«";
    padding-right: 5px;
}
.news-detail-pagination .right a::after {
    content: "»";
    padding-left: 5px;
}
.news-detail-pagination .all-page {
    text-align: center;
    display: block;
    font-size: 13px;
    margin-bottom: 40px;
}
.page-top {
    text-align: right;
    padding-bottom: 20px;
    margin-top: -50px;
}
/*.page-top .show {
    display: block;
}*/
.page-top a {
    display: inline-block;
    width: 60px;
    position: relative;
    font-size: 12px;
    color: #81735a;
    padding-left: 23px;
    cursor: pointer;
    line-height: 1.4em;
    right: 0;
}

.page-top a::before {
    position: absolute;
    content: "";
    background: url('../images/icons/page-top.png') left center;
    width: 16px;
    height: 16px;
    top: 0;
    left: 0;
}

/*
#back-to-top{
    position: absolute;
    right: 5px;
    bottom: 5px;
}
*/
.shop-slide .left {
    width: 680px;
    float: left;
}
.shop-slide .left p {
    font-size: 14px;
    line-height: 1.8em;
}
.shop-slide .right {
    width: 250px;
    float: left;
    margin-left: 30px;
}
.shop-slide .pgwSlideshow {
    margin-bottom: 15px;
}
.shop-slide .pgwSlideshow .ps-prev {
    display: none !important;
}
.shop-slide .pgwSlideshow .ps-next {
    display: none !important;   
}
.shop-slide .pgwSlideshow .ps-list {
    background: #111;
    box-shadow: none;
}
.shop-slide .custom-slide {
    width: 100% !important;
    margin-left:  0;
}
.shop-slide .pgwSlideshow .ps-list li:first-child .ps-item {
    margin-left: 0;
}

.shop-slide .pgwSlideshow .ps-list li img {
    width: 127px;

}
.shop-slide .pgwSlideshow .ps-list li img:hover {
    opacity: .7;
}
.shop-slide .pgwSlideshow .ps-current {
    max-height: 400px;
}
.shop-slide .pgwSlideshow .ps-list li:last-child .ps-item {
    margin-right: 0;
}
.shop-slide .pgwSlideshow .ps-list li .ps-item {
    margin: 15px 4px;
}
.shop-slide .right .mini-social {
    margin-bottom: 30px;
}
.shop-slide .right .mini-social li {
    float: left;
    margin-right: 11.6px;
}
.shop-slide .right .mini-social li:last-child {
    margin-right: 0;
}
.shop-slide .right .mini-social li a {
    width: 32px;
    height: 32px;
    display: block;
}
.shop-slide .right .mini-social li a img {
    width: 32px;
    height: 32px;
    object-fit: cover;
}
.shop-slide .right .mini-social li a:hover img {
    opacity: .8;
}
.shop-slide .right .row {
    border-bottom: 1px solid #999;
}
.shop-slide .right .block {
    margin: 10px 0;
}
.shop-slide .right .block p {
    color: #eee;
    font-size: 13px;
    line-height: 1.8em;
}
.shop-slide .right .block .title-block {
    color: #9e8354;
    font-size: 14px;
    /* margin-bottom: 5px; */
}
.shop-slide .right .block .main-tel {
    font-size: 30px;
}
.shop-slide .right .block .sub-tel {
    font-size: 22px;
}
.shop-content p {
}
.shop-content .maps .left {
    width: 600px;
    float: left;
}
.shop-content .btn-web {
    display: block;
}
.main-content article {
    margin-bottom: 60px;
}
.main-content article h3 {
    margin: 0 0 20px 0;
    font-size: 20px;
    color: #eeeeee;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    text-align: left;
    font-weight: normal;
}
.shop-content .maps .left #map{
    height: 345px;
}
.shop-content .maps .right {
    width: 335px;
    float: left;
    margin-left: 30px;
}
.shop-content .maps .info-map {
    border: 1px solid #999;
    padding: 30px 25px;
    height: 283px;
    overflow: hidden;
}
.shop-content .maps .info-map p {
    margin-bottom: 10px;
    color: #bfbfbf;
    font-size: 14px;
    line-height: 1.8em;
}
.shop-content .videos {
    width: 460px;
    height: 335px;
}
.shop-content .videos img {
    width: 100%;
}
.shop-content .wrap .shop-content-left {
    width: calc(50% - 20px);
    float: left;
    margin-right: 20px;
}
.shop-content .wrap .shop-content-right {
    width: calc(50% - 20px);
    float: left;
    margin-left: 20px;
}
.shop-content .box_schedule {
    width: 100%;
    min-height:282px;
}
.shop-content .calendar .ui-widget-content {
    background: #111;
    border: 2px solid #000;
    padding: 20px;
    width: calc(100% - 40px);
    min-height:282px;
}
.shop-content .ui-datepicker-calendar {
    width: 100%;
}
.shop-content .ui-datepicker-calendar th,
.shop-content .ui-datepicker-calendar td {
    text-align: center;
}

.shop-content .ui-state-default,
.shop-content .ui-widget-content .ui-state-default,
.shop-content .ui-widget-header .ui-state-default,
.shop-content .ui-button, 
html .ui-button.ui-state-disabled:hover, 
html .ui-button.ui-state-disabled:active {
    background: none;
    color: #bfbfbf;
    border: none;
}
.shop-content .calendar .ui-widget-header {
    border: none;
    background: none;
    color: #bfbfbf;
    margin-bottom: 30px;
}
.shop-content #datepicker {
    min-height: 340px;
}
.shop-content .ui-datepicker .ui-datepicker-title {
    text-align: center;
}
.shop-content .ui-datepicker .ui-datepicker-prev {
    background-image: url('../images/icons/ui-icons_444444_256x240.png');
    background-size: 28.8px 28.8px;
    float: left;
    width: 28.8px;
    text-align: left;
}
.shop-content .ui-datepicker .ui-datepicker-next {
    background-image: url('../images/icons/ui-icons_444444_256x240_next.png');
    background-size: 28.8px 28.8px; 
    float: right;
    width: 28.8px;
    text-align: right;
}
.shop-content .ui-datepicker-calendar tr th {
    color: #bfbfbf;
}
.shop-content .ui-datepicker td span, 
.shop-content .ui-datepicker td a {
    text-align: center;
    font-size: 16px;
    width: 18px;
    height: 18px;
    padding: 5px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
.shop-content .ui-state-active, 
.shop-content .ui-widget-content .ui-state-active, 
.shop-content .ui-widget-header .ui-state-active, 
.shop-content a.ui-button:active, 
.shop-content .ui-button:active, 
.shop-content .ui-button.ui-state-active:hover {  
    background: none;
    color: #fff;
}
.shop-content .ui-state-highlight, 
.shop-content .ui-widget-content .ui-state-highlight, 
.shop-content .ui-widget-header .ui-state-highlight {
    background: none;
    border: none;
    color: #fff;
}
.shop-content .ui-state-highlight a,
.shop-content .ui-widget-content .ui-state-highlight a, 
.shop-content .ui-widget-header .ui-state-highlight a {
    color: #fff;
    background: #ef95b8;
}
.main-content .shop-staff {
    margin-bottom: 0;
    margin-top: 30px;
}
.shop-staff .staffs li {
    float: left;
    width: 190px;
    margin-right: 69px;
    margin-bottom: 48px;
    overflow: hidden;
}
.shop-staff .staffs li:nth-child(4n) {
    margin-right: 0;
}
.shop-staff .staffs li img {
    width: 180px;
    height: 240px;
    object-fit: cover;
}
.shop-staff .staffs li p {
    color: #bfbfbf;
}
.shop-staff .staffs li .level {
    font-size: 12px;
    margin-top: 10px;
}
.shop-staff .staffs li .job {
    font-size: 15px;
    margin-bottom: 10px;
}

.staff-detail .media {
    margin-bottom: 60px;
}
.staff-detail .media-left {
    float: left;
    width: 300px;
}
.staff-detail .media-left img {
    width: 100%;
    margin-bottom: 15px;
}
.staff-detail .media-left .btn-web {
    font-size: 16px;
    margin-bottom: 0;
}
.staff-detail .media-body {
    float: left;
    width: 632px;
    margin-left: 35px;
}
.staff-detail .media-body p {
    font-size: 14px;
    line-height: 1.8em;
}
.staff-detail .media-body .staff-mv {
    padding-top: 40px;
    width: 100%;
}
.staff-detail .media-body .staff-mv img {
    display: inline-block;
    width: 100%;
}
.staff-detail .media-body .block {
    margin-bottom: 34px;
    color: #EEEEEE;
}
.staff-detail .media-body .name {
    margin-top: -8px;
    font-size: 22px;
}
.staff-detail .media-body .name span {
    font-size: 13px;
    color: #9E8354;
    margin-left: 15px;
}
.staff-detail .media-body .block .social {
    float: left;
}
.staff-detail .media-body .block .social li a img {
    width: 30px;
    height: 30px;
}
.staff-detail .staff-highlights .staff-hights-h3 {
    background: #2A2A2A;
}
.staff-detail .staff-highlights h3 {
    border: none;
    padding: 8px 12px;
}
.staff-detail .staff-highlights ul {
    padding: 25px;
}
.staff-detail .staff-highlights ul li {
    float: left;
    width: 200px;
    margin-right: 39px;
    font-size: 12px;
    line-height: 1.8em;
}
.staff-detail .staff-highlights ul li:nth-child(4n) {
    margin-right: 0px;
}
.staff-detail .staff-highlights ul li a {
    display: block;
}
.staff-detail .staff-highlights ul li a img {
    width: 100%;
}
.staff-detail .staff-highlights ul li a:hover img {
    opacity: .8;
}
.staff-detail .staff-highlights ul li a span {
    font-size: 12px;
    line-height: 1.8em;
}

/* ------- */
.btn {
    text-align: center;
    padding: 6px 30px;
    background: #333333;
    color: #fff;
    display: inline-block;
}
.btn-gray {
    background: #333;
    color: #fff;
    font-family: 'Arapey', serif;
}
.btn-gray:hover {
    opacity: .8;
    color: #fff;
}
.btn-web {
    font-size: 20px;
    background: #e792ab;
    color: #fff;
    padding: 12px 0;
    text-align: center;
    margin-bottom: 30px;
}
.btn-web:hover {
    opacity: .8;
    color: #fff;
}
/*  contact  */
.contact-content {
    margin-bottom: 40px;
}
.contact-content p {
    font-size: 14px;
    color: #ebebeb;
    margin-bottom: 5px;
}
.contact-content .contact-check .block p:not(.title) {
    font-weight: bold;
}
.contact-content .contact-check .block .thank-content p {
    font-weight: bold;
}
.contact-content h3 {
    text-align: center;
    font-size: 15px;
    margin: 70px auto;
    display: block;
    color: #EBEBEB;
    font-weight: normal;
}

.contact-content .contact-form {
    width: 600px;
    margin: 0 auto;
}
.contact-content .note {
    width: 10px;
    height: 10px;
    color: #ff833e;
}
.contact-content .form-group {
    margin-bottom: 35px;
}
.contact-content .form-group label {
    display: block;
    font-size: 15px;
    font-weight: normal;
    color: #EBEBEB;
    margin-bottom: 7px;
}

.contact-content .form-group input[type="text"],
.contact-content .form-group input[type="email"] {
    font-size: 15px;
    font-weight: normal;
    padding: 10px;
    display: block;
    width: calc(100% - 20px);
}
.contact-content .form-group textarea {
    min-height: 156px;
    width: calc(100% - 20px);
    max-width: 600px;
    padding: 10px;
    font-size: 15px;
    font-weight: normal;
    resize: none;
}
.contact-content .form-group input[type="submit"] {
    font-size: 15px;
    font-weight: normal;
    color: #fff;    
    padding: 20px 37px;
    display: block;
    margin: 0 auto;
    min-width: 224px;
    border: none;
    cursor: pointer;
}
.contact-content .form-group input::placeholder,
.contact-content .form-group textarea::placeholder {
    color: #c9c9c9;
}
.contact-content .contact-check {
    width: 600px;
    margin: 0 auto;
}
.contact-content .contact-check .block {
    margin-bottom: 40px;
}
.contact-content .contact-check .block .title {
    margin-bottom: 20px;
}
.contact-content .wrap-contact-btn {
    display: table;
    margin: 80px auto 0 auto;
}
.contact-content .wrap-contact-btn li {
    float: left;
}
.contact-content .wrap-contact-btn li a {
    width: 164px;
    font-size: 14px;
}
.contact-content .wrap-contact-btn li a:hover {
    background: #555;
}
.contact-content .wrap-contact-btn li:first-child a {
    margin-right: 33px;
}
.contact-content .wrap-contact-btn li .light {
    background: #555;
}
.contact-content .thanks .block {
    text-align: center;
    margin-bottom: 50px;
}
.contact-content .thanks .wrap-contact-btn li a {
    margin-right: 0;
}
.contact-content .h3-thanks {
    font-size: 18px;
}
/* blog */
.blog .main-content-title {
    margin-bottom: 55px;
}
.blog-content .blog-col-left {
    width: 682px;
    float: left;
}
.blog-content .blog-sidebar {
    margin-left: 55px;
    width: 230px;
    float: left;
}
.blog-content .post {
    padding: 20px 0;
    border-bottom: 1px solid #000;
    margin-bottom: 0;
}
.blog-content .post .post-col-left {
    width: 170px;
    float: left;
    margin-right: 16px;
}
.blog-content .post .post-col-left a {
    height: auto;
    display: block;
}
.blog-content .post .post-col-left a img {
    width: 100%;
    max-height: 150px;
    object-fit: cover;
}
.blog-content .post .post-col-left a:hover img {
    opacity: .8;
}
.blog-content .post .post-col-right {
    float: right;
    width: 495px;
    color: #ebebeb;
}
.post-head .date-post {
    margin-right: 10px;
}
.post-head .post-tag {
    background: #666;
    color: #ccc;
    padding: 2px 12px;
    margin-right: 10px;
    display: inline-block;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    margin-bottom: 10px;
    cursor: pointer;
    font-size: 12px;
}
.post-head .post-tag:hover {
    opacity: .8;
}
.blog-content .post .post-col-right .post-body {
    margin-bottom: 25px;
}
.blog-content .post .post-col-right .post-body h3 {
    border-bottom: none;
}
.blog-content .post .post-col-right .post-body h3 a {
    font-size: 15px;
    color: #FFAA3B;
}
.blog-content .post .post-col-right .post-body h3 a:hover {
    opacity: .8;
}
.blog-content .post .post-col-right .post-footer p {
    font-size: 13px;
}
.blog-content .pagination {
    margin-top: 60px;
    margin-bottom: 100px;
}
.blog-content .blog-sidebar .widget {
    margin-bottom: 25px;
    display: block;
    border: 6px solid #999;
    background: #fff;
}
.blog-content .blog-sidebar .widget .widget-title {
    font-weight: normal;
    font-size: 15px;
    text-transform: uppercase;
    background: #666;
    color: #fff;
    padding: 8px 10px;
    display: block;
}
.blog-sidebar #searchBox {
    height: 40px;
    border: none;
    background: #666666;
}
.search-form {
    position: relative;
}
.search-form input[type="text"] {
    width: calc(100% - 40px);
    font-size: 13px;
    padding: 4px;
    border: 3px solid #666;
    -moz-border: 3px solid #666;
    box-sizing: border-box;
    background: #111;
    color: #929292;
    position: absolute;
    height: 40px;
}
.search-form input[type="text"]:focus {
    outline: -webkit-focus-ring-color auto 0px;
}
.search-form .btn-search {
    position: absolute;
    right: 0;
    height: 40px;
    width: 40px;
    background: #666 url('../images/icons/search.png') no-repeat center center; 
    background-size: 50%;
    border: 3px solid #666;
    -moz-border: 3px solid #666;
    cursor: pointer;
}
.blog-sidebar .ui-datepicker {
    width: 100%;
}
.blog-sidebar .ui-widget.ui-widget-content {
    width: 96%;
}
.blog-sidebar .ui-corner-all, 
.blog-sidebar .ui-corner-bottom,
.blog-sidebar .ui-corner-right,
.blog-sidebar .ui-corner-br {
    border-bottom-right-radius: 0px;
}
.blog-sidebar .ui-corner-all,
.blog-sidebar .ui-corner-bottom,
.blog-sidebar .ui-corner-left,
.blog-sidebar .ui-corner-bl {
    border-bottom-left-radius: 0px;
}
.blog-sidebar .ui-corner-all,
.blog-sidebar .ui-corner-top,
.blog-sidebar .ui-corner-right,
.blog-sidebar .ui-corner-tr {
    border-top-right-radius: 0px;
}
.blog-sidebar .ui-corner-all,
.blog-sidebar .ui-corner-top,
.blog-sidebar .ui-corner-left,
.blog-sidebar .ui-corner-tl {
    border-top-left-radius: 0px;
}
.blog-sidebar .ui-datepicker .ui-datepicker-prev {
    background-image: url('../images/icons/blog-calendar-pre.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 13px 13px;
}
.blog-sidebar .ui-datepicker .ui-datepicker-next {
    background-image: url('../images/icons/blog-calendar-next.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 13px 13px;
}
.blog-sidebar .ui-datepicker-title {
    font-size: 13px;
    color: #333;
    margin-top: 3px;
    background: #fff;
}
.blog-sidebar .ui-datepicker-header {
    background: #fff;
    border: none;
}
.blog-sidebar .ui-state-hover,
.blog-sidebar .ui-widget-content .ui-state-hover,
.blog-sidebar .ui-widget-header .ui-state-hover,
.blog-sidebar .ui-state-focus,
.blog-sidebar .ui-widget-content .ui-state-focus,
.blog-sidebar .ui-widget-header .ui-state-focus,
.blog-sidebar .ui-button:hover,
.blog-sidebar .ui-button:focus {
    /* border: none; */
}
.blog-sidebar .ui-state-default,
.blog-sidebar .ui-widget-content .ui-state-default,
.blog-sidebar .ui-widget-header .ui-state-default,
.blog-sidebar .ui-button, 
html .ui-button.ui-state-disabled:hover, 
html .ui-button.ui-state-disabled:active {
    border: none;
    background: #fff;
    text-align: center;
}
.blog-sidebar .ui-datepicker-calendar tr th {
    color: #FF833E;
    font-size: 12px;
}
.blog-sidebar .ui-state-active, 
.blog-sidebar .ui-widget-content .ui-state-active,
.blog-sidebar .ui-widget-header .ui-state-active,
.blog-sidebar a.ui-button:active,
.blog-sidebar .ui-button:active,
.blog-sidebar .ui-button.ui-state-active:hover {
    color: #FF833E;
}
.blog-sidebar ul li a {
    color: #FF833E;
    padding: 5px 10px;
    display: block;
    font-size: 12px;
    border-top: 1px dashed #C5C5C5;
}
.blog-sidebar ul li a:hover {
    opacity: .7;
}
.blog-sidebar #category > ul > li:first-child > a {
    border-top: none;
}
.blog .rating {
    margin-bottom: 120px;
}
.main-content .rating h3 {
    margin: 0 0 20px 0;
    font-weight: bold;
    font-size: 20px;
    color: #eeeeee;
    border-bottom: 2px solid #fff;
    padding-bottom: 10px;
    text-align: left;
    font-weight: normal;
    margin-bottom: 35px;
}
.main-content .rating ul li {
    float: left;
    width: 170px;
    margin-right: 29px;
    max-height: 212px;
    position: relative;
    font-size: 12px;
    line-height: 1.6em;
}
.main-content .rating ul li:last-child {
    margin-right: 0;
}
.main-content .rating ul li a {
    color: #ebebeb;
    font-size: 12px;
    line-height: 1.6em;
    font-weight: normal;
}
.main-content .rating ul li a:hover img {
    opacity: .8;
}
.main-content .rating ul li a img {
    width: 170px;
    height: 150px;
    object-fit: cover;
}

.main-content .rating .rating-level {
    width: 34px;
    height: 34px;
    display: block;
    position: absolute;
    left: 10px;
    top: -10px;
    background: #C6C6C6;
    color: #000;
    z-index: 100;
}
.main-content .rating .rating-level::before {
    font-size: 22px;
    position: absolute;
    top: 8px;
    left: 8px;
}
.main-content .rating ul li span {
    font-style: italic;
    font-family: 'Playball', cursive;
}
.main-content .rating .level1 { 
    background: url('../images/icons/level1.png') left center no-repeat;
    background-size: 100%;
}
.main-content .rating .level1::before { content: "1"; }
.main-content .rating .level2 { 
    background: url('../images/icons/level2.png') left center no-repeat; 
    background-size: 100%;
}
.main-content .rating .level2::before { content: "2"; }
.main-content .rating .level3 { 
    background: url('../images/icons/level3.png') left center no-repeat;
    background-size: 100%;
}
.main-content .rating .level3::before { content: "3"; }
.main-content .rating .level4 { 
    background: url('../images/icons/level4.png') left center no-repeat; 
    background-size: 100%;
}
.main-content .rating .level4::before { content: "4"; }
.main-content .rating .level5 { 
    background: url('../images/icons/level4.png') center center no-repeat; 
    background-size: 100%;
}
.main-content .rating .level5::before { content: "5"; }
.blog-content-detail {
    margin-bottom: 75px;
}
.blog-content-detail p {
    margin-bottom: 44px;
    font-size: 13px;
    font-weight: normal;
    line-height: 1.8em;
}
.blog-content-detail h4 {
    font-size: 18px;
    font-weight: bold;
    color: #FFB6D0;
    margin-bottom: 44px;
}
.blog-content-detail img {
    margin-bottom: 44px;
    max-width: 100%;
}
.blog-content-detail .img-center {
    display: block;
    margin: 0 auto 44px auto;
}
.blog-content-detail .img-full-width {
    width: 100%;
}
.blog-content-detail video,
.blog-content-detail iframe {
    margin-bottom: 44px;
}
.blog-content-detail ul {
    margin-bottom: 44px;
}
.blog-content-detail ul li {
    color: #EAEAEA;
    padding-bottom: 5px;
}
.blog-content-detail ul li::before {
    content: "◆";
}
.main-content .blog-content-detail > h3 {
    font-size: 19px;
    font-weight: bold;
    color: #FFAA3B;
    border-bottom: 2px solid #eee;
}
.blog-content-detail .post-head {
    margin-bottom: 34px;
}

.blog-content-detail .post-head .date-post {
    /* color: #fff; */
    font-size: 16px;
    color: #807152;
}
.blog-detail .news-detail-pagination {
    margin-bottom: 30px;
}
.blog-detail .news-detail-pagination .all-page {
    margin-bottom: 0;
}
.blog-author {
    margin-bottom: 27px;
    padding: 15px;
    border: 1px solid #ebebeb;
}
.blog-author img {
    width: 80px;
    height: 110px;
    float: left;
    margin-right: 20px;
    object-fit: cover;
}
.blog-author p {
    color: #ebebeb;
    margin-bottom: 8px;
}
.blog-author .author-name {
    font-size: 14px;
}
.blog-author .author-content {
    display: inline-block;
    overflow: hidden;
    width: calc(100% - 110px);
    position: relative;
}
.blog-author .author-content .link-page {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 3px 24px;
    background: #333;
    color: #fff;
    font-weight: bold;
    font-size: 13px;
}
.blog-author .caption {
    font-size: 18px;
}
.blog-author .author-content .link-page:hover {
    opacity: .8;
}
.blog-author .author-content .job {
    font-size: 13px;
}
.sub-info {
    margin-bottom: 48px;
}
.sub-info .btn-web {
    font-size: 18px;
    font-weight: bold;
    font-weight: normal;
    padding: 8px 60px;
}
.sub-info p {
    margin-bottom: 8px;
    color: #ebebeb;
}
.sub-info .title {
    font-size: 18px;
    font-weight: bold;
}
.sub-info .address {
    font-size: 13px;
}
.sub-info .tel {
    font-size: 13px;
}

/* footer  */
footer {
    margin-top: 70px;
    border-top: 1px solid #444;
}
.wrap-footer {
    padding: 23px;
}
/*
.wrap-footer img {
    float: left;
    display: table-cell;
}
*/
.footer-line {
    height: 28px;
    width: 100%;
    display: table;
    margin-bottom: 15px;
}
.links {
    /*float: left;*/
    margin-top: 3px;
}
.links li {
    float: left;
    display: table-cell;
    vertical-align: middle;
    font-size: 10px;
    line-height: 2.2em;
}
.links li:first-child {
    border : 1px solid #666666;
    padding: 0 20px;
    margin-right: 5px;
}
.links li a {
    color: #bfbfbf;
    display: block;
    padding-left: 12px;
    text-decoration: none;
}
.links li a::after {
    content: "|";
    padding-left: 8px;
}
.links li:last-child a::after {
    content: "";
}
.links li a:hover {
    color: #725d39;
}
.links li a:hover::after {
    color: #bfbfbf;
}
.links li:nth-child(2) a {
    padding-left: 8px;
}
.copy-right {
    margin-top: 60px;
    font-size: 11px;
    text-align: center;
    color: #bfbfbf;
}
.shop .main-content-title {
    margin-bottom: 30px;
}
.shop-content h3 {
    text-align: center;
    color: #eee;
    margin: 60px 0 60px 0;
}
.clearfix {}
.clearfix::before {
  display: table;
  content: " ";
}
.clearfix::after {
  clear: both;
  display: table;
  content: " ";
}
/* end Minh */ 

/* Thanh */
/*Special menu*/

ul.breadcrumb {
    padding: 5px 0;
    list-style: none;
    font-size: 11px;
    font-weight: bold;
    color:  #eee;
    text-align: left;
    margin-bottom: 15px;
}
ul.breadcrumb li {
    display: inline;
}

ul.breadcrumb li+li:before {
    padding: 8px;
    color: #868686;
    content: "\003e";
}

ul.breadcrumb li a {
    color:  #868686;
    text-decoration: none;
}
ul.breadcrumb li a:hover {
    color: #01447e;
    text-decoration: underline;
}
.nnt-mg40 {
    margin: 0 0 30px;
}
li.li-center {
    margin: 0 10px;
}
.menu-content li a{
    font-weight: bold;
    color:  #eee;
    font-size: 13px;
    letter-spacing: 3px;
    text-align: left;
    text-decoration: none;
}
ul.menu-content li {
    width: 28%;
    float: left;
    text-align: center;
    background: url("../images/bg-list-menu.jpg");
    padding: 22px;
    margin-bottom: 10px;
    height: 32px;
    cursor: pointer;
}
ul.menu-content li:hover,
ul.menu-content li.active-mc {
    background: url("../images/on_bg-list-menu.png");   
}
ul.menu-content:after {
    display: block;
    content: "";
    clear: both;
}
ul.menu-content li::before {
    content: url("../images/icons/right-arrow.png");
    float: left;
}
.special {
    width: 100%;
    /*display: table-cell;
    vertical-align: middle;*/
    text-align: center;
}
p.comment {
    text-align: left;
    font-size: 13px;
    line-height: 1.8em;
    color: #ebebeb;
}

.wrap-special {
    margin: 60px 0 0;
}
.wrap-special h4 {
    color: #FFB847;
    padding-bottom: 10px;
    text-align: left;
    line-height: 1.6em;
}
img.photo {
    padding: 80px 0 65px;
}
.w-list-special {
    padding: 100px 0 0;
}

.content-list {
    width: 100%;
    float: left;
    margin-bottom: 85px;
}

.content-list img {
    float: left;
    padding-right: 38px;
    clear: both;
    width: 40%;
}

.content-list.odd img {
    float: right;
    padding-right: 0;
    margin-left: 38px;
}

.content-list p {
    float: left;
    font-size: 15px;
    width: 56%;
    line-height: 2em;
    color: #EDEDED;
}

.w-list-special:after {
    display: block;
    clear: both;
    content: "";
}
img.img-right {
    float: right;
    padding-right: 0;
}
.left {
    float: left;
}
.right {
    float: right;
    text-align: end;
}
img.w-100 {
    width: 100%;
}
.special-full {
    text-align: center;
}
.w-47 {
    width: 47%;
    margin-bottom: 70px;
}
.w-47 img {
    width: 100%;
    padding-bottom: 20px;
}
.right p {
    text-align: left;
}
.coupon {
    border: 1px solid #dcc;
    padding: 10px 22px 30px;
    margin-bottom: 35px;
}
.title-cp {
    font-size: 20px;
    position:relative;
    padding: 10px 0 20px;
    border-bottom: 1px solid #fff;
    margin-bottom: 20px;
    color: #fff;
}
.title-cp:before {
    content:"";
    display:block;
    position:absolute;
    left:0;
    bottom:5px;
    width:100%;
    height:3px;
    background: #fff;
}
.nnt-price {
    color: #f7ce5e;
    font-size: 22px;
    padding-bottom: 20px;
    font-weight: bold;
}
.nnt-price span:not(.nnt-category-cp) {
    vertical-align: sub;
}
.nnt-category-cp {
    color: #fff;
    display: inline-table;
    padding: 5px 46px;
    margin-right: 25px;
    font-size: 14px;
}
.nnt-pink {
    background: #f19797;    
}
.nnt-blue {
    background: #a9c2df;    
}
.nnt-green {
    background: #92c984;    
}
.left-cp {
    width: 70%;
    float: left;
    padding-top: 10px;
小    color: #EBEBEB;
}

.left-cp:after,
.nnt-content:after {
    content: "";
    clear: both;
    display: block;
}
.right-cp {
    float: right;
    width: 25%;
}

.right-cp img {
    width: 100%;
}

.bd-detail-date {
    padding: 10px 15px;
    border: 1px solid #dcc;
    font-size: 13px;
}

.button-coupon {
    display: inline-block;
    padding: 10px 90px;
    background: #e792ab;
}
.button-coupon:hover {
    filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}

.short-content {
    padding-bottom: 30px;
    font-size: 14px;
}

.bt-cp {
    margin-top: 30px;
}
.bt-cp a {
    color: #fff;
}
.w-list-special p {
    color: #EDEDED;
    font-size: 14px;
    line-height: 1.8em;
}
/* end Thanh */ 

/* Hoang */
.main-content-title.recruit-title {
    margin-bottom: 30px;
}

.recruit-content img {
    max-width: 100%;
    width: auto;
    max-height: 100%;
    height: auto;
}
.recruit-list {
    width: 100%;
    float: left;
    margin-bottom: 32px;
    clear: both;
}
.recruit-w {
    margin: 60px 0 20px;
    width: 100%;
    display: block;
    overflow: hidden;
}
.recruit-list img {
    width: 40%;
}
.recruit-list.list-03 {
    margin-bottom: 80px;
}
.recruit-content .recruit-text {
    font-size: 14px;
    width: 56%;
}
.recruit-list.list-01 img {
    float: left;
    padding-right: 38px;
}
.recruit-list.list-01 .recruit-text {
    float: right;
}
.recruit-list.list-02 {
    margin-bottom: 52px;
}
.recruit-list.list-02 img {
    float: right;    
}
.recruit-list.list-02 .recruit-text {
    float: left;
    padding-right: 38px;
}
.recruit-list.list-03 .actor {
    width: 47%;
}
.recruit-list.list-03 .actor img {
    width: 100%;
}
.recruit-list.list-03 .actor.male {
    float: left;
}
.recruit-list.list-03 .actor.female {
    float: right;
}
.recruit-w .recruit-list h3 {
    font-size: 14px;
    color: #FFB847;
    padding-bottom: 10px;
    text-align: left;
    line-height: 1.6em;
}
.recruit-w .list-03 h3 {
    font-size: 14px;
    color: #FFB847;
    padding-bottom: 0;
    padding-top: 20px;
    text-align: left;
    line-height: 1.6em;
}

.recruit-list.list-03 .actor .actor-text {
    padding-top: 10px;
    font-size: 15px;
    line-height: 26px;
}
.recruit-text p {
    margin-bottom: 31px;
    line-height: 26px;
}
.recruit-list.movie {
    background: #000;
    padding: 30px 0 35px;
}
.recruit-list.movie .w-235 {
    display: block;
    margin:0 auto 20px;
    width: 235px;
}
.recruit-list.movie .w-640 {
    display: block;
    margin:0 auto;
    width: 640px;
}
.recruit-list.movie img {
    display: block;
    margin:0 auto;
    width: 100%
}
.recruit-table-content h2 {
    color: #EEEEEE;
    border-bottom: 2px solid #EEEEEE;
    padding-bottom: 5px;
    font-size: 19px;
}
.recruit-table-content .table-news {
    width: 80%;
    margin: 0 auto;
}    
.recruit-table-content .table-news tr td {
    border-bottom: 1px solid #969696;
    line-height: 2em;
}
.recruit-table-content .table-news tr td:first-child {
    width: 20%;
}
.recruit-table-content .table-news tr td:last-child {
    width: 80%;
}
.recruit-table-content .recruit-tb02-title {
    margin-top: 75px;
}
.recruit-table-content .recruit-tb-text {
    width: calc(100% - 40px);
    padding: 15px 20px;
    border: 1px solid #EBEBEB;
    margin-top: 80px;
    font-size: 13px;
    color: #EBEBEB;
}
.recruit-remix {
    margin: 62px 0 110px;
    display: block;
    color: #EBEBEB;
}
.recruit-remix img {
    margin: 20px 0 36px;
}
.recruit-remix p {
    font-size: 13px;
}
.recruit-remix .recruit-pdf {
    color: #fff;
    text-align: left;
    font-size: 15px;
    margin-top: 35px;
}
.recruit-pdf a {
    padding: 22px 113px;
    background: #555555;
}
.page-top.recruit {
    right: 94px;
}
/* page menu */
.menu-page {
    display: block;
    overflow: hidden;
}
.menu-page li,
.menu-page-special li,
.menu-page-special-2 li,
.menu-page-special-3 li,
.menu-page-special-4 li {
    width: 28%;
    float: left;
    text-align: center;
    margin-bottom: 10px;
    padding: 0px 22px;
    cursor: pointer;
    background-size: 100%;
    font-size: 13px;
    color: #EEE;
    /*background: url(../images/menu01.jpg) no-repeat;*/
    background-color: #272727;
    overflow: hidden;
    height: 55px;
    line-height: 55px;
}
.menu-page li {
    /*background: url(../images/menu02.jpg) no-repeat;*/
    margin-right: 10px;
    margin-bottom: 10px;
    /*background-size: 100%;*/
}
.menu-page li:nth-child(3n) {
    margin-right: 0;
}
.menu-page li:hover, .menu-page li.active-mc {
    /*background: url(../images/menu01.jpg) no-repeat;
    background-size: 100%;*/
    background-color: #52402a;
    opacity: .8;
}
.menu-price-content {
    margin:74px 0 100px;
}
.menu-price-content h2 {
    font-size: 22px;
    text-align: center;
    margin-bottom: 72px;
    color: #EDEDED;
}
.price-list h3 {
    border-bottom: 2px solid #fff;
    padding-bottom: 5px;
    font-size: 18px;
}
.price-list ul li {
    width: 100%;
    padding: 10px 0;
    display: block;
    overflow: hidden;
    font-size: 15px;
    border-bottom: 1px dotted #BFBFBF;
小}
.price-list .price-text {
    float: left;
    padding-left: 10px;
    color: #BFBFBF;
    font-weight: bold;
    font-size: 14px;
}
.price-list .price {
    float: right;
    padding-right: 10px;
    color: #BFBFBF;
    font-weight: bold;
    font-size: 14px;
}
.price-list .not-price {
    padding-left: 10px;
    font-size: 12px;
}
.price-list {
    margin-bottom: 56px;
}
.price-list p {
    padding: 10px 15px;
    border: 1px solid #BFBFBF;
    margin-top: 24px;
    color: #BFBFBF;
    font-size: 14px;
}
/* page special-menu.html */
.menu-page-special {
    display: block;
    overflow: hidden;
}
.menu-page-special li {
    /*background: url(../images/special-menu-02.jpg) no-repeat;*/
    margin-right: 10px;
    margin-bottom: 10px;
    background-size: 100%;
    background-size: 100%;
    position: relative;
    min-height: 45px;
    line-height: 17px;
}
.menu-page-special li a {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
}
.menu-page-special li:nth-child(3n) {
    margin-right: 0;
}
.menu-page-special li.active-mc {
    /*background: url(../images/special-menu-01.jpg) no-repeat;
    background-size: 100%;*/
    background-color: #52402a;
}
.menu-page-special li:hover {
    opacity: .8;
}
.wrap-special {
}
img.photo {
    padding: 60px 0 57px;
}
/* page special-menu-2.html */
.menu-page-special-2 {
    display: block;
    overflow: hidden;
}
.menu-page-special-2 li:nth-child(2) {
    background: url(../images/special-menu-2-02.jpg) no-repeat;
    margin: 0 10px;
    background-size: 100%;
}
.menu-page-special-2 li:nth-child(3) {
    background: url(../images/special-menu-2-03.jpg) no-repeat;
    background-size: 100%;
}
.menu-page-special-2 li:nth-child(4) {
    background: url(../images/special-menu-2-04.jpg) no-repeat;
    background-size: 100%;
}
.menu-page-special-2 li:nth-child(5) {
    background: url(../images/special-menu-2-05.jpg) no-repeat;
    background-size: 100%;
    margin: 0 10px;
    padding: 4px 22px 5px;
}
.menu-page-special-2 li:nth-child(6) {
    background: url(../images/special-menu-2-06.jpg) no-repeat;
    background-size: 100%;
    padding: 4px 22px 5px;
}
.menu-page-special-2 li.active-mc {
    background: url(../images/special-menu-2-01.jpg) no-repeat;
    background-size: 100%;
}
.menu-page-special-2 li:hover {
    opacity: .8;
}
.photo.w-100.special-img {
    width: 100%;
}
.content-list.end {margin-bottom: 0}
/* page special-menu-3.html */
.menu-page-special-3 {
    display: block;
    overflow: hidden;
}
.menu-page-special-3 li:nth-child(2) {
    background: url(../images/special-menu-3-02.jpg) no-repeat;
    margin: 0 10px;
    background-size: 100%;
}
.menu-page-special-3 li:nth-child(3) {
    background: url(../images/special-menu-3-03.jpg) no-repeat;
    background-size: 100%;
}
.menu-page-special-3 li:nth-child(4) {
    background: url(../images/special-menu-3-04.jpg) no-repeat;
    background-size: 100%;
}
.menu-page-special-3 li:nth-child(5) {
    background: url(../images/special-menu-3-05.jpg) no-repeat;
    background-size: 100%;
    margin: 0 10px;
    padding: 4px 22px 5px;
}
.menu-page-special-3 li:nth-child(6) {
    background: url(../images/special-menu-3-06.jpg) no-repeat;
    background-size: 100%;
    padding: 4px 22px 5px;
}
.menu-page-special-3 li.active-mc {
    background: url(../images/special-menu-3-01.jpg) no-repeat;
    background-size: 100%;
}
.menu-page-special-3 li:hover {
    opacity: .8;
}
/* page special-menu-4.html */
.menu-page-special-4 {
    display: block;
    overflow: hidden;
}
.menu-page-special-4 li:nth-child(2) {
    background: url(../images/special-menu-4-02.jpg) no-repeat;
    margin: 0 10px;
    background-size: 100%;
}
.menu-page-special-4 li:nth-child(3) {
    background: url(../images/special-menu-4-03.jpg) no-repeat;
    background-size: 100%;
}
.menu-page-special-4 li:nth-child(4) {
    background: url(../images/special-menu-4-04.jpg) no-repeat;
    background-size: 100%;
}
.menu-page-special-4 li:nth-child(5) {
    background: url(../images/special-menu-4-05.jpg) no-repeat;
    background-size: 100%;
    margin: 0 10px;
    padding: 4px 22px 5px;
}
.menu-page-special-4 li:nth-child(6) {
    background: url(../images/special-menu-4-06.jpg) no-repeat;
    background-size: 100%;
    padding: 4px 22px 5px;
}
.menu-page-special-4 li.active-mc {
    background: url(../images/special-menu-4-01.jpg) no-repeat;
    background-size: 100%;
}
.menu-page-special-4 li:hover {
    opacity: .8;
}
.recruit-img-sp,.recruit-list.movie .movie-title {display: none;}
.ui-datepicker td a {
    padding: 1px;
}
.center-img {
    text-align: center;
}
.pro-w3 {
}
.staff-detail .media-body p.title-staff {
    font-size: 18px ;
    font-weight: bold;
}
.shop-content h3.title-shop-staff {
    margin: 47px 0 80px 0;
}
.f15 {
    font-size: 15px !important;
}
.f19 {
    font-size: 19px /*!important*/;
}
.fw3 {
}
/* end Hoang */

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
.wrap-more {
    display: block;
    position: relative;
}
.gallery_thumbnail a,
.staff-highlights .wrap-more {
    display: block;
    position: relative;
}
.staff-highlights .wrap-more {
    height: 232px;
}
.rating ul li .wrap-more {
    height: 150px;
}
.rating ul li p {
    margin-top: 5px;
}
.rating ul li a span img {
    max-width: 170px;
}
.shop-staff ul.staffs li .wrap-more {
    height: 240px;
}
.staff-highlights ul li a:not(.wrap-more) {
    display: block;
    margin-top: 10px;
    height: auto !important
}
.gallery_thumbnail a {
    height: 197px;
}
.blog-content .post .post-col-left a.wrap-more {
    height: 170px;
}
.box-lineup .wrap-more {
    height: 220px;
}
ul#group-style li .wrap-more {
    height: 209px;
}
ul#group-blog li .wrap-more {
    height: 190px;
}
ul#group-blog li:last-child .wrap-more {
    height: 190px;
}
.gallery_thumbnail a:before,
.wrap-more:before {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
}
.gallery_thumbnail a:hover:before,
.wrap-more:hover:before {
    opacity: 1;
    visibility: visible;
}
.wrap-img {
    display: block;
    position: relative; 
    height: 100%; 
    overflow: hidden;  
}
.wrap-img img {
    webkit-transform: scale(1.0);
    transform: scale(1.0);
    -webkit-transition: all cubic-bezier(0.195, 0.840, 0.680, 1.000) .6s;
    -moz-transition: all cubic-bezier(0.195, 0.840, 0.680, 1.000) .6s;
    -o-transition: all cubic-bezier(0.195, 0.840, 0.680, 1.000) .6s;
    transition: all cubic-bezier(0.195, 0.840, 0.680, 1.000) .6s;
    width: auto;
    height: auto;
    max-width: none;
    margin: auto;
    position: absolute;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    max-width: none;
    display: block;
}
.gallery_thumbnail img {
    max-width: 170px;
}
.staff-detail .staff-highlights ul li a img {
    max-width: 200px;
}
.shop-staff .staffs img {
    max-width: 180px;
}
.gallery_thumbnail a:hover img,
.wrap-more:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.box_headimg figure { margin-bottom: 20px;text-align: center;}
.box_culumn1 { width: 100%; margin-bottom: 60px; float:left;}
.box_culumn1 h3 { margin: 0 0 10px; color: #FFB847; padding-bottom: 10px; text-align: left; line-height: 1.6em; font-size: 18px;}
.box_culumn1 div img { width: 100%; padding-bottom: 20px;}
.box_culumn1 p {color: #EDEDED;font-size: 13px;line-height: 1.8em;}
.box_culumn2_1 { width: 100%;margin-bottom:60px; float:left;}
.box_culumn2_1 div img { width: 100%; padding-bottom: 20px;}
.box_culumn2_1 div.box_left,
.box_culumn2_1 div.box_right {}
.box_culumn2_1 div.box_left figure { display: inline-block;width: 40%;vertical-align: top;}
.box_culumn2_1 div.box_left .box_text { display: inline-block;width: 56%;margin-right: 3%;vertical-align: top;}

.box_culumn2_1 div.box_right figure { display: inline-block;width: 40%;vertical-align: top;}
.box_culumn2_1 div.box_right .box_text { display: inline-block;width: 56%;margin-left: 3%;vertical-align: top;}
.box_culumn2_1 h3 { margin: 0 0 10px; color: #FFB847; padding-bottom: 10px; text-align: left; line-height: 1.6em; font-size: 18px;}
.box_culumn2_1 p {color: #EDEDED;font-size: 13px;line-height: 1.8em;}

.box_culumn2_2 { width: 48%;margin-bottom: 60px; float:left;margin-right: 4%;}
.box_culumn2_2:nth-child(even) { margin-right: 0; }
.box_culumn2_2 div { display: inline-block;width: 100%; vertical-align: top;}
.box_culumn2_2 div img { width: 100%; padding-bottom: 20px;}
.box_culumn2_2 h3 { margin: 0 0 10px; color: #FFB847; padding-bottom: 10px; text-align: left; line-height: 1.6em; font-size: 18px;}
.box_culumn2_2 p {color: #EDEDED;font-size: 13px;line-height: 1.8em;}

/* [localNavi] ローカルナビ改修 ----------*/
.postNavi .localNavi {
    margin-bottom:20px;
}
.postNavi .localNavi li {
    display:block;
    float:none;
    margin:0 0 6px;
}
.postNavi .localNavi a {
    display:block;
    width:100%;
    height:auto;
    border:none;
    text-align:left;
    vertical-align:middle;
    font-size:13px;
    line-height: 1.4;
}
.postNavi .localNavi input {
    display:block;
    width:100%;
    height:0;
    border:none;
    text-align:left;
    vertical-align:middle;
    opacity:0;
}

.postNavi .localNavi label {
    cursor:pointer;
}

.postNavi .localNavi a:hover,
.postNavi .localNavi li.selected a,
.postNavi .localNavi li.selected02 a{
    background: #fff;
    color:#bc9f3d;
}
.postNavi .localNavi a .typeFirst{
    color: #000;
    font-weight:bold;
}
.postNavi .localNavi a .typeFirst:before{
    color:#8C751E;
    content: "▼";
    font-size: 82%;
    vertical-align:middle;
    padding-right: 4px;
}
