@charset "utf-8";

/* 基本レイアウト・フォント装飾関連 */
.roman-s { font-family: "Arial", "Helvetica", "sans-serif"; font-size: 10px}
.f-bold { font-weight: bold}
.f-b-red { font-weight: bold ; color: #DC143C}
.f-b-y { font-weight: bold ; color: #FFFFCC}
.f-b-pink { font-weight: bold ; color: #FF6666}
.f-b-orange { font-weight: bold ; color: #FF6600}
.f-b-s-pink { font-weight: bold ; color: #FF3399}
.f-b-white { font-weight: bold ; color: #FFFFFF}
.f-b-purple { font-weight: bold; color: #B086B9}
.f-b-dp { font-weight: bold; color: #663399}
.f-b-green { font-weight: bold; color: #008888}
.f-b-blue { font-weight: bold; color: #0066CC}
.f-dp { color: #663399}
.f-white { color: #FFFFFF}
.f-red { color: #DC143C}

/* レイアウト */
.t10b { font-size: 10px; line-height:14px;}
.t10-r { font-size: 10px ; color: #FF0000}	
.t10w { font-size: 10px; color: #FFFFFF}
.t14b { font-size: 14px ; font-weight: bold ; color: #666666}
.t14y { font-size: 14px ; font-weight: bold ; color: #FFFFCC}
.t16b { font-size: 16px; font-weight: bold; color: #3366CC}

/* CSS初期設定 */
.clear {
	clear: both;
}
.clearFloat:after { 
	content: "."; 
	display: block; 
	clear: both; 
	height: 0; 
	visibility: hidden; 
	line-height: 0; 
} 
.clearFloat { 
	display: inline-table; 
	min-height: 1%; 
} 
/* for macIE \*/ 
* html .clearFloat { 
	height: 1%; 
} 
.clearFloat { 
	display: block; 
} 
/* end of for macIE */
.clearFloat {
	overflow:hidden;
}

a.OpaChange:hover *{
filter:alpha(opacity=70); /*IE*/
-moz-opacity:0.70; /*FF*/
opacity:0.70;
}
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
.disnone{display:none;}
.blue{background:#dcf7f9;}
.white{background:#FFFFFF;}
#PlanWrap div div dt strong {
    width: 100%;
    display: inline-block;
    text-align: center;
}
#PlanWrap div div dt span{background: linear-gradient(transparent 60%, #ff8 60%);}
#PlanWrap div div dt span b{font-size: 150%}
html{scroll-behavior: smooth;}

/*発地選択*/
.index, .syutoken, .kansai {display:none;}
.disnone {display:none;}

/*759px以下*/
@media screen and (max-width: 759.9px) {
#wrapper {line-height: 1.4;}
.spnone{display:none;}

#nextcontents {
	width: 98%;
    font-size: 14px;
    color: #e30034;
    margin: 15px auto;
    font-weight: bold;
    text-align: center;
}

/* CSS */
#dirPathBlock,
#anchorLinkBlock {
	font-size: 10px;
	margin: 1% 1% 0 1%;
}
	
#anchorLinkBlock{
	margin-top: 20px;	
	}	
#dirPathBlock p,
#anchorLinkBlock a{font-size: 12px;}
h1 {
	font-size: 12px;
	margin: 0 1%;
}

article{
	width:100%;
	height:auto;
}
#wrapInner * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
#titleBox{position:relative;}
.copyright{
	position: absolute;
	bottom: 3px;
	right: 5px;
	font-size: 10px;
	text-shadow: 0 0 1px white, 0 0 2px white, 0 0 3px white;
	font-weight: bold;
}
#title p{
	position: absolute;
	top:15px;
	left: 0;
	right: 0;
	bottom: 0;
	margin:auto;
	color:#FFF;
	font-weight:bold;
	width: 990px;
	line-height:40px;
	text-shadow:
	1px 1px 4px rgba(000,000,000,0.8),
	0px 1px 0px rgba(255,255,255,0.3);
}
#title p strong{
	background:#FFF;
	display:inline-block;
	padding:3px 5px 3px 5px;
	color:#036;
	font-size:28px;
	margin:0 20px 0 0;
	text-shadow:none;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.6),
		inset 0px 0px 10px rgba(087,087,087,0);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.6),
		inset 0px 0px 10px rgba(087,087,087,0);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.6),
		inset 0px 0px 10px rgba(087,087,087,0);
			vertical-align:middle;
}
#title span{
	font-size:20px;
	color:#FFF;
	font-weight:bold;
	display:block;
	padding:15px 0 0 0;
	letter-spacing:0.5em;
	text-align:center;
}
#templeteWrap{
	width:100%;
}
.contInner02 .column2Area .section{
	width:950px!important;
	float:none!important;
	overflow:hidden;
}
#wrapInner{
	width:100%!important;
}
.inner950{
	margin:30px auto 0;
	display:block;
}
#Foot .footBtmInner{
	font-size:12px!important;
}
.itemList4 a{
	color:#383333!important;
}
    
/* navi
------------------------------------------ */
#navi {
    margin: 0px 2% 0;
    text-align: center;
    padding: 0px 0 0;
    width: 96%;
}
#navi ul {
    padding: 0;
    margin: 25px 0 0;
    overflow: hidden;
}
#navi li a span {
    display: flex;
    font-weight: bold;
    padding: 3px 3px 3px;
    color: #FFF;
    width: 49%;
    box-sizing: border-box;
    background: #9cc351;
    border-radius: 5px;
    height: 50px;
    line-height: 1.2;
    justify-content: center;
    align-items: center;
    float:left;
    margin:0px 2% 5px 0;
}
#navi li a span {
    color: #fff;
}
#navi li:nth-of-type(2) span,
#navi li:nth-of-type(4) span{
    margin-right: 0;
}
#navi li a:hover {
    text-decoration: none!important;
    color: #f32b4c;
    opacity: 0.8;
}
#navi li span.csoon {
    display: flex;
    font-weight: bold;
    padding: 3px 3px 3px;
    color: #FFF;
    width: 49%;
    box-sizing: border-box;
    background: #999999;
    border-radius: 5px;
    height: 70px;
    line-height: 1.2;
    justify-content: center;
    align-items: center;
    float:left;
    margin:0px 2% 5px 0;
    margin-right: 0;
}
	
/* navi
------------------------------------------ */

#navMenu{
	overflow:hidden;
	margin:10px 0 10px;
	padding:0 10px;
	display: flex;
	justify-content: center;
	align-items: stretch;
	flex-wrap: wrap;
}

#navMenu li{
	width:50%;
	
	margin-bottom:10px;
}
	
	#navMenu li:last-of-type{
		width: 100%;
	}

#navMenu li a{
	display:block;
	margin:0 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	background:#b62810;
	color:#FFF;
	font-size:12px;
	text-align:center;
	padding:8px 0 14px;
	letter-spacing:-0.05em;
	border-bottom:4px solid rgba(0,0,0,0.2);
	position:relative;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

#navMenu li a:after{
	position:absolute;
	bottom:0%;
	right:48%;
	content:""; /* 空の要素を作成 */
	width:0;
	height:0;
	margin-top:0px; /* 位置を中心に調整 */
	border-width:4px;
	border-style:solid;
	border-color:#FFF transparent transparent transparent;
	/*border-left-color:#FFF;  矢印の色 */
}

/*common*/
#navMenuNew100{
	background:#FFF;
}
#navMenuNew100 ul{
	text-align:center;
	margin:-5px auto 0;
	padding:0 0 0 0;
}
#navMenuNew100 ul li{
	display:block;
	font-size:12px;
	float:left;
	border-right:1px solid #ebebeb;
	border-bottom:1px solid #ebebeb;
}
.normalLength{
	width:29%;
}
.longLength{
	width:42%;
}
.longLength2{
	width:50%;
}
#navMenuNew100 ul li a{
	display:block;
	color:#000;
	background-size:12px auto;
	padding:10px 10px 25px 10px;
	font-size:12px;
	line-height:20px;
	font-weight:bold;
	background:url(../images/im_arrow_green.png) no-repeat 50% 85%;
	background-size:14px 9px;
}
#navMenuNew100 ul li a:hover{
	text-decoration:none!important
}
#navMenuNew100 ul li span{
	font-size:10px;
	display:block;
	font-weight:normal;
	line-height:10px;
}
#navMenuNew100 ul li:nth-child(3){
	border-right:none
}
#navMenuNew100 ul li:last-child{
	border-right:none
}

/*common---------------------------------------------------*/
.article .inner{
	margin:0px auto 0;
	padding:10px 10px 40px 10px;
}
   
    
h2 {
	font-size: 18px;
	/*color: #da2032;*/
	color: #624e4e;
	margin:30px auto 0px;
	padding:0 0 30px 0;
	font-weight:bold;
	text-align:center;
	position:relative;
}
	
/*h2:before{
    content: "";
    position: absolute;
    top: -70px;
    left: 48.8%;
    transform: translateX(-40%);
    width: 100px;
    height: 70px;
    background: url("../images/im_moai.png") no-repeat;
    background-size: contain;
}	*/

h2 strong {
/*	color: #da2032;
    padding: 0;
	font-size: 50px;*/
    color: #4c3939;
	letter-spacing: 0em;
    padding: 0;
    font-size: 18px;
    /*text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);*/
	/*text-shadow:
           1px 1px 0px #000, -1px -1px 0px #000,
          -1px 1px 0px #000,  1px -1px 0px #000,
           1px 0px 0px #000, -1px  0px 0px #000,
           0px 1px 0px #000,  0px -1px 0px #000;*/ 
font-family: 'Montserrat', sans-serif !important;
}
h2 strong:before,
h2 strong:after{
    content: '';
    position: absolute;
    top: 23%;
    display: inline-block;
    width: 10%;
    height: 1px;
    background-color: #4c3939;
}	

