.Calendar-tab-btn {
    width: 100%;
    height: 75px;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    background-color: white;
}

.Calendar-tab-btn__items {
    width: 1024px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
}

.Calendar-tab-btn__item:not(:last-child) {
    margin-right: 30px;
    transition: box-shadow 0.3s;
}

.Calendar-tab-btn__item.active {
    box-shadow: 0px -2px 0px 0px #0073c0 inset;
}

.Calendar-tab-btn__link {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 75px;
    padding: 0;
    font-family: inherit;
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: inherit;
    border: none;
    background: none;
    transition: color 0.3s;
}

.Calendar-tab-btn__link:hover {
    color: #0073c0;
}

.Calendar-tab-btn__item.active .Calendar-tab-btn__link {
    color: #0073c0;
}

/* start_fixed */
.Calendar-tab-btn.prepared .Calendar-tab-btn__items {
    position: fixed;
    top: -70px;
    left: calc(50% - 512px);
    z-index: 2;
    width: auto;
    padding: 0 20px;
    border-radius: 0 0 4px 4px;
    background-color: white;
    box-shadow: 0px 0px 2px 3px rgb(0 0 0 / 5%);
    transition: top 0.3s;
}

.Calendar-tab-btn.prepared .Calendar-tab-btn__link {
    height: 60px;
    padding: 0;
    font-size: 1.4rem;
    letter-spacing: inherit;
}

.Calendar-tab-btn.fixed .Calendar-tab-btn__items {
    top: 0;
}
/* end_fixed */

/* --------------------end_タブ-------------------- */

.Calendar-tab {
    display: none;
}

.Calendar-tab.active {
    display: block;
}

/* --------------------start_出発日・旅行代金-------------------- */

.Calendar-price__top-note {
    width: 1024px;
    margin: 0 auto 20px auto;
    font-size: 1.4rem;
    line-height: 1.8;
}

.Calendar-price__top-note-label {
    color: #666;
    font-weight: 600;
    margin-right: 10px;
}

/* start_指定出発日枠 */
.Calendar-price__specify-wrap {
    display: flex;
    justify-content: space-between;
    width: 1024px;
    margin: 0 auto 40px auto;
    padding: 2rem;
    border: 2px solid #e5e5e5;
}

.Calendar-price__specify-items {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    line-height: 1.3;
}

.Calendar-price__specify-items:not(:last-child) {
    margin-bottom: 15px;
}

.Calendar-price__specify-label {
    width: 75px;
    color: #666;
    font-size: 1.5rem;
    font-weight: 600;
}

.Calendar-price__specify-content {
    width: clac(100% - 75px);
    max-width: 500px;
}

.Calendar-price__specify-content--price {
    color: #db2100;
    font-size: 2.1rem;
    font-weight: 600;
    line-height: 1;
}

.Calendar-price__specify-content--price-unit {
    font-size: 1.5rem;
}

.Calendar-price__specify-group--btn {
    align-self: flex-end;
}

.Calendar-price__specify-btn {
    position: relative;
    display: inline-block;
    padding: 15px 70px;
    color: white;
    font-size: 1.5rem;
    font-weight: 600;
    background-color: #db2100;
    border-radius: 3px;
    transition: opacity 0.3s;
}

.Calendar-price__specify-btn::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-left: 10px;
    vertical-align: 2px;
    border-top: 2px solid white;
    border-right: 2px solid white;
    transform: translateY(-50%) rotate(45deg);
}

.Calendar-price__specify-btn:hover {
    opacity: 0.7;
}
/*  end_指定出発日枠 */

/* start_月選択 */
.Calendar-price__tab-month-wrap {
    margin-bottom: 40px;
    padding: 20px 0 10px 0;
    width: 100%;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

.Calendar-price__tab-month-items {
    display: flex;
    justify-content: flex-start;
    width: 1024px;
    margin: 0 auto;
    padding-bottom: 10px;
    overflow-y: auto;
}

.Calendar-price__tab-month-item:not(:last-child) {
    margin-right: 10px;
}

.Calendar-price__tab-month-link {
    display: block;
    width: calc((1024px - 110px) / 12);
    padding: 12px 0;
    font-family: inherit;
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: inherit;
    text-align: center;
    transition: color 0.3s;
    border-radius: 4px;
    border: 1px solid #c3c3c3;
    background-color: white;
}

.disabled .Calendar-price__tab-month-link {
    background-color: transparent;
}

caption.Calendar-price__current-month {
    position: absolute;
    top: -44px;
    left: -0.5px;
}

.Calendar-price__tab-month-link:hover {
    color: #0073c0;
}

.Calendar-price__tab-month-item.active .Calendar-price__tab-month-link {
    color: #0073c0;
    border-color: #0073c0;
    background: var(--active-color);
}
/* end_月選択 */

.Calendar-price__price-info-wrap {
    width: 1024px;
    margin: 0 auto 20px auto;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

/* start_選択月 */
.Calendar-price__current-month {
    margin-right: auto;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1;
}

.Calendar-price__current-month-num {
    font-size: 2.4rem;
}
/* end_選択月 */

/* start_部屋人数 */
.Calendar-price__room-num {
    position: relative;
    border: 1px solid #888;
    border-radius: 4px;
    background: white;
}

.Calendar-price__room-num::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-right: 2px solid #c3c3c3;
    border-bottom: 2px solid #c3c3c3;
    position: absolute;
    top: 50%;
    right: 14px;
    transform: translateY(-80%) rotate(45deg);
}

.Calendar-price__room-num-select {
    width: 100%;
    height: 100%;
    padding: 10px 50px 10px 10px;
}
/* end_部屋人数 */

/* start_最安値 */
.Calendar-price__lower-price-wrap {
    margin-left: 20px;
    text-align: right;
}

.Calendar-price__lower-price-label {
    font-size: 1.3rem;
    font-weight: 600;
}

.Calendar-price__lower-price-label::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 3px;
    vertical-align: -3px;
    background: url(../images/icn_graph.svg) no-repeat center / contain;
}

.Calendar-price__lower-price {
    color: #db2100;
    font-size: 1.8rem;
    font-weight: 600;
    letter-spacing: 0;
}

.Calendar-price__lower-price-unit {
    font-size: 1.5rem;
}
/* end_最安値 */

/* start_カレンダー */
.Calendar-price__table {
    position: relative;
    width: 1024px;
    margin: 0 auto 20px auto;
}

.Calendar-price__table th,
.Calendar-price__table td {
    width: calc(100% / 7);
    padding: 10px;
    border: 1px solid #e5e5e5;
}

.Calendar-price__table th {
    padding: 2px;
    color: white;
    font-size: 1rem;
    font-weight: 600;
    text-align: center;
    background: #666;
}

.Calendar-price__table td {
    position: relative;
}

.Calendar-price__table-cell {
    position: relative;
    height: 163px;
}

.Calendar-price__table-cell.active {
    background-color: var(--active-color);
    transition: background-color 0.3s;
}

.Calendar-price__table-cell.active:hover {
    background-color: white;
}

.Calendar-price__table-cell--blank {
    background: #e5e5e5;
}

