@charset "UTF-8";

body {
width: 100vw;
margin: 0 auto;
text-align: center;
font-size: 18px;
font-family: "メイリオ","游ゴシック","ヒラギノ角ゴシック W3",sans-serif;
}

body .sp-item {
  display: none !important; }
body .pc-item {
  display: block !important; }

@media screen and (max-width: 640px) {
  body {
    min-width: inherit;
    height:100%;
  }
    body .sp-item {
      display: block !important; }
    body .pc-item {
      display: none !important; }
    body .sp-item img {
     width:100%;}
}

img {
  width: 100%;
}

header{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 47px;
  background-color: #008F37;
}

header img{
  max-width: 950px;
}

@media screen and (max-width: 640px) {
    header{
      height: 70px;
    }
    header img {
      max-width: 90%;
    }
}

.area2{
  background-color: #E1F1E7;
  padding: 40px 0;
}
.area2 h2 img{
  width: 90%;
  max-width: 719px;
}


.contWrap2{
  width: 80%;
  max-width: 820px;
  min-height: 250px;
  background-color: #fff;
  margin: 80px auto;
  display: flex;
  position: relative;
  align-items: center;
}
.contWrap2_end{
  width: 80%;
  max-width: 820px;
  min-height: 250px;
  background-color: #fff;
  margin: 80px auto 20px;
  display: flex;
  position: relative;
  align-items: center;
}
.area2title{
  width: auto;
  position: absolute;
  left: -20px;
  top: -32px;
}
.shade{
  width: 80%;
  height: 71px;
  max-width: 720px;
  position: absolute;
  bottom: -71px;
  left: 50%;
  transform: translateX(-50%);
}
.contimg{
  width: 40%;
  height: 40%;
  max-width: 420px;
  max-height: 282px;
  margin: 20px 20px 20px 0;
}
.side{
  text-align: left;
  padding: 20px;
  margin: auto;
}
.block1{
  padding: 0 0 10px 0;
}
.block2{
  line-height: 150%;
  margin: auto;
}
.side h3{
  max-width: 300px;
}

@media screen and (max-width: 640px){
  .contWrap2,.contWrap2_end{
    display: flex;
    flex-flow: column nowrap;
    width: 90%;
  }
  .side{
    display: contents;
  }
  .block1{
    order: 1;
    margin: 40px auto 20px;
    padding: 0;
    width: 90%;
  }
  .block2{
    order: 3;
    width: 90%;
    margin: 20px auto;
  }
  .contimg{
    margin: auto;
    order: 2;
    width: 90%;
  }
}

.area3{
  background-color: #F3EAB5;
  padding: 150px 0 20px;
}
.contWrap3{
  width: 75%;
  max-width: 720px;
  margin: auto;
  background-color: #fff;
  position: relative;
}
.contWrap3 h2{
  position: absolute;
  top: -90px;
}
.contWrap3 h3{
  width: 80%;
  margin: auto;
  padding: 40px 0 6px;
}
.contWrap3 p{
  text-align: left;
  padding: 0 10%;
  line-height: 150%;
  font-family: "游明朝","ヒラギノ明朝",serif;
}
.price{
  width: 80%;
margin: 20px 0 20px 50px;
}

@media screen and (max-width:640px) {
  .area3{
    padding: 90px 0 20px;
  }
  .contWrap3{
    width: 90%;
  }
  .contWrap3 h2{
    top: -50px;
  }
  .price{
    width: 80%;
  margin: 20px 0 20px 40px;
}
}

.contWrap4{
  width: 75%;
  max-width: 720px;
  margin: 20px auto;
  padding: 20px  0;
  background-color: #FF8C00;
  position: relative;
}
.contWrap4 h2{
  width: 85%;
  margin: auto;
}

form{
  width: 80%;
  margin: auto;
}
form label{
  display: block;
  color: #fff;
  text-align: left;
  margin: 6% 25px 0;
}
form input{
  display: block;
  padding: 12px;
  width: 90%;
  height: 70px;
  margin: auto;
  background-color: #fff;
  border-radius: 5px;
  text-align: left;
  font-size: 26px;
  font-weight: bold;
}

.footerForm{
  color: #FFF;
  font-size: 12px;
  margin: 10px 0 0 0;
}

@media screen and (max-width:640px) {
  .contWrap4{
    width: 90%;
  }
  form input{
    height: 50px;
    font-size: 18px;
  }
}

.area4{
  background-color: #008F37;
  color: #FFF;
  padding: 10px 0;
}