@charset "UTF-8";



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

アクセス

------------------------------------------- */
.access .wrap {
    display: flex;
    justify-content: space-between;
}
.access .wrap > figure {
    width: 30%;
}
.access .wrap > dl {
    width: 66%;
}
@media screen and (max-width: 768px) {
    .access .wrap {
        display: block;
    }
    .access .wrap > figure {
        width: 100%;
        margin-bottom: 1rem;
    }
    .access .wrap > dl {
        width: 100%;
    }
}



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

院長挨拶

------------------------------------------- */
.message .wrap {
    display: flex;
    justify-content: space-between;
}
.message .wrap > figure {
    width: 30%;
}
.message .wrap > div {
    width: 66%;
}
.message .wrap dl dt {
    color: var(--brown);
    font-size: 1.8rem;
    margin-bottom: 1rem;
}
.message .wrap dl dd:not(:last-of-type) {
    margin-bottom: 4rem;
}
.sig {
    display: block;
    margin-top: 3rem;
}
@media screen and (max-width: 768px) {
    .message .wrap {
        display: block;
    }
    .message .wrap > figure {
        width: 100%;
        margin-bottom: 1.5rem;
    }
    .message .wrap > div {
        width: 100%;
    }
}



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

お問い合わせ

----------------------------------------------------------  */
.CMS-FORM-GROUP {
    display: flex;
    align-items: center;
}
.CMS-FORM-GROUP:not(:last-of-type) {
    margin-bottom: 4rem;
}
.CMS-FORM-GROUP > label {
    width: 30%;
}
.CMS-FORM-GROUP input,
.CMS-FORM-GROUP textarea {
    width: 70%;
    padding: 2rem;
    border: #ddd solid 1px;
}
.CMS-FORM-INPUT,
.CMS-FORM-EMAIL {
    -webkit-appearance: none;
    appearance: none;
}
.CMS-FORM-GROUP textarea {
    height: 16rem;
    -webkit-appearance: none;
    appearance: none;
}
.CMS-FORM-GROUP input[type="submit"] {
    background: #E84191;
    border: none;
    color: #fff;
    display: block;
    font-size: 1.6rem;
    width: 24rem;
    padding: 1.6rem 0 1.8rem 0;
    margin: 0 auto;
    transition: all .3s;
    font-family: 'Noto Serif JP', serif;
}
.CMS-FORM-GROUP input[type="submit"]:hover {
    cursor: pointer;
    opacity: 0.5;
}
.CMS-FORM-RADIO input[type="radio"] {
    width: 2rem;
    height: 2rem;
    display: block;
    margin-top: 0.9rem;
    border-radius: 50%;
}
.CMS-FORM-RADIO {
    width: 70%;
}
.CMS-FORM-RADIO > div {
    display: flex;
    align-items: center;
}
.CMS-FORM-RADIO label{
    display: block;
    width: calc(100% - 3.5rem);
    margin-top: 0.8rem;
    margin-left: 0.5rem;
    font-weight: normal;
}
_::-webkit-full-page-media, _:future, :root .CMS-FORM-RADIO label {
    margin-top: 0;
}

.

input[type="submit"],
input[type="button"] {
    border-radius: 0;
    -webkit-appearance: button;
    appearance: button;
    border: none;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
    display: none;
}
input[type="date"] {
    -webkit-appearance: none;
    appearance: none;
    background: #fff;
}
.his {
    background: #E84191;
    line-height: 1;
    color: #fff;
    font-size: 1.2rem;
    padding: 0.2rem 0.7rem 0.4rem 0.7rem;
    margin-left: 1.0rem;
    vertical-align: 0.1rem;
    font-weight: normal;
}
@media screen and (max-width: 768px) {
    .CMS-FORM-GROUP {
        display: block;
    }
    .CMS-FORM-GROUP label {
        width: 100%;
        display: block;
        margin-bottom: 1rem;
    }
    .CMS-FORM-GROUP input,
    .CMS-FORM-GROUP textarea {
        width: 100%;
    }
    .CMS-FORM-RADIO input[type="radio"] {
        transform: scale(0.6);
    }
    _::-webkit-full-page-media, _:future, :root .CMS-FORM-RADIO label {
        margin-top: 1.4rem;
        margin-left: 0;
    }
    .CMS-FORM-GROUP input[type="submit"] {
        width: 100%;
        padding: 2rem 0;
        font-size: 1.8rem;
    }
    input[type="date"] {
        width: 100%;
        font-size: 2rem;
        color: #000;
    }
}

