@charset "utf-8";
/*////////////// StyleCSS Document //////////////*/
/* ===============================================
 all（基本事項/全共通）　
=============================================== */
@media screen and (min-width: 400px) {
html {
    font-size: 11px;
  }
}
body {
  height: initial;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
main.main + .wrapper {
  background-color: #fff;
  overflow: hidden;
}
main a {
  text-decoration: none;
}
#fair a {
  display: block;
}

/*===============================================
パンくず
===============================================*/
.breadcrumb__item img:not([width]) {
  zoom: 1;
}
.breadcrumb {
  background: #fff;
  font-size: 14px;
}
.breadcrumb .breadcrumb__item:first-child a {
  font-size: 11.2px;
}
.breadcrumb .breadcrumb__item, .breadcrumb .breadcrumb__item a {
  font-size: 11.2px;
}
.breadcrumb__inner {
  padding: 5px 8px !important;
}
.breadcrumb__item {
  position: relative;
  color: #888;
  display: inline-block;
  margin-right: 12px;
}
.breadcrumb__item a {
  color: #333;
  text-decoration: none;
}
.breadcrumb__item+.breadcrumb__item::before {
  content: '>';
  display: inline-block;
  background: none;
  margin: 0 8px;
  position: absolute;
  top: -1px;
  left: -18px;
  width: 0;
  height: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

/*===============================================
 headerArea　方面から選ぶ
=============================================== */
#headerArea {
  position: relative;
  margin: 0;
}
#headerArea .titleArea.main {
  margin: 0;
  background: transparent;
}
#headerArea .titleArea.main a {
  display: block;
}

/*===============================================
 lNav（ナビ部分/全共通）　方面から選ぶ
=============================================== */
#lNav {
  width: auto;
  padding: 0 11px;
  margin: 0 10px 30px;
  background: #c7e0e0;
}
#lNav .navTitle {
  padding: 1.6rem 0;
  text-align: center;
  font-size: 1.4rem;
  color: #3b4242;
}
#lNav div {
  color: #FFF;
  background-color: #000;
  padding: 0.5rem 0;
  font-weight: bold;
  text-align: center;
}
#lNav > ul {
  overflow: hidden;
  clear: both;
  padding-bottom: 11px;
}
#lNav > ul > li {
  width: 49%;
  float: left;
  background-color: #FFF;
  margin-top: 1.76vw;
  background-repeat: no-repeat;
  background-image: url("../images/sp/icon_next_bluegray.png");
  background-position: 95% 50%;
  background-size: 7px;
  box-shadow: 0px 1px 0px 0px #8ba6a6;
}
#lNav > ul > li:nth-child(-n+2) {
  margin-top: 0;
}
#lNav > ul > li + li {
  margin-left: 2%;
}
#lNav > ul > li:nth-child(2n+1) {
  margin-left: 0;
}
#lNav > ul > li a {
  color: #333;
}
#lNav > ul > li a span {
  display: table-cell;
  height: 4rem;
  vertical-align: middle;
  padding-left: 1rem;
  padding-right: 20px;
  color: #333;
}
#lNav > ul > li {
  background-repeat: no-repeat;
  background-image: url(../images/sp/icon_down_bluegray.png);
  background-position: 95% 50%;
  background-size: 13.5px;
}
#lNav > ul > li.btn.right {
  background-repeat: no-repeat;
  background-image: url(../images/sp/icon_next_bluegray.png);
  background-position: 95% 50%;
  background-size: 7px;
}
.bg01 ul li a span {
  font-size: 1.3rem;
}

/*===============================================
 mainArea（メインコンテンツ部分/全共通）　
=============================================== */
#mainArea > section {
  margin: 0;
}
#mainArea .linkArea.listText.search .linkText a,
#mainArea .linkArea.search .linkText a {
  padding: 12px 0 12px 40px;
  color: #333;
  font-size: 1.4rem;
  font-weight: normal;
}
.city_name {
    color: #fff;
    background: #000;
    opacity: 0.8;
    font-size: 1.1rem;
    font-weight: bold;
    padding: 0 5px;
}
.pickup_plan {
    display: inline-grid;
    background: #f0f0f0;
    width: 100%;
    padding: 6px 7px 5px;
    margin-top: 5px;
}
.pickup_plan .plan_text01 {
  color: #000;
}
.pickup_plan .plan_text01:before {
    content: "特別プラン≫";
    color: #ff5c0c;
    font-size: 12px;
    font-weight: bold;
    margin-right: 3px;
}
.pickup_price {
  text-align: right;
}
.pickup_price .discount {
    color: #e41205;
    font-weight: bold;
    font-size: 1.2rem;
    margin-right: 5px;
}
.pickup_price span {
    color: #e41205;
    font-weight: bold;
    font-size: 1.8rem;
}