h2 strong:before{
    left: 0px;		
	}	
h2 strong:after{
    right: 0px;		
	}		
	
h3{
	font-size: 35px;
	margin:18px auto 0px;
	padding:0 0 30px 0;
	font-weight:normal;
	text-align:center;
	min-height:49px;		
	}	

/*titleBox---------------------------------------------------*/
#titleBox{
	text-align: center;
    background: #bfe5ec;
    background-size: cover;
    padding: 5px 0;
    margin: 0 0 10px 0;
}
#titleBox img{
	width:100%;
	height:auto;
	vertical-align: top;
}
#titleBox p{
	width: 100%;
    height: auto;
    text-align: center;
    margin: 0;
    padding: 0;
}

p.main_title{
	/*position: absolute;*/
	/*top: 230px;*/
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
	letter-spacing: 0.05em;
	line-height: 45px;
	font-size: 48px;
	font-weight: bold;
	color: #111;
	background-color: rgba(2255,255,255,0.7);
	width: 96%;
	/*padding: 5px 5px 16px;*/
	text-shadow: 1px 1px 0px #fff, -1px -1px 0px #fff, -1px 1px 0px #fff, 1px -1px 0px #fff, 1px 0px 0px #fff, -1px 0px 0px #fff, 0px 1px 0px #fff, 0px -1px 0px #fff;
}	
p.main_title span{
	position: relative;
	font-size: 15px;
	color: #fff;
	font-weight: bold;
	/* text-shadow: none; */
	background: linear-gradient(transparent 40%, #ff8 40%);
	text-shadow: 1px 1px 0px #777, -1px -1px 0px #777, -1px 1px 0px #777, 1px -1px 0px #777, 1px 0px 0px #777, -1px 0px 0px #777, 0px 1px 0px #777, 0px -1px 0px #777;
}
/*p.main_title span:before,
p.main_title span:after{
    content: '';
    position: absolute;
    top: 38%;
    display: inline-block;
    width: 40px;
    height: 1px;
    background-color: #fff;
}
p.main_title span:before{left: -20%;}
p.main_title span:after{right: -20%;}*/

/*
.seaImage{

	width:100%;
	background:url(../images/im_nami.png) repeat-x;
	height:16px;
	background-size:auto 8px;
}
.seaImage2{
	width:100%;
	background:url(../images/im_nami2.png) repeat-x;
	height:16px;
	bottom:-8px;
	background-size:auto 8px;
}
.titleImage{
  top: 10px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  text-align:center;
}
.titleImage img{
	max-width:500px;
	width:75%!important;
	height:auto;
	margin:0 auto;
}
*/

/*PlanWrap/firstWrap*/
#PlanWrap,
#firstWrap,
#mapWrap
{
	overflow:hidden;
}
#PlanWrap .wide_inner,
#firstWrap .wide_inner,
#mapWrap .wide_inner
{
	margin: 0 auto;
    padding: 10px;
    border: 10px solid rgba(218,32,50,0.4);
    background-color: #fff;
}
#PlanWrap div div dl,
#firstWrap div div dl,
#mapWrap div div dl
	{
	overflow:hidden;
    width: 100%;	
}
#PlanWrap div div dl dt,
#firstWrap div div dl dt,
#mapWrap div div dl dt
	{
	font-size: 1.5em;
    font-weight: bold;
	margin:0 0 15px 0;
}
#PlanWrap div div dl dd,
#firstWrap div div dl dd,
#mapWrap div div dl dd
{
	font-size: 15px;
    line-height: 22px;
	letter-spacing: 0.03em;	
}
#PlanWrap h3 {margin-top: 15px;}
#PlanWrap .price{
	color: #ca0201;
    font-weight: bold;
    text-align: right;
    font-size: 20px;
    padding: 10px 0;
    width: 100%;
}
dd.ambassador{
	font-size: 18px;
	font-weight: bold;
	padding-top: 20px;
	margin: 0 20px;
	/*padding-left: 330px;*/
	}
dd.ambassador span{
	font-size: 12px;
}
#PlanWrap div div p,
#mapWrap div div p
{width: 100%;}
#firstWrap div div p{
	width: 50%;
    margin: 0 auto;	
}
#PlanWrap .photo img {width: 100%;}
#firstWrap div div p img{
	width:100%;
	height:auto;
}
	

.catche{
	font-size:12px;
	line-height:24px;
	margin-bottom:10px;
	display:block;
}
	

.map{
	margin:0 auto 30px;
	max-width: 640px
	
}
	
.map img{
		width: 100%;
	}

.inner-02{
	width:100%;
}

.gaiyo{
	border-top:1px solid #F0E7D5;
	border-right:1px solid #F0E7D5;
	margin-bottom:20px;
}

.gaiyo th{
	padding:10px;
	width:20%;
	border-bottom:1px solid #FFFFFF;
	background:#F0E7D5;
	vertical-align:middle;
	text-align:center;
}

.gaiyo > th:last-child{
	border-bottom:1px solid #F0E7D5!important;
}

.gaiyo td{
	padding:10px;
	border-bottom:1px solid #F0E7D5
}

.gaiyo td table td{
	border:none;
	padding:0
}


.kikouTit{
	background:#F0E7D5;
	padding:4px;
	display:block;
	font-weight:bold;
	
}


.kikou th.mainTit{
	padding:10px;
	width:100px;
	background:#F0E7D5;
	text-align:center;
}

.kikou td{
	padding:0 0;
	font-size:10px;
}

.set1{
	text-align:center;
}

.set3{
	text-align:center;
	border-bottom:1px solid #CCC;
	border-right:1px solid #CCC;
	vertical-align:middle;
}

.set4{
	text-align:center;
}

.line1 th{
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
	border-left:1px solid #CCC;
	padding:1px;
	background:#E4E2F0;
	text-align:center;
	vertical-align:middle;
}

.line1 th:last-child{
	border-right:1px solid #CCC;
}

.line1 th:first-child{
	border-left:none
}

.line2 td{
	background:#FFE5E6;
	vertical-align:middle;
}

.line3 td{
	background:#E6F4FF;
	vertical-align:middle;
}
	
/*secondWrap*/	
.info_mongolia {
	width: 100%;
	max-width:950px;
	margin:0 auto;
	display:block;
}
.info_mongolia img{
	width: 100%;
	height: auto;
	}	
p.comments{
	text-align: right;
    font-size: 10px;	
	}	
	
/*thirdWrap*/	
#thirdWrap .inner{
	padding-bottom: 20px;
	}	
#thirdWrap div div{
	/*background:#FFF;*/
	overflow:hidden;
	/*margin-bottom:15px;*/
}
#thirdWrap div div .slide_selector{
	margin:0 0 10px 0;
	text-align:center;
}
#thirdWrap div div .slide_selector img{
	width:100%;
	height:auto;
	max-width:400px;
}
#thirdWrap div div dl{
	margin-bottom:10px;

}

#thirdWrap .wide{
	background-color: #fff;
	padding: 20px 20px 0;
	margin-bottom: 20px;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
	}
	
.tour_img{
		margin: 0 0 40px 0;
		max-width: 1280px;
		width: 100%;
	}
	
	.tour_img img{
		width: 100%;
	}

.pointlist{
	overflow:hidden;
	margin:20px 0;
}

.pointlist li{
	font-size:12px;
	display:block;
	background:url(../images/im_point.png) no-repeat 0 3px;
	background-size:18px auto;
	padding:0 0 5px 25px;
	margin-bottom:10px;
	line-height:28px;
	border-bottom:1px dotted #CDBB96;
}	
	
#useWrap .inner,
#useWrap2 .inner,
#useWrap3 .inner{
	padding-bottom: 20px;
	}	
#useWrap div div,
#useWrap2 div div,
#useWrap3 div div{
	/*background:#FFF;*/
	overflow:hidden;
	/*margin-bottom:15px;*/
}
#useWrap div div .slide_selector,
#useWrap2 div div .slide_selector,
#useWrap3 div div .slide_selector{
	margin:0 0 10px 0;
	text-align:center;
}
#useWrap div div .slide_selector img,
#useWrap2 div div .slide_selector img,
#useWrap3 div div .slide_selector img{
	width:100%;
	height:auto;
	max-width:400px;
}
#useWrap div div dl,
#useWrap2 div div dl,
#useWrap3 div div dl{
	margin-bottom:10px;

}
    
#useWrap div div dl,
#useWrap2 div div dl,
#useWrap3 div div dl{
	overflow:hidden;
    border-bottom:1px #EBEBEB solid;
    margin:0 0 15px 0;
}
#useWrap div div dl:last-child,
#useWrap2 div div dl:last-child,
#useWrap3 div div dl:last-child{
	overflow:hidden;
    border-bottom:none;
    margin:0 0 0 0;
}
#useWrap div div dl dt,
#useWrap2 div div dl dt,
#useWrap3 div div dl dt{
    font-size: 20px;
    letter-spacing: 0.06em;
    font-weight: bold;
	margin:0 0 0 0;
	padding:0 0 8px 0;
    font-family: 'Montserrat', sans-serif !important;
}
#useWrap div div dl dd,
#useWrap2 div div dl dd,
#useWrap3 div div dl dd{
	font-size: 16px;
    line-height: 30px;
	color: #555;
    padding-bottom: 10px;
}
#useWrap div div dl:last-child dd,
#useWrap2 div div dl:last-child dd,
#useWrap3 div div dl:last-child dd{
    padding-bottom: 0px;
    }


#useWrap .wide,
#useWrap2 .wide,
#useWrap3 .wide{
	background-color: #fff;
	padding: 20px;
	margin-bottom: 20px;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
	}
	
	
.more{
	/*background-color: rgba(218,32,50,0.4);
    padding: 10px;*/
    /*margin: 10px auto;	*/
	/*position: relative;*/
	}
	