/* ------ privacy ------ */
.privacy {
	border: 0.2rem solid #ccc;
	padding: 2rem;
	height: 48rem;
	overflow: auto;
	background: #fff;
}
.privacy-note {
    margin-bottom: 3rem;
}

/* ------ thanx ------ */
.thanx {
    text-align: center;
}
.back {
    text-align: center;
    display: block;
}
@media screen and (max-width: 768px) {
    .thanx {
        text-align: left;
    }
}



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

施術の流れ

------------------------------------------- */
.flow ul {
    margin-bottom: 6rem;
}
.flow ul li:not(:last-child) {
    margin-bottom: 6rem;
}
.flow ul li {
    background: var(--bg-beige);
    padding: 3rem;
    display: flex;
    justify-content: space-between;
    position: relative;
}
.flow ul li:not(:last-child):before {
    content: "";
    width: 3rem;
    height: 3rem;
    border-bottom: solid 0.3rem #E84191;
    border-right: solid 0.3rem #E84191;
    transform: rotate(45deg);
    position: absolute;
    left: calc(50% - 1.5rem);
    bottom: -3.7rem;
}
.flow ul li figure {
    width: 25%;
}
.flow ul li > div {
    width: 71%;
}
.flow ul dt {
    display: flex;
    align-items: center;
    font-size: 2.2rem;
    color: #E84191;
    margin-bottom: 1.5rem;
}
.flow ul dt span {
    background: #E84191;
    font-family: var(--font-lora);
    color: #fff;
    font-size: 1.4rem;
    margin-right: 1.4rem;
    padding: 0.2rem 0.8rem 0.15rem 0.9rem;
    margin-top: 0.1rem;
    border-radius: 0.2rem;
}
@media screen and (max-width: 768px) {
    .flow ul li {
        display: block;
    }
    .flow ul li figure {
        width: 100%;
        margin-bottom: 2rem;
    }
    .flow ul li > div {
        width: 100%;
    }
    .flow ul dt span {
        margin-right: 1.2rem;
        margin-top: 0;
    }
}

/* ------ クーーリングオフ ------ */
.coolingoff {
    background: var(--bg-grey);
    padding: 3rem;
}
.coolingoff h3 {
    font-weight: normal;
    font-size: 2rem;
    color: var(--brown);
    border-bottom: solid 0.15rem var(--brown);
    padding-bottom: 1rem;
    margin-bottom: 2rem;
}
.coolingoff dl {
    background: #fff;
    padding: 1.5rem 2rem;
    margin-bottom: 1.5rem;
}
.coolingoff dl dt {
    font-size: 1.6rem;
    margin-bottom: 0.5rem;
}
@media screen and (max-width: 768px) {
    .coolingoff dl dt {
        font-size: 1.8rem;
    }
}
.coolingoff dl a {
    color: var(--orange);
    text-decoration: underline;
}



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

美容医療

------------------------------------------- */
.surgery {

}



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

エステ

------------------------------------------- */
.esthetic {

}



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

料金

------------------------------------------- */
.price-summary {
    padding: 2.5rem 3rem;
    background: var(--bg-grey);
    font-size: 1.6rem;
    margin-bottom: 4rem;
}

/* ------ lcmenu ------ */
.price-lcmenu {
    display: flex;
    justify-content: space-between;
    margin-bottom: 4rem;
}
.price-lcmenu li {
    width: 50%;
}
.price-lcmenu a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 6rem;
    padding-bottom: 0.15rem;
    font-size: 1.6rem;
    background: #F5F5F5;
}
@media screen and (max-width: 768px) {
    .price-lcmenu a {
        height: 5.2rem;
    }
}
.price-lcmenu li.current a {
    background: #fff;
    border-bottom: solid 0.4rem #E84191;
}
.price-lcmenu a:hover {
    background: #E84191;
    color: #fff;
    opacity: 1;
}
.price-lcmenu li.current a:hover {
    background: #E84191;
}

/* ------ annot ------ */
.price .annot {
    font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
    .price .annot ul li:not(:last-child) {
        margin-bottom: 0.6rem;
    }
}

