@charset "utf-8";

/* glamping-N1 */
.glamping-N1 {
    width: 100%;
    min-height: 6rem;
    background: rgba(0, 0, 0, 0.7);
    will-change: background, height;
    transition: background 0.3s, min-height 0.3s;
    position: fixed !important;
    top: 0;
    left: 0;
    z-index: 99
}

.glamping-N1::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.12) 60%, rgba(0, 0, 0, 0) 100%);
    transition: opacity 0.3s, visibility 0.3s
}

.glamping-N1.top-menu-active {
    padding-top: 6.7rem
}

.glamping-N1.header-top-active {
    background: transparent
}

.glamping-N1.header-top-active::after {
    opacity: 1;
    visibility: visible
}

.glamping-N1.header-top-active:hover {
    background: rgba(0, 0, 0, 0.7)
}

.glamping-N1.header-top-active:hover::after {
    opacity: 0;
    visibility: hidden
}

.glamping-N1.gnb-active {
    min-height: 28rem
}

.glamping-N1.top-menu-active.gnb-active {
    min-height: calc(36rem + 6.6rem)
}

.glamping-N1.block-active {
    background: #000 !important
}

.glamping-N1 .header-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 8rem;
    box-sizing: border-box
}

.glamping-N1.top-menu-active .header-container {
    padding-top: 6.7rem
}

.glamping-N1 .header-top {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #111
}

.glamping-N1 .user-menu {
    width: 100%;
    max-width: 1440px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0 8rem;
    margin: 0 auto
}

.glamping-N1 .user-menu li {
    position: relative
}

.glamping-N1 .user-menu li:not(:first-child)::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 1.2rem;
    background: #767676
}

.glamping-N1 .user-menu li a {
    padding: 2rem 1.2rem;
    color: #e5e5e5;
    text-align: center;
    white-space: nowrap
}

.glamping-N1 .user-menu li:last-child a {
    padding: 2rem 0 2rem 1.2rem
}

.glamping-N1 .header-left {
    display: flex;
    align-items: center;
    gap: 3rem
}

.glamping-N1 .header-title {
    margin-bottom: 0
}

.glamping-N1 .header-title a {
    height: 3.3rem
}

.glamping-N1 .header-title img {
    height: 100%;
    object-fit: contain;
    vertical-align: top
}

.glamping-N1 .header-gnb {
    position: relative
}

.glamping-N1 .header-gnblist {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%
}

.glamping-N1 .header-gnbitem {
    position: relative
}

.glamping-N1 .header-gnblink {
    height: 100%;
    padding: 2.8rem 3rem;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    font-weight: var(--fw-medium)
}

.glamping-N1 .header-gnblink span {
    position: relative
}

.glamping-N1 .header-gnblink span::after {
    content: "";
    height: 0.2rem;
    width: 100%;
    transition: 0.3s;
    transform: scaleX(0);
    position: absolute;
    bottom: -100%;
    left: 0
}

.glamping-N1 .header-sublist {
    width: 100%;
    position: absolute;
    top: 100%;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    z-index: 1
}

.glamping-N1.gnb-active .header-sublist {
    opacity: 1;
    overflow: hidden;
    pointer-events: auto;
    transition: opacity 0.3s 0.1s
}

.glamping-N1 .header-gnbitem:hover .header-sublist {
    opacity: 1;
    overflow: hidden;
    pointer-events: auto;
    transition: opacity 0.3s 0.1s
}

.glamping-N1 .header-gnbitem:hover .header-gnblink span::after {
    background: #fff;
    transform: scaleX(1)
}

.glamping-N1 .header-subitem {
    width: 100%;
    text-align: center;
    overflow: hidden
}

.glamping-N1 .header-subitem:hover {
    color: #fff
}

.glamping-N1 .header-sublink {
    width: 100%;
    padding: 1rem;
    color: rgba(255, 255, 255, 0.7);
    transition: color 0.2s, background 0.2s;
    will-change: color, background
}

.glamping-N1 .header-sublink:hover {
    color: #fff
}

.glamping-N1 .header-right {
    display: flex;
    align-items: center
}

.glamping-N1 .header-right .header-gnb {
    margin-right: 1.8rem
}

.glamping-N1 .header-lang {
    position: relative
}

.glamping-N1 .header-langbtn {
    position: relative;
    border: none;
    background: none
}

.glamping-N1 .header-langlist {
    position: absolute;
    top: 100%;
    left: -50%;
    z-index: 200;
    background: #111111
}

.glamping-N1 .header-langitem {
    max-height: 0;
    transition: all 0.5s;
    overflow: hidden
}

.glamping-N1 .header-langitem a {
    padding: 0.6rem 1.6rem;
    color: var(--white);
    opacity: 0.7
}

.glamping-N1 .header-langitem a:hover {
    opacity: 1
}

.glamping-N1 .header-lang:hover .header-langbtn::after {
    transform: translateY(-50%) rotate(180deg)
}

.glamping-N1 .header-lang:hover .header-langitem {
    max-height: 6.8rem
}

.glamping-N1 .header-utils>ul {
    display: flex;
    align-items: center
}

.glamping-N1 .header-utils>ul>li {
    margin-left: 1.2rem
}

.glamping-N1 .header-utils>ul>li>img {
    width: auto;
    height: 100%;
    object-fit: cover;
    vertical-align: top
}

.glamping-N1 .header-utils img {
    filter: invert(1)
}

.glamping-N1 .header-right button {
    max-width: 3.2rem;
    background: none;
    border: none
}

.glamping-N1 .header-right button img {
    width: auto;
    max-height: 100%;
    object-fit: cover;
    vertical-align: top
}

.glamping-N1 .header-utils .member a {
    width: 3.2rem;
    height: 3.2rem;
    font-size: 0;
    display: block
}

.glamping-N1 .header-utils .member img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    vertical-align: top
}

.glamping-N1 .header-utils .btn-allmenu {
    display: flex;
    flex-direction: column;
    gap: 0.6rem
}

.glamping-N1 .header-utils .btn-allmenu:hover .ico-hamburger:nth-child(2) {
    width: 2.4rem
}

.glamping-N1 .header-utils .btn-allmenu .ico-hamburger,
.glamping-N1 .btn-momenu .ico-hamburger {
    width: 2.4rem;
    height: 0.2rem;
    background: #fff;
    border-radius: 1rem;
    transition: width 0.3s, transform 0.3s, opacity 0.3s;
    will-change: width, transform, opacity
}

.glamping-N1 .header-utils .btn-allmenu .ico-hamburger:nth-child(even),
.glamping-N1 .btn-momenu .ico-hamburger:nth-child(2) {
    width: 1.4rem
}

.glamping-N1 .btn-momenu {
    display: none
}

.glamping-N1 .btn-moclose {
    display: none
}

.glamping-N1 .header-fullmenu {
    position: fixed;
    z-index: 99999;
    padding: 0 2.4rem;
    background: #000;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
    overflow: hidden
}

.glamping-N1 .header-fullmenu.fullmenu-right {
    width: 0;
    height: 100%;
    top: 0;
    right: 0
}

.glamping-N1 .header-fullmenu.fullmenu-left {
    width: 0;
    height: 100%;
    top: 0;
    left: 0
}

.glamping-N1 .header-fullmenu.fullmenu-top {
    top: 0;
    left: 0;
    width: 100%;
    height: 0
}

.glamping-N1 .header-fullmenu.fullmenu-bottom {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0
}

.glamping-N1 .header-fullmenu.fullmenu-active {
    width: 100%;
    height: 100vh;
    opacity: 1;
    visibility: visible
}

.glamping-N1 .fullmenu-wrapper {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    max-width: 128rem;
    margin: 0 auto
}

.glamping-N1 .fullmenu-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10rem
}

.glamping-N1 .fullmenu-title {
    margin-bottom: 0
}

.glamping-N1 .fullmenu-title a {
    height: 4.3rem
}

.glamping-N1 .fullmenu-title img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.glamping-N1 .fullmenu-gnblist {
    display: flex;
    justify-content: center
}

.glamping-N1 .fullmenu-gnbitem {
    width: 20%
}

.glamping-N1 .fullmenu-gnbitem+.fullmenu-gnbitem {
    margin-left: 4rem
}

.glamping-N1 .fullmenu-gnblink {
    position: relative;
    width: 100%;
    padding-bottom: 4rem;
    color: var(--white);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2)
}

.glamping-N1 .fullmenu-gnblink::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 0;
    height: 0.1rem;
    background: #ffffff;
    transition: 0.2s
}

.glamping-N1 .fullmenu-gnblink.on::after {
    width: 18rem
}

.glamping-N1 .fullmenu-sublist {
    padding-top: 4rem
}

.glamping-N1 .fullmenu-subitem+.fullmenu-subitem {
    padding-top: 0.8rem
}

.glamping-N1 .fullmenu-sublink {
    color: #a2a2a2;
    position: relative;
    padding-bottom: 5px;
    transition: 0.3s
}

