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

.info_tex {
	font-weight: bold;
	color: #F60;
}
.banner_info {
	margin-top: 20px;
}
.info_tex02 {
	font-size: 16px;
	line-height: 200%;
	text-align: left;
}
.info_table {
	width: 100%;
	float: none;
}
@media print, screen and (min-width:768px) {
	/* 768px以上用（タブレット用）の記述 */
	.banner_info {
	margin-top: 50px;
}
.info_table {
	width: 55%;
	float: right;
}
}


@media print, screen and (min-width:992px) {
	/* 992px以上用（PC用）の記述 */
.info_table {
	width: 65%;
	float: right;
}
}




@media print, screen and (min-width:1200px) {
	/* 1200px以上用（PC用）の記述 */
.info_table {
	width: 70%;
	float: right;
}
}

.info_table table {
	width: 100%;
}
.info_table table tr th ,.info_table table tr td {
	padding: 10px;
	text-align: left;
}

.info_table table tr th {
	color: #FFF;
	background-color: #ffc000;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 5px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFF;
}

.info_table table tr td {
	background-color: #fadf8d;	
	-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 5px;
border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;

}


.info_table {
	float: none;
}

@media print, screen and (min-width:768px) {
	/* 768px以上用（タブレット用）の記述 */
.info_table {
	float: left;
}
}


/*Googlemap*/
#googlemap iframe {
	display: none;
}
.mapbtn {
	background: #ffc000;
	border-radius: 4px;
	margin: 0 auto;
	text-align: center;
	width: 200px;
}
.mapbtn a {
	display: block;
	color: #FFF;
	text-decoration: none;
	padding: 10px;
}
.mapbtn a:hover {
	text-decoration: underline;
}
@media print, screen and (min-width:768px) {
#googlemap iframe {
	display: block;
}
.mapbtn {
	display: none;
}
}.maptex {
	font-weight: bold;
	color: #F60;
	background-image: url(../img/common_img/photo_bg.gif);
	background-repeat: repeat;
	padding: 10px;
	margin-bottom: 10px;
}
#googlemap .map {
	
display: none;

}
@media print, screen and (min-width:768px) {
	/* 768px以上用（タブレット用）の記述 */
#googlemap .map {
	border: 5px solid #cbed98;
	-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
display:block;

}
}
