@charset "utf-8";

@font-face {
	font-family: 'Noto Sans JP';
	font-weight: 100;
	src: url('https://www.jtb.co.jp/kokunai/___common/fonts/NotoSansJP-Thin.otf') format("opentype");
	font-display: block;
}
@font-face {
	font-family: 'Noto Sans JP';
	font-weight: 300;
	src: url('https://www.jtb.co.jp/kokunai/___common/fonts/NotoSansJP-Light.otf') format("opentype");
	font-display: block;
}
@font-face {
	font-family: 'Noto Sans JP';
	font-weight: 400;
	src: url('https://www.jtb.co.jp/kokunai/___common/fonts/NotoSansJP-Regular.otf') format("opentype");
	font-display: block;
}
@font-face {
	font-family: 'Noto Sans JP';
	font-weight: 500;
	src: url('https://www.jtb.co.jp/kokunai/___common/fonts/NotoSansJP-Medium.otf') format("opentype");
	font-display: block;
}
@font-face {
	font-family: 'Noto Sans JP';
	font-weight: 700;
	src: url('https://www.jtb.co.jp/kokunai/___common/fonts/NotoSansJP-Bold.otf') format("opentype");
	font-display: block;
}
@font-face {
	font-family: 'Noto Sans JP';
	font-weight: 900;
	src: url('https://www.jtb.co.jp/kokunai/___common/fonts/NotoSansJP-Black.otf') format("opentype");
	font-display: block;
}
@font-face {
	font-family: 'Work Sans';
	font-weight: 400;
	src: url('https://www.jtb.co.jp/kokunai/___common/fonts/WorkSans-Regular.ttf') format("truetype");
	font-display: block;
}
@font-face {
	font-family: 'Work Sans';
	font-weight: 500;
	src: url('https://www.jtb.co.jp/kokunai/___common/fonts/WorkSans-Medium.ttf') format("truetype");
	font-display: block;
}
@font-face {
	font-family: 'Work Sans';
	font-weight: 700;
	src: url('https://www.jtb.co.jp/kokunai/___common/fonts/WorkSans-Bold.ttf') format("truetype");
	font-display: block;
}
@font-face {
	font-family: 'Work Sans';
	font-weight: 900;
	src: url('https://www.jtb.co.jp/kokunai/___common/fonts/WorkSans-Black.ttf') format("truetype");
	font-display: block;
}

@font-face{
	font-family:'kkrs-dp';
	src:url("/kokunai/___common/fonts/kkrs-dp.ttf") format("truetype"),url("/kokunai/___common/fonts/kkrs-dp.woff") format("woff"),url("/kokunai/___common/fonts/kkrs-dp.svg#kkrs-dp") format("svg");
	font-weight:normal;
	font-style:normal;
}
@font-face {
  font-family: 'jtb-dom';
  src: url("/kokunai/_common/fonts/jtb-dom.ttf") format("truetype"), url("/kokunai/_common/fonts/jtb-dom.woff") format("woff"), url("/kokunai/_common/fonts/jtb-dom.svg#jtb-dom") format("svg");
  font-weight: normal;
  font-style: normal;
}
/*------------------------------------------------+/
/: コンテンツ切替用ＣＳＳ
/+------------------------------------------------+/
/: 以下のセレクタを定義する。
/: 定義には順序があるので注意。
/:
/: 1)各コンテンツが選択されていない状態のセレクタ
/:   例) .page_TYO { display:none }
/:
/: 2)各コンテンツの初期(DEF)セレクタ
/:   初期コンテンツが存在しないときは定義しない。
/:   コンテンツが選択されていない状態を定義する。
/:   例) .page_DEF { display:block }
/:
/: 3)コンテンツ選択状態の初期(DEF)セレクタ
/:   初期コンテンツを非表示にする。
/:
/: 4)コンテンツが選択された状態のセレクタ
/:   親セレクタと組合わせて定義する。
/:   例) .dept_TYO .page_TYO { display:block }
/+------------------------------------------------------------------+/
/: 2012/02/14 T.Fujita(Octech)			新規作成
/: 2015/08/21 T.Fujita(OdysseyDesign)	海外ダイナミックパッケージ追加
/+------------------------------------------------------------------*/

