.inner {
    width: 1000px;
    margin: 0 auto;
    padding: 0;
}

.inner01 {
    width: 900px;
    margin: 0 auto;
    padding: 0;
}

.inner02 {
    width: 800px;
    margin: 0 auto;
    padding: 0;
}

.inner03 {
    width: 1270px;
    margin: 0 auto;
    padding: 0;
}

html {
    font-family: 'Noto Sans', sans-serif;
    box-sizing: border-box;
}

/* ================ HEADER ================ */

.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 17;
}

.header:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    left: 0;
    bottom: 0;
    background: -moz-linear-gradient(90deg, #31A73A 0, #0B5BAB 35%, #52197D 70%, #E20066 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, 90deg, color-stop(0, 31A73A), color-stop(35%, 0B5BAB), color-stop(70%, 52197D), color-stop(100%, E20066));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(90deg, #31A73A 0, #0B5BAB 35%, #52197D 70%, #E20066 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(90deg, #31A73A 0, #0B5BAB 35%, #52197D 70%, #E20066 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(90deg, #31A73A 0, #0B5BAB 35%, #52197D 70%, #E20066 100%);
    /* IE10+ */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#1301FE', endColorstr='#F4F60C', GradientType='1');
    /* for IE */
    background: linear-gradient(90deg, #31A73A 0, #0B5BAB 35%, #52197D 70%, #E20066 100%);
    /* W3C */
}

.paselive_logo {
    margin-right: 10px;
}

.header_top_l a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    transition: all 0.3s ease;
}

.header_top_l a:hover {
    color: #FBED21;
}

.header_top_sp {
    display: none;
}


#contents {
    position: relative;
    overflow: hidden;
}

#contents:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    left: 0;
    top: 0;
    background: -moz-linear-gradient(90deg, #31A73A 0, #0B5BAB 35%, #52197D 70%, #E20066 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, 90deg, color-stop(0, 31A73A), color-stop(35%, 0B5BAB), color-stop(70%, 52197D), color-stop(100%, E20066));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(90deg, #31A73A 0, #0B5BAB 35%, #52197D 70%, #E20066 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(90deg, #31A73A 0, #0B5BAB 35%, #52197D 70%, #E20066 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(90deg, #31A73A 0, #0B5BAB 35%, #52197D 70%, #E20066 100%);
    /* IE10+ */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#1301FE', endColorstr='#F4F60C', GradientType='1');
    /* for IE */
    background: linear-gradient(90deg, #31A73A 0, #0B5BAB 35%, #52197D 70%, #E20066 100%);
    /* W3C */
}

.header_top_ct {
    background: #000;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    height: 90px;
}

.header_top_l {
    padding-left: 10%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.header_top_r {
    margin-left: auto;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.gnavi02>ul {
    display: flex;
    justify-content: flex-end;
    height: 90px;
    align-content: center;
    align-items: center;
}

.gnavi02>ul>li>a {
    text-decoration: none;
    font-size: 14px;
    font-family: 'Heisei Kaku Gothic Std', 'Noto Sans', sans-serif;
    color: #fff;
    text-align: center;
    display: block;
    padding: 37px 30px;
    line-height: 1em;
    transition: all 0.3s ease;
}

.gnavi02>ul>li>a:hover {
    color: #FBED21;
}

.gnavi02>ul>li.gnavi02_contact_btn {
    width: 180px;
    padding: 0;
    background: #F20071;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease;
}

.gnavi02>ul>li.gnavi02_contact_btn:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 88px 30px 0 0;
    border-color: #000 transparent transparent transparent;
    top: 0;
    left: 0;
}

.gnavi02>ul>li.gnavi02_contact_btn a {
    font-size: 16px;
    font-weight: bold;
}

.gnavi02>ul>li.gnavi02_contact_btn:hover {
    opacity: 0.9;
}

.gnavi02>ul>li.gnavi02_contact_btn:hover a {
    color: #fff;
}

#nav {
    position: fixed;
    top: 90px;
    left: 0;
    right: 0;
    margin-bottom: -49px;
    z-index: 13;
}

.gnavi_sp {
    display: none;
}

.pc_navi {
    width: 100%;
    background: rgba(49, 48, 48, 0.59);
}

.pc_navi>ul {
    display: flex;
    max-width: 1000px;
    margin: 0 auto;
}

.pc_navi>ul>li {
    position: relative;
    width: 120px;
}

.pc_navi>ul>li>a,
.pc_navi>ul>li>p {
    display: block;
    padding: 20px 0;
    text-decoration: none;
    text-align: center;
    font-size: 14px;
    line-height: 1.3;
    letter-spacing: 0;
    color: #fff;
    font-weight: bold;
    transition: all .2s ease;
}

.pc_navi>ul>li>a.title,
.pc_navi>ul>li>p.title {
    position: relative
}

.pc_navi>ul>li>a.title:hover,
.pc_navi>ul>li>p.title:hover {
    content: "";
    background: #F20071;
    transition: all .5s ease
}

.pc_navi>ul>li:hover {
    background: #F20071
}

.pc_navi>ul .subInner {
    position: absolute;
    width: 100%;
    right: 50%;
    bottom: 0;
    padding-bottom: 10px;
    -webkit-transform: translate(50%, 100%);
    -ms-transform: translate(50%, 100%);
    transform: translate(50%, 100%);
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    opacity: 0;
    visibility: hidden;
    z-index: 1
}

.pc_navi>ul .subInner.active {
    opacity: 1;
    visibility: visible
}

.pc_navi>ul .subInner ul li {
    padding: 0 10px;
    background: rgba(49, 48, 48, 0.95);
    transition: all 0.3s ease;
}

.pc_navi>ul .subInner ul li a {
    position: relative;
    display: block;
    padding: 15px 0;
    font-size: 12px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    letter-spacing: 0;
    font-weight: bold;
}

.pc_navi>ul .subInner ul li:hover {
    background: rgba(49, 48, 48, 0.5)
}

.main {
    line-height: 0;
}

.main img {
    width: 100%;
}


/* ================ MAINVISUAL ================ */

#slide {
    position: relative;
}

#slide .bnr {
    position: absolute;
    left: calc(50% + 10.5vw);
    z-index: 1;
    width: 9vw;
    bottom: 1.5vw;
}

#slide .bnr img {
    width: 100%;
}


/* ================ SLIDER ================ */

.slick-dots {
    position: absolute;
}

.slick-dots li {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0 10px 0 0;
}

.slick-dots li:last-child {
    margin-right: 0;
}

.slick-dots li button {
    background: #4D4D4D;
    border-radius: 15px;
    width: 15px;
    height: 15px;
    outline: none;
    border: none;
    font-size: 0;
    line-height: 0;
    cursor: pointer;
}

.slick-dots li.slick-active button {
    background-color: #F81E83;
}

.slick-slide {
    outline: none;
    height: auto;
}

/* ================ USED ================ */

.used {
    background: #000;
    padding: 15px 0 100px;
}

.used_ttl {
    text-align: center;
    margin-bottom: 32px;
}

.used_ttl_sub01 {
    font-family: 'Heisei Kaku Gothic Std', 'Noto Sans', sans-serif;
    font-size: 28px;
    color: #FAEC21;
    font-weight: bold;
    position: relative;
    padding: 0 35px;
}

.used_ttl_sub01:before {
    position: absolute;
    content: "";
    background: #FAEC21;
    width: 3px;
    height: 25px;
    left: -5px;
    transform: skewX(45deg);
    top: 10px;
}

.used_ttl_sub01:after {
    position: absolute;
    content: "";
    background: #FAEC21;
    width: 3px;
    height: 25px;
    right: 0;
    transform: skewX(-45deg);
    top: 10px;
}

.used_company {
    max-width: 760px;
    margin: 0 auto;
}

.used_company_ls {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 44px;
}

.used_company_ls li {
    margin: 0 40px 14px 0;
}

.used_company_ls li:last-child {
    margin-right: 0;
}

.used_company_ls li:nth-child(3n) {
    margin-right: 0;
}

.used_btn {
    margin: 0 auto;
    width: 450px;
}

.used_btn .btn {
    padding: 22px 10px;
    border-color: #FBED21;
    color: #FBED21;
    font-size: 16px;
}

.used_btn .btn::after {
    content: "\f105";
    margin-left: 15px;
    font-size: 20px;
    font-family: "Font Awesome 5 Pro";
    color: #FBED21;
}

.used_btn .btn:hover {
    background-color: rgba(251, 237, 33, 0.9);
}


/* ================ TOPIC ================ */

.btn_arr::after {
    content: "\f054";
    margin-left: 15px;
    font-family: "Font Awesome 5 Pro";
    color: #F91E84;
    font-weight: bold;
    font-size: 14px;
    transition: all 0.3s ease;
}

.service_ct {
    position: relative;
}

.service_des_ct {
    padding: 0 80px 40px 80px;
    color: #fff;
}

.list_service_img {
    display: flex;
    margin-bottom: 30px;
}

.list_service_img li {
    width: calc(100% / 2);
    margin-right: 40px;
}

.list_service_img li:last-child {
    margin-right: 0;
}

