@charset "UTF-8";

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

/*============================
.intro
============================*/
.intro {
    padding: 40px 0 150px;
    background: url(../img/intro_bg.png) no-repeat center bottom;
}

.intro .container {
    position: relative;
}

.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: 8px;
    font-size: 14px;
}

.intro .intro_img01 img {
    border-radius: 40px 40px 0 0;
}

.intro .intro_img02 {
    width: calc(344px / 1.5);
    position: absolute;
    top: -174px;
    right: -95px;
    transform: scale(-1, 1);
}

.intro .intro_img03 {
    width: calc(355px / 1.5);
    position: absolute;
    top: -5px;
    left: -128px;
}

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

スライダー、共通box

------------------------*/
.box-title {
    position: absolute;
    top: -10px;
    left: 0;
    font-family: var(--text-en);
    font-size: 64px;
    font-weight: 800;
    line-height: 64px;
    color: rgb(53, 144, 50);
}

.slider {
    opacity: 0;
    transition: opacity .3s linear;
}

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

.box,
.slider {
    width: 100%;
    margin: auto;
    position: relative;
}

.slider02 {
    width: 100%;
    margin: auto;
    opacity: 0;
    transition: opacity .3s linear;
}

.slick-track {
    display: flex !important;
}

.slick-slide {
    height: auto !important;
}

.slider01 .slick-list {
    box-shadow: var(--img-shadow);
    overflow: visible;
}

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

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

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

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

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

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

.slider .slick-prev:hover,
.slider .slick-next:hover {
    background-color: #58bae4;
}

.slider .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;
}

.slider .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);
}

.slider01 .slick-dots {
    list-style: none;
    width: calc(100% + 48px);
    margin: calc(50% - 50vw);
    padding: 0 16px 32px;
    bottom: -56px;
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
}

.slider02 .slick-dots {
    list-style: none;
    width: 100%;
}

.slider .slick-dots li {
    width: auto;
    list-style: none;
    flex-shrink: 0;
}

.scroll_content::-webkit-scrollbar {
    height: 12px;
}

.scroll_content::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background: #aaa;
}

.scroll_content::-webkit-scrollbar-track {
    border-radius: 6px;
    background: #ddd;
}

.slider .slick-dots li span {
    padding: 4px 16px;
    border-radius: 35px;
    background-color: #fff;
    box-shadow: 2px 2px 0 0 rgba(0, 0, 0, .15);
    position: relative;
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: var(--green);
    transition: .2s;
}

.slider .slick-dots li.slick-active span {
    background-color: #b8e4b6;
    box-shadow: none;
}

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

.slider02 .slick-dots {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: -48px;
    display: flex;
    justify-content: center;
}

.slider02 .slick-dots li {
    width: 64px;
    height: 64px;
    margin-left: 0;
    border-radius: 50px;
    transition: .2s;
}

.slider02 .slick-dots li:hover {
    cursor: pointer;
    transform: scale(.95);
}

.slider02 .slick-dots li:hover img {
    border: 4px solid #fff;
}

.slider02 .slick-dots li.slick-active:hover {
    transform: scale(1);
}

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

.slider02 .slick-dots li img {
    width: 64px;
    height: 64px;
    border: 4px solid var(--green);
    border-radius: 50px;
    object-fit: cover;
    transition: .3s;
    transform: scale(.95);
}

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

/*================================================================
# contents-wrap　・　共通スタイル
================================================================ */
.contents-wrap {
    background-color: #faf8ee;
}

.ticker-text {
    width: 100%;
    opacity: .5;
    position: absolute;
    top: 0;
    overflow: hidden;
    font-family: var(--text-en);
    font-size: 160px;
    font-weight: 700;
    line-height: 160px;
    color: var(--green);
    white-space: nowrap;
}

.ticker-text ul {
    margin: 0;
    padding: 0;
    display: inline-block;
    animation: ticker-text_ul 80s linear infinite;
}

@keyframes ticker-text_ul {
    0% {
        transform: translateX(4px);
    }

    100% {
        transform: translateX(-100%);
    }
}

.ticker-text li {
    display: inline-block;
}

.contents-wrap .box__sub-title {
    font-weight: 700;
    color: #7a7870;
}

.contents-wrap .box__title {
    margin-top: 8px;
    font-size: 24px;
    font-weight: 700;
}

.contents-wrap .box__title span {
    margin-right: 8px;
    font-size: 20px;
}

.contents-wrap .box__text {
    margin-top: 16px;
    font-size: 14px;
}

.contents-wrap .box__price {
    text-align: right;
}

.contents-wrap .box-container {
    height: 100%;
    margin: 0 8px;
    padding: 24px;
    background-color: #fff;
    box-shadow: 16px 16px 0 0 rgba(0, 0, 0, .15);
}

