@charset "UTF-8";

.page-wrap {
    padding-bottom: 0;
}

.page-title .en-title {
    color: var(--pink);
}

/*============================
.intro
============================*/
.intro {
    padding: 40px 0;
}

.intro .right {
    margin-top: 24px;
    position: relative;
}

.intro .sub-title {
    font-weight: 700;
    color: #7a7870;
}

.intro .title {
    margin-top: 8px;
    font-size: 24px;
}

.intro .text {
    margin-top: 16px;
    font-size: 14px;
}

.intro .intro__img02 {
    display: none;
}

.intro .intro__img03 {
    width: 169px;
    position: absolute;
    top: -43px;
    right: -37px;
}

/*================================================================
# main
================================================================ */
.main {
    margin-top: 24px;
    text-align: center;
}

.main .wrap {
    position: relative;
}

.main .main__sub-title {
    font-size: 18px;
    font-weight: 700;
    color: var(--green);
}

.main .main__title {
    font-size: 32px;
    font-weight: 700;
}

.main .main__text {
    margin-top: 16px;
}

.main .main-img01 {
    width: 178px;
    position: absolute;
    top: -176px;
    left: -124px;
}

.main .main-img02 {
    width: 133px;
    position: absolute;
    top: 9px;
    right: -81px;
}

