/* CSS Document */
#brmap-no_wap img{
	width:100%;
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
#brmap-no_wap a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
#brmap-no_wap a{
	outline: none;
}
#brmap-no_wap *:focus {
	outline: none;
}
#brmap-no_wap{
	background-color:#f9f3df;
	background-size: 100%;
	max-width: 960px;
	width:auto;
	margin: 0 auto;
	text-align:center;
	outline: none;
}

/*****************************************************************************
****************** 共通 ******************************************************
*****************************************************************************/
.brmap-no_contents{
	padding: 0 3%;
}
@media screen and (min-width: 768px) {

}
@media screen and (max-width: 767px) {

}

/*****************************************************************************
****************** トップページ ***********************************************
*****************************************************************************/
.brmap-no_contents p.logo{
	margin: auto;
}
.brmap-no_map-area{
	overflow: hidden;
}
.brmap-no_map-area ul li{
	width: 33.33%;
	float: left;
}
.brmap-no_spot {
	overflow: hidden;
	padding: 3% 0;
	clear: both;
}
.brmap-no_spot p{
	padding: 0;
}
.brmap-no_spot p a{
	float: left;
	display: block;
	width: 22%;
	text-decoration: none;
	padding: 3.5% 0;
	letter-spacing: 2px;
	text-align: left;
	padding-left: 3%;
}
.brmap-no_spot p a:before{
	content:"\025b6";
	padding-right: 3%;
}
#content .brmap-no_spot p a{
	color: #696969;
}
#content .brmap-no_spot p a:hover{
	color: #000;
}
#content .brmap-no_spot p.top a{
	background-color: #d3e385;
}
#content .brmap-no_spot p.spot a{
	background-color: #ed8ca1;
}
#content .brmap-no_spot p.station a{
	background-color: #9ed1f0;
}
#content .brmap-no_spot p.lodging a{
	background-color: #f8e033;
}
.brmap-no_link {
	text-align: center;
	display: block;
	background-color: #72b341;
	padding: 5% 0;
}
.brmap-no_link h2{
	font-size: 150%;
	padding-bottom: 2%;
}
.brmap-no_link ul {
	padding-left: 0;
	display: inline-block;
}
.brmap-no_link ul li{
	text-align: left;
	padding: 2% 0;
}
.brmap-no_link ul li:before{
	content:"\025b6";
}
.brmap-no_link ul li a:hover{
	text-decoration: none;
}
@media screen and (min-width: 768px) {
	.brmap-no_contents p.logo{
		width: 90%;
		padding: 5% 0;
	}
	.brmap-no_link ul {
		width: 100%;
	}
	.brmap-no_link ul li{
		display: inline-block;
		padding-right: 12%;
	}
	.brmap-no_link ul li:last-child{
		padding-right: 0;
	}
}
@media screen and (max-width: 767px) {
	.brmap-no_contents p.logo{
		width: 80%;
		padding: 3% 0;
	}
	.brmap-no_spot p a{
		float: none;
		width: 100%;
		padding: 5% 0;
		padding-left: 5%;
	}
	.brmap-no_link h2{
		font-size: 6vw;
		padding-bottom: 3%;
	}
}

/*****************************************************************************
****************** エリア ****************************************************
*****************************************************************************/
.brmap-no_contents h2{
	width: 40%;
	margin: auto;
	padding: 0 5%;
	padding-top: 5%;
}
.brmap-no_area{
	background-color: #fff;
	width: 80%;
	margin: 5% auto;
	padding: 5%;
	border-radius: 5px;
}
.brmap-no_area .sub {
	line-height: 140%;
}
.brmap-no_area h3,
.brmap-no_area p{
	padding-bottom: 3%;
}
#content .brmap-no_contents h3{
	font-size: 140%;
	font-weight: bold;
	letter-spacing: 2px;
}
#content .brmap-no_contents.kitagawa h3{
	color: #39b9bf;
}
#content .brmap-no_contents.mukabaki h3{
	color: #e17035;
}
#content .brmap-no_contents.kitakata h3{
	color: #a570a5;
}
.brmap-no_area .sentence{
	line-height: 160%;
	text-align: left;
}
.brmap-no_area .sentence,
.brmap-no_area .map,
.brmap-no_area .tel{
	border-bottom: 1px solid #696969;
}
.brmap-no_area .map,
.brmap-no_area .tel{
	padding: 0;
}
.brmap-no_area .map a,
.brmap-no_area .tel a{
	padding: 3% 0;
	display: block;
	text-decoration: none;
	background-position: 40% center;
	background-repeat: no-repeat;
	background-size: 7%;
}
.brmap-no_area .map a{
	background-image:url(../img/subpage/brmap-nobeoka/img_map-icon.png);
}
.brmap-no_area .tel a{
	background-image:url(../img/subpage/brmap-nobeoka/img_tel-icon.png);
}
#content .brmap-no_area .map a:hover,
#content .brmap-no_area .tel a:hover{
	color:#72b341;
	font-weight: bold;
}
@media screen and (min-width: 768px) {
	.brmap-no_contents.kitagawa .brmap-no_area .map a,
	.brmap-no_contents.mukabaki .brmap-no_area .map a,
	.brmap-no_contents.kitakata .brmap-no_area .map a{
		background-size: 5%;
	}
	.brmap-no_area .tel{
		display: none;
	}
}
@media screen and (max-width: 767px) {
	.brmap-no_contents h2{
		width: auto;
		padding-top: 10%;
	}
	.brmap-no_area{
		padding: 10% 5%;
	}
	#content .brmap-no_contents h3{
		font-size: 6vw;
		line-height: 160%;
	}
	.brmap-no_area .sentence{
		padding-bottom: 10%;
	}
	.brmap-no_area .map a,
	.brmap-no_area .tel a{
		padding: 7% 0;
		background-position: 25% center;
		background-size: 13%;
	}
}

