@charset "utf-8";

/*PCSP共通設定*/
section:nth-of-type(odd){background-color:#fff;}
section:nth-of-type(even){background-color:#fff;}
html {scroll-behavior: smooth;}/*smooth scroll*/

.bgw{
	background-color: #ffffff !important;
}

.bgwb{
	background-color: #D7F5FF !important;
}

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

/*759px以下*/
@media screen and (max-width: 759.9px) {
#wrapper {line-height: 1.4;}
.spnone{display:none;}

/* CSS */
#dirPathBlock,
#anchorLinkBlock {
	font-size: 10px;
	margin: 1% 1% 0 1%;
}
#dirPathBlock p,
#anchorLinkBlock a{font-size: 12px;}

#plan {
    margin-top: 40px;
}

h1 {
	font-size: 12px;
	margin: 0 1%;
}
h2 {
    position: relative;
    margin-top: 2%;
    padding: 0.5em;
    color: #202040;
	font-size: 153.9%;
	text-align: center;
    font-weight: bold;
/*	background: #202040;
    border-radius: 0.3em;*/
}
h2::after {
    display: inline-block;
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 60px;
    height: 4px;
    background-color: #202040;
}

h2 span {
    display: block;
    margin-bottom: 10px;
    font-size: 60%;
    font-weight: normal;
}

h3 {
	/*width: 5em;*/
	margin: 0;
	/*padding: 10px .5em;*/
	font-size: 130%;
	text-align: left;
	/*border: 2px solid #202040;
	border-radius: 0.3em;*/
	color: #202040;
}

h4 {
	margin: 20px 0 -10px;
	font-size: 120%;
	color: #202040;
}
h5 {
	margin: 0;
	font-size: 120%;
}

.inner{
	width: 96%;
	margin: 0 2%;
	padding: 24px 0;
	box-sizing: border-box;
}

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

.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 span {
  display: block;
  padding: 3%;
  background: #fff;
  overflow:hidden;
}

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

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

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


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

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



/*title*/

.titlePc {
	display: none !important;
}

.titleSp {
	width: 100%!important;
    text-align: center;
    background-size: 211%;
	line-height: 0;
	max-width: 696px;
	margin: 0 auto;
}
	
	.titleSp img{
		width: 100%;
	}

a:hover img {
	opacity: 0.8;
	filter: progid:DXImageTransform.Microsoft.Alpha(Enabled=1,Style=0,Opacity=80);
}

#anchorLinkBlock p.pageBackBlock {
	font-size: 11px !important;
	padding: 1%;
}

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

p.attention {
    box-sizing: border-box;
	font-size: 123.1%;
    line-height: 1.6;
	width: 96%;
	margin: 40px auto 30px;
	/*border: 2px #F00 solid;*/
	padding: 5%;
	background: #eee;
}
	
p.attention span{
		display: block;
		margin: 0 0 0px 0;
	}
	
	p.attention span.kaigyou2{
		margin: 0 0 30px 0;
	}

.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: 123.1%;
	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;
}

.textLeft {
	font-size: 123.1%;
	text-align: left;
}

.textCenter {
	font-size: 123.1%;
	text-align: center;
}

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

/* =========================================================
◆navigation
========================================================= */
.topNavi {
	width: 100%!important;
	background: #AA9010;
	text-align: center;
}

.topNavi ul {
	text-align: center;
	margin: 0;
	overflow: hidden;
	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;
}

.topNavi ul li {
	font-size: 123.1%;
	font-weight: bold;
	    display: flex;
    align-items: center;
    justify-content: center;
	width: 50%;
	float: left;
	margin: 0;
    padding: 2% 0;
	border-left: 1px dashed rgba(255,255,255,0.5);
	border-bottom: 1px dashed rgba(255,255,255,0.5);
}

.topNavi ul li:nth-child(n+3) { /*3番目以降*/
	border-bottom: none;
}

.topNavi ul li:nth-child(odd) { /*奇数*/
	border-left: none;
}
	
	/*.topNavi ul li:last-child{
		width: 98%;
		clear: both;
		margin: 0 auto;
		border:none !important;
		
	}*/