.glamping-N1 .fullmenu-sublink::before {
    content: "";
    width: 0;
    height: 1px;
    background-color: var(--white);
    position: absolute;
    top: 100%;
    right: 0;
    transition: width 0.7s cubic-bezier(0.22, 0.61, 0.36, 1)
}

.glamping-N1 .fullmenu-sublink:hover {
    color: var(--white)
}

.glamping-N1 .fullmenu-sublink:hover::before {
    width: 100%;
    right: auto;
    left: 0
}

.glamping-N1 .fullmenu-close {
    position: fixed;
    right: 8rem;
    top: 2.4rem;
    width: 3.2rem;
    height: 3.2rem;
    padding: 0.5rem;
    background: transparent;
    border: none
}

.glamping-N1 .fullmenu-close img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

@media (max-width: 992px) {
    .glamping-N1 {
        padding-top: 0;
        padding-bottom: 0
    }

    .glamping-N1.header-top-active:hover {
        background: transparent
    }

    .glamping-N1.top-menu-active .header-container {
        padding-top: 0
    }

    .glamping-N1.gnb-active,
    .glamping-N1.top-menu-active.gnb-active {
        min-height: auto
    }

    .glamping-N1.header-top-active:hover::after {
        opacity: 1;
        visibility: visible
    }

    .glamping-N1 .header-gnb {
        width: 100%;
        height: 0;
        position: absolute;
        top: 100%;
        left: 0;
        background: #111;
        overflow: hidden;
        padding: 0 2.4rem;
        transition: height 0.3s;
        z-index: 9
    }

    .glamping-N1.block-active .header-gnb {
        height: calc(100vh - 6rem);
        padding-bottom: 19rem;
        overflow-y: auto
    }

    .glamping-N1 .header-container {
        min-height: 6rem
    }

    .glamping-N1 .header-top {
        border: none;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s 0.1s, visibilty 0.3s 0.1s;
        will-change: opacity, visibility;
        z-index: 10
    }

    .glamping-N1.block-active .header-top {
        top: 100%;
        opacity: 1;
        visibility: visible
    }

    .glamping-N1 .user-menu {
        padding: 0 2.2rem;
        justify-content: flex-start
    }

    .glamping-N1 .user-menu li a,
    .glamping-N1 .user-menu li:last-child a {
        padding: 2.4rem 1.2rem
    }

    .glamping-N1 .user-menu li:first-child a {
        padding-left: 0
    }

    .glamping-N1 .header-title a {
        width: 12rem;
        height: 2.6rem
    }

    .glamping-N1 .header-center {
        width: 100%;
        height: 0;
        top: 100%;
        left: 0;
        transform: none
    }

    .glamping-N1 .header-gnblist {
        display: block;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s 0.1s
    }

    .glamping-N1 .header-gnblink {
        display: flex;
        align-items: flex-end;
        width: 100%;
        padding: 1.8rem 0;
        text-align: left;
        transition: border 0.3s;
        will-change: border;
        border-bottom: 1px solid #707070
    }

    .glamping-N1.top-menu-active .header-gnbitem:first-child .header-gnblink {
        padding-top: 6.8rem
    }

    .glamping-N1 .header-gnbitem:hover .header-gnblink span {
        border: none
    }

    .glamping-N1 .header-gnbitem:hover .header-gnblink span::after {
        content: none
    }

    .glamping-N1 .header-sublist {
        display: none;
        height: auto;
        position: relative;
        opacity: 1;
        padding: 1.8rem 0 2rem 0
    }

    .glamping-N1 .header-gnbitem.item-active .header-gnblink {
        border-bottom: 1px solid #fff
    }

    .glamping-N1 .header-subitem {
        width: 100%;
        text-align: left
    }

    .glamping-N1 .header-subitem+.header-subitem {
        padding-top: 0.8rem
    }

    .glamping-N1 .header-sublink {
        padding: 0;
        color: var(--text-color3)
    }

    .glamping-N1 .header-sublink:active {
        color: #111111
    }

    .glamping-N1 .header-right button,
    .glamping-N1 .header-utils .member a {
        width: 2.8rem;
        height: 2.8rem
    }

    .glamping-N1 .header-lang:hover .header-langitem {
        max-height: 0
    }

    .glamping-N1 .header-lang.lang-active .header-langitem {
        max-height: 6.8rem
    }

    .glamping-N1 .header-lang:hover .header-langbtn::after {
        transform: translateY(-50%) rotate(0)
    }

    .glamping-N1 .header-lang.lang-active .header-langbtn::after {
        transform: translateY(-50%) rotate(180deg)
    }

    .glamping-N1 .header-utils>ul>li {
        margin-left: 0.6rem
    }

    .glamping-N1 .header-utils .allmenu {
        display: none
    }

    .glamping-N1 .btn-momenu {
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 0.6rem;
        margin-left: 0.6rem
    }

    .glamping-N1 .btn-momenu .ico-hamburger {
        width: 2rem
    }

    .glamping-N1 .btn-momenu .ico-hamburger:nth-child(2) {
        width: 1.2rem
    }

    .glamping-N1.block-active .header-center {
        pointer-events: auto
    }

    .glamping-N1.block-active .header-title {
        height: 6rem;
        display: flex;
        align-items: center
    }

    .glamping-N1.block-active .header-gnblist {
        opacity: 1;
        visibility: visible
    }

    .glamping-N1 .header-gnbitem:has(.header-subitem) .header-gnblink::after {
        content: "";
        display: flex;
        width: 1.6rem;
        height: 1.6rem;
        background-image: url(../icons/ico_downarrow_white.svg);
        background-repeat: no-repeat;
        background-position: center right;
        background-size: cover;
        transition: transform 0.3s;
        will-change: transform
    }

    .glamping-N1.block-active .header-gnblink {
        align-items: center;
        justify-content: space-between
    }

    .glamping-N1.block-active .header-gnbitem.item-active .header-gnblink::after {
        content: "";
        transform: rotate(180deg)
    }

    .glamping-N1.block-active .btn-momenu .ico-hamburger:nth-child(1) {
        transform: translateY(0.8rem) rotate(45deg)
    }

    .glamping-N1.block-active .btn-momenu .ico-hamburger:nth-child(3) {
        transform: translateY(-0.8rem) rotate(-45deg)
    }

    .glamping-N1.block-active .btn-momenu .ico-hamburger:nth-child(2) {
        opacity: 0;
        visibility: hidden
    }

    .glamping-N1 .header-fullmenu {
        display: none
    }
}
/* glamping-N4 */
.glamping-N4 {
    overflow: hidden;
    position: relative
}

.glamping-N4 .contents-container {
    display: flex;
    justify-content: center;
    height: 80rem
}

.glamping-N4 .slide-area {
    width: 100vw;
    height: 100%
}

.glamping-N4 .swiper {
    width: 100vw;
    height: 100%
}

.glamping-N4 .swiper-slide {
    position: relative
}

