/*周辺ガイドCSS*/

.slide_tourism {
    margin: 20px 0 20px;
}
.slide_tourism img {
    width: 100%;
    height: auto;
}
.slide_tourism .slick-next {
    right: 20px;
    z-index: 99;
}
.slide_tourism .slick-prev {
    left: 15px;
    z-index: 100;
}
	
.tourism_under_mov .tourism_txt {
		width: 100%;
	}
	
.under_clm1_clm2 {
	    display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
    margin-top: 50px;
}
.under_clm1_clm2 div.left {
	width: 30%;
	text-align: left;
	display: flex;
    flex-direction: column;
}

.under_clm1_clm2 div.right {
	width: 65%;
	text-align: left;
	display: flex;
    flex-direction: column;
}

.under_clm1_clm2 div.left img{
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}
.under_clm1_clm2 div.left h4{
	font-size: 17px;
	padding-bottom: 5px;
	text-align: center;
}
	
.under_clm1_clm2 div.right div {
	width: 46.5%;
	float: left;
	margin-right: 7%;
	}

	.under_clm1_clm2 div.right div.mr0 {
		margin-right: 0!important;
	}
	.under_clm1_clm2 div.right div.tou_img {
		width:100%!important;
	}
	
.under_clm1_clm2 div.right div img{
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}
.under_clm1_clm2 div.right h4{
	font-size: 17px;
	padding-bottom: 5px;
	text-align: center;
	width: 100%;
    clear: left;
}
	
	.under_clm1_clm2 div.right bdr30 {
		margin-top: -15px;
	}	
	
.spot-list {
	display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
    margin-top: 50px;
 }

.spot-list div.spot {
    margin-bottom: 50px;
	width: 30%;
    display: flex;
    flex-direction: column;
	align-items: stretch;
  }
	
.spot-list div.spot h3{
	font-size: 18px;
    padding-bottom: 5px;
    text-align: center;
    padding-top: 0.3em;
	margin-bottom: 10px;
	}
	
.spot-list div.spot p.spot-description{
	line-height: 1.4rem;
    font-size: 0.9rem;
    margin: 20px 0px;
	text-align: center;
}
	
.spot-list div.hidden {
    display: none;
  }
		
	
#filtered-list {
	display: flex;
	flex-wrap: wrap;
    margin-top: 50px;
    justify-content:flex-start;
	gap: 5%;
 }

#filtered-list div.spot {
    margin-bottom: 55px;
	width: 30%;
    text-align: left;
    display: flex;
    flex-direction: column;
	align-items: stretch;
  }
	
#filtered-list div.spot h3{
	font-size: 18px;
    padding-bottom: 5px;
    text-align: center;
    padding-top: 0.3em;
	margin-bottom: 10px;
	position: relative;
	}
	
#filtered-list div.spot img 
	{ width: 100%; height: auto; display: block; margin-bottom: 8px; }
	
div.hidden {
    display: none;
	width: 80%;
    margin: 0 auto;
  }


.tag-button.active { 
  background-color: #f1f1f1;
  font-weight: 500;  
	  }
	  
.more-button {     
    padding: 20px 6px;
    border: none;
    color: #000;
    cursor: pointer;
    width: 100%;
    font-size: 0.9rem;
    line-height: 1.7;
	padding-right: 5px;
	}
	
.more-button::before {
  content: "\f107";/* 下向き矢印 */
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    color: #000;
    pointer-events: none;
	padding-right: 7px;
	}

.more-button.open::before {
  content: "\f106"; /* 上向き矢印 */
}

.more-button strong {
	font-size: 12px;
}


.more-button strong i {
	padding-right: 3px;
	color: #4d6a79;
}

.more-button:hover {
	background-color:#E4E4E4;
}

.more-button br.pc_none {
	display: none;
}
	
.spot-description { 
	line-height: 1.4rem;
    font-size: 0.9rem;
    margin: 20px 0px;
	text-align: center;
	} 
	  
.spot-description strong { 
	  border-bottom: dotted 1px #000000;
    padding-bottom: 10px;
    display: block;
    text-align: center;
	  }
	  
