/*=======================
メインビジュアル
=======================*/
#mv {
	background-image: url(../img/spot/mv.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

/*=====================
タグのタイトル
=====================*/
.tag_name {
  padding: 0.40rem 0 0.50rem;
  text-align: center;
  font-size: 0.24rem;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  .tag_name {
    padding: 0.20rem 0 0.30rem;
    font-size: 0.16rem;
  }
}

.tag_name span {
  font-size: 0.36rem;
  color: #FC9303;
}
@media screen and (max-width: 640px) {
  .tag_name span {
    font-size: 0.22rem;
  }
}

.tag_list_btn {
  padding-bottom: 1.50rem;
}
@media screen and (max-width: 640px) {
  .tag_list_btn {
    margin: 0 0.10rem;
    padding-bottom: 0.80rem;
  }
}

/*=====================
一覧
=====================*/
#spot {
  padding-top: 1.00rem;
}
@media screen and (max-width: 640px) {
  #spot {
    padding-top: 0.30rem;
  }
}

/*=====================
エリアの絞り込み
=====================*/
.category_list_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0.20rem;
  border: 1px solid #CCC;
  border-radius: 0.60rem;
  max-width: 11.30rem;
  box-sizing: border-box;
  margin: 0.60rem auto 0.50rem;
  background-color: #FFF;
}
@media screen and (max-width: 640px) {
  .category_list_wrap {
    border-radius: 0.10rem;
    margin: 0.40rem auto;
  }
}

.category_list_wrap .tit {
  width: 1.85rem;
  text-align: center;
  font-size: 0.18rem;
  font-weight: 700;
  padding-bottom: 0.05rem;
}
@media screen and (max-width: 640px) {
  .category_list_wrap .tit {
    width: 100%;
    font-size: 0.16rem;
    padding-bottom: 0.20rem;
  }
}

.category_list_wrap .list {
  width: calc(100% - 1.90rem);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 640px) {
  .category_list_wrap .list {
    width: 100%;
    gap: 0.10rem;
  }
}

.category_list_wrap .list .cat {
  width: 1.68rem;
  text-align: center;
  padding: 0.12rem 0 0.14rem;
  border-radius: 0.20rem;
  cursor: pointer;
  transition: all 0.3s;
}
@media screen and (max-width: 640px) {
  .category_list_wrap .list .cat {
    width: 48%;
    box-sizing: border-box;
  }
  .category_list_wrap .list .cat.all {
    width: 100%;
  }
}

.category_list_wrap .list .cat:hover {
  opacity: 0.7;
}

.category_list_wrap .list .cat.douou {
	color: #E62F8B;
  border: 1px solid #E62F8B;
}
.category_list_wrap .list .cat.douhoku {
	color: #2EA8E1;
  border: 1px solid #2EA8E1;
}
.category_list_wrap .list .cat.doutou {
	color: #45B035;
  border: 1px solid #45B035;
}
.category_list_wrap .list .cat.dounan {
	color: #965BC1;
  border: 1px solid #965BC1;
}
.category_list_wrap .list .cat.all {
	color: #000;
  border: 1px solid #000;
}

.category_list_wrap .list .cat.active {
	color: #FFF;
}

.category_list_wrap .list .cat.douou.active {
	background-color: #E62F8B;
}
.category_list_wrap .list .cat.douhoku.active {
	background-color: #2EA8E1;
}
.category_list_wrap .list .cat.doutou.active {
	background-color: #45B035;
}
.category_list_wrap .list .cat.dounan.active {
	background-color: #965BC1;
}
.category_list_wrap .list .cat.all.active {
	background-color: #000;
}

.category_list_wrap .list .cat span {
  font-size: 0.15rem;
  font-weight: 700;
}

/*=====================
一覧
=====================*/
.spot_list_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 0.30rem;
  max-width: 11.30rem;
  margin: auto;
  padding-bottom: 1.20rem;
}
@media screen and (max-width: 640px) {
  .spot_list_wrap {
    padding-bottom: 0.60rem;
  }
}

