#kokuchi_wrapp {
  width: 100%;
  background-color: #fde9ea;
  padding: 2%;
  margin: 0 auto;
}

#kokuchi_wrapp_inner {
  position: relative;
  display: flex !important;
  justify-content: space-between;
  width: 100%;
  max-width: 830px;
  margin: 0 auto;
  gap: 30px;
}

#kokuchi_wrapp_inner .info_left {
  width: 145px;
}

#kokuchi_wrapp_inner .photo {
  width: 100%;
  display: block;
}

#kokuchi_wrapp_inner .info_right {
  width: calc(100% - 160px);
  color: #1e1e1e;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.7;
  text-align: left;
}

#kokuchi_wrapp_inner .info_right h3 {
  font-size: 24px;
  font-weight: 500;
  margin-top: 25px;
}

.info_ditail_btn {
  position: absolute;
  right: -40px;
  bottom: 0;
  display: inline-block;
  width: 170px !important;
}
.info_ditail_btn img {
  width: 100%;
}
.info_ditail_btn:hover {
  opacity: 0.6;
}
.pc_content {
  display: block;
}
.sp_content {
  display: none;
}
/* =======================
   スマホ
======================= */
@media screen and (max-width: 767px) {
  #kokuchi_wrapp {
    width: 100%;
    background-color: #fde9ea;
    padding: 5%;
    margin: 0;
    min-height: 500px;
  }

  #kokuchi_wrapp_inner {
    position: relative;
    display: flex !important;
    justify-content: space-between;
    width: 100%;
    max-width: none;
    margin: 0 auto;
    gap: 30px;
  }

  #kokuchi_wrapp_inner .info_left {
    display: none;
  }

  #kokuchi_wrapp_inner .photo {
    float: left;
    width: 40%;
    margin-right: 3%;
    display: block;
  }

  #kokuchi_wrapp_inner .info_right {
    width: 100%;
    color: #1e1e1e;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75;
    text-align: left;
  }

  #kokuchi_wrapp_inner .info_right h3 {
    font-size: 22px;
    font-weight: 500;
    margin-top: 25px;
    margin-bottom: 25px;
    text-align: center;
    line-height: 1.7;
  }

  .info_ditail_btn {
    position: relative;
    right: auto;
    bottom: auto;
    display: inline-block;
    width: 50% !important;
    height: 40px;
    margin: 10% 25% 0;
    padding-top: 2.5%;
    border: 1px solid #000;
    background-color: #fff;
  }
  .info_ditail_btn img {
    width: 70%;
    margin: 0 15%;
  }
  .info_ditail_btn:hover {
    opacity: 0.6;
  }
  .pc_content {
    display: none;
  }
  .sp_content {
    display: block;
  }
}
