@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Corinthia&family=Montserrat:ital,wght@0,600;1,600&family=Zen+Kaku+Gothic+New:wght@400;700&display=swap');

button {
    letter-spacing: inherit;
}

.contents {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #333;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.5rem;
    line-height: 2;
    letter-spacing: 0.05em;
    overflow-x: hidden;
    --eur-bg-color: #F7F7ED;
    --eur-border-color: #B3B3B3;
    --eur-airFrance-color: #FF4400;
    --eur-klm-color: #0077CD;
    --eur-default-font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
}

.common-h2 {
    display: flex;
    align-items: center;
    flex-direction: column;
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
    position: relative;
}

.common-h2::before {
    content: '';
    position: absolute;
    bottom: 55px;
    left: 50%;
    width: 92px;
    height: 20px;
    background: url(/attending/t/europe_airlines/images/deco_common-h2.svg) no-repeat center / contain;
    transform: translateX(-50%);
}

.common-h2::after {
    content: attr(data-english);
    font-family: "Corinthia", cursive;
    font-size: 4.4rem;
    font-weight: 400;
    letter-spacing: 0;
    padding-top: 30px;
}

.common-h2__logo {
    margin-bottom: 16px;
}

.common-h2--air-france .common-h2__logo {
    width: 188px;
}

.common-h2--klm .common-h2__logo {
    width: 257px;
}

/* start_keyvis */
.keyvis {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
    margin-bottom: 40px;
}

.keyvis__airlines {
    display: flex;
    justify-content: center;
    width: 1024px;
}

.keyvis__airline {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: flex-end;
    width: 50%;
    height: 90px;
    padding-bottom: 14px;
    font-size: 1.4rem;
    font-weight: 700;
}

.keyvis__airline:first-child {
    gap: 4px;
    border-right: 1px solid var(--eur-border-color);
}

.keyvis__airline:first-child::before {
    content: '';
    display: block;
    width: 188px;
    height: 18px;
    background: url(/attending/t/europe_airlines/images/logo_air-france.svg) no-repeat center / contain;
}

.keyvis__airline:last-child::before {
    content: '';
    display: block;
    width: 230px;
    height: 34px;
    background: url(/attending/t/europe_airlines/images/logo_klm.svg) no-repeat center / contain;
}

.keyvis__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 450px;
    background: url(/attending/t/europe_airlines/images/BP24-032471_BP24-032472.jpg) no-repeat center top / cover;
}

.keyvis__h {
    width: 400px;
}
/* end_keyvis */

/* start_anchor */
.anchor {
    display: flex;
    justify-content: space-between;
    width: 1024px;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.3;
    border: 1px solid var(--eur-border-color);
}

.anchor__li {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 25%;
}

.anchor__li:not(:last-child) {
    border-right: 1px solid var(--eur-border-color);
}

.anchor-child {
    display: none;
    position: absolute;
    top: 100%;
    left: -1px;
    width: calc(100% + 2px);
    border: 1px solid var(--eur-border-color);
}

.anchor__child-li:not(:last-child) {
    border-bottom: 1px solid var(--eur-border-color);
}

.anchor__button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 74px;
    padding: 0 16px;
    background-color: white;
    transition: background-color .3s;
}

.anchor__button--disabled {
    cursor: default;
    opacity: .3;
    background-color: #999;
}

.anchor__button:not(.anchor__button--disabled):hover {
    background-color: var(--eur-bg-color);
}

.anchor__button:not([data-href=""])::after {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background: url(/attending/t/europe_airlines/images/icn_anchor.svg) no-repeat center / contain;
}

.anchor__button[data-href=""]::after {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-right: 2px solid #595959;
    border-bottom: 2px solid #595959;
    transform: rotate(45deg);
}
/* end_anchor */

/* start_seo */
.seo {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    width: 1024px;
    padding: 80px 0 160px 0;
}

.seo__figure {
    width: 436px;
}

