@charset "UTF-8";
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden !important;
    font-size: 62.5%;
}

body {
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    overflow-x: hidden !important;
    font-size: 15px;
    line-height: 1.7;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    color: #101010;
    min-width: 1000px;

}

.container {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
}

.column,
.columns {
    width: 100%;
    float: left;
    box-sizing: border-box;
}

.container:after,
.row:after {
    content: "";
    display: table;
    clear: both;
}

.clearfix::after {
    content: "";
    clear: both;
    display: block;
}

.sns-link i {
    font-size: 28px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
}

h1 {
    font-size: 4rem;
    line-height: 1.2;
}

h2 {
    font-size: 32px;
    line-height: 1.25;
}

h3 {
    font-size: 3rem;
    line-height: 1.3;
    font-weight: 700;
}

h4 {
    font-size: 2.4rem;
    line-height: 1.35;
}

h5 {
    font-size: 1.8rem;
    line-height: 1.5;
    font-weight: bold;
}

h6 {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.6;
}

p {
    margin-top: 0;
}

a {
    color: #101010;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    -moz-transition: .5s all;
    transition: .5s all;
}

a:hover {
    color: #fff;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    -moz-transition: .5s all;
    transition: .5s all;
}

ul {
    list-style-type: none;
}

li {
    margin-bottom: 1rem;
}
li:last-child{
    margin-bottom: 0;
}
a {
    text-decoration: none;
    display: inline-block;
}

a:hover,
a:focus,
a:visited {
    text-decoration: none;
    outline: none;
    color: inherit;
}

img {
    max-width: 100%;
    display: block;
}

button {
    border: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: block;
    padding: 0;
}

input,
textarea {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/* HTML5 display definitions  */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}


/* Links */

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}


/* Text-level semantics  */

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: 'Roboto', sans-serif;
    font-size: 10px;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    /* 1 */
    font: inherit;
    /* 2 */
    margin: 0;
    /* 3 */
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}


/** Header **/

.header {
    padding: 20px 20px;
    text-align: center;
}

.header .logo {
    width: 280px;
    margin: 0 auto;
    position: relative;
}

.header .logo h1 {
    letter-spacing: 2px;
    text-align: center;
    font-size: 22px;
    font-family: 'Roboto', sans-serif;
}

.header h6 {
    margin-bottom: 20px;
}

.header .logo a {
    text-decoration: none;
    color: #fff;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    -moz-transition: .5s all;
    transition: .5s all;
}

.header .logo a:hover {
    color: #F5235D;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    -moz-transition: .5s all;
    transition: .5s all;
}

.header .logo a:hover h1:after {
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    -moz-transition: .5s all;
    transition: .5s all;
}

.header .logo h4 {
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: right;
    color: #000;
    margin-bottom: 0;
}


/** Navbar **/

.nav {
    width: 100%;
    margin-top: -10px;
}

.nav ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    text-align: center;
    display: table;
}

.nav ul li {
    display: table-cell;
    width: 300px;
    margin-bottom: 0;
    line-height: 6.5rem;
}

.nav ul li a img {
    width: 100%;
    height: auto;
}

.nav ul li a {
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    text-shadow: 0px 1px 0 #000;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: auto 100%;
}

.nav ul li:nth-of-type(1) a {
    background-image: url(../img/top_h.jpg);
}

.nav ul li:nth-of-type(2) a {
    background-image: url(../img/about_h.jpg);
}

.nav ul li:nth-of-type(3) a {
    background-image: url(../img/menu_h.jpg);
}

.nav ul li:nth-of-type(4) a {
    background-image: url(../img/access_h.jpg);
}

.nav ul li a:hover {
    color: #ebc9ae;
}

.nav ul li a img {
    transition: all 1s;
}

.opa0 {
    opacity: 0;
}

.opa1 {
    opacity: 1;
}

.nav ul li a:hover img {
    opacity: 0;
}


/** General **/

strong {
    font-weight: 600;
}

figure {
    margin: 0;
    padding: 0;
}

img {
    display: block;
    width: 100%;
}

.sub-page {
    padding: 40px 0;
    border-top: 4px solid #333;
}

