@charset "UTF-8";
/* map.css */

/* 終了告知文 */
.Post {
	font-size: 18px;
	font-weight: 600;
	color: #c00;
	text-align: center;
	margin-top: 10px;
}

/* H1 */
#PageName {
	width: 1024px;
	margin: 10px auto;
	font-weight: bold;
}

:root {
	--primary-color01: #a04836;
	--secondary-color02: #671e10;
}

.sp {
	display: none;
}

.credit01{
    position: relative;
}
.credit01::after{
    content: "写真提供：鎌倉市観光協会";
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.75);
    font-size: 12px;
    color: #fff;
    padding: 2px 5px;
}

.credit01.small::after{
    font-size: 10px;
}

/* トップページの上書きCSS */
.mv.tyo {
	background: url(/attending/kokunai/momiji/map/images/keyvis-EBP16-38510D.jpg) no-repeat top center;
	background-size: cover;
}
.seo p {
	width: 670px;
}
.seo .common_inner::after {
	top: -65px;
}
.navi_list ul {
	justify-content: center;
}
.navi_list ul::after {
	right: calc(100% / 8);
}
.link__btn01.bt01 {
	margin-bottom: 30px;
}
.link__btn01.bt01 a {
	background-color: var(--primary-color01);
	border: 1px solid var(--primary-color01);
}
.link__btn01.bt01 a::after {
	border-top: 1px solid var(--primary-color01);
	border-right: 1px solid var(--primary-color01);
}
.link__btn01.bt01 a:hover {
	background-color: #ffffff;
	border: 1px solid var(--primary-color01);
	color: var(--primary-color01);
}
.link__btn01.bt01 a:hover::before {
	background: var(--primary-color01);
}
.link__btn01.bt01 a:hover::after {
	border-top: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}
.link__btn01.bt02 a {
	background-color: var(--secondary-color02);
	border: 1px solid var(--secondary-color02);
}
.link__btn01.bt02 a::after {
	border-top: 1px solid var(--secondary-color02);
	border-right: 1px solid var(--secondary-color02);
}
.link__btn01.bt02 a:hover {
	background-color: #ffffff;
	border: 1px solid var(--secondary-color02);
	color: var(--secondary-color02);
}
.link__btn01.bt02 a:hover::before {
	background: var(--secondary-color02);
}
.link__btn01.bt02 a:hover::after {
	border-top: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}
.link__btn01.bt03 {
	margin-bottom: 30px;
}
.link__btn01.bt03 a,
.link__btn01.bt03 button {
	background-color: #c49a56;
	border: 1px solid #c49a56;
}
.link__btn01.bt03 button {
	display: block;
	width: 530px;
	background-color: #c49a56;
	border: 1px solid #c49a56;
	font-family: "Noto Serif JP", sans-serif;
	color: #ffffff;
	font-size: 18px;
	font-weight: 600;
	padding: 20px;
	margin: 0 auto;
	text-align: center;
	position: relative;
	box-shadow: 0px 20px 15px -15px rgba(0, 0, 0, 0.2);
	transition: transform 0.3s;
}
.link__btn01.bt03 button::before,
.link__btn01.bt03 button::after {
	content: "";
	display: block;
	position: absolute;
	transition: 0.3s;
}
.link__btn01.bt03 button::before {
	width: 14px;
	height: 14px;
	background-color: #ffffff;
	position: absolute;
	top: 50%;
	right: 20px;
	border-radius: 50%;
	transform: translateY(-50%);
}
.link__btn01.bt03 button::after {
	width: 4px;
	height: 4px;
	top: 50%;
	right: 26px;
	border-top: 1px solid #c49a56;
	border-right: 1px solid #c49a56;
	transform: translateY(-50%) rotate(45deg);
}
.link__btn01.bt03 a::after,
.link__btn01.bt03 button::after {
	border-top: 1px solid #c49a56;
	border-right: 1px solid #c49a56;
}
.link__btn01.bt03 a:hover,
.link__btn01.bt03 button:hover {
	background-color: #ffffff;
	border: 1px solid #c49a56;
	color: #c49a56;
}
.link__btn01.bt03 a:hover::before,
.link__btn01.bt03 button:hover::before {
	background: #c49a56;
}
.link__btn01.bt03 a:hover::after,
.link__btn01.bt03 button:hover::after {
	border-top: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}
