@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;
	 font-family:sans-serif;
}
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;
}

p {
  font-family:sans-serif;
}

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

#tabicp_wrapper {
	
}

.tabicp_waku {
	
}

#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) {
.tabicp_waku  {
	background-image: url("../img2025/main_bg_pc.jpg");
	background-size: 100%;
	background-position: top center;
	background-repeat: no-repeat;
}
	
#content_sp {
	width: 100%;
	}

.pc_br {
	display: none;
}

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

.ann_sp {
	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;
}

@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:0.8rem;
        line-height: 1.4;
        width:calc(100% - 110px);
        top:10px;
        right:16px;
    }
    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;
    
    }
}


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


.tabicp_waku {
	
}

.tabicp_main_area {
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	 height: 350px;
}

#area_oki{
	background-image: url("../img2025/bg_area_okinawa.jpg");

}

#area_rito {
	background-image: url("../img2025/bg_area_okinawarito.jpg");

}

#area_hok {
	background-image: url("../img2025/bg_area_hokkaido.jpg");
}

#area_kyu {
	background-image: url("../img2025/bg_area_kyushu.jpg");
}


#area_ama {
	background-image: url("../img2025/bg_area_amami.jpg");
}


#area_chu {
	background-image: url("../img2025/bg_area_chushikoku.jpg");
}


#area_tou {
	background-image: url("../img2025/bg_area_touhokuriku.jpg");
}

#area_kant {
	background-image: url("../img2025/bg_area_kanto.jpg");
}

#area_kans {
	background-image: url("../img2025/bg_area_kansai.jpg");
}


.area_main_img {
	background-color: rgba(0,0,0,0.6);
    height: 350px;
}


.area_main_contents {
	width: 745px;
	margin: auto;
	text-align: center;
	color: #fff;
	padding-top: 60px;
}

.cp_eycatch {
	float: left;
	width: 280px;
	padding-right: 30px;
}


.area_main_txts {
	float: left;
	padding-top: 60px;
}

.area_catch {
	font-size: 20px;
}

.area_tit {
	font-size: 45px;
	padding-top: 20px;
}

.area_eng {
	font-size: 17px;
	padding-top: 20px;
	font-style: italic;
	letter-spacing: 0.1em; /* 文字間隔を広げる */
}



.onecoine_cp {
	width: 1000px;
	margin: auto;
	padding: 30px 0px;
}


@media screen and (max-width:750px) {
	
.tabicp_main_area {
	 height: 500px;
	}
	
.area_main_img {
	background-color: rgba(0,0,0,0.6);
    height: 500px;
}

	
.area_main_contents {
	width: 90%;
	padding-top: 60px;
}

.cp_eycatch {
	float: none;
	width: 280px;
	margin: auto;
	padding-right: 0px;
}

	
.area_catch {
	font-size: 15px;
}

.area_tit {
	font-size: 33px;
	line-height: 1.3em;
}

.area_main_txts {
	float: none;
	padding-top: 30px;
}

	
.onecoine_cp {
	width: 100%;
	margin: auto;
	padding: 0px 0px;
}
	
}


@media screen and (max-width:350px) {
	
	
.top_content {
	height: 530px;
}
	
	


}



/*/////////////////////////////コンテンツ共通////////////////////////////*/


.section_title {
	width: 513px;
	margin: auto;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.5em;
}

.content_lead {
	text-align: center;
	padding-top: 20px;
}

.content_lead span {
	font-size: 20px;
}

.content_lead p {
	font-size: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	line-height: 1.9em;
}


@media screen and (max-width:560px) {
.section_title {
	width: 90%;
	}
	
.content_lead {
     padding-top: 0px;
}
	
.content_lead span {
	font-size: 17px;
}

.content_lead p {
	font-size: 14px;
	padding-top: 15px;
	padding-bottom: 15px;
}
	
}




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



.tabicp_tour_waku {
	background-image:url("../img2025/bg_dot_cas.gif");
	background-repeat: repeat;
}


.casets {
	background-image:url("../img2025/bg_dot_cas.gif");
	background-repeat: repeat;
display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding-top: 30px;
	padding-bottom: 50px;
}





