@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700;900&display=swap');
:root{
	--content-color-event: #ffce00;
	--content-color-spring: #f6537c;
	--content-color-gw: #68c636;
	--content-color-summer: #35abe2;
	--content-color-autumn: #ff6427;
	--content-color-newyear: #f32b1e;
	--content-color-kaigai: #007cdd;
	--content-color-kokunai: #2ea307;
}

.nopc {
  display: none
}
.contents {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	font-size: 14px;
	line-height: 1.5em;
	color: #222;
	}
.contents a:hover {
	opacity: 0.8;
	transition: all 0.6s ease;
}
.contents .inner {
	width: 992px;
	margin: 0 auto;
}

.schedule {
	width:100%;
}

/*-----------------------------------------
メインビジュアル
-------------------------------------------*/
#mainvisual {
	width: 100%;
	height: 550px;
	background: url("../images/mv_winter_pc.jpg") no-repeat top center;
}
#mainvisual .title {
	text-align: center;
	padding-top: 75px;
}
/*-----------------------------------------
導入
-------------------------------------------*/
#lead {
	padding: 60px 0;
}
#lead p {
	font-size: 18px;
	line-height: 2.0em;
	text-align: center;
}
#lead p span {
	font-weight: 700;
	font-size: 24px;
}
/*-----------------------------------------
海外国内切り替えタブ
-------------------------------------------*/
#switch {
}
#switch ul {
	width: 992px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	z-index: 100;
}
#switch ul li {
	width: 49%;
	text-align: center;
	font-size: 26px;
	font-weight: 700;
	line-height: 2.0em;
	letter-spacing: 0.1em;
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
	color: #fff;
	border-left: solid 3px transparent;
	border-top: solid 3px transparent;
	border-right: solid 3px transparent;
	position: relative;
}
#switch ul li.kaigai {background-color: var(--content-color-kaigai);}
#switch ul li.kokunai {background-color: var(--content-color-kokunai);}

#switch ul li a {
	display: block;
	color: inherit;
	text-decoration: inherit;
	border-radius: inherit;
}
#switch ul li.active:after {
	content: "";
	width: 100%;
	height: 5px;
	position: absolute;
	left: 0;
	bottom: -4px;
	background-color: #fff;
}
#switch ul li.kaigai.active {
	color: var(--content-color-kaigai);
	background-color: #fff;
	border-left: solid 3px var(--content-color-kaigai);
	border-top: solid 3px var(--content-color-kaigai);
	border-right: solid 3px var(--content-color-kaigai);
}
#switch ul li.kokunai.active {
	color: var(--content-color-kokunai);
	background-color: #fff;
	border-left: solid 3px var(--content-color-kokunai);
	border-top: solid 3px var(--content-color-kokunai);
	border-right: solid 3px var(--content-color-kokunai);
}
/*-----------------------------------------
ナビ
-------------------------------------------*/
#navi {
	width: 100%;
	padding: 20px 0;
	background-color: #fff;
}
.is-kaigai #navi {border-top: solid 3px var(--content-color-kaigai);}
.is-kokunai #navi {border-top: solid 3px var(--content-color-kokunai);}

#navi ul {
	width: 992px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
}
#navi ul li {
	width: 100%;
	font-size: 16px;
	line-height: 1.4em;
	font-weight: 700;
	text-align: center;
	border-right: solid 1px #ccc;
}
#navi ul li:first-child {
	border-left: solid 1px #ccc;
}
#navi ul li a {
	display: block;
	color: inherit;
	text-decoration: inherit;
	padding: 10px 0;
}
#navi ul li a::before {
	content: "";
	display: block;
	width: 100%;
	height: 35px;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: contain;
	margin-bottom: 8px;
}
#navi ul li.tour3 a::before {background-image: url("../images/icon_lantern.svg");}
#navi ul li.spring a::before {background-image: url("../images/icon_spring.svg");}
#navi ul li.gw a::before {background-image: url("../images/icon_gw.svg");}
#navi ul li.tour2 a::before {background-image: url("../images/namdaemun.svg");}
#navi ul li.tour4 a::before {background-image: url("../images/icon_geru.svg");}
#navi ul li.tour1 a::before {background-image: url("../images/icon_elephant.svg");}

