@charset "utf-8";
/* CSS Document */


.tangerine {
    font-family: 'Tangerine', cursive;
}

/*gnav*/

#gnav p.toggle span.n {
    display: none;
}

#gnav {
    z-index: 200;
    width: 100%;
}

.glist {
    max-width: 1400px;
}


.glist li {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    text-align: center;
    border-right: 1px solid #ddd;
}
[data-element-id] .glist li{
    width: 12%;
}

/* .glist li:nth-of-type(7) {
    border-right: 0px;
} */

.glist li:nth-of-type(26) {
    border-right: 0px;
}

[data-element-id] #gnav li.pcnone {
    display: block;
}

#gnav li.pcnone {
    display: none;
}

.glist li a {
    width: 100%;
    display: block;
    font-size: 14px;
    padding: 14px 0;
}

#gnav.fix {
    position: fixed;
    z-index: 200;
    top: 0;
    background: rgba(255, 255, 255, 0.95);
    -webkit-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1);
}

.fix .accordion-toggle {
    opacity: 0.8;
}

@media only screen and (max-width: 1024px) {
    #gnav .gnavinn {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 0;
        opacity: 0;
        -webkit-transition: height ease .1s, opacity ease .4s;
        transition: height ease .1s, opacity ease .4s;
        padding: 0;
        border: none;
        padding-bottom: 0;
        background: rgba(255, 255, 255, 0.8);
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        -webkit-transform: translate3d(0, 0, 0) !important;
        transform: translate3d(0, 0, 0) !important;
        z-index: -10;

    }

    #gnav .glist li {
        display: block !important;
        width: 100%;
        text-align: center;
        position: static;
        padding: 0;
    }

    #gnav p.toggle {
        display: block !important;
        position: fixed;
        width: 38px;
        height: 38px;
        top: 6px;
        right: 10px;
        cursor: pointer;
        opacity: 0.8;
        margin: 2px;
        z-index: 251;
        -webkit-transform: translate3d(0, 0, 0) !important;
        transform: translate3d(0, 0, 0) !important;
    }

    #gnav.action .gnavinn {
        height: 100vh;
        opacity: 1;
        z-index: 250;
    }

    #gnav p.toggle span.n {
        display: block;
        background: #323232;
        height: 2px;
        width: 26px;
        text-indent: 9999px;
        padding: 0;
        top: 50%;
        left: 6px;
        margin-top: -1px;
        position: absolute;
    }

    #gnav p.toggle span.n:before {
        display: block;
        content: "";
        background: #323232;
        height: 2px;
        width: 26px;
        position: absolute;
        top: -8px;
        left: 0;
    }

    #gnav p.toggle span.n:after {
        display: block;
        content: "";
        background: #323232;
        height: 2px;
        width: 26px;
        position: absolute;
        top: 8px;
        left: 0;
    }

    #gnav.action p.toggle span.n {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transition: ease .10s;
        transition: ease .10s;
    }

    #gnav.action p.toggle span.n:after,
    #gnav.action p.toggle span.n:before {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        top: 0;
        left: 0;
    }

    #gnav .gnavinn .glist {
        width: 100%;
        padding: 60px 3% 80px;
    }

    #gnav .gnavinn .glist a {
        height: auto;
        display: block;
        text-align: left;
        padding: 10px 8px 8px 8px;
        border: none !important;
    }

    #gnav.fix {
        padding: 0;
    }

    .overlay {
        height: 100%;
        overflow: hidden;
    }

    .overlay:after {
        content: "";
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        opacity: 0.3;
        z-index: 100;
    }
}

@media only screen and (max-width:599px) {
    #gnav .gnavinn .glist {
        padding: 60px 3% 33%;
    }
}

/*スライドショー mainImg*/

.homeSlide {
    position: relative;
    overflow: hidden;
}

.homeSlide h2 {
    width: 450px;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 75%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    color: #fff;
    text-shadow: 0px 0px 20.52px rgba(0, 0, 0, 0.18);
}

.homeSlide h2 .sub-tit {
    color: #df5075;
    /*    font-size: 36px;*/
    font-size: calc(28px + ((1vw - 10px) * 1.6));
    -webkit-transform: rotate(-9deg) translate(-70px, 0px);
    -ms-transform: rotate(-9deg) translate(-70px, 0px);
    transform: rotate(-9deg) translate(-70px, 0px);
    display: inline-block;
}

.homeSlide h2 .jp {
    /*    font-size: 46px;*/
    font-size: calc(19px + ((1vw - 10px) * 1.6));
    color: rgba(60, 46, 29, 255);
    font-weight: 400;
    display: block;
}


.homeSlide .uk-slidenav-position {
    text-align: center;
    position: relative;
    overflow: hidden;
    min-width: 500px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.homeSlide .uk-slidenav-position:after {
    padding-top: 45%;
    content: '';
    display: block;
}

.homeSlide .uk-slideshow {
    position: absolute;
    top: 0;
    height: 100% !important;
}

.homeSlide .uk-slideshow * {
    height: 100% !important;
}

.mainImg {
    position: relative;
    overflow: hidden;
}

.mainImg h2 {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-shadow: 2px 2px 15px #fff, -2px 2px 15px #fff, 2px -2px 15px #fff, -2px -2px 15px #fff;
    width: 90%;
    margin: auto;
}

/*footer*/

/*totop*/

#totop {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 99;
    text-align: center;
}

#totop a {
    height: 80px;
    width: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    background: #7cbe27;
    color: #fff;
    border-radius: 50%;
    overflow: hidden;
}

#totop a:before {
    content: "\f106";
    font-family: FontAwesome;
    display: block;
    font-size: 30px;
    width: 100%;
    text-align: center;
    margin-top: -0.25em;
}

@media only screen and (max-width:1024px) {
    #totop a {
        height: 65px;
        width: 65px;
    }

    #totop a:before {
        font-size: 28px;
    }
}

@media only screen and (max-width:599px) {
    #totop a {
        height: 50px;
        width: 50px;
        font-size: 10px;
    }

    #totop a:before {
        font-size: 26px;
    }
}

.copy {
    text-align: center;
    background: #000;
    padding: 20px 0;
    color: #fff;
}

/*blog*/

.calist dt {
    text-align: center;
    color: #fff;
    background: #000;
    width: 100%;
    padding: 5px;
}

.calist li {
    padding: 10px 0;
}

.calist li:before {
    content: "\f0da";
    font-family: FontAwesome;
    margin-right: 10px;
}

.calist ul {
    padding: 10px 30px;
}

.pagenav ul {
    max-width: 300px;
    margin: 80px auto;
}

.pagenav li {
    /*    width: 14%;*/
    text-align: center;
}

.pagenav li a {
    display: block;
}

/*form*/

/*
.form * {
    -webkit-appearance: none;
}
*/

.form dl {
    padding: 1.5em 0;
    border-bottom: 1px solid #fff;
}

.form dl:last-of-type {
    border-bottom: none;
}

.form dt {
    width: 36%;
    font-weight: 600;
}

.form dt .reqw {
    font-size: 14px;
    text-align: center;
    padding: 0 0.5em;
    background: #d5262b;
    color: #fff;
    margin-left: 0.5em;
}

.form dd {
    width: 60%;
}

.form dd input {
    width: 100%;
    padding: 0.5em;
    font-size: inherit;
    font-family: inherit;
    color: inherit;
}

.form dd select {
    padding: 0.5em;
    font-family: inherit;
    color: inherit;
}

.form dd input[type="radio"] {
    display: none;
}

.form dd input[type="radio"] + label {
    padding-left: 20px;
    position: relative;
    margin-right: 20px;
    line-height: 200%;
}

.form dd input[type="radio"] + label::before {
    content: "";
    display: block;
    position: absolute;
    top: 4px;
    left: 0;
    width: 10px;
    height: 10px;
    border: 1px solid #303841;
    border-radius: 50%;
    background: #fff;
}

.form dd input[type="radio"]:checked + label::after {
    content: "";
    display: block;
    position: absolute;
    top: 6px;
    left: 2px;
    width: 8px;
    height: 8px;
    background: #303841;
    border-radius: 50%;
}

.form dd input[type="radio"]:checked + label {
    border-bottom: 1px solid;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}

.form dd textarea {
    width: 100%;
    padding: 0.5em;
    font-size: inherit;
    font-family: inherit;
    color: inherit;
    height: 250px;
}

.formbtn li button {
    text-align: center;
    color: #fff;
    display: block;
    background: #d5262b;
    padding: 1em 3em;
    position: relative;
    z-index: 1;
    opacity: 1;
    overflow: hidden;
    border: none;
    width: 100%;
    margin: 80px auto;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.formbtn li button:after {
    position: absolute;
    font-family: FontAwesome;
    content: "\f105";
    position: absolute;
    top: 50%;
    right: 1em;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 20px;
}

.formbtn2 li:nth-of-type(odd) button:after {
    right: auto;
    left: 1em;
    content: "\f104";
}

.formbtn li button:hover {
    opacity: 0.6;
    cursor: pointer;
}

.formbtn li {
    width: 100%;
    max-width: 320px;
    margin: auto;
}

.formbtn2 li {
    max-width: 250px;
}

@media only screen and (max-width:1024px) {
    .form dt {
        width: 100%;
        padding-bottom: 1em;
    }

    .form dd {
        width: 100%;
    }

    .form dl {
        padding: 1.25em 0;
    }

    .formbtn li button {
        margin: 60px auto;
    }

    .formbtn2 li {
        max-width: 200px;
    }

}

@media only screen and (max-width:599px) {
    .formbtn li button {
        margin: 40px auto;
        max-width: 250px;
    }

    .formbtn2 li {
        max-width: 130px;
    }
}


/*==========================ここから案件記述==========================*/
.heading1 {
    text-align: center;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", serif;
    color: #b18045;
    font-weight: 400;
    font-size: 36px;
    line-height: 30%;
    margin-bottom: 50px;
}

.heading1 .ja {
    letter-spacing: 0.2em;
    display: block;
    line-height: 120%;
}

.heading1 .en {
    font-size: 40%;
    letter-spacing: 0.1em;
    font-weight: 300;
}

.under .heading1 .en {
    letter-spacing: 0.25em;
}

@media only screen and (max-width:1024px) {
    .heading1 .ja {
        font-size: 28px;
    }
}

@media only screen and (max-width:599px) {
    .heading1 .ja {
        font-size: 20px;
    }

    .heading1 {
        font-size: 28px;
        margin-top: 5px;
        margin-bottom: 10px;
    }
}

.heading2 {
    padding-left: 14px;
    border-left: 5px solid #b18045;
    font-size: 22px;
    color: #b18045;
    line-height: 120%;
    margin-bottom: 20px;
}

@media only screen and (max-width: 1024px) {
    .heading2 {
        font-size: 19px;
    }
}

@media only screen and (max-width: 599px) {
    .heading2 {
        font-size: 17px;
        margin-bottom: 5px;
    }

    .about4-item {
        margin-bottom: 0;
    }
}

.heading3 {
    text-align: left;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", serif;
    color: #b18045;
    font-weight: 400;
    font-size: 34px;
    margin-bottom: 30px;
}

.heading3 .min {
    font-size: 30px;
}

@media only screen and (max-width: 1024px) {
    .heading3 {
        font-size: 28px;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 599px) {
    .heading3 {
        font-size: 20px;
        margin-bottom: 0;
    }
}

.heading4 {
    font-size: 32px;
    text-align: left;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", serif;
    color: #b18045;
    font-weight: 400;
    margin-bottom: 30px;
}

@media only screen and (max-width: 1024px) {
    .heading4 {
        font-size: 24px;
    }
}

@media only screen and (max-width: 599px) {
    .heading4 {
        font-size: 18px;
    }
}

.pl15 {
    padding-left: 15px;
}

.c-gold {
    color: #b18045;
}

.c-white {
    color: #fff;
}

.bg-gold {
    background: #b18045;
}

.bg-brown {
    background: #493f3c;
}

.bg-lightgray {
    background: #f6f6f6;
}

.morebtn {
    max-width: 250px;
    width: 90%;
    margin: 60px auto 0;
}

.morebtn a {
    border: 1px solid #fff;
    display: block;
    color: #fff;
    padding: 18px 0;
    text-align: center;
    position: relative;
}

.morebtn a:before {
    content: "";
    display: block;
    width: 40px;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 50%;
    right: -40px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.morebtn a:after {
    content: "";
    display: block;
    width: 15px;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 50%;
    right: -40px;
    -webkit-transform: rotate(45deg) translate(-4px, -11px);
    -ms-transform: rotate(45deg) translate(-4px, -11px);
    transform: rotate(45deg) translate(-4px, -11px);
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
}

.morebtn.gold a {
    border: 0px solid #b18045;
    background: #b18045;
}

.morebtn.gold a:before {
    background: #b18045;
    position: absolute;
}

.morebtn.gold a:after {
    background: #b18045;
}

@media only screen and (max-width:1024px) {
    .morebtn.gold a {
        font-size: 14px;
        padding: 13px 0;
    }

    .morebtn {
        max-width: 210px;
    }
}


.morebtn2 {
    display: block;
    padding-right: 50px;
    text-align: right;
}

.morebtn2 a {
    display: inline-block;
    color: #b18045;
    font-size: 14px;
    position: relative;
    padding-right: 10px;
}

.morebtn2 a:before {
    content: "";
    display: block;
    width: 40px;
    height: 1px;
    background: #b18045;
    position: absolute;
    top: 50%;
    right: -40px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.morebtn2 a:after {
    content: "";
    display: block;
    width: 15px;
    height: 1px;
    background: #b18045;
    position: absolute;
    top: 50%;
    right: -40px;
    -webkit-transform: rotate(45deg) translate(-4px, -11px);
    -ms-transform: rotate(45deg) translate(-4px, -11px);
    transform: rotate(45deg) translate(-4px, -11px);
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
}

@media only screen and (max-width:1024px) {
    .morebtn {
        margin-top: 40px;
    }
}

@media only screen and (max-width:599px) {
    .morebtn a {
        padding: 12px 0;
    }

    .morebtn {
        max-width: 210px;
        margin-top: 20px;
    }
    
    .morebtn.choice {
      margin-top: 0;
    }
}

.shadow1 {
    /* box-shadow */
    -webkit-box-shadow: 0px 0px 18px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 18px 5px rgba(0, 0, 0, 0.1);

}

@media only screen and (max-width: 1024px) {
    .shadow1 {
        /* box-shadow */
        -webkit-box-shadow: 0px 0px 12px 4px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 0px 12px 4px rgba(0, 0, 0, 0.1);
    }
}

@media only screen and (max-width: 599px) {
    .shadow1 {
        /* box-shadow */
        -webkit-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.1);
    }
}

/*==========================パーツここまで==========================*/
.header {
    background: #f5f3f4;
}

.header-top {
    background: #e6e6e6;
    padding: 0 60px;
}

.head {
    border-bottom: 1px solid #ddd;
}

.htop-left {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

h1 {
    font-weight: normal;
}

.htop-nav li a {
    position: relative;
    padding-left: 20px;
    font-size: 12px;
}

.htop-nav li a:before {
    content: "|";
    position: absolute;
    top: 0;
    left: 6px;
    font-size: 14px;
    line-height: 140%;
}

.htop-nav li:first-of-type a:before {
    display: none;
}

.header-center {
    border-bottom: 1px solid #ddd;
    padding-left: 60px;
}

.hlogo {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 420px;
    width: 35%;
}

.hlogo a {
    display: block;
}

.htel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    position: relative;
    padding: 5px 13px 0 0;
    margin-right: 15px;
}

.htel:after {
    content: "";
    font-size: 32px;
    width: 1px;
    height: 30px;
    display: inline;
    position: absolute;
    top: 0;
    right: 0;
    background: #dddddd;
}

.htel a {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", serif;
    color: #b18045;
    font-size: 32px;
    font-weight: 400;
    padding-left: 34px;
    position: relative;
}

.htel a:before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background: url(/import/tenant_1/160.16.121.28/html/images/01index/img02.png) center center no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}



.hline .icon {
    display: block;
    max-width: 30px;
}

.hcr-left .txt {
    font-size: 12px;
    letter-spacing: 0.07em;
    margin-bottom: 0.05em;
}

.hcr-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-right: 20px;
}

.hcr-right a {
    display: block;
    padding: 32px 60px 32px 40px;
    background: #b18045;
    color: #fff;
}

.hcr-right-in {
    position: relative;
    padding-left: 40px;
    letter-spacing: 0.05em;
}

.hcr-right-in:before {
    content: "";
    display: block;
    width: 30px;
    height: 19px;
    /* background: url(/import/tenant_1/160.16.121.28/html/images/01index/img00.png) center center no-repeat; */
    background: url(/upload/tenant_1/cc4cd4d10d34696545474d38c1ca58a3.png) center center no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
}

@media only screen and (max-width:1024px) {
    .hcenter-right {
        display: none
    }

    .htop-right {
        display: none
    }

    .header-top {
        padding: 3px 60px 3px 20px;
    }

    .header-center {
        padding: 3px 60px 3px 20px;
    }

    .hlogo {
        width: 45%;
    }
}

@media only screen and (max-width:599px) {
    .hlogo {
        width: 100%;
    }

    .header-top {
        padding: 7px 60px 7px 10px;
    }

    h1.fs12 {
        font-size: 10px;
    }

    .header-center {
        padding: 4px 60px 4px 10px;
    }
}

/*----------------------homeSlide-------------------------*/
@media only screen and (max-width:1024px) {
    .homeSlide h2 {
        width: 40%;
    }
     .homeSlide h2 .jp {
        font-size: calc(25px + ((1vw - 10px) * 1.6));
        font-weight: 500;
     }
}

@media only screen and (max-width:599px) {
    .homeSlide h2 .jp {
        font-size: calc(28px + ((1vw - 10px) * 1.6));
        font-weight: 500;
     /*    text-shadow: 2px 2px 11px #fff, 2px 2px 11px #fff, 2px 2px 11px #fff, 2px 2px 11px #fff, 2px 2px 11px #fff; */
    }

    .homeSlide h2 .sub-tit {
        font-size: calc(36px + ((1vw - 10px) * 1.6));
        text-shadow: 2px 2px 11px #fff, 2px 2px 11px #fff, 2px 2px 11px #fff, 2px 2px 11px #fff, 2px 2px 11px #fff;
    }

    .homeSlide h2 {
        width: 90%;
        max-width: 260px;
        top: auto;
        bottom: 8vh;
        left: 67%;
    }
}


/*----------------------home-news-------------------------*/
.home-news {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.5);
}

.home-news .hnews-tit {
    background: #b18045;
    width: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    font-size: 12px;
    color: #fff;
    font-weight: 400;
}

.home-news .hnews-list {
    width: calc(100% - 150px);
    padding: 12px 40px;
}

.home-news .day {
    padding-right: 30px;
    font-size: 14px;
}

.home-news .tit a {
    font-size: 14px;
    text-decoration: underline;
}



@media only screen and (max-width:599px) {
    .home-news .hnews-tit {
        width: 80px;
    }

    .home-news .hnews-list {
        width: calc(100% - 80px);
    }

    .home-news .hnews-tit {
        padding: 5px;
    }

    .home-news .hnews-list {
        padding: 12px 15px;
    }

    .homeSlide .pic {
        height: calc(100vh - 145px);
    }

    .homeSlide .pic img {
        width: 100%;
        height: 100% !important;
        font-family: 'object-fit: cover; object-position: 50% 50%;';
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: 50% 50%;
        object-position: 23% 100%;
    }
}

/*----------------------hpolicycont-------------------------*/
.hpolicy {
   /*  padding-top: 100px; */
    padding-top: 0;
    padding-bottom: 0;
}

.hpolicycont {
    position: relative;
}

.hpolicycont .in {
    padding: 120px 0;
}

.hpolicycont .tit {
    /*    font-size: 42px;*/
    font-size: calc(36px + ((1vw - 10px) * 1.6));
    margin-bottom: 60px;
}

