@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap');
/* CSS Document */

/*--- common ---*/
.sec-ttl {
    max-width: 601px;
    margin: 0 auto 32px;
}

/* swiper pagination */
.swiper-button-wrapper {
    display: flex;
    justify-content: space-between;
    width: 1076px;
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% calc(-50% - 24px);
    z-index: 10;
    pointer-events: none;
}
.swiper-button,
.sec--features .swiper-button-prev, 
.sec--features .swiper-button-next {
    display: block;
    width: 52px;
    height: 52px;
    background: #000;
    border: 1px solid #fff;
    border-radius: 50%;
    position: relative;
    pointer-events: auto;
    transition: .3s;
}
.swiper-button.swiper-button-disabled {
    opacity: 0;
}
.swiper-button:hover {
    opacity: .7;
}
.swiper-button--next,
.swiper-button-next {
    scale: -1 1;
}
.swiper-button::before,
.sec--features .swiper-button-prev::before, 
.sec--features .swiper-button-next::before {
    content: "";
    display: block;
    width: 11px;
    height: 11px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    rotate: 45deg;
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -25% -50%;
}

/* --- mv --- */
.mv {
    background: url(/attending/kokunai/junglia/images/bg_mv.png) no-repeat center bottom/100% 817px,
                url(/attending/kokunai/junglia/images/bg_common01.png) repeat top left/276px auto;
    padding-bottom: 103px;
}
.content-ttl-wrapper {
    padding-block: 10px;
    background: url(/attending/kokunai/junglia/images/bg_mv.png) no-repeat center /100% auto;
    margin-bottom: 32px;
}
.content-ttl {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: .08em;
}
.mv__img-wrap{
	margin-bottom: 48px;
}
.mv__img{
    box-shadow: 0 4px 4px rgb(0 0 0/.25);
}
.mv__img-wrap span{
    color:#fff;
	font-size:10px;
	width: 100%;
    text-align: right;
    display: inline-block;
}
.mv__catch-txt {
    max-width: 727px;
    margin: 0 auto 40px;
}
.mv__txt {
    width: fit-content;
    margin-inline: auto;
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    font-family: "Noto Serif JP",serif;
    line-height: 1;
    letter-spacing: .08em;
    padding-bottom: 7px;
    border-bottom: 1px solid #fff;
}

/* --- sec--anchor --- */
.sec--anchor {
    padding-block: 102px 96px;
    background: url(/attending/kokunai/junglia/images/bg_common01.png) repeat top left/276px auto;
    position: relative;
}
.sec--anchor::before {
    content: "";
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 2600/104;
    background: url(/attending/kokunai/junglia/images/bg_common03_pc.png) no-repeat center/100% auto;
    position: absolute;
    top: -26px;
    left: 50%;
    translate: -50% 0;
}
.sec--anchor__col {
    display: grid;
    grid-template-columns: 582px 1fr;
    gap: 48px;
    align-items: center;
}
.sec--anchor__img {
    box-shadow: 0 4px 4px rgb(0 0 0/.25);
}
.sec--anchor__ttl {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    font-family: "Noto Serif JP",serif;
    line-height: 1;
    letter-spacing: .08em;
    white-space: nowrap;
    margin-bottom: 24px;
}
.sec--anchor__ttl span {
    font-size: 16px;
    letter-spacing: .08em;
}
.sec--anchor__list {
    display: grid;
    gap: 8px;
}
.sec--anchor__btn {
    display: block;
    color: #003e2e;   
    font-size: 16px;
    font-weight: 700;
    font-family: "Noto Serif JP",serif;
    line-height: 1;
    letter-spacing: .08em;
    text-align: center;
    padding-block: 24px;
    background: linear-gradient(to bottom,#fffbee 0%,#cbbd93 100%);
    border: 1px solid #fff;
    border-radius: 4px;
    position: relative;
    transition: .3s;
}
.sec--anchor__btn::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-right: 2px solid #003e2e;
    border-bottom: 2px solid #003e2e;
    rotate: 45deg;
    position: absolute;
    top: 50%;
    right: 24px;
    translate: 0 -50%;
}
.sec--anchor__btn:hover {
    opacity: .7;
}