.Calendar-price__table-link {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    transition: box-shadow 0.3s;
}

.Calendar-price__table-cell.active .Calendar-price__table-link,
.Calendar-price__table-link:hover {
    box-shadow: 0px 0px 0px 2px #0073c0 inset;
}

/* start_日付 */
.Calendar-price__table-date {
    display: block;
    margin-bottom: 5px;
    color: #666;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1;
}

.Calendar-price__table-cell:first-child .Calendar-price__table-date,
.Calendar-price__table-cell--holiday .Calendar-price__table-date {
    color: #db2100; /* 日曜・祝日 */
}

.Calendar-price__table-cell:last-child .Calendar-price__table-date {
    color: #0073c0; /* 土曜 */
}
/* end_日付 */

.Calendar-price__table-seats {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1;
}

.Calendar-price__table-seats-label {
    margin-right: 3px;
    color: #666;
    font-size: 1.2rem;
    font-weight: 400;
}

/* start_タグ */
.Calendar-price__table-tag-wrap {
    display: flex;
    justify-content: flex-end;
}

.Calendar-price__table-tag {
    font-size: 0.9rem;
    font-weight: 600;
    line-height: 1;
    padding: 3px;
}

.Calendar-price__table-tag:not(:last-child) {
    margin-right: 5px;
}

.Calendar-price__table-tag--souki {
    background-color: white;
    border: 1px solid #0073c0;
    color: #0073c0;
}

.Calendar-price__table-tag--saiko {
    color: white;
    background-color: #0073c0;
}

.Calendar-price__table-tag--cancel {
    color: white;
    background-color: #767676;
}
/* end_タグ */

/* start_受付終了 */
.Calendar-price__table-cancel-txt {
    margin-top: 35px;
    color: #767676;
    font-size: 1.5rem;
    font-weight: 600;
    text-align: center;
}

.Calendar-price__table-tag-wrap + .Calendar-price__table-cancel-txt {
    margin-top: 25px;
}
/* end_受付終了 */

/* start_料金 */
.Calendar-price__table-price-wrap {
    position: absolute;
    width: calc(100% - 20px);
    bottom: 10px;
    left: 10px;
}

.Calendar-price__table-price {
    margin-bottom: 5px;
    font-size: 1.2rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    line-height: 1.3;
    text-align: right;
}

.Calendar-price__table-price-unit {
    font-size: 0.9rem;
}

.Calendar-price__table-price-child {
    font-size: 0.9rem;
    font-weight: 400;
}
/* end_料金 */

/* start_ボタン設定 */
.Calendar-price__table-btn {
    position: relative;
    width: 100%;
    padding: 5px 10px 5px 0;
    color: #333;
    font-size: 0.7rem;
    font-weight: 600;
    text-align: center;
    border-radius: 2px;
    background-color: white;
    border: 1px solid #c9c9c9;
}

.Calendar-price__table-btn::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 8px;
    display: block;
    width: 6px;
    height: 6px;
    border-top: 1px solid #666;
    border-right: 1px solid #666;
    transform: translateY(-50%) rotate(45deg);
}

.Calendar-price__table-btn--reserve {
    padding: 5px 0;
    color: #db2100;
    border-color: #db2100;
    background-color: #fff4f2;
}

.Calendar-price__table-btn--reserve::after {
    border-color: #db2100;
}

.Calendar-price__table-btn--select {
    padding: 5px 0;
    color: #0073c0;
    border-color: #99d9f6;
}

.Calendar-price__table-btn--select.selected {
    padding: 5px 0;
    color: #0073c0;
    border-color: #99d9f6;
    background-color: var(--active-color);
}

.Calendar-price__table-btn--select::after {
    content: none;
}

/* start_icn */
.Calendar-price__icn-selected {
    display: none;
    position: relative;
    width: 16px;
    height: 16px;
    margin-right: 3px;
    vertical-align: -3px;
    background-color: #0073c0;
    border-radius: 50%;
}

.Calendar-price__icn-selected::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 7px;
    height: 5px;
    border-left: 2px solid white;
    border-bottom: 2px solid white;
    transform: translate(-50%, -70%) rotate(-45deg);
}

.Calendar-price__table-btn--select.selected .Calendar-price__icn-selected {
    display: inline-block;
}
/* end_icn */

/* end_ボタン設定 */
/* end_カレンダー */

.Calendar-price__bottom-note {
    width: 1024px;
    margin: 0 auto;
    padding-bottom: 20px;
    font-size: 1.4rem;
    border-bottom: 1px solid #e5e5e5;
}

.Calendar-price__bottom-note-txt {
    margin-bottom: 5px;
}

.Calendar-price__bottom-note-txt-link {
    display: inline-block;
    margin-bottom: 5px;
}

.Calendar-price__bottom-note-txt-link:hover {
    text-decoration: underline;
}

.Calendar-price__bottom-note-txt-link::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-right: 5px;
    border-top: 2px solid #0073c0;
    border-right: 2px solid #0073c0;
    transform: rotate(45deg);
    vertical-align: 1px;
}

.Calendar-price__bottom-note .Calendar-price__table-tag {
    margin-right: 3px;
}

/* start_お知らせメールボタン */
.Calendar-price__bottom-btn {
    position: relative;
    display: inline-block;
    margin-top: 15px;
    padding: 20px 50px 20px 20px;
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: inherit;
    border: 1px solid #c3c3c3;
    border-radius: 3px;
    background-color: white;
    transition: opacity 0.3s;
}

.Calendar-price__bottom-btn::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 12px;
    display: block;
    width: 16px;
    height: 16px;
    background-color: #0073c0;
    border-radius: 50%;
    transform: translateY(-50%);
}

.Calendar-price__bottom-btn::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 18px;
    display: block;
    width: 5px;
    height: 5px;
    border-top: 2px solid white;
    border-right: 2px solid white;
    transform: translateY(-50%) rotate(45deg);
}

.Calendar-price__bottom-btn:hover {
    opacity: 0.7;
}
/* end_お知らせメールボタン */

/* --------------------end_出発日・旅行代金-------------------- */

/* --------------------start_クルーズ用出発日・旅行代金-------------------- */

.Calendar-price__cruise-table {
    display: flex;
    justify-content: space-between;
    width: 1024px;
    margin: 0 auto 60px auto;
}

.Calendar-price__cruise-table-head-wrap {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 200px;
    border: 1px solid #c3c3c3;
    background-color: #f5f5f5;
}

.Calendar-price__cruise-table-head-cabin {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
    font-size: 1.5rem;
    font-weight: 600;
    border-bottom: 1px solid #c3c3c3;
}

.Calendar-price__cruise-table-head-dates {
    display: flex;
    align-items: center;
    padding: 20px;
    height: 140px;
}

.Calendar-price__cruise-table-head-dates:not(:last-child) {
    border-bottom: 1px solid #c3c3c3;
}

.Calendar-price__cruise-table-head-date {
    margin-bottom: 8px;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1;
}

.Calendar-price__cruise-table-head-date--saturday {
    color: #0073c0;
}

