@charset "UTF-8";
section:nth-of-type(odd){ 
background-color : #fff;
 }
section:nth-of-type(even){background-color:#eeeeee;
}

.fc_red{
	color: #FF0004;
}


.btnone{
	pointer-events: none !important;
	background-color: #868686 !important;
	border: 1px solid #868686 !important;
}

.textlist{
	text-indent: -1em; display: block;
}

body {
font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
font-size: 16px;
color: #000;
background: #F0F5FA;
overflow-x: hidden;
}
@media screen and (max-width: 280px) { /*Galaxy Fold*/
  body {
  font-size: 14px;
  }
}

article{
width: 100%;
/*background-color: #f6efe2;
background-image:  radial-gradient(#fff 1px, transparent 1px), radial-gradient(#fff 2px, #f6efe2 2px);
  background-size: 20px 20px;
  background-position: 0 0,20px 20px;*/

}
section{
  position: relative;
}
.active{
  opacity: 1;
}
a{
  transition: .3s;
}
a:link,
a:visited{
  color: #0952a4;
}
a:hover{
  opacity: 0.7;
}
.t_red {
    color: #e50000;
}

.search_kokunaiBar .serchBox .content_wrap.box_airset,
.search_kokunaiBar .serchBox > ul > li.tab_airset { display: none;}

/* がたつき防止 */
.slider_jrplan,.slider_tabiwa,.slider_special {
  display: none;
}
.slider_jrplan.slick-initialized,
.slider_tabiwa.slick-initialized,
.slider_special.slick-initialized {
  display: block;
}


/*
  common
==================================================== */
@media screen and (min-width: 760px) {  /*PC*/
.pcnone{
	display:none;
}
#container{
  position: relative;
  z-index:1;
}

.inner{
	max-width: 970px;
	width: 97%;
  margin: 0 auto;
}
section{
  margin: 0 auto;
  padding: 60px 0 60px 0;
  
}
	
	.kikan{
		margin: 0 0 30px 0;
		text-align: center;
		background-color: #ab1717;
		color: #ffffff;
		padding: 20px;
		font-size: 24px;
		font-weight: bold;
	}
	
	h2{
		color: #000;
        text-align: center;
        font-size: 26px;
        font-weight: bold;
        line-height: 1.6;
  padding: 0.5em 1em;
  border: 3px solid #00125e;
  box-shadow: 3px 3px 0 0 #00125e;
  position: relative;
		background-color: #ffffff;
		margin: 0 0 30px 0;
	}
	
	h2::before, h2::after {
  content: '';
  height: 0;
  width: 0;
  border: solid transparent;
  position: absolute;
  left: 30px;
}
h2::before {
  border-color: transparent;
  border-top-color: #00125e;
  border-right-color: #00125e;
  border-width: 10px;
  top: 100%;
  left: 26px;
}
h2::after {
  border-color: transparent;
  border-top-color: #fff;
  border-right-color: #fff;
  border-width: 6.5px;
  top: 99%;
}


h4 {
	margin: 20px 0 -10px;
	font-size: 16px;
	color: #0E357F;
	font-weight: bold;
}
	
.titHead{
  padding: 3px;
  color: #000;
  font-size: 28px;
  font-weight: 600;
  display: inline;
  background-image: linear-gradient(rgba(0,0,0,0) 50%, #b7d6f3 50%);
}

/*slider*/
.slick-prev, 
.slick-next {
  position: absolute;
  z-index: 3;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  outline: none;
  width: 36px;
  height: 36px;
}
.slick-prev {
  left:-4%;
  background: url("../images/slider_prev.png");
  background-size:36px; 
}
.slick-next {
  right:-4%;
  background: url("../images/slider_next.png");
  background-size:36px; 
}

/*ドットナビゲーションの設定*/
.slick-dots {
  position: relative;
  z-index: 3;
  text-align:center;
  margin:20px 0 0 0;
}
.slick-dots li {
  display:inline-block;
}
.slick-dots button {
  color: transparent;
  outline: none;
  width:8px;
  height:8px;
  display:block;
  background:#c0cbd6;
  border-radius: 50%;
}
.slick-dots .slick-active button{
  background:#0952a4;
}



}  /*PC*/


@media screen and (max-width: 759.9px) { /*SP*/
	
	#dirPathBlock{
		width: 90%;
    margin: 0 auto 20px;
	}
.spnone{
	display:none;
}
#container{
  position: relative;
  width: 100%;
}
.inner{
  margin: 0 auto;
  width: 95%;
}
section{
  padding: 20px 0 20px 0;
}
	
.kikan{
		margin: 0 0 30px 0;
		text-align: center;
		background-color: #ab1717;
		color: #ffffff;
		padding: 20px;
		font-size: 16px;
		font-weight: bold;
	}
	
	
h2{
		color: #000;
        text-align: center;
        font-size: 18px;
        font-weight: bold;
        line-height: 1.6;
  padding: 0.5em 1em;
  border: 3px solid #00125e;
  box-shadow: 3px 3px 0 0 #00125e;
  position: relative;
		background-color: #ffffff;
		margin: 0 15px 30px;
	}
	
	h2::before, h2::after {
  content: '';
  height: 0;
  width: 0;
  border: solid transparent;
  position: absolute;
  left: 30px;
}
h2::before {
  border-color: transparent;
  border-top-color: #00125e;
  border-right-color: #00125e;
  border-width: 10px;
  top: 100%;
  left: 26px;
}
h2::after {
  border-color: transparent;
  border-top-color: #fff;
  border-right-color: #fff;
  border-width: 6.5px;
  top: 99%;
}


h4 {
	margin: 20px 0 -10px;
	font-size: 14px;
	color: #0E357F;
	font-weight: bold;
}
.titHead{
  padding: 3px 3px 3px 10px;
  color: #000;
  font-size: 1.3em;
  font-weight: 600;
  display: inline;
  background-image: linear-gradient(rgba(0,0,0,0) 50%, #b7d6f3 50%);
}

/*slider*/
.slick-prev, 
.slick-next {
  position: absolute;
  z-index: 3;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  outline: none;
  width: 30px;
  height: 30px;
}
.slick-prev {
  left:-2%;
  background: url("../images/slider_prev.png");
  background-size:30px; 
}
.slick-next {
  right:-2%;
  background: url("../images/slider_next.png");
  background-size:30px; 
}

/*ドットナビゲーションの設定*/
.slick-dots {
  position: relative;
  z-index: 3;
  text-align:center;
  margin:15px 0 0 0;
}
.slick-dots li {
  display:inline-block;
}
.slick-dots button {
  color: transparent;
  outline: none;
  width:10px;
  height:10px;
  display:block;
  background:#c0cbd6;
  border-radius: 50%;
}
.slick-dots .slick-active button{
  background:#0952a4;
}


}  /*SP*/









