@charset "UTF-8";
/* CSS Document */
@media screen and (min-width: 1081px){
#omakase{
	width: 100vw;
	max-width: 1920px;
	padding: 5rem 0 0;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #e8f5fb;
}
.omakase_wrap{
	width: 100%;
	max-width: 1080px;
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.omakase_title{
	width: 952px;
	height: auto;
	margin: 0 0 3rem 0;
}
.omakase_title_renga{
	width: 963px;
	height: auto;
	margin: 0 0 3rem 0;
}
.omakase_title img,.omakase_title_renga img{
	width: 100%;
	height: auto;
}
.omakase_obj_box{
	width: 100%;
	height: auto;
	margin: 0 0 5rem 0;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
}
.omakase_photo{
	width: 344px;
	height: auto;
}
.omakase_photo img{
	width: 100%;
	height: auto;
}
}

@media screen and (min-width: 751px) and (max-width: 1080px){
#omakase{
	width: 100vw;
	padding: 5rem 0 0;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #e8f5fb;
}
.omakase_wrap{
	width: calc(100% - 4rem);
	height: auto;
	padding: 0 2rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.omakase_title{
	width: 80vw;
	height: auto;
	margin: 0 0 3rem 0;
}
.omakase_title_renga{
	width: 80vw;
	height: auto;
	margin: 0 0 3rem 0;
}
.omakase_title img,.omakase_title_renga img{
	width: 100%;
	height: auto;
}
.omakase_obj_box{
	width: 100%;
	height: auto;
	margin: 0 0 5rem 0;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
}
.omakase_photo{
	width: 32%;
	height: auto;
}
.omakase_photo img{
	width: 100%;
	height: auto;
}
}

@media screen and (max-width: 750px){
#omakase{
	width: 100vw;
	padding: 3rem 0 0;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #e8f5fb;
}
.omakase_wrap{
	width: calc(100% - 8vw);
	height: auto;
	padding: 0 4vw;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.omakase_title{
	width: 92vw;
	height: auto;
	margin: 0 0 2rem 0;
}
.omakase_title_renga{
	width: 92vw;
	height: auto;
	margin: 0 0 1rem 0;
}
.omakase_title img,.omakase_title_renga img{
	width: 100%;
	height: auto;
}
.omakase_obj_box{
	width: 100%;
	height: auto;
	margin: 0 0 1rem 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.omakase_photo{
	width: 50vw;
	height: auto;
	margin: 0 0 1rem 0;
}
.omakase_photo img{
	width: 100%;
	height: auto;
}
}