/*--- sec--attraction ---*/
.sec--attraction {
    padding-block: 72px 122px;
    background: url(/attending/kokunai/junglia/images/bg_common02.png) repeat top left/170px auto;
}
.sec--attraction__swiper-wrapper {
    position: relative;
}
.sec--attraction__swiper {
    position: relative;
    overflow: hidden;
}
.sec--attraction__items {
    width: 1024px;
    height: auto;
    background: #fff;
    border-radius: 4px;
    padding: 32px;
}
.sec--attraction__items__inner {
    display: grid;
    height: 100%;
    grid-template-columns: 532px auto;
    gap: 24px;
}
.sec--attraction__items__content__ttl-wrapper {
    margin-bottom: 24px;
}
.sec--attraction__items__content__ttl {
    color: #085642;
    font-size: 22px;
    font-weight: 700;
    font-family: "Noto Serif JP",serif;
    line-height: 1;
    letter-spacing: .08em;
    margin-bottom: 10px;
}
.sec--attraction__items__content__ttl--jp {
    font-size: 14px;
    font-weight: 500;
    font-family: "Noto Sans JP",sans-serif;
    line-height: 1;
    letter-spacing: .08em;
}
.sec--attraction__items__content__catch {
    font-size: 15px;
    font-weight: 500;
    font-family: "Noto Sans JP",sans-serif;
    line-height: 1.5;
    letter-spacing: .08em;
    padding: 8px;
    background: #cee3d7;
    border-radius: 4px;
    margin-bottom: 16px;
}
.sec--attraction__items__content__txt {
    font-size: 14px;
    font-family: "Noto Sans JP",sans-serif;
    line-height: 1.8;
    letter-spacing: .08em;
}
.sec--attraction__items__content__txt span {
    font-weight: 700;
}
.sec--attraction__items__content__txt + span{
	font-size:12px;
	text-align: right;
    width: 100%;
    display: inline-block;
}
.swiper-button--attraction-wrapper {
    translate: -50% -50%;
}
.sec--attraction__swiper-wrapper .swiper-pagination {
    display: flex;
    width: 100%;
    justify-content: center;
    gap: 8px;
    height: 10px;
    bottom: -26px;
}
.sec--attraction__swiper-wrapper .swiper-pagination-bullet {
    background: #9d9d9d;
    width: 10px;
    height: 10px;
}
.sec--attraction__swiper-wrapper .swiper-pagination-bullet-active {
    background: #085642;
}

