@charset "UTF-8";

/*-------------------------------------------------------------------

	 TOP

-------------------------------------------------------------------*/


/*-------------------------------------------------------------------
	 top MV
-------------------------------------------------------------------*/

.sliderArea {
    background: #fff;
    overflow: hidden;
    margin-bottom: 1rem;
}

.sliderWide {
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
}

.sliderWide .slick-arrow {
    opacity: 0;
    transition-duration: 0.3s;
}

.sliderWide:hover .slick-arrow {
    opacity: 1;
}

.slider {
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    display: none;
}

.slider.slick-initialized {
    display: block;
}

.slider .slick-list {
    overflow: visible;
}

.slider .slick-slide {
    padding: 0;
    opacity: .5;
    transition-duration: 0.3s;
}

.slider .slick-slide.slick-current {
    opacity: 1;
}

.slider .slick-slide a {
    display: block;
}

.slider .slick-slide a img {
    transition: all .5s ease-out;
}

.slider img {
    height: auto;
    width: 100%;
}

.slider a {
    outline: none !important;
}

.slick-prev,
.slick-next {
    z-index: 1;
}

.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.slick-dots {
    bottom: 12px;
}

.slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0 10px;
}

.slick-dots li button {
    width: 100%;
    height: 100%;
    padding: 0;
}

.slick-dots li button:before {
    width: 100%;
    height: 100%;
    content: '';
    opacity: 1;
    background: #ccc;
    border: 1px solid #FFF;
    border-radius: 50%;
}

.slick-dots li.slick-active button:before {
    opacity: 1;
    background: #333;
}

@media (min-width: 768px) {
    .sliderArea {
        margin-bottom: 5rem;
    }

    .slick-dots {
        bottom: 16px;
    }

    .slick-dots li {
        width: 12px;
        height: 12px;
        margin: 0 15px;
    }

    .slick-dots li button {
        /*width: 12px;
    height: 12px;*/
    }

    .slick-dots li button:before {
        /*width: 12px;
    height: 12px;*/
        border-width: 2px;
    }
}

@media (min-width: 1200px) {
    .slider {
        max-width: 1200px;
    }
}


/*-------------------------------------------------------------------
	 top emergency-info
-------------------------------------------------------------------*/

.p-emergency-info {
    border: 2px solid #333333;
    max-width: 33.5rem;
    margin: 0 auto 4rem;
}

.p-emergency-info_title {
    padding: 2em .5em;
    text-align: center;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.3;
}

.p-emergency-info_title .icon-slide {
    transition: all .3s ease-out;
    display: inline-block;
}

.p-emergency-info_title .is-close {
    transform: rotate(180deg);
}

.p-emergency-info_title:hover {
    cursor: pointer;
}

.p-emergency-info_text {
    padding: 0 2em 2em 2em;
    font-size: 1.1rem;
    line-height: 1.6;
    display: none;
}

.p-emergency-info_text> :last-child {
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .p-emergency-info {
        max-width: 80rem;
        margin: 0 auto 11rem;
    }

    .p-emergency-info_title {
        font-size: 1.5rem;
    }

    .p-emergency-info_text {
        font-size: 1.3rem;
    }
}


/*-------------------------------------------------------------------
  top popup
-------------------------------------------------------------------*/

.popup-line {
    position: fixed;
    width: 18rem;
    bottom: -20%;
    right: 30px;
    z-index: 100;
    transition: all .3s ease-out 1s;
}

.popup-line>.close-button {
    position: absolute;
    display: block;
    width: 24px;
    line-height: 1;
    top: -8px;
    right: -8px;
}

.popup-line>.close-button:hover {
    cursor: pointer;
}

.popup-line.is-show {
    bottom: 30%;
}

.popup-line_sp {
    margin-bottom: 3rem;
}


/*-------------------------------------------------------------------
  top campaign
-------------------------------------------------------------------*/

.p-top-campaign {
    padding-bottom: 5rem;
}

.p-top-campaign_first {
    margin-bottom: 2rem;
    text-align: center;
}

.p-top-campaign_first>span {
    position: relative;
    display: inline-block;
    padding: 1.2em 2.5em 1em;
    line-height: 1;
    font-weight: 600;
    letter-spacing: .18em;
    color: #c9867b;
}

.p-top-campaign_first>span::before,
.p-top-campaign_first>span::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    width: 1rem;
    height: 100%;
    border: 2px solid #c9867b;
}

.p-top-campaign_first>span::before {
    left: 0;
    border-right: none;
}

.p-top-campaign_first>span::after {
    right: 0;
    border-left: none;
}

.p-top-campaign_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-evenly;
    -ms-justify-content: space-evenly;
    justify-content: space-evenly;
}

.p-top-campaign_list>li {
    width: 47.76119%;
    margin: 0 0 2rem 4.47761%;
    text-align: center;
}

.p-top-campaign_list>li:nth-child(2n+1) {
    margin-left: 0;
}

@media (min-width: 768px) {
    .p-top-campaign {
        padding-bottom: 11rem;
    }

    .p-top-campaign_first {
        margin-bottom: 4rem;
        font-size: 1.2em;
    }

    .p-top-campaign_list>li {
        width: 23.6%;
        margin: 0 0 3rem 0;
    }

    .p-top-campaign_list>li:nth-child(2n+1) {
        margin-left: 0;
    }

    .p-top-campaign_list>li:nth-child(4n+1) {
        margin-left: 0;
    }
}


/*-------------------------------------------------------------------
  top line-modal
-------------------------------------------------------------------*/

.line-modal {
    display: none;
    /*position:fixed;
  top:0;
  left:0;
  width: 100%;
  height:100vh;
  z-index: 9001;
  overflow: scroll;
  padding:1rem 1rem;*/
}

.line-modal_item {
    width: 100%;
    background-color: #FFF;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 6px 0 black;
}

.line-modal_main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
}

.line-modal_main-photo {
    width: 59.42028%;
}

.line-modal_main-title {
    position: relative;
    flex: 1;
    margin-right: -6rem;
    background-color: #7c7d84;
    z-index: 1;
    color: #FFF;
    padding: 2.5rem 2rem;
    font-size: 1.4rem;
    line-height: 1.5;
    font-feature-settings: "palt";
}

.line-modal_main-title>.en {
    display: block;
    font-family: "Montserrat", sans-serif;
    letter-spacing: .18em;
    font-size: 1rem;
}

.line-modal_contents {
    padding: 2rem 2.5rem 2rem;
}

.line-modal_contents-title {
    text-align: center;
    margin-bottom: .5em;
}

.line-modal_contents-list {
    margin-bottom: 1em;
}

.line-modal_contents-list>li {
    float: left;
    margin: 0 .5rem .5rem 0;
    background-color: #EFEFEF;
    padding: 1em;
    font-size: 1.2rem;
    line-height: 1;
}

