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

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700&display=swap');
@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');

.contents {
    --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;
}

.fontPoppins {
	font-family: "Poppins", sans-serif;
}

.contIn1024 {
	width: 1024px;
	margin: auto;
	position: relative;
}

.clearfix:after { content: ""; display: block; clear: both; }
.clearfix { display: inline-block; }
.clearfix { display: block; }

.posiRe01 {
	position: relative;
}

/*-----------------------*/

.mainvisualWrap01 h1 {
	width: 449px;
	margin-top: 80px;
}

.mainvisualWrap01 {
	background: #f3803a;
	height: 510px;
}

.mainvisualflex {
	display: flex;
    width: 1024px;
    margin: 0 auto;
    height: 510px;
    position: relative;
}

.mainvisualflex::before {
    content: "";
    display: block;
    position: absolute;
    top: 22px;
    left: -118px;
    background-image: url(/attending/t/jetstar/images/pc/ilust01.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 105px;
    height: 108px;
}

/* 縦スクロール */
@keyframes infinity-scroll-up {
	from {
	  transform: translateY(0);
	}
	to {
	  transform: translateY(-100%);
	}
  }
  .scroll-infinity__wrap {
	display: flex;
    flex-direction: column;
    overflow: hidden;
    height: 509px;
    width: 566px;
    position: absolute;
    right: -60px;
  }
  .scroll-infinity__list {
	display: flex;
	flex-direction: column;
	list-style: none;
	padding: 0;
	margin: 0;
  }
  .scroll-infinity__list--up {
	animation: infinity-scroll-up 30s infinite linear 0.5s both;
  }
  .scroll-infinity__item {
	width: 100%;
	height: fit-content;
	margin-bottom: 16px;
  }
  .scroll-infinity__item > img {
	width: 100%;
	height: 100%;
	object-fit: cover; 
  }

/* 縦スクロール */


/* start_anchor */
.anchor {
    display: flex;
    justify-content: space-between;
    width: 1024px;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.3;
	margin-top: -94px;
}

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

.anchor__li:not(:last-child) {
    border-right: 1px solid #FF6110;
}


.anchor-child {
    display: none;
    position: absolute;
    top: 100%;
    left: -1px;
    width: calc(100% + 2px);
    border: 1px solid #FF6110;
	z-index: 10;
}


.anchor__child-li:not(:last-child) {
    border-bottom: 1px solid #FF6110;
}

.anchor__button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 94px;
    padding: 30px 16px;
    background-color: white;
    transition: background-color .3s;
	color: #FF6110;
	font-weight: 500;
}


.anchor__rad01 {
	border-top-left-radius: 16px;
}

.anchor__rad02 {
	border-top-right-radius: 16px;
}

.anchor-child .anchor__button{
	height: 54px;
	padding: 10px 16px;
}

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

.anchor__button:not(.anchor__button--disabled):hover {
    background-color: #FDF8F2;
}

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

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

/*------------------------*/

.seo {
	background-color: #F1E3D3;
	padding: 80px 0;
	margin: 0 auto;
}

.contIn868 {
    width: 868px;
    display: flex;
    margin: 0 auto;
    gap: 56px;
    align-items: center;
    position: relative;
}

.contIn868::after {
    content: "";
    display: block;
    position: absolute;
    top: -11px;
    left: -70px;
    background-image: url(/attending/t/jetstar/images/pc/ilust02.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 184px;
    height: 356px;
}

.contIn868::before {
    content: "";
    display: block;
    position: absolute;
    top: -18px;
    right: -91px;
    background-image: url(/attending/t/jetstar/images/pc/ilust03.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 97px;
    height: 160px;
}

.seo_txtwrap {
    width: 474px;
}

.seo_tl {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 32px;
}
.seo_txt {
    font-size: 14px;
}



/*-----------------------*/

.contAboutBlock01 {
	padding: 80px 0px 80px 0px;
}
.contH202 {
	text-align: center;
	position: relative;
	padding-top: 76px;
	margin-bottom: 58px;
}

.contH202_tour {
	margin-bottom: -20px;
}


.contH202 .s01 {
	display: block;
	font-size: 24px;
	line-height: 1.5em;
	font-weight: bold;
}
.contH202 .s02 {
	display: block;
	font-size: 32px;
	line-height: 1.5em;
	font-weight: bold;
}
.contH202 .s03 {
	display: block;
	color: #FF5115;
	font-size: 20px;
	line-height: 1.5em;
	font-weight: normal;
}
.contH202::before {
	content: "";
	background-image: url("/attending/t/jetstar/images/pc/jetstar_tit_icon01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 58px auto;
	width: 58px;
	height: 58px;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -29px;
}

.contH202.colBlue .s03 {
	color: #058CB8;
}
.contH202.colBlue::before {
	background-image: url("/attending/t/jetstar/images/pc/jetstar_tit_icon02.png");
}





/*-------------------*/

.contBtn01Wrap01 {
	text-align: center;
	margin-top: 64px;
}
.contBtn01Wrap01 a {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	box-sizing: border-box;
	width: 580px;
	height: 80px;
	margin: auto;
	border: 3px solid #2380A5;
	border-radius: 100px;
	background-color: #ffffff;
	font-size: 21px;
	line-height: 1.5em;
	font-weight: bold;
	position: relative;
}
.contBtn01Wrap01 a:link {	color: #2380A5;	text-decoration: none;}
.contBtn01Wrap01 a:visited {	color: #2380A5;	text-decoration: none;}
.contBtn01Wrap01 a:hover {	color:#2380A5;	text-decoration: none;
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
	transition-duration: 0.3s;
}
.contBtn01Wrap01 a:active {	color:#2380A5;	text-decoration: none;}

.contBtn01Wrap01 a::after {
	content: "";
	background-image: url("/attending/t/jetstar/images/pc/cont_btn_ar01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 26px auto;
	width: 26px;
	height: 26px;
	position: absolute;
	right: 27px;
	top: 50%;
	margin-top: -13px;
}

/*----------------------*/

.contBlock01 {
	margin: 80px auto 80px auto;
}
.contBlock01 #tab {
	display: flex;
	border: 1px solid #FF5115;
	border-radius: 8px;
	margin-bottom: 40px;
	overflow: hidden;
}
.contBlock01 #tab > div {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	box-sizing: border-box;
	width: 50%;
	height: 80px;
	flex-grow: 1;
	font-size: 20px;
	line-height: 1.5em;
	font-weight: bold;
	color: #FF5115;
	cursor: pointer;
}
.contBlock01 #tab > div.current {
	background-color: #FF5115;
	color: #ffffff;
}

.tour__link {
	display: flex;
	margin-top: 24px;
	border: 1px solid #ACACAC;
	border-radius: 16px;
	box-sizing: border-box;
	padding: 24px;
}
.tour__img {
	width: 320px;
	flex-shrink: 0;
	margin-right: 24px;
}
.tour__img img {
	border-radius: 8px;
}
.tour__departure {
	color: #2380A5;
	font-size: 15px;
	line-height: 1.5em;
	font-weight: bold;
	margin-bottom: 24px;
}
.tour__departure::before {
	content: "";
	background-image: url("/attending/t/jetstar/images/pc/recommend_icon01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 30px auto;
	width: 30px;
	height: 14px;
	display: inline-block;
	vertical-align: middle;
}
.tour__title {
	color: #FF5115;
	font-size: 18px;
	line-height: 1.4em;
	font-weight: bold;
	margin-bottom: 24px;
}
.tour__point {
	font-size: 14px;
	line-height: 1.4em;
	font-weight: normal;
}
.tour__price {
	color: #EF0F0F;
	text-align: right;
	font-family: "Poppins", sans-serif;
	font-size: 22px;
	line-height: 1.5em;
	font-weight: 500;
	margin-top: 25px;
}
.tour__price .tour__price-text {
	font-size: 16px;
}

.contBtnFlex01 {
	display: flex;
	justify-content: center;
	margin-top: 60px;
	margin-bottom: 96px;
}


.contBtnFlex01 li {
	width: 48.8%;
}
.contBtnFlex01 li .contBtn01Wrap01 {
	margin-top: 0px;
}
.contBtnFlex01 li .contBtn01Wrap01 a {
	width: 100%;
	border: 3px solid #FF5115;
	background-color: #FF5115;
}
.contBtnFlex01 li .contBtn01Wrap01 a:link {	color: #ffffff;	text-decoration: none;}
.contBtnFlex01 li .contBtn01Wrap01 a:visited {	color: #ffffff;	text-decoration: none;}
.contBtnFlex01 li .contBtn01Wrap01 a:hover {	color:#ffffff;	text-decoration: none;}
.contBtnFlex01 li .contBtn01Wrap01 a:active {	color:#ffffff;	text-decoration: none;}

.contBtnFlex01 li .contBtn01Wrap01 a::after {
	background-image: url("/attending/t/jetstar/images/pc/cont_btn_ar02.png");
}

/*-----------------------*/

.jetsterFlex01 {
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}
.jetsterBox01 {
	width: 480px;
	font-size: 15px;
	line-height: 1.4em;
	font-weight: normal;
}
.jetsterBox01 p {
	line-height: 2.6rem;
}
.jetsterBox02 {
	width: 500px;
	flex-shrink: 0;
}
.contH303 {
	margin-bottom: 15px;
}
.contH303 .s01 {
	display: block;
	font-size: 17px;
	line-height: 1.5em;
	font-weight: 500;
}
.contH303 .s02 {
	display: block;
	color: #FF5115;
	font-size: 28px;
	line-height: 1.5em;
	font-weight: bold;
}

.jetsterFlex01 .li01 {
	width: 500px;
}



/* 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 #b3b3b3 inset;
}

.tour__tab-button {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 395px;
    height: 80px;
    text-decoration: underline;
    background-color: #f7f7ed;
    border: 1px solid #b3b3b3;
}

.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;
    padding-bottom: 40px;
}

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

.tour__container {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.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 .product__dest::before {
    background: url(/attending/t/jetstar/images/icn_product-dest--af.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: 1.7rem;
    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;
    width: 100%;
    padding: 80px 0;
    background-color: #f7f7ed;
}

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

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

.tour__inner {
    color: #333;
    font-weight: 400;
    font-style: normal;
    font-size: 1.5rem;
    line-height: 2;
    letter-spacing: 0.05em;
}

.trapics, .e-very {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 2.4rem;
    font-weight: 700;
    border-bottom: 1px solid;
    padding-bottom: 5px;
    margin-top: 80px;
}

.trapics img, .e-very img {
    height: 48px;
    width: auto;
    margin-right: 10px;
}













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

.intro_ttl {
	display: flex;
	margin-bottom: 32px;
}

.intro_city {
	width: 254px;
	border-right: 4px solid #FF6110;
	font-size: 24px;
	font-weight: 700;
}

.intro_city span {
	font-size: 12px;
    display: block;
    color: #FF6110;
}


.intro_city_txt {
	width: 770px;
	padding-left: 16px;
	font-size: 15px;
}

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

.intro__header04 {
    margin-bottom: 10px;
}

.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: 10px;
    height: 10px;
    display: inline-block;
    background: #FF6110;
    opacity: 0.2;
}

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

.intro--air-france .swiper-pagination-bullet-active {
    background-color: #FF6110;;
}

.intro--klm .swiper-pagination-bullet-active {
    background-color: #FF6110;;
}

.intro__header-txt {
    position: absolute;
    right: 0;
    bottom: -100px;
    z-index: 1;
    width: 454px;
    padding: 32px 32px 12px;
    background-color: #FDF8F2;
}

.intro__header-h {
	font-weight: 700;
	color: #ffffff;
	background-color: #FF6110;
	padding: 4px 8px;
	border-radius: 4px;
	margin-bottom: 20px;
	width: fit-content;
	letter-spacing: 0.2rem;
}

.intro__header-txt dt {
	font-weight: 600;
	margin-bottom: 8px;
}

.intro__header-txt dd {
	font-size: 14px;
	margin-bottom: 18px;
}


.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%;
}

.anchor__li.no_tour .anchor__button {
    pointer-events: none;
    color: #bbbbbb;
}

.anchor__li.no_tour .anchor__button:not([data-href=""])::after {
    background: url(/attending/t/jetstar/images/smp/icn_anchor_gray.svg) no-repeat center / contain;
}