@charset "UTF-8";
body.categories section h3{
	margin: 0 0 20px;
}

body.categories section p{
	padding: 0;
}

.contents > .wp-block-group{
	padding-bottom: 4em;
}

.contents > .wp-block-group.items{
	padding-bottom: 0;
}

.wp-block-list li{
	position: relative;
	margin-bottom: 10px;
	padding-left: 12px;
}

ul.wp-block-list li:before{
  content: '';
  position: absolute;
  top: 4px;
  left: 0;
  width: 6px;
  height: 6px;
  background: #ff7f00;
  border-radius: 50%;
}

ol.wp-block-list li{
	margin-left: 20px;
	padding-left: 0;
	list-style: decimal
}

.items > .wp-block-group__inner-container{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.wp-block-group .item-wrap{
	position: relative;
	margin-bottom: 2em;
	padding-bottom: 1em;
  position: relative;
  overflow: hidden;
  border: 1px solid #ff7f00;
}

.wp-block-group .item-wrap > .wp-block-group__inner-container > *:not(figure){
	margin-right: 1em;
	margin-left: 1em;
}

.wp-block-group .item-wrap:has(a):after{
	content: '';
	position: absolute;
	bottom: 10px;
	right: 10px;
	width: 8px;
  height: 8px;
  border-top: solid 2px #ff7f00;
  border-right: solid 2px #ff7f00;
  transform: rotate(45deg);
  transition: .3s;
}

.wp-block-group .item-wrap:has(a):hover{
	border-color: #fac30b;
}


.wp-block-group .item-wrap a{
	color: #eb6100;
}

.wp-block-group .item-wrap a:before{
  content: '';
  position: absolute;
  width: 100vw;
  height: 100vh;
  transform: translateX(-50%) translateY(-50%);
  left: 50%;
  top: 50%;
  z-index: 100;
}

.item-wrap figure .wp-block-embed__wrapper,
.item-wrap .wp-block-image{
	margin-bottom: 1em;
  width: 100%;
  aspect-ratio: 16 / 9;
	overflow: hidden;
}

.item-wrap .wp-block-image img{
	width: 100% !important;
	max-width: initial;
}

.item-wrap iframe{
  width: 100%;
  height: 100%;
}

.item-wrap .wp-block-image img{
	display: block;
	margin: 0 auto;
}

.map{
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 35%;
}

.map iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

body.categories section h4{
	color: #333;
	font-size: 1.2em;
}


@media only screen and (min-width: 801px){
	.items > .wp-block-group__inner-container{
		position: relative;
	}
	.items > .wp-block-group__inner-container:after{
		content: '';
		width: 31%;
	}
	.wp-block-group .item-wrap{
		width: 31%;
	}
}

@media only screen and (max-width: 800px){
	.wp-block-group .item-wrap{
		width: 48%;
	}
}

@media only screen and (max-width: 640px){
	.wp-block-group .item-wrap{
		width: 100%;
	}
}
