@charset "UTF-8";

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

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

.second-layer .section-title01__jp strong {
    font-size: 48px;
    color: var(--yellow);
}

/*================================================================
#anchor
================================================================ */
.anchor .anchor__list {
    width: calc(100% / 4 - 16px);
}

.anchor .anchor__list:nth-child(n + 5) {
    margin-top: 16px;
}

/*================================================================
.intro
================================================================ */
.intro {
    margin-top: -64px;
}

.intro .wrap {
    position: relative;
}

.intro .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.intro .left {
    width: 280px;
    position: relative;
}

.intro .right {
    width: 500px;
    padding-right: 64px;
}

.anchor .anchor__ul {
    margin-left: 0;
    flex-direction: column;
}

.anchor .anchor__list {
    width: 100%;
    margin: 0;
}

.anchor .anchor__list:nth-child(n + 2) {
    margin-top: 16px;
}

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

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

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

.intro .intro__img01 {
    position: absolute;
    bottom: -62px;
    left: 210px;
}

.intro .intro__img02 {
    position: absolute;
    right: -245px;
    bottom: -79px;
    z-index: 2;
}

/*================================================================
# お祝い旅ガイド
================================================================ */
.guide .slick-slider {
    margin: 0 auto;
}

.second-layer .container01 .number {
    color: var(--yellow);
}

.second-layer .container01 .text-area:before {
    background-color: var(--yellow);
}

.guide .slider-text {
    padding: 16px 24px;
    opacity: 0;
    border: 3px solid var(--black);
    border-radius: 100px;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 14px;
    font-weight: 700;
    transition: 1s;
}

.guide .slick-active .slider-text {
    opacity: 1;
    transform: translate(-16px, -40px);
}

.guide .slider-text:after,
.guide .slider-text:before {
    width: 0;
    height: 0;
    pointer-events: none;
    border: solid transparent;
    position: absolute;
    content: '';
    top: 100%;
    left: 50%;
}

.guide .slider-text:after {
    margin-left: -10px;
    border-color: rgba(255, 255, 255, 0);
    border-top-width: 20px;
    border-top-color: #ffffff;
    border-right-width: 10px;
    border-bottom-width: 20px;
    border-left-width: 10px;
}

.guide .slider-text:before {
    margin-top: 2px;
    margin-left: -12px;
    border-color: rgba(0, 0, 0, 0);
    border-top-width: 24px;
    border-top-color: #000000;
    border-right-width: 12px;
    border-bottom-width: 24px;
    border-left-width: 12px;
}

.guide .slick-list {
    overflow: visible !important;
}

