@charset "UTF-8";
.u-kugenuma {
	font-family: 'Noto Sans JP', sans-serif;
}
.hiddenImage {
	display: none;
}
.areaContents {}
.pageTab {
	max-width: 680px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 60px;
}
.pageTab_list {
	list-style: none;
	display: flex;
	margin: 0;
	padding: 0;
}
.pageTab_list > li {
	width: 50%;
}
.pageTab_list > li > button {
	display: block;
	width: 100%;
	height: 75px;
	border: none;
	position: relative;
	z-index: 1;
	outline: none;
	color: #333;
	line-height: 1.4;
	background-color: rgba(0, 123, 199, 0.30);
	font-size: 18px;
	transition-duration: .3s;
	transition-property: color, background-color, border-color;
}
.pageTab_list > li > button > br.-spInline {
	display: none;
}
.pageTab_list > li > button.isCurrent {
	cursor: default;
	background-color: #007bc7;
	color: #fff;
}
.pageTab_list > li:last-child > button {
	background-color: rgba(0, 159, 176, 0.30);
}
.pageTab_list > li:last-child > button.isCurrent {
	background-color: #009fb0;
}
.pageTab_list > li > button::after {
	content: "";
	border: 17px solid #007bc7;
	display: block;
	position: absolute;
	z-index: 1;
	width: 0;
	height: 0;
	left: 0;
	right: 0;
	margin: auto;
	border-left-color: rgba(255, 255, 255, 0);
	border-right-color: rgba(255, 255, 255, 0);
	border-bottom-width: 0;
	bottom: -17px;
	opacity: 0;
	transition-duration: .3s;
	transition-property: opacity;
}
.pageTab_list > li > button.isCurrent::after {
	opacity: 1;
}
.pageTab_list > li:last-child > button::after {
	border-top-color: #009fb0;
}
.pageTab_list > li > button > img {
	max-width: 280px;
	height: auto;
}
.contents {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0;
}
.contents.isCurrent {
	position: relative;
	z-index: 10;
	opacity: 1;
}
.contentsWrap {
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.spot {
	margin-bottom: 3em;
}
.spot_title {
	border-bottom: 1px solid currentColor;
	padding-bottom: 10px;
	font-size: 2.4rem;
}
.spot_title_sub {
	font-size: 70%;
	display: block;
	margin-bottom: 0.3em;
}
.spot_title_main {
	display: block;
}
.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;
	margin-bottom: 20px;
}
.detail_table:last-child {
	margin-bottom: 0;
}
.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: 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:nth-child(2n+1) {
	margin-left: 0;
}
.spot_list > li:nth-child(n+3) {
	margin-top: 40px;
}
.spot_fig {
	margin: 0;
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2em;
}
.spot_fig > img {}
.spot_fig > figcaption.-hasImage {
	margin-top: 15px;
}
.gTownMap {
	padding: 0;
	margin-bottom: 1em;
}
.gTownMap_list > li > a::before {
	background-color: #f2989f;
}
.gTownMap_marker > li:nth-child(1) {
	top: 206px;
	left: 273px;
}
.gTownMap_marker > li:nth-child(2) {
	top: 115px;
	left: 265px;
}
.gTownMap_marker > li:nth-child(3) {
	top: 76px;
	left: 265px;
}
.gTownMap_marker > li:nth-child(4) {
	top: 337px;
	left: 606px;
}
.gTownMap_marker > li:nth-child(5) {
	top: 259px;
	left: 663px;
}
.gTownMap_marker > li:nth-child(6) {
	top: 376px;
	left: 606px;
}
.gTownMap_marker > li:nth-child(7) {
	top: 132px;
	left: 606px;
}
.gTownMap_marker > li:nth-child(8) {
	top: 224px;
	left: 664px;
}
.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);
}
.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;
}
.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 {
	display: block;
	font-size: 80%;
	margin-bottom: 5px;
}
.spotTtl_main {
	display: block;
}
.spotTtl > img {
	width: 35px;
	margin-right: 5px;
}
.pageTab_list_btn_number {
	font-weight: normal;
	font-size: 20px;
	margin-right: 3px;
}
.spot_list-wide {}
.spot_list-wide > li {
	width: 50%;
}
.box {}
.box_cols {
	display: flex;
	border-top: 6px solid #2d70ba;
	border-bottom: 1px solid currentColor;
	padding: 1.5em 1em;
	margin-top: 1em;
	margin-bottom: 2em;
	align-items: center;
	justify-content: space-between;
}
.box_col {}
.box_col-logo {
	width: 18%;
}
.box_logo {}
.box_logo > img {
	display: block;
}
.box_col-txt {
	width: 54%;
}
.box_title {
	color: #2d70ba;
	font-size: 18px;
}
.box_text {}
.box_text > a {
	text-decoration: none;
}
.box_col-img {
	width: 23%;
}
.box_image {}
.box_image > img {
	display: block;
}
.spot_cell {
	margin-top: 2em;
}
.spot_headline {
	color: #d5a379;
	font-size: 2rem;
}
article.entry p.box_text {
	margin-bottom: 0;
}
.open p.-mt {
	margin-top: 2em;
}
.spot_fig-wide {
	max-width: 816px;
}
article.entry .etcetera article > figure.-wide {
	max-width: 816px;
}
.spot_fig-mbSmall {
	margin-bottom: 1rem;
}
@media screen and (min-width: 1000px) {
	.gTownMap_marker > li > a:hover {
		background-color: rgba(255, 255, 255, 0.30);
	}
}
.gTownMap_list > li > a:hover {
	color: #db526b;
}
.pageTab_list > li:last-child > button:not(.isCurrent):hover {
	background-color: #009fb0;
}
.pageTab_list > li > button:hover {
	background-color: #007bc7;
	color: #fff;
}
.detail_link > a:hover {
	text-decoration: underline;
}
.box_text > a:hover {
	text-decoration: underline;
}
@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 {}
	.contents {}
	.contents.isCurrent {}
	.detail_fig {}
	.detail_fig > img {}
	.detail_shop {}
	.spotTtl {}
	.spotTtl_sub {}
	.spotTtl_main {}
	.spotTtl > img {}
	.box {}
	.box_cols {}
	.box_col {}
	.box_col-logo {}
	.box_logo {}
	.box_logo > img {}
	.box_col-txt {}
	.box_title {}
	.box_text {}
	.box_text > a {}
	.box_col-img {}
	.box_image {}
	.box_image > img {}
	.spot_title {}
	.spot_title_sub {}
	.spot_title_main {}
	.spot_cell {}
	.spot_headline {}
	.spot_fig-wide {}
	.spot_fig-mbSmall {}
}
@media screen and (max-width: 767px) {
	.hiddenImage {}
	.areaContents {}
	.pageTab {
		margin-bottom: 40px;
	}
	.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 {
		line-height: 1.2;
		padding: 0 3px;
		height: 55px;
		border-width: 2px;
		font-size: 15px;
	}
	.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 {}
	.pageTab_list > li > button::after {
		bottom: -11px;
		border-width: 11px;
		border-bottom-width: 0;
	}
	.pageTab_list > li > button.isCurrent::after {}
	.pageTab_list > li > button > img {
		max-width: 160px;
	}
	.pageTab_list > li:last-child > button::after {}
	.contents {}
	.contents.isCurrent {}
	.detail {
		margin-top: 25px;
	}
	.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.8rem;
	}
	.spot_title_sub {}
	.spot_title_main {}
	.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 > a > b {}
	.u-hiddenSVG {}
	.-spInline {
		display: block;
	}
	.detail_fig {}
	.detail_fig > img {}
	.detail_shop {}
	.spotTtl {}
	.spotTtl_sub {}
	.spotTtl_main {
		display: block;
	}
	.contentsWrap-spOverflowNone {
		overflow: visible;
	}
	.spotTtl > img {
		display: block;
		margin-right: 0;
	}
	.box {}
	.box_cols {
		display: block;
	}
	.box_col {
		width: auto;
	}
	.box_col-logo {
		max-width: 160px;
		margin: 0 auto 30px;
	}
	.box_logo {}
	.box_logo > img {}
	.box_col-txt {
		margin-bottom: 20px;
	}
	.box_title {
		text-align: center;
	}
	.box_text {}
	.box_text > a {}
	.box_col-img {}
	.box_image {}
	.box_image > img {}
	.spot_cell {}
	.spot_headline {
		font-size: 1.7rem;
	}
	.spot_fig-wide {}
	.spot_fig-mbSmall {}
}
@media screen and (max-width:374px) {
	.pageTab_list > li > button > img {
		max-width: 140px;
	}
}