.map-link {
	border: 1px solid #000000;
    padding: 10px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    background: #fff;
    color: #000000;
    margin-top: 10px;
    text-decoration: none;
    text-align: center; 
	position: relative;
	}
	
.map-link::after {
  content: "\f35d";
  font-family: "Font Awesome 6 Free" !important; /* ← 強制指定 */
  font-weight: 900;
  position: absolute;
  right: 17px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  color: #000;
  pointer-events: none;
	}
	  
#tags h2 {
  font-size: 18px;
  font-weight: bold;
  text-align: left;
}

#tags h2 i {
  padding-right: 5px;
	  }	
	
#tags h3 {
  font-size: 15px;
    font-weight: bold;
    margin: 10px;
    width: 230px;
    text-align: left;
	display: flex;
}
	  
/*#tags h3::after {
	content: '：';
	padding-left: 1em;
	color: #676767;
	  }*/

#tags h3 img {
		width:25px;
		height: 25px;
	padding-right: 10px;
	}


#tags p {
	text-align: left;
	font-size:0.9rem;
  margin-bottom: 10px;
	margin-left: 1.5em;

}

/* タググループをflexコンテナにする */
.tag-group {
  display: flex;
  border-bottom: 1px #ccc dotted;
}



/* タグボタンは均等幅にする */
.tag-group .tag-button {
padding: 1px 15px;
    cursor: pointer;
    text-align: center;
    font-size: 0.9rem;
    border: solid 0.5px #ccc;
    height: 27px;
    margin: 8px 5px;
    border-radius: 5px;}

/*  
.tag-group .tag-button::before {
  content: "\f105";
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 900;
  color: #ccc;
  padding-right: 0.5em;
}
*/
	  
.tag-group .tag-button:hover {
  color: #000000;
	background-color: #f1f1f1;
	  }

#clear-filter {
      display: block;
    width: 230px;
    padding: 10px;
    margin: 20px auto;
    background-color: #000;
    color: #fff;
    border: none;
    cursor: pointer;
}
	
#areas {
	width:100%;
	margin: 50px auto;
	border-top: #E4E4E4 1px solid;
	}

.area-block {
	width:80%;
	margin: 0 auto;
	}	
	
.area-block h2 {
	margin: 0px auto 0px auto;
    padding: 70px 0 0 0;
    font-size: 1.4rem;
    font-weight: normal;
    clear: both;	  
	  }
	  
.area-block h2 span {
    font-size: 0.9rem !important;
    background-color: #eeeeee;
    padding: 5px 10px;
    font-weight: 500;
	  }
	
.area-block div.car {
	position: relative;
    text-indent: 1em;
    margin: 7px;
    font-size: 0.9rem;
}

.area-block div.car img {
	display: inline-flex;
    width: 20px;
    height: 20px;
    margin-left: -1.7em;
    top: 4px;
    position: absolute;
}

.area-block p {
	margin-top: 10px;
	}
	
/* 全体の基本レイアウト */
.tourism_map_area {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
	margin-bottom: 50px;
}

/* 左エリア（地図画像） */
.tourism_map_area_left {
    flex: 1;
}
	
.tourism_map_area_left figure img {
		margin: 0 auto;
	}	
	

/* 右エリア（説明テキスト） */
.tourism_map_area_right {
    flex: 2;
    min-width: 300px;
	text-align: left;
}

/* dtは太字のタイトル */
.tourism_map_area_right dt {
    font-weight: bold;
    font-size: 1.0rem;
    line-height: 1.7;
    justify-content: center;
    position: relative;
}

/* spanは小さい文字（約2/3サイズ） */
.tourism_map_area_right dt span {
    font-size: 0.8rem;
    font-weight: normal;
    display: inline-flex;
    /* margin-left: 1em; */
    align-items: center;
    padding: 2px 12px;
    background: #e8e8e8;
    top: 4px;
    /* position: absolute;*/
}
	
.tourism_map_area_right dt span img {
	width: 25px; /* アイコンのサイズを調整 */
    height: 25px;
    margin-right: 10px; /* テキストとの間隔 */
	}

