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

section{
	background-color : #fff;
}

.fc_red{
	color: #FF0004;
}

.btnone{
	background-color: #B3AFAF !important;
	pointer-events: none;
}

.itinerarychui span{
	  text-indent: -1em;
  padding-left: 1em;
	display: block;
	}

#container{
  /*font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;*/
	 font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}



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


.ticket-list{
	background-color: #f0f7fc;
}

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

.fukidasi{
		position: absolute;
        max-width: 200px;
        top: -71px;
        right: 42px;
        z-index: 1;
	}
	
	.fukidasi img{
		width: 100%;
	}
	
.inner{
	max-width: 970px;
	width: 97%;
  margin: 0 auto;
	position: relative;
}
section{
  margin: 0 auto;
  padding: 60px 0 60px 0;
  
}
	
	.kikan{
		margin: 0 0 30px 0;
		text-align: center;
		background-color: #e36798;
		color: #000000;
		padding: 20px;
		font-size: 24px;
		font-weight: bold;
	}
	
h2.midasi1{
	font-size: 40px;
        font-weight: 900;
        line-height: 1.6;
        position: relative;
        margin: 0 0 50px 0;
        padding: 0 0 15px 0;
        border-bottom: 1px solid #ffdd00;
	}
	
h2.midasi1 span {
	display: flex;
	align-items: center;
	color: #ffdd00;
	font-size: 20px;
	text-transform: uppercase;
}

h2.midasi1  span::before {
	content: '';
	display: inline-block;
	margin-right: 20px;
	width: 40px;
	height: 1px;
	background-color: #ffdd00;
}
	

	
h3.midashi2{
		display: block;
		font-size: 30px;
		margin: 0 0 40px 0;
		position: relative;
		padding: 0 0 20px 0;
	text-align: center;
	font-weight: 900;
	}
h3.midashi2::before{
		content: '';
    display: inline-block;
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
    background-color: #ffdd00;
	}
	
	h3.midashi2 span{
		font-size: 24px;
	}
	
