.store-btn-box{
	display: none;
}

.btn-b2{
	border: 1px solid #808081;
	background-color: #fff;
	color: #808080;
	font-size: 1.2rem;
	padding: 0 10px;
}

.news-tp{
	position: relative;
}

.btnf{
	position: absolute;
	width: 220px;
    right: 0;
    text-align: right;
}

.fr-box .img img{
	width: 220px;
}

.fr-box .desc{
	padding: 30px 100px;
}

.fr-box2{
	background-color: #efefef;
	padding: 30px;
	margin: 0 50px;
}

.wrap1{
	color: #888;
	font-size: 1rem;
}

.wrap1 .tp{
	font-size: 1.2rem;
	color: #000;
}

.wrap2{
	border: 1px solid #013926;
	margin-bottom: 20px;
}

.wrap2 .img{
	position: relative;
	line-height: 0;
}

.link{
	background-color: #ad8537;
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	padding: 10px;
	transition: all 0.4s;
	opacity: 0;
}

a:hover .link{
	transition: all 0.4s;
	opacity: 1;
}

.store_btn{
    border: 1px solid #fff;
	background-color: #ad8537;
	line-height: 2;
	color: #fff;
	padding: 0 20px;
}

.store_btn img{
	width: 18px;
}

.store_btn2{
    border: 1px solid #ad8537;
    background-color: #fff;
    line-height: 2;
    color: #ad8537;
    padding: 0 20px;
}

.store_btn2 img{
	width: 15px;
}

.store-btn-box{
    text-align: center;
}

.wrap2 .link .tel{
	color: #fff;
	line-height: 1.5;
}

.wrap2 .tp{
    background: url(../images/11_family/line.svg);
    background-repeat: no-repeat;
    background-position: bottom;
    text-align: center;
    padding: 0 10px;
    margin: 10px;
    /* line-height: 2; */
    font-size: 1.2rem;
}

.wrap2 .desc{
    text-align: center;
    padding: 0 10px;
    margin: 10px;
    font-size: .6rem;
}

.map{
    margin: 0 50px;
}

#map {
    height: 500px; 
}

.bflex{
	display: flex;
	width: 70%;
	margin: auto;
}

.bflex.b2{
	display: flex;
	width: 50%;
	margin: auto;
}

.bflex .img{
	flex: 0 0 10%;
	padding-top: 4px;
}

.bflex .text{
	flex: 0 0 90%;
}

@media (max-width: 576px) {
	.lineframme {
	    width: 100px;
	    height: 30px;
	    padding: 1rem;
	}

	.linef_text {
	    top: 5px;
	    left: 20px;
	    font-size: .8rem;
	}

	.store-btn-box{
		display: block;
	}

	.fr-box .desc{
		padding: 30px 30px;
	}

	.section-topic {
	    margin: 0 10px;
	}

}

@media (max-width: 767.9px) {
	.fr-box2 {
	    margin: 0 0;
	}
	.map{
	    margin: 0 0;
	}
	#map {
	    height: 300px; 
	}
}

@media (max-width: 576px) {
	
	.btn-b2 {
		font-size: 1rem;
		padding: 0 5px;
	}

	.fr-box2 {
		background-color: #ffffff;
		padding: 0;
		margin: 0;
	}

	.store_btn2 {
		border: 1px solid #ad8537;
		background-color: #fff;
		line-height: 2;
		color: #ad8537;
		padding: 5px 5px;
		margin: 5px 0;
		width: 90%;
		font-size: .6rem;
	}	
	.btnf {
		top: 52px;
	}
}
.images img {
    max-width: 100%;
    height: auto;
}
