@charset "UTF-8";

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

/* hero */

.illust-hero {
    width: 25vw;
    position: absolute;
    top: 19%;
    right: -6%;
    z-index: 101;
}
.hero::after {
    content: "";
    width: 428px;
    height: 458px;
    background: url(/img/new/bg-hero.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 13%;
    right: 0;
    z-index: 1;
}

.icon-new {
    text-align: center;
    margin-bottom: 10px;
}

.new_ttl {
    font-size: 32px;
    margin-bottom: 30px;
    text-align: center;
}

.new_txt {
    font-size: 17px;
    max-width: 840px;
    margin: 0 auto;
}

.new_intro {
    position: relative;
    padding: 0 30px 100px;
}

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

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

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


/* read */

.read {
    overflow-x: clip;
}

.read .inner {
    max-width: 1240px;
}

.read {
    padding-top: 90px;
    background: url(/img/new/bg-read.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    position: relative;
    padding-bottom: 250px;
}

.illust-read {
    position: absolute;
    z-index: 10;
}

.illust-read.-no1 {
    top: 0px;
    left: 15%;
}

.illust-read.-no6 {
    top: 130px;
    left: 18%;
}

.illust-read.-no2 {
    top: 10px;
    right: 10%;
}

.illust-read.-no3 {
    top: -340px;
    left: -27%;
}

.illust-read.-no7 {
    top: -30px;
}

.illust-read.-no9 {
    top: -100px;
    left: 50px;
}

.illust-read.-no4 {
    top: -180px;
    right: 0;
}

.illust-read.-no5 {
    top: 140px;
    left: 50px;
}

.illust-read.-no8 {
    top: 80px;
    left: 120px;
    animation-delay: 1s;
}

.img-pattern {
    position: absolute;
}

.img-pattern.-no1 {
    bottom: -430px;
    left: -90px;
}

.img-pattern.-no2 {
    right: -240px;
    top: 1100px;
}

.img-pattern.-no3 {
    left: -100px;
    bottom: 1120px;
}

.read_body {
    margin-bottom: 70px;
    position: relative;
    z-index: 10;
}

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

.read_body_ttl {
    padding: 28px 30px 32px;
    background: #6ECBBB;
    border-radius: 50px 50px 0 0;
    position: relative;
    font-size: 32px;
    color: #fff;
    text-align: center;
}

.read_body_ttl::after {
    content: '';
    width: 100%;
    height: 100%;
    background: url(/img/new/bg-read_cnt_ttl.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    mix-blend-mode: color-burn;
    border-radius: 50px 50px 0 0;
}

.read_body_ttl p {
    position: relative;
    z-index: 10;
}

.read_cnt {
    padding: 60px 100px;
    background: #fff;
    border-radius: 0 0 50px 50px;
}

.read_cnt_ttl {
    font-size: 28px;
    text-align: center;
}

.read_cnt_ttl span {
    color: #FAB84F;
}

.read_cnt_txt {
    font-size: 21px;
    margin-bottom: 50px;
    text-align: center;
}

.read_list {
    background: #FBF9F3;
    border-radius: 22px;
    padding: 15px 60px;
    margin-bottom: 45px;
    position: relative;
}

.read_list.-orange {
    margin-bottom: 0;
    padding-top: 50px;
}

.img-balloon_bring {
    position: absolute;
    top: -30px;
    transform: translateX(50%);
    right: 50%;
}

.read_list li {
    position: relative;
    font-size: 19px;
    padding: 15px 0 15px 20px;
    position: relative;
}

.read_list li::before {
    content: '';
    width: 10px;
    height: 10.5px;
    background: url(/img/cmn/icon-dotte_blue.svg);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 28px;
}

.read_list li:last-child::after {
    content: none;
}

.reserve {
    margin-bottom: 95px;
}

.reserve_txt {
    font-size: 21px;
    text-align: center;
}

.tel_num {
    font-size: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.tel_num:hover {
    opacity: .8;
}

.tel_num::before {
    content: '';
    width: 36px;
    height: 37px;
    background: url(/img/cmn/icon-tel_green.svg);
    background-size: cover;
    background-repeat: no-repeat;
}

.open_time {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    background: #E4FAF6;
    border-radius: 50px;
    padding: 10px 30px;
    max-width: 60%;
    margin: 0 auto;
}

.open_time p {
    font-size: 19px;
    position: relative;
    padding-left: 15px;
    width: 80%;
}

.open_time p::before {
    content: '';
    width: 10px;
    height: 10.5px;
    background: url(/img/cmn/icon-dotte_blue.svg);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 12px;
}

.cancel {
    background: #FAB84F;
    border-radius: 22px;
    padding: 60px 100px 40px;
    position: relative;
}

.cancel::before {
    content: '';
    width: 638px;
    height: 75px;
    background: url(/img/new/img-balloon_reserve.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
}

.cancel .read_list {
    background: unset;
    padding: 0;
    margin-bottom: 0;
}

.cancel .read_list li {
    color: #fff;
}

.cancel .read_list li::before {
    background: url(/img/cmn/icon-dotte_white.svg);
    background-size: cover;
    background-repeat: no-repeat;
}

.read_cnt_note {
    max-width: 840px;
    margin: 0 auto 60px;
}

.read_cnt_note.-mb0 {
    margin-bottom: 0;
}

.read_list.orange {
    position: relative;
}

.read_list.orange::befpre {
    content: '';
    width: 392px;
    height: 69px;
    background: url(/img/new/img-balloon_bring.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
}

.read_list.-orange li::before {
    background: url(/img/cmn/icon-dotte_orange.svg);
    background-size: cover;
    background-repeat: no-repeat;
}

.read_list.-orange li::after {
    background-image: repeating-linear-gradient(
        to right,
        #FAB84F 0 4px,       /* 線分：2px */
        transparent 2px 8px  /* 間隔：4px（合計6px周期） */
    );
}

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

.read_cnt .address {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
    margin-bottom: 30px;
}

.read_cnt .address p {
    font-size: 20px;
}

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

.read_cnt .map iframe {
    width: 100%;
    max-width: 760px;
    height: 250px;
    border-radius: 20px;
}

.img-balloon_map {
    text-align: center;
    margin-bottom: 10px;
}

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

/* stadard */

.stadard {
    padding: 480px 0 100px;
    position: relative;
}

.stadard::before {
    content: '';
    width: 100%;
    height: 1270px;
    background: url(/img/new/bg-stadard.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: -280px;
    left: 0;
}

.stadard .inner {
    max-width: 920px;
}

.standard_body {
    position: relative;
    margin-top: -320px;
}

.stadard_list {
    margin-bottom: 40px;
}

.stadard_list li {
    padding: 35px 0;
    position: relative;
}

.stadard_list_ttl {
    padding-left: 20px;
    font-size: 23px;
    margin-bottom: 10px;
    position: relative;
}

.stadard_list_ttl::before {
    content: '';
    width: 10px;
    height: 10.5px;
    background: url(/img/cmn/icon-dotte_orange.svg);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 16px;
}

.illust-standard {
    position: absolute;
}

.illust-standard.-no1 {
    top: 0px;
    left: 10%;
}

.illust-standard.-no2 {
    top: -30px;
    right: 19%;
}

.illust-standard.-no3 {
    top: 20px;
    right: 16%;
}


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

    .hero {
        margin-bottom: 30px;
    }

    .illust-hero.-no1 {
        width: 50%;
        top: 70%;
        right: -16%;
    }

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



    /* new */

    .new_ttl {
        font-size: 22px;
    }

    .sec_hd {
        margin-bottom: 30px;
    }

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

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

    .illust-read.-no1 {
        width: 20%;
        top: -50px;
        left: 5%;
    }

    .illust-read.-no6 {
        width: 20%;
        top: 30px;
        left: 40px;
    }

    .illust-read.-no2 {
        width: 50%;
        top: 20px;
        right: -15%;
    }

    .img-pattern.-no1 {
        width: 82%;
        bottom: -150px;
    }

    .img-pattern.-no2 {
        width: 90%;
        top: 1550px;
    }

    /* read */

    .read_body {
        margin-bottom: 40px;
    }

    .read_body_ttl {
        font-size: 22px;
        padding: 20px 25px;
        border-radius: 36px 36px 0 0;
    }

    .read_body_ttl::after {
        border-radius: 36px 36px 0 0;
    }

    .read_cnt {
        padding: 30px 20px;
        border-radius: 0 0 36px 36px;
    }
    
    .read_cnt .logo img {
        width: 70%;
    }

    .read_cnt_ttl {
        font-size: 20px;
    }

    .read_cnt_txt {
        font-size: 17px;
        margin-bottom: 30px;
    }

    .read_list {
        padding: 30px 20px;
    }

    .read_list li::before {
        top: 23px;
    }

    .img-balloon_bring {
        width: 90%;
        top: -10px;
    }

    .read_list li {
        font-size: 14px;
    }

    .tel_num {
        font-size: 32px;
        margin-bottom: 20px;
    }

    .tel_num::before {
        width: 29px;
        height: 29px;
    }

    .reserve_txt {
        font-size: 18px;
    }

    .open_time {
        max-width: 100%;
        flex-flow: column;
        gap: 10px;
        align-items: start;
        border-radius: 32px;
    }

    .open_time p {
        font-size: 17px;
        width: 100%;
    }

    .cancel {
        padding: 30px 20px;
    }

    .cancel::before {
        width: 250px;
        height: 80px;
        background: url(/img/new/img-balloon_reserve_sp.png);
        background-size: cover;
        background-repeat: no-repeat;
        top: -40px;
    }

    .illust-read.-no3 {
        width: 50%;
        top: -110px;
        left: -20%;
    }

    .illust-read.-no7 {
        width: 70px;
    }

    .illust-read.-no9 {
        width: 60px;
        top: -80px;
    }

    .read_cnt_note {
        margin: 0 auto 30px;
    }

    .illust-read.-no4 {
        width: 40%;
        top: -95px;
    }

    /* access */

    .illust-read.-no5 {
        width: 40px;
        left: -10px;
        top: 110px;
    }

    .illust-read.-no8 {
        width: 50px;
        top: 80px;
        left: 30px;
    }

    .read_cnt .address {
        flex-flow: column;
        gap: 10px;
        align-items: start;
    }

    /* standard */

    .stadard {
        padding-top: 230px;
    }

    .stadard::before {
        height: 460px;
        background: url(/img/new/bg-stadard_sp.png) #FFF4DD;
        background-size: cover;
        background-position: top center;
    }

    .stadard_list li {
        padding: 20px 0;
    }

    .stadard_list_ttl {
        font-size: 18px;
        line-height: 25px;
    }

    .stadard_list_ttl::before {
        top: 8px;
    }

    .illust-standard.-no1 {
        width: 40%;
        top: -160px;
        left: -20px;
    }

    .illust-standard.-no2 {
        width: 40%;
        right: 10px;
        top: -200px;
    }

    .illust-standard.-no3 {
        width: 35%;
        top: -140px;
        right: 11%;
    }
}