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

.guide_main_text {
 position: absolute;
  bottom:65%;
	color: #FFFFFF;
	text-align: center;
	font-size: 1.8em;
	right: 0;
	left: 0;
	line-height: 2em;

 text-shadow: 3px 3px 5px #731F31;
}
.box{
  position: relative;
}
.top-left {
  
}
.guide_map_img {
	width: 55%;
/*margin-left:auto;
margin-right: auto;*/
	float: left;
	margin-bottom: 50px;
}
.guide_text_right {
	width: 40%;
	float: right;
	padding-top: 100px;
}
	.top_mokuteki_title_text {
    text-align: center;
    margin-bottom: 50px;
    font-size: 120%;	
		
	}
.guide_all {
	width: 42%;
	float: left;
	padding: 3%;
	border: 2px solid #CCCCCC;
	margin-right: 2%;
	margin-bottom: 2%;
	margin-bottom: 50px;
}

.guide_title {
	font-size: 1.38em;
	font-weight: bold;
	margin-bottom: 2%;
	color: #731F31;
	margin-bottom: 20px;
	

}
.guide_title_on {
	width: 80px;
	padding: 2%;
		height: 40px;
		padding-top: 10px;
		text-align: center;
		background-color: #731F31;
	margin-right: 3%;
		color: #FFFFFF;
		border-radius: 100px;
		margin-bottom: 10px;
	}
.guide_img img {
	min-height: 300px;
	margin-bottom: 20px;
}
.guide_all_02 {
	width: 42%;
	float: right;
	padding: 3%;
	border: 2px solid #CCCCCC;
	margin-top: 30px;
	margin-bottom: 50px;
}
@media screen and (max-width: 600px) {

.guide_img img {
	min-height: initial;
min-height: auto;
	margin-bottom: 20px;
}
.guide_main_text { 
	width: 100%;
		position: static;
  bottom:0;
	color: #3C2C17;
	font-size: 1em;
	right: 0;
	left: 0;
	line-height: 2em;
	margin-bottom: 20px;

 text-shadow: none;
		}
.guide_title_on {
	width: 80px;
	padding: 2%;
		height: 40px;
		padding-top: 5px;

	}
.guide_all {
	width: 94%;
margin-left:auto;
margin-right: auto;
	float: none;
	}
.guide_all_02 {
	width: 94%;
margin-left:auto;
margin-right: auto;
	float: none;
	}
.guide_map_img {
width: 90%;
margin-left:auto;
margin-right: auto;
	float: none;
}
.guide_text_right {
	width: 94%;
margin-left:auto;
margin-right: auto;
	float: none;
	padding-top: 20px;
}
	.top_mokuteki_title_text {
    text-align: center;
    margin-bottom: 50px;
    font-size: 120%;	
		
	}
	
}
	
