@charset "UTF-8";
/* CSS Document */


body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, 
fieldset, input, textarea, p, blockquote, th, td{
    margin: 0; 
    padding: 0;
}

body{
	font-family: "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
	font-weight: normal;
	line-height: 1.8;
}

html{
	overflow-y: scroll;
	line-height:1.4em;
}
h1, h2, h3, h4, h5, h6{
    font-size: 100%; 
    font-weight: normal;
}
ol, ul{
    list-style:none;
}
fieldset, img{
     border:0;
	max-width:100%;
}
table{
    border-collapse: collapse; 
    border-spacing:0;
}
caption, th{
    text-align: left;
}
address, caption, cite, code, dfn, em, strong, th, var{
    font-style: normal; 
    font-weight: normal;
}
/* 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 */  

/*img {
	max-width: 100%;
	height: auto;
}*/

img{
	/*width:100%;*/
	vertical-align: bottom;
	object-fit: cover;
}

#wrapper_sp {
	margin-left: auto;
    margin-right: auto;
    text-align: left;
	
}

#hatsuuri_wrapper {
	
}

.hatsu_waku {
	background-color: #b18a1d;
	background-image:url("../img2025/bg_pc2025.gif");
	background-repeat:no-repeat;
	background-position:top center;
	background-size: 1750px;
}
#content_sp {
	margin-left: auto;
    margin-right: auto;
	width: 1000px;
}

.pc_br {
	display: block;
}

.sp_br {
	display: none;
}

.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: 1050px;
  margin: 0 auto;
}


br.sp{
  display: none;
}

/*a:-webkit-any-link {
    color: #000;
    cursor: pointer;
    text-decoration: none;

}*/

.ann_pc {
	display: block;
}

.ann_sp {
	display: none;
}

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


@media screen and (max-width:560px) {
.hatsu_waku  {
	background-image:url("../img2024/bg_sp02.gif");
	background-size: 100%;
}
	
#content_sp {
	width: 100%;
	}

.pc_br {
	display: none;
}

.sp_br {
	display: block;
}
	
.ann_pc {
	display: none;
}

.ann_sp {
	display: block;
	
}
	
}


/*-------------------------
pcCont/spCont
-------------------------*/
.spCont{display:none;}
@media only screen and (max-width: 767px) {
	.pcCont{display:none;}
	.spCont{display:block;}
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■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:16px;
    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;
}



/*/////////////////////////////ヘッダー////////////////////////////*/

#hatsuuri_head {
	
}

.main_pc {
	display: block;
	width: 1012px;
	margin: auto;
}

.main_sp {
	display: none;
}

.main_lead {
	font-size: 30px;
	font-family: sans-serif;
	color: #923800;
	text-align: center;
	font-weight: bold;
	line-height: 1em;
	padding-top: 20px;
}

.main_lead span {
	font-size: 15px;
}

.tour_limit {
	font-size: 30px;
	font-family: sans-serif;
	color: #923800;
	text-align: center;
	font-weight: bold;
	padding-top: 10px;
}

.hatsuuri_cont {
	background-image: url("../img2024/bg_rep.png");
	background-repeat: repeat-y;
	background-size: 1750px;
	background-position: top center;
}


@media screen and (max-width:560px) {
	
.main_pc {
		display: none;
}

.main_sp {
	display: block;
	width: 95%;
	margin: auto;
	padding-top: 10px;
}
	
.main_lead {
	font-size: 20px;
	line-height: 1.5em;
	padding-top: 10px;
	color: #fff;
}

.main_lead span {
	font-size: 13px;
}

.tour_limit {
	font-size: 25px;
	line-height: 1.5em;
	padding-top: 0px;
	color: #fff;
}
	
}





/*/////////////////////////////福袋////////////////////////////*/

.hatsu_happybag {
	width: 800px;
	margin: 20px auto 30px auto;
	padding-top: 40px;
}

.sample_box2 {
    padding: 1em 1.5em;
    margin: auto;
    border: double 6px #E5BF00;/*線*/
	background-color: #fff;
	width: 700px;
	position: relative;
	height: auto;
}

.ratio-1_1:before {
    content: "";
    display: block;
    padding-top: 162%; /* 1:1 */
}


.hb_main {
	position: absolute;
  left: -50px;
	top: -50px;
  margin: auto;
}

