/* section-info-top-intro */
.infoTop-intro p{
	margin: 0 auto;
}

/* section-info-top */
.infoTop .search{
	margin-bottom: 2.5em
}

.infoTop .search-head{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: nowrap;
	border-bottom: 5px solid #087323;
	margin: 0;
}

.infoTop .search-state{
	flex-grow: 0;
	flex-shrink: 1;
	font-size: 150%;
	font-weight: var(--fontWeightBold);
	padding: 0.25em;
	margin: 0 1em 0 0;
}

.infoTop .search-togglebutton{
	flex-grow: 0;
	flex-shrink: 1;
	display: flex;
	align-items: center;
	padding: 0.5em 1.25em;
	background-color: #087323;
	color: #FFF;
	font-weight: var(--fontWeightBold);
	cursor: pointer;
}

.infoTop .search-togglebutton:after{
	content: 'down';
	font-family: 'LigatureSymbols' !important;
	-webkit-text-rendering: optimizeLegibility;
	-moz-text-rendering: optimizeLegibility;
	-ms-text-rendering: optimizeLegibility;
	-o-text-rendering: optimizeLegibility;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-ms-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	font-smoothing: antialiased;
	-webkit-font-feature-settings: "liga" 1, "dlig" 1;
	-moz-font-feature-settings: "liga=1, dlig=1";
	-ms-font-feature-settings: "liga" 1, "dlig" 1;
	-o-font-feature-settings: "liga" 1, "dlig" 1;
	font-feature-settings: "liga" 1, "dlig" 1;
	margin-left: 0.5em;
	font-size: 125%;
	line-height: 100%;
}

.infoTop .search-togglebutton.active:after{
	content: 'up';
}

@media(max-width:750px){
	.infoTop .search-head{
		flex-direction: column;
		align-items: stretch;
		border: none;
	}
	
	.infoTop .search-state{
		width: 100%;
		margin: 0 0 0.5em;
	}
	
	.infoTop .search-togglebutton{
		width: 100%;
		justify-content: space-between;
	}
}

.infoTop .search-widgets{
	display: none;
	background-color: rgba(0,0,0,0.05);
	padding: 1em;
}

.infoTop .search-widgets-inner{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: nowrap;
}

.infoTop .search-widget{
	margin-bottom: 1em;
}

.infoTop .search-widget-category{
	width: 70%;
	margin-right: 5em;
}

.infoTop .search-widget-search{
	width: auto;
}

.infoTop .search-widget-title{
	font-weight: var(--fontWeightBold);
	font-size: 110%;
	margin-bottom: 0.5em;
}