.Calendar-price__cruise-table-head-date--holiday {
    color: #db2100;
}

.Calendar-price__cruise-table-head-year {
    display: block;
    margin-bottom: 3px;
}

.Calendar-price__cruise-table-seats {
    font-size: 1.5rem;
}

.Calendar-price__cruise-table-tag {
    display: inline-block;
    padding: 3px 5px;
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 1;
}

.Calendar-price__cruise-table-tag--saiko {
    color: white;
    background-color: var(--sub-corporate-color);
}

/* start_swiper */
.Calendar-price__cruise-table-swiper-outer {
    position: relative;
    width: 814px;
}

.Calendar-price__cruise-table-swiper {
    --swiper-theme-color: #0073c0;
    position: static;
    overflow: hidden;
    list-style: none;
    z-index: 1;
}

.Calendar-price__cruise-table-swiper > .swiper-scrollbar {
    height: 10px;
    bottom: -40px;
    z-index: 1;
    background: #f5f5f5;
}

.Calendar-price__cruise-table-swiper .Tour__swiper-button-next,
.Calendar-price__cruise-table-swiper .Tour__swiper-button-prev {
    top: 240px;
}

.Calendar-price__cruise-table-swiper .swiper-scrollbar-drag {
    background: #ccc;
}
/* end_swiper */

/* start_各キャビン */
.Calendar-price__cruise-table-cabin {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: auto;
    border: 1px solid #c3c3c3;
    border-right: none;
}

.Calendar-price__cruise-table-cabin:last-child {
    box-shadow: -1px 0px 0px 0px #c3c3c3 inset;
}

.Calendar-price__cruise-table-img-wrap {
    padding: 20px;
    border-bottom: 1px solid #c3c3c3;
    flex-grow: 1;
}

.Calendar-price__cruise-table-img {
    margin-bottom: 10px;
    border-radius: 4px;
    overflow: hidden;
}

.Calendar-price__cruise-table-img img {
    aspect-ratio: 4 / 3;
}

.Calendar-price__cruise-table-img-label {
    margin-bottom: 5px;
    color: var(--sub-corporate-color);
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.3;
}

.Calendar-price__cruise-table-img-caption {
    font-size: 1.4rem;
    line-height: 1.3;
}

.Calendar-price__cruise-table-dates {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 20px 0;
    height: 140px;
    text-align: center;
}

.Calendar-price__cruise-table-dates--cancel {
    align-items: center;
    color: #888;
    font-size: 1.5rem;
    font-weight: 600;
}

.Calendar-price__cruise-table-link {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    transition: box-shadow 0.3s;
}

.Calendar-price__cruise-table-dates--cancel .Calendar-price__cruise-table-link {
    cursor: default;
}

.Calendar-price__cruise-table-dates:not(.Calendar-price__cruise-table-dates--cancel)
.Calendar-price__cruise-table-link:hover {
    box-shadow: 0px 0px 0px 2px #0073c0 inset;
}

.Calendar-price__cruise-table-dates-inner {
    display: inline-block;
    width: 80%;
}

.Calendar-price__cruise-table-dates:not(:last-child) {
    border-bottom: 1px solid #c3c3c3;
}

.Calendar-price__cruise-table-tag--souki {
    background-color: white;
    border: 1px solid var(--sub-corporate-color);
    color: var(--sub-corporate-color);
}

.Calendar-price__cruise-table-price {
    margin: 5px 0;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.3;
}

.Calendar-price__cruise-table-price-child {
    font-weight: 400;
    font-size: 1.3rem;
}

.Calendar-price__cruise-table-price-unit {
    font-size: 0.8em;
}

.Calendar-price__cruise-table .Calendar-price__table-btn {
    max-width: 125px;
    margin: 0 auto;
}
/*  end_各キャビン */

/* --------------------end_クルーズ用出発日・旅行代金-------------------- */

/* --------------------start_おすすめポイント-------------------- */

.Calendar-point {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #e5e5e5;
}

.Calendar-point__inner {
    width: 1024px;
    margin: 0 auto;
}

.Calendar-point__txt {
    position: relative;
    margin-bottom: 40px;
    height: 500px;
    overflow: hidden;
    font-size: 1.5rem;
    letter-spacing: 0.08em;
    transition: height 0.3s;
}

.Calendar-point__txt::after {
    content: "";
    position: absolute;
    bottom: -50px;
    left: 0;
    display: block;
    width: 100%;
    height: 200px;
    background: linear-gradient(
            0deg,
            rgba(255, 255, 255, 1) 30%,
            rgba(255, 255, 255, 0) 100%
    );
    pointer-events: none;
}

.Calendar-point__txt.active::after {
    opacity: 0;
}

.Calendar-point__txt a {
    color: var(--sub-corporate-color);
}

.Calendar-point__txt a:hover {
    text-decoration: underline;
}

.Calendar-point__more-btn-wrap {
    text-align: center;
}

.Calendar-point__more-btn {
    display: inline-block;
    padding: 15px 55px;
    font-size: 1.5rem;
    line-height: 1;
    border: 1px solid #c3c3c3;
    border-radius: 50px;
    transition: background-color 0.3s, color 0.3s, border-color 0.3s;
}

.Calendar-point__more-btn::after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-left: 5px;
    vertical-align: 4px;
    border-right: 2px solid #0073c0;
    border-bottom: 2px solid #0073c0;
    transform: rotate(45deg);
}

.Calendar-point__more-btn.active::after {
    vertical-align: 0;
    transform: rotate(-135deg);
}

.Calendar-point__more-btn:hover {
    color: #0073c0;
    background-color: var(--active-color);
    border-color: #0073c0;
}

/* --------------------end_おすすめポイント-------------------- */

/* --------------------start_人気の観光地へご案内-------------------- */

.Calendar-spot {
    width: 1024px;
    margin: 0 auto 40px auto;
}

.Calendar-spot__accordion-group {
    display: none;
}

.Calendar-spot__group {
    display: flex;
    justify-content: space-between;
}

.Calendar-spot__group:not(.Calendar-spot__visible-group
    .Calendar-spot__group:first-child) {
    padding-top: 40px;
    margin-top: 40px;
    border-top: 1px solid #e5e5e5;
}

.Calendar-spot__img {
    width: 328px;
}

.Calendar-spot__img img {
    aspect-ratio: 4 / 3;
}

.Calendar-spot__ttl {
    margin-bottom: 10px;
    padding: 15px;
    color: var(--sub-corporate-color);
    font-weight: 600;
    border-radius: 3px;
    background-color: #f5f5f5;
}

.Calendar-spot__txt {
    font-size: 1.5rem;
    letter-spacing: 0.08em;
}

.Calendar-spot__group--1img .Calendar-spot__txt-wrap {
    width: 676px;
}

.Calendar-spot__group--2img .Calendar-spot__txt-wrap {
    width: 328px;
}

.Calendar-spot__group--3img .Calendar-spot__txt-wrap {
    margin-top: 15px;
}

.Calendar-spot__inner-group {
    width: 328px;
}

.Calendar-spot__more-btn-wrap {
    margin-top: 40px;
    text-align: center;
}