.service_des_txt {
    font-family: "Heisei Kaku Gothic Std", sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    line-height: 2.1em;
    margin-bottom: 20px;
}

.service_ttl_bx.rotate {
    border-radius: 0;
}

.service_ttl_bx.rotate:before {
    content: "\2212";
}

.article {
    overflow: hidden;
}


/* ================ SHIBYA ================ */

#shop_service {
    position: relative;
    padding: 90px 0 5px;
    background: -moz-linear-gradient(90deg, #0C2610 0, #001726 35%, #231033 70%, #400821 100%);
    background: -webkit-gradient(linear, 90deg, color-stop(0, 0C2610), color-stop(35%, 001726), color-stop(70%, 231033), color-stop(100%, 400821));
    background: -webkit-linear-gradient(90deg, #0C2610 0, #001726 35%, #231033 70%, #400821 100%);
    background: -o-linear-gradient(90deg, #0C2610 0, #001726 35%, #231033 70%, #400821 100%);
    background: -ms-linear-gradient(90deg, #0C2610 0, #001726 35%, #231033 70%, #400821 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#1301FE', endColorstr='#F4F60C', GradientType='1');
    background: linear-gradient(90deg, #0C2610 0, #001726 35%, #231033 70%, #400821 100%);
}

.ttl {
    text-align: center;
    font-size: 50px;
    color: #0c1429;
    text-stroke: 1px #d6ca1f;
    -webkit-text-stroke: 1px #d6ca1f;
    font-weight: 700;
    font-family: 'Montserrat','Noto Sans JP', sans-serif;
    text-shadow: 0 0 5px #d6ca1f, 0 0 5px #d6ca1f;
    margin-bottom: 40px;
}
.ttl span{
    font-size: 30px;
    vertical-align: middle;
    margin-left: 15px;
    font-weight: 900;
    font-family: 'Noto Sans JP', sans-serif;
}
.ttl02 {
    text-align: center;
    color: #F91E84;
    font-weight: bold;
}

.slider {
    margin-bottom: 115px;
}

.slider .slick-dots {
    bottom: -55px;
    left: 50%;
    transform: translateX(-50%);
}

.slider .slick-dots li {
    display: inline-block;
}

.des {
    margin-bottom: 85px;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    line-height: 2.1em;
}

.spec {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 48px 100px;
    background-color: #000;
    box-shadow: 0 0 10px rgba(249, 30, 132, 0.75);
}

.spec_l {
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 0 20px 20px;
}

.spec_l span {
    display:inline-block;
    border-bottom: 1px solid #FBED21;
    font-family: 'Heisei Kaku Gothic Std', 'Noto Sans', sans-serif;
    position: relative;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 0 0 10px #FBED21;
}

.spec_r li:not(:last-child) {
    margin-bottom: 8px;
}

.spec_ttl {
    display: inline-block;
    width: 150px;
    margin-right: 25px;
    padding: 10px 20px;
    background: url(/images/paselive/common/ico_arr_pc.webp) center no-repeat;
    background-size: 100%;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    box-sizing: border-box;
}

.spec_des {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}

.spec_char {
    display: inline-block;
}

#shop_service::before {
    content: '';
    position: absolute;
    top: -20px;
    left: calc(50% - 500px);
    width: 230px;
    height: 210px;
    background: url(/images/paselive/common/ico01.webp) no-repeat;
}

#shop_service::after {
    content: '';
    position: absolute;
    top: 660px;
    right: calc(50% - 500px);
    width: 205px;
    height: 190px;
    background: url(/images/paselive/common/ico02.webp) no-repeat;
}


/* ================ CONTACT ================ */

.article .contact {
    padding: 80px 0;
}

.contact_ttl {
    position: relative;
    margin-bottom: 5px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    color: #fff;
}

.contact_ttl::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 140px;
    height: 78px;
    background: url(/images/paselive/common/contact_ttl_bg.webp) no-repeat;
}

.contact_sub01 {
    text-align: center;
    margin-bottom: 30px;
}

.contact_sub01_ttl {
    position: relative;
    padding: 0 50px;
    font-size: 16px;
    color: #F91E84;
    font-weight: bold;
}

.contact_sub01_ttl::before {
    position: absolute;
    content: '';
    background: #F91E84;
    width: 2px;
    height: 16px;
    left: 0;
    transform: skewX(40deg);
    top: 10px;
}

.contact_sub01_ttl::after {
    position: absolute;
    content: '';
    background: #F91E84;
    width: 2px;
    height: 16px;
    right: 0;
    transform: skewX(-40deg);
    top: 10px;
}

.contact_sub02 {
    margin-bottom: 22px;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    color: #fff;
}

.contact_bx {
    display: flex;
    justify-content: space-between;
}

.contact_btn_phone {
    width: 400px;
}

.contact_btn_phone a {
    display: block;
    padding-left: 40px;
    line-height: 1;
    text-decoration: none;
    box-sizing: border-box;
}

.contact_n {
    position: relative;
    display: block;
    margin-bottom: 15px;
    font-family: 'Heisei Kaku Gothic Std', 'Noto Sans', sans-serif;
    font-size: 50px;
    font-weight: bold;
    letter-spacing: 0.05em;
    color: #fff;
    line-height: 0.8;
}

.contact_n::before {
    content: '';
    width: 30px;
    height: 15px;
    background: url(/images/paselive/common/ico_voice.webp) center no-repeat;
    background-size: cover;
    position: absolute;
    top: 50%;
    left: -40px;
    transform: translateY(-50%);
}

.contact_h {
    display: block;
    font-family: 'Heisei Kaku Gothic Std', 'Noto Sans', sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}

.contact_btn_web {
    position: relative;
    width: 380px;
}

.contact_btn_web a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 22px 0;
    border: 1px solid #FBED21;
    font-size: 16px;
    font-weight: bold;
    color: #FBED21;
    text-decoration: none;
    box-sizing: border-box;
    transition: all 0.3s ease;
}

.contact_btn_web a::after {
    margin-left: 20px;
    content: "\f0e0";
    font-size: 20px;
    color: #FBED21;
    font-family: "Font Awesome 5 Pro";
    transition: all 0.3s ease;
}

.contact_btn_web a:hover {
    color: #fff;
    background-color: rgba(251, 237, 33, 0.9);
    ;
}

.contact_btn_web a:hover::after {
    color: #fff;
}


/* ================ POINT ================ */

#point{
    padding: 150px 0 0;
    background-color: #000;
}

.point_ttl {
    position: relative;
    margin-bottom: 75px;
    font-family: 'Heisei Kaku Gothic Std', 'Noto Sans', sans-serif;
    text-align: center;
    color: #FBED21;
    font-size: 32px;
    font-weight: bold;
    letter-spacing: 0.1em;
}

.point_ttl_sm {
    font-size: 20px;
}

.point_ttl::before {
    position: absolute;
    content: "";
    background: url(/images/paselive/common/point_bg.webp) no-repeat;
    background-size: 100% auto;
    width: 322px;
    height: 105px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.point_ls {
    margin-bottom: 65px;
}

.point_it {
    display: flex;
}

.point_it01 {
    margin-bottom: 27px;
}

.point_it02 {
    margin-bottom: 25px;
}

.point_txt {
    position: relative;
    width: 44%;
    padding-top: 50px;
}

.point_txt::after {
    content: '';
    width: 207px;
    height: 189px;
    background: url(/images/paselive/common/point_ico.webp) center no-repeat;
    background-size: cover;
    position: absolute;
    top: 30px;
    right: 22px;
}

.point_it02 .point_txt::after {
    right: -8px;
    top: 28px;
}

.point_it03 .point_txt::after {
    right: 22px;
    top: 38px;
}

.point_it03 .point_txt {
    padding-top: 70px;
}

.point_img {
    width: 56%;
}

.point_bx_ttl_sub {
    font-style: italic;
    color: #FAEC21;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
    padding-bottom: 5px;
    position: relative;
    margin-bottom: 20px;
    z-index: 1;
}

.point_bx_ttl_sub:before {
    position: absolute;
    content: '';
    background: url(/images/paselive/common/point_ico_ttl_sub.webp) no-repeat;
    background-size: 100% auto;
    width: 80px;
    height: 81px;
    top: 50%;
    transform: translateY(-50%);
    right: -40px;
    z-index: -1;
}

.point_bx_ttl_sub:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    background: #FAEC21;
    bottom: 0;
    left: 0;
}

.point_bx_ttl {
    position: relative;
    margin-bottom: 5px;
    font-family: 'Heisei Kaku Gothic Std', 'Noto Sans', sans-serif;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
}

.point_bx_dl {
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    line-height: 2em;
    letter-spacing: -0.05em;
}

.point_it02 .point_txt {
    order: 2;
    padding-left: 55px;
}

.point_events {
    position: relative;
    padding: 1px 1px 1px 2px;
    background: linear-gradient(90deg, rgba(57, 177, 74, 1) 0, rgba(14, 112, 184, 1) 33%, rgba(95, 158, 205, 1) 64%, rgba(233, 30, 120, 1) 100%);
}

.point_events::before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(0, 0, 0, 0);
    border-bottom-color: #4991c7;
    border-width: 28px;
    margin-left: -28px;
}