/*
  header
==================================================== */

@media screen and (min-width: 760px) {  /*PC*/

header{
  background:#fff;
}
#headInBox{
  max-width: 970px;
  margin:0 auto;
  padding-top: 10px;
  display:flex;
  justify-content: space-between;
  align-items: center;
}

/*title*/
header h1{
  margin: 0;
  padding: 0;
  display:flex;
  align-items: center;
}
header h1 .logo_tabiwa{
  width: 100px;
  height: 100px;
  margin-right: 30px;
}
header h1 .title_tabiwa{
  width: 270px;
  padding-top: 12px;
}
header h1 img{
  width: 100%;
  height: auto;
}

.head_memberlink{
  display:flex;
  align-items: center;
}
.head_memberlink li a{
  display:block;
  padding:10px 20px;
  border:solid 1px #c0cbd6;
  border-radius: 5px;
  text-align: center;
}
.head_memberlink li a:hover{
  color: #fff;
  border:solid 1px #0952a4;
  background: #0952a4;
  opacity: 1;
}
.head_memberlink li:first-child{
  margin-right: 20px;
}


}  /*PC*/


@media screen and (max-width: 759.9px) {  /*SP*/

header{
  background:#fff;
  font-size: 14px;
}
#headInBox{
  width: 100%;
  padding:20px 10px 10px 5px;
  display:flex;
  justify-content: space-between;
  align-items: center;
}

/*title*/
header h1{
  margin: 0;
  padding: 0;
  display:flex;
  justify-content: flex-start;
  align-items: center;
}
header h1 .logo_tabiwa{
  width: 60px;
  margin-right: 10px;
}
header h1 .title_tabiwa{
  width: 60%;
  max-width: 264px;
  padding-top: 10px;
}

.head_memberlink{
  display:flex;
  align-items: center;
}
.head_memberlink li a{
  display: block;
  padding:10px;
  border:solid 1px #c0cbd6;
  border-radius: 5px;
  text-align: center;
  white-space: nowrap;
  font-size: 0.9em;
}
.head_memberlink li:first-child{
  margin-right: 10px;
}



}  /*SP*/





/*
  title
==================================================== */

@media screen and (min-width: 760px) {  /*PC*/
#title{
	width:100%;
	background:#fff url(../images/bg.jpg) no-repeat 50% 50%;
	background-size: cover;
	text-align:center;
	max-height:500px;

}

	#title img{
		width: 100%;
		max-width: 950px;
		max-height:500px;
	}

#title h2{
margin:0 auto;
padding:0;
max-width: 950px;
text-align: right;
}
#title h2 img{
margin:0;
padding:0 0;
max-width: 950px;
}
}


@media screen and (max-width: 759.9px) {  /*SP*/
#title{
	position:relative;
	background:#000;
	text-align:center;
	overflow:hidden;
	padding:0 0 0;
    margin:0 auto;
	max-width: 1000px;
}
#title img{
width: 100%;
height: auto;
}
}



/*
  navi
==================================================== */

@media screen and (min-width: 760px) {  /*PC*/
#navi{
	text-align:center;
	padding:20px 0 20px;
    background: #ab1717;
    
}
	
	#navi ul{
		display: flex;
		justify-content: center;
		max-width: 1200px;
		margin: 0 auto;
	}
	

#navi li{
	        width: 25%;
        letter-spacing: normal;
        font-size: 18px;
        font-weight: bold;
        padding: 20px 30px 20px;
        color: #FFF;
        border-right: 1px solid #fff;
        display: flex;
        justify-content: center;
        align-items: center;

}
#navi li.coupon{
	display:inline-block;
	letter-spacing:normal;
    font-size: 20px;
    font-weight: bold;
    padding:10px 20px 30px;
    color: #fff;
    height:20px;
    border-right:1px solid #fff;
}
#navi li:first-child{
    border-left:1px solid #fff;
}
#navi li:last-child{
}
#navi li a{
	display:block;
	color: #fff;
}

#navi li:nth-of-type(1){
}

#navi li a:hover{
	transition: 0.2s ;
	opacity: 0.5 ;
	text-decoration:none!important
}
#navi .caption {
    max-width: 950px;
    margin: 0 auto 20px;
    text-align: right;
    color: #fff;
    letter-spacing: -0.1em;
    font-size: 11px;
}


}


@media screen and (max-width: 759.9px) {  /*SP*/
#navi{
    background: #ab1717;
    text-align:center;
	letter-spacing:-0.4em;
	padding:0;
	display:table;
	width:100%;
    
}
    #navi ul {
        display:flex;
        justify-content: space-between;
        margin:0 0px;
		flex-wrap: wrap;
    }
#navi li{
	display: inline-block;
        letter-spacing: normal;
        border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff; 
        font-size: 13.5px;
        font-weight: bold;
        padding: 1rem 1rem 1rem 1rem;
        /* background: url(../images/navi_line.png) no-repeat right; */
        background-size: 3px 30px;
        color: #fff;
        /* vertical-align: middle; */
        width: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}
	
#navi li:nth-of-type(2) ,
#navi li:nth-of-type(4) {
	 border-right: none !important;
}
	
/*
#navi li:last-of-type{
   width: 100%;
	border: none !important;
}*/

#navi li a{
    padding:0;
	display:block;
	/*color: #004f8e;*/
    color:#fff;
    line-height:1.2;
}
/*
#navi li:nth-of-type(1){
	border-left:1px solid #fff;
}*/

#navi li a:hover{
	transition: 0.2s ;
	opacity: 0.5 ;
	text-decoration:none!important
}
#navi .caption {
    width: 100%;
    margin: 0 auto 20px;
    padding-right: 10px;
    text-align: right;
    color: #fff;
    letter-spacing: -0.1em;
    font-size: 11px;
}

}



