
.button01{
	border:solid #263f6d 1px;
	border-radius:18px;
	color:#263f6d;
	padding:3px 30px;
	margin-top:15px;
	display:inline-block;
	width:auto;
	}
.button01:hover{
	border-color:#bfa451;
	}
.button02{
	border:solid #fff 1px;
	border-radius:18px;
	color:#fff;
	padding:3px 30px;
	margin-top:15px;
	display:inline-block;
	width:auto;
	font-size:1em;
	}
.button02:hover{
	border-color:#bfa451;
	}
	
	
.mainimg{
	background-image:url(../img/mainimg.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:right top;
	height:calc(90vh - 110px);
	margin-top:110px;
	}
	
.main-copy{
	width:100%;
	padding-top:5vh;
	text-align:right;
	height:70vh
	}
.main-copy img{
	max-width:500px;
	width:100%;
	height:95%;
	max-height:545px;
	}

	
.news{
	display:flex;
	justify-content: center;
	padding:2.5em 2em 2.5em 2em;
	}
	
.news-left{
	color:#263f6d;
	font-size:1.6em;
	width:15%;
	}
	.news-left{
	color:#263f6d;
	font-size:1.6em;
	width:15%;
	}	
.news-right{
	width:65%;
	font-size:1.1em;
	}
.news-right-inner{
	border-bottom: solid 1px #494949;
	display:flex;
	margin-bottom:0.5em;
	}
.news-right-inner > a{
	display:block;
	}
.news-right-inner > a > span{
	font-size:0.7em;
	}
/*ニュース*/
@media screen and (max-width: 960px){
	.news{
		display:block;
	}
	.news-left{
		width:100%;
		text-align:center;
		margin-bottom:30px;
		}
	.news-right{
		width:80%;
		margin:auto;
		}
	.news-right-inner > a > img{
		width:80%;
		}
	}
@media screen and (max-width: 480px){
	.news-right{
		width:100%;
		margin:auto;
		}
	}
	
	
	
.item{
	background-color:#efe5d5;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-around;
	flex-direction: row-reverse;
	padding:3.5em 0em;
	}
.item > div{
	text-align:center;
	margin:2em 1em;
	}
.item > div > a > img{
	width:100%;
	}
	
	
.oroshi{
	background-image:url(../img/oroshi-back.jpg);
	background-color: rgba(0,0,0,0.75);
	background-blend-mode: darken;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center top;
	display:flex;
	justify-content: center;
	flex-direction: row-reverse;
	padding:5em;
	}
.oroshi-right > p{
	writing-mode: vertical-rl;
	line-height:1.8em;
	color:#bfa451;
	font-size:2.5em;
	margin-bottom:2.5em;
	}
.oroshi-left > p{
	color:#fff;
	writing-mode: vertical-rl;
	line-height:3em;

	}
/*卸事業部*/
@media screen and (max-width: 960px){
	.oroshi{
		display:block;
		padding:3em;
		}
	.oroshi-right{
		text-align:center;
		}
	.oroshi-right > p{
		display: inline-block;
		text-align: justify;
		margin-bottom:0;
		}
	.oroshi-left{
		text-align:center;
		}
	.oroshi-left > P{
		display:inline-block;
		text-align: justify;
		margin-top:2em;
		line-height:2em;
		}	
	}
@media screen and (max-width: 480px){
	.oroshi{
		padding:1em 0em;
		}
	.oroshi-right > p{
	line-height:1.5em;
	font-size:2em;
	}
	.oroshi-left > P{
		line-height:1.5em;
		}	
	}
	