.glamping-N4 .contents-backimg {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.glamping-N4 .contents-slide-group {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
    padding: 0 8rem;
    width: 100%;
    text-align: center
}

.glamping-N4 .textset-tit {
    color: #fff
}

.glamping-N4 .textset-tit+.textset-desc {
    margin-top: 2.6rem;
    color: #fff
}

.glamping-N4 .btnset {
    margin-top: 4rem
}

.glamping-N4 .contents-control {
    display: flex;
    align-items: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 5rem;
    z-index: 100
}

.glamping-N4 .swiper-button-prev,
.glamping-N4 .swiper-button-next {
    width: 5.4rem;
    height: 5.4rem;
    background-image: url(../icons/ico_arrow_left_withe.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 2.8rem;
    background-color: rgba(var(--black-rgb), 0.8);
    border-radius: 50%;
    opacity: 0.5;
    transition: 0.3s
}

.glamping-N4 .swiper-button-prev {
    left: 8.2rem
}

.glamping-N4 .swiper-button-next {
    right: 8.2rem;
    transform: rotate(180deg)
}

.glamping-N4 .swiper-button-prev:after,
.glamping-N4 .swiper-button-next:after {
    content: none
}

.glamping-N4 .swiper-button-prev:hover,
.glamping-N4 .swiper-button-next:hover {
    opacity: 1
}

.glamping-N4 .swiper-pagination {
    position: relative;
    left: 0;
    bottom: 0
}

.glamping-N4 .swiper-pagination-bullet {
    width: 1rem;
    height: 1rem;
    margin: 0 1.2rem 0 0 !important;
    background-color: rgba(var(--white-rgb), 0.3);
    opacity: 1
}

.glamping-N4 .swiper-pagination-bullet-active {
    background-color: var(--white);
    border: none
}

@media (max-width: 1200px) {
    .glamping-N4 .slide-area {
        width: 100%
    }

    .glamping-N4 .swiper {
        margin-left: -4rem;
        width: calc(100% + 8rem)
    }

    .glamping-N4 .contents-slide-group {
        padding: 0 4rem
    }
}

@media (max-width: 992px) {
    .glamping-N4 .contents-container {
        height: 70rem
    }

    .glamping-N4 .swiper {
        margin-left: -1.6rem;
        width: calc(100% + 3.2rem)
    }

    .glamping-N4 .contents-slide-group {
        padding: 0 1.6rem
    }

    .glamping-N4 .textset-tit+.textset-desc {
        margin-top: 2rem
    }

    .glamping-N4 .btnset {
        margin-top: 3rem
    }

    .glamping-N4 .swiper-button-next,
    .glamping-N4 .swiper-button-prev {
        display: none
    }

    .glamping-N4 .contents-control {
        bottom: 4.5rem
    }

    .glamping-N4 .swiper-pagination-bullet {
        width: 0.8rem;
        height: 0.8rem
    }
}
/* glamping-N5 */
.glamping-N5 {
    overflow: hidden;
    position: relative;
    padding-top: 16rem;
    padding-bottom: 16rem
}

.glamping-N5 .cardset-wrap {
    width: 100%
}

.glamping-N5 .cardset {
    justify-content: space-between;
    align-items: center
}

.glamping-N5 .cardset.row-rever {
    flex-direction: row-reverse
}

.glamping-N5 .cardset+.cardset {
    margin-top: 10rem
}

.glamping-N5 .cardset .cardset-figure {
    width: 50%;
    height: 60rem
}

.glamping-N5 .cardset .cardset-body {
    width: calc(50% - 13rem)
}

.glamping-N5 .cardset.cardset-deco .cardset-tit {
    display: inline-block
}

.glamping-N5 .cardset.cardset-deco .cardset-tit+.cardset-desc::before {
    background-color: var(--line-color4)
}

.glamping-N5 .cardset-tit {
    position: relative
}

.glamping-N5 .cardset-tit::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3rem;
    width: 4.4rem;
    height: 0.2rem;
    background: #111
}

.glamping-N5 .cardset .cardset-desc {
    overflow: visible;
    -webkit-line-clamp: inherit;
    margin: 6.2rem 0 3rem;
    font-weight: var(--fw-regular)
}

@media (max-width: 992px) {
    .glamping-N5 {
        padding-top: 10rem;
        padding-bottom: 10rem
    }

    .glamping-N5 .cardset.cardset-hor {
        display: flex;
        flex-direction: column-reverse
    }

    .glamping-N5 .cardset .cardset-figure {
        width: 100%;
        height: 30rem
    }

    .glamping-N5 .cardset .cardset-body {
        width: 100%;
        padding: 0 0 2rem 0
    }

    .glamping-N5 .cardset-tit {
        word-break: keep-all
    }

    .glamping-N5 .cardset-tit br,
    .glamping-N5 .cardset-desc br {
        display: none
    }

    .glamping-N5 .cardset-tit::before {
        bottom: -2.4rem
    }

    .glamping-N5 .cardset .cardset-desc {
        margin: 5rem 0 2rem
    }
}
/* glamping-N6 */
.glamping-N6 {
    overflow: hidden;
    position: relative;
    background: url(../images/img_glamping_N6_1.png) no-repeat center/cover
}

.glamping-N6 .contents-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    position: relative;
    height: 74rem
}

.glamping-N6 .title-area {
    position: relative;
    grid-column: 2;
    padding: 0 11.6rem 0 13rem;
    width: 100%
}

.glamping-N6 .container-sm .title-area {
    padding-left: 10rem
}

.glamping-N6 .title-area::before {
    content: "";
    position: absolute;
    top: -200%;
    left: 0;
    width: 100vw;
    height: 300vh;
    background: rgba(36, 36, 36, 0.8)
}

.glamping-N6 .title-area h2 {
    display: inline-block;
    position: relative;
    color: #fff
}

.glamping-N6 .title-area h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3rem;
    width: 4.4rem;
    height: 0.2rem;
    background: #fff
}

.glamping-N6 .title-area p {
    position: relative;
    margin: 6.2rem 0 3rem;
    color: #e6e6e6
}

.glamping-N6 .btnset {
    position: relative
}

@media (max-width: 1300px) {
    .glamping-N6 .title-area {
        padding-right: 8rem
    }
}

@media (max-width: 992px) {
    .glamping-N6 {
        background: url(../images/img_glamping_mobile_N6_1.png) no-repeat center/cover
    }

    .glamping-N6 .contents-container {
        display: block;
        height: 76.6rem
    }

    .glamping-N6 .title-area {
        position: absolute;
        bottom: 0;
        left: 0;
        margin: 0;
        padding: 4.4rem 2.7rem;
        width: calc(100% + 3.2rem);
        max-width: 100%;
        background: #242424
    }

    .glamping-N6 .title-area::before {
        content: none
    }

    .glamping-N6 .title-area h2::after {
        bottom: -2rem
    }

    .glamping-N6 .title-area p {
        margin: 4.2rem 0 2rem
    }
}
/* glamping-N7 */
.glamping-N7 {
    overflow: hidden;
    position: relative;
    padding-top: 16rem;
    padding-bottom: 16rem
}

.board_blank {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 300px;
    background: #ddd;
    align-items: center;
    flex-direction: column;
    font-size: 30px;
    line-height: 1.5
}

.glamping-N7 .contents-container {
    position: relative
}

.glamping-N7 .contents-inner {
    width: 100%
}

.glamping-N7 .textset {
    margin-bottom: 7rem;
    text-align: center
}

.glamping-N7 .textset-tit+.textset-desc {
    margin-top: 1.2rem;
    color: #777777;
    font-weight: var(--fw-regular)
}

.glamping-N7 .contents-swiper {
    overflow: hidden
}

.glamping-N7 .swiper-slide {
    position: relative
}

.glamping-N7 .cardset {
    width: 100%
}

.glamping-N7 .cardset-figure {
    height: 23rem
}

.glamping-N7 .cardset .cardset-body {
    padding: 2.4rem 0 0
}

.glamping-N7 .cardset .cardset-desc {
    overflow: visible;
    -webkit-line-clamp: inherit;
    color: #777777;
    font-weight: var(--fw-regular)
}

.glamping-N7 .contents-control {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-top: 4.8rem
}

.glamping-N7 .swiper-button-next,
.glamping-N7 .swiper-button-prev {
    top: 50%;
    transform: translateY(-50%);
    width: 5.4rem;
    height: 5.4rem;
    background-image: url(../icons/ico_arrow_left_withe.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 2.8rem;
    opacity: 0.5;
    background-color: #242424;
    border-radius: 50%;
    transition: 0.3s
}

.glamping-N7 .swiper-button-prev {
    left: 0
}

.glamping-N7 .swiper-button-next {
    right: 0;
    transform: translateY(-50%) rotate(180deg)
}

.glamping-N7 .swiper-button-prev:after,
.glamping-N7 .swiper-button-next:after {
    content: none
}

.glamping-N7 .swiper-button-next:hover,
.glamping-N7 .swiper-button-prev:hover {
    opacity: 1
}

.glamping-N7 .swiper-pagination {
    position: relative;
    left: 0;
    bottom: 0;
    width: auto
}

.glamping-N7 .swiper-pagination-bullet {
    width: 1rem;
    height: 1rem;
    margin: 0 1.2rem 0 0 !important;
    background-color: rgba(36, 36, 36, 0.3);
    opacity: 1
}

.glamping-N7 .swiper-pagination-bullet-active {
    background-color: #242424;
    border: none
}

.glamping-N7 .contents-control .btnset {
    position: absolute;
    right: 0;
    font-weight: var(--fw-bold);
    gap: 1.2rem
}

@media (max-width: 992px) {
    .glamping-N7 {
        padding-top: 10rem;
        padding-bottom: 10rem
    }

    .glamping-N7 .textset {
        margin-bottom: 4rem
    }

    .glamping-N7 .textset-tit+.textset-desc {
        margin-top: 0.6rem
    }

    .glamping-N7 .cardset .cardset-body {
        padding: 2rem 0 0
    }

    .glamping-N7 .contents-control {
        flex-direction: column;
        margin-top: 2.8rem
    }

    .glamping-N7 .contents-control .btnset {
        position: relative;
        align-self: flex-end;
        margin-top: 3rem
    }

    .glamping-N7 .cardset .cardset-desc {
        margin-top: 0.7rem
    }

    .glamping-N7 .swiper-button-next,
    .glamping-N7 .swiper-button-prev {
        display: none
    }

    .glamping-N7 .swiper-pagination-bullet {
        width: 0.8rem;
        height: 0.8rem;
        margin: 0 0.8rem 0 0
    }
}
/* glamping-N8 */
.glamping-N8 {
    overflow: hidden;
    position: relative
}

.glamping-N8 .contents-container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 63rem
}

.glamping-N8 .videoset,
.glamping-N8 .videoset-button {
    width: 100vw;
    height: 100%
}

.glamping-N8 .videoset-button {
    height: 100%;
    text-align: center
}

