@charset "utf-8";
html,body { height:100%; }
/* フォントサイズの基準を10pxに */
html {
  font-size: 10px;
  font-size: 62.5%;
  }

/* body */

body {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", YuGothic, "游ゴシック体", "Yu Gothic Medium", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", Meiryo, sans-serif;
    font-weight: normal;
    font-size: 1.5rem;
    line-height: 1.8;
    color: #000;
    text-align: center;
}
body {
  width: 100%;
  margin: auto;
  color: #000;
  background-color: #fffff5;
  padding: 0;
  font-family: "ヒラギノ角ゴ Pro W6","ヒラギノ角ゴ","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO","ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro",　sans-serif;  font-size: 1.6rem;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
}

/* IE11だけに適応 */
_:lang(x)::-ms-backdrop, .selector {
	font-family: "Segoe UI", "メイリオ", Meiryo, sans-serif;
}

/* 太字 */
b, strong, .bold, h2{
	font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO",　sans-serif;
}

/*clearfix*/
.cf:before,.cf:after {content:""; display:block; overflow:hidden;}
.cf:after {clear:both;}
.cf {zoom:1;}

/*style*/
p{font-size:1.6rem; text-align:justify; text-justify:inter-ideograph; line-height: 1.8; margin:0;}

@media screen and (max-width:960px) {
  p{font-size: 1.6rem;}
}

@media screen and (max-width:560px) {
  p{font-size: 1.4rem;}
}



a{text-decoration: underline; color:#282828; text-decoration: none;}
a:hover{text-decoration: none;}
h2{line-height: 1; font-weight:normal; letter-spacing: 4;}
main{overflow: hidden;}

.widthfix{width:100%; max-width:640px; margin:0 auto;}
img{width:100%; vertical-align: bottom;}



/* ul */
ul,ol{padding:0;}
ol li,ul li{font-size: 1.8rem; padding:0; list-style:none;}

@media screen and (max-width:960px) {
  ol li,ul li{font-size: 1.6rem;}
}

@media screen and (max-width:560px) {
  ol li,ul li{font-size: 1.4rem;}
}

/* テーブルに関して */
table{
  font-size: 1.6rem;
  text-align: center;
}

/* thの下線を1pxに */
.table-bordered thead td, .table-bordered thead th {
  border-bottom-width: 1px;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 1px solid #dee2e6;
}




/* 共通 */



.section__wrap{
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.section__wrap_l{
  padding:10px 0px;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.section__wrap_ll{
  padding:10px 0px;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}


h3 {
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 35px;
}

#breadcrumbs {
    color:#333;
    text-align: left;
    margin: 0 auto;
    padding: 12px 0 12px 30px;
    font-size: 12px;
    background-color:#f2f2f2;
}
#breadcrumbs a{
    color:#4e4e4e;
    text-decoration: none;
}
#breadcrumbs ul{
    display: flex;
}
#breadcrumbs li{
    margin-right:15px;
	font-size: 13px;
}
#breadcrumbs li:not(:first-child):before {
    content: ">";
    margin-right: 8px;
}
@media screen and (max-width:767px) {
    #breadcrumbs {
        max-width:auto;
        margin: 0 auto;
        padding: 0px 15px;
 
        overflow-x: scroll;
        word-break: keep-all;
        white-space: nowrap;
         -webkit-overflow-scrolling: touch;
    }
}


@media screen and (max-width:560px) {
	
	.section__wrap{
  padding:10px 0px;
  width: 100%;
  max-width: 930px;
  margin: 0 auto;
}
	


}

/* new clearfix */  
.clearfix:after {  
    visibility: hidden;  
    display: block;  
    font-size: 0;  
    content: " ";  
    clear: both;  
    height: 0;  
    }  
* html .clearfix             { zoom: 1; } /* IE6 */  
*:first-child+html .clearfix { zoom: 1; } /* IE7 */  


