@media screen and (min-width: 769px), print {
  .show_sp {
    display: none !important;
  }
  .container {
    overflow: hidden;
  }
  .row {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
  }
}

@media screen and (min-width: 769px) and (max-width: 999px) and (min-width: 769px) {
  .row {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (min-width: 769px), print {
  .row.row_sm {
    max-width: 650px;
  }
  img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  .footer {
    font-size: 12px;
    padding: 20px 0 35px;
    text-align: center;
  }
  .footer .copyright {
    margin-top: 52px;
  }
  .p_top .mv {
    font-size: 0;
    line-height: 0;
    text-align: center;
    position: relative;
    height: 692px;
    overflow: hidden;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1195px) {
  .p_top .mv {
    height: 0;
    padding-bottom: 57.85953%;
  }
}

@media screen and (min-width: 769px), print {
  .p_top .mv .mv_pic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 2;
  }
  .p_top .mv .mv_pic img {
    display: inline-block;
    width: 1196px;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1195px) {
  .p_top .mv .mv_sliderArea {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

@media screen and (min-width: 769px), print {
  .p_top .mv .mv_slider {
    height: 100%;
  }
  .p_top .mv .mv_slider ul li {
    height: 692px;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1195px) {
  .p_top .mv .mv_slider ul li {
    height: 100%;
  }
}

@media screen and (min-width: 769px), print {
  .p_top .mv .mv_slider ul li picture {
    height: 100%;
  }
  .p_top .mv .mv_slider ul li img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .p_top .mv .slider_ctr {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    position: absolute;
    bottom: 10px;
    right: 34px;
  }
  .p_top .mv .slider_ctr .swiper-pagination {
    position: static;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 6px;
  }
  .p_top .mv .slider_ctr .swiper-pagination .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    background: #fff;
    margin: 0 3px;
    opacity: 0.8;
  }
  .p_top .mv .slider_ctr .swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
    width: 14px;
    height: 14px;
    background-color: #fff;
  }
  .p_top .mv .slider_ctr .swiper-button-prev {
    position: static;
    margin: 0;
    width: 10px;
    height: 24px;
    background: url(../img/slider_prev.svg) center/100% 100% no-repeat;
  }
  .p_top .mv .slider_ctr .swiper-button-next {
    position: static;
    margin: 0;
    width: 10px;
    height: 24px;
    background: url(../img/slider_next.svg) center/100% 100% no-repeat;
  }
  .p_top .cta {
    background-color: #FF438C;
    padding: 65px 0 31px;
  }
  .p_top .cta .row {
    max-width: 800px;
  }
  .p_top .cta dl {
    background: #FFFFFF;
    -moz-border-radius: 10px;
         border-radius: 10px;
    position: relative;
    padding: 87px 48px 27px;
    position: relative;
  }
  .p_top .cta dl::after {
    content: "";
    position: absolute;
    bottom: -3px;
    right: -15px;
    width: 186px;
    height: 140px;
    background: url(../img/cta_bg.png) center/100% 100% no-repeat;
    display: block;
  }
  .p_top .cta dl dt {
    background: url(../img/cta_tt.png) center/100% 100% no-repeat;
    width: 636px;
    height: 86px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: 900;
    font-size: 26px;
    color: #FFFFFF;
    position: absolute;
    left: 50%;
    top: -31px;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    padding-bottom: 20px;
  }
  .p_top .cta dl dd a.cta_btn {
    width: 478px;
    margin: 19px auto 0;
    display: block;
    position: relative;
    z-index: 2;
  }
  .p_top .cta dl dd .cta_blk {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p_top .cta dl dd .cta_blk > p {
    font-weight: 900;
    font-size: 24px;
    line-height: 1.5;
    color: #000000;
  }
  .p_top .cta dl dd .cta_blk ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 29px;
  }
  .p_top .cta dl dd .cta_blk ul li {
    width: 198px;
    height: 104px;
    background: #FFF8B9;
    -moz-border-radius: 10px;
         border-radius: 10px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
  }
  .p_top .cta dl dd .cta_blk ul li::before {
    content: "";
    position: absolute;
    left: 50%;
    top: -23px;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 38px;
    height: 44px;
    background: url(../img/gilf.png) center/100% 100% no-repeat;
    display: block;
  }
  .p_top .cta dl dd .cta_blk ul li:not(:last-child) {
    margin-right: 13px;
  }
  .p_top .cta dl dd .cta_blk ul li small {
    font-weight: 900;
    font-size: 20px;
    line-height: 1.45;
    color: #000000;
    display: block;
  }
  .p_top .cta dl dd .cta_blk ul li p {
    font-weight: 900;
    font-size: 30px;
    line-height: 1;
    color: #FF8000;
  }
  .p_top .cta dl dd .cta_blk ul li p i {
    font-style: normal;
    font-size: 42px;
  }
  .p_top .why {
    background-color: #F9E7FF;
    padding: 50px 0 80px;
    text-align: center;
  }
  .p_top .why h2 {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: 330px;
    position: relative;
    color: #4E2262;
    padding-bottom: 75px;
  }
  .p_top .why h2 i {
    font-style: normal;
    font-weight: 900;
    line-height: 1;
    font-size: 234px;
  }
  .p_top .why h2 div {
    text-align: left;
    padding-left: 5px;
    padding-top: 50px;
  }
  .p_top .why h2 div small {
    display: block;
    font-weight: 900;
    font-size: 31px;
    line-height: 1.22581;
    color: #4E2262;
  }
  .p_top .why h2 div span {
    display: block;
    font-weight: 900;
    font-size: 79px;
    line-height: 1;
    color: #4E2262;
  }
  .p_top .why h2::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 282px;
    height: 319px;
    background: url(../img/why_tl_ic.png) center/100% 100% no-repeat;
    display: block;
  }
  .p_top .why ul {
    text-align: left;
  }
  .p_top .why ul li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 44px 40px 40px 50px;
    background: #FFFFFF;
    -moz-border-radius: 20px;
         border-radius: 20px;
  }
  .p_top .why ul li + li {
    margin-top: 25px;
  }
  .p_top .why ul li figure {
    width: 246px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    overflow: hidden;
    -moz-border-radius: 20px;
         border-radius: 20px;
  }
  .p_top .why ul li figure img {
    overflow: hidden;
    -moz-border-radius: 20px;
         border-radius: 20px;
  }
  .p_top .why ul li .txt {
    width: 100%;
    padding-right: 28px;
  }
  .p_top .why ul li .txt h3 {
    font-weight: 900;
    font-size: 32px;
    line-height: 1.1875;
    color: #4E2262;
    margin-bottom: 20px;
    position: relative;
    padding-left: 40px;
  }
  .p_top .why ul li .txt h3::before {
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
    width: 35px;
    height: 35px;
    background: url(../img/why_ic.png) center/100% 100% no-repeat;
    display: block;
  }
  .p_top .why ul li .txt p {
    font-size: 16px;
    line-height: 1.75;
  }
  .p_top .why ul li .txt p span {
    background: -webkit-linear-gradient(bottom, #FFF643 9px, transparent 9px, transparent 100%);
    background: -moz- oldlinear-gradient(bottom, #FFF643 9px, transparent 9px, transparent 100%);
    background: linear-gradient(to top, #FFF643 9px, transparent 9px, transparent 100%);
  }
  .p_top .why ul li .txt p small {
    font-size: 12px;
  }
  .p_top .why ul li .txt .tag {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 17px;
  }
  .p_top .why ul li .txt .tag span {
    display: inline-block;
    font-weight: 700;
    font-size: 18px;
    padding: 5px 20px;
    color: #FFFFFF;
    background-color: #FF438C;
    -moz-border-radius: 6px;
         border-radius: 6px;
    margin-bottom: 12px;
  }
  .p_top .why ul li .txt .tag span:not(:last-child) {
    margin-right: 12px;
  }
  .p_top .popular {
    padding: 65px 0 78px;
  }
  .p_top .popular .row {
    max-width: 875px;
  }
  .p_top .popular h2 {
    font-weight: 900;
    font-size: 42px;
    line-height: 1.43;
    text-align: center;
    color: #805694;
    margin-bottom: 62px;
  }
  .p_top .popular ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p_top .popular ul li {
    width: -webkit-calc((100% - 37px) / 2);
    width: -moz-calc((100% - 37px) / 2);
    width: calc((100% - 37px) / 2);
  }
  .p_top .popular ul li figure {
    width: -webkit-calc(100% - 62px);
    width: -moz-calc(100% - 62px);
    width: calc(100% - 62px);
    margin: -57px auto 0;
    position: relative;
    z-index: 2;
    -moz-border-radius: 10px;
         border-radius: 10px;
    overflow: hidden;
  }
  .p_top .popular ul li figure img {
    -moz-border-radius: 10px;
         border-radius: 10px;
    overflow: hidden;
  }
  .p_top .popular ul li .box {
    padding: 45px 31px 83px;
    background: #805694;
    -moz-border-radius: 10px;
         border-radius: 10px;
    position: relative;
  }
  .p_top .popular ul li .box h3 {
    position: absolute;
    left: 50%;
    top: -27px;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    font-weight: 700;
    font-size: 18px;
    line-height: 1.56;
    color: #805694;
    min-width: 270px;
    min-height: 55px;
    background: #FFFFFF;
    border: 3px solid #805694;
    -moz-border-radius: 999px;
         border-radius: 999px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p_top .popular ul li .box h4 {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.4;
    color: #FFFFFF;
  }
  .p_top .popular ul li .box p {
    font-size: 16px;
    line-height: 1.75;
    color: #FFFFFF;
  }
  .p_top .tl {
    position: relative;
    font-weight: 900;
    font-size: 42px;
    line-height: 1.45238;
    text-align: center;
    color: #4E2262;
    padding-top: 43px;
    margin-bottom: 12px;
  }
  .p_top .tl::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 35px;
    height: 35px;
    background: url(../img/why_ic.png) center/100% 100% no-repeat;
    display: block;
  }
  .p_top .introduction {
    background-color: #F7ECFA;
    padding: 45px 0 73px;
  }
  .p_top .introduction .text {
    font-size: 16px;
    line-height: 1.75;
    margin-bottom: 59px;
    text-align: center;
  }
  .p_top .introduction ul li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p_top .introduction ul li:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
       -moz-box-orient: horizontal;
       -moz-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .p_top .introduction ul li:nth-child(even) .txt {
    padding-left: 0;
    padding-right: 43px;
  }
  .p_top .introduction ul li + li {
    margin-top: 24px;
  }
  .p_top .introduction ul li figure {
    width: 362px;
    -moz-border-radius: 10px;
         border-radius: 10px;
    overflow: hidden;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .p_top .introduction ul li figure img {
    -moz-border-radius: 10px;
         border-radius: 10px;
    overflow: hidden;
  }
  .p_top .introduction ul li .txt {
    width: 100%;
    padding-left: 43px;
  }
  .p_top .introduction ul li .txt h3 {
    margin-bottom: 8px;
  }
  .p_top .introduction ul li .txt h3 small {
    display: block;
    font-weight: 900;
    font-size: 14px;
    line-height: 1.42857;
  }
  .p_top .introduction ul li .txt h3 span {
    display: block;
    font-weight: 900;
    font-size: 26px;
    line-height: 1.46154;
  }
  .p_top .introduction ul li .txt p {
    font-size: 16px;
    line-height: 1.75;
    color: #252525;
  }
  .p_top .talk {
    padding: 44px 0 91px;
  }
  .p_top .talk .talk_slider {
    margin-top: 33px;
  }
  .p_top .talk .talk_slider ul li {
    width: 302px;
    background: #F8F6DF;
    -moz-border-radius: 14px;
         border-radius: 14px;
    padding: 35px 20px;
    margin: 0 11px;
    text-align: center;
    height: auto;
  }
  .p_top .talk .talk_slider ul li figure {
    display: inline-block;
    width: 172px;
    height: 172px;
    -moz-border-radius: 9999px;
         border-radius: 9999px;
    overflow: hidden;
    border: 5px solid #E5E1BB;
  }
  .p_top .talk .talk_slider ul li figure img {
    -moz-border-radius: 9999px;
         border-radius: 9999px;
    overflow: hidden;
  }
  .p_top .talk .talk_slider ul li h3 {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.25;
    color: #252525;
    margin: 19px 0 9px;
    text-align: left;
  }
  .p_top .talk .talk_slider ul li p {
    font-size: 16px;
    line-height: 1.75;
    color: #252525;
    text-align: left;
  }
  .p_top .classroom {
    background-color: #A680AD;
    padding: 90px 0 80px;
  }
  .p_top .classroom .it + .it {
    margin-top: 85px;
  }
  .p_top .classroom .it_top {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 24px;
  }
  .p_top .classroom .it_top .txt {
    width: 100%;
  }
  .p_top .classroom .it_top .txt h2 {
    font-weight: 900;
    font-size: 42px;
    line-height: 1.45238;
    color: #FFFFFF;
    margin-bottom: 25px;
  }
  .p_top .classroom .it_top .txt p {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.56;
    color: #FFFFFF;
  }
  .p_top .classroom .it_top .map {
    width: 544px;
    -moz-border-radius: 12px;
         border-radius: 12px;
    overflow: hidden;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .p_top .classroom .it_top .map iframe {
    -moz-border-radius: 12px;
         border-radius: 12px;
    overflow: hidden;
  }
  .p_top .classroom .it_bot ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p_top .classroom .it_bot ul li {
    margin-bottom: 29px;
    width: -webkit-calc((100% - 54px) / 3);
    width: -moz-calc((100% - 54px) / 3);
    width: calc((100% - 54px) / 3);
    -moz-border-radius: 12px;
         border-radius: 12px;
    overflow: hidden;
  }
  .p_top .classroom .it_bot ul li:not(:nth-child(3n)) {
    margin-right: 27px;
  }
  .p_top .classroom .it_bot ul li img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -moz-border-radius: 12px;
         border-radius: 12px;
    overflow: hidden;
  }
  .p_top .booking {
    padding: 69px 0 44px;
  }
  .p_top .booking .tl {
    margin-bottom: 62px;
  }
  .p_top .booking .row {
    max-width: 776px;
  }
  .p_top .booking .tab_content {
    display: none;
  }
  .p_top .booking .tab_content.active {
    display: block;
  }
  .p_top .booking .tabs {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-bottom: 63px;
  }
  .p_top .booking .tabs li {
    width: 50%;
  }
  .p_top .booking .tabs li a {
    min-height: 67px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #ECD2F0;
    color: #4E2262;
    font-size: 18px;
    font-weight: 700;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    padding: 0 15px;
    text-align: center;
  }
  .p_top .booking .tabs li a.active {
    background-color: #A680AD;
    color: #fff;
    min-height: 75px;
  }
  .p_top .booking .b_list {
    counter-reset: div;
  }
  .p_top .booking .b_list li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-transform: rotateZ(0);
       -moz-transform: rotateZ(0);
        -ms-transform: rotate(0);
            transform: rotateZ(0);
    padding: 26px 0 26px 49px;
    position: relative;
  }
  .p_top .booking .b_list li + li {
    margin-top: 38px;
  }
  .p_top .booking .b_list li::before {
    counter-increment: div;
    content: "0" counter(div);
    -moz-border-radius: 9999px;
         border-radius: 9999px;
    width: 56px;
    height: 56px;
    background: #4E2262;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: 700;
    font-size: 32px;
    line-height: 1;
    text-align: center;
    color: #FFFFFF;
    position: absolute;
    top: -15px;
    left: -17px;
    padding-bottom: 3px;
  }
  .p_top .booking .b_list li::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    position: absolute;
    width: -webkit-calc(100% - 36px);
    width: -moz-calc(100% - 36px);
    width: calc(100% - 36px);
    height: 100%;
    background: #F7ECFA;
    -moz-border-radius: 12px;
         border-radius: 12px;
    display: block;
    z-index: -1;
  }
  .p_top .booking .b_list li .txt {
    width: 100%;
    padding-right: 43px;
    padding-top: 27px;
  }
  .p_top .booking .b_list li .txt h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.17;
    margin-bottom: 14px;
  }
  .p_top .booking .b_list li .txt p {
    font-size: 16px;
    line-height: 1.75;
  }
  .p_top .booking .b_list li .txt .df {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p_top .booking .b_list li .txt .df span {
    width: 146px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .p_top .booking .b_list li figure {
    width: 314px;
    -moz-border-radius: 10px;
         border-radius: 10px;
    overflow: hidden;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .p_top .booking .b_list li figure img {
    -moz-border-radius: 10px;
         border-radius: 10px;
    overflow: hidden;
  }
  .p_top .qa {
    padding-bottom: 127px;
  }
  .p_top .qa .row {
    max-width: 797px;
  }
  .p_top .qa h2 {
    font-weight: 900;
    font-size: 42px;
    line-height: 1.45238;
    text-align: center;
    margin-bottom: 39px;
  }
  .p_top .qa .qa_list dl {
    background: #A680AD;
    -moz-border-radius: 12px;
         border-radius: 12px;
    overflow: hidden;
  }
  .p_top .qa .qa_list dl + dl {
    margin-top: 13px;
  }
  .p_top .qa .qa_list dl dt {
    position: relative;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    padding: 20px 67px;
    cursor: pointer;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .p_top .qa .qa_list dl dt:hover {
    opacity: 0.7;
  }
  .p_top .qa .qa_list dl dt::before {
    content: "Q";
    position: absolute;
    top: 50%;
    left: 13px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    display: block;
    line-height: 1;
    font-size: 24px;
    width: 43px;
    height: 43px;
    background-color: #4E2262;
    -moz-border-radius: 9999px;
         border-radius: 9999px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 5px;
  }
  .p_top .qa .qa_list dl dt .ic {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    width: 20px;
    height: 20px;
    right: 26px;
    top: 50%;
    margin-top: -10px;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p_top .qa .qa_list dl dt i {
    width: 20px;
    height: 20px;
    display: block;
    position: relative;
  }
  .p_top .qa .qa_list dl dt i:before, .p_top .qa .qa_list dl dt i:after {
    content: "";
    position: absolute;
    background-color: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p_top .qa .qa_list dl dt i:before {
    top: 0;
    left: 50%;
    width: 4px;
    height: 100%;
    margin-left: -2px;
  }
  .p_top .qa .qa_list dl dt i:after {
    top: 50%;
    left: 0;
    width: 100%;
    height: 4px;
    margin-top: -2px;
  }
  .p_top .qa .qa_list dl dt.is_active i:before {
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .p_top .qa .qa_list dl dt.is_active i:after {
    -webkit-transform: rotate(-135deg);
       -moz-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
  .p_top .qa .qa_list dl dt.is_active + dd {
    padding-bottom: 13px;
  }
  .p_top .qa .qa_list dl dd {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.3s ease-out;
    -moz-transition: max-height 0.3s ease-out;
    transition: max-height 0.3s ease-out;
    padding: 0 13px;
  }
  .p_top .qa .qa_list dl dd .ask {
    padding: 20px;
    font-size: 16px;
    line-height: 1.5625;
    font-weight: 500;
    background: #F7EAF9;
    -moz-border-radius: 12px;
         border-radius: 12px;
  }
  .p_top .message {
    background-color: #F7ECFA;
    padding: 65px 0 75px;
  }
  .p_top .message .row {
    max-width: 882px;
  }
  .p_top .message h2 {
    text-align: center;
    font-weight: 900;
    font-size: 42px;
    line-height: 1.45238;
    text-align: center;
    color: #4E2262;
    margin-bottom: 59px;
  }
  .p_top .message ul li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p_top .message ul li + li {
    margin-top: 38px;
  }
  .p_top .message ul li figure {
    width: 262px;
    -moz-border-radius: 10px;
         border-radius: 10px;
    overflow: hidden;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .p_top .message ul li figure img {
    -moz-border-radius: 10px;
         border-radius: 10px;
    overflow: hidden;
  }
  .p_top .message ul li .txt {
    width: 100%;
    padding-left: 26px;
  }
  .p_top .message ul li .txt h3 {
    font-weight: 900;
    font-size: 26px;
    line-height: 1.46154;
    margin-bottom: 15px;
  }
  .p_top .message ul li .txt p {
    font-size: 16px;
    line-height: 1.75;
  }
  .p_top .contact {
    padding: 74px 0;
    background-color: #FF438C;
  }
  .p_top .contact h2 {
    text-align: center;
    font-weight: 900;
    font-size: 40px;
    line-height: 1.425;
    margin-bottom: 36px;
  }
  .p_top .contact .tabsb {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-bottom: 24px;
  }
  .p_top .contact .tabsb li {
    width: 50%;
  }
  .p_top .contact .tabsb li a {
    background-color: #FFE1ED;
    font-weight: bold;
    font-size: 18px;
    color: #444444;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px;
    -webkit-transition: background-color 0.3s, color 0.3s;
    -moz-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
  }
  .p_top .contact .tabsb li a.active {
    padding: 24px;
    background-color: #FF438C;
    color: #fff;
  }
  .p_top .contact .c_main {
    background-color: #fff;
    padding: 54px 100px;
  }
}

@media screen and (min-width: 769px) and (max-width: 999px) and (min-width: 769px) {
  .p_top .contact .c_main {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (min-width: 769px), print {
  .p_top .contact .googleCalendar {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    margin-top: 12px;
  }
  .p_top .contact .googleCalendar iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .p_top .contact button {
    padding: 0;
    outline: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: 0;
    cursor: pointer;
    display: block;
    margin: 0 auto;
    max-width: 100%;
    background-color: #FF9D00;
    margin-top: 25px;
    margin-bottom: 16px;
    font-weight: 900;
    color: #fff;
    font-size: 26px;
    width: 565px;
    height: 77px;
  }
  .p_top .contact .form .f_note3 {
    font-size: 12px;
    text-align: center;
  }
  .p_top .contact .form .f_note {
    margin-bottom: 25px;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    color: #000000;
  }
  .p_top .contact .form .f_tt {
    background-color: #DACBE1;
    width: 328px;
    max-width: 100%;
    font-weight: bold;
    color: #4E2262;
    font-size: 16px;
    padding: 10px;
    text-align: center;
    margin: 17px 0 10px;
  }
  .p_top .contact .form .f_note2 {
    font-size: 14px;
    margin-top: 11px;
  }
  .p_top .contact .form .f_txtError {
    font-size: 14px;
    margin-bottom: 4px;
    color: #f00;
  }
  .p_top .contact .form .f_txt01 {
    display: block;
    font-size: 18px;
    padding-top: 10px;
  }
  .p_top .contact .form .f_blk .it {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p_top .contact .form .f_blk .it + .it {
    margin-top: 6px;
  }
  .p_top .contact .form .f_blk .it span {
    font-size: 18px;
    font-weight: bold;
  }
  .p_top .contact .form .f_blk .it .select {
    width: 106px;
    margin-right: 8px;
  }
  .p_top .contact .form .f_blk .it .it_txt1 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 146px;
    display: block;
  }
  .p_top .contact .form dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .p_top .contact .form dl + dl {
    margin-top: 10px;
  }
  .p_top .contact .form dl dt {
    font-weight: 700;
    font-size: 18px;
    width: 228px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    position: relative;
    padding-right: 17px;
    padding-left: 20px;
    padding-top: 10px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p_top .contact .form dl dt small {
    font-size: 14px;
    color: #7B7B7B;
  }
  .p_top .contact .form dl dt span {
    font-size: 14px;
    color: #FF0000;
  }
  .p_top .contact .form dl dd {
    width: 100%;
  }
  .p_top .contact .form dl dd > p {
    margin-top: 5px;
  }
  .p_top .contact .form dl dd .list_rd, .p_top .contact .form dl dd .wpcf7-radio {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 16px 0;
  }
  .p_top .contact .form dl dd .list_rd .rd, .p_top .contact .form dl dd .list_rd .mwform-radio-field, .p_top .contact .form dl dd .list_rd .wpcf7-list-item, .p_top .contact .form dl dd .wpcf7-radio .rd, .p_top .contact .form dl dd .wpcf7-radio .mwform-radio-field, .p_top .contact .form dl dd .wpcf7-radio .wpcf7-list-item {
    margin-left: 0;
  }
  .p_top .contact .form dl dd .list_rd .rd:not(:last-child), .p_top .contact .form dl dd .list_rd .mwform-radio-field:not(:last-child), .p_top .contact .form dl dd .list_rd .wpcf7-list-item:not(:last-child), .p_top .contact .form dl dd .wpcf7-radio .rd:not(:last-child), .p_top .contact .form dl dd .wpcf7-radio .mwform-radio-field:not(:last-child), .p_top .contact .form dl dd .wpcf7-radio .wpcf7-list-item:not(:last-child) {
    margin-right: 39px;
  }
  .p_top .contact .form dl dd .list_rd .rd label, .p_top .contact .form dl dd .list_rd .mwform-radio-field label, .p_top .contact .form dl dd .list_rd .wpcf7-list-item label, .p_top .contact .form dl dd .wpcf7-radio .rd label, .p_top .contact .form dl dd .wpcf7-radio .mwform-radio-field label, .p_top .contact .form dl dd .wpcf7-radio .wpcf7-list-item label {
    display: block;
    position: relative;
    cursor: pointer;
    font-size: 18px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    line-height: 20px;
  }
  .p_top .contact .form dl dd .list_rd .rd label input, .p_top .contact .form dl dd .list_rd .mwform-radio-field label input, .p_top .contact .form dl dd .list_rd .wpcf7-list-item label input, .p_top .contact .form dl dd .wpcf7-radio .rd label input, .p_top .contact .form dl dd .wpcf7-radio .mwform-radio-field label input, .p_top .contact .form dl dd .wpcf7-radio .wpcf7-list-item label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  .p_top .contact .form dl dd .list_rd .rd span, .p_top .contact .form dl dd .list_rd .mwform-radio-field span, .p_top .contact .form dl dd .list_rd .wpcf7-list-item span, .p_top .contact .form dl dd .wpcf7-radio .rd span, .p_top .contact .form dl dd .wpcf7-radio .mwform-radio-field span, .p_top .contact .form dl dd .wpcf7-radio .wpcf7-list-item span {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    display: inline-block;
    padding: 0 0 0 23px;
  }
  .p_top .contact .form dl dd .list_rd .rd span::before, .p_top .contact .form dl dd .list_rd .mwform-radio-field span::before, .p_top .contact .form dl dd .list_rd .wpcf7-list-item span::before, .p_top .contact .form dl dd .wpcf7-radio .rd span::before, .p_top .contact .form dl dd .wpcf7-radio .mwform-radio-field span::before, .p_top .contact .form dl dd .wpcf7-radio .wpcf7-list-item span::before {
    position: absolute;
    content: "";
    top: 3px;
    left: 0;
    -moz-border-radius: 50%;
         border-radius: 50%;
    width: 14px;
    height: 14px;
    background-color: #D9D9D9;
  }
  .p_top .contact .form dl dd .list_rd .rd span::after, .p_top .contact .form dl dd .list_rd .mwform-radio-field span::after, .p_top .contact .form dl dd .list_rd .wpcf7-list-item span::after, .p_top .contact .form dl dd .wpcf7-radio .rd span::after, .p_top .contact .form dl dd .wpcf7-radio .mwform-radio-field span::after, .p_top .contact .form dl dd .wpcf7-radio .wpcf7-list-item span::after {
    top: 6px;
    left: 3px;
    width: 8px;
    height: 8px;
    -moz-border-radius: 50%;
         border-radius: 50%;
    background: #000;
    content: "";
    position: absolute;
    display: none;
  }
  .p_top .contact .form dl dd .list_rd .rd label input:checked ~ span:after, .p_top .contact .form dl dd .list_rd .mwform-radio-field label input:checked ~ span:after, .p_top .contact .form dl dd .list_rd .wpcf7-list-item label input:checked ~ span:after, .p_top .contact .form dl dd .wpcf7-radio .rd label input:checked ~ span:after, .p_top .contact .form dl dd .wpcf7-radio .mwform-radio-field label input:checked ~ span:after, .p_top .contact .form dl dd .wpcf7-radio .wpcf7-list-item label input:checked ~ span:after {
    display: block;
  }
  .p_top .contact .form dl dd .list_checkbox {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p_top .contact .form dl dd .list_checkbox li, .p_top .contact .form dl dd .list_checkbox .mwform-checkbox-field {
    display: inline-block;
    margin-bottom: 5px;
    margin-top: 5px;
  }
  .p_top .contact .form dl dd .list_checkbox li:not(:last-child), .p_top .contact .form dl dd .list_checkbox .mwform-checkbox-field:not(:last-child) {
    margin-right: 34px;
  }
  .p_top .contact .form dl dd .list_checkbox label {
    position: relative;
    cursor: pointer;
    font-size: 18px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    display: inline-block;
  }
  .p_top .contact .form dl dd .list_checkbox label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }
  .p_top .contact .form dl dd .list_checkbox label span {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    display: inline-block;
    padding: 0 0 0 24px;
  }
  .p_top .contact .form dl dd .list_checkbox label span::before {
    position: absolute;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    width: 18px;
    height: 18px;
    background-color: #F3F3F3;
  }
  .p_top .contact .form dl dd .list_checkbox label span::after {
    left: 6px;
    top: 7px;
    width: 5px;
    height: 10px;
    border: solid #000;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    content: "";
    position: absolute;
    display: none;
  }
  .p_top .contact .form dl dd .list_checkbox label input:checked ~ span:after {
    display: block;
  }
  .p_top .contact .form dl dd input {
    width: 100%;
    padding: 0 22px;
    outline: none;
    font-size: 18px;
    color: #000;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    -moz-border-radius: 0;
         border-radius: 0;
    height: 48px;
    background: #F3F3F3;
    border: 0;
  }
  .p_top .contact .form dl dd input::-webkit-input-placeholder {
    color: #CBCBCB;
    opacity: 1;
  }
  .p_top .contact .form dl dd input::-moz-placeholder {
    color: #CBCBCB;
    opacity: 1;
  }
  .p_top .contact .form dl dd input:-ms-input-placeholder {
    color: #CBCBCB;
    opacity: 1;
  }
  .p_top .contact .form dl dd input::placeholder {
    color: #CBCBCB;
    opacity: 1;
  }
  .p_top .contact .form dl dd input.sm1 {
    width: 121px;
  }
  .p_top .contact .form dl dd input.md {
    width: 353px;
  }
  .p_top .contact .form dl dd .zip_area {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p_top .contact .form dl dd .btn_view {
    width: 132px;
    height: 26px;
    background: #4E2262;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 12px;
    color: #fff;
    margin-left: 15px;
    cursor: pointer;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .p_top .contact .form dl dd .btn_view:hover {
    opacity: 0.7;
  }
  .p_top .contact .form dl dd .type_other {
    margin-top: 11px;
  }
  .p_top .contact .form dl dd .type_other p {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .p_top .contact .form dl dd .type_other p span {
    color: #FF0000;
    font-weight: bold;
    font-size: 14px;
    margin-left: 8px;
  }
  .p_top .contact .form dl dd .f_Fee {
    font-weight: bold;
    font-size: 18px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 27px;
  }
  .p_top .contact .form dl dd .f_Fee .f_des {
    font-weight: 400;
    font-size: 21px;
    line-height: 1.47619;
  }
  .p_top .contact .form dl dd .f_Fee .f_price {
    font-size: 28px;
    font-weight: bold;
  }
  .p_top .contact .form dl dd .f_Fee .f_price i {
    font-style: normal;
    font-size: 59px;
  }
  .p_top .contact .form dl dd .f_Fee .type_sl_building_show {
    margin-left: 30px;
  }
  .p_top .contact .form dl dd .f_Fee span {
    font-size: 24px;
    margin-left: 10px;
  }
  .p_top .contact .form dl dd .f_Fee span i {
    font-style: normal;
  }
  .p_top .contact .form dl dd .blkTime {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    /*-webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;*/
    margin-bottom: 13px;
  }
  .p_top .contact .form dl dd .blkTime .cal {
    margin-right: 27px;
  }
  .p_top .contact .form dl dd .blkTime .cal input {
    padding: 0;
    text-align: center;
    width: 136px;
  }
  .p_top .contact .form dl dd .blkTime .cal input::-webkit-input-placeholder {
    color: #000;
    opacity: 1;
  }
  .p_top .contact .form dl dd .blkTime .cal input::-moz-placeholder {
    color: #000;
    opacity: 1;
  }
  .p_top .contact .form dl dd .blkTime .cal input:-ms-input-placeholder {
    color: #000;
    opacity: 1;
  }
  .p_top .contact .form dl dd .blkTime .cal input::placeholder {
    color: #000;
    opacity: 1;
  }
  .p_top .contact .form dl dd .blkTime .select select {
    width: 136px;
  }
  .p_top .contact .form dl dd .blkTime .f_fromTo {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p_top .contact .form dl dd .blkTime .f_fromTo span {
    margin: 0 5px;
  }
  .p_top .contact .form dl dd .blkTxt {
    font-size: 12px;
    font-weight: 400;
  }
  .p_top .contact .form dl dd .blkTxt span {
    display: block;
    font-size: 18px;
  }
  .p_top .contact .form dl dd .blkTxt small {
    font-size: 12px;
    color: #FF0000;
  }
  .p_top .contact .form dl dd .select {
    /*width: 231px;*/
    width: auto;
  }
  .p_top .contact .form dl dd .select label {
    display: block;
    position: relative;
    -webkit-perspective: 1px;
       -moz-perspective: 1px;
            perspective: 1px;
    /*height: 48px;
    background: #F3F3F3;*/
  }
  .p_top .contact .form dl dd .select label::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 9px;
    height: 10px;
    background: url(../img/select_ar.svg) center/100% 100% no-repeat;
    display: block;
  }
  .p_top .contact .form dl dd .select label select {
    width: 100%;
    /*height: 100%;*/
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    outline: none;
    border: none;
    padding: 0 35px 0 22px;
    /*background: transparent;*/
    height: 48px;
      background: #F3F3F3;
    font-weight: 400;
    font-size: 18px;
    cursor: pointer;
    position: relative;
    z-index: 3;
  }
  .p_top .contact .form dl dd .select label select::-ms-expand {
    display: none;
  }
  .p_policy .header_mail {
    display: none;
  }
  .p_policy .footer .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p_policy .footer .row p + p {
    margin-top: 40px;
  }
  .p_policy .policy {
    color: #4E2262;
    padding: 65px 0 80px;
    min-height: -webkit-calc(100vh - 98px - 106px);
    min-height: -moz-calc(100vh - 98px - 106px);
    min-height: calc(100vh - 98px - 106px);
  }
  .p_policy .policy h2 {
    font-weight: 900;
    font-size: 32px;
    margin-bottom: 30px;
    text-align: center;
  }
  .p_policy .policy .tac {
    text-align: center;
  }
  .p_policy .policy .fwb {
    font-weight: bold;
  }
  .p_policy .policy div {
    font-size: 16px;
    line-height: 2;
    font-weight: bold;
  }
  .wrap_datepicker {
    position: relative;
  }
  .wrap_datepicker input.datepicker {
    cursor: pointer;
    width: 180px;
    border: 1px solid #ddd;
    background-color: transparent;
  }
  .wrap_datepicker input.datepicker::-webkit-input-placeholder {
    color: #262626;
    opacity: 1;
  }
  .wrap_datepicker input.datepicker::-moz-placeholder {
    color: #262626;
  }
  .wrap_datepicker input.datepicker:-ms-input-placeholder {
    color: #262626;
  }
  .wrap_datepicker input.datepicker:-moz-placeholder {
    color: #262626;
  }
  .wrap_datepicker .datepicker {
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .wrap_datepicker .datepicker.focus ~ .wrap_table {
    border: 1px solid #d1d1d1;
    z-index: 1;
    visibility: visible;
    top: 0;
    opacity: 1;
  }
  .wrap_datepicker .datepicker ~ .wrap_table {
    padding: 5px;
    position: absolute;
    top: -30px;
    background: #fff;
    width: 280px;
    margin-top: 50px;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: 1px solid #d1d1d1;
  }
  .wrap_datepicker .datepicker ~ .wrap_table > p {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-size: 16px;
    line-height: 40px;
    background: #d1d1d1;
    -moz-border-radius: 5px;
         border-radius: 5px;
    color: #000000;
    border-bottom: 0;
    margin-bottom: 0;
  }
  .wrap_datepicker .datepicker ~ .wrap_table > p span.next, .wrap_datepicker .datepicker ~ .wrap_table > p span.prev {
    display: inline-block;
    width: 40px;
    height: 40px;
    position: relative;
    text-indent: -9999px;
    overflow: hidden;
    cursor: pointer;
  }
  .wrap_datepicker .datepicker ~ .wrap_table > p span.next::before, .wrap_datepicker .datepicker ~ .wrap_table > p span.prev::before {
    position: absolute;
    content: "";
    width: 9px;
    height: 15px;
    background: url("../img/cal_arrow.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .wrap_datepicker .datepicker ~ .wrap_table > p span.prev::before {
    -webkit-transform: translate(-50%, -50%) scale(-1);
       -moz-transform: translate(-50%, -50%) scale(-1);
        -ms-transform: translate(-50%, -50%) scale(-1);
            transform: translate(-50%, -50%) scale(-1);
  }
  .wrap_datepicker .datepicker ~ .wrap_table table {
    width: 100%;
    text-align: center;
    overflow: hidden;
  }
  .wrap_datepicker .datepicker ~ .wrap_table table tr th {
    border: 1px solid #fff;
    color: #000000;
    font-size: 14px;
    line-height: 2;
    font-weight: normal;
  }
  .wrap_datepicker .datepicker ~ .wrap_table table tr td {
    border: 1px solid #d1d1d1;
    font-size: 14px;
    line-height: 2;
    width: 36px;
    height: 30px;
    background: #f6f6f6;
    color: #d1d1d1;
  }
  .wrap_datepicker .datepicker ~ .wrap_table table tr td.active {
    cursor: pointer;
    color: #000;
  }
  .wrap_datepicker .datepicker ~ .wrap_table table tr td.selected {
    border-color: #000;
  }
  .wrap_datepicker .datepicker ~ .wrap_table table tr td.no_day {
    opacity: 0;
  }
  .tab_content02 {
    display: none;
  }
  .tab_content02.active {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  img {
    width: 100%;
    height: auto;
  }
  .container {
    overflow: hidden;
  }
  .show_pc {
    display: none !important;
  }
  .inner,
  .row {
    padding-left: 3.62319vw;
    padding-right: 3.62319vw;
  }
  .footer {
    font-size: 2.89855vw;
    padding: 4.83092vw 0 8.45411vw;
    text-align: center;
  }
  .footer .copyright {
    margin-top: 12.56039vw;
  }
  .p_top .mv {
    font-size: 0;
    line-height: 0;
    text-align: center;
    position: relative;
    overflow: hidden;
  }
  .p_top .mv .mv_pic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 2;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p_top .mv .mv_pic img {
    display: block;
  }
  .p_top .mv .mv_slider ul li {
    height: 192.75362vw;
  }
  .p_top .mv .mv_slider ul li img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .p_top .mv .slider_ctr {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    position: absolute;
    bottom: 3.62319vw;
    right: 3.62319vw;
  }
  .p_top .mv .slider_ctr .swiper-pagination {
    position: static;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 1.44928vw;
  }
  .p_top .mv .slider_ctr .swiper-pagination .swiper-pagination-bullet {
    width: 3.38164vw;
    height: 3.38164vw;
    background: #fff;
    margin: 0 0.72464vw;
    opacity: 0.8;
  }
  .p_top .mv .slider_ctr .swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
    width: 3.38164vw;
    height: 3.38164vw;
    background-color: #fff;
  }
  .p_top .mv .slider_ctr .swiper-button-prev {
    position: static;
    margin: 0;
    width: 2.41546vw;
    height: 5.7971vw;
    background: url(../img/slider_prev.svg) center/100% 100% no-repeat;
  }
  .p_top .mv .slider_ctr .swiper-button-next {
    position: static;
    margin: 0;
    width: 2.41546vw;
    height: 5.7971vw;
    background: url(../img/slider_next.svg) center/100% 100% no-repeat;
  }
  .p_top .cta {
    background-color: #FF438C;
    padding: 14.49275vw 0 9.66184vw;
  }
  .p_top .cta dl {
    background: #FFFFFF;
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    position: relative;
    padding: 14.7343vw 3.62319vw 7.72947vw;
    position: relative;
  }
  .p_top .cta dl dt {
    background: url(../img/cta_tt.png) center/100% 100% no-repeat;
    width: 88.64734vw;
    height: 20.28986vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: 900;
    font-size: 4.83092vw;
    line-height: 1.05;
    color: #FFFFFF;
    position: absolute;
    left: 50%;
    top: -7.48792vw;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    padding-bottom: 4.10628vw;
    text-align: center;
  }
  .p_top .cta dl dd a.cta_btn {
    margin: 5.31401vw auto 0;
    display: block;
    position: relative;
    z-index: 2;
    width: 85.02415vw;
  }
  .p_top .cta dl dd .cta_blk > p {
    font-weight: 900;
    font-size: 4.83092vw;
    line-height: 1.2;
    color: #000000;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 5.7971vw;
  }
  .p_top .cta dl dd .cta_blk > p img {
    width: 28.50242vw;
    margin-top: -1.20773vw;
  }
  .p_top .cta dl dd .cta_blk ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p_top .cta dl dd .cta_blk ul li {
    width: 41.0628vw;
    height: 21.73913vw;
    background: #FFF8B9;
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
  }
  .p_top .cta dl dd .cta_blk ul li::before {
    content: "";
    position: absolute;
    left: 50%;
    top: -5.31401vw;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 8.21256vw;
    height: 9.17874vw;
    background: url(../img/gilf.png) center/100% 100% no-repeat;
    display: block;
  }
  .p_top .cta dl dd .cta_blk ul li:not(:last-child) {
    margin-right: 3.1401vw;
  }
  .p_top .cta dl dd .cta_blk ul li small {
    font-weight: 900;
    font-size: 4.10628vw;
    line-height: 1.45;
    color: #000000;
    display: block;
  }
  .p_top .cta dl dd .cta_blk ul li p {
    font-weight: 900;
    font-size: 6.28019vw;
    line-height: 1;
    color: #FF8000;
  }
  .p_top .cta dl dd .cta_blk ul li p i {
    font-style: normal;
    font-size: 8.9372vw;
  }
  .p_top .why {
    background-color: #F9E7FF;
    padding: 14.97585vw 0 13.76812vw;
    text-align: center;
  }
  .p_top .why h2 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    color: #4E2262;
    -webkit-transform: rotateZ(0);
       -moz-transform: rotateZ(0);
        -ms-transform: rotate(0);
            transform: rotateZ(0);
  }
  .p_top .why h2 i {
    font-style: normal;
    font-weight: 900;
    line-height: 1;
    font-size: 32.85024vw;
  }
  .p_top .why h2 div {
    text-align: left;
    padding-left: 1.20773vw;
  }
  .p_top .why h2 div small {
    display: block;
    font-weight: 900;
    font-size: 4.34783vw;
    line-height: 1.22581;
    color: #4E2262;
  }
  .p_top .why h2 div span {
    display: block;
    font-weight: 900;
    font-size: 11.11111vw;
    line-height: 1;
    color: #4E2262;
  }
  .p_top .why h2::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: -7.24638vw;
    width: 31.68183vw;
    height: 35.83867vw;
    background: url(../img/why_tl_ic.png) center/100% 100% no-repeat;
    display: block;
    z-index: -1;
  }
  .p_top .why ul {
    text-align: left;
  }
  .p_top .why ul li {
    padding: 9.66184vw 6.03865vw 6.52174vw;
    background: #FFFFFF;
    -moz-border-radius: 4.83092vw;
         border-radius: 4.83092vw;
  }
  .p_top .why ul li + li {
    margin-top: 6.03865vw;
  }
  .p_top .why ul li figure {
    overflow: hidden;
    -moz-border-radius: 4.83092vw;
         border-radius: 4.83092vw;
  }
  .p_top .why ul li figure img {
    overflow: hidden;
    -moz-border-radius: 4.83092vw;
         border-radius: 4.83092vw;
  }
  .p_top .why ul li .txt {
    width: 100%;
  }
  .p_top .why ul li .txt h3 {
    font-weight: 900;
    font-size: 5.7971vw;
    line-height: 1.1875;
    color: #4E2262;
    margin-bottom: 0.96618vw;
    position: relative;
    padding-left: 10.38647vw;
  }
  .p_top .why ul li .txt h3::before {
    content: "";
    position: absolute;
    top: -1.20773vw;
    left: 0;
    width: 8.45411vw;
    height: 8.45411vw;
    background: url(../img/why_ic.png) center/100% 100% no-repeat;
    display: block;
  }
  .p_top .why ul li .txt p {
    font-size: 3.86473vw;
    line-height: 1.75;
  }
  .p_top .why ul li .txt p span {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(2.17391vw, #FFF643), color-stop(2.17391vw, transparent), to(transparent));
    background: -webkit-linear-gradient(bottom, #FFF643 2.17391vw, transparent 2.17391vw, transparent 100%);
    background: -moz- oldlinear-gradient(bottom, #FFF643 2.17391vw, transparent 2.17391vw, transparent 100%);
    background: linear-gradient(to top, #FFF643 2.17391vw, transparent 2.17391vw, transparent 100%);
  }
  .p_top .why ul li .txt p small {
    font-size: 2.89855vw;
  }
  .p_top .why ul li .txt .tag {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 4.10628vw;
    margin-bottom: 5.07246vw;
  }
  .p_top .why ul li .txt .tag span {
    display: inline-block;
    font-weight: 700;
    font-size: 4.34783vw;
    padding: 1.20773vw 3.62319vw;
    color: #FFFFFF;
    background-color: #FF438C;
    -moz-border-radius: 1.44928vw;
         border-radius: 1.44928vw;
    margin-bottom: 2.17391vw;
  }
  .p_top .popular {
    padding: 9.66184vw 0 7.72947vw;
  }
  .p_top .popular h2 {
    font-weight: 900;
    font-size: 7.72947vw;
    line-height: 1.43;
    text-align: center;
    color: #805694;
    margin-bottom: 14.49275vw;
  }
  .p_top .popular ul li + li {
    margin-top: 14.49275vw;
  }
  .p_top .popular ul li figure {
    width: 81.40097vw;
    margin: -13.76812vw auto 0;
    position: relative;
    z-index: 2;
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    overflow: hidden;
  }
  .p_top .popular ul li figure img {
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    overflow: hidden;
  }
  .p_top .popular ul li .box {
    padding: 10.86957vw 7.48792vw 20.04831vw;
    background: #805694;
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    position: relative;
  }
  .p_top .popular ul li .box h3 {
    position: absolute;
    left: 50%;
    top: -6.52174vw;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    font-weight: 700;
    font-size: 4.34783vw;
    line-height: 1.56;
    color: #805694;
    min-width: 65.21739vw;
    min-height: 13.28502vw;
    background: #FFFFFF;
    border: 0.72464vw solid #805694;
    -moz-border-radius: 241.30435vw;
         border-radius: 241.30435vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p_top .popular ul li .box h4 {
    font-weight: 700;
    font-size: 4.83092vw;
    line-height: 1.4;
    color: #FFFFFF;
  }
  .p_top .popular ul li .box p {
    font-size: 3.86473vw;
    line-height: 1.75;
    color: #FFFFFF;
  }
  .p_top .tl {
    position: relative;
    font-weight: 900;
    font-size: 7.72947vw;
    line-height: 1.45238;
    text-align: center;
    color: #4E2262;
    padding-top: 9.66184vw;
    margin-bottom: 2.89855vw;
  }
  .p_top .tl::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 8.45411vw;
    height: 8.45411vw;
    background: url(../img/why_ic.png) center/100% 100% no-repeat;
    display: block;
  }
  .p_top .introduction {
    background-color: #F7ECFA;
    padding: 10.86957vw 0 17.63285vw;
  }
  .p_top .introduction .text {
    font-size: 3.86473vw;
    line-height: 1.75;
    margin-bottom: 9.66184vw;
    text-align: center;
  }
  .p_top .introduction ul li + li {
    margin-top: 9.17874vw;
  }
  .p_top .introduction ul li figure {
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    overflow: hidden;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-bottom: 4.10628vw;
  }
  .p_top .introduction ul li figure img {
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    overflow: hidden;
  }
  .p_top .introduction ul li .txt {
    width: 100%;
  }
  .p_top .introduction ul li .txt h3 {
    margin-bottom: 1.93237vw;
  }
  .p_top .introduction ul li .txt h3 small {
    display: block;
    font-weight: 900;
    font-size: 3.38164vw;
    line-height: 1.42857;
  }
  .p_top .introduction ul li .txt h3 span {
    display: block;
    font-weight: 900;
    font-size: 6.28019vw;
    line-height: 1.46154;
  }
  .p_top .introduction ul li .txt p {
    font-size: 3.86473vw;
    line-height: 1.75;
    color: #252525;
  }
  .p_top .talk {
    padding: 10.62802vw 0 9.17874vw;
  }
  .p_top .talk .talk_slider {
    margin-top: 11.11111vw;
  }
  .p_top .talk .talk_slider ul li {
    width: 72.94686vw;
    background: #F8F6DF;
    -moz-border-radius: 3.38164vw;
         border-radius: 3.38164vw;
    padding: 8.45411vw 4.83092vw;
    margin: 0 2.657vw;
    text-align: center;
    height: auto;
  }
  .p_top .talk .talk_slider ul li figure {
    display: inline-block;
    width: 41.54589vw;
    height: 41.54589vw;
    -moz-border-radius: 2415.21739vw;
         border-radius: 2415.21739vw;
    overflow: hidden;
    border: 1.20773vw solid #E5E1BB;
  }
  .p_top .talk .talk_slider ul li figure img {
    -moz-border-radius: 2415.21739vw;
         border-radius: 2415.21739vw;
    overflow: hidden;
  }
  .p_top .talk .talk_slider ul li h3 {
    font-weight: 700;
    font-size: 3.86473vw;
    line-height: 1.25;
    color: #252525;
    margin: 4.58937vw 0 2.17391vw;
    text-align: left;
  }
  .p_top .talk .talk_slider ul li p {
    font-size: 3.86473vw;
    line-height: 1.75;
    color: #252525;
    text-align: left;
  }
  .p_top .classroom {
    background-color: #A680AD;
    padding: 12.07729vw 0 10.86957vw;
  }
  .p_top .classroom .it + .it {
    margin-top: 8.45411vw;
  }
  .p_top .classroom .it_top {
    margin-bottom: 5.7971vw;
  }
  .p_top .classroom .it_top .txt {
    width: 100%;
    margin-bottom: 3.62319vw;
  }
  .p_top .classroom .it_top .txt h2 {
    font-weight: 900;
    font-size: 10.14493vw;
    line-height: 1.45238;
    color: #FFFFFF;
    margin-bottom: 6.03865vw;
  }
  .p_top .classroom .it_top .txt p {
    font-weight: 700;
    font-size: 3.86473vw;
    line-height: 1.56;
    color: #FFFFFF;
  }
  .p_top .classroom .it_top .map {
    -moz-border-radius: 2.89855vw;
         border-radius: 2.89855vw;
    overflow: hidden;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 81.88406vw;
    margin: 0 auto;
  }
  .p_top .classroom .it_top .map iframe {
    height: auto;
    -moz-border-radius: 2.89855vw;
         border-radius: 2.89855vw;
    overflow: hidden;
  }
  .p_top .classroom .it_bot ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p_top .classroom .it_bot ul li {
    margin-bottom: 4.10628vw;
    width: 44.68599vw;
    -moz-border-radius: 2.89855vw;
         border-radius: 2.89855vw;
    overflow: hidden;
  }
  .p_top .classroom .it_bot ul li img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -moz-border-radius: 2.89855vw;
         border-radius: 2.89855vw;
    overflow: hidden;
  }
  .p_top .booking {
    padding: 12.07729vw 0 14.49275vw;
  }
  .p_top .booking .tl {
    margin-bottom: 4.34783vw;
  }
  .p_top .booking .tab_content {
    display: none;
  }
  .p_top .booking .tab_content.active {
    display: block;
  }
  .p_top .booking .tabs {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-bottom: 15.21739vw;
  }
  .p_top .booking .tabs li {
    width: 50%;
  }
  .p_top .booking .tabs li a {
    min-height: 14.49275vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #ECD2F0;
    color: #4E2262;
    font-size: 4.34783vw;
    font-weight: 700;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    padding: 0 3.62319vw;
    text-align: center;
  }
  .p_top .booking .tabs li a.active {
    background-color: #A680AD;
    color: #fff;
    min-height: 18.11594vw;
  }
  .p_top .booking .b_list {
    counter-reset: div;
    padding-left: 3.86473vw;
  }
  .p_top .booking .b_list li {
    position: relative;
    -webkit-transform: rotateZ(0);
       -moz-transform: rotateZ(0);
        -ms-transform: rotate(0);
            transform: rotateZ(0);
    padding: 11.35266vw 6.28019vw 0;
    position: relative;
  }
  .p_top .booking .b_list li + li {
    margin-top: 9.17874vw;
  }
  .p_top .booking .b_list li::before {
    counter-increment: div;
    content: "0" counter(div);
    -moz-border-radius: 2415.21739vw;
         border-radius: 2415.21739vw;
    width: 13.52657vw;
    height: 13.52657vw;
    background: #4E2262;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: 700;
    font-size: 7.72947vw;
    line-height: 1;
    text-align: center;
    color: #FFFFFF;
    position: absolute;
    top: -3.62319vw;
    left: -4.10628vw;
    padding-bottom: 0.72464vw;
  }
  .p_top .booking .b_list li::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: -webkit-calc(100% - 8.69565vw);
    height: -moz-calc(100% - 8.69565vw);
    height: calc(100% - 8.69565vw);
    background: #F7ECFA;
    -moz-border-radius: 2.89855vw;
         border-radius: 2.89855vw;
    display: block;
    z-index: -1;
  }
  .p_top .booking .b_list li .txt {
    width: 100%;
    margin-bottom: 5.31401vw;
  }
  .p_top .booking .b_list li .txt h3 {
    font-weight: 700;
    font-size: 5.7971vw;
    line-height: 1.17;
    margin-bottom: 3.38164vw;
  }
  .p_top .booking .b_list li .txt p {
    font-size: 3.86473vw;
    line-height: 1.75;
  }
  .p_top .booking .b_list li .txt .df {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p_top .booking .b_list li .txt .df span {
    width: 35.2657vw;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .p_top .booking .b_list li figure {
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    overflow: hidden;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .p_top .booking .b_list li figure img {
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    overflow: hidden;
  }
  .p_top .qa {
    padding-bottom: 17.14976vw;
  }
  .p_top .qa h2 {
    font-weight: 900;
    font-size: 7.72947vw;
    line-height: 1.45238;
    text-align: center;
    margin-bottom: 11.83575vw;
  }
  .p_top .qa .qa_list dl {
    background: #A680AD;
    -moz-border-radius: 2.89855vw;
         border-radius: 2.89855vw;
    overflow: hidden;
  }
  .p_top .qa .qa_list dl + dl {
    margin-top: 2.41546vw;
  }
  .p_top .qa .qa_list dl dt {
    position: relative;
    font-size: 4.83092vw;
    font-weight: bold;
    color: #fff;
    padding: 4.34783vw 7.24638vw 2.41546vw 15.21739vw;
    cursor: pointer;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
    min-height: 17.14976vw;
  }
  .p_top .qa .qa_list dl dt:hover {
    opacity: 0.7;
  }
  .p_top .qa .qa_list dl dt::before {
    content: "Q";
    position: absolute;
    top: 50%;
    left: 3.1401vw;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    display: block;
    line-height: 1;
    font-size: 5.7971vw;
    width: 10.38647vw;
    height: 10.38647vw;
    background-color: #4E2262;
    -moz-border-radius: 2415.21739vw;
         border-radius: 2415.21739vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 1.20773vw;
  }
  .p_top .qa .qa_list dl dt .ic {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    width: 3.86473vw;
    height: 3.86473vw;
    right: 3.62319vw;
    top: 50%;
    margin-top: -1.93237vw;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p_top .qa .qa_list dl dt i {
    width: 3.86473vw;
    height: 3.86473vw;
    display: block;
    position: relative;
  }
  .p_top .qa .qa_list dl dt i:before, .p_top .qa .qa_list dl dt i:after {
    content: "";
    position: absolute;
    background-color: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p_top .qa .qa_list dl dt i:before {
    top: 0;
    left: 50%;
    width: 0.96618vw;
    height: 100%;
    margin-left: -0.48309vw;
  }
  .p_top .qa .qa_list dl dt i:after {
    top: 50%;
    left: 0;
    width: 100%;
    height: 0.96618vw;
    margin-top: -0.48309vw;
  }
  .p_top .qa .qa_list dl dt.is_active i:before {
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .p_top .qa .qa_list dl dt.is_active i:after {
    -webkit-transform: rotate(-135deg);
       -moz-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
  .p_top .qa .qa_list dl dt.is_active + dd {
    padding-bottom: 3.1401vw;
  }
  .p_top .qa .qa_list dl dd {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.3s ease-out;
    -moz-transition: max-height 0.3s ease-out;
    transition: max-height 0.3s ease-out;
    padding: 0 3.1401vw;
  }
  .p_top .qa .qa_list dl dd .ask {
    padding: 4.83092vw;
    font-size: 3.86473vw;
    line-height: 1.5625;
    font-weight: 500;
    background: #F7EAF9;
    -moz-border-radius: 2.89855vw;
         border-radius: 2.89855vw;
  }
  .p_top .message {
    background-color: #F7ECFA;
    padding: 15.70048vw 0 18.11594vw;
  }
  .p_top .message h2 {
    text-align: center;
    font-weight: 900;
    font-size: 7.72947vw;
    line-height: 1.45238;
    text-align: center;
    color: #4E2262;
    margin-bottom: 6.28019vw;
  }
  .p_top .message ul li + li {
    margin-top: 14.49275vw;
  }
  .p_top .message ul li figure {
    width: 63.28502vw;
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    overflow: hidden;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin: 0 auto 6.76329vw;
  }
  .p_top .message ul li figure img {
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    overflow: hidden;
  }
  .p_top .message ul li .txt {
    width: 100%;
  }
  .p_top .message ul li .txt h3 {
    font-weight: 900;
    font-size: 6.28019vw;
    line-height: 1.46154;
    margin-bottom: 3.62319vw;
  }
  .p_top .message ul li .txt p {
    font-size: 3.86473vw;
    line-height: 1.75;
  }
  .p_top .contact {
    padding: 10.14493vw 0;
    background-color: #FF438C;
  }
  .p_top .contact h2 {
    text-align: center;
    font-weight: 900;
    font-size: 6.76329vw;
    line-height: 1.46429;
    margin-bottom: 7.72947vw;
  }
  .p_top .contact .tabsb {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-bottom: 5.7971vw;
  }
  .p_top .contact .tabsb li {
    width: 50%;
  }
  .p_top .contact .tabsb li a {
    background-color: #FFE1ED;
    font-weight: bold;
    font-size: 4.34783vw;
    color: #444444;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1.44928vw;
    -webkit-transition: background-color 0.3s, color 0.3s;
    -moz-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
    text-align: center;
  }
  .p_top .contact .tabsb li a.active {
    padding: 2.657vw;
    background-color: #FF438C;
    color: #fff;
  }
  .p_top .contact .c_main {
    background-color: #fff;
    padding: 10.14493vw 3.62319vw;
  }
  .p_top .contact .googleCalendar {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    margin-top: 2.89855vw;
  }
  .p_top .contact .googleCalendar iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .p_top .contact button {
    padding: 0;
    outline: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: 0;
    cursor: pointer;
    display: block;
    margin: 0 auto;
    max-width: 100%;
    background-color: #FF9D00;
    margin-top: 6.03865vw;
    margin-bottom: 3.86473vw;
    font-weight: 900;
    color: #fff;
    font-size: 6.28019vw;
    width: 136.47343vw;
    height: 18.59903vw;
  }
  .p_top .contact .form .f_note3 {
    font-size: 2.89855vw;
    text-align: center;
  }
  .p_top .contact .form .f_note {
    margin-bottom: 6.03865vw;
    font-weight: 700;
    font-size: 3.38164vw;
    text-align: center;
    color: #000000;
  }
  .p_top .contact .form .f_tt {
    background-color: #DACBE1;
    width: 79.22705vw;
    max-width: 100%;
    font-weight: bold;
    color: #4E2262;
    font-size: 3.86473vw;
    padding: 2.41546vw;
    text-align: center;
    margin: 4.10628vw 0 2.41546vw;
    margin-left: 7.24638vw;
  }
  .p_top .contact .form .f_note2 {
    font-size: 3.38164vw;
    margin-top: 2.657vw;
    padding-left: 7.24638vw;
  }
  .p_top .contact .form .f_txtError {
    font-size: 3.38164vw;
    margin-bottom: 0.96618vw;
    color: #f00;
  }
  .p_top .contact .form .f_txt01 {
    display: block;
    font-size: 4.34783vw;
    padding-top: 2.41546vw;
  }
  .p_top .contact .form .f_blk {
    padding-left: 7.24638vw;
  }
  .p_top .contact .form .f_blk .it {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: flex;
    -webkit-box-pack: end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .p_top .contact .form .f_blk .it + .it {
    margin-top: 1.44928vw;
  }
  .p_top .contact .form .f_blk .it span {
    font-size: 4.34783vw;
    font-weight: bold;
  }
  .p_top .contact .form .f_blk .it .select {
    width: 25.60386vw;
    margin-right: 1.93237vw;
  }
  .p_top .contact .form .f_blk .it .it_txt1 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: block;
    margin-right: auto;
  }
  .p_top .contact .form dl + dl {
    margin-top: 6.03865vw;
  }
  .p_top .contact .form dl dt {
    font-weight: 700;
    font-size: 4.34783vw;
    width: 55.07246vw;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 2.41546vw;
  }
  .p_top .contact .form dl dt small {
    font-size: 3.38164vw;
    color: #7B7B7B;
    margin-left: 3.1401vw;
  }
  .p_top .contact .form dl dt span {
    font-size: 3.38164vw;
    color: #FF0000;
    margin-left: 3.1401vw;
  }
  .p_top .contact .form dl dd {
    width: 100%;
  }
  .p_top .contact .form dl dd > p {
    margin-top: 1.20773vw;
  }
  .p_top .contact .form dl dd .list_rd, .p_top .contact .form dl dd .wpcf7-radio {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 3.86473vw 0;
  }
  .p_top .contact .form dl dd .list_rd .rd, .p_top .contact .form dl dd .list_rd .mwform-radio-field, .p_top .contact .form dl dd .list_rd .wpcf7-list-item, .p_top .contact .form dl dd .wpcf7-radio .rd, .p_top .contact .form dl dd .wpcf7-radio .mwform-radio-field, .p_top .contact .form dl dd .wpcf7-radio .wpcf7-list-item {
    margin-left: 0;
  }
  .p_top .contact .form dl dd .list_rd .rd:not(:last-child), .p_top .contact .form dl dd .list_rd .mwform-radio-field:not(:last-child), .p_top .contact .form dl dd .list_rd .wpcf7-list-item:not(:last-child), .p_top .contact .form dl dd .wpcf7-radio .rd:not(:last-child), .p_top .contact .form dl dd .wpcf7-radio .mwform-radio-field:not(:last-child), .p_top .contact .form dl dd .wpcf7-radio .wpcf7-list-item:not(:last-child) {
    margin-right: 9.42029vw;
  }
  .p_top .contact .form dl dd .list_rd .rd label, .p_top .contact .form dl dd .list_rd .mwform-radio-field label, .p_top .contact .form dl dd .list_rd .wpcf7-list-item label, .p_top .contact .form dl dd .wpcf7-radio .rd label, .p_top .contact .form dl dd .wpcf7-radio .mwform-radio-field label, .p_top .contact .form dl dd .wpcf7-radio .wpcf7-list-item label {
    display: block;
    position: relative;
    cursor: pointer;
    font-size: 4.34783vw;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    line-height: 4.83092vw;
  }
  .p_top .contact .form dl dd .list_rd .rd label input, .p_top .contact .form dl dd .list_rd .mwform-radio-field label input, .p_top .contact .form dl dd .list_rd .wpcf7-list-item label input, .p_top .contact .form dl dd .wpcf7-radio .rd label input, .p_top .contact .form dl dd .wpcf7-radio .mwform-radio-field label input, .p_top .contact .form dl dd .wpcf7-radio .wpcf7-list-item label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  .p_top .contact .form dl dd .list_rd .rd span, .p_top .contact .form dl dd .list_rd .mwform-radio-field span, .p_top .contact .form dl dd .list_rd .wpcf7-list-item span, .p_top .contact .form dl dd .wpcf7-radio .rd span, .p_top .contact .form dl dd .wpcf7-radio .mwform-radio-field span, .p_top .contact .form dl dd .wpcf7-radio .wpcf7-list-item span {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    display: inline-block;
    padding: 0 0 0 5.55556vw;
  }
  .p_top .contact .form dl dd .list_rd .rd span::before, .p_top .contact .form dl dd .list_rd .mwform-radio-field span::before, .p_top .contact .form dl dd .list_rd .wpcf7-list-item span::before, .p_top .contact .form dl dd .wpcf7-radio .rd span::before, .p_top .contact .form dl dd .wpcf7-radio .mwform-radio-field span::before, .p_top .contact .form dl dd .wpcf7-radio .wpcf7-list-item span::before {
    position: absolute;
    content: "";
    top: 0.72464vw;
    left: 0;
    -moz-border-radius: 50%;
         border-radius: 50%;
    width: 3.38164vw;
    height: 3.38164vw;
    background-color: #D9D9D9;
  }
  .p_top .contact .form dl dd .list_rd .rd span::after, .p_top .contact .form dl dd .list_rd .mwform-radio-field span::after, .p_top .contact .form dl dd .list_rd .wpcf7-list-item span::after, .p_top .contact .form dl dd .wpcf7-radio .rd span::after, .p_top .contact .form dl dd .wpcf7-radio .mwform-radio-field span::after, .p_top .contact .form dl dd .wpcf7-radio .wpcf7-list-item span::after {
    top: 1.44928vw;
    left: 0.72464vw;
    width: 1.93237vw;
    height: 1.93237vw;
    -moz-border-radius: 50%;
         border-radius: 50%;
    background: #000;
    content: "";
    position: absolute;
    display: none;
  }
  .p_top .contact .form dl dd .list_rd .rd label input:checked ~ span:after, .p_top .contact .form dl dd .list_rd .mwform-radio-field label input:checked ~ span:after, .p_top .contact .form dl dd .list_rd .wpcf7-list-item label input:checked ~ span:after, .p_top .contact .form dl dd .wpcf7-radio .rd label input:checked ~ span:after, .p_top .contact .form dl dd .wpcf7-radio .mwform-radio-field label input:checked ~ span:after, .p_top .contact .form dl dd .wpcf7-radio .wpcf7-list-item label input:checked ~ span:after {
    display: block;
  }
  .p_top .contact .form dl dd .list_checkbox {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p_top .contact .form dl dd .list_checkbox li, .p_top .contact .form dl dd .list_checkbox .mwform-checkbox-field {
    display: inline-block;
    margin-bottom: 1.20773vw;
    margin-top: 1.20773vw;
  }
  .p_top .contact .form dl dd .list_checkbox li:not(:last-child), .p_top .contact .form dl dd .list_checkbox .mwform-checkbox-field:not(:last-child) {
    margin-right: 8.21256vw;
  }
  .p_top .contact .form dl dd .list_checkbox label {
    position: relative;
    cursor: pointer;
    font-size: 4.34783vw;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    display: inline-block;
  }
  .p_top .contact .form dl dd .list_checkbox label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }
  .p_top .contact .form dl dd .list_checkbox label span {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    display: inline-block;
    padding: 0 0 0 5.7971vw;
  }
  .p_top .contact .form dl dd .list_checkbox label span::before {
    position: absolute;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    width: 4.34783vw;
    height: 4.34783vw;
    background-color: #F3F3F3;
  }
  .p_top .contact .form dl dd .list_checkbox label span::after {
    left: 1.44928vw;
    top: 1.69082vw;
    width: 1.20773vw;
    height: 2.41546vw;
    border: solid #000;
    border-width: 0 0.48309vw 0.48309vw 0;
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    content: "";
    position: absolute;
    display: none;
  }
  .p_top .contact .form dl dd .list_checkbox label input:checked ~ span:after {
    display: block;
  }
  .p_top .contact .form dl dd input {
    width: 100%;
    padding: 0 5.31401vw;
    outline: none;
    font-size: 4.34783vw;
    font-size: -webkit-calc(max(4.34783vw, 16px));
    font-size: -moz-calc(max(4.34783vw, 16px));
    font-size: calc(max(4.34783vw, 16px));
    color: #000;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    -moz-border-radius: 0;
         border-radius: 0;
    height: 11.5942vw;
    background: #F3F3F3;
    border: 0;
  }
  .p_top .contact .form dl dd input::-webkit-input-placeholder {
    color: #CBCBCB;
    opacity: 1;
  }
  .p_top .contact .form dl dd input::-moz-placeholder {
    color: #CBCBCB;
    opacity: 1;
  }
  .p_top .contact .form dl dd input:-ms-input-placeholder {
    color: #CBCBCB;
    opacity: 1;
  }
  .p_top .contact .form dl dd input::placeholder {
    color: #CBCBCB;
    opacity: 1;
  }
  .p_top .contact .form dl dd input.sm1 {
    width: 36.95652vw;
  }
  .p_top .contact .form dl dd input.md {
    width: 85.2657vw;
  }
  .p_top .contact .form dl dd .zip_area {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p_top .contact .form dl dd .btn_view {
    width: 31.88406vw;
    height: 6.28019vw;
    background: #4E2262;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 2.89855vw;
    color: #fff;
    margin-left: 3.62319vw;
    cursor: pointer;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .p_top .contact .form dl dd .btn_view:hover {
    opacity: 0.7;
  }
  .p_top .contact .form dl dd .type_other {
    margin-top: 2.657vw;
  }
  .p_top .contact .form dl dd .type_other p {
    font-size: 4.34783vw;
    margin-bottom: 1.20773vw;
  }
  .p_top .contact .form dl dd .type_other p span {
    color: #FF0000;
    font-weight: bold;
    font-size: 3.38164vw;
    margin-left: 1.93237vw;
  }
  .p_top .contact .form dl dd .f_Fee {
    font-weight: bold;
    font-size: 4.34783vw;
    margin-top: 2.41546vw;
  }
  .p_top .contact .form dl dd .f_Fee .type_sl_building_show {
    margin-left: 7.24638vw;
  }
  .p_top .contact .form dl dd .f_Fee span {
    font-size: 5.7971vw;
  }
  .p_top .contact .form dl dd .f_Fee span i {
    font-style: normal;
  }
  .p_top .contact .form dl dd .f_Fee .f_des {
    font-weight: 400;
    font-size: 5.07246vw;
    line-height: 1.47619;
  }
  .p_top .contact .form dl dd .f_Fee .f_price {
    font-size: 6.76329vw;
    font-weight: bold;
  }
  .p_top .contact .form dl dd .f_Fee .f_price i {
    font-style: normal;
    font-size: 14.25121vw;
    line-height: 1;
  }
  .p_top .contact .form dl dd .blkTime {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    /*-webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;*/
    margin-bottom: 3.1401vw;
  }
  .p_top .contact .form dl dd .blkTime .cal {
    margin-bottom: 2.657vw;
    margin-right: 6.52174vw;
  }
  .p_top .contact .form dl dd .blkTime .cal input {
    width: 32.85024vw;
    padding: 0;
    text-align: center;
  }
  .p_top .contact .form dl dd .blkTime .cal input::-webkit-input-placeholder {
    color: #000;
    opacity: 1;
  }
  .p_top .contact .form dl dd .blkTime .cal input::-moz-placeholder {
    color: #000;
    opacity: 1;
  }
  .p_top .contact .form dl dd .blkTime .cal input:-ms-input-placeholder {
    color: #000;
    opacity: 1;
  }
  .p_top .contact .form dl dd .blkTime .cal input::placeholder {
    color: #000;
    opacity: 1;
  }
  .p_top .contact .form dl dd .blkTime .select {
    width: 40vw;
  }
  .p_top .contact .form dl dd .blkTime .f_fromTo {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p_top .contact .form dl dd .blkTime .f_fromTo span {
    margin: 0 1.20773vw;
  }
  .p_top .contact .form dl dd .blkTxt {
    font-size: 2.89855vw;
    font-weight: 400;
  }
  .p_top .contact .form dl dd .blkTxt span {
    display: block;
    font-size: 4.34783vw;
  }
  .p_top .contact .form dl dd .blkTxt small {
    font-size: 2.89855vw;
    color: #FF0000;
  }
  .p_top .contact .form dl dd .select {
    width: 55.7971vw;
  }
  .p_top .contact .form dl dd .select label {
    display: block;
    position: relative;
    -webkit-perspective: 0.24155vw;
       -moz-perspective: 0.24155vw;
            perspective: 0.24155vw;
    height: 11.5942vw;
    background: #F3F3F3;
  }
  .p_top .contact .form dl dd .select label::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 3.62319vw;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 2.17391vw;
    height: 2.41546vw;
    background: url(../img/select_ar.svg) center/100% 100% no-repeat;
    display: block;
  }
  .p_top .contact .form dl dd .select label select {
    width: 100%;
    height: 100%;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    outline: none;
    border: none;
    padding: 0 8.45411vw 0 5.31401vw;
    background: transparent;
    font-weight: 400;
    font-size: 4.34783vw;
    cursor: pointer;
    position: relative;
    z-index: 3;
    font-size: -webkit-calc(max(4.34783vw, 16px));
    font-size: -moz-calc(max(4.34783vw, 16px));
    font-size: calc(max(4.34783vw, 16px));
  }
  .p_top .contact .form dl dd .select label select::-ms-expand {
    display: none;
  }
  .p_policy .header_mail {
    display: none;
  }
  .p_policy .footer .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p_policy .footer .row p + p {
    margin-top: 9.66184vw;
  }
  .p_policy .policy {
    color: #4E2262;
    padding: 15.70048vw 0 19.32367vw;
    min-height: -webkit-calc(100vh - 16.42512vw - 25.60386vw);
    min-height: -moz-calc(100vh - 16.42512vw - 25.60386vw);
    min-height: calc(100vh - 16.42512vw - 25.60386vw);
  }
  .p_policy .policy h2 {
    font-weight: 900;
    font-size: 7.72947vw;
    margin-bottom: 7.24638vw;
    text-align: center;
  }
  .p_policy .policy .tac {
    text-align: center;
  }
  .p_policy .policy .fwb {
    font-weight: bold;
  }
  .p_policy .policy div {
    font-size: 3.86473vw;
    line-height: 2;
    font-weight: bold;
  }
  .wrap_datepicker {
    position: relative;
  }
  .wrap_datepicker input.datepicker {
    cursor: pointer;
    width: 43.47826vw;
    border: 1px solid #ddd;
    background-color: transparent;
  }
  .wrap_datepicker input.datepicker::-webkit-input-placeholder {
    color: #262626;
    opacity: 1;
  }
  .wrap_datepicker input.datepicker::-moz-placeholder {
    color: #262626;
  }
  .wrap_datepicker input.datepicker:-ms-input-placeholder {
    color: #262626;
  }
  .wrap_datepicker input.datepicker:-moz-placeholder {
    color: #262626;
  }
  .wrap_datepicker .datepicker {
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .wrap_datepicker .datepicker.focus ~ .wrap_table {
    border: 1px solid #d1d1d1;
    z-index: 1;
    visibility: visible;
    top: 0;
    opacity: 1;
  }
  .wrap_datepicker .datepicker ~ .wrap_table {
    padding: 1.20773vw;
    position: absolute;
    top: -7.24638vw;
    background: #fff;
    width: 67.63285vw;
    margin-top: 12.07729vw;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: 1px solid #d1d1d1;
  }
  .wrap_datepicker .datepicker ~ .wrap_table > p {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-size: 3.86473vw;
    line-height: 9.66184vw;
    background: #d1d1d1;
    -moz-border-radius: 1.20773vw;
         border-radius: 1.20773vw;
    color: #000000;
    border-bottom: 0;
    margin-bottom: 0;
  }
  .wrap_datepicker .datepicker ~ .wrap_table > p span.next, .wrap_datepicker .datepicker ~ .wrap_table > p span.prev {
    display: inline-block;
    width: 9.66184vw;
    height: 9.66184vw;
    position: relative;
    text-indent: -2415.21739vw;
    overflow: hidden;
    cursor: pointer;
  }
  .wrap_datepicker .datepicker ~ .wrap_table > p span.next::before, .wrap_datepicker .datepicker ~ .wrap_table > p span.prev::before {
    position: absolute;
    content: "";
    width: 2.17391vw;
    height: 3.62319vw;
    background: url("../img/cal_arrow.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .wrap_datepicker .datepicker ~ .wrap_table > p span.prev::before {
    -webkit-transform: translate(-50%, -50%) scale(-1);
       -moz-transform: translate(-50%, -50%) scale(-1);
        -ms-transform: translate(-50%, -50%) scale(-1);
            transform: translate(-50%, -50%) scale(-1);
  }
  .wrap_datepicker .datepicker ~ .wrap_table table {
    width: 100%;
    text-align: center;
    overflow: hidden;
  }
  .wrap_datepicker .datepicker ~ .wrap_table table tr th {
    border: 1px solid #fff;
    color: #000000;
    font-size: 3.38164vw;
    line-height: 2;
    font-weight: normal;
  }
  .wrap_datepicker .datepicker ~ .wrap_table table tr td {
    border: 1px solid #d1d1d1;
    font-size: 3.38164vw;
    line-height: 2;
    width: 8.69565vw;
    height: 7.24638vw;
    background: #f6f6f6;
    color: #d1d1d1;
  }
  .wrap_datepicker .datepicker ~ .wrap_table table tr td.active {
    cursor: pointer;
    color: #000;
  }
  .wrap_datepicker .datepicker ~ .wrap_table table tr td.selected {
    border-color: #000;
  }
  .wrap_datepicker .datepicker ~ .wrap_table table tr td.no_day {
    opacity: 0;
  }
  .tab_content02 {
    display: none;
  }
  .tab_content02.active {
    display: block;
  }
}

.error {
  color: #ff0000;
  display: block;
  width: 100%;
}

.effect {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}

.delay03 {
  -webkit-transition: all 1s ease 0.3s;
  -moz-transition: all 1s ease 0.3s;
  transition: all 1s ease 0.3s;
}

.delay06 {
  -webkit-transition: all 1s ease 0.6s;
  -moz-transition: all 1s ease 0.6s;
  transition: all 1s ease 0.6s;
}

.delay09 {
  -webkit-transition: all 1s ease 0.9s;
  -moz-transition: all 1s ease 0.9s;
  transition: all 1s ease 0.9s;
}

.delay12 {
  -webkit-transition: all 1s ease 1.2s;
  -moz-transition: all 1s ease 1.2s;
  transition: all 1s ease 1.2s;
}

.delay15 {
  -webkit-transition: all 1s ease 1.5s;
  -moz-transition: all 1s ease 1.5s;
  transition: all 1s ease 1.5s;
}

.fadeInUp {
  -webkit-transform: translate3d(0, 100px, 0);
  -moz-transform: translate3d(0, 100px, 0);
  transform: translate3d(0, 100px, 0);
  opacity: 0;
}

.fadeInUp.active {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.fadeIn {
  opacity: 0;
}

.fadeIn.active {
  opacity: 1;
}

.animPopup.active {
  -webkit-animation: animPopup 1.6s linear both 0.7s;
     -moz-animation: animPopup 1.6s linear both 0.7s;
          animation: animPopup 1.6s linear both 0.7s;
}

.fallingDown {
  -webkit-transform: translate3d(0, -100px, 0);
  -moz-transform: translate3d(0, -100px, 0);
  transform: translate3d(0, -100px, 0);
  opacity: 0;
}

.fallingDown.active {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.fadeInLeft {
  -webkit-transform: translate3d(100px, 0, 0);
  -moz-transform: translate3d(100px, 0, 0);
  transform: translate3d(100px, 0, 0);
  opacity: 0;
}

.fadeInLeft.active {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.fadeInRight {
  -webkit-transform: translate3d(-100px, 0, 0);
  -moz-transform: translate3d(-100px, 0, 0);
  transform: translate3d(-100px, 0, 0);
  opacity: 0;
}

.fadeInRight.active {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

@-webkit-keyframes UpDown {
  0% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  100% {
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
  }
}

@-moz-keyframes UpDown {
  0% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  100% {
    -moz-transform: translateY(15px);
    transform: translateY(15px);
  }
}

@keyframes UpDown {
  0% {
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  100% {
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    transform: translateY(15px);
  }
}

@-webkit-keyframes animPopup {
  0% {
    -webkit-transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
            transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
  }
  5.11% {
    -webkit-transform: matrix3d(0.956, 0, 0, 0, 0, 0.956, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.956, 0, 0, 0, 0, 0.956, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  7.71% {
    -webkit-transform: matrix3d(1.073, 0, 0, 0, 0, 1.073, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.073, 0, 0, 0, 0, 1.073, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  10.21% {
    -webkit-transform: matrix3d(1.106, 0, 0, 0, 0, 1.106, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.106, 0, 0, 0, 0, 1.106, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  13.21% {
    -webkit-transform: matrix3d(1.074, 0, 0, 0, 0, 1.074, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.074, 0, 0, 0, 0, 1.074, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  16.12% {
    -webkit-transform: matrix3d(1.022, 0, 0, 0, 0, 1.022, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.022, 0, 0, 0, 0, 1.022, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  19.02% {
    -webkit-transform: matrix3d(0.986, 0, 0, 0, 0, 0.986, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.986, 0, 0, 0, 0, 0.986, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  21.92% {
    -webkit-transform: matrix3d(0.975, 0, 0, 0, 0, 0.975, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.975, 0, 0, 0, 0, 0.975, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  33.73% {
    -webkit-transform: matrix3d(1.006, 0, 0, 0, 0, 1.006, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.006, 0, 0, 0, 0, 1.006, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  45.55% {
    -webkit-transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  57.26% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  69.07% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  80.88% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  92.59% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}

@-moz-keyframes animPopup {
  0% {
    -moz-transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
         transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
  }
  5.11% {
    -moz-transform: matrix3d(0.956, 0, 0, 0, 0, 0.956, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
         transform: matrix3d(0.956, 0, 0, 0, 0, 0.956, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  7.71% {
    -moz-transform: matrix3d(1.073, 0, 0, 0, 0, 1.073, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
         transform: matrix3d(1.073, 0, 0, 0, 0, 1.073, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  10.21% {
    -moz-transform: matrix3d(1.106, 0, 0, 0, 0, 1.106, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
         transform: matrix3d(1.106, 0, 0, 0, 0, 1.106, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  13.21% {
    -moz-transform: matrix3d(1.074, 0, 0, 0, 0, 1.074, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
         transform: matrix3d(1.074, 0, 0, 0, 0, 1.074, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  16.12% {
    -moz-transform: matrix3d(1.022, 0, 0, 0, 0, 1.022, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
         transform: matrix3d(1.022, 0, 0, 0, 0, 1.022, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  19.02% {
    -moz-transform: matrix3d(0.986, 0, 0, 0, 0, 0.986, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
         transform: matrix3d(0.986, 0, 0, 0, 0, 0.986, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  21.92% {
    -moz-transform: matrix3d(0.975, 0, 0, 0, 0, 0.975, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
         transform: matrix3d(0.975, 0, 0, 0, 0, 0.975, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  33.73% {
    -moz-transform: matrix3d(1.006, 0, 0, 0, 0, 1.006, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
         transform: matrix3d(1.006, 0, 0, 0, 0, 1.006, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  45.55% {
    -moz-transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
         transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  57.26% {
    -moz-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
         transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  69.07% {
    -moz-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
         transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  80.88% {
    -moz-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
         transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  92.59% {
    -moz-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
         transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    -moz-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
         transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}

@keyframes animPopup {
  0% {
    -webkit-transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
       -moz-transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
            transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
  }
  5.11% {
    -webkit-transform: matrix3d(0.956, 0, 0, 0, 0, 0.956, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
       -moz-transform: matrix3d(0.956, 0, 0, 0, 0, 0.956, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.956, 0, 0, 0, 0, 0.956, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  7.71% {
    -webkit-transform: matrix3d(1.073, 0, 0, 0, 0, 1.073, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
       -moz-transform: matrix3d(1.073, 0, 0, 0, 0, 1.073, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.073, 0, 0, 0, 0, 1.073, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  10.21% {
    -webkit-transform: matrix3d(1.106, 0, 0, 0, 0, 1.106, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
       -moz-transform: matrix3d(1.106, 0, 0, 0, 0, 1.106, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.106, 0, 0, 0, 0, 1.106, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  13.21% {
    -webkit-transform: matrix3d(1.074, 0, 0, 0, 0, 1.074, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
       -moz-transform: matrix3d(1.074, 0, 0, 0, 0, 1.074, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.074, 0, 0, 0, 0, 1.074, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  16.12% {
    -webkit-transform: matrix3d(1.022, 0, 0, 0, 0, 1.022, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
       -moz-transform: matrix3d(1.022, 0, 0, 0, 0, 1.022, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.022, 0, 0, 0, 0, 1.022, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  19.02% {
    -webkit-transform: matrix3d(0.986, 0, 0, 0, 0, 0.986, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
       -moz-transform: matrix3d(0.986, 0, 0, 0, 0, 0.986, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.986, 0, 0, 0, 0, 0.986, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  21.92% {
    -webkit-transform: matrix3d(0.975, 0, 0, 0, 0, 0.975, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
       -moz-transform: matrix3d(0.975, 0, 0, 0, 0, 0.975, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.975, 0, 0, 0, 0, 0.975, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  33.73% {
    -webkit-transform: matrix3d(1.006, 0, 0, 0, 0, 1.006, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
       -moz-transform: matrix3d(1.006, 0, 0, 0, 0, 1.006, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.006, 0, 0, 0, 0, 1.006, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  45.55% {
    -webkit-transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
       -moz-transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  57.26% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
       -moz-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  69.07% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
       -moz-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  80.88% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
       -moz-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  92.59% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
       -moz-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
       -moz-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}

@-webkit-keyframes mv_track {
  0% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  25% {
    -webkit-transform: translate(0, 3px);
    -moz-transform: translate(0, 3px);
    transform: translate(0, 3px);
  }
  50% {
    -webkit-transform: translate(3px, 0);
    -moz-transform: translate(3px, 0);
    transform: translate(3px, 0);
  }
  75% {
    -webkit-transform: translate(0, 3px);
    -moz-transform: translate(0, 3px);
    transform: translate(0, 3px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@-moz-keyframes mv_track {
  0% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  25% {
    -webkit-transform: translate(0, 3px);
    -moz-transform: translate(0, 3px);
    transform: translate(0, 3px);
  }
  50% {
    -webkit-transform: translate(3px, 0);
    -moz-transform: translate(3px, 0);
    transform: translate(3px, 0);
  }
  75% {
    -webkit-transform: translate(0, 3px);
    -moz-transform: translate(0, 3px);
    transform: translate(0, 3px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes mv_track {
  0% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  25% {
    -webkit-transform: translate(0, 3px);
    -moz-transform: translate(0, 3px);
    transform: translate(0, 3px);
  }
  50% {
    -webkit-transform: translate(3px, 0);
    -moz-transform: translate(3px, 0);
    transform: translate(3px, 0);
  }
  75% {
    -webkit-transform: translate(0, 3px);
    -moz-transform: translate(0, 3px);
    transform: translate(0, 3px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@-webkit-keyframes mv_panda {
  0% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
    -moz-transform: scale(1, 1) translate(0%, 0%);
    transform: scale(1, 1) translate(0%, 0%);
  }
  40% {
    -webkit-transform: scale(0.95, 1.2) translate(0%, -10%);
    -moz-transform: scale(0.95, 1.2) translate(0%, -10%);
    transform: scale(0.95, 1.2) translate(0%, -10%);
  }
  50% {
    -webkit-transform: scale(1.1, 0.9) translate(0%, 5%);
    -moz-transform: scale(1.1, 0.9) translate(0%, 5%);
    transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  60% {
    -webkit-transform: scale(0.95, 1.05) translate(0%, -3%);
    -moz-transform: scale(0.95, 1.05) translate(0%, -3%);
    transform: scale(0.95, 1.05) translate(0%, -3%);
  }
  70% {
    -webkit-transform: scale(1.05, 0.95) translate(0%, 3%);
    -moz-transform: scale(1.05, 0.95) translate(0%, 3%);
    transform: scale(1.05, 0.95) translate(0%, 3%);
  }
  80% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
    -moz-transform: scale(1, 1) translate(0%, 0%);
    transform: scale(1, 1) translate(0%, 0%);
  }
  100% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
    -moz-transform: scale(1, 1) translate(0%, 0%);
    transform: scale(1, 1) translate(0%, 0%);
  }
}

@-moz-keyframes mv_panda {
  0% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
    -moz-transform: scale(1, 1) translate(0%, 0%);
    transform: scale(1, 1) translate(0%, 0%);
  }
  40% {
    -webkit-transform: scale(0.95, 1.2) translate(0%, -10%);
    -moz-transform: scale(0.95, 1.2) translate(0%, -10%);
    transform: scale(0.95, 1.2) translate(0%, -10%);
  }
  50% {
    -webkit-transform: scale(1.1, 0.9) translate(0%, 5%);
    -moz-transform: scale(1.1, 0.9) translate(0%, 5%);
    transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  60% {
    -webkit-transform: scale(0.95, 1.05) translate(0%, -3%);
    -moz-transform: scale(0.95, 1.05) translate(0%, -3%);
    transform: scale(0.95, 1.05) translate(0%, -3%);
  }
  70% {
    -webkit-transform: scale(1.05, 0.95) translate(0%, 3%);
    -moz-transform: scale(1.05, 0.95) translate(0%, 3%);
    transform: scale(1.05, 0.95) translate(0%, 3%);
  }
  80% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
    -moz-transform: scale(1, 1) translate(0%, 0%);
    transform: scale(1, 1) translate(0%, 0%);
  }
  100% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
    -moz-transform: scale(1, 1) translate(0%, 0%);
    transform: scale(1, 1) translate(0%, 0%);
  }
}

@keyframes mv_panda {
  0% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
    -moz-transform: scale(1, 1) translate(0%, 0%);
    transform: scale(1, 1) translate(0%, 0%);
  }
  40% {
    -webkit-transform: scale(0.95, 1.2) translate(0%, -10%);
    -moz-transform: scale(0.95, 1.2) translate(0%, -10%);
    transform: scale(0.95, 1.2) translate(0%, -10%);
  }
  50% {
    -webkit-transform: scale(1.1, 0.9) translate(0%, 5%);
    -moz-transform: scale(1.1, 0.9) translate(0%, 5%);
    transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  60% {
    -webkit-transform: scale(0.95, 1.05) translate(0%, -3%);
    -moz-transform: scale(0.95, 1.05) translate(0%, -3%);
    transform: scale(0.95, 1.05) translate(0%, -3%);
  }
  70% {
    -webkit-transform: scale(1.05, 0.95) translate(0%, 3%);
    -moz-transform: scale(1.05, 0.95) translate(0%, 3%);
    transform: scale(1.05, 0.95) translate(0%, 3%);
  }
  80% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
    -moz-transform: scale(1, 1) translate(0%, 0%);
    transform: scale(1, 1) translate(0%, 0%);
  }
  100% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
    -moz-transform: scale(1, 1) translate(0%, 0%);
    transform: scale(1, 1) translate(0%, 0%);
  }
}

.hiddenUser, .resultSecond {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  z-index: -1;
  overflow: hidden;
}
.button-55 {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 250px;
	 max-width: 80%;
    margin: 0 auto;
    padding: .9em 2em;
    border: none;
    border-radius: 5px;
    background-color: #d02580;
    color: #fff;
    font-weight: 600;
    font-size: 1em;
	color:#ffffff;
}

.button-55::after {
    width: 1.25em;
    height: 1.25em;
    margin-left: 8px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M10 6V8H5V19H16V14H18V20C18 20.5523 17.5523 21 17 21H4C3.44772 21 3 20.5523 3 20V7C3 6.44772 3.44772 6 4 6H10ZM21 3V11H19L18.9999 6.413L11.2071 14.2071L9.79289 12.7929L17.5849 5H13V3H21Z' fill='%23fff'%3E%3C/path%3E%3C/svg%3E");
    content: '';
}

.button-55:hover {
    background-color: #c01570;
	color:#ffffff;
}
.button-55:visited {
	color:#ffffff;
}