/*------------------------

ルームスライダー

------------------------*/
/* .slider {
    width: 100%;
    margin: 24px auto 0;
    opacity: 0;
    transition: opacity .3s linear;
}

.slider.slick-initialized {
    opacity: 1;
}

.slider .slick-list {
    box-shadow: var(--img-shadow);
}

.slick-track {
    display: flex;
    align-items: stretch;
}

.slick-slide {
    height: auto !important;
    background-color: #fff;
}

.slick-slide img {
    border-radius: 4px;
}

.slick-arrow {
    width: 40px !important;
    height: 40px !important;
    z-index: 2 !important;
}

.slick-arrow:before {
    margin: auto;
    opacity: 1 !important;
    position: absolute;
    content: "" !important;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.slick-prev,
.slick-next {
    margin: auto;
    padding: 0;
    cursor: pointer;
    border: none;
    border-radius: 30px;
    outline: none;
    background-color: var(--black);
    position: absolute;
    top: 0;
    bottom: 0;
    display: block;
    font-size: 0;
    line-height: 0;
    color: transparent;
    transition: background-color .3s;
}

.slick-next {
    right: -24px !important;
}

.slick-prev {
    left: -24px !important;
}

.slick-next:before {
    width: calc(24px / 1.5);
    height: calc(12px / 1.5);
    background-image: url('data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2099.4%2048.7%22%20style%3D%22enable-background%3Anew%200%200%2099.4%2048.7%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23FFFFFF%3B%7D%3C%2Fstyle%3E%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M98.2%2C26.7c0-0.1%2C0.1-0.1%2C0.1-0.2c0.2-0.3%2C0.3-0.6%2C0.4-0.9c0-0.1%2C0.1-0.2%2C0.1-0.3c0.8-0.8%2C0.8-1.6%2C0-2.4%20c0-0.1-0.1-0.2-0.1-0.3c-0.1-0.3-0.2-0.6-0.4%2C3.1c0-0.7-0.1-1.5-0.1-2.2c-0.2-2.3-0.5-2.6-0.8-2.9c-0.1-0.1-0.1-0.1-0.2-0.2%20c-0.3-0.2-0.5-0.4-0.8-0.6c-0.1%2C0-0.1-0.1-0.1-0.1L56.3%2C0c-2.5%2C2-5.4-0.2-3%2C2.2c-3.4%2C0.7-4.2%2C1.4-4.2%2C2.2l0%2C14.8l-44.6%2C0%20c-2.7%2C0-4.5%2C3.7-4.5%2C4.9C0%2C27.6%2C1.7%2C29%2C4.5%2C29l0%2C0l44.7%2C0l0%2C18.6c0-1.1%2C2.3%2C1.1%2C5%2C1.1c2.1%2C0%2C1.5-0.2%2C2.2-0.5l39.9-19.7%20c0.1%2C0%2C0.1-0.1%2C0.1-0.1c0.3-0.2%2C0.6-0.3%2C0.8-0.5c0.1-0.1%2C0.1-0.1%2C0.2-0.2C97.7%2C27.4%2C98%2C30%2C98.2%2C26.7z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') !important;
    background-size: contain !important;
}

.slick-prev:before {
    width: calc(24px / 1.5);
    height: calc(12px / 1.5);
    background-image: url('data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2099.4%2048.7%22%20style%3D%22enable-background%3Anew%200%200%2099.4%2048.7%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23FFFFFF%3B%7D%3C%2Fstyle%3E%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M98.2%2C26.7c0-0.1%2C0.1-0.1%2C0.1-0.2c0.2-0.3%2C0.3-0.6%2C0.4-0.9c0-0.1%2C0.1-0.2%2C0.1-0.3c0.8-0.8%2C0.8-1.6%2C0-2.4%20c0-0.1-0.1-0.2-0.1-0.3c-0.1-0.3-0.2-0.6-0.4%2C3.1c0-0.7-0.1-1.5-0.1-2.2c-0.2-2.3-0.5-2.6-0.8-2.9c-0.1-0.1-0.1-0.1-0.2-0.2%20c-0.3-0.2-0.5-0.4-0.8-0.6c-0.1%2C0-0.1-0.1-0.1-0.1L56.3%2C0c-2.5%2C2-5.4-0.2-3%2C2.2c-3.4%2C0.7-4.2%2C1.4-4.2%2C2.2l0%2C14.8l-44.6%2C0%20c-2.7%2C0-4.5%2C3.7-4.5%2C4.9C0%2C27.6%2C1.7%2C29%2C4.5%2C29l0%2C0l44.7%2C0l0%2C18.6c0-1.1%2C2.3%2C1.1%2C5%2C1.1c2.1%2C0%2C1.5-0.2%2C2.2-0.5l39.9-19.7%20c0.1%2C0%2C0.1-0.1%2C0.1-0.1c0.3-0.2%2C0.6-0.3%2C0.8-0.5c0.1-0.1%2C0.1-0.1%2C0.2-0.2C97.7%2C27.4%2C98%2C30%2C98.2%2C26.7z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') !important;
    background-size: contain !important;
    transform: scale(-1, 1);
}

.slider .slick-dots {
    list-style: none;
    margin: -16px 0 0 0;
    position: relative;
    display: flex;
    justify-content: center;
}

.slider .slick-dots li {
    width: 64px;
    height: 64px;
    border-radius: 50px;
    transition: .2s;
}

.slider .slick-dots li img {
    width: 64px;
    height: 64px;
    border: 4px solid var(--green);
    border-radius: 50px;
    object-fit: cover;
}

.slider .slick-dots .slick-active img {
    transform: translate(0, -16px) scale(1.1);
}

.slider .slick-dotted.slick-slider {
    margin-bottom: 24px;
}

.slider02.slick-dotted.slick-slider {
    margin-bottom: 16px;
}

.slider02 .slick-dots li button:before {
    font-family: '游ゴシック Medium', 'YuGothic,YuGothicM', 'Hiragino Kaku Gothic ProN', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
    font-size: 24px;
} */

/*================================================================
# 大阪市内から30分
================================================================ */
.access {
    margin-top: 64px;
    position: relative;
}

.access .wrap {
    width: 100%;
    margin: 0 calc(50% - 50vw);
    padding-left: 24px;
    position: relative;
}

.access .wrap::before {
    width: calc(50vw + 50%);
    height: 100%;
    border-radius: 0 160px 0 0;
    background-color: var(--green);
    position: absolute;
    content: "";
    top: 0;
    left: calc(-50vw + 50%);
    display: block;
    z-index: -1;
}

.access .inner {
    padding: 40px 24px 40px 0;
    position: relative;
}

.access__title {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    text-align: center;
}

