@charset "utf-8";
/* CSS Document */

.dog_concept {
	margin-bottom: 300px;
}
.dog_concept .box {
	/*position: relative;*/
	margin-bottom: 60px;
}
.dog_concept .box .title {
	/*position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);*/
	font-size: 1.8em;
	color: #000;
	text-align: center;
	margin: 0.6em 0;
}
.dog_concept .box .title .title_sub {
	font-size: 0.6em;
	line-height: 1.8em;
}
.dog_concept .box .notes {
	/*position: absolute;
	top: 80%;*/
	color: #333;
	line-height: 1.7em;
	padding: 1.3em 2em;
	box-sizing: border-box;
	background-color: hsla(180,36%,83%,1.00);
	
	width: 90%;
	margin: 0 auto;
	position: relative;
	font-size: 0.9em;
}
/*.dog_concept .box .left {
left: 5%;	
}
.dog_concept .box .right {
right: 5%;	
}*/

/*ワンちゃんコメントの鍵括弧 */
.dog_concept .box .notes::before, .dog_concept .box .notes::after {
	content: '';
	width: 30px;
	height: 30px;
	position: absolute;
}
.dog_concept .box .notes::before {
	border-left: solid 2px #799B9B;
	border-top: solid 2px #799B9B;
	top: 10px;
	left: 10px;
}

.dog_concept .box .notes::after {
	border-right: solid 2px #799B9B;
	border-bottom: solid 2px #799B9B;
	bottom: 10px;
	right: 10px;
}
/*****/


@media screen and (min-width: 769px) {
.dog_concept {
	margin-bottom: 150px;
}
.dog_concept .box {
	position: relative;
	margin-bottom: 100px;
}
.dog_concept .box .title {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 2.05em;
	color: #FFF;
	text-align: center;
	text-shadow: 1px 2px 3px #808080; 
}
.dog_concept .box .title .title_sub {
	font-size: 0.6em;
	line-height: 1.8em;
}
.dog_concept .box .notes {
	position: absolute;
	top: 80%;
	/*transform: translate(-50%, -50%);*/
	color: #333;
	line-height: 1.7em;
	padding: 1.3em 3em;
	box-sizing: border-box;
	background-color: hsla(180,36%,83%,1.00);
	
	width: auto;
	margin: 0;
	font-size: 1em;
	font-weight: bold;

}
.dog_concept .box .left {
left: 5%;	
}
.dog_concept .box .right {
right: 5%;	
}
	
	
/*ワンちゃんコメントの鍵括弧 */
.dog_concept .box .notes::before, .dog_concept .box .notes::after {
	content: '';
	width: 30px;
	height: 30px;
	position: absolute;
}
.dog_concept .box .notes::before {
	border-left: solid 2px #799B9B;
	border-top: solid 2px #799B9B;
	top: 10px;
	left: 10px;
}

.dog_concept .box .notes::after {
	border-right: solid 2px #799B9B;
	border-bottom: solid 2px #799B9B;
	bottom: 10px;
	right: 10px;
}
/*****/
	
}














/** 画像の上に半透明フィルタ **/
.colorfilter {
    background-color: black; /** 半透明で加工したい色合い */
}
.colorfilter-image {
   opacity: 0.7; /** 画像の透明度 */
   display: block;
}




/*----------------
混雑率
------------------*/




.bg-01 {
	content: "";
	/*margin-top: 2.0em;*/
}

.concept-contents {
	display: block;
	margin-bottom: 2.0em;
}

.MAP_contents {
    display: flex;
    justify-content: space-between;
    margin-bottom: 3em;
	margin-top: 3em;
}
.MAP{
	height: 150%;
	width: 150%;
}
.area{
color:rgb( 98, 165, 106);
font-weight: bold;
}
.area2{
	color:rgb( 98, 165, 106);
	font-weight: bold;
	margin-top: 20px;
	display: inline-block;
}
.area_text{
	text-align: left;
	margin-top: 120px;
}
@media screen and (max-width:784px){
 .area_text{
	width: 90%;
	margin: 0 auto;
	padding-top: 30px;
	text-align: left;
 }
 .MAP_contents{
	display: block;
 }
 img.sp-only.sp_map {
    height: auto;
	width:50%;
	margin-left: 60px;
}
img.sp-only.sp_detail{
    height: auto;
	width:50%;
	
}
.p-only .area_img{
	height: auto;
	width: 50%;
}

}
.sp-only .area_img{
	width: 50%;
	height: auto;
}