.link__btn01.bt04 a {
	background-color: #9d7129;
	border: 1px solid #9d7129;
}
.link__btn01.bt04 a::after {
	border-top: 1px solid #9d7129;
	border-right: 1px solid #9d7129;
}
.link__btn01.bt04 a:hover {
	background-color: #ffffff;
	border: 1px solid #9d7129;
	color: #9d7129;
}
.link__btn01.bt04 a:hover::before {
	background: #9d7129;
}
.link__btn01.bt04 a:hover::after {
	border-top: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}

/* ======================
以下、オリジナルCSS
====================== */
/* mv */
.mv_label {
	position: absolute;
	top: calc(50% + 110px);
	left: calc(50% + 10px);
	transform: translate(-50%, -50%) skew(-20deg);
	background-color: rgba(161, 12, 0, 0.6);
	font-size: 24px;
	font-family: "Noto Serif JP", sans-serif;
	color: #fff;
}
.mv_label small {
	font-size: 18px;
	color: #ffe5a0;
}
.mv_label-inner {
	display: block;
	transform: skew(20deg);
	padding: 5px 20px;
}
/* ランキング */
.group_area-ranking {
	display: flex;
	justify-content: space-between;
}
.block_area-ranking {
	position: relative;
	display: flex;
	flex-direction: column;
	background-color: #fff;
	width: calc(100% / 4 - 15px);
}
.area-ranking_wappen {
	position: absolute;
	top: -30px;
	display: block;
	width: 64px;
	height: 60px;
	z-index: 10;
}
.area-ranking_name {
	font-size: 22px;
	font-weight: 600;
	font-family: "Noto Serif JP", sans-serif;
	color: var(--primary-color01);
	text-align: center;
	margin: 10px 0 5px;
}
.area-ranking_caption {
	font-size: 14px;
	font-family: "Noto Sans JP", sans-serif;
	margin-bottom: 20px;
	padding: 0 10px;
}
.area-ranking_btn {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: var(--primary-color01);
	border: 1px solid var(--primary-color01);
	width: auto;
	min-height: 45px;
	font-size: 14px;
	font-family: "Noto Serif JP", sans-serif;
	font-weight: 500;
	line-height: 1.2;
	color: #fff;
	text-align: center;
	margin: auto 10px 10px;
	padding-right: 20px;
}
.area-ranking_btn::before,
.area-ranking_btn::after {
	content: "";
	position: absolute;
}
.area-ranking_btn::before {
	content: "";
	display: block;
	width: 14px;
	height: 14px;
	background-color: #ffffff;
	position: absolute;
	top: 50%;
	right: 10px;
	border-radius: 50%;
	transform: translateY(-50%);
	transition: 0.3s;
}
.area-ranking_btn::after {
	content: "";
	display: block;
	width: 4px;
	height: 4px;
	position: absolute;
	top: 50%;
	right: 16px;
	border-top: 1px solid var(--primary-color01);
	border-right: 1px solid var(--primary-color01);
	transform: translateY(-50%) rotate(45deg);
	transition: 0.3s;
}
.area-ranking_btn.rotate::after {
	right: 15px;
	transform: translateY(-50%) rotate(135deg);
}
.area-ranking_btn:hover {
	background-color: #ffffff;
	border: 1px solid var(--primary-color01);
	color: var(--primary-color01);
}
.area-ranking_btn:hover::before {
	background: var(--primary-color01);
}
.area-ranking_btn:hover::after {
	border-top: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}