.higaerilogo{
		display: block;
        position: absolute;
        max-width: 200px;
        width: 14%;
        top: 4px;
        right: 40px;
	}
	
	.higaerilogo img{
		width: 100%;
	}
	
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%);
}
	
	.gaiyou{
		margin: 0 0 80px 0;
		padding: 20px 20px;
		background-color: #fffce2;
		
	}
	
	.gaiyouin{
		display: flex;
		justify-content: flex-start;
	}
	
	.gaiyou .gaiyouin .gaiyou_img{
		max-width: 400px;
        width: 45%;
        margin: 0 20px 0 0;
	}
	
	.gaiyou .gaiyou_img img{
		width: 100%;
	}
	
	.gaiyou .gaiyouin p{
		font-size: 18px;
		line-height: 1.8;
		margin: 0 0 0px 0;
		overflow-wrap: anywhere;
		width: 60%;
	}
	
	/*.gaiyou p:last-of-type{
		font-size: 14px;
		margin: 0 ;
	}*/
	
	.overview{
		margin: 0 0 80px 0;
	}
	
	.overviewin{
		width: 70%;
		margin: 0 auto;
		border: 1px solid #ffdd00;
	}
	
	
	.overviewin ul{
		display: flex;
		justify-content: center;
		align-items: stretch;
		flex-wrap: wrap;
	}
	
	.overviewin ul li{
		font-size: 18px;
		line-height: 1.8;
	}
	
	.overviewin ul li.koumoku{
		width: 20%;
        text-align: center;
        padding: 10px 10px;
        color: #000000;
        font-weight: 900;
        background-color: #ffdd00;
        display: flex
;
        justify-content: center;
        align-items: center;
        border-bottom: 1px solid #ffffff;
	}
	
	.overviewin ul li.naiyou{
		width: 80%;
        padding: 20px 20px;
        font-size: 24px;
        border-bottom: 1px solid #ffdd00;
	}
	
	.overviewin ul li.naiyou table{
		border-collapse: collapse;
		border: 1px solid #000000;
		font-size: 18px !important;
		width: 100%;
		margin: 20px 0 0 0;
	}
	
	.overviewin ul li.naiyou table th{
		text-align: center;
		padding: 10px 0px;
		font-weight: 900;
		background-color:#E2EFFF; 
		border: 1px solid #000000;
		width: 70%;
	
	}
	
	.overviewin ul li.naiyou table td{
		text-align: center;
		padding: 10px 0px;
		font-weight: 400;
		border: 1px solid #000000;
		width: 30%;
		vertical-align: middle;
	}
	
	.overviewin ul:last-of-type li.koumoku{
		border: none !important;
	}
	
	.overviewin ul:last-of-type li.naiyou{
		border: none !important;
	}
	
	.cast{
		margin: 0 0 0 0;
	}
	
	.castarea_tit{
		font-size: 36px;
		margin: 0 0 50px 0;
		text-align: center;
	}
	
	.castarea_tit span{
		display: block;
		font-size: 24px;
		margin: 0 0 40px 0;
		position: relative;
		padding: 0 0 20px 0;
	}
	.castarea_tit span::before{
		content: '';
    display: inline-block;
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
    background-color: #f15519;
	}
	
	.cast_pro{
		margin: 0 0 40px 0;
		display: flex;
		justify-content: space-between;
	}
	
	.probox{
		border: 1px solid #000000;
		padding: 20px 20px;
		width: 48%;
	}
	
	.probox .castimg{
		margin: 0 auto 20px;
		max-width: 400px;
		
	}
	
	.probox .castimg img{
		width: 100%;
	}
	
	.probox .castdetail{
		
	}
	
	.probox .castdetail dt{
		font-size: 24px;
		font-weight: 900;
		padding: 0 0 15px 0;
		margin: 0 0 15px 0;
		border-bottom: 1px solid #f15519;
	}
	
	.probox .castdetail dd{
		font-size: 16px;
		line-height: 1.8;
	}
	
	.workarea{
		margin: 0 0 30px 0;
		border: 1px solid #000000;
		padding: 20px 20px;
	}
	
	.workarea:last-of-type{
		margin: 0 !important;
	}
	
	.workareain{
		display: flex;
		justify-content: flex-start;
		padding: 0 0 25px 0;
		margin: 0 0 25px 0;
		border-bottom: 1px solid #f15519;
	}
	
	.workareain .workimg{
		margin: 0 20px 0 0;
		max-width: 400px;
		width: 30%;
		
	}
	
	.workimgcopy{
		font-size: 12px;
		text-align: right;
	}
	
	.workareain .workimg p{
		margin: 0 0 20px 0;
	}
	
	.workareain .workimg img{
		width: 100%;
		display: block;
		
	}
	
	.workareain .workimg p span{
		display: block;
		text-align: right;
		font-size: 12px;
		margin: 5px 0 0 0;
	}
	
	.workareain .workdetail{
		width: 68%;
	}
	
	.workareain .workdetail dt{
		font-size: 24px;
		font-weight: 900;
		padding: 0 0 15px 0;
		margin: 0 0 15px 0;
		border-bottom: 1px solid #ffdd00;
	}
	
	.workareain .workdetail dd{
		font-size: 16px;
		line-height: 1.8;
		
	}
	
	.workareain .workdetail dd.scroll{
		max-height: 320px;
        overflow-y: scroll;
	}
	
	.workareain .workdetail .detailtxt{
		font-size: 16px;
		line-height: 1.8;
	}
	
	.workareain .workdetail .detailtxt p{
		margin-bottom: 20px;
	}
	
	.workareain .workdetail .detailtxt p:last-of-type{
		margin-bottom: 0px;
	}
	
	
	.workareain .workdetail dd li{
		font-size: 16px;
		line-height: 1.8;
	}
	
	/*.workarea ul{
		display: flex;
		justify-content: space-between;
	}
	
	.workarea ul li{
		max-width: 400px;
		width: 18%;
	}
	
	.workarea ul li img{
		width: 100%;
	}*/
	

	.pre{
		max-width: 760px;
		width: 50%;
		margin: 0 auto 60px;
	}
	
	.pre img{
		width: 100%;
	}
	
	.planarea{
		margin: 0 0 80px 0;
	}
	
	
	.planarea .planbox{
		padding: 20px 20px;
		margin: 0 0 30px 0;
		border: 1px solid #000000;
	}
	
	.planarea .planbox:last-of-type{
		margin: 0 0 0 0 !important;
	}
	
	.plantit{
		text-align: center;
		font-size: 30px;
		padding: 15px 0 15px 0;
		margin: 0 0 25px 0;
		font-weight: 900;
		background-color: #ffdd00;
		color: #000000;
	}
	
	.planmoney{
		font-weight: 900;
		text-align: center;
		color: #f15519;
		font-size: 36px;
		margin: 0 0 20px 0;
	}
	
	.planmoney strong{
		font-size: 24px;
		color: #000000;
	}
	
	.planmoney span{
		font-size: 16px;
		display: block;
		color: #000000;
		margin: 10px 0 0 0;
	}
	
	.plandetail{
		margin: 0 0 20px 0;
	}
	
	.plandetail dl dt{
		
		padding: 0px 0px 10px 0;
		margin: 0 0 0 0;
		border-bottom: 2px solid #ffdd00;
		font-size: 18px;
		
	}
	
	.plandetail dl dd.dep{
		font-size: 24px;
		text-align: center;
		padding: 40px 20px 20px;
		font-weight: 900;
	}
	
	.plandetail dl dd.txt1{
		font-size: 16px;
		padding: 20px 20px 0;
	}
	
	.itineraryarea{
		margin: 20px 0 0 0;
	}
	
	.itinerarychui{
		font-size: 18px;
		margin: 0 0 10px 0;
	}
	
	
	
	.itinerarytxt{
		font-size: 18px;
		font-weight: 900;
		margin: 0 0 20px 0;
	}
	
