@charset "UTF-8";

p.sp-text-shutter-content {
font-size:1.6rem;
line-height:1.6;
}
p.sp-text-shutter-content a {
color:#073190;
}
@font-face {
    font-family: icoset;
    font-weight: 400;
    font-style: normal;
    src: url(/common-layout/css/fonts/icoset.ttf) format("truetype"), url(/common-layout/css/fonts/icoset.ttf) format("woff")
}
.hidden {
  border: 0;
  clip: rect(0,0,0,0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.txt-couchii{
width: 85%;
margin: 0 auto;
}

.d_moduleArea h2{
	background: none !important;
	padding: 0 !important;
	border-top: none !important;
	color: #333 !important;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
     .title-box.h2 .ttl-text{
padding-bottom: 0px;
display: table;
margin: 0 auto;
}
}

@media print, screen and (min-width: 1025px){
.cp-table-inner table{
width: 80% !important;
margin: 0 auto;
}
}


@media print, screen and (min-width: 1025px){
.cp-box-md-3 .res-btn-link.type-01 a, .cp-box-md-4 .res-btn-link.type-01 a {
    width: 100%;
    min-width: 200px;
}
}

@media print, screen and (min-width: 768px){
[class^=res-image-type-] .image img:not(.ico-blank-img) {
    width: auto;
    min-width: 100%;
    max-width: 100% !important;
}
}



/*2022年更新にて追加*/

/*運賃エリアについて（ホノルルページのCSS流用）*/
.p_bg_fee {
  background-size: cover;
}
.p_bg_fee::before,.p_bg_fee::after {
  content:'';	
  width: 100%;
  display: block;
}.p_bg_fee .cp-container-child {
  background-color: rgba(255, 255, 255, 0.9);
  padding-bottom:20px;
}

@media (min-width:768px) {
  .p_bg_fee {
    background-image: url(/international/promotions/a380/images/bg_fee.jpg);
  }
  .p_bg_fee .cp-container-child {
    padding-left: 38px;
    padding-right: 38px;
  }
}

@media (max-width:767px) {
  .p_bg_fee {
    background-image: url(/international/promotions/a380/images/bg_fee_sp.jpg);
  }
  .p_bg_fee .cp-container-child {
    padding-left: 15px;
    padding-right: 15px;
  }
  .gadget-slider {
    margin-left: -15px;
    margin-right: -15px;
  }
}.gadget-slider {
	position: relative;
        margin-bottom: 30px;
}

.gadget-slider .slick-slide {
	margin-right: 0;
	margin-left: 0;
}

.gadget-slider > .item {
	width: 33.3333%;
}

.gadget-slider > .item + .item {
	border-left: 1px solid #d5d5d5;
}

.gadget-slider .item > a {
	display: block;
	text-decoration: none;
}

.gadget-slider .item > a .img {
	position: relative;
}

.gadget-slider .item > a .img::before {
	display: block;
	width: 100%;
	height: 0;
	padding-top: 66.6667%;
	content: "";
}

.gadget-slider .item > a .img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	font-family: "object-fit: cover";
	-o-object-fit: cover;
	object-fit: cover;
}

.gadget-slider .item > a .text {
	padding: 30px 20px;
	color: #000;
	font-size: 1.4rem;
	line-height: 1.4286;
}

.gadget-slider .item > a .text.-center {
	text-align: center;
}

.gadget-slider .item > a .class {
	position: relative;
}

.gadget-slider .item > a .class:after {
	display: block;
	height: 0;
	clear: both;
	content: "";
}

.gadget-slider .item > a .class + * {
	margin-top: 20px;
}

.gadget-slider .item > a .class::before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 72px;
	height: 72px;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: cover;
}

.gadget-slider .item > a .class.-eco {
	min-height: 72px;
	padding-left: 84px;
}

.gadget-slider .item > a .class.-eco::before {
	background-image: url(/international/promotions/a380/images/ico_economyclass.png);
	content: "";
}

.gadget-slider .item > a .class.-py {
	min-height: 72px;
	padding-left: 84px;
}

.gadget-slider .item > a .class.-py::before {
	background-image: url(/international/promotions/a380/images/ico_premiumeconomy.png);
	content: "";
}

.gadget-slider .item > a .class.-biz {
	min-height: 72px;
	padding-left: 84px;
}

.gadget-slider .item > a .class.-biz::before {
	background-image: url(/international/promotions/a380/images/ico_businessclass.png);
	content: "";
}

.gadget-slider .item > a .date {
	font-size: 1.3rem;
	line-height: 1.4615;
}

.gadget-slider .item > a .header + * {
	margin-top: 20px;
}