.tour_box{
	padding-bottom: 40px;
	width: 48%;
	margin: 5px;
	background-color: #fff;
	border: #DA3915 1px solid;
}
.tour_box.ro:hover{
	opacity: 1;
	transform: scale(1.01);
}
.tour_box a{
	text-decoration: none;
}
.tour_box h3{
	width:100%;
	
	background-size: 705px;
	height: 218px;
	text-align: center;
	color: #000;
	font-size: 21px;
	font-style: italic;
	font-weight: 900;
	line-height: 1.8em;
	font-feature-settings: "palt";
	letter-spacing: 0.01em;
	display: flex;
	align-items: center;
	justify-content: center;
}

.y_b {background:url("../img2025/cas_tit_bg.gif") no-repeat center top;}

.b_b {background: url("../img2024/bg_cas_tit02.gif") no-repeat center top;}


.tour_box h3 span{
	color: #DA3915;
}
.tour_box h3 div::first-letter,
.tour_box h3 strong{
	font-size: 130%;
	font-style: italic;
	font-weight: 900;
	line-height: 1.5em;
}
.tour_box h3.big{
	height:210px;
	background-size:100%;
	
}

.cas_tit_img {
	background-image: url("../img2025/cas_tit_point.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 95%;
	width: 100%;
	height: 100%;
	display: inline-table;
}

.tour_box .box{
	width: 98%;
	margin: auto;
	/*display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;*/
}
.tour_box .box .tokuten_area{
	width:50%;
	padding: 15px 0 0 0;
}

.tour_box .box .tokuten_area span {
	color:rgba(229,0,3,1.00);
}
.tour_box .box .img_area{	
	width:45%;
	padding-left: 11px;
}
.tour_box .box .img_area .img{
	width: 100%;
	height:auto;
	padding-top: 20px;
}

.tit_inner {
	width: 95%;
	display: table-cell;
  vertical-align: middle;
}

.tour_tit {
	width: 100%;
	text-align: center;
	font-weight: bold;
	padding: 15px 0px 0px 0px;
	font-size: 22px;
	line-height: 1.6em;
	height: 70px;
	display: table;
	color: #DA3915;
	font-style: italic;
	
}

.tour_tit p {
	display: table-cell;
   vertical-align: middle;
	background: linear-gradient(transparent 50%, #ffe800 50%);
	display: inline;	
}


/* tokuten_aera */
.tour_box .tokuten_area ul{
	margin: 0 0 24px 0;
}
.tour_box .tokuten_area li{
	position: relative;
	padding:0 0 0 66px;
	margin-bottom: 20px;
	color: #000;
	font-size: 15px;
	font-weight: 900;
	font-feature-settings: "palt";
	letter-spacing: 0.05em;
	line-height: 1.35;
	text-align: left;
	border-bottom: dotted 1px #000;
	padding-bottom: 15px;
	height: 55px;
}

.tour_box .tokuten_area li p {
	display: table-cell;
  vertical-align: middle;
}

.tour_box .tokuten_area li span {
	color: rgba(229,0,3,1.00);
	font-size: 18px;
}

.tour_box .tokuten_area li {
	display: table;
    width: 75%;
}

.tour_box .tokuten_area li::before{
	content:'';
	position: absolute;
	left:0;
	top:4px;
	background: url("../img2025/point01.gif") no-repeat left top;
	width:85px;
	height:60px;
	background-size: 70%;
}
.tour_box .tokuten_area li:nth-of-type(2)::before{
	background-image: url("../img2025/point02.gif");
	background-size: 70%;
}
.tour_box .tokuten_area li:nth-of-type(3)::before{
	background-image: url("../img2025/point03.gif");
	background-size: 70%;
}
.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_toku {
	width: 100%;
	display: flex;
	justify-content: center;
	flex-direction: row-reverse;
	}

.under_box {
	width: 100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding-top: 10px;
}

.notour {
	opacity: 0.3;
	pointer-events: none;
}

/* img_area */
/*.tour_box .img_area{
	position: relative;
}
.tour_box .img_area ul{
	position: absolute;
	top:5px;
	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: 20px;
	font-weight: bold;
	padding-right: 10px;
}

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

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

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


.price {
	margin: 10px;
	width: 45%;
	padding-bottom: 15px;
	border-bottom: 1px solid #D10000;
}

.price_dep_day {
	display: flex;
}

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

.tour_link {
	width: 45%;
	margin: auto;
}

.tour_link img {
	width: 90%;
}


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

.nolink {
	opacity: 0.5;
}

.nolink_txt {
	font-size: 30px;
	color: rgba(165,0,2,1.00);
	font-weight: bold;
}


@media screen and (max-width:1200px) {
	
	.price_red span {
	font-size: 23px;
	font-weight: bold;
	color: rgba(224,0,3,1.00);
}
	
}


@media screen and (max-width:560px) {
	
.tour_box h3.big{
	height:135px;
	background-size:110%;
	padding-top:0px;
	padding-bottom:0px;
}
	
.tour_tit {
	width: 95%;
	margin: auto;
	text-align: center;
	font-weight: bold;
	padding: 0px;
	font-size: 18px;
	height: auto;
	padding-bottom: 10px;
}


.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: 14px;
		margin-bottom: 15px;
	width: 100%;
	}
	
.tit_inner {
		padding: 10px;
	}
	
	
.img_toku {
	width: 95%;
	display: block;
	}

.under_box {
	width: 90%;
	display: block;
	padding-left: 10px;
}
	
	
.tour_box .box .img_area .img{
	padding-top: 0px;
	width: 100%;
}
	
.tour_box{
		margin-bottom: 30px;
	width: 90%;
	}
	.tour_box .box{
		display: block;
		padding-top: 10px;
	}
	.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;*/
	}
	.tour_box .img_area ul{
		right:0px;
	}
	
.tour_box .tokuten_area li:nth-of-type(2)::before{
	background-size: 100%;
}
.tour_box .tokuten_area li:nth-of-type(3)::before{
	background-size: 100%;
}
	
	.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;
		padding-left: 10px;
	}
	.tour_box .tokuten_area ul{
		margin-bottom: 16px;
	}
	.tour_box .tokuten_area li{
		font-size: 15px;
		padding: 11px 10px 10px 69px;
		margin-bottom: 5px;
		background-size: 70px;
		background-position: 10px 0px;
	}
	.tour_box .tokuten_area li span{
		font-size: 16px;
	}
	.tour_box .tokuten_area li::before{
		content:'';
		position: absolute;
		left:4px;
		top:7px;
		width:64px;
		height:63px;
		background-size: 60px 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;
	}
	
