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

/* body */
body {
  width: 100%;
  margin: auto;
  color: #46413c;
  padding: 0;
  font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO",　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;
}

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


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



/* 共通 */
.section__wrap{
  padding:30px 10px 0;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}


h2{
  margin:auto;
}

h3 {
	margin:10px auto;
	text-align: center;
	font-size: 30px;
	margin-bottom: 40px;
}

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

.text__box{
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.text__box p{
  margin-bottom: 30px;
  text-align: center;
}

.text__box p:last-of-type{
  margin-bottom: 0;
}


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%);
}

.pink__box{
  text-align: center;
  margin-top: 40px;
}

.pink__box p{
  display: inline-block;
  text-align: center;
  border: 2px solid #ff78b7;
  border-radius: 8px;
  padding: 30px;
  box-shadow:4px 4px 0px 0px #ff78b7;
  background-color: #fff;
}

.black__box{
  text-align: center;
  margin-top: 80px;
}

.black__box--inner{
  display: inline-block;
  text-align: center;
  border: 2px solid #333333;
  border-radius: 8px;
  padding: 30px;
  box-shadow:4px 4px 0px 0px #333333;
  background-color: #fff;
}

.pcCont {
    display: block;
}

.spCont {
    display: none;
}

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

  h2{
    margin:10 auto ;
  }

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

  .pink__box p{
    padding: 20px;
  }

  .black__box--inner{
    padding: 20px;
  }
	
	 .pcCont {
        display: none;
    }
    .spCont {
        display: block;
    }
}



/* トップに戻る */
#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;
}


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

#blueskycupon_tour {
	background-color: #fff;
}

#main__visual {
	background-image:url("../img/main_bg02.jpg");
	background-size:1750px;
	background-position: center;
	width: 100%;
	height: 600px;
	background-repeat: no-repeat;
}
#main__visual h1{
	margin: auto;
	padding-top: 40px;
	width: 683px;
}

.pc_main {
	display: block;
}
	
.sp_main {
	display: none;
}

.sp_main_txt {
	display: none;
}

.main_area {
	position: relative;
}

.jal_logo {
	position: absolute;
	top: 20px;
	left: 20%;
}

.bluesky_cupon {
	width: 706px;
	padding-bottom: 20px;
	margin: auto;
}
#main__visual p{
  width: 550px;
}



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

#main__visual {
	background-image:url("../img/main_bg_sp.jpg");
	background-position: center;
	background-size: 500px;
	height: auto;
}
	
  #main__visual h1{
    width: 95%;
	 padding-top: 20px;
  }
	

.bluesky_cupon {
	width: 90%;
	padding-bottom: 20px;
	margin: auto;
}
	
	.pc_main {
		display: none;
	}
	
	.sp_main {
		display: block;
	}

}






/*BLUE SKY JALショッピングクーポン*/


#blueskycupon {
	background-image: url("../img/bluesky_bg02.jpg");
	background-size: 1750px;
	padding-bottom: 30px;
	background-position: center 0px;
	background-repeat: no-repeat;
	height: 600px;
}

#blueskycupon h2 {
	width: 508px;
	text-align: center;
	padding-bottom: 20px;
	padding-top: 30px;
}

#blueskycupon p {
	color: #000;
}

p.catch {
	font-size: 20px;
	text-align: center;
}

.riyoukikan {
	border: 1px solid #000;
	padding: 20px;
	border-radius: 10px;
	color: #E70052;
	font-size: 18px;
	text-align: center;
	width: 480px;
	margin: 10px auto;
}



.sp_br {
	display: none;
}

.bluesky_shop {
	width: 540px;
	margin:20px auto;
}

.bluesky_img {
	float: left;
	padding-right: 20px;
}

.bluesky_riyou_shop {
	float: left;
	font-weight: bold;
	text-align: left;
	padding-top: 8px;
	font-size: 20px;
}

.bluesky_riyou_shop span {
	background-color: #070707;
	color: #fff;
	padding: 10px;
	font-size: 18px;
	margin-right: 20px;
}