.contents-wrap .box .text-area {
    margin-top: 24px;
}

.contents-wrap .box__price-title {
    margin-top: 24px;
    font-size: 14px;
}

.contents-wrap .box__price {
    margin-top: 8px;
    font-size: 14px;
    font-weight: 700;
}

.contents-wrap .box__price span {
    font-size: 24px;
}

.contents-wrap .btn-wrap {
    margin: 16px 0 0 0;
    display: flex;
    justify-content: center;
}

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

.contents-wrap .btn span {
    position: relative;
}

.contents-wrap .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%);
}

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

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

/*================================================================
# ロビー・ラウンジ
================================================================ */
.lobby-lounge {
    margin-top: -80px;
    position: relative;
}

.lobby-lounge .title-area {
    position: relative;
}

.lobby-lounge .lobby-lounge_illust01 {
    display: none;
}

.lobby-lounge .lobby-lounge_illust02 {
    display: none;
}

.lobby-lounge .title-area__sub-title {
    font-size: 16px;
    font-weight: 700;
    color: var(--pink);
    text-align: center;
}

.lobby-lounge .title-area__title {
    margin-top: 8px;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
}

.lobby-lounge .title-area__text {
    margin-top: 16px;
    font-size: 14px;
    line-height: 2;
    text-align: center;
}

.lobby-lounge .container {
    margin: 40px 0 0 -24px;
    display: flex;
    justify-content: center;
}

.lobby-lounge .card {
    margin-left: 24px;
}

.lobby-lounge .card__subtitle {
    margin-top: 24px;
    font-weight: 700;
}

.lobby-lounge .card__title {
    font-size: 24px;
    font-weight: 700;
    color: var(--pink);
}

.lobby-lounge .card__body {
    margin-top: 8px;
    font-size: 14px;
    color: var(--gray);
}

.lobby-lounge .inner {
    margin-top: 40px;
    padding: 40px 0 64px;
    position: relative;
}

.lobby-lounge .inner::before {
    width: calc(50vw + 50% + 24px);
    height: 100%;
    border-radius: 0 160px 0 0;
    background-color: var(--pink);
    position: absolute;
    content: "";
    top: 0;
    left: calc(-50vw + 50%);
    display: block;
    z-index: 0;
}

.lobby-lounge .box-title {
    color: #c85760;
}

.lobby-lounge .btn-wrap .btn {
    width: 100%;
}

.lobby-lounge .lobby-lounge_illust03 {
    display: none;
}

.lobby-lounge .lobby-lounge_illust04 {
    display: none;
}

.lobby-lounge .slider .slick-dots li span {
    color: var(--pink);
}

.lobby-lounge .slider .slick-dots li.slick-active span {
    background-color: #ebb2b7;
}

/*================================================================
#貸切風呂“なごみ”
================================================================ */
.private-bath {
    margin-top: 64px;
    position: relative;
}

.private-bath .title-area {
    position: relative;
}

.private-bath .private-bath_illust01 {
    width: calc(323px / 1.5);
    position: absolute;
    top: -49px;
    right: -130px;
}

.private-bath .private-bath_illust02 {
    width: calc(284px / 1.5);
    position: absolute;
    top: 168px;
    left: -145px;
    z-index: 2;
    transform: scale(-1, 1);
}

.private-bath .title-area__sub-title {
    font-size: 16px;
    font-weight: 700;
    color: var(--green);
    text-align: center;
}

.private-bath .title-area__title {
    margin-top: 8px;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
}

.private-bath .title-area__text {
    margin-top: 16px;
    font-size: 14px;
    line-height: 2;
    text-align: center;
}

.private-bath .btn-wrap {
    position: relative;
    justify-content: center;
    z-index: 2;
}

.private-bath .inner {
    margin-top: 40px;
    padding: 40px 0;
    position: relative;
}

.private-bath .inner::before {
    width: calc(50vw + 50% + 24px);
    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: 0;
}

.private-bath .slider {
    position: relative;
    z-index: 2;
}

.private-bath .private-bath_illust03 {
    width: calc(255px / 1.5);
    position: absolute;
    bottom: -26px;
    left: -53px;
}

.private-bath .private-bath_illust04 {
    width: calc(366px / 1.5);
    position: absolute;
    right: -75px;
    bottom: -26px;
}

/*================================================================
# お食事処“彩あい亭”
================================================================ */
.restaurant {
    margin-top: 64px;
    position: relative;
}

.restaurant .title-area {
    position: relative;
}

.restaurant .restaurant_illust01 {
    display: none;
}

.restaurant .restaurant_illust02 {
    display: none;
}

.restaurant .title-area__sub-title {
    font-size: 16px;
    font-weight: 700;
    color: var(--purple);
    text-align: center;
}

