
@charset "UTF-8";

.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.flex .ody1 {
	width: 60%;
		margin-top: 30px;
		padding: 10px 20px 10px 20px;
		border: 1px solid #333333;
		border-radius: 10px;
		background-color: #553c28;
		color: #ffffff;
}


@media screen and (max-width: 850px){
.flex .ody1 {
	width: 100%;
	box-sizing: border-box;
	padding: 10px;
}
}

/*---MVテキスト調整
----------------------------------------*/
#mv .mv_text h2 {
	font-size: 6rem !important;
}

#mv .mv_text {
	bottom: 20px;
}

@media screen and (max-width: 600px){
	#mv .mv_text h2 {
		font-size: 6vw !important;
	}

	#mv .mv_text {
		bottom: 70px;
	}
}