.shop_atention {
	font-size: 16px;
	padding-top: 15px;
}

.bluesky_cupon_attention {
	width: 530px;
margin:10px auto;
}

.bluesky_cupon_attention p {
	font-size: 13px;
	text-align: left;
}



@media screen and (max-width:560px) {
	
#blueskycupon {
		background-image: url("../img/bluesky_bg_sp.jpg");
		background-size: 100%;
		height: auto;
	}
	
#blueskycupon h2 {
		width: 90%;
	padding-top: 60px;
}

p.catch {
	font-size: 17px;
	text-align: center;
}

.riyoukikan {
	border: 1px solid #000;
	padding: 10px;
	border-radius: 10px;
	color: #E70052;
	font-size: 15px;
	text-align: center;
	width: 280px;
	margin: 10px auto;
}

	
	.sp_br {
	display: block;
}
	
	
.bluesky_shop {
	width: 360px;
	margin:20px auto;
}
.bluesky_img {	
	float: none;
	padding-right: 20px;
    margin: auto;
    width: 50%;
    padding-bottom: 10px;
	}
	
	.bluesky_cupon_attention {
	width: 360px;
margin:10px auto;
		
}
	
.bluesky_cupon_attention p {
		font-size: 14px;
		line-height: 1.3em;
}
	
}



/*対象商品*/

#tour {
}

#tour h2 {
	color:#fff;
	font-weight: bold;
	text-align: center;
	background-color: #000000;
	padding: 25px 0px;
}

#tour h3 {
	color: #D00003;
	font-weight: bold;
} 
#wakuchin {
	background-color: #E6F9FF;
	padding-bottom: 30px;
}

#newyear {
	background-color: #FFF8D8;
	padding-bottom: 30px;
} 

#chokuzen {
	background-color: #FFE0E0;
	padding-bottom: 30px;
} 


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

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

#plan_area_okinawa {
	background-color: #b90026;
}

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

#plan_area_shikoku {
	background-color: #D1337B;
}

#plan_area_touhoku {
	background-color: #0D4FAD;
}

#plan_area_hokkaido {
	background-color: #089304;
}

#plan_area_kyushu {
	background-color: #C36904;
}

#plan_area_amami {
	background-color: #016C87;
}

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

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

.plan_img {
	padding:10px;
}

.plan_txt {
	padding: 0px 15px 20px 15px;
}

.plan_title {
	text-align: center;
	font-weight: bold;
	color:#AC0002;
	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: 18px;
}
.plan_title a {
	color:#AC0002;
}



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



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

	
  .plan_cas {
	background-color: #fff;
	float: left;
	width:90%;
	margin-bottom: 20px;
}
	
	.plan_img {
	padding: 10px;
}

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

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

	
}

/*笑うたびには福来たるキャンペーン*/

#jata {
	background-image: url("../img/air_main_top.jpeg");
	background-size: 1980px;
	background-position: center 0px;
}

.warautabi_link {
	padding-top: 489px;
	padding-bottom: 20px;
	margin: auto;
	width: 478px;
}



@media screen and (max-width: 560px) {
	
#jata {
	background-image: url("../img/air_main_top.jpeg");
	background-size: 200%;
	background-position: center 0px;
}

.warautabi_link {
	padding-top: 229px;
	padding-bottom: 20px;
	margin: auto;
	width: 100%;
}

}

/*/////////////////////////////　エチケット、感染症対策　////////////////////////////*/




.text {
    font-size: 2.1rem;
    font-weight: bold;
    margin-bottom: 48px;
}




/* etiquette */

#etiquette_cont h2 {
	tcolor:#00467C;
	font-weight: bold;
	text-align: center;	
}

#etiquette_cont {
    width: 100%;
    background-color: #f9f9f9;
    padding: 30px 0;
    margin-bottom: 100px;
}

#etiquette_cont ul {
    max-width: 1320px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

