@charset "UTF-8";
/* CSS Document */
header {
  width: 100%;
  height: 330px;
  background-image: url("../images/header/background.png");
  background-position: center center;
  background-size: cover;
}
@media(max-width:440px) {
  header {
    height: 280px;
  }
}
h1 {
  width: 100%;
  height: auto;
  display: block;
  padding: 60px 0;
}
.header ul {
  position: fixed;
  top: 5px;
  right: 12px;
  display: block;
  z-index: 10;
}
.header ul li {
  margin: 14px 22px;
}
.header ul li img {
  width: 40px;
  height: auto;
}
.header ul li img:hover {
  transform: scale(1.2, 1.2);
}
@media(max-width:440px) {
  h1 img {
    width: 25%;
    margin: 0 auto;
  }
}
@media(max-width:768px) {
  .header ul {
    position: fixed;
    right: -10px;
    display: block;
    z-index: 10;
  }
}
@media(max-width:400px) {
  .header ul li img {
    width: 30px;
  }
  .header ul li {
    margin: 5px 18px;
  }
}
.title img {
  width: auto;
  height: 360px;
  margin: 54px 10px 50px 10px;
  position: relative;
}
.slider{
　display: none;
  width: 100%;
  padding-top: 118px;
}
.slider img {
  width: 100%;
  height: 100%;
}
.slider.slick-initialized{
  display: block; /*slick-initializedが付与されたら表示*/
}
@media(max-width:768px) {
  .slider img {
    height: 26vh;
	width: auto; 
    padding-top: 38px;
  }
  .title img {
    width: 50vw;
    height: auto;
    margin: -130px 0px 220px 0px;
    position: relative;
  }
}
@media(max-width:440px) {
 .slider img {
    height: 28vh;
	width: auto; 
    padding-top: 30px;
  }
  .title img {
    width: 80vw;
    height: auto;
    margin: -100px 0px 220px 0px;
    position: relative;
  }
}
.section-top__concept {
  max-width: 1200px;
  padding: 0;
  position: relative;
  margin: 0 auto;
}
.section-top__concept-text {
  background-color: #FFFFFF;
  border-radius: 72px 0px;
  width: 60%;
  height: auto;
  padding-bottom: 10px;
}
.section-top__concept h2 {
  display: block;
  padding: 60px 0 0 60px;
  text-align: left;
  font-style: italic;
  width: 80%;
}
@media(min-width:440px) {
  .h2br {
    display: none;
  }
}
.section-top__concept-text .line {
  position: absolute;
  left: 60px;
  width: 50%;
  margin-bottom: 50px;
  border-top: solid 3px #daba2a;
}
#concept-text__text-top {
  margin-top: 50px;
  width: 70%;
}
.section-top__concept p {
  display: block;
  padding: 0px 0px 35px 60px;
  text-align: left;
  width: 70%;
}
.concept-image img {
  padding: 10px;
  background-color: #FFFFFF;
  border-radius: 16px;
  position: absolute;
  top: 35%;
  left: 55%;
  width: 43%;
  height: auto;
}
.small {
  position: absolute;
  top: 105%;
  text-align: left;
  font-size: 12px;
  line-height: 18px;
}
@media(max-width:768px) {
  .section-top__concept-text {
    width: 90%;
    height: auto;
    margin: 0 auto;
    padding-bottom: 10px;
  }
  .section-top__concept h2 {
    text-decoration: underline #daba2a;
    padding-top: 30px;
  }
  .section-top__concept-text .line {
    display: none;
  }
  #concept-text__text-top {
    width: 85%;
    margin-top: 30px;
  }
  .section-top__concept-text p {
    width: 85%;
    padding: 0;
    margin: 30px auto;
  }
  .small {
    position: static;
    margin: 20px 30px;
  }
  .concept-image img {
    position: static;
    margin: 0 auto;
  }
  .concept-image img {
    width: 80%;
    height: auto;
  }
}
.section-top__about {
  position: relative;
  margin: 0 auto;
  padding-bottom: 80px;
  max-width: 1200px;
}
.section-top__about-text {
  display: block;
  background-color: #FFFFFF;
  border-radius: 72px 0px;
  width: 60%;
  height: auto;
  margin: 15% 0% 0% 40%;
  position: relative;
  padding-bottom: 30px;
}
.section-top__about-text h2 {
  display: block;
  padding: 60px 30px 0 90px;
  text-align: left;
  font-style: italic;
}
.section-top__about-text h3 {
  display: block;
  padding: 50px 30px 0 90px;
  text-align: left;
  margin-bottom: 50px;
}
.section-top__about-text .line {
  position: absolute;
  left: 90px;
  width: 80%;
  margin-bottom: 50px;
  border-top: solid 3px #daba2a;
}
.section-top__about p {
  display: block;
  padding: 0px 30px 35px 90px;
  text-align: left;
}
.about-image img {
  background-color: #FFF;
  position: absolute;
  top: 22%;
  left: 0%;
  border-radius: 16px;
  width: 43%;
  height: auto;
  padding: 10px;
}
.section-top span {
  color: #daba2a;
  font-weight: 600;
}
@media(max-width:768px) {
  .section-top__about {
    width: 100%;
    padding-bottom: 30px;
  }
  .section-top__about-text {
    width: 90%;
    height: auto;
    margin: 50px auto 30px;
    padding-bottom: 40px;
  }
  .section-top__about h2 {
    text-decoration: underline #daba2a;
    padding: 30px 0px 0px 40px;
    width: 90%;
    margin: 0 auto;
  }
  .section-top__about-text .line {
    display: none;
  }
  .section-top__about-text h3 {
    display: block;
    padding: 50px 0px 0 0px;
    line-height: 40px;
    width: 85%;
    margin: 0 auto;
  }
  .section-top__about-text p {
    padding: 30px 0px 0px 0px;
    width: 85%;
    margin: 0 auto;
  }
  .about-image img {
    position: static;
    margin: 0 auto;
  }
  .about-image img {
    width: 80%;
    height: auto;
  }
}
.section-main-product {
  background-color: #FFFFFF;
}
.section-main-product__title {
  display: block;
  width: 560px;
  margin: 20px auto;
  position: relative;
  padding-top: 100px;
  padding-bottom: 50px;
}
.section-main-product__title #award {
  position: absolute;
  display: block;
  top: 80px;
  right: 0;
}
#h2_1 {
  font-size: 2.4rem;
  text-align: left;
  display: block;
  margin: 0 auto -60px 0;
}
#h2_2 {
  color: #FFFFFF;
  background-color: #daba2a;
  padding: 16px 60px;
  border-radius: 16px;
}
#h2_3 {
  font-size: 2.4rem;
  text-align: right;
  display: block;
  margin: 0 auto 0 0;
}
@media(max-width:768px) {
	.section-main-product__title {
    display: block;
    width: 100%;
    position: relative;
    margin-top: 50px;
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .section-main-product__title #award {
    position: static;
    margin-bottom: 20px;
  }
  #h2_1 {
    text-align: center;
    width: 100%;
  }
  #h2_2 {
    width: 100%;
    padding: 16px 10px;
    margin: 0 auto;
  }
  #h2_3 {
    text-align: center;
    width: 100%;
  }
  .section-main-product__title .spsize {
    font-size: 2.4rem;
  }
}
.point01 {
  position: relative;
}
.point01:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -50px;
  z-index: 0;
  display: block;
  background: #f8f5f0;
  height: 350px;
  width: 70%;
}
.point01-image {
  position: relative;
  z-index: 1;
  left: 0px;
  width: 50%;
  height: 50%;
  max-width: 540px;
}
.point01-image img {
  width: 80%;
}
.point01-text {
  position: relative;
  z-index: 1;
  display: block;
  top: 10px;
  text-align: left;
  max-width: 520px;
  height: 200px;
  width: 50%;
  padding-right: 30px;
}
.point01-text:before {
  content: url("../images/main-product/01.png");
  position: absolute;
  right: 10px;
  top: -180px;
  z-index: 1;
}
.point01-text h3 {
  position: relative;
  z-index: 1;
  display: block;
  text-align: left;
  top: -50px;
}
.point01 .inner {
  display: flex;
  align-items: flex-end;
  width: 100%;
  margin: 0 auto;
  max-width: 1200px;
}
@media(max-width:768px) {
  .point01 {
    width: 100%;
    height: auto;
  }
  .point01:after {
    position: absolute;
    width: 100%;
    bottom: 200px;
    height: 110%;
    top: 100px;
  }
  .point01-image {
    width: 80%;
    margin: 0 auto;
  }
  .point01-image img {
    width: 100%;
  }
  .point01-text {
    width: 85%;
    margin: 0 auto;
    padding-right: 0;
    height: auto;
  }
  .point01-text h3 {
    top: -110px;
    text-align: right;
    width: 100%;
  }
  .point01-text p {
    width: 100%;
    margin: 0 auto;
    position: relative;
    top: -60px;
    height: 0;
  }
  .point01-text:before {
    position: static;
    content: '';
    display: inline-block;
    width: 150px;
    height: 150px;
    background-image: url(../images/main-product/01.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
  }
  .point01 .inner {
    display: block;
    width: 100%;
  }
}
.point02 {
  position: relative;
  display: flex;
  margin-top: 200px;
}
@media(max-width:1200px) {
  .point02 {
    height: 430px;
  }
}
.point02:after {
  content: '';
  position: absolute;
  left: 0;
  top: -40px;
  z-index: 0;
  display: block;
  background: #f8f5f0;
  height: 350px;
  width: 70%;
}
.point02-image {
  position: relative;
  z-index: 1;
  left: 0px;
  width: 50%;
  height: 366px;
  max-width: 540px;
  top: 20px;
  opacity: 0;
}
.point02-image img {
  width: 80%;
}
.point02-text {
  position: relative;
  z-index: 1;
  display: block;
  top: 10px;
  text-align: left;
  width: 50%;
  height: 200px;
  padding-left: 30px;
  max-width: 520px;
}
.point02-text:before {
  content: url("../images/main-product/02.png");
  position: absolute;
  left: 10px;
  top: -110px;
  z-index: 1;
}
.point02-text h3 {
  position: relative;
  z-index: 1;
  display: block;
  text-align: left;
  margin-bottom: 50px;
  margin-top: 20px;
}
.point02 .inner {
  display: flex;
  align-items: flex-start;
  width: 100%;
  margin: 0 auto;
  max-width: 1200px;
  flex-direction: row-reverse;
}
@media(max-width:768px) {
  .point02 {
    width: 100%;
    height: auto;
  }
  .point02:after {
    position: absolute;
    width: 100%;
    bottom: 200px;
    height: 82%;
    top: 100px;
  }
  .point02-image {
    width: 80%;
    margin: 0 auto;
    height: auto;
  }
  .point02-image img {
    width: 100%;
  }
  .point02-text {
    width: 85%;
    margin: 0 auto;
    padding: 0;
    height: auto;
  }
  .point02-text h3 {
    top: -140px;
    text-align: left;
    width: 100%;
    margin-bottom: 60px;
    height: 0;
  }
  .point02-text p {
    width: 100%;
    margin: 0 auto;
    position: relative;
    top: -100px;
  }
  .point02-text:before {
    position: static;
    content: '';
    display: inline-block;
    width: 160px;
    height: 160px;
    background-image: url(../images/main-product/02.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    margin-top: 20px
  }
  .point02 .inner {
    display: block;
    width: 100%;
  }
}
.point03 {
  position: relative;
  margin-top: 50px;
}
.point03:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -60px;
  z-index: 0;
  display: block;
  background: #f8f5f0;
  height: 360px;
  width: 70%;
}
.point03-image {
  position: relative;
  z-index: 1;
  left: 0px;
  width: 50%;
  height: 50%;
  max-width: 540px;
  opacity: 0;
}
.point03-image img {
  width: 80%;
}
.point03-text:before {
  content: url("../images/main-product/03.png");
  position: absolute;
  right: 10px;
  top: -180px;
  z-index: 1;
}
.point03-text {
  position: relative;
  z-index: 1;
  display: block;
  top: 10px;
  text-align: left;
  width: 50%;
  height: 200px;
  padding-right: 30px;
  max-width: 520px;
}
.point03-text h3 {
  position: relative;
  z-index: 1;
  display: block;
  text-align: left;
  top: -50px;
}
.point03 .inner {
  display: flex;
  align-items: flex-end;
  width: 100%;
  margin: 0 auto;
  max-width: 1200px;
}
@media(max-width:768px) {
  .point03 {
    width: 100%;
    height: auto;
  }
  .point03:after {
    position: absolute;
    width: 100%;
    bottom: 200px;
    height: 105%;
    top: 120px;
  }
  .point03-image {
    width: 80%;
    margin: 0 auto;
    height: auto;
  }
  .point03-image img {
    width: 100%;
  }
  .point03-text {
    width: 85%;
    margin: 0 auto;
    padding: 0;
    height: auto;
  }
  .point03-text h3 {
    top: -130px;
    text-align: right;
    width: 100%;
    margin-bottom: 60px;
    height: 0;
  }
  .point03-text p {
    width: 100%;
    margin: 0 auto;
    position: relative;
    top: -90px;
    height: 0;
  }
  .point03-text:before {
    position: static;
    content: '';
    display: inline-block;
    width: 160px;
    height: 160px;
    background-image: url(../images/main-product/03.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    margin-top: 20px;
  }
  .point03 .inner {
    display: block;
    width: 100%;
  }
}
.point04 {
  position: relative;
  display: flex;
  margin-top: 200px;
}
.point04:after {
  content: '';
  position: absolute;
  left: 0;
  top: -40px;
  z-index: 0;
  display: block;
  background: #f8f5f0;
  height: 350px;
  width: 70%;
}
.point04-image {
  position: relative;
  z-index: 1;
  left: 0px;
  width: 50%;
  height: 50%;
  max-width: 540px;
  top: 20px;
  opacity: 0;
}
.point04-image img {
  width: 80%;
}
.point04-text:before {
  content: url("../images/main-product/04.png");
  position: absolute;
  left: 10px;
  top: -110px;
  z-index: 1;
}
.point04-text {
  position: relative;
  z-index: 1;
  display: block;
  top: 10px;
  text-align: left;
  width: 50%;
  height: 200px;
  padding-left: 30px;
  max-width: 520px;
}
.point04-text h3 {
  position: relative;
  z-index: 1;
  display: block;
  text-align: left;
  margin-bottom: 50px;
  margin-top: 20px;
}
.point04 .inner {
  display: flex;
  align-items: flex-start;
  width: 100%;
  margin: 0 auto;
  flex-direction: row-reverse;
  max-width: 1200px;
}
@media(max-width:768px) {
  .point04 {
    width: 100%;
    height: auto;
  }
  .point04 .inner {
    display: block;
  }
  .point04:after {
    position: absolute;
    width: 100%;
    bottom: 200px;
    height: 80%;
    top: 120px;
  }
  .point04-image {
    width: 80%;
    margin: 0 auto;
    height: auto;
  }
  .point04-image img {
    width: 100%;
  }
  .point04-text {
    width: 85%;
    margin: 0 auto;
    padding: 0;
    height: auto;
  }
  .point04-text h3 {
    top: -140px;
    text-align: left;
    width: 100%;
    margin-bottom: 60px;
    height: 0;
  }
  .point04-text p {
    width: 100%;
    margin: 0 auto;
    position: relative;
    top: -100px;
  }
  .point04-text:before {
    position: static;
    content: '';
    display: inline-block;
    width: 160px;
    height: 160px;
    background-image: url(../images/main-product/04.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    margin-top: 20px
  }
}
.section-shop {
  background-color: #FFFFFF;
  padding-bottom: 100px;
  position: relative;
}
.section-shop h2 {
  padding: 100px 0px 100px;
  text-align: center;
  background-image: url("../images/shop/SHOP.png");
  background-repeat: no-repeat;
  background-position: center;
}
.section-shop__item {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  justify-content: center;
  padding-top: 20px;
}
.section-shop__item01 {
  width: 440px;
  height: 670px;
  border: 0.5px solid;
  border-color: #4f1f02;
  border-radius: 16px;
  margin-left: 40px;
  margin-right: 20px;
}
.section-shop__item01 h3 {
  background-image: url("../images/shop/item1.jpg");
  background-repeat: no-repeat;
  background-position: center;
  height: 450px;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  border-radius: 16px 16px 0px 0px;
}
.section-shop__item01 p {
  display: block;
  padding: 40px 30px 40px;
  text-align: left;
}
.section-shop__item02 {
  width: 440px;
  height: 670px;
  border: 0.5px solid;
  border-color: #4f1f02;
  border-radius: 16px;
  margin-left: 40px;
  margin-right: 20px;
}
.section-shop__item02 h3 {
  background-image: url("../images/shop/item2.jpg");
  background-repeat: no-repeat;
  background-position: center;
  height: 450px;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  border-radius: 16px 16px 0px 0px;
}
.section-shop__item02 p {
  display: block;
  padding: 40px 30px 40px;
  text-align: left;
}
.section-shop__item .shop-button a {
  padding: 20px 40px;
  width: 100%;
  height: 100%;
  text-decoration: none;
  background: #4F1F02;
  text-align: center;
  border: 2px solid #FFFFFF;
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 100;
  border-radius: 16px;
  transition: .3s;
}
.section-shop__item .shop-button a:hover {
  background-color: #be642e;
}
@media(max-width:768px) {
  .section-shop {
    padding-bottom: 20px;
  }
  .section-shop h2 {
    background-size: 60%;
    padding: 30px;
    line-height: 40px;
  }
  .section-shop__item {
    display: block;
  }
  .section-shop__item01 {
    width: 80vw;
    margin: 0 auto;
    height: 500px;
  }
  .section-shop__item02 {
    width: 80vw;
    margin: 60px auto;
    height: 500px;
  }
  .section-shop__item01 h3 {
    width: 80vw;
    height: 260px
  }
  .section-shop__item02 h3 {
    width: 80vw;
    height: 260px
  }
  .section-shop__item .shop-button a {
    width: 80%;
    padding: 10px 30px;
  }
}
.section-other-product__vegetable {
  width: 100%;
  position: relative;
  margin: 0 auto;
  max-width: 1200px;
}
.section-other-product__vegetable h2 {
  display: block;
  padding: 100px 0 0px 0;
  text-align: center;
  font-style: italic;
}
.section-other-product__vegetable .line {
  position: absolute;
  justify-content: center;
  left: 15%;
  width: 71%;
  border-top: solid 3px #6b9025;
}
.vegetable-textarea {
  display: block;
  background-color: #FFFFFF;
  border-radius: 72px 0px;
  width: 50%;
  height: auto;
  margin: 100px 0px 0px 50%;
  position: relative;
  padding-bottom: 20px;
}
.vegetable-textarea h3 {
  display: block;
  padding: 50px 0px 50px 80px;
  text-align: left;
}
.vegetable-textarea p {
  display: block;
  padding: 0px 35px 35px 80px;
  text-align: left;
}
.vegetable-image01 img {
  position: absolute;
  background-color: #FFFFFF;
  top: -5%;
  left: -100%;
  border-radius: 16px;
  width: 75%;
  height: auto;
  z-index: 4;
  padding: 10px;
}
.vegetable-image02 img {
  position: absolute;
  background-color: #FFFFFF;
  top: 45%;
  left: -70%;
  border-radius: 16px;
  width: 75%;
  height: auto;
  z-index: 3;
  padding: 10px;
}
.vegetable-textarea .shop-button a {
  padding: 20px 60px;
  width: 100%;
  height: 100%;
  text-decoration: none;
  background: #4F1F02;
  text-align: center;
  border: 2px solid #FFFFFF;
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 100;
  border-radius: 16px;
  transition: .3s;
}
.vegetable-textarea .shop-button a:hover {
  background-color: #be642e;
}
.vegetable-textarea .shop-button {
  text-align: left;
  margin: 20px 0px 50px 80px;
}
@media(max-width:768px) {
  .section-other-product__vegetable {
    width: 100%
  }
  .section-other-product__vegetable h2 {
    text-decoration: underline #6b9025;
    text-align: left;
    padding: 50px 0px 20px 30px;
    width: 90%;
    margin: 0 auto;
    font-size: 2.8rem;
    line-height: 48px;
  }
  .section-other-product__vegetable .line {
    display: none;
  }
  .vegetable-textarea {
    width: 90%;
    height: auto;
    margin: 0 auto;
  }
  .vegetable-textarea h3 {
    display: block;
    padding: 30px 0px 30px 0px;
    text-align: left;
    width: 85%;
    margin: 230px auto 0px;
    font-size: 2.4rem;
  }
  .vegetable-textarea p {
    display: block;
    padding: 0px 0px 30px 0px;
    text-align: left;
    width: 85%;
    margin: 0 auto;
  }
  .vegetable-textarea .shop-button {
    text-align: center;
    margin: 10px auto 20px;
  }
  .vegetable-textarea .shop-button a {
    padding: 10px 40px;
  }
  .vegetable-image01 img {
    position: absolute;
    top: -55%;
    left: 0%;
    width: 45%;
    height: auto;
  }
  .vegetable-image02 img {
    position: absolute;
    top: -46%;
    left: 49%;
    width: 45%;
    height: auto;
  }
}
@media(max-width:550px) {
  .vegetable-image01 img {
    top: -40%;
  }
  .vegetable-image02 img {
    top: -30%;
  }
}
.section-other-product__coffee-snack {
  width: 100%;
  position: relative;
  margin: 0 auto;
  max-width: 1200px;
}
.section-other-product__coffee-snack h2 {
  display: block;
  padding: 150px 0 0px 0;
  text-align: center;
  font-style: italic;
}
.section-other-product__coffee-snack .line {
  position: absolute;
  justify-content: center;
  left: 17%;
  width: 68%;
  border-top: solid 3px #6b9025;
}
.coffee-snack-textarea {
  display: block;
  background-color: #FFFFFF;
  border-radius: 72px 0px;
  width: 50%;
  height: auto;
  margin: 100px 0px 0px 0px;
  position: relative;
  padding-bottom: 20px;
}
.coffee-snack-textarea h3 {
  display: block;
  padding: 50px 0px 50px 80px;
  text-align: left;
}
.coffee-snack-textarea p {
  display: block;
  padding: 0px 35px 35px 80px;
  text-align: left;
}
.coffee-image img {
  position: absolute;
  background-color: #FFFFFF;
  top: -5%;
  left: 90%;
  border-radius: 16px;
  width: 75%;
  height: auto;
  z-index: 6;
  padding: 10px;
}
.snack-image img {
  position: absolute;
  background-color: #FFFFFF;
  bottom: -4%;
  left: 122%;
  border-radius: 16px;
  width: 75%;
  height: auto;
  z-index: 5;
  padding: 10px;
}
.coffee-snack-textarea .shop-button a {
  padding: 20px 60px;
  width: 100%;
  height: 100%;
  text-decoration: none;
  background: #4F1F02;
  text-align: center;
  border: 2px solid #FFFFFF;
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 100;
  border-radius: 16px;
  transition: .3s;
}
.coffee-snack-textarea .shop-button a:hover {
  background-color: #be642e;
}
.coffee-snack-textarea .shop-button {
  text-align: left;
  margin: 20px 0px 50px 80px;
}
.section-other-product span {
  color: #6b9025;
  font-weight: 700;
}
@media(max-width:768px) {
  .section-other-product__coffee-snack {
    width: 100%
  }
  .section-other-product__coffee-snack h2 {
    text-decoration: underline #6b9025;
    text-align: left;
    padding: 30px 0px 30px 30px;
    width: 90%;
    margin: 0 auto;
    font-size: 2.8rem;
    line-height: 48px;
  }
  .section-other-product__coffee-snack .line {
    display: none;
  }
  .coffee-snack-textarea {
    width: 90%;
    height: auto;
    margin: 0 auto;
  }
  .coffee-snack-textarea h3 {
    display: block;
    padding: 30px 0px 30px 0px;
    text-align: left;
    width: 85%;
    margin: 230px auto 0px;
    font-size: 2.4rem;
  }
  .coffee-snack-textarea p {
    display: block;
    padding: 0 0 30px 0;
    text-align: left;
    width: 85%;
    margin: 0 auto;
  }
  .coffee-snack-textarea .shop-button {
    text-align: center;
    margin: 10px auto 20px;
  }
  .coffee-snack-textarea .shop-button a {
    padding: 10px 40px;
  }
  .coffee-image img {
    position: absolute;
    top: -55%;
    left: 0%;
    width: 45%;
    height: auto;
  }
  .snack-image img {
    position: absolute;
    top: -46%;
    left: 50%;
    width: 45%;
    height: auto;
  }
}
@media(max-width:550px) {
  .coffee-image img {
    top: -46%;
  }
  .snack-image img {
    top: -34%;
  }
}
.section-media {
  background-color: #f8f5f0;
  padding-bottom: 30px;
}
.section-media h2 {
  padding: 120px 0px 100px;
  background-image: url("../images/media/MEDIA.png");
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 120px;
}
.section-media__text {
  display: block;
  background-color: #FFFFFF;
  height: auto;
  margin: 0 auto;
  text-align: left;
  padding: 50px 100px 20px;
  border-radius: 16px;
  max-width: 1000px;
}
.section-media__text time {
  font-style: italic;
}
.media-name {
  display: block;
  width: 220px;
  font-weight: 500;
  font-size: 2.0rem;
}
#media01 .media-contents {
  background-image: url("../images/media/mediaicon.png");
  background-repeat: no-repeat;
  background-size: 40px 50px;
  background-position: 90%;
}
#media03 .media-contents {
  background-image: url("../images/media/mediaicon.png");
  background-repeat: no-repeat;
  background-size: 40px 50px;
  background-position: 90%;
}
.section-media__text .media-contents {
  font-size: 2.4rem;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 40px;
  border-bottom: 1px solid;
  font-weight: 600;
}
@media(max-width:768px) {
  .section-media__text {
    display: block;
    background-color: #FFFFFF;
    width: 85%;
    height: auto;
    margin: 0 auto;
    text-align: left;
    padding: 50px 0px 20px;
    border-radius: 16px;
  }
  .section-media h2 {
    background-size: 70%;
    line-height: 40px;
    margin: 80px 0px 0px;
    padding: 50px 0px 50px;
  }
  .section-media__text .media-contents {
    font-size: 1.6rem;
    width: 90%;
    padding-top: 0px;
  }
  #media01 .media-contents {
    background-size: 30px 40px;
    background-position: 90% bottom;
  }
  #media03 .media-contents {
    background-size: 30px 40px;
    background-position: 90% bottom;
  }
  .section-media__text li {
    padding-left: 30px;
  }
}
.section-sns {
  background-color: #f8f5f0;
  padding-bottom: 100px;
}
.section-access {
  background-color: #f8f5f0;
  padding-bottom: 60px;
}
.section-access h2 {
  padding: 120px 0px 100px;
  background-image: url("../images/access/ACCESS.png");
  background-repeat: no-repeat;
  background-position: center;
}
.section-access__contents {
  background-color: #FFFFFF;
  max-width: 1200px;
  height: 600px;
  ;
  margin: 0 auto;
  text-align: left;
  border-radius: 16px;
  display: flex;
  justify-content: center;
}
.outline01 {
  height: 500px;
  width: 50%;
}
.outline01 ul {
  width: 80%;
  margin-top: 68px;
  margin-left: 22%;
}
.outline01 li:nth-child(1) {
  background-image: url("../images/access/adress.png");
  background-repeat: no-repeat;
  background-size: 30px 30px;
  padding-top: 2px;
  padding-left: 50px;
  margin-bottom: 10px;
}
.outline01 li:nth-child(2) {
  background-image: url("../images/access/tel.png");
  background-repeat: no-repeat;
  background-size: 30px 30px;
  padding-top: 2px;
  padding-left: 50px;
  margin-bottom: 10px;
}
.outline01 li:nth-child(3) {
  background-image: url("../images/access/mail.png");
  background-repeat: no-repeat;
  background-size: 30px 30px;
  padding-top: 2px;
  padding-left: 50px;
  margin-bottom: 10px;
}
.sns01 {
  margin-top: 40px;
  margin-left: 10%;
  display: flex;
  text-align: center;
  padding: 20px 40px;
  font-weight: 600;
}
.sns01 img {
  width: 50px;
  padding: 5px 40px;
}
.sns01 a {
  text-decoration: none;
}
.sns01 a:visited {
  color: inherit;
}
#facebook {
  padding: 10px;
  margin: 0 auto;
  font-weight: bold;
  color: #6091d3; /*文字色*/
  background: #FFF;
  border: solid 3px #6091d3; /*線*/
  border-radius: 10px; /*角の丸み*/
}
#facebook:hover {
  background-color: #97CEEA;
}
#facebook a{
 color: #6091d3
}
#instagram {
  padding: 10px;
  margin: 0 auto;
  font-weight: bold;
  color: #d7005a; /*文字色*/
  background: #FFF;
  border: solid 3px #d7005a; /*線*/
  border-radius: 10px; /*角の丸み*/
}
#instagram:hover {
  background-color: #FFA1BB;
}
#instagram a{
 color:#d7005a;
}
.sns02 {
  margin-left: 10%;
  display: flex;
  text-align: center;
  padding: 20px 40px;
  font-weight: 600;
}
.sns02 img {
  width: 50px;
  padding: 5px 40px;
}
.sns02 a {
  text-decoration: none;
}
.sns02 a:visited {
  color: inherit;
}
#cookpad {
  padding: 10px;
  margin: 0 auto;
  font-weight: bold;
  color: #ff9933; /*文字色*/
  background: #FFF;
  border: solid 3px #ff9933; /*線*/
  border-radius: 10px; /*角の丸み*/
}
#cookpad:hover {
  background-color: #FFC298;
}
#cookpad a{
 color:#ff9933;
}
#shop { 
  padding: 10px;
  margin: 0 auto;
  font-weight: bold;
  color: #4f1f02; /*文字色*/
  background: #FFF;
  border: solid 3px #4f1f02; /*線*/
  border-radius: 10px; /*角の丸み*/
  text-decoration: none;
}
#shop:hover {
  background-color: #BE764E;
}
#shop a{
  color:#4f1f02;
}
.outline02 {
  height: 500px;
  width: 50%;
  margin-top: 40px;
  margin-bottom: 40px;
  margin-right: 10%;
}
.outline02 iframe {
  width: 100%;
  height: 100%;
  border-radius: 16px;
}
.outline02 img {
  width: 100%;
}
@media(max-width:768px) {
  .section-access h2 {
    background-size: 70%;
    line-height: 40px;
    padding: 50px 0px 50px;
  }
  .section-access__contents {
    width: 85%;
    height: auto;
    display: block;
  }
  .outline01 {
    width: 90%;
  }
  .outline02 {
    height: 300px;
    width: 90%;
    margin: 70px auto 20px;
    padding-bottom: 50px;
  }
  .outline01 ul {
    width: 270px;
    padding-top: 37px;
    margin: 0 auto;
    padding-left: 11%;
  }
  .sns01 {
    padding: 0;
    justify-content: center;
  }
  .sns02 {
    padding: 0;
    justify-content: center;
  }
  #facebook {
    margin: 5%;
    padding: 0;
  }
  #instagram {
    margin: 5%;
    padding: 0;
  }
  #cookpad {
    margin: 5%;
    padding: 0;
  }
  #shop {
    margin: 5%;
    padding: 0;
  }
  .outline01 li:nth-child(1) {
    background-position: left;
  }
  .outline01 li:nth-child(2) {
    background-position: left;
  }
  .outline01 li:nth-child(3) {
    background-position: left;
  }
}
footer {
  height: 500px;
  background-image: url("../images/footer/picture.jpg");
  background-position: center center;
  background-size: cover;
  position: relative;
}
.footer-area {
  display: flex;
  justify-content: space-evenly;
  margin: 0 15%;
}
.footer-image {
  margin: 70px 0 0 0;
}
.footer-image .name {
  font-weight: 500;
  background-color: rgba(255, 255, 255, .5);
  border-radius: 16px;
  padding: 10px;
  font-size: 14px;
}
.footer-button .shop-button a {
  padding: 20px 20px;
  width: 100%;
  height: 100%;
  text-decoration: none;
  background: #4F1F02;
  text-align: center;
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 100;
  border-radius: 16px;
  line-height: 30px;
  display: block;
  margin-bottom: 30px;
  transition: .3s;
}
.footer-button .shop-button a:hover {
  background-color: #be642e;
}
.inquiry-button a {
  padding: 20px;
  width: 100%;
  height: 100%;
  text-decoration: none;
  background: #4faf33;
  text-align: center;
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 100;
  border-radius: 16px;
  line-height: 30px;
  display: block;
  transition: .3s;
}
.inquiry-button a:hover {
  background-color: #63e43d;
}
.footer-button {
  margin: 100px 0 0 100px;
}
#topreverse {
  position: absolute;
  bottom: 190px;
  right: 40px;
}
#topreverse img {
  width: 40px;
}
@media(max-width:768px) {
  footer {
    height: auto;
    padding-top: 5px;
  }
  .footer-area {
    display: block;
    margin: 0;
  }
  .footer-button {
    margin: 0 auto;
    text-align: center;
  }
  .footer-button .shop-button a {
    padding: 10px 20px;
    width: 70%;
    margin: 0 auto 30px;
  }
  .footer-button .inquiry-button a {
    padding: 10px 20px;
    width: 70%;
    margin: 0 auto;
  }
  .footer-image img {
    margin: 0 auto 24px;
    width: 30%;
  }
  .footer-image .name {
    font-weight: 500;
    background-color: rgba(255, 255, 255, .5);
    border-radius: 16px;
    padding: 10px;
    width: 50%;
    margin: 0 auto;
    opacity: 50;
    font-size: 12px;
    line-height: 20px;
  }
  .footer-image .name {
    margin-bottom: 30px;
  }
  #topreverse {
    position: absolute;
    bottom: 81px;
    right: 10px;
  }
  #topreverse img {
    width: 24px;
  }
}
#copyright {
  margin-top: 140px;
  text-align: center;
}
@media(max-width:768px) {
  #copyright {
    margin-top: 60px;
    padding-bottom: 40px;
  }
}
.section-top__concept .rice {
  position: absolute;
  right: 20%;
  top: -10%;
}
@media(max-width:768px) {
  .section-top__concept .rice {
    right: 2%;
    top: 0%;
  }
  .section-top__concept .rice img {
    width: 70%;
  }
}
.section-top__about .rice {
  position: absolute;
  left: -40%;
  top: -13%;
}
@media(max-width:768px) {
  .section-top__about .rice {
    left: -17%;
    top: -15%;
  }
  .section-top__about .rice img {
    width: 70%;
  }
}
.section-main-product__title .rice {
  position: absolute;
  left: -32%;
  top: -43%;
}
@media(max-width:768px) {
  .section-main-product__title .rice {
    left: -6%;
    top: -18%;
  }
  .section-main-product__title .rice img {
    width: 70%;
  }
}
.point02 .rice {
  position: absolute;
  left: 76%;
  top: -64%;
}
@media(max-width:768px) {
  .point02 .rice {
    left: 76%;
    top: -18%;
  }
  .point02 .rice img {
    width: 100%;
  }
}
.point03 .rice {
  position: absolute;
  left: 47%;
  top: -44%;
}
@media(max-width:768px) {
  .point03 .rice {
    left: 34%;
    top: -29%;
  }
  .point03 .rice img {
    width: 70%;
  }
}
.point04 .rice {
  position: absolute;
  left: 33%;
  top: -62%;
}
@media(max-width:768px) {
  .point04 .rice {
    left: 5%;
    top: -16%;
  }
  .point04 .rice img {
    width: 70%;
  }
}
.section-shop .rice {
  position: absolute;
  left: 16%;
  top: -9%;
}
@media(max-width:768px) {
  .section-shop .rice {
    left: 1%;
    top: -14%;
  }
  .section-shop .rice img {
    width: 70%;
  }
}