@charset "UTF-8";

html {
  font-size: 62.5%;
}

body {
  font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",
    "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
  /* background-color: #fffCf0; */
}

header img {
  width: 100%;
  height: auto;
}

.index {
  padding-top: 0;
  padding-bottom: 0;
}

.wrapper {
  /* max-width: 1000px; */
  margin: 0 auto 0 auto;
}

h2 {
  text-align: center;
  font-size: 3.5rem;
}

/* ↓ 申込みボタン button */
.button {
  margin-top: 50px;
}

.button_2 {
  margin-top: 80px;
}

.button_3 {
  margin-top: -160px;
  margin-right: 750px;
}

.button a,
.button_2 a,
.button_3 a,
.button_4 a {
  background-color: #ed6b1f;
  border-radius: 9999px;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: auto;
  max-width: 250px;
  padding: 20px 60px;
  font-family: "Noto Sans Japanese";
  text-decoration: none;
  line-height: 1.8;
  transition: 0.3s ease-in-out;
  font-weight: 500;
  font-size: 2.5rem;
  color: #fff;
  /* border: 4px solid #ffffff; */
}

.button a:after,
.button_2 a:after,
.button_3 a:after,
.button_4 a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}

.button a:hover,
.button_2 a:hover,
.button_3 a:hover,
.button_4 a:hover {
  background-color: #339900;
  color: #fff;
}

.button a:hover:after,
.button_2 a:hover:after,
.button_3 a:hover:after,
.button_4 a:hover:after {
  right: 1.4rem;
}

body {
  vertical-align: middle;
  padding: 50px 0;
  text-align: center;
}
/* ↑ 申込みボタン button */

/* Fru-habitとは */
.about {
  width: 100%;
  padding-top: 80px;
  padding-bottom: 150px;
  clear: both;
  text-align: center;
}

.about h2 {
  color: #ea5283;
  font-weight: 100;
  font-size: 4.8rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  margin-bottom: 20px;
  text-align: start;
  margin-left: 160px;
}

.about h3 {
  color: #ed6b1f;
  font-weight: 100;
  font-size: 2.8rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-align: start;
  padding-bottom: 50px;
  margin-left: 160px;
  max-width: 700px;
}

.about p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-align: start;
  font-size: 2.0rem;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-left: 160px;
  width: 70%;
}