.button-text {
    font-size: 12px;
    font-weight: 700;
    border: none;
    padding: 0 30px 0 0;
    text-transform: uppercase;
    text-decoration: none;
    color: #222;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    display: block;
    margin-top: 40px;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    -moz-transition: .5s all;
    transition: .5s all;
}

.button-text:hover {
    color: #F5235D;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    -moz-transition: .5s all;
    transition: .5s all;
}

.button-text span {
    display: block;
    margin-top: 10px;
    font-size: 18px;
}

/** Top Bar **/

.top-bar {
    position: relative;
    border-bottom: 1px solid #f9f9f9;
    background-color: #fcfcfc;
    padding: 10px 0;
}

.top-bar .box {
    float: left;
    box-sizing: border-box;
}

.top-bar .box.box-1 {
    width: 80%;
}

.top-bar .box.box-2 {
    width: 20%;
}


/*! Swipebox v1.3.0 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */

/** Lightbox **/

html.swipebox-html.swipebox-touch {
    overflow: hidden !important;
}

#swipebox-overlay img {
    border: none !important;
}

#swipebox-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999 !important;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#swipebox-container {
    position: relative;
    width: 100%;
    height: 100%;
}

#swipebox-slider {
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    white-space: nowrap;
    position: absolute;
    display: none;
    cursor: pointer;
}

#swipebox-slider .slide {
    height: 100%;
    width: 100%;
    line-height: 1px;
    text-align: center;
    display: inline-block;
}

#swipebox-slider .slide:before {
    content: "";
    display: inline-block;
    height: 50%;
    width: 1px;
    margin-right: -1px;
}

#swipebox-slider .slide img,
#swipebox-slider .slide .swipebox-video-container,
#swipebox-slider .slide .swipebox-inline-container {
    display: inline-block;
    max-height: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
    vertical-align: middle;
}

#swipebox-slider .slide .swipebox-video-container {
    background: none;
    max-width: 1140px;
    max-height: 100%;
    width: 100%;
    padding: 5%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#swipebox-slider .slide .swipebox-video-container .swipebox-video {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative;
}

#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
}

#swipebox-slider .slide-loading {
    background: url(../img/loader.gif) no-repeat center center;
}

#swipebox-bottom-bar,
#swipebox-top-bar {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: absolute;
    left: 0;
    z-index: 999;
    height: 50px;
    width: 100%;
}

#swipebox-bottom-bar {
    bottom: -50px;
}

#swipebox-bottom-bar.visible-bars {
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0);
}

#swipebox-top-bar {
    top: -50px;
}

#swipebox-top-bar.visible-bars {
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
}

#swipebox-title {
    display: block;
    width: 100%;
    text-align: center;
}

#swipebox-prev,
#swipebox-next,
#swipebox-close {
    background-image: url(../img/icons.png);
    background-repeat: no-repeat;
    border: none !important;
    text-decoration: none !important;
    cursor: pointer;
    width: 50px;
    height: 50px;
    top: 0;
}

#swipebox-arrows {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 50px;
}

#swipebox-prev {
    background-position: -32px 13px;
    float: left;
}

#swipebox-next {
    background-position: -78px 13px;
    float: right;
}

#swipebox-close {
    top: 0;
    right: 0;
    position: absolute;
    z-index: 9999;
    background-position: 15px 12px;
}

.swipebox-no-close-button #swipebox-close {
    display: none;
}

#swipebox-prev.disabled,
#swipebox-next.disabled {
    opacity: 0.3;
}

.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider {
    -webkit-animation: rightSpring 0.3s;
    animation: rightSpring 0.3s;
}

.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider {
    -webkit-animation: leftSpring 0.3s;
    animation: leftSpring 0.3s;
}

.swipebox-touch #swipebox-container:before,
.swipebox-touch #swipebox-container:after {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    content: ' ';
    position: absolute;
    z-index: 999;
    top: 0;
    height: 100%;
    width: 20px;
    opacity: 0;
}

.swipebox-touch #swipebox-container:before {
    left: 0;
    -webkit-box-shadow: inset 10px 0px 10px -8px #656565;
    box-shadow: inset 10px 0px 10px -8px #656565;
}

.swipebox-touch #swipebox-container:after {
    right: 0;
    -webkit-box-shadow: inset -10px 0px 10px -8px #656565;
    box-shadow: inset -10px 0px 10px -8px #656565;
}