.point_events::after {
    bottom: 99%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(0, 0, 0, 0);
    border-bottom-color: #000;
    border-width: 29px;
    margin-left: -29px;
}

.point_events_wrap {
    padding: 35px 0 15px;
    background-color: #000;
    text-align: center;
}

.point_events_ttl {
    position: relative;
    display: inline-block;
    margin-bottom: 40px;
    padding-left: 42px;
    font-family: 'Heisei Kaku Gothic Std', 'Noto Sans', sans-serif;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    text-shadow: 0 0 10px #FBED21;
}

.point_events_ttl::before {
    content: '';
    width: 84px;
    height: 85px;
    background: url(/images/paselive/common/point_ico_star.webp) center no-repeat;
    background-size: cover;
    position: absolute;
    top: 50%;
    left: -30px;
    transform: translateY(-50%);
}

.point_events_ttl::after {
    content: '';
    width: 150px;
    height: 1px;
    background-color: #FBED21;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
}

.point_tags_ls {
    width: 900px;
    margin: 0 auto;
}

.point_tags_it {
    display: inline-block;
    margin: 0 15px 15px 0;
    padding: 10px 20px;
    background-color: #1A1A1A;
    font-family: 'Heisei Kaku Gothic Std', 'Noto Sans', sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}

.point_tags_it .mr0 {
    margin-right: 0;
}

.point_tags_it a {
    display: block;
    padding: 10px 20px;
    background-color: #1A1A1A;
    font-family: 'Heisei Kaku Gothic Std', 'Noto Sans', sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
}

.point_tags_it:last-child {
    background-color: transparent;
    padding: 15px 10px;
}


/* ================ SERVICE ================ */

.service {
    position: relative;
    padding: 150px 0 50px;
    background: #000;
    overflow: hidden;
}

.service .txt_ttl {
    margin-bottom: 75px;
}