.topNavi ul li a {
    color: #fff;
}

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

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

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

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

.itineraryBox span {
	font-size: 80%;
}

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

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

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

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

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

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

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

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

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

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

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

.slide-box {
	margin:0 5% 0 0;
    flex: 0 0 85%;
	text-align: center;
	word-break: break-all;
	max-width: 400px;
}

.slide-box img {
	padding: 2% 0;
	width: 100%;
}

.slide-box p {
	text-align: left;
	font-size: 123.1%;
	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: 123.1%;
}

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

.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: 3% 0;
}

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

.slide-box2 p {
	text-align: left;
	font-size: 123.1%;
	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;
}

/* =========================================================
◆list横並び
========================================================= */
.itemList3 > div {
	float: left;
	width: 100%;
	padding: 2% 0;
}

.itemList3 > div .Btn {
	overflow: hidden;
    width: 94%;
	margin: 0 3%;
    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;
}

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

.itemList3 > div .Btn a:hover {
	background: #F30;        /* マウスオーバーカラー */  
}

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

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

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

.itemList3 > div .Btn_gray {
	overflow: hidden;
    width: 94%;
	margin: 0 3%;
    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: #fff;
    text-decoration: none;
	background: #666;
	padding: 5% 0;
}

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

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

.itemList4 {
	width: 100%;
	padding: 2% 0;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}

.itemList4 > div {
	float: left;
	width: 50%;
	padding: 1%;
    margin-top: 2%;
}

.itemList4 > div img {
	width: 100%;
}

.itemList4 > div dt {
	font-size: 123.1%;
    text-align: center;
}

.itemList4 > div dd {
	font-size: 123.1%;
	text-align: left;
	padding: 2% 4% 4%;
	background: #FFF;
}

/* =========================================================
◆slider
========================================================= */
.slider img {
	max-width: 100%;
	width: 100%;
	height: auto;
	padding: 0 1%;
}

.slider div p {
	font-size: 123.1%;
	padding: 2% 1%;
	text-align: left;
}

.slider div p img {
    float: left;
	max-width: 22px; 
    height: auto;
	padding: 0;
    margin-right: 1%;
}

.slider div p .lead {
	font-size: 110%;
}

.slide-arrow {
  position: absolute;
  top: 50%;
  margin-top: -15px;
}

.prev-arrow {
  left: -40px;
  width: 0;
  height: 0;
  border-left: 0 solid transparent;
  border-right: 15px solid #113463;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  background: rgba(255,255,255,0); /*背景白を透過*/
}
.next-arrow {
  right: -40px;
  width: 0;
  height: 0;
  border-right: 0 solid transparent;
  border-left: 15px solid #113463;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  background: rgba(255,255,255,0); /*背景白を透過*/
}

.slick-slide {
	opacity: 0.5;
	background: rgba(255,255,255,0); /*背景白を透過*/
}

.slick-active {
	opacity: 0.5 ;
}
.slick-center {
	opacity: 1 !important;
}

.slide_selector{
	z-index: 1 !important;
	position: relative;
	overflow: hidden;
}

/* =========================================================
◆注意事項
========================================================= */
ul.guideList {
	font-size: 123.1%;
	line-height: 1.4;
	margin-top: 3%;
}

ul.guideList li {
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -1em;
    margin-left: 1em;
    text-align: left;
}

ul.guideList li:before {
	content: '◆';
}

ul.guideList li.kome01 {
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -3em;
    margin-left: 3em;
}

ul.guideList li.kome01:before {
	content: '※１）';
}

ul.guideList li.kome02 {
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -3em;
    margin-left: 3em;
}

ul.guideList li.kome02:before {
	content: '※２）';
}

ul.guideList li.kome03 {
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -3em;
    margin-left: 3em;
}

ul.guideList li.kome03:before {
	content: '※３）';
}

ul.guideList li span {
	color: #F00;
}

/* =========================================================
◆ボタン
========================================================= */
.Btn {
  color: #fff;
  width: 94%;
  margin: 4% 3% 0;
  text-align: center;
  position: relative; /* 追記 */
  font-size: 130%;
  font-weight: bold;
}