.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before {
    opacity: 1;
}

.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after {
    opacity: 1;
}

@-webkit-keyframes rightSpring {
    0% {
        left: 0;
    }
    50% {
        left: -30px;
    }
    100% {
        left: 0;
    }
}

@keyframes rightSpring {
    0% {
        left: 0;
    }
    50% {
        left: -30px;
    }
    100% {
        left: 0;
    }
}

@-webkit-keyframes leftSpring {
    0% {
        left: 0;
    }
    50% {
        left: 30px;
    }
    100% {
        left: 0;
    }
}

@keyframes leftSpring {
    0% {
        left: 0;
    }
    50% {
        left: 30px;
    }
    100% {
        left: 0;
    }
}

@media screen and (min-width: 800px) {
    #swipebox-close {
        right: 10px;
    }
    #swipebox-arrows {
        width: 92%;
        max-width: 800px;
    }
}


/** Skin **/

#swipebox-overlay {
    background: #0d0d0d;
}

#swipebox-bottom-bar,
#swipebox-top-bar {
    text-shadow: 1px 1px 1px black;
    background: #000;
    opacity: 0.95;
}

#swipebox-top-bar {
    color: white !important;
    font-size: 15px;
    line-height: 43px;
}


/** Article **/

.article header figure {
    display: block;
}

.article header figure figcaption {
    float: right;
    font-size: 12px;
    font-style: italic;
    margin-top: 15px;
    letter-spacing: 2px;
}

.article header .meta-data {
    padding: 60px 20px;
    text-align: center;
}

.article header .meta-data h3 {
    text-transform: uppercase;
}

.article header .meta-data h3 a {
    color: #222;
    text-decoration: none;
}

.article header .meta-data h3 a:hover {
    color: #F5235D;
}

.article header .meta-data .author {
    font-size: 14px;
    margin: 0;
}

.article header .meta-data .author time {
    padding-right: 18px;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    letter-spacing: 2px;
    font-weight: 600;
}

.article .entry-content {
    max-width: 80%;
    display: block;
    margin: 0 auto;
    clear: both;
}

.article footer {
    padding: 60px 20px;
    margin: 0;
    background: none;
    border: none;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

.article-60 {
    width: 60%;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-top: 20px;
    float: right;
    overflow: hidden;
    -ms-overflow-style: scrollbar;
    clear: both;
}

.aside-40 {
    width: 40%;
    padding-bottom: 20px;
    padding-top: 20px;
    overflow: hidden;
}

.box-footer {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.nav-footer {
    background-color: #101010;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 5px;
    padding-top: 5px;
    text-align: center;
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none
}

.list-inline > li {
    margin-bottom: 0;
    display: inline-block;
}

.list-inline > li a{
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    padding: 10px 25px;
}


/*-- concept --*/

.conceptWrapper {
    margin-bottom: 40px;
}

.conceptWrapper h2 {
    font-weight: bold;
    position: relative;
    font-size: 24px;
}

.conceptWrapper h2:after {
    content: "";
    display: block;
    height: 4px;
    width: 100%;
    background: #006b34;
    position: absolute;
}


/*-- news --*/

.newsWrapper {
    margin-bottom: 40px;
}

.newsWrapper h2 {
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 20px;
    position: relative;
}

.newsWrapper h2:after {
    content: "";
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #006b34;
}

.info__list {
    list-style: none;
    padding: 5px 14px 4px;
    display: table;
    width: 100%;
    box-sizing: border-box;
/*    border: 2px solid #fff;*/
    line-height: 2;
    word-wrap: break-word;
}

.info__list a {
    text-decoration: none;
    color: #111;
    font-weight: bold;
}

.info__item:not(:first-child) {
    margin-top: 12px;
}

.info__item-date,
.info__item-title {
    display: table-cell;
}

@media (max-width: 560px) {
    .info__item-date,
    .info__item-title {
        display: inline-block;
    }
}

.info__item-date {
    width: 5em;
}

.info__trigger {
    display: table;
    width: 100%;
    box-sizing: border-box;
    font-size: 14px;
}

.info__trigger:hover {
    opacity: 0.5;
}

/*-- about top --*/

.about-top {
    margin: auto;
    padding: 0.5vw;
    font-size: 0;
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
    -ms-flex-direction: column;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    display: -webkit-box;
    display: flex;
}

.about-top div {
    -webkit-box-flex: auto;
    -ms-flex: auto;
    flex: auto;
    width: 200px;
    margin: 0.5vw;
}

.about-top div img {
    width: 100%;
    height: auto;
}


/** Video **/

.video-item {
    position: relative;
    line-height: 0;
    overflow: hidden;
}

.video-item img {
    -webkit-filter: blur(0);
    -webkit-transition-property: -webkit-filter;
    -webkit-transition-duration: 1s;
    width: 100%;
    height: auto;
}

.video-item:hover .block-blur {
    opacity: .3;
}

.video-item:hover img {
    -webkit-filter: blur(.5rem);
    -webkit-transition-property: -webkit-filter;
    -webkit-transition-duration: .4s;
    z-index: 1;
}

.video-item .block-blur {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    z-index: 2;
}

.video-item .mask:after,
.video-item .mask:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: 200ms ease;
    transition: 200ms ease;
}

.video-item .mask:before {
    right: 0;
    width: 100%;
    height: 70%;
    background-image: -webkit-linear-gradient(bottom, transparent 0, rgba(0, 0, 0, 0.2) 100%);
    background-image: linear-gradient(to top, transparent 0, rgba(0, 0, 0, 0.2) 100%);
    z-index: 1;
}

.video-item .mask:after {
    background-image: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.2));
    background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2));
    top: auto;
    bottom: 0;
    width: 100%;
    height: 40%;
}

