@charset "UTF-8";

/* 共有 */

.heading.block_header_1 p,
.heading.block_header_6 .h {
    font-size: 1.6rem;
    padding-bottom: 10px;
}

.heading.block_header_1 .h,
.heading.block_header_6 p {
    font-size: 3.8rem;
    line-height: 1.3;
}

.heading.block_header_1+p,
.heading.block_header_6+p {
    color: #9d9d9d;
}

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

    .heading.block_header_1 .h,
    .heading.block_header_6 p {
        font-size: 2.5rem;
    }
}

main .inner_item_txt ul li {
    list-style: none;
    padding-left: 20px;
    position: relative;
    border-bottom: 1px solid var(--i_border_color);
    padding-block: 5px;
}

main .inner_item_txt ul li::before {
    position: absolute;
    display: block;
    content: "✓";
    pointer-events: none;
    top: .6rem;
    left: 0;
    color: var(--i_main_color);
    font-weight: bold;
}

/* --- */

#trip+div .heading.block_header_4 {
    text-align: left;
}

#trip+div .heading.block_header_4 .h {
    font-size: 1.65rem !important;
    color: #C0392B;
}

#trip+div .heading.block_header_4 p {
    font-size: 1.8rem;
    line-height: 1.4;
    font-weight: bold;
}

#trip+div .wrapper_item {
    justify-content: center;
}

#trip+div .inner_item {
    width: 33.3%;
    padding-inline: 3%;
    margin: 0 !important;
}

#trip+div .inner_item:not(:first-of-type) {
    border-left: 1px solid var(--i_border_color);
}

@media screen and (max-width: 768px) {
    #trip+div .inner_item {
        padding-inline: 0;
    }

    #trip+div .inner_item:not(:first-of-type) {
        border-left: none;
        border-top: 1px solid var(--i_border_color);
        padding-top: 30px;
        margin-top: 30px !important;
    }
}

/* --- */

#trip2+div .heading.block_header_4 .h {
    font-size: 1.8rem;
    line-height: 1.4;
    color: var(--i_main_color);
    font-weight: bold;
}

#trip2+div .inner_item::before {
    margin-left: 0;
    color: var(--i_main_color);
    background: none;
    font-size: 4rem;
    margin-bottom: 10px;
    opacity: 0.5;
}

#trip2+div .inner_item {
    width: 33.3%;
    padding: 20px 30px;
    margin: 0 !important;
    box-sizing: border-box;
}

#trip2+div .inner_item:nth-last-of-type(-n+3) {
    border-top: 1px solid var(--i_border_color);
}

#trip2+div .inner_item:not(:nth-of-type(3)):not(:nth-of-type(6)) {
    border-right: 1px solid var(--i_border_color);
}

#trip2+div .inner_item>a {
    max-width: 50px;
    border: 1px solid var(--i_main_color);
    padding: 8px;
    margin-bottom: 10px;
    box-sizing: border-box;
}

#trip2+div .inner_item_img img {
    height: auto !important;
}

#trip2+div strong {
    color: #9d9d9d;
    font-weight: 500;
}

@media screen and (max-width: 768px) {
    #trip2+div .inner_item {
        padding-inline: 0;
    }

    #trip2+div .inner_item:not(:first-of-type) {
        border-top: 1px solid var(--i_border_color);
    }

    #trip2+div .inner_item:not(:nth-of-type(3)):not(:nth-of-type(6)) {
        border-right: none;
    }
}

/* --- */

#trip3+div .wrapper_item {
    gap: 20px 0;
    border: 1px solid rgba(173, 127, 0, 0.5);
    background: var(--i_bg_color);
    position: relative;
    padding: 65px 5%;
    overflow: visible;
}

#trip3+div .wrapper_item::before,
#trip3+div .wrapper_item::after {
    position: absolute;
    display: block;
    content: "";
    pointer-events: none;
    width: 20px;
    height: 20px;
}

#trip3+div .wrapper_item::before {
    border-top: 2px solid var(--i_main_color);
    border-left: 2px solid var(--i_main_color);
    top: -1px;
    left: -1px;
}

#trip3+div .wrapper_item::after {
    border-bottom: 2px solid var(--i_main_color);
    border-right: 2px solid var(--i_main_color);
    bottom: -1px;
    right: -1px;
}

#trip3+div .inner_item {
    width: 100% !important;
    margin: 0 !important;
    text-align: center;
}

#trip3+div .inner_item_txt {
    margin-top: 0;
}

#trip3+div .inner_item:first-of-type .inner_item_txt p {
    font-size: 2.2rem;
}

#trip3+div .inner_item:first-of-type .inner_item_txt p strong {
    font-weight: 500;
    color: var(--i_btn_hover_color);
}

#trip3+div .inner_item:nth-of-type(2) .inner_item_txt p {
    color: var(--i_main_color);
}

#trip3+div .inner_item:nth-of-type(3) {
    flex-direction: row;
    justify-content: center;
    align-items: self-start;
    gap: 15px;
    border-top: 1px solid var(--i_border_color);
    padding-top: 30px;
    margin-top: 15px !important;
}