.line-modal_contents-price {
    text-align: right;
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

.line-modal_contents-price .p-limit {
    display: inline-block;
    background-color: #333333;
    padding: .8em;
    color: #FFF;
    text-align: left;
    font-size: 1rem;
    margin-right: 1rem;
}

.line-modal_contents-price .p-limit>strong {
    font-weight: 600;
}

.line-modal_contents-price .p-limit>strong>i {
    font-family: "Montserrat", sans-serif;
    font-size: 1.3em;
    font-style: normal;
}

.line-modal_contents-price .p-yen {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 4rem;
    position: relative;
    letter-spacing: 0;
}

.line-modal_contents-price .p-yen>i {
    font-style: normal;
    font-size: .65em;
}

.line-modal_contents-price .p-yen>small {
    position: absolute;
    right: 0;
    bottom: -.4em;
    font-size: .24em;
}

.line-modal_contents .p-notes {
    text-align: right;
}

.line-modal_contents .p-line {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    border: 2px solid #07b53b;
    background-color: #FFF;
    padding: 1.5rem 2rem 1.5rem 2rem;
    text-decoration: none;
    margin-bottom: 1em;
}

.line-modal_contents .p-line_text {
    width: 80%;
    font-size: 1.2rem;
    font-weight: 600;
    font-feature-settings: "palt";
    letter-spacing: .1em;
}

.line-modal_contents .p-line_text>p {
    margin-bottom: 0;
}

.line-modal_contents .p-line_text>p:first-child {
    margin-bottom: .5em;
}

.line-modal_contents .p-line_text img {
    width: 15rem;
}

.line-modal_contents .p-line>figure {
    width: 10%;
    line-height: 1;
}

.line-modal_contents-close {
    margin: 0;
    text-align: center;
}

.line-modal_contents-close>span {
    display: inline-block;
    padding: 1em;
    line-height: 1;
    text-align: center;
    background-color: #333333;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    color: #FFF;
    border-radius: 5px;
    letter-spacing: .1em;
}

@media (min-width: 768px) {
    .line-modal {
        /*padding:1rem 0;*/
    }

    .line-modal_item {
        width: auto;
        max-width: 69rem;
        margin: 0 auto;
    }

    .line-modal_main-title {
        margin-right: -10rem;
        padding: 5rem 4rem;
        font-size: 2.4rem;
    }

    .line-modal_main-title>.en {
        font-size: 1.6rem;
    }

    .line-modal_contents {
        padding: 4rem 5rem 5rem;
    }

    .line-modal_contents-list>li {
        font-size: 1.3rem;
    }

    .line-modal_contents-price .p-limit {
        font-size: 1.2rem;
        vertical-align: 1rem;
    }

    .line-modal_contents-price .p-yen {
        font-size: 8.6rem;
    }

    .line-modal_contents-price .p-yen>i {
        font-style: normal;
        font-size: .65em;
    }

    .line-modal_contents-price .p-yen>small {
        font-size: .15em;
    }

    .line-modal_contents .p-line {
        padding: 3rem 3rem 3rem 4rem;
    }

    .line-modal_contents .p-line_text {
        font-size: 1.7rem;
    }

    .line-modal_contents .p-line_text img {
        width: auto;
    }

    .line-modal_contents .p-line>figure {
        width: 20%;
    }

    .line-modal_contents-close>span:hover {
        cursor: pointer;
    }
}


/*-------------------------------------------------------------------
  top about us
-------------------------------------------------------------------*/

.p-top-about {
    padding-bottom: 3rem;
}

.p-top-about_main {
    margin: 0 -2rem;
}

.p-top-about_photo {
    width: 100%;
    position: relative;
    z-index: -1;
}

.p-top-about_text {
    background-color: #FFF;
    width: 86.66666%;
    padding: 3rem;
    margin: -9rem 0 0 auto;
}

.p-top-about_text> :last-child {
    margin-bottom: 0;
}

.p-top-about_title {
    font-size: 1.5rem;
    margin-bottom: 1em;
    letter-spacing: .18em;
    font-feature-settings: "palt";
}

@media (min-width: 768px) {
    .p-top-about {
        padding-bottom: 9rem;
    }

    .p-top-about_main {
        margin: 0 -10rem;
    }

    .p-top-about_photo {
        width: 70.83333%;
    }

    .p-top-about_text {
        width: 60%;
        padding: 5rem;
        margin: -26rem 0 0 auto;
    }

    .p-top-about_title {
        font-size: 2.2rem;
        font-weight: 600;
    }
}


/*-------------------------------------------------------------------
  top promise
-------------------------------------------------------------------*/

.p-top-promise {
    padding: 0 2rem 4rem;
}

.p-top-promise_title {
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.6rem;
    font-feature-settings: "palt";
    letter-spacing: .18em;
    margin-bottom: 1em;
}

.p-top-promise_title small {
    font-size: .8888em;
    font-family: "Noto Sans Japanese", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

.p-top-promise_list>li {
    margin-bottom: 1rem;
}

.p-top-promise_photo {
    width: 45.37313%;
    float: left;
    margin: 0 1.5rem .5rem 0;
}

.p-top-promise_photo .p-num {
    display: block;
    width: 4rem;
    font-family: 'Montserrat', sans-serif;
    font-size: 2rem;
    font-weight: 500;
    border-bottom: 1px solid #333333;
}

.p-top-promise_photo .p-photo {
    width: 86.8421%;
    margin: 0 0 0 auto;
}

.p-top-promise_text {
    padding-top: 3rem;
    font-size: 1.2rem;
    overflow: hidden;
}

.p-top-promise_text> :last-child {
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .p-top-promise {
        max-width: 124rem;
        margin: 0 auto;
        padding: 0 2rem 7rem;
    }

    .p-top-promise_title {
        font-size: 3rem;
    }

    .p-top-promise_list {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding-top: 1em;
    }

    .p-top-promise_list>li {
        width: 29%;
        margin-left: 6.5%;
    }

    .p-top-promise_list>li:nth-child(3n+1) {
        margin-left: 0;
    }

    .p-top-promise_photo {
        width: 85.63218%;
        float: none;
        margin: 0 auto 2rem 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-align-items: center;
        align-items: center;
    }

    .p-top-promise_photo .p-num {
        width: 26.17449%;
        font-size: 4rem;
        font-weight: 500;
        border-bottom-width: 2px;
    }

    .p-top-promise_photo .p-photo {
        width: 73.8255%;
        margin: 0;
    }

    .p-top-promise_text {
        padding-top: 0;
        font-size: 1.4rem;
    }
}


/*-------------------------------------------------------------------
  top clinic
-------------------------------------------------------------------*/

.sliderAreaClinic {
    background: #fff;
    overflow: hidden;
    margin-bottom: 7rem;
}

.sliderWideClinic {
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
}

.sliderWideClinic .slick-arrow {
    opacity: 0;
    transition-duration: 0.3s;
}

.sliderWideClinic:hover .slick-arrow {
    opacity: 1;
}

.sliderClinic {
    max-width: 53%;
    margin: 0 auto;
    padding: 0;
    display: none;
}

.sliderClinic.slick-initialized {
    display: block;
}

.sliderClinic .slick-list {
    overflow: visible;
}

.sliderClinic .slick-slide {
    padding: 1px;
}

.sliderClinic .slick-slide a {
    display: block;
}

.sliderClinic .slick-slide a img {
    transition: all .5s ease-out;
}

.sliderClinic .slick-slide a:hover img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);
}

.sliderClinic img {
    height: auto;
    width: 100%;
}

.sliderClinic a {
    outline: none !important;
}

@media (min-width: 768px) {
    .sliderAreaClinic {
        margin-bottom: 3rem;
    }
}

@media (min-width: 1200px) {
    .sliderClinic {
        max-width: 39.8rem;
    }
}


/*-------------------------------------------------------------------
  top menu
-------------------------------------------------------------------*/

.p-top-menu {
    padding-bottom: 5rem;
}

.p-top-menu_artmake {
    display: block;
    text-decoration: none;
    margin-bottom: 4rem;
}

.p-top-menu_artmake-photo {
    position: relative;
    z-index: -1;
    width: 89.55223%;
    margin: 0 auto 0 0;
}

.p-top-menu_artmake-text {
    width: 84.1791%;
    margin: -.8rem 0 0 auto;
    padding: 3rem;
    background-color: #6a6264;
    color: #FFF;
    font-feature-settings: "palt";
    letter-spacing: .18em;
    line-height: 1.2;
}

.p-top-menu_artmake-text .en {
    display: block;
    font-family: "Montserrat", sans-serif;
    font-weight: 100;
    font-size: 2.5rem;
    margin-bottom: .3em;
}

.p-top-menu_artmake-text .jp {
    font-size: 1.2rem;
}

.p-top-menu_list>li {
    margin-bottom: 1.5rem;
}

.p-top-menu_list>li a {
    text-decoration: none;
    color: inherit;
    display: block;
}

.p-top-menu_list>li>span {
    text-decoration: none;
    color: inherit;
    display: block;
}

.p-top-menu_list>li figure {
    width: 84.1791%;
    margin: 0 auto 0 0;
    position: relative;
    z-index: 0;
}

