*:last-child {
    margin-bottom: 0;
}
main {
    position: relative;
    padding: 200px 0 0;
    background: var(--main-background-color);
}
section {
    margin: auto;
}
ul li {
    font-size: 1.6rem;
}
.att li {
    position: relative;
    margin-bottom: 5px;
    padding-left: 20px;
}
.att li:before {
    content: "・";
    position: absolute;
    left: 2px;
}
.anotation_txt {
    padding: 10px 0 0;
}
.anotation_txt li {
    position: relative;
    margin-bottom: 5px;
    padding-left: 20px;
    font-size: 1.4rem;
}
.anotation_txt li:last-child {
    margin-bottom: 0;
}
.anotation_txt li::before {
    position: absolute;
    left: 2px;
    content: "※";
}
.text-link[target="_blank"] {
    position: relative;
    text-decoration: underline;
    word-break: break-all;
}
.text-link[target="_blank"]::after {
    content: "";
    display: inline-flex;
    width: 16px;
    height: 15px;
    margin-left: 4px;
    margin-right: 4px;
    background: url(/-/media/tfc/ts3travel/file/telephone_lp/common/img/ico_blank_gold.png);
}
.white {
    background-color: var(--full-light-color);
}
.color-gold {
    color: var(--gold-color);
}
.js-accordion-box {
    display: none;
}
.mv-area {
    width: 100%;
    margin: 0;
}
.anchor-list-wrap {
    position: absolute;
    top: 40px;
    left: calc(50% - 540px);
    width: 1080px;
    max-width: 100%;
    margin-bottom: 80px;
    border-radius: 4px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.14);
    background: var(--full-light-color);
}
.anchor-list-wrap.fixed {
    position: fixed;
    top: 75px;
    left: 0;
    bottom: auto;
    width: 100%;
    margin: 0;
    border-top: 1px solid #ccc;
    box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.14);
    z-index: 1000;
}
.anchor-link a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 130px;
    min-height: 70px;
    padding: 10px 10px 20px;
    font-size: 1.5rem;
}
.section-wrap {
    width: 1180px;
    max-width: 100%;
    margin: 0 auto 46px;
    padding: 60px 50px;
}
.section-wrap + .section-wrap.-padding-none {
    margin-top: 15px;
}
.section-wrap.-padding-none {
    padding: 0;
}
.section-wrap p {
    font-size: 1.6rem;
}
.section-wrap p,
.section-wrap ul li {
    text-align: left;
}
section h2 {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-size: 3.0rem;
    color: #57370D;
    font-family: 'Noto Serif JP';
}
section#faq h2 {
    padding: 16px;
    border: 2px solid #b4aca4;
    background-color: #fefaf2;
}
section h2::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: calc(50% - 540px);
    width: 100%;
    height: 2px;
    background: var(--concierge-border-color);
}
section#faq h2::after {
    content: none;
}
section h2 + p {
    margin-bottom: 30px;
}
#faq h2 + p {
    margin-bottom: 40px;
}
.products-section + .products-section {
    margin-top: 70px;
}
.products-section > section:not(.travel-desk-wrap) h3 {
    position: relative;
    margin-bottom: 8px;
    font-size: 2.6rem;
    color: #57370D;
}
#koushi.products-section img {
    width: 250px;
}
.products-section .flex-only_pc {
    gap: 30px;
}
.check {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 40px;
}
.check li {
    position: relative;
    padding-left: 22px;
    font-weight: 700;
}
.check li:nth-child(odd) {
    width: 30%;
}
.check li:nth-child(even) {
    width: 60%;
}
.check li::before {
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
    width: 18px;
    height: 18px;
    background: url(/-/media/tfc/ts3travel/file/telephone_lp/common/img/ico_check_gold.svg) center / contain no-repeat;
}
.ico-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 38px;
}
.ico-list li {
    position: relative;
    margin-top: 10px;
    padding-left: 27px;
    font-size: 1.8rem;
    font-weight: 700;
}
.ico-list li::before {
    content: "";
    position: absolute;
    top: calc(50% - 20px / 2);
    left: 0;
    width: 20px;
    height: 20px;
}
.ico-list li.airplane::before {
    background: url(/-/media/tfc/ts3travel/file/telephone_lp/common/img/ico_airplane_gold.svg) center / contain no-repeat;
}
.ico-list li.map::before {
    background: url(/-/media/tfc/ts3travel/file/telephone_lp/common/img/ico_map_gold.svg) center / contain no-repeat;
}
.ico-list li.cruise::before {
    background: url(/-/media/tfc/ts3travel/file/telephone_lp/common/img/ico_cruise_gold.svg) center / contain no-repeat;
}
.ico-list li a {
    text-decoration: underline;
}
.gold {
    font-weight: bold;
    background: linear-gradient(244deg, #c09d50 19.86%, #edd8aa 55.34%, #c09d50 95.94%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.cash-back-list + .cash-back-list {
    margin-top: 40px;
}
.cash-back-list.-pattern02 dt > p {
    font-size: 3.0rem;
    color: #edd8aa;
}
.cash-back-list.-pattern02 .gold {
    background: unset;
    -webkit-text-fill-color: unset;
}
.cash-back-list > dt {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 24px;
    font-size: 3.6rem;
    background-color: #262626;
    font-family: 'Noto Serif JP';
}
.cash-back-list dt.--open::after {
    background-image: url(/-/media/tfc/ts3travel/file/telephone_lp/common/img/ico_minus_wht.svg);
}
.cash-back-list dt .num {
    font-size: 6.0rem;
}
.cash-back-list dt .small {
    font-size: 3.0rem;
}
.cash-back-list.-pattern02 dt.small,
.cash-back-list.-pattern02 dtp .small {
    font-size: 2.6rem;
}
.cash-back-list .label {
    padding: 7px 14px;
    font-size: 2.2rem;
    font-weight: 700;
    color: #fff;
    border: 1px solid #fff;
    font-family: 'Noto Sans JP';
}
.cash-back-list > dd {
    border: 1px solid;
    border-color: var(--gray--color) #ccc;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.14);
}
.cash-back-list dd .box-inner {
    justify-content: space-between;
    padding: 35px 40px 40px;
}
.cash-back-list dd .box-inner dl,
.box-inner .anotation_txt {
    width: 580px;
    margin: auto;
    text-align: left;
}
.cash-back-list dd .box-inner dl div {
    display: block;
    margin-bottom: 8px;
}
.cash-back-list dd .box-inner dl div:last-child {
    margin-bottom: 0;
}
.cash-back-list dd .box-inner dt,
.cash-back-list dd .box-inner dd {
    display: inline;
    font-size: 1.6rem;
    text-align: left;
}
.cash-back-list dd .box-inner > div:first-child {
    width: 660px;
}
.cash-back-list dd .box-inner section {
    width: 100%;
    border: 1px solid #ccc;
}
.cash-back-list dd .box-inner section h3 {
    margin-bottom: 0;
    padding: 5px;
    font-size: 2.0rem;
    text-align: center;
    color: var(--full-dark-color);
    background: #e6e6e6;
}
.cash-back-list dd .box-inner section h3 .-small {
    font-size: 1.8rem;
}
.cash-back-list dd .box-inner section h3::before {
    content: none;
}
.cash-back-list dd .box-inner section ul {
    padding: 20px 10px;
}
.cash-back-list dd .box-inner .lead-text {
    position: relative;
    margin-bottom: 30px;
    padding: 20px;
    font-size: 2.4rem;
    text-align: center;
    font-family: 'Noto Serif JP';
    color: #57370d;
    border-top: 1px solid #a29061;
    border-bottom: 1px solid #a29061;
}
.cash-back-list.-pattern02 dd .box-inner .lead-text {
    margin-bottom: 20px;
    padding: 12px;
}
.cash-back-list dd .box-inner .lead-text::before {
    content: "";
    position: absolute;
    top: -13px;
    left: calc(50% - 52px);
    width: 105px;
    height: 12px;
    background: url(/-/media/tfc/ts3travel/file/telephone_lp/common/img/img_decoration_01.png) center / contain no-repeat;
}
.cash-back-list dd .btn {
    justify-content: center;
    padding: 26px;
    gap: 10px;
    background: #f5f2e8;
}
.accordion-travel-desk .tel::after {
    content: none;
}
.cash-back-list dd .btn a {
    width: 333px;
    padding-right: 35px;
    color: var(--full-light-color);
    border-radius: 100px;
    border: 1px solid #4B3C1D;
    background: linear-gradient(180deg, #A89469 0%, #7A6740 100%);
}
.cash-back-list dd .btn a[target="_blank"]::after {
    right: 20px;
    background: url(/-/media/tfc/ts3travel/file/telephone_lp/common/img/ico_blank_wht.svg) center no-repeat;
}
.accordion-travel-desk .flex-only_pc {
    justify-content: center;
}
.accordion-travel-desk .tel {
    width: 29%;
    color: var(--link-red-color);
    font-weight: bold;
}
.accordion-travel-desk .webforn_btn {
    width: 334px;
}
.accordion-travel-desk .tel img {
    width: 30px;
    height: 30px;
    margin-right: 1%;
    vertical-align: inherit;
}
.accordion-travel-desk .tel a {
    font-size: 3.4rem;
}
.accordion-travel-desk.btn a {
    padding: 0;
    border: none;
}
.accordion-travel-desk .webforn_btn a {
    justify-content: left;
    padding: 16px 16px 16px 111px;
    background: url(/-/media/tfc/ts3travel/file/telephone_lp/common/img/ico_mail.png) center no-repeat;
    background-color: var(--link-red-color);
    color: var(--full-light-color);
    background-position: 57px;
    background-size: 42px;
    font-size: 1.8rem;
}
.accordion-travel-desk.btn a::after {
    content: none;
}
.accordion-travel-desk .anotation_txt {
    width: fit-content;
    margin: auto;
    padding-top: 20px;
}
.travel-desk.white .plan_contact {
    margin: 0;
    padding: 0;
    background: none;
}
.travel-desk-wrap.white h3 {
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: 30px;
    padding: 0;
    background: none;
    color: var(--light-dark-color);
}
.travel-desk-wrap.white .plan_contact .inner > .flex {
    margin-bottom: 0;
    padding: 0;
    border-bottom: none;
}
.travel-desk.white .plan_contact .inner .flex .tel {
    text-align: center;
}
.travel-desk .plan_contact .inner .flex > .txt .note {
    text-align: center;
}
.introduce {
    text-align: left;
}
.introduce dt {
    margin-bottom: 17px;
    font-size: 2.0rem;
    font-weight: 700;
    border-bottom: 1px solid var(--concierge-border-color);
}
.introduce dt span {
    display: block;
    margin-bottom: 6px;
    font-size: 1.4rem;
    font-weight: 400;
}
.introduce dd {
    font-size: 1.6rem;
    letter-spacing: 0.48px;
    line-height: 1.5;
    font-weight: 400;
}
.schedule-wrap {
    padding: 40px;
    background-color: #fefaf2;
}
.schedule-wrap .schedule {
    width: 789px;
    max-width: 100%;
    margin: auto;
    padding: 40px 60px;
    border: 1px solid var(--concierge-border-color);
    background-color: var(--full-light-color);
}
.schedule-wrap .schedule .schedule-item {
    display: flex;
    gap: 12px;
    margin-bottom: 16px;
    padding-bottom: 2px;
    border-bottom: 1px solid var(--concierge-border-color);
}
.schedule-wrap .schedule .schedule-item:last-of-type {
    margin-bottom: 0;
}
.schedule-wrap .schedule .schedule-item time {
    color: #57370d;
    font-weight: 700;
}
@media screen and (min-width: 768px) {
    a[href^="tel:"] {
        pointer-events: none;
    }
    #application h2 + p {
        margin-bottom: 20px;
        text-align: center;
    }
    .anchor-link {
        display: flex;
        justify-content: center;
    }
    .fixed .anchor-link a {
        padding-bottom: 10px;
    }
    .anchor-link li {
        position: relative;
    }
    .anchor-link li::after {
        position: absolute;
        content: "";
        top: calc(50% - 3px);
        right: 20px;
        width: 11px;
        height: 6px;
        background: url(/-/media/tfc/ts3travel/file/telephone_lp/common/img/ico_arrow_down.png) center / contain no-repeat;
    }
    .anchor-link li::after {
        display: block;
        align-items: center;
        top: auto;
        bottom: 10px;
        right: calc(50% - (11px / 2));
    }
    .fixed .anchor-link li::after {
        content: none;
    }
    .anchor-link li:not(:first-child) a::before {
        content: "";
        position: absolute;
        top: 20px;
        left: 0;
        width: 1px;
        height: 30px;
        background: #999;
    }
    main .anchor-link li:last-child a::after {
        left: auto;
        right: 0;
    }
    .travel-desk-wrap.white {
        width: 82%;
        padding: initial;
        border: 1px solid var(--concierge-border-color);
    }
    .travel-desk-wrap.white .travel-desk {
        position: static;
        max-width: 100%;
        margin: auto;
        padding: 32px 90px;
        border: none;
        background: none;
    }
    .travel-desk .plan_contact {
        color: var(--full-dark-color);
    }
    .travel-desk.white .anotation_txt {
        padding-top: 20px;
    }
}
@media screen and (max-width: 767px) {
    main {
        padding-top: 0;
        background-color: var(--full-light-color);
    }
    .check {
        flex-direction: column;
        gap: 8px;
    }
    .check li:nth-child(odd),
    .check li:nth-child(even) {
        width: 100%;
    }
    .ico-list {
        justify-content: left;
        gap: 24px;
    }
    .anotation_txt li {
        font-size: 1.3rem;
    }
    .anchor-list-wrap {
        display: none;
    }
    .anchor-list-wrap.fixed {
        display: block;
        top: 55px;
        padding: 0;
        background-color: var(--full-light-color);
    }
    .anchor-list-wrap.fixed .js-accordion-btn {
        position: relative;
        display: block;
        width: 100%;
        min-height: 45px;
        padding: 11px 46px;
        font-size: 1.5rem;
        text-align: center;
        box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.16);
        font-family: "Noto Serif JP";
    }
    .anchor-list-wrap.fixed .js-accordion-btn::after {
        content: "";
        width: 46px;
        height: 46px;
        display: block;
        position: absolute;
        top: -1px;
        left: 0;
        background-color: #57370d;
        background-image: linear-gradient(180deg, var(--full-light-color) 0px 2px, transparent 2px), linear-gradient(90deg, var(--full-light-color) 0px 2px, transparent 2px);
        background-size: 15px 2px, 2px 15px;
        background-position: calc((46px - 15px - 2px) / 2) calc((46px - 2px - 2px) / 2), calc((46px - 2px - 2px) / 2) calc((46px - 2px - 15px) / 2);
        background-repeat: no-repeat;
    }
    .anchor-list-wrap.fixed .js-accordion-btn.--open:after {
        content: "";
        border: 1px solid #57370d;
        background-image: linear-gradient(180deg, var(--full-light-color) 0px 2px, transparent 2px);
        background-color: #57370d;
        background-size: 17px 2px;
        background-position: calc((46px - 17px - 2px) / 2) calc((46px - 2px - 2px) / 2), calc((46px - 2px - 2px) / 2) calc((46px - 2px - 17px) / 2);
        background-repeat: no-repeat;
    }
    .anchor-link {
        padding: 6px 24px;
        background-color: #f0f0f0;
    }
    .anchor-link ul {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }
    .anchor-link li {
        width: 40%;
        text-align: left;
        border-bottom: 1px solid #bfbfbf;
    }
    .anchor-link ul li:nth-child(2n) {
        width: 60%;
        padding-left: 5%;
    }
    .anchor-link.even ul li:nth-last-child(2),
    .anchor-link.even ul li:last-child {
        border-bottom: 0;
    }
    .anchor-link li a {
        justify-content: left;
        width: auto;
        min-height: unset;
        padding: 14px 0px 14px;
    }
    .anchor-link a::after {
        position: absolute;
        content: "";
        top: calc(50% - 3px);
        right: 0;
        width: 11px;
        height: 6px;
        background: url(/-/media/tfc/ts3travel/file/telephone_lp/common/img/ico_arrow_down.png) center / contain no-repeat;
    }
    .anchor-list-wrap.fixed .anchor-link a::after {
        content: none;
    }
    .concierge-list.fixed .js-accordion-btn.--open::after {
        content: "";
        border: 1px solid #57370d;
        background-image: linear-gradient(180deg, var(--full-light-color) 0px 2px, transparent 2px);
        background-color: #57370d;
        background-size: 17px 2px;
        background-position: calc((46px - 17px - 2px) / 2) calc((46px - 2px - 2px) / 2), calc((46px - 2px - 2px) / 2) calc((46px - 2px - 17px) / 2);
        background-repeat: no-repeat;
    }
    .travel-desk-wrap {
        margin-top: 32px;
    }
    .section-wrap {
        width: 100%;
        margin-bottom: 0;
        padding: 32px 0 0;
    }
    .section-wrap:last-of-type {
        padding: 32px;
    }
    section h2 {
        margin-bottom: 16px;
        padding-bottom: 16px;
        font-size: 2.4rem;
    }
    section h2::after {
        left: 0;
    }
    .products-section:not(#schedule) {
        padding: 0 20px;
    }
    .products-section + .products-section {
        margin-top: 32px;
    }
    .products-section#schedule h2 {
        margin: 0 20px;
    }
    .products-section section:not(.travel-desk) h3 {
        font-size: 1.8rem;
    }
    #koushi.products-section img {
        margin-bottom: 16px;
    }
    .travel-desk-wrap.white {
        padding: 0;
    }
    .cash-back-list > dt {
        flex-direction: column;
        align-items: baseline;
        padding: 20px 12px;
        font-size: 2.4rem;
        gap: 8px;
    }
    .cash-back-list dt .num {
        font-size: 4.0rem;
    }
    .cash-back-list.-pattern02 dt p {
        font-size: 2.2rem;
    }
    .cash-back-list.-pattern02 dt .small,
    .cash-back-list.-pattern02 dt p .small {
        font-size: 1.8rem;
    }
    .cash-back-list dt .small
    .cash-back-list .label {
        font-size: 1.5rem;
    }
    .cash-back-list dt::after {
        top: calc((100% - 35px) / 2);
        right: 16px;
        width: 35px;
        height: 35px;
        border-radius: 18px;
    }
    .cash-back-list dd .box-inner {
        padding: 30px 10px 18px;
    }
    .cash-back-list dd .box-inner dl,
    .box-inner .anotation_txt {
        width: 100%;
    }
    .box-inner dt,
    .box-inner dd {
        font-size: 1.5rem;
    }
    .cash-back-list dd .box-inner > div:first-child {
        width: 100%;
    }
    .box-inner .lead-text {
        padding: 16px 0px;
        font-size: 1.7rem;
    }
    .cash-back-list dd .box-inner .lead-text {
        margin-bottom: 18px;
    }
    .box-inner dl div:not(:last-child) {
        margin-bottom: 10px;
    }
    .box-inner section h3 {
        padding: 8px 10px;
        font-size: 1.6rem;
    }
    .box-inner section h3 .-small {
        font-size: 1.5rem;
    }
    .schedule-wrap {
        padding: 24px 0;
    }
    .schedule-wrap .schedule {
        width: calc(100% - 40px);
        padding: 20px 16px;
    }
    .travel-desk.white {
        padding: 32px 12px;
    }
    .travel-desk-wrap.white h3 {
        margin-bottom: 15px;
    }
    .travel-desk .plan_contact .inner > .ttl {
        margin-bottom: 13px;
    }
    .travel-desk.white .plan_contact .inner .flex .txt {
        width: 100%;
        margin-bottom: 10px;
    }
    .travel-desk.white .plan_contact .inner .flex .tel {
        margin-bottom: 10px;
    }
    .travel-desk.white .plan_contact .inner .flex > .note {
        width: 100%;
        font-size: 1.4rem;
    }
    .travel-desk.white .plan_contact .inner .flex > .webforn_btn {
        max-width: 270px;
        margin: auto;
    }
    .travel-desk.white .plan_contact .inner .flex > .webforn_btn a {
        display: flex;
        justify-content: center;
        align-items: center;
        min-height: 50px;
        padding: 10px 10px 10px 59px;
        font-size: 1.4rem;
    }
    .travel-desk.white .anotation_txt {
        padding-top: 12px;
    }
}