.hb_contents {
	position: absolute;
	left: 22px;
	top: 360px;
	
}

.hb_naiyou {
	width: 662px;
	margin: auto;
}

.hb_syosai {
	padding-bottom: 10px;
}

.pdf_link {
	width: 543px;
	margin: auto;
	padding-top: 15px;
}

.pdf_attention {
	font-size: 20px;
	text-align: left;
	padding-top: 15px;
}

.pdf_attention span {
	color: rgba(219,0,3,1.00);
	font-weight: bold;
	text-decoration: underline;
	line-height: 1.5em;
}

@media screen and (max-width:560px) {
	
	.hatsu_happybag {
	width: 100%;
	margin-top: 0px;
	padding-top: 10px;
}
	
.sample_box2 {
	width: 80%;
}
	
.ratio-1_1:before {
    content: "";
    display: block;
    padding-top: 240%; /* 1:1 */
}
	
.hb_main {
	position: absolute;
	left: -10px;
	top: -20px;
	margin: auto;
	width: 100%;
}
	
	

.hb_contents {
	position: absolute;
	left: 0px;
	top: 200px;
	
}
	
.hb_naiyou {
	width: 90%;
	padding-bottom: 15px;
}
	
.hb_syosai {
	width: 95%;
	margin: auto;
}
	
.pdf_link {
	width: 90%;
	margin: auto;
	padding-top: 15px;
}

.pdf_attention {
	font-size: 13px;
	text-align: left;
	padding-top: 15px;
	padding-left: 10px;
}


}


@media screen and (max-width:360px) {
	.ratio-1_1:before {
    content: "";
    display: block;
    padding-top: 350%; /* 1:1 */
}
	

.pdf_attention {
	font-size: 13px;
	text-align: left;
	padding-top: 15px;
	padding-left: 10px;
}
	
}




/*/////////////////////////////予告////////////////////////////*/


.pre_happybag {
	width: 878px;
	margin: auto;
	padding: 20px 0px;
}

@media screen and (max-width:560px) {
	.pre_happybag {
	width: 95%;
	}
}


/*/////////////////////////////抽選結果////////////////////////////*/


.hatsu_chusen {
	width: 850px;
	margin: auto;
	background-color: #fff;
	border: solid 3px #e5bf00;
	border-radius: 15px;
	margin-top: 30px;
	margin-bottom: 30px;
}


.chusen_tit {
	width: 812px;
	margin: auto;
	padding: 20px 0px;
}

.chusen_happyo {
	margin-bottom: 20px;
}

.chusen_class {
	width: 656px;
	margin: auto;
	padding: 15px 0px;
}

.tousenbango {
	font-size:  20px;
	font-weight: bold;
	text-align: center;
	padding: 20px 0px;
}
.tousen_number {
	display: flex; /* flexbox */
	flex-wrap: wrap; /* 折返し指定 */
	justify-content: center;
	width: 780px;
	margin:0px auto 15px auto;
}

.tou01 li,.tou02 li {
	width: 20%;
}

.tou01 {
	font-size: 30px;
	color: rgba(129,94,0,1.00);
	line-height: 2em;
	text-align: center;
	font-weight: bold;
}


.tou02 {
	font-size: 25px;
	color: #000;
	line-height: 2em;
	text-align: center;
}

.tou03 li,.tou04 li {
	width: 10%;
}

.tou03 {
	font-size: 20px;
	color: #d15454;
	line-height: 3em;
	text-align: center;
}

.tou04 {
	font-size: 18px;
	color: #5a93b6;
	line-height: 3em;
	text-align: center;
}

.omedetou {
	font-size: 20px;
	text-align: center;
	padding: 20px 0px 40px 0px;
}

.tousen_attention {
	width: 700px;
	margin: auto;
	padding: 0px 0px 30px 0px;
	font-size: 13px;
}

/*テーブル表示の場合*/


.number {
	border: 1px rgba(142,142,142,1.00) solid;
	width: 700px;
	margin: auto;
	text-align: center;
	padding: 20px;
}

.number td,.number tr {
	border: 1px rgba(142,142,142,1.00) solid;
}

.by {
	background-color: rgba(255,252,225,1.00);
}

