@charset "utf-8";
/* CSS Document */

p.trDay {
	color: #ff6600;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
p.trIdo {
	font-weight: bold;
	margin: 0;
	padding: 0;
}
p.tLink {
	margin: 0;
	padding: 0;
}
.hilightTr {
	background-color: #FFFFCC;
	border: solid 1px #cccccc;
	padding: 10px;
	margin: 10px 0;
}


/*↓ここから*/


ul.listTr {
	margin: 15px 0;
}
ul.listTr li {
	list-style-type: disc;
	margin-left: 20px;

}
.course {
	
	border-radius: 8px;
	padding: 3px 8px;
	font-weight: bold;
	font-size: 14px;
	margin: 10px 0;
	text-align: center;
	color: #ffffff;
}
.ca {
	background-color: #F27900;
}
.cb {
	background-color: #43960C;
}
.cc {
	background-color: #3399CC;
}
.cd {
	background-color: #003366;
}
table.trTable {
	border-collapse: collapse;
}
table.trTable th {
	border: solid 1px #cccccc;
	padding: 5px;
}
table.trTable td {
	border: solid 1px #cccccc;
	padding: 5px;

}
.hilight {
	background-color: #FFFF99;

}

#tMain h4.pinkTitle {
	font-size: 16px;
	color: #ff00cc;
}






/* #### width 767px 以下の場合の設定 (for All Mobile Dvices) #### */
@media (max-width: 767px) {

.imgtxtBoxTr {
	clear: both;
	overflow: hidden;
	margin-bottom: 10px;
	padding: 0;
	border-bottom: dotted 1px #cccccc;
}
#tMain .imgtxtBoxTr h4 {
	font-size: 16px;
	color: red;
	margin: 0 2%;
	padding: 5px 0;
}
.imgtxtBoxTr .imgBox {
	width: 96%;
	overflow: hidden;
	margin: 0 2%;
}
.imgtxtBoxTr .imgBox img {
	width: 100%;
}
.imgtxtBoxTr .txtBox {
	width: 96%;
	margin: 0 2%;
}
#tMain .imgtxtBoxTr .txtBox p {
	font-size: 14px;
	padding: 5px;
	line-height:1.5;
	margin: 0;
}
/* 右に画像左にテキストを配列 */
.txtimgBoxTr .imgBox {
	border-bottom: dotted 1px #cccccc;
	width: 100%;
	padding: 5px;
}
.txtimgBoxTr .txtBox {
	width: 96%;
	margin: 2px 2%;
}
.txtimgBoxTr .txtBox h4 {
	font-size: 18px;
	color: #333;
	margin: 0;
	padding: 5px;
	font-weight: bold;
}
.txtimgBoxTr .imgBox {
	width: 96%;
	overflow: hidden;
	margin: 0 2%;
}
.txtimgBoxTr .imgBox img {
	width: 100%;
}

#tMain .txtimgBoxTr .txtBox p {
	float: left;
	padding: 5px;
	line-height:1.5;
	margin: 0;
	font-size: 15px;
}

/* 1行に2画像を配列 */
.imgimgBoxTr {
	clear: both;
	margin-bottom: 30px;
	overflow: hidden;
}
.imgimgBoxTr .imgBox {
	width: 96%;
	margin: 0 2%;
	overflow: hidden;
}
.imgimgBoxTr .imgBox img {
	width: 100%;
}
.imgimgBoxTr .imgBox p {
	padding: 0;
	font-size: 14px;
}

/* １行に３画像を配列 */
.imgimgimgBoxTr {
	clear: both;
	margin-bottom: 5px;
	overflow: hidden;
}
.imgimgimgBoxTr .imgBox {
	width: 96%;
	margin: 0 2%;
	overflow: hidden;
}
.imgimgimgBoxTr .imgBox img {
	width: 100%;
}
.imgimgimgBoxTr .imgBox p {
	font-size: 14px;
}

/* テキスト関係 */
.marker{
  background: #FF9;
  width:100%;
  font-weight:bold;
}

#tMain h4.midashi {
	background-color: #94C640;
	color: #ffffff;
	font-size: 16px;
	padding: 10px 10px;
	margin: 10px 0;
}
h4.tr {
	font-size: 16px;
	margin: 0;
	padding: 0;
}

.imgonlyBox {
	clear: both;
	margin-bottom: 5px;
	overflow: hidden;

}
.imgonlyBox img {
	text-align: center;

}
.imgonlyBox p {
	padding: 0;
	font-size: 12px;
}

p{
	/*margin: 2%;*/
}
#tDetail ul li {
	margin: 2%;
}
ul#bans li {
	margin: 0%;
}

}