.more p.more{
	position: relative;	
    /*width: 93.3%;*/
    font-size: 15px;
    border: 10px solid rgba(218,32,50,0.4);
    text-align: left;
    color: #555;
    line-height: 20px;
    padding: 10px;
    background-color: #fff;
    margin-bottom: 0;
    float: inherit;
	}	
	
/*.more p.more:before{
    content: "";
    position: absolute;
	bottom: -20px;
    right: -60px;
    transform: translateX(-50%);
    width: 70px;
    height: 70px;
    background: url(../images/flag2.png) no-repeat;
    background-size: contain;
}*/
span.more{
	color: #333;
	font-size: 16px;
	font-weight: bold;
	background: linear-gradient(transparent 60%, #ff8 60%);
		
	}
.more span.small{
	font-size: 10px;	
	}	
/*easter_tour*/
	
#easter_tour .easter_tour_box {
	padding: 10px;
	/*margin-bottom: 30px;*/
}
#easter_tour .easter_tour_box > div {
	overflow: hidden;
	padding: 15px 10px 10px 10px;;
	margin-bottom: 10px;
	background: #FFF;
	float: none !important;
	width: auto !important;
	border: 10px solid rgba(218,32,50,0.4);
}
#easter_tour .easter_tour_box div p.images {
  margin: 0 auto 10px;
  width: 200px;
  height: auto;
}
#easter_tour .easter_tour_box div p.images img {
  width: 100%;
  height: auto;
}
#easter_tour .easter_tour_box div dl {
	overflow: hidden;
	display: block;
	padding: 0;
}
#easter_tour .easter_tour_box div dt {
  font-size: 18px;
  margin: 0 0 10px;
  padding: 0;
  /*font-weight: bold;*/
}
#easter_tour .easter_tour_box div dd {
	font-size: 14px;
	margin-bottom: 10px;
}
/*#easter_tour .easter_tour_box div dd.price {
	font-size: 12px;
	text-align: right;
}*/
#easter_tour .easter_tour_box div p.point {
	font-size: 14px;
/*    color: #b40000;
    font-weight: bold;
	position: relative;
    vertical-align: middle;*/
}	
#easter_tour .easter_tour_box div p.price {
    color: #ca0201;
    font-weight: bold;
    text-align: right;
    font-size: 20px;
    padding-top: 10px;
}
.easter_tour_box p.noplan {
    text-align: center;
    font-size: 16px;
}


/*tripa*/
#useWrap,
#useWrap2,
#useWrap3{
    padding-bottom: 60px;
    background-size: cover;
    /*margin-bottom: 30px;*/
}
#useWrap > div div,
#useWrap2 > div div,
#useWrap3 > div div{
  overflow: hidden;
 /* padding: 15px;*/
 /* background: #FFF;*/
  float: none !important;
  width: auto !important;
}
#useWrap div p, 
#useWrap2 div p,
#useWrap3 div p {
  /*float: left;*/
 /* margin: 0 20px 0 0;*/
  width: 100%;
  margin: 10px auto;
  height: auto;
}
#useWrap div p img,
#useWrap2 div p img,
#useWrap3 div p img {
  width: 100%;
  height: auto;
}
#useWrap div dl,
#useWrap2 div dl,
#useWrap3 div dl {
  overflow: hidden;
  display: block;
  padding: 0;
}
#useWrap div dt,
#useWrap2 div dt,
#useWrap3 div dt {
  font-size: 16px;
  margin: 0 0 10px;
  padding: 0;
}
#useWrap div dd,
#useWrap2 div dd,
#useWrap3 div dd {
font-size: 14px;
}
#useWrap div dd > span,
#useWrap2 div dd > span,
#useWrap3 div dd > span {
  display: block;
  margin: 5px 0 0;
}
#useWrap div dd > span a,
#useWrap2 div dd > span a,
#useWrap3 div dd > span a {
  color: #CCC;
  display: inline-block;
  background: none;
  padding: 0;
  text-align: center;
  margin-top: 0;
  font-size: 14px;
  -webkit-border-radius: 0;
  border-radius: 0;
  border-bottom: none;
}
#useWrap div dd > span span,
#useWrap2 div dd > span span,
#useWrap3 div dd > span span {
	color: #F69;
	display: inline;
	font-size: 14px;
}
#useWrap div dd > p.price,
#useWrap2 div dd > p.price,
#useWrap3 div dd > p.price {
	color: #cc0000;
    font-size: 20px;
    text-align: right;
    font-weight: bold;
}


.tripa_useWrap_wrap{
    background-color: rgba(255,255,255,0.8);
    padding: 10px;
	}	
	
@media screen and (min-width:480px) { 
#thirdWrap div div{
	background:#FFF;
	overflow:hidden;
	margin-bottom:15px;
}
#thirdWrap div div > .slide_selector{
/*	margin:0 10px 10px 0;
	width:50%;
	float:left;*/

	width:100%;

}
#thirdWrap div div .slide_selector img{
	width:100%;
	height:auto;
}
#thirdWrap div div dl{
	margin-bottom:10px;
	overflow:hidden;
}
	
	
#useWrap div div,
#useWrap2 div div,
#useWrap3 div div{
	background:#FFF;
	overflow:hidden;
	
}
#useWrap div div > .slide_selector,
#useWrap2 div div > .slide_selector,
#useWrap3 div div > .slide_selector{
/*	margin:0 10px 10px 0;
	width:50%;
	float:left;*/

	width:100%;

}
#useWrap div div .slide_selector img,
#useWrap2 div div .slide_selector img,
#useWrap3 div div .slide_selector img{
	width:100%;
	height:auto;
}
#useWrap div div dl,
#useWrap2 div div dl,
#useWrap3 div div dl{
	margin-bottom:10px;
	overflow:hidden;
}
}

#thirdWrap div div dl dt{
	font-size:17px;
	color: #555;
	margin:0 0 3px 0;
	padding:0 0 3px 0;
	border-bottom:1px #EBEBEB solid;
}
#thirdWrap div div dl dd{
	font-size:14px;
	line-height:26px;
}

#thirdWrap div div dl dt{
	color: #111;
	line-height:42px;
	margin: 10px 0;
	font-weight: bold;
}

#thirdWrap div div dl dt strong{
	display:block;
	overflow:hidden;
	margin:3px 0 0 0;
	font-size:18px;
}


#useWrap div div dl,
#useWrap2 div div dl,
#useWrap3 div div dl{
	overflow:hidden;
    border-bottom:1px #EBEBEB solid;
    margin:0 0 15px 0;
}
#useWrap div div dl:last-child,
#useWrap2 div div dl:last-child,
#useWrap3 div div dl:last-child{
	overflow:hidden;
    border-bottom:none;
    margin:0 0 0 0;
}
#useWrap div div dl dt,
#useWrap2 div div dl dt,
#useWrap3 div div dl dt{
    font-size: 16px;
    letter-spacing: 0.06em;
    font-weight: bold;
	margin:0 0 0 0;
	padding:0 0 8px 0;
    font-family: 'Montserrat', sans-serif !important;
}
#useWrap div div dl dd,
#useWrap2 div div dl dd,
#useWrap3 div div dl dd{
	font-size: 14px;
    line-height: 1.6;
	color: #555;
    padding-bottom: 10px;
}
#useWrap div div dl:last-child dd,
#useWrap2 div div dl:last-child dd,
#useWrap3 div div dl:last-child dd{
    padding-bottom: 0px;
    }

#useWrap .wide_inner{	
	}
#useWrap dd.box,
#useWrap2 dd.box,
#useWrap3 dd.box {
    padding: 15px;
    background:#fefaef ;
    margin-bottom: 12px;
    }
#useWrap dd.box p,
#useWrap2 dd.box p,
#useWrap3 dd.box p {
        margin:0;
    }
#useWrap dd.box ul,
#useWrap2 dd.box ul,
#useWrap3 dd.box ul {
    margin-left:20px;
    }
#useWrap dd.box ul p.tit,
#useWrap2 dd.box ul p.tit,
#useWrap3 dd.box ul p.tit {
    display: block;
    }
#useWrap dd.box ul li,
#useWrap2 dd.box ul li,
#useWrap3 dd.box ul li {
    list-style-type: disc!important; 
    font-size: 14px;
    }
    