.about .under {
  background: linear-gradient(transparent 80% , #ea5283 80%);
}

.about img {
  float: right;
  width: 52%;
  height: auto;
  border-radius: 15%;
  margin-top: -490px;
  margin-right: 5px;

}

/* こんな方におススメ */
.recommend img {
  width: 100%;
  height: auto;
}

/* Fru-habitの3つの特徴 */
.features {
  padding-top: 100px;
  width: 80%;
  margin: 0 auto;
  clear: both;
}

.features h2 {
  color: #ea5283;
  font-size: 4.8rem;
  font-weight: 100;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.features h3 {
  color: #ed6b1f;
  font-weight: 100;
  font-size: 2.7rem;
  margin-top: 100px;
  margin-bottom: 50px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-align: start;
}

/* 安心安全の国内生産 */
.features_1 img {
  float: right;
  /* padding-left: 20px; */
  width: 23%;
  height: auto;
  border-radius: 10px;
}

.features_1 p {
  font-size: 2.0rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  margin-bottom: 180px;
  width: 60%;
  text-align: start;
}

/* ↓ 詳しく見るボタン button_more */
/* .button_more a {
  background-color: #fbfbfb;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: auto;
  max-width: 100px;
  padding: 5px 40px;
  font-family: "Noto Sans Japanese";
  text-decoration: none;
  line-height: 1.8;
  transition: 0.3s ease-in-out;
  font-weight: 500;
  font-size: 1.6rem;
  color: #ed6b1f;
  border: 2px solid #ed6b1f;
  margin-top: -50px;
  margin-bottom: 100px;
}

.button_more a:hover {
  background-color: #ed6b1f;
  color: #fff;
} */
/* ↑ 詳しく見るボタン button_more */



/* たっぷり2.5kg */
.features_2 img {
  float: right;
  /* padding-left: 20px; */
  width: 23%;
  height: auto;
  border-radius: 10px;
}

.features_2 p {
  font-size: 2.0rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  margin-bottom: 180px;
  width: 60%;
  text-align: start;
}

/* 高い自由度 */
.features_3 img {
  float: right;
  /* padding-left: 20px; */
  width: 23%;
  height: auto;
  border-radius: 10px;
}

.features_3 p {
  font-size: 2.0rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  margin-bottom: 180px;
  width: 60%;
  text-align: start;
}

/* セット set */
.set img {
  width: 80%;
  height: auto;
  /* margin-top: 100px; */
}

.triangle {
  position: relative;
  /* background-color: #f7f2e4; */
  height: 50px;
  /* margin-top: 100px; */
}

.triangle::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 60px 60px 0 60px;
  border-color: #fff transparent transparent transparent; /* 色注意 */
  left: 50%;
  transform: translateX(-50%) translateY(100%);
}

/* knowledge */
.knowledge img {
  width: 80%;
  height: auto;
  margin-top: 80px;
}

/* 初回のご注文の流れ flow */
.flow {
  text-align: center;
  /* background-image: url(../images/back_fruits.png), url(../images/back_fruits_2.png);
  background-repeat: no-repeat, no-repeat;
  background-size: 190px, 190px;
  background-position: 100px 100px, 1010px 100px;  */

}

.flow h2 {
  padding-top: 100px;
  padding-bottom: 50px;
  text-align: center;
  color: #ea5283;
  font-size: 4.8rem;
  font-weight: 100;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.flow h3 {
  font-size: 2.5rem;
  font-weight: 270;
  font-family: "Zen Kaku Gothic New", sans-serif;
  margin-bottom: 20px;
  text-align: center;
}

.flow_box {
  width: 70%;
  margin: 0 auto;
  /* background-color: #f6f0df; */
  border-radius: 50px;
  margin-top: 50px;
}

.flow_box p {
  font-size: 2.0rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-align: center;
  width: 50%;
  margin: 0 auto;
  padding-bottom: 50px;
  text-align: justify;
  text-justify: inter-ideograph;
}

.flow .number {
  color: #ed6b1f;
  font-size: 2.8rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-align: center;
  width: 100%;
  padding-bottom: 0px;
  padding-top: 50px;
}

.flow img {
  width: 8%;
  height: auto;
  padding-top: 50px;
  padding-bottom: 50px;
}

/* .flow {
    margin-top: 150px;
    padding-top: 30px;
    padding-bottom: 50px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
} */

/* .flow h2,
.howto p {
    text-align: center;
  } */

/* .flow p {
    font-size: 1.8rem;
    padding-top: 20px;
      font-family: "Zen Kaku Gothic New", sans-serif;
}
  
.flow_box {
    clear: both;
    width: 80%;
    background-color: #f2eaea;
    border-radius: 5px;
    height: 200px;
    margin: 0 auto;
    margin-bottom: 70px;
}
  
.flow .number {
    font-size: 3.4rem;
    font-weight: 270;
    text-align: start;
    margin-top: 50px;
}

.flow h3 {
    text-align: center;
    margin-top: 50px;
} */

/* .use img {
    float: right;
    width: 20%;
    height: 75%;
    padding-right: 150px;
    margin-top: -30px;
  } */

/* .use p {
    font-size: 1.6rem;
    text-align: justify;
    text-justify: inter-ideograph;
    margin-top: 20px;
    padding-left: 250px;
    width: 30%;
  } */
/*  */

/* ご利用者様の声 */
.voice {
  width: 100%;
  /* background-color: #f0ecdf; */
  margin-top: 150px;
  margin-bottom: 40px;
}

.voice_contents {
  width: 70%;
  margin: auto;
}

.voice p {
  font-size: 2.0rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  /* padding-bottom: 140px; */
}

.voice h2 {
  padding-top: 100px;
  padding-bottom: 100px;
  color: #009b63;
  font-size: 4.8rem;
  font-weight: 100;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.voice_contents {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  justify-content: space-around;
}

.voice section {
  width: calc((100% / 3) - 10%);
}

.voice_contents h3 {
  font-size: 2.5rem;
  font-weight: 270;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.voice_contents img {
  width: 80%;
  height: auto;
  margin-top: -50px;
  margin-bottom: -50px;
}

.voice_contents p {
  font-size: 1.8rem;
  margin-top: 25px;
  text-align: center;
  width: 240px;
  margin-left: -20px;
  text-align: justify;
  text-justify: inter-ideograph;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

/* よくあるご質問 */
.question {
  font-size: 2.0rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  width: 800px;
  margin: 50px auto;
}

.question h2 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.question dt,
.question dd {
  display: flex;
  align-items: baseline;
  margin: 15px 0;
  padding: 15px;
}

.question dt {
  /* background-color: #f7f2e4; */
}

.question dt p {
  margin: 0;
  padding-left: 15px;
  /* font-weight: bold; */
  width: 100%;
}

.question dd p {
  margin: 0;
  padding-left: 15px;
  width: 100%;
  /* text-align: justify;
    text-justify: inter-ideograph; */
}

.question dt::before {
  content: "Q";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #6699b7;
  width: 2em;
  height: 2em;
}

.question dd::before {
  content: "A";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #d65556;
  width: 2em;
  height: 2em;
}



/* .ending */
.ending img {
  width: 100%;
  height: auto;
}

/* .ending {
    background-color: #f0ecd8;
    height: 450px;
}

.ending p {
    font-size: 2.8rem;
    padding-top: 70px;
      font-family: "Zen Kaku Gothic New", sans-serif;
}

.ending .button {
    margin-top: 100px;
    margin-bottom: 100px;
} */

/* .ending_2 */
.ending_2 img {
  width: 100%;
  height: auto;
}

/* セット set */
.set_2 img {
  width: 80%;
  height: auto;
  /* margin-top: 90px; */
}

/* footer */
footer {
  /* background-color: #f7f2e4; */
  padding-top: 20px;
  padding-bottom: 20px;
}

.comlogo img {
  width: 10%;
  height: 10%;
  margin-top: 100px;
}

.place {
  font-size: 2.0rem;
  text-align: center;
  padding-top: 25px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  /* margin-bottom: 30px; */
}

.end {
  font-size: 1.6rem;
  text-align: center;
  padding-top: 25px;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.end p:hover {
  color: #009b63;
  cursor: pointer;
}