.bg-img {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    height: 100%;
    width: 100%;
    z-index: -0;
}

.bg-img img {
    opacity: 0.7;
    width: 100%;
    height: 100% !important;
    font-family: 'object-fit: cover; object-position: 50% 50%;';
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    -webkit-filter: blur(2px);
    filter: blur(2px);
}

.bg-imgarea {
    position: relative;
    overflow: hidden;
}

@media only screen and (max-width:1024px) {
    .hpolicy {
        padding-top: 60px;
    }

    .hpolicycont .in {
        padding: 60px 0;
    }

    .hpolicycont .tit {
        margin-bottom: 40px;
    }
}

@media only screen and (max-width:599px) {
    .hpolicycont .tit {
        font-size: calc(30px + ((1vw - 10px) * 1.6));
    }

    .hpolicy {
        padding-top: 20px;
    }

    .hpolicycont .in {
        padding: 40px 0;
    }

    .hpolicycont .tit {
        margin-bottom: 30px;
    }
}

/*----------------------hreasonbox-------------------------*/


.hreasonbox .pic {
    position: relative;
}

.hreasonbox .pic img {
    opacity: 0.5;
}

.hreasonbox .tit {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    display: block;
}

.hreasonbox .tit .in {
    position: relative;
    width: 100%;
    display: block;
}