/* Slider */
.slick-slider{
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus{
    outline: none;
}
.slick-list.dragging{
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
.slick-track{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after{
    display: table;
    content: '';
}
.slick-track:after{
    clear: both;
}
.slick-loading .slick-track{
    visibility: hidden;
}
.slick-slide{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide{
    float: right;
}
.slick-slide img{
    display: block;
}
.slick-slide.slick-loading img{
    display: none;
}
.slick-slide.dragging img{
    pointer-events: none;
}
.slick-initialized .slick-slide{
    display: block;
}
.slick-loading .slick-slide{
    visibility: hidden;
}
.slick-vertical .slick-slide{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slide_selector{
	margin:0!important;
}
.slide_selector img {
	width: 100%;
	height: auto;
}
.slick-dotted.slick-slider{
	margin-bottom: 0px;	
}

@media screen and (min-width:450px) { 
br.pcnone{
	display:none
}
}
.intorWrap div{
	line-height:22px;
}
.snsArea{
	width:300px!important;
}

/*AB*/
div dl.tourapi:hover,
div dl.tourapi:hover{
	transition: 0 ;
	opacity: 0.8;
	cursor:pointer;
}
div dl.tourapi{
	width:auto;
	float:none;
	padding:2%;
	margin:0;
    /*border: 1px solid #DDD;*/
}
#thirdWrap div div dl.tourapi dt{
	font-size:14px;
	padding:0 0 3px 0;
	margin:0 0 0 0;
	font-weight:400;
	font-family: "Mplus 1p"; 
	border:none;
	line-height: 1.5;
}
div dl.tourapi dd{
	font-size:14px;
	line-height: 1.5;
}
div dl.tourapi dd div{
	line-height: 1.5;
	margin-bottom:2%;
}
div dl.tourapi dd strong{
	font-size:18px;
	text-align:left;
	color:#F00;
	display:block;
	font-weight:bold;
	padding:1% 0;
	margin:10px 0 0;
	border-bottom: 1px dashed #dde3fc;
}

/*AB plan btn*/
.btn_plan{
	margin: 6% 10% 5% 18%;
    width: 100%;
}
.btn_plan a{
    width: 100%;
    line-height: 18px;
    color: #FFF!important;
    background: url(../images/im_arrow_white.png) no-repeat #FF5303 97% 50%;
	background-size: 18px auto;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
    padding: 3% 20%;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	position:relative;
}
.accordionArea .acc_trigger {
	width: 100%;
    font-size: 18px;
    display: block;
    margin: 0 auto;
    text-align: center;
    padding: 3%;
    background: #fff600;
    margin-bottom: 0%;
    color: #06c;
    text-decoration: none!important;
    font-weight: bold;
}
.accordionArea .hideBox_sp{display:none;}
.ic_plus:after{content:"　＋";}
.ic_plus.open:after{content:"　－";}

/*C:plan btn*/
#wrapper article .btn2All{
	width: 100%;
    margin-bottom: 1%;
}
#wrapper article .btn2All a{
	width: 100%;
    background: url(../images/im_arrow_white.png) no-repeat #55b9c2 97% 50%;
    background-size: 15px auto;
    display: block;
    color: #FFF!important;
    padding: 14px 0 12px 0;
    font-size: 16px;
    border-radius: 5px;
    margin-top:20px;
    margin-bottom: 0px;
    text-align: center;
}
#wrapper article .btn2All a:hover{text-decoration:none!important;opacity:0.8;}

/*btn---------------------------------------------------*/
.btn_small{
    margin:20px auto 10px;
    width: 90% !important;
}
.btn_small a{
    box-sizing: border-box;
    width: 100%;
    background: url(../images/im_arrow_white.png) no-repeat #9cc351 97% 50%;
    background-size: 16px auto;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: block;
    color: #fff!important;
    padding: 16px 0;
    font-size: 15px;
	text-align: center;
	border-radius: 26px;
    border: 1px solid #9cc351;
}


/* おすすめ旅行情報 */
#useWrap .tripa_useWrap_wrap{width: 100%; margin: 0 0 20px 0;}
#useWrap,
#useWrap2,
#useWrap3 {
padding: 10px;
}


/*slick*/
.tripa_slick .slick-prev,
.tripa_slick .slick-next {top: 50%;z-index: 40;}
.tripa_slick .slick-prev {left: -5px;}
.tripa_slick .slick-next {right: -5px;}
.tripa_slick .slick-prev:before,
.tripa_slick .slick-next:before {color: #242424;}

/*qa*/
#qanda_box dl {
	padding: 12px;
	background: #fff;
	position: relative;
	border-bottom: 1px dotted #aaa;
}
#qanda_box dl:last-child {border-bottom: none;}
#qanda_box dt {
	font-size: 15px;
    padding: 0 40px;
    word-break: break-all;
    width: 100%;
    text-align: left;
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
}
#qanda_box dt:before,
#qanda_box dd:before {
	content: "Q";
    position: absolute;
    left: 0;
    background: #333;
    width: 24px;
    height: 24px;
    text-align: center;
    font-size: 16px;
    color: #FFF;
    text-indent: 0;
	border-radius:20px;
	line-height: 1.6;
}
#qanda_box dt h3{font-weight:bold;}
#qanda_box dt:after {
	content: "＋";
    position: absolute;
    top: 0;
    right: 0;
    background: #FFF;
    width: 40px;
    height: 100%;
    text-align: center;
    font-size: 20px;
    color: #333;
    display: grid;
    align-items: center;
	transition-duration: 0.5s;
}
#qanda_box dt.faqopen:after {content: "－";}
#qanda_box dd {
	position: relative;
    font-size: 15px;
    margin-top: 10px;
    padding: 10px 40px 10px 40px;
	word-break: break-all;
}
#qanda_box dd:before {content: "A";}

.tourtitarea{
		font-size: 16px;
		font-weight: bold;
		text-align: center;
		margin: 30px 0 15px 0;
		padding: 0 0 10px 0;
		border-bottom: #55b9c2 2px solid;
	}
    
    
    div.main_txt h3 {
        font-size: 30px;
    
    }
    div.banner_area {
        width:100%;
        margin: 20px auto;
        text-align: center;
    }
    div.banner_area02 {
        width:100%;
        margin: 10px auto 50px;
        text-align: center;
    }
    div.banner_area img,div.banner_area02 img {
        width:94%;
        padding: 0 3%;
    }
    
    div.main_txt {
        width:94%;
        margin:0px 3% 30px;
        font-size: 15px;
        line-height: 1.6;
        color: #4c3939;
        background: #dde4dc;
        font-family: 'Montserrat', sans-serif !important;
        padding: 1px 0;
    }
    div.main_txt div.wrap {
       background: #fff;
        margin: 10px 10px 10px;
        padding: 7px;
    }
    div.main_txt p {
        margin: 10px 0 20px;
    }
    div.main_txt ul li {
        font-size: 14px;
        padding: 0 0 10px 16px;
        text-indent: -14px;
    }
    div.main_txt img {
        width:100%;
        height: auto;
    }
    
/*spot---------------------------------------------------*/	
#spotWrap{
	overflow:hidden;
    background: #fefaef;
}
	
#spotWrap .inner{
	padding-bottom: 50px;	
	}	
/*#thirdWrap h2{
	height:60px!important
}*/
/*#thirdWrap p{
	font-size:18px;
	line-height:36px;
	text-align:center;
	color:#FFF;
	margin:0 0 30px;
	padding:0;
}*/
#spotWrap div div.wide{
	background:#FFF;
	overflow:hidden;
	margin-bottom:30px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
}
#spotWrap div div.wide div.wide_inner{
    display: flex;    
    }
#spotWrap div div.wide .spot_photo{
    }
#spotWrap div div.wide .spot_photo img{
    width:90%;
    padding: 10px 5%;
    }
#spotWrap div div p img{
	width:100%;
	height:auto;
}
#spotWrap div div dl{
	overflow:hidden;
}
#spotWrap div div dl dt{
    font-size: 24px;
    font-weight: bold;
	margin:0 0 10px 0;
	padding:10px 0 10px 0;
	border-bottom:1px #EBEBEB solid;
    /*background: #fcf2e4;*/
    text-align: center;
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", 游明朝, "Yu Mincho", YuMincho, "serif"!important;
}
#spotWrap div div dl dd{
	font-size: 16px;
    line-height: 1.6;
	color: #555;
}
#spotWrap div div dl dd div.right {
    margin:15px;
    }
#useWrap div div dl dd p.midashi,
#useWrap2 div div dl dd p.midashi,
#useWrap3 div div dl dd p.midashi,
#spotWrap div div dl dd p.midashi{
    margin: 10px 0;
	font-size: 16px;
    font-weight: bold;
    line-height: 1.6;
	color: #555;
}

.link_btn a{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 15px 0 0;
    padding: 10px 0;
    color: #555;
    font-weight: bold;
    text-align: center;
    font-size: 16px;
    border: 1px solid #555;
}
.link_btn a::after {
    content: '';
    display: block;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right:15px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #555;
    border-right: 2px solid #555;
    transform: rotate(45deg);
}


/*両端にスラッシュを付ける*/
h3.p_midashi {
    width:100%;
  position: relative;
  display: inline-block;
  padding: 0;
 border-bottom: none;
    font-size: 20px;
    margin:30px 0 0;
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", 游明朝, "Yu Mincho", YuMincho, "serif"!important;
}
h3.p_midashi:before {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 44px;
  height: 2px;
  background-color: black;
  -webkit-transform: rotate(-60deg);
  transform: rotate(60deg);
}
h3.p_midashi:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 44px;
  height: 2px;
  background-color: black;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}
h3.p_midashi:before {
  left:0;
}
h3.p_midashi:after {
  right: 0;
}
    h4 {
        display: block;
        text-align: center;
        margin:20px 0 30px;
    }
    
    h4 span {
        text-align: center;
        display: inline-block;
        font-size: 24px;
        background:linear-gradient(transparent 50%, #ffffff 50%); 
        font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", 游明朝, "Yu Mincho", YuMincho, "serif"!important;
    }

#plin_link_preliminary li {
    margin-bottom: 20px;
}