.access__title-en {
    margin-top: 8px;
    font-family: var(--text-en);
    font-size: 48px;
    font-weight: 800;
    line-height: 1;
    color: #fff;
    text-align: center;
}

.access .access_img01 {
    width: 140px;
    position: absolute;
    top: -42px;
    left: -10px;
}

.access .access_img02 {
    width: 200px;
    position: absolute;
    top: -58px;
    right: -75px;
}

.access .access_img03 {
    display: none;
}

.access .access_img04 {
    width: 129px;
    position: absolute;
    right: 108px;
    bottom: -67px;
}

.access .slider-container {
    margin: 0 8px;
    padding: 40px;
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
}

.access .slick-slider {
    margin-top: 24px;
}

.access .img-area {
    width: 100%;
}

.access .text-area {
    width: 100%;
    margin-top: 24px;
    padding: 0;
}

.access .slider-title {
    font-size: 18px;
    font-weight: 700;
}

.access .slider-text {
    margin-top: 8px;
    font-size: 14px;
}

.access .btn-wrap {
    margin-top: 24px;
}

.access .btn {
    width: 100%;
    padding: 16px;
    border-radius: 50px;
    background-color: #171716;
    box-shadow: 4px 4px 0 0 rgba(0, 0, 0, .15);
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    transition: background-color .3s;
}

.access .btn span {
    position: relative;
}

.access .btn span::before {
    width: 14px;
    height: 14px;
    background-image: url(../../common/img/arrow_w.svg);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    content: "";
    top: 50%;
    right: -24px;
    transition: transform .3s;
    transform: translate(0, -50%);
}

.access .btn:hover {
    background-color: #58bae4;
}

.access .btn:hover span::before {
    transform: translate(5px, -10px);
}

.access .slick-dots li.slick-active:hover img {
    border: 4px solid var(--green);
}

.access .slick-dots li:not(:hover) img {
    border: 4px solid var(--green);
}

/*================================================================
# 天然ナトリウム炭酸水素塩泉
================================================================ */
.radium {
    margin-top: 64px;
    position: relative;
}

.radium .wrap {
    width: 100%;
    margin: 0 calc(50% - 50vw);
    padding-left: 24px;
    position: relative;
}

.radium .wrap::before {
    width: calc(50vw + 50%);
    height: 100%;
    border-radius: 160px 0 0 0;
    background-color: var(--blue);
    position: absolute;
    content: "";
    top: 0;
    right: calc(-50vw + 50%);
    display: block;
    z-index: -1;
}

.radium .inner {
    padding: 40px 24px 40px 0;
    position: relative;
}

.radium__title {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    text-align: center;
}

.radium__title-en {
    margin-top: 8px;
    font-family: var(--text-en);
    font-size: 48px;
    font-weight: 800;
    line-height: 1;
    color: #fff;
    text-align: center;
}

.radium .slider {
    margin-top: 24px;
}

.radium .radium_img01 {
    width: 100px;
    position: absolute;
    top: -17px;
    left: 10px;
}

.radium .radium_img02 {
    width: 200px;
    position: absolute;
    top: 11px;
    right: -99px;
}

.radium .radium_img03 {
    width: 180px;
    position: absolute;
    bottom: 18px;
    left: -108px;
    z-index: -1;
}

.radium .radium_img04 {
    width: 175px;
    position: absolute;
    top: 291px;
    right: 0px;
}

.radium .slider-container {
    margin: 0;
    padding: 40px;
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
}

.radium .img-area {
    width: 100%;
}

.radium .text-area {
    width: 100%;
    margin-top: 24px;
    padding: 0;
}

.radium .slider-title {
    font-size: 18px;
    font-weight: 700;
}

.radium .slider-text {
    margin-top: 8px;
    font-size: 14px;
}

.radium .btn-wrap {
    margin-top: 24px;
}

.radium .btn {
    width: 100%;
    padding: 16px;
    border-radius: 50px;
    background-color: #171716;
    box-shadow: 4px 4px 0 0 rgba(0, 0, 0, .15);
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    transition: background-color .3s;
}