.p-top-menu_list>li .p-text {
    width: 84.1791%;
    padding: 3rem;
    margin: -1.5rem 0 0 auto;
    background-color: #FFF;
    border-top: 1px solid #7c7d84;
}

.p-top-menu_list>li .p-text> :last-child {
    margin-bottom: 0;
}

.p-top-menu_list>li .p-text.lower {
    padding: 2rem;
}

.p-top-menu_list>li .p-text_title {
    color: #c9867b;
    font-size: 1.7rem;
    margin-bottom: .5em;
    font-feature-settings: "palt";
    letter-spacing: .18em;
}

.p-top-menu_list>li .p-text_title.small {
    font-size: 1.5rem;
}

.p-top-menu_list>li .p-text_list>li {
    display: inline-block;
    font-size: 1.2rem;
    line-height: 1;
    font-weight: 600;
    margin: 0 1em .5em 0;
    font-feature-settings: "palt";
    letter-spacing: .08em;
}

.p-top-menu_list>li .p-text_arrow {
    margin: 0 0 0 auto;
    width: 3.2rem;
}

@media (min-width: 768px) {
    .p-top-menu_artmake {
        margin-bottom: 4rem;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: end;
        -ms-align-items: end;
        align-items: flex-end;
    }

    .p-top-menu_artmake-photo {
        width: 60%;
    }

    .p-top-menu_artmake-text {
        width: 52%;
        margin: 0 0 0 -12%;
        padding: 4.5rem 6rem;
    }

    .p-top-menu_artmake-text .en {
        font-size: 5.2rem;
    }

    .p-top-menu_artmake-text .jp {
        font-size: 1.6rem;
    }

    .p-top-menu_list {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .p-top-menu_list>li {
        width: 46%;
        margin: 0 0 6rem 8%;
    }

    .p-top-menu_list>li:nth-child(2n+1) {
        margin-left: 0;
    }

    .p-top-menu_list>li figure {
        width: 86.95652%;
    }

    .p-top-menu_list>li .p-text {
        width: 82.60869%;
        padding: 4rem;
        margin: -3rem 0 0 auto;
    }

    .p-top-menu_list>li .p-text.lower {
        padding: 3rem;
    }

    .p-top-menu_list>li .p-text_title {
        font-size: 2.2rem;
    }

    .p-top-menu_list>li .p-text_title.small {
        font-size: 1.8rem;
    }

    .p-top-menu_list>li .p-text_list>li {
        font-size: 1.6rem;
    }

    .p-top-menu_list>li .p-text_arrow {
        width: 3.6rem;
    }
}


/*-------------------------------------------------------------------
  top news
-------------------------------------------------------------------*/

.p-top-news {
    padding-bottom: 4.5rem;
}

.p-top-news_list {
    padding-top: 1em;
    font-size: 1.2rem;
}

.p-top-news_list>dt {
    font-weight: 600;
}

.p-top-news_list>dd {
    margin-bottom: 1.5em;
}

@media (min-width: 768px) {
    .p-top-news {
        padding-bottom: 11rem;
    }

    .p-top-news_list {
        font-size: 1.4rem;
    }

    .p-top-news_list>dt {
        clear: left;
        float: left;
        width: 15rem;
    }

    .p-top-news_list>dd {
        padding: 0 0 1em 15rem;
    }
}


/*-------------------------------------------------------------------

	menu

-------------------------------------------------------------------*/

.page .p-menu-main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: start;
    -ms-align-items: start;
    align-items: flex-start;
    margin: 0 -2rem 4rem;
}

.page .p-menu-main_photo {
    width: 100%;
}

.page .p-menu-main_text {
    position: relative;
    z-index: 1;
    width: 33.25rem;
    padding: 3rem;
    background-color: #FFF;
    margin: 20.5rem 0 0 -33.25rem;
}

.page .p-menu-main_text> :last-child {
    margin-bottom: 0;
}

.page .p-menu-main_text-title {
    font-size: 1.5rem;
    font-weight: 500;
    font-feature-settings: "palt";
    letter-spacing: .18em;
    margin-bottom: 1em;
}

.page .p-menu-main_text-name {
    font-size: 1.3rem;
    font-weight: 500;
    text-align: right;
}

.page .p-menu-effect {
    position: relative;
    border: 1px solid #333333;
    padding: 4.2rem 3rem 2rem;
}

.page .p-menu-effect> :last-child {
    margin-bottom: 0;
}

.page .p-menu-effect::before,
.page .p-menu-effect::after {
    position: absolute;
    content: "";
    display: block;
    background-color: #FFF;
}

.page .p-menu-effect::before {
    width: 1px;
    height: 5rem;
    bottom: -1px;
    left: -1px;
}

.page .p-menu-effect::after {
    width: 10rem;
    height: 1px;
    bottom: -1px;
    right: -1px;
}

.page .partsH3-61 .p-menu-effect_title {
    position: absolute;
    top: -2.3rem;
    left: -1px;
    background-color: #333333;
    color: #FFF;
    padding: 1.2rem 2rem 1.2rem 3rem;
    font-size: 1.2rem;
    font-weight: 500;
    font-feature-settings: "palt";
    letter-spacing: .18em;
}

.page .p-menu-effect_title::before {
    position: absolute;
    content: "";
    display: block;
    background-color: #FFF;
    height: 2px;
    width: 2rem;
    top: calc(50% - 1px);
    left: 0;
}

.page .p-menu-effect_list {
    font-size: 1.2rem;
    line-height: 1.5;
    margin: 0;
}

.page .content .p-menu-effect_list>li {
    padding-bottom: 1em;
    padding-left: 3.8rem;
    min-height: 3rem;
    background: url("../img/common/ico_check.svg") no-repeat left top;
    background-size: 2.6rem;
}

.page .p-menu-effect_list>li:last-child {
    margin-bottom: 0;
}

.content h4.u-text-x-large {
    margin-top: 0;
}

.page .p-menu-effect.blue {
    background-color: #f6fdff;
}

.page .p-menu-box {
    border: 1px solid #333333;
    padding: 3rem 3rem 2rem;
}

.page .p-menu-box::after {
    display: block;
    content: "";
    clear: both;
}

.page .p-menu-treatment {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.page .p-menu-treatment_photo {
    margin-bottom: 1em;
}

.page .p-menu-treatment_text {
    margin-bottom: 0;
}

.page .p-menu-treatment_text-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    margin-top: 2em;
}

.page .p-menu-treatment_text-list>li {
    width: 46.3%;
    font-size: 1.2rem;
    line-height: 1.6;
    margin: 0 1em .5em 0;
}

.page .p-menu-treatment_text-list>li::after {
    content: "";
    display: block;
    clear: both;
}

.page .p-menu-treatment_text-list>li>figure {
    width: 7.5rem;
    float: left;
}

.page .p-menu-treatment-s {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.page .p-menu-treatment-s_photo {
    margin-bottom: 1em;
}

.page .p-menu-treatment-s_text {
    margin-bottom: 0;
}

.page .p-menu-treatment-s_text> :last-child {
    margin-bottom: 0;
}

.page .p-menu-overview {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.page .p-menu-overview_item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 0;
}

.page .p-menu-overview_item .p-th,
.page .p-menu-overview_item .p-td {
    padding: 1.8rem 1rem;
    font-size: 1.2rem;
    line-height: 1.6;
    margin-top: 0;
}

.page .p-menu-overview_item .p-th {
    width: 36%;
    border-bottom: 1px solid #333333;
    font-weight: 500;
    font-feature-settings: "palt";
    letter-spacing: .18em;
    text-align: left;
}

.page .p-menu-overview_item .p-td {
    flex: 1;
    border-bottom: 1px solid #ccc;
}

.page .p-menu-combination {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: start;
    -ms-align-items: start;
    align-items: flex-start;
}

.page .p-menu-combination_photo {
    width: 89.55223%;
    margin: 0;
}

.page .p-menu-combination_text {
    width: 85.07462%;
    margin: 12rem 0 0 -25rem;
}

.page .p-menu-combination_text>a {
    display: block;
    width: 100%;
    height: 100%;
    background: #6a6264 url("/assets/img/common/button_arrow_white.svg") no-repeat right 1.5rem center;
    background-size: 2.6rem;
    color: #FFF;
    text-decoration: none;
    padding: 3rem 4.5rem 3rem 3rem;
    font-feature-settings: "palt";
    line-height: 1.3;
}

.page .p-menu-combination_text>a>.en {
    display: block;
    font-size: 1.8rem;
    letter-spacing: .18em;
    font-weight: 300;
    font-family: "Montserrat", sans-serif;
    word-wrap: break-word;
    overflow-wrap: break-word;
    margin-bottom: .5em;
}

.page .p-menu-combination_text>a>.jp {
    display: block;
    font-size: 1.2rem;
    letter-spacing: .18em;
    font-weight: 500;
}

.page .p-about-doctor {
    padding-top: 2rem;
    padding-bottom: 3rem;
}

.page .p-about-doctor_title-outer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    margin-bottom: 2rem;
}