.spot_list_wrap .detail {
  width: calc(33.3% - 0.2rem);
  border-radius: 0.10rem;
  overflow: hidden;
  box-shadow: 0 0.02rem 0.08rem rgba(0,0,0,0.2);
  background-color: #FFF;
  margin-bottom: 0.40rem;
}
@media screen and (max-width: 640px) {
  .spot_list_wrap .detail {
    width: 100%;
    border-radius: 0.06rem;
    margin-bottom: 0;
  }
}

.spot_list_wrap .detail .ph_wrap {
  width: 100%;
  height: 2.35rem;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 640px) {
  .spot_list_wrap .detail .ph_wrap {
    height: 58vw;
  }
}

.spot_list_wrap .detail .ph_wrap a img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}

.spot_list_wrap .detail .ph_wrap a:hover img {
  transform: scale(1.04);
}

.spot_list_wrap .detail .txt_box {
  padding: 0.30rem 0.20rem 0.20rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 640px) {
  .spot_list_wrap .detail .txt_box {
    padding: 0.25rem 0.20rem 0.20rem;
  }
}

.spot_list_wrap .detail .txt_box .cat {
  position: absolute;
  width: 100%;
  top: -0.15rem;
  left: 0;
  z-index: 1;
  transition: all 0.3s;
}

.spot_list_wrap .detail .txt_box .cat span {
  display: block;
  padding: 0.06rem 0 0.08rem;
  border-radius: 0.20rem;
  font-size: 0.15rem;
  font-weight: 700;
  width: 100%;
  max-width: 1.70rem;
  margin: auto;
  text-align: center;
  color: #FFF;
}
@media screen and (max-width: 640px) {
  .spot_list_wrap .detail .txt_box .cat span {
    font-size: 0.13rem;
    max-width: 1.50rem;
  }
}


.spot_list_wrap .detail .txt_box .cat.douou span {
	background-color: #E62F8B;
}
.spot_list_wrap .detail .txt_box .cat.douhoku span {
	background-color: #2EA8E1;
}
.spot_list_wrap .detail .txt_box .cat.doutou span {
	background-color: #45B035;
}
.spot_list_wrap .detail .txt_box .cat.dounan span {
	background-color: #965BC1;
}

.spot_list_wrap .detail .txt_box .tit {
  font-size: 0.20rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 640px) {
  .spot_list_wrap .detail .txt_box .tit {
    font-size: 0.18rem;
  }
}

.spot_list_wrap .detail .txt_box .tit a {
  color: #222;
}

.spot_list_wrap .detail .txt_box .address {
  font-size: 0.14rem;
  line-height: 1.65;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .spot_list_wrap .detail .txt_box .address {
    font-size: 0.13rem;
  }
}

.spot_list_wrap .detail .txt_box .tag_wrap {
  padding-top: 0.20rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.10rem;
}
@media screen and (max-width: 640px) {
  .spot_list_wrap .detail .txt_box .tag_wrap {
    padding-top: 0.15rem;
  }
}

.spot_list_wrap .detail .txt_box .tag_wrap a {
  display: inline-block;
  font-size: 0.15rem;
  font-weight: 700;
  color: #FFF;
  padding: 0.06rem 0.10rem 0.08rem;
  background-color: #FC9303;
  border-radius: 0.20rem;
  border: 1px solid #FC9303;
}
.spot_list_wrap .detail .txt_box .tag_wrap a::before {
  content: "#";
  display: inline-block;
  padding-right: 0.04rem;
}
@media screen and (max-width: 640px) {
  .spot_list_wrap .detail .txt_box .tag_wrap a {
    font-size: 0.14rem;
  }
  .spot_list_wrap .detail .txt_box .tag_wrap a::before {
    content: "#";
    display: inline-block;
    padding-right: 0.02rem;
  }
}

