@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;
}
#qah{
  display: none;
}

/*===============================================
パンくず
===============================================*/
.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: url(../images/sp/bg_mv.png) no-repeat top / cover;
  height: calc(560vw / 7.5);
  text-align: center;
}
#headerArea .titleArea.main a {
  display: block;
}
#headerArea .titleArea.main img {
  width: auto;
  height: 220px;
}
.mv_titleTxt {
  padding-top: calc(130vw / 7.5);
  color: #fff;
  font-size: calc(100vw / 7.5);
  font-weight: bold;
  line-height: 1.1;
  text-shadow: -2px 0px 13px rgb(0 0 0);
}
.mv_titleTxt_year {
  display: block;
  font-size: calc(35vw / 7.5);
  padding-bottom: calc(25vw / 7.5);
}
.mv_titleTxt_category {
  display: block;
  font-size: calc(35vw / 7.5);
  padding-top: calc(25vw / 7.5);
}

/*===============================================
 lNav（ナビ部分/全共通）　方面から選ぶ
=============================================== */
#lNav {
  width: auto;
  padding: 0 11px;
  margin: 0 10px 20px;
  background: #67a3e6;
}
#lNav .navTitle {
  padding: 1.6rem 0;
  text-align: center;
  font-size: 1.4rem;
  color: #fff;
}
#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/arrow_down_gray001.png");
  background-position: 95% 50%;
  background-size: 7px;
  box-shadow: 0px 1px 0px 0px #333;
}
#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/arrow_down_gray001.png);
  background-position: 95% 50%;
  background-size: 11.5px;
}
#lNav > ul > li.btn.right {
  background-repeat: no-repeat;
  background-image: url(../images/sp/icon_Arrow04.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;
}

/*===============================================
 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: #67a3e6;
  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: #008bda;
  -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_Arrow03.png")no-repeat 98% 50% /8px;
}
#featureArea .featureList li:last-child {
  border-bottom: none;
}
#featureArea .featureList dl dd h3,  #featureArea .featureList .featureBox .detailArea .titleText {
  color: #666666;
  font-size: 1.6rem;
  padding-bottom: 3px;
}
#featureArea .featureList .featureBox .phArea {
  padding: 0 10px 0 0;
  width: 62px;
}
/* ===============================================
 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;
}
#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:-25px;
  left:0;
  z-index:-1;
  width:100%;
  height:100%;
  background-image: url("../images/sp/bg_main.png");
  background-size: auto 100%;
  background-repeat: no-repeat;
}
#footerArea {
  margin-top: 25px;
  position: relative;
}
#footerArea section:not(#gNavCommonArea) {
  margin: 0 3.1% 30px;
  background-color: #fff;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.35);
}
#featureArea .featureList .featureBox .detailArea p {
  color: #666666;
  font-size: 1.1rem;
  line-height: 1.3;
}
#fair .rank img {
  width: 73px;
  height: auto;
  vertical-align: middle;
}
.point-list .point1, .point-list .point2, .point-list .point3 {
  display: none;
}
.point-list span {
  padding: 2px 5px;
  margin-right: 1px;
  background: #ff8a00;
  color: #fff;
  font-size: 1.1rem;
  display: none;
  font-weight: 100;
}
.point-list .grudge2,.point-list .grudge3 {
  display: inline-block;
}


/*===============================================
 searchArea（検索部分/全共通）　
===============================================*/
#gNavCommonArea2 h3 {
  margin-bottom: 15px;
  text-align: left;
}
#gNavCommonArea2 h3 img {
  width: 313px;
  height: auto;
  margin-top: 34px;
}
#gNavCommonArea2.commonSearch {
  width: auto;
  margin-bottom: -20px;
  padding: 3% 3% 7%;
  background: #fffac5;
}
#gNavCommonArea2.commonSearch .titleArea.headlines {
  margin: 0 0 5px;
  text-align: center;
  background-color: #ff757b;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.35);
}
#gNavCommonArea2.commonSearch .titleArea.headlines .titleText {
  padding: 2% 3%;
  font-size: 1.5rem;
  color: #FFF;
  line-height: 1.5em;
}
#gNavCommonArea2.commonSearch ul {
  margin-bottom: 10px;
  padding: 0 0 1px;
  width: 100%;
}
#gNavCommonArea2.commonSearch ul li {
  float: left;
  margin-bottom: 1px;
  padding: 1px 1px 0;
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*===============================================
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;
}