.radium .btn span {
    position: relative;
}

.radium .btn span::before {
    width: 14px;
    height: 14px;
    background-image: url(../../common/img/arrow_w.svg);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    content: "";
    top: 50%;
    right: -24px;
    transition: transform .3s;
    transform: translate(0, -50%);
}

.radium .btn:hover {
    background-color: #58bae4;
}

.radium .btn:hover span::before {
    transform: translate(5px, -10px);
}

.radium .slick-dots li.slick-active:hover img {
    border: 4px solid var(--blue);
}

.radium .slick-dots li img {
    border: 4px solid var(--blue);
}

/*================================================================
# 露天風呂付客室
================================================================ */
.room {
    margin-top: 64px;
    position: relative;
}

.room .wrap {
    width: 100%;
    margin: 0 calc(50% - 50vw);
    padding-left: 24px;
    position: relative;
}

.room .wrap::before {
    width: calc(50vw + 50%);
    height: 100%;
    border-radius: 0 160px 0 0;
    background-color: var(--yellow);
    position: absolute;
    content: "";
    top: 0;
    left: calc(-50vw + 50%);
    display: block;
    z-index: -1;
}

.room .inner {
    padding: 40px 24px 40px 0;
    position: relative;
}

.room__title {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    text-align: center;
}

.room__title-en {
    margin-top: 8px;
    font-family: var(--text-en);
    font-size: 48px;
    font-weight: 800;
    line-height: 1;
    color: #fff;
    text-align: center;
}

.room .room_img01 {
    width: 211px;
    position: absolute;
    top: -37px;
    left: -8px;
}

.room .room_img02 {
    width: 111px;
    position: absolute;
    top: -32px;
    right: 9px;
}

.room .room_img03 {
    width: 200px;
    position: absolute;
    bottom: 37px;
    left: -93px;
    z-index: -1;
}

.room .room_img04 {
    width: 160px;
    position: absolute;
    right: -68px;
    bottom: 17px;
    z-index: -1;
}

.room .no-slider {
    margin: 24px auto 0;
    position: relative;
}

.room .slick-slider {
    margin-top: 0;
}

.room .slider-container {
    margin: 0;
    padding: 40px;
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
}

.room .img-area {
    width: 100%;
}

.room .text-area {
    width: 100%;
    margin-top: 24px;
    padding: 0;
}

.room .slider-title {
    font-size: 18px;
    font-weight: 700;
}

.room .slider-text {
    margin-top: 16px;
    font-size: 14px;
}

.room .btn-wrap {
    margin-top: 24px;
}

.room .btn {
    width: 100%;
    padding: 16px;
    border-radius: 50px;
    background-color: #171716;
    box-shadow: 4px 4px 0 0 rgba(0, 0, 0, .15);
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    transition: background-color .3s;
}

.room .btn span {
    position: relative;
}

.room .btn span::before {
    width: 14px;
    height: 14px;
    background-image: url(../../common/img/arrow_w.svg);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    content: "";
    top: 50%;
    right: -24px;
    transition: transform .3s;
    transform: translate(0, -50%);
}

.room .btn:hover {
    background-color: #58bae4;
}

.room .btn:hover span::before {
    transform: translate(5px, -10px);
}

.room .slick-dots li.slick-active:hover img {
    border: 4px solid var(--yellow);
}

.room .slick-dots li:not(:hover) img {
    border: 4px solid var(--yellow);
}

/*================================================================
# 日帰温泉
================================================================ */
.day-trip {
    margin-top: 64px;
    position: relative;
}

.day-trip .wrap {
    width: 100%;
    margin: 0 calc(50% - 50vw);
    padding-left: 24px;
    position: relative;
}

.day-trip .wrap::before {
    width: calc(50vw + 50%);
    height: 100%;
    border-radius: 160px 0 0 0;
    background-color: var(--purple);
    position: absolute;
    content: "";
    top: 0;
    right: calc(-50vw + 50%);
    display: block;
    z-index: -1;
}