.restaurant .title-area__title {
    margin-top: 8px;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
}

.restaurant .title-area__text {
    margin-top: 16px;
    font-size: 14px;
    line-height: 2;
    text-align: center;
}

.restaurant .inner {
    margin-top: 40px;
    padding: 40px 0;
    position: relative;
}

.restaurant .inner::before {
    width: calc(50vw + 50% + 24px);
    height: 100%;
    border-radius: 0 160px 0 0;
    background-color: var(--purple);
    position: absolute;
    content: "";
    bottom: 0;
    left: calc(-50vw + 50%);
    display: block;
    z-index: 0;
}

.restaurant .box-title {
    color: #ae5283;
}

.restaurant .container {
    margin: 40px 0 0 -24px;
    position: relative;
    display: flex;
    justify-content: center;
}

.restaurant .card {
    margin-left: 24px;
}

.restaurant .restaurant_illust03 {
    width: calc(231px / 1.5);
    position: absolute;
    right: -57px;
    bottom: -41px;
}

.restaurant .restaurant_illust04 {
    width: calc(169px / 1.5);
    position: absolute;
    top: 24px;
    right: -15px;
}

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

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

/*================================================================
# 和宴会場＆コンベンション
================================================================ */
.banquet {
    margin-top: 64px;
    position: relative;
}

.banquet .title-area {
    position: relative;
}

.banquet .banquet_illust01 {
    width: calc(157px / 1.5);
    position: absolute;
    bottom: -41px;
    left: -42px;
}

.banquet .banquet_illust02 {
    width: calc(199px / 1.5);
    position: absolute;
    right: -76px;
    bottom: -41px;
}

.banquet .title-area__sub-title {
    font-size: 16px;
    font-weight: 700;
    color: var(--blue);
    text-align: center;
}

.banquet .title-area__title {
    margin-top: 8px;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
}

.banquet .title-area__text {
    margin-top: 16px;
    font-size: 14px;
    line-height: 2;
    text-align: center;
}

.banquet .inner {
    margin-top: 40px;
    padding: 40px 0;
    position: relative;
}

.banquet .inner::before {
    width: calc(50vw + 50% + 24px);
    height: 100%;
    border-radius: 0 160px 0 0;
    background-color: var(--blue);
    position: absolute;
    content: "";
    bottom: 0;
    left: calc(-50vw + 50%);
    display: block;
    z-index: 0;
}

.banquet .box-title {
    color: #ae5283;
}

.banquet .container {
    margin: 40px 0 0 -24px;
    position: relative;
    display: flex;
    justify-content: center;
}

.banquet .card {
    margin-left: 24px;
}

.banquet .banquet_illust03 {
    width: calc(304px / 1.5);
    position: absolute;
    bottom: -22px;
    left: -123px;
}

.banquet .banquet_illust04 {
    width: calc(143px / 1.5);
    position: absolute;
    right: -52px;
    bottom: 24px;
}

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

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

/*================================================================
# 温泉リゾート旅館からMICSのご提案
================================================================ */
.mice {
    margin-top: 64px;
    position: relative;
}

.mice .title-area {
    position: relative;
}

.mice .mice_illust01 {
    width: calc(195px / 1.5);
    position: absolute;
    top: -31px;
    left: -35px;
}

.mice .mice_illust02 {
    width: calc(308px / 1.5);
    position: absolute;
    top: -60px;
    right: -154px;
}

.mice .title-area__sub-title {
    font-size: 16px;
    font-weight: 700;
    color: var(--yellow);
    text-align: center;
}

.mice .title-area__title {
    margin-top: 8px;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
}

.mice .title-area__text {
    margin-top: 16px;
    font-size: 14px;
    line-height: 2;
    text-align: center;
}

.mice .inner {
    margin-top: 40px;
    padding: 40px 0;
    position: relative;
}

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

.mice .box-title {
    color: #ae5283;
}

.mice .container {
    margin: 40px 0 0 -24px;
    position: relative;
    display: flex;
    justify-content: center;
}

.mice .card {
    margin-left: 24px;
}

.mice .mice_illust03 {
    width: calc(273px / 1.6);
    position: absolute;
    bottom: -26px;
    left: -97px;
}

.mice .mice_illust04 {
    width: calc(103px / 1.5);
    position: absolute;
    right: -15px;
    bottom: 24px;
}

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

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

/*================================================================
# 温泉バーベキューガーデン
================================================================ */
.bbq {
    margin-top: 64px;
    position: relative;
}

.bbq .title-area {
    position: relative;
}

.bbq .bbq_illust01 {
    width: calc(163px / 1.5);
    position: absolute;
    top: 4px;
    left: -71px;
}

