@charset "UTF-8";

.second-layer .page-title .title span {
    color: var(--dark-green);
}

/*================================================================
#anchor
================================================================ */
.anchor .anchor__list {
    width: 100%;
    margin: 8px 0 0 0;
}

/*================================================================
.intro
================================================================ */
.intro .wrap {
    position: relative;
}

.intro .left {
    position: relative;
}

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

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

.intro .text {
    margin-top: 16px;
    line-height: 2;
}

.intro .intro__img01 {
    display: none;
}

.intro .intro__img02 {
    width: calc(219px / 1.5);
    position: absolute;
    right: 0px;
    bottom: -75px;
    z-index: 1;
}

/*================================================================
# おもてなし
================================================================ */
.omotenashi_illust01 {
    width: 726px;
    position: absolute;
    bottom: -31px;
    left: -601px;
    z-index: 2;
}

.omotenashi .box01 .info {
    margin: 16px 0 0;
    font-weight: 700;
    color: var(--pink);
}

/*================================================================
# section-title01
================================================================ */
.second-layer .section-title01__en {
    color: var(--dark-green);
}

.second-layer .section-title01__jp strong {
    font-size: 36px;
    color: var(--dark-green);
}

/*================================================================
.flow01
================================================================ */
.flow01 .swiper-pagination-main .swiper-pagination-bullet::before,
.flow01 .swiper-pagination-main .swiper-pagination-bullet::after {
    background-color: var(--dark-green);
}

.flow01 .swiper-pagination-main .swiper-pagination-bullet-active {
    color: var(--dark-green);
}

.flow01 .swiper-pagination-main .swiper-pagination-bullet-active::before {
    -webkit-box-shadow: 0 0 0 4px #f8f8f8, 0 0 0 7px var(--dark-green);
    box-shadow: 0 0 0 4px #f8f8f8, 0 0 0 7px var(--dark-green);
}

.flow01 .swiper-pagination-sub .swiper-pagination-bullet-active {
    background-color: var(--dark-green);
}

/*================================================================
.box01
================================================================ */
.second-layer .box01 {
    background-color: rgba(66, 135, 130, 0.15);
}

.second-layer .box01 .sub-title {
    color: var(--dark-green);
}

/*================================================================
# 露天風呂付客室・スタンダードツイン客室
================================================================ */
.slick-slider.slider02 .slick-dots .slick-active img {
    border: 4px solid var(--dark-green);
}

.slider-wrap {
    position: relative;
}

.open-air-bath_illust01 {
    display: none;
}

.open-air-bath_illust02 {
    display: none;
}

.standard-twin_illust01 {
    display: none;
}

.standard-twin_illust02 {
    display: none;
}

.open-air-bath .slider-wrap,
.standard-twin .slider-wrap {
    margin: 0 calc(50% - 50vw);
}

.slick-slider.slider02 .slick-img img {
    border-radius: 0;
}

.slick-prev,
.slick-next {
    margin: auto;
    top: 0;
    bottom: 0;
}

.slick-next {
    right: -0px;
}

.slick-prev {
    left: -0px;
}

.open-air-bath .container,
.standard-twin .container {
    margin-top: 56px;
}

.open-air-bath .left,
.standard-twin .left {
    position: relative;
}

.open-air-bath .circle,
.standard-twin .circle {
    width: 636px;
    position: absolute;
    top: -332px;
    left: -242px;
    z-index: -1;
}

.standard-twin .circle {
    width: 636px;
    position: absolute;
    top: -332px;
    left: -242px;
    z-index: -1;
}

.section-wrap .title {
    font-size: 24px;
    font-weight: 700;
}

.section-wrap .text {
    margin-top: 24px;
    font-size: 14px;
    line-height: 2;
}

.section-wrap .note {
    margin-top: 24px;
    font-size: 12px;
    color: var(--gray);
}

.open-air-bath .right,
.standard-twin .right {
    width: 50%;
    margin: 40px auto 0;
    text-align: center;
}

.section-wrap .room-info {
    margin: 40px auto 0;
}

.section-wrap .room-info .room-info__title {
    font-size: 18px;
    font-weight: 700;
}

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

.room-info .dl-wrap dl {
    width: 100%;
    margin-top: 16px;
    display: flex;
    flex-wrap: wrap;
}

.room-info .dl-wrap dl dt {
    width: 100%;
    padding: 8px 16px;
    border-top: 3px solid var(--black);
    border-right: 3px solid var(--black);
    border-left: 3px solid var(--black);
    border-radius: 16px 16px 0 0;
    background-color: var(--dark-green);
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-align: center;
}

.room-info .dl-wrap dl dd {
    width: 100%;
    padding: 8px 16px;
    border-top: 2px solid var(--black);
    border-right: 3px solid var(--black);
    border-bottom: 3px solid var(--black);
    border-left: 3px solid var(--black);
    border-radius: 0 0 16px 16px;
    background-color: #faf8ed;
    font-size: 14px;
}

.section-wrap .room-info .room-info__text {
    margin-top: 16px;
    font-size: 14px;
}

.standard-twin {
    padding: 0 0 240px;
    background: url(../img/with-pets/intro_bg.png) no-repeat center bottom;
}

