@charset "UTF-8";

body {
    font-family: 'Shippori Mincho', serif;
}

.sec_hd {
    margin-bottom: 100px;
    text-align: center;
}

.sec_ttl.-ja {
    font-size: 20px;
}

.sec_ttl.-en {
    font-size: 55px;
    line-height: 60px;
    font-family: 'Marcellus', serif;
}

/* hero */

.hero::after {
    content: "";
    width: 428px;
    height: 458px;
    background: url(/img/about/bg-hero.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 30%;
    right: 0;
    z-index: 1;
}

.anchor_link {
	background: #DEA09A;
	border-radius: 0 36px 36px 36px;
	background: #DEA09A;
	position: absolute;
	left: 0;
	padding: 10px 0;
	bottom: -8%;
	display: flex;
	align-items: center;
}

.anchor_link li a {
	padding: 0 20px;
	border-right: dotted 1px #fff;
	color: #fff;
	font-size: 20px;
	display: flex;
	align-items: center;
	gap: 5px;
	transition-duration: 0.5s;
}

.anchor_link li a:hover {
	opacity: .8;
}

.anchor_link li:last-child a {
	border-right: none;
}

.anchor_link li a::after {
	content: '';
	width: 17px;
	height: 17px;
	background: url(/img/cmn/icon-anchor.svg);
	background-size: cover;
	background-repeat: no-repeat;
}

.illust-hero {
    position: absolute;
    z-index: 11;
}

.illust-hero.-no1 {
    right: -1%;
    bottom: 19%;
}

.illust-hero.-no2 {
    right: 7%;
    bottom: 6%;
}

/* wish */

.below_cnt {
    position: relative;
}

.wish {
    padding: 90px 0 40px;
    position: relative;
    overflow-x: clip;
}

.illust-wish {
    position: absolute;
    z-index: 2;
}

.illust-wish.-no1 {
    top: 42%;
    left: -8%;
}

.illust-wish.-no2 {
    bottom: 0%;
    right: -6%;
}

.illust-wish.-no3 {
    bottom: -3%;
    right: 5%;
}

.illust-wish.-no4 {
    right: 330px;
}

.wish_wrapper {
    display: flex;
    align-items: center;
    gap: 70px;
    position: relative;
    z-index: 1;
}

.img-wish.-no1 {
    position: absolute;
    right: 0;
    bottom: 5%;
}

.wish_ttl.-en {
    font-size: 15px;
    font-family: 'Marcellus', serif;
    margin-bottom: 20px;
}

.wish_ttl.-ja {
    font-size: 32px;
    margin-bottom: 40px;
}

.wish_txt {
    font-weight: 500;
}

.img-wish {
    position: relative;
}

.wish_cnt {
    position: relative;
}

.wish_com {
    display: flex;
    flex-flow: row-reverse;
    gap: 10px;
    position: absolute;
    top: -1%;
    left: 34%;
}

.wish_com p {
    font-size: 28px;
    background: #FAB84F;
    border-radius: 15px;
    padding: 15px 10px;
    writing-mode: vertical-rl;
    color: #fff;
    height: fit-content;
    letter-spacing: 8px;
    line-height: 40px;
}

.img-wish.-no2 {
    position: absolute;
    right: 0;
    top: -13%;
    z-index: 0;
}


/* message */

.message {
    padding: 140px 0 0;
    background: url(/img/about/bg-message.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    overflow-x: clip;
}

.img-pattern {
    position: absolute;
    z-index: 0;
}

.img-pattern.-no1 {
    top: 570px;
    left: 0;
}

.img-pattern.-no2 {
    top: 0;
    right: 0;
}

.img-pattern.-no3 {
    top: 500px;
    left: 0;
}

.img-pattern.-no4 {
    top: 1200px;
    right: 0;
}

.message_wrapper {
    display: flex;
    justify-content: center;
    gap: 60px;
    padding-bottom: 95px;
    position: relative;
}

.message_wrapper::after {
    width: 63%;
    left: unset;
    right: 0;
}

.message_ttl.-en {
    font-size: 15px;
    font-family: 'Marcellus', serif;
    margin-bottom: 20px;
}

.message_ttl.-ja {
    font-size: 32px;
    margin-bottom: 40px;
}

.message_txt {
    font-size: 17px;
}

.message_cnt {
    max-width: 600px;
    position: relative;
}

.message_cnt::before {
    content: '';
    width: 54px;
    height: 52px;
    background: url(/img/about/illust-message01.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: -20px;
    left: -70px;
    animation: fuwafuwa 3s ease-in-out infinite;
}

.message_profile {
    text-align: center;
}

.img-message {
    margin-bottom: 30px;
}

.message_profile_ttl {
    font-size: 18px;
    margin-bottom: 10px;
}

.message_profile_txt {
    line-height: 25px;
}

.message_profile_txt span {
    font-size: 32px;
}

.illust-message {
    position: absolute;
}

.illust-message.-no1 {
    right: 28%;
    bottom: 11%;
}

.illust-message.-no2 {
    right: 6%;
    bottom: -1.5%;
}

.detail_inner {
    max-width: 1350px;
    margin: 0 auto 0 0;
}

.detail {
    padding: 45px 50px 0;
    position: relative;
    display: flex;
    justify-content: right;
    gap: 70px;
    margin: 0 0 50px auto;
}

.detail_list_ttl {
    font-size: 17px;
    font-family: 'Noto Sans JP', sans-serif;
    position: relative;
    padding-left: 15px;
    color: #6EAF66;
}

.detail_list_ttl::before {
    content: '';
    width: 10px;
    height: 10.5px;
    background: #6EAF66;
    position: absolute;
    left: 0;
    transform: translateY(50%);
    bottom: 50%;
    border-radius: 40px;
}

.detail_list ul {
    padding-left: 15px;
}

.detail_list ul li {
    font-size: 17px;
    font-family: 'Noto Sans JP', sans-serif;
    position: relative;
    padding-left: 18px;
    margin-bottom: 5px;
}

.detail_list ul li::before {
    content: '';
    width: 10px;
    height: 10px;
    background: #FAB84F;
    position: absolute;
    left: 3px;
    top: 10px;
    border-radius: 40px;
}

.img-detail {
    position: absolute;
    left: 0;
    top: -36%;
    width: 47vw;
    max-width: 540px;
}

.doctor {
    padding: 140px 130px 60px;
    background: url(/img/about/bg-doctor.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    margin: 0 auto;
    max-width: 1160px;
    border-radius: 175px;
    z-index: 10;
}

.doctor .sec_hd {
    margin-bottom: 30px;
    position: relative;
}

.doctor .sec_hd::before {
    content: '';
    width: 88px;
    height: 99px;
    background: url(/img/about/illust-doctor01.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: -15%;
    left: 28%;
    animation: fuwafuwa 3s ease-in-out infinite;
}

.doctor .sec_hd::after {
    content: '';
    width: 60px;
    height: 58px;
    background: url(/img/about/illust-doctor02.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 15%;
    right: 26%;
    animation: fuwafuwa 3s ease-in-out infinite;
}

.doctor_intro {
    font-size: 28px;
    position: relative;
    text-align: center;
    margin-bottom: 80px;
}

.doctor_intro::after {
    content: '';
    width: 575px;
    height: 29px;
    background: url(/img/about/bg-doctor_intro.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -60%;
    transform: translateX(50%);
    right: 50%;
}

.doctor_cnt_wrapper {
    display: flex;
    justify-content: space-between;
    gap: 50px;
    padding: 50px 0;
}

.doctor_cnt_wrapper:last-child::after {
    content: none;
}

.img-doctor_cnt {
    position: relative;
}

.illust-doctor {
    position: absolute;
}

.illust-doctor.-no1 {
    top: -9%;
    left: -3%;
}

.illust-doctor.-no2 {
    top: 57%;
    right: -10%;
}

.illust-doctor.-no3 {
    top: 39%;
    left: -5%;
}

.doctor_profile {
    flex: 1;
}

.doctor_profile_name {
    font-size: 30px;
    margin-bottom: 20px;
}

.doctor_profile_txt {
    font-size: 17px;
}

.affili {
    display: flex;
    gap: 20px;
    align-items: center;
    padding: 10px 20px;
    margin-top: 20px;
    background: #F8F2D5;
    border-radius: 50px;
    font-size: 17px;
    font-family: 'Noto Sans JP', sans-serif;
}

.affili_ttl {
    color: #6EAF66;
    padding-left: 15px;
    position: relative;
}

.affili_ttl::before {
    content: '';
    width: 10px;
    height: 10px;
    background: #6EAF66;
    position: absolute;
    left: 0;
    transform: translateY(50%);
    bottom: 50%;
    border-radius: 40px;
}

.affili_txt {
    flex: 1;
}



/* equipment */

.equipment {
    position: relative;
    padding-top: 24%;
    overflow-x: clip;
}

.equipment::before {
    content: '';
    width: 100%;
    height: 40%;
    background: url(/img/about/bg-equipment.png) #FFF4DD;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    position: absolute;
    top: -100px;
    left: 0;
}

.equipment .inner {
    position: relative;
}

.equipment_hd {
    position: relative;
    margin-bottom: 150px;
}

.illust-equipment {
    position: absolute;
}

.illust-equipment.-no1 {
    top: 3%;
    left: -5%;
}

.illust-equipment.-no2 {
    top: 40%;
    left: 3%;
}

.illust-equipment.-no4 {
    bottom: -10px;
}

.illust-equipment.-no3 {
    top: 15%;
    right: -2%;
}

.equipment_intro {
    position: relative;
    font-size: 28px;
    text-align: center;
}

.equipment_intro::after {
    content: '';
    width: 575px;
    height: 29px;
    background: url(/img/about/bg-equipment_intro.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -60%;
    transform: translateX(50%);
    right: 50%;
}

.equipment_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
    margin: 0 auto;
    max-width: 1040px;
    margin-bottom: 180px;
}

.equipment_wrapper:last-child {
    margin-bottom: 0;
}

.img-equipment {
    position: relative;
    z-index: 10;
}

.img-equipment img {
    width: 100%;
    max-width: 450px;
}

.equipment_cnt {
    flex: 1;
    position: relative;
}

.equipment_cnt.-no1::before {
    content: '';
    width: 921px;
    height: 514px;
    background: url(/img/about/bg-equipment_cnt01.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: -50%;
    right: -50%;
}

.equipment_cnt.-no2::before {
    content: '';
    width: 921px;
    height: 571px;
    background: url(/img/about/bg-equipment_cnt02.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: -60%;
    left: -50%;
}

.equipment_cnt.-no3::before {
    content: '';
    width: 921px;
    height: 553px;
    background: url(/img/about/bg-equipment_cnt03.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: -70%;
    right: -50%;
}

.equipment_cnt_ttl {
    font-size: 30px;
    position: relative;
    padding-left: 12px;
}

.equipment_cnt_ttl::before {
    content: '';
    width: 6px;
    height: 30px;
    background: #DEA09A;
    position: absolute;
    left: 0;
    bottom: 50%;
    transform: translateY(50%);
    border-radius: 50px;
}

.equipment_cnt_txt {
    font-size: 17px;
    position: relative;
}

/* clinic */

.clinic {
    background: url(/img/about/bg-clinic.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    padding: 330px 0 100px;
}

.clinic_intro {
    position: relative;
    font-size: 28px;
    text-align: center;
    margin-bottom: 80px;
}

.clinic_intro::after {
    content: '';
    width: 575px;
    height: 29px;
    background: url(/img/about/bg-clinic_intro.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -80%;
    transform: translateX(50%);
    right: 50%;
}

.clinic .sec_hd {
    position: relative;
}

.clinic .sec_hd::before {
    content: '';
    width: 54px;
    height: 52px;
    background: url(/img/about/illust-clinic01.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 0%;
    left: 39%;
    animation: fuwafuwa 3s ease-in-out infinite;
}

.clinic .sec_hd::after {
    content: '';
    width: 95px;
    height: 77px;
    background: url(/img/about/illust-clinic02.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 0%;
    right: 35%;
    animation: fuwafuwa 3s ease-in-out infinite;
}

.facilities_list {
    padding-bottom: 200px;
    position: relative;
}

.splide__pagination__page {
    width: 17px;
    height: 9px;
    background: #CCCCCC;
    border-radius: 20px;
}

.splide__pagination__page.is-active {
    transform: unset;
    background: #FAB84F;
}

.splide__pagination {
    bottom: -30%;
}

.splide__arrow {
    width: 86px;
    height: 86px;
    background: url(/img/cmn/icon-arrow_splide.svg);
    background-position: center;
    background-repeat: no-repeat; 
    opacity: 1;
}

.splide__arrow svg {
    display: none;
}

.splide__arrow--next {
    right: 35vw;
    top: 127%;
}

.splide__arrow--prev {
    left: 35vw;
    transform: translateY(-50%) rotate(180deg);
    top: 127%;
}

.illust-facilities {
    position: absolute;
}

.illust-facilities.-no1 {
    bottom: 10%;
    left: 7%;
}

.illust-facilities.-no3 {
    bottom: 5%;
    left: 15%;
}

.illust-facilities.-no2 {
    right: 12%;
    bottom: 7%;
}

.illust-facilities.-no4 {
    bottom: 10%;
    right: 16%;
}

.illust-facilities.-no5 {
    bottom: 17%;
    right: 10%;
    animation-delay: 1s;
}

.cmnft {
    background: url(/img/cmn/bg-cmnft.png) #FFF4DD;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

.clinic_info_ttl {
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
}

.clinic_info_link {
    font-size: 26px;
    background: #FAB84F;
    padding: 10px 30px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    gap: 20px;
    color: #fff;
    max-width: 750px;
    margin: 0 auto 50px;
}

.clinic_info_link:hover {
    opacity: 0.8;
}

.clinic_info_link::after {
    content: '';
    width: 41px;
    height: 41px;
    background: url(/img/about/icon-arrow_clinic.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.park {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    border-radius: 35px;
    padding: 40px 60px;
    background: #fff;
}

.park_ttl {
    font-size: 28px;
    color: #FAB84F;
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative;
    text-align: center;
}

.park_txt {
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
}

.img-park {
    text-align: center;
}


@media screen and (max-width:1340px) {
    
    .illust-wish.-no2 {
       bottom: -12%;
        right: -1%;
        width: 13%;
    }

    .illust-wish.-no3 {
        bottom: -16%;
        right: 7%;
    }
    
}

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

    .sec_hd {
        margin-bottom: 30px;
    }

    .sec_ttl.-ja {
        font-size: 18px;
    }

    .sec_ttl.-en {
        font-size: 40px;
        line-height: 50px;
    }
    

    /* hero */

    .hero::after {
        width: 238px;
        height: 248px;
    }

    .pnkz {
        margin-top: 90px;
    }

    .anchor_link {
        flex-wrap: wrap;
        gap: 10px;
        padding: 18px 20px;
        bottom: -38%;
        width: 95%;
    }

    .anchor_link li {
        width: 47%;
    }

    .anchor_link li:nth-child(1),
    .anchor_link li:nth-child(3) {
        width: 40%;
    }

    .anchor_link li a {
        font-size: 15px;
        padding: 0;
    }

    .anchor_link li:nth-child(2) a {
        border: none;
    }

    .illust-hero.-no1 {
        width: 38%;
        bottom: 57%;
        right: -10%;
    }

    .illust-hero.-no2 {
        width: 35%;
        bottom: 37%;
    }

    .hero_cnt {
		bottom: 30%;
	}


    /* wish */

    .wish {
        padding: 70px 0 300px;
    }

    .wish_wrapper {
        flex-flow: column;
    }

    .img-wish.-no2 {
        width: 50%;
        top: 25%;
        z-index: 10;
    }

    .img-wish.-no1 {
        width: 250px;
        bottom: -220%;
        right: unset;
        left: -20px;
    }

    .illust-wish.-no1 {
        width: 50%;
        top: 1%;
        left: -11%;
    }

    .illust-wish.-no2 {
        width: 40%;
        bottom: 4%;
    }

    .illust-wish.-no3 {
        bottom: 3%;
        right: 18%;
        width: 20%;
    }

    .illust-wish.-no4 {
        width: 50px;
        bottom: -40px;
        right: 30px;
    }

    .wish_cnt {
        padding: 0 24px;
    }

    .wish_com p {
        font-size: 19px;
        padding: 10px;
        line-height: 25px;
    }

    .wish_com {
        top: -7%;
        left: unset;
        right: 10%;
    }

    .wish_ttl.-en {
        margin-bottom: 10px;
    }

    .wish_ttl.-ja {
        font-size: 25px;
        line-height: 35px;
        margin-bottom: 20px;
    }


    /* message */

    .message {
        background: url(/img/about/bg-message_sp.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: top center;
        padding: 80px 0 50px;
        margin-bottom: 40px;
    }

    .message_wrapper::after {
        width: 100%;
    }

    .img-pattern.-no1 {
        width: 200px;
        top: 1140px;
    }

    .img-pattern.-no2 {
        width: 140px;
        top: 130px;
    }

    .img-pattern.-no3 {
        width: 190px;
        top: 1280px;
    }

    .img-pattern.-no4 {
        width: 160px;
        top: 1450px;
    }

    .message_wrapper {
        flex-flow: column;
        padding-bottom: 20px;
    }

    .message_ttl.-en {
        margin-bottom: 10px;
    }

    .message_ttl.-ja {
        font-size: 25px;
        line-height: 35px;
        margin-bottom: 20px;
    }
    
    .img-message img {
        width: 100%;

    }

    .message_cnt::before {
        content: none;
    }

    .detail_inner {
        padding: 0 24px;
    }

    .detail {
        flex-flow: column;
        gap: 0;
        padding: 20px 0 0;
        margin-bottom: 250px;
        width: 100%;
    }

    .img-detail {
        width: 100%;
        left: -7%;
        top: 103%;
    }

    .detail_list:first-child {
        margin-bottom: 20px;
    }

    .detail_list ul li {
        font-size: 15px;
    }

    .message_profile_ttl,
    .message_profile_txt {
        text-align: left;
    }

    .illust-message.-no1 {
        width: 10%;
        bottom: 24%;
        right: unset;
        left: -1%;
    }

    .illust-message.-no2 {
        width: 30%;
        right: 2%;
        bottom: 9%;
    }
    


    /* doctor */

    .doctor {
        padding: 60px 20px;
        background: url(/img/about/bg-doctor_sp.png);
        background-size: cover;
        background-repeat: no-repeat;
        border-radius: 40px;
    }

    .doctor_intro {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 30px;
    }

    .doctor_intro::after {
        width: 269px;
        height: 31px;
        background: url(/img/about/bg-doctor_intro_sp.png);
        background-size: cover;
        background-repeat: no-repeat;
        bottom: -70%;
    }

    .doctor .sec_hd::before {
        width: 68px;
        height: 76px;
        top: -28%;
        left: 2%;
    }

    .doctor .sec_hd::after {
        width: 40px;
        height: 38px;
        top: -19%;
        right: 12%;
    }

    .doctor_cnt_wrapper {
        flex-flow: column;
        gap: 20px;
    }

    .doctor_cnt_wrapper:last-child {
        padding-bottom: 0;
    }

    .doctor_profile_name {
        font-size: 25px;
        margin-bottom: 10px;
    }

    .img-doctor_cnt img {
        width: 100%;
        height: auto;
    }

    .illust-doctor {
        width: 30%;
    }

    .illust-doctor.-no1,
    .illust-doctor.-no2,
    .illust-doctor.-no3 {
        bottom: -20px;
        right: -10px;
        top: unset;
        left: unset;
    }

    .illust-doctor.-no3 {
        width: 20%;
    }




    /* equipment */
    
    .equipment {
        padding-bottom: 40px;
    }

    .equipment::before {
        width: 100%;
        height: 40%;
        background: url(/img/about/bg-equipment_sp.png) #FFF4DD;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: top center;
    }

    .illust-equipment.-no1 {
        width: 60%;
        top: -2%;
        left: -15%;
    }

    .illust-equipment.-no2 {
        width: 40%;
        top: -59%;
        left: unset;
        right: -3%;
    }

    .illust-equipment.-no4 {
        width: 110px;
        bottom: 180px;
        right: 15px;
    }

    .equipment_hd {
        margin-bottom: 80px;
    }

    .equipment_intro {
        font-size: 20px;
        line-height: 30px;
    }

    .equipment_intro::after {
        width: 269px;
        height: 31px;
        background: url(/img/about/bg-equipment_intro_sp.png);
        background-size: cover;
        background-repeat: no-repeat;
        bottom: -70%;
    }

    .equipment_wrapper {
        flex-flow: column;
        gap: 20px;
        margin-bottom: 100px;
    }

    .equipment_wrapper.-no2 {
        flex-flow: column-reverse;
    }

    .equipment_cnt_ttl {
        font-size: 26px;
    }

    .equipment_cnt.-no1::before,
    .equipment_cnt.-no2::before {
        top: -40%;
    }




    /* clinic */

    .clinic {
        background: url(/img/about/bg-clinic_sp.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: top center;
        padding: 180px 0 100px;
    }

    .clinic_intro {
        font-size: 20px;
        line-height: 30px;
    }

    .clinic_intro::after {
        width: 269px;
        height: 31px;
        background: url(/img/about/bg-clinic_intro_sp.png);
        background-size: cover;
        background-repeat: no-repeat;
        bottom: -70%;
    }

    .clinic .sec_hd::before {
        width: 44px;
        height: 42px;
        left: 19%;
    }

    .clinic .sec_hd::after {
        width: 65px;
        height: 57px;
        right: 15%;
    }

    .clinic_info {
        max-width: 90%;
        margin: 0 auto;
    }

    .clinic_info_ttl {
        font-size: 16px;
    }

    .clinic_info_link {
        justify-content: space-between;
        font-size: 18px;
        border-radius: 15px;
    }

    .facilities_list {
        padding-bottom: 100px;
    }

    .splide__arrow {
        display: none;
    }

    .illust-facilities.-no1 {
        width: 25%;
        bottom: 10%;
        left: -10%;
    }

    .illust-facilities.-no3 {
        width: 20%;
        left: 2%;
    }

    .illust-facilities.-no2 {
        width: 5%;
        right: 7%;
        bottom: 16%;
    }

    .illust-facilities.-no4 {
        width: 20px;
    }

    .illust-facilities.-no5 {
        width: 40px;
        bottom: 27%;
        right: 5%;
    }

    .park {
        padding: 25px 30px;
    }

    .park_ttl {
        font-size: 21px;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }




    .cmnft {
        background: url(/img/cmn/bg-cmnft_sp.png) #FFF4DD;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: top center;
    }


}