/*===============================================
 titleArea（タイトル部分/全共通）
===============================================*/
.titleArea.headlines {
  margin: 10% 3% 3%;
  width: auto;
  padding: 0;
  background-color: transparent;
  background: none;
}

/*===============================================
titleArea.headlines（大見出し/アイコン+テキスト）
===============================================*/
.titleArea.headlines .titleText, #footerArea #searchBox .titleArea.headlines .titleText {
  padding-left: 0;
  text-align: center;
  color: #fff;
  font-size: 1.7rem;
}
#footerArea section .titleArea.headlines,#featureArea .titleArea.headlines.featureIcon {
  background-image: none;
  background-color: #010439;
  padding: 3px 0;
  margin: 5% 0 4px;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.35);
}
#footerArea section .titleArea.headlines .titleText {
  padding: 8px 0 5px;
  color: #fff;
  font-size: 1.6rem;
}
#footerArea #searchArea .titleArea.headlines,
#footerArea #otherSearch .titleArea.headlines,
#footerArea #featureArea .titleArea.headlines,
#footerArea #searchBox .titleArea.headlines {
  box-shadow: none;
}

/*===============================================
titleArea（背景なし）
===============================================*/
#fair .titleArea.headlines {
  background: none;
}

/*===============================================
btn（ボタン型/テキスト1行）
===============================================*/
.linkArea.btn {
  background-color: #ffae00;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.35);
  border-radius: 24px;
}
.linkArea.btn {
  background-image: url("../images/icon_next_white.png");
  background-position: 96% 50%;
  background-size: 7px;
  margin-top: 4%;
}
.linkArea.btn.line {
  background-color: #1bcf0c;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.35);
}
.linkArea.btn.line .linkText a {
  color: #fff;
}
.linkArea.btn .linkText a {
  color: #fff;
  font-size: 1.3rem;
}
.linkArea.list + .linkArea.list {
  border-top: none;
}
.linkArea.list a {
  color: #3b3b3b;
}

/* ===============================================
 featureArea（おすすめの特集/全共通）
=============================================== */
#footerArea #featureArea {
  margin: 0 3.1% 0;
}

/*===============================================
featureList（リスト部分）
===============================================*/
#featureArea .featureList {
  padding: 0 10px 5px;
}
#featureArea .featureList li {
  padding: 6px 7% 6px 0;
  background: url("../images/sp/icon_next_gray.png")no-repeat 98% 50% /8px;
}
#featureArea .featureList li:last-child {
  border-bottom: none;
}
#featureArea .featureList dl dd h3, #featureArea .featureList dl dd h4, #featureArea .featureList .featureBox .detailArea .titleText {
  color: #13175e;
  font-size: 1.6rem;
  font-weight: bold;
  padding-bottom: 3px;
}
#featureArea .featureList .featureBox .phArea {
  padding: 0 10px 0 0;
  width: 72px;
}
/* ===============================================
 tour-preview（API表示部分/全共通）　
=============================================== */
#container .tour-preview {
  margin: 0 10px 10px;
  background-color: #fff;
  padding: 10px 3.1%;
  border-bottom: none;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.35);
  display: block;
  overflow: hidden;
  line-height: 1.5;
}
#container .tour-desc .tour-desc-text03,
#container .tour-api .tour-fuel {
  color: #e41205;
  font-weight: bold;
}