.itineraryBox {
	border: 1px solid #CCC;
	background: #FFF;
    margin: 0 0px 15px;
    padding: 15px 15px;
    font-size: 18px;
	line-height: 2.0;
} 
	
	.modellink{
		font-size: 18px;
		margin: 0 0 20px 0;
	}
	
	.itineraryBoxin{
		padding: 0 0 15px 0;
		margin: 0 0 15px 0;
		border-bottom: 1px dotted #ccc;
	
	}
	
	
	
	.itineraryBoxin:last-of-type{
		margin: 0 !important;
		padding: 0 !important;
		border: none !important;
	}
	
	.flexarea{
		display: flex;
		justify-content: flex-start;
	}
	
	.flexarea li.koumoku{
		width: 17%;
		margin: 0 10px 0 0;
		font-weight: 900;
		color: #ffdd00;
		
	}
	
	.flexarea li.koumoku2{
		width: 11%;
		margin: 0 10px 0 0;
		font-weight: 900;
		color: #ffdd00;
		
	}
	
	.flexarea li.naiyou{
		width: 85%;
	}

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

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

	.guide{
		margin: 0px 0 80px 0;
	}
	
ul.infoList {
	list-style: disc;
	font-size: 16px;
	    line-height: 1.8;
    margin: 0px 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;
}
	
	.timetablearea{
		margin: 0 0 80px 0;
	}
	
	.timetablearea .txt2{
	font-size: 16px;
		margin: 0 0 10px 0;
		
	}
	
	.timebox{
		border: 1px solid #ffdd00;
		margin: 0 0 30px 0;
	}
	
	.timetit{
		background-color: #ffdd00;
		padding: 10px 10px;
		text-align: center;
		font-size: 24px;
		font-weight: 900;
		color: #000000;
	}
	
	.timeboxin table{
		border-collapse: collapse;
		width: 100%;
	}
	
	.timeboxin table th,
	.timeboxin table td{
		border: 1px solid #ffdd00;
		padding: 10px 10px;
		font-size: 16px;
	}
	
	.timeboxin table th{
		text-align: center;
	}
	
	.timeboxin table td{
		text-align: right;
		width: 10%;
	}
	
	.my-gallery{
		max-width: 970px;
		width: 100%;
	}
	
	.my-gallery img{
		width: 100%;
	}
	
	.ticketarea{
		margin: 0 0 80px 0;
	}
	
	.ticketarea2{
		margin: 0 0 80px 0;
	}
	