.video-item .icon {
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    color: #e52d27;
    z-index: 10;
}

/** Gallery **/

.gallery {
    margin: auto;
    background-color: #fff;
    padding: 0.5vw;
    font-size: 0;
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
    -ms-flex-direction: column;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    display: -webkit-box;
    display: flex;
}

.gallery div {
    -webkit-box-flex: auto;
    -ms-flex: auto;
    flex: auto;
    width: 200px;
    margin: 0.5vw;
}

.gallery div img {
    width: 100%;
    height: auto;
}

/*--hair catalog --*/

.catalogboxWrapper {
    margin-bottom: 50px;
}

.catalogboxWrapper .gallery {
    background-color: transparent;
}

.catalogboxWrapper .gallery div img {
    border: 3px solid rgba(95, 0, 1, 1);
}

.catalogboxWrapper h2 {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 25px;
}

.catalogboxWrapper h2:after {
    content: "";
    display: block;
    height: 4px;
    width: 100%;
    background: rgba(255, 255, 255, 0.5);
}

.catalogboxWrapper h4 {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 1pt;
}

.catalogboxWrapper p {
    font-weight: 100;
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 1pt;
}




/* news */

.newboxWrapper {
    margin-bottom: 50px;
}

.newboxWrapper:after {
    content: "";
    display: block;
    height: 4px;
    width: 100%;
    background: rgba(255, 255, 255, 0.5);
}

.newboxWrapper h2 {
    font-weight: bold;
    font-size: 18px;
    line-height: 1.8;
}

/*.newboxWrapper h2:after {
    content: "";
    display: block;
    height: 4px;
    width: 45px;
    background: #006b34;
}*/

.newboxWrapper img {
    width: 60%;
    margin-bottom: 25px;
}

.newboxWrapper h6 {
    font-style: italic;
    font-size: 14px;
}

.newboxWrapper p {
    font-weight: 100;
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 1pt;
}

/* staff */

.staffboxWrapper {
    margin-bottom: 50px;
}

.staffboxWrapper:after {
    content: "";
    display: block;
    height: 4px;
    width: 100%;
    background: rgba(255, 255, 255, 0.5);
}

.staffboxWrapper h2 {
    font-weight: bold;
    font-size: 18px;
}

.staffboxWrapper img {
    width: 50%;
    margin-bottom: 25px;
}

.staffboxWrapper p {
    font-weight: 100;
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 1pt;
}

/*-- Menu --*/

.menuboxWrapper {
    margin-bottom: 40px;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    padding: 18px;
    border-top: none;
}

table {
    width: 100%;
    border-collapse: collapse;
}

.table {
    margin-top: 25px;
}

th,
td {
    text-align: left;
}

th:first-child,
td:first-child {
    padding-left: 0;
}

th:last-child,
td:last-child {
    padding-right: 0;
}

.menuu-info th {
    color: #fff;
    letter-spacing: 2pt;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #4a4a4a), color-stop(0.45, #000));
    background: -webkit-linear-gradient(top, #000 45%, #4a4a4a 100%);
    background: -moz-linear-gradient(top, #000 45%, #4a4a4a 100%);
    background: -o-linear-gradient(top, #000 45%, #4a4a4a 100%);
    background: -ms-linear-gradient(top, #000 45%, #4a4a4a 100%);
    background: linear-gradient(to bottom, #000 45%, #4a4a4a 100%);
    font-weight: bold;
    text-transform: uppercase;
}

.menuu-info td {
    border-bottom: 1px dashed #101010;
    border-top: transparent;
}

.menuu-info {}

.menuboxWrapper p {
    font-weight: 100;
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 1pt;
}

/*-- about --*/

.aboutboxWrapper {
    margin-bottom: 50px;
}

.aboutboxWrapper h2 {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 25px;
}

.aboutboxWrapper h2:after {
    content: "";
    display: block;
    height: 4px;
    width: 100%;
    background: rgba(255, 255, 255, 0.5);
}

.aboutboxWrapper img {
    width: 50%;
    margin-bottom: 25px;
    border: 4px solid rgba(95, 0, 1, 1);
}

.aboutboxWrapper p {
    font-weight: 100;
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 1pt;
}

/* access */

.accessboxWrapper {
    margin-bottom: 50px;
}

.accessboxWrapper h2 {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 25px;
}

.accessboxWrapper h2:after {
    content: "";
    display: block;
    height: 4px;
    width: 100%;
    background: rgba(255, 255, 255, 0.5);
}

.accessboxWrapper p {
    font-weight: 100;
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 1pt;
}

/*-- contact --*/

.contact-form {}

.contact-form input[type="submit"] {
    width: 20%;
    height: 48px;
    outline: 0;
    border: 0;
    background-color: #fff;
    color: #171f27;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 2pt;
    clear: both;
}

.contact-form input[type="submit"]:hover {
    background-color: rgba(95, 0, 1, 1);
    color: #fff;
}

.contact-form input,
.contact-form textarea {
    margin-bottom: 30px;
}

input {
    outline: 0;
}

textarea {
    outline: 0;
    width: 80%;
    height: 125px;
    padding-top: 7px;
    resize: none;
    clear: both;
}

input[type="text"],
textarea {
    border: 1px solid #e6e6e6;
    padding-left: 10px;
}

input[type="text"]:focus,
textarea:focus {
    border: 1px solid #111;
}

input[type="text"] {
    height: 50px;
    width: 80%;
}

/*-- privacy --*/

.privacyboxWrapper {
    margin-bottom: 30px;
}

.privacyboxWrapper h2 {
    font-weight: bold;
    font-size: 16px;
    line-height: 1.8;
}

.privacyboxWrapper p {
    font-weight: 100;
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 1pt;
}

/*-- sitemap --*/

.sitemapboxWrapper {
    margin-bottom: 50px;
    text-align: center;
}

.sitemapboxWrapper a {
    font-weight: 100;
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 1pt;
    color: #101010;
    text-decoration: none;
}


/*-- Pagination --*/

.pagination {
    padding-top: 0;
    padding-bottom: 20px;
    text-align: center;
    margin: 0 auto;
}

.pagination li {
    display: inline-block;
    margin: 0 10px;
}

.pagination li a {
    display: inline-block;
    text-decoration: none;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    -moz-transition: .5s all;
    transition: .5s all;
}

.pagination li a:hover {
    opacity: 0.6;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    -moz-transition: .5s all;
    transition: .5s all;
}

.pagination li a.next,
.pagination li a.prev {
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    color: #222;
    letter-spacing: 1px;
    position: relative;
    font-family: 'Roboto', sans-serif;
}

.pagination li a.next:hover,
.pagination li a.prev:hover {
    color: #101010;
}

.pagination li a.next:focus,
.pagination li a.prev:focus {
    box-shadow: none;
}

.pagination li.disabled {
    opacity: 0.2;
}


/*-- styles --*/

.under-footer {
    position: relative;
    float: left;
    -webkit-transition: -webkit-transform 0.5s;
    -moz-transition: -moz-transform 0.5s;
    transition: transform 0.5s;
    padding-left: 20px;
}

.under-footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 1.6;
}

.under-footer ul li {
    display: inline-block;
    margin: 0;
    line-height: 0;
}

.under-footer ul li a {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    padding: 5px 10px;
    line-height: 1.6;
    text-decoration: none;
    color: #fff;
    letter-spacing: 0.12em;
}


/*-- Footer --*/

footer {
    padding: 40px 0 30px 0;
    text-align: center;
}

footer .copyright {
    float: none;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    display: inline-block;
    color: #fff;
    letter-spacing: 0.05em;
}

footer .copyright a {
    color: #fff;
    text-decoration: none;
}

footer .back-to-top {
    float: right;
    position: relative;
    text-decoration: none;
    height: 40px;
    width: 40px;
    text-indent: -99999px;
    margin-right: 20px;
    white-space: nowrap;
    background: rgba(53, 19, 5, 0.6) url(../img/top-arrow.png) no-repeat center 50%;
    -webkit-transition: opacity 0.2s ease-In-Out;
    transition: opacity 0.2s ease-In-Out;
}

footer .back-to-top:hover {
    background: rgba(255, 255, 255, 0.6) url(../img/top-black.png) no-repeat center 50%;
}


/*-- bg --*/

.brick-bg {
    background: url(../img/wall.jpg) repeat-y fixed;
    background-size: 100% auto;
    border-top: 30px solid #000;
    border-bottom: 30px solid #000;
}

.texture-bg-dark {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #4a4a4a), color-stop(0.45, #000));
/*    background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, rgba(74,74,74,0.5)), color-stop(0.45, rgba(0,0,0,0.5)));*/
    background: -webkit-linear-gradient(top, #000 45%, #4a4a4a 100%);
    background: -moz-linear-gradient(top, #000 45%, #4a4a4a 100%);
    background: -o-linear-gradient(top, #000 45%, #4a4a4a 100%);
    background: -ms-linear-gradient(top, #000 45%, #4a4a4a 100%);
    background: linear-gradient(to bottom, #000 45%, #4a4a4a 100%);
}

.plaster-bg {
    background: url(../img/plaster-1.jpg) no-repeat;
    background-size: cover;
}

.plaster-bg-border {
    background: url(../img/plaster.jpg) no-repeat;
    background-size: cover;
    border: 8px solid #010101;
    padding: 10px;
}

.brown-bg {
    background: rgba(95, 0, 1, 1);
    color: #fff;
    text-align: center;
    overflow: hidden;
}

.black-bg {
    background: #111;
    color: #fff;
    text-align: center;
    overflow: hidden;
}

.green-bg {
    background: #006b34;
    color: #fff;
    text-align: center;
    overflow: hidden;
}

.white-bg {
    background: #ffffff;
    color: #101010;
    text-align: center;
    overflow: hidden;
}

.no-color-bg {
    background: transparent;
    color: #000;
    text-align: center;
    overflow: hidden;
}


/*-- Sliders --*/

.slider {
    padding-bottom: 50px;
    padding-top: 50px;
}

.owl-carousel {
    width: 70%;
    margin: 0 auto;
}

.slider img {
    width: 70%;
    margin: 0 auto;
}

.slider.owl-theme .owl-controls {
    margin: 0;
}

.slider .owl-buttons {
    position: absolute;
    right: 15px;
    bottom: 15px;
}

.slider .owl-controls .owl-buttons .owl-prev,
.slider .owl-controls .owl-buttons .owl-next {
    -webkit-transition: all 0.125s cubic-bezier( 0.3, 0.1, 0.58, 1);
    -moz-transition: all 0.125s cubic-bezier( 0.3, 0.1, 0.58, 1);
    -o-transition: all 0.125s cubic-bezier( 0.3, 0.1, 0.58, 1);
    transition: all 0.125s cubic-bezier( 0.3, 0.1, 0.58, 1);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    padding: 6px 15px;
    margin: 0;
    filter: Alpha(Opacity=100);
    opacity: 1;
    color: #fff;
    background: #351305;
}

.slider .owl-controls .owl-buttons .owl-prev:hover,
.slider .owl-controls .owl-buttons .owl-next:hover {
    background: #f5f5f5;
    color: #351305;
}

.slider .owl-controls .owl-buttons .owl-prev {
    border-right: 1px solid #eee;
    padding-right: 16px;
}

.owl-wrapper-outer {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}

.slides-container .hero-caption {
    padding-right: 250px;
}

.header-tile {
    padding-bottom: 50px;
    padding-top: 50px;
}

.header-tile img {
    width: 70%;
    margin: 0 auto;
}


/*-- Shadows margins padddings --*/

.one-edge-shadow {
    -webkit-box-shadow: 0 8px 6px -6px #fff;
    -moz-box-shadow: 0 8px 6px -6px #fff;
    box-shadow: 0 8px 6px -6px #fff;
}

.padding-top-lg {
    padding-top: 50px;
}

.padding-top-bottom-lg {
    padding-top: 50px;
    padding-bottom: 50px;
}

.padding-top-bottom-sm {
    padding-top: 20px;
    padding-bottom: 20px;
}

.margin-top-sm {
    margin-top: 20px;
}

.margin-bottom-sm {
    margin-bottom: 20px;
}

.margin-bottom-none {
    margin-bottom: 0;
}

/*--追加tsu--*/

#info {
    text-align: center;
    padding: 10px;
}

#info h3 {
    text-align: center;
    margin: 20px 0;
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
    letter-spacing: 0.10em;
}

#info h5 {
    padding-top: 20px;
}

#info p {
    text-align: left;
    white-space: nowrap;
}

#info #info_table {
    display: inline-block;
    width: auto;
    margin: 0 auto;
}

#info #info_table .table_box {
    display: table;
}

#info #info_table .table_box span {
    display: table-cell;
}

#info .table_box span:first-child {
    width: 100px;
}

#link {}

#link ul {
    list-style: none;
}