/*===============================================
おすすめ特集
===============================================*/
#footerArea {
  position: relative;
}
#footerArea:before {
  content:"";
  display:block;
  position: absolute;
  top:-20px;
  left:0;
  z-index:-1;
  width:100%;
  height:100%;
  background-image: url("../images/sp/bg_main.jpg");
  background-size: auto 100%;
  background-repeat: no-repeat;
}
#fair .fair_inner {
  background-color: #fff;
}
#footerArea {
  position: relative;
}
#footerArea section:not(#gNavCommonArea) {
  margin: 0 3.1% 32px;
  background-color: #fff;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.35);
}
#featureArea .featureList .featureBox .detailArea p {
  color: #333;
  font-size: 1.1rem;
  line-height: 1.3;
}
#fair .rank img {
  width: 73px;
  height: auto;
  vertical-align: middle;
  margin-top: 5px;
}
.point-list .point1, .point-list .point2, .point-list .point3 {
  display: none;
}
.point-list span {
  padding: 2px 5px;
  margin-right: 1px;
  background: #0080ca;
  color: #fff;
  font-size: 1.1rem;
  display: none;
  font-weight: 100;
}
.point-list .grudge2, .point-list .grudge3 {
    display: inline-block;
}

/*===============================================
otherLinkArea（その他リンク部分）
===============================================*/
.linkArea.list.top {
  margin: 0;
  background-size: 24px auto;
  background-position: 100% 50%;
  background-color: #004098;
}
#container a.dtl-link {
  padding: 0 2%;
}
#container .tour-desc .tour-desc-text02{
  font-size: 1.2rem;
  color: #000000;
  font-weight: bold;
  padding: 3px 0 2px;
}
#container .tour-desc .tour-desc-text01 {
  font-size: 1rem;
  color: #000000;
  font-weight: normal;
}

/* ===============================================
エリアアイコン
================================================*/
.tha .sec-main-ttl .ttl-txt {
  background-image: url(/tyo/common/images/sp/icon/ico-city-asi-tha.png);
}
.vnm .sec-main-ttl .ttl-txt {
  background-image: url(/tyo/common/images/sp/icon/ico-city-asi-vnm.png);
}
.hkg .sec-main-ttl .ttl-txt {
  background-image: url(/tyo/common/images/sp/icon/ico-city-asi-hkg.png);
}
.sgp .sec-main-ttl .ttl-txt {
  background-image: url(/tyo/common/images/sp/icon/ico-city-asi-sgp.png);
}
.twn .sec-main-ttl .ttl-txt {
  background-image: url(/tyo/common/images/sp/icon/ico-city-asi-twn.png);
}
.kor .sec-main-ttl .ttl-txt {
  background-image: url(/tyo/common/images/sp/icon/ico-city-asi-kor.png);
}
.chn .sec-main-ttl .ttl-txt {
  background-image: url(/tyo/common/images/sp/icon/ico-city-asi-chn.png);
}
.mys .sec-main-ttl .ttl-txt {
  background-image: url(/tyo/common/images/sp/icon/ico-city-bch-mys.png);
}
.phl .sec-main-ttl .ttl-txt {
  background-image: url(/tyo/common/images/sp/icon/ico-city-bch-oth.png);
}

/* ===============================================
OP
================================================*/
.tour-desc {
  width: 64%;
  margin: 0 0 0 2%;
  float: left;
}
.tour-desc .tour-city {
  color: #ff5c0c;
  font-size: 1.2rem;
  font-weight: bold;
}
#container .tour-api .tour-desc-text03 {
  margin: 3px 0 0;
}
.tour-desc .tour-desc-text03 .discount {
  color: #fff;
  background: #ff9095;
  font-size: 0.7em;
  font-weight: normal;
  padding: 3px 5px;
  margin-right: 7px;
}
.tour_img {
  height: 95px;
  width: 34%;
  float: left;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0 0 0 0;
}
.tour-desc span {
  display: block;
}
.tour-desc .txt02 {
  font-size: 10px;
  color: #000000;
  font-weight: normal;
}
.price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex !important;
  flex-direction: column;
}
.tour_gross {
  order: 1;
}
.tour-fuel {
  order: 2;
}
.textArea {
  padding: 15px 25px ;
}
.tour-desc-text03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex !important;
  justify-content: flex-end;
}

.tour_link a {
  background-color: #ffffff;
  border-bottom: 1px solid #989898;
  height: 40px;
  width: 100%;
  color: #333333;
  font-size: 1.3rem;
  padding: 10px 12px;
  background-image: url("../images/sp/icon_Arrow04.png");
  background-repeat: no-repeat;
  background-size: 7px 10px;
  background-position: top 15px right 11px;
}

/* ===============================================
エリアアイコン
================================================*/

