/*----------------------
 reset
----------------------*/

* {
    padding: 0;
    margin: 0;
}

h1,h2,h3,h4,h5,h6,strong {
    font-weight: normal;
}

p {
    color: #6e6e6e;
    font-size: 15px;
}

ul {
    list-style: none;
}

input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none;
    background: transparent;
}

button,
input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    border: none;
    outline: none;
    background: transparent;
}

input[type="radio"] {
    display: none;
}
input[type="radio"]:checked + label {
    background: #ff0000;
}


/*----------------------
 base
----------------------*/

body {
    color: #333333;
    font-family: 'Noto Serif JP', "Yu Mincho", serif;
    letter-spacing: normal;
    line-height: 1.6;
}

a {
    font-size: 15px;
    color: #333333;
    text-decoration: none;
}

.wrapper {
    max-width: 1280px;
    padding: 0 20px;
    margin: 0 auto;
    box-sizing: border-box;
}

.ly-Content {
    margin-bottom: 120px;
}

.sp-Only {
    display: none;
}

.ly-Link {
    padding-top: 120px;
    margin-top: -120px;
}

::placeholder {
    font-family: 'Noto Serif JP', "Yu Mincho", serif;
    font-size: 15px;
    color: #a1a1a1;
    line-height: 1.4;
}

::-ms-input-placeholder {
    font-family: 'Noto Serif JP', "Yu Mincho", serif;
    font-size: 15px;
    color: #a1a1a1;
    line-height: 1.4;
}

:-ms-input-placeholder {
    font-family: 'Noto Serif JP', "Yu Mincho", serif;
    font-size: 15px;
    color: #a1a1a1;
    line-height: 1.4;
}

@media screen and (max-width:1023px) {

    

}

@media screen and (max-width:767px) {

    .pc-Only {
        display: none;
    }

    .sp-Only {
        display: block;
    }

}


/*----------------------
 clearfix
----------------------*/

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


/*----------------------
 col-Ttl
----------------------*/

.col-Ttl {
    margin-bottom: 80px;
    position: relative;
}

.col-Ttl::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #ad964d;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

.col-Ttl span {
    display: block;
    max-width: 280px;
    color: #898989;
    background-color: #ffffff;
    font-size: 32px;
    text-align: center;
    margin: 0 auto;
    border-left: 1px solid #ad964d;
    border-right: 1px solid #ad964d;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
}

.col-Ttl span b {
    color: #ad964d;
    font-size: 40px;
    font-weight: normal;
}

@media screen and (max-width:767px) {

    
    .col-Ttl {
        margin-bottom: 60px;
    }

    .col-Ttl span {
        max-width: 210px;
        font-size: 30px;
    }

    .col-Ttl span b {
        font-size: 35px;
    }
    
}


/*----------------------
 page-Top
----------------------*/

.page-Top {
    display: none;
    position: fixed;
    right: 40px;
    bottom: 40px;
    z-index: 9999;
}

.page-Top a {
    display: block;
    width: 60px;
    height: 60px;
    background-color: #ffffff;
    box-shadow: 0px 0px 5px #787878;
    border-radius: 50%;
    position: relative;
}

.page-Top a span {
    display: block;
    width: 20px;
    height: 20px;
    border-top: 4px solid #153b5d;
    border-left: 4px solid #153b5d;
    transform: rotate(45deg);
    position: absolute;
    top: 22px;
    left: 0;
    right: 0;
    margin: auto;
}

@media screen and (max-width:767px) {

    
    .page-Top {
        right: 20px;
    }

}




/*----------------------
 st-Header
----------------------*/

