<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/*-------------------
animate
-------------------*/
.fade_up {
  transition: all 1s;
  -webkit-transform: translate3d(0, 50%, 0);
  transform: translate3d(0, 50%, 0);
  opacity: 0;
}
.fade_up.scrollin {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.main_slider img{
    height: auto;
    width: 100%;
}
/*-------------------
main
-------------------*/
.img-header {
    background: url(../images/kirakira.jpg) no-repeat;
    background-size: cover;
}
img.header-rogo {
    width: 150px;
    height: auto;
    padding: 20px 0;
}

.main_view ul {
    position: relative;
    overflow: hidden;
    width: 100vw;
    height: 102vw;
    margin: auto;
}
.main_view ul li {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    animation-duration: 24s;
    animation-iteration-count: infinite;
    background-size: cover;
}
.main_view ul li:nth-child(1) {
    animation-name: slider;
    animation-delay: 0s;
    background-image: url(../images/img-main01.jpg);
}
.main_view ul li:nth-child(2) {
    animation-name: slider;
    animation-delay: 8s;
    opacity: 0;
    background-image: url(../images/img-main02.jpg);
}
.main_view ul li:nth-child(3) {
    animation-name: slider;
    animation-delay: 16s;
    opacity: 0;
    background-image: url(../images/img-main03.jpg);
}
@keyframes slider {
    0%{
        opacity:0;
    }
    20.83%{
        opacity:1;
    }
    33.33%{
        opacity:1;
    }
    45.83%{
        opacity:0;
    }
    100%{
        opacity:0;
    }
}

img.img-rogo {
    width: 25vw;
    margin-top: 10vw;
    position: absolute;
    top: 10vw;
    left: 37vw;
}
.intro {
    background: url(../images/intro_bg.jpg) no-repeat;
    background-size: cover;
    position: relative;
}
.intro:before {
    background: url(../images/intro_before.png);
    background-size: contain;
    content: '';
    position: absolute;
    height: 200px;
    width: 200px;
    z-index: 1;
    top: -10%;
    left: 15%;
}
.intro:after {
    background: url(../images/intro_after.png);
    background-size: contain;
    content: '';
    position: absolute;
    height: 200px;
    width: 200px;
    z-index: 1;
    bottom: -10%;
    right: 15%;
}
.intro_inner {
    width: 35%;
    margin: 0 auto;
    padding: 5% 0;
}

/* reserve -*/
.reserve {
    margin: 3em 0;
}
.reserve p {
    background: #d91a40;
    padding: 15px 0;
    letter-spacing: 3px;
    border-radius: 20px;
    position: relative;
    width: 35em;
    margin: 0 auto;
}
.reserve p:hover {
    opacity: 0.7;
}
.reserve a {
    color: #fff;
    font-size: 17px;
    margin-right: 20px;
}
.reserve a:after {
    content: '▶︎';
    background: #fff;
    color: #d91a40;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    padding: 4px 1px 4px 5px;
    margin: 0 -30px 0 10px;
}

/*-------------------
whats
-------------------*/
.whats {
    margin: 0 auto;
    padding: 50px 0 0;
}
.whats p ,
#product p {
    font-size: 15px;
    letter-spacing: 2px;
    margin: 20px auto;
}
/*-------------------
product
-------------------*/
div#product {
    padding: 5vw 0;
    position: relative;

}
div#product .product_txt {
    position: absolute;
    top: 15vw;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin: 0 auto;
    padding: 0;
    z-index: 1;
    width: 80%;
}
div#product:after {
    content: '';
    background: url(../images/product_after.jpg) no-repeat;
    background-size: contain;
    position: absolute;
    height: 400px;
    width: 400px;
    top: 11vw;
    right: 0px;
}
.product_img {
    padding-top: 150px;
}

/*-------------------
filter_service
-------------------*/
.filter_service {
    background: #fbf4e2;
    position: relative;
    padding-bottom: 50px;
}
.filter_service:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 3vw solid transparent;
    border-right: 3vw solid transparent;
    border-bottom: 3vw solid #fbf4e2;
    top: -3vw;
    position: absolute;
}
img.filter_rogo {
    margin-top: -35px;
}
.filter_service p ,
p.sub_txt {
    font-size: 15px;
    padding: 30px 0;
}
.plus_online {
    background: url(../images/online_bk.jpg) no-repeat;
    background-size: cover;
    padding-bottom: 10px;
}

.waiting_room {
    padding: 50px 0 0;
}
.waiting_room img {
    width: 550px;
}

