@charset "UTF-8";
#wrapper {
	background-image: none;
}
@media (max-width:750px){ 
	#content .inner {
		padding: 0; 
	}
}

 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
はるばる来たぜ、食卓へ
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.distribution h1 {
    height: 155px;
    line-height: 155px;
	text-align: center;
}
.distribution h1 img {
    vertical-align: bottom;
}
.distribution #content {
	background-color: #8DAE30;
    padding-top: 75px;
    padding-bottom: 50px;
    margin-bottom: 32px;
}

.distribution #main {
    width: 960px;
    margin: 0 auto;
    position: relative;
}
.distribution .main-tit {
    width: 960px;
    margin: 22px auto 42px;
    font-size: 16px;
    line-height: 32px;
    color: #fff;
}
.distribution .main-tit a {
    color: inherit;
    text-decoration: underline;
}
.distribution #main h2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 377px;
  height: 182px;
}
.distribution #main h2 img {
    width: 100%;
    height: auto;
}

.distribution .dist-box {
	margin-bottom: 30px;
}
.distribution .dist-box .ibox {
	margin-top: 80px;
    display: flex;
    flex-flow: row wrap;
}
.distribution .dist-box-sup {
    font-weight: bold;
    font-size: 18px;
    color: #fff;
    margin-top: 42px;
    line-height: 27px;
}
.distribution .dist-box .ibox .box01 {
    float: left;
	width: 440px;
    margin-right: 24px;
}
.distribution .dist-box .ibox .box01 h3 {
	font-size: 24px;
    font-weight: bold;
}
.distribution .dist-box .ibox .box01 p {
	margin-top: 30px;
    font-size: 16px;
    line-height: 30px;
}
.distribution .dist-box .ibox .box01 p a {
    text-decoration: underline;
}
.distribution .dist-box .ibox .box02 img {
	width: 496px;
}

@media (max-width:750px){
    .distribution h1 {
        margin: 0;
        overflow: hidden;
    }
    .distribution h1 img {
    margin: 65px 0px -6px 88px;
    }
    .distribution #content {
    padding-top: 28px;
    padding-bottom: 40px;
    }
    .distribution #main {
    width: 100%;
    }
    .distribution #main img {
    width: 100%;
	height: 320px;
    object-fit: cover;
    }
    .distribution #main h2 {
        width: 226px;
        height: 109px;
    }

    .distribution .dist-box .ibox {
	margin: 0 20px;
	}
    .distribution .main-tit {
        width: auto;
        margin: 22px 20px 0;
    }
    .distribution .dist-box .ibox .box01 {
	width: 100%;
    margin-right: 0;
    order: 2;
    }
    .distribution .dist-box .ibox .box01 h3 {
	font-size: 20px;
    }
    .distribution .dist-box .ibox .box02 {
    margin: 30px 0 20px;
    order: 1;
    width: 100%;
    }
    .distribution .dist-box .ibox .box02 img {
	width: 100%;
    }
    .distribution .dist-box-sup {
        margin-left: 20px;
        margin-right: 20px;
    }
    
    
}










