/*
Theme Name: column
Theme URI: https://innerbeautysalon.jp/
Description: コラムページ
Version: 2.0
Author: N.ookawa
Author URI: https://s-knowledge.co.jp/
*/

@charset "utf-8";

* {
    margin: 0;
    padding: 0;
    list-style: none;
    outline: none;
    border: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: 100;
}

html {
    font-size: 62.5%;
}

body {
    width: 100%;
    background-color: #000;
    -webkit-text-size-adjust: 100%;
    /*  -webkit-tap-highlight-color: rgba(255,255,204,0.3);*/
    -moz-text-size-adjust: none;
}

img,
object,
video {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

ul {
    list-style-type: none;
}

::selection {
    background: #000;
    color: #fff;
}

::-moz-selection {
    background: #000;
    color: #fff;
}

h1::selection {
    color: #fff;
}

h1::-moz-selection {
    color: #fff;
}

h4::selection {
    color: #fff;
}

h4::-moz-selection {
    color: #fff;
}

a,
a:hover {
    text-decoration: none;
}

a:hover {
    opacity: 1.0;
}

p,
li,
th,
td,
h1,
h2,
h3,
h4,
h5,
dt,
dd {
    max-height: 999999px;
}

h1 {
    font-size: 18px;
    font-size: 1.8rem;
    color: #99927A;
}

h2 {
    font-size: 18px;
    font-size: 1.8rem;
    color: #99927A;
}

h3 {
    font-size: 18px;
    font-size: 1.8rem;
    color: #99927A;
}

h4 {
    font-size: 16px;
    font-size: 1.6rem;
    color: #99927A;
    text-align: left;
}

small {
    font-size: 13px;
    font-size: 1.3rem;
    color: #99927A;
}

p {
    font-size: 13px;
    font-size: 1.3rem;
    color: #333;
    /*line-height: 2.0em*/
    line-height: 1.7em;
    text-align: left;
}

dt {
    font-size: 14px;
    font-size: 1.4rem;
    color: #333;
}

dd {
    font-size: 13px;
    font-size: 1.3rem;
    color: #333;
    line-height: 2.0em;
    text-align: left;
}

th {
    font-size: 13px;
    font-size: 1.3rem;
    color: #333;
    line-height: 2.0em;
}

td {
    font-size: 13px;
    font-size: 1.3rem;
    color: #333;
    line-height: 2.0em;
}

li {
    font-size: 14px;
    font-size: 1.4rem;
    color: #333;
}

figcaption {
    font-size: 13px;
    font-size: 1.3rem;
    color: #333;
}

strong {
    font-weight: 100;
}

.mincho {
    font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
    font-weight: 100;
}

.gilda {
    font-family: 'Gilda Display';
}

.about h2,
.faq h2,
.solution li,
.leading h3 {
    width: 100%;
    color: #000;
    padding: 0.5em 0 0.4em 0;
    border-style: double;
    border-color: #333333;
    background-color: #fff4cc;
}

.clearfix {
    min-height: 1px;
}

* html .clearfix {
    height: 1px;
    height: auto;
    overflow: hidden;
}

.clearfix:after {
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    content: "";
}

.nowrap {
    white-space: nowrap;
}

.tc {
    text-align: center;
}

.din {
    display: inline-block;
}

@media only screen and (min-width:651px) {
    h1 {
        font-size: 26px;
        font-size: 2.6rem;
    }

    h2 {
        font-size: 24px;
        font-size: 2.4rem;
    }

    h3 {
        font-size: 22px;
        font-size: 2.2rem;
    }

    h4 {
        font-size: 20px;
        font-size: 2.0rem;
    }

    small {
        font-size: 12px;
        font-size: 1.2rem;
    }

    p {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 2.2em;
    }

    dt {
        font-size: 18px;
        font-size: 1.8rem;
    }

    dd {
        font-size: 14px;
        font-size: 1.4rem;
    }

    th {
        font-size: 14px;
        font-size: 1.4rem;
    }

    td {
        font-size: 14px;
        font-size: 1.4rem;
    }

    li {
        font-size: 14px !important;
        font-size: 1.4rem !important;
    }

    a:hover,
    img a:hover,
    .hvr img:hover,
    .cp-bnr:hover {
        color: #888;
        opacity: 0.7;
        filter: alpha(opacity=70);
        filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -o-transition: 0.5s;
        -ms-transition: 0.5s;
        transition: 0.5s;
    }
}

img:hover {
    text-decoration: underline;
}

/* 共通フレーム
   ========================================================================== */
.sm-1-div,
.sm-2-div,
.sm-3-div,
.sm-4-div {
    display: block;
    float: left;
    overflow: hidden;
}

.sm-1-div {
    width: 100%;
}

.sm-2-div {
    width: 50%;
}

.sm-3-div {
    width: 33.33333333%;
}

.sm-4-div {
    width: 25%;
}

.row:after {
    display: table;
    content: "";
    clear: both;
}

.container-img,
.sub-contents {
    padding-top: 50px;
    margin: 0 auto;
}

.container,
.container-top {
    margin: 0 auto;
    padding: 2.0em 2.0em;
}

.container-media {
    margin: 0 auto;
    padding: 1.5em 2.0em 2.0em;
}

.inner h1 {
    margin: 0;
    line-height: 1.5em;
}

.inner p {
    margin-top: 1.5em;
}

.img {
    margin-top: 1.5em
}

.container-img2 {
    border: solid 1px #777;
    margin: 4.0em 0 4.0em;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media only screen and (min-width:651px) {

    .bg-1-div,
    .bg-2-div,
    .bg-3-div,
    .bg-4-div {
        padding: 0 0.5em 1.0em;
    }

    .bg-1-div {
        margin: 0 auto;
        float: none;
        width: 59%;
    }

    .bg-2-div {
        width: 50%;
    }

    .bg-3-div {
        width: 33.33333333%;
    }

    .bg-4-div {
        width: 25%;
    }

    .bg-5-div {
        width: 66%;
    }

    .container,
    .container-top {
        padding: 6em 0;
    }

    .container-media {
        padding: 3em 0 5em;
    }

    .inner {
        padding: 0 6em;
    }

    .container-img {
        padding-top: 80px;
    }
}

@media only screen and (min-width:1030px) {
    .container-top {
        width: 824px;
    }

    .container,
    .container-img,
    .container-media,
    .sub-contents {
        margin: 0 auto;
        width: 1030px;
    }

    .container-img2 {
        margin: 8.0em 0;
    }
}

/* 共通要素
   ========================================================================== */
.title-decoration01 {
    padding: 0 3em 0.5em;
}

.title-decoration02 {
    padding: 0.5em 0 0;
}

.hvr-fade {
    color: #333;
    border: solid 1px #333;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    overflow: hidden;
    -webkit-transition-duration: 1.0s;
    -moz-transition-duration: 1.0s;
    -ms-transition-duration: 1.0s;
    -o-transition-duration: 1.0s;
    transition-duration: 1.0s;
    -webkit-transition-property: color, background-color;
    -moz-transition-property: color, background-color;
    -ms-transition-property: color, background-color;
    -o-transition-property: color, background-color;
    transition-property: color, background-color;
}

.hvr-fade:hover {
    color: #ddd;
}

.hvr-fade:hover,
.hvr-fade:focus,
.hvr-fade:active {
    background-color: #ddd;
}

.btn-a,
.btn-b {
    background: url(https://innerbeautysalon.jp/common/img/yokojima_b.png);
    width: 100%;
}

.btn-a .hvr-fade,
.btn-b .hvr-fade {
    display: block;
    padding: 1.0em 1.0em;
    text-align: center;
}

.btn-editor .btn-a,
.btn-editor .btn-b {
    width: 45%;
}

.btn-editor .btn-a {
    float: left;
}

.btn-editor .btn-b {
    float: right;
}

.youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

.youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}

table.brwsr2 {
    width: 100%;
    table-layout: fixed;
    border: none;
    margin-top: 1.5em;
    border-top: solid 1px #777;
    border-bottom: solid 1px #777;
    border-collapse: separate;
}

table.brwsr2 th {
    background-color: rgba(255, 255, 255, 0.1);
    vertical-align: middle;
    letter-spacing: 1px;
    width: 30%;
    border-right: solid 1px #777;
    border-left: solid 1px #777;
    margin: 0;
    text-align: center;
}

table.brwsr2 td.data {
    padding: 1.0em;
    margin: 0;
    height: 5.0em;
    width: 70%;
    border-right: solid 1px #777;
    line-height: 1.5em;
    vertical-align: middle;
    overflow: hidden;
}

table.brwsr2 td:first-child {
    padding: 0 0 0 10px;
    vertical-align: middle;
}

table.brwsr2 td.bar {
    height: 1px;
    width: 100%;
    border-top: solid 1px #777;
}

table.brwsr3 {
    width: 100%;
    table-layout: fixed;
    border: none;
    margin-top: 1.5em;
    border-top: solid 1px #777;
    border-bottom: solid 1px #777;
    border-collapse: separate;
}

table.brwsr3 th {
    background-color: rgba(255, 255, 255, 0.1);
    vertical-align: middle;
    letter-spacing: 1px;
    width: 13.57%;
    border-right: solid 1px #777;
    margin: 0;
    text-align: center;
}

table.brwsr3 th:first-child {
    border-left: solid 1px #777;
    width: 5%;
}

table.brwsr3 td {
    text-shadow: 1px 1px 0px #000;
    margin: 0;
    height: 4.0em;
    width: 13.57%;
    border-right: solid 1px #777;
    line-height: 1.5em;
    vertical-align: middle;
    overflow: hidden;
}

table.brwsr3 td:first-child {
    padding: 0 0 0 10px;
    vertical-align: middle;
}

table.brwsr3 td.hzgp1 {
    background: url(https://innerbeautysalon.jp/common/img/ftg_program04.png) no-repeat center center;
    background-size: 100%;
}

table.brwsr3 td.fpmcarry {
    background: url(https://innerbeautysalon.jp/common/img/ftg_fpmcarry.png) no-repeat center center;
    background-size: 100%;
}

table.brwsr3 td.fpmcream {
    background: url(https://innerbeautysalon.jp/common/img/ftg_fpmcream.png) no-repeat center center;
    background-size: 100%;
}

table.brwsr3 td.fpmgayu {
    background: url(https://innerbeautysalon.jp/common/img/ftg_fpmgayu.png) no-repeat center center;
    background-size: 100%;
}

table.brwsr3 td.fpmgenmai {
    background: url(https://innerbeautysalon.jp/common/img/ftg_fpmgenmai.png) no-repeat center center;
    background-size: 100%;
}

table.brwsr3 td.fpmgreen {
    background: url(https://innerbeautysalon.jp/common/img/ftg_fpmgreen.png) no-repeat center center;
    background-size: 100%;
}

table.brwsr3 td.fpmtomato {
    background: url(https://innerbeautysalon.jp/common/img/ftg_fpmtomato.png) no-repeat center center;
    background-size: 100%;
}

table.brwsr3 td.hzgp1,
table.brwsr3 td.fpmcarry,
table.brwsr3 td.fpmcream,
table.brwsr3 td.fpmgayu,
table.brwsr3 td.fpmgenmai,
table.brwsr3 td.fpmgreen,
table.brwsr3 td.fpmtomato {
    vertical-align: bottom;
    padding-top: 7.0em;
}

table.brwsr3 td.fpw2l {
    vertical-align: bottom;
    padding-top: 8.0em;
    background: url(https://innerbeautysalon.jp/common/img/ftg_fpw2l.png) no-repeat center center;
    background-size: 100%;
}

table.brwsr3 td.bar {
    height: 1px;
    width: 100%;
    border-top: solid 1px #777;
}

table .sns-list li {
    margin: 0 1.0em;
    display: inline-block;
}

table .sns-list li a {
    border-bottom: none;
}

.subtitle_section {
    padding-left: 1.0em;
    border-left: 3px solid #ffcc00;
}

.title_section {
    padding-bottom: 1.0em;
    border-bottom: 2px solid #ffcc00;
}

.subtitle h3:before,
.taidan-box h4:before {
    color: #ffcc00;
    content: "■ ";
}

.footer_banner_sp,
.slider-sp {
    z-index: 999;
    display: block;
}

.footer_banner_pc,
.slider-pc {
    z-index: -999;
    display: none;
}

.footer_banner_sp img,
.slider-sp img,
.footer_banner_pc img,
.slider-pc img {
    border: solid 1px #555;
}

.header-contact {
    position: absolute;
    right: 0;
    top: 0;
    color: #000;
    width: 50px;
    height: 50px;
    background-color: #FFF;
}

.header-contact span {
    text-align: center;
    line-height: 1.0em;
    display: block;
    font-size: 7px;
    font-size: 0.7rem;
    font-weight: bold;
}

#header-contact-icon {
    width: 100%;
    padding: 10px 15px 0;
}

@media only screen and (min-width:651px) {
    .title-decoration01 {
        padding: 0 3em 1.0em;
    }

    .title-decoration02 {
        padding: 1.0em 0 0;
    }

    .btn-a {
        margin: 0 auto;
        width: 50%;
    }

    .btn-b {
        width: 100%;
    }

    table.brwsr3 td.hzgp1,
    table.brwsr3 td.fpmcarry,
    table.brwsr3 td.fpmcream,
    table.brwsr3 td.fpmgayu,
    table.brwsr3 td.fpmgenmai,
    table.brwsr3 td.fpmgreen,
    table.brwsr3 td.fpmtomato {
        padding-top: 12.0em;
    }

    table.brwsr3 td.fpw2l {
        vertical-align: bottom;
        padding-top: 17.0em;
    }

    .footer_banner_sp,
    .slider-sp {
        z-index: -999;
        display: none;
    }

    .footer_banner_pc,
    .slider-pc {
        z-index: 999;
        display: block;
    }

    .header-contact {
        position: absolute;
        right: 10px;
        width: 80px;
        height: 80px;
    }

    .header-contact span {
        line-height: 2em;
    }

    #header-contact-icon {
        width: 100%;
        padding: 10px 15px 0;
    }
}

@media only screen and (min-width:1500px) {
    .header-contact a {
        margin: 0.5em 0 0 0.5em;
        font-size: 17px;
        font-size: 1.7rem;
        padding: 0.4em 2.0em;
    }

}

/* MENU
   ========================================================================== */
.wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    background: #fff;
    -ms-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    z-index: 2;
}

.side-open .wrapper,
.side-open .overlay {
    -ms-transform: translate3d(-640px, 0, 0);
    -webkit-transform: translate3d(-640px, 0, 0);
    transform: translate3d(-640px, 0, 0);
}

.overlay {
    content: '';
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    -ms-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    z-index: 3;
}

.side-open .overlay {
    visibility: visible;
    cursor: pointer;
    background: rgba(0, 0, 0, .8);
}

.overlay::after {
    content: "";
    visibility: hidden;
    position: fixed;
    top: 40%;
    left: 0;
    display: block;
    width: 100%;
    height: 50px;
    color: rgba(255, 255, 255, 0);
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    -ms-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.side-open .overlay::after {
    visibility: visible;
    color: rgba(255, 255, 255, .8);
}

.side-open .head-bar {
    z-index: 0;
    position: absolute;
}

.side-menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    padding-top: 50px;
    text-align: left;
    border-left: none;
    background-color: rgba(0, 0, 0, 0.8);
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#88000000, EndColorStr=#88000000);
    -ms-filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#88000000, EndColorStr=#88000000);
    z-index: 1;
}

.side-menu a {
    opacity: 1.0;
    filter: alpha(opacity=100);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}

.side-menu__ul__head {
    position: absolute;
    top: 0;
}

.side-menu__ul {
    width: 100%;
    height: 100%;
    display: block;
    overflow: auto;
}

.side-menu__ul li {
    font-size: 13px;
    font-size: 1.3rem;
    margin: 0 1.0em;
    border-top: solid 1px #777;
}

.side-menu__ul li:first-child {
    border-top: none;
}

.side-menu__ul li:last-child {
    border-bottom: solid 1px #777;
}

.side-menu__ul--child {
    display: none;
}

.active .side-menu__ul--child {
    display: block;
}

.active .side-menu__ul--child li {
    border: none;
}

.side-menu__ul--child li:last-child {
    border-bottom: none
}

.side-menu__ul--child li a {
    display: block;
    padding: 1.2em 0 1.2em 2.0em;
    font-size: 90%;
    color: #c0c0c0;
}

.side-menu__ul > li > a,
.side-menu__ul .side-menu__li__tg {
    display: block;
    padding: 1.2em 0 1.2em 1.0em;
    color: #FFF;
    cursor: pointer;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
}

.side-menu__ul > li > .side-menu__li__tg:after {
    color: #ffcc00;
    padding-left: 1.0em;
    content: '╋';
}

.side-menu__ul > li:hover > .side-menu__li__tg:after {
    color: #000;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
}

.side-menu__ul > li.active .side-menu__li__tg:after {
    content: '━';
}

.side-menu__ul > li > .side-menu__li__tg:hover,
.side-menu__ul > li a:hover {
    background: #FFF;
    color: #000;
}

.side-menu__ul .navi-bnr {
    text-align: center;
}

.side-menu__ul .navi-bnr li {
    padding: 0 1.0em;
    border: none;
    margin-top: 1.5em;
}

.side-menu__ul .navi-bnr li:last-child {
    margin-bottom: 1.5em;
}

.side-menu__ul .navi-bnr img {
    border: solid 1px #777;
}

.navi-sns li {
    margin: 1.0em 0 2.0em 1.0em;
    display: inline-block;
}

.side-menu-btn {
    position: fixed;
    top: 0;
    right: 50px;
    cursor: pointer;
    z-index: 4;
}

.DSbtn {
    position: absolute;
    top: 1px;
    right: -50px;
    width: 50px;
    height: 35px;
    cursor: pointer;
}

.DSbtn .hambarg:nth-child(1) {
    height: 1px;
    width: 30px;
    color: #FFF;
}

.DSbtn .hambarg:nth-child(2) {
    height: 1px;
    width: 30px;
}

.DSbtn .hambarg:nth-child(3) {
    height: 1px;
    width: 30px;
}

.DSbtn .hambarg:nth-child(1) {
    position: absolute;
    top: 30%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 1px;
    width: 18px;
    background: #FFF;
    -webkit-transition: ease .5s;
    -moz-transition: ease .5s;
    -ms-transition: ease .5s;
    -o-transition: ease .5s;
    transition: ease .5s;
}

.DSbtn .hambarg:nth-child(2) {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 1px;
    width: 18px;
    background: #FFF;
    -webkit-transition: ease .5s;
    -moz-transition: ease .5s;
    -ms-transition: ease .5s;
    -o-transition: ease .5s;
    transition: ease .5s;
}

.DSbtn .hambarg:nth-child(3) {
    position: absolute;
    top: 70%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 1px;
    width: 18px;
    background: #FFF;
    -webkit-transition: ease .5s;
    -moz-transition: ease .5s;
    -ms-transition: ease .5s;
    -o-transition: ease .5s;
    transition: ease .5s;
}

.side-open .DSbtn .hambarg:nth-child(1) {
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -moz-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    -o-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}

.side-open .DSbtn .hambarg:nth-child(2) {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}

.side-open .DSbtn .hambarg:nth-child(3) {
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -moz-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    -o-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}

.DSbtn .hbg-menu {
    display: block;
    position: absolute;
    top: 32px;
    right: 6px;
    color: #FFF;
    letter-spacing: 1px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

@media only screen and (min-width:651px) {
    .DSbtn {
        position: absolute;
        top: 0;
        right: -50px;
        width: 50px;
        height: 50px;
        cursor: pointer;
    }

    .DSbtn:hover {
        position: absolute;
        top: 0;
        right: -50px;
        width: 50px;
        height: 50px;
    }

    .DSbtn .hambarg:nth-child(1) {
        height: 1px;
        width: 30px;
    }

    .DSbtn .hambarg:nth-child(2) {
        height: 1px;
        width: 30px;
    }

    .DSbtn .hambarg:nth-child(3) {
        height: 1px;
        width: 30px;
    }

    .DSbtn .hambarg:nth-child(1) {
        position: absolute;
        top: 30%;
        left: 50%;
        height: 1px;
        width: 28px;
    }

    .DSbtn .hambarg:nth-child(2) {
        position: absolute;
        top: 50%;
        left: 50%;
        height: 1px;
        width: 28px;
    }

    .DSbtn .hambarg:nth-child(3) {
        position: absolute;
        top: 70%;
        left: 50%;
        height: 1px;
        width: 28px;
    }

    .side-open .DSbtn .hambarg:nth-child(1) {
        top: 50%;
    }

    .side-open .DSbtn .hambarg:nth-child(2) {
        top: 50%;
    }

    .side-open .DSbtn .hambarg:nth-child(3) {
        top: 50%;
    }

    .DSbtn .hbg-menu {
        position: absolute;
        top: 44px;
        right: 2px;
        font-size: 13px;
        letter-spacing: 1px;
    }

    .navi-sns li {
        margin: 2.3em 0 2.0em 1.0em;
        display: inline-block;
    }

    .side-menu {
        width: 400px;
        padding-top: 80px;
        border-left: solid 1px #777;
    }

    .side-menu-btn {
        position: fixed;
        top: 0;
        right: 70px;
    }

    .DSbtn {
        position: absolute;
        top: 6px;
        right: -54px;
    }

    .DSbtn:hover {
        position: absolute;
        top: 6px;
        right: -54px;
        width: 50px;
        height: 50px;
    }

    .side-open .wrapper,
    .side-open .overlay {
        -ms-transform: translate3d(-400px, 0, 0);
        -webkit-transform: translate3d(-400px, 0, 0);
        transform: translate3d(-400px, 0, 0);
    }

    .side-open .pattern {
        display: none;
    }

    .side-menu__ul li {
        margin: 0;
        font-size: 12px;
        font-size: 1.2rem;
        border-top: none;
    }

    .side-menu__ul li:last-child {
        border-bottom: none;
    }

    .side-menu__ul--child li a {
        padding: 1.0em 0 1.0em 2.0em;
        display: block;
    }

    .side-menu__ul > li > a,
    .side-menu__ul .side-menu__li__tg {
        padding: 1.4em 0 1.4em 1.0em;
    }
}

@media only screen and (min-width:1500px) {
    .side-menu__ul__head {
        height: 80px;
    }

    .side-menu__ul {
        border-top: none;
    }
}

/* HEADER
   ========================================================================== */
.head-bar {
    background: rgba(0, 0, 0, 0.8);
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#67000000, EndColorStr=#67000000);
    -ms-filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#67000000, EndColorStr=#67000000);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    /* height: 50px; */
    overflow: hidden;
    z-index: 1000;
}

.head-bar .logo {
    display: block;
    margin: 0 auto;
    width: 135px;
    padding: 12px 0;
}

.head-bar .logo a {
    border-bottom: none;
    display: block;
}

.flexslider-inner {
    background-color: rgba(0, 0, 0, 0.3);
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#33000000, EndColorStr=#33000000);
    -ms-filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#33000000, EndColorStr=#33000000);
    padding: 1.0em 0;
    width: 100%;
    z-index: 10;
}

.flexslider-inner p,
.flexslider-inner span {
    font-size: 13px;
    font-size: 1.3rem;
    display: block;
    margin: 0 auto;
    font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    color: #FFF;
    text-shadow: 2px 2px 2px #000;
    text-align: center;
}

.flex-direction-nav li a {
    border-bottom: none;
}

.access .flex-direction-nav a {
    margin: -25px 10px;
}

.access .flexslider p {
    padding: 0;
    text-align: center;
}

@media only screen and (min-width:651px) {
    .head-bar {
        height: auto;
    }

    .head-bar .logo {
        padding: 20px 0;
        width: 236px;
    }

    .flexslider-wrap {
        position: relative;
    }

    .flexslider-inner p,
    .flexslider-inner span {
        margin: 0 auto;
        text-shadow: 2px 2px 2px #000;
        text-align: center;
    }

    .flexslider-inner p {
        padding: 0;
        font-size: 14px;
        font-size: 1.4rem;
    }

    .flexslider-inner span {
        font-size: 12px;
        font-size: 1.2rem;
    }

    .hvr-none:hover {
        filter: alpha(opacity=100);
        opacity: 1.0;
    }
}

@media only screen and (min-width:1500px) {
    .head-bar {
        /*width: 75%;*/
    }
}

/* FOOTER
   ========================================================================== */
.footer {
    border-top: solid 1px #777;
}

.footer .container {
    padding: 0;
}

.footer ul {
    font-size: 14px;
    font-size: 1.4rem;
}

.footer ul:after {
    content: "";
    clear: both;
    display: block;
}

.footer ul li {
    text-align: left !important;
    font-size: 12px;
    font-size: 1.2rem !important;
}

.footer ul li a {
    display: block;
    border-bottom: solid #777 1px;
    padding: 1.2em 1.0em;
    color: #333;
}

.footer .footer-in2 li {
    display: none;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.5em
}

.footer .footer-in2 li a {
    color: #333;
}

.copyright {
    text-align: center;
}

.copyright .other ul li {
    font-size: 13px;
    font-size: 1.3rem;
    padding: 0 0.5em;
    display: inline;
}

.copyright .other ul li a {
    color: #333;
    line-height: 3.5em;
}

.copyright .other ul li span {
    vertical-align: -0.2em;
}

.copyright p {
    font-size: 8px;
    font-size: 0.8rem;
    padding: 0 1.0em 1.5em;
    line-height: 1.5em;
    text-align: center;
}

@media only screen and (min-width:651px) {
    .footer .container {
        padding: 2.5em 0;
    }

    .footer ul li {
        font-size: 10px;
        font-size: 1.0rem;
        float: left;
        width: 16.6666%;
    }

    .footer ul li a {
        padding: 0.3em 1.0em;
        display: block;
        border-bottom: none;
    }

    .footer .footer-nav1 li:first-child {
        width: 10%;
    }

    .footer .footer-nav1 li:last-child {
        width: 22%;
    }

    .footer .footer-nav1 li:first-child {
        width: 10%;
    }

    .footer .footer-nav2,
    .footer .footer-nav3 {
        margin-top: 2.0em;
    }

    .footer .footer-nav2 li:first-child {
        width: 25%;
    }

    .footer .footer-in2 li {
        display: block;
        font-size: 40%;
        /*padding: 0;*/
        margin: 0;
        text-indent: -1em;
        width: 100% !important;
    }

    .footer .footer-in2 li:first-child {
        margin-top: 0.5em;
    }

    .copyright {
        border-top: solid 1px #777;
        margin-bottom: 0;
    }
}

@media only screen and (min-width:768px) {
    .footer ul li {
        font-size: 12px;
        font-size: 1.2rem;
    }

    .footer .footer-in2 li {
        font-size: 70%;
    }
}

/* TOP
   ========================================================================== */
.top-campagin {
    background: rgba(255, 255, 255, 0.6);
}

.welcome {
    text-align: center;
}

.welcome-top {
    font-size: 24px;
    font-size: 2.4rem;
}

.topnews-box li {
    margin-bottom: 1.0em;
}

.topnews-box-topic,
.topnews-box-topic-a {
    padding: 1.0em;
    border: solid 1px #777;
    background: rgba(0, 0, 0, 0.5);
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#55000000, EndColorStr=#55000000);
    -ms-filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#55000000, EndColorStr=#55000000);
}

.topnews-box-left {
    margin-right: 0.4em;
}

.topnews-box-right {
    margin-left: 0.4em;
}

.video-2 {
    padding: 2.0em;
    margin: 2.0em 0;
    border: double #777;
    background: rgba(0, 0, 0, 0.5);
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#55000000, EndColorStr=#55000000);
    -ms-filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#55000000, EndColorStr=#55000000);
}

.video {
    display: none;
}

.video-wrap .box-wrap .video-box {
    text-shadow: 1px 1px 3px #000;
    display: block;
}

.video-wrap .box-wrap .video-box-sp-a {
    background: url(https://innerbeautysalon.jp/common/img/top_sp_counseling.jpg) no-repeat center center;
    background-size: 100%;
}

.video-wrap .box-wrap .video-box-sp-b {
    background: url(https://innerbeautysalon.jp/common/img/top_sp_fasting.jpg) no-repeat center center;
    background-size: 100%;
}

.video-wrap .box-wrap .video-box-sp-c {
    background: url(https://innerbeautysalon.jp/common/img/top_sp_products.jpg) no-repeat center center;
    background-size: 100%;
}

.video-wrap .box-wrap .video-box-sp-d {
    background: url(https://innerbeautysalon.jp/common/img/top_sp_drink.jpg) no-repeat center center;
    background-size: 100%;
}

.video-wrap .box-wrap .mb a:hover,
.video-wrap .box-wrap .vt a:hover {
    filter: alpha(opacity=100);
    opacity: 1.0;
    background-color: #FFF;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

.video-wrap .box-wrap .mb,
.video-wrap .box-wrap .vt {
    width: 100%;
    background: rgba(0, 0, 0, 0.1);
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#55000000, EndColorStr=#55000000);
    -ms-filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#55000000, EndColorStr=#55000000);
}

.video-wrap .box-wrap .mb p,
.video-wrap .box-wrap .vt p {
    line-height: 2.0em;
    padding: 1.5em 0;
}

.video-wrap .box-wrap .mb p:first-child,
.video-wrap .box-wrap .vt p:first-child {
    color: #FFF;
}

.video-wrap .box-wrap .video-box p {
    text-align: center !important;
    font-size: 10px;
    font-size: 1.0rem;
    padding-bottom: 1.5em;
}

.video-wrap .box-wrap .video-box .video-box-thum {
    padding: 0 0 1.5em;
}

.video-wrap .box-wrap .video-box .sem-p {
    font-family: 'Gilda Display';
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1.2em;
}

.video-wrap .box-wrap .video-box .sem-p2 {
    font-family: 'Gilda Display';
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.0em;
}

.video-wrap .box-wrap .video-box .sem-s {
    font-size: 100%;
}

.pattern {
    display: none;
}

.newsarea-sub li {
    border-bottom: dotted 1px #666;
}

.newsarea .newsarea-sub li:first-child {
    border-top: dotted 1px #666;
}

.newsarea,
.newsarea-sub h3 {
    margin: 1.5em 0 0;
}

.newsarea .topnews-left {
    width: 30%;
    float: left;
}

.newsarea .topnews-left img {
    padding: 0.5em 0 0.5em;
}

.newsarea .topnews-right {
    padding-left: 1.0em;
    width: 70%;
    float: right;
}

.topnews-box img:hover,
.topnews img:hover,
.fasting-colm td:hover,
.oneline td:hover {
    opacity: 0.6;
    filter: alpha(opacity=70);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

.newsarea .hd-p {
    display: none;
}

.newsarea .sns-btn {
    height: 20px;
    margin-top: 0.5em
}

.fb-like,
.twitter-share-button,
.line-btn {
    height: 20px;
    border: none;
    margin: 0 5px 5px 0;
    float: left;
}

.line-btn span {
    display: block;
}

.fb_iframe_widget > span {
    vertical-align: baseline !important;
}

.newsarea h3 {
    line-height: 1.8em;
}

.newsarea dt,
.top-review p {
    color: #FFF;
    text-align: left;
    font-size: 13px;
    font-size: 1.3rem;
}

.newsarea dd {
    margin-bottom: 1.0em;
}

.newsarea time,
.author {
    display: block;
    float: left;
    color: #333;
}

.author {
    margin-left: 1.0em;
}

.media-category {
    margin-bottom: 1.5em;
}

.media-category span {
    font-family: 'Gilda Display';
    color: black;
    font-size: 70%;
    margin-left: 1.0em;
    vertical-align: top;
    padding: 0.2em 1.5em;
}

.media-category li,
.post .inner {
    color: #777;
    border-bottom: dotted 1.5px #777;
}

.news-contents .post .topic-deli {
    border-bottom: none;
}

.media-category p:last-child,
.taidan p,
.taidan li {
    margin: 0 1.0em 1.5em 0;
}

.media-category-mg span {
    background-color: #ffc83d;
    color: #000;
}

.media-category-web span {
    background-color: #3de7ff;
    color: #000;
}

.media-category-tv span {
    background-color: #57ff3d;
    color: #000;
}

.newsarea time,
.newsarea .author {
    font-size: 70%;
}

.news-contents time,
.news-contents .author {
    font-size: 90%;
}

.news-text {
    margin-top: 0 !important;
    margin-bottom: 1.0em;
    float: left;
    width: 78%;
}

.news-text time {
    display: block;
}

.news-img {
    padding-bottom: 2.0em;
    float: right;
    width: 20%;
}

.post-img {
    text-align: center;
    margin: 2.0em 0;
}

.post-img dl dt,
.post-img dd {
    margin-top: 0;
    color: #FFF;
    margin-bottom: 0.5em;
    text-align: center;
}

.bg-contents {
    display: none;
}

.access-aoyama,
.access-ginza,
.access-ginza2 {
    background-color: rgba(000, 000, 000, 0.6);
    width: 100%;
    padding: 1.0em 1.0em 0;
    border: solid 1px #777;
}

.salon-name {
    display: inline-block;
    padding: 15px 0;
    color: #FFF;
    font-size: 12px;
    font-size: 1.2rem;
}

.access-ginza2 {
    margin-top: 1.0em;
}

.access-aoyama .brwsr2,
.access-ginza .brwsr2,
.access-ginza2 .brwsr2 {
    margin-bottom: 2.0em;
}

.access-aoyama {
    float: left;
}

.access-ginza {
    float: left;
}

.access-ginza2 {
    float: right;
}

.fb-page {
    width: 100%;
}

.line-page {
    width: 100%;
    margin: 0 auto;
    padding: 1.5em;
    margin-top: 1.5em;
    border: solid 4px #2cbf13;
    background-color: #FFF;
}

.line-page p {
    color: #000;
    margin-bottom: 1.0em;
}

.top-fasting h3,
.top-review h3 {
    font-size: 12px;
    font-size: 1.2rem;
    font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    margin: 2.5em 0 1.0em;
}

.top-fasting-box h2,
.top-review-box h2 {
    line-height: 3.5em;
}

.top-fasting-box,
.top-review-box {
    border: solid 1px #777;
    background-color: rgba(0, 0, 0, 0.8);
}

.top-fasting-box div:last-child,
.top-review-box {
    padding: 0 1.5em 0.5em;
}

.top-fasting-box dl {
    display: inline-block;
    padding: 0.5em;
}

.top-fasting-box .top-fasting-box-a {
    background: url(https://innerbeautysalon.jp/common/img/eplmov10a.jpg) center center / cover no-repeat;
}

.top-fasting-box .top-fasting-box-b {
    background: url(https://innerbeautysalon.jp/common/img/eplmov10b.jpg) center center / cover no-repeat;
}

.top-fasting-box .top-fasting-box-c {
    background: url(https://innerbeautysalon.jp/common/img/eplmov10c.jpg) center center / cover no-repeat;
}

.top-fasting-box dd,
.top-review p:last-child {
    line-height: 2.0em;
}

.top-review p:last-child {
    color: #333;
    padding: 0 0 1.0em;
}

.top-fasting-box {
    counter-reset: list;
}

.top-fasting-box dt.list:before {
    counter-increment: list;
    content: counter(list) "step. ";
    color: #ffcc00;
    font-size: 120%;
}

.top-review .rating {
    margin-left: 1.5em;
    color: #ffcc00;
}

.top-review .rating-un {
    margin-left: 0;
    color: #333;
}

@media only screen and (min-width:651px) {
    .top-campagin {
        margin-top: 6em;
    }

    .welcome-top {
        font-size: 40px;
        font-size: 4.0rem;
    }

    .newsarea .topnews li {
        border-bottom: none;
    }

    .newsarea .topnews .topnews-right {
        float: none;
        border: solid 1px #777;
        border-top: none;
        width: 100%;
        padding: 0.5em 1.0em 1.5em 1.0em;
        background-color: rgba(0, 0, 0, 0.7);
        filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#67000000, EndColorStr=#67000000);
        -ms-filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#67000000, EndColorStr=#67000000);
    }

    .newsarea .topnews-left {
        width: 100%;
        float: none;
    }

    .newsarea .topnews-left img {
        border: solid 1px #777;
        border-bottom: none;
        padding: 0;
    }

    .newsarea .newsarea-sub li:first-child {
        border-top: none;
    }

    .newsarea-sub h3 {
        margin-top: 4.0em 0 0
    }

    .topnews-box li {
        margin-bottom: 0;
    }

    /*.topnews-box-topic-a {
    height: 300px;}*/
    .topnews-box-topic,
    .topnews-box-topic-a {
        padding: 1.5em;
    }

    .video-2 {
        padding: 3.0em;
        margin: 4.0em 0 0;
    }

    .video-wrap {
        position: relative;
        background-size: cover;
        overflow: hidden;
        background-repeat: no-repeat;
        background-position: center center;
        height: 400px;
        width: 100%;
    }

    .video-wrap .box-wrap {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        padding: 0 2.0em;
        height: 65%;
        z-index: 3;
        overflow: visible;
        text-align: center;
    }

    .video-wrap .box-wrap .video-box {
        height: auto !important;
    }

    .video-wrap .box-wrap .video-box-sp-a,
    .video-wrap .box-wrap .video-box-sp-b,
    .video-wrap .box-wrap .video-box-sp-c,
    .video-wrap .box-wrap .video-box-sp-d {
        background: none;
    }

    .video-wrap .box-wrap .video-box p:first-child {
        padding: 1.5em 0;
        font-size: 18px;
        font-size: 1.8rem;
    }

    .video-wrap .box-wrap .video-box p {
        text-align: left;
        font-size: 12px;
        font-size: 1.2rem;
    }

    .video-wrap .box-wrap a:hover {
        display: block;
        filter: alpha(opacity=70);
        opacity: 0.6;
    }

    .video-wrap .box-wrap .mb,
    .video-wrap .box-wrap .vt {
        width: 50%;
        background: rgba(0, 0, 0, 0.2);
        filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#55000000, EndColorStr=#55000000);
        -ms-filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#55000000, EndColorStr=#55000000);
    }

    .video-wrap .box-wrap .mb,
    .video-wrap .box-wrap .vt {
        float: left;
    }

    .video-wrap .box-wrap .mb p:hover,
    .video-wrap .box-wrap .vt p:hover {
        text-shadow: none;
        color: #ddd;
    }

    .video-wrap .box-wrap .video-box .sem-p {
        font-size: 30px;
        font-size: 3.0rem;
    }

    .video-wrap .box-wrap .video-box .sem-p2 {
        font-size: 30px;
        font-size: 3.0rem;
        line-height: 1.1em;
    }

    .video-wrap .box-wrap .video-box .sem-s {
        font-size: 80%;
    }

    .video-box-01 {
        border: solid 1px #777;
        border-right: none;
    }

    .video-box-02 {
        border: solid 1px #777;
    }

    .video-box-03 {
        border: solid 1px #777;
        border-right: none;
        border-top: none;
    }

    .video-box-04 {
        border: solid 1px #777;
        border-top: none;
    }

    .bg-contents {
        display: block;
    }

    .bg-contents img {
        position: absolute;
        width: 100%;
        height: auto;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        overflow: hidden;
    }

    .pattern {
        display: block;
        width: 100%;
        height: 100%;
        background: #fff;
        filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#67000000, EndColorStr=#67000000);
        -ms-filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#67000000, EndColorStr=#67000000);
        position: fixed;
        top: 0;
        left: 0;
        z-index: -1;
    }

    .video {
        display: block;
        position: fixed;
        right: 0;
        bottom: 0;
        min-width: 100%;
        max-width: 250%;
        min-height: 100%;
        width: auto;
        height: auto;
        overflow: hidden;
        z-index: -100;
    }

    .side-open {
        display: block;
        min-width: 100%;
        max-width: 250%;
        min-height: 100%;
        width: auto;
        height: auto;
        overflow: hidden;
        z-index: -100;
    }

    .side-open .bg-top,
    .side-open .bg-news,
    .side-open .about,
    .side-open .access,
    .side-open .contact,
    .side-open .cunsering,
    .side-open .hdrogenbeuty,
    .side-open .drink,
    .side-open .ginza,
    .side-open .ginza2 {
        display: none;
    }

    .bg-top {
        background: url(https://innerbeautysalon.jp/common/mov/eplmov.jpg) center center / cover no-repeat fixed;
    }

    .bg-news {
        background: url(https://innerbeautysalon.jp/common/img/eplmov2.jpg) center center / cover no-repeat fixed;
    }

    .bg-about {
        background: url(https://innerbeautysalon.jp/common/img/eplmov3.jpg) center center / cover no-repeat fixed;
    }

    .bg-access {
        background: url(https://innerbeautysalon.jp/common/img/eplmov8.jpg) center center / cover no-repeat fixed;
    }

    .bg-contact {
        background: url(https://innerbeautysalon.jp/common/img/eplmov6.jpg) center center / cover no-repeat fixed;
    }

    .bg-cunsering {
        background: url(https://innerbeautysalon.jp/common/img/eplmov4.jpg) center center / cover no-repeat fixed;
    }

    .bg-hdrogenbeuty {
        background: url(https://innerbeautysalon.jp/common/img/eplmov9.jpg) center center / cover no-repeat fixed;
    }

    .bg-drink {
        background: url(https://innerbeautysalon.jp/common/img/eplmov5.jpg) center center / cover no-repeat fixed;
    }

    .bg-ginza {
        background: url(https://innerbeautysalon.jp/common/img/eplmov11.jpg) center center / cover no-repeat fixed;
    }

    .bg-ginza2 {
        background: url(https://innerbeautysalon.jp/common/img/eplmov12.jpg) center center / cover no-repeat fixed;
    }

    .newsarea {
        margin: 4.0em 0 2.0em;
    }

    .newsarea .hd-p,
    .hd-m {
        display: inline-block;
        text-align: left;
        font-size: 12px;
        font-size: 1.2rem;
    }

    .newsarea dt,
    .top-review p {
        line-height: 1.7em;
        padding: 1.0em 0;
        font-size: 14px;
        font-size: 1.4rem;
    }

    .review-p p {
        font-size: 12px;
        font-size: 1.2rem;
    }

    .container-media .btn-b {
        margin-top: 3.0em;
    }

    .media-category li {
        border-bottom: none;
        border-top: none;
    }

    .news-text {
        width: 65%;
        margin-bottom: 2.0em;
    }

    .news-img {
        padding-bottom: 2.0em;
        width: 30%;
    }

    .post-img {
        margin: 4.0em 0;
    }

    .newsarea .sns-btn {
        margin-top: 2.0em
    }

    .top-fasting h3,
    .top-review h3 {
        font-size: 18px;
        font-size: 1.8rem;
        margin: 4.0em 0 1.0em;
        font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    }

    .access-aoyama,
    .access-ginza,
    .access-ginza2 {
        padding: 2.0em 2.0em 0;
        width: 48%;
    }

    .salon-name {
        font-size: 18px;
        font-size: 1.8rem;
        padding: 30px 0;
    }

    .access-ginza2 {
        margin-top: 0;
    }

}

@media only screen and (min-width:751px) {

    /*.topnews-box-topic-a {
      height: 360px;}*/
    .top-review {
        padding: 0 1.0em 5.0em;
    }

    .topnews-box-left,
    .topnews-box-right {
        margin: 0;
    }

    .video-wrap {
        height: 480px;
    }

    .video-wrap .box-wrap {
        height: 70%;
    }

    .video-wrap .box-wrap .video-box .sem-p,
    .video-wrap .box-wrap .video-box .sem-p2 {
        font-size: 35px;
        font-size: 3.5rem;
    }

    .video-wrap .box-wrap .video-box p {
        font-size: 14px;
        font-size: 1.4rem;
    }
}

@media only screen and (min-width:768px) {
    .video-wrap {
        height: 550px;
    }

    .video-wrap .box-wrap {
        height: 50%;
    }

    .video-wrap .box-wrap .video-box .sem-p {
        font-size: 35px;
        font-size: 3.5rem;
    }
}

@media only screen and (min-width:1030px) {

    /*.topnews-box-topic-a {
      height: 365px;}*/
    .video-wrap {
        height: 600px;
    }

    .video-wrap .box-wrap {
        padding: 0;
        height: 55%;
    }

    .video-wrap .box-wrap .video-box .sem-p {
        font-size: 52px;
        font-size: 5.2rem;
    }

    .video-wrap .box-wrap .video-box .sem-p2 {
        font-size: 45px;
        font-size: 4.5rem;
        line-height: 1.1em;
    }
}

/* ABOUT
   ========================================================================== */
.about-txt {
    padding: 1.5em;
}

.about-txt img {
    margin: 0 0 1.5em;
}

.about-txt figure {
    margin: 0 1.5em;
}

.about dl {
    counter-reset: list;
}

.about dt,
.about dd {
    text-align: left;
}

.about dt {
    margin: 1.5em 0 0.5em 0;
    color: #94b7e0
}

.about h2 {
    font-family: 'Gilda Display';
    margin: 3.0em 0 0;
}

.about dt.list:before {
    counter-increment: list;
    content: counter(list) ". ";
    font-size: 150%;
}

.about-commentbox {
    border: solid 1px #777;
}

.about-commentbox-l {
    float: left;
    padding: 1.5em 1.5em 0;
    width: 100%;
}

.about-commentbox-r {
    float: right;
    padding: 0 1.5em 1.5em;
    width: 100%;
}

.about-commentbox-name {
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 1.0em;
    color: #FFF;
}

@media only screen and (min-width:651px) {
    .about-txt img {
        margin: 3.0em;
    }

    .about h2 {
        margin: 4.0em 0 0;
    }

    .about dt {
        margin: 2.2em 0 0.5em 0;
    }

    .about-commentbox-l {
        padding: 1.5em;
        width: 30%;
    }

    .about-commentbox-r {
        padding: 0 1.5em 1.5em;
        width: 70%;
    }
}

/*
   ========================================================================== */
.br-sp {
    display: block;
}

.br-sp2 {
    display: block;
}

.br-sp4 {
    display: block;
}

.br-sp5 {
    display: none;
}

.br-sp6 {
    display: none;
}

.br-sp7 {
    display: none;
}

.br-sp8 {
    display: block;
}

@media only screen and (min-width:651px) {
    .br-sp {
        display: inline;
    }

    .br-sp2 {
        display: inline;
    }

    .br-sp4 {
        display: inline;
    }

    .br-sp5 {
        display: inline;
    }

    .br-sp6 {
        display: block;
    }

    .br-sp7 {
        display: inline;
    }

    .br-sp8 {
        display: none;
    }
}

@media only screen and (min-width:768px) {
    .br-sp5 {
        display: none;
    }
}

/* --------------------- カスタムここから --------------------- */

header + .container {
    padding: 140px 0 70px;
}

.flexWrap {
    display: flex;
    justify-content: space-between;
}

.flexPost,
.flexSide .sidebar {
    background-color: #fff;
    box-sizing: border-box;
    padding: 32px;
}
body.home .flexPost,
body.category .flexPost,
body.archive .flexPost,
body.single .flexPost{
	padding-top: 0;
}

.flexPost {
    width: 72%;
}

.flexPost .post {
    text-align: left;
    margin-bottom: 2.4em;
}

.flexPost .post h2 {
    margin-bottom: .5em;
	font-size: 16px;
}

.flexPost .post p.day {
    color: #bbb;
    font-size: 92%;
}

.flexPost .post:last-of-type {
    margin-bottom: 2em;
}

.flexSide {
    width: 26%;
    text-align: left;
}

.flexSide .bnr {
    margin-bottom: 9%;
}

.flexSide .sidebar {
    /*position: -webkit-sticky;*/
    /* safari用 */
    /*position: sticky;
    top: 80px;*/
}

.flexSide .sidebar h2 {
    margin-bottom: .5em;
}

.flexSide .sidebar ul {
    margin-bottom: 3em;
}

.flexSide .sidebar ul:last-of-type {
    margin-bottom: 0;
}

.flexSide .sidebar ul li {
    margin-bottom: 1em;
}

.flexSide .sidebar ul li a {
    color: #333;
    text-decoration: underline;
}

.sidebar {
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

h2 {
    text-align: left;
}

h2 a {
    color: #99927A;
}
.continue a,
.bread a {
    color: #333;
}

.continue {
    text-align: right;
	margin-top: 1em;
}

.continue a {
    text-decoration: underline;
}

figure.thumbnail {
    margin: 3em auto;
}
.home figure.thumbnail img,
.archive figure.thumbnail img{
	width: 100%;
	height: 200px;
	object-fit: cover;
}

@media screen and (max-width: 767px) {
	.home figure.thumbnail img,
	.archive figure.thumbnail img{
		height: 56vw;
	}
}

.bread {
    margin-bottom: 3em;
    text-align: left;
    line-height: 2;
    color: #333;
	width: 100%;
}

.single-post .flexPost h1 {
  text-align: left;
  margin: 0;
}

.single-post .flexPost h3 {
    color: #333;
    text-align: left;
    padding: 0.25em 0.5em;
    /*上下 左右の余白*/
    background: transparent;
    /*背景透明に*/
    border-left: solid 5px #333;
    /*左線*/
    margin: 3em 0 1em;
    border-bottom: 1px solid #333;
}

.single-post .flexPost h4 {
    color: #333;
    text-align: left;
    padding: 0.10em 0.5em;
    /*上下 左右の余白*/
    background: transparent;
    /*背景透明に*/
    border-left: solid 2px #333;
    /*左線*/
    margin: 2.6em 0 1em;
}

.single-post .flexPost h5 {
    color: #333;
    text-align: left;
    padding: 0.25em 0em;
    /*上下 左右の余白*/
    background: transparent;
    /*背景透明に*/
    border-bottom: dashed 1px #333;
    /*下線*/
    margin: 2.6em 0 1em;
    font-size: 1.6em;
}

.single-post .flexPost p {
    line-height: 2.4;
    margin-bottom: 1em;
}
.single-post .flexPost p iframe {
	width: 100%;
}

.single-post .flexPost b,
.single-post .flexPost strong,
.single-post .flexPost p a {
    color: #333;
    font-weight: 600;
}

.single-post .flexPost p a {
    font-weight: bold;
    border-bottom: 1px solid #333;
}

.single-post .flexPost ul.listTxt {
    margin: 2em 0;
    text-align: left;
    border: 1px dashed #333;
    padding: 1em;
}

.single-post .flexPost ul.listTxt li {
    color: #333;
    line-height: 2;
}

.single-post .flexPost p a.txtBtn {
    margin: 2em 0;
    display: block;
    border: 3px double #fff;
    padding: 1em;
    text-align: center;
    background-color: #99927A;
    color: #fff;
}

.single-post .flexPost p a.txtBtn span {
    font-weight: bold;
}

.single-post .flexPost p a.txtBtn span:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 7px;
    border-color: transparent transparent transparent #333;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -2px;
    margin-right: 3px;
}

.single-post .flexPost div.txtBox {
    margin: 2em 0;
    color: #333;
    border: 3px solid #333;
    padding: 1em;
    font-size: 1.4em;
    text-align: left;
    line-height: 2.4;
    border-radius: 8px;
}
.single-post .flexPost div.txtBox p:last-child {
	margin-bottom: 0;
}

.diagnosis-form-header {
    text-align: left;
    padding: 1em;
    border: 1px solid #333;
    margin: 0 auto 3.2em;
    max-width: 640px;
}

.diagnosis-form-header,
#diagnosis-plugin form,
.diagnosis-result {
    color: #333;
    font-size: 1.4rem;
    line-height: 2.2em;
}

.diagnosis-result {
    text-align: left;
}

.diagnosis-result a {
    padding: 1em;
    background: #fff;
    color: #000;
    margin-top: 2.4em;
    display: block;
    text-align: center;
}

#diagnosis-plugin form input[type="text"],
#diagnosis-plugin form input[type="submit"] {
    color: #000;
}

#diagnosis-plugin form input[type="text"] {
    padding: 8px;
}

#diagnosis-plugin form input.sbm-button {
    -webkit-appearance: none;
    background: #fff !important;
    padding: 8px 32px;
}

.page-id-333 .flexPost,
.page-id-355 .flexPost {
    width: 100%;
}

.page-id-333 .flexPost h2 {
    text-align: center;
}

.page-id-333 .result-img {
    max-width: 560px;
    margin: 0 auto;
}

.wp-pagenavi {
	width: 100%;
}

.wp-pagenavi,
.wp-pagenavi a {
    color: #333;
    font-size: 1.2em;
    margin: 2em auto;
}

@media screen and (max-width: 1031px) {
    .flexWrap {
        width: 96%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 767px) {
    header + .container {
        padding: 80px 0 40px;
    }

    .flexWrap {
        flex-direction: column;
    }

    .flexPost,
    .flexSide {
        width: 96%;
        margin: 0 auto;
        padding:  1.5em;
    }

    .flexSide {
        padding: 0;
    }

    .flexSide .sidebar {
        padding: 40px 32px;
    }

    .flexPost,
    .flexSide .bnr {
        margin-bottom: 1em;
    }

    .flexPost .post {
        margin-bottom: 4em;
    }
}

.lkc-content {
    text-align: left;
}

/*footer*/
.footer nav {
    margin: 0 2em;
}

.footer nav > ul {
    margin-bottom: 5%;
}

.footer nav > ul:last-child {
    margin-bottom: 0;
}

.footer nav > ul > li {
    width: calc(100% / 4) !important;
}

.footer nav > ul > li > a {
    font-size: 1.4rem;
    padding-left: 0;
    display: block;
    position: relative;
    border-bottom: 1px solid #333;
}

.footer nav > ul > li a {
    margin-left: 2em;
}

.footer nav > ul > li > a::after {
    position: absolute;
    bottom: -4px;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: #333;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform .3s;
}

.footer nav > ul > li > a:hover::after {
    transform: scale(1, 1);
}


@media (max-width:650px) {
    .footer nav {
        margin: 0;
    }

    .footer nav > ul {
        margin-bottom: 0;
    }

    .footer nav > ul > li {
        width: 100% !important;
    }

    .footer nav > ul > li > a {
        padding-left: 1em;
        display: block;
        font-size: 1.2rem;
    }

    .footer nav > ul > li a {
        margin-left: 0;
    }
}


a.gilda {
    color: #333 !important;
}

@media screen and (max-width: 899px){
  .instagram-media{
    width:414px !important;
    max-width: 100% !important;
    min-width: initial !important;
  }
}

/*addQuicktag*/

.pointBox {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #333;
    border-radius: 8px;
}
.pointBox .pointBox-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #fff;
    color: #333;
    font-weight: bold;
}
.pointBox p {
    margin: 0; 
    padding: 0;
}

.pointBoxDetail{
    color: #333;
    font-size: 1.4em;
    text-align: left;
    line-height: 2em;
    margin-bottom: 1em;
}

.columnUnderline {
	border-bottom:solid 1px #fff;
}

.balloon2-left {
  position: relative;
  display: inline-block;
  margin: 1.5em 0 1.5em 15px;
  padding: 1em;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: transparent;
  border: solid 3px #333;
  box-sizing: border-box;
	line-height: 2;
	text-align:left;
}

.balloon2-left:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -23px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-right: 12px solid #fff;
  z-index: 2;
}

.balloon2-left:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-right: 14px solid #000;
  z-index: 1;
}

.single-post .flexPost .balloon2-left p {
  margin: 0;
  padding: 0;
}

.cautionMark {
	display: inline-block;
    width: 20px;
    margin-right: 1em;
}

/* 記事装飾 */

.balloonLeftBox {
  width: 100%;
  margin: 4em 0;
  line-height:75px;
position:relative;
display: flex;
    align-items: center;
}

.balloonLeftBox .faceicon-left {
    margin-right: 30px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
}

.balloonLeftBox .faceicon-left img{
  width: 70px;
    height: 70px;
    border-radius: 50%;
    object-fit: cover;
object-position: top;
	vertical-align: unset;
}

.balloon-left {
  position: relative;
  display: inline-block;
  padding: 1em;
  min-width: 120px;
  max-width: 75%;
  color: #555;
  font-size: 16px;
  background: #FFF;
  border: solid 2px #ddd;
  box-sizing: border-box;
  border-radius:5px;
}

.balloon-left:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-right: 12px solid #FFF;
  z-index: 2;
}

.balloon-left:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -29px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-right: 14px solid #ddd;
  z-index: 1;
}

.balloon-left p {
  margin: 0;
  padding: 0;
}

.balloonRightBox {
  width: 100%;
  margin: 3em 0;
  line-height:75px;
text-align: right;
position:relative;
display: flex;
    align-items: center;
flex-direction: row-reverse;
}

.balloonRightBox .faceicon-right {
    margin-left: 30px;
    width: 70px;
    height: 70px;
    border: solid 2px #ddd;
    border-radius: 50%;
}

.balloonRightBox .faceicon-right img{
  width: 70px;
    height: 70px;
    border-radius: 50%;
    object-fit: cover;
    object-position: top;
}

.balloon-right {
  position: relative;
  display: inline-block;
  padding: 1em;
  min-width: 120px;
  max-width: 75%;
  color: #555;
  font-size: 16px;
  background: #FFF;
  border: solid 2px #ddd;
  box-sizing: border-box;
  border-radius:5px;
}

.balloon-right p {
    margin-bottom:0;
    text-align: left;
    font-size:14px;
}

.balloon-right:before {
content: "";
    position: absolute;
    top: 50%;
    right: -24px;
    margin-top: -12px;
    border: 12px solid transparent;
    border-left: 12px solid #FFF;
    z-index: 2;
}

.balloon-right:after {
  content: "";
    position: absolute;
    top: 50%;
    right: -29px;
    margin-top: -14px;
    border: 14px solid transparent;
    border-left: 14px solid #ddd;
    z-index: 1;
}

.balloon-left p {
  margin: 0;
  padding: 0;
    font-size:14px;
}

.balloonLeftBox .balloonName {
    width: 70px;
    text-align: center;
    position: absolute;
    top: 75px;
    left: 0;
    font-size: 12px;
    margin:0;
	    line-height: 1.5 !important;
}

.balloonRightBox .balloonName {
    width: 70px;
    text-align: center;
    position: absolute;
    top: 75px;
    right: 0;
    font-size: 12px;
    margin:0;
	    line-height: 1.5 !important;
}

.balloonFace {
    position: relative;
}

.box19 {
    position: relative;
    padding:0.25em 1em;
    margin-bottom: 5%;
}
.box19:before,.box19:after{ 
    content:'';
    width: 20px;
    height: 30px;
    position: absolute;
    display: inline-block;
}
.box19:before{
    border-left: solid 1px #5767bf;
    border-top: solid 1px #5767bf;
    top:0;
    left: 0;
}
.box19:after{
    border-right: solid 1px #5767bf;
    border-bottom: solid 1px #5767bf;
    bottom:0;
    right: 0;
}
.box19 div {
    margin: 0;
    padding: 1em;
    line-height: 2;
    text-align:center;
	font-size: 1.4rem;
}

.box9 {
    padding: 0.5em 1em;
    margin: 3em 0;
    color: #ff7d6e;
    background: #ffebe9;
    border-top: solid 10px #ff7d6e;
	text-align: left;
}
.box9 div {
    margin: 0;
    padding: .5em;
    line-height: 2;
	font-size:1.4rem;
}

.box26 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #99927A;
    border-radius: 8px;
	text-align: left;
}
.box26 .box-title {
    position: absolute;
    display: inline-block;
    top: -26px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #99927A;
    font-weight: bold;
    font-style: italic;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.box26 div {
    margin: 0; 
    padding: .5em;
    line-height:2;
	font-size: 1.4rem;
}

.pointBox2 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
	border:solid 3px #888;
    border-radius: 8px;
	text-align: left;
}
.pointBox2 .pointBox2-title {
    position: absolute;
    display: inline-block;
    top: -26px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #888;
    font-weight: bold;
    font-style: italic;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.pointBox2 div {
    margin: 0; 
    padding: .5em;
    line-height:2;
	font-size: 1.4rem;
}
.ulDeco {
    text-align: left;
    line-height: 2
} 
.ulDeco li {
    list-style:none;
}

.ulDeco li::before {
    content:"";
    background:url("https://kanrieiyoushi-biyou.com/wp-content/uploads/2021/02/check.png")no-repeat;
    display:inline-block;
    width:20px;
    height:20px;
    vertical-align:middle;
    margin-right:1em;
    background-size:cover;
}

/* sitemap */
ul#sitemap_list {
    text-align: left;
    line-height: 2;
}

ul#sitemap_list li.cat-item > a {
    font-size: 20px;
}

ul#sitemap_list li.cat-item{
    margin-bottom: 5%;
}

ul#sitemap_list a {
    color: #333;
}

ul#sitemap_list li.cat-item > a:before {
    content: "";
    background: url(https://innerbeautysalon.jp/column/wp-content/uploads/2021/02/sitemapdeco.png)no-repeat;
    display: inline-block;
    width: 15px;
    height: 15px;
    vertical-align: baseline;
    background-size: cover;
    margin-right: .5em;
}

ul#sitemap_list li.cat-item ul {
    margin-left: 1em;
}

/*-------------top page--------------*/
.home .flexPost,
.category .flexPost,
.archive .flexPost {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	height: fit-content;
	height: -moz-fit-content;
}

.home .flexPost .post,
.category .flexPost .post,
.archive .flexPost .post {
    width: 48%;
	padding: 3em 1em 1em;
    background-image: url(//column.esthepro-labo-shop.com/wp-content/uploads/2024/08/card_gold.jpg);
    background-size: contain;
    background-position: right -40px bottom -40px;
    background-repeat: no-repeat;
    border-top: 1px solid #888;
}

.home .flexPost .post,
.archive .flexPost .post {
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

@media screen and (max-width: 767px){
  .home .flexPost .post,
	.category .flexPost .post,
	.archive .flexPost .post {
    	width: 100%;
	}
}

/*-------------TOC--------------*/
#toc_container {
    background: #f9f9f9;
    border: 1px solid #aaa;
    padding: 2em !important;
    width: auto;
    display: table;
    font-size: 95%;
    margin: 1em auto !important;
    text-align: left !important;
    line-height: 2 !important;
}

#toc_container a {
    color: #333 !important;
}

/*-------------EC ver.--------------*/
.post-table-two,
.post-table-three {
  width: 100%;
}
.post-table-two, .post-table-two th, .post-table-two td,
.post-table-three, .post-table-three th, .post-table-three td,
.post-table-four, .post-table-four th, .post-table-four td,
.post-table-five, .post-table-five th, .post-table-five td{
  border: 1px solid #ccc;
}
.post-table-two th, .post-table-two td,
.post-table-three th, .post-table-three td,
.post-table-four th, .post-table-four td,
.post-table-five th, .post-table-five td{
  padding: 8px;
}
.post-table-two th {
  background-color: #eee;
  width: 24%;
}
.post-table-two td,
.post-table-three td,
.post-table-four td,
.post-table-five td{
  text-align: left;
}
.post-table-three th,.post-table-four,.post-table-five {
  background-color: #eee;
}

.content .swl-marker.mark_yellow {
  background: linear-gradient(transparent 10%, #ff9 50%);
}

footer p {
  text-align: center;
  font-size: 11px;
  margin-bottom: 1em;
}