.hreasonbox .tit .in:before {
    content: "";
    display: block;
    width: 50px;
    height: 1px;
    background: #fff;
    position: absolute;
    top: -30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.hreasonbox1{
  width: 100%;
}
.hreasonbox1 .textbox {
    padding: 60px 60px 45px;
}

.hmerit-list {
    border: 1px solid #b18045;
}

.hmerit-item .num {
    width: 32px;
    height: 32px;
    font-style: italic;
    display: block;
    text-align: center;
    line-height: 32px;
    border-radius: 50%;
    position: absolute;
    top: -16px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    padding-right: 4px;
}

.hmerit-item {
    border-right: 1px solid #b18045;
    position: relative;
    padding: 24px 5px 20px;
    width: 20%;
}

.hmerit-list .hmerit-item:last-of-type {
    border: none;
}

.hreasonbox {
    margin-bottom: 30px;
}

.hreasonbox2 .textbox {
    padding: 40px 40px 30px;
}

.hreasonbox3 .textbox {
    padding: 40px 40px 30px;
}

.hreasonbox3 {
    width: 30%;
}

.hreason-subtit {
    position: absolute;
    bottom: 10px;
}

.hreasonbox .textbox .text {
    display: block;
}

@media only screen and (max-width:1024px) {
    .hreasonbox1 .textbox {
        padding: 40px 25px;
    }

    .hreasonbox2 .textbox {
        padding: 30px 25px;
    }

    .hreasonbox3 .textbox {
        padding: 30px 25px;
    }

    .hreasonbox3 {
        width: 48%;
    }

    .hreasonbox2 .ofiImg.t40 {
        position: relative;
        padding-top: 50%;
        display: block;
    }

}

@media only screen and (max-width:599px) {
    .hmerit-item {
        width: 100%;
        border-bottom: 1px solid #b18045;
        border-right: 0px solid #b18045;
        padding: 15px 15px 15px 60px;
    }

    .hmerit-item .mintit {
        text-align: left;
    }

    .hmerit-item .num {
        top: 50%;
        left: 10px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .hmerit-list {
        max-width: 260px;
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .hreasonbox1 .ofiImg.t26 {
        position: relative;
        padding-top: 50%;
        display: block;
    }

    .hreasonbox1 .textbox,
    .hreasonbox2 .textbox,
    .hreasonbox3 .textbox {
        padding: 20px 25px;
    }

    .hreasonbox1-list {
        max-width: 93%;
        margin-right: auto;
        margin-left: auto;
    }

    .hreasonbox {
        margin-bottom: 25px;
    }

    .hreasonbox3 {
        width: 100%;
    }

    .hreasonbox .textbox .text {
        height: auto !important;
        margin-bottom: 20px;
    }

}

/*----------------------hfaq-------------------------*/

.hfaq .bg-img img {
    opacity: 0.5;
}

/*---------------hdepilation----------------*/
.partsmenu-list .tit {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}
.clinicmenu1-list .partsmenu-item.row3 .tit{
     font-size: 21px;
}

.partsmenu-list .img {
    position: relative;
    padding-top: 30%;
    display: block;
}
.partsmenu-list .img img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100% !important;
    font-family: 'object-fit: cover; object-position: top center;';
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -o-object-position: top center;
    object-position: top center;
    opacity: 0.7;
}
.partsmenu-list.insta .img {
  padding-top: 40%;
}
.partsmenu-item {
    background: #fff;
    position: relative;
}

.partsmenu-item a {
    display: block;
    height: 100%;
}

.partsmenu-item .tit {
    color: rgba(85, 85, 85, 255);
    margin-bottom: 20px;
    color: #b18045;
    position: absolute;
    top: 50%;
    left: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 4;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", serif;
}

.partsmenu-item .textbox {
    padding: 20px 20px 60px;
    position: relative;
}

.partsmenu-item:before {
    content: "";
    display: block;
    width: 30px;
    height: 10px;
    background: url(/import/tenant_1/160.16.121.28/html/images/01index/arrow.png) center center no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 30px;
    left: 90%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.bg-pink-gradient {
    background: #ffffff;
    background: -webkit-linear-gradient(top, #ffffff 0%, #fff1f5 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#fff1f5));
    background: linear-gradient(to bottom, #ffffff 0%, #fff1f5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#fff1f5', GradientType=0);
}

.bg-brown-gradient {
    background: #f9f5f0;
    background: -webkit-linear-gradient(top, #f9f5f0 0%, #f9edea 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#f9f5f0), to(#f9edea));
    background: linear-gradient(to bottom, #f9f5f0 0%, #f9edea 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f5f0', endColorstr='#f9edea', GradientType=0);
}

@media only screen and (max-width:1024px) {
    .partsmenu-item {
        width: 31%;
    }
    .clinicmenu1-list .partsmenu-item.row3 .tit{
     font-size: 18px;
    }
}

@media only screen and (max-width:599px) {
    .partsmenu-item {
        width: 48%;
    }

    .partsmenu-item .textbox {
        padding: 13px 15px 40px;
    }

    .partsmenu-item:before {
        width: 30px;
        bottom: 20px;
    }

    .partsmenu-item .tit,.clinicmenu1-list .partsmenu-item.row3 .tit{
        font-size: 14px;
    }
}

/*------------------hcampaign---------------------*/
.hcampaign-item a {
    display: block;
}

.hcampaign-item .pic {
    margin-bottom: 5px;
}

.hcampaign-item .day {
    display: inline-block;
    position: relative;
}

.hcampaign-item .new {
    /* display: inline-block; */
    display: none;
    padding: 2px 4px;
    font-size: 10px;
    background: #bd0101;
    letter-spacing: 0;
    top: -3px;
    position: relative;
    margin-left: 5px;
}
[data-element-id] .hcampaign-item .new{
    display: inline-block;
}

.hcampaign-item .tit {
    display: block;
}

.hcampaign-item1 {
    margin-right: 20px;
    margin-left: 20px;
}

.hcampaign .slick-prev:before,
.hcampaign .slick-next:before {
    color: #b18045;
    font-size: 30px;
}

.hcampaign .slick-slide img {
    margin-right: auto;
    margin-left: auto;
}

@media only screen and (max-width:1024px) {
    .hcampaign-item1 {
        margin-right: 10px;
        margin-left: 10px;
    }

    .hcampaign .m1200 {
        width: calc(100% - 120px);
    }
}

@media only screen and (max-width:599px) {
    .hcampaign-item:last-of-type {
        display: none;
    }

    .hcampaign .slick-next {
        right: -25px;
    }

    .hcampaign .slick-prev {
        left: -25px;
    }

    .hcampaign .m1200 {
        width: calc(100% - 65px);
    }

    .hcampaign .slick-prev:before,
    .hcampaign .slick-next:before {
        color: #b18045;
        font-size: 20px;
    }
}
.histagram-item{
    margin-right: 5px;
    margin-left: 5px;
}

.histagram .harea{
    max-width: 1800px;
    margin-right: auto;
    margin-left: auto;
}

[data-element-id] .slickSlider01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

[data-element-id] .slickSlider01 li {
    width: 31%;
    margin-right: 1%;
    margin-left: 1%;
}
[data-element-id] .slickSlider02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

[data-element-id] .slickSlider02 .histagram-item {
    width: 12%;
}
.slickSlider02 .histagram-item {
   width: 19%;
   float: left;
 }
.histagram-item a{
  display: block;
}

/*----------------------haccess-------------------------*/
.haccess-logo {
    max-width: 480px;
}

.table table th {
    width: 200px;
    font-weight: 400;
    border: 1px solid;
}

.table table * {
    color: #b18045;
    font-size: 14px;
}

.table table td {
    text-align: center;
    padding: 5px;
    border: 1px solid;
}

.table table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    max-width: 550px;

}

.table tbody {
    width: 100%;
}

.table table .color {
    background: #efe6da;
}

.haccess-right {
    width: 46%;
}

.haccess-contactbtn {
    width: 100%;
    max-width: 420px;
    margin-right: 30px;
}

.haccess-contactbtn a {
    background: #b18045;
    color: #fff;
    display: block;
    padding: 18px 10px;
    text-align: center;
}

.haccess-contactbtn .in {
    position: relative;
    padding-left: 40px;
}

.haccess-contactbtn .in:after {
    content: "";
    display: block;
    width: 30px;
    height: 19px;
    background: url(/import/tenant_1/160.16.121.28/html/images/01index/img00.png) center center no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
}

.haccess-tellist .telbtn .in {
    padding-left: 40px;
    position: relative;
}

.haccess-tellist .telbtn a {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", serif;
    color: #b18045;
    font-size: 44px;
    font-weight: 400;
    position: relative;
}

.haccess-tellist .telbtn .in:before {
    content: "";
    display: block;
    width: 31px;
    height: 31px;
    background: url(/import/tenant_1/160.16.121.28/html/images/01index/img02.png) center center no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.telbtn-context {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.haccess-tellist .telbtn {
    margin-right: 5px;
}

.haccess-right {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}

@media only screen and (max-width:1024px) {
    .haccess-contactbtn {
        width: calc(100% - 76px);
        margin-right: 16px;
    }

    .haccess-tellist .telbtn a {
        font-size: 34px;
    }

    .haccess-tellist .telbtn .in {
        padding-left: 30px;
    }

    .haccess-tellist .telbtn .in:before {
        width: 26px;
        height: 26px;
    }

    .haccess-right {
        width: 80%;
        margin-right: auto;
        margin-left: auto;
    }

    .haccess-left {
        width: 80%;
        margin-bottom: 40px;
        margin-right: auto;
        margin-left: auto;
    }

    .haccess table {
        max-width: 700px;
    }

    .haccess_address {
        max-width: 700px;
    }

    .haccess-logo {
        margin-right: auto;
    }

}

@media only screen and (max-width:599px) {
    .haccess-right {
        width: 90%;
    }

    .table table th {
        width: 110px;
    }

    .table table * {
        font-size: 12px;
    }

    .haccess_address {
        font-size: 12px;
    }

    .haccess-contactbtn .in:after {
        width: 23px;
        height: 14px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .haccess-contactbtn .in {
        position: relative;
        padding-left: 30px;
    }

    .haccess-contactbtn a {
        padding: 13px 10px;
    }

    .haccess-linebtn {
        width: 48px;
        height: 48px;
    }

    .table table td {
        padding: 3px 5px;
    }

    .haccess-contactbtn {
        width: calc(100% - 64px);
    }

    .haccess-tellist .telbtn {
        margin-right: auto;
        margin-left: auto;
        margin-top: 10px;
    }

    .telbtn-context {
        text-align: center;
        margin-right: auto;
        margin-left: auto;
    }

    .haccess-tellist .telbtn a {
        font-size: 28px;
    }

    .haccess-tellist .telbtn .in:before {
        width: 22px;
    }

    .haccess-tellist .telbtn .in {
        padding-left: 28px;
    }

}

/*----------------------footer-------------------------*/
.gototop a {
    background: #b18045;
    display: block;
    padding: 18px;
    text-align: center;
}

.footer-list01 a {
    font-size: 16px;
    font-weight: 500;
}

.footer-listarea01 {
    width: 17%;
}

.footer-list01 li {
    margin-bottom: 5px;
}

.footer-listarea02 {
    width: 17%;
}

.footer-list02 {
    padding-left: 10px;
}

.footer-list02 li {
    margin-bottom: 3px;
}

.footer-list02 li a {
    font-size: 14px;
    color: rgba(102, 102, 102, 255);
}

.footer-listarea03 {
    width: 32%;
}

.footer-listarea03 .footer-list02 {
    width: 48%;
}

.footer-listarea-tit {
    font-size: 16px;
    margin-bottom: 5px;
}

.footer .m1200 {
    padding-top: 60px;
    /*padding-bottom: 100px;*/
}

@media only screen and (max-width:1024px) {
    .footer-listarea01 {
        width: 24%;
    }

    .footer-listarea02 {
        width: 24%;
    }

    .footer-listarea03 {
        width: 50%;
    }

    .footer-listarea01,
    .footer-listarea02 {
        margin-bottom: 30px;
    }

    .footer .m1200 {
        /*padding-bottom: 20px;*/
    }
}

@media only screen and (max-width:599px) {

    .footer-listarea01,
    .footer-listarea02 {
        width: 50%;
    }

    .footer-listarea03 {
        width: 100%;
    }

    .footer-list01 a {
        font-size: 14px;
    }

    .footer-listarea-tit {
        font-size: 15px;
        margin-bottom: 4px;
    }

    .footer-list02 li {
        /* margin-bottom: 6px; */
        margin-bottom: 0;
    }

    .gototop img {
        width: 30px
    }

    .gototop a {
        padding: 8px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
    }

    .footer .m1200 {
        padding-top: 40px;
        /*padding-bottom: 20px;*/
    }

    .footer-listarea01,
    .footer-listarea02 {
        margin-bottom: 13px;
    }

    .footer-list02 li a {
        font-size: 13px;
    }
}

/*----------------02about------------------*/
.underSlide {
    position: relative;
    overflow: hidden;
}

.underSlide .m1200 {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.underSlide h2 .jp {
    font-size: calc(30px + ((1vw - 10px) * 1.6));
    color: rgba(60, 46, 29, 255);
    font-weight: 400;
    display: block;
}

.underSlide h2 .sub-tit {
    color: #df5075;
    font-size: calc(28px + ((1vw - 10px) * 1.6));
    -webkit-transform: rotate(-9deg) translate(-50px, 0px);
    -ms-transform: rotate(-9deg) translate(-50px, 0px);
    transform: rotate(-9deg) translate(-50px, 0px);
    display: inline-block;
}

.underSlide h2 {
    width: 100%;
    margin: auto;
    text-shadow: 0px 0px 20.52px rgba(0, 0, 0, 0.18);
    padding-left: 70px;
    position: relative;
    padding-bottom: 45px;
}

.underSlide h2:before {
    content: "";
    display: block;
    width: 100px;
    height: 100px;
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 45px;
    left: 0;
    z-index: -1;
}

.underSlide .pic img {
    -webkit-filter: blur(1px);
    filter: blur(1px);
    opacity: 0.8;
}

.underSlide .pic {
    background: #493f3c;
}

@media only screen and (max-width: 1024px) {
    .underSlide h2:before {
        width: 70px;
        height: 70px;
        top: 35px;
        left: 20px;
    }
}

@media only screen and (max-width: 599px) {
    .underSlide .ofiImg.t20 {
        padding-top: 30%;
    }

    .underSlide h2:before {
        width: 60px;
        height: 60px;
        top: 25px;
        left: 20px;
    }
}

.about1-right .name {
    text-align: right;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", serif;
    color: #b18045;
    font-weight: 400;
    font-size: 30px;
    line-height: 30%;
}

.about1-right .name .ja {
    letter-spacing: 0.2em;
    display: block;
    line-height: 120%;
}

.about1-right .name .en {
    font-size: 50%;
    letter-spacing: 0.1em;
    font-weight: 300;
}

.about01-btnlist li a {
    background: #b18045;
    color: #fff;
    text-align: center;
    display: block;
    padding: 18px 0;
}

.about01-btnlist {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
}

.about1-right {
    padding: 80px 0;
    margin-top: 80px;
    position: relative;
}

.about1-right:before {
    content: "";
    display: block;
    width: 200vw;
    height: 100%;
    background: #f5f3f4;
    position: absolute;
    top: 0;
    left: -95%;
    z-index: 0;
}

/*about2*/
.about2-stafflist {
    padding: 80px 0;
    position: relative;
}

.about2-stafflist:before {
    content: "";
    display: block;
    width: 200vw;
    height: 100%;
    background: #f5f3f4;
    position: absolute;
    top: 0;
    right: 8%;
    z-index: -1;
}

.about2-staffitem {
    width: 100%;
    background: #fff;
}

.about2-staffitem:last-of-type {
    margin-bottom: 0;
}

.staffitem-textbox {
    padding: 45px 50px 45px 0;
}

.staffitem-textbox .name {
    text-align: left;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", serif;
    color: #b18045;
    font-weight: 400;
    font-size: 30px;
    line-height: 30%;
    border-bottom: 1px solid #cbc8c8;
    padding-bottom: 5px;
    margin-bottom: 30px;
}

.staffitem-textbox .name .ja {
    letter-spacing: 0.2em;
    line-height: 120%;
}

.staffitem-textbox .name .en {
    font-size: 50%;
    letter-spacing: 0.1em;
    font-weight: 300;
}

/*about3*/
.about3-item {
    background: #fff;
}

.about3-item .txtbox {
    padding: 30px 50px;
}

/*about4*/
.map2:after {
    display: block;
    content: "";
    padding-top: 36%;
}

.map2 {
    margin-bottom: 70px;
}

.about4-accesstit {
    position: relative;
    padding-bottom: 20px;
}

.about4-accesstit:before {
    content: "";
    display: block;
    width: 40px;
    height: 3px;
    background: #b18045;
    position: absolute;
    bottom: 3px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.about4-accessitem {
    position: relative;
    width: 30%;
    margin-right: 5%;
}

.about4-accessitem:before {
    content: "";
    display: block;
    width: 40px;
    height: 9px;
    background: url(/import/tenant_1/160.16.121.28/html/images/01index/arrow.png) center center no-repeat;
    background-size: contain;
    position: absolute;
    top: 35%;
    right: -50px;
}

.about4-accessitem:last-of-type {
    margin-right: 0;
}

.about4-accessitem:last-of-type:before {
    display: none;
}

.about4-accessbox {
    position: relative;
}

.about4-accessbox:before {
    content: "";
    display: block;
    width: 200vw;
    height: 100%;
    background: #f6f6f6;
    position: absolute;
    top: 0;
    left: -100%;
    z-index: -1;
}

.about4 .area {
    padding-bottom: 0;
}

@media only screen and (max-width:1024px) {
    .about01-btnlist li {
        width: 100%;
        margin-bottom: 20px;
    }
    .about01-btnlist li.row5{
      width: 31%;
    }

    .about1-left {
        width: 43%;
    }

    .about1-right {
        width: 52%;
        padding: 40px 0;
        margin-top: 60px;
    }

    .about2-staffitem .ofiImg.t110 {
        padding-top: 0;
        height: 100%;
    }

    .staffitem-textbox {
        padding: 30px 30px;
    }

    .staffitem-textbox .name {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .about2-staffitem .pic {
        width: 34%;
    }

    .about3-item .txtbox {
        padding: 30px 20px;
    }

    .about4-accessitem:before {
        width: 10%;
        top: 35%;
        right: -14%;
    }
}

@media only screen and (max-width: 599px) {
    .about1-left {
        width: 93%;
    }
    .about01-btnlist li.row5{
      width: 48%;
    }
    .about01-btnlist li.row5 a{
      font-size: 13px;
    }

    .about1-right {
        width: 96%;
        /* padding: 0px 0 20px; */
        padding: 0;
        margin-top: 10px;
    }

    .about1-right:before {
        height: calc(100% + 150px);
        top: -150px;
        left: -95%;
        z-index: 0;
    }

    .about1-right .name {
        font-size: 24px;
    }

    .about2-staffitem .pic {
        width: 100%;
        margin-top: 0;
    }

    .about2-staffitem .ofiImg.t110 {
        padding-top: 110%;
        height: auto;
    }

    .about2-stafflist {
        padding: 30px 0;
    }

    .staffitem-textbox {
        padding: 0px 20px;
    }

    .staffitem-textbox .name {
        font-size: 21px;
        margin-bottom: 15px;
    }

    .about3-item .txtbox {
        padding: 10px 14px;
    }

    .about3 .area {
        padding-bottom: 0;
    }

    .map2:after {
        display: block;
        content: "";
        padding-top: 80%;
    }

    .map2 {
        /* margin-bottom: 30px; */
        margin-bottom: 10px;
    }

    .about4-accessitem {
        width: 95%;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 25px;
    }

    .about4-accessitem:last-of-type {
        margin-right: auto;
    }

    .about4-accessitem:before {
        display: none;
    }

    .heightLine-about3tit {
        margin-bottom: 0;
    }
}

/*-----------------03reason------------------------*/
.reason2-item .picbox {
    width: 43%;
}

.reason2-item .pic {
    margin-right: -60%;
}

.reason2-item:nth-of-type(even) .pic {
    margin-right: auto;
    margin-left: -60%;
}

.reason2-item .txtbox {
    width: 57%;
    background: rgba(255, 255, 255, 0.5);
    padding: 40px 60px;
    margin-top: 95px;
}

.reason2-item .numtit {
    line-height: 120%;
}

.reason2-item .en {
    line-height: 100%;
}

.reason2-item .num {
    font-size: 50px;
    /*    font-style: italic;*/
    display: block;
    line-height: 110%;
    margin-bottom: 10px;
}

.reason2 .m1200 {
    padding-top: 140px;
}

.reason2-item {
    margin-bottom: 120px;
}

.reason2-item img {
    opacity: 0.8;
}

.reason2-item .pic {
    background: #b3afaf;
}

.common-listbox1 {
    padding: 55px 45px;
    background: #f6f6f6;
    width: 100%;
}

.common-item {
    margin-bottom: 35px;
    padding: 50px 33px;
    background: #fff;
}

.commontit1 {
    border-left: solid 5px #b18045;
    padding-left: 15px;
    font-size: 20px;
    line-height: 120%;
    margin-top: 3px;
    margin-bottom: 25px;
}

.common-item:last-of-type {
    margin-bottom: 0;
}

@media only screen and (max-width: 1024px) {
    .reason2-item .txtbox {
        padding: 40px 30px;
    }

    .reason2 .m1200 {
        padding-top: 80px;
    }

    /* .reason2-item {
        margin-bottom: 40px;
    } */
    
    .reason2-item {
        margin-bottom: 10px;
    }

    .common-listbox1 {
        padding: 40px 25px;
    }

    .commontit1 {
        padding-left: 15px;
        font-size: 19px;
        margin-bottom: 15px;
        margin-top: 0;
    }

    .common-item {
        margin-bottom: 35px;
        padding: 40px 25px;
    }

    .common-item .pl15 {
        padding-left: 0;
    }
}

@media only screen and (max-width: 599px) {
    .reason2 .m1200 {
        padding-top: 20px;
    }

    .reason2-item .picbox {
        width: 100%;
    }

    .reason2-item .pic {
        margin-right: 0;
    }

    .reason2-item:nth-of-type(even) .pic {
        margin-right: auto;
        margin-left: -0%;
    }

    .reason2-item .txtbox {
        margin-top: 0;
        background: transparent;
        width: 100%;
        /* padding: 25px 8px 10px; */
        padding: 10px 8px;
    }

    .reason2-item .num {
        font-size: 37px;
        margin-bottom: 0;
    }

    .common-listbox1 {
        padding: 15px;
    }

    .common-item {
        margin-bottom: 5px;
        padding: 20px 15px;
    }

    .commontit1 {
        padding-left: 10px;
        font-size: 16px;
        margin-bottom: 5px;
    }

    .reason3 .common-item .text {
        padding-left: 0;
        margin-bottom: 5px;
    }
}

/*----------------interview04--------------------*/
.interview1txtbox .name {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", serif;
    font-weight: 400;
    font-size: 30px;
    line-height: 30%;
}

.interview1txtbox .name .ja {
    letter-spacing: 0.2em;
    display: block;
    line-height: 120%;
}

.interview1txtbox .name .en {
    font-size: 50%;
    letter-spacing: 0.1em;
    font-weight: 300;
}

.profiletit {
    padding-bottom: 5px;
    border-bottom: 1px solid #b18045;
    margin-bottom: 30px;
    display: block;
}

.history-item .year {
    width: 90px;
}

.history-item .text {
    width: calc(100% - 90px);
}

.interview1 .w46 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
}

.history-item {
    margin-bottom: 15px;
}

.interview2 .heading1 {
    text-align: left;
    margin-bottom: 100px;
}

.interview2-tit {
    position: relative;
    padding-bottom: 26px;
}

.interview2-tit:before {
    content: "";
    display: block;
    width: 80px;
    height: 2px;
    background: #b18045;
    position: absolute;
    bottom: 0;
    left: 0;
}

.interview2-tit {
    margin-top: 5px;
}

.interview2-item {
    margin-bottom: 100px;
}

.interview2-item .text {
    line-height: 180%;
}

@media only screen and (max-width: 1024px) {
    .interview1txtbox .name {
        font-size: 23px;
    }

    .history-item .year {
        width: 100%;
    }

    .history-item .text {
        width: 100%;
    }

    .profiletit {
        margin-bottom: 20px;
    }

    .interview2 .heading1 {
        text-align: left;
        margin-bottom: 50px;
    }

    .interview2-tit:before {
        width: 50px;
    }

    .interview2-tit {
        font-size: 19px;
    }

    .interview2-item {
        margin-bottom: 80px;
    }
}

@media only screen and (max-width: 599px) {
    .interview2 .heading1 {
        text-align: center;
        margin-bottom: 0;
    }

    /* .interview2-tit {
        padding-bottom: 16px;
        margin-bottom: 25px;
    } */
    
    .interview2-tit {
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .interview2-tit:before {
        width: 30px;
        height: 1px;
    }

    /* .interview2-item {
        margin-bottom: 40px;
    } */
    
    .interview2-item {
        margin-bottom: 0;
    }

}

/*-----------------------05hairloss-----------------------------*/
.hairloss1 .flexboxarea {
    overflow: hidden;
}

.hairloss1 .area {
    position: relative;
    z-index: 1;
}

.hairloss1 .area:before {
    content: "";
    display: block;
    width: 250vw;
    height: calc(100% - 220px);
    background: #f6f6f6;
    position: absolute;
    top: 0;
    left: -50vw;
    z-index: -1;
}

.hairloss1 .textbox {
    padding-bottom: 250px;
}

.hairloss2-listarea {
    padding: 100px 100px 100px 70px;
    border-bottom: 1px solid #cbc8c8;
    border-top: 1px solid #cbc8c8
}

.hairloss2-list {
    margin-right: auto;
    margin-left: auto;
    max-width: 1150px;
}

.hairloss2-item .num {
    font-size: 60px;
    line-height: 100%;
    display: block;
    text-align: center;
}

.hairloss2-item .jp {
    font-size: 24px;
    text-align: center;
    display: block;
}

.hairloss2-item_left {
    width: 15%;
}

.hairloss2-item_right {
    width: 80%;
}

.hairloss2-item:last-of-type {
    margin-bottom: 0;
}

.common-voiceitem .pic {
    margin-bottom: 10px;
}

.common-voiceitem .cate {
    background: #b18045;
    padding: 2px 5px;
    display: inline-block;
    font-size: 14px;
    color: #fff;
    margin-bottom: 5px;
}

@media only screen and (max-width: 1024px) {
    .hairloss1 .area:before {
        height: 100%;
    }

    .hairloss1 .textbox {
        padding-bottom: 0;
    }

    .hairloss1 .w56 {
        width: 60%;
    }

    .hairloss2-listarea {
        padding: 80px 30px 80px 30px;
    }

    .hairloss4 .common-voiceitem:nth-of-type(4) {
        display: none;
    }
}

@media only screen and (max-width: 599px) {
    .hairloss1 .w56 {
        width: 98%;
    }

    .hairloss1 .textbox {
        margin-top: 20px;
    }

    .hairloss2-listarea {
        padding: 10px;
    }

    .hairloss2-item_left {
        width: 100%;
        margin-bottom: 0;
    }

    .hairloss2-item_right {
        width: 100%;
        margin-bottom: 5px;
    }

    .hairloss2-item .num {
        font-size: 44px;
        line-height: 50%;
    }

    .hairloss2-item .jp {
        font-size: 18px;
    }

    .hairloss4 .common-voiceitem:nth-of-type(4) {
        display: block;
    }
}

/*----------------06bodyloss-----------------*/
.bodyloss1-left {
    width: 25%;
}

.bodyloss1-right {
    width: 67%;
}

.check-item {
    position: relative;
    padding-left: 24px;
    /*text-decoration: underline;*/
    margin-bottom: 20px;
}

.check-item:before {
    content: "";
    display: block;
    width: 14px;
    height: 12px;
    background: url(/import/tenant_1/160.16.121.28/html/images/06body_loss/check.png) center center no-repeat;
    background-size: contain;
    position: absolute;
    top: 8px;
    left: 0;
}

.onayami-list {
    padding-left: 20px;
    padding-top: 10px;
}

.bodyloss1-left-titarea {
    padding: 100px 70px 100px 0;
    position: relative;
}

.bodyloss1-left-titarea:before {
    content: "";
    display: block;
    width: 200vw;
    height: 100%;
    background: #f6f6f6;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.bodyloss2-faceparts .img {
    padding: 40px 100px;
    width: 100%;
    display: block;
    border: 1px solid #b18045;
    text-align: center;
}

.bold {
    font-weight: bold;
}

.price_table .db {
    display: block;
    text-align: center;
}

.price_table table,
.price_table tbody {
    width: 100%;
    background: #fff;
}

.price_table td,
.price_table th {
    width: 20%;
    text-align: center;
    padding: 15px 0;
    border: 1px solid #b8b6b6;
}

.price_table th {
    font-weight: normal;
    background: #efe6da;

}

.price_table .brown {
    background: #b18045;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
}

@media only screen and (max-width: 599px) {
 .price_table td,
 .price_table th {
    font-size: 10px;
}
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

.price_table_item {
    width: 100%;
    max-width: 1020px;
    margin: 0 auto 50px;
}

.common-bnritem {
    position: relative;
    overflow: hidden;
}

.common-bnritem .titarea {
    padding: 50px 0;
    display: block;
}

.common-bnritem .tit {
    background: rgba(136, 136, 136, 0.7);
    color: #fff;
    text-align: center;
}

.common-bnritem .bg-img img {
    -webkit-filter: blur(0);
    filter: blur(0);
}

.common-bnritem .en {
    font-size: 36px;
    position: absolute;
    left: 2%;
    -webkit-transform: rotate(-9deg) translate(40px, -20px);
    -ms-transform: rotate(-9deg) translate(40px, -20px);
    transform: rotate(-9deg) translate(40px, -20px);
    display: inline-block;
    font-family: 'Tangerine', cursive;
}

.common-bnritem .bg-img {
    background: #948169;
}

.common-bnritem .titarea:before {
    content: "";
    display: block;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    border: 1px solid #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.common-bnritem a {
    display: block;
}

.sp_on {
    display: none;
}

@media only screen and (max-width: 1024px) {
    .bodyloss1-left {
        width: 45%;
    }

    .bodyloss1-left-titarea {
        padding: 30px 15px 1px 0;
        margin-bottom: 40px;
    }

    .bodyloss1-right {
        width: 75%;
        margin-right: -0px;
        margin-left: auto;
    }

    .bodyloss2-faceparts {
        width: 90%;
        margin-right: auto;
        margin-left: auto;
    }

    .common-bnritem .en {
        font-size: 26px;
    }

    .price_table_item .fs14 {
        font-size: 12px;
        line-height: 1.2;
    }

    .price_table .brown {
        font-size: 15px;
    }

    .price_table .brown {
        font-size: 15px;
        width: 18%;
        padding: 20px 15px;
    }

    .common-bnritem .titarea {
        padding: 40px 0;
    }
    
    .price-table_item table{
      display: flex;
      flex-direction: column;
    }

    .price_table td,
    .price_table th {
        padding: 10px 0;
    }
    
    .price_table_item .tr{
      display: block;
    }
}
@media only screen and (max-width: 599px){
    .price_table .brown{
      width: 100%;
      margin: auto;
      background: #b18045;
      color: #fff;
    }
    .price_table_item .fs14 {
        font-size: 10px;
    }
    
    
  .price_table table,
  .price_table tbody {
    width: 100%;
    background: #fff;
}
    
  
}

@media only screen and (max-width: 599px) {
    .bodyloss1-left {
        width: 75%;
    }

    .bodyloss1-left-titarea {
        padding: 20px 15px 1px 0;
        margin-bottom: 10px;
    }

    .bodyloss1-left-titarea .heading4 {
        margin-bottom: 20px;
    }

    .bodyloss1-right {
        width: 98%;
        margin-right: auto;
        margin-left: auto;
    }

    .onayami-list {
        padding-left: 10px;

    }

    .check-item:before {
        top: 4px;
    }

    .bodyloss2-faceparts .img {
        padding: 20px 20px;
    }

    .bodyloss2-faceparts {
        width: 96%;
    }

    .price_table_item {
        overflow: scroll;
    }

/*     .price_table table {
    min-width: 770px;
} */

    .table_row3 table {
        min-width: 500px;
    }

    .sp_on {
        display: block
    }
    
    .price-table .brown{
        background: #b18045;
        color: #fff;
        font-weight: bold;
        font-size: 18px;
    }
    
    
    .price_table td,
    .price_table th {
        padding: 3px 0;
    }
}

/*--------------------07vio_loss------------------------*/
.violoss2-list {
    padding: 50px;
    position: relative;
}

.violoss2-list:before {
    content: "";
    display: block;
    width: 200vw;
    height: 100%;
    background: #f6f6f6;
    position: absolute;
    top: 0;
    left: -100%;
    z-index: -1;
}

.violoss2-item .tit {
    padding: 12px 24px 12px 24px;
    position: relative;
}

.violoss2-item {
    background: #fff;
}

.violoss2-item .tit .in {
    padding-left: 24px;
    position: relative;
    display: block;
}

.violoss2-item .tit .in:before {
    content: "";
    display: block;
    width: 15px;
    height: 2px;
    background: #b18045;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

.violoss2-item .img {
    min-height: 160px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}

@media only screen and (max-width: 1024px) {
    .violoss2-item .tit {
        padding: 20px 10px;
    }

    .violoss2-list {
        padding: 40px 30px;
    }
}

@media only screen and (max-width: 599px) {
    .violoss2 .row3 {
        width: 99%;
        margin-bottom: 20px;
    }
    
    .violoss2-list {
        padding: 20px 30px;
    }
}

/*--------------------08face_loss------------------------*/
/*--------------------09equipment------------------------*/
.common-layaout1_left {
    width: 38%;
    position: relative;
    z-index: 1;
}

.common-layaout1_right {
    width: 58%;
}
.common-layaout1_right .tit{
  position: relative;
  z-index: 1;
}

.common-layaout1_right .textbox {
    padding-top: 30px;
    padding-bottom: 80px;
    position: relative;
}

.common-layaout1_right .textbox:before {
    content: "";
    display: block;
    width: 200vw;
    height: 100%;
    background: #f5f3f4;
    position: absolute;
    top: 0;
    left: -60%;
    z-index: -1;
}

.reverse .common-layaout1_right .textbox:before {
    left: auto;
    right: -60%;
}


.equipment2-item .num {
    font-size: 80px;
    color: #f1e9e2;
    line-height: 120%;
}

.equipment2-item .ja {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
    display: block;
    width: 100%;
}

.equipment2-item .tit {
    position: relative;
    display: block;
    border-bottom: 1px solid #cbc8c8;
    line-height: 140%;
}

.equipment2-item {
    margin-bottom: 100px;
}

.equipment2-item:last-of-type {
    margin-bottom: 0;
}

.table2 .bg-lightgray {
    font-weight: normal;
    padding: 40px 0;
}

.table2 .brown-sell {
    background: #b18045;
    font-weight: bold;
    color: #fff;
}

.table2 .lightbrown-sell {
    background: #decaaf;
    font-weight: normal;
}

.table2 .shr {
    font-weight: bold;
    color: rgba(177, 128, 69, 255);
}

.table2 td,
.table2 th {
    text-align: center;
    padding: 15px 0;
    border: 1px solid #b8b6b6;
}

.table2 .b0 {
    border: 0px;
}

.equipment3-listarea {
    padding: 60px 20px;
    border-bottom: 1px solid #cbc8c8;
    border-top: 1px solid #cbc8c8;
}

.equipment3-item:last-of-type {
    margin-bottom: 0;
}

.tb_on {
    display: none;
}

[data-element-id] .tb_on {
    display: block;
}

@media only screen and (max-width: 1024px) {
    .equipment2-item {
        margin-bottom: 60px;
    }

    .equipment2-item .num {
        font-size: 65px;

    }

    .table2 {
        overflow: scroll;
    }

    .table2 table {
        min-width: 1000px;
    }

    .tb_on {
        display: block;
    }

    .equipment3-listarea {
        padding: 40px 10px;
    }
}

@media only screen and (max-width: 599px) {
    .common-layaout1_left {
        width: 95%;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 10px;
    }

    .common-layaout1_right {
        width: 100%;
    }

    .common-layaout1_right .textbox:before {
        height: calc(100% + 150px);
        top: -150px;
    }

    .common-layaout1_right .textbox {
        padding-top: 0;
        /* padding-bottom: 40px; */
        padding-bottom: 20px;
    }

    .equipment1 .harea {
        padding-bottom: 20px;
    }

    .equipment2-item {
        margin-bottom: 40px;
    }

    .equipment3-item .w66 {
        margin-bottom: 10px;
    }

    .equipment3-listarea {
        border-bottom: 0
    }

    .equipment3-item {
        margin-bottom: 10px;
    }
}

/*-----------10flow-----------------*/
.flow1-item .step {
    font-size: 46px;
    color: #dac6b1;
    font-style: italic;
    letter-spacing: 0;
    padding-bottom: 5px;
    display: block;
}

.flow1-item .num {
    font-size: 56px;
    line-height: 100%;
}

.flow1-item .jp {
    display: block;
    line-height: 100%;
}

.flow1-item .tit {
    line-height: 100%;
    margin-bottom: 35px;
}

.flow1-item {
    padding: 50px 30px 60px;
    border-bottom: 1px solid #cbc8c8;
}

.flow1-list {
    border-top: 1px solid #cbc8c8;
}

.flow1-item_right {
    margin-top: 10px;
}

.important-box {
    background: #eee8e1;
    padding: 40px 50px;
    max-width: 880px;
    margin-right: auto;
    margin-left: auto;
}

.important-box .tit {
    text-align: center;
    margin-bottom: 20px;
}

.important-box .in {
    position: relative;
    padding: 0 58px;
}

.important-box .in:before {
    content: "";
    display: block;
    width: 30px;
    height: 1px;
    background: #b18045;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.important-box .in:after {
    content: "";
    display: block;
    width: 30px;
    height: 1px;
    background: #b18045;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.important-box .textbox {
    padding: 36px 50px 45px;
    background: #fff;
}

.flow1-item:last-of-type {
    border-bottom: 0px;
}

@media only screen and (max-width: 1024px) {
    .flow1-item {
        padding: 40px 20px;
    }

    .flow1-item .num {
        font-size: 46px;
    }

    .flow1-item .step {
        line-height: 120%;
        padding-bottom: 10px;
    }

    .important-box {
        padding: 40px 20px;
    }

    .important-box .textbox {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media only screen and (max-width: 599px) {
    .flow1-item {
        padding: 20px 5px 30px;
    }

    .important-box {
        padding: 30px 15px;
    }

    .important-box .textbox {
        padding: 20px 20px;
    }
}

/*-----------------11Clinic Menu----------------------*/
.clinicmenu1_box .num {
    font-size: 70px;
    text-align: right;
    width: 100%;
    display: block;
    letter-spacing: 0;
}

.clinicmenu1_box .ja {
    text-align: left;
}

.clinicmenu1-list li {
    margin-bottom: 30px;
}

.clinicmenu1 .equipment2-item {
    margin-bottom: 60px;
}

@media only screen and (max-width: 1024px) {
    .clinicmenu1 .equipment2-item {
        margin-bottom: 40px;
    }

    .clinicmenu1 .m1200 .harea {
        padding-bottom: 0;
    }
}

@media only screen and (max-width: 599px) {
    .clinicmenu1 .equipment2-item {
        margin-bottom: 20px;
    }
}

/*-----------------12Water light injection---------------------*/
.indent-1 p {
  padding-left: 1em;
  text-indent: -1em;
}
.indent-1 p:not(:last-child) {
  margin-bottom: 10px;
}

.osusumebox {
    background: #fff;
    padding: 60px 120px 60px;
    position: relative;
}

.osusumebox .osusume-tit {
    position: absolute;
    top: -26px;
    left: 0;
    text-align: center;
    width: 100%;
}

.common-stepitem .step {
    font-size: 46px;
    color: rgba(177, 128, 69, 255);
    font-style: italic;
    letter-spacing: 0;
    padding-bottom: 5px;
    padding-right: 10px;
}

.common-stepitem .tit {
    margin-bottom: 13px;
}

.common-stepitem {
    position: relative;
    border-bottom: 1px solid #cbc8c8;
    padding: 30px 30px 60px;
}

.common-stepitem:before {
    content: "";
    display: block;
    position: absolute;
    bottom: -29px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 28px 26.5px 0 26.5px;
    border-color: #cbc8c8 transparent transparent transparent;
    line-height: 0px;
    _border-color: #cbc8c8 #000000 #000000 #000000;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}

.common-stepitem:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -28px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 28px 26.5px 0 26.5px;
    border-color: #ffffff transparent transparent transparent;
    line-height: 0px;
    _border-color: #ffffff #000000 #000000 #000000;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}

.common-stepflow {
    border-top: 1px solid #cbc8c8;
}

.common-stepitem:last-of-type:before,
.common-stepitem:last-of-type:after {
    display: none;
}

.different-list1area {
    padding: 40px 0;
}

.different-list1 {
    max-width: 990px;
    width: 98%;
    margin-right: auto;
    margin-left: auto;
}

.different-tit1 .num {
    display: block;
    font-size: 50px;
}

.different-tit1 .ja,
.different-tit1 .num,
.different-tit1 .tit {
    line-height: 100%;
}

.different-tit1 .ja {
    display: block;
    width: 100%;
    position: relative;
}

.different-tit1 .ja:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #999898;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(-0%, -50%);
    -ms-transform: translate(-0%, -50%);
    transform: translate(-0%, -50%);
}

.different-tit1 .ja .in {
    background: #f6f6f6;
    position: relative;
    z-index: 1;
    padding: 0 20px;
}

.different-tit1 {
    margin-bottom: 30px;
}

.difference-table {
    background: #fff;
    border: 1px solid #9e9996;
}

.difference-table dt {
    text-align: center;
    color: #fff;
    font-weight: bold;
    background: #b18045;
    font-size: 18px;
    padding: 10px 0;
}

.difference-table dt.gray {
    background: #9e9996;
}

.difference-table dd {
    padding: 20px 30px 30px;
}

.difference-table_item:not(:first-of-type) {
    border-left: 1px solid #9e9996;
}

@media only screen and (max-width:1024px) {
    .osusumebox {
        padding: 50px 45px 30px;
    }

    .osusumebox .osusume-tit {
        top: -17px;
    }

    .check-item {
        font-size: 14px;
    }

    .common-stepitem .step {
        font-size: 38px;
    }

    .common-stepitem {
        padding: 20px 30px 40px;
    }

    .different-tit1 .num {
        font-size: 44px;
    }

    .heading3 .min {
        font-size: 28px;
    }
}

@media only screen and (max-width:599px) {
    .osusumebox {
        padding: 30px 25px 20px;
    }
    
    .osusumebox .osusume-tit {
        top: 0px;
    }

    /* .check-item {
        margin-bottom: 12px;
    } */
    .check-item {
        margin-bottom: 0;
    }
    
    .common-stepitem .tit {
        margin-bottom: 0;
    }
    .common-stepitem {
        padding: 10px 10px 20px;
    }

    .common-stepitem .step {
        font-size: 29px;
    }
　　
　　.different-tit1 {
        margin-bottom: 10px;
　　}
　　
    .difference-table_item {
        margin-top: 0;
        margin-bottom: 0;
    }

    .difference-table dt {
        font-size: 16px;
        padding: 5px 0;
    }

    .difference-table dd {
        padding: 15px 15px 20px;
    }

    .difference-table_item:not(:first-of-type) {
        border-left: 0;
    }

    .different-tit1 {
        width: 90%;
        margin-right: auto;
        margin-left: auto;
    }

    .heading3 .min {
        font-size: 16px;
        display: block;
    }

    /* .equipment3-listarea {
        padding: 30px 10px 20px;
    } */
    
    .equipment3-listarea {
        padding: 10px;
    }

    .different-list1area {
        padding: 5px 0 20px;
    }
}

/*---------------13dermpen----------------*/
.mini_dllist dt {
    color: #787878;
    font-weight: bold;
    text-decoration: underline;
    font-size: 18px;
    margin-bottom: 5px;
}

.table_row4 td,
.table_row4 th {
    width: 25%;
}

.price_minitit {
    position: relative;
    padding-bottom: 20px;
    font-weight: bold;
    color: rgba(85, 85, 85, 255);
}

.price_minitit:before {
    content: "";
    display: block;
    width: 40px;
    height: 3px;
    background: #b18045;
    position: absolute;
    bottom: 3px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.price_mindl {
    border: 1px solid #b8b6b6;
}

.price_mindl dt {
    background: #b18045;
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding: 15px 0;
}

.price_mindl dd {
    font-weight: bold;
    padding: 15px 0;
    text-align: center;
    background: #fff;
}

@media only screen and (max-width:1024px) {
    .mini_dllist dt {
        font-size: 17px;
        padding-top: 10px;
    }

    .price_mindl dt.w40 {
        width: 50%;
    }

    .price_mindl dd.w60 {
        width: 50%;
    }
}

@media only screen and (max-width:599px) {
    .mini_dllist dt {
        font-size: 16px;
        padding-top: 10px;
        margin-bottom: 10px;
    }

    .price_mindl dt,
    .price_mindl dd {
        margin: 0;
        padding: 12px 0;
    }
}

/*---------------14photo_facial----------------*/
/*---------------15Induction treatment----------------*/
/*---------------16hifu----------------*/
.table_row3 {
    max-width: 758px;
    margin-right: auto;
    margin-left: auto;
}

/*---------------17hyauluronic----------------*/
.common-layaout1_dl dt {
    border-left: solid 5px #b18045;
    padding-left: 15px;
    font-size: 20px;
    line-height: 120%;
    margin-top: 3px;
    margin-bottom: 25px;
    margin-top: 50px;
}

.hyaluronic3-item {
    background: #fff;
    margin-bottom: 30px;
}

.hyaluronic3-tit .in {
    padding: 0 40px;
    position: relative;
}

.hyaluronic3-tit .in:before {
    content: "";
    display: block;
    width: 25px;
    height: 1px;
    background: #999898;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.hyaluronic3-tit .in:after {
    content: "";
    display: block;
    width: 25px;
    height: 1px;
    background: #999898;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.hyaluronic3-item .text {
    padding: 0 40px 50px;
}

.hyaluronic3-item img {
    opacity: 0.8;
    width: 101%;
    max-width: 101% !important;
}

.hyaluronic3-item .pic {
    overflow: hidden;
}

@media only screen and (max-width:1024px) {
    .hyaluronic3-item .text {
        padding: 0 20px 30px;
    }
}

@media only screen and (max-width:599px) {
    .common-layaout1_dl dt {
        margin-bottom: 5px;
        margin-top: 20px;
   }
   
    .hyaluronic3-list {
        /* max-width: 320px; */
        margin-right: auto;
        margin-left: auto;
        width: 100%;
    }
    .hyaluronic3-item {
        margin-bottom: 10px;
        width: 49%;
    }
    
    .hyaluronic3-item .text {
        padding: 0 10px 10px;
    }
    
    .hyaluronic3-list.test01 {
        width: 100%;
        max-width: initial;
    }
    .hyaluronic3-item.test02 {
        margin-bottom: 10px;
        width: 49%;
    }
    
    .hyaluronic3-item.test02 .text {
        padding: 0 10px 10px;
    }
}

/*---------------18botox----------------*/
.price_table2 {
    background: #f5f3f4;
    padding: 20px 60px;
}

.price_mindl dt.bg-lightbrown {
    background: #efe6da;
    font-weight: normal;
    font-size: 16px;
    color: #000;
    border-right: 1px solid #b8b6b6;
}

@media only screen and (max-width:599px) {
    .price_table2 {
        padding: 20px 30px;
    }

    .price_table2 .w35 {
        margin-bottom: 10px;
        font-weight: bold;
    }

    .price_mindl dt.bg-lightbrown {
        font-size: 14px;
    }
}


/*---------------19----------------*/
@media only screen and (max-width:599px) {
    .facelift5.area {
        padding-bottom: 0;
    }
}

/*---------------20----------------*/
/*---------------21beauty_drip----------------*/
.beautydrip3-boxtit {
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    padding-top: 50px;
}

.beautydrip3-boxtit:before {
    content: "";
    display: block;
    width: 89px;
    height: 34px;
    background: url(/import/tenant_1/160.16.121.28/html/images/21beauty/img15.png) center center no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.beautydrip3-boxtit .in {
    position: relative;
    width: 100%;
    display: block;
}

.beautydrip3-boxtit .in:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #b18045;
    position: absolute;
    top: calc(50% - 3px);
    left: 0;
}

.beautydrip3-boxtit .in:after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #b18045;
    position: absolute;
    top: calc(50% + 2px);
    left: 0;
}

.beautydrip3-boxtit .jp {
    background: #f6f6f6;
    padding: 0 15px;
    position: relative;
    z-index: 1;
}

.beautydrip3-textbox {
    background: #fff;
    padding: 38px 30px;
}

.beautydrip3-dlbox dt {
    line-height: 120%;
    border-left: 5px solid #b18045;
    margin-bottom: 15px;
}

.beautydrip3-dlbox.gray_dl dt {
    border-left: 5px solid #858280;
    color: #858280;
}

.beautydrip3-boxarea .table_row3 {
    max-width: 100%;
}

.beautydrip3-boxarea {
    margin-bottom: 50px;
}

.beautydrip3 .beautydrip3-boxarea:last-of-type,
.beautydrip4 .beautydrip3-boxarea:last-of-type {
    margin-bottom: 0;
}

@media only screen and (max-width:599px) {
    .beautydrip3-boxarea .pic {
        width: 70%;
        max-width: 260px;
        margin-bottom: 12px;
    }

    .beautydrip3-textbox {
        padding: 30px 20px;
    }

    .price_mindl dt.w40 {
        width: 60%;
    }

    .price_mindl dd.w60 {
        width: 40%;
    }

    .beautydrip3-boxarea {
        margin-bottom: 10px;
    }
}

/*---------------22campaign----------------*/
.campaign-bg01 {
    background: url(/import/tenant_1/160.16.121.28/html/images/22campaign/bg01.png) center left no-repeat;
    background-size: cover;
}

.minitit {
    position: relative;
    display: block;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
}

.minitit:before {
    content: "";
    display: block;
    width: 380px;
    height: 1px;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(218, 195, 166, 0.2) 20%, rgba(177, 128, 69, 1) 42%, rgba(177, 128, 69, 1) 59%, rgba(177, 128, 69, 0.89) 63%, rgba(228, 210, 190, 0.2) 87%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(20%, rgba(218, 195, 166, 0.2)), color-stop(42%, rgba(177, 128, 69, 1)), color-stop(59%, rgba(177, 128, 69, 1)), color-stop(63%, rgba(177, 128, 69, 0.89)), color-stop(87%, rgba(228, 210, 190, 0.2)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(218, 195, 166, 0.2) 20%, rgba(177, 128, 69, 1) 42%, rgba(177, 128, 69, 1) 59%, rgba(177, 128, 69, 0.89) 63%, rgba(228, 210, 190, 0.2) 87%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#00ffffff', GradientType=1);
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.minitit:after {
    content: "";
    display: block;
    width: 380px;
    height: 1px;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(218, 195, 166, 0.2) 20%, rgba(177, 128, 69, 1) 42%, rgba(177, 128, 69, 1) 59%, rgba(177, 128, 69, 0.89) 63%, rgba(228, 210, 190, 0.2) 87%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(20%, rgba(218, 195, 166, 0.2)), color-stop(42%, rgba(177, 128, 69, 1)), color-stop(59%, rgba(177, 128, 69, 1)), color-stop(63%, rgba(177, 128, 69, 0.89)), color-stop(87%, rgba(228, 210, 190, 0.2)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(218, 195, 166, 0.2) 20%, rgba(177, 128, 69, 1) 42%, rgba(177, 128, 69, 1) 59%, rgba(177, 128, 69, 0.89) 63%, rgba(228, 210, 190, 0.2) 87%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#00ffffff', GradientType=1);
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.campaignbox .title-area {
    position: relative;
    padding: 40px 0;
    background: -webkit-linear-gradient(left, rgba(246, 210, 131, 0.8) 0%, rgba(177, 128, 69, 0.99) 18%, rgba(177, 128, 69, 1) 19%, rgba(177, 128, 69, 1) 74%, rgba(180, 131, 71, 1) 75%, rgba(246, 210, 131, 0.8) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(246, 210, 131, 0.8)), color-stop(18%, rgba(177, 128, 69, 0.99)), color-stop(19%, rgba(177, 128, 69, 1)), color-stop(74%, rgba(177, 128, 69, 1)), color-stop(75%, rgba(180, 131, 71, 1)), to(rgba(246, 210, 131, 0.8)));
    background: linear-gradient(to right, rgba(246, 210, 131, 0.8) 0%, rgba(177, 128, 69, 0.99) 18%, rgba(177, 128, 69, 1) 19%, rgba(177, 128, 69, 1) 74%, rgba(180, 131, 71, 1) 75%, rgba(246, 210, 131, 0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ccf6d283', endColorstr='#ccf6d283', GradientType=1);

}

.title-area {
    position: relative;
    overflow: hidden;
}

.title-area * {
    color: #fff;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", serif;
    font-weight: 400;
    line-height: 100%;
}

.title-area .titlearea-in {
    padding: 0 70px;
    position: relative;
}
.title-area .titlearea-in .alt{
    line-height: 130%;
}
.titlearea-right .bignum{
    position: relative;
}
.title-area .titlearea-in .bignum:before{
    content: "→";
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: -43px;
    color: #fff;
    font-size: 30px;
}
.title-area .titlearea-in .bignum.short:before{
    left: -33px;
}
.campaignbox-tbox .w80 .bignum:before{
    display: none;
}
.campaignbox-tbox .w80 .alt{
    position: relative;
}
.campaignbox-tbox .w80 .alt:before{
    content: "→";
    display: inline-block;
    position: absolute;
    top: 24px;
    right: -15px;
    color: #fff;
    font-size: 30px;
}

.title-area .titlearea-in:before {
    content: "";
    display: block;
    width: 100vw;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 50%;
    right: calc(100% - 60px);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.title-area .titlearea-in:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 50%;
    right: calc(60px - 100%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.titlearea-right .bignum {
    font-size: 100px;
}
.titlearea-right .bignum.fs76 {
    font-size: 76px;
}
.titlearea-right .bignum.fs65{
   font-size: 65px;
}
.titlearea-right .bignum.fs58 {
    font-size: 58px;
}
.titlearea-right .bignum.fs46 {
    font-size: 46px;
}

.titlearea-right .per {
    font-size: 60px;
    display: block;
}

.titlearea-right .off {
    font-size: 40px;
    display: inline-block;
}

.title-area .titlearea-left {
    line-height: 160%;
}

.titlearea-right {
    width: 56%;
    display: inline-block;
}
.titlearea-right.w100{
    width: 100%;
}
.titlearea-right.end{
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
    -webkit-box-pack: flex-end;
}

.titlearea-left {
    width:40%;
}

.campaignbox .kikan {
    display: block;
    text-align: center;
    margin-top: 20px;
}

.campaignbox .bikou {
    padding-top: 30px;
    padding-left: 20px;
    padding-bottom: 20px;
    color: #888888;
    font-size: 12px;
}
.campaignbox-tbox .w80{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: 0 auto;
    width: 80%;
}
.campaignbox .leftpic img {
    width: 100%;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100% !important;
    font-family: 'object-fit: cover; object-position: top center;';
}

.blue .campaignbox-tbox {
    background: url(/import/tenant_1/160.16.121.28/html/images/22campaign/bg02.png) center left no-repeat;
    background-size: cover;
}

.blue .minitit {
    color: #208a94;
}

.blue .minitit:before {
    background: -webkit-linear-gradient(left, rgba(30, 87, 153, 0) 0%, rgba(52, 132, 166, 0.2) 23%, rgba(68, 166, 176, 1) 40%, rgba(69, 168, 177, 1) 41%, rgba(69, 168, 177, 1) 60%, rgba(70, 168, 178, 1) 61%, rgba(95, 176, 203, 0.2) 79%, rgba(125, 185, 232, 0) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(30, 87, 153, 0)), color-stop(23%, rgba(52, 132, 166, 0.2)), color-stop(40%, rgba(68, 166, 176, 1)), color-stop(41%, rgba(69, 168, 177, 1)), color-stop(60%, rgba(69, 168, 177, 1)), color-stop(61%, rgba(70, 168, 178, 1)), color-stop(79%, rgba(95, 176, 203, 0.2)), to(rgba(125, 185, 232, 0)));
    background: linear-gradient(to right, rgba(30, 87, 153, 0) 0%, rgba(52, 132, 166, 0.2) 23%, rgba(68, 166, 176, 1) 40%, rgba(69, 168, 177, 1) 41%, rgba(69, 168, 177, 1) 60%, rgba(70, 168, 178, 1) 61%, rgba(95, 176, 203, 0.2) 79%, rgba(125, 185, 232, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#001e5799', endColorstr='#007db9e8', GradientType=1);

}

.blue .minitit:after {
    background: -webkit-linear-gradient(left, rgba(30, 87, 153, 0) 0%, rgba(52, 132, 166, 0.2) 23%, rgba(68, 166, 176, 1) 40%, rgba(69, 168, 177, 1) 41%, rgba(69, 168, 177, 1) 60%, rgba(70, 168, 178, 1) 61%, rgba(95, 176, 203, 0.2) 79%, rgba(125, 185, 232, 0) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(30, 87, 153, 0)), color-stop(23%, rgba(52, 132, 166, 0.2)), color-stop(40%, rgba(68, 166, 176, 1)), color-stop(41%, rgba(69, 168, 177, 1)), color-stop(60%, rgba(69, 168, 177, 1)), color-stop(61%, rgba(70, 168, 178, 1)), color-stop(79%, rgba(95, 176, 203, 0.2)), to(rgba(125, 185, 232, 0)));
    background: linear-gradient(to right, rgba(30, 87, 153, 0) 0%, rgba(52, 132, 166, 0.2) 23%, rgba(68, 166, 176, 1) 40%, rgba(69, 168, 177, 1) 41%, rgba(69, 168, 177, 1) 60%, rgba(70, 168, 178, 1) 61%, rgba(95, 176, 203, 0.2) 79%, rgba(125, 185, 232, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#001e5799', endColorstr='#007db9e8', GradientType=1);

}

.blue .c-gold {
    color: #208a94;
}

.campaignbox.blue .title-area {
    background: -webkit-linear-gradient(left, rgba(139, 243, 252, 0.8) 0%, rgba(72, 172, 181, 1) 20%, rgba(69, 168, 177, 1) 21%, rgba(69, 168, 177, 1) 80%, rgba(139, 243, 252, 0.8) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(139, 243, 252, 0.8)), color-stop(20%, rgba(72, 172, 181, 1)), color-stop(21%, rgba(69, 168, 177, 1)), color-stop(80%, rgba(69, 168, 177, 1)), to(rgba(139, 243, 252, 0.8)));
    background: linear-gradient(to right, rgba(139, 243, 252, 0.8) 0%, rgba(72, 172, 181, 1) 20%, rgba(69, 168, 177, 1) 21%, rgba(69, 168, 177, 1) 80%, rgba(139, 243, 252, 0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc8bf3fc', endColorstr='#cc8bf3fc', GradientType=1);

}

.campaignbox .w100 .titlearea-in {
    max-width: 660px;
    margin-right: auto;
    margin-left: auto;
}


@media only screen and (max-width:1024px) {
    .campaignbox .title-area {
        padding: 20px 0;
    }

    .campaignbox-tbox .w80{
      max-width: 342px;
    }

    .title-area .titlearea-in {
        padding: 0 30px;
    }

    .title-area .titlearea-in:after {
        right: calc(30px - 100%);
    }

    .title-area .titlearea-in:before {
        right: calc(100% - 30px);
    }

    .title-area .titlearea-left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .campaignbox.longbox .w100 .titlearea-in {
        max-width: 490px;
    }
    .titlearea-right .bignum.fs76{
        font-size: 52px;
    }
    .titlearea-right .bignum.fs65{
       font-size: 45px;
    }
    .titlearea-right .bignum.fs46{
       font-size: 36px;
    }
    .title-area .titlearea-in .bignum:before{
      font-size: 25px;
    }
    .title-area .titlearea-in .bignum.short:before {
        left: -27px;
    }
    .titlearea-right.mb20{
      margin-bottom: 6px;
    }
    .campaignbox-tbox .w80 .alt{
      margin-bottom: 6px;
    }
    .campaignbox-tbox .w80 .alt:before {
        top: 21px;
        right: -18px;
        font-size: 17px;
    }
    .titlearea-right .bignum.fs58 {
        font-size: 42px;
    }
}

@media only screen and (max-width:599px) {
    .campaignbox .leftpic {
        margin: 0;
        max-height: 250px;
        overflow: hidden;
    }
    .campaignbox-tbox .w80 .alt:before{
      display: none;
    }

    .campaignbox .leftpic img {
        max-height: 250px;
    }
    .campaignbox-tbox .w80{
      width: 100%;
    }

    .title-area .titlearea-left {
        width: 100%;
        padding-bottom: 10px;
    }
    .campaignbox-tbox .w80 .titlearea-right.mb20{
       margin-bottom: 20px;
    }

    .titlearea-right {
        margin-right: auto;
        margin-left: auto;
    }

/*     .campaign1:nth-of-type(2n+1) .campaignbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
} */

    .campaignbox {
        max-width: 320px;
        width: 85%;
    }

    .minitit {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .blue .campaignbox-tbox {
        overflow: hidden;
    }

    .minitit:before,
    .minitit:after {
        max-width: 80%;

    }

    .campaignbox .title-area {
        padding: 10px 0;
    }

    /* .campaign1:nth-of-type(3) .campaignbox .titlearea-in {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    } */

    .campaignbox .bikou {
        padding-top: 10px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .title-area .db {
        padding-bottom: 5px;
    }
    .titlearea-right .bignum.fs76 {
      font-size: 39px;
    }
    .titlearea-right .off {
      font-size: 20px;
    }
    .titlearea-right {
      width: 63%;
      text-align: center;
    }
    .title-area .titlearea-in .alt {
        font-size: 16px;
    }
    .campaignbox-tbox .w80 .bignum:before{
        display: inline-block;
    }
    .campaignbox-tbox .w80 .alt{
      margin-bottom: 0;
    }
    .titlearea-right .bignum.fs58 {
        font-size: 32px;
    }
    .titlearea-right .bignum.fs65 {
        font-size: 35px;
    }
    .title-area .titlearea-in{
      padding: 0 20px;
    }
}

/*---------------23voice----------------*/
.common-layaout2_left {
    width: 33%;
}

.common-layaout2_right {
    width: 75%;
}

.clist-item {
    position: relative;
    padding-left: 30px;
}

.clist-item:before {
    content: "";
    display: block;
    width: 17px;
    height: 1px;
    background: #9e9996;
    position: absolute;
    top: 13px;
    left: 0;
}

.voice-item {
    margin-bottom: 30px;
}

.voice-item a {
    display: block;
    padding: 25px;
}

.voice-item .cate {
    background: #b18045;
    color: #fff;
    padding: 2px 5px;
    margin-bottom: 10px;
    display: inline-block;
}

.voice-item .tit {
    border-bottom: 1px solid #b18045;
    padding-bottom: 3px;
    margin-bottom: 6px;
    display: block;
}

.voice-item .text {
    text-align: right;
}

.pagenav li {
    display: inline-block;
    margin: 12px;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", serif;
    font-size: 32px;
}

.pagenav li.st {
    color: rgba(177, 128, 69, 255);
}

.pagenav li a {
    display: block;
    color: rgba(102, 102, 102, 255);
}

.pagenav li.prev a,
.pagenav li.next a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.pagenav {
    text-align: right;
    margin-top: 30px;
    margin-bottom: 50px;
    position: relative;
    display: inline-block;
}

.pagenav-area {
    text-align: center;
}

@media only screen and (max-width:1024px) {
    .clist-item {
        margin-bottom: 15px;
        padding-left: 20px;
    }

    .clist-item:before {
        width: 13px;
    }

    .voice-item a {
        padding: 16px;
    }

    .voice-item {
        margin-bottom: 20px;
    }

    .pagenav li {
        font-size: 28px;
    }

    .pagenav li.prev a,
    .pagenav li.next a {
        max-width: 30px;
    }

    .clist {
        padding-left: 12px;
    }
}

@media only screen and (max-width:599px) {
    .common-layaout2_left {
        width: 100%;
        order: 3;
    }

    .common-layaout2_right {
        width: 98%;
        margin-right: auto;
        margin-left: auto;
    }

    .voice-item .flexb {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .voice-item .w30 {
        width: 95%;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 15px;
    }

    .voice-item {
        width: 85%;
        max-width: 270px;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 20px;
    }

    .voice-item a {
        padding: 10px 16px;
    }

    .pagenav li {
        font-size: 20px;
        margin: 9px;
    }

    .pagenav {
        margin-top: 20px;
    }

    .clist {
        width: 100%;
        max-width: 100%;
        margin-right: auto;
        margin-left: auto;
    }

    .clist dt {
        text-align: center;
    }

    .voice-item .text {
        font-size: 13px;
    }

}

/*--------------------99voice_detail--------------------*/
.voicedtl-wrap {
    width: 100%;
    max-width: 760px;
    margin-right: auto;
    margin-left: auto;
}

.voicedtl-wrap .picarea {
    max-width: 500px;
    margin-right: auto;
    margin-left: auto;
    width: 90%;
}

.voicedtl-wrap .cate {
    background: #b18045;
    color: #fff;
    padding: 2px 5px;
    margin-bottom: 10px;
    display: inline-block;
}

.voicedtl-wrap .tit {
    border-bottom: 1px solid #b18045;
    padding-bottom: 2px;
    margin-bottom: 3px;
    display: block;
    margin-bottom: 20px;
}

.morebtn.backbtn a:before {
    left: -40px;
}

.morebtn.backbtn a:after {
    left: -40px;
    -webkit-transform: rotate(-45deg) translate(-0px, -0px);
    -ms-transform: rotate(-45deg) translate(-0px, -0px);
    transform: rotate(-45deg) translate(-0px, -0px);
}

@media only screen and (max-width:599px) {
    .voicedtl-wrap {
        width: 90%;
    }

    .voicedtl1 .common-layaout2_left {
        margin-top: 80px;
    }
}

/*--------------------25faq--------------------*/
.faq-item .q {
    width: 55px;
    height: 55px;
    font-size: 32px;
    color: #fff;
    background: #b18045;
    position: absolute;
    top: 16px;
    left: 25px;
    text-align: center;
    padding-left: 7px;
}

.faq-item {
    border-bottom: 1px solid #cbc8c8;
}

.faq-item:first-of-type {
    border-top: 1px solid #cbc8c8;
}

.faq-item a {
    display: block;
    padding: 16px 75px 16px 107px;
    position: relative;
}

.faq-item a:before {
    content: "";
    display: block;
    width: 40px;
    height: 10px;
    background: url(/import/tenant_1/160.16.121.28/html/images/25faq/img01.png) center center no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 16px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.faq-item .text {
    min-height: 52px;
/*     display: block; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (max-width:1024px) {
    .faq-item a {
        padding: 12px 55px 12px 75px;
    }

    .faq-item .q {
        width: 45px;
        height: 45px;
        font-size: 26px;
        left: 11px;
    }

    .faq-item a:before {
        width: 27px;
    }

    .pagenav {
        margin-top: 10px;
    }
}

@media only screen and (max-width:599px) {
    .faq-item .q {
        width: 35px;
        height: 35px;
        font-size: 22px;
        left: 6px;
        padding-left: 5px;
        top: 13px;
    }

    .faq-item a {
        padding: 9px 35px 9px 53px;
    }

    .faq-item a:before {
        width: 21px;
        right: 9px;
    }
}

/*--------------------99faq_detail--------------------*/
.faqdtl-tit {
    border-top: 1px solid #cbc8c8;
    display: block;
    padding: 16px 16px 16px 107px;
    position: relative;
    border-bottom: 1px solid #cbc8c8;
}
.faqdtl-tit .text{
    min-height: 50px;
   /*  display: block; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.faqdtl-tit .q {
    width: 55px;
    height: 55px;
    font-size: 32px;
    color: #fff;
    background: #b18045;
    position: absolute;
    top: 16px;
    left: 25px;
    text-align: center;
    padding-left: 7px;
}

.faqdtl-wrap .textarea {
    padding: 0 22px;
}

.faqdtl-wrap {
    border-bottom: 1px solid #cbc8c8;
}

.recomend-wrap .heading1 .ja {
    line-height: 160%;
}

.recomend-wrap {
    margin-top: 100px;
}

@media only screen and (max-width:1024px) {
    .faqdtl-tit .q {
        width: 45px;
        height: 45px;
        font-size: 26px;
        left: 11px;
    }

    .faqdtl-tit {
        padding: 12px 10px 12px 75px;
    }

    .recomend-wrap .heading1 .ja {
        font-size: 18px;
    }

    .recomend-wrap .heading1 {
        margin-bottom: 24px;
    }
}

@media only screen and (max-width:599px) {
    .faqdtl-tit .q {
        width: 35px;
        height: 35px;
        font-size: 22px;
        left: 6px;
        padding-left: 5px;
        top: 13px;
    }

    .faqdtl-tit {
        padding: 9px 5px 9px 53px;
    }

    .faqdtl-wrap .textarea {
        padding: 0 15px;
    }

    .recomend-wrap {
        margin-top: 80px;
    }
    .clist-list{
      display: -webkit-box;
    	display: -webkit-flex;
    	display: -ms-flexbox;
    	display: flex;
    	-webkit-flex-wrap: wrap;
    	-ms-flex-wrap: wrap;
    	flex-wrap: wrap;
    	-webkit-box-pack: justify;
    	-webkit-justify-content: space-between;
    	-ms-flex-pack: justify;
    	justify-content: space-between;
    	margin-right: auto;
    	margin-left: auto;
    	max-width: 90%;
    }

    .clist-item {
        margin-bottom: 11px;
        width: 49%;
    }
    .faqdtl-tit .text{
        min-height: 44px;
        display: block;
    }
}

/*--------------------25column--------------------*/
.columclist-item a {
    display: block;
    position: relative;
}

.columclist-item a:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.6) 100%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.6) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0.6) 100%, rgba(255, 255, 255, 0.2) 100%, rgba(255, 255, 255, 0.6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#99ffffff', endColorstr='#99ffffff', GradientType=1);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.columclist-item .catetext {
    color: #975f1b;
    position: absolute;
    top: 50%;
    left: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 4;
}

.columclist-item {
    display: inline-block;
    margin-bottom: 15px;
    width: 48%;
}

.columclist-list {
    max-width: 430px;
    display: list-item;
}

.column1 .common-layaout2_right {
    width: 63%;
}

.column-archive .clist-list {
    width: 100%;
}

.column-archive .clist-item {
    width: 25%;
}

@media only screen and (max-width:1024px) {
    .common-layaout2_right .hcampaign-item {
        width: 48%;
    }

    .common-layaout2_right .hcampaign-list {
        padding-right: 20px;
        padding-left: 20px;
    }
}

@media only screen and (max-width:599px) {
    .column1 .common-layaout2_right {
        width: 98%;
    }

    .common-layaout2_right .hcampaign-list {
        padding-right: 5px;
        padding-left: 5px;
    }

    .column-archive .clist-item {
        width: 100%;
    }

    .column-archive {
        margin-bottom: 60px;
    }

    .column1 .common-layaout2_left,.imgcate .common-layaout2_left {
        width: 100%;
        max-width: 100%;
    }

    .column1 .common-layaout2_left .columclist-list,.imgcate .common-layaout2_left .columclist-list{
        max-width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-right: 12px;
    }

    .column1 .common-layaout2_left .clist,.imgcate .common-layaout2_left .clist {
        width: 100%;
        max-width: 100%;
    }

    .column1 .common-layaout2_left .columclist-item,.imgcate .common-layaout2_left .columclist-item{
        width: 48%;
    }

    .column1 .common-layaout2_left .columclist-item .catetext,.imgcate .common-layaout2_left .columclist-item .catetext {
        font-size: 14px;
    }

    .column1 .common-layaout2_left .clist dt,.imgcate .common-layaout2_left .clist dt {
        text-align: center;
    }

    .clist {
        padding-right: 12px;
    }
}

/*--------------------99column_detail--------------------*/
.columndtl-day {
    padding-bottom: 10px;
}

.columndtl-tit {
    padding-bottom: 5px;
    border-bottom: 1px solid #cbc8c8;
}

.columndtl-wrap {
    border-bottom: 1px solid #cbc8c8;
}

@media only screen and (max-width:1024px) {
    .recomend-wrap .hcampaign-item:nth-of-type(3) {
        display: none;
    }
}

/*--------------------26news--------------------*/
.news_item a {
    display: block;
}

.news_item {
    padding: 16px 0 10px;
    border-bottom: 1px solid #cbc8c8;

}

.news_item:nth-of-type(1),
.news_item:nth-of-type(2) {
    border-top: 1px solid #cbc8c8;
}

.news_item .new {
    display: none;
    padding: 2px 4px;
    font-size: 10px;
    background: #bd0101;
    letter-spacing: 0;
    top: -3px;
    position: relative;
    padding-left: 5px;
}
[data-element-id] .news_item .new{
     display: inline-block;
}
.news_item .tit {
    margin-bottom: 5px;
    display: block;
    margin-top: 5px;
}

.newsitem_text {
    background: #fafafa;
    padding: 13px 15px;
    color: rgba(136, 136, 136, 255);
}

@media only screen and (max-width:1024px) {
    .news_item {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media only screen and (max-width:599px) {
    .news1 .morebtn {
        margin-bottom: 100px;
    }
    .news_item:nth-of-type(2){
      border-top:0px;
    }
    .news_item{
      padding-top: 0px;
      margin-bottom: 0px;
    }
    .news_item:first-of-type{
      padding-top: 10px;
    }
}

/*--------------------99news_detail--------------------*/
/*--------------------27contact--------------------*/
.contact1_btnitem a {
    background: #b18045;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #fff
}

.contact1_btnitem.telitem .in {
    position: relative;
    padding: 5px 0;
    padding-left: 32px;
}

.contact1_btnitem.telitem .in:before {
    content: "";
    display: block;
    width: 26px;
    height: 26px;
    background: url(/import/tenant_1/160.16.121.28/html/images/31contact/img00.png) center center no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.contact1_btnitem.lineitem .in {
    position: relative;
    padding: 5px 0;
    padding-left: 50px;
}

.contact1_btnitem.lineitem .in:before {
    content: "";
    display: block;
    width: 35px;
    height: 34px;
    background: url(/import/tenant_1/160.16.121.28/html/images/31contact/img01.png) center center no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

textarea {
    width: 100% !important;
}

.contact2_dl dt {
    width: 23%;
    font-size: 16px;
    position: relative;
    padding-right: 40px;
    line-height: 40px;
    letter-spacing: 0;
}

.contact2_dl dt .hissu {
    position: absolute;
    top: 9px;
    right: 0;
    font-size: 12px;
    background: #bd0101;
    padding: 0 6px;
    line-height: 170%;
    color: #fff
}

.contact2_dl dd {
    width: 72%;
}

.contact2_dl dd .size1 {
    width: 100%;
    max-width: 400px;
}

.contact2_dl dd .size2 {
    width: 100%;
}

.contact2_dl dd input {
    line-height: 32px;
    height: 32px;
    border: 0px;
    font-weight: 500;
    border-radius: 0;
    outline: none;
    background: #f6f6f6;
    padding-left: 5px;
}

.contact2_dl dd textarea {
    width: 100%;
    height: 200px;
    border: 0px;
    color: rgba(116, 116, 116, 255);
    font-weight: 500;
    padding: 8px;
    border-radius: 0;
    font-size: 14px;
    background: #f6f6f6;
    padding-left: 5px;
}
.contact2_dl dd textarea:focus,.contact_table button:focus{
  border: 0px;
}

/* input,
textarea,
select {
    font-size: 16px !important;
} */

.contact2 .m800 {
    max-width: 850px
}

.contact_table button {
    max-width: 250px;
    width: 90%;
    margin: 60px auto 0;
    display: block;
    color: #fff;
    padding: 14px 0;
    text-align: center;
    position: relative;
    background: #b18045;
    border: 0px;
    cursor: pointer;
}
.contact_table button:nth-of-type(2){
    margin-top: 30px;
}

.contact3_dl dt {
    margin-bottom: 10px;
}

@media only screen and (max-width:1024px) {
    .contact1_btnitem.telitem .in {
        font-size: 20px;
    }

    .contact1_btnitem.telitem .in:before {
        width: 18px;
    }

    .contact1_btnitem.lineitem .in {
        font-size: 18px;
    }

    .contact1_btnitem.lineitem .in:before {
        content: "";
        display: block;
        width: 23px;
        top: 50%;
        left: 10px;
    }

    .contact1_btnlist {
        max-width: 550px;
        margin-right: auto;
        margin-left: auto;
    }

    .contact_table {
        width: 95%;
        margin-right: auto;
        margin-left: auto;
    }

    .contact2_dl dt {
        font-size: 14px;
    }
}

@media only screen and (max-width:599px) {
    .contact1_btnlist {
        max-width: 280px;
    }

    .contact2_dl dt {
        display: inline-block;
        width: auto;
        padding-right: 70px;
    }

    .contact2_dl dd {
        width: 100%;
    }

    .contact_table button {
        margin-top: 40px;
        margin-bottom: 60px;
    }
}

[data-element-id].spfixbtn {
    display: block;
    position: relative;
}

.spfixbtn {
    display: none;
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
    background: #493f3c;
    padding: 5px 10px;
    z-index: 150;
}
.spfixbtn .flexb{
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.spfixbtn .tel {
    width:40%;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}

.spfixbtn .tel span {
    color: #fff;
    display: block;
    font-size: 19px;
    font-weight: 600;
    position: relative;
    text-align: center;
    font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝, serif;
} 

/* .spfixbtn .tel a:before {
    display: inline-block;
    margin-right: 10px;
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    margin-right: auto;
    margin-left: auto;
    background: url(/import/tenant_1/160.16.121.28/html/images/01index/img45.png) center center no-repeat;
    background-size: contain;
    margin-bottom: 2px;
} */

.spfixbtn .contactbtn {
    width: 30%;
}


.spfixbtn .contactbtn a {
    background: #b18045;
    color: #fff;
    display: block;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    padding: 2px 10px;
    overflow: hidden;
}

.spfixbtn .contactbtn a:before {
    display: block;
    display: inline-block;
    margin-right: 10px;
    content: "";
    display: block;
    margin-right: auto;
    margin-left: auto;
    width: 18px;
    height: 14px;
    background: url(/import/tenant_1/160.16.121.28/html/images/01index/img00.png) center center no-repeat;
    background-size: contain;
}

.spfixbtn .linebtn{
   width: 28%;
}
.spfixbtn .linebtn a{
  /* background: #02b902; */
  background: #ea9999;
  display: block;
  /* height: 93%; */
}
.spfixbtn .linebtn a img{
  width: 30px;
  margin: auto auto;
  display: block;
  padding-top: 6px;
}
@media only screen and (max-width: 1024px) {
    .spfixbtn {
        display: block;
    }

    #wrapper {
        padding-bottom: 52px;
    }
}
@media only screen and (max-width:400px) {
  .spfixbtn .tel a{
    font-size: 12px;
  }
  .spfixbtn .contactbtn a{
    font-size: 10px;
  }
  .spfixbtn .linebtn a img {
    width: 26px;
    padding-top: 7px;
}
}

.slick-list {
  width: 100% !important;
}


.hsns .sns-wrapper {
    max-width: 500px; /* Facebook Page Plugin の最大幅 */
    margin: 0 auto;
}
 
.hsns .facebook-wrapper > .fb-page {
    width: 100%;
}
 
.hsns .facebook-wrapper > .fb-page > span,
.hsns .facebook-wrapper iframe {
    width: 100% !important;
}

@media only screen and (max-width: 599px) {
.hsns .sns-wrapper {
    max-width: 320px; 
}
.hsns .twitter {
  margin-top: 40px;
}
.hsns .twitter iframe {
    max-height: 350px;
}
}


/*2020/12/02*/
.footer .line {
    padding-top: 0;
    padding-bottom: 30px;
}
.footer .line .linebox {
   width: 200px;
    background: #02b902;
    padding: 10px;
    border-radius: 10px;
}
.footer .line .linebox .line_txt {
  width: 50%;
    text-align: center;
    padding-top: 5px;
    color: #ffffff;
    font-weight: bold;
}
.footer .line .linebox p img {
    width: 100%;
}

@media only screen and (max-width: 1024px) {
  .footer .line .linebox .line_txt {
    padding-top: 10px;
  }
  }
@media only screen and (max-width: 599px) {
  .footer .line .linebox {
    margin: auto;
  }
}
  
  
  
/* 料金 */

.head03 {
  text-align: center;
  font-size: 28px;
  margin-bottom: 40px;
  font-weight: 600;
}


.pricebox {
    margin-bottom: 160px;
    max-width: 1000px;
    margin: 0 auto 160px;
}

.priceflex .w48 {
  margin-bottom: 30px;
}

.open-price {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  color: #b18045;
  display: block;
  margin-top: 20px;
}
.menu_link {
    width: 100%;
    margin-bottom: 50px;
}
.menu_link ul a {
    width: 18%;
    padding: 10px;
    margin: 0 auto 10px;
    background: #b18045;
}

.menu_link ul a {
    width: 31%;
    padding: 5px;
    margin: 0 10px 10px;
    background: #fff;
    border: 2px solid #b18045;
    border-radius: 10px;
}
.menu_link ul a li {
    color: #ffffff;
    font-weight: bold;
    text-align: center;
}

@media only screen and (max-width: 1024px) {
  .menu_link ul a {
    width: 30%;
    padding: 5px;
    margin: 0 10px 10px;
    background: #fff;
    border: 2px solid #b18045;
    border-radius: 10px;
}
  .menu_link ul a li {
    font-size: 12px;
}
}

@media only screen and (max-width: 599px) {
  .menu_link ul a {
    width: 30%;
}
  .menu_link ul a li {
    font-size: 11px;
}
  .pricebox {
    margin: 0 auto 100px;
}
}

/*2020/12/09コラム*/
.columu_linkbtn {
    display: none;
}

@media only screen and (max-width: 1024px) {
  .columu_linkbtn {
    display: none;
}
}

@media only screen and (max-width: 599px) {
  .columu_linkbtn {
    display: block;
    text-align: center;
    margin-top: 50px;
}
.columu_linkbtn a {
    padding: 20px 50px;
    background: #b18045;
    text-align: center;
    font-weight: bold;
    color: #ffffff;
}
}

.table-wrap {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #b8b6b6;
}

.table-heading {
    width: 20%;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex-shrink: 0;
    padding: 15px;
    color: #fff;
    background-color: #b18045;
    font-size: 20px;
    font-weight: bold;
}

.table-heading02{
  height: 210px;
  width: 25%;
}

.table-heading03{
  width: 35%;
  text-align: center;
}

.table-item-wrap {
    width: 10%;
    display: flex;
    flex-wrap: wrap;
    flex-grow: 1;
}

.table-item {
    width: 25%;
}

.table-item02{
  width: 33.333%
}

.table-item03{
  width: 50%;
}

.table-item04{
  width: 20%;
}

.table-item+.table-item {
    border-left: 1px solid #b8b6b6;
}

.table-item dt {
    text-align: center;
    padding: 15px;
    background-color: #efe6da;
    border-bottom: 1px solid #b8b6b6;
}

.table-item dd {
    text-align: center;
    padding: 10px;
}
.price{
  font-size: 18px;
    color: #b18045;
    font-weight: bold;
}

.price-detail{
  font-size: 14px;
}

.price-one{
  font-size: 18px;
}

.table-item .price-box{
  padding: 13px;
}

.table-item .price-box02{
  padding: 44px 0px;
}

.table-item .price-box03{
  text-align: center;
  padding: 28px 10px;
}

.table-item .another_price {
    font-size: 18px;
    font-weight: bold;
    padding-top: 27px;
}

.table-item .another_price02{
  padding-top: 57px;
}


@media (max-width: 599px) {
    .table-heading {
      width: 100%;
      height: auto;
      font-size: 18px;
  }
  
  .table-item .another_price {
    padding-top: 13px;
}

    .table-item {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }

    .table-item+.table-item {
        border-left: none;
    }

    .table-item dt,
    .table-item dd {
        width: 50%;
/*         display: flex; */
        align-items: center;
        justify-content: center;
        flex-direction: column;
        font-size: 12px;
    }

    .table-item dt {
        border-bottom: none;
        display: inline-flex;
    }

    .table-item+.table-item dt,
    .table-item+.table-item dd {
        border-top: 1px solid #b8b6b6;
    }
    
    .price{
      font-size: 14px;
    }
    
    .price-one{
      font-size: 14px;
    }
    
    .table-item .another_price{
      font-size: 14px;
    }
    
    .table-item .another_price02{
      padding-top: 17px;
    }

}

.text-center{
  text-align: center;
}

.img-outer-box{
  width: 35%;
  margin: 100px auto 0;
}

.img-outer-box{
  margin-bottom: 100px
}

.img-outer-box .image-box{
  width: 100%;
    height: 100%;
    object-fit: contain;
    position: relative;
}

.img-outer-box02:last-of-type{
  width: 50%;
  margin-bottom: 0;
  margin-top: 50px;
}

.morebtn02{
  margin-top: 30px;
  margin-bottom: 60px;
}

.harea02{
  padding-bottom: 0;
}

.agree-subtitle{
  font-size: 22px;
  color: #b18045;
}

@media (max-width: 599px){
.img-outer-box{
    width: 70%;
    margin: 50px auto 0;
}

.img-outer-box:last-of-type{
  margin-bottom: 50px;
}

.img-outer-box02:last-of-type{
    width: 100%;
    margin: 50px auto 0;
}

.agree-subtitle{
  font-size: 16px;
}

.morebtn02{
  margin-top: 20px;
  margin-bottom: 20px;
}
}

.title-outer{
  background-color: #b18045;
}

.price_minitit {
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px 0;
}

/* 追記 */

.table-head01{
  width: 40%;
}

.table-head03{
  width: 22%;
}

.spfixbtn .tel:before {
    display: inline-block;
    margin-right: 10px;
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    margin-right: auto;
    margin-left: auto;
    background: url(/import/tenant_1/160.16.121.28/html/images/01index/img45.png) center center no-repeat;
    background-size: contain;
    margin-bottom: 2px;
}

@media (max-width: 599px){
  .table-head01{
    display: inline-block;
}


.table-cmp02 .table-data02{
  display: revert;
}

.table-cmp02 .table-data03{
  display: revert;
}

.spfixbtn .tel span {
    font-size: 12px;
}

.spfixbtn .contactbtn a {
    background: #b18045;
    color: #fff;
    display: block;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    /* padding: 2.5% 10px; */
    overflow: hidden;
    height: 100%;
}

}

/* 追記 */

/* .price_table th{
  width: 40%;
} */

.datsumou .price_minitit{
  margin-bottom: 0;
}

.datsumou .area {
    padding: 40px 0 80px 0;
}

.datsumou .price_table .table-head02{
  background-color: #fff;
}

.datsumou .price_table .table-head03{
  background-color: #fff;
}



.price_table .table-head03 {
    width: 39%;
}

.price_table .table-head04 {
    width: 19%;
}

.price_table .table-head01 {
    width: 41%;
}


.staff{
  justify-content: space-between;
}

.staff .pic-box{
  overflow: hidden;
    position: relative;
}

.staff .pic-box img{
      object-fit: cover;
    width: 80%;
    /* overflow: hidden; */
    height: 100%;
    /*position: absolute;*/
    top: -50px;
    right: 0;
}

.s {
display:inline-block;
}

.double4 .price_minitit{
  color: #555555;
}

.double4 .t-list{
  padding-left: 30px;
}

.double4 .t-list span{
  text-align: left;
}

.menu_link ul a {
    width: 18%;
    padding: 10px;
    margin: 0 10px 10px;
    background: #b18045;
}

@media (max-width: 599px){
  
  .datsumou .area {
    padding: 20px 0 80px 0;
}
  
.menu_link ul a {
    width: 27%;
    padding: 10px;
    margin: 0 auto 10px;
    background: #b18045;
}
  
  .pricebox {
    margin: 0 auto;
}
  
  .datsumou .table-head01 {
    text-align: left;
    padding: 5px 5px;
}
  
  .datsumou .table-head01{
    text-align: left;
    font-size: 12px;
    padding-left: 10px;
  }
  
  .table-head01 {
    display: revert;
}
  
  .table_row3 table {
    min-width: 340px;
}
  
  .double4 .t-list {
    padding-left: 10px;
}

.double4 .t-ttl{
  display: flex;
  align-items: center;
} 
  
  .s {
display:block;
}
  
  .staff {
    flex-direction: column;
}

.staff .t-box{
  width: 100%;
    margin-bottom: 40px;
}

.staff .pic-box{
  width: 100%;
  overflow: visible;
  position: static;
}

.staff .pic-box img{
  position: static;
}
.price_table .table-head01 {
    width: 21%;
}
}

.ase {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    text-align: center;
}

.counselingbox .more-btn a {
    padding: 0.5em 1.5em;
    text-align: center;
    background-image: url(/import/tenant_1/160.16.121.28/lphtml/images/btn02.png);
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
    color: #fff;
    border-radius: 5px;
    position: relative;
    width: auto;
    max-width: 100%;
    margin: 0 auto;
    border-bottom: 5px solid #634428;
    opacity: 1;
    display: inline-block;
}

.counseling{
  padding-bottom: 80px;
}


.sp-only{
  display: none;
}

.datsumou .price_table:last-of-type .area{
  padding-bottom: 0;
}

.datsumou .pricebox{
  margin-bottom: 0;
  margin: 0 auto;
}

.linkbox li{
  display: flex;
    align-items: center;
    justify-content: center;
}

/* 再追記 */

.c-tbl {
    margin-bottom: 30px;
    border: 1px solid #ccc;
    width: 100%;
    border-collapse: separate;
    background-color: #fff;
}

.c-tbl__body {
    margin-bottom: 40px;
    border: 1px solid #ccc;
}

.c-tbl__item {
  display: flex;
    max-width: 840px;
}

.c-tbl__item:not(:last-child) {
    border-bottom: 1px solid #ccc;
}
.c-tbl__body__ttl {
    background: #efe6da;
    color: #000;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.c-tbl__body__ttl {
    font-size: 14px;
    padding: 15px;
    width: 20%;
}

.c-tbl__body__txt {
    font-size: 14px;
    padding: 15px;
    width: 80%;
    display: block;
}

.risk-area{
  width: 80%;
  margin: 0 auto 80px;
}

@media (max-width: 599px){
  
  .risk-area {
    width: 100%;
    margin: 0 auto 10px;
  }
  .c-tbl {
    margin-bottom: 0;
  }
  .c-tbl__body__ttl {
    width: 40%;
  }
  .counseling{
    padding-bottom: 20px;
  }
  .staff .t-box{
    margin-bottom: 20px;
  }
}

/* 追記 */

.price_table02 th {
    font-weight: normal;
    background: #efe6da;
    width: 10%;
    padding-left: 30px;
}

.price_table02 .db {
    display: flex;
    text-align: left;
}

.t-list02 span{
      display: flex;
    align-items: center;
}

.price_table .price02{
  display: flex;
  justify-content: center;
  align-content: center;
  text-align: center;
}

.price_minitit02{
  color: #555555;
}

/*2021/02/04*/

.title-area .titlearea-in .alt {
    font-size: 16px;
    text-align: left;
}

.shorei {
  margin: 20px auto 10px;
  display: flex;
}
.shorei .in00 {
  width: 50%;
  display: flex;
  margin: auto;
}
.shorei .in00 .box00 {
  width: 45%;
}
.shorei p {
  padding-left: 20px;
  width: 55%;
}

@media (max-width: 599px){
  .shorei {
  width: 85%;
  max-width: 320px;
  display: block;
}
  .shorei .in00 {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
  .shorei .in00 .box00 {
  width: 100%;
}
.shorei p {
  width: 100%;
  padding-left: 20px;
}
}

/*追加 */

/* .m20{
  margin: 20px 0 5px 0;
} */

.mb05{
  margin-bottom: 5px;
}

.menu_link ul a {
    width: 18%;
    padding: 5px;
    margin: 0 10px 10px;
    background: #fff;
    border: 2px solid #b18045;
    border-radius: 10px;
}

.menu_link ul a li {
    color: #3c240a;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", serif;
}

.title-outer{
  background-color: #fff;
    border: 2px solid #b18045;
    border-radius: 10px;
}

.datsumou .price_minitit {
    margin-bottom: 0;
    color: #3c240a; 
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", serif;
}

.price_minitit:before {
  display: none;
}

.datsumou .area {
    padding: 10px 0 80px 0;
}

.caption-text {
    padding-left: 8px;
    font-weight: bold;
    border-left: 5px solid #b18045;
}

.n {
display:inline-block;
}

@media only screen and (max-width: 599px){
.n {
display: block;
}
}
.title-outer {
    background-color: #fff;
    border: 2px solid #b18045;
    border-radius: 10px;
    margin-bottom: 0px;
}
@media (max-width: 599px){
  
  .datsumou .area {
    padding: 0px;
}
  
/*   .area60 {
  padding: 20px 0;
} */
  
  .menu_link{
    margin-bottom: 20px;
  }
  .menu_link ul a li{
    height: auto !important;
    font-size: 10px;
  }
  
.menu_link ul a {
    width: 32%;
    padding: 2px;
    margin: 1px auto;
    background: #fff;
    border: 2px solid #b18045;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.price_minitit {
    padding: 5px 0;
}

.price_table_item {
    width: 100%;
    max-width: 1020px;
    margin: 0 auto 20px;
}

.datsumou .table-head01 {
    text-align: center;
    padding-right: 0px;
    font-size: 12px;
    padding-left: 0;
    padding-right: 0-;
}

.caption-text {
    padding-left: 8px;
    font-weight: bold;
    border-left: 5px solid #b18045;
    margin-top: 10px;
}
}

/* 2/12 追記 */

.shorei .in00.margin{
  margin: 0;
}

.menu {
    display: flex;
    text-align: center;
    margin-bottom: 5px;
    align-items: center;
    justify-content: center;
}

.vertiical-flex{
  width: 100%;
  flex-direction: column;
}



.price-subtext {
    margin-top: 5px;
    margin: 10px auto 0;
}
.campaignbox-tbox .w80 .alt:before {
  display: none;
}

.width{
  width: 100%;
}

.title{
  display: block;
  margin: 0;
}

.margin{
  margin: 0;
}

.another-flex{
  margin: 20px 96px 0;
}



.campaignbox-tbox .w80 .alt:before {
    content: "→";
    display: inline-block;
    position: absolute;
    top: 0%;
    right: -20%;
    color: #fff;
    font-size: 30px;
    transform: translateY(-50%);
}

.campaignbox-tbox .w80 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: block;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: center;
        margin-left: auto;
    width: 48%;
    align-items: center;
    text-align: center;
}

.campaignbox-tbox .w80 .alt:before {
    content: "→";
    display: inline-block;
    position: absolute;
    top: 50%;
    right: -20%;
    color: #fff;
    font-size: 30px;
}

.flex-menu{
  display: flex;
    justify-content: center;
    align-items: center;
    margin-right: auto;
}

.g-text{
  display: block;
  margin-right: auto;
}

.arrow{
  margin: 0 10px;
}

.menu-title{
  padding-right: 20px;
}

.menu-title02{
  padding-right: 60px;
}

.menu {
    display: block;
    text-align: center;
    margin-bottom: 5px;
}

.sub-text{
  color: #fff;
    display: block;
    text-align: center;
    margin: 5px 0 10px 0;
}

.sub-text02{
    display: block;
    text-align: center;
    margin: 5px 0 10px 0;
}

.off{
  color: #FFFFAD;
}

.title-color{
  color: #FFFFAD;
  font-size: 50px;
  letter-spacing: -2px;
}

.campaignbox .kikan {
    display: block;
    text-align: center;
    margin-top: 5px;
}

.campaign-minitit {
    margin-top: 20px;
    margin-bottom: 5px;
}

.text-box{
  padding: 10px;
    background: #fff;
    margin-top: 10px;
}


.circle-price {
    color: #f00;
    font-size: 35px;
    letter-spacing: -1px;
    line-height: 1;
}

.blue .campaignbox-tbox {
    overflow: visible; 
}

.text-indent{
  padding-left: .6em;
  text-indent: -.6em;
}

.text-indent02{
  display: block;
/*     text-indent: 12em;
padding-left: -12em; */
}

.shorei p {
    padding-left: 20px;
    width: 100%;
}

.circle-text {
    font-size: 14px;
        color: #000;
    font-weight: bold;
    flex-direction: column;
    display: flex;
    text-align: center;
}

.list-circle {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    /* background: #FAC2F9; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-weight: bold;
    font-size: 16px;
    position: absolute !important;
    right: -6px;
    top: -32px;
    z-index: 7000;
    background-color: rgb(255 255 173 / 60%);
}

.list-title {
    font-size: 16px;
    font-weight: bold;
}

.list-detail {
    font-size: 14px;
}

@media (max-width: 1024px){
  
  .campaignbox .title-area {
    padding: 10px 0;
}
  
  
  .shorei .in00 {
    width: 80%;
    display: flex;
    margin: auto;
}

  .shorei .in01 {
    width: 50%;
    display: flex;
    margin: 0;
}


  .list-title {
    font-size: 14px;
    font-weight: bold;
}

.list-detail {
    font-size: 12px;
}

}

@media (max-width: 599px){
  
  .title-color{
    font-size: 30px;
  }
  
  .campaign-title .titlearea-in .alt {
    text-align: left;
    padding: 0 10px;
}
  
  
  .titlearea-right.w100 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
  
  .campaign-title .titlearea-in .bignum:before {
    content: "";
}
  
  .shorei .in00 {
    display: block;
    width: 100%;
    margin-bottom: 10px;
}
  
/*   .shorei .in00 {
  width: 50%;
  display: flex;
  margin: auto;
} */

/* .shorei .in01{
  width: 80%;
    display: flex;
    margin: auto;
} */
.campaignbox {
    max-width: 360px;
    width: 100%;
}
.list-title{
  font-weight: bold;
    font-size: 12px;
}

.list-detail {
    font-size: 10px;
    padding-left: 5px;
}

.list-circle {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    /* background: #FAC2F9; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-weight: bold;
    font-size: 16px;
    position: absolute !important;
    right: -6px;
    top: -32px;
    z-index: 7000;
    background-color: rgb(255 255 173 / 60%);
}

.circle-text {
    font-size: 10px;
    color: #000;
    font-weight: bold;
    flex-direction: column;
    display: flex;
    text-align: center;
}
.circle-price {
    font-size: 20px;
    letter-spacing: -1px;
}
}

/* 2/13追記 */
.shorei .in00 .box00 {
    width: 80%;
}

.campaignbox-tbox .w80 .alt:before {
    display: none;
} 



.campaignbox-tbox .w80 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: 0 auto;
    width: 80%;
    align-items: center;
}

.flex-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    /* margin-right: auto; */
    font-size: 16px;
    text-align: center;
    margin: auto;
}

.menu-title02 {
    padding-right: 69px;
}

.campaign-title .titlearea-in .alt {
    font-size: 16px;
    text-align: center;
}

.sub-text02{
  display: block;
  text-align: center;
}

.campaign-title .titlearea-in .alt {
    font-size: 16px;
    text-align: center;
}

.campaign-area{
  padding: 30px 0;
}

.kouka-text{
  margin-top: 5px;
}

.kouka-detail{
  display: block;
}

.price-subtext{
  margin-top: 5px;
}

.flex-menu02{
  display: block;
}

.menu-title03{
  text-align: left;
  font-size: 16px;
}

.flex{
  display: flex;
/*     justify-content: center; */
    /* margin: auto; */
    text-align: center;
    align-items: center;
    /* margin-left: auto; */
    margin-top: 5px;
    font-size: 16px;
    justify-content: center;
}

/* @media (max-width: 599px){
  .title-area .titlearea-in:after {
    display: none;
}
} */

.list-title{
  font-size: 16px;
  margin-bottom: 5px;
}

/* .harea {
    padding: 20px 0;
} */

 .campaign-mb {
    margin-bottom: 20px;
} 

 .campaign-area {
    padding: 10px 0;
} 
.list-detail {
    font-size: 14px;
    padding-left: 5px;
}

.shorei {
    display: flex;
    margin: 10px auto 10px;
}
.campaignbox .bikou {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

.flex-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: auto;
    font-size: 16px;
}


.flex-menu02 {
    display: block;
}
@media (max-width: 599px){
  
  .campaignbox-tbox .w80 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: block;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: 0 auto;
    width: 100%;
    align-items: center;
}
  
  .list-title {
    font-size: 14px;
    margin-bottom: 5px;
}
  
/* .harea {
    padding: 20px 0 10px;
} */

  /* .osusumebox {
    padding: 15px 20px 10px;
  } */
.campaign-title .titlearea-in .alt {
    text-align: left;
    padding: 0px;
    font-size: 16px;
}

.campaign-title .titlearea-in {
    padding: 0 30px;
}

.shorei {
    display: flex;
    margin: 10px auto 10px;
    width: 100%;
    max-width: 340px;
}

.campaign-minitit {
    margin-top: 5px;
    margin-bottom: 5px;
}

.shorei .in00 {
    display: block;
    width: 100%;
    margin-bottom: 0;
}

.flex-menu02 {
    display: block;
}
.campaignbox-tbox .w80 .titlearea-right.mb20 {
    margin-bottom: 0;
}

.campaignbox .bikou {
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
}

.campaign-title .titlearea-in .alt {
    text-align: left;
    padding: 0px;
    font-size: 14px;
    margin-bottom: 5px;
}

.flex-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
}

.flex-menu02 {
    display: block;
}

.campaign-mb {
    margin-bottom: 5px;
}

.campaign-area {
    padding: 15px 0 10px;
}

.campaign-area.ptb5{
    padding: 5px 0;
}

.menu-title02 {
    padding-right: 60px;
}
.shorei .in00 .box00 {
    width: 100%;
}

}

@media (max-width: 599px){
  .small-text {
    font-size: 7px;
  }
}

.price_mindl dt.bg-lightbrown {
    background: #efe6da;
    font-weight: normal;
    font-size: 16px;
    color: #000;
    border-right: 1px solid #b8b6b6;
    font-weight: bold;
}


/* 2/15追記 */

.formbox {
    padding: 4em;
    background-image: url(/import/tenant_1/160.16.121.28/lphtml/images/decobox06.png);
    background-position: center center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.formbox .form {
    max-width: 760px;
    margin: 0 auto;
}

.form * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    overflow-wrap: break-word;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    word-break: break-all;
     font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", serif;
        letter-spacing: initial;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
}

.form dl {
    padding: 1em 0;
    border-bottom: 1px dashed #e9e9e9;
}

.form dt {
    width: 35%;
    font-weight: 600;
    font-size: 18px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", serif;
}

.form dt .reqw {
    font-size: 14px;
    text-align: center;
    padding: 0 0.5em;
    background: #d5262b;
    color: #fff;
    margin-left: 0.5em;
}

.form dd {
    width: 64%;
}

.form dd .dlbox .dl .label {
    display: inline-block;
    padding: 0.25em 0.5em;
    background-color: #f4f4f4;
    border: 1px solid;
    font-size: 10px;
    margin-right: 0.5em;
}

.form dd .dlbox .att a {
    text-decoration: underline;
}

.form dd input {
    width: 100%;
    padding: 0.5em;
    font-size: inherit;
    font-family: inherit;
    color: inherit;
    background-color: #f2f2f2;
    border: 1px solid #6f6f6f;
}

.form dd select {
    padding: 0.5em;
    font-family: inherit;
    color: inherit;
    background-color: #f2f2f2;
    border: 1px solid #6f6f6f;
}

.form dd input[type="radio"] {
    display: none;
}

.form dd input[type="radio"]+label {
    padding-left: 20px;
    position: relative;
    margin-right: 20px;
    line-height: 200%;
}

.form dd input[type="radio"]+label::before {
    content: "";
    display: block;
    position: absolute;
    top: 4px;
    left: 0;
    width: 12px;
    height: 12px;
    border: 1px solid #6f6f6f;
    border-radius: 50%;
    background: #fff;
    background-color: #f2f2f2;
}

.form dd input[type="radio"]:checked+label::after {
    content: "";
    display: block;
    position: absolute;
    top: 6px;
    left: 2px;
    width: 8px;
    height: 8px;
    background: #303841;
    border-radius: 50%;
}

.form dd input[type="radio"]:checked+label {
    border-bottom: 1px solid;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}

.form dd textarea {
    width: 100%;
    padding: 0.5em;
    font-size: inherit;
    font-family: inherit;
    color: inherit;
    height: 250px;
    background-color: #f2f2f2;
    border: 1px solid #6f6f6f;
}

.formbtn li button {
    text-align: center;
    color: #fff;
    display: block;
    background: #c2936c;
    padding: 1em 3em;
    position: relative;
    z-index: 1;
    opacity: 1;
    overflow: hidden;
    border: none;
    width: 100%;
    margin: 60px auto;
    border-bottom: 5px solid #876244;
    border-radius: 5px;
}

.formbtn li button:after {
    position: absolute;
    font-family: FontAwesome;
    content: "\f105";
    position: absolute;
    top: 50%;
    right: 1em;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 20px;
}

.formbtn2 li:nth-of-type(odd) button:after {
    right: auto;
    left: 1em;
    content: "\f104";
}

.formbtn li button:hover {
    border-bottom: none;
    cursor: pointer;
    -webkit-transition: 0.3s all linear;
    transition: 0.3s all linear;
}

.formbtn li {
    width: 100%;
    max-width: 250px;
    margin: auto;
}

.formbtn2 li {
    max-width: 250px;
}

.datelist {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.form dd .dateitem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 1% 0;
    margin-right: 1em;
}

.form dd .dateitem select {
    margin-right: 0.5em;
}

@media only screen and (max-width:1024px) {

    .formbox {
        padding: 4em 1.5em;
    }

    .form dt {
        width: 100%;
        padding-bottom: 0.5em;
        font-size: 16px;
    }

    .form dd {
        width: 100%;
    }

    .formbtn li button {
        margin: 60px auto;
    }

    .formbtn2 li {
        max-width: 200px;
    }
}

@media only screen and (max-width:599px) {
    .formbox {
        background: #fff;
        border: 1px solid #bf8e66;
    }

    .formbtn li button {
        margin: 40px auto;
        max-width: 250px;
    }

    .formbtn2 li {
        max-width: 130px;
    }

    .datelist {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .form dd .dateitem {
        margin-right: 5px;
        max-width: 50%;
    }

    .form dd .dateitem:last-of-type {
        margin-top: 10px;
    }
    .formbox{
      padding: 30px 1.5em 10px;
    }
    .form dt{
      font-size: 14px;
    }
    .formbtn li button{
      margin: 20px auto;
    }
}

.form dt{
  position: relative;
}
.form dt .hissu{
  background: #ab3333;
  font-size: 13px;
  color: #fff;
  display: inline-block;
  padding: 3px 5px;
  margin-left: 20px;
  line-height: 130%;
}

@media (max-width: 1024px) {
  .fs50 {
  font-size: 38px;
}
}

.form-flex{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.form-flex .form-day{
  margin: 0 10px;
} 

@media (max-width: 599px) {
.form dd .dateitem:last-of-type {
     margin: 1% 0;
}
}

select {
    -webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    color: -internal-light-dark(black, white);
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    appearance: menulist;
    box-sizing: border-box;
    align-items: center;
    white-space: pre;
    -webkit-rtl-ordering: logical;
    background-color: -internal-light-dark(rgb(255, 255, 255), rgb(59, 59, 59));
    cursor: default;
    margin: 0em;
    font: 400 13.3333px Arial;
    border-radius: 0px;
    border-width: 1px;
    border-style: solid;
    border-color: -internal-light-dark(rgb(118, 118, 118), rgb(133, 133, 133));
    border-image: initial;
}

.form .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: initial;
}

/* 2/15追記 */

.partsmenu-item .textbox {
    height: 200px;
}


@media (max-width: 599px){
 .monitor-area {
    margin-top: 80px;
}

 .partsmenu-item .textbox {
     height: 150px;
  }


.list-circle {
    top: -82px;
    width: 100px;
    height: 100px;
}
}

.i{
  display: block;
}

@media (max-width: 599px){
  .i{
  display: none;
}
}

/* 2/16追記*/

.form .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 20px 0;
    border-bottom: 1px dashed #e9e9e9;
}

.form .datattl {
    position: relative;
    padding-top: 2px;
    width: 300px;
    font-weight: 600;
    font-size: 18px;
}


.form .data {
    padding-left: 64px;
    width: 100%;
}

.form .data input {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 5px;
    width: 100%;
    border: 1px solid #6f6f6f;
}

@media (max-width: 1024px){
  .form .datattl {
    font-size: 16px;
}
  
}

@media (max-width: 599px){
  .form .datattl {
    font-size: 14px;
}
  
}

/* 2/17追記 */

/* .lp21cont h2 {
    padding: 2em 0 0;
    background-image: url(/import/tenant_1/160.16.121.28/lphtml/images/crown02.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 3em;
}

.lp21cont h2 .inb {
    display: inline-block;
    position: relative;
    padding: 0 12%;
} */

/* .lp21cont h2 .inb:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 12%;
    height: 2px;
    border-bottom: 1px solid;
}

.lp21cont h2 .inb:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 12%;
    height: 2px;
    border-bottom: 1px solid;
}
.counseling .lp21cont{
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", serif;
} */



/* 2/18追記 */

.breadcrumb{
  margin-bottom: 20px;
}

.breadcrumb .item {
    display: inline-block;
}

.breadcrumb .now {
    color: #000;
}

.breadcrumb .item:not(:last-of-type):after {
    content: '\f054';
    font-weight: 600;
    font-family: 'Font Awesome 5 Free';
    display: inline-block;
    margin-right: 5px;
    margin-left: 10px;
}

@media (max-width: 599px){
  .breadcrumb{
  display: flex;
    margin-bottom: 0;
}
}


.breadcrumb02{
  margin-bottom: 25px;
}

.breadcrumb02 .item {
    display: inline-block;
}

.breadcrumb02 .now {
    color: #000;
}

.breadcrumb02 .item:not(:last-of-type):after {
    content: '\f054';
    font-weight: 600;
    font-family: 'Font Awesome 5 Free';
    display: inline-block;
    margin-right: 5px;
    margin-left: 10px;
}

.breadcrumb-mt{
  margin-top: 80px;
}

@media (max-width: 1024px){
  .breadcrumb-mt{
  margin-top: 60px;
}
}


@media (max-width: 599px){
  .breadcrumb02{
    display: flex;
    margin-top: 10px;
    margin-bottom: 10px;
}

.breadcrumb-mt{
  margin-top: 10px;
}
}

.breadcrumb-mb{
  margin-bottom: 15px;
}


@media (max-width: 599px){
  .breadcrumb-mb{
  margin-bottom: 10px;
}
}

.m-contact-width{
      max-width: 850px;
  margin-left: auto;
    margin-right: auto;
}
@media (max-width: 1024px){
  .m-contact-width{
      max-width: 700px;
      margin-left: auto;
      margin-right: auto;
  }
}


@media (max-width: 599px){
  .m-contact-width{
      max-width: 330px;
  margin-left: auto;
    margin-right: auto;
  }
}

.flex-b{
    display: flex;
    /* justify-content: center; */
    /* margin: auto; */
    text-align: center;
    align-items: center;
    /* margin-left: auto; */
    margin-top: 5px;
    font-size: 16px;
    justify-content: flex-start;
}


@media (max-width: 1024px){
  .flex-b{
    display: flex;
    /* justify-content: center; */
    /* margin: auto; */
    text-align: center;
    align-items: center;
    /* margin-left: auto; */
    margin-top: 5px;
    font-size: 16px;
    justify-content: center;
}

.menu_link ul a {
    width: 30%;
    padding: 5px;
    margin: 0 10px 10px;
    background: #fff;
    border: 2px solid #b18045;
    border-radius: 10px;
}
}

@media (max-width: 599px){
.menu_link ul a {
    width: 32%;
    padding: 2px;
    margin: 1px auto;
    background: #fff;
    border: 2px solid #b18045;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
}


/* 2/22 追記 */

.menu .menu-title02 {
    padding-right: 33px;
}




.menu-times{
  display: block;
    text-align: left;
    font-weight: 900;
    margin-bottom: 5px;
    padding-left: 6px;

}


.order-area{
  margin-bottom: 10px;
}

.plus-text{
  display: block;
}

.campaignbox .w100 .title-area02{
  max-width: 960px;
}


@media (max-width: 599px){
  .title-area02 .titlearea-right {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}
}

.mb10{
  margin-bottom: 10px;
}

.pr15{
  padding-left: 15px;
}

/* .mb20{
  margin-bottom: 20px;
} */

.w100{
  width: 100%;
  display: block;
}

.text-center{
  text-align: center;
}


@media (max-width: 599px){
  .campaignbox .leftpic.sp-size{
    width: 70%;
    margin: auto;
  }
  .sp-bg{
    background-color: #fff;
  }
  
  .campaign-title .titlearea-in .alt.w100{
    text-align: center;
  }
}


@media (max-width: 1024px){
  .flex-menu.tb-width{
  width: 157%;
}

.flex-menu.d-box{
  display: block;
}

.flex-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: auto;
    font-size: 16px;
    width: 110%;
}
.tb-width02{
  width: 80%;
}
}


@media (max-width: 599px){
.flex-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: auto;
    font-size: 14px;
    width: 100%;
}

.flex-menu.tb-width {
    width: 100%;
}

.campaignbox .title-area {
    padding: 5px 0;
}

.tb-width02 {
    width: 31%;
}
}

.mat {
  margin: auto;
}
.mb30 {
  margin-bottom: 30px;
}

/*2020/02/26*/
.totop {
  position: fixed;
  z-index: 99;
  bottom: 10px;
  right: 10px;
}
.totop a {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  background: #b18045;
  position: relative;
}
.totop a i {
  color: #fff;
  font-size: 28px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.fa-chevron-up:before {
    content: "\f077";
}
@media (max-width: 1024px){
  .totop {
  bottom: 70px;
}
}
@media (max-width: 599px){
  .totop {
  bottom: 60px;
}
  .totop a {
    width: 40px;
    height: 40px;
    border-radius: 20px;
  }
  .totop a i {
    font-size: 18px;
  }
}

.htel2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    position: relative;
    padding: 5px 13px 0 0;
    margin-right: 15px;
}

.htel2:after {
    content: "";
    font-size: 32px;
    width: 1px;
    height: 30px;
    display: inline;
    position: absolute;
    top: 0;
    right: 0;
    background: #dddddd;
}

.htel2 a {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", serif;
    color: #b18045;
    font-size: 32px;
    font-weight: 400;
    padding-left: 34px;
    position: relative;
}

.htel2 a:before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background: url(/upload/tenant_1/c65dc06dee5d1f6564f3dd48122ae99c.png) center center no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

/*2021/03/02*/
.cb {
  text-align: center;
}

.partsmenu-list.pt080 .img {
    position: relative;
    padding-top: 80%;
    display: block;
}

/*2021/03/16*/
.underSlide.zo_0 h2 {
  padding-bottom: 15px;
}

.lh1 {
   line-height: 1;
}

.c-bule {
  color: #10069F !important;
}

.bg-bule {
  background: #10069F !important;
}

.bodyloss1-left-titarea.bule01:before {
  background: #10069F !important;
}

.fc000 {
  color: #fff !important;
}

.morebtn.bule a {
    border: 0px solid #10069F;
    background: #10069F;
}

.seihin {
  padding: 0 10px 10px;
}

.p10 {
  padding: 10px !important;
}

.violoss2-item .tit02 {
    padding: 5px;
    position: relative;
}
.violoss2-item.row505 {
  height: 430px;
}

.h200 {
  height: 200px;
}

.bgfff {
  background: #ffffff94;
}

.zo_banner {
  width: 800px;
  margin: auto;
  border: 1px solid #10069F;
  padding: 20px 0;
}
.zo_banner div {
  width: 500px;
  margin: auto;
}

.zo_banner div a img {
  width: 100%;
}

.zo_banner02 {
  width: 500px;
  margin: auto;
}

.zo_banner02 a img {
  width: 100%;
}

.formbox.zo00 {
    background-image: url(/upload/tenant_1/363c85ecefb1e46a7da26dbbc97595a6.png) !important;
}

.formbtn.zo li button {
  background: #10069F !important;
  border-bottom: 5px solid #005599 !important;
}

.faq-item.zo-fap .q {
  background: #10069F !important;
} 

@media (max-width: 1024px){
  .zo_banner {
  width: 600px;
}
}



@media (max-width: 599px){ 
  .bodyloss1-left.zo01 {
    width: 90%;
  }
  
  .zo_banner {
  width: 350px;
}

  .h200 {
  height: 110px;
}

.seihin {
  padding: 0 5px 10px;
}
.formbox.zo00 {
  background-image: none;
        background: #fff;
        border: 1px solid #10069F;
    }
    
  .zo_banner div {
  width: 80%;
}

  .zo_banner02 {
  width: 80%;
}
}

/*2021/03/19*/
.sns_insta {
  width: 65%;
}
.sns_img {
  width: 60px;
}

.sns_insta02 {
  width: 67%;
}
.sns_img02 {
  width: 50px;
  float: right;
}
.sns_img03 {
  width: 50px;
  padding-left: 10px;
}

.sns60 {
  width: 60px;
  padding-left: 10px;
}

@media (max-width: 1024px){
  .sns_insta {
  width: 55%;
}
.sns_insta02 {
  width: 50%;
}
.sns_img {
  width: 45px;
}
}

@media (max-width: 599px){
  .sns_insta02 {
  width: 55%;
}
}


.mt10{
  margin-top: 10px;
}

/*********2021/03/26***********/
.check-item.bule_c:before {
    content: "";
    display: block;
    width: 14px;
    height: 12px;
    background: url(/upload/tenant_1/c3d982fadb4266bae5139faccaedc067.png) center center no-repeat;
    background-size: contain;
    position: absolute;
    top: 8px;
    left: 0;
}
.course ul li h3 {
    margin: 0 auto 20px;
    background: #b18045;
    color: #fff;
    width: 500px;
    text-align: center;
}
.pt50_0 {
  padding: 50px 0 !important;
}
.pc_only {
  display: block;
}
.sp_only {
  display: none;
}
.faq-item.bule_y a:before {
    content: "";
    display: block;
    width: 40px;
    height: 10px;
    background: url(/upload/tenant_1/2be4ed88269db510435b79c816378446.png) center center no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 16px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media (max-width: 599px){
  .course ul li h3 {
    width: 300px;
    margin: 0 auto 5px;
}
  .pc_only {
  display: none;
}
.sp_only {
  display: block;
}
}
  
/* 追記*/


.left-width{
 width: 90%;
 margin-left: auto;
}

.flex-st{
  justify-content: start !important;
}

.ma-l{
  margin-left: 40px;
}

.fz20{
  font-size: 20px;
}

.fw-b{
    font-weight: bold;
}


@media only screen and (max-width: 599px){
  .vertical-flexi{
  flex-direction: column !important;
}

  .vertical-flexir{
  flex-direction: column-reverse !important;
}

.fz16{
  font-size: 16px;
}

.mb15{
  margin-bottom: 15px;
}

.mt15{
  margin-top: 15px;
}

.title-area .titlearea-left.left-width{
  width: 90% !important;
    padding-bottom: 10px !important;
}

.flex-row{
  flex-direction: row !important;
}


}

.pos-r{
  position: relative;
}

.db-i{
  display: block !important;
}

/* 追記 */
@media only screen and (max-width: 1024px){
 
 .left-width {
    width: 100%;
    margin-left: auto;
}

.flex-menu_tb{
      display: flex;
    justify-content: center;
    align-items: center;
    margin-right: auto;
    font-size: 16px;
    width: 100%;
    white-space: nowrap;
}

.flex-st {
    justify-content: center !important;
}

.flex-menu.tb-width {
    width: 100%;
}
.mx-none{
  max-width: initial !important;
  
}
}
.tac-i{
  text-align: center !important;
}

.mt-10{
  margin-top: 10px;
}

.mb-0-i{
  margin-bottom: 0px !important;
}

.left-width {
    width: 99%;
    margin-left: auto;
}

/********2021/03/29********/
.course_txt {
    margin: 50px auto 0;
    border: 2px solid #b18045;
    padding: 10px 100px;
    text-align: center;
}
.course_txt .price00 {
    font-size: 60px;
    letter-spacing: 1px;
    font-weight: 700;
}
.f_gold {
    color: #b18045;
}
.course_txtb {
    margin: 50px auto 0;
    border: 2px solid #10069F;
    padding: 10px 100px;
    text-align: center;
}
.course_txtb .price00 {
    font-size: 55px;
    letter-spacing: 1px;
    font-weight: 700;
}
.tokuten {
  border: 3px solid #10069F;
}
.tokuten h3 {
  width: 80%;
    background: #10069F;
    margin: auto;
    text-align: center;
    color: #fff;    
}
.tokuten .ttxt {
    font-size: 30px;
    text-align: center;
    margin: 50px 0 20px;
}
.tokuten .ttxt .m-10 {
    font-size: 40px;
    color: #79bdf9;
    font-weight: 700;
}

@media only screen and (max-width: 599px){
  .course_txt {
    padding: 10px 20px;
    font-size: 12px;
    margin: 5px auto 0;
  }
  .course_txtb {
    padding: 10px 20px;
    font-size: 12px;
    margin: 5px auto 0;
  }
  .course_txtb .price00 {
    font-size: 36px;
    letter-spacing: -2px;
  }
  .course_txt .price00 {
    font-size: 36px;
    letter-spacing: -2px;
  }
  .tokuten .ttxt {
    font-size: 18px;
  }
  .tokuten .ttxt .m-10 {
    font-size: 25px;
  }
  .tokuten .ttxt {
    margin: 20px 0 20px;
}
}

.c_y {
  text-align: center;
  margin-top: 20px !important;
}


/* 3.30 追記*/

.campaignbox a{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.m-auto{
  margin: auto;
}




@media only screen and (max-width: 599px){
  .campaignbox .leftpic {
    margin: 0;
    max-height: 360px;
    overflow: hidden;
    max-width: 360px;
}

.campaignbox .leftpic img{
  max-height: 360px;
    max-width: 360px;
}

.campaignbox a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    flex-direction: column;
}

.campaignbox.reverse a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    flex-direction: column-reverse;
}
.up-ofi-100 img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
}


.kyanpen{
  color: red;
  line-height: 1.2;
}


/******************/
 
 @media only screen and (max-width: 599px){
   
   .caption-text {
      margin-top: 10px;
    }

   .pd10_0 {
      padding: 10px 0 !important;
    }
    
   .s_tac {
      text-align: center;
    }
}

.mt20 {
  margin-top: 20px;
}
.mtb20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.ptb10 {
  padding: 10px 0;
}
.sample_box4 {
    padding: 1em 1.5em;
    margin: 2em 0;
    background-color:#fff0f5;/*背景色*/
    border: dashed 2px #773d50;/*線*/
    color:#000000;/*文字色*/
}
.sample_box4 p {
    margin: 0; 
    padding: 0;
}
/* タブ　タイトル枠　2 */
.kakomi-tab2 {
 position: relative;
 margin: 3em auto;
 padding: 1.2em 1em 1em;
 width: 90%;
 background-color: #fff; /*BOX背景色 */
 border: 2px solid  #996633; /* 枠線の太さ・色 */
 box-shadow: 2px 2px 2px #ccc; /* 影の色 */
}
.title-tab2 {
 position: absolute;
 display: inline-block;
 top: -28px; /*タブ調整 */
 left: -2px; /*タブ調整 */
 padding: 1px 10px;
 height: 26px;
 font-weight: bold;
 color: #fff; /* タイトル色 */
 background-color:  #996633; /* タイトル背景色 */
 border-radius: 8px 8px 0 0;
}

 @media only screen and (max-width: 599px){
   .kakomi-tab2 {
 margin: 40px auto 20px;
}
}

/*****2021/07/14*****/

.partsmenu-item .textbox.nayamibox {
  height: 140px;
}

@media only screen and (max-width: 599px){
  .partsmenu-item .textbox.nayamibox {
     height: 100px;
}
}

.m0a30 { 
  margin: 0 auto 30px;
}
  
@media only screen and (max-width: 599px){
  .partsmenu-item .textbox.nayamibox {
     height: 80px;
}
  .m0a30 { 
  margin: 20px auto 30px;
}
  .test02 h3 {
    font-size: 14px !important;
  }
  .test02 .text {
    font-size: 10px;
  }
}

/*****症状写真SP表示*****/
@media only screen and (max-width: 599px){
  .hyaluronic3-item h3 {
    font-size: 14px !important;
  }
  .hyaluronic3-item .text {
    font-size: 10px !important;
  }
  .hyaluronic3-item .text div {
    font-size: 10px !important;
  }
}

/*****ゼオスキンページ変更*****/

.pay_c {
  width: 50%;
}
.pay_r {
  width: 25%;
}
.pay_g {
  width: 20%;
}

@media only screen and (max-width: 599px){
  .violoss2-item .img {
    min-height: 110px;
  }
  .violoss2-item.row505 {
    height: 330px;
  }
  .seihin.fs14 {
    font-size: 11px;
  }
  }
  

/*****2022/01/31*****/
.qa-list dl {
    position: relative;
    margin: 0;
    padding: 28px 80px 28px 30px;
    cursor: pointer;
    border-bottom: 1px solid #cbc8c8;
}
.qa-list dl:first-child {
    border-top: 1px solid #cbc8c8;
}
.qa-list dl::before {
    content: "";
    display: block;
    width: 40px;
    height: 10px;
    background: url(/import/tenant_1/160.16.121.28/html/images/25faq/img01.png) center center no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 16px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.qa-list .open::before {
    transform: rotate(-45deg);
}
.qa-list dl dt {
    margin: 0;
    padding: 0 0 0 80px;
    font-size: 18px;
}
.qa-list dl dt::before {
    width: 55px;
    height: 55px;
    font-size: 32px;
    color: #fff;
    background: #b18045;
    position: absolute;
    top: 16px;
    left: 25px;
    text-align: center;
    padding-left: 7px;
    padding-top: 10px;
    content: 'Q.';
}
.qa-list dl dd {
    position: relative;
    display: none;
    height: auto;
    margin: 20px 0 0;
    padding: 0 0 0 80px;
}
[data-element-id].qa-list dl dd {
  display: block;
}
.qa-list dl dd::before {
    width: 55px;
    height: 55px;
    font-size: 32px;
    color: #fff;
    background: #b18045;
    position: absolute;
    top: 16px;
    left: -5px;
    text-align: center;
    padding-left: 13px;
    padding-top: 15px;
    content: 'A.';
}
.qa-list dl dd p {
    margin: 30px 0 0;
    padding: 30px 0 0;
}
.qa-list dl dd p:first-child{
    margin-top: 0;
}

@media screen and (max-width: 1024px) {
  .qa-list dl dd::before {
    padding-left: 10px;
  }
}





@media screen and (max-width: 599px) {
.qa-list dl {
    position: relative;
    padding: 15px 40px 15px 10px;
}
.qa-list dl dt {
  padding: 0 0 0 60px;
}

.qa-list dl dt {
    padding: 0 0 0 40px;
    font-size: 14px;
}
.qa-list dl dt::before {
    width: 30px;
    height: 30px;
    font-size: 16px;
    top: 10px;
    left: 10px;
    padding-top: 3px;
    padding-left: 5px;
}
.qa-list dl dd::before {
    width: 30px;
    height: 30px;
    font-size: 16px;
    top: 10px;
    left: 0;
    padding-top: 3px;
    padding-left: 5px;

}
.qa-list dl dd {
    margin: 10px 0 0;
    padding: 0 0 0 40px;
    font-size: 14px;
}
.qa-list dl dd p {
    margin: 30px 0 0;
    padding: 15px 0 0;
}
.qa-list dl dd p:first-child{
    margin-top: 0;
}
}


.faq-item a {
    display: block;
    padding: 16px 75px 16px 107px;
    position: relative;
}


.faq-item .text {
    min-height: 52px;
/*     display: block; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}


/*メディアカテゴリ*/
.media1 .common-layaout2_right {
  width: 80%;
  margin: auto;
}

.media1 .common-layaout2_right .columndtl-text {
  text-align: center;
}


.media1 .common-layaout2_right .columndtl-text h2 {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", serif;
  background:rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #FFDFEF 0%) repeat scroll 0 0;
  border-radius: 5px;
  width: fit-content;
  /* margin: 20px auto; */
  margin: 20px auto 20px 0;
}

.media1 .common-layaout2_right h3 {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", serif;
  /* margin: 10px auto; */
  text-align: left;
  margin: 10px auto 10px 0;
}

.media1 .common-layaout2_right h4 {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", serif;
  margin: 10px auto;
}

.media-link {
 max-width: 370px;
}

.media-link a {
  margin: 30px auto 50px;
  text-align: center;
  padding: 15px 20px;
  background: #b18045;
  color: #fff;
  border-radius: 40px;
}

.sv {
  width: 90%;
  margin: 50px auto;
  border: 1px solid #b18045;
}

.sv .h2s {
  font-size: 18px;
  background: #b18045;
  width: fit-content;
  padding: 10px;
  color: #fff;
}

.sv .sv-in {
  display: flex;
  padding: 2% 3%;
}

.sv .sv-in .left {
  width: 20%;
}

.sv .sv-in .right {
  width: 78%;
  margin-left: 2%;
}

.sv .sv-in .name {
  font-size: 18px;
  color: #b18045;
  margin-bottom: 10px;
  font-weight: bold;
}

.sv .sv-in .name span {
  font-size: 14px;
  font-weight: normal;
}

.sv .sv-link {
  margin-bottom: 20px;
}

.sv .sv-link a {
  display: block;
  width: 220px;
  margin-right: 30px;
  margin-left: auto;
  background: #b18045;
  padding: 0 10px;
  text-align: center;
  color: #fff;
  padding: 5px 15px;
}

@media screen and (max-width: 1024px) {
  .sv .sv-in {
    display: block;
  }
  .sv .sv-in .left {
    width: 50%;
    margin: 20px auto;
  }
  .sv .sv-in .right {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 599px) {
  .sv {
    width: 100%;
  }
  .sv .h2s {
    font-size: 16px;
  }
  .sv .sv-in .shokai {
    margin-bottom: 10px;
  }
  .sv .sv-link {
    width: initial;
    margin-left: auto;
    margin-right: auto;
  }
  .sv .sv-link a {
    width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
}

/* 12/23 追記 */

@media only screen and (max-width: 599px){
  .media01-page .hcampaign-item{
    display: list-item;
  }
  .common-item .pic.w36 {
    max-width: 200px;
  }
}

.image-box.w40 {
  margin: auto;
}

@media only screen and (max-width: 599px){
  .m1000.full {
    width: 100%;
  }
  .sw90 {
    width: 90%;
    margin: auto;
  }
}

/*2023/07/11*/
.menu-box {margin-bottom: 20px;
}
.accordion-001 {
    /* max-width: 500px; */
    background-color: #fff;
}

.accordion-001:not([open]) {
    margin-bottom: 7px;
}

.accordion-001 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    /* padding: 1em 2em; */
    background-color: #b18045;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    padding-right:4%;
    border: 1px solid #b18045;
}

.accordion-001 summary::-webkit-details-marker {
    display: none;
}

.accordion-001 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 10px;
    height: 10px;
    margin-left: 10px;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
    content: '';
    transition: transform .3s;
}

.accordion-001[open] summary::after {
    transform: rotate(225deg);
}

.accordion-001 p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: 1em 2em 2em 2em;
    color: #333333;
    transition: transform .5s, opacity .5s;
}

.accordion-001[open] p {
    transform: none;
    opacity: 1;
}
.midashi {
  display: flex;
  width: 100%;
}
.midashi .img{
  width: 50%;
}
.midashi .img img{
  width: 100%;
}
.midashi .txt {
  width: 50%;
  text-align: left;
  font-size: 22px;
  padding-left: 2%;
  line-height: 5;
  color: #fff;
}
.mt30 {
  margin-top: 30px;
}
.clinicmenu1 .heading1 {
  line-height: 1.5;
}


@media only screen and (max-width: 1024px){
  .midashi .txt {
    font-size: 16px;
  }
}

@media only screen and (max-width: 599px){
  .midashi .txt {
    font-size: 16px;
  }
  .midashi .txt.lh {
    line-height: 1.2;
    padding: 6% 0 6% 2%
  }
}

/**監修者テンプレート**/
.sv02 {
    width: 60%;
    margin: 50px auto;
    border: 1px solid #b18045;
  }
  
  .sv02 .h2s {
    font-size: 24px;
    background: #b18045;
    width: fit-content;
    padding: 10px;
    color: #fff;
  }
  
  .sv02 .sv02-in {
    padding: 2% 3%;
  }
  
  .sv02 .sv02-in .left {
    width: 60%;
    text-align: center;
    margin: auto;
  }
  
  .sv02 .sv02-in .right {
    width: 90%;
    margin: 20px auto 0;
  }
  
  .sv02 .sv02-in .name {
    font-size: 30px;
    color: #b18045;
    margin-bottom: 10px;
    font-weight: bold;
  }
  
  .sv02 .sv02-in .name span {
    font-size: 20px;
    font-weight: normal;
  }
  
  .sv02 .sv02-link {
    margin-bottom: 20px;
  }
  
  .sv02 .sv02-link a {
    display: block;
    width: 240px;
    background: #b18045;
    padding: 10px 15px;
    text-align: center;
    color: #fff;
    padding: 20px auto 30px;
    margin: 20px auto 30px;
  }
  
  @media screen and (max-width: 1024px) {
    .sv02 {
      width: 60%;
    }
    .sv02 .h2s {
      font-size: 20px;
    }
    .sv02 .sv02-in .name {
      font-size: 26px;
    }
    .sv02 .sv02-in .name span {
      font-size: 18px;
    }
  }
  
  @media screen and (max-width: 599px) {
    .sv02 {
      width: 100%;
    }
    .sv02 .h2s {
      font-size: 18px;
    }
    .sv02 .sv02-in .name {
      font-size: 24px;
    }
    .sv02 .sv02-in .name span {
      font-size: 16px;
    }
    .sns-bnr {
      margin-top: 5px;
    }
    .sns-bnr .w46 {
      width: 80%;
      margin: 5px auto 0 auto;
    }
  }

.index .footer .m1200.kiji {
  display: none;
}

/**2024/10/28**/
.mb10s {
  margin-bottom: 10px;
}
.image-box02 {
  width: 50%;
  margin-right: auto;
  margin-left: auto;
}
.campaign-area.ptb05 {
    padding-top: 0;
    padding-bottom: 5px;
  }


@media (max-width: 599px){
  .mb10s {
    margin-bottom: 5px;
  }
  .mb5 {
    margin-bottom: 5px;
  }
  .image-box02 {
    width: 80%;
  }
  
}

/* 2024/11/20 */
.brand-list-section{
  background-color: #EFF6FF;
  margin-top: 50px;
}

.brand-list{
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.brand-list li{
  width: calc(( 100% - 40px )/3 );
}

@media(max-width:599px) {
.brand-list-section{
  padding-top: 20px;
  padding-bottom: 20px;
} 
  
.brand-list{
  gap: 10px;
}

.brand-list li{
  width: calc(( 100% - 20px )/2 );
}  
}

.da-prace{
  margin-bottom: 0;
    color: #3c240a;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", serif;
}

/**2025/01/16**/
.spfixbtn .linebtn a img {
  width: 18px;
}
.spfixbtn .linebtn a span {
  text-align: center;
  color: #fff;
  display: block;
  font-weight: bold;
  line-height: 2;
}
@media (max-width: 400px){
  .spfixbtn .linebtn a img {
    padding-top: 2px;
  }
}

/**2024/04/11**/
.sv02-in .right table , td, th {
	border: 1px solid #d1d1d1;
	border-collapse: collapse;
}
.sv02-in .right td, th {
	padding: 3px;
	width: 30px;
	height: 25px;
	padding: 1%;
}

.sv02-in .right td.td01 {
  background: #d1d1d1;
  border: 1px solid #fff;
  width: 30%;
}
.sv02-in .right td a {
  color: #1a0dab;
}
.sv02-in .right td a:hover {
  opacity: 0.6;
}

/* 2025/10/16追加 */

.media1 .common-layaout2_right .columndtl-text {
  text-align: justify;
}

.20251016-chart {
    text-align: center;
}