/*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 !important;
}
#container{
  position: relative;
  width: 100%;
}
	
	.btnarea3{
		margin: 80px 0 0 0;
		position: relative;
	}
	
.fukidasi{
		position: absolute;
        max-width: 200px;
        top: -66px;
        right: -9px;
        z-index: 1;
        width: 53%;
	}
	
	.fukidasi img{
		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: #e36798;
		color: #000000;
		padding: 20px;
		font-size: 16px;
		font-weight: bold;
	}
	
	
h2.midasi1{
	font-size: 24px;
        font-weight: 900;
        line-height: 1.6;
        position: relative;
        margin: 0 0 30px 0;
        padding: 0 0 15px 0;
        border-bottom: 1px solid #ffdd00;
	}
	
h2.midasi1 span {
	display: flex;
	align-items: center;
	color: #ffdd00;
	font-size: 16px;
	text-transform: uppercase;
}

h2.midasi1  span::before {
	content: '';
	display: inline-block;
	margin-right: 20px;
	width: 40px;
	height: 1px;
	background-color: #ffdd00;
}
	

	
h3.midashi2{
		display: block;
		font-size: 18px;
		margin: 0 0 40px 0;
		position: relative;
		padding: 0 0 10px 0;
	text-align: center;
	font-weight: 900;
	}
h3.midashi2::before{
		content: '';
    display: inline-block;
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
    background-color: #ffdd00;
	}
	
h3.midashi2 span{
		font-size: 14px;
	}
	

.higaerilogo{
		display: block;
        max-width: 200px;
        width: 30%;
		margin: 0 auto 20px;
	}
	
	.higaerilogo img{
		width: 100%;
	}

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%);
}
	
	
.gaiyou{
		margin: 0 0 50px 0;
		padding: 20px 20px;
		background-color: #fffce2;
	}
	
	
	.gaiyou .gaiyou_img{
		max-width: 400px;
        width: 100%;
        margin: 0 auto 20px;
	}
	
	.gaiyou .gaiyou_img img{
		width: 100%;
	}
	
	.gaiyou p{
		font-size: 16px;
		line-height: 1.8;
		margin: 0 0 0px 0;
		overflow-wrap: anywhere;
	}
	
	/*.gaiyou p:last-of-type{
		font-size: 12px;
		margin: 0 ;
	}*/
	