/* ------ note ------ */
.price .note {
    background: var(--bg-grey);
    padding: 3rem;
    margin-top: 3rem;
    font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
    .price .note {
        padding: 2rem;
    }
}
.price .note dt {
    font-size: 1.5rem;
    color: #E84191;
    margin-bottom: 0.5rem;
}
.price .note dt::before {
    content: "◆";
}
.price .note dd:not(:last-of-type) {
    margin-bottom: 2.5rem;
}
.price .note dd span {
    display: block;
    margin-bottom: 0.5rem;
}
.price .note ul.list-group li:not(:last-child) {
    margin-bottom: 1rem;
}



/* ------ table ------ */
.table-wrap {
    margin-bottom: 5rem;
}
.priceTable {
	width: 100%;
	border-collapse:collapse;
	border-spacing: 0px;
	empty-cells:show;
}
.priceTable caption {
	font-size: 2rem;
    color: #E84191;
	text-align: left;
	padding-bottom: 15px;
}
.priceTable caption em {
	display: block;
	font-weight: normal;
    font-style: normal;
    font-size: 1.4rem;
}
.priceTable tr {
	border-bottom: 1px solid #000;
}
.priceTable th {
	font-weight: normal;
	background: #E84191;
	padding: 10px 10px;
    color: #fff;
}
.priceTable td {
	vertical-align: middle;
	padding: 15px 10px;
}
.priceTable span {
	font-size: 0.9em;
}
.price-menu {
	width: 30%;
	font-weight: bold;
	text-align: center;
    background: #fafafa;
}
.price-menu span {
	font-weight: normal;
}
.price-menus {
	font-weight: bold;
}
.price-det {
	width: 25%;
    background: #FFF;
}
.price-num {
	width: 15%;
	text-align: center;
    background: #FFF;
}
.price-price {
	width: 10%;
	text-align: center;
    background: #FFF;
}
.price-option {
    background: #FFF;
}
@media screen and (max-width: 768px) {
    .table-wrap {
        overflow-x: scroll;
    }
    .priceTable th,
    .priceTable td {
        white-space: nowrap;
        font-size: 1.2rem;
    }
    .priceTable th {
        padding: 0.5rem 1rem;
    }
    .priceTable td {
        vertical-align: middle;
        padding: 0.5rem 1rem;
    }
    .priceTable caption em {
        font-size: 1.2rem;
        font-style: normal;
    }
}


