@charset "UTF-8";


#title._a
{
	margin-top: clamp(3rem, 10vw, 5rem);
	background-color: rgba(255, 255, 255, 1);
	padding: clamp(1rem, 3vw, 2rem) 0;
}

#title .sec_title
{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

#title._a h1
{
	margin: 1rem;
}

#title._a a
{
	margin: 1rem;
	display: flex;
	width: 8rem;
	height: 8rem;
	border-radius: 50%;
	overflow:hidden;
	
	color: rgb(255, 255, 255);
	background-color: rgb(0, 0, 0);
	flex-direction:column;
	justify-content: center;
	align-items: center;
	
	line-height: 1.1;
}

#title._a a img
{
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit:cover;
	object-position: 50% 50%;
	
	filter:alpha(opacity=70);
	-moz-opacity: .7;
	opacity: .7;
}

#title._a a span:nth-of-type(1)
{
	font-size: 1em;
}
#title._a a span:nth-of-type(2)
{
	font-size: 3em;
}

/*//////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////// Parts ///////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////*/

.wp-block-code code
{
	padding:2rem;
}

.wp-block-image
{
/*	cursor:zoom-in;*/
	line-height:0;
}

.wp-block-image img
{
	transition: all .5s ease;
}

/*body:not(.touch) .wp-block-image:hover img
{
	filter:alpha(opacity=70);
	-moz-opacity: .7;
	opacity: .7;
}*/

#main
{
	margin-top: clamp(3rem, 5vw, 5rem);
	margin-bottom: clamp(5rem, 10vw, 10rem);
}

#main > .contents
{
	width: 100%;
	max-width: 920px;
	margin: 0 auto;
}

#main > p + *
{
	margin-top: 3rem;
}

#main div:not(.voice) h1 span:nth-of-type(1)
{
	padding-right: 2em;
}

.is-layout-flex
{
	display:flex;
}

.wp-block-column-is-layout-flow + .wp-block-column-is-layout-flow
{
	margin-left: 2rem;
}

#modalWindow .photo_100
{
	padding: 8rem 0;
}

/**********************************************************************/
/***************************** Gastronomy *****************************/
/**********************************************************************/

#title._a .sec_title
{
	margin-left: 0;
	margin-right: 0;
}

#gastronomy
{
	width: 100%;
	overflow: hidden;
	margin-top: max(3rem, 5vw);
	padding-bottom: max(3rem, 5vw);
	background-color: rgba(255, 255, 255, 1);
	box-shadow: 0 -5px 25px rgba(0, 0, 0, .1);
}

#gastronomy .tiles
{
	padding: 0 2rem;
}

#gastronomy .title
{
	display: flex;
	flex-direction: column;
	align-items: center;
	
	padding: max(5rem, 5vw) 0 0;
}

#gastronomy .title h3
{
	font-size: clamp(1.1rem, 3vw, 1.5rem);
	margin-bottom: 1.5em;
	padding-bottom: .25em;
/*	border-bottom: 1px solid;*/
	display: flex;
	flex-direction: column;
	align-items: center;
}

#gastronomy .title > p
{
	max-width: 800px;
	margin: 0 auto max(3rem, 3vw);
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

#gastronomy .tile
{
	display: flex;
	max-width: 800px;
	margin: 1rem auto;
	padding: 1em;
	background-color: rgb(255, 255, 255);
	border: 2px solid rgb(220,220,220);
	border-radius: 1em;
	padding: 1em;
}

#gastronomy .tile:nth-of-type(2n)
{
	flex-direction: row-reverse;
}

#gastronomy .tile > a,
#gastronomy .tile .textWrapper
{
	width: 50%;
}

#gastronomy .tile .textWrapper,
#gastronomy .tile .textlink > div
{
	display: flex;
	flex-direction: column;
	justify-content:center;
	align-items: center;
}

#gastronomy .textWrapper
{
	padding: 2rem 1rem 1rem;
}

#gastronomy .textWrapper a.box
{
	font-size: .8em;
	margin-top: 1em;
}

body:not(.touch) #gastronomy .textlink:hover
{
	color:rgb(150, 150, 150);
}


#gastronomy .textWrapper h4
{
	text-align:center;
	margin-bottom: .5em;
	font-size: clamp(1rem, 2vw, 1.1rem);
}

#gastronomy .textWrapper .summary
{
	font-size: .9em;
/*	color:rgb(75, 75, 75);*/
}

#gastronomy .tile > a
{
	aspect-ratio:3 / 2;
	height: auto;
	background-color: rgb(0, 0, 0);
}

#gastronomy .tile > a > img
{
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit:cover;
	object-position: 50% 50%;
	
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

body:not(.touch) #gastronomy .tile > a:hover img
{
	filter:alpha(opacity=70);
	-moz-opacity: .7;
	opacity: .7;
}

#gastronomy .tile .num
{
	position:absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	color: rgb(255, 255, 255);
	display: flex;
	flex-direction:column;
	justify-content: center;
	align-items: center;
	line-height: 1.1;
	font-size: 5rem;
}
#gastronomy .tile .num span:nth-of-type(1)
{
	font-size: .2em;
}

/*//////////////////////////////////////////////////////////////////////////////////
///////////////////////////////// MEDIA SCREEN ////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////*/

@media screen and (max-width: 650px)
{
	#main
	{
		flex-direction: column;
	}
	#main > .cate_date
	{
		position:relative;
		top: 0rem;
		flex-direction:row;
	}
	#main > .cate_date > span
	{
		display:block;
	}
	
	#title._a .sec_title
	{
		flex-direction:column;
	}
}

@media screen and (max-width: 600px)
{
	#gastronomy .tile:nth-of-type(2n),
	#gastronomy .tile
	{
		flex-direction: column;
	}
	
	#gastronomy .tile > a,
	#gastronomy .tile .textWrapper
	{
		width: 100%;
	}

}