.spot_list_wrap .detail .txt_box .tag_wrap a:hover {
  background-color: #FFF;
  color: #FC9303;
}

/*=====================
詳細ページ
=====================*/
#spot_detail {
  padding-top: 1.00rem;
  padding-bottom: 1.50rem;
}
@media screen and (max-width: 640px) {
  #spot_detail {
    padding-top: 0.30rem;
    padding-bottom: 0.50rem;
  }
}

#spot_detail .in {
  max-width: 10.00rem;
  margin: auto;
}

#spot_detail .report_detail_header {
  padding: 0.30rem 0;
  text-align: center;
}

#spot_detail .report_detail_header .header {
  text-align: center;
}

#spot_detail .report_detail_header .header .cat span {
  display: block;
  padding: 0.06rem 0 0.08rem;
  border-radius: 0.20rem;
  font-size: 0.15rem;
  font-weight: 700;
  width: 100%;
  max-width: 1.70rem;
  margin: auto;
  text-align: center;
  color: #FFF;
}
@media screen and (max-width: 640px) {
  #spot_detail .report_detail_header .header .cat span {
    font-size: 0.13rem;
    max-width: 1.50rem;
  }
}

#spot_detail .report_detail_header .header .cat.douou span {
	background-color: #E62F8B;
}
#spot_detail .report_detail_header .header .cat.douhoku span {
	background-color: #2EA8E1;
}
#spot_detail .report_detail_header .header .cat.doutou span {
	background-color: #45B035;
}
#spot_detail .report_detail_header .header .cat.dounan span {
	background-color: #965BC1;
}

#spot_detail .report_detail_header .title {
  font-size: 0.40rem;
  font-weight: 700;
  line-height: 1.5;
  padding: 0.20rem 0;
}
@media screen and (max-width: 640px) {
  #spot_detail .report_detail_header .title {
    font-size: 0.24rem;
    padding: 0.10rem 0;
  }
}

#spot_detail .report_detail_header .address {
  font-size: 0.16rem;
}
@media screen and (max-width: 640px) {
  #spot_detail .report_detail_header .address {
    font-size: 0.14rem;
  }
}

#spot_detail .report_detail_header .tag_wrap {
  padding-top: 0.20rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.10rem;
}

#spot_detail .report_detail_header .tag_wrap a {
  display: inline-block;
  font-size: 0.15rem;
  font-weight: 700;
  color: #FFF;
  padding: 0.06rem 0.10rem 0.08rem;
  background-color: #FC9303;
  border-radius: 0.20rem;
  border: 1px solid #FC9303;
}
#spot_detail .report_detail_header .tag_wrap a::before {
  content: "#";
  display: inline-block;
  padding-right: 0.04rem;
}
@media screen and (max-width: 640px) {
  #spot_detail .report_detail_header .tag_wrap a {
    font-size: 0.13rem;
  }
  #spot_detail .report_detail_header .tag_wrap a::before {
    content: "#";
    display: inline-block;
    padding-right: 0.02rem;
  }
}

#spot_detail .report_detail_header .tag_wrap a:hover {
  background-color: #FFF;
  color: #FC9303;
}

#spot_detail .spot_main_ph img {
  display: block;
  border-radius: 0.10rem;
  overflow: hidden;
}

#spot_detail .spot_box {
  margin-top: 0.50rem;
}
@media screen and (max-width: 640px) {
  #spot_detail .spot_box {
    margin-top: 0.30rem;
  }
}

#spot_detail .spot_box .tit {
  font-size: 0.24rem;
  font-weight: 700;
  text-align: center;
  padding-bottom: 0.20rem;
}
@media screen and (max-width: 640px) {
  #spot_detail .spot_box .tit {
    font-size: 0.20rem;
    padding-bottom: 0.10rem;
  }
}