.second-layer .container01 .text-area {
    min-height: 500px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.second-layer .container01 .text-area:before {
    width: calc(100% + 400px);
}

.second-layer .container01.reverse .text-area:before {
    right: -400px;
}

.guide_illust01 {
    position: absolute;
    bottom: -70px;
    left: -213px;
    z-index: 1;
}

.guide_illust02 {
    position: absolute;
    right: -252px;
    bottom: -12px;
}

.guide_illust03 {
    position: absolute;
    bottom: -16px;
    left: -166px;
    z-index: 1;
}

.guide_illust04 {
    position: absolute;
    right: -130px;
    bottom: -29px;
    z-index: 1;
}

.guide_illust05 {
    position: absolute;
    bottom: -102px;
    left: -272px;
}

.guide_illust06 {
    position: absolute;
    right: -278px;
    bottom: -56px;
}

/*================================================================
# 8つのおもてなし
================================================================ */
.benefit .wrap {
    position: relative;
}

.benefit .container {
    margin: 40px 0 0 -40px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: start;
}

.benefit .unit02 {
    margin-top: 64px;
}

.second-layer .box01 {
    padding: 40px;
    border-radius: 40px;
    background-color: rgba(220, 179, 70, 0.15);
}

.second-layer .box01 .number {
    margin: auto;
    top: -80px;
    left: 0;
    font-family: "Roboto";
    font-size: 80px;
    color: var(--yellow);
    letter-spacing: 0;
}

.second-layer .box01 .title {
    font-size: 20px;
}

.second-layer .box01 .title small {
    font-size: 14px;
}

.second-layer .box01 .middle {
    margin-top: 16px;
}

.second-layer .box01 .middle img {
    border-radius: 16px;
}

.second-layer .box01 .text {
    line-height: 1.618;
}

.second-layer .section-title02 .sub-title,
.second-layer .container02 .sub-title {
    font-family: "Roboto";
    font-size: 32px;
    color: var(--yellow);
    letter-spacing: 0;
}

.second-layer .section-title02 {
    justify-content: start;
}

.benefit .container .box01 {
    width: calc(100% / 3 - 40px);
    margin-left: 40px;
}

.benefit .container .box01:nth-of-type(3n-1) {
    margin-top: 40px;
}

.benefit .container .box01:nth-of-type(3n) {
    margin-top: 80px;
}

.benefit .container .box01:nth-last-of-type(2) {
    margin-top: 64px;
}

.benefit .container .box01:last-child {
    margin-top: 104px;
}

.benefit_illust01 {
    position: absolute;
    top: -255px;
    left: 68px;
}

.benefit_illust02 {
    position: absolute;
    top: -255px;
    right: 68px;
}

.benefit_illust03 {
    position: absolute;
    bottom: 24px;
    left: -125px;
}

.benefit_illust04 {
    position: absolute;
    right: -149px;
    bottom: -89px;
}

.benefit .inner {
    width: 960px;
    margin: 64px auto;
    padding: 64px;
    border-radius: 64px;
    background-color: rgba(220, 179, 70, 0.15);
}

.benefit .inner .section-title-en {
    margin-bottom: 4px;
    font-family: var(--text-en);
    font-weight: 800;
    line-height: 1;
    color: var(--yellow);
    text-align: center;
}

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

.benefit .inner .section-title span {
    position: relative;
}

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

.benefit .inner .unit01 {
    margin-top: 64px;
}

.benefit .inner .unit01__title {
    margin-top: -24px;
    text-align: center;
}

.benefit .inner .unit01__title span {
    width: 320px;
    margin: auto;
    padding: 10px 16px 8px;
    border-radius: 40px;
    background-color: var(--yellow);
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    text-align: center;
}

.benefit .inner .container {
    margin: 24px 0 0 -24px;
    display: flex;
    align-items: stretch;
}

.benefit .inner .container .left,
.benefit .inner .container .right {
    width: calc(50% - 24px);
    margin-left: 24px;
    padding: 0 48px 24px;
    border-radius: 40px;
    background-color: #fff;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.benefit .inner .container .list {
    margin: 24px 0 0 -16px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
}

.benefit .inner .container .list li {
    margin-left: 16px;
    font-size: 16px;
}

/*================================================================
# お食い初め
================================================================ */
.okuizome_illust01 {
    position: absolute;
    top: -121px;
    left: 24px;
    z-index: 1;
}

.okuizome_illust02 {
    position: absolute;
    top: -225px;
    right: 24px;
}

/*============================
人気のメニューでお子様料理も充実♪
============================*/
.kids-meal {
    padding: 80px 0 0;
    background-color: #fff;
}

.kids-meal .inner {
    width: 680px;
    margin: auto;
}

.kids-meal .section-title-en {
    font-family: var(--text-en);
    font-weight: 800;
    line-height: 1;
    color: var(--yellow);
    text-align: center;
}

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

.kids-meal .section-title span {
    position: relative;
}

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

.kids-meal_img01 {
    border-radius: 80px 80px 0 0;
}

.kids-meal .top {
    position: relative;
}

.kids-meal .kids-meal_img01 {
    margin-top: 40px;
}

.kids-meal .top__text {
    margin-top: 16px;
    font-size: 14px;
}

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

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

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

.kids-meal .kids-meal_illust01 {
    position: absolute;
    bottom: -22px;
    left: -367px;
}

.kids-meal .kids-meal_illust02 {
    position: absolute;
    right: -345px;
    bottom: -46px;
}

/*================================================================
# プラン
================================================================ */
.plan__title-area .plan-title-en {
    color: var(--yellow);
}

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

.section-plan .wrap::before {
    background-color: var(--yellow);
}

.plan_illust01 {
    position: absolute;
    top: -124px;
    left: -124px;
    z-index: 1;
}

.plan_illust02 {
    position: absolute;
    bottom: -17px;
    right: -159px;
    z-index: 1;
}

.section-plan .img-area img {
    border-radius: 24px;
}

.section-plan .black-btn-wrap {
    margin-top: 40px;
}

.section-plan .day-plan {
    margin-top: 64px;
}