#link ul li {
    border-bottom: 10px solid #fff;
    background-color: rgba(17, 17, 17, 1);
    transition: all 0.5s;
}

#link ul li:hover {
    background-color: rgba(17, 17, 17, 0.70);
}

#link ul li a {
    display: block;
    padding: 10px 0;
    color: #fff;
    text-decoration: none;
    letter-spacing: 4px;
}

/*-- 2018-01-18 --*/

.bottom-contact h3 {
    font-size: 24px;
    color: #006b34;
    letter-spacing: 0.10em;
}

.bottom-contact h3 a{
    font-size: 24px;
    color: #006b34;
    letter-spacing: 0.10em;
}

.bottom-contact h5 {
    font-size: 16px;
    color: #101010;
    letter-spacing: 0.10em;
}

.bottom-contact .sche_table {
    display: inline-block;
    width: auto;
    margin: 0 auto;
}

.sche_table .table_box {
    display: table;
    /*margin: 0 auto;*/
}

.sche_table .table_box span {
    display: table-cell;
    color: #101010;
    font-size: 14px;
	text-align:left;
}

.sche_table .table_box span:first-child {
    width: 100px;
}

.aside-contact p {
    font-size: 14px;
    letter-spacing: 0.10em;
    line-height: 1.6;
}

.aside-contact p span{
    font-size: 11px;
}
.object-fit-img {
  height:500px;
  object-fit: cover;
  font-family: 'object-fit: cover;'
}
.margin-bottom-sm .about-top div img {
    display: block;
    width: 100%;
    margin: 0 auto;
    height: 169px;
    object-fit: cover;
    overflow: hidden;
    object-position: 50% 50%;
    transition: 1s all;
    border: 4px solid rgba(95, 0, 1, 1);
}

.button-none{color:#fff;font-weight:bold;}
.languages li a{color:#fff;}
.tel_white{color:#fff;}
@media screen and (max-device-width: 1024px) {
.header{padding:35px 20px 0px 20px;}
}
.time_center{display:inline-block;}

.menuu-info .table tbody tr td:nth-child(1){width:70%;}