.price {
	width: 85%;
	margin: auto;
}
	
.dep {
	font-size: 15px;
	font-weight: bold;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
}
	
	.price_red {
		padding-left: 15px;
	}

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

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


.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_box .tokuten_area li{
		font-size: 15px;
		padding: 11px 10px 10px 69px;
		margin-bottom: 5px;
		background-size: 70px;
		background-position: 10px 0px;
		width: 77%;
	}
	
.nolink_txt {
	text-align: center;
}

}



/*==================================================
スライダーのためのcss
===================================*/
.slider_mc {/*横幅94%で左右に余白を持たせて中央寄せ*/
   width:94%;
    margin:0 auto;
}


/*slickのJSで書かれるタグ内、スライド左右の余白調整*/

.slider_mc .slick-slide {
    margin:0 10px;
}

/*矢印の設定*/

/*戻る、次へ矢印の位置*/
.slick-prev, 
.slick-next {
    position: absolute;/*絶対配置にする*/
    top: 42%;
    cursor: pointer;/*マウスカーソルを指マークに*/
    outline: none;/*クリックをしたら出てくる枠線を消す*/
    border-top: 2px solid #666;/*矢印の色*/
    border-right: 2px solid #666;/*矢印の色*/
    height: 15px;
    width: 15px;
}

.slick-prev {/*戻る矢印の位置と形状*/
    left: -1.5%;
    transform: rotate(-135deg);
}

.slick-next {/*次へ矢印の位置と形状*/
    right: -1.5%;
    transform: rotate(45deg);
}

/*ドットナビゲーションの設定*/

.slick-dots {
    text-align:center;
  margin:20px 0 0 0;
}

.slick-dots li {
    display:inline-block;
  margin:0 5px;
}

.slick-dots button {
    color: transparent;
    outline: none;
    width:8px;/*ドットボタンのサイズ*/
    height:8px;/*ドットボタンのサイズ*/
    display:block;
    border-radius:50%;
    background:#ccc;/*ドットボタンの色*/
}

.slick-dots .slick-active button{
    background:#333;/*ドットボタンの現在地表示の色*/
}




/*////////////////////スライダー//////////////////////////*/

/*------ スライダーの横幅 ------*/
.slider{
  width:100%;
  margin:0 auto;
}

