@charset "utf-8";
.pc {display: block;}
.pctb {display: block;}
.tablet{display: none;}
.tbsp{display: none;}
.sp {display: none;}

.mei_catch1 {
  display: flex;
  font-weight: bold;
  color: #ed8d49;
  justify-content: center;
  align-items: center;
}

.mei_catch1::before {
  content: "";
  margin-right: 15px;
  display: block;
  background-image: url("../img/Left.png");
  background-size: contain; /* 画像が要素内に収まるように調整 */
  background-repeat: no-repeat; /* 画像を繰り返さない */
  width: 70px; /* 画像の幅を指定 */
  height: 85px; /* 画像の高さを指定 */
}
.mei_catch1::after {
  content: "";
  margin-left: 15px;
  display: block;
  background-image: url("../img/Right.png");
  background-size: contain; /* 画像が要素内に収まるように調整 */
  background-repeat: no-repeat; /* 画像を繰り返さない */
  width: 70px; /* 画像の幅を指定 */
  height: 85px; /* 画像の高さを指定 */
}
.mei_catch2{
  font-weight:bold;
  color: #73d0c2;
  text-shadow:
  -1px -2px 3px #fff,
  -2px -3px 3px #fff,
  1px 2px 3px #fff,
  2px 3px 3px #fff,
  3px 5px 2px #978D86;
  }

.mei_sol1 {
  display: flex;
  align-items: flex-end;
  border-bottom: 3px solid #ffc530;
  margin:auto;
  width: 95%;
  height: 281px;
  position: relative;
}

.mei_sol1:before {
  content: "";
  position: absolute;
  top: 65px;
  left: 233px;
  right: 0;
  height: 3px;
  background: #ffc530;
}

.mei_sol1:after {
  content: "";
  position: absolute;
  top: 65px;
  right: 0;
  bottom: 0;
  width: 3px;
  background: #ffc530;
}
.mei_sol-image {
  width: 233px;
  height: 281px;
  object-fit: cover;
}

.mei_sol1-text {
  margin: auto auto 50px auto;
}
.mei_sol2 {
  display: flex;
  align-items: flex-end;
  border-bottom: 3px solid #ffc530;
  margin:auto;
  width: 95%;
  height: 281px;
  position: relative;
}

.mei_sol2:before {
  content: "";
  position: absolute;
  top: 65px;
  left: 233px;
  right: 0;
  height: 3px;
  background: #ffc530;
}

.mei_sol2:after {
  content: "";
  position: absolute;
  top: 65px;
  right: 0;
  bottom: 0;
  width: 3px;
  background: #ffc530;
}

.mei_sol2-text {
  margin: auto auto 70px auto;
}
.font_orange {
  color: rgb(237,141,73);
}

.font_green {
  color: rgb(115,208,194);
}

.font_brown {
  color: rgb(151,141,134);
}

.font_white {
  color: rgb(255,255,255);
}

.font_skin {
  color: rgb(246,229,215);
}

.font_tangerine {
  color: rgb(255,197,48);
}

.bg_skin {
  background-color: #faf2eb;
}

.bg_green {
  background-color: rgb(115,208,194);
}

.underline{
  border-bottom: solid 6px #FFC530;
}
.mei_store{
  display: flex;
}


.mei_storeimg {
  margin-left:-20px;
  margin-top:-30px;
}

.mei_bal {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 18px 10px;
  min-width: 120px;
  max-width: 85%;
  color: #555;
  font-size: 16px;
  background: #FFF;
  border: solid 2px rgb(237,141,73);;
  box-sizing: border-box;
  border-radius:50px;
}

.mei_bal:before {
  content: "";
  position: absolute;
  bottom: -51px;
  left: 50%;
  margin-left: -20px;
  border: 20px solid transparent;
  border-top: 34px solid #FFF;
  z-index: 2;
}

.mei_bal:after {
  content: "";
  position: absolute;
  bottom: -54px;
  left: 50%;
  margin-left: -20px;
  border: 20px solid transparent;
  border-top: 34px solid rgb(237,141,73);;
  z-index: 1;
}

.mei_bal p {
  margin: 0;
  padding: 0;
}