h2{
  margin:30px auto 50px;
}

#timesale_all {
	background-color: #CB0000;
}

.section__image{
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 80px;
}




p span.marker{
  font-size: 2.4rem;
  font-weight: bold;
  color: #ffff00;
  padding: 5px 10px;
  margin: 0 5px;
  background: linear-gradient(transparent 0%, #ff78b7 0%);
}

p span.marker_yerrow{
  font-size: 2.4rem;
  font-weight: bold;
  color: #DC5C1F;
  padding: 5px 10px;
  margin: 0 5px;
  background: linear-gradient(transparent 0%, #F9FF37 0%);
}



@media screen and (max-width:560px) {
.section__wrap{
  padding:10px 0px;
  width: 100%;
  margin: 0 auto;
}
  .section__image{
    margin: 0 auto 40px;
  }

  h2{
    margin:0 auto 40px;
  }

  p span.marker{
    font-size: 1.8rem;
  }


}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■header
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

header {
    display: flex;
    align-items: center;
    background-color: #cc0000;
    padding:0 30px;
    height:80px;
    position:relative;
	z-index: 100;
}

header img {
    width: 103px;
    height: 23px;
}

header h1 {
    position:absolute;
    right:30px;
    width:calc(100% - 60px - 500px);
    font-size: 1.4rem;
    color: #fff;
    text-align:right;
}

header h2{
    margin: 0 40px 0 64px;
    padding: 0;
    color:#fff;
    font-size: 12px;
    font-weight: bold;
    display: flex;
    align-items: center;
}
header h2 big{
    font-size: 19px;
    margin-right: 24px;
}
header select {
    width: auto;
    height: 36px;
    appearance: none;
    padding-right: 20px;
    background: url(../../../wp-content/themes/jumbotours/assets/img/header_select_white.svg) no-repeat right 16px center #000;
    background-size: 10px 12px;
    color: #fff;
    border: 0;
    border-radius: 36px;
    box-sizing: border-box;
    padding: 0 36px 0 24px;
    margin: 0;
    box-shadow: none;
    font-size: 15px;
    font-weight: normal;
    outline: none;
}
#tyo header .departure .tyo,
#osa header .departure .osa,
#ngo header .departure .ngo,
#fuk header .departure .fuk,
#oki header .departure .oki,
#kan header .departure .kan,
#hok header .departure .hok,
#hok header .departure .chu,
#hok header .departure .shi{
    display: none;
}

@media screen and (max-width:767px) {
    header {
        padding: 0;
        margin: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        background: #DBDBDB;
        height: auto;
    }
    header .logo {
        position: relative;
        right:auto;
        order: 2;
        width: 100%;
        height: 56px;
        margin: 0;
        padding: 0 0 0 16px;
        background: #BF0101;
        text-align: left;
        display: flex;
        align-items: center;
    }
    header img {
        width: 70px;
        height: auto;
    }
    header h1{
        font-size:1.3rem;
        line-height: 1.4;
        width:calc(100% - 110px);
        top:10px;
        right:16px;
		z-index: 100;
    }
    header h2 {
        order: 3;
        margin: 0;
        padding: 0 15px;
        font-size: 12px;
        font-weight: bold;
        display: flex;
        align-items: center;
        color:#333;
    }
    header h2 big{
        font-size: 17px;
        margin-right: 0;
    }
    header .departure {
        order: 4;
        flex: 1;
        margin: 0;
        padding: 12px 0;
        text-align: left;
        color:#333;
    }
    header select{
        width: auto;
        height: 32px;
        padding-right: 20px;
        background: url(../../../wp-content/themes/jumbotours/assets/img/header_select_black.svg) no-repeat right 16px center #fff;
        background-size: 10px 12px;
        color: #000;
        border: 0;
        padding: 0 36px 0 24px;
        margin: 0;
        box-shadow: 0;
        font-size: 14px;
        font-weight: bold;
    
    }
}


/* メインビジュアル */

.main_v {
	background-image:url("../img/bg_pc12.jpg");
	background-repeat: no-repeat;
	background-position: center 0px;
	background-size: 1750px;
	height: auto;
	background-color: #ffe600;
}

.main_pc{
  width: 692px;
	margin:auto;
	padding-top: 20px;
}

h1 {
	margin-top: 0px;
}

.main_sp{
	display: none;
}

.sub_v {
	padding-bottom: 10px;
}

.plan_main_txt p{
	width: 800px;
	margin: auto;
	font-size: 20px;
	text-align: center;
	padding: 15px 0px;
}


	.plan_main_txt span {
		color: rgba(197,19,22,1.00);
		font-weight: bold;
	}

.ryokoushien_page {
	width: 1030px;
	margin: auto;
	padding-bottom: 20px;
}


.ryokoushien_page dl {
	display:flex;
justify-content: center;
}

.sale_announcement {
	width: 814px;
	margin: auto;
	padding-bottom: 25px;
	padding-top: 15px;
}

.ann_pc {
	display: block;
}

.ann_sp {
	display: none;
}

.ryokoushien_txt {
	padding-top: 10px;
	font-weight: bold;
}

.ryokoushien_link {
}
.ryokoushien_link img {
	width: 402px;
}

.point__list li{
  width: 100%;
}

.point__list {
	display: flex;
	
 justify-content:center;
}

.point__list li img {
	width: 482px;
}


.sp_br {
	display: none;
}




@media screen and (max-width: 560px) {
	
.main_v {
		background-image: url("../img/bg_sp12.jpg");
		background-repeat: no-repeat;
		background-size: 100%;
	background-position:top center;
	height: auto;
	}
	
	
 h1{
    width: 100%;
    margin-bottom: 20px;
  }
	
#main__visual {
background-color: #ffe600;
}
	

#point {
	width: 100%;
	margin: auto;
	padding-bottom: 0px;
}
	
