/*style_local*/

html,
body {
    background-color: #fff;
    box-shadow: none;
    -webkit-text-size-adjust: 100%;
    font-size: 1em;
}

p,
h1,
h2,
h3,
h4,
h6,
ul,
ol {
    margin-top: 2em;
    margin-bottom: 2em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}

#page,
#main {
    min-height: 100%;
    position: relative;
}

#page {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 120px;
}

html {
    height: 100%;
}

body.home {
    height: 100%;
    overflow: auto;
}

.home #page,
.home #main,
.home .page {
    height: 100%;
}

footer.footer {
    border-top: 1px solid #ccc;
    text-align: center;
    padding: 0.5em;
    position: absolute;
    bottom: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.home #page footer.footer {
    border-top: 1px solid #ccc;
    text-align: center;
    padding: 0.5em;
    position: relative;
    bottom: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
}

.navbar-brand {
    height: 70px;
}

.navbar-fixed-top {
    font-size: 1.2em;
}

.navbar-fixed-top #navbar {
    margin-top: 10px;
}

.navbar-fixed-top .navbar-toggle {
    margin-top: 18px;
}


/* ==================== Header ====================*/

div#infscr-loading {
    clear: both;
    width: 100%;
    text-align: center;
}

#nav-below {
    display: none;
}


/*
.navbar-nav ul
{
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.navbar-nav ul>li
{
  float:left
}
.nav ul>li{
  position: relative;
  display: block;
  font-size: 1.2rem;
}


#nav .navbar-nav li a {
  font-family: 'Hiragino Kaku Gothic Pro', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3' ,  sans-selif;
  text-transform: none;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
  position: relative;
  display: block;
  padding: 22px 15px;
}

#nav .navbar-nav li.current_page_item  a,
#nav .navbar-nav li.current_page_parent a{
  color: #de5749;
}
*/

.navbar-nav li.current a,
.navbar-nav li.current-menu-item a,
.single .navbar-nav li.current_page_parent a,
.navbar-nav li:hover a {
    color: #ea101f;
}


/* ==================== Top Page ====================*/

.home {}

.section_title {
    padding: 2em 0;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    /*  border-top: 1px #333 solid;
    border-bottom: 1px #333 solid;*/
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.home .section_title {
    background: #333;
    color: #fff;
}

#firstpage,
#concept,
#conceptDB,
#hairstyle,
#price,
#location {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    height: auto;
}

#firstpage {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 72px;
}

#firstpage .bgart {
    background-image: url(img/signboard.jpg);
    background-position: 50% 40%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 500px;
    position: relative;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
}

#firstpage .bgart .shadow1,
#firstpage .bgart .shadow2 {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    left: 10px;
    width: 50%;
    top: 80%;
    max-width: 300px;
    background: rgba(0, 0, 0, 0.7);
    box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
    transform: rotate(-3deg);
}

#firstpage .bgart .shadow1 {
    transform: rotate(3deg);
    right: 10px;
    left: auto;
}

#blog_title {
    padding: 2em 0;
    background: #fff;
    color: #333;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    /*  border-top: 1px #333 solid;
    border-bottom: 1px #333 solid;*/
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#firstpage ul {
    text-align: center;
    color: #333;
    padding: 0;
    margin: 0;
    list-style: none;
}

#firstpage ul li {
    padding: 0;
    margin: 0.5em 0;
}

#firstpage ul a {
    color: #333;
    padding: 2px 0.5em;
}

#firstpage ul a:hover {
    background: #eee;
    border-radius: 2%;
    text-decoration: none;
}

#sns_title {
    padding: 2em 0;
    background: #fff;
    color: #333;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    /*  border-top: 1px #333 solid;
    border-bottom: 1px #333 solid;*/
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.top_social_box_group {}

.top_social_box_group .item {}

.top_social_box_group .item a {
    height: 100%;
    text-align: center;
    display: block;
    height: 88px;
    line-height: 88px;
    font-size: 4em;
    background: #fff;
    -moz-transition: -moz-transform 0.5s linear;
    -webkit-transition: -webkit-transform 0.5s linear;
    -o-transition: -o-transform 0.5s linear;
    -ms-transition: -ms-transform 0.5s linear;
    transition: transform 0.5s linear;
}