.Calendar-spot__more-btn {
    display: inline-block;
    padding: 15px 55px;
    font-size: 1.5rem;
    line-height: 1;
    border: 1px solid #c3c3c3;
    border-radius: 50px;
    transition: background-color 0.3s, color 0.3s, border-color 0.3s;
}

.Calendar-spot__more-btn:hover {
    color: #0073c0;
    background-color: var(--active-color);
    border-color: #0073c0;
}

.Calendar-spot__more-btn::after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-left: 5px;
    vertical-align: 4px;
    border-right: 2px solid #0073c0;
    border-bottom: 2px solid #0073c0;
    transform: rotate(45deg);
}

.Calendar-spot__more-btn.active::after {
    vertical-align: 0;
    transform: rotate(-135deg);
}

/* --------------------end_人気の観光地へご案内-------------------- */

/* --------------------start_ガイドボタン-------------------- */

.Calendar-spot__link-btn-wrap {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
    padding: 60px 0 40px 0;
    background: #f5f5f5;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

.Calendar-spot__link-btn {
    position: relative;
    display: inline-flex;
    justify-content: flex-start;
    width: 490px;
    padding: 25px 20px;
    font-weight: 600;
    border: 1px solid #c3c3c3;
    border-radius: 3px;
    background: white;
    transition: opacity 0.3s;
}

.Calendar-spot__link-btn:nth-child(2) {
    margin-left: 20px;
}

.Calendar-spot__link-btn:hover {
    opacity: 0.7;
}

.Calendar-spot__link-btn::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 12px;
    display: block;
    width: 16px;
    height: 16px;
    background-color: #0073c0;
    border-radius: 50%;
    transform: translateY(-50%);
}

.Calendar-spot__link-btn::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 18px;
    display: block;
    width: 5px;
    height: 5px;
    border-top: 2px solid white;
    border-right: 2px solid white;
    transform: translateY(-50%) rotate(45deg);
}

.Calendar-spot__link-btn-balloon {
    position: absolute;
    top: -20px;
    left: 20px;
    padding: 10px 15px;
    color: white;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1;
    background: #0073c0;
    border-radius: 3px;
}

.Calendar-spot__link-btn-balloon::after {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 0;
    border-color: #0073c0 transparent transparent transparent;
}

/* --------------------end_ガイドボタン-------------------- */

/* --------------------start_利用ホテル-------------------- */

.Calendar-hotel {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #e5e5e5;
}

.Calendar-hotel__inner {
    width: 1024px;
    margin: 0 auto;
}

/* start_スライダー */
.Tour__swiper-outer--Calendar-hotel {
    margin-bottom: 40px;
}

.Calendar-hotel__ttl {
    margin-bottom: 10px;
    color: var(--sub-corporate-color);
    font-size: 1.6rem;
    font-weight: 600;
}

.Calendar-hotel__img {
    margin-bottom: 5px;
}

.Calendar-hotel__caption {
    font-size: 1.2rem;
}
/* end_スライダー */

/* start_テーブル */
.Calendar-hotel__table {
    width: 100%;
    margin-bottom: 20px;
    table-layout: fixed;
}

.Calendar-hotel__table th,
.Calendar-hotel__table td {
    border: 1px solid #c9c9c9;
}

.Calendar-hotel__table th {
    padding: 10px 20px;
    color: white;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1;
    background: #666;
}

th.Calendar-hotel__table-grade {
    font-size: 1.5rem;
    font-weight: 400;
    padding: 20px;
}

.Calendar-hotel__table td {
    padding: 20px;
    font-size: 1.5rem;
}

.Calendar-hotel__table td a {
    color: var(--sub-corporate-color);
}

.Calendar-hotel__table td a:hover {
    text-decoration: underline;
}

.Calendar-hotel__note {
    font-size: 1.4rem;
}

.Calendar-hotel__note a {
    color: var(--sub-corporate-color);
}

.Calendar-hotel__note a:hover {
    text-decoration: underline;
}
/* end_テーブル */

/* --------------------end_利用ホテル-------------------- */

/* --------------------start_オプション-------------------- */

.Calendar-option {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #e5e5e5;
}

.Calendar-option__inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 1024px;
    margin: 0 auto;
}

.Calendar-option__txt {
    order: 0;
    font-size: 1.5rem;
    letter-spacing: 0.08em;
    width: 100%;
}

.Calendar__common-swiper-outer--option + .Calendar-option__txt {
    width: 656px;
}

.Calendar-option__txt a {
    color: #db2100;
}

.Calendar-option__txt a:hover {
    text-decoration: none;
}

.Calendar__common-swiper-outer--option {
    order: 1;
    width: 328px;
}

/* --------------------end_オプション-------------------- */

/* --------------------start_共通swiper-------------------- */

.Calendar__common-swiper {
    width: 100%;
    --swiper-theme-color: #0073c0;
    margin: 0;
}

.Calendar__common-swiper figure img {
    aspect-ratio: 4/3;
}

.Calendar__common-swiper-caption {
    margin-top: 5px;
    font-size: 1.2rem;
}

.Calendar__common-swiper-pagination {
    text-align: center;
}

.Calendar__common-swiper-button-prev,
.Calendar__common-swiper-button-next {
    width: 35px;
    height: 35px;
    position: absolute;
    top: 50%;
    z-index: 1;
    opacity: 0.9;
    background: white;
    border-radius: 50%;
    cursor: pointer;
}

.Calendar__common-swiper-button-prev {
    left: 10px;
    transform: translateY(-120%) scaleX(-1);
}

.Calendar__common-swiper-button-next {
    right: 10px;
    transform: translateY(-120%);
}

.Calendar__common-swiper-button-next.swiper-button-disabled,
.Calendar__common-swiper-button-prev.swiper-button-disabled {
    display: none;
}

/* --------------------end_共通swiper-------------------- */

/* --------------------start_食事-------------------- */

.Calendar-meal {
    padding-bottom: 40px;
    border-bottom: 1px solid #e5e5e5;
}

.Calendar-meal__inner {
    width: 1024px;
    margin: 0 auto;
}

/* start_slide */
.Calendar-meal__slide {
    width: calc((100% - 60px) / 3.8101);
    position: relative;
    padding: 20px;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
}

.Calendar-meal__link {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.Calendar-meal__ttl {
    margin-bottom: 10px;
    line-height: 1.3;
    color: var(--sub-corporate-color);
    font-size: 1.5rem;
    font-weight: 600;
}

.Calendar-meal__img {
    margin-bottom: 15px;
    border-radius: 4px;
    overflow: hidden;
    transition: opacity 0.3s;
}

.Calendar-meal__img img {
    aspect-ratio: 4/3;
}

.Calendar-meal__txt {
    font-size: 1.4rem;
}

.Calendar-meal__label {
    font-weight: 600;
}

/* end_slide */

.Calendar-meal__note {
    margin-top: 10px;
    font-size: 1.2rem;
    text-align: right;
}

/* start_ボタン */
.Calendar-meal__btn-wrap {
    margin-top: 40px;
    text-align: center;
}

.Calendar-meal__btn {
    position: relative;
    display: inline-flex;
    justify-content: flex-start;
    width: 490px;
    padding: 25px 20px;
    font-weight: 600;
    border: 1px solid #c3c3c3;
    border-radius: 3px;
    transition: opacity 0.3s;
}

.Calendar-meal__btn:hover {
    opacity: 0.7;
}

.Calendar-meal__btn::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 12px;
    display: block;
    width: 16px;
    height: 16px;
    background-color: #0073c0;
    border-radius: 50%;
    transform: translateY(-50%);
}

