@charset "UTF-8";
.hiddenImage {
	display: none;
}
.areaContents {}
.pageTab {
	margin-bottom: 50px;
}
.pageTab_list {
	list-style: none;
	display: grid;
	margin: 0;
	padding: 0;
	grid-template-columns: repeat(3, 1fr);
}
.pageTab_list > li {}
.pageTab_list_btn {
	display: block;
	width: 100%;
	height: 68px;
	border: none;
	font-size: 16px;
	position: relative;
	z-index: 1;
	outline: none;
	transition-duration: .3s;
	transition-property: background-color, color;
	color: inherit;
	font-family: inherit;
}
.pageTab_list_btn:focus {
	outline: none;
}
.pageTab_list_btn > br {
	display: none;
}
.pageTab_list_btn.isCurrent {
	cursor: default;
	color: #fff;
	outline: none;
}
.pageTab_list_btn-higashi {
	background-color: rgba(163, 180, 220, 0.50);
}
.pageTab_list_btn-higashi.isCurrent {
	background-color: #a3b4dc;
	color: #fff;
}
.pageTab_list_btn-tomi {
	background-color: rgba(226, 163, 175, 0.50);
}
.pageTab_list_btn-tomi.isCurrent {
	background-color: #f5b2ae;
	color: #fff;
}
.pageTab_list_btn-ulu {
	background-color: rgba(155, 212, 207, 0.50);
}
.pageTab_list_btn-ulu.isCurrent {
	background-color: #9bd4cf;
	color: #fff;
}
.pageTab_list_btn::after {
	content: "";
	border: 11px solid rgba(255, 255, 255, 0);
	display: block;
	position: absolute;
	z-index: 1;
	width: 0;
	height: 0;
	left: 50%;
	transform: translateX(-50%);
	top: 100%;
	border-bottom: none;
	opacity: 0;
	transition-duration: .3s;
	transition-property: opacity;
	border-top-width: 20px;
	margin-top: -1px;
}
.pageTab_list_btn.isCurrent::after {
	opacity: 1;
}
.pageTab_list_btn-higashi::after {
	border-top-color: #a3b4dc;
}
.pageTab_list_btn-tomi::after {
	border-top-color: #f5b2ae;
}
.pageTab_list_btn-ulu::after {
	border-top-color: #9bd4cf;
}
.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-bottom: 10px;
	font-size: 2.3rem;
	column-gap: 10px;
}
.spot_title > img {
	display: block;
	width: 35px;
	height: 20px;
	align-self: center;
}
.spot_title > small {
	font-size: 60%;
	margin-left: auto;
	white-space: nowrap;
}
.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:first-child {}
.detail_table > tbody > tr:last-child {}
.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: 1em !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:last-child {}
.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 {
	display: block;
	margin: 0 auto;
}
.spot_fig > figcaption.-hasImage {
	margin-top: 15px;
}
.gTownMap {
	padding: 0;
	margin-bottom: 2em;
}
.gTownMap_list > li > a::before {
	background-color: #f2989f;
}
.gTownMap_marker-higashi > li:nth-child(1) {
	top: 187px;
	left: 367px;
}
.gTownMap_marker-higashi > li:nth-child(2) {
	top: 257px;
	left: 218px;
}
.gTownMap_marker-higashi > li:nth-child(3) {
	top: 223px;
	left: 193px;
}
.gTownMap_marker-tomi > li:nth-child(1) {
	top: 192px;
	left: 377px;
}
.gTownMap_marker-tomi > li:nth-child(2) {
	top: 393px;
	left: 437px;
}
.gTownMap_marker-tomi > li:nth-child(3) {
	top: 445px;
	left: 470px;
}
.gTownMap_marker-ulu > li:nth-child(1) {
	top: 120px;
	left: 629px;
}
.gTownMap_marker-ulu > li:nth-child(2) {
	top: 99px;
	left: 525px;
}
.gTownMap_marker-ulu > li:nth-child(3) {
	top: 58px;
	left: 502px;
}
.gTownMap_marker-ulu > li:nth-child(4) {
	top: 119px;
	left: 335px;
}
.gTownMap_marker-ulu > li:nth-child(5) {
	top: 87px;
	left: 303px;
}
.gTownMap_marker > li > a {
	position: relative;
	z-index: 1;
	transition-duration: .3s;
	transition-property: transform;
	background-color: #7997cd;
}
.gTownMap_marker-higashi > li > a {
	width: 36px;
	height: 36px;
	min-width: 36px;
	font-size: 18px;
}
.gTownMap_marker-tomi > li > a {
	background-color: #f08d8f;
	width: 36px;
	height: 36px;
	min-width: 36px;
	font-size: 18px;
}
.gTownMap_marker-ulu > li > a {
	background-color: #00a99f;
}
.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.-camera > a {
	display: block;
	text-decoration: none;
	color: inherit;
	width: 100%;
	height: 40px;
	background-color: rgba(255, 255, 255, 0.0);
	border-radius: 0;
	transition-duration: .3s;
	transition-property: color, background-color;
}
.gTownMap_marker > li > a > b {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	opacity: 0;
}
.u-hiddenSVG {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	pointer-events: none;
}
.box {
	padding: 30px 30px 30px;
	margin-bottom: 45px;
	box-sizing: border-box;
	position: relative;
	display: flex;
	align-items: center;
	min-height: 295px;
}
.box_border {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}
.box_border::before {
	content: "";
	display: block;
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: calc(100% - 30px);
	height: calc(100% - 32px);
	background-color: #fff;
}
.box_border > img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	min-height: 100%;
	z-index: 0;
}
.box_title {
	margin-bottom: 0.8rem;
	font-size: 2rem;
}
.box_text {}
.box_cols {
	display: flex;
	justify-content: space-between;
	max-width: 720px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
.box_col {}
.box_col-txt {
	width: calc(100% - 300px);
}
.box_col-txt > figure {}
.box_col-txt > figure > img {
	display: block;
}
.box_col-img {
	width: 280px;
}
article.entry p.box_link {
	margin-bottom: 0;
}
.box_link > a {
	display: block;
	color: #00a0e9;
}
.box_fig {
	margin-bottom: 0;
}
.box_fig > img {
	display: block;
}
.-spInline {
	display: none;
}
.detail_fig {}
.detail_fig > img {
	display: block;
}
.detail_shop {
	font-weight: bold;
}
.mainCaption {
	text-align: right;
	font-size: 80%;
}
article.entry p.mainCaption {
	margin-bottom: 0.5rem;
}
.box_fig > figcaption {
	text-align: right;
}
@media screen and (min-width: 1000px) {
	.gTownMap_marker > li > a:hover {}
	.gTownMap_list > li > a:hover {
		color: #db526b;
	}
	.pageTab_list_btn-higashi > button:not(.isCurrent):hover {
		background: #94bce2;
		color: #fff;
	}
	.pageTab_list_btn-tomi > button:not(.isCurrent):hover {
		background: #b5adcd;
		color: #fff;
	}
	.pageTab_list_btn-ulu > button:not(.isCurrent):hover {
		background: #e2a3af;
		color: #fff;
	}
	.pageTab_list_btn:hover {
		color: #fff;
	}
	.pageTab_list_btn-higashi:hover {
		background: #a3b4dc;
	}
	.pageTab_list_btn-tomi:hover {
		background-color: #f5b2ae;
	}
	.pageTab_list_btn-ulu:hover {
		background: #9bd4cf;
	}
	.detail_link > a:hover {
		text-decoration: underline;
	}
	.gTownMap_marker > li > a:hover {}
	.gTownMap_marker > li.-camera > a:hover {
		background-color: rgba(255, 255, 255, 0.30);
		transform: none;
	}
	.gTownMap_marker > li > a:hover {}
	.gTownMap_marker-kamakura > li > a:hover {
		color: #c49edb;
	}
	.box_link > a: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_btn {}
	.pageTab_list_btn.isCurrent {}
	.pageTab_list_btn::before {}
	.pageTab_list_btn::after {}
	.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 {}
	.mainCaption {}
	.box {}
	.box_border {}
	.box_border::before {}
	.box_border > img {}
	.box_title {}
	.box_text {}
	.box_link {}
	.box_link > a {}
	.box_cols {}
	.box_col {}
	.box_col-txt {}
	.box_col-txt > figure {}
	.box_col-txt > figure > img {}
	.box_col-img {}
	.box_link {}
	.box_link > a {}
	.box_fig {}
	.box_fig > img {}
	.box_fig > figcaption {}
}
@media screen and (max-width: 767px) {
	.hiddenImage {}
	.areaContents {}
	.pageTab {
		margin-bottom: 30px;
	}
	.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_btn {
		height: 50px;
		line-height: 1.2;
		font-size: 13px;
	}
	.pageTab_list_btn > br {
		display: inline;
	}
	.pageTab_list_btn.isCurrent {}
	.pageTab_list_btn::before {}
	.pageTab_list_btn::after {
		border-top-width: 12px;
	}
	.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.7rem;
		column-gap: 6px;
	}
	.spot_title > img {
		width: 30px;
	}
	.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;
	}
	.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.-camera > a {}
	.gTownMap_marker > li > a > b {}
	.gTownMap_marker-higashi > li > a {}
	.u-hiddenSVG {}
	.box {
		margin-bottom: 20px;
		padding: 30px 30px 35px;
		display: block;
	}
	.box_border {}
	.box_border::before {
		width: calc(100% - 16px);
		height: calc(100% - 20px);
	}
	.box_title {
		font-size: 1.8rem;
	}
	.box_text {}
	.box_link {}
	.box_link > a {}
	article.entry p + p.box_link {
		margin-bottom: 0;
	}
	.box_cols {
		display: block;
	}
	.box_col {
		width: auto;
	}
	.box_col-txt {
		margin-bottom: 15px;
	}
	.box_col-txt > figure {}
	.box_col-txt > figure > img {}
	.box_col-img {}
	.box_fig {}
	.box_fig > img {}
	.-spInline {
		display: block;
	}
	.detail_fig {}
	.detail_fig > img {}
	.detail_shop {}
	.mainCaption {}
	.box_fig > figcaption {}
}