.top_social_box_group .item a .icon-facebook {
    color: #3e5b97;
}

.top_social_box_group .item a .icon-twitter {
    color: #59adeb;
}

.top_social_box_group .item a .icon-instagram {
    color: #185887;
}

.top_social_box_group .item a:hover {
    text-decoration: none;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

#concept {
    width: 100%;
    text-shadow: 0 1px 1px #fff;
    min-height: 100%;
}

#concept .bgart {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #fffcdd;
    background-image: url(img/concept_bg.jpg);
    background-attachment: fixed;
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    width: 100%;
    z-index: -1;
}

#concept .container .text {
    /* position: absolute!important;*/
    width: 60%;
    margin-left: 40%;
}

#conceptDB {
    text-shadow: 0 1px 1px #fff;
    min-height: 100%;
}

#conceptDB .bgart {
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(img/bg_db.jpg);
    background-attachment: fixed;
    background-position: 10% 100%;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
    z-index: -1;
}

#conceptDB .text {
    /* position: absolute!important;*/
    /*  width:60%; */
    margin-top: 2em;
    padding: 1em;
    height: auto;
    margin-left: 45%;
    background: rgba(255, 255, 255, 0.6);
    z-index: 2;
}

#hairstyle {}

#hairstyle .row {
    margin-top: 2em;
}

#price {
    height: auto;
}

#price h2 {
    text-align: center;
}
#price .table {
    margin: 2em auto;
}

#location {
    min-height: 100%;
}

#location .container {
    margin-top: 2em;
}

#location img {
    -moz-transition: -moz-transform 0.5s linear;
    -webkit-transition: -webkit-transform 0.5s linear;
    -o-transition: -o-transform 0.5s linear;
    -ms-transition: -ms-transform 0.5s linear;
    transition: transform 0.5s linear;
    overflow: hidden;
}

#location .thumbnail {
    overflow: hidden;
}

#location img:hover {
    opacity: 0.6;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}


/* ==================== Blog ====================*/

.blog {}

.single #primary,
.blog #primary,
.archive #primary,
.category #primary {
    padding-top: 72px;
    margin: auto;
    width: 66.66666667%;
}

.single .entry-header,
.blog .entry-header,
.search .entry-header,
.archive .entry-header,
.category .entry-header {
    margin: 0 0 4em;
    text-align: center;
}

.entry-summary {
    clear: both;
}

.single h1.entry-title,
.search h1.entry-title,
.blog h1.entry-title,
.archive h1.entry-title,
.category h1.entry-title {
    padding-bottom: 0.4em;
    /*border-bottom: #333 solid 1px;*/
    font-size: 3em;
    font-weight: normal;
    display: inline-block;
    border-bottom: #999 3px solid;
    margin: 0 0 0.2em;
}

.single h1.entry-title,
.error404 h1.entry-title,
.search-no-results h1.section_title {
    margin-top: 2em;
}

.single .entry-header h2,
.blog .entry-header h2,
.search .entry-header h2 {
    text-align: center;
    font-size: 1em;
    font-weight: normal;
    margin: 0.5em 0 0;
}

.single h1.entry-title a,
.blog h1.entry-title a,
.search h1.entry-title a,
.archive h1.entry-title a,
.category h1.entry-title a {
    color: #333;
    display: inline-block;
    padding: 2px 0.5em;
}

.single h1.entry-title a:hover,
.blog h1.entry-title a:hover,
.search h1.entry-title a:hover,
.archive h1.entry-title a:hover,
.category h1.entry-title a:hover {
    background: #eee;
    border-radius: 2%;
    text-decoration: none;
}

.single .post,
.blog .post,
.category .post {
    margin: 200px auto;
}

.single .post:first-child,
.blog .post:first-child,
.category .post:first-child {
    margin: 0 auto 100px;
}

.archive-title {
    text-align: center;
}


/* social  */

.socialbuttons {
    text-align: center;
    /*  width: 264px;*/
    margin: 60px auto;
    display: table;
    width: 100%;
}

.socialbuttons:after {
    clear: both;
    content: '';
    display: block;
    width: 0;
    height: 0;
}