.gadget-slider .item > a .detail {
	margin-bottom: 20px;
	font-size: 1.3rem;
	line-height: 1.4615;
}

.gadget-slider .item > a .course {
	color: #073190;
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 1.4444;
}

.gadget-slider .item > a .course .stay {
	display: inline-block;
	padding: 2px 8px;
	margin: 0 10px;
	background-color: #073190;
	color: #fff;
	font-size: 1.6rem;
	line-height: 1.375;
	vertical-align: top;
}

.gadget-slider .item > a .course + * {
	margin-top: 5px;
}

.gadget-slider .item > a .price {
	color: #c90000;
	font-size: 1.6rem;
	line-height: 1.625;
}

.gadget-slider .item > a .price strong {
	font-size: 2.6rem;
	font-weight: 600;
	line-height: 1.3846;
}

.gadget-slider .item > a .price small {
	display: inline-block;
	font-size: 1.2rem;
	line-height: 1.5;
}

.gadget-slider .item .addition {
	margin-bottom: 50px;
	font-size: 1.4rem;
	line-height: 1.7143;
	text-align: center;
}

.gadget-slider .item .addition a {
	color: #073190;
}

.gadget-slider .slick-dots > li {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	margin: 0 6px;
	-webkit-box-flex: 0;
}

.gadget-slider .slick-dots > li button {
	display: block;
	overflow: hidden;
	width: 10px;
	height: 10px;
	border: 0;
	background-color: #b2b2b2;
	border-radius: 50%;
	text-indent: 101%;
	white-space: nowrap;
	word-wrap: normal;
}

.gadget-slider .slick-dots > li.slick-active button {
	background-color: #000;
}@media screen and (min-width: 768px) {
	.gadget-slider {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: auto;
		align-content: stretch;
		align-items: stretch;
		border-bottom: 1px solid #d5d5d5;
		margin: 60px -38px 40px;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		-ms-flex-line-pack: stretch;
	}
	.gadget-slider .item > a .img {
		-webkit-transition: opacity 0.3s ease;
		transition: opacity 0.3s ease;
	}
	.gadget-slider .item > a:hover .img {
		opacity: 0.6;
	}
	.gadget-slider .item .addition a:hover {
		text-decoration: none;
	}
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.gadget-slider > .item{
		width:auto;
	}
}

.custom-img img{
    width: auto !important;
    margin: 0 auto;
}

.green-color a{
background-color: #215968 !important;
}

.box-width10{
width: 10% !important;
}

.box-width35{
width: 35% !important;
}

.img-center{
margin: 0 auto;
}

.p-step-grid-list__item._fourth{
  grid-area:fourth;
}

.p-step-grid-list__item._fifth{
  grid-area:fifth;
}
.p-step-grid-list__item._sixth{
  grid-area:sixth;
}

.p-step-grid-list__alert{
  grid-area:alert;
}

.p-md1col-media__figure.wide{
  max-width: 225px;
}
.p-md1col-media__figure.wide .p-md1col-media__img{
  width: 22.5vw;
  max-width:120px!important;
}

.p-md1col-media__figure.wide{
  max-width: 225px;
}
.p-md1col-media__figure.wide .p-md1col-media__img{
  width: 22.5vw;
  max-width:120px!important;
}

.nav_area .cp-container-child {
padding: 10px 0;
}
@media screen and (max-width: 767px){
.nav_area .cp-container-child .res-contents ul{
background-color: #00146e;
}

}
@media print, screen and (max-width: 767px){
	.nav_area {
	color: #fff!important;
	border-color: #00146e!important;
	background: #00146e!important;
	}
}