.ttl_des {
    font-size: 19px;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

.service .ttl_des {
    margin-bottom: 30px;
}

.service_it {
    margin-bottom: 20px;
    background: -moz-linear-gradient(90deg, rgba(57, 179, 74, 0.4) 0, rgba(0, 113, 186, 0.4) 35%, rgba(102, 45, 143, 0.4) 70%, rgba(235, 30, 121, 0.4) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, 1deg, color-stop(0, 39B34A), color-stop(35%, 0071BA), color-stop(70%, 662D8F), color-stop(100%, EB1E79));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(90deg, rgba(57, 179, 74, 0.4) 0, rgba(0, 113, 186, 0.4) 35%, rgba(102, 45, 143, 0.4) 70%, rgba(235, 30, 121, 0.4) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(90deg, rgba(57, 179, 74, 0.4) 0, rgba(0, 113, 186, 0.4) 35%, rgba(102, 45, 143, 0.4) 70%, rgba(235, 30, 121, 0.4) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(90deg, rgba(57, 179, 74, 0.4) 0, rgba(0, 113, 186, 0.4) 35%, rgba(102, 45, 143, 0.4) 70%, rgba(235, 30, 121, 0.4) 100%);
    /* IE10+ */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#1301FE', endColorstr='#F4F60C', GradientType='1');
    /* for IE */
    background: linear-gradient(90deg, rgba(57, 179, 74, 0.4) 0, rgba(0, 113, 186, 0.4) 35%, rgba(102, 45, 143, 0.4) 70%, rgba(235, 30, 121, 0.4) 100%);
    /* W3C */
    border-radius: 5px;
}

.service_ttl_bx {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 19px 0;
    position: relative;
    cursor: pointer;
}

.service_ttl_bx:before {
    position: absolute;
    content: "\002B";
    font-size: 30px;
    color: #fff;
    top: 50%;
    transform: translateY(-50%);
    right: 48px;
}

.service_ttl {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    line-height: 1em;
}

.service_ico {
    margin-right: 32px;
}

.service:before {
    position: absolute;
    content: "";
    background: #1a1a1a;
    width: 150%;
    height: 550px;
    top: 370px;
    left: 50%;
    transform: translateX(-50%) skewY(-8.5deg);
}

.service_btn {
    width: 250px;
    margin: 0 auto;
}


/* ================ GALLERY ================ */

#gallery{
    padding: 50px 0;
    background-color: #000;
}

.gallery_ttl {
    position: relative;
    margin-bottom: 42px;
    font-family: 'Heisei Kaku Gothic Std', 'Noto Sans', sans-serif;
    text-align: center;
    color: #FBED21;
    font-size: 32px;
    font-weight: bold;
    letter-spacing: 0.1em;
}

.gallery_ttl::before {
    position: absolute;
    content: "";
    background: url(/images/paselive/common/gallery_bg.webp) no-repeat;
    background-size: 100% auto;
    width: 410px;
    height: 106px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.gallery_ttl_des {
    margin-bottom: 72px;
    font-size: 19px;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

.gallery_map {
    position: relative;
    width: 1000px;
    height: 410px;
    margin: 0 auto 82px;
    background-color: rgba(255, 255, 255, 0.1);
}

.facility_gallery .txt_ttl {
    margin-bottom: 95px;
}

.txt_ttl {
    position: relative;
    margin-bottom: 92px;
    font-family: 'Heisei Kaku Gothic Std', 'Noto Sans', sans-serif;
    text-align: center;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    line-height: 1em;
    letter-spacing: 0.05em;
}

.txt_ttl:before {
    position: absolute;
    content: "";
    background: url(/images/paselive/common/bg_ttl.webp) no-repeat;
    background-size: 100%;
    width: 200px;
    height: 24px;
    left: 50%;
    transform: translateX(-50%);
    bottom: -50px;
}

.facility_gallery_it_top {
    padding: 5% 14%;
    position: relative;
    width: 100%;
    box-sizing: border-box;
    display: inline-flex;
    align-items: flex-start;
}

.facility_gallery_it {
    outline: none;
    border: none;
}

.facility_gallery_it_top::before {
    content: "";
    background: inherit;
    -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    -o-filter: blur(15px);
    -ms-filter: blur(15px);
    filter: blur(15px);
    position: absolute;
    top: -15px;
    left: -15px;
    right: -15px;
    bottom: -15px;
    z-index: -2;
}

.facility_gallery_it_top::after {
    content: "";
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    z-index: -1;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.facility_gallery_it_1 .facility_gallery_it_top {
    background: url(/images/paselive/grace-bali_shinjuku/facility_gallery_slider01_bg.webp) center no-repeat;
    background-size: cover;
}

.facility_gallery_it_2 .facility_gallery_it_top {
    background: url(/images/paselive/grace-bali_shinjuku/facility_gallery_slider02_bg.webp) center no-repeat;
    background-size: cover;
}

.facility_gallery_it_3 .facility_gallery_it_top {
    background: url(/images/paselive/grace-bali_shinjuku/facility_gallery_slider03_bg.webp) center no-repeat;
    background-size: cover;
}

.facility_gallery_it_4 .facility_gallery_it_top {
    background: url(/images/paselive/grace-bali_shinjuku/facility_gallery_slider04_bg.webp) center no-repeat;
    background-size: cover;
}

.facility_gallery_it_5 .facility_gallery_it_top {
    background: url(/images/paselive/grace-bali_shinjuku/facility_gallery_slider05_bg.webp) center no-repeat;
    background-size: cover;
}

.facility_gallery_it_6 .facility_gallery_it_top {
    background: url(/images/paselive/grace-bali_shinjuku/facility_gallery_slider06_bg.webp) center no-repeat;
    background-size: cover;
    z-index: -2;
}

.facility_gallery_it_7 .facility_gallery_it_top {
    background: url(/images/paselive/grace-bali_shinjuku/facility_gallery_slider07_bg.webp) center no-repeat;
    background-size: cover;
}

.facility_gallery_info {
    display: inline-flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 33%;
    margin: 0 auto;
}

.facility_gallery_info_l {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.facility_gallery_info_r {
    width: 100%;
}

.facility_gallery_info_ttl {
    font-family: 'Heisei Kaku Gothic Std', 'Noto Sans', sans-serif;
    font-size: 22px;
    font-weight: bold;
    color: #FBED21;
    line-height: 1.5;
}

.facility_gallery_info_des {
    font-size: 14px;
    color: #fff;
    line-height: 1.5;
    font-weight: bold;
}

.facility_gallery_info_img img {
    width: 100%;
}

.facility_gallery_info_btn {
    width: 250px;
    margin-top: 30px;
}

.facility_gallery_info_btn .btn {
    padding: 8px 10px;
}

.facility_gallery_img_box {
    width: 63%;
}

.facility_gallery_img {
    z-index: 10;
    display: inline-flex;
}

.facility_gallery_entrance_img {
    margin-left: 20%;
    max-width: 50%;
}

.facility_gallery_img img {
    margin: 0 auto;
    display: inline-block;
    width: 100%;
}

.facility_gallery_it_1 .facility_gallery_info,
.facility_gallery_it_2 .facility_gallery_info,
.facility_gallery_it_3 .facility_gallery_info {}

.facility_gallery_it_2 .facility_gallery_info_btn {
    width: 330px;
}

.facility_gallery_it_3 .facility_gallery_info_btn {
    width: 280px;
}

.facility_gallery_slider .slick-dots {
    left: 50%;
    transform: translateX(-50%);
}

.facility_gallery_slider .slick-dots li {
    display: inline-block;
}

.facility_gallery_slider .slider_prev,
.facility_gallery_slider .slider_next {
    top: 50%;
    z-index: 10;
}

.facility_gallery_slider .slider_prev {
    right: calc(50% + 44vw);
    left: auto;
}

.facility_gallery_slider .slider_next {
    left: calc(50% + 44vw);
}

.btn {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px 10px;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.05em;
    text-decoration: none;
    color: #F91E84;
    border: 1px solid #F91E84;
    box-sizing: border-box;
    transition: all 0.3s ease;
}

.btn:hover {
    background-color: #F91E84;
    color: #fff;
}

.btn:focus {
    outline: none;
}

.btn:hover::after {
    color: #fff;
}

.btn_pdf {
    font-family: 'Heisei Kaku Gothic Std', 'Noto Sans', sans-serif;
}

.spec_pdf .btn_pdf{
    display: inline-flex;
    padding: 6px 14px;
}

.btn_pdf::after {
    content: '\f1c1';
    margin-left: 15px;
    font-family: "Font Awesome 5 Pro";
    color: #F81E83;
    font-size: 30px;
    transition: all 0.3s ease;
}

.spec_ttl_lh{
    line-height: 16px;
    vertical-align: middle;
}

/* ================ FACILITY ================ */

#facility{
    padding: 140px 0 0;
    background-color: #000;
}

.facility_ttl {
    font-family: 'Heisei Kaku Gothic Std', 'Noto Sans', sans-serif;
    text-align: center;
    color: #FBED21;
    font-size: 32px;
    font-weight: bold;
    position: relative;
    margin-bottom: 75px;
}

.facility_ttl::before {
    position: absolute;
    content: "";
    background: url(/images/paselive/common/facility_bg.webp) no-repeat;
    background-size: 100% auto;
    width: 440px;
    height: 105px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.facility_ttl_des {
    margin-bottom: 40px;
    font-size: 19px;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

.facility_img {
    line-height: 0;
}

.facility_accordian {
    padding: 40px 0 132px;
    background-color: #1A1A1A;
}

.facility_bx {
    position: relative;
    padding: 32px 0;
}

.facility_bx::before {
    position: absolute;
    content: "\002B";
    font-size: 30px;
    color: #fff;
    top: 50%;
    transform: translateY(-50%);
    right: 35px;
}

.facility_bx.rotate:before {
    content: "\2212";
}

.facility_ttl_bx {
    font-family: 'Heisei Kaku Gothic Std', 'Noto Sans', sans-serif;
    font-size: 28px;
    font-weight: bold;
    color: #fff;
}

.facility_tbl {
    margin-bottom: 50px;
    width: 100%;
}

.facility_tbl_ttl,
.facility_tbl .tbl_col {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    box-sizing: border-box;
}

.facility_tbl_ttl {
    padding: 10px 0;
    border: 1px solid #fff;
    text-align: center;
}

.facility_tbl .tbl_col {
    padding: 15px 0;
    border-right: 1px solid #fff;
    line-height: 1.4em;
}

.facility_tbl .tbl_col:last-child {
    border-right: none;
}

.facility_tbl_ttl:first-child {
    border-left: none;
}

.facility_tbl_ttl:last-child {
    border-right: none;
}

.facility_tbl .b_tbl_dashed {
    border-bottom: 1px dashed #fff;
}

.facility_tbl .b_tbl_solid {
    border-bottom: 1px solid #fff;
}

.facility_tbl .txt_center {
    text-align: center;
}

.facility_tbl .vertical_t {
    vertical-align: top;
}

.facility_tbl .pl30 {
    padding-left: 30px;
}

.facility_tbl .col1 {
    width: 180px;
}

.facility_tbl .col2 {
    padding-left: 30px;
    padding-right: 30px;
    width: 360px;
}

.facility_tbl .col3 {
    width: 140px;
}

.facility_tbl .col4 {
    width: 120px;
}
.facility_tbl.facility_tbl02 .col1{width: 40%;}
.facility_tbl.facility_tbl02 .col2{width: 40%;}
.facility_tbl.facility_tbl02 .col3{width: 10%;}
.facility_tbl.facility_tbl02 .col4{width: 10%;}
.facility_tbl.facility_tbl02 .col5{width: 20%;}
.facility_tbl.facility_tbl02 .col6{width: 20%;}





.facility_tbl_price_char {
    display: block;
    padding: 0 35px 0 0;
}

.facility_btn_close {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 50px auto;
    width: 320px;
    height: 50px;
    background-color: #707070;
    color: #1A1A1A;
    font-size: 16px;
    font-weight: bold;
    outline: none;
    border: none;
    transition: all 0.3s ease;
    cursor: pointer;
}

.facility_btn_close .fas {
    margin-right: 40px;
    font-size: 25px;
}

.facility_btn {
    width: 320px;
    margin: 62px auto 15px;
}

.facility_text {
    font-size: 12px;
    font-weight: bold;
    color: #FBED21;
    text-align: center;
}


/* ================ PRICE ================ */

#price{
    padding: 150px 0 95px;
    background-color: #000000;
}

.price_tab_container {
    position: relative;
}

.price_ttl {
    font-family: 'Heisei Kaku Gothic Std', 'Noto Sans', sans-serif;
    text-align: center;
    color: #FBED21;
    font-size: 32px;
    font-weight: bold;
    position: relative;
    margin-bottom: 55px;
}

.price_ttl::before {
    position: absolute;
    content: "";
    background: url(/images/paselive/common/price_bg.webp) no-repeat;
    background-size: 100% auto;
    width: 305px;
    height: 105px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.price_tabs {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}

.price_t_link {
    width: calc((100% - 40px) / 3);
    padding: 8px 10px;
    background-color: #1A1A1A;
    border: 3px solid #1A1A1A;
    font-family: 'Heisei Kaku Gothic Std', 'Noto Sans', sans-serif;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    cursor: pointer;
    box-sizing: border-box;
    transition: all 0.3s ease;
}

.price_t_link:hover {
    background-color: #666666;
    border: 3px solid #989898;
    color: #1A1A1A;
}

.price_t_link.active {
    background-color: #666666;
    border: 3px solid #989898;
    color: #1A1A1A;
}

.price_tab_ct {
    display: none;
}

.price_tab_ct.active {
    display: block;
}

.grace-bali_facility_btn {
    width: 320px;
    margin: 62px auto 15px;
}

.price_tab_dt_it {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.price_dt {
    margin-bottom: 20px;
}

.price_bx_date {
    width: 170px;
}

.price_tbl_pr {
    width: 100%;
}

.price_ttl_tbl_pr {
    position: relative;
    width: 255px;
    margin: 0 auto;
    padding-bottom: 15px;
    font-family: 'Heisei Kaku Gothic Std', 'Noto Sans', sans-serif;
    color: #FBED21;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

.price_ttl_tbl_pr::before {
    content: '';
    width: 100%;
    height: 10px;
    background: url(/images/paselive/common/price_ttl_tbl_pr_bg.webp) no-repeat;
    background-size: cover;
    position: absolute;
    bottom: -5px;
    left: 0;
}

.price_date {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 60px;
    background: url(/images/paselive/common/price_bx_date_bg.webp) no-repeat;
    background-size: 100% auto;
    font-family: 'Heisei Kaku Gothic Std', 'Noto Sans', sans-serif;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #FBED21;
}

.price_num_tbl_pr {
    padding: 10px 0;
    font-family: 'Heisei Kaku Gothic Std', 'Noto Sans', sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}

.price_num_tbl_pr .grace-bali_shinjuku_pack_price{
    font-size: 22px;
    margin-right: 20px;
}

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

.price_tbl_pr.border_bt {
    border-bottom: 2px dashed #fff;
}

.price_tab_des {
    list-style: none;
}

.price_tab_des_it {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
}

.price_tab_des_it:not(:last-child) {
    margin-bottom: 7px;
}

.price_tab_dt_it.row_span .price_bx_date {
    padding-top: 13px;
    padding-bottom: 12px;
}

.price_tab_dt_it.row_span .price_date:not(:last-child) {
    margin-bottom: 25px;
}

.price_tab_dt_it.row_span .price_tbl_pr {
    align-self: stretch;
    display: flex;
    align-items: center;
    justify-content: center;
}

.price_tab_container::before {
    content: '';
    width: 207px;
    height: 189px;
    background: url(/images/paselive/common/price_ico01.webp) center no-repeat;
    background-size: cover;
    position: absolute;
    top: -105px;
    left: 0;
}

.price_tab_container::after {
    content: '';
    width: 207px;
    height: 189px;
    background: url(/images/paselive/common/price_ico02.webp) center no-repeat;
    background-size: cover;
    position: absolute;
    bottom: -78px;
    right: 0;
}

.box_facility_btn {
    margin-bottom: 40px;
}

.price_ttl_des {
    color: #fff;
    font-size: 19px;
    font-weight: bold;
    text-align: center;
}

#price .grace-bali_facility_btn {
    margin: 20px auto 15px;
}

/* ================ DOCUMENT ================ */

#document{
    position: relative;
    padding: 150px 0 120px;
    background-color: #000000;
}

#document:before {
    position: absolute;
    content: "";
    background: #1a1a1a;
    width: 150%;
    height: 550px;
    top: 15px;
    left: 50%;
    z-index: 2;
    transform: translateX(-50%) skewY(8.3deg);
}

#document .inner02 {
    position: relative;
    z-index: 10;
}

.document_ttl {
    font-family: 'Heisei Kaku Gothic Std', 'Noto Sans', sans-serif;
    text-align: center;
    color: #FBED21;
    font-size: 32px;
    font-weight: bold;
    letter-spacing: 0.1em;
    position: relative;
    margin-bottom: 55px;
}

.document_ttl::before {
    position: absolute;
    content: "";
    background: url(/images/paselive/common/document_ttl_bg.webp) no-repeat;
    background-size: 100% auto;
    width: 550px;
    height: 105px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.document_ttl_des {
    margin-bottom: 55px;
    font-family: 'Heisei Kaku Gothic Std', 'Noto Sans', sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}

.document_ls {
    display: flex;
    justify-content: center;
    align-items: center;
}

.document_ls:last-of-type{
    margin-top: 20px;
}

.document_btn {
    width: 250px;
    margin: 0 20px;
}

.document_ls:last-of-type .document_btn{
    line-height: 1.2;
}

.document_ls:last-of-type .document_btn a{
    padding: 8px 10px;
}
.document_btn .btn {
    position: relative;
    padding: 10px 10px;
}

.document_btn .btn::after {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.document_btn01 .btn {
    padding-right: 35px;
}


/* ================ ACCESS ================ */

#access{
    position: relative;
    padding: 80px 0 140px;
    background-color: #000000;
}

#access::before {
    position: absolute;
    content: "";
    background: #1a1a1a;
    width: 150%;
    height: 550px;
    top: 285px;
    left: 50%;
    transform: translateX(-50%) skewY(-8.3deg);
}

#access .inner02 {
    position: relative;
    z-index: 99;
}

.access_ttl {
    font-family: 'Heisei Kaku Gothic Std', 'Noto Sans', sans-serif;
    text-align: center;
    color: #FBED21;
    font-size: 32px;
    font-weight: bold;
    letter-spacing: 0.1em;
    position: relative;
    margin-bottom: 65px;
}

.access_ttl::before {
    position: absolute;
    content: "";
    background: url(/images/paselive/common/access_ttl_bg.webp) no-repeat;
    background-size: 100% auto;
    width: 386px;
    height: 105px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.access_info {
    position: relative;
    z-index: 10;
    display: flex;
    width: 1000px;
    margin: 0 auto;
}

.access_map {
    width: 50%;
    padding: 0 25px 0 0;
    box-sizing: border-box;
}

.access_map_bx {
    height: 465px;
    margin-bottom: 12px;
    background-color: #333333;
}

.access_btn_map {
    width: 100%;
}

.access_btn_map a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px 10px;
    background-color: #666666;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.05em;
    color: #000000;
    text-decoration: none;
    transition: all 0.3s ease;
}

.access_btn_map a::before {
    content: '\f3c5';
    margin-right: 20px;
    font-family: "Font Awesome 5 Pro";
    color: #000;
    font-size: 25px;
    transition: all 0.3s ease;
}

.access_btn_map a:hover,
.access_btn_map a:hover::before {
    color: #fff;
}

.access_shop {
    width: 55%;
    padding-left: 25px;
    box-sizing: border-box;
}

.access_shop_ttl {
    margin-bottom: 25px;
    font-family: 'Heisei Kaku Gothic Std', 'Noto Sans', sans-serif;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
}

.access_shop_info li {
    margin-bottom: 15px;
}

.access_shop_info li:last-child {
    margin-bottom: 20px;
}

.access_shop_info_ttl,
.access_shop_info_des {
    font-family: 'Heisei Kaku Gothic Std', 'Noto Sans', sans-serif;
    font-size: 13px;
    color: #fff;
}

.access_shop_info_ttl {
    margin-bottom: 2px;
    font-weight: bold;
}

.access_shop_info_des {
    margin-left: 10px;
    line-height: 1.8em;
}

.access_shop_info_des:not(:last-child) {
    margin-bottom: 15px;
}

.access_shop_info_des a {
    color: #fff;
}

.access_btn {
    width: 290px;
}

.access_btn .btn {
    padding: 2px 10px;
    font-size: 12px;
}


/* ================ SHOP ================ */

.shop {
    padding: 30px 0 150px;
    background-color: #000;
}

.shop .txt_ttl {
    margin-bottom: 100px;
}

.shop_ls {
    display: flex;
}

.shop_it {
    width: 300px;
}

.shop_it:not(:last-child) {
    margin-right: 50px;
}

.shop_img {
    line-height: 0;
}

.shop_img img {
    max-width: 100%;
    width: 100%;
}

.shop_txt {
    padding: 30px 30px 22px;
    background-color: #1A1A1A;
}

.shop_ttl {
    margin-bottom: 18px;
    font-family: 'Heisei Kaku Gothic Std', 'Noto Sans', sans-serif;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 1.3em;
    display: flex;
    justify-content: center;
    align-items: center;
}

.shop_it a {
    text-decoration: none;
}

.shop_ttl {
    color: #FAEC21;
    text-decoration: none;
}

.shop_des {
    font-family: 'Heisei Kaku Gothic Std', 'Noto Sans', sans-serif;
    font-size: 14px;
    color: #fff;
    line-height: 2em;
}

.shop_it:first-child .shop_des {
    justify-content: left;
}

#contents > .contact {
    padding: 70px 0 80px;
    background: -moz-linear-gradient(90deg, #0C2610 0, #001726 35%, #231033 70%, #400821 100%);
    background: -webkit-gradient(linear, 90deg, color-stop(0, 0C2610), color-stop(35%, 001726), color-stop(70%, 231033), color-stop(100%, 400821));
    background: -webkit-linear-gradient(90deg, #0C2610 0, #001726 35%, #231033 70%, #400821 100%);
    background: -o-linear-gradient(90deg, #0C2610 0, #001726 35%, #231033 70%, #400821 100%);
    background: -ms-linear-gradient(90deg, #0C2610 0, #001726 35%, #231033 70%, #400821 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#1301FE', endColorstr='#F4F60C', GradientType='1');
    background: linear-gradient(90deg, #0C2610 0, #001726 35%, #231033 70%, #400821 100%);
}


/* ================ FOOTER ================ */

footer {
    position: relative;
    z-index: 20;
}

.footer_top {
    background: #000;
    padding: 30px 0 20px;
}

.f_logo {
    text-align: center;
}

.footer_nav {
    background: #333333;
    padding: 35px 0;
}

.footer_nav .inner02 {
  width: 840px;
  max-width: 100%;
}

.footer_list_nav {
    display: flex;
}

.footer_list_nav .list_nav:nth-child(1) {
    margin-right: 100px;
}

.footer_list_nav .list_nav:nth-child(2) {
    margin-right: 90px;
}

.footer_list_nav .list_nav:nth-child(3) {
    margin-right: 75px;
}

.footer_list_nav .list_nav li:not(:last-child) {
    margin-bottom: 12px;
}

.footer_list_nav .list_nav a {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    line-height: 1em;
    transition: all 0.3s ease;
}

.footer_list_nav .list_nav a:hover {
    color: #FAEC21;
}

.copyright {
    background: #000;
}

.copy {
    padding: 30px 0;
    text-align: center;
    color: #FAEC21;
    font-size: 12px;
    font-weight: bold;
}

#totop {
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 999;
    cursor: pointer;
}

#totop img {
    transition: all 0.3s ease;
}

#totop:hover img {
    opacity: 0.7;
}


/* ================ EVENTFLOW ================ */

.eventflow {
    background: #000;
    padding: 50px 0 80px 0;
}

.eventflow_ls {
    display: flex;
    color: #fff;
    padding: 0 12px;
}

.eventflow_it {
    width: calc((100% - 96px) / 9);
    margin-right: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 10px;
}

.eventflow_it:last-child {
    margin-right: 0;
}

.eventflow_it dt {
    border-bottom: 2px dotted #fff;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.eventflow_it dd {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.2em;
}

.eventflow_step {
    font-size: 14px;
    font-weight: bold;
    padding-right: 10px;
}

.eventflow_number {
    font-size: 30px;
    font-weight: bold;
}

.eventflow_bg {
    margin-bottom: 60px;
}

.eventflow_btn {
    width: 390px;
    margin: 30px auto 0;
}

.eventflow_btn .btn {
    padding: 18px 0;
    border: 1px solid #FBED21;
    color: #FBED21;
}

.eventflow_btn .btn:after {
    margin-left: 20px;
    content: '\f105';
    font-size: 20px;
    color: #FBED21;
    font-family: "Font Awesome 5 Pro";
    transition: all 0.3s ease;
}

.eventflow_btn .btn:hover {
    background: rgba(251, 237, 33, 0.9);
    color: #fff;
}

.eventflow_btn .btn:hover::after {
    color: #fff;
}

.result_img img {
    max-width: 100%;
    width: 100%;
}


.facility_img img {
  width: 100%;
}

/*IE*/

@media screen\0 {
    *:not(i) {
        font-family: 'Noto Sans', sans-serif !important;
    }
    .spec_ttl {
        padding: 12px 10px;
    }
    .price_tbl_pr {
        padding: 10px 0;
    }
    .point_ttl::before,
    .gallery_ttl::before,
    .facility_ttl::before,
    .price_ttl::before,
    .result_ttl::before,
    .document_ttl::before,
    .access_ttl::before {
        top: 45%;
    }
}

@media only screen and (max-width: 750px) {
    *,
    *::after,
    *::before {
        box-sizing: border-box;
    }
    #grace-bali_shinjuku img {
        width: 100%;
    }
    .facility_gallery_img img {
        max-height: 209px;
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: center;
           object-position: center;
    }
    .inner,
    .inner01,
    .inner02,
    .inner03 {
        width: 100%;
    }
    .inner {
        padding: 0 5%;
    }
    .btn_pdf::after {
        font-size: 22px;
    }
    /* ================ HEADER ================ */
    .gnavi {
        display: none;
    }
    .header {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 30;
        width: 100%;
    }
    .header:before {
        height: 1px;
    }
    .header_top_ct {
        height: 60px;
    }
    .paselive_logo img {
        max-width: 160px;
    }
    .header_top_l {
        padding-left: 3%;
        justify-content: flex-start;
    }
    .header_top_l>a {
        font-size: 12px;
    }
    .header_top_r {
        display: none;
    }
    .header_top_sp {
        display: flex;
        align-items: center;
    }
    #grace-bali_shinjuku .menu_email img {
        width: auto;
        max-height: 60px;
    }
    .menu_email {
        line-height: 0;
        font-size: 0;
    }
    #grace-bali_shinjuku .menu_btn img {
        width: auto;
        max-height: 45px;
    }
    .menu_open {
        display: block;
    }
    .menu_btn .menu_close {
        display: none;
    }
    .menu_btn.open .menu_open {
        display: none;
    }
    .menu_btn.open .menu_close {
        display: block;
    }
    .gnavi_sp {
        position: fixed;
        top: 60px;
        left: 0;
        z-index: 9999;
        display: block;
        background: rgba(0, 0, 0, 0.7);
        height: 100vh;
        opacity: 0;
        visibility: hidden;
        transition: 0.3s all;
    }
    .gnavi_sp.open {
        opacity: 1;
        visibility: visible;
        overflow: auto;
    }
    .gnavi_sp_ct {
        width: 100vw;
        height: 120vh;
        padding: 30px;
    }
    .list_menu_sp {
        margin-bottom: 15px;
    }
    .list_menu_sp li {
        margin-bottom: 6px;
    }
    .list_menu_sp a {
        display: block;
        padding: 4px 0;
        font-size: 15px;
        font-weight: bold;
        color: #fff;
        text-decoration: none;
    }
    .list_menu_sp_ct {
        width: 100%;
    }
    .list_menu_sp_ct a {
        display: block;
        padding: 10px 0;
        border: 1px solid #FAEC21;
        text-align: center;
        text-decoration: none;
        color: #FAEC21;
        font-weight: bold;
        font-size: 15px;
    }
    .menu_btn .menu_close {
        display: none;
    }
    .menu_btn.open .menu_close {
        display: block;
    }
    .menu_btn.open .menu_open {
        display: none;
    }
    .header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
    }

    .sub_menu_ttl {
        width: 100%;
        color: #fff;
        cursor: pointer;
        position: relative;
    }
    .sub_menu_ttl::after {
        content: "▼";
        position: absolute;
        font-size: 12px;
        top: 1px;
        left: 72px;
    }
    .sub_menu_ttl.active::after {
        content: "▲";
    }

    /* .open_ttl .active:after {
        content: "▲";
        color: #fff;
        font-size: 12px;
        padding-right: 8px;
    }
    .open_ttl:after {
        content: "▼";
        color: #fff;
        font-size: 12px;
        padding-right: 8px;
    } */

    /* ================ SLIDER ================ */

    .slick-dots li button {
        width: 12px;
        height: 12px;
    }
    /* ================ SLIDE ================ */
    #slide {
        margin-top: 0;
    }
    #slide .bnr {
        top: 64%;
        left: calc(50% + 5vw);
        z-index: 1;
        width: 35.5vw;
    }
    /* ================ SHOP_SERVICE ================ */
    #shop_service {
        padding: 50px 0;
    }
    #shop_service::before,
    #shop_service::after {
        display: none;
    }
    .ttl {
        /* margin-bottom: 20px; */
        font-size: 25px;
    }
    .ttl span{
        font-size: 20px;
        margin-left: 5px;
    }
    .slider {
        margin-bottom: 30px;
    }
    .slider .slick-dots {
        bottom: -40px;
    }
    .des {
        margin-bottom: 50px;
        text-align: left;
        font-size: 14px;
    }
    .spec {
        flex-direction: column;
        padding: 20px 0 30px;
    }
    .spec_l {
        margin: 0 0 15px 0;
    }
    .spec_l span{
        font-size:18px;
    }
    .spec_r {
        width: 100%;
        margin-left: 25%;
    }
    .spec_r li {
        display: flex;
        align-items: center;
    }
    .spec_r li:not(:last-child) {
        margin-bottom: 20px;
    }
    .spec_char {
        display: none;
    }
    .spec_ttl {
        display: flex;
        align-items: center;
        width: 124px;
        height: 76px;
        padding: 0 0 0 25px;
        background: url(/images/paselive/common/ico_arr_sp.webp) center no-repeat;
        background-size: contain;
        font-size: 15px;
    }
    .spec_des {
        width: calc(100% - 165px);
        font-size: 22px;
    }
    .spec_r li:last-child .spec_ttl {
        padding: 0 0 0 32px;
    }
    /* ================ CONTACT ================ */
    .contact {
        padding: 70px 0 50px;
    }
    .contact_sub01_ttl {
        display: inline-block;
        padding: 0px 20px;
        text-align: center;
        font-size: 14px;
    }
    .contact_sub01_ttl::before,
    .contact_sub01_ttl::after {
        top: 15px;
        height: 22px;
    }
    .contact_ttl {
        margin-bottom: 20px;
        font-size: 18px;
        letter-spacing: 0.05em;
    }
    .contact_ttl::before {
        top: -25%;
    }
    .contact_sub02 {
        font-size: 14px;
    }
    .contact_bx {
        flex-direction: column;
        align-items: center;
    }
    .contact_btn_phone {
        order: 2;
    }
    .contact_btn_web {
        order: 1;
        width: 280px;
        margin-bottom: 30px;
    }
    .contact_btn_web a {
        padding: 10px 0;
        font-size: 14px;
    }
    .contact_h {
        text-align: center;
        font-size: 14px;
    }
    .contact_btn_phone {
        width: 300px;
    }
    .contact_n {
        margin-bottom: 10px;
        font-size: 36px;
    }
    .contact_n::before {
        content: '';
        width: 30px;
        height: 20px;
    }
    /* ================ TOPICS ================ */
    /* ================ POINT ================ */
    #point{
        position: relative;
        padding: 100px 0 0;
    }
    #point::after {
        content: '';
        position: absolute;
        bottom: -70px;
        left: 50px;
        width: 150px;
        height: 135px;
        background: url(/images/paselive/common/ico02.webp) no-repeat;
        background-size: cover;
        z-index: 2;
    }
    .point_ttl {
        font-size: 26px;
        line-height: 1.5em;
    }
    .point_ttl::before {
        top: 25%;
        width: 43vw;
        height: 14vw;
        background-size: cover;
    }
    .point_ls {
        margin-bottom: 80px;
    }
    .point_it {
        flex-wrap: wrap;
    }
    .point_it {
        margin-bottom: 17vw;
    }
    .point_txt {
        width: 100%;
        margin-bottom: 40px;
        padding-top: 0;
    }
    .point_txt::after {
        display: none;
    }
    .point_bx_ttl {
        margin-bottom: 15px;
    }
    .point_img {
        position: relative;
        width: 100%;
    }
    .point_it02 .point_txt {
        order: 1;
        padding: 0;
    }
    .point_it02 .point_img {
        order: 2;
    }
    .point_it03 .point_txt {
        padding-top: 0;
    }
    .point_events_ttl {
        margin-bottom: 30px;
        font-size: 22px;
    }
    .point_events_ttl::after {
        bottom: -5px;
        width: 20vw;
    }
    .point_tags_ls {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 100%;
        padding: 0 3%;
    }
    .point_tags_it {
        margin-right: 0;
        padding: 5px 5vw;
        font-size: 14px;
    }
    .point_tags_it:last-child {
        width: 100%;
        padding: 0;
        text-align: right;
    }
    .point_img_it {
        width: 100%;
    }
    .point_img_ls {
        position: relative;
        z-index: 2;
    }
    .point_img_ls .slick-dots {
        bottom: unset;
        top: calc(108% - 17px);
        left: 5%;
    }
    .point_img::before {
        content: '';
        position: absolute;
        top: 85%;
        left: -10%;
        z-index: 1;
        width: 120%;
        height: 15vw;
        background-color: #1A1A1A;
    }
    .point_img_ls .slider_next {
        top: 108%;
        right: 5%;
    }
    .point_img_ls .slider_prev {
        top: 108%;
        right: calc(12% + 15px);
        left: unset;
    }
    .point_events::before {
        border-width: 20px;
        margin-left: -20px;
    }
    .point_events::after {
        border-width: 21px;
        margin-left: -21px;
    }
    /* ================ SERVICE ================ */
    .service {
        padding: 100px 0 50px;
    }
    .service:before {
        display: none;
    }
    .service .inner02 {
        padding: 0 5%;
    }
    .txt_ttl {
        margin-bottom: 50px;
        font-size: 20px;
    }
    .txt_ttl::before {
        width: 150px;
        height: 18px;
        background-size: 150px 18px;
        bottom: -30px;
    }
    .service .txt_ttl {
        margin-bottom: 60px;
    }
    .ttl_des {
        font-size: 18px;
    }
    .service_ttl {
        font-size: 18px;
    }
    .service_ttl_bx {
        padding: 15px 5%;
        box-sizing: border-box;
    }
    .service_ico {
        width: 10%;
        margin-right: 5%;
    }
    .service_ico img {
        width: 40px;
    }
    .service_ttl_bx::before {
        right: 5%;
    }
    .service_ttl {
        font-size: 16px;
        line-height: 1.6em;
        width: calc(100% - 15%);
    }
    .service_des_ct {
        padding: 0 5% 20px 5%;
    }
    .list_service_img li {
        margin-right: 0;
        width: 85vw;
    }
    .list_service_img li img {
        width: 100%;
    }
    .service_des_txt {
        text-align: left;
        margin-bottom: 0;
        font-weight: bold;
    }
    .list_service_img .slider_next {
        right: -12px;
    }
    .list_service_img .slider_prev {
        left: -12px;
    }
    /* ================ EVENTFLOW ================ */
    .eventflow .inner {
        width: 100%;
        margin: 0 auto;
        padding: 0;
    }
    .eventflow_bg {
        display: none;
    }
    .eventflow_ls {
        display: block;
        padding: 0;
        position: relative;
        max-width: 280px;
        margin: 0 auto;
    }
    .eventflow_ls:before {
        position: absolute;
        content: "";
        background: url(/images/paselive/common/event_flow_sp_img.webp) no-repeat;
        width: 22px;
        height: 100%;
        top: 0;
        left: 100px;
    }
    .eventflow_bx {
        width: 65%;
        margin: 0 auto;
    }
    .eventflow_it {
        width: 100%;
        margin-right: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: row;
        margin-bottom: 14px;
    }
    .eventflow_it dt {
        border-bottom: none;
        width: 70px;
        margin-right: 74px;
        margin-bottom: 0;
        display: block;
    }
    .eventflow_it dd {
        display: block;
        width: calc(100% - 144px);
        margin-bottom: 0;
        padding-top: 10px;
        text-align: left;
    }
    .eventflow_btn {
        width: 100%;
        max-width: 290px;
    }
    .eventflow_btn .btn {
        padding: 8px 10px;
    }
    .eventflow_step {
        font-size: 16px;
    }
    /* ================ GALLERY ================ */
    #gallery{
        padding: 50px 0 110px;
    }
    .gallery_ttl {
        font-size: 26px;
        line-height: 1.4em;
    }
    .gallery_ttl_des {
        margin-bottom: 50px;
        padding: 0 3%;
        font-size: 18px;
    }
    .gallery_ttl::before {
        width: 55vw;
        height: 14vw;
        background-size: cover;
    }
    .gallery_map {
        width: 100%;
        height: 270px;
        margin: 0 auto 70px;
    }
    /* ================ FACILITY GALLERY ================ */
    .facility_gallery .txt_ttl {
        margin-bottom: 75px;
    }
    .facility_gallery_slider {
        position: relative;
        width: 82%;
        margin: 0 auto;
    }
    .facility_gallery_slider::before {
        content: '';
        position: absolute;
        top: 0;
        left: calc(-15%);
        width: 130%;
        height: 100%;
        background-color: #1A1A1A;
    }
    .facility_gallery_it_top {
        height: auto;
        margin-bottom: 30px;
        padding: 0;
        background: none !important;
        display: block;
    }
    .facility_gallery_img_box {
        width: 100%;
    }
    .facility_gallery_img {
        width: 100%;
        max-width: 100%;
        display: block;
    }
    .facility_gallery_entrance_img {
        margin-left: 0;
    }
    .facility_gallery_info,
    .facility_gallery_info_l,
    .facility_gallery_info_r {
        width: 100%;
    }
    .facility_gallery_it .facility_gallery_info {
        padding: 0;
        display: block;
        margin-top: 34px;
    }
    .facility_gallery_info_l {
        margin-bottom: 30px;
        padding: 0;
    }
    .facility_gallery_info_ttl {
        margin-top: 15px;
        margin-bottom: 15px;
        font-size: 20px;
    }
    .facility_gallery_info_w .facility_gallery_info_ttl{
        margin-top: 50px;
    }
    .facility_gallery_info_des {
        font-size: 14px;
    }
    .facility_gallery_info .facility_gallery_info_btn {
        width: 290px;
        margin: 30px auto 0;
    }
    .facility_gallery_slider .slider_prev,
    .facility_gallery_slider .slider_next {
        top: 28vw;
    }
    .facility_gallery_slider .slider_next {
        left: calc(50% + 43vw);
    }
    .facility_gallery_slider .slider_prev {
        right: calc(50% + 43vw);
    }
    .facility_gallery_slider .slick-dots {
        position: absolute;
        top: 213px;
        transform: translateX(-50%);
        width: 100%;
        text-align: center;
    }
    /* ================ FACILITY ================ */
    #facility{
        padding: 50px 0 0;
    }
    .facility_ttl {
        margin-bottom: 50px;
        font-size: 26px;
    }
    .facility_ttl::before {
        width: 58.5vw;
        height: 14vw;
        background-size: cover;
    }
    .facility_ttl_des {
        font-size: 18px;
    }
    .facility_accordian {
        padding: 50px 0;
    }
    .facility_ls {
        padding: 0 3%;
    }
    .facility_bx {
        padding: 20px 0;
    }
    .facility_bx::before {
        right: 0;
    }
    .facility_ttl_bx {
        font-size: 20px;
    }
    .facility_tbl_ttl,
    .facility_tbl .tbl_col {
        font-size: 14px;
    }
    .facility_tbl_price_unit {
        display: block;
        padding-left: 22px;
    }
    .facility_tbl_price_char {
        padding: 0 0px 0 15px;
    }
    .facility_it:last-child .facility_tbl_price_unit {
        padding: 0 0px 0 30px;
    }
    .facility_btn_close {
        width: 270px;
        height: 40px;
        margin: 30px auto;
        font-size: 14px;
        color: #fff;
    }
    .facility_btn_close .fas {
        margin-right: 15px;
        font-size: 18px;
        color: #fff;
    }
    .facility_tbl {
        margin-bottom: 30px;
    }
    .grace-bali_facility_btn {
        width: 270px;
        margin: 50px auto 15px;
    }
    /* ================ PRICE ================ */
    #price{
        padding: 100px 0;
    }
    .price_tab_container {
        padding: 0 5%;
    }
    .price_tab_container::before {
        width: 130px;
        height: 125px;
        background: url(/images/paselive/common/price_ico02.webp) center no-repeat;
        background-size: cover;
        top: -60px;
        right: calc(50% + 50px);
        left: unset;
    }
    .price_tab_container::after {
        width: 27vw;
        height: 25vw;
        bottom: -78px;
        right: 3%;
    }
    .price_ttl {
        font-size: 26px;
    }
    .price_ttl::before {
        width: 40.7vw;
        height: 14vw;
        background-size: cover;
    }
    .price_t_link {
        width: calc((100% - 15px) / 3);
        font-size: 14px;
        line-height: 1.3em;
    }
    .price_t_link.active,
    .price_t_link:hover {
        border-width: 2px;
    }
    .price_t_link_char {
        display: block;
        line-height: 1;
    }
    .price_tab_container .inner02 {
        padding: 0;
    }
    .price_tabs {
        margin-bottom: 30px;
    }
    .price_ttl_tbl_pr {
        width: auto;
        padding-bottom: 5px;
        font-size: 16px;
    }
    .price_tbl_pr {
        width: calc((100% - 84px) / 2);
    }
    .price_bx_date {
        width: auto;
        margin-right: 10px;
    }
    .price_date {
        width: 74px;
        height: 68px;
        padding-right: 10px;
        background: url(/images/paselive/common/price_bx_date_bg_sp.webp) no-repeat;
        background-size: 100% auto;
        font-size: 14px;
    }
    .price_num_tbl_pr {
        padding: 7px 0;
        font-size: 14px;
    }
    .price_num_tbl_pr span {
        font-size: 22px;
    }
    .price_ttl_tbl_pr::before {
        width: 150px;
        background: url(/images/paselive/common/price_ttl_tbl_pr_bg_sp.webp) no-repeat;
        background-size: 100%;
        left: 50%;
        transform: translateX(-50%);
    }
    .price_tab_dt_it.row_span .price_bx_date {
        padding-top: 10px;
        padding-bottom: 9px;
    }
    .price_tab_dt_it.row_span .price_date:not(:last-child) {
        margin-bottom: 19px;
    }
    .price_tbl_pr.border_bt {
        border-width: 1px;
    }

    /* ================ DOCUMENT ================ */
    #document{
        padding: 100px 0 50px;
    }
    #document:before {
        height: 570px;
        top: 35px;
        width: 100%;
    }
    .document_ttl {
        margin-bottom: 20px;
        font-size: 26px;
    }
    .document_ttl::before {
        width: 73.3vw;
        height: 14vw;
    }
    .document_ttl_des {
        margin-bottom: 40px;
        font-size: 16px;
    }
    .document_ls {
        flex-direction: column;
        flex-wrap: wrap;
    }
    .document_ls:last-of-type{
        margin-top: 0;
    }
    .document_ls:last-of-type .document_btn .btn{
        line-height: 1.3;
        padding: 6px 0;
    }
    .document_btn {
        width: 280px;
        margin: 0 auto 20px;
    }
    .document_btn01 .btn {
        padding-right: 0;
    }
    .document_btn .btn::after {
        position: static;
        transform: unset;
        margin-left: 10px;
    }
    /* ================ ACCESS ================ */
    #access{
        padding: 100px 0;
    }
    #access::before {
        display: none;
    }
    .access_ttl {
        font-size: 26px;
    }
    .access_ttl::before {
        width: 51.5vw;
        height: 14vw;
        background-size: cover;
    }
    .access_info {
        flex-wrap: wrap;
        width: 100%;
        padding: 0 9%;
    }
    .access_map {
        width: 100%;
        margin-bottom: 50px;
        padding: 0;
    }
    .access_map_bx {
        height: 400px;
    }
    .access_shop {
        width: 100%;
        padding: 0;
    }
    .access_shop_ttl {
        font-size: 18px;
        line-height: 1.5;
    }
    .access_btn {
        width: 270px;
        margin: 40px auto 0;
    }
    .access_btn .btn {
        padding: 8px 10px;
        font-size: 12px;
    }
    /* ================ FOOTER ================ */
    .footer_reservation .contact {
        padding: 50px 0;
    }
    .f_logo {
        width: 250px;
        margin: 0 auto;
    }
    .footer_list_nav {
        flex-wrap: wrap;
        padding: 0 3%;
    }
    .footer_list_nav .list_nav:nth-child(1) {
        order: 1;
        width: 65%;
        margin: 0 0 12px 0;
    }
    .footer_list_nav .list_nav:nth-child(2) {
        order: 3;
        width: 65%;
        margin-right: 0;
    }
    .footer_list_nav .list_nav:nth-child(3) {
        order: 2;
        width: 35%;
        margin-right: 0;
    }
    .footer_list_nav .list_nav:nth-child(4) {
        order: 4;
        width: 35%;
        margin-right: 0;
    }
    .copy {
        padding: 15px 0;
    }
    #totop {
        bottom: 20px;
        right: 10px;
    }
    #totop img {
        width: 40px;
    }
    /*==================================================*/
    .shop_ls {
        display: block;
    }
    .shop_it {
        width: 100%;
        margin-bottom: 20px;
    }
    .shop_it:not(:last-child) {
        margin-right: 0;
    }
    .shop {
        padding: 60px 0;
    }
    /*==================================================*/
}