/*--- sec--spa ---*/
.sec--spa {
    padding-block: 72px 96px;
    background: url(/attending/kokunai/junglia/images/bg_spa01_pc.png) no-repeat center top/100% auto,
                #f1e8d8;
}
.sec--spa__box {
    background: url(/attending/kokunai/junglia/images/bg_spa02_pc.png) no-repeat center/100% 100%,
                #fff;
    border-top: 2px solid #c6a131;
    border-bottom: 2px solid #c6a131;
    padding: 48px;
}
.sec--spa__box__col {
    display: grid;
    grid-template-columns: 442px 1fr;
    gap: 32px;
    margin-bottom: 32px;
}
.sec--spa__box__ttl-wrapper {
    margin-bottom: 32px;
}
.sec--spa__box__ttl {
    color: #c6a131;
    font-size: 30px;
    font-weight: 700;
    font-family: "Noto Serif JP",serif;
    line-height: 1;
    letter-spacing: .08em;
    margin-bottom: 10px;
}
.sec--spa__box__ttl--jp {
    font-size: 14px;
    font-weight: 500;
    font-family: "Noto Sans JP",sans-serif;
    line-height: 1;
    letter-spacing: .08em;
}
.sec--spa__box__catch {
    color: #085642;
    font-size: 18px;
    font-weight: 500;
    font-family: "Noto Sans JP",sans-serif;
    line-height: 1;
    letter-spacing: .08em;
    margin-bottom: 16px;
}
.sec--spa__box__txt {
    font-size: 15px;
    font-family: "Noto Sans JP",sans-serif;
    line-height: 1.8;
    letter-spacing: .08em;
    margin-bottom: 16px;
}
.sec--spa__box__txt span {
    font-weight: 700;
}
.sec--spa__box__info {
    display: grid;
    gap: 10px;
    font-family: "Noto Sans JP",sans-serif;
}
.sec--spa__box__info__row {
    display: grid;
    grid-template-columns: 86px 1fr;
    gap: 10px;
    align-items: center;
}
.sec--spa__box__info__ttl {
    display: grid;
    height: 100%;
    place-content: center;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: .08em;
    text-align: center;
    background: #c6a131;
    padding: 8px 6px;
}
.sec--spa__box__info__dtl {
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: .06em;
}
.sec--spa__box__note {
    font-size: 10px;
    line-height: 1.4;
    letter-spacing: .08em;
}
/* --- sec--tour --- */
.sec--tour {
    padding-block: 72px 96px;
    background: url(/attending/kokunai/junglia/images/bg_common01.png) repeat left top/276px auto;
}
.sec--tour:not(:has(.sec--tour__content)) {
    display: none;
}
.sec--tour:has(.sec--tour--nav-wrapper) {
    display: block;
}
.sec--tour__content + .sec--tour__content {
    margin-top: 64px;
}
.sec--tour--nav-wrapper {
    background: #fff;
    padding: 20px;
    margin-bottom: 32px;
    border-top: 2px solid #c6a131;
    border-bottom: 2px solid #c6a131;
}
.sec--tour--nav-ttl {
    width: fit-content;
    margin: 0 auto 20px;
    color: #085642;
    font-size: 20px;
    font-weight: 700;
    font-family: "Noto Serif JP",serif;
    line-height: 1;
}
.sec--tour--nav-ttl::before,
.sec--tour--nav-ttl::after {
    content: "";
    display: inline-block;
    width: 40px;
    height: 20px;
}
.sec--tour--nav-ttl::before {
    background: url(/attending/kokunai/junglia/images/bg_tour01.png) no-repeat center/cover;
    margin-right: 8px;
}
.sec--tour--nav-ttl::after {
    background: url(/attending/kokunai/junglia/images/bg_tour02.png) no-repeat center/cover;
    margin-left: 8px;
}
.sec--tour__nav {
    display: flex;
    gap: 24px;
    justify-content: center;
}
.sec--tour__nav a {
    transition: .3s;
}
.sec--tour__nav a:hover {
    color: #085642;
}
.sec--tour__nav a::after  {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    rotate: 45deg;
    margin-left: 4px;
    translate: 0 -2px;
    transition: .3s;
}
.sec--tour__nav a:hover::after {
    translate: 4px -2px;
}
.sec--tour__swiper-ttl {
    color: #085642;
    font-size: 24px;
    font-weight: 700;
    font-family: "Noto Serif JP",serif;
    line-height: 1;
    letter-spacing: .08em;
    text-align: center;
    padding-block: 19px;
    margin-bottom: 32px;
    background: linear-gradient(to right,#d6c286 0%,#fff3d0 50%,#d6c286 100%);
}
.sec--tour__swiper-ttl span {
    display: block;
    width: fit-content;
    max-width: 884px;
    margin-inline: auto;
    position: relative;
}
.sec--tour__swiper-ttl span::before,
.sec--tour__swiper-ttl span::after {
    content: "";
    display: inline-block;
    width: 60px;
    height: 30px;
    position: absolute;
    top: 50%;
    translate: 0 -50%;
}
.sec--tour__swiper-ttl span::before {
    background: url(/attending/kokunai/junglia/images/bg_tour01.png) no-repeat center/cover;
    left: -68px;
}
.sec--tour__swiper-ttl span::after {
    background: url(/attending/kokunai/junglia/images/bg_tour02.png) no-repeat center/cover;
    right: -68px;
}
.sec--tour__swiper {
    position: relative;
}
.sec--tour .swiper-container {
    padding-bottom: 34px;
}
.sec--tour .swiper-wrapper {
    height: auto;
}
.sec--tour .tour {
    width: 274px;
    height: auto;
    background: #fff;
    font-family: "Noto Sans JP",sans-serif;
}
.sec--tour .tour a {
    display: grid;
    padding: 20px 16px;
    height: 100%;
    grid-template-rows: auto auto 1fr;
    transition: .3s;
}
.sec--tour .tour a:hover {
    opacity: .7;
}
.tour__items__img {
    margin: -20px -16px 16px;
}
.tour__items--label {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}
.tour__items--label__items {
    display: grid;
    align-items: center;
    max-width: calc(50% - 4px);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
    padding: 8px 16px 9px;
    background: #085642;
    border-radius: 2px;
}
.tour__items--label__items .clamp {
    overflow: hidden;
    display: -webkit-box;
	line-height:1.2;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.tour__items--info {
    display: grid;
    grid-template-rows: auto auto 1fr;
}
.tour__items--info__ttl {
    display: grid;
    align-items: center;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: .08em;
    margin-bottom: 8px;
}
.tour__items--info__txt {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: .08em;
    margin-bottom: 17px;
}
.tour__items--info__price {
    align-self: end;
    color: #e60012;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: .08em;
    text-align: right;
}
.sec--tour .swiper-scrollbar {
    width: 100%;
    height: 10px;
    background: #b2b2b2;
    left: 0;
}
.sec--tour .swiper-scrollbar-drag {
    background: #c6a131;
}

/*--- sec--search ---*/
.sec--search {
    padding-block: 72px 96px;
    background: url(/attending/kokunai/junglia/images/bg_common02.png) repeat top left/170px auto;
}
.Search__form-group--room-quantity {
    display: none;
}
.Search__form-group--keyword {
    display: none;
}
.Search_module--horizontal #d-search .Search__detail-btn {
    top: 104px;
}

/*--- sec--sightseeing ---*/
.sec--sightseeing {
    padding-block: 72px 96px;
    background: url(/attending/kokunai/junglia/images/bg_common01.png) repeat top left/276px auto;
}
.sec--sightseeing__list {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 32px;
}
.sec--sightseeing__btn {
    display: grid;
    grid-template-columns: 200px auto;
    align-items: center;
    gap: 16px;
    background: #fff;
    border: 2px solid #eed896;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    transition: .3s;
}
.sec--sightseeing__btn:hover {
    opacity: .7;
}
.sec--sightseeing__btn::before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background: #c6a131;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: 16px;
    translate: 0 -50%;
}
.sec--sightseeing__btn::after {
    content: "";
    display: block;
    width: 9px;
    height: 9px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    rotate: 45deg;
    position: absolute;
    top: 50%;
    right: 29px;
    translate: 0 -50%;
}
.sec--sightseeing__btn__txt {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: .08em;
}

/*--- sec--features ---*/
.sec--features {
    padding-block: 72px 96px;
    background: url(/attending/kokunai/junglia/images/bg_features_pc.png) no-repeat center top/100% auto,
                #f1e8d8;
}
.swiper-banner-container {
    position: relative;
}
.swiper-banner-container .swiper-scrollbar {
    position: static;
    width: 100%;
    margin-top: 10px;
    background: #b2b2b2;
    height: 10px;
}
.swiper-banner-container .swiper-scrollbar-drag {
    background: #c6a131;
}
.swiper-banner-container .swiper-button-prev, 
.swiper-banner-container .swiper-button-next { 
    position: absolute;
    top: 50%;
    translate: 0 calc(-50% + 10px);
}
.swiper-banner-container .swiper-button-prev {
    left: -27px;
}
.swiper-banner-container .swiper-button-next {
    right: -27px;
}
.swiper-banner-container .swiper-button-next.swiper-button-disabled,
.swiper-banner-container .swiper-button-prev.swiper-button-disabled {
    opacity: 0;
}

#SlideBanner .hover {
    transition: .3s;
}
#SlideBanner .hover:hover {
    opacity: .6;
}