#course_by_length_stay,
#recommend-travel-by-style {
    margin: 0 auto 80px;
    width: 1200px;
    max-width: 100%;
}
#course_by_length_stay h3,
#osaka-trip-cost-guide h3,
#recommend-travel-by-style h3 {
    text-align: center;
    margin: 0px 0px 26px;
}
#course_by_length_stay h3 span,
#osaka-trip-cost-guide h3 span,
#recommend-travel-by-style h3 span {
    display: block;
}
#course_by_length_stay h3 span:first-child,
#osaka-trip-cost-guide h3 span:first-child,
#recommend-travel-by-style h3 span:first-child {
    font-weight: 900;
    font-size: 26px;
    color: #1c2733;
}
#osaka-trip-cost-guide h3 span:first-child {
    font-size: 36px;
}
#course_by_length_stay h3 span:last-child,
#recommend-travel-by-style h3 span:last-child  {
    font-weight: 700;
    font-size: 14px;
    color: rgb(90, 102, 114);
    margin-top: 6px;
}
#course_by_length_stay h3 span.enletter,
#osaka-trip-cost-guide h3 span.enletter,
#recommend-travel-by-style h3 span.enletter  {
    font-size: 11px;
    letter-spacing: 0.18em;
    color: rgb(25, 111, 185);
    text-transform: uppercase;
    margin-top: 7px;
    font-weight: 700;
}
.tabs {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 26px;
}
.tabs button {
    padding: 11px 26px;
    border: 1px solid rgb(211, 219, 227);
    border-radius: 999px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14.5px;
    font-weight: 700;
    cursor: pointer;
    white-space: nowrap;
    background: rgb(255, 255, 255);
    color: rgb(25, 111, 185);
}
.tabs button.active {
    border: 1px solid rgb(25, 111, 185);
    background: rgb(25, 111, 185);
    color: rgb(255, 255, 255);
}
.tabs button.active.style-1 {
    border: 1px solid rgb(224, 105, 155);
    background: rgb(224, 105, 155);
}
.tabs button.active.style-2 {
    border: 1px solid rgb(47, 159, 214);
    background: rgb(47, 159, 214);
}
.tabs button.active.style-3 {
    border: 1px solid rgb(199, 125, 187);
    background: rgb(199, 125, 187);
}
.length_stay_content {
    border: 1px solid rgb(226, 226, 226);
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 22px;
    box-shadow: rgba(20, 50, 90, 0.05) 0px 2px 10px;
}
.length_stay_content .content-heading {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 20px;
    background: linear-gradient(rgb(47, 137, 214), rgb(25, 111, 185));
    color: rgb(255, 255, 255);
    font-size: 14px;
    font-weight: 700;
    opacity: 0.95;
}
.length_stay_content .content-heading span {
    font-family: "Noto Serif JP", serif;
    font-weight: 900;
    font-size: 22px;
    line-height: 1;
    opacity: 1;
}
.length_stay_content .content-wrap {
    padding: 22px 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 0 !important;
}
.length_stay_content .content-wrap .item {
    padding: 0 0 16px 0;
    border-bottom: 1px solid rgb(238, 240, 242);
}
.length_stay_content .content-wrap .item:last-child {
    border: none;
}
.length_stay_content .content-wrap .item .item-head {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 10px;
    font-size: 12px;
    color: rgb(154, 164, 174);
}
.length_stay_content .content-wrap .item .item-head span{
    display: inline-block;
    background: rgb(234, 243, 251);
    color: rgb(25, 111, 185);
    font-size: 12px;
    font-weight: 700;
    padding: 4px 12px;
    border-radius: 999px;
    white-space: nowrap;
}
.length_stay_content .content-wrap .item .item-content {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    align-items: stretch;
}
.length_stay_content .content-wrap .item div.img {
    flex: 1 1 220px;
    min-width: 190px;
    background: rgb(233, 237, 241);
    border-radius: 8px;
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(139, 151, 163);
    font-size: 12px;
    position: relative;
    overflow: hidden;
}
.length_stay_content .content-wrap .item div.img.baseline {
    align-items: baseline;
}
.length_stay_content .content-wrap .item div.img.end {
    align-items: end;
}
.length_stay_content .content-wrap .item div.text {
    flex: 2 1 260px;
    min-width: 200px;
}
.length_stay_content .content-wrap .item div.text span {
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 6px;
}
.length_stay_content .content-wrap .item div.text p {
    font-size: 13.5px;
    color: rgb(74, 85, 96);
}
.length_stay_content .content-wrap .cta-btn {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 18px;
    border-width: 1px 1px 1px 4px;
    border-style: solid;
    border-color: rgb(217, 226, 236) rgb(217, 226, 236) rgb(217, 226, 236) rgb(95, 200, 58);
    border-image: none;
    border-radius: 8px;
    background: rgb(247, 251, 244);
    text-decoration: none;
}
.length_stay_content .content-wrap .cta-btn span:first-child {
    background: rgb(95, 200, 58);
    color: rgb(255, 255, 255);
    font-size: 11px;
    font-weight: 700;
    padding: 5px 12px;
    border-radius: 999px;
    white-space: nowrap;
}
.length_stay_content .content-wrap .cta-btn span:nth-child(2) {
    flex: 1 1 auto;
    min-width: 0px;
    font-size: 12px;
    color: rgb(107, 118, 129);
}
.length_stay_content .content-wrap .cta-btn span font {
    display: block;
    font-weight: 700;
    font-size: 14.5px;
    color: rgb(28, 39, 51);
}
.length_stay_content .content-wrap .cta-btn span:last-child {
    color: rgb(25, 111, 185);
    font-size: 13px;
    font-weight: 700;
    white-space: nowrap;
}
.btn-grad-2 {
    display: inline-block;
    padding: 14px 42px;
    background: linear-gradient(rgb(47, 137, 214), rgb(25, 111, 185));
    color: rgb(255, 255, 255) !important;
    font-weight: 700;
    font-size: 15px;
    text-decoration: none;
    border-radius: 999px;
    box-shadow: rgba(25, 111, 185, 0.28) 0px 4px 12px;
    outline: none;
}
.btn-grad-2.yellow {
    background: linear-gradient(rgb(255, 154, 60), rgb(242, 122, 18));
}
.btn-grad-2:hover,
.btn-grad-2:focus {
    opacity: 0.8;
    color: rgb(255, 255, 255);
    outline: none;
}

