@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: 32%;
	margin-right: 2%;
}
.pageTab_list > li:nth-child(2) {}
.pageTab_list > li:nth-child(3) {
	margin-right: 0;
}
.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(155, 208, 226, 0.30);
	padding: 10px 10px;
	height: 100%;
	font-feature-settings: "palt";
	min-height: 60px;
}
.pageTab_list > li:nth-child(2) > button {
	background-color: rgba(148, 177, 219, 0.30);
}
.pageTab_list > li:nth-child(3) > button {
	background-color: rgba(127, 189, 188, 0.30);
}
.pageTab_list > li > button.isCurrent {
	background-color: #9bd0e2;
	color: #fff;
}
.pageTab_list > li:nth-child(2) > button.isCurrent {
	background-color: #94b1db;
}
.pageTab_list > li:nth-child(3) > button.isCurrent {
	background-color: #7fbdbc;
}
.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: 80px;
}
.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;
}
.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: #9bd0e2;
	opacity: 0;
	transition-duration: .3s;
	transition-property: opacity;
}
.pageTab_list_btn_arrow-taste {
	border-top-color: #9bd0e2;
}
.pageTab_list_btn_arrow-enjoy {
	border-top-color: #94b1db;
}
.pageTab_list_btn_arrow-feel {
	border-top-color: #7fbdbc;
}
.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;
}
.ticket {
	border: 2px solid currentColor;
	border-radius: 25px;
	padding: 20px 15px;
}
.ticket_cols {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.ticket_col {}
.ticket_col-ttl {
	width: 305px;
	border-right: 2px solid currentColor;
}
.ticket_title {
	margin-bottom: 0;
	text-align: center;
	font-size: 1.6rem;
}
.ticket_title > img {
	display: block;
	max-width: 280px;
	margin: 0 auto 8px;
}
.ticket_col-txt {
	width: calc(100% - 325px);
}
.ticket_text {}
.ticket_text > a {
	text-decoration: none;
}
.entry p.ticket_text {
	margin-bottom: 0;
}
@media screen and (min-width: 1000px) {
	.ticket_text > a:hover {
		text-decoration: underline;
	}
	.pageTab_list > li > button:hover {
		background-color: #9bd0e2;
		color: #fff;
	}
	.pageTab_list > li:nth-child(2) > button:hover {
		background-color: #94b1db;
	}
	.pageTab_list > li:last-child > button:hover {
		background-color: #7fbdbc;
	}
	.detail_link > a:hover {
		text-decoration: underline;
	}
	.pageTab_list > li > button:not(.isCurrent):hover {}
}
@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.isCurrent {}
	.pageTab_list > li:last-child > button {}
	.pageTab_list > li:last-child > button.isCurrent {}
	.pageTab_list > li > button::before {}
	.pageTab_list > li > button::after {}
	.pageTab_list > li > button.isCurrent::after {}
	.pageTab_list > li:last-child > button::after {}
	.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;
	}
	.ticket {}
	.ticket_cols {}
	.ticket_col {}
	.ticket_col-ttl {
		width: 270px;
	}
	.ticket_title {}
	.ticket_title > img {
		width: 240px;
	}
	.ticket_col-txt {
		width: calc(100% - 295px);
	}
	.ticket_text {}
	.ticket_text > a {}
	.entry p.ticket_text {}
}
@media screen and (max-width: 767px) {
	.hiddenImage {}
	.areaContents {}
	.pageTab {
		margin-bottom: 35px;
	}
	.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 {
		padding: 8px 10px;
		font-size: 14px;
		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.isCurrent::after {}
	.pageTab_list > li:last-child > button::after {}
	.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;
	}
	.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;
	}
	.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;
	}
	.ticket {
		padding: 15px;
		border-radius: 15px;
	}
	.ticket_cols {
		display: block;
	}
	.ticket_col {
		width: auto;
	}
	.ticket_col-ttl {
		border-right: none;
		border-bottom: 1px solid currentColor;
		padding-bottom: 14px;
		margin-bottom: 15px;
	}
	.ticket_title {}
	.ticket_title > img {}
	.ticket_col-txt {}
	.ticket_text {}
	.ticket_text > a {}
	.entry p.ticket_text {}
	.-spNone {
		display: none;
	}
}
@media screen and (max-width:374px) {
	.spot_title {
		font-size: 1.4rem;
	}
	.spot_title > img {}
	.spot_title_main {}
}
