@charset "UTF-8";
/* CSS Document */
.p1-title {
	font-size: 1.5em;
	font-weight: bold;

}
.p1-left_text {
width: 60%;
	float: left;
}

.p1-all {
	width: 100%;
	margin-top: 30px;
}
.p1-right_img {
	width: 35%;
	float: right;
}
.p1-right_img img {
	margin-bottom: 20px;
	width: 100%
}
.p1-waku {
	padding: 5%;
	border: thin solid #CCCCCC;
}
.p1-map_img {
	text-align: center;
}
.p1-map_link {
	background-color: #35441B;
	width: 20%;
	text-align: center;
	padding: 2%;
	border-radius: 6px;
	color: #FFFFFF;
float: right;
	margin-right: 10%;
}
	/*map*/
.p1-map_link  {
    width: 15%;
    float: right;
    background-color: #35441B;
    padding: 2% 2% 2% 3%;
    color: #FFFFFF;
    text-align: center;
    border-radius: 6px;
	display: flex;
	}
	
.p1-map_link a {
    background-image: url("../images/more_yaji.png");
    background-repeat: no-repeat;
    background-position: 0% center;
    padding-left:10px;
    font-size: 1em;
  color: #FFFFFF;
    text-decoration: none;
	transition : all 0.5s;
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	
}
.p1-map_link:hover {
   background-color: #42210B;
	
}	
/*-------------------------------------*/
@media screen and (max-width: 768px){
	.p1-left_text {
   		width: 96%;
margin-left:auto;
margin-right: auto;
		float: none;
}

.p1-right_img {
	margin-top: 20px;
	width: 96%;
margin-left:auto;
margin-right: auto;
		float: none;
}
	.p1-map_link {
		width: 94%;
    float: none;
margin-left:auto;
margin-right: auto;
		padding: 2%;
	}
}
