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

/* body */
body {
  width: 100%;
  margin: auto;
  color: #46413c;
  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;
}

/*詳細ボタン - まずはお決まりのボックスサイズ算出をborer-boxに */


.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

a.btn-border-shadow--radius {
  border-radius: 100vh;
}
a.btn-border-shadow {
  padding: calc(1.5rem - 12px) 3rem 1.5rem;

  background: yellow;
	width: 200px;
}

a.btn-border-shadow:before {
  position: absolute;
  top: -6px;
  left: -6px;

  width: 100%;
  height: 100%;

  content: "";
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;

  border: 3px solid #000;
  border-radius: 0.5rem;
}

a.btn-border-shadow--radius:before {
  border-radius: 100vh;
}

a.btn-border-shadow:hover {
  padding: calc(1.5rem - 6px) 3rem;
}

a.btn-border-shadow:hover:before {
  top: 0;
  left: 0;
}

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

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

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





/* 共通 */

#maas_monitor_all {
	background-repeat: repeat;
	background-color: #EEFBFF;
}

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

.section__wrap_l{
  padding:10px 0px;
  width: 100%;
  max-width: 950px;
  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;
}

h3.title_okinawa {
	background-image: url("../img/area_tit_bg_okinawa.png");
	background-repeat: no-repeat;
	    height: 50px;
    background-position: 560px;
}






@media screen and (max-width:560px) {
	
	.section__wrap{
  padding:10px 0px;
  width: 100%;
  max-width: 930px;
  margin: 0 auto;
}
	
	h3.title_okinawa {
	background-image: url("../img/area_tit_bg_okinawa.png");
	width: 100%;
	background-repeat: no-repeat;
	height: 50px;
    background-position: 202px center;
}

}

/* 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;
}



.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:0px;
  width: 100%;
  margin: 0 auto;
}
  .section__image{
    margin: 0 auto 40px;
  }

  h2{
    margin:0 auto 40px;
  }

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


}




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

#main__visual {
	background-image:url("../img/bg.jpg");
	background-repeat: no-repeat;
	background-position: center 0px;
	background-size: 1750px;
}

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


.mm_txt {
	text-align: center;
	padding-top: 30px;
}


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

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

	


	.mm_txt {
	text-align: center;
	font-size: 70%;
	color: #000;
		padding: 0px 20px;
}
	
	#main__visual {
	background-image:url("../img/bg.jpg");
	background-size: 970px;
	background-repeat: no-repeat;
	background-position: center 0px;
}
	


  
}

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



#breadcrumbs_h {
	color: #000;
    padding:20px 0px 0px 30px;
    font-size: 12px;
}

#breadcrumbs_h ul {
    margin: 0 auto;
    padding: 0 auto;
    display: flex;
    align-items: center;
}

#breadcrumbs_h li {
    margin: 0 8px 0 0;
    padding: 0;
    font-size: 12px;
    white-space: nowrap;
	color: #000;
}

#breadcrumbs_h a {
    color: #000;
    text-decoration: none;
}

#breadcrumbs_h a:hover {
    color: #000;
    text-decoration: none;
}

#breadcrumbs_h li:not(:first-child):before {
    content: ">";
    margin-right: 8px;
}

@media screen and (max-width: 560px) {
	#breadcrumbs_h {
		width: 300px;
		font-size: 11px;
	}
	
#breadcrumbs_h li {
	float: left;
}
	
	#breadcrumbs_h li {
    margin: 0 8px 0 0;
    padding: 0;
    font-size: 8px;
    white-space: normal;
	color: #000;
}
	
}

/*maas_monitor シナリオ*/

.mm_area_select {
	padding: 30px 0px 40px 70px; 
}

.mm_area_select li {
	float: left;
	width: 382px;
	padding-left: 20px;
}

.area_title_nanjo {
	text-align: center;
	width: 519px;
	margin: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}


.plan_cas {
	float: left;
	width: 415px;
	margin-left: 50px;
	margin-bottom: 20px;
	height: 500px;
	position: relative;
}

.corse_tittxt {
	position: absolute;
    top: 235px;
    left: 20px;
    z-index: 100;
} 

.corse_tit {
	
    font-size: 32px;
	line-height: 1.3em;
	color: #000;
	text-shadow: -2px -2px 0px #fff;
}

.corse_tit_uruma {
	
    font-size: 32px;
	line-height: 1em;
	color: #000;
	text-shadow: -2px -2px 0px #fff;
}

.corse_tit_uruma span {
	font-size: 16px;
}



.plan_img {
	padding-bottom: 20px;
position: relative;
	height: 370px;
}



.plan_txt {
	padding: 10px 15px 20px 0px;
	color: #000;
}



.plan_setsumei p {
	font-size: 12px;
	height: 60px;
}

@media screen and (max-width: 560px) {
	
.mm_area_select {
	padding: 10px 0px 20px 0px; 
}

.mm_area_select li {
	float: left;
	width: 382px;
	padding-bottom: 20px;
}
	

.area_title_nanjo {
	text-align: center;
	width: 90%;
	margin: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}



	
  .plan_cas {
	float: left;
	width:90%;
	margin-bottom: 20px;
	  margin-left: 20px;
	  height: 440px;
}
	
.corse_tittxt {
	position: absolute;
    top: 207px;
    left: 10px;
    z-index: 100;
} 
	
.corse_tit {
	
	line-height: 1.3em;
}
	
.corse_tit_uruma {
	
    font-size: 32px;
	line-height: 1em;
	color: #000;
	text-shadow: -2px -2px 0px #fff;
}

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

	
.plan_img {
		position: relative;
	height: 360px;
}
	
.plan_txt {
    padding: 10px 0px 20px 0px;
}

	
.plan_title p {
	font-size: 20px;
	}
.plan_title a {
	color:#AC0002;
}

.plan_setsumei p {
	font-size: 12px;
	width: 100%;
}

	
}



/*その他と主な共通部分は省略*/

a.btn-border {
  border-radius: 0;
}

a.btn-border:before,
a.btn-border:after {
  position: absolute;

  width: 100%;
  height: 2px;

  content: '';
  -webkit-transition: all .3s;
  transition: all .3s;

  background: #000;
}

a.btn-border:before {
  top: 0;
  left: 0;
}

a.btn-border:after {
  right: 0;
  bottom: 0;
}

a.btn-border:hover:before,
a.btn-border:hover:after {
  width: 0;
}



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


#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;
}


.tour_link {
	padding-bottom: 30px;
}

.tour_link_txt_pc {
	display: block;
	width: 754px;
	margin: 0px auto;
}

.tour_link_txt_sp {
	display: none;
}

.tour_btn {
	width: 576px;
	margin: 0px auto;
}

@media screen and (max-width: 560px) {
	
	#area_timesal h2{
	width: 90%;
	text-align: center;
}
	
	.area_select {
		width: 100%;
}
	.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;
}
	
	
.tour_link_txt_pc {
	display: none;
}

.tour_link_txt_sp {
	display: block;
	width: 330px;
	margin: auto;
}
	
.tour_btn {
	padding-top: 10px;
	width: 350px;
	margin: 0px auto;
}
	
}

/* ページTOP */


#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size:15px;
	z-index: 100;
}
#page-top a {
	background:#125DA2;
	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:#125DA2;
	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;
}
	
}



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

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




/* フッター */
#footer{
  background-color: #445289;
  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;
  }
}
