@charset "UTF-8";

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

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

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

/*================================================================
#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 {
    width: calc(269px / 1.5);
    position: absolute;
    right: 16px;
    bottom: -90px;
    z-index: 1;
}

.intro .intro__img02 {
    display: none;
}

.intro .intro__img03 {
    display: none;
}

/*================================================================
# 魅力発見
================================================================ */
.slider-text {
    width: 100%;
    height: 100%;
    padding: 0 24px 16px 0;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
    border-radius: 4px;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 79%, rgba(0, 0, 0, 0.65) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 79%, rgba(0, 0, 0, 0.65) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 79%, rgba(0, 0, 0, 0.65) 100%);
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    font-size: 14px;
    color: #fff;
    text-align: right;
}

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

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

.second-layer .container01 .text-area dl {
    margin-top: 16px;
    font-size: 14px;
}

.second-layer .container01 .text-area dl dt {
    margin-right: 16px;
    font-weight: 700;
}

.second-layer .container01 .text-area dl dd {
    margin-top: 8px;
}

.charm_illust01 {
    width: calc(262px / 2);
    position: absolute;
    top: -50px;
    left: -27px;
    z-index: 2;
}

.charm_illust02 {
    width: calc(208px / 2);
    position: absolute;
    top: -137px;
    right: -27px;
}

.charm_illust03 {
    width: calc(306px / 2);
    position: absolute;
    right: -89px;
    bottom: -233px;
}

.charm_illust04 {
    width: calc(208px / 2);
    position: absolute;
    top: -80px;
    left: -34px;
}

.charm_illust05 {
    width: calc(181px / 2);
    position: absolute;
    right: -18px;
    bottom: -31px;
    transform: scale(-1, 1);
}

.charm_illust06 {
    width: calc(248px / 2);
    position: absolute;
    right: -19px;
    bottom: 27px;
}

.charm_illust07 {
    width: calc(215px / 2);
    position: absolute;
    right: -21px;
    bottom: -20px;
    z-index: 2;
    transform: scale(-1, 1);
}

.charm_illust08 {
    width: calc(168px / 2);
    position: absolute;
    right: -17px;
    bottom: -11px;
}

.charm_illust09 {
    width: calc(492px / 2);
    position: absolute;
    bottom: -26px;
    left: -151px;
    z-index: 2;
}

.charm_illust10 {
    display: none;
}

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

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

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

.plan_illust01 {
    width: calc(156px / 2);
    position: absolute;
    bottom: 1px;
    left: -42px;
    z-index: 0;
}

.plan_illust02 {
    display: none;
}

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

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

.section-plan .box .box__title {
    margin-top: 16px;
}

.section-plan .box__dl {
    margin-top: 8px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.section-plan .box__dl .box__price-title {
    width: 120px;
    margin: 0;
    padding: 6px;
    border-radius: 4px;
    background-color: #000;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    text-align: center;
}

.section-plan .box__dl .box__price {
    margin: 0 0 0 auto;
}

.section-plan .box__menu {
    margin: 16px 0 0 16px;
    display: flex;
    flex-wrap: wrap;
}

.section-plan .box__menu li {
    margin-right: 40px;
    font-size: 14px;
}

.section-plan .tanpin .plan__title-area .plan-title-jp {
    margin-top: 40px;
    font-size: 32px;
    font-weight: 700;
    text-align: center;
}

.section-plan .tanpin .box-container {
    flex-wrap: wrap;
}

.section-plan .tanpin .box {
    margin-top: 24px;
}

.section-plan .tanpin .text-area {
    width: 100%;
    padding: 0 0 24px;
    border-bottom: 1px solid #e1dddb;
    display: flex;
    flex-wrap: wrap;
}

.section-plan .tanpin .text-area:nth-child(n+2) {
    margin-top: 32px;
}

.section-plan .tanpin .box__title {
    margin-top: 0;
    font-size: 24px;
}

.section-plan .tanpin .box .box__price {
    margin: 0 0 0 auto;
}

.section-plan .tanpin .box__menu {
    margin: 16px 0 0 16px;
}

.section-plan .tanpin .box__menu li {
    margin-right: 24px;
}

.section-plan .tanpin .box__drink-menu {
    width: 100%;
    margin-top: 8px;
    font-size: 14px;
}

.section-plan .tanpin .list-info {
    width: 100%;
    margin-top: 8px;
}

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

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

.section-plan .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(--orange);
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-align: center;
}

.section-plan .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-plan .footer-top {
    margin-top: 64px;
    position: relative;
    font-weight: 700;
    text-align: center;
    z-index: 1;
}

.section-plan .footer-top .copy {
    padding: 0 40px;
    position: relative;
    display: inline-block;
    font-size: 14px;
}

.section-plan .footer-top .copy:before,
.section-plan .footer-top .copy:after {
    width: 32px;
    height: 2px;
    background-color: black;
    position: absolute;
    content: "";
    top: 50%;
    display: inline-block;
}

.section-plan .footer-top .copy:before {
    left: 0;
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
}

.section-plan .footer-top .copy:after {
    right: 0;
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg);
}

.section-plan .footer-top .title {
    margin-top: 8px;
    font-family: var(--text-en);
    font-size: 56px;
    font-weight: 800;
    line-height: 1.2;
    color: var(--orange);
    text-align: center;
}

.section-plan .footer-top .btn-area {
    margin-top: 16px;
}

.section-plan .footer-top .btn {
    padding: 24px 130px;
    border: 2px solid var(--black);
    border-radius: 50px;
    background-color: #fff503;
    box-shadow: 4px 4px 0 0 rgba(0, 0, 0, .15);
    display: inline-block;
    font-size: 20px;
    color: rgb(0, 0, 0);
    text-align: center;
    transition: background-color .3s;
}

.section-plan .footer-top .btn:hover {
    background-color: #da7079;
}

.section-plan .footer-top .btn span {
    position: relative;
}

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

.section-plan .footer-top .btn:hover span::before {
    transform: translate(6px, -12px);
}

.section-plan .footer-top .tel {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: var(--text-en);
    font-size: 40px;
    font-weight: 800;
}

.section-plan .footer-top .tel .tel-svg {
    fill: none;
    stroke: #000;
    stroke-width: 3px;
    fill-rule: evenodd;
}

.section-plan .footer-top .tel a {
    margin-left: 8px;
    text-decoration: none;
}