.Btn a {
    display: block;
    width: 100%;
    color: #fff;
    padding: 6% 3%;
    background: #AA9010;
    border-radius: 5px;
}

.Btn span {
  font-size: 80%;
  font-weight: normal;
}

.Btn::after {
  content: "＞";
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}

.Btn_gray {
  color: #fff;
  width: 94%;
  margin: 4% 3%;
  text-align: center;
  background: #666    ;
  border-radius: 5px;
  padding: 6% 3%;
  position: relative; /* 追記 */
  font-size: 123.1%;
  font-weight: bold;
}

.Btn_gray::after {
  content: "＞";
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}


li span.torikeshi_line {
    background-image: linear-gradient(transparent 0.7em, #e70000 0, #e70000 calc(0.7em + 1px), transparent 0, transparent calc(0.7em + 3px), #e70000 0, #e70000 calc(0.7em + 4px), transparent 0);
    text-decoration: none;
    padding: 0 2px;
}


.slide-box dl dd.Btn{
		width: 100% !important;
		margin: 15px 0 5px !important;
	}
	
	.slide-box dl dd.Btn a{
		font-size: 16px !important;
		padding: 10px !important;
	}
	
	.slide-box dl.hotel_box{
		padding: 10px;
		border: 1px solid #D2D2D9;
		margin: 0;
	}
	
	.slide-box dl.hotel_box dt.hotel_tit{
		font-size: 16px;
		margin: 0 0 10px 0;
		display: flex;
		justify-content: flex-start;
		align-items: stretch;
	}
	
	.slide-box dl.hotel_box dt.hotel_tit span{
		display: block;
	}
	
	.slide-box dl.hotel_box dt.hotel_tit span.icon{
		background-color: #333;
		padding: 5px;
		font-size: 12px;
		font-weight: bold;
		color: #ffffff;
		margin: 0 10px 0 0;
		text-align: center;
		width: 20%;
		    display: flex;
    justify-content: center;
    align-items: center;
	}
	
	.slide-box dl.hotel_box dt.hotel_tit span.hotelmain{
		width: 76%;
		display: flex;
    align-items: center;
	}
	
	.slide-box dl.hotel_box dd.hotel_img{
		max-width: 400px;
		margin: 0 0 10px 0;
	}
	
	.slide-box dl.hotel_box dd.hotel_txt{
		font-size: 14px;
		margin: 0 0 10px;
		padding: 0 0 10px;
		border-bottom: dotted 1px #cccccc;
		text-align: left !important;
        line-height: 1.5;
	}
	
	.slide-box dl.hotel_box dd.hotel_txt:last-child{
		border: none;
		padding: 0 0 0 0 !important;
	}

.nittei{
		margin: 0 auto 5px;
	overflow-x: scroll;
	}
	
	.nittei table{
		width: 100%;
		border-collapse: collapse;
		min-width: 720px;
	}
	
	.nittei table th,
	.nittei table td{
		padding: 10px;
		border: 1px solid #202040;
		text-align: center;
	}
	
	.nittei table td{
		font-size: 14px;
        white-space: nowrap;
	}
	
	.nittei table th{
		padding: 15px;
		font-size: 14px;
		color:#fff;
		background-color: #777;
	}
	
	.acce{
        width: 100%;
        margin: 20px auto 40px;
		padding: 15px;
		/*border: 4px solid #AA9010;*/
        background: #EEE9CF;
        border-radius: 10px;
	}
	
	.acce .acce_tit{
        margin-bottom: 8px;
		font-size: 18px;
		font-weight: bold;
	}
	
	.acce .acce_txt{
		font-size: 14px;
        line-height: 1.5;
	}
	
	.bt_txt{
		text-align: center;
		font-size: 16px;
        font-weight: bold;
	}
	
	.bt_txt2{
		text-align: center;
		font-size: 14px;
	}
	
}

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

#plan {
    margin-top: 60px;
}

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

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

.infoBox span {
  display: block;
  padding: 20px;
  background: #fff;
  overflow:hidden;
}

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

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

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

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

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

	

