.p-takeout {
  padding: 0 0 12rem;
}
@media screen and (max-width: 767px) {
  .p-takeout {
    padding: 0 0 6rem;
  }
}
.p-takeout-area {
  background: #ECE7E7;
  padding: 4rem 6rem;
}
@media screen and (max-width: 767px) {
  .p-takeout-area {
    padding: 2.5rem 2rem 3rem 2rem;
  }
}
.p-takeout-area__ttl {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-takeout-area__ttl {
    font-size: 2rem;
  }
}
.p-takeout-area-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 3.2rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-takeout-area-list {
    flex-flow: column;
    gap: 4rem 0;
    margin: 2rem 0 0;
  }
}
.p-takeout-area-list__item {
  width: 31.2rem;
}
@media screen and (max-width: 767px) {
  .p-takeout-area-list__item {
    flex-flow: column;
    width: 100%;
  }
}
.p-takeout-area-list__ttl {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-takeout-area-list__ttl {
    font-size: 1.8rem;
  }
}
.p-takeout-area-list__img {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 19.5rem;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-takeout-area-list__img {
    width: 100%;
  }
}
.p-takeout-area-list__img img {
  max-width: 16rem;
  max-height: 11rem;
}
.p-takeout-area-list__detail {
  width: 100%;
  margin: 2rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-takeout-area-list__detail {
    width: 100%;
    margin: 1rem 0 0;
  }
}
.p-takeout-area-list__store {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 2rem;
  margin: 1.2rem 0 0;
}
.p-takeout-area-list__link {
  line-height: 1;
}
.p-takeout-area-list__link a {
  position: relative;
  padding: 0 2.8rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-takeout-area-list__link a {
    padding: 0 2.4rem 0 0;
  }
}
.p-takeout-area-list__link a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 2rem;
  height: 2rem;
  background: url(../img/common/icn_c-arrow.svg) 0 0/100% auto no-repeat;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-takeout-area-list__link a::before {
    width: 1.6rem;
    height: 1.6rem;
  }
}
.p-takeout-define {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #D4D2D1;
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .p-takeout-define {
    display: block;
    margin-top: 4rem;
  }
}
.p-takeout-define__ttl {
  position: relative;
  width: 24rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  border-top: 1px solid #D4D2D1;
  padding: 4rem 0 4rem 6rem;
}
@media screen and (max-width: 767px) {
  .p-takeout-define__ttl {
    width: 100%;
    font-size: 1.6rem;
    margin: 0 0 1rem;
    padding: 2rem 0 0 1.5rem;
  }
}
.p-takeout-define__ttl::before {
  content: "";
  position: absolute;
  top: 5rem;
  left: 4rem;
  width: 0.8rem;
  height: 0.8rem;
  background: #D92E1B;
  border-radius: 100%;
}
@media screen and (max-width: 767px) {
  .p-takeout-define__ttl::before {
    top: 2.9rem;
    left: 0;
  }
}
.p-takeout-define__content {
  width: calc(100% - 24rem);
  border-top: 1px solid #D4D2D1;
  padding: 4rem 0;
}
@media screen and (max-width: 767px) {
  .p-takeout-define__content {
    width: 100%;
    border-top: 0;
    padding: 0 0 2rem;
  }
}
.p-takeout-define__txt {
  margin: 2rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-takeout-define__txt {
    margin: 1rem 0 0;
  }
}
.p-takeout-define__txt:first-child {
  margin-top: 0;
}
.p-takeout-define__notes {
  font-size: 1.4rem;
  color: #7C7574;
}
@media screen and (max-width: 767px) {
  .p-takeout-define__notes {
    font-size: 1.2rem;
  }
}
.p-takeout-define-btn {
  width: 32rem;
  height: 6.4rem;
  margin: 4rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-takeout-define-btn {
    width: 100%;
    margin: 1rem 0 0;
  }
}
.p-takeout-define-btn a {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #D92E1B;
  padding: 0.8rem 2.4rem;
  border-radius: 1.2rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-takeout-define-btn a {
    padding: 0.8rem 1.5rem;
  }
}
.p-takeout-define-btn a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 2.8rem;
  width: 1.6rem;
  height: 1.6rem;
  background: url(../img/common/icn_blank_wh.svg) 0 0/100% auto no-repeat;
  transform: translateY(-50%);
}
.p-takeout-define-btn__icn {
  width: 4.8rem;
}
.p-takeout-define-btn__inner {
  width: 20rem;
}
@media screen and (max-width: 767px) {
  .p-takeout-define-btn__inner {
    width: 23rem;
  }
}
.p-takeout-define-btn__name {
  font-size: 1.4rem;
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-takeout-define-btn__name {
    font-size: 1.2rem;
  }
}
.p-takeout-define-btn__txt {
  font-size: 1.6rem;
  line-height: 1;
  color: #fff;
  margin: 1rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-takeout-define-btn__txt {
    font-size: 1.4rem;
    margin: 0.8rem 0 0;
  }
}