.resort_image {
    margin-top:25px;
}

.resort_image img {
    width: 100%;
    height: auto;
}

.resort_image a:hover {
    opacity: 0.8;
    text-decoration: none;
}

.res-wrap-container .res-contents.caution-link {
	margin-top: 25px;
	margin-left: 10px;
	margin-right: 10px;
}

.service-list {
  padding: 10px;
  background: #f4f2f2;
}

.service-item {
  margin-bottom: 35px;
}

.service-list li:last-child .service-item {
  margin-bottom: 20px;
}

.service-list li:nth-child(even) .service-info h3 {
  text-align: right;
}

@media screen and (max-width: 570px) {
  .service-list li:nth-child(even) .service-info h3 {
    text-align: left;
  }
}

.service-content {
  display: table;
  width: 100%;
  padding: 15px 25px 0;
}

.service-name {
  display: block;
  width: 120px;
}

.service-name img {
  margin-top: -45px;
}

.service-info {
  display: table-cell;
  width: 100%;
  padding: 0 30px;
  vertical-align: top;
}

.service-info h3 {
  font-size: 32px;
  font-size: 3.2rem;
  margin-bottom: 5px;
  font-weight: bold;
}

.service-block > p {
  font-size: 12px;
  font-size: 1.2rem;
}

.note-desc {
  font-size: 13px;
  font-size: 1.3rem;
}



/* class badge */
.first .service-info h3 {
  color: #a72225;
}

.business .service-info h3 {
  color: #152f70;
}

.premium .service-info h3 {
  color: #0e703f;
}

.economy .service-info h3 {
  color: #48a737;
}

.figure-sp {
  display: none;
}

.service-block .note {
  margin-top: 10px;
}
.service-block .note p {
  font-size: 12px;
  font-size: 1.2rem;
}

@media screen and (max-width: 1024px) {
  .service-block .note {
    padding: 0 10px;
  }
}


@media screen and (max-width: 570px) {
  .figure-sp {display: block;}
  .service-name, .figure-pc {display: none;}
  .service-list, .service-content {padding-left: 0; padding-right: 0;}
  .service-info {padding: 0 10px;}
  .service-info h3 {
	  font-size: 19px;
	  font-size: 1.9rem;
  }
  .service-info p {
	  font-size: 12px;
	  font-size: 1.2rem;
  }
  .service-item {margin-bottom: 20px; }
  .service-list li:last-child .service-item {margin-bottom: 5px; }
}

/*2016/09/27*/
.hover-o {
  display: block;
  position: relative;
  text-decoration: none;
}
.hover-o:hover {
  text-decoration: none;
  opacity: 0.9;
}
.hover-o:hover:before {
  content: '';
  display: block;
  opacity: 0.2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}

/*Page A*/
.image-sp {
  display: none;
}

.services-content-head {
  margin-bottom: 0;
}

.travel-and-life {
	position: relative;
	margin-top: 40px;
}

.travel-and-life .image .image-pc {
	width:100%;
}

.travel-and-life .text .left-top {
	position: absolute;
	left:0;
	top:129px;
}

.travel-and-life .text .right-top {
	position: absolute;
	right:0;
	top:129px;
}

.travel-and-life .text .left-bottom {
	position: absolute;
	left:0;
	bottom:25px;
}

.travel-and-life .text .right-bottom {
	position: absolute;
	right:0;
	bottom:25px;
}

.travel-and-life .text .left-top p span,
.travel-and-life .text .right-top p span,
.travel-and-life .text .left-bottom p span,
.travel-and-life .text .right-bottom p span {
	display: inline-block;
	color:#fff;
	background:#000;
	margin-top:5px;
	font-size:16px;
	padding:5px;
	font-weight:bold;
}
.travel-and-life .text .right-top p,
.travel-and-life .text .right-bottom p {
	text-align: right;
}

.itenerary {
  margin-top: 40px;
  border: solid 2px #666666;
  background-color: #fff;
}

.itenerary > a {
  display: table;
  width: 100%;
  table-layout: fixed;
  text-decoration: none;
}

.itenerary > a:hover {
  opacity: 0.7;
}

.itenerary .image {
  display: table-cell;
  width: 60%;
  vertical-align: top;
  background-color: #00a4e9;
}

.itenerary .info {
  position: relative;
  display: table-cell;
  width: 40%;
  background-color: #00a4e9;
}

.itenerary-list {
  position: absolute;
  top: 13px;
}

.itenerary-list > li {
  position: relative;
  padding: 15px 0 15px 30px;
  border-bottom: solid 1px #fff;
  line-height: 1.25;
  color: #fff;
  font-size: 15px;
  font-size: 1.5rem;
}

.itenerary-list > li:last-child {
  border-bottom: 0;
}

