@charset "UTF-8";

/* .intro-block
-----------------------*/

.intro-block{
	padding:0 0 30px;
}
	.intro-block .pic{
		width:36.93877551%;/* 362/980 */
		float:left;
	}
		.intro-block .pic img{
			width:100%;
		}
	.intro-block .txt{
		width:60.71428571%;/* 595/980 */
		float:right;
	}
		.intro-block .txt .inner-txt01{
			font-size:14px;
			line-height:1.6;
		}
		
		.intro-block .txt ul{
			margin-left: -10px;

		}
		.intro-block .txt ul>li{
			float:left;
			width:90px;
			height:40px;
			line-height: 40px;
			text-align: center;
			border:1px solid #ccc;
			margin-right: -10px;
			font-size: 12px;
			font-weight: bold;
			transform:scale(0.8);
			
		}
		.intro-block .txt ul>li.two-line{
			line-height: 16px;
			height:35px;
			padding-top: 5px;
		}
		.intro-block .txt .caution{
			font-size: 12px;
		}


		.intro-block .txt dl dt{
			font-size:14px;
			font-weight: bold;
			line-height:1.4;
			margin-top: 20px;
		}

		.intro-block .txt dl dt.first{
			margin-top: 0px;
		}

		.intro-block .txt dl dd{
			font-size:14px;
			line-height:1.4;
		}


		
		
		

@media screen and (max-width: 640px) {
.intro-block{
}
	.intro-block .pic{
		width:100%;
		float:none;
		padding:0 0 20px;
	}
		.intro-block .pic img{
			width:100%;
		}
	.intro-block .txt{
		width:100%;
		float:none;
		margin:0 12px 0 0;
	}
		.intro-block .txt .inner-txt01{
			font-size:12px;
			line-height:1.4;
		}
		
		
}



/* #gmap
-----------------------*/

#gmap {
	height:265px;
}

@media screen and (max-width: 640px) {
#gmap {
	height:265px;
}
}