.areaTitle {
  font-size: calc(19rem / 10);
  font-weight: bold;
  line-height: 1.2;
  display: flex;
  align-items: center;
  padding-left: 4%;
  position: relative;
  background: no-repeat 0 center;
  background-size: calc(30rem / 10);
  min-height: calc(30rem / 10);
  height: 50px;
  background-color: #010439;
  color: #ffffff;
  background-position: top 8px left 12px;
}

/*20251009～アイコン削除
.tha .areaTitle {
  background-image: url(/tyo/common/images/sp/icon/ico-city-asi-tha.png);
}
.vnm .areaTitle {
  background-image: url(/tyo/common/images/sp/icon/ico-city-asi-vnm.png);
}
.hkg .areaTitle {
  background-image: url(/tyo/common/images/sp/icon/ico-city-asi-hkg.png);
}
.sgp .areaTitle {
  background-image: url(/tyo/common/images/sp/icon/ico-city-asi-sgp.png);
}
.twn .areaTitle  {
  background-image: url(/tyo/common/images/sp/icon/ico-city-asi-twn.png);
}
.kor .areaTitle {
  background-image: url(/tyo/common/images/sp/icon/ico-city-asi-kor.png);
}
.chn .areaTitle {
  background-image: url(/tyo/common/images/sp/icon/ico-city-asi-chn.png);
}
.mys .areaTitle {
  background-image: url(/tyo/common/images/sp/icon/ico-city-asi-kul.png);
}
.phl .areaTitle {
  background-image: url(/tyo/common/images/sp/icon/ico-city-asi-mac.png);
}*/

/*===============================================
リンクエリア
===============================================*/

.linkArea.list.top a {
  font-size: 1.6rem;
  font-weight: 500;
  padding: 15px 10px;
}
.linkArea.list.top {
  background-image: url("../images/icon_next_white.png");
  background-size: 7px 14px;
  background-position: top 20px right 15px;
}
.linkArea {
  font-weight: 500;
}

/*===============================================
リード文
===============================================*/
.textArea {
  width: calc((663 / 706) * 100%);
  margin: auto;
}
.fair_inner * {
  box-sizing: border-box;
}

/*===============================================
エリアタイトル
===============================================*/
#mainArea .sec-main-ttl {
  margin-top: calc(30rem / 10);
}
.sec-main-ttl {
  min-height: calc(50rem / 10);
  padding: 1rem calc((22 / 750) * 100%);
  display: flex;
  align-items: center;
  background-color: #002069;
  color: #fff;
  -webkit-box-shadow: 0 2px 3px 1px #dadada;
  box-shadow: 0 2px 3px 1px #dadada;
  position: relative;
}
.sec-main-ttl .ttl-txt {
  font-size: calc(19rem / 10);
  line-height: 1.2;
  display: flex;
  align-items: center;
  padding-left: calc(38rem / 10);
  position: relative;
  background: no-repeat 0 center;
  background-size: calc(30rem / 10);
  min-height: calc(30rem / 10);
}
#mainArea, #mainArea section {
  margin: 0 0 0;
}
#container .tour-preview {
  margin: 0;
  border-bottom: solid 1px #b2b2b2;
  box-shadow: none;
}

/*===============================================
注記
===============================================*/
#htl_attn {
  width: 93%;
  margin: 30px auto 0;
  padding-bottom: 30px;
}

/*===============================================
バナーエリア
===============================================*/
.bnrArea {
  padding-bottom: 30px;
  width: 93%;
  margin: auto;
}
.bnrArea li:nth-child(n+2) {
  margin-top: 15px;
}
.bnrArea img {
  width: 100%;
}

/*===============================================
ページトップ
===============================================*/
.go-to-top {
  position: fixed;
  bottom: 10px;
  right: 2px;
  z-index: 105;
}
.go-to-top img
{
    width: 54px;
    height: 49px;
    zoom: 0 !important;
}
/*===============================================
IE崩れ修正
===============================================*/
@media all and (-ms-high-contrast: none){
	.resultList .ttl-txt {
		line-height: 2.2;
	}
	.point-list span {
		padding: 2px 5px 0;
	}
	
}

/*===============================================
非表示
===============================================*/
.pc_only{
  display: none;
}
.tour-desc .none {
  display: none;
}
.none {
  display: none;
}