@charset "UTF-8";
/* CSS Document */
@media screen and (min-width: 1081px){
#menu-koji{
	width: 100vw;
	max-width: 1920px;
	height: auto;
	background-image: url("../images/kouji-menu_bg_01.png");
	background-repeat: repeat;
	display: flex;
	justify-content: center;
	align-items: center;
}
.menu-koji_wrap{
	width: 100%;
	max-width: 1080px;
	padding: 3rem 0 5rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.menu-koji_title{
	width: 100%;
	height: auto;
	margin: 0 0 2rem 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.menu-koji_title img{
	width: 329px;
	height: auto;
	margin: 0 0 1rem 0;
}
.menu-koji_title p{
	font-size: 1rem;
}
.menu-koji_content{
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.menu-koji_parts{
	width: 32%;
	height: auto;
	margin: 0 0 2rem 0;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	background: white;
	border-radius: 30px;
	box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.25);
}
.menu-koji_photo{
	width: 100%;
	height: auto;
}
.menu-koji_photo img{
	width: 100%;
	height: auto;
}
.menu-koji_copy{
	width: 100%;
	height: auto;
	padding: .5rem 0;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.menu-koji_copy p{
	font-size: 1.25rem;
	font-weight: bold;
}
.menu-koji_text{
	width: calc(100% - 6px);
	height: auto;
	margin: 1.5rem 0 0 0;
	padding: 2rem 0;
	background: white;
	border-radius: 1rem;
	border: 3px #00a0e5 solid; 
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.menu-koji_text p{
	font-size: 1.25rem;
}
}

@media screen and (min-width: 751px) and (max-width: 1080px){
#menu-koji{
	width: 100vw;
	height: auto;
	background-image: url("../images/kouji-menu_bg_01.png");
	background-repeat: repeat;
	display: flex;
	justify-content: center;
	align-items: center;
}
.menu-koji_wrap{
	width: calc(100% - 4rem);
	padding: 3rem 2rem 5rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.menu-koji_title{
	width: 100%;
	height: auto;
	margin: 0 0 2rem 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.menu-koji_title img{
	width: 40vw;
	height: auto;
	margin: 0 0 1rem 0;
}
.menu-koji_title p{
	font-size: 1rem;
}
.menu-koji_content{
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.menu-koji_parts{
	width: 32%;
	height: auto;
	margin: 0 0 2rem 0;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	background: white;
	border-radius: 30px;
	box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.25);
}
.menu-koji_photo{
	width: 100%;
	height: auto;
}
.menu-koji_photo img{
	width: 100%;
	height: auto;
}
.menu-koji_copy{
	width: 100%;
	height: auto;
	padding: .5rem 0;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.menu-koji_copy p{
	font-size: 1.25rem;
	font-weight: bold;
}
.menu-koji_text{
	width: calc(100% - 6px);
	height: auto;
	margin: 1.5rem 0 0 0;
	padding: 2rem 0;
	background: white;
	border-radius: 1rem;
	border: 3px #00a0e5 solid; 
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.menu-koji_text p{
	font-size: 1.25rem;
}
}

@media screen and (max-width: 750px){
#menu-koji{
	width: 100vw;
	height: auto;
	background-image: url("../images/kouji-menu_bg_01.png");
	background-repeat: repeat;
	display: flex;
	justify-content: center;
	align-items: center;
}
.menu-koji_wrap{
	width: calc(100% - 8vw);
	padding: 3rem 4vw 1.5rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.menu-koji_title{
	width: 100%;
	height: auto;
	margin: 0 0 2rem 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.menu-koji_title img{
	width: 60vw;
	height: auto;
	margin: 0 0 1rem 0;
}
.menu-koji_title p{
	font-size: 1rem;
}
.menu-koji_content{
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.menu-koji_parts{
	width: 32%;
	height: auto;
	margin: 0 0 1rem 0;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	background: white;
	border-radius: 1.5vw;
	box-shadow: 1vw 1vw 2vw 0px rgba(0, 0, 0, 0.25);
}
.menu-koji_photo{
	width: 100%;
	height: auto;
}
.menu-koji_photo img{
	width: 100%;
	height: auto;
}
.menu-koji_copy{
	width: 100%;
	height: auto;
	padding: .5rem 0;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.menu-koji_copy p{
	font-size: 3vw;
	font-weight: bold;
}
.menu-koji_text{
	width: calc(100% - 6px - 2rem);
	height: auto;
	margin: .5rem 0 0 0;
	padding: 1rem 1rem;
	background: white;
	border-radius: 1rem;
	border: 3px #00a0e5 solid; 
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: left;
}
.menu-koji_text p{
	font-size: 3.5vw;
}
}