.itenerary-list > li:before {
  position: absolute;
  top: 50%;
  left: 0;
  color: #fff;
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: bold;
  content: "+";
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 960px) {
		
	.travel-and-life .image-pc {
    display: none;
  }

  .travel-and-life .image-sp {
    display: block;
    width: 100%;
  }
  
  .travel-and-life .text .left-top p,
	.travel-and-life .text .right-top p,
	.travel-and-life .text .left-bottom p,
	.travel-and-life .text .right-bottom p {
		font-size:26px;
	}
  
	.travel-and-life .text .left-top {
		left:auto;
		right:0;
		top:110px;
	}
	.travel-and-life .text .left-top p {
		text-align: right;
	}

	.travel-and-life .text .right-top {
		position: absolute;
		left:0;
		bottom:20px;
		top: auto;
		right: auto;
	}
	.travel-and-life .text .right-top p {
		text-align: left;
	}

	.travel-and-life .text .left-bottom {
		display: none;
	}

	.travel-and-life .text .right-bottom {
		display: none;
	}
  
  .itenerary {
    display: block;
    border-width: 1px;
  }

  .itenerary-list {
    position: inherit;
    top: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  .itenerary .image {
    display: block;
    width: 100%;
  }

  .itenerary .info {
    display: block;
    padding: 0 15px;
    width: 100%;
  }

  .itenerary .image-pc {
    display: none;
  }

  .itenerary .image-sp {
    display: block;
    width: 100%;
  }

  .itenerary-list > li:before {
	font-size: 12.5px;
    font-size: 1.25rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .itenerary-list > li {
	font-size: 11px;
    font-size: 1.1rem;
  }
}

@media (max-width: 570px) {
	
	.travel-and-life .text .left-top {
		top:40px;
	}

	.travel-and-life .text .right-top {
		bottom:10px;
	}

  .travel-and-life .text .left-top p,
	.travel-and-life .text .right-top p,
	.travel-and-life .text .left-bottom p,
	.travel-and-life .text .right-bottom p {
		font-size:13px;
	}
  
  .itenerary {
    border-width: 1px;
  }
  
  .itenerary-list > li {
    padding-left: 6%;
  }

  .image-sp {
    display: block;
  }

  .image-pc {
    display: none;
  }
}

/*Page B*/
.only-sp{
    display: none;
}

.services{
    margin-bottom: 90px;
}

.services-header-b{
    padding-bottom: 5px;
    margin-bottom: 30px;
    border-bottom: 3px solid #000;
	font-size: 30px;
    font-size: 3rem;
    font-weight: bold;
    text-align: center;
}

.services-images{
    margin-bottom: 20px;
}

.services-images li{
    float: left;
    width: 24.3%;
    position: relative;
    margin-right: 0.9%;
}

.services-images li img{
    width: 100%;
    height: auto;
}

.services-content-b > p{
	font-size: 12px;
    font-size: 1.2rem;
}

.img-label{
    width: 34.4%;
    height: auto;
    position: absolute;
    bottom: 0;
    right: 5%;
}

.img-label img{
    width: 100%;
    height: auto;
}

.services-images li:nth-child(4n){
    margin-right: 0;
}

.journey{
    margin-bottom: 40px;
}

.journey-images li{
    float: left;
    width: 49%;
    margin-right: 2%;
}

.journey-images li:nth-child(2n){
    margin-right: 0;
}

.journey-images li img{
    width: 100%;
    height: auto;
}

.journey-images a:hover{
    opacity: 0.8;
    text-decoration: none;
}

.services-header-c{
	font-size: 20px;
    font-size: 2rem;
    color: #032760;
    margin-bottom: 20px;
}

.note-desc{
	font-size: 13px;
    font-size: 1.3rem;
}

@media (max-width:1024px){
    .only-pc{
        display: none;
    }

    .only-sp{
        display: block;
    }

    .wrap-inner{
        padding: 0 10px;
    }

    .services {
        margin-bottom: 30px;
    }

    .services-images li{
        float: left;
        width: 49%;
        position: relative;
        margin: 0 1.9% 22px 0;
    }

    .services-images li:nth-child(2n){
        margin-right: 0;
    }

    .services-images {
        margin-bottom: 0;
    }
/*
    .services-content-head {
		font-size: 19px;
        font-size: 1.9rem;
        text-align: center;
        margin-bottom: 10px;
    }
*/
    .img-label {
        width: 28.2%;
    }

    .services-header-c {
		font-size: 12px;
        font-size: 1.2rem;
        margin-bottom: 0;
    }

    .journey-images li {
        float: none;
        width: 100%;
        margin-bottom: 25px;
    }
}

/*Page C*/
/*Header*/
#header {
    position: relative;
    z-index: 1;
	background-color: #000!important;
}

#header.res-simplicity {
	height: 62px!important;
}