.Calendar-meal__btn::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 18px;
    display: block;
    width: 5px;
    height: 5px;
    border-top: 2px solid white;
    border-right: 2px solid white;
    transform: translateY(-50%) rotate(45deg);
}

.Calendar-meal__btn-inner::before {
    content: "";
    display: inline-block;
    width: 35px;
    height: 35px;
    margin-right: 10px;
    vertical-align: -13px;
    background: url(../images/icn_gohan.svg) no-repeat center / contain;
}
/* end_ボタン */

/* --------------------end_食事-------------------- */

/* --------------------start_日程表-------------------- */

/* start_マップ / アイコン説明 */

.Calendar-schedule__supplement-wrap {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

.Calendar-schedule__map-wrap {
    order: 1;
    width: 440px;
}

.Calendar-schedule__map {
    border-radius: 4px;
    overflow: hidden;
}

.Calendar-schedule__icn-list-wrap {
    order: 0;
    width: 100%;
    padding: 20px;
    border: 2px solid #e5e5e5;
}

.Calendar-schedule__icn-list:not(:last-child) {
    margin-bottom: 15px;
    padding-bottom: 5px;
    border-bottom: 1px solid #e5e5e5;
}

.Calendar-schedule__icn-list-label {
    margin-bottom: 5px;
    font-size: 1.4rem;
    font-weight: 600;
}

.Calendar-schedule__icn-list-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.Calendar-schedule__icn-list-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0 20px 10px 0;
    font-size: 1.4rem;
}

.Calendar-schedule__icn {
    width: 25px;
    height: 25px;
    margin-right: 5px;
}

.Calendar-schedule__icn-list-note {
    margin-bottom: 15px;
    font-size: 1.2rem;
    line-height: 1.3;
}

/* start_時間帯の目安 */

.Calendar-schedule__time-zone-table {
    margin-left: 28px;
}

.Calendar-schedule__time-zone-table td {
    width: 56px;
    padding: 5px 0;
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    border: 1px solid #c9c9c9;
}

.Calendar-schedule__time-table td {
    width: 56px;
    padding: 5px 0;
    font-size: 1.4rem;
    line-height: 1;
    text-align: center;
}

/* end_時間帯の目安 */

/* start_マップありアイコン説明 */

.Calendar-schedule__map-wrap + .Calendar-schedule__icn-list-wrap {
    width: calc(100% - 460px);
}

.Calendar-schedule__map-wrap
+ .Calendar-schedule__icn-list-wrap
.Calendar-schedule__icn-list--move
.Calendar-schedule__icn-list-item {
    width: 75px;
}

.Calendar-schedule__map-wrap
+ .Calendar-schedule__icn-list-wrap
.Calendar-schedule__icn-list--move
.Calendar-schedule__icn-list-item--ropeway {
    width: 170px;
}

.Calendar-schedule__map-wrap
+ .Calendar-schedule__icn-list-wrap
.Calendar-schedule__icn-list--sightseeing
.Calendar-schedule__icn-list-item:nth-child(odd) {
    width: 130px;
}

/* end_マップありアイコン説明 */

/* end_マップ / アイコン説明 */

.Calendar-schedule {
    width: 1024px;
    margin: 0 auto;
}

.Calendar-schedule__group {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.Calendar-schedule__group:not(:last-child) {
    margin-bottom: 40px;
}

/* start_説明会用 */
.Calendar-schedule__group--seminar {
    padding: 20px;
    border: 2px solid #e5e5e5;
}

.Calendar-schedule__group--seminar
.Calendar__common-swiper-outer--schedule
+ .Calendar-schedule__txt {
    width: 544px;
}
/* end_説明会用 */

.Calendar-schedule__label {
    width: 100%;
    margin-bottom: 15px;
    padding: 15px;
    color: var(--sub-corporate-color);
    font-size: 2.1rem;
    font-weight: 600;
    line-height: 1;
    background-color: #f5f5f5;
    border-radius: 3px;
}

.Calendar-schedule__label-unit {
    font-size: 1.5rem;
}

.Calendar-schedule__txt {
    order: 0;
    width: 100%;
    font-size: 1.5rem;
    line-height: 2.1;
}

.Calendar__common-swiper-outer--schedule + .Calendar-schedule__txt {
    width: 584px;
}

.Calendar-schedule__txt img {
    width: 25px;
    vertical-align: middle;
    margin: 0 5px;
}

.Calendar__common-swiper-outer--schedule {
    order: 1;
    width: 400px;
}

.Calendar-schedule__hotel-items {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.Calendar-schedule__hotel-wrap {
    order: 3;
    width: 100%;
    margin-top: 20px;
    padding: 15px 20px;
    border: 2px solid #e5e5e5;
}

.Calendar-schedule__hotel-label {
    width: 70px;
    color: var(--sub-corporate-color);
    font-size: 1.3rem;
    font-weight: 600;
}

.Calendar-schedule__hotel-label::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 3px;
    vertical-align: -3px;
}

.Calendar-schedule__hotel-label--meal::before {
    background: url(../images/icn_meal.svg) no-repeat center / contain;
}

.Calendar-schedule__hotel-label--hotel::before {
    background: url(../images/icn_hotel.svg) no-repeat center / contain;
}

.Calendar-schedule__hotel-content {
    width: calc(100% - 70px);
    font-size: 1.5rem;
}

/* --------------------end_日程表-------------------- */

/* --------------------start_重要事項-------------------- */

.Calendar-important {
    margin-bottom: 40px;
}

.Calendar-important-txt {
    width: 1024px;
    margin: 0 auto;
    padding: 20px;
    font-size: 1.5rem;
    border: 2px solid #db2100;
}

/* --------------------end_重要事項-------------------- */

/* --------------------start_旅行条件-------------------- */

.Calendar-condition {
    margin-bottom: 40px;
    padding: 40px 0;
    background: #f5f5f5;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

.Calendar-condition__inner {
    width: 1024px;
    margin: 0 auto;
}

/* start_表 */
.Calendar-condition__table {
    width: 100%;
    margin-bottom: 20px;
    background: white;
}

.Calendar-condition__table tr {
    font-size: 1.5rem;
    border: 1px solid #c9c9c9;
}

.Calendar-condition__table th {
    width: 220px;
    padding: 15px;
    color: #666;
    font-size: 1.4rem;
    font-weight: 600;
    border-right: 1px solid #ededed;
}

.Calendar-condition__table td {
    width: calc(100% - 220px);
    padding: 15px;
}

.Calendar-condition__table-note {
    margin-left: 10px;
    font-weight: 400;
}

/* start_海外 */

.Calendar-condition__table--i th {
    width: 250px;
}

.Calendar-condition__table--i td {
    width: calc(100% - 250px);
}

/* end_海外 */

/* end_表 */

/* start_その他 */
.Calendar-condition__other {
    margin-bottom: 40px;
    padding: 20px;
    background-color: white;
    border: 1px solid #c9c9c9;
}

.Calendar-condition__other-ttl {
    margin-bottom: 20px;
    padding: 20px;
    color: #666;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1;
    background-color: #f5f5f5;
}

.Calendar-condition__other-txt {
    font-size: 1.5rem;
}

.Calendar-condition__other-txtlink {
    color: var(--sub-corporate-color);
}

.Calendar-condition__other-txtlink:hover {
    text-decoration: underline;
}

.Calendar-condition__other-txtlink::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-right: 5px;
    border-top: 2px solid #0073c0;
    border-right: 2px solid #0073c0;
    transform: rotate(45deg);
    vertical-align: 1px;
}

.Calendar-condition__other-txtlink:hover {
    text-decoration: underline;
}

.Calendar-condition-btn-wrap {
    text-align: center;
}

.Calendar-condition-btn {
    position: relative;
    display: inline-flex;
    justify-content: flex-start;
    width: 490px;
    padding: 25px 20px;
    font-weight: 600;
    border: 1px solid #c3c3c3;
    border-radius: 3px;
    background-color: white;
    transition: opacity 0.3s;
}

.Calendar-condition-btn:hover {
    opacity: 0.7;
}

.Calendar-condition-btn::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 12px;
    display: block;
    width: 16px;
    height: 16px;
    background-color: #0073c0;
    border-radius: 50%;
    transform: translateY(-50%);
}