@media screen and (max-width:560px) {

.hatsu_chusen {
	width: 90%;
}
	
.chusen_tit {
	width: 90%;
}
	
.chusen_tit {
	width: 90%;
}

.chusen_happyo {
	width: 90%;
	margin: auto;
}
	
.tousen_number {
	width: 90%;
}

.tou01 li {
	width: 25%;
}
	
.tou02 li,.tou03 li,.tou04 li {
	width: 20%;
}
	
.tou01 {
	font-size: 20px;
	line-height: 3em;
}
	
.tou02 {
	font-size: 17px;
	line-height: 3em;
}

.tou03 {
	font-size: 15px;
}
	
.tou04 {
	font-size: 15px;
}

	
.chusen_class {
	width: 100%;
}
	
.tousen_attention {
	width: 90%;
	margin: auto;
	padding: 0px 0px 30px 0px;
	font-size: 12px;
	line-height: 1.5em;
}
	
	.tousen_attention li {
		padding-bottom: 5px;
	}
	
	
}

/*/////////////////////////////旅みくじ////////////////////////////*/


.tabimikuji_cont {
	background-image: url("../img2025/bg_omikuji_pc.png");
	background-repeat: no-repeat;
	background-size: 991px;
	background-position: top center;
	height: 292px;
	margin: 20px 0px;
	padding-bottom: 10px;
}


.tabimikuji_lef {
	float: left;
	padding-left: 50px;
}

.tabimikuji_tit {
	color: #fff;
	font-size: 45px;
	padding-top: 80px;
	font-weight: bold;
	text-align: center;
	font-family: serif;
}

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

.tabimikuji_txt {
	padding-top: 2px;
	padding-left: 30px;
	color: #fff;
}

.tabimikuji_txt p {
	text-align: center;
	font-size: 18px;
	line-height: 1.5em;
	padding-top: 15px;
}


.tabimikuji_btn {
	float: right;
	width: 114px;
	padding-top: 170px;
	padding-right: 144px;
}


@media screen and (max-width:560px) {
.tabimikuji_cont {
	background-image: url("../img2025/bg_omikuji_sp.png");
	background-repeat: no-repeat;
	background-size: 90%;
	background-position:center 210px;
	height: 460px;
	margin: 20px 0px;
	padding-bottom: 30px;
}
	

	
.tabimikuji_lef {
	float: none;
	padding-left: 0px;
	width: 100%;
	margin: auto;
}
	
.tabimikuji_tit {
	color: #fff;
	font-size: 35px;
	padding-top: 10px;
	font-weight: bold;
	text-align: center;
	line-height: 1.3em;
}
	
	
.tabimikuji_txt {
		padding-left: 0px;
	}
	
.tabimikuji_txt p {
	text-align: center;
	font-size: 17px;
	line-height: 1.5em;
}

	
.tabimikuji_btn {
	float: none;
	width: 114px;
	margin: auto;
	padding-top: 140px;
	padding-right: 0px;
	padding-left: 30px;
}


}





/*/////////////////////////////エリアタブ////////////////////////////*/

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

.area_tabs {
	width: 1000px;
	margin: auto;
	position: relative;
}

.tab_label {
  position: relative;
  z-index: 1;
  cursor: pointer;
  padding: 5px 0;
  margin: 0 5px 20px 0; 
}

.tab_label:hover {
  opacity: 0.75;
}

.tab_label img {
	width: 153px;
}

.tab_content {
  flex: 100%;
  /*display: none;*/
  overflow: hidden;
}

/*.tabf {
	padding-left: 130px;
}*/

input[name="tab_switch"] {
  display: none;
}

.tabs input:checked + .tab_label {

}
.tabs input:checked + .tab_label::after {
  content: '';
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  transition: all 0.3s ease 0s;
}

#tab01:checked ~ #tab01_content,
#tab02:checked ~ #tab02_content,
#tab03:checked ~ #tab03_content,
#tab04:checked ~ #tab04_content,
#tab05:checked ~ #tab05_content,
#tab06:checked ~ #tab06_content,
#tab07:checked ~ #tab07_content,
#tab08:checked ~ #tab08_content {
  display: block;
}

.tab_content{
  position: relative;
  animation: fadeIn 1s ease;
}


@media screen and (max-width:560px) {
	
.tab_label img {
	width: 150px;
}
	.tab_label {
  position: relative;
  z-index: 1;
  cursor: pointer;
  padding: 5px 0;
  margin: 0 0 0 10px; 
}

}


/*/////////////////////////////エリア選択////////////////////////////*/