#header.res-simplicity .res-wrap-inner {
	height: 62px!important;
}

#header .res-wrap-inner, #header-country .res-wrap-inner {
	background-color: #000!important;
}

#header .res-logo-area {
	height: 62px!important;
}

#header .res-logo-main {
	width: 82px!important;
	padding: 20px 0 20px 1px!important;
}

#header .res-logo-main img {
	max-width: 82px;
}

#header .res-logo-ioj {
	width: 150px!important;
	padding: 28px 0 13px 17px!important;
}

#header .res-logo-ioj img {
	max-width: 150px!important;
}

/*Banner*/
.banner-block.bkk {
	position: relative;
	background: url(/int/promotion/information/images/mainvisual_bkk_pc.jpg) no-repeat center;
}

.banner-block.hnl {
	position: relative;
	background: url(/int/promotion/information/images/mainvisual_hnl_pc.jpg) no-repeat center;
}

.banner-block.lhr {
	position: relative;
	background: url(/int/promotion/information/images/mainvisual_lhr_pc.jpg) no-repeat center;
}

.banner-block.jfk {
	position: relative;
	background: url(/int/promotion/information/images/mainvisual_jfk_pc.jpg) no-repeat center;
}

.banner-block.pvg {
	position: relative;
	background: url(/int/promotion/information/images/mainvisual_pvg_pc.jpg) no-repeat center;
}
.visual-holder {
	margin: 116px 0 30px 0;
	-webkit-box-shadow: 0 3px 10px rgba(0,0,0,.3);
	-moz-box-shadow: 0 3px 10px rgba(0,0,0,.3);
	box-shadow: 0 3px 10px rgba(0,0,0,.3);
}
.visual-holder {
    display: block;
    position: relative;
    float: left;
    z-index: 1;
    padding: 15px 26px;
    background-color: rgba(255,255,255,.85);
}
.ie8 .visual-holder { background-color: #fff; }
.visual-holder:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
    width: 26px;
    height: 100%;
    background: url(/int/promotion/information/images/angle_right.png) no-repeat center;
	background-color: rgba(1,47,100,.85);
}
.ie8 .visual-holder:after {
	background-color: #224B7A;
}
.visual-content {
    background: url(/int/promotion/information/images/5star.png) no-repeat top right;
    padding-right: 90px;
    color: #383838;
}
.visual-content > span {
    font-size: 20px;
	font-size: 2rem;
}
.visual-content h1 {
    display: block;
	font-size: 38px;
    font-size: 3.8rem;
}
.visual-content .lead-price {
	font-size: 67px;
    font-size: 6.7rem;
    color: #c80e00;
    line-height: 0.9em;
    font-weight: bold;
}
.visual-content .lead-price span.tax {
	font-size:44px;
	font-size:4.4rem;
}
.visual-content .lead-price span.kara {
	font-size:54px;
	font-size:5.4rem;
}
.visual-img-sp {
    display: none;
}
@media screen and (max-width: 570px) {
    .visual-content > span {font-size: 0.75em;}
    .visual-content h1{
		font-size: 22px;
		font-size: 2.2rem;
	}
    .visual-content .lead-price{
		font-size: 35px;
		font-size: 3.5rem;
	}
    .visual-content .lead-price span.tax {
		font-size: 23px;
		font-size: 2.3rem;
	}
    .visual-content .lead-price span.kara {
		font-size: 28px;
		font-size: 2.8rem;
	}
    .visual-holder {padding: 5px 10px; float: none; width: calc(100% - 15px);}
    .visual-content {-webkit-background-size: 40px; background-size: 40px; padding-right: 0;}
    .visual-holder:after {background-size: 8px; width: 15px;}
    .visual-img-sp {display: block;}
	.banner-block {
		position: static !important;
		background:none !important;
	}
	.visual-holder {
		margin: 0;
		box-shadow: none;
	}
}

