@charset "UTF-8";

/*================================================================
# ベース
================================================================ */
/* .header::before {
    display: none;
}

.header .header-nav.left .middle .tel {
    display: none;
} */

/*================================================================
# カスタム
================================================================ */
.main-contents {
    font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", sans-serif;
}

/*================================================================
# mv
================================================================ */
.reunion-plan {
    padding: 40px 0 0;
    background: #fddede;
}

.reunion-plan__wrap {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

.reunion-plan__grid {
    padding: 0;
    background: #effbff url(reunion-plan/mv_bg.png) no-repeat center top / cover;
    display: flex;
    justify-content: center;
    align-items: center;
    order: 2;
}

.reunion-plan__main {
    width: 100%;
    padding: .8rem;
    border-bottom: 1px solid #002c7d;
    background-color: #fff;
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.reunion-plan__img img {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
}

.reunion-plan__center {
    width: 100%;
    height: 100%;
    background: #fff;
    position: relative;
    overflow: hidden;
}

.reunion-plan__main-img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.reunion-plan__text {
    width: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
}

.reunion-plan__text img {
    width: 100%;
    height: auto;
    display: block;
}

.reunion-plan__badge {
    width: 40%;
    max-width: 280px;
    position: absolute;
    right: -8px;
    bottom: -8px;
}

/*================================================================
# intro
================================================================ */
.reunion-about {
    padding: 0 0 4rem;
    background: url(reunion-plan/reunion-about_bg.png) no-repeat center top / cover;
}

.reunion-about__wrap {
    margin: 0 auto;
}

.reunion-about__text {
    padding: 8rem 4rem 2.4rem;
    font-size: 14px;
    font-weight: 700;
    line-height: 2.4;
    color: #002c7d;
}

.reunion-about__text p {
    margin: 4rem 0 0;
}

.reunion-about__images {
    margin: 0 0 0 -5%;
    display: grid;
    flex: 1 1 55%;
    gap: 1.2rem;
}

.reunion-about__images img {
    width: 114%;
    max-width: 1000px;
}

/*================================================================
# ポイント
================================================================ */
.reunion-points {
    padding: 0 0 8rem;
}

.reunion-points__inner {
    margin: 40px auto 0;
    padding: 0 4rem;
}

.reunion-points__lead {
    width: 200%;
    margin: 0 -50%;
}

.reunion-points__lead img {
    width: 200%;
}

.reunion-points__title {
    margin: -4rem 0 0.5rem;
    font-size: 16px;
    color: #002c7d;
    text-align: center;
}

.reunion-points__title span {
    position: relative;
    font-size: 32px;
    font-weight: bold;
    color: #002c7d;
}

.reunion-points__title span::before {
    width: calc(78px / 1.5);
    height: calc(66px / 1.5);
    background: url(reunion-plan/point_title-icon.png) no-repeat center top / contain;
    position: absolute;
    content: "";
    top: -24px;
    right: -50px;
}

.reunion-points__subtitle {
    width: 400px;
    margin: 16px auto 0;
    text-align: center;
}

.point-item {
    margin: 40px 0 0;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.point-item__bubble {
    width: 100%;
    height: 120px;
    margin-bottom: 1rem;
    padding: 24px 32px;
    border: 1px solid #002c7d;
    border-radius: 9999px;
    background: #cfdbf0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 700;
    color: #002c7d;
}

.point-item__illust {
    width: 220px;
    height: 180px;
    margin: -24px auto 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.point-item__arrow {
    margin: 8px 0 0;
}

.point-item__box {
    margin: 32px 0 0;
    padding: 0 24px 24px;
    border: 1px solid #002c7d;
    border-radius: 16px;
}

.point-item__title {
    width: 100%;
    margin: -24px auto 0;
    background-color: #fff;
    position: relative;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.4;
    color: #002c7d;
    text-align: center;
}

.point-item__title:before,
.point-item__title::after {
    width: 1px;
    height: 100%;
    background-color: #002c7d;
    position: absolute;
    content: "";
}

.point-item__title:before {
    top: 0;
    left: 0;
    transform: rotate(-30deg);
}

.point-item__title::after {
    top: 0;
    right: 0;
    transform: rotate(30deg);
}

.point-item__title strong {
    display: block;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.4;
    color: #e66;
    text-align: center;
}

.point-item__img {
    margin: 8px 0 0;
}

.point-item__img img {
    width: 100%;
    height: auto;
    border-radius: 0.8rem;
    display: block;
}

/*================================================================
#
================================================================ */
.reunion-flow {
    padding: 8rem 2.4rem;
    background: #d0dbf0;
}

.reunion-flow__inner {
    margin: 0 auto;
}

.reunion-flow__title {
    margin: 0;
    font-size: 20px;
    color: #002c7d;
    text-align: center;
}

.reunion-flow__title span {
    position: relative;
    font-size: 16px;
    font-weight: bold;
    color: #002c7d;
}

.reunion-flow__title span::before {
    width: calc(63px / 1.5);
    height: calc(79px / 1.5);
    background: url(reunion-plan/reunion-flow__icon.png) no-repeat center top / contain;
    position: absolute;
    content: "";
    top: -8px;
    right: -80px;
}

.reunion-flow__title strong {
    position: relative;
    display: block;
    font-size: 32px;
    font-weight: bold;
    color: #002c7d;
}

.reunion-flow__subtitle {
    width: 300px;
    margin: 16px auto 0;
    text-align: center;
}

.reunion-flow__timeline {
    width: 80%;
    margin: auto;
}

.reunion-flow__steps01 {
    margin: 40px 0 0;
}

.reunion-flow__steps01 .right {
    flex: 1;
}

.reunion-flow__steps02 {
    margin: 40px 0 0;
}

.reunion-flow__steps02 .left {
    flex: 1;
}

.reunion-flow__steps03 {
    margin: 40px auto 0;
}

.reunion-flow__steps03 .left {
    flex: 1;
}

.flow-step {
    position: relative;
}

.flow-step__img {
    position: relative;
    flex: 1;
}

.flow-step__img .img img {
    width: 100%;
}

.flow-step__img .time {
    width: 44px;
    position: absolute;
    right: 16px;
    bottom: 16px;
}

.flow-step__img .icon {
    position: absolute;
}

.flow-step .arrow {
    position: absolute;
}

.flow-step__text {
    margin: -24px 0 0;
}

.flow-step__text h2 {
    padding: 2px 16px 4px;
    border-top: 1px solid #002c7d;
    border-bottom: 1px solid #002c7d;
    background-color: #fff;
    position: relative;
    display: inline-block;
    font-size: 20px;
    color: #002c7d;
}

.flow-step__text p {
    margin: 16px 0 0;
    font-size: 14px;
    font-weight: 600;
    color: #002c7d;
}

.step01 {
    width: 80%;
    margin: 40px 0 0;
}

.step01 .icon {
    right: -150px;
    bottom: 16px;
}

.step01 .arrow {
    right: -40px;
    bottom: -16px;
}

.step02 {
    width: 80%;
    margin: 40px 0 0 auto;
}

.step02 .icon {
    width: 100px;
    top: -16px;
    left: 60px;
}

.step02 .arrow {
    bottom: 4px;
    left: -80px;
    transform: rotate(-50deg);
}

.step03 .icon {
    width: 64px;
    top: -24px;
    right: -16px;
}

.step03 .arrow {
    right: -32px;
    bottom: -100px;
    transform: rotate(50deg);
}

.step04 {
    width: 88%;
    margin: 40px 0 0;
}

.step04 .icon {
    width: 32px;
    top: -8px;
    left: 130px;
}

.step04 .arrow {
    bottom: -130px;
    left: -32px;
    transform: scale(-1, 1) rotate(-50deg);
}

.step05 {
    width: 90%;
    margin: 40px 0 0 auto;
}

.step05 .icon {
    width: 72px;
    top: -56px;
    right: -8px;
}

.step05 .arrow {
    right: -24px;
    bottom: -80px;
    transform: scale(-1, 1) rotate(50deg);
}

.step06 {
    width: 80%;
    margin: 40px 0 0;
}

.step06 .icon {
    width: 100px;
    top: -48px;
    right: -24px;
}

/*================================================================
# plan
================================================================ */
.reunion-plan-info {
    padding: 0 0 12rem;
    background: #ddd;
    color: #002c7d;
}

.reunion-plan-info__kv {
    padding: 8rem 0;
    background: url(reunion-plan/plan_title-bg.png) no-repeat center top / cover;
    position: relative;
}

.reunion-plan-info__title {
    text-align: center;
}

.reunion-plan-info__title img {
    width: 160px;
    height: auto;
}

.reunion-plan-info__content {
    margin: 64px auto 0;
    padding: 80px 40px;
    background: #fff;
    position: relative;
}

.reunion-plan-info__card {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 40px;
}

.reunion-plan-info__img {
    flex: 1 1 42%;
}

.reunion-plan-info__img img {
    width: 100%;
    height: auto;
    display: block;
}

.reunion-plan-info__details {
    flex: 1 1 53%;
    font-size: 1.5rem;
    line-height: 1.8;
}

.reunion-plan-info__details .lead {
    margin: 0 0 1rem;
    font-size: 16px;
    font-weight: bold;
}

.reunion-plan-info__details h2 {
    font-size: 28px;
}

.includes {
    margin: 24px 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    font-weight: bold;
    gap: 1rem;
}

.includes .text {
    padding: 4px 16px;
    border-top: 1px solid #002c7d;
    border-bottom: 1px solid #002c7d;
}

.includes .price {
    margin: 0 0 0 auto;
    font-size: 14px;
    color: #1a237e;
}

.includes .price strong {
    margin-right: .2rem;
    font-size: 32px;
}

.reunion-plan-info__points {
    margin: 32px 0 0;
    padding: 24px;
    list-style: none;
    border-radius: 16px;
    background: #fff7c7;
    font-weight: 700;
    letter-spacing: 0;
}

.reunion-plan-info__points li+li {
    margin-top: .5rem;
}

.reunion-plan-info__note {
    width: 120px;
    position: absolute;
    top: 360px;
    right: 16px;
    z-index: 1;
}

.btn-area {
    margin: 40px 0 0;
    text-align: center;
}

.btn-reserve {
    width: 88%;
    margin: auto;
    padding: 24px;
    border-radius: 9999px;
    background: #ff5c7b;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    transition: background 0.3s ease;
}

.btn-reserve:hover {
    background: #e34a6c;
}

.btn-reserve img {
    width: 28px;
    margin: auto;
    position: absolute;
    top: 0;
    right: 24px;
    bottom: 0;
}