.area_select {
	background-color: rgba(84,37,0,0.45);
}

.area_select ul {
	width: 1000px;
	margin: 40px auto 20px auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 30px 0px;
}

.area_select li {
	padding-right: 5px;
	padding-bottom: 10px;
	width: 237px;
}

.area_select li img {
	width: 237px;
}

.page_dep {
	font-family: serif;
	text-align: center;
	color: #fff;
	font-size: 20px;
}

.area_tit {
	font-family: serif;
	text-align: center;
	color: #fff;
	padding:30px 0px;
	font-size: 45px;
	font-weight: bold;
}




@media screen and (max-width:560px) {
	
.area_select {
	width: 100%;
}
	
.area_select ul {
	width: 100%;
	margin: 40px auto 20px auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 30px 0px;
}
	
.area_select li {
	padding-right: 5px;
	padding-bottom: 10px;
	width: 166px;
}

}







/*/////////////////////////////沖縄 ホテル選択////////////////////////////*/

.okinawa_hotel_select {
	width: 1100px;
	margin: auto;
	padding-bottom: 30px;
}

.okinawa_hotel_select ul {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
}

.oki_hotel_tit {
	font-family: serif;
	font-size: 30px;
	text-align: center;
	font-weight: bold;
	padding-bottom: 30px;
	color: rgba(255,234,180,1.00);
	padding-top: 20px;
}

.oki_hotel_tit span {
	font-size: 17px;
	line-height: 2em;
}


@media screen and (max-width:560px) {
	.okinawa_hotel_select {
	width: 95%;;
	}
	
.okinawa_hotel_select ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
	
	.okinawa_hotel_select li {
		width: 45%;
		padding-bottom: 10px;
	}
	
}




/*/////////////////////////////本島ホテルタブ////////////////////////////*/

.tab-2 {
    display: flex;
    flex-wrap: wrap;
    gap: 0 0px;
    max-width: 100%;
	justify-content: center;
}

.tab-2 > label {
    flex: 1 2 10;
    order: -1;
    padding: 10px 0px 30px 0px;
    text-align: center;
    cursor: pointer;
}

.tab-2 > label:hover {
    opacity: .8;
}

.tab-2 input {
    display: none;
}

.tab-2 > div {
    display: none;
    width: 100%;
    /*background-color: #fff;*/
}

.tab-2 label:has(:checked) {
    opacity: 1;
}

.tab-2 label:has(:checked) + div {
    display: block;
}


@media screen and (max-width:560px) {
	
.tab-2 > label {
    flex: 1 2 10;
    order: -1;
    padding: 3px;
    text-align: center;
    cursor: pointer;
}

.hotel_tabs {
	width: 45%;
}
	
}


/*/////////////////////////////離島ホテルタブ////////////////////////////*/

.tab-3 {
    display: flex;
    flex-wrap: wrap;
    gap: 0 0px;
    max-width: 100%;
	justify-content: center;
}

.tab-3 > label {
    flex: 1 2 10;
    order: -1;
    padding: 10px 0px 30px 0px;
    text-align: center;
    cursor: pointer;
}

.tab-3 > label:hover {
    opacity: .8;
}

.tab-3 input {
    display: none;
}

.tab-3 > div {
    display: none;
    width: 100%;
    /*background-color: #fff;*/
}

.tab-3 label:has(:checked) {
    opacity: 1;
}

.tab-3 label:has(:checked) + div {
    display: block;
}


@media screen and (max-width:560px) {
	
.tab-3 > label {
    flex:1;
    order: -1;
    padding: 3px;
    text-align: center;
    cursor: pointer;
}

.hotel_tabs {
	width: 45%;
}
	
}


/*/////////////////////////////九州・奄美ホテルタブ////////////////////////////*/

.tab-4 {
    display: flex;
    flex-wrap: wrap;
    gap: 0 0px;
    max-width: 100%;
	justify-content: center;
}

.tab-4 > label {
    flex: 1 2 10;
    order: -1;
    padding: 10px 0px 30px 0px;
    text-align: center;
    cursor: pointer;
}

.tab-4 > label:hover {
    opacity: .8;
}

.tab-4 input {
    display: none;
}

.tab-4 > div {
    display: none;
    width: 100%;
    /*background-color: #fff;*/
}

.tab-4 label:has(:checked) {
    opacity: 1;
}