/*------------------------------
scroll item
------------------------------*/
.scrollbox_wraper {
	margin-bottom: 25px;
	position: relative;
}
.scrollbox_wraper .scroll_left_btn,
.scrollbox_wraper .scroll_right_btn {
    width: 32px;
    height: 32px;
    position: absolute;
    top: calc(50% - 32px);
    display: block;
    z-index: 1;
    background: #FFF;
    border-radius: 50%;
    box-shadow: 0px 0px 6px #888;
}
.scrollbox_wraper .scroll_left_btn {left: 0;}
.scrollbox_wraper .scroll_right_btn {right: 0;}
.scrollbox_wraper .scroll_left_btn:after,
.scrollbox_wraper .scroll_right_btn:after,
.scrollbox_wraper .scroll_left_btn:before,
.scrollbox_wraper .scroll_right_btn:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
}
.scrollbox_wraper .scroll_left_btn:after {
	position: absolute;
	top: 16px;
	left: 11px;
    border-left: 2px solid;
    border-top: 10px solid;
	transform: rotate(-45deg);
	-webkit-transform-origin-y: top;
	transform-origin: top;
}
.scrollbox_wraper .scroll_right_btn:after {
	position: absolute;
	top: 16px;
	right: 11px;
	border-left: 2px solid;
	border-top: 10px solid;
	transform: rotate(45deg);
	-webkit-transform-origin-y: top;
	transform-origin: top;
}
.scrollbox_wraper .scroll_left_btn:before {
	position: absolute;
	top: 7px;
	left: 11px;
    border-left: 2px solid;
    border-top: 10px solid;
	transform: rotate(45deg);
	-webkit-transform-origin-y: bottom;
	transform-origin: bottom;
}
.scrollbox_wraper .scroll_right_btn:before {
	position: absolute;
	top: 7px;
	right: 11px;
	border-left: 2px solid;
	border-top: 10px solid;
	transform: rotate(-45deg);
	-webkit-transform-origin-y: bottom;
	transform-origin: bottom;
}
.scrollbox_wraper .scroll_left_btn.non_scloll,
.scrollbox_wraper .scroll_right_btn.non_scloll {
	transition: 0.1s;
	display:none!important;
}
.scrollbox_wraper .scrollbox {overflow-x: scroll!important;}
.scrollbox_wraper .scrollbox > ul {
    width: fit-content !important;
    display: flex !important;
    margin: 0 auto 15px !important;
	padding: 0 calc(calc(100% - calc(1040px / 4)) / 2);
}
.scrollbox_wraper .scrollbox > ul > li.sliderBox {
	width: calc(930px / 4) !important;
	margin: 0 5px !important;
	padding: 15px;
	box-sizing: border-box;
}
.scrollbox_wraper .scrollbox > ul > li h3 {
	display: grid;
	flex-direction: column;
	text-align: center;
	line-height: 1.2;
	padding: 10px 0;
	align-items: center;
	word-break: keep-all;
}
.scrollbox_wraper .scrollbox > ul > li .txt {font-size: 14px;}
.scrollbox_wraper .scrollbox::-webkit-scrollbar {height: 5px!important;}
.scrollbox_wraper .scrollbox::-webkit-scrollbar-track {
	margin: 0 5px !important;
	background: #eee !important;
	border-radius: 5px !important;
}
.scrollbox_wraper .scrollbox::-webkit-scrollbar-thumb {
	border-radius: 5px !important;
	background: #999 !important;
}
    
    .tableWrap {
        margin-bottom: 10px;
    }

}

/*760px以上----------------------------------------------------------------------*/
@media screen and (min-width: 760px),print {
/* CSS */
#wrapper {line-height: 1.231;}
#dirPathBlock,
h1,
.iframe_end-content_gadget,
#anchorLinkBlock{
	width: 100%;
	max-width:970px;
	min-width:760px;
	margin: auto;
}

#nextcontents {
    width: 100%;
    max-width: 970px;
    min-width: 760px;
    font-size: 19px;
    color: #e30034;
    margin: 25px auto;
    font-weight: bold;
    text-align: center;
}

/*panlist&back*/
#dirPathBlock,
#anchorLinkBlock {
    padding-bottom: 10px;	
	width: 100%;
	margin: 0 auto;
	display: block;
	font-size: 12px;
}
#anchorLinkBlock{
	padding-top: 10px;
	}	
#dirPathBlock p,
#anchorLinkBlock a{font-size: 12px;}
h1 {
	font-size: 14px;
    width: auto;
    max-width: 970px;
    margin: 0 auto;
	background:none;
}

p.images img{
	width:250px;
	height:auto!important;
}
.pcnone{display:none;}
div.colum3T div{
	cursor:pointer;
}
div.colum3T div:hover img{
opacity:0.7;
filter: alpha(opacity=70);
-ms-filter: "alpha( opacity=70 )";
background: #fff;
}
div.colum3T div:hover a{
	color:#FF8000;
	text-decoration:underline;
}
.naviNormal li{font-size: 1.2em;}
#titleBox{position:relative;}
.copyright{
	position: absolute;
	bottom: 3px;
	right: 5px;
	font-size: 14px;
	text-shadow: 0 0 2px white, 0 0 4px white, 0 0 6px white;
	font-weight: bold;
}
#title p{
	position: absolute;
	top:15px;
	left: 0;
	right: 0;
	bottom: 0;
	margin:auto;
	color:#FFF;
	font-weight:bold;
	width: 990px;
	line-height:40px;
	text-shadow:
	1px 1px 4px rgba(000,000,000,0.8),
	0px 1px 0px rgba(255,255,255,0.3);
}
#title p strong{
	background:#FFF;
	display:inline-block;
	padding:3px 5px 3px 5px;
	color:#036;
	font-size:28px;
	margin:0 20px 0 0;
	text-shadow:none;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.6),
		inset 0px 0px 10px rgba(087,087,087,0);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.6),
		inset 0px 0px 10px rgba(087,087,087,0);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.6),
		inset 0px 0px 10px rgba(087,087,087,0);
			vertical-align:middle;
}
#title span{
	font-size:20px;
	color:#FFF;
	font-weight:bold;
	display:block;
	padding:15px 0 0 0;
	letter-spacing:0.5em;
	text-align:center;
}
#title img{
	width:100%;
	height:auto;
}
#templeteWrap{
	width:100%;
}
.contInner02 .column2Area .section{
	width:950px!important;
	float:none!important;
	overflow:hidden;
}
#wrapInner{
	width:100%!important;
}
#inner950{
	width:950px;
	margin:0 auto;
	display:block;
}
.inner950{
	width:950px;
	margin:30px auto 0;
	display:block;
}
#Foot .footBtmInner{
	font-size:12px!important;
}
.itemList4 a{
	color:#383333!important;
}
	

/* navi
------------------------------------------ */
#navi {
    margin: 0px auto 0;
    text-align: center;
    padding: 0px 0 0;
    width: 970px;
    font-size: 20px;
    font-family: 'Montserrat', sans-serif !important;
}
#navi ul {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
}
#navi li {
    width: calc((100% - 8%) / 4);
}
#navi li a span {
    display: flex;
    font-weight: bold;
    padding: 3px 3px 3px;
    color: #FFF;
    /*width: 23.5%;*/
    box-sizing: border-box;
    background: #9cc351;
    border-radius: 5px;
    height: 70px;
    line-height: 1.2;
    justify-content: center;
    align-items: center;
    /*float:left;*/
    margin:25px 0 15px;
}
#navi li a span {
    color: #fff;
}
#navi li:last-of-type span {
    margin-right: 0;
}
#navi li a:hover {
    text-decoration: none!important;
    color: #f32b4c;
    opacity: 0.8;
}
#navi li span.csoon {
    display: flex;
    font-weight: bold;
    padding: 3px 3px 3px;
    color: #FFF;
    width: 23.5%;
    box-sizing: border-box;
    background: #999999;
    border-radius: 5px;
    height: 70px;
    line-height: 1.2;
    justify-content: center;
    align-items: center;
    float:left;
    margin:25px 2% 15px 0;
}

/* navi
------------------------------------------ */

#navMenu{
	overflow:hidden;
	margin:30px auto 30px;
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-wrap: wrap;
	width: 970px;
	
}

#navMenu li{
	/*width:25%;*/
	width:33%;
	
	
}

#navMenu li a{
	display:block;
	margin:0 3px 5px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	background:#b62810;
	color:#FFF;
	font-size:16px;
	text-align:center;
	padding:15px 0 18px;
	letter-spacing:-0.05em;
	border-bottom:4px solid rgba(0,0,0,0.2);
	position:relative;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

#navMenu li a:after{
	position:absolute;
	bottom:0%;
	right:48%;
	content:""; /* 空の要素を作成 */
	width:0;
	height:0;
	margin-top:0px; /* 位置を中心に調整 */
	border-width:6px;
	border-style:solid;
	border-color:#FFF transparent transparent transparent;
	/*border-left-color:#FFF;  矢印の色 */
}

#navMenu li a:hover{
	text-decoration:none!important;
	transition: 0.3s ;
	opacity: 0.7 ;
}

/*common---------------------------------------------------*/
.article .inner{
/*	width:950px;
	margin:0 auto;
	padding:40px 0 80px 0;*/
	width: 96%;
    max-width: 970px;
    margin: 0px auto 0;
    padding: 70px 0 80px 0;
    display: block;
    position: relative;	
}

h2 {
	font-size: 18px;
	/*color: #da2032;*/
	color: #624e4e;
	margin:0px auto 0px;
	padding:0 0 30px 0;
	font-weight:bold;
	text-align:center;
	min-height:49px;
	position:relative;
    font-family: 'Montserrat', sans-serif !important;
}
	
/*h2:before{
    content: "";
    position: absolute;
    top: -70px;
    left: 48.8%;
    transform: translateX(-40%);
    width: 100px;
    height: 70px;
    background: url("../images/im_moai.png") no-repeat;
    background-size: contain;
}	*/

h2 strong {
/*	color: #da2032;
    padding: 0;
	font-size: 50px;*/
    color: #4c3939;
	letter-spacing: 0.07em;
    padding: 0;
    font-size: 30px;
    /*text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);*/
    font-family: 'Montserrat', sans-serif !important;	
	/*text-shadow:
           1px 1px 0px #000, -1px -1px 0px #000,
          -1px 1px 0px #000,  1px -1px 0px #000,
           1px 0px 0px #000, -1px  0px 0px #000,
           0px 1px 0px #000,  0px -1px 0px #000;*/
}
h2 strong:before,
h2 strong:after{
    content: '';
    position: absolute;
    top: 23%;
    display: inline-block;
    width: 8%;
    height: 1px;
    background-color: #4c3939;
}	

h2 strong:before{
    left: 20px;		
	}	
h2 strong:after{
    right: 20px;		
	}		
	
h3{
	font-size: 30px;
	margin:18px auto 0px;
	padding:15px 0 15px 0;
	font-weight:normal;
	text-align:center;
    background: #dde4dc;
    width:970px;
	}	