/*News & Updates*/
.news-update-block {margin-top: 30px;}
.news-update-item-01,
.news-update-item-02 {
    border: 4px solid #3d3d3d;
    padding: 20px 25px;
}
.news-update-content {
	display: table;
	width: 100%;
}
.news-update-detail {
	display: table-cell;
	vertical-align: top;
	padding-left: 30px;
}
.news-update-img {
	width: 360px;
	display: block;
}
.news-update-item-02,
.news-update-item-02 .news-update-detail h3 {border-color: #00a1e9;}
.news-update-detail h3 {
    color: #3d3d3d;
	font-size: 20px;
    font-size: 2rem;
    font-weight: bold;
    border-bottom: 2px solid #3d3d3d;
    line-height: 1.3;
    padding-bottom: 2px;
    margin-bottom: 15px;
}
.news-update-detail p {
    margin-bottom: 15px;
    color: #3d3d3d;
}
.news-update-detail p:last-child {margin-bottom: 0;}
.show-more {display: none;}
@media screen and (max-width: 570px) {
  .services-images li {
    margin-bottom: 2%;
  }
    .news-update-item-01, .news-update-item-02 {
        border-left: none;
        border-right: none;
        border-bottom: none;
        border-width: 2px;
        padding: 10px 0 0 0;
    }
	.news-update-content { display: block; width: auto; }
    .news-update-detail p {margin-bottom: 10px;}
    .news-update-detail {padding: 20px 10px 10px;}
    .news-update-detail h3, .news-update-detail p { font-size: 16px;font-size: 1.6rem; }
	.news-update-detail { display: block; }
	.news-update-img { width: auto; }
    .show-more {text-align: right; display: block}
    .show-more > span {display: inline-block; max-width: 20px;}
    .news-update-detail p:not(:first-of-type) {display: none;}
    .news-update-detail.active p:not(:first-of-type) {display: block;}
    .news-update-block {margin-top: 10px;}
    .news-update-detail.active .show-more > span {-webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); -moz-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); }
}

.services-content-head {margin-bottom: 5px;}

@media screen and (max-width: 570px) {
	.services-header-b {
		font-size: 19px;
		font-size: 1.9rem;
		text-align: center;
		padding: 0 55px 5px;
		font-weight: bold;
	}
}

/*方面別おトクな運賃例*/


.res-btn-link.arrow-B a {
  padding: 10px;
}
.res-btn-link.arrow-B .btn-text {
  padding-right: 8px;
  padding-left: 12px;
  text-align: center;
}
.res-btn-link.arrow-B .bnt-icon {
  min-width: 18px !important;
  max-width: 18px !important;
}
.res-btn-link.arrow-B .bnt-icon.ficon-arrow-top2 {
  display: none;
}
.res-btn-link.arrow-B .bnt-icon.ficon-arrow-bottom2 {
  position: relative;
}
.res-btn-link.arrow-B .bnt-icon.ficon-arrow-bottom2:before {
  position: absolute;
  right: 10px;
  display: inline-block;
  content: "";
  width: 7px;
  height: 7px;
  margin-top: -4px;
  margin-right: -4px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}
.ie8 .res-btn-link.arrow-B .bnt-icon.ficon-arrow-bottom2:before {
  content: " ";
  background: url(/inttour/common-layout/images/arrow_ui.png) no-repeat -38px -4px;
  width: 14px;
  height: 18px;
  border: none !important;
}

.moreView {
  display: none;
  margin-top: 25px;
}

.bnr {
  margin-top: 20px;
}

.fareListWrap .filter {
  margin-top: 30px;
  font-size: 0;
  text-align: center;
}
@media (min-width: 0px) and (max-width: 768px) {
  .fareListWrap .filter {
    margin-left: 10px;
    margin-right: 10px;
    text-align: left;
  }
}

.fareListWrap .filter li {
  display: inline-block;
}
@media (min-width: 0px) and (max-width: 768px) {
  .fareListWrap .filter li {
    display: block;
  }
}