/*panlist&back*/
#dirPathBlock,
#anchorLinkBlock {
	width: 100%;
	margin: 0 auto;
	display: block;
	font-size: 12px;
}
#dirPathBlock p,
#anchorLinkBlock a{font-size: 12px;}
h1 {
	font-size: 14px;
    width: auto;
    max-width: 970px;
    margin: 0 auto 5px;
}
h2 {
    position: relative;
	margin: 0 0 40px 0;
    padding: 0.5em;
    color: #202040;
	font-size: 220%;
	text-align: center;
    font-weight: bold;
/*    background: #202040;
    border-radius: 0.3em;*/
}
h2::after {
    display: block;
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 90px;
    height: 5px;
    background-color: #202040;
}

h2 span {
    display: block;
    margin-bottom: 10px;
    font-size: 60%;
    font-weight: normal;
}
	
	

h3 {
	margin: 25px 0 0;
	/*padding: 10px .5em;*/
	padding: 0;
	font-size: 18px;
	text-align: left;
	/*border: 2px solid #202040;*/
	color: #202040;
	/*border-radius: 0.3em;*/
}

h4 {
	margin: 20px 0 -10px;
	font-size: 120%;
	color: #202040;
}

h5 {
	margin: 0;
	font-size: 15px;
}
	
	
.inner{
	width: 950px;
	margin: 0 auto;
	padding: 20px 0;
}

/*title*/

.titlePc {
	width: 100%!important;
	text-align: center;
	background: #202040 url(../images/bg.jpg) no-repeat center 0;
	position: relative;
	height: 450px;
}

.titleSp {
	display: none !important;
}


a:hover img {
	opacity: 0.8;
	filter: progid:DXImageTransform.Microsoft.Alpha(Enabled=1,Style=0,Opacity=80);
}

p.text {
	font-size: 153.9%;
	line-height: 1.5;
	font-weight: bold;
	text-align: center;
	margin: 30px 0 5px 0;
}

p.attention {
	font-size: 123.1%;
	line-height: 1.5;
	margin: 40px auto 50px;
	padding: 20px;
	/*border: 2px #F00 solid;*/
	text-align: left;
	background: #eee;
}
	
	p.attention span{
		display: block;
		margin: 0 0 0px 0;
	}
	
	p.attention span.kaigyou2{
		margin: 0 0 30px 0;
	}

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

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

.borderBox strong {
	font-size: 150%;
	line-height: 1.5;
    background: linear-gradient(transparent 60%, #ffff66 0%);
    display: inline-block;
}

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

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

.textLeft {
	font-size: 123.1%;
	text-align: left;
}

.textCenter {
	font-size: 123.1%;
	text-align: center;
}

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


/* =========================================================
◆navigation
========================================================= */
.topNavi {
	width: 100%!important;
	background: #AA9010;
	text-align: center;
}

.topNavi ul {
	width: 1000px;
	margin: 0 auto;
	padding: 10px 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}

.topNavi ul li {
	list-style: none;
	vertical-align: middle;
	border-left: 1px dashed rgba(255,255,255,0.5);
    font-size: 153.9%;
	font-weight: bold;
    margin: 0;
    padding: 10px;
    text-align: center;
	/*width: 20%;*/
	width: 50%;
}

.topNavi ul li:nth-child(4),
.topNavi ul li:last-child { /*4番目と最後*/
	border-right: 1px dashed rgba(255,255,255,0.5);
}

.topNavi ul li a {
    color: #fff;
}

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

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

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

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

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

ul.infoList {
	font-size: 123.1%;
	    line-height: 1.8;
    margin: 15px 0 0 0;
}
ol.infoList2 {
	margin-top: 10px;
	font-size: 123.1%;
	line-height: 1.8;
}


/* =========================================================
◆ツアーならではの体験
========================================================= */
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 0 50px;
  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: 48%;
  margin-bottom: 10px;
  padding: 10px;
  word-break: break-all;
}

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

.slide-box p {
  font-size: 123.1%;
}

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

/* =========================================================
◆list横並び
========================================================= */
*, *:before, *:after {
	box-sizing: border-box;
}