#trip3+div .inner_item:nth-of-type(3)>a {
    max-width: 40px;
    border: 1px solid var(--i_main_color);
    padding: 8px;
    box-sizing: border-box;
}

#trip3+div .inner_item:nth-of-type(3) .inner_item_img {
    display: flex;
}

#trip3+div .inner_item:nth-of-type(3) .inner_item_img img {
    height: auto !important;
}

#trip3+div .heading.block_header_4 {
    margin-bottom: 0;
}

#trip3+div .inner_item:nth-of-type(3) .heading.block_header_4+p {
    text-align: left;
    color: #9d9d9d;
    font-size: 1.4rem;
    line-height: 1.4;
}

@media screen and (max-width: 800px) {
    #trip3+div .inner_item:first-of-type .inner_item_txt p {
        font-size: 1.8rem;
    }
}

/* --- */

#trip4+div .inner_item {
    width: 33.3%;
    padding-block: 45px;
    margin: 0 !important;
    box-sizing: border-box;
    position: relative;
    transition: .4s ease-in-out;
}

#trip4+div .inner_item:first-of-type:before {
    position: absolute;
    display: block;
    content: "一番人気";
    pointer-events: none;
    right: 0;
    top: 0;
    background: #C0392B;
    font-size: 1.2rem;
    padding: 2px 15px;
}

#trip4+div .inner_item:hover {
    background: var(--i_bg_color);
}

#trip4+div .inner_item:not(:last-of-type) {
    border-right: 1px solid var(--i_border_color);
}

#trip4+div .inner_item_txt,
#trip4+div .inner_item_txt ul {
    border-top: 1px solid var(--i_border_color);
}

#trip4+div .inner_item_txt {
    margin-top: 25px;
    flex-grow: 1;
}

#trip4+div .inner_item_txt>p,
#trip4+div .inner_item_txt ul {
    padding: 25px 20px;
    box-sizing: border-box;
}

#trip4+div .heading.block_header_4 .h {
    font-size: 1.65rem !important;
    color: #9d9d9d;
    margin-bottom: 15px;
}

#trip4+div .heading.block_header_4 p {
    font-size: 1.8rem;
    line-height: 1.4;
    color: var(--i_main_color);
    font-weight: bold;
    padding-bottom: 10px;
}

#trip4+div .inner_item_txt>p {
    line-height: 1.5;
}

#trip4+div p strong {
    font-size: 3rem;
    color: var(--i_main_color);
    font-weight: 500;
}

#trip4+div .inner_item>a {
    max-width: 80px;
    margin: 0 auto;
}

#trip4+div .inner_item_img img {
    height: auto !important;
}

#trip4+div .contents_btn01 a[target=_blank] span:before,
#trip4+div .contents_btn01 a[target=_blank] span:after,
#trip4+div .contents_btn01 a:before {
    display: none;
}

@media screen and (max-width: 768px) {
    #trip4+div {
        padding-bottom: 0;
    }

    #trip4+div .inner_item {
        padding-inline: 0;
    }

    #trip4+div .inner_item:not(:first-of-type) {
        border-top: 1px solid var(--i_border_color);
    }

    #trip4+div .inner_item:not(:last-of-type) {
        border-right: none;
    }
}

/* --- */

#trip5+div>.content_wrapper {
    border: 1px solid var(--i_border_color);
    width: calc(100% - 20px);
    padding-block: 15px;
}

#trip5+div .wrapper_item {
    justify-content: center;
    gap: 10px 3%;
}

#trip5+div .inner_item {
    flex-direction: row;
    align-items: center;
    gap: 8px;
    width: auto;
    margin: 0 !important;
}

#trip5+div .inner_item>a {
    width: auto;
}

#trip5+div .inner_item_img {
    display: flex;
}

#trip5+div .inner_item_img img {
    height: auto !important;
    max-width: 18px;
}

#trip5+div .inner_item_txt {
    margin-top: 0;
}

#trip5+div .inner_item_txt>p {
    font-size: 1.4rem !important;
    color: #9d9d9d;
}

/* --- */

#trip6+div .wrapper_item {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, auto) 1fr;
    gap: 0 5%;
}

#trip6+div .inner_item:first-of-type {
    grid-area: 1 / 1 / 6 / 2;
    border: 1px solid var(--i_border_color);
    padding: 30px 8%;
}

#trip6+div .inner_item:first-of-type:before {
    position: absolute;
    display: block;
    content: "";
    pointer-events: none;
    left: 0;
    top: 0;
    background: var(--i_main_color);
    width: 30%;
    height: 1px;
}

#trip6+div .inner_item {
    width: 100%;
    margin: 0 !important;
    position: relative;
}

#trip6+div .heading.block_header_4 {
    text-align: left;
}

#trip6+div .inner_item .inner_item_txt {
    margin-top: 0;
}