.tab-4 label:has(:checked) + div {
    display: block;
}


@media screen and (max-width:560px) {
	
.tab-4 > label {
    flex:1;
    order: -1;
    padding: 3px;
    text-align: center;
    cursor: pointer;
}

.hotel_tabs {
	width: 45%;
}
	
}

/*/////////////////////////////ツアーカセット////////////////////////////*/


.casets {
	background: url("../img2024/bg_rep.png") repeat-y top center #faf6f0;
	background-size: 1750px;
}


.tour_pic_tit {
	background-image: url("../img2024/bg_castit02.gif");
	background-repeat: no-repeat;
	background-size: 1750px;
	background-position: top center;
}




.tour_box{
	padding-bottom: 40px;
}
.tour_box.ro:hover{
	opacity: 1;
	transform: scale(1.01);
}
.tour_box a{
	text-decoration: none;
}
.tour_box h3{
	width:100%;
	height:190px;
	background: url(../img2024/bg_castit02.gif) no-repeat center top;
	background-size: 1750px;
	height: 145px;
	text-align: center;
	color: #fff;
	font-size: 28px;
	font-style: italic;
	font-weight: 900;
	line-height: 1.2;
	font-feature-settings: "palt";
	letter-spacing: 0.01em;
	display: flex;
	align-items: center;
	justify-content: center;
}
.tour_box h3 span{
	color: #ffff4d;
}
.tour_box h3 div::first-letter,
.tour_box h3 strong{
	font-size: 134%;
	font-style: italic;
	font-weight: 900;
	line-height: 0.94;
}
.tour_box h3.big{
	height:auto;
	background-size:1750px;
	padding-top:20px;
	padding-bottom:20px;
}

.tour_box .box{
	width: 1000px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
}
.tour_box .box .tokuten_area{
	width:42.5%;
	padding: 45px 0 0 0;
}

.tour_box .box .tokuten_area span {
	color:rgba(229,0,3,1.00);
}
.tour_box .box .img_area{	
	width:55%;
}
.tour_box .box .img_area .img{
	width: 90%;
	height:auto;
	padding-top: 75px;
	 padding-left: 25px;
}



/* tokuten_aera */
.tour_box .tokuten_area ul{
	margin: 0 0 24px 0;
}


.tour_box .tokuten_area li{
	position: relative;
	padding:0 0 0 96px;
	margin-bottom: 20px;
	color: #000;
	font-size: 18px;
	font-weight: 900;
	font-feature-settings: "palt";
	letter-spacing: 0.05em;
	line-height: 1.35;
	text-align: left;
	background: url("../img2024/toku.png") no-repeat left;
	background-size: 83px;
	border-bottom: dotted 2px rgba(200,172,114,1.00);
	padding-bottom: 15px;
}

.tour_box .tokuten_area li span {
	color: rgba(229,0,3,1.00);
}
.tour_box .tokuten_area li::before{
	content:'';
	position: absolute;
	left:0;
	top:-16px;
	background: url(../img/toku01.png) no-repeat left top;
	width:105px;
	height:58px;
}
.tour_box .tokuten_area li:nth-of-type(2)::before{
	background-image: url(../img/toku02.png);
}
.tour_box .tokuten_area li:nth-of-type(3)::before{
	background-image: url(../img/toku03.png);
}
.tour_box .tokuten_area li span{
	
}
.tour_box .tokuten_area .price{
	/*display: flex;*/
	justify-content: space-between;
	align-items: center;
	position: relative;
	z-index: 1;
}
.tour_box .tokuten_area .price img:first-child{
	display: none;
}
/* img_area */
.tour_box .img_area{
	position: relative;
}



.img_newyear {
	position: absolute;
	top:50px;
	right:5px;
	display: flex;
}

.img_newyear img {
	width: 100%;
}

.tour_box .img_area ul{
	position: absolute;
	top:15px;
	right:5px;
	display: flex;
}

.tour_box .img_area ul li{
	background-color: #ca0000;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.4;
	border-radius: 50%;
	width: 120px;
	height: 120px;
	text-align: center;
	
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-bottom: 6px;
	font-feature-settings: "palt";
	font-style: italic;
}
.tour_box .img_area ul li.l4{
	line-height: 1.3;
	font-size: 13px;
}
.tour_box .img_area ul li.big{
	width:205px;
}
.tour_box .img_area ul li:not(:last-child){
	margin-right: 15px;
}