/*-------------------
banner
-------------------*/
.banner {
    margin: 5% auto 10%;
}
.banner a img {
    width: 55%;
    display: block;
    margin: 30px auto 0;
}
/*-------------------
plan
-------------------*/
.plan {
    padding-top: 80px;
    padding-bottom: 50px;
    position: relative;
}
.plan_rogo {
    padding-bottom: 30px;
}
.tabs {
  margin-top: 50px;
  padding-bottom: 40px;
  background: #fff;
  width: 90%;
  margin: 0 auto;
}
.tab_item {
    width: calc(99%/3);
    height: 50px;
    border: 1px solid #000;
    background: #fff;
    line-height: 50px;
    font-size: 16px;
    text-align: center;
    color: #000;
    display: block;
    float: left;
    text-align: center;
    font-weight: bold;
    transition: all 0.2s ease;
    border-radius: 10px 10px 0 0 / 10px 10px 0 0;
    margin: 0 0.2px;
}
.tab_item:hover {
  opacity: 0.75;
}
input[name="tab_item"] {
  display: none;
}
.tab_content {
  display: none;
  padding: 5px 0 0;
  clear: both;
  overflow: hidden;
}
#baby_plan:checked ~ #baby_content,
#shichigosan_plan:checked ~ #shichigosan_content,
#admission_plan:checked ~ #admission_content {
    display: block;
}

.tabs input:checked + .tab_item {
    border-top: solid 1px;
    border-left: solid 1px;
    border-right: solid 1px;
    border-bottom: solid 1px #fff;
}

#shichigosan_content .plan ul,
#admission_content .plan ul{
    display: flex;
    flex-wrap: wrap;
}
#shichigosan_content .plan ul li,
#admission_content .plan ul li  {
    width: 33%;
    margin: 3vw auto 0;
}
#shichigosan_content .bg_boder,
#admission_content .bg_boder {
    position: absolute;
    border-bottom: solid 1px #000;
    margin-top: 40px;
    height: 10px;
    width: 100%;
    z-index: -1;
}
.tab_sub {
    width: 33%;
    margin: 0 auto;
}
.location ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.location ul li {
    width: 33%;
}
#baby_plan h2.choice {
    margin: 5% auto 30px;
    font-size: 200%;
    border: 1px solid #cac3c1;
    padding: 2% 0;
    width: 99%;
    text-decoration: none;
    background-color: beige;
}
/*-------------------
store
-------------------*/
.store {
    padding: 3vw 0;
}
.store ul {
    display: flex;
}
.store ul li {
    width: 48%;
    margin: 0 1%;
}

/*-------------------
insta
-------------------*/
.insta {
    padding-bottom: 80px;
}
.insta_inner {
    width: 300px;
    margin: 0 auto;
}
.insta_inner img {
    margin: 1vw auto;
}

/*-------------------
bottom
-------------------*/
.bottom {
    background: url(../images/intro_bg.jpg) no-repeat;
    background-size: cover;
    position: relative;
    padding: 5% 0;
}
.bottom:before {
    background: url(../images/bottom_before.png);
    background-size: contain;
    content: '';
    position: absolute;
    height: 200px;
    width: 200px;
    z-index: 1;
    top: -25%;
    right: 15%;
}
.bottom:after {
    background: url(../images/bottom_after.png);
    background-size: contain;
    content: '';
    position: absolute;
    height: 200px;
    width: 200px;
    z-index: 1;
    bottom: 15%;
    left: 15%;
}
.bottom_inner {
    width: 35%;
    margin: 0 auto;
    padding: 5% 0;
}
.bottom_last {
    background: url(../images/kirakira.jpg);
    background-size: cover;
    height: 20vw;
}