#main__visual li {
}

.main_pc{
	display: none;
}

.main_sp{
	display: block;
  width: 95%;
	margin: auto;
	padding-top: 20px;
}
	
.ryokoushien_page {
	width: 90%;
	margin: auto;
	padding-bottom: 0px;
}

	
.ryokoushien_page dl {
	display:block;
}
	
	
.sale_announcement {
	width: 90%;
	margin: auto;
}

.ann_pc {
	display: none;
}

.ann_sp {
	display: block;
}
	
.ryokoushien_txt {
	float: none;
	padding-top: 20px;
	font-weight: bold;
}

.ryokoushien_link {
	float: none;
	width: 80%;
	margin-top: 10px;
}
.ryokoushien_link img {
	width: 100%;
}


.plan_main_txt p{
	width: 90%;
	margin: auto;
	font-size: 15px;
	text-align: center;
	padding: 10px 0px 0px 0px;
}
	

	
	
.point__list{
		margin-left: 0px;
		 display: block;
}

.area__list li{
    width: 90%;
    max-width: 100%;
}
	
.point__list li img {
	width: 350px;
}
	
.sp_br {
	display: block;
}


}



/*//////////////クーポン////////////////////*/

.cupon_sec{
	width: 630px;
	border: solid 10px #ffb600;
	background-color: #fff;
	margin:130px auto 20px auto;
	padding: 20px;
} 

.cupon_ticket {
	width: 565px;
	margin: auto;
}


.cupon_code_sec {
	text-align: center;
}

.codetitle {
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	padding-top: 20px;
}

.code {
	border: 1px solid rgba(40,40,40,1.00);
	padding: 20px;
	width: 540px;
	margin:15px auto;
	font-size: 25px;
	
}

.cupon_attention {
	font-size: 16px;
}