.page .p-about-doctor_photo {
    width: 15rem;
    margin-right: 2rem;
}

.page .p-about-doctor_title {
    font-size: 1.4rem;
    font-feature-settings: "palt";
    letter-spacing: .18em;
    margin-bottom: 1.5em;
}

.page .p-about-doctor_title>small {
    display: block;
    font-weight: 500;
    padding-top: .8em;
    font-size: .68em;
    font-family: "Montserrat", sans-serif;
}

.page .p-about-doctor_subtitle {
    font-size: 1.2rem;
    font-weight: 500;
    margin-bottom: 1em;
    font-feature-settings: "palt";
    letter-spacing: .18em;
}

.page .p-about-doctor_sub {
    padding: 3.5rem 0 2.5rem;
    border-top: 1px solid #333333;
}

.page .p-about-doctor_career {
    font-size: 1.1rem;
    line-height: 1.6;
}

.page .p-about-doctor_career dt {
    clear: left;
    float: left;
    width: 7em;
}

.page .p-about-doctor_career dd {
    padding: 0 0 .5rem 7em;
}

.page .p-about-doctor_career> :last-child {
    padding-bottom: 0;
}

.page .p-about-doctor_licence {
    font-size: 1.1rem;
    line-height: 1.6;
}

.page .p-about-doctor_outer> :last-child {
    margin-bottom: 0;
}

.page .p-about-doctor.sub {
    border-top: 1px solid #333333;
    padding: 4rem 0 0;
    margin-bottom: 3rem;
}

.page .p-about-staff {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.page .p-about-staff>li {
    width: 31.34328%;
    margin-left: 2.98507%;
}

.page .p-about-staff>li:nth-child(3n+1) {
    margin-left: 0;
}

.page .p-about-staff>li>figure>figcaption {
    font-size: 1.1rem;
    line-height: 1.3;
    text-align: center;
    padding-top: .5em;
}

.page .p-insta-button {
    margin-bottom: 0;
    text-align: center;
}

.page .p-insta-button a {
    display: inline-block;
    padding: 1em 0;
    color: #c9867b;
    font-family: "Montserrat", sans-serif;
    font-size: 1rem;
    line-height: 1;
    font-weight: 400;
    text-decoration: none;
}

.page .p-insta-button a::after {
    content: "";
    display: inline-block;
    margin-left: .5em;
    width: 1em;
    height: 1em;
    background: url("/assets/img/common/ico_insta.svg") no-repeat center center;
    background-size: contain;
    vertical-align: -.2em;
}

.page .p-about-facilities {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
}

.page .p-about-facilities>li {
    width: 47.76119%;
    margin-left: 4.47761%;
    margin-bottom: 2rem;
}

.page .p-about-facilities>li:nth-child(2n+1) {
    margin-left: 0;
}

.page .p-menu-block-title {
    margin-bottom: 1.5em;
}

.page .p-menu-block-title>span {
    position: relative;
    display: inline-block;
    border: 1px solid #333333;
    border-left: none;
    padding: 1.3em 1.3em 1.3em .2em;
    font-size: 1.6rem;
    font-weight: 600;
    font-feature-settings: "palt";
    letter-spacing: .18em;
}

.page .p-menu-block-title>span::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -1px;
    left: -1px;
    height: 1px;
    width: 4rem;
    background-color: #FFF;
}

.page .p-flow-times {
    position: relative;
}

.page .p-flow-times::after {
    display: block;
    content: "";
    width: 1.2em;
    height: 1.2em;
    margin: auto;
    background: url("../img/menu/massagepeel/times.png") no-repeat center top;
    background-size: contain;
}

.page .p-cosme-price {
    display: block;
    text-align: right;
    line-height: 1.5;
    font-size: .92em;
    padding-top: 1em;
}

.page .p-cosme-price>p {
    margin-bottom: .3em;
}

.page .p-cosme-price> :last-child {
    margin-bottom: 0;
}





.page.recruit .p-price-data th {
    width: 20%;
}

.page.recruit .p-price-data .yen {
    text-align: left;
    font-weight: 500;
    width: 80%;
}

.page.recruit .p-menu-main {
    margin: 0;
}

.page.recruitment .p-price-data th {
    width: 20%;
}

.page.recruitment .p-price-data .yen {
    text-align: left;
    font-weight: 500;
    width: 80%;
}

.page.recruitment .p-menu-main {
    margin: 0;
}

.page.recruitment .p-menu-main {
    margin: 0 -10rem 10rem;
    justify-content: center;
}


.page .p-menu-main_text1 {
    margin: 0;
}

.page .recruitment-page-box1 {
    border: #fff double 4px;
    padding: 40px;
    background: #928061;
    color: #fff;
}

.page .recruitment-page-box1 .l-basic-title {
    text-align: center;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 70%;
    margin: 30px auto;
    overflow: inherit;
}

.page .double {
    width: 100%;
    text-align: center;
}

.page .double h2 {
    position: relative;
    display: inline-block;
}

.page .double h2:before,
.page .double h2:after {
    content: "";
    display: block;
    width: 130px;
    height: 4px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    position: absolute;
    top: 50%;
    margin-top: -2px;
    background-color: inherit;
    margin: 0;
}

.page .double h2:before {
    left: -94px;
}

.page .double h2:after {
    right: -94px;
}

.page .recruitment-page-box1 p {
    font-size: 15px;
    padding: 0 10px;
}