.fareListWrap .filter li .selectWrap {
  display: table;
  width: 100%;
  table-layout: fixed;
  font-size: 16px;
  vertical-align: middle;
}
@media (min-width: 0px) and (max-width: 768px) {
  .fareListWrap .filter li .selectWrap {
    display: block;
  }
}
.fareListWrap .filter li .selectWrap label, .fareListWrap .filter li .selectWrap .select {
  display: table-cell;
  vertical-align: middle;
}
@media (min-width: 0px) and (max-width: 768px) {
  .fareListWrap .filter li .selectWrap label, .fareListWrap .filter li .selectWrap .select {
    display: block;
  }
}
.fareListWrap .filter li .selectWrap .select {
  overflow: hidden;
  border: 1px solid #cbcbcb;
  background: url(/book-plan/destination/list/images/bg_select_arrow.gif) no-repeat #FFF;
  background-position: right 20px top 50%;
}
.ie9 .fareListWrap .filter li .selectWrap .select, .ie8 .fareListWrap .filter li .selectWrap .select {
  background: none;
}
.fareListWrap .filter li .selectWrap .select select {
  width: 100%;
  padding: 6px 20px;
  font-size: 18px;
  font-family: "メイリオ",Meiryo,Droid Sans,HiraKakuProN-W3,HiraKakuPro-W3,"ヒラギノ角ゴ ProN W3","ヒラギノ角ゴ Pro W3","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic ProN","Lucida Grande","Lucida Sans","Lucida Sans Unicode","Trebuchet MS","ＭＳ Ｐゴシック","MS PGothic",Helvetica,sans-serif;
  border: none;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
  /* IE10以上 */
}
.fareListWrap .filter li .selectWrap .select select::-ms-expand {
  display: none;
}
@media (min-width: 0px) and (max-width: 768px) {
  .fareListWrap .filter li .selectWrap .select select {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.fareListWrap .filter li.dep {
  width: 32.65%;
  margin-right: 4.2%;
}
@media (min-width: 0px) and (max-width: 768px) {
  .fareListWrap .filter li.dep {
    margin: 0 0 10px;
  }
}
.fareListWrap .filter li.dep label {
  width: 4em;
}
.fareListWrap .filter li.area {
  width: 58.4%;
}
.fareListWrap .filter li.area label {
  width: 11em;
}
@media (min-width: 0px) and (max-width: 768px) {
  .fareListWrap .filter li.dep, .fareListWrap .filter li.area {
    width: auto;
  }
  .fareListWrap .filter li.dep label, .fareListWrap .filter li.area label {
    width: auto;
  }
}

.fareListWrap .fareList .list {
  padding: 9px 21px 7px;
  border-bottom: 1px solid #cccccc;
}
@media (min-width: 0px) and (max-width: 768px) {
  .fareListWrap .fareList .list {
    padding: 10px;
  }
}
.fareListWrap .fareList .list .listInner {
  display: table;
  width: 100%;
  table-layout: fixed;
}
@media (min-width: 0px) and (max-width: 768px) {
  .fareListWrap .fareList .list .listInner {
    display: block;
  }
}
.fareListWrap .fareList .list .listInner dt, .fareListWrap .fareList .list .listInner dd {
  display: table-cell;
  padding-right: 1em;
  vertical-align: middle;
}
@media (min-width: 0px) and (max-width: 768px) {
  .fareListWrap .fareList .list .listInner dt, .fareListWrap .fareList .list .listInner dd {
    display: inline-block;
    padding-right: 0 !important;
  }
}
.fareListWrap .fareList .list .listInner dt {
  width: 40%;
}
@media (min-width: 0px) and (max-width: 768px) {
  .fareListWrap .fareList .list .listInner dt {
    display: block;
    width: auto;
    margin-bottom: 1em;
  }
}
.fareListWrap .fareList .list .listInner dd.trip {
  width: 3em;
}
@media (min-width: 0px) and (max-width: 768px) {
  .fareListWrap .fareList .list .listInner dd.trip {
    width: auto;
  }
}
.fareListWrap .fareList .list .listInner dd.price {
  width: 43%;
  padding-right: 3em;
  font-size: 16px;
  text-align: right;
}
@media (min-width: 0px) and (max-width: 768px) {
  .fareListWrap .fareList .list .listInner dd.price {
    width: auto;
    font-size: 14px;
  }
}
.fareListWrap .fareList .list .listInner dd.price span {
  display: inline-block;
  vertical-align: middle;
}
.fareListWrap .fareList .list .listInner dd.price span.num {
  color: #da0303;
  font-size: 34px;
}
@media (min-width: 0px) and (max-width: 380px) {
  .fareListWrap .fareList .list .listInner dd.price span.num {
    font-size: 24px;
  }
}
.fareListWrap .fareList .list .listInner dd.btn {
  width: 120px;
  padding-right: 0;
}
@media (min-width: 0px) and (max-width: 768px) {
  .fareListWrap .fareList .list .listInner dd.btn {
    position: relative;
    top: -0.25em;
    float: right;
    width: 90px;
  }
}
.fareListWrap .fareList .list .listInner dd.btn a {
  display: block;
  padding: 10px;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  text-decoration: none;
  border: 1px solid #002f63;
  background-color: #002f63;
}
.fareListWrap .fareList .list .listInner dd.btn a:hover {
  background-color: #004796;
}
.fareListWrap .fareList .list .listInner dd.btn a .icon-blank {
  display: none;
}
.fareListWrap .fareList .list.areaTtl {
  padding-left: 5px;
  border-bottom: 2px solid #012f64;
  margin-top: 30px;
}
.fareListWrap .fareList .list.areaTtl .listInner {
  font-weight: bold;
}
.fareListWrap .fareList .list.areaTtl .listInner .icon {
  color: #06147c;
  font-size: 1.5em;
  vertical-align: middle;
}

/*Services*/
.service-area {margin-top: 50px; }

.services {margin-top:50px;}

.services-header {margin-bottom: 15px; }

.services-header {
    position: relative;
    text-align: center;
    margin-bottom: 25px;
}

.services-header span{
    position: relative;
    z-index: 2;
	font-size: 18px;
    font-size: 1.8rem;
    color: #fff;
    padding: 0px 30px;
    background-color: #000;
}

.services-header:before{
    content: '';
    background-color: #000;
    position: absolute;
    top: 50%;
    left: 0;
    height: 3px;
    width: 100%;
}

.services-content-a{
	font-size: 16px;
    font-size: 1.6rem;
    text-align: center;
    max-width: 743px;
    margin: 0 auto 30px;
}

.services-content-a p {
	font-size: 18px;
	font-size: 1.8rem;
}

.services-content-head{
	font-size: 36px;
    font-size: 3.6rem;
    font-weight: bold;
    margin-bottom: 5px;
}

/* visual banner */
.visual-banner {
    position: relative;
    min-height: 410px;
    background: url(/int/promotion/information/images/banner_02_pc.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

.visual-banner .banner-sp {
    display: none;
}

.visual-banner-inner {
    position: relative;
    width: 950px;
    margin: 0 auto;
    padding-top: 40px;
    height: 100%;
}

.visual-banner-heading {
}

.visual-banner-heading .title {
    float: left;
}

.visual-banner-heading .icon {
    float: left;
    position: relative;
    top: -6px;
}

.visual-banner-heading .title {
    margin-right: 3%;
    color: #fff;
    line-height: 1.2;
}

.visual-banner-heading .title span:last-child {
    line-height: .8;
}

.visual-banner-heading .fs28 {
    font-size: 28px;
	font-size: 2.8rem;
}

.visual-banner-heading .fs42 {
    font-size: 42px;
	font-size: 4.2rem;
}

.visual-banner-heading .fs24 {
	font-size: 24px;
    font-size: 2.4rem;
}

.visual-banner-heading .title > span {
    display: block;
}

/* page heading02 */
.page-heading-02 {
    position: relative;
    margin: 35px 0 25px;
    padding: 0 5%;
    border-bottom: solid #00439e 5px;
    text-align: center;
    color: #01449f;
    font-size: 36px;
	font-size: 3.6rem;
}

.page-heading-02 > span {font-weight: bold;}
.page-heading-02 .quote {
    position: relative;
    padding: 0 25px;
    margin-right: 42px;
}

.page-heading-02 .quote:before,
.page-heading-02 .quote:after {
    position: absolute;
    width: 3px;
    height: 100%;
    background-color: #ff7300;
    content: "";
    bottom: 3px;
}
.ie8 .page-heading-02 .quote:before,
.ie8 .page-heading-02 .quote:after {
	display: none;
}
.page-heading-02 .quote:before {
    left: 0;
    -webkit-transform: rotate(-41deg);
    -ms-transform: rotate(-41deg);
    transform: rotate(-41deg);
}

.page-heading-02 .quote:after {
    right: 0;
    -webkit-transform: rotate(41deg);
    -ms-transform: rotate(41deg);
    transform: rotate(41deg);
}

.page-heading-02 .num {
    color: #fe7000;
    font-size: 32px;
	font-size: 3.2rem;
}

.page-heading-02 .num > span {
	font-size: 52px;
    font-size: 5.2rem;
}

.page-heading-02:before {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -25px;
    margin: 0 auto;
    background: url(/int/promotion/information/images/page-heading-02_arrow_icon.jpg) no-repeat;
    width: 34px;
    height: 25px;
    content: "";
}

/* page heading02-b */
.page-heading-02-b {
    margin-top: 20px;
    text-align: center;
    color: #01449f;
	font-size: 30px;
    font-size: 3rem;
    font-weight: bold;
}

.page-heading-02-b * {
    font-weight: bold;
}

/* page heading.page-heading-02-c */
.page-heading-02-c{
    margin-top: 20px;
    border-bottom: solid 3px #2f2f2f;
    text-align: center;
    color: #000;
	font-size: 30px;
    font-size: 3rem;
    font-weight: bold;
}

.text-orange {
    color: #ff6600;
}


/* skytrax */
.skytrax {
    margin-top: 50px;
    padding: 20px;
    border: solid 1px #ccc;
}

.skytrax .text-sp,
.skytrax .title-sp {
    display: none;
}

.skytrax-inner {
    display: table;
    width: 100%;
}

.skytrax .skytrax-logo,
.skytrax .skytrax-description {
    display: table-cell;
    vertical-align: middle;
}

.skytrax .skytrax-logo {
    width: 19%;
    padding-right: 3%;
}

.skytrax .skytrax-description {
    border-left: solid 1px #9aa9bf;
    padding-left: 30px;
}

.skytrax .skytrax-description sup {
	vertical-align: text-top;
}

.skytrax .title {
	font-size: 20px;
    font-size: 2rem;
    color: #032760;
    margin-bottom: 20px;
    line-height: 1.25;
}

.skytrax .text {
	font-size: 13px;
    font-size: 1.3rem;
}


@media screen and (max-width: 1024px){
    .visual-banner-inner {
        width: 100%;
        padding-left: 7px;
    }
    
    .services-desc-left{
        text-align: left;
    }
}

@media screen and (max-width: 640px) {
    .visual-banner {
        min-height: 0 !important;
        background: none;
    }

    .visual-banner .banner-sp {
        display: block;
    }

    .visual-banner .visual-banner-heading {
        width: auto;
    }

    .visual-banner .visual-banner-inner{
        position: absolute;
        top: 0;
    }

    /* skytrax */
    .skytrax {
        padding: 10px;
        border: 0;
    }

    .skytrax .text-pc,
    .skytrax .title-pc {
        display: none;
    }

    .skytrax .text-sp {
        display: block;
        padding: 10px;
    }

    .skytrax .title-sp {
        display: block
    }

    .skytrax-inner {
        border: solid 1px #ccc;
        padding: 20px;
    }

    .skytrax .skytrax-logo {
        width: 28%;
    }
}

@media screen and (max-width: 570px) {

    .services-header {margin-top: 25px;}
    
    .services-content-head {
			font-size: 19px;
      font-size: 1.9rem;
      text-align: center;
      margin-bottom: 10px;
      color: #333;
    }
    
    .services-content-a {
    	padding: 0 10px;
    	text-align: center;
    }
    
    .services-content-a p{
        color: #333;
    }
    
    /* page heading02 */
    .page-heading-02 {
			margin: 10px 0 0;
			border-bottom: 0;
			font-size: 21px;
			font-size: 2.1rem;
			text-align: left;

    }

    .page-heading-02 .num {
		font-size: 16px;
        font-size: 1.6rem;
    }

    .page-heading-02 .num > span {
		font-size: 26px;
        font-size: 2.6rem;
    }

    .page-heading-02 .quote {
        margin-right: 0;
    }

    .page-heading-02 > span.text {
        display: block;
    }

    .page-heading-02:before {
        content: "";
        width: 0;
        height: 0;
    }

    /* page heading02-b */
    .page-heading-02-b {
        margin-top: 10px;
		font-size: 19px;
        font-size: 1.9rem;
    }

    /* page heading02-c */
    .page-heading-02-c{
        margin-top: 10px;
        text-align: center;
		font-size: 19px;
        font-size: 1.9rem;
    }

    /* skytrax */
    .skytrax {
        margin-top: 25px;
    }

    .skytrax .text {
        margin-top: 10px;
		font-size: 10px;
        font-size: 1rem;
    }

    .skytrax .title {
        margin-bottom: 0;
		font-size: 12.5px;
        font-size: 1.25rem;
    }

    .skytrax .skytrax-description {
        padding-left: 5%;
    }

    /* visual */
    .visual-banner-heading .icon {
        width: 13%;
    }

    .visual-banner-heading .fs24 {
        font-size: 12px;
		font-size: 1.2rem;
    }

    .visual-banner-heading .fs42 {
		font-size: 21px;
        font-size: 2.1rem;
    }

    .visual-banner-heading .fs28 {
		font-size: 14px;
        font-size: 1.4rem;
    }
}

/* ph2
-----------------------------------------------------------*/

/* kv pattern-A */
#key-visual { }
#key-visual .inner-a { background:url("/int/promotion/information/images/kv_a_bg.jpg") #2DA7F2 no-repeat top center; }
#key-visual .inner-a h1 { width:100%; max-width:950px; margin:0 auto; min-height:410px; }
#key-visual .inner-a h1 img {}
#key-visual .inner-a .ca-wrapper { position:relative; width:100%; max-width:950px; margin:0 auto; overflow:visible; }
#key-visual .inner-a .ca-wrapper .ca-left,
#key-visual .inner-a .ca-wrapper .ca-right { position:absolute; bottom:0; }
#key-visual .inner-a .ca-wrapper .ca-left { left:-40px; }
#key-visual .inner-a .ca-wrapper .ca-right { right:-40px; }
@media (min-width: 0px) and (max-width: 570px) {
	#key-visual .inner-a { position:static; }
	#key-visual .inner-a h1 { min-height:0px; }
	#key-visual .inner-a .ca-wrapper { display:none; }
}

/* kv pattern-B */
#key-visual {}
#key-visual .inner-b { background:url("/int/promotion/information/images/kv_b_bg.png") #092C90 no-repeat top center; }
#key-visual .inner-b h1 { width:100%; max-width:950px; margin:0 auto; text-align:center; }
#key-visual .inner-b h1 img {}

/* kv pattern-C */
#key-visual {}
#key-visual .inner-c { background:url("/int/promotion/information/images/kv_c_bg.png") #00B5FC no-repeat top center; }
#key-visual .inner-c h1 { width:100%; max-width:950px; margin:0 auto; text-align:center; }
#key-visual .inner-c h1 img {}




/*-- [ Cパターン ] --*/
#ph2AnchorrArea {
	margin: 0 auto;
	padding-top: 21px;
	text-align: center;
}
#ph2AnchorrArea .ph2AnchorrInner {
	font-size: 0;
	padding: 0 10px;
}
#ph2AnchorrArea .ph2AnchorrInner li {
	display: inline-block;
	background: url("/int/promotion/information/images/anc_btn_bg_big.png") center bottom no-repeat;
	width: 399px;
	margin-left: 2%;
}
#ph2AnchorrArea .ph2AnchorrInner li:first-child {
	margin-left: 0;
}
#ph2AnchorrArea .ph2AnchorrInner li a {
	text-decoration: none;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	display: block;
	width: 100%;
}
#ph2AnchorrArea .ph2AnchorrInner li a span {
	display: block;
}
#ph2AnchorrArea .ph2AnchorrInner li a span.line1 {
	padding: 11px 0 32px;
}
#ph2AnchorrArea .ph2AnchorrInner li a span.line2 {
	padding: 11px 0 32px;
}
.res-sp-inline-block {
	display: none;
}
@media screen and (min-width: 721px) and (max-width: 840px){
	#ph2AnchorrArea .ph2AnchorrInner li {
		width: 45%;
	}
	#ph2AnchorrArea .ph2AnchorrInner li a {
		font-size: 20px;
	}
}
@media screen and (min-width: 621px) and (max-width: 720px) {
		#ph2AnchorrArea .ph2AnchorrInner li {
		width: 45%;
	}
	#ph2AnchorrArea .ph2AnchorrInner li a {
		font-size: 16px;
	}
}
@media screen and (max-width: 620px) {
	#ph2AnchorrArea .ph2AnchorrInner {
		display:table;
		width:100%;
	}
	#ph2AnchorrArea .ph2AnchorrInner li {
		display:table-cell;
		vertical-align:middle;
		border:4px solid #fff;
		background: url("/int/promotion/information/images/anc_btn_bg_big.png") /*#004AAE*/ center bottom no-repeat;
		width: 49%;
	}
	#ph2AnchorrArea .ph2AnchorrInner li a {
		font-size: 14px;
	}
	#ph2AnchorrArea .ph2AnchorrInner li a span {
		display: block;
	}
	#ph2AnchorrArea .ph2AnchorrInner li a span.line1 {
		padding:20px 0 32px;
	}
	#ph2AnchorrArea .ph2AnchorrInner li a span.line2 {
		padding:14px 0 20px;
	}
	.res-sp-inline-block {
		display:block;
	}
}
.asterisk {
	font-size: 80% !important;
	vertical-align: top !important;
}


