@charset "UTF-8";

body {
}
.spOnly {
	display: none;
}
.u-flex-columns.col2 {
	width: 536px;
}

.l-container.hide h3.c-h3-deco {
	display: none;
}

@media screen and (max-width: 768px) {
	.spOnly {
		display: block;
	}
	.l-container.hide .m-flex-block__figure {
		display: none;
	}
	.p-iryodatsumo-navi-anchor {
		display: none;
	}
	.menu-title {
		font-size: 1.8rem;
		font-family: "Shippori Mincho",serif;
		font-weight: 700;
		display: flex;
		justify-content: space-between;
	}
	.acnav {
		display:inline-block;
		overflow:hidden;
		width:20px;
		height:20px;
		position:absolute;
		top: .5em;
		right:10px;
	}
	.acnav::before,
	.acnav::after{
		content:"";
		display:block;
		overflow:hidden;
		width:20px;
		height:4px;
		background:url('../img/sururimu/acber.svg') no-repeat 0 0;
		background-size:contain;
		position:absolute;
		transform-origin: center;
		transition: all 0.3s ease-out;
	}
	.acnav::before{
		top:8px;
		left:0;
	}

	.acnav::after{
		top:8px;
		left:0;
		transform: rotate(90deg);
	}

	.acd_frame{
		position:relative;
		overflow:hidden;
		height:auto;
		transition: all 1.0s;
		margin: 1em 0;
	}
	.acd_frame:open{
		max-height:9999px;
	}

	.acd_frame:open .acnav::before{
		transform: rotate(180deg);
	}
	.acd_frame:open .acnav::after{
		transform: rotate(180deg);
	}
	.menu-content {
		margin: 1em 0;
	}
	.menu-content li {
		padding-bottom: .5em;
	}
	.u-flex-columns.col2 {
		width: unset;
	}

	.m-flex-block__figure {
		width: 20vw;
		height: 20vw;
		overflow: hidden;
	}
	.m-flex-block__figure img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.m-flex-block.sub {
		display: flex;
		flex-wrap: wrap;
		gap: 1em;
	}
	.c-h3-deco {
		flex-basis: 65vw;
		align-self: flex-end;
	}
	.m-flex-block__content {
		flex-basis: 100%;
	}
	.u-flex-columns.col2 .c-btn-cat {
		border: none;
		height: 11vw;
	}
	.u-flex-columns.col2>li:not(:last-child) {
		margin-bottom: 1em;
	}
	.c-btn-cat br {
		display: none;
	}
}