.glamping-N8 .videoset-button .videoset-icon {
    cursor: auto
}

.glamping-N8 .videoset-tit {
    margin-bottom: 0;
    color: var(--white)
}

.glamping-N8 .videoset-subtit {
    margin: 2rem 0 4.2rem;
    color: var(--white)
}

.glamping-N8 .modalset-open-btn {
    cursor: pointer
}

@media (max-width: 992px) {
    .glamping-N8 {
        padding-top: 0rem;
        padding-bottom: 0rem
    }

    .glamping-N8 .mo {
        display: none
    }

    .glamping-N8 .contents-container {
        height: 43rem
    }

    .glamping-N8 .videoset,
    .glamping-N8 .videoset-button {
        width: calc(100% + 3.2rem);
        margin-left: -1.6rem
    }

    .glamping-N8 .videoset-subtit {
        margin: 2rem 0 3.3rem
    }
}
/* glamping-N9 */
.glamping-N9 {
    overflow: hidden;
    padding-top: 16rem;
    padding-bottom: 16rem
}

.glamping-N9 .contents-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%
}

.glamping-N9 .textset {
    margin-bottom: 7rem;
    text-align: center
}

.glamping-N9 .textset-tit+.textset-desc {
    margin-top: 1.2rem;
    font-weight: var(--fw-regular);
    color: #777777
}

.glamping-N9 .contents-swiper {
    position: relative;
    width: calc(100vw - 8rem)
}

.glamping-N9 .swiper-slide {
    width: 40rem;
    margin-right: 4rem
}

.glamping-N9 .cardset-figure {
    height: 23rem
}

.glamping-N9 .cardset.cardset-user .cardset-profile {
    padding: 4rem
}

.glamping-N9 .contents-control {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.8rem;
    position: absolute;
    right: 0;
    bottom: 4rem
}

@media (max-width: 992px) {
    .glamping-N9 {
        padding-top: 10rem;
        padding-bottom: 10rem
    }

    .glamping-N9 .textset {
        margin-bottom: 3.9rem
    }

    .glamping-N9 .textset-tit+.textset-desc {
        margin-top: 0.6rem
    }

    .glamping-N9 .contents-swiper {
        width: 100%
    }

    .glamping-N9 .swiper-slide {
        width: 100%
    }

    .glamping-N9 .cardset.cardset-user .cardset-figure {
        width: 12rem;
        height: 12rem
    }

    .glamping-N9 .cardset.cardset-user .cardset-profile {
        padding: 2.4rem
    }
}
/* glamping-N3 */
.glamping-N3 {
    overflow: hidden;
    position: relative;
    padding-top: 12rem;
    padding-bottom: 12rem;
    background: url(../images/img_footer.png) no-repeat center/cover;
    background-attachment: fixed
}

.glamping-N3 .footer-content {
    width: 100%;
    margin-left: 4rem
}

.glamping-N3 .footer-logo {
    margin-bottom: 0;
    text-align: center
}

.glamping-N3 .footer-logo img {
    height: 3.3rem;
    object-fit: contain
}

.glamping-N3 .footer-gnb {
    display: flex;
    justify-content: center;
    margin-top: 7rem
}

.glamping-N3 .gnb-item {
    position: relative;
    width: 20%
}

.glamping-N3 .gnb-item a {
    color: var(--white);
    background-size: cover
}

.glamping-N3 .gnb-item a span {
    color: var(--white)
}

.glamping-N3 .gnb-item+.gnb-item {
    padding-left: 4rem
}

.glamping-N3 .gnb-item+.gnb-item::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 13.8rem;
    background: rgba(255, 255, 255, 0.1)
}

.glamping-N3 .footer-sublist {
    margin-top: 1.6rem
}

.glamping-N3 .footer-sublist a {
    width: 100%
}

.glamping-N3 .footer-sublist a span {
    color: #cccc
}

.glamping-N3 .sub-item {
    transition: color 0.3s;
    will-change: color
}

.glamping-N3 .sub-item:hover a {
    color: var(--white)
}

.glamping-N3 .sub-item+.sub-item {
    margin-top: 0.4rem
}

.glamping-N3 .footer-snslist {
    display: flex;
    justify-content: center;
    margin-top: 4rem
}

.glamping-N3 .footer-snsitem+.footer-snsitem {
    margin-left: 0.8rem
}

.glamping-N3 .footer-snslink {
    width: 3.6rem;
    height: 3.6rem
}

.glamping-N3 .footer-snslink img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.glamping-N3 .footer-menulist {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2rem
}

.glamping-N3 .footer-menulist a {
    color: var(--white)
}

.glamping-N3 .footer-menulink a {
    color: var(--white);
    padding-right: 1.2rem;
    text-align: center;
    font-size: var(--fs-p3)
}

.glamping-N3 .footer-menulink+.footer-menulink a {
    padding-left: 1.2rem
}

.glamping-N3 .footer-menulink {
    position: relative
}

.glamping-N3 .footer-menulink+.footer-menulink::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 1.4rem;
    background: rgba(255, 255, 255, 0.1)
}

.glamping-N3 .footer-txtgroup {
    margin-top: 1.2rem
}

.glamping-N3 .footer-txt {
    display: flex;
    justify-content: center
}

.glamping-N3 .footer-txt+.footer-txt {
    margin-top: 0.3rem;
    color: #cccc
}

.glamping-N3 .footer-txt p {
    margin-bottom: 0;
    color: #fff
}

.glamping-N3 .footer-txt .copy {
    color: rgba(255, 255, 255, 0.5)
}

.glamping-N3 .footer-txt p+p {
    margin-left: 0.8rem
}

.glamping-N3 .footer-txt p span+span {
    margin-left: 0.8rem
}

.glamping-N3 .footer-txt span {
    color: #cccc
}

.glamping-N3 .footer-modal {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    transition: opacity 0.3s, visibility 0.3s;
    will-change: opacity;
    overflow-y: auto;
    background: rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2.4rem;
    opacity: 0;
    visibility: hidden
}

.glamping-N3 .footer-modal.block-active {
    opacity: 1;
    visibility: visible
}

.glamping-N3 .modal-area {
    width: 100%;
    max-width: 92rem;
    background: var(--white);
    border-radius: 0.6rem
}

.glamping-N3 .info-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2.4rem;
    border-bottom: 1px solid #e5e5e5
}

.glamping-N3 .modal-close {
    cursor: pointer
}

.glamping-N3 .info-area {
    overflow-y: auto
}

.glamping-N3 .modal-email .info-area {
    max-height: 17rem
}

.glamping-N3 .modal-privacy .info-area {
    max-height: 70.3rem
}

.glamping-N3 .info-group+.info-group {
    margin-top: 2.4rem
}

.glamping-N3 .info-group strong {
    padding-bottom: 1.2rem;
    display: block
}

.glamping-N3 .info-desc {
    max-height: 20.7rem;
    padding: 1.6rem;
    background: #f8f8fa;
    border-radius: 1.6rem;
    overflow-y: auto;
    scrollbar-width: none
}

.glamping-N3 .info-desc p.fw-medium {
    font-weight: var(--fw-medium)
}

.glamping-N3 .info-desc .mtb {
    margin: 2.4rem 0
}

.glamping-N3 .info-desc em {
    font-style: normal;
    font-weight: 600;
    margin: 2.4rem 0 1rem;
    position: relative;
    display: flex;
    align-items: center
}

.glamping-N3 .info-list em::before {
    content: "";
    width: 0.4rem;
    height: 0.4rem;
    background: var(--black);
    border-radius: 50%;
    margin-right: 0.8rem
}

.glamping-N3 .info-list p {
    padding-left: 1.2rem
}

@media (max-width: 992px) {
    .glamping-N3 {
        padding-top: 4rem;
        padding-bottom: 4rem
    }

    .glamping-N3 .footer-gnb {
        display: none
    }

    .glamping-N3 .footer-snslist {
        margin-top: 2.4rem
    }

    .glamping-N3 .footer-menugroup {
        margin-top: 2.4rem
    }

    .glamping-N3 .footer-txt {
        flex-direction: column;
        align-items: center
    }

    .glamping-N3 .footer-txt p+p {
        margin-left: 0
    }
}

@media (max-width: 576px) {
    .glamping-N3 .footer-menulist {
        display: grid;
        grid-template-columns: auto auto;
        text-align: center
    }

    .glamping-N3 .footer-menulink:nth-last-child(1):nth-child(odd) {
        grid-column: span 2
    }

    .glamping-N3 .footer-menulink+.footer-menulink:nth-child(odd):after {
        content: none
    }
}
/* glamping-N10 */
.glamping-N10 {
    overflow: hidden;
    position: relative
}

.glamping-N10 .contents-container {
    height: 58rem;
    display: flex;
    align-items: center
}

.glamping-N10 .textset {
    width: 100%;
    text-align: left
}

.glamping-N10 .textset h2 {
    color: rgba(255, 255, 255, 0.3)
}