/*============================
.user-guide
============================*/
.user-guide {
    margin-top: -40px;
    padding: 0 0 80px;
    background: #faf8ed;
}

.user-guide .inner {
    margin: 0 auto 64px;
}

.user-guide .section-title-en {
    font-family: var(--text-en);
    font-weight: 800;
    line-height: 1;
    color: var(--dark-green);
    text-align: center;
}

.user-guide .section-title {
    margin-top: 2px;
    font-size: 32px;
    font-weight: 700;
    text-align: center;
}

.user-guide .section-title strong {
    display: block;
}

.user-guide .section-title span {
    margin-top: 16px;
    position: relative;
    font-size: 20px;
}

.user-guide .section-title span:before {
    width: 100%;
    height: 3px;
    background-color: var(--dark-green);
    position: absolute;
    content: '';
    bottom: -8px;
    left: 0;
}

.user-guide .unit01 {
    margin-top: 40px;
    padding: 40px;
    border-radius: 80px;
    background-color: #fff;
    position: relative;
}

.user-guide .unit01__title {
    text-align: center;
}

.user-guide .unit01__title span {
    padding: 12px 32px;
    border-radius: 40px;
    background-color: #c38544;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
}

.user-guide .unit01__sub-title {
    font-size: 24px;
    font-weight: 700;
    color: var(--dark-green);
}

.user-guide .unit01 .unit01__sub-title:nth-of-type(n+2) {
    margin-top: 48px;
}

.user-guide .unit01__sub-title span {
    position: relative;
}

.user-guide .unit01__sub-title span::before {
    width: 80px;
    height: 3px;
    background-color: var(--dark-green);
    position: absolute;
    content: '';
    bottom: -16px;
    left: 0;
}

.user-guide .unit01__sub-title span small {
    margin-right: 8px;
    font-size: 20px;
}

.user-guide .unit01__ol {
    margin: 40px 0 0;
    padding-left: 1em;
    padding: 0;
    list-style: none;
    counter-reset: li;
    position: relative;
    font-weight: 700;
}

.user-guide .unit01__ol li {
    margin: 16px 0 0 1em;
    padding: 0;
    position: relative;
}

.user-guide .unit01__ol>li:before {
    width: 24px;
    height: 24px;
    padding: 0;
    counter-increment: li;
    border-radius: 100%;
    background: var(--dark-green);
    position: absolute;
    content: counter(li) "";
    top: 2px;
    left: -34px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: bold;
    line-height: 0;
    color: #fff;
    text-align: center;
    box-sizing: border-box;
}

.user-guide .unit01__ol_ol {
    margin: 8px 0;
    padding-left: 2em;
    list-style-type: decimal;
    font-size: 14px;
    font-weight: 400;
}

.user-guide .unit01__ol_ol li {
    margin: 4px 0 0;
}

.user-guide .user-guide_img01 {
    display: none;
}

.user-guide .user-guide_img02 {
    display: none;
}

.user-guide .user-guide_img03 {
    position: absolute;
    bottom: 238px;
    left: -324px;
}

.user-guide .user-guide_img04 {
    position: absolute;
    right: -251px;
    bottom: -11px;
}

.user-guide {
    padding: 0;
    background: #faf8ed;
    position: relative;
}

.user-guide .intro_bg {
    background-color: #fff;
}

.user-guide .intro_bg img {
    transform: scale(1, -1);
}

/*================================================================
.plan
================================================================ */
.section-plan .wrap::before {
    background-color: var(--dark-green);
}

.plan__title-area .plan-title-en {
    color: var(--dark-green);
}

.section-plan .box .box__tag {
    color: var(--dark-green);
}

.plan_illust01 {
    width: calc(156px / 2);
    position: absolute;
    top: -78px;
    left: -24px;
    z-index: 1;
}

.plan_illust02 {
    display: none;
}

.plan_illust03 {
    width: calc(312px / 2);
    position: absolute;
    top: -175px;
    right: -3px;
    z-index: 1;
}

/*============================
.notification
============================*/
.notification {
    padding: 80px 0 16px;
    background-color: #fff;
}

.notification .inner {
    margin: auto;
}

.notification .section-title-en {
    font-family: var(--text-en);
    font-weight: 800;
    line-height: 1;
    color: var(--dark-green);
    text-align: center;
}

.notification .section-title {
    margin-top: 2px;
    font-size: 28px;
    font-weight: 700;
    text-align: center;
}

.notification .section-title span {
    position: relative;
}

.notification .section-title span:before {
    width: 100%;
    height: 3px;
    background-color: var(--dark-green);
    position: absolute;
    content: '';
    bottom: -8px;
    left: 0;
}

.notification .top {
    position: relative;
}

.notification .notification_img01 {
    margin-top: 40px;
}

.notification .top__text {
    margin-top: 16px;
    font-size: 20px;
    font-weight: 700;
    line-height: 2;
    text-align: center;
}

.notification .top__text a {
    font-weight: 700;
    color: var(--light-blue);
    text-decoration: underline;
}

.notification .top__text a:hover {
    text-decoration: none;
}

.notification .top__text strong {
    color: var(--pink);
}

.notification .notification_illust01 {
    display: none;
}

.notification .notification_illust02 {
    display: none;
}

.notification .pet-ban {
    margin: 40px 0 0;
    text-align: center;
}