/* business common
*****************************************************/
.business .head {
  display: block;
  position: relative;
  float: inherit;
}
.business .head .head__image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 410px;
  background-image: radial-gradient(rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .5) 100%), url("../_img/S__31359023.jpg");
}
.business .head .head__inner {
  height: 100%;
  left: 50%;
  position: absolute;
  top: 0;
  width: 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.business .head .head__inner .head__title {
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  position: absolute;
}
.business .head .head__inner .head__title h2.title {
  color: #FFFFFF;
  text-shadow: 0 0 5px #000;
  font-size: 45px;
  letter-spacing: 1.5px;
  text-align: center;
}
.business .head .head__inner .head__title .sub-text {
  color: #10A000;
  font-size: 20px;
  letter-spacing: 1.5px;
  text-align: center;
}
.business .business__inner {
  padding: 50px 0;
}
.business .business__inner .l-inner {
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 80px;
  box-sizing: border-box;
}
.commodity {
  margin-bottom: 40px;
}
.commodity h3, .shop h3 {
  font-size: 32px;
  text-align: center;
  margin-bottom: 20px;
}
.commodity .inner, .shop .inner {
  padding-bottom: 60px;
}
.commodity .inner ul {
  padding: 20px 20px 20px 40px;
  background-color: #FFFFFF;
}
.commodity .inner ul li {
  line-height: 1.4;
  padding: 10px 20px 10px 60px;
  font-size: 18px;
  width: 50%;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  font-weight: 700;
  background-size: 40px;
  background-repeat: no-repeat;
  background-position: 10px center;
  float: left;
}
.commodity .inner ul li:first-child {
  background-image: url("../_img/commodity_01.png");
}
.commodity .inner ul li:nth-child(2) {
  background-image: url("../_img/commodity_02.png");
}
.commodity .inner ul li:nth-child(3) {
  background-image: url("../_img/commodity_03.png");
  clear: both;
}
.commodity .inner ul li:nth-child(4) {
  background-image: url("../_img/commodity_04.png");
}
.commodity .photo {
  padding: 20px 20px 20px 40px;
  display: flex;
  justify-content: space-around;
}
.commodity .photo img {
  width: 40%;
  border-radius: 30px;
}
.shop {
  margin: 0 50px;
}
.shop .inner p {
  font-size: 18px;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  padding: 10px;
}
.shop .inner a {
  font-size: 18px;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  color: #ffffff;
  background-color: #096A37;
  border: 1px solid #555555;
  padding: 10px;
  display: inline-block;
}
@media only screen and (max-width:480px) {
  .business {
    margin: 20px auto 0;
  }
  .business .head {
    padding: 0;
    margin: 0 auto;
    height: 265px;
  }
  .business .head .head__image {
    height: 265px;
  }
  .business .head .head__inner {
    height: 265px;
    top: 0;
  }
  .business .head .head__inner .head__title {}
  .business .head .head__inner .head__title h2.title {
    font-size: 32px;
  }
  .business .head .head__inner .head__title .sub-text {
    font-size: 18px;
  }
  .business .business__inner {
    padding: 20px 0 0;
  }
  .business .business__inner .l-inner {
    padding: 0 15px;
  }
  .commodity {
    margin-bottom: 40px;
  }
  .commodity h3, .shop h3 {
    font-size: 26px;
    text-align: center;
    margin-bottom: 20px;
  }
  .commodity .inner, .shop .inner {
    padding-bottom: 60px;
  }
  .commodity .inner ul {
    padding: 10px;
  }
  .commodity .photo {
    padding: 20px;
  }
  .commodity .photo img {
    width: 40%;
    border-radius: 30px;
  }
  .shop {
    margin: 0;
  }
  .shop .inner p, .shop .inner a {
    font-size: 16px;
  }
}