.glamping-N10 .textset p {
    margin-top: 0.8rem;
    color: #fff
}

@media (max-width: 992px) {
    .glamping-N10 .contents-container {
        height: 50rem
    }

    .glamping-N10 .textset p {
        margin-top: 0.4rem
    }
}
/* glamping-N10 [ZBM88DOi9i] */
.glamping-N10[id='ZBM88DOi9i'] {
    background: url(../images/img_subvisual.png) no-repeat center/cover
}
/* glamping-N10 [Glm88DQ7HS] */
.glamping-N10[id='Glm88DQ7HS'] {
    background: url(../images/img_subvisual.png) no-repeat center/cover
}
/* glamping-N10 [UOM88DT4My] */
.glamping-N10[id='UOM88DT4My'] {
    background: url(../images/img_subvisual.png) no-repeat center/cover
}
/* glamping-N10 [pLM88eBpgB] */
.glamping-N10[id='pLM88eBpgB'] {
    background: url(../images/img_subvisual02.png) no-repeat center / cover !important
}

@media (max-width: 992px) {
    .glamping-N10[id='pLM88eBpgB'] {
        background: url(../images/img_subvisual02_m.png) no-repeat center / cover !important
    }
}
/* glamping-N10 [HeM88DwdjN] */
.glamping-N10[id='HeM88DwdjN'] {
    background: url(../images/img_subvisual02.png) no-repeat center / cover !important
}

@media (max-width: 992px) {
    .glamping-N10[id='HeM88DwdjN'] {
        background: url(../images/img_subvisual02_m.png) no-repeat center / cover !important
    }
}
/* glamping-N10 [GRM88eOJMJ] */
.glamping-N10[id='GRM88eOJMJ'] {
    background: url(../images/img_subvisual04.png) no-repeat center / cover !important
}

@media (max-width: 992px) {
    .glamping-N10[id='GRM88eOJMJ'] {
        background: url(../images/img_subvisual04_m.png) no-repeat center / cover !important
    }
}
/* glamping-N10 [JlM88fbeJv] */
.glamping-N10[id='JlM88fbeJv'] {
    background: url(../images/img_subvisual04.png) no-repeat center / cover !important
}

@media (max-width: 992px) {
    .glamping-N10[id='JlM88fbeJv'] {
        background: url(../images/img_subvisual04_m.png) no-repeat center / cover !important
    }
}
/* glamping-N10 [zLm88Dyi96] */
.glamping-N10[id='zLm88Dyi96'] {
    background: url(../images/img_subvisual03.png) no-repeat center / cover !important
}

@media (max-width: 992px) {
    .glamping-N10[id='zLm88Dyi96'] {
        background: url(../images/img_subvisual03_m.png) no-repeat center / cover !important
    }
}
/* glamping-N10 [CZM88FDSq7] */
.glamping-N10[id='CZM88FDSq7'] {
    background: url(../images/img_subvisual05.png) no-repeat center / cover !important
}

@media (max-width: 992px) {
    .glamping-N10[id='CZM88FDSq7'] {
        background: url(../images/img_subvisual05_m.png) no-repeat center / cover !important
    }
}
/* glamping-title */
.glamping-title {
    overflow: hidden;
    position: relative;
    padding-top: 16rem;
    padding-bottom: 8rem
}

.glamping-title .title-area {
    width: 100%
}

.glamping-title .title-area h2 {
    color: #777;
    font-weight: var(--fw-bold)
}

.glamping-title .title-area p {
    margin-top: 2rem;
    color: #242424
}

@media (max-width: 992px) {
    .glamping-title {
        padding-top: 8rem;
        padding-bottom: 4rem
    }

    .glamping-title .title-area p {
        margin-top: 0.8rem
    }
}
/* glamping-N12 */
.glamping-N12 {
    overflow: hidden;
    position: relative;
    padding-top: 0rem;
    padding-bottom: 8rem
}

.glamping-N12 .contents-inner {
    width: 100%
}

.glamping-N12 .imageset {
    width: calc(100% + 44rem);
    height: 50rem;
    margin-left: -22rem
}

.glamping-N12 .textset {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 7.4rem;
    margin-top: 8rem
}

.glamping-N12 .textset-cont p {
    color: #777777;
    font-weight: var(--fw-regular)
}

.glamping-N12 .textset-cont p+p {
    margin-top: 3rem
}

@media (max-width: 992px) {
    .glamping-N12 {
        padding-top: 0rem;
        padding-bottom: 5rem
    }

    .glamping-N12 .imageset {
        width: 100%;
        height: 30rem;
        margin-left: 0
    }

    .glamping-N12 .textset {
        grid-template-columns: 1fr;
        gap: 2rem;
        margin-top: 4rem
    }

    .glamping-N12 .textset-cont p+p {
        margin-top: 2rem
    }
}
/* glamping-N13 */
.glamping-N13 {
    overflow: hidden;
    position: relative;
    padding-top: 8rem;
    padding-bottom: 16rem
}

.glamping-N13 .list-area {
    width: 100%
}

.glamping-N13 .wrap {
    display: flex;
    padding-left: 4rem
}

.glamping-N13 .wrap:nth-child(even) {
    justify-content: flex-end
}

.glamping-N13 .wrap:nth-child(n + 2) {
    margin-top: 8rem
}

.glamping-N13 .wrap:nth-child(n + 3) {
    margin-top: 8rem
}

.glamping-N13 .item {
    width: 100%;
    max-width: 54rem
}

.glamping-N13 .thumb {
    position: relative;
    margin: 0;
    width: 100%;
    height: 70rem
}

.glamping-N13 .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.glamping-N13 .thumb figcaption {
    position: absolute;
    top: 0;
    left: -0.8rem;
    transform: rotate(90deg);
    transform-origin: top left
}

.glamping-N13 .desc {
    margin-top: 2rem
}

.glamping-N13 .desc em {
    display: block;
    color: #e5e5ec;
    font-weight: var(--fw-bold);
    text-align: right;
    font-style: normal
}

.glamping-N13 .desc strong {
    display: block;
    margin: 3rem 0
}

.glamping-N13 .desc p {
    color: #777777;
    font-weight: var(--fw-regular)
}

@media (max-width: 992px) {
    .glamping-N13 {
        padding-top: 5rem;
        padding-bottom: 10rem
    }

    .glamping-N13 .wrap {
        padding: 0
    }

    .glamping-N13 .wrap+.wrap {
        margin-top: 10rem
    }

    .glamping-N13 .item {
        max-width: 100%
    }

    .glamping-N13 .thumb {
        height: 40rem
    }

    .glamping-N13 .thumb figcaption {
        top: 2rem;
        left: 6rem;
        color: #fff
    }

    .glamping-N13 .desc {
        margin-top: 1.6rem
    }

    .glamping-N13 .desc strong {
        margin: 2rem 0
    }
}
/* glamping-N14 */
.glamping-N14 {
    overflow: hidden;
    position: relative;
    background: url(../images/img_glamping_N15_1.png) no-repeat center/cover
}

.glamping-N14 .contents-container {
    display: flex;
    align-items: center;
    height: 48rem
}

.glamping-N14 .title-area {
    width: 100%
}

.glamping-N14 .title-area h2 {
    color: #fff;
    font-weight: var(--fw-medium)
}

@media (max-width: 992px) {
    .glamping-N14 {
        padding-top: 0rem;
        padding-bottom: 0rem
    }

    .glamping-N14 .contents-container {
        height: 26rem
    }
}
/* glamping-N15 */
.glamping-N15 {
    overflow: hidden;
    position: relative;
    padding-top: 0rem;
    padding-bottom: 8rem
}

.glamping-N15 .contents-inner {
    display: flex;
    align-items: center;
    gap: 8.2rem;
    width: 100%
}

.glamping-N15 .desc {
    flex: 1 0 41.7rem
}

.glamping-N15 .desc p {
    margin-top: 3rem;
    color: #777777;
    font-weight: var(--fw-regular)
}

.glamping-N15 .thumb {
    flex: 1 1 88rem;
    position: relative;
    height: 56rem
}

.glamping-N15 .thumb::before {
    content: "";
    position: absolute;
    top: 5rem;
    right: -5rem;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: #eee
}

.glamping-N15 .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

@media (max-width: 992px) {
    .glamping-N15 {
        padding-top: 0rem;
        padding-bottom: 4rem
    }

    .glamping-N15 .contents-inner {
        flex-direction: column-reverse;
        gap: 3.6rem
    }

    .glamping-N15 .desc,
    .glamping-N15 .thumb {
        flex: none;
        width: 100%
    }

    .glamping-N15 .desc p {
        margin-top: 2rem
    }

    .glamping-N15 .thumb {
        height: 24rem
    }

    .glamping-N15 .thumb::before {
        top: 1.6rem;
        right: -1.6rem
    }
}
/* glamping-N16 */
.glamping-N16 {
    overflow: hidden;
    position: relative;
    padding-top: 8rem;
    padding-bottom: 8rem
}