.r_underline{
	text-decoration: underline;
	color: #FF0004;
}


.mb0{
	margin-bottom: 0 !important;
}

/*
 メイン
==================================================== */
@media screen and (min-width: 760px) {  /*PC*/

	.introbox{
		padding: 20px;
		font-size: 16px;
		background-color: #FFFDCE;
		font-weight: bold;
		line-height: 1.8;
		margin: 10px 0 40px 0;
	}
	
	.introbox2{
		
		background-color: #FFF;
		margin: 10px 0 20px 0;
		border: 2px solid #ab1717;
	}
	.introbox2in{
		padding: 20px;
		font-size: 16px;
		background-color: #FFF;
		font-weight: bold;
		line-height: 1.8;
		
	}
	
	
	.introbox2 .introtit{
		display: block;
		color: #ffffff;
		background-color: #ab1717;
        text-align: center;
        font-size: 24px;
        font-weight: bold;
        line-height: 1.6;
  padding: 15px;
  border: 3px solid #ab1717;
  
  position: relative;
		
		margin: 0 0px 0px;
	}
	

	.introbox2 .introtit2{
		font-size: 24px;
		display: block;
		margin: 0 0 20px 0;
	}
	
	.introbox span,
	.introbox2 span{
		font-weight: normal;
	}
	
	.lunchbox,
	.flexbox{
		display: flex;
		justify-content: space-around;
		
	}
	
	.lunchimg,
	.flex_img{
		width: 48%;
		max-width: 400px;
		margin: 0 0 0 0;
	}
	
	.lunchimg span,
	.flex_img span{
		font-size: 14px;
		display: block;
		text-align: right;
		margin: 5px 0 0 0;
	}
	
	.lunchimg img,
	.flex_img img{
		width: 100%;
	}
	
	.lunchlist,
	.flex_txt{
		width: 48%;
		
	}
	
	.lunchlist ul{
		list-style: disc;
		margin: 0 0 10px 0;
	}
	
	.lunchlist ul li{
		margin: 0 0 0 20px;
		list-style: disc;
		font-size: 16px;
	}
	
	.lunchlist p{
		font-size: 14px;
	}
	
	h3{
		text-align: center;
		padding: 15px 15px;
		color: #ffffff;
		background-color: #00125e;
		font-size: 18px;
		margin: 30px 0 30px 0;
	}
	.att{
		padding: 15px 15px; 
		font-size: 16px;
		line-height: 1.8;
		background-color: #ffffff;
		border: 2px solid #FD0004; 
		margin: 40px 0 40px 0;
	}
	
	.txtbox{
		text-align: center;
		font-size: 20px;
		font-weight: bold;
		margin: 20px 0 0 0;
	}
	
	.bannersolo{
		max-width: 400px;
		margin: 30px auto 0;

	}
	
	.bannersolo img{
		width: 100%;
	}
	

.attention {
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 30px;
	padding: 20px;
	border: 2px #F00 solid;
	text-align: left;
	background: #FFF;
}
	

.message {
	width: 650px;
	margin: 70px auto 50px;
	font-size: 200%;
	text-align: center;
	background: #EBEBEB;
	padding: 80px 0;
	border-radius: 0.5em;
}

.message02 {
	width: 750px;
	margin: 30px auto;
	font-size: 18px;
    color: #FF0000;
	text-align: center;
	background: #FCE9DF;
	padding: 40px 20px;
	border-radius: 0.5em;
	line-height: 1.6;
}


.righttxt{
	text-align: right;
	margin: 10px 0 20px 0;
	clear: both;
	font-size: 14px;
}
	

.textLeft {
	font-size: 16px;
	text-align: left;
}

.textCenter {
	font-size: 16px;
	text-align: center;
}

.textRight {
	font-size: 16px;
	text-align: right;
}
.textRed {
	color: #cc0000;
}

	

.infoBox {
  position: relative;
  padding: 6px;
  background-image: -webkit-linear-gradient(315deg, #704308 0%, #ffce08 40%, #e1ce08 60%, #704308 100%);
  background-image: linear-gradient(135deg, #704308 0%, #ffce08 40%, #e1ce08 60%, #704308 100%);
  overflow:hidden;
	margin: 20px 0 20px 0;
}

.infoBox .infoboxin {
  display: block;
  padding: 20px;
  background: #fff;
  overflow:hidden;
}
	
	.pre_box{
		display: flex;
		justify-content: center;
		align-items: stretch;
		margin: 20px 0 0 0;
	}
	
	.pre_box li{
		width: 30%;
		padding: 20px;
		margin: 0 2% 0 2%;
		border: 4px solid #ab1717; 
		text-align: center;
	}
	
	.pre_box li strong{
		font-size: 18px !important; 
		display: block; 
		margin: 0px 0 10px 0;
		padding: 0 0 10px 0;
		border-bottom: dotted #ab1717 2px; 
	}
	

.infoBox .infoboxin .photo {
	float: left;
	margin-right: 10px;
}

.infoBox .infoboxin .photo img {
  width: 400px;
  height: auto;
}

.infoBox .infoboxin .detail {
	width: 100%;
    font-size: 123.1%;
	line-height: 1.5;
	text-align: center;
}

.infoBox .infoboxin .detail strong{
	font-size: 24px;
}

.infoBox .infoboxin .detail small{
	font-size: 16px;
}

	

/* =========================================================
◆料金
========================================================= */
.priceBox {
	margin: 30px 0 30px 0;
	text-align: center;
} 

.priceBox img {
    width: 910px;
    margin: 0 20px 0;
}
ul.priceList {
	width: 900px;
	margin: 0 auto;
	padding: 0;
	font-size: 16px;
	line-height: 1.4;
	list-style: none;
	font-weight: bold;
}
ul.priceList li {
	text-indent: -1em;
	margin-left: 1em;
	margin-bottom: 5px;
}
.carbonBnr {
	margin: 30px auto 0;
	font-size: 14px;
	text-align: center;
	line-height: 1.6;
	
}
	
	.carbonBnr a{
		display: block;
		max-width: 640px;
		margin: 0 auto;
	}
	
	.carbonBnr img{
		
		width: 100%;
	}

/* =========================================================
◆行程
========================================================= */
.itineraryBox {
	border: 1px solid #CCC;
	background: #FFF;
    margin: 0 0px 15px;
    padding: 15px 15px;
    font-size: 18px;
	line-height: 2.0;
} 

.itineraryBox img {
	vertical-align: middle;
	padding: 0 5px 3px;
}

.itineraryBox span {
	font-size: 14px;
}
	
	.itineraryBoxtit{
		background-color: #009BFF;
		color: #ffffff;
		padding: 5px 10px;
		font-size: 18px;
		font-weight: bold;
		
	}

ul.infoList {
	list-style: disc;
	font-size: 16px;
	    line-height: 1.8;
    margin: 15px 0 30px 0;
	padding: 0 0 0 25px;
}
ol.infoList2 {
	list-style:circle;
	margin: 10px 0 10px;
	padding: 0 0 0 25px;
	font-size: 16px;
	line-height: 1.8;
}
	

ul.infoList3 {
	list-style:decimal;
	font-size: 16px;
	    line-height: 1.8;
    margin: 15px 0 30px 0;
	padding: 0 0 0 25px;
}


ul.infoList4 {
	list-style: none;
	font-size: 16px;
	    line-height: 1.8;
    margin: 15px 0 30px 0;
	padding: 0 0 0 0px;
}

/* =========================================================
◆ツアーならではの体験
========================================================= */
ul.taikenList {
    padding: 0;
	font-size: 123.1%;
	line-height: 1.4;
}

ul.taikenList li {
	list-style: none;
	line-height: 1.4;
	padding: 10px;
    text-align: left;
    border-bottom: #666666 2px dotted;
    display: inline-block;
    width: 930px;
    margin: 0 10px;
}
ul.taikenList li.nobdr {
    border-bottom: none;
}
ul.taikenList li ul {
	width: auto;
	margin: 0;
	padding: 0;
}
ul.taikenList li li {
    border-bottom: none;
    display: block;
    width: auto;
    margin: 0;
	padding: 0 0 5px;
	text-indent: -1em;
	margin-left: 1em;
}

ul.taikenList img {
	float: right;
	margin-left: 10px;
	width: 240px;
	height: auto;
}

ul.taikenList span {
	font-size: 140%;
    font-weight: bold;
    color: #FF0000;
}

ul.taikenList p {
	font-size: 90%;
    margin-left: 10px;
}

ul.taikenList div {
	margin-top: 20px;
}
	

/* =========================================================
◆photoswipe
========================================================= */
figure {
	position: relative;
	margin-top: 20px;
}

figure img {
	width: 100%;
}

figure:hover:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: 100px;
	height: 100px;
	display: block;
	z-index: 99;
	background: url(../images/ic_zoom.png) no-repeat;
	background-size: 100% auto;
}

/* =========================================================
◆slide
========================================================= */
.slide-wrap {
  width: 100%;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
	justify-content: flex-start;
}

.slide-box {
          width: 31.2%;
        padding: 10px;
        word-break: break-all;
        background-color: #ffffff;
        border: 3px solid #00125e;
        margin: 0 10px 20px 10px;
}
/*
.slide-box:nth-child(4n){
  margin-right: 0;
}

.slide-box:nth-child(-n+4){
  margin-top: 0;
}*/

.slide-box img {
  display: block;
  height: auto;
  width: 100%;
}

	.boxtit{
		margin: 0 0 10px 0;
		font-size: 18px;
		text-align: center;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	
.slide-box p {
  font-size: 16px;
}

.slide-box p span {
	font-weight: bold;
}

.slide-box p.point {
	background: #FCE9DF;
	padding: 10px;
	margin-top: 10px;
	line-height: 1.4;
}

.slide-box p.point span {
	color: #F00;
}

.slide-box .detail dl {
	font-size: 123.1%;
	line-height: 1.4;
	margin: 0;
	padding: 6px 0;
	border-bottom: 1px dotted #333;
}

.slide-box .detail dl span {
	font-size: 80%;
}

.slide-box .detail dt {
	clear: left;
	float: left;
	width: 30%;
	font-weight: bold;
}

.slide-box .detail dd {
	margin-left: 30%;
}

.slide-box .detail dl:last-child {
	border-bottom: none;
}

.slide-box p.heed {
	font-size: 123.1%;
	background: #FFF;
	margin: 5px 0;
}


.slide-box2 {
  width: 25%;
  padding: 10px 14px;
}

.slide-box2:nth-child(5n){
  margin-right: 0;
}

.slide-box2:nth-child(-n+5){
  margin-top: 0;
}

.slide-box2 img {
  display: block;
  height: auto;
  width: 100%;
}

.slide-box2 p {
  font-size: 153.9%;
  font-weight: bold;
  margin: 0;
  margin: 5px 0;
}

.slide-box2 p span {
	font-weight: bold;
}

.slide-box2 .Btn {
	overflow: hidden;
	width: 100%;
	height: 60px;
	margin:0 auto;
	border-radius: 4px;        /* CSS3草案 */  
    -webkit-border-radius: 4px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 4px;   /* Firefox用 */
	font-size: 153.9%;
	font-weight: bold;
	margin-bottom: 30px;
}

.slide-box2 .Btn a {
	display: block;
	position: relative;
	text-align: center;
	background: #F60;
	color: #fff;
	line-height: 60px;
	text-decoration :none;
}

.slide-box2 .Btn a:hover {
	background: #F30;        /* マウスオーバーカラー */  
}

.slide-box2 .Btn a:before {        /*白いひし型 */  
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 15px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	background: #fff;
}

.slide-box2 .Btn a:after {        /*バックグラウンドと同じ色のひし型をずらして「before要素」を隠す */  
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 10px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	background: #F60;
}

.slide-box2 .Btn a:hover:after {        /*「after要素」のマウスオーバー（カラーを合わせる） */  
	background: #F30;
}

.slide-box2 .Btn_gray {
	overflow: hidden;
	width: 100%;
	height: 60px;
	padding-top: 12px;
	border-radius: 4px;        /* CSS3草案 */  
    -webkit-border-radius: 4px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 4px;   /* Firefox用 */
	font-size: 123.1%;
	display: block;
	position: relative;
	text-align: center;
	background: #666;
	color: #FFF;
	text-decoration :none;
}

.slide-box2 .Btn_gray:before {        /*白いひし型 */  
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 15px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	background: #fff;
}

.slide-box2 .Btn_gray:after {        /*バックグラウンドと同じ色のひし型をずらして「before要素」を隠す */  
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 10px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	background: #666;
}
	
	.btnarea{
		margin: 40px 0 0 0;
	}
	
	.btnarea2{
		margin: 30px 0 30px 0;
	}
   
	.endarea{
		margin: 40px 0 0 0;
		background: #FFFCD2;
	padding: 20px; 
		
	}
	
	.endarea p{
		text-align: center;
		font-weight: bold;
		color: #FF0004;
		font-size: 16px;
	}
  
    /*ボタン通常*/
	
	.camp_btnL{
		width: 80% !important;
		margin: 0 auto !important;
		max-width: 970px !important;
	}
.camp_btn{
	
	display: block;
  width: 100%;
  max-width: 400px; /* ボタン幅 */
margin:0 auto;
  position: relative;
  background: #00125e; /* 背景色 */
  border: 2px solid #00125e;
  padding: 1em 2em;
  font-weight: bold;
  color: #fff !important; /* 文字色 */
  text-decoration: none;
  text-align: center;
  transition-duration: 0.3s;
	border-radius: 20px;
	font-size: 20px;
	
}
	
.camp_btn::after {
	 content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: 2px solid #fff; /* 矢印の色 */
  border-right: 2px solid #fff; /* 矢印の色 */
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 25px;
  margin-top: -6px;
}	

.camp_btn:hover {
    opacity: 0.8;
}
.camp_btn i {
    float: right!important;
    position: absolute;
    right: 15px;
    top:35%;
}
.camp_btn a,
.camp_btn a:hover {
    text-decoration: none!important;
    display: block;
    color: #fff;
}

}  /*PC*/


@media screen and (max-width: 759.9px) {  /*SP*/
	
	.introbox{
		padding: 20px;
		font-size: 14px;
		background-color: #FFFDCE;
		font-weight: bold;
		line-height: 1.5;
		margin: 10px 0 40px 0;
	}
	
	.introbox2{
		
		background-color: #FFF;
		margin: 10px 0 20px 0;
		border: 2px solid #ab1717;
	}
	.introbox2in{
		padding: 20px;
		font-size: 14px;
		background-color: #FFF;
		font-weight: bold;
		line-height: 1.8;
		
	}
	
	
	.introbox2 .introtit{
		display: block;
		color: #ffffff;
		background-color: #ab1717;
        text-align: center;
        font-size: 18px;
        font-weight: bold;
        line-height: 1.6;
  padding: 15px;
  border: 3px solid #ab1717;
  
  position: relative;
		
		margin: 0 0px 0px;
	}
	
	.introbox2 .introtit2{
		font-size: 18px;
		margin: 0 0 20px 0;
		display: block;
	}
	
	.introbox span,
	.introbox2 span{
		font-weight: normal;
	}
	
	/*.lunchbox{
		display: flex;
		justify-content: space-around;
		
	}*/
	
	.lunchimg,
	.flex_img
	{
		width: 100%;
		max-width: 400px;
		margin: 0 auto 20px;
	}
	
	.lunchimg img,
	.flex_img img
	{
		width: 100%;
	}
	
	.lunchimg span,
	.flex_img span
	{
		font-size: 14px;
		display: block;
		text-align: right;
		margin: 5px 0 0 0;
	}
	
	.lunchlist,
	.flex_txt{
		width: 100%;
		
	}
	
	.lunchlist ul{
		list-style: disc;
		margin: 0 0 10px 0;
	}
	
	.lunchlist ul li{
		margin: 0 0 0 20px;
		list-style: disc;
		font-size: 16px;
	}
	
	.lunchlist p{
		font-size: 14px;
	}
	
	h3{
		text-align: center;
		padding: 15px 15px;
		color: #ffffff;
		background-color: #00125e;
		font-size: 18px;
		margin: 30px 0 30px 0;
	}
	
.att{
		padding: 10px 10px;
        font-size: 14px;
        line-height: 1.8;
        background-color: #ffffff;
        border: 2px solid #FD0004;
        width: 92%;
        margin: 30px auto 30px;
	}
	
	.txtbox{
		text-align: center;
		font-size: 14px;
		font-weight: bold;
	}
	
	.bannersolo{
		max-width: 400px;
		margin: 30px auto 0;

	}
	
	.bannersolo img{
		width: 100%;
	}
	

p.text {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	margin: 5% 0 2% 0;
}

.attention {
	font-size: 14px;
	width: 96%;
	margin: 2% 2% 5% 2%;
	border: 2px #F00 solid;
	padding: 2%;
	background: #FFF;
}

.borderBox {
	display: inline-block;
	padding: 4% 5%;
	border: solid 3px #1048e0;
	position: relative;
	font-size: 123.1%;
}

.borderBox:after {
	content: "";
	border: solid 1px #1048e0;
	position: absolute;
	top: 3px;
	left: 3px;
	width: calc(100% - 6px);
	height: calc(100% - 6px);
}

.borderBox strong {
    background: linear-gradient(transparent 60%, #ffff66 0%);
    display: inline-block;
}

.bgblueBox {
	padding: 10px 15px;
	background: #CCF5F5;
}
.borderBox2 {
	padding: 15px;
	border: 1px solid #000;
}
.borderBox2 p {
	margin: 0;
	padding: 0;
	font-size: 123.1%;
	line-height: 1.4;
}

.message {
	width: 80%;
	margin: 4% 10%;
	font-size: 16px;
	text-align: center;
	background: #EBEBEB;
	padding: 8% 0;
	border-radius: 0.5em;
}

.message02 {
	width: 90%;
	margin: 4% 5%;
	font-size: 16px;
    color: #FF0000;
	text-align: center;
	background: #FCE9DF;
	padding: 5%;
	border-radius: 0.5em;
	line-height: 1.6;
}

.righttxt{
	text-align: right;
	margin: 10px 0 20px 0;
	clear: both;
	font-size: 12px;
}	
	
.textLeft {
	font-size: 14px;
	text-align: left;
}

.textCenter {
	font-size: 14px;
	text-align: center;
}

.textRight {
	font-size: 14px;
	text-align: right;
}
.textRed {
	color: #cc0000;
}
	

.infoBox {
  position: relative;
  padding: 1%;
  background-image: -webkit-linear-gradient(315deg, #704308 0%, #ffce08 40%, #e1ce08 60%, #704308 100%);
  background-image: linear-gradient(135deg, #704308 0%, #ffce08 40%, #e1ce08 60%, #704308 100%);
  overflow:hidden;
  margin-bottom: 5%;
	margin-top: 5%; 
}

.infoBox .infoboxin {
  display: block;
  padding: 3%;
  background: #fff;
  overflow:hidden;
}

.pre_box{

		margin: 20px 0 0 0;
	}
	
	.pre_box li{
		padding: 20px;
		margin: 0 2% 20px 2%;
		border: 4px solid #ab1717; 
		text-align: center;
	}
	
	.pre_box li strong{
		font-size: 18px !important; 
		display: block; 
		margin: 0px 0 10px 0;
		padding: 0 0 10px 0;
		border-bottom: dotted #ab1717 2px; 
	}
		

.infoBox .infoboxin .photo {
	text-align: center;
	margin: 0 auto;
	padding-bottom: 2%;
}

.infoBox .infoboxin .photo img {
  width: 100%!important;
}

.infoBox .infoboxin .detail {
    font-size: 123.1%;
	line-height: 1.5;
	text-align: center;
}


.infoBox .infoboxin .detail strong{
	font-size: 18px;
}

.infoBox .infoboxin .detail small{
	font-size: 14px;
}


/* =========================================================
◆料金
========================================================= */
.priceBox {
	text-align: center;
    width: 98%!important;
    margin: 20px auto 2%;
	max-width: 700px;
}

	.priceBox img{
		width: 100%;
	}
ul.priceList {
	width: 98%!important;
	margin: 0 auto;
	padding: 0;
	font-size: 14px;
	line-height: 1.4;
	list-style: none;
	font-weight: bold;
}
ul.priceList li {
	text-indent: -1em;
	margin-left: 1em;
	margin-bottom: 5px;
}
.carbonBnr {
	margin: 30px 0 0;
	font-size: 14px;
	text-align: center;
	line-height: 1.6;
}
	
	.carbonBnr a{
		display: block;
		margin: 0 auto;
		max-width: 640px;
	}
	
	.carbonBnr a img{
		width: 100%;
	}

	

/* =========================================================
◆行程
========================================================= */
.itineraryBox {
	border: 1px solid #CCC;
	background: #FFF;
    margin: 0 0 4%;
    padding: 2%;
    font-size: 16px;
	line-height: 2.0;
} 
	
.itineraryBoxtit{
		background-color: #009BFF;
		color: #ffffff;
		padding: 5px 10px;
		font-size: 16px;
		font-weight: bold;
		
	}

.itineraryBox img {
	vertical-align: middle;
	padding: 0 3% 2%;
}

.itineraryBox span {
	font-size: 12px;
}

ul.infoList {
	list-style: disc;
	margin: 15px 0 15px 24px;
	font-size: 14px;
	line-height: 1.4;
}
ol.infoList2 {
	list-style: decimal;
	margin: 10px 0 15px 24px;
	font-size: 14px;
	line-height: 1.4;
}
	

ul.infoList3 {
	list-style: decimal;
	margin: 15px 0 15px 24px;
	font-size: 14px;
	line-height: 1.4;
}
	

ul.infoList4 {
	list-style: none;
	margin: 15px 0 15px 0px;
	font-size: 14px;
	line-height: 1.4;
}

/* =========================================================
◆ツアーならではの体験
========================================================= */
ul.taikenList {
    padding: 0;
	font-size: 123.1%;
	line-height: 1.4;
}

ul.taikenList li {
	list-style: none;
	line-height: 1.4;
	margin: 0 auto 5%;
	padding: 2% 1% 5%;
    text-align: left;
    border-bottom: #666666 2px dotted;
/*    display: inline-block;*/
	display: block;
    width: 98%;
}
ul.taikenList li.nobdr {
	border: none;
}
ul.taikenList li ul {
	width: auto;
	margin: 0;
	padding: 0;
}
ul.taikenList li li {
    border-bottom: none;
    display: block;
    width: auto;
    margin: 0;
	padding: 0 0 5px;
	text-indent: -1em;
	margin-left: 1em;
}

ul.taikenList img {
/*	float: right; */
	display: block;
	margin-left: 0; /* 10px */
	margin-bottom: 15px;
	width: 100%;
	height: auto;
}

ul.taikenList span {
	font-size: 120%;
    font-weight: bold;
    color: #FF0000;
}

ul.taikenList p {
	font-size: 90%;
    margin-left: 2%;
}

/* =========================================================
◆photoswipe
========================================================= */
figure {
	position: relative;
	margin-top: 2%;
}

figure img {
	width: 100%;
	height: auto;
	padding: 0 2%;
}

figure:hover:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: 60px;
	height: 60px;
	display: block;
	z-index: 99;
	background: url(../images/ic_zoom.png) no-repeat;
	background-size: 100% auto;
}

*, *:before, *:after {
	box-sizing: border-box;
}

	
/* =========================================================
◆slide
========================================================= */
.slide-wrap {
	background: rgba(255,255,255,0); /*背景白を透過*/
	display: flex;
	margin: 0 auto;
	width: 100%;
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
}

.slide-box {
	margin:0 5% 0 0;
    flex: 0 0 80%;
	text-align: center;
	word-break: break-all;
	max-width: 400px;
	background-color: #ffffff;
	border: 3px solid #00125e;
	padding: 10px;

}

.slide-box img {
	padding: 2% 0;
	width: 100%;
}
	
.boxtit{
		margin: 0 0 10px 0;
		font-size: 18px;
		text-align: center;
		display: flex;
		justify-content: center;
		align-items: center;
	}


.slide-box p {
	text-align: left;
	font-size: 16px;
	padding-top: 2%;
}

.slide-box p span {
	font-weight: bold;
}

.slide-box p.point {
	background: #FCE9DF;
	padding: 2%;
	margin-top: 1%;
}

.slide-box p.point span {
	color: #F00;
}

.slide-box p.detail {
	line-height: 1.5;
	font-size: 16px;
}

.slide-box .detail dl {
	font-size: 16px;
	line-height: 1.5;
	padding: 2% 0;
	border-bottom: 1px dotted #333;
	text-align: left;
}

.slide-box .detail dl span {
	font-size: 14px;
}

.slide-box .detail dt {
	clear: left;
	float: left;
	width: 30%;
	font-weight: bold;
}

.slide-box .detail dd {
	margin-left: 30%;
}

.slide-box .detail dl:last-child {
	border-bottom: none;
}

.slide-box p.heed {
	font-size: 123.1%;
	background: #FFF;
	margin: 3% 0;
}

.slide-box2 {
	margin: 1% 3% 0 0;
    flex: 0 0 50%;
	text-align: center;
}

.slide-box2 p {
	text-align: left;
	font-size: 16px;
	padding: 2% 0;
}

.slide-box2 p span {
	font-weight: bold;
}

.slide-box2 .Btn {
	overflow: hidden;
    width: 98%;
	margin: 0 1%;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    font-size: 123.1%;
    font-weight: bold;
    display: block;
    position: relative;
    text-align: center;
    color: #333;
    text-decoration: none;
}

.slide-box2 .Btn a {
	display: block;
	position: relative;
	text-align: center;
	background: #F60;
	color: #fff;
	text-decoration :none;
	padding: 8% 5%;
}

.slide-box2 .Btn a:hover {
	background: #F30;        /* マウスオーバーカラー */  
}

.slide-box2 .Btn a:before {        /*白いひし型 */  
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 10px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	background: #fff;
}

.slide-box2 .Btn a:after {        /*バックグラウンドと同じ色のひし型をずらして「before要素」を隠す */  
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 5px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	background: #F60;
}

.slide-box2 .Btn a:hover:after {        /*「after要素」のマウスオーバー（カラーを合わせる） */  
	background: #F30;
}

.slide-box2 .Btn_gray {
	overflow: hidden;
    width: 98%;
	margin: 0 1%;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    font-size: 123.1%;
    display: block;
    position: relative;
    text-align: center;
    color: #fff;
    text-decoration: none;
	background: #666;
	padding: 8% 5%;
}

.slide-box2 .Btn_gray:before {        /*白いひし型 */  
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 10px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	background: #fff;
}

.slide-box2 .Btn_gray:after {        /*バックグラウンドと同じ色のひし型をずらして「before要素」を隠す */  
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 5px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	background: #666;
}
	
	.btnarea{
		margin: 40px 0 20px 0;
	}
	
	.endarea{
		margin: 40px 0 0 0;
		background: #FFFCD2;
	padding: 10px; 
		
	}
	
	.endarea p{
		text-align: center;
		font-weight: bold;
		color: #FF0004;
		font-size: 14px;
	}
	
    .flex-box {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
	margin: 0 auto 0;
}
   
    /*ボタン通常*/
.camp_btnL{
		width: 90% !important;
		margin: 0 auto 20px !important;
		max-width: 970px !important;
	}
	
.camp_btn{
	
	display: block;
  width: 100%;
  max-width: 400px; /* ボタン幅 */
margin:0 auto;
  position: relative;
  background: #00125e; /* 背景色 */
  border: 2px solid #00125e;
  padding: 1em 2em;
  font-weight: bold;
  color: #fff !important; /* 文字色 */
  text-decoration: none;
  text-align: center;
  transition-duration: 0.3s;
	border-radius: 20px;
	font-size: 14px;
	
}
	
.camp_btn::after {
	 content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: 2px solid #fff; /* 矢印の色 */
  border-right: 2px solid #fff; /* 矢印の色 */
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 25px;
  margin-top: -6px;
}
.camp_btn:hover {
    opacity: 0.8;
}
.camp_btn i {
    float: right!important;
    position: absolute;
    right: 15px;
    top:35%;
}
.camp_btn a,
.camp_btn a:hover {
    text-decoration: none!important;
    display: block;
    color: #fff;
}



}  /*SP*/









/*
  こだわり企画
==================================================== */
@media screen and (min-width: 760px) {  /*PC*/

/*slider_special*/
.slider_special {
  width: 990px;
  margin: 30px 0 40px -11px;
}
.slider_special li{
  padding: 5px 11px;
}
.slider_special li div{
  box-shadow: 0px 0px 5px -2px rgba(0,0,0,0.6);
  background: #fff;
  padding-bottom: 10px;
}
.slider_special li img{
  width: 100%;
  margin: 0 auto 13px auto;
}
.slider_special strong{
  display: block;
  padding:0 10px 7px 10px;
  font-weight: 600;
}
.slider_special span{
  display: block;
  font-size: 14px;
  padding: 0 10px;
}

}  /*PC*/


@media screen and (max-width: 759.9px) {  /*SP*/

/*slider_special*/
.slider_special {
  width: 96%;
  margin: 20px auto 30px auto;
}
.slider_special li{
  padding: 6px;
}
.slider_special li div{
  box-shadow: 0px 0px 5px -2px rgba(0,0,0,0.6);
  background: #fff;
  padding-bottom: 10px;
}
.slider_special li img{
  width: 100%;
  margin: 0 auto 13px auto;
}
.slider_special strong{
  display: block;
  padding:0 10px 7px 10px;
  font-weight: 600;
}
.slider_special span{
  display: block;
  font-size: 0.9em;
  padding: 0 10px;
  line-height: 1.3;
}


}  /*SP*/





/*
  footer
==================================================== */
@media screen and (min-width: 760px) {  /*PC*/

#footer {
	background-color: #F0F5FA;
}

#footer .inner {
	max-width: 990px;
	margin: 0 auto;
	padding: 20px 0;
}

#footer .inner ul {
	font-size: 13px;
	line-height: 1.4;
    text-align: center;
}

#footer .inner ul li {
    display: inline-block;
	padding: 0 6px;
	border-right: 1px solid #CCC;
}

#footer .inner ul li:last-child {
    border-right: none;
}