#navi ul li a::after {
	content: "";
	display: block;
	width: 100%;
	height: 10px;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: contain;
	margin-top: 8px;
}
#navi ul li.tour3 a::after {background-image: url("../images/arrow_event.svg");}
#navi ul li.spring a::after {background-image: url("../images/arrow_spring.svg");}
#navi ul li.gw a::after {background-image: url("../images/arrow_gw.svg");}
#navi ul li.tour2 a::after {background-image: url("../images/arrow_summer.svg");}
#navi ul li.tour4 a::after {background-image: url("../images/arrow_newyear.svg");}
#navi ul li.tour1 a::after {background-image: url("../images/arrow_autumn.svg");}

/*上部固定時のcss*/
#navi.fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    box-shadow: 0px 1px 2px 0px rgb(0 0 0 / 30%);
	border-top: none;
	padding: 0;
}
#navi.fixed ul li {
	width: 100%;
	margin: 0;
}
#navi.fixed ul li a::before {
	content: none;
}
#navi.fixed ul li br {
	display: none;
}
#navi.fixed ul li a.active {
	background-color: #f3f3f3;
}
/*-----------------------------------------
シーズン別カラー
-------------------------------------------*/
#product > div {
	width: 100%;
	padding: 50px 0 70px;
	border-top: solid 5px #fff; 
}
#product > div:last-child {
	border-bottom: solid 5px #fff; 
}
#product #tour3 {background-color: #fffde6;}
#product #spring {background-color: #feedf2;}
#product #gw {background-color: #f0f9eb;}
#product #tour2 {background-color: #eaf6fc;}
#product #tour1 {background-color: #ffefe9;}
#product #tour4 {background-color: #fee9e8;}

#tour4 .schedule .flightSchedule caption {
	background-color:#f32b1e;
}

#tour2 .schedule .flightSchedule caption {
	background-color:#35abe2;
}

#tour3 .schedule .flightSchedule caption {
	background-color:#ffce00;
}

#tour1 .schedule .flightSchedule caption {
	background-color:#ff6427;
}
.schedule td {
	background-color:#fff;"
}


/*-----------------------------------------
見出し
-------------------------------------------*/
#product h2 {
	text-align: center;
	margin-bottom: 30px;
}
#product h2 .sub-text {
	display: block;
	font-size: 18px;
	font-weight: 700;	
}
#product h2 .main-text {
	display: block;
	font-size: 36px;
	letter-spacing: 0.05em;
	line-height: 1.5em;
	font-weight: 700;
}
#product h2::before {
	content: "";
	display: block;
	width: 100%;
	height: 50px;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: contain;
	margin-bottom: 10px;
}
#product #tour3 h2::before {background-image: url("../images/icon_lantern.svg");}
#product #spring h2::before {background-image: url("../images/icon_spring.svg");}
#product #gw h2::before {background-image: url("../images/icon_gw.svg");}
#product #tour2 h2::before {background-image: url("../images/oz.png"); width:20%; margin:0 auto;}
#product #tour1 h2::before {background-image: url("../images/syoronpou.svg");}
#product #tour4 h2::before {background-image: url("../images/icon_geru.svg");}

/*-----------------------------------------
その他ツアーボタン・おすすめバナー
-------------------------------------------*/
#product .other-button {
	margin-top: 30px;
}
#product .other-button p {
	font-size: 16px;
    line-height: 2.6em;
	text-align: center;
	margin: 0 5px;
}
#product .other-button p a {
	color: #fff;
	display: block;
	text-decoration: none;
	border-radius: 1.3em;
    position: relative;
    box-shadow: 2px 2px 0px 0 rgba(0, 0, 0, .25);
	padding: 0 35px 0 20px;
}
#product #tour3 .other-button p a {background-color: var(--content-color-event);}
#product #spring .other-button p a {background-color: var(--content-color-spring);}
#product #gw .other-button p a {background-color: var(--content-color-gw);}
#product #tour2 .other-button p a {background-color: var(--content-color-summer);}
#product #tour1 .other-button p a {background-color: var(--content-color-autumn);}
#product #tour4 .other-button p a {background-color: var(--content-color-newyear);}

#product .other-button p a:after {
	font-family: "Font Awesome 5 Free";
	font-weight: bold;
	content: "\f054";
    position: absolute;
    right: 12px;
}
#product .other-button a.coming {
    pointer-events: none;
    position: relative;
}
#product .other-button a.coming:before {
	content: "coming soon";
	display: inline-block;
    position: absolute;
    top: 0;
	right: 0;
    left: 0;
	margin: 0 auto;
    font-size: 18px;
	font-weight: 700;
    background: rgba(0,0,0,0.5);
    color: #fff;
    text-align: center;
    z-index: 102;
    width: 260px;
    transform: rotate(-3deg);
}

