.p-hotel__mv {
    background-color: #75AFC9;
    border-radius: 47px;
    padding: 80px 0 60px;
    position: relative;
}

.p-hotel__mv::before {
    content: "";
    width: 453px;
    height: 490px;
    background: url(../img/hotel/ph_mv_ob1.svg) no-repeat center / contain;
    position: absolute;
    top: 0%;
    left: 0%;
    z-index: 1;
}

.p-hotel__mv::after {
    content: "";
    width: 453px;
    height: 490px;
    background: url(../img/hotel/ph_mv_ob2.svg) no-repeat center / contain;
    position: absolute;
    bottom: 0%;
    right: 0%;
    z-index: 1;
}

.p-hotel__mv_inner {
    position: relative;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

.p-hotel__mv_inner img {
    border-radius: 38px;
}

.p-hotel__mv_txt {
    position: absolute;
    bottom: 0%;
    left: 0%;
    display: inline-block;
}

.p-hotel__mv_txt_img {
    display: block;
    padding: 20px;
    background-color: #fff;
    border-radius: 0 25px 25px 0;
}

.p-hotel__mv_txt_span {
    padding: 12px 28px;
    background-color: #75AFC9;
    border-radius: 0 25px 25px 0;
    display: inline-block;
    color: #fff;
}

.p-hotel__mv_txt_main {
    color: #fff;
    font-size: 7rem;
    background-color: #75AFC9;
    border-radius: 0 25px 25px 0;
    display: inline-block;
    margin-bottom: 0;
    padding: 20px;
}

.p-hotel__mv_txt h1 {
    margin: 0;
}

/*
.p-hotel__plan {
    background: url(../img/hotel/ph_bk.jpg) no-repeat center / cover;
    padding: 145px 0 35px;
    position: relative;
    /*
    top: 0%;
    transform: translateY(-10%);
    -webkit-transform: translateY(-10%);
    z-index: -1;
}*/
.p-hotel__plan {
    position: relative;
}

.p-hotel__plan::after {
    content: "";
    max-width: 1920px;
    width: 100%;
    height: 617px;
    background-image: url(../img/hotel/ph_bk.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translateY(-10%) translateX(-50%);
    -webkit-transform: translateY(-10%) translateX(-50%);
    z-index: -1;
}

.p-hotel__plan_inner {
    max-width: 1230px;
    padding: 0 15px;
    margin: 20px auto;
    width: 100%;

}

.p-hotel__about, .p-hotel__detail {
    max-width: 1230px;
    width: 100%;
    margin: 60px auto;
}

.p-hotel__title h2 {
    font-size: 4.1rem;
    font-weight: 700;
}

.p-hotel__title span {
    color: #75AFC9;
}

.p-hotel .inner {
    background-color: #fff;
    border-radius: 0 40px 40px 40px;
    padding: 66px 25px;
}

.p-hotel__about_contents {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
    margin-bottom: 20px;
}

.p-hotel__about_img img {
    border-radius: 34px;
}

.p-hotel__about_txt {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.p-hotel__about_txt h3 {
    font-size: 2rem;
    padding-bottom: 16px;
    margin-bottom: 30px;
    font-weight: 700;
    border-bottom: 3px solid #AAAAAA;
    position: relative;
}

.p-hotel__about_txt h3::before {
    content: "";
    width: 223px;
    height: 3px;
    display: block;
    background-color: #F0007F;
    position: absolute;
    bottom: -3px;
    left: 0;
}

.p-hotel__about_txt p {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: .05em;
}

.p-hotel__about_att {
    margin: 40px 0;
}

.p-hotel__about_att h4 {
    margin: 10px 0;
    padding-left: 20px;
    font-size: 2rem;
    position: relative;
}

.p-hotel__about_att h4::before {
    content: "";
    width: 10px;
    height: 100%;
    background-color: #F0007F;
    border-radius: 10px;
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%) translateX(0%);
    -webkit-transform: translateY(-50%) translateX(0%);
}

.p-hotel__about_att ul {
    list-style: none;
    padding-left: 0;
    margin: 10px 0;
}

.p-hotel__about_att li {
    font-size: 1.6rem;
    margin: 10px 0;
    letter-spacing: .05em;
}

.p-hotel__ct {
    background: url(../img/hotel/ph_ctbk.jpg) no-repeat center / cover;
    padding: 137px 0;
}

.p-hotel__link {
    max-width: 400px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.p-hotel__link a {
    padding: 17px;
    display: block;
    width: 100%;
    background-color: #fff;
    border-radius: 10px;
    text-align: center;
    font-size: 1.9rem;
    font-weight: 600;
}

.p-hotel__detail_grid {
    display: grid;
    grid-template-columns: 360px 1fr;
    gap: 30px;
}

.tiktok-contents .tiktok-embed {
    margin: 0;
}

.p-hotel__blog {
    width: 100%;
    height: 157px;
    background-image: url(../img/hotel/report_bk.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0 40%;
    border-radius: 17px;
}

.p-hotel__blog a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.p-hotel__blog span {
    font-size: 2rem;
    font-weight: 700;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 60%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
}

.p-hotel__blog .btn::after {
    bottom: 20px;
    color: #fff;
}

@media screen and (max-width: 768px) {
    .p-hotel__mv::before {
        width: 146px;
        height: 159px;
    }

    .p-hotel__mv::after {
        width: 146px;
        height: 110px;
    }

    .p-hotel__mv {
        padding: 56px 13px;
        border-radius: 20px;
    }

    .p-hotel__mv_img img {
        width: 100%;
        height: 462px;
        object-fit: cover;
        object-position: 80% 0;
    }

    .p-hotel__mv_txt {
        z-index: 2;
    }

    .p-hotel__mv_txt_span {
        padding: 10px 20px;
    }

    .p-hotel__mv_txt_span span {
        font-size: 1.6rem;
        line-height: 1.4;
        display: block;
    }

    .p-hotel__mv_txt_main {
        padding: 10px 20px;
    }

    .p-hotel__mv_txt_main span {
        font-size: 4rem;
        display: block;
    }

    .p-hotel__mv_txt_img {
        display: inline-block;
    }

    .p-hotel__mv_txt_img img {
        max-width: 199px;
        width: 100%;
        display: inline-block;
    }

    .p-hotel__title h2 {
        font-size: 2.8rem;
    }

    .p-hotel__plan {
        background: none;
        transform: unset;
        -webkit-transform: unset;
        padding-bottom: 20px;
    }

    .p-hotel__plan::after {
        content: "";
        width: 390px;
        height: 267px;
        background-image: url(../img/hotel/ph_bk.jpg);
        background-repeat: no-repeat;
        background-size: contain;
        position: absolute;
        top: 0%;
        left: 50%;
        transform: translateY(-10%) translateX(-50%);
        -webkit-transform: translateY(-10%) translateX(-50%);
        z-index: -1;
    }

    .p-hotel__about, .p-hotel__detail {
        padding: 0 7px;
    }

    .p-hotel__about_contents {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .p-hotel__about_contents:nth-child(2n) {
        flex-direction: column-reverse;
    }

    .p-hotel .inner {
        padding: 32px 10px;
    }

    .p-hotel__about_txt h3 {
        margin-bottom: 10px;
    }

    .p-hotel__detail_grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }
}

/***宿泊プラン用Lazy Blocks***/
.p-hotel__plan_container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 68px;
}

.p-hotel__plan_list {
    background-color: #fff;
    border-radius: 40px;
    padding: 22px 0px 0;
}

.p-hotel__plan_list_title {
    text-align: center;

}

.p-hotel__plan_list_title h2 {
    display: inline-block;
    padding: 4px 70px;
    font-size: 2.8rem;
    border: 4px solid #75AFC9;
    border-radius: 20px 20px 30px 0;
    margin: 0;
}

.p-hotel__plan_details {
    padding: 0 15px;
}

.p-hotel__plan_days.-double, .p-hotel__plan_days.-single {
    display: flex;
    justify-content: center;
    align-items: end;
    margin: 15px auto 25px;
    font-family: Roboto;
    gap: 65px;
    padding: 0 15px;
}

.p-hotel__plan_year, .p-hotel__plan_day_week {
    font-size: 2.7rem;
    font-weight: 600;
}

.p-hotel__plan_date {
    font-size: 7.6rem;
    font-weight: 800;
}

.p-hotel__plan_detail:nth-child(1) {
    border-bottom: 1px solid #555;
    padding-bottom: 20px;
}

.p-hotel__plan_detail:nth-child(2) {
    margin-bottom: 30px;
}

.p-hotel__plan_detail h3 {
    padding-left: 25px;
    color: #75AFC9;
    position: relative;
}

.p-hotel__plan_detail h3::before {
    content: "";
    width: 18px;
    height: 18px;
    background-color: #75AFC9;
    border-radius: 99px;
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%) translateX(0%);
    -webkit-transform: translateY(-50%) translateX(0%);
}

.p-hotel__plan_detail_wrap {
    display: flex;
    position: relative;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    padding: 0 60px;
}

.p-hotel__plan_detail_wrap::before {
    content: "";
    width: 27px;
    height: 25px;
    background: url(../img/hotel/plan_arrow.svg) no-repeat center / contain;
    position: absolute;
    top: 50%;
    left: 46%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
}

.p-hotel__plan_label {
    display: block;
    font-size: 1.9rem;
    font-weight: 600;
}

.p-hotel__plan_time {
    font-size: 3.8rem;
    font-weight: 700;
}

.next-day {
    font-size: 2rem;
    padding-right: 10px;
}

.p-hotel__plan_bonus {
    background-color: #F7F4A1;
    border-radius: 0 0 40px 40px;
    padding: 12px 32px;
}

.p-hotel__plan_bonus_main {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.p-hotel__plan_bonus_main h4 {
    font-size: 2.3rem;
    font-weight: 700;
    color: #75AFC9;
}

.p-hotel__plan_bonus_main img {
    margin: 0 auto;
}

.p-hotel__plan_bonus span {
    display: block;
    text-align: center;
}

.p-hotel__plan_btn {
    margin: 30px auto;

}

.p-hotel__plan_btn a {
    text-align: center;
    display: block !important;
    width: 95%;
    padding: 20px 0;
    background-color: #F0007F;
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    margin: 20px auto;
    border-radius: 7px;
}

.p-hotel__plan_btn a.-disabled {
    background-color: #AAAAAA;
}

.btn-back {
    text-align: center;
    display: block !important;
    width: 50%;
    padding: 20px 0;
    background-color: #F0007F;
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    margin: 20px auto;
    border-radius: 7px;
}


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

    .p-hotel__plan_container {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .p-hotel__plan_list_title h2 {
        font-size: 1.7rem;
    }

    .p-hotel__plan_year, .p-hotel__plan_day_week {
        font-size: 1.7rem;
    }

    .p-hotel__plan_date {
        font-size: 4.8rem;
    }

    .p-hotel__plan_detail h3 {
        font-size: 1.4rem;
    }

    .p-hotel__plan_details {
        padding: 0 10px;
    }

    .p-hotel__plan_detail_wrap {
        padding: 0 10px;
    }

    .p-hotel__plan_label {
        font-size: 1.4rem;
    }

    .p-hotel__plan_time {
        font-size: 2.4rem;
    }

    .p-hotel__plan_detail_wrap::before {
        width: 17px;
        height: 15px;
    }

    .p-hotel__plan_bonus_main {
        flex-direction: column;
    }

    .p-hotel__plan_bonus_main h4 {
        font-size: 1.8rem;
        margin: 0 0 10px;
    }

    .p-hotel__plan_bonus_main img {
        margin-bottom: 10px;
    }

    .btn-back {
        width: 97%;
        margin-bottom: 50px;
    }
}