@media (min-width: 768px) {
    .page .p-menu-main {
        margin: 0 -10rem 10rem;
    }

    .page .p-menu-main_photo {
        width: 85rem;
    }

    .page .p-menu-main_text {
        width: 60rem;
        padding: 5rem;
        margin: 21.5rem 0 0 -25rem;
    }

    .page .p-menu-main_text-title {
        font-size: 2.2rem;
    }

    .page .p-menu-main_text-name {
        font-size: 1.6rem;
    }

    .page .p-menu-effect {
        padding: 7rem 6rem 3rem;
    }

    .page .partsH3-61 .p-menu-effect_title {
        position: absolute;
        top: -2.8rem;
        padding: 1.8rem 3rem 1.8rem 6rem;
        font-size: 1.6rem;
    }

    .page .p-menu-effect_title::before {
        width: 2.8rem;
    }

    .page .p-menu-effect_list {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-between;
        -ms-justify-content: space-between;
        justify-content: space-between;
        font-size: 1.6rem;
    }

    .page .content .p-menu-effect_list>li {
        width: 47%;
        padding-bottom: 1.5em;
        padding-left: 5.5rem;
        min-height: 4rem;
        background-size: 4rem;
    }

    .page .p-menu-box {
        padding: 4rem 4rem 3rem;
    }

    .page .p-menu-treatment {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        margin: 0 -10rem;
    }

    .page .p-menu-treatment_photo {
        margin-bottom: 0;
        width: 50%;
    }

    .page .p-menu-treatment_text {
        margin: 0 0 0 auto;
        width: 45.83333%;
    }

    .page .p-menu-treatment_text-list {
        margin-top: 3em;
    }

    .page .p-menu-treatment_text-list>li {
        margin: 0 1em .5em 0;
        font-size: 1.4rem;
    }

    .page .p-menu-treatment_text-list>li>figure {
        width: 12rem;
    }

    .page .p-menu-treatment-s {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        margin: 0;
    }

    .page .p-menu-treatment-s_photo {
        margin-bottom: 0;
        width: 50%;
    }

    .page .p-menu-treatment-s_text {
        margin: 0 0 0 auto;
        width: 45%;
    }

    .page .p-menu-treatment-s_photo.reverse {
        margin-bottom: 0;
        width: 50%;
        order: 2;
    }

    .page .p-menu-treatment-s_text.reverse {
        margin: 0 auto 0 0;
        width: 45%;
        order: 1;
    }

    .page .p-menu-overview_item {
        width: 50%;
        margin-top: 0;
    }

    .page .p-menu-overview_item .p-th,
    .page .p-menu-overview_item .p-td {
        font-size: 1.5rem;
        padding: 2.6rem 2rem;
        margin-top: 0;
    }

    .page .content .u-ul-basic li {
        list-style-type: disc;
        padding: 0 0 .5em 0;
        line-height: 1;
    }

    .page .p-menu-combination_photo {
        width: 60%;
    }

    .page .p-menu-combination_text {
        width: 52%;
        margin: 7.1rem 0 0 -12rem;
    }

    .page .p-menu-combination_text>a {
        background-position: right 3rem center;
        background-size: 3.3rem;
        text-decoration: none;
        padding: 6rem 6rem 6rem 6rem;
    }

    .page .p-menu-combination_text>a>.en {
        font-size: 3rem;
    }

    .page .p-menu-combination_text>a>.jp {
        font-size: 1.6rem;
    }

    .page .p-about-doctor {
        padding-bottom: 5rem;
    }

    .page .p-about-doctor_title-outer {
        margin-bottom: 4rem;
    }

    .page .p-about-doctor_photo {
        width: 21rem;
        margin-right: 4rem;
    }

    .page .p-about-doctor_photo.s {
        width: 17rem;
        margin-right: 2rem;
    }

    .page .p-about-doctor_title {
        font-size: 2rem;
    }

    .page .p-about-doctor_subtitle {
        font-size: 1.5rem;
    }

    .page .p-about-doctor_sub {
        padding: 3.5rem 0 2.5rem;
        border-top: 1px solid #333333;
    }

    .page .p-about-doctor_career {
        font-size: 1.5rem;
    }

    .page .p-about-doctor_licence {
        font-size: 1.5rem;
    }

    .page .p-about-doctor_outer {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-between;
        -ms-justify-content: space-between;
        justify-content: space-between;
    }

    .page .p-about-doctor.sub {
        width: 50%;
        padding: 6rem 6rem 5rem 0;
        margin: 0;
    }

    .page .p-about-doctor.sub:nth-child(even) {
        padding: 6rem 0 5rem 6rem;
        border-left: 1px solid #333333;
    }

    .page .p-about-staff>li {
        width: 18%;
        margin-left: 6%;
    }

    .page .p-about-staff>li:nth-child(3n+1) {
        margin-left: 6%;
    }

    .page .p-about-staff>li:nth-child(4n+1) {
        margin-left: 0;
    }

    .page .p-about-staff>li>figure>figcaption {
        font-size: 1.5rem;
    }

    .page .p-insta-button a {
        font-size: 1.4rem;
    }

    .page .p-insta-button a::after {
        vertical-align: -.2em;
    }

    .page .p-about-facilities>li {
        width: 48%;
        margin-left: 4%;
        margin-bottom: 4rem;
    }

    .page .p-menu-block-title {
        margin-bottom: 2em;
    }

    .page .p-menu-block-title>span {
        font-size: 2.2rem;
    }

    .page .p-flow-times::after {
        position: absolute;
        top: 16%;
        right: -7%;
        width: 6%;
        height: 5em;
    }
}


/*-------------------------------------------------------------------

	price

-------------------------------------------------------------------*/

.page .p-price-data {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid #333333;
    border-bottom: none;
}

.page .p-price-data th,
.page .p-price-data td {
    padding: 1em .5em;
    font-size: 1.1rem;
    line-height: 1.5;
    vertical-align: middle;
    text-align: center;
    border-left: 1px solid #DDD;
    border-bottom: 1px solid #333333;
    background: inherit;
    color: #333333;
    /*&:first-child {
    border-left:none;
  }*/
}

.page .p-price-data th {
    text-align: left;
    font-weight: 500;
    background-color: #efefef;
}

.page .p-price-data thead th {
    text-align: center;
}

.page .p-price-data th.current {
    background-color: #f4d1cc;
}

.page .p-price-data td.current {
    background-color: #fceeeb;
}

.page .content .p-price-data tr:nth-child(odd) td.current {
    background-color: #fceeeb;
}

.page .p-price-data .yen {
    text-align: right;
    font-weight: 500;
}

.page .p-price-data .yen small {
    font-weight: 300;
    font-size: .7em;
}

.page .p-price-data .text {
    text-align: left;
    vertical-align: top;
}

.page .p-price-data.camp {
    border: 1px solid #c9867b;
    border-bottom: none;
}

.page .p-price-data.camp th,
.page .p-price-data.camp td {
    border-left: 1px solid #f1e1df;
    border-bottom: 1px solid #c9867b;
    /*&:first-child {
    border-left:none;
  }*/
}

.page .p-price-data.camp th {
    background-color: #faf5f4;
}

.page .p-price-title {
    margin-bottom: 1em;
    line-height: 1.5;
}

.page .p-price-section {
    margin-bottom: 4rem;
}

@media (min-width: 768px) {

    .page .p-price-data th,
    .page .p-price-data td {
        padding: 1.5em;
        font-size: 1.5rem;
    }

    .page .p-price-title {
        font-size: 2rem;
    }

    .page .p-price-section {
        margin-bottom: 8rem;
    }
}


/*-------------------------------------------------------------------

	form

-------------------------------------------------------------------*/

.must-pos {
    position: absolute;
    top: 50%;
    right: 1rem;
    transform: translateY(-50%);
}

.c-btn-consent {
    display: inline-block;
    background-color: #ad7f52;
    color: #FFF;
    font-size: .88em;
    line-height: 1;
    padding: 1em;
    text-decoration: none;
    border-radius: 5px;
}

.agree-message {
    font-size: 1.05rem;
    text-align: center;
    margin-bottom: 2em;
}

.form-section {
    background-color: #fbf0f4;
}

.form-section_inner {
    padding: 4rem 1.5rem 4rem;
}

.form-section_inner> :last-child {
    margin-bottom: 0;
}


/*-------------------------------------------------------------------

	flow

-------------------------------------------------------------------*/

.page .content .flow_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 2.5rem 2rem 2rem;
    background-color: #FFF;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.1);
    margin-top: 0;
}

.page .content .flow_list-num {
    display: block;
    width: 8rem;
    font-family: "Montserrat", sans-serif;
    font-size: 1.3rem;
    line-height: 1;
    letter-spacing: .18em;
    font-weight: 600;
    margin-top: -.05em;
}

.page .content .flow_list-num>strong {
    font-size: 1.92em;
}

.page .content .flow_list-text {
    flex: 1;
    font-size: 1.2rem;
    margin-top: 0;
}

.page .content .flow_list-text p {
    margin-top: 0;
}

.page .content .flow_list-text h3 {
    font-weight: 500;
    font-size: 1.3rem;
    font-feature-settings: "palt";
    letter-spacing: .18em;
    margin-bottom: .5rem;
}

.page .content .flow_list-text> :last-child {
    margin-bottom: 0;
}

.page .content .picolaser .u-spitem-w-40 {
    width: 100%;
}

.page .content .picolaser .p-menu-main_text-title {
    font-size: 1.43rem;
}