.overview{
		margin: 0 0 50px 0;
	}
	
	.overviewin{
		width: 95%;
		margin: 0 auto;
		border: 1px solid #ffdd00;
	}
	
	
	.overviewin ul{
		/*display: flex;
		justify-content: center;
		align-items: stretch;
		flex-wrap: wrap;*/
	}
	
	.overviewin ul li{
		font-size: 16px;
		line-height: 1.8;
	}
	
	.overviewin ul li.koumoku{
		
        text-align: center;
        padding: 10px 10px;
        color: #000000;
        font-weight: 900;
        background-color: #ffdd00;
        
	}
	
	.overviewin ul li.naiyou{
		width: 95%;
		margin: 0 auto;
        padding: 20px 20px;
        font-size: 18px;
		text-align: center;
        
	}
	
	.overviewin ul li.naiyou table{
		border-collapse: collapse;
		border: 1px solid #000000;
		font-size: 14px !important;
		width: 100%;
		margin: 20px 0 0 0;
	}
	
	.overviewin ul li.naiyou table th{
		text-align: center;
		padding: 10px 0px;
		font-weight: 900;
		background-color:#E2EFFF; 
		border: 1px solid #000000;
		width: 75%;
	
	}
	
	.overviewin ul li.naiyou table td{
		text-align: center;
		padding: 10px 0px;
		font-weight: 400;
		border: 1px solid #000000;
		width: 25%;
	}
	
	.overviewin ul:last-of-type li.koumoku{
		border: none !important;
	}
	
	.overviewin ul:last-of-type li.naiyou{
		border: none !important;
	}
	
	.cast{
		margin: 0 0 0 0;
	}
	
	.castarea_tit{
		font-size: 24px;
		margin: 0 0 30px 0;
		text-align: center;
	}
	
	.castarea_tit span{
		display: block;
		font-size: 18px;
		margin: 0 0 40px 0;
		position: relative;
		padding: 0 0 20px 0;
	}
	.castarea_tit span::before{
		content: '';
    display: inline-block;
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
    background-color: #f15519;
	}
	
	.cast_pro{
		margin: 0 0 20px 0;
		/*display: flex;
		justify-content: space-between;*/
	}
	
	.probox{
		border: 1px solid #000000;
		padding: 10px 10px;
		margin: 0 0 20px 0;

	}
	
	.probox .castimg{
		margin: 0 auto 20px;
		max-width: 400px;
		
	}
	
	.probox .castimg img{
		width: 100%;
	}
	
	.probox .castdetail{
		
	}
	
	.probox .castdetail dt{
		font-size: 18px;
		font-weight: 900;
		padding: 0 0 10px 0;
		margin: 0 0 10px 0;
		border-bottom: 1px solid #f15519;
	}
	
	.probox .castdetail dd{
		font-size: 14px;
		line-height: 1.5;
	}
	
	.workarea{
		margin: 0 0 30px 0;
		border: 1px solid #000000;
		padding: 10px 10px;
	}
	
	.workarea:last-of-type{
		margin: 0 !important;
	}
	
	.workareain{
		/*display: flex;
		justify-content: flex-start;*/
		padding: 0 0 15px 0;
		margin: 0 0 15px 0;
		border-bottom: 1px solid #f15519;
	}
	
	.workareain .workimg{
		margin: 0 auto 20px;
		/*max-width: 400px;*/
		width: 100%;
		
		
	}
	
	.flexarea1{
		display: flex;
		justify-content: space-between;
	}
	.workimgcopy{
		font-size: 12px;
		text-align: right;
	}
	.workareain .workimg img{
		display: block;
		max-width: 400px;
		width: 100%;
	}
	
	.workareain .workimg p{
		max-width: 400px;
		margin: 0 auto 0px;
	}
	
		
	.workareain .workimg p span{
		text-align: right;
		font-size: 10px;
		display: block;
	}
	
	.workareain .flexarea1 p{
		display: block;
		max-width: 400px;
		width: 48% !important;
	}
	
	.workareain .workdetail{
		width: 100%;
	}
	
	.workareain .workdetail dt{
		font-size: 18px;
		font-weight: 900;
		padding: 0 0 10px 0;
		margin: 0 0 10px 0;
		border-bottom: 1px solid #ffdd00;
	}
	
	.workareain .workdetail dd{
		font-size: 14px;
		line-height: 1.5;
		
    
	}
	
	.workareain .workdetail dd.scroll{
		overflow-y: scroll;
        max-height: 350px;
	}
	
	.workareain .workdetail .detailtxt{
		font-size: 14px;
		line-height: 1.5;
	}
	
	.workareain .workdetail .detailtxt p{
		margin-bottom: 20px;
	}
	
	.workareain .workdetail .detailtxt p:last-of-type{
		margin-bottom: 0px;
	}
	
	.workareain .workdetail dd ul li{
		font-size: 14px;
		line-height: 1.5;
	}
	
	/*.workarea ul{
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	
	.workarea ul li{
		max-width: 400px;
		width: 30%;
		margin: 0 1% 0 1%;
	}
	
	.workarea ul li img{
		width: 100%;
	}
	
*/
	.pre{
		max-width: 760px;
		width: 95%;
		margin: 0 auto 30px;
	}
	
	.pre img{
		width: 100%;
	}
	
	.planarea{
		margin: 0 0 30px 0;
	}
	
	
	.planarea .planbox{
		padding: 10px 10px;
		margin: 0 0 30px 0;
		border: 1px solid #000000;
	}
	
	.planarea .planbox:last-of-type{
		margin: 0 0 0 0 !important;
	}
	
	.plantit{
		text-align: center;
		font-size: 20px;
		padding: 15px 15px;
		margin: 0 0 25px 0;
		font-weight: 900;
		background-color: #ffdd00;
		color: #000000;
	}
	
	.planmoney{
		font-weight: 900;
		text-align: center;
		color: #f15519;
		font-size: 24px;
		margin: 0 0 20px 0;
	}
	.planmoney strong{
		font-size: 16px;
		color: #000000;
	}
	
	.planmoney span{
		font-size: 14px;
		display: block;
		color: #000000;
		margin: 10px 0 0 0;
	}
	
	.plandetail{
		margin: 0 0 20px 0;
	}
	
	.plandetail dl dt{
		
		padding: 0px 0px 10px 0;
		border-bottom: 2px solid #ffdd00;
		font-size: 18px;
		
	}
	
	.plandetail dl dd.dep{
		font-size: 18px;
		text-align: center;
		padding: 20px 20px 0;
		font-weight: 900;
	}
	
	.plandetail dl dd.txt1{
		font-size: 14px;
		padding: 20px 0px 0;
		text-align: left !important;
	}
	
	.itineraryarea{
		margin: 20px 0 0 0;
	}
	
	.itinerarychui{
		font-size: 16px;
		margin: 0 0 10px 0;
	}
	
	.itinerarytxt{
		font-size: 16px;
		font-weight: 900;
		margin: 0 0 20px 0;
	}
	