/* #### width 768px 以上の場合の設定 (for PC) #### */
@media (min-width: 768px) {
/*旧左に画像右にテキストを配列 
.imgtxtBox {
	margin-bottom: 10px;
	overflow: hidden;
	border-bottom: dotted 1px #cccccc;
}


#tMain .imgtxtBox h4 {
	font-size: 18px;
	color: #333;
	margin: 0;
	padding: 5px;
	font-weight: bold;
}
.imgtxtBox .imgBox {
	width: 35%;
	float: left;
	overflow: hidden;
	padding: 5px;
}
.imgtxtBox .imgBox img {
	width: 100%;
}
.imgtxtBox .txtBox {
	width: 60%;
	float: left;

}
#tMain .imgtxtBox .txtBox p {
	float: left;
	padding: 5px;
	line-height:1.5;
	margin: 0;
}
.imgtxtBox {
	margin-bottom: 10px;
	overflow: hidden;
	border-bottom: dotted 1px #cccccc;
}
*/


/* 左に画像右にテキストを配列 */
.imgtxtBoxTr {
	margin-bottom: 10px;
	overflow: hidden;
	border-bottom: dotted 1px #cccccc;
}
.imgtxtBoxTr .imgBox {
	width: 35%;
	float: left;
	overflow: hidden;
	padding: 5px;
}
.imgtxtBoxTr .txtBox {
	width: 60%;
	float: left;
	margin-top: 2px;
}
.imgtxtBoxTr .txtBox h4 {
	font-size: 18px;
	color: #333;
	margin: 0;
	padding: 5px;
	font-weight: bold;
}

.imgtxtBoxTr .imgBox img {
	width: 100%;
}

#tMain .imgtxtBoxTr .txtBox p {
	float: left;
	padding: 5px;
	line-height:1.5;
	margin: 0;
	font-size: 15px;
}

/* 右に画像左にテキストを配列 */
.txtimgBoxTr {
	margin-bottom: 10px;
	overflow: hidden;
	border-bottom: dotted 1px #cccccc;
}
.txtimgBoxTr .imgBox {
	width: 35%;
	float: left;
	overflow: hidden;
	padding: 5px;
}
.txtimgBoxTr .txtBox {
	width: 60%;
	float: left;
	margin-top: 2px;
}
.txtimgBoxTr .txtBox h4 {
	font-size: 18px;
	color: #333;
	margin: 0;
	padding: 5px;
	font-weight: bold;
}

.txtimgBoxTr .imgBox img {
	width: 100%;
}

#tMain .txtimgBoxTr .txtBox p {
	float: left;
	padding: 5px;
	line-height:1.5;
	margin: 0;
	font-size: 15px;
}

/* 1行に2画像を配列 */
.imgimgBoxTr {
	clear: both;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.imgimgBoxTr .imgBox {
	width: 49%;
	float: left;
	overflow: hidden;
	padding-right: 5px;
}
.imgimgBoxTr .imgBox:nth-child(2) {
	width: 49%;
	float: right;
	overflow: hidden;

}
.imgimgBoxTr .imgBox img {
	width: 100%;
	margin: 0;
	padding: 0;
}
.imgimgBoxTr .imgBox p {
	padding: 0 5px;
}



/* 1行に3画像を配列 */
.imgimgimgBoxTr{
	clear:both;
	margin-bottom: 5px;
	overflow:hidden;
}

.imgimgimgBoxTr .imgBox {
	width:33%;
	float:left;
}
.imgimgimgBoxTr .imgBox:nth-child(2) {
	width:33%;
	padding-left: 4px;

}
.imgimgimgBoxTr .imgBox:nth-child(3) {
	width:33%;
	float:right;
}
.imgimgimgBoxTr .imgBox img {
	width: 100%;
}
.imgimgimgBoxTr .imgBox p {
	line-height:1.4;
}


/*1行1イメージ*/
.imgonlyBox {
	clear: both;
	margin-bottom: 5px;
	overflow: hidden;
}
.imgonlyBox img {
	

}
.imgonlyBox p {
	padding: 0;
	font-size: 14px;
}

/* テキスト関係 */
.tourlead{
	font-size:115%;
	line-height:24px;
}

.tourContents{
}

.marker{
  background: #FF9;
  width:100%;
  font-weight:bold;
}
#tMain h4.midashi {

	background-color: #94C640;
	color: #ffffff;
	font-size: 22px;
	padding: 10px 10px;
	margin: 10px 0;
}
h4.tr {
	font-size: 20px;
	margin: 0;
	padding: 0;
}



}



/* #### width 359px以下の場合の設定 (for SP Only) #### */
@media (max-width: 359px) {



}

/* #### width 360px～500pxの場合の設定 (for SP Wide Only) #### */
@media (min-width: 360px) and (max-width: 500px) {



}

/* ## width 501px～767pxの場合の設定 (for Tub Only) ## */
@media (min-width: 501px) and (max-width: 767px) {
	



}

/* #### width 1248px 以上の場合の設定 #### */
@media (min-width: 1248px) {



}