#etiquette_cont ul li {
    text-align: center;
    font-size: 1.6rem;
    line-height: 1.7;
    font-weight: bold;
    margin: 0 4px 30px 0;
    vertical-align: top;
}

#etiquette_cont ul li img {
    display: block;
    margin-bottom: 12px;
}

.etiquette_text {
	text-align: center;
}

@media screen and (max-width:1100px) {
    #safety_cont .safety_box {
        display: block;
    }
    #safety_cont .safety_box div {
        width: 96%;
    }
}

@media screen and (max-width:767px) {
    #etiquette_cont {
        padding: 30px 0;
        margin-bottom: 32px;
    }
    #etiquette_cont .maincopy::before,
    #safety_cont .maincopy::before {
        width: 140px;
        height: 36px;
        position: absolute;
        left: -60px;
        top: -24px;
        background-size: 140px auto;
    }
    .maincopy {
        margin-top: -70px;
    }
    .text {
        font-size: 1.5rem;
        padding: 0 30px;
        margin: 10px 0 30px 0;
    }
    #etiquette_cont ul {
        justify-content: space-between;
        padding: 0 30px;
    }
    #etiquette_cont ul li {
        width: 46%;
        font-size: 1.4rem;
    }
    #etiquette_cont ul li img {
        width: 100%;
        height: auto;
        margin: 0 0 10px 0;
    }
	
	.etiquette_text {
		width: 90%;
		margin: auto;
}
	
}


/* safety */


#safety_cont  h2 {
	tcolor:#00467C;
	font-weight: bold;
	text-align: center;	
}

.safety_text {
	text-align: center;
	margin-bottom: 20px;
}

#safety_cont .safety_box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1320px;
    margin: 0 auto;
}

#safety_cont .safety_box div {
    width: 48%;
    padding: 40px;
    margin: 0 auto 30px auto;
    border: 1px solid #aaa;
    border-radius: 20px;
    text-align: left;
    display: flex
}

#safety_cont .safety_box div h2 {
    color: #0044ab;
    font-size: 3.0rem;
    width: 170px;
    position: relative;
}

#safety_cont .safety_box div h2::after {
    width: 124px;
    height: 124px;
    content: "";
    position: absolute;
    left: 0px;
    top: 52px;
    background: no-repeat left top;
    background-size: 124px auto;
}

#safety_cont .safety_box div h2.plain::after {
    background-image: url(../img/ico01.png);
}

#safety_cont .safety_box div h2.car::after {
    background-image: url(../img/ico02.png);
}

#safety_cont .safety_box div h2.hotel::after {
    background-image: url(../img/ico03.png);
}

#safety_cont .safety_box div h2.kanko::after {
    background-image: url(../img/ico04.png);
}

#safety_cont .safety_box div dl {
    max-width: 69.5%;
    margin-top: 10px;
}

#safety_cont .safety_box div dl dt {
    font-weight: bold;
}

#safety_cont .safety_box div dl dd {
    text-indent: -16px;
    margin-left: 16px;
}

@media screen and (max-width:1100px) {
    #safety_cont .safety_box {
        display: block;
    }
    #safety_cont .safety_box div {
        width: 94%;
    }
}

@media screen and (max-width:767px) {
    #safety_cont .safety_box div {
        padding: 24px 24px;
        display: block;
        margin-bottom: 20px;
        width: 90%;
    }
    #safety_cont .safety_box div h2 {
        width: 100%;
        font-size: 2.4rem;
    }
    #safety_cont .safety_box div h2::after {
        width: 64px;
        height: 64px;
        content: "";
        position: absolute;
        left: auto;
        right: 0;
        top: -7px;
        background: no-repeat left top;
        background-size: 64px auto;
    }
    #safety_cont .safety_box div dl {
        max-width: 100%;
        font-size: 1.4rem;
    }
	
		.safety_text {
		width: 90%;
		margin: auto;
			padding-bottom: 20px;
}
	
}

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

footer {
    text-align: left;
    position: relative;
    padding: 100px 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;
    }
}


/* ページトップ */

#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 15px;
    z-index: 100;
}

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