.infoTop .search-widget-category-list{
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.infoTop .search-widget-category-list li{
	margin: 0 1em 0.5em 0;
}

.infoTop .search-widget-category-list li a{
	display: block;
	padding: 0.25em 0.5em;
	border: 1px solid #CCC;
	background-color: rgba(8,115,35,0.125);
	color: #000;
	border-radius: 5px;
	transition: background-color 0.25s, color 0.25s;
}

.infoTop .search-widget-category-list li a.active{
	background-color: rgba(8,115,35,0.25);
}

.infoTop .search-widget-category-list li a,
.infoTop .search-widget-category-list li a:hover{
	text-decoration: none;
}

.infoTop .search-widget-category-list li a:hover{
	background-color: rgba(8,115,35,0.75);
	color: #FFF;
}

.infoTop .search-widget-search-searchbox{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: nowrap;
}

.infoTop .search-widget-search-searchbox-text{
	flex-grow: 1;
	flex-shrink: 1;
}

.infoTop .search-widget-search-searchbox-button{
	display: block;
	padding: 0.25em 1em;
	margin-left: 0.5em;
	border: 1px solid #CCC;
	background-color: rgba(8,115,35,0.25);
	color: #000;
	border-radius: 5px;
	transition: background-color 0.25s, color 0.25s;
}

.infoTop .search-widget-search-searchbox-button:hover{
	background-color: rgba(8,115,35,0.75);
	color: #FFF;
}

@media(max-width: 960px){
	.infoTop .search-widgets-inner{
		flex-direction: column;
		align-items: stretch;
	}
	
	.infoTop .search-widget-category,
	.infoTop .search-widget-search{
		width: 100%;
		margin: 0 0 1em;
	}
}

.infoTop .info-list{
	margin: 0;
	padding: 0;
	list-style: none;
}

.infoTop .info-list-item{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 1em 0.5em 2em;
	margin-bottom: 2em;
}

.infoTop .info-list-item{
	border-bottom: 2px solid #CCC;
}

.infoTop .info-list-image{
	width: calc(30% - 1em);
	margin-bottom: 1em;
}

.infoTop .info-list-image-wrapper{
	width: 100%;
	padding-top: calc(100% / 4 * 3);
	position: relative;
}

.infoTop .info-list-image-wrapper img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.infoTop .info-list-main{
	width: calc(70% - 1em);
	margin-bottom: 1em;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.infoTop .item-list-info-category{
	width: auto;
	font-size: 90%;
	padding: 0.25em 0.5em;
	margin-bottom: 1em;
	background-color: #087323;
	color: #FFF;
	font-weight: var(--fontWeightBold);
}

.infoTop .itemlist-info-name{
	width: 100%;
	font-size: 150%;
	margin: 0.25em 0 0.5em;
}

.infoTop .item-list-info-text{
	width: 100%;
}

.infoTop .item-list-info-text > *:last-child{
	margin-bottom: 0;
}

.infoTop .info-list-buttons{
	width: 100%;
	margin: 0 0 1em;
}

.infoTop .info-list-button{
	font-size: 90%;
	margin: 0;
}

@media(max-width: 750px){
	.infoTop .info-list-item{
		flex-direction: column;
		align-items: flex-start;
	}
	
	.infoTop .info-list-image{
		width: 100%;
		max-width: 500px;
		margin: 0 auto 1em;
	}
	
	.infoTop .info-list-image,
	.infoTop .info-list-main,
	.infoTop .info-list-buttons{
		width: 100%;
		margin: 0 0 1em;
	}
}

.infoTop .info-pager{
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: center;
	gap: 0.25em 1em;
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 100%;
}

.infoTop .info-pager > *{
	padding: 0.5em;
	margin: 0;
	color: #FFF;
	border: 1px solid var(--themeColor);
	background-color: var(--themeColor);
	transition: color 0.25s, background-color 0.25s;
	text-decoration: none;
}

.infoTop .info-pager > *.active{
	color: var(--themeColor);
	background-color: #FFF;
	text-decoration: none;
	pointer-events: none;
}

.infoTop .info-pager > *:hover{
	color: var(--themeColor);
	background-color: #FFF;
	text-decoration: none;
}


/* infoDetail */
.infoDetail .detail{

}

.infoDetail .detail *{
	min-height: 0;
	min-width: 0;
}

.infoDetail .detail-info-category{
	width: auto;
	display: inline-block;
	font-size: 90%;
	padding: 0.25em 0.5em;
	margin-bottom: 1em;
	background-color: #087323;
	color: #FFF;
	font-weight: var(--fontWeightBold);
}

.infoDetail .detail-info-name{
	width: 100%;
	font-size: 150%;
	font-weight: var(--fontWeightBold);
	margin: 0.25em 0 0.5em;
}

.infoDetail .detail-info-text{
	margin: 1em 0;
}

.infoDetail .detail-slider-wrapper{
	margin: 2em auto;
}

.infoDetail .detail-slider-main{
	margin: 0;
	padding: 0;
	list-style: none;
	background-color: #F0F0F0;
}

.swiper.sliderMain{
	--swiperButtonWidth: 3em;
	width: 100%;
	margin: 3rem auto 10px;
	padding: 0;
	position: relative;
	overflow: hidden;
}

.swiper.sliderMain .swiper-wrapper{
	width: 100%;
}

.swiper.sliderMain .swiper-button-next,
.swiper.sliderMain .swiper-button-prev{
	display: block;
	width: calc(var(--swiperButtonWidth) + 1em);
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 10;
	cursor: pointer;
}

.swiper.sliderMain .swiper-button-next:before,
.swiper.sliderMain .swiper-button-prev:before{
	width: 100%;
	font-family: 'LigatureSymbols' !important;
	-webkit-text-rendering: optimizeLegibility;
	-moz-text-rendering: optimizeLegibility;
	-ms-text-rendering: optimizeLegibility;
	-o-text-rendering: optimizeLegibility;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-ms-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	font-smoothing: antialiased;
	-webkit-font-feature-settings: "liga" 1, "dlig" 1;
	-moz-font-feature-settings: "liga=1, dlig=1";
	-ms-font-feature-settings: "liga" 1, "dlig" 1;
	-o-font-feature-settings: "liga" 1, "dlig" 1;
	font-feature-settings: "liga" 1, "dlig" 1;
	font-size: 3rem;
	position: absolute;
	top: 50%;
	transform; translateY(-50%);
	text-align: center;
	color: var(--mainTextColor);
	transition: color 0.25s;
}

.swiper.sliderMain .swiper-button-next:hover:before,
.swiper.sliderMain .swiper-button-prev:hover:before{
	color: var(--themeColor);
}

.swiper.sliderMain .swiper-button-next{
	right: 0;
}

.swiper.sliderMain .swiper-button-next:before{
	content: "right";
	right: 0;
}

.swiper.sliderMain .swiper-button-prev{
	left: 0;
}

.swiper.sliderMain .swiper-button-prev:before{
	content: "left";
	left: 0;
}

.swiper.sliderMain .swiper-slide img{
	display: block;
	width: 100%;
}

.sliderThumbnail .swiper-wrapper{
	display: flex;
	flex-wrap: nowrap;
	align-items: stretch;
	justify-content: flex-start;
	gap: 0 10px;
}

.sliderThumbnail .swiper-slide{
	width: calc((100% - (10px * 5)) / 6) !important;
	position: relative;
	cursor: pointer;
}

.sliderThumbnail .swiper-slide:before{
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: 3px solid var(--themeColor);
	opacity: 0;
	transition: opacity 0.25s;
}

.sliderThumbnail .swiper-slide.swiper-slide-thumb-active:before{
	opacity: 1;
}

.sliderThumbnail .swiper-slide img{
	display: block;
	width: 100%;
}

.infoDetail .detail-info-freespace{
	margin: 2em 0;
}

.infoDetail .detail-info-table{
	border: hidden;
}

.infoDetail .detail-info-table table{
	table-layout: fixed;
	border: 1px solid #BFBFBF;
	width: 100%;
	background-color: #FFF;
	border: hidden;
}

.infoDetail .detail-info-table tbody{
	display: flex;
	flex-direction: column;
	align-items: stretch;
	justify-content: flex-start;
	gap: 0.25em 0;
}

.infoDetail .detail-info-table tr{
	display: flex;
	flex-wrap: nowrap;
	align-items: stretch;
	justify-content: flex-start;
	gap: 0 1em;
	width: 100%;
}

.infoDetail .detail-info-table tr:not(:last-of-type) th,
.infoDetail .detail-info-table th{
	background-color: #E0E0E0;
	text-align: center;
	display: block;
	text-align: left;
	width: calc((100% - 1em) * 0.25);
	background-color: #EBF6EE;
	padding: 1em;
}

.infoDetail .detail-info-table tr:not(:last-of-type) td,
.infoDetail .detail-info-table td{
	display: block;
	width: calc((100% - 1em) * 0.75);
	border-bottom: 1px solid #DFDFDF;
	padding: 1em;
}

@media(max-width: 750px){
	.infoDetail .detail-info-table tbody{
		gap: 1em 0;
	}
	.infoDetail .detail-info-table tr{
		flex-direction: column;
	}
	.infoDetail .detail-info-table tr:not(:last-of-type) th,
	.infoDetail .detail-info-table th{
		width: 100%;
		padding: 0.75em 1em;
		border-bottom: none;
	}
	.infoDetail .detail-info-table tr:not(:last-of-type) td,
	.infoDetail .detail-info-table td{
		width: 100%;
		padding: 0.75em 1em;
		border-bottom: none;
	}
}


.infoDetail .detail-info-file{
	margin: 1.5em 0;
}

.infoDetail .detail-info-gmap{
	position: relative;
	width: 100%;
	padding-top: 500px;
	margin: 2em 0;
}

.infoDetail .detail-info-gmap:empty{
	padding-top: 0;
}

.infoDetail .detail-info-gmap > *{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

@media(max-width: 750px){
	.infoDetail .detail-info-gmap{
		padding-top: calc(100% / 4 * 3);
	}
}

.infoDetail .detail-info-theta{
	position: relative;
	width: 100%;
	padding-top: 500px;
	margin: 2em 0;
}

.infoDetail .detail-info-theta:empty{
	padding-top: 0;
}

.infoDetail .detail-info-theta > *{
	position: absolute;
	width: 100% !important;
	height: 100% !important;
	top: 0;
	left: 0;
}

.infoDetail .detail-info-theta iframe{
	width: 100% !important;
	height: 100% !important;
}

@media(max-width: 750px){
	.infoDetail .detail-info-theta{
		padding-top: calc(100% / 4 * 3);
	}
}