#footer .copy {
	background-color: #0952a4;
    color: #FFFFFF;
    font-size: 12px;
    text-align: center;
    padding: 10px 0;
}

}



@media screen and (max-width: 759.9px) {  /*SP*/

#footer {
	background-color: #F0F5FA;
}

#footer .inner {
	width: 96%;
	margin: 0 auto;
	padding: 2% 2%;
}

#footer .inner ul {
	font-size: 11px;
	line-height: 1.4;
    text-align: left;
}

#footer .inner ul li {
    display: inline-block;
    width: 46%;
	padding: 2% 0;
}

#footer .inner ul li:last-child {
    border-right: none;
}

#footer .copy {
	background-color: #0952a4;
    color: #FFFFFF;
    font-size: 9px;
    text-align: center;
    padding: 2% 0;
}

}














/*
  pagetop
==================================================== */
@media screen and (min-width: 760px) {  /*PC*/

#pagetop {
  display: none;
  position: fixed;
  right: 50px;
  bottom: 50px;
  cursor: pointer;
  z-index: 100;
}
#pagetop a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 80px;
  height: 80px;
  background-color: rgba(255,255,255,.5);
  border:solid 1px #152a8c;
  border-radius: 50vh;
}
#pagetop a::after {
  content: '';
  width: 7px;
  height: 7px;
  border-style: solid;
  border-width: 0 6px 9px 6px;
  border-color: transparent transparent #152a8c transparent;
}
#pagetop a:hover {
  background-color: #152a8c;
}
#pagetop a:hover::after {
border-width: 0 6px 9px 6px;
border-color: transparent transparent #fff transparent;
}

}