@media screen and (max-width: 560px) {
	
	.cupon_sec{
	width: 70%;
	border: solid 10px #ffb600;
	background-color: #fff;
	margin:130px auto 20px auto;
	padding: 20px;
} 
	
.codetitle {
	font-size: 20px;
	padding-top: 10px;
}
	
.cupon_ticket {
	width: 100%;
	margin: auto;
}
	
.code {
	border: 1px solid rgba(40,40,40,1.00);
	padding: 10px;
	width: 90%;
	margin:15px auto;
	font-size: 18px;
	
}
	
.cupon_attention {
	font-size: 14px;
}
	
}

/*//////////////セール情報////////////////////*/

.bigprice_title {
	padding-bottom: 40px;
}

.sale_price {
	width: 972px;
	margin: auto;
}

.pc_price {
	display: block;
}

.sp_price {
	display: none;
}


.big_sale_price {
	padding-top: 20px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: 1000px;
	margin: auto;
}

.price_card {
	margin-right: 15px;
	margin-bottom: 20px;
}

.price_t {
	width: 400px;
	border-collapse:collapse
}


.area_name {
	background-color: #000;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: 1px 10px;
	border-radius: 40px;
	width: 120px;
	float: left;
	
}

.keiyu {
	text-align: left;
	font-size: 15px;
	font-weight: bold;
	padding-left: 20px;
	float: left;
	padding-top: 5px;
}

.prs {
	
}

.saidai_waku {
	 display: table;
  width: 140%;
}

.saidai {
	font-size: 25px;
	font-weight: bold;
	color: #000;
	text-align: right;
	display: table-cell;
  vertical-align: middle;
	padding-top: 33px;
	line-height: 1em;
}

.bigprice {
	color: #db0000;
	font-size: 95px;
	font-weight: bold;
	font-style: italic;
	text-shadow: 2px 2px #fff;
	font-feature-settings: "palt";
	font-family: 'Ubuntu', sans-serif;
	text-align: left;
	line-height: normal;
}





.bigprice span {
	font-size: 25px;
}


.yen_b {
	font-size: 20px;
	font-weight: bold;
	color: #000;
	text-align: center;
	padding-top: 50px;
}




.nesage_waku {
		width: 100%;
	display: table-cell;
  vertical-align: middle;
	padding-left: 10px;
	padding-bottom: 20px;
	}

.arrow {
    height: 40px;
    width: 27px;
    background-color: #db0000;
    position:  relative;
	display: table-cell;
  vertical-align: middle;
	
}

.arrow::after {
    content:  '';
    width: 0;
    height: 0;
    border-style: solid;
	 border-style: solid;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  border-top: 15px solid #db0000;
    position:  absolute;
	border-bottom: transparent;
    top: 100%;
    left: -25%;
}

.arrow p{
	color: #fff;
	font-size: 15px;
	line-height: 1em;
	font-weight: bold;
	text-align: center;
	padding-top: 10px;
}





@media screen and (max-width: 560px) {
	
.bigprice_title {
	width: 90%;
	margin: auto;
	padding-bottom: 30px;
}


.sale_price {
	width: 90%;
	padding-top: 15px;
}
	
.pc_price {
	display: none;
}

.sp_price {
	display: block;
}
	
	
	
.big_sale_price {
	
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: 100%;
	margin: auto;
}

.price_card {
	width: 45%;
	margin-right: 5px;
	margin-bottom: 0px;
}

.price_t {
	width: 100%;
}


.area_name {
	background-color: #000;
	font-size:11px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: 2px;
	border-radius: 40px;
	width: 70px;
	float: left;
	
}

.keiyu {
	font-size: 11px;
	padding-left: 10px;
    padding-top: 4px;
}

.prs {
	
}

.saidai_waku {
	 display: table;
  width: 100%;
}

.saidai {
	font-size: 12px;
	padding-top: 8px;
	line-height: 1em;
}

.bigprice {
	font-size: 35px;
	line-height: 1em;
	padding-bottom: 20px;
}
.bigprice span {
	font-size: 25px;
}


.yen_b {
	font-size: 11px;
	padding-top: 0px;
}
	
.nesage_waku {
		width: 100%;
	display: table-cell;
  vertical-align: middle;
	padding-left: 0px;
	padding-bottom: 30px;
	}

.arrow {
    height: 15px;
    width: 17px;
    background-color: #db0000;
    position:  relative;
	display: table-cell;
  vertical-align: middle;
	
}

.arrow::after {
    content:  '';
    width: 0;
    height: 0;
    border-style: solid;
	 border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 7px solid #db0000;
    position:  absolute;
	border-bottom: transparent;
    top: 100%;
    left: -10%;
}

.arrow p{
	color: #fff;
	font-size: 10px;
	line-height: 1em;
	font-weight: bold;
	text-align: center;
	padding-top: 5px;
}


	
}