/*-----------------------------------------
商品下バナー
-------------------------------------------*/
#product .product__contents .bnr {
	text-align: center;
	margin-top: 30px;	
}

/*-----------------------------------------
上部バナーエリア
-------------------------------------------*/
#bnrarea-top {
	padding: 0 0 40px;
}
#bnrarea-top ul {
	width: 960px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#bnrarea-top ul li {
	margin-bottom: 10px;
}
#bnrarea-top ul li.col-1 {width: 100%;}
#bnrarea-top ul li.col-2 {width: 49.4%;}
#bnrarea-top ul li img {
	width: 100%;
}
/*-----------------------------------------
下部バナーエリア
-------------------------------------------*/
#banner h3 {

	font-weight:bold;
	font-size:30px;
	text-align:center;

}


.is-bnr {
	width:960px;
	overflow:hidden;
	margin: 35px auto 0;
	padding-bottom: 50px;
}
.is-bnr ul{ 
	width:100%; 
	padding:0 50px; 
	box-sizing: border-box;
}
.is-bnr li img{ 
	width:100%;
}
.is-bnr li img:hover{
	opacity: 0.8;
}
.is-bnr li {
	width: 25%;
    float: left;
    padding: 0 1%;
    box-sizing: border-box;
}


/*--------------------------------------------
固定バナー
--------------------------------------------*/
#fix-bnr-pc {
    display: none;
    position: fixed;
    right: 10px;
    top: 200px;
    z-index: 100;
}
#fix-bnr-pc a {
    display: block;
}

/*-----------------------------------------
検索ボックス
-------------------------------------------*/
#searchArea {
	background-color: #fff;
	padding: 50px 0;
}


/*以下初夢フェアコピー*/
/*-----------------------------------------
商品アイコン設置
-------------------------------------------*/
.product__list--label > [class*="product__list--label--"] {
    width: 100%;
}
/*▼関西用jsonのアイコン設置用CSS（関東の商材を読み込んでるのを除く）*/
body:not(.is-kaigai) .product__list:not(.is-activities):not(.is-oe) .product__list--label > [class*="product__list--label--"]:empty {
    display: none;
}
.is-kaigai .product__list:not(.is-hotels):not(.is-cars):not(.is-activities):not(.is-oe) .product__list--label > [class*="product__list--label--"]:empty {
    display: none;
}
/*国内ホテルアワード用*/
.product__list--label--awbest,
.product__list--label--awgood {
	display: block!important;
}
/*▲---------------------------*/
.product__list--label--fair,
.product__list--label--shien,
.product__list--label--goto,
.product__list--label--awbest,
.product__list--label--awgood{
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
.product__list--label--cm {
  background: #e70012;
}
.product__list--label--tv {
    font-size: 11px!important;
    background: #e70012;
}
.product__list--label--line {
  background: #07b53b;
}
.product__list--label--news {
  background: #ff6000;
}
.product__list--label--mail {
    font-size: 10px!important;
    background: #ff6000;
}
.product__list--label--other {
  background: #e70012!important;
}
.product__list--point:empty {
    display: none!important;
}

/*------------------------------------
 商品空のとき
-------------------------------------*/
.product__list--item:empty {
  display:none;
}

/*------------------------------------
 新旧上下限js混在応急処置
-------------------------------------*/
.product__list--minmax .minmax-new:not(:empty) + .minmax-old,
.product__list--dep .js-split-departure:not(:empty) + span,
.product__list--type .js-split-airport:not(:empty) + span{
  display: none;
}
.product__list--dep .js-split-departure::after,
.product__list--dep span[id*="dep_"]::after{
  content: "出発"
}
.product__list--type.port-type::after{
  content: "発着"
}
.product__list--type.port-type.hotel::after{
  content: ""
}
.product__list--type.port-type.train::after{
  content: "発"
}
.product__list--dep .js-split-departure:empty::after,
.product__list--dep span[id*="dep_"]:empty::after{
  display: none;
}

/*------------------------------------
FIT特典部分調整
-------------------------------------*/
.is-air .product__list--tokuten,
.is-airhotel .product__list--tokuten {
    border-top:none;
    margin: 10px 10px 0;
}
.is-air .product__list--tokuten--item,
.is-airhotel .product__list--tokuten--item {
    border-top: 1px dashed;
    padding-top: 5px;
}
.is-air .product__list--tokuten--item:empty,
.is-airhotel .product__list--tokuten--item:empty {
    display: none;
}


@media only screen and (min-width: 741px) {
.breadcrumb {
        width: 100%;
     
    }

	 }