.glamping-N16::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    height: 50%;
    background: #f6f8fa
}

.glamping-N16 .list-area {
    width: 100%
}

.glamping-N16 .wrap {
    display: flex;
    align-items: center;
    gap: 10rem
}

.glamping-N16 .wrap:not(:last-child) {
    justify-content: space-between
}

.glamping-N16 .wrap:first-child {
    margin-bottom: 10rem
}

.glamping-N16 .wrap:last-child {
    align-items: flex-end;
    margin-top: -14rem
}

.glamping-N16 .wrap:nth-child(even) {
    flex-direction: row-reverse
}

.glamping-N16 .thumb {
    flex: 1;
    max-width: 70rem;
    height: 44rem
}

.glamping-N16 .wrap:not(:first-child) .thumb {
    max-width: 48rem;
    height: 60rem
}

.glamping-N16 .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.glamping-N16 .desc {
    flex: 1
}

.glamping-N16 .wrap:last-child .desc {
    padding-top: 14rem
}

.glamping-N16 .desc p {
    margin-top: 3rem;
    font-weight: var(--fw-regular);
    color: #777777
}

@media (max-width: 992px) {
    .glamping-N16 {
        padding-top: 3rem;
        padding-bottom: 3rem
    }

    .glamping-N16::before {
        content: none
    }

    .glamping-N16 .list-area .wrap {
        display: block;
        margin: 0
    }

    .glamping-N16 .list-area .wrap+.wrap {
        margin-top: 6rem
    }

    .glamping-N16 .list-area .wrap .thumb {
        width: 100%;
        max-width: 100%;
        height: 22rem
    }

    .glamping-N16 .list-area .wrap .desc {
        margin-top: 2rem;
        padding: 0
    }

    .glamping-N16 .list-area .wrap .desc p {
        margin-top: 2rem
    }
}
/* glamping-N17 */
.glamping-N17 {
    overflow: hidden;
    position: relative;
    padding-top: 8rem;
    padding-bottom: 16rem
}

.glamping-N17 .contents-inner {
    width: 100%
}

.glamping-N17 .imageset {
    height: 50rem
}

.glamping-N17 .textset {
    margin-top: 4rem
}

.glamping-N17 .textset-tit+.textset-desc {
    margin-top: 3rem;
    color: #777777;
    font-weight: var(--fw-regular)
}

@media (max-width: 992px) {
    .glamping-N17 {
        padding-top: 3rem;
        padding-bottom: 10rem
    }

    .glamping-N17 .imageset {
        height: 30rem
    }

    .glamping-N17 .textset {
        margin-top: 2rem
    }

    .glamping-N17 .textset-tit+.textset-desc {
        margin-top: 2rem
    }
}
/* glamping-N18 */
.glamping-N18 {
    overflow: hidden;
    position: relative;
    padding-top: 0rem;
    padding-bottom: 16rem
}

.glamping-N18 .contents-inner {
    width: 100%
}

.glamping-N18 .wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    position: relative;
    align-items: center
}

.glamping-N18 .wrap::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 0.1rem;
    height: 100%;
    min-height: 8rem;
    background-color: #e5e5ec
}

.glamping-N18 .item {
    display: flex;
    align-items: center;
    gap: 2rem
}

.glamping-N18 .item:first-child {
    padding-right: 6rem
}

.glamping-N18 .item+.item {
    padding-left: 6rem
}

.glamping-N18 .desc {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.8rem 2.4rem
}

.glamping-N18 .thumb {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 8rem;
    height: 8rem;
    border-radius: 50%;
    background-color: var(--primary)
}

.glamping-N18 .thumb img {
    width: 4rem;
    height: 4rem
}

.glamping-N18 .addr span {
    font-weight: var(--fw-regular)
}

.glamping-N18 .desc dt {
    font-weight: var(--fw-bold)
}

.glamping-N18 .desc dd {
    margin: 0;
    color: #242424;
    font-weight: var(--fw-regular)
}

.glamping-N18 .map-area {
    width: 100%;
    margin-top: 8rem
}

.glamping-N18 .map-area iframe {
    width: 100%;
    height: 50rem
}

@media (max-width: 992px) {
    .glamping-N18 {
        padding-top: 0rem;
        padding-bottom: 10rem
    }

    .glamping-N18 .wrap {
        display: block
    }

    .glamping-N18 .wrap::before {
        content: none
    }

    .glamping-N18 .item {
        gap: 0.8rem
    }

    .glamping-N18 .item:first-child {
        padding: 0
    }

    .glamping-N18 .item+.item {
        margin-top: 1.6rem;
        padding: 0
    }

    .glamping-N18 .thumb {
        width: 6rem;
        height: 6rem
    }

    .glamping-N18 .thumb img {
        width: 3.2rem;
        height: 3.2rem
    }

    .glamping-N18 .desc {
        gap: 0.4rem 1.6rem
    }

    .glamping-N18 .map-area {
        margin-top: 4rem
    }

    .glamping-N18 .map-area iframe {
        height: 24rem
    }
}
/* glamping-N21 */
.glamping-N21 {
    overflow: hidden;
    position: relative;
    padding-top: 16rem;
    padding-bottom: 8rem
}

.glamping-N21 .contents-inner {
    width: 100%
}

.glamping-N21 .imageset {
    width: calc(100% + 44rem);
    height: 44rem
}

.glamping-N21 .textset {
    display: flex;
    gap: 15.5rem;
    margin-top: 8rem
}

.glamping-N21 .textset-tit,
.glamping-N21 .textset-cont {
    flex: 1
}

.glamping-N21 .textset-cont p {
    color: #777777;
    font-weight: var(--fw-regular)
}

@media (max-width: 992px) {
    .glamping-N21 {
        padding-top: 8rem;
        padding-bottom: 4rem
    }

    .glamping-N21 .imageset {
        width: 100%;
        height: 30rem;
        margin-left: 0
    }

    .glamping-N21 .textset {
        grid-template-columns: 1fr;
        gap: 2rem;
        margin-top: 4rem;
        display: block
    }

    .glamping-N21 .textset .textset-tit {
        margin-bottom: 2rem
    }

    .glamping-N21 .textset-cont p+p {
        margin-top: 2rem
    }
}
/* glamping-N23 */
.glamping-N23 {
    overflow: hidden;
    position: relative;
    padding-top: 8rem;
    padding-bottom: 16rem
}

.glamping-N23 .contents-container {
    display: flex;
    flex-direction: column
}

.glamping-N23 .contents-inner {
    width: 100%
}

.glamping-N23 .cardset {
    width: calc(50% + 24rem)
}

.glamping-N23 .cardset+.cardset {
    margin: 15rem 0 0 auto
}

.glamping-N23 .cardset-figure {
    height: 56rem
}

.glamping-N23 .cardset-body {
    margin-top: -4rem;
    padding: 0 0 0 10rem
}

.glamping-N23 .cardset-tit+.cardset-desc {
    overflow: visible;
    -webkit-line-clamp: inherit;
    margin: 3rem 0 0 0;
    color: #777777
}

@media (max-width: 992px) {
    .glamping-N23 {
        padding-top: 4rem;
        padding-bottom: 8rem
    }

    .glamping-N23 .cardset {
        width: 100%
    }

    .glamping-N23 .cardset+.cardset {
        margin-top: 10rem
    }

    .glamping-N23 .cardset-figure {
        height: 29rem
    }

    .glamping-N23 .cardset-body {
        margin-top: -3rem;
        padding: 0 1.4rem 0 3rem
    }

    .glamping-N23 .cardset-body br {
        display: none
    }

    .glamping-N23 .cardset-tit+.cardset-desc {
        margin-top: 2rem
    }
}
/* glamping-N24 */
.glamping-N24 {
    overflow: hidden;
    position: relative;
    background: url(../images/img_glamping_N26_1.png) no-repeat center/cover
}

.glamping-N24 .contents-container {
    height: 46rem
}

@media (max-width: 992px) {
    .glamping-N24 {
        background: url(../images/img_glamping_mobile_N26_1.png) no-repeat center/cover
    }

    .glamping-N24 .contents-container {
        height: 26rem
    }
}
/* glamping-N25 */
.glamping-N25 {
    overflow: hidden;
    position: relative;
    padding-top: 16rem;
    padding-bottom: 8rem
}

.glamping-N25 .contents-container {
    display: flex;
    justify-content: space-between;
    gap: 19rem
}

.glamping-N25 .contents-group {
    flex: 1
}

.glamping-N25 .tableset-tit {
    display: block;
    margin-bottom: 2rem;
    font-weight: var(--fw-bold)
}

.glamping-N25 .tableset-table col {
    width: 24rem
}

.glamping-N25 .contents-group .tableset+.tableset {
    margin-top: 10rem
}

.glamping-N25 .tableset-table th,
.glamping-N25 .tableset-table td {
    text-align: center
}