/*//////////////カセット内セール情報////////////////////*/


.sale_price_txt {
	font-size: 17px;
	font-weight: bold;
	line-height: 1.7em;
	height: 55px;
}

.sale_price_txt span {
	font-size: 25px;
	color: rgba(237,0,3,1.00);
	text-decoration: underline;
}

/*.point_cupon {
	background-color: rgba(225,0,3,1.00);
	padding: 5px 0px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 13px;
	width: 85%;
	margin:15px auto 10px auto;
	line-height: 1.3em;
}

.point_cupon span {
	font-size: 16px;
	color: rgba(255,243,59,1.00);
}*/


.point_cupon {
	padding: 5px;
	text-align: center;
	/*color: rgba(225,0,3,1.00);*/
	color: #000;
	/*font-weight: bold;*/
	font-size: 13px;
	width: 85%;
	margin:5px auto 10px auto;
	/*line-height: 1.3em;*/
	/*border: 1px solid rgba(0,0,0,1.00);*/
	background-color:rgba(240,240,240,1.00);
}

.point_cupon span {
	font-size: 14px;
	/*color: rgba(255,243,59,1.00);*/
	font-weight: bold;
}

@media screen and (max-width: 560px) {
	
.sale_price_txt {
	font-size: 20px;
	height: auto;
}
	
.sale_price_txt span {
	font-size: 28px;
}
	
}

/*//////////////注意事項////////////////////*/

.attention_txt {
	width: 714px;
	margin: auto;
	background-color:#960404;
	padding: 20px;
	color: #fff;
	margin-bottom: 20px;
}

.attention_title {
	text-align: center;
}

.attention_txt p {
	line-height: 1.5em;
	padding-bottom: 15px;
	padding-top: 10px;
}

.attention_list {
	
}

.attention_list span {
	font-size: 20px;
	color: #FFE600;
	font-weight: bold;
}

@media screen and (max-width: 560px) {
	
	.attention_txt {
	width: 90%;
		margin-bottom: 20px;
}

.attention_title {
	text-align: center;
}

.attention_txt p {
	line-height: 1.5em;
	padding-bottom: 15px;
	font-size: 12px;
	padding-top: 10px;
}

.attention_list {
	
}

.attention_list span {
	font-size: 20px;
	color: #FFE600;
	font-weight: bold;
}
	
}





/*/////////////////カウントダウンタイマー///////////////////*/

#cdt_wrapper {
	height: 95px;
  font-weight: bold;
  text-align: center;
  line-height: 3.5em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;

}

@media screen and (min-width: 768px) {
  #cdt_wrapper {
    line-height: 2.5;
    font-size: 2rem;
    padding: 0 20px;
	margin-left: 26px;
	  padding-top: 70px;
  }
}

#cdt_wrapper small {
  font-size: 1em;
  padding: 0 .4em;
	color: #000;
}