@media screen and (max-width: 600px) {
    /* ================ SHOP_SERVICE ================ */
    .spec_r {
        margin-left: 10%;
    }
    /* ================ POINT ================ */
    .point_tags_it {
        margin-right: 0;
        padding: 5px 3vw;
        font-size: 14px;
    }
}

@media screen and (max-width: 475px) {
    /* ================ SHOP_SERVICE ================ */
    .spec_r {
        margin-left: 10%;
    }
    .spec_ttl {
        width: 100px;
        height: 58px;
        margin-right: 15px;
        padding: 0 0 0 15px;
        font-size: 14px;
    }
    .spec_des {
        width: calc(100% - 130px);
        font-size: 16px;
    }
    .spec_r li:last-child .spec_ttl {
        padding: 0 0 0 25px;
    }
    .spec_r li:nth-child(3){
        flex-wrap: wrap;
    }
    .spec_pdf{
        width: 90%;
    }
    .spec_pdf .btn_pdf{
        margin: 10px auto 0;
        width: 100%;
    }
    /* ================ CONTATC ================ */
    .contact_ttl {
        font-size: 16px;
    }
    .contact_sub02 {
        font-size: 13px;
    }
    /* ================ TOPICS ================ */
    /* ================ POINT ================ */
    #point{
        padding: 50px 0;
    }
    .point_ttl {
        margin-bottom: 50px;
        font-size: 20px;
    }
    .point_ttl_sm {
        font-size: 17px;
    }
    .point_tags_it {
        font-size: 12px;
    }
    .point_events_ttl {
        font-size: 18px;
    }
    /* ================ FACILITY GALLERY ================ */
    .facility_gallery_slider .slider_next {
        left: unset;
        right: -22px;
    }
    .facility_gallery_slider .slider_prev {
        right: unset;
        left: -22px;
    }
    /* ================ FACILITY ================ */
    .facility_tbl .col2 {
        padding-left: 15px;
        padding-right: 15px;
    }
    /* ================ PRICE ================ */
    .price_t_link {
        line-height: 1.1em;
    }
    .price_tbl_pr {
        width: 100%;
    }
    .price_ttl_tbl_pr {
        font-size: 13px;
    }
    .price_num_tbl_pr {
        line-height: 1.7em;
    }
    .price_ttl_tbl_pr::before {
        width: 100px;
        background: url(/images/paselive/common/price_ttl_tbl_pr_bg_sp.webp) no-repeat;
        background-size: 100%;
    }
    .price_date {
        width: 60px;
        height: 56px;
    }
    .price_tab_dt_it.row_span .price_bx_date {
        padding-top: 4px;
        padding-bottom: 3px;
    }
    .price_tab_dt_it.row_span .price_date:not(:last-child) {
        margin-bottom: 8px;
    }
    .price_num_tbl_pr .pack_price {
        font-size: 14px;
        margin-right: 0;
    }
    /* ================ ACCESS ================ */
    .access_map_bx {
        height: 250px;
    }

}