/* スポット */
.block_spot {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 50px;
}
.block_spot h3 {
	border-bottom: 1px solid #e5e5e5;
	width: 100%;
	font-size: 26px;
	font-family: "Noto Serif JP", sans-serif;
	font-weight: 500;
	color: #000000;
	letter-spacing: 0.07em;
	margin-bottom: 25px;
	padding-bottom: 8px;
}
.spot-photo {
	width: 500px;
	height: auto;
}
.spot-details {
	width: calc(100% - 500px - 30px);
	font-family: "Noto Sans JP", sans-serif;
}
.spot-caption {
	font-size: 15px;
	margin-bottom: 10px;
}
.spot-bestscene {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 10px;
}
.spot-bestscene dt {
	border: 1px solid #c49a56;
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
	background: #c49a56;
	line-height: 1;
	color: #ffffff;
	padding: 7px 12px;
}
.spot-bestscene dd {
	border: 1px solid #c49a56;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
	background: #ffffff;
	line-height: 1;
	color: #c49a56;
	padding: 7px 12px;
}
.spot-information {
	display: flex;
	justify-content: space-between;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	padding: 10px 0;
}
.spot-information:last-of-type {
	margin-bottom: 20px;
}
.spot-information:not(:last-of-type) {
	border-bottom: 1px solid #e5e5e5;
}
.spot-information dt {
	width: 130px;
	font-weight: 600;
	color: #c97968;
}
.spot-information dd {
	width: calc(100% - 130px);
	color: #333333;
}
.spot-link {
	display: block;
	width: 88%;
	background-color: #c97968;
	border: 1px solid #c97968;
	font-family: "Noto Serif JP", sans-serif;
	color: #ffffff;
	font-size: 17px;
	font-weight: 600;
	padding: 15px 30px 15px 20px;
	text-align: center;
	position: relative;
	box-shadow: 0px 20px 15px -15px rgba(0, 0, 0, 0.2);
	transition: transform 0.3s;
}
.spot-link::before {
	content: "";
	display: block;
	width: 14px;
	height: 14px;
	background-color: #ffffff;
	position: absolute;
	top: 50%;
	right: 20px;
	border-radius: 50%;
	transform: translateY(-50%);
	transition: 0.3s;
}
.spot-link::after {
	content: "";
	display: block;
	width: 4px;
	height: 4px;
	position: absolute;
	top: 50%;
	right: 26px;
	border-top: 1px solid #c97968;
	border-right: 1px solid #c97968;
	transform: translateY(-50%) rotate(45deg);
	transition: 0.3s;
}
.spot-link:hover {
	background-color: #ffffff;
	border: 1px solid #c97968;
	color: #c97968;
}
.spot-link:hover::before {
	background: #c97968;
}
.spot-link:hover::after {
	border-top: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}
/* 探す */
.group_search-spot {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 30px;
	margin-bottom: 50px;
}
.block_search-spot {
	position: relative;
  background-color: #fff;
	border: solid 1px #808080;
	border-radius: 10px;
	width: calc((100% / 3) - 20px);
	overflow: hidden;
}
.block_search-spot h3 {
	/* position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  font-size: 24px;
  font-family: "Noto Serif JP", sans-serif;
  color: #fff;
  font-weight: 700;
  transition: background-color 0.5s; */
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/* background-color: rgba(0, 0, 0, 0.4); */
	display: flex;
	justify-content: center;
	align-items: flex-end;
	font-size: 22px;
	letter-spacing: 0.08em;
	line-height: 1.3;
	font-family: "Noto Serif JP", sans-serif;
	font-weight: 700;
	text-align: center;
	color: #7b171a;
	padding-bottom: 8px;
}
.block_search-spot img {
	width: 100%;
	height: 200px;
	object-fit: cover;
	aspect-ratio: 4 / 3;
}
.search-spot_link {
	position: relative;
	display: block;
  padding-bottom: 45px;
}
.search-spot_link::before,
.search-spot_link::after {
	content: "";
	position: absolute;
}
.search-spot_link::before {
	display: block;
	width: 22px;
	height: 22px;
	background-color: #7b171a;
	bottom: 10px;
	right: 10px;
	border-radius: 50%;
	transition: 0.3s;
	z-index: 4;
}
.search-spot_link::after {
	display: block;
	width: 6px;
	height: 6px;
	bottom: 15px;
	right: 19px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: translateY(-50%) rotate(45deg);
	transition: 0.3s;
	z-index: 5;
}
.search-spot_link:hover p {
	background: inherit;
}
.searchBox__01 {
	background: #ffffff;
	padding: 40px 0 20px 20px;
	margin-bottom: 70px;
}
.searchBox__01 ul {
	display: flex;
	flex-wrap: wrap;
}
.searchBox01_item small {
	font-size: 100%;
}
.searchBox01_item a {
	display: block;
	width: 250px;
	padding: 0 0 0 30px;
	margin-bottom: 25px;
	font-family: "Noto Serif JP", sans-serif;
	font-size: 16px;
	font-weight: 500;
	position: relative;
	transition: 0.5s;
}
.searchBox01_item a:hover {
	text-decoration: underline;
	color: #c97968;
}
.searchBox01_item a::before {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	position: absolute;
	top: 50%;
	left: 8px;
	background: #c7796a;
	border-radius: 50%;
	transform: translateY(-50%);
	transition: 0.3s;
}
.searchBox01_item a::after {
	content: "";
	display: block;
	width: 4px;
	height: 4px;
	position: absolute;
	top: 49%;
	left: 13px;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	transform: translateY(-50%) rotate(45deg);
	transition: 0.3s;
}
.map-btn_link:hover {
	transform: scale(0.97);
}
.fs16 {
	font-size: 16px;
}
.block_area-ranking:hover {
	opacity: 0.7;
}
.spbr {
	display: none;
}
.ls00 {
	letter-spacing: 0;
}
