/* ディナーセクション1
===================================================== */
.takeoutMain_inner {
    width: calc(100% - 400px);
    margin-left: 400px;
}

@media screen and (max-width:1024px) {
    .takeoutMain_inner {
      margin: 0;
      width: 100%;
      height: auto;
  }
}



.takeoutSec {
  margin-top: 10vh;
}

.takeoutSec:nth-child(even) {
  text-align: right;
}

.takeout_text {
  background-color: #000;
  display: inline-block;
  color: #fff;
}

.takeout_text_inner {
  padding: 100px 50px 25px;
}

@media screen and (max-width:1024px) {
    .takeout_text_inner {
  padding: 50px 20px 12px;  }
}

.takeout_text img {
  width: 100%;
}

.takeout_ttl {
  width: 50%;
  margin: 0 auto;
  text-align: center;
  border: 3px solid #fff;
  margin-bottom: 10vh;
  font-size: 3vw;
  line-height: 1;
}

@media screen and (max-width:1024px) {
    .takeout_ttl {
      width: 100%;
  }
}

.takeout_ttl h2 {
  margin: 0;
  padding: 10px;
  font-size: 3rem;
}

@media screen and (max-width:1300px) {
    .takeout_ttl h2 {
    font-size: 2rem;
    width: 100%;
  }
}

@media screen and (max-width:400px) {
    .takeout_ttl h2 {
    font-size: 1.5rem;
  }
}

.takeout_textpart {
  display: flex;
  justify-content: space-between;
  font-size: 2vw;
}

@media screen and (max-width:1024px) {
    .takeout_textpart {
    font-size: 2rem;
  }
}

.takeout_textpart p{
  margin: 10px;
}

@media screen and (max-width:830px) {
    .takeout_textpart p{
    font-size: 1.5rem;
  }
}

@media screen and (max-width:600px) {
    .takeout_textpart p{
    font-size: 1.2rem;
  }
}

@media screen and (max-width:481px) {
    .takeout_textpart p{
    font-size: 1rem;
  }
}

@media screen and (max-width:415px) {
    .takeout_textpart p{
    font-size: 0.9rem;
  }
}

@media screen and (max-width:380px) {
    .takeout_textpart p{
    font-size: 0.8rem;
  }
}

@media screen and (max-width:350px) {
    .takeout_textpart p{
    font-size: 0.7px;
  }
}

.takeout_textpart .mt {
  padding-top: 10vh;
}