.socialbuttons a {
    display: table-cell;
    /*width: 66px;*/
    height: 44px;
    color: #fff;
    letter-spacing: 0px;
    font-size: 0px;
    /*float: left;*/
}

.socialbuttons h3 {
    display: inline-block;
    font-size: 2em;
    color: #ccc;
    padding: 0 0.5em;
    /*float: left;*/
}

.socialbuttons i {
    font-size: 30px;
    color: #fff;
    line-height: 66px;
}

.socialbuttons a.facebook {
    background: #3e5b97;
}

.socialbuttons a.twitter {
    background: #59adeb;
}

.socialbuttons a.googleplus {
    background: #d9453d;
}

.socialbuttons a.line {
    background: #8de559;
}

.socialbuttons a.hatena {
    background: #557de5;
}


/* Images */

.alignleft {
    float: left;
    margin: 0 1em 1em 0;
}

.alignright {
    float: right;
    margin: 0 0 1em 1em;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.entry-content img,
.comment-content img,
.widget img,
img.header-image,
.author-avatar img,
img.wp-post-image {
    /* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
    border-radius: 3px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    max-width: 100%;
    height: auto;
}

.wp-caption {
    max-width: 100%;
    /* Keep wide captions from overflowing their container. */
    padding: 4px;
}

.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
    font-style: italic;
    font-size: 12px;
    font-size: 0.857142857rem;
    line-height: 2;
    color: #757575;
}

img.wp-smiley,
.rsswidget img {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

.entry-content dl.gallery-item {
    margin: 0;
}

.gallery-item a,
.gallery-caption {
    width: 90%;
}

.gallery-item a {
    display: block;
}

.gallery-caption a {
    display: inline;
}

.gallery-columns-1 .gallery-item a {
    max-width: 100%;
    width: auto;
}

.gallery .gallery-icon img {
    height: auto;
    max-width: 90%;
    padding: 5%;
}

.gallery-columns-1 .gallery-icon img {
    padding: 3%;
}

.socialbuttons a.display_none,
.display_none {
    display: none;
}


a.thumbnail{
    display: block;
    padding: 4px;
    width: 100%;
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
    height: 0;
    padding-top: 75%;
    position: relative;
    overflow: hidden;
}
a.thumbnail:after{
    display: block;
    content: '';
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    border: 4px #fff solid;
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
}
a.thumbnail>img{
    display: block;
    max-width: 100%;
    height: auto;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}




@media (max-width:768px) {
    /* TOP  */
    #concept,
    #conceptDB,
    #hairstyle,
    #price,
    #location {
        background-attachment: scroll;
        height: auto;
    }
    #firstpage {
        background-size: contain;
        background-attachment: scroll;
    }
    #firstpage .bgart {
        background-image: url(img/signboard.jpg);
        background-position: 50% 0%;
        background-size: contain;
        height: 300px;
        box-shadow: none;
    }
    #concept {
        background-size: contain;
    }
    #concept .bgart {
        position: absolute;
        bottom: 0;
        left: 0;
        background-color: #fffcdd;
        background-image: url(img/concept_bg.jpg);
        background-attachment: scroll;
        background-position: 0 100%;
        background-repeat: no-repeat;
        background-size: contain;
    }
    #concept .container {
        background: rgba(255, 255, 255, 0.6);
    }
    #concept .container .text {
        /* position: absolute!important;*/
        width: auto;
        margin-left: 0;
    }
    #conceptDB .bgart {
        position: absolute;
        top: 0;
        left: 0;
        background-image: url(img/bg_db.jpg);
        background-attachment: scroll;
        background-position: 10% 100%;
        background-repeat: no-repeat;
        background-size: contain;
        width: 100%;
        height: 100%;
        z-index: -1;
    }
    #conceptDB .text {
        /* position: absolute!important;*/
        width: auto;
        margin-left: 0;
        margin-top: 200px;
    }
    #topimages .row {
        position: absolute!important;
        top: 50%!important;
        -webkit-transform: translate(0%, -50%);
        transform: translate(0%, -50%)!important;
        width: 100%;
        background-color: rgba(255, 255, 255, 0.6)!important;
        margin-top: 0em!important;
        padding: 1em!important;
        height: auto!important;
    }
    /* BLOG  */
    .blog #primary {
        margin: auto;
        width: 90%;
    }


}