.itemList3 {
	float: left;
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}

.itemList3 > div {
	width: 33.33333%;
	padding: 10px;
}

.itemList3 > div .Btn {
	overflow: hidden;
	width: 100%;
	height: 80px;
	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;
}

.itemList3 > div .Btn a {
	display: block;
	position: relative;
	text-align: center;
	background: #F60;
	color: #fff;
	line-height: 80px;
	text-decoration :none;
}

.itemList3 > div .Btn a:hover {
	background: #F30;        /* マウスオーバーカラー */  
}

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

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

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

.itemList3 > div .Btn_gray {
	overflow: hidden;
	width: 100%;
	height: 80px;
	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;
	display: block;
	position: relative;
	text-align: center;
	background: #666;
	color: #FFF;
	line-height: 80px;
	text-decoration :none;
}

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

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

.itemList4 {
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}

.itemList4 > div {
	width: 25%;
	padding: 10px;
}

.itemList4 > div img {
	width: 100%;
}

.itemList4 > div dt {
	font-size: 123.1%;
    text-align: center;
}

.itemList4 > div dd {
	margin: 0; /* これがないとずれる */
	font-size: 123.1%;
	line-height: 1.5;
	text-align: left;
	padding: 5px 8px 8px;
    background: #FFFFFF;
	
}

/* =========================================================
◆slider
========================================================= */
.slider img {
	max-width: 100%;
	width: 100%;
	height: auto;
	padding: 0 10px;
}

.slider div p {
	font-size: 123.1%;
	padding: 0 10px 10px;
	text-align: left;
	line-height: 1.5;
}

.slider div p img {
    float: left;
	max-width: 32px; 
    height: auto;
	padding: 0;
    margin-right: 4px;
}

.slider div p .lead {
	font-size: 140%;
}

.slide-arrow {
  position: absolute;
  top: 50%;
  margin-top: -120px; /*矢印の高さ*/
  cursor: pointer;
}

.prev-arrow {
  left: -40px;
  width: 0;
  height: 0;
  border-left: 0 solid transparent;
  border-right: 15px solid #113463;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  background: rgba(255,255,255,0); /*背景白を透過*/
}
.next-arrow {
  right: -40px;
  width: 0;
  height: 0;
  border-right: 0 solid transparent;
  border-left: 15px solid #113463;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  background: rgba(255,255,255,0); /*背景白を透過*/
}

.slick-slide {
	opacity: 0.5;
	background: rgba(255,255,255,0); /*背景白を透過*/
}

.slick-active {
	opacity: 0.5 ;
}

.slick-center {
	opacity: 1 !important;
}

.slide_selector {
	z-index: 1 !important;
	position: relative;
	overflow: hidden;
}

/* =========================================================
◆注意事項
========================================================= */
ul.guideList {
	padding: 0;
	font-size: 123.1%;
	line-height: 1.4;
	margin-top: 20px;
}

ul.guideList li {
	list-style: none;
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -1em;
    margin-left: 1em;
    text-align: left;
}

ul.guideList li:before {
	content: '◆';
}

ul.guideList li.kome01 {
	list-style: none;
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -3em;
    margin-left: 3em;
}

ul.guideList li.kome01:before {
	content: '※１）';
}

ul.guideList li.kome02 {
	list-style: none;
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -3em;
    margin-left: 3em;
}

ul.guideList li.kome02:before {
	content: '※２）';
}

ul.guideList li.kome03 {
	list-style: none;
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -3em;
    margin-left: 3em;
}

ul.guideList li.kome03:before {
	content: '※３）';
}

ul.guideList li span {
	color: #F00;
}

/* =========================================================
◆ボタン
========================================================= */
.Btn {
  color: #fff;
  width: 70%;
  margin: 5px auto 5px;
  text-align: center;
  position: relative; /* 追記 */
  font-size: 153.9%;
  font-weight: bold;
  box-sizing: border-box;
}

.Btn a {
	color: #fff;
	display: block;
	width: 100%;
    margin-top: 15px;
	padding: 20px 30px;
	background: #AA9010;
	border-radius: 5px;
    line-height: 1.4;
}
.Btn a:hover {
	opacity: 0.8;
}