@media screen and (max-width: 420px) {
    /* ================ HEADER ================ */
    .paselive_logo {
        margin-right: 0;
    }
    .paselive_logo img {
        max-width: 100px;
    }
    .header_top_l>a {
        font-size: 10px;
    }
    /* ================ POINT ================ */
    .point_tags_ls {
        padding: 0 5px;
    }
    .point_tags_it {
        padding: 5px 3vw;
        font-size: 10px;
    }
    .point_events_ttl {
        font-size: 14px;
    }
    .point_events_ttl::before {
        top: 40%;
        left: -22px;
    }
    .point_events_ttl::after {
        bottom: -5px;
    }
    #point::after {
        bottom: -35px;
    }
    /* ================ SERVICE ================ */
    .service {
        padding: 50px 0;
    }
    .service_ttl {
        font-size: 14px;
    }
    /* ================ EVENTFLOW ================ */
    .eventflow {
        padding: 0 0 50px;
    }
    .eventflow_ls {
        max-width: 100%;
    }
    .eventflow_bx {
        width: 80%;
    }
    /* ================ FACILITY ================ */
    #facility{
        padding: 0 0 50px;
    }
    /* ================ PRICE ================ */
    #price{
        padding: 50px 0;
    }
    /* ================ GALLERY ================ */
    #gallery{
        padding: 30px 0 100px;
    }
}