/*-------------------------------------------------------------------
	flow PC
-------------------------------------------------------------------*/

@media (min-width: 768px) {
    .page .content .flow_list {
        padding: 4rem 6rem 4rem;
        box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
        margin-top: 0;
    }

    .page .content .flow_list-num {
        width: 18rem;
        font-size: 2rem;
    }

    .page .content .flow_list-text {
        font-size: 1.6rem;
    }

    .page .content .flow_list-text h3 {
        font-size: 1.8rem;
    }

    .page .content .picolaser .p-menu-main_text-title {
        font-size: 2.2rem;
    }
}


/*-------------------------------------------------------------------
	form PC
-------------------------------------------------------------------*/

@media (min-width: 768px) {
    .form .basic-section_inner {
        padding-bottom: 4rem;
    }

    .agree-message {
        font-size: 1.8rem;
    }

    .form-section_inner {
        padding: 8rem 0 6rem;
        width: 1040px;
        margin: 0 auto;
    }
}

.page .t-middle {
    font-size: inherit;
}

h3.form-privacy_title {
    text-align: center;
    font-size: 1.3rem;
    font-weight: 500;
    margin-bottom: 1em;
    color: #7c7d84;
}

@media (mAx-width: 768px) {
    .page.recruit .p-price-data .yen {
        text-align: left;
        font-weight: 500;
        width: 100%;
        display: block;
    }

    .page.recruit .p-price-data tr {
        width: 100%;
        display: block;
    }

    .page.recruit .p-price-data th {
        width: 100%;
        display: block;
    }

    .page .recruitment-page-box1 {
        padding: 20px;
    }

    .page.recruit .p-price-data,
    .page.recruit .p-price-data tbody {
        display: block;
    }

    .page .double h2:before,
    .page .double h2:after {
        width: 70px;
    }

    .partsH2-4 .page .double h2 {
        overflow: inherit;
    }
}


.page .partsH2-4 h2,
.page .partsH3-4 h3,
.page .partsH4-4 h4,
.page .partsH5-4 h5 {
    position: relative;
    padding-bottom: 14px;
    overflow: inherit;
}



@media (mAx-width: 768px) {
    .content div.p-menu-main_text {
        margin: 20.5rem 0 0 -33.25rem;
    }

    .content {
        position: relative;
        font-size: 1.3rem;
        line-height: 1.85;
    }

    .page .content ol li,
    .page .content ul li {
        margin-top: 0.5em;
        line-height: 1.0;
    }

    .page .content .u-ul-basic li {
        list-style-type: disc;
        line-height: 1.3;
    }

    .page .p-menu-treatment_text {
        margin-bottom: 0;
        margin-top: 0;
    }

    .page .content p {
        margin-top: 0;
        font-size: 1.3rem;
        line-height: 1.85;
    }

    .page .content p.u-button-detail {
        font-size: 1rem;
        line-height: 1.2;
        font-weight: 500;
    }

    .page .content p.u-text-x-small {
        font-size: .86em;
    }

    .menu_picolaser .u-spitem-w-40 {
        width: 100%;
    }

    .t-middle {
        font-size: 2.66vw;
    }

    .page .p-price-title {
        font-size: 1em;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        line-height: 1.5;
        font-size: 1em;
    }

    .page .content .u-text-small p {
        font-size: .93em;
    }

    .page .content h4 {
        font-size: 1em;
    }

    .page .recruitment-page-box1 .l-basic-title {
        width: 85%;
    }

}


/*-------------------------------------------------------------------
	 2024 リニューアル時の追加CSS
-------------------------------------------------------------------*/
.en {
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 4px;
}

#menu-con {
    padding: 0 2rem;
    margin-bottom: 14rem;
}

#menu-con .inner {
    background-color: #efefef;
    margin-right: calc(50.7% - 50vw);
    position: relative;
}

#menu-con .inner::after {
    position: absolute;
    content: "MENU";
    font-family: 'Montserrat', sans-serif;
    font-size: 1.8rem;
    top: 50%;
    transform: translateY(-50%);
    left: -70px;
    writing-mode: vertical-lr;
    display: inline-block;
    font-weight: bold;
}

#menu-con .inner .inner_in {
    max-width: 124rem;
    margin-right: calc(50vw - 50%);
    padding: 8rem;
}

.l-top-section_ttl {
    margin: 0 0 0 -20px;
    font-size: 2rem;
}

.section_ttl {
    font-size: 2.0rem;
}

.menu-con-main {
    display: flex;
    justify-content: space-between;
    margin: 2rem 0;
}

.menu-con-main a {
    display: block;
    position: relative;
    width: 48%;
}

.menu-con-main a:last-child {
    margin: 3rem 0 0 0;
}

.menu-con-main a img {
    width: 100%;
}

.menu-con-main a h2 {
    position: absolute;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    color: #fff;
    font-size: 3.4rem;
    width: 100%;
}

.menu-con-main a h2 span {
    display: block;
    font-size: 2.4rem;
}

.menu-con-sub {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.menu-con-sub li {
    width: calc(100% / 3 - 10px);
    padding: 10px 0;
}

.menu-con-sub:after {
    display: block;
    content: "";
    width: calc(100% / 3 - 10px);
}

.menu-con-sub a {
    position: relative;
    padding: 2.5rem 2rem;
    width: 100%;
    display: block;

}

.menu-con-sub a::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 0px solid transparent;
    border-bottom: 20px solid #c9867b;
    right: 6px;
}

.menu-con-sub h3 {
    display: block;

}

.menu-con-sub h3 span {
    display: block;
    font-size: 1.2rem;
    letter-spacing: normal;
    text-transform: uppercase;

}

.swiper-container {
    width: 100%;
    height: auto;
}
#staff-con .swiper-slide {

    width: auto!important;;
}
.swiper-slide {

    /* スライドが親コンテナに合わせて自動調整されるようにします */
    flex-shrink: 0;
    /* スライドが縮まないようにします */
        DISPLAY: FLEX;
    FLEX-DIRECTION: COLUMN;
}

.swiper-slide
img {
    max-width: 100%;
    height: 430px;
    vertical-align: bottom;
    width: 320px;
    object-fit: contain;
    padding: 10px;
}
.content div.treatment-section, .treatment-section{
    width: 320px;
}
.swiper-slide a
img {
max-width: 100%;
    height: 100%;
    width: 100%;
    padding: initial;
    object-fit: cover;
}
#staff-con {}

#staff-con .inner {
    background-color: #6e7685;
    margin-left: calc(50% - 50vw);
    position: relative;
}

#staff-con .swiper-slide h3 {
    color: #fff;
    font-size: 2.6rem;
    margin: 1rem 0 0 0;
}

#staff-con .inner::after {
    position: absolute;
    content: "STAFF";
    font-family: 'Montserrat', sans-serif;
    font-size: 1.8rem;
    top: 50%;
    transform: translateY(-50%);
    right: -70px;
    writing-mode: vertical-lr;
    display: inline-block;
    font-weight: bold;
}

#staff-con .inner .inner_in {
    max-width: 124rem;
    margin-left: calc(50vw - 50%);
    padding: 8rem;
    position: relative;
}

.swiper-button-next::before,
.swiper-button-prev::before,
.swiper-container-rtl .swiper-button-next::before,
.swiper-container-rtl .swiper-button-prev::before {
    background-image: url(../img/top/staff_btn.png);
    background-size: contain;
    width: 50px;
    height: 50px;
    border: none;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev,
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background: none !important;
}

.swiper-button-next::before,
.swiper-container-rtl .swiper-button-prev::before {
    transform: rotate(180deg);
}

.swiper-button-prev::before,
.swiper-container-rtl .swiper-button-next::before {
    transform: rotate(0);
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 60px !important;
    right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 80px !important;
    left: auto;
}

#staff-con .l-top-section_ttl {
    margin: 0 -0 20px 0;
    font-size: 2rem;
    text-align: right;
    color: #fff;
}

