.page-order-made .entry-content * {
  display: none !important;
}
.page-order-made * {
  all: unset !important;
  box-sizing: border-box !important;
}
.entry-content {
  padding-right: 0 !important;
  padding-left: 0 !important;
  font-size: auto;
}
.entry-content a {
  font-size: unset !important;
}
.breadcrumb span {
  display: flex !important;
}
.entry-header {
  display: none !important;
}
#primary {
  margin-top: 0 !important;
}
.ordermade_header {
  text-align: center !important;
  padding: 5rem 0 !important;
  background-image: url("https://mitsumitsusho.jp/wp-content/uploads/2025/08/31870535_m.jpg");
  background-color: rgba(255, 255, 255, 0.7) !important;
  background-blend-mode: lighten !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  margin-top: -2rem !important;
  font-family: sans-serif !important;
}

.ordermade_header h1 {
  display: flex !important;
  justify-content: center !important;
  border-bottom: none !important;
}

.ordermade_header h1 p {
  font-size: 32px !important;
  text-align: center !important;
  font-weight: bold !important;
  display: inline-block !important;
  font-family: sans-serif !important;
}
.ordermade_header h1 span {
  font-family: sans-serif !important;
  display: block !important;
  font-size: 12px !important;
  outline: none !important;
  border-top: 1px dashed #438d3b !important;
  padding: 0.5rem 2rem !important;
}
img {
  width: 100% !important;
}
li {
  list-style: none !important;
}
a {
  display: block !important;
  text-decoration: none !important;
}
.order-mailbtn {
  color: #fff !important;
  background-color: #e26d49 !important;
  border-radius: 100vh !important;
  font-size: 20px !important;
  padding: 1rem 3rem !important;
  width: 50% !important;
  margin: 2rem auto !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}
.order-mailbtn svg {
  height: 25px;
  margin-right: 0.5em;
}
.order_wrap {
  max-width: 1400px !important;
  margin: 0rem auto !important;
  padding: 4rem 0 !important;
}
.orderpageh3 {
  display: flex !important;
  justify-content: center !important;
  border-bottom: none !important;
}
.orderpageh3 p {
  font-family: serif !important;
  font-size: 26px !important;
  text-align: center !important;
  font-weight: bold !important;
  display: inline-block !important;
}
.orderpageh3 span {
  font-family: sans-serif !important;
  display: block !important;
  font-size: 12px !important;
  outline: none !important;
  border-top: 1px solid #438d3b;
}
.orderpageh4 {
  font-size: 20px !important;
  font-weight: bold !important;
  margin-bottom: 3rem !important;
  margin: 3rem auto !important;
  text-align: center !important;
}