/* right コンテンツ */
.dept_kokunai_SPK,
.dept_kokunai_SDJ,
.dept_kokunai_KIJ,
.dept_kokunai_TYO,
.dept_kokunai_NGO,
.dept_kokunai_HKJ,
.dept_kokunai_OSA,
.dept_kokunai_HIJ,
.dept_kokunai_FUK{
	display:none;
}
.target_dept_kokunai_SPK .dept_kokunai_SPK,
.target_dept_kokunai_SDJ .dept_kokunai_SDJ,
.target_dept_kokunai_KIJ .dept_kokunai_KIJ,
.target_dept_kokunai_TYO .dept_kokunai_TYO,
.target_dept_kokunai_NGO .dept_kokunai_NGO,
.target_dept_kokunai_HKJ .dept_kokunai_HKJ,
.target_dept_kokunai_OSA .dept_kokunai_OSA,
.target_dept_kokunai_HIJ .dept_kokunai_HIJ,
.target_dept_kokunai_FUK .dept_kokunai_FUK{
	display:block;
}

/* right コンテンツ */
.dept_bus_SPK,
.dept_bus_SDJ,
.dept_bus_KIJ,
.dept_bus_TYO,
.dept_bus_NGO,
.dept_bus_HKJ,
.dept_bus_OSA,
.dept_bus_HIJ,
.dept_bus_TMT,
.dept_bus_FUK{
	display:none;
}
.target_dept_bus_SPK .dept_bus_SPK,
.target_dept_bus_SDJ .dept_bus_SDJ,
.target_dept_bus_KIJ .dept_bus_KIJ,
.target_dept_bus_TYO .dept_bus_TYO,
.target_dept_bus_NGO .dept_bus_NGO,
.target_dept_bus_HKJ .dept_bus_HKJ,
.target_dept_bus_OSA .dept_bus_OSA,
.target_dept_bus_HIJ .dept_bus_HIJ,
.target_dept_bus_TMT .dept_bus_TMT,
.target_dept_bus_FUK .dept_bus_FUK{
	display:block;
}

/* right コンテンツ */
.live_SPK,
.live_SDJ,
.live_KIJ,
.live_TYO,
.live_NGO,
.live_HKJ,
.live_OSA,
.live_HIJ,
.live_FUK{
	display:none;
}

.target_live_SPK .live_SPK,
.target_live_SDJ .live_SDJ,
.target_live_KIJ .live_KIJ,
.target_live_TYO .live_TYO,
.target_live_NGO .live_NGO,
.target_live_HKJ .live_HKJ,
.target_live_OSA .live_OSA,
.target_live_HIJ .live_HIJ,
.target_live_FUK .live_FUK{
	display:block;
}

/* 国内トップ promotion_area */
.target_dept_kokunai_SPK #promotion_area .live_SPK,
.target_dept_kokunai_SDJ #promotion_area .live_SDJ,
.target_dept_kokunai_KIJ #promotion_area .live_KIJ,
.target_dept_kokunai_TYO #promotion_area .live_TYO,
.target_dept_kokunai_NGO #promotion_area .live_NGO,
.target_dept_kokunai_HKJ #promotion_area .live_HKJ,
.target_dept_kokunai_OSA #promotion_area .live_OSA,
.target_dept_kokunai_HIJ #promotion_area .live_HIJ,
.target_dept_kokunai_FUK #promotion_area .live_FUK{
	display:block;
}