.seo__inner {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.seo__h2 {
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-size: 2.1rem;
    font-weight: 700;
}

.seo__h2::before {
    content: '';
    display: block;
    width: 182px;
    height: 51px;
    background: url(/attending/t/europe_airlines/images/deco_seo-h2.svg) no-repeat center / contain;
}

.seo__p {
    width: 445px;
}
/* end_seo */

/* start_intro */
.intro {
    display: flex;
    flex-direction: column;
    gap: 80px;
    width: 1024px;
}

.intro__header {
    position: relative;
    margin-bottom: 160px;
}

.intro__slide {
    width: 650px;
    overflow: hidden;
}

.intro__slide-pagination {
    text-align: right;
    padding: 0 20px 0 0;
    position: absolute;
    left: 0 !important;
    bottom: -35px !important;
    width: 570px !important;
}

.swiper-pagination-bullet {
    width: 16px;
    height: 4px;
    display: inline-block;
    border-radius: 0;
    background: #333;
    opacity: 0.2;
}

.swiper-pagination-bullet-active {
    opacity: 1;
}

.intro--air-france .swiper-pagination-bullet-active {
    background-color: var(--eur-airFrance-color);
}

.intro--klm .swiper-pagination-bullet-active {
    background-color: var(--eur-klm-color);
}

.intro__header-txt {
    display: flex;
    flex-direction: column;
    gap: 16px;
    position: absolute;
    right: 0;
    bottom: -80px;
    z-index: 1;
    width: 454px;
    padding: 80px 0 80px 80px;
    background-color: white;
}

.intro__header-h {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.3;
}

.intro__header-h::before {
    content: attr(data-english);
    display: block;
    padding-left: 38px;
    font-family: "Montserrat", sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
}

.intro--air-france .intro__header-h::before {
    color: var(--eur-airFrance-color);
}

.intro--klm .intro__header-h::before {
    color: var(--eur-klm-color);
}

.intro__header-h::after {
    content: '';
    display: block;
    position: absolute;
    top: 8px;
    left: 0;
    width: 30px;
    height: 1px;
    background-color: #CCC;
}

.intro__inner {
    display: flex;
    flex-direction: column;
    gap: 240px;
}

.class {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.class::before {
    content: '';
    display: block;
    position: absolute;
    top: -80px;
    z-index: -1;
    width: calc(432px + (100vw - 1024px) / 2);
    min-width: 432px;
    height: 100%;
}

.class:nth-child(odd)::before {
    left: min(calc( ( ( 100vw - 1024px ) / 2 ) * -1 ), 0px);
}

.class:nth-child(even)::before {
    right: min(calc(((100vw - 1024px) / 2) * -1), 0px);
}

.intro--air-france .class::before {
    background-color: #FFF0EB;
}

.intro--klm .class::before {
    background-color: #EBF4FB;
}

.class::after {
    content: '';
    display: block;
    position: absolute;
    top: -88px;
    width: 62px;
    height: 62px;
}

.class:nth-child(odd)::after {
    left: 378px;
}

.class:nth-child(even)::after {
    right: 378px;
    transform: scaleX(-1);
}

.intro--air-france .class::after {
    background: url(/attending/t/europe_airlines/images/deco_class--air-france.svg) no-repeat center / contain;
}

.intro--klm .class::after {
    background: url(/attending/t/europe_airlines/images/deco_class--klm.svg) no-repeat center / contain;
}

.class__h3 {
    display: flex;
    flex-direction: column;
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.8;
}

.class__h3::after {
    content: attr(data-english);
    font-family: "Montserrat", sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    text-indent: 4px;
}

.intro--air-france .class__h3::after {
    color: var(--eur-airFrance-color);
}

.intro--klm .class__h3::after {
    color: var(--eur-klm-color);
}

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

.class__figure {
    width: 315px;
}

.class__point {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.class__point-item {
    display: flex;
    align-items: center;
    gap: 40px;
    padding: 30px 40px;
    background-color: white;
    border: 1px solid var(--eur-border-color);
}

.class__point-number {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: "Corinthia", cursive;
    font-size: 8rem;
    line-height: .75;
}

.class__point-number::before {
    content: 'POINT';
    font-family: "Montserrat", sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
}

.intro--air-france .class__point-number::before {
    color: var(--eur-airFrance-color);
}

.intro--klm .class__point-number::before {
    color: var(--eur-klm-color);
}

.rounge {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 80px;
    padding: 80px 0 160px 0;
}

.rounge__figure {
    position: relative;
    width: 400px;
}

.rounge__figure::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 400px;
    height: 300px;
    transform: rotate(-6deg);
}

.intro--air-france .rounge__figure::before {
    background-color: #FFE2D9;
}

.intro--klm .rounge__figure::before {
    background-color: #D5EBFB;
}

.rounge__txt {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 350px;
}

.rounge__h {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-size: 2.1rem;
    font-weight: 700;
    line-height: 1.5;
}

.rounge__h::before {
    content: attr(data-english);
    display: block;
    padding-left: 38px;
    font-family: "Montserrat", sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
}

.rounge__h::after {
    content: '';
    display: block;
    position: absolute;
    top: 8px;
    left: 0;
    width: 30px;
    height: 1px;
    background-color: #CCC;
}

.intro--air-france .rounge__h::before {
    color: var(--eur-airFrance-color);
}

.intro--klm .rounge__h::before {
    color: var(--eur-klm-color);
}
/* end_intro */

/* start_info */
.info {
    display: flex;
    flex-direction: column;
    gap: 40px;
    width: 1024px;
    margin-bottom: 160px;
    padding: 40px;
    background-color: var(--eur-bg-color);
    border: 1px solid var(--eur-border-color);
}

.info__h2 {
    display: flex;
    align-items: center;
    flex-direction: column;
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.8;
}

.info__h2::after {
    content: attr(data-english);
    color: #BCBCB5;
    font-family: "Montserrat", sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
}

.info__h2-span01 {
    font-size: 2.1rem;
}

.info__h2-span02 {
    display: flex;
    align-items: center;
    gap: 8px;
}

.info__h2-span02::before {
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    background: url(/attending/t/europe_airlines/images/icn_info-h2.svg) no-repeat center / contain;
}

.info__dl {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.info__dt {
    padding: 16px;
    font-weight: 700;
    background-color: white;
    border-left: 4px solid #C4C4BC;
}

.info__li {
    padding-left: 1.5rem;
    text-indent: -1.5rem;
}
/* end_info */

/* start_charm */
.charm {
    display: flex;
    flex-direction: column;
    gap: 80px;
    width: 100%;
    overflow: hidden;
    padding-bottom: 160px;
}

.charm__inner {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 80px;
    padding: 0 calc((100% - 1024px) / 2);
}

.charm__inner::before {
    content: '';
    position: absolute;
    top: -60px;
    display: block;
    width: 764px;
    height: 974px;
    z-index: -1;
}

.charm__inner--paris {
    padding-bottom: 80px;
}

.charm__inner--paris::before {
    left: 50%;
    background: url(/attending/t/europe_airlines/images/deco_charm--paris.svg) no-repeat center / contain;
    transform: translateX(-640px);
}

.charm__inner--amsterdam::before {
    right: 50%;
    background: url(/attending/t/europe_airlines/images/deco_charm--amsterdam.svg) no-repeat center / contain;
    transform: translateX(640px);
}

.charm__header {
    position: relative;
    display: flex;
    align-items: flex-end;
    width: 100%;
    height: 542px;
    margin-bottom: 40px;
}

.charm__inner--amsterdam .charm__header {
    justify-content: flex-end;
}

.charm__header-figure {
    display: block;
    position: absolute;
    top: 0;
    width: calc(315px + (100vw - 1024px) / 2);
    min-width: 315px;
    height: 100%;
    margin-bottom: 40px;
    }

.charm__inner--paris .charm__header-figure {
    right: min(calc(((100vw - 1024px) / 2) * -1), 0px);
}

.charm__inner--amsterdam .charm__header-figure {
    left: min(calc(((100vw - 1024px) / 2) * -1), 0px);
}

.charm__header-figure::before {
    content: '';
    position: absolute;
    top: 40px;
    display: block;
    width: 274px;
    height: 205px;
    }

.charm__inner--paris .charm__header-figure::before {
    left: -314px;
    background: url(/attending/t/europe_airlines/images/BP19-040552.jpg) no-repeat center / contain;
    }

.charm__inner--amsterdam .charm__header-figure::before {
    right: -314px;
    background: url(/attending/t/europe_airlines/images/BP20-030724.jpg) no-repeat center / contain;
}

.charm__header-figure::after {
    content: '';
    position: absolute;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.charm__inner--paris .charm__header-figure::after {
    bottom: -57px;
    left: -135px;
    width: 150px;
    height: 105px;
    background-image: url(/attending/t/europe_airlines/images/deco_charm-header-img--paris.png);
}

.charm__inner--amsterdam .charm__header-figure::after {
    bottom: -64px;
    right: -103px;
    width: 125px;
    height: 111px;
    background-image: url(/attending/t/europe_airlines/images/deco_charm-header-img--amsterdam.png);
}

.charm__header-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.charm__header-txt {
    width: 390px;
    transform: translateY(40px);
}

.charm__h {
    font-size: 2.6rem;
    font-weight: 600;
}

.charm__h::before {
    content: attr(data-english);
    display: block;
    font-family: "Corinthia", cursive;
    font-size: 8rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: .9;
}

.charm__inner--paris .charm__h::before {
    color: var(--eur-airFrance-color);
}

.charm__inner--amsterdam .charm__h::before {
    color: var(--eur-klm-color);
}

.spot__container {
    display: flex;
    justify-content: space-between;
    gap: 40px;
}

.spot {
    width: 315px;
}

.spot__title {
    margin-top: 12px;
    font-size: 16px;
    font-weight: 700;
}

.spot__title::after {
    content: attr(data-english);
    display: block;
    font-family: "Montserrat", sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
}

.charm__inner--paris .spot__title::after {
    color: var(--eur-airFrance-color);
}

.charm__inner--amsterdam .spot__title::after {
    color: var(--eur-klm-color);
}

.spot__point {
    margin-top: 2px;
}
/* end_charm */

/* start_tour */
.tour {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 80px;
    width: 100%;
}

.tour__tab {
    display: flex;
    justify-content: center;
    width: 100%;
    font-size: 2.4rem;
    font-weight: 700;
    box-shadow: 0px -1px 0px 0px var(--eur-border-color) inset;
}

.tour__tab-button {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 395px;
    height: 80px;
    text-decoration: underline;
    background-color: var(--eur-bg-color);
    border: 1px solid var(--eur-border-color);
}

.tour__tab-button::after {
    content: '';
    position: absolute;
    top: 0;
    display: block;
    width: 12px;
    height: 78px;
    background: url(/attending/t/europe_airlines/images/deco_tour_tab-button.png) no-repeat center / contain;
}

.tour__tab-li:first-child .tour__tab-button:not(.tour__tab-button--single) {
    border-right: none;
}

.tour__tab-li:first-child .tour__tab-button::after {
    right: -1px;
    transform: scaleX(-1);
}

.tour__tab-li:last-child .tour__tab-button::after {
    left: -1px;
}

.tour__tab-button[data-state="active"],
.tour__tab-button--single {
    text-decoration: none;
    background-color: white;
    border-bottom: none;
    cursor: default;
}

.tour__tab-button[data-state="active"]::after,
.tour__tab-button--single::after {
    content: none;
}

.tour__tab-content {
    display: none;
    width: 1024px;
}

.tour__tab-content[data-state="active"] {
    display: block;
}

.tour__container {
    display: flex;
    flex-direction: column;
    gap: 80px;
    padding: 80px 0;
}

.tour__h3 {
    display: flex;
    align-items: center;
    flex-direction: column;
    font-size: 2.8rem;
    font-weight: 700;
}

.tour__h3::after {
    content: attr(data-english);
    font-size: 1.2rem;
}

.tour__h3--air-france::after {
    color: var(--eur-airFrance-color);
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
}

.tour__h3--klm::after {
    color: var(--eur-klm-color);
}

.tour__h3 {
    width: 100%;
}

.tour__inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: calc(79px / 2);
}

.product {
    width: 315px;
}

.product__inner {
    display: flex;
    flex-direction: column;
    gap: 8px;
    height: 100%;
}

.product__figure {
    position: relative;
    border: 1px solid rgba(0,0,0,0.1);
}

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

.product__dest {
    position: absolute;
    bottom: -1px;
    left: 16px;
    padding: 5px 8px;
    font-size: 13px;
    line-height: 1;
    background-color: white;
    border-radius: 4px 4px 0 0;
}

.product__dest::before {
    content: '';
    display: inline-block;
    width: 11px;
    height: 17px;
    margin-right: 4px;
    vertical-align: -3px;
}

.tour__container--af .product__dest::before {
    background: url(/attending/t/europe_airlines/images/icn_product-dest--af.svg) no-repeat center / contain;
}

.tour__container--klm .product__dest::before {
    background: url(/attending/t/europe_airlines/images/icn_product-dest--klm.svg) no-repeat center / contain;
}

.product__title {
    display: -webkit-box;
    margin-top: 8px;
    font-family: var(--eur-default-font-family);
    font-weight: 600;
    line-height: 1.5;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.product:hover .product__title {
    text-decoration: underline;
}

.product__point {
    display: -webkit-box;
    line-height: 1.5;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.product__price-wrap {
    flex-grow: 1;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    gap: 4px;
}

.product__price {
    color: var(--caution-color);
    font-family: "Montserrat", var(--eur-default-font-family);
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.3;
}

.product__fuel {
    font-family: var(--eur-default-font-family);
    font-size: 1.2rem;
}
/* end_tour */

/* start_search */
.search {
    display: flex;
    flex-direction: column;
    gap: 80px;
    width: 100%;
    padding: 80px 0;
    background-color: var(--eur-bg-color);
}

.Search__form {
    border: 2px solid var(--eur-border-color);
}

#Search {
    font-family: var(--eur-default-font-family);
    line-height: 1.5;
}
/* end_search */