.Calendar-condition-btn::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 18px;
    display: block;
    width: 5px;
    height: 5px;
    border-top: 2px solid white;
    border-right: 2px solid white;
    transform: translateY(-50%) rotate(45deg);
}
/* end_その他 */

/* start_アコーディオン */
.Calendar-condition__accordion-wrap {
    display: block;
    width: 1024px;
    margin: 0 auto;
    border: 2px solid #e5e5e5;
}

.Calendar-condition__accordion-wrap:not(:last-child) {
    margin-bottom: 20px;
}

.Calendar-condition__accordion-btn {
    position: relative;
    padding: 30px 20px;
    font-size: 1.8rem;
    font-weight: 600;
    cursor: pointer;
    transition: opacity 0.3s;
}

.Calendar-condition__accordion-btn:hover {
    opacity: 0.7;
}
.Calendar-condition__accordion-btn .Search__icn-plus {
    right: 20px;
}

.Calendar-condition__accordion-contents {
    display: none;
    padding: 20px;
    font-size: 1.5rem;
    border-top: 1px solid #e5e5e5;
}
/* end_アコーディオン */

/* --------------------end_旅行条件-------------------- */

/* --------------------start_催行確定メール-------------------- */

#Calendar-mail #btnToTop.btnToTop--active {
    bottom: 100px;
}

.Calendar-mail {
    margin-top: 40px;
}

.Calendar-mail__fix-menu-wrap {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    background-color: white;
    box-shadow: 0px 0px 2px 2px rgb(0 0 0 / 5%);
}

/* start_アコーディオン中身 */

.Calendar-mail__fix-date-wrap {
    display: none;
    padding: 20px 0 15px 0;
    border-bottom: 1px solid #e5e5e5;
}

.Calendar-mail__fix-date-inner {
    width: 1024px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0 auto;
}

.Calendar-mail__fix-date {
    position: relative;
    width: calc((100% - 20px) / 5);
    margin-bottom: 5px;
    padding: 5px 12px;
    font-size: 1.4rem;
    border: 1px solid #e5e5e5;
    border-radius: 50px;
    cursor: pointer;
}

.Calendar-mail__fix-date:not(:nth-child(5n)) {
    margin-right: 5px;
}

/* start_icn */
.Calendar-mail__icn_fix-date {
    position: absolute;
    top: 50%;
    right: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    color: white;
    background: #666;
    border-radius: 50%;
    transform: translateY(-50%);
    transition: opacity 0.3s;
}

.Calendar-mail__icn_fix-date::before,
.Calendar-mail__icn_fix-date::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 8px;
    height: 1px;
    background: white;
}

.Calendar-mail__icn_fix-date::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.Calendar-mail__icn_fix-date::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.Calendar-mail__fix-date:hover .Calendar-mail__icn_fix-date {
    opacity: 0.7;
}
/* end_icn */

/* end_アコーディオン中身 */

.Calendar-mail__fix-btn-wrap {
    display: flex;
    justify-content: flex-end;
    width: 1024px;
    margin: 0 auto;
    padding: 20px 0;
}

/* start_戻る */
.Calendar-mail__fix-back-btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: auto;
    padding: 0 15px 0 35px;
    color: #666;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1;
    border: 1px solid #c3c3c3;
    border-radius: 4px;
    transition: opacity 0.3s;
}

.Calendar-mail__fix-back-btn:hover {
    opacity: 0.7;
}

.Calendar-mail__fix-back-btn::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 15px;
    display: block;
    width: 16px;
    height: 16px;
    background-color: #f5f5f5;
    border-radius: 50%;
    transform: translateY(-50%);
}

.Calendar-mail__fix-back-btn::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 21px;
    display: block;
    width: 5px;
    height: 5px;
    border-bottom: 2px solid #666;
    border-left: 2px solid #666;
    transform: translateY(-50%) rotate(45deg);
}
/* end_戻る */

/* start_一覧を見る */
.Calendar-mail__fix-more-btn {
    position: relative;
    display: flex;
    margin-right: 10px;
    align-items: center;
    padding: 0 80px;
    justify-content: center;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1;
    border: 1px solid #c3c3c3;
    border-radius: 4px;
    transition: opacity 0.3s;
}

.Calendar-mail__fix-more-btn:hover {
    opacity: 0.7;
}

.Calendar-mail__selected-num {
    position: absolute;
    top: -6px;
    left: -6px;
    width: 22px;
    height: 22px;
    color: white;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 22px;
    text-align: center;
    border-radius: 50%;
    background-color: #0073c0;
}

.Calendar-mail__fix-more-btn .Search__icn-plus {
    background-color: #f5f5f5;
}

.Calendar-mail__fix-more-btn .Search__icn-plus-inner::before,
.Calendar-mail__fix-more-btn .Search__icn-plus-inner::after {
    background-color: #0073c0;
}
/* end_一覧を見る */

/* start_登録する */
.Calendar-mail__fix-register-btn {
    padding: 4px 24px;
    color: #0073c0;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.3;
    text-align: center;
    border: 1px solid #99d9f6;
    border-radius: 4px;
    transition: background-color 0.3s;
}

.Calendar-mail__fix-register-btn:hover {
    background-color: var(--active-color);
}
/* start_登録する */

/* --------------------end_催行確定メール-------------------- */

.Calendar-foot {
    margin-top: 10px;
}