.Btn span {
  font-size: 75%;
  font-weight: normal;
}

.Btn::after {
  content: "＞";
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}

.Btn_gray {
  color: #fff;
  width: 70%;
  margin: 20px auto 0;
  text-align: center;
  background: #666;
  border-radius: 5px;
  padding: 20px 30px;
  position: relative; /* 追記 */
  font-size: 153.9%;
  font-weight: bold;
}

.Btn_gray::after {
  content: "＞";
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}

li span.torikeshi_line {
    background-image: linear-gradient(transparent 0.7em, #e70000 0, #e70000 calc(0.7em + 1px), transparent 0, transparent calc(0.7em + 3px), #e70000 0, #e70000 calc(0.7em + 4px), transparent 0);
    text-decoration: none;
    padding: 0 2px;
}





/*固定ボタン
.upper a {
	position: fixed;
	right: 110px;
	bottom: 26px;
	transition: 1s;
	width: 300px;
	padding: 20px 10px;
	border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
	font-size: 153.9%;
	font-weight: bold;
	background: #F60;
	color: #fff;
	text-align: center;
	z-index: 1000;
}
.upper a:hover{
	opacity: 1;
	background: #F30;
}
*/

	.nittei{
		margin: 0 auto 5px;
	}
	
	.nittei table{
		width: 100%;
		border-collapse: collapse;
	}
	
	.nittei table th,
	.nittei table td{
		padding: 10px 0;
		border: 1px solid #202040;
		text-align: center;
		
	}
	
	.nittei table td{
		font-size: 14px;
	}
	
	.nittei table th{
		padding: 15px 0;
		font-size: 16px;
		color:#ffffff;
		background-color: #777;
	}
	
	.acce{
        width: 100%;
		margin: 20px auto 50px;
		padding: 25px;
		/*border: 4px solid #AA9010;*/
        background: #EEE9CF;
        border-radius: 10px;
	}
	
	.acce .acce_tit{
        margin-bottom: 8px;
		font-size: 18px;
		font-weight: bold;
	}
	
	.acce .acce_txt{
		font-size: 14px;
        line-height: 1.5;
	}
	
	.bt_txt{
		text-align: center;
		font-size: 16px;
        font-weight: bold;
	}
	
	.bt_txt2{
		text-align: center;
		font-size: 14px;
	}
	
	.slide-box dl dd.Btn{
		width: 100% !important;
		margin: 0 !important;
	}
	
	.slide-box dl dd.Btn a{
		font-size: 16px !important;
		padding: 10px !important;
	}
	
	.slide-box dl.hotel_box{
		padding: 15px 10px;
		border: 1px solid #D2D2D9;
	}
	
	.slide-box dl.hotel_box dt.hotel_tit{
		font-size: 16px;
		margin: 0 0 10px 0;
		display: flex;
		justify-content: flex-start;
		align-items: stretch;
	}
	
	.slide-box dl.hotel_box dt.hotel_tit span{
		display: block;
	}
	
	.slide-box dl.hotel_box dt.hotel_tit span.icon{
		background-color: #333;
		padding: 5px;
		font-size: 12px;
		font-weight: bold;
		color: #ffffff;
		margin: 0 10px 0 0;
		text-align: center;
		width: 21%;
		    display: flex;
    justify-content: center;
    align-items: center;
	}
	
	.slide-box dl.hotel_box dt.hotel_tit span.hotelmain{
		width: 76%;
		display: flex;
    align-items: center;
	}
	
	.slide-box dl.hotel_box dd.hotel_img{
		width: 100%;
		margin: 0 0 10px 0;
	}
	
	.slide-box dl.hotel_box dd.hotel_txt{
		font-size: 14px;
		margin: 0 0 10px 0;
		padding: 0 0 10px 0;
		border-bottom: dotted 1px #cccccc;
        line-height: 1.5;
	}
	
	.slide-box dl.hotel_box dd.hotel_txt:last-child{
		border: none;
		padding: 0 0 0 0 !important;
	}

}