.glamping-N25 .tableset-table tr th {
    background: #fff
}

.glamping-N25 .tableset-desc {
    display: block;
    margin-top: 0.8rem;
    color: #242424
}

@media (max-width: 992px) {
    .glamping-N25 {
        padding-top: 10rem;
        padding-bottom: 5rem
    }

    .glamping-N25 .contents-container {
        flex-direction: column;
        gap: 4rem
    }

    .glamping-N25 .contents-tit {
        width: auto
    }

    .glamping-N25 .contents-group {
        width: 100%
    }

    .glamping-N25 .tableset-tit {
        margin-bottom: 0.8rem
    }

    .glamping-N25 .contents-group .tableset+.tableset {
        margin-top: 6rem
    }

    .glamping-N25 .tableset .tableset-table> :not(caption):not(colgroup)>*>* {
        padding: 1.4rem 0
    }

    .glamping-N25 .tableset .tableset-table {
        min-width: 0
    }
}
/* glamping-N26 */
.glamping-N26 {
    overflow: hidden;
    position: relative;
    padding-top: 8rem;
    padding-bottom: 8rem
}

.glamping-N26 .contents-container {
    display: flex;
    gap: 4.7rem
}

.glamping-N26 .contents-group {
    flex: 1
}

.glamping-N26 .contents-cont+.contents-cont {
    margin-top: 8rem
}

.glamping-N26 .contents-list {
    margin-top: 2rem
}

.glamping-N26 .contents-item {
    position: relative;
    padding-left: 1.2rem;
    color: #777777
}

.glamping-N26 .contents-item+.contents-item {
    margin-top: 1.2rem
}

.glamping-N26 .contents-item::before {
    content: "";
    position: absolute;
    top: 1rem;
    left: 0;
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 50%;
    background-color: var(--primary)
}

@media (max-width: 992px) {
    .glamping-N26 {
        padding-top: 4rem;
        padding-bottom: 4rem
    }

    .glamping-N26 .contents-container {
        flex-direction: column;
        gap: 0
    }

    .glamping-N26 .contents-group {
        width: 100%;
        margin-top: 4rem
    }

    .glamping-N26 .contents-cont+.contents-cont {
        margin-top: 4rem
    }

    .glamping-N26 .contents-item {
        padding-left: 0.8rem
    }

    .glamping-N26 .contents-item+.contents-item {
        margin-top: 0.8rem
    }
}
/* glamping-N27 */
.glamping-N27 {
    overflow: hidden;
    position: relative;
    padding-top: 8rem;
    padding-bottom: 16rem
}

.glamping-N27 .contents-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 7rem;
    width: 100%
}

.glamping-N27 .textset {
    text-align: center
}

.glamping-N27 .textset-tit {
    font-weight: var(--fw-medium)
}

.glamping-N27 .slide-area {
    display: flex;
    align-items: center;
    position: relative;
    width: 100vw
}

.glamping-N27 .contents-swiper {
    width: 100%
}

.glamping-N27 .swiper-wrapper {
    transition-timing-function: linear
}

.glamping-N27 .swiper-slide {
    max-width: 34rem
}

.glamping-N27 .imageset {
    height: 43rem;
    width: 100%
}

.glamping-N27 .contents-control {
    display: none;
    align-items: center;
    justify-content: space-between;
    gap: 0.8rem;
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(100% - 64rem);
    transform: translate(-50%, -50%);
    z-index: 100
}

.glamping-N27 .swiper-button-next,
.glamping-N27 .swiper-button-prev {
    position: relative;
    left: auto;
    right: auto;
    width: 6rem;
    height: 6rem;
    background-color: rgba(var(--black-rgb), 0.5);
    border-radius: 50%
}

