.container{
	background-color:#efe5d5;
	margin-top:110px;
	padding-bottom:5em;
	}
.mida01-box{
	width:100%;
	margin:0 auto 4em auto;
	background-image:url(../img/kasou-obi.jpg);
	}
.mida01{
  font-size:2.3em;
  font-weight:normal;
  color:#fff;
  text-align:right;
  padding:20px 8% 20px 8%;
	}

.itemlist{
	display:flex;
	width:80%;
	flex-wrap: wrap;
	margin:auto;
	}
.itemlist > div{
	width:25%;
	padding:2%;
	background-color:#fbf4e7;
	margin:2%;
	}
.itemlist > div > h3{
	text-align:center;
	color:#263f6d;
	margin:0;
	font-weight:normal;
	font-size:1.3em;
	line-height:1em;
	letter-spacing:-0.1em;
	}
.itemlist > div > h4{
	text-align:center;
	color:#ab8e09;
	margin:0;
	font-weight:normal;
	font-size:1.4em;
	}
.itemlist > div > h4 > span{
	font-size:0.5em;
	}
.itemlist > div > figure{
	margin:0;
	padding:0;
	}
.itemlist > div > figure > img{
	width:100%;
	}
.itemlist > div > p {
	border-top:solid 1px #494949;
	padding-top:0.5em;
	margin:0;
	}
.itemlist > div > p > span{
	display:inline-block;
	color:#E35017;
	margin-bottom:0.3em;
	}
/*商品紹介*/
@media screen and (max-width: 1200px){
	.itemlist > div{
	width:42%;
	}
	}
@media screen and (max-width: 750px){
	.itemlist{
		display:block;
		}
	.itemlist > div{
	width:92%;
	margin:10% 2%;
	}
	}
	
.page {
	text-align:center;
	padding-top:2em;
	}
.page > a{
	display:inline-block;
	margin:1em;
	border:solid 1px #263f6d;
	color:#263f6d;
	padding:0.2em 0.5em;
	}
.page > a:hover{
	background-color:#ab8e09;
	color:#fbf4e7;
	border:solid 1px #ab8e09;
	}
.page > span {
	display:inline-block;
	margin:1em;
	background-color:#263f6d;
	color:#fbf4e7;
	padding:0.2em 0.5em;
	}
	
	
.oroshi{
	display:flex;
	justify-content: space-between;
	align-items: center;
	width:80%;
	margin:auto;
	}
.oroshi2{
	display:flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: row-reverse;
	width:80%;
	margin:auto;
	padding-top:2em;
	}
.oroshi-w{
	width:45%;
	}
.oroshi-w > h3{
	font-size:1.6em;
	color:#263f6d;
	font-weight:normal;
	}
.oroshi-p{
	width:45%;
	margin:0;
	}
.oroshi-p > img{
	width:100%;
	}
/*商品紹介*/
@media screen and (max-width: 960px){
	.oroshi{
		display:block;
		}
	.oroshi2{
		display:block;
		}
	.oroshi-w{
	width:100%;
	}
	.oroshi-p{
	width:100%;
	}
	}
	
.aboutus{
	display:flex;
	justify-content: space-between;
	width:80%;
	margin:auto;
	}
.aboutus-list{
	width:40%;
	}
.aboutus-list > div{
	display:flex;
	margin:auto auto 1em auto;
	border-bottom:solid 1px #494949;
	}
.aboutus-list > div > dt{
	display:block;
	width:120px;
	border-bottom:solid 3px #263f6d;
	}
.aboutus-list >  div > dd{
	display:block;
	width: calc(100% - 120px);
	line-height:1.5em;
	margin-left:25px;
	}
.aboutus-frame{
	width:55%;
	}
.aboutus-frame > figure{
	margin:0 0 30px 0;
	}
.aboutus-frame > figure > img{
	width:50%;
	}
@media screen and (max-width: 960px){
	.aboutus{
		display:block;
		}
	.aboutus-list{
		width:100%;
	}
	.aboutus-frame{
		width:100%;
		}
	}
@media screen and (max-width: 480px){
	.aboutus-frame > figure > img{
	width:100%;
	}
	}
	
.news-frame{
	border:solid 1px #263f6d;
	border-radius:10px;
	width:80%;
	margin:1.5em auto;
	padding:1em;
	}
.news-frame > h3{
	color:#263f6d;
	background: linear-gradient(transparent 70%, #d5c79b 70%);
	margin:0 0 15px 0;	
	}
.news-frame > h3 > span{
	font-weight:normal; font-size:0.8em;
	display:inline-block;
	margin-right:1em;
	}
.news-frame > p{
	margin:0;
	}