.dep {
	font-size: 18px;
	font-weight: bold;
}

.price_red span {
	font-size: 37px;
	font-weight: bold;
	color: rgba(224,0,3,1.00);
}

.tourdays {
	color: #000;
	font-size: 15px;
	font-weight: bold;
	padding-left: 15px;
}

.dep_days {
		display: flex;
	width: 100%;
	}

.price_red {
	float: left;
}


.price {
	padding-bottom: 15px;
	
}

/*.price_red span {
	font-size: 17px;
	color: #000;
}*/

.tour_link {
	width: 358px;
	margin: auto;
}



.jgt_price {
	font-family: 'Roboto',sans-serif;
	font-style:italic;
  display: none;
	line-height: 1;
}
.jgt_price::after {
  /*content: '円～';*/
  font-size: 20px;
}


.area_page_link {
	width: 530px;
	margin: auto;
	padding: 30px 0px;
}


@media screen and (max-width:560px) {
	
.tour_box h3.big{
	height:auto;
	background-size:1950px;
	padding-top:20px;
	padding-bottom:20px;
}

.tour_box .box{
	width: 100%;
	margin: auto;
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
}
	
.tour_box h3{
		height: auto;
		background-size: 100% 100%;
		font-size: 18px;
		margin-bottom: 15px;
	width: 100%;
	}
	
.tit_inner {
		padding: 10px;
	}
	
.tour_box .box .img_area .img{
	padding-top: 40px;
}
	
.tour_box{
		margin-bottom: 0px;
	width: 100%;
	}
	.tour_box .box{
		display: block;
	}
	.tour_box .box .tokuten_area,
	.tour_box .box .img_area{
		width: 100%;
	}
	.tour_box .box .tokuten_area{
		padding-top:35px;
	}
	.tour_box .tokuten_area .price{
		/*display: flex;*/
		justify-content: center;
		padding-left: 20px;
	}
	.tour_box .img_area ul{
		right:40px;
	}
	
	.img_newyear {
	top:-5px;
}
	
	.tour_box .img_area .img{
		margin: -32px 0 10px 0;
	}
	.tour_box .img_area ul{
		width: 100%;
		max-width: 325px;
		margin: 0 auto;
		position: relative;
		right:auto;
		top:auto;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.tour_box .img_area ul::after{
		content:'';
		display: block;
		width: 31.2%;
	}
	.tour_box .img_area ul li{
		width: 31.2%;
		font-size: 14px;
		height:auto;
		padding:13px 0 16px;
	}
	.tour_box .img_area ul.p2 li,
	.tour_box .img_area ul li.big{
		width: 48%;
	}
	.tour_box .img_area ul.bad{
		max-width: 360px;
	}
	.tour_box .img_area ul.bad li{
		width:31.5%;
		font-size: 12px;
	}
	.tour_box .img_area ul li:not(:last-child){
		margin-right: 0;
	}
	.tour_box .img_area ul li img{
		width: 100%;
		height: auto;
	}
	.tour_box .box .tokuten_area{
		padding-top: 10px;
	}
	.tour_box .tokuten_area ul{
		margin-bottom: 16px;
	}
	.tour_box .tokuten_area li{
		font-size: 14px;
		padding: 11px 10px 10px 80px;
		margin-bottom: 5px;
		background-size: 70px;
		background-image: url("../img2024/toku.png");
		background-repeat: no-repeat;
		background-position: 10px 0px;
	}
	.tour_box .tokuten_area li span{
		font-size: 13px;
	}
	.tour_box .tokuten_area li::before{
		content:'';
		position: absolute;
		left:-10px;
		top:0;
		width:64px;
		height:45px;
		background-size: 64px auto;
	}
	.tour_box .tokuten_area .price img:not(:last-child){
		width: 90%;
		height: auto;
	}
	.tour_box .tokuten_area .price img:last-child{
		width:180px;
		height: auto;
	}
	

.dep {
	font-size: 15px;
	font-weight: bold;
	padding-right: 10px;
}
	

	
.price_red span {
	font-size: 35px;
	font-weight: bold;
	color: rgba(224,0,3,1.00);
}

	.tourdays {
		padding-left: 10px;
		font-size: 13px;
	}


.tour_link {
	width: 310px;
	margin: auto;
}
	
	
.tour_box .img_area ul li.l4{
	line-height: 1.3;
	font-size: 11px;
}
.tour_box .img_area ul li.big{
	width:103px;
}
	
.area_page_link {
	width: 90%;
	margin: auto;
	padding: 30px 0px;
}
	

}





/*/////////////////////////////エリア用メイン////////////////////////////*/

.tour_lineup {
	width: 1030px;
	margin: auto;
	padding:  10px; 
	display: flex;
	flex-wrap :wrap;
}
.tour_cas {
	width: 320px;
	float: left;
	background-color: #fff;
	align-self: stretch;
	margin:  10px;
	
}

.cas_title {
	background-image: url("../area/cas_tit_bg.gif");
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	color: #fff;
	display: table;
  width: 100%;
	height: 63px;
}

.cas_title p {
  display: table-cell;
  vertical-align: middle;
}

.cas_img {
	width: 100%;
}

.cas_txt {
	font-size: 13px;
	width: 290px;
	margin: auto;
	padding: 20px 0px;
	line-height: 1.5em;
	height: 53px;

}

.cas_tokuten {
	width: 280px;
	margin: auto;
	padding-bottom: 15px;

}

.tokuten_tit {
	width: 281px;
}



.cas_tokuten p {
	padding: 20px;
	font-size: 15px;
	font-weight: bold;
	color: #000;
	line-height: 1.3em;
	height: 68px;
}

.cas_tokuten span {
	color: rgba(224,3,7,1.00);
}

.stripe {
  background: repeating-linear-gradient(-45deg, #ffeb00, #ffeb00 4px, #fff 3px, #fff 5px);
}

.tokuten_price {
	background-image: url("../area/tokuten_price.png");
	background-repeat: no-repeat;
	width: 270px;
	height: 46px;
	margin: auto;	
}

.tokuten_price p {
	font-size: 23px;
	color: #fff;
	font-weight: bold;
	padding: 13px 0px 0px 75px;
}

.casund {
	width: 320px;
}

.tour_price {
	text-align: right;
	padding-right: 15px;
	padding-top: 15px;
	font-size: 15px;
	
}

.tour_price span {
	font-size: 26px;
	font-weight: bold;
	color: #d00000;font-style: oblique;
}


@media screen and (max-width:560px) {
	.tour_lineup {
	width: 90%;
	margin: auto;
	padding:  10px; 
	display: block;
}
.tour_cas {
	width: 90%;
	float: left;
	background-color: #fff;
	align-self: stretch;
	margin:  10px;
}
	
.casund {
	width: 100%;
}

	
}


/*/////////////////////////////　パンくず　////////////////////////////*/

#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;
}
#breadcrumbs li:not(:first-child):before {
	content: ">";
	margin-right: 8px;
}
@media screen and (max-width:767px) {
	#breadcrumbs {
			max-width:auto;
			margin: 0 auto;
			padding: 9px 15px;

			overflow-x: scroll;
			word-break: keep-all;
			white-space: nowrap;
			 -webkit-overflow-scrolling: touch;
	}
}

