@charset "utf-8";

/* ==========================================
enjoy-guide01
========================================== */

.enjoy-guide01 {
    max-width: 192rem;
    width: 100%;
    margin: 0 auto;
    padding: 13rem 0 9rem;
    background: var(--secondary);
}

.enjoy-guide01-container {
	margin: 0 auto;
    max-width: 150rem;
    width: 100%;
}

.enjoy-guide01-container .title02 {
    text-align: center;
}

.enjoy-guide01-illust-set01 {
    max-width: 94.7rem;
    width: 100%;
    margin: 4rem auto 0;
    display: flex;
    justify-content: space-between;
}

.enjoy-guide01-illust01 {
    max-width: 40.9rem;
    width: 43.2%;
}

.enjoy-guide01-illust02 {
    max-width: 40.4rem;
    width: 42.7%;
}

.enjoy-guide01-illust-set02 {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.enjoy-guide01-illust03 {
    max-width: 40.9rem;
    width: 27.3%;
}

.enjoy-guide01-illust04 {
    max-width: 38.6rem;
    width: 25.8%;
}

.enjoy-guide01-text-area {
    max-width: 75.5rem;
    width: 100%;
    margin: -17% auto 0;
}

.enjoy-guide01-text-area .title01 {
    text-align: center;
}

.enjoy-guide01-container .title02 br {
    display: none;
}

.enjoy-guide01-deco {
    margin: 0 2rem 0 0;
    font-size: 3.8rem;
    line-height: 1.37em;
    text-decoration: underline;
    text-decoration-thickness: 1.5rem;
    text-decoration-color: var(--primary);
    text-underline-offset: -0.4rem;
    text-decoration-skip-ink: none;
    position: relative;
    top: 0.6rem;
}

.enjoy-guide01-text-box {
    margin: 6rem 0 0;
    text-align: center;
}

/* ==========================================
enjoy-guide02
========================================== */

.enjoy-guide02 {
    max-width: 192rem;
    width: 100%;
    margin: 0 auto;
    padding: 7rem 0 0;
}

.enjoy-guide02-container {
    padding: 0 1.5rem 0 0;
}

.enjoy-guide02-container .common-title-area {
    position: relative;
}

.enjoy-guide02-title-illust {
    max-width: 13.2rem;
    width: 7%;
    position: absolute;
    top: 0;
    left: 24%;
}

.enjoy-guide02-area {
    max-width: 159rem;
    width: 100%;
    margin: 8rem auto 0 0;
    display: flex;
    justify-content: space-between;
}

.sl-fd {
    max-width: 85rem;
    width: 53.5%;
}

.enjoy-guide02-set {
    max-width: 63rem;
    width: 39.6%;
}

.sl-thumb {
    max-width: 45rem;
    width: 100%;
}

.sl-thumb .slick-track {
    width: 100% !important; 
    display: block !important;
    transform: none !important;
}

.sl-text .slick-track {
    width: 100%;
}

.sl-thumb .slick-track .slick-slide {
    width: 100% !important;
    font-size: 2.2vw;
    position: relative;
    transition: all .3s;
}

.sl-thumb .slick-track .slick-slide::before {
    content: "";
    /* border-left: 11px solid rgba(0, 0, 0, 0);
    border-right: 11px solid rgba(0, 0, 0, 0);
    border-top: 15px solid #196900; */
    display: block;
    max-width: 5.3rem;
    width: 100%;
    height: 4.6rem;
    background: url(../../../../uploads/enjoy_guide_arrow.png)center center / contain no-repeat;
    position: absolute;
    top: 1vw;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
}

.supports-hover .sl-thumb .slick-track .slick-slide:hover {
    opacity: 0.7;
}

.supports-hover .sl-thumb .slick-track .slick-slide:hover::before {
    opacity: 1;
    visibility: visible;
}

.sl-thumb .slick-track .slick-slide.slick-current::before {
    opacity: 1;
    visibility: visible;
}

.enjoy-guide02-title {
    padding: 2% 2% 2% 15%;
    font-size: 3.5rem;
    font-weight: 700;
    font-family: var(--font-family02);
    letter-spacing: 0.05em;
    border-bottom: 0.1rem solid;
}

.sl-text {
    margin: 6rem 0 0;
    position: relative;
}


.enjoy-guide02-text {
    padding: 3rem;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 2.2222em;
    background: var(--secondary);
}

/* ==========================================
enjoy-guide03
========================================== */

.enjoy-guide03 {
    max-width: 192rem;
    width: 100%;
    margin: 0 auto;
    padding: 17rem 0 0;
}

.enjoy-guide03-container {
    max-width: 138rem;
    width: 100%;
    margin: 0 auto;
}

.enjoy-guide-title-deco01 {
    max-width: 78rem;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.enjoy-guide-title-deco01::after {
    content: "";
    display: block;
    max-width: 7.5rem;
    width: 10.5%;
    height: 10.6rem;
    background: url(../../../../uploads/enjoy_guide_title_deco02.png)center center / contain no-repeat;
    position: absolute;
    right: 0;
    top: 0;
}

/* .enjoy-guide03-frame {
    margin: 4rem 0 0;
} */

.enjoy-guide03-block {
	padding: 9rem 0 0;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

/* .enjoy-guide03-block:first-child {
	margin: 0;
} */

.enjoy-guide03-block:nth-of-type(even) {
	flex-direction: row-reverse;
}

.enjoy-guide03-text-area {
    max-width: 70rem;
    width: 51%;
}

.enjoy-guide03-img-area {
    max-width: 63rem;
    width: 48%;
    position: relative;
}

.enjoy-guide03-img-box01 {
    width: 100%;
}

.enjoy-guide03-img-box02 {
    max-width: 58.2rem;
    width: 92.3%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.enjoy-guide03-dinner-box {
    max-width: 25.8rem;
    width: 100%;
}

.enjoy-guide03-dinner-illust {
    margin: -4rem 0 0;
}

.enjoy-guide03-dinner-box .title01 {
    text-align: center;
}

.enjoy-guide03-title-box01 {
    margin: 1rem 0 0;
}

.enjoy-guide03-title-line {
    font-size: 3.8rem;
    line-height: 1.37em;
    text-decoration: underline;
    text-decoration-thickness: 1.3rem;
    text-decoration-color: var(--primary);
    text-underline-offset: -0.4rem;
    text-decoration-skip-ink: none;
    position: relative;
}

.enjoy-guide03-title-box02 {
	margin: 1rem 0 0;
    display: flex;
    align-items: center;
    position: relative;
}

.enjoy-guide03-title01 {
    font-size: 4.9rem;
    font-weight: 700;
    font-family: var(--font-family02);
    letter-spacing: 0.05rem;
    color: var(--fifth);
}

.enjoy-guide03-title-box02::before {
    content: "";
    display: block;
    max-width: 34.9rem;
    width: 100%;
    height: 7.2rem;
    background: url(../../../../uploads/enjoy_guide_title_deco03.png)center center / contain no-repeat;
    position: absolute;
    left: -1.5rem;
    margin: auto;
	z-index: -1;
}

.enjoy-guide03-text-box01,
.enjoy-guide03-text-box02 {
	margin: 4rem 0 0;
}

.enjoy-guide03-bar-box {
    margin: 0 0 0 auto;
}

.enjoy-guide03-text-box03 {
    margin: 4rem 0 0;
}

.enjoy-guide03-text-box04 {
    margin: 3rem 0 0;
    padding: 3% 4%;
    width: 100%;
    border: 1px solid;
    isolation: isolate;
    position: relative;
}

.enjoy-guide03-point-text {
    padding: 0 1%;
    font-size: 2.2rem;
    font-weight: 700;
    font-family: var(--font-family02);
    position: absolute;
    top: -12%;
    left: 4%;
    display: inline-block;
}

.enjoy-guide03-point-text::before {
    content: "";
    display: block;
    width: 110%;
    height: 100%;
    background: var(--fifth);
    position: absolute;
    top: 0;
    bottom: 0;
    left: -2%;
    right: 0;
    margin: auto;
    z-index: -2;
}

.enjoy-guide03-point-text::after {
	content: "";
	display: block;
	width: 110%;
	height: 100%;
	background: url(../../../../uploads/body_bg.png)center center / cover no-repeat;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -2%;
    right: 0;
    margin: auto;
    z-index: -1;
}

.enjoy-guide03-point-text02 {
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.86666em;
}

/* ==========================================
enjoy-guide04
========================================== */

.enjoy-guide04 {
    max-width: 192rem;
    width: 100%;
    margin: 0 auto;
    padding: 15rem 0 12rem;
}

.enjoy-guide04-container {
    max-width: 76.5rem;
    width: 100%;
    margin: 0 auto;
}

.enjoy-guide04-area {
    padding: 3rem 0 0;
    background: var(--secondary);
}

.enjoy-guide04-block {
    max-width: 73.5rem;
    width: 100%;
    margin: 0 auto;
    padding: 0 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.enjoy-guide04-illust01 {
    max-width: 8.1rem;
    width: 11.5%;
}

.enjoy-guide04-title {
    margin: 0 2%;
    font-size: 3.5rem;
    font-weight: 700;
    font-family: var(--font-family02);
    letter-spacing: 0.05em;
    color: var(--fifth);
}

.enjoy-guide04-title span {
    font-size: 5rem;
    color: var(--base-font-color);
}

.enjoy-guide04-illust02 {
    width: 100%;
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <= 1920px) {


}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <= 1550px) {


    .enjoy-guide02-title-illust {
        left: 21%;
    }

}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <= 1024px) {


    .enjoy-guide01 {
        padding: 10rem 0 8rem;
    }

	.enjoy-guide01-text-area {
		max-width: 46rem;
	}

	.enjoy-guide01-deco {
		font-size: 3rem;
	}

    .enjoy-guide02-title-illust {
        left: 15%;
    }

	/* ==========================================
	enjoy-guide02
	========================================== */
    
    .enjoy-guide02-title {
        font-size: 2.5rem;
    }

    .sl-thumb .slick-track .slick-slide::before {
        max-width: 3.8rem;
        height: 3.1rem;
    }

    .enjoy-guide02-text {
        font-size: 1.4rem;
    }

	/* ==========================================
	enjoy-guide03
	========================================== */

    .enjoy-guide03 {
        padding: 13rem 0 0;
    }

	.enjoy-guide03-block {
		flex-direction: column-reverse;
	}

	.enjoy-guide03-block:nth-of-type(even) {
		flex-direction: column-reverse;
	}

	.enjoy-guide03-img-area {
		max-width: 63rem;
		width: 100%;
		margin: 0 auto;
	}

	.enjoy-guide03-text-area {
		margin: 4rem auto 0;
		max-width: 63rem;
		width: 100%;
	}

    .enjoy-guide03-text-box01,
    .enjoy-guide03-text-box02 {
        margin: 2rem 0 0;
    }

	/* ==========================================
	enjoy-guide04
	========================================== */

    .enjoy-guide04 {
        padding: 12rem 0 10rem;
    }

    .enjoy-guide04-title {
        font-size: 3rem;
    }

    .enjoy-guide04-title span {
        font-size: 4rem;
    }

}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <= 768px) {

    .enjoy-guide01 {
        padding: 8rem 0 6rem;
    }

	.enjoy-guide01-illust01 {
		width: 50%;
	}

	.enjoy-guide01-illust02 {
		width: 50%;
	}

	.enjoy-guide01-illust03 {
		width: 50%;
	}

	.enjoy-guide01-illust04 {
		width: 50%;
	}

	.enjoy-guide01-text-area {
		margin: -4rem auto 0;
		max-width: 76rem;
	}

    .enjoy-guide01-text-box {
        text-align: left;
    }

	/* ==========================================
	enjoy-guide02
	========================================== */

    .enjoy-guide02-container {
        padding: 0 1.5rem;
    }

    .enjoy-guide02-area {
        margin: 6rem 0 0;
        display: flex;
        flex-direction: column;
    }

    .sl-fd {
        margin: 0 auto 0;
        width: 100%;
        max-width: 100%;
        order: 1;
    }

    .enjoy-guide02-set {
        display: contents;
    }

    .sl-thumb {
        margin: 2rem auto 0;
        order: 2;
    }

    .sl-text {
        margin: 4rem 0 0;
        order: 3;
    }

    
    .sl-thumb .slick-track .slick-slide::before {
        max-width: 2.3rem;
        width: 100%;
        height: 2.6rem;
        background: url(../../../../uploads/enjoy_guide_arrow_bottom.png)center center / contain no-repeat;
        top: 2.3vw;
    }

    .enjoy-guide02-title-illust {
        width: 11%;
        left: 5%;
    }

	/* ==========================================
	enjoy-guide03
	========================================== */

    .enjoy-guide03 {
        padding: 4rem 0 0;
    }

	/* ==========================================
	enjoy-guide04
	========================================== */

    .enjoy-guide04 {
        padding: 8rem 0 8rem;
    }

}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <= 576px) {


	.enjoy-guide01-deco {
		font-size: 2.6rem
	}

	.enjoy-guide01-text-area {
		margin: 0 auto 0;
	}

    .enjoy-guide01-container .title02 br {
        display: block;
    }

    .enjoy-guide02-area {
        margin: 4rem 0 0;
    }

	/* ==========================================
	enjoy-guide03
	========================================== */

    .enjoy-guide03-title-box02::before {
        width: 60%;
    }

    .enjoy-guide03-title01 {
        font-size: 3.4rem;
    }

    .enjoy-guide03-title-line {
        font-size: 2.5rem;
        text-decoration-thickness: 0.8rem;
        text-underline-offset: -0.2rem;
    }

    .enjoy-guide03-point-text {
        font-size: 1.7rem;
    }

    .enjoy-guide03-point-text02 {
        font-size: 1.2rem;
    }

    .enjoy-guide03-dinner-box {
        max-width: 22.8rem;
    }

    .enjoy-guide03-block {
        padding: 6rem 0 0;
    }

	/* ==========================================
	enjoy-guide04
	========================================== */

    .enjoy-guide04-title {
        font-size: 1.6rem;
    }

    .enjoy-guide04-title span {
        font-size: 2.5rem;
    }

}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <= 414px) {

	.enjoy-guide01-deco {
		font-size: 2.4rem
	}

    .enjoy-guide02-title-illust {
        width: 11%;
        left: 0;
    }

    .enjoy-guide02-title {
        font-size: 2rem;
    }

    .enjoy-guide02-text {
        font-size: 1.2rem;
    }

	/* ==========================================
	enjoy-guide03
	========================================== */

    .enjoy-guide03-title-box02::before {
        width: 73%;
    }

    .enjoy-guide03-title-line {
        font-size: 2.1rem;
    }

    .enjoy-guide04-title {
        font-size: 1.6rem;
    }

    .enjoy-guide04-title span {
        font-size: 2.5rem;
    }

}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */