@charset "UTF-8";
/* CSS Document */
/* 旧ヘッダー・フッター用 */
.ft_etc01 a:visited,
.ft_etc01 a:hover{
    color: #0098ff;
}
.ft_etc01 a{
    font-weight: 400;
}
.ftLinkMds{
    font-weight: 400;
}
.breadcrumb__list li,
.breadcrumb__list li strong {
    font-weight: 400;
}
/* 旧ヘッダー・フッター用ここまで */

.contents{
    width:100%;
}
.contents *{
    box-sizing: border-box;
    color: #333333;
}
.contents img {
    margin: 0;
    padding: 0;
    font-size: 0;
    height: auto;
}
.contents section:nth-child(2n+1){
    background: #F5F3F2;
}
section{
    display: block;
}

.containner #PageName{
	margin-left:auto;
	margin-right:auto;
	max-width:1024px;
    padding: 10px 0;
    font-size: inherit;
    font-weight: bold;
}

/* a:hover{
    color:inherit;
}
a:visited{
    color:inherit;
} */
/*----------------------------------
	index用のCSSです
----------------------------------*/

/*----------------------------------メインコンテンツ----------------------------------*/

/* ページトップ */
#gotop {
	position: fixed;
	display: block;
	right: 10px;
	bottom:10px!important;
   	z-index: 1;
    -webkit-transform: translate3d(0,0,0);
}
#gotop img{
	width: 70px;
    height: auto;
}
/* mv */
#mv .mv{
    position: relative;
    background: url(/attending/kaigai/premium-economy/images/mv_SP20-013773D_SP19-125547D@2x.jpg) no-repeat center;
    background-size: cover;
    height: 360px

}
#mv h1.ttl{
    position: absolute;
    top: calc(50% - 195px / 2);
    left: 0;
    right: 0;
    margin: auto;
    width: 1024px;
}
#mv h1.ttl img {
    width: 533px;
}
#mv .seo{
    margin: 0 auto;
    padding: 50px 0 45px;
    width: 1024px;
    font-size: 14px;
    line-height: 1.6;
    text-align: center;
}
#mv ul.anc{
    margin: 0 auto 50px;
    display: flex;
    justify-content: space-evenly;
    align-content: center;
    width: 1024px;
}
#mv ul.anc li{
    flex: 1;
    padding: 7px 0;
    border-right: 1px #333333 solid;
    padding-right: 20px;
}
#mv ul.anc li:last-child{
    border-right: none;
}
#mv ul.anc li a{
    font-size: 16px;
    text-align: center;
    display: block;
    text-decoration: none;
    position: relative;
    font-family:"Yu Gothic Medium", "游ゴシック Medium", "YuGothic", "游ゴシック体","Meiryo","メイリオ",sans-serif;
}
#mv ul.anc li a:hover{
	opacity:.7;
}
#mv ul.anc li a::after{
	content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    border-top: 2px solid #6C5E59;
    border-right: 2px solid #6C5E59;
    transform: rotate(135deg);
    right:0;
    bottom: calc(50% - 4px / 2);
}

/* 共通 */
h2.ttl{
    color: #333333;
    font-size: 27px;
    line-height:1.9;
    margin: 54px auto 30px;
    font-family:"Yu Gothic Medium", "游ゴシック Medium", "YuGothic", "游ゴシック体","Meiryo","メイリオ",sans-serif;
}
h2.ttl:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: calc(50% - 175px / 2);
    width: 175px;
    height: 2px;
    background: -webkit-linear-gradient(90deg, rgb(255 255 255 / 0%), rgba(193, 181, 180, 0.5), rgb(255 255 255 / 0%));
    background: linear-gradient(90deg, rgb(255 255 255 / 0%), rgba(193, 181, 180, 0.5), rgb(255 255 255 / 0%));
}

/* charm */
#charm {
    display: block;
    /* background: #F5F3F2; */
    overflow: hidden;
}

#charm h2.ttl{
    position: relative;
    text-align: center;
}
#charm h2.ttl:before{
    content: '';
    background: url(/attending/kaigai/premium-economy/images/heading_attraction_parts01@2x.png) no-repeat center;
    background-size: contain;
    position: absolute;
    top: -10px;
    left: calc(50% - 230px / 2);
    width: 230px;
    height: 15px;
}

#charm .box{
    display: flex;
    width: 774px;
    margin: 40px auto;   
}
#charm .txt{
    width: 344px;
    font-size: 14px;
    line-height: 2;
    margin-right: 35px;
}
#charm .pht{
width: 395px;
}
#charm .pht img {
    width: 100%;
}

/* departure */
#departure{
    display:block;
    overflow: hidden;
}
#departure h2.ttl{
    position: relative;
    text-align: center;
    margin-bottom:0;
}
#departure h2.ttl:before{
    content: '';
    background: url(/attending/kaigai/premium-economy/images/heading_attraction_parts01@2x.png) no-repeat center;
    background-size: contain;
    position: absolute;
    top: -10px;
    left: calc(50% - 230px / 2);
    width: 230px;
    height: 15px;
}
#departure .box{
    margin: 0 auto;
    padding: 50px 0 45px;
    width: 1024px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
#departure .box li{
    position:relative;
    font-size:16px;
}
#departure .box li::after{
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    border-top: 2px solid #6C5E59;
    border-right: 2px solid #6C5E59;
    transform: rotate(45deg);
    bottom: calc(50% - 4px / 2);
    display: inline-block;
    margin-left: 5px;
}
#departure .box li:hover{
    opacity: .7;
}
#departure .box li a{
    font-weight: 600;
    color:#6C5E59;
}

/* recommend */
#recommend{
    display:block;
    overflow: hidden;
}
#recommend h2.ttl{
    position: relative;
    text-align: center;
    margin-bottom:0;
}
#recommend h2.ttl:before{
    content: '';
    background: url(/attending/kaigai/premium-economy/images/heading_attraction_parts01@2x.png) no-repeat center;
    background-size: contain;
    position: absolute;
    top: -10px;
    left: calc(50% - 230px / 2);
    width: 230px;
    height: 15px;
}
#recommend .box{
    margin: 0 auto;
    padding: 50px 0 45px;
    width: 1024px;
}
.Tour_box{
    display: flex;
    justify-content: flex-start;
    position: relative;
    flex-wrap: wrap;
}
.tour{
    display: flex;
    flex-direction: column;
    width: 23.8%;
    /* width: 230px; */
    height: auto !important;
    border-radius: 6px;
    position: relative;
    background: #fff;
    overflow: hidden;
    /* padding: 10px 10px 0; */
    box-shadow: 0px 3px 6px 0 rgb(0 0 0 / 16%);
    transition: .3s;
    border: 1px solid #D1D1D1;
}
.tour:hover{
    opacity: 0.8;
}
.tour:not(:nth-child(4n)) {
    margin-right: 1.6%;
}
.Tour_box .tour {
    margin-bottom: 16px;
}
.Tour__details{
    display: flex;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.Tour__details a{
    display:flex;
    flex-direction:column;
    height:100%;
}
.tour__photo{
    width: 100%;
    height: 181px;
    /* border-radius: 16px; */
    /* overflow: hidden; */
    object-fit: cover;
    aspect-ratio: 4/3;
}
.tour__photo img{
    width:100%;
}
.tour dl{
    display:flex;
    flex-direction:column;
    height:100%;
    margin:5px 10px;
}
.Tour_box .tour .point{
    margin-top: 10px;
    font-size: 12px;
    font-weight: 600;
    text-align: left;
    padding: 4px 10px 4px 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    background:#6C5E59;
    color:#fff;
    line-height:2.3rem;
}
.Tour_box .tour .icon_wrap{
    white-space: normal;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}
.Tour_box .depart, .Tour_box .icon{
    border: 1px solid #6C5E59;
    border-radius: 2px;
    font-size: 12px;
    font-weight: 600;
    padding: 4px;
    text-align: center;
    margin-top: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.Tour_box .depart span, .Tour_box .icon{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color:#6C5E59;
}
.tour .carrier{
    color: #6C5E59;
    background: #F5F3F2;
    font-size: 1.2rem;
    font-weight: 600;
    text-align: left;
    padding: 6px 10px;
    width: fit-content;
    margin: 8px 0;
    text-align: right;
}
.depart{
    width: 48.5%;
    text-align: left;
}
.icon{
    width: 48.5%;
}
.Tour_box .ttl{
    font-size: 15px;
    font-weight: 600;
    line-height: 1.5;
    margin-top: 10px;
    text-align: left;
}
.Tour_box .txt, .Tour_box .date{
    margin-top: 10px;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
}
.Tour_box .price{
    display:flex;
    flex-direction:column;
    align-items:end;
    margin-top:auto;
    font-size: 16px;
    font-weight: 600;
    color: #C9171E;
    text-align: right;
    letter-spacing:0.3px;
    /* position: absolute;
    bottom: 10px;
    right: 10px; */
}

/* search */
.search-wrap{
	display: block;
    /* background: #F5F3F2; */
    overflow: hidden;
}
.Search__form{
	width: 100%;
    border: 0.1rem solid #e5e5e5;
    background: white;
    border-radius: 0.6rem;
	margin-bottom:54px;
}
#Search {
    display: block;
    overflow: hidden;
	flex-direction:column;
}

#Search h2.ttl{
    position: relative;
    text-align: center;
}
#Search h2.ttl:before{
    content: '';
    background: url(/attending/kaigai/premium-economy/images/heading_search_parts01@2x.png) no-repeat center;
    background-size: contain;
    position: absolute;
    top: -10px;
    left: calc(50% - 112px / 2);
    width: 112px;
    height: 15px;
}
.Search__form-ttl{
	display:none;
}
.Search__hit{
	color:var(--caution-color);
}
.Search__submit{
	color:#fff;
}
.Search__detail-btn{
	color:var(--corporate-color);
}
.Search__detail-btn, .Search__checkbox-label--various-places, .Search__select_p_fuel_surcharge{
	background:#fff;
}
.CommonModal__set-btn{
	color:#fff;
}

/* airlines */
#airlines {
    display: block;
    /* background: #F5F3F2; */
    overflow: hidden;
}

#airlines h2.ttl{
    position: relative;
    text-align: center;
}
#airlines h2.ttl:before{
    content: '';
    background: url(/attending/kaigai/premium-economy/images/heading_airlines_parts01@2x.png) no-repeat center;
    background-size: contain;
    position: absolute;
    top: -10px;
    left: calc(50% - 154px / 2);
    width: 154px;
    height: 15px;
}

/*tour*/
#airlines ul.tour_wrapper{
	display: flex;
	flex-wrap: wrap;
	width: 1024px;
	margin: 0 auto;
}
#airlines ul.tour_wrapper > li.tour{
	width: 330px;
	margin-right: 17px;
	margin-bottom: 28px;
	position:relative;
    box-shadow: 0px 3px 6px 0 rgb(0 0 0 / 16%);
    border-radius: 10px 10px 0 0;
}
#airlines ul.tour_wrapper > li.tour:nth-child(3n){
	margin-right: 0;
}
#airlines ul.tour_wrapper > li.tour div.pht{
	position:relative;
}
/* #airlines ul.tour_wrapper > li.tour div.pht::before{
	content:"イメージ";
	position:absolute;
	bottom:2px;
	right:5px;
	color:#ccc;
} */
#airlines ul.tour_wrapper > li.tour div.pht img{
	width: 100%;
    height: auto;
    border-radius: 10px 10px 0 0;
}
#airlines ul.tour_wrapper > li.tour dl{
    background: #fff;
}
#airlines ul.tour_wrapper > li.tour dd.point{
	margin: 6px 5px 5px;
	background:#D89E48;
	color: #fff;
	font-size: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding:2px 5px;
	line-height: 1.3;
}
#airlines ul.tour_wrapper > li.tour dt.icon_wrap{
	white-space:normal;
	display: flex;
	align-items: stretch;
	padding:15px 5px 5px;
}
#airlines ul.tour_wrapper > li.tour dt.icon_wrap > .icon{
	font-size: 16px;
    font-weight: bold;
	padding:2px 5px;
	margin-right: 5px;
	text-align:left;
	width: 50%;
	line-height: 1.3;
	display: flex;
    align-items: center;
	justify-content: center;
    height: 45px;
}
#airlines ul.tour_wrapper > li.tour dt.icon_wrap > .icon img {
    width: 100%;
}
#airlines ul.tour_wrapper > li.tour dt.icon_wrap > .icon:last-child{
	margin-right: 0;
}
#airlines ul.tour_wrapper > li.tour dd.cap{
	font-size: 14px;
    line-height: 1.4;
	text-align: justify;
	padding: 10px 15px 0;
    letter-spacing:0.045em;
    height: 125px;
}
#airlines ul.tour_wrapper > li.tour dd.place{
	font-size: 14px;
	text-align: left;
	font-weight: bold;
	padding: 0 10px 10px;
}
#airlines ul.tour_wrapper > li.tour dd.txt{
	font-size:12px;
	line-height: 1.3;
	letter-spacing: 0.05em;
	padding: 0 10px 10px;
}
#airlines ul.tour_wrapper > li.tour dd.seat{
	padding: 0 20px 10px;
    overflow: hidden;
    height: 170px;
}
#airlines ul.tour_wrapper > li.tour dd.seat .seat_header{
    background: #C3C3C3;
    padding: 3px 0;
    font-size: 12px;
    text-align: center;
}
#airlines ul.tour_wrapper > li.tour dd.seat .seat_inner{
    clear: both;
    padding: 5px 0;
    overflow: hidden;
}
#airlines ul.tour_wrapper > li.tour dd.seat .seat_inner:nth-of-type(2){
    border-top: 1px solid #C3C3C3;
}
#airlines ul.tour_wrapper > li.tour dd.seat .seat_txt{
    font-size: 14px;
    float: left;
}
#airlines ul.tour_wrapper > li.tour dd.seat .seat_emphasis{
    font-size: 16px;
    font-weight: bold;
    color: #E60012;
    letter-spacing: 0.05em;
    float: right;
}
#airlines ul.tour_wrapper > li.tour dd.seat .seat_note{
    font-size: 12px;
    float: right;
    clear: both;
}
#airlines ul.tour_wrapper > li.tour dd.seat .seat_caution{
    font-size: 11px;
    line-height: 1.2;
    clear: both;
}
#airlines ul.tour_wrapper > li.tour dd.btn{
    padding: 10px 0 15px;
}
#airlines ul.tour_wrapper > li.tour dd.btn a{
    background: #6C5E59;
    border-radius: 3px;
    width: 300px;
    height: 40px;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.050em;
    font-weight: bold;
    position: relative;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration:none;
}
#airlines ul.tour_wrapper > li.tour dd.btn a:hover{
	text-decoration: none;
}
#airlines ul.tour_wrapper > li.tour dd.btn:hover{
	opacity:0.5;
	transition: all 0.8s ease;
}
#airlines ul.tour_wrapper > li.tour dd.btn a::after{
    content: '';
    position: absolute;
    width: 4px;
    height: 4px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    right:10px;
    bottom: calc(50% - 4px / 2);   
}

/* related */
#related {
    display: block;
    overflow: hidden;
}
#related h2.ttl{
    position: relative;
    text-align: center;
}
#related h2.ttl:before{
    content: '';
    background: url(/attending/kaigai/premium-economy/images/heading_related_parts01@2x.png) no-repeat center;
    background-size: contain;
    position: absolute;
    top: -10px;
    left: calc(50% - 154px / 2);
    width: 154px;
    height: 15px;
}
#related .inner{
    width: 1024px;
    position: relative;
    margin: 0 auto 80px;
}

#related .bnWrapper .swiper-button-prev,
#related .bnWrapper .swiper-button-next{
display:none;
}
#related .bn{
	position: relative;
	margin: 0 10px 40px 0;
	width: 240px;
	display: inline-block;
	flex: 0 0 auto; 
	height: auto;
    border-top: none;
}
#related .bn:nth-of-type(4n) {
	margin-right:0;
}
#related .bn .pht{
	margin: -1px;
}
#related .bn .pht img{
	width: 100%;
    height: auto;
    z-index: 10;
}
#related .bn .cap{
    height: auto;
    font-size: 14px;
    line-height: 1.6;
    color: #333333;
	white-space: normal;
	padding:10px;
	background: #fff;
    letter-spacing: 0.05em;
}
#related .bn a:hover{
	color: #333333;
    text-decoration: none;
}
#related .bn:hover{
	opacity: 0.3;
	transition: all 0.6s;
}


/* -----------
swiper 
-------------*/
/* 前ページ、次ページボタン共通のスタイル */
.swiper-button-prev,
.swiper-button-next {
	width: 50px; /* ボタンの幅 */
	height: 50px; /* ボタンの高さ */
	background-size: 50px 50px; /* 背景画像としてのサイズ（＝表示したい画像サイズ） */
	margin-top: -24px; /* 縦中央配置用：ボタンの高さの半分のネガティブマージン（top:50%がすでに設定されている） */
}
/* 次ページボタンのスタイル */
.swiper-button-next {
	background-image: url(/attending/kaigai/premium-economy/images/arrow@2x.png);
	filter: drop-shadow(0px 0px 4px #bbb);
}
/* 前ページボタンのスタイル */
.swiper-button-prev {
	background-image: url(/attending/kaigai/premium-economy/images/arrow@2x.png);
	transform: scale(-1, 1); /* 左右反転 */
	filter: drop-shadow(0px 0px 4px #bbb);
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
	right: -20px;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
	left: -20px;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{
    opacity: 0!important;
}

.swiper-scrollbar {
    border-radius: 6px;
    background: rgb(0 0 0 / 10%);
    height: 8px!important;
}

.swiper-scrollbar-drag {
    background: rgba(0,0,0,.5);
    border-radius: 6px;
}
#related .swiper-container{
    position: initial;
    width: 974px;
}

#related .swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: calc(50% - 974px / 2);
    bottom: -24px;
    z-index: 50;
    height: 5px;
    width: 974px;
}

/*start_リニューアル2021対応*/
:where(.containner) *,
:where(.containner)::after,
:where(.containner)::before {
  box-sizing: content-box;
}

:where(.containner) img {
  width: auto;
}
/*end_リニューアル2021対応*/

#btnToTop {
    display: none !important;
}

#cse-search-box input[type=text] {
    width: 270px
}


.bannerCassette_content p {
  padding-top: 10px;
  font-size: 16px;
  line-height: 1.3;
}

.bannerCassette_content p.bannerImg {
  width: 218px;
  height: 164px;
}

.bannerCassette_content img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}

.Search-form .Search__input-text, .Search-form .Search__select.Search__select--days, .Search-form .Search__form-content .Search__checkbox-label--conductor, .Search-form .Search__select.Search__select--price, .Search-form .Search__detail-contents .Search__form-group:nth-of-type(2) > .Search__form-content .checkboxs li, .Search-form .Search__detail-contents .Search__form-group:nth-of-type(3) > .Search__form-content .Search__checkbox-label, .Search-form .time_choice_lists{
    background-color:#fff;
}
.Search-form .Search__form-group--date .Search__input-text{
    background: url(/attending/common/images/icn_calendar.svg) no-repeat right 10px center / 16px #fff;
}
.Search__detail-contents{
    background:none !important;
}