@charset "utf-8";
/* ------------------------------汎用クラス------------------------------　*/
/*------------flex------------*/
.flex-sp,
.flex {
	display: -webkit-box;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap:         wrap;
	-webkit-justify-content: space-between;
	justify-content:         space-between;
}
.flex-sp:after,
.flex:after {
	content:none;
}
.flex-reverse {
    -webkit-flex-direction: row-reverse;
    flex-direction:         row-reverse;
}
@media print, screen and (max-width: 768px) {
	.flex {
		display: block;
	}
}
/*------------ico-circle------------*/
.ico-circle,
.ico-circle_w {
    display: -webkit-box;
	display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.ico-circle:after,
.ico-circle_w:after {
	content:none;
}
.ico-circle .num,
.ico-circle_w .num {
    width: 2.5em;
    height: 2.5em;
    padding-top: 0.5em;
    margin-right: 0.9em;
    margin-bottom: 0;
    color: #fff;
    font-family: "myfont";
    font-weight: bold;
    text-align: center;
    font-size: 30px;
    line-height: 1;
    background-color: #df1e79;
    border-radius: 100px;
}
.ico-circle .num span,
.ico-circle_w .num span {
    display: block;
    font-size: 0.5em;
    margin-bottom: 0.3em;
}
.ico-circle_w {
    background-color: #df1e79;
}
.ico-circle_w .num {
    color: #df1e79;
    background-color: #fff;
}
.ico-circle h4,
.ico-circle_w h4 {
    width: calc(100% - 3.4em);
}
@media print, screen and (max-width: 768px) {
    .ico-circle .num,
    .ico-circle_w .num,
    .ico-circle h4,
    .ico-circle_w h4 {
        font-size: 26px;
    }
}
.color {
    color: #DF1E79;
}
/* ------------------------------修正------------------------------　*/
body.page-lp .communication section { padding-bottom: 80px; }
body.page-lp article li { font-weight: bold !important; }
body.page-lp article.staff li { font-weight: normal !important; }
body.page-lp .staff h2 { font-size: 36px; text-align: center; }
body.page-lp .staff h3 { font-size:20px; text-align:left; margin:20px 0 10px 0; }
#logo-sp { display: none; }

@media screen and (max-width: 768px) {
    #logo-sp {
        display: block;
        position: fixed;
        top: 0;
        z-index: 100;
        width: 100%;
        height: 62px;
        margin: 0;
        background-color: #fff;
        border-bottom:1px solid #cccccc;
    }
    #logo-sp .sp { display:block; position:absolute; font-size:10px; margin:0; padding:0; top:2px; left:10px; }
    body.page-lp .staff h2 { font-size: 22px; }
    .staff h3 { font-size:20px; }
}



