@media screen and (max-width: 768px) {
  section.section.deliveryAvailableSection {
    padding-bottom: 0px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1279px) {
  section.section.deliveryAvailableSection {
    padding-bottom: 25px !important;
  }
}
#wrapper #content article section.section.about-area {
  padding-top: 0 !important;
}
@media screen and (min-width: 450px){
  #wrapper #content article section.section.about-area.sectionPink {
      padding-top: 50px !important;
  }
}
@media screen and (min-width: 769px){
  #wrapper #content article section.section.about-area.sectionPink {
    padding-top: 100px !important;
  }
}
@media screen and (min-width: 1280px){
  #wrapper #content article section.section.about-area.sectionPink {
    padding-top:150px !important;
  }
}

.postid-10752 #wrapper #content article section.section.about-area,
.postid-10788 #wrapper #content article section.section.about-area {
  padding-top: 50px !important;
}
@media screen and (min-width: 769px) {
  .postid-10752 #wrapper #content article section.section.about-area,
  .postid-10788 #wrapper #content article section.section.about-area {
    padding-top: 100px !important;
  }
}
@media screen and (min-width: 1280px) {
  .postid-10752 #wrapper #content article section.section.about-area,
  .postid-10788 #wrapper #content article section.section.about-area {
    padding-top: 150px !important;
  }
}

section.section.my-area {
  padding-top: 0 !important;
}
section.section.my-area .inner p {
  padding-bottom: 30px !important;
}

@media screen and (min-width: 769px) {
  section.section.my-area {
    padding-bottom: 150px !important;
  }
  section.section.my-area p.sub {
    text-align: center;
    font-size: 20px;
  }
  section.section.my-area .my-area_column {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  section.section.my-area .my-area_column .box {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  section.section.my-area .my-area_column .box > p,
  section.section.my-area .my-area_column .box > div {
    width: 50%;
  }
  section.section.my-area .my-area_column .box > p br,
  section.section.my-area .my-area_column .box > div p br {
    display: none;
  }
  section.section.my-area .my-area_column .box > p > span,
  section.section.my-area .my-area_column .box > div > p > span {
    font-size: 18px;
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
  }
  section.section.my-area .my-area_column .box img {
    width: 50%;
    margin-left: 30px;
    display: block;
  }
  section.section.my-area .my-area_column .right-box {
    margin-top: 50px;
  }
  section.section.my-area .my-area_column .right-box p {
    padding-bottom: 0 !important;
  }
}
@media (max-width: 1280px) and (min-width: 769px) {
  section.section.my-area {
    padding-bottom: 100px !important;
  }
}
@media screen and (max-width: 768px) {
  section.section.my-area .my-area_column {
    padding-bottom: 0 !important;
  }
  section.section.my-area .my-area_column .box {
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: center;
  }
  section.section.my-area .my-area_column .box > p,
  section.section.my-area .my-area_column .box > div {
    padding-bottom: 0 !important;
  }
  section.section.my-area .my-area_column .box > p br,
  section.section.my-area .my-area_column .box > div br {
    display: none;
  }
  section.section.my-area .my-area_column .box > p > span,
  section.section.my-area .my-area_column .box > div > p > span {
    font-size: 16px;
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
  }
  section.section.my-area .my-area_column .box img {
    width: 100%;
    margin: 0 auto;
    display: block;
    margin-bottom: 50px;
  }
  section.section.my-area .my-area_column .right-box {
    margin-top: 50px;
  }
  section.section.my-area .my-area_column .right-box p {
    padding-bottom: 0 !important;
  }
}
@media screen and (min-width: 769px) {
  section.section.addSection .inner > p {
    font-size: 18px;
    padding-bottom: 0 !important;
  }
}
@media screen and (max-width: 768px) {
  section.section.addSection .inner > p {
    font-size: 16px;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 450px) and (max-width: 767.9px) {
  section.section.area-intro .area-intro__item {
    position: relative;
  }
  section.section.area-intro .area-intro__item .area-intro__item__figure {
    min-height: 143px;
    max-width: 272px;
    margin-left: auto;
    margin-right: auto;
  }
  section.section.area-intro .area-intro__item .area-intro__item__text {
    white-space: nowrap;
    text-align: center;
  }
}
@media screen and (max-width: 450px) {
  section.section.area-intro .area-intro__item {
    position: relative;
  }
  section.section.area-intro .area-intro__item .area-intro__item__figure {
    max-width: 272px;
    margin-left: auto;
    margin-right: auto;
  }
  section.section.area-intro .area-intro__item > div img {
    /* margin-top: 5px; */
    width: auto;
    max-width: 80px;
  }
  section.section.area-intro .area-intro__item > div p {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  section.section.area-intro .area-intro__item .area-intro__item__text {
    white-space: nowrap;
    text-align: center;
  }
}
@media screen and (min-width: 769px) {
  section.about-area h2.ttl {
    padding-bottom: 50px !important;
  }
}
@media screen and (max-width: 768px) {
  section.about-area h2.ttl {
    padding-bottom: 25px !important;
  }
}
@media screen and (min-width: 1241px) {
  section.about-area .columns {
    padding-top: 100px !important;
  }
}
@media screen and (max-width: 1240px) {
  section.about-area .columns {
    padding-top: 50px !important;
  }
}
section.about-area .inner > p {
  padding-bottom: 0 !important;
}

@media screen and (max-width: 767.9px) {
  section.section.my-area .inner p.sub {
    padding-bottom: 50px !important;
  }
}
section.section.my-area .inner p.sub {
  padding-bottom: 25px !important;
}

@media screen and (max-width: 768px) {
  .my-area_column {
    padding-bottom: 150px;
  }
}
section.section .inner > h2.ttl span {
  display: block !important;
  text-align: center;
}

.about-area h3.heading {
  padding: 0 !important;
}

@media screen and (min-width: 769px) {
  section.delivery-area .delivery-area__list ul {
    text-align: justify;
  }
  section.delivery-area .delivery-area__list {
    padding: 50px;
  }
}
@media screen and (min-width: 1280px) {
  section.delivery-area .delivery-area__list {
    padding: 100px;
  }
}
@media screen and (max-width: 767.9px) {
  section.delivery-area .delivery-area__list {
    border-radius: 10px;
    padding: 25px 20px;
  }
  section.delivery-area .delivery-area__list ul {
    text-align: justify;
  }
}
/*# sourceMappingURL=areas.css.map */