/* ===============================================
drawerMenu
================================================*/
.nM {
  width: 100%;
  position: relative;
}
.g-nav {
  display: none;
  position: absolute;
  top: -32px;
  width: 100%;
  height: auto;
  z-index: 100;
}
.g-nav .list {
  padding: 0 20px;
}
.g-nav .list .item {
  border-bottom: 1px solid #CCC;
}
.g-nav .list .item:last-child {
  border-bottom: none;
}
.g-nav .list .item a {
  display: block;
  text-align: left;
  text-decoration: none;
  color: #00254E;
  padding: 15px 0 15px 5px;
}


/* ===============================================
エリアアイコン
================================================*/

.areaTitle {
  font-size: calc(19rem / 10);
  line-height: 1.2;
  display: flex;
  align-items: center;
  padding-left: 50px;
  position: relative;
  background: no-repeat 0 center;
  background-size: calc(30rem / 10);
  min-height: calc(30rem / 10);
  height: 50px;
  background-color: #344483;
  color: #ffffff;
  background-position: top 8px left 12px;
}

.beach .areaTitle {
  background-image: url(../../../../../tyo/common/images/sp/icon/ico-city-bch-hwi.png);
}
.asiabeach .areaTitle {
  background-image: url(../../../../../tyo/common/images/sp/icon/ico-city-bch-dps.png);
}
.asiactiy .areaTitle {
  background-image: url(../../../../../tyo/common/images/sp/icon/ico-city-asi-kor.png);
}
.america .areaTitle {
  background-image: url(../../../../../tyo/common/images/sp/icon/ico-city-usa-usa.png);
}
.europe .areaTitle  {
  background-image: url(../../../../../tyo/common/images/sp/icon/ico-city-eur-fra.png);
}
.oceania .areaTitle {
  background-image: url(../../../../../tyo/common/images/sp/icon/ico-city-usa-aus.png);
}
.africa .areaTitle {
  background-image: url(../../../../../tyo/common/images/sp/icon/ico-city-eur-afr.png);
}

/* ===============================================
OP
================================================*/
.tour-desc .tour-city {
  color: #ff8a00;
  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;
}
.pc_only {
  display: none;
}
.tour-desc-text03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex !important;
  justify-content: flex-end;
}
.linkArea.list.top a {
  font-size: 1rem;
  font-weight: 500;
  background: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2254%22%20height%3D%2254%22%20viewBox%3D%220%200%2054%2054%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20%23fff%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Ctitle%3Eicon_arrow_right%3C%2Ftitle%3E%20%3Cg%20id%3D%22%E3%82%AA%E3%83%96%E3%82%B8%E3%82%A7%E3%82%AF%E3%83%88%22%3E%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22M20.58579%2C14.27206h0a2%2C2%2C0%2C0%2C0%2C0%2C2.82842L30.48529%2C27l-9.89951%2C9.89951a2%2C2%2C0%2C0%2C0%2C0%2C2.82842h0a2%2C2%2C0%2C0%2C0%2C2.82842%2C0L34.72794%2C28.41421a2%2C2%2C0%2C0%2C0%2C0-2.82842L23.41421%2C14.27206A2%2C2%2C0%2C0%2C0%2C20.58579%2C14.27206Z%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E) no-repeat right calc(10vw/ (750 / 100)) center;
    background-size: calc(48vw/ (750 / 100));
}
.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;
}
.tour_link a {
	background-color: #ffffff;
	border-bottom: 1px solid #989898;
	border-top: 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;
}