@media screen and (max-width: 767px) {
    #course_by_length_stay {
        padding: 0 16px;
        margin-bottom: 20px
    }
    .length_stay_content .content-wrap {
        padding: 16px;
    }
    #course_by_length_stay h3,
    #osaka-trip-cost-guide h3 {
        margin-bottom: 20px;
    }
    #course_by_length_stay h3 span:first-child,
    #osaka-trip-cost-guide h3 span:first-child,
    #recommend-travel-by-style h3 span:first-child {
        font-size: 20px;
    }
    #course_by_length_stay h3 span.enletter,
    #osaka-trip-cost-guide h3 span.enletter,
    #recommend-travel-by-style h3 span.enletter {
        font-size: 10px;
    }
    #course_by_length_stay h3 span:last-child {
        font-size: 12px;
    }
    .tabs {
        margin-bottom: 20px;
    }
    .length_stay_content .content-heading {
        gap: 10px;
        padding: 12px 14px;
        font-size: 12px;
    }
    .length_stay_content .content-heading span {
        font-size: 18px;
    }
    .length_stay_content .content-wrap .item .item-content {
        gap: 8px;
    }
    .length_stay_content .content-wrap .item div.img {
        height: auto;
    }
    .length_stay_content .content-wrap .item div.text span {
        font-size: 16px;
    }
    .length_stay_content .content-wrap .item div.text p {
        font-size: 12.5px;
    }
    .length_stay_content .content-wrap .item .item-head {
        margin-bottom: 9px;
    }
    .length_stay_content .content-wrap .item .item-head span,
    .length_stay_content .content-wrap .item .item-head {
        font-size: 11px;
    }
    .length_stay_content .content-wrap .cta-btn {
        gap: 10px;
        margin-top: 14px;
        padding: 12px 14px;
    }
    .length_stay_content .content-wrap .cta-btn span font {
        font-size: 13px;
    }
    .length_stay_content .content-wrap .cta-btn span:first-child {
        font-size: 10px;
        padding: 4px 10px;
    }
    .length_stay_content .content-wrap .cta-btn span:nth-child(2) {
        font-size: 11px;
        flex-basis: calc(100% - 50px);
    }
    .length_stay_content .content-wrap .cta-btn span:last-child {
        font-size: 14px;
        text-indent: -29px;
        overflow: hidden;
        width: 10px;
    }
    .btn-grad-2 {
        padding: 12px 20px;
        font-size: 14px;
        width: 100%;
    }
}