.itineraryBox {
	        border: 1px solid #CCC;
        background: #FFF;
        margin: 0 0 4%;
        padding: 2%;
        font-size: 16px;
        line-height: 2.0;
} 
	
	.modellink{
		font-size: 16px;
		margin: 0 0 20px 0;
	}
	
	.itineraryBoxin{
		padding: 0 0 15px 0;
		margin: 0 0 15px 0;
		border-bottom: 1px dotted #ccc;
	
	}
	
	
	
	.itineraryBoxin:last-of-type{
		margin: 0 !important;
		padding: 0 !important;
		border: none !important;
	}
	
	.flexarea{
		/*display: flex;
		justify-content: flex-start;*/
	}
	
	.flexarea li.koumoku{
		
		margin: 0 0px 0px 0;
		font-weight: 900;
		color: #ffdd00;
		
	}
	
	.flexarea li.koumoku2{
		
		margin: 0 0px 0px 0;
		font-weight: 900;
		color: #ffdd00;
		
	}
	
	.flexarea li.naiyou{
		
	}


	.itineraryBoxtit{
		background-color: #937962;
		color: #000000;
		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;
}
	
	.guide{
		margin: 0 0 30px 0 !important;
	}	

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;
}
	
	.timetablearea{
		margin: 0 0 30px 0;
	}
	
	
	
	.timetablearea .txt2{
	font-size: 16px;
		margin: 0 0 10px 0;
		
	}
	
	.timebox{
		border: 1px solid #ffdd00;
		margin: 0 0 30px 0;
	}
	
	.timetit{
		background-color: #ffdd00;
		padding: 10px 10px;
		text-align: center;
		font-size: 18px;
		font-weight: 900;
		color: #000000;
	}
	
	.timeboxin{
		display: block;
		overflow-x: auto;
	}
	
	.timeboxin table{
		        border-collapse: collapse;
        width: 100%;
        min-width: 760px;
        table-layout: fixed;
	}
	
	.timeboxin table th,
	.timeboxin table td{
		border: 1px solid #ffdd00;
		padding: 10px 10px;
		font-size: 14px;
		white-space: nowrap;

	}
	
	.timeboxin table th{
		text-align: center;
	}
	
	.timeboxin table td{
		text-align: right;
		/*width: 10%;*/
	}
	
	.my-gallery{
		max-width: 970px;
		width: 100%;
	}
	
	.my-gallery img{
		width: 100%;
	}
	.ticketarea{
		margin: 0 0 30px 0;
	}
	.ticketarea2{
		margin: 0 0 30px 0;
		width: 100%;
        overflow-x: scroll;
		-webkit-overflow-scrolling: touch;
        overflow-scrolling: touch;
		        display: flex;
		
	}
	
	.ticketarea2 .workarea{
		flex: 0 0 80%;
        flex-shrink: 0;
        margin: 0 5% 0 0;
	}
	
	
	
/*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*/






/*tabiwa*/



@media screen and (min-width: 760px) {
	
	
	.ticket-list__list {
	/* display: grid;
      grid-template-columns: 1fr 1fr;
      grid-template-columns: repeat(auto-fit, minmax(490px, 1fr));
      gap: 16px;*/
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
      margin: 20px 0 50px;
		}
	
	.ticket-list__link{
		width: 49%;
		margin: 0 0 15px 0;
	}
}

@media screen and (max-width: 759.9px) { 
	.ticket-list__link:not(:last-child) {
     
        margin-bottom: 15px;
   
   
  }

}

.ticket-list {
  padding: 20px 0;
	margin: 0 0 50px 0;
}
.ticket-list__list {
    margin: 10px 20px 20px;

  }

.ticket-list__link {
    display: block;
    color: #151f24 !important;
    text-decoration: none;
	
 }

.ticket-list__item {
    padding: 20px 15px 15px 15px;
    background-color:#fff;
    box-shadow: 0 2px 5px #00000015;
    border-radius: 10px;
  }

.ticket-list__body {
    display: flex;
    margin-bottom: 10px;
  }

.ticket-list__body-left {
    margin-right: 10px;
    flex: 0 0 100px;
    height: 130px;
  }

.ticket-list__body-right {
    overflow-wrap: break-word;
    word-break: break-all;
  }

.ticket-list__thumbnail {
    width: 100%;
    height: 100%;
    border-radius: 4px;
    object-fit: cover;
  }

.ticket-list__keyword {
    margin-bottom: 10px;
    display: flex;
  }

.ticket-list__keyword .ticket-keyword:not(:last-child) {
    margin-right: 5px;
  }

.ticket-list__name {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    max-height: 18px;
    font-size: 15px;
    font-weight: bold;
    line-height: 18px;
  }

.ticket-list__description {
        overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    margin-bottom: 10px;
    max-height: 36px;
    font-size: 15px;
    line-height: 18px;
  }

.ticket-list__usage-type {
        overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    max-height: 34px;
    font-size: 12px;
    line-height: 17px;
    color: #4d4d4d !important;
  }

