/* CSS Document */
/* layout */

/*=================================
	旅行支店のご案内用css
===================================*/
.mapArea{position: relative;}
.mapArea .mapBtn01{position: absolute;top:52.3%; left: 55.5%;}
.mapArea .mapBtn02{position: absolute;top:44.2%; left: 60%;}
.mapArea .mapBtn03{position: absolute;top:47.5%; left: 62.3%;}
.mapArea .mapBtn04{position: absolute;top:39.7%; left: 54.8%;}

.mapArea .mapBtn05{position: absolute;bottom:25.4%; right: 33.2%;}
.mapArea .mapBtn06{position: absolute;bottom:31.5%; right: 31%;}
.mapArea .mapBtn07{position: absolute;bottom:41.6%; right: 34.4%;}
.mapArea .mapBtn08{position: absolute;bottom:34%; right: 38%;}
.mapArea .mapBtn09{position: absolute;bottom:27%; right: 37.6%;}
.mapArea .mapBtn10{position: absolute;bottom:28%; right: 39.5%;}

.mapArea .mapBtn11{position: absolute;top:33.4%; left: 47.6%;}
.mapArea .mapBtn12{position: absolute;bottom:38.2%; left: 47%;}

.travelArea ul{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap:         wrap;
	justify-content:flex-start;
	overflow: hidden;
	}
.travelArea ul li{
	width: 49%;
	border: 1px solid #d3d3d3;
	border-top:3px solid #0064ae;
	padding: 2%;
	}