@media screen and (min-width: 641px) {
    .SC_CONT_BOX {
        width: 985px;
        margin: 0 auto;
    }
}
/*-------------------------------------
SP
-------------------------------------*/
@media screen and (max-width:640px){
    body {
        width: 100%;
    }
    #SC_CONT_BOX {
        padding: 0 5px;
    }
    /*-------------------
    main
    -------------------*/
    img.header-rogo {
        width: 80px;
        height: auto;
        padding: 15px 0;
    }
    img.img-rogo {
        width: 45vw;
        margin-top: 10vw;
        top: 15vw;
        left: 27vw;
    }
    .main_view ul {
        position: relative;
        overflow: hidden;
        width: 100vw;
        height: 129vw;
        margin: auto;
    }
    .main_view ul li:nth-child(1) {
        animation-name: slider;
        animation-delay: 0s;
        background-image: url(../images/img-main01_sp.jpg);
    }
    .main_view ul li:nth-child(2) {
        animation-name: slider;
        animation-delay: 8s;
        opacity: 0;
        background-image: url(../images/img-main02_sp.jpg);
    }
    .main_view ul li:nth-child(3) {
        animation-name: slider;
        animation-delay: 16s;
        opacity: 0;
        background-image: url(../images/img-main03_sp.jpg);
    }
    img.img-rogo {
        width: 45vw;
        margin-top: 10vw;
    }
    .intro:before {
        background: url(../images/intro_before.png);
        background-size: contain;
        content: '';
        position: absolute;
        height: 100px;
        width: 100px;
        top: -15%;
        left: 2%;
    }
    .intro:after {
        background: url(../images/intro_after.png);
        background-size: contain;
        content: '';
        position: absolute;
        height: 100px;
        width: 100px;
        z-index: 1;
        bottom: -15%;
        right: 2%;
    }
    .intro_inner {
        width: 80%;
        margin: 0 auto;
        padding: 5% 0;
    }
    /*-------------------
    whats
    -------------------*/
    .whats {
        margin: 0 auto;
        padding: 30px 20px 0;
    }
    .whats p,#product p {
        font-size: 10px;
        letter-spacing: 2px;
        margin: 20px auto;
        line-height: 1.5;
    }
    .reserve p {
        background: #d91a40;
        padding: 10px 0px 10px 15px;
        letter-spacing: 3px;
        border-radius: 20px;
        position: relative;
        width: 30em;
        margin: 0 auto;
    }
    .reserve a {
        color: #fff;
        font-size: 11px;
        margin-right: 20px;
    }
    .reserve a {
        color: #fff;
        font-size: 11px;
        margin-right: 20px;
    }
    .reserve a:after {
        content: '▶︎';
        background: #fff;
        color: #d91a40;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        padding: 4px 1px 4px 5px;
        margin-left: 5px;
    }
    /*-------------------
    product
    -------------------*/
    div#product {
        padding: 0 0 10vw;
        position: relative;
    }
    div#product .product_txt {
        position: absolute;
        top: 20vw;
        left: 50%;
        -ms-transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        margin: 0 auto;
        padding: 0;
        z-index: 1;
        width: 225px;
    }
    div#product:after {
        content: '';
        background: url(../images/product_after.jpg) no-repeat;
        background-size: contain;
        position: absolute;
        height: 150px;
        width: 150px;
        top: 15vw;
        right: 0px;
    }
    .product_img {
        padding-top: 60px;
    }
    /*-------------------
    filter_service
    -------------------*/
    .filter_service img {
        width: 80%;
    }
    img.filter_rogo {
        margin-top: -15px;
    }
    .filter_service p, p.sub_txt {
        font-size: 11px;
        padding: 30px;
    }
    .filter_service .reserve{
        margin: 3em 0;
    }
    /*-------------------
    banner
    -------------------*/
    .banner a img {
        width: 95%;
        display: block;
        margin: 5px auto 0;
    }
    /*-------------------
    waiting_room
    -------------------*/
    .waiting_room p.sub_txt {
        font-size: 11px;
        padding: 30px 0 5px;
    }
    .waiting_room img {
        width: 100%;
    }
    /*-------------------
    plan
    -------------------*/
    .plan {
        padding: 30px 0 0 0;
        border-bottom: none;
    }
    .tabs {
        padding-bottom: 0;
        background: #fff;
        width: 95%;
        margin: 0 auto;
        margin-bottom: 40px;
    }
    .tab_item {
        width: calc(98%/3);
        height: 50px;
        border: 1px solid #dcdcdc;
        background: #efefef;
        line-height: 50px;
        font-size: 16px;
        text-align: center;
        color: #000;
        display: block;
        float: left;
        font-weight: bold;
        transition: all 0.2s ease;
        margin: 0 0.1px;
    }
    .plan ul li {
        width: 100%;
        margin: 50px auto 0;
    }
    .bg_boder {
        position: absolute;
        margin-top: 50px;
        height: 1px;
        width: 100%;
        z-index: 0;
        background: #fff;
    }
    .tabs input:checked + .tab_item {
        border-top: solid 1px;
        border-left: solid 1px;
        border-right: solid 1px;
        background: #fff;
    }
    .location ul li {
        width: 100%;
        margin: 0 auto;
    }
    .reserve_button {
        margin: 0 auto;
    }
    /*-------------------
    store
    -------------------*/
    .store ul {
        display: flex;
        flex-wrap: wrap;
        width: 90%;
        margin: 0 auto;
    }
    .store ul li {
        width: 100%;
        margin: 2% 0;
    }
    .insta_inner {
        width: 60%;
        margin: 0 auto;
    }
    .bottom:before {
        background: url(../images/bottom_before.png);
        background-size: contain;
        content: '';
        position: absolute;
        height: 150px;
        width: 150px;
        z-index: 1;
        top: -45%;
        right: 5%;
    }
    .bottom:after {
        background: url(../images/bottom_after.png);
        background-size: contain;
        content: '';
        position: absolute;
        height: 150px;
        width: 150px;
        z-index: 1;
        bottom: 15%;
        left: 0;
    }
    .bottom_inner {
        width: 80%;
        margin: 0 auto;
        padding: 5% 0;
    }
    .bottom_last {
        background: url(../images/kirakira.jpg);
        background-size: cover;
        height: 120px;
        margin-bottom: 50px;
    }
    footer .footer_wrapper {
        padding-bottom: 0;
    }
}</pre></body></html>