#osaka-trip-cost-guide {
    padding: 60px 0;
    margin: 0 0 40px 0;
    background: linear-gradient(rgb(238, 246, 253), rgb(226, 238, 249));
}
.osaka-trip-cost-guide-content {
    width: 1200px;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin: 0 auto;
}
.osaka-trip-cost-guide-content .item {
    background: #fff;
    border: 1px solid rgb(226, 226, 226);
    border-radius: 10px;
    padding: 22px 24px;
    overflow: hidden;
}
.main-q.item {
    position: relative;
}
.main-q .q {
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    font-size: 19px;
    color: rgb(28, 39, 51);
    margin-bottom: 8px;
    padding-left: 58px;
}
.main-q .q::before {
    content: 'Q';
    display: block;
    position: absolute;
    left: 24px;
    top: 20px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgb(25, 111, 185);
    color: rgb(255, 255, 255);
    font-family: "Noto Serif JP", serif;
    font-weight: 900;
    font-size: 20px;
    text-align: center;
    line-height: 36px;
}
.main-q .a {
    padding-left: 58px;
}
.compare-style.item {
    padding: 0;
}
.compare-style p {
    margin: 0;
}
.compare-tit,
.breakdown-costs-tit {
    border-bottom: 1px solid rgb(226, 226, 226);
    padding: 14px 20px;
    font-weight: 700;
    font-size: 15px;
    color: rgb(28, 39, 51);
}
.compare-tit span,
.breakdown-costs-tit span {
    font-size: 12px;
    color: rgb(154, 164, 174);
    font-weight: 400;
}
.compare-style .compare-detail {
    padding: 0;
    display: flex;
    flex-direction: row;
}
.compare-style .compare-detail div {
    width: 50%;
    padding: 20px;
}
.compare-style .compare-detail div:first-child {
    border-right: 1px solid rgb(226, 226, 226);
}
.compare-style .d-flex {
    display: flex;
}
.compare-style .flex-c {
    flex-direction: column;
}
.compare-style .flex-r {
    flex-direction: row;
}
.compare-style .gap-14 {
    gap: 14px;
}
.compare-style .d-flex.p-0 {
    padding: 0;
    width: 100%;
}
.compare-style div.individual-purchase,
.compare-style div.flight-hotel {
    padding: 0;
    border-right: none !important;
    font-size: 12px;
    color: rgb(139, 151, 163);
    margin-bottom: 4px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.compare-style p.stays {
    font-weight: 700;
    font-size: 15px;
    margin: 0;
    color: rgb(25, 111, 185);
}
.compare-style p.price {
    font-family: "Noto Serif JP", serif;
    font-size: 12px;
    font-weight: 700;
    color: rgb(90, 102, 114);
    line-height: 1;
}
.compare-style p.price span {
    font-family: "Noto Serif JP", serif;
    font-weight: 900;
    font-size: 26px;
    color: rgb(232, 86, 10);
    line-height: 1;
}
.compare-style div.individual-purchase p.price span {
    color: rgb(90, 102, 114);
    font-size: 22px;
}
.compare-style div.flight-hotel p:first-child {
    font-size: 12px;
    color: rgb(25, 111, 185);
    font-weight: 700;
}
.compare-style p.save {
    display: inline-block;
    background: rgb(253, 238, 229);
    color: rgb(232, 86, 10);
    font-size: 11px;
    font-weight: 700;
    padding: 3px 10px;
    border-radius: 999px;
    width: fit-content;
}
.breakdown-costs-tit {
    padding: 0 0 16px 0;
    border: none;
}
.price-graph {
    display: flex;
    flex-direction: column;
}
.price-graph .bar-chart {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 9px 0px;
    border-top: 1px solid rgb(240, 242, 244);
}
.price-graph .bar-chart div.label {
    width: 90px;
    font-size: 13.5px;
    font-weight: 700;
    color: rgb(74, 85, 96);
}
.price-graph .bar-chart div.price {
    width: 70px;
    text-align: right;
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    font-size: 15px;
    color: rgb(28, 39, 51);
    white-space: nowrap;
}
.price-graph .bar-chart div.price span {
    font-size: 11px;
    font-weight: 400;
    color: rgb(139, 151, 163);
}
.price-graph .bar-chart .bar {
    background: rgb(238, 242, 246);
    height: 14px;
    border-radius: 14px;
    flex: 1 1 auto;
    position: relative;
    overflow: hidden;
}
.price-graph .bar-chart .bar .bar-value {
    position: absolute;
    left: 0;
    height: 14px;
    border-radius: 14px;
    background: linear-gradient(90deg, rgb(47, 137, 214), rgb(25, 111, 185));
}
.price-graph-summary {
    border-top: 2px solid rgb(226, 232, 238);
    margin-top: 14px;
    padding-top: 14px;
    text-align: right;
}
.price-graph-summary span {
    font-size: 13px;
    color: rgb(90, 102, 114);
    font-weight: 700;
    font-family: "Noto Serif JP", serif;
}
.price-graph-summary span:nth-child(2) {
    font-weight: 900;
    font-size: 26px;
    color: #196fb9;
    margin-left: 10px;
}
.price-graph-summary span:first-child {
    font-family: initial
}

.osaka-trip-cost-guide-content p.note {
    font-size: 12px;
    font-weight: 400;
}
.osaka-trip-cost-guide-content .faq {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.osaka-trip-cost-guide-content .faq .item {
    padding: 14px 18px;
}
.osaka-trip-cost-guide-content .faq .q span {
    color: rgb(25, 111, 185);
    font-family: "Noto Serif JP", serif;
    font-weight: 900;
    padding-right: 10px;
}
.osaka-trip-cost-guide-content .faq .q {
    font-weight: 700;
    font-size: 14.5px;
    color: rgb(28, 39, 51);
    position: relative;
    cursor: pointer;
}
.osaka-trip-cost-guide-content .faq .a {
    font-size: 14px;
    color: rgb(74, 85, 96);
    border-top: 1px dashed rgb(226, 232, 238) ;
    margin-top: 10px;
    padding-top: 10px;
    display: none;
}
.osaka-trip-cost-guide-content .faq .item.open .a {
    display: block;
}

.osaka-trip-cost-guide-content .faq .plus::after {
    content: '';
    color: rgb(25, 111, 185);
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23196fb9' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='ai ai-Plus'%3E%3Cpath d='M12 20v-8m0 0V4m0 8h8m-8 0H4'/%3E%3C/svg%3E");
    display: block;
    position: absolute;
    right: 0;
    top: 2px;
}
.osaka-trip-cost-guide-content .item.open .plus::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23196fb9' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='ai ai-Minus'%3E%3Cpath d='M20 12H4'/%3E%3C/svg%3E");
}
@media screen and (max-width: 767px) {
    #osaka-trip-cost-guide {
        padding: 40px 0;
        margin-bottom: 20px;
    }
    .osaka-trip-cost-guide-content {
        padding: 0 16px;
        margin: 0;
        gap: 14px;
    }
    .main-q.item {
        padding: 14px;
    }
    .main-q .q {
        font-size: 15px;
        padding-left: 44px;
        margin-bottom: 14px;
    }
    .main-q .q::before {
        left: 16px;
        top: 12px;
        width: 30px;
        height: 30px;
        font-size: 18px;
        line-height: 26px;
    }
    .main-q .a {
        padding-left: 0;
        font-size: 12.5px;
    }
    .compare-tit, .breakdown-costs-tit {
        font-size: 13.5px;
        padding: 14px;
        border-bottom-width: 2px;
    }
    .compare-tit span,
    .breakdown-costs-tit span {
        display: block;
        font-size: 11px;
        letter-spacing: -1px;
    }
    .compare-style .gap-14 {
        gap: 10px;
    }
    .compare-style .compare-detail {
        flex-direction: column;
    }
    .compare-style .compare-detail div:first-child {
        border-right: none;
        border-bottom: 1px solid rgb(226, 226, 226);
    }
    .compare-style .compare-detail div {
        width: 100%;
        padding: 14px;
    }
    .compare-style div.individual-purchase, .compare-style div.flight-hotel {
        border: none !important;
        gap: 8px;
        padding: 0;
        font-size: 11px;
    }
    .compare-style p.stays {
        font-size: 14px;
    }
    .compare-style div.flight-hotel p:first-child,
    .compare-style p.price {
        font-size: 11px;
    }
    .compare-style div.individual-purchase p.price span {
        font-size: 19px;
    }
    .compare-style p.price span {
        font-size: 22px;
    }
    .compare-style p.save {
        font-size: 10px;
    }
    .breakdown-costs-tit {
        padding: 0 0 14px 0;
    }
    .breakdown-costs.item {
        padding: 14px;
    }
    .price-graph .bar-chart {
        gap: 10px;
        padding: 6px 0px;
    }
    .price-graph .bar-chart div.label {
        width: 72px;
        font-size: 12px;
    }
    .price-graph .bar-chart div.price {
        font-size: 13px;
        width: 60px;
    }
    .price-graph .bar-chart .bar,
    .price-graph .bar-chart .bar .bar-value {
        height: 12px;
    }
    .price-graph-summary {
        padding-top: 6px;
    }
    .price-graph-summary span:nth-child(2) {
        font-size: 20px;
    }
    .price-graph-summary span {
        font-size: 12px;
    }
    .osaka-trip-cost-guide-content p.note {
        font-size: 11px;
    }
    .osaka-trip-cost-guide-content .faq {
        gap: 9px;
    }
    .osaka-trip-cost-guide-content .faq .q {
        font-size: 13px;
    }
    .osaka-trip-cost-guide-content .faq .a {
        font-size: 12px;
    }
    .osaka-trip-cost-guide-content .faq .plus::after {
        width: 16px;
        height: 16px;
        background-size: contain;
    }
}
#recommend-travel-by-style .tabs button {
    color: rgb(90, 102, 114);
}
#recommend-travel-by-style .tabs button.active {
    color: rgb(255, 255, 255);
}
.style-summary {
    padding: 22px 24px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    border-radius: 12px;
    font-size: 14px;
}
.style-summary span {
    flex: 0 0 auto;
    color: rgb(255, 255, 255);
    font-weight: 700;
    font-size: 13px;
    padding: 7px 18px;
    border-radius: 999px;
    white-space: nowrap;
}
.style-summary.style-1 {
    background: rgb(253, 241, 246);
    border: 1px solid rgb(231, 226, 234);
}
.style-summary.style-1 span {
    background: rgb(224, 105, 155);
}
.style-summary.style-2 {
    background: rgb(238, 247, 252);
    border: 1px solid rgb(231, 226, 234);
}
.style-summary.style-2 span {
    background: rgb(47, 159, 214);
}
.style-summary.style-3 {
    background: rgb(248, 241, 248);
    border: 1px solid rgb(231, 226, 234);
}
.style-summary.style-3 span {
    background: rgb(199, 125, 187);
}
#recommend-travel-by-style .tabcontent {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.recommend-item .content-tit {
    font-weight: 700;
    font-size: 15px;
    color: rgb(28, 39, 51);
    margin: 0px 0px 12px;
    padding-left: 12px;
}
#by-style-1 .content-tit {
    border-left: 4px solid rgb(224, 105, 155);
}
#by-style-2 .content-tit {
    border-left: 4px solid rgb(47, 159, 214);
}
#by-style-3 .content-tit {
    border-left: 4px solid rgb(199, 125, 187);
}
.recommend-item-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.recommend-item-wrap div.item {
    flex: 1 1 200px;
    min-width: 180px;
    border: 1px solid rgb(230, 230, 230);
    border-radius: 8px;
    overflow: hidden;
    background: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.05) 0px 2px 8px;
}
.recommend-item-wrap div.item .img {
    display: flex;
    align-items: center;
    justify-content: center;
    }