/* 追加 */
.fareListhead{
	background-color:#eee;}
	
h3.balloon {
  position: relative;
  padding: 5px;
  color: #fff;
  font-size: 24px;
  text-align: center;
  border: 2px solid #093567;
  background-color:#002f63;
  margin-bottom:35px;
}
h3.balloon:before, h3.balloon:after {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 50%;
  margin-left: -60px;
  border-width: 20px 60px;
  border-style: solid;
  border-color: transparent;
}
@media (min-width: 0px) and (max-width: 570px) {
  h3.balloon:before, h3.balloon:after {
    bottom: -20px;
    border-width: 10px 30px;
    margin-left: -30px;
  }
}
h3.balloon:before {
  bottom: -40px;
  border-top-color: #012f64;
}
@media (min-width: 0px) and (max-width: 570px) {
  h3.balloon:before {
    bottom: -20px;
  }
}
h3.balloon:after {
  bottom: -38px;
}
@media (min-width: 0px) and (max-width: 570px) {
  h3.balloon:after {
    bottom: -18px;
  }
}
.fareListWrap .filter {
	padding-bottom:20px;}
	
	
.fareListWrap {
    margin-top: 50px;
}

.farenotes{
    height: 100%;
    margin: 0 auto;
    width: 950px;
}

.faretext p{
	text-align:center;}

@media (min-width: 0px) and (max-width: 570px) {
	.faretext p{
	text-align:left;}
}

.image_annotation {
	width: 100%;
	max-width: 950px;
	margin: 0 auto;
}
@media (min-width: 0px) and (max-width: 768px) {
	.image_annotation {
		padding: 0 10px;
		
	}
}

.image_annotation .res-textbox {
	margin: 0 10px;
}

.image_annotation .res-inner-contents {
  padding-top:5px;
}