@charset "UTF-8";
.hiddenImage {
	display: none;
}
.areaContents {}
.pageTab {
	margin-bottom: 50px;
}
.pageTab_list {
	list-style: none;
	display: flex;
	margin: 0;
	padding: 0;
}
.pageTab_list > li {
	width: 25%;
}
.pageTab_list > li:nth-child(2) {}
.pageTab_list > li:nth-child(3) {
	margin-right: 0;
}
.pageTab_list > li:nth-child(4) {}
.pageTab_list > li > button {
	display: block;
	width: 100%;
	border: none;
	font-size: 16px;
	position: relative;
	z-index: 1;
	outline: none;
	transition-duration: .3s;
	transition-property: background-color, color;
	line-height: 1.4;
	background-color: rgba(210, 216, 202, 0.60);
	padding: 10px 10px;
	height: 100%;
	font-feature-settings: "palt";
	min-height: 60px;
}
.pageTab_list > li:nth-child(2) > button {
	background-color: rgba(230, 227, 218, 0.60);
}
.pageTab_list > li:nth-child(3) > button {
	background-color: rgba(246, 243, 233, 0.60);
}
.pageTab_list > li:nth-child(4) > button {
	background-color: rgba(230, 228, 217, 0.60);
}
.pageTab_list > li > button.isCurrent {
	background-color: #d2d8ca;
}
.pageTab_list > li:nth-child(2) > button.isCurrent {
	background-color: #e6e3da;
}
.pageTab_list > li:nth-child(3) > button.isCurrent {
	background-color: #f6f3e9;
}
.pageTab_list > li:nth-child(4) > button.isCurrent {
	background-color: #e6e4d9;
}
.pageTab_list_btn_txt {
	display: block;
	text-align: center;
	letter-spacing: 0.2em;
}
.contents {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0;
}
.contents.isCurrent {
	position: relative;
	z-index: 10;
	opacity: 1;
}
.contents_title {
	margin-bottom: 40px;
}
.contents_title::after {
	content: "";
	display: block;
	width: 43px;
	height: 2px;
	background: #000;
	margin: 11px auto 0;
}
.contents_title > img {
	display: block;
	margin: 0 auto;
}
.contents_intro {}
.contents_headline {
	font-size: 20px;
	color: #00b0c2;
	line-height: 1.4;
}
.contents_headline-no2 {
	color: #e075ac;
}
.contents_text {}
.contents_image {
	margin-bottom: 100px;
}
.contents_image > img {}
.contentsWrap {
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.spot {
	margin-bottom: 3em;
}
.spot_title {
	display: flex;
	align-items: flex-end;
	border-bottom: 1px solid currentColor;
	padding-top: 18px;
	padding-bottom: 18px;
	font-size: 2.3rem;
	flex-wrap: wrap;
	position: relative;
	padding-left: 75px;
}
.spot_title > small {
	font-size: 60%;
	margin-left: auto;
}
.detail {
	margin-top: 40px;
	margin-bottom: 25px;
}
.detail:last-child {
	margin-bottom: 0;
}
.detail_title {
	height: 30px;
	display: flex;
	background: #d5a379;
	align-items: center;
	color: #fff;
	width: 90px;
	justify-content: center;
	position: relative;
	z-index: 1;
	margin-bottom: 20px;
}
.detail_title::after {
	content: "";
	border: 15px solid #d5a379;
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: -15px;
	border-right-color: rgba(255, 255, 255, 0);
	border-left-width: 0;
}
.detail_cols {
	display: flex;
	justify-content: space-between;
}
.detail_col {
	width: 48.5%;
}
.detail_col-no1 {}
.detail_map {
	position: relative;
	z-index: 1;
	padding-bottom: 66.3%;
}
.detail_map > iframe {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.detail_link {
	margin-bottom: 0 !important;
	font-size: 14px;
	margin-top: 5px;
}
.detail_link > a {
	display: block;
	text-decoration: none;
	color: #0275d8;
	align-items: center;
}
.detail_link > a > i {
	display: inline-block;
	margin-left: 5px;
	vertical-align: middle;
}
.detail_col-no2 {}
.detail_table {
	width: 100%;
	line-height: 1.4;
	font-size: 13px;
	color: #666666;
	font-weight: normal;
	word-break: break-all;
}
.detail_table > tbody {}
.detail_table > tbody > tr {}
.detail_table > tbody > tr > th {
	white-space: nowrap;
	font-weight: normal;
	padding-right: 1em;
	width: 80px;
	padding-bottom: 1em;
	vertical-align: top;
}
.detail_table > tbody > tr:last-child > th {
	padding-bottom: 0;
}
.detail_table > tbody > tr > td {
	padding-bottom: 1em;
	vertical-align: top;
}
.detail_table > tbody > tr:last-child > td {
	padding-bottom: 0;
}
.spot_text {
	margin-bottom: 1.5em !important;
}
.spot_list {
	display: flex;
	list-style: none;
	align-items: flex-start;
	justify-content: center;
	margin: 0;
	padding: 0;
	margin-bottom: 25px;
	flex-wrap: wrap;
}
.spot_list > li {
	width: 48.5%;
	margin: 0;
	padding: 0;
	margin-left: 3%;
}
.spot_list > li:first-child {
	margin-left: 0;
}
.spot_list > li:nth-child(2n+1) {
	margin-left: 0;
}
.spot_list > li:nth-child(n+3) {
	margin-top: 40px;
}
.spot_fig {
	margin: 0;
	margin-bottom: 1em;
}
.spot_fig > img {}
.spot_fig > figcaption.-hasImage {
	margin-top: 15px;
}
.u-hiddenSVG {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	pointer-events: none;
}
.spInline {
	display: none;
}
.detail_fig {}
.detail_fig > img {
	display: block;
}
.detail_shop {
	font-weight: bold;
}
.spotTtl {}
.spotTtl_sub {
	margin-right: 0.5em;
}
.spotTtl_main {}
.spot_title_main {
	display: block;
	margin-left: 10px;
}
.spot_title_main_sub {
	display: block;
	font-size: 80%;
}
.pageTab_list_btn_number {
	font-weight: normal;
	font-size: 20px;
	position: relative;
	z-index: 1;
	top: 2px;
	display: block;
	line-height: 1;
	margin-bottom: 5px;
}
.pageTab_list_btn_arrow {
	display: block;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	border: 15px solid rgba(255, 255, 255, 0);
	border-bottom: none;
	border-top-color: #d2d8ca;
	opacity: 0;
	transition-duration: .3s;
	transition-property: opacity;
}
.pageTab_list_btn_arrow-tama {
	border-top-color: #e6e3da;
}
.pageTab_list_btn_arrow-enoshima {
	border-top-color: #f6f3e9;
}
.pageTab_list_btn_arrow-odawara {
	border-top-color: #e6e4d9;
}
.pageTab_list > li > button.isCurrent > .pageTab_list_btn_arrow {
	opacity: 1;
}
.spot_title > img {
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 65px;
	transform: translateY(-50%);
	margin-top: -3px;
}
.gTownMap {
	padding: 0;
	margin-bottom: 1em;
}
.gTownMap_list > li > a::before {
	background-color: #f2989f;
}
.gTownMap_marker > li:nth-child(1) {
	top: 245px;
	left: 613px;
}
.gTownMap_marker > li:nth-child(2) {
	top: 245px;
	left: 532px;
}
.gTownMap_marker > li:nth-child(3) {
	top: 245px;
	left: 393px;
}
.gTownMap_marker > li:nth-child(4) {
	top: 245px;
	left: 312px;
}
.gTownMap_marker > li:nth-child(5) {
	top: 245px;
	left: 232px;
}
.gTownMap_marker > li:nth-child(6) {
	top: 404px;
	left: 349px;
}
.gTownMap_marker > li:nth-child(7) {
	top: 404px;
	left: 246px;
}
.gTownMap_marker > li:nth-child(8) {
	top: 73px;
	left: 349px;
}
.gTownMap_marker > li:nth-child(9) {
	top: 245px;
	left: 93px;
}
.gTownMap_marker > li:nth-child(10) {
	top: 245px;
	left: 15px;
}
.gTownMap_marker > li > a {
	width: 36px;
	height: 36px;
	min-width: 36px;
	position: relative;
	z-index: 1;
	transition-duration: .3s;
	transition-property: transform, background-color;
	color: rgba(255, 255, 255, 0);
	background-color: rgba(255, 255, 255, 0);
	opacity: 0.5;
}
.gTownMap_marker > li > a > img {
	display: block;
	opacity: 1;
	width: 100%;
	height: auto;
}
.gTownMap_image {}
.gTownMap_list > li {
	margin-bottom: 0.5em;
}
.gTownMap_list > li:last-child {
	margin-bottom: 0;
}
.gTownMap_list > li > a {
	align-items: flex-start;
}
.gTownMap_list > li > a > img {
	opacity: 1;
	width: 30px;
	height: auto;
	display: block;
	margin-right: 7px;
	min-width: 30px;
}
.gTownMap_marker > li > a > b {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	opacity: 0;
}
@media screen and (min-width: 1000px) {
	.ticket_text > a:hover {
		text-decoration: underline;
	}
	.pageTab_list > li > button:hover {
		background-color: #d2d8ca;
	}
	.pageTab_list > li:nth-child(2) > button:hover {
		background-color: #e6e3da;
	}
	.pageTab_list > li:nth-child(3) > button:hover {
		background-color: #f6f3e9;
	}
	.pageTab_list > li:nth-child(4) > button:hover {
		background-color: #e6e4d9;
	}
	.detail_link > a:hover {
		text-decoration: underline;
	}
	.pageTab_list > li > button:not(.isCurrent):hover {}
	.gTownMap_marker > li > a:hover {
		background-color: rgba(255, 255, 255, 0.30);
	}
	.gTownMap_list > li > a:hover {
		color: #db526b;
	}
}
@media screen and (max-width: 999px) {
	.hiddenImage {}
	.areaContents {}
	.pageTab {}
	.pageTab_list {}
	.pageTab_list > li {}
	.pageTab_list > li:first-child {}
	.pageTab_list > li:nth-child(2) {}
	.pageTab_list > li:nth-child(3) {}
	.pageTab_list > li:last-child {}
	.pageTab_list > li > button {}
	.pageTab_list > li > button > img {}
	.pageTab_list_btn_txt {}
	.contents {}
	.contents.isCurrent {}
	.contents_title {}
	.contents_title::after {}
	.contents_title > img {}
	.contents_intro {}
	.contents_headline {}
	.contents_headline-no2 {}
	.contents_text {}
	.contents_image {}
	.contents_image > img {}
	.detail_fig {}
	.detail_fig > img {}
	.detail_shop {}
	.spotTtl {}
	.spotTtl_sub {}
	.spotTtl_main {}
	.pageTab_list > li > button > small {}
	.pageTab_list_btn_arrow {}
	.spot_title {
		font-size: 2rem;
		padding-left: 63px;
	}
	.spot_title > img {
		width: 58px;
	}
}
@media screen and (max-width: 767px) {
	.hiddenImage {}
	.areaContents {}
	.pageTab {
		margin-bottom: 25px;
	}
	.pageTab_list {}
	.pageTab_list > li {}
	.pageTab_list > li:first-child {}
	.pageTab_list > li:nth-child(2) {}
	.pageTab_list > li:nth-child(3) {}
	.pageTab_list > li:nth-child(4) {}
	.pageTab_list > li > button {
		padding: 8px 5px;
		font-size: 12px;
		min-height: 45px;
	}
	.pageTab_list > li > button > br.spInline {
		display: inline;
	}
	.pageTab_list > li > button.isCurrent {}
	.pageTab_list > li:last-child > button {}
	.pageTab_list > li:last-child > button.isCurrent {}
	.pageTab_list > li > button::before {
		border-width: 12px;
	}
	.pageTab_list > li > button::after {
		border-width: 12px;
	}
	.pageTab_list > li > button > img {}
	.pageTab_list_btn_txt {
		letter-spacing: 0.1em;
	}
	.contents {}
	.contents.isCurrent {}
	.contents_title {
		margin-bottom: 15px;
	}
	.contents_title::after {}
	.contents_title > img {}
	.contents_intro {}
	.contents_headline {
		font-size: 18px;
	}
	.contents_headline-no2 {}
	.contents_text {}
	.contents_image {
		margin-bottom: 35px;
	}
	.contents_image > img {}
	.detail {}
	.detail_title {}
	.detail_title::after {}
	.detail_cols {
		display: block;
	}
	.detail_col {
		width: auto;
	}
	.detail_col-no1 {
		margin-bottom: 1rem;
	}
	.detail_map {}
	.detail_map > iframe {}
	.detail_link {}
	.detail_link > a {}
	.detail_link > a > i {}
	.detail_link > a::before {}
	.detail_link > a::after {}
	.detail_col-no2 {}
	.detail_table {}
	.detail_table > tbody {}
	.detail_table > tbody > tr {}
	.detail_table > tbody > tr:first-child {}
	.detail_table > tbody > tr:last-child {}
	.detail_table > tbody > tr > th {}
	.detail_table > tbody > tr:last-child > th {}
	.detail_table > tbody > tr > td {}
	.detail_table > tbody > tr:last-child > td {}
	.spot_title {
		font-size: 1.6rem;
		padding-left: 46px;
		padding-top: 12px;
		padding-bottom: 12px;
	}
	.spot_text {}
	.spot_list {
		display: block;
	}
	.spot_list > li {
		width: auto;
		margin: 15px auto 0;
	}
	.spot_list > li:first-child {
		margin-top: 0;
	}
	.spot_list > li:last-child {}
	.spot_list > li:nth-child(2n+1) {}
	.spot_list > li:nth-child(n+3) {
		margin-top: 15px;
	}
	.spot_fig {}
	.spot_fig > img {}
	.spot_fig > figcaption {}
	.spot_fig > figcaption.-hasImage {
		margin-top: 10px;
	}
	.u-hiddenSVG {}
	.spInline {
		display: block;
	}
	.detail_fig {}
	.detail_fig > img {}
	.detail_shop {}
	.box_message {}
	.spotTtl {}
	.spotTtl_sub {}
	.spotTtl_main {
		display: block;
	}
	.spot_title_main {
		display: flex;
		flex-direction: column;
		margin-left: 5px;
	}
	.spot_title_main_sub {}
	.pageTab_list > li > button::before {
		border-width: 8px;
	}
	.pageTab_list > li > button::after {
		border-width: 8px;
	}
	.pageTab_list_btn_arrow {
		border-width: 10px;
	}
	.spot_title > img {
		width: 40px;
	}
	.spNone {
		display: none;
	}
	.gTownMap {}
	.gTownMap_list > li > a::before {}
	.gTownMap_marker > li:nth-child(1) {}
	.gTownMap_marker > li:nth-child(2) {}
	.gTownMap_marker > li:nth-child(3) {}
	.gTownMap_marker > li:nth-child(4) {}
	.gTownMap_marker > li:nth-child(5) {}
	.gTownMap_marker > li > a {}
	.gTownMap_marker > li > a > img {}
	.gTownMap_image {}
	.gTownMap_list > li {}
	.gTownMap_list > li:last-child {}
	.gTownMap_list > li > a {}
	.gTownMap_list > li > a > img {}
	.gTownMap_marker > li > a > b {}
}
@media screen and (max-width:374px) {
	.spot_title {
		font-size: 1.4rem;
	}
	.spot_title > img {}
	.spot_title_main {}
	.pageTab_list > li > button {
		font-size: 11px;
	}
}