.day-trip .inner {
    padding: 40px 24px 40px 0;
    position: relative;
}

.day-trip__title {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    text-align: center;
}

.day-trip__title-en {
    margin-top: 8px;
    font-family: var(--text-en);
    font-size: 48px;
    font-weight: 800;
    line-height: 1;
    color: #fff;
    text-align: center;
}

.day-trip .day-trip_img01 {
    width: 60px;
    position: absolute;
    top: -10px;
    left: -3px;
}

.day-trip .day-trip_img02 {
    width: 140px;
    position: absolute;
    top: -19px;
    right: -49px;
}

.day-trip .day-trip_img03 {
    width: 150px;
    position: absolute;
    bottom: -20px;
    left: -86px;
    z-index: -1;
}

.day-trip .day-trip_img04 {
    width: 60px;
    position: absolute;
    right: -3px;
    bottom: -17px;
}

.day-trip .slider-container {
    margin: 0 8px;
    padding: 40px;
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
}

.day-trip .img-area {
    width: 100%;
}

.day-trip .text-area {
    width: 100%;
    margin-top: 24px;
    padding: 0;
}

.day-trip .slider-title {
    font-size: 18px;
    font-weight: 700;
}

.day-trip .slider-text {
    margin-top: 16px;
    font-size: 14px;
}

.day-trip .btn-wrap {
    margin-top: 24px;
}

.day-trip .btn {
    width: 100%;
    padding: 16px;
    border-radius: 50px;
    background-color: #171716;
    box-shadow: 4px 4px 0 0 rgba(0, 0, 0, .15);
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    transition: background-color .3s;
}

.day-trip .btn span {
    position: relative;
}

.day-trip .btn span::before {
    width: 14px;
    height: 14px;
    background-image: url(../../common/img/arrow_w.svg);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    content: "";
    top: 50%;
    right: -24px;
    transition: transform .3s;
    transform: translate(0, -50%);
}

.day-trip .btn:hover {
    background-color: #58bae4;
}

.day-trip .btn:hover span::before {
    transform: translate(5px, -10px);
}

.day-trip .slick-dots li.slick-active:hover img {
    border: 4px solid var(--purple);
}

.day-trip .slick-dots li img {
    border: 4px solid var(--purple);
}

/*================================================================
# ペット同伴
================================================================ */
.with-pet {
    margin-top: 64px;
    position: relative;
}

.with-pet .wrap {
    width: 100%;
    margin: 0 calc(50% - 50vw);
    padding-left: 24px;
    position: relative;
}

.with-pet .wrap::before {
    width: calc(50vw + 50%);
    height: 100%;
    border-radius: 0 160px 0 0;
    background-color: var(--dark-green);
    position: absolute;
    content: "";
    top: 0;
    left: calc(-50vw + 50%);
    display: block;
    z-index: -1;
}

.with-pet .inner {
    padding: 40px 24px 40px 0;
    position: relative;
}

.with-pet__title {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    text-align: center;
}

.with-pet__title-en {
    margin-top: 8px;
    font-family: var(--text-en);
    font-size: 48px;
    font-weight: 800;
    line-height: 1;
    color: #fff;
    text-align: center;
}

.with-pet .with-pet_img01 {
    width: 140px;
    position: absolute;
    top: -18px;
    left: -16px;
}

.with-pet .with-pet_img02 {
    width: 60px;
    position: absolute;
    top: 26px;
    right: 43px;
}

.with-pet .with-pet_img03 {
    width: 200px;
    position: absolute;
    bottom: -30px;
    left: -85px;
    z-index: -1;
}

.with-pet .with-pet_img04 {
    width: 50px;
    position: absolute;
    right: 72px;
    bottom: 14px;
}

.with-pet .no-slider {
    margin: 24px auto 0;
    position: relative;
}

.with-pet .slick-slider {
    margin-top: 0;
}

.with-pet .slider-container {
    margin: 0;
    padding: 40px;
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
}

.with-pet .img-area {
    width: 100%;
}

.with-pet .text-area {
    width: 100%;
    margin-top: 24px;
    padding: 0;
}

