@charset "utf-8";


/* gallery
-------------------------------------------------*/

.i_nozomi,
.i_wakaba{
	display:inline-block;
	padding:5px 4px 3px;
	font-size:10px;
	line-height:1;
	color:#fff;
	background:rgb(255,150,123);
	border-radius:3px;
	margin:0 5px 0 0;
}
.i_wakaba{
	background:rgb(94,183,79);
}


#overview table img{
	border-radius:1.25rem;
	overflow:hidden;
}

.pgttl_ov{
	background-image:url(/img/ttlimg_overview.jpg);
}

.ov_imgs:after{
	content: "";
	display: table;
	clear: both;
}
	.ov_imgs figure{
		display:block;
		float:left;
		width:35%;
		margin:15px 20px 15px 0;
	}
	.ov_imgs figure img{
		display:block;
		width:100%;
		height:auto;
		margin:0 0 10px;
	}
	.ov_imgs figcaption{
		color:rgb(0,102,0);
		font-size:.8rem;
		line-height:1.5;
	}
@media screen and (max-width: 600px){
	.ov_imgs figure{
		float:none;
		width:100%;
		margin:5px 0 15px 0;
	}
}


.m_gallery{
	width:90%;
	max-width:296px;
	margin:3rem auto 3rem;
}

.gallery{
	margin:0 auto;
}
	#m_kakushiuma{
		width:70%;
		max-width:259px;
		margin:0 auto 18px;
	}
	#m_hiddenhorseans{
		width:80%;
		max-width:384px;
		margin:0 auto 18px;
	}
	.i_click-expand{
		display:block;
		float:right;
		width:min(30%,107px);
		text-align: right;
		margin:0 0 10px;
	}
	.i_click-expand img{
		width:100%;
		height:auto;
	}
	
	.gl_tub{
		float:left;
		width:65%;
		padding:0 0 10px 1%;
	}
	.gl_tub > p{
		display: inline-block;
		width:max(10vw,130px);
		padding: .7rem 0;
		text-align: center;
		font-size:.9rem;
		line-height: 1.2;
		border: 1px solid rgba(0 0 0 / .2);
		border-width: 1px 1px 0 1px;
		border-radius: 5px 5px 0 0;
		margin-right:6px;
		cursor:pointer;
	}
	.gl_tub > p.tub_on{
		background-color:rgba(133 225 101 / .5);
	}
	
	.gallery ul{
		clear:both;
		display:flex;
		width:100%;
		flex-flow:row wrap;
		justify-content:flex-start;
		margin:0 auto;
	}
	.gallery ul > li{
		width:23%;
		margin:0 1% 2.3vh;
	}
	.gallery ul li img{
		width:100%;
		height:auto;
		cursor:pointer;
		margin:auto;
		transition:.3s ease;
	}
	.gallery ul li img:hover{
		transform:scale(1.05);
		transform-origin:center;
		box-shadow:0 0 10px rgba(0,0,0,.5);
	}
@media(max-width: 768px) {
	.gallery ul > li{
		width:30%;
	}
}
@media(max-width: 559px) {
	.gallery ul > li{
		width:48%;
	}
}
@media(max-width: 470px) {
	.gl_tub{
		width:100%;
		padding:0 0 10px;
	}
	.i_click-expand{
	}
}

/* custom lightbox*/
@media(max-width: 460px) {
	.lum-lightbox::after{
		position:absolute;
		display:block;
		content:'';
		left:1rem;
		bottom:1rem;
		width:68px;
		height:56px;
		background:url(/img/i_swipe.png) no-repeat;
	}
}