.glamping-N27 .swiper-button-prev:after {
    content: "";
    width: 3.2rem;
    height: 3.2rem;
    background-image: url(../icons/ico_arrow_left_withe.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: 0.5
}

.glamping-N27 .swiper-button-prev:hover::after,
.glamping-N27 .swiper-button-next:hover::after {
    opacity: 1
}

.glamping-N27 .swiper-button-next:after {
    content: "";
    width: 3.2rem;
    height: 3.2rem;
    background-image: url(../icons/ico_arrow_right_withe.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: 0.5
}

@media (max-width: 992px) {
    .glamping-N27 {
        padding-top: 4rem;
        padding-bottom: 10rem
    }

    .glamping-N27 .contents-inner {
        gap: 4rem
    }

    .glamping-N27 .swiper-slide {
        max-width: 15rem
    }

    .glamping-N27 .imageset {
        height: 18rem
    }
}
/* glamping-N19 */
.glamping-N19 {
    overflow: hidden;
    position: relative;
    padding-top: 0rem;
    padding-bottom: 16rem
}

.glamping-N19 .contents-inner {
    display: flex;
    align-items: center;
    gap: 8.3rem;
    width: 100%
}

.glamping-N19 .desc {
    width: 100%;
    flex: 1
}

.glamping-N19 .desc p {
    margin: 3rem 0;
    color: #777777;
    font-weight: var(--fw-regular)
}

.glamping-N19 .thumb {
    flex: 1 1 20.3rem;
    height: 70rem
}

.glamping-N19 .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

@media (max-width: 992px) {
    .glamping-N19 {
        padding-top: 0rem;
        padding-bottom: 8rem
    }

    .glamping-N19 .contents-inner {
        flex-direction: column-reverse;
        gap: 4rem
    }

    .glamping-N19 .desc p {
        margin: 2rem 0 3rem
    }

    .glamping-N19 .thumb {
        width: calc(100% + 1.6rem);
        height: 38rem;
        margin-left: 1.6em
    }
}
/* glamping-N19 [ocm88dwdmp] */
@media (max-width: 992px) {
    .glamping-N19[id='ocm88dwdmp'] .desc {
        padding-left: 0rem
    }
}
/* glamping-N19 [NNm88E3L33] */
@media (max-width: 992px) {
    .glamping-N19[id='NNm88E3L33'] .desc {
        padding-left: 0.6rem
    }
}
/* glamping-N20 */
.glamping-N20 {
    overflow: hidden;
    position: relative;
    padding-top: 0rem
}

.glamping-N20 .contents-inner {
    display: flex;
    align-items: center;
    gap: 8.3rem;
    width: 100%
}

.glamping-N20 .desc {
    width: 100%;
    flex: 1
}

.glamping-N20 .desc p {
    margin: 3rem 0;
    color: #777777;
    font-weight: var(--fw-regular)
}

.glamping-N20 .thumb {
    flex: 1 1 20.3rem;
    height: 70rem
}

.glamping-N20 .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

@media (max-width: 992px) {
    .glamping-N20 {
        padding-top: 0rem;
        padding-bottom: 8rem
    }

    .glamping-N20 .contents-inner {
        flex-direction: column;
        gap: 4rem
    }

    .glamping-N20 .desc p {
        margin: 2rem 0 3rem
    }

    .glamping-N20 .thumb {
        width: calc(100% + 1.6rem);
        height: 38rem;
        margin-left: -1.6em
    }
}
/* glamping-N20 [oZm88DWDOK] */
.glamping-N20[id='oZm88DWDOK'] {
    padding-bottom: 8rem
}
/* glamping-N20 [Cwm88e2D89] */
.glamping-N20[id='Cwm88e2D89'] {
    padding-bottom: 16rem
}
/* glamping-N33 */
.glamping-N33 {
    overflow: hidden;
    position: relative;
    padding-top: 0;
    padding-bottom: 0
}

.glamping-N33 .contents-inner {
    width: 100%
}

.glamping-N33 .title-area {
    display: flex;
    align-items: flex-end;
    gap: 0.4rem
}

.glamping-N33 .title-area h2 {
    font-weight: var(--fw-bold)
}

.glamping-N33 .title-area span {
    color: #dc0000;
    font-weight: var(--fw-regular)
}

.glamping-N33 .desc-area {
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 3rem;
    margin-top: 2.3rem;
    padding: 3.7rem 4rem;
    height: 17rem;
    background: #f6f8fa
}

.glamping-N33 .desc strong {
    font-weight: var(--fw-medium)
}

.glamping-N33 .desc p {
    color: #666666;
    margin-top: 0.8rem
}

@media (max-width: 992px) {
    .glamping-N33 {
        padding-top: 0;
        padding-bottom: 0
    }

    .glamping-N33 .desc-area {
        gap: 2rem;
        margin-top: 0.8rem;
        padding: 1.6rem;
        height: auto;
        max-height: 28.8rem
    }

    .glamping-N33 .radioset-wrap {
        margin-top: 1.6rem;
        gap: 2rem
    }

    .glamping-N33 .radioset {
        gap: 0.8rem
    }
}
/* basic-N37 */
.basic-N37 {
    position: relative;
    padding-top: 2rem;
    padding-bottom: 16rem;
    overflow: hidden
}

.board_blank {
    display: flex;
    justify-content: center;
    height: 300px;
    background: #ddd;
    align-items: center;
    flex-direction: column
}

.basic-N37 .contents-inner {
    display: flex;
    width: 100%
}

.basic-N37 .imageset {
    width: calc(50% - 12rem);
    height: 70.6rem;
    border-radius: 2rem;
    overflow: hidden
}

.basic-N37 .form-group {
    width: calc(50% + 6rem);
    margin-left: 6rem
}

.basic-N37 .form-group .form-tit {
    margin-bottom: 0.8rem
}

.basic-N37 .form-group .form-tit+.checkset-wrap {
    flex-wrap: wrap;
    gap: 1.4rem 4rem;
    margin-top: 1.6rem
}

.basic-N37 .form-group .form-tit span {
    display: inline-block;
    margin-left: 0.4rem;
    color: #dc0000
}

.basic-N37 .form-box+.form-box {
    margin-top: 4rem
}

.basic-N37 .checkset-wrap .checkset+.checkset {
    margin-top: 0
}

.basic-N37 .inputset+.inputset {
    margin-top: 4rem
}

.basic-N37 .inputset .inputset-tit {
    margin-bottom: 0.8rem
}

.basic-N37 .inputset .inputset-label {
    width: 100%
}

.basic-N37 .inputset .inputset-input {
    position: relative;
    border-bottom: 1px solid var(--border-color)
}

.basic-N37 .inputset .inputset-textarea {
    height: 10rem
}

.basic-N37 .fileset .fileset-upload {
    white-space: nowrap
}

.basic-N37 .contents-agree {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 3rem;
    line-height: 1
}

.basic-N37 .contents-agree .btnset {
    color: var(--text-color3)
}

.basic-N37 .contents-agree .btnset::after {
    content: "";
    width: 2rem;
    height: 2rem;
    background-image: url(../icons/ico_chevron_gray.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain
}

.basic-N37 .form-btn {
    margin-top: 6rem;
    text-align: right
}

.basic-N37 .form-btn .btnset {
    min-width: 18rem
}

.basic-N37 .info-area {
    overflow-y: auto
}

.basic-N37 .info-group+.info-group {
    margin-top: 2.4rem
}

.basic-N37 .info-group strong {
    padding-bottom: 1.2rem;
    display: block
}

.basic-N37 .info-desc {
    max-height: 20.7rem;
    padding: 1.6rem;
    background: #f8f8fa;
    border-radius: 1.6rem;
    overflow-y: auto;
    scrollbar-width: none
}

.basic-N37 .info-desc p.fw-medium {
    font-weight: var(--fw-medium)
}

.basic-N37 .info-desc .mtb {
    margin: 2.4rem 0
}

.basic-N37 .info-desc em {
    font-style: normal;
    font-weight: 600;
    margin: 2.4rem 0 1rem;
    position: relative;
    display: flex;
    align-items: center
}

.basic-N37 .info-list em::before {
    content: "";
    width: 0.4rem;
    height: 0.4rem;
    background: var(--black);
    border-radius: 50%;
    margin-right: 0.8rem
}

.basic-N37 .info-list p {
    padding-left: 1.2rem
}

@media (max-width: 992px) {
    .basic-N37 {
        padding-top: 1.4rem;
        padding-bottom: 10rem
    }

    .basic-N37 .contents-inner {
        flex-direction: column
    }

    .basic-N37 .imageset {
        width: 100%;
        height: 40rem
    }

    .basic-N37 .form-group {
        width: 100%;
        margin-left: 0;
        margin-top: 4rem
    }

    .basic-N37 .form-btn {
        text-align: center
    }

    .basic-N37 .form-btn .btnset {
        min-width: 16rem;
        padding: 0 1.6rem
    }
}
/* bloomcity-N9 */
.bloomcity-N9 {
    overflow: hidden;
    position: relative;
    padding-top: 16rem;
    padding-bottom: 16rem
}

.bloomcity-N9 .contents-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4rem;
    margin: 0 auto;
    width: 100%
}

.bloomcity-N9 .con-figure {
    width: 8rem;
    height: 8rem;
    padding: 2rem;
    border-radius: 500%;
    background-color: var(--primary)
}

.bloomcity-N9 .con-figure .con-img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.bloomcity-N9 .textset {
    text-align: center
}

.bloomcity-N9 .textset strong {
    display: block;
    margin: 1.6rem 0 0.8rem;
    font-weight: var(--fw-medium)
}

.bloomcity-N9 .textset p {
    color: #767676
}

@media (max-width: 992px) {
    .bloomcity-N9 {
        padding-top: 8rem;
        padding-bottom: 8rem
    }

    .bloomcity-N9 .contents-inner {
        gap: 2rem
    }

    .bloomcity-N9 .con-figure {
        width: 6rem;
        height: 6rem;
        padding: 1.4rem
    }

    .bloomcity-N9 .textset strong {
        margin: 2rem 0 1.6rem
    }
}
/* glamping-N28-a */
.glamping-N28-a {
    overflow: hidden;
    position: relative;
    padding-top: 16rem;
    padding-bottom: 4rem
}

.glamping-N28-a .contents-inner {
    width: 100%
}

.glamping-N28-a .imageset {
    height: 40rem
}

.glamping-N28-a .textset {
    margin-top: 4rem
}

.glamping-N28-a .textset-tit+.textset-desc {
    margin-top: 2rem;
    color: #777777;
    font-weight: var(--fw-regular)
}

@media (max-width: 992px) {
    .glamping-N28-a {
        padding-top: 10rem;
        padding-bottom: 2rem
    }

    .glamping-N28-a .imageset {
        height: 24rem
    }

    .glamping-N28-a .textset {
        margin-top: 2rem
    }

    .glamping-N28-a .textset-tit+.textset-desc {
        margin-top: 0.8rem
    }
}
/* glamping-N28-b */
.glamping-N28-b {
    overflow: hidden;
    position: relative;
    padding-top: 4rem;
    padding-bottom: 4rem
}

.glamping-N28-b .contents-inner {
    width: 100%
}

.glamping-N28-b .imageset {
    height: 40rem
}

.glamping-N28-b .textset {
    margin-top: 4rem
}

.glamping-N28-b .textset-tit+.textset-desc {
    margin-top: 2rem;
    color: #777777;
    font-weight: var(--fw-regular)
}

@media (max-width: 992px) {
    .glamping-N28-b {
        padding-top: 2rem;
        padding-bottom: 2rem
    }

    .glamping-N28-b .imageset {
        height: 24rem
    }

    .glamping-N28-b .textset {
        margin-top: 2rem
    }

    .glamping-N28-b .textset-tit+.textset-desc {
        margin-top: 0.8rem
    }
}
/* glamping-N28-c */
.glamping-N28-c {
    overflow: hidden;
    position: relative;
    padding-top: 4rem;
    padding-bottom: 16rem
}

.glamping-N28-c .contents-inner {
    width: 100%
}

.glamping-N28-c .imageset {
    height: 40rem
}

.glamping-N28-c .textset {
    margin-top: 4rem
}

.glamping-N28-c .textset-tit+.textset-desc {
    margin-top: 2rem;
    color: #777777;
    font-weight: var(--fw-regular)
}

@media (max-width: 992px) {
    .glamping-N28-c {
        padding-top: 2rem;
        padding-bottom: 8rem
    }

    .glamping-N28-c .imageset {
        height: 24rem
    }

    .glamping-N28-c .textset {
        margin-top: 2rem
    }

    .glamping-N28-c .textset-tit+.textset-desc {
        margin-top: 0.8rem
    }
}
/* faq_A_type */
.faq_A_type {
    overflow: hidden;
    position: relative;
    padding-top: 16rem;
    padding-bottom: 16rem
}

.faq_A_type .accordset .accordset-button {
    font-weight: var(--fw-medium)
}

.faq_A_type .accordset .accordset-q {
    display: flex;
    justify-content: center;
    background: #242424;
    border-radius: 50%;
    color: #fff;
    line-height: inherit
}

.faq_A_type .accordset .accordset-q,
.faq_A_type .accordset .accordset-a {
    flex-shrink: 0;
    width: 3.2rem;
    height: 3.2rem;
    text-align: center
}

.faq_A_type .accordset.accent-header .accordset-item.active .accordset-button {
    background: var(--bg-color);
    color: inherit
}

.faq_A_type .accordset .accordset-content {
    padding: 2rem 6rem 2rem 2.4rem;
    color: #777777
}

@media (max-width: 992px) {
    .faq_A_type {
        padding-top: 10rem;
        padding-bottom: 10rem
    }

    .faq_A_type .accordset .accordset-q,
    .faq_A_type .accordset .accordset-a {
        width: 2.4rem;
        height: 2.4rem
    }

    .faq_A_type .accordset .accordset-a {
        display: block
    }

    .faq_A_type .accordset .accordset-button,
    .faq_A_type .accordset .accordset-content {
        padding: 1.6rem 5.6rem 1.6rem 1.2rem
    }
}