.ticket-list__footer {
   
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

.ticket-list__price {
    margin-left: 5px;
    flex: 0 0 auto;
  }

.ticket-list__text--result-zero {
    font-size: 13px;
    color: #4d4d4d !important;
    text-align: center;
    margin-top: 50px;
  }


.price-down {
  display: -webkit-box;
}


.ticket-area {
  display: flex;
  flex: 1;
  align-items: center;
}
.ticket-area__icon {
    width: 16px;
    height: 16px;
  }

.ticket-area__text {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    font-size: 12px;
    color: #999 !important;
    flex: 1 1 auto;
    width: 0;
  }

.ticket-area__text--no-limit {
    font-size: 12px;
    color: $color-gray-dark-3;
    flex: 1 1 auto;
    width: 0;
  }

.ticket-price {
  font-size: 16px;
  line-height: 18px;
  font-weight: bold;
  color: #0072ba !important;
}
.ticket-price--gray {
    color: #aaa !important;
    margin-right: 1px;
  }

.ticket-price--red {
    color: #e0502e !important;
  }

.ticket-price--detail {
    color: #151f24 !important;
  }




/*
  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:#feee53 url(../images/bg.jpg) no-repeat center top;
	text-align:center;
	height:430px;

}

	#title img{
		/*width: 940px;
        padding-top: 52px;*/
        text-align: center;
	}


#title2{
	width:100%;
	background:#feee53 url(../images/bg2.jpg) no-repeat center top;
	text-align:center;
	height:500px;

}

	#title2 img{
		/*width: 940px;*/
        /*padding-top: 52px;*/
        text-align: center;
	}

}


@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;
}
	
#title2{
	position:relative;
	background:#000;
	text-align:center;
	overflow:hidden;
	padding:0 0 0;
    margin:0 auto;
	max-width: 1000px;
}
#title2 img{
width: 100%;
height: auto;
}
}



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

@media screen and (min-width: 760px) {  /*PC*/
#navi{
	text-align:center;
	padding:10px 0 10px;
    background: #937962;
    
}
	
	#navi ul{
		display: flex;
		justify-content: center;
		align-items: stretch;
		flex-wrap: wrap;
		max-width: 970px;
		margin: 0 auto;
	}
	

#navi li{
	    width: 33%;
        letter-spacing: normal;
        display: flex;
	justify-content: center;
	align-items: center;
	 border-left:1px dashed #fff;
	margin: 0 0 10px 0;

}
	
	#navi li:nth-of-type(3),
	#navi li:nth-of-type(6){
		border-right:1px dashed #fff;
		border-left:1px dashed #fff;
}

	#navi li:nth-of-type(n+4){
		margin: 0 0 0 0;
	}

#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 dashed #fff;
}
#navi li:first-child{
   
}
#navi li:last-child{
}
#navi li a{
	width: 100%;
	display:block;
	color: #fff;
	font-size: 14px;
        font-weight: 900;
        padding: 10px 10px 10px;
        color: #FFF;
        display: flex;
        justify-content: center;
        align-items: center;
}
	
	#navi li a.mousikomi{
		margin: 0 20px 0 20px;
		background-color: #f6ff02 !important;
		color: #FF0004 !important;
	}



#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: #937962;
    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{
	
	
        letter-spacing: normal;
        border-right: 1px dashed #ffffff;
	border-bottom: 1px dashed #ffffff; 
       
       
      
        color: #fff;
        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;
	 font-size: 13.5px;
        font-weight: bold;
	 padding: 1rem 0.5rem 1rem;
	width: 100%;
}
	#navi li a.mousikomi{
		margin: 10px 10px 10px 10px;
		background-color: #f6ff02 !important;
		color: #FF0004 !important;
	}
/*
#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*/

	.chui{
		text-indent: -1em;
   padding-left: 1em;
        font-size: 16px;
        color: #FF0004;
		position: absolute;
        width: 58%;
        top: 10%;
        left: 20%;
	}
	
	.chui2{
		text-indent: -1em;
   padding-left: 1em;
        font-size: 16px;
        color: #FF0004;
        
        width: 58%;
		margin: 0 auto;
	}
	
	.att{
		padding: 15px 15px; 
		font-size: 16px;
		line-height: 1.8;
		background-color: #000000;
		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: 20px 0 0px 0;
	clear: both;
	font-size: 14px;
	width: 100% !important;
}
	

.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 #4196d1; 
		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 #4196d1 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%;
	}


/* =========================================================
◆ツアーならではの体験
========================================================= */
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: space-between;
}