/*/////////////////////////////　ページTOPボタン　////////////////////////////*/

#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size:15px;
	z-index: 200;
}
#page-top a {
	background:#512E04;
	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: 20px;
	font-size:13px;
	z-index: 200;
}
#page-top a {
	background:#512E04;
	text-decoration: none;
	color: #fff;
	width: 100px;
	padding: 20px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
}
	
}

/*/////////////////////////////　フッター　////////////////////////////*/

#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: 1rem;
  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: 1rem;
  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;
  }
}


/*//////////////////////ポップアップ/////////////////////////////*/




.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;
	width: 75%;
	z-index: 1100;
	background: #fff;
	padding: 2%;
	top: 50%;
	left: 50%;
	color: #000;
	transform: translate(-50%,-50%);
	overflow-y: scroll;}
.sample-popup-content p {
	text-align: center;
}
.sample-popup-close {
	/* ポップアップ内の閉じるボタン */
	position: relative;
	display: inline-block;
	background: #09f;
	color: #fff;
	padding: 0 1em;
	border-radius: 3px;
	cursor: pointer;
	left: 50%;
	transform: translateX(-50%);
}
#sample-popup-switch:checked ~ .sample-popup-background, #sample-popup-switch:checked ~ .sample-popup-box {
	/* ポップアップ･透過背景を閉じる */
	display: none;
}