/* ------------------------------オススメ０１------------------------------　*/
.recommend01 { background-color: #ffe4ea; }
.recommend01 section {
    padding-top: 80px;
    padding-bottom: 120px;
}
.recommend01 img {
    margin-left: auto;
    margin-right: auto;
}
.recommend01 .flex-item1 {
    width: 30%;
}
.recommend01 .flex-item2 {
    width: 60%;
    margin-bottom: 100px;
}
.recommend01 .flex-item2 p {
    margin-bottom: 30px;
}
.recommend01 h2 {
    text-align: left;
    margin-bottom: 40px;
}
.recommend01 h3 {
    color: #FFF;
    font-size: 30px;
    padding: 5px;
    margin-bottom: 40px;
    background-color: #df1e79;
    border-radius: 30px;
}
.recommend01 h3.margin {
    margin-bottom: 100px;
}
.recommend01 h4 {
    text-align: left;
    font-size: 30px;
}
.recommend01 .flex-item {
    width: 48%;
    margin-bottom: 80px;
}
.recommend01 .flex:last-of-type .flex-item {
    margin-bottom: 0;
}
.recommend01 .flex-item > p {
    margin-bottom: 40px;
}
.recommend01 .flex-item > p:last-of-type {
    margin-bottom: 0;
}
@media screen and (max-width: 768px) {
    .recommend01 section {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .recommend01 .flex-item1 {
        display: none;
    }
    .recommend01 .flex-item2 {
        width: 100%;
        margin-bottom: 60px;
    }
    .recommend01 h2 {
        text-align: center;
    }
    .recommend01 h3 {
        font-size: 22px;
    }
    .recommend01 h3.margin {
        margin-bottom: 60px;
    }
    .recommend01 .flex-item,
    .recommend01 .flex:last-of-type .flex-item {
        width: 100%;
        margin-bottom: 20px;
    }
    .recommend01 .flex-item:last-of-type {
        margin-bottom: 40px;
    }
    .recommend01 h4 {
        font-size: 22px;
    }
    .recommend01 .flex-item > p {
        margin-bottom: 20px;
    }
}
/* ------------------------------オススメ０２------------------------------　*/
.recommend02 {
    padding-top:30px;
}
.recommend02 img {
    margin-left: auto;
    margin-right: auto;
}
.recommend02 h2 {
    margin-bottom: 80px;
}
.recommend02 .box {
    width: 48%;
    margin-bottom: 80px;
    border: 2px solid #df1e79;
    border-radius: 15px;
    overflow: hidden;
}
.recommend02 .box .ico-circle_w {
    padding: 10px;
    margin-bottom: 0;
}
.recommend02 .box .ico-circle_w .num {
    margin-right: 0.7em;
}
.recommend02 .box h4 {
    color: #fff;
    text-align: left;
    text-shadow: none;
    line-height: 1.7;
    font-size: 24px;
}
.recommend02 .box-inner {
    padding: 30px;
}
.recommend02 .box-inner p {
    margin-bottom: 25px;
}
.recommend02 .box-inner p:first-of-type::after {
    content: "";
    display: block;
    width: 100%;
    height: 1.7em;
    margin-top: 30px;
    background: url(../img/arrow_b.png) center no-repeat;
    background-size: contain;
}
@media screen and (max-width: 768px) {
    .recommend02 {
        padding-top:10px;
    }
    .recommend02 h2 {
        margin-bottom: 40px;
    }
    .recommend02 .box {
        width: 100%;
        margin-bottom: 40px;
    }
    .recommend02 .box h4 {
        font-size: 20px;
    }
    .recommend02 .box-inner {
        padding: 20px 15px;
    }
    .recommend02 .box-inner p {
        margin-bottom: 25px;
    }
}
/* ------------------------------流れ------------------------------　*/
.lp-flow {
    background-color: #f4f0f8;
}
.lp-flow img {
    margin-left: auto;
    margin-right: auto;
}
.lp-flow h2 {
    margin-bottom: 40px;
}
.lp-flow .note {
    margin-bottom: 60px;
}
.lp-flow h3 {
    text-align: left;
    margin-bottom: 40px;
    font-size: 30px;
    color: #df1e79;
}
.lp-flow .ico-bd_l {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: -20px;
}
.lp-flow .ico-bd_l::before {
    content: "";
    display: block;
    position: absolute;
    top: 2.5em;
    bottom: 0;
    left: calc(2.5em - 4px);
    width: 4px;
    background-color: #df1e79;
    z-index: 10;
}
.lp-flow .ico-circle {
    position: relative;
    align-items: flex-start;
    justify-content: flex-end;
    margin-bottom: 0;
}
.lp-flow .ico-circle .num {
    position: absolute;
    top: 20px;
    left: 0;
    z-index: 20;
}
.lp-flow .ico-circle .right {
    width: 90%;
}
.lp-flow .right .border-box,
.lp-flow .right .box {
    padding: 30px;
    margin-bottom: 40px;
    background-color: #fff;
    border-radius: 20px;
}
.lp-flow .tel {
    pointer-events: none;
}
.lp-flow .right .border-box {
    border: 3px solid #df1e79;
}
.lp-flow .box dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 10px;
    margin-bottom: 0;
}
.lp-flow .box dl::after {
    content: none;
}
.lp-flow .box dl dt,
.lp-flow .box dl dd {
    display: inline-block;
    margin: 0 0 10px 0;
}
.lp-flow .box dl dt:last-of-type,
.lp-flow .box dl dd:last-of-type {
    margin-bottom: 0;
}
.lp-flow .box dl dt {
    width: 28%;
    text-align: center;
    background-color: #df1e79;
    color: #fff;
}
.lp-flow .box dl dd {
    width: 68%;
}
.lp-flow .left_balloon span.mb {
    display: block;
    margin-bottom: 20px;
}
.lp-flow .left_balloon .important {
    position: absolute;
    top: -1.8em;
    width: 3.2em;
    height: 3.2em;
    padding-top: 1em;
    margin-bottom: 0;
    color: #ed1e79;
    font-family: "myfont";
    font-weight: bold;
    text-align: center;
    font-size: 24px;
    line-height: 1;
    background-color: #fff;
    border: 3px solid #ed1e79;
    border-radius: 100px;
}
.lp-flow .clear_balloon {
    margin: 40px 0;
}
.lp-flow .border-double {
    padding: 30px;
    color: #fff;
    text-align: center;
    background-color: #df1e79;
    border: solid 1px #fff;
    box-shadow: 0px 0px 0px 2px #df1e79;
    border-radius: 15px;
}
.lp-flow .right .item-w35 { width: 35%; }
.lp-flow .right .item-w40 { width: 40%; }
.lp-flow .right .item-w55 { width: 55%; }
.lp-flow .right .item-w60 { width: 60%; }
@media screen and (max-width: 768px) {
    .lp-flow h2 {
        margin-bottom: 30px;
    }
    .lp-flow .note {
        margin-bottom: 40px;
    }
    .lp-flow h3 {
        margin-bottom: 20px;
        font-size: 24px;
    }
    .lp-flow .ico-bd_l::before {
        content: none;
    }
    .lp-flow .ico-circle .num {
        position: absolute;
        top: 15px;
        left: 0;
        z-index: 20;
    }
    .lp-flow .ico-circle .right {
        width: calc(100% - 32.5px);
    }
    .lp-flow .right .border-box,
    .lp-flow .right .box {
        padding: 30px 20px 30px 40px;
        margin-bottom: 40px;
    }
    .lp-flow .tel {
        pointer-events: auto;
    }
    .lp-flow .box dl {
        display: block;
        margin-top: 30px;
        margin-bottom: 10px;
    }
    .lp-flow .box dl dt,
    .lp-flow .box dl dd {
        display: block;
        margin: 0 0 10px 0;
        font-size: 14px;
    }
    .lp-flow .box dl dt:last-of-type {
        margin-bottom: 10px;
    }
    .lp-flow .box dl dt {
        width: 50%;
    }
    .lp-flow .box dl dd {
        width: 100%;
    }
    .lp-flow .left_balloon span.mb {
        display: block;
        margin-bottom: 20px;
    }
    .lp-flow .left_balloon .important {
        position: absolute;
        top: -2.2em;
        width: 3.2em;
        height: 3.2em;
        padding-top: 1em;
        margin-bottom: 0;
        font-size: 20px;
        line-height: 1;
    }
    .lp-flow .clear_balloon {
        margin: 40px 0;
    }
    .lp-flow .border-double {
        padding: 30px;
        margin-bottom: 40px;
    }
    .lp-flow .right .item-w35,
    .lp-flow .right .item-w40,
    .lp-flow .right .item-w55,
    .lp-flow .right .item-w60 { width: 100%; }
}
/* ------------------------------治療費------------------------------　*/
.lp-price section {
    padding-top: 100px;
}
.lp-price img {
    margin-left: auto;
    margin-right: auto;
}
.lp-price h2 {
    margin-bottom: 60px;
}
.lp-price .clear_balloon {
    margin: 60px 0;
}
.lp-price h3 {
    margin-bottom: 50px;
}
.lp-price h3 span.color {
    background: none;
}
.lp-price .name {
    margin-bottom: 80px;
}
.lp-price .bg_blue,
.lp-price .bg_pink,
.lp-price .bg_purple {
    padding: 30px 0px 40px 0;
    margin-bottom: 60px;
    background-color: #f4fcff;
    border-top: 4px solid #26b5e2;
}
.lp-price .bg_blue > .flex,
.lp-price .bg_pink > .flex,
.lp-price .bg_purple > .flex {
    padding-right: 20px;
}
.lp-price .bg_purple {
    margin-bottom: 0;
}
.lp-price .bg_blue { border-top-color:#26b5e2; background-color: #f4fcff; }
.lp-price .bg_pink { border-top-color:#ea96ba; background-color: #fff4fa; }
.lp-price .bg_purple { border-top-color:#882686; background-color: #fff8ff; }
.lp-price .bg_blue h4,
.lp-price .bg_pink h4,
.lp-price .bg_purple h4 {
    display: flex;
    align-items: center;
    position: relative;
    width: 22%;
    height: 4.8em;
    padding-left: 20px;
    color: #fff;
    font-size: 22px;
    line-height: 1.7;
    text-align: left;
    text-shadow: none;
    background-color: #26b5e2;
}
.lp-price .bg_blue h4 { background-color: #26b5e2; }
.lp-price .bg_pink h4 { background-color: #ea96ba; }
.lp-price .bg_purple h4 { background-color: #882686; }
.lp-price .bg_blue h4::after,
.lp-price .bg_pink h4::after,
.lp-price .bg_purple h4::after {
    content: "";
    display: inline-block;
    position: absolute;
    left: 100%;
    height: 100%;
    width: 0;
    box-sizing: border-box;
    border-top: 2.4em solid transparent;
    border-left: 30px solid #26b5e2;
    border-bottom: 2.4em solid transparent;
    background-color: transparent;
}
.lp-price .bg_blue h4::after { border-left-color: #26b5e2; }
.lp-price .bg_pink h4::after { border-left-color: #ea96ba; }
.lp-price .bg_purple h4::after { border-left-color: #882686; }
.lp-price .border-box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 49%;
    padding: 20px 10px;
    margin-bottom: 20px;
    background-color: #fff;
    border: 3px solid #26b5e2;
    border-radius: 20px;
    box-sizing: border-box;
}
.lp-price .bg_blue .border-box { border-color: #26b5e2; }
.lp-price .bg_pink .border-box { border-color: #ea96ba; }
.lp-price .bg_purple .border-box { border-color: #882686; width: 100%;}
.lp-price .border-box p {
    margin-bottom: 0;
    font-size: 24px;
    text-align: center;
    line-height: 1.2;
    letter-spacing: -1px;
}
.lp-price .border-box .medium {
    display: block;
    margin-bottom: 10px;
    font-size: 18px;
    letter-spacing: 0;
}
.lp-price .border-box .small {
    font-size: 16px;
}
.lp-price .right {
    width: 72%;
}
.lp-price .row1,
.lp-price .row2 {
    margin-bottom: 60px;
}
.lp-price .row2 p {
    margin: 20px 0 80px;
    font-size: 18px;
}
.lp-price .row2 p:not([class]) {
    margin-left: auto;
    margin-right: auto;
}
.lp-price .row2 .w48 { width: 48%; }
.lp-price .row2 .w38 { width: 38%; font-size: 16px; }
.lp-price .row2 .w58 { width: 58%; font-size: 16px; }
.lp-price .row3 .note {
    margin-bottom: 0;
    font-size: 14px;
    text-align: right;
}
@media screen and (max-width: 768px) {
    .lp-price section {
        padding-top: 60px;
        padding-bottom: 20px;
    }
    .lp-price h2 {
        margin-bottom: 40px;
    }
    .lp-price .clear_balloon {
        margin: 40px 0;
    }
    .lp-price h3 {
        margin-bottom: 40px;
    }
    .lp-price .name {
        width: 80%;
        margin-bottom: 40px;
    }
    .lp-price .bg_blue,
    .lp-price .bg_pink,
    .lp-price .bg_purple {
        padding: 40px 0px 20px 0;
        margin-bottom: 60px;
    }
    .lp-price .bg_purple {
        margin-bottom: 0;
    }
    .lp-price .bg_blue > .flex,
    .lp-price .bg_pink > .flex,
    .lp-price .bg_purple > .flex {
        padding: 15px;
    }
    .lp-price .bg_blue h4,
    .lp-price .bg_pink h4,
    .lp-price .bg_purple h4 {
        display: block;
        position: static;
        width: 100%;
        height: auto;
        padding: 0;
        margin-bottom: 40px;
        font-size: 18px;
        line-height: 1.7;
        text-align: center;
    }
    .lp-price .bg_blue h4::after,
    .lp-price .bg_pink h4::after,
    .lp-price .bg_purple h4::after {
        content: none;
    }
    .lp-price .border-box {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        width: 100%;
        padding: 10px 10px;
        margin-bottom: 20px;
    }
    .lp-price .bg_purple .border-box {  width: 100%;}
    .lp-price .border-box p {
        margin-bottom: 0;
        font-size: 18px;
        line-height: 1.2;
        letter-spacing: -1px;
    }
    .lp-price .border-box .medium {
        display: block;
        margin-bottom: 10px;
        font-size: 16px;
        letter-spacing: 0;
    }
    .lp-price .border-box .small {
        font-size: 14px;
    }
    .lp-price .right {
        width: 100%;
    }
    .lp-price .row1,
    .lp-price .row2 {
        margin-bottom: 20px;
    }
    .lp-price .row2 p {
        margin: 0px 0 60px;
        font-size: 16px;
    }
    .lp-price .row2 p:not([class]) {
        margin-left: auto;
        margin-right: auto;
    }
    .lp-price .row2 .w48,
    .lp-price .row2 .w38,
    .lp-price .row2 .w58 { width: auto; margin-bottom: 40px;}
    .lp-price .flex-img2,
    .lp-price .flex-img3 {
        margin-bottom: 40px;
        width: 70%;
    }
    .lp-price .flex-img2:last-of-type,
    .lp-price .flex-img3:last-of-type {
        margin-bottom: 0px;
    }
}