/*title---------------------------------------------------*/
#titleBox {
	position: relative;
    margin: 0;
    padding: 0;
    max-height: 250px;
    overflow: hidden;
    text-align: center;
    background: #bfe5ec;
    background-size: cover;
	}	
#titleBox img {
    max-width: 970px;
    width: 100%;
	height: 250px;
    margin: 0 auto;
    padding: 0;
    display: block;
}

p.main_title{
	position: absolute;
	top: 230px;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
	letter-spacing: 0.05em;
	line-height: 55px;
	font-size: 60px;
	font-weight: bold;
	color: #111;
	background-color: rgba(2255,255,255,0.7);
	width: 640px;
	padding: 5px 0 20px;
	text-shadow: 1px 1px 0px #fff, -1px -1px 0px #fff, -1px 1px 0px #fff, 1px -1px 0px #fff, 1px 0px 0px #fff, -1px 0px 0px #fff, 0px 1px 0px #fff, 0px -1px 0px #fff;
}	
p.main_title span{
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	/* text-shadow: none; */
	background: linear-gradient(transparent 50%, #ff8 50%);
	text-shadow: 1px 1px 0px #777, -1px -1px 0px #777, -1px 1px 0px #777, 1px -1px 0px #777, 1px 0px 0px #777, -1px 0px 0px #777, 0px 1px 0px #777, 0px -1px 0px #777;
}
	
p.main_title span:before,
p.main_title span:after{
    content: '';
    position: absolute;
    top: 30%;
    display: inline-block;
    width: 40px;
    height: 1px;
    background-color: #fff;
}
p.main_title span:before{left: 0;}
p.main_title span:after{right: 0;}

/*btn---------------------------------------------------*/
.btn_wrapper{
	width: 100%;
    display: block;
    clear: both;
}
.btn2All{
    width: 100%;
	margin: 0 1% 0;
}
.btn2All a{
    width: 94.25%;
    background: url(../images/im_arrow_white.png) no-repeat #55b9c2 97% 50%;
    background-size: 18px auto;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    display: block;
    color: #FFF!important;
    padding: 16px;
    font-size: 17px;
	text-align: center;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.btn2All a:hover{text-decoration:none!important;opacity:0.8;}
    
/*btn---------------------------------------------------*/
.btn_wrapper{
	width: 970px!important;
    display: block;
    clear: both;
    text-align: center;
    margin:50px auto 0;
}
.btn_small{
    margin:0 auto;
    width: 540px;
    margin: 40px auto 20px;
}
.btn_small a{
    width: 540px;
    background: url(../images/im_arrow_white.png) no-repeat #9cc351 97% 50%;
    background-size: 18px auto;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    display: inline-block;
    color: #fff!important;
    padding: 16px;
    font-size: 17px;
	text-align: center;
	-webkit-border-radius: 3px;
	border-radius: 20px;
    border: 1px solid #9cc351;
}
.btn_small a:hover{text-decoration:none!important;opacity:0.8;}	

/*add20160825*/
.bigText{
	font-weight:bold;
	font-size:20px;
}
#PlanWrap,
#firstWrap,
#mapWrap{
	overflow:hidden;
}
#PlanWrap .wide,
#firstWrap .wide,
#mapWrap .wide{
    overflow: hidden;
	/*background-color: rgba(218,32,50,0.4);*/
    padding: 10px;	
}
#PlanWrap .wide_inner,
#firstWrap .wide_inner,
#mapWrap .wide_inner
	{
	margin: 0 auto;
    padding: 16px;
	border: 10px solid rgba(218,32,50,0.4);
    background-color: #fff;
}
#firstWrap .wide_inner{height: 180px;}
#firstWrap div div p{
	width:27%;
	float:right;
}
#firstWrap div div p img{
	width:100%;
	height:auto;
}
#firstWrap div div dl{
	overflow:hidden;
    float: left;
    width: 72%;	
}
#firstWrap div div dl dt{
	font-size: 24px;
    font-weight: bold;
	margin:0 0 15px 0;
}
#firstWrap div div dl dd{
	font-size: 1.3em;
    line-height: 24px;
}
/*#PlanWrap .wide_inner {height: 250px;}*/

#PlanWrap div div dt,
#mapWrap  div div dt
	{
	font-size: 21px;
    font-weight: bold;
	margin:0 0 15px 0;
	text-align: center;
}
#PlanWrap div div dt strong,
#mapWrap  div div dt strong
	{
    width: 100%;
    display: inline-block;
    text-align: center;
}
#PlanWrap div div dd,
#mapWrap div div dd
	{
    
    width: 100%;	
	font-size: 1.3em;
    line-height: 24px;
}
	
	.tour_img{
		margin: 0 0 40px 0;
		max-width: 1280px;
		width: 100%;
	}
	
	.tour_img img{
		width: 100%;
	}

.pointlist{
	overflow:hidden;
	margin:20px 0;
}

.pointlist li{
	font-size:14px;
	display:block;
	background:url(../images/im_point.png) no-repeat 0 0;
	padding:0 0 5px 35px;
	margin-bottom:10px;
	line-height:28px;
	border-bottom:1px dotted #CDBB96
}	
	
#PlanWrap h3,
#mapWrap h3
	{
	margin: 10px 0 0;
	padding: 0;
    font-size: 16px;
    text-align: left;
}
#PlanWrap div div p,
#mapWrap div div p
	{width:100%;}
#PlanWrap div div dd p:last-child,
#mapWrap div div dd p:last-child
	{
	/*text-align: right;*/
    font-size: 16px;
    margin: 3% 0;
}
#PlanWrap .price{
	color: #ca0201;
    font-weight: bold;
    font-size: 150%;
    width: 100%;
}
#PlanWrap .photo{
	width:27%;
	float:right;
}
#PlanWrap .photo img {width: 100%;}
    
/*両端にスラッシュを付ける*/
h3.p_midashi {
    width:750px;
  position: relative;
  display: inline-block;
  padding: 0;
 border-bottom: none;
    font-size: 28px;
    margin:0 125px;
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", 游明朝, "Yu Mincho", YuMincho, "serif"!important;
}
h3.p_midashi:before {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 44px;
  height: 2px;
  background-color: black;
  -webkit-transform: rotate(-60deg);
  transform: rotate(60deg);
}
h3.p_midashi:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 44px;
  height: 2px;
  background-color: black;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}
h3.p_midashi:before {
  left:0;
}
h3.p_midashi:after {
  right: 0;
}
    h4 {
        display: block;
        text-align: center;
        margin:20px 0 30px;
    }
    
    h4 span {
        text-align: center;
        display: inline-block;
        font-size: 24px;
        background:linear-gradient(transparent 50%, #ffffff 50%); 
        font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", 游明朝, "Yu Mincho", YuMincho, "serif"!important;
    }

dd.ambassador{
	font-size: 18px;
	font-weight: bold;
	padding-top: 15px;
	padding-left: 340px;
}
dd.ambassador span{
	font-size: 12px;
}
	
.catche{
	font-size:16px;
	line-height:24px;
	margin-bottom:20px;
}


.map{
	margin:0 auto 30px;
	max-width: 640px
	
}
	
.map img{
		width: 100%;
	}

.inner-02{
	width:100%;
}	

.gaiyo{
	border-top:1px solid #F0E7D5;
	border-right:1px solid #F0E7D5;
	margin-bottom:20px;
	font-size: 14px;
}

.gaiyo th{
	padding:10px;
	width:100px;
	border-bottom:1px solid #FFFFFF;
	background:#F0E7D5;
	text-align: center;
}

.gaiyo > th:last-child{
	border-bottom:1px solid #F0E7D5!important;
}

.gaiyo td{
	padding:10px;
	border-bottom:1px solid #F0E7D5
}

.gaiyo td table td{
	border:none;
	padding:0
}

.kikou{
	
	font-size: 14px;
	width: 100%;
	
}

.kikou th.mainTit{
	padding:10px;
	width:100px;
	background:#F0E7D5;
	text-align:center;
}

.kikou td{
	padding:0 0;
	
}
	

.set1{
	text-align:center;
}

.set3{
	
	text-align:center;
	border-bottom:1px solid #CCC;
	border-right:1px solid #CCC;
}

.set4{
	
	text-align:center;
}
	

.line1 th{
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
	border-left:1px solid #CCC;
	padding:3px 7px;
	background:#E4E2F0
}

.line1 th:last-child{
	border-right:1px solid #CCC;
}

.line1 th:first-child{
	border-left:none
}

.line2 td{
	background:#FFE5E6;
}

.line3 td{
	background:#E6F4FF;
}

	.list2{
		width: 100%;
	}

/*spot---------------------------------------------------*/	
#spotWrap{
	overflow:hidden;
    background: #fefaef;
}
	
#spotWrap .inner{
	padding-bottom: 50px;	
	}	
/*#thirdWrap h2{
	height:60px!important
}*/
/*#thirdWrap p{
	font-size:18px;
	line-height:36px;
	text-align:center;
	color:#FFF;
	margin:0 0 30px;
	padding:0;
}*/
#spotWrap div div.wide{
	background:#FFF;
	overflow:hidden;
	margin-bottom:30px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
}
#spotWrap div div.wide div.wide_inner{
    display: flex;    
    }
#spotWrap div div.wide .spot_photo{
    left: 15px;
    }
#spotWrap div div p img{
	width:100%;
	height:auto;
}
#spotWrap div div dl{
	overflow:hidden;
}
#spotWrap div div dl dt{
    font-size: 28px;
    font-weight: bold;
	margin:0 0 10px 0;
	padding:10px 0 10px 0;
	border-bottom:1px #EBEBEB solid;
    background: #fcf2e4;
    text-align: center;
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", 游明朝, "Yu Mincho", YuMincho, "serif"!important;
}
#spotWrap div div dl dd{
	font-size: 16px;
    line-height: 30px;
	color: #555;
    display: flex;
}
#spotWrap div div dl dd div.right {
    margin-left:15px;
    }