/* 海外 コンテンツ */
.dept_kaigai_SPK,
.dept_kaigai_SDJ,
.dept_kaigai_KIJ,
.dept_kaigai_TYO,
.dept_kaigai_NGO,
.dept_kaigai_HKJ,
.dept_kaigai_OSA,
.dept_kaigai_HIJ,
.dept_kaigai_FUK{
	display:none;
}
.target_dept_kaigai_SPK .dept_kaigai_SPK,
.target_dept_kaigai_SDJ .dept_kaigai_SDJ,
.target_dept_kaigai_KIJ .dept_kaigai_KIJ,
.target_dept_kaigai_TYO .dept_kaigai_TYO,
.target_dept_kaigai_NGO .dept_kaigai_NGO,
.target_dept_kaigai_HKJ .dept_kaigai_HKJ,
.target_dept_kaigai_OSA .dept_kaigai_OSA,
.target_dept_kaigai_HIJ .dept_kaigai_HIJ,
.target_dept_kaigai_FUK .dept_kaigai_FUK{
	display:block;
}

.dept_ovsdp_CTS,
.dept_ovsdp_FUK,
.dept_ovsdp_HND,
.dept_ovsdp_KIJ,
.dept_ovsdp_KIX,
.dept_ovsdp_NGO,
.dept_ovsdp_NRT,
.dept_ovsdp_TYO{
	display: none;
}

.target_dept_ovsdp_CTS .dept_ovsdp_CTS,
.target_dept_ovsdp_FUK .dept_ovsdp_FUK,
.target_dept_ovsdp_HND .dept_ovsdp_HND,
.target_dept_ovsdp_KIJ .dept_ovsdp_KIJ,
.target_dept_ovsdp_KIX .dept_ovsdp_KIX,
.target_dept_ovsdp_NGO .dept_ovsdp_NGO,
.target_dept_ovsdp_NRT .dept_ovsdp_NRT,
.target_dept_ovsdp_TYO .dept_ovsdp_TYO{
	display: block;
}

/* =============================================================================
    国内共通フッター
============================================================================= */
/* 共通リンク色・別ウィンドウ */
.footer-nav a, .reserve-style a{
	color: #323743;
	text-decoration: none;
}
@media screen and (min-width: 760px){
    .footer-nav a:hover, .reserve-style a:hover{
        color: #3498DB!important;
        text-decoration: none;
    }
}

/*  表示・非表示
============================================================================= */
@media screen and (min-width: 760px){
    .pc-none{
        display: none;
    }
}
@media screen and (max-width: 759px){
    .sp-none{
        display: none;
    }
}


