@charset "UTF-8";
/* CSS Document */
main {
 background:linear-gradient(#fad085, #ddfdb2);
}
.top__img {
 height: 200px;
 background-image: url("images/picture/noren.jpg");
 background-repeat: no-repeat;
 background-size: cover;
 background-position: center;
 margin-bottom: 100px;
 position: relative;
}
.top__title {
 line-height: 1;
 font-size: 3.0rem;
 position: absolute;
 top: 50%;
 left: 50%;
 transform: translateY(-50%) translateX(-50%);
 padding: 20px 70px;
 background-color: rgba(255, 255, 255, 0.5);
}
@media(min-width:1000px) {
 .top__img {
  height: 300px;
	 margin-bottom: 150px;
 }
 .top__title {
  font-size: 6.0rem;
  padding: 40px 170px;
 }
}
.ice{
	background-image:url("images/background__orange.png");
	background-size: cover;
	background-position: bottom;
	padding-bottom: 80px;
}
.ice-img {
 height: 150px;
 background-image: url("images/picture/orange.png");
 background-repeat: no-repeat;
 background-size: cover;
 background-position: center;
 margin-bottom: 50px;
 position: relative;
}
.ice-img__title {
 font-size: 2.5rem;
 color: #FFF;
 position: absolute;
 top: 10px;
 left: 30px;
	font-family: kinuta-mincho-stdn, sans-serif;
}
.ice__wrap{
	width:80%;
	margin: 0 auto;
}
.orange__img, .milk__img{
	width:120px;
	height:120px;
	object-fit: cover;
	border-radius: 100%;
	margin-bottom: 20px;
}
.orange__img{
	margin-right: 10px;
}
.milk__img{
	margin-left: 10px;
}
.orange__description, .milk__description{
	text-align: left;;
	max-width: 320px;
}
.orange-wrap, .milk-wrap{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 20px;
	margin-top: 30px;
}
.milk-wrap{
	flex-direction: row-reverse;
}
@media(min-width:1000px){
	.ice__wrap{
		width:70%;
	}
	.ice-img{
		height:270px;
		margin-bottom: 80px;
	}
	.ice-img__title{
		top:30px;
		left:50px;
		font-size:7.0rem;
	}
	.orange-wrap, .milk-wrap{
		margin-bottom: -30px;
	}
	.orange__img, .milk__img{
		width:340px;
		height:340px;
	}
	.orange__img{
		margin-right: 30px;
	}
	.milk__img{
		margin-left: 30px;
	}
	.orange__description, .milk__description{
		max-width:400px;
	}
	.milk-wrap{
		margin-top: -50px;
	}
}

.product {
 display: flex;
 flex-wrap: wrap;
 justify-content: center;
	margin-top: 50px;
}
.product__img {
 width: 315px;
 height: 160px;
 object-fit: cover;
}
.product__wrap {
 width: 315px;
 margin: 0 auto;
 margin-bottom: 30px;
}
.product__wrap dl {
 display: inline-block;
 width: 100%;
}
.product__wrap dt {
 float: left;
 text-align: left;
}
.product__wrap dd {
 float: right;
 text-align: right;
}
@media(min-width:1000px) {
	.ice{
		padding-bottom: 150px;
	}
 .product {
	 gap:10%;
  margin: 70px 5% 0px;
 }
 .product__wrap {
  width: 410px;
	 margin: 0;
 }
 .product__img {
  width: 410px;
  height: 216px;
 }
}
.bg-wrap{
	background-image: url("images/background__rice.png");
	background-size: cover;
	padding-bottom: 150px;
}
.osenbei-img {
 height: 150px;
 background-image: url("images/picture/1012379_m.jpg");
 background-repeat: no-repeat;
 background-size: cover;
 background-position: center;
 margin-bottom: 30px;
 position: relative;
}
.osenbei__title {
font-family: kinuta-mincho-stdn, sans-serif;
font-style: normal;
font-weight: 300;
 font-size: 2.5rem;
 color: #FFF;
 position: absolute;
 bottom: 10px;
 right: 30px;
}
.osenbei__wrap{
	width:80%;
	margin: 0 auto;
}
.osenbei-wrapper__img{
	width:120px;
	height:120px;
	object-fit: cover;
	border-radius: 100%;
	margin-right: 10px;
	margin-bottom: 20px;
}
.osenbei__description{
	text-align: left;;
	max-width: 400px;
}
.osenbei-wrapper{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 30px;
	width:80%;
	margin: 0 auto;
	
}
@media(min-width:1000px){
	.bg-wrap{
		padding-bottom: 200px;
	}
	.osenbei-img{
		height:270px;
		margin-bottom: 80px;
	}
	.osenbei__title{
		bottom:30px;
		right:50px;
		font-size:7.0rem;
	}
	.osenbei-wrapper{
		margin: 0 auto;
		justify-content: center;
	}
	.osenbei-wrapper__img{
		width:340px;
		height:340px;
		margin-right: 30px;
	}
	.osenbei__description{
		max-width:400px;
	}
}
.tel{
	margin-top: 50px;
}
.tel__wrap{
	width:60%;
	height: 80px;
	margin: 0 auto;
	background-color: #FFF;
	border:solid 1px;
	padding:10px;
}
.tel__text{
		font-size: 1.8rem;
	margin-bottom: 5px;
	letter-spacing: 0.1em;
	}
.tel__description{
	margin-bottom: 5px;
	font-size: 1.6rem;
}
.tel__number a{
	color:#3C2909;
	border-bottom: solid 1px #3C2909;
}
.tel__number{
	font-weight:600;
	font-size:2.0rem;
}
.tel__number a:hover{
	opacity: 0.5;
}
@media(min-width:1000px){
	.tel{
		margin-top: 100px;
	}
	.tel__text{
		font-size: 2.5rem;
		letter-spacing: 0.2em;
	}
	.tel__wrap{
		width:40%;
		height:150px;
		text-align: center;
	}
	.tel__description{
		text-align:center;
  height:60px;
  line-height:60px;
		font-size: 2.5rem;
	}
	.tel__number{
		font-size: 3.5rem;
	}
}