#trip6+div .inner_item:first-of-type {
    border: 1px solid var(--i_border_color);
}

#trip6+div .inner_item:first-of-type .heading.block_header_4 .h {
    font-size: 1.3rem !important;
    color: var(--i_main_color);
    border: 1px solid var(--i_main_color);
    padding: 4px 10px 1px;
    display: inline-block;
}

#trip6+div .inner_item:first-of-type .heading.block_header_4 p {
    font-size: 3rem;
    line-height: 1.3;
    padding-block: 20px;
}

#trip6+div .inner_item:first-of-type .inner_item_txt>p {
    padding-bottom: 20px;
}

#trip6+div .inner_item:nth-of-type(2) {
    padding-bottom: 45px;
}

#trip6+div .inner_item:nth-of-type(2) .heading.block_header_4 .h {
    color: var(--i_main_color);
}

#trip6+div .inner_item:nth-last-of-type(-n + 4):not(:last-of-type) {
    border-bottom: 1px solid var(--i_border_color);
    padding-bottom: 10px;
    margin-bottom: 20px !important;
}

#trip6+div .inner_item:nth-last-of-type(-n + 4) .inner_item_txt {
    display: flex;
    flex-direction: row-reverse;
    gap: 0 20px;
    align-items: flex-start;
    margin-top: 0;
}

#trip6+div .inner_item:nth-last-of-type(-n + 4) .heading.block_header_4 .h {
    font-size: 1.8rem;
}

#trip6+div .inner_item:nth-last-of-type(-n + 4) .inner_item_txt>p {
    color: var(--i_main_color);
    border: 1px solid var(--i_main_color);
    padding: 0 8px;
}

@media screen and (max-width: 768px) {
    #trip6+div .wrapper_item {
        display: block;
    }

    #trip6+div .inner_item:nth-of-type(2) {
        padding-block: 30px 25px;
    }
}

/* --- */

#trip7+div .inner_item {
    width: calc(100% / 4);
    padding: 50px 30px;
    margin: 0 !important;
    box-sizing: border-box;
}

#trip7+div .inner_item:not(:first-of-type) {
    border-left: 1px solid var(--i_border_color);
}

#trip7+div .inner_item>a {
    max-width: 50px;
    margin: 0 auto;
}

#trip7+div .inner_item_img img {
    height: auto !important;
}

#trip7+div .heading.block_header_4 .h {
    color: var(--i_main_color);
}

#trip7+div .inner_item_txt>p {
    font-size: 1.3rem !important;
    color: var(--i_main_color);
    border: 1px solid var(--i_main_color);
    padding: 1px 10px;
    display: inline-block;
}

@media screen and (max-width: 768px) {
    #trip7+div .inner_item {
        padding-inline: 0;
    }

    #trip7+div .inner_item:not(:first-of-type) {
        border-top: 1px solid var(--i_border_color);
        border-left: none;
    }
}

/* --- */

#trip8+div .heading.block_header_4 .h {
    color: var(--i_main_color);
    font-weight: bold;
    margin-bottom: 20px;
}

#trip8+div table,
#trip8+div table th,
#trip8+div table td {
    border: none !important;
}

#trip8+div td:first-of-type {
    color: var(--i_main_color);
    display: flex;
    justify-content: center;
    padding-inline: 30px;
}

#trip8+div table tr {
    border-top: 1px solid var(--i_border_color) !important;
}

#trip8+div table tr:last-of-type {
    border-bottom: 1px solid var(--i_border_color) !important;
}

#trip8+div table td {
    padding-block: 15px;
}

#trip8+div table strong {
    color: var(--i_btn_hover_color);
}

#trip8+div table em {
    font-style: normal;
    color: var(--i_main_color);
    font-weight: bold;
    font-size: 2.5rem;
}


#trip8+div ul li {
    color: #9d9d9d;
}

#trip8+div ul li strong {
    color: var(--i_txt_color);
}

#trip8+div .inner_item:last-of-type .inner_item_txt>p {
    border: 1px solid rgba(173, 127, 0, 0.5);
    background: rgba(255, 255, 255, 0.05);
    padding: 15px 20px;
    margin-top: 40px;
    box-sizing: border-box;
}

#trip8+div .inner_item:last-of-type .inner_item_txt em {
    font-style: normal;
    color: var(--i_main_color);
    font-size: 1.65rem;
}

#trip8+div .inner_item:last-of-type .inner_item_txt>p strong {
    font-size: 3rem;
    font-weight: 500;
}

#trip8+div .inner_item:last-of-type .inner_item_txt>p a {
    text-decoration: none;
}

@media screen and (max-width: 768px) {
    #trip8+div table {
        max-width: 100% !important;
    }

    #trip8+div table td {
        line-height: 1.5;
    }

    #trip8+div td:first-of-type {
        padding-inline: 15px;
    }

    #trip8+div table em {
        font-size: 1.8rem;
    }
}

/* --- */

.widget_shop01 .heading.block_header_1+p {
    color: var(--i_txt_color);
}