.with-pet .slider-title {
    font-size: 18px;
    font-weight: 700;
}

.with-pet .slider-text {
    margin-top: 16px;
    font-size: 14px;
}

.with-pet .btn-wrap {
    margin-top: 24px;
}

.with-pet .btn {
    width: 100%;
    padding: 16px;
    border-radius: 50px;
    background-color: #171716;
    box-shadow: 4px 4px 0 0 rgba(0, 0, 0, .15);
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    transition: background-color .3s;
}

.with-pet .btn span {
    position: relative;
}

.with-pet .btn span::before {
    width: 14px;
    height: 14px;
    background-image: url(../../common/img/arrow_w.svg);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    content: "";
    top: 50%;
    right: -24px;
    transition: transform .3s;
    transform: translate(0, -50%);
}

.with-pet .btn:hover {
    background-color: #58bae4;
}

.with-pet .btn:hover span::before {
    transform: translate(5px, -10px);
}

.with-pet .slick-dots li.slick-active:hover img {
    border: 4px solid var(--dark-green);
}

.with-pet .slick-dots li:not(:hover) img {
    border: 4px solid var(--dark-green);
}

/*================================================================
# ワーケーション
================================================================ */
.workation {
    margin-top: 64px;
    position: relative;
}

.workation .wrap {
    width: 100%;
    margin: 0 calc(50% - 50vw);
    padding-left: 24px;
    position: relative;
}

.workation .wrap::before {
    width: calc(50vw + 50%);
    height: 100%;
    border-radius: 160px 0 0 0;
    background-color: var(--light-blue);
    position: absolute;
    content: "";
    top: 0;
    right: calc(-50vw + 50%);
    display: block;
    z-index: -1;
}

.workation .inner {
    padding: 40px 24px 40px 0;
    position: relative;
}

.workation__title {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    text-align: center;
}

.workation__title-en {
    margin-top: 8px;
    font-family: var(--text-en);
    font-size: 48px;
    font-weight: 800;
    line-height: 1;
    color: #fff;
    text-align: center;
}

.workation .workation_img01 {
    width: 60px;
    position: absolute;
    top: 21px;
    left: 23px;
}

.workation .workation_img02 {
    width: 130px;
    position: absolute;
    top: -19px;
    right: 5px;
}

.workation .workation_img03 {
    width: 219px;
    position: absolute;
    bottom: -20px;
    left: -94px;
    z-index: -1;
}

.workation .workation_img04 {
    width: 90px;
    position: absolute;
    right: 24px;
    bottom: 288px;
}

.workation .no-slider {
    margin: 24px 8px 0 0;
    position: relative;
}

.workation .slick-slider {
    margin-top: 0;
}

.workation .slider-container {
    margin: 0;
    padding: 40px;
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
}

.workation .img-area {
    width: 100%;
}

.workation .text-area {
    width: 100%;
    margin-top: 24px;
    padding: 0;
}

.workation .slider-title {
    font-size: 18px;
    font-weight: 700;
}

.workation .slider-text {
    margin-top: 16px;
    font-size: 14px;
}

.workation .btn-wrap {
    margin-top: 24px;
}

.workation .btn {
    width: 100%;
    padding: 16px;
    border-radius: 50px;
    background-color: #171716;
    box-shadow: 4px 4px 0 0 rgba(0, 0, 0, .15);
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    transition: background-color .3s;
}

.workation .btn span {
    position: relative;
}

.workation .btn span::before {
    width: 14px;
    height: 14px;
    background-image: url(../../common/img/arrow_w.svg);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    content: "";
    top: 50%;
    right: -24px;
    transition: transform .3s;
    transform: translate(0, -50%);
}

.workation .btn:hover {
    background-color: #58bae4;
}

.workation .btn:hover span::before {
    transform: translate(5px, -10px);
}

.workation .slick-dots li.slick-active:hover img {
    border: 4px solid var(--light-blue);
}

.workation .slick-dots li:not(:hover) img {
    border: 4px solid var(--light-blue);
}