@media screen and (max-width: 759.9px) {  /*SP*/

#pagetop {
  display: none;
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 100;
}
#pagetop a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 3em;
  height: 3em;
  background-color: rgba(255,255,255,.5);
  border:solid 1px #152a8c;
  border-radius: 50vh;
}
#pagetop a::after {
  content: '';
  width: 7px;
  height: 7px;
  border-style: solid;
  border-width: 0 6px 9px 6px;
  border-color: transparent transparent #152a8c transparent;
}

}

/*
  条件から探す
==================================================== */
@media screen and (min-width: 760px) {  /*PC*/

.search_kokunaiBar{
    width: 100%;
        margin: 20px auto 0;
}
.search_kokunaiBar .serchBox{
/*
    box-shadow: 0px 0px 15px -8px rgba(0,0,0,0.6);
    border-radius: 5px 5px 0 0;
*/
}
.search_kokunaiBar .serchBox > ul{
    font-size: 0;
}
.search_kokunaiBar .serchBox li{
    width: 100%; /* 32 */
    margin: 0;
    margin-right: 1%;
    padding: 15px 0 10px 0;
    background: #fff !important;
    color: #0952a4 !important;
    border-left:none;
    border-radius: 5px 5px 0 0;
}
.search_kokunaiBar .serchBox li:last-child {
    margin-right: 0;
}
.search_kokunaiBar .serchBox li.select {
    background: #0952a4 !important;
    color: #fff !important;
    font-size: 16px;
    border-radius: 5px 5px 0 0;
}
.search_kokunaiBar .serchBox li:hover {
    background: #0952a4 !important;
    color: #fff !important;
}
.tab_airset{display:none;}

.search_kokunaiBar .serchBox .content_wrap{
    border-top:solid 6px #0952a4;
    box-shadow: 0px 0px 15px -8px rgba(0,0,0,0.6);
    border-radius: 0px 0px 0 0;
}
.search_kokunaiBar .serchBox .date dd{
    padding-top: 2px;
    width: 100%;
}
.search_kokunaiBar #doAirSearch, .search_kokunaiBar .btnSeach{
    position: relative !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
    background: #0952a4 !important;
    padding: 10px !important;
    -webkit-border-radius: 5px !important;
    border-radius: 5px !important;
    border: solid 1px #0952a4 !important;
    width: 60% !important;
    margin: 20px auto 0 !important;
    transition: 0.2s !important;
  	color: #fff !important;	
}
.search_kokunaiBar #doAirSearch:hover,.search_kokunaiBar .btnSeach:hover {
    background: #0952a4 !important;
    color: #fff !important;
    border: solid 1px #0952a4 !important;
    transform: translate(0,2px);
}
.search_kokunaiBar .btnSeach::after{
    position: absolute;
    right: 15px;
    content: '';
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.search_kokunaiBar #doAirSearch, .search_kokunaiBar .btnSeach:hover{
    background-color: #fff!important;
    border: solid 1px #0952a4 !important;
    color: #0952a4!important;
}
.search_kokunaiBar .btnSeach:hover::after{
    border-top: 2px solid #0952a4;
    border-right: 2px solid #0952a4;
}

