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

/*ーー詳しく見るーーー*/

.sample_btn_all{
/*  vertical-align:middle; */
  padding: 10px 0;
  text-align: center;
	  color: #FFFFFF;
	margin-top: 20px;
		position: absolute;
	bottom: 30px;
	right: 0;
	left: 0;

}
.sample_btn_all a {
	 color: #01693E;
}
.sample_btn {
  display: inline-block;
  width: 40%;
margin-left:auto;
margin-right:auto;
  text-align: center;
  text-decoration: none;
  line-height: 60px;
  outline: none;
	color: #01693E;
	border-radius: 13px;

  -webkit-transition: all .5s;
  transition: all .5s;

  border:1px solid #01693E;
  background-color: #fff;

}

.sample_btn:hover {
  color: #FFFFFF;
  border:1px solid #01693E;
  background-color: #01693E;
	
		
}


/*-------------------------*/

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

 text-shadow: 3px 3px 5px #3C2C17;
}
.box{
  position: relative;
}
.top-left {
  
}
.guide_map_img {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 100px;
}
.guide_text_right {
    width: 100%;
    float: right;
}
	.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;
	min-height: 580px;
	position: relative;
}
.guide_all_02 {
	width: 42%;
	float: right;
	padding: 3%;
	border: 2px solid #CCCCCC;
/*	margin-top: 30px;*/
	margin-bottom: 50px;
	min-height: 580px;
	position: relative;
}
.guide_all_03 {
    width: 42%;
    float: right;
    min-height: 450px;
    background-image: url("images/img16.jpg");
    background-repeat: no-repeat;
    background-position: center 200px;
	
}
.guide_title {
	width: 95%;
	font-size: 1.38em;
	font-weight: bold;
	color: #01693E;
	margin-bottom: 20px;
	line-height: 1.5em;
	margin-left: 5%;
	position: relative;
  list-style-type: none!important;/*ポチ消す*/
  vertical-align: middle;
     text-indent: -1em;
 
    padding-bottom: 1%;
	

}
.guide_title_on {
	width: 50px;	
	padding: 13px;
		height: 50px;
	padding-top: 10px;
	padding-bottom: 10px;
		text-align: center;
		background-color: #01693E;
	margin-right: 3%;
		color: #FFFFFF;
		border-radius: 100px;
		margin-bottom: 10px;
	}
.guide_title_on2 {
	width: 25px;	
	padding: 10px;
		height: 50px;
	padding-top: 15px;
	padding-bottom: 15px;
		text-align: center;
		background-color: #01693E;
	margin-right: 3%;
		color: #FFFFFF;
		border-radius: 100px;
		margin-bottom: 10px;
	}
.guide_img img {
	min-height: 300px;
	margin-bottom: 20px;
}
.guide_text {
	padding-bottom: 20px;
}
@media screen and (max-width: 600px) {
.guide_img img {
	min-height: initial;
min-height: auto;
	margin-bottom: 20px;
}
	.guide_title {
	font-size: 18px;

	}
.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_all {
	width: 94%;
margin-left:auto;
margin-right: auto;
	float: none;
	padding-top: 30px;
	min-height: 530px;
	}
.guide_all_02 {
	width: 94%;
margin-left:auto;
margin-right: auto;
	float: none;
		padding-top: 30px;
		min-height: 530px;
	}
.guide_all_03 {
	width: 94%;
margin-left:auto;
margin-right: auto;
	float: none;
	 min-height: 150px;
	 background-position: center top;
	}

}
	