.cdt {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.cdt_txt {
  font-size: 1.5em;
  display: inline-block;
  margin-right: .6em;
	color: #000;
}

@media screen and (min-width: 768px) {
	
	
  .cdt_txt {
    font-size: 1.5em;
  }
}



.cdt_txt span {
  display: block;
  line-height: 1;
}

.cdt_date {
  font-size: 3.6rem;
}

.cdt_num {
  background-color: #ffffff;
  padding: 0 .15em;
}

@media screen and (min-width: 768px) {
  .cdt_num {
    line-height: 1;
    padding:10px;
  }
}

@media screen and (max-width: 560px) {
	
#cdt_wrapper {
height: auto;
	padding-top: 10px;
}

.cdt {
	margin-left: 5px;
	padding-top: 50px;
}

#cdt_wrapper small {
  font-size: 0.5em;
}
	
	.cdt_date {
  font-size: 2.8rem;
		line-height: 4.5rem;
}
	
	.cdt_txt {
		font-size: 0.5em;
		margin-right: 5px;
	}

	
}


/*////////////////////ウルトラタイムセール//////////////*/

#main_sec {
	background-image: url("../img/bg.gif");
	background-position: top center;
	background-repeat: repeat-y;
}

#goldenweek h2{
	width: 705px;
	text-align: center;
}


.tit_pc {
	display: block;
	
}

.tit_pc img {
	width: 100%;
}

.tit_sp {
	display: none;
}

.plan_cas {
	background-color: #fff;
	width: 310px;
	margin-left: 20px;
	margin-bottom: 20px;
	box-shadow: 3px 4px 0px 0px rgb(0 0 0 / 23%);
}

.plan_area {
	width: 100%;
    color: #fff;
    text-align: center;
    font-size: 20px;
	font-weight: bold;
    padding: 10px 0px;
	
}

.plan_area span {
	font-size: 18px;
}

#plan_area_okinawa {
	background-color: #b90026;
}

#plan_area_rito {
	background-color: #0D7500;
}

#plan_area_shikoku {
	background-color: #D1337B;
}

#plan_area_touhoku {
	background-color: #008CB1;
}

#plan_area_hokkaido {
	background-color: #089304;
}

#plan_area_hokkaido_ski {
	background-color: #082065;
}

#plan_area_kyushu {
	background-color: #C36904;
}

#plan_area_amami {
	background-color: #004400;
}

#plan_area_kanto {
	background-color: #1D2982;
}

#plan_area_kansai {
	background-color: #1D2982;
}

.plan_img {
	/*padding:10px;*/
}

.plan_txt {
	padding: 15px 15px 5px 15px;
}

.plan_title {
	text-align: center;
	font-weight: bold;
	color:#141414;
	margin-bottom: 10px;
	height: 65px;
	/*text-decoration: underline;*/
	  display:table;
	width: 100%;
	
}

.plan_title p {
	 display:table-cell;
	 vertical-align:middle;
	text-align: center;
	font-size: 19px;
	line-height: 1.5em;
}
.plan_title a {
	color:#AC0002;
}


.plan_setsumei p {
	font-size: 13px;
	height: 70px;
	line-height: 1.4em;
}

.tour_price {
	color: #B70003;
	font-weight: bold;
	padding-left: 138px;
	height: 37px;
}


.tour_price span {
	font-size: 25px;
	float: left;
}

.yen {
	font-size: 16px;
	padding-top: 6px;
    color: #000;
}

.plan_links {
	margin: 0px 0px 20px 18px;
}

.plan_links_l {
	margin: 0px 0px 20px 18px;
	width: 80%;
}

.plan_links li {
	text-align: center;
    float: left;
    font-size: 15px;
    padding: 18px 20px;
    border-radius: 6px;
    margin-right: 6px;
	width: 31%;
}

.plan_links_l {
	
}

.plan_bt_l {
	width: 90%;
	color: #fff;
	background-color: #FBE85F;
}
.plan_bt_l a {
	color: #fff;
}

.btn-lg {
	width: 97%;
}


.plan_bt {
	color: #8B0002;
	background-color: #FBE85F;
}