.travelArea ul li a{color: #333;}
.travelArea ul li:nth-child(even){margin: 0 0 20px 0;}
.travelArea ul li:nth-child(odd){margin: 0 2% 20px 0;}


.travelArea h5{
	font-weight: bold;
	font-size: 140%;
	border-bottom: 1px solid #ddd;
	color: #0e66b8;
	overflow: hidden;
	padding: 0 0 10px;
	margin: 0 0 10px;
	}
.travelArea h5 span.teltxt{ float: right;color: #333;font-size: 80%;}

.travelArea table{border-collapse:collapse; margin-top: 30px;}
.travelArea table thead th{
	color: #333; 
	font-weight: normal; 
	text-align: center;
	border-bottom: 4px solid #02b3ad;	
	padding: 10px 0;
}
.travelArea table tbody th{
	text-align: center;
	padding: 10px 0;
	border-bottom: 2px solid #02b3ad;
	}
.travelArea table tbody th span{
	display: block;
	background: #e41d56;
	color: #fff;
	border-radius: 6px;
	padding: 0 10px;
	}
.travelArea table tbody td{padding: 10px 10px;border-bottom: 2px solid #02b3ad;}
.travelArea table tbody td:nth-child(2){text-align: center;}
.travelArea table tbody td:nth-child(3){color: #e41d56; text-align: center;}
.travelArea table tbody td:nth-child(4){color: #515151;}


#contents .sideSide ul.linkbtn{padding: 0;background: #fff;}
#contents .sideSide ul.linkbtn li{
	padding: 0;
	color: #fff;
	}
#contents .sideSide ul.linkbtn li span{
	display: block;
	width: 100%;
	background: #0064ae;
	padding: 5px 2%;
	}

#contents .sideSide ul.linkbtn ul{background: #fff;}
#contents .sideSide ul.linkbtn ul li{background: #fff;}
#contents .sideSide ul.linkbtn ul li a{
	background: url(../images/common/arw05.gif) no-repeat 2%;
	color: #333;
	padding: 5px 5px 5px 15px;
	border-bottom: 1px solid #ddd;
}

/*-------------------------*/
/* 980以下*/
/*-------------------------*/

@media screen and (max-width: 980px) {
	.mapArea a img{width: 80%;}
	
.mapArea .mapBtn01{position: absolute;top:51%;}
.mapArea .mapBtn02{position: absolute;top:42.8%;}
.mapArea .mapBtn03{position: absolute;top:46%;}
.mapArea .mapBtn04{position: absolute;top:39.7%; left: 54.8%;}

.mapArea .mapBtn08{position: absolute;bottom:34%; right: 37.5%;}

	
	
}




/*-------------------------*/
/* TAB SP共通レイアウト 768px*/
/*-------------------------*/
@media screen and (max-width: 767px) {
	
	.mapArea{display: none;}	
	
/*-------------------------*/
}


/*-------------------------*/
/* SPレイアウト 480px*/
/*-------------------------*/
@media screen and (max-width: 480px) {
.travelArea ul li{
	width: 99%;
	border: 1px solid #d3d3d3;
	border-top:3px solid #0064ae;
	padding: 2%;
	}
.travelArea ul li:nth-child(even){margin: 0 0 10px 0;}
.travelArea ul li:nth-child(odd){margin: 0 0 10px 0;}

/* SPレイアウトここまで */
}


/*=============================================================================================
	詳細ページ
=============================================================================================*/

.travel-greeting{overflow: hidden;}
.travel-greeting .greeting-txt{width: 65%;float: left;}
.travel-greeting .greeting-txt p{margin-bottom:20px;}
.travel-greeting figure{width: 30%; float: right;}
.travel-greeting figure img{border: 2px solid #c1c1c1; margin-bottom: 5px;}


 ul.entrusted{
	overflow: hidden;
	margin:0;
	justify-content:flex-start;
	font-size: 83%;
	}
ul.entrusted li{
	padding: 1% 0;
	width: 24.5%;
	text-align: center;
	border: none;
	float: left;
	background: #f1f1f1;
	line-height: 120%;
	margin: 0 0.5% 1% 0;
	display: inline-block;
	}

ul.entrusted li:nth-child(4n){margin: 0 0 1% 0;}
ul.entrusted li span{
	display: table-cell;
    height: 30px;
    text-align: center;
    vertical-align: middle;
	width: 15%;
	margin: auto;
	}


.toursinfo{
	margin: 2% 0;
	border: 1px solid #d3d3d3;
	border-top:3px solid #0064ae;
	padding: 2%;
	overflow: hidden;
}
.toursinfo figure{float: left; width: 214px; margin-right: 3%; margin-bottom: 3%;}
.toursinfo figure img{ height: auto;}
.toursinfo dl{overflow: hidden;}
.toursinfo dt{
	width: auto;
	color: #333;
	font-weight: normal;
	font-size: 120%;
	padding: 8px 0 8px;
	letter-spacing: 1px;
	margin: 0px 0 10px;
	border-bottom: 1px dashed #bababa;
}
.toursinfo table{width: auto; margin-bottom: 10px;}
.toursinfo table th{color: #00b2a5;padding:2px 5px;width: 70px;}
.toursinfo table td{padding:2px 10px;}
.toursinfo table td span.on{
	background: #e52556;
	color: #fff;
	padding: 1px 15px;
	font-size: 90%;
	font-weight: bold;
	border-radius: 10px;
	margin:0 5px;
}
.toursinfo table td span.off{
	background: #00b2a5;
	color: #fff;
	padding: 1px 15px;
	font-size: 90%;
	font-weight: bold;
	border-radius: 10px;
	margin:0 5px;
}
.toursinfo dd{overflow: hidden;}
.toursinfo .btn{text-align: center; width: 210px; float: right;padding-top: 20px;}




.travelbtn{
	font-size:55%;
	float: right;
	letter-spacing: 0;
	font-weight: bold;
	}
.travelbtn a{
	background: url(../images/common/arw02.gif) no-repeat 96% , #0064ae;
	background-size: 10px;
	color: #fff;
	border-radius: 5px;
	padding: 1px 20px 1px 12px;
	margin-left: 5px;
	}

/*-------------------------*/
/* 1200以下*/
/*-------------------------*/

@media screen and (max-width: 1200px) {
 ul.entrusted li{width: 33%;}
 ul.entrusted li:nth-child(4n){margin: 0 0.5% 1% 0;}
 ul.entrusted li:nth-child(3n){margin: 0 0 1% 0;}

.toursinfo table{width: auto; margin-bottom: 10px;}
.toursinfo table th{padding:2px 0;width: 60px;  font-size: 90%; text-align: center;}
.toursinfo table td{padding:2px 5px;font-size: 90%;}
	
/*-------------------------*/
}


/*-------------------------*/
/* TAB SP共通レイアウト 768px*/
/*-------------------------*/
@media screen and (max-width: 767px) {
.travel-greeting .greeting-txt{width: 100%;float: none;}
.travel-greeting figure{width: 100%; float: none;}

	
.toursinfo table{width: 100%; margin-bottom: 10px;}
.toursinfo table th{
	display: block;
	width: 100%;
	padding:2px 0 0;
	font-size: 100%; 
	text-align: left;
	}
.toursinfo table td{
	display: block;
	width: 100%;
	padding:0 0 4px;
	font-size: 100%;
	border-bottom: 1px solid #ddd;
	}	
.toursinfo .btn{text-align: center; width: 100%; float: none;font-size: 120%;}	
	.toursinfo p{overflow: hidden;}
	
	
	.toursinfo table td span.on{
	padding: 0;
	width: 100%;
	display: block;
	border-radius: 15px;
	margin:0;
	text-align: center;
}
.toursinfo table td span.off{
	padding: 0;
	width: 100%;
	display: block;
	border-radius: 15px;
	margin:0;
	text-align: center;
}

	
	
	
/*-------------------------*/
}


/*-------------------------*/
/* SPレイアウト 480px*/
/*-------------------------*/
@media screen and (max-width: 480px) {
.travel-greeting figure img{width: 49%;}	
	
ul.entrusted li{width: 49%;padding: 2.5% 2%;}
ul.entrusted li:nth-child(4n){margin: 0 0.5% 1% 0;}
ul.entrusted li:nth-child(3n){margin: 0 0.5% 1% 0;}	

	.toursinfo{margin: 5% 0;}

.toursinfo figure{float: none; width: 100%; margin-right: 0; margin-bottom: 3%}
	.toursinfo figure img{width: 100%;}	
	.toursinfo .btn{padding: 20px 0;}
	
	.map iframe{height: 200px;}
	
	.toursinfo p{overflow: hidden;}
	
/*-------------------------*/
}