@charset "UTF-8";
/* CSS Document */
.section-picking_pc {
  width: 100%;
  max-height: 400px;
  object-fit: cover;
}
.section-picking_sp {
  width: 100%;
  height: auto;
}
.section-picking__read {
  text-align: center;
  padding: 40px 0 60px;
}
.section-picking_icon {
  width: 40px;
}
.section-picking__read h2 {
  font-size: 2.6rem;
  letter-spacing: 0.5rem;
  font-weight: 100;
  padding: 30px;
}
.section-picking__read p {
  font-size: 1.6rem;
  line-height: 3rem;
  padding: 20px;
}
.v_line_fix {
  margin: 0 auto;
  width: 1px;
  height: 44px;
  background-color: #000000;
}
.section-challenge {
  display: flex;
  flex-direction: column;
}
.section-challenge__image01 {
  width: 840px;
  height: 100%;
}
.section-challenge__image02 {
  width: 340px;
  height: 100%;
}
.section-flow, .section-time, .section-price {
  border: solid 1px #000000;
  width: 70vh;
  margin: 0 auto;
  padding: 60px 30px;
  position: relative;
  margin-bottom: 50px;
}
.section-flow:before {
  position: absolute;
  top: 0.5rem;
  left: 0rem;
  width: 100%;
  height: 100%;
  background-color: #fff;
  content: '';
  z-index: -1;
}
.section-time:before {
  position: absolute;
  top: 0.5rem;
  left: 0rem;
  width: 100%;
  height: 100%;
  background-color: #fff;
  content: '';
  z-index: -1;
}
.section-price:before {
  position: absolute;
  top: 0.5rem;
  left: 0rem;
  width: 100%;
  height: 100%;
  background-color: #fff;
  content: '';
  z-index: -1;
}
.v_line_fix2 {
  margin: 0 auto;
  top: 15px;
  position: relative;
  width: 1px;
  height: 30px;
  background-color: #000000;
}
@media(max-width:896px) {
  .section-flow, .section-time, .section-price {
    width: 80vw;  
  }
	.picking_image {
		display: none;
	}
}
.picking_image {
  position: absolute;
  width: 200px;
  right: -4%;
  bottom: 10%;
}
.section-flow h2, .section-time h2, .section-price h2 {
  font-size: 2.2rem;
  letter-spacing: 0.2rem;
  text-align: center;
  padding: 20px 0 40px;
}
.section-price span {
  font-size: 1.8rem;
}
.section-flow__tx, .section-flow__tx2, .section-flow__tx3 {
  right: 10%;
  top: 70px;
  position: absolute;
}
.picking_step1, .picking_step2, .picking_step3 {
  padding: 20px 0 30px;
  display: flex;
  align-items: center;
}
.picking_step1__ill, .picking_step2__ill, .picking_step3__ill {
  height: 86px;
  width: 30%;
}
.picking_step__title img {
  width: 30px;
}
.picking_step__title {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
}
.picking_step__title span {
  font-size: 2rem;
  color: #7B579B;
  padding-left: 20px;
}
.picking_text {
  font-size: 1.6rem;
  font-weight: 500;
  background: linear-gradient(transparent 50%, #EBE4F0 0%);
  display: inline;
  padding-bottom: 3px;
  line-height: 3.4rem;
}
.picking_text2 {
  font-size: 1.5rem;
  padding-top: 20px;
  line-height: 2.6rem;
}
.lineArrow {
  width: 8px;
  height: 46px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  transform: skew(360deg);
  transform: skewY(45deg);
  margin-left: 32%;
}
@media(max-width:480px) {
  .section-flow, .section-time, .section-price {
    border-left: 1px #000000;
    border-right: 1px #000000;
    width: auto;
    margin: 0 auto;
    position: relative;
    margin-bottom: 50px;
    max-width: 100%;
  }
  .section-flow h2, .section-time h2, .section-price h2 {
    padding-bottom: 60px;
  }
  .section-flow__tx, .section-flow__tx2 {
    width: 120px;
    right: 20px;
    top: 120px;
  }
  .section-flow__tx3 {
    width: 70px;
    right: 20px;
    top: 120px;
  }
  .picking_step1, .picking_step2, .picking_step3 {
    display: block;
    padding: 20px 0;
  }
  .picking_step1__ill, .picking_step2__ill, .picking_step3__ill {
    display: none;
  }
  .picking_image {
    display: none;
  }
  .lineArrow {
    margin: 0 0 14px;
  }
}
@media(max-width:896px) {
  .picking_image {
    display: none;
  }
}
.section-time ul {
  display: flex;
  justify-content: center;
}
.section-time li {
  display: grid;
  font-size: 1.6rem;
  list-style-type: none;
  padding: 10px;
align-items: center;
}
.tx_box1 {
  padding: 7px 30px;
  background: #93B7CF;
  text-align: center;
	
}
.tx_box2 {
  padding: 7px 30px;
  background: #AACB8A;
  margin-left: 20px;
  text-align: center;
}
.section-time p {
  font-size: 1.4rem;
  padding: 18px 0 30px;
  text-align: center;
}
@media(max-width:480px) {
  .section-time ul {
    flex-flow: column;
    text-align: center;
  }
  .tx_box1, .tx_box2 {
    margin-left: 0;
  }
}
.section-price span {
  font-size: 1.6rem;
}
.section-price__list {
  text-align: center;
}
.section-price__list {
  width: 100%;
}
.section-price ul {
  column-count: 3;
  text-align: center;
  list-style-type: none;
}
.section-price li {
  font-size: 1.6rem;
  padding: 8px;
  border-radius: 0.2rem;
  margin-bottom: 8px;
}
.price1 {
  color: #FFF;
  background-color: #B5A1C7;
}
.price2 {
  color: #FFF;
  background-color: #93B7CF;
}
.price3 {
  color: #FFF;
  background-color: #AACB8A;
}
@media(max-width:480px) {
  .section-price ul {
    column-count: 1;
    margin-bottom: 10px;
  }
}
.footer {
  margin-top: 120px;
}
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.section-picking_pc, .section-picking_title_pc {
  display: block !important;
}
.section-picking_sp, .section-picking_title_sp {
  display: none !important;
}
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
  .section-picking_pc, .section-picking_title_pc {
    display: none !important;
  }
  .section-picking_sp, .section-picking_title_sp {
    display: block !important;
  }
}