/*------ スライダー画像 ------*/
.slider img{
	width:100%;
}

/*-------- 高さ調整 ----------*/
.slider .slick-slide{
	height:auto!important;
}

/*---------- 矢印 ----------*/
/*.slider .slick-next{
    right:0!important;
}
.slider .slick-prev{
    left:0!important;
}*/
/*.slider .slick-arrow{
    width: initial!important;
    height: initial!important;
    z-index:2!important;
}
.slider .slick-arrow:before{
    font-size: 30px!important;
}*/




/*////////////////////スライダー//////////////////////////*/

/*------ スライダーの横幅 ------*/
.slider{
  width:100%;
  margin:0 auto;
}

/*------ スライダー画像 ------*/
.slider img{
	width:100%;
}

/*-------- 高さ調整 ----------*/
.slider .slick-slide{
	height:auto!important;
}

/*---------- 矢印 ----------*/
/*.slider .slick-next{
    right:0!important;
}
.slider .slick-prev{
    left:0!important;
}*/
/*.slider .slick-arrow{
    width: initial!important;
    height: initial!important;
    z-index:2!important;
}
.slider .slick-arrow:before{
    font-size: 30px!important;
}*/








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

#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: 100;
}
#page-top a {
	background:#999;
	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;
}

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



footer {
    text-align: left;
    position: relative;
    padding: 0px 0 0 0;
}

footer ul {
    margin: 0 auto;
    padding: 0;
    font-size: 12px;
    line-height: 1.4;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 11px;
    right: 40px;
}

footer li {
    margin: 0 0 0 24px;
    padding: 0;
}

footer .copyright {
    background: #ececec;
    padding: 24px 40px;
    text-align: left;
    margin: 0 auto;
    font-size: 1rem;
}

footer .copyright a {
    color: inherit !important;
    text-decoration: none;
}

footer div {
    color: #fff;
    background: #445289;
    padding: 40px calc(50% - 450px);
    padding: 40px -webkit-calc(50% - 450px);
    display: flex;
    flex-wrap: wrap;
}

footer dl {
    margin: 0 0 0px 0;
    padding: 0;
    display: flex;
    align-items: center;
    width: 100%;
}

footer dd {
    font-size: 13px;
    margin: 0 12px 0 0;
    padding: 0;
}

footer dt {
    margin: 0 16px 0 0;
    padding: 0;
    font-size: 15px;
    font-weight: bold;
}

footer dd a {
    color: #fff !important;
    font-size: 100%;
    vertical-align: baseline;
    text-decoration: none;
    margin: 0;
    padding: 0;
}

footer dd a:hover {
    text-decoration: underline;
}

@media only screen and (max-width: 767px) {
    footer {
        padding: 60px 0 0 0;
    }
    footer ul {
        text-align: center;
        display: block;
        position: static;
    }
    footer li {
        margin: 0;
        padding: 0 15px;
    }
    footer .copyright {
        padding: 15px 20px;
    }
    footer div {
        display: block;
        padding: 20px;
        margin-top: 20px;
    }
    footer dl {
        margin: 0;
        flex-wrap: wrap;
    }
    footer dt {
        width: 100%;
        margin: 0 0 12px 0;
    }
}



br.sp{
  display: none;
}

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

/*////////////////////小さいスマホ用////////////////*/

@media screen and (max-width:360px) {
	
.main_lead {
    font-size: 12px;
}
	
.es_tokuten_cupon {
    height: 272px;
}
	
.shosai_btn {
    width: 84%;
    margin: auto;
    padding-top: 200px;
    padding-left: 10px;
    float: none;
}
	
.tour_box h3.big{
	height:113px;
	background-size:110%;
	padding-top:0px;
	padding-bottom:0px;
}
	
.tour_tit {
	width: 95%;
	margin: auto;
	text-align: center;
	font-weight: bold;
	padding: 0px;
	font-size: 14px;
	height: 40px;
}


.tour_box .box{
	width: 100%;
	margin: auto;
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
}
	
.tour_box .box {
    padding-top: 0px;
}
	
.tour_box h3{
		height: auto;
		background-size: 100% 100%;
		font-size: 12px;
		margin-bottom: 15px;
	width: 100%;
	}
	
.tour_box .tokuten_area li{
		font-size: 12px;
	}
	.tour_box .tokuten_area li span{
		font-size: 14px;
	}
	
}