#spot_detail .spot_box .txt_box {
  font-size: 0.16rem;
  line-height: 2;
}
@media screen and (max-width: 640px) {
  #spot_detail .spot_box .txt_box {
    font-size: 0.14rem;
  }
}

#spot_detail .spot_box.message {
  background-color: #F0F8F4;
  padding: 0.30rem;
  border-radius: 0.10rem;
}
@media screen and (max-width: 640px) {
  #spot_detail .spot_box.message {
    padding: 0.20rem 0.15rem;
    border-radius: 0.06rem;
  }
}

#spot_detail .spot_box.message .tit {
  color: #45B035;
}

#spot_detail .btn_common {
  padding: 0.50rem 0 0.60rem;
}
@media screen and (max-width: 640px) {
  #spot_detail .btn_common {
    padding: 0.50rem 0.10rem 0;
  }
}

#spot_detail .gmap {
  width: 100%;
  height: 6.00rem;
}
@media screen and (max-width: 640px) {
  #spot_detail .gmap {
    height: 2.50rem;
    padding-top: 0.50rem;
  }
}

#spot_detail .gmap iframe {
  width: 100%;
  height: 100%;
}

/* 詳細ページ下部のナビ */
.news_page_navi_wrap {
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	margin-top: 0.60rem;
	padding: 0.35rem 0;
}

.news_page_navi_wrap .list {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.news_page_navi_wrap .list .link {
	width: 33.3%;
}

.news_page_navi_wrap .list .link a {
	color: #111;
	font-size: 0.14rem;
	letter-spacing: 0.075em;
	text-decoration: none;
}

@media screen and (max-width: 640px) {
	.news_page_navi_wrap .list .link a {
		font-size: 0.13rem;
		letter-spacing: 0.05em;
	}
}

.news_page_navi_wrap .list .link a:hover {
	color: #F1859F;
}

.news_page_navi_wrap .list .link.prev {
	text-align: right;
}

@media screen and (max-width: 640px) {
	.news_page_navi_wrap .list .link.prev {
		text-align: left;
	}
}

.news_page_navi_wrap .list .link.prev a::before {
	content: "";
	width: 0.20rem;
	height: 0.14rem;
	background-image: url(../img/news/news_navi_prev_arrow.svg);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	padding-right: 0.08rem;
	position: relative;
	top: 0.02rem;
	left: 0;
	transition: all 0.3s;
}

@media screen and (max-width: 640px) {
	.news_page_navi_wrap .list .link.prev a::before {
		width: 0.12rem;
		height: 0.12rem;
		padding-right: 0.06rem;
	}
}

.news_page_navi_wrap .list .link.home {
	text-align: center;
}

.news_page_navi_wrap .list .link.home a::before {
	content: "";
	width: 0.20rem;
	height: 0.14rem;
	background-image: url(../img/news/news_navi_home_arrow.svg);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	padding-right: 0.08rem;
	position: relative;
	top: 0.02rem;
	left: 0;
	transition: all 0.3s;
}

@media screen and (max-width: 640px) {
	.news_page_navi_wrap .list .link.home a::before {
		width: 0.12rem;
		height: 0.12rem;
	}
}

.news_page_navi_wrap .list .link.next {
	text-align: left;
}

@media screen and (max-width: 640px) {
	.news_page_navi_wrap .list .link.next {
		text-align: right;
	}
}

.news_page_navi_wrap .list .link.next a::after {
	content: "";
	width: 0.20rem;
	height: 0.14rem;
	background-image: url(../img/news/news_navi_next_arrow.svg);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	padding-left: 0.08rem;
	position: relative;
	top: 0.02rem;
	right: 0;
	transition: all 0.3s;
}

@media screen and (max-width: 640px) {
	.news_page_navi_wrap .list .link.next a::after {
		width: 0.12rem;
		height: 0.12rem;
		padding-left: 0.06rem;
	}
}