.order-one {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1400px !important;
  margin: 0 auto 4rem auto;
}
.order-one_left {
  width: 30%;
}
.order-one_right {
  width: 65%;
}
.order-two {
  background-color: #cbe0c0;
  padding-bottom: 10rem;
}
.order-two_list {
  display: flex;
  justify-content: space-between;
}
.order-two_list li {
  width: calc(100% / 3 - 10px) !important;
  color: #fff !important;
  font-weight: bold !important;
  background-color: #7fb44b !important;
  border-radius: 100vh !important;
  -webkit-box-reflect: below 0px
    linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4)) !important;
  font-size: 24px !important;
  display: flex !important;
  justify-content: center !important;
  text-align: center !important;
  align-items: center !important;
  padding: 4rem 0 !important;
  position: relative !important;
}
.order-three {
  max-width: 1400px !important;
  margin: 0 auto;
  padding: 4rem 0;
}
.order-three_list {
  display: flex !important;
  justify-content: space-between !important;
  margin: 50px auto !important;
}
.order-three_list li {
  width: calc(100% / 4 - 20px);
  background-color: #fff !important;
}
.order-three_list li img {
  margin-bottom: 2rem;
}
.order-three_list li img::before {
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  content: "";
  -webkit-mask-image: linear-gradient(0deg, #000 20%, #0000);
  mask-image: linear-gradient(0deg, #000 20%, #0000);
  max-height: 40%;
}
.order-three_list li p {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 0.5;
  color: var(--general-text-color, #424242);
}
.order-three_textr {
  font-size: 25px !important;
  color: #bc0808 !important;
  text-shadow: 1px 2px 3px #808080;
}
.order-four {
  background-color: #cbe0c0;
}

.order-four_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  max-width: 1200px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .order-four_grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.order-four_gridcell {
  padding: 1rem;
  text-align: center;
}
.order-four_gridcell img {
  background-color: white;
  box-shadow: 4px 4px 8px gray;
}
.order-four_gridcell p {
  font-size: 18px;
  font-weight: bold;
  margin: 1rem auto !important;
}
.order-five {
  max-width: 1400px !important;
  margin: 4rem auto;
}
.order-five_text {
  font-size: 20px !important;
  font-weight: bold;
  margin: 3rem auto;
  text-align: center;
  text-shadow: 1px 2px 3px #edce23;
  color: #edce23;
}
.order-five ul {
  max-width: 1000px !important;
  margin: 4rem auto !important;
}

.order-five_box {
  display: flex !important;
  background-color: none;
  justify-content: center;
  align-items: center;
  margin: 2rem auto;
  background-color: #fff !important;
  text-align: left !important;
  color: var(--general-text-color, #424242) !important;
}
.order-five_box a {
  width: auto !important;
  display: inline !important;
}
.order-five_box-l {
  position: relative !important;
  width: 25% !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  height: 200px !important;
}
.order-five_box-l span {
  position: absolute !important;
  color: #fff !important;
  text-shadow: 1px 2px 3px #808080 !important;
  font-weight: bold !important;
  font-size: 50px !important;
  z-index: 2 !important;
  top: 2% !important;
  left: 5% !important;
}
.order-five_box-l p {
  font-size: 20px !important;
  font-weight: bold !important;
}
.order-five_box-r {
  padding: 4rem 9rem 4rem 4rem !important;
  box-sizing: border-box !important;
  height: 200px !important;
  width: 75% !important;
  display: flex !important;
  align-items: center !important;
  background-repeat: no-repeat !important;
  background-position: 90% 50% !important;
  background-color: rgba(255, 255, 255, 0.9) !important;
  background-blend-mode: lighten !important;
  background-size: 150px auto !important;
}
.box-l_1 {
  background-color: #bedfa6 !important;
}
.box-r_1 {
  border: 10px solid #bedfa6 !important;
}
.box-l_2 {
  background-color: #e2f0d9 !important;
}
.box-r_2 {
  border: 10px solid #e2f0d9 !important;
}
.box-img_1 {
  background-image: url(https://mitsumitsusho.jp/wp-content/uploads/2025/07/01.png);
}
.box-img_2 {
  background-image: url(https://mitsumitsusho.jp/wp-content/uploads/2025/07/02.png);
}
.box-img_3 {
  background-image: url(https://mitsumitsusho.jp/wp-content/uploads/2025/07/03.png);
}
.box-img_4 {
  background-image: url(https://mitsumitsusho.jp/wp-content/uploads/2025/07/04.png);
}
.box-img_5 {
  background-image: url(https://mitsumitsusho.jp/wp-content/uploads/2025/07/05.png);
}
.box-img_6 {
  background-image: url(https://mitsumitsusho.jp/wp-content/uploads/2025/07/06.png);
}

@media (max-width: 480px) {
  .ordermade_header {
    padding: 0 !important;
  }
  .order-one {
    display: block !important;
  }
  .order-one_left {
    width: 80% !important;
    margin: 2rem auto !important;
  }
  .order-one_right {
    width: 90% !important;
    margin: 0 auto !important;
  }
  .order-two {
    padding-bottom: 0 !important;
  }
  .order-two_list {
    display: block !important;
  }
  .order-two_list li {
    width: 100% !important;
    padding: 1rem 0 !important;
    font-size: 18px !important;
    -webkit-box-reflect: below 0px
      linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)) !important;
  }

  .order-three_list {
    display: block !important;
    text-align: center !important;
  }
  .order-three_list li {
    width: 80% !important;
  }
  .order-three_list li p {
    margin-top: 1rem !important;
  }
  .order-mailbtn {
    width: 90% !important;
  }
  .order-four_gridcell p {
    font-size: 14px !important;
    font-weight: bold !important;
    margin: 1rem auto !important;
  }
  .order-five_box-r {
    margin: 0 !important;
    padding: 0 !important;
  }
  .entry-content p {
    margin: 0 !important;
  }
  .TOPcompanyinner {
    padding-inline: 0 !important;
  }
  .order-five_box-l span {
    font-size: 30px !important;
  }
  .order-five_box-l p {
    font-size: 16px !important;
    font-weight: bold !important;
    padding: 0.5rem !important;
    margin-top: 3rem !important;
  }
  .footer-contact-us .icon {
    float: left !important;
    width: 30px !important;
    height: 30px !important;
    line-height: 30px !important;
    margin-right: 10px !important;
    background-color: #eac600 !important;
    border-radius: 50% !important;
    text-align: center !important;
    font-size: 20px !important;
  }
  .number-format {
    font-size: 20px !important;
  }
  .business-hours {
    font-size: 11px !important;
  }
  .company-contact .btn.btn-contact.btn-lg.btn-block {
    font-size: 13px !important;
  }
}