.slide-box {
          width: 32%;
        padding: 10px;
        word-break: break-all;
        background-color: #000000;
        border: 1px solid #000000;
        margin: 0 0px 20px 0px;
}
/*
.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: 15px 0 0 0;
	}
	
	.btnarea3{
		margin: 50px 0 0 0;
		position: relative;
	}
	
	.btnarea4{
		margin: 30px 0 0px 0;
		position: relative;
		
	}
	
	
	
	.btnarea2{
		margin: 30px 0 0px 0;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
   
	.btnarea2 p{
		width: 49%;
		margin: 0 0px 20px 0px;
	}
	
	/*.btnarea2 p:nth-of-type(5){
		width: 100%;
	}*/
	
	.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%;
margin:0 auto;
  position: relative;
  background-color:#b01d23; /* 背景色 */
  border: 2px solid #b01d23;
  padding: 1em 1em;
  font-weight: bold;
  color: #fff !important; /* 文字色 */
  text-decoration: none;
  text-align: center;
  transition-duration: 0.3s;
	border-radius: 20px;
	font-size: 18px;
	
}
	
.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*/
	
	.chui{
		text-indent: -1em;
   padding-left: 1em;
		font-size: 12px;
		color: #FF0004;
		text-align: center;
		
	}
	
	
	.chui2{
		text-indent: -1em;
   padding-left: 1em;
		font-size: 12px;
		color: #FF0004;
		text-align: center;
		
	}
	
.att{
		padding: 10px 10px;
        font-size: 14px;
        line-height: 1.8;
        background-color: #000000;
        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: 20px 0 0px 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 #4196d1; 
		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 #4196d1 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%;
	}

	


/* =========================================================
◆ツアーならではの体験
========================================================= */
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: #000000;
	border: 1px solid #000000;
	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: 20px 0 20px 0;
	}
	
	.btnarea2 p{
		margin: 0 0 20px 0;
	}
	.btnarea2{
		margin: 0 0 50px 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: #b01d23; /* 背景色 */
  border: 2px solid #b01d23;
  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*/

.workareain .workdetail dd p{
		margin: 0 0 20px 0;
	}
	
	.workareain .workdetail dd p:last-of-type{
		margin: 0 0 0 0;
	}



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

.bt_b{
	background-color: #ffdd00 !important;
	border: 2px solid #ffdd00 !important;
}

.bordernone{
	margin: 0 !important;
	padding: 0 !important;
	border: none !important; 
}

.plandetail dl dt span{
	color: #ffdd00;
}

.ta_midashi3{
	background-color: #ffdd00 !important;
	color: #000000;
	border-right: 1px solid #ffffff !important;
    
    
}

.ta_midashi3:last-of-type{
	border-right: none !important;
}



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

 /*news*/
#newsImportant {
margin: 5px;
display: flex;
font-size: 11px;
}
#newsImportant dt {
width: 72px;
height: fit-content;
background: #e62d2d;
color: #FFF;
text-align: center;
border-radius: 3px;
margin-top: 2px;
padding: 3px 0;
}
#newsImportant dd {
width: 100%;
padding: 0 10px;
}
#newsImportant li {
padding: 5px 3px 5px 12px;
position: relative;
font-size: 1.1em;
font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
}
#newsImportant li:nth-of-type(n+2) {
border-top: 1px dotted #ccc;
}
#newsImportant li:before {
content: "";
width: 0;
height: 0;
border-style: solid;
border-top: 5px solid transparent;
border-bottom: 5px solid transparent;
border-left: 6px solid #555555;
border-right: 0;
position: absolute;
top: 7px;
left: 0;
}

}



@media screen and (min-width: 760px), print {

/*news*/
#newsImportant {
width: 100%;
max-width: 970px;
margin: 5px auto;
display: flex;
font-size: 12px;
padding: 8px;
}
#newsImportant dt {
width: 72px;
height: fit-content;
background: #e62d2d;
color: #FFF;
text-align: center;
border-radius: 3px;
margin-top: 1px;
padding: 3px 0;
}
#newsImportant dd {
width: 100%;
padding: 0 10px;
}
#newsImportant li {
padding: 3px 3px 3px 12px;
position: relative;
font-size: 13px;
font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
}
#newsImportant li:nth-of-type(n+2) {
border-top: 1px dotted #ccc;
}
#newsImportant li:before {
content: "";
width: 0;
height: 0;
border-style: solid;
border-top: 5px solid transparent;
border-bottom: 5px solid transparent;
border-left: 6px solid #555555;
border-right: 0;
position: absolute;
top: 7px;
left: 0;
}

}