#useWrap div div dl dd p.midashi,
#useWrap2 div div dl dd p.midashi,
#useWrap3 div div dl dd p.midashi,
#spotWrap div div dl dd p.midashi{
	font-size: 18px;
    font-weight: bold;
    line-height: 30px;
	color: #555;
}
.link_btn {
    width: 50%;
    margin: 0 auto;
}
.link_btn a{
    display: flex;
    justify-content: center;
    margin: 20px 0;
    padding: 10px 0;
    color: #555;
    font-weight: bold;
    text-align: center;
    font-size: 16px;
    align-items: center;
    position: relative;
    border: 1px solid #555;
}
.link_btn a::after {
    content: '';
    display: block;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right:15px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #555;
    border-right: 2px solid #555;
    transform: rotate(45deg);
}
.link_btn a:hover {
    text-decoration: none!important;
    color: #555;
    opacity: 0.8;
}
.wide{
	padding:25px;
}
#thirdWrap .wide_inner{
	margin-bottom: 30px;	
	}	
	
.more p.more{
	position: relative;
    width: 90%;
    font-size: 15px;
	letter-spacing: 0.1em;
    border: 10px solid rgba(218,32,50,0.4);
    text-align: left;
    color: #555;
    line-height: 20px;
    padding: 20px 50px 20px 20px;
    background-color: #fff;
    margin: 50px auto 0;
	}	
	
.more p.more:before{
    content: "";
    position: absolute;
	bottom: 0px;
    right: -80px;
    transform: translateX(-50%);
    width: 100px;
    height: 100px;
    background: url(../images/flag2.png) no-repeat;
    background-size: contain;
}
span.more{
	color: #333;
	font-size: 18px;
	font-weight: bold;
	background: linear-gradient(transparent 60%, #ff8 60%);
		
	}	
.more p.mores{
	font-size: 12px;	
	}
	
/*hotel---------------------------------------------------*/	
#useWrap,
#useWrap2,
#useWrap3{
	overflow:hidden;
}
	
#useWrap .inner,
#useWrap2 .inner,
#useWrap3 .inner{
	padding-bottom: 50px;	
	}	
/*#useWrap h2{
	height:60px!important
}*/
/*#useWrap p{
	font-size:18px;
	line-height:36px;
	text-align:center;
	color:#FFF;
	margin:0 0 30px;
	padding:0;
}*/
#useWrap div div.wide,
#useWrap2 div div.wide,
#useWrap3 div div.wide{
	background:#FFF;
	overflow:hidden;
	margin-bottom:30px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
}
/*#useWrap div div p{
	width:35%;
	float:left;
	margin:0 25px 20px 0;
}*/
#usedWrap div div p img{
	width:100%;
	height:auto;
}
#useWrap div div dl,
#useWrap2 div div dl,
#useWrap3 div div dl{
	overflow:hidden;
    border-bottom:1px #EBEBEB solid;
    margin:0 0 15px 0;
}
#useWrap div div dl:last-child,
#useWrap2 div div dl:last-child,
#useWrap3 div div dl:last-child{
	overflow:hidden;
    border-bottom:none;
    margin:0 0 0 0;
}
#useWrap div div dl dt,
#useWrap2 div div dl dt,
#useWrap3 div div dl dt{
    font-size: 20px;
    letter-spacing: 0.06em;
    font-weight: bold;
	margin:0 0 0 0;
	padding:0 0 8px 0;
    font-family: 'Montserrat', sans-serif !important;
}
#useWrap div div dl dd,
#useWrap2 div div dl dd,
#useWrap3 div div dl dd{
	font-size: 16px;
    line-height: 30px;
	color: #555;
    padding-bottom: 10px;
}
#useWrap div div dl:last-child dd{
    }

#useWrap .wide_inner{	
	}
#useWrap dd.box,
#useWrap2 dd.box,
#useWrap3 dd.box {
    padding: 15px;
    background:#fefaef ;
    margin-bottom: 12px;
    }
#useWrap dd.box ul,
#useWrap2 dd.box ul,
#useWrap3 dd.box ul {
    margin-left:20px;
    }
#useWrap dd.box ul p.tit,
#useWrap2 dd.box ul p.tit,
#useWrap3 dd.box ul p.tit {
    display: block;
    }
#useWrap dd.box ul li,
#useWrap2 dd.box ul li,
#useWrap3 dd.box ul li {
    list-style-type: disc!important; 
    font-size: 16px;
    }



/*slider---------------------------------------------------*/
/*.slick-slide{
	opacity: 0.5 ;
}*/
.slick-active{
	opacity: 1 ;
}
p.slide_selector{
	background:#000;
	z-index:1!important;
	position:relative;
}

/* Slider */
.slick-slider{
	width: 100%;
    margin-right: 28px;
    position: relative;
    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
	z-index:100;
}
#useWrap .slick-slider,
#useWrap2 .slick-slider,
#useWrap3 .slick-slider{
    margin-right: 0px;
}
.slick-list{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
	z-index:2;
}
.slick-list:focus{
    outline: none;
}
.slick-list.dragging{
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
			
}
.slick-track{
    position: relative;
    top: 0;
    left: 0;
	z-index:1!important;
    display: block;
}

.slick-track:before,
.slick-track:after{
    display: table;

    content: '';
}
.slick-track:after{
    clear: both;
}
.slick-loading .slick-track{
    visibility: hidden;
}
.slick-slide{
    display: none;
    float: left;
	z-index:100;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide{
    float: right;
}
.slick-slide img{
    display: block;
}
.slick-slide.slick-loading img{
    display: none;
}
.slick-slide.dragging img{
    pointer-events: none;
}
.slick-initialized .slick-slide{
    display: block;
}
.slick-loading .slick-slide{
    visibility: hidden;
}
.slick-vertical .slick-slide{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slick-dotted.slick-slider{
	margin-bottom: 0px;	
}	

/*tripa*/
#useWrap{
    /*background-size: cover;
    margin-bottom: 30px;*/
}
#useWrap > div div,
#useWrap2 > div div,
#useWrap3 > div div{
/*	overflow: hidden;
	padding: 15px;
	background: #FFF;*/
	float: none !important;
	width: auto !important;
}
#useWrap div p,
#useWrap2 div p,
#useWrap3 div p {
	float: left;
	margin: 0 20px 0 0;
	width: 150px;
	height: auto;
}
#useWrap div p img,
#useWrap2 div p img,
#useWrap3 div p img {
	width: 100%;
	height: auto;
}
#useWrap div dl,
#useWrap2 div dl,
#useWrap3 div dl {
	overflow: hidden;
	display: block;
	padding: 0;
}
#useWrap div dt,
#useWrap2 div dt,
#useWrap3 div dt {
	font-size: 18px;
	margin: 0 0 10px;
	padding: 0;
}
#useWrap div dd,
#useWrap2 div dd,
#useWrap3 div dd {
font-size: 14px;
}
#useWrap div dd > span,
#useWrap2 div dd > span,
#useWrap3 div dd > span {
	display: block;
	margin: 5px 0 0;
}
#useWrap div dd > span a,
#useWrap2 div dd > span a,
#useWrap3 div dd > span a {
	color: #CCC;
	display: inline-block;
	background: none;
	padding: 0;
	text-align: center;
	margin-top: 0;
	font-size: 14px;
	-webkit-border-radius: 0;
	border-radius: 0;
	border-bottom: none;
}
#useWrap div dd > span span,
#useWrap2 div dd > span span,
#useWrap3 div dd > span span {
	color: #F69;
	display: inline;
	font-size: 14px;
}
#useWrap div dd > p,
#useWrap2 div dd > p,
#useWrap3 div dd > p {
    float: none;
    clear: both;
    width: 100%;
}
#useWrap div dd > p.price,
#useWrap2 div dd > p.price,
#useWrap3 div dd > p.price {
    margin-top: 15px;
    color: #cc0000;
    font-size: 20px;
    text-align: right;
    font-weight: bold;
}

.tripa_useWrap_wrap{
    background-color: rgba(255,255,255,0.8);
    padding: 15px;
	margin: 0 0 30px 0;
	}
/*qa*/
#qanda_box dl {
	padding: 15px;
    background: #fff;
    position: relative;
    border-bottom: 1px dotted #aaa;
}
#qanda_box dl:last-child {border-bottom: none;}
#qanda_box dt {
	font-size: 18px;
    padding: 0 45px 0 40px;
    line-height: 1.6;
    width: 100%;
    text-align: left;
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
}
#qanda_box dt:before,
#qanda_box dd:before {
	content: "Q";
    position: absolute;
    left: 0;
    background: #333;
    width: 28px;
    height: 28px;
    text-align: center;
    font-size: 18px;
    color: #FFF;
    text-indent: 0;
	border-radius:20px;
}
#qanda_box dt h3{font-weight:bold;}
#qanda_box dt:after {
	content: "＋";
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 100%;
    text-align: center;
    font-size: 20px;
	background: #FFF;
    color: #333;
    display: grid;
    align-items: center;
	transition-duration: 0.5s;
}
#qanda_box dt.faqopen:after {content: "－";}
#qanda_box dd {
	position: relative;
    font-size: 16px;
    line-height: 1.6;
    margin-top: 10px;
    padding: 10px 40px 10px 40px;
}
#qanda_box dd:before {content: "A";}
	
.info_mongolia {
	/*width: 100%;
	max-width:900px;*/
	margin:0 auto;
	display:block;
	border: 5px solid #da2023;
}
.info_mongolia img{
		width: 100%;
	}	
p.comments{
	text-align: right;
	padding-right: 5px;
    padding-bottom: 5px;
	}		
/*easter_tour*/
	
#easter_tour .inner{
	padding-bottom: 54px;
	}	
