/*===============================================*/

/* TOP.CSS  */

/*last up 2017.10.16 nagaden*/

/*===============================================*/

/*--------------------------------------------------------------------*/
.tourism-list{
	width: 100%;
	max-width: 960px;
	margin: 0 ato 0;
}

.tourism-inner{
	margin: 64px auto 0;
}

.t_image{
	width: 240px;
	float: left;
}
@media screen and (max-width: 768px) {
	.t_image{
	width: 120px;
	float: left;
	margin: 0 10px 5px 0;
}
.t_image img{
	width: 100%;
	height: auto;
}
}

.t_caption{
	width: 100%;
	padding: 8px 0;
	text-align: center;
	font-size: 14px;
	color: #fff;
	background-color: #000;
}

.t_text_wrap{
	width: 690px;
	float: right;
}
@media screen and (max-width: 768px) {
.t_text_wrap{
	width: 100%;
	float: none;
}
}

.t_ttl{
	padding-top: 10px;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.2em;
}
@media screen and (max-width: 768px) {
	.t_ttl{
		font-size: 20px;
	}
}
.t_tel{
	color: #13626F;
	font-size: 20px;
	margin: 10px 0 0;
}

.t_tel a:link { color: #13626F; text-decoration: none;}
.t_tel a:visited { color: #13626F; text-decoration: none;}
.t_tel a:hover { color: #13626F; text-decoration: none;}
.t_tel a:active { color: #13626F; text-decoration: none; }


.t_text{
	padding: 12px 0 0;
	margin: 12px auto 0;
	font-size: 16px;
	line-height: 1.75;
	border-top: 1px #666 solid;
}

.t_text i{
	color: #13626F;
}


@media screen and (max-width: 768px) {
.t_text{
	padding: 18px 0 0;
	margin: 18px auto 0;
	font-size: 14px;
	line-height: 1.5;
	border-top: 1px #666 solid;
}
}

/*=Basic-contents wrap==============================================*/

.basic-contents_wrap{
	width: 96%;
	max-width: 960px;
	margin: 72px auto 0;
}

.map_shosai_btn a:link { color: #ffffff; text-decoration: none;}
.map_shosai_btn a:visited { color: #ffffff; text-decoration: none;}
.map_shosai_btn a:hover { color: #ffffff; text-decoration: none;}
.map_shosai_btn a:active { color: #ffffff; text-decoration: none; }