.st-Header {
    width: 100%;
    background-color: #ffffff;
    border-top: 20px solid #153b5d;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}

.st-Header .inner {  
    margin: 0 30px;
    position: relative;
}

.st-Header .box {
    display: flex;
    height: 100px;
    align-items: center;
}

.st-Header .box .logo {
    max-width: 168px;
    margin: 0 auto;
}

.st-Header .box .logo img {
    width: 100%;
    height: auto;
}

@media screen and (max-width:1023px) {

    .st-Header {
        border-top: 10px solid #153b5d;
    }

    .st-Header .inner {  
        margin: 0;
    }

    .st-Header .box {
        height: 60px;
    }

    .st-Header .box .logo {
        max-width: 91px;
        margin: 0 auto;
    }
    
}

/*----------------------
 main-Navi
----------------------*/

.main-Navi {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.main-Navi .list {
    display: flex;
    align-items: center;
}

.main-Navi .list li {
    margin-left: 30px;
}

.main-Navi .list li a {
    color: #153b5d;
}

.main-Navi .list li a:hover {
    color: #2d5f8b;
    text-decoration: underline;
}

.main-Navi .list li figure a {
    display: block;
    width: auto;
    height: 24px;
}

.main-Navi .list li figure a img {
    width: auto;
    height: 100%;
}

.main-Navi .list li.c-Txt a::before {
    content: "";
    display: block;
    width: 35px;
    height: 24px;
    background-image: url(../images/mail_icon.png);
    background-size: cover;
    background-position: center;
    margin: 0 auto;
}

@media screen and (max-width:1279px) {

    .main-Navi .list li {
        margin-left: 20px;
    }
    
}

@media screen and (max-width:1023px) {

    .main-Navi {
        display: none;
        width: 100%;
        background-color: #ffffff;
        border-bottom: 3px solid #133c5d;
        position: absolute;
        top: 60px;
        left: 0;
        transform: translateY(0);
        z-index: 999;
    }

    .main-Navi .list {
        display: block;
        align-items: center;
    }

    .main-Navi .list li {
        margin-left: 0;
        border-bottom: 1px solid #153b5d;
    }

    .main-Navi .list li:first-child {
        border-top: 1px solid #153b5d;
    }

    .main-Navi .list li:last-child {
        width: 50%;
        float: right;
        border-bottom: 0;
        border-left: 1px solid #153b5d;
        box-sizing: border-box;
    }

    .main-Navi .list li.sns {
        width: 25%;
        line-height: 70px;
        padding: 0 10px;
        text-align: right;
        float: left;
        box-sizing: border-box;
        border-bottom: 0;
    }

    .main-Navi .list li.sns + .sns {
        text-align: left;
    }

    .main-Navi .list li a {
        display: block;
        font-size: 18px;
        text-align: center;
        padding: 15px 10px;
    }

    .main-Navi .list li.sns a {
        display: inline-block;
        padding: 0;
    }
    
}


/*----------------------
 toggle
----------------------*/

.toggle {
    display: none;
    width: 60px;
    height: 60px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.toggle span {
    display: block;
    width: 30px;
    height: 1px;
    background-color: #153b5d;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    transition: .6s all;
}

.toggle span:nth-child(1) {
    top: 20px;
}

.toggle span:nth-child(2) {
    top: 0;
    bottom: 0;
}

.toggle span:nth-child(3) {
    top: 40px;
}

@media screen and (max-width:1023px) {

    .toggle {
        display: block;
    }

    .toggle.active span:nth-child(1) {
        transform: rotate(45deg);
        top: 30px;
    }

    .toggle.active span:nth-child(2) {
        opacity: 0;
    }

    .toggle.active span:nth-child(3) {
        transform: rotate(-45deg);
        top: 30px;
    }
    
}


/*----------------------
 hero-Standard
----------------------*/

.hero-Standard {
    width: 100%;
    height: calc(100vh - 120px);
    margin-top: 120px;
    margin-bottom: 140px;
}

.hero-Standard .bg-Image {
    width: 100%;
    height: 100%;
    background-image: url(../images/mainimage.jpg);
    background-size: cover;
    background-position: -20px 16%;
    background-repeat: no-repeat;
}

.hero-Standard .inner {
    height: 100%;
    position: relative;
}

.hero-Standard .img-Box {
    height: 74vh;
    position: absolute;
    right: 15%;
    bottom: 5%;
}

.hero-Standard .img-Box figure {
    width: auto;
    height: calc(100% / 3 - 10px);
}

.hero-Standard .img-Box figure + figure {
    margin-top: 10px;
}

.hero-Standard .img-Box figure img {
    width: auto;
    height: 100%;
}

.catch {
    font-size: 40px;
    height: 466px;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    position: absolute;
    left: 12%;
    bottom: 5%;
    z-index: 2;
}

.catch span {
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.6);
    padding: 30px 5px;
    box-sizing: border-box;
}

.catch span b {
    display: inline-block;
    font-weight: normal;
    padding-bottom: 45px;
    position: relative;
}

.catch span b::after {
    content: "";
    display: block;
    width: 40px;
    height: 36px;
    background-image: url(../images/heart.png);
    background-size: cover;
    background-position: center;
    position: absolute;
    left: 12px;
    bottom: 2px;
}

.catch span:last-child {
    margin-top: 45px;
    margin-right: 15px;
}


@media screen and (max-width:1023px) {

    .hero-Standard {
        height: calc(100vh - 70px);
        margin-top: 70px;
        margin-bottom: 100px;
    }

    .hero-Standard .bg-Image {
        background-position: 50% 16%;
    }

    .hero-Standard .img-Box {
        height: 65vh;
        right: 20px;
        bottom: 5%;
    }

    .hero-Standard .img-Box figure {
        height: calc(100% / 3 - 7px);
    }
    
}


@media screen and (max-width:767px) {

    .hero-Standard {
        margin-bottom: 80px;
    }

    .catch {
        height: 272px;
        font-size: 26px;
        left: 20px;
        bottom: 20px;
    }

    .catch span {
        width: 100%;
        color: #ffffff;
        background-color: transparent;
        padding: 0;
    }

    .catch span:last-child {
        margin-top: 34px;
        margin-right: 0;
    }

    .catch span b {
        padding-bottom: 38px;
    }

    .catch span b::after {
        width: 30px;
        height: 28px;
        left: 6px;
        bottom: 3px;
    }

}



/*----------------------
 tp-Concept
----------------------*/

.tp-Concept .logo {
    max-width: 220px;
    margin: 0 auto 20px;
}

.tp-Concept .logo img {
    width: 100%;
    height: auto;
}

.tp-Concept .ttl {
    font-size: 36px;
    color: #ad964d;
    text-align: center;
    line-height: 1.4;
    margin-bottom: 60px;
}

.tp-Concept .ttl span {
    display: block;
    font-size: 16px;
}

.tp-Concept .txt {
    font-size: 17px;
    text-align: center;
    line-height: 2.2;
}

@media screen and (max-width:767px) {

    .tp-Concept .ttl {
        font-size: 32px;
        margin-bottom: 30px;
    }

    .tp-Concept .txt {
        font-size: 16px;
        letter-spacing: 4px;
        text-align: left;
    }

}


/*----------------------
 tp-Menu
----------------------*/

.tp-Menu {
    margin-bottom: 160px;
}

.tp-Menu .inner {
    max-width: 1024px;
    padding: 0 20px;
    margin: 0 auto;
    box-sizing: border-box;
}

@media screen and (max-width:767px) {

    .tp-Menu .inner {
        padding: 0;
    }

}

/*----- salon-Menu -----*/

.tp-Menu .salon-Menu {
    margin-bottom: 120px;
}

.tp-Menu .salon-Menu ul {
    max-width: 860px;
    padding: 30px 0;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
}

.tp-Menu .salon-Menu ul::before {
    content: "";
    display: block;
    width: 390px;
    height: 731px;
    background-image: url(../images/women_bg.jpg);
    background-size: cover;
    background-position: center;
    margin: 0 auto;
}

.tp-Menu .salon-Menu ul li::before {
    content: "";
    display: block;
    background-size: cover;
    background-position: center;
    position: absolute;
}

.tp-Menu .salon-Menu ul li.item-1::before {   
    width: 202px;
    height: 77px;
    background-image: url(../images/arrow_1.png);
    top: 80px;
    left: 230px;
}

.tp-Menu .salon-Menu ul li.item-2::before {
    width: 171px;
    height: 83px;
    background-image: url(../images/arrow_2.png);
    top: 225px;
    right: 200px;
}

.tp-Menu .salon-Menu ul li.item-3::before {
    width: 235px;
    height: 160px;
    background-image: url(../images/arrow_3.png);
    right: 148px;
    bottom: 197px;
}

.tp-Menu .salon-Menu ul li.item-4::before {
    width: 200px;
    height: 100px;
    background-image: url(../images/arrow_4.png);
    left: 190px;
    bottom: 275px;
}

.tp-Menu .salon-Menu ul li figure {
    width: 200px;
    animation: yura 3s infinite ease-in-out .8s alternate;
    position: absolute;
    transition: 1.5s ease-in-out;
}

.tp-Menu .salon-Menu ul li.item-1 figure {
    top: 0;
    left: 30px;
}

.tp-Menu .salon-Menu ul li.item-2 figure {
    top: 300px;
    right: 40px;
}

.tp-Menu .salon-Menu ul li.item-3 figure {
    right: 0;
    bottom: 0;
}

.tp-Menu .salon-Menu ul li.item-4 figure {
    left: 10px;
    bottom: 100px;
}

.tp-Menu .salon-Menu ul li figure img {
    width: 100%;
    height: auto;
}

@keyframes yura {

    0% {
      transform:translate(0, 0);
    }
    50% {
      transform:translate(0, -10px);
    }
    100% {
      transform:translate(0, 0);
    }

}

@media screen and (max-width:1023px) {

    .tp-Menu .salon-Menu ul {
        max-width: 728px;
        padding: 30px 0 50px;
    }

    .tp-Menu .salon-Menu ul li.item-1::before {   
        width: 144px;
        height: 74px;
        background-image: url(../images/arrow_tab1.png);
        top: 84px;
        left: 223px;
    }

    .tp-Menu .salon-Menu ul li.item-1 figure {
        left: 20px;
    }

    .tp-Menu .salon-Menu ul li.item-2::before {   
        width: 107px;
        height: 84px;
        background-image: url(../images/arrow_tab2.png);
        top: 223px;
        right: 197px;
    }

    .tp-Menu .salon-Menu ul li.item-3::before {   
        width: 170px;
        height: 184px;
        background-image: url(../images/arrow_tab3.png);
        top: auto;
        right: 152px;
        bottom: 200px;
    }

    .tp-Menu .salon-Menu ul li.item-4 figure {
        bottom: 75px;
    }

    .tp-Menu .salon-Menu ul li.item-4::before {   
        width: 190px;
        height: 110px;
        background-image: url(../images/arrow_tab4.png);
        left: 140px;
        bottom: 285px;
    }

}

@media screen and (max-width:767px) {

    .tp-Menu .salon-Menu {
        margin-bottom: 80px;
    }

    .tp-Menu .salon-Menu ul {
        max-width: 335px;
        padding: 40px 0 110px;
    }

    .tp-Menu .salon-Menu ul::before {
        width: 220px;
        height: 393.5px;
    }

    .tp-Menu .salon-Menu ul li figure {
        width: 130px;
    }

    .tp-Menu .salon-Menu ul li.item-1 figure {
        left: 5px;
    }

    .tp-Menu .salon-Menu ul li.item-1::before {   
        width: 38.5px;
        height: 22px;
        background-image: url(../images/arrow_sp1.png);
        top: 85px;
        left: 130px;
    }

    .tp-Menu .salon-Menu ul li.item-2 figure {
        top: 180px;
        right: 0;
    }

    .tp-Menu .salon-Menu ul li.item-2::before {   
        width: 50.5px;
        height: 34px;
        background-image: url(../images/arrow_sp2.png);
        top: 140px;
        right: 83px;
    }

    .tp-Menu .salon-Menu ul li.item-3 figure {
        bottom: 70px;
    }

    .tp-Menu .salon-Menu ul li.item-3::before {   
        width: 51px;
        height: 84px;
        background-image: url(../images/arrow_sp3.png);
        top: auto;
        right: 90px;
        bottom: 205px;
    }

    .tp-Menu .salon-Menu ul li.item-4 figure {
        bottom: 0;
    }

    .tp-Menu .salon-Menu ul li.item-4::before {   
        width: 72px;
        height: 164px;
        background-image: url(../images/arrow_sp4.png);
        left: 76px;
        bottom: 142px;
    }

}

/*----- menu-Col -----*/

.tp-Menu .menu-Col {
    margin-bottom: 120px;
}

.tp-Menu .menu-Col .sub-Ttl {
    font-size: 32px;
    text-align: center;
    padding: 10px 0;
    margin-bottom: 60px;
}

.tp-Menu .menu-Col .m-Ttl {
    min-height: 80px;
    display: flex;
    font-size: 28px;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 40px;
    border-left: 1px solid #ad964d;
    border-right: 1px solid #ad964d;
    box-sizing: border-box;
}

.tp-Menu .menu-Col .m-Ttl strong {
    display: block;
}

.tp-Menu .menu-Col .m-Ttl span {
    display: block;
    font-size: 15px;
}

.tp-Menu .img-Box figure img {
    width: 100%;
    height: auto;
}

.tp-Menu .menu-Col .txt-Box {
    margin-bottom: 60px;
}

.tp-Menu .menu-Col .txt-Box p {
    line-height: 2;
}

.tp-Menu .menu-Col .txt-Box p + p {
    margin-top: 15px;
}

.tp-Menu .menu-Col .price .box {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.tp-Menu .menu-Col .price .box + .box {
    margin-top: 20px;
}

.tp-Menu .menu-Col .price .box dt {
    width: 170px;
    color: #ad964d;
    font-size: 18px;   
    padding-left: 25px;
    padding-right: 30px;
    border-right: 1px solid #ad964d;
    position: relative;
}

.tp-Menu .menu-Col .price .box dt::before {
    content: "\025cb";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.tp-Menu .menu-Col .price .box dt span {
    font-size: 15px;
    padding-left: 5px;
}

.tp-Menu .menu-Col .price .box dd {
    color: #ad964d;
    font-size: 15px;
    padding-left: 30px;
}

.tp-Menu .menu-Col .price .box dd strong {
    font-size: 26px;
    padding-right: 5px;
}

@media screen and (max-width:1023px) {

    .tp-Menu .menu-Col .m-Ttl {
        font-size: 26px;
    }

}

@media screen and (max-width:767px) {

    .tp-Menu .menu-Col .sub-Ttl {
        font-size: 28px;
    }

}


/*----- facial -----*/

.tp-Menu .facial .sub-Ttl {
    background-image: url(../images/obi_1.jpg);
    background-size: auto;
    background-position: center center;
    background-repeat: no-repeat;
}

.tp-Menu .facial .img-Box figure {
    width: calc(50% - 20px);
    font-size: 0;
    float: left;
}

.tp-Menu .facial .img-Box figure:nth-child(2) {
    float: right;
}

.tp-Menu .facial.menu-Col .m-Ttl {
    width: calc(50% - 20px);
}

@media screen and (max-width:767px) {

    .tp-Menu .facial.menu-Col .m-Ttl {
        width: 100%;
    }

    .tp-Menu .facial .img-Box figure:first-child {
        width: 80%;
        float: none;
        position: relative;
    }

    .tp-Menu .facial .img-Box figure:nth-child(2) {
        width: 50%;
        float: none;
        margin-left: auto;
        position: relative;
        margin-top: -20px;
    }

    .tp-Menu .menu-Col .price .box dt {
        width: 100px;
        font-size: 16px;
        padding-right: 20px;
    }

    .tp-Menu .menu-Col .price .box dt span {
        font-size: 14px;
    }

    .tp-Menu .menu-Col .price .box dd strong {
        font-size: 24px;
    }

}


/*----- bodys -----*/

.tp-Menu .bodys .sub-Ttl {
    background-image: url(../images/obi_2.jpg);
    background-size: auto;
    background-position: center center;
    background-repeat: no-repeat;
}

.tp-Menu .bodys .force {
    width: calc(50% - 20px);
    float: left;
}

.tp-Menu .bodys .fusion {
    width: calc(50% - 20px);
    float: right;
}

.tp-Menu .bodys .fusion .txt-Box {
    min-height: 315px;
}

.tp-Menu .bodys .fusion .txt-Box dl {
    margin-top: 30px;
}

.tp-Menu .bodys .fusion .txt-Box dl dt {
    font-size: 20px;
    margin-bottom: 20px;
}

.tp-Menu .bodys .fusion .txt-Box dl dd {
    font-size: 16px;
    color: #6e6e6e;
    padding-left: 20px;
    position: relative;
}

.tp-Menu .bodys .fusion .txt-Box dl dd::before {
    content: "\0274b";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.tp-Menu .bodys .fusion .txt-Box dl dd + dd {
    margin-top: 10px;
}


@media screen and (max-width:1023px) {

    .tp-Menu .bodys .fusion .txt-Box {
        min-height: auto;
    }

    .tp-Menu .bodys .price .box {
        display: block;
        text-align: right;
    }

    .tp-Menu .bodys .price .box dt {
        display: inline;
        width: auto;
        padding-right: 0;
        border-right: 0;
    }

    .tp-Menu .bodys .price .box dd {
        padding-left: 0;
    }

}

@media screen and (max-width:767px) {

    .tp-Menu .bodys .force {
        width: 100%;
        float: none;
    }

    .tp-Menu .bodys .fusion {
        width: 100%;
        float: none;
    }

    .tp-Menu .bodys .price .box {
        display: flex;
        text-align: left;
    }

    .tp-Menu .bodys .price .box dt {
        display: block;
        width: 117px;
        padding-right: 20px;
        border-right: 1px solid #ad964d;
    }

    .tp-Menu .bodys .price .box dd {
        padding-left: 15px;
    }

}

/*----- slimming -----*/

.tp-Menu .slimming .sub-Ttl {
    background-image: url(../images/obi_3.jpg);
    background-size: auto;
    background-position: center center;
    background-repeat: no-repeat;
}

.tp-Menu .slimming .img-Box figure {
    width: calc(50% - 20px);
    font-size: 0;
    float: left;
}

.tp-Menu .slimming .img-Box figure:nth-child(2) {
    float: right;
}

.tp-Menu .slimming.menu-Col .m-Ttl {
    width: calc(50% - 20px);
}

.tp-Menu .slimming .ice-Diet .txt-Box dl {
    margin-top: 40px;
    position: relative;
}

.tp-Menu .slimming .ice-Diet .txt-Box dl::before {
    content: "";
    display: block;
    width: 154.5px;
    height: 211px;
    background-image: url(../images/after_image.png);
    background-size: cover;
    background-position: center;
    position: absolute;
    top: -60px;
    right: 20px;
}

.tp-Menu .slimming .ice-Diet .txt-Box dl dt {
    font-size: 22px;
    margin-bottom: 20px;
}

.tp-Menu .slimming .ice-Diet .txt-Box dl dd {
    font-size: 16px;
    color: #6e6e6e;
}

.tp-Menu .slimming .ice-Diet .txt-Box dl dd + dd {
    margin-top: 15px;
}

.tp-Menu .slimming .ice-Diet .structure {
    margin-top: 80px;
}

.tp-Menu .slimming .ice-Diet .structure .box {
    margin-bottom: 60px;
}

.tp-Menu .slimming .ice-Diet .structure .image {
    width: 360px;
    float: left;
}

.tp-Menu .slimming .ice-Diet .structure .image img {
    width: 100%;
    height: auto;
}

.tp-Menu .slimming .ice-Diet .structure .overview {
    width: calc(100% - 400px);
    float: right;
}

.tp-Menu .slimming .ice-Diet .structure .overview dt {
    color: #153b5d;
    font-size: 22px;
    padding-left: 15px;
    margin-bottom: 30px;
    border-left: 2px solid #153b5d;
    box-sizing: border-box;
}

.tp-Menu .slimming .ice-Diet .structure .overview dd {
    font-size: 16px;
    color: #6e6e6e;
}

.tp-Menu .slimming .ice-Diet .pickup {
    background-color: #fbfbfb;
    margin-bottom: 60px;
}

.tp-Menu .slimming .ice-Diet .pickup dl dt {
    color: #ffffff;
    background-color: #153b5d;
    font-size: 24px;
    padding: 5px 20px;
    margin-bottom: 40px;
    position: relative;
}

.tp-Menu .slimming .ice-Diet .pickup dl dd {
    float: left;
    width: 50%;
    font-size: 19px;
    padding-left: 50px;
    margin-bottom: 30px;
    box-sizing: border-box;
    position: relative;
}

.tp-Menu .slimming .ice-Diet .pickup dl dd::before {
    content: "\025a1";
    position: absolute;
    top: 0;
    left: 25px;
}

.tp-Menu .slimming .ice-Diet .pickup dl dd span {
    position: relative;
    z-index: 1;
}

.tp-Menu .slimming .ice-Diet .pickup dl dd span::before {
    content: "";
    display: block;
    width: 100%;
    height: 10px;
    background-color: #fff980;
    position: absolute;
    bottom: 0;
    z-index: -1;
}

.tp-Menu .slimming .ice-Diet .before-After {
    margin-bottom: 80px;
}

.tp-Menu .slimming .ice-Diet .before-After .img-Ba {
    width: calc(50% - 30px);
    float: left;
    position: relative;
}

.tp-Menu .slimming .ice-Diet .before-After .img-Ba:nth-child(2) {
    float: right;
}

.tp-Menu .slimming .ice-Diet .before-After .img-Ba::before {
    content: "";
    display: block;
    width: 25px;
    height: 9px;
    background-image: url(../images/arrow.png);
    background-size: cover;
    background-position: right;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.tp-Menu .slimming .ice-Diet .before-After figure {
    width: calc(50% - 20px);
    float: left;
    border: 2px solid #ad964d;
    box-sizing: border-box;
}

.tp-Menu .slimming .ice-Diet .before-After figure:nth-child(2) {
    float: right;
}

.tp-Menu .slimming .ice-Diet .before-After figure img {
    width: 100%;
    height: auto;
}

.tp-Menu .slimming .ice-Diet .before-After figure p {
    font-size: 16px;
    text-align: center;
    color: #ffffff;
    background-color: #ad964d;
    padding: 5px 0;
}


.tp-Menu .slimming .ice-Diet .price {
    margin-bottom: 80px;
}

.tp-Menu .slimming .ice-Diet .price .box dd:last-child {
    padding-left: 20px;
}

.tp-Menu .slimming .ice-Diet .price .box dd.origin {
    color: #333333;
    font-size: 18px;
    padding-right: 55px;
    position: relative;
}

.tp-Menu .slimming .ice-Diet .price .box dd.origin::after {
    content: "";
    display: block;
    width: 25px;
    height: 9px;
    background-image: url(../images/arrow.png);
    background-size: cover;
    background-position: right;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.tp-Menu .slimming .ice-Diet .price .box dd.origin span {
    position: relative;
}

.tp-Menu .slimming .ice-Diet .price .box dd.origin span::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #eb1f1f;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

.tp-Menu .slimming .p-Ttl {
    font-size: 22px;
    background-color: #eeeeee;
    padding: 5px 20px;
    margin-bottom: 30px;
    box-sizing: border-box;
}

.tp-Menu .slimming .other + .other {
    margin-top: 80px;
}

.tp-Menu .slimming .other .sub-Txt {
    color: #d32020;
    font-size: 20px;
    font-weight: bold;
    padding: 0 20px;
    margin-bottom: 30px;
}

.tp-Menu .slimming .other .sub-Txt span {
    display: block;
    color: #6e6e6e;
    font-size: 14px;
}

.tp-Menu .slimming .other dl {
    padding: 0 20px;
    box-sizing: border-box;
    position: relative;
}

.tp-Menu .slimming .other dl + dl {
    margin-top: 30px;
}

.tp-Menu .slimming .other dl dt {
    color: #ad964d;
    font-size: 18px;
    float: left;
    padding-top: 2px;
    padding-left: 25px;
    padding-right: 20px;
    box-sizing: border-box;
    position: relative;
}

.tp-Menu .slimming .other dl dt::before {
    content: "\025c6";
    position: absolute;
    top: 0;
    left: 0;
}

.tp-Menu .slimming .other dl dt span {
    font-size: 15px;
    padding-left: 5px;
}

.tp-Menu .slimming .other dl dd {
    color: #d32020;
    font-size: 15px;
    float: left;
}

.tp-Menu .slimming .other dl dd span {
    display: inline-block;
    width: 115px;
    color: #ad964d;
    margin-right: 35px;
    position: relative;
}

.tp-Menu .slimming .other dl dd span::before {
    content: "";
    display: block;
    width: 25px;
    height: 9px;
    background-image: url(../images/arrow.png);
    background-size: cover;
    background-position: right;
    position: absolute;
    top: 0;
    right: -35px;
    bottom: 0;
    margin: auto;
}

.tp-Menu .slimming .other dl dd span::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #d32020;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

.tp-Menu .slimming .other dl dd strong {
    font-size: 20px;
    font-weight: bold;
    padding-right: 5px;
}

.tp-Menu .slimming .other dl .cap {
    width: 100%;
    color: #6e6e6e;
    font-size: 15px;
    padding-left: 15px;
    margin-top: 10px;
    box-sizing: border-box;
    position: relative;
}

.tp-Menu .slimming .other dl .cap::before {
    content: "\025ce";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}


@media screen and (max-width:1023px) {

    .tp-Menu .slimming .ice-Diet .txt-Box dl::before {
        width: 108.5px;
        height: 150px;
        top: -20px;
    }

}

@media screen and (max-width:767px) {

    .tp-Menu .slimming .img-Box figure:first-child {
        width: 80%;
        float: none;
        position: relative;
    }

    .tp-Menu .slimming .img-Box figure:nth-child(2) {
        width: 50%;
        float: none;
        margin-left: auto;
        position: relative;
        margin-top: -20px;
    }

    .tp-Menu .slimming.menu-Col .m-Ttl {
        width: 100%;
    }

    .tp-Menu .slimming .ice-Diet .txt-Box dl::before {
        content: none;
    }

    .tp-Menu .slimming .ice-Diet .structure {
        margin-top: 60px;
    }

    .tp-Menu .slimming .ice-Diet .structure .image {
        width: 100%;
        margin-bottom: 30px;
    }

    .tp-Menu .slimming .ice-Diet .structure .overview {
        width: 100%;
    }

    .tp-Menu .slimming .ice-Diet .structure .overview dt {
        font-size: 20px;
    }

    .tp-Menu .slimming .ice-Diet .pickup {
        margin-bottom: 40px;
    }

    .tp-Menu .slimming .ice-Diet .pickup dl {
        padding-bottom: 10px;
    }

    .tp-Menu .slimming .ice-Diet .pickup dl dt {
        font-size: 20px;
        margin-bottom: 30px;
    }

    .tp-Menu .slimming .ice-Diet .pickup dl dd {
        width: 100%;
        font-size: 15px;
        padding-right: 20px;
        padding-left: 40px;
        margin-bottom: 20px;
    }

    .tp-Menu .slimming .ice-Diet .pickup dl dd::before {
        left: 15px;
    }

    .tp-Menu .slimming .ice-Diet .before-After {
        margin-bottom: 60px;
    }

    .tp-Menu .slimming .ice-Diet .before-After .img-Ba {
        width: 100%;
    }

    .tp-Menu .slimming .ice-Diet .before-After .img-Ba:nth-child(2) {
        margin-top: 30px;
    }

    .tp-Menu .slimming .ice-Diet .before-After figure {
        border: 2px solid #ad964d;
    }

    .tp-Menu .slimming .ice-Diet .price {
        max-width: 315px;
        margin-left: auto;
    }

    .tp-Menu .slimming .ice-Diet .price .box {
        display: block;
    }

    .tp-Menu .slimming .ice-Diet .price .box + .box {
        margin-top: 30px;
    }

    .tp-Menu .slimming .ice-Diet .price .box dt {
        width: auto;
        padding-right: 0;
        margin-bottom: 10px;
        border: 0;
    }

    .tp-Menu .slimming .ice-Diet .price .box dd.origin {
        display: inline;
        font-size: 16px;
        padding-left: 0;
        padding-right: 45px;
    }

    .tp-Menu .slimming .ice-Diet .price .box dd:last-child {
        display: inline;
        padding-left: 10px;
    }

    .tp-Menu .slimming .other dl dd {
        width: 100%;
    }

    .tp-Menu .slimming .other dl dd span {
        margin-right: 30px;
    }
    
    .tp-Menu .slimming .other dl dd span::before {
        width: 20px;
        right: -30px;
    }

}


/*----- voice -----*/

.voice {
    margin-top: 160px;
}

.voice .wrap {
    padding: 80px 60px 100px 60px;
    border: 1px solid #ad964d;
    box-sizing: border-box;
    position: relative;
}

.voice h3 {
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
}

.voice h3 span {
    display: inline-block;
    text-align: center;
    color: #ad964d;
    background-color: #ffffff;
    padding: 20px 40px;
    border: 1px solid #ad964d;
    box-sizing: border-box;
}

.voice h3 strong {
    font-size: 24px;
}

.voice .txt {
    max-width: 420px;
    padding-left: 20px;
    margin: 0 auto 80px;
    box-sizing: border-box;
    position: relative;
}

.voice .txt::before {
    content: "\0274b";
    position: absolute;
    top: 0;
    left: 0;
}

.voice .list li {
    width: calc(50% - 40px);
    color: #153b5d;
    float: left;
    position: relative;
    margin-top: 60px;
}

.voice .list li:nth-child(1) {
    margin-top: 0;
}

.voice .list li:nth-child(2) {
    float: right;
    margin-top: 0;
}

.voice .list li:nth-child(3) {
    float: right;
}

.voice .list li:nth-child(2n) {
    color: #ad964d;
}

.voice .list li::after {
    content: "";
    display: block;
    background-size: cover;
    background-position: center;
    position: absolute;
}

.voice .list li:nth-child(1)::after,
.voice .list li:nth-child(3)::after {
    width: 58px;
    height: 86px;
    background-image: url(../images/women_icon1.png);
    top: 0;
    right: 0;
}

.voice .list li:nth-child(2n)::after {
    width: 58px;
    height: 82px;
    background-image: url(../images/women_icon2.png);
    top: 0;
    right: 0;
}

.voice .list li b {
    font-size: 22px;
}


@media screen and (max-width:1279px) {

    .voice .wrap {
        padding: 80px 40px 100px 40px;
    }

    .voice .list li {
        width: calc(50% - 20px);
        padding-right: 65px;
        box-sizing: border-box;
    }

}

@media screen and (max-width:1023px) {

    .voice .txt {
        margin: 0 auto 50px;
    }

    .voice .list li b {
        font-size: 20px;
    }

}

@media screen and (max-width:767px) {

    .voice .wrap {
        padding: 80px 20px;
    }    

    .voice h3 span {
        width: 300px;
        font-size: 16px;
        padding: 20px;
        
    }

    .voice h3 strong {
        font-size: 20px;
    }

    .voice .list li {
        width: 100%;
        padding-right: 52px;
        margin-top: 40px;
    }

    .voice .list li:nth-child(2) {
        margin-top: 40px;
    }

    .voice .list li:nth-child(1)::after,
    .voice .list li:nth-child(3)::after {
        width: 42px;
        height: 62px;
    }

    .voice .list li:nth-child(2n)::after {
        width: 42px;
        height: 59px;
    }

    .voice .list li b {
        font-size: 18px;
    }

}

/*----- st-Btn -----*/

.st-Btn {
    margin-top: 80px;
}

.st-Btn .col {
    max-width: 1024px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 0;
    margin: 0 auto;
    border-top: 1px solid #153b5d;
    border-bottom: 1px solid #153b5d;
}

.st-Btn .txt {
    font-size: 26px;
    color: #153b5d;
    padding-right: 30px;
}

.st-Btn .btn {
    width: 320px;
    padding-left: 30px;
}

.st-Btn .btn a {
    max-width: 320px;
    display: block;
    font-size: 16px;
    color: #ffffff;
    background-color: #153b5d;
    border: 1px solid #153b5d;
    text-align: center;
    padding: 20px 0;
    transition: .6s all;
}

.st-Btn .btn a:hover {
    color: #153b5d;
    background-color: #ffffff;
}

@media screen and (max-width:767px) {

    .st-Btn.ly-Fc {
        margin-bottom: 100px;
    }

    .st-Btn .col {
        display: block;
        padding: 40px 0;
    }

    .st-Btn .txt {
        font-size: 24px;
        padding-right: 0;
        text-align: center;
        margin-bottom: 30px;
    }

    .st-Btn .btn {
        max-width: 320px;
        width: 100%;
        padding-left: 0;
        margin: 0 auto;
    }

}

/*----------------------
 tp-Salon
----------------------*/

.tp-Salon {
    background-color: #153b5d;
}

.tp-Salon .inner {
    padding: 100px 0 80px;
    position: relative;
}

.tp-Salon h2 {
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
}

.tp-Salon h2 span {
    display: block;
    width: 320px;
    font-size: 24px;
    text-align: center;
    color: #ffffff;
    background-color: #153b5d;
    padding: 20px;
    border: 1px solid #ffffff;
}

.tp-Salon ul {
    padding: 0 30px;
}

.tp-Salon ul li {
    color: #ffffff;
    font-size: 18px;
    padding-left: 25px;
    position: relative;
}

.tp-Salon ul li + li {
    margin-top: 20px;
}

.tp-Salon ul li::before {
    content: "\025cb";
    position: absolute;
    top: 0;
    left: 0;
}

.tp-Salon ul li span {
    display: block;
    font-size: 14px;
}

@media screen and (max-width:767px) {

    .tp-Salon .inner {
        padding: 80px 0;
        position: relative;
    }

    .tp-Salon ul {
        padding: 0;
    }

    .tp-Salon ul li {
        font-size: 16px;
    }

    .tp-Salon h2 span {
        width: 280px;
    }
    

}

/*----------------------
 tp-Access
----------------------*/

.tp-Access .box {
    margin-bottom: 100px;
}

.tp-Access .box .image {
    width: 560px;
    font-size: 0;
    float: left;
}

.tp-Access .box .image img {
    width: 100%;
    height: auto;
}

.tp-Access .box .tbl {
    width: calc(100% - 600px);
    float: right;
}

.tp-Access .box .tbl dl + dl {
    margin-top: 30px;
}

.tp-Access .box .tbl dl::after {
    content: "";
    display: block;
    height: 0;
    clear: both;
}

.tp-Access .box .tbl dl dt {
    width: 140px;
    font-size: 16px;
    float: left;
    position: relative;
}

/* .tp-Access .box .tbl dl dt::after {
    content: "";
    display: block;
    width: 70px;
    height: 2px;
    background-color: #ad964d;
    position: absolute;
    left: 0;
    bottom: -2px;
} */

.tp-Access .box .tbl dl dt span {
    border-bottom: 2px solid #ad964d;
}

.tp-Access .box .tbl dl dd {
    width: calc(100% - 140px);
    font-size: 16px;
    float: left;
}

.tp-Access .box .tbl dl dd .cap-1 {
    display: block;
    margin-top: 20px;
}

.tp-Access .box .tbl dl dd .cap-2 {
    display: block;
    font-size: 14px;
}

.tp-Access .box .tbl dl .tel p + p {
    margin-top: 10px;
}

.tp-Access .box .tbl dl .tel a {
    color: #ad964d;
    font-size: 20px;
    padding-left: 25px;
    position: relative;
}

.tp-Access .box .tbl dl .tel a::before {
    content: "";
    display: block;
    width: 16px;
    height: 21px;
    background-image: url(../images/dial_icon.png);
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

.tp-Access .map p {
    max-width: 1280px;
    padding: 0 20px;
    margin: 0 auto;
}

.tp-Access .map p span {
    padding-left: 20px;
    position: relative;
}

.tp-Access .map p span::before {
    content: "\025b6";
    color: #153b5d;
    position: absolute;
    top: 0;
    left: 0;
}

.tp-Access .map figure {
    margin-top: 5px;
}

.tp-Access .map iframe {
    width: 100%;
    height: 360px;
}

@media screen and (max-width:1024px) {

    .tp-Access .box .image {
        width: 45%;
    }

    .tp-Access .box .tbl {
        width: calc(55% - 20px);
    }

    
    .tp-Access .box .tbl dl dt {
        width: 100px;
        font-size: 15px;
    }

    .tp-Access .box .tbl dl dd {
        width: calc(100% - 100px);
        font-size: 15px;
    }

}

@media screen and (max-width:767px) {

    .tp-Access .box {
        margin-bottom: 80px;
    }

    .tp-Access .box .image {
        width: 100%;
        margin-bottom: 30px;
    }

    .tp-Access .box .tbl {
        width: 100%;
    }

    .tp-Access .map iframe {
        height: 250px;
    }

}



/*----------------------
 st-Contact
----------------------*/

.st-Contact .txt {
    font-size: 18px;
    text-align: center;
    line-height: 1.8;
    margin-bottom: 80px;
}

.st-Contact .ttl {
    font-size: 24px;
    color: #ad964d;
    text-align: center;
    margin-bottom: 40px;
}

.st-Contact .ttl span {
    display: block;
    font-size: 14px;
    color: #6e6e6e;
}

/*----- tel-Col -----*/

.st-Contact .tel-Col {
    margin-bottom: 100px;
}

.st-Contact .tel-Col .inner {
    padding: 80px 20px;
    border: 1px solid #ad964d;
    box-sizing: border-box;
}

.st-Contact .tel-Col .list {
    display: flex;
    justify-content: center;
}

.st-Contact .tel-Col .list .item:nth-child(1) {
    padding-right: 40px;
}

.st-Contact .tel-Col .list .item:nth-child(2) {
    padding-left: 40px;
}

.st-Contact .tel-Col .list .item a {
    color: #ad964d;
    font-size: 34px;
    font-weight: bold;
    padding-left: 35px;
    box-sizing: border-box;
    position: relative;
}

.st-Contact .tel-Col .list .item a::before {
    content: "";
    display: block;
    width: 29px;
    height: 38px;
    background-image: url(../images/dial_icon.png);
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

.st-Contact .tel-Col .cap {
    text-align: center;
    margin-top: 20px;
}

/*----- form-Col -----*/

.st-Contact .form-Col .inner {
    max-width: 768px;
    margin: 0 auto;
}

.st-Contact .form-Col .exp-Txt {
    text-align: center;
    line-height: 1.8;
    margin-bottom: 60px;
}

.st-Contact form#mail_form {
    width: auto;
    background: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.st-Contact form#mail_form p#form_submit {
    text-align: center;
}

.st-Contact form#mail_form dl {
    width: 100%;
}

.st-Contact form#mail_form dl dt span {
    display: block;
    font-size: 85%;
    color: #ad964d;
}

.st-Contact form#mail_form input#form_submit_button {
    margin-left: 0;
}

.st-Contact form#mail_form input[type="button"] {
    background: #ad964d;
    border: 1px solid #ad964d;
    transition: .6s all;
}

.st-Contact form#mail_form input[type="button"]:hover {
    color: #ad964d;
    background: #ffffff;
    border: 1px solid #ad964d;
}

.st-Contact form#mail_form dl dt span.required {
    background: #ad964d;
    border: 1px solid #ad964d;
}

.st-Contact form#mail_form dl dt span.optional {
    background: #153b5d;
    border: 1px solid #153b5d;
}

@media screen and (max-width:767px) {

    .st-Contact .txt {
        font-size: 16px;
        margin-bottom: 60px;
    }

    .st-Contact .tel-Col .inner {
        padding: 60px 20px;
    }

    .st-Contact .tel-Col .list {
        display: block;
    }

    .st-Contact .tel-Col .list .item {
        text-align: center;
    }

    .st-Contact .tel-Col .list .item:nth-child(1) {
        padding-right: 0;
    }

    .st-Contact .tel-Col .list .item:nth-child(2) {
        padding-left: 0;
        margin-top: 20px;
    }

    .st-Contact .tel-Col .list .item a {
        font-size: 28px;
        padding-left: 28px;
    }

    .st-Contact .tel-Col .list .item a::before {
        width: 20px;
        height: 26px;
        top: 5px;
    }

    .st-Contact .tel-Col .cap {
        margin-top: 40px;
    }

    .st-Contact .form-Col .form-Box .u-Tel input {
        width: 100%;
    }

}

/*----------------------
 st-Footer
----------------------*/

.st-Footer {
    background-color: #153b5d;
    padding-top: 80px;
    padding-bottom: 10px;
    margin-top: 180px;
}

.st-Footer .inner {
    margin-bottom: 80px;
}

.st-Footer .left-Box {
    float: left;
    width: 40%;
}

.st-Footer .left-Box h2 {
    color: #ffffff;
    font-size: 26px;
    line-height: 1.4;
    margin-bottom: 20px;
}

.st-Footer .left-Box h2 span {
    display: block;
    font-size: 14px;
}

.st-Footer .left-Box .sns-List {
    display: flex;
    margin-bottom: 30px;
}

.st-Footer .left-Box .sns-List li + li {
    margin-left: 10px;
}

.st-Footer .left-Box .sns-List li a {
    display: block;
    height: 20px;
}

.st-Footer .left-Box .sns-List li a img {
    width: auto;
    height: 100%;
}

.st-Footer .left-Box address {
    font-size: 15px;
    font-style:normal;
    color: #ffffff;
    margin-bottom: 20px;
}

.st-Footer .left-Box .tel {
    display: flex;
    width: 100%;
}

.st-Footer .left-Box .tel dt {
    font-size: 16px;
    color: #ffffff;
    margin-right: 5px;
}

.st-Footer .left-Box .tel dd{
    width: 100%;
}

.st-Footer .left-Box .tel dd span:last-child {
    padding-left: 15px;
    position: relative;
}

.st-Footer .left-Box .tel dd span:last-child::before {
    content: "/";
    position: absolute;
    color: #ffffff;
    top: -2px;
    left: 3px;
}

.st-Footer .left-Box .tel dd a {
    font-size: 16px;
    color: #ffffff;
}

.st-Footer .f-Nav {
    width: 60%;
    float: right;
    text-align: right;
}

.st-Footer .f-Nav ul li {
    display: inline;
}

.st-Footer .f-Nav ul li + li {
    padding-left: 30px;
}

.st-Footer .f-Nav ul li a {
    color: #ffffff;
}

.st-Footer .copy {
    color: #ffffff;
    font-size: 14px;
    text-align: center;
}

@media screen and (max-width:767px) {

    .st-Footer {
        padding-top: 60px;
        padding-bottom: 10px;
        margin-top: 140px;
    }

    .st-Footer .left-Box h2 {
        text-align: center;
    }

    .st-Footer .left-Box {
        width: 100%;
        margin-bottom: 40px;
    }

    .st-Footer .left-Box .sns-List {
        justify-content: center;
    }

    .st-Footer .f-Nav {
        float: none;
        width: 100%;
        text-align: left;
    }

    .st-Footer .f-Nav ul li {
        display: block;
        margin-top: 20px;
    }

    .st-Footer .f-Nav ul li + li {
        padding-left: 0;
    }

}