/*===============================================
リード文
===============================================*/
.textArea {
  padding: 30px 25px 0;
  margin: auto;
  text-align: center;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.5;
}
.textArea02 {
  padding: 10px 25px 35px;
  margin: auto;
  text-align: center;
  font-size: 0.8rem;
}
.fair_inner * {
  box-sizing: border-box;
}
#fair .fair_inner {
  background-color: #feffe3;
}

/*===============================================
エリアタイトル
===============================================*/
#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: #0031a1;
  color: #fff;
  -webkit-box-shadow: 0 2px 3px 1px #dadada;
  box-shadow: 0 2px 3px 1px #dadada;
  position: relative;
}
.sec-main-ttl .ttl-txt {
}
#mainArea, #mainArea section {
  margin: 0 0 0;
}
#container .tour-preview {
  margin: 0;
  box-shadow: none;
}
#mainArea {
	padding-bottom: 20px;
}

/*===============================================
注記
===============================================*/
#htl_attn {
  width: 93%;
  margin: 30px auto 0;
  padding-bottom: 30px;
}


/*===============================================
その他ホテルボタン
===============================================*/
#hotelTop_Btn {
	background-color: #ff8a00;
	width: 80%;
	height: 42px;
	border-radius: 22px;
	margin: 0 auto 40px;
}
#hotelTop_Btn a {
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	font-size: 1rem;
	display: flex;
	justify-content: center;
    align-items: center;
	height: 100%;
	width: 100%;
	background-image: url("/kaigai/hotels/common/images/icon_Arrow01.png");
	background-repeat: no-repeat;
	background-position: top 50% right 17px;
}
/*===============================================
menu_box
===============================================*/
.menu_box {
	margin: 10px 10px;
}


.menu_box h3 {
	background-color: #65879c;
	color: #ffffff;
	height: 40px;
	font-size: 1.6rem;
	text-align: center;
	padding-top: 11px;
}
.menu_box h3:nth-of-type(n+2) {
	margin-top: 20px; 
}
.menu_box ul {
	display: -webkit-flex;
    display: flex;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
    justify-content: space-between;
}
.menu_box li {
	background-color: #ffffff;
	margin-top: 10px;
	height: 40px;
	width: 49%;
	position: relative;
	
}
.menu_box li a {
	padding-left: 30px;
	line-height: 1.1;
	color: #333333;
	font-size: 1.4rem;
	width: 100%;
	height: 100%;
  	display: flex !important;
 	align-items: center !important;
}

/*四角アイコン*/
.menu_box li::before {
	position: absolute;
	content: "";
	width: 8px;
	height: 8px;
	left: 10px;
	top: calc(50% - 4px);
	margin: auto 0;
	background-color: #a9bcc7;
}




/*===============================================
ページトップ
===============================================*/
.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;
	}
	
}

/*URL出し分け*/
.sp_on{
	display: block;
}
.sp_off{
	display: none !important;
}
.pc_on{
	display: none !important;
}
.pc_off{
	display: none !important;
}


/*===============================================
検索ボックス
===============================================*/
.rn-searchMod--ovs .rn-searchMod__navListButton,
.rn-searchMod--dom .rn-searchMod__navListButton {
    font-size: 12px;
}

.rn-searchMod__buttonSearch,
.rn-searchMod__formDomLink {
    color: #fff !important;
}

.rn-searchMod__buttonSearch {
    font-size: 14px;
}

.rn-searchMod__formDomLink {
    font-size: 12px;
}

.rn-searchMod__navLinkItem {
    display: block;
    position: relative;
    bottom: 0;
    flex-shrink: 0;
    flex-grow: 1;
    width: auto;
}

@media only screen and (max-width: 828px) and (orientation: landscape),
only screen and (max-width: 740px) {
    .rn-searchMod__navLinkItem {
        padding-right: 24px;
        border-bottom: 3px solid #fff;
    }
    .rn-searchMod--ovs .rn-searchMod__navListItem--last {
        padding-right: 0;
    }
}

#searchModSection a {
    display: flex;
}