.bbq .bbq_illust02 {
    width: calc(434px / 1.5);
    position: absolute;
    top: -41px;
    right: -254px;
}

.bbq .title-area__sub-title {
    font-size: 16px;
    font-weight: 700;
    color: var(--light-blue);
    text-align: center;
}

.bbq .title-area__title {
    margin-top: 8px;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
}

.bbq .title-area__text {
    margin-top: 16px;
    font-size: 14px;
    line-height: 2;
    text-align: center;
}

.bbq .inner {
    margin-top: 40px;
    padding: 40px 0;
    position: relative;
}

.bbq .inner::before {
    width: calc(50vw + 50% + 24px);
    height: 100%;
    border-radius: 0 160px 0 0;
    background-color: var(--light-blue);
    position: absolute;
    content: "";
    bottom: 0;
    left: calc(-50vw + 50%);
    display: block;
    z-index: 0;
}

.bbq .box-title {
    color: #ae5283;
}

.bbq .container {
    margin: 40px 0 0 -24px;
    position: relative;
    display: flex;
    justify-content: center;
}

.bbq .card {
    margin-left: 24px;
}

.bbq .bbq_illust03 {
    width: calc(248px / 1.6);
    position: absolute;
    bottom: -54px;
    left: 0px;
}

.bbq .bbq_illust04 {
    width: calc(266px / 1.5);
    position: absolute;
    right: 6px;
    bottom: -62px;
}

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

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

/*================================================================
# エステ季さら
================================================================ */
.esthetic {
    margin-top: 100px;
    position: relative;
}

.esthetic .title-area {
    position: relative;
}

.esthetic .esthetic_illust01 {
    width: calc(239px / 1.5);
    position: absolute;
    top: -51px;
    left: -101px;
}

.esthetic .esthetic_illust02 {
    width: calc(434px / 1.6);
    position: absolute;
    top: -192px;
    right: -211px;
}

.esthetic .title-area__sub-title {
    font-size: 16px;
    font-weight: 700;
    color: var(--orange);
    text-align: center;
}

.esthetic .title-area__title {
    margin-top: 8px;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
}

.esthetic .title-area__text {
    margin-top: 16px;
    font-size: 14px;
    line-height: 2;
    text-align: center;
}

.esthetic .inner {
    margin-top: 40px;
    padding: 40px 0;
    position: relative;
}

.esthetic .inner::before {
    width: calc(50vw + 50% + 24px);
    height: 100%;
    border-radius: 0 160px 0 0;
    background-color: var(--orange);
    position: absolute;
    content: "";
    bottom: 0;
    left: calc(-50vw + 50%);
    display: block;
    z-index: 0;
}

.esthetic .box-title {
    color: #ae5283;
}

.esthetic .container {
    margin: 40px 0 0 -24px;
    position: relative;
    display: flex;
    justify-content: center;
}

.esthetic .card {
    margin-left: 24px;
}

.esthetic .esthetic_illust03 {
    width: calc(273px / 1.6);
    position: absolute;
    bottom: -22px;
    left: -92px;
}

.esthetic .esthetic_illust04 {
    width: calc(116px / 1.5);
    position: absolute;
    right: -11px;
    bottom: 24px;
}

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

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

/*================================================================
# 温泉リゾートライフ
================================================================ */
.etc {
    margin-top: 64px;
    position: relative;
}

.etc .title-area {
    position: relative;
}

.etc .etc_illust01 {
    width: calc(374px / 1.5);
    position: absolute;
    top: -42px;
    right: -156px;
    z-index: 2;
    transform: scale(-1, 1);
}

.etc .etc_illust02 {
    display: none;
}

.etc .title-area__sub-title {
    font-size: 16px;
    font-weight: 700;
    color: var(--dark-green);
    text-align: center;
}

.etc .title-area__title {
    margin-top: 8px;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
}

.etc .title-area__text {
    margin-top: 16px;
    font-size: 14px;
    line-height: 2;
    text-align: center;
}

.etc .inner {
    margin-top: 40px;
    padding: 40px 0 80px;
    position: relative;
}

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

.etc .box-title {
    color: #ae5283;
}

.etc .container {
    margin: 40px 0 0 -24px;
    position: relative;
    display: flex;
    justify-content: center;
}

.etc .card {
    margin-left: 24px;
}

.etc .etc_illust03 {
    display: none;
}

.etc .etc_illust04 {
    width: calc(380px / 1.5);
    position: absolute;
    top: -29px;
    left: -15px;
    transform: scale(-1, 1);
}

.etc .slider .slick-dots li span {
    color: var(--dark-green);
}

.etc .slider .slick-dots li.slick-active span {
    background-color: #b1cecc;
    color: var(--dark-green);
}

.etc .slider .slick-dots li.slick-active span:before {
    background-color: var(--dark-green);
}