#media-con {
    background-color: #efefef;
    margin-bottom: 13rem;
}

#media-con h2 {
    font-size: 2.6rem;
    text-align: center;
    margin-bottom: 3rem;
}

#media-con .l-top-section {
    padding: 12rem 0;
}



.features_list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.features_list_box {
    width: calc(100% / 3);
    padding: 0 10px;
    margin: 1.5em 0;
}

.thumbnail_img {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-decoration: inherit;
}

.thumbnail_img:hover {
    opacity: 0.5;
    transition: 1s;
}

.thumbnail_img img {
    width: 100%;
    height: 230px;
    object-fit: cover;
}

.features_list .txt_box {
    background-color: #fff;
    margin: -13px auto 0 auto;
    display: flex;
    flex-direction: column;
    padding: 20px;
    z-index: 6;
    position: relative;
    width: 96%;
    box-shadow: 0 5px 10px 0 #777777;
    min-height: 155px;
    line-height: 1.8;
    padding: 0 10px 10px 10px;
}

.features_list .txt_box p {
    margin: 10px 0 0 0;
    text-align: left;
    padding: 5px 10px;
    line-height: 1.8;
    width: 100%;
}

.features_list .txt_box h3 {
    min-height: auto;
    display: flex;
    align-items: center;
    padding: 6px;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    min-height: 0;
    border-bottom: 1px solid #55585d;
}

.txt_box p.posttxt {
    font-weight: 400;
    margin: 0;
    font-size: 1.4rem;
}

.features_time {
    font-size: 1.2rem;
}

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

.features_list .txt_box .features_cat {
    color: #fff;
    background-color: #c9867b;
    padding: 4px 8px;
    font-size: 11px;
}

.media_more {
    width: 300px;
    margin: 3rem auto;
    position: relative;
}

.m-button.media_more a {
    padding: 2.5rem;
    font-size: 1.5rem;
    text-align: center;
}

.m-button.media_more a::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 0px solid transparent;
    border-bottom: 20px solid #c9867b;
    right: 6px;
}

.dr-con.l-top-section {
    padding: 0 0 7rem 0;
}

.dr-con .inner {
    background-color: #6e7685;
    margin-right: calc(51% - 50vw);
    position: relative;
}

.dr-con .inner .inner_in {
    max-width: 124rem;
    margin-right: calc(50vw - 50%);
    padding: 5rem 12rem 5rem 6rem;
    position: relative;
    display: flex;
    justify-content: center;
}


#dr-con2l-top-section {
    padding: 0 0 7rem 0;
}

#dr-con2 .inner {
    background-color: #efefef;
    margin-left: calc(50% - 50vw);
    margin-right: auto;
    position: relative;
}

#dr-con2 .inner .inner_in {
    max-width: 124rem;
    margin-left: calc(50vw - 50%);
    margin-right: auto;
    padding: 5rem 12rem 5rem 6rem;
    position: relative;
    display: flex;
    justify-content: center;
}



.dr-con h2 {
    color: #fff;
    font-size: 2.0rem;
}

.dr-con_txt_name h3 {
    color: #fff;
    font-size: 2.0rem;
    text-transform: uppercase;
}

#dr-con2 h2,
#dr-con2 .dr-con_txt_name h3 {
    color: #333333;
}

#dr-con2 .dr-con_txt:nth-child(2) {
    border-left: 1px solid #333333;
}

#dr-con2 .dr-con_txt:nth-child(2) h2 {
    color: #333333;
}

#dr-con2 .dr-con_txt:nth-child(2) p {
    color: #333333;
}




.dr-con_txt_name h3.jp {
    margin-top: 1rem;
}

.aboutus #staff-con.l-top-section {
    max-width: 124rem;
    margin: auto;
    padding: 0;
}

.dr-con .media_more {
    width: 320px;
    margin: 2rem 0 0 0;
}

.dr-con .m-button.media_more a {
    padding: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.dr-con .m-button.media_more a h3 {
    font-size: 1.2rem;
    margin: 0 0 0 10px;
}

.dr-con .m-button.media_more a::after {
    right: 6px;
    bottom: 6px;
}

.dr-con div.dr-con_txt {
    margin: 0;
}

.dr-con_txt {
    width: 50%;
    display: flex;
    flex-direction: column;
    padding: 0 3rem;

}

.dr-con .m-button.media_more a img {
    width: 20px;
}

.dr-con_txt:nth-child(2) {
    border-left: 1px solid #fff;
}

.dr-con_txt:nth-child(2) h2 {
    color: #fff;
    font-size: 1.6rem;
}

.dr-con_txt:nth-child(2) p {
    color: #fff;
    font-size: 1.4rem;
}

.partsH2-4 .dr-con h2::before,
.partsH2-4 #staff-con h2::before {

    border: none;
}

#staff-con .swiper-slide a {
    display: block;
    width: 25px;
}

@media (mAx-width: 1380px) {
    #menu-con {
        margin-bottom: 14rem;
        max-width: 124rem;
        margin: auto;
        padding: 0 12rem 14rem;
    }

    #menu-con .inner {
        margin-right: calc(51% - 50vw);
    }

    .menu-con-sub h3 {
        font-size: 1.4rem;
        letter-spacing: 2px;
    }

    .menu-con-sub h3 span {
        font-size: 1.1rem;
    }

    .features_list {
        padding: 0 2rem;
    }

    .thumbnail_img img {
        height: 190px;
    }

    .dr-con .inner .inner_in {
        padding: 5rem 6rem 5rem 6rem;
    }

    #dr-con2 .inner .inner_in {
        padding: 5rem 6rem 5rem 6rem;
    }
}


@media (mAx-width: 1180px) {
    #menu-con {
        padding: 0 6rem 14rem;
    }

    #menu-con .inner::after {
        left: -48px;
    }

    .l-header_insta {
        width: 2.5rem;
    }

    .l-gnav {
        font-size: 1.2rem;
    }

    .menu-con-sub h3 {
        font-size: 1.3rem;
    }

    .dr-con .inner .inner_in {
        padding: 5rem 0rem 5rem 2rem;
    }

    #dr-con2 .inner .inner_in {
        padding: 5rem 0rem 5rem 0rem;
    }
}

@media (mAx-width: 1080px) {
    .menu-con-sub li {
        width: calc(100% / 2 - 10px);
    }

    .menu-con-sub li {
        width: calc(100% / 2 - 10px);
        padding: 10px 0;
    }

    .features_list {
        flex-direction: column;
        align-items: center;
    }

    .features_list_box {
        width: calc(80%);
    }

    .thumbnail_img {
        flex-direction: row;
    }

    .thumbnail_img img {
        height: 210px;
    }

    .features_list .txt_box {
        margin: 47px auto 0 -20px;
    }

    .dr-con .media_more {
        width: 250px;
    }

    .dr-con .inner {
        margin: 0 calc(50% - 50vw) 0 -8rem;
    }

    #dr-con2 .inner {
        margin: 0 -8rem 0 calc(50% - 50vw);
    }

    .aboutus #staff-con .inner {
        margin: 0 -8rem 0 calc(50% - 50vw);
    }

    #staff-con .inner::after {
        right: -34px;
    }

    #staff-con .inner .inner_in {
        padding: 8rem 6rem 8rem 0;

    }
}

@media (mAx-width: 900px) {
    #menu-con .inner .inner_in {
        padding: 8rem 4rem;
    }

    #staff-con.l-top-section {
        padding: 0 6rem 14rem;
    }

    #staff-con .inner .inner_in {
        padding: 8rem 4rem;
    }

    #staff-con .swiper-slide h3 {
        font-size: 2.0rem;
    }

    #staff-con .inner::after {
        right: -45px;
    }

    .features_list_box {
        width: calc(90%);
    }
}