.Calendar-foot--seminar {
    padding-top: 40px;
}

.approval-num {
    width: 1024px;
    margin: 0 auto 40px auto;
    color: #666;
    font-size: 1.2rem;
    letter-spacing: 0.04em;
    text-align: right;
    height: 20px;
}

/* --------------------start_説明会-------------------- */

.Calendar-session {
    width: 100%;
    margin-bottom: 40px;
    padding: 40px 0;
    background-color: #f5f5f5;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

.Calendar-session__inner {
    width: 1024px;
    margin: 0 auto;
}

.Calendar-session__items {
    padding: 20px 20px 5px 20px;
    border-radius: 6px;
    background-color: white;
    border: 1px solid #e5e5e5;
}

.Calendar-session__item {
    padding-bottom: 15px;
}

.Calendar-session__item:not(:last-child) {
    border-bottom: 1px dotted #888;
    margin-bottom: 15px;
}

.Calendar-session__date {
    display: inline-block;
    margin-bottom: 5px;
    padding: 5px;
    font-size: 1.3rem;
    line-height: 1;
    background-color: #f5f5f5;
}

.Calendar-session__link {
    display: block;
    width: 100%;
    font-size: 1.5rem;
}

.Calendar-session__link::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-right: 5px;
    border-top: 2px solid #0073c0;
    border-right: 2px solid #0073c0;
    transform: rotate(45deg);
    vertical-align: 1px;
}

.Calendar-session__link:hover {
    text-decoration: underline;
}

/* --------------------end_説明会-------------------- */

/* --------------------start_Inquiry-------------------- */

/* start_Inquiry共通 */
.Calendar-inquiry__wrap {
    margin-bottom: 40px;
    padding: 40px 0;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

.Calendar-inquiry__inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 1024px;
    margin: 0 auto;
}

.Calendar-inquiry__group {
    width: 100%;
    padding: 20px;
    border: 2px solid #e5e5e5;
}

.Calendar-inquiry__group--half {
    width: 492px;
}

.Calendar-inquiry__group:not(:last-child) {
    margin-bottom: 40px;
}

.Calendar-inquiry__group--ttl {
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-size: 1.8rem;
    font-weight: 600;
    border-bottom: 1px solid #e5e5e5;
}
/* end_Inquiry共通 */

/* start_お問い合わせ・お申し込み */

/* start_メールでのお問い合わせ */
.Calendar-inquiry--info__mail-btn {
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
    padding: 13px 40px 13px 20px;
    border: 1px solid #c3c3c3;
    border-radius: 3px;
    font-size: 1.4rem;
    transition: opacity 0.3s;
}

.Calendar-inquiry--info__mail-btn:hover {
    opacity: 0.7;
}

.Calendar-inquiry--info__mail-btn::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 12px;
    display: block;
    width: 16px;
    height: 16px;
    background-color: #0073c0;
    border-radius: 50%;
    transform: translateY(-50%);
}

.Calendar-inquiry--info__mail-btn::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 18px;
    display: block;
    width: 5px;
    height: 5px;
    border-top: 2px solid white;
    border-right: 2px solid white;
    transform: translateY(-50%) rotate(45deg);
}

.Calendar-inquiry--info__mail-btn-inner::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 3px;
    vertical-align: -3px;
    background: url(../images/icn_mail.svg) no-repeat center / contain;
}
/* end_メールでのお問い合わせ */

.Calendar-inquiry--info__other-note {
    margin-bottom: 20px;
    font-size: 1.5rem;
}

.Calendar-inquiry--info__list {
    display: flex;
    justify-content: space-between;
}

.Calendar-inquiry--info__list:not(:last-of-type) {
    margin-bottom: 5px;
}

.Calendar-inquiry--info__list:last-of-type {
    margin-bottom: 10px;
}

.Calendar-inquiry--info__list-label {
    width: 110px;
    color: #666;
    font-size: 1.4rem;
    font-weight: 600;
}

.Calendar-inquiry--info__list-content {
    width: calc(100% - 130px);
    font-size: 1.5rem;
}

/* start_ナビダイヤル */
.Calendar-inquiry--info__list-content--tel {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    font-size: 1.4rem;
}

.Calendar-inquiry--info__tel {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 40%;
    margin-bottom: 10px;
    color: #1d4192;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1;
}

.Calendar-inquiry--info__tel-label {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 100%;
    margin-right: 10px;
    padding: 5px 10px;
    color: white;
    font-size: 1.2rem;
    line-height: 1.3;
    text-align: center;
    vertical-align: 2px;
    background-color: #1d4192;
}

.Calendar-inquiry--info__tel-note {
    display: block;
    width: 100%;
}
/* end_ナビダイヤル */

.Calendar-inquiry--info__adress-wrap {
    display: block;
    margin-bottom: 10px;
    padding: 20px;
    font-size: 1.4rem;
    background-color: #f5f5f5;
}

.Calendar-inquiry--info__adress-name {
    font-size: 1.5rem;
    font-weight: 600;
}

.Calendar-inquiry--info__note {
    color: #666;
    font-size: 1.2rem;
}
/* end_お問い合わせ・お申し込み */

/* start_ご来店でのお問い合わせ・お申し込み */
.Calendar-inquiry--store__adress-wrap {
    display: block;
    font-size: 1.4rem;
}

.Calendar-inquiry--store__adress-wrap:not(:last-child) {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
}

.Calendar-inquiry--store__adress-name {
    font-size: 1.5rem;
    font-weight: 600;
}
/* end_ご来店でのお問い合わせ・お申し込み */

/* start_旅行企画・実施 */
.Calendar-inquiry--planning__label {
    font-size: 1.5rem;
    font-weight: 600;
}

.Calendar-inquiry--planning__adress {
    font-size: 1.4rem;
}
/* end_旅行企画・実施 */

/* --------------------end_Inquiry-------------------- */

/* --------------------start_お気に入り / 条件書 / 質問 / その他のツアーを検索するボタン-------------------- */

.Calendar-foot__favorite-btn-wrap {
    margin-bottom: 40px;
    text-align: center;
}

.Calendar-foot__parallel-btn-wrap {
    display: flex;
    justify-content: center;
    width: 1024px;
    margin: 0 auto 40px auto;
}

.Calendar-foot__btn {
    position: relative;
    display: inline-flex;
    justify-content: flex-start;
    width: 490px;
    padding: 25px 20px;
    font-weight: 600;
    border: 1px solid #c3c3c3;
    border-radius: 3px;
    transition: opacity 0.3s;
}

.Calendar-foot__btn:nth-child(n + 2) {
    margin-left: 44px;
}

.Calendar-foot__btn:hover {
    opacity: 0.7;
}

.Calendar-foot__btn::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 12px;
    display: block;
    width: 16px;
    height: 16px;
    background-color: #0073c0;
    border-radius: 50%;
    transform: translateY(-50%);
}

.Calendar-foot__btn::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 18px;
    display: block;
    width: 5px;
    height: 5px;
    border-top: 2px solid white;
    border-right: 2px solid white;
    transform: translateY(-50%) rotate(45deg);
}