.recommend-item-wrap div.item .img.end {
    align-items: end;
}
.recommend-item-wrap div.item .img.baseline {
    align-items: baseline;
}
.recommend-item-wrap.flex-c-3 div.item .img {
    height: 130px;
    overflow: hidden;
}
.recommend-item-wrap.flex-c-2 div.item .img {
    height: 150px;
    overflow: hidden;
}
.recommend-item-wrap div.item .text {
    padding: 12px 14px;
}
.recommend-item-wrap div.item .text span {
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    font-size: 15px;
    color: rgb(28, 39, 51);
    display: inline-block;
    margin-bottom: 6px;
}
.recommend-item-wrap div.item .text p {
    font-size: 12.5px;
    color: rgb(107, 118, 129);
    margin: 0;
}
.recommend-item-wrap div.item p.price {
    text-align: right;
}
.recommend-item-wrap div.item p.price span{
    font-family: "Noto Serif JP", serif;
    font-weight: 900;
    font-size: 20px;
    color: rgb(232, 86, 10);
    text-align: right;
}
.recommend-item-wrap a,
.recommend-item-wrap a:focus {
    outline: none;
    text-decoration: none;
}
#recommend-travel-by-style p.note {
    color: #333;
    right: 10px;
    font-size: 12px;
}
@media screen and (max-width: 767px) {
    #recommend-travel-by-style {
        padding: 40px 16px 0;
        margin-bottom: 40px;
    }
    .style-summary {
        padding: 16px;
        flex-direction: column;
        align-items: flex-start;
        font-size: 13px;
        gap: 10px;
    }
    .style-summary span {
        font-size: 12.5px;
        padding: 5px 14px;
    }
    #recommend-travel-by-style .tabcontent {
        gap: 18px;
    }
    .recommend-item-wrap div.item {
        box-shadow: none;
    }
    .recommend-item-wrap div.item .img {
        line-height: 1;
    }
    .recommend-item-wrap div.item .text {
        padding: 12px;
    }
    .recommend-item-wrap.flex-c-3 div.item .img,
    .recommend-item-wrap.flex-c-2 div.item .img {
        height: 130px;
        overflow: hidden;
    }
    
}