/* ddは段落調整 */
.tourism_map_area_right dd {
    margin-left: 0;
    margin-bottom: 2em;
    line-height: 1.5;
    font-size: 0.8em;
}


.selected-tag {
  display: inline-block;
  background-color: #eee;
  padding: 2px 6px;
  margin: 2px;
  border-radius: 4px;
  font-size: 0.9em;
}
.tag-button.active {
  background-color: #f1f1f1;
  font-weight: 500;
}
	.border-top {
		    border-top: #E4E4E4 1px solid;
	}
	

/* スマホ向けレスポンシブ（幅1270px以下） */
@media screen and (max-width: 1270px) {
.tag-group {
    display:block!important;
    text-align: left;
	padding-bottom: 5px;
}
	
	
#tags h3 {
    font-size: 14px;
    font-weight: bold;
    margin: 6px 0 5px;
    width: 230px;
    text-align: left;
	margin-bottom: 0px;
}	
	
.tag-group .tag-button {
       padding: 5px 10px;
        cursor: pointer;
        text-align: center;
        font-size: 0.8rem;
        margin: 0;
}
}

/* スマホ向けレスポンシブ（幅768px以下） */
@media screen and (max-width: 768px) {
    .tourism_map_area {
        width: 90%;
		margin-bottom: 20px;
    }

	
	.tourism_map_area_right dt {
	font-weight: bold;
    margin-top: 1em;
    margin-bottom: 0.5em;
    font-size: 1.2rem;
    line-height: 2.2;
    justify-content: center;
    display: block;
	position: unset;
	}	
	
	
.tourism_map_area_right dt span {
    font-size: 0.7rem;
    margin-left: 0px;
    font-weight: normal;
    display: inline-flex;
    width: 95%;
	padding: 2px 10px;
	position: unset;
}
	
.tourism_map_area_right dd {
    font-size: 0.9rem;
	}
	

#tags {
		width: 92%;
	}	
	
.area-block {
	width:92%;
	}
	
div.hidden {
		width: 92%!important;
	}	
	
#tags h3 img {
    width: 19px;
    height: 19px;
    padding-right: 5px;
    padding-top: 4px;
}
	
.more-button br.pc_none {
	display: block;
}
	
	
	
}





@media screen and (max-width: 540px){
		
.under_clm1_clm2 div.left {
	width: 100%;
	margin-bottom: 20px!important;
}

.under_clm1_clm2 div.left img {
	margin-bottom: 10px;
	width: 90%;
    margin-left: auto;
    margin-right: auto;
		}
		

.under_clm1_clm2 div.left p.main_txt {
			width: 91%;
			margin: 0 auto;
		}
		

.under_clm1_clm2 div.right {
	width: 100%;
	margin-top: 30px;
}
		
.under_clm1_clm2 div.right div img {
	margin-bottom: 10px;
	width: 90%;
    margin-left: auto;
    margin-right: auto;
}
		
.under_clm1_clm2 div.right div {
	width: 100%;
	margin-right: 0%;
	}

.under_clm1_clm2 div.right p.main_txt {
			width: 91%;
			margin: 0 auto;
		}

.tag-group {
    display:block!important;
    text-align: left;
	padding-bottom: 5px;
}
	
	
#tags h3 {
    font-size: 14px;
    font-weight: bold;
    margin: 6px 0 5px;
    width: 230px;
    text-align: left;
	margin-bottom: 0px;
}	
	
.tag-group .tag-button {
       padding: 5px 10px;
        cursor: pointer;
        text-align: center;
        font-size: 0.8rem;
        margin: 0;
}
	
#filtered-list div.spot {
		width: 100%;
		padding: 0;

	}
.spot-list div.spot	 {
	width: 100%;
	padding: 0;
	}
	
#areas {
		width:100%;
		margin: 0 auto;
	}
	
.area-block p {
    font-size: 0.9rem;
}
	
p.spot-description {
    font-size: 0.7rem !important;
    letter-spacing: -0.04rem;
	}
	
	
	}
	