.other_bt {
	color: #fff;
	background-color: #1C558D;
}

.plan_bt a {
	color: #fff;
}

.other_bt a {
	color: #fff;
}

@media screen and (max-width: 560px) {
	
#goldenweek h2{
	  width: 90%;
    text-align: center;
}


	
.tit_pc {
		display: none;

}

.tit_sp {
		display: block;
	width: 80%;
}
	
  .plan_cas {
	background-color: #fff;
	float: none;
	width:90%;
	margin-bottom: 20px;
	  margin:0px auto 20px auto;
}
	
	.plan_img {
}

.plan_txt {
    padding: 10px;
}
	
.plan_title {
	text-align: center;
	font-weight: bold;
	color:#141414;
	margin-bottom: 10px;
	height: auto;
}
	
.plan_title p {
	font-size: 20px;
	}
.plan_title a {
	color:#AC0002;
}

.plan_setsumei p {
	font-size: 14px;
	width: 95%;
	margin: auto;
	line-height: 1.5em;
	height: auto;
}
	
.sp_no {
		display: none;
	}
	
.tour_price {
	padding-left: 160px;
	height: auto;
	width: 280px;
}
	
.tour_price span {
	font-size: 28px;
	float: left;
}

.yen {
	font-size: 16px;
	padding-top: 10px;
}

	
.plan_links li {
	text-align: center;
    float: left;
    font-size: 14px;
    padding: 18px;
    border-radius: 6px;
    margin-right: 10px;
	    width: 33%;
}
	
	.plan_links_l {
		width: 80%;
	}
	
	.plan_links_l li {
		width: 100%;

}
	
.plan_bt_l {
	width: 70%;
	color: #fff;
	background-color: #FBE85F;
}

	
}


@media screen and (max-width: 320px) {
	.plan_links li {
	text-align: center;
    float: left;
    font-size: 14px;
    padding: 18px;
    border-radius: 6px;
    margin-right: 10px;
	    width: 30%;
}
	.tour_price {
	padding-left: 120px;
}
	
}


/*エリア別タイムセール*/

#area_timesal {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

#area_timesal h2{
	width: 674px;
	text-align: center;
}

.area_select {
margin: 20px 20px;	
}


#area_okinawa {
}

.area_select li {
	float: left;
	width: 130px;
	height: 60px;
	border-radius: 3px;
	background-color: #fff;
	margin-right: 5px;
	margin-bottom: 5px;
	color: #CE2E48;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	line-height: 60px;
}

.area_select li a {
	color: #CE2E48;
}

.flex {
	display: flex;
	justify-content: center;
}

@media screen and (max-width: 560px) {
	
	#area_timesal h2{
	width: 90%;
	text-align: center;
}
	
	.area_select {
		    width: 93%;
    font-size: 1.2rem;
}
	.area_select li {
	float: left;
	width: 115px;
	height: 50px;
	line-height: 50px;
	border-radius: 3px;
	background-color: #fff;
	margin-right: 5px;
	margin-bottom: 5px;
	color: #CE2E48;
	font-weight: bold;
		font-size: 100%;
	text-align: center;
}
	
}


/* JAL PCR */

.jal_pcr {
	margin:auto;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 400px;
}

.jal_bnr {
	width: 850px;
	margin:30px auto;
	padding-top: 20px;
	padding-bottom: 20px;
}

.jal_bnr_b {
	width: 400px;
	float: left;
	padding-right: 20px;
}

@media screen and (max-width: 560px) {
	
	.jal_pcr {
	width: 90%;
}
	
.jal_bnr {
	width: 90%;
	margin:30px auto;
	padding-top: 10px;
	padding-bottom: 20px;
}

.jal_bnr_b {
	width: 100%;
	float: none;
	padding-right: 0px;
	padding-bottom: 20px;
}
	
}






/* ページTOP */


