@charset "UTF-8";

body {
	padding-top: 200px;
}
#menu {
}
#menu h1 {
	text-align: center;
	margin-bottom: 100px;
}
#menu .subContents {
	width: 1100px;
}
#menu .menus li {
	margin-bottom: 100px;
	display: flex;
	justify-content: space-between;
}
#menu .menus li:nth-child(even) {
	flex-direction: row-reverse;
}
#menu .menus li figure {
	width: 600px;
}
#menu .menus li figure img {
	width: 100%;
	border-radius: 50%;
}
#menu .menus li .text {
	width: 500px;
}
#menu .menus li:nth-child(even) .text {
	padding: 0 50px 0 0;
}
#menu .menus li .text .time {
	color: #fff;
	font-size: 1.11rem;
	line-height: 1.5;
	background: #000;
	margin: 0 0 20px 50px;
	padding: 5px 20px;
	display: inline-block;
}
#menu .menus li .text h2 {
	font-size: 2rem;
	line-height: 1.39;
	margin: 0 0 15px 50px;
}
#menu .menus li .text .price {
	font-size: 2rem;
	margin: 0 0 0 50px;
}
#menu .menus li .text .price span {
	font-size: 50%;
}
#menu .menus li .text .honbun {
	border-top: solid 1px #a67eb7;
	margin: 30px 0 0 0;
	padding: 30px 0 0 50px;
}

#menu .menus li:nth-child(even) .text .time {
	margin: 0 50px 20px 0;
}
#menu .menus li:nth-child(even) .text h2 {
	margin: 0 50px 15px 0;
}
#menu .menus li:nth-child(even) .text .price {
	margin: 0 50px 0 0;
}
#menu .menus li:nth-child(even) .text .honbun {
	border-top: solid 1px #a67eb7;
	margin: 30px 0 0 0;
	padding: 30px 50px 0 0;
}

#contactFixed {
	opacity: 0;
}
#contactFixed.active {
	opacity: 1;
}

/* FOR smartphone landscape
***************************************************************************/
@media screen and (max-width:756px) {

	body {
		padding-top: 30vw;
	}
	#menu {
	}
	#menu h1 {
		margin-bottom: 10vw;
	}
	#menu .subContents {
		width: 100vw;
	}
	#menu .menus li {
		margin-bottom: 10vw;
		display: block;
	}
	#menu .menus li figure {
		width: 100%;
		margin-bottom: 5vw;
	}
	#menu .menus li figure img {
		border-radius: 0;
	}
	#menu .menus li .text {
		width: 100%;
	}
	#menu .menus li:nth-child(even) .text {
		padding: 0;
	}
	#menu .menus li .text .time {
		font-size: 1rem;
		margin: 0 0 3vw 0;
		padding: 2px 20px;
	}
	#menu .menus li .text h2 {
		font-size: 1.5rem;
		margin: 0;
	}
	#menu .menus li .text .price {
		font-size: 2rem;
		margin: 0;
	}
	#menu .menus li .text .price span {
	}
	#menu .menus li .text .honbun {
		margin: 0;
		padding: 4vw 0 0 0;
	}

	#menu .menus li:nth-child(even) .text .time {
		margin: 0 50px 20px 0;
	}
	#menu .menus li:nth-child(even) .text h2 {
		margin: 0;
	}
	#menu .menus li:nth-child(even) .text .price {
		margin: 0;
	}
	#menu .menus li:nth-child(even) .text .honbun {
		margin: 0;
		padding: 4vw 0 0 0;
	}


}