/*  ご予約方法
============================================================================= */
@media screen and (min-width: 760px){
    .reserve-style{
        padding: 60px 0 80px;
		font-size: 1.4rem;
        background-color: #f5f5f5;
    }
    .reserve-style__inner{
        max-width: 1246px;
        margin: 0 auto;
        padding: 0 5px;
    }
    .reserve-style .page-title-h2{
        text-align: center;
    }
    .reserve-style__wrap{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 0 auto;
        max-width: 1030px;
    }
    .reserve-style__box{
        margin-top: 50px;
        width: calc(100% / 3 - 50px);
    }
    .reserve-style__box dt{
        position: relative;
        padding-top: 100px;
        font-size: 1.8rem;
        text-align: center;
    }
    .reserve-style__box dt:before{
        position: absolute;
        left: 50%;
        top: 0;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        display: block;
        content: "";
        width: 100%;
        height: 80px;
    }
    .reserve-style__box:first-of-type dt:before{ background: url(https://www.jtb.co.jp/kokunai/___common/images/ico-reserve-01.svg) no-repeat center; }
    .reserve-style__box:nth-of-type(2) dt:before{ background: url(https://www.jtb.co.jp/kokunai/___common/images/ico-reserve-02.svg) no-repeat center; }
    .reserve-style__box:nth-of-type(3) dt:before{ background: url(https://www.jtb.co.jp/kokunai/___common/images/ico-reserve-03.svg) no-repeat center; }
    .reserve-style__box dd{
        margin-top: 20px;
    }
    .reserve-style__txt a{
        position: relative;
        padding-right: 20px;
    }
    .reserve-style__txt a:after{
        position: absolute;
        top: 50%;
        right: 0;
        margin-top: -.5em;
        transition: .2s;

        font-family: 'kkrs-dp' !important;
        text-decoration: none;
        content: "\e902";
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        vertical-align: middle;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    .reserve-style__txt:not(:first-of-type){
        margin-top: 15px;
    }
    .reserve-style__txt em{
        font-size: 1.8rem;
    }
    .reserve-style__box .select-departure{
        margin: 10px auto 0;
    }
    .reserve-style__txt-number{
        text-align: center;
        font-size: 3.0rem;
        font-weight: bold;
    }
    .reserve-style__txt-number a{
        color: #3498DB!important;
        pointer-events:none;
    }
    .reserve-style__kome{
        margin-top: 40px;
        text-align: right;
    }
}

@media screen and (max-width: 759px){
    .reserve-style{
        margin-top: 2px;
        border-top: solid 1px #d7d7d7;
        background: #f5f5f5;
        text-align: left;
    }
    .reserve-style h2{
        position: relative;
        padding: 18px 30px 18px 10px;
        width: 100%;
        cursor: pointer;
        line-height: 1.2;
        font-size: 1.4rem;
        font-weight: bold;
        background-color: #d7d7d7;
    }
    .reserve-style h2.js-open{
        background: none;
    }
    .reserve-style__wrap{
        display: none;
    }
    .reserve-style__wrap > p{
        margin: 0 10px;
    }
    .reserve-style__box{
        position: relative;
        padding: 10px 10px 10px 90px;
        border-bottom: solid 1px #ccc;
    }
    .reserve-style__box:first-of-type{
        margin-top: 10px;
        border-top: solid 1px #ccc;
    }
    .reserve-style__box:before{
        position: absolute;
        left: 10px;
        top: 15px;
        display: block;
        content: "";
        width: 60px;
        height: 60px;
    }
    .reserve-style__box:first-of-type:before{ background: url(https://www.jtb.co.jp/kokunai/___common/images/ico-reserve-01.svg) no-repeat 0 0; background-size: 100% auto; }
    .reserve-style__box:nth-of-type(2):before{ background: url(https://www.jtb.co.jp/kokunai/___common/images/ico-reserve-02.svg) no-repeat 0 0; background-size: 100% auto; }
    .reserve-style__box:nth-of-type(3):before{ background: url(https://www.jtb.co.jp/kokunai/___common/images/ico-reserve-03.svg) no-repeat 0 0; background-size: 100% auto; }
    .reserve-style__box dt{
        font-size: 1.6rem;
        font-weight: bold;
    }
    .reserve-style__box dd{
        line-height: 1.5;
    }
    .reserve-style__txt a{
        position: relative;
    }
    .reserve-style__txt a:after{
        font-family: 'kkrs-dp' !important;
        text-decoration: none;
        content: "\e902";
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        vertical-align: middle;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    .reserve-style__txt:not(:first-of-type){
        margin-top: 15px;
    }
    .reserve-style__txt em{
        font-size: 1.6rem;
    }
    .reserve-style__box .select-departure{
        margin-top: 10px;
    }
    .reserve-style__box a{
        color: #3498DB!important;
    }
    .reserve-style__txt-number{
        margin-top: 10px;
        font-size: 2.5rem;
        font-weight: bold;
        line-height: 1;
    }
}

/* =============================================================================
    出発地
============================================================================= */
.select-departure{
	position: relative;
	width: 150px;
}
.select-departure__input{
	cursor: pointer;
	padding: 0 10px;
	line-height: 40px;
	border: 1px solid #ccc;
    background: #fff;
    transition: opacity .2s;
}
.select-departure__input:before{
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -.5em;
	color: #323743;
    transition: .2s;
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
    
	font-family: 'kkrs-dp' !important;
	text-decoration: none;
	content: "\e903";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.is-active .select-departure__input{
    opacity: .6;
}
.is-active .select-departure__input:before{
    -webkit-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
}
@media screen and (min-width: 760px){
    .select-departure__input:hover{
        opacity: .6;
    }
}
@media screen and (max-width: 759px){
    .select-departure{
        width: 110px;
    }
    .select-departure__input{
        line-height: 30px;
    }
    .select-departure__input:before{
        right: 10px;
    }
}
.select-departure__panel{
	display: none;
	overflow: auto;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 101;
	margin-top: -1px;
	width: 100%;
	max-height: 198px;
	border: 1px solid #ccc;
	background: #fff;
}
.select-departure__panel > li{
	cursor: pointer;
	padding: 5px 13px;
	line-height: 1.4;
    transition: opacity .2s;
}
.select-departure__panel > li:hover{
    opacity: .6;
}
.select-departure__panel > li.is-active{
    background: #eee;
}

/* =============================================================================
    PC/SP切り替え
============================================================================= */
.change_pc{
    margin-top: 25px;
    text-align: center;
}
.change_pc a{
    color: #125687;
    text-decoration: underline;
}
.change_sp{
	margin-top: 50px;
}

/* =============================================================================
    JS用
============================================================================= */
/*  アコーディオン
============================================================================= */
.js-accordion-title{
    position: relative;
}
.js-accordion-title:after{
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -.5em;
    display: block;
    color: #000;
    transition: .2s;
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);

    font-family: 'kkrs-dp' !important;
    content: "\e903";
    text-decoration: none;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.js-accordion-title.js-open:after{
    -webkit-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
}

@media screen and (max-width: 759px){
    .js-accordion-title-sp{
        position: relative;
    }
    .js-accordion-title-sp:after{
        position: absolute;
        right: 15px;
        top: 50%;
        margin-top: -.5em;
        display: block;
        color: #000;
        transition: .2s;
        -webkit-transform: rotateZ(0deg);
        transform: rotateZ(0deg);

        font-family: 'kkrs-dp' !important;
        content: "\e903";
        text-decoration: none;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        vertical-align: middle;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    .js-accordion-title-sp.js-open:after{
        -webkit-transform: rotateZ(180deg);
        transform: rotateZ(180deg);
    }
    .js-accordion-title-sp.js-open + div{
        display: block;
    }
}

/* =============================================================================
    出発地
============================================================================= */
.select-departure{
	position: relative;
	width: 150px;
}
.select-departure__input{
	cursor: pointer;
	padding: 0 10px;
	line-height: 40px;
	border: 1px solid #ccc;
    background: #fff;
    transition: opacity .2s;
}
.select-departure__input:before{
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -.5em;
	color: #323743;
    transition: .2s;
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
    
	font-family: 'kkrs-dp' !important;
	text-decoration: none;
	content: "\e903";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.is-active .select-departure__input{
    opacity: .6;
}
.is-active .select-departure__input:before{
    -webkit-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
}
@media screen and (min-width: 760px){
    .select-departure__input:hover{
        opacity: .6;
    }
}
@media screen and (max-width: 759px){
    .select-departure{
        width: 110px;
    }
    .select-departure__input{
        line-height: 30px;
    }
    .select-departure__input:before{
        right: 10px;
    }
}
.select-departure__panel{
	display: none;
	overflow: auto;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 101;
	margin-top: -1px;
	width: 100%;
	max-height: 198px;
	border: 1px solid #ccc;
	background: #fff;
}
.select-departure__panel > li{
	cursor: pointer;
	padding: 5px 13px;
	line-height: 1.4;
    transition: opacity .2s;
}
.select-departure__panel > li:hover{
    opacity: .6;
}
.select-departure__panel > li.is-active{
    background: #eee;
}