@media only screen and (min-width: 768px){
.p-step-grid-list{
    display:-ms-grid;
    display:grid;
    -ms-grid-rows: auto 16px auto auto 60px 16px auto 16px auto;
    /* -ms-grid-rows: auto auto 60px 16px auto 16px auto 16px auto; */
    -ms-grid-columns: 1fr 20px 1fr;
        grid-template:"first . second" auto
      ". . ." 16px
      "third third third" auto
      "notes notes notes" auto
      "alert alert alert" 60px
      ". . ." 16px
      "fourth fourth fourth" auto
      ". . ." 16px
      "fifth fifth fifth" auto
      ". . ." 16px
      "sixth sixth sixth" auto / 1fr 20px 1fr;
}

.p-step-grid-list__item._third{
    -ms-grid-row:3;
    -ms-grid-column:1;
    -ms-grid-column-span:3;
}

.p-step-grid-list__item._fourth{
  -ms-grid-row:7;
  -ms-grid-column:1;
  -ms-grid-column-span:3;
}

.p-step-grid-list__item._fifth{
    -ms-grid-row:9;
    -ms-grid-column:1;
    -ms-grid-column-span:3;
}
.p-step-grid-list__item._sixth{
    -ms-grid-row:11;
    -ms-grid-column:1;
    -ms-grid-column-span:3;
}

.p-step-grid-list__alert{
    -ms-grid-row:5;
    -ms-grid-column:1;
    -ms-grid-column-span:3;
}

.p-md1col-media__figure.wide{
  max-width: 100%;
  width: 9.5vw;
}
.p-md1col-media__figure.wide .p-md1col-media__img{
  width: 100%;
}

.p-md1col-media__figure.wide{
  max-width: 100%;
  width: 9.5vw;
}
.p-md1col-media__figure.wide .p-md1col-media__img{
  width: 100%;
}

.res-ib-link li {
    margin-right: 5px;
}

.img-80{
width: 80%;
}

.custom-width{
transform : scale(1.4);
}

}

@media only screen and (min-width: 1024px){
  .p-step-grid-list{
    -ms-grid-rows: auto 24px auto auto 96px 24px auto 24px auto;
    -ms-grid-columns: 1fr 40px 1fr;
        grid-template:"first . second" auto
        ". . ." 24px
        "third third third" auto
        "notes notes notes" auto
      "fourth fourth fourth" auto
      ". . ." 24px
      "fifth fifth fifth" auto
      ". . ." 24px
    "sixth sixth sixth" auto / 1fr 20px 1fr;
}

.p-step-grid-list__item._third{
    -ms-grid-row:3;
    -ms-grid-column:1;
    -ms-grid-column-span:3;
}

.p-step-grid-list__item._fourth{
  -ms-grid-row:7;
  -ms-grid-column:1;
  -ms-grid-column-span:3;
}

.p-step-grid-list__item._fifth{
    -ms-grid-row:9;
    -ms-grid-column:1;
    -ms-grid-column-span:3;
}
  .p-step-grid-list__item._sixth{
    -ms-grid-row:11;
    -ms-grid-column:1;
    -ms-grid-column-span:3;
}

.p-step-grid-list__alert{
    -ms-grid-row:5;
    -ms-grid-column:1;
    -ms-grid-column-span:3;
}

.p-md1col-media__figure.wide{
  max-width: 100%;
}
.p-md1col-media__figure.wide .p-md1col-media__img{
  width:11vw;
  max-width:225px!important;
}

.p-md1col-media__figure.wide{
  max-width: 100%;
}
.p-md1col-media__figure.wide .p-md1col-media__img{
  width:11vw;
  max-width:225px!important;
}

}

@media only screen and (max-width: 768px){
.image-size-100pct-sp-only [class^=res-image-type-]{
width: 100%;
}

.img-sp-60{
max-width: 60px;
}

.custom-width{
transform: scale(1.3);
}
}

/*EN Page 220524*/
.ftab img, .ctab img, .pytab img, .ytab img{
  max-width: 251px;
  max-height: 100px;
}

/*Turtle icon styling*/

@media print, screen and (max-width: 400px){
.add-en::before{
    top: 1em !important;
    margin-left: -2.1em;
}

.add-en::after {
    top: 1em !important;
    margin-left: 1.1em !important;
}

.add-en{
  font-size: 2.1rem !important;
}

#wrapper .d_moduleArea h2 {
    font-size: 1.6rem !important;
}
}

@media print, screen and (max-width: 768px) and (min-width: 401px){
.add-en::before{
    top: 1em !important;
    margin-left: -4rem !important;
}

.add-en::after {
    top: 1em !important;
    margin-left: 1em !important;
}

.add-en{
  font-size: 2.1rem !important;
}
}

@media print, screen and (max-width: 1024px) and (min-width: 769px){
.res-tb-block{
  display: block !important;
}

.add-en::before{
    top: 1em !important;
    margin-left: 0rem !important;
  }

.add-en::after {
    top: 1em !important;
    margin-left: 5em !important;
}

}
/*Turtle icon styling*/

@media print, screen and (min-width: 1025px){
.w80pc{
  width: 60%;
  margin: 0 auto;
}
}

@media print, screen and (max-width: 1024px) and (min-width: 900px){
.w80pc{
  width: 80%;
  margin: 0 auto;
}
}


@media print, screen and (max-width: 899px){
.w80pc{
  width: 100%;
  margin: 0 auto;
}
}

@media only screen and (min-width: 768px){
.p-md1col-media__title {
  width: 100%
}
}