/* ------ problem ------ */
.problem .container {
    width: 91.2rem;
}
.problem .problem-list-container figure {
    position: relative;
}
.problem .problem-list-container figure span {
    position: absolute;
    top: 1.25rem;
    left: 2.34rem;
    color: #E7E7E7;
    font-size: 1.7rem;
    font-family: "Cormorant Garamond", serif;
    letter-spacing: 0.05em;
}
.problem .problem-list-container figure p {
    position: absolute;
    top: 2.95rem;
    left: 2.34rem;
    color: #fff;
    font-size: 2.25rem;
    letter-spacing: 0.05em;
}
.problem-list-wrap {
    background: #F5F5F5;
}
.problem-list-ul {
    width: 80rem;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin: 0 auto 0 6.1rem;
    padding: 6.5rem 0 7.4rem;
    row-gap: 3.1rem;
}
.problem-list-ul.problem-1,
.problem-list-ul.problem-2,
.problem-list-ul.problem-3,
.problem-list-ul.problem-4 {
    grid-template-columns: 28.4rem 27rem 1fr;
}
.problem-list-ul.problem-5 {
    grid-template-columns: 1fr;
}
.problem-list-ul li a {
    cursor: pointer;
    font-size: 1.6rem;
}
.problem-list-ul.problem-1 li a,
.problem-list-ul.problem-2 li a,
.problem-list-ul.problem-3 li a,
.problem-list-ul.problem-4 li a,
.problem-list-ul.problem-5 li a {
    font-size: 1.35rem;
}
.problem-list-wrap-margin {
    margin-top: 3.7rem;
}
.treatment-list-ul {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3.3rem;
    text-align: left;
    letter-spacing: 0;
}
.treatment-list-ul li:first-child {
    color: #E84191;
    font-size: 1.6rem;
    letter-spacing: 0.1em;
}
.problem-list-ul .treatment-list-ul li:first-child {
    font-size: 1.5rem;
}
.problem-list-ul.problem-1 .treatment-list-ul,
.problem-list-ul.problem-2 .treatment-list-ul,
.problem-list-ul.problem-3 .treatment-list-ul,
.problem-list-ul.problem-4 .treatment-list-ul,
.problem-list-ul.problem-5 .treatment-list-ul {
    gap: 1.6rem;
}
.problem-list-ul.problem-1 .treatment-list-ul li:not(:first-child),
.problem-list-ul.problem-2 .treatment-list-ul li:not(:first-child),
.problem-list-ul.problem-3 .treatment-list-ul li:not(:first-child),
.problem-list-ul.problem-4 .treatment-list-ul li:not(:first-child),
.problem-list-ul.problem-5 .treatment-list-ul li:not(:first-child) {
    margin-left: 1rem;
}
.treatment-list-ul li.title {
    color: #E84191;
    font-size: 1.6rem;
    letter-spacing: 0.1em;
}
.treatment-list-ul li.title-mini {
    color: #E84191;
    font-size: 1.5rem;
    letter-spacing: 0.1em;
    margin-left: 0 !important;
}
.treatment-list-ul li .mini {
    font-size: 1.26rem;
}
.treatment .problem-list-ul.treatment-1 {
    padding: 4rem 0 10.2rem 1.7rem;
    grid-template-columns: 26.5rem 30rem 24.6rem;
    margin: 0 auto;
}
.treatment .problem-list-ul.treatment-2 {
    padding: 3rem 0 8.3rem 1.7rem;
    grid-template-columns: 32.9rem 22.2rem 21.5rem;
    margin: 0 auto;
}
.treatment .problem-list-ul.treatment-3 {
    padding: 4rem 0 5rem 1.7rem;
    grid-template-columns: 56.3rem 22rem;
    margin: 0 auto;
}
.treatment-list-title {
    color: #E84191;
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    padding: 4rem 0 0 7.3rem;
}
.treatment-list-in-wrap {
    display: grid;
    grid-template-columns: 22rem 20.9rem;
}
.mt-hadashitsu {
    margin-top: 5.4rem;
}
.mt-hadashitsu-2 {
    margin-top: 2.4rem;
}
.mt-hadashitsu-3 {
    margin-top: 5.7rem;
}
.mt-hokuro {
    margin-top: 3.8rem;
}
.mt-shimi {
    margin-top: 4.5rem;
}
.mt-aging {
    margin-top: 3rem;
}
.mt-aging-2 {
    margin-top: 3rem;
}
.mt-kurozumi {
    margin-top: 1rem;
}
.mt-kuma {
    margin-top: 1rem;
}
.mt-kuma-2 {
    margin-top: 2.5rem;
}
.mt-hana {
    margin-top: 3rem;
}
.mt-kuchi {
    margin-top: 9rem;
}
.mt-kogao {
    margin-top: 3.5rem;
}
.mt-mabuta {
    margin-top: 3.5rem;
}
.mt-soshin {
    margin-top: 6.5rem;
}
.mt-etc {
    margin-top: 6.5rem;
}
.mt-etc-2 {
    margin-top: 2.1rem;
}
.mt-shiwa {
    margin-top: 2.3rem;
}
.mt-nikibi {
    margin-top: 2.3rem;
}
@media screen and (max-width: 768px) {
    .problem .container {
        width: auto;
    }
    .problem-list-ul {
        width: 90%;
        grid-template-columns: 1fr;
        padding: 3.5rem 0 4rem;
        row-gap: 2.5rem;
        margin: 0 auto;
    }
    .problem .problem-list-container figure img {
        height: 10rem;
        object-fit: cover;
        object-position: right;
    }
    .problem .problem-list-container figure span {
        text-shadow: 2px 2px 10px #000;
    }
    .problem .problem-list-container figure p {
        text-shadow: 2px 2px 10px #000;
    }
    .treatment-list-ul li:first-child {
        font-size: 2rem;
    }
    .treatment-list-ul li.title {
        font-size: 2rem;
    }
    .treatment .problem-list-ul.treatment-1,
    .treatment .problem-list-ul.treatment-2,
    .treatment .problem-list-ul.treatment-3 {
        grid-template-columns: 1fr;
    }
    .treatment-list-in-wrap {
        grid-template-columns: 1fr;
        gap: 3.3rem;
    }
    .treatment .problem-list-ul.treatment-2-1 {
        padding: 3rem 0 0 1.7rem;
    }
    .problem-list-ul.problem-1,
    .problem-list-ul.problem-2,
    .problem-list-ul.problem-3,
    .problem-list-ul.problem-4 {
        grid-template-columns:1fr;
    }
    .mt-hadashitsu,
    .mt-hadashitsu-2,
    .mt-hadashitsu-3,
    .mt-hokuro,
    .mt-shimi,
    .mt-aging,
    .mt-aging-2,
    .mt-kurozumi,
    .mt-kuma,
    .mt-kuma-2,
    .mt-hana,
    .mt-kuchi,
    .mt-kogao,
    .mt-mabuta,
    .mt-soshin,
    .mt-etc,
    .mt-etc-2,
    .mt-shiwa,
    .mt-nikibi {
        margin-top: 2rem;
    }
}