.Calendar-foot__favorite-btn-inner::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 3px;
    vertical-align: -5px;
    background: url(../../sharing/common21/images/icn_favorite--stroke-pink.svg)
    no-repeat center / contain;
}

.Common21__fill-btn--calendar-foot {
    width: 490px;
    margin-bottom: 40px;
    padding: 18px 60px;
    letter-spacing: inherit;
}

/* --------------------end_お気に入り / 条件書 / 質問 / その他のツアーを検索するボタン-------------------- */

/* --------------------start_モーダル-------------------- */

/* start_特別代金プラン */

.CommonModal--special-price-caution {
    color: var(--sub-corporate-color);
    font-size: 1.3rem;
    font-weight: 600;
}

.CommonModal--special-price-note {
    margin: 15px auto 20px auto;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    overflow: hidden;
}

.CommonModal--special-price-label {
    padding: 10px 15px;
    color: #666;
    font-size: 1.4rem;
    font-weight: 600;
    background: #f5f5f5;
    border-bottom: 1px solid #e5e5e5;
}

.CommonModal--special-price-txt {
    padding: 15px;
}

.CommonModal--special-price-table-ttl {
    margin-top: 30px;
    margin-bottom: 10px;
    padding-left: 5px;
    font-weight: 600;
    line-height: 1;
    border-left: 4px solid #0073c0;
}

.CommonModal--special-price-table {
    width: 100%;
    margin-bottom: 10px;
}

.CommonModal--special-price-table th,
.CommonModal--special-price-table td {
    padding: 10px 20px;
    border: 1px solid #e5e5e5;
}

.CommonModal--special-price-table th {
    color: white;
    font-weight: 600;
    background: #666;
    text-align: center;
}

.CommonModal--special-price-table th:last-child {
    text-align: center;
}

.CommonModal--special-price-table td:last-child {
    font-weight: 600;
    text-align: right;
}

.CommonModal--special-price-unit {
    font-size: 1.3rem;
}

.CommonModal--special-price-request {
    margin-left: 5px;
    padding: 5px;
    color: var(--sub-corporate-color);
    font-size: 1.2rem;
    font-weight: 600;
    border: 1px solid var(--sub-corporate-color);
}

/* end_特別代金プラン */

/* --------------------end_モーダル-------------------- */

.icn_tour-favorite-wrap2 {
    display: block;
    width: 35px;
    height: 35px;
    border: 1px solid #c3c3c3;
    border-radius: 50%;
    cursor: pointer;
    overflow: hidden;
}

.icn_tour-favorite-wrap2 .cls-1 {
    fill: white;
}

.icn_tour-favorite-wrap2 .cls-2 {
    fill: #c3c3c3;
}

.icn_tour-favorite-wrap2 .cls-3 {
    fill: white;
}

.taxes_label dt {
    font-weight: normal;
}

/* --------------------start_新IIT国内カレンダー画面--------------------- */
.cancel__link {
    color: #0073c0;
}

.cancel__link:hover {
    text-decoration: underline;
}
/* --------------------end_新IIT国内カレンダー画面--------------------- */

/* --------------------start_e-TBT/PRIVACY/公正取引協議会--------------------- */
.Calendar-inquiry__group {
    position: relative;
}

.ProofLinks {
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.ProofLinks__items {
    display: flex;
    justify-content: flex-end;
}

.ProofLinks__item {
    height: 65px;
}

.ProofLinks__item:not(:last-child) {
    margin-right: 10px;
}

.ProofLinks__item img {
    width: auto;
    height: 100%;
}
/* --------------------end_e-TBT/PRIVACY/公正取引協議会--------------------- */

/* --------------------start_受託販売画面「旅行企画・実施」--------------------- */
.Calendar-inquiry__group.Calendar-inquiry__group--half:first-child .Calendar-inquiry--planning__adress {
    font-size: 1.6rem;
    line-height: 1.8;
}
/* --------------------end_受託販売画面「旅行企画・実施」--------------------- */


/* --------------------start_全国旅行支援--------------------- */
.support-term-wrap {
    display: flex;
    justify-content: space-between;
}
.support-term {
    display: flex;
    justify-content: flex-start;
}
.support-term p:first-child {
    width: 180px;
}
.Calendar-head__support-wrap {
    width: 100%;
    height: auto;
    padding: 8px;
    color: #666;
    font-size: 1.3rem;
    line-height: 1.3;
    border: 1px solid #f27985;
    background-color: #ffeded;
    margin: 10px 0;
}
.Calendar-head__support-txt {
    font-size: 14px;
    color: #000;
}
.Calendar-head__support-txt dt {
    text-align: center;
    font-size: 16px;
    margin-bottom: 5px;
}
.Calendar-head__support-txt dd.support-txt {
    margin-bottom: 5px;
    /*font-feature-settings: "palt";*/
}
.Calendar-head__support-txt dd ul li {
    display: flex;
    justify-content: space-between;
}
.Calendar-head__support-txt dd ul li.ann span{
    font-size: 12px;
    text-indent: 15px;
}
/* --------------------end_全国旅行支援--------------------- */
/* --------------------start_アイコン説明モーダル--------------------- */

.icon-explaination-popup {
    cursor: pointer;
}

.icon-explaination-popup:hover {
    text-decoration: underline
}
#Explain-Icons.CommonModal-overlay {
    background: rgba(0,0,0,0.5);
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 20;
    opacity: 1;
}

#Explain-Icons .CommonModal__contents-inner{
    display: flex;
    padding: 0 20px;
}
#Explain-Icons .CommonModal__contents-inner:first-child{
    padding-top:20px;
}
#Explain-Icons .CommonModal__contents-inner:last-child{
    padding-bottom:20px;
}
.Icons__icon, .Icons__icon-th{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border-color: #e5e5e5;
    width:30%;
    height: auto;
    min-height: 45px;
    padding: 10px 15px;
    border: 1px solid #c3c3c3;
    border-top:none;
}
.Icons__ex, .Icons__ex-th{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    border-color: #e5e5e5;
    width:70%;
    height: auto;
    min-height: 45px;
    padding: 10px 15px;
    border: 1px solid #c3c3c3;
    border-left:none;
    border-top:none;
}
.Icons__icon-th{
    justify-content: flex-start;
    border:1px solid #c3c3c3;
    background: #f5f5f5;
    justify-content: center;
}
.Icons__ex-th{
    border:1px solid #c3c3c3;
    border-left:none;
    background: #f5f5f5;
    justify-content: center;
}
#Explain-Icons .Calendar-head__tag-item{
    margin:0;
}
a[data-common-modal="Explain-Icons"],
button[data-common-modal="Explain-Icons"]{
    /* リセット */
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    font-family: inherit;
    /* リセット */
    font-size:1.4rem;
    letter-spacing: inherit;
    line-height:3rem;
    color:#333;
}
a[data-common-modal="Explain-Icons"]:hover,
button[data-common-modal="Explain-Icons"]:hover {
    text-decoration: underline;
}
/* --------------------end_アイコン説明モーダル--------------------- */

.Calendar-price__table td{
    vertical-align: top !important;
}