.search_kokunaiBar #pax_wrap {
    width: 600px !important;
}

.search_kokunaiBar .NTA_air_popup_calendar_contents .title_air {
    padding: 5px 0;
    margin-bottom: 10px;
}

}  /*PC*/


@media screen and (max-width: 759.9px) {  /*SP*/

	.text01{
		    margin: 0 10px;
	}

.search_kokunaiBar {
    width: 96%;
    margin: 25px auto;
  }
.search_kokunaiBar .serchBox{
    box-shadow: 0px 0px 15px -8px rgba(0,0,0,0.6);
    border-radius: 5px 5px 0 0;
}
.search_kokunaiBar .serchBox > ul{
    font-size: 0;
    border-bottom: 3px solid #0952a4;
}
.search_kokunaiBar .serchBox li{
    width: 100%; /* 33.3 */
    margin: 0;
    padding: 15px 0 10px 0;
    background: #fff !important;
    color: #0952a4 !important;
    /*border-left:none;*/
    border-color: #0952a4;
}
.search_kokunaiBar .serchBox li:first-child{
    border-left:none;
}
.search_kokunaiBar .serchBox li.select {
    background: #0952a4 !important;
    color: #fff !important;
}
.tab_airset{display:none;}

.search_kokunaiBar .serchBox .content_wrap{
  	border: none !important;
    border-top:solid 5px #0952a4;
}
.search_kokunaiBar #doAirSearch, .search_kokunaiBar .btnSeach{
    position: relative !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
    background: #0952a4 !important;
    padding: 10px !important;
    -webkit-border-radius: 5px !important;
    border-radius: 5px !important;
    border: solid 1px #0952a4 !important;
    color: #fff !important;
    width: 80% !important;
    margin: 20px auto 0 !important;
}
.search_kokunaiBar .btnSeach::after{
    position: absolute;
    right: 15px;
    content: '';
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}


}  /*SP*/


.tab_yado{
	display: none !important;
}

.search_kokunaiBar .serchBox > ul > li{
	pointer-events: none !important;
}