.mei_tri {
  position: relative;
  box-sizing: border-box;
}
.mei_tri:before {
  content: "";
  position: absolute;
  bottom: -120px;
  left: 50%;
  margin-left: -50px;
  border: 65px solid transparent;
  border-top: 57px solid rgb(115,208,194);
}
.mei_cons_btn {
  display: inline-flex;
  background-color: rgb(115,208,194);
  padding: 10px 20px;
  width:500px;
  margin-bottom: 115px;
  font-weight: bold;
  transition: all 0.5s;
  justify-content:center;
  border-radius: 10px;
  color: #fff;
  box-shadow: 6px 6px #919191;
}

.acc_order_w{
  display: flex;
  justify-content: flex-end;
}

.acc_order{
  margin-right: 1px;
  padding:0 20px;
}

.accordion-label {
  display: none;
}

.c-accordion__section.active .accordion-label {
  display: block;
}

.c-accordion__section{
  margin-top:5px;
}
.c-accordion__title.is-open{
  background:#fff
}
.c-accordion__section .c-accordion__title  {
  background:#f6e5d7
}
.c-accordion__contentInner{
  padding:1px;
  background: none;
}
.c-accordion__content{
  background:#f6e5d7
}
.acc_wrap .c-accordion__title {
  background:#faf2eb !important
}
.acc_wrap .c-accordion__content {
  background:#faf2eb !important
}
.c-table .c-table__headCell, .c-table__head td, .c-table__head th {
  background-color:#f2f2f2 !important;
}
.c-table__content td, .c-table__content th{
  background-color:#fff;
}
.cons_wrap > a:hover{
  color:#fff;
}
@media (max-width: 980px){
  .cat_wrap > .mei_catch1::before {
    margin-right: 5px;
    width: 47px; /* 画像の幅を指定 */
    height: 54px; /* 画像の高さを指定 */
    }
  .cat_wrap > .mei_catch1::after {
    margin-left: 5px;
    width: 47px; /* 画像の幅を指定 */
    height: 54px; /* 画像の高さを指定 */
  }

  .mei_sol1 {
    width:100%;
  }
  .mei_sol1-text {
    margin: auto auto 60px auto;
  }
  .mei_sol2 {
    width:100%;
  }
  .mei_sol2-text {
    margin: auto auto 80px auto;
  }
  .acc_order{
    margin-right: 1px;
    padding:0 0;
  }
}

@media (max-width: 767px){
	.pc {display: none;}
  .tablet{display: block;}
  .tbsp{display: block;}

  .mei_catch1::before {
    margin-right: 5px;
    width: 47px; /* 画像の幅を指定 */
    height: 54px; /* 画像の高さを指定 */
    }
  .mei_catch1::after {
    margin-left: 5px;
    width: 47px; /* 画像の幅を指定 */
    height: 54px; /* 画像の高さを指定 */
  }


  .mei_sol1 {
    display:block;
    align-items: flex-end;
    border-bottom: none;
    margin:auto;
    width: 100%;
    height: 281px;
    position: relative;
  }

  .mei_sol1:before {
    content: "";
    position: absolute;
    top: 65px;
    left: 233px;
    right: 0;
    height: 2px;
    background:none;
  }

  .mei_sol1:after {
    content: "";
    position: absolute;
    top: 65px;
    right: 0;
    bottom: 0;
    width: 2px;
    background: none;
  }

  .mei_sol-image {
    width: 233px;
    height: 281px;
    margin: auto;
    display: block;
  }

  .mei_sol1-text {
    padding:15px;
    margin:auto;
    border:none;
    border-top: none;
  }

  .mei_sol2 {
    display:block;
    align-items: flex-end;
    border-bottom: none;
    margin:auto;
    width: 100%;
    height: 281px;
    position: relative;
  }

  .mei_sol2:before {
    content: "";
    position: absolute;
    top: 65px;
    left: 233px;
    right: 0;
    height: 2px;
    background:none;
  }

  .mei_sol2:after {
    content: "";
    position: absolute;
    top: 65px;
    right: 0;
    bottom: 0;
    width: 2px;
    background: none;
  }

  .mei_sol2-text {
    padding:15px;
    margin:auto;
    border:none;
    border-top: none;
  }

  .mei_storeimg {
    margin-left:-20px;
    margin-top:-20px;
  }
  .mei_storeimg img{
    width:50px;
  }
  .mei_cons_btn {
    width: 80%;
  }
}

@media (max-width: 425px){
	.pctb {display: none;}
  .tablet{display: none;}
  .sp {display: block;}
  .mei_storeimg {
    display: none;
  }
}