@media (mAx-width: 768px) {

    #menu-con {
        padding: 0 2rem 6.5rem 3rem;
    }

    #menu-con .inner .inner_in {
        padding: 6rem 2rem 6.5rem;
    }

    .menu-con-main {
        flex-direction: column;
    }

    .menu-con-main a {
        width: 100%;
    }

    .l-top-section_ttl {
        margin: 0 0 0 0;
        font-size: 1.5rem;
    }

    .menu-con-sub li {
        width: 100%;
    }

    .menu-con-main a h2 {
        font-size: 2.2rem;
    }

    .menu-con-main a h2 span {
        font-size: 1.2rem;
    }

    .menu-con-sub h3 {
        font-size: 1.4rem;
    }

    #menu-con .inner::after {
        left: -7.7%;
        font-size: 1.2rem;
        letter-spacing: 12px;
    }

    .menu-con-sub a::after {
        border-left: 30px solid transparent;
        border-right: 0px solid transparent;
        border-bottom: 30px solid #c9867b;
        right: 14px;
    }

    #staff-con.l-top-section {
        padding: 0 2rem 14rem;
    }

    .swiper-button-next::before,
    .swiper-button-prev::before,
    .swiper-container-rtl .swiper-button-next::before,
    .swiper-container-rtl .swiper-button-prev::before {
        width: 90px;
        height: 90px;
    }

    .swiper-button-next,
    .swiper-container-rtl .swiper-button-prev {
        right: 70px !important;
    }

    .swiper-button-prev,
    .swiper-container-rtl .swiper-button-next {
        left: 10px !important;
    }

    #staff-con .swiper-slide h3 {
        font-size: 1.6rem;
    }

    #staff-con .inner::after {
        right: -7.7%;
        font-size: 1.2rem;
        letter-spacing: 12px;
    }

    #staff-con .inner .inner_in {
        padding: 8rem 2rem 3rem 2rem;
    }

    .features_list_box {
        width: calc(100%);
    }

    .thumbnail_img {
        flex-direction: column;
    }

    .thumbnail_img img {
        height: auto;
    }

    .features_list .txt_box {
        margin: -13px auto 0 auto;
    }

    .features_list .txt_box .features_cat {
        padding: 2px 18px;
        font-size: 11px;
        line-height: normal;
        display: flex;
        align-items: center;
    }

    .txt_box p.posttxt {
        font-size: 1.2rem;
    }

    .features_list .txt_box h3 {
        font-size: 1.07em;
    }

    .features_time {
        font-size: 1.0rem;
    }

    #staff-con .l-top-section_ttl {
        font-size: 1.5rem;
    }

    #media-con .l-top-section {
        padding: 12rem 0 6rem 0;
    }

    #media-con h2 {
        font-size: 2.1rem;
        margin-bottom: 2rem;
    }

    .sliderAreaClinic {
        margin-bottom: 0;
    }

    .l-header_logo a {
        display: flex;
    }

    .dr-con .inner {
        margin: 0 calc(50% - 50vw) 0 0;
    }

    .dr-con h2 {
        font-size: 1.5rem;
    }

    .dr-con_txt {
        width: 90%;
        padding: 1rem;
    }

    .dr-con_txt_name h3 {
        font-size: 1.5rem;
    }

    .dr-con_txt_name h3.jp {
        margin-top: 0rem;
    }

    .dr-con .media_more {
        width: 80%;
    }

    .dr-con .inner .inner_in {
        flex-direction: column;
    }

    .inner_in .dr-con_txt:nth-child(2) {
        border-left: 1px solid #fff;
        border-top: 1px solid #fff;
        padding: 25px;
        margin: 30px 0 0 0;
    }

    #dr-con2 .inner {
        margin: 0 0 0 calc(50% - 50vw);
    }

    .aboutus #staff-con .inner {
        margin: 0 0 0 calc(50% - 50vw);
    }

    .dr-con_txt:nth-child(2) h2 {
        font-size: 1.3rem;
    }

    .dr-con_txt:nth-child(2) p {
        font-size: 1.1rem;
    }

    #dr-con2 .dr-con_txt:nth-child(2) {
        border-left: 1px solid #333333;
        border-top: 1px solid #333333;
        margin: 30px 0px 0px 20px;
    }


    #dr-con2 .dr-con_txt:nth-child(1) {
        margin: 0 0px 0 30px;
    }

    .page.recruitment .p-menu-main {
        margin: 0;
    }

    .page .double h2:after {
        width: 25px;
        right: -45px;
    }

    .page.recruitment .p-price-data .yen {
        width: 100%;
    }
}

@media (mAx-width: 660px) {
    #staff-con .inner::after {
        right: -5.7%;
        font-size: 1.0rem;
    }
    .swiper-slide img {
    height: auto;
}

.content div.treatment-section, .treatment-section{
    width: 80%;
}


.swiper-slide {
    padding: 20px;
}
}

@media (mAx-width: 600px) {
    #menu-con .inner::after {
        left: -5.7%;
        font-size: 1.0rem;
    }

    #staff-con .inner::after {
        right: -5.7%;
        font-size: 1.0rem;
    }

    #menu-con .inner {
        margin-right: calc(50% - 50vw);
    }

    #menu-con {
        padding: 0 2rem 6.5rem 2rem;
    }

    .swiper-button-next::before,
    .swiper-button-prev::before,
    .swiper-container-rtl .swiper-button-next::before,
    .swiper-container-rtl .swiper-button-prev::before {
        width: 50px;
        height: 50px;
    }

    .swiper-button-next,
    .swiper-container-rtl .swiper-button-prev {
        right: 30px !important;
    }

    .m-button.media_more a {
        padding: 1.5rem;
        font-size: 1.5rem;
        text-align: center;
    }

    .menu-con-sub a {
        padding: 1.5rem 2rem;
    }

    .menu-con-sub a::after,
    .m-button.media_more a::after {
        border-left: 20px solid transparent;
        border-right: 0px solid transparent;
        border-bottom: 20px solid #c9867b;
        right: 7px;
        bottom: 7px;
    }

    .m-button.media_more a {
        padding: 1.5rem;
        font-size: 1.3rem;
    }
}

.pagetop.ft_linkpost.is-show {
    bottom: 11rem;
}

.pagetop.ft_linkpost {
    position: fixed;
    width: 10rem;
    height: 10rem;
    right: 0;
    background-repeat: no-repeat;
    background-image: url(../img/common/ft_botan.png);
    background-size: cover;
    color: #fff;
}

.pagetop.ft_linkpost h2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    font-size: 1.1rem;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.pagetop.ft_linkpost h2 span {
    font-size: 1.4rem;
}

.pagetop.ft_linkpost p {
    background-color: #696859;
    padding: 0 10px;
    position: absolute;
    bottom: 0px;
    font-size: 1.0rem;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    white-space: nowrap;
    overflow: visible;
    text-align: center;
}

.osirase_info {
    max-width: 120rem;
    margin: 0 auto 3em auto;
    padding: 1em;
    border: 1px solid #c9867b;
}

.osirase_info h2 {
    text-align: center;
    color: #c9867b;
}

.osirase_info p {
    line-height: 1.5;
    font-size: 1.3em;
}

.osirase_info p.sub {
    line-height: 1.5;
    font-size: 1.0em;
}
.cplist_top{
            max-width: 124rem;
        margin: auto;
    padding: 0 5rem 5rem;
    display: flex;
    justify-content: space-between;
}
.cplist_top div{
    width: 48%;
}
@media (max-width: 768px) {
    .osirase_info {
        margin: 0 1.5em 3em;
    }
    .cplist_top{
    display: flex;
    justify-content: space-between;
        padding: 0 2rem 2rem;
}
.cplist_top div{
    width: 48%;
}

}

@media (min-width: 768px) {
    .pagetop.ft_linkpost.is-show {
        bottom: 9rem;
    }

    .pagetop.ft_linkpost {
        width: 13rem;
        height: 13rem;
    }

    .pagetop.ft_linkpost h2 {
        font-size: 1.2rem;
    }

    .pagetop.ft_linkpost h2 span {
        font-size: 1.6rem;
    }

    .pagetop.ft_linkpost p {
        bottom: 10px;
        font-size: 1.1rem;
    }


}