/* ------ category-m ------ */
.category-m .container {
    width: 83.4rem;
    margin-bottom: 0;
}
.category-m-top-title {
    font-size: 2.1rem;
    padding: 2rem 0 0 4.6rem;
}
.category-m-summary {
    padding: 2.8rem 6.3rem;
    background: var(--bg-grey);
    font-size: 1.5rem;
    margin-bottom: 4rem;
}
.category-m-detail-wrap {
    padding: 2.8rem 4.8rem;
    background: var(--bg-grey);
}
.category-m-detail-title {
    font-size: 2.1rem;
}
.category-m-detail-summary {
    font-size: 1.4rem;
    padding: 2rem 0 3rem 1.5rem;
}
.category-m .more-wrap a {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #E84191;
    color: #fff;
    border-radius: 2rem;
    width: 17.3rem;
    height: 3.2rem;
}
.category-m-detail-price-table {
    margin-top: 3rem;
}
.category-m-detail-risk-wrap {
    padding: 3.2rem 4.2rem;
    background: #D9D9D980;
    font-size: 1.334rem;
    line-height: 1.5625;
}
.category-m-detail-summary-wrap {
    display: flex;
    gap: 4rem;
}
.category-m-detail-summary-wrap p {
    flex: 1;
}
.category-m-detail-summary-wrap img {
    flex-grow: 0;
    flex-shrink: 0;
    max-width: 100%;
    height: 100%;
    width: initial;
}
.fs-18 {
    font-size: 1.5rem;
}
.fs-16 {
    font-size: 1.334rem;
    letter-spacing: 0.01em;
}
@media screen and (max-width: 768px) {
    .category-m .container {
        width: auto;
    }
    .category-m-summary {
        padding: 2rem 2rem;
    }
    .category-m-top-title {
        padding: 0;
    }
    .category-m-detail-wrap {
        padding: 2rem 1rem 2rem;
    }
    .category-m-detail-risk-wrap {
        padding: 2rem;
    }
    .category-m-detail-summary-wrap {
        flex-direction: column;
        gap: 0;
    }
    .category-m-detail-summary-wrap img {
        width: 80%;
        margin: 0 auto;
    }
}
@media screen and (max-width: 500px) {
    .category-m-detail-summary-wrap img {
        width: 100%;
    }
}

.recruit h3 {
    font-size: 3rem;
    border-left: 1rem solid #E84191;
    font-weight: 700;
}
.recruit-txt {
    font-size: 1.4rem;
    padding: 3rem 0 0 1.6rem;
}
.recruit-detail {
    font-size: 2.6rem;
    padding: 3rem 0 0 1.6rem;
    border-bottom: 1px solid #E84191;
    font-weight: 700;
}
.recruit .more-wrap {
    display: flex;
    margin: 5rem auto 0;
    width: 60%;
}
.recruit .more-wrap a {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #E84191;
    color: #fff;
    border-radius: 2rem;
    width: 17.3rem;
    height: 3.2rem;
}
@media screen and (max-width: 768px) {
    .recruit .more-wrap {
        flex-direction: column;
        gap: 5rem;
        width: 100%;
    }
}

.aesthetic .problem-list-ul.aesthetic {
    padding: 4rem 0 10.2rem 11.7rem;
    grid-template-columns: 1fr 1fr;
    margin: 0 auto;
}
.aesthetic-detail-img-box {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.aesthetic-detail-img-box img {
    width: 32%;
}
@media screen and (max-width: 768px) {
    .aesthetic .problem-list-ul.aesthetic {
        grid-template-columns: 1fr;
        padding: 3rem 0 3rem 1rem;
    }
}