#easter_tour .easter_tour_box {
	padding: 10px;
	margin-bottom: 30px;
}
#easter_tour .easter_tour_box > div {
	overflow: hidden;
	padding: 15px;
	margin-bottom: 10px;
	background: #FFF;
	float: none !important;
	width: auto !important;
	border: 10px solid rgba(218,32,50,0.3);
}
#easter_tour .easter_tour_box div p.images {
  float: left;
  margin: 0 20px 0 0;
  width: 200px;
  height: auto;
}
#easter_tour .easter_tour_box div p.images img {
  width: 100%;
  height: auto;
}
#easter_tour .easter_tour_box div dl {
	overflow: hidden;
	display: block;
	padding: 0;
}
#easter_tour .easter_tour_box div dt {
  font-size: 18px;
  margin: 0 0 10px;
  padding: 0;
}
#easter_tour .easter_tour_box div dd {
	font-size: 14px;
	margin-bottom: 10px;
}
#easter_tour .easter_tour_box div p.point {
	font-size: 14px;
}	
#easter_tour .easter_tour_box div p.price {
    color: #ca0201;
    font-weight: bold;
    text-align: right;
    font-size: 20px;
    padding-top: 10px;
}	
.easter_tour_box p.noplan {
    text-align: center;
    font-size: 14px;
}

    
    div.main_txt {
        width:970px;
        margin:0px auto 0px;
        font-size: 16px;
        line-height: 1.6;
        color: #4c3939;
        background: #dde4dc;
        display:flex;
        font-family: 'Montserrat', sans-serif !important;
    }
    div.main_txt div.wrap {
       background: #fff;
        margin: 10px 10px 10px;
    }
    div.main_txt div.wrap:first-child {
        margin-right: 0px;
        padding: 15px;
    }
    div.main_txt p {
        margin: 10px 0 20px;
    }
    div.main_txt ul li {
        font-size: 16px;
        padding: 0 0 10px 16px;
        text-indent: -16px;
    }
    div.main_txt img {
        width:400px;
        height: auto;
    }
    
    div.banner_area {
        width:970px;
        margin: 50px auto;
        text-align: center;
    }
    div.banner_area02 {
        width:970px;
        margin: 10px auto 50px;
        text-align: center;
    }

#plin_link_preliminary {
    display: flex;
    justify-content: space-between;
    margin: 30px 0 50px;
}
#plin_link_preliminary li {
    width: 45%;
}
#plin_link_preliminary li .btn_small{
    width: 100% !important;
}
#plin_link_preliminary li .btn_small a{
    width: 100% !important;
    box-sizing: border-box;
}
    
.tableWrap {
        display: flex;
        justify-content: space-between;
    margin-bottom: 10px;
    }

    .tableWrap table {
        margin-right: 15px;
    }
    .tableWrap table:nth-child(2) {
        margin-right: 0;
    }
    
/*------------------------------
scroll item
------------------------------*/
.scrollbox_wraper {
	margin-bottom: 50px;
	position: relative;
}
.scrollbox_wraper .scroll_left_btn,
.scrollbox_wraper .scroll_right_btn {
    width: 32px;
    height: 32px;
    position: absolute;
    top: calc(50% - 32px);
    display: block;
    z-index: 1;
    background: #FFF;
    border-radius: 50%;
    box-shadow: 0px 0px 6px #888;
}
.scrollbox_wraper .scroll_left_btn {left: -40px;}
.scrollbox_wraper .scroll_right_btn {right: -40px;}
.scrollbox_wraper .scroll_left_btn:after,
.scrollbox_wraper .scroll_right_btn:after,
.scrollbox_wraper .scroll_left_btn:before,
.scrollbox_wraper .scroll_right_btn:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
}
.scrollbox_wraper .scroll_left_btn:after {
	position: absolute;
	top: 16px;
	left: 11px;
    border-left: 2px solid;
    border-top: 10px solid;
	transform: rotate(-45deg);
	-webkit-transform-origin-y: top;
	transform-origin: top;
}
.scrollbox_wraper .scroll_right_btn:after {
	position: absolute;
	top: 16px;
	right: 11px;
	border-left: 2px solid;
	border-top: 10px solid;
	transform: rotate(45deg);
	-webkit-transform-origin-y: top;
	transform-origin: top;
}
.scrollbox_wraper .scroll_left_btn:before {
	position: absolute;
	top: 7px;
	left: 11px;
    border-left: 2px solid;
    border-top: 10px solid;
	transform: rotate(45deg);
	-webkit-transform-origin-y: bottom;
	transform-origin: bottom;
}
.scrollbox_wraper .scroll_right_btn:before {
	position: absolute;
	top: 7px;
	right: 11px;
	border-left: 2px solid;
	border-top: 10px solid;
	transform: rotate(-45deg);
	-webkit-transform-origin-y: bottom;
	transform-origin: bottom;
}
.scrollbox_wraper .scroll_left_btn.non_scloll,
.scrollbox_wraper .scroll_right_btn.non_scloll {
	transition: 0.1s;
	display:none!important;
}
.scrollbox_wraper .scrollbox {overflow-x: scroll!important;}
.scrollbox_wraper .scrollbox > ul {
    width: fit-content !important;
    display: flex !important;
    margin: 0 auto 15px !important;
}
.scrollbox_wraper .scrollbox > ul > li.sliderBox {
	width: calc(930px / 4) !important;
	margin: 0 5px !important;
	padding: 15px;
	box-sizing: border-box;
}
.scrollbox_wraper .scrollbox > ul > li h3 {
	display: grid;
	flex-direction: column;
	text-align: center;
	line-height: 1.2;
	padding: 10px 0;
	align-items: center;
	word-break: keep-all;
}
.scrollbox_wraper .scrollbox > ul > li .txt {font-size: 14px;}
.scrollbox_wraper .scrollbox::-webkit-scrollbar {height: 5px!important;}
.scrollbox_wraper .scrollbox::-webkit-scrollbar-track {
	margin: 0 5px !important;
	background: #eee !important;
	border-radius: 5px !important;
}
.scrollbox_wraper .scrollbox::-webkit-scrollbar-thumb {
	border-radius: 5px !important;
	background: #999 !important;
}
@media (min-width: 760px) and (max-width: 900px){
	/*------------------------------
	for Tablet
	------------------------------*/
	.scrollbox_wraper .scrollbox {
		overflow-x: scroll!important;
		padding: 0;
	}
	.scrollbox_wraper .scrollbox > ul > li {
		width: 270px !important;
	    margin: 0 5px;
		background: #fff;
	}
	.scrollbox_wraper .scrollbox::-webkit-scrollbar {height: 5px!important;}
	.scrollbox_wraper .scrollbox::-webkit-scrollbar-track {
		margin: 0 5px!important;
		background: #eee!important;
		border-radius: 5px!important;
	}
	.scrollbox_wraper .scrollbox::-webkit-scrollbar-thumb {
		border-radius: 5px!important;
		background: #999!important;
	}
}

}

/*スクロールなし*/
.scrollbox_wraper.no_slider .scroll_left_btn,
.scrollbox_wraper.no_slider .scroll_right_btn,
.scrollbox_wraper.no_slider .scrollbox::-webkit-scrollbar,
.scrollbox_wraper.no_slider .scrollbox::-webkit-scrollbar-track,
.scrollbox_wraper.no_slider .scrollbox::-webkit-scrollbar-thumb {display:none!important;}

/*  slick 画像が全部出る対策 */
.slide_selector {
  opacity: 0;
  transition: opacity .25s ease;
}
.slide_selector.slick-initialized {
  opacity: 1;
}



/*添乗員付き*/
#tentsuki_nta {
	background: #e7f6f8;
	display: flex;
	margin-bottom: 25px;
}
#tentsuki_nta li {
    width: calc(100% / 4);
    margin: 0 1px;
	padding: 10px;
    font-size: 14px;
    box-sizing: border-box;
	position:relative;
}
#tentsuki_nta li > span{
	width: 32px;
    position: absolute;
    top: -2px;
    left: 10px;
    background: #ac946a;
    color: #FFF;
    padding: 10px 0 18px;
    font-weight: bold;
    text-align: center;
    font-size: 20px;
}
#tentsuki_nta li > span:after{
	content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background: #ac946a;
    width: 0;
    height: 0;
    border-style: solid;
	border-right: 16px solid transparent;
    border-left: 16px solid transparent;
    border-bottom: 10px solid #e7f6f8;
    border-top: 0;
}
#tentsuki_nta dt {
	font-weight: bold;
    margin-bottom: 10px;
    padding-left: 45px;
    height: 35px;
}
@media screen and (max-width: 759.9px) {
#tentsuki_nta {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
}
#tentsuki_nta li {
	width: calc(96% / 2);
    margin: 0 1% 2%;
    padding: 8px;
    font-size: 12px;
    box-sizing: border-box;
    position: relative;
    background: #e7f6f8;
}
#tentsuki_nta li > span{
	width: 20px;
    position: absolute;
    top: -2px;
    left: 3px;
    background: #ac946a;
    color: #FFF;
    padding: 10px 0 18px;
    font-weight: bold;
    text-align: center;
    font-size: 14px;
}
#tentsuki_nta li > span:after{
	content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background: #ac946a;
    width: 0;
    height: 0;
    border-style: solid;
	border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 10px solid #e7f6f8;
    border-top: 0;
}
#tentsuki_nta dt {
	font-weight: bold;
    margin-bottom: 10px;
    padding-left: 20px;
    height: 35px;
}
    
}

.design01 {
 width: 100%;
 text-align: center;
 border-collapse: collapse;
 border-spacing: 0;
}
.design01 th {
 padding: 10px;
 background: #9cc351;
 border: solid 1px #778ca3;
    text-align: center;
}
.design01 td {
 padding: 10px;
 border: solid 1px #778ca3;
background: #fff;
}