@media screen and (max-width: 375px) {
    .spec_ttl,
    .spec_des {
        font-size: 14px;
    }
    .point_tags_it {
        padding: 5px 2.5vw;
    }
    .spec_ttl_lh{
        padding-left: 5px;
    }
    /* ================ FACILITY GALLERY ================ */
    .facility_gallery_info .facility_gallery_info_btn {
        width: 250px;
    }
    .facility_gallery_info_btn .btn {
        font-size: 12px;
    }
    /* ================ FACILITY ================ */
    .facility_ls {
        padding: 0 10px;
    }
    .facility_tbl .col2 {
        padding: 15px 10px;
    }
    .facility_tbl_ttl,
    .facility_tbl .tbl_col {
        font-size: 12px;
    }
    .facility_tbl_price_char {
        padding: 0 0px 0 12px;
    }
    .facility_tbl_price_unit {
        padding-left: 5px;
    }
    .facility_it:last-child .facility_tbl_price_unit {
        padding: 0 0px 0 10px;
    }
}

.mb10 {
    margin-bottom: 10px;
}

@media screen and (min-width: 750px) {
    .document_02 .document_btn {
        float: right;
        margin-top: 10px;
    }
    .price_num_tbl_pr .pack_price {
        font-size: 22px;
        margin-right: 20px;
    }
}