/*****************************************************************************
****************** スポット ***************************************************
*****************************************************************************/
.brmap-no_contents.spot h2{
	padding-bottom: 3%;
}
#content .brmap-no_contents.spot h3{
	color: #ec6d81;
}
.brmap-no_contents.spot .brmap-no_map-area{
	padding-top: 3%;
}
@media screen and (min-width: 768px) {
	.brmap-no_contents.spot .brmap-no_spot-frame{
		display: flex;
	}
	.brmap-no_contents.spot .brmap-no_area{
		width: 28%;
		margin: 2% auto;
		padding: 5% 2%;
		display: inline-block;
	}
	.brmap-no_contents.spot .brmap-no_area .sentence{
		padding-bottom: 7%;
		min-height: 40%;
	}
	.brmap-no_contents.spot .brmap-no_area .map a{
		padding: 5% 0;
		background-position: 30% center;
		background-size: 10%;
	}
}

/*****************************************************************************
****************** 道の駅 ****************************************************
*****************************************************************************/
.brmap-no_contents.station .brmap-no_area {
	overflow: hidden;
	clear: both;
}
#content .brmap-no_contents.station h3{
	color: #000;
}
.brmap-no_area .url{
	border-bottom: 1px solid #696969;
	padding: 0;
}
.brmap-no_area .url a{
	padding: 3% 0;
	display: block;
	text-decoration: none;
	background-repeat: no-repeat;
	background-size: 6%;
}
.brmap-no_area .url a{
	background-image:url(../img/subpage/brmap-nobeoka/img_link-icon.png);
}
#content .brmap-no_area .url a:hover{
	color:#72b341;
	font-weight: bold;
}
@media screen and (min-width: 768px) {
	#content .brmap-no_contents.station h2{
		width: 45%;
	}
	.brmap-no_contents.station .brmap-no_area > div{
		float: left;
		width: 48%;
		padding: 0 1%;
	}
	.brmap-no_contents.station .brmap-no_area .right {
		text-align: left;
	}
	.brmap-no_contents.station .brmap-no_area .sentence{
		padding-bottom: 7%;
	}
	.brmap-no_contents.station .brmap-no_area .map a,
	.brmap-no_contents.station .brmap-no_area .url a{
		padding-left: 15%;
	}
	.brmap-no_contents.station .brmap-no_area .map a{
		background-position: 5% center;
	}
	.brmap-no_contents.station .brmap-no_area .url a{
		background-position: 5.5% center;
	}
}
@media screen and (max-width: 767px) {
	#content .brmap-no_contents.station h3{
		font-size: 4.5vw;
	}
	.brmap-no_area .url a{
		padding: 7% 0;
		padding-left: 30px;
		background-position: 26% center;
		background-size: 11%;
	}
}

/*****************************************************************************
****************** 宿泊施設 **************************************************
*****************************************************************************/
.brmap-no_contents.lodging h2{
	width: 17%;
}
#content .brmap-no_contents.lodging h3{
	background-color: #f8e033;
	padding: 3% 0;
}
.brmap-no_contents.lodging .brmap-no_area {
	overflow: hidden;
	clear: both;
}
.brmap-no_contents.lodging .brmap-no_area .frame{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.brmap-no_contents.lodging .brmap-no_area .brmap-no_lodging-box{
	flex-basis: 49%;
	overflow: hidden;
	padding-top: 3%;
}
.brmap-no_contents.lodging .brmap-no_area p.title {
	font-weight: bold;
	text-align: left;
}
.brmap-no_contents.lodging .brmap-no_area p.map a,
.brmap-no_contents.lodging .brmap-no_area p.tel a {
	padding: 5% 0;
	background-position: 5% center;
	background-size: 25%;
}
#content .brmap-no_contents.lodging h3{
	color: #000;
}
@media screen and (min-width: 768px) {
	.brmap-no_contents.lodging .brmap-no_area p.title,
	.brmap-no_contents.lodging .brmap-no_area p.map {
		display: inline-block;
		border-bottom: 0;
	}
	.brmap-no_contents.lodging .brmap-no_area p.title {
		width: 65%;
		padding-bottom: 0;
	}
	.brmap-no_contents.lodging .brmap-no_area p.map {
		width: 30%;
	}
	.brmap-no_contents.lodging .brmap-no_area p.map a {
		padding-left: 15%;
	}
	.brmap-no_contents.lodging .brmap-no_area p.tel {
		display: none;
	}
}
@media screen and (max-width: 767px) {
	.brmap-no_contents.lodging h2{
		width: 35%;
	}
	.brmap-no_contents.lodging .brmap-no_area .frame{
		display: block;
	}
	.brmap-no_contents.lodging .brmap-no_area .brmap-no_lodging-box{
		overflow: hidden;
		width: 100%;
		padding-top: 10%;
	}
	#content .brmap-no_contents.lodging h3{
		font-size: 4.5vw;
	}
	.brmap-no_contents.lodging .brmap-no_area p.map,
	.brmap-no_contents.lodging .brmap-no_area p.tel {
		display: inline-block;
		width: 48%;
		text-align: center;
		border-bottom: 0;
	}
	.brmap-no_contents.lodging .brmap-no_area p.map {
		border-right: 1px dotted #696969;
	}
	.brmap-no_contents.lodging .brmap-no_area p.map a,
	.brmap-no_contents.lodging .brmap-no_area p.tel a {
		background-position: 20% center;
		background-size: 13%;
	}
}

/*****************************************************************************
****************** ＰＣ時非表示 ***********************************************
*****************************************************************************/
@media screen and (min-width: 768px) {
	.pc-clear{
		display: none;
	}
}