#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size:15px;
	z-index: 100;
}
#page-top a {
	background:#4F340C;
	text-decoration: none;
	color: #fff;
	width: 100px;
	padding: 30px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
}
#page-top a:hover {
	text-decoration: none;
	background:#333;
}

@media screen and (max-width: 560px) {
	
	#page-top {
	position: fixed;
	bottom: 20px;
	right: 10px;
	font-size:13px;
}
#page-top a {
	background:#4F340C;
	text-decoration: none;
	color: #fff;
	width: 100px;
	padding: 20px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
}
#page-top a:hover {
	text-decoration: none;
	background:#333;
}
	
}


/* トップに戻る */
#page__top{
  width: 80px;
  height: 80px;
  margin: 0 20px 20px auto;
  background: #004678;
  opacity: 0.8;
  border-radius: 8px;
  z-index: 4;
}
#page__top a{
  position: relative;
  display: block;
  width: 80px;
  height: 80px;
  line-height: 1;
  text-decoration: none;
}
#page__top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f106';
  font-size: 4rem;
  color: #fff;
  position: absolute;
  width: 40px;
  height: 40px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

/* スマホ用 */
#nav-drawer {
  position: relative;
  text-align: right;
}

/*チェックボックス等は非表示に*/
.nav-unshown {
  display:none;
}



/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■Coming soon
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.popup-bg-cover{
	position: fixed; /* ブラウザの定位置に固定 */
	background: rgba(0, 0, 0, .5); /* 背景色を半透明の黒色に */
	width: 100%; /* 要素の横幅を画面全体に */
	height: 100%; /* 要素の高さを画面全体に */
	top: 0; /* 要素の固定位置をブラウザ最上部に合わせる */
	left: 0; /* 要素の固定位置をブラウザ左側に合わせる */
	z-index: 1000; /* 要素をコンテンツより前面に（要調整） */
}


#sample-popup-switch {
	/* チェックボックスを非表示 */
	display: none;
}
.sample-popup-background {
	/* 画面全体を暗くする透過背景 */
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
	top: 0;
	left: 0;
	z-index: 1000;
}
.sample-popup-content {
	/* ポップアップ本体 */
	display: inline-block;
	position: fixed;
	z-index: 1100;
	background: none;
	padding: 2%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	color: #fff;
	
}

.sample-popup-content p {
	font-size: 40px;
	font-weight: bold;
	text-align: center;
}

#sample-popup-switch:checked ~ .sample-popup-background, #sample-popup-switch:checked ~ .sample-popup-box {
	/* ポップアップ･透過背景を閉じる */
	display: none;
}




/* フッター */
#footer{
  background-color: #000;
  padding: 40px 0;
}
#footer .footer__wrap{
  margin: 0 auto;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
	-ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

#footer p{
  padding-right: 20px;
  line-height: 1;
  font-size: 1.4rem;
  color: #fff;
}


.footer__nav{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
	-ms-flex-align: center;
  align-items: center;
}

.footer__nav li{
  margin-left: 10px;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align: center;
	-ms-flex-align: center;
  align-items: center;
}

.footer__nav li a{
  font-size: 1.4rem;
  color: #fff;
  line-height: 1;
}

.footer__nav li a:hover{
  text-decoration: underline;
}


@media screen and (max-width:960px) {
  #footer p{
    font-size: 1.2rem;
    padding-right: 0;
  }

  .footer__nav li a{
    font-size: 1.2rem;
  }
}

@media screen and (max-width:560px) {
  .footer__nav,
  .footer__wrap{
    -webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
  }
  .footer__nav li{
    margin-bottom: 20px;
    margin-left: 0;
  }

  .footer__nav li:last-of-type{
    margin-bottom: 0;
  }

  #footer p{
    margin-bottom: 40px;
  }

}



br.sp{
  display: none